/* @group Global - Fonts, elements, and typography */

/* McLaren Fonts */
@font-face {
    font-family: 'SohoGothicPro';
    src: url("../fonts/SohoGothicPro-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/SohoGothicPro-Regular.otf") format("opentype"), url("../fonts/SohoGothicPro-Regular.woff") format("woff"), url("../fonts/SohoGothicPro-Regular.ttf") format("truetype"), url("../fonts/SohoGothicPro-Regular.svg#SohoGothicPro-Regular") format("svg");
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'SohoGothicPro';
    src: url("../fonts/SohoGothicPro-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/SohoGothicPro-Medium.otf") format("opentype"), url("../fonts/SohoGothicPro-Medium.woff") format("woff"), url("../fonts/SohoGothicPro-Medium.ttf") format("truetype"), url("../fonts/SohoGothicPro-Medium.svg#SohoGothicPro-Medium") format("svg");
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'SohoGothicPro';
    src: url("../fonts/SohoGothicPro-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/SohoGothicPro-Light.otf") format("opentype"), url("../fonts/SohoGothicPro-Light.woff") format("woff"), url("../fonts/SohoGothicPro-Light.ttf") format("truetype"), url("../fonts/SohoGothicPro-Light.svg#SohoGothicPro-Light") format("svg");
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'McLarenBespoke';
    src: url("../fonts/McLarenBespoke-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/McLarenBespoke-Regular.woff") format("woff"), url("../fonts/McLarenBespoke-Regular.ttf") format("truetype"), url("../fonts/McLarenBespoke-Regular.svg#McLarenBespoke-Regular") format("svg");
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'McLarenBespoke';
    src: url("../fonts/McLarenBespoke-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/McLarenBespoke-Bold.woff") format("woff"), url("../fonts/McLarenBespoke-Bold.ttf") format("truetype"), url("../fonts/McLarenBespoke-Bold.svg#McLarenBespoke-Bold") format("svg");
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'McLarenBespoke';
    src: url("../fonts/McLarenBespoke-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/McLarenBespoke-Light.woff") format("woff"), url("../fonts/McLarenBespoke-Light.ttf") format("truetype"), url("../fonts/McLarenBespoke-Light.svg#McLarenBespoke-Light") format("svg");
    font-weight: 300;
    font-style: normal;
}

* {
    margin: 0;
    padding: 0;
    border: 0;
    line-height: normal;
    font-family: "McLarenBespoke", Tahoma, Verdana, Segoe, sans-serif;
    font-family: "SohoGothicPro", Tahoma, Verdana, Segoe, sans-serif;
    /*     font-size: 16px; */
    /*     line-height: 26px; */
    font-weight: 300;
}

hr.divider {
    max-width: 30px;
    display: block;
    margin: 20px 0;
    height: 0px;
    font-size: 0;
    line-height: 0;
    text-align: left;
    border: 0;
    height: 1px;
    background: #eee;
}

html,
body {
    width: 100%;
    height: 100%;
}

body {
    font-size: 16px;
    line-height: 24px;
    color: #4c494c;
    background-color: #fff;
}

body,
body p {
    line-height: 1.6;
}

img {
    max-width: 100%;
}


a {
    color: #ff4800;
    color: #00c;
    font-weight: 700;
    text-decoration: underline;
}

a:hover {
    text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
h3 * {
    font-family: "McLarenBespoke", Tahoma, Verdana, Segoe, sans-serif;
}

h1 {
    font-size: 80px;
    line-height: 1.15;
    font-weight: 400;
}

h2 {
    font-size: 26px;
    line-height: 1.25;
    font-weight: 400;
}

h3 {
    font-size: 22px;
    line-height: 1.25;
    font-weight: 400;
}

h4 {
    font-size: 18px;
    line-height: 24px;
    font-weight: 600;
}


.btn--container {
    margin: 15px 0;
}

.btn--orange {
    min-width: 200px;
    display: inline-block;
    text-align: center;
    max-width: 100%;
    padding: 0 25px;
    height: 46px;
    line-height: 44px;
    background: #ED7102;
    color: #ffffff;
    font-size: 14px;
    font-weight: 700;
    -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;
    padding: 0;
}

ul.list-orange-dots li {
    padding-left: 15px;
    position: relative;
    margin-bottom: 10px;
    font-size: 15px;
}

ul.list-orange-dots li:before {
    content: '\2022';
    display: block;
    position: absolute;
    top: 0;
    left: -1px;
    color: #ED7102;
}



#page {
    overflow: hidden;
}

