/* 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; }


/* @group Global - reset, typography, elements */


* {
    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;
}

a {
    color: #ED7102;
    text-decoration: underline;
}


a:hover {
    text-decoration: none;
    color: #ED7102;
}


hr.divider {
    width: 100%;
    margin: 25px 0;
    border: 0;
    height: 1px;
    background: #4B4B4B;
}


@media (min-width: 768px) and (max-width: 1199px) {
    .container {
        width: 100%;
    }

}


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%;
}

sup {
/*     vertical-align: top; */
    font-size: 50%;
    top: -.75em;
    line-height: inherit;
}

.text-orange {
    color: #ED7102;
}

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;
    text-transform: uppercase;
}

h3 {
    font-size: 24px;
    line-height: 1.25;
    font-weight: 400;
    text-transform: uppercase;
}

h4 {
    font-size: 18px;
    line-height: 24px;
    font-weight: 600;
}


.btn--container {
    margin: 25px 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;
    -webkit-transition: .3s all ease-in-out;
    -o-transition: .3s all ease-in-out;
    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 0 25px 0;
    padding: 0;
    margin: 0;
}

ul.list-orange-dots li {
    padding-left: 15px;
    position: relative;
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 1.5;
}

ul.list-orange-dots li:before {
    content: '\2022';
    display: block;
    position: absolute;
    top: 0;
    left: -1px;
    color: #ED7102;
}





ul.list-orange-dots.slashes li:before {
    content: '\00002f';
}




#page {
    position: relative;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
}

.container-fluid {
    max-width: 100%;
}







@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;
    }

}






/* @end Global - reset, typography, elements */


/* @group Global - Popup overlay */





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;
    -webkit-transition: opacity .3s ease-in-out, -webkit-transform .3s ease-in-out;
    transition: opacity .3s ease-in-out, -webkit-transform .3s ease-in-out;
    -o-transition: transform .3s ease-in-out, opacity .3s ease-in-out;
    transition: transform .3s ease-in-out, opacity .3s ease-in-out;
    transition: transform .3s ease-in-out, opacity .3s ease-in-out, -webkit-transform .3s ease-in-out;
    opacity: 0;
    z-index: -1;
    /*   pointer-events: none; */
    /*transform: translateY(-100%);*/
}

.popup-overlay.popup-open,
.popup-overlay--video.popup-open {
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            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%;
    -webkit-transform: translateX(-50%) translateY(-50%);
        -ms-transform: translateX(-50%) translateY(-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;
}




/* @end Global - Popup overlay */



/* @group Section - Hero */

#hero {
    position: relative;
    color: #ffffff;
    padding: 0 25px;
    overflow: hidden;
}

#hero .hero_bg {
    background: url(../img/hero_graphic_bg.jpg) center center / cover no-repeat;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 5;
}

#hero:before {
    content: '';
    display: block;
    width: 100%;
    padding-bottom: 50%;
}

#hero>.inner {
    height: 600px;
    position: relative;
    position: absolute;
    width: 100%;
    top: 0;
    height: 100%;
    width: calc(100% - 50px);
    z-index: 10;
}

#hero>.inner>.container {
    position: absolute;
    height: 100%;
    left: 0;
    right: 0;
    max-width: 100%;
}



#hero .countdown {
    position: absolute;
    top: 120px;
    left: 0;
}

#hero .countdown > div {
    
}

#hero .countdown > div > span {
    font-size: 12px;
    color: #ED7102;
    text-transform: uppercase;
    line-height: 1;
    letter-spacing: -.2px;
}

#hero .countdown > div p {
    font-size: 20px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: -.2px;
}


#hero .logo_arrow {
    width: 141px;
    max-width: 100%;
    text-indent: -9999px;
    display: block;
    position: absolute;
    left: 0;
    top: 50px;
    z-index: 10;
    font-size: 0;
    line-height: 0;
}

#hero .logo_arrow:after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    padding-bottom: 23.40%;
    background: url(../img/logo_arrow_mclaren.png) center center / contain no-repeat;
}

#hero .logo {
    width: 217px;
    max-width: 100%;
    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%;
    height: 100%;
    padding-bottom: 15.21%;
    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;
/*     width: 100vw;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw; */
}

#hero .hero-copy>* {
    /*     width: auto; */
}



#hero .container.copy {
    position: relative;
}


#hero .container.copy .logo_indy_500 {
    position: absolute;
    width: 120px;
    right: 0;
    bottom: 0;
}



#hero hr {
    max-width: 30px;
    margin-bottom: 30px;
    margin-top: 30px;
}

#hero h1 {
    margin: -2px 0 0 0;
    max-width: 550px;
}

