/* Colors
$alabaster-white: #fbfbfb;
$mine-shaft: #2b2b2b;
$tia-maria-orange: #c9480c;
$black-light: #3f3f38;
$brand-black: #2b2b2b;
$brand-red: #c42f32;
$brand-orange: #d10000;
$brand-white: #fbfbfb;
$error-red: $bright-red; //#b50000
$grey: #cbcbcb;
$grey-dark: #666666;
$grey-light: #d8d8d8;
$grey-mid: $dusty-grey; //#999999
$grey-very-light: #e6e6e6;
$success-green: $kelly-green; //#0a7305
$web-orange: #c42f32;
$white-mid: #f0f0f0;
$vs-grey-dark: rgba(43, 43, 43, .9);
$vs-grey-very-dark: rgba(0, 0, 0, .85);
$vs-grey-light-dark: rgba(100, 100, 100, .3);

Fonts
$font-family-sans-serif: Helvetica, Arial, sans-serif;
$font-family-serif: 'Times New Roman', Times, serif;
$font-family-zonapro: ZonaPro, $font-family-sans-serif;
*/

@font-face {
    font-family: 'ZonaPro';
    src: url(../fonts/zonapro/ZonaPro-Regular.woff2) format("woff2"),
         url(../fonts/zonapro/ZonaPro-Regular.woff) format("woff");
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'icomoon';
    src: url(../fonts/icomoon/icomoon.woff2) format("woff2") , 
        url(../fonts/icomoon/icomoon.woff) format("woff");
    font-weight: 400;
    font-style: normal
}

/* Restore list tag function - but limit */
.ltr .q-content-well li{
    margin-left: 1.1rem;
}

.rtl .q-content-well li{
    margin-right: 2rem;
}

.q-content-well ul,
.q-content-well p.q-text {
    margin-bottom: .75rem;
}

.masthead {
    max-width: 100% !important;
    padding: 0px;
}

.masthead .q-rectangle-image-responsive {
    height: 520px;
}

section {
    padding: 4rem 0rem;
}

.section-light {
    background-color: #fbfbfb;
    padding: 2rem;
}

.vertical-margin-medium {
    margin: 3rem 0;
}

.content-well-non-english-intro {
    max-width: 768px;
    background-color: #fff;
    margin: auto;
    display: flex;
    flex-flow: column;
    padding: 0rem 2rem;
}

.content-well-non-english-intro h4 {
    text-align: center;
    margin: auto;
    margin-bottom: 2rem;
}

.content-well-non-english-intro hr {
    align-self: center;
    border: 1.5px solid #e6e6e6;
    width: 260px;
    margin-bottom: 4rem;
}
.content-well-non-english-intro .flex-center {
    align-self: center;
    margin: .25rem 0;
}
.content-well-non-english-intro p:last-of-type {
    text-align: center;
}

.change-language {
    position: absolute;
    z-index: 1;
    top: 4rem;
    left: 5%;
    border-bottom: 1px solid #e6e6e6;
    padding-bottom: 5px;
}

/* Headlines and Body text */
.font-family-fallback {
    font-family: 'icomoon' !important;
}

.q-invert {
    color: white !important;
}

.q-display1, .q-display2 {
    color: #666666;
    font-family: 'ZonaPro', Helvetica, Arial, sans-serif;
    font-style: normal;
    font-weight: 300;
    letter-spacing: 4px;
}

.rtl .q-display1, .rtl .q-display2 {
    letter-spacing: 0px;
}

.q-display1 {
    font-size: 3rem;
    line-height: 3.5rem;
}

.q-display2 {
    font-size: 2rem;
    line-height: 2.5rem;
}

.q-headline1, .q-headline2 {
    color: #2b2b2b;
    font-family: 'ZonaPro', Helvetica, Arial, sans-serif;
    font-style: normal;
}

.q-headline1 {
    font-size: 2.333rem;
    line-height: 2.833rem;
    font-weight: 400;
    letter-spacing: normal;
}

.q-headline2 {
    font-size: 1.167rem;
    font-weight: 600;
    letter-spacing: 3px;
    line-height: 1.667rem;
}

.rtl .q-headline1, .rtl .q-headline2 {
    letter-spacing: 0px;
}

