/**
 * 0.0 Home
 */

.home #rotating_banners_c {

}

.home #rotating_banners_c div.rotating_banners_c {
	overflow: hidden;
}

.home #rotating_banners_c div.rotating_banners_c > div.slide {
	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%;
}

.home #rotating_banners_c div.rotating_banners_c > div.slide div.headline {
	color: #d15e14;
	font-family: serif;
	font-size: 3.0rem;
	font-style: italic;
}

.home #rotating_banners_c div.rotating_banners_c > div.slide div.subhead {
	color: #d15e14;
	font-size: 3.0rem;
	font-weight: bold;
	text-transform: uppercase;
}

.home #rotating_banners_c div.rotating_banners_c > div.slide div.copy {
	font-size: 1.4rem;
	font-weight: bold;
	line-height: 1.5;
	margin: 20px 0;
}

.home #rotating_banners_c div.rotating_banners_c > div.slide > a {
	align-self: flex-start;
	font-size: 1.4rem;
	font-style: italic;
	font-weight: bold;
}

.home #rotating_banners_c div.rotating_banners_c > div.slide > a:hover {
	color: #d15e14;
}

.home #rotating_banners_c div.rotating_banners_c div.cycle-prev,
.home #rotating_banners_c div.rotating_banners_c div.cycle-next {
	display: none;
}

.home #rotating_banners_c div.arrow-down {
	display: none;
}

.home #middle_callouts_c {
	padding: 20px;
}

.home #middle_callouts_c a.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%);
	display: flex;
	flex-direction: column;
	margin: 0 0 20px 0;
	padding: 5px 5px 50px 5px;
}

.home #middle_callouts_c a.middle_callout_c:hover {
	background: rgb(209,94,20);
	background: linear-gradient(180deg, rgba(209,94,20,1) 0%, rgba(209,94,20,0.5) 75%, rgba(0,0,0,0) 100%);
}

.home #middle_callouts_c a.middle_callout_c span.image {
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	height: 60vw;
	margin: 0 0 20px 0;
}

.home #middle_callouts_c a.middle_callout_c span.info_c {
	padding: 10px;
}

.home #middle_callouts_c a.middle_callout_c span.info_c span.headline {
	color: #d15e14;
	display: block;
	font-size: 1.4rem;
	font-style: italic;
	font-weight: bold;
	line-height: 1.5;
}

.home #middle_callouts_c a.middle_callout_c:hover span.info_c span.headline {
	color: #000;
}

.home #middle_callouts_c a.middle_callout_c span.info_c span.copy {
	display: block;
	font-size: 1.4rem;
	line-height: 1.5;
	margin: 10px 0;
}

.home #middle_callouts_c a.middle_callout_c span.info_c span.cta {
	display: block;
	font-size: 1.4rem;
	font-style: italic;
	font-weight: bold;
	line-height: 1.5;
}

.home #featured_project_c {
	margin: 0 0 50px 0;
	padding: 20px;
}

.home #featured_project_c div.images_c {

}

.home #featured_project_c div.images_c > div.image {
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	height: 60vw;
	width: 100%;
}

.home #featured_project_c div.images_c div.cycle-prev,
.home #featured_project_c div.images_c div.cycle-next {
	display: none;
}

.home #featured_project_c div.details_c {
	margin: 30px 0 0 0;
}

.home #featured_project_c div.details_c div.headline {
	color: #d15e14;
	font-family: serif;
	font-size: 3.0rem;
	font-style: italic;
}

.home #featured_project_c div.details_c div.subhead {
	color: #d15e14;
	font-size: 3.0rem;
	font-weight: bold;
	text-transform: uppercase;
}

.home #featured_project_c div.details_c div.copy {
	font-size: 1.4rem;
	font-weight: bold;
	line-height: 1.5;
	margin: 20px 0;
}

.home #featured_project_c div.details_c > a {
	align-self: flex-start;
	font-size: 1.4rem;
	font-style: italic;
	font-weight: bold;
}

.home #featured_project_c div.details_c > a:hover {
	color: #d15e14;
}

@media screen and (min-width: 1024px) {
	.home #rotating_banners_c {
		margin: 50px 0 0 0;
	}

	.home #rotating_banners_c div.desktop_w {
		position: relative;
	}

	.home #rotating_banners_c div.rotating_banners_c {
		border: 5px solid #5a4a42;
	}

	.home #rotating_banners_c div.rotating_banners_c > div.slide {
		height: 500px;
		padding: 80px 650px 80px 80px;
	}

	.home #rotating_banners_c div.rotating_banners_c div.cycle-prev,
	.home #rotating_banners_c div.rotating_banners_c div.cycle-next {
		cursor: pointer;
		display: block;
		font-size: 3.0rem;
		position: absolute;
		top: calc(50% - 10px);
		z-index: 500;
	}

	.home #rotating_banners_c div.rotating_banners_c div.cycle-prev {
		left: 20px;
	}

	.home #rotating_banners_c div.rotating_banners_c div.cycle-next {
		right: 20px;
	}

	.home #rotating_banners_c div.arrow-down {
		border-left: 15px solid transparent;
		border-right: 15px solid transparent;
		border-top: 15px solid #5a4a42;
		display: block;
		height: 0;
		position: absolute;
		top: 100%;
		width: 0;
	}

	.home #rotating_banners_c div.arrow-down.one {
		left: 50px;
	}

	.home #rotating_banners_c div.arrow-down.two {
		left: calc(50% + 80px);
	}

	.home #middle_callouts_c {
		margin: 30px 0;
		padding: 0;
	}

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

	.home #middle_callouts_c a.middle_callout_c {
		flex: 0 0 calc(50% - 30px);
		flex-direction: row;
		margin: 0;
	}

	.home #middle_callouts_c a.middle_callout_c span.image {
		flex: 0 0 300px;
		height: 300px;
		margin: 0;
	}

	.home #middle_callouts_c a.middle_callout_c span.info_c {
		display: flex;
		flex-direction: column;
		padding: 20px;
	}

	.home #middle_callouts_c a.middle_callout_c span.info_c span.copy {
		flex: 1;
	}

	.home #middle_callouts_c a.middle_callout_c span.info_c span.cta {
		font-size: 1.6rem;
	}

	.home #featured_project_c {
		padding: 20px 0 50px 0;
	}

	.home #featured_project_c div.desktop_w {
		border: 5px solid #5a4a42;
		display: flex;
		flex-direction: row-reverse;
	}

	.home #featured_project_c div.images_c {
		flex: 1;
		position: relative;
	}

	.home #featured_project_c div.images_c > div.image {
		height: 500px;
	}

	.home #featured_project_c div.images_c div.cycle-prev,
	.home #featured_project_c div.images_c div.cycle-next {
		color: #000;
		cursor: pointer;
		display: block;
		font-size: 3.0rem;
		position: absolute;
		top: calc(50% - 10px);
		z-index: 500;
	}

	.home #featured_project_c div.images_c div.cycle-prev {
		left: 20px;
	}

	.home #featured_project_c div.images_c div.cycle-next {
		right: 20px;
	}

	.home #featured_project_c div.details_c {
		display: flex;
		flex: 0 0 550px;
		flex-direction: column;
		margin: 0;
		padding: 80px 100px 80px 80px;
	}

	.home #featured_project_c div.details_c div.copy {
		flex: 1;
	}

	.home #featured_project_c div.details_c > a {
		font-size: 1.6rem;
	}
}
