/* @group Global - Fonts */


@font-face {
    font-family: 'SohoGothicPro';
    src: url("/assets/fonts/SohoGothicPro-Light.eot?#iefix") format("embedded-opentype"), url("/assets/fonts/SohoGothicPro-Light.otf") format("opentype"), url("/assets/fonts/SohoGothicPro-Light.woff") format("woff"), url("/assets/fonts/SohoGothicPro-Light.ttf") format("truetype"), url("/assets/fonts/SohoGothicPro-Light.svg#SohoGothicPro-Light") format("svg");
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'SohoGothicPro';
    src: url("/assets/fonts/SohoGothicPro-Regular.eot?#iefix") format("embedded-opentype"), url("/assets/fonts/SohoGothicPro-Regular.otf") format("opentype"), url("/assets/fonts/SohoGothicPro-Regular.woff") format("woff"), url("/assets/fonts/SohoGothicPro-Regular.ttf") format("truetype"), url("/assets/fonts/SohoGothicPro-Regular.svg#SohoGothicPro-Regular") format("svg");
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'SohoGothicPro';
    src: url("/assets/fonts/SohoGothicPro-Medium.eot?#iefix") format("embedded-opentype"), url("/assets/fonts/SohoGothicPro-Medium.otf") format("opentype"), url("/assets/fonts/SohoGothicPro-Medium.woff") format("woff"), url("/assets/fonts/SohoGothicPro-Medium.ttf") format("truetype"), url("/assets/fonts/SohoGothicPro-Medium.svg#SohoGothicPro-Medium") format("svg");
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'McLarenBespoke';
    font-style: normal;
    font-weight: 400;
    src: url(/assets/fonts/McLarenBespoke_W_Rg.eot);
    src: url(/assets/fonts/McLarenBespoke_W_Rg.woff) format('woff'), url(/assets/fonts/McLarenBespoke_W_Rg.woff2) format('woff2'), url(/assets/fonts/McLarenBespoke_Rg.ttf) format('truetype');
}

@font-face {
    font-family: 'McLarenBespoke';
    font-style: normal;
    font-weight: 700;
    src: url(/assets/fonts/McLarenBespoke_W_Bd.eot);
    src: url(/assets/fonts/McLarenBespoke_W_Bd.woff) format('woff'), url(/assets/fonts/McLarenBespoke_W_Bd.woff2) format('woff2'), url(/assets/fonts/McLarenBespoke_Bd.ttf) format('truetype');
}

@font-face {
    font-family: 'McLarenBespoke';
    font-style: normal;
    font-weight: 400;
    src: url(/assets/fonts/McLarenBespoke_W_Lt.eot);
    src: url(/assets/fonts/McLarenBespoke_W_Lt.woff) format('woff'), url(/assets/fonts/McLarenBespoke_W_Lt.woff2) format('woff2'), url(/assets/fonts/McLarenBespoke_Lt.ttf) format('truetype');
}

@font-face { font-family: 'Noto Sans'; src: url("/assets/fonts/NotoSans-Light.woff2") format("woff2"); font-weight: 400; font-style: normal; }
@font-face { font-family: 'Noto Sans'; src: url("/assets/fonts/NotoSans-Regular.woff2") format("woff2"); font-weight: 400; font-style: normal; }
@font-face { font-family: 'Noto Sans'; src: url("/assets/fonts/NotoSans-Bold.woff2") format("woff2"); font-weight: 600; font-style: normal; }



/* @end Global - Fonts */




/* @group Global - Typography and elements */


* {
    margin: 0;    /* padding: 0; */
    border: 0;
}

.page_container {
  overflow: hidden;
}

body {
    margin: 0;
    padding: 0;
    font-size: 16px;
    color: #5E5C5E;
    font-family: "Noto Sans", Calibri, Helvetica, Arial, sans-serif;
    -webkit-font-smoothing: antialiased;
    line-height: 1.5;
    font-weight: 400;
}

@media (max-width: 600px) {

  body {
/*     font-size: 14px; */
/*     line-height: 1.75; */
  }

}

html, body {
    width: 100%;
    height: 100%;
}

body p strong {
  font-weight: 700;
}


