/**
 * 0.0 Home
 */

.home #content div.banner_c {
	position: relative;
}

.home #content div.banner_c div.desktop_w {
	display: flex;
	flex-direction: column;
	height: 90vw;
	justify-content: center;
	max-height: 325px;
	padding: 20px;
	position: relative;
	z-index: 2;
}

.home #content div.banner_c div.desktop_w h1 {
	color: #fff;
	font-size: 2.4rem;
	letter-spacing: 0.67px;
	line-height: 2.9rem;
	text-transform: uppercase;
	z-index: 1;
	width: 50%;
}

.home #content div.banner_c div.desktop_w > a {
	align-self: flex-start;
	color: #fff;
	display: block;
	font-size: 1.2rem;
	font-weight: 600;
	letter-spacing: 0.71px;
	line-height: 2;
	margin: 10px 0 0 0;
	position: relative;
	text-transform: uppercase;
	z-index: 1;
}

.home #content div.banner_c div.desktop_w > a::after {
	bottom: 0;
	content: '';
	background-color: #fff3e6;
	height: 2px;
	left: 0;
	position: absolute;
	width: 100%;
}

.home #content div.banner_c div.desktop_w > a i {
	color: #fff;
	margin: 0 0 0 0.5em;
	position: relative;
	transition: margin 0.04s ease-in-out;
}

.home #content div.banner_c div.desktop_w > a:hover {
	color: #fff;
}

.home #content div.banner_c div.desktop_w > a:hover i {
	margin: 0 0 0 1em;
}

.home #content div.banner_c #video_c {
	display: flex;
	height: 100%;
	justify-content: center;
	left: 0;
	overflow: hidden;
	position: absolute;
	top: 0;
	width: 100%;
}

.home #content div.banner_c #video_c div.layer {
	background-image: linear-gradient(270deg, rgba(239, 113, 12, 0) 20%, rgba(239, 113, 12, 0.8) 80%, rgba(226, 67, 35, 0.8) 100%);
	height: 100%;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 1;
}

.home #content div.banner_c #video_c video {
	height: 100%;
}

.home #what_we_do_c {
	padding: 60px 20px 90px 20px;
	position: relative;
}

.home #what_we_do_c div.h2_copy_cta_c a {
	color: #000;
	display: inline-block;
	font-size: 1.2rem;
	font-weight: 600;
	letter-spacing: 0.71px;
	line-height: 2;
	text-transform: uppercase;
	margin: 10px 0 0 0;
	position: relative;
	z-index: 1;
}

.home #what_we_do_c div.h2_copy_cta_c a::after {
	bottom: 0;
	content: '';
	background-color: #ef710c;
	height: 2px;
	left: 0;
	position: absolute;
	width: 100%;
}

.home #what_we_do_c div.h2_copy_cta_c a i {
	color: #ef710c;
	margin: 0 0 0 0.5em;
	position: relative;
	transition: margin 0.04s ease-in-out;
}

.home #what_we_do_c div.h2_copy_cta_c a:hover {
	color: #ef710c;
}

.home #what_we_do_c div.h2_copy_cta_c a:hover i {
	margin: 0 0 0 1em;
}

.home #what_we_do_c div.what_we_do_callouts_c {
	margin: 40px 0 0 0;
}

.home #what_we_do_c div.what_we_do_callouts_c div.what_we_do_callout_c {
	background-color: #fff;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
	margin: 0 0 30px 0;
	padding: 20px;
}

.home #what_we_do_c div.what_we_do_callouts_c div.what_we_do_callout_c:last-child {
	margin: 0;
}

.home #what_we_do_c div.what_we_do_callouts_c div.what_we_do_callout_c div.image {
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	display: block;
	height: 60vw;
	margin: 0 0 40px 0;
	width: 100%;
}

.home #what_we_do_c div.what_we_do_callouts_c div.what_we_do_callout_c > a {
	background: transparent url('../img/global/arrow_right_gradient.svg') no-repeat center center / contain;
	display: block;
	height: 29px;
	text-indent: -9999px;
	width: 29px;
}