#hero h3 {
    text-transform: uppercase;
    letter-spacing: 1.8px;
    font-weight: 600;
    color: #ED7102;
    font-size: 18px;
    margin-bottom: 15px;
    margin-top: 0;
}

#hero h2 {
    font-weight: 300;
    font-size: 80px;
    margin-top: 0;
    line-height: .75;
    text-transform: none;
    /* white-space: nowrap; */
}

#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: 75%;padding: 0;}

#hero .track_graphic {
    width: 25%;
    position: relative;
    display: none;
}

#hero .track_graphic:before {
    content: '';
    display: block;
    padding-bottom: 46.49%;
    background: url(../img/hero_graphic_track.png) center center / contain no-repeat;

}


@media (max-width: 1199px) {

    #hero h2 {
        font-size: 70px;
    }

}

@media (max-width: 991px) {


    #hero {
        height: 500px;
        background-color: #000000;
    }

    #hero .hero_bg {
        background-position: center center;
        background-size: 100% auto;
    }

    #hero .container.copy .logo_indy_500 {
        width: 100px;
    }




    #hero:after {
        content: '';
        display: block;
        bottom: 0;
        width: 100%;
        height: 40%;
        left: 0;
        position: absolute;
        background-color: #000000;
        background-size: 100% auto;
    }

    #hero h2 {
        font-size: 54px;
    }

    #hero .logo_arrow {
        width: 115px;
        top: 30px;
    }

    #hero .logo {
        width: 140px;
        top: 30px;
    }

}

@media (max-width: 767px) {

    #hero h3 {
        font-size: 13px;
    }

    #hero h2 {
        font-size: 34px;
    }

    #hero .container.copy .logo_indy_500 {
        width: 80px;
        bottom: -5px;
    }
    

}

@media (max-width: 540px) {

    #hero {
        padding-left: 20px;
        padding-right: 20px;
    }

    #hero .logo {
        width: 110px;
    }

    #hero .logo_arrow {
        width: 90px;
    }

    #hero {
        height: 450px;
    }

    #hero .countdown {
        padding: 10px;
        background: rgba(0,0,0,.25);
        left: -5px;
        top: 100px;
    }

    #hero .hero_bg {
/*         background-size: 120% auto; */
/*         background-position:left 10% top 50%; */
    }

    #hero .container-opacity {
        padding-bottom: 20px;
    }

    #hero h3 {
        font-size: 11px;
        margin-bottom: 10px;
    }

    #hero h2 {
        font-size: 28px;
    }


    #hero .container.copy {
        padding-right: 50px;
    }

    #hero .container.copy .logo_indy_500 {
        width: 60px;
        bottom: unset;
        top: 41%;
        -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
                transform: translateY(-50%);
    }
    

}


@media (max-width: 460px) {

  
    
    #hero .hero-copy .col-sm-12 {
        width: 100%;
    }

    #hero h3 {
        font-size: 11px;
        margin-bottom: 10px;
    }

    #hero h2 {
        font-size: 24px;
    }
    
    #hero .hero-copy > * {
        float: left;
    }

    #hero .track_graphic {
/*         position: absolute; */
/*         top: -30px; */
/*         right: 0; */
        margin-top: 5px;
    }

}

@media (max-width: 350px) { 
        
        #hero h2 {
            font-size: 20px;
        }

}


/* @end Section - Hero */




/* @group Section - Event date and location */



.section_event_date {
    background: #F5F5F5;
    padding: 30px 0;
}

.section_event_date h3 {
    margin: 7px 0;
}

.section_event_date h3,
.section_event_date h3 * {
    text-transform: uppercase;
    font-weight: 700;
    color: #4c494c;
    text-decoration: none;
    font-size: 18px;
    letter-spacing: 1.2px;
    line-height: 1.35;
}

.section_event_date h3 span {
    font-weight: 400;
}


.section_event_date .col-sm-12 > .inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.section_event_date .col-sm-12 > .inner > * {
    padding: 0 35px;
    position: relative;
}

.section_event_date .col-sm-12 > .inner > *:first-of-type {
    padding-left: 0;
}

.section_event_date .col-sm-12 > .inner > *:last-of-type {
    padding-right: 0;
}

.section_event_date .date {
    white-space: nowrap;
}

.section_event_date .date:after {
    content: '';
    width: 1px;
    height: 100%;
    display: block;
    background: #ED7102;
    right: 0;
    position: absolute;
    top: 0;
}

