@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: '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: 'McLarenBespoke';
    font-style: normal;
    font-weight: 400;
    src: url(../fonts/McLarenBespoke_W_Rg.eot);
    src: url(../fonts/McLarenBespoke_W_Rg.woff) format('woff'), url(../fonts/McLarenBespoke_W_Rg.woff2) format('woff2'), url(../fonts/McLarenBespoke_Rg.ttf) format('truetype');
}

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

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

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

body {
    margin: 0;
    padding: 0;
    font-size: 16px;
    color: #5E5C5E;
    font-family: "SohoGothicPro", Tahoma, Verdana, Segoe, sans-serif;
    -webkit-font-smoothing: antialiased;
    line-height: 1.75;
    font-weight: 300;
}

html, body {
    width: 100%;
    height: 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: #ED7102;
}

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

}



img {
    max-width: 100%;
}

p {
    margin: 15px 0;
}



.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;
    transition: .3s all ease-in-out;
    display: inline-block;
    font-weight: 700;
}

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

.btn-orange {
    background-color: #ED7102;
    color: #ffffff;
    box-shadow: 10px 10px 30px rgba(244, 121, 32, .25);
}

.btn-orange:hover,
.btn-white:hover {
    box-shadow: 10px 10px 30px rgba(244, 121, 32, .45);
}


.thumbnail {
    margin: 0;
    background: none;
    border: 0;
    padding: 0;
    border-radius: 0;
    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;
    transform: translateY(-50%);
}

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

.title-container {
    max-width: 640px;
    margin: 0 auto;
}














select::-ms-expand {
    display: none;
}




.form_fields {
    margin: 0;
    max-width: 540px;
    margin: 0 auto;
}

.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 {
    color: red;
}

.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;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -ms-appearance: none \9;
    -o-appearance: none;
    outline: none !important;
    background: #ffffff url(../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: 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 {
    /* Chrome/Opera/Safari */
    color: #5E5C5E;
}

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

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

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



.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%;
    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;
    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: 8px 25px 11px 25px;
    text-decoration: none;
    transition: .3s all ease-in-out;
    display: inline-block;
    font-weight: 700;
}

.btn-orange {
    background-color: #ED7102;
    color: #ffffff;
    box-shadow: none;
}

.btn-orange:hover,
.btn-white:hover {
    box-shadow: 10px 10px 30px rgba(244, 121, 32, .25);
}

.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;
    position: fixed;
    width: 100%; */
}




.modal--popup--overlay {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(72, 83, 91, .8);
    z-index: 100;
    transform: translateY(-1000%);
    opacity: 0;
    transition: .3s all ease-in-out;
}

.modal--popup--overlay.popup-open {
    opacity: 1;
    transform: translateY(0);
    display: block;
}


.modal--popup--overlay .modal--popup--inner {
    position: absolute;
    width: 100%;
    height: 100%;
}


.modal--popup--overlay .modal--popup--inner .modal--popup--content {
    position: relative;
    width: 100%;
    max-width: 100%;
    max-height: 100%;
    max-width: 800px;
    overflow: visible;
    margin-left: auto;
    margin-right: auto;
    top: 50%;
    transform: translateY(-50%);
    padding: 25px;
}

.modal--popup--overlay .modal--popup--inner .modal--popup--content .modal--popup--content--inner {
    position: relative;
    z-index: -1;
}

.modal--popup--overlay .modal--popup--inner .modal--popup--content .close-button {
    display: block;
    width: 30px;
    height: 30px;
    position: absolute;
    right: 35px;
    z-index: 100;
    pointer-events: all;
    top: 38px;
    background-color: #ffffff;
    /*     background-color: #ED7102; */
    z-index: 200;
    cursor: pointer;
    /*   transition: .3s all ease-in-out; */
    z-index: 9999;
}

