/* banner */
.section--dark .banner-a .banner__subtitle {
    color: white;
}
.section--dark .banner-a .banner__tc-divider {
    background-color: white;
}

/* header logo */
@media (min-width: 992px) {
    .alias-header_logo .logo__image img {
        width: 500px !important;
        max-width: 500px;
    }
    .banner-a .banner__text-wrapper {
        top: 65%;
    }
    .banner-a .banner__title {
        font-size: calc(2vw + 30px);
        line-height: 1;
    }
    .banner-a .banner__subtitle {
        font-size: 32px;
        line-height: 1.2;
    }
}

/* sticky bar */
.logo.text-alignment--left .logo__title, .logo.text-alignment--left .logo__caption {
    white-space: nowrap;
}

/* footer address */
.footer-c .column-2 .locations-a .location__address br:nth-child(2) {
    display: inline-block;
}

/* review and ratings */
.section__bg--light-4 .page-item.active .page-link {
    background-color: #007bff;
}