*[id^="section_"] .container {
    width: 1440px;
    max-width: 100%;
}


a {
    text-decoration: none;
    color: inherit;
}

a:hover {
    text-decoration: underline;
    color: inherit;
}

a[x-apple-data-detectors] {
    color: inherit !important;
    text-decoration: none !important;
    font-size: inherit !important;
    font-family: inherit !important;
    font-weight: inherit !important;
    line-height: inherit !important;
}

.text-orange,
.color-orange {
    color: #82BD33 !important;
}

.text-green,
.color-green {
  color: #82BD33;
}

h1, h2, h3, h4 {
    font-family: 'McLarenBespoke', sans-serif;
    margin: 0;
    padding: 0;
    font-weight: 400;
    color: #5E5C5E;
}

h1 {
    font-size: 36px;
    line-height: 1.05;
}

h2 {
    font-size: 26px;
    line-height: .95;
}

h3 {
    font-size: 24px;
}

h4 {
    font-size: 21px;
}


@media (max-width: 991px) {


    h1 {
        font-size: 28px;
        line-height: 1.05;
    }

    h2 {
        font-size: 22px;
        line-height: .95;
    }

    h3 {
        font-size: 20px;
    }

    h4 {
        font-size: 19px;
    }

}


@media (max-width: 600px) {

   h3 {
        font-size: 18px;
    }

}


img {
    max-width: 100%;
}

p {
    margin: 15px 0;
}


.btn-container {
    margin-top: 15px;
    margin-bottom: 15px;
}


.btn-container:after {
    content: '';
    width: 100%;
    display: table;
    clear: both;
}

.btn {
    border-radius: 0;
    white-space: normal;
    padding: 8px 25px 11px 25px;
    text-decoration: none;
    -webkit-transition: .3s all ease-in-out;
    -o-transition: .3s all ease-in-out;
    transition: .3s all ease-in-out;
    display: inline-block;
    font-weight: 700;
}

.btn.btn-rounded {
    border-radius: 6px !important;
}

.btn.btn-pill {
    border-radius: 100px !important;
}

.btn-orange {
    background-color: #82BD33;
    color: #ffffff;
    -webkit-box-shadow: 10px 10px 30px rgba(130, 189, 51, .25);
            box-shadow: 10px 10px 30px rgba(130, 189, 51, .25);
}

.btn-orange:hover,
.btn-white:hover {
    -webkit-box-shadow: 10px 10px 30px rgba(130, 189, 51, .25);
            box-shadow: 10px 10px 30px rgba(130, 189, 51, .25);
}



.content-image:before {
  content: '';
  width: 100%;
  display: block;
}


.thumbnail {
    margin: 0;
    background: none;
    border: 0;
    padding: 0;
    border-radius: 0;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
    line-height: normal;
}

.bg-cover {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.bg-contain {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
}

.video-responsive {
    padding-bottom: 56.25%;
    /* 16:9 */
    /*padding-bottom: 42.5%;*/
    position: relative;
    height: 0;
}

.video-responsive .video-js {
    position: absolute;
    width: 100%;
    height: 100%;
}

.video-player .video-js .vjs-big-play-button span.vjs-icon-placeholder {
    width: 100%;
    height: 100%;
    display: block;
    text-align: center;
}

.video-player .video-js .vjs-big-play-button span.vjs-icon-placeholder:before {
    content: "\f101";
    font-size: 30px;
    height: auto;
    width: auto;
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
}

.content_section {
    padding-top: 100px;
    padding-bottom: 100px;
}
















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/images/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: 400;
    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: #82BD33;
    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 {
    /* Chrome/Opera/Safari */
    color: #000000;
}

.form_fields input::-moz-placeholder,
.form_fields textarea::-moz-placeholder {
    /* Firefox 19+ */
    color: #000000;
}

.form_fields input:-ms-input-placeholder,
.form_fields textarea:-ms-input-placeholder {
    /* IE 10+ */
    color: #000000;
}

.form_fields input:-moz-placeholder,
.form_fields textarea:-moz-placeholder {
    /* Firefox 18- */
    color: #000000;
}



.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: #82BD33;
    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;
}