@media (max-width: 767px) {

    .section_event_date .col-sm-12 > .inner {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    }

    .section_event_date .col-sm-12 > .inner > * {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        padding: 0;
        display: block;
    }


    .section_event_date .date:after {
        width: 100%;
        height: 1px;
        position: static;
        margin: 15px 0 5px 0;
    }

}

@media (max-width: 600px) {

    .section_event_date {
        padding: 15px 0;
    }

    .section_event_date h3, .section_event_date h3 * {
        font-size: 14px;
    }

}

/* @end Section - Event date and location */




/* @group Hero - callout */

#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;
    }

}




/* @end Hero - callout */



/* @group Section - Intro */


#intro {
   overflow: visible;
}

@media (min-width: 768px) {

    #intro .btn--orange {
        font-size: 16px;
        height: 56px;
        line-height: 52px;
    }

}

#intro .row {
    position: relative;
    padding-left: 50%;
}

#intro .row > * {
    padding: 7.5% 25px;
}

#intro .col_package {

}

#intro .col_package:before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background: #F4F4F4;
    position: absolute;
    left: -1000%;
    width: 10000%;
    z-index: -1;
    top: 0;
}


#intro .col_package ul {
    width: 500px;
    max-width: 100%;
}

#intro .col_package ul li {
    margin-bottom: 18px;
}


#intro .graphic_car {
    position: absolute;
    left: 6%;
    height: 100%;
    top: 0;
    width: 35.5%;
    padding: 0;
    pointer-events: none;
}

#intro .graphic_car > .inner {
    padding-bottom: 231%;
    background: url(../img/graphic_indy_car.png) center center / contain no-repeat;
    /* width: 100%; */
    /* height: 102%; */
    bottom: -3%;
    position: relative;
}

@media (max-width: 1199px) {
    
    #intro .graphic_car {
        width: 42%;
        left: -1%;
        padding: 0;
    }

}


@media (max-width: 992px) {
    
    #intro .graphic_car {
        width: 56%;
        left: -9%;
        padding: 0;
    }

}


@media (max-width: 767px) {

    #intro p {
        font-size: 16px;
    }

    #intro .row {
        padding: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    }

    #intro .graphic_car {
        position: static;
        width: 34%;
        margin: auto auto auto auto;
        -webkit-box-ordinal-group: 2;
            -ms-flex-order: 1;
                order: 1;
        margin-left: -24%;
        right: -18%;
        position: relative;
        left: unset;
    }

    #intro .graphic_car > .inner {
        width: 100%;
    }

    #intro .col_intro {
        -webkit-box-ordinal-group: 1;
            -ms-flex-order: 0;
                order: 0;
        width: calc(100% - 30%);
    }   

    #intro .col_package {
        width: 100%;
        -webkit-box-ordinal-group: 3;
            -ms-flex-order: 2;
                order: 2;
    }

}


@media (min-width: 500px) and (max-width: 767px) {

    #intro .graphic_car {
        width: 24%;
        left: 22%;
    }

}

/* @end Section - Intro */













/* @group Global - Form fields */





/*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;
}*/



select::-ms-expand {
    display: none;
}




.form_fields {
    margin: 0;
    margin: 0 auto;
    width: 100%;
    max-width: 100%;
    padding: 0;
}

.form_fields input,
.form_fields select {
    font-size: 14px;
    color: #4C494C;
    background-color: #ffffff;
    padding: 0 15px;
    -webkit-appearance: none;
    -webkit-border-radius: 0px;
    border: 1px solid transparent;
}



.form_fields input {
    width: 100%;
    height: 46px;
}

.form_fields .missing input,
.form_fields .missing select {
    border: 1px solid red;
}


.form_fields .missing .checkbox-container,
.form_fields .missing .checkbox-container label {
/*     color: red !important; */
}


.form_fields .missing .checkbox-container input+span:before {
  border-color: red !important;
}

.form_fields .missing .checkbox-container input[type="checkbox"]+span:before {
    border-color: red;
}

.form_fields select {
    width: 100%;
    padding: 0 15px;
    height: 46px;
    border-radius: 0px;
    border-radius: 0px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -ms-appearance: none \9;
    -o-appearance: none;
    outline: none !important;
    background: #ffffff url(/assets/img/global/icon_caret.png) top 52% right 15px / 10px auto no-repeat;
    padding-right: 35px !important;
}

.form_fields .checkbox-container {
    text-align: left;
    margin: 5px 0 0 0;
}


.form_fields .checkbox-container label {
    padding-left: 30px;
    margin: 0;
    position: relative;
    font-weight: 300;
    cursor: pointer;
}

.form_fields .checkbox-container label.invisible{
    opacity:0!important;
    visibility:hidden!important;
}

