
/*
  Behaviour-only compatibility rules for the static host.
  All visual layout, typography, colour and responsive rules above come from
  the exact Squarespace stylesheets captured in Edge.
*/
body.of-menu-open { overflow: hidden; }
@media (max-width: 767px) {
  body.header--menu-open .header-menu,
  body.of-menu-open .header-menu {
    visibility: visible !important;
    opacity: 1 !important;
    pointer-events: auto !important;
  }
}
