/*!
 * Start Bootstrap - Round About HTML Template (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */

.team-members img {
	display: block;
    max-width:250px;
    max-height:225px;
    width: auto;
    height: auto;
}

.team-members .col-lg-4 {
	margin-top: 20px;
	margin-bottom: 20px;
}

.team-members .col-sm-6 {
	margin-top: 20px;
	margin-bottom: 20px;
}

.team-members .col-xs-12 {
	margin-top: 20px;
	margin-bottom: 20px;
}

.img-center {
	margin: 0 auto;
}

#accordion p {
	margin: 0px;
	text-align: left;
	font-size: 14px;
	line-height: 20px;
	/* color: #fff; */
}


.panel-title a {
	font-family: 'Open Sans', sans-serif;
	/* color: #fff; */
}

.panel {
	border: none;
}

.panel-heading {
    padding: 0;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}

.panel-default>.panel-heading {
	background-color: #F2F2F2;
}

.panel-default>.panel-heading+.panel-collapse>.panel-body {
    background-color: #F2F2F2;
}