.form_fields .checkbox-container .checkbox {
    position: absolute;
    left: 0;
    top: 7px;
    margin: 0;
}

.form_fields .checkbox-container .checkbox span:before {
    content: '';
    display: block;
    width: 16px;
    height: 16px;
    border: 1px solid #4C494C;
    border-radius: 3px;
}



.form_fields .checkbox-container .checkbox span:after {
    content: '\2713';
    display: block;
    width: 16px;
    height: 16px;
    position: absolute;
    top: -5px;
    left: 3.5px;
    font-size: 14px;
    color: #ED7102;
    opacity: 0;
}

.form_fields .checkbox-container .checkbox input:checked+span:after {
    opacity: 1;
}

.form_fields .checkbox-container input[type="checkbox"] {
    height: 0px;
    width: 0px;
    margin: 0;
    opacity: 0;
}

.form_fields input[type="checkbox"] {}

.form_fields input::-webkit-input-placeholder,
.form_fields textarea::-webkit-input-placeholder {
    color: #0E0F10;
    opacity: 1;
}

.form_fields input::-moz-placeholder,
.form_fields textarea::-moz-placeholder {
    color: #0E0F10;
    opacity: 1;
}

.form_fields input:-ms-input-placeholder,
.form_fields textarea:-ms-input-placeholder {
    color: #0E0F10;
    opacity: 1;
}

.form_fields input:-moz-placeholder,
.form_fields textarea:-moz-placeholder {
    color: #0E0F10;
    opacity: 1;
}



.form_fields .submit-container {
    position: relative;
    margin: 15px 0;
}

.form_fields .submit-container img.loading_form {
    width: 15px;
    height: 15px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
        -ms-transform: translateX(-50%) translateY(-50%);
            transform: translateX(-50%) translateY(-50%);
}

.form_fields button[type="submit"] {
    background: #ED7102;
    border-radius: 0;
    width: 220px;
    max-width: 100%;
    color: #ffffff;
    height: 50px;
    font-weight: 700;
    margin: 0;
    display: block;
    -webkit-transition: .3s all ease-in-out;
    -o-transition: .3s all ease-in-out;
    transition: .3s all ease-in-out;
    position: relative;
}

.form_fields button[type="submit"]:hover {
    background: #4C494C;
}

.form_fields .inner {/*     margin-bottom: 10px; */padding-left: 5px !important;padding-right: 5px !important;padding: 0 !important;}

.form_fields .col-sm-6,
.form_fields .col-sm-12,
.form_fields .col-sm-4 {
    padding-left: 0;
    padding-right: 0;
}

.form_fields .col-sm-6 {
    margin-bottom: 0px;
}

.form_fields .col-sm-12 {
    padding: 0;
    clear: both;
}

.form_fields .col-sm-12 .col-sm-4.inner:nth-of-type(1) {
    width: 32%;
}

.form_fields .col-sm-12 .col-sm-4.inner:nth-of-type(2) {
    width: 38%;
}

.form_fields .col-sm-12 .col-sm-4.inner:nth-of-type(3) {
    width: 30%;
}



.form_fields .col-sm-12 .col-sm-4 {}


.form_fields .state-zip>.inner {
    float: left;
}

.form_fields .state-zip>.inner:nth-of-type(1) {
    width: 58%;
}

.form_fields .state-zip>.inner:nth-of-type(2) {
    width: 42%;
}

.form_fields .state-zip>.inner:nth-of-type(1) {
    padding-right: 10px;
}



/* @end Global - Form fields */
















/* @group Register - Form */


#register {
    background: #181C20;
    padding: 80px 25px;
    text-align: center;
    background: #222 url(../img/section_register_bg.jpg) center top 0px / cover no-repeat;
    color: #ffffff;
    font-size: 15px;
}

#register .title-container {
    max-width: 100%;
    margin: 0 auto;
}

#register .title-container h1 {
    font-size: 26px;
    width: 530px;
    margin: auto auto 10px auto;
    max-width: 100%;
    text-transform: uppercase;
}

#register.success .title-container,
#register.success .form {
    display: none;
}

#register.success .container {
}

#register.success .success-message {
    display: block !important;
    position: relative;
}

#register.success .success-message:before {
    content: '';
    display: block;
    margin: 0 auto;
    width: 86px;
    height: 86px;
    background: url(/assets/img/icon_check_orange_outline.png) center center / contain no-repeat;
    margin-bottom: 25px;

    width: 196px;
    height: 196px;
}

#register .success-message {
    padding: 45px;
}

#register .success-message p {
    font-size: 20px;
    text-transform: none;
    /* font-weight: 700; */
    /* color: #ffffff; */
}


