.partners {
	background-color: #0053a0;
}

.partners .partners-inner {
	width: 85%;
	margin: 0px auto;
	margin-bottom: 30px;
}

.partners .partners-header {
	margin: 30px 0;
}

.partners .partners-header tr td {
	vertical-align: bottom;
	padding-right: 40px;
}

.partners .partners-header tr td a {
	color: #fff;
	position: relative;
	top: -5px;
}

.partners .partners-header tr td h2 {
	color: #fff;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 25px;
	width: 280px;
	text-align: right;
	border-bottom: 4px solid #538c19;
	padding-bottom: 20px;
}

.partners .partners-header tr td h2 i {
	font-size: 36px;
	margin-right: 16px;
}

.staff-tiles.staff-tiles-3 .staff-tile {
	width: 30%;
	margin-right: 5%;
	float: left;
}

.staff-tiles.staff-tiles-3 .staff-tile:nth-child(3n) {
	margin-right: 0%;
}

.staff-tiles.staff-tiles-2 .staff-tile {
	width: 46%;
	margin-right: 8%;
	float: left;
}

.staff-tiles.staff-tiles-2 .staff-tile:nth-child(2n) {
	margin-right: 0%;
}



.staff-tile {
	margin-bottom: 30px;
}

.staff-tile .staff-img {
	background-position: top center;
	background-size:cover;
	background-repeat: no-repeat;
	display: inline-block;
	width: 100%;
	background-color: rgba(200,200,200,0.3);
}

.staff-tile .staff-img .staff-full-name {
	margin-top: 165px;
	background-color: rgba(0,0,0,0.5);
}

.staff-tile .staff-img .staff-first-name {
	color: #fff;
	font-size: 18px;
	font-weight: 700;
	line-height: 18px;
	padding-bottom: 5px;
	padding-top: 5px;
	padding-left: 10px;
}

.staff-tile .staff-img .staff-last-name {
	font-family: Teko;
	font-size: 34px;
	font-weight: 700;
	line-height: 34px;
	color: #fff;
	padding-left: 10px;
}

.staff-tile table.staff-pos {
	color: #fff;
	width: 100%;
	margin: 10px 0;
}

.staff-tile table.staff-pos tr td hr {
	border: none;
	height: 2px;
	color: #fff;
	background-color: #fff;
}

.staff-tile table.staff-pos tr td:nth-child(2) {
	width: 200px;
	text-align: center;
	text-transform: uppercase;
	font-weight: 700;
}

.staff-tile .staff-desc {
	color: #fff;
	font-size: 13px;
}

.staff-tile .btn-linkto {
	float: right;
	margin-top: 22px;
}


.staff-tile-invert table.staff-pos {
	color: #333;
}

.staff-tile-invert table.staff-pos tr td hr {
	background-color: #333;
	color: #333;
}

.staff-tile-invert .staff-desc {
	color: #333;
	margin-bottom: 10px;
}

.staff-tile-full .staff-img .staff-full-name {
	margin-top: 295px;
}

.staff-tile-full .staff-img {
    background-size: contain;
}


.staff-tiles.wide .staff-tile{
	width:100%;
	margin-right:0;
	margin-bottom:60px;
	padding: 10px;
	border: 1px solid rgba(200,200,200,0.8);
}

.staff-tiles.wide .staff-tile .staff-img{
	background-size: contain;
	background-position: center;
}

.staff-tiles.wide .staff-tile .staff-img .staff-full-name{
	background-color:rgba(0,0,0,0.75);
}

.staff-tiles.wide .staff-tile .btn-linkto {
	margin-top:4px;
}
