@font-face {
    font-family: 'bentley-light';
    src: url('/vp_pages/themes/bentley/assets/fonts/bentley-light.eot');
    src: url('/vp_pages/themes/bentley/assets/fonts/bentley-light.eot?#iefix') format('embedded-opentype'),
         url('/vp_pages/themes/bentley/assets/fonts/bentley-light.woff') format('woff'),
         url('/vp_pages/themes/bentley/assets/fonts/bentley-light.svg#titrebook') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'bentley-regular';
    src: url('/vp_pages/themes/bentley/assets/fonts/bentley-regular.eot');
    src: url('/vp_pages/themes/bentley/assets/fonts/bentley-regular.eot?#iefix') format('embedded-opentype'),
         url('/vp_pages/themes/bentley/assets/fonts/bentley-regular.woff') format('woff'),
         url('/vp_pages/themes/bentley/assets/fonts/bentley-regular.svg#titrebook') format('svg');
    font-weight: normal;
    font-style: normal;
}

body {
    font-family: "bentley-light", Arial, Helvetica, sans-serif;
    background-color: #FFF;
    color: #333;
}

a {
    color: #335B4C;
    text-decoration: none;
}

a:hover, a:focus {
    color: #003220;
    text-decoration: none;
}

hr {
    margin: 2em 0;
}

h2 {
    font-weight: normal;
}

/* Reset layouts from framework */
.col-left, .col-right {
    width: 100%;
    float: none;
}

.col-left {
    margin-bottom: 1em;
}

@media screen and (min-width: 57em) {
    .col-left {
        float: left;
        width: 48%;
        margin-bottom: 0;
    }

    .col-right {
        float: right;
        width: 48%;
    }
}

.constraint {
    width: 85%;
    max-width: 1180px;
    position: relative;
}

.header {
    margin: 0 auto;
    max-width: 100%;
    width: 100%;
    display: block;
    border-bottom: 1px solid #67bc51;
}

.header-container {
    margin: 0 auto;
    background: #FFF;
}

.col-left-header {
    float: left;
    width: 28%;
}

.col-right-header {
    float: right;
    width: 60%;
    text-align: right;
}

.logo {
    border: 0;
    padding: 0;
    margin: 1.25em 1.5em 1em 0;
    max-width: 116px;
    text-align: center;
}

.dealer-title {
    font-size: 1em;
    color: #5b5b5b;
    padding: 2.25em 0 1.75em 1.25em;
    margin: 0;
    font-weight: normal;
    text-align: right;
    text-transform: uppercase;
}

.details {
    padding: 2.5em 0;
}

.cta-button-block {
    margin: 1em 0;
}

.cta {
    font-family: "bentley-regular", Arial, Helvetica, sans-serif;
    margin-right: 1.25em;
    color: #FFF;
    text-decoration: none;
    background-color: #7f988f;
    border: 1px solid #7f988f;
    display: inline-block;
    padding: 0.75em 1em 0.625em 1em;
    width: 25%;
    font-size: 1em;
    text-transform: uppercase;
    text-align: center;
}

.cta-callback {
    width: 33% !important;
}

.cta-group-item {
    width: auto;
}

.cta:hover, .cta:focus {
    color: #FFF;
    text-decoration: none;
    background-color: #7f988f;
    border: 1px solid #7f988f;
}

td {
    border-bottom-width: 0;
}

.details-table {
    border-width: 0;
    font-size: 0.9375em;
}

.details-table tr {
    background-color: #FFF;
}

.details-table tr:nth-of-type(even) {
    background-color: #F7F7F7;
}

.details-table__title {
    text-transform: uppercase;
}

.photo-gallery {
    margin-bottom: 1.9em;
}

.staff-bio__title {
    font-size: 1em;
    font-weight: bold;
}

.contact-form-wrapper {
    padding-bottom: 1.5em;
}

.callback__title {
    text-transform: uppercase;
    font-size: 1.0625em;
}

label {
    color: #787878;
}

input[type=text], textarea, select {
    border: 1px solid #e3e3e3;
    border-radius: 0;
    padding: .5em;
}

