@charset "UTF-8";
/* Cleaned CSS: reduced to selectors used by index.html */

body {
  font-family: 'Open Sans', Helvetica, Arial, sans-serif;
  background-color: white;
  margin: 0 auto;
  border-collapse: collapse;
  font-size: 16px;
  color: black;
}

h1 { 
   color: #001270;
   font-size: 32px;
}

h2 {
  font-weight: 600;
  font-size: 24px;
  color: #f23036 !important;
}

.wrapper {
  margin: 0 auto;
  padding: 0;
}

/* Bootstrap overrides / layout helpers used on the page */
.row {
  margin-right: 0;
  margin-left: 0;
}

section {
  margin: 0 auto;
  text-align: center;
}

.nav { font-weight: 600; }

.navbar .navbar-nav {
  display: inline-block;
  float: none;
  vertical-align: top;
}

.navbar .navbar-collapse { text-align: center; }

.navbar-default {
  background-color: #ffffff;
  border: none;
  border-radius: 0;
  max-width: 1200px;
}

.navbar-default .navbar-nav > li > a {
  color: #001270;
  border-bottom: 2px solid #ffffff;
}

.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:focus,
.navbar-default .navbar-nav > .open > a:hover {
  color: #001270;
  background-color: #ffffff;
}

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus-within,
.navbar-default .navbar-nav > li > a:active {
  background-color: #ffffff;
  color: #001270;
  border-bottom: 2px solid #f23036;
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  background-color: #ffffff;
  border-bottom: 2px solid #f23036;
  color: #001270;
}

.navbar-brand {
  width: 240px;
  padding: 10px 15px;
}

/* Gateway / hero */
.gateway-row { max-width: 1200px; }

.gateway {
  margin: 10px auto;
  background-size: 100% auto;
  border-radius: 6px;
  text-align: center;
}

.gateway-horse-ts-button {
  position: absolute;
  bottom: 18%;
  left: 20%;
  right: 20%;
}

.gateway-horse-ts-button a {
  box-shadow:
    rgba(0, 0, 0, 0.25) 0px 54px 55px,
    rgba(0, 0, 0, 0.12) 0px -12px 30px,
    rgba(0, 0, 0, 0.12) 0px 4px 6px,
    rgba(0, 0, 0, 0.17) 0px 12px 13px,
    rgba(0, 0, 0, 0.09) 0px -3px 5px;
}

/* Buttons */
.button { font-size: 18px; }

.button a {
  color: black !important;
  text-decoration: none;
  font-weight: 600;
  background-color: #54df09;
  padding: 14px 40px;
}

.button a:hover,
.button a:active,
.button a:focus {
  background-color: #73F12F;
}

/* About / SEO text */
.about-contents h2 { color: #042a51; }

.seo-text {
  font-family: 'Open Sans', Helvetica, Arial, sans-serif;
  font-size: 14px !important;
  font-weight: 300 !important;
  line-height: 1.5em !important;
  padding-bottom: 20px;
}

a,
a:hover,
a:visited {
  color: #f23036;
}

/* Footer */
.social-icons img {
  padding: 10px;
  width: 52px;
  height: auto;
}

.footer-icons img {
  height: 30px;
  margin-right: 10px;
  margin-bottom: 10px;
}

.disclaimer {
  font-size: 10px;
  font-weight: 300;
  color: #666666;
}

.footer-logo {
  width: 200px;
  height: 80px;
  display: block;
  margin: 0 auto;
}

/* Responsive tweaks used on this page */
@media screen and (max-width: 480px) {
  h1 { font-size: 24px; }

  .gateway {
    min-height: auto !important;
    padding-top: 4px !important;
    padding-bottom: 30px !important;
  }
}

@media screen and (max-width: 768px) {
  .navbar-default .navbar-toggle { border-color: #ffffff; }

  .navbar-default .navbar-toggle,
  .navbar-default .navbar-toggle:hover,
  .navbar-default .navbar-toggle:focus {
    background-color: #f23036;
    border: 1px solid #f23036;
  }

  .navbar-default .navbar-toggle .icon-bar { background-color: #ffffff; }
}
