img.bioThumb {
	width: 100%;
}

.bioSection1, .bioSection4, .bioSection7 {
	margin-right: 30px;
}

.bioSection2, .bioSection5, .bioSection8 {
	margin: 0 15px;
	text-align: center;
}

.bioSection3, .bioSection6, .bioSection9 {
	margin-left: 30px;
	text-align: right;
}

.bioCaption {
	background: url(/images/biobluebox.jpg);
	width: 100%;
	padding: 15px 0;
	color: #fff;
	text-align: center;
}

.bioName {
	font-size: 1.2em;
	font-weight: bold;
}

.bioTitle {
	font-size: .9em;
}

a:hover.bioLink {
	text-decoration: none;
}

@media (max-width: 768px) { 
	.bioSection1, .bioSection4, .bioSection7,
	.bioSection2, .bioSection5, .bioSection8,
	.bioSection3, .bioSection6, .bioSection9
	 {
	    margin: 0;
	}
	
	.col-xs-12.bioGrid {
		width: 33%;
	}
	 
}

@media (max-width: 500px) {
	.col-xs-12.bioGrid {
		width: 100%;
	}
	
	.bioSection1, .bioSection4, .bioSection7,
	.bioSection2, .bioSection5, .bioSection8,
	.bioSection3, .bioSection6, .bioSection9
	 {
	    margin: 5px 15%;
	}
}
