  .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.5 em;
	position: relative;
}

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

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

h3.profile-name, span.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;
	display:block;
}

p.profile-title {
	font-weight: normal;
	font-size: 12px;
	font-size: .75rem;
	color:#575654;
	font-family: "Verlag A", "Verlag B", "Verlag-Book", Helvetica, Arial, sans-serif;
	text-transform:uppercase;
	letter-spacing:2px;
	margin-bottom:.5em !important;
}

p.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: 449px){
	.profile {
		margin-left:0;
	}
}
@media print {
	div.staff-photo, img.portrait {
		width:200px;
		position:absolute;
	}
	.featured-person {
		min-height:260px;
	}

}