.btn-container:after {
    content: '';
    width: 100%;
    display: table;
    clear: both;
}

.btn {
    border-radius: 0;
    white-space: normal;
    padding: 12px 30px 14px 30px;
    text-decoration: none;
    -webkit-transition: .3s all ease-in-out;
    -o-transition: .3s all ease-in-out;
    transition: .3s all ease-in-out;
    display: inline-block;
    font-weight: 700;
}

.btn-orange {
    background-color: #82BD33;
    color: #ffffff;
    -webkit-box-shadow: none;
            box-shadow: none;
}

.btn-orange:hover,
.btn-white:hover {
    -webkit-box-shadow: 10px 10px 30px rgba(130, 189, 51, .25);
            box-shadow: 10px 10px 30px rgba(130, 189, 51, .25);
    color: #ffffff;
}

.btn-orange:hover {

}


.clearfix:after {
    content: '';
    display: table;
    width: 100%;
    clear: both;
}



.hidden {
    display: none;
}

@media (max-width: 767px) {

    .hidden-mobile {
        display: none;
    }

}













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: 400;
}






.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(/assets/images/icon_close@2x.png) center center / cover no-repeat;
  cursor: pointer;
}




.video--container--responsive {
/*  margin-top: 25px; */
}

.video--container--responsive > .inner {
  padding: 0 0 56.25%;
  /* padding: 0 0 42.5%; */
  display: block;
  position: relative;
}


.video--container--responsive .inner video {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
}



.video-player .videojs-content {
    padding-bottom: 56.25%;
    height: 0;
    position: relative;
}

.video-player .videojs-content>.video-js {
    position: absolute;
    width: 100%;
    height: 100%;
}



.video-js.vjs-big-play-centered .vjs-big-play-button {
    margin: 0;
    -webkit-transform: translateX(-50%) translateY(-50%);
        -ms-transform: translateX(-50%) translateY(-50%);
            transform: translateX(-50%) translateY(-50%);
    background: none;
    border: 3px solid #ffffff;
    width: 75px;
    height: 75px;
    border-radius: 100px;
}

.video-js.vjs-big-play-centered .vjs-big-play-button:before {
    width: auto;
    height: auto;
    left: 50%;
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
        -ms-transform: translateX(-50%) translateY(-50%);
            transform: translateX(-50%) translateY(-50%);
}

.video-js:hover.vjs-big-play-centered .vjs-big-play-button {
    background: none;
}

@media (max-width:400px) {

    .video-js.vjs-big-play-centered .vjs-big-play-button {
        width: 55px;
        height: 55px;
        border-width: 2px;
    }

    .video-js.vjs-big-play-centered .vjs-big-play-button:before {
        font-size: 24px;
    }

}






/* @end Global - Typography and elements */





/* @group Section - Hero */


#hero {
  position: relative;
  overflow: hidden;
}

#hero:before {
  background: url(../images/hero_desktop.jpg) center center / cover no-repeat;
  content: '';
  display:block;
  width: 100%;
  padding-bottom: 34.8%;
}




#hero .logo {
  position: absolute;
  top: 35px;
  left: 50%;
  transform: translateX(-50%);
  width: 224px;
  z-index: 100;
}


#hero .hero_inner {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}


#hero .image_overlay {
  position: absolute;
  width: 85%;
  height: 100%;
  z-index: 10;
  opacity: 0;
}

#hero .image_overlay .inner {
  background: left top / auto 100% no-repeat;
height: 100%;}

#hero .image_overlay .inner:before {
  content: '';
  width: 100%;
  display: block;
  padding-bottom: 51.52%;
}


#hero .video_overlay {
  position: absolute;
  width: 100%;
  opacity: 0;
}

#hero .video_overlay:before {
  content: '';
  width: 100%;
  display: block;
  padding-bottom: 56.21%;
  display: block;
}

#hero .video_overlay video {
  position: absolute;
  width: 100%;
  height: 90%;
  top: 0;
  right: -16%;
  object-fit: cover;
}


