

/** TEAM **/
.team-member				{ clear:both; margin:0px 0px 30px 0px; padding:0px 0px 30px 0px; }
.team-member .image			{ float:left; padding:10px; width:35%; }
.team-member .image img		{ width:100%; max-width:400px; max-height:400px; }
.team-member .bio			{ float:right; width:55%; }
.team-member .bio h3		{ margin:0px 0px 10px 0px; }
.team-member .bio a			{ display:inline-block; padding:10px; margin:10px 0px 0px 0px; }

.team-member				{ border-bottom:1px dotted #CCCCCC; }
.team-member .image			{ border:1px solid #CCCCCC; }
.team-member .bio			{ color:#777777; }
.team-member .bio h3		{ color:#DE1E39; }
.team-member .bio a			{ background:#DE1E39; color:#FFFFFF; }
.team-member .bio a:hover	{ background:#161616; color:#FFFFFF; }



/** RESPONSIVE **/
@media screen and (max-width:550px){

	.team-member			{ margin:0px auto 30px auto; max-width:400px; }
	.team-member .image		{ float:none; width:100%; text-align:center; margin:0px 0px 30px 0px; padding:0px; }
	.team-member .bio		{ float:none; width:100%; }


}