/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jan 24 2021 | 21:38:09 */
/** big three subnavigation **/
/*** might need to use this to keep top level item highlighted when
using a secondary navigation like Mozilla Foundation ***/

#site-navigation li.current-page-ancestor a {
color:#41a299;
}

/** not sure about this **/

#mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 > li.mega-current_page_item > a.mega-menu-link,
#mega-menu-wrap-max_mega_menu_3 #mega-menu-max_mega_menu_3 > li.mega-current_page_item > a.mega-menu-link {
background-color:#fff;
}

/** big three hover colors dynamic menu **/

/* Clinic green */
ul li#menu-item-8062 a:hover {
color:#27958B;
}

/*Education orange */
ul li#menu-item-7870 a:hover {
color:#EA5324;
}

ul li#menu-item-7870.current_page_item a {
color:#EA5324;
}

/*The Store magenta */
ul li#menu-item-7873 a:hover {
color:#AF2B70;
}

ul li#menu-item-7873.current_page_item a {
color:#AF2B70;
}

/* ancestors */

ul li#menu-item-8062.current-page-ancestor a {
color:#27958B;
}

ul li#menu-item-7870.current-page-ancestor a {
color:#EA5324;
}




