@font-face {
  font-family: "Futura LT Pro Body";
  src: url(../../sass/fonts/FuturaLTPro-Book.otf); }

@font-face {
  font-family: "Futura LT Pro Heading";
  src: url(../../sass/fonts/FuturaLTPro-Bold.otf); }

.fa {
  color: #ffcd00;
  font-size: 40px;
  float: right;
  padding: 15px; }

body {
  font-size: 16px; }

p {
  font-size: 16px;
  line-height: 1.66em; }

h1, h2, h3, h4, h5, .btn-blue {
  font-family: "Futura LT Pro Heading", Helvetica, sans-serif; }

p, a, i, label, span {
  font-family: "Futura LT Pro Body", Helvetica, sans-serif; }

.btn {
  min-width: 175px;
  border-radius: 0;
  font-size: 16px;
  padding-top: 13px;
  text-transform: uppercase;
  -webkit-transition: all .2s;
  -moz-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s; }
.btn-wht {
    padding: 0px;
    height: 50px;
    color: #000;
    background: #fff;
    border-color: #fff;
    font-family: "Futura LT Pro Heading", Helvetica, sans-serif;
}
.btn-wht.getInfo {
  margin-right: 30px;
}
.btn-blue {
  border: 2px solid #0075C9;
  background-color: #0075C9;
  color: #fff; }
  .btn-blue:hover {
    color: #0075C9;
    background-color: transparent;
    border: 2px solid #0075C9; }
  .btn-blue:focus {
    color: #0075C9;
    background-color: transparent; }

.ride-logo {
  max-width: 210px;
  width: 100%;
/*  margin-left: 15px;
  margin-top: 15px; */
}
  @media screen and (max-width: 768px) {
    .ride-logo {
      max-width: 185px; } }

#intro-copy-row {
  max-width: 1140px;
  padding-top: 50px;
  padding-bottom: 50px; }
  @media screen and (min-width: 768px) {
    #intro-copy-row {
      padding-top: 60px;
      padding-bottom: 100px; } }

#hero-section {
  display: table;
  position: relative;
  width: 100%;
  height: 100vh;
  background: url("../../assets2019/img/splash/Splashpage_HomeHero_2019.jpg") no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover; }
  #hero-section .hero-text {
    display: table-cell;
    text-align: center;
    vertical-align: middle; }
  #hero-section .hero-text h3.text-center {
    color: #fff;
    position: relative;
    top: -15px;
  }
  #hero-section .hero-header-copy {
    font-size: 11rem;
/*    padding-bottom: 40px;*/
    padding-top: 75px;
    color: #fff; }
    @media screen and (max-width: 768px) {
      #hero-section .hero-header-copy {
        font-size: 80px; } }

.bg-gry {
  background-color: #f4f4f4; }

.bg-blk {
  background-color: #000; }

@media screen and (min-width: 768px) {
  .pd-left-75 {
    padding-left: 75px; } }

.modal-backdrop.in {
  opacity: 0; }

.learn-more-btn {
  cursor: pointer; }

#registerModal .modal-content, #learnModal .modal-content, #getInfoModal .modal-content, #loginModal .modal-content {
  -webkit-box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.3);
  box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.3);
  border-radius: 0;
  border: 0;
  padding-bottom: 75px; }

#registerModal .modal-dialog, #learnModal .modal-dialog, #getInfoModal .modal-dialog, #loginModal .modal-dialog {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  margin-top: 25px; }

#registerModal .modal-header, #learnModal .modal-header, #getInfoModal .modal-header, #loginModal .modal-header {
  border-bottom: 0; }

.modal-header h2 {
  width: 100%;
  margin-bottom: 0;
}

#registerModal .close, #learnModal .close, #getInfoModal .close, #loginModal .close {
  float: none;
  font-size: 30px;
  font-weight: 700;
  line-height: 1;
  position: absolute;
  color: #000;
  text-shadow: 0;
  filter: alpha(opacity=20);
  opacity: .2;
  right: 10px;
  top: 0; }

@media screen and (min-width: 768px) {
  .no-col-pad {
    padding-left: 0px;
    padding-right: 2px; 
    padding-bottom: 1px;} 
  }

.no-col-pad span, .no-col-pad p, .no-col-pad a {
  display: block;
  font-size: 35px;
  color: #ffffff;
  text-align: center;
  font-family: "Futura LT Pro Heading", Helvetica, sans-serif;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 150px;
  right: 0;
  height: 50px;
  cursor: pointer;
  text-decoration: none; }

.no-col-pad p {
  font-size: 18px;
  bottom: 75px;
  height: 30px;
  font-family: "Futura LT Pro Body", Helvetica, sans-serif; }

