/**
 * X.X Loan Officers
 */

body.single-loan_officers #introduction_c {
	margin: 65px 0 25px 0;
}

body.single-loan_officers #introduction_c h2 {
	color: #000;
}

body.single-loan_officers #introduction_c div.photo_nam_info_c {
	display: flex;
	margin: 0 0 40px 0;
}

body.single-loan_officers #introduction_c div.photo_nam_info_c div.photo {
	background-color: transparent;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	height: 115px;
	width: 100px;
}

body.single-loan_officers #introduction_c div.photo_nam_info_c div.name_info_c {
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 0 25px;
}

body.single-loan_officers #introduction_c div.photo_nam_info_c div.name_info_c div.name {
	font-family: 'Muli', serif;
	font-size: 2.8rem;
	line-height: 4.0rem;
}

body.single-loan_officers #introduction_c div.photo_nam_info_c div.name_info_c div.info {
	color: #707070;
	font-size: 1.6rem;
	line-height: 2.7rem;
}

body.single-loan_officers #introduction_c div.content_c {
	margin: 0 15px;
}

body.single-loan_officers #introduction_c div.content_c #external_relationship_c {
	margin: 50px 0 0 0;
}

body.single-loan_officers #introduction_c div.content_c #external_relationship_c h2 {
	font-family: 'Muli', serif;
	font-size: 2.8rem;
	line-height: 3.2rem;
	margin: 0 0 30px 0;
}

body.single-loan_officers #introduction_c div.content_c #external_relationship_c .image {
	margin: 0 0 30px 0;
}

body.single-loan_officers #introduction_c div.content_c #external_relationship_c a.image {
	display: block;
}

body.single-loan_officers #introduction_c div.content_c #external_relationship_c img {
	max-width: 288px;
	width: 100%;
}

body.single-loan_officers #introduction_c div.content_c #external_relationship_c div.info_c {

}

body.single-loan_officers #introduction_c div.content_c #external_relationship_c div.info_c div {
	font-size: 1.4rem;
	line-height: 2.4rem;
}

body.single-loan_officers #introduction_c div.content_c #external_relationship_c div.info_c .name {
	color: #02528a;
	display: block;
	font-family: 'Muli', serif;
	font-size: 1.8rem;
	margin: 0 0 20px 0;
}

body.single-loan_officers #introduction_c div.content_c #external_relationship_c div.info_c a.phone {
	color: #000;
	display: block;
	font-size: 1.4rem;
	line-height: 2.4rem;
	margin: 15px 0 0 0;
}

body.single-loan_officers #introduction_c div.callout_c {
	filter: drop-shadow(0 7px 24px rgba(0, 0, 0, 0.2)); /* filter instead of box-shadow due to clip-path */
	margin: 60px 0;
}

body.single-loan_officers #introduction_c div.callout_c div.outer_c {
	background-color: #e22726;
	margin: 0 0 0 15px;
	padding: 0 0 0 15px;
	position: relative;
	z-index: 1;
}

body.single-loan_officers #introduction_c div.callout_c div.inner_c {
	background-color: #fff;
	display: flex;
	flex-direction: column;
	height: 230px;
	justify-content: center;
	padding: 0 30px;
}

body.single-loan_officers #introduction_c div.callout_c div.inner_c h3 {
	font-family: 'Muli', serif;
	font-size: 1.8rem;
	line-height: 2.2rem;
	margin: 0 0 20px 0;
}

body.single-loan_officers #introduction_c div.callout_c div.inner_c > a.email {
	display: block;
	font-size: 1.4rem;
	line-height: 2.4rem;
	padding: 0 0 0 20px;
	position: relative;
	text-decoration: underline;
}

body.single-loan_officers #introduction_c div.callout_c div.inner_c > a.email::before {
	color: #707070;
	content: '\f0e0';
	font-family: "Font Awesome 5 Pro";
	font-size: 1.4rem;
	font-weight: 900;
	left: 0;
	position: absolute;
}

body.single-loan_officers #introduction_c div.callout_c div.inner_c div.contact_numbers_c {
	margin: 20px 0 0 0;
}

body.single-loan_officers #introduction_c div.callout_c div.inner_c div.contact_numbers_c a {
	color: #000;
	display: block;
	font-size: 1.4rem;
	line-height: 2.4rem;
	padding: 0 0 0 20px;
	position: relative;
}

body.single-loan_officers #introduction_c div.callout_c div.inner_c div.contact_numbers_c a.fax {
	margin: 10px 0;
}

