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

:root {
    --footer-bg: var(--footer-bg-color);
    --footer-bg-alt: var(--footer-text-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;
}

