.people-wrap {
	width: 100%;
}
.people-wrap:after {
	content: '';
	display: table;
	clear: both;
}
.person-wrap {
	width: 50%;
	float: left;
	padding: 0 15px 0 0;
	margin: 0 0 25px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}
.person-wrap:after {
	content: '';
	display: table;
	clear: both;
}
.person-pic {
	display: block;
    float: left;
    margin: 0 3% 0 0;
    width: 37%;
}
.person-details {
	font-size: 13px;
    line-height: 14px;
    width: 60%;
    float: left;
}
.person-details span, .person-details a {
	clear: both;
	display: block;
	margin: 0 0 4px;
}
h4.person-name {
	font-size: 14px !important;
	margin: 0;
	font-weight: bold;	
}
.person-email {
	text-decoration: none;
	font-weight: bold;
}
.person-linkedin {
	width: 56px;
	height: 16px;
	background-image: url('../images/linkedin.png');
	background-position: left top;
	background-repeat: no-repeat;
}