body.has-overlay {
  height: 100%;
  overflow: hidden;
}
body.has-overlay #header {
  display: none !important;
}

@media (max-width: 1024px) {
  .peak-performances-full-page-menu-main {
    margin-bottom: 200px;
  }
}
.peak-performances-full-page-menu-main-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: #d8d7d6;
  z-index: 9999;
}
.admin-bar .peak-performances-full-page-menu-main-overlay {
  top: 32px;
  height: calc(100vh - 32px);
}
.peak-performances-full-page-menu-main-header {
  display: flex;
  justify-content: flex-end;
}
.peak-performances-full-page-menu-main-header .logo_wrap {
  flex-grow: 1;
}
@media only screen and (-Webkit-min-device-pixel-ratio: 1.5), only screen and (-moz-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3/2), only screen and (min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 144dpi) {
  .peak-performances-full-page-menu-main-header .logo_wrap .logo img {
    display: none;
  }
  .peak-performances-full-page-menu-main-header .logo_wrap .logo .logo_retina {
    display: inline-block;
  }
}
.peak-performances-full-page-menu-main-header-menu {
  display: flex;
  align-items: center;
  height: 100px;
}
@media (max-width: 1024px) {
  .peak-performances-full-page-menu-main-header-menu {
    display: none;
  }
}
.peak-performances-full-page-menu-main-header-menu ul {
  display: flex;
  align-items: center;
  height: 100%;
}
.peak-performances-full-page-menu-main-header-menu li {
  display: inline-block;
}
.peak-performances-full-page-menu-main-header-menu li:nth-child(n+6) {
  display: none;
}
.peak-performances-full-page-menu-main-header-menu li a {
  display: block;
  position: relative;
  padding: 24px;
  color: #000;
}
.peak-performances-full-page-menu-main-header-menu li a:before {
  content: "";
  display: block;
  position: absolute;
  bottom: 22px;
  left: 50%;
  width: 0;
  height: 2px;
  background-color: #000;
  transition: width 0.25s ease-in-out, left 0.25s ease-in-out;
}
.peak-performances-full-page-menu-main-header-menu li a:focus, .peak-performances-full-page-menu-main-header-menu li a:hover {
  color: #000;
}
.peak-performances-full-page-menu-main-header-menu li a:focus:before, .peak-performances-full-page-menu-main-header-menu li a:hover:before {
  left: 24px;
  width: calc(100% - 48px);
  color: #333;
}
.peak-performances-full-page-menu-main-wrapper {
  display: flex;
  justify-content: center;
  height: calc(100% - 100px);
  padding: 24px;
}
@media (max-width: 1024px) {
  .peak-performances-full-page-menu-main-wrapper {
    height: 100%;
  }
}
.peak-performances-full-page-menu-main-wrapper nav {
  width: 100%;
  max-width: 1200px;
  overflow: auto;
}
.peak-performances-full-page-menu-main-wrapper nav a {
  color: #000;
}
.peak-performances-full-page-menu-main-wrapper nav a:focus, .peak-performances-full-page-menu-main-wrapper nav a:hover {
  color: #fff;
}
.peak-performances-full-page-menu-main-wrapper nav > ul > li {
  display: block;
  position: relative;
  padding-right: 100px;
  padding: 24px 0 24px 0;
  border-bottom: 3px #000 solid;
}
.peak-performances-full-page-menu-main-wrapper nav > ul > li.page_item_has_children > .children {
  padding-top: 16px;
}
.peak-performances-full-page-menu-main-wrapper nav > ul > li.page_item_has_children > .children a {
  display: block;
  padding-left: 4px;
  font-size: 24pt;
  line-height: 48pt;
}
@media (max-width: 1024px) {
  .peak-performances-full-page-menu-main-wrapper nav > ul > li.page_item_has_children > .children a {
    font-size: 18pt;
    line-height: 36pt;
  }
}
.peak-performances-full-page-menu-main-wrapper nav > ul > li > a {
  font-size: 48pt;
  line-height: 56px;
}
@media (max-width: 1024px) {
  .peak-performances-full-page-menu-main-wrapper nav > ul > li > a {
    padding-top: 8px !important;
    padding-bottom: 12px !important;
    font-size: 24pt;
    line-height: 32pt;
  }
}
.peak-performances-full-page-menu-main-list-toggle {
  display: block;
  position: absolute !important;
  top: 0 !important;
  right: 0 !important;
  height: 100%;
  padding: 24px;
  font-size: 48pt;
  cursor: pointer;
}
@media (max-width: 1024px) {
  .peak-performances-full-page-menu-main-list-toggle {
    font-size: 24pt;
    padding: 8px !important;
  }
}
.peak-performances-full-page-menu-main-list-toggle .dashicons {
  width: auto !important;
  color: #000 !important;
  font-size: 48pt !important;
}
@media (max-width: 1024px) {
  .peak-performances-full-page-menu-main-list-toggle .dashicons {
    font-size: 24pt !important;
  }
}
.peak-performances-full-page-menu-main-list-toggle:focus, .peak-performances-full-page-menu-main-list-toggle:hover {
  outline: none !important;
}
.peak-performances-full-page-menu-main-list-toggle:focus .dashicons, .peak-performances-full-page-menu-main-list-toggle:hover .dashicons {
  color: #fff !important;
}
.peak-performances-full-page-menu-main-list-toggle[aria-expanded=true] .dashicons-plus {
  display: none !important;
}
.peak-performances-full-page-menu-main-list-toggle[aria-expanded=false] .dashicons-minus {
  display: none !important;
}