.q-descriptive1, .q-descriptive2 {
    color: #2b2b2b;
    font-family: 'ZonaPro', Helvetica, Arial, sans-serif;
    font-style: inherit;
    font-weight: 300;
    letter-spacing: 2px;
}

.rtl .q-descriptive1, .rtl .q-ddescriptive2 {
    letter-spacing: 0px;
}

.q-descriptive1 {
    font-size: 1.833rem;
    line-height: 2rem;
}

.q-descriptive2 {
    font-size: 1.167rem;
    line-height: 1.5rem;
}

.q-body1 {
    color: #2b2b2b;
    font-family: 'ZonaPro', Helvetica, Arial, sans-serif;
    font-size: 1.3rem;
    font-weight: 300;
    line-height: 2rem;
}

.rtl .q-body1 {
    letter-spacing: 0px
}

.q-body1 a {
    text-decoration: underline;
    color: #c42f32;
}

.q-bold1 {
    color: #2b2b2b;
    font-family: 'ZonaPro', Helvetica, Arial, sans-serif;
    font-size: 1.5rem;
    font-weight: 600;
    line-height: 2rem;
    letter-spacing: 0px;
}

@media screen and (min-width: 768px) {
    section, .section-light {
        max-width: 1420px;
        margin: auto;
        padding: 4rem;
    }

    .q-display1 {
        font-size: 3.692rem;
        line-height: 4.154rem;
    }

    .q-display2 {
        font-size: 2.769rem;
        line-height: 3.231rem;
    }

    .q-headline1 {
        font-size: 2.923rem;
        line-height: 3.385rem;
    }

    .q-headline2 {
        letter-spacing: 5px;
    }

    .q-bold1 {
        font-size: 1.846rem;
        line-height: 2.462rem;
    }
}

@media screen and (min-width: 1024px) {
    .q-display1 {
        font-size: 4.571rem;
        line-height: 5rem;
    }

    .q-display2 {
        font-size: 3.429rem;
        line-height: 3.857rem;
    }

    .q-headline1 {
        font-size: 3.429rem;
        line-height: 3.857rem;
    }

    .q-bold1 {
        font-size: 2.571rem;
        line-height: 3rem;
    }
}

/* Direction - text and language buttons */

.ltr{
    direction: ltr !important;
}
.rtl{
    direction: rtl !important;
    /* Arabic character should not have spaces */
    letter-spacing: 0px;
}

/* Overlay - for Masthead and Video */
.video-placeholder, .masthead {
    min-height: 80px;
    position: relative;
}

.headline-center {
    text-align: center;
}

.overlay {
    position: absolute;
    width: 100%;
    z-index: 1;
    text-align: center;
}

.q-responsive-image-container .overlay {
    top: 40%;
}

.overlay h1{
    text-align: center;
    padding: 15px;
}

.checkVin {
    padding-bottom: 6px;
    cursor: pointer;
    border-bottom: 1px solid white;
}

/* Language Buttons*/

.language-buttons h2 {
    padding: 1rem;
}

.language-buttons .items {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    align-content: center;
    justify-content: center;
    flex-wrap: wrap;
}

.language-buttons .items .language-button {
    display: inline-block;
    margin: 15px;
    min-width: 165px;
    flex: 0 1 calc(100% - 30px);
    border-width: 2px;
}

.link-image {
    transform: rotate(-90deg);
    height: 10px;
    width: 10px;
    margin-bottom: 3px;
    margin-left: 3px;
}

.link-image-rtl {
    transform: rotate(90deg);
    height: 10px;
    width: 10px;
    margin-bottom: 3px;
    margin-right: 3px;
}

/*
.q-video-container {
    margin-left: auto;
    margin-right: auto;
    width: 1420px;
}
*/

/* Video overlay and play button */
.o-icon-playbutton--l::after {
    border-bottom: 15px solid transparent;
    border-left-width: 22px;
    border-top: 15px solid transparent;
}
.o-icon-playbutton::after {
    border-bottom: 7.5px solid transparent;
    border-left: 11px solid #fff;
    border-top: 7.5px solid transparent;
    content: '';
    height: 0;
    left: calc(50% + 2px);
    position: absolute;
    top: 50%;
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    width: 0;
}

.o-icon-playbutton {
    background-image: url('../images/video_play_btn.svg');
    border-color: #fff;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    height: 50px;
    position: relative;
    width: 50px;
}