#page > * {
    margin: 0 0 11px 0;
}




/* @end Global - Fonts, elements, and typography */



/* @group Module - Popup modal */


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 Module - Popup modal */






#page {
    position: relative;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.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;
    }

}





/* @group Section - Hero */


#hero {
    background: url(../img/hero_desktop.jpg) center top / cover no-repeat;
    position: relative;
    color: #ffffff;
    margin: 0;
}

#hero>.inner {
    height: 600px;
    position: relative;
}

#hero>.inner>.container {
    position: absolute;
    left: 0;
    right: 0;
    height: 100%;
}

#hero .logo {
    width: 100%;
    height: 100%;
    max-width: 283px;
    max-height: 81px;
    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: 14.79%;
    background: url(../img/logo_white.svg) 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: -o-linear-gradient(248deg, rgba(54, 54, 54, 0.00) 0%, rgba(7, 7, 7, 0.8) 52%);
    background-image: linear-gradient(202deg, rgba(54, 54, 54, 0.00) 0%, rgba(7, 7, 7, 0.8) 52%);
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 35px 0;
}

#hero .hero-copy>* {
    /*     width: auto; */
}




#hero hr {
    max-width: 30px;
    margin-bottom: 30px;
    margin-top: 30px;
}

#hero h1 {
    margin: -2px 0 0 0;
    max-width: 550px;
}

#hero h3 {
    letter-spacing: 0;
    font-weight: 600;
    color: #ED7102;
    font-size: 22px;
    margin-bottom: 15px;
    margin-top: 0;
}

#hero h2 {
    font-weight: 400;
    font-size: 36px;
    margin-top: 0;
    line-height: .75;
}

#hero h2 span {
    font-size: 56.5px;
    display: block;
    line-height: 1;
}

#hero .hero-copy {
    display: table;
    table-layout: fixed;
    width: 100%;
}

#hero .hero-copy>* {
    display: table-cell;
    vertical-align: middle;
    float: none;
}

#hero .hero-copy .col-sm-12 {
    width: 700px;
}

#hero .track_graphic {
    width: 28%;
    position: relative;
}

#hero .track_graphic:before {
    content: '';
    display: block;
    padding-bottom: 38%;
    background: url(../img/hero_track_graphic.png) center center / contain no-repeat;
}


@media (max-width: 1199px) {

    #hero .hero-copy .col-sm-12 {
        width: 73%;
    }

    #hero .track_graphic {
        width: 28%;
    }

}

@media (max-width: 1199px) {

    #hero .hero-copy .col-sm-12 {
        width: 73%;
    }

    #hero .track_graphic {
        width: 28%;
    }

}



@media (max-width: 991px) {

    #hero h1 {
        font-size: 70px;
        margin: 2px 0 0 0;
    }

    #hero .hero-copy {
        bottom: 25px;
    }

    #hero hr.divider {
        margin: 20px 0 0px 0;
    }

}

@media (max-width: 1440px) {

    #hero>.inner {
        padding-bottom: 41.67%;
        height: 500px;
    }

}

@media (max-width: 1200px) {

    #hero .logo {
        right: 15px;
    }

}