#hero .btn--video--link {
  width: 76px;
  height: 76px;
  display: block;
  position: absolute;
  top: 50%;
  left: 70%;
  transform: translateY(-50%) translateX(-50%);
  background: url(/assets/images/icon_play_white.png) center center / contain no-repeat;
  text-indent: -9999px;
  z-index: 30;
  display: none;
}


@media (max-width:767px) {

  #hero .btn--video--link {
  width: 36px;
  height: 36px;
  display: block;
    left: 73%;
    top: 50%;
    display: block;
  }

  #hero .video_overlay,
  #hero .video_overlay video {
    
  }

  #hero:before {
    min-height: 220px;
  }

  #hero .logo {
    position: absolute;
    top: 20px;
    width: 180px;
  }
}

/* @end Section - Hero */




/* @group Section - Intro */




#intro {
    padding: 80px 0px 10px 0;
    background: #000000;
    text-align: center;
    position: relative;
}

#intro:before {
  content: '';
  width: 100%;
  display: block;
  height: 2px;
  /* transform: rotate(-90deg); */
  background-image: linear-gradient(90deg, #00BF9F 0%, #41DDA3 49%, #05FE01 100%);
  position: absolute;
  top: 0;
  left: 0;
}

#intro * {
  color: #ffffff;
}


#intro h3 {
    font-size: 33px;
    font-weight: 400;
    letter-spacing: 10px;
    text-transform: uppercase;
    margin-bottom: 10px;
    color: #82BD33;
}

#intro h2 {
    font-size: 45px;
    font-weight: 400;
    letter-spacing: 25px;
    margin-bottom: 30px;
    line-height: 1.35;
    /* text-transform: uppercase; */
    }

#intro p {
  font-size: 17px;
  margin-bottom: 10px;
}


#intro p.sup-headline {
  font-size: 25px;
}



#intro hr.line_gradient {
    content: '';
    display: block;
    background: url(../images/line_gradient.png) center center / cover;
    height: 3px;
    width: 275px;
    display: block;
    margin-bottom: 10px;
    border: 0;
    margin: 30px auto 20px auto;
    border-radius: 100px;
    background-image: linear-gradient(90deg, #00BF9F 0%, #41DDA3 49%, #05FE01 100%);
}

#intro .copy h1:before {

}

#intro .copy p {

}

#intro .btn-container {
    margin-top: 30px;
}







@media (max-width: 991px) {

  #intro .copy h1 {
      font-size: 36px;
  }

  #intro h3 {
    font-size: 22px;
  }

}


@media (max-width: 767px) {

  #intro {
    padding: 25px 0 15px 0;
  }

  #intro h2 {
    font-size: 32px;
    letter-spacing: 25px;
  }

  #intro p.sup-headline {
    font-size: 21px;
  }

}

@media (max-width: 501px) {

  #intro {
    padding: 25px 0 15px 0;
  }

  #intro h2 {
    font-size: 26px;
    letter-spacing: 12px;
  }

  #intro p {
    font-size: 15px;
    line-height: 1.45;
  }

  #intro p.sup-headline {
    font-size: 19px;
  }

}









.lease_offer_banner {
  background: #82BD33;
  padding: 30px 0;
}

.lease_offer_banner * {
  color: #ffffff;
}


@media (max-width: 767px) {

  .lease_offer_banner {
/*     padding: 30px 15px; */
  }

}






/* @end Section - Intro */






/* @group Section - Register */


#register {
    background: url(/assets/images/form_bg.jpg) center center / cover no-repeat;
    background: #000000;
    padding: 0px 25px 30px 25px;
    text-align: center;
}

#register .title-container {
    max-width: 100%;
    margin: 0 auto;
}

#register .title-container h1 {
    font-size: 30px;
}

#register.success .title-container,
#register.success .form {
    display: none;
}

#register.success .container {
}

#register.success .success-message {
    display: block !important;
    position: relative;
    text-align: center !important;
}

#register.success .success-message:before {
    content: '';
    display: block;
    margin: 0 auto;
    width: 128px;
    height: 128px;
    background: url(/assets/images/global/icon_check_green_outline.png) center center / contain no-repeat;
    margin-bottom: 25px;

}

#register .success-message {
    padding: 45px;
    color: #000000;
}

#register .success-message * {
  color: #000000;
}