.flex-container {
    display: flex;
    justify-content: center;
    align-items:  center;
}

.flex-container .overlay {
    flex: 0 1 100%;
}

.flex-container .q-responsive-image {
    flex: 0 1 100%;
}

/* information points*/
.information-points {
    padding-left: 0px;
    padding-right: 0px;
}

.headline-center {
    margin-bottom: 2rem;
}

.information-points .items {
    display: flex; /* or inline-flex */
    flex-wrap: wrap;
    flex-flow: column;
}

.information-points .items .item {
    display: flex;
    align-items: center;
    border-top: 1px solid #e6e6e6;
    flex-wrap: wrap;
    flex-grow: 1;
    flex-basis: 35%;
    padding: 2rem;
}

.information-points .items .item:last-of-type {
    border-bottom: 1px solid #e6e6e6;
}

.information-points .items .item img {
    flex: 0 0 40px;
    width: 40px;
    height: 30px;
    margin-right: 2rem;
}

.information-points .items .item h3 {
    flex: 1 0 75%;
    max-width: 260px;
    display: flex;
    align-items: center;
}

.information-points .items .item h3 span {
    flex: 1 0 calc(100% - 13px);
}

.information-points .items .item h3 img {
    height: 13px;
    float: right;
    max-width: 13px;
    margin-right: 0rem;
    flex: 1 0 13px;
}

.information-points .items .item div {
    display: none;
    text-align: left;
    flex: 1 0 100%;
    margin-left: calc(2rem + 40px);
    margin-top: 1.5rem;
    max-width: calc(100% - (2rem + 40px));
}

@media screen and (min-width: 390px){
    .language-buttons .items .language-button{
        flex: 0 1 calc(50% - 30px);
    }

    .information-points .items .item h3 {
        display: block;
        max-width: 100%
    }

    .o-icon-playbutton {
        height: 70px;
        width: 70px;
    }
    
}

@media screen and (min-width: 768px){
    .language-buttons .items .language-button{
        flex: 0 1 calc(33% - 30px);
    }

    .o-icon-playbutton {
        height: 85px;
        width: 85px;
    }

    .information-points {
        padding: 4rem;
    }

    .information-points .items {
        flex-wrap: wrap !important;
        flex-flow: row;
    }

    .information-points .items .item {
        display: block !important;
        border: none;
        flex-grow: 1;
        flex-basis: calc(50% - 2.5rem);
        margin: 1.25rem;
        max-width: calc(50% - 2.5rem);
        padding: 0px;
        text-align: center;
    }

    .information-points .items .item:last-of-type {
        border-bottom: none;
        flex-basis: calc(100% - 2.5rem);
        max-width: calc(100% - 2.5rem);
    }

    .information-points .items .item div {
        display: block;
        text-align: center;
        margin: 0;
        max-width: 100%;
    }

    .information-points .items .item h3 img {
        display: none;
    }

    .information-points .items .item img {
        height: 50px;
        width: auto;
        margin-bottom: 2rem;
        margin-right: 0px;
    }
}

@media screen and (min-width: 1024px){
    .language-buttons .items .language-button{
        flex: 0 1 calc(25% - 30px);
    }

    .o-icon-playbutton {
        height: 100px;
        width: 100px;
    }

    .information-points .items {
        flex-flow: row;
        justify-content: center;
    }

    .information-points .items .item {
        flex-grow: 1;
        flex-basis: 15%;
        margin: 1.25rem;
        min-width: 0px;
    }

    .information-points .items .item:last-of-type {
        flex-basis: calc(75% - 2.5rem);
        max-width: calc(75% - 2.5rem);
    }

    .information-points .items .item img {
        height: 60px;
    }
}

/* FAQ */
.faq-item {
    display: flex;
    flex-wrap: wrap;
    border: 1px solid #e6e6e6;
    padding: 24px;
}

.faq-item div img {
    height: 13px;
    float: right;
    width: 13px;
    margin-top: 1rem;
}

.faq-section {
    padding-bottom: 0px;
    padding-top: 2rem;
}

.faq-question {
    flex: 1 0 75%;
    margin-right: 1.5rem;
}

.faq-answer {
    display: none;
    flex: 1 0 100%;
}

.rtl .faq-answer {
    margin-right: 1.5rem;
}