/* 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: 14px;
    line-height: 26px;
    font-weight: 300;
}

html,
body {
    width: 100%;
    height: 100%;
}

body {
    font-size: 16px;
    line-height: 24px;
    color: #5e5c5e;
    background-color: #fff;
}


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;
}

h3,
h3 * {
    font-size: 24px;
    line-height: 34px;
    font-weight: 400;
}

h4 {
    font-size: 18px;
    line-height: 24px;
    font-weight: 600;
}

#page {
    position: relative;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.container-fluid {
    max-width: 1160px;
}

#mclaren {
    background-color: #fff;
    display: block;
    width: 100%;
    max-width: 1200px;
    overflow: hidden;
    margin: 0 auto;
    top: 0;
    left: 0;
    right: 0;
    position: absolute;
    z-index: 1;
}

#mclaren .dets {
    position: relative;
    display: inline-block;
    line-height: 95px;
    font-weight: 700;
    color: #5e5c5e;
    font-size: 18px;
    margin: 0 20px;
    font-family: "McLarenBespoke", Tahoma, Verdana, Segoe, sans-serif;
}

#mclaren .dets-first {
    margin-left: 5px;
}

#mclaren .dets-first:after {
    width: 2px;
    height: 32%;
    position: absolute;
    top: 34%;
    right: -21px;
    background-color: #d0d8de;
    content: '';
    display: block;
}

#mclaren .mclaren {
    float: right;
    display: block;
    width: 68%;
    max-width: 200px;
    height: 95px;
    background: url(../img/logo_mclaren.png) center center no-repeat;
    background-size: contain;
    text-indent: -9999px;
    overflow: hidden;
}

#hero {
    position: relative;
    height: 700px;
    background: url(../img/desktop_hero.jpg) center center no-repeat;
    background-size: cover;
}

#hero h1 {
    color: #fff;
    font-size: 66px;
    font-size: 65px;
    line-height: 1.03;
    margin: 0;
    padding: 0;
    margin-bottom: 10px;
}

#hero h1:before {
    content: '';
    display: block;
    background-color: #ed7102;
    height: 4px;
    width: 75px;
    display: block;
    margin-bottom: 10px;
}

#hero h2,
#hero h2 span {
    margin: 0;
    color: #fff;
    font-size: 18px;
    line-height: 27px;
    font-weight: 700;
}

#hero h2 span {
    white-space: nowrap;
    font-family: "McLarenBespoke", Tahoma, Verdana, Segoe, sans-serif;
}

#hero span.date {
    color: #fff;
    font-weight: 600;
}

#hero a.btn,
#offer a.btn {
    color: #fff;
    background-color: #ed7102;
    font-size: 14px;
    font-weight: 600;
    text-align: center;
    line-height: 36px;
    max-width: 225px;
    height: 56px;
    cursor: pointer;
    outline: none;
    padding: 10px 20px;
    width: 100%;
    box-sizing: border-box;
    border: none;
    border-radius: 0;
    border-radius: 20px;
    text-decoration: none;
    transition: all 0.2s ease-in-out;
    vertical-align: middle;
    margin: 0;
    margin-top: 30px;
}

#offer a.btn {
    max-width: 265px;
}

#offer sup {
    font-weight: 600;
}

#hero a.btn:hover,
#offer a.btn:hover {
    background-color: #5e5c5e;
}

#hero-copy {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    height: 100%;
    width: 100%;
    display: block;
    padding-top: 10.75%;
    padding-top: 9.75%;
    box-sizing: border-box;
}

#invitation {
    line-height: 25px;
    padding: 80px 0;
    padding: 40px 0 40px 0;
}

#invitation h2 {
    color: #ed7102;
    font-size: 18px;
    line-height: 24px;
    font-weight: 600;
    margin: 30px 0 4px 0;
}

#invitation h3 {
    color: #3a383a;
    color: #5E5C5E;
    margin: 0 0 10px 0;
}

#invitation a {
    color: #ed7102;
    text-decoration: underline;
}

#invitation a.tel {
    text-decoration: none;
    cursor: default;
}

#invitation a:hover {
    text-decoration: none;
}

#invitation p {
    margin-bottom: 15px;
}

#invitation p span.orange {
    font-weight: 600;
    color: #ed7102;
}

/*#invitation p span.orange:after{content:' \2014';font-weight:300;color:#5e5c5e;}*/
#invitation .box {
    margin-top: 15px;
    margin-bottom: 15px;
}

#invitation a.box,
#invitation a.box:hover #invitation a.box:focus {
    text-decoration: none;
    color: inherit;
}

#invitation .box-content {
    height: 275px;
    height: 290px;
    height: 320px;
    height: 330px;
    height: 320px;
    background-color: #fff;
    box-shadow: 0 5px 30px rgba(94, 92, 94, .38);
    padding: 23px 30px;
    padding: 23px 20px;
    box-sizing: border-box;
    overflow: hidden;
    display: block;
    padding-top: 10px;
}

#invitation ul {
    margin: 0;
    padding: 0;
}

#invitation li {
    display: block;
    list-style: none;
    margin: 0;
    padding: 0 0 0 18px;
    position: relative;
    font-size: 13px;
    line-height: 21px;
    line-height: 23px;
    margin-bottom: 5px;
    margin-bottom: 3px;
    color: #333;
}

