/* Add your custom styles here */
.internal_hero #hero_overlay {
    background-position: 0 0;
    background-repeat: repeat;
    background-attachment: fixed;
    background-size: 2px 2px;
    background-image: -moz-linear-gradient(135deg, rgba(0, 0, 0, 0.2) 46%, rgba(0, 0, 0, 1) 49%, rgba(0, 0, 0, .4) 51%, rgba(0, 0, 0, 0.2) 55%);
    background-image: -webkit-linear-gradient(135deg, rgba(0, 0, 0, 0.2) 46%, rgba(0, 0, 0, 1) 49%, rgba(0, 0, 0, .4) 51%, rgba(0, 0, 0, 0.2) 55%);
    background-image: linear-gradient(-45deg, rgba(0, 0, 0, 0.2) 46%, rgba(0, 0, 0, 1) 49%, rgba(0, 0, 0, 1) 51%, rgba(0, 0, 0, 0.2) 55%);
}

#header>nav {
    background-color: #000000 !important;
}

#navbarToggler a {
    color: white !important;
}

#header>nav>button {
    color: white;
}

#sub_footer_right,
#bottom_bar {
    background-color: #ed1b24 !important;
}

#footer {
    color: #ffffff;
    background-color: #000000 !important;
}

#subfooter_form>button {
    background-color: #000000;
}

#subfooter_form>button:hover {
    background-color: #ed1b24;
}

/*Trust logo style adjustments*/
@media screen and (min-width: 992px) {
    .trust_logos img {
        max-height: 3vw;
    }
}

@media screen and (max-width: 1400px) {
    #hero_right {
        width: 35vw;
        margin-right: 47px;
        float: right;
    }
}

@media screen and (max-width: 1100px) {
    #hero_right {
        width: 38vw;
        margin-right: 30px;
        float: right;
    }
}

@media screen and (max-width: 991px) {
    #hero_right {
        width: 42vw;
        margin-right: 7px;
        float: right;
    }
    #sub_footer .trust_logos img {
        max-height: 8vw;
    }
}
