.staff-row {
	margin-bottom: 40px;
}

.staff-list .details img {
	width: 100px;
	height: 130px;
	float: left;
	padding: 0;
	margin-right: 20px;
	display: inline-block;
}

.staff-list .details h4 {
	line-height: 18px;
	margin-bottom: 0;
}
.staff-list .details span.role {
	margin-bottom: 10px;
	display: block;
}

.staff-list .details ul {
	list-style: none;
	overflow: hidden;
	margin-bottom: 0;
	padding: 0;
}

.details li strong {
	display: inline-block;
}

.details a {
	overflow-wrap: break-word;
}

@media (max-width: 1024px) {
	.staff-row {
		margin-bottom: 0;
	}
}
@media (max-width: 640px) {
	.staff-list .details img {
		float: none;
		margin: 0 0 10px;
	}
}