#invitation li > * {
    font-size: 13px;
}

#invitation li:before {
    content: '';
    width: 5px;
    height: 5px;
    background-color: #d8d8d8;
    position: absolute;
    left: 0;
    top: 8px;
    display: block;
}

#invitation h4 {
    font-size: 20px;
    line-height: 26px;
    font-size: 17px;
    line-height: 19px;
    font-weight: 400;
    font-weight: 700;
    margin: 0 0 10px 0;
    margin: 0;
    padding: 0;
}

#invitation h5 {
    position: relative;
    font-size: 14px;
    line-height: 19px;
    font-weight: 700;
    color: #ed7102;
}

#invitation h5:after {
    content: '';
    position: absolute;
    display: block;
    top: 10px;
    margin-left: 80px;
    width: 150%;
    height: 1px;
    background-color: #ed7102;
}

#invitation h6 {
    font-size: 17px;
    line-height: 19px;
    font-weight: 400;
    margin: 2px 0 10px 0;
    padding: 0;
}

span.note {
    position: absolute;
    display: block;
    bottom: 15px;
    font-family: "McLarenBespoke", Tahoma, Verdana, Segoe, sans-serif;
    font-size: 14px;
    line-height: 19px;
    font-weight: 400;
}

span.note em {
    color: #ed7102;
    font-style: normal;
    font-size: 16px;
    font-weight: 700;
    font-family: "McLarenBespoke", Tahoma, Verdana, Segoe, sans-serif;
    line-height: 19px;
}

#boxes {
    margin-top: -190px;
}

#offer {
    background-color: #E2E2E2;
    padding: 25px 0;
    text-align: center;
}

#offer h2 {
    padding: 0;
    margin: 0;
    font-family: "SohoGothicPro", Tahoma, Verdana, Segoe, sans-serif;
    font-size: 31px;
    line-height: 36px;
    color: #3D3D3D;
    font-weight: 400;
}

#offer h2 em {
    color: #ed7102;
    font-size: 36px;
    font-weight: 600;
    font-style: normal;
}

#offer a.btn {
    margin-top: 20px;
}

#track {
    background: #272727 url(../img/track_img.jpg) center top no-repeat;
    background-size: cover;
    padding: 75px 0;
    padding: 0;
    color: #3d3d3d;
    /*color:#fff;*/
}

#track-heading {
    color: #fff;
    min-height: 273px;
    display: block;
    outline: none;
}

#track-heading h2 {
    text-transform: uppercase;
    font-size: 24px;
    line-height: 35px;
    font-weight: 600;
    font-family: "SohoGothicPro", Tahoma, Verdana, Segoe, sans-serif;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.37);
    padding-top: 45px;
    margin-top: 0;
}

#track-details {
    background-color: rgba(255, 255, 255, 0.71);
    padding: 30px 0;
}

#track .image {
    position: relative;
    width: 100%;
    display: block;
    height: 0;
    margin-top: -3%;
    padding-bottom: 47.73%;
    background: url(../img/graphic_track_grey.png) center center no-repeat;
    background-size: contain;
}

#video {
    background-color: #333333;
}

#video h2 {
    color: #fff;
    text-align: center;
    margin: 25px 0;
    padding: 0;
}

#video-embed {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    display: block;
}

#video-wrap {
    width: 100%;
    position: relative;
    display: block;
    height: 0;
    padding: 0 0 26.31944% 0;
}


@media (max-width: 767px) {

#video-wrap {
    padding: 0 0 56.25% 0;
}

#video-wrap .vjs-poster {
    background-size: cover;
}

}



#video-embed * {
    outline: none;
}

@media (min-width: 768px) {
   

    #hero .col-lg-5 {
        padding-top: 45px;
        padding-bottom: 45px;
        background-color: rgba(0, 0, 0, .71);
        position: relative;
    }

    #hero .col-lg-5:before {
        content: '';
        height: 100%;
        width: 100%;
        background-color: rgba(0, 0, 0, .71);
        position: absolute;
        right: 100%;
        top: 0;
    }
}

@media (max-width: 1200px) {
    #offer h2 {
        font-size: 26px;
    }

    #offer h2 em {
        font-size: 30px;
    }

    #invitation .box-content {
        height: 390px;
        height: 370px;
    }

  
}

@media (max-width: 991px) {
    #offer h2 {
        font-size: 24px;
    }

    #offer h2 em {
        font-size: 27px;
    }

    #track .image {
        margin-top: -1%;
    }

    #track {
        background-image: none;
    }

    #track-heading {
        height: 0;
        min-height: 0;
        position: relative;
        width: 100%;
        padding: 0 0 20% 0;
        background: #272727 url(../img/track_img.jpg) center top no-repeat;
        background-size: 100% auto;
    }

    #track-details {
        background-color: #E2E2E2;
    }

    #invitation .box-content {
        height: 330px;
        height: 300px;
    }

    #invitation .box-content {
        padding-bottom: 50px;
    }

   

  
}

@media (max-width: 767px) {

    #offer h2,
    #video h2 {
        font-size: 22px;
    }

    #offer h2 em {
        font-size: 24px;
    }

    #track-heading {
        background-size: 150% auto;
        padding: 0 0 30% 0;
    }

    #track-details {
        background-color: #fff;
    }

    #track .image {
        margin-top: 0;
    }

   
}

