.site-header a:not(.ecc-cta-btn) {
  color: #000;
  text-shadow: none !important;
  font-weight: 400;
}

.site-header .ecc-cta-btn {
  color: #fff !important;
  text-shadow: none !important;
  font-weight: 400;
}

.site-header .header-menu {
  color: #000 !important;
  fill: #000 !important;
  stroke: #000 !important;
  opacity: 1 !important;
}

.page-template-template-base #content {
  padding: 0 !important;
  overflow: visible;
}

.page-template-template-base #masthead {
  z-index: 10000 !important;
}

/* Hero: featured image as background, title on top */
.base-template .base-hero {
  position: relative;
  z-index: 0;
  margin: 107px 0 0 0;
  min-height: 14rem;
  height: 28vh;
  overflow: hidden;
}

.base-template .base-hero__img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.base-template .base-hero__overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: end;
  padding: 1.5em 4rem;
  background: rgba(0, 0, 0, 0.35);
  z-index: 2;
}

.base-template .base-hero__title {
  margin: 0;
  color: #fff;
  font-size: 1.875rem;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);
}

.base-template .base-content {
  margin: 0;
  padding: 0.5rem 4rem 1.5rem;
  position: relative;
  z-index: 1;
}

.base-template .base-content h2 {
  margin: 1.5rem 0 0.5rem;
}

.base-template .base-content img {
  max-width: 100%;
  height: auto;
}

@media screen and (max-width: 1024px) {
  .page-template-template-base .base-hero {
    margin-top: 90px;
    min-height: 12rem;
    height: 200px;
    margin-bottom: 0;
  }

  .page-template-template-base .base-content {
    padding: 0.5rem 1.5rem 1rem;
    margin-top: 0;
  }

  .base-template .base-hero__overlay{
    padding: 1.5rem 1.5rem;
  }

  .base-template .base-hero__title {
    font-size: 1.875rem;
  }
}

@media screen and (max-width: 768px) {
  .page-template-template-base .base-hero {
    margin-top: 0px;
    min-height: 10rem;
    height: 180px;
  }

  .page-template-template-base .base-content {
    padding: 0.5rem 1rem 1rem;
  }

  .base-template .base-hero__overlay{
    padding: 1.5rem 1rem;
  }

  .base-template .base-hero__title {
    font-size: 1.8rem;
  }
}

@media screen and (max-width: 480px) {
  .page-template-template-base .base-hero {
    min-height: 9rem;
    height: 22vh;
    margin-top: 0px;
  }

  .base-template .base-hero__overlay {
    padding: 1.5rem 1rem;
  }

  .base-template .base-hero__title {
    font-size: 1.5rem;
  }
}

body p, a, li, label, span {
  font-size: 16px !important;
  line-height: 28px;
  font-weight: 300;
  font-family: "Lexend" !important;
}

body h1, h2, h3, h4, h5, h6 {
  font-family: "Lexend" !important;
  font-weight: 600;
  margin: 0.5em 0;
  color: #000;
  line-height: 1.5;
}