/* Branded paragraph background color choices */
.paragraph--color--primary {
    background-color: rgb(0,47,83);
    color: #fff;
}

/* Type display classes */
.region-page-title .page-title h1 {
    font-size: 2.5rem;
    font-weight: 400;
}
.region-page-title .page-title {
    padding: 1em 0;
}
.region-page-title .page-title h1 {
    font-family: inherit;
    line-height: inherit;
    margin: 0;
}

@media (min-width: 15rem) {
  .region-page-title .page-title h1 {
      font-size: calc(0.875rem + ((1vw - 0.15rem) * 2.1429));
  }
}

@media (min-width: 120rem) {
    .region-page-title .page-title h1 {
        font-size: 2.5rem;
    }
}