@media (max-width: 500px) {

    #register .success-message {
        padding: 0 30px;
    }

    #register .success-message p {
        font-size: 16px;
    }

}

#register .container {
    width: 1100px;
    max-width: 100%;
    /* margin-top: -50px; */
}


#register > .container > .row > .col-sm-12 {

}

#register > .container > .row > .col-sm-12 > .form-inner {
    /* background-color: #ffffff; */
    /* -webkit-box-shadow: 0px 2px 20px 0px rgba(0,0,0,.25); */
    /* box-shadow: 0px 2px 20px 0px rgba(0,0,0,.25); */
    padding-top: 50px;
    padding-bottom:50px;
}

#register * {
  color: #ffffff;
}

#register p {
  font-size: 18px;
}

#register .title-container {
    line-height: 1.75;
    margin-bottom: 25px;
    width: 740px;
    margin: auto auto 25px auto;
}

#register .title-container * {

}

#register .title-container h3 {
    text-transform: uppercase;
    font-size: 28px;
    margin-bottom: 20px;
}

#register .title-container p:first-of-type {
    margin-top: 10px;
}


#register .form_inner_wrapper {
  width: 1050px;
  max-width: 100%;
  margin: auto;
  padding: 0 25px;
}

#register .form_fields {
    padding: 15px 15px;
    padding: 0;
    width: 640px;
    max-width: 100%;
    margin: auto;
}

#register .form>.row {
    position: relative;
}

#register .form .col-sm-6,
#register .form .col-sm-12,
#register .form *[class^="col-"],
#register .form .row-address_group > * {
    padding: 0 7.5px !important;
}

#register .form label {
    display: none;
}





#register .form .custom-radio label {
    display: inline-block;
    text-align: left;
}



#register .form .checkbox-container {
    width: auto;
    position: relative;
    display: inline-block;
    margin: 15px 0;
    /* max-width: 400px; */
}

#register .form .checkbox-container>* {
    cursor: pointer;
}

#register .form .checkbox-container label {
    display: inline-block;
    padding-right: 20px;
}

#register .form .checkbox-container label:last-of-type {
  padding-right: 0px;
}

#register .form .checkbox-container div {
    display: inline-block;
    float: none;
    padding-left: 0;
    font-weight: 300;
}


#register .form .checkbox-container > * {
  display: inline-block;
}

#register .form .checkbox-container div.title {
    padding: 0;
    /* display: block; */
    float: none;
    /* font-weight: 700; */
    position: relative;
    top: 0px;
    padding-right: 10px;
}

#register .form .checkbox-container input {
    width: 0px;
    height: 0px;
    visibility: hidden;
    float: left;
    font-size: 0px;
    position: absolute;
    display: block;
}

#register .form .checkbox-container input+span {
    position: absolute;
    left: 4px;
    top: 2px;
}

#register .form .checkbox-container input+span:before {
    content: '';
    width: 18px;
    height: 18px;
    display: inline-block;
    background-color: #ffffff;
    border-radius: 5px;
    border: 1px solid #0E0F10;
    border-radius: 100px;
    border-radius: 3px;
}

#register .form .checkbox-container input:checked+span:before {
    background-color: #ED7102;
    border: 1px solid #ED7102;

}

#register .form .checkbox-container input+span:after {
    content: '\2713';
    display: inline-block;
    color: #ED7102;
    left: 4px;
    top: -4px;
    position: absolute;
    font-size: 14px;
    opacity: 0;
    display: none;
}

#register .form .checkbox-container input:checked+span:after {
    color: #ffffff;
    opacity: 1;
}

#register .form .submit-container {
    clear: both;
    margin-top: 30px;
}

#register .form input:focus,
#register .form select:focus,
#register .form button:focus {
    outline: 0;
}

#register .form input[type="text"],
#register .form select {
    width: 100%;
    margin: 0 0 20px 0;
    padding: 0px 20px 3px 20px;
    height: 54px;
    display: inline-block;
    border-radius: 5px;
    border: 1px solid #0E0F10;
    color: #0E0F10;
    font-weight: 400 !important;
    font-size: 15px;
    border: 0;
    border-radius: 8px;
    background-color: rgb(255 255 255 / .8);
}

#register .form select * {
    color: inherit;
}

#register .form .field_text_only p {
  font-size: 13px;
  text-align: left;
  margin: 0;
  line-height: 1.4;
}

@media (min-width: 768px) {

body.dealer_montreal #register .form .field_text_only p {
  padding-bottom: 15px;
}

}