.modal--popup--overlay .modal--popup--inner .modal--popup--content .close-button:before {
    content: 'x';
    position: absolute;
    text-align: center;
    height: 100%;
    width: 100%;
    font-family: 'McLarenBespoke', sans-serif;
    font-weight: 400;
    font-size: 21px;
    color: #5E5C5E;
    line-height: 1;
    text-transform: lowercase;
    display: block;
    /*   color: #ffffff; */
    /*   transition: .3s all ease-in-out; */
    top: calc(50% + 3px);
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: none;
}

.modal--popup--overlay .modal--popup--inner .modal--popup--content .close-button svg {
    max-width: 16px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    /*   transition: .3s all linear; */
    cursor: pointer;
}

.modal--popup--overlay .modal--popup--inner .modal--popup--content .close-button svg * {
    /*   transition: .3s all linear; */
    stroke: #424242 !important;

}

.modal--popup--overlay .modal--popup--inner .modal--popup--content .close-button:hover svg * {
    fill: #ffffff;
    stroke: #ffffff !important;
}

.modal--popup--overlay .modal--popup--inner .modal--popup--content .close-button:hover {
    background-color: #ED7102;
}

.modal--popup--overlay .modal--popup--inner .modal--popup--content .close-button:hover:before {
    color: #ffffff;
}

.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;
    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%;
    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;
    }

}






#hero {
    overflow: hidden;
}

 #hero .logo {
    width: 198px;
    position: absolute;
    right: 30px;
    top: 0px;
    text-indent: -9999px;
    display: block;
    z-index: 20;
}

 #hero .logo span {
     display: block;
     text-indent: -9999px;
 }

 #hero .logo:before {
    content: '';
    display: block;
    width: 100%;
    padding-bottom: 14%;
    background: url(../images/global/logo_white.png) center top / contain no-repeat;
 }


#hero > .container-fluid {
    padding: 0;
}

#hero > .container-fluid > .inner {
    position: relative;
    padding-bottom: 48.7%;
    /* height: 700px; */
}


#hero > .container-fluid > .inner:after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    background: #141519 url(../images/hero-desktop-tall.jpg) center bottom / 100% no-repeat;
}

#hero > .container-fluid > .inner > .container.copy {

}

#hero .copy {
    position: absolute;
    max-width: 1200px;
    height: 100%;
    left: 0;
    right: 0;
    z-index: 10;
    width: 100%;
    padding: 0 30px;
    margin: 0 auto;
    color: #ffffff;
    top: 50px;
}


#hero .headline {
    width: 525px;
    position: relative;
/*     margin-top: 7.5%; */
}

#hero .headline > * {
    color: #ffffff;
}

#hero h1 {
    font-size: 48px;
    line-height: .9;
    margin-bottom: 20px;
    position: relative;
    padding-top:10px;
    display: inline-block;
}

#hero h1:before {
    content: '';
    display: block;
    width: 9%;
    height: 4px;
    position: absolute;
    background-color: #ED7102;
    top: 0;
}

#hero h2 {
    font-size: 26px;
    line-height: 1.05;
    margin-bottom:25px;
}

#hero .btn {
    width: 176px;
    height: 46px;
    line-height: 26px;
    font-size: 16px;
}

#hero .btn span {
    display: inline-block;
    padding-right: 28px;
    position: relative;
}

#hero .btn span:before {
    content: '';
    display: block;
    width: 21px;
    height: 100%;
    position: absolute;
    top: 0px;
    right: 0;
    background: url(../images/icon-arrow-button.png) center center / contain no-repeat;
}



@media (max-width: 1199px) {

    #hero > .container-fluid > .inner {
        padding-bottom: 50%;
        height: 450px;
    }

}


@media (max-width: 991px) {

    #hero .logo {
        width: 145px;
    }

    #hero h1 {
        font-size: 36px;
    }

    #hero h1:before {
        width: 6.2%;
    }

    #hero h2 {
        font-size: 19px;
    }


}




