.mhsGlobalHeader {
  width: auto;
  padding: 0;
  margin: 0;
  text-indent: 0;
  line-height: 1;
  background: none;
  box-sizing: border-box;
  border: none;
  box-shadow: none;
  font-size: 16px;
  vertical-align: baseline;
  position: sticky;
  top: 0;
  background: white;
  z-index: 100;
  max-height: 196px;
  min-height: 196px;
  transition: min-height 0.7s ease;
}
.mhsGlobalHeader .innerBG {
  padding: 137px 24px 8px 24px;
  transition: padding 0.7s ease, background-color 0.7s ease;
}
.mhsGlobalHeader #mhsGlobalHamburger,
.mhsGlobalHeader #mhsPrimaryClose {
  display: none;
}
.mhsGlobalHeader #mhsLogo {
  background: url(/images/banners/mhs_final.svg);
  height: 100px;
  width: 202px;
  background-size: contain;
  background-repeat: no-repeat;
  margin: 0;
  position: absolute;
  top: 10px;
  left: 10px;
}
.mhsGlobalHeader a,
.mhsGlobalHeader a:link,
.mhsGlobalHeader a:active,
.mhsGlobalHeader a:visited,
.mhsGlobalHeader a:hover {
  width: auto;
  padding: 0;
  margin: 0;
  text-indent: 0;
  line-height: 1;
  background: none;
  box-sizing: border-box;
  border: none;
  box-shadow: none;
  font-size: 16px;
  vertical-align: baseline;
  display: inline-block;
  color: black;
  font-family: "Montserrat";
  text-decoration: none;
}
.mhsGlobalHeader a svg,
.mhsGlobalHeader a:link svg,
.mhsGlobalHeader a:active svg,
.mhsGlobalHeader a:visited svg,
.mhsGlobalHeader a:hover svg {
  position: relative;
  top: 5px;
}
.mhsGlobalHeader .mhsSecondary {
  width: auto;
  padding: 0;
  margin: 0;
  text-indent: 0;
  line-height: 1;
  background: none;
  box-sizing: border-box;
  border: none;
  box-shadow: none;
  font-size: 16px;
  vertical-align: baseline;
  text-align: right;
  position: absolute;
  top: 10px;
  right: 10px;
}
.mhsGlobalHeader .mhsSecondary a {
  padding: 0 6px 0 6px;
}
.mhsGlobalHeader .mhsSecondary a + a {
  border-left: 1px solid #505050;
}
.mhsGlobalHeader .mhsSecondary .mhsSearch {
  background: #AF272F;
  color: white;
  width: 30px;
  padding: 0 4px;
  border: none;
  top: 4px;
  position: relative;
  height: 29px;
  border-radius: 4px;
}
.mhsGlobalHeader .mhsSecondary .mhsSearch svg {
  position: relative;
  top: 3px;
}
.mhsGlobalHeader .mhsPrimary {
  width: auto;
  padding: 0;
  margin: 0;
  text-indent: 0;
  line-height: 1;
  background: none;
  box-sizing: border-box;
  border: none;
  box-shadow: none;
  font-size: 16px;
  vertical-align: baseline;
  padding-top: 10px;
  clear: both;
  transition: right 0.6s ease;
  text-align: right;
  right: -8px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-end;
  font-family: "Montserrat", sans-serif;
}
.mhsGlobalHeader .mhsPrimary .topButtons {
  display: none;
}
.mhsGlobalHeader .mhsPrimary .mhsHome {
  position: relative;
  top: 2px;
}
.mhsGlobalHeader .mhsPrimary button,
.mhsGlobalHeader .mhsPrimary .mainItem,
.mhsGlobalHeader .mhsPrimary .mainItem a:first-child {
  font-weight: 600;
  padding: 10px 7px;
  border: none;
  background: none;
  color: black;
  font-size: 18px;
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  text-align: center;
}
.mhsGlobalHeader .mhsPrimary button svg,
.mhsGlobalHeader .mhsPrimary .mainItem svg,
.mhsGlobalHeader .mhsPrimary .mainItem a:first-child svg {
  width: 16px;
  height: 16px;
  position: relative;
  top: 2px;
}
.mhsGlobalHeader .mhsPrimary .mainItem.open svg {
  transform: rotate(180deg);
}
.mhsGlobalHeader .mhsPrimary .mainItem.open + .menuSet {
  display: block !important;
  grid-template-rows: 1fr;
}
.mhsGlobalHeader .mhsPrimary .mainItem.open + .menuSet a:link {
  background: none;
}
.mhsGlobalHeader .mhsPrimary .mainItem.open + .menuSet a:hover {
  background: #e0e0e0;
}
.mhsGlobalHeader .mhsPrimary .menuSet {
  position: absolute;
  top: 46px;
  text-transform: uppercase;
  font-weight: normal;
  text-align: left;
  display: none;
  grid-template-rows: 0fr;
}
.mhsGlobalHeader .mhsPrimary .menuSet .menuContent {
  overflow: hidden;
  z-index: 10;
  background: white;
  right: 0;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.25);
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
}
.mhsGlobalHeader .mhsPrimary .menuSet .menuContent .col {
  padding: 17px 31px;
  min-width: 206px;
  text-transform: none;
  max-width: 340px;
}
.mhsGlobalHeader .mhsPrimary .menuSet .menuContent h2, .mhsGlobalHeader .mhsPrimary .menuSet .menuContent h3, .mhsGlobalHeader .mhsPrimary .menuSet .menuContent h4 {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 16px;
  margin-top: 0;
  margin-bottom: 1rem;
}
.mhsGlobalHeader .mhsPrimary .menuSet .menuContent a:link,
.mhsGlobalHeader .mhsPrimary .menuSet .menuContent a:visited,
.mhsGlobalHeader .mhsPrimary .menuSet .menuContent a:hover,
.mhsGlobalHeader .mhsPrimary .menuSet .menuContent a:active,
.mhsGlobalHeader .mhsPrimary .menuSet .menuContent p {
  display: block;
  margin: 0;
  font-size: 16px;
  background: none;
  color: black;
}
.mhsGlobalHeader .mhsPrimary .menuSet .menuContent p {
  margin: 0 0 1rem 0;
}
.mhsGlobalHeader .mhsPrimary .menuSet .menuContent br {
  display: none;
}
.mhsGlobalHeader .mhsPrimary .menuSet .menuContent img {
  max-height: 277px;
  display: block;
  max-width: 100%;
}
.mhsGlobalHeader .mhsPrimary .menuSet .menuContent .card-title {
  display: block;
  margin: 0.5rem 0;
}
.mhsGlobalHeader .mhsPrimary .menuSet .menuContent .card-caption {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  line-clamp: 4;
  overflow: hidden;
  text-overflow: ellipsis;
  display: none;
}
.mhsGlobalHeader .mhsPrimary .menuSet .menuContent .event h3 {
  margin-bottom: 0;
}
.mhsGlobalHeader .mhsPrimary .menuSet .menuContent .event p {
  font-size: 14px;
}
.mhsGlobalHeader .mhsPrimary a:hover {
  background: #e0e0e0;
}
.mhsGlobalHeader #mhsPrimaryClose {
  display: none;
}

