body {
	font-family: "Roboto", sans-serif;
	color: #2e3234;
}

strong {
	font-family: "Roboto", sans-serif;
	font-weight: 700;
}

h1,
h2,
h3 {
	font-family: "cera_probold", sans-serif;
}

.page-template-page-architects h3,
.page-template-page-project-managers h3 {
	margin: 0 0 15px;
}

h4 {
	font-family: "Roboto", sans-serif;
	font-weight: 700;
	font-size: 18px;
}

h2 {
	font-family: "cera_probold", sans-serif;
	text-transform: uppercase;
	letter-spacing: 2px;
	color: #2e3234;
	margin: 0 0 30px;
	font-size: 32px;
	line-height: 1.1;
	font-weight: normal;
}

h1 {
	text-transform: none;
	font-size: 48px;
	color: #2e3234;
}

#content .wpb_text_column h2:last-child {
	margin-bottom: 10px;
}

/* Navigation */

.navbar .svg-logo {
	width: 220px;
	margin: 0;
	max-width: none;
	transition: all 300ms;
}
.main-nav-scrolled .svg-logo {
	width: 160px;
	transition: all 300ms;
}

.main-nav-scrolled .navbar-brand {
	padding: 10px 10px 10px 45px;
}

.navbar-brand {
	width: auto;
	height: auto;
}

.navbar-fixed-top:not(.main-nav-scrolled) {
	padding: 30px 30px;
}

.navbar .svg-logo .architects-lettering > *,
.navbar .svg-logo .lafferty-lettering > * {
	fill: #fff;
	transition: all 300ms;
}

.dark-logo .navbar .svg-logo .architects-lettering > *,
.dark-logo .navbar .svg-logo .lafferty-lettering > * {
	fill: #2e3234;
	transition: all 300ms;
}

.main-nav-scrolled .svg-logo .architects-lettering > *,
.main-nav-scrolled .svg-logo .lafferty-lettering > * {
	fill: #2e3234;
	transition: all 300ms;
}

.navbar-fixed-top .container-fluid {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.container-fluid > .navbar-header {
	margin-right: auto;
	margin-left: 0;
}

.slideout-nav {
	background-color: transparent;
	display: flex;
	height: 100%;
	overflow: auto;
	position: fixed;
	right: 0;
	top: 0;
	width: 100%;
	z-index: 9;
	padding: 45px 60px;
	opacity: 0;
	visibility: hidden;
	transition: all 0.3s ease-in-out;
	flex-direction: column;
	justify-content: center;
	align-items: flex-end;
}

.slideout-nav-header {
	margin-bottom: auto;
	width: 100%;
	justify-content: space-between;
	align-items: flex-start;
	display: flex;
}

.nav-expanded .slideout-nav {
	right: 0;
	opacity: 1;
	visibility: visible;
	transition: all 0.3s ease-in-out;
}

@keyframes fadeInDown {
	0% {
		opacity: 0;
		transform: translateY(-20px);
	}
	100% {
		opacity: 1;
		transform: translateY(0);
	}
}

.nav-expanded .slideout-nav li {
	animation-name: fadeInDown;
	animation-duration: 1s;
}

a.login-overlay {
	opacity: 0;
	transition: all 0.5s ease-in-out;
}

body.nav-expanded a.login-overlay {
	opacity: 1;
	transition: all 0.5s ease-in-out;
}

.slideout-nav .close-button {
	margin-bottom: auto;
	font-family: "cera_probold";
	font-size: 26px;
	margin-top: 0;
}

.slideout-nav .nav > li > a {
	color: #fff;
	padding: 8px 0;
	font-family: "cera_probold";
	font-size: 50px;
	text-transform: none;
	line-height: 1.2;
}

.arch-content .slideout-nav .nav > li > a:hover,
.arch-content .slideout-nav .nav > li.current_page_item > a {
	color: #00a2c1;
}

.slideout-nav .nav-wrap {
	margin-bottom: auto;
	width: auto;
	margin-left: auto;
	margin-right: 10%;
	text-align: left;
}

.nav-expanded .nav-expander,
.nav-expanded .navbar-brand,
.nav-expanded .main-nav-scrolled.navbar-fixed-top,
.nav-expanded .scrollup {
	opacity: 0;
	visibility: hidden;
}

.nav-wrap-footer .social {
	margin: 0 0 0 auto;
	border: 0;
	padding: 0;
}

.nav-wrap-footer a {
	color: #fff;
}

.nav-wrap-footer a:hover {
	color: #00a2c1;
}

.nav-wrap-footer .social a {
	font-size: 20px;
	height: auto;
	padding: 2px;
	line-height: 20px;
	margin: 0 0 0 10px;
}

.homelink {
	font-family: "cera_probold";
	font-size: 22px;
	line-height: 22px;
}

/* Global */

.entry-content .wpb_content_element {
	margin-bottom: 15px;
}

#content {
	min-height: unset;
}

