/* Community Level Styles */

/* footer */
.corp-logo.footer-group .corporation-logo * {
    color: var(--background-3-base-alt);
    transition: opacity 0.4s ease-in-out;
}

.corp-logo.footer-group .corporation-logo:hover * {
    opacity: 0.7;
}