#register .form *[type="submit"] {
    background-color: #ED7102;
    border: none;
    border-radius: 0;
    color: #ffffff;
    font-weight: 700;
    max-width: 250px;
    font-size: 20px;
    line-height: 1;
    margin: 20px 0 0 0;
    -webkit-box-shadow: 3px 3px 0px rgba(232, 89, 0, 0);
    box-shadow: 3px 3px 0px rgba(232, 89, 0, 0);
    -webkit-transition: .3s all ease-in-out;
    -o-transition: .3s all ease-in-out;
    transition: .3s all ease-in-out;
    margin: auto;
    display: inline-block;
    border-radius: 8px !important;
    line-height: 37px;
}

#register .form *[type="submit"]:hover {
      -webkit-box-shadow: 5px 5px 30px rgb(237 113 2 / .3);
              box-shadow: 5px 5px 30px rgb(237 113 2 / .3);
}



#register .form .missing input,
#register .form .missing select {
    border: 1px solid red;
    /*   background-color: rgba(232, 89, 0, 1); */
/*     background-color: rgba(255, 255, 255, .0); */
/*     color: red; */
}


.form .missing input::-webkit-input-placeholder {
/*     color: red; */
}

.form .missing input::-moz-placeholder {
/*     color: red; */
}

.form .missing input:-ms-input-placeholder {
/*     color: red; */
}

.form .missing input:-moz-placeholder {
/*     color: red; */
}




#register .form *[type="submit"] {
    margin: 0;
    padding-bottom: 16px;
    position: relative;
}

.form_fields .submit-container {
    position: relative;
    margin: 15px 0;
}

.submit-container img.loading_form {
    width: 15px;
    height: 15px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
        -ms-transform: translateX(-50%) translateY(-50%);
            transform: translateX(-50%) translateY(-50%);
}






@media (max-width: 767px) {

  #register .form .checkbox-container label {
    display: block;
  }

  #register .form .field_text_only {
    padding: 0px 5px 15px 5px;
  }

}





#register .form-inner {
  overflow: hidden;
  position: relative;
  background: rgba(0,0,0,0);
  width: 1060px;
  max-width: 100%;
  padding: 40px 0;
  margin: auto;
}

#register .agreement_section {
  background: rgb(255 255 255 / .8);
  width: calc(100% + 14px);
  position: relative;
  margin: 0;
  padding: 20px 30px;
  border-radius: 8px;
  position: relative;
  margin-left: -5px;
  margin-right: -5px;
}

#register .agreement_section * {
  text-align: left;
}

#register .agreement_section .custom-checkbox {
  margin: 15px 0 0 0;
}


#register .agreement_section > .inner {
  width: 1000px;
  max-width: 100%;
  margin: 0 auto;
}

#register .agreement_section * {
  color: #0E0F10;
}


#register .agreement_section .checkbox-container {
  width: 100%;
  max-width: 100%;
}


#register .form .agreement_section .checkbox-container input+span:before {
  background: none;
}

#register .form .agreement_section .checkbox-container input:checked+span:before {
  background: #ED7102;
}





@media (max-width: 600px) {

  #register {
      padding: 0px 15px;
  }

  #register > .container > .row > .col-sm-12 > .form-inner {
    padding-bottom: 25px;
  }

  #register .form .col-sm-6, #register .form .col-sm-12, #register .form *[class^="col-"], #register .form .row-address_group > * {
    width: 100%;
  }

  #register .form input[type="text"], #register .form select {
      margin-bottom: 10px;
  }



}



/* @end Register - Form */

















/* @group Footer */


#footer *,
#footer a {color:#5E5C5E;}

#footer { font-size: 12px; line-height: 18px; font-weight: 300; color: #fff; padding: 28px 0 30px 0; }
#footer .container-fluid { max-width: 1160px; }
#footer .legal span { display: block; font-size: 12px; line-height: 21px; font-weight: 400; }
#footer .legal span a { 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: pointer; -webkit-transition: all 0.2ms ease-in-out; -o-transition: all 0.2ms ease-in-out; transition: all 0.2ms ease-in-out; background-image: url(../img/global/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 { font-weight: 300; text-decoration: none; }
#footer span { display: block; }
#footer .pcb { color: #5E5C5E; font-size: 17px; line-height: 23px; text-align: right; margin-bottom: 10px; font-weight: 400; font-family: "McLarenBespoke", Tahoma, Verdana, Segoe, sans-serif; }
#footer .terms { margin-top: 5px; }

#footer .disclaimer {
  font-size: 10px;
  font-weight: 400;
  line-height: 1.5;
  margin-top: 20px;
}