a.btn {
	color: #fff;
	font-family: "cera_promedium";
	border: 1px solid #fff;
	padding: 8px 8px 8px 10px;
	font-size: 13px;
	letter-spacing: 3px;
}

.hero-text .btn-inverse {
	margin: 20px 0 20px 1px;
}

.btn-inverse:hover::after {
	color: #00a2c1;
	background-color: transparent;
}

a.btn::after {
	content: "\f0da";
	font-family: fontawesome;
	border: 0;
	padding: 0;
	font-size: 14px;
	margin: 0 0 0 10px;
}

a.btn.btn-arch {
	border-color: #00a2c1;
	color: #2e3234;
}

.btn {
	margin-top: 0;
}

a.btn.btn-inverse {
	color: #fff;
	border-color: #fff;
}

.block-btn {
	text-align: center;
}

a.btn.btn-pm {
	border-color: #ff7702;
}

a.btn.btn-arch:hover {
	background-color: #00a2c1;
	color: #fff;
}

a.btn.btn-inverse:hover {
	color: #00a2c1;
	background-color: #fff;
	border-color: #fff;
}

a.btn.btn-pm:hover {
	background-color: #ff7702;
}

a.btn.btn-arch::after {
	color: #00a2c1;
}

a.btn.btn-inverse::after {
	color: #fff;
}

a.btn.btn-pm::after {
	color: #ff7702;
}

a.btn:hover::after,
a.btn:focus::after,
a.btn:active::after,
#archproj .esg-navigationbutton:hover:after {
	background-color: transparent;
	color: #fff;
}

.no-padding {
	padding: 0;
}

/* Architects Landing Page */

.section-hero {
	display: flex;
	align-items: center;
}

.hero-text h1 {
	font-family: "cera_probold";
	text-transform: none;
	color: #fff;
	font-size: 90px;
	width: 700px;
	line-height: 90px;
	max-width: 100%;
}

.intro-text p {
	font-size: 20px;
	font-weight: 300;
}

.intro-text h3 {
	padding: 0;
	margin: 0 0 15px;
	font-size: 32px;
}

.intro-text {
	width: 715px;
	margin: 0 auto;
	max-width: 100%;
}

.intro-text-studio {
	width: 700px;
}

.row-padded {
	padding: 80px 0 70px;
}

.row-padded.row-content-no-margin {
	padding-bottom: 60px;
}

.no-padding-bottom,
.row-padded.row-content-no-margin.no-padding-bottom {
	padding-bottom: 0;
}

/* Featured / Related Projects */

.page-template-page-architects .latest-posts.projects .project-wrapper .project,
.latest-posts.projects .project-wrapper .project > a:not(.doc-link) {
	background: transparent;
}

.latest-posts.projects .project-wrapper .project {
	height: 400px;
	padding: 0;
	position: relative;
}

.featured-projects:not(.related-arch-projects) {
	padding-bottom: 40px;
	padding-top: 20px;
}

