/* extracted from about-us/index.htm */
/* Force-hide any theme popups/modals (including ones injected by scripts) */
.popup, .popup *, .popup__wrapper, .popup__overlay, .popup__container, .popup__content,
.modal, .modal *, .overlay, .overlay *, .custom-modal, .custom-modal *,
.ncr-popup, .ncr-popup *, [data-popup], [class*="popup"], [id*="popup"]{
  display: none !important;
  visibility: hidden !important;
  opacity: 0 !important;
  pointer-events: none !important;
}
html, body{ overflow: auto !important; }