#register.success {
  background: #FFFFFF;
  padding-top: 40px;
  padding-bottom: 40px;
}

#register .success-message h2 {
    text-transform: uppercase;
  font-size: 36px;
}

#register .success-message p {
    font-size: 20px;
    text-transform: none;
    /* font-weight: 700; */
    /* color: #ffffff; */
    text-align: center;
}

#register .success-message a.btn {
  color: #ffffff;
  text-transform: uppercase;
  font-weight: 400;
  letter-spacing: 3px;
}


@media (max-width: 500px) {

    #register .success-message {
        padding: 0 30px;
    }

    #register .success-message p {
        font-size: 16px;
    }

}

#register .container {
    width: 1250px;
    max-width: 100%;
    /* margin-top: -50px; */
}


#register > .container > .row > .col-sm-12 {

}

#register > .container > .row > .col-sm-12 > .form-inner {

}

#register * {
/*     color: #ffffff; */
}

#register p,
#register label {
  color: #ffffff;
  text-align: left;
}

#register .title-container {
    line-height: 1.75;
    margin-bottom: 25px;
    text-align: center;
}

#register .title-container * {
  text-align: center;
}

#register .title-container p:first-of-type {
    margin-top: 10px;
}


#register .form_inner_wrapper {
  width: 100%;
  max-width: 100%;
  margin: auto;
  padding: 0 8px;
}

#register .form_fields {
    padding: 15px 15px;
    padding: 0;
}

#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: 10px 0 20px;
    text-align: left;
    max-width: 400px;
}

#register .form .checkbox-container>* {
    
}

#register .form .checkbox-container label {
    display: inline-block;
    /* font-size: 14px; */
    padding-right: 20px;
    cursor: pointer;
}

#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: 400;
}


#register .form .checkbox-container div.title {
    text-align: left;
    padding: 0;
    display: block;
    float: none;
    /* font-weight: 700; */
}


#register .form .checkbox-container div.title,
#register .agreement_section p,
#register .agreement_section label {
  font-size: 13px;
}


#register .agreement_section .row_dob p {
  margin-top: 5px;
}

#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: 2px;
    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 #000000;
}

#register .form .checkbox-container input:checked+span:before {
    background-color: #82BD33;
    border: 1px solid #82BD33;

}

#register .form .checkbox-container input+span:after {
    content: '\2713';
    display: inline-block;
    color: #82BD33;
    left: 4px;
    top: -4px;
    position: absolute;
    font-size: 14px;
    opacity: 0;
}

#register .form .checkbox-container input:checked+span:after {
    color: #ffffff;
    opacity: 1;
}

#register .form .submit-container {
    clear: both;
}

#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 15px 0;
    padding: 0px 15px;
    height: 52px;
    display: inline-block;
    border-radius: 5px;
    border: 1px solid #dddfe7;
    color: #000000;
    font-weight: 400 !important;
    font-size: 14px;
    border: 0;
    border-radius: 6px;
    background-color: #ffffff;
}



#register .form input[name="vin__c"] {
    text-transform: uppercase;
}


#register .form input[name="vin__c"]::-webkit-input-placeholder {
  text-transform: none;
}

#register .form input[name="vin__c"]::-moz-placeholder {
  text-transform: none;
}

#register .form input[name="vin__c"]:-ms-input-placeholder {
  text-transform: none;
}

#register .form input[name="vin__c"]:-moz-placeholder {
  text-transform: none;
}


#register .form *[type="submit"] {
    background-color: #82BD33;
    border: none;
    border-radius: 0;
    color: #ffffff;
    font-weight: 400;
    font-size: 18px !important;
    max-width: 250px;
    text-transform: uppercase;
    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: 0 auto 0 0;
    display: inline-block;
    letter-spacing: 2px;
}


#register .form *[type="submit"]:hover {
    -webkit-box-shadow: 5px 5px 30px #82bd337d;
            box-shadow: 5px 5px 30px #82bd337d;
    /*   box-shadow: 5px 5px 30px rgba(255, 255, 255, .3); */
}



#register .form .missing input,
#register .form .missing select {
    border: 1px solid red !important;
    /*   background-color: rgba(232, 89, 0, 1); */
