.fccf-staff-member-item{
	border-top: 1px solid #dcdcdc;
	padding-top: 15px;
	margin-top: 15px;
}
.fccf-staff-member-photo{
	float: left;
	width:11%;
	margin-right: 25px;
	padding: 2px;
	border: 1px solid #dfdfdf;
	box-sizing: border-box;
}
.fccf-staff-member{
	float: left;
	width: 86%;
}
.fccf-department-title{
	font-weight: 700; 
	font-size: 20px; 
	text-transform: uppercase;
	color: #676868;
	background-color: #e9e9e9;
	padding: 10px 20px;
	border-bottom: #dcdcdc;
	margin: 10px 0;
}
.page-template-default .content .fccf-staff-name{
	font-weight: 300;
	font-size: 28px;
	text-transform: uppercase;
	color: #137cc0; 
	margin-top: 12px;
}
.page-template-default .content .fccf-staff-title{
	font-weight: 700;
	text-transform: uppercase;
	font-size: 18px;
	line-height: 24px;
	color: #6d6d6d;
	margin-top: 7px;
}
.fccf-staff-meta{
	font-weight: 400;
	text-transform: uppercase;
	font-size: 12px;
	line-height: 12px;
	color: #127ac0;
	margin-top: 12px;
}
.fccf-staff-meta span{
	display: inline-block;
	margin-right: 5px;
	padding-right: 5px;
	border-right: 1px solid #127ac0;
}
.fccf-staff-meta span:last-child{
	border: none;
}
.fccf-staff-read-bio, .fccf-staff-member-photo, .fccf-staff-name, .fccf-staff-title{
	cursor: pointer;
}
.fccf-staff-read-bio img{
	padding-left: 5px;
	vertical-align: middle;
	margin-top: -2px;
}
.fccf-staff-bio{
	display: none;
}
.fccf-close-bio{
	font-size: 12px;
	text-transform: uppercase;
	display: inline-block;
	margin-top: 15px;
}
.short .wrap {
    padding: 5px 5% 0;
}
.site-header .wrap {
    float: left;
    width: 100%;
}
@media (max-width: 768px){
	.fccf-staff-member-photo{
		width: 50%;
	}
	.fccf-staff-member-photo img{
		width:100%;
	}
}