/**
 * 4.0 About
 */

.page-template-about #banner_c {

}

.page-template-about #banner_c div.banner_c {
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	display: flex !important;
	flex-direction: column;
	height: 100vw;
	justify-content: center;
	padding: 0 25px;
	width: 100%;
}

.page-template-about #banner_c div.banner_c div.headline {
	color: #d15e14;
	font-family: serif;
	font-size: 3.0rem;
	font-style: italic;
}

.page-template-about #banner_c div.banner_c div.subhead {
	color: #d15e14;
	font-size: 3.0rem;
	font-weight: bold;
	text-transform: uppercase;
}

.page-template-about #banner_c div.banner_c div.copy {
	font-size: 1.4rem;
	font-weight: bold;
	line-height: 1.5;
	margin: 20px 0;
}

.page-template-about #middle_callouts_c {
	padding: 20px;
}

.page-template-about #middle_callouts_c div.middle_callout_c {
	background: rgb(90,74,66);
	background: linear-gradient(180deg, rgba(90,74,66,1) 0%, rgba(90,74,66,0.5) 75%, rgba(0,0,0,0) 100%);
	margin: 0 0 20px 0;
	padding: 10px 10px 50px 10px;
}

.page-template-about #middle_callouts_c div.middle_callout_c div.headline {
	color: #d15e14;
	font-size: 1.4rem;
	font-style: italic;
	font-weight: bold;
	line-height: 1.5;
}

.page-template-about #middle_callouts_c div.middle_callout_c div.copy {
	font-size: 1.4rem;
	line-height: 1.5;
	margin: 10px 0;
}

.page-template-about #middle_callouts_c div.middle_callout_c div.arrow-down {
	display: none;
}



.page-template-about #employees_c {
	padding: 20px;
}

.page-template-about #employees_c div.employee_c {
	background: rgb(90,74,66);
	background: linear-gradient(180deg, rgba(90,74,66,1) 0%, rgba(90,74,66,0.5) 75%, rgba(0,0,0,0) 100%);
	display: flex;
	flex-direction: column;
	margin: 0 0 20px 0;
	padding: 5px 5px 50px 5px;
}

.page-template-about #employees_c div.employee_c div.image {
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	height: 60vw;
	margin: 0 0 20px 0;
}

.page-template-about #employees_c div.employee_c div.info_c {
	padding: 10px;
}

.page-template-about #employees_c div.employee_c div.info_c div.name {
	color: #d15e14;
	display: block;
	font-size: 1.4rem;
	font-style: italic;
	font-weight: bold;
	line-height: 1.5;
}

.page-template-about #employees_c div.employee_c div.info_c div.bio {
	display: block;
	font-size: 1.4rem;
	line-height: 1.5;
	margin: 10px 0;
}

@media screen and (min-width: 1024px) {
	.page-template-about #banner_c {
		margin: 50px 0 0 0;
	}

	.page-template-about #banner_c div.banner_c {
		border: 5px solid #5a4a42;
		height: 500px;
		padding: 80px 650px 80px 80px;
	}

	.page-template-about #middle_callouts_c {
		margin: 30px 0;
		padding: 0;
	}

	.page-template-about #middle_callouts_c div.desktop_w {
		display: flex;
		justify-content: space-between;
	}

	.page-template-about #middle_callouts_c div.middle_callout_c {
		flex: 0 0 calc(50% - 30px);
		flex-direction: row;
		margin: 0;
		padding: 20px 20px 50px 20px;
		position: relative;
	}

	.page-template-about #middle_callouts_c div.middle_callout_c div.headline {
		color: #d15e14;
		font-size: 1.4rem;
		font-style: italic;
		font-weight: bold;
		line-height: 1.5;
	}

	.page-template-about #middle_callouts_c div.middle_callout_c div.copy {
		font-size: 1.4rem;
		line-height: 1.5;
		margin: 10px 0;
	}

	.page-template-about #middle_callouts_c div.middle_callout_c div.arrow-down {
		border-left: 15px solid transparent;
		border-right: 15px solid transparent;
		border-top: 15px solid #5a4a42;
		display: block;
		height: 0;
		left: 50px;
		position: absolute;
		top: -30px;
		width: 0;
	}



	.page-template-about #employees_c {
		margin: 30px 0;
		padding: 0;
	}

	.page-template-about #employees_c div.desktop_w {
		display: flex;
		justify-content: space-between;
	}

	.page-template-about #employees_c div.employee_c {
		flex: 0 0 calc(50% - 30px);
		flex-direction: row;
		margin: 0;
	}

	.page-template-about #employees_c div.employee_c div.image {
		flex: 0 0 300px;
		height: 300px;
		margin: 0;
	}

	.page-template-about #employees_c div.employee_c div.info_c {
		padding: 20px;
	}

	.page-template-about #employees_c div.employee_c div.info_c div.name {
		color: #d15e14;
		display: block;
		font-size: 1.4rem;
		font-style: italic;
		font-weight: bold;
		line-height: 1.5;
	}

	.page-template-about #employees_c div.employee_c div.info_c div.bio {
		display: block;
		font-size: 1.4rem;
		line-height: 1.5;
		margin: 10px 0;
	}
}
