﻿.keyDetails h1, .keyDetails h2, .keyDetails h3, .keyDetails h4, .keyDetails h5 {
    text-transform: uppercase;
}

    .keyDetails h1 span, .keyDetails h2 span, .keyDetails h3 span, .keyDetails h4 span, .keyDetails h5 span {
        color: #1068ce;
        font-family: 'toyotatext_bd';
    }

.keyDetails {
    position: relative;
    width: 100%;
    max-width: 1600px;
    margin: 0 auto;
    height: 630px;
    overflow: hidden;
    margin-bottom: 45px;
}

.keyDetails--images div {
    position: absolute;
    width: 66.6666%;
    opacity: 0;
    height: 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center center;
    z-index: -1;
    left: -10%;
    top: 0;
}

    .keyDetails--images div.active {
        opacity: 1;
        left: 0%;
        -webkit-transition: all .55s ease-in-out;
        -moz-transition: all .55s ease-in-out;
        -o-transition: all .55s ease-in-out;
        transition: all .55s ease-in-out;
    }

    .keyDetails--images div.inactive {
        opacity: 0;
    }

    .keyDetails--images div.closing {
        left: 10%;
        -webkit-transition: all .70s ease-in-out;
        -moz-transition: all .70s ease-in-out;
        -o-transition: all .70s ease-in-out;
        transition: all .70s ease-in-out;
    }

.keyDetails .section {
    width: 33.33333%;
    float: left;
    position: absolute;
    overflow: hidden;
    max-height: 630px;
    height: 630px;
    -webkit-transition: all .55s ease-in-out;
    -moz-transition: all .55s ease-in-out;
    -o-transition: all .55s ease-in-out;
    transition: all .55s ease-in-out;
    z-index: 999;
}

    .keyDetails .section .imageContainer {
        position: relative;
        height: 630px;
        width: 100%;
    }

        .keyDetails .section .imageContainer img {
            -webkit-transition: all .85s ease-in-out;
            -moz-transition: all .85s ease-in-out;
            -o-transition: all .85s ease-in-out;
            transition: all .85s ease-in-out;
            opacity: 1;
            max-width: none !important;
            -webkit-backface-visibility: visible;
            -moz-backface-visibility: visible;
            backface-visibility: visible;
        }

    .keyDetails .section.active:after {
        content: "";
        width: 100%;
        height: 120px;
        position: absolute;
        bottom: 0;
        left: 0;
        background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(black));
        background: -webkit-linear-gradient(top, transparent 0%, black 100%);
        background: -moz-linear-gradient(top, transparent 0%, black 100%);
        background: -o-linear-gradient(top, transparent 0%, black 100%);
        background: linear-gradient(to bottom, transparent 0%, black 100%);
    }

.keyDetails .section--left {
    left: 0%;
    top: 0%;
}

    .keyDetails .section--left .imageContainer img {
        -webkit-transform-origin: 50% 50%;
        -moz-transform-origin: 50% 50%;
        -ms-transform-origin: 50% 50%;
        -o-transform-origin: 50% 50%;
        transform-origin: 50% 50%;
        -webkit-transform: perspective(500px) translate3d(-39.5%, -36%, -15px);
        -moz-transform: perspective(500px) translate3d(-39.5%, -36%, -15px);
        transform: perspective(500px) translate3d(-39.5%, -36%, -15px);
    }

    .keyDetails .section--left .imageContainer span:after {
        left: 0;
    }

    .keyDetails .section--left .letters {
        left: 0%;
    }

.keyDetails .section--center {
    left: 33.3333%;
    top: 0%;
}

    .keyDetails .section--center .imageContainer img {
        -webkit-transform-origin: 0% 0%;
        -moz-transform-origin: 0% 0%;
        -ms-transform-origin: 0% 0%;
        -o-transform-origin: 0% 0%;
        transform-origin: 0% 0%;
    }

@media (min-width: 993px) {
    .keyDetails .section--center .imageContainer img {
        -webkit-transform: perspective(500px) translate3d(-27.5%, -25%, -170px);
        -moz-transform: perspective(500px) translate3d(-27.5%, -25%, -170px);
        transform: perspective(500px) translate3d(-27.5%, -25%, -170px);
    }
}

@media (min-width: 1024px) {
    .keyDetails .section--center .imageContainer img {
        -webkit-transform: perspective(500px) translate3d(-26.5%, -25%, -170px);
        -moz-transform: perspective(500px) translate3d(-26.5%, -25%, -170px);
        transform: perspective(500px) translate3d(-26.5%, -25%, -170px);
    }
}

@media (min-width: 1140px) {
    .keyDetails .section--center .imageContainer img {
        -webkit-transform: perspective(500px) translate3d(-24%, -25%, -170px);
        -moz-transform: perspective(500px) translate3d(-24%, -25%, -170px);
        transform: perspective(500px) translate3d(-24%, -25%, -170px);
    }
}

@media (min-width: 1200px) {
    .keyDetails .section--center .imageContainer img {
        -webkit-transform: perspective(500px) translate3d(-25%, -25%, -170px);
        -moz-transform: perspective(500px) translate3d(-25%, -25%, -170px);
        transform: perspective(500px) translate3d(-25%, -25%, -170px);
    }
}

@media (min-width: 1300px) {
    .keyDetails .section--center .imageContainer img {
        -webkit-transform: perspective(500px) translate3d(-23.5%, -25%, -170px);
        -moz-transform: perspective(500px) translate3d(-23.5%, -25%, -170px);
        transform: perspective(500px) translate3d(-23.5%, -25%, -170px);
    }
}

@media (min-width: 1500px) {
    .keyDetails .section--center .imageContainer img {
        -webkit-transform: perspective(500px) translate3d(-22.5%, -25%, -170px);
        -moz-transform: perspective(500px) translate3d(-22.5%, -25%, -170px);
        transform: perspective(500px) translate3d(-22.5%, -25%, -170px);
    }
}

@media (min-width: 1600px) {
    .keyDetails .section--center .imageContainer img {
        -webkit-transform: perspective(500px) translate3d(-22%, -25%, -170px);
        -moz-transform: perspective(500px) translate3d(-22%, -25%, -170px);
        transform: perspective(500px) translate3d(-22%, -25%, -170px);
    }
}

.keyDetails .section--center .imageContainer span:after {
    left: 50%;
    margin-left: 0px;
}

.keyDetails .section--center .letters {
    left: -100%;
}

.keyDetails .section--right {
    left: 66.6666%;
    top: 0%;
}

    .keyDetails .section--right .imageContainer img {
        -webkit-transform-origin: 50% 50%;
        -moz-transform-origin: 50% 50%;
        -ms-transform-origin: 50% 50%;
        -o-transform-origin: 50% 50%;
        transform-origin: 50% 50%;
        -webkit-transform: perspective(500px) translate3d(-19%, -37%, -1px);
        -moz-transform: perspective(500px) translate3d(-19%, -37%, -1px);
        transform: perspective(500px) translate3d(-19%, -37%, -1px);
    }

@media (min-width: 993px) {
    .keyDetails .section--right .imageContainer img {
        -webkit-transform: perspective(500px) translate3d(-19%, -37%, -1px);
        -moz-transform: perspective(500px) translate3d(-19%, -37%, -1px);
        transform: perspective(500px) translate3d(-19%, -37%, -1px);
    }
}

@media (min-width: 1024px) {
    .keyDetails .section--right .imageContainer img {
        -webkit-transform: perspective(500px) translate3d(-19%, -37%, -1px);
        -moz-transform: perspective(500px) translate3d(-19%, -37%, -1px);
        transform: perspective(500px) translate3d(-19%, -37%, -1px);
    }
}

@media (min-width: 1140px) {
    .keyDetails .section--right .imageContainer img {
        -webkit-transform: perspective(500px) translate3d(-19%, -37%, -1px);
        -moz-transform: perspective(500px) translate3d(-19%, -37%, -1px);
        transform: perspective(500px) translate3d(-19%, -37%, -1px);
    }
}

@media (min-width: 1200px) {
    .keyDetails .section--right .imageContainer img {
        -webkit-transform: perspective(500px) translate3d(-19%, -37%, -1px);
        -moz-transform: perspective(500px) translate3d(-19%, -37%, -1px);
        transform: perspective(500px) translate3d(-19%, -37%, -1px);
    }
}

@media (min-width: 1300px) {
    .keyDetails .section--right .imageContainer img {
        -webkit-transform: perspective(500px) translate3d(-19%, -37%, -1px);
        -moz-transform: perspective(500px) translate3d(-19%, -37%, -1px);
        transform: perspective(500px) translate3d(-19%, -37%, -1px);
    }
}

@media (min-width: 1500px) {
    .keyDetails .section--right .imageContainer img {
        -webkit-transform: perspective(500px) translate3d(-19%, -37%, -1px);
        -moz-transform: perspective(500px) translate3d(-19%, -37%, -1px);
        transform: perspective(500px) translate3d(-19%, -37%, -1px);
    }
}

@media (min-width: 1600px) {
    .keyDetails .section--right .imageContainer img {
        -webkit-transform: perspective(500px) translate3d(-19%, -37%, -1px);
        -moz-transform: perspective(500px) translate3d(-19%, -37%, -1px);
        transform: perspective(500px) translate3d(-19%, -37%, -1px);
    }
}

.keyDetails .section--right .imageContainer span:after {
    right: 0;
}

.keyDetails .section--right .letters {
    left: -200%;
}

.keyDetails .section--button {
    position: absolute;
    top: 65%;
    left: 0;
    width: 100%;
    text-align: center;
    color: #FFF;
    opacity: 1;
    -webkit-transition: all .35s ease-in-out;
    -moz-transition: all .35s ease-in-out;
    -o-transition: all .35s ease-in-out;
    transition: all .35s ease-in-out;
}

    .keyDetails .section--button i {
        border: 1px solid #FFF;
        background-color: transparent;
        padding: 11px 13px;
        -webkit-transition: all .35s ease-in-out;
        -moz-transition: all .35s ease-in-out;
        -o-transition: all .35s ease-in-out;
        transition: all .35s ease-in-out;
    }

.keyDetails .section--title {
    position: absolute;
    top: 75%;
    left: 0;
    width: 100%;
    text-align: center;
    opacity: 1;
    -webkit-transition: all .35s ease-in-out;
    -moz-transition: all .35s ease-in-out;
    -o-transition: all .35s ease-in-out;
    transition: all .35s ease-in-out;
}

    .keyDetails .section--title span {
        text-transform: uppercase;
        color: #FFF;
        font-size: 24px;
        -webkit-transition: all .35s ease-in-out;
        -moz-transition: all .35s ease-in-out;
        -o-transition: all .35s ease-in-out;
        transition: all .35s ease-in-out;
        position: relative;
        display: inline-block;
    }

        .keyDetails .section--title span:after {
            content: "";
            width: 0px;
            height: 3px;
            position: absolute;
            background: #1068ce;
            bottom: -5px;
            -webkit-transition: all .35s ease-in-out;
            -moz-transition: all .35s ease-in-out;
            -o-transition: all .35s ease-in-out;
            transition: all .35s ease-in-out;
        }

