/* this is for aria wide accessible styles not only a design style */

:root {
    --footer-bg: var(--footer-bg-color);
    --footer-bg-alt: var(--footer-text-color);
}

.homepage-hero.hero-intro .hero-overlay-info .overlay-text .hero-btn {
    background-color: rgba(0, 0, 0, 0.6);
}

.homepage-hero.hero-intro,
.hero-intro {
    background-color: var(--hero-overlay-bg-color);
}

footer a:not(.no-hover-underline, .corp-logo a) {
    text-decoration: underline;
}

footer .copyright-link {
    text-decoration: underline;
}

footer .footer-office-information a,
.footer-web-accessibility-statement.lightning .web-accessibility-statement-open-btn {
    text-decoration: underline;
}

footer .address-link:hover:after, footer .copyright-link:hover:after, footer .phone-link:hover:after {
    content: none;
}

footer .address-link:hover, footer .copyright-link:hover, footer .phone-link:hover, footer .address-link:hover, footer .copyright-link:hover, footer .eho-button:hover, footer a:hover {
    opacity: 0.8;
}


/* contact page */
.contact-us .contact-info a {
    text-decoration: underline;
}