@media (max-width: 767px) {

    #hero .copy {
        top: 30px;
    }

    #hero .headline {
        width: 300px;
    }    

    #hero h1 {
        font-size: 28px;
    }

    #hero h1:before {
        width: 9%;
        height: 3px;
        top: 2px;
    }

    #hero h2 {
        font-size: 18px;
    }

    #hero .btn {
        height: 42px;
        line-height: 22px;
        font-size: 15px;
    }

}

@media (max-width: 500px) {

    #hero > .container-fluid > .inner {
        height: 400px;
    }

    #hero .headline {
        padding-top: 45px;
    }    

    #hero h1 {
        font-size: 25px;
        margin-bottom: 15px;
    }

    #hero h1:before {
        width: 8%;
    }

    #hero h2 {
        font-size: 16px;
    }

    #hero .btn {
        font-size: 14px;
    }

}

@media (max-width:440px){
    .form_fields .checkbox-container label.invisible{display:none!important;}
}


#section_1 {
    background-color: #f1f1f1;
    padding: 90px 0;
}

#section_1 .copy {
    max-width: 970px;
    margin: 0 auto;

}

#section_1 .copy h2 {
    font-size: 26px;
    line-height: 1.55;
}


@media (max-width: 991px) {

    #section_1 .copy h2 {
        font-size: 20px;
        line-height: 1.55;
    }

    #section_1 {
        padding: 30px 0;
    }

    #section_1 .container {
        width: 100%;
    }

    #section_1 .container .col-sm-12 {
        padding: 30px;
    }

}

@media (max-width: 767px) {

    #section_1 .copy h2 {

    }


}


@media (max-width: 479px) {

    #section_1 .copy h2 {
        font-size: 19px;
    }


}





#section_2 {
    position: relative;
}

#section_2 .container {
    width: 100%;
}

#section_2 .left_side {
    padding: 90px 30px 90px 30px;
    text-align: center;
}

#section_2 .left_side > .inner {
    display: inline-block;
    text-align: left;
}

#section_2 .left_side h1 {
    margin-bottom: 15px;
}

#section_2 .left_side ul.list-date {
    list-style: none;
    margin: 0;
    padding: 15px 0 15px 40px; 
    position: relative;
}

#section_2 .left_side ul.list-date:before {
    content: '';
    display: block;
    width: 26px;
    height: 25px;
    background: url(../images/icon-date.png) center center / contain no-repeat;
    position: absolute;
    left: 0;
    top: 20px;
}


#section_2 .left_side ul.list-date li {
    line-height: 1.65;
    font-size: 17px;
}

#section_2 .left_side ul.list-date li strong {
    font-size: 20px;
    margin-bottom: 5px;
    display: inline-block;   
}


#section_2 .right_side  {
    background: url(../images/graphic-hotel.jpg) center center / cover no-repeat;
    position: absolute;
    height: 100%;
    right: 0;
}

#section_2 .right_side > .inner {
    width: 100%;
    height: 100%;
    position: relative;
}

#section_2 .right_side > .inner > .copy {
    position: absolute;
    width: 100%;
    bottom: 0;
    text-align: center;
    padding: 40px;
}

#section_2 .right_side > .inner > .copy h3 { 
    color: #ffffff;
    display: inline-block;
    text-align: left;
    padding: 0 0 0 37px;
    position: relative;
    font-size: 22px;
    line-height: 1.35;
}

#section_2 .right_side > .inner > .copy h3:before {
    content: '';
    display: block;
    width: 26px;
    height: 35px;
    background: url(../images/icon-map-pin.png) center center / contain no-repeat;
    position: absolute;
    left: 0;
    top: -6px;
}



@media (max-width: 991px) {
    
    #section_2 .container {
        width: 100%;
    }

    #section_2 .left_side {
        padding: 60px 30px;
    }

    

    #section_2 .left_side > .inner > .copy {
        
    }

}



