/* Facets */
.archive .entry-hero {
    background-repeat: no-repeat;
    background-position: center top;
}

.archive-loop__date {
    color: #999b9d;
}

.archive-loop__date p {
    margin: 5px 0;
}

.archive-loop__link__full {
	width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 9;
}

.loop-entry {
	position: relative;
	overflow: hidden;
}

.event-archive-hero-section {
    background-image: url("../../images/events-archive-bg-curve.svg");
}

.insight-archive-hero-section {
    background-image: url("../../images/insights-archive-bg-curve.svg");
}

.news-archive-hero-section {
    background-image: url("../../images/news-archive-bg-curve.svg");
}

.entry-hero-container-inner {
    background: none;
}

.site .page-title {
    margin-bottom: 40px;
}

.facetwp-facet {
    flex: 1;
}

.facetwp-type-date_range .facetwp-date-min,
.facetwp-type-date_range .facetwp-date-max {
    max-width: 50%;
    height: 100%;
}

.fs-wrap {
    height: 100%;
    width: 100% !important;
}

.fs-label-wrap {
    width: 100% !important;
    height: 100%;
}

.fs-label-wrap .fs-label {
    padding: 12px 22px 6px 8px !important;
    width: 100%;
    height: 100%;
}

.archive-facets__dropdowns {
    display: flex;
}

@media screen and (max-width: 1199px) {
    .archive-facets__dropdowns {
        flex-direction: column;
    }
}

.fs-dropdown {
    width: 100% !important;
    margin-top: 3px !important;
}

.archive-facets__selections ul {
    margin-left: 0;
    margin-right: 0;
}

.facetwp-selection-label {
    display: none;
}

.facetwp-selections .facetwp-selection-value {
    background-position: 95% center !important;
    background-color: #ffffff;
    padding: 10px 30px 10px 10px !important;
    color: #333333;
    border-radius: 50px;
}

/* Insights and News */
.post-type-archive-insight .content-wrap,
.post-type-archive-news .content-wrap {
    grid-template-columns: none;
    flex-direction: row;
    display: flex;
    flex-wrap: wrap;
    gap: 1.25em;
    justify-content: space-between;
}

.post-type-archive-insight .content-wrap .entry,
.post-type-archive-news .content-wrap .entry {
    width: calc(33.33333% - .83333em);
    background-color: #f1f1f1;
}

@media screen and (max-width: 1200px) {
    .post-type-archive-insight .content-wrap .entry,
    .post-type-archive-news .content-wrap .entry {
        width: 100%;
    }
}

.post-type-archive-insight .content-wrap .entry:first-of-type,
.post-type-archive-news .content-wrap .entry:first-of-type {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}

.post-type-archive-insight .content-wrap .entry:first-of-type .archive-loop__details,
.post-type-archive-news .content-wrap .entry:first-of-type .archive-loop__details {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 20px 0 0;
}

@media screen and (min-width: 1200px) {
    .post-type-archive-insight .content-wrap .entry:first-of-type,
    .post-type-archive-news .content-wrap .entry:first-of-type {
        flex-direction: row;
    }

    .post-type-archive-insight .content-wrap .entry:first-of-type .archive-loop__thumbnail,
    .post-type-archive-news .content-wrap .entry:first-of-type .archive-loop__thumbnail {
        width: 50%;
    }

    .post-type-archive-insight .content-wrap .entry:first-of-type .archive-loop__details,
    .post-type-archive-news .content-wrap .entry:first-of-type .archive-loop__details {
        width: 48%;
    }
}

.post-type-archive-insight .archive-loop__type,
.post-type-archive-news .archive-loop__type {
    color: #542e91;
    text-transform: uppercase;
}

.post-type-archive-insight .archive-loop__thumbnail img,
.post-type-archive-news .archive-loop__thumbnail img {
    min-width: 100%;
}

.post-type-archive-insight h3,
.post-type-archive-news h3 {
    color: #333333;
}

.post-type-archive-insight .content-wrap .entry:not(:first-of-type),
.post-type-archive-news .content-wrap .entry:not(:first-of-type) {
    display: flex;
    flex-direction: column;
}

.post-type-archive-insight .content-wrap .entry:not(:first-of-type) .archive-loop__details,
.post-type-archive-news .content-wrap .entry:not(:first-of-type) .archive-loop__details {
    position: relative;
    flex-grow: 1;
}

.post-type-archive-insight .content-wrap .entry:not(:first-of-type) .archive-loop__date,
.post-type-archive-news .content-wrap .entry:not(:first-of-type) .archive-loop__date {
    padding: 10px 20px;
}

.post-type-archive-insight .content-wrap .entry:not(:first-of-type) .archive-loop__content,
.post-type-archive-news .content-wrap .entry:not(:first-of-type) .archive-loop__content {
    padding: 10px 20px 60px 20px;
}

.post-type-archive-insight .content-wrap .entry:not(:first-of-type) .archive-loop__link-wrapper,
.post-type-archive-news .content-wrap .entry:not(:first-of-type) .archive-loop__link-wrapper {
    display: flex;
    flex-direction: column;
    align-items: end;
    position: absolute;
    width: 100%;
    bottom: 0;
}

.post-type-archive-insight .content-wrap .entry:not(:first-of-type) .archive-loop__thumbnail,
.post-type-archive-news .content-wrap .entry:not(:first-of-type) .archive-loop__thumbnail {
    max-height: 250px;
    overflow: hidden;
}

.archive-loop__link-wrapper {
    display: flex;
    flex-direction: column;
    align-items: end;
}

.archive-loop__link {
    display: block;
    width: 50px;
    height: 50px;
    background-color: var(--global-palette-highlight);
    color: #fff;
    overflow: hidden;
    text-align: left;
    padding: 10px;
}

/*media queries*/

@media screen and (max-width: 1399px) and (min-width: 1001px) {
  .single-mission_area section .gb-inside-container,
  .single-mission_area .kt-inside-inner-col h3{
    padding-left: 15px;
  }

}

@media screen and (max-width: 821px){
    .post-type-archive-insight .content-wrap .entry .archive-loop__date,
    .post-type-archive-news .content-wrap .entry .archive-loop__date {
        padding: 10px 20px;
    }

    .post-type-archive-insight .content-wrap .entry .archive-loop__content,
    .post-type-archive-news .content-wrap .entry .archive-loop__content {
        padding: 10px 20px 60px 20px;
    }

  .single-mission_area section.gb-container:before{
    background: inherit;
    background-color: #542e91;
  }
  .entry-content-wrap .growing-numbers{
    display: block;
  }
  .single-mission_area .external-content__slider .slick-track{
    margin: 10px;
    display: block !important;
  }

  #want-to-learn-more-about-us-and-our-mission-areas{
    margin-top: 15px;
  }
  #want-to-learn-more-about-us-and-our-mission-areas + div{
    margin-bottom: 15px;
  }

    .kadence-column_481b9e-71 > .kt-inside-inner-col {
        padding: 0 !important;
    }
}

@media screen and (max-width: 500px){
    .kadence-column_481b9e-71 > .kt-inside-inner-col {
        text-align: center;
    }

    .archive .entry-hero.news-archive-hero-section {
        background-position: 45%;
    }
}

@media screen and (max-width: 1399px) and (min-width: 781px) {
  .entry-content-wrap .growing-numbers span{
    font-size: 28px;
  }
}