/*     background-color: rgba(255, 255, 255, .0); */
/*     color: red; */
}

#register .form .missing .custom_error_message {
  display: block !important;
  color: red;
  font-style: normal;
  font-size: 13px;
  text-align: left;
  position: relative;
  top: -10px;
/*   margin-top: -15px; */
/*   margin-bottom: 5px; */
}


.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 table,
#register .form table tr,
#register .form table tr td {
    width: 100% !important;
}



#register .form table.Normal:nth-of-type(1) tr td:nth-of-type(1),
#register .form table.Normal:nth-of-type(1) tr td:nth-of-type(2) {
    display: none;
}


#register .form table.Normal input,
#register .form table.Normal input:focus {
    width: 100% !important;
    outline: 0 !important;
    margin: 0;
}

#register .form table:nth-of-type(1) tr,
#register .form table:nth-of-type(1) tr td {
    display: block;
    width: 100%;
}

#register .form table.Normal:nth-of-type(1) tr {
    float: left;
    padding: 0 7.5px;
}

#register .form table.Normal:nth-of-type(1) tr:nth-of-type(1),
#register .form table.Normal:nth-of-type(1) tr:nth-of-type(2) {
    max-width: 50%;
}

#register .form table.Normal:nth-of-type(1) tr:nth-of-type(1) {}

#register .form table:nth-of-type(1) tr:nth-of-type(6) {
    text-align: center;
}

#register .form table:nth-of-type(1) tr:nth-of-type(6) td:nth-of-type(1) {
    display: none;
}

#register .form table:nth-of-type(1) tr:nth-of-type(6) td:nth-of-type(2),
#register .form table:nth-of-type(1) tr:nth-of-type(6) td:nth-of-type(3) {
    display: inline-block;
    width: auto !important;
}

#register .form table:nth-of-type(1) tr:nth-of-type(6) td:nth-of-type(2) {
    margin-left: 40px;
}

#register .form table:nth-of-type(1) tr:nth-of-type(6) td:nth-of-type(3) input {
    position: relative;
    top: -16px;
    margin-left: 10px;
}

#register .form table:nth-of-type(1) tr:nth-of-type(6) td:nth-of-type(3) span:last-of-type {
    /*   display: none; */
}


#register .form *[type="submit"] {
    margin: 0;
    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%);
}










#register .form-inner {
  /* overflow: hidden; */
  position: relative;
}

#register .agreement_section {
  background: #ffffff;
  width: 100%;
  position: relative;
  margin: 10px 0;
  padding: 5px 30px;
  width: 100%;
  margin: auto;
  max-width: 100%;
  border-radius: 8px;
}


#register .agreement_section input.field_datepicker {
  background: #f1f1f1;
  border: 1px solid #979797;
font-size: 13px !important;}

#register .agreement_section a {
    text-decoration: underline;
}

#register .agreement_section * {
  color: #000000 !important;
}

#register .agreement_section .row {
  margin-top: 15px;
  margin-bottom: 15px;
}

#register .agreement_section .custom-checkbox {
  margin-top: 10px;
}

#register .agreement_section .row_topics_interested .checkbox-container .custom-checkbox {
  column-count: 3;
  width: 100%;
display: block;}

#register .agreement_section .row_topics_interested .checkbox-container label {
  /* width: 310px; */
max-width: 100%;/* width: 24%; *//* width: 31.33%; *//* min-width: 300px; *//* float: left; */white-space: nowrap;/* width: auto; *//* width: 33.33%; */width: 100%;}

#register .agreement_section .row_topics_interested .checkbox-container {
  
}


@media (max-width: 1160px) {

  #register .agreement_section .row_topics_interested .checkbox-container .custom-checkbox {
    column-count: 2;
  }
  
  #register .agreement_section .row_topics_interested .checkbox-container label {
      /* width: 48%; */
      /* float: left; */
    }
  
}


#register .agreement_section > .inner {
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
}

#register .agreement_section * {
  color: #ffffff;
}

#register .agreement_section .group_title p {
  margin-bottom: 0px;
margin-top: 0px;}




#register .agreement_section .checkbox-container {
  width: 100%;
  max-width: 100%;
