.expert-archive-hero-section .entry-hero-container-inner,
.leadership-archive-hero-section .entry-hero-container-inner {
    background-color: #542e91;
    padding: 60px 0 0;
}

@media screen and (min-width: 768px) {
	.expert-archive-hero-section .entry-hero-container-inner,
	.leadership-archive-hero-section .entry-hero-container-inner {
		background-image: url("../../images/person-header-bg.png");
		background-repeat: no-repeat;
		background-position: 100% 0;
		background-size: 60em;
		padding: 160px 0 0;
	}
}

.leadership-archive-hero-section .entry-hero-container-inner .archive-page-title {
    margin-bottom: 70px;
}

.expert-archive-hero-section .entry-hero-container-inner .archive-page-title {
    margin-bottom: 44px;
}

.expert-archive-hero-section .entry-hero-container-inner .archive-facets {
    margin-bottom: 30px;
}

.expert-archive-hero-section .archive-page-title h1,
.leadership-archive-hero-section .archive-page-title h1 {
    color: #ffffff;
}

.expert-archive-hero-section .archive-page-title p,
.leadership-archive-hero-section .archive-page-title p {
    color: #9896c9;
}

.expert-archive-hero-section .archive-description,
.expert-archive-hero-section .archive-description h2,
.leadership-archive-hero-section .archive-description,
.leadership-archive-hero-section .archive-description h2 {
    color: #ffffff;
}

/* Facets */
.post-type-archive-leadership .facetwp-facet-leadership_type {
    display: flex;
    flex-direction: column;
    align-items: center;
    border-bottom: 1px solid #f1f1f1;
    padding-bottom: 15px;
}

@media screen and (min-width: 768px) {
    .post-type-archive-leadership .facetwp-facet-leadership_type {
        flex-direction: row;
        align-items: initial;
    }
}

.post-type-archive-leadership .facetwp-facet-leadership_type .facetwp-radio {
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    color: #ffffff;
    background: none;
    padding-left: 0;
    margin-right: 80px;
}

.post-type-archive-leadership .facetwp-radio.checked {
    color: #F37232;
}

.post-type-archive-leadership .facetwp-radio .facetwp-counter {
    display: none;
}

/* Loop */

.post-type-archive-expert .entry,
.post-type-archive-leadership .entry {
    background-color: #f1f1f1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.post-type-archive-expert .entry .person-loop__thumbnail img,
.post-type-archive-leadership .entry .person-loop__thumbnail img {
    min-width: 100%;
}

.post-type-archive-expert .entry a,
.post-type-archive-leadership .entry a {
    text-decoration: none;
}

.post-type-archive-expert .entry a:not(:last-of-type),
.post-type-archive-leadership .entry a:not(:last-of-type) {
    margin-right: 15px;
}

.person-loop__details,
.person-loop__get-in-touch {
    padding: 15px;
    display: flex;
}
.person-loop__get-in-touch {
    justify-content: flex-end;
}

.person-loop__details {
    padding-bottom: 35px;
}

.person-loop__details .leadership-type {
    color: #542E91;
    text-transform: uppercase;
    margin-bottom: 25px;
}

.person-details__content h2 {
    margin-bottom: 20px;
}

.person-details__content .n3 {
    font-weight: 400;
    color: #333333;
}

.person-icon {
    fill: #999b9d;
    height: 25px;
    width: auto;
}
/* Our Experts */

@media screen and (max-width: 768px) {
    .expert-archive-hero-section .entry-hero-container-inner .archive-page-title {
    text-align: center;
   }
}

/* Pager */

.facetwp-pager {
    margin: var(--global-lg-spacing) auto;
    overflow: hidden;
}
.facetwp-pager .facetwp-page {
    display: inline-block;
    margin-right: 0.5em;
    border: 2px solid transparent;
    min-width: 2.5em;
    line-height: 2.25em;
    text-align: center;
    text-decoration: none;
    border-radius: 0.25rem;
    color: inherit;
}

.facetwp-pager .facetwp-page.active {
    border-color: var(--global-palette-btn-bg);
    background: var(--global-palette-btn-bg);
    color: var(--global-palette-btn);
}

.facetwp-page:hover, .facetwp-page:focus, .facetwp-page:active {
    border-color: var(--global-palette-btn-bg);
}

.leadership-title,
.bod-title,
.ac-title {
	grid-column: 1 / -1;
	margin: 80px 0 20px;
}

.leadership-title {
	margin: 40px 0 20px;
	order: 1;
}

.leadership_type-leadership {
    order: 2;
}

.bod-title {
	order: 3;
	grid-column: 1 / -1;
}

.leadership_type-board-of-directors {
    order: 4;
}

.ac-title {
	order: 5;
	grid-column: 1 / -1;
}

.leadership_type-advisory-council {
    order: 6;
}