


@font-face { font-family: 'SohoGothicPro'; src: url("../fonts/SohoGothicPro-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/SohoGothicPro-Regular.otf") format("opentype"), url("../fonts/SohoGothicPro-Regular.woff") format("woff"), url("../fonts/SohoGothicPro-Regular.ttf") format("truetype"), url("../fonts/SohoGothicPro-Regular.svg#SohoGothicPro-Regular") format("svg"); font-weight: 400; font-style: normal; }
@font-face { font-family: 'SohoGothicPro'; src: url("../fonts/SohoGothicPro-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/SohoGothicPro-Medium.otf") format("opentype"), url("../fonts/SohoGothicPro-Medium.woff") format("woff"), url("../fonts/SohoGothicPro-Medium.ttf") format("truetype"), url("../fonts/SohoGothicPro-Medium.svg#SohoGothicPro-Medium") format("svg"); font-weight: 700; font-style: normal; }
@font-face { font-family: 'SohoGothicPro'; src: url("../fonts/SohoGothicPro-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/SohoGothicPro-Light.otf") format("opentype"), url("../fonts/SohoGothicPro-Light.woff") format("woff"), url("../fonts/SohoGothicPro-Light.ttf") format("truetype"), url("../fonts/SohoGothicPro-Light.svg#SohoGothicPro-Light") format("svg"); font-weight: 300; font-style: normal; }
@font-face { font-family: 'McLarenBespoke'; src: url("../fonts/McLarenBespoke-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/McLarenBespoke-Regular.woff") format("woff"), url("../fonts/McLarenBespoke-Regular.ttf") format("truetype"), url("../fonts/McLarenBespoke-Regular.svg#McLarenBespoke-Regular") format("svg"); font-weight: 400; font-style: normal; }
@font-face { font-family: 'McLarenBespoke'; src: url("../fonts/McLarenBespoke-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/McLarenBespoke-Bold.woff") format("woff"), url("../fonts/McLarenBespoke-Bold.ttf") format("truetype"), url("../fonts/McLarenBespoke-Bold.svg#McLarenBespoke-Bold") format("svg"); font-weight: 700; font-style: normal; }
@font-face { font-family: 'McLarenBespoke'; src: url("../fonts/McLarenBespoke-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/McLarenBespoke-Light.woff") format("woff"), url("../fonts/McLarenBespoke-Light.ttf") format("truetype"), url("../fonts/McLarenBespoke-Light.svg#McLarenBespoke-Light") format("svg"); font-weight: 300; font-style: normal; }


@font-face { font-family: 'Noto Sans'; src: url("../fonts/NotoSans-Light.woff2") format("woff2"); font-weight: 300; font-style: normal; }
@font-face { font-family: 'Noto Sans'; src: url("../fonts/NotoSans-Regular.woff2") format("woff2"); font-weight: 400; font-style: normal; }
@font-face { font-family: 'Noto Sans'; src: url("../fonts/NotoSans-Bold.woff2") format("woff2"); font-weight: 600; font-style: normal; }


* {
    margin: 0;
    padding: 0;
    border: 0;
    line-height: normal;
    font-family: "McLarenBespoke", Tahoma, Verdana, Segoe, sans-serif;
    font-family: "Noto Sans", Tahoma, Verdana, Segoe, sans-serif;
/*     font-size: 16px; */
    /*     line-height: 26px; */
    font-weight: 300;
}

hr.divider {
  max-width: 30px;
  display: block;
  margin: 40px 0;
  height: 0px;
  font-size: 0;
  line-height: 0;
  text-align: left;
  border: 0;
  height: 1px;
  background: #eee;
}

html,
body {
    width: 100%;
    height: 100%;
}

body {
    font-size: 16px;
    line-height: 24px;
    color: #4c494c;
    background-color: #fff;
}

body,
body p {
   line-height: 1.6;
}

img {
  max-width: 100%;
}


a {
    color: #ff4800;
    color: #00c;
    font-weight: 700;
    text-decoration: underline;
}

