.staff-details-wrap {
	display: none;
}
.staff-wrap {
	margin-bottom:3em;
}
.staff-details-contact {
	margin: .5em 0;
}
.staff-item-active .titlebar, .staff-item-active:hover .titlebar {
	background-color: #839B60;
}
.staff-item {
	cursor: pointer;
}


@media screen and (max-width: 736px) {
	.staff-details-main {
		display: none;
	}
}