.latest-posts.projects .project-wrapper .project .project-link {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: flex-end;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.project-text {
	z-index: 2;
	position: relative;
	padding: 30px;
}

.project-text h3 {
	color: #fff;
	margin: 0 0 5px;
	font-size: 36px;
	line-height: 1;
	width: 66.666%;
	overflow-wrap: normal;
}

.project-text .location {
	font-family: "cera_proregular";
	color: #fff;
	font-size: 16px;
	margin: 0;
}

.project-text .location i {
	font-size: 16px;
	display: inline-block;
	margin: 0 0 0 2px;
	line-height: 26px;
	vertical-align: middle;
}

.project-link img {
	object-fit: cover;
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 0;
}

.featured-projects .project-wrapper article {
	padding: 0;
	border: 0;
	width: 100%;
	position: relative;
	background-size: cover;
	background-position: center;
	font-size: 15px;
}

.arch-bg {
	background-color: #00a2c1;
	color: #fff;
}

.blend {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: transparent;
	transition: background-color 0.4s ease-in-out;
}

.blend.blend-color {
	mix-blend-mode: color;
}

.blend.blend-normal {
	mix-blend-mode: normal;
}

/* .esg-overlay.esg-cover-blend-multiply:after {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: #00a2c1;
	mix-blend-mode: color;
	z-index: 999;
} */

.blend.blend-multiply {
	mix-blend-mode: multiply;
	background-color: rgba(0, 0, 0, 0.25);
}

.esg-entry-cover {
	background: rgba(0, 0, 0, 0.25);
}

.project-link:hover .blend {
	transition: background-color 0.4s ease-in-out;
}

.project-link:hover .blend.arch-bg {
	background-color: #00a2c1;
}

.esg-overlay.esg-cover-blend-multiply {
	mix-blend-mode: multiply;
	background-color: rgba(0, 0, 0, 0.25);
	transition: background-color 0.4s ease-in-out;
}

.esg-overlay.esg-cover-blend-multiply:after {
	content: "";
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 2;
	background-color: transparent;
	transition: background-color 0.4s ease-in-out;
}

.esg-media-cover-wrapper:hover .esg-overlay.esg-cover-blend-multiply {
	background-color: rgba(0, 162, 193, 0.6);
	transition: background-color 0.4s ease-in-out;
}

.esg-media-cover-wrapper:hover .esg-overlay.esg-cover-blend-multiply:after {
	background-color: rgba(0, 162, 193, 0.6);
	transition: background-color 0.4s ease-in-out;
}

.row-flex {
	display: flex;
}

.align-center {
	align-items: center;
}

.col-flex {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.col-bg-img .img-bg {
	position: absolute;
	width: 100%;
	height: 100%;
	margin: 0;
	z-index: 0;
	top: 0;
	left: 0;
}

.col-bg-img .img-bg img {
	object-fit: cover;
	width: 100%;
	height: 100%;
	max-width: none;
	max-height: none;
}

.col-bg-img .wpb_text_column {
	position: relative;
	z-index: 1;
}

.col-flex .wpb_content_element:last-of-type {
	margin: 0;
}

.row-home-split .col-flex {
	min-height: 460px;
	position: relative;
	padding: 30px;
}

.row-home-split .col-flex.variable-width {
	padding: 30px 180px;
}

.row-about-split .col-flex.variable-width {
	padding: 30px 30px;
	background-color: #fff;
}

.row-home-split .col-flex.variable-width p {
	font-size: 17px;
	font-weight: 300;
}

.row-home-split .arch-bg {
	background-color: #f7f7f7;
	color: #2e3234;
}

.section-process-studio {
	padding-top: 30px;
}

.col-flex .wpb_single_image .vc_figure,
.col-flex .wpb_single_image .vc_figure .vc_single_image-wrapper {
	height: 100%;
	vertical-align: bottom;
	width: 100%;
}

.row-home-split .col-text .wpb_text_column {
	width: 40rem;
	max-width: 100%;
	margin: 0 auto 0;
}

.row-home-split .col-flex.variable-width .wpb_text_column {
	width: 100%;
}

.row-home-split .col-text-gridalign-left .wpb_text_column {
	margin: 0 140px 0 auto;
}

.row-home-split .col-text-gridalign-right .wpb_text_column {
	margin: 0 auto 0 140px;
}

.row-home-split h2,
.page-template.page-template-page-architects .row-home-split h2 {
	color: #fff;
	letter-spacing: 0;
	text-transform: none;
	font-size: 60px;
	margin: 0 0 10px;
}

.row-home-split .btn {
	margin: 0 0 20px;
}

.row-clients h2 {
	text-transform: none;
	letter-spacing: 0;
	font-size: 48px;
	width: 220px;
	max-width: 100%;
}

.row-clients {
	padding-left: 165px;
	padding-right: 165px;
}

.row-clients p {
	font-weight: 300;
	font-size: 17px;
}

.row-company {
	border: 0;
	padding-bottom: 0;
	margin-bottom: 0;
	margin-top: 30px;
}

.row-clients .slick-next,
.row-clients .slick-prev {
	width: auto;
	height: auto;
}

.row-clients .slick-next:before,
.proj-header .slick-next:before {
	content: "\f0da";
	padding: 0 0 0 3px;
}

.row-clients .slick-prev:before,
.proj-header .slick-prev:before {
	content: "\f0d9";
	padding: 0 3px 0 0;
}

.row-clients .slick-arrow:before {
	font-family: "fontawesome";
	color: #fff;
	background-color: #00a2c1;
	width: 30px;
	height: 30px;
	display: block;
	border-radius: 15px;
	line-height: 30px;
	opacity: 1;
	text-align: center;
}

.row-company .vc_column-inner > .wpb_wrapper .vc_single_image-wrapper img {
	max-height: 60px;
}

.slick-prev,
.slick-next {
	z-index: 2;
}

.arch-content .read-more {
	color: #00a2c1;
	font-size: 14.5px;
}

.arch-content .read-more:hover {
	cursor: pointer;
}

.single-projects #content {
	padding-top: 40px;
}

/* Footer */

#footer {
	font-family: "cera_proregular";
}

