.bio-col {
	float: left;
}

.bio-thumb {
	float: left;
	width: 100px;
	padding-right: 10px;
	text-align: center;
}
.bio-thumb-img {
	width: auto;
	/*max-width: 100%;*/
	max-height: 125px;
}

.bio-info {
	overflow: hidden;
	padding: 0 10px 10px 0;
}

.bio-info h3 {
	text-align: center;
	line-height: 1.5;
}
.bio-col.w-50 {
	width: 49%;
	padding: 10px;
	border: #CCC solid 1px;
	height: 190px;
	margin-bottom: 30px;
}
.bio-col.w-50 + .bio-col.w-50 {
	float: right;
}

.flyer-bios-wrap .bio-col .tel-email, .flyer-bios-wrap .bio-col .site-link {
	display: inline-block;
}
.flyer-bios-wrap .bio-col.w-50 {
	height: 250px;
}
.flyer-bios-wrap .bio-col.w-50 .tel-email {
	display: block;
}
.flyer-bios-wrap .bio-col.w-50 br {
	display: none;
}

