/*===================================================================================*/
/*  Global | Variables | Partial
/*===================================================================================*/
@media screen and (min-width: 0) and (max-width: 63.9375em) {
  .content-nav {
    position: absolute;
    z-index: 600;
    top: 0;
    left: 0;
    right: 0;
  }
}
.content-nav__list {
  background-color: #202243;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
@media screen and (min-width: 64em) {
  .content-nav__list {
    position: absolute;
    z-index: 1;
    width: 32rem;
    left: 3.75rem;
    bottom: 2.5rem;
  }
}
.content-nav__item {
  position: relative;
}
@media screen and (min-width: 64em) {
  .content-nav__item:first-of-type {
    padding-top: 1rem;
  }
  .content-nav__item:last-of-type {
    padding-bottom: 1rem;
  }
}
.content-nav__item:not(:last-of-type)::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: calc(100% - 5rem);
  height: 1px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  -webkit-transition: width 300ms ease-in-out;
  transition: width 300ms ease-in-out;
}
.content-nav__item.is-open:not(:last-of-type)::after {
  width: 0;
}
.content-nav__controls {
  padding: 1rem 2.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media screen and (min-width: 0) and (max-width: 63.9375em) {
  .content-nav__controls {
    padding: 1.5rem 2rem;
  }
}
.content-nav__controls 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.5rem;
  font-weight: 500;
  color: #ffffff;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
.content-nav__controls a:hover {
  color: tint(#00aeef, 50%);
}
.content-nav__controls a.active {
  color: #00aeef;
}
.content-nav__controls button {
  font-size: 1.6rem;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  color: #ffffff;
  background: none;
  border: none;
  cursor: pointer;
}
.content-nav__controls button span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: -webkit-transform 300ms ease-in-out;
  transition: -webkit-transform 300ms ease-in-out;
  transition: transform 300ms ease-in-out;
  transition: transform 300ms ease-in-out, -webkit-transform 300ms ease-in-out;
}
.content-nav__controls button.is-open span {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.content-nav__controls button.active {
  color: #00aeef;
}

/*===================================================================================*/
/*  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-content-nav.css.map */
