body {
    font-family: 'Source Sans Pro', sans-serif;
    background: #fff;
    color: #000;
    font-size: 13px;
}


.btn {
    font-family: 'Nobel', sans-serif;
    font-size: 14px;
    padding: 8px 25px;
    text-transform: uppercase;
    background-color: #101010;
    color: #fff;
    letter-spacing: 0;
    line-height: 14px;
    border-radius: unset;
}

    .btn.btn-default:hover,
    .btn.btn-default:active,
    .btn.btn-default:focus {
        background-color: #101010;
        color: #fff;
    }

    .btn.back-filters {
        width: 182px;
    }

    .navbar-default {
        background-color: #ffffff;
        border: none;
        margin-bottom: 0;
        height: 98px;
    }

    .navbar-default .navbar-brand {
        height: 48px;
        width: 210px;
        padding: 25px 0;
    }

        .navbar-default .navbar-brand img {
            width: 100%;
        }

        .navbar-default .btn-default {
            margin-top: 30px;
        }

.hero {
    background: url(Images/hero-sm.png) center 0 no-repeat;
    background-size: cover;
    color: #ffffff;
    height: 395px;
}

    .hero .hero-content {
        position: relative;
        height: 100%;
    }

        .hero .hero-content h1 {
            position: absolute;
            top: 50%;
            color: #FFFFFF;
            font-family: 'Nobel', sans-serif;
            font-size: 46px;
            letter-spacing: 0;
            line-height: 57px;
            text-transform: uppercase;
        }

.featured {
    height: 360px;
    background-color: #000;
}

    .featured a {
        display: block;
        position: relative;
    }

    .featured a img[data-resp="FeatureVideoPoster"] {
        position: relative;
        top: 0;
        left: 0;
    }

    .featured a img.playOverlay {
        width: 52px;
        height: 52px;
        position: absolute;
        top: 50%;
        margin-left: -20px;
        left: 50%;
        margin-top: -20px;
    }

    .featured .featured__content {
        color: #fff;
        padding: 50px 0 0 20px;
    }

        .featured .featured__content::before {
            content: '';
            display: block;
            position: absolute;
            left: 0px;
            top: 78px;
            height: 130px;
            width: 1px;
            background-color: #fff;
        }

        .featured .featured__content h2 {
            font-family: 'Nobel Light', sans-serif;
            font-size: 34px;
            font-weight: 300;
            margin-bottom: 20px;
            letter-spacing: 1px;
            line-height: 45px;
            text-transform: uppercase;
        }

        .featured .featured__content p {
            font-size: 14px;
            margin-bottom: 30px;
            letter-spacing: 0;
            line-height: 20px;
        }

    .featured .tags.tags--label .label {
        border: 1px solid #fff;
        border-radius: 16px;
        color: #fff;
        margin-right: .3em;
        padding: 6px 15px;
        text-transform: uppercase;
        background-color: #000;
    }

.tags {
    font-family: 'Nobel Light', sans-serif;
    font-size: 8px;
    list-style-type: none;
    margin: 0;
    padding: 0;
}

    .tags li {
        display: inline-block;
        margin-right: 2px;
    }

    .tags .label {
        font-size: 100%;
        font-weight: bold;
    }

    .tags.tags--label li {
        margin: .4em 0;
    }


.related {
    padding: 35px 0;
}

    .related h2 {
        font-family: 'Nobel', sans-serif;
        font-size: 34px;
        letter-spacing: 0;
        line-height: 57px;
        margin: 0 0 20px;
        text-transform: uppercase;
    }

    .related p {
        font-family: 'Nobel', sans-serif;
        font-size: 20px;
        margin-bottom: 20px;
        letter-spacing: 0.77px;
        line-height: 28px;
        text-transform: uppercase;
    }

    .related .tags.tags--label .label {
        border: 1px solid #000;
        border-radius: 16px;
        color: #000;
        margin-right: .3em;
        padding: 6px 17px;
        font-size: 10px;
        text-transform: uppercase;
        background-color: #fff;
    }

.tags.tags--filter {
    margin: 30px 0;
}

    .tags.tags--filter button.label {
        border: 1px solid #000;
        border-radius: 16px;
        line-height: normal;
        margin-right: 3px;
        margin-bottom: 10px;
        padding: 7px 20px;
        font-size: 10px;
        font-weight: bold;
        text-transform: uppercase;
        -webkit-appearance: none;
        -moz-appearance: none;
    }

        .tags.tags--filter button.label.label-default {
            background-color: #fff;
            color: #000;            
            border: 1px solid #000;
        }

            .tags.tags--filter button.label.label-selected,
            .tags.tags--filter button.label.label-default:hover,
            .tags.tags--filter button.label.label-default:focus {
                background-color: #000;
                color: #FFFFFF;
                outline: none;
            }


.related .related__content {
    padding-bottom: 30px;
}

.related .related__content a {
    display: block;
    position: relative;
}

.related .related__content img.poster {
    position: relative;
    width: 100%;
    height: auto;
}