margin-bottom: 10px;margin-top: 0px;}


#register .form .agreement_section .checkbox-container input+span:before {
  background: none;
}

#register .form .agreement_section .checkbox-container input:checked+span:before {
  background: #82BD33;
}




#register .row_topics_interested .checkbox-container {
  text-align: left;
  /* width: 600px; */
  max-width: 100%;
  /* margin: 0 auto 20px 0; */
  display: block;
}

#register .row_topics_interested .checkbox-container label {

}




#register .col_group > [class*="col"]:first-of-type,
#register .col_group > [class*="col"]:nth-child(2) {
  padding-left: 0px !important;
}


@media (max-width: 991px) and (min-width: 768px) {

#register .col_group.col-sm-6 {
  width: 100%;
}

  #register .row .col-sm-3 {
    width: 50%;
  }

  #register .row .col-sm-2 {
    width: 33.33%;
  }


  
}




#register .form .row_contact_info .col-sm-3 {
  width: 22%;
}

#register .form .row_contact_info .col-sm-3.field_zip {
  width: 12%;
}


#register .form .row_contact_info .field_preferred_contact {
  width: 44%;
  min-width: 490px;
}


@media (max-width: 991px) {

  #register .form .row_contact_info .col-sm-3 {
  width: 25%;
}

#register .form .row_contact_info .col-sm-3.field_zip {
  width: 15%;
}

  #register .form .row_contact_info .field_preferred_contact {
    max-width: 100%;
    min-width: unset;
    width: 66%;
  }
  
}


@media (max-width: 767px) {

  #register .form .row_contact_info .col-sm-3,
  #register .form .row_contact_info .field_preferred_contact {
    width: 100% !important;
  }

  #register .agreement_section .row_topics_interested .checkbox-container .custom-checkbox {
    column-count: 1;
  }

  #register .agreement_section .row_topics_interested .checkbox-container .custom-checkbox label {
    white-space: normal;
  }
  
  #register .agreement_section label {
    width: 100% !important; 
  }


    #register {
        padding: 0px 15px 35px 15px;
    }

  #register .col_group > [class*="col"] {
    padding-left: 0px !important;
      padding-right: 0px !important;
  }


    #register > .container {
      width: 650px;
      max-width: 100%;
    }

    #register > .container > .row > .col-sm-12 {
        padding-left: 30px;
        padding-right: 30px;
    }


    #register > .container > .row > .col-sm-12 {
      padding: 0;
    }


    #register .title-container p {
        margin-top: 5px !important;
        line-height: 1.35;
    }

    #register .form input[type="text"], #register .form *[type="submit"], #register .form select {
        margin-bottom: 10px;
        font-size: 13px;
    }

    #register .form .col-sm-6, #register .form .col-sm-12, #register .form .row-address_group > * {
        padding-left: 25px;
        padding-right: 25px;
    }

    #register .agreement_section {
      /* width: calc(100% - 36px); */
      margin-left: auto;
      margin-right: auto;
    }


}







/* @end Section - Register */








/* @group Section - Grid specs */



.section_grid_specs {
    background: #000000;
}


.section_grid_specs .row_headline .copy {
  width: 1200px;
  margin: auto auto 50px auto;
  max-width: 100%;
  text-align: center;
}

