/* ----- */
/* ABOUT */
/* ----- */
#teamProfiles { margin-top:50px; }
#teamProfiles .col-inner {
	padding:15px;
	background-color:#eff2f6;
    border-radius:0;
    -moz-border-radius:0;
    -webkit-border-radius:0;
    text-align:center;
}
#teamProfiles .profile-img {
	width:90px;
    height:90px;
    margin:0 auto 15px auto;
    border-radius:50%;
    -moz-border-radius:50%;
    -webkit-border-radius:50%;
    border:1px solid #5b80a4;
}
#teamProfiles .profile-img img {
	width:100%;
	height:100%;
    border-radius:50%;
    -moz-border-radius:50%;
    -webkit-border-radius:50%;
}
#teamProfiles h2 {
    margin:0 auto 15px auto;
    font-family:'Oswald','Nunito','Helvetica Neue',Helvetica,Arial,sans-serif;
    font-size:45px;
    font-weight:bold;
    color:#27353f;
}
#teamProfiles h3 {
	margin:0;
	line-height:170%;
    font-family:'Oswald','Nunito','Helvetica Neue',Helvetica,Arial,sans-serif;
	font-size:16px;
	font-weight:400;
	color:#61869e;
}
#teamProfiles h3 span { font-weight:bold; }
#teamProfiles p {
	max-width:475px;
	margin:30px auto 0 auto;
    font-size:16px;
	font-weight:400;
	color:#445e6f;
}
#teamProfiles p span,
#teamProfiles p a {font-weight:800;}
#teamProfiles .team-social {
	margin:20px auto 0 auto;
	text-align:center;
}
#teamProfiles .team-social a {
	margin:0 10px;
	line-height:1;
	font-size:30px;
	color:#ced9e4;
}
#teamProfiles .team-social a:hover { color:#22a7f0; }
@media (max-width:767px) {
	#teamProfiles .col-btm {padding-top:25px;}
}