@media (max-width: 600px) {
 
}

@media (max-width: 420px) {
   

}

#opt-future-communications {
    text-align: center;
    margin-top: 5px;
}

.disclaimer {
    font-size: 9px;
    color: #48535B;
    padding-top: 10px;
    line-height: 12px;
}

.disclaimer sup {
    font-size: 8px;
}

#track .image-wrap {
    width: 100%;
/*     max-width: 410px; */
}

#track h3 {
    padding: 0;
    margin: 0 0 8px 0;
}

#track ul {
    margin: 0;
    padding: 0;
}

#track li {
    display: block;
    list-style: none;
    margin: 0;
    padding: 0;
    position: relative;
    padding-left: 18px;
}

#track li:before {
    content: '';
    position: absolute;
    top: 11px;
    height: 5px;
    width: 5px;
    background-color: #d8d8d8;
    background-color: #ed7102;
    display: block;
    left: 0;
}

.block-lined {
    margin-top: 18px;
}

.block-lined .block-inner {
    border-left: 1px solid #ed7102;
    padding-left: 18px;
}

.block-lined .block-inner a {
    color: #fff;
    color: #3D3D3D;
    text-decoration: none;
    font-weight: 300;
    cursor: default;
}

#cards {
    padding: 90px 0;
}

#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/desktop_bg.jpg) center center no-repeat;
    background-size: cover;
}

#summary {
    display: none;
    background-color: #f1f2f3;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    padding: 25% 12% 0 12%;
    position: static;
}

#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;
}

.eventfull #summary:before {
    background-image: none;
    content: normal;
}

.success #summary,
.eventfull #summary {
    display: block !important;
}

.success #form-box > h3,
.success #form-box > form {
    display: none;
}

.success #summary {
    padding: 50px 0;
    background: none;
}

#summary h3 {
    margin-bottom: 10px;
}

#form-copy {
    position: relative;
    width: 100%;
    margin: 0 auto;
    display: block;
}

#form-copy h3,
#summary-copy h3 {
    color: #424242;
    text-align: center;
    margin-top: 0;
    padding-top: 0;
}

#form-copy p a {
    color: #424242;
    font-weight: 300;
}

#form-copy p,
#summary-copy p {
    line-height: 25px;
    color: #424242;
}

#form-copy h3,
#form-copy p,
#form-copy p a {
    color: #fff;
}

#form-copy p a.email {
    text-decoration: underline;
}

#form-copy p a.email:hover {
    text-decoration: none;
}

#form-copy p a.tel {
    cursor: default;
    text-decoration: none;
}

#fields {
    /*max-width:560px;position:relative;margin:0 auto;*/
    /*background-color:#fff;*/
}

#form-box {
    position: relative;
    background-color: #fff;
    max-width: 595px;
    float: right;
    padding: 50px 8.25% 60px 8.25%;
    width: 100%;
}

#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;
}

#form h4 {
    text-align: center;
}

#form p,
#summary-copy p {
    text-align: center;
    font-size: 14px;
    line-height: 25px;
}

#form p a {
    font-size: 14px;
}

#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: #eff0f4;
    height: 47px;
    line-height: 45px;
    padding: 0 15px;
    color: #595f6f;
    font-size: 14px;
    font-weight: 400;
    width: 100%;
    box-sizing: border-box;
    margin-bottom: 10px;
    border: 1px solid #eff0f4;
    -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: #eff0f4 !important;
}

input:-webkit-autofill,
input:focus:-webkit-autofill {
    background-color: #eff0f4 !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.png) !important;
    background-repeat: no-repeat;
    background-position: 95% center;
    background-size: 13px auto;
    padding-right: 10%;
}

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: #595f6f;
}

::-moz-placeholder {
    color: #595f6f;
}

:-ms-input-placeholder {
    color: #595f6f;
}

:-moz-placeholder {
    color: #595f6f;
}


#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: 48px;
    cursor: pointer;
    outline: none !important;
    padding: 14px 30px 18px 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;
    border-radius: 20px;
}

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: 10px;
    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: #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;
}

.success #success,
.eventfull #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) {
    #hero {
        width: 100%;
        position: relative;
        height: 0;
        padding: 0 0 48.6111% 0;
        background-position: center center;
    }
}

@media screen and (max-width:1200px) {
    #hero {
        margin-top: 95px;
    }

    #mclaren {
        top: -95px;
    }

    #hero h1 {
        font-size: 50px;
    }

    #hero h1:before {
        width: 60px;
    }

    #boxes {
        margin-top: -160px;
    }

    .container-fluid {
        padding-left: 20px;
        padding-right: 20px;
    }
}

@media screen and (max-width:1200px) and (min-width:992px) {
    #invitation .box {
        padding: 0 10px;
        margin: 10px 0;
    }
}

@media screen and (min-width:992px) {
    #invitation .col-md-7 {
        padding-right: 0;
    }
}

