.hero {
  position: relative; }
  @media (max-width: 480px) {
    .hero {
      margin-bottom: 0; } }
  .hero h1.page-title {
    font-weight: bold;
    line-height: 1.11;
    color: #ffffff;
    padding: 4vw 0 17px 0;
    max-width: 1140px;
    font-size: 4vw; }
    @media (min-width: 1367px) {
      .hero h1.page-title {
        font-size: 54px; } }
    @media (max-width: 1200px) {
      .hero h1.page-title {
        padding-left: 0px;
        padding-right: 0px;
        margin: 0 30px 0 30px; } }
    @media (max-width: 767px) {
      .hero h1.page-title {
        font-size: 30px; } }

.hero__tall {
  height: 38.5vw;
  max-height: 550px;
  min-height: 320px; }

.hero__short {
  height: 32vw;
  max-height: 450px;
  min-height: 300px; }
  .hero__short h1.page-title {
    margin-top: 0;
    max-width: 1114px;
    margin-left: auto;
    margin-right: auto; }

@media (max-width: 480px) {
  .has-hero h1.page-title {
    font-size: 24px;
    background-color: #ffffff;
    color: #1e1e1e;
    margin: 0;
    padding: 30px;
    border-top: solid 1px #9b9b9b; } }

.has-hero h1.page-title.less-equals-480 {
  display: none; }
  @media (max-width: 480px) {
    .has-hero h1.page-title.less-equals-480 {
      display: block; } }

.has-hero h1.page-title.greater-480 {
  display: none; }
  @media (min-width: 481px) {
    .has-hero h1.page-title.greater-480 {
      display: block; } }

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