/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.team-background {
	background: url("../img/footer.jpg") no-repeat 50% 50%;
	background-size: auto 150%;
}

.team-container-inner {
	background: none;
	max-width: 1190px;
	margin: auto;
	color: white;
	padding: 1em 0 0 0;
}

.team-container-inner h2 {
	font-weight: 100;
	text-transform: uppercase;
	font-size: 3em;
	border-bottom: 1px solid white;
	margin: 0em 1%;
}

.team-person {
	float: left;
	width: 33%;
	text-align: center;
}

.team-person h5 {
	text-align: center;
	font-weight: 100;
	font-size: 1em;
	margin: 1em 0;
}

.team-container-inner h5::after {
	display: block;
	content: "";
	width: 10%;
	margin: 0.3em auto;
	border-bottom: 1px solid #06608B;
}

.team-person img {
	width: 51%;
	max-width: 200px;
}

.team-person p {
	text-align: left;
	font-size: 0.8em;
	margin-bottom: 3em;
}

.team-person a,
.team-person a:visited {
	text-decoration: none;
	display: block;
	text-align: right;
	margin-bottom: 1.5em;
	color: inherit;
}

.site-info {
	background: #06608B;
	color: white;
	font-size: 0.8em;
	width: 100%;
}

.site-info-container {
	max-width: 1190px;
	margin: auto;
	padding: 1em 0;
}

.site-info-logo {
	float: left;
	width: 34%;
	padding: 2.5em 3%;
}

.site-info-contact {
	float: left;
	width: 22%;
	border-left: 1px solid white;
	padding: 0 3%;
}

.info-stripe {
	height: 1.5em;
} 
