/* 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: #ffffff;
  color: #000000;
}
@media print {
  #g-drawer {
    background: #f1f1f1 !important;
    color: #000 !important;
  }
}
#g-top {
  background-color: #ffffff;
  color: #000000;
}
#g-top a {
  color: white;
}
#g-top a:hover {
  color: #000000;
}
#g-top h1, #g-top h2, #g-top h3, #g-top h4, #g-top h5, #g-top h6, #g-top strong {
  color: #000000;
}
#g-top .button {
  background: #f12c30;
  color: #000000;
}
#g-top .button:hover {
  background: #f34447;
}
#g-top .button:active {
  background: #ef1419;
}
@media print {
  #g-top {
    background: #fff !important;
    color: #000 !important;
  }
}
#g-copyright {
  background-color: #ffffff;
  color: #000000;
}
#g-copyright a {
  color: white;
}
#g-copyright a:hover {
  color: #000000;
}
#g-copyright h1, #g-copyright h2, #g-copyright h3, #g-copyright h4, #g-copyright h5, #g-copyright h6, #g-copyright strong {
  color: #000000;
}
#g-copyright .button {
  background: #f12c30;
  color: #000000;
}
#g-copyright .button:hover {
  background: #f34447;
}
#g-copyright .button:active {
  background: #ef1419;
}
@media print {
  #g-copyright {
    background: #fff !important;
    color: #000 !important;
  }
}
#g-bottom {
  background-color: #ffffff;
  color: #000000;
}
#g-bottom a {
  color: white;
}
#g-bottom a:hover {
  color: #000000;
}
#g-bottom h1, #g-bottom h2, #g-bottom h3, #g-bottom h4, #g-bottom h5, #g-bottom h6, #g-bottom strong {
  color: #000000;
}
#g-bottom .button {
  background: #f12c30;
  color: #000000;
}
#g-bottom .button:hover {
  background: #f34447;
}
#g-bottom .button:active {
  background: #ef1419;
}
@media print {
  #g-bottom {
    background: #fff !important;
    color: #000 !important;
  }
}
#g-mainbottom {
  background-color: #ffffff;
  color: #000000;
}
#g-mainbottom a {
  color: white;
}
#g-mainbottom a:hover {
  color: #000000;
}
#g-mainbottom h1, #g-mainbottom h2, #g-mainbottom h3, #g-mainbottom h4, #g-mainbottom h5, #g-mainbottom h6, #g-mainbottom strong {
  color: #000000;
}
#g-mainbottom .button {
  background: #f12c30;
  color: #000000;
}
#g-mainbottom .button:hover {
  background: #f34447;
}
#g-mainbottom .button:active {
  background: #ef1419;
}
@media print {
  #g-mainbottom {
    background: #fff !important;
    color: #000 !important;
  }
}
#g-maintop {
  background-color: #ffffff;
  color: #1b3699;
}
#g-maintop a {
  color: white;
}
#g-maintop a:hover {
  color: #1b3699;
}
#g-maintop h1, #g-maintop h2, #g-maintop h3, #g-maintop h4, #g-maintop h5, #g-maintop h6, #g-maintop strong {
  color: #1b3699;
}
#g-maintop .button {
  background: #f12c30;
  color: #1b3699;
}
#g-maintop .button:hover {
  background: #f34447;
}
#g-maintop .button:active {
  background: #ef1419;
}
@media print {
  #g-maintop {
    background: #fff !important;
    color: #000 !important;
  }
}
#g-utility {
  background-color: #ffffff;
  color: #000000;
}
#g-utility a {
  color: white;
}
#g-utility a:hover {
  color: #000000;
}
#g-utility h1, #g-utility h2, #g-utility h3, #g-utility h4, #g-utility h5, #g-utility h6, #g-utility strong {
  color: #000000;
}
#g-utility .button {
  background: #f12c30;
  color: #000000;
}
#g-utility .button:hover {
  background: #f34447;
}
#g-utility .button:active {
  background: #ef1419;
}
@media print {
  #g-utility {
    background: #fff !important;
    color: #000 !important;
  }
}
@media (min-width: 992px) {
  #g-header {
    position: fixed;
  }
}
@media only all and (min-width: 62rem) {
  .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;
}
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;
  }
}
/*# sourceMappingURL=custom_30.css.map */