.home #what_we_do_c div.what_we_do_callouts_c div.what_we_do_callout_c > a:hover {
	background: transparent url('../img/global/arrow_right_gradient_hover.svg') no-repeat center center / contain;
}

.home #what_we_do_c div.bg_layer {
	background: transparent url('../img/global/r_o_375px.png') no-repeat top center / 100% auto;
	bottom: 0;
	height: 970px;
}

.home #who_we_are_c {
	background: rgba(0, 0, 0, 0.07) url('../img/global/bg_line_pattern_white.svg') no-repeat right center / auto 100%;
	padding: 60px 20px 90px 20px;
}

.home #who_we_are_c div.desktop_w > a {
	color: #000;
	display: inline-block;
	font-size: 1.2rem;
	font-weight: 600;
	letter-spacing: 0.71px;
	line-height: 2;
	text-transform: uppercase;
	margin: 10px 0 0 0;
	position: relative;
	z-index: 1;
}

.home #who_we_are_c div.desktop_w > a::after {
	bottom: 0;
	content: '';
	background-color: #ef710c;
	height: 2px;
	left: 0;
	position: absolute;
	width: 100%;
}

.home #who_we_are_c div.desktop_w > a i {
	color: #ef710c;
	margin: 0 0 0 0.5em;
	position: relative;
	transition: margin 0.04s ease-in-out;
}

.home #who_we_are_c div.desktop_w > a:hover {
	color: #ef710c;
}

.home #who_we_are_c div.desktop_w > a:hover i {
	margin: 0 0 0 1em;
}

.home #our_principles_c {
	padding: 60px 0;
	position: relative;
}

.home #our_principles_c div.bg_layer {
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	top: 0;
	height: 400px;
}

.home #our_principles_c h2 {
	color: #fff;
}

.home #our_principles_c h4 {
	color: #fff;
}

.home #our_principles_c h4::before {
	border: 1px solid #fff;
}

.home #our_principles_c h4::after {
	border-top: 1px solid #fff;
}

.home #our_principles_c > div.inner_c {
	padding: 0 20px;
}

.home #our_principles_c div.our_principles_c {
	margin: 40px 0 0 0;
	padding: 0 0 40px 0;
	position: relative;
}

.home #our_principles_c div.our_principles_c div.principle_c {

}

.home #our_principles_c div.our_principles_c div.principle_c > div.inner_c {
	background-color: #fff;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
	height: calc(100% - 100px);
	margin: 20px;
	padding: 20px 20px 40px 20px;
}

.home #our_principles_c div.our_principles_c div.principle_c > div.inner_c div.image {
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	display: block;
	height: 60vw;
	margin: 0 0 40px 0;
	width: 100%;
}

.home #our_principles_c div.our_principles_c div.principle_c > div.inner_c div.name {
	color: #a49e9e;
	font-size: 1.2rem;
	font-weight: 600;
	letter-spacing: 0.71px;
	margin: 0 0 10px 0;
	text-transform: uppercase;
}

.home #our_principles_c div.our_principles_c div.principle_c > div.inner_c h3 {
	font-weight: 400;
}

.home #our_principles_c div.our_principles_c div.principle_c > div.inner_c > a {
	color: #000;
	display: inline-block;
	font-size: 1.2rem;
	font-weight: 600;
	letter-spacing: 0.71px;
	line-height: 2;
	text-transform: uppercase;
	margin: 10px 0 0 0;
	position: relative;
	z-index: 1;
}

.home #our_principles_c div.our_principles_c div.principle_c > div.inner_c > a::after {
	bottom: 0;
	content: '';
	background-color: #ef710c;
	height: 2px;
	left: 0;
	position: absolute;
	width: 100%;
}

