.section.banner-nav::before {
     background-color: rgba(255,255,255,.6); 
    /* background-color: rgba(53, 63, 158, .2); */
}
.section--dark .featuredblocks-grid-e .featuredblock__bgImage:before {
    background: rgba(0,0,0,.4);
}

.featuredblocks-grid-e .featuredblock__bgImage:before {
    content: "";
    opacity: 0.8;
    position: absolute;
    height: 100%;
    width: 100%;
}
a.navigation__item--link {
    font-weight: 400 !important;
}

.banner .banner-text__title--extraLarge {
    font-size: 3.125rem!important;
    line-height: 3.125rem!important;
}
.banner .banner-text__subtitle--medium {
    font-size: 1.75rem!important;
    line-height: 2.125rem!important;
}
body .logo-a__title {
    font-size: 2rem!important;
}

@media screen and (min-width: 991px) {
    .section.banner-nav .navigation__list--sub {
        background-color: #f5f5f5 !important;
    }
    .section.banner-nav .navigation__item--link {
        /* color: #353f9e; */
        color: #6168ad;
    }
    .section.banner-nav .phone__title, .section.banner-nav .phone__city, .section.banner-nav .phone__number {
        /* color: #353f9e; */
        color:#6168ad;
    }
    .section.banner-nav .navigation__item--link:hover {
        color: #353f9e;
    }
    .section.banner-nav .phone__title:hover, .section.banner-nav .phone__city:hover, .section.banner-nav .phone__number:hover {
        color: #353f9e;
    }
    .section.banner-nav .navigation__item.has-drop-down>.navigation__item--link::after {
        border-color: #353f9e rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) !important;
    }
}