/*===================================================================================*/
/*  Global | Variables | Partial
/*===================================================================================*/
.fourth-level-nav {
  background-color: shade(#202243, 25%);
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height 300ms ease-in-out;
  transition: max-height 300ms ease-in-out;
  background-color: rgb(24, 25.5, 50.25);
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.fourth-level-nav.is-open {
  max-height: 30rem;
}
@media screen and (min-width: 0) and (max-width: 63.9375em) {
  .fourth-level-nav.is-open {
    max-height: 100vh;
  }
}
@media screen and (min-width: 0) and (max-width: 63.9375em) {
  .fourth-level-nav__item {
    position: relative;
    padding: 1rem 2rem;
  }
  .fourth-level-nav__item:not(:last-of-type)::after {
    content: "";
    display: block;
    position: absolute;
    border-bottom: 1px solid #dedede;
    bottom: 0;
    left: 2rem;
    right: 2rem;
  }
}
@media screen and (min-width: 64em) {
  .fourth-level-nav__item {
    padding: 0 2.5rem;
  }
  .fourth-level-nav__item:first-child {
    padding-top: 1.5rem;
  }
  .fourth-level-nav__item:last-child {
    padding-bottom: 1.5rem;
  }
}
.fourth-level-nav__item a {
  font-family: "Noto Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  text-transform: uppercase;
  font-size: 1.6rem;
  font-weight: 500;
  color: #ffffff;
  line-height: 1;
}
@media screen and (min-width: 0) and (max-width: 63.9375em) {
  .fourth-level-nav__item a {
    color: white;
  }
}
.fourth-level-nav__item a.active {
  color: #00aeef;
}
/*# sourceMappingURL=the-fourth-level-nav.css.map */
