  .featured-person {
	width: 100%;
	display:inline-block;
	background: #fff;
	border: 1px solid #eaeaea;
	border-radius: 1px;
	box-shadow: 0 2px 0 0 #d8d7d5;
	color: #989694;
	margin-bottom: 25px;
	margin-bottom: 2.5em;
	position: relative;
}

.headshot {
	float: left;
	width: 30%;
	height:100%;
	display:inline-block;
}

.profile {
	display:inline-block;
	padding: 22px 25px 0 21px;
	margin-left: 215px;
}

.profile.nopic {
	margin-left:0;
}

h3.profile-name {
	font-weight: normal;
	font-family: "Verlag A", "Verlag B", "Verlag-Book", Helvetica, Arial, sans-serif;
	font-size: 25px;
	font-size: 1.5625rem;
	line-height: 36px;
	line-height: 2.25em;
	color:#373634;
}

p.profile-title {
	font-weight: normal;
	font-size: 14px;
	font-size: .875rem;
	color:#989694;
	margin-bottom:.5em !important;
}

div.profile-bio p, div.profile-bio ul, div.profile-bio li{
	color:#373634;
	font-size: .875rem;
	line-height: 24px;
}

@media screen and (max-width: 575px){
	.headshot, .profile {
		display:block;
	}
}
@media screen and (max-width: 500px){
	.profile {
		margin-left:0;
	}
}