a:hover {
    text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
h3 * {
    font-family: "McLarenBespoke", Tahoma, Verdana, Segoe, sans-serif;
}

h1 {
    font-size: 80px;
    line-height: 1.15;
    font-weight: 400;
}

h2 {
    font-size: 35px;
    line-height: 1.25;
    font-weight: 400;
    text-transform: uppercase;
}

h3 {
    font-size: 22px;
    line-height: 1.25;
    font-weight: 400;
}

h4 {
    font-size: 18px;
    line-height: 24px;
    font-weight: 600;
}


.btn--container {
  margin: 15px 0;
}

.btn--orange {
  min-width: 200px;
  display: inline-block;
  text-align: center;
  max-width: 100%;
  padding: 0 25px;
  height: 44px;
  line-height: 44px;
  background: #ED7102;
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  transition: .3s all ease-in-out;
  text-decoration: none;
}

.btn--orange:hover,
.btn--orange:focus {
  background: #5e5c5e;
  color: #ffffff;
}


.btn--video--link {
  color: inherit;
  text-decoration: none;
  padding-right: 35px;
  display: inline-block;
  position: relative;
}

.btn--video--link:hover,
.btn--video--link:focus {
  color: inherit;
  text-decoration: underline;
}


.btn--video--link span.icon {
    position: absolute;
    right: 0;
    top: -1px;
}

.title--container {
  text-align: center;
}


ul.list-orange-dots {
    list-style: none;
    margin: 0;
    padding: 0;
}

ul.list-orange-dots li {
    padding-left: 15px;
    position: relative;
    margin-bottom: 20px;
    font-size: 14px;
}

ul.list-orange-dots li:before {
    content: '\2022';
    display: block;
    position: absolute;
    top: 0;
    left: -1px;
    color: #ED7102;
}







body.popup-open {
   overflow: hidden;
     height: 100%; 
     width: 100%; 
/*     position: fixed; */
}


.popup-overlay,
.popup-overlay--video {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(83, 85, 90, .95);
  z-index: 100;
  transition: transform .3s ease-in-out, opacity .3s ease-in-out;
  opacity: 0;
  z-index: -1;
/*   pointer-events: none; */
  /*transform: translateY(-100%);*/
}

.popup-overlay.popup-open,
.popup-overlay--video.popup-open {
  transform: translateY(0);
  opacity: 1;
  pointer-events: auto;
  display: block;
  z-index: 100;
}

.popup-content {
  background: none;
  position: relative;
  max-width: 500px;
  display: none;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  padding: 45px;
  max-height: 700px;
  /* overflow: auto; */
  font-weight: 300;
}






.popup-overlay--video .popup-content {
  max-width: 1000px;
}

.popup-overlay--video .popup-content .close-button {
  position: absolute;
  top: 12px;
  right: 19px;
}

.video--container--responsive {
/*  margin-top: 25px; */
}

.video--container--responsive .inner {
  padding: 0 0 56.25%;
  /* padding: 0 0 42.5%; */
  display: block;
  position: relative;
  height: 0;
}


.video--container--responsive .inner video {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
}

.popup-overlay.popup-open .popup-content, 
.popup-overlay--video.popup-open .popup-content {
 display: block;
}

@media (max-width: 767px) {

  .popup-content {
    padding: 25px 25px 25px 25px;
  }

  .popup-overlay--video .popup-content .close-button {
    top: -15px;
    right: 25px
  }

}


@media (max-height: 650px) {


  .popup-content {
    padding: 60px 25px 25px 25px;
    height: 100%;
  }

  .popup-overlay--video .popup-content .close-button {
    top: 20px;
    right: 25px;
  }

  .popup-overlay--video .popup-content .content {
     display: table;
     width: 100%;
     height: 100%;
     overflow: auto;
  }

  .popup-overlay--video .popup-content .content .content-inner {
    display: table-cell;
    vertical-align: middle;
  }

/*   .popup-overlay.popup-open {
    
  }

  .popup-overlay.popup-open .popup-content, 
  .popup-overlay--video.popup-open .popup-content {
    position: absolute;
    width: calc(100% - 60px);
    height: calc(100% - 60px);
    max-width: 100%;
    top: 30px;
    left: 30px;
      transform: none;
      overflow: auto;
  } */

}

.popup-content .close-button {
  position: absolute;
  top: 30px;
  right: 30px;
  text-indent: -9999px;
  width: 23px;
  height: 23px;
  display: block;
  background: url(../img/icon_close@2x.png) center center / cover no-repeat;
  cursor: pointer;
}




#page {
    position: relative;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.container-fluid {
    max-width: 100%;
}


#footer .container-fluid {
  max-width: 1160px;
}








@media (max-width: 1200px) {

    h1 {
        /* font-size: 70px; */
        /* line-height: 1.2; */
    }

    h2 {
        font-size: 22px;
        line-height: 1.375;
    }

    h3 {
        font-size: 20px;
        line-height: 1.25;
    }
    
}


