@import url('https://fonts.googleapis.com/css2?family=Raleway:wght@400..600&display=swap');

body {
    font-family: "Raleway", sans-serif;
    font-weight: 400;
    font-size: 16px !important;
    line-height: 1.375;
    background: #212424;
    color: #222424;
    vertical-align: baseline;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: none;
    -moz-text-size-adjust: none;
    -ms-text-size-adjust: none;
    text-size-adjust: none;
    font-variant-numeric: lining-nums;
}

a {
    color: #a0a0a0;
    text-decoration: none;
    font-weight: 600;
}

a:hover, a:focus {
    color: #0074ba;
    text-decoration: underline;
    text-underline-offset: 6px;
}

.stage-grey a {
    color: #fff;
    opacity: 0.6;
}

a img {
    line-height: 0;
    vertical-align: middle;
}

h1 {
    margin: 0 0 1.5rem;
    font-size: 1.625em;
    line-height: 1.4;
    font-weight: 400;
}

h3, h4, .small-title, .footer-title, .ui-dialog .ui-dialog-title {
    font-size: 1.375em;
    line-height: 1.3;
    font-weight: 400;
    color: #222424;
    padding: 0 0 1.5rem;
    margin: 0;
}

.ui-dialog .ui-dialog-title, .ui-widget h4 {
    padding: 0;
}

.stage-grey h1, .stage-grey h3, .stage-grey h4 {
    color: #fff;
}

.constraint {
    max-width: 1188px;
    width: 90%;
    margin: 0 auto;
}

.container-spacing {
    padding: 1.5em 0;
}

.flex-section {
    display: flex;
    flex: 1;
    justify-content: flex-start;
}

.flex-53, .flex-44 {
    width: 100%;
}

.flex--space-between {
    justify-content: space-between;
}

.header {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.15)), color-stop(157.81%, rgba(34, 36, 36, 0.25)));
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.15) 0%, rgba(34, 36, 36, 0.25) 157.81%);
    margin: 0;
    padding: 0;
    height: 64px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.header .constraint {
    display: flex;
    justify-content: center;
}

.header__logo {
    width: 128px;
    height: 17px;
}

.intro {
    text-align: center;
}

.stage-grey {
    padding: 2em 0 4em;
    background: #212424;
    position: relative;
}

.stage-grey .bg-icon-top {
    position: absolute;
    z-index: 1;
    right: -160px;
    top: -145px;
    -webkit-transform: scale(0.5);
    -ms-transform: scale(0.5);
    transform: scale(0.5);
}

.stage-white {
    padding: 2em 0;
    background: #FFF;
}

.subtitle {
    margin: 0 0 3em;
    padding: 0;
    color: #fff;
}

.flex-container {
    flex-direction: column;
}

.details-table {
    border: solid 1px rgba(255, 255, 255, 0.2);
    border-radius: 5px;
    border-collapse: separate;
    margin: 3em 0 1em;
}

.details-table tbody tr:first-child td, .details-table tbody tr:last-child td {
    border-right: solid 1px rgba(255, 255, 255, 0.2);
    border-style: none solid none none;
}

.details-table tr, .details-table tr:nth-of-type(even) {
    background: transparent;
}

.details-table td {
    background-color: transparent;
    padding: 0.825em 1em;
    border: solid 1px rgba(255, 255, 255, 0.2);
    border-style: solid none;
}

.details-table td.details-table__title {
    width: 10em;
    font-weight: 600;
    color: #fff;
    border-right: solid 1px rgba(255, 255, 255, 0.2);
    border-style: solid;
}

.details-table__detail {
    font-weight: 400;
    color: #fff;
    opacity: 0.6;
}

