.page-id-482 .blue-box-wrap {
  margin-bottom: 90px;
}

.page-id-482 .hero {
  height: -webkit-calc(100vh - 180px);
  height: calc(100vh - 180px);
  max-height: 660px;
  min-height: 400px;
  -webkit-background-size: cover;
          background-size: cover;
}

.about-row-content-block {
  padding: 60px 50px;
}

@media (min-width: 768px) {
  .about-row-content-block {
    min-height: 414px;
  }
}

.about-ctas {
  position: relative;
  padding-top: 36px;
  padding-bottom: 130px;
}

.about-ctas .cta-block {
  position: relative;
  z-index: 50;
}

.about-ctas:after {
  content: '';
  position: absolute;
  width: 85%;
  height: 124px;
  right: 0;
  top: 0;
  background: -webkit-gradient(linear, right top, left top, color-stop(23.78%, #0f75a9), color-stop(59.12%, #b0b27c), to(#ffffff));
  background: -webkit-linear-gradient(right, #0f75a9 23.78%, #b0b27c 59.12%, #ffffff 100%);
  background: -o-linear-gradient(right, #0f75a9 23.78%, #b0b27c 59.12%, #ffffff 100%);
  background: linear-gradient(270deg, #0f75a9 23.78%, #b0b27c 59.12%, #ffffff 100%);
}
/*# sourceMappingURL=about.css.map */