.page-banner {
  background: url("/assets/banner-0b9f3526.svg");
  background-position: center top;
  background-size: 442.86px 310px; /* 1280x896 original */
  background-repeat: repeat-x;
  margin-top: -2rem;
  position: relative;
}
.page-banner:before {
  content: "";
  border-bottom: 1px solid var(--border-gray);
  position: absolute;
  top: 310px;
  left: 0;
  width: 100%;
}
.page-title {
  padding: 4rem 0;
  text-align: center;
}
.page-title h1 {
  color: var(--dark-blue);
  margin: 0 0 1rem 0;
}
.page-title h1 strong {
  text-decoration: underline;
}
.page-title p {
  margin: 0;
}
.page-title p.small {
  font-size: 0.75rem;
}
.page-title p.quiet {
  opacity: 0.5;
}
.page-title span {
  background-color: var(--faint-gray);
}
.page-title span.nowrap {
  background-color: transparent;
}
@media only screen and (min-width: 900px) {
  .page-title p {
    font-size: 1.5rem;
  }
}
