/* STAFF */
.staff-wrapper {
	margin-bottom: 40px;
}
.staff-wrapper > h2 {
	font-size: 38px;
	margin-bottom: 10px;
}
.staff-wrapper .staff-container {
	position: relative;
}
.staff-container .slide {
	margin-bottom: 20px;
}
.staff-container .slide > a,
.staff-container .slide picture {
	display: block;
}
.staff-container .slide > a,
.staff-container .slide > picture {
	margin-bottom: 17px;
}
.staff-container .slide picture img {
	width: 100%;
}
.staff-container .slide-caption h3 {
	font: 400 26px/1 "DIN Next LT W01 Black", sans-serif;
	color: #434444;
	text-transform: uppercase;
	margin-bottom: 8px;
}
.staff-container .slide-caption .title {
	font: 400 17px/1 "DIN Next LT W01 Medium Italic",sans-serif;
	margin-bottom: 5px;
}
.staff-container .slide-caption .organization {
	font: 400 17px/1 "DIN Next LT W01 Regular",sans-serif;
}
.staff-wrapper .staff-container {
	max-width: 1000px;
	margin: 0 auto;
	padding: 0 15px;
}
.contentRender_name_plugins_collections_template_custom_foundation_contacts h2{
	max-width: 1000px;
	margin: 0 auto;
	padding: 0 15px;
	font-size: 58px;
}
@media screen and (min-width: 40.063em) {
	.staff-wrapper .staff-container {
		display: flex;
		flex-wrap: wrap;
	}
	.staff-container .slide {
		flex: 1 1 40%;
		margin: 0px 15px 25px; 
	}
}
@media screen and (max-width: 64em) and (min-width: 40.063em) {
	.staff-container .slide {
		max-width: calc(50% - 30px);
	}
	.staff-container .slide:nth-of-type(2n+1) {
		margin-left: 0px;
	}
	.staff-container .slide:nth-of-type(2n+2) {
		margin-right: 0px;
	}
}
@media screen and (min-width: 64.063em) {

	.staff-container .slide {
		flex: 1 1 20%;
		max-width: calc(25% - 30px);
	}
	.staff-container .slide:nth-of-type(4n+1) {
		margin-left: 0px;
	}
	.staff-container .slide:nth-of-type(4n+4) {
		margin-right: 0px;
	}
}