.mhsGlobalHeader .mhsPrimary .navItemPublications .menuContent {
  left: auto;
  right: auto;
}

.header-dark:not(.scrolledPastTop) .mhsGlobalHeader a, .header-dark:not(.scrolledPastTop) .mhsGlobalHeader a:link, .header-dark:not(.scrolledPastTop) .mhsGlobalHeader a:active, .header-dark:not(.scrolledPastTop) .mhsGlobalHeader a:visited, .header-dark:not(.scrolledPastTop) .mhsGlobalHeader a:hover,
.white_text_with_gradient:not(.scrolledPastTop) .mhsGlobalHeader a,
.white_text_with_gradient:not(.scrolledPastTop) .mhsGlobalHeader a:link,
.white_text_with_gradient:not(.scrolledPastTop) .mhsGlobalHeader a:active,
.white_text_with_gradient:not(.scrolledPastTop) .mhsGlobalHeader a:visited,
.white_text_with_gradient:not(.scrolledPastTop) .mhsGlobalHeader a:hover {
  transition: color 0.8s ease;
}
.header-dark:not(.scrolledPastTop) .mhsGlobalHeader .mhsHome svg,
.white_text_with_gradient:not(.scrolledPastTop) .mhsGlobalHeader .mhsHome svg {
  fill: white;
}
.header-dark:not(.scrolledPastTop) .mhsGlobalHeader .mhsSecondary a, .header-dark:not(.scrolledPastTop) .mhsGlobalHeader .mhsSecondary a:link, .header-dark:not(.scrolledPastTop) .mhsGlobalHeader .mhsSecondary a:active, .header-dark:not(.scrolledPastTop) .mhsGlobalHeader .mhsSecondary a:visited, .header-dark:not(.scrolledPastTop) .mhsGlobalHeader .mhsSecondary a:hover,
.white_text_with_gradient:not(.scrolledPastTop) .mhsGlobalHeader .mhsSecondary a,
.white_text_with_gradient:not(.scrolledPastTop) .mhsGlobalHeader .mhsSecondary a:link,
.white_text_with_gradient:not(.scrolledPastTop) .mhsGlobalHeader .mhsSecondary a:active,
.white_text_with_gradient:not(.scrolledPastTop) .mhsGlobalHeader .mhsSecondary a:visited,
.white_text_with_gradient:not(.scrolledPastTop) .mhsGlobalHeader .mhsSecondary a:hover {
  color: white;
}
.header-dark:not(.scrolledPastTop) .mhsGlobalHeader .mhsPrimary .mainItem,
.header-dark:not(.scrolledPastTop) .mhsGlobalHeader .mhsPrimary .mainItem a:first-child,
.white_text_with_gradient:not(.scrolledPastTop) .mhsGlobalHeader .mhsPrimary .mainItem,
.white_text_with_gradient:not(.scrolledPastTop) .mhsGlobalHeader .mhsPrimary .mainItem a:first-child {
  color: white;
}
.header-dark:not(.scrolledPastTop) .mhsGlobalHeader .mhsPrimary .mainItem svg,
.header-dark:not(.scrolledPastTop) .mhsGlobalHeader .mhsPrimary .mainItem a:first-child svg,
.white_text_with_gradient:not(.scrolledPastTop) .mhsGlobalHeader .mhsPrimary .mainItem svg,
.white_text_with_gradient:not(.scrolledPastTop) .mhsGlobalHeader .mhsPrimary .mainItem a:first-child svg {
  stroke: white;
}
.header-dark:not(.scrolledPastTop) .mhsGlobalHeader .mhsPrimary .mainItem.open,
.white_text_with_gradient:not(.scrolledPastTop) .mhsGlobalHeader .mhsPrimary .mainItem.open {
  background: white;
  color: black;
}
.header-dark:not(.scrolledPastTop) .mhsGlobalHeader .mhsPrimary .mainItem.open svg,
.white_text_with_gradient:not(.scrolledPastTop) .mhsGlobalHeader .mhsPrimary .mainItem.open svg {
  stroke: black;
}
.header-dark:not(.scrolledPastTop) .mhsGlobalHeader .mhsPrimary a:hover,
.white_text_with_gradient:not(.scrolledPastTop) .mhsGlobalHeader .mhsPrimary a:hover {
  background: #ffffff;
  color: black;
}
.header-dark:not(.scrolledPastTop) #mhsLogo,
.white_text_with_gradient:not(.scrolledPastTop) #mhsLogo {
  background-image: url(/images/banners/mhs_final_white.svg);
  transition: background 0.8s ease;
}