#footer strong {
	font-family: "cera_probold";
}
#footer .social a {
	margin: 0 12px 0 0;
	padding: 0;
}

#footer {
	background: #2e3234;
}

#sub-floor {
	background: #191b1b;
	font-size: 12px;
	padding: 12px 0;
}

#footer-wrapper .row {
	display: flex;
}

footer .col-address > .widget:last-of-type {
	border: 0;
}

#footer-wrapper .row > div {
	width: auto;
	flex-basis: auto;
}

#footer-wrapper .row > div:last-of-type {
	margin-left: auto;
}

footer .col-address > .widget {
	width: auto;
}

.office-title {
	font-weight: 700;
	font-size: 16px;
}

#footer-wrapper .row > div:first-of-type,
#footer-wrapper .row > div:nth-child(2),
#footer-wrapper .row > div:first-of-type,
#footer-wrapper .row > div:nth-child(3) {
	border-right: 1px solid #4d5153;
	padding-right: 40px;
}

footer .col-address > .widget {
	padding: 0;
}

.social strong {
	margin: 0px 0 5px;
	display: block;
	text-transform: uppercase;
	font-weight: 700;
}

.contact span {
	font-weight: 700;
}

.social {
	border-top: 1px solid #4d5153;
}

.widgetfooter-arch .textwidget {
	line-height: 1.5;
}

#footer a:hover {
	color: #00a2c1;
}

.scrollup a {
	transform: none;
	color: #fff;
	background-color: #00a2c1;
	left: 0;
}

.scrollup a:hover,
.scrollup a .fa,
.scrollup a:hover .fa {
	color: #fff;
}

.scrollup.scrolled {
	right: 20px;
	bottom: 20px;
}

.scrollup {
	right: 0;
	width: 40px;
	height: 40px;
	line-height: 36px;
	text-align: center;
	border-radius: 50%;
	overflow: hidden;
	right: 20px;
}

/* Projects */
.arch-content .file-list-wrap .slick-dots li.slick-active button:before,
.arch-content
	.project_cat-architects.project_cat-project-managers
	.file-list-wrap
	.slick-dots
	li.slick-active
	button:before {
	color: #068cda;
}

.arch-content .project_cat-project-managers.project_cat-architects h4,
.project_cat-architects .proj-meta h4 {
	color: #2e3234;
	display: block;
	font-size: 15px;
}

.single-projects .proj-meta h4.metah4,
.project_cat-architects .proj-meta h4.metah4 {
	font-family: "Roboto", sans-serif;
	font-weight: 400;
	margin: 2px 0 0 0;
}

.meta-section {
	padding: 0;
	border: 0;
	margin: 0 0 10px;
}

.arch-content .proj-header .slick-prev,
.arch-content .proj-header .slick-next {
	display: none !important;
}

#proj-header .proj-title {
	bottom: auto;
	left: 60px;
	top: 50%;
	transform: translateY(-50%);
	max-width: 66.666%;
}

#proj-header .proj-title h1 {
	text-transform: none;
	font-size: 90px;
	font-family: "cera_probold";
	margin: 20vh 0 10px;
	line-height: 90px;
}

#proj-header .proj-title h3 {
	font-family: "cera_promedium";
}

.proj-title h1 {
	font-family: "cera_probold";
	text-transform: none;
	font-size: 36px;
	margin: 10px 0 5px;
}

.proj-title h3 {
	font-family: "cera_promedium";
	font-size: 18px;
}

.single-projects #footer {
	margin-top: 0;
}

.row-related-title h2 {
	/* text-transform: none; */
	margin: 120px 0 30px;
	/* letter-spacing: 0; */
	/* font-size: 42px; */
}

.p-project-intro {
	font-size: 20px;
	font-weight: 300;
	color: #00a2c1;
	text-align: center;
	width: 640px;
	margin: 30px auto 60px;
	max-width: 100%;
}

.row-project-intro hr {
	border-color: #ededed;
}

.meta-section-awards {
	margin: 40px 0;
}

.meta-section-awards .award-img {
	padding: 0 20px 0 0;
	display: inline-block;
	width: auto;
}

.meta-section-awards .award-img img {
	height: 70px;
}

.single-projects .main-body.projheader-scrolled .proj-title {
	display: none;
}

.details-wrap.sticky {
	top: 80px;
}

.project-hero-video {
	width: 125%;
	height: 125%;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	position: absolute;
}

.myportfolio-container.text-light .esg-filterbutton {
	font-family: "Roboto", sans-serif;
	font-weight: 400;
}

