/* Home Cooks */
/* #862c65 */
.theme-home nav.site-navigation,
.theme-home header.site-header.over .searchbox input.search-field,
.theme-home .highlight,
.theme-home nav.site-navigation .sub-menu li a:hover,
.theme-home nav.site-navigation.subnavigation a:hover {
  background: #1e8fad;
}
.theme-home nav.site-navigation .dropdown,
.theme-home nav.site-navigation .sub-menu,
.theme-home nav.site-navigation a:hover,
.theme-home nav.site-navigation.subnavigation {
  background: #28a9cb;
}
.theme-home a,
.theme-home nav.mobile-navigation .theme-toggle a {
  color: #1e8fad;
}
/* Culinary & Food Service Professionals */
.theme-chef nav.site-navigation,
.theme-chef header.site-header.over .searchbox input.search-field,
.theme-chef .highlight,
.theme-chef nav.site-navigation .sub-menu li a:hover,
.theme-chef nav.site-navigation.subnavigation a:hover {
  background: #852e64;
}  
.theme-chef nav.site-navigation .dropdown,
.theme-chef nav.site-navigation .sub-menu,
.theme-chef nav.site-navigation a:hover,
.theme-chef nav.site-navigation.subnavigation {
  background: #a34580;
}
.theme-chef a,
.theme-chef nav.mobile-navigation .theme-toggle a {
  color: #852e64;
}
/* Nutrition & Health Educators */
.theme-edu nav.site-navigation,
.theme-edu header.site-header.over .searchbox input.search-field,
.theme-edu .highlight,
.theme-edu nav.site-navigation .sub-menu li a:hover,
.theme-edu nav.site-navigation.subnavigation a:hover {
  background: #699c20;
}  
.theme-edu nav.site-navigation .dropdown,
.theme-edu nav.site-navigation .sub-menu,
.theme-edu nav.site-navigation a:hover,
.theme-edu nav.site-navigation.subnavigation {
  background: #7eb32e;
}
.theme-edu a,
.theme-edu nav.mobile-navigation .theme-toggle a {
  color: #699c20;
}
/* School Nutrition Professionals */
.theme-school nav.site-navigation,
.theme-school header.site-header.over .searchbox input.search-field,
.theme-school .highlight,
.theme-school nav.site-navigation .sub-menu li a:hover,
.theme-school nav.site-navigation.subnavigation a:hover {
  background: #bf5217;
}  
.theme-school nav.site-navigation .dropdown,
.theme-school nav.site-navigation .sub-menu,
.theme-school nav.site-navigation a:hover,
.theme-school nav.site-navigation.subnavigation {
  background: #e0702b;
}
.theme-school a,
.theme-school nav.mobile-navigation .theme-toggle a {
  color: #bf5217;
}
@media (max-width: 767px) {
  .theme-home nav.mobile-navigation .dropdown-toggle {
    background: #1e8fad;
  }
  .theme-chef nav.mobile-navigation .dropdown-toggle {
    background: #852e64;
  }
  .theme-edu nav.mobile-navigation .dropdown-toggle {
    background: #699c20;
  }
  .theme-school nav.mobile-navigation .dropdown-toggle {
    background: #bf5217;
  }
}