.masthead-section {
  position: relative;
  height: 340px;
  margin-bottom: 50px;
}
@media screen and (max-width: 600px) {
  .masthead-section {
    height: 200px;
  }
}
.masthead-section:before {
  content: "";
  background: transparent linear-gradient(180deg, #000000 0%, rgba(0, 0, 0, 0.0196078431) 100%) 0% 0% no-repeat padding-box;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 85px;
  z-index: 1;
  opacity: 0.7;
}
.masthead-section:after {
  content: "";
  background: transparent linear-gradient(90deg, #002147 0%, rgba(0, 33, 71, 0) 100%) 0% 0% no-repeat padding-box;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0.5;
}
.masthead-section .image {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.masthead-section .image img {
  width: 100% !important;
  height: 100% !important;
  max-width: 100% !important;
  object-fit: cover;
}
.masthead-section .content {
  z-index: 10;
  position: relative;
  padding: 30px 0 100px 0;
}
@media screen and (max-width: 1300px) {
  .masthead-section .content {
    padding: 30px 20px 80px 20px;
  }
}
@media screen and (max-width: 600px) {
  .masthead-section .content {
    padding: 25px 20px;
  }
}
.masthead-section .content .breadcrumbs * {
  color: #fff !important;
}
.masthead-section .content .text-wrap .heading h1 {
  font-weight: 700;
  font-size: 35px;
  letter-spacing: 0;
  line-height: 39px;
  color: #fff;
  width: fit-content;
}
.masthead-section .content .text-wrap .heading.has-colour-band {
  background: #fff;
  border-left: 12px solid transparent;
  max-width: 568px;
  min-height: 87px;
  padding: 15px 20px;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 600px) {
  .masthead-section .content .text-wrap .heading.has-colour-band {
    border-left-width: 7px;
    min-height: 0;
    padding: 10px 15px;
  }
}
.masthead-section .content .text-wrap .heading.has-colour-band h1 {
  color: #002147;
  position: relative;
  z-index: 2;
}

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