body {
  overflow-x: hidden;
}

.hugo-form-notice {
  margin-top: 1rem;
  color: #fff;
  font-weight: 600;
  background: #1a1a1a;
  padding: 0.75rem 1rem;
  border-radius: 0.25rem;
}

.hugo-form-notice.is-success {
  background: #0f5a2a;
}

.hugo-form-notice.is-error {
  background: #7f1d1d;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.wpcf7-response-output,
.wpcf7-spinner {
  display: none !important;
}

@media (max-width: 1024px) {
  #masthead .holder-nav,
  #masthead .navbar-toggler {
    display: none !important;
  }

  #masthead {
    overflow: visible !important;
    background: transparent !important;
  }

  #masthead.sticky,
  #masthead.scroll-fixed {
    background: #060b2e !important;
  }

  #masthead.sticky .header-contain,
  #masthead.scroll-fixed .header-contain {
    padding-top: 6px;
    padding-bottom: 6px;
  }

  #masthead.sticky .site-branding,
  #masthead.scroll-fixed .site-branding {
    padding-top: 8px;
    padding-bottom: 8px;
  }

  #masthead .site-branding {
    z-index: 1100;
  }

  #masthead .hide-tab-down {
    display: flex !important;
    width: 100%;
    justify-content: flex-end;
  }

  #masthead #mega-menu-wrap-primary {
    width: 100%;
    padding-top: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    max-height: none;
    overflow: visible;
    margin-left: auto;
    position: relative;
  }

  #masthead #mega-menu-wrap-primary .mega-menu-toggle {
    display: flex !important;
    justify-content: flex-end;
    align-items: center;
    background: transparent !important;
    border-radius: 0 !important;
    height: 64px;
    line-height: 64px;
    padding-right: 0;
    padding-top: 8px;
    margin-left: auto;
    width: auto;
    position: relative;
    z-index: 1201;
  }

  #masthead #mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-animated-inner,
  #masthead #mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-animated-inner::before,
  #masthead #mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-animated-inner::after {
    background-color: #ffffff !important;
  }

  #masthead #mega-menu-wrap-primary .mega-menu-toggle.mega-menu-open .mega-toggle-animated-inner,
  #masthead #mega-menu-wrap-primary .mega-menu-toggle.mega-menu-open .mega-toggle-animated-inner::before,
  #masthead #mega-menu-wrap-primary .mega-menu-toggle.mega-menu-open .mega-toggle-animated-inner::after {
    background-color: #f01320 !important;
  }

  #masthead #mega-menu-wrap-primary #mega-menu-primary + .mega-close {
    display: none !important;
    visibility: hidden !important;
  }

  #masthead #mega-menu-wrap-primary .mega-menu-toggle + #mega-menu-primary {
    display: block !important;
    position: fixed;
    top: 0;
    left: -100vw;
    right: auto;
    transform: none !important;
    width: 100vw;
    max-width: 100vw;
    height: 100vh;
    overflow-y: auto;
    background: #060b2e !important;
    padding: 88px 0 24px !important;
    z-index: 1199;
    pointer-events: none;
    transition: left 0.2s ease-in-out;
    border-radius: 0 !important;
  }

  #masthead #mega-menu-wrap-primary .mega-menu-toggle.mega-menu-open + #mega-menu-primary {
    left: 0;
    pointer-events: auto;
  }

  #masthead #mega-menu-wrap-primary #mega-menu-primary[data-effect-mobile^="slide_right"] {
    background: #060b2e !important;
    left: -100vw !important;
    right: auto !important;
    width: 100vw !important;
    max-width: 100vw !important;
    height: 100vh !important;
    overflow-y: auto !important;
    transform: none !important;
    border-radius: 0 !important;
  }

  #masthead #mega-menu-wrap-primary .mega-menu-toggle.mega-menu-open + #mega-menu-primary[data-effect-mobile^="slide_right"] {
    left: 0 !important;
  }

  #masthead #mega-menu-wrap-primary #mega-menu-primary > li#mega-menu-item-6063 > a.mega-menu-link,
  #masthead #mega-menu-wrap-primary #mega-menu-primary > li#mega-menu-item-5827 > a.mega-menu-link,
  #masthead #mega-menu-wrap-primary #mega-menu-primary > li#mega-menu-item-5882 > a.mega-menu-link {
    color: #fff !important;
  }

  #masthead #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item,
  #masthead #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link,
  #masthead #mega-menu-wrap-primary #mega-menu-primary .mega-sub-menu li,
  #masthead #mega-menu-wrap-primary #mega-menu-primary .mega-sub-menu li a {
    text-align: center !important;
    border-radius: 0 !important;
  }

  #masthead #mega-menu-wrap-primary #mega-menu-primary > li#mega-menu-item-1879 > a.mega-menu-link {
    display: block;
    box-sizing: border-box;
    width: 80vw;
    max-width: 80vw;
    margin-left: auto !important;
    margin-right: auto !important;
    text-align: center !important;
    white-space: normal;
    border-radius: 999px !important;
    padding-left: 28px !important;
    padding-right: 28px !important;
  }

  #masthead #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item-has-children > a.mega-menu-link > span.mega-indicator {
    float: none !important;
    display: inline-block;
    margin-left: 8px !important;
    vertical-align: middle;
  }
}