.myportfolio-container.text-light .esg-filterbutton:hover,
.myportfolio-container.text-light .esg-filterbutton.selected {
	color: #00a2c1;
}

.esg-bottom:nth-child(2)::after {
	content: "\f0da";
	font-family: fontawesome;
	display: inline-block;
	margin: 0 0 0 5px;
	font-size: 16px;
	line-height: 18px;
	vertical-align: middle;
}

/* News */

.latest-news h4.title {
	font-family: "cera_probold";
	font-size: 26px;
	line-height: 1.1;
}

.latest-news h4.title a:hover {
	color: #00a2c1;
}

.page-template-page-architects a.doc-link:hover {
	background-color: #00a2c1;
}

.page-template-page-architects a.doc-link,
.page-template-page-architects a.doc-link:hover i {
	color: #fff;
}

h4.news-date {
	font-size: 14px;
	margin-top: auto;
}

.latest-posts .recent-wrapper:nth-child(odd) article {
	background-color: #fff;
}

.latest-posts .recent-wrapper article {
	background-color: #fff;
}

.page-template-page-architects a.doc-link {
	display: none;
}

.latest-posts .recent-excerpt {
	padding-bottom: 10px;
}

.latest-posts.latest-news .recent-wrapper article {
	z-index: 1;
}

.page-id-3539,
.page-id-3539 .hentry {
	background-color: #f7f7f7;
}

.latest-posts .recent-wrapper article {
	border: 1px solid #f5f5f5;
	box-shadow: 0 2px 2px 0px rgba(100, 100, 100, 0.1);
}

.latest-posts.latest-news
	.recent-wrapper
	.article-img
	.post-bg-img
	.post-bg-gradient {
	background: unset;
}

.row-contact {
	margin-top: 30px;
	margin-bottom: 60px;
	padding-left: 45px;
	padding-right: 45px;
}

a {
	color: #00a2c1;
}

.latest-posts .recent-wrapper {
	max-width: 25%;
	flex-basis: 25%;
}

.latest-posts.row:not(.featured-projects):not(.related-arch-projects):not(.people) {
	padding: 0 15px 30px;
}

.esg-bc > div {
	overflow-wrap: normal;
}

.vimeo-hero-container:after,
.file-list-video:after {
	content: "";
	display: block;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.2);
	z-index: 0;
	position: absolute;
	mix-blend-mode: multiply;
}

.file-list-wrap .slick-dots {
	bottom: 20px;
	right: 58px;
}

/* Studio Page */
.section-studio-people {
	padding: 80px 0 0;
}

.latest-posts.people .recent-wrapper {
	width: 20%;
	flex-basis: 20%;
	max-width: 20%;
	padding: 0;
	margin: 0;
}

.staff-email a {
	color: #fff;
}

#content .latest-posts.people .recent-wrapper article {
	margin: 0;
	padding: 0;
	filter: grayscale(0);
	-webkit-filter: grayscale(0);
}

.people .gradient {
	height: 100%;
}

.latest-posts.people .recent-wrapper article .gradient {
	background: -moz-linear-gradient(
		bottom,
		rgba(0, 0, 0, 0.65) 0%,
		rgba(0, 0, 0, 0.3) 30%,
		rgba(0, 0, 0, 0.05) 50%,
		rgba(0, 0, 0, 0) 100%
	);
	background: -webkit-linear-gradient(
		bottom,
		rgba(0, 0, 0, 0.65) 0%,
		rgba(0, 0, 0, 0.3) 30%,
		rgba(0, 0, 0, 0.05) 50%,
		rgba(0, 0, 0, 0) 100%
	);
	background: linear-gradient(
		to top,
		rgba(0, 0, 0, 0.65) 0%,
		rgba(0, 0, 0, 0.3) 30%,
		rgba(0, 0, 0, 0.05) 50%,
		rgba(0, 0, 0, 0) 100%
	);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=0 );
}

.people-link > img {
	object-fit: cover;
	width: 100%;
	height: 100%;
	object-position: top;
}

.person-details {
	padding: 10px;
}

.latest-posts.people .recent-wrapper article {
	height: 26vw;
}

.latest-posts.people.row {
	padding: 0;
	background-color: #f7f7f7;
}

.row-people .people {
	margin-top: 30px;
}

.row-people-architecture {
	margin-bottom: 80px;
}

.entry-content .row-people .wpb_content_element {
	margin: 0;
}

.staff-email a:hover {
	color: #009ebb;
}

.container-fluid.arch-footer-container {
	padding-left: 30px;
	padding-right: 30px;
}

.section-arch-about {
	padding-top: 0;
	padding-bottom: 0;
}