@media screen and (max-width:991px) {
    #hero {
        margin-top: 80px;
    }

    #mclaren {
        top: -80px;
        line-height: 80px;
        height: 80px;
    }

    #mclaren .dets {
        line-height: 80px;
    }

    #mclaren .mclaren {
        height: 80px;
    }

    #invitation {
        padding: 65px 0;
    }

    #invitation h3 {
        max-width: 750px;
    }

    #invitation p {
        margin-bottom: 10px;
        max-width: 750px;
    }

    h3,
    h3 * {
        font-size: 21px;
        line-height: 30px;
        font-weight: 400;
    }

    h4 {
        font-size: 18px;
        line-height: 24px;
        font-weight: 600;
    }

    #hero h1 {
        font-size: 42px;
    }

    #hero h1:before {
        width: 48px;
        height: 3px;
    }

    #hero h2,
    #hero h2 span {
        font-size: 17px;
        line-height: 25px;
    }

    #hero a.btn {
        margin-top: 25px;
    }

    #hero-copy {
        padding-top: 8%;
    }

    #form {
        padding: 80px 0;
    }

    #form-box {
        padding-top: 40px;
        padding-bottom: 50px;
        float: none;
        max-width: none;
    }

    #fields {
        padding: 0;
    }

    #boxes {
        margin-top: 0;
    }

    /*#boxes > div{margin-left:0;margin-right:0;padding:0;}*/
    #mclaren .dets {
        font-size: 16px;
    }

    #cards {
        padding: 65px 0;
    }

    /*#invitation .box-content{height:auto;}*/
}

#invitation .box-content {
    position: relative;
}

#invitation .box-content .card-wrap {
    background-position: center center;
}


@media screen and (min-width:768px) {
    #footer .container {
        background: url(../img/lockup_pcb.png) 95% center no-repeat;
        background-size: 85px auto;
    }

    #invitation .image-wrap {
        max-width: 506px;
        float: right;
    }

    #cards .row {
        display: table;
        border-spacing: 10px;
    }

    #cards .row>div {
        display: table-cell;
        background-color: #000;
        color: #fff;
        border-spacing: 10px;
        float: none;
        vertical-align: bottom;
        height: 382px;
        background-position: center center;
        background-size: cover;
        background-repeat: no-repeat;
    }

    .card-wrap-1 {
        background-image: url(../img/desktop_1.jpg);
    }

    .card-wrap-2 {
        background-image: url(../img/desktop_2.jpg);
    }

    .card-wrap-3 {
        background-image: url(../img/desktop_3.jpg);
    }

    .card-wrap-4 {
        background-image: url(../img/desktop_4.jpg);
    }

    .card-wrap .card {
        padding: 10.95% 3.95%;
        padding: 10.95% 4.5% 7% 4.5%;
    }

    #cards h4 {
        font-size: 17px;
        line-height: 23px;
        font-weight: 400;
        padding: 0;
        margin: 0 0 4px 0;
    }

    #cards h5 {
        color: #ed7102;
        font-size: 13px;
        line-height: 18px;
        padding: 0;
        margin: 0 0 5px 0;
        font-weight: 700;
    }

    #cards p {
        font-size: 13px;
        line-height: 20px;
        margin: 0;
    }

    #cards .container-fluid {
        max-width: 1175px;
    }

    #cards .row:before,
    #cards .row:after {
        content: normal;
    }

    #form-copy {
        padding: 50px 0;
        max-width: 427px;
        margin-left: 0;
        margin-right: 0;
    }

    #form-copy h3,
    #form-copy p,
    #form-copy p strong,
    #form-copy span {
        text-align: left;
        color: #fff;
    }

    #form-copy p {
        font-size: 16px;
    }

    #form #form-copy h3 {
        margin-bottom: 10px;
    }

    #form-copy .lined {
        margin: 20px 0 30px 0;
        border-top: 1px solid #d0d8de;
        border-bottom: 1px solid #d0d8de;
        display: block;
        padding: 12px 30px;
        background-size: 20px auto;
        line-height: 21px;
        padding-left: 0;
    }

    #form-copy .lined p.email,
    #form-copy .lined p.phone {
        padding-left: 30px;
    }

    #form-copy .lined p.email {
      background: url(../img/icon_envelope.png) 0 6px / 20px auto no-repeat;
      margin-bottom: 10px;
    }

    #form-copy .lined p.phone {
      background: url(../img/icon-phone.png) 0px 5px / 18px auto no-repeat;
    }


    #form-copy span p {
        font-size: 14px;
        line-height: 21px;
        padding: 0;
        margin: 0;
    }

    #form-copy span strong {
        display: block;
    }

    #form-copy a.email {
        color: #fff;
        text-decoration: none !important;
        font-weight: 400;
        white-space: nowrap;
    }

    #form-copy a.email:hover {
        text-decoration: underline !important;
    }

    #google-map {
        width: 100%;
        position: relative;
        height: 0;
        padding: 0 0 46.8384% 0;
        display: block;
    }

    #google-map iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

    .eventfull #summary h3 {
        font-size: 36px;
        line-height: 47px;
    }

    #form-box {
        min-height: 495px;
    }

    #form-box p {
        font-size: 18px;
        line-height: 1.4;
    }


    #invitation .box-content .card-wrap {
        background-size: cover;
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        opacity: 0;
        transition: all 0.2s ease-in-out;
    }

    #invitation .box-content .card-wrap:hover,
    #invitation .box-content .card-wrap.hover {
        opacity: 1;
    }

    #invitation .box-content .card {
        position: absolute;
        bottom: 0;
        color: #fff;
    }

    #invitation .box-content .card h5 {
        font-size: 17px;
        font-weight: 400;
    }

    #invitation .box-content .card h5:after {
        content: normal;
    }

    #invitation .box-content .card p {
        font-size: 13px;
        line-height: 20px;
        margin-bottom: 0;
    }


}