@media (max-width: 767px) {

    h2 {
        font-size: 20px;
        line-height: 1.25;
    }
    
}




#hero {
    position: relative;
    color: #ffffff;
}

#hero > .inner {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

#hero > .inner > .container {
      position: absolute;
      left: 0;
      right: 0;
      width: 1170px !important;
      max-width: 100%;
      height: 100%;
}

#hero > .inner > .container > .row {
  height: 100%;
}

#hero .logo {
    width: 100%;
    max-width: 284px;
    text-indent: -9999px;
    display: block;
    position: absolute;
    right: 0;
    top: 50px;
    z-index: 10;
    font-size: 0;
    line-height: 0;
}

#hero .logo:after {
    content: '';
    display: block;
    width: 100%;
    padding-bottom: 14.79%;
    background: url(../img/logo_black.png) center center / contain no-repeat;
}

#hero .hero-copy {
    position: absolute;
    bottom: 11%;
    width: 100%;
}

#hero .hero-copy > * {
/*     width: auto; */
}




#hero hr {
    max-width: 30px;
    margin-bottom: 30px;
    margin-top: 30px;
}

#hero h1 {
    margin: -2px 0 0 0;
    letter-spacing: -2px;
    max-width: 550px;
}

#hero h2 {
    font-weight: 700;
    font-size: 34px;
}

#hero h3 {
  letter-spacing: 1.3px;
}

@media (min-width: 992px) {

  #hero .col-sm-3 {
    /* width: 300px; */
  }

}

@media (max-width: 991px) {

  #hero h1 {
    font-size: 70px;
    margin: 2px 0 0 0;
  }

  #hero .hero-copy {
    bottom: 25px;
  }

  #hero hr.divider {
    margin: 20px 0 0px 0;
  }

}

@media (max-width: 1440px) {


}

@media (max-width: 1200px) {

  #hero .logo {
    right: 15px;
  }

}


@media (min-width: 768px) and (max-width: 991px) {

  #hero .col-sm-3 {
    width: 235px;
  }

  #hero .col-sm-9 {
    width: 490px;
  }

  #hero h2, h3 {
/*     font-size: 20px; */
  }

  #hero h1 {
    font-size: 66px;
    margin-top: 10px;
  }

  #hero hr.divider  {
    margin: 20px 0;
  }


}


@media (max-width: 767px) {

  #hero h1 {
    font-size: 36px;
    letter-spacing: 0;
    margin: 15px 0;
  }

  #hero h2, 
  #hero h3 {
    font-size: 16px;
  }


  #hero hr.divider {
    margin-top: 20px;
    margin-bottom: 10px;
    max-width: 15px;
  }

}

@media (max-width: 600px) {

  #hero > .inner {
/*       padding-bottom: 41.67%;
      height: 365px; */
  }

  #hero .hero-copy {
    bottom: 25px;
  }

  #hero .copy h2 {
    font-size: 22px !important;
  }

}



#hero-callout {
    background: #f2f2f2;
    height: 95px;
    padding: 17px 0 0 0;
}


#hero-callout .countdown {
    width: 500px;
    float: left;
}

#hero-callout .countdown > div {
    width: 25%;
    float: left;
    padding-left: 12px;
    position: relative;
}

#hero-callout .countdown > div:before {
    content: '';
    display: block;
    position: absolute;
    width: 2px;
    height: 100%;
    background: #ED7102;
    left: 0;
    top: 0px;
}

#hero-callout .countdown > div > span {
    text-transform: uppercase;
    color: #ED7102;
}

#hero-callout .countdown > div > p {
    margin: -2px 0 0 0;
    font-size: 24px;
    font-weight: 700;
    color: #424242;

}

#hero-callout .address {
    float: left;
    margin: 6px 0 0 0;
    font-size: 14px;
}

#hero-callout .address p {
    margin: 0;
}

#hero-callout .address a {
    color: #4c494c;
    text-decoration: none;
    font-weight: 400;
}




@media (min-width: 768px) and (max-width: 992px) {

  
    #hero-callout .countdown {
      max-width: 350px;
    }

    #hero-callout .address {
      float: right;
    }

}


#intro {
    padding: 65px 0;
    padding:50px 0;
}

#intro .row > div {
  width: auto;
}