.cta--primary, .evhc-cta--primary, .evhc-cta--secondary, .js-evhc-reject, input[type="button"],
input[type="submit"], #js-document-verification_unlock__btn, .ui-widget.ui-widget button,
.evhc-summary .cta--primary {
    display: inline-flex;
    gap: 0.5em;
    justify-content: center;
    align-items: center;
    color: #fff;
    background: #222424;
    border: 1px solid #222424;
    border-radius: 5px;
    -webkit-transition: all, 0.2s ease-in-out;
    transition: all, 0.2s ease-in-out;
    min-width: 150px;
    width: auto;
    height: 50px;
    text-decoration: none;
    font-size: 1em;
    font-weight: 600;
    line-height: 1.5;
    letter-spacing: 0.36px;
    padding: 0.8125em 0.75em;
}

.stage-grey .cta--primary {
    background: #fff;
    color: #222424;
}

.evhc-cta--secondary, .js-evhc-reject, .evhc-summary .cta--primary {
    background: #fff;
    color: #34393B;
    border: 1px solid #34393B;
}

.cta--primary:hover, .cta--primary:focus, .evhc-cta--primary:hover, .evhc-cta--primary:focus,
#js-document-verification_unlock__btn:hover, #js-document-verification_unlock__btn:focus,
.ui-widget.ui-widget button:hover, .ui-widget.ui-widget button:focus, .evhc-cta--secondary:hover, .evhc-cta--secondary:focus,
.js-evhc-reject:hover, .js-evhc-reject :focus, .evhc-summary .cta--primary:focus, .evhc-summary .cta--primary:hover {
    background: #0082D1;
    border: 1px solid #0082D1;
    color: #fff;
    -webkit-box-shadow: 3px 3px 50px 0px rgba(255, 255, 255, 0.3), -1px -1px 30px 0px rgba(0, 125, 201, 0.4);
    box-shadow: 3px 3px 50px 0px rgba(255, 255, 255, 0.3), -1px -1px 30px 0px rgba(0, 125, 201, 0.4);
}

.cta-button-block .cta--primary {
    text-align: center;
    margin-bottom: 1em;
}

.box {
    padding: 1.5em;
    border: 1px solid #D2DCDF;
    border-radius: 5px;
}

.box p {
    margin-top: 0;
    color: #555b5f;
}

.bumper-ad__tc {
    margin-top: .5em !important;
}

#js-custom_content {
    margin: 1em 0 2.5em;
}

.photo-gallery {
	padding-top: 2em;
}

.bumper-ad__cta-container .cta--primary {
    display: inline-flex;
    align-items: center;
}

.two-way-messaging__title, .bumper-ad__title {
    padding-bottom: 0;
}

.two-way-messaging__content-body p {
    margin: 1em 0;
}

.widget-container-2wm .widget-2wm-header h3, .widget-2wm-otp-container-content h3 {
    padding: 0;
}

.contact-form-wrapper .row {
    margin-bottom: 1em;
}

label {
    display: inline-block;
    font-weight: 500;
    line-height: 1.375;
    margin: 0 0 0.625em;
    color: #222424;
}

.ui-widget label {
    margin: 0;
}

input[type=text], textarea, select {
    padding: 1em !important;
    background-color: #fff;
    color: #555b5f;
    box-shadow: none;
    border-radius: 5px;
    border: 1px solid #D2DCDF;
    height: 54px;
}

textarea {
    height: unset;
}

input[type=text]:focus, textarea:focus, input[type=checkbox]:focus, select:active {
    border: 1px solid #27ae60;
}

.footer {
    padding: 3.75em 0;
    background-color: #111;
    width: 100%;
    color: #fff;
    text-align: left;
}

.footer__flex-container {
    display: flex;
    flex-direction: column;
    gap: 2rem;
    justify-content: flex-start;
    align-items: flex-start;
    flex-basis: auto;
    margin: 0;
}

.footer__logo {
    margin-bottom: 1.875em;
}

.footer__logo-text {
    color: #a0a0a0;
}

.footer__address-details {
    display: flex;
    flex-direction: column;
    word-break: break-word;
}

.footer__title {
    word-break: break-word;
    font-size: 1.125em;
    font-weight: 400;
    line-height: 1.4;
    margin: 2em 0 0;
    color: #fff;
}