@media screen and (max-width:767px) {



    #invitation .box-content .card-wrap {
        background-size: cover;
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        opacity: 0;
        transition: all 0.2s ease-in-out;
    }

    #invitation .box-content .card-wrap:hover {
        opacity: 1;
    }

    #invitation .box-content .card {
        position: absolute;
        bottom: 0;
        color: #fff;
    }

    #invitation .box-content .card h5 {
        font-size: 17px;
        font-weight: 400;
    }

    #invitation .box-content .card h5:after {
        content: normal;
    }

    #invitation .box-content .card p {
        font-size: 13px;
        line-height: 20px;
        margin-bottom: 0;
    }

    span.note {
        position: relative;
        margin-top: 30px;
        color: #3d3d3d;
        font-weight: 400;
    }

    #invitation .box-content {
        padding-bottom: 260px;
    }

    #invitation .box-content .card-wrap {
        top: auto;
        bottom: 0;
        height: 240px;
        opacity: 1;
        transition: none;
    }

    #invitation .box-content .card h5 {
        font-size: 16px;
        font-weight: 700;
    }

    #invitation .box-content .card p {
        font-size: 14px;
    }

    #invitation .card-wrap .card {
        padding-bottom: 20px;
    }

    #invitation .box-content .card-wrap:before {
        content: '';
        display: block;
        width: 100%;
        height: 60%;
        position: absolute;
        background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.0) 0%, #000000 100%);
        bottom: 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;
    }

    #hero {
        padding: 0 0 70.4% 0;
        background: url(../img/mobile_hero.jpg) center center no-repeat;
        background: url(../img/desktop_hero.jpg) center center no-repeat;

        background-size: cover;
    }

    #hero:before {
        width: 90%;
    }

    #mobile-hero-copy {
        background-color: #f5f5f5;
        padding: 35px 0;
    }

    #mobile-hero-copy h1 {
        font-size: 34px;
        line-height: 40px;
        color: #626262;
        font-weight: 400;
        margin: 0;
        padding: 0;
    }

    #mobile-hero-copy .date {
        display: block;
        font-size: 18px;
        font-weight: 700;
        color: #ed7102;
        margin-bottom: 15px;
    }

    .col-xs-12 select {
        background-position: 95% center;
    }

    body {
        font-size: 13px;
        line-height: 20px;
    }

    input.textfield,
    select {
        padding: 0 12px;
    }

    h4 {
        font-size: 20px;
        line-height: 27px;
    }

    #hero h1 {
        margin-bottom: 0;
    }

    #hero h1:after {
        content: 'June 12-14';
        font-size: 16px;
        line-height: 22px;
        font-weight: 400;
        display: block;
        margin-top: 10px;
    }

    #hero h2 {
        font-size: 14px;
        line-height: 19px;
        margin-top: 0;
    }

    #hero h3 {
        font-size: 30px;
        line-height: 41px;
        max-width: 300px;
        float: right;
        margin-top: 10px;
    }

    #hero {
        margin-top: 60px;
    }

    #mclaren {
        top: -60px;
        line-height: 60px;
        height: 60px;
        width: 100%;
    }

    #mclaren .dets {
        display: none;
    }

    #mclaren .mclaren {
        height: 60px;
    }

    #hero-copy {
        padding-top: 0;
        top: auto;
        bottom: 8%;
        bottom: 4.5%;
        height: auto;
    }

    #hero h1 {
        font-size: 36px;
        text-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
    }

    #hero h1:before {
        width: 40px;
        height: 3px;
        text-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
    }

    h3,
    h3 * {
        font-size: 20px;
        line-height: 29px;
    }

    p {
        font-size: 13px;
        line-height: 23px;
    }

    #form {
        padding: 40px 0;
        max-width: none;
        box-shadow: none;
        z-index: 3;
        background: #f1f2f3 none;
        color: #333;
        border-top: 2px solid #fff;
    }

    #form-box {
        background-color: transparent;
        padding: 0 10px 35px 10px;
    }

    #form-copy h3,
    #form-copy p,
    #form-copy p a {
        color: #333;
    }

    #form p,
    #summary p {
        font-size: 14px;
        line-height: 25px;
    }

    #form p a {
        font-size: 14px;
    }

    #form #success p {
        color: #5e5c5e;
    }

    #form-copy h3 {
        margin-bottom: 0;
    }

    #form-copy {
        position: relative;
        padding-top: 45px;
    }

    #form-copy:before {
        content: '';
        height: 2px;
        width: 150%;
        left: -25%;
        top: 0;
        display: block;
        position: absolute;
        z-index: 2;
        background-color: #fff;
    }

    #summary {
        position: relative;
        top: auto;
        left: auto;
        padding-top: 0;
    }

    .success form,
    .eventfull form {
        display: none;
    }

    .success #form-box>h3,
    .eventfull #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;
    }

    input:-internal-autofill-selected {
        background-color: #fff !important;
    }

    input:-webkit-autofill,
    input:focus:-webkit-autofill {
        background-color: #fff !important;
        -webkit-box-shadow: 0 0 0 100px rgb(255, 255, 255) inset;
    }

    input.missing,
    select.missing {
        border: 1px solid #f00;
    }

    #hero a.btn {
        position: fixed;
        bottom: 0;
        margin: 0;
        left: 0;
        width: 100%;
        max-width: none;
        display: block;
        z-index: 2;
        box-shadow: 0 0 10px rgba(0, 0, 0, .25);
        border-radius: 0;
    }

    #hero a.btn:focus,
    #hero a.btn:active {
        background-color: #ed7102;
    }

    #invitation p.available-packages {
        margin-top: 20px;
    }

     #invitation p.available-packages .dash {
         display: none;
     }

    #invitation {
        padding: 40px 0;
    }

    #invitation p span.orange {
        font-size: 20px;
        line-height: 29px;
        display: block;
        font-family: "McLarenBespoke", Tahoma, Verdana, Segoe, sans-serif;
        font-weight: 400;
        color: #5e5c5e;
        margin-bottom: 10px;
    }

    #invitation p span.orange:after {
        content: normal;
    }

    #invitation .orange-band {
        margin: 40px -25px 40px -25px;
        background-color: #ed7102;
        padding: 15px 25px;
    }

    #invitation .orange-band h3 {
        color: #fff;
        margin: 0;
        padding: 0;
    }

    #invitation .orange-band h3 span {
        white-space: nowrap;
    }

    #boxes {
        margin-top: 10px;
    }

    #boxes>div {
        margin-left: 0;
        margin-right: 0;
        padding: 0;
    }

    /*#boxes li br{display:none!important;}
#boxes .card-wrap br{display:block!important;}*/
    #invitation .box-content {
        height: auto;
    }

    #track {
        padding: 40px 0;
        padding: 0;
    }

    #track .image-wrap {
        max-width: 400px;
        position: relative;
        margin: 0 auto;
        padding-bottom: 70px;
    }

   
    #track h6 {
        text-transform: uppercase;
        font-weight: 700;
        font-size: 14px;
        font-size: 18px;
        line-height: 18px;
        color: #3d3d3d;
        margin: 0 0 15px 0;
        padding: 0;
        text-align: center;
    }

    #track .hr {
        height: 1px;
        background-color: #979797;
        bottom: 35px;
        position: absolute;
        margin-left: -25px;
        margin-right: -25px;
        display: block;
        width: 140%;
    }

    #track li {
        margin-bottom: 5px;
        line-height: 24px;
        font-size: 13px;
    }

    #cards {
        padding: 40px 0;
    }

    #cards .row.no-margin {
        margin-left: 0;
        margin-right: 0;
    }

    #cards .row>.card-wrap {
        background-color: #000;
        color: #fff;
        margin-bottom: 18px;
        vertical-align: bottom;
        height: 271px;
        background-position: center center;
        background-size: cover;
        background-repeat: no-repeat;
        display: table;
    }

    .card-wrap-1 {
        background-image: url(../img/desktop_1.jpg);
    }

    .card-wrap-2 {
        background-image: url(../img/desktop_2.jpg);
        background-position: center 30% !important;
    }

    .card-wrap-3 {
        background-image: url(../img/desktop_3.jpg);
        background-position: center 60% !important;
    }

    .card-wrap-4 {
        background-image: url(../img/desktop_4.jpg);
        background-position: center 20% !important;
    }

    .card-wrap .card {
        padding: 10.95% 3.95%;
        display: table-cell;
        vertical-align: bottom;
    }

    #cards h3 {
        margin: 0 0 20px 0;
    }

    #cards h4 {
        font-size: 17px;
        line-height: 23px;
        font-weight: 400;
        padding: 0;
        margin: 0 0 4px 0;
    }

    #cards h5 {
        color: #ed7102;
        font-size: 13px;
        line-height: 18px;
        padding: 0;
        margin: 0 0 5px 0;
        font-weight: 700;
    }

    #cards p {
        font-size: 13px;
        line-height: 20px;
        margin: 0;
    }

    .container-fluid {
        padding-left: 25px;
        padding-right: 25px;
    }

    .off-center {
        width: 100%;
        overflow: hidden;
    }

    .off-center .container-fluid {
        padding-right: 0;
        padding-left: 25px;
    }

    .off-center p,
    .off-center h2,
    .off-center h3 {
        padding-right: 25px;
    }

    #success .inner {
        padding: 50px 0;
    }

    .success #fields,
    .eventfull #fields {
        display: none;
    }

    .success #success,
    .eventfull #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;
        display: none !important;
    }

    #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;
    }

    .button-wrap {
        margin-top: 20px;
        margin-bottom: 20px;
    }

    input.btn {
        max-width: 220px;
    }

    #register>.container {
        padding: 0;
    }

    #register>.container>div {
        padding: 0;
        margin: 0;
    }

    #register>.container>div>.col-xs-12 {
        padding: 0;
        margin: 0;
    }
}