@media (min-width: 768px) and (max-width: 991px) {

    #hero .col-sm-3 {
        width: 235px;
    }

    #hero .col-sm-9 {
        width: 490px;
    }

    #hero h2,
    h3 {
        /*     font-size: 20px; */
    }

    #hero h1 {
        font-size: 66px;
        margin-top: 10px;
    }

    #hero hr.divider {
        margin: 20px 0;
    }


}




@media (max-width: 991px) {

    #hero h1 {
        font-size: 36px;
        letter-spacing: 0;
        margin: 15px 0;
    }

    #hero h2,
    #hero h3 {
        /*     font-size: 16px; */
    }

    #hero h3 {
        letter-spacing: 0;
        font-weight: 600;
        color: #ED7102;
        font-size: 22px;
        margin-bottom: 15px;
        margin-top: 0;
    }


    #hero h2 {
        font-size: 34.2px;
    }

    #hero h2 span {
        font-size: 54px
    }


    #hero hr.divider {
        margin-top: 10px;
        margin-bottom: 10px;
        max-width: 15px;
    }

}

@media (max-width: 767px) {

    #hero h3 {
        font-size: 19px;
    }

    #hero h2 {
        font-size: 24.2px;
        line-height: 1;
    }

    #hero h2 span {
        font-size: 38px
    }

    #hero>.inner {
        padding-bottom: 41.67%;
        height: 365px;
    }

    #hero .hero-copy {
        bottom: 25px;
    }

}

@media (max-width: 767px) {

    #hero .hero-copy .col-sm-12 {
        width: 395px;
    }

    #hero .track_graphic {
        width: 28%;
    }

    #hero .logo {
        max-width: 150px;
        right: 25px;
        top: 32px;
    }

}

@media (max-width: 600px) {

    #hero .hero-copy .col-sm-12 {
        width: 315px;
        padding-right: 15px;
    }

    #hero .track_graphic {
        width: 30%;
    }

}




@media (max-width: 600px) {

    #hero .container-opacity {
        padding: 20px 0;
    }

    #hero h3 {
        font-size: 16px;
    }

    #hero h2 {
        font-size: 19px;
        line-height: 1;
    }

    #hero h2 span {
        font-size: 30px
    }

}


@media (max-width: 460px) {

    #hero .hero-copy {
        display: block;
    }

    #hero .hero-copy>* {
        display: block;
    }

    #hero .track_graphic {
        width: 30%;
        padding: 10px 30px;
        width: 100%;
        max-width: 200px;
    }

}


/* @end Section - Hero */




/* @group Section - Hero callout */


#hero-callout {
    background: #f2f2f2;
    height: 95px;
    padding: 17px 0 0 0;
    margin-bottom: 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;
    }

}


@media (max-width: 767px) {

    #hero-callout .address {
        display: none;
    }

}

/* @end Section - Hero callout */


















/* @group Section - Intro */



#intro {
    padding: 65px 0;
    padding: 50px 0;
    margin-bottom: 0px;
}

#intro .row>div {
    width: auto;
}

#intro h2 {
    margin-top: 0px;
}

#intro .btn--orange {
    height: 56px;
    line-height: 56px;
    border-radius: 20px;
    font-size: 16px;
    min-width: 225px;
}



@media (min-width: 768px) {

    #intro .row>div.copy {
        width: 70%;
        width: calc(100% - 255px);
    }

    #intro .row>div.cta {
        width: 255px;
    }

}

@media (min-width: 1199px) {




    #intro .copy .inner {
        max-width: 780px;
    }

}


#intro p {
    font-size: 16px;
    margin: 20px 0;
}





/* @end Section - Intro */




.half-col-centered {
    position: relative;
    min-height: 200px;
    color: #ffffff;
}

.half-col-centered:before {
    content: '';
    display: block;
    width: 50%;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    background: rgba(0, 0, 0, .60);
}

.half-col-centered>.container {
    position: absolute;
    left: 0;
    right: 0;
    position: relative;
}

.half-col-centered>.container,
.half-col-centered>.container>.row {
    height: 100%;
    /* height: auto; */
}