.keyDetails .letters {
    position: absolute;
    top: 25%;
    left: 0;
    color: #FFF;
    text-transform: uppercase;
    width: 100vw;
    max-width: 1600px;
    text-align: center;
    opacity: 0.30;
    -webkit-transition: all .35s ease-in-out;
    -moz-transition: all .35s ease-in-out;
    -o-transition: all .35s ease-in-out;
    transition: all .35s ease-in-out;
}

    .keyDetails .letters.active {
        opacity: 0;
    }

.letterVar {
    display: none;
    opacity: 0;
}

    .letterVar h2 {
        text-transform: uppercase;
    }

@media (max-width: 992px) {
    .letterVar {
        display: block;
        width: 100%;
        text-align: center;
        opacity: 1;
        padding: 2.2vh 0;
    }
}

.keyDetails .section--left {
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
}

    .keyDetails .section--left.active {
        left: 0;
        top: -100%;
    }

    .keyDetails .section--left.inactive {
        left: 0;
        top: -100%;
        opacity: 0;
    }

.keyDetails .section--center {
    -webkit-transition-delay: 0.09s;
    -moz-transition-delay: 0.09s;
    -o-transition-delay: 0.09s;
    transition-delay: 0.09s;
}

    .keyDetails .section--center.active {
        left: 33.3333%;
        top: -100%;
    }

    .keyDetails .section--center.inactive {
        opacity: 0;
    }

        .keyDetails .section--center.inactive.side-left {
            left: 33.3333%;
            top: -100%;
        }

        .keyDetails .section--center.inactive.side-right {
            left: 33.3333%;
            top: -100%;
        }

.keyDetails .section--right {
    -webkit-transition-delay: 0.18s;
    -moz-transition-delay: 0.18s;
    -o-transition-delay: 0.18s;
    transition-delay: 0.18s;
}

    .keyDetails .section--right.active {
        left: 66.6666%;
        top: -100%;
    }

    .keyDetails .section--right.inactive {
        left: 66.6666%;
        top: -100%;
    }

.keyDetails .section--button.inactive {
    display: none;
    opacity: 0;
}

.keyDetails .section--title.inactive {
    display: none;
    opacity: 0;
}

.keyDetails .section--left.standby:not(.active) .imageContainer:hover {
    cursor: pointer;
}

    .keyDetails .section--left.standby:not(.active) .imageContainer:hover img {
        -webkit-transform: perspective(500px) translate3d(-39.5%, -36%, -15px) scale(0.9);
        -moz-transform: perspective(500px) translate3d(-39.5%, -36%, -15px) scale(0.9);
        transform: perspective(500px) translate3d(-39.5%, -36%, -15px) scale(0.9);
    }

.keyDetails .section--center.standby:not(.active) .imageContainer:hover {
    cursor: pointer;
}

@media (min-width: 993px) {
    .keyDetails .section--center.standby:not(.active) .imageContainer:hover img {
        -webkit-transform: perspective(500px) translate3d(-27%, -25%, -200px);
        -moz-transform: perspective(500px) translate3d(-27%, -25%, -200px);
        transform: perspective(500px) translate3d(-27%, -25%, -200px);
    }
}

@media (min-width: 1024px) {
    .keyDetails .section--center.standby:not(.active) .imageContainer:hover img {
        -webkit-transform: perspective(500px) translate3d(-26%, -25%, -200px);
        -moz-transform: perspective(500px) translate3d(-26%, -25%, -200px);
        transform: perspective(500px) translate3d(-26%, -25%, -200px);
    }
}

@media (min-width: 1140px) {
    .keyDetails .section--center.standby:not(.active) .imageContainer:hover img {
        -webkit-transform: perspective(500px) translate3d(-23.5%, -25%, -200px);
        -moz-transform: perspective(500px) translate3d(-23.5%, -25%, -200px);
        transform: perspective(500px) translate3d(-23.5%, -25%, -200px);
    }
}

@media (min-width: 1200px) {
    .keyDetails .section--center.standby:not(.active) .imageContainer:hover img {
        -webkit-transform: perspective(500px) translate3d(-24.5%, -25%, -200px);
        -moz-transform: perspective(500px) translate3d(-24.5%, -25%, -200px);
        transform: perspective(500px) translate3d(-24.5%, -25%, -200px);
    }
}

@media (min-width: 1300px) {
    .keyDetails .section--center.standby:not(.active) .imageContainer:hover img {
        -webkit-transform: perspective(500px) translate3d(-23%, -25%, -200px);
        -moz-transform: perspective(500px) translate3d(-23%, -25%, -200px);
        transform: perspective(500px) translate3d(-23%, -25%, -200px);
    }
}

@media (min-width: 1500px) {
    .keyDetails .section--center.standby:not(.active) .imageContainer:hover img {
        -webkit-transform: perspective(500px) translate3d(-21.9%, -25%, -200px);
        -moz-transform: perspective(500px) translate3d(-21.9%, -25%, -200px);
        transform: perspective(500px) translate3d(-21.9%, -25%, -200px);
    }
}

@media (min-width: 1600px) {
    .keyDetails .section--center.standby:not(.active) .imageContainer:hover img {
        -webkit-transform: perspective(500px) translate3d(-21.4%, -25%, -200px);
        -moz-transform: perspective(500px) translate3d(-21.4%, -25%, -200px);
        transform: perspective(500px) translate3d(-21.4%, -25%, -200px);
    }
}

.keyDetails .section--center.standby:not(.active) .imageContainer:hover span:after {
    margin-left: -20px;
}

.keyDetails .section--right.standby:not(.active) .imageContainer:hover {
    cursor: pointer;
}

    .keyDetails .section--right.standby:not(.active) .imageContainer:hover img {
        -webkit-transform: perspective(500px) translate3d(-20.2%, -37.8%, -1px) scale(0.96);
        -moz-transform: perspective(500px) translate3d(-20.2%, -37.8%, -1px) scale(0.96);
        transform: perspective(500px) translate3d(-20.2%, -37.8%, -1px) scale(0.96);
    }

.keyDetails .section.standby:not(.active):hover img {
    opacity: 0.6;
}

.keyDetails .section.standby:not(.active):hover .section--button i {
    color: #FFF;
    background-color: rgba(16, 104, 206, 0.9);
    border-color: #1068ce;
}

.keyDetails .section.standby:not(.active):hover .section--title span:after {
    width: 40px;
}

.keyDetails .section.standby:not(.active):hover .letters {
    opacity: 1;
}

.keyDetails .textSection {
    width: 100%;
    max-width: 1140px;
    min-height: 630px;
    margin: 0 auto;
    position: relative;
    z-index: 10;
    -webkit-transition: all .35s ease-in-out;
    -moz-transition: all .35s ease-in-out;
    -o-transition: all .35s ease-in-out;
    transition: all .35s ease-in-out;
}

    .keyDetails .textSection .textContainer {
        width: 33.3333%;
        right: 10vw;
        position: absolute;
        padding-left: 40px;
        padding-right: 30px;
        -webkit-transition: all .6s ease-in-out;
        -moz-transition: all .6s ease-in-out;
        -o-transition: all .6s ease-in-out;
        transition: all .6s ease-in-out;
    }

    .keyDetails .textSection .textContainer--title {
        float: left;
        width: 100%;
        margin: 80px 0 40px;
        opacity: 0;
        -webkit-transition: all .40s ease-in-out;
        -moz-transition: all .40s ease-in-out;
        -o-transition: all .40s ease-in-out;
        transition: all .40s ease-in-out;
        text-align: left;
    }

        .keyDetails .textSection .textContainer--title h2 {
            font-size: 26px;
            letter-spacing: 0.5px;
            font-style: italic;
            text-align: left;
        }

        .keyDetails .textSection .textContainer--title.active {
            opacity: 1;
        }

    .keyDetails .textSection .textContainer--text {
        float: left;
        width: 100%;
        height: 480px;
        padding-right: 15px;
        padding-bottom: 100px;
        opacity: 0;
        -webkit-transition: all .40s ease-in-out;
        -moz-transition: all .40s ease-in-out;
        -o-transition: all .40s ease-in-out;
        transition: all .40s ease-in-out;
    }

        .keyDetails .textSection .textContainer--text p {
            font-size: 16px;
            line-height: 26px;
            text-align: left;
            text-indent: 0em;
            margin-bottom: 12px;
        }

        .keyDetails .textSection .textContainer--text.active {
            opacity: 1;
        }

        .keyDetails .textSection .textContainer--text .viewport:after {
            content: "";
            width: 100%;
            height: 60px;
            position: absolute;
            bottom: 0;
            left: 0;
            background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(white));
            background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 100%);
            background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 100%);
            background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 100%);
            background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, white 100%);
        }

    .keyDetails .textSection .textContainer.active {
        right: 0vw;
        z-index: 99;
        -webkit-transition: all .95s ease-in-out;
        -moz-transition: all .95s ease-in-out;
        -o-transition: all .95s ease-in-out;
        transition: all .95s ease-in-out;
    }

    .keyDetails .textSection .textContainer.closing {
        right: -10vw;
        -webkit-transition: all .90s ease-in-out;
        -moz-transition: all .90s ease-in-out;
        -o-transition: all .90s ease-in-out;
        transition: all .90s ease-in-out;
    }

.keyDetails .textSection--close {
    background: #4c4c4c;
    color: #FFF;
    float: right;
    height: 40px;
    width: 40px;
    text-align: center;
    padding: 11px 0;
    font-size: 16px;
    position: absolute;
    right: 0;
    top: -50px;
    -webkit-transition: all .65s ease-in-out;
    -moz-transition: all .65s ease-in-out;
    -o-transition: all .65s ease-in-out;
    transition: all .65s ease-in-out;
}

    .keyDetails .textSection--close:hover {
        cursor: pointer;
        background: #1068ce;
    }

    .keyDetails .textSection--close.active {
        top: 0px;
        z-index: 100;
    }

.keyDetails .textSection--background {
    width: 200%;
    left: 66.6666%;
    position: absolute;
    height: 100%;
    background: #FFF;
    opacity: 1;
    -webkit-transition: all .65s ease-in-out;
    -moz-transition: all .65s ease-in-out;
    -o-transition: all .65s ease-in-out;
    transition: all .65s ease-in-out;
}

@media (max-width: 992px) {
    .keyDetails .textSection--background {
        display: none;
    }
}

.keyDetails .textSection.active {
    z-index: 10;
}

    .keyDetails .textSection.active .textSection--background {
        opacity: 1;
    }

.scrollable {
    position: relative;
}

    .scrollable:focus {
        outline: 0;
    }

    .scrollable .viewport {
        position: relative;
        overflow: hidden;
    }

        .scrollable .viewport .overview {
            position: absolute;
        }

    .scrollable .scroll-bar {
        display: none;
    }

        .scrollable .scroll-bar.vertical {
            position: absolute;
            right: 0;
            height: 100%;
        }

            .scrollable .scroll-bar.vertical:after {
                content: "";
                background: #7f7f7f;
                width: 1px;
                height: 100%;
                float: left;
                position: absolute;
                right: -15px;
            }

        .scrollable .scroll-bar.horizontal {
            position: relative;
            width: 100%;
        }

        .scrollable .scroll-bar .thumb {
            position: absolute;
        }

        .scrollable .scroll-bar.vertical .thumb {
            width: 100%;
            width: 11px;
            border: 1px solid #7f7f7f;
            right: -20px;
            background: #FFF;
            z-index: 10;
        }

        .scrollable .scroll-bar.horizontal .thumb {
            height: 100%;
            min-width: 10px;
            left: 0;
        }

