#team_grid {
	margin-bottom: 2em;
}
.team-people {

}
.team-people + .team-people {
	margin-top: 2em;
	border-top: 1px solid #ccc;
}
.team-people h2 {
	margin-top: 1.2em;
	margin-bottom: 2em;
}
.team-people p h3 {
	line-height: 60%;
}

.team-person {
display: inline-block;
width: 47%;
position: relative;
min-height: 550px;
vertical-align: top;
margin-left: 1em;
margin-right: auto;
text-align: center;
}
.team-person-image .thumbnail {
	max-width: 15.8rem;
}
.team-person-biog {
	text-align: center;
	box-sizing: border-box;
	width: 100%;
	max-width: 30em;
	overflow: auto;
}
.team-person-name {
	color: #0a2c14;
	font-weight: bold;
}
.team-person-position {
	color: #0a2c14;
	font-weight: bold;
	text-align: center;
}
.team-person-short-description {
	padding-top: 1em;
	height: 7.5em;
	margin-left: 0em;
	margin-right: 0em;
	text-align: left;
}
.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: #0a2c14;
}
#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: #0a2c14;
	width: 1px;
	overflow: hidden;
}
#newsletter_registration_page_banner {
	margin-top: 5.75em !important;
}
@media screen and (max-width: 800px) {
	.team-person {
		width: 60%;
		min-height: 240px;
	}
}