/**
 * Our Team
 */

body.page-template-our-team #content .header_image_c {
	background: #fff;
	color: #0d244d;
	height: auto;
	margin-bottom: 0;
	padding: 20px 15px;
}

.page-template-our-team #the_content_c {
	padding: 0 0 45px 0;
}

.page-template-our-team #the_content_c p {
	color: #0d244d;
	font-size: 1.8rem;
	font-weight: 300;
	padding: 15px;
}

.page-template-our-team #the_content_c #our_team_c {
	margin: 30px 0;
	padding: 0 15px;
}

.page-template-our-team #the_content_c #our_team_c .team_c {
	margin-bottom: 30px;
}

.page-template-our-team #the_content_c #our_team_c .team_c .team_name {
	font-size: 1.8rem;
	font-weight: 700;
	text-transform: uppercase;
}

.page-template-our-team #the_content_c #our_team_c .team_c .team_members_c .team_member {
	text-align: center;
	margin: 30px 0;
}

.page-template-our-team #the_content_c #our_team_c .team_c .team_members_c .team_member img {
	margin-bottom: 10px;
	width: 100%;
}

.page-template-our-team #the_content_c #our_team_c .team_c .team_members_c .team_member .name {
	color: #0d244d;
	font-family: 'Sorts Mill Goudy', serif;
	font-size: 1.4em;
	margin-bottom: 10px;
	text-transform: uppercase;
}

.page-template-our-team #the_content_c #our_team_c .team_c .team_members_c .team_member .title {
	color: #0d244d;
	font-size: 1.2rem;
	font-weight: 300;
	margin-bottom: 10px;
	text-transform: uppercase;
}

.page-template-our-team #the_content_c #our_team_c .team_c .team_members_c .team_member .cta {
	color: #0d244d;
	font-size: 1.2rem;
	font-weight: 300;
	text-decoration: underline;
	text-transform: uppercase;
}

.page-template-our-team #the_content_c #our_team_c .team_c .team_members_c #location_c {
	background-color: #0d244d;
	margin: 30px 0;
	padding: 30px;
	width: 100%;
}

.page-template-our-team #the_content_c #our_team_c .team_c .team_members_c #location_c h3 {
	font-family: 'Sorts Mill Goudy', serif;
	font-size: 1.8rem;
	font-weight: normal;
	text-transform: uppercase;
}

.page-template-our-team #the_content_c #our_team_c .team_c .team_members_c #location_c div {
	color: #fff;
	font-size: 1.4rem;
	font-weight: 300;
	line-height: 1.5;
}

.page-template-our-team #the_content_c #our_team_c .team_c .team_members_c #location_c div.name,
.page-template-our-team #the_content_c #our_team_c .team_c .team_members_c #location_c div.phone {
	margin-top: 10px;
}

.page-template-our-team #the_content_c #our_team_c .team_c .team_members_c #location_c div a {
	color: #fff;
}

.page-template-our-team #the_content_c #contact_form_c {
	background-color: #fff;
	display: none;
	position: absolute;
	z-index: 1500;
}

.page-template-our-team #the_content_c #contact_form_c .close {
	cursor: pointer;
	position: absolute;
	right: 10px;
	top: 10px;
}

.page-template-our-team #the_content_c #contact_form_c .image {
	background-color: transparent;
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
	border-radius: 100px;
	height: 200px;
	margin: 0 auto;
	width: 200px;
}

.page-template-our-team #the_content_c #contact_form_c .info {
	color: #0d244d;
	font-size: 1.4rem;
	font-weight: 700;
	margin: 10px 0 0 0;
	text-align: center;
	text-transform: uppercase;
}

.page-template-our-team #the_content_c #contact_form_c .info div {
	font-family: 'Sorts Mill Goudy', serif;
	font-size: 1.8rem;
	font-weight: normal;
}

.page-template-our-team #the_content_c #contact_form_c p {
	font-size: 1.0rem;
	font-weight: 400;
	padding: 0;
}

@media screen and (min-width: 1050px) {
	body.page-template-our-team #content .header_image_c {
		font-size: 4.0rem;
		padding: 20px 0;
	}

	.page-template-our-team #the_content_c p {
		padding: 0;
	}

	.page-template-our-team #the_content_c #our_team_c {
		margin: 50px 0 30px 0;
		padding: 0;
	}

	.page-template-our-team #the_content_c #our_team_c .team_c {
		margin-bottom: 50px;
	}

	.page-template-our-team #the_content_c #our_team_c .team_c .team_members_c .team_member {
		float: left;
		height: 245px;
		margin-right: 20px;
		width: 245px;
	}

	.page-template-our-team #the_content_c #our_team_c .team_c .team_members_c .team_member:nth-child(4n) {
		margin-right: 0;
	}

	.page-template-our-team #the_content_c #our_team_c .team_c .team_members_c #location_c {
		float: left;
		height: 183px;
		margin: 30px 0;
		padding: 30px 0 0 35px;
		width: 510px;
	}

	.page-template-our-team #the_content_c #our_team_c .team_c .team_members_c #location_c > div {
		float: left;
		width: 50%;
	}

	.page-template-our-team #the_content_c #our_team_c .team_c .team_members_c #location_c div.name {
		margin-top: 30px;
	}

	.page-template-our-team #the_content_c #our_team_c .team_c .team_members_c #location_c div.phone {
		margin-top: 55px;
	}

	.page-template-our-team #the_content_c #contact_form_c {
		left: 50%;
		margin-left: -225px;
		top: 250px;
		width: 450px;
	}

	.page-template-our-team #the_content_c #contact_form_c .image {
		background-color: transparent;
		background-position: center top;
		background-repeat: no-repeat;
		background-size: cover;
		border-radius: 75px;
		float: left;
		height: 150px;
		margin: 0 25px 25px 0;
		width: 150px;
	}

	.page-template-our-team #the_content_c #contact_form_c .info {
		float: left;
		margin: 50px 0 0 0;
		text-align: left;
		width: 200px;
	}
}