#content {
  padding: 0 !important;
  overflow: visible;
}

.wp-site-blocks > * {
  max-width: 100% !important;
}

#masthead {
  z-index: 10000 !important;
}

.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;
}

@media (min-width: 989px) and (max-width: 1246px) {
  .main-navigation {
    max-width: 80% !important;
    margin-right: 1rem !important;
  }

  .site-header .site-branding {
    max-width: 20% !important;
  }

  .primary-menu .menu-item {
    margin-left: 0.75rem !important;
  }
}

@media screen and (max-width: 500px) {
  #search-container form {
    padding: 3rem 1rem !important;
  }
}

body,
html {
  padding: 0;
  margin: 0 !important;
  background: #fff;
  margin-top: 0 !important;
}

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;
}

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

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

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

.privacy-template .privacy-hero__title {
  margin: 0;
  color: #fff;
  font-size: 2.5rem;
  font-weight: 600;
  line-height: 1.25;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);
}

.privacy-template .privacy-hero__excerpt {
  color: #fff;
  margin: 0.5em 0 0 0;
  font-size: 1rem;
  line-height: 1.5;
}

.privacy-template .privacy-hero__title .gray {
  color: #979797;
  font-weight: 500;
}

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



.privacy-template .privacy-content.center {
  text-align: center;
}

.privacy-template .privacy-content.link p,
.privacy-template .privacy-content.link a {
  color: #69be94;
}

.privacy-template .privacy-content > h2 {
  margin: 1.5rem 0;
}

.privacy-template .privacy-content img {
  margin: 0.5rem 0;
  width: 100%;
  max-height: 70vh;
  object-fit: contain;
}

.privacy-template .privacy-content ul {
  margin: 1rem 0;
  text-align: left;
}

.privacy-template .privacy-content a {
  text-decoration: underline;
  color: #69be94;
  line-height: 1;
}

.privacy-template .privacy-content strong a {
  color: #69be94 !important;
  font-weight: bold;
}

.privacy-template .privacy-content > .hero-btn {
  margin: 0;
  text-decoration: none !important;
  color: #fff;
  background: #69be94;
  padding: 1rem 2rem;
}

.privacy-template .list-accordion-item {
  gap: 0.25rem;
}

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

  .privacy-template .privacy-content {
    padding: 0rem 1.5rem 1rem;
    margin-top: 0;
  }

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

  .privacy-template .privacy-hero__title {
    font-size: 2rem;
  }
}

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

  #content {
    margin-top: 0 !important;
  }

  .privacy-template .privacy-content {
    padding: 0rem 1rem 1rem;
  }

  .privacy-template .privacy-hero__overlay {
    padding: 1rem;
  }

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

  .privacy-template .privacy-content img {
    margin: 0.5rem 0;
  }
}

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

  .privacy-template .privacy-hero__overlay {
    padding: 1rem;
  }

  .privacy-template .privacy-hero__title {
    font-size: 1.35rem;
    line-height: 1.25;
  }

  .privacy-template .privacy-content {
    padding: 0rem 1rem 1rem;
  }

  .privacy-template .privacy-content h3 {
    font-size: 1rem;
  }

  .privacy-template .list-accordion-item {
    gap: 0.25rem;
  }
}