.fixedSmallHeader:not(.headerOnTheSide) .mhsGlobalHeader,
.scrolledPastTop:not(.headerOnTheSide) .mhsGlobalHeader {
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.25);
  min-height: 50px;
}
.fixedSmallHeader:not(.headerOnTheSide) .mhsGlobalHeader .innerBG,
.scrolledPastTop:not(.headerOnTheSide) .mhsGlobalHeader .innerBG {
  padding: 40px 24px 8px 202px;
  background-color: white;
}
.fixedSmallHeader:not(.headerOnTheSide) .mhsGlobalHeader a,
.fixedSmallHeader:not(.headerOnTheSide) .mhsGlobalHeader a:link,
.fixedSmallHeader:not(.headerOnTheSide) .mhsGlobalHeader a:active,
.fixedSmallHeader:not(.headerOnTheSide) .mhsGlobalHeader a:visited,
.fixedSmallHeader:not(.headerOnTheSide) .mhsGlobalHeader a:hover,
.scrolledPastTop:not(.headerOnTheSide) .mhsGlobalHeader a,
.scrolledPastTop:not(.headerOnTheSide) .mhsGlobalHeader a:link,
.scrolledPastTop:not(.headerOnTheSide) .mhsGlobalHeader a:active,
.scrolledPastTop:not(.headerOnTheSide) .mhsGlobalHeader a:visited,
.scrolledPastTop:not(.headerOnTheSide) .mhsGlobalHeader a:hover {
  color: black;
}
.fixedSmallHeader:not(.headerOnTheSide) .mhsGlobalHeader #mhsLogo,
.scrolledPastTop:not(.headerOnTheSide) .mhsGlobalHeader #mhsLogo {
  background-image: url(/images/banners/mhs_final.svg);
}
.fixedSmallHeader:not(.headerOnTheSide) .mhsGlobalHeader .mhsHome svg,
.scrolledPastTop:not(.headerOnTheSide) .mhsGlobalHeader .mhsHome svg {
  fill: black;
}
.fixedSmallHeader:not(.headerOnTheSide) .mainItem.open .mhsPrimary .mainItem,
.scrolledPastTop:not(.headerOnTheSide) .mainItem.open .mhsPrimary .mainItem {
  color: black;
}
.fixedSmallHeader:not(.headerOnTheSide) .mainItem.open .mhsPrimary .mainItem svg,
.scrolledPastTop:not(.headerOnTheSide) .mainItem.open .mhsPrimary .mainItem svg {
  stroke: black;
}
.fixedSmallHeader:not(.headerOnTheSide) .mainItem.open .mhsPrimary .mainItem.open,
.scrolledPastTop:not(.headerOnTheSide) .mainItem.open .mhsPrimary .mainItem.open {
  background: black;
  color: white;
}
.fixedSmallHeader:not(.headerOnTheSide) .mainItem.open .mhsPrimary .mainItem.open svg,
.scrolledPastTop:not(.headerOnTheSide) .mainItem.open .mhsPrimary .mainItem.open svg {
  stroke: white;
}
.fixedSmallHeader:not(.headerOnTheSide) .mainItem.open .mhsPrimary a:hover,
.scrolledPastTop:not(.headerOnTheSide) .mainItem.open .mhsPrimary a:hover {
  background: #ffffff;
  color: black;
}
.fixedSmallHeader:not(.headerOnTheSide) header #mhsGlobalBG,
.scrolledPastTop:not(.headerOnTheSide) header #mhsGlobalBG {
  opacity: 1;
}