input[type=text]:focus, textarea:focus, input[type=checkbox]:focus, select:active {
    border: 1px solid #94c11d;
    box-shadow: 0 0 5px rgba(148,193,29,0.51);
}

.tradein-advert {
    margin: 2.5em 0;
}

.photo-gallery figure {
    margin-bottom: 0 !important;
}

.js-codeweavers__vehicle_reserve_container .one-half {
    width: 49%;
}

@media only screen and (min-width: 1024px) {
    .js-codeweavers__vehicle_reserve_container .desk--one-quarter {
        width: 24%;
    }
}

.footer {
    text-align: left;
    background-color: #FFF;
    color: #FFF;
    padding: 2em 0;
    border-top: 60px solid #E0E0E0;
}

.col-left-footer {
    float: left;
    width: 60%;
    padding-top: 1.75em;
}

.col-right-footer {
    float: right;
    width: 38%;
}

.footer p {
    font-family: "bentley-light", Arial, Helvetica, sans-serif;
    color: #4c4d4f;
}

.footer p.footer-dealername {
    color: #727376;
    text-transform: uppercase;
}

.social, .social a {
    text-align: right;
    text-decoration: none;
    color: #335B4C;
}

.ion-social-facebook, .ion-social-twitter {
    padding-right: 1em;
}

.social .icon {
    font-size: 2em;
}

#js-document-verification__form li {
    word-wrap: break-word;
}

#js-document-verification_unlock__btn {
    font-family: "bentley-regular", Arial, Helvetica, sans-serif;
    margin-right: 1.25em;
    color: #FFF;
    text-decoration: none;
    background-color: #7f988f;
    border: 1px solid #7f988f;
    display: inline-block;
    padding: 0.75em 1em 0.625em 1em;
    width: 25%;
    font-size: 1em;
    text-transform: uppercase;
    text-align: center;
    -webkit-transition: background-color .3s, border-color .3s;
    transition: background-color .3s, border-color .3s;
}

#js-document-verification_unlock__btn:hover, #js-document-verification_unlock__btn:focus {
    color: #FFF;
    text-decoration: none;
    background-color: #7f988f;
    border: 1px solid #7f988f;
}

@media only screen and (max-width: 45em) {
    #js-document-verification_unlock__btn {
        display: block;
        width: 100%;
    }
}

#js-document-verification__form h3 {
    text-transform: uppercase;
    font-size: 1.0625em;
}

#js-document-verification__form p {
    margin-top: 0;
}

#js-document-verification_modal__dialog ul {
    list-style-type: none;
}

#js-document-verification_modal__dialog li {
    margin-left: 0;
}

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

.evhc-table__head {
    background: #ccd6d2;
}

.evhc-table__cat {
    background: #E6EAE9;
}

.evhc-table th {
    text-transform: uppercase;
}

.evhc-title {
    text-transform: uppercase;
}

.evhc-table__head, .evhc-table__cat {
    font-size: 1em;
}

.button-text {
    font-size: 14px;
    text-transform: uppercase;
}

.evhc-report-toggle {
    color: #FFF;
    text-decoration: none;
    background-color: #B3B3B3;
    border: 1px solid #B3B3B3;
}

.evhc-report-toggle:hover, .evhc-report-toggle:focus {
    color: #FFF;
    text-decoration: none;
    background-color: #4d4d4d;
    border: 1px solid #4d4d4d;
}

.evhc-cta--primary {
    color: #FFF;
    text-decoration: none;
    background-color: #7f988f;
    border: 1px solid #7f988f;
}

.evhc-cta--primary:hover, .evhc-cta--primary:focus {
    color: #FFF;
    text-decoration: none;
    background-color: #003220;
    border: 1px solid #003220;
}

.evhc-cta--secondary {
    margin-right: 0;
}

.ion-arrow-expand:before, .ion-arrow-shrink:before {
    font-size: .75em;
}

.evhc-approval-form {
    margin-bottom: 4em;
}


/* ==========================================================================
   Live Video Styles
   ========================================================================== */