@media (min-width: 1199px) {

  #intro .row > div.copy {
    width: 80%;
  }


  #intro .copy .inner {
    max-width: 850px;
  }

}


#intro p {
    font-size: 16px;
    margin: 20px 0;
}








.half-col-centered {
  position: relative;
  min-height: 400px;
  color: #ffffff;
}

.half-col-centered:before {
    content: '';
    display: block;
    width: 50%;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    background: rgba(0, 0, 0, .60);
}

.half-col-centered > .container {
    position: absolute;
    left: 0;
    right: 0;
}

.half-col-centered > .container,
.half-col-centered > .container > .row {
    height: 100%;
}

.half-col-centered > .container > .row > div {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

.half-col-centered .row > .copy .inner {
    padding: 7%;
  }

  .track-section.half-col-centered .row > .copy .inner {
    padding-left: 0;
  }


.half-col-centered h2 {
    margin: 0 0 20px 0;
}


@media (min-width: 768px) and (max-width: 991px) {

  .half-col-centered {
    min-height: 500px;
  }
  

}









#hero {
  /*background: url(../img/McLare_GTVideo_LP.gif) center center / cover no-repeat; */
  color: #fff;
  height: calc(100vh - 126px);
  overflow: hidden;
  position: relative;
  /* height: auto; */
}

@media (min-width: 1200px) {

  #hero {
      height: calc(100vh - 126px);
  }
}

@media (min-width: 1024px) {

  #hero {
      height: calc(100vh - 126px);
      min-height: 500px;
  }
}

#hero:before {
  content: '';
  width: 100%;
  display: block;
  height: 300px;
  background-image: linear-gradient(0deg, rgba(255,255,255,0.00) 0%, rgba(255,255,255,.8) 100%);
  position: absolute;
  z-index: 10;
}

#hero .video_bg {
  position: relative;
  width: 100%;
  height: 100%;
}

#hero .video_bg .video_bg_inner {
  display: block;
  padding-bottom: 56.25%;
  position: relative;
  width: 100%;
  height: 100%;
}

#hero .video_bg video {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
}


#hero .copy {
  top: 50%;
  transform: translateY(-50%);
  padding: 0 25px;
  position: absolute;
  max-width: 100%;
}

#hero .copy > .inner {
  width: 620px;
  width: 62%;
  max-width: 100%;
}

#hero .copy h2 {
  font-size: 34px;
  letter-spacing: 4px;
  line-height: 1.33;
  font-weight: 500;
}

#hero .copy .logo-gt {
margin-top: -6px;
}



#hero .logo {
  max-width: 285px;
}




#hero .gt_logo {
  width: 263px;
  max-width: 100%;
}


#hero .gt_logo:before {
  content: '';
  display: block;
  padding-bottom: 14.88%;
  background: url(/assets/img/logo_mclaren_gt.png) center center / contain no-repeat;
  display: none;
}



#hero .video_play_wrapper {
  font-size: 0px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 64%;
  width: 35%;
  z-index: 10;
}

#hero .video_play_wrapper .video_play_inner {
  width: 247px;
  margin: auto;
  display: block;
}


#hero .btn--video--link {
    font-size: 0px !important;
    padding-bottom: 100%;
    display: block;
    background: url(/assets/img/icon_play_button.png) center center / contain no-repeat;
}



@media (max-width: 767px) {

  #hero .copy h2 {
    font-size: 28px;
  }

  #hero .video_play_wrapper .video_play_inner {
    width: 160px;
    padding-right: 15px;
  }

  #hero {
    background: url(../img/McLare_GTVideo_LP.gif) center center / cover no-repeat;
    min-height: 400px;
  }

  #hero .video_bg {
    display: none;
  }

}


@media (max-width: 500px) {

  #hero .video_play_wrapper .video_play_inner {
    width: 120px;
    padding-right: 30px;
  }

  #hero .copy h2 {
    font-size: 18px !important;
  }

}


#status {
    display: none;
    font-size: 18px;
    color: #424242;
    font-weight: 700;
    text-align: center;
    padding: 20px 0;
}

#error {
    display: none;
    font-size: 18px;
    color: #f00;
    font-weight: 700;
    text-align: center;
    padding: 20px 0;
}

.regnote {
    color: #f00;
    font-size: 13px;
    line-height: 16px;
}

#form .regnote p {
    color: #f00;
    font-weight: 700;
}

