/* Keep the photo behind the transparent header and lower only the hero content. */
body.page-id-3551 main#tresc,
body.page-id-3600 main#tresc,
body.page-id-3334 main#tresc,
body.page-id-3387 main#tresc,
body.page-id-3538 main#tresc {
  padding-top: 0;
}

body.page-id-3551 main#tresc > .subpage-hero,
body.page-id-3600 main#tresc > .subpage-hero,
body.page-id-3334 main#tresc > .subpage-hero,
body.page-id-3387 main#tresc > .subpage-hero,
body.page-id-3538 main#tresc > .subpage-hero {
  padding-top: 243px;
}

@media (min-width: 768px) and (max-width: 1199px) {
  body.page-id-3551 main#tresc > .subpage-hero,
  body.page-id-3600 main#tresc > .subpage-hero,
  body.page-id-3334 main#tresc > .subpage-hero,
  body.page-id-3387 main#tresc > .subpage-hero,
  body.page-id-3538 main#tresc > .subpage-hero {
    padding-top: 171px;
  }
}

@media (max-width: 767px) {
  body.page-id-3551 main#tresc > .subpage-hero,
  body.page-id-3600 main#tresc > .subpage-hero,
  body.page-id-3334 main#tresc > .subpage-hero,
  body.page-id-3387 main#tresc > .subpage-hero,
  body.page-id-3538 main#tresc > .subpage-hero {
    padding-top: 140px;
  }
}
