/* 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
 */

html {
  font-size: 16px !important;
}
#g-drawer {
  padding: 1.5rem 0;
  background: #f1f1f1;
  color: #000000;
}
@media print {
  #g-drawer {
    background: #f1f1f1 !important;
    color: #000 !important;
  }
}
#g-top {
  background-color: #1867a9;
  color: #ffffff;
}
#g-top a {
  color: #c9e2f7;
}
#g-top a:hover {
  color: #ffffff;
}
#g-top h1, #g-top h2, #g-top h3, #g-top h4, #g-top h5, #g-top h6, #g-top strong {
  color: #ffffff;
}
#g-top .button {
  background: #ef6c00;
  color: #ffffff;
}
#g-top .button:hover {
  background: #ff780a;
}
#g-top .button:active {
  background: #d66000;
}
@media print {
  #g-top {
    background: #fff !important;
    color: #000 !important;
  }
}
#g-copyright {
  background-color: #142d53;
  color: #ffffff;
}
#g-copyright a {
  color: #85a9e1;
}
#g-copyright a:hover {
  color: #ffffff;
}
#g-copyright h1, #g-copyright h2, #g-copyright h3, #g-copyright h4, #g-copyright h5, #g-copyright h6, #g-copyright strong {
  color: #ffffff;
}
#g-copyright .button {
  background: #ef6c00;
  color: #ffffff;
}
#g-copyright .button:hover {
  background: #ff780a;
}
#g-copyright .button:active {
  background: #d66000;
}
@media print {
  #g-copyright {
    background: #fff !important;
    color: #000 !important;
  }
}
#g-bottom {
  background-color: #0f4069;
  color: #ffffff;
}
#g-bottom a {
  color: #89c0ee;
}
#g-bottom a:hover {
  color: #ffffff;
}
#g-bottom h1, #g-bottom h2, #g-bottom h3, #g-bottom h4, #g-bottom h5, #g-bottom h6, #g-bottom strong {
  color: #ffffff;
}
#g-bottom .button {
  background: #ef6c00;
  color: #ffffff;
}
#g-bottom .button:hover {
  background: #ff780a;
}
#g-bottom .button:active {
  background: #d66000;
}
@media print {
  #g-bottom {
    background: #fff !important;
    color: #000 !important;
  }
}
#g-mainbottom {
  background-color: #14578f;
  color: #ffffff;
}
#g-mainbottom a {
  color: #aed4f4;
}
#g-mainbottom a:hover {
  color: #ffffff;
}
#g-mainbottom h1, #g-mainbottom h2, #g-mainbottom h3, #g-mainbottom h4, #g-mainbottom h5, #g-mainbottom h6, #g-mainbottom strong {
  color: #ffffff;
}
#g-mainbottom .button {
  background: #ef6c00;
  color: #ffffff;
}
#g-mainbottom .button:hover {
  background: #ff780a;
}
#g-mainbottom .button:active {
  background: #d66000;
}
@media print {
  #g-mainbottom {
    background: #fff !important;
    color: #000 !important;
  }
}
#g-maintop {
  background-color: #a97018;
  color: #ffffff;
}
#g-maintop a {
  color: #f7e5c9;
}
#g-maintop a:hover {
  color: #ffffff;
}
#g-maintop h1, #g-maintop h2, #g-maintop h3, #g-maintop h4, #g-maintop h5, #g-maintop h6, #g-maintop strong {
  color: #ffffff;
}
#g-maintop .button {
  background: #ef6c00;
  color: #ffffff;
}
#g-maintop .button:hover {
  background: #ff780a;
}
#g-maintop .button:active {
  background: #d66000;
}
@media print {
  #g-maintop {
    background: #fff !important;
    color: #000 !important;
  }
}
#g-utility {
  background-color: #354d59;
  color: #ffffff;
}
#g-utility a {
  color: #b8cbd5;
}
#g-utility a:hover {
  color: #ffffff;
}
#g-utility h1, #g-utility h2, #g-utility h3, #g-utility h4, #g-utility h5, #g-utility h6, #g-utility strong {
  color: #ffffff;
}
#g-utility .button {
  background: #ef6c00;
  color: #ffffff;
}
#g-utility .button:hover {
  background: #ff780a;
}
#g-utility .button:active {
  background: #d66000;
}
@media print {
  #g-utility {
    background: #fff !important;
    color: #000 !important;
  }
}
@media only all and (min-width: 48rem) {
  .headroom-bg-section, .headroom-bg-custom {
    -webkit-transition: -webkit-transform 200ms linear;
    -moz-transition: -moz-transform 200ms linear;
    transition: transform 200ms linear;
  }
  .headroom-bg-section.headroom--pinned:not('.headroom--top'), .headroom-bg-custom.headroom--pinned:not('.headroom--top') {
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    -ms-transform: translateY(0%);
    -o-transform: translateY(0%);
    transform: translateY(0%);
  }
  .headroom-bg-section.headroom--unpinned-autohide, .headroom-bg-custom.headroom--unpinned-autohide {
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  .headroom-bg-section.headroom--not-top, .headroom-bg-custom.headroom--not-top {
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 1001;
    left: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
  }
}
.outline-_body_only.modal.no-modal {
  display: block;
  position: relative;
  right: auto;
  bottom: auto;
  left: auto;
  z-index: 0;
  -webkit-overflow-scrolling: touch;
  outline: 0;
  top: auto;
}
.g-recaptcha.form-control {
  height: auto !important;
  border: none !important;
  box-shadow: none !important;
  padding-left: 0px !important;
}
.input-group {
  margin-bottom: 15px;
}
/* --------------------------

           HOME

---------------------------- */
/* --------------------------

          CONTENT

---------------------------- */
.platform-content input {
  box-sizing: inherit;
}
.grecaptcha-badge {
  display: none;
}
p {
  font-size: 18px !important;
}
blockquote {
  margin: 15px 0 15px 10px !important;
}
blockquote p {
  font-size: 30px !important;
}
a, .btn, input[type="submit"], input[type="button"], button {
  -ms-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  -moz-transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
a:hover, a:focus, .btn:hover, .btn:focus, input[type="submit"]:hover, input[type="submit"]:focus, input[type="button"]:hover, input[type="button"]:focus, button:hover, button:focus {
  text-decoration: none;
}
*:hover, *:focus {
  outline: none;
}
@media only all and (max-width: 47.938rem) {
  .row {
    margin-left: -15px;
  }
}
/*#g-main {
  font-size: $p-size;
  li {
    padding: $li-padding !important;
    color: $li-color !important;
    font-size: $li-size !important;
  }
  a {
    color: $a !important;
    &:hover {
      color: $a-hover !important;
    }
  }
  h1 {
    @include heading($h1-size, $h1-color);
  }
  h2 {
    @include heading($h2-size, $h2-color);
  }
  h3 {
    @include heading($h3-size, $h3-color);
  }
  h4 {
    @include heading($h4-size, $h4-color);
  }
}*/
.navbar-top-links > li > a {
  background: #FFF !important;
  color: #000 !important;
}
.navbar-top-links .open > .dropdown-menu {
  background: #FFF !important;
}
.navbar-top-links .open > .dropdown-menu li {
  padding: 3px 15px 5px;
}
.navbar-top-links .open > .dropdown-menu li a {
  color: #595959 !important;
  text-decoration: none;
}
.navbar-top-links .open > .dropdown-menu li:hover a {
  color: #000 !important;
}
/*# sourceMappingURL=custom_26.css.map */