.home #our_principles_c div.our_principles_c div.principle_c > div.inner_c > a i {
	color: #ef710c;
	margin: 0 0 0 0.5em;
	position: relative;
	transition: margin 0.04s ease-in-out;
}

.home #our_principles_c div.our_principles_c div.principle_c > div.inner_c > a:hover {
	color: #ef710c;
}

.home #our_principles_c div.our_principles_c div.principle_c > div.inner_c > a:hover i {
	margin: 0 0 0 1em;
}

.home #our_principles_c div.our_principles_c div.swiper-button-prev,
.home #our_principles_c div.our_principles_c div.swiper-button-next {
	bottom: 0;
	top: auto;
}

.home #our_principles_c div.our_principles_c div.swiper-button-prev::after,
.home #our_principles_c div.our_principles_c div.swiper-button-next::after {
	display: none;
}

.home #our_principles_c div.our_principles_c div.swiper-button-prev {
	background: transparent url('../img/global/arrow_left_purple.svg') no-repeat center center / contain;
	left: 20px;
}

.home #our_principles_c div.our_principles_c div.swiper-button-prev:hover {
	background: transparent url('../img/global/arrow_left_purple_hover.svg') no-repeat center center / contain;
}

.home #our_principles_c div.our_principles_c div.swiper-button-next {
	background: transparent url('../img/global/arrow_right_purple.svg') no-repeat center center / contain;
	left: 87px;
	right: auto;
}

.home #our_principles_c div.our_principles_c div.swiper-button-next:hover {
	background: transparent url('../img/global/arrow_right_purple_hover.svg') no-repeat center center / contain;
}

.home #our_principles_c div.our_principles_c div.swiper-scrollbar {
	bottom: 20px;
	left: 167px;
	width: calc(100% - 187px);
}

.home #were_here_to_help_c {
	padding: 60px 20px;
}

.home #were_here_to_help_c div.image_video_copy_c div.image {
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	display: block;
	height: 60vw;
	margin: 0 0 40px 0;
	width: 100%;
}

.home #were_here_to_help_c div.image_video_copy_c div.video {
	display: block;
	height: 60vw;
	margin: 0 0 40px 0;
	width: 100%;
}

.home #were_here_to_help_c div.image_video_copy_c div.copy_c > a {
	color: #000;
	display: inline-block;
	font-size: 1.2rem;
	font-weight: 600;
	letter-spacing: 0.71px;
	line-height: 2;
	text-transform: uppercase;
	margin: 10px 0 0 0;
	position: relative;
	z-index: 1;
}

.home #were_here_to_help_c div.image_video_copy_c div.copy_c > a::after {
	bottom: 0;
	content: '';
	background-color: #ef710c;
	height: 2px;
	left: 0;
	position: absolute;
	width: 100%;
}

.home #were_here_to_help_c div.image_video_copy_c div.copy_c > a i {
	color: #ef710c;
	margin: 0 0 0 0.5em;
	position: relative;
	transition: margin 0.04s ease-in-out;
}

.home #were_here_to_help_c div.image_video_copy_c div.copy_c > a:hover {
	color: #ef710c;
}

.home #were_here_to_help_c div.image_video_copy_c div.copy_c > a:hover i {
	margin: 0 0 0 1em;
}

.home #our_culture_c {
	padding: 60px 0;
}

.home #our_culture_c h4 {
	padding: 0 0 0 20px;
}

.home #our_culture_c div.testimonial_c {
	background-color: rgba(0, 0, 0, 0.07);
	display: flex;
	flex-direction: column-reverse;
	margin: 40px 0 0 0;
}

.home #our_culture_c div.testimonial_c div.quote_c {
	padding: 110px 20px;
	position: relative;
}

.home #our_culture_c div.testimonial_c div.quote_c div.quote {
	font-family: 'Domine', serif;
	font-size: 1.8rem;
	line-height: 2.9rem;
	padding: 60px 0 0 0;
	position: relative;
	text-align: center;
}

