/* sub item background color */
.MainNavigator .WithChildren > ul {
    background-color: black !important;
}

/* mobile nav background color */
.DynamicTemplate_cms_widgets_MobileHeader_xhtml .AnonId__cms_widgets_MobileHeader_xhtml_menuContainerInner {
    background-color: black !important;
}

/* mobile nav text color */
.DynamicTemplate_cms_widgets_MobileHeader_xhtml .AnonId__cms_widgets_MobileHeader_xhtml_menuContainerInner a {
    color: #ffd900 !important;
}

/* Social media Colors */
.CMSComponentSocialLinks > .Horizontal > li > a {
    background: #010101 !important;
}


/* Event background */
.CMSComponentUpcomingEvents .AnonId_eventList .Item {
    background-color: black !important;
}

/* News button text */
.CMSComponentNews .Footer > a {
    background-color: #fee123 !important;
    color: #000 !important;
}

/* events button text */
.DynamicTemplate_cms_widgets_UpcomingEvents_xhtml .AnonId__cms_widgets_UpcomingEvents_xhtml_footerActions > a {
    background-color: #fee123 !important;
    color: #000 !important;

}

/* news */
#news .CMSComponentNews .Item {
    background-color: #fee123;
    color: black !important;
}
/* news text */
#news .CMSComponentNews .Item .Content {
    color: #000000;
}
/* news headline text */
#news .CMSComponentNews .Item .Content h4 > a {
    color: #000000;
}