@media screen and (max-width:600px) {
    #hero h1 {
        font-size: 24px;
        margin-bottom: 0;
    }

    #hero h1:before {
        width: 28px;
        height: 2px;
    }

    #hero h1:after {
        font-size: 14px;
        line-height: 17px;
        margin-top: 6px;
    }

    #hero h2 {
        font-size: 14px;
        line-height: 19px;
        margin-top: 0;
    }

    #hero h3 {
        font-size: 28px;
        line-height: 36px;
        margin-top: 6px;
    }

    #hero-copy {
        bottom: 8%;
    }

    #track h6 {
        font-size: 15px;
    }
}

@media screen and (max-width:480px) {
    #hero-copy {
        bottom: 10%;
    }
}


@media (min-width: 1201px) {

    #hero #hero-copy .container-fluid {
        position: relative;
        top: calc(50% - 10.75%);
        transform: translateY(-50%);
    }

}



#section_gallery {}

#section_gallery .container {}

#section_gallery .col-sm-12 {
    padding: 0;
}


#section_gallery .item {
    width: 25%;
    float: left;
    padding: 10px 22px;
}

#section_gallery .item>.inner {
    padding-bottom: 119%;
    background: center center / cover no-repeat;
}


@media (max-width: 1199px) {

    #section_gallery .container {
        width: 100%;
    }

    #section_gallery .col-sm-12 {
        padding: 0 15px;
    }

    #section_gallery .item {
        padding: 10px 15px;
    }


}



