/* McLaren Fonts */
@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;
}

* {
    margin: 0;
    padding: 0;
    border: 0;
    line-height: normal;
    font-family: "McLarenBespoke", Tahoma, Verdana, Segoe, sans-serif;
    font-family: "SohoGothicPro", Tahoma, Verdana, Segoe, sans-serif;
    /*     font-size: 16px; */
    /*     line-height: 26px; */
    font-weight: 300;
}

hr.divider {
    max-width: 30px;
    display: block;
    margin: 20px 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: 26px;
    line-height: 1.25;
    font-weight: 400;
}

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: 46px;
    line-height: 44px;
    background: #ED7102;
    color: #ffffff;
    font-size: 14px;
    font-weight: 700;
    transition: .3s all ease-in-out;
    text-decoration: none;
    border-radius: 16px;
}

.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: 10px;
    font-size: 15px;
}

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 {
    background: url(../img/hero_desktop.jpg) center center / cover no-repeat;
    position: relative;
    color: #ffffff;
}

#hero>.inner {
    height: 600px;
    position: relative;
}

#hero>.inner>.container {
    position: absolute;
    left: 0;
    right: 0;
    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_white.png) center center / contain no-repeat;
}

#hero .hero-copy {}

#hero .hero-copy:before {
    content: '';
    display: block;
    height: 100%;
    width: 100%;
    position: absolute;
    left: -22%;
    display: none;
}

#hero .container-opacity {
    background-image: linear-gradient(202deg, rgba(54, 54, 54, 0.00) 0%, rgba(7, 7, 7, 0.8) 52%);
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 35px 0;
}

#hero .hero-copy>* {
    /*     width: auto; */
}




#hero hr {
    max-width: 30px;
    margin-bottom: 30px;
    margin-top: 30px;
}

#hero h1 {
    margin: -2px 0 0 0;
    max-width: 550px;
}

#hero h3 {
    letter-spacing: 0;
    font-weight: 600;
    color: #ED7102;
    font-size: 22px;
    margin-bottom: 15px;
    margin-top: 0;
}

#hero h2 {
    font-weight: 400;
    font-size: 46px;
    margin-top: 0;
    line-height: .75;
}

#hero h2 span {
    font-size: 72.5px;
    display: block;
    line-height: 1;
}

#hero .hero-copy {
    display: table;
    table-layout: fixed;
    width: 100%;
}

#hero .hero-copy>* {
    display: table-cell;
    vertical-align: middle;
    float: none;
}

#hero .hero-copy .col-sm-12 {
    width: 700px;
}

#hero .track_graphic {
    width: 28%;
    position: relative;
}

#hero .track_graphic:before {
    content: '';
    display: block;
    padding-bottom: 56.27%;
    background: url(../img/hero_track_graphic.png) center center / contain no-repeat;

}


@media (max-width: 1199px) {

    #hero .hero-copy .col-sm-12 {
        width: 73%;
    }

    #hero .track_graphic {
        width: 28%;
    }

}

@media (max-width: 1199px) {

    #hero .hero-copy .col-sm-12 {
        width: 73%;
    }

    #hero .track_graphic {
        width: 28%;
    }

}



@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) {

    #hero>.inner {
        padding-bottom: 41.67%;
        height: 500px;
    }

}

@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: 991px) {

    #hero h1 {
        font-size: 36px;
        letter-spacing: 0;
        margin: 15px 0;
    }

    #hero h2,
    #hero h3 {
        /*     font-size: 16px; */
    }

    #hero h3 {
        letter-spacing: 0;
        font-weight: 600;
        color: #ED7102;
        font-size: 22px;
        margin-bottom: 15px;
        margin-top: 0;
    }


    #hero h2 {
        font-size: 34.2px;
    }

    #hero h2 span {
        font-size: 54px
    }


    #hero hr.divider {
        margin-top: 10px;
        margin-bottom: 10px;
        max-width: 15px;
    }

}

@media (max-width: 767px) {

    #hero h3 {
        font-size: 19px;
    }

    #hero h2 {
        font-size: 24.2px;
        line-height: 1;
    }

    #hero h2 span {
        font-size: 38px
    }

    #hero>.inner {
        padding-bottom: 41.67%;
        height: 365px;
    }

    #hero .hero-copy {
        bottom: 25px;
    }

}

