.section__hero{
  padding-top: 11rem;
  padding-bottom: 11rem;
  background: url(../../images/northern_lights_tidewater.jpg);
  min-height: calc(100vh - 226px);
  background-size: cover;
  background-position: center center;
  position: relative;
}
@media screen and (max-width: 991.98px) {
  .section__hero{
    min-height: calc(100vh - 180px);
  }
}
@media screen and (max-width: 767.98px) {
  .section__hero{
    min-height: calc(100vh - 156px);
  }
}
@media (max-width: 575.98px) {
  .section__hero{
    min-height: calc(100vh - 144px);
  }
}
.section__vision{
  background: url(../../images/bridge_gyro_overlay.jpg);
  background-size: cover;
  background-position: center center;
  padding-top: 10rem;
  padding-bottom: 10rem;
  min-height: 400px;
}
.section__vision-inner{
  max-width: 780px;
  margin-left: auto;
  margin-right: auto;
  color: #fff;
}
.section__mission{
  color: #fff;
  background-color: #004b8d;
}
.section__governance{
  padding-top: 8.5rem;
  color: #fff;
  background-color: #5b6670 !important;
}
.section__corporate{
  padding-top: 8.5rem;
  padding-bottom: 8.5rem;
  color: #fff;
  background-color: #16253d !important;
}
.section__download{
  padding-top: 8.5rem;
  padding-bottom: 8.5rem;
  color: #fff;
  background-color: #5b6670 !important;
}