.masthead--desktop .masthead__inner {
  padding-bottom: 1.4rem;
  padding-top: 1.4rem;
  position: relative;
}
@media (min-width: 62em) {
  .masthead--desktop .masthead__inner {
    padding-bottom: 2.4rem;
    padding-top: 2.4rem;
  }
}
.masthead--desktop .masthead__brand {
  transition: transform 0.2s ease-in-out 0s;
  border: 18px solid #E2EDF2;
  box-sizing: content-box;
  border-radius: 50%;
  height: 4.95rem;
  left: calc(1.4rem - 18px);
  position: absolute;
  top: 1.5rem;
  width: 5rem;
  z-index: 15;
}
.masthead--desktop .masthead__brand .logo,
.masthead--desktop .masthead__brand .logo__image {
  display: block;
}
.masthead--desktop .masthead__brand .logo__image {
  width: 100%;
}
.masthead--desktop .masthead__brand:hover {
  transform: scale(1.03);
}
.page-intro--alt .masthead--desktop .masthead__brand {
  border: 18px solid #fff;
}
@media (min-width: 62em) {
  .masthead--desktop .masthead__brand {
    height: 7.15rem;
    width: 7.2rem;
  }
}
.masthead--desktop .masthead__navigation {
  display: flex;
  flex-direction: column;
}
.masthead--desktop .masthead__navigation .masthead__utilities,
.masthead--desktop .masthead__navigation .masthead__menu-main {
  margin-left: auto;
}
.masthead--desktop .masthead__navigation .masthead__utilities {
  display: flex;
  align-items: center;
}
.masthead--desktop .page-intro--alt .masthead__menu-main {
  position: relative;
}
.masthead--desktop .page-intro--alt .masthead__menu-main:before {
  content: "";
  width: 100%;
  height: 420px;
  background-color: #E2EDF2;
  position: absolute;
  left: 0;
  top: 100px;
  z-index: -1;
}
.masthead--desktop .masthead__menu-main {
  margin-top: 0.5rem;
}
@media (min-width: 62em) {
  .masthead--desktop .masthead__menu-main {
    margin-top: 1rem;
  }
}
@media (max-width: 47.9375em) {
  .masthead--desktop {
    display: none;
  }
}

.masthead--mobile {
  padding-bottom: 1rem;
  padding-top: 1rem;
  transition: background-color 0.2s ease-in-out 0s;
  border-bottom: 1px solid #000;
  height: 3.5rem;
  position: relative;
  z-index: 10;
}
.masthead-menu-open .masthead--mobile {
  background-color: #fff;
}
.masthead--mobile .masthead__inner {
  display: flex;
}
.masthead--mobile .masthead__brand .logo {
  align-content: center;
  color: #000;
  font-weight: 700;
  display: flex;
  text-decoration: none;
  text-transform: uppercase;
}
.masthead--mobile .masthead__brand .logo .logo__image {
  display: block;
  height: auto;
  width: 1.5rem;
}
.masthead--mobile .masthead__brand .logo .logo__text {
  flex: 1;
  margin-left: 0.5rem;
}
@media (min-width: 48em) {
  .masthead--mobile {
    display: none;
  }
}

.masthead__menu-trigger {
  height: 1.5rem;
  width: 1.5rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: none;
  border: none;
  box-shadow: none;
  display: block;
  margin-right: 1.5rem;
  position: relative;
}
.masthead__menu-trigger .icon, .masthead__menu-trigger:before, .masthead__menu-trigger:after {
  background-color: #000;
  content: "";
  display: block;
  height: 2px;
  left: 0;
  position: absolute;
  pointer-events: none;
  width: 100%;
}
.masthead__menu-trigger .icon {
  opacity: 1;
  pointer-events: none;
  top: calc(50% - 1px);
}
.masthead__menu-trigger:before {
  top: 0;
}
.masthead__menu-trigger:after {
  top: calc(100% - 2px);
}
.masthead__menu-trigger[data-menu=closed] .icon {
  transition: opacity 0s ease-in-out 0.2s;
}
.masthead__menu-trigger[data-menu=closed]:before {
  transition: transform 0.2s ease-in-out 0s, top 0.2s ease-in-out 0.2s;
}
.masthead__menu-trigger[data-menu=closed]:after {
  transition: transform 0.2s ease-in-out 0s, top 0.2s ease-in-out 0.2s;
}
.masthead__menu-trigger[data-menu=open] .icon {
  transition: opacity 0s ease-in-out 0.2s;
  opacity: 0;
}
.masthead__menu-trigger[data-menu=open]:before {
  transition: top 0.2s ease-in-out 0s, transform 0.2s ease-in-out 0.2s;
  top: calc(50% - 1px);
  transform: rotate(45deg);
}
.masthead__menu-trigger[data-menu=open]:after {
  transition: top 0.2s ease-in-out 0s, transform 0.2s ease-in-out 0.2s;
  top: calc(50% - 1px);
  transform: rotate(-45deg);
}

.masthead__mobile-nav {
  padding-bottom: 1.5rem;
  padding-top: 1.5rem;
  background-color: #fff;
}
.masthead__mobile-nav[data-menu] {
  transition: opacity 0.2s ease-in-out 0s;
  left: 0;
  padding-top: 5rem;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 5;
}
.masthead__mobile-nav[data-menu=closed] {
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
}
.masthead__mobile-nav[data-menu=open] {
  opacity: 1;
  pointer-events: auto;
  visibility: visible;
}
@media (min-width: 48em) {
  .masthead__mobile-nav {
    display: none !important;
  }
}

.masthead-menu-closed,
.masthead-menu-open {
  position: relative;
}
.masthead-menu-closed:after,
.masthead-menu-open:after {
  transition: opacity 0.2s ease-in-out 0s;
  height: 100%;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.7);
  content: "";
  display: block;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 4;
}

.masthead-menu-closed {
  position: relative;
}
.masthead-menu-closed:after {
  opacity: 0;
  pointer-events: none;
}

.masthead-menu-open {
  position: relative;
}
.masthead-menu-open:after {
  opacity: 1;
  pointer-events: auto;
}