
.people-section {
	margin: 3em 0 4em;
}

.people-section h1 {
	font-size: 150%;
	margin: 2em 0 1.5em;
	padding-bottom: .5em;
	border-bottom: 1px solid #000;
}

.people-section h2 {
	clear: both;
	font-size: 120%;
	margin: 1.875em 0;
	text-align: center;
}

.people-section .people + h2 {
	text-align: left;
	border-bottom: 1px solid black;
	margin: 2em 0 1.5em;
	padding-bottom: 0.5em;
}

.people-section .person + h2 {
	padding-top: .875em;
}

.people-section .nav {
	position: absolute;
	top: 0;
	right: 0;
	margin-top: .125em;
	color: #006C85;
	font-family: 'Open Sans', 'Arial', 'Helvetica', sans-serif;
}

.people-section .nav > * {
	display: inline-block;
	vertical-align: middle;
}

.people-section .nav .d {
	width: 0;
	margin: 0 .75em;
	overflow: hidden;
	border-right: 1px solid #006C85;
}

.people-section .person {
	width: 20%;
	float: left;
	height: 6em;
	text-align: center;
	line-height: 1.25;
	position: relative;
	font-family: 'Open Sans', 'Arial', 'Helvetica', sans-serif;
}

.people-section.with-photos .join {
	width: 40%;
	float: right;
	height: 48em;
}

.people-section.with-photos .join h3 {
	color: #006C85;
	text-align: center;
}

.people-section.with-photos .join .site-content {
	margin-left: 1.5em;
	padding: 2em;
	border: 1px solid #006C85;
}

@media (max-width: 1023px) {
	.people-section .person {
		width: 25%;
	}

	.people-section.with-photos .join {
		width: 50%;
	}
}

@media (max-width: 850px) {
	.people-section .person {
		width: 33.3333333333%;
	}

	.people-section.with-photos .join {
		width: 100%;
		height: auto;
		margin-bottom: 2em;
	}

	.people-section.with-photos .join .site-content {
		margin-left: 0;
		padding: 1em;
	}
}

@media (max-width: 658px) {
	.people-section .person {
		width: 50%;
	}

	.people-section .nav {
		position: static;
		text-align: right;
		margin: -1.5em 0 2.5em;
	}
}

@media (max-width: 466px) {
	.people-section .person {
		width: 100%;
	}

	.people-section.with-photos .join {
		height: auto;
	}

	.people-section.with-photos .join .site-content {
		border: none;
		padding: 0;
	}

	.people-section .nav {
		text-align: left;
	}

	.people-section .nav .d {
		height: 0;
		margin: .5em 0;
		width: 2em;
		display: block;
		border-bottom: 1px solid #006C85;
	}
}

.people-section.with-photos .person {
	height: 12em;
}

.people-section .person > * {
	display: block;
	position: relative;
	width: 12em;
	margin-left: -6em;
	left: 50%;
}

.people-section .person br {
	display: none;
}

.people-section .person b {
	display: block;
	margin: .5em 0 .25em;
}

.people-section .person span {
	font-size: 88%;
}

.people-section .person img {
	width: 6em;
	height: 6em;
	border-radius: 100%;
	display: block;
	margin: 0 auto;
}

.people-section .directory {
	position: relative;

	column-width: 14em;
	column-gap: 1em;
	column-fill: balance;
}

.people-section .index {
	font-size: 120%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

@media (max-width: 658px) {
	.people-section .index a {
		text-align: center;
		flex-basis: 7.6%
	}
}

.people-section .section {
	break-inside: avoid-column;
	overflow: hidden;
}

.people-section .section h2 {
	text-align: left;
	margin: 1.5em 0 .75em;
}

.people-section .section ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.people-section .section li {
	line-height: 1;
	margin: .5em 0;
}
