/* Mobile menu z-index fix
 * Source CMS sets cdm_menu-2241 to z-index:1, while the logo and top-bar
 * icons sit at z-index 6000+. When the mobile menu opens it appears
 * underneath them, making the logo look like it is "inside" the menu.
 * Override on mobile so the menu overlay sits above everything else.
 */
#webgen-css[data-template="mobile"] #cdm_menu-2241,
#webgen-css[data-template="mobile"] #content-cdm_menu-2241 {
  z-index: 999999 !important;
}

#webgen-css[data-template="mobile"] #cdm_menu-2241 .menu.responsive {
  z-index: 999999 !important;
  position: relative;
}

/* Keep the chickenburger trigger above the menu so it can always be tapped */
#webgen-css[data-template="mobile"] .chickenburger {
  z-index: 1000000 !important;
}