#footer .terms a { font-weight: 400; text-decoration: underline; }
#footer .terms a:first-of-type { padding-right: 10px; }
@media (max-width:767px) {
    #footer { text-align: center !important; }
    #footer .social { float: none; text-align: center; }
    #footer .social .pcb {text-align: center;/* display: none !important; */}
    #footer ul { float: none; margin-bottom: 20px; }
    #footer .legal { }
}


/* @end Footer */





/* @group Section - Flashback */


#flashback {
    position: relative;
}

#flashback .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

#flashback .row > * {
    float: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0;
}




#flashback .copy_col {
    position: static;
    position: relative;
    z-index: 10;
}

#flashback .copy_col .col_inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
    height: 100%;
}

#flashback .copy_col .col_inner > * {
    /* height: 50%; */
}

#flashback .copy_col .col_inner > .copy {

}

#flashback .copy_col h3 {
    margin-top: 0;
}

#flashback .copy_col .col_inner > .copy > .inner {
    padding: 10% 25px;
    position: relative;
    overflow: hidden;
}

#flashback .copy_col .col_inner > .copy > .inner > .content {
    position: relative;
    width: 440px;
    max-width: 100%;
}

#flashback .copy_col .col_inner > .copy > .inner > .content:before {
    content: '';
    width: 1px;
    height: 1000%;
    top: 0;
    background: #DADADA;
    position: absolute;
    left: -25px;
}

#flashback .copy_col .col_inner > .graphic {

}

#flashback .copy_col .graphic > .inner {
    /* padding-bottom: 38.6%; */
    /* position: relative; */
    height: auto;
    width: 50vw;
    position: relative;
    left: 100%;
    right: 100%;
    margin-left: -50vw;
    /* margin-right: -100vw; */
}

#flashback .copy_col .graphic_wrapper {/*     position: absolute; *//*     height: 50%; *//*     width: 50%; *//*     left: 0; *//*     bottom: 0; */background: center center / cover no-repeat;height: 100%;padding-bottom: 38%;}


#flashback .graphic_col {
    position: static;
}

#flashback .graphic_col > .inner {
    padding-bottom: 77%;
}

#flashback .graphic_col .graphic_wrapper {
    background: center center / cover no-repeat;
    position: absolute;
    width: 50%;
    height: 100%;
    right: 0;
}

#flashback .graphic_col {

}

@media (max-width: 767px) {

    #flashback .row {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        width: 100%;
        display: block;
        margin: 0;
        position: relative;
    }

    #flashback .row > * {
        display: block;
    }

    #flashback .graphic_col {
        position: relative;
    }

    #flashback .graphic_col .graphic_wrapper {
/*         position: static; */
        left: 0;
        top: 0;
        width: 100%;
    }

    #flashback .copy_col .graphic > .inner {
        width: 100%;
        position: static;
        margin: 0;
    }

    #flashback .copy_col .col_inner > .copy > .inner {
        padding: 50px 25px 0 25px;
        margin-bottom: 40px;
    }

    #flashback .copy_col .col_inner > .copy > .inner > .content {
        width: 100%;
    }

    #flashback .graphic,
    #flashback .graphic_col {
        margin-bottom: 20px;
    }
    

}



/* @end Section - Flashback */



/* @group Section - Questions */


#questions {
    border-bottom: 1px solid #E4E4E4;
}

#questions a {
    text-decoration: none;
}

#questions a:hover {
    text-decoration: underline;
}

#questions .row {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

#questions .row > * {
    float: none;
}

#questions .col_graphic {
    position: relative;
    padding: 0;
}

#questions .col_graphic .col_inner,
#questions .col_graphic .col_inner > .graphic,
#questions .col_graphic .col_inner > .graphic > .inner {
    height: 100%;
}



#questions .col_graphic .graphic > .inner {

    /* padding-bottom: 38.6%; */
    /* position: relative; */
    height: auto;
    width: 50vw;
    position: relative;
    left: 100%;
    right: 100%;
    margin-left: -50vw;
}

#questions .col_graphic .graphic > .inner .graphic_wrapper {
    padding-bottom: 34%;
    height: 100%;
    background: center center / cover no-repeat;
}


#questions .col_copy {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
} 

#questions .col_copy h3 {
    margin-top: 0px;
}

#questions .col_copy p {
    font-size: 18px;
}

#questions .col_copy > .inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
}

#questions .col_copy > .inner > .content {
    margin: auto;
    width: 500px;
    max-width: 100%;
    padding: 35px 10px;
}


#questions .col_graphic {
    display: none;
}


#questions .col_copy {
    width: 100%;
    text-align: center;
}

#questions .col_copy > .inner > .content {
    padding: 8% 0;
    width: 100%;
}