@media (max-width: 1600px) {
  .header_mid .header_mid_inner .logo_wrap {
    left: 30px;
    right: auto;
  }
}
.peak-performances-full-page-menu-teaser {
  display: inline-flex;
  justify-content: flex-end;
  position: absolute;
  top: 0;
  right: 100px;
}
.peak-performances-full-page-menu-teaser ul {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
@media (max-width: 1024px) {
  .peak-performances-full-page-menu-teaser ul {
    display: none !important;
  }
}
.peak-performances-full-page-menu-teaser li {
  display: inline-block !important;
}
.peak-performances-full-page-menu-teaser li:nth-child(n+6) {
  display: none !important;
}
@media (max-width: 1024px) {
  .peak-performances-full-page-menu-teaser li:nth-child(n+4) {
    display: none !important;
  }
}
.peak-performances-full-page-menu-teaser li a {
  display: block;
  position: relative;
  padding: 24px;
  color: #000;
}
.peak-performances-full-page-menu-teaser li a:before {
  content: "";
  display: block;
  position: absolute;
  bottom: 22px;
  left: 50%;
  width: 0;
  height: 2px;
  background-color: #000;
  transition: width 0.25s ease-in-out, left 0.25s ease-in-out;
}
.peak-performances-full-page-menu-teaser li a:focus, .peak-performances-full-page-menu-teaser li a:hover {
  color: #000;
}
.peak-performances-full-page-menu-teaser li a:focus:before, .peak-performances-full-page-menu-teaser li a:hover:before {
  left: 24px;
  width: calc(100% - 48px);
  color: #333;
}
.peak-performances-full-page-menu-teaser .menu-item-has-children {
  position: relative;
}
.peak-performances-full-page-menu-teaser .menu-item-has-children .sub-menu {
  display: block;
  position: absolute;
  padding: 0 !important;
  overflow: hidden;
  opacity: 0;
  transition: opacity 0.25s ease-in-out;
}
.peak-performances-full-page-menu-teaser .menu-item-has-children .sub-menu li {
  display: block;
}
.peak-performances-full-page-menu-teaser .menu-item-has-children:focus .sub-menu, .peak-performances-full-page-menu-teaser .menu-item-has-children:focus-within .sub-menu, .peak-performances-full-page-menu-teaser .menu-item-has-children:hover .sub-menu {
  opacity: 1;
}

.peak-performances-full-page-menu-toggle {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  right: 0;
  width: 100px;
  height: 100%;
  min-height: 100px;
  padding: 8px;
  z-index: 2;
}
@media (max-width: 768px) {
  .peak-performances-full-page-menu-toggle {
    width: 80px;
    min-height: 80px;
  }
}
.peak-performances-full-page-menu-toggle span {
  width: auto;
  height: auto;
  color: #000 !important;
  font-size: 36px;
  line-height: 1;
  transition: color 0.25s ease-in-out;
}
.peak-performances-full-page-menu-toggle:focus span, .peak-performances-full-page-menu-toggle:hover span {
  color: #666 !important;
}

.peak-performances-full-page-menu-close {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  top: 0;
  right: 0;
  width: 100px;
  height: 100%;
  min-height: 100px;
  padding: 8px;
}
@media (max-width: 1024px) {
  .peak-performances-full-page-menu-close {
    width: 80px;
    min-height: 80px;
  }
}
.peak-performances-full-page-menu-close span {
  width: auto;
  height: auto;
  color: #000 !important;
  font-size: 36px;
  line-height: 1;
  transition: color 0.25s ease-in-out;
}
.peak-performances-full-page-menu-close:focus span, .peak-performances-full-page-menu-close:hover span {
  color: #fff !important;
}

/*# sourceMappingURL=styles.css.map */
