
/* Final fallback placed after every legacy stylesheet */
html body .nav .menu-toggle.ic-acid-active,
html body.menu-open .nav .menu-toggle,
html body .nav .menu-toggle[aria-expanded="true"],
html body .nav .news-tool-trigger.ic-acid-active,
html body.news-panel-open .nav .news-tool-trigger{
  background:#ccff00 !important;
  background-color:#ccff00 !important;
  color:#050505 !important;
  border-color:#ccff00 !important;
  -webkit-text-fill-color:#050505 !important;
  box-shadow:0 14px 38px rgba(204,255,0,.18) !important;
}

html body .nav .menu-toggle.ic-acid-active *,
html body.menu-open .nav .menu-toggle *,
html body .nav .menu-toggle[aria-expanded="true"] *,
html body .nav .news-tool-trigger.ic-acid-active *,
html body.news-panel-open .nav .news-tool-trigger *{
  color:#050505 !important;
  -webkit-text-fill-color:#050505 !important;
}

html body .nav .menu-toggle.ic-acid-active .menu-lines::before,
html body .nav .menu-toggle.ic-acid-active .menu-lines::after,
html body.menu-open .nav .menu-lines::before,
html body.menu-open .nav .menu-lines::after{
  background:#050505 !important;
}

html body .nav .news-tool-trigger.ic-acid-active span::before,
html body .nav .news-tool-trigger.ic-acid-active span::after,
html body .nav .news-tool-trigger.ic-acid-active i::before,
html body.news-panel-open .nav .news-tool-trigger span::before,
html body.news-panel-open .nav .news-tool-trigger span::after,
html body.news-panel-open .nav .news-tool-trigger i::before{
  background:#050505 !important;
  color:#050505 !important;
}