.half-col-centered>.container>.row>div {
    position: relative;
    /* top: 50%; */
    /* transform: translateY(-50%); */
    display: table;
    table-layout: fixed;
}

.half-col-centered .row>.copy .inner {
    padding: 7%;
}

.track-section.half-col-centered .row>.copy .inner {
    padding-left: 0;
}


.half-col-centered h2 {
    margin: 0 0 20px 0;
    font-size: 31px;
}


@media (max-width: 767px) {


    .half-col-centered h2 {
        font-size: 20px;
    }

}


@media (min-width: 768px) and (max-width: 991px) {

    .half-col-centered {
        /* min-height: 500px; */
    }

    #covid_safety>.container {
        width: 100%;
    }


}




.track-section {
    /*background: url(../img/section_bg_the_track_desktop.jpg) center center / cover no-repeat;*/
}

.track-section:before {
    left: 0;
}

.track-section .photo .inner {
    padding: 7% 0 7% 7%;
}


.track-section .photo .inner img {
    width: 500px;
    max-width: 100%;
}



#experience {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center top;
    background-image: none !important;
    background-color: #000000;
}

#experience:before {
    left: 50%;
}


#experience > .container,
#experience > .container > .row {
    position: static;
}

#experience .col-sm-6.photo {
    background: url(../img/graphic_exclusives.jpg) center center / cover no-repeat;
    width: 50%;
    height: 100%;
    left: 0;
    position: absolute;

}

#experience .col-sm-6.copy .inner {
    padding: 10% 7%;
}


@media (max-width: 767px) {

    #experience:before {
        display: none;
    }

    #experience .col-sm-6.photo {
        position: static;
        width: 100%;
    }

    #experience .col-sm-6.photo:before {
        content: '';
        display: block;
        width: 100%;
        padding-bottom: 60%;
    }

    #experience {

    }

}





#covid_safety {
    background-position: center top;
    background-size: cover;
}

#covid_safety .col-sm-6.photo .inner {
    padding-bottom: 70%;
}


#covid_safety .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

#covid_safety .col-sm-6.copy {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}

#covid_safety .col-sm-6.copy > .inner {
    margin-top: auto;
    margin-bottom: auto;
    width: 100%;
}



#covid_safety:before {
    left: 0;
}

#covid_safety p {

    font-size: 14px;

    line-height: 1.8;
}


#covid_safety .copy>* {
    display: table-cell;
    vertical-align: middle;
}

#covid_safety .copy .inner {
    width: 520px;
    max-width: 100%;
    padding: 7% 0;
    width: 60%;
    overflow: hidden;
}

#covid_safety hr {
    max-width: 30px;
}

#covid_safety .copy .text-inner {}


#covid_safety .track_graphic {
    width: 224px;
    width: 40%;
    /* float: left; */
    padding: 25px 10px 25px 0;
    position: relative;
}

#covid_safety .track_graphic:before {
    content: '';
    display: block;
    padding-bottom: 97.13%;
    background: url(../img/graphic_track.png) center center / contain no-repeat;

}


@media (max-width: 767px) {

    #covid_safety .col-sm-6.copy > .inner {
        padding: 12% 0;
    }


    #covid_safety .col-sm-6.copy {
        width: 100%;
    }

    #covid_safety:before {
        width: 100%;
        opacity: .65;
    }

}


@media (max-width: 500px) {

    #covid_safety .copy>* {
        display: block;
    }

    #covid_safety .copy .inner {
        width: 100%;
    }

    #covid_safety .track_graphic {
        padding: 0px 0 30px 0;
        width: 100%;
        max-width: 200px;
        /*     margin: 0 auto; */
    }

}




/* @group Section - Packages */



#packages {
    background: url(../img/gravel_bg_packages.jpg) center center / cover no-repeat;
    color: #ffffff;
    padding: 60px 0 75px 0;
/*     border-bottom: 11px solid white; */
}

#packages .title--container {
    text-align: left;
    max-width: 920px;
    margin-left: auto;
    margin-right: auto;
}

