﻿.PrimaryBGC {
    background: #3B6E8E !important;
}

    .PrimaryBGC:hover {
        background: #3A6074 !important;
    }

.SecondaryBGC {
    background: #3B6E8E !important;
}

    .SecondaryBGC:hover {
        background: #3A6074 !important;
    }

.siteFontColor {
    color: #fff !important;
}

.additional-content .expand button.expanded {
    background: #3B6E8E !important;
}

@media screen and (max-width: 1000px) {
    .banner-container img {
        filter: brightness(0.5);
    }

    .banner-container h1 {
        z-index: 2;
    }
}