/* GANTRY5 DEVELOPMENT MODE ENABLED.

   WARNING: This file is automatically generated by Gantry5. Any modifications to this file will be lost!

   For more information on modifying CSS, please read:

   http://docs.gantry.org/gantry5/configure/styles
   http://docs.gantry.org/gantry5/tutorials/adding-a-custom-style-sheet
 */

/* line 2, media/gantry5/engines/nucleus/scss/nucleus/mixins/_nav.scss */
/* line 12, media/gantry5/engines/nucleus/scss/nucleus/mixins/_nav.scss */
/* line 2, media/gantry5/engines/nucleus/scss/nucleus/mixins/_utilities.scss */
/* line 9, media/gantry5/engines/nucleus/scss/nucleus/mixins/_utilities.scss */
/* line 1, templates/tx_agencio/scss/mixins/_nav.scss */
.g-main-nav .g-standard .g-dropdown {
  width: 180px;
}
/* line 2, media/gantry5/engines/nucleus/scss/nucleus/theme/_flex.scss */
.g-content {
  margin: 0.625rem;
  padding: 0.938rem;
}
/* line 6, media/gantry5/engines/nucleus/scss/nucleus/theme/_flex.scss */
.g-flushed .g-content {
  margin: 0;
  padding: 0;
}
/* line 2, media/gantry5/engines/nucleus/scss/nucleus/theme/_typography.scss */
body {
  font-size: 1rem;
  line-height: 1.5;
}
/* line 8, media/gantry5/engines/nucleus/scss/nucleus/theme/_typography.scss */
h1 {
  font-size: 2.25rem;
}
/* line 12, media/gantry5/engines/nucleus/scss/nucleus/theme/_typography.scss */
h2 {
  font-size: 1.9rem;
}
/* line 16, media/gantry5/engines/nucleus/scss/nucleus/theme/_typography.scss */
h3 {
  font-size: 1.5rem;
}
/* line 20, media/gantry5/engines/nucleus/scss/nucleus/theme/_typography.scss */
h4 {
  font-size: 1.15rem;
}
/* line 24, media/gantry5/engines/nucleus/scss/nucleus/theme/_typography.scss */
h5 {
  font-size: 1rem;
}
/* line 28, media/gantry5/engines/nucleus/scss/nucleus/theme/_typography.scss */
h6 {
  font-size: 0.85rem;
}
/* line 33, media/gantry5/engines/nucleus/scss/nucleus/theme/_typography.scss */
small {
  font-size: 0.875rem;
}
/* line 37, media/gantry5/engines/nucleus/scss/nucleus/theme/_typography.scss */
cite {
  font-size: 0.875rem;
}
/* line 41, media/gantry5/engines/nucleus/scss/nucleus/theme/_typography.scss */
sub, sup {
  font-size: 0.75rem;
}
/* line 46, media/gantry5/engines/nucleus/scss/nucleus/theme/_typography.scss */
code, kbd, pre, samp {
  font-size: 1rem;
  font-family: "Menlo", "Monaco", monospace;
}
/* line 1, media/gantry5/engines/nucleus/scss/nucleus/theme/_forms.scss */
textarea, select[multiple=multiple], input[type="color"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="email"], input[type="month"], input[type="number"], input[type="password"], input[type="search"], input[type="tel"], input[type="text"], input[type="time"], input[type="url"], input[type="week"], input:not([type]) {
  border-radius: 0.1875rem;
}
/* line 1, templates/tx_agencio/scss/tx_agencio/_core.scss */
body {
  color: #666;
  background: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* line 8, templates/tx_agencio/scss/tx_agencio/_core.scss */
#g-page-surround {
  background: #fff;
}
@media print {
  /* line 13, templates/tx_agencio/scss/tx_agencio/_core.scss */
  #g-page-surround {
    background: #fff !important;
    color: #000 !important;
  }
}
/* line 19, templates/tx_agencio/scss/tx_agencio/_core.scss */
a {
  color: #0d2481;
}
/* line 21, templates/tx_agencio/scss/tx_agencio/_core.scss */
a:hover {
  color: #4d4d4d;
}
/* line 26, templates/tx_agencio/scss/tx_agencio/_core.scss */
h1, h2, h3, h4, h5, h6, strong {
  color: #4d4d4d;
}
/* line 30, templates/tx_agencio/scss/tx_agencio/_core.scss */
.button {
  display: inline-block;
  padding: 0.5rem 1rem;
  border-radius: 0.1875rem;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
  background: #0d2481;
  color: #fff;
  border: 0;
  line-height: 1.5;
  font-size: 1rem;
  vertical-align: middle;
  text-shadow: none;
  -webkit-transition: background 0.1s;
  -moz-transition: background 0.1s;
  transition: background 0.1s;
}
/* line 44, templates/tx_agencio/scss/tx_agencio/_core.scss */
.button:hover {
  background: #0f2a98;
  color: #fff;
}
/* line 49, templates/tx_agencio/scss/tx_agencio/_core.scss */
.button:active, .button:focus {
  background: #0b1e6a;
  box-shadow: inset -1px -1px 1px rgba(0, 0, 0, 0.15);
  color: #fff;
  outline: 0;
}
/* line 56, templates/tx_agencio/scss/tx_agencio/_core.scss */
.button:disabled {
  opacity: 0.25;
  cursor: not-allowed;
}
/* line 60, templates/tx_agencio/scss/tx_agencio/_core.scss */
.button:disabled:hover {
  background: #0d2481;
}
/* line 66, templates/tx_agencio/scss/tx_agencio/_core.scss */
.gantry-logo {
  display: inline-block;
}
@media only all and (max-width: 47.938rem) {
  /* line 25, media/gantry5/engines/nucleus/scss/nucleus/mixins/_breakpoints.scss */
  .gantry-logo {
    display: block;
    text-align: center;
  }
}
/* line 72, templates/tx_agencio/scss/tx_agencio/_core.scss */
.gantry-logo img {
  width: 150px;
}
/* line 77, templates/tx_agencio/scss/tx_agencio/_core.scss */
.logo-large {
  display: inline-block;
}
@font-face {
  font-family: "notosans";
  font-style: normal;
  font-weight: 400;
  src: url('../../fonts/NotoSans/NotoSans.eot#iefix') format("embedded-opentype"), url('../../fonts/NotoSans/NotoSans.woff2') format("woff2"), url('../../fonts/NotoSans/NotoSans.woff') format("woff"), url('../../fonts/NotoSans/NotoSans.ttf') format("truetype"), url('../../fonts/NotoSans/NotoSans.svg#notosans') format("svg");
}
@font-face {
  font-family: "notosans";
  font-style: normal;
  font-weight: 700;
  src: url('../../fonts/NotoSans/NotoSans.eot#iefix') format("embedded-opentype"), url('../../fonts/NotoSans/NotoSans.woff2') format("woff2"), url('../../fonts/NotoSans/NotoSans.woff') format("woff"), url('../../fonts/NotoSans/NotoSans.ttf') format("truetype"), url('../../fonts/NotoSans/NotoSans.svg#notosans') format("svg");
}
@font-face {
  font-family: "notoserif";
  font-style: normal;
  font-weight: 400;
  src: url('../../fonts/NotoSerif/NotoSerif.eot#iefix') format("embedded-opentype"), url('../../fonts/NotoSerif/NotoSerif.woff2') format("woff2"), url('../../fonts/NotoSerif/NotoSerif.woff') format("woff"), url('../../fonts/NotoSerif/NotoSerif.ttf') format("truetype"), url('../../fonts/NotoSerif/NotoSerif.svg#notoserif') format("svg");
}
@font-face {
  font-family: "notoserif";
  font-style: normal;
  font-weight: 700;
  src: url('../../fonts/NotoSerif/NotoSerif.eot#iefix') format("embedded-opentype"), url('../../fonts/NotoSerif/NotoSerif.woff2') format("woff2"), url('../../fonts/NotoSerif/NotoSerif.woff') format("woff"), url('../../fonts/NotoSerif/NotoSerif.ttf') format("truetype"), url('../../fonts/NotoSerif/NotoSerif.svg#notoserif') format("svg");
}
/* line 5, templates/tx_agencio/scss/tx_agencio/_typography.scss */
body {
  font-family: "NotoSans";
  font-weight: 400;
}
/* line 10, templates/tx_agencio/scss/tx_agencio/_typography.scss */
h1, h2, h3, h4, h5 {
  font-family: "Noto Serif", "Georgia", "Times", "Times New Roman", serif;
  font-weight: 500;
}
/* line 15, templates/tx_agencio/scss/tx_agencio/_typography.scss */
bold, strong {
  font-weight: 700;
}
/* line 19, templates/tx_agencio/scss/tx_agencio/_typography.scss */
.button {
  font-weight: 500;
}
/* line 24, templates/tx_agencio/scss/tx_agencio/_typography.scss */
blockquote {
  border-left: 10px solid #f0f2f4;
}
/* line 26, templates/tx_agencio/scss/tx_agencio/_typography.scss */
blockquote p {
  font-size: 1.1rem;
  color: #999;
}
/* line 30, templates/tx_agencio/scss/tx_agencio/_typography.scss */
blockquote cite {
  display: block;
  text-align: right;
  color: #666;
  font-size: 1.2rem;
}
/* line 39, templates/tx_agencio/scss/tx_agencio/_typography.scss */
code {
  background: #f9f2f4;
  color: #9c1d3d;
}
/* line 44, templates/tx_agencio/scss/tx_agencio/_typography.scss */
pre {
  padding: 1rem;
  margin: 2rem 0;
  background: #f6f6f6;
  border: 1px solid #ddd;
  border-radius: 0.1875rem;
  line-height: 1.15;
  font-size: 0.9rem;
}
/* line 53, templates/tx_agencio/scss/tx_agencio/_typography.scss */
pre code {
  color: #237794;
  background: inherit;
  font-size: 0.9rem;
}
/* line 61, templates/tx_agencio/scss/tx_agencio/_typography.scss */
hr {
  border-bottom: 4px solid #f0f2f4;
}
/* line 1, templates/tx_agencio/scss/tx_agencio/_nav.scss */
#g-navigation {
  background: #0d2481;
  color: #fff;
  text-align: center;
  position: relative;
  z-index: 2;
}
/* line 8, templates/tx_agencio/scss/tx_agencio/_nav.scss */
#g-navigation .g-container {
  position: relative;
}
/* line 12, templates/tx_agencio/scss/tx_agencio/_nav.scss */
#g-navigation a {
  color: #6a85f0;
}
/* line 14, templates/tx_agencio/scss/tx_agencio/_nav.scss */
#g-navigation a:hover {
  color: #fff;
}
/* line 19, templates/tx_agencio/scss/tx_agencio/_nav.scss */
/* line 20, templates/tx_agencio/scss/tx_agencio/_nav.scss */
#g-navigation .g-social a {
  background: #0a1c65;
  border: none;
  text-decoration: none;
  color: #fff;
  -webkit-transition: background 0.2s;
  -moz-transition: background 0.2s;
  transition: background 0.2s;
}
/* line 26, templates/tx_agencio/scss/tx_agencio/_nav.scss */
#g-navigation .g-social a:hover {
  background: #102c9d;
}
/* line 32, templates/tx_agencio/scss/tx_agencio/_nav.scss */
#g-navigation .g-main-nav {
  margin: -1.563rem;
}
/* line 8, templates/tx_agencio/scss/mixins/_nav.scss */
#g-navigation .g-main-nav h1, #g-navigation .g-main-nav h2, #g-navigation .g-main-nav h3, #g-navigation .g-main-nav h4, #g-navigation .g-main-nav h5, #g-navigation .g-main-nav h6, #g-navigation .g-main-nav strong {
  color: #fff;
}
/* line 12, templates/tx_agencio/scss/mixins/_nav.scss */
/* line 13, templates/tx_agencio/scss/mixins/_nav.scss */
/* line 14, templates/tx_agencio/scss/mixins/_nav.scss */
#g-navigation .g-main-nav .g-toplevel > li > .g-menu-item-container {
  color: #fff;
}
/* line 17, templates/tx_agencio/scss/mixins/_nav.scss */
/* line 18, templates/tx_agencio/scss/mixins/_nav.scss */
#g-navigation .g-main-nav .g-toplevel > li:not(.g-menu-item-type-particle):not(.g-menu-item-type-module):hover {
  background: #0a1c65;
}
/* line 22, templates/tx_agencio/scss/mixins/_nav.scss */
#g-navigation .g-main-nav .g-toplevel > li:not(.g-menu-item-type-particle):not(.g-menu-item-type-module).active {
  background: #fff;
}
/* line 25, templates/tx_agencio/scss/mixins/_nav.scss */
#g-navigation .g-main-nav .g-toplevel > li:not(.g-menu-item-type-particle):not(.g-menu-item-type-module).active > .g-menu-item-container {
  color: #666;
}
/* line 29, templates/tx_agencio/scss/mixins/_nav.scss */
#g-navigation .g-main-nav .g-toplevel > li:not(.g-menu-item-type-particle):not(.g-menu-item-type-module).active.g-selected {
  background: #0a1c65;
}
/* line 32, templates/tx_agencio/scss/mixins/_nav.scss */
#g-navigation .g-main-nav .g-toplevel > li:not(.g-menu-item-type-particle):not(.g-menu-item-type-module).active.g-selected > .g-menu-item-container {
  color: #fff;
}
/* line 41, templates/tx_agencio/scss/mixins/_nav.scss */
#g-navigation .g-main-nav .g-dropdown {
  background: #0a1c65;
}
/* line 45, templates/tx_agencio/scss/mixins/_nav.scss */
/* line 46, templates/tx_agencio/scss/mixins/_nav.scss */
/* line 47, templates/tx_agencio/scss/mixins/_nav.scss */
#g-navigation .g-main-nav .g-sublevel > li > .g-menu-item-container {
  color: #fff;
}
/* line 51, templates/tx_agencio/scss/mixins/_nav.scss */
/* line 52, templates/tx_agencio/scss/mixins/_nav.scss */
#g-navigation .g-main-nav .g-sublevel > li:not(.g-menu-item-type-particle):not(.g-menu-item-type-module):hover, #g-navigation .g-main-nav .g-sublevel > li:not(.g-menu-item-type-particle):not(.g-menu-item-type-module).active {
  background: #081753;
}
/* line 35, templates/tx_agencio/scss/tx_agencio/_nav.scss */
#g-navigation .g-main-nav .g-toplevel {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
  -moz-flex-flow: row wrap;
  flex-flow: row wrap;
  justify-content: center;
  -webkit-justify-content: center;
}
/* line 62, templates/tx_agencio/scss/mixins/_nav.scss */
/* line 63, templates/tx_agencio/scss/mixins/_nav.scss */
/* line 64, templates/tx_agencio/scss/mixins/_nav.scss */
/* line 65, templates/tx_agencio/scss/mixins/_nav.scss */
/* line 66, templates/tx_agencio/scss/mixins/_nav.scss */
/* line 67, templates/tx_agencio/scss/mixins/_nav.scss */
#g-navigation .g-menu-hastouch .g-toplevel > li.g-menu-item-link-parent > .g-menu-item-container > .g-menu-parent-indicator {
  border: 1px solid #102c9d;
  background: #0b1f6e;
  border-radius: 0.1875rem;
  margin: -0.2rem 0 -0.2rem 0.5rem;
  padding: 0.2rem;
}
/* line 70, templates/tx_agencio/scss/mixins/_nav.scss */
#g-navigation .g-menu-hastouch .g-toplevel > li.g-menu-item-link-parent > .g-menu-item-container > .g-menu-parent-indicator:hover {
  background: #091a5c;
}
/* line 76, templates/tx_agencio/scss/mixins/_nav.scss */
#g-navigation .g-menu-hastouch .g-toplevel > li.g-menu-item-link-parent > .g-menu-item-container > .g-menu-parent-indicator:after {
  text-align: center;
}
/* line 82, templates/tx_agencio/scss/mixins/_nav.scss */
/* line 83, templates/tx_agencio/scss/mixins/_nav.scss */
/* line 84, templates/tx_agencio/scss/mixins/_nav.scss */
/* line 85, templates/tx_agencio/scss/mixins/_nav.scss */
#g-navigation .g-menu-hastouch .g-toplevel > li.active.g-menu-item-link-parent > .g-menu-item-container > .g-menu-parent-indicator {
  color: #fff;
}
/* line 94, templates/tx_agencio/scss/mixins/_nav.scss */
/* line 95, templates/tx_agencio/scss/mixins/_nav.scss */
/* line 96, templates/tx_agencio/scss/mixins/_nav.scss */
/* line 97, templates/tx_agencio/scss/mixins/_nav.scss */
/* line 98, templates/tx_agencio/scss/mixins/_nav.scss */
/* line 99, templates/tx_agencio/scss/mixins/_nav.scss */
#g-navigation .g-menu-hastouch .g-standard .g-sublevel > li.g-menu-item-link-parent > .g-menu-item-container > .g-menu-parent-indicator, #g-navigation .g-fullwidth .g-sublevel > li.g-menu-item-link-parent > .g-menu-item-container > .g-menu-parent-indicator {
  border: 1px solid #102c9d;
  background: #0b1f6e;
  border-radius: 0.1875rem;
  padding: 0.1rem;
  margin-top: -0.1rem;
  margin-right: -0.1rem;
}
/* line 102, templates/tx_agencio/scss/mixins/_nav.scss */
#g-navigation .g-menu-hastouch .g-standard .g-sublevel > li.g-menu-item-link-parent > .g-menu-item-container > .g-menu-parent-indicator:hover, #g-navigation .g-fullwidth .g-sublevel > li.g-menu-item-link-parent > .g-menu-item-container > .g-menu-parent-indicator:hover {
  background: #091a5c;
}
/* line 109, templates/tx_agencio/scss/mixins/_nav.scss */
#g-navigation .g-menu-hastouch .g-standard .g-sublevel > li.g-menu-item-link-parent > .g-menu-item-container > .g-menu-parent-indicator:after, #g-navigation .g-fullwidth .g-sublevel > li.g-menu-item-link-parent > .g-menu-item-container > .g-menu-parent-indicator:after {
  text-align: center;
}
/* line 45, templates/tx_agencio/scss/tx_agencio/_nav.scss */
/* line 46, templates/tx_agencio/scss/tx_agencio/_nav.scss */
#g-navigation .search input {
  color: #666;
}
/* line 52, templates/tx_agencio/scss/tx_agencio/_nav.scss */
/* line 53, templates/tx_agencio/scss/tx_agencio/_nav.scss */
/* line 54, templates/tx_agencio/scss/tx_agencio/_nav.scss */
/* line 58, templates/tx_agencio/scss/tx_agencio/_nav.scss */
.g-main-nav .g-toplevel {
  font-weight: 500;
}
/* line 60, templates/tx_agencio/scss/tx_agencio/_nav.scss */
/* line 62, templates/tx_agencio/scss/tx_agencio/_nav.scss */
.g-main-nav .g-toplevel > li > .g-menu-item-container {
  text-decoration: none;
  padding: 1.2rem 0.938rem;
}
/* line 67, templates/tx_agencio/scss/tx_agencio/_nav.scss */
/* line 68, templates/tx_agencio/scss/tx_agencio/_nav.scss */
.g-main-nav .g-toplevel > li > .g-menu-item-container > .g-menu-item-content {
  line-height: normal;
}
/* line 74, templates/tx_agencio/scss/tx_agencio/_nav.scss */
.g-main-nav .g-toplevel i {
  opacity: 0.6;
}
/* line 79, templates/tx_agencio/scss/tx_agencio/_nav.scss */
.g-main-nav .g-dropdown {
  text-align: left;
}
/* line 82, templates/tx_agencio/scss/tx_agencio/_nav.scss */
.dir-rtl .g-main-nav .g-dropdown {
  text-align: right;
}
/* line 87, templates/tx_agencio/scss/tx_agencio/_nav.scss */
/* line 88, templates/tx_agencio/scss/tx_agencio/_nav.scss */
/* line 89, templates/tx_agencio/scss/tx_agencio/_nav.scss */
.g-main-nav .g-sublevel > li > .g-menu-item-container {
  padding: 0.7815rem 1rem;
}
/* line 96, templates/tx_agencio/scss/tx_agencio/_nav.scss */
/* line 97, templates/tx_agencio/scss/tx_agencio/_nav.scss */
/* line 98, templates/tx_agencio/scss/tx_agencio/_nav.scss */
#g-navigation .align-left .g-toplevel, #g-header .align-left .g-toplevel {
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
}
/* line 104, templates/tx_agencio/scss/tx_agencio/_nav.scss */
/* line 105, templates/tx_agencio/scss/tx_agencio/_nav.scss */
#g-navigation .align-right .g-toplevel, #g-header .align-right .g-toplevel {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}
/* line 113, templates/tx_agencio/scss/tx_agencio/_nav.scss */
.g-menu-item-subtitle {
  opacity: 0.7;
}
/* line 118, templates/tx_agencio/scss/tx_agencio/_nav.scss */
.g-nav-overlay, .g-menu-overlay {
  background: rgba(0, 0, 0, 0.4);
}
@media print {
  /* line 123, templates/tx_agencio/scss/tx_agencio/_nav.scss */
  #g-navigation {
    background: #fff !important;
    color: #000 !important;
  }
}
/* line 1, templates/tx_agencio/scss/tx_agencio/_offcanvas.scss */
#g-offcanvas {
  background: #354d59;
  width: 17rem;
  color: #fff;
}
/* line 5, templates/tx_agencio/scss/tx_agencio/_offcanvas.scss */
#g-offcanvas a {
  color: #b8cbd5;
}
/* line 7, templates/tx_agencio/scss/tx_agencio/_offcanvas.scss */
#g-offcanvas a:hover {
  color: #fff;
}
/* line 12, templates/tx_agencio/scss/tx_agencio/_offcanvas.scss */
#g-offcanvas h1, #g-offcanvas h2, #g-offcanvas h3, #g-offcanvas h4, #g-offcanvas h5, #g-offcanvas h6, #g-offcanvas strong {
  color: #fff;
}
/* line 16, templates/tx_agencio/scss/tx_agencio/_offcanvas.scss */
#g-offcanvas .button {
  background: #0d2481;
  color: #fff;
}
/* line 19, templates/tx_agencio/scss/tx_agencio/_offcanvas.scss */
#g-offcanvas .button:hover {
  background: #9b5db7;
}
/* line 22, templates/tx_agencio/scss/tx_agencio/_offcanvas.scss */
#g-offcanvas .button:active {
  background: #80459c;
}
/* line 28, templates/tx_agencio/scss/tx_agencio/_offcanvas.scss */
.g-offcanvas-toggle {
  font-size: 1.5rem;
  color: #fff;
  display: none;
}
@media only all and (max-width: 60rem) {
  /* line 33, templates/tx_agencio/scss/tx_agencio/_offcanvas.scss */
  .g-offcanvas-toggle {
    display: block;
  }
}
/* line 42, templates/tx_agencio/scss/tx_agencio/_offcanvas.scss */
/* line 43, templates/tx_agencio/scss/tx_agencio/_offcanvas.scss */
/* line 44, templates/tx_agencio/scss/tx_agencio/_offcanvas.scss */
#g-offcanvas #g-mobilemenu-container ul {
  background: #354d59;
}
/* line 46, templates/tx_agencio/scss/tx_agencio/_offcanvas.scss */
/* line 47, templates/tx_agencio/scss/tx_agencio/_offcanvas.scss */
#g-offcanvas #g-mobilemenu-container ul > li > .g-menu-item-container {
  color: #fff;
}
/* line 50, templates/tx_agencio/scss/tx_agencio/_offcanvas.scss */
/* line 51, templates/tx_agencio/scss/tx_agencio/_offcanvas.scss */
#g-offcanvas #g-mobilemenu-container ul > li:not(.g-menu-item-type-particle):not(.g-menu-item-type-module):hover, #g-offcanvas #g-mobilemenu-container ul > li:not(.g-menu-item-type-particle):not(.g-menu-item-type-module).active {
  background: #0b1f6e;
}
/* line 54, templates/tx_agencio/scss/tx_agencio/_offcanvas.scss */
#g-offcanvas #g-mobilemenu-container ul > li:not(.g-menu-item-type-particle):not(.g-menu-item-type-module):hover > .g-menu-item-container, #g-offcanvas #g-mobilemenu-container ul > li:not(.g-menu-item-type-particle):not(.g-menu-item-type-module).active > .g-menu-item-container {
  color: #fff;
}
/* line 59, templates/tx_agencio/scss/tx_agencio/_offcanvas.scss */
/* line 60, templates/tx_agencio/scss/tx_agencio/_offcanvas.scss */
/* line 61, templates/tx_agencio/scss/tx_agencio/_offcanvas.scss */
#g-offcanvas #g-mobilemenu-container ul > li.g-menu-item-link-parent > .g-menu-item-container > .g-menu-parent-indicator {
  border: 1px solid #102c9d;
  background: #0b1f6e;
  border-radius: 0.1875rem;
  margin: -0.2rem 0 -0.2rem 0.5rem;
  padding: 0.2rem;
}
/* line 64, templates/tx_agencio/scss/tx_agencio/_offcanvas.scss */
#g-offcanvas #g-mobilemenu-container ul > li.g-menu-item-link-parent > .g-menu-item-container > .g-menu-parent-indicator:hover {
  background: #091a5c;
}
/* line 74, templates/tx_agencio/scss/tx_agencio/_offcanvas.scss */
#g-offcanvas #g-mobilemenu-container ul .g-dropdown-column {
  width: 17rem;
}
/* line 81, templates/tx_agencio/scss/tx_agencio/_offcanvas.scss */
#g-mobilemenu-container {
  margin: -1.563rem;
}
@media print {
  /* line 86, templates/tx_agencio/scss/tx_agencio/_offcanvas.scss */
  #g-offcanvas {
    background: #fff !important;
    color: #000 !important;
  }
}
/* line 92, templates/tx_agencio/scss/tx_agencio/_offcanvas.scss */
/* line 93, templates/tx_agencio/scss/tx_agencio/_offcanvas.scss */
/* line 94, templates/tx_agencio/scss/tx_agencio/_offcanvas.scss */
.g-offcanvas-open .g-offcanvas-left #g-page-surround {
  left: 17rem;
}
/* line 99, templates/tx_agencio/scss/tx_agencio/_offcanvas.scss */
/* line 100, templates/tx_agencio/scss/tx_agencio/_offcanvas.scss */
.g-offcanvas-open .g-offcanvas-right #g-page-surround {
  right: 17rem;
}
/* line 1, templates/tx_agencio/scss/tx_agencio/_header.scss */
#g-header {
  background: #0d2481;
  color: #fff;
  position: relative;
  z-index: 3;
}
/* line 7, templates/tx_agencio/scss/tx_agencio/_header.scss */
#g-header a {
  color: #6a85f0;
}
/* line 9, templates/tx_agencio/scss/tx_agencio/_header.scss */
#g-header a:hover {
  color: #fff;
}
/* line 14, templates/tx_agencio/scss/tx_agencio/_header.scss */
/* line 8, templates/tx_agencio/scss/mixins/_nav.scss */
#g-header .g-main-nav h1, #g-header .g-main-nav h2, #g-header .g-main-nav h3, #g-header .g-main-nav h4, #g-header .g-main-nav h5, #g-header .g-main-nav h6, #g-header .g-main-nav strong {
  color: #fff;
}
/* line 12, templates/tx_agencio/scss/mixins/_nav.scss */
/* line 13, templates/tx_agencio/scss/mixins/_nav.scss */
/* line 14, templates/tx_agencio/scss/mixins/_nav.scss */
#g-header .g-main-nav .g-toplevel > li > .g-menu-item-container {
  color: #fff;
}
/* line 17, templates/tx_agencio/scss/mixins/_nav.scss */
/* line 18, templates/tx_agencio/scss/mixins/_nav.scss */
#g-header .g-main-nav .g-toplevel > li:not(.g-menu-item-type-particle):not(.g-menu-item-type-module):hover {
  background: #0a1c65;
}
/* line 22, templates/tx_agencio/scss/mixins/_nav.scss */
#g-header .g-main-nav .g-toplevel > li:not(.g-menu-item-type-particle):not(.g-menu-item-type-module).active {
  background: #fff;
}
/* line 25, templates/tx_agencio/scss/mixins/_nav.scss */
#g-header .g-main-nav .g-toplevel > li:not(.g-menu-item-type-particle):not(.g-menu-item-type-module).active > .g-menu-item-container {
  color: #666;
}
/* line 29, templates/tx_agencio/scss/mixins/_nav.scss */
#g-header .g-main-nav .g-toplevel > li:not(.g-menu-item-type-particle):not(.g-menu-item-type-module).active.g-selected {
  background: #0a1c65;
}
/* line 32, templates/tx_agencio/scss/mixins/_nav.scss */
#g-header .g-main-nav .g-toplevel > li:not(.g-menu-item-type-particle):not(.g-menu-item-type-module).active.g-selected > .g-menu-item-container {
  color: #fff;
}
/* line 41, templates/tx_agencio/scss/mixins/_nav.scss */
#g-header .g-main-nav .g-dropdown {
  background: #0a1c65;
}
/* line 45, templates/tx_agencio/scss/mixins/_nav.scss */
/* line 46, templates/tx_agencio/scss/mixins/_nav.scss */
/* line 47, templates/tx_agencio/scss/mixins/_nav.scss */
#g-header .g-main-nav .g-sublevel > li > .g-menu-item-container {
  color: #fff;
}
/* line 51, templates/tx_agencio/scss/mixins/_nav.scss */
/* line 52, templates/tx_agencio/scss/mixins/_nav.scss */
#g-header .g-main-nav .g-sublevel > li:not(.g-menu-item-type-particle):not(.g-menu-item-type-module):hover, #g-header .g-main-nav .g-sublevel > li:not(.g-menu-item-type-particle):not(.g-menu-item-type-module).active {
  background: #081753;
}
/* line 18, templates/tx_agencio/scss/tx_agencio/_header.scss */
#g-header .g-main-nav .g-toplevel {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
  -moz-flex-flow: row wrap;
  flex-flow: row wrap;
}
/* line 62, templates/tx_agencio/scss/mixins/_nav.scss */
/* line 63, templates/tx_agencio/scss/mixins/_nav.scss */
/* line 64, templates/tx_agencio/scss/mixins/_nav.scss */
/* line 65, templates/tx_agencio/scss/mixins/_nav.scss */
/* line 66, templates/tx_agencio/scss/mixins/_nav.scss */
/* line 67, templates/tx_agencio/scss/mixins/_nav.scss */
#g-header .g-menu-hastouch .g-toplevel > li.g-menu-item-link-parent > .g-menu-item-container > .g-menu-parent-indicator {
  border: 1px solid #102c9d;
  background: #0b1f6e;
  border-radius: 0.1875rem;
  margin: -0.2rem 0 -0.2rem 0.5rem;
  padding: 0.2rem;
}
/* line 70, templates/tx_agencio/scss/mixins/_nav.scss */
#g-header .g-menu-hastouch .g-toplevel > li.g-menu-item-link-parent > .g-menu-item-container > .g-menu-parent-indicator:hover {
  background: #091a5c;
}
/* line 76, templates/tx_agencio/scss/mixins/_nav.scss */
#g-header .g-menu-hastouch .g-toplevel > li.g-menu-item-link-parent > .g-menu-item-container > .g-menu-parent-indicator:after {
  text-align: center;
}
/* line 82, templates/tx_agencio/scss/mixins/_nav.scss */
/* line 83, templates/tx_agencio/scss/mixins/_nav.scss */
/* line 84, templates/tx_agencio/scss/mixins/_nav.scss */
/* line 85, templates/tx_agencio/scss/mixins/_nav.scss */
#g-header .g-menu-hastouch .g-toplevel > li.active.g-menu-item-link-parent > .g-menu-item-container > .g-menu-parent-indicator {
  color: #fff;
}
/* line 94, templates/tx_agencio/scss/mixins/_nav.scss */
/* line 95, templates/tx_agencio/scss/mixins/_nav.scss */
/* line 96, templates/tx_agencio/scss/mixins/_nav.scss */
/* line 97, templates/tx_agencio/scss/mixins/_nav.scss */
/* line 98, templates/tx_agencio/scss/mixins/_nav.scss */
/* line 99, templates/tx_agencio/scss/mixins/_nav.scss */
#g-header .g-menu-hastouch .g-standard .g-sublevel > li.g-menu-item-link-parent > .g-menu-item-container > .g-menu-parent-indicator, #g-header .g-fullwidth .g-sublevel > li.g-menu-item-link-parent > .g-menu-item-container > .g-menu-parent-indicator {
  border: 1px solid #102c9d;
  background: #0b1f6e;
  border-radius: 0.1875rem;
  padding: 0.1rem;
  margin-top: -0.1rem;
  margin-right: -0.1rem;
}
/* line 102, templates/tx_agencio/scss/mixins/_nav.scss */
#g-header .g-menu-hastouch .g-standard .g-sublevel > li.g-menu-item-link-parent > .g-menu-item-container > .g-menu-parent-indicator:hover, #g-header .g-fullwidth .g-sublevel > li.g-menu-item-link-parent > .g-menu-item-container > .g-menu-parent-indicator:hover {
  background: #091a5c;
}
/* line 109, templates/tx_agencio/scss/mixins/_nav.scss */
#g-header .g-menu-hastouch .g-standard .g-sublevel > li.g-menu-item-link-parent > .g-menu-item-container > .g-menu-parent-indicator:after, #g-header .g-fullwidth .g-sublevel > li.g-menu-item-link-parent > .g-menu-item-container > .g-menu-parent-indicator:after {
  text-align: center;
}
/* line 26, templates/tx_agencio/scss/tx_agencio/_header.scss */
/* line 27, templates/tx_agencio/scss/tx_agencio/_header.scss */
#g-header .search input {
  color: #666;
}
@media print {
  /* line 34, templates/tx_agencio/scss/tx_agencio/_header.scss */
  #g-header {
    background: #fff !important;
    color: #000 !important;
  }
}
/* line 1, templates/tx_agencio/scss/tx_agencio/_showcase.scss */
#g-showcase {
  padding: 1.5rem 0;
  background-color: #354d59;
  color: #fff;
}
/* line 9, templates/tx_agencio/scss/tx_agencio/_showcase.scss */
#g-showcase a {
  color: #b8cbd5;
}
/* line 11, templates/tx_agencio/scss/tx_agencio/_showcase.scss */
#g-showcase a:hover {
  color: #fff;
}
/* line 16, templates/tx_agencio/scss/tx_agencio/_showcase.scss */
#g-showcase h1, #g-showcase h2, #g-showcase h3, #g-showcase h4, #g-showcase h5, #g-showcase h6, #g-showcase strong {
  color: #fff;
}
/* line 20, templates/tx_agencio/scss/tx_agencio/_showcase.scss */
#g-showcase .button {
  background: #8f4dae;
  color: #fff;
}
/* line 23, templates/tx_agencio/scss/tx_agencio/_showcase.scss */
#g-showcase .button:hover {
  background: #9b5db7;
}
/* line 26, templates/tx_agencio/scss/tx_agencio/_showcase.scss */
#g-showcase .button:active {
  background: #80459c;
}
/* line 31, templates/tx_agencio/scss/tx_agencio/_showcase.scss */
/* line 32, templates/tx_agencio/scss/tx_agencio/_showcase.scss */
#g-showcase .g-social a {
  background: #2a3c46;
  border: none;
  color: #fff;
  -webkit-transition: background 0.2s;
  -moz-transition: background 0.2s;
  transition: background 0.2s;
}
/* line 37, templates/tx_agencio/scss/tx_agencio/_showcase.scss */
#g-showcase .g-social a:hover {
  background: #405e6c;
}
@media print {
  /* line 45, templates/tx_agencio/scss/tx_agencio/_showcase.scss */
  #g-showcase {
    background: #fff !important;
    color: #000 !important;
  }
}
/* line 1, templates/tx_agencio/scss/tx_agencio/_feature.scss */
#g-feature {
  padding: 1.5rem 0;
  background: #fff;
  color: #666;
}
@media print {
  /* line 8, templates/tx_agencio/scss/tx_agencio/_feature.scss */
  #g-feature {
    background: #fff !important;
    color: #000 !important;
  }
}
/* line 1, templates/tx_agencio/scss/tx_agencio/_subfeature.scss */
#g-subfeature {
  padding: 1.5rem 0;
  background: #f0f0f0;
  color: #666;
  border-top: 1px solid rgba(0, 0, 0, 0.05);
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
@media print {
  /* line 10, templates/tx_agencio/scss/tx_agencio/_subfeature.scss */
  #g-subfeature {
    background: #fff !important;
    color: #000 !important;
  }
}
/* line 1, templates/tx_agencio/scss/tx_agencio/_main.scss */
#g-page-surround {
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.4);
}
/* line 5, templates/tx_agencio/scss/tx_agencio/_main.scss */
#g-main {
  background: #fff;
  color: #666;
}
@media print {
  /* line 12, templates/tx_agencio/scss/tx_agencio/_main.scss */
  #g-main {
    background: #fff !important;
    color: #000 !important;
  }
}
/* line 1, templates/tx_agencio/scss/tx_agencio/_sidebar.scss */
#g-sidebar, #g-aside {
  color: #666;
}
@media print {
  /* line 6, templates/tx_agencio/scss/tx_agencio/_sidebar.scss */
  #g-sidebar {
    background: #fff !important;
    color: #000 !important;
  }
}
/* line 1, templates/tx_agencio/scss/tx_agencio/_footer.scss */
#g-footer {
  background: #fff;
  color: #666;
  border-top: 1px solid rgba(0, 0, 0, 0.05);
}
@media only all and (max-width: 47.938rem) {
  #g-footer {
    text-align: center;
  }
}
@media print {
  /* line 11, templates/tx_agencio/scss/tx_agencio/_footer.scss */
  #g-footer {
    background: #fff !important;
    color: #000 !important;
  }
}
/* line 1, templates/tx_agencio/scss/tx_agencio/_variations.scss */
/* line 2, templates/tx_agencio/scss/tx_agencio/_variations.scss */
/* line 3, templates/tx_agencio/scss/tx_agencio/_variations.scss */
/* line 4, templates/tx_agencio/scss/tx_agencio/_variations.scss */
/* line 5, templates/tx_agencio/scss/tx_agencio/_variations.scss */
.flush .g-container > .g-grid > .g-block > .g-content {
  margin: 0;
  padding: 0;
}
/* line 14, templates/tx_agencio/scss/tx_agencio/_variations.scss */
/* line 15, templates/tx_agencio/scss/tx_agencio/_variations.scss */
.moduletable[class*="box"], .widget[class*="box"], .moduletable[class*="shadow"], .widget[class*="shadow"] {
  padding: 0.938rem;
  margin: 0.625rem;
}
/* line 21, templates/tx_agencio/scss/tx_agencio/_variations.scss */
/* line 22, templates/tx_agencio/scss/tx_agencio/_variations.scss */
.box1.moduletable, .box1.widget, .box1.g-outer-box, .box1 > .g-content {
  background: #fff;
}
/* line 25, templates/tx_agencio/scss/tx_agencio/_variations.scss */
/* line 26, templates/tx_agencio/scss/tx_agencio/_variations.scss */
.box1.moduletable, .box1.widget, .box1 > .g-content, .box1.moduletable h1, .box1.widget h1, .box1 > .g-content h1, .box1.moduletable h2, .box1.widget h2, .box1 > .g-content h2, .box1.moduletable h3, .box1.widget h3, .box1 > .g-content h3, .box1.moduletable h4, .box1.widget h4, .box1 > .g-content h4, .box1.moduletable h5, .box1.widget h5, .box1 > .g-content h5, .box1.moduletable h6, .box1.widget h6, .box1 > .g-content h6, .box1.moduletable strong, .box1.widget strong, .box1 > .g-content strong, .box1.moduletable i, .box1.widget i, .box1 > .g-content i {
  color: #595959;
}
/* line 32, templates/tx_agencio/scss/tx_agencio/_variations.scss */
/* line 33, templates/tx_agencio/scss/tx_agencio/_variations.scss */
.box2.moduletable, .box2.widget, .box2.g-outer-box, .box2 > .g-content {
  background: #e0e0e0;
}
/* line 36, templates/tx_agencio/scss/tx_agencio/_variations.scss */
/* line 37, templates/tx_agencio/scss/tx_agencio/_variations.scss */
.box2.moduletable, .box2.widget, .box2 > .g-content, .box2.moduletable h1, .box2.widget h1, .box2 > .g-content h1, .box2.moduletable h2, .box2.widget h2, .box2 > .g-content h2, .box2.moduletable h3, .box2.widget h3, .box2 > .g-content h3, .box2.moduletable h4, .box2.widget h4, .box2 > .g-content h4, .box2.moduletable h5, .box2.widget h5, .box2 > .g-content h5, .box2.moduletable h6, .box2.widget h6, .box2 > .g-content h6, .box2.moduletable strong, .box2.widget strong, .box2 > .g-content strong, .box2.moduletable i, .box2.widget i, .box2 > .g-content i {
  color: #6d6d6d;
}
/* line 43, templates/tx_agencio/scss/tx_agencio/_variations.scss */
/* line 44, templates/tx_agencio/scss/tx_agencio/_variations.scss */
.box3.moduletable, .box3.widget, .box3.g-outer-box, .box3 > .g-content {
  background: #0d2481;
}
/* line 48, templates/tx_agencio/scss/tx_agencio/_variations.scss */
/* line 49, templates/tx_agencio/scss/tx_agencio/_variations.scss */
.box3.moduletable, .box3.widget, .box3 > .g-content, .box3.moduletable h1, .box3.widget h1, .box3 > .g-content h1, .box3.moduletable h2, .box3.widget h2, .box3 > .g-content h2, .box3.moduletable h3, .box3.widget h3, .box3 > .g-content h3, .box3.moduletable h4, .box3.widget h4, .box3 > .g-content h4, .box3.moduletable h5, .box3.widget h5, .box3 > .g-content h5, .box3.moduletable h6, .box3.widget h6, .box3 > .g-content h6, .box3.moduletable strong, .box3.widget strong, .box3 > .g-content strong, .box3.moduletable i, .box3.widget i, .box3 > .g-content i {
  color: #fff;
}
/* line 52, templates/tx_agencio/scss/tx_agencio/_variations.scss */
.box3.moduletable a, .box3.widget a, .box3 > .g-content a {
  color: #5372ee;
}
/* line 54, templates/tx_agencio/scss/tx_agencio/_variations.scss */
.box3.moduletable a:hover, .box3.widget a:hover, .box3 > .g-content a:hover {
  color: #fff;
}
/* line 58, templates/tx_agencio/scss/tx_agencio/_variations.scss */
.box3.moduletable .button, .box3.widget .button, .box3 > .g-content .button {
  color: #dee4fc;
  background: #1231af;
}
/* line 61, templates/tx_agencio/scss/tx_agencio/_variations.scss */
.box3.moduletable .button:hover, .box3.widget .button:hover, .box3 > .g-content .button:hover {
  background: #1437c6;
}
/* line 68, templates/tx_agencio/scss/tx_agencio/_variations.scss */
/* line 69, templates/tx_agencio/scss/tx_agencio/_variations.scss */
.box4.moduletable, .box4.widget, .box4.g-outer-box, .box4 > .g-content {
  background: #8f4dae;
}
/* line 72, templates/tx_agencio/scss/tx_agencio/_variations.scss */
/* line 73, templates/tx_agencio/scss/tx_agencio/_variations.scss */
.box4.moduletable, .box4.widget, .box4 > .g-content, .box4.moduletable h1, .box4.widget h1, .box4 > .g-content h1, .box4.moduletable h2, .box4.widget h2, .box4 > .g-content h2, .box4.moduletable h3, .box4.widget h3, .box4 > .g-content h3, .box4.moduletable h4, .box4.widget h4, .box4 > .g-content h4, .box4.moduletable h5, .box4.widget h5, .box4 > .g-content h5, .box4.moduletable h6, .box4.widget h6, .box4 > .g-content h6, .box4.moduletable strong, .box4.widget strong, .box4 > .g-content strong, .box4.moduletable i, .box4.widget i, .box4 > .g-content i {
  color: #fff;
}
/* line 76, templates/tx_agencio/scss/tx_agencio/_variations.scss */
.box4.moduletable a, .box4.widget a, .box4 > .g-content a {
  color: #dcc7e6;
}
/* line 78, templates/tx_agencio/scss/tx_agencio/_variations.scss */
.box4.moduletable a:hover, .box4.widget a:hover, .box4 > .g-content a:hover {
  color: #fff;
}
/* line 82, templates/tx_agencio/scss/tx_agencio/_variations.scss */
.box4.moduletable .button, .box4.widget .button, .box4 > .g-content .button {
  color: #f2ebf6;
  background: #b080c7;
}
/* line 85, templates/tx_agencio/scss/tx_agencio/_variations.scss */
.box4.moduletable .button:hover, .box4.widget .button:hover, .box4 > .g-content .button:hover {
  background: #a66fbf;
}
/* line 92, templates/tx_agencio/scss/tx_agencio/_variations.scss */
/* line 93, templates/tx_agencio/scss/tx_agencio/_variations.scss */
.shadow.moduletable, .shadow.widget, .shadow.g-outer-box, .shadow > .g-content {
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
}
/* line 98, templates/tx_agencio/scss/tx_agencio/_variations.scss */
/* line 99, templates/tx_agencio/scss/tx_agencio/_variations.scss */
.shadow2.moduletable, .shadow2.widget, .shadow2.g-outer-box, .shadow2 > .g-content {
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.15);
}
/* line 104, templates/tx_agencio/scss/tx_agencio/_variations.scss */
/* line 105, templates/tx_agencio/scss/tx_agencio/_variations.scss */
.disabled.moduletable, .disabled.widget, .disabled.g-outer-box, .disabled > .g-content {
  opacity: 0.4;
}
/* line 110, templates/tx_agencio/scss/tx_agencio/_variations.scss */
/* line 111, templates/tx_agencio/scss/tx_agencio/_variations.scss */
.square.moduletable, .square.widget, .square.g-outer-box, .square > .g-content {
  border-radius: none;
}
/* line 116, templates/tx_agencio/scss/tx_agencio/_variations.scss */
/* line 117, templates/tx_agencio/scss/tx_agencio/_variations.scss */
.rounded.moduletable, .rounded.widget, .rounded.g-outer-box, .rounded > .g-content {
  border-radius: 0.1875rem;
}
/* line 1, templates/tx_agencio/scss/tx_agencio/_tables.scss */
table {
  border: 1px solid #eaeaea;
}
/* line 5, templates/tx_agencio/scss/tx_agencio/_tables.scss */
th {
  background: #f7f7f7;
  padding: 0.5rem;
}
/* line 10, templates/tx_agencio/scss/tx_agencio/_tables.scss */
td {
  padding: 0.5rem;
  border: 1px solid #eaeaea;
}
/* line 1, templates/tx_agencio/scss/tx_agencio/_forms.scss */
textarea, select[multiple=multiple] {
  background-color: white;
  border: 1px solid #ddd;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06);
}
/* line 6, templates/tx_agencio/scss/tx_agencio/_forms.scss */
textarea:hover, select[multiple=multiple]:hover {
  border-color: #c4c4c4;
}
/* line 10, templates/tx_agencio/scss/tx_agencio/_forms.scss */
textarea:focus, select[multiple=multiple]:focus {
  border-color: #0d2481;
}
/* line 15, templates/tx_agencio/scss/tx_agencio/_forms.scss */
input[type="color"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="email"], input[type="month"], input[type="number"], input[type="password"], input[type="search"], input[type="tel"], input[type="text"], input[type="time"], input[type="url"], input[type="week"], input:not([type]), textarea {
  background-color: white;
  border: 1px solid #ddd;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06);
}
/* line 21, templates/tx_agencio/scss/tx_agencio/_forms.scss */
input[type="color"]:hover, input[type="date"]:hover, input[type="datetime"]:hover, input[type="datetime-local"]:hover, input[type="email"]:hover, input[type="month"]:hover, input[type="number"]:hover, input[type="password"]:hover, input[type="search"]:hover, input[type="tel"]:hover, input[type="text"]:hover, input[type="time"]:hover, input[type="url"]:hover, input[type="week"]:hover, input:not([type]):hover, textarea:hover {
  border-color: #c4c4c4;
}
/* line 25, templates/tx_agencio/scss/tx_agencio/_forms.scss */
input[type="color"]:focus, input[type="date"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="email"]:focus, input[type="month"]:focus, input[type="number"]:focus, input[type="password"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="text"]:focus, input[type="time"]:focus, input[type="url"]:focus, input[type="week"]:focus, input:not([type]):focus, textarea:focus {
  border-color: #0d2481;
}
/* line 1, templates/tx_agencio/scss/tx_agencio/_social.scss */
/* line 2, templates/tx_agencio/scss/tx_agencio/_social.scss */
.g-social a {
  display: inline-block;
  padding: 0.1rem 0.4rem;
  background: #fafafa;
  border: 1px solid #ddd;
  border-radius: 0.1875rem;
  margin-bottom: 4px;
  text-decoration: none;
}
/* line 1, templates/tx_agencio/scss/tx_agencio/_sample.scss */
.sample-content {
  text-align: center;
}
/* line 3, templates/tx_agencio/scss/tx_agencio/_sample.scss */
.sample-content .subtitle {
  text-transform: uppercase;
  font-size: 0.8rem;
  display: block;
  margin-top: -1.3rem;
}
/* line 9, templates/tx_agencio/scss/tx_agencio/_sample.scss */
.sample-content .sample-icons {
  font-size: 5rem;
  color: #0d2481;
  opacity: 0.6;
}
/* line 14, templates/tx_agencio/scss/tx_agencio/_sample.scss */
.sample-content .sample-description {
  font-size: 1.2rem;
}
@media only all and (min-width: 48rem) {
  /* line 22, media/gantry5/engines/nucleus/scss/nucleus/mixins/_breakpoints.scss */
  /* line 18, templates/tx_agencio/scss/tx_agencio/_sample.scss */
  .sample-content .device-promo {
    width: 356px;
    height: 203px;
    position: relative;
    float: right;
    margin-left: 3rem;
    margin-bottom: 1rem;
  }
  /* line 25, templates/tx_agencio/scss/tx_agencio/_sample.scss */
  .sample-content .device-promo .macbook {
    width: 356px;
    height: 203px;
    position: absolute;
    z-index: 1;
    background: url('../../images/macbook.png');
  }
  /* line 31, templates/tx_agencio/scss/tx_agencio/_sample.scss */
  .sample-content .device-promo .macbook .macbook-color {
    position: absolute;
    width: 206px;
    height: 118px;
    left: 37px;
    top: 56px;
    background: #ccc;
  }
  /* line 40, templates/tx_agencio/scss/tx_agencio/_sample.scss */
  .sample-content .device-promo .ipad {
    width: 356px;
    height: 203px;
    position: absolute;
    z-index: 2;
    background: url('../../images/ipad.png');
  }
  /* line 46, templates/tx_agencio/scss/tx_agencio/_sample.scss */
  .sample-content .device-promo .ipad .ipad-color {
    position: absolute;
    width: 111px;
    height: 163px;
    right: 27px;
    top: 20px;
    background: #0d2481;
  }
  /* line 55, templates/tx_agencio/scss/tx_agencio/_sample.scss */
  .sample-content .device-promo .iphone {
    width: 356px;
    height: 203px;
    position: absolute;
    z-index: 3;
    background: url('../../images/iphone.png');
  }
  /* line 61, templates/tx_agencio/scss/tx_agencio/_sample.scss */
  .sample-content .device-promo .iphone .iphone-color {
    position: absolute;
    width: 46px;
    height: 75px;
    right: 4px;
    top: 112px;
    background: #8f4dae;
  }
}
/* line 72, templates/tx_agencio/scss/tx_agencio/_sample.scss */
.sample-content .middle {
  text-align: center;
}
/* line 75, templates/tx_agencio/scss/tx_agencio/_sample.scss */
.sample-content .fa-github-square {
  color: #ddd;
  margin-top: 1.5rem;
  font-size: 10rem;
}
@media only all and (min-width: 48rem) and (max-width: 59.938rem) {
  /* line 13, media/gantry5/engines/nucleus/scss/nucleus/mixins/_breakpoints.scss */
  .sample-content .fa-github-square {
    font-size: 8rem;
  }
}
@media only all and (max-width: 47.938rem) {
  .sample-content .fa-github-square {
    float: none !important;
    margin-right: 0;
  }
}
/* line 87, templates/tx_agencio/scss/tx_agencio/_sample.scss */
.sample-content .info-box {
  background: #f5f5f5;
  border: 1px solid #e6e6e6;
  padding: 0.938rem;
  border-radius: 0.1875rem;
  margin-bottom: 4rem;
}
/* line 94, templates/tx_agencio/scss/tx_agencio/_sample.scss */
.sample-content .fa-graduation-cap {
  color: #d9d9d9;
  margin: 1rem 2rem 1rem 1rem;
  font-size: 6rem;
}
@media only all and (min-width: 60rem) {
  /* line 10, media/gantry5/engines/nucleus/scss/nucleus/mixins/_breakpoints.scss */
  /* line 102, templates/tx_agencio/scss/tx_agencio/_sample.scss */
  /* line 103, templates/tx_agencio/scss/tx_agencio/_sample.scss */
  #g-showcase .sample-description {
    padding: 0 6rem;
  }
}
@media only all and (min-width: 60rem) {
  /* line 110, templates/tx_agencio/scss/tx_agencio/_sample.scss */
  /* line 111, templates/tx_agencio/scss/tx_agencio/_sample.scss */
  /* line 112, templates/tx_agencio/scss/tx_agencio/_sample.scss */
  #g-subfeature .sample-content .g-content {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media only all and (min-width: 48rem) {
  /* line 121, templates/tx_agencio/scss/tx_agencio/_sample.scss */
  /* line 122, templates/tx_agencio/scss/tx_agencio/_sample.scss */
  #g-main .sample-content {
    text-align: inherit;
  }
}
/* line 1, templates/tx_agencio/scss/tx_agencio/_contentarray.scss */
.g-content-array {
  margin-left: -0.938rem;
  margin-right: -0.938rem;
}
/* line 5, templates/tx_agencio/scss/tx_agencio/_contentarray.scss */
.g-content-array .g-grid {
  margin-bottom: 2.3445rem;
}
/* line 8, templates/tx_agencio/scss/tx_agencio/_contentarray.scss */
.g-content-array .g-grid:last-child {
  margin-bottom: 0;
}
/* line 11, templates/tx_agencio/scss/tx_agencio/_contentarray.scss */
/* line 12, templates/tx_agencio/scss/tx_agencio/_contentarray.scss */
/* line 13, templates/tx_agencio/scss/tx_agencio/_contentarray.scss */
@media only all and (max-width: 47.938rem) {
  .g-content-array .g-grid:last-child .g-block:last-child .g-array-item {
    margin-bottom: 0;
  }
}
@media only all and (max-width: 47.938rem) {
  .g-content-array .g-grid {
    margin-bottom: 0;
  }
}
/* line 27, templates/tx_agencio/scss/tx_agencio/_contentarray.scss */
.g-content-array .g-content {
  margin: 0;
  padding-top: 0;
  padding-bottom: 0;
}
/* line 33, templates/tx_agencio/scss/tx_agencio/_contentarray.scss */
@media only all and (max-width: 47.938rem) {
  .g-content-array .g-array-item {
    margin-bottom: 2.3445rem;
  }
}
/* line 39, templates/tx_agencio/scss/tx_agencio/_contentarray.scss */
.g-content-array .g-array-item-image {
  margin: 0 0 15px 0;
}
/* line 43, templates/tx_agencio/scss/tx_agencio/_contentarray.scss */
.g-content-array .g-item-title {
  margin: 0;
}
/* line 47, templates/tx_agencio/scss/tx_agencio/_contentarray.scss */
/* line 48, templates/tx_agencio/scss/tx_agencio/_contentarray.scss */
.g-content-array .g-array-item-details, .g-content-array .g-array-item-text, .g-content-array .g-array-item-read-more {
  margin: 15px 0 0;
}
/* line 53, templates/tx_agencio/scss/tx_agencio/_contentarray.scss */
.g-content-array .g-array-item-details {
  font-size: 90%;
}
/* line 56, templates/tx_agencio/scss/tx_agencio/_contentarray.scss */
.g-content-array .g-array-item-details > span {
  margin-right: 10px;
}
/* line 60, templates/tx_agencio/scss/tx_agencio/_contentarray.scss */
.g-content-array .g-array-item-details i {
  margin-right: 5px;
}
/* line 1, templates/tx_agencio/scss/tx_agencio/_dropdownanimations.scss */
/* line 2, templates/tx_agencio/scss/tx_agencio/_dropdownanimations.scss */
/* line 3, templates/tx_agencio/scss/tx_agencio/_dropdownanimations.scss */
.g-main-nav .g-standard .g-dropdown {
  -webkit-transition: none;
  -moz-transition: none;
  transition: none;
}
/* line 7, templates/tx_agencio/scss/tx_agencio/_dropdownanimations.scss */
.g-main-nav .g-standard .g-fade.g-dropdown {
  -webkit-transition: opacity 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -moz-transition: opacity 0.3s ease-out, -moz-transform 0.3s ease-out;
  transition: opacity 0.3s ease-out, transform 0.3s ease-out;
}
/* line 11, templates/tx_agencio/scss/tx_agencio/_dropdownanimations.scss */
.g-main-nav .g-standard .g-zoom.g-active {
  -webkit-animation-duration: 0.3s;
  -moz-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-name: g-dropdown-zoom;
  -moz-animation-name: g-dropdown-zoom;
  animation-name: g-dropdown-zoom;
}
/* line 16, templates/tx_agencio/scss/tx_agencio/_dropdownanimations.scss */
.g-main-nav .g-standard .g-fade-in-up.g-active {
  -webkit-animation-duration: 0.3s;
  -moz-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-name: g-dropdown-fade-in-up;
  -moz-animation-name: g-dropdown-fade-in-up;
  animation-name: g-dropdown-fade-in-up;
}
/* line 22, templates/tx_agencio/scss/tx_agencio/_dropdownanimations.scss */
/* line 23, templates/tx_agencio/scss/tx_agencio/_dropdownanimations.scss */
.g-main-nav .g-fullwidth > .g-dropdown {
  -webkit-transition: none;
  -moz-transition: none;
  transition: none;
}
/* line 27, templates/tx_agencio/scss/tx_agencio/_dropdownanimations.scss */
.g-main-nav .g-fullwidth > .g-fade.g-dropdown {
  -webkit-transition: opacity 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -moz-transition: opacity 0.3s ease-out, -moz-transform 0.3s ease-out;
  transition: opacity 0.3s ease-out, transform 0.3s ease-out;
}
/* line 31, templates/tx_agencio/scss/tx_agencio/_dropdownanimations.scss */
.g-main-nav .g-fullwidth > .g-zoom.g-active {
  -webkit-animation-duration: 0.3s;
  -moz-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-name: g-dropdown-zoom;
  -moz-animation-name: g-dropdown-zoom;
  animation-name: g-dropdown-zoom;
}
/* line 36, templates/tx_agencio/scss/tx_agencio/_dropdownanimations.scss */
.g-main-nav .g-fullwidth > .g-fade-in-up.g-active {
  -webkit-animation-duration: 0.3s;
  -moz-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-name: g-dropdown-fade-in-up;
  -moz-animation-name: g-dropdown-fade-in-up;
  animation-name: g-dropdown-fade-in-up;
}
@-webkit-keyframes g-dropdown-zoom {
  /* line 44, templates/tx_agencio/scss/tx_agencio/_dropdownanimations.scss */
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.8, 0.8, 0.8);
  }
  /* line 48, templates/tx_agencio/scss/tx_agencio/_dropdownanimations.scss */
  100% {
    opacity: 1;
  }
}
@-moz-keyframes g-dropdown-zoom {
  /* line 44, templates/tx_agencio/scss/tx_agencio/_dropdownanimations.scss */
  0% {
    opacity: 0;
    -moz-transform: scale3d(0.8, 0.8, 0.8);
  }
  /* line 48, templates/tx_agencio/scss/tx_agencio/_dropdownanimations.scss */
  100% {
    opacity: 1;
  }
}
@keyframes g-dropdown-zoom {
  /* line 44, templates/tx_agencio/scss/tx_agencio/_dropdownanimations.scss */
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.8, 0.8, 0.8);
    -moz-transform: scale3d(0.8, 0.8, 0.8);
    -ms-transform: scale3d(0.8, 0.8, 0.8);
    -o-transform: scale3d(0.8, 0.8, 0.8);
    transform: scale3d(0.8, 0.8, 0.8);
  }
  /* line 48, templates/tx_agencio/scss/tx_agencio/_dropdownanimations.scss */
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes g-dropdown-fade-in-up {
  /* line 54, templates/tx_agencio/scss/tx_agencio/_dropdownanimations.scss */
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 30px, 0);
  }
  /* line 58, templates/tx_agencio/scss/tx_agencio/_dropdownanimations.scss */
  100% {
    opacity: 1;
  }
}
@-moz-keyframes g-dropdown-fade-in-up {
  /* line 54, templates/tx_agencio/scss/tx_agencio/_dropdownanimations.scss */
  0% {
    opacity: 0;
    -moz-transform: translate3d(0, 30px, 0);
  }
  /* line 58, templates/tx_agencio/scss/tx_agencio/_dropdownanimations.scss */
  100% {
    opacity: 1;
  }
}
@keyframes g-dropdown-fade-in-up {
  /* line 54, templates/tx_agencio/scss/tx_agencio/_dropdownanimations.scss */
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 30px, 0);
    -moz-transform: translate3d(0, 30px, 0);
    -ms-transform: translate3d(0, 30px, 0);
    -o-transform: translate3d(0, 30px, 0);
    transform: translate3d(0, 30px, 0);
  }
  /* line 58, templates/tx_agencio/scss/tx_agencio/_dropdownanimations.scss */
  100% {
    opacity: 1;
  }
}
/* line 1, templates/tx_agencio/scss/tx_agencio/_offline.scss */
/* line 2, templates/tx_agencio/scss/tx_agencio/_offline.scss */
.g-offline #grav-login {
  max-width: 36rem;
}
/* line 4, templates/tx_agencio/scss/tx_agencio/_offline.scss */
.g-offline #grav-login .form-actions {
  margin-top: 0.625rem;
}
@media only all and (max-width: 47.938rem) {
  .g-offline #grav-login .form-actions {
    text-align: center;
  }
}
/* line 10, templates/tx_agencio/scss/tx_agencio/_offline.scss */
.g-offline #grav-login .button {
  text-transform: capitalize;
}
/* line 13, templates/tx_agencio/scss/tx_agencio/_offline.scss */
@media only all and (max-width: 47.938rem) {
  .g-offline #grav-login .rememberme {
    float: none;
    display: block;
  }
}
/* line 2, media/gantry5/engines/nucleus/scss/nucleus/theme/breakpoints/_flex.scss */
.g-container {
  width: 75rem;
}
@media only all and (min-width: 60rem) and (max-width: 74.938rem) {
  /* line 7, media/gantry5/engines/nucleus/scss/nucleus/mixins/_breakpoints.scss */
  .g-container {
    width: 60rem;
  }
}
@media only all and (min-width: 48rem) and (max-width: 59.938rem) {
  .g-container {
    width: 48rem;
  }
}
@media only all and (min-width: 30.062rem) and (max-width: 47.938rem) {
  /* line 16, media/gantry5/engines/nucleus/scss/nucleus/mixins/_breakpoints.scss */
  .g-container {
    width: 30rem;
  }
}
@media only all and (max-width: 30rem) {
  /* line 19, media/gantry5/engines/nucleus/scss/nucleus/mixins/_breakpoints.scss */
  .g-container {
    width: 100%;
  }
}
/* line 17, media/gantry5/engines/nucleus/scss/nucleus/theme/breakpoints/_flex.scss */
.g-container.g-flushed {
  width: 100%;
}
/* line 23, media/gantry5/engines/nucleus/scss/nucleus/theme/breakpoints/_flex.scss */
@media only all and (max-width: 47.938rem) {
  .g-block {
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    flex-grow: 0;
    -ms-flex-positive: 0;
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
  }
}
/* line 30, media/gantry5/engines/nucleus/scss/nucleus/theme/breakpoints/_flex.scss */
@media only all and (max-width: 47.938rem) {
  body [class*="size-"] {
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    flex-grow: 0;
    -ms-flex-positive: 0;
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    max-width: 100%;
  }
}
@media only all and (max-width: 47.938rem) {
  @supports not (flex-wrap: wrap) {
    /* line 41, media/gantry5/engines/nucleus/scss/nucleus/theme/breakpoints/_flex.scss */
    .g-grid {
      display: block;
      -webkit-box-lines: inherit;
      -moz-box-lines: inherit;
      box-lines: inherit;
      -webkit-flex-wrap: inherit;
      -moz-flex-wrap: inherit;
      -ms-flex-wrap: inherit;
      flex-wrap: inherit;
    }
    /* line 45, media/gantry5/engines/nucleus/scss/nucleus/theme/breakpoints/_flex.scss */
    .g-block {
      display: block;
      -webkit-box-flex: inherit;
      -moz-box-flex: inherit;
      box-flex: inherit;
      -webkit-flex: inherit;
      -moz-flex: inherit;
      -ms-flex: inherit;
      flex: inherit;
    }
  }
}
/* line 2, media/gantry5/engines/nucleus/scss/nucleus/theme/breakpoints/_utilities.scss */
.visible-large, .visible-desktop, .visible-tablet, .visible-phone, .g-block.visible-large, .g-block.visible-desktop, .g-block.visible-tablet, .g-block.visible-phone {
  display: none !important;
}
@media only all and (max-width: 47.938rem) {
  /* line 14, media/gantry5/engines/nucleus/scss/nucleus/theme/breakpoints/_utilities.scss */
  .visible-phone {
    display: block !important;
  }
  /* line 17, media/gantry5/engines/nucleus/scss/nucleus/theme/breakpoints/_utilities.scss */
  .g-block.visible-phone {
    display: block !important;
  }
}
@media only all and (min-width: 48rem) and (max-width: 59.938rem) {
  /* line 23, media/gantry5/engines/nucleus/scss/nucleus/theme/breakpoints/_utilities.scss */
  .visible-tablet {
    display: block !important;
  }
  /* line 26, media/gantry5/engines/nucleus/scss/nucleus/theme/breakpoints/_utilities.scss */
  .g-block.visible-tablet {
    display: block !important;
  }
}
@media only all and (min-width: 60rem) and (max-width: 74.938rem) {
  /* line 32, media/gantry5/engines/nucleus/scss/nucleus/theme/breakpoints/_utilities.scss */
  .visible-desktop {
    display: block !important;
  }
  /* line 35, media/gantry5/engines/nucleus/scss/nucleus/theme/breakpoints/_utilities.scss */
  .g-block.visible-desktop {
    display: block !important;
  }
}
@media only all and (min-width: 75rem) {
  /* line 4, media/gantry5/engines/nucleus/scss/nucleus/mixins/_breakpoints.scss */
  /* line 41, media/gantry5/engines/nucleus/scss/nucleus/theme/breakpoints/_utilities.scss */
  .visible-large {
    display: block !important;
  }
  /* line 44, media/gantry5/engines/nucleus/scss/nucleus/theme/breakpoints/_utilities.scss */
  .g-block.visible-large {
    display: block !important;
  }
  /* line 47, media/gantry5/engines/nucleus/scss/nucleus/theme/breakpoints/_utilities.scss */
  .visible-desktop {
    display: block !important;
  }
  /* line 50, media/gantry5/engines/nucleus/scss/nucleus/theme/breakpoints/_utilities.scss */
  .g-block.visible-desktop {
    display: block !important;
  }
}
@media only all and (max-width: 47.938rem) {
  /* line 57, media/gantry5/engines/nucleus/scss/nucleus/theme/breakpoints/_utilities.scss */
  .hidden-phone {
    display: none !important;
  }
}
@media only all and (min-width: 48rem) and (max-width: 59.938rem) {
  /* line 63, media/gantry5/engines/nucleus/scss/nucleus/theme/breakpoints/_utilities.scss */
  .hidden-tablet {
    display: none !important;
  }
}
@media only all and (min-width: 60rem) and (max-width: 74.938rem) {
  /* line 69, media/gantry5/engines/nucleus/scss/nucleus/theme/breakpoints/_utilities.scss */
  .hidden-desktop {
    display: none !important;
  }
}
@media only all and (min-width: 75rem) {
  /* line 75, media/gantry5/engines/nucleus/scss/nucleus/theme/breakpoints/_utilities.scss */
  .hidden-large {
    display: none !important;
  }
  /* line 78, media/gantry5/engines/nucleus/scss/nucleus/theme/breakpoints/_utilities.scss */
  .hidden-desktop {
    display: none !important;
  }
}
@media only all and (max-width: 47.938rem) {
  /* line 85, media/gantry5/engines/nucleus/scss/nucleus/theme/breakpoints/_utilities.scss */
  .align-right {
    text-align: inherit !important;
  }
  /* line 88, media/gantry5/engines/nucleus/scss/nucleus/theme/breakpoints/_utilities.scss */
  .align-left {
    text-align: inherit !important;
  }
}
/* line 1, templates/tx_agencio/scss/tx_agencio/_utilities.scss */
.flush, .g-flushed {
  margin: 0 !important;
}
/* line 4, templates/tx_agencio/scss/tx_agencio/_utilities.scss */
.flush > .g-container, .g-flushed > .g-container, .flush > .g-content, .g-flushed > .g-content {
  margin: 0 !important;
  padding: 0 !important;
}
@media only all and (max-width: 47.938rem) {
  /* line 12, templates/tx_agencio/scss/tx_agencio/_utilities.scss */
  .flush-mobile {
    margin: 0 !important;
  }
  /* line 14, templates/tx_agencio/scss/tx_agencio/_utilities.scss */
  .flush-mobile > .g-container, .flush-mobile > .g-content {
    margin: 0 !important;
    padding: 0 !important;
  }
}
/* line 22, templates/tx_agencio/scss/tx_agencio/_utilities.scss */
.g-container-flushed {
  margin: -4rem 0;
}
/* line 26, templates/tx_agencio/scss/tx_agencio/_utilities.scss */
.g-nobackground {
  background: none !important;
}
/* line 38, templates/tx_agencio/scss/tx_agencio/_utilities.scss */
/* line 39, templates/tx_agencio/scss/tx_agencio/_utilities.scss */
.nomarginleft, .nomarginleft > .g-content {
  margin-left: 0;
}
/* line 49, templates/tx_agencio/scss/tx_agencio/_utilities.scss */
/* line 50, templates/tx_agencio/scss/tx_agencio/_utilities.scss */
.smallmarginleft, .smallmarginleft > .g-content {
  margin-left: 0.25rem;
}
/* line 49, templates/tx_agencio/scss/tx_agencio/_utilities.scss */
/* line 50, templates/tx_agencio/scss/tx_agencio/_utilities.scss */
.medmarginleft, .medmarginleft > .g-content {
  margin-left: 1rem;
}
/* line 49, templates/tx_agencio/scss/tx_agencio/_utilities.scss */
/* line 50, templates/tx_agencio/scss/tx_agencio/_utilities.scss */
.largemarginleft, .largemarginleft > .g-content {
  margin-left: 3rem;
}
/* line 49, templates/tx_agencio/scss/tx_agencio/_utilities.scss */
/* line 50, templates/tx_agencio/scss/tx_agencio/_utilities.scss */
.xlargemarginleft, .xlargemarginleft > .g-content {
  margin-left: 9rem;
}
/* line 38, templates/tx_agencio/scss/tx_agencio/_utilities.scss */
/* line 39, templates/tx_agencio/scss/tx_agencio/_utilities.scss */
.nomarginright, .nomarginright > .g-content {
  margin-right: 0;
}
/* line 49, templates/tx_agencio/scss/tx_agencio/_utilities.scss */
/* line 50, templates/tx_agencio/scss/tx_agencio/_utilities.scss */
.smallmarginright, .smallmarginright > .g-content {
  margin-right: 0.25rem;
}
/* line 49, templates/tx_agencio/scss/tx_agencio/_utilities.scss */
/* line 50, templates/tx_agencio/scss/tx_agencio/_utilities.scss */
.medmarginright, .medmarginright > .g-content {
  margin-right: 1rem;
}
/* line 49, templates/tx_agencio/scss/tx_agencio/_utilities.scss */
/* line 50, templates/tx_agencio/scss/tx_agencio/_utilities.scss */
.largemarginright, .largemarginright > .g-content {
  margin-right: 3rem;
}
/* line 49, templates/tx_agencio/scss/tx_agencio/_utilities.scss */
/* line 50, templates/tx_agencio/scss/tx_agencio/_utilities.scss */
.xlargemarginright, .xlargemarginright > .g-content {
  margin-right: 9rem;
}
/* line 38, templates/tx_agencio/scss/tx_agencio/_utilities.scss */
/* line 39, templates/tx_agencio/scss/tx_agencio/_utilities.scss */
.nomargintop, .nomargintop > .g-content {
  margin-top: 0;
}
/* line 49, templates/tx_agencio/scss/tx_agencio/_utilities.scss */
/* line 50, templates/tx_agencio/scss/tx_agencio/_utilities.scss */
.smallmargintop, .smallmargintop > .g-content {
  margin-top: 0.25rem;
}
/* line 49, templates/tx_agencio/scss/tx_agencio/_utilities.scss */
/* line 50, templates/tx_agencio/scss/tx_agencio/_utilities.scss */
.medmargintop, .medmargintop > .g-content {
  margin-top: 1rem;
}
/* line 49, templates/tx_agencio/scss/tx_agencio/_utilities.scss */
/* line 50, templates/tx_agencio/scss/tx_agencio/_utilities.scss */
.largemargintop, .largemargintop > .g-content {
  margin-top: 3rem;
}
/* line 49, templates/tx_agencio/scss/tx_agencio/_utilities.scss */
/* line 50, templates/tx_agencio/scss/tx_agencio/_utilities.scss */
.xlargemargintop, .xlargemargintop > .g-content {
  margin-top: 9rem;
}
/* line 38, templates/tx_agencio/scss/tx_agencio/_utilities.scss */
/* line 39, templates/tx_agencio/scss/tx_agencio/_utilities.scss */
.nomarginbottom, .nomarginbottom > .g-content {
  margin-bottom: 0;
}
/* line 49, templates/tx_agencio/scss/tx_agencio/_utilities.scss */
/* line 50, templates/tx_agencio/scss/tx_agencio/_utilities.scss */
.smallmarginbottom, .smallmarginbottom > .g-content {
  margin-bottom: 0.25rem;
}
/* line 49, templates/tx_agencio/scss/tx_agencio/_utilities.scss */
/* line 50, templates/tx_agencio/scss/tx_agencio/_utilities.scss */
.medmarginbottom, .medmarginbottom > .g-content {
  margin-bottom: 1rem;
}
/* line 49, templates/tx_agencio/scss/tx_agencio/_utilities.scss */
/* line 50, templates/tx_agencio/scss/tx_agencio/_utilities.scss */
.largemarginbottom, .largemarginbottom > .g-content {
  margin-bottom: 3rem;
}
/* line 49, templates/tx_agencio/scss/tx_agencio/_utilities.scss */
/* line 50, templates/tx_agencio/scss/tx_agencio/_utilities.scss */
.xlargemarginbottom, .xlargemarginbottom > .g-content {
  margin-bottom: 9rem;
}
/* line 38, templates/tx_agencio/scss/tx_agencio/_utilities.scss */
/* line 39, templates/tx_agencio/scss/tx_agencio/_utilities.scss */
.nomarginall, .nomarginall > .g-content {
  margin: 0;
}
/* line 49, templates/tx_agencio/scss/tx_agencio/_utilities.scss */
/* line 50, templates/tx_agencio/scss/tx_agencio/_utilities.scss */
.smallmarginall, .smallmarginall > .g-content {
  margin: 0.25rem;
}
/* line 49, templates/tx_agencio/scss/tx_agencio/_utilities.scss */
/* line 50, templates/tx_agencio/scss/tx_agencio/_utilities.scss */
.medmarginall, .medmarginall > .g-content {
  margin: 1rem;
}
/* line 49, templates/tx_agencio/scss/tx_agencio/_utilities.scss */
/* line 50, templates/tx_agencio/scss/tx_agencio/_utilities.scss */
.largemarginall, .largemarginall > .g-content {
  margin: 3rem;
}
/* line 49, templates/tx_agencio/scss/tx_agencio/_utilities.scss */
/* line 50, templates/tx_agencio/scss/tx_agencio/_utilities.scss */
.xlargemarginall, .xlargemarginall > .g-content {
  margin: 9rem;
}
/* line 82, templates/tx_agencio/scss/tx_agencio/_utilities.scss */
/* line 83, templates/tx_agencio/scss/tx_agencio/_utilities.scss */
.margin2x > .g-content {
  margin: 1.25rem;
}
/* line 82, templates/tx_agencio/scss/tx_agencio/_utilities.scss */
/* line 83, templates/tx_agencio/scss/tx_agencio/_utilities.scss */
.margin3x > .g-content {
  margin: 1.875rem;
}
/* line 38, templates/tx_agencio/scss/tx_agencio/_utilities.scss */
/* line 39, templates/tx_agencio/scss/tx_agencio/_utilities.scss */
.nopaddingleft, .nopaddingleft > .g-content {
  padding-left: 0;
}
/* line 49, templates/tx_agencio/scss/tx_agencio/_utilities.scss */
/* line 50, templates/tx_agencio/scss/tx_agencio/_utilities.scss */
.smallpaddingleft, .smallpaddingleft > .g-content {
  padding-left: 0.25rem;
}
/* line 49, templates/tx_agencio/scss/tx_agencio/_utilities.scss */
/* line 50, templates/tx_agencio/scss/tx_agencio/_utilities.scss */
.medpaddingleft, .medpaddingleft > .g-content {
  padding-left: 1rem;
}
/* line 49, templates/tx_agencio/scss/tx_agencio/_utilities.scss */
/* line 50, templates/tx_agencio/scss/tx_agencio/_utilities.scss */
.largepaddingleft, .largepaddingleft > .g-content {
  padding-left: 3rem;
}
/* line 49, templates/tx_agencio/scss/tx_agencio/_utilities.scss */
/* line 50, templates/tx_agencio/scss/tx_agencio/_utilities.scss */
.xlargepaddingleft, .xlargepaddingleft > .g-content {
  padding-left: 9rem;
}
/* line 38, templates/tx_agencio/scss/tx_agencio/_utilities.scss */
/* line 39, templates/tx_agencio/scss/tx_agencio/_utilities.scss */
.nopaddingright, .nopaddingright > .g-content {
  padding-right: 0;
}
/* line 49, templates/tx_agencio/scss/tx_agencio/_utilities.scss */
/* line 50, templates/tx_agencio/scss/tx_agencio/_utilities.scss */
.smallpaddingright, .smallpaddingright > .g-content {
  padding-right: 0.25rem;
}
/* line 49, templates/tx_agencio/scss/tx_agencio/_utilities.scss */
/* line 50, templates/tx_agencio/scss/tx_agencio/_utilities.scss */
.medpaddingright, .medpaddingright > .g-content {
  padding-right: 1rem;
}
/* line 49, templates/tx_agencio/scss/tx_agencio/_utilities.scss */
/* line 50, templates/tx_agencio/scss/tx_agencio/_utilities.scss */
.largepaddingright, .largepaddingright > .g-content {
  padding-right: 3rem;
}
/* line 49, templates/tx_agencio/scss/tx_agencio/_utilities.scss */
/* line 50, templates/tx_agencio/scss/tx_agencio/_utilities.scss */
.xlargepaddingright, .xlargepaddingright > .g-content {
  padding-right: 9rem;
}
/* line 38, templates/tx_agencio/scss/tx_agencio/_utilities.scss */
/* line 39, templates/tx_agencio/scss/tx_agencio/_utilities.scss */
.nopaddingtop, .nopaddingtop > .g-content {
  padding-top: 0;
}
/* line 49, templates/tx_agencio/scss/tx_agencio/_utilities.scss */
/* line 50, templates/tx_agencio/scss/tx_agencio/_utilities.scss */
.smallpaddingtop, .smallpaddingtop > .g-content {
  padding-top: 0.25rem;
}
/* line 49, templates/tx_agencio/scss/tx_agencio/_utilities.scss */
/* line 50, templates/tx_agencio/scss/tx_agencio/_utilities.scss */
.medpaddingtop, .medpaddingtop > .g-content {
  padding-top: 1rem;
}
/* line 49, templates/tx_agencio/scss/tx_agencio/_utilities.scss */
/* line 50, templates/tx_agencio/scss/tx_agencio/_utilities.scss */
.largepaddingtop, .largepaddingtop > .g-content {
  padding-top: 3rem;
}
/* line 49, templates/tx_agencio/scss/tx_agencio/_utilities.scss */
/* line 50, templates/tx_agencio/scss/tx_agencio/_utilities.scss */
.xlargepaddingtop, .xlargepaddingtop > .g-content {
  padding-top: 9rem;
}
/* line 38, templates/tx_agencio/scss/tx_agencio/_utilities.scss */
/* line 39, templates/tx_agencio/scss/tx_agencio/_utilities.scss */
.nopaddingbottom, .nopaddingbottom > .g-content {
  padding-bottom: 0;
}
/* line 49, templates/tx_agencio/scss/tx_agencio/_utilities.scss */
/* line 50, templates/tx_agencio/scss/tx_agencio/_utilities.scss */
.smallpaddingbottom, .smallpaddingbottom > .g-content {
  padding-bottom: 0.25rem;
}
/* line 49, templates/tx_agencio/scss/tx_agencio/_utilities.scss */
/* line 50, templates/tx_agencio/scss/tx_agencio/_utilities.scss */
.medpaddingbottom, .medpaddingbottom > .g-content {
  padding-bottom: 1rem;
}
/* line 49, templates/tx_agencio/scss/tx_agencio/_utilities.scss */
/* line 50, templates/tx_agencio/scss/tx_agencio/_utilities.scss */
.largepaddingbottom, .largepaddingbottom > .g-content {
  padding-bottom: 3rem;
}
/* line 49, templates/tx_agencio/scss/tx_agencio/_utilities.scss */
/* line 50, templates/tx_agencio/scss/tx_agencio/_utilities.scss */
.xlargepaddingbottom, .xlargepaddingbottom > .g-content {
  padding-bottom: 9rem;
}
/* line 38, templates/tx_agencio/scss/tx_agencio/_utilities.scss */
/* line 39, templates/tx_agencio/scss/tx_agencio/_utilities.scss */
.nopaddingall, .nopaddingall > .g-content {
  padding: 0;
}
/* line 49, templates/tx_agencio/scss/tx_agencio/_utilities.scss */
/* line 50, templates/tx_agencio/scss/tx_agencio/_utilities.scss */
.smallpaddingall, .smallpaddingall > .g-content {
  padding: 0.25rem;
}
/* line 49, templates/tx_agencio/scss/tx_agencio/_utilities.scss */
/* line 50, templates/tx_agencio/scss/tx_agencio/_utilities.scss */
.medpaddingall, .medpaddingall > .g-content {
  padding: 1rem;
}
/* line 49, templates/tx_agencio/scss/tx_agencio/_utilities.scss */
/* line 50, templates/tx_agencio/scss/tx_agencio/_utilities.scss */
.largepaddingall, .largepaddingall > .g-content {
  padding: 3rem;
}
/* line 49, templates/tx_agencio/scss/tx_agencio/_utilities.scss */
/* line 50, templates/tx_agencio/scss/tx_agencio/_utilities.scss */
.xlargepaddingall, .xlargepaddingall > .g-content {
  padding: 9rem;
}
/* line 82, templates/tx_agencio/scss/tx_agencio/_utilities.scss */
/* line 83, templates/tx_agencio/scss/tx_agencio/_utilities.scss */
.padding2x > .g-content {
  padding: 1.876rem;
}
/* line 82, templates/tx_agencio/scss/tx_agencio/_utilities.scss */
/* line 83, templates/tx_agencio/scss/tx_agencio/_utilities.scss */
.padding3x > .g-content {
  padding: 2.814rem;
}
/* line 95, templates/tx_agencio/scss/tx_agencio/_utilities.scss */
.section-horizontal-paddings {
  padding-left: 10%;
  padding-right: 10%;
}
@media only all and (min-width: 48rem) and (max-width: 59.938rem) {
  .section-horizontal-paddings {
    padding-left: 0;
    padding-right: 0;
  }
}
@media only all and (max-width: 47.938rem) {
  .section-horizontal-paddings {
    padding-left: 0;
    padding-right: 0;
  }
}
/* line 111, templates/tx_agencio/scss/tx_agencio/_utilities.scss */
.section-horizontal-paddings-small {
  padding-left: 5%;
  padding-right: 5%;
}
@media only all and (min-width: 48rem) and (max-width: 59.938rem) {
  .section-horizontal-paddings-small {
    padding-left: 0;
    padding-right: 0;
  }
}
@media only all and (max-width: 47.938rem) {
  .section-horizontal-paddings-small {
    padding-left: 0;
    padding-right: 0;
  }
}
/* line 127, templates/tx_agencio/scss/tx_agencio/_utilities.scss */
.section-horizontal-paddings-large {
  padding-left: 15%;
  padding-right: 15%;
}
@media only all and (min-width: 48rem) and (max-width: 59.938rem) {
  .section-horizontal-paddings-large {
    padding-left: 0;
    padding-right: 0;
  }
}
@media only all and (max-width: 47.938rem) {
  .section-horizontal-paddings-large {
    padding-left: 0;
    padding-right: 0;
  }
}
/* line 143, templates/tx_agencio/scss/tx_agencio/_utilities.scss */
.section-vertical-paddings {
  padding-top: 4vw;
  padding-bottom: 4vw;
}
/* line 149, templates/tx_agencio/scss/tx_agencio/_utilities.scss */
.section-vertical-paddings-small {
  padding-top: 2vw;
  padding-bottom: 2vw;
}
/* line 155, templates/tx_agencio/scss/tx_agencio/_utilities.scss */
.section-vertical-paddings-large {
  padding-top: 6vw;
  padding-bottom: 6vw;
}
/* line 161, templates/tx_agencio/scss/tx_agencio/_utilities.scss */
.section-no-paddings {
  padding: 0 !important;
}
/* line 166, templates/tx_agencio/scss/tx_agencio/_utilities.scss */
.section-vertical-padding-top {
  padding-top: 0 !important;
}
/* line 171, templates/tx_agencio/scss/tx_agencio/_utilities.scss */
.section-vertical-padding-bottom {
  padding-bottom: 0 !important;
}
/* line 175, templates/tx_agencio/scss/tx_agencio/_utilities.scss */
.center-block {
  text-align: center;
  margin: auto;
}
/* line 180, templates/tx_agencio/scss/tx_agencio/_utilities.scss */
.g-center-vertical {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
}
/* line 185, templates/tx_agencio/scss/tx_agencio/_utilities.scss */
.g-linethrough {
  text-decoration: line-through;
  opacity: 0.55;
}
/* line 190, templates/tx_agencio/scss/tx_agencio/_utilities.scss */
.g-menuspacer {
  padding-top: 2.814rem;
}
@media only all and (max-width: 47.938rem) {
  .g-menuspacer {
    padding: 0;
  }
}
/* line 197, templates/tx_agencio/scss/tx_agencio/_utilities.scss */
.noliststyle {
  list-style: none;
}
/* line 201, templates/tx_agencio/scss/tx_agencio/_utilities.scss */
.g-bold {
  font-weight: 700;
}
/* line 205, templates/tx_agencio/scss/tx_agencio/_utilities.scss */
.g-uppercase {
  text-transform: uppercase;
}
/* line 209, templates/tx_agencio/scss/tx_agencio/_utilities.scss */
/* line 210, templates/tx_agencio/scss/tx_agencio/_utilities.scss */
.g-compact .g-container {
  padding: 0 !important;
}
/* line 215, templates/tx_agencio/scss/tx_agencio/_utilities.scss */
.g-sidebar-offset {
  margin-top: -4rem;
}
/* line 219, templates/tx_agencio/scss/tx_agencio/_utilities.scss */
.g-sample-sitemap {
  line-height: 1.7;
  font-size: 1.1rem;
}
/* line 224, templates/tx_agencio/scss/tx_agencio/_utilities.scss */
@media only all and (max-width: 47.938rem) {
  /* line 226, templates/tx_agencio/scss/tx_agencio/_utilities.scss */
  .g-mobile-center-compact .g-container {
    padding: 0.938rem 0;
  }
  /* line 230, templates/tx_agencio/scss/tx_agencio/_utilities.scss */
  .g-mobile-center-compact .g-content {
    padding: 0 0.938rem;
    margin: 0.3125rem 0.625rem;
    text-align: center !important;
  }
}
@media only all and (max-width: 47.938rem) {
  /* line 240, templates/tx_agencio/scss/tx_agencio/_utilities.scss */
  /* line 241, templates/tx_agencio/scss/tx_agencio/_utilities.scss */
  .lightcase-fullScreenMode #lightcase-info {
    padding-left: 50px;
    padding-right: 50px;
  }
}
/* line 248, templates/tx_agencio/scss/tx_agencio/_utilities.scss */
@media only all and (max-width: 47.938rem) {
  html[data-lc-type=inline] #lightcase-case, html[data-lc-type=ajax] #lightcase-case {
    top: 40% !important;
    padding: 0 0.938rem !important;
  }
}
/* line 2, media/gantry5/engines/nucleus/scss/nucleus/mixins/_nav.scss */
/* line 12, media/gantry5/engines/nucleus/scss/nucleus/mixins/_nav.scss */
/* line 2, media/gantry5/engines/nucleus/scss/nucleus/mixins/_utilities.scss */
/* line 9, media/gantry5/engines/nucleus/scss/nucleus/mixins/_utilities.scss */
/* line 1, templates/tx_agencio/scss/mixins/_nav.scss */
.g-main-nav .g-standard .g-dropdown {
  width: 180px;
}
@media only all and (max-width: 47.938rem) {
  /* line 4, templates/tx_agencio/scss/tx_agencio/_fixedheader.scss */
  /* line 6, templates/tx_agencio/scss/tx_agencio/_fixedheader.scss */
  .headroom-bg-section.headroom--pinned, .headroom-bg-section.headroom--unpinned {
    -webkit-transform: none !important;
    -moz-transform: none !important;
    -ms-transform: none !important;
    -o-transform: none !important;
    transform: none !important;
  }
  /* line 10, templates/tx_agencio/scss/tx_agencio/_fixedheader.scss */
  .disable-mobile .headroom-bg-section {
    position: relative !important;
  }
  /* line 13, templates/tx_agencio/scss/tx_agencio/_fixedheader.scss */
  .disable-mobile .headroom-bg-section + section, .disable-mobile .headroom-bg-section + header {
    padding-top: 0 !important;
  }
}
/* line 20, templates/tx_agencio/scss/tx_agencio/_fixedheader.scss */
.headroom-bg-section {
  position: fixed !important;
  width: 100%;
  z-index: 1001;
  right: 0;
  left: 0;
  top: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
/* line 30, templates/tx_agencio/scss/tx_agencio/_fixedheader.scss */
.headroom-bg-section.headroom--pinned {
  -webkit-transform: translateY(0%);
  -moz-transform: translateY(0%);
  -ms-transform: translateY(0%);
  -o-transform: translateY(0%);
  transform: translateY(0%);
}
/* line 34, templates/tx_agencio/scss/tx_agencio/_fixedheader.scss */
.headroom-bg-section.headroom--unpinned {
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
}
/* line 39, templates/tx_agencio/scss/tx_agencio/_fixedheader.scss */
#g-page-surround .headroom-bg-section.headroom--pinned.headroom--not-top {
  background: #0d2481 !Important;
  box-shadow: 0 0 5px #000;
}
/* line 2, templates/tx_agencio/scss/tx_agencio/_agencio.scss */
#g-footer {
  border-top: 0;
}
/* line 5, templates/tx_agencio/scss/tx_agencio/_agencio.scss */
ul, ol {
  margin-top: 0;
}
/* line 10, templates/tx_agencio/scss/tx_agencio/_agencio.scss */
/* line 11, templates/tx_agencio/scss/tx_agencio/_agencio.scss */
.qx-slider-pro-v2 .bar-navigation {
  position: absolute;
  left: -50px;
}
/* line 15, templates/tx_agencio/scss/tx_agencio/_agencio.scss */
/* line 16, templates/tx_agencio/scss/tx_agencio/_agencio.scss */
.qx-slider-pro-v2 .slider-content-wrapper::before {
  content: '';
  position: absolute;
  left: 0;
  width: 45px;
  top: 13%;
  border-top-width: 1px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-right-width: 0px;
  border-style: solid;
}
/* line 30, templates/tx_agencio/scss/tx_agencio/_agencio.scss */
/* line 31, templates/tx_agencio/scss/tx_agencio/_agencio.scss */
.qx-element-heading-v2 h2 {
  position: relative;
  padding-left: 60px;
}
/* line 34, templates/tx_agencio/scss/tx_agencio/_agencio.scss */
.qx-element-heading-v2 h2::before {
  content: '';
  position: absolute;
  left: 0;
  width: 45px;
  top: 50%;
  border-top-width: 1px;
  border-style: solid;
  border-bottom-width: 0;
}
/* line 46, templates/tx_agencio/scss/tx_agencio/_agencio.scss */
/* line 47, templates/tx_agencio/scss/tx_agencio/_agencio.scss */
.qx-element-joomla-article-v2 .qx-post-meta {
  position: relative;
  padding-left: 60px;
}
/* line 50, templates/tx_agencio/scss/tx_agencio/_agencio.scss */
.qx-element-joomla-article-v2 .qx-post-meta::before {
  content: '';
  position: absolute;
  left: 0;
  width: 45px;
  top: 50%;
  border-top-width: 1px;
  border-style: solid;
  border-bottom-width: 0;
}
/* line 62, templates/tx_agencio/scss/tx_agencio/_agencio.scss */
/* line 63, templates/tx_agencio/scss/tx_agencio/_agencio.scss */
/* line 64, templates/tx_agencio/scss/tx_agencio/_agencio.scss */
.qx-element-button-v2 span strong, .qx-element-button-v2 span b {
  color: #fff;
}
/* line 68, templates/tx_agencio/scss/tx_agencio/_agencio.scss */
/* line 69, templates/tx_agencio/scss/tx_agencio/_agencio.scss */
/* line 70, templates/tx_agencio/scss/tx_agencio/_agencio.scss */
/* line 71, templates/tx_agencio/scss/tx_agencio/_agencio.scss */
.qx-element-button-v2 a:hover span strong, .qx-element-button-v2 a:hover span b {
  color: inherit;
}
/* line 78, templates/tx_agencio/scss/tx_agencio/_agencio.scss */
/* line 79, templates/tx_agencio/scss/tx_agencio/_agencio.scss */
.qx-element-joomla-article-v2 img, .qx-element-joomla-articles-v2 img {
  border-radius: 4px;
}
/* line 83, templates/tx_agencio/scss/tx_agencio/_agencio.scss */
/* line 84, templates/tx_agencio/scss/tx_agencio/_agencio.scss */
.qx-element-media-carousel .qx-slider-container {
  margin-left: 30px;
}
/* line 88, templates/tx_agencio/scss/tx_agencio/_agencio.scss */
/* line 89, templates/tx_agencio/scss/tx_agencio/_agencio.scss */
.qx-element-video-carousel .bar-navigation.qx-position-bottom-left.qx-position-none {
  margin-left: 40px;
}
/* line 93, templates/tx_agencio/scss/tx_agencio/_agencio.scss */
/* line 94, templates/tx_agencio/scss/tx_agencio/_agencio.scss */
.qx-element-text-v2 a {
  color: #4d5b6c;
}
/* line 96, templates/tx_agencio/scss/tx_agencio/_agencio.scss */
.qx-element-text-v2 a:hover {
  color: #0d2481;
}
/* line 101, templates/tx_agencio/scss/tx_agencio/_agencio.scss */
/* line 102, templates/tx_agencio/scss/tx_agencio/_agencio.scss */
.qx-element-video-carousel img {
  width: 100%;
}
/* line 108, templates/tx_agencio/scss/tx_agencio/_agencio.scss */
/* line 109, templates/tx_agencio/scss/tx_agencio/_agencio.scss */
#g-navigation .logo-bg {
  background-color: #1e2329;
  line-height: 88px;
}
/* line 112, templates/tx_agencio/scss/tx_agencio/_agencio.scss */
/* line 113, templates/tx_agencio/scss/tx_agencio/_agencio.scss */
#g-navigation .logo-bg .gantry-logo img {
  width: 180px;
}
/* line 116, templates/tx_agencio/scss/tx_agencio/_agencio.scss */
#g-navigation .logo-bg .gantry-logo svg {
  vertical-align: middle;
  height: 35px;
}
/* line 122, templates/tx_agencio/scss/tx_agencio/_agencio.scss */
#g-navigation .g-main-nav {
  margin: 0;
}
/* line 124, templates/tx_agencio/scss/tx_agencio/_agencio.scss */
#g-navigation .g-main-nav ul.g-toplevel {
  justify-content: left;
  -webkit-justify-content: left;
  padding-left: 45px;
}
/* line 129, templates/tx_agencio/scss/tx_agencio/_agencio.scss */
#g-navigation .g-main-nav ul.g-toplevel li.g-menu-item.active, #g-navigation .g-main-nav ul.g-toplevel li:not(.g-menu-item-type-particle):not(.g-menu-item-type-module).active {
  background-color: transparent !important;
}
/* line 131, templates/tx_agencio/scss/tx_agencio/_agencio.scss */
#g-navigation .g-main-nav ul.g-toplevel li.g-menu-item.active a.g-menu-item-container, #g-navigation .g-main-nav ul.g-toplevel li:not(.g-menu-item-type-particle):not(.g-menu-item-type-module).active a.g-menu-item-container {
  color: rgba(255, 255, 255, 1);
}
/* line 134, templates/tx_agencio/scss/tx_agencio/_agencio.scss */
/* line 135, templates/tx_agencio/scss/tx_agencio/_agencio.scss */
/* line 136, templates/tx_agencio/scss/tx_agencio/_agencio.scss */
/* line 137, templates/tx_agencio/scss/tx_agencio/_agencio.scss */
/* line 138, templates/tx_agencio/scss/tx_agencio/_agencio.scss */
#g-navigation .g-main-nav ul.g-toplevel li.g-menu-item.active ul.g-dropdown li ul.g-sublevel li.active a, #g-navigation .g-main-nav ul.g-toplevel li:not(.g-menu-item-type-particle):not(.g-menu-item-type-module).active ul.g-dropdown li ul.g-sublevel li.active a {
  color: #0d2481;
}
/* line 146, templates/tx_agencio/scss/tx_agencio/_agencio.scss */
/* line 147, templates/tx_agencio/scss/tx_agencio/_agencio.scss */
#g-navigation .g-main-nav ul.g-toplevel li.g-menu-item:hover {
  background-color: transparent !important;
}
/* line 150, templates/tx_agencio/scss/tx_agencio/_agencio.scss */
#g-navigation .g-main-nav ul.g-toplevel li.g-menu-item a {
  color: rgba(152, 165, 217, 1);
  line-height: 50px;
  font-size: 15px;
  letter-spacing: 2px;
}
/* line 155, templates/tx_agencio/scss/tx_agencio/_agencio.scss */
#g-navigation .g-main-nav ul.g-toplevel li.g-menu-item a .g-menu-parent-indicator {
  background-color: transparent !important;
  border-width: 0 !important;
}
/* line 158, templates/tx_agencio/scss/tx_agencio/_agencio.scss */
#g-navigation .g-main-nav ul.g-toplevel li.g-menu-item a .g-menu-parent-indicator::after {
  content: '\f107';
  font-size: 24px;
  opacity: 1;
}
/* line 164, templates/tx_agencio/scss/tx_agencio/_agencio.scss */
#g-navigation .g-main-nav ul.g-toplevel li.g-menu-item a:hover {
  color: #fff;
}
/* line 168, templates/tx_agencio/scss/tx_agencio/_agencio.scss */
#g-navigation .g-main-nav ul.g-toplevel li.g-menu-item ul.g-dropdown {
  background-color: #fff;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.14);
  padding: 30px;
}
/* line 172, templates/tx_agencio/scss/tx_agencio/_agencio.scss */
/* line 173, templates/tx_agencio/scss/tx_agencio/_agencio.scss */
#g-navigation .g-main-nav ul.g-toplevel li.g-menu-item ul.g-dropdown .g-dropdown-column .g-block {
  border-right: 1px dotted #eee;
  padding-left: 15px;
}
/* line 176, templates/tx_agencio/scss/tx_agencio/_agencio.scss */
#g-navigation .g-main-nav ul.g-toplevel li.g-menu-item ul.g-dropdown .g-dropdown-column .g-block:last-child {
  border-right: 0;
}
/* line 179, templates/tx_agencio/scss/tx_agencio/_agencio.scss */
#g-navigation .g-main-nav ul.g-toplevel li.g-menu-item ul.g-dropdown .g-dropdown-column .g-block:first-child {
  padding-left: 0;
}
/* line 182, templates/tx_agencio/scss/tx_agencio/_agencio.scss */
/* line 183, templates/tx_agencio/scss/tx_agencio/_agencio.scss */
/* line 184, templates/tx_agencio/scss/tx_agencio/_agencio.scss */
#g-navigation .g-main-nav ul.g-toplevel li.g-menu-item ul.g-dropdown .g-dropdown-column .g-block ul.g-sublevel .g-menu-item-type-heading span {
  color: #1e2329;
  cursor: auto;
}
/* line 189, templates/tx_agencio/scss/tx_agencio/_agencio.scss */
/* line 190, templates/tx_agencio/scss/tx_agencio/_agencio.scss */
#g-navigation .g-main-nav ul.g-toplevel li.g-menu-item ul.g-dropdown .g-dropdown-column .g-block ul.g-sublevel li.g-menu-item a {
  color: #8e8e8e;
  line-height: normal;
  font-size: 13px;
}
/* line 194, templates/tx_agencio/scss/tx_agencio/_agencio.scss */
#g-navigation .g-main-nav ul.g-toplevel li.g-menu-item ul.g-dropdown .g-dropdown-column .g-block ul.g-sublevel li.g-menu-item a:hover {
  color: #0d2481;
}
/* line 211, templates/tx_agencio/scss/tx_agencio/_agencio.scss */
/* line 212, templates/tx_agencio/scss/tx_agencio/_agencio.scss */
/* line 217, templates/tx_agencio/scss/tx_agencio/_agencio.scss */
/* line 218, templates/tx_agencio/scss/tx_agencio/_agencio.scss */
/* line 219, templates/tx_agencio/scss/tx_agencio/_agencio.scss */
.com_content.view-category aside .g-content, .com_content.view-article aside .g-content, .com_content.view-featured aside .g-content, .com_content.view-category main#g-main .g-content, .com_content.view-article main#g-main .g-content, .com_content.view-featured main#g-main .g-content {
  padding: 0.938rem;
}
/* line 223, templates/tx_agencio/scss/tx_agencio/_agencio.scss */
/* line 224, templates/tx_agencio/scss/tx_agencio/_agencio.scss */
.com_content.view-category aside#g-sidebar .platform-content, .com_content.view-article aside#g-sidebar .platform-content, .com_content.view-featured aside#g-sidebar .platform-content {
  margin-bottom: 2rem;
  padding: 1rem 1.5rem;
  background-color: #fff;
  box-shadow: 0px 2px 8px 0px rgba(0, 124, 246, 0.1);
}
/* line 227, templates/tx_agencio/scss/tx_agencio/_agencio.scss */
.com_content.view-category aside#g-sidebar .platform-content .g-title, .com_content.view-article aside#g-sidebar .platform-content .g-title, .com_content.view-featured aside#g-sidebar .platform-content .g-title {
  font-size: 18px;
}
/* line 232, templates/tx_agencio/scss/tx_agencio/_agencio.scss */
/* line 233, templates/tx_agencio/scss/tx_agencio/_agencio.scss */
.com_content.view-category aside#g-sidebar .platform-content #login-form .input-prepend, .com_content.view-article aside#g-sidebar .platform-content #login-form .input-prepend, .com_content.view-featured aside#g-sidebar .platform-content #login-form .input-prepend {
  width: 100%;
}
/* line 235, templates/tx_agencio/scss/tx_agencio/_agencio.scss */
.com_content.view-category aside#g-sidebar .platform-content #login-form .input-prepend input[type="text"], .com_content.view-article aside#g-sidebar .platform-content #login-form .input-prepend input[type="text"], .com_content.view-featured aside#g-sidebar .platform-content #login-form .input-prepend input[type="text"], .com_content.view-category aside#g-sidebar .platform-content #login-form .input-prepend input[type="password"], .com_content.view-article aside#g-sidebar .platform-content #login-form .input-prepend input[type="password"], .com_content.view-featured aside#g-sidebar .platform-content #login-form .input-prepend input[type="password"] {
  width: 80%;
}
/* line 240, templates/tx_agencio/scss/tx_agencio/_agencio.scss */
.com_content.view-category aside#g-sidebar .platform-content #login-form #form-login-remember, .com_content.view-article aside#g-sidebar .platform-content #login-form #form-login-remember, .com_content.view-featured aside#g-sidebar .platform-content #login-form #form-login-remember {
  margin-top: 15px;
  margin-bottom: 15px;
}
/* line 243, templates/tx_agencio/scss/tx_agencio/_agencio.scss */
.com_content.view-category aside#g-sidebar .platform-content #login-form #form-login-remember label, .com_content.view-article aside#g-sidebar .platform-content #login-form #form-login-remember label, .com_content.view-featured aside#g-sidebar .platform-content #login-form #form-login-remember label {
  font-size: 14px;
}
/* line 247, templates/tx_agencio/scss/tx_agencio/_agencio.scss */
.com_content.view-category aside#g-sidebar .platform-content #login-form button[type="submit"], .com_content.view-article aside#g-sidebar .platform-content #login-form button[type="submit"], .com_content.view-featured aside#g-sidebar .platform-content #login-form button[type="submit"] {
  padding: 0.5rem 1.5rem;
  margin-bottom: 0.5rem;
  text-transform: capitalize;
  transition: all 0.2s ease-in-out;
}
/* line 253, templates/tx_agencio/scss/tx_agencio/_agencio.scss */
.com_content.view-category aside#g-sidebar .platform-content #login-form button[type="submit"]:hover, .com_content.view-article aside#g-sidebar .platform-content #login-form button[type="submit"]:hover, .com_content.view-featured aside#g-sidebar .platform-content #login-form button[type="submit"]:hover {
  background-color: transparent;
  color: #0d2481;
  border-color: #0d2481;
}
/* line 259, templates/tx_agencio/scss/tx_agencio/_agencio.scss */
.com_content.view-category aside#g-sidebar .platform-content #login-form .login-greeting, .com_content.view-article aside#g-sidebar .platform-content #login-form .login-greeting, .com_content.view-featured aside#g-sidebar .platform-content #login-form .login-greeting {
  font-size: 14px;
  margin-bottom: 15px;
}
/* line 263, templates/tx_agencio/scss/tx_agencio/_agencio.scss */
/* line 264, templates/tx_agencio/scss/tx_agencio/_agencio.scss */
/* line 265, templates/tx_agencio/scss/tx_agencio/_agencio.scss */
.com_content.view-category aside#g-sidebar .platform-content #login-form ul.unstyled li a, .com_content.view-article aside#g-sidebar .platform-content #login-form ul.unstyled li a, .com_content.view-featured aside#g-sidebar .platform-content #login-form ul.unstyled li a {
  font-size: 14px;
}
/* line 271, templates/tx_agencio/scss/tx_agencio/_agencio.scss */
/* line 272, templates/tx_agencio/scss/tx_agencio/_agencio.scss */
.com_content.view-category aside#g-sidebar .platform-content .qx-element-joomla-articles-v2 ul.qx-list-unstyled, .com_content.view-article aside#g-sidebar .platform-content .qx-element-joomla-articles-v2 ul.qx-list-unstyled, .com_content.view-featured aside#g-sidebar .platform-content .qx-element-joomla-articles-v2 ul.qx-list-unstyled {
  margin-left: 0;
}
/* line 274, templates/tx_agencio/scss/tx_agencio/_agencio.scss */
/* line 275, templates/tx_agencio/scss/tx_agencio/_agencio.scss */
.com_content.view-category aside#g-sidebar .platform-content .qx-element-joomla-articles-v2 ul.qx-list-unstyled li img, .com_content.view-article aside#g-sidebar .platform-content .qx-element-joomla-articles-v2 ul.qx-list-unstyled li img, .com_content.view-featured aside#g-sidebar .platform-content .qx-element-joomla-articles-v2 ul.qx-list-unstyled li img {
  border-radius: 0;
}
/* line 281, templates/tx_agencio/scss/tx_agencio/_agencio.scss */
/* line 282, templates/tx_agencio/scss/tx_agencio/_agencio.scss */
.com_content.view-category aside#g-sidebar .platform-content .search input[type="search"], .com_content.view-article aside#g-sidebar .platform-content .search input[type="search"], .com_content.view-featured aside#g-sidebar .platform-content .search input[type="search"] {
  width: 85%;
  -webkit-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  padding-left: 1rem;
  padding-right: 1rem;
}
/* line 293, templates/tx_agencio/scss/tx_agencio/_agencio.scss */
/* line 294, templates/tx_agencio/scss/tx_agencio/_agencio.scss */
.com_content.view-category aside#g-sidebar .platform-content .latestnews li, .com_content.view-article aside#g-sidebar .platform-content .latestnews li, .com_content.view-featured aside#g-sidebar .platform-content .latestnews li, .com_content.view-category aside#g-sidebar .platform-content .category-module li, .com_content.view-article aside#g-sidebar .platform-content .category-module li, .com_content.view-featured aside#g-sidebar .platform-content .category-module li {
  padding-top: 5px;
  padding-bottom: 5px;
}
/* line 297, templates/tx_agencio/scss/tx_agencio/_agencio.scss */
.com_content.view-category aside#g-sidebar .platform-content .latestnews li a, .com_content.view-article aside#g-sidebar .platform-content .latestnews li a, .com_content.view-featured aside#g-sidebar .platform-content .latestnews li a, .com_content.view-category aside#g-sidebar .platform-content .category-module li a, .com_content.view-article aside#g-sidebar .platform-content .category-module li a, .com_content.view-featured aside#g-sidebar .platform-content .category-module li a {
  color: #1e2329;
  font-size: 14px;
}
/* line 300, templates/tx_agencio/scss/tx_agencio/_agencio.scss */
.com_content.view-category aside#g-sidebar .platform-content .latestnews li a:hover, .com_content.view-article aside#g-sidebar .platform-content .latestnews li a:hover, .com_content.view-featured aside#g-sidebar .platform-content .latestnews li a:hover, .com_content.view-category aside#g-sidebar .platform-content .category-module li a:hover, .com_content.view-article aside#g-sidebar .platform-content .category-module li a:hover, .com_content.view-featured aside#g-sidebar .platform-content .category-module li a:hover {
  color: #0d2481;
}
/* line 306, templates/tx_agencio/scss/tx_agencio/_agencio.scss */
/* line 307, templates/tx_agencio/scss/tx_agencio/_agencio.scss */
/* line 308, templates/tx_agencio/scss/tx_agencio/_agencio.scss */
/* line 309, templates/tx_agencio/scss/tx_agencio/_agencio.scss */
/* line 310, templates/tx_agencio/scss/tx_agencio/_agencio.scss */
.com_content.view-category aside#g-sidebar .platform-content .qx-element-social-icon ul li a:hover, .com_content.view-article aside#g-sidebar .platform-content .qx-element-social-icon ul li a:hover, .com_content.view-featured aside#g-sidebar .platform-content .qx-element-social-icon ul li a:hover {
  text-decoration: none;
}
/* line 319, templates/tx_agencio/scss/tx_agencio/_agencio.scss */
/* line 320, templates/tx_agencio/scss/tx_agencio/_agencio.scss */
.com_content.view-category .item-page .icons, .com_content.view-article .item-page .icons, .com_content.view-featured .item-page .icons, .com_content.view-category .item .icons, .com_content.view-article .item .icons, .com_content.view-featured .item .icons {
  display: none;
}
/* line 323, templates/tx_agencio/scss/tx_agencio/_agencio.scss */
.com_content.view-category .item-page p, .com_content.view-article .item-page p, .com_content.view-featured .item-page p, .com_content.view-category .item p, .com_content.view-article .item p, .com_content.view-featured .item p {
  line-height: 1.9;
}
/* line 327, templates/tx_agencio/scss/tx_agencio/_agencio.scss */
.com_content.view-category .readmore, .com_content.view-article .readmore, .com_content.view-featured .readmore {
  margin-top: 0;
}
/* line 329, templates/tx_agencio/scss/tx_agencio/_agencio.scss */
.com_content.view-category .readmore a.btn, .com_content.view-article .readmore a.btn, .com_content.view-featured .readmore a.btn {
  background-color: transparent;
  background-image: none;
  color: #0d2481;
  padding: 0;
  text-shadow: none;
  box-shadow: none;
  font-size: 16px;
  transition: all 0.2s ease-in-out;
  border: none;
}
/* line 330, templates/tx_agencio/scss/tx_agencio/_agencio.scss */
.com_content.view-category .readmore a.btn span, .com_content.view-article .readmore a.btn span, .com_content.view-featured .readmore a.btn span {
  display: none;
}
/* line 342, templates/tx_agencio/scss/tx_agencio/_agencio.scss */
.com_content.view-category .readmore a.btn:hover, .com_content.view-article .readmore a.btn:hover, .com_content.view-featured .readmore a.btn:hover {
  background-color: transparent;
  color: rgba(13, 36, 129, 0.788);
}
/* line 349, templates/tx_agencio/scss/tx_agencio/_agencio.scss */
.com_content.view-category dl.article-info, .com_content.view-article dl.article-info, .com_content.view-featured dl.article-info {
  margin-top: 0;
  margin-bottom: 2rem;
}
/* line 353, templates/tx_agencio/scss/tx_agencio/_agencio.scss */
.com_content.view-category dl.article-info dt, .com_content.view-article dl.article-info dt, .com_content.view-featured dl.article-info dt {
  display: none;
}
/* line 357, templates/tx_agencio/scss/tx_agencio/_agencio.scss */
.com_content.view-category dl.article-info dd, .com_content.view-article dl.article-info dd, .com_content.view-featured dl.article-info dd {
  display: inline-block;
  margin: 0;
  font-family: "NotoSans";
  color: #666;
  font-size: 0.85rem;
  line-height: 1.35;
}
/* line 365, templates/tx_agencio/scss/tx_agencio/_agencio.scss */
.com_content.view-category dl.article-info dd > *, .com_content.view-article dl.article-info dd > *, .com_content.view-featured dl.article-info dd > * {
  display: inline-block;
}
/* line 369, templates/tx_agencio/scss/tx_agencio/_agencio.scss */
.com_content.view-category dl.article-info dd:not(:last-child):after, .com_content.view-article dl.article-info dd:not(:last-child):after, .com_content.view-featured dl.article-info dd:not(:last-child):after {
  content: "/";
  margin: 0 5px;
  color: #ddd;
}
/* line 376, templates/tx_agencio/scss/tx_agencio/_agencio.scss */
.com_content.view-category .article-info-term, .com_content.view-article .article-info-term, .com_content.view-featured .article-info-term {
  display: inline-block;
  font-weight: bold;
  margin-bottom: 1.25rem;
  background: #ebebeb;
  padding: 0.3126666667rem 0.938rem;
}
/* line 383, templates/tx_agencio/scss/tx_agencio/_agencio.scss */
.com_content.view-category .pagenav, .com_content.view-article .pagenav, .com_content.view-featured .pagenav {
  margin-top: 3rem;
}
/* line 388, templates/tx_agencio/scss/tx_agencio/_agencio.scss */
/* line 389, templates/tx_agencio/scss/tx_agencio/_agencio.scss */
.com_content.view-category section#g-container-main, .com_content.view-featured section#g-container-main {
  padding-top: 3rem;
  padding-bottom: 3rem;
}
/* line 393, templates/tx_agencio/scss/tx_agencio/_agencio.scss */
/* line 394, templates/tx_agencio/scss/tx_agencio/_agencio.scss */
.com_content.view-category .blog .items-leading, .com_content.view-featured .blog .items-leading, .com_content.view-category .blog-featured .items-leading, .com_content.view-featured .blog-featured .items-leading {
  margin-top: 0 !important;
}
/* line 396, templates/tx_agencio/scss/tx_agencio/_agencio.scss */
.com_content.view-category .blog .items-leading .icons, .com_content.view-featured .blog .items-leading .icons, .com_content.view-category .blog-featured .items-leading .icons, .com_content.view-featured .blog-featured .items-leading .icons {
  display: none;
}
/* line 400, templates/tx_agencio/scss/tx_agencio/_agencio.scss */
.com_content.view-category .blog .item, .com_content.view-featured .blog .item, .com_content.view-category .blog-featured .item, .com_content.view-featured .blog-featured .item, .com_content.view-category .blog .items-leading, .com_content.view-featured .blog .items-leading, .com_content.view-category .blog-featured .items-leading, .com_content.view-featured .blog-featured .items-leading {
  margin-top: 1rem;
  margin-bottom: 1rem;
  background-color: #fff;
  box-shadow: 0px 2px 8px 0px rgba(0, 124, 246, 0.1);
}
/* line 405, templates/tx_agencio/scss/tx_agencio/_agencio.scss */
.com_content.view-category .blog .item img, .com_content.view-featured .blog .item img, .com_content.view-category .blog-featured .item img, .com_content.view-featured .blog-featured .item img, .com_content.view-category .blog .items-leading img, .com_content.view-featured .blog .items-leading img, .com_content.view-category .blog-featured .items-leading img, .com_content.view-featured .blog-featured .items-leading img {
  max-width: 100%;
  width: 100%;
}
/* line 409, templates/tx_agencio/scss/tx_agencio/_agencio.scss */
.com_content.view-category .blog .item h2, .com_content.view-featured .blog .item h2, .com_content.view-category .blog-featured .item h2, .com_content.view-featured .blog-featured .item h2, .com_content.view-category .blog .items-leading h2, .com_content.view-featured .blog .items-leading h2, .com_content.view-category .blog-featured .items-leading h2, .com_content.view-featured .blog-featured .items-leading h2 {
  font-size: 1.5rem;
  margin-bottom: 0.625rem;
  height: 60px;
  overflow: hidden;
}
/* line 415, templates/tx_agencio/scss/tx_agencio/_agencio.scss */
.com_content.view-category .blog .item .article-info, .com_content.view-featured .blog .item .article-info, .com_content.view-category .blog-featured .item .article-info, .com_content.view-featured .blog-featured .item .article-info, .com_content.view-category .blog .items-leading .article-info, .com_content.view-featured .blog .items-leading .article-info, .com_content.view-category .blog-featured .items-leading .article-info, .com_content.view-featured .blog-featured .items-leading .article-info {
  font-size: 12px;
  text-transform: uppercase;
}
/* line 418, templates/tx_agencio/scss/tx_agencio/_agencio.scss */
.com_content.view-category .blog .item .article-info dd, .com_content.view-featured .blog .item .article-info dd, .com_content.view-category .blog-featured .item .article-info dd, .com_content.view-featured .blog-featured .item .article-info dd, .com_content.view-category .blog .items-leading .article-info dd, .com_content.view-featured .blog .items-leading .article-info dd, .com_content.view-category .blog-featured .items-leading .article-info dd, .com_content.view-featured .blog-featured .items-leading .article-info dd {
  font-size: inherit;
}
/* line 422, templates/tx_agencio/scss/tx_agencio/_agencio.scss */
.com_content.view-category .blog .item .article-info, .com_content.view-featured .blog .item .article-info, .com_content.view-category .blog-featured .item .article-info, .com_content.view-featured .blog-featured .item .article-info, .com_content.view-category .blog .items-leading .article-info, .com_content.view-featured .blog .items-leading .article-info, .com_content.view-category .blog-featured .items-leading .article-info, .com_content.view-featured .blog-featured .items-leading .article-info, .com_content.view-category .blog .item p, .com_content.view-featured .blog .item p, .com_content.view-category .blog-featured .item p, .com_content.view-featured .blog-featured .item p, .com_content.view-category .blog .items-leading p, .com_content.view-featured .blog .items-leading p, .com_content.view-category .blog-featured .items-leading p, .com_content.view-featured .blog-featured .items-leading p {
  margin-top: 0.625rem;
  margin-bottom: 0.625rem;
}
/* line 426, templates/tx_agencio/scss/tx_agencio/_agencio.scss */
.com_content.view-category .blog .item .item-image, .com_content.view-featured .blog .item .item-image, .com_content.view-category .blog-featured .item .item-image, .com_content.view-featured .blog-featured .item .item-image, .com_content.view-category .blog .items-leading .item-image, .com_content.view-featured .blog .items-leading .item-image, .com_content.view-category .blog-featured .items-leading .item-image, .com_content.view-featured .blog-featured .items-leading .item-image {
  margin-right: 0;
  margin-bottom: 0;
  float: none;
}
/* line 431, templates/tx_agencio/scss/tx_agencio/_agencio.scss */
.com_content.view-category .blog .item .blog-intro-content, .com_content.view-featured .blog .item .blog-intro-content, .com_content.view-category .blog-featured .item .blog-intro-content, .com_content.view-featured .blog-featured .item .blog-intro-content, .com_content.view-category .blog .items-leading .blog-intro-content, .com_content.view-featured .blog .items-leading .blog-intro-content, .com_content.view-category .blog-featured .items-leading .blog-intro-content, .com_content.view-featured .blog-featured .items-leading .blog-intro-content {
  padding: 30px;
}
/* line 435, templates/tx_agencio/scss/tx_agencio/_agencio.scss */
.com_content.view-category .blog .items-more, .com_content.view-featured .blog .items-more, .com_content.view-category .blog-featured .items-more, .com_content.view-featured .blog-featured .items-more {
  margin-top: 1rem;
  margin-bottom: 1rem;
  padding: 1rem 1.5rem;
  background-color: #fff;
  box-shadow: 0px 2px 8px 0px rgba(0, 124, 246, 0.1);
}
/* line 441, templates/tx_agencio/scss/tx_agencio/_agencio.scss */
.com_content.view-category .blog .items-more ol.nav, .com_content.view-featured .blog .items-more ol.nav, .com_content.view-category .blog-featured .items-more ol.nav, .com_content.view-featured .blog-featured .items-more ol.nav {
  margin-bottom: 0;
  list-style: decimal;
}
/* line 444, templates/tx_agencio/scss/tx_agencio/_agencio.scss */
/* line 445, templates/tx_agencio/scss/tx_agencio/_agencio.scss */
.com_content.view-category .blog .items-more ol.nav li a, .com_content.view-featured .blog .items-more ol.nav li a, .com_content.view-category .blog-featured .items-more ol.nav li a, .com_content.view-featured .blog-featured .items-more ol.nav li a {
  border: 0;
  padding-left: 0;
  padding-right: 0;
}
/* line 453, templates/tx_agencio/scss/tx_agencio/_agencio.scss */
.com_content.view-category .blog .pagination, .com_content.view-featured .blog .pagination, .com_content.view-category .blog-featured .pagination, .com_content.view-featured .blog-featured .pagination {
  text-align: center;
  margin-top: 3rem;
}
/* line 456, templates/tx_agencio/scss/tx_agencio/_agencio.scss */
/* line 457, templates/tx_agencio/scss/tx_agencio/_agencio.scss */
/* line 458, templates/tx_agencio/scss/tx_agencio/_agencio.scss */
.com_content.view-category .blog .pagination ul li span, .com_content.view-featured .blog .pagination ul li span, .com_content.view-category .blog-featured .pagination ul li span, .com_content.view-featured .blog-featured .pagination ul li span, .com_content.view-category .blog .pagination ul li a, .com_content.view-featured .blog .pagination ul li a, .com_content.view-category .blog-featured .pagination ul li a, .com_content.view-featured .blog-featured .pagination ul li a {
  padding: 0.9375rem 1.875rem;
}
@media only all and (max-width: 47.938rem) {
  /* line 469, templates/tx_agencio/scss/tx_agencio/_agencio.scss */
  /* line 470, templates/tx_agencio/scss/tx_agencio/_agencio.scss */
  .gantry-logo img {
    width: auto;
  }
  /* line 474, templates/tx_agencio/scss/tx_agencio/_agencio.scss */
  /* line 475, templates/tx_agencio/scss/tx_agencio/_agencio.scss */
  #g-offcanvas .g-content {
    margin: 0.625rem;
    padding: 0.938rem;
  }
  /* line 480, templates/tx_agencio/scss/tx_agencio/_agencio.scss */
  .g-offcanvas-toggle {
    top: 1.7rem;
  }
  /* line 483, templates/tx_agencio/scss/tx_agencio/_agencio.scss */
  /* line 484, templates/tx_agencio/scss/tx_agencio/_agencio.scss */
  /* line 485, templates/tx_agencio/scss/tx_agencio/_agencio.scss */
  .qx-slider-pro-v2 .slider-content-wrapper::before {
    content: none;
  }
  /* line 490, templates/tx_agencio/scss/tx_agencio/_agencio.scss */
  /* line 491, templates/tx_agencio/scss/tx_agencio/_agencio.scss */
  .qx-element-heading-v2 h2, .qx-element-joomla-article-v2 h2, .qx-element-heading-v2 .qx-post-meta, .qx-element-joomla-article-v2 .qx-post-meta {
    padding-left: 0;
  }
  /* line 493, templates/tx_agencio/scss/tx_agencio/_agencio.scss */
  .qx-element-heading-v2 h2::before, .qx-element-joomla-article-v2 h2::before, .qx-element-heading-v2 .qx-post-meta::before, .qx-element-joomla-article-v2 .qx-post-meta::before {
    content: none;
  }
  /* line 498, templates/tx_agencio/scss/tx_agencio/_agencio.scss */
  /* line 499, templates/tx_agencio/scss/tx_agencio/_agencio.scss */
  /* line 500, templates/tx_agencio/scss/tx_agencio/_agencio.scss */
  .view-category .blog .items-row, .view-category .blog .pagination {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  /* line 504, templates/tx_agencio/scss/tx_agencio/_agencio.scss */
  .view-category .blog .pagination {
    text-align: center;
  }
  /* line 509, templates/tx_agencio/scss/tx_agencio/_agencio.scss */
  /* line 510, templates/tx_agencio/scss/tx_agencio/_agencio.scss */
  .view-article main#g-main {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  /* line 514, templates/tx_agencio/scss/tx_agencio/_agencio.scss */
  .view-article .item-page {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  /* line 517, templates/tx_agencio/scss/tx_agencio/_agencio.scss */
  .view-article .item-page .pager {
    margin-top: 3rem;
  }
}
@media only all and (max-width: 60rem) {
  /* line 525, templates/tx_agencio/scss/tx_agencio/_agencio.scss */
  /* line 526, templates/tx_agencio/scss/tx_agencio/_agencio.scss */
  #g-navigation .logo-bg {
    width: 100%;
    flex: 100%;
  }
  /* line 531, templates/tx_agencio/scss/tx_agencio/_agencio.scss */
  /* line 532, templates/tx_agencio/scss/tx_agencio/_agencio.scss */
  #g-offcanvas .g-content {
    margin: 0.625rem;
    padding: 0.938rem;
  }
  /* line 537, templates/tx_agencio/scss/tx_agencio/_agencio.scss */
  .g-offcanvas-toggle {
    top: 1.7rem;
  }
  /* line 540, templates/tx_agencio/scss/tx_agencio/_agencio.scss */
  /* line 541, templates/tx_agencio/scss/tx_agencio/_agencio.scss */
  /* line 542, templates/tx_agencio/scss/tx_agencio/_agencio.scss */
  .qx-slider-pro-v2 .slider-content-wrapper::before {
    content: none;
  }
  /* line 547, templates/tx_agencio/scss/tx_agencio/_agencio.scss */
  /* line 548, templates/tx_agencio/scss/tx_agencio/_agencio.scss */
  .qx-element-heading-v2 h2, .qx-element-joomla-article-v2 h2, .qx-element-heading-v2 .qx-post-meta, .qx-element-joomla-article-v2 .qx-post-meta {
    padding-left: 0;
  }
  /* line 550, templates/tx_agencio/scss/tx_agencio/_agencio.scss */
  .qx-element-heading-v2 h2::before, .qx-element-joomla-article-v2 h2::before, .qx-element-heading-v2 .qx-post-meta::before, .qx-element-joomla-article-v2 .qx-post-meta::before {
    content: none;
  }
  /* line 555, templates/tx_agencio/scss/tx_agencio/_agencio.scss */
  /* line 556, templates/tx_agencio/scss/tx_agencio/_agencio.scss */
  /* line 557, templates/tx_agencio/scss/tx_agencio/_agencio.scss */
  .view-category .blog .items-row, .view-category .blog .pagination {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  /* line 561, templates/tx_agencio/scss/tx_agencio/_agencio.scss */
  .view-category .blog .pagination {
    text-align: center;
  }
  /* line 566, templates/tx_agencio/scss/tx_agencio/_agencio.scss */
  /* line 567, templates/tx_agencio/scss/tx_agencio/_agencio.scss */
  .view-article main#g-main {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  /* line 571, templates/tx_agencio/scss/tx_agencio/_agencio.scss */
  .view-article .item-page {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  /* line 574, templates/tx_agencio/scss/tx_agencio/_agencio.scss */
  .view-article .item-page .pager {
    margin-top: 3rem;
  }
}
@media only all and (max-width: 75rem) {
  /* line 582, templates/tx_agencio/scss/tx_agencio/_agencio.scss */
  /* line 583, templates/tx_agencio/scss/tx_agencio/_agencio.scss */
  /* line 584, templates/tx_agencio/scss/tx_agencio/_agencio.scss */
  .view-article #g-main .g-content {
    margin: 0.625rem;
    padding: 0.938rem;
  }
}
/* line 593, templates/tx_agencio/scss/tx_agencio/_agencio.scss */
/* line 594, templates/tx_agencio/scss/tx_agencio/_agencio.scss */
/* line 595, templates/tx_agencio/scss/tx_agencio/_agencio.scss */
.com_users.view-login .login, .com_users.view-profile .login, .com_users.view-remind .login, .com_users.view-reset .login, .com_users.view-login .logout, .com_users.view-profile .logout, .com_users.view-remind .logout, .com_users.view-reset .logout, .com_users.view-login .profile, .com_users.view-profile .profile, .com_users.view-remind .profile, .com_users.view-reset .profile, .com_users.view-login .profile-edit, .com_users.view-profile .profile-edit, .com_users.view-remind .profile-edit, .com_users.view-reset .profile-edit, .com_users.view-login .remind, .com_users.view-profile .remind, .com_users.view-remind .remind, .com_users.view-reset .remind, .com_users.view-login .reset, .com_users.view-profile .reset, .com_users.view-remind .reset, .com_users.view-reset .reset {
  background: #fff;
  box-shadow: 0px 2px 8px 0px rgba(0, 124, 246, 0.1);
  padding: 3.75rem 3.125rem;
  width: 50%;
  margin: 3rem auto;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  -ms-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
/* line 606, templates/tx_agencio/scss/tx_agencio/_agencio.scss */
.com_users.view-login .login form, .com_users.view-profile .login form, .com_users.view-remind .login form, .com_users.view-reset .login form, .com_users.view-login .logout form, .com_users.view-profile .logout form, .com_users.view-remind .logout form, .com_users.view-reset .logout form, .com_users.view-login .profile form, .com_users.view-profile .profile form, .com_users.view-remind .profile form, .com_users.view-reset .profile form, .com_users.view-login .profile-edit form, .com_users.view-profile .profile-edit form, .com_users.view-remind .profile-edit form, .com_users.view-reset .profile-edit form, .com_users.view-login .remind form, .com_users.view-profile .remind form, .com_users.view-remind .remind form, .com_users.view-reset .remind form, .com_users.view-login .reset form, .com_users.view-profile .reset form, .com_users.view-remind .reset form, .com_users.view-reset .reset form {
  background-color: transparent;
  border: none;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  -ms-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  box-shadow: none;
  padding: 0;
}
/* line 616, templates/tx_agencio/scss/tx_agencio/_agencio.scss */
.com_users.view-login .login form .control-label, .com_users.view-profile .login form .control-label, .com_users.view-remind .login form .control-label, .com_users.view-reset .login form .control-label, .com_users.view-login .logout form .control-label, .com_users.view-profile .logout form .control-label, .com_users.view-remind .logout form .control-label, .com_users.view-reset .logout form .control-label, .com_users.view-login .profile form .control-label, .com_users.view-profile .profile form .control-label, .com_users.view-remind .profile form .control-label, .com_users.view-reset .profile form .control-label, .com_users.view-login .profile-edit form .control-label, .com_users.view-profile .profile-edit form .control-label, .com_users.view-remind .profile-edit form .control-label, .com_users.view-reset .profile-edit form .control-label, .com_users.view-login .remind form .control-label, .com_users.view-profile .remind form .control-label, .com_users.view-remind .remind form .control-label, .com_users.view-reset .remind form .control-label, .com_users.view-login .reset form .control-label, .com_users.view-profile .reset form .control-label, .com_users.view-remind .reset form .control-label, .com_users.view-reset .reset form .control-label {
  float: none;
  text-align: left;
  width: 100%;
}
/* line 621, templates/tx_agencio/scss/tx_agencio/_agencio.scss */
.com_users.view-login .login form .controls, .com_users.view-profile .login form .controls, .com_users.view-remind .login form .controls, .com_users.view-reset .login form .controls, .com_users.view-login .logout form .controls, .com_users.view-profile .logout form .controls, .com_users.view-remind .logout form .controls, .com_users.view-reset .logout form .controls, .com_users.view-login .profile form .controls, .com_users.view-profile .profile form .controls, .com_users.view-remind .profile form .controls, .com_users.view-reset .profile form .controls, .com_users.view-login .profile-edit form .controls, .com_users.view-profile .profile-edit form .controls, .com_users.view-remind .profile-edit form .controls, .com_users.view-reset .profile-edit form .controls, .com_users.view-login .remind form .controls, .com_users.view-profile .remind form .controls, .com_users.view-remind .remind form .controls, .com_users.view-reset .remind form .controls, .com_users.view-login .reset form .controls, .com_users.view-profile .reset form .controls, .com_users.view-remind .reset form .controls, .com_users.view-reset .reset form .controls {
  margin-left: 0;
}
/* line 623, templates/tx_agencio/scss/tx_agencio/_agencio.scss */
.com_users.view-login .login form .controls input, .com_users.view-profile .login form .controls input, .com_users.view-remind .login form .controls input, .com_users.view-reset .login form .controls input, .com_users.view-login .logout form .controls input, .com_users.view-profile .logout form .controls input, .com_users.view-remind .logout form .controls input, .com_users.view-reset .logout form .controls input, .com_users.view-login .profile form .controls input, .com_users.view-profile .profile form .controls input, .com_users.view-remind .profile form .controls input, .com_users.view-reset .profile form .controls input, .com_users.view-login .profile-edit form .controls input, .com_users.view-profile .profile-edit form .controls input, .com_users.view-remind .profile-edit form .controls input, .com_users.view-reset .profile-edit form .controls input, .com_users.view-login .remind form .controls input, .com_users.view-profile .remind form .controls input, .com_users.view-remind .remind form .controls input, .com_users.view-reset .remind form .controls input, .com_users.view-login .reset form .controls input, .com_users.view-profile .reset form .controls input, .com_users.view-remind .reset form .controls input, .com_users.view-reset .reset form .controls input {
  width: 95%;
  height: 2rem;
  padding: 0.5rem 1rem;
}
/* line 629, templates/tx_agencio/scss/tx_agencio/_agencio.scss */
/* line 630, templates/tx_agencio/scss/tx_agencio/_agencio.scss */
.com_users.view-login .login form .remember .inputbox, .com_users.view-profile .login form .remember .inputbox, .com_users.view-remind .login form .remember .inputbox, .com_users.view-reset .login form .remember .inputbox, .com_users.view-login .logout form .remember .inputbox, .com_users.view-profile .logout form .remember .inputbox, .com_users.view-remind .logout form .remember .inputbox, .com_users.view-reset .logout form .remember .inputbox, .com_users.view-login .profile form .remember .inputbox, .com_users.view-profile .profile form .remember .inputbox, .com_users.view-remind .profile form .remember .inputbox, .com_users.view-reset .profile form .remember .inputbox, .com_users.view-login .profile-edit form .remember .inputbox, .com_users.view-profile .profile-edit form .remember .inputbox, .com_users.view-remind .profile-edit form .remember .inputbox, .com_users.view-reset .profile-edit form .remember .inputbox, .com_users.view-login .remind form .remember .inputbox, .com_users.view-profile .remind form .remember .inputbox, .com_users.view-remind .remind form .remember .inputbox, .com_users.view-reset .remind form .remember .inputbox, .com_users.view-login .reset form .remember .inputbox, .com_users.view-profile .reset form .remember .inputbox, .com_users.view-remind .reset form .remember .inputbox, .com_users.view-reset .reset form .remember .inputbox {
  margin-top: 0;
}
/* line 633, templates/tx_agencio/scss/tx_agencio/_agencio.scss */
.com_users.view-login .login form .remember label, .com_users.view-profile .login form .remember label, .com_users.view-remind .login form .remember label, .com_users.view-reset .login form .remember label, .com_users.view-login .logout form .remember label, .com_users.view-profile .logout form .remember label, .com_users.view-remind .logout form .remember label, .com_users.view-reset .logout form .remember label, .com_users.view-login .profile form .remember label, .com_users.view-profile .profile form .remember label, .com_users.view-remind .profile form .remember label, .com_users.view-reset .profile form .remember label, .com_users.view-login .profile-edit form .remember label, .com_users.view-profile .profile-edit form .remember label, .com_users.view-remind .profile-edit form .remember label, .com_users.view-reset .profile-edit form .remember label, .com_users.view-login .remind form .remember label, .com_users.view-profile .remind form .remember label, .com_users.view-remind .remind form .remember label, .com_users.view-reset .remind form .remember label, .com_users.view-login .reset form .remember label, .com_users.view-profile .reset form .remember label, .com_users.view-remind .reset form .remember label, .com_users.view-reset .reset form .remember label {
  display: inline-block;
}
/* line 637, templates/tx_agencio/scss/tx_agencio/_agencio.scss */
.com_users.view-login .login form .login-btn, .com_users.view-profile .login form .login-btn, .com_users.view-remind .login form .login-btn, .com_users.view-reset .login form .login-btn, .com_users.view-login .logout form .login-btn, .com_users.view-profile .logout form .login-btn, .com_users.view-remind .logout form .login-btn, .com_users.view-reset .logout form .login-btn, .com_users.view-login .profile form .login-btn, .com_users.view-profile .profile form .login-btn, .com_users.view-remind .profile form .login-btn, .com_users.view-reset .profile form .login-btn, .com_users.view-login .profile-edit form .login-btn, .com_users.view-profile .profile-edit form .login-btn, .com_users.view-remind .profile-edit form .login-btn, .com_users.view-reset .profile-edit form .login-btn, .com_users.view-login .remind form .login-btn, .com_users.view-profile .remind form .login-btn, .com_users.view-remind .remind form .login-btn, .com_users.view-reset .remind form .login-btn, .com_users.view-login .reset form .login-btn, .com_users.view-profile .reset form .login-btn, .com_users.view-remind .reset form .login-btn, .com_users.view-reset .reset form .login-btn, .com_users.view-login .login form .logout-btn, .com_users.view-profile .login form .logout-btn, .com_users.view-remind .login form .logout-btn, .com_users.view-reset .login form .logout-btn, .com_users.view-login .logout form .logout-btn, .com_users.view-profile .logout form .logout-btn, .com_users.view-remind .logout form .logout-btn, .com_users.view-reset .logout form .logout-btn, .com_users.view-login .profile form .logout-btn, .com_users.view-profile .profile form .logout-btn, .com_users.view-remind .profile form .logout-btn, .com_users.view-reset .profile form .logout-btn, .com_users.view-login .profile-edit form .logout-btn, .com_users.view-profile .profile-edit form .logout-btn, .com_users.view-remind .profile-edit form .logout-btn, .com_users.view-reset .profile-edit form .logout-btn, .com_users.view-login .remind form .logout-btn, .com_users.view-profile .remind form .logout-btn, .com_users.view-remind .remind form .logout-btn, .com_users.view-reset .remind form .logout-btn, .com_users.view-login .reset form .logout-btn, .com_users.view-profile .reset form .logout-btn, .com_users.view-remind .reset form .logout-btn, .com_users.view-reset .reset form .logout-btn, .com_users.view-login .login form .validate, .com_users.view-profile .login form .validate, .com_users.view-remind .login form .validate, .com_users.view-reset .login form .validate, .com_users.view-login .logout form .validate, .com_users.view-profile .logout form .validate, .com_users.view-remind .logout form .validate, .com_users.view-reset .logout form .validate, .com_users.view-login .profile form .validate, .com_users.view-profile .profile form .validate, .com_users.view-remind .profile form .validate, .com_users.view-reset .profile form .validate, .com_users.view-login .profile-edit form .validate, .com_users.view-profile .profile-edit form .validate, .com_users.view-remind .profile-edit form .validate, .com_users.view-reset .profile-edit form .validate, .com_users.view-login .remind form .validate, .com_users.view-profile .remind form .validate, .com_users.view-remind .remind form .validate, .com_users.view-reset .remind form .validate, .com_users.view-login .reset form .validate, .com_users.view-profile .reset form .validate, .com_users.view-remind .reset form .validate, .com_users.view-reset .reset form .validate {
  padding: 0.75rem 2.5rem;
  font-size: 16px;
  text-transform: capitalize;
  transition: all 0.2s ease-in-out;
  box-shadow: none;
  border-color: transparent;
}
/* line 644, templates/tx_agencio/scss/tx_agencio/_agencio.scss */
.com_users.view-login .login form .login-btn:hover, .com_users.view-profile .login form .login-btn:hover, .com_users.view-remind .login form .login-btn:hover, .com_users.view-reset .login form .login-btn:hover, .com_users.view-login .logout form .login-btn:hover, .com_users.view-profile .logout form .login-btn:hover, .com_users.view-remind .logout form .login-btn:hover, .com_users.view-reset .logout form .login-btn:hover, .com_users.view-login .profile form .login-btn:hover, .com_users.view-profile .profile form .login-btn:hover, .com_users.view-remind .profile form .login-btn:hover, .com_users.view-reset .profile form .login-btn:hover, .com_users.view-login .profile-edit form .login-btn:hover, .com_users.view-profile .profile-edit form .login-btn:hover, .com_users.view-remind .profile-edit form .login-btn:hover, .com_users.view-reset .profile-edit form .login-btn:hover, .com_users.view-login .remind form .login-btn:hover, .com_users.view-profile .remind form .login-btn:hover, .com_users.view-remind .remind form .login-btn:hover, .com_users.view-reset .remind form .login-btn:hover, .com_users.view-login .reset form .login-btn:hover, .com_users.view-profile .reset form .login-btn:hover, .com_users.view-remind .reset form .login-btn:hover, .com_users.view-reset .reset form .login-btn:hover, .com_users.view-login .login form .logout-btn:hover, .com_users.view-profile .login form .logout-btn:hover, .com_users.view-remind .login form .logout-btn:hover, .com_users.view-reset .login form .logout-btn:hover, .com_users.view-login .logout form .logout-btn:hover, .com_users.view-profile .logout form .logout-btn:hover, .com_users.view-remind .logout form .logout-btn:hover, .com_users.view-reset .logout form .logout-btn:hover, .com_users.view-login .profile form .logout-btn:hover, .com_users.view-profile .profile form .logout-btn:hover, .com_users.view-remind .profile form .logout-btn:hover, .com_users.view-reset .profile form .logout-btn:hover, .com_users.view-login .profile-edit form .logout-btn:hover, .com_users.view-profile .profile-edit form .logout-btn:hover, .com_users.view-remind .profile-edit form .logout-btn:hover, .com_users.view-reset .profile-edit form .logout-btn:hover, .com_users.view-login .remind form .logout-btn:hover, .com_users.view-profile .remind form .logout-btn:hover, .com_users.view-remind .remind form .logout-btn:hover, .com_users.view-reset .remind form .logout-btn:hover, .com_users.view-login .reset form .logout-btn:hover, .com_users.view-profile .reset form .logout-btn:hover, .com_users.view-remind .reset form .logout-btn:hover, .com_users.view-reset .reset form .logout-btn:hover, .com_users.view-login .login form .validate:hover, .com_users.view-profile .login form .validate:hover, .com_users.view-remind .login form .validate:hover, .com_users.view-reset .login form .validate:hover, .com_users.view-login .logout form .validate:hover, .com_users.view-profile .logout form .validate:hover, .com_users.view-remind .logout form .validate:hover, .com_users.view-reset .logout form .validate:hover, .com_users.view-login .profile form .validate:hover, .com_users.view-profile .profile form .validate:hover, .com_users.view-remind .profile form .validate:hover, .com_users.view-reset .profile form .validate:hover, .com_users.view-login .profile-edit form .validate:hover, .com_users.view-profile .profile-edit form .validate:hover, .com_users.view-remind .profile-edit form .validate:hover, .com_users.view-reset .profile-edit form .validate:hover, .com_users.view-login .remind form .validate:hover, .com_users.view-profile .remind form .validate:hover, .com_users.view-remind .remind form .validate:hover, .com_users.view-reset .remind form .validate:hover, .com_users.view-login .reset form .validate:hover, .com_users.view-profile .reset form .validate:hover, .com_users.view-remind .reset form .validate:hover, .com_users.view-reset .reset form .validate:hover {
  background-color: transparent;
  border-color: #0d2481;
  color: #0d2481;
}
/* line 653, templates/tx_agencio/scss/tx_agencio/_agencio.scss */
/* line 654, templates/tx_agencio/scss/tx_agencio/_agencio.scss */
.com_users.view-profile .profile, .com_users.view-profile .profile-edit {
  width: 70%;
}
/* line 656, templates/tx_agencio/scss/tx_agencio/_agencio.scss */
/* line 657, templates/tx_agencio/scss/tx_agencio/_agencio.scss */
.com_users.view-profile .profile .dl-horizontal dt, .com_users.view-profile .profile-edit .dl-horizontal dt {
  text-align: left;
}
/* line 661, templates/tx_agencio/scss/tx_agencio/_agencio.scss */
/* line 662, templates/tx_agencio/scss/tx_agencio/_agencio.scss */
.com_users.view-profile .profile .btn-toolbar a.btn, .com_users.view-profile .profile-edit .btn-toolbar a.btn {
  background-image: none;
  background-color: #0d2481;
  text-shadow: none;
  border-color: transparent;
  box-shadow: none;
  color: #fff;
  padding: 0.75rem 2.5rem;
  font-size: 16px;
  text-transform: capitalize;
  transition: all 0.2s ease-in-out;
}
/* line 673, templates/tx_agencio/scss/tx_agencio/_agencio.scss */
.com_users.view-profile .profile .btn-toolbar a.btn:hover, .com_users.view-profile .profile-edit .btn-toolbar a.btn:hover {
  background-color: transparent;
  border-color: #0d2481;
  color: #0d2481;
}
/* line 680, templates/tx_agencio/scss/tx_agencio/_agencio.scss */
/* line 681, templates/tx_agencio/scss/tx_agencio/_agencio.scss */
/* line 682, templates/tx_agencio/scss/tx_agencio/_agencio.scss */
/* line 683, templates/tx_agencio/scss/tx_agencio/_agencio.scss */
.com_users.view-profile .profile form#member-profile fieldset .controls .chzn-container, .com_users.view-profile .profile-edit form#member-profile fieldset .controls .chzn-container {
  width: 100% !important;
  height: 30px;
}
/* line 687, templates/tx_agencio/scss/tx_agencio/_agencio.scss */
.com_users.view-profile .profile form#member-profile fieldset .controls input[type="checkbox"], .com_users.view-profile .profile-edit form#member-profile fieldset .controls input[type="checkbox"] {
  width: auto;
  height: auto;
}
/* line 693, templates/tx_agencio/scss/tx_agencio/_agencio.scss */
.com_users.view-profile .profile form#member-profile .validate, .com_users.view-profile .profile-edit form#member-profile .validate {
  background-image: none;
  background-color: #0d2481;
  text-shadow: none;
  border-color: transparent;
  box-shadow: none;
  color: #fff;
  padding: 0.75rem 2.5rem;
  font-size: 16px;
  text-transform: capitalize;
  transition: all 0.2s ease-in-out;
}
/* line 704, templates/tx_agencio/scss/tx_agencio/_agencio.scss */
.com_users.view-profile .profile form#member-profile .validate:hover, .com_users.view-profile .profile-edit form#member-profile .validate:hover {
  background-color: transparent;
  border-color: #0d2481;
  color: #0d2481;
}
/* line 710, templates/tx_agencio/scss/tx_agencio/_agencio.scss */
.com_users.view-profile .profile form#member-profile .cancel-btn, .com_users.view-profile .profile-edit form#member-profile .cancel-btn {
  background-image: none;
  background-color: transparent;
  text-shadow: none;
  border-color: #0d2481;
  box-shadow: none;
  color: #0d2481;
  padding: 0.75rem 2.5rem;
  font-size: 16px;
  text-transform: capitalize;
  transition: all 0.2s ease-in-out;
}
/* line 721, templates/tx_agencio/scss/tx_agencio/_agencio.scss */
.com_users.view-profile .profile form#member-profile .cancel-btn:hover, .com_users.view-profile .profile-edit form#member-profile .cancel-btn:hover {
  background-color: #0d2481;
  border-color: #0d2481;
  color: #fff;
}
/* line 733, templates/tx_agencio/scss/tx_agencio/_agencio.scss */
/* line 734, templates/tx_agencio/scss/tx_agencio/_agencio.scss */
.g-offline #g-header {
  padding-top: 15px;
  padding-bottom: 15px;
}
/* line 737, templates/tx_agencio/scss/tx_agencio/_agencio.scss */
/* line 738, templates/tx_agencio/scss/tx_agencio/_agencio.scss */
.g-offline #g-header .gantry-logo img {
  width: 180px;
}
/* line 741, templates/tx_agencio/scss/tx_agencio/_agencio.scss */
.g-offline #g-header .gantry-logo svg {
  vertical-align: middle;
  height: 45px;
}
/* line 747, templates/tx_agencio/scss/tx_agencio/_agencio.scss */
.g-offline #g-main {
  padding-top: 15vh;
  padding-bottom: 15vh;
}
/* line 751, templates/tx_agencio/scss/tx_agencio/_agencio.scss */
/* line 752, templates/tx_agencio/scss/tx_agencio/_agencio.scss */
.g-offline #form-login input[type="submit"] {
  background-color: #0d2481;
  padding: 0.75rem 2.5rem;
  font-size: 16px;
  text-transform: capitalize;
  transition: all 0.2s ease-in-out;
  box-shadow: none;
  border: 1px solid;
}
/* line 760, templates/tx_agencio/scss/tx_agencio/_agencio.scss */
.g-offline #form-login input[type="submit"]:hover {
  background-color: transparent;
  border-color: #0d2481;
  color: #0d2481;
}
/* line 767, templates/tx_agencio/scss/tx_agencio/_agencio.scss */
/* line 768, templates/tx_agencio/scss/tx_agencio/_agencio.scss */
.g-offline footer#g-footer .quix {
  text-align: left;
}
/* line 775, templates/tx_agencio/scss/tx_agencio/_agencio.scss */
/* line 776, templates/tx_agencio/scss/tx_agencio/_agencio.scss */
.g-error #g-main {
  padding-top: 20vh;
  padding-bottom: 20vh;
}
/* line 779, templates/tx_agencio/scss/tx_agencio/_agencio.scss */
.g-error #g-main h1 {
  font-size: 5rem;
}
/* line 782, templates/tx_agencio/scss/tx_agencio/_agencio.scss */
/* line 783, templates/tx_agencio/scss/tx_agencio/_agencio.scss */
.g-error #g-main .g-particle h2 {
  font-size: 3rem;
}
/* line 786, templates/tx_agencio/scss/tx_agencio/_agencio.scss */
.g-error #g-main .g-particle p {
  margin-bottom: 50px;
}
/* line 789, templates/tx_agencio/scss/tx_agencio/_agencio.scss */
.g-error #g-main .g-particle .back-home {
  background-color: #0d2481;
  padding: 0.75rem 2.5rem;
  font-size: 16px;
  text-transform: capitalize;
  transition: all 0.2s ease-in-out;
  box-shadow: none;
  border: 1px solid transparent;
  -webkit-border-radius: 4px;
  -o-border-radius: 4px;
  -ms-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