.not-selectable {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/*Default skin*/
.scrollable.default-skin {
    padding-right: 10px;
    padding-bottom: 6px;
}

    .scrollable.default-skin .scroll-bar.vertical {
        width: 6px;
    }

    .scrollable.default-skin .scroll-bar.horizontal {
        height: 6px;
    }

    .scrollable.default-skin .scroll-bar .thumb {
        background-color: black;
        opacity: 0.4;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
        width: 10px;
    }

    .scrollable.default-skin .scroll-bar:hover .thumb {
        opacity: 0.6;
    }

.keyDetails .innerNav {
    position: absolute;
    width: 66.6666%;
    bottom: 50px;
    text-align: center;
    opacity: 0;
    z-index: -1;
    -webkit-transition: all .85s ease-in-out;
    -moz-transition: all .85s ease-in-out;
    -o-transition: all .85s ease-in-out;
    transition: all .85s ease-in-out;
}

.keyDetails .innerNav--item {
    font-size: 16px;
    color: #FFF;
    margin: 0 25px;
    display: inline-block;
    position: relative;
    opacity: 0.5;
    text-transform: uppercase;
}

    .keyDetails .innerNav--item:after {
        content: "";
        width: 0px;
        height: 3px;
        position: absolute;
        background: #1068ce;
        bottom: -5px;
        -webkit-transition: all .35s ease-in-out;
        -moz-transition: all .35s ease-in-out;
        -o-transition: all .35s ease-in-out;
        transition: all .35s ease-in-out;
    }

.keyDetails .innerNav--item__left:after {
    left: 0%;
}

.keyDetails .innerNav--item__center:after {
    left: 50%;
    margin-left: 0;
}

.keyDetails .innerNav--item__center:hover:after {
    margin-left: -10px;
}

.keyDetails .innerNav--item__center.active:after {
    margin-left: -10px;
}

.keyDetails .innerNav--item__right:after {
    right: 0%;
}

.keyDetails .innerNav--item.active {
    opacity: 1;
}

    .keyDetails .innerNav--item.active:after {
        background: #FFF;
        width: 20px;
    }

.keyDetails .innerNav--item:hover {
    opacity: 1;
    cursor: pointer;
}

    .keyDetails .innerNav--item:hover:after {
        width: 20px;
    }

.keyDetails .innerNav.active {
    opacity: 1;
    z-index: 10;
}

@media (max-width: 992px) {
    .keyDetails {
        height: 90vh;
        -webkit-transition: all .35s ease-in-out;
        -moz-transition: all .35s ease-in-out;
        -o-transition: all .35s ease-in-out;
        transition: all .35s ease-in-out;
    }

        .keyDetails.active {
            height: 100vh;
        }

    .keyDetails--images {
        display: none;
    }

    .keyDetails .section {
        -webkit-transition: all .35s ease-in-out;
        -moz-transition: all .35s ease-in-out;
        -o-transition: all .35s ease-in-out;
        transition: all .35s ease-in-out;
        height: 33.2333vh;
    }

        .keyDetails .section .imageContainer {
            -webkit-transition: all .35s ease-in-out;
            -moz-transition: all .35s ease-in-out;
            -o-transition: all .35s ease-in-out;
            transition: all .35s ease-in-out;
            height: 33.3333vh;
        }

            .keyDetails .section .imageContainer img {
                opacity: 0.6;
            }
}

@media (max-width: 992px) and (orientation: landscape) and (max-device-width: 736px) {
    .keyDetails .section.active {
        height: 40vh;
    }
}

@media (max-width: 992px) and (orientation: landscape) and (max-device-width: 736px) {
    .keyDetails .section.active .imageContainer {
        height: 40vh;
    }
}

@media (max-width: 992px) {
    .keyDetails .section.active .imageContainer img {
        opacity: 1;
    }

    .keyDetails .section.active:after {
        opacity: 0;
        height: 0;
        display: none;
    }

    .keyDetails .section--left {
        left: 0%;
        top: 0%;
        width: 100%;
    }

        .keyDetails .section--left.active {
            top: 0;
            width: 100%;
            left: 0;
            z-index: 100;
        }

            .keyDetails .section--left.active .imageContainer img {
                -webkit-transform: perspective(530px) translate3d(-73%, -100%, -750px) !important;
                -moz-transform: perspective(530px) translate3d(-73%, -100%, -750px) !important;
                transform: perspective(530px) translate3d(-73%, -100%, -750px) !important;
                -webkit-transform-origin: 50% 50%;
                -moz-transform-origin: 50% 50%;
                -ms-transform-origin: 50% 50%;
                -o-transform-origin: 50% 50%;
                transform-origin: 50% 50%;
                -webkit-transition-delay: 0.15s;
                -moz-transition-delay: 0.15s;
                -o-transition-delay: 0.15s;
                transition-delay: 0.15s;
            }
}

@media (max-width: 992px) and (orientation: landscape) and (max-device-width: 736px) {
    .keyDetails .section--left.active .imageContainer img {
        -webkit-transform: perspective(530px) translate3d(-118%, -154%, -1240px) !important;
        -moz-transform: perspective(530px) translate3d(-118%, -154%, -1240px) !important;
        transform: perspective(530px) translate3d(-118%, -154%, -1240px) !important;
    }
}

@media (max-width: 992px) and (max-width: 768px) {
    .keyDetails .section--left.active .imageContainer img {
        -webkit-transform: perspective(530px) translate3d(-110%, -135%, -1140px) !important;
        -moz-transform: perspective(530px) translate3d(-110%, -135%, -1140px) !important;
        transform: perspective(530px) translate3d(-110%, -135%, -1140px) !important;
    }
}

@media (max-width: 992px) and (max-width: 567px) {
    .keyDetails .section--left.active .imageContainer img {
        -webkit-transform: perspective(530px) translate3d(-130%, -144%, -1280px) !important;
        -moz-transform: perspective(530px) translate3d(-130%, -144%, -1280px) !important;
        transform: perspective(530px) translate3d(-130%, -144%, -1280px) !important;
    }
}

@media (max-width: 992px) and (max-device-width: 736px) {
    .keyDetails .section--left.active .imageContainer img {
        -webkit-transform: perspective(530px) translate3d(-220%, -234%, -2280px) !important;
        -moz-transform: perspective(530px) translate3d(-220%, -234%, -2280px) !important;
        transform: perspective(530px) translate3d(-220%, -234%, -2280px) !important;
    }
}

@media (max-width: 992px) {
    .keyDetails .section--left.inactive {
        top: -33.3333%;
        left: 0;
        z-index: 50;
    }

    .keyDetails .section--left .imageContainer img {
        -webkit-transform: perspective(500px) translate3d(-50%, -50%, -150px) !important;
        -moz-transform: perspective(500px) translate3d(-50%, -50%, -150px) !important;
        transform: perspective(500px) translate3d(-50%, -50%, -150px) !important;
    }
}

@media (max-width: 992px) and (orientation: landscape) and (max-device-width: 736px) {
    .keyDetails .section--left .imageContainer img {
        -webkit-transform: perspective(500px) translate3d(-100%, -135%, -900px) !important;
        -moz-transform: perspective(500px) translate3d(-100%, -135%, -900px) !important;
        transform: perspective(500px) translate3d(-100%, -135%, -900px) !important;
    }
}

@media (max-width: 992px) {
    .keyDetails .section--left .imageContainer:hover img {
        -webkit-transform: perspective(500px) translate3d(-50%, -50%, -150px);
        -moz-transform: perspective(500px) translate3d(-50%, -50%, -150px);
        transform: perspective(500px) translate3d(-50%, -50%, -150px);
    }
}

@media (max-width: 992px) and (orientation: landscape) and (max-device-width: 736px) {
    .keyDetails .section--left .imageContainer:hover img {
        -webkit-transform: perspective(500px) translate3d(-100%, -135%, -900px) !important;
        -moz-transform: perspective(500px) translate3d(-100%, -135%, -900px) !important;
        transform: perspective(500px) translate3d(-100%, -135%, -900px) !important;
    }
}

@media (max-width: 992px) {
    .keyDetails .section--center {
        left: 0%;
        top: 33.3333%;
        width: 100%;
    }

        .keyDetails .section--center .imageContainer img {
            -webkit-transform: perspective(530px) translate3d(-69%, -88%, -500px) !important;
            -moz-transform: perspective(530px) translate3d(-69%, -88%, -500px) !important;
            transform: perspective(530px) translate3d(-69%, -88%, -500px) !important;
            -webkit-transform-origin: 50% 50%;
            -moz-transform-origin: 50% 50%;
            -ms-transform-origin: 50% 50%;
            -o-transform-origin: 50% 50%;
            transform-origin: 50% 50%;
        }
}

@media (max-width: 992px) and (orientation: landscape) and (max-device-width: 736px) {
    .keyDetails .section--center .imageContainer img {
        -webkit-transform: perspective(500px) translate3d(-113%, -152%, -1100px) !important;
        -moz-transform: perspective(500px) translate3d(-113%, -152%, -1100px) !important;
        transform: perspective(500px) translate3d(-113%, -152%, -1100px) !important;
    }
}

@media (max-width: 992px) {
    .keyDetails .section--center .imageContainer:hover img {
        -webkit-transform: perspective(530px) translate3d(-69%, -88%, -500px);
        -moz-transform: perspective(530px) translate3d(-69%, -88%, -500px);
        transform: perspective(530px) translate3d(-69%, -88%, -500px);
        -webkit-transform-origin: 50% 50%;
        -moz-transform-origin: 50% 50%;
        -ms-transform-origin: 50% 50%;
        -o-transform-origin: 50% 50%;
        transform-origin: 50% 50%;
    }
}

@media (max-width: 992px) and (orientation: landscape) and (max-device-width: 736px) {
    .keyDetails .section--center .imageContainer:hover img {
        -webkit-transform: perspective(500px) translate3d(-113%, -152%, -1100px);
        -moz-transform: perspective(500px) translate3d(-113%, -152%, -1100px);
        transform: perspective(500px) translate3d(-113%, -152%, -1100px);
    }
}

@media (max-width: 992px) {
    .keyDetails .section--center.active .imageContainer img {
        -webkit-transform: perspective(530px) translate3d(-74%, -105%, -780px) !important;
        -moz-transform: perspective(530px) translate3d(-74%, -105%, -780px) !important;
        transform: perspective(530px) translate3d(-74%, -105%, -780px) !important;
        -webkit-transform-origin: 50% 50%;
        -moz-transform-origin: 50% 50%;
        -ms-transform-origin: 50% 50%;
        -o-transform-origin: 50% 50%;
        transform-origin: 50% 50%;
        -webkit-transition-delay: 0.20s;
        -moz-transition-delay: 0.20s;
        -o-transition-delay: 0.20s;
        transition-delay: 0.20s;
    }
}

@media (max-width: 992px) and (orientation: landscape) and (max-device-width: 736px) {
    .keyDetails .section--center.active .imageContainer img {
        -webkit-transform: perspective(530px) translate3d(-118%, -155%, -1240px) !important;
        -moz-transform: perspective(530px) translate3d(-118%, -155%, -1240px) !important;
        transform: perspective(530px) translate3d(-118%, -155%, -1240px) !important;
    }
}

@media (max-width: 992px) and (max-width: 768px) {
    .keyDetails .section--center.active .imageContainer img {
        -webkit-transform: perspective(530px) translate3d(-110%, -135%, -1140px) !important;
        -moz-transform: perspective(530px) translate3d(-110%, -135%, -1140px) !important;
        transform: perspective(530px) translate3d(-110%, -135%, -1140px) !important;
    }
}

@media (max-width: 992px) and (max-width: 567px) {
    .keyDetails .section--center.active .imageContainer img {
        -webkit-transform: perspective(530px) translate3d(-130%, -144%, -1280px) !important;
        -moz-transform: perspective(530px) translate3d(-130%, -144%, -1280px) !important;
        transform: perspective(530px) translate3d(-130%, -144%, -1280px) !important;
    }
}

@media (max-width: 992px) and (max-device-width: 736px) {
    .keyDetails .section--center.active .imageContainer img {
        -webkit-transform: perspective(530px) translate3d(-220%, -234%, -2280px) !important;
        -moz-transform: perspective(530px) translate3d(-220%, -234%, -2280px) !important;
        transform: perspective(530px) translate3d(-220%, -234%, -2280px) !important;
    }
}

@media (max-width: 992px) {
    .keyDetails .section--center.active {
        top: 0;
        width: 100%;
        left: 0;
        z-index: 100;
    }

    .keyDetails .section--center.inactive {
        left: 0;
        z-index: 50;
    }

        .keyDetails .section--center.inactive.side-left {
            top: 100%;
            left: 0;
        }

        .keyDetails .section--center.inactive.side-right {
            top: -33.3333%;
            left: 0;
        }

    .keyDetails .section--right {
        left: 0%;
        top: 66.6666%;
        width: 100%;
    }

        .keyDetails .section--right.active {
            top: 0;
            width: 100%;
            left: 0;
            z-index: 100;
        }

        .keyDetails .section--right.inactive {
            top: 100%;
            left: 0;
            z-index: 50;
        }

        .keyDetails .section--right .imageContainer img {
            -webkit-transform: perspective(500px) translate3d(-19%, -42%, -1px) !important;
            -moz-transform: perspective(500px) translate3d(-19%, -42%, -1px) !important;
            transform: perspective(500px) translate3d(-19%, -42%, -1px) !important;
        }
}

@media (max-width: 992px) and (orientation: landscape) and (max-device-width: 736px) {
    .keyDetails .section--right .imageContainer img {
        -webkit-transform: perspective(500px) translate3d(-100%, -128%, -900px) !important;
        -moz-transform: perspective(500px) translate3d(-100%, -128%, -900px) !important;
        transform: perspective(500px) translate3d(-100%, -128%, -900px) !important;
    }
}

@media (max-width: 992px) {
    .keyDetails .section--right .imageContainer:hover img {
        -webkit-transform: perspective(500px) translate3d(-19%, -42%, -1px);
        -moz-transform: perspective(500px) translate3d(-19%, -42%, -1px);
        transform: perspective(500px) translate3d(-19%, -42%, -1px);
    }
}

@media (max-width: 992px) and (orientation: landscape) and (max-device-width: 736px) {
    .keyDetails .section--right .imageContainer:hover img {
        -webkit-transform: perspective(500px) translate3d(-100%, -128%, -900px) !important;
        -moz-transform: perspective(500px) translate3d(-100%, -128%, -900px) !important;
        transform: perspective(500px) translate3d(-100%, -128%, -900px) !important;
    }
}

@media (max-width: 992px) {
    .keyDetails .section--right .imageContainer:after {
        content: "";
        width: 100%;
        height: 80px;
        position: absolute;
        bottom: 0;
        left: 0;
        z-index: 1;
        background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(black));
        background: -webkit-linear-gradient(top, transparent 0%, black 100%);
        background: -moz-linear-gradient(top, transparent 0%, black 100%);
        background: -o-linear-gradient(top, transparent 0%, black 100%);
        background: linear-gradient(to bottom, transparent 0%, black 100%);
        opacity: 0;
        -webkit-transition: all .55s ease-in-out;
        -moz-transition: all .55s ease-in-out;
        -o-transition: all .55s ease-in-out;
        transition: all .55s ease-in-out;
    }

    .keyDetails .section--right.active .imageContainer img {
        -webkit-transform: perspective(530px) translate3d(-73%, -107%, -760px) !important;
        -moz-transform: perspective(530px) translate3d(-73%, -107%, -760px) !important;
        transform: perspective(530px) translate3d(-73%, -107%, -760px) !important;
        -webkit-transform-origin: 50% 50%;
        -moz-transform-origin: 50% 50%;
        -ms-transform-origin: 50% 50%;
        -o-transform-origin: 50% 50%;
        transform-origin: 50% 50%;
        -webkit-transition-delay: 0.30s;
        -moz-transition-delay: 0.30s;
        -o-transition-delay: 0.30s;
        transition-delay: 0.30s;
    }
}