@media (max-width: 1450px) {
  .scrolledPastTop:not(.headerOnTheSide) .mhsGlobalHeader .innerBG {
    padding: 2px 0 8px 24px;
    background-color: white;
  }
  .scrolledPastTop:not(.headerOnTheSide) .mhsGlobalHeader .mhsPrimary {
    margin-top: 40px;
  }
}
.headerOnTheSide #mhsGlobalHeader {
  text-align: center;
  flex-wrap: nowrap;
  padding-left: 8px;
  overflow: hidden;
  box-shadow: 0 3px 15px rgba(0, 0, 0, 0.25);
  position: static;
  min-height: 0;
  transition: none;
}
.headerOnTheSide #mhsGlobalHeader .innerBG {
  padding: 0 24px 0 24px;
  transition: none;
}
.headerOnTheSide #mhsGlobalHeader .mhsHome svg {
  fill: black;
}
.headerOnTheSide #mhsGlobalHeader #mhsGlobalHamburger {
  display: block;
  position: fixed;
  right: 10px;
  top: 25px;
  border: 1px solid #c5c5c5;
  border-radius: 4px;
  padding: 6px 8px;
  background: white !important;
  z-index: 500;
}
.headerOnTheSide #mhsGlobalHeader #mhsGlobalHamburger svg {
  width: 29px;
  height: 29px;
}
.headerOnTheSide #mhsGlobalHeader a:link, .headerOnTheSide #mhsGlobalHeader a:visited, .headerOnTheSide #mhsGlobalHeader a:active {
  color: black !important;
}
.headerOnTheSide #mhsGlobalHeader .mhsSecondary {
  float: none;
  text-align: center;
  display: none;
}
.headerOnTheSide #mhsGlobalHeader .mhsSecondary .abigail {
  display: none;
}
.headerOnTheSide #mhsGlobalHeader .mhsSecondary .theLatest {
  display: none;
}
.headerOnTheSide #mhsGlobalHeader .mhsSecondary a + a {
  border: none;
}
.headerOnTheSide #mhsGlobalHeader #mhsLogo {
  float: none;
  display: block;
  position: relative;
  width: calc(100% - 28px);
  margin: 0;
  padding: 0;
  background-position: 50% 50%;
  background-size: 170px;
  top: 6px;
}
.headerOnTheSide #mhsGlobalHeader .mhsPrimary {
  float: none;
  position: fixed;
  right: -100vw;
  width: 100vw;
  top: 0;
  margin-top: 0;
  z-index: 1000;
  background: white;
  padding: 1rem;
  box-sizing: border-box;
  height: 100vh;
  text-align: left;
  overflow: auto;
  flex-direction: column;
  justify-content: flex-start;
}
.headerOnTheSide #mhsGlobalHeader .mhsPrimary a:link,
.headerOnTheSide #mhsGlobalHeader .mhsPrimary a:visited,
.headerOnTheSide #mhsGlobalHeader .mhsPrimary a:active,
.headerOnTheSide #mhsGlobalHeader .mhsPrimary a:hover {
  display: block;
  margin-left: 0;
  color: black !important;
}
.headerOnTheSide #mhsGlobalHeader .mhsPrimary .topButtons {
  float: left;
  display: flex;
}
.headerOnTheSide #mhsGlobalHeader .mhsPrimary .topButtons .mhsHome,
.headerOnTheSide #mhsGlobalHeader .mhsPrimary .topButtons .portal,
.headerOnTheSide #mhsGlobalHeader .mhsPrimary .topButtons .mhsSearch {
  border-radius: 10px;
  padding: 5px 10px;
  height: 42px;
  margin-right: 12px;
  margin-bottom: 2rem;
  background: #e9e9e9;
  text-align: center;
}
.headerOnTheSide #mhsGlobalHeader .mhsPrimary .topButtons .portal {
  width: 99px;
}
.headerOnTheSide #mhsGlobalHeader .mhsPrimary .topButtons .mhsSearch {
  background: #AF272F;
  padding-top: 0;
}
.headerOnTheSide #mhsGlobalHeader .mhsPrimary .topButtons .mhsSearch svg {
  width: 32px;
  height: 32px;
}
.headerOnTheSide #mhsGlobalHeader .mhsPrimary .navItemEvents .col:first-child {
  display: none;
}
.headerOnTheSide #mhsGlobalHeader .mhsPrimary #mhsPrimaryClose {
  display: block;
  margin-left: 0;
  position: absolute;
  right: 0;
  left: auto;
  padding: 0.5rem;
  border: none;
}
.headerOnTheSide #mhsGlobalHeader .mhsPrimary #mhsPrimaryClose svg {
  width: 29px;
  height: 29px;
}
.headerOnTheSide #mhsGlobalHeader .mhsPrimary .mainItem {
  display: block;
  padding: 15px 10px;
  color: black !important;
}
.headerOnTheSide #mhsGlobalHeader .mhsPrimary .mainItem svg {
  stroke: black;
}
.headerOnTheSide #mhsGlobalHeader .mhsPrimary .menuSet {
  clear: both;
  display: none;
  position: static;
  top: 0;
}
.headerOnTheSide #mhsGlobalHeader .mhsPrimary .menuSet .menuContent {
  position: relative;
  box-shadow: none;
  background: #f0f0f0;
  display: block;
}
.headerOnTheSide #mhsGlobalHeader .mhsPrimary .menuSet .menuContent .col {
  padding: 17px;
  max-width: none;
}
.headerOnTheSide #mhsGlobalHeader .mhsPrimary .menuSet .menuContent p {
  margin-bottom: 0;
  margin-left: -10px;
}
.headerOnTheSide #mhsGlobalHeader .mhsPrimary .menuSet .menuContent a:link,
.headerOnTheSide #mhsGlobalHeader .mhsPrimary .menuSet .menuContent a:visited,
.headerOnTheSide #mhsGlobalHeader .mhsPrimary .menuSet .menuContent a:active,
.headerOnTheSide #mhsGlobalHeader .mhsPrimary .menuSet .menuContent a:hover {
  font-weight: normal;
  padding: 12px 5px 12px 10px;
}
.headerOnTheSide #mhsGlobalHeader .mhsPrimary.open {
  right: 0;
}
.headerOnTheSide .scrolledPastTop #mhsGlobalHeader .innerBG {
  padding: 8px;
}

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