.row-intro-arch-about {
	background-color: #f6f6f6;
}

.row-about-split ul {
	padding-left: 18px;
}

.row-about-split .col-text .vc_row {
	margin-left: -15px;
	margin-right: -15px;
	margin-top: 15px;
}

.row-about-split .col-text .vc_row .wpb_column {
	padding: 0;
}

.row-about-split .col-text .vc_column-inner > .wpb_wrapper > * {
	width: 300px;
	max-width: 100%;
	margin-left: auto;
	margin-right: auto;
}

.row-about-split .col-flex {
	min-height: 560px;
}

.modal-staff-details h3 {
	font-family: "cera_probold", sans-serif;
	margin: 0 0 10px;
}

.modal-staff-details h4 {
	font-size: 16px;
}

.row-company
	.vc_column-inner
	> .wpb_wrapper
	.hines
	.vc_single_image-wrapper
	img {
	max-height: 40px;
}

.row-company
	.vc_column-inner
	> .wpb_wrapper
	.multi
	.vc_single_image-wrapper
	img {
	max-height: 50px;
}

.row-company
	.vc_column-inner
	> .wpb_wrapper
	.sigma
	.vc_single_image-wrapper
	img {
	max-height: 55px;
}

.eg-projects-arch-fullwidth-element-1 {
    padding-right: 60px !important;
}

/* Media Queries */

@media (max-width: 1299px) {
	.row-clients h2 {
		font-size: 38px;
	}

	.row-home-split .col-flex.variable-width {
		padding: 30px 120px;
	}

	.row-clients {
		padding-left: 105px;
		padding-right: 105px;
	}

	.hero-text h1 {
		font-size: 78px;
		line-height: 1;
	}

	.page-id-8 #footer .container {
		padding-left: 120px;
		padding-right: 120px;
	}
}

@media (max-width: 1199px) {
	.vimeo-hero-container {
		height: 0;
		padding-bottom: 56.25%;
	}

	.hero-text h1 {
		font-size: 60px;
		line-height: 1;
		width: 46rem;
		max-width: 100%;
	}

	.slideout-nav .nav > li > a {
		font-size: 40px;
	}

	.row-clients h2 {
		font-size: 32px;
	}

	.related-arch-projects > .project-wrapper:last-of-type {
		flex-basis: 100%;
	}

	.project-hero-video {
		width: 150%;
		height: 150%;
	}

	.latest-posts.people .recent-wrapper {
		width: 25%;
		flex-basis: 25%;
		max-width: 25%;
	}

	.latest-posts .recent-wrapper {
		width: 33.333%;
		flex-basis: 33.333%;
		max-width: 33.333%;
	}
}

@media (max-width: 991px) {
	.project-text h3 {
		width: 100%;
		overflow-wrap: normal;
		font-size: 32px;
	}

	.hero-text h1 {
		font-size: 10vw;
		line-height: 10vw;
	}

	.vimeo-hero-container {
		height: 0;
		padding-bottom: 56.25%;
	}

	.hero-text h1 {
		font-size: 6vw;
		max-width: 66.666%;
		line-height: 1;
	}

	.navbar-brand {
		padding: 0;
	}

	.navbar .svg-logo {
		width: 180px;
	}

	.navbar-fixed-top:not(.main-nav-scrolled) {
		padding: 15px 30px;
	}

	#nav-expander {
		margin: 0;
	}

	.main-nav-scrolled.navbar > .container-fluid .navbar-brand {
		padding: 10px 0;
		margin: 0;
	}

	.main-nav-scrolled.navbar > .container-fluid .navbar-brand .svg-logo {
		width: 140px;
	}

	.main-nav-scrolled {
		padding: 0px 15px;
	}

	.row-clients h2 {
		text-align: center;
		font-size: 32px;
	}

	.row-clients .btn-arch {
		margin: 10px auto 20px auto;
		display: inline-block;
		width: auto;
	}

	.row-clients {
		text-align: center;
	}

	button.slick-next {
		right: 10px;
	}

	button.slick-prev {
		left: 10px;
	}

	.home-video {
		height: 200%;
		width: 200%;
	}

	.row-home-split .col-flex.variable-width {
		padding: 30px 30px;
		text-align: center;
	}

	.row-clients {
		padding: 60px 15px 50px;
		width: 100%;
		flex-wrap: wrap;
	}

	.row-clients .wpb_column {
		width: 100%;
		float: left;
		clear: both;
		min-width: 100%;
		max-width: 100%;
		flex-basis: 100%;
	}

	.row-clients .wpb_column:first-of-type {
		margin: 0 0 30px;
	}

	.row-clients h2 {
		width: 100%;
	}

	.row-home-split .col-flex.variable-width p {
		font-size: 16px;
	}

	.page-id-8 #footer .container {
		padding-left: 30px;
		padding-right: 30px;
	}

	.proj-header .file-list-wrap .file-list-image {
		height: 75vh;
	}

	.proj-header {
		position: relative;
	}

	#proj-header .proj-title {
		top: auto;
		left: 30px;
		bottom: 30px;
		transform: none;
	}

	#proj-header .proj-title h1 {
		margin: 0 0 10px;
		font-size: 6vw;
		line-height: 1;
	}

	.navbar > .container .navbar-brand,
	.navbar > .container-fluid .navbar-brand {
		margin-left: 0;
	}

	.p-project-intro {
		margin: 40px auto 30px;
	}

	.single-projects #main {
		clear: unset;
	}

	.row-eq-height {
		flex-wrap: wrap;
	}

	.row-eq-height .sticky-container {
		margin-bottom: 30px;
	}

	.latest-posts .recent-wrapper {
		width: 50%;
		flex-basis: 50%;
		max-width: 50%;
	}
}