@media (max-width: 767px) {

    #section_gallery .col-sm-12 {
        padding: 0 10px;
    }

    #section_gallery .item {
        width: 50%;
        padding: 15px 15px;
    }


}

@media (max-width: 500px) {

    #section_gallery .col-sm-12 {
        padding: 0 18px;
        margin-top: -25px;
    }

    #section_gallery .item {
        width: 50%;
        padding: 7px 7px;
    }

}


@media (min-width: 1200px) {

    .container {
/*         width: 1440px; */
    }

}


#quote_video {
    position: relative;
    margin: 45px 0;
    overflow: hidden;
}

#quote_video > .container-fluid {
    max-width: 100%;
    width: 100%;
}

#quote_video > .container > .row {

}

#quote_video .col-sm-6 {

}

#quote_video .row:before {
    content: '';
    display: block;
    width: 50%;
    left: 0;
    background-color: #373337;
    position: absolute;
    height: 100%;
}

#quote_video .quote-container {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
}

#quote_video .col-sm-6.quote {
    color: #ffffff;
    height: 100%;
    padding-right: 25px;
}

#quote_video .col-sm-6.quote > .inner {
    max-width: 460px;
}

#quote_video .col-sm-6.quote h1 {
    font-size: 40px;
    position: relative;
}

#quote_video .col-sm-6.quote h1 .quote-icon {
   width: 120px;
   display: inline-block;
}

#quote_video .col-sm-6.quote h1 .quote-icon:before {
    content: '\201c';
    font-size: 380px;
    line-height: 40px;
    position: relative;
    pointer-events: none;
    color: #ED7102;
    font-family: 'McLarenBespoke';
    font-weight: 400;
    position: absolute;
    top: 55px;
    left: -20px;
}

#quote_video .col-sm-6.quote h3 {
    font-size: 24px;
}

#quote_video .col-sm-6.quote h3 strong {
    font-weight: 700;
}

#quote_video .col-sm-6.video {
    width: 50%;
    left: 50%;
    position: relative;
    padding: 0;
    z-index: 1;
}

#quote_video .col-sm-6.video .vjs-poster {
    background-size: cover;
}

#quote_video .col-sm-6.video video:focus,
#quote_video .col-sm-6.video .vjs-poster:focus {
    outline: 0;
}

#quote_video .col-sm-6.video .inner {
    padding-bottom: 73.19%;
}

#quote_video .col-sm-6.video .inner .video-responsive {

}

#quote_video .col-sm-6.video .inner .video-responsive,
#quote_video .col-sm-6.video .inner .video-responsive > .video-js {
    position: absolute;
    width: 100%;
    height: 100%;
}


.custom-video-play-button.vjs-youtube-mobile .vjs-big-play-button {
    display: block;
}

.custom-video-play-button .vjs-big-play-button {
    width: 120px;
    height: 120px;
    border: 0;
    background: none;
    border-radius: 200px;
    border: 5px solid #ffffff;
    opacity: .6;
    margin: 0;
    top: 50%;
    left: 50%;
    position: absolute;
    transform: translateY(-50%) translateX(-50%);
    overflow: hidden;
}

.custom-video-play-button .vjs-big-play-button:hover {
    opacity: 1;
}

.custom-video-play-button.video-js:focus .vjs-big-play-button,
.custom-video-play-button.video-js:hover .vjs-big-play-button,
.custom-video-play-button.video-js .vjs-big-play-button:focus,
.custom-video-play-button.video-js .vjs-big-play-button:hover {
    background: none;
    outline: 0;
}

.custom-video-play-button.video-js .vjs-big-play-button .vjs-icon-placeholder:before, 
.custom-video-play-button.vjs-icon-play:before {
    font-size: 80px;
    position: absolute;
    top: 50%;
    transform: translateY(-13%);
    margin: 0;
}


@media (max-width: 767px) {

    .custom-video-play-button .vjs-big-play-button {
        width: 60px;
        height: 60px;
        border-width: 3px;
    }

    .custom-video-play-button.video-js .vjs-big-play-button .vjs-icon-placeholder:before, 
    .custom-video-play-button.vjs-icon-play:before {
        font-size: 40px;
        transform: translateY(-23%);

    }

}