@media (max-width: 767px) {

    #hero .hero-copy .col-sm-12 {
        width: 395px;
    }

    #hero .track_graphic {
        width: 28%;
    }

}

@media (max-width: 600px) {

    #hero .hero-copy .col-sm-12 {
        width: 315px;
        padding-right: 15px;
    }

    #hero .track_graphic {
        width: 30%;
    }

}




@media (max-width: 600px) {

    #hero .container-opacity {
        padding: 20px 0;
    }

    #hero h3 {
        font-size: 16px;
    }

    #hero h2 {
        font-size: 19px;
        line-height: 1;
    }

    #hero h2 span {
        font-size: 30px
    }

}


@media (max-width: 460px) {

    #hero .hero-copy {
        display: block;
    }

    #hero .hero-copy>* {
        display: block;
    }

    #hero .track_graphic {
        width: 30%;
        padding: 10px 30px;
        width: 100%;
        max-width: 200px;
    }

}


#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: 5px 0 0 0;
    font-size: 16px;
}

#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 .address {
        font-size: 15px;
    }


    #hero-callout .countdown {
        max-width: 330px;
    }

    #hero-callout .address {
        float: right;
    }

}


#intro {
    padding: 65px 0;
    padding: 50px 0;
}

#intro .row>div {
    width: auto;
}

#intro h2 {
    margin-top: 0px;
}

#intro .btn--orange {
    height: 56px;
    line-height: 56px;
    border-radius: 20px;
    font-size: 16px;
    min-width: 225px;
}



@media (min-width: 768px) {

    #intro .row>div.copy {
        width: 70%;
        width: calc(100% - 255px);
    }

    #intro .row>div.cta {
        width: 255px;
    }

}

@media (min-width: 1199px) {




    #intro .copy .inner {
        max-width: 780px;
    }

}


#intro p {
    font-size: 16px;
    margin: 20px 0;
}








.half-col-centered {
    position: relative;
    min-height: 200px;
    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;
    position: relative;
}

.half-col-centered>.container,
.half-col-centered>.container>.row {
    height: 100%;
    /* height: auto; */
}

.half-col-centered>.container>.row>div {
    position: relative;
    /* top: 50%; */
    /* transform: translateY(-50%); */
    display: table;
    table-layout: fixed;
}

.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;
    font-size: 31px;
}


@media (min-width: 768px) and (max-width: 991px) {

    .half-col-centered {
        /* min-height: 500px; */
    }

    #the_race>.container {
        width: 100%;
    }


}




.track-section {
    /*background: url(../img/section_bg_the_track_desktop.jpg) center center / cover no-repeat;*/
}

.track-section:before {
    left: 0;
}

.track-section .photo .inner {
    padding: 7% 0 7% 7%;
}


.track-section .photo .inner img {
    width: 500px;
    max-width: 100%;
}



#experience {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center top;
    border-top: 11px solid #ffffff;
}

@media (max-width: 767px) {

    #experience {
        background-image: url(../img/graphic_1_mobile.jpg) !important;
    }

}

#experience:before {
    left: 50%;
}


#the_race {
    background: url(../img/section_bg_cota_desktop.jpg) center center / cover no-repeat;
}

#the_race:before {
    left: 0;
}

#the_race p {

    font-size: 14px;

    line-height: 1.8;
}


#the_race .copy>* {
    display: table-cell;
    vertical-align: middle;
}

#the_race .copy .inner {
    width: 520px;
    max-width: 100%;
    padding: 7% 0;
    width: 60%;
    overflow: hidden;
}

#the_race hr {
    max-width: 30px;
}

#the_race .copy .text-inner {}


#the_race .track_graphic {
    width: 224px;
    width: 40%;
    /* float: left; */
    padding: 25px 10px 25px 0;
    position: relative;
}

#the_race .track_graphic:before {
    content: '';
    display: block;
    padding-bottom: 97.13%;
    background: url(../img/graphic_track.png) center center / contain no-repeat;

}

