section.cta-block-footer {
  width: 100%;
  background-color: #ddd;
  background-position: center;
  height: 350px;
  position: relative;
}
section.cta-block-footer .overlay {
  background: #06183a;
  background: #111;
  height: 350px;
  width: 100%;
  opacity: 0.83;
  position: absolute;
  z-index: 1;
}
section.cta-block-footer .content {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  text-align: center;
  z-index: 2;
}
section.cta-block-footer .content h2 {
  line-height: 1.5;
  color: #fff;
}

footer h3 {
  color: #ddd;
}
footer a,
footer p {
  color: #ededed;
  font-weight: normal;
  font-size: 14px;
  line-height: 2;
}
footer a:hover,
footer p:hover {
  color: #fff;
}
footer .footer-bottom a,
footer .footer-bottom p {
  line-height: inherit;
}

.dwd-icon {
  height: 20px;
  margin-right: 10px;
  opacity: 0.3;
}

@subpage-header-height .subpage-header {
  height: 300px;
  .overlay {
    height: 300px;
  }

  .header-image {
    background-size: cover;
    -webkit-filter: grayscale(0);
            filter: grayscale(0);
  }
}
.header-image img {
  width: 100%;
  height: 300px;
  position: absolute;
  -o-object-fit: cover;
     object-fit: cover;
}

.subpage-header .overlay {
  background: #0a1840;
  height: 300px;
  width: 100%;
  position: absolute;
  z-index: 1;
  background: -webkit-gradient(linear, left top, left bottom, from(#0a1840), to(#0a184087));
  background: -o-linear-gradient(top, #0a1840, #0a184087);
  background: linear-gradient(180deg, #0a1840, #0a184087);
  color: white;
  opacity: 0.95;
}

.wrapper.headerheight {
  height: 290px;
}