﻿
.fragment.Staff {
	background-color: #f5f5f5;
}



.fragment.Staff > .text {
	padding: 80px 10% 99px 10% !important;
	overflow: hidden;
}




.fragment.Staff .text *:first-child {
	margin-top: 0px;
}

.fragment.Staff .text *:last-child {
	margin-bottom: 0px;
}

.fragment.Staff > .text > h3 {
	margin-bottom: 30px;
	display: block;
	clear: both;
}

.fragment.Staff .text > ul + h3 {
	padding-top: 50px;
}

.fragment.Staff h3 + p {
	margin-top: 0;
}

.fragment.Staff p {
	margin: 0;
}

.fragment.Staff ul {
	clear: both;
	width: 100%;
}

.fragment.Staff ul, .fragment.Staff li {
	list-style: none;
	display: block;
	float: left;
}

.fragment.Staff li.imageholder {
	padding-right: 5%;
}

.fragment.Staff li.text *:first-child {
	margin-top: 20px;
}



@media screen and (max-width: 640px) {

	.fragment.Staff h1 {
		font-size: 31px;
		line-height: 44px;
	}

	.fragment.Staff h2 {
		font-size: 24px;
		line-height: 33px;
	}

	.fragment.Staff h3 {
		font-size: 22px;
	}

	.fragment.Staff p {
		font-size: 18px;
		line-height: 27px;
	}

	.fragment.Staff ul {
		padding: 0;
	}
}