.section_grid_specs:before {
  content: '';
  width: 100%;
  display: block;
  height: 2px;
/*   transform: rotate(-90deg); */
  background-image: linear-gradient(90deg, #00BF9F 0%, #41DDA3 49%, #05FE01 100%);
  opacity: 0;
}

.section_grid_specs .container {
    padding: 0 15px;
    width: 100%;
    padding: 0;
    margin: 0;
}

.section_grid_specs .graphic {
    background: center center / cover no-repeat;
    position: relative;
    overflow: hidden;
}



.section_grid_specs .graphic .video_overlay {
    overflow: hidden;
    position: absolute;
    width: 101%;
    height: 101%;
    left: 0;
    top: 0;
}

.section_grid_specs .graphic .video_overlay video {
    -o-object-fit: cover;
       object-fit: cover;
/*     padding-bottom: 56.25%; */
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    -webkit-transition: 1.3s all;
    -o-transition: 1.3s all;
    transition: 1.3s all;
    left: 50%;
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
        -ms-transform: translateX(-50%) translateY(-50%);
            transform: translateX(-50%) translateY(-50%);
}

.section_grid_specs .graphic:hover {
    
}

.section_grid_specs .graphic:hover .video_overlay video {
/*     width: 110%;
    height: 110%;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%); */
}

.section_grid_specs .graphic:before {
    content: '';
    display: block;
    width: 100%;
    padding-bottom: 56.25%;
}

.section_grid_specs * {
    color: #ffffff;
}



.section_grid_specs .copy_inner {
  width: 320px;
  width: 370px;
  max-width: 100%;
  margin: auto;
  text-align: center;
}

.section_grid_specs .grid_item strong {
  color: #82BD33;
}

.section_grid_specs h3 {
  color: #82BD33;
  text-transform: uppercase;
  font-size: 20px;
  letter-spacing: 5px;
}

.section_grid_specs .grid_item p {
  font-size: 17px;
  font-weight: 300;
  line-height: 1.52;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.section_grid_specs .grid_item p strong {
    display: block;
}

.section_grid_specs .copy h3:nth-of-type(2) {
    margin-top: 0px;
}

.section_grid_specs .copy h3:nth-of-type(2) span {
    font-size: 16px;
    font-weight: 700;
    letter-spacing: .5px;
}

.section_grid_specs .copy span {
    color: #82BD33;
}


.section_grid_specs .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    padding: 0;
    margin: 0;
    text-align: center;
    justify-content: center;
}

.section_grid_specs .row_headline > * {
  width: 100%;
}

.section_grid_specs .grid_item {
    float: none;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.section_grid_specs .grid_item .col_inner {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.section_grid_specs .grid_item .col_inner > * {
    width: 100%;
    display: block;
    margin: auto;
}

.section_grid_specs .grid_item .col_inner > .icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    
}

.section_grid_specs .grid_item .col_inner > .icon img {
    margin: auto;
    min-height: 1px;
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
}

.section_grid_specs .grid_item .col_inner .copy {
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
    padding: 35px;
}

.section_grid_specs .grid_item .col_inner .copy > * {
/*     margin: auto; */
}

@media (max-width: 1199px) {

  .section_grid_specs .grid_item {
/*     width: 50%; */
  }
  
}


@media (max-width:991px) {

    .section_grid_specs .grid_item {
        width: 100%;
    }

    .section_grid_specs .grid_item .col_inner > .icon {
        padding: 50px 0;
    }

  .section_grid_specs .copy_inner {
    width: 700px;
  }

}


/* @end Section - Grid specs */







/* @group Section - Footer default white */


#footer {
  background: #000000;
}

#footer .logo_financial {
  width: 145px;
  display: block;
  margin: 22px auto 20px auto;
  max-width: 100%;
}

#footer .logo_financial.top {
  margin-bottom: -5px;
}

#footer *,
#footer a {color:#ffffff;}

#footer .disclaimer {
  text-align: center;
  margin: auto;
  float: none;
  margin-bottom: 40px;
  width: 960px;
  max-width:100%;
}


#footer .disclaimer p {
  font-size: 10px;
}

#footer { font-size: 12px; line-height: 18px; font-weight: 400; 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(/assets/images/global/sprite_social_white.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: 400; 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;
  margin-top: 10px;
  border-top: 1px solid #ffffff5c;
  margin-top: 30px;
  padding-top: 5px;
}



#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 { }
}


#footer.style--footer--centered {
  
}

#footer.style--footer--centered {
  padding-top: 50px;
}

#footer.style--footer--centered .logo img {
  width: 87px;
  margin: auto auto auto auto;
  display: block;
}

#footer.style--footer--centered .logo,
#footer.style--footer--centered .social,
#footer.style--footer--centered .legal {
  left: 0;
  right: 0;
  width: 100%;
  float: none;
  overflow: hidden;
  text-align: center;
}

#footer.style--footer--centered ul {
  float: none;
  margin: 35px 0 25px 0;
}



/* @end Section - Footer default white */