@media (max-width: 992px) and (orientation: landscape) and (max-device-width: 736px) {
    .keyDetails .section--right.active .imageContainer img {
        -webkit-transform: perspective(530px) translate3d(-118%, -153%, -1240px) !important;
        -moz-transform: perspective(530px) translate3d(-118%, -153%, -1240px) !important;
        transform: perspective(530px) translate3d(-118%, -153%, -1240px) !important;
    }
}

@media (max-width: 992px) and (max-width: 768px) {
    .keyDetails .section--right.active .imageContainer img {
        -webkit-transform: perspective(530px) translate3d(-111%, -137%, -1170px) !important;
        -moz-transform: perspective(530px) translate3d(-111%, -137%, -1170px) !important;
        transform: perspective(530px) translate3d(-111%, -137%, -1170px) !important;
    }
}

@media (max-width: 992px) and (max-width: 567px) {
    .keyDetails .section--right.active .imageContainer img {
        -webkit-transform: perspective(530px) translate3d(-153%, -162%, -1480px) !important;
        -moz-transform: perspective(530px) translate3d(-153%, -162%, -1480px) !important;
        transform: perspective(530px) translate3d(-153%, -162%, -1480px) !important;
    }
}

@media (max-width: 992px) and (max-device-width: 736px) {
    .keyDetails .section--right.active .imageContainer img {
        -webkit-transform: perspective(530px) translate3d(-228%, -238%, -2300px) !important;
        -moz-transform: perspective(530px) translate3d(-228%, -238%, -2300px) !important;
        transform: perspective(530px) translate3d(-228%, -238%, -2300px) !important;
    }
}

@media (max-width: 992px) {
    .keyDetails .section--right.active .imageContainer:after {
        opacity: 1;
    }

    .keyDetails .section--button {
        top: auto;
        bottom: 15%;
        left: auto;
        right: 5%;
        width: 50px;
    }

        .keyDetails .section--button i {
            color: #FFF;
            background-color: #1068ce;
            border-color: #1068ce;
            width: 35px;
            height: 35px;
            padding: 10px;
        }

            .keyDetails .section--button i:before {
                float: left;
                -webkit-transform: rotate(0deg);
                -moz-transform: rotate(0deg);
                -ms-transform: rotate(0deg);
                -o-transform: rotate(0deg);
                transform: rotate(0deg);
                -webkit-transition: all .35s ease-in-out;
                -moz-transition: all .35s ease-in-out;
                -o-transition: all .35s ease-in-out;
                transition: all .35s ease-in-out;
            }

        .keyDetails .section--button.inactive {
            opacity: 1;
            display: block;
            z-index: 10;
        }

            .keyDetails .section--button.inactive i:before {
                float: left;
                -webkit-transform: rotate(45deg);
                -moz-transform: rotate(45deg);
                -ms-transform: rotate(45deg);
                -o-transform: rotate(45deg);
                transform: rotate(45deg);
                -webkit-transition: all .35s ease-in-out;
                -moz-transition: all .35s ease-in-out;
                -o-transition: all .35s ease-in-out;
                transition: all .35s ease-in-out;
            }

    .keyDetails .section--title {
        top: auto;
        width: auto;
        left: 5%;
        bottom: 15%;
        z-index: 10;
    }

        .keyDetails .section--title span:after {
            width: 40px;
            bottom: 0px;
            left: 0% !important;
            margin-left: 0px !important;
            background: #1068ce;
        }

        .keyDetails .section--title.inactive {
            opacity: 1;
            display: block;
        }

            .keyDetails .section--title.inactive span:after {
                background: #FFF;
            }

    .keyDetails .letters {
        opacity: 0;
        display: none;
    }

    .keyDetails .textSection {
        height: 100vh;
    }

        .keyDetails .textSection .textContainer {
            width: 100%;
            top: 0;
            right: 0;
            padding: 5% 10% 5% 5%;
            -webkit-transition: all .35s ease-in-out;
            -moz-transition: all .35s ease-in-out;
            -o-transition: all .35s ease-in-out;
            transition: all .35s ease-in-out;
        }

            .keyDetails .textSection .textContainer.active {
                top: 33.3333%;
                -webkit-transition: all .35s ease-in-out;
                -moz-transition: all .35s ease-in-out;
                -o-transition: all .35s ease-in-out;
                transition: all .35s ease-in-out;
            }
}

@media (max-width: 992px) and (orientation: landscape) and (max-device-width: 736px) {
    .keyDetails .textSection .textContainer.active {
        top: 40vh;
        height: 60vh;
        padding: 5vh 5%;
    }
}

@media (max-width: 992px) {
    .keyDetails .textSection .textContainer--title {
        margin: 0px 0 20px;
        -webkit-transition: all .35s ease-in-out;
        -moz-transition: all .35s ease-in-out;
        -o-transition: all .35s ease-in-out;
        transition: all .35s ease-in-out;
    }

    .keyDetails .textSection .textContainer--text {
        -webkit-transition: all .35s ease-in-out;
        -moz-transition: all .35s ease-in-out;
        -o-transition: all .35s ease-in-out;
        transition: all .35s ease-in-out;
        height: 47vh;
        padding-bottom: 0px;
    }
}

@media (max-width: 992px) and (orientation: landscape) and (max-device-width: 736px) {
    .keyDetails .textSection .textContainer--text {
        max-height: 40vh;
    }
}

@media (max-width: 992px) {
    .keyDetails .textSection--left.textContainer {
        top: 33.3333%;
        -webkit-transition: all .35s ease-in-out;
        -moz-transition: all .35s ease-in-out;
        -o-transition: all .35s ease-in-out;
        transition: all .35s ease-in-out;
    }

    .keyDetails .textSection--center.textContainer {
        top: 66.6666%;
        -webkit-transition: all .35s ease-in-out;
        -moz-transition: all .35s ease-in-out;
        -o-transition: all .35s ease-in-out;
        transition: all .35s ease-in-out;
    }

    .keyDetails .textSection--right.textContainer {
        top: 100%;
        -webkit-transition: all .35s ease-in-out;
        -moz-transition: all .35s ease-in-out;
        -o-transition: all .35s ease-in-out;
        transition: all .35s ease-in-out;
    }

    .keyDetails .textSection--close {
        display: none;
    }

    .keyDetails .textSection.active {
        z-index: 1;
    }

    .innerNav {
        display: none;
    }
}

.keyDetails h1, .keyDetails h2, .keyDetails h3, .keyDetails h4, .keyDetails h5 {
    text-transform: uppercase;
}

    .keyDetails h1 span, .keyDetails h2 span, .keyDetails h3 span, .keyDetails h4 span, .keyDetails h5 span {
        color: #1068ce;
        font-family: 'toyotatext_bd';
    }