#form,
#summary {
    background-color: #f5f5f5;
    padding: 100px 0;
    width: 100%;
    display: block;
}

#form {
    background: #222 url(../img/gravel_bg_footer.jpg) center top 0px / cover no-repeat;
    color: #ffffff;
}

#summary {
    display: none;
    background-color: rgba(0,0,0, .25);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    padding: 25% 12% 0 12%;
}

#summary:before {
    content: '';
    display: block;
    height: 86px;
    width: 86px;
    margin: 0 auto;
    position: relative;
    margin-bottom: 20px;
    background: url(../img/icon_check.png) center center no-repeat;
    background-size: contain;
}

.success #summary {
    display: block !important;
}

#summary h3 {
    margin-bottom: 10px;
}




#fields {
    /*max-width:560px;position:relative;margin:0 auto;*/
    /*background-color:#fff;*/
}

#form-box {
    position: relative;
    max-width: 660px;
    padding: 45px 65px 65px 65px;
    background: rgba(0,0,0, .25);
    width: 100%;
    margin: 0 auto;
}

#form-box .container-fluid {
    margin: 0;
    padding: 0;
}

#invitee .row {
    margin-left: -5px;
    margin-right: -5px;
}

#form-box .row>div {
    padding-left: 5px;
    padding-right: 5px;
}

#form h3 {
    text-align: center;
    margin: 0 0 15px 0;
    padding: 0;
    font-size: 28px;
}

#form h4 {
    text-align: center;
}

#form p,
#summary-copy p {
    text-align: center;
    font-size: 16px;
    line-height: 25px;
}

#form p a {
/*     font-size: 14px; */
    color: inherit;
}

#invitee {
    margin-top: 20px;
}

#invitee .row {
    position: relative;
    margin-left: -5px;
    margin-right: -5px;
}

#invitee .row>div {
    padding-left: 5px;
    padding-right: 5px;
}

input.textfield,
select {
    background-color: rgba(0, 0, 0, .8);
    height: 47px;
    line-height: 45px;
    padding: 0 15px;
    color: #B5B5B5;
    font-size: 14px;
    font-weight: 400;
    width: 100%;
    box-sizing: border-box;
    margin-bottom: 10px;
    border: 1px solid transparent;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -ms-appearance: none \9;
    -o-appearance: none;
    outline: none !important;
}

input:-internal-autofill-selected {
    background-color: #B5B5B5 !important;
}

input:-webkit-autofill,
input:focus:-webkit-autofill {
    background-color: #B5B5B5 !important;
    -webkit-box-shadow: 0 0 0 100px rgb(255, 255, 255) inset;
}

input.missing,
select.missing {
    border: 1px solid #f00;
}

select::-ms-expand {
    display: none;
}

.slot-hidden {
    display: none !important;
}

select,
select:-webkit-autofill,
select:focus:-webkit-autofill {
    background-image: url(../img/icon_caret_light.png) !important;
    background-repeat: no-repeat;
    background-position: right 15px top 50%;
    background-size: 13px auto;
    padding-right: 30px;
}

select:-webkit-autofill,
select:focus:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 100px rgb(255, 255, 255) inset;
}

.col-sm-4 select {
    background-position: 88% center;
}

::-webkit-input-placeholder {
    color: #B5B5B5;
}

::-moz-placeholder {
    color: #B5B5B5;
}

:-ms-input-placeholder {
    color: #B5B5B5;
}

:-moz-placeholder {
    color: #B5B5B5;
}

#age-confirm {
    text-align: center;
    font-weight: 400;
    padding-top: 15px;
}

#age-agree {
    margin-right: 5px;
    vertical-align: middle;
    margin-bottom: 3px;
}

.agree-missing {
    color: #f00;
}

.agree-missing span {
    font-weight: 700;
}

input.btn {
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    text-align: center;
    line-height: 16px;
    background-color: #ed7102;
    height: 46px;
    cursor: pointer;
    outline: none !important;
    padding: 13px 30px 17px 30px;
    border-radius: 0;
    text-decoration: none;
    transition: all 0.2s ease-in-out;
    vertical-align: middle;
    width: 100%;
    max-width: 231px;
    margin: 0 auto;
    position: relative;
    display: block;
}

input.btn:hover {
    background-color: #5e5c5e;
}

input.btn:hover,
input.btn:focus,
input.btn:active {
    color: #fff;
}

.disabled input.btn,
.disabled input.btn:hover {
    background-color: #ddd;
    cursor: default;
}