@media (max-width: 767px) {
	.hero-text {
		padding: 30px;
	}

	.hero-text h1 {
		width: 66%;
	}

	body.overlaid-menu {
		padding-top: 0;
	}

	body.overlaid-menu .navbar-fixed-top {
		background: transparent;
	}

	.overlaid-menu .expander-bar {
		border-color: #fff;
	}

	.expander-bar,
	.overlaid-menu .main-nav-scrolled .expander-bar,
	.overlaid-menu.dark-menu .expander-bar {
		border-color: #262c30;
	}

	h2,
	.intro-text h3 {
		font-size: 28px;
	}

	.intro-text p {
		font-size: 18px;
	}

	.row-flex {
		flex-wrap: wrap;
	}

	.row-home-split .col-flex {
		min-height: 300px;
	}

	.row-home-split .col-flex.col-text {
		min-height: 0px;
		/* background-color: #fff; */
	}

	.row-home-split h2,
	.page-template.page-template-page-architects .row-home-split h2 {
		font-size: 38px;
	}

	a.btn {
		letter-spacing: 2px;
		font-size: 12px;
	}

	.hero-text .btn-inverse {
		margin: 10px 0 0 0;
	}

	.row-padded {
		padding: 50px 0 40px;
	}

	.row-padded.row-content-no-margin {
		padding-bottom: 30px;
	}

	.slideout-nav .svg-logo {
		width: 160px;
	}

	.slideout-nav {
		padding: 30px;
	}

	body.overlaid-menu .main-nav-scrolled.navbar-fixed-top {
		background-color: #fff;
	}

	.navbar .svg-logo {
		width: 160px;
	}

	#footer-wrapper .row > div:last-of-type {
		flex-basis: 50%;
		max-width: 50%;
		width: 50%;
	}

	#footer-wrapper .row {
		flex-wrap: wrap;
	}

	#footer-wrapper .row > div {
		width: 50%;
		flex-basis: 50%;
		max-width: 50%;
		padding: 0 15px;
		border: 0;
		margin: 0 0 30px;
	}

	#footer-wrapper .row > div:first-of-type,
	#footer-wrapper .row > div:nth-child(2) {
		border: 0;
		padding-right: 15px;
	}

	#footer-wrapper {
		margin-bottom: 0;
	}

	.proj-header .file-list-wrap .file-list-image {
		height: 50vh;
	}

	.hero-text {
		width: 100%;
	}

	.hero-text {
		width: 100%;
	}

	.row-about-split .col-text .vc_column-inner > .wpb_wrapper > * {
		width: 100%;
	}

	h1 {
		font-size: 38px;
	}

	.esg-filter-wrapper {
		text-align: center;
	}

	.eg-projects-arch-fullwidth-element-1 {
		padding: 15px 15px 2px 15px !important;
		font-size: 28px !important;
		line-height: 1 !important;
		letter-spacing: 0;
	}

	.esg-grid .eg-projects-arch-fullwidth-element-8 {
		padding: 0 15px 15px 15px !important;
	}

	.latest-posts.people .recent-wrapper {
		width: 33.333%;
		flex-basis: 33.333%;
		max-width: 33.333%;
	}

	.latest-posts.people .recent-wrapper article {
		height: 50vw;
	}

	.latest-posts .recent-wrapper {
		width: 50%;
		flex-basis: 50%;
		max-width: 50%;
		padding-left: 15px;
		padding-right: 15px;
	}

	.latest-news h4.title {
		font-size: 20px;
	}

	.row-contact {
		margin-top: 0;
		margin-bottom: 15px;
		padding-left: 0;
		padding-right: 0;
	}

	.no-padding-bottom,
	.row-padded.row-content-no-margin.no-padding-bottom {
		padding-bottom: 0;
	}

	.section-process-studio .row-home-split:nth-child(3) {
		flex-direction: column-reverse;
	}

	.section-arch-about .row-about-split:nth-child(7),
	.section-arch-about .row-about-split:nth-child(11) {
		flex-direction: column-reverse;
	}
}

