  @charset "UTF-8";
html body .mhs-menu-open {
  color: #fff;
  position: absolute;
  top: 25px;
  left: 25px;
  border: none;
  padding: 0;
  z-index: 500;
  transition: all 0.3s;
}
html body .mhs-menu-open:hover, html body .mhs-menu-open:focus {
  color: #fff;
  opacity: 0.5;
  outline: none;
}

.mhs-menu-container {
  background: #79242F;
  color: #fff;
  padding: 25px 0;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1000;
  transform: translateX(-100%);
  opacity: 0;
  transition: all 0.3s;
}
.mhs-menu-container.open {
  transform: translateX(0);
  opacity: 1;
}

html body .mhs-menu-wrapper a {
  color: #fff;
  font-weight: bold;
}

.mhs-menu-wrapper,
.mhs-menu-wrapper ul,
.mhs-menu-wrapper li {
  list-style: none;
  margin: 0;
  padding: 0;
}

@media (min-width: 1024px) {
  html body .mhs-menu-container,
  html body .mhs-menu-open {
    display: none;
  }
}
.mhs-menu-header {
  height: 100px;
  margin-bottom: 20px;
}

.mhs-menu-close {
  border: none;
  color: #fff;
  padding: 0;
  position: absolute;
  top: 25px;
  left: 25px;
}
.mhs-menu-close:focus, .mhs-menu-close:hover {
  color: rgba(255, 255, 255, 0.7) !important;
  outline: none;
  border: none;
}

.mhs-menu-brand {
  background-image: url(/wp-content/plugins/mhs-enhancements/img/logo.svg);
  background-position: 50% 0;
  background-size: contain;
  background-repeat: no-repeat;
  display: block;
  margin: auto;
  width: 94px;
  height: 100px;
  margin-top: -9px;
}

.mhs-menu-body {
  position: relative;
  height: calc(100vh - 120px);
}

@media (min-width: 1024px) {
  .mhs-menu-header {
    height: 150px;
    margin-bottom: 50px;
  }
  .mhs-menu-brand {
    width: 130px;
    height: 140px;
    margin-top: 15px;
  }
  .mhs-menu-body {
    height: calc(100vh - 200px);
  }
}
.mhs-menu-gallery {
  display: none;
}

@media (min-width: 1024px) {
  .mhs-menu-gallery {
    display: block;
    position: absolute;
    left: 800px;
    top: 0;
    bottom: 0;
    /*    height: calc(1 - 100px);*/
    right: 0;
  }
  .mhs-menu-gallery div {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 50px;
    width: calc(100% - 50px);
    transition: all 0.4s;
    opacity: 0;
  }
  .mhs-menu-gallery div.active {
    opacity: 1;
  }
}
.mhs-menu-back {
  border: none;
  color: #fff;
  opacity: 0;
  transition: all 0.3s;
}
.mhs-menu-back:focus, .mhs-menu-back:hover {
  color: #fff !important;
  outline: none;
}
.mhs-menu-back.active {
  opacity: 1;
}

.sub-menu > li > a::before {
  content: "→";
  margin-right: 5px;
  display: inline-block;
}

.mhs-menu-wrapper {
  line-height: 1;
  position: relative;
}
.mhs-menu-wrapper > li {
  transition: all 0.3s;
  position: absolute;
  top: 0;
  width: 100%;
}
.mhs-menu-wrapper > li:nth-child(1) {
  transform: translateY(0);
}
.mhs-menu-wrapper > li:nth-child(2) {
  transform: translateY(60px);
}
.mhs-menu-wrapper > li:nth-child(3) {
  transform: translateY(120px);
}
.mhs-menu-wrapper > li:nth-child(4) {
  transform: translateY(180px);
}
.mhs-menu-wrapper > li:nth-child(5) {
  transform: translateY(240px);
}
.mhs-menu-wrapper > li > a {
  display: block;
  padding: 10px 20px 0;
  font-family: Merriweather;
  font-size: 24px;
  width: 100%;
  transition: all 0.3s;
}
.mhs-menu-wrapper > li > a:after {
  content: "";
  display: block;
  background: transparent url(../../img/menu-divider.svg) no-repeat right center;
  height: 20px;
}
.mhs-menu-wrapper > li > a:focus, .mhs-menu-wrapper > li > a:hover {
  color: rgb(255, 255, 255);
}
.mhs-menu-wrapper .sub-menu {
  position: absolute;
  top: 60px;
  left: 20px;
  right: 20px;
  opacity: 0;
  transition: all 0.3s;
  font-size: 16px;
}
.mhs-menu-wrapper .sub-menu li {
  margin-bottom: 20px;
}
.mhs-menu-wrapper.engaged > li {
  opacity: 0;
}
.mhs-menu-wrapper.engaged > li.active {
  transform: translateY(0);
  opacity: 1;
}
.mhs-menu-wrapper.engaged > li.active .sub-menu {
  opacity: 1;
  z-index: 3;
  min-height: 300px;
}