@media (max-width: 500px) {

    #the_race .copy>* {
        display: block;
    }

    #the_race .copy .inner {
        width: 100%;
    }

    #the_race .track_graphic {
        padding: 0px 0 30px 0;
        width: 100%;
        max-width: 200px;
        /*     margin: 0 auto; */
    }

}


#packages {
    background: url(../img/gravel_bg_packages.jpg) center center / cover no-repeat;
    color: #ffffff;
    padding: 60px 0 75px 0;
}

#packages .title--container {
    text-align: left;
    max-width: 920px;
    margin-left: auto;
    margin-right: auto;
}

#packages h3 a,
#packages h3 span.orange {
    color: #ffffff;
    font-weight: 400;
    /*   text-decoration: none; */
    color: #ED7102;
}

#packages h3 a[href*="tel:"] {
    text-decoration: none;
    text-decoration: underline;
}

#packages h3 a[href*="tel:"]:hover {
    text-decoration: none;
}





@media (min-width: 992px) {

    #packages h2 {
        font-size: 31px;
    }

    #packages h3 {
        font-size: 21px;
        margin-top: 5px;
    }

    #packages .title--container {}

}

#packages hr.divider {
    opacity: .5;
}

#packages .package_boxes_container {
    max-width: 920px;
    margin: 25px auto;
}

#packages .package_box {
    background: rgba(0, 0, 0, .35);
    margin: 0 0 35px 0;
    padding: 40px 35px;
}

#packages .package_box .inner {
    position: relative;
}

#packages .package_box .inner:before {
    content: '';
    display: block;
    width: 1px;
    height: 100%;
    position: absolute;
    background: rgba(255, 255, 255, .35);
    left: 40%;
}

#packages .package_box h2 {
    margin: 0 0 20px 0;
    font-size: 28px;
}

#packages .package_box p {
    font-size: 20px;
}

#packages .package_box .btn--container {
    margin: 25px 0 0 0;
    padding-left: 2px;
}

#packages .package_box ul {
    font-size: 15px;
    letter-spacing: .8px;
}

#packages .package_box ul li {
    margin-bottom: 10px;
}

#packages footer {
    max-width: 500px;
    margin: 0 auto;
    text-align: center;
}




#the_drivers {
    color: #ffffff;
    background-size: cover;
    background-position: center top;
    border-top: 11px solid #ffffff;
}

#the_drivers>.inner {
    padding-bottom: 51.86%;
    position: relative;
}

#the_drivers h2 {
    font-size: 31px;
}


#the_drivers .title--container {
    position: absolute;
    width: 100%;
    top: 40px;
}

#the_drivers .container-opacity {
    position: absolute;
    width: 100%;
    bottom: 40px;
    background: rgba(0, 0, 0, .85);
}


#the_drivers .col-sm-6 {}

#the_drivers .col-sm-6>.inner {
    max-width: 480px;
}



@media (min-width: 768px) and (max-width: 1199px) {

    #the_drivers {
        background-color: #000000;
        background-size: contain;
        background-repeat: no-repeat;
    }

    #the_drivers>.inner {
        height: 850px;
        padding: 0;
    }

}







#the_drivers .copy h3 {
    font-size: 20px;
}

#the_drivers .copy p {
    font-size: 15px;
    margin-bottom: 20px;
}

#the_drivers .copy a,
#the_drivers .copy a:focus {
    color: #ED7102;
}



@media (max-width: 767px) {

    #the_drivers .title--container {
        position: static;
    }



    #the_drivers {
        background: none;
    }

    #the_drivers .container-opacity {
        position: static;
    }

    #the_drivers>.inner {
        height: auto;
        padding: 50px 0;
    }

    #the_drivers .col-sm-6:before {
        content: '';
        display: block;
        width: 100%;
        padding-bottom: 85%;
        background-size: cover;
        background-repeat: no-repeat;
    }

    #the_drivers .col-sm-6>.inner {
        max-width: 100%;
    }

    #the_drivers .col-sm-6:nth-of-type(1):before {
        background-image: url(../img/graphic_driver_1.jpg);
    }

    #the_drivers .col-sm-6:nth-of-type(2):before {
        background-image: url(../img/graphic_driver_2.jpg);
    }

}