@media (max-width: 1199px) {

    

     #quote_video .container-fluid {
         padding: 0;
     }

     .row {
        margin: 0;
    }

    #quote_video .quote-container {
        top: 52%;
        width: 100%;
    }

    #quote_video .col-sm-6.quote {

    }

    #quote_video .col-sm-6.quote .inner {
        margin: 0 auto;
    }

    #quote_video .col-sm-6.video .inner {
        min-height: 450px;
    }

}

@media (max-width: 991px) {
    
    #quote_video .col-sm-6.quote h1 {
        font-size: 32px;
    }

    #quote_video .col-sm-6.quote h1 .quote-icon {
       width: 80px;
    }

    #quote_video .col-sm-6.quote h1 .quote-icon:before {
        font-size: 240px;
        left: -12px;
        top: 30px;
    }

    #quote_video .col-sm-6.quote h3,
    #quote_video .col-sm-6.quote h3 strong {
        font-size: 22px;
    }



}


@media (max-width: 767px) {

    #quote_video .row:before {
        width: 100%;
    }

    #quote_video .quote-container {
        position: static;
        transform: none;
        padding-top: 50px;
        padding-bottom: 50px;
    }
    
    #quote_video .col-sm-6.quote {
        width: 100%;
        padding: 0 25px;;
    }

    #quote_video .col-sm-6.quote .inner {
        max-width: 500px;
        max-width: 100%;
    }

    #quote_video .col-sm-6.video {
        position: relative;
        width: 100%;
        left: 0;
    }

    #quote_video .col-sm-6.video .inner {
        min-height: 0;
        padding-bottom: 56.25%;
    }


}


@media (max-width: 500px) {
    
    #quote_video .col-sm-6.quote h3 br {
        display: none;
    }

    #quote_video {
        margin-top: 30px;
    }


}



#track-details {

}

#track-details .row > .track {
    width: 46%;
}

#track-details .track .image-wrap {
    padding: 0 25px;
    margin-top: 6%;
}

#track-details .track .image-wrap h4 {
    padding: 10px 0 0 10px;
}

#track-details .row > .copy {
    width: 54%;
}

@media (max-width:767px) {

    #track-details .row > .track,
    #track-details .row > .copy {
        width: 100%;
    }

    #track-details .row > .track .image-wrap {
        margin: 0;
        padding: 0;
    }

    #track-details .row > .track .image-wrap h4 {
        padding: 15px 0 0 0;
    }

    #track .hr {
        position: static;
        margin: 25px 0 20px 0;
    }
        
}


#hero .col-lg-5 {
    width: 50%;
}


#hero .track_hero {
    position: absolute;
    width: 42%;
    right: 5%;
    bottom: 14%;
}

#hero .track_hero:before {
    content: '';
    display: block;
    padding: 0 0 47.12% 0;
    background: url(../img/track_graphic_hero.png) center center / contain no-repeat;
}


@media (max-width: 991px) {

    #hero .col-lg-5 {
        width: 50%;
        min-width: 430px
    }


    #hero .track_hero {
        position: absolute;
        width: 32%;
        right: 5%;
        bottom: 19%;
    }

}

@media (max-width: 767px) {


    #hero:before {
        content: '';
        display: block;
        width: 100%;
        height: 60%;
        position: absolute;
        background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.0) 0%, #000000 100%);
        bottom: 0;
        opacity: .6;
    }

}


@media (max-width: 600px) {

    #hero .col-lg-5 {
        min-width: 280px;
    }


    #hero .track_hero {
        position: absolute;
        width: 32%;
        right: 5%;
        bottom: 19%;
    }

}


@media (min-width: 768px) and (max-width: 991px) {

    #invitation .intro_copy {
       padding: 0 30px;
    }


}



em.nowrap {
 font-style: normal;
 white-space: nowrap   
}






form .fields--hidden--step_2 {
    display: none;
    margin: 15px 0;
}

form .fields--hidden--step_2 .title,
form .fields--hidden--step_2 .title a {
    font-size: 12px;
    color: #595F6E;
    font-weight: 300;
    line-height: 1.6;
}



form .custom-checkbox {
    margin: 10px 0;
}

form .checkbox-container label {
    padding-left: 25px;
    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: 2px;
}

form .checkbox-container input+span:before {
    content: '';
    width: 20px;
    height: 20px;
    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: 5px;
    top: -4px;
    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: block;
    line-height: 1.5;
}


.missing input,
input.missing,
.missing select,
select.missing {
    border: 1px solid #f00;

}


@media (max-width: 430px) {

    form .col-xs-6,
    form .col-xs-7,
    form .col-xs-5 {
        width: 100%;
    }

    #form > .container-fluid > .row > .col-xs-12 {
        padding: 0;
    }

}


#google-map .map-logo {
    width: 106px;
    display: block;
    z-index: 1;
    position: absolute;
    bottom: 10px;
    left: 10px;
    pointer-events: none;
    top: unset;
}

#google-map .map-logo:before {
    content: '';
    display: block;
    width: 100%;
    padding-bottom: 50.94%;
    background: url(../img/logo-indianapolis-motor-speedway.png) center center / contain no-repeat;
}