@media (max-width: 767px) {

    #questions .col_graphic .graphic > .inner {
        width: 100%;
        margin: 0;
        position: static;
    }

    #questions .col_copy {
        padding: 35px 25px 35px 25px;
    }

    #questions .col_copy > .inner > .content {
        width: 100%;
        padding: 20px 0;
    }

    #questions .row {
        display: block;
    }

}




/* @end Section - Questions */










/* @group Section - Intro tiles */


#intro_tiles {
    overflow: hidden;
}

#intro_tiles .copy > .inner > .content {

}

#intro_tiles hr.divider {
    background: #DADADA;
    width: 110%;
}

#intro_tiles > .row {
    margin: 0;
    position: relative;
}

#intro_tiles > .row:nth-of-type(even) {
    background: #F4F4F4;
}

#intro_tiles > .row > .container {
    position: static;
    padding: 0;
}

#intro_tiles > .row > .container > .inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    /* width: 100%; */
}

#intro_tiles > .row > .container > .inner > * {
    float: none;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}

#intro_tiles > .row > .container > .inner > * > .inner {
    margin: auto;
}


#intro_tiles .photo {
    /*     position: relative;
    width: 50vw;
    right: 0;
    margin-right: -50%;
    overflow: hidden; */
    position: static;
    left: 0;
    }


#intro_tiles .photo .photo_pad {
    width: 50vw;
    margin-left: -50%;
}

#intro_tiles .photo .photo_pad:before {
    content: '';
    display: block;
    width: 100%;
    padding-bottom: 75%;
}

#intro_tiles > .row:nth-of-type(3) .photo .photo_pad:before {
    padding-bottom: 52%;
}

#intro_tiles > .row:nth-of-type(3) .copy > .inner > .content:before {
    content: '';
    display: block;
    width: 1000%;
    height: 1px;
    background: #DADADA;
    position: absolute;
    bottom: -20px;
}


#intro_tiles .photo > .inner {
    background: center center / cover no-repeat;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    min-height: 1px;
    position: relative;
    position: absolute;
    width: 50%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 20;
}



#intro_tiles .copy > .inner > .content {
    position: relative;
}

#intro_tiles .copy > .inner > .content h3,
#intro_tiles .copy > .inner > .content h2 {
    margin-top: 0;
}

#intro_tiles > .row > .container > .inner > .copy {
    position: relative;
    z-index: 10;
}


#intro_tiles .copy > .inner {
    padding: 15px;
    padding: 35px;
    width: 500px;
    max-width: 100%;
    margin-right: 0;
}




#intro_tiles .row:nth-of-type(odd) .copy {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
}


#intro_tiles .btn--container {
    margin-bottom: 0;
}

#intro_tiles .row:nth-of-type(odd) .photo {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
}

#intro_tiles .row:nth-of-type(odd) .photo {

}

#intro_tiles .row:nth-of-type(odd) .photo > .inner {
    left: unset;
    right: 0;
}


#intro_tiles .row:nth-of-type(odd) .copy > .inner {
    padding-left: 15px;
    margin-left: 0;
    width: 550px;
    width: 570px;
}


@media (min-width: 768px) and (max-width: 1199px) {

    .section_event_date .col-sm-12 > .inner {
        padding-left: 20px;
        padding-right: 20px;
    }

    #intro_tiles .row:nth-of-type(odd) .copy > .inner {
        padding-left: 35px;
    }


}


@media (max-width: 767px) {

    #intro_tiles .photo .photo_pad:before {
        padding-bottom: 55%;
    }

    #intro_tiles .photo > .inner {
        background-position: center top;
    }

    #intro_tiles .photo {
        position: relative;
    }

    #intro_tiles .copy > .inner {
        padding: 15px;
    }


    #intro_tiles > .row > .container > .inner > * {
        width: 100%;
    }

    #intro_tiles .photo .photo_pad {
        width: 100%;
        left: 0;
        margin: 0;
    }

    #intro_tiles .photo > .inner {
        width: 100%;
        margin: 0;
        left: 0;
    }

    #intro_tiles > .row > .container > .inner > * > .inner {
        width: 100%;
        padding-top: 35px;
        padding-bottom: 35px;
    }


    #intro_tiles > .row > .container > .inner > .copy {
        -webkit-box-ordinal-group: 1;
            -ms-flex-order: 0;
                order: 0;
    }

    #intro_tiles > .row > .container > .inner > .photo {
        -webkit-box-ordinal-group: 2;
            -ms-flex-order: 1;
                order: 1;
    }

}


/* @end Section - Intro tiles */