.live-video {
    background: none !important;
    position: relative;
    z-index: 1;
    padding: 2em 0 0 0;
}

.header-container {
    padding: 0 !important;
}

.live-video button.start-call {
    margin: 0 !important;
    font-size: 1.8em !important;
    line-height: 1 !important;
    padding-bottom: .3em !important;
}

.live-video #onCall {
    width: 85% !important;
}

@media screen and (min-width: 44em) {
    .live-video #onCall {
        width: 50% !important;
    }
}

@media (orientation: landscape) {
    .live-video .media {
        display: block !important;
        width: 95% !important;
    }
}

.lv-feature__explainer #explainerText {
    margin-top: 1.5em;
    margin-bottom: 3em;
}

.live-video .review {
    width: 85%;
    max-width: 1180px;
}

@media (min-width: 1366px) and (orientation: landscape) {
    .live-video .review {
        width: 100%;
        max-width: 1180px;
    }
}

.live-video .review h1, .live-video  .review h2, .live-video  .review h3,  .live-video  .review h4, .live-video  .review th,  .live-video  .review label {
    color: #333 !important;
    font-weight: normal;
}

.live-video textarea {
    display: block;
    width: 100%;
    min-height: 10em;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: .25em;
    background: #fff;
    padding: .25em .5em;
    margin-top: 1em;
    line-height: 1;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.live-video button.send_review {
    min-width: 251px;
    font-family: "bentley-regular", Arial, Helvetica, sans-serif;
    margin-bottom: 2em;
    color: #FFF;
    text-decoration: none;
    background-color: #7f988f;
    border: 1px solid #7f988f;
    display: inline-block;
    padding: 0.75em 1em 0.625em 1em;
    font-size: 1em;
    text-transform: uppercase;
    text-align: center;
}

.live-video button.send_review:focus, .live-video button.send_review:hover {
    color: #FFF;
    text-decoration: none;
    background-color: #7f988f;
    border: 1px solid #7f988f;
}

.lv-content__error--vppages .error {
    width: 85%;
    max-width: 1180px;
}

.live-video .reqMark::after {
    content: '*';
    display: inline-block;
    color: #ec1b34;
}

.live-video .review-gratification h1, .live-video .review-gratification h2, .live-video .review-gratification h3, .live-video .review-gratification h4, .live-video .review-gratification th, .live-video .review-gratification label {
    color: #333;
}

.fullscreen .live-video {
    background: #000 !important;
}


/* ==========================================================================
   Media Queries
   ========================================================================== */
@media screen and (min-width: 721px) {
    h3 {
        font-size: 1.75em;
        line-height: 1.214285714;
    }

    .dealer-title {
        font-size: 1.0625em;
    }

    .desktop-hide {
        display: none;
    }
}

@media screen and (max-width: 56.25em) {
    body {
        font-size: 16px;
        line-height: 1.4;
    }
}

@media only screen and (max-width: 45em) {
    body {
        font-size: 15px;
        line-height: 1.3;
    }

    h3 {
        font-size: 1.333333333em;
        line-height: 1.3;
    }

   .cta-button-block {
        margin: 2.5em 0 0 0;
    }

    .cta {
        width: 100%;
        margin-right: 0;
    }

    .cta:not(:last-of-type) {
        margin-bottom: 10px;
    }

    .cta-callback {
        width: 100% !important;
    }

    .col-left-footer, .col-right-footer {
        float: none;
        width: 100%;
    }

    .photo-gallery {
        text-align: center;
    }

    .social {
        width: 100%;
        margin-right: 0;
        text-align: left;
    }

    .footer p {
        margin-bottom: 1.5em;
    }
}

#cookieConsent .col-left {
    margin: 0;
}

#cookieConsent .col-right {
    margin-top: 0;
}

@media screen and (max-width: 63.75em) {
    #cookieConsent .col-left, #cookieConsent .col-right {
        width: 100%;
        float: none;
    }

    #cookieConsent a.cookieConsentOK {
        float: none;
        margin: 10px 0 0 0;
    }
}

@media screen and (min-width: 48em) {
    #cookieConsent .col-left {
        margin: 0;
    }
}