.home #our_culture_c div.testimonial_c div.quote_c div.quote::before {
	color: #ef710c;
	content: open-quote;
	font-family: 'Domine', serif;
	font-size: 10.0rem;
	left: 0;
	line-height: 1;
	position: absolute;
	text-align: center;
	top: 0;
	width: 100%;
}

.home #our_culture_c div.testimonial_c div.quote_c div.prev_next_c {
	bottom: 30px;
	display: flex;
	justify-content: space-between;
	left: calc(50% - 50px);
	position: absolute;
	width: 100px;
}

.home #our_culture_c div.testimonial_c div.quote_c div.prev_next_c > a {
	text-indent: -9999px;
	height: 32px;
	width: 32px;
}

.home #our_culture_c div.testimonial_c div.quote_c div.prev_next_c > a.prev {
	background: transparent url('../img/global/arrow_left_purple.svg') no-repeat center center / contain;
}

.home #our_culture_c div.testimonial_c div.quote_c div.prev_next_c > a.prev:hover {
	background: transparent url('../img/global/arrow_left_purple_hover.svg') no-repeat center center / contain;
}

.home #our_culture_c div.testimonial_c div.quote_c div.prev_next_c > a.next {
	background: transparent url('../img/global/arrow_right_purple.svg') no-repeat center center / contain;
}

.home #our_culture_c div.testimonial_c div.quote_c div.prev_next_c > a.next:hover {
	background: transparent url('../img/global/arrow_right_purple_hover.svg') no-repeat center center / contain;
}

.page-template-career-paths #our_culture_c div.testimonial_c div.info_c {
	background: transparent url('../img/global/r_o_375px.png') no-repeat center center / cover;
	padding: 40px 40px 80px 40px;
}

.home #our_culture_c div.testimonial_c div.info_c {
	background: transparent url('../img/global/r_o_375px.png') no-repeat center center / cover;
	padding: 40px 40px 80px 40px;
}

.home #our_culture_c div.testimonial_c div.info_c div.image {
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	display: block;
	height: 60vw;
	width: 100%;
}

.home #our_culture_c div.testimonial_c div.info_c div.source_position_c {
	background-color: #fff;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
	margin: -40px 40px;
	padding: 20px;
	text-align: center;
}

.home #our_culture_c div.testimonial_c div.info_c div.source_position_c div.source {
	color: #ef710c;
	font-size: 1.8rem;
	font-weight: 600;
	letter-spacing: 0.53px;
	line-height: 2.1rem;
	text-transform: uppercase;
}

.home #our_culture_c div.testimonial_c div.info_c div.source_position_c div.position {
	font-family: 'Domine', serif;
	font-size: 1.4rem;
	line-height: 2.9rem;
}

.home #our_work_c {
	background: transparent url('../img/global/bg_line_pattern_grey.svg') no-repeat right center / auto 100%;
	padding: 60px 0;
}

.home #our_work_c h4 {
	padding: 0 20px;
}

.home #our_work_c div.content_c {
	padding: 0 20px;
}

.home #our_work_c div.content_c h3 {
	font-weight: normal;
}

.home #our_work_c div.content_c a {
	color: #000;
	display: inline-block;
	font-size: 1.2rem;
	font-weight: 600;
	letter-spacing: 0.71px;
	line-height: 2;
	text-transform: uppercase;
	margin: 10px 0 0 0;
	position: relative;
	z-index: 1;
}

.home #our_work_c div.content_c a::after {
	bottom: 0;
	content: '';
	background-color: #ef710c;
	height: 2px;
	left: 0;
	position: absolute;
	width: 100%;
}

.home #our_work_c div.content_c a i {
	color: #ef710c;
	margin: 0 0 0 0.5em;
	position: relative;
	transition: margin 0.04s ease-in-out;
}

.home #our_work_c div.content_c a:hover {
	color: #ef710c;
}

.home #our_work_c div.content_c a:hover i {
	margin: 0 0 0 1em;
}