.button-wrap {
    margin-top: 20px;
    position: relative;
}

#loading {
    position: absolute;
    right: 0;
    left: 0;
    margin-left: auto;
    margin-right: auto;
    top: 20%;
    height: 60%;
    width: auto;
    display: none;
}

#loading.visible {
    display: block !important;
}

#footer {
    font-size: 12px;
    line-height: 18px;
    font-weight: 300;
    color: #fff;
    padding: 28px 0 30px 0;
}

#footer .legal span {
    display: block;
    color: #000000;
    font-size: 12px;
    line-height: 21px;
    font-weight: 400;
}

#footer .legal span a {
    color: #000000;
    font-size: 12px;
    line-height: 21px;
    text-decoration: none;
    cursor: default;
    font-weight: 400;
}

#footer .legal span.tc {
    margin-top: 5px;
}

#footer .legal span.tc a {
    text-decoration: underline;
    cursor: pointer;
}

#footer .legal span.tc a:hover {
    text-decoration: none;
}

#footer ul {
    margin: 0;
    padding: 0;
    display: block;
    list-style: none;
    float: right;
}

@media (min-width: 768px) {

  #footer ul {
    padding-top: 20px;
  }


}

#footer li {
    margin: 0 0 0 1px;
    width: 28px;
    padding: 0;
    display: inline-block;
    list-style: none;
}

#footer li a {
    text-indent: -9999px;
    height: 22px;
    width: 100%;
    display: block;
    background-size: auto 22px;
    background-repeat: no-repeat;
    outline: none;
    cursor: pointere;
    transition: all 0.2ms ease-in-out;
    background-image: url(../img/sprite_social_large_black.png);
}

#footer li a:hover {
    opacity: 0.75;
}

#footer li.mclaren a {
    background-position: 0 0;
}

#footer li.facebook a {
    background-position: -28px 0;
}

#footer li.twitter a {
    background-position: -58px 0;
}

#footer li.instagram a {
    background-position: -92px 0;
}

#footer li.youtube a {
    background-position: -122px 0;
}

#footer .address {
    color: #fff;
    font-weight: 300;
    text-decoration: none;
}

#footer span {
    display: block;
}

#footer .pcb {
    color: #000000;
    font-size: 17px;
    line-height: 23px;
    text-align: right;
    margin-bottom: 10px;
    font-weight: 400;
    font-family: "McLarenBespoke", Tahoma, Verdana, Segoe, sans-serif;
    display: none !important;
}

.registration-closed #gradient {
    margin-top: 0;
}

.registration-closed #hero .btn-orange {
    display: none !important;
}

#registration-closed {
    margin-bottom: 100px;
    text-align: center;
}

#registration-closed h3 {
    font-size: 30px;
    font-weight: 400;
    line-height: 48px;
    margin: 0;
}

#success {
    display: none;
}

#form {
    position: relative;
}

#form .title--container {
  max-width: 400px;
  margin: 0 auto 35px auto;
}

#form.success .title--container,
#form.success form {
  opacity: 0;
  /* display: none; */
  pointer-events: none;
}

.success #success {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    background-color: #fff;
}

#success h2 {
    text-align: center;
    color: #75c23e;
    font-size: 55px;
    line-height: 76px;
    margin: 0;
}

#success h2:before {
    content: '';
    position: relative;
    margin: 0 auto 20px auto;
    background: url(../img/icon_check.png) center center no-repeat;
    display: block;
    width: 50px;
    height: 50px;
    background-size: contain;
}

#success p {
    font-size: 20px;
    line-height: 30px;
    color: #5e5c5e;
}

#success p a {
    text-decoration: none;
    color: #5e5c5e;
    cursor: default;
    white-space: nowrap;
    outline: none;
    font-weight: 300;
}

#success p a:hover {
    color: #5e5c5e;
    text-decoration: underline;
}

#success .inner {
    position: relative;
    width: 80%;
    margin: 0 auto;
    padding-top: 200px;
}



@media screen and (max-width:1440px) {}

@media screen and (max-width:1200px) {

    .container-fluid {
        padding-left: 20px;
        padding-right: 20px;
    }
}


@media screen and (max-width:1200px) and (min-width:992px) {}


@media screen and (min-width:992px) {}