.related .related__content img.playOverlay {
    width: 40px;
    height: 40px;
    position: absolute;
    top: 50%;
    margin-left: -20px;
    left: 50%;
    margin-top: -20px;
}

    .related .related__content h3 {
        font-family: 'Nobel', sans-serif;
        font-family: Nobel;
        font-size: 14px;
        letter-spacing: 0;
        line-height: 18px;
        min-height: 35px;
        text-transform: uppercase;
    }

    .related .related__content p {
        font-family: 'Source Sans Pro', sans-serif;
        font-size: 13px;
        letter-spacing: 0;
        line-height: 18px;
        text-transform: lowercase;
    }

.btn.back-filters {
    margin: 50px 0 30px;
}

.relateddocuments {
    background: #F8F8F8;
    padding: 40px 0 50px;
}

@media screen and (min-width: 768px) {
    .relateddocuments {
        padding: 70px 0 80px;
    }
}

.relateddocuments h2 {
    font-family: 'Nobel', sans-serif;
    font-size: 20px;
    font-weight: bold;
    margin: 0 0 24px;
    text-transform: uppercase;
}

@media screen and (min-width: 768px) {
    .relateddocuments h2 {
        margin: 0 0 18px;
    }
}

@media screen and (max-width: 992px) {
    .relateddocuments h2.nbsp {
        font-size: 1px;
        margin-bottom: 0;
    }
}

@media screen and (max-width: 1198px) {
    .relateddocuments h2 {
        font-size: 19px;
    }
}

.relateddocuments h3 {
    font-family: 'Nobel', sans-serif;
    font-size: 20px;
    margin: 0 0 18px;
    text-transform: uppercase;
}

.relateddocuments ul {
    list-style-type: none;
    margin: 0 0 40px;
    padding: 0;
}

.relateddocuments li {
    background-color: #FFFFFF;
    display: block;
    font-size: 24px;
    padding: 40px 20px 25px 65px;
    border: 1px solid #D8D8D8;
}

.relateddocuments li.toyotaicon {
    background-position: 30px 45px;
    background-repeat: no-repeat;
}

.relateddocuments li.toyotaicon-wifi {
    background-image: url(Images/icon-wifi.png);
}

.relateddocuments li.toyotaicon-key {
    background-image: url(Images/icon-key.png);
}

.relateddocuments li.toyotaicon-safety {
    background-image: url(Images/icon-safety.png);
}

.relateddocuments a.cta {
    color: #000;
    display: block;
    font-size: 14px;
}

    .relateddocuments a.cta:after {
        content: "\e080";
        font-family: "Glyphicons Halflings";
        font-size: 75%;
        padding-left: 3px;
    }

footer {
    background-color: #000;
    font-size: 15px;
    margin: 5px 0 0;
    padding: 28px 0;
}

    footer a {
        color: #fff;
        font-family: 'Arial', sans-serif;
        font-size: 10px;
        letter-spacing: 0;
        line-height: 11px;
        text-transform: uppercase;
        text-decoration: none;
    }

    footer a:hover, footer a:focus {
        color: #fff;
        text-decoration: none;
    }

    footer ul {
        list-style: none;
        margin: 0;
        padding: 0;
    }


    footer ul li {
        display: inline-block;
        padding: 0 14px 10px 0;
        margin: 0;
    }

    footer ul li:last-of-type {
        padding-right: 0;
    }

    footer .footer-logo {
        width: 100px;
    }

    footer .copy {
        color: #fff;
        font-size: 12px;
    }

    #ytModal .modal-body {
        padding: 0;
    }

#ytModal .modal-header {
    border-bottom: none;
    padding: 0;
    display: inline-block;
    position: absolute;
    right: 0;
    top: 20px;
    z-index: 9;
}

    #ytModal button.close {
        background-color: #000;
        color: #fff;
        font-size: 27px;
        font-weight: 100;
        opacity: 1;
        position: relative;
        height: 22px;
        width: 23px;
    }

    #ytModal button.close span {
        position: relative;
        top: -4px;
    }

    #ytModal .modal-content {
        background-color: transparent;
        box-shadow: none;
        border: none;
    }       

    #ytModal .modal-footer {
        display: none;
    }

@media screen and (max-width: 992px) {
    .navbar-default {
        padding: 0 15px;
        height: 74px;
    }

        .navbar-default .navbar-brand {
            height: 31px;
            width: 134px;
            padding: 21px 0;
        }

        .navbar-default .btn-default {
            margin-top: 20px;
            font-size: 12px;
            letter-spacing: 0;
            line-height: 11px;
        }

    .hero {
        height: 245px;
    }

    .hero .hero-content h1 {
        font-size: 28px;
        line-height: 33px;
    }

    .featured {
        height: 100%;
        background-color: #000;
    }

        .featured .featured__content {
            color: #fff;
            padding: 0 15px 20px 15px;
        }

            .featured .featured__content::before {
                left: 5px;
                top: 25px;
            }

            .featured .featured__content h2 {
                font-size: 24px;
                margin-bottom: 20px;
                line-height: 30px;
            }

            .featured .featured__content p {
                font-size: 12px;
                margin-bottom: 30px;
                line-height: 28px;
            }

    .btn.back-filters {
        width: 290px;
    }
}

@media screen and (max-width: 768px) {
    .featured a {
       text-align: center;
    }

        .featured a img[data-resp="FeatureVideoPoster"] {
            display: inline-block
        }

    .btn.back-filters {
        width: 100%;
    }

    footer ul li {
        display: block;
        padding: 0 14px 10px 0;
        margin: 0;
    }
}
    