.contactBio {
	font-size: 15px;
	line-height: 1.7em;
	width: 100%;
	overflow: hidden;
}	
	.contactBio li {
		list-style: none;
	}
	.contactBio h4 {
		font-size: 20px;
		font-weight: bold;
		color: #BE3637;
		margin-bottom: 3px;
		text-align: center;
	}
	.contactBio-headline {
		font-size: 17px;
		font-weight: bold;
		text-align: center;
		margin-bottom: 5px;
	}
	.contactBio-row {
		overflow: hidden;
	}
	.contactBio-item {
		width: 50%;
		float: left;
		position: relative;
		padding: 5px 40px 80px;
		text-align: center;

		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}
		.contactBio-item-inner {
			display: inline-block;
			max-width: 250px;
		}
	.contactBio-photo {
		margin-top: 10px;
		margin-bottom: 15px;
		border: 9px solid #E3DCDD;
		display: inline-block;
		
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	.contactBio-contactList {
		text-align: left;
		padding-left: 25px;
	}
	.contactBio-contactList i {
		color: #E05D5E;
		margin-left: -25px;
		margin-right: 2px;
		position: absolute;
		font-size: 1.1em;
	}
	.contactBio-contactList > li {
		line-height: 1.3em;
		margin-bottom: 1em;
	}
	.contactBio-notes {
		font-size: 14px;
		font-style: italic;
		line-height: 1.3em;
		padding-top: 6px;
	}
@media screen and (max-width:1000px) {
	.contactBio {
		margin-left: 0;
		margin-right: 0;
		border-spacing: 0;
		border-collapse: collapse;
		width: auto;
	}
	.contactBio-item {
		float: none;
		display: block;
		width: auto;
		padding-left: 0;
		padding-right: 0;
	}
	.contactBio-row .contactBio-item:first-child {
		border-bottom: 0;
	}
}