.header a {
    text-decoration: none;
}

.constraint {
    max-width: 78.75em;
}

.header {
    background-color: #e8e8e8;
    padding: 1em 0;
    margin-bottom: 2em;
}

/* We assume for these sizes that the company name is SHOWN */
.header__logo {
    max-width: 12em;
    max-height: 5.5em;
    margin-right: 2em;
}

@media screen and (min-width: 60em) {
    .header__logo {
        max-width: 14em;
        max-height: 7em;
    }
}

/* Here is the logo sizes for when the company name is HIDDEN */
.header--heading-hidden .header__logo {
    max-width: 20em;
    max-height: 5.5em;
    margin-right: 0;
}

@media screen and (min-width: 60em) {
    .header--heading-hidden .header__logo {
        max-width: 24em;
        max-height: 7em;
    }
}

.footer {
    background-color: #f3f3f3;
    margin-top: 0;
    padding: 2em 0;
}

.header__title {
    margin: 0 .1em 0 0;
}

.header__intro {
    font-size: 1.1em;
    margin: 0;
}

.body {
    margin-bottom: 2em;
}

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

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

.details-table {
    border-width: 0;
}

.details-table tr {
    background-color: rgba(0,0,0,0.03);
}

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

.details-table td {
    border-width: 0;
    padding: .5em;
}

.details-table__title {
    width: 160px;
}

.dealership-card .button {
    margin: 0.25em 0 1em;
}

@media screen and (max-width: 60em) {
    .booking-cta-container {
        margin: 2em 0 0;
    }

    .dealership-card h2 {
        margin: 0 0 0.25em;
    }
}

@media screen and (min-width: 60em) {
    .header__logo {
        float: left;
        margin: .5em 2em .5em 0;
    }
}

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

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

.mobile .video-rating__stars {
    display: block;
    width: 100%;
    text-align: center;
    margin: 0 auto;
}

.video-rating__stars i {
    color: #004366;
    font-size: 1.5em;
    margin-right: 0.7em;
}

.mobile .video-rating__stars i,
.mobile .video-rating__stars img {
    width: 10%;
    display: inline-block;
    font-size: 1.5em;
    text-align: center;
}

.star-on:before {
    font-family: "Ionicons";
    content: "\f2fc";
}

.star-off:before {
    font-family: "Ionicons";
    content: "\f3ae";
}

.photo-gallery {
    margin: 2em 0;
    text-align: center;
}

.photo-gallery figure {
    margin: 0px 8px 5px 0;
}

#tootle h3 {
    font-size: 1.375em;
}

#tootle .tootle-content-left p {
    margin-top: 0;
    margin-bottom: 1.5em;
}

.custom-message--container {
    background-color: rgba(0,0,0,0.05);
    margin: 1em 0 0;
    padding: 1em 0;
}

@media screen and (min-width: 60em) {
    .custom-message--container {
        margin: 2em 0 0;
        padding: 2em 0;
    }
}

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

#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-summary {
    background-color: rgba(240, 240, 240, 0.1);
    border: 1px solid rgba(0, 0, 0, 0.1);
    margin: 2em 0;
    padding: 1em;
}

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

.evhc-summary .flex-section {
    display: flex;
    flex: 1;
    align-items: center;
    justify-content: center;
}

.evhc-summary .flex--end {
    justify-content: center;
}

.evhc-summary p {
    padding-bottom: 1em;
}

.evhc-summary-text--red {
    font-weight: bold;
}


@media screen and (min-width: 60em) {
    .evhc-summary .flex-section {
        justify-content: unset;
    }

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

    .evhc-summary .flex-section {
        justify-content: flex-start;
    }

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

    .evhc-summary p {
        padding-bottom: 0;
    }

    .evhc-summary .cta--primary {
        margin-bottom: 0;
    }

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


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

.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: 100% !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: 100%;
    max-width: 67.5em;
}

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

.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: #202020 !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 {
    border: 0;
    display: inline-block;
    font-size: 1.1em;
    line-height: 1.25;
    padding: .4em .85em;
    text-decoration: none;
    -webkit-transition: background-color .3s, border-color .3s;
    transition: background-color .3s, border-color .3s;
    background-color: #27ae60;
    border-bottom: 4px solid #1e8449;
    color: #fff;
    margin: .8em 0 0 0;
}

.live-video button.send_review:focus, .live-video button.send_review:hover {
    background-color: #1e8449;
    border-bottom: 4px solid #145b32;
    color: #fff;
    text-decoration: none;
}

.lv-content__error--vppages .error {
    width: 100%;
    max-width: 67.5em;
}

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

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