/* Nuclear fix: hide duplicate headers with maximum specificity */
body .page-layout .fixed-header-wrapper,
body .page-layout .mobile-header-wrapper {
  display: none !important;
  visibility: hidden !important;
  height: 0 !important;
  overflow: hidden !important;
  position: absolute !important;
  pointer-events: none !important;
}

/* Also hide any fixed-header-layout container that shows the fixed header */
body .page-layout.fixed-header-layout-fullwidth .fixed-header-wrapper {
  display: none !important;
}

/* Fix nav font */
body #header-widget-1534279582291 nav > ul > li > a.website-nav-link,
body #header-widget-1534279582291-mobile nav > ul > li > a.website-nav-link {
  font-family: 'Open Sans', sans-serif !important;
}