#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%;
    position: static;
    background: none;
    padding: 0;
}

#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;
}


.missing input,
input.missing,
.missing select,
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;
}


form .custom-question-row {
    display: none;
    margin-bottom: 20px;
}

form .custom-question-row .title,
form .custom-question-row .title a {
    font-size: 12px;
    color: #595F6E;
    font-weight: 300;
}



form .custom-checkbox {
    margin: 10px 0;
}

form .checkbox-container label {
    padding-left: 27px;
    font-size: 14px;
    color: #595F6E;
    cursor: pointer;
    position: relative;
    margin-right: 11px;
}

form .checkbox-container input {
    width: 0px;
    height: 0px;
    visibility: hidden;
    float: left;
    font-size: 0px;
    position: absolute;
    display: block;
}

form .checkbox-container input+span {
    position: absolute;
    left: 0;
    top: 1px;
}

form .checkbox-container input+span:before {
    content: '';
    width: 22px;
    height: 22px;
    display: inline-block;
    background-color: transparent;
    border-radius: 0px;
    border: 1px solid #595F6E;
}

form .checkbox-container input:checked+span:before {
    background-color: #ED7102;
    border: 1px solid #ED7102;

}

form .checkbox-container input+span:after {
    content: '\2713';
    display: inline-block;
    color: #ED7102;
    left: 6px;
    top: 0px;
    position: absolute;
    font-size: 14px;
    opacity: 0;
}

form .checkbox-container input:checked+span:after {
    color: #ffffff;
    opacity: 1;
}


form .missing .checkbox-container {
    color: red;
}

form .missing .checkbox-container input+span:before {
    border-color: red;
}

form .error-message {
    color: red;
    font-size: 12px;
    display: none;
}

form .missing .error-message {
    display: inline-block;
}

::-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: 16px;
    font-weight: 600;
    text-align: center;
    line-height: 16px;
    background-color: #ed7102;
    height: 56px;
    cursor: pointer;
    outline: none !important;
    padding: 16px 30px 17px 30px;
    text-decoration: none;
    transition: all 0.3s ease-in-out;
    vertical-align: middle;
    width: 100%;
    max-width: 196px;
    border-radius: 20px;
    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;
}


@media (min-width:768px) {

    form .custom-question-row .title,
    form .custom-question-row .title a,
    form .checkbox-container label {
        color: #B5B5B5;
    }

    form .checkbox-container input+span:before {
        border: 1px solid #B5B5B5;
    }

}

#footer {
    font-size: 12px;
    line-height: 18px;
    font-weight: 300;
    color: #fff;
    padding: 28px 0 30px 0;
}

#footer .legal span {
    display: block;
    color: #595f5f;
    font-size: 12px;
    line-height: 21px;
    font-weight: 400;
}

#footer .legal span a {
    color: #595f5f;
    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;
}

#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.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: #595f5f;
    font-size: 17px;
    line-height: 23px;
    text-align: right;
    margin-bottom: 10px;
    font-weight: 400;
    font-family: "McLarenBespoke", Tahoma, Verdana, Segoe, sans-serif;
}