.no-col-pad .modal-reg {
  font-size: 18px;
  bottom: 0;
  top: 110px;
  width: 180px;
  height: 50px;
  padding: 10px;
  border: 2px solid #fff;
  font-weight: bold;
  background: #fff;
  color: #000; 
  transition: all 0.2s ease-in-out}
  .no-col-pad .modal-reg:hover {
    background: transparent;
    color: #fff; }

.bg-one {
  background-image: url("../../images/splash_images/TO.jpg"); }

.bg-two {
  background-image: url("../../images/splash_images/MO.jpg"); }

.bg-three {
  background-image: url("../../images/splash_images/AB.jpg"); }

.bg-four {
  background-image: url("../../images/splash_images/VA.jpg"); }

.parent {
  width: 100%;
  height: 300px;
  overflow: hidden;
  position: relative;
  display: inline-block;
  cursor: pointer;
  margin-bottom: 25px; }
  @media screen and (min-width: 768px) {
    .parent {
      margin-bottom: -5px; } }

.child {
  height: 100%;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -o-transition: all .3s;
  transition: all .5s; }

.parent:hover .child, .parent:focus .child {
  -ms-transform: scale(1.04);
  -moz-transform: scale(1.04);
  -webkit-transform: scale(1.04);
  -o-transform: scale(1.04);
  transform: scale(1.04); }

.parent:hover .modal-reg, .parent:focus .modal-reg {
  background: #fff;
  color: #000; }

.parent:hover .child:before, .parent:focus .child:before {
  display: none; }

.parent:hover a, .parent:focus a {
  display: block; }

.headroom {
  will-change: transform;
  transition: transform 200ms linear; }

.headroom--pinned {
  transform: translateY(0%); }

.headroom--unpinned {
  transform: translateY(-100%); }

.header--fixed {
  position: relative;
  z-index: 10;
  right: 0;
  left: 0;
  top: 0; }

.login-btn {
    position: absolute;
    top: 40px;
    right: 40px;
    color: white;
    /* float: right; */
    text-shadow: 1px 1px rgba(0,0,0,0.4);
  }
  .login-btn:hover, .login-btn:active, .login-btn:focus {
    color: #fff;
    text-decoration: underline; }

@media screen and (max-width: 400px) {
  .get-reg {
    margin-top: -40px;
  }
  .bc-date {
    margin: 0 auto;
    top: 50%;
  }
  .bg-four-child-text span {
    font-size: 7.5vw;
  }
}

/* Header Nav */
.headerNav {
  background: #fff;
  padding: 20px 100px;
}
.headerNav .location-container .col-md{
  text-align: center;
  margin-bottom: 0;
}
.headerNav .location-container .row {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}
.headerNav .location-container .col-md p {
  margin-bottom: 0px;
  font-size: 1.3rem;
}
.headerNav .location-container .col-md p a:hover {
  color: #0075c9;
}
.headerNav .location-container .col-md a {
  text-decoration: none;
  color: #000;
  transition: all 0.2s ease-in-out;
}

/* Years Toggle for Mobile */
.location {
  cursor: pointer;
  -webkit-cursor: pointer;
  -moz-cursor: pointer;
  -ms-cursor: pointer;
}

@media screen and (max-width: 1405px) {
  .headerNav .location-container .col-md {
    margin-bottom: 20px;
  }
  .headerNav .location-container .col-md:nth-last-child(-n+2){
    margin-bottom: 0px;
  }
}

@media screen and (max-width: 768px) {
  .headerNav .location-container .col-md {
    padding-bottom: 15px;
    border-bottom: 3px solid #dadada;
  }
  .headerNav .col-md-4.text-center {
    margin-bottom: 20px;
  }
  .headerNav .col-md-4.text-center {
    margin-bottom: 20px;
  }
  
  .headerNav .location-container .col-md:last-child {
    border-bottom: none;
    margin-bottom: 0px;
    padding-bottom: 0px;
  }
  .headerNav .location-container .col-md:nth-last-child(2){
    margin-bottom: 20px;
  }
  .headerNav .location-container .col-md h3 {
    font-size: 1.4rem;
  }
  .btn-wht.getInfo {
    margin-right: auto;
    margin-bottom: 20px;
  }
  .btn-wht {
    display: block;
    width: 100%;
    max-width: 150px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 400px) {
  .headerNav {
    padding: 20px 50px;
  }
  #hero-section {
    max-height: 800px;
  }
  .years {
    display: none;
  }
  .headerNav .location-container .col-md:nth-last-child(-n+2){
    margin-bottom: 20px;
  }
  .headerNav .location-container .col-md h3 {
    font-size: 2.0rem;
  }
  .location-container.col-md-8 {
    padding-top: 20px;
  }
  .headerNav .location-container .col-md a {
    font-size: 1.6rem;
  }
  #registerModal .modal-content, #learnModal .modal-content, #getInfoModal .modal-content, #loginModal .modal-content {
    padding-bottom: 0;
  }
  #registerModal .modal-header, #learnModal .modal-header, #getInfoModal .modal-header, #loginModal .modal-header {
      padding-top: 35px;
  }
}