@media (max-width: 479px) {
	.hero-text {
		padding: 15px;
	}

	.navbar-fixed-top:not(.main-nav-scrolled) {
		padding: 10px 15px;
	}

	#nav-expander {
		padding: 0;
	}

	.expander-bar {
		margin: 3px 0;
	}

	.navbar .svg-logo {
		width: 140px;
	}

	.main-nav-scrolled.navbar > .container-fluid .navbar-brand .svg-logo {
		width: 120px;
	}

	.hero-text h1 {
		font-size: 38px;
	}

	a.btn {
		font-size: 11px;
		letter-spacing: 1px;
		padding: 7px 15px 8px 15px;
	}

	.vimeo-hero-container {
		padding-bottom: 100%;
	}

	.vimeo-hero {
		height: 200%;
		width: 200%;
	}

	.slideout-nav .nav > li > a {
		font-size: 32px;
	}

	.slideout-nav {
		padding: 15px;
	}

	.slideout-nav .svg-logo {
		width: 140px;
	}

	h2,
	.intro-text h3,
	.row-clients h2 {
		font-size: 24px;
	}

	.intro-text p {
		font-size: 15px;
	}

	.project-text {
		padding: 15px;
	}

	.project-text h3 {
		font-size: 28px;
	}

	.latest-posts.projects .project-wrapper .project {
		height: 300px;
	}

	.row-clients p {
		font-size: 15px;
	}

	button.slick-prev.slick-arrow {
		left: 0;
	}

	button.slick-next {
		right: 0;
	}

	.project-hero-video {
		width: 250%;
		height: 250%;
	}

	.proj-header .file-list-wrap .file-list-image {
		height: 66vh;
	}

	.p-project-intro {
		margin: 30px auto 30px;
	}

	.p-project-intro {
		font-size: 16px;
		padding: 0 15px;
	}

	.single-projects #content {
		padding-top: 0;
	}

	#proj-header .proj-title h1 {
		font-size: 38px;
		margin: 0 0 5px 0;
		line-height: 1;
	}

	.proj-title h3 {
		font-size: 15px;
	}

	#proj-header .proj-title {
		left: 15px;
		bottom: 50%;
		transform: translateY(50%);
	}

	.file-list-wrap .slick-dots {
		right: 10px;
		bottom: 10px;
	}

	.row-home-split .col-flex.variable-width {
		padding: 40px 15px;
	}

	.latest-posts.people .recent-wrapper {
		width: 50%;
		flex-basis: 50%;
		max-width: 50%;
	}

	.latest-posts.people .recent-wrapper article {
		height: 66vw;
	}

	.latest-posts .recent-wrapper {
		width: 100%;
		flex-basis: 100%;
		max-width: 100%;
		padding-left: 0;
		padding-right: 0;
	}

	.section-process-studio {
		padding-top: 0;
	}

	.featured-projects:not(.related-arch-projects) {
		padding-bottom: 30px;
	}

	.row-home-split .col-flex.variable-width p {
		font-size: 15px;
	}

	.row-company .vc_column-inner > .wpb_wrapper .vc_single_image-wrapper {
		padding: 0 60px;
		text-align: center;
		width: 100%;
	}

	.row-company figure {
		width: 100%;
	}

	.row-company .vc_column-inner > .wpb_wrapper .vc_single_image-wrapper img {
		margin: 0 auto;
	}
}

/* IE10+ CSS styles go here */
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
	.navbar .svg-logo {
		height: 50px;
	}

	.main-nav-scrolled .svg-logo {
		height: 40px;
	}

	.latest-posts.projects .project-wrapper .project {
		overflow: hidden;
	}

	.project-link img {
		object-fit: unset;
		width: auto;
		max-width: none;
		height: 100%;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
	}

	.project-link.people-link {
		overflow: hidden;
	}
	
	.project-link.people-link img {
		width: 100%;
		height: auto;
	}

	.project-link.people-link:hover .blend.arch-bg {
		background-color: rgba(0, 162, 193, 0.75);
	}

	.project-link:hover .blend.arch-bg {
		opacity: 0.6;
	}
}