@media (max-width: 992px) {
    .keyDetails .section .imageContainer img {
        opacity: 1 !important;
    }
}

.keyDetails .section .imageContainer {
    background: #000;
    z-index: -1;
}

</style > <style > .jbl {
    position: relative;
    width: 100%;
    max-width: 1600px;
    margin: 0 auto;
    overflow: hidden;
    line-height: 0;
    background: #000;
    -webkit-font-smoothing: antialiased;
    margin-bottom: 0px;
}

.jbl--mainVideoContainer {
    height: 100%;
    -webkit-background-size: cover !important;
    -moz-background-size: cover !important;
    -o-background-size: cover !important;
    background-size: cover !important;
    z-index: 9999;
}

    .jbl--mainVideoContainer h1 {
        color: #FFF;
        text-align: center;
        padding: 12% 5%;
    }

    .jbl--mainVideoContainer a {
        position: absolute;
        top: 50%;
        left: -webkit-calc(50% - 40px);
        left: -moz-calc(50% - 40px);
        left: calc(50% - 40px);
        width: 80px;
        height: 70px;
        font-size: 80px;
        color: #FFF;
    }

.jbl--mainVideo::-webkit-media-controls {
    display: none !important;
}

.jbl--mainVideoButton {
    position: absolute;
    bottom: 8%;
    left: -webkit-calc(50% - 75px);
    left: -moz-calc(50% - 75px);
    left: calc(50% - 75px);
    z-index: 10;
    color: white;
    border: 1px solid white;
    padding: 18px;
    width: 150px;
    text-transform: uppercase;
    text-align: center;
    background: rgba(0, 0, 0, 0.3);
    -webkit-transition: all .40s ease-in-out;
    -moz-transition: all .40s ease-in-out;
    -o-transition: all .40s ease-in-out;
    transition: all .40s ease-in-out;
}

    .jbl--mainVideoButton:hover {
        cursor: pointer;
        background: #FFF;
        color: #000;
    }

    .jbl--mainVideoButton::-moz-selection {
        background: transparent;
    }

    .jbl--mainVideoButton::selection {
        background: transparent;
    }

.jbl--slider {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: -1;
}

    .jbl--slider.fade {
        opacity: 0;
    }

    .jbl--slider .carousel-inner {
        height: 100%;
    }

        .jbl--slider .carousel-inner .item {
            height: 100%;
            -webkit-background-size: cover !important;
            -moz-background-size: cover !important;
            -o-background-size: cover !important;
            background-size: cover !important;
        }

    .jbl--slider.open {
        z-index: 1;
    }

.jbl .square {
    position: absolute;
    background: rgba(0, 0, 0, 0.7);
    width: 300px;
    height: 300px;
    color: #FFF;
    top: -webkit-calc( 50% - 150px);
    top: -moz-calc( 50% - 150px);
    top: calc( 50% - 150px);
    left: -webkit-calc(50% - 150px);
    left: -moz-calc(50% - 150px);
    left: calc(50% - 150px);
    -webkit-transform: rotate(45deg) translate3d(0, 0, 0);
    -moz-transform: rotate(45deg) translate3d(0, 0, 0);
    transform: rotate(45deg) translate3d(0, 0, 0);
    -webkit-transition: all .35s ease-in-out 0s;
    -moz-transition: all .35s ease-in-out 0s;
    -o-transition: all .35s ease-in-out 0s;
    transition: all .35s ease-in-out 0s;
}

    .jbl .square.over {
        -webkit-transform: rotate(0deg) translate3d(0, 0, 0);
        -moz-transform: rotate(0deg) translate3d(0, 0, 0);
        transform: rotate(0deg) translate3d(0, 0, 0);
        -webkit-transition: all .35s ease-in-out 0s;
        -moz-transition: all .35s ease-in-out 0s;
        -o-transition: all .35s ease-in-out 0s;
        transition: all .35s ease-in-out 0s;
    }

    .jbl .square.open {
        -webkit-transform: rotate(0deg) translate3d(0, 0, 0);
        -moz-transform: rotate(0deg) translate3d(0, 0, 0);
        transform: rotate(0deg) translate3d(0, 0, 0);
        left: -webkit-calc(50% - 275px);
        left: -moz-calc(50% - 275px);
        left: calc(50% - 275px);
        top: 0;
        width: 550px;
        height: 100%;
    }

        .jbl .square.open .square--title {
            top: 10% !important;
            width: -webkit-calc(100% - 180px);
            width: -moz-calc(100% - 180px);
            width: calc(100% - 180px);
        }

        .jbl .square.open .square--text {
            display: block;
            top: 35%;
        }

        .jbl .square.open .square--readMore {
            -webkit-transform: rotate(0deg) translate3d(0, 0, 0);
            -moz-transform: rotate(0deg) translate3d(0, 0, 0);
            transform: rotate(0deg) translate3d(0, 0, 0);
            bottom: 5%;
            border: 1px solid rgba(255, 255, 255, 0.5);
            -webkit-transition: all 0.35s ease-in-out;
            -moz-transition: all 0.35s ease-in-out;
            -o-transition: all 0.35s ease-in-out;
            transition: all 0.35s ease-in-out;
        }

            .jbl .square.open .square--readMore:hover {
                background: rgba(16, 104, 206, 0.9);
                -webkit-transition: all 0.35s ease-in-out, background 1s;
                -moz-transition: all 0.35s ease-in-out, background 1s;
                -o-transition: all 0.35s ease-in-out, background 1s;
                transition: all 0.35s ease-in-out, background 1s;
            }

    .jbl .square.closed {
        -webkit-transition: all 0.35s ease-in-out 0s;
        -moz-transition: all 0.35s ease-in-out 0s;
        -o-transition: all 0.35s ease-in-out 0s;
        transition: all 0.35s ease-in-out 0s;
    }

        .jbl .square.closed .square--title {
            -webkit-transition: all 0.35s ease-in-out 0s;
            -moz-transition: all 0.35s ease-in-out 0s;
            -o-transition: all 0.35s ease-in-out 0s;
            transition: all 0.35s ease-in-out 0s;
        }

        .jbl .square.closed .square--text {
            -webkit-transition: all 0.35s ease-in-out 0s;
            -moz-transition: all 0.35s ease-in-out 0s;
            -o-transition: all 0.35s ease-in-out 0s;
            transition: all 0.35s ease-in-out 0s;
        }

        .jbl .square.closed .square--readMore {
            -webkit-transition: all 0.35s ease-in-out 0s;
            -moz-transition: all 0.35s ease-in-out 0s;
            -o-transition: all 0.35s ease-in-out 0s;
            transition: all 0.35s ease-in-out 0s;
        }

.jbl .square--container {
    position: relative;
    text-align: center;
    height: 100%;
    width: 100%;
    -webkit-transform: rotate(-45deg) translate3d(0, 0, 0);
    -moz-transform: rotate(-45deg) translate3d(0, 0, 0);
    transform: rotate(-45deg) translate3d(0, 0, 0);
    -webkit-transition: all .35s ease-in-out 0s;
    -moz-transition: all .35s ease-in-out 0s;
    -o-transition: all .35s ease-in-out 0s;
    transition: all .35s ease-in-out 0s;
}

    .jbl .square--container.over {
        -webkit-transform: rotate(0deg) translate3d(0, 0, 0);
        -moz-transform: rotate(0deg) translate3d(0, 0, 0);
        transform: rotate(0deg) translate3d(0, 0, 0);
    }

    .jbl .square--container.open {
        -webkit-transform: rotate(0deg) translate3d(0, 0, 0);
        -moz-transform: rotate(0deg) translate3d(0, 0, 0);
        transform: rotate(0deg) translate3d(0, 0, 0);
        padding: 0px 90px;
        -webkit-transition: all .35s ease-in-out 0s;
        -moz-transition: all .35s ease-in-out 0s;
        -o-transition: all .35s ease-in-out 0s;
        transition: all .35s ease-in-out 0s;
    }

    .jbl .square--container.closed {
        -webkit-transition: all 0.35s ease-in-out 0s;
        -moz-transition: all 0.35s ease-in-out 0s;
        -o-transition: all 0.35s ease-in-out 0s;
        transition: all 0.35s ease-in-out 0s;
    }

.jbl .square--title {
    position: absolute;
    -webkit-font-smoothing: antialiased;
    width: 100%;
    -webkit-transition: all .35s ease-in-out;
    -moz-transition: all .35s ease-in-out;
    -o-transition: all .35s ease-in-out;
    transition: all .35s ease-in-out;
}

    .jbl .square--title h2 {
        text-transform: uppercase;
    }

.jbl .square--readMore {
    position: absolute;
    font-size: 18px;
    bottom: 10%;
    left: -webkit-calc(50% - 10px);
    left: -moz-calc(50% - 10px);
    left: calc(50% - 10px);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    border: 1px solid rgba(255, 255, 255, 0);
    width: 36px;
    text-align: center;
    padding: 8px 0;
    -webkit-transition: all .70s ease;
    -moz-transition: all .70s ease;
    -o-transition: all .70s ease;
    transition: all .70s ease;
}

    .jbl .square--readMore:hover {
        cursor: pointer;
    }

.jbl .square--text {
    display: block;
    z-index: -1;
    width: 370px;
    top: 27%;
    position: absolute;
    height: 45%;
    -webkit-transition: all .35s ease-in-out;
    -moz-transition: all .35s ease-in-out;
    -o-transition: all .35s ease-in-out;
    transition: all .35s ease-in-out;
}

@media (min-width: 600px) {
    .jbl .square--text {
        height: 100px;
    }
}

@media (min-width: 768px) {
    .jbl .square--text {
        height: 132px;
    }
}

@media (min-width: 993px) {
    .jbl .square--text {
        height: 174px;
    }
}

@media (min-width: 1024px) {
    .jbl .square--text {
        height: 180px;
    }
}

@media (min-width: 1140px) {
    .jbl .square--text {
        height: 200px;
    }
}

@media (min-width: 1200px) {
    .jbl .square--text {
        height: 215px;
    }
}

@media (min-width: 1300px) {
    .jbl .square--text {
        height: 235px;
    }
}

@media (min-width: 1500px) {
    .jbl .square--text {
        height: 265px;
    }
}

@media (min-width: 1600px) {
    .jbl .square--text {
        height: 285px;
    }
}

.jbl .square--text p {
    color: #FFF;
    opacity: 0;
    text-align: left;
    text-indent: 0;
    -webkit-transition: all .35s ease-in-out 0s;
    -moz-transition: all .35s ease-in-out 0s;
    -o-transition: all .35s ease-in-out 0s;
    transition: all .35s ease-in-out 0s;
}

    .jbl .square--text p.open {
        -webkit-transition: all .35s ease-in-out 0.6s;
        -moz-transition: all .35s ease-in-out 0.6s;
        -o-transition: all .35s ease-in-out 0.6s;
        transition: all .35s ease-in-out 0.6s;
        opacity: 1;
    }