#packages h3 a,
#packages h3 span.orange {
    color: #ffffff;
    font-weight: 400;
    /*   text-decoration: none; */
    color: #ED7102;
}

#packages h3 a[href*="tel:"] {
    text-decoration: none;
    text-decoration: underline;
}

#packages h3 a[href*="tel:"]:hover {
    text-decoration: none;
}





@media (min-width: 992px) {

    #packages h2 {
        font-size: 31px;
    }

    #packages h3 {
        font-size: 21px;
        margin-top: 5px;
    }

    #packages .title--container {}

}

#packages hr.divider {
    opacity: .5;
}

#packages .package_boxes_container {
    max-width: 920px;
    margin: 25px auto;
}

#packages .package_box {
    background: rgba(0, 0, 0, .35);
    margin: 0 0 35px 0;
    padding: 40px 35px;
}

#packages .package_box.grey_box {
   background: rgba(255,255,255,0.3);
   background: #ED7102;
   padding: 15px 35px 10px 35px;
   margin: -35px 0 35px 0;
}

#packages .package_box .inner {
    position: relative;
}

#packages .package_box .inner:before {
    content: '';
    display: block;
    width: 1px;
    height: 100%;
    position: absolute;
    background: rgba(255, 255, 255, .35);
    left: 40%;
}

#packages .package_box h2 {
    margin: 0 0 20px 0;
    font-size: 28px;
}

#packages .package_box p {
    font-size: 18px;
}

#packages .package_box small {
    text-transform: uppercase;
    color: #929292;
    font-size: 10px;
    letter-spacing: .6px;
    margin-top: -10px;
    display: block;
}

#packages .package_box .btn--container {
    margin: 25px 0 0 0;
    padding-left: 2px;
}

#packages .package_box ul {
    font-size: 15px;
    letter-spacing: .8px;
}

#packages .package_box ul li {
  margin: 10px 0 20px 5px;
}

#packages footer {
    max-width: 500px;
    margin: 0 auto;
    text-align: center;
}


@media (max-width: 767px) {

    #packages .package_boxes_container {
        margin-bottom: 0;
        overflow: hidden;
    }

    #packages .package_box:last-of-type {
        margin-bottom: 0;
    }


#packages .col-sm-12 {
        padding: 0;
    }


    #packages {
        background-image: none;
        color: #4c494c;
        padding: 0;
        position: relative;
    }

    #packages .title--container {
        padding-left: 25px;
        padding-right: 25px;
    }

    #packages .title--container h2 {
        margin-top: 25px;
        text-align: left;
    }

    #packages .title--container h3 {
        font-size: 18px;
        font-weight: 400;
        margin-top: 2px;
    }

    #packages .title--container h2:before {
        content: '';
        display: none;
        position: relative;
        height: 1px;
        width: 100%;
        background: rgba(0, 0, 0, .25);
        margin: 0 0 20px 0;

    }


    #packages .package_box .inner:before {
        display: none;
    }

    #packages footer {
        text-align: left;
        max-width: 100%;
        margin: 0;
        padding-left: 25px;
        padding-right: 25px;
    }

    #packages footer p {
        font-size: 14px;
    }

    #packages hr.divider {
        max-width: 15px;
        opacity: 1;
        border-top: 1px solid rgba(0, 0, 0, .2);
    }

    #packages .package_box {
        padding: 30px 25px;
        background: #f2f2f2;
        margin-bottom: 6px;
    }

    #packages .package_box.grey_box h3 {
        color: #ffffff;
    }


    #packages .package_box .inner>div {
        padding: 0;
    }

}



/* @end Section - Packages */









/* @group Global - Form fields */