.footer__text {
    display: block;
    line-height: 1.375;
    margin-bottom: 1.5em;
    color: #a0a0a0;
}

.footer a {
    color: #a0a0a0;
}

.footer a:hover, .footer a:focus {
    color: #a0a0a0;
    text-decoration: underline;
    text-underline-offset: 6px;
}

.footer__social .flex-section {
    gap: 1em;
    justify-content: space-between;
    align-items: center;
}

.flex-container--social-icon {
    justify-content: center;
    align-items: center;
    color: #fff;
    width: 2.25em;
    height: 2.25em;
    border-radius: 5px;
    background: #292929;
    -webkit-transition: all, 0.4s ease-in-out;
    transition: all, 0.4s ease-in-out;
}

.flex-container--social-icon:hover, .flex-container--social-icon:focus {
    background: #fff;
    color: #292929;
}

.flex-container--social-icon .icon {
    font-size: 1.5em;
}

.legal-links-container {
    background: #292929;
}

.legal-list {
    margin: 0;
    padding: 1em 0;
    font-size: .875em;
    line-height: 1.4;
}

.legal-list__item {
    display: inline-block;
    padding-top: 0.375em;
}

.legal-list a {
    color: rgba(255, 255, 255, 0.6);
}

.legal-list a:hover, .legal-list a:focus {
    color: rgba(255, 255, 255, 0.6);
    text-decoration: underline;
    text-underline-offset: 6px;
}

.legal-list__item:not(:last-of-type)::after {
	content: " ";
	padding: 0 1em;
}

.evhc-report-container {
    margin: 2em 0;
}

.evhc-intro {
    padding: 0;
    margin: 0 0 1.25em;
    color: #555b5f;
}

.evhc-table__head, .evhc-table__total {
    background: #212424;
    color: #fff;
}

.evhc-table__cat {
    background: #555b5f;
    color: #fff;
}

.cookies__dropdown h4 {
    text-transform: initial;
    font-size: 1em;
    line-height: 1.428571428571429;
    color: #000;
}

.cookies__dropdown p {
    color: #63656a;
}


.header__dealer-logo-container {
    padding-top: 0;
}

.header__logo--dealer {
    max-width: 12.5em;
}


/* ==========================================================================
   Media Queries
   ========================================================================== */
@media screen and (max-width: 53em) {
    .mobile-hide {
        display: none;
    }

    .mobile-margin--top {
        margin-top: 1.5em;
    }

    .stage .cta--primary:not(:last-of-type) {
        margin-bottom: 1em;
    }
}

@media screen and (min-width: 45em) {
    .col-left {
        width: 72%;
    }

    .col-right {
        width: 24%;
    }
}
   
@media screen and (min-width: 64em) {
    h1 {
        font-size: 2.25em;
    }

    h3, h4, .small-title, .footer-title, .ui-dialog .ui-dialog-title {
        font-size: 1.75em;
    }

    .container-spacing {
        padding: 2em 0;
    }

    .constraint {
        width: 95%;
    }

    .flex-container {
        flex-direction: row;
    }

    .flex-container.bumper-ad {
        flex-direction: column;
    }

    .flex-44 {
        width: 44%;
    }

    .flex-53 {
        width: 53%;
    }

    .flex--end {
	    justify-content: flex-end;
	}

    .stage-grey .bg-icon-top {
        position: absolute;
        z-index: 1;
        top: -60px;
        right: -80px;
        -webkit-transform: scale(0.8);
        -ms-transform: scale(0.8);
        transform: scale(0.8);
    }

    .details-table {
        margin-top: 0;
    }

    .cta-button-block {
        display: none;
    }

    .cta--primary {
        font-size: 1.25em;
        padding: 0.55em 1em;
    }

    .footer__social .flex-section {
        justify-content: flex-start;
    }

    .footer__flex-container {
        justify-content: space-between;
        align-items: center;
        flex-direction: row;
        gap: 5rem;
    }

    .footer__social {
        margin-top: 1.875em;
    }

    .legal-list__item {
        padding-top: 0;
    }
}