/* Source: ic-about-menu-text-black-only */
@media (min-width:901px){
  html body.menu-open header.nav .section-menu .pill,
  html body.menu-open header.nav .section-menu .pill span,
  html body.menu-open header.nav .section-menu .pill::after{
    color:#111 !important;
    -webkit-text-fill-color:#111 !important;
    opacity:1 !important;
  }
}

/* Source: ic-about-remove-menu-black-dot */
html body .nav .menu-toggle::after,
html body.menu-open .nav .menu-toggle::after{
  content:none !important;
  display:none !important;
  opacity:0 !important;
}