html body .mhs-menu-meta-links {
  position: absolute;
  bottom: 120px;
  left: 20px;
  font-weight: bold;
}
html body .mhs-menu-meta-links a {
  color: #fff;
  margin-right: 20px;
}
html body .mhs-menu-meta-links a.mhs-menu-meta-links-canvas {
  background: transparent url(../../img/canvas-icon.svg) no-repeat left center;
  padding-left: 27px;
}
html body .mhs-menu-meta-links i {
  margin-right: 7px;
}

.mhs-archives-refine {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}
.mhs-archives-refine .mhs-archives-search {
  position: relative;
}
.mhs-archives-refine .mhs-archives-search div {
  position: absolute;
  display: flex;
  align-items: center;
  left: 0;
  top: 0;
  bottom: 0;
  padding-left: 10px;
}
.mhs-archives-refine .mhs-archives-search div svg {
  opacity: 0.5;
  height: 20px;
  width: 20px;
}
.mhs-archives-refine .mhs-archives-search input {
  background: #E5E6E7;
  border: none;
  padding-left: 35px;
}
.mhs-archives-refine .mhs-archives-refine--filters button {
  background: transparent;
  border: none;
  color: var(--e-global-color-accent);
  font-size: 0.85em;
  font-weight: normal;
  margin-left: 15px;
  padding: 0;
}
.mhs-archives-refine .mhs-archives-refine--filters button:active, .mhs-archives-refine .mhs-archives-refine--filters button:focus {
  outline: none;
}

.mhs-archives .elementor-widget-container {
  margin: auto;
  max-width: 1140px;
}
.mhs-archives .mhs-news-archives {
  transition: all 0.4s;
}
.mhs-archives .mhs-news-archives.is-loading {
  opacity: 0.5;
  position: relative;
}
.mhs-archives .mhs-news-archives.is-loading:before {
  transition: all 0.4s;
  content: "";
  display: block;
  background-color: rgba(255, 255, 255, 0.6);
  background-image: url(/wp-content/plugins/mhs-enhancements/img/loading.gif);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  position: absolute;
  width: 100%;
  bottom: 0;
  top: 0;
  z-index: 3;
}
.mhs-archives .mhs-news-archives .mhs-no-results:only-child {
  grid-column: 1/-1;
  text-align: center;
  padding: 50px 0;
  color: #adadad;
}
.mhs-archives .elementor-grid {
  grid-column-gap: 20px;
  grid-row-gap: 35px;
}
.mhs-archives .elementor-post__card .elementor-post__text {
  margin: 0;
}
.mhs-archives .elementor-post__card .elementor-post__title {
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 17px;
}
.mhs-archives .elementor-post__card .elementor-post__title a {
  color: var(--e-global-color-secondary);
}
.mhs-archives .elementor-post__card .elementor-post__thumbnail {
  padding-bottom: 50%;
}
.mhs-archives .elementor-post__card .mhs-news-badges {
  margin-top: -35px;
  text-align: right;
  z-index: 2;
}

.mhs-news-badge {
  background-color: var(--e-global-color-primary);
  color: #fff;
  font-size: 12px;
  padding: 0.6em 1.2em;
  line-height: 1;
  font-weight: 400;
  margin-right: 10px;
  border-radius: 999px;
  display: inline-block;
}

html body .mhs-featured-news {
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  padding-top: 80px;
  padding-bottom: 30px;
  margin-bottom: 75px;
  position: relative;
}
html body .mhs-featured-news:before {
  display: block;
  width: 100%;
  position: absolute;
  bottom: 0;
  content: "";
  background-color: rgba(0, 0, 0, 0.2);
}
html body .mhs-featured-news .e-con-inner {
  gap: 10px;
}

.mhs-featured-news-title {
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.1);
}

.mhs-featured-news-divider {
  background-image: url(/wp-content/plugins/mhs-enhancements/img/divider.svg);
  background-repeat: no-repeat;
  background-position: right center;
  height: 20px;
}

html body .mhs-featured-news-excerpt {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  color: #fff;
}
html body .mhs-featured-news-excerpt a {
  color: #fff;
  font-weight: bold;
  margin-left: 20px;
}
html body .mhs-featured-news-excerpt a:hover {
  color: #fff;
}

html body .mhs-event-details a {
  color: var(--e-global-color-accent);
}

.mhs-load-container {
  text-align: center;
  padding: 20px;
}

html body button.mhs-load-more {
  background: transparent;
  border: none;
  color: var(--e-global-color-accent);
  transition: opacity 0.25s;
}
html body button.mhs-load-more:active, html body button.mhs-load-more:focus {
  outline: none;
}

@media (min-width: 1024px) {
  html body .mhs-featured-news {
    padding-top: 80px;
    padding-bottom: 50px;
  }
  .mhs-archives .elementor-post__card .elementor-post__thumbnail {
    padding-bottom: 66%;
  }
}
