/* Community Level Styles */

:root {
    --navbar-link-color-hover: var(--primary-hover-alt);
    --neighborhood-top-upto-767: -33px;
    --neighborhood-top-768-1179: -51px;
    --neighborhood-top-1180-1399: -46px;
    --neighborhood-top-from-1400: -55px;
    --neighborhood-header-font-size-1180-1399: calc(var(--header-base-font-size) * 3.2);
    --neighborhood-header-font-size-from-1400: calc(var(--header-base-font-size) * 3.8);
    --corp-logo-desktop-max-width: 150px;
    --corp-logo-tablet-max-width: 150px;
    --corp-logo-mobile-max-width: 150px;
}

footer-column-1 a,
.footer-copyright a,
.footer-copyright a {
    transition: color 0.2s ease-in;
}
.footer-column-1 a:hover,
.footer-copyright a:hover,
.footer-copyright a:hover {
    color: var(--secondary-hover-alt);
    transition: color 0.2s ease-out;
}