@media (max-width: 767px) {
    

    #section_2 .left_side ul.list-date li strong {
        font-size: 17px;
    }

    #section_2 .left_side ul.list-date li {
        font-size: 17px;
    }

    

    #section_2 .right_side,
    #section_2 .right_side > .inner  {
        position: relative;
    }

    #section_2 .right_side {
        height: 400px;
    }

    #section_2 .right_side > .inner > .copy h3 {
        font-size: 18px;
    }

    #section_2 .right_side > .inner {
         
    }

    #section_2 .right_side > .inner > .copy {
        padding: 15px 15px 30px 15px;
    }


}



#section_3 {

}

#section_3 .col-sm-12 {
    padding: 0;
}

#section_3 .map-embed {
    position: relative;
    width: 100%;
    height: 300px;
}

#section_3 .map-embed iframe {
    position: absolute;
    width: 100%;
    height: 100%;
}


#section_4 {
    background-color: #fafafa;
    border-top: 8px solid #ED7102;
    border-top: 8px solid #5E5C5E;
    padding-bottom: 100px;
    border: 0;
}

#section_4 .container {
    width: 1090px;
    max-width: 100%;
}



#section_4 .row.boxes {
    position: relative;
    margin-top: 45px;
    margin-bottom: 25px;
    /*     top: -50%; */
    /*     z-index: 200; */
    /*     transform: translateY(calc(-50% - 4px)); */
}

#section_4 .box {
    padding: 0 30px;
}


#section_4 .box .copy {
    width: 350px;
    margin: 0 auto;
    max-width: 100%;
}


#section_4 .box h3 {
   font-weight: 700;
}

#section_4 .box p {
   font-size: 18px;
   line-height: 1.65;
}

#section_4 .box p:last-of-type {
    margin-bottom: 0;
}

#section_4 .box .inner {
    box-shadow: 0px 2px 20px 0px rgba(0,0,0,.25);
    text-align: center;
    padding: 35px;
    background-color: #ffffff;
    border-top: 6px solid #ED7102;
}

#section_4 .row.copy {
    position: relative;
    /* top: -50%; */
    z-index: 200;
    /* transform: translateY(calc(-21% - 4px)); */
    height: 100%;
}

#section_4 .row.copy .col-sm-12 {
    text-align: center;
    padding-top: 50px;
    padding-bottom: 65px;
}

#section_4 .row.copy h1 {
    font-weight: 700;
    font-size: 30px;
}

#section_4 .row.copy p {
    font-size: 21px;
    font-weight: 300;
}

#section_4 .row.copy p a {
    text-decoration: underline;
}

#section_4 .row.copy p a:hover {
    text-decoration: none;
}





@media (max-width: 1100px) {
    
    

}

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

    #section_4 .row.boxes {
        margin-top: 30px;
    }

    #section_4 .row.boxes .box:nth-of-type(1) {
        padding-right: 15px;
    }

    #section_4 .row.boxes .box:nth-of-type(2) {
        padding-left: 15px;
    }

}

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

    #section_4 .box .inner {
        min-height: 235px;
    }

}


@media (max-width: 767px) {


    #section_4 .row.copy h1 {
        font-weight: 700;
        font-size: 26px;
    }

    #section_4 .row.copy p {
        font-size: 18px;
        font-weight: 300;
    }


    #section_4 {
        border: none;
        padding-top: 30px;
        margin-top: 0;
    }

    #section_4 .row.boxes {
        margin-top: 0;
        margin-bottom: 0;
    }

    #section_4 .row.boxes, #section_4 .row.copy {
        transform: none;
    }

    #section_4 .row.boxes .box {
        margin-bottom: 30px;
    }

    #section_4 .row.boxes .box > .inner {
            border-top: 6px solid #ED7102;
    }

    #section_4 .row.copy .col-sm-12 {
        padding-top: 40px;
        padding-bottom: 40px;
    }

}