/* line 802, templates/tx_agencio/scss/tx_agencio/_agencio.scss */
.g-error #g-main .g-particle .back-home:hover {
  background-color: transparent;
  border-color: #0d2481;
  color: #0d2481;
}
/* line 810, templates/tx_agencio/scss/tx_agencio/_agencio.scss */
.g-error #g-footer {
  background-color: #0d2481;
  color: #fff;
  padding-top: 30px;
  padding-bottom: 30px;
}
/* line 815, templates/tx_agencio/scss/tx_agencio/_agencio.scss */
.g-error #g-footer a {
  color: #98a5d9;
}
/* line 817, templates/tx_agencio/scss/tx_agencio/_agencio.scss */
.g-error #g-footer a:hover {
  color: #fff;
}
/* line 825, templates/tx_agencio/scss/tx_agencio/_agencio.scss */
/* line 826, templates/tx_agencio/scss/tx_agencio/_agencio.scss */
/* line 827, templates/tx_agencio/scss/tx_agencio/_agencio.scss */
.com_search.view-search .search {
  background: #fff;
  box-shadow: 0px 2px 8px 0px rgba(0, 124, 246, 0.1);
  padding: 3.75rem 3.125rem;
  margin: 3rem auto;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  -ms-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
/* line 837, templates/tx_agencio/scss/tx_agencio/_agencio.scss */
/* line 838, templates/tx_agencio/scss/tx_agencio/_agencio.scss */
/* line 839, templates/tx_agencio/scss/tx_agencio/_agencio.scss */
.com_search.view-search .search form .btn-toolbar .btn-group {
  margin-left: 0;
}
/* line 842, templates/tx_agencio/scss/tx_agencio/_agencio.scss */
.com_search.view-search .search form .btn-toolbar .search-field {
  width: 80%;
}
/* line 845, templates/tx_agencio/scss/tx_agencio/_agencio.scss */
.com_search.view-search .search form .btn-toolbar .search-btn {
  width: 20%;
}
/* line 848, templates/tx_agencio/scss/tx_agencio/_agencio.scss */
.com_search.view-search .search form .btn-toolbar input[class="inputbox"] {
  width: 90%;
  height: 30px;
  padding-left: 15px;
  padding-right: 15px;
}
/* line 854, templates/tx_agencio/scss/tx_agencio/_agencio.scss */
.com_search.view-search .search form .btn-toolbar button.hasTooltip {
  background-image: none;
  text-shadow: none;
  box-shadow: none;
  background-color: #0d2481;
  padding: 10px 20px;
  color: #fff;
  border-color: transparent;
  transition: all 0.2s ease-in-out;
}
/* line 863, templates/tx_agencio/scss/tx_agencio/_agencio.scss */
.com_search.view-search .search form .btn-toolbar button.hasTooltip:hover {
  background-color: transparent;
  color: #0d2481;
  border-color: #0d2481;
}
/* line 871, templates/tx_agencio/scss/tx_agencio/_agencio.scss */
.com_search.view-search .search .search-results {
  margin-top: 3rem;
}
/* line 877, templates/tx_agencio/scss/tx_agencio/_agencio.scss */
/* line 878, templates/tx_agencio/scss/tx_agencio/_agencio.scss */
/* line 879, templates/tx_agencio/scss/tx_agencio/_agencio.scss */
.com_finder.view-search .finder {
  background: #fff;
  box-shadow: 0px 2px 8px 0px rgba(0, 124, 246, 0.1);
  padding: 3.75rem 3.125rem;
  margin: 3rem auto;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  -ms-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
/* line 889, templates/tx_agencio/scss/tx_agencio/_agencio.scss */
/* line 890, templates/tx_agencio/scss/tx_agencio/_agencio.scss */
.com_finder.view-search .finder form input[type="text"] {
  height: 30px;
  width: 90%;
  padding-left: 15px;
  padding-right: 15px;
}
/* line 896, templates/tx_agencio/scss/tx_agencio/_agencio.scss */
.com_finder.view-search .finder form button[type="submit"], .com_finder.view-search .finder form .adv-search-btn {
  background-image: none;
  text-shadow: none;
  box-shadow: none;
  background-color: #0d2481;
  padding: 10px 20px;
  color: #fff;
  border-color: transparent;
  width: 80%;
  transition: all 0.2s ease-in-out;
}
/* line 906, templates/tx_agencio/scss/tx_agencio/_agencio.scss */
.com_finder.view-search .finder form button[type="submit"]:hover, .com_finder.view-search .finder form .adv-search-btn:hover {
  background-color: transparent;
  color: #0d2481;
  border-color: #0d2481;
}
/* line 912, templates/tx_agencio/scss/tx_agencio/_agencio.scss */
.com_finder.view-search .finder form .adv-search-btn {
  background-color: transparent;
  color: #0d2481;
  border-color: #0d2481;
}
/* line 916, templates/tx_agencio/scss/tx_agencio/_agencio.scss */
.com_finder.view-search .finder form .adv-search-btn:hover {
  background-color: #0d2481;
  color: #fff;
}
/*# sourceMappingURL=tx_agencio_16.css.map */