.form_fields input:-internal-autofill-selected,
.form_fields select:-internal-autofill-selected {
/*     background-color: rgba(0, 0, 0, .8) !important; */
    -webkit-text-fill-color: #000000;
    color: #ffffff;
    opacity: 1;
    -webkit-text-fill-color: #ffffff; 
     background-color: rgba(0, 0, 0, .8) !important; 
     -webkit-box-shadow: 0 0 0 100px rgba(0, 0, 0, 1) inset; 
             box-shadow: 0 0 0 100px rgba(0, 0, 0, 1) inset; 

}


.form_fields input:-webkit-autofill,
.form_fields input:-webkit-autofill:hover, 
.form_fields input:-webkit-autofill:focus,
.form_fields textarea:-webkit-autofill,
.form_fields textarea:-webkit-autofill:hover,
.form_fields textarea:-webkit-autofill:focus,
.form_fields select:-webkit-autofill,
.form_fields select:-webkit-autofill:hover,
.form_fields select:-webkit-autofill:focus {
    -webkit-text-fill-color: #000000;
    border: 0px solid transparent;
    color: #ffffff;
    color: #000000;
    opacity: 1;
    text-align: left;
     -webkit-text-fill-color: #ffffff; 
     background-color: rgba(0, 0, 0, .8) !important; 
     -webkit-box-shadow: 0 0 0 100px rgba(0, 0, 0, 1) inset; 
             box-shadow: 0 0 0 100px rgba(0, 0, 0, 1) inset; 

}



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: #ffffff;
    opacity: 1;
}

.form_fields input::-moz-placeholder,
.form_fields textarea::-moz-placeholder {
    color: #ffffff;
    opacity: 1;
}

.form_fields input:-ms-input-placeholder,
.form_fields textarea:-ms-input-placeholder {
    color: #ffffff;
    opacity: 1;
}

.form_fields input:-moz-placeholder,
.form_fields textarea:-moz-placeholder {
    color: #ffffff;
    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/gravel_bg_footer.jpg) center top 0px / cover no-repeat;
    color: #ffffff;
    font-size: 15px;
    margin-bottom: 0;
    margin-top: -1px;
    position: relative;
    z-index: 1;
}

#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;
    width: 900px;
    max-width: 100%;
    margin: auto;
}


#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 h2 {
    font-size: 28px;
}

#register .success-message p {
    font-size: 18px;
    line-height: 1.75;
    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 #ffffff;
    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; */
    color: #ffffff;
    font-weight: 400 !important;
    font-size: 15px;
    border: 0;
    border-radius: 8px;
    background-color: rgb(0 0 0 / .8);
    -webkit-filter: none;
            filter: none;
}

#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,.4);
  width: 1060px;
  max-width: 100%;
  padding: 40px 0;
  margin: auto;
}

#register .agreement_section {
  background: rgb(0 0 0 / .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: inherit;
}


#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 - Callout special pricing */



#callout_special_pricing {
    background: #ED7102;
    text-align: center;
    padding: 26px 0 26px 0;
    position: relative;
    margin: 0;
}

#callout_special_pricing p {
    color: #ffffff;
    margin: 0;
    text-transform: uppercase;
    font-size: 24px;
}


#callout_special_pricing:before {
    content: '';
    display: block;
    width: 0; 
    height: 0; 
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;

    border-top: 20px solid #ED7102;
    position: absolute;
    bottom: -20px;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
}





@media (max-width: 767px) {

    #callout_special_pricing p {
        font-size: 18px;
    }

}


/* @end Section - Callout special pricing */



/* @group Global - Section - Video full width */


.section_video_full_width {
    background: center center / cover no-repeat;    
    text-align: center;
    position: relative;
}


.section_video_full_width:before {
    content: '';
    width: 100%;
    display: block;
    position: absolute;
    height: 100%;
    background: rgba(0,0,0,.4);
}

.section_video_full_width > .container {
    position: relative;
    z-index: 20;
}

.section_video_full_width * {
    color: #ffffff;
}

.section_video_full_width .copy {
    padding: 10% 0;
}