.jbl .square--text .scroll-bar {
    -webkit-transition: all .25s ease-in-out 0s;
    -moz-transition: all .25s ease-in-out 0s;
    -o-transition: all .25s ease-in-out 0s;
    transition: all .25s ease-in-out 0s;
    opacity: 0;
}

    .jbl .square--text .scroll-bar.open {
        opacity: 1;
        -webkit-transition: all .35s ease-in-out 1s;
        -moz-transition: all .35s ease-in-out 1s;
        -o-transition: all .35s ease-in-out 1s;
        transition: all .35s ease-in-out 1s;
    }

.jbl .arrow {
    position: absolute;
    top: 47%;
    font-size: 30px;
    color: #FFF;
    border: 1px solid rgba(255, 255, 255, 0.5);
    width: 35px;
    height: 34px;
    text-align: center;
    z-index: 2;
    opacity: 0;
}

.jbl .arrow__left {
    left: 5%;
    padding-right: 2px;
}

.jbl .arrow__right {
    right: 5%;
    padding-left: 2px;
}

.jbl .arrow:hover {
    background: #FFF;
    color: #000;
    border: 1px solid white;
    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}

.jbl .closeExpanded {
    position: absolute;
    top: 10%;
    right: 5%;
    font-size: 30px;
    color: rgba(255, 255, 255, 0.3);
    width: 35px;
    height: 20px;
    text-align: center;
    z-index: 2;
    opacity: 0;
}

#jbl--sliderVideos .item {
    -webkit-transition: all 0.5s linear 0.65s;
    -moz-transition: all 0.5s linear 0.65s;
    -o-transition: all 0.5s linear 0.65s;
    transition: all 0.5s linear 0.65s;
}

*::-webkit-media-controls-panel {
    display: none !important;
    -webkit-appearance: none;
}

*::--webkit-media-controls-play-button {
    display: none !important;
    -webkit-appearance: none;
}

*::-webkit-media-controls-start-playback-button {
    display: none !important;
    -webkit-appearance: none;
}

@media (max-device-width: 1024px) {
    .jbl {
        height: 100vh !important;
    }

        .jbl .square.open {
            width: 100%;
            left: 0;
        }

            .jbl .square.open .square--title {
                width: 80% !important;
            }

            .jbl .square.open .square--text {
                height: 45%;
                top: 30%;
            }

            .jbl .square.open .square--readMore {
                bottom: auto;
                top: 90%;
                left: 45%;
            }

                .jbl .square.open .square--readMore:hover {
                    background: transparent;
                }

        .jbl .square--container.open {
            padding: 0px 10%;
        }

        .jbl .square--text {
            width: 80%;
        }

        .jbl .square--readMore {
            left: 44%;
            top: 90%;
            bottom: auto;
        }

        .jbl .arrow {
            top: 90%;
        }

            .jbl .arrow:hover {
                background: transparent;
                color: #FFF;
                border: 1px solid rgba(255, 255, 255, 0.5);
            }

    #jbl--sliderVideos .item {
        -webkit-transition: all 0.5s linear 0s;
        -moz-transition: all 0.5s linear 0s;
        -o-transition: all 0.5s linear 0s;
        transition: all 0.5s linear 0s;
    }
}

</style > <style > @media all and (max-width: 767px) {
    .landing-panel .landing-panel-copy;

{
    padding: 0 15px;
}

.landing-panel .landing-panel-copy h3 {
    margin-bottom: 30px;
}

.landing-panel .landing-panel-copy p {
    padding-bottom: 20px;
    line-height: 30px;
}

.landing-panel .landinsg-panel-container h2 {
    line-height: 3px;
    line-height: 3rem;
    letter-spacing: 2px;
}

.landing-panel .landing-panel-container .landing-panel-header {
    padding: 70px 20px 20px 0px;
    margin: -40px 15px 20px;
}

.cta-container .landing-panel .landing-panel-container .landing-panel-header {
    padding: 20px;
    margin: 0 15px;
}

.column-display:not(.cta-container) .landing-panel {
    width: 100%;
}

    .column-display:not(.cta-container) .landing-panel .landing-panel-container img {
        margin-bottom: 30px;
    }

    .column-display:not(.cta-container) .landing-panel .landing-panel-container .landing-panel-header {
        padding: 20px 20px 70px 20px;
        margin: 0 15px -40px;
    }

.landing-panel .btn {
    display: block;
}

.landing-half {
    padding-top: 30px !important;
    padding-bottom: 30px;
}

    .landing-half.column-display .image-wrap {
        display: none;
    }

    .landing-half.video-included {
        display: table-cell;
        display: -ms-flexbox;
        /* TWEENER - IE 10 */
        display: -webkit-flex;
        /* NEW - Chrome */
        display: flex;
        -webkit-flex-direction: column-reverse;
        -moz-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
        -o-flex-direction: column-reverse;
        flex-direction: column-reverse;
        padding-top: 60px !important;
    }

        .landing-half.video-included .image-wrap img {
            display: none;
        }

        .landing-half.video-included .landing-panel-container .landing-panel-header {
            padding: 20px 20px 70px 20px;
            margin: 0 15px -40px 15px;
            position: relative;
            z-index: 1;
        }

.cta-wrapper {
    text-align: left;
}

    .cta-wrapper .btn {
        margin: 20px 0 0 0;
    }

#ytplayer {
    padding: 23% 0;
}

.image-wrap {
    position: relative;
}

}

