/* banner */
.section--dark .banner-a .banner__subtitle {
    color: white;
}
@media (min-width: 992px) {
    .banner-a .banner__subtitle {
        font-size: 1.75rem;
        line-height: 1.2;
        font-weight: 600;
    }
}

/* AOP bucket */
.featuredblocks-grid-b .featuredblocks .featuredblock__wrap:hover .featuredblock-image-title-wrapper {
    z-index: 4;
}

/* google translate */
.header-f .column-2 .row-1>div:first-child {
    margin: 0;
}
@media (max-width: 991px) {
    #google_translate_element {
        text-align: center !important;
    }
    .header-f .column-2 .row-1 {
        justify-content: center;
    }
}
@media (max-width: 767px) {
    .section-googletranslate::before {
        opacity: 0.85 !important;
        background-color: #2f3d46;
    }
}