#team_grid {
	margin-bottom: 2em;
}
.team-people {
	text-align: center;
}
.team-people + .team-people {
	margin-top: 2em;
	border-top: 1px solid #ccc;
}
.team-people h2 {
	font-size: 1.5em;
	margin-top: 1.2em;
	margin-bottom: 2em;
}
.team-people p h3 {
	line-height: 60%;
}

.team-person {
display: inline-block;
width: 33%;
position: relative;
max-height: 368px;
vertical-align: top;
margin-left: 0em;
margin-right: auto;
text-align: center;
}
.team-person-image .thumbnail {
	max-width: 15.8rem;
}
.team-person-biog {
	text-align: center;
	padding: 2em;
	box-sizing: border-box;
	width: 100%;
	max-width: 30em;
	overflow: auto;
}

.team-person-name {
	font-size: 1.5em;
	color: #2c266f;
	font-weight: bold;
}
.team-person-position {
	font-weight: bold;
	font-size: 1.2em;
	height: 4.5em;
}
.team-person-short-description {
	font-size: 1.2em;
	height: 7.5em;
}
.button-container {
	margin-bottom: 1.8em;
}
.team-person-biog .social-media-accounts {
	float: left;
	width: 0;
	overflow: visible;
}

.team-person-biog .social-media-accounts a {
	display: block;
}
.team-person-biog .social-media-accounts a + a {
	margin-top: 0.5em;
	margin-left: 0;
}
.team-person-biog .social-media-accounts img {
	max-width: none;
	width: 1.5em;
}
#team_sections {
	color: #2c266f;
}
#team_sections a {
	text-decoration: none;
	display: inline-block;
	vertical-align: middle;
	margin: 0.5em 1em;
}
#team_sections .separator {
	display: inline-block;
	vertical-align: middle;
	height: 1rem;
	background: #2c266f;
	width: 1px;
	overflow: hidden;
}
#newsletter_registration_page_banner {
	margin-top: 5.75em !important;
}
@media screen and (max-width: 1024px) {
	.team-person {
		display: inline-block;
		width: 50%;
		min-height: 27em;
	}
}
@media screen and (max-width: 800px) {
	.team-person {
		display: inline-block;
		width: 50%;
		min-height: 27em;
	}
}
@media screen and (max-width: 414px) {
	.team-person {
		display: block;
		width: 100%;
		font-size: 80%;
		margin-bottom: 3.5em;
	}
}