/* Make hero images full width on all devices */
.InfoHero__image {
  width: 100vw;
  margin-left: calc(-50vw + 50%);
}

.InfoHero__image img {
  width: 100%;
  height: auto;
  object-fit: cover;
  display: block;
}

/* Mobile: squared aspect ratio */
@media (max-width: 767px) {
  .InfoHero__image img {
    aspect-ratio: 1/1;
    object-fit: cover;
  }
}
@media (min-width: 760px) {
  .InfoHero__image {
    margin-top: -232px;
  }
  .HeroImageHeader > .InfoHero__wrapper > .InfoHero__head + * > .InfoHero__image > img {
    top: 0;
  }
}
.InfoHero {
  margin-bottom: 5.5rem;
}

#block-pagetitle h1 {
  display: none;
}

/* Temp fix for regression on School Hero headers from line 1-20 */
/* Mobile */
body.node-content-page-school.is-frontpage .HeroImageHeader .InfoHero__image {
  margin-left: 0;
  width: 100%;
}

/* Higher screens */
@media (min-width: 760px) {
  body.node-content-page-school.is-frontpage .HeroImageHeader .InfoHero__image {
    max-width: 45%;
  }
}
@media (min-width: 980px) {
  body.node-content-page-school.is-frontpage .HeroImageHeader .InfoHero__image {
    max-width: 48%;
  }
}
@media (min-width: 1200px) {
  body.node-content-page-school.is-frontpage .HeroImageHeader .InfoHero__image {
    max-width: 40%;
  }
}
.paragraph--labeled-phone-numbers {
  font-size: 20px;
}