/* banner overlay color */
@media (min-width: 768px) {
    .section--dark .banner-a .banner__image-overlay {
        width: 100%;
        height: 100%;
        position: absolute;
        background-color: #000000;
    }
}

/* bucket AOP for mobile */
.featuredblocks-list-a .featuredblocks .featuredblock__link {
    text-decoration: none;
}
.featuredblocks__toggle-wrap .featuredblocks__title {
    display: flex;
    align-items: center;
    justify-content: center;
}
.featuredblocks__toggle-wrap h3::after {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-left: 20px;
    content: "";
    font-family: "font-awesome";
    font-size: 22px;
    color: white;
    line-height: 1;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background-color: #e0141d;
    transition: all 0.1s linear;
    transform: rotate(-90deg);
}
.featuredblocks__toggle-wrap a[aria-expanded="true"] h3::after {
    transform: rotate(0deg);
}

/* footer fax number */
.footer-c .column-2 .locations-a .location__fax--link:before {
    position: absolute;
    top: 0;
    left: 0;
    font-family: "font-awesome";
    font-size: 20px;
}

/* CTA */
.section.cta-horizontal .container .cta-a.cta-a--12 .cta__title-subtitle__wrapper .cta__subtitle {
    color: white;
}

/* sticky */
.alias-logo_sticky .logo__image img {
    max-width: 200px;
}


.section--dark .banner-a .banner__subtitle{
    color: white !important;
}

.section--dark a{
    color: white !important;
}