@media screen and (max-width:991px) {


    h3,
    h3 * {
        font-size: 21px;
        line-height: 30px;
        font-weight: 400;
    }

    h4 {
        font-size: 18px;
        line-height: 24px;
        font-weight: 600;
    }


    #form {
        padding: 80px 0;
    }

    #form-box {
        padding-top: 40px;
        padding-bottom: 50px;
        float: none;
        /* max-width: none; */
    }

    #fields {
        padding: 0;
    }

}



    input:-internal-autofill-selected,
    select:-internal-autofill-selected {
        background-color: rgba(0, 0, 0, .8) !important;

    }

    input:-webkit-autofill,
    input:focus:-webkit-autofill,
    select:-webkit-autofill,
    select:focus:-webkit-autofill {
        background-color: rgba(0, 0, 0, .8) !important;
        -webkit-box-shadow: 0 0 0 100px rgba(0, 0, 0, 1) inset;
        -webkit-text-fill-color: #B5B5B5;
        border: 0px solid transparent;
    }





/* @group Desktop Media Queries */

@media screen and (min-width:768px) {

    #footer .container {
        background: url(../img/lockup_pcb.png) 95% center no-repeat;
        background-size: 85px auto;
    }

}

/* @end Desktop Media Queries */



/* @group Mobile Media Queries */