@media all and (min-width: 768px) {
    .image-wrap {
        position: absolute;
        top: 0;
        right: calc(((100% - 750px) / 2) + (750px / 2) - 15px);
        bottom: 0;
        left: 0;
    }

        .image-wrap video {
            position: absolute;
            left: 0;
            top: 0;
            bottom: 0;
            width: 100%;
            z-index: 1;
            cursor: col-resize;
        }

        .image-wrap img {
            display: none;
        }

    .reverse:not(.column-display) .image-wrap {
        right: 0;
        left: calc(((100% - 750px) / 2) + (750px / 2) - 15px);
    }

        .reverse:not(.column-display) .image-wrap.active {
            left: 0;
        }

    .column-display .image-wrap {
        position: relative;
        right: initial;
        left: initial;
    }

    .image-wrap .bg-image-hero {
        position: absolute;
        top: 0;
        bottom: 0;
        height: auto;
        max-height: none;
    }

    .landing-half {
        display: table;
        display: -ms-flexbox;
        /* TWEENER - IE 10 */
        display: -webkit-flex;
        /* NEW - Chrome */
        display: flex;
        flex-flow: row wrap;
        -webkit-box-align: stretch;
        -moz-box-align: stretch;
        -webkit-align-items: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
        padding-top: 0 !important;
    }

        .landing-half.reverse {
            -webkit-flex-direction: row-reverse;
            -moz-flex-direction: row-reverse;
            -ms-flex-direction: row-reverse;
            -o-flex-direction: row-reverse;
            flex-direction: row-reverse;
        }

        .landing-half.column-display:not(.cta-container) {
            -webkit-flex-direction: column;
            -moz-flex-direction: column;
            -ms-flex-direction: column;
            -o-flex-direction: column;
            flex-direction: column;
            -webkit-box-align: flex-start;
            -moz-box-align: flex-start;
            -webkit-align-items: flex-start;
            -ms-flex-align: flex-start;
            align-items: flex-start;
            padding-bottom: 40px;
        }

            .landing-half.column-display:not(.cta-container).reverse {
                -webkit-flex-direction: column-reverse;
                -moz-flex-direction: column-reverse;
                -ms-flex-direction: column-reverse;
                -o-flex-direction: column-reverse;
                flex-direction: column-reverse;
                margin: 40px 0 0;
                padding-bottom: 0;
            }

    .video-included .landing-panel {
        min-height: 520px;
        display: -ms-flexbox;
        /* TWEENER - IE 10 */
        display: -webkit-flex;
        /* NEW - Chrome */
        display: flex;
        -webkit-box-align: center;
        -moz-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .video-included .image-wrap {
        padding-bottom: 0;
        display: table-cell;
        display: -ms-flexbox;
        /* TWEENER - IE 10 */
        display: -webkit-flex;
        /* NEW - Chrome */
        display: flex;
        -webkit-box-align: center;
        -moz-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .landing-panel {
        width: 750px;
        margin: 0 auto;
        padding: 0 15px;
        min-height: 500px;
    }

    .column-display .landing-panel {
        min-height: 0;
    }

    .landing-panel img {
        display: none;
    }

    .landing-panel .landing-panel-container {
        float: right;
        width: calc(50% - 15px);
        position: relative;
    }

        .landing-panel .landing-panel-container h2 {
            font-size: 26px;
            font-size: 2.6rem;
            line-height: 34px;
            line-height: 3.4rem;
            letter-spacing: 2px;
        }

        .landing-panel .landing-panel-container h3 {
            line-height: 24px;
            line-height: 2.4rem;
        }

        .landing-panel .landing-panel-container.align-right {
            float: left;
        }

    .column-display .landing-panel .landing-panel-container {
        display: table-cell;
        display: -ms-flexbox;
        /* TWEENER - IE 10 */
        display: -webkit-flex;
        /* NEW - Chrome */
        display: flex;
    }

    .column-display.reverse .landing-panel .landing-panel-container {
        -webkit-flex-direction: row-reverse;
        -moz-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
        -o-flex-direction: row-reverse;
        flex-direction: row-reverse;
    }

        .column-display.reverse .landing-panel .landing-panel-container.title-left {
            -webkit-flex-direction: row;
            -moz-flex-direction: row;
            -ms-flex-direction: row;
            -o-flex-direction: row;
            flex-direction: row;
        }



    .landing-panel .landing-panel-container .landing-panel-header {
        max-width: none;
    }

        .landing-panel .landing-panel-container .landing-panel-header.left-over {
            width: calc(100% + 40px);
            margin: 40px 0 0px -40px;
            padding: 30px 20px 30px 70px;
        }

        .landing-panel .landing-panel-container .landing-panel-header.right-over {
            width: calc(100% + 40px);
            margin: 40px -40px 0px 0;
            padding: 30px 80px 30px 0px;
        }

        .landing-panel .landing-panel-container .landing-panel-header.bottom-over {
            width: 50%;
            margin: -40px 15px calc((100vw - 375px) / 3) 0;
            padding: 0 30px 30px 30px;
            display: -ms-flexbox;
            /* TWEENER - IE 10 */
            display: -webkit-flex;
            /* NEW - Chrome */
            display: flex;
            -webkit-box-align: flex-end;
            -moz-box-align: flex-end;
            -webkit-align-items: flex-end;
            -ms-flex-align: flex-end;
            align-items: flex-end;
        }

    .no-flexbox .landing-panel .landing-panel-container .landing-panel-header.bottom-over {
        width: calc(50% - 60px);
        float: left;
    }

        .no-flexbox .landing-panel .landing-panel-container .landing-panel-header.bottom-over h2 {
            padding-top: 280px;
        }

    .eq-ie10 .landing-panel .landing-panel-container .landing-panel-header.bottom-over {
        position: relative;
    }

        .eq-ie10 .landing-panel .landing-panel-container .landing-panel-header.bottom-over h2 {
            position: absolute;
            bottom: 30px;
            left: 30px;
            right: 30px;
        }

    .landing-panel .landing-panel-container .landing-panel-header.top-over {
        width: 50%;
        margin: 0 0 -40px 0;
        padding: 40px 30px 80px 30px;
    }

    .no-flexbox .landing-panel .landing-panel-container .landing-panel-header.top-over {
        width: calc(50% - 60px);
        float: right;
    }

    .cta-container .landing-panel .landing-panel-container .landing-panel-header {
        margin: 40px 0;
        padding: 30px 30px 15px 30px;
        width: 100%;
    }

        .cta-container .landing-panel .landing-panel-container .landing-panel-header h2 {
            text-align: center;
            margin-bottom: 15px;
        }

    .landing-panel .landing-panel-container .landing-panel-copy {
        padding-bottom: 30px;
    }

        .landing-panel .landing-panel-container .landing-panel-copy.left-over {
            padding-left: 30px;
        }

            .landing-panel .landing-panel-container .landing-panel-copy.left-over .btn {
                margin-bottom: 20px;
            }

        .landing-panel .landing-panel-container .landing-panel-copy.right-over {
            padding-right: 30px;
        }

        .landing-panel .landing-panel-container .landing-panel-copy.bottom-over {
            width: 50%;
            padding: 40px 0 20px 40px;
        }

    .no-flexbox .landing-panel .landing-panel-container .landing-panel-copy.bottom-over {
        width: calc(50% - 40px);
        float: left;
    }

    .landing-panel .landing-panel-container .landing-panel-copy.top-over {
        width: 50%;
        padding: 0 30px 20px 0;
    }

    .landing-panel .landing-panel-container.title-left .landing-panel-copy.top-over {
        width: 50%;
        padding: 0 0 20px 30px;
    }

    .no-flexbox .landing-panel .landing-panel-container .landing-panel-copy.top-over {
        width: calc(50% - 30px);
        float: right;
    }

    .landing-panel .landing-panel-container .landing-panel-copy.top-over p {
        margin-top: 20px;
    }

    .landing-panel .landing-panel-container .landing-panel-copy p {
        padding-bottom: 20px;
        line-height: 25px;
        line-height: 2.5rem;
    }

    .landing-panel .landing-panel-container .cta-wrapper {
        text-align: center;
    }

        .landing-panel .landing-panel-container .cta-wrapper .btn {
            margin: 15px;
        }
}

@media all and (min-width: 992px) {
    .image-wrap {
        right: calc(((100% - 970px) / 2) + (970px / 3));
    }

    .reverse:not(.column-display) .image-wrap {
        left: calc(((100% - 970px) / 2) + (970px / 3));
    }

    .landing-half.cta-container {
        -webkit-box-align: center;
        -moz-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .landing-half.column-display:not(.cta-container) {
        padding-bottom: 60px;
    }

        .landing-half.column-display:not(.cta-container).reverse {
            margin: 60px 0 0;
        }

    .video-included .landing-panel {
        min-height: 600px;
    }

    .landing-panel {
        width: 970px;
        min-height: 600px;
    }

    .column-display .landing-panel {
        min-height: 0;
    }

    .landing-panel .landing-panel-container {
        width: 33.33%;
    }

        .landing-panel .landing-panel-container h2 {
            font-size: 28px;
            font-size: 2.8rem;
            line-height: 40px;
            line-height: 4.0rem;
        }

        .landing-panel .landing-panel-container h3 {
            line-height: 28px;
            line-height: 2.8rem;
        }

        .landing-panel .landing-panel-container .landing-panel-header {
            max-width: none;
        }

            .landing-panel .landing-panel-container .landing-panel-header.left-over {
                width: calc(100% + 60px);
                margin: 60px 0 0px -60px;
                padding: 30px 30px 30px 120px;
            }

            .landing-panel .landing-panel-container .landing-panel-header.right-over {
                width: calc(100% + 60px);
                margin: 60px -60px 0px 0;
                padding: 30px 120px 30px 0px;
            }

            .landing-panel .landing-panel-container .landing-panel-header.bottom-over {
                width: 33.33% !important;
                margin: -60px 0 0 33.33%;
            }

    .static-video .landing-panel .landing-panel-container .landing-panel-header.bottom-over {
        margin: -60px 0 0 0;
    }

    .landing-panel .landing-panel-container .landing-panel-header.top-over {
        width: 33.33% !important;
        margin: 0 0 -60px 0;
        padding: 40px 30px 120px 30px;
    }

    .cta-container .landing-panel .landing-panel-container .landing-panel-header {
        margin: 60px 0;
        padding: 40px 30px;
        display: -ms-flexbox;
        /* TWEENER - IE 10 */
        display: -webkit-flex;
        /* NEW - Chrome */
        display: flex;
        -webkit-box-align: center;
        -moz-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .no-flexbox .cta-container .landing-panel .landing-panel-container .landing-panel-header {
        float: left;
        width: 100%;
    }

    .cta-container .landing-panel .landing-panel-container .landing-panel-header h2 {
        max-width: calc(33.33% - 20px);
        text-align: left;
        margin-bottom: 0;
    }

    .no-flexbox .cta-container .landing-panel .landing-panel-container .landing-panel-header h2 {
        float: left;
    }

    .landing-panel .landing-panel-container .landing-panel-copy {
        padding-bottom: 30px;
    }

        .landing-panel .landing-panel-container .landing-panel-copy.left-over {
            padding-left: 60px;
        }

            .landing-panel .landing-panel-container .landing-panel-copy.left-over .btn {
                margin-bottom: 30px;
            }

        .landing-panel .landing-panel-container .landing-panel-copy.right-over {
            padding-right: 60px;
        }

        .landing-panel .landing-panel-container .landing-panel-copy.bottom-over {
            width: 33.33% !important;
            padding: 60px 0 20px 60px;
        }

    .static-video .landing-panel .landing-panel-container .landing-panel-copy.bottom-over {
        width: 66.66% !important;
    }

        .static-video .landing-panel .landing-panel-container .landing-panel-copy.bottom-over .landing-text-wrap {
            display: -ms-flexbox;
            /* TWEENER - IE 10 */
            display: -webkit-flex;
            /* NEW - Chrome */
            display: flex;
        }

            .static-video .landing-panel .landing-panel-container .landing-panel-copy.bottom-over .landing-text-wrap p {
                width: calc(50% - 30px);
                margin-right: 30px;
            }

    .no-flexbox .static-video .landing-panel .landing-panel-container .landing-panel-copy.bottom-over .landing-text-wrap p {
        float: left;
    }

    .landing-panel .landing-panel-container .landing-panel-copy.top-over {
        width: 66.66% !important;
        padding: 0 30px 30px 0;
        display: -ms-flexbox;
        /* TWEENER - IE 10 */
        display: -webkit-flex;
        /* NEW - Chrome */
        display: flex;
    }

    .landing-panel .landing-panel-container.title-left .landing-panel-copy.top-over {
        width: 66.66% !important;
        padding: 0 0 30px 30px;
        display: -ms-flexbox;
        /* TWEENER - IE 10 */
        display: -webkit-flex;
        /* NEW - Chrome */
        display: flex;
    }



    .landing-panel .landing-panel-container .landing-panel-copy.top-over h3 {
        width: 50%;
        margin-right: 30px;
    }

    .no-flexbox .landing-panel .landing-panel-container .landing-panel-copy.top-over h3 {
        width: calc(50% - 15px);
        float: left;
    }

    .landing-panel .landing-panel-container .landing-panel-copy.top-over p {
        width: 50%;
        margin-top: 0;
    }

        .landing-panel .landing-panel-container .landing-panel-copy.top-over p:first-child {
            margin-right: 30px;
        }

    .no-flexbox .landing-panel .landing-panel-container .landing-panel-copy.top-over p {
        width: calc(50% - 15px);
        float: left;
    }

    .landing-panel .landing-panel-container .landing-panel-copy p {
        padding-bottom: 30px;
    }

    .landing-panel .landing-panel-container .cta-wrapper {
        width: calc(66.66% + 20px);
        text-align: right;
    }

    .no-flexbox .landing-panel .landing-panel-container .cta-wrapper {
        float: left;
    }

    .landing-panel .landing-panel-container .cta-wrapper .btn {
        margin: 15px 0 15px 15px;
    }
}

@media all and (min-width: 1200px) {
    .image-wrap {
        right: calc(((100% - 1140px) / 2) + (1140px / 3));
    }

    .reverse:not(.column-display) .image-wrap {
        left: calc(((100% - 1140px) / 2) + (1140px / 3));
    }

    .landing-half.column-display:not(.cta-container) {
        padding-bottom: 100px;
    }

        .landing-half.column-display:not(.cta-container).reverse {
            margin: 100px 0 0;
        }

    .video-included .landing-panel {
        min-height: 740px;
    }

    .landing-panel {
        width: 1140px;
        min-height: 900px;
    }

    .column-display .landing-panel {
        min-height: 0;
    }

    .landing-panel .landing-panel-container h2 {
        font-size: 32px;
        font-size: 3.2rem;
        line-height: 46px;
        line-height: 4.6rem;
    }

    .landing-panel .landing-panel-container h3 {
        line-height: 30px;
        line-height: 3rem;
    }

    .landing-panel .landing-panel-container .landing-panel-header {
        max-width: none;
    }

        .landing-panel .landing-panel-container .landing-panel-header.left-over {
            width: calc(100% + 100px);
            margin: 100px 0 0px -100px;
            padding: 40px 30px 40px 200px;
        }

        .landing-panel .landing-panel-container .landing-panel-header.right-over {
            width: calc(100% + 100px);
            margin: 100px -100px 0px 0;
            padding: 40px 200px 40px 0px;
        }

        .landing-panel .landing-panel-container .landing-panel-header.bottom-over {
            margin: -100px 0 0 33.33%;
            padding: 0 30px 40px 30px;
        }

    .static-video .landing-panel .landing-panel-container .landing-panel-header.bottom-over {
        margin: -100px 0 0 0;
    }

    .landing-panel .landing-panel-container .landing-panel-header.top-over {
        margin: 0 0 -100px 0;
        padding: 40px 30px 180px 30px;
    }

    .cta-container .landing-panel .landing-panel-container .landing-panel-header {
        margin: 100px 0;
    }

    .landing-panel .landing-panel-container .landing-panel-copy {
        padding-bottom: 60px;
    }

        .landing-panel .landing-panel-container .landing-panel-copy.left-over {
            padding-left: 100px;
        }

            .landing-panel .landing-panel-container .landing-panel-copy.left-over .btn {
                margin-bottom: 40px;
            }

        .landing-panel .landing-panel-container .landing-panel-copy.right-over {
            padding-right: 100px;
        }

        .landing-panel .landing-panel-container .landing-panel-copy.bottom-over {
            padding: 60px 0 60px 100px;
        }

    .static-video .landing-panel .landing-panel-container .landing-panel-copy.bottom-over .landing-text-wrap p {
        width: calc(50% - 40px);
        margin-right: 40px;
    }

    .landing-panel .landing-panel-container .landing-panel-copy.top-over {
        padding: 0 30px 60px 0;
    }

    .landing-panel .landing-panel-container.title-left .landing-panel-copy.top-over {
        padding: 0 0px 60px 30px;
    }



    .landing-panel .landing-panel-container .landing-panel-copy.top-over h3 {
        width: 40%;
        margin-right: 30px;
    }

    .landing-panel .landing-panel-container .landing-panel-copy.top-over p {
        width: 40%;
    }

        .landing-panel .landing-panel-container .landing-panel-copy.top-over p:first-child {
            margin-right: 30px;
        }

    .landing-panel .landing-panel-container .landing-panel-copy p {
        padding-bottom: 40px;
    }
}

.landing-panel-copy i {
    font-style: italic;
    font-size: 0.8em;
}

.html5-inpage p {
    text-indent: 0;
}

.html5-inpage {
    padding-bottom: 0 !important;
}

    .html5-inpage .container {
        width: 100%;
        padding: 0;
    }

        .html5-inpage .container .row {
            margin-left: 0;
            margin-right: 0;
        }

            .html5-inpage .container .row .col-xs-12.html5 {
                padding-left: 0;
                padding-right: 0;
            }

.landing-half {
    width: 100%;
    position: relative;
}

.column-display .landing-panel .landing-panel-container {
    width: 100%;
}

.landing-panel .landing-panel-container .landing-panel-header {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    position: relative;
    z-index: 1;
    width: calc(100% - 30px);
}

    .landing-panel .landing-panel-container .landing-panel-header h2 {
        text-align: left;
        text-transform: uppercase;
        font-style: italic;
    }

        .landing-panel .landing-panel-container .landing-panel-header h2 strong {
            font-family: 'toyotadisplay_bd';
            font-style: italic;
            color: #2589d4;
        }

.cta-container .landing-panel .landing-panel-container .landing-panel-header {
    border: 2px solid black;
}

.image-wrap {
    background-size: cover;
    overflow: hidden;
}

    .image-wrap::after {
        content: '';
        display: block;
        width: 100%;
        height: 100%;
    }

.column-display .image-wrap {
    width: 100%;
}

    .column-display .image-wrap::after {
        padding-bottom: 41%;
        height: 0;
    }

.video-included .image-wrap::after {
    width: auto;
}

.static-video .image-wrap::after {
    padding-bottom: 40%;
}


.carchapter-intro {
    background-color: #FFF;
}

    .carchapter-intro .intro-spotlights .col-xs-6:nth-child(odd) {
        padding-right: 0px !important;
    }

.intro-block div {
    text-align: left;
    margin-top: 20px;
}

    .intro-block div strong {
        color: #2589d4;
        font-style: italic;
    }

    .intro-block div:nth-child(2) {
        font-size: 1.1em;
        width: 30%;
        float: left;
        font-style: italic;
        margin-right: 10px;
    }

    .intro-block div:nth-child(3) {
        font-style: normal;
    }

.intro-text-spotlights .spotlight-box > div h2, .intro-text-spotlights .spotlight-box > span h2 {
    color: #2a3f44;
}

.intro-text-spotlights .spotlight-box > div, .intro-text-spotlights .spotlight-box > span {
    background-color: transparent;
    color: #2a3f44;
    border-color: transparent;
}

.spotlight-box > img {
    border: 1px solid #cacaca;
}

#StoryStreamWidgetApp {
    height: 300px;
}

.spotlights-slider {
    overflow: hidden;
    padding: 0;
    margin: 0;
    width: 97vw;
    position: relative;
    margin: 0 -5vw;
    padding: 0 5vw;
}



.intro-spotlights .row.visible-xs {
    width: 200%;
}

    .intro-spotlights .row.visible-xs > div {
        width: 23%;
        margin-left: 1%;
        display: inline-block;
        padding-left: 0px !important;
    }

        .intro-spotlights .row.visible-xs > div:first-child {
            margin-left: 15px;
        }

.intro-spotlights .spotlight-before, .intro-spotlights .spotlight-after {
    display: none;
}

@media (max-width: 767px) {
    .intro-text-spotlights .spotlight-box > div h2, .intro-text-spotlights .spotlight-box > span h2 {
        margin-top: 40px;
    }

    .intro-spotlights .row.visible-xs > div:first-child {
        margin-left: 0;
    }

    .carchapter-intro .intro-spotlights .col-xs-6:nth-child(2n+1) {
        padding-right: 0 !important;
    }

    .carchapter-intro .intro-spotlights .col-xs-6:nth-child(even) {
        padding-left: 0;
        padding-right: 0;
    }

    .carchapter-intro .intro-spotlights .col-xs-6:nth-child(2n) {
        padding-left: 0;
        padding-right: 0;
    }

    .intro-block div {
        margin-top: 0;
    }

        .intro-block div:nth-child(2) {
            font-size: 1.1em;
            width: 100%;
            float: none;
        }

    .intro-spotlights > div:nth-child(2) {
        overflow: hidden;
        position: relative;
        padding: 0 20px;
    }

    .intro-spotlights {
        position: relative;
    }

        .intro-spotlights .description {
            display: none;
        }

    .intro-text-spotlights .spotlight-box > div h2, .intro-text-spotlights .spotlight-box > span h2 {
        margin-top: 30px;
        text-align: center;
    }

    .intro-spotlights .spotlight-before {
        position: absolute;
        top: 40%;
        left: -7px;
        color: white;
        font-size: 1.3em;
        display: block;
        border-radius: 100px;
        width: 31px;
        padding: 5px 8px;
        height: 33px;
        background-color: rgba(0,0,0,.28);
    }

    .intro-spotlights .spotlight-after {
        position: absolute;
        top: 40%;
        right: -7px;
        color: white;
        font-size: 1.3em;
        display: block;
        border-radius: 100px;
        width: 31px;
        padding: 5px 10px;
        height: 33px;
        background-color: rgba(0,0,0,.28);
    }
}

.fa {
    display: inline-block;
    font-family: toyotaicons;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
}

.fa-plus:before {
    content: "\f067";
}

.fa-close:before {
    content: "\f00d";
}

.fa-angle-left:before {
    content: "\f053";
}

.fa-angle-right:before {
    content: "\f054";
}


.intro-text-spotlights .spotlight-box img {
    width: 99%;
}

.carchapter-intro .intro-spotlights .col-xs-6:nth-child(2n+1) {
    padding-right: 15px !important;
}

.carchapter-intro .intro-spotlights .col-xs-6:nth-child(2n) {
    padding-left: 15px;
    padding-right: 15px;
}

</style > <style > section#gallery.active.hidden-xs.scroll-track {
    padding-bottom: 0px;
}

.mediaWall {
    position: relative;
    width: 100%;
    max-width: 1600px;
    margin: 0 auto;
    overflow: hidden;
    margin-bottom: 45px;
}

.mediaWall--column {
    width: 50%;
    float: left;
    height: 100%;
    -webkit-transition: all .35s ease-in-out;
    -moz-transition: all .35s ease-in-out;
    -o-transition: all .35s ease-in-out;
    transition: all .35s ease-in-out;
}

.mediaWall--item {
    width: 100%;
    float: left;
    position: relative;
    overflow: hidden;
    background: #000;
    -webkit-transition: all .35s ease-in-out;
    -moz-transition: all .35s ease-in-out;
    -o-transition: all .35s ease-in-out;
    transition: all .35s ease-in-out;
}

    .mediaWall--item a {
        float: left;
        height: 100%;
        width: 100%;
        position: absolute;
        left: 0;
        top: 0;
        overflow: hidden;
        -webkit-box-shadow: 0px 0px 20px 5px rgba(0, 0, 0, 0.75);
        -moz-box-shadow: 0px 0px 20px 5px rgba(0, 0, 0, 0.75);
        box-shadow: 0px 0px 20px 5px rgba(0, 0, 0, 0.75);
        background-repeat: no-repeat;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        background-position: center center;
    }

        .mediaWall--item a:before {
            content: '\f002';
            font-family: toyotaicons;
            position: absolute;
            color: #FFF;
            background: rgba(16, 104, 206, 0.6);
            width: 36px;
            height: 36px;
            left: -webkit-calc(50% - 18px);
            left: -moz-calc(50% - 18px);
            left: calc(50% - 18px);
            top: -webkit-calc(50% - 18px);
            top: -moz-calc(50% - 18px);
            top: calc(50% - 18px);
            text-align: center;
            font-size: 17px;
            padding: 6px 0px;
            -webkit-transition: all .35s ease-in-out;
            -moz-transition: all .35s ease-in-out;
            -o-transition: all .35s ease-in-out;
            transition: all .35s ease-in-out;
            opacity: 0;
        }

        .mediaWall--item a.gif:before {
            content: '';
            font-family: toyotaicons;
            position: absolute;
            color: #FFF;
            background: rgba(16, 104, 206, 0);
            width: 36px;
            height: 36px;
            left: -webkit-calc(50% - 18px);
            left: -moz-calc(50% - 18px);
            left: calc(50% - 18px);
            top: -webkit-calc(50% - 18px);
            top: -moz-calc(50% - 18px);
            top: calc(50% - 18px);
            text-align: center;
            font-size: 17px;
            padding: 6px 0px;
            -webkit-transition: all .35s ease-in-out;
            -moz-transition: all .35s ease-in-out;
            -o-transition: all .35s ease-in-out;
            transition: all .35s ease-in-out;
            opacity: 0;
        }

        .mediaWall--item a.video:before {
            content: "";
            background-position: 0 -65px;
            height: 59px;
            width: 85px;
            background-color: transparent;
            background-image: url(/images/sprites/sprite-s716760dd45.png);
            background-repeat: no-repeat;
            opacity: 1;
            top: calc(50% - 30px) !important;
            left: calc(50% - 42px) !important;
        }

        .mediaWall--item a.gif:after {
            border: 0px solid rgba(255, 255, 255, 0) !important;
        }

        .mediaWall--item a:after {
            content: "";
            position: absolute;
            border: 5px solid rgba(255, 255, 255, 0);
            width: 100%;
            height: 100%;
            top: 0%;
            left: 0%;
            -webkit-transition: all .35s ease-in-out;
            -moz-transition: all .35s ease-in-out;
            -o-transition: all .35s ease-in-out;
            transition: all .35s ease-in-out;
        }

        .mediaWall--item a:hover:before {
            opacity: 1;
        }

        .mediaWall--item a:hover:after {
            border: 5px solid white;
            width: 90%;
            height: 90%;
            top: 5%;
            left: 5%;
        }

    .mediaWall--item img {
        width: 100%;
    }

.mediaWall--item__0 {
    height: 66.6666%;
}

    .mediaWall--item__0 a.video:before {
        top: -webkit-calc(50% - 9%);
        top: -moz-calc(50% - 9%);
        top: calc(50% - 9%);
    }

.mediaWall--item__1 {
    height: 33.3333%;
}

    .mediaWall--item__1 iframe {
        margin-top: -25%;
    }

.mediaWall--item__2 {
    height: 33.3333%;
}

    .mediaWall--item__2 iframe {
        margin-top: -25%;
    }

.mediaWall--item__3 {
    height: 33.3333%;
}

    .mediaWall--item__3 iframe {
        margin-top: -25%;
    }

.mediaWall--item__4 {
    width: 50%;
    height: 33.3333%;
}

.mediaWall--item__5 {
    width: 50%;
    height: 33.3333%;
}

@media (max-width: 992px) and (max-device-width: 736px) {
    .mediaWall {
        height: 100vh !important;
    }
}

@media (max-width: 992px) {
    .mediaWall--column {
        width: 100%;
        float: left;
        height: 100%;
    }

        .mediaWall--column:nth-child(2) {
            display: none;
        }

    .mediaWall__0 {
        height: 66.6666%;
    }

    .mediaWall__1 {
        height: 33.3333%;
    }

        .mediaWall__1 iframe {
            margin-top: -25%;
        }
}

.gallery-horizontal {
    display: none;
    height: 0;
}

.gallery-horizontal-row {
    display: none;
    height: 0;
}