.home #our_work_c div.projects_c {
	margin: 60px 0 0 0;
}

.home #our_work_c div.projects_c a.image {
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	display: block;
	height: 60vw;
	width: 100%;
}

.home #our_work_c div.projects_c div.info_c {
	margin: -100px 0 0 0;
	padding: 20px;
	width: 100%;
}

.home #our_work_c div.projects_c div.info_c div.name {
	color: #fff;
	font-size: 1.8rem;
	letter-spacing: 0.58px;
	line-height: 2.1rem;
	text-transform: uppercase;
}

.home #our_work_c div.projects_c div.info_c div.details_c {
	background-color: #fff;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
	display: flex;
	flex-direction: column;
	margin: 20px 0 0 0;
	padding: 20px;
}

.home #our_work_c div.projects_c div.info_c div.details_c > div {
	border-bottom: 1px solid rgba(151, 151, 151, 0.5);
	padding: 0 0 10px 0;
	margin: 0 0 10px 0;
}

.home #our_work_c div.projects_c div.info_c div.details_c > div:first-child,
.home #our_work_c div.projects_c div.info_c div.details_c > div:last-child {
	border: none;
}

.home #our_work_c div.projects_c div.info_c div.details_c > div:last-child {
	padding: 0;
	margin: 0;
}

.home #our_work_c div.projects_c div.info_c div.details_c div.prev_next_c {
	display: flex;
	justify-content: space-between;
	width: 100px;
}

.home #our_work_c div.projects_c div.info_c div.details_c div.prev_next_c > a {
	text-indent: -9999px;
	height: 32px;
	width: 32px;
}

.home #our_work_c div.projects_c div.info_c div.details_c div.prev_next_c > a.prev {
	background: transparent url('../img/global/arrow_left_purple.svg') no-repeat center center / contain;
}

.home #our_work_c div.projects_c div.info_c div.details_c div.prev_next_c > a.prev:hover {
	background: transparent url('../img/global/arrow_left_purple_hover.svg') no-repeat center center / contain;
}

.home #our_work_c div.projects_c div.info_c div.details_c div.prev_next_c > a.next {
	background: transparent url('../img/global/arrow_right_purple.svg') no-repeat center center / contain;
}

.home #our_work_c div.projects_c div.info_c div.details_c div.prev_next_c > a.next:hover {
	background: transparent url('../img/global/arrow_right_purple_hover.svg') no-repeat center center / contain;
}

.home #our_work_c div.projects_c div.info_c div.details_c > div div.header {
	color: #a49e9e;
	font-size: 1.2rem;
	font-weight: 600;
	letter-spacing: 0.71px;
	margin: 0 0 5px 0;
	text-transform: uppercase;
}

.home #our_work_c div.projects_c div.info_c div.details_c > div div.detail {
	font-size: 1.8rem;
	letter-spacing: 0.53px;
	line-height: 2.1rem;
	text-transform: uppercase;
}

@media screen and (min-width: 768px) {
	.home #content div.banner_c div.desktop_w {
		height: 42.5vw;
		max-height: none;
	}

	.home #what_we_do_c div.bg_layer {
		background: transparent url('../img/global/r_o_768px.png') no-repeat top center / 100% auto;
		height: 970px;
	}

	.home #who_we_are_c div.desktop_w {
		padding: 0 30% 0 0;
	}

	.home #our_culture_c div.testimonial_c div.info_c {
		background: transparent url('../img/global/r_o_768px.png') no-repeat center center / cover;
	}
}