@media screen and (max-width:767px) {

  .btn--orange {
    height: 46px;
    line-height: 46px;
    font-size: 16px;
    width: 220px
  }

  .btn--video--link span.icon {
    display: block;
    width: 20px;
    top: 1px;
    right: 4px
  }

  .btn--video--link span.icon svg {
    max-width: 100%;
  }


  ul.list-orange-dots li {
    margin-bottom: 15px;
    padding-left: 25px;
  }

  ul.list-orange-dots li:before {
    left: 0px;
  }

  ul.list-orange-dots li:last-of-type {
    margin-bottom: 0;
  }

  #packages .package_boxes_container {
    margin-bottom: 0;
  }

  * {
      margin: 0;
      padding: 0;
      border: 0;
      line-height: normal;
      font-family: "McLarenBespoke", Tahoma, Verdana, Segoe, sans-serif;
      font-family: "Noto Sans", Tahoma, Verdana, Segoe, sans-serif;
      font-size: 16px;
  /*     line-height: 26px; */
      font-weight: 300;
  }

  .col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    padding-left: 25px;
    padding-right: 25px;
  }

  select,
  select:-webkit-autofill,
  select:focus:-webkit-autofill {
      background-image: url(../img/icon_caret_dark.png) !important;
  }

  .half-col-centered {
    min-height: 0px;
    height: auto;
  }

  .half-col-centered:before {
    content: '';
    display: none;
    width: 50%;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    background: rgba(0, 0, 0, .60);
  }

  .half-col-centered .row > .copy {
    position: relative;
  }

  .half-col-centered .row > .copy .inner {
    position: relative;
    padding: 30px 0;
  }

  .half-col-centered .row > .copy:before {
    content: '';
    display: block;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    background: rgba(0, 0, 0, .60);
  }

  .half-col-centered > .container {
    position: static;
    left: 0;
    right: 0;
  }

  .half-col-centered > .container,
  .half-col-centered > .container > .row {
    height: 100%;
  }

  .half-col-centered > .container > .row > div {
    position: relative;
    transform: none;
    top: 0;
  }

  .half-col-centered > .container > .row > div.photo .inner {
    padding-bottom: 42%;
  }
  

 

  #hero .logo {
    max-width: 150px;
    right: 32px;
    top: 32px;
  }




  #packages .package_box .inner > div {
    padding: 0;
  }

  .half-col-centered h2 {
    margin: 0 0 20px 0;
  }



    #page {
        width: 100%;
        overflow: hidden;
    }

   



    .col-xs-12 select {
        background-position: right 15px top 50%;
    }


    body {
        font-size: 13px;
        line-height: 20px;
    }

    input.textfield,
    select {
        padding: 0 12px;
    }

    h4 {
        font-size: 20px;
        line-height: 27px;
    }

    h3,
    h3 * {
        font-size: 20px;
        line-height: 29px;
    }

    p {
        font-size: 16px;
        line-height: 23px;
    }

    #form {
        padding: 25px 0;
        max-width: none;
        box-shadow: none;
        z-index: 3;
        background: #f2f2f2;
        color: #333;
        margin-top: 6px;
    }

    #form-box {
        background-color: transparent;
        padding: 0 10px 0 10px;
    }

    #form.success #form-box {
        padding: 35px 10px 35px 10px;
    }

    #form h3 {
      margin-bottom: 10px;
      font-size: 20px;
    }

    #form p,
    #summary p {
        font-size: 16px;
        line-height: 25px;
    }

    #form p a {
        font-size: 14px;
    }

    #form #success p {
        color: #5e5c5e;
    }


    #form.success .title--container {
      display: none;
    }

    #summary {
        position: relative;
        top: auto;
        left: auto;
        padding-top: 0;
        background: none;
    }

    .success form {
        display: none;
    }

    .success #form-box>h3 {
        display: none;
    }

    input.textfield,
    select {
        background-color: #fff;
        height: 47px;
        line-height: 45px;
        padding: 0 20px;
        color: #595f6f;
        font-size: 14px;
        width: 100%;
        margin-bottom: 10px;
        border: 1px solid #fff;
    }

    ::-webkit-input-placeholder {
        color: #595f6f;
    }

    ::-moz-placeholder {
        color: #595f6f;
    }

    :-ms-input-placeholder {
        color: #595f6f;
    }

    :-moz-placeholder {
        color: #595f6f;
    }

    input:-internal-autofill-selected,
    select:-internal-autofill-selected {
        background-color: #ffffff !important;

    }

    input:-webkit-autofill,
    input:focus:-webkit-autofill,
    select:-webkit-autofill,
    select:focus:-webkit-autofill {
        background-color: #ffffff !important;
        -webkit-box-shadow: 0 0 0 100px #ffffff inset;
        -webkit-text-fill-color: #595f6f;
        border: 0px solid transparent;
    }

    input.missing,
    select.missing {
        border: 1px solid #f00;
    }




    .container-fluid {
        padding-left: 25px;
        padding-right: 25px;
    }


    #success .inner {
        padding: 50px 0;
    }

    .success #fields {
        display: none;
    }

    .success #success {
        background-color: #f1f1f1;
        position: relative;
        padding: 0;
    }

    #footer {
        text-align: center;
        padding: 45px 0;
        background-color: #fff;
        position: relative;
        z-index: 3;
    }

    #footer a.address,
    #footer span {
        color: #5e5c5e;
    }

    #footer ul {
        margin-bottom: 15px;
        float: none;
        margin-bottom: 10px;
    }

    #footer ul {
        text-align: center;
    }

    #footer li {
        float: none;
    }

    #footer .pcb {
        text-align: center;
        margin-bottom: 15px;
        font-weight: 500;
    }

    #footer .pcb:after {
        content: '';
        display: block;
        width: 33px;
        height: 1px;
        background-color: #979797;
        clear: both;
        margin-left: auto;
        margin-right: auto;
        margin-top: 15px;
    }

    input.textfield,
    select {
        height: 43px;
        line-height: 43px;
        font-size: 16px;
        font-weight: 300;
    }

    .button-wrap {
        margin-top: 15px;
        margin-bottom: 5px;
    }

    input.btn {
        max-width: 220px;
        font-size: 16px;
    }

    #register>.container {
        padding: 0;
    }

    #register>.container>div {
        padding: 0;
        margin: 0;
    }

    #register>.container>div>.col-xs-12 {
        padding: 0;
        margin: 0;
    }


    #form .col-sm-12 {
      padding-left: 15px;
      padding-right: 15px;
    }


}


@media (max-width: 600px) {

  #form .title--container {/*     max-width: 100%; */margin: 0 auto 20px auto;}

}

#video{background-color:#f2f2f2;padding:65px 0;}
#video .videojs-content{position:relative;}
#video #videojs-helper{position:relative;width:100%;height:0;display:block;padding:0 0 42.7% 0;}
#video .video-js{position:absolute;top:0;left:0;width:100%!important;height:100%!important;display:block;}

#video .vjs-big-play-centered .vjs-big-play-button{border:none;background-color:transparent!important;}
#video .vjs-big-play-centered .vjs-big-play-button:before{font-size:130px!important;}

@media screen and (max-width:1200px){
  #video .vjs-big-play-centered .vjs-big-play-button:before{font-size:120px!important;}
}
@media screen and (max-width:991px){
  #video .vjs-big-play-centered .vjs-big-play-button:before{font-size:110px!important;}
}

@media screen and (max-width:767px){
  #video{padding:50px 0;}
  #video .vjs-big-play-centered .vjs-big-play-button:before{font-size:90px!important;}  
}
/* @end Mobile Media Queries */