.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;
    display: 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: "SohoGothicPro", 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;
        display: block;
    }

    .half-col-centered>.container>.row>div.photo .inner {
        padding-bottom: 42%;
    }


    .track-section.half-col-centered>.container>.row>div.photo .inner {
        padding: 7%;
    }

    .track-section.half-col-centered>.container>.row>div.photo .inner img {
        max-width: 100%;
        width: 100%;
    }

    .track-section {
        background: url(../img/section_bg_the_track_mobile.jpg) center center / cover no-repeat;
    }

    #experience {
        background: url(../img/section_bg_experience_mobile.jpg) center center / cover no-repeat;
    }

    #the_race {
        margin-top: 6px;
    }

    @media (max-width: 767px) {

        #the_race {
            background-image: url(../img/graphic_2_mobile.jpg) !important;
        }

    }


    #hero .logo {
        max-width: 150px;
        right: 25px;
        top: 32px;
    }

    #hero-callout .countdown {
        max-width: 100%;
        width: 100%;
    }


    #hero-callout .address {
        display: none;
    }



    #intro {
        padding: 20px 0 20px 0;
        border-bottom: 4px solid #ebebeb;
    }

    #intro .btn--orange {
        font-size: 16px;
        height: 46px;
        line-height: 46px;
        border-radius: 16px;
    }

    #packages .col-sm-12 {
        padding: 0;
    }


    #packages {
        background-image: none;
        color: #4c494c;
        padding: 0;
        position: relative;
    }

    #packages .title--container {
        padding-left: 25px;
        padding-right: 25px;
    }

    #packages .title--container h2 {
        margin-top: 25px;
        text-align: left;
    }

    #packages .title--container h3 {
        font-size: 18px;
        font-weight: 400;
        margin-top: 2px;
    }

    #packages .title--container h2:before {
        content: '';
        display: none;
        position: relative;
        height: 1px;
        width: 100%;
        background: rgba(0, 0, 0, .25);
        margin: 0 0 20px 0;

    }


    #packages .package_box .inner:before {
        display: none;
    }

    #packages footer {
        text-align: left;
        max-width: 100%;
        margin: 0;
        padding-left: 25px;
        padding-right: 25px;
    }

    #packages footer p {
        font-size: 14px;
    }

    #packages hr.divider {
        max-width: 15px;
        opacity: 1;
        border-top: 1px solid rgba(0, 0, 0, .2);
    }

    #packages .package_box {
        padding: 30px 25px;
        background: #f2f2f2;
        margin-bottom: 6px;
    }



    #packages .package_box .inner>div {
        padding: 0;
    }

    .half-col-centered h2 {
        margin: 0 0 20px 0;
    }



    #page {
        width: 100%;
        overflow: hidden;
    }

    #registration-closed {
        margin-bottom: 20px;
        padding-bottom: 20px;
        border-bottom: 1px solid #424242;
    }

    #registration-closed h3 {
        font-size: 20px;
        line-height: 26px;
    }



    .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: #595F6E;
        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;
        height: 46px;
        border-radius: 16px;
        padding-top: 13px;
    }

    #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 .video-container {}

#video .video-container>.video-graphic {
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    margin-top: -3%;
    cursor: pointer;
}

#video .video-container>.video-graphic>.inner {
    padding-bottom: 28.75%;
    background-size: cover;
    background-position: center center;
    position: relative;
}

#video .video-container>.video-graphic>.inner:before,
#video .vjs-big-play-centered .vjs-big-play-button {
    content: '';
    display: block;
    width: 130px;
    height: 125px;
    position: absolute;
    left: 50%;
    top: 50%;
    text-indent: -9999px;
    margin: 0;
    transform: translateY(-50%) translateX(-50%);
    background: url(../img/icon-play-shadow.png) center center / contain no-repeat;
}


#video .vjs-playing .vjs-big-play-button {
    display: none;
}

#video .video-container>.video-graphic>.inner:before {}

@media (max-width: 767px) {

    #video .video-container>.video-graphic>.inner:before,
    #video .vjs-big-play-centered .vjs-big-play-button {
        width: 65px;
        height: 62.5px;
    }

}

#video .video-container>.video-player {
    display: none;
    margin-top: 30px;
    margin-bottom: 85px;
}

#video h2 {
    text-align: center;
    position: relative;
    margin-top: 0;
    z-index: 1;
}

#video h2 {
    font-size: 28px;
}

@media (min-width: 768px) {

    #video h2 {
        font-size: 31px;
    }

}


#video {
    background-color: #eaeaea;
    padding: 25px 0 0 0;
    border-top: 11px solid #ffffff;
}

#video .videojs-content {
    position: relative;
}

#video #videojs-helper {
    position: relative;
    width: 100%;
    height: 0;
    display: block;
    padding: 0 0 42.7% 0;
    padding: 0 0 56.25% 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: 25px 0 20px 0;
    }

    #video .vjs-big-play-centered .vjs-big-play-button:before {
        font-size: 90px !important;
    }

    #video .video-container>.video-player {
        margin-bottom: 10px;
    }
}



/* @end Mobile Media Queries */