.video_play_icon {
    display: block;
    width: 130px;
    text-indent: -9999px;
    margin: auto;
    background: url(../img/icon-play-shadow.png) center center / contain no-repeat;
}

.video_play_icon span {
    display: block;
    text-indent: -9999px;
    font-size: 0px;
}

.video_play_icon:before {
    content: '';
    display: block;
    width: 100%;
    padding-bottom: 100%;
}

@media (max-width: 767px) {

    .video_play_icon {
        width: 75px;
    }

}


/* @end Global - Section - Video full width */











/* @group Section - Questions */



#questions {
    background: #F2F2F2;
    text-align: center;
    padding: 4% 0;
}


#questions a {
    color: #ED7102;
    text-decoration: none;
    font-weight: 500;
}

#questions a:hover {
    text-decoration: underline;
}

/* @end Section - Questions */







#the_drivers {
    margin: 0;
}



#the_drivers .item_driver {

}


#the_drivers .container {

}


#the_drivers .item_driver {
    width: 1000px;
    margin: auto;
    width: 100vw;
      position: relative;
      left: 50%;
      right: 50%;
      margin-left: -50vw;
      margin-right: -50vw;
      padding: 35px 0;
}

#the_drivers .item_driver > .wrapper_inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    width: 100%;
    width: 1000px;
    margin: auto;
    max-width: 100%;
}



#the_drivers .item_driver .graphic {
    width: 37%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: -35px;
    /* flex-direction: column; */
    /* padding: 25px 0; */
}


#the_drivers .item_driver .graphic > .inner {
    background: center center / contain no-repeat;
    margin: auto auto 0 auto;
    width: 100%;
}

#the_drivers .item_driver .graphic > .inner:before {
    content: '';
    width: 100%;
    display: block;
    padding-bottom: 100%;
}



#the_drivers .copy {
    width: 63%;
}


#the_drivers .copy > .inner {
    position: relative;
    padding-left: 25px;
    padding-right: 25px;
    overflow: hidden;
}

#the_drivers .copy > .inner:before {
    content: '';
    display: block;
    width: 1px;
    height: 100%;
    position: absolute;
    background: #ED7102;
    left: 0;
}


#the_drivers .copy h3 {
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: .2px;
}







#the_drivers .item_driver:nth-of-type(3) {
    background: #fafafa;
}




#the_drivers ul.social_icons {

}

#the_drivers ul.social_icons li {
    display: inline-block;
} 

#the_drivers ul.social_icons li a {
    display: block;
    text-indent: -9999px;
    width: 17px;
    height: 17px;
    margin: 0 2px;
    background: url(../img/icon_twitter_orange.png) center center / contain no-repeat;
} 

#the_drivers ul.social_icons li a:hover {
    opacity: .8;
}

#the_drivers ul.social_icons li.twitter a {
    background-image: url(../img/icon_twitter_orange.png);
}

#the_drivers ul.social_icons li.instagram a {
    background-image: url(../img/icon_instagram_orange.png);
}

#the_drivers ul.social_icons li.facebook a {
    background-image: url(../img/icon_facebook_orange.png);
    margin-top: -1px;
}





@media (max-width: 991px) {

    #the_drivers .item_driver .graphic > .inner {
        height: 100%;
        background-position: bottom center;
    }

    #the_drivers .item_driver .graphic > .inner:before {
        padding-bottom: 110%;
    }


}


@media (max-width: 767px) {


    #the_drivers .item_driver > .wrapper_inner {
        display: block;
    }

    #the_drivers .item_driver > .wrapper_inner > * {
        width: 100%;
    }

    #the_drivers .item_driver .graphic {
        width: 200px;
        max-width: 100%;
        margin: 0 auto;
    }

    #the_drivers .copy {
        margin-top: -1px;
    }

    #the_drivers .copy > .inner:before {
        width: calc(100% - 50px);
        top: 0;
        height: 1px;
        left: 50%;
        -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
                transform: translateX(-50%);
    }


    #the_drivers .item_driver {

    }

}