.landing-masthead .masthead-image {
  position: relative;
  background-position: center 30%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 440px;
}
@media (max-width:  767px ) {
  .landing-masthead .masthead-image {
    height: 240px;
  }
}
.landing-masthead .masthead-image h1 {
  font-size: 36px;
  margin-top: 20px;
  margin-bottom: 0;
}
@media (max-width:  767px ) {
  .landing-masthead .masthead-image h1 {
    font-size: 20px;
    margin-top: 40px;
    margin-bottom: 0;
  }
}
.landing-masthead .masthead-image .inner {
  position: relative;
  background-color: rgba(0, 93, 131, 0.8);
  text-align: center;
}
.landing-masthead .masthead-image:after {
  content: "";
  position: absolute;
  bottom: 3px;
  width: 100%;
  border-top: 5px solid #005db9;
}
.landing-masthead .cta {
  padding-left: 30px;
  padding-right: 30px;
  position: relative;
  bottom: -20px;
}
