#our-team-header
{

	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	background-image: url("our-team/header.png");

	border-bottom: 4px solid #01245e;

	padding-top: 100px;
	padding-bottom: 190px;

	margin-bottom: 75px;
}
#our-team-header .labels
{
	text-align: right;
	width: 33%;
}
#our-team-header .labels h1
{
	color: #f88e1e;
	font-size: 36px;
	font-family: "proxima_novasemibold", Arial, Helvetica, sans-serif;
}
#our-team-header .labels p
{
	color: #ffffff;
}

#about-our-team {
	width: 70%;
	margin: 25px auto 50px auto;
	text-align: center;
}

.our-team-profile-section
{
	border-bottom: solid 1px #bcbcbe;
	padding-top: 60px;
	padding-bottom: 60px;

	background-repeat: no-repeat;
	background-position: left bottom;
}
.our-team-profile-section.last
{
	border-bottom: none;
}

.our-team-profile-section.p-alain
{
	background-image: url("our-team/alain2.jpg");
	background-size: 500px;

}

.our-team-profile-section.p-audrey {
	background-image: url("our-team/audrey1.jpg");
	background-size: 500px;
	background-position: right bottom;
}

.our-team-profile-section.p-dale {
	background-image: url("our-team/dale2.jpg");
	background-size: 500px;

}

.our-team-profile-section.p-louis {
	background-image: url("our-team/louis5.jpg");
	background-size: 500px;

}

.our-team-profile-section.p-martha {
	background-image: url("our-team/martha1.jpg");
	background-size: 500px;
	background-position: right bottom;
}


.our-team-profile-section.p-1
{
	background-image: url("our-team/p-1.png");
}
.our-team-profile-section.p-2
{
	background-position: right bottom;
	background-image: url("our-team/p-2.png");
}
.our-team-profile-section.p-3
{
	background-image: url("our-team/p-3.png");
}
.our-team-profile-section:after
{
	content: "";
	display: block;
	clear: both;
}
.our-team-profile-section h1
{
	color: #01245e;
	font-size: 36px;
	font-family: "proxima_novasemibold", Arial, Helvetica, sans-serif;
}
.our-team-profile-section h3
{
	color: #f78e1e;
	font-size: 18px;
	font-family: "ralewaybold";
}

.our-team-profile-section .content
{
	width: 50%;
	float: right;
}
.our-team-profile-section.content-is-left .content
{
	float: left;
	text-align: left;
}
