/* General */
.heading-h1,
.breadcrumb {
    display: none;
}




/* 1 Hero Banner d2475812 */
#d2475812 .container-fluid {
    max-width: 100%;
    padding: 0px;

    .video_box {
        opacity: 1;
    }


}

.vid_hero_banner {
    height: 90vh;
}

.hero_content {
    color: #fff;
    bottom: 25%;
}

.hero_heading {
    font-size: 8rem;
    font-weight: 500;
    line-height: 1;
    text-transform: uppercase;
    font-weight: bold;
    max-width: 44%;
    margin: auto;
    letter-spacing: 6px;
}

.hero_subheading {
    font-size: 3rem;
    text-align: center;
    margin-top: 2rem;
}

/* 2 Copy & Dates d2475813 */
#d2475813 {
    .model_wrapper {
        margin-bottom: 20px;
    }

    .prod_table {
        /* width: 90%; */
        margin: 2rem auto 1rem auto;
    }

    .model_wrapper {
        /* font-size: 18px; */
    }

    .mod_header {
        border-bottom: 2px solid #000;
        font-weight: 700;
        margin-bottom: 20px;
    }

    .mod_prod {
        border-bottom: 1px solid #000;
        padding: 2px 0;
        margin-bottom: 20px;
    }

    table {
        width: 100%;
    }

    td,
    th {
        padding: 7px;
    }

    .section_heading {
        padding-top: 60px;
        line-height: 1.1;
        font-size: 2.5rem;
        margin-bottom: 1rem;
        font-weight: 200;
    }

    .section_subhead {
        p {
            line-height: 1.5;
            padding-bottom: 20px;
        }
    }
}

.btn_wrapper,
.btn_wrapper:hover {
    text-decoration: none;
}

.value_add_btn {
    margin: 20px 0;
    text-align: center;
    color: #fff;
    background-color: #000;
    border: 1px solid #000;
    padding: 10px 15px;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 18px;
    font-weight: 700;
    text-decoration: none;
    max-width: 50%;
    margin: auto;
}

.value_add_btn:hover {
    transition: 0.3s;
    color: #000;
    background-color: #fff;
    border: 1px solid #000;
    text-decoration: none;
}

/* 3 Full Width Banner d2475814 */
/* #d2475814 .container-fluid {
        color: #fff;
        max-width: 100%;
        padding: 0px;
        background-image: url("@@tcm:74-2480691");
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        position: relative;
    } */

.banner_wrap_bg {
    margin: 2em auto;
}

.vid_copy {
    text-align: center;
    max-width: 60%;
    margin: 2rem auto 1rem auto;
    padding: 10px;
}

.banner_subhead {
    text-transform: uppercase;
    font-weight: 700;
}

.banner_header {
    font-weight: 500;
    line-height: 1;
    font-size: 5rem;
    margin-bottom: 1rem;
    text-align: center;
}

.banner_p {
    color: #fff;
    line-height: 1.5;
    padding: 3rem;
}


.link_flex_left_30 {
    flex: 35%;
}

.link_flex_right_70 {
    flex: 65%;
}

/* 5 Video Block d2475816 */
#d2475816 .container-fluid {
    color: #fff;
    max-width: 100%;
    padding: 0px;
    background-color: #252525;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
}

.vid_value_add_btn {
    margin: 20px 0;
    text-align: center;
    color: #fff;
    background-color: transparent;
    border: 1px solid #fff;
    padding: 10px 15px;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 18px;
    font-weight: 700;
    text-decoration: none;
    max-width: 50%;
    margin: auto;
}

.vid_value_add_btn:hover {
    transition: 0.3s;
    color: #000;
    background-color: #fff;
    border: 1px solid #ffff;
    text-decoration: none;
}

.video_copy_bg {

    .vid_copy {}

    .banner_header {}

    .banner_p {
        padding: 2rem 0;
    }

}

.tsandcs_link {
    text-align: center;
    line-height: 1.5;
    padding-top: 2rem;
}

.tsandcs_link a {
    color: #fff;
    line-height: 1.5;
    font-weight: 700;
}

/* Responsives */
@media (max-width: 1200px) {
    .hero_heading {
        max-width: 70%;
        font-size: 6rem;
    }

    .hero_subheading {
        font-size: 1.5rem;
    }
}

@media (max-width: 900px) {
    .hero_heading {
        font-size: 4rem;
        max-width: 90%;
    }

    .hero_content {
        bottom: 30%;
    }

    .vid_copy {
        max-width: 100%;
    }

    .vid_hero_banner {
        height: 35vh;
    }


}

@media (max-width: 500px) {
    .vid_hero_banner {
        height: 40vh;
    }

    .value_add_btn {
        max-width: 100%;
    }

    .hero_content {
        bottom: 3%;
    }
}

.hero_heading {
    letter-spacing: 2px;
}

@media (max-width: 372px) {
    .hero_heading {
        font-size: 2.5rem;
    }

    .vid_hero_banner {
        height: 30vh;
    }
}

@media (max-width: 300px) {
    .hero_heading {
        font-size: 3rem;
    }
}