/* Staff List - February 2018 Revamp */
.staffListContainer {
}
.staffListMemberContainer {
	margin-bottom: 15px;
	padding: 15px; /*min-height:260px;*/
	position: relative;
}
.staffListImageCell {
	float: left;
	width: 20%;
	margin: 0px 40px 25px 0px;
	text-align: center;
}
.staffListDetailsCell {
}
.staffListContactButton {
	width: 84%;
	padding-left: 8% !important;
	padding-right: 8% !important;
	padding-top: 10px;
	padding-bottom: 10px;
	max-width: 100%;
	background-color: #272727;
	margin: 15px 0 0 0;
	color: #ffffff;
	text-align: center;
}
.staffListImageCell a, .staffListImageCell a:visited, .staffListImageCell a:active {
	color: #ffffff;
	text-decoration: none;
}
.staffListImageCell a:hover, .staffListContactButton:hover {
	color: #ffffff;
	text-decoration: none;
	opacity: 0.95;
}
.staffListSeparator {
	margin: 15px 0px;
}
.staffListSeparator hr {
	border: 2px solid #d9d9d9;
	height: 0px;
}
.staffListName {
}
.staffListPosition {
}
.staffListPhone {
}
.staffListDescription {
	margin: 20px 0 0 0;
}
.staffListMessage {
}

.staffListLabel {
	font-weight: bold;
}


@media (max-width:760px) {
	.staffListImageCell {
		width: 100% !important;
		text-align: center;
	}
	.staffListContactButton {
		margin: 15px auto 0px auto;
		max-width: 150px;
	}
	.staffListMemberContainer {
		text-align: center;
	}
	
	.staffListImageCell {
		margin-right: 0px;
	}
}
/*********************************************************************/

.staffContactNote {
	padding-bottom: 15px;
}
.staffContactFormLeft {
	padding: 5px 5px 5px 0px;
}
.staffContactFormRight {
	padding: 5px 0px 5px 5px;
}
.staffContactFormFull {
	padding: 5px 0px 5px 0px;
	text-align: center;
}