@media (max-width: 500px) {

    #section_4 .row.copy .col-sm-12 {
        padding-top: 20px;
        padding-bottom: 15px;
    }

    #section_4 .box p {
        font-size: 16px;
        line-height: 1.65;
    }

}



@media (max-width: 380px) {


    #section_4 .row.copy h1 {
        font-weight: 700;
        font-size: 22px;
    }

    #section_4 .row.copy p {
        font-size: 16px;
        font-weight: 300;
    }

}



#register {
    background: url(../images/bg-register_gravel.jpg) center center / cover no-repeat;
    padding: 0 0 110px 0;
    text-align: center;
}

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

#register.success .container {
}

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

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

}

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

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


@media (max-width: 500px) {

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

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

}

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


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

#register > .container > .row > .col-sm-12 > .form-inner {
    background-color: #ffffff;
    box-shadow: 0px 2px 20px 0px rgba(0,0,0,.25);
    padding-top: 50px;
    padding-bottom:50px;
    margin-top: -110px;

}

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

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

#register .title-container * {

}

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


#register .form {
    padding: 15px 15px;
}

#register .form>.row {
    position: relative;
}

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

#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: center;
    max-width: 400px;
}

#register .form .checkbox-container>* {
    cursor: pointer;
}

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

#register .form .checkbox-container div {
    display: inline-block;
    float: none;
    padding-left: 0;
    font-weight: 300;
}


#register .form .checkbox-container div.title {
    text-align: center;
    padding: 0;
    display: block;
    float: none;
    font-weight: 700;
    font-size: 14px;
}

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

#register .form .checkbox-container input+span:before {
    content: '';
    width: 18px;
    height: 18px;
    display: inline-block;
    background-color: #ffffff;
    border-radius: 5px;
    border: 1px solid #dddfe7;
}

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

#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 *[type="submit"],
#register .form select {
    width: 100%;
    margin: 0 0 15px 0;
    padding: 0px 15px;
    height: 60px;
    display: inline-block;
    border-radius: 5px;
    border: 1px solid #dddfe7;
    color: #5E5C5E;
    font-size: 14px;
}


#register .form *[type="submit"] {
    background-color: #ED7102;
    border: none;
    border-radius: 0;
    color: #ffffff;
    font-weight: 700;
    font-size: 14px;
    max-width: 250px;
    margin: 20px 0 0 0;
    box-shadow: 3px 3px 0px rgba(232, 89, 0, 0);
    transition: .3s all ease-in-out;
}

#register .form *[type="submit"]:hover {
    box-shadow: 5px 5px 30px rgba(232, 89, 0, .45);
    /*   box-shadow: 5px 5px 30px rgba(255, 255, 255, .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 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%;
    transform: translateX(-50%) translateY(-50%);
}






@media (max-width: 767px) {


    #register {
        padding-top: 35px;
        padding-bottom: 35px;
    }

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


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

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


}



















#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; color: #5E5C5E; font-size: 12px; line-height: 21px; font-weight: 400; }
#footer .legal span a { color: #595f5f; font-size: 12px; line-height: 21px; text-decoration: none; cursor: default; font-weight: 400; }
#footer .legal span.tc { margin-top: 5px; }
#footer .legal span.tc a { text-decoration: underline; cursor: pointer; }
#footer .legal span.tc a:hover { text-decoration: none; }
#footer ul { margin: 0; padding: 0; display: block; list-style: none; float: right; }
#footer li { margin: 0 0 0 1px; width: 28px; padding: 0; display: inline-block; list-style: none; }
#footer li a { text-indent: -9999px; height: 22px; width: 100%; display: block; background-size: auto 22px; background-repeat: no-repeat; outline: none; cursor: pointere; transition: all 0.2ms ease-in-out; background-image: url(../images/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 { color: #fff; 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 .terms a { color: #5E5C5E; 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 { }
}