@media screen and (min-width: 1024px) {
	.home #content div.banner_c div.desktop_w h1 {
		font-size: 3.0rem;
		line-height: 3.5rem;
	}

	.home #content div.banner_c div.desktop_w > a {
		font-size: 1.4rem;
	}

	.home #what_we_do_c {
		padding: 100px 20px;
	}

	.home #what_we_do_c div.h2_copy_cta_c {
		display: flex;
		justify-content: space-between;
	}

	.home #what_we_do_c div.h2_copy_cta_c h2 {
		flex: 0 0 calc(50% - 15px);
	}

	.home #what_we_do_c div.h2_copy_cta_c div.copy_cta_c {
		flex: 0 0 calc(50% - 15px);
	}

	.home #what_we_do_c div.h2_copy_cta_c div.copy_cta_c p:first-child {
		margin-top: 0;
	}

	.home #what_we_do_c div.h2_copy_cta_c div.copy_cta_c p:last-child {
		margin-bottom: 0;
	}

	.home #what_we_do_c div.h2_copy_cta_c a {
		font-size: 1.4rem;
		margin: 20px 0 0 0;
	}

	.home #what_we_do_c div.h2_copy_cta_c a::after {
		height: 2px;
	}

	.home #what_we_do_c div.what_we_do_callouts_c {
		display: flex;
		justify-content: space-between;
		margin: 70px 0 0 0;
	}

	.home #what_we_do_c div.what_we_do_callouts_c div.what_we_do_callout_c {
		flex: 0 0 calc(50% - 15px);
		margin: 0;
		padding: 40px;
	}

	.home #what_we_do_c div.what_we_do_callouts_c div.what_we_do_callout_c div.image {
		height: 220px;
	}

	.home #what_we_do_c div.bg_layer {
		background: transparent url('../img/global/r_o_1024px.png') no-repeat top center / 100% auto;
		height: 400px;
	}

	.home #who_we_are_c {
		padding: 180px 20px;
	}

	.home #who_we_are_c div.desktop_w > a {
		font-size: 1.4rem;
		margin: 20px 0 0 0;
	}

	.home #our_principles_c {
		padding: 100px 0;
	}

	.home #our_principles_c div.our_principles_c {
		margin: 70px 0 0 0;
	}

	.home #our_principles_c div.our_principles_c div.principle_c {
		height: unset;
	}

	.home #our_principles_c div.our_principles_c div.principle_c > div.inner_c div.image {
		height: 220px;
	}

	.home #our_principles_c div.our_principles_c div.principle_c > div.inner_c > a {
		font-size: 1.4rem;
		margin: 20px 0 0 0;
	}

	.home #were_here_to_help_c {
		padding: 60px 20px 130px 20px;
	}

	.home #were_here_to_help_c div.image_video_copy_c {
		align-items: center;
		display: flex;
		justify-content: space-between;
	}

	.home #were_here_to_help_c div.image_video_copy_c div.image {
		flex: 0 0 calc(50% - 15px);
		height: 550px;
		margin: 0;
		width: auto;
	}

	.home #were_here_to_help_c div.image_video_copy_c div.video {
		flex: 0 0 calc(50% - 15px);
		height: 360px;
		margin: 0;
		padding: 0;
	}

	.home #were_here_to_help_c div.image_video_copy_c div.video iframe {
		height: 360px;
	}

	.home #were_here_to_help_c div.image_video_copy_c div.copy_c {
		flex: 0 0 calc(50% - 15px);
	}

	.home #were_here_to_help_c div.image_video_copy_c div.copy_c > a {
		font-size: 1.4rem;
		margin: 20px 0 0 0;
	}

	.home #our_culture_c {
		padding: 0;
	}

	.home #our_culture_c h4 {
		padding: 0 0 0 20px;
	}

	.home #our_culture_c div.testimonial_c {
		flex-direction: row;
		margin: 40px 0 0 0;
	}

	.home #our_culture_c div.testimonial_c div.quote_c {
		display: flex;
		flex: 0 0 50%;
		flex-direction: column;
		justify-content: center;
		padding: 60px 60px 90px 60px;
	}

	.home #our_culture_c div.testimonial_c div.quote_c div.quote {
		font-size: 2.2rem;
		margin: 0 auto;
		max-width: 610px;
	}

	.home #our_culture_c div.testimonial_c div.info_c {
		background: transparent url('../img/global/r_o_375px.png') no-repeat center center / cover;
		flex: 0 0 50%;
		height: 650px;
		padding: 80px 60px;
	}

	.home #our_culture_c div.testimonial_c div.info_c div.image {
		height: 440px;
		margin: 0 auto;
		max-width: 610px;
	}

	.home #our_culture_c div.testimonial_c div.info_c div.source_position_c {
		margin: -70px auto;
		max-width: 480px;
		padding: 40px;
	}

	.home #our_culture_c div.testimonial_c div.info_c div.source_position_c div.source {
		font-size: 2.4rem;
		line-height: 2.9rem;
	}

	.home #our_culture_c div.testimonial_c div.info_c div.source_position_c div.position {
		font-size: 1.8rem;
		line-height: 2.9rem;
	}

	.home #our_work_c {
		padding: 100px 20px 200px 20px;
	}

	.home #our_work_c div.desktop_w {
		align-items: center;
		display: flex;
		flex-direction: row-reverse;
		flex-wrap: wrap;
		justify-content: space-between;
	}

	.home #our_work_c h4 {
		flex: 0 0 100%;
		padding: 0;
	}

	.home #our_work_c div.content_c {
		flex: 0 0 calc(33.333% - 15px);
		padding: 0;
	}

	.home #our_work_c div.content_c a {
		font-size: 1.4rem;
		margin: 20px 0 0 0;
	}

	.home #our_work_c div.projects_c {
		flex: 0 0 calc(66.666% - 15px);
		margin: 0;
	}

	.home #our_work_c div.projects_c a.image {
		height: 450px;
	}

	.home #our_work_c div.projects_c div.info_c {
		margin: -100px 0;
		padding: 20px;
		width: 100%;
	}

	.home #our_work_c div.projects_c div.info_c div.name {
		font-size: 2.6rem;
		line-height: 3.0Rem;
	}

	.home #our_work_c div.projects_c div.info_c div.details_c {
		flex-direction: row;
		justify-content: space-between;
	}

	.home #our_work_c div.projects_c div.info_c div.details_c > div {
		border-bottom: none;
		border-right: 1px solid rgba(151, 151, 151, 0.5);
		display: flex;
		flex: 1;
		flex-direction: column;
		justify-content: center;
		padding: 0 20px 0 0;
		margin: 0 20px 0 0;
	}

	.home #our_work_c div.projects_c div.info_c div.details_c > div:first-child,
	.home #our_work_c div.projects_c div.info_c div.details_c > div:last-child {
		border: none;
	}

	.home #our_work_c div.projects_c div.info_c div.details_c > div:last-child {
		padding: 0;
		margin: 0;
	}

	.home #our_work_c div.projects_c div.info_c div.details_c div.prev_next_c {
		align-self: center;
		flex-direction: row;
		flex: 0 0 120px;
	}
}

@media screen and (min-width: 1260px) {
	.home #content div.banner_c div.desktop_w {
		padding: 20px calc(0.6 * 1260px) 20px 20px;
	}

	.home #content div.banner_c div.desktop_w h1 {
		width: auto;
	}

	.home #what_we_do_c div.bg_layer {
		height: 340px;
	}

	.home #who_we_are_c div.desktop_w {
		padding: 0 calc(0.4 * 1260px) 0 0;
	}

	.home #our_work_c div.projects_c div.info_c {
		margin: -160px 0;
		padding: 40px;
	}

	.home #our_work_c div.projects_c div.info_c div.details_c {
		margin: 30px 0 0 0;
		padding: 40px;
	}

	.home #our_work_c div.projects_c div.info_c div.details_c > div div.header {
		font-size: 1.4rem;
	}
}

@media screen and (min-width: 1600px) {
	.home #what_we_do_c div.bg_layer {
		background: transparent url('../img/global/r_o_1600px.png') no-repeat top center / 100% auto;
	}
}