body.single-loan_officers #introduction_c div.callout_c div.inner_c div.contact_numbers_c a.office::before {
	color: #707070;
	content: '\f879';
	font-family: "Font Awesome 5 Pro";
	font-size: 1.4rem;
	font-weight: 900;
	left: 0;
	position: absolute;
}

body.single-loan_officers #introduction_c div.callout_c div.inner_c div.contact_numbers_c a.fax::before {
	color: #707070;
	content: '\f1ac';
	font-family: "Font Awesome 5 Pro";
	font-size: 1.4rem;
	font-weight: 900;
	left: 0;
	position: absolute;
}

body.single-loan_officers #middle_content_c {
	background-color: #f4f7fa;
	box-shadow: inset 0 0 15px rgba(0, 0, 0, 0.1);
	margin: 0 0 60px 0;
	padding: 50px 15px;
}

body.single-loan_officers #middle_content_c #contact_form_c {

}

body.single-loan_officers #middle_content_c #contact_form_c > h2 {
	font-family: 'Muli', serif;
	font-size: 2.8rem;
	line-height: 3.2rem;
	margin: 0 0 30px 0;
}

body.single-loan_officers #middle_content_c #contact_form_c > p {
	color: #707070;
	font-size: 1.4rem;
	letter-spacing: 0.02em;
	line-height: 2.4rem;
}

@media screen and (min-width: 960px) {
	body.single-loan_officers #introduction_c {
		margin: 90px auto;
		position: relative;
	}

	body.single-loan_officers #introduction_c h2 {
		font-size: 3.6rem;
		line-height: 4.8rem;
		margin: 0 0 30px 0;
	}

	body.single-loan_officers #introduction_c div.callout_c div.image {
		height: 285px;
		margin: 0 0 -50px -75px;
		width: 400px;
	}

	body.single-loan_officers #introduction_c div.content_c {
		margin: 0 auto;
		min-height: 335px;
		padding: 0 400px 0 0;
	}

	body.single-loan_officers #introduction_c div.content_c #external_relationship_c {
		align-items: center;
		display: flex;
		flex-wrap: wrap;
	}

	body.single-loan_officers #introduction_c div.content_c #external_relationship_c h2 {
		flex: 0 0 100%;
		font-family: 'Muli', serif;
		font-size: 2.8rem;
		line-height: 3.2rem;
		margin: 0 0 30px 0;
	}

	body.single-loan_officers #introduction_c div.content_c #external_relationship_c .image {
		margin: 0 30px 0 0;
	}

	body.single-loan_officers #introduction_c div.content_c #external_relationship_c img {
		width: 150px;
	}

	body.single-loan_officers #introduction_c div.content_c #external_relationship_c div.info_c {
		flex: 1;
	}

	body.single-loan_officers #introduction_c div.content_c #external_relationship_c div.info_c div {
		font-size: 1.4rem;
		line-height: 1.5;
	}

	body.single-loan_officers #introduction_c div.content_c #external_relationship_c div.info_c .name {
		color: #02528a;
		font-family: 'Muli', serif;
		font-size: 1.8rem;
		margin: 0 0 10px 0;
	}

	body.single-loan_officers #introduction_c div.content_c #external_relationship_c div.info_c a.phone {
		color: #000;
		display: block;
		font-size: 1.4rem;
		line-height: 2.4rem;
		margin: 5px 0 0 0;
	}

	body.single-loan_officers #introduction_c div.callout_c {
		margin: 0;
		position: absolute;
		right: 0;
		top: 0;
		width: calc(50vw - 150px);
	}

	body.single-loan_officers #introduction_c div.callout_c div.outer_c {
		-webkit-clip-path: polygon(40px 0, 100% 0, 100% 100%, 0 100%);
		clip-path: polygon(40px 0, 100% 0, 100% 100%, 0 100%);
		margin: 0;
	}

	body.single-loan_officers #introduction_c div.callout_c div.outer_c div.inner_c {
		-webkit-clip-path: polygon(40px 0, 100% 0, 100% 100%, 0 100%);
		clip-path: polygon(40px 0, 100% 0, 100% 100%, 0 100%);
		padding: 0 calc(100% - 310px) 0 70px;
	}

	body.single-loan_officers #middle_content_c {
		padding: 90px 0;
	}

	body.single-loan_officers #middle_content_c div.desktop_w {
		display: flex;
		justify-content: space-between;
	}

	body.single-loan_officers #middle_content_c #contact_form_c {
		width: 554px;
	}
}
