.header a {
    text-decoration: none;
}

.constraint {
    max-width: 67.5em;
}

strong {
    color: #000;
}

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

.footer {
    background-color: #f3f3f3;
    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;
}

.map {
    border: 1px solid #e9e9e9;
}

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

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

#js-document-verification_unlock__btn {
    background-color: #27ae60;
    border-bottom: 4px solid #1e8449;
    color: #fff;
    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;
}

#js-document-verification_unlock__btn:hover, #js-document-verification_unlock__btn:focus {
    background-color: #1e8449;
    border-bottom: 4px solid #145b32;
    color: #fff;
    text-decoration: none;
}

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

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

.body-lv {
    margin-bottom: 4em;
}

.live-video {
    background: none !important;
    position: relative;
    z-index: 1;
    padding: 1em 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: 100% !important;
    }
}

.lv-feature__explainer #explainerText {
    margin-top: .5em;
    margin-bottom: 2em;
}

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

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

.footer-lv .button {
    padding: .4em .85em;
    width: auto;
    border-radius: 0;
}

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

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

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

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