/*
Fix Menu and Button Link Color.
Added by CS 2021-12-29
Update by CS 2023-10-12 - hide related widget at bottom of documents
 */

.mm-main-menu-wrapper .mm-menu-bar .mm-menu-list>ul>li>a:hover, .mm-col-body>ul>li>a:hover, .j-globalNav>li>a:hover {
    color: #ffffff !important;
}


.mm-col-body>ul>li>a:hover {
    color: #7d7d7d !important;
}

.j-placeNav>ul>li>a:hover {
    color: #ffffff !important;
}

.j-placeHdActions a:hover {
    color: #ffffff !important;
}

#jive-footer-region {
    visibility: hidden;
}
