section.inner-page-hero .block-container {
  height: 95vh;
  max-height: 505px;
  max-width: 1298px;
  width: calc(100% - 34px);
  margin-left: auto;
  margin-right: auto;
  border-radius: 12px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  align-items: flex-end;
  margin-bottom: 34px;
}
.selected-top-banner {
 
}
@media only screen and (max-width: 767px) {
  section.inner-page-hero .block-container {
    padding-top: 260px;
    max-height: unset;
    height: max-content;
    background-position: top;
    background-size: contain;
  }
}
section.inner-page-hero .block-container .site-container {
  max-width: 611px;
  margin-left: 38px;
  margin-bottom: -34px;
  width: 100%;
}
@media only screen and (max-width: 830px) {
  section.inner-page-hero .block-container .site-container {
    margin-left: auto;
  }
}
@media only screen and (max-width: 768px) {
  section.inner-page-hero .block-container .site-container {
    margin-left: 0;
    margin-bottom: 0;
    max-width: unset;
  }
}
section.inner-page-hero .block-container .site-container .cta {
 border-radius: 12px;
    padding: 20px 40px 20px 40px;
}
}
@media only screen and (max-width: 767px) {
  section.inner-page-hero .block-container .site-container .cta {
    padding: 32px 25px;
  }
}
section.inner-page-hero .block-container .site-container .cta .heading {
  color: #fff;
  margin-bottom: 12px;
}
section.inner-page-hero .block-container .site-container .cta .subtext {
  color: #fff;
  max-width: 494px;
}
section.inner-page-hero .block-container .site-container .cta .subtext * {
  color: #fff;
  margin-bottom: 16px;
}
section.inner-page-hero .block-container .site-container .cta .subtext *:last-child {
  margin-bottom: 0;
}
section.inner-page-hero .block-container .site-container .cta .button {
  background-color: #fff;
  border-color: #fff;
  color: #4A75A5;
  margin-top: 25px;
}
section.inner-page-hero .block-container .site-container .cta .button:hover {
  background-color: #4A75A5;
  border-color: #fff;
  color: #fff;
  font-weight: 700;
}

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