@import url(https://fonts.googleapis.com/css?family=Open+Sans:300);
@import url(https://fonts.googleapis.com/css?family=Open+Sans+Condensed:700);
html.splash-ready {
  box-sizing: border-box; }

html.splash-ready *, html.splash-ready *::after, html.splash-ready *::before {
  box-sizing: inherit; }

.splash-wrapper {
  display: block;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  background-color: white;
  background-size: cover;
  background-position: center center;
  z-index: 9999;
  height: 100%;
  width: 100%;
  font-weight: 300; }
  .splash-wrapper > .modal-cell-wrapper {
    display: none; }

html.splash-ready body {
  overflow: hidden; }
html.splash-ready .splash-wrapper {
  display: table;
  overflow-y: auto;
  visibility: hidden;
  width: 100%;
  background-image: url("../img/bg-image.jpg"); }
  @media screen and (max-width: 768px) {
    html.splash-ready .splash-wrapper {
      display: block;
      height: 100%;
      visibility: hidden; } }
  html.splash-ready .splash-wrapper h1 {
    color: #fff !important;
    font-size: 60px;
    font-family: 'Open Sans', sans-serif;
    margin-top: 0;
    margin-bottom: 30px;
    line-height: 1.25;
    font-weight: 300; }
    @media screen and (max-width: 1200px) {
      html.splash-ready .splash-wrapper h1 {
        font-size: 46px; } }
  html.splash-ready .splash-wrapper h2 {
    font-size: 26px;
    font-family: 'Open Sans', sans-serif;
    color: #363636;
    line-height: 1.25;
    margin-top: 0;
    padding-bottom: 30px;
    font-weight: 300; }
  html.splash-ready .splash-wrapper p {
    color: #464646;
    line-height: 2;
    font-weight: 300; }
  html.splash-ready .splash-wrapper .button {
    font-family: 'Open Sans Condensed', sans-serif;
    color: #239878;
    border: 3px solid #239878;
    background-color: transparent;
    border-radius: 2px;
    font-size: 14px;
    padding: 10px 60px;
    text-transform: uppercase;
    transition: .2s ease;
    margin-bottom: 41px;
    margin-left: auto;
    margin-right: auto;
    position: absolute;
    bottom: 0;
    display: block; }
    html.splash-ready .splash-wrapper .button:hover {
      color: #fff;
      background-color: #239878; }
    @media screen and (max-width: 768px) {
      html.splash-ready .splash-wrapper .button {
        position: relative;
        left: 0 !important;
        margin: 0 !important; } }
  html.splash-ready .splash-wrapper label {
    display: inline-block;
    margin-bottom: 10px;
    vertical-align: top;
    padding-right: 10px;
    font-weight: 300;
    font-family: 'Open Sans', sans-serif;
    width: 70px; }
    @media screen and (max-width: 768px) {
      html.splash-ready .splash-wrapper label {
        display: block;
        text-align: left;
        width: auto; } }
  html.splash-ready .splash-wrapper label[for="radio"] {
    text-align: right; }
  html.splash-ready .splash-wrapper input[type="text"],
  html.splash-ready .splash-wrapper input[type="password"] {
    border-color: #b7b7b7;
    border-radius: 1px;
    height: 26px;
    line-height: 26px; }
  html.splash-ready .splash-wrapper .checkbox-wrapper {
    width: 140px;
    margin: 0 auto;
    padding-bottom: 32px; }
    html.splash-ready .splash-wrapper .checkbox-wrapper label {
      float: right;
      vertical-align: middle;
      width: auto; }
    html.splash-ready .splash-wrapper .checkbox-wrapper .checkbox {
      margin-left: -10px;
      margin-top: 0; }
html.splash-ready .modal-cell-wrapper {
  display: table-cell;
  vertical-align: middle; }
html.splash-ready .column-wrapper {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  overflow-y: auto;
  padding-left: 20px;
  padding-right: 20px; }
  html.splash-ready .column-wrapper::after {
    clear: both;
    content: "";
    display: table; }
  @media screen and (max-width: 768px) {
    html.splash-ready .column-wrapper {
      padding-left: 0;
      padding-right: 0; } }
html.splash-ready .heading-wrapper {
  text-align: center;
  color: #fff;
  margin-bottom: 60px;
  padding-right: 60px;
  padding-left: 60px; }
  html.splash-ready .heading-wrapper p {
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    color: #fff;
    max-width: 880px;
    margin: 0 auto; }
  @media screen and (max-width: 768px) {
    html.splash-ready .heading-wrapper {
      margin-top: 48px;
      padding-left: 20px;
      padding-right: 20px; }
      html.splash-ready .heading-wrapper h1 {
        font-size: 45px; } }
html.splash-ready .modal-card {
  float: left;
  display: block;
  margin-right: 2.12766%;
  width: 31.91489%;
  margin-left: 17.02128%;
  background-color: #fff;
  text-align: center;
  box-shadow: 3px 3px 3px #4c4c4c;
  position: relative;
  margin-bottom: 69px; }
  html.splash-ready .modal-card:last-child {
    margin-right: 0; }
  html.splash-ready .modal-card .button {
    left: 50%;
    margin-left: -123px; }
    @media screen and (max-width: 998px) {
      html.splash-ready .modal-card .button {
        padding-right: 30px;
        padding-left: 30px;
        margin-left: -93px; } }
  html.splash-ready .modal-card .modal-card-inner {
    padding: 35px 35px 80px 35px; }
    @media screen and (max-width: 768px) {
      html.splash-ready .modal-card .modal-card-inner {
        padding-bottom: 45px !important; } }
  html.splash-ready .modal-card .bg-image-wrapper {
    height: 149px;
    background-position: center center;
    background-size: cover; }
  @media screen and (max-width: 1024px) {
    html.splash-ready .modal-card {
      float: left;
      display: block;
      margin-right: 2.12766%;
      width: 40.42553%;
      margin-left: 8.51064%; }
      html.splash-ready .modal-card:last-child {
        margin-right: 0; } }
  @media screen and (max-width: 768px) {
    html.splash-ready .modal-card {
      float: left;
      display: block;
      margin-right: 2.12766%;
      width: 100%;
      margin-left: 0%;
      min-height: 0 !important;
      margin-bottom: 0; }
      html.splash-ready .modal-card:last-child {
        margin-right: 0; }
      html.splash-ready .modal-card .modal-card-inner {
        padding: 35px 35px 78px 35px; }
      html.splash-ready .modal-card .button {
        margin-bottom: 80px; } }
html.splash-ready .modal-card--one .bg-image-wrapper {
  background-image: url("../img/explore-the-journey.jpg"); }
html.splash-ready .modal-card--two {
  margin-left: -3px; }
  html.splash-ready .modal-card--two .button {
    margin-left: -91px; }
    @media screen and (max-width: 998px) {
      html.splash-ready .modal-card--two .button {
        padding-right: 30px;
        padding-left: 30px;
        margin-left: -76px; } }
  html.splash-ready .modal-card--two .bg-image-wrapper {
    background-image: url("../img/learn-more.jpg"); }
  @media screen and (max-width: 1200px) {
    html.splash-ready .modal-card--two {
      margin-left: 0; } }
  @media screen and (max-width: 768px) {
    html.splash-ready .modal-card--two {
      margin-left: 0; }
      html.splash-ready .modal-card--two .modal-card-inner {
        padding: 35px 35px 40px 35px; } }
html.splash-ready .modal-card--three {
  padding: 35px 35px 80px 35px;
  margin-left: -3px; }
  html.splash-ready .modal-card--three .button {
    margin-left: -48px;
    padding: 10px 28px; }
    @media screen and (max-width: 768px) {
      html.splash-ready .modal-card--three .button {
        display: block;
        width: 100%; } }
  html.splash-ready .modal-card--three .username-wrapper, html.splash-ready .modal-card--three .password-wrapper {
    margin-bottom: 15px; }
  @media screen and (max-width: 1200px) {
    html.splash-ready .modal-card--three {
      margin-left: 0; } }
  @media screen and (max-width: 998px) {
    html.splash-ready .modal-card--three input[type="text"],
    html.splash-ready .modal-card--three input[type="password"] {
      width: 100%; } }
  @media screen and (max-width: 768px) {
    html.splash-ready .modal-card--three {
      border-top: 1px solid #ccc;
      float: left;
      display: block;
      margin-right: 2.12766%;
      width: 100%;
      margin-left: 0;
      padding-bottom: 35px !important; }
      html.splash-ready .modal-card--three:last-child {
        margin-right: 0; }
      html.splash-ready .modal-card--three .button {
        margin-bottom: 115px; } }
html.splash-ready .footer-wrapper {
  border-top: 5px solid #156b3e;
  position: absolute;
  bottom: 0;
  background-color: #fff;
  width: 100%;
  padding-left: 20px; }
  @media screen and (max-width: 768px) {
    html.splash-ready .footer-wrapper {
      position: relative; } }
  html.splash-ready .footer-wrapper .footer-inner {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    background-image: url("../img/footer-ico.png");
    background-repeat: no-repeat;
    background-position: left center; }
    html.splash-ready .footer-wrapper .footer-inner::after {
      clear: both;
      content: "";
      display: table; }
    html.splash-ready .footer-wrapper .footer-inner p {
      font-family: 'Open Sans', sans-serif;
      color: #000;
      margin-left: 60px;
      margin-bottom: 0;
      font-size: 12px;
      padding-top: 20px;
      padding-bottom: 20px; }
html.splash-ready.splash-limited-space h1 {
  margin-bottom: 20px; }
html.splash-ready.splash-limited-space h2 {
  padding-bottom: 20px; }
html.splash-ready.splash-limited-space .heading-wrapper {
  margin-bottom: 30px;
  padding-right: 30px; }
html.splash-ready.splash-limited-space .splash-wrapper {
  display: block;
  height: 100%; }
html.splash-ready.splash-limited-space .modal-cell-wrapper {
  display: block; }
html.splash-ready.splash-limited-space .column-wrapper {
  overflow-y: auto; }
html.splash-ready.splash-limited-space .footer-wrapper {
  position: relative; }

/*# sourceMappingURL=site.css.map */
