.page-hero {
  position: relative;
  padding-top: 1.7777777778em;
  padding-bottom: 1.7777777778em;
}
.page-hero hgroup {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  padding: 0;
}
.page-hero hgroup h1 {
  margin-bottom: 10px;
}
.page-hero hgroup .subtitle {
  font-size: 1em;
  line-height: 1.5;
  max-width: 600px;
}
@media screen and (max-width: 500px) {
  .page-hero hgroup .subtitle {
    font-size: 0.8888888889em;
  }
}
.page-hero hgroup .cta-action a {
  color: #f03;
  text-decoration: none;
  border: 1px solid #f03;
  padding: 8px 20px;
  font-weight: 700;
}
.page-hero.no-bg h1 {
  padding-top: 30px;
}
.page-hero.no-bg h1::before {
  content: "";
  border-top: 2px solid #f03;
  width: 90px;
  position: absolute;
  margin-top: -25px;
}
.page-hero.bg {
  width: calc(100% + 40px);
  height: 24.4444444444em;
  padding-top: 6.6666666667em;
  padding-bottom: 2.7777777778em;
  padding-left: 24px;
  padding-right: 24px;
  background-size: cover;
  margin-left: -20px;
}
.page-hero.bg::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(34, 34, 34, 0.67);
  top: 0;
  left: 0;
  position: absolute;
  z-index: 0;
}
.page-hero.bg hgroup {
  max-width: 1360px;
}
.page-hero.bg h1,
.page-hero.bg .subtitle {
  color: #fff;
}
.page-hero.bg .cta-action a {
  color: #fff;
  border-color: #fff;
}

@media (min-width: 1601px) {
  .ast-container .page-hero.bg {
    max-width: calc(100% + 40px);
    margin-left: -20px;
  }
}

/*# sourceMappingURL=page-hero.css.map */
