/* MOA style deltas */

.moa header.page-container__heading {
  margin-bottom: 60px;
}

.moa .content-section--moa h2.content__title {
  margin: 0 0 15px;
}

.moa .content-section--moa h3.content__title--var {
  margin: 0 0 20px;
}

.moa .content-section--moa h3.content__title--var:last-of-type {
  margin: 0 0 35px;
}

.moa .content-section--moa .infograph {
  position: relative;
  border: 1px solid #003865;
  border-radius: 20px;
  margin: 0 0 25px;
}

.moa .content-section--moa h3.infograph__title {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -1rem);
  background: #fff;
  padding: 0 1.5rem;
  margin: 0;
  color: #003865;
  text-align: center;
  font-family: Ubuntu;
  font-size: 17px;
  font-style: normal;
  font-weight: 700;
}

.moa .content-section--moa .infograph__wrapper {
  padding: 32px 20px 31px;
}

.moa .content-section--moa img.infograph__image {
  width: 100%;
  max-width: 100%;
  height: auto;
}

.moa section.content-section {
  padding-bottom: 10px;
}

.moa section.content-section.nav-switcher {
  margin-bottom: 40px;
}

/* MOBILE */

@media screen and (max-width: 991px) {
  .moa header.page-container__heading {
    padding: 15px;
    margin: 0;
    border-bottom: solid 1px #555;
    margin-left: -15px;
    margin-right: -15px;
    margin-bottom: 20px;
  }
  .moa .content-section--moa h2.content__title {
    margin: 0 0 29px;
  }
  .moa .content-section--moa h3.content__title--var {
    margin-right: 20px;
    margin-bottom: 30px;
  }
  .moa .content-section--moa h3.content__title--var:last-of-type {
    margin-bottom: 40px;
  }
  .moa .content-section--moa h3.infograph__title {
    left: 0;
    transform: translate(4em, -1rem);
  }
  .moa .content-section--moa .infograph__wrapper {
    padding: 20px 10px 30px;
  }
  .moa .content-section--moa .infograph {
    margin-bottom: 17px;
  }
  .moa section.content-section {
    padding-bottom: 18px;
  }
  .moa section.content-section.nav-switcher {
    margin: 0;
  }
}
