.ani-divider {
  text-align: center;
  position: relative;
}
.ani-divider:before {
  content: "";
  width: 100%;
  height: 1px;
  background-color: var(--background-cream);
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
      -ms-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
  left: 50%;
  -webkit-transition: all 1.25s;
  transition: all 1.25s;
}
.ani-divider.divider-animate:before {
  width: 0%;
}
.ani-divider.divider-animate.is-active:before {
  width: 100%;
  -webkit-animation: line 1.25s ease forwards;
          animation: line 1.25s ease forwards;
}
.ani-divider span {
  display: inline-block;
  background-color: var(--white);
  padding: 0 10px;
  position: relative;
  z-index: 1;
}

.banner-feature.pink .c-left {
  background-color: var(--light-red);
}
.banner-feature.pink .mask-clip-white:before {
  background-color: var(--light-red);
}
.banner-feature.pink h2 {
  color: var(--almost-black);
}
.banner-feature.green .c-left {
  background-color: var(--light-green);
}
.banner-feature.green .mask-clip-white:before {
  background-color: var(--light-green);
}
.banner-feature.yellow .c-left, .banner-feature.blue .c-left {
  background-color: var(--background-cream-light);
}
.banner-feature.yellow .mask-clip-white:before, .banner-feature.blue .mask-clip-white:before {
  background-color: var(--background-cream-light);
}
.banner-feature.is-banner-full .c-row {
  border-radius: 0;
}
.banner-feature.is-banner-full .container {
  max-width: 100%;
  padding-left: 0;
  padding-right: 0;
}
.banner-feature .mask-clip-white:before {
  clip-path: polygon(20% 0, 0% 100%, 0 0);
  background-color: var(--background-cream-light);
}
.banner-feature .h3 {
  margin-bottom: 0.9375rem;
}
.banner-feature__text {
  padding: 30px 108px 30px 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
}
.banner-feature .btn-group-wrap {
  margin-top: 1.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 15px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.banner-feature .btn-group-wrap .btn {
  margin: 0px;
}
.banner-feature .btn-group-wrap .btn:last-child {
  margin-right: 0;
}
.banner-feature figure {
  position: relative;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  height: 100%;
  background: 50% 50%/cover no-repeat;
  background-color: var(--background-cream);
}
.banner-feature figure img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
.banner-feature .c-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 5px;
  overflow: hidden;
  min-height: 390px;
}
.banner-feature .c-right {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 calc(50% - 0px);
          flex: 1 1 calc(50% - 0px);
  max-width: calc(50% - 0px);
}
.banner-feature .c-left {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 calc(50% + 0px);
          flex: 1 1 calc(50% + 0px);
  max-width: calc(50% + 0px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  background-color: var(--background-cream-light);
  padding-left: 15px;
}

@media (min-width: 992px) {
  .banner-feature.is-banner-full.pink .c-row {
    background-color: var(--light-red);
  }
  .banner-feature.is-banner-full.green .c-row {
    background-color: var(--light-green);
  }
  .banner-feature.is-banner-full.yellow .c-row, .banner-feature.is-banner-full.blue .c-row {
    background-color: var(--background-cream-light);
  }
  .banner-feature.is-banner-full .c-right {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
    padding-right: 0px;
    margin-right: 0;
  }
  .banner-feature.is-banner-full .c-left {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
    margin-left: 0;
    padding-left: 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: end;
  }
  .banner-feature.is-banner-full .c-left .banner-feature__text {
    padding-left: 0px;
    padding-left: calc(var(--bs-gutter-x) * 0.5);
    /*  max-width: 720px; */
  }
}
@media (min-width: 1600px) {
  .banner-feature.is-banner-full .c-left .banner-feature__text {
    max-width: 720px;
  }
}
@media (min-width: 1200px) and (max-width: 1599px) {
  .banner-feature.is-banner-full .c-row {
    padding-left: 7%;
  }
  .banner-feature.is-banner-full .c-left .banner-feature__text {
    padding-left: 0;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .banner-feature.is-banner-full .c-left .banner-feature__text {
    max-width: 480px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .banner-feature__text {
    padding: 30px 14px 30px 0px;
    padding-right: calc(var(--bs-gutter-x) * 0.5);
    padding-left: calc(var(--bs-gutter-x) * 0.5);
    margin: 0 auto;
  }
  .banner-feature.is-banner-full .banner-feature__text {
    padding-left: 15px;
    padding-right: 15px;
    max-width: 720px;
    margin: 0 auto;
  }
  .banner-feature.is-banner-full .c-left {
    padding-left: 0;
    padding-right: 0;
  }
  .banner-feature .mask-clip-white:before {
    display: none;
  }
  .banner-feature figure {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: end;
    height: 390px;
  }
  .banner-feature figure img {
    max-height: 390px;
  }
  .banner-feature .c-row {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .banner-feature .c-right,
  .banner-feature .c-left {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 100%;
    max-width: 100%;
  }
  .banner-feature .c-left {
    padding-left: 15px;
    padding-right: 15px;
    margin: 0 auto;
  }
  .banner-feature .c-right {
    margin: 0 auto;
  }
}
@media (max-width: 767px) {
  .banner-feature__text {
    padding: 30px 0px;
    margin: 0 auto;
  }
  .banner-feature .mask-clip-white:before {
    display: none;
  }
  .banner-feature .btn-group-wrap {
    margin-top: 0.9375rem;
  }
  .banner-feature figure {
    height: 360px;
  }
  .banner-feature figure img {
    max-height: 360px;
  }
  .banner-feature .c-row {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .banner-feature .c-right,
  .banner-feature .c-left {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 100%;
    max-width: 100%;
  }
  .banner-feature .c-left {
    padding-left: 15px;
    padding-right: 15px;
    margin: 0 auto;
  }
  .banner-feature .c-right {
    margin: 0 auto;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .banner-feature.is-banner-full .banner-feature__text {
    padding-left: 15px;
    padding-right: 15px;
    max-width: 540px;
    margin: 0 auto;
  }
  .banner-feature.is-banner-full .c-left {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 480px) {
  .banner-feature figure img {
    max-height: 280px;
  }
}
.member-section-new.blue .icon-wrap {
  background: var(--light-green);
}
.member-section-new.blue .icon-wrap img {
  -webkit-filter: brightness(0) saturate(100%) invert(47%) sepia(94%) saturate(390%) hue-rotate(66deg) brightness(105%) contrast(61%);
          filter: brightness(0) saturate(100%) invert(47%) sepia(94%) saturate(390%) hue-rotate(66deg) brightness(105%) contrast(61%);
}
.member-section-new.pink {
  background-color: var(--light-red);
}
.member-section-new.pink .icon-wrap {
  background: var(--white);
}
.member-section-new.pink .icon-wrap img {
  -webkit-filter: brightness(0) saturate(100%) invert(74%) sepia(79%) saturate(1156%) hue-rotate(308deg) brightness(89%) contrast(103%);
          filter: brightness(0) saturate(100%) invert(74%) sepia(79%) saturate(1156%) hue-rotate(308deg) brightness(89%) contrast(103%);
}
.member-section-new.pink .steps li {
  background: var(--white);
}
.member-section-new.pink .animate-hover {
  background-image: -webkit-gradient(linear, left top, left bottom, from(var(--soft-red)), to(var(--soft-red)));
  background-image: linear-gradient(var(--soft-red), var(--soft-red));
}
.member-section-new.pink .animate-hover[target=_blank]:after {
  background-color: var(--soft-red);
}
.member-section-new.green {
  background-color: var(--light-green);
}
.member-section-new.green .icon-wrap {
  background: var(--white);
}
.member-section-new.green .icon-wrap img {
  -webkit-filter: brightness(0) saturate(100%) invert(47%) sepia(94%) saturate(390%) hue-rotate(66deg) brightness(105%) contrast(61%);
          filter: brightness(0) saturate(100%) invert(47%) sepia(94%) saturate(390%) hue-rotate(66deg) brightness(105%) contrast(61%);
}
.member-section-new.green .steps li {
  background: var(--white);
}
.member-section-new.yellow {
  background-color: var(--background-cream-light);
}
.member-section-new.yellow .icon-wrap {
  background: var(--white);
}
.member-section-new.yellow .icon-wrap img {
  -webkit-filter: brightness(0) saturate(100%) invert(47%) sepia(94%) saturate(390%) hue-rotate(66deg) brightness(105%) contrast(61%);
          filter: brightness(0) saturate(100%) invert(47%) sepia(94%) saturate(390%) hue-rotate(66deg) brightness(105%) contrast(61%);
}
.member-section-new.yellow .steps li {
  background: var(--white);
}
.member-section-new .member-inner {
  max-width: 1100px;
  margin: 0 auto;
}
.member-section-new .icon-wrap {
  width: 100px;
  height: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 20px;
  background: var(--light-green);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 30px;
}
.member-section-new .icon-wrap img {
  max-width: 55px;
  width: 100%;
  -webkit-filter: brightness(0) saturate(100%) invert(47%) sepia(94%) saturate(390%) hue-rotate(66deg) brightness(105%) contrast(61%);
          filter: brightness(0) saturate(100%) invert(47%) sepia(94%) saturate(390%) hue-rotate(66deg) brightness(105%) contrast(61%);
}
.member-section-new h2 {
  margin-bottom: 30px;
}
.member-section-new .c-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  row-gap: 70px;
}
.member-section-new .member-item {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 calc(50% - 15px);
          flex: 1 1 calc(50% - 15px);
  min-width: calc(50% - 15px);
}
.member-section-new .common-content {
  margin-bottom: 50px;
  color: var(--grey);
}
.member-section-new .common-content .h3 {
  margin-bottom: 20px;
}
.member-section-new .common-content p,
.member-section-new .common-content li,
.member-section-new .common-content div,
.member-section-new .common-content strong {
  color: var(--grey);
}
.member-section-new .steps {
  padding: 0;
  margin: 0;
  list-style: none;
  gap: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 30px;
}
.member-section-new .steps li {
  padding: 30px;
  background: var(--background-cream-light);
  height: 100%;
  /* counter-increment: questionNumber; */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 15px;
  color: var(--grey);
  /*  &:before {
      content: '';
      counter-increment: section;
      content: "Step " counter(section) ": ";
      content: "Step " counters(questionNumber, ".", decimal-leading-zero);
      font-size: px-to-rem(30px);
      font-family: var(--title-font);
      font-weight: 500;
      color: var(--dark-green);
  } */
}
.member-section-new .steps li p,
.member-section-new .steps li li,
.member-section-new .steps li div,
.member-section-new .steps li strong {
  color: var(--grey);
}

@media (max-width: 991px) {
  .member-section-new .member-item {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 100%;
  }
  .member-section-new .c-row {
    row-gap: 40px;
  }
  .member-section-new .common-content {
    margin-bottom: 30px;
  }
  .member-section-new .steps li {
    gap: 20px;
    padding: 15px;
  }
  .member-section-new .steps li:before {
    font-size: 1.5rem;
  }
}
.project-overview-static:has(.slick-hidden) .c-right {
  display: none;
}
.project-overview-static.is-light-ver .item {
  background-color: var(--background-cream-light);
}
.project-overview-static.is-light-ver .item:after {
  background: var(--background-cream);
}
.project-overview-static.is-light-ver .animate-hover {
  color: var(--dark-green);
}
.project-overview-static.is-light-ver .animate-hover:hover {
  color: var(--dark-green);
}
.project-overview-static.is-light-ver .animate-hover[target=_blank]:after {
  background-color: var(--park-green);
}
.project-overview-static.is-light-ver .animate-hover[target=_blank]:focus-visible:after {
  background-color: var(--almost-black);
}
.project-overview-static.is-light-ver .arrow-icons-text:after {
  background-color: var(--park-green);
}
.project-overview-static.is-light-ver .arrow-icons-text:focus-visible:after {
  background-color: var(--almost-black);
}
.project-overview-static:not(.is-light-ver) .animate-hover {
  color: var(--white);
}
.project-overview-static:not(.is-light-ver) .animate-hover:hover {
  color: var(--white);
}
.project-overview-static:not(.is-light-ver) .animate-hover[target=_blank]:after {
  background-color: var(--white);
}
.project-overview-static:not(.is-light-ver) .arrow-icons-text:after {
  background-color: var(--white);
}
.project-overview-static:not(.is-light-ver) .arrow-icons-text:focus-visible:after {
  background-color: var(--almost-black);
}
.project-overview-static .white-text a:not(.btn):focus-visible {
  color: var(--almost-black);
}
.project-overview-static h2 {
  line-height: 1.25em;
}
.project-overview-static h2:last-child {
  margin-bottom: 0;
}
.project-overview-static .c-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}
.project-overview-static .c-row .c-right {
  margin-left: auto;
  padding-top: 14px;
}
.project-overview-static .animate-hover {
  background-position: 0 100%;
}
.project-overview-static .animate-hover[target=_blank]:after {
  width: 0.6em;
  height: 0.6em;
  position: relative;
  top: -2px;
}
.project-overview-static .animate-hover[target=_blank]:focus-visible:after {
  background-color: var(--almost-black);
}
.project-overview-static .item {
  padding: 30px 50px 30px 30px;
  background-color: var(--forest-green);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  border-radius: 5px;
  position: relative;
  overflow: hidden;
}
.project-overview-static .item:after {
  content: "";
  position: absolute;
  right: 0;
  width: 85px;
  height: 100%;
  background: var(--dark-green);
  top: 0;
  clip-path: polygon(100% -10%, 10% 100%, 100% 100%);
}
.project-overview-static .item .h4 {
  margin-bottom: 10px;
}
.project-overview-static .item .common-text {
  margin-bottom: 50px;
  position: relative;
  z-index: 1;
}
.project-overview-static .item .btn-wrap {
  margin-top: auto;
  position: relative;
  z-index: 1;
  padding-top: 7px;
}
.project-overview-static .pos-slider-wrap {
  position: relative;
}
.project-overview-static .pos-slider:not(.slick-initialized) {
  display: none;
}
.project-overview-static .content-image-count {
  font-family: var(--title-font-bold);
  color: var(--dark-green);
  margin-top: 4px;
}
.project-overview-static .slick-slide {
  height: auto;
  margin: 0 15px;
  border: 0;
}
.project-overview-static .slick-slide:focus-visible .item {
  outline: 3px solid var(--focus-yellow);
  outline-offset: -1px;
}
.project-overview-static .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.project-overview-static .slick-list {
  margin: 0 -15px;
}

@media (min-width: 992px) {
  .project-overview-static .slick-arrow.slick-next {
    right: -50px;
    padding: 0;
    background-image: none;
    text-indent: 0;
    height: 2.2em;
  }
  .project-overview-static .slick-arrow.slick-next:before {
    content: "";
    border-bottom: 4.546px solid var(--dark-green);
    border-right: 4.546px solid var(--dark-green);
    width: 24.749px;
    height: 24.749px;
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
    -ms-flex-negative: 0;
        flex-shrink: 0;
    display: inline-block;
    vertical-align: middle;
    margin-left: -8px;
  }
  .project-overview-static .mobile-arrows {
    position: static;
    height: 0;
  }
  .project-overview-static .mobile-arrows .content-image-count {
    display: none;
  }
  .project-overview-static .slick-arrow.slick-prev {
    left: -50px;
    padding: 0;
    background-image: none;
    text-indent: 0;
    height: 2.2em;
  }
  .project-overview-static .slick-arrow.slick-prev:before {
    content: "";
    border-top: 4.546px solid var(--dark-green);
    border-left: 4.546px solid var(--dark-green);
    width: 24.749px;
    height: 24.749px;
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
    -ms-flex-negative: 0;
        flex-shrink: 0;
    display: inline-block;
    vertical-align: middle;
    margin-left: 8px;
  }
}
@media (max-width: 991px) {
  .project-overview-static .c-row .c-right {
    display: none;
  }
  .project-overview-static .item {
    padding: 15px 30px 15px 15px;
  }
  .project-overview-static .item .btn-wrap {
    padding-top: 4px;
  }
  .project-overview-static .item .common-text {
    margin-bottom: 15px;
  }
  .project-overview-static .slick-arrow.slick-prev,
  .project-overview-static .slick-arrow.slick-next {
    position: relative;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }
  .project-overview-static .slick-arrow.slick-prev {
    left: 0;
  }
  .project-overview-static .slick-arrow.slick-next {
    right: 0;
  }
  .project-overview-static .mobile-arrows {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 30px;
  }
}
.featured-resources h2 {
  line-height: 1.25em;
}
.featured-resources h2:last-child {
  margin-bottom: 0;
}
.featured-resources .single-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  font-size: 1.0625rem;
  color: var(--almost-black);
  margin-bottom: 20px;
}
.featured-resources .common-content {
  margin-bottom: 10px;
}
.featured-resources .content-single {
  padding: 20px;
  border-radius: 5px;
  border: 1px solid var(--light-green);
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.featured-resources .content-single:has(a:hover) {
  background-color: var(--background-cream-light);
}
.featured-resources .c-row-grid {
  display: grid;
  gap: 30px;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
}
.featured-resources .meta-wrap {
  margin-top: auto;
  border-top: 1px solid var(--light-green);
  padding-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 9px;
  color: var(--dark-green);
  font-size: 0.875rem;
}
.featured-resources .meta-wrap strong {
  font-weight: 600;
}
.featured-resources .meta-date {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.featured-resources .meta-date:before {
  content: "";
  -webkit-mask: url(../images/icons/date.svg) center no-repeat;
          mask: url(../images/icons/date.svg) center no-repeat;
  -webkit-mask-size: 98%;
          mask-size: 98%;
  background-color: var(--dark-green);
  display: inline-block;
  width: 24px;
  height: 24px;
}
.featured-resources .meta-location {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.featured-resources .meta-location:before {
  content: "";
  -webkit-mask: url(../images/icons/location.svg) center no-repeat;
          mask: url(../images/icons/location.svg) center no-repeat;
  -webkit-mask-size: 100%;
          mask-size: 100%;
  background-color: var(--dark-green);
  display: inline-block;
  width: 24px;
  height: 24px;
}
.featured-resources .cat-icon {
  max-width: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.featured-resources .cat-icon img {
  -webkit-filter: brightness(0) saturate(100%) invert(47%) sepia(94%) saturate(390%) hue-rotate(66deg) brightness(105%) contrast(61%);
          filter: brightness(0) saturate(100%) invert(47%) sepia(94%) saturate(390%) hue-rotate(66deg) brightness(105%) contrast(61%);
  width: 100%;
  margin: 0 auto;
  max-height: 24px;
}

@media (min-width: 992px) {
  .featured-resources .c-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 30px;
  }
  .featured-resources .c-row .c-left,
  .featured-resources .c-row .c-right {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 50%;
            flex: 1 1 50%;
    max-width: 50%;
  }
  .featured-resources .c-row .c-right {
    text-align: right;
    margin-left: auto;
  }
}
@media (min-width: 992px) and (max-width: 1330px) {
  .featured-resources .c-row-grid {
    grid-template-columns: repeat(auto-fit, minmax(370px, 1fr));
  }
}
@media (max-width: 991px) {
  .featured-resources .c-row {
    margin-bottom: 30px;
  }
  .featured-resources .c-row .c-left {
    margin-bottom: 20px;
  }
  .featured-resources .c-row .c-left:last-child {
    margin-bottom: 0;
  }
  .featured-resources .content-single {
    padding: 15px;
  }
  .featured-resources .c-row-grid {
    gap: 20px;
  }
}
.supporting-materials h2 {
  line-height: 1.25em;
}
.supporting-materials h2:last-child {
  margin-bottom: 0;
}
.supporting-materials .single-download {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
  font-size: 1.125rem;
  color: var(--almost-black);
  font-family: var(--title-font-bold);
  background-position: 0 100%;
  padding-right: 4px;
  position: absolute;
  left: 30px;
  bottom: 30px;
}
.supporting-materials .single-download[target=_blank]:after {
  display: none;
}
.supporting-materials .single-download:before {
  -webkit-mask: url(../images/icons/download-green.svg);
          mask: url(../images/icons/download-green.svg);
  width: 24px;
  height: 20px;
  -webkit-mask-size: 100%;
          mask-size: 100%;
  content: "";
  background: var(--park-green);
  margin-top: -2px;
}
.supporting-materials .single-download:focus-visible:before {
  background-color: var(--almost-black);
}
.supporting-materials .single-download .resource-types {
  line-height: 1em;
  -ms-flex-item-align: center;
      align-self: center;
  margin-top: 5px;
}
.supporting-materials .single-download .resource-types:after {
  display: none;
}
.supporting-materials .common-content {
  margin-bottom: 20px;
}
.supporting-materials .c-col-grid {
  position: relative;
}
.supporting-materials .content-single {
  padding: 30px;
  border-radius: 5px;
  background-color: var(--background-cream);
  height: 100%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.supporting-materials .content-single:has(a:hover) {
  background-color: var(--light-green);
}
.supporting-materials .content-single:has(.single-download) {
  padding-bottom: 53px;
}
.supporting-materials .content-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 15px;
  gap: 12px;
}
.supporting-materials .content-top:last-child {
  margin-bottom: 0;
}
.supporting-materials .content-top .source-name {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
.supporting-materials .content-top .source-name a,
.supporting-materials .content-top .source-name span {
  font-size: 1.125rem;
  font-family: var(--title-font-bold);
  color: var(--dark-green);
  /*  */
}
.supporting-materials .content-top .source-name a:focus-visible:after,
.supporting-materials .content-top .source-name span:focus-visible:after {
  background-color: var(--almost-black);
}
.supporting-materials .content-top .source-name a:focus-visible:hover,
.supporting-materials .content-top .source-name span:focus-visible:hover {
  background-image: none;
}
.supporting-materials .content-top .source-name a.animate-hover {
  position: static;
}
.supporting-materials .content-top .source-name a.animate-hover:before {
  display: block !important;
  content: "" !important;
}
.supporting-materials .content-top .source-name a.animate-hover[target=_blank]:after {
  content: "";
  background-color: var(--park-green);
  width: 0.8em;
  height: 0.8em;
  margin-bottom: 0;
}
.supporting-materials .content-top .source-name a.animate-hover[target=_blank]:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  -webkit-animation: slideIn 0.3s forwards;
          animation: slideIn 0.3s forwards;
}
.supporting-materials .content-top .source-type {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  padding: 5px 5px;
  bottom: 0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  line-height: 1.5em;
  gap: 5px;
  background-color: var(--background-cream-light);
  margin: 0;
  font-weight: 400;
  color: var(--almost-black);
  font-size: 1.0625rem;
  margin-left: auto;
  font-family: var(--title-font);
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  border-radius: 5px;
}
.supporting-materials .content-top .source-type:before {
  -webkit-mask: url(../img/icons/slash.svg);
          mask: url(../img/icons/slash.svg);
  width: 7px;
  height: 15px;
  -webkit-mask-size: cover;
          mask-size: cover;
  content: "";
  background: var(--west-green);
}
.supporting-materials .content-top .source-type span {
  line-height: 1em;
  display: inline-block;
  padding-top: 1px;
}
.supporting-materials .c-row-grid {
  display: grid;
  gap: 30px;
  grid-template-columns: repeat(auto-fit, minmax(calc(50% - 30px), 1fr));
}

@media (min-width: 992px) and (max-width: 1199px) {
  .supporting-materials .content-top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .supporting-materials .content-top .source-type {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  .supporting-materials .content-single {
    padding: 20px;
  }
}
@media (min-width: 992px) {
  .supporting-materials .c-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 30px;
    /* .c-right {
        text-align: right;
        margin-left: auto;
    } */
  }
  .supporting-materials .c-row .c-left {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 100%;
  }
}
@media (max-width: 991px) {
  .supporting-materials .c-row {
    margin-bottom: 30px;
  }
  .supporting-materials .c-row-grid {
    gap: 20px;
  }
  .supporting-materials .content-top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 10px;
    gap: 10px;
  }
  .supporting-materials .content-top .source-type {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
    font-size: 1rem;
  }
  .supporting-materials .content-single {
    padding: 15px;
  }
  .supporting-materials .content-single:has(.single-download) {
    padding-bottom: 38px;
  }
  .supporting-materials .single-download {
    left: 15px;
    bottom: 15px;
  }
  .supporting-materials .c-row-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}
.related-resources .single-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  font-size: 1.0625rem;
  color: var(--almost-black);
  margin-bottom: 20px;
}
.related-resources h2 {
  line-height: 1.25em;
}
.related-resources h2:last-child {
  margin-bottom: 0;
}
.related-resources .common-content {
  margin-bottom: 10px;
}
.related-resources .h5,
.related-resources h5 {
  line-height: 1.3em;
}
.related-resources .content-single {
  padding: 30px;
  border-radius: 5px;
  border: 1px solid var(--light-green);
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.related-resources .content-single:has(a:hover) {
  background-color: var(--background-cream-light);
}
.related-resources .c-row-grid {
  display: grid;
  gap: 30px;
  grid-template-columns: repeat(auto-fit, minmax(calc(50% - 30px), 1fr));
}
.related-resources .meta-wrap {
  margin-top: auto;
  border-top: 1px solid var(--light-green);
  padding-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 9px;
  color: var(--dark-green);
  font-size: 0.875rem;
}
.related-resources .meta-wrap strong {
  font-weight: 600;
}
.related-resources .meta-date {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
}
.related-resources .meta-date:before {
  content: "";
  -webkit-mask: url(../images/icons/date.svg) center no-repeat;
          mask: url(../images/icons/date.svg) center no-repeat;
  -webkit-mask-size: 92%;
          mask-size: 92%;
  background-color: var(--dark-green);
  display: inline-block;
  width: 24px;
  height: 24px;
}
.related-resources .meta-location {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
}
.related-resources .meta-location:before {
  content: "";
  -webkit-mask: url(../images/icons/location.svg) center no-repeat;
          mask: url(../images/icons/location.svg) center no-repeat;
  -webkit-mask-size: 92%;
          mask-size: 92%;
  background-color: var(--dark-green);
  display: inline-block;
  width: 24px;
  height: 24px;
}
.related-resources .cat-icon {
  max-width: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.related-resources .cat-icon img {
  -webkit-filter: brightness(0) saturate(100%) invert(47%) sepia(94%) saturate(390%) hue-rotate(66deg) brightness(105%) contrast(61%);
          filter: brightness(0) saturate(100%) invert(47%) sepia(94%) saturate(390%) hue-rotate(66deg) brightness(105%) contrast(61%);
  width: 100%;
  margin: 0 auto;
  max-height: 24px;
}

@media (min-width: 992px) {
  .related-resources .c-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 30px;
    /*  .c-right {
        text-align: right;
        margin-left: auto;
        display: none;
    } */
  }
  .related-resources .c-row .c-left {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 100%;
  }
}
@media (max-width: 991px) {
  .related-resources .c-row {
    margin-bottom: 30px;
  }
  .related-resources .c-row-grid {
    gap: 20px;
    grid-template-columns: 1fr;
  }
  .related-resources .content-single {
    padding: 15px;
  }
}
.resource-banner {
  padding-top: 50px;
  padding-bottom: 50px;
  position: relative;
  overflow: hidden;
}
.resource-banner.is-yellow .overlay {
  background-color: var(--background-cream);
}
.resource-banner.is-yellow .overlay:before {
  background-color: var(--background-cream-light);
}
.resource-banner.is-green .overlay {
  background-color: var(--forest-green);
}
.resource-banner.is-green .overlay:before {
  background-color: var(--dark-green);
}
.resource-banner.is-pink .overlay {
  background-color: var(--rich-purple);
}
.resource-banner.is-pink .overlay:before {
  background-color: var(--light-red);
}
.resource-banner.is-pink .share-this-resource:not(:focus-visible):after {
  border-color: var(--rich-purple);
}
.resource-banner.is-pink .share-this-resource:not(:focus-visible):hover .round-social {
  background-color: var(--rich-purple);
}
.resource-banner.is-pink .share-this-resource:not(:focus-visible):hover .round-social:before {
  background-color: var(--white);
}
.resource-banner.is-pink .share-this-resource:not(:focus-visible) .round-social {
  background-color: var(--light-purple);
}
.resource-banner.is-pink .share-this-resource:not(:focus-visible) .round-social:before {
  border-color: var(--rich-purple);
}
.resource-banner.is-pink .share-this-resource:not(:focus-visible) .round-text {
  background-image: -webkit-gradient(linear, left top, left bottom, from(var(--soft-red)), to(var(--soft-red)));
  background-image: linear-gradient(var(--soft-red), var(--soft-red));
  color: var(--rich-purple);
}
.resource-banner.is-pink .c-row .c-right .h5:before {
  background: var(--soft-red);
}
.resource-banner.is-pink .c-row .c-right .check-resources {
  background-color: var(--light-red);
  color: var(--rich-purple);
}
.resource-banner.is-pink .list-resources li:not(:last-child):after {
  background: var(--soft-red);
}
.resource-banner.is-pink .btn-download {
  border-color: var(--rich-purple);
}
.resource-banner.is-pink .btn-download:after {
  background-color: var(--white);
}
.resource-banner.is-pink .btn-download:focus-visible:after {
  background-color: var(--almost-black);
}
.resource-banner.is-pink .btn-print:after {
  background-color: var(--rich-purple);
}
.resource-banner.is-pink .btn-print:hover {
  border-color: var(--rich-purple);
}
.resource-banner.is-pink .btn-print:hover:after {
  background-color: var(--white);
}
.resource-banner.is-pink .btn-print:focus-visible:after {
  background-color: var(--almost-black);
}
.resource-banner .pdf-logo {
  display: none;
}
.resource-banner .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: var(--background-cream);
  z-index: 0;
  right: 0;
}
.resource-banner .overlay:before {
  content: "";
  background-color: var(--background-cream-light);
  clip-path: polygon(96% 0%, 0% 0%, 0% 360%);
  clip-path: polygon(70vw 0vw, 0% 0%, 0% 800vh);
  width: 100%;
  height: calc(100% + 0.2em);
  position: absolute;
  top: -0.1em;
  bottom: -0.1em;
}
.resource-banner h1 {
  margin-bottom: 10px;
}
.resource-banner .social-widget ul {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.resource-banner .social-widget ul li {
  padding-right: 15px;
}
.resource-banner .social-widget ul li a {
  font-size: 0.875rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 600;
  color: var(--dark-green);
}
.resource-banner .social-widget ul li a[target=_blank]:after {
  display: none;
}
.resource-banner .social-widget ul li img {
  max-width: 0.9rem;
  margin-top: 0;
  margin-right: 5px;
}
.resource-banner #copied {
  color: var(--success-green);
  font-size: 0.875rem;
  margin-left: 10px;
  position: absolute;
  margin-top: -5px;
}
.resource-banner .share-this-resource {
  border: 0;
  background-color: transparent;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  font-size: 1.125rem;
  font-family: var(--title-font-bold);
  color: var(--dark-green);
  margin-bottom: 10px;
  padding: 0;
}
.resource-banner .share-this-resource:not(.is-open) + .social-listing {
  visibility: hidden;
}
.resource-banner .share-this-resource.is-open:after {
  -webkit-transform: rotate(135deg);
      -ms-transform: rotate(135deg);
          transform: rotate(135deg);
  margin-top: 8px;
  margin-left: 0px;
}
.resource-banner .share-this-resource .round-social {
  display: inline-block;
  width: 30px;
  height: 30px;
  position: relative;
  background: var(--background-cream-light);
  border-radius: 50%;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.resource-banner .share-this-resource .round-social:before {
  display: inline-block;
  content: "";
  width: 30px;
  height: 30px;
  -webkit-mask: url(../images/icons/share.svg) center no-repeat;
          mask: url(../images/icons/share.svg) center no-repeat;
  background-color: var(--dark-green);
}
.resource-banner .share-this-resource:after {
  content: "";
  width: 7px;
  height: 7px;
  display: inline-block;
  border-bottom: 1px solid var(--dark-green);
  border-left: 1px solid var(--dark-green);
  -webkit-transform: rotate(315deg);
      -ms-transform: rotate(315deg);
          transform: rotate(315deg);
  margin-top: 0px;
}
.resource-banner .share-this-resource:focus-visible {
  outline: 0;
  background-color: transparent;
}
.resource-banner .share-this-resource:focus-visible .round-social {
  background: var(--focus-yellow);
  outline: 2px solid var(--almost-black);
}
.resource-banner .share-this-resource:focus-visible .round-social:before {
  background-color: var(--almost-black);
}
.resource-banner .share-this-resource:focus-visible .round-text {
  background-color: var(--focus-yellow);
  -webkit-box-shadow: 0px 2px 0px 0px var(--almost-black);
          box-shadow: 0px 2px 0px 0px var(--almost-black);
}
.resource-banner .share-this-resource:hover .round-text {
  background-size: 100% 0.06em;
}
.resource-banner .share-this-resource:hover .round-social {
  background: var(--soft-green);
}
.resource-banner .share-this-resource .round-text {
  line-height: 1em;
  padding-top: 5px;
  display: inline-block;
  background-image: -webkit-gradient(linear, left top, left bottom, from(var(--west-green)), to(var(--west-green)));
  background-image: linear-gradient(var(--west-green), var(--west-green));
  background-repeat: no-repeat;
  background-position: 0 93%;
  background-size: 100% 1px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  background-size: 0% 0.06em;
  text-decoration: none;
  padding-bottom: 3px;
}
.resource-banner .list-resources {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  list-style: none;
  padding: 0;
  margin: 0 0 15px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.resource-banner .list-resources strong {
  font-weight: 600;
}
.resource-banner .list-resources li:not(:last-child) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
.resource-banner .list-resources li:not(:last-child):after {
  -webkit-mask: url(../img/icons/slash.svg);
          mask: url(../img/icons/slash.svg);
  width: 6px;
  height: 16px;
  -webkit-mask-size: cover;
          mask-size: cover;
  content: "";
  background: var(--west-green);
  margin-left: 10px;
  display: inline-block;
  position: relative;
  top: 5px;
}
.resource-banner .social-widget {
  padding: 0;
}
.resource-banner .common-content,
.resource-banner .btn-wrap {
  margin-bottom: 30px;
}
.resource-banner .common-content {
  color: var(--grey);
}
.resource-banner .common-content p,
.resource-banner .common-content li {
  color: var(--grey);
}
.resource-banner .resource-author {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.resource-banner .resource-author:before {
  -webkit-mask: url(../img/icons/slash.svg);
          mask: url(../img/icons/slash.svg);
  width: 7px;
  height: 15px;
  -webkit-mask-size: cover;
          mask-size: cover;
  content: "";
  background: var(--west-green);
  margin-right: 10px;
  display: inline-block;
  position: relative;
  top: 5px;
}
.resource-banner .btn-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.resource-banner .btn-wrap .btn.is-not-active {
  display: none;
}
.resource-banner .c-row {
  background-color: var(--white);
  position: relative;
  z-index: 0;
  padding: 50px 0 30px;
  border-radius: 5px;
}
.resource-banner .c-row .c-left {
  padding-right: 80px;
  padding-left: 100px;
  border-right: 1px solid var(--background-cream);
}
.resource-banner .c-row .c-right {
  padding-right: 100px;
  padding-left: 30px;
}
.resource-banner .c-row .c-right .h5 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
}
.resource-banner .c-row .c-right .h5:before {
  -webkit-mask: url(../images/icons/info.svg);
          mask: url(../images/icons/info.svg);
  width: 24px;
  height: 24px;
  -webkit-mask-size: cover;
          mask-size: cover;
  content: "";
  background: var(--west-green);
  margin-right: 5px;
  display: inline-block;
  position: relative;
  top: 1px;
}
.resource-banner .c-row .c-right .check-resources {
  display: inline-block;
  padding: 5px;
  line-height: 1.5em;
  background-color: var(--background-cream-light);
  font-family: var(--title-font-bold);
  font-size: 0.875rem;
  margin-bottom: 15px;
  border-radius: 5px;
}
.resource-banner .c-row .c-right .list-projects {
  list-style: none;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.resource-banner .c-row .c-right .list-projects li {
  padding: 2px 10px;
  font-size: 0.875rem;
  color: var(--almost-black);
}
.resource-banner .c-row .c-right .list-projects strong {
  font-weight: 600;
}

@media (min-width: 992px) {
  .resource-banner .c-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .resource-banner .c-row .c-left {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 66.66666667%;
  }
  .resource-banner .c-row .c-right {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.33333333%;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .resource-banner .c-row .c-left {
    padding-right: 20px;
    padding-left: 50px;
  }
  .resource-banner .c-row .c-right {
    padding-right: 50px;
    padding-left: 20px;
  }
}
@media (max-width: 991px) {
  .resource-banner {
    padding: 0 0 30px;
  }
  .resource-banner .overlay {
    position: relative;
    height: 185px;
  }
  .resource-banner .overlay:before {
    width: 30%;
    clip-path: polygon(70px 0%, 0% 0%, 0% 200px);
  }
  .resource-banner .social-widget {
    border-bottom: 1px solid var(--background-cream);
  }
  .resource-banner .social-widget {
    padding-bottom: 20px;
  }
  .resource-banner .share-this-resource {
    font-size: 1.0625rem;
    margin-bottom: 15px;
  }
  .resource-banner .share-this-resource:after {
    margin-top: 0;
  }
  .resource-banner .share-this-resource:not(.is-open) + .social-listing {
    visibility: visible;
    display: none;
  }
  .resource-banner .share-this-resource.is-open:after {
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
    margin-top: 9px;
    margin-left: -1px;
  }
  .resource-banner .c-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 30px 0 20px;
    border-bottom: 1px solid var(--background-cream);
  }
  .resource-banner .c-row .c-left,
  .resource-banner .c-row .c-right {
    padding: 0;
    width: 100%;
    border: 0;
  }
  .resource-banner .c-row .c-right .h5:before {
    top: 0px;
  }
  .resource-banner .c-row .c-left {
    margin-bottom: 20px;
  }
}
/* Print css not pdf */
@media print {
  @page {
    size: 210mm 297mm;
    margin: 30px 0;
    @top-left {
      content: "";
    }
    @bottom-left {
      content: "";
    }
  }
  .resource-banner {
    padding: 0 0 30px;
  }
  .resource-banner .pdf-logo {
    display: block;
    margin-bottom: 20px;
    margin-top: 0px;
  }
  .resource-banner .container {
    width: 100%;
  }
  .resource-banner .overlay {
    display: none;
  }
  .resource-banner .overlay,
  .resource-banner .btn-wrap {
    display: none;
  }
  .resource-banner .c-row {
    padding: 30px 0 0;
    display: block;
    border: 0;
    border-top: 1px solid var(--park-green);
  }
  .resource-banner .c-row .c-left {
    padding: 0px;
    width: 100%;
    border: 0;
  }
  .resource-banner .c-row .c-right {
    padding: 0;
    width: 100%;
  }
  .resource-banner .c-row .c-right .list-projects li {
    padding: 0 0 5px;
  }
  .resource-banner .c-row .c-right .h5:before {
    display: none;
  }
  .resource-banner .list-resources li {
    display: inline-block;
  }
  .resources-template-default .container {
    max-width: 100%;
    padding: 0 5%;
  }
  .resources-template-default .so-panel:not(.widget_content-widget),
  .resources-template-default .so-widget-develop-in-depth-reads {
    display: none;
  }
  .resources-template-default .footer,
  .resources-template-default iframe,
  .resources-template-default .header,
  .resources-template-default .no-print,
  .resources-template-default .wp-video,
  .resources-template-default .social-widget,
  .resources-template-default .resource-back,
  .resources-template-default .breadcrumb {
    display: none;
  }
  .resources-template-default .col-lg-8.offset-lg-2 {
    max-width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    margin: 0;
  }
  .content-detail-widget {
    padding: 0px 0 30px;
  }
  .content-detail-widget ul {
    list-style: disc;
    padding-left: 20px;
  }
  .content-detail-widget ul li {
    padding: 0 0 5px;
  }
  .content-detail-widget ul li:before {
    display: none;
  }
}
.resource-back {
  margin-top: 50px;
}
.resource-back .resource-btn {
  font-family: var(--title-font-bold);
  font-size: 1.125rem;
  color: var(--almost-black);
  text-decoration: none;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  line-height: 1em;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.resource-back .resource-btn:hover {
  color: var(--forest-green);
  border-color: var(--forest-green);
}
.resource-back .resource-btn:before {
  -webkit-mask: url(../img/icons/btn-arrow.svg) center no-repeat;
          mask: url(../img/icons/btn-arrow.svg) center no-repeat;
  width: 24px;
  height: 24px;
  -webkit-mask-size: 17px 14px;
          mask-size: 17px 14px;
  content: "";
  background: var(--park-green);
  margin-left: 4px;
  display: inline-block;
  position: relative;
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.resource-back .resource-btn:hover:before {
  background: var(--forest-green);
  margin-right: 4px;
  margin-left: 0px;
}
.resource-back .resource-btn:focus-visible:before {
  background-color: var(--almost-black);
}
.resource-back .resource-btn span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  line-height: 1.2em;
  padding-top: 3px;
  margin-left: 7px;
}

@media (max-width: 991px) {
  .resource-back {
    margin-top: 30px;
    margin-bottom: 10px;
  }
  .resource-back .resource-btn {
    font-size: 1.0625rem;
  }
}