/*!
Theme Name: Tower Pinkster
Theme URI: http://underscores.me/
Author: Fairly Painless Advertising
Author URI: https://fairlypainless.com
Description: Custom theme for Tower Pinkster
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: tower-pinkster
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

Tower Pinkster is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
@font-face {
	font-family: "Simplon-Norm-Light";
	src: url("webfonts/SimplonNorm-Light-WebS.eot");
	/* IE9 Compat Modes */
	src: url("webfonts/SimplonNorm-Light-WebS.eot?#iefix") format("embedded-opentype"), url("webfonts/SimplonNorm-Light-WebS.woff2") format("woff2"),
		url("webfonts/SimplonNorm-Light-WebS.woff") format("woff"), url("webfonts/SimplonNorm-Light-WebS.ttf") format("truetype"), url("webfonts/SimplonNorm-Light-WebS.svg#svgFontName") format("svg");
	/* Legacy iOS */
}

@font-face {
	font-family: "Simplon-Norm-Regular";
	src: url("webfonts/SimplonNorm-Regular-WebS.eot");
	/* IE9 Compat Modes */
	src: url("webfonts/SimplonNorm-Regular-WebS.eot?#iefix") format("embedded-opentype"), url("webfonts/SimplonNorm-Regular-WebS.woff2") format("woff2"),
		url("webfonts/SimplonNorm-Regular-WebS.woff") format("woff"), url("webfonts/SimplonNorm-Regular-WebS.ttf") format("truetype"),
		url("webfonts/SimplonNorm-Regular-WebS.svg#svgFontName") format("svg");
	/* Legacy iOS */
}

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
	font-family: sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

body {
	margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
	display: block;
}

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden],
template {
	display: none;
}

a {
	background-color: transparent;
}

a:active,
a:hover {
	outline: 0;
}

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

mark {
	background: #ff0;
	color: #000;
}

small {
	font-size: 80%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	border: 0;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 1em 40px;
}

hr {
	box-sizing: content-box;
	height: 0;
}

pre {
	overflow: auto;
}

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}

button {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
html input[disabled] {
	cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input {
	line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: bold;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	padding: 0;
}

.banner--secondary {
	height: 500px;
	background-position: center;
	background-size: cover;
}

.embed-container {
	position: relative;
	padding-bottom: 56.25%;
	overflow: hidden;
	max-width: 100%;
	height: auto;
	margin-bottom: 20px;
}

.embed-container iframe,
.embed-container object,
.embed-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: "Simplon-Norm-Light";
	font-size: 16px;
	font-size: 1.13rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}

p {
	margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 15px;
	font-size: 0.9375rem;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

.copy h3 {
	text-transform: uppercase;
	font-size: 36px;
	font-family: "Simplon-Norm-Light";
	font-weight: normal;
	line-height: 1.3;
	margin-top: 0;
}

.copy p {
	line-height: 2;
}

.headline {
	font-weight: normal;
	font-size: 36px;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
}

*,
*:before,
*:after {
	/* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}

body {
	background: #fff;
	/* Fallback for when there is no custom background color defined. */
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1.5em 0;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto;
	/* Make sure images are scaled correctly. */
	max-width: 100%;
	/* Adhere to container width. */
}

figure {
	margin: 1em 0;
	/* Extra wide images within figure tags don't overflow the content area. */
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
.btn,
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 3px solid #4a5056;
	min-height: 50px;
	color: #4a5056;
	text-transform: uppercase;
	display: inline-block;
	line-height: 50px;
	padding: 0 75px 0 20px;
	position: relative;
	font-family: "Simplon-Norm-Regular";
	text-decoration: none !important;
	background: transparent;
}

a.btn:after,
button.btn:after {
	content: url("/wp-content/uploads/arrow.png");
	position: absolute;
	right: 22px;
	top: 0;
	transition: right 0.2s ease-in-out;
}

a.btn:hover:after,
button.btn:hover:after {
	right: 14px;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button.btn:hover,
button.btn:focus {
	border-color: #4a5056;
}

.btn.btn-reverse {
	color: #fff;
	border: 3px solid #fff;
}

a.btn-reverse:hover {
	color: #afca45;
}

.btn-curious-people {
	position: relative;
	bottom: 60px;
	margin-right: 32px;
}

/* .two-column-project .featured-project .featured-design__content a.btn { */
/* margin-top: 30px; */
/* } */
.two-column-project .featured-project .featured-project__short-description {
	min-height: 98px;
}

/* .two-column-project .featured-design__content {
  position: relative;
  min-height: 256px; 
} */

/* .two-column-project .featured-project .featured-design__content a.btn {
  position: absolute;
  bottom: 0;
  right: 0; 
} */

.project-listing__title {
	margin-bottom: 0;
	height: auto;
	vertical-align: bottom;
}

.two-column-project .project-listing__title {
	margin-top: 0;
	/* height: 80px; */
}

.featured-design .featured-project__image-wrap {
	display: inline-block;
	width: 100%;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color: #4a5157;
	text-decoration: none;
	transition: 0.5s all;
}

a:visited {
	color: #4a5056;
}

a:hover,
a:focus,
a:active {
	color: #afca45;
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
}

.entry-content a {
	text-decoration: underline;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
	clear: both;
	display: block;
	float: none;
	width: 100%;
	position: fixed;
	right: 5%;
	top: 60px;
	z-index: 100;
}

.main-navigation:focus {
	outline: none;
}

.main-navigation ul {
	/* display: none; */
	list-style: none;
	margin: 0;
	// margin-bottom: 26px;
	padding-left: 0;
	text-transform: uppercase;
	font-size: 18px;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	left: 100%;
}

.main-navigation ul ul a {
	/* width: 200px; */
	text-transform: initial;
	font-size: 16px;
}

.main-navigation ul ul li:not(:last-child):after {
	content: " \2022 ";
	color: #e76b7c;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation li {
	position: relative;
	margin-bottom: 26px;
}

.main-navigation a {
	text-decoration: none;
	color: #fff;
}

.main-navigation a:hover {
	color: #b7d439;
}

.sub-menu li {
	display: inline;
}

.current_page_item a {
	padding-bottom: 1px;
	border-bottom: 2px solid #b7d439;
}

.current_page_item ul li a {
	border: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

.menu-toggle {
	border: none;
	border-radius: 0;
	background-color: transparent;
	padding: 0;
	text-indent: -9999px;
	float: none;
	position: absolute;
	right: 0;
	top: 10px;
	text-align: right;
	display: block;
	width: 30px;
	height: 30px;
	z-index: 101;
	transition: 0.4s top;
}

:focus {
	outline: none;
}

.menu-toggle .ham {
	background-color: white;
	content: "";
	width: 30px;
	height: 3px;
	display: block;
	transition: 0.6s all;
	position: absolute;
	right: 0;
}

.menu-home.menu-toggle .ham {
	background-color: #4a5157;
}

.menu-home.menu-toggle.menu-scrolled .ham {
	background-color: white;
}

.menu-toggle .ham-1 {
	top: 0;
}

.menu-toggle .ham-2 {
	width: 24px;
	top: 7px;
}

.menu-toggle .ham-3 {
	top: 14px;
}

.menu-toggle:hover .ham-2 {
	width: 30px;
}

/* .main-navigation.toggled .menu-toggle {
  position: fixed;
  right: 5%;
  top: 70px; 
} */

.ham.ham-scrolled {
	background-color: #4a5056;
}

.menu-toggle.menu-scrolled {
	top: -28px;
}

.toggled .menu-toggle .ham {
	background-color: #b7d439;
}

.toggled .menu-toggle .ham-1 {
	top: 6px;
	transform: rotate(-45deg);
	width: 30px;
	left: 1px;
}

.toggled .menu-toggle .ham-2 {
	opacity: 0;
	width: 30px;
}

.toggled .menu-toggle .ham-3 {
	top: 6px;
	width: 30px;
	transform: rotate(45deg);
	left: 1px;
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

.menu-main-menu-container {
	background-image: url(/wp-content/uploads/nav-bg.png);
	background-size: cover;
	position: fixed;
	background-color: #4a5056;
	transition: right 200ms ease-out, opacity 200ms ease-in-out;
	box-shadow: 1px 1px 10px #4a5056;
	padding: 140px 20px 50px;
	width: 100%;
	max-width: 576px;
	top: 0;
	right: -100%;
	opacity: 0;
	z-index: 1;
}
@media (min-width: 768px) {
	.menu-main-menu-container {
		max-width: calc(768px - 100px);
		padding-left: 40px;
		padding-bottom: 40px;
		transition: right 800ms ease-in-out, opacity 800ms ease-in-out;
	}
}
@media (min-width: 992px) {
	.menu-main-menu-container {
		max-width: calc(992px - 200px);
		padding-left: 40px;
		padding-right: 100px;
	}
}

.toggled .menu-main-menu-container {
	right: 0px;
	opacity: 1;
}

header#masthead {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 0;
	transition: all 0.2s;
	z-index: 102;
}
header#masthead.nav-scrolled {
	background-image: url(/wp-content/uploads/nav-bg.png);
	background-size: cover;
	height: 80px;
}

.site-branding {
	margin: 40px 0 0;
	width: 300px;
	position: absolute;
	left: 5%;
	top: 0;
	z-index: 1;
	transition: 0.4s all;
}

.searchform .form-wrap {
	display: flex;
	align-items: center;
}

.searchform input#s {
	width: 60%;
}

.searchform button#searchsubmit {
	border: none;
	padding: 0;
	min-height: unset;
	line-height: 1;
}

button#searchsubmit i {
	color: white;
	margin-left: 8px;
}

.search-page-title {
	font-family: "Simplon-Norm-Regular";
	text-transform: uppercase;
	color: #e76b7c;
	margin: 1rem 0;
}

.search-item {
	max-width: 700px;
}

.loop-search-item {
	border-bottom: 2px solid #ccc;
	margin-bottom: 25px;
}

.loop-search-item .project-listing {
	float: unset;
	width: unset;
	max-width: 700px;
}
/*--------------------------------------------------------------
# Map
--------------------------------------------------------------*/
.acf-map {
	width: 100%;
	height: 400px;
	border: #ccc solid 1px;
	margin: 20px 0;
}

// Fixes potential theme css conflict.
.acf-map img {
	max-width: inherit !important;
}

.service-card__list-item h3 {
	font-size: 1.5rem;
}

.service-card__list-item a {
	color: white;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
	/* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
	/* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
	/* Make sure select elements fit in widgets. */
}
.widget select {
	max-width: 100%;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}

.hentry {
	margin: 0 0 1.5em;
}

.updated:not(.published) {
	display: none;
}

/* .page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0; 
} */

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	/* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}
.gallery-columns-2 .gallery-item {
	max-width: 50%;
}
.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}
.gallery-columns-4 .gallery-item {
	max-width: 25%;
}
.gallery-columns-5 .gallery-item {
	max-width: 20%;
}
.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}
.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}
.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}
.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
# TowerPinkster
--------------------------------------------------------------*/
.container {
	max-width: 576px;
	margin: 0 auto;
	padding: 0 20px;
}
@media (min-width: 768px) {
	.container {
		max-width: 768px;
	}
}
@media (min-width: 992px) {
	.container {
		max-width: 992px;
	}
}
@media (min-width: 1440px) {
	.container {
		max-width: 1440px;
	}
}
@media (min-width: 1600px) {
	.container {
		max-width: 1600px;
	}
}

.banner {
	height: 500px;
	width: 100%;
	background-size: cover;
	background-position: center;
}

#content {
	background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0) 20%, white 25%), url("/wp-content/uploads/geometric-bg-fade.png");
	min-height: 80vh;
	background-size: auto;
	background-repeat: repeat no-repeat;
}

@media screen and (max-width: 780px) {
	#content {
		background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0) 10%, white 25%), url("/wp-content/uploads/geometric-bg-fade.png");
	}
}

.site-header.nav-scrolled .site-branding {
	width: 200px;
	top: -22px;
}

/* Footer */
footer#colophon {
	padding: 70px 0;
}

footer#colophon .container {
	position: relative;
}

.footer-logo {
	width: 250px;
}

ul#footer-menu,
#footer-menu li {
	list-style: none;
}

#footer-menu,
#footer-menu .sub-menu {
	margin: 0;
	padding: 0;
}

#footer-menu {
	padding-top: 32px;
}

#footer-menu li {
	text-transform: uppercase;
}

#footer-menu li ul.sub-menu {
	padding-top: 16px;
	width: 100%;
}

#footer-menu li {
	display: table-cell;
	min-width: 110px;
}

#footer-menu li:not(:last-child) {
	margin-right: 84px;
}
#footer-menu > li:last-child {
    padding-left: 65px;
}
#footer-menu li ul li {
	text-transform: none;
	display: block;
	width: 100%;
}
#footer-menu li > a {
    font-weight: 900;
}
.entry-title {
	margin: 0;
	font-size: 3em;
	line-height: 1;
}

.ctct-form-wrapper .ctct-button {
	display: none;
}

.ctct-disclosure {
	display: none;
}

label[for="email___ecd412e904309dcce66177488240b016"] {
	display: none;
}

form#ctct-form-1064324936 {
	position: relative;
}

.ctct-form-field.ctct-form-field-email.ctct-form-field-required {
	position: relative;
	border: none;
	top: 9px;
	left: -138px;
}

.ctct-form-wrapper .ctct-submit {
	border: none;
	border-radius: 20px;
	background-color: #e56c7e;
	padding: 0 16px;
	text-transform: none;
	color: white;
	font-size: 12px;
	font-weight: 100;
	height: 32px;
	min-height: 10px;
	line-height: 0;
	font-family: "Simplon-Norm-Light";
}

.ctct-form-field.ctct-form-field-submit {
	position: relative;
	top: -37px;
	right: -10px;
}

#ctct-form-3538 {
	position: relative;
	bottom: 55px;
}

input#email___ecd412e904309dcce66177488240b016 {
	border: none;
	border-radius: 20px 0 0 20px;
	background-color: #eee;
	font-size: 12px;
	padding: 8px 25px 4px 10px;
	box-shadow: inset 0 0 6px 0px #ccc;
}

input#email___ecd412e904309dcce66177488240b016::-webkit-input-placeholder,
input#email___ecd412e904309dcce66177488240b016::-moz-input-placeholder,
input#email___ecd412e904309dcce66177488240b016::-ms-input-placeholder,
input#email___ecd412e904309dcce66177488240b016::-moz-input-placeholder {
	font-size: 12px;
}

/* #footer-menu #menu-item-257 a:first-child, */
/* #footer-menu #menu-item-153 a:first-child, */
/* #footer-menu #menu-item-254 a:first-child, */
/* #footer-menu #menu-item-255 a:first-child { */
/* font-weight: 900; */
/* } */
.footer-menu__main {
	font-weight: 900;
}

#footer-menu li ul.sub-menu a {
	font-weight: 100;
	font-size: 15px;
}

/* Admin Edit Link */
.admin-edit-link,
.post-edit-link {
	border: 3px dashed #b7d439;
	padding: 4px;
	position: relative;
	top: 6px;
	font-size: 12px;
}

.admin-edit-link:hover,
.post-edit-link:hover {
	border: 3px solid #b7d439;
}

/* Page Headers */
.page-header {
	margin-top: 64px;
}

.page-header:after {
	display: table;
	content: "";
	clear: both;
}

.page-header--left {
	float: left;
	width: 70%;
}

.page-header--right {
	float: left;
	width: 30%;
}

.contact-us-link {
	float: right;
}

.service__anchor:after {
	content: "\2022";
	color: #e76b7c;
}

.service__anchor:last-child:after {
	content: "";
}

#selected-filter {
	text-transform: uppercase;
	font-size: 0.75em;
	font-family: "Simplon-Norm-Light";
	font-weight: 100;
}

.pseudo-breadcrumbs {
	margin-top: 32px;
	margin-bottom: 32px;
}

/* FacetWP */
.facetwp-facet {
	margin-bottom: 32px !important;
}

.facetwp-counter {
	display: none;
}

input.facetwp-search {
	border-radius: 0;
	padding: 6px 12px;
	color: #333;
	margin: 0 auto;
	width: 80%;
	display: block;
}

.filter-selections {
	text-align: center;
}

.filter-seperator {
	display: none;
}

.filter-selections .facetwp-checkbox,
.filter-selections-experience .facetwp-checkbox {
	display: inline;
	padding: 6px 6px 6px 8px !important;
	margin: 2px;
	margin-right: -6px;
	background: none !important;
	text-transform: uppercase;
}

.filter-selections .facetwp-checkbox:not(:last-child):after,
.filter-selections-experience .facetwp-checkbox:not(:last-child):after {
	content: " \2022 ";
	color: #e76b7c;
}

.facetwp-facet-team_checkbox::before {
	content: "Sort by: ";
}

.filter-selections .facetwp-checkbox.checked,
.filter-selections-experience .facetwp-checkbox.checked {
	border: 2px solid #b7d439;
}

/* Home Page Slides */
.slick-slider {
	line-height: 0;
}

.slide {
	display: flex;
	flex-wrap: nowrap;
	height: 70vh;
	min-height: 700px;
}

.slide__bg {
	height: 70vh;
	min-height: 700px;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}

.slide__container {
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}

.slide__container--left {
	width: 60%;
}

.slide__container--right {
	width: 40%;
}

.slide__container--left-2 {
	width: 40%;
	background: url("/wp-content/uploads/geometric-bg.png");
}

.slide__container--right-2 {
	width: 60%;
}

.slide--right {
	padding-top: 10vh;
	padding-right: 10vw;
}

.slide--full {
	height: 100%;
}

.slide__team {
	position: relative;
}

.slide__team .slide__copy--single {
	position: absolute;
	top: 0;
	right: 0;
	width: 50%;
	padding: 128px 64px 64px;
}

.slide__copy--single {
	color: white;
}

.slide__team--image {
	height: 70vh;
}

.slide__copy {
	padding-left: 10%;
}

.slide__copy p {
	line-height: 2;
}

.slide__copy--2 {
	padding: 10%;
}

.slide__copy--indented p {
	padding-left: 32px;
}

.slide__image-container {
	height: 100%;
	width: 100%;
	background-size: cover;
	background-position: center center;
}

.are-you-curious {
	line-height: 1;
}
/* Home Page Featured Media Section */
.home-featured-media {
	padding: 25px 0 75px 0;
}
.home-featured-media__title {
	display: block;
	justify-content: space-between;
	align-items: center;
}
.home-featured-media__title a.btn {
    margin: 0 0 30px 0;
}
.home-featured-media__title h3 {
	text-transform: uppercase;
	font-size: 36px;
	font-family: "Simplon-Norm-Light";
	font-weight: normal;
	line-height: 1.3;
	margin-bottom:15px;
}
.home-featured-media__grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	column-gap: 25px;
}
a.btn.contact-btn {
    border: none;
    padding: 0 80px 0 0;
    min-height: 0;
    line-height: 15px;
}
.facetwp-facet.facetwp-facet-project_filter_dropdown.facetwp-type-dropdown, .facetwp-facet.facetwp-facet-team_dropdown.facetwp-type-dropdown {
float: left;
    margin: 0 30px 0 0!important;
}
.facetwp-facet.facetwp-facet-project_filter_dropdown.facetwp-type-dropdown select {
    border: 3px solid #4a5055;
    padding: 6px;
}
.facetwp-facet.facetwp-facet-team_dropdown.facetwp-type-dropdown select{
    border: 1px solid #cccccc;
    padding: 8px;
}
@media screen and (max-width: 800px) {
	.home-featured-media__grid {
		grid-template-columns: repeat(1, 1fr);
		row-gap: 30px;
	}
	.home-featured-media__title {
		flex-direction: column;
		align-items: flex-start;
		max-width: 500px;
		margin: 0 auto 2rem auto;
	}
	.home-featured-media__title h3 {
		margin: 1rem 0;
	}
}

/* Home Page Curiosity Section */
.curiosity {
	height: 40vh;
	position: relative;
	/* top: -10px; */
}

/* Default Template */
.default-template {
	margin-top: 20px;
	/* background-color: #4a5157; */
	/* color: white; */
	/* padding: 20px 40px; */
}

.default-template a {
	/* color: white; */
	transition: color 0.4s;
}

.default-template a:hover {
	color: #b7d439;
}

/* Culture Pages */
.culture-menu {
	list-style: none;
	margin: 0;
	padding: 0;
	margin-top: 32px;
}

.culture-menu li {
	display: inline;
}

.culture-menu li:not(:last-child):after {
	content: " \2022 ";
	color: #e76b7c;
}

.culture__child-page {
	text-transform: uppercase;
	font-size: 0.75em;
	font-family: "Simplon-Norm-Light";
	font-weight: 100;
}

/* Our Team Page */
hr.hr {
	height: 3px;
	background: #4a5056;
}

input[type="text"].facetwp-search {
	border: 1px solid #ccc;
}

/* Our Team Page - Listings */
.facetwp-pager {
	margin-top: 20px;
	text-align: center;
}

.team-members-template .facetwp-page.active {
	border: 2px solid #b7d439;
}

.facetwp-pager-label {
	color: rgba(0, 0, 0, 0.5);
}

[data-name="team_template"] {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.team-listing {
	width: 23%;
	order: 1;
	margin-bottom: 32px;
	margin-left: 5px;
	margin-right: 5px;
}

@media screen and (max-width: 991px) {
	.team-listing {
		width: 30%;
	}
}

.team-listing__image-wrap {
	width: 100%;
	height: calc(300px + 10vw);
}

.team-listing__image {
	object-fit: cover;
	width: 100%;
	height: 100%;
}

.team-listing__name {
	text-transform: uppercase;
	min-height: 56px;
}

.team-listing__title {
	text-transform: none;
}

/* Team Page - Leadership */
.team-listing.is-leadership {
	order: 0;
}

/* Single Team Member */
/* .team {
  padding-top: 32px; 
} */

.team__image-container {
	width: 50%;
	height: 70vh;
	float: left;
}

.team__image {
	object-fit: cover;
	width: 100%;
	height: 100%;
}

.team__info {
	width: 50%;
	float: left;
	padding-left: 32px;
}

.team__name {
	margin-top: 0;
	font-size: 40px;
	line-height: 1;
}

.team__title {
	/* margin-left: 20px; */
	font-size: 28px;
	font-weight: 100;
}

.team__link-to-services {
	display: block;
}

.clearfix:after {
	content: "";
	display: table;
	clear: both;
}

/* Service Cards */
.service-card {
	color: white;
	height: 360px;
	margin-bottom: 10px;
	position: relative;
}

.service-card--left {
	background-position: center center;
	background-size: cover;
	float: left;
	width: 75%;
	height: 100%;
	padding: 40px 32px;
}

.service-card--overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(74, 81, 87, 0.8);
	z-index: 0;
	opacity: 1;
	transition: opacity 0.4s;
}

.design-card:hover .service-card--overlay,
.service-card:hover .service-card--overlay {
	/* background: rgba(74, 81, 87, 0.4); */
	opacity: 0.7;
}

.design-card__content,
.service-card--content {
	position: relative;
	z-index: 1;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.8);
}

.service-card__title {
	margin: 0;
	font-size: 40px;
	text-transform: uppercase;
	font-weight: normal;
	color: white !important;
	transition: color 0.2s;
}

.design-card__title {
	color: white !important;
	transition: color 0.2s;
}

.service-card--content a,
.design-card__content a {
	text-decoration: none !important;
}

.design-card__title:hover,
.service-card__title:hover {
	color: #b7d439 !important;
}

.service-card__copy {
	margin: 0;
}
.page-template-page-location .service-card__title:hover {
    color: #fff !important;
}
@media screen and (min-width: 1440px) {
	.service-card__copy {
		max-width: 70%;
	}
}

.service-card__cta {
	/* position: absolute; */
	/* bottom: 40px;  */
	margin-top: 5px;
}

.service-card--right {
	background: #4a5157;
	height: 100%;
	padding: 40px 32px;
	float: left;
	width: 25%;
	position: relative;
}

.service-card__list {
	margin: 0;
	padding: 0;
}

a.service-card__link {
	color: white;
	transition: color 0.5s;
	line-height: 1.7;
	text-decoration: none;
}

a.service-card__link:hover {
	color: #afca45;
}

.service-card__list {
	list-style: none;
}

/* Design Cards */
.design-card {
	color: white;
	height: 360px;
	margin-bottom: 10px;
	position: relative;
	background-size: cover;
	background-position: center;
}

.design-card__content {
	/* width: 75%; */
	height: 100%;
	padding: 40px 32px;
}

.design-card__title {
	margin: 0;
	font-size: 40px;
	text-transform: uppercase;
	font-weight: normal;
}

.design-card__copy {
	margin: 0;
	max-width: 80%;
}

.design-card__cta {
	position: absolute;
	bottom: 40px;
}

.design-card--right {
	background: #4a5157;
	height: 100%;
	padding: 40px 32px;
	float: left;
	width: 25%;
}

.design-card__list {
	margin: 0;
	padding: 0;
}

a.design-card__link {
	color: white;
	transition: color 0.5s;
	line-height: 1.7;
}

a.design-card__link:hover {
	color: #afca45;
}

.design-card__list {
	list-style: none;
}

/* Service Secondary Page */
.entry-title--secondary {
	text-transform: uppercase;
	font-weight: normal;
	font-size: 0.75em;
}

.headline.headline--featured-projects {
	border-top: 3px solid #404040;
	margin-bottom: 50px;
}

.featured-team-member {
	display: flex;
}

.featured-project__image-wrap {
	height: 300px;
}

.featured-project__image {
	object-fit: cover;
	height: 100%;
	width: 100%;
}

.featured-projects {
	margin-bottom: 100px;
}

.featured-project__title {
	min-height: 50px;
}

/* ACF Introduction Component */
.introduction {
	margin-bottom: 40px;
}

.introduction--align-left {
	float: left;
	width: 30%;
	padding-right: 20px;
}

.introduction--align-right {
	float: right;
	width: 70%;
}

.introduction__image-wrap {
	margin-bottom: 50px;
}

.introduction__image-wrap.introduction--align-left {
	width: 70%;
}

.copy.introduction--align-right {
	width: 30%;
}

.introduction__image {
	object-fit: cover;
	height: 400px;
	width: 100%;
}

/* ACF Service Component */
.services-group {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.service {
	width: 30%;
}

.service__title {
	font-size: 22px;
	margin: 0;
	margin-bottom: 12px;
}

.service__copy {
	margin-bottom: 64px;
	line-height: 2;
}

.service__image-wrap {
	width: 100%;
}

.service__image {
	object-fit: cover;
	width: 100%;
	height: 300px;
}

/* Navigation Menu Footer */
.menu-logo {
	content: url("/wp-content/uploads/tp-logo-ko.png");
	width: 200px;
	float: left;
	margin-right: 100px;
	padding: 32px 0 0;
}

.menu-footer h3,
.menu-footer p {
	color: white;
}

.menu-footer {
	float: left;
	width: calc(100% - 300px);
}

.menu-footer h3 {
	text-transform: uppercase;
	font-size: 16px;
}

.menu-footer p {
	font-size: 14px;
	text-transform: none;
	margin: 0;
	margin-right: 10px;
}

.curiosity-links {
	position: absolute;
	pointer-events: auto;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	list-style: none;
	margin: 0;
	padding: 0 0 30px 0 !important;
	width: 100%;
	text-align: center;
	background-color: rgba(255, 255, 255, 0.8);
}

/* Contact Form */
.contact-form {
	display: flex;
	flex-wrap: nowrap;
}

.contact-form-info img {
	padding-right: 20px;
}

div#gform_confirmation_wrapper_1 {
	border: 3px solid #b7d439;
	padding: 10px;
}

.ginput_container.ginput_container_fileupload input {
	color: inherit;
}

#gform_1 input[type="submit"]#gform_submit_button_1.gform_button.button {
	border: 3px solid #4a5056;
	transition: 0.4s all;
}

#gform_1 input[type="submit"]#gform_submit_button_1.gform_button.button:hover {
	border: 3px solid #b7d439;
}

#gform_1 textarea,
#gform_1 input[type="text"],
#gform_2 textarea,
#gform_2 input[type="text"],
#gform_3 input[type="text"],
#gform_3 textarea,
#gform_3 select {
	border-radius: 0;
	border: 2px solid #4a5056;
	transition: border 0.4s;
}

#gform_1 textarea:hover,
#gform_1 input[type="text"]:hover {
	border-bottom: 2px solid #b7d439;
}

#gform_1 textarea:focus,
#gform_1 input[type="text"]:focus {
	border: 2px solid #b7d439;
}

#gform_1 input[type="text"].facetwp-search:focus {
	border: 1px solid #b7d439;
}

#gform_1 select {
	border-radius: 0;
	padding: 8px 6px;
	-webkit-appearance: none;
}

#gform_ajax_spinner_2 {
	margin-left: 15px;
}
/* designs  */
.design-featured-projects {
	margin-bottom: 20px;
}

.featured-design .featured-project__image-wrap {
	margin-bottom: 16px;
	min-height: 300px;
	height: 30vw;
}

.featured-design__content .featured-project__short-description {
	width: calc(100% - 350px);
	float: left;
	margin-bottom: 0;
}

.featured-design__content .btn {
	width: 250px;
	float: right;
	margin-top: 10px;
	margin-bottom: 40px;
}

.design-featured-projects__listings .two-column-project:nth-child(odd) {
	width: 48%;
}

.design-featured-projects__listings .two-column-project:nth-child(even) {
	float: right;
	width: 48%;
}

.design-featured-projects__listings .two-column-project:nth-child(odd):after,
.design-featured-projects__listings .two-column-project:nth-child(even):after {
	clear: both;
	display: table;
	content: "";
}

.two-column-project {
	display: inline-block;
	width: 48%;
}

.two-column-project .featured-project .featured-design__content .featured-project__short-description {
	width: 100%;
}

.featured-project.featured-design.clearfix {
	margin-bottom: 40px;
}

.design-featured-projects__listings {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.design-featured-projects__listings .featured-project {
	width: 100%;
}

.design-featured-projects__listings .two-column-project {
	width: 50%;
}

.mixed-layout:after {
	display: table;
	content: "";
	clear: both;
}

.team__bio h3 {
	color: #afca45;
}

.culture-menu a {
	text-decoration: none;
}

.newsletter-form {
	float: right;
}

.job-name {
	padding: 10px;
	border: 2px solid #afca45;
	cursor: pointer;
	transition: 0.2s background;
}

.job-name:hover {
	background: #afca45;
}

.job-description {
	display: none;
}

span.ctct-label-top label {
	display: none !important;
}

.footer-social {
	position: relative;
	top: 20px;
}

.footer-social img {
	margin-right: 6px;
	border-radius: 20px;
	transition: 0.2s all;
}

.footer-social img:hover {
	transform: scale(1.05);
}

.footer-copyright {
	position: relative;
	top: 40px;
}

.menu-logo {
	display: none;
}

.menu-footer {
	width: 100%;
	// padding-top: 30px;
	padding-right: 30px;
}

.site-branding {
	z-index: 3000;
}

.curiosity {
	pointer-events: none;
	height: 70vh;
	min-height: 700px;
}

.curiosity-bg {
	height: 100%;
	object-fit: contain;
	background-image: url("/wp-content/uploads/Services-Blank.jpg");
	background-size: cover;
	background-position: center center;
	position: relative;
}

.curiosity-links {
	position: absolute;
	pointer-events: auto;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	list-style: none;
	margin: 0;
	padding: 0;
	width: 100%;
	text-align: center;
}

.curiosity-links li {
	display: inline;
	text-align: center;
	font-size: 24px;
	text-shadow: 0 0 40px rgba(0, 0, 0, 0.4);
}

.curiosity-links li a:hover {
	color: initial;
}

.curiosity-bg-hovered {
	background-size: cover;
	background-position: center center;
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	opacity: 0;
	transition: opacity 0.8s;
}

.curiosity-headline {
	text-align: center;
	font-weight: normal;
	text-transform: uppercase;
	font-size: 36px;
	margin-bottom: 0;
	opacity: 1;
}

.curiosity-links li a {
	opacity: 1;
	font-size: 16px;
}

.architecture-hovered {
	background-image: url("/wp-content/uploads/Services-01-Architecture.jpg");
	opacity: 1;
}

.engineering-hovered {
	background-image: url("/wp-content/uploads/Services-02-Engineering.jpg");
	opacity: 1;
}

.interior-design-hovered {
	background-image: url("/wp-content/uploads/Services-03-Interior.jpg");
	opacity: 1;
}

.landscape-architecture-hovered {
	background-image: url("/wp-content/uploads/Services-04-Landscape.jpg");
	opacity: 1;
}

.master-planning-hovered {
	background-image: url("/wp-content/uploads/Services-05-Master.jpg");
	opacity: 1;
}

span.team-listing__title {
	display: block;
	font-weight: 100;
}

// .team-listing__link-container a.btn,
// .team-listing__link-container button.btn {
// 	display: initial;
// 	padding: 10px 100px 10px 20px;
// }

.team__name {
	margin: 0;
	margin-bottom: 12px;
}

.team__creds,
.team__title {
	margin: 0;
	font-size: 28px;
	font-weight: 100;
	line-height: 1;
}

.team__creds {
	font-size: 28px;
	font-weight: bold;
	margin-bottom: 12px;
}

form#mc4wp-form-1 {
	margin: 50px 0 20px;
}

form#mc4wp-form-1 input {
	border-radius: 20px;
	border: none;
}

form#mc4wp-form-1 input:not(:last-child) {
	padding-left: 10px;
	box-shadow: inset 0 0 6px 0px #ccc;
}

.media-grid .facetwp-template > div {
	display: grid;
	grid-template-columns: repeat(1, 1fr);
	column-gap: 25px;
	row-gap: 30px;
}
.media-item-loop {
	max-width: 500px;
	margin: 0 auto;
}
.loop-search-item .media-item-loop {
	margin: 0 0 25px 0;
}
.media-item-loop__title {
	margin-top: 0;
	margin-bottom: 1rem;
	font-family: "Simplon-Norm-Regular";
	text-transform: uppercase;
	display: block;
}

.media-item-loop__term {
	font-family: "Simplon-Norm-Regular";
	text-transform: uppercase;
	color: #e76b7c;
	margin: 1rem 0;
}

.media-item-loop__excerpt {
	display: inline;
}

a.link {
	background: url("/wp-content/uploads/arrow-1.png");
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	height: 10px;
	width: 36px;
	display: inline-block;
}

a.link-out {
	background: url("/wp-content/uploads/arrow-link-out.png");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	height: 14px;
	width: 50px;
	display: inline-block;
}

.media-facet-container .facetwp-checkbox,
.media-facet-container .facetwp-radio {
	display: inline;
	margin-right: 10px;
	font-size: 0.87rem;
}

.media-facet-container .facetwp-checkbox:last-child,
.media-facet-container .facetwp-radio:last-child {
	margin-right: 0;
}

.facetwp-radio {
	display: inline;
	margin-right: 20px;
	transition: 0.4s color;
}

.facetwp-radio:last-child {
	margin-right: 0;
}

.facetwp-radio:hover,
.media-facet-container .facetwp-checkbox:hover {
	color: #b7d439;
}

.facetwp-radio.checked,
.media-facet-container .facetwp-checkbox.checked {
	font-family: "Simplon-Norm-Regular";
	font-weight: 800;
}

.media-facet-container__title {
	color: #e56c7e;
	text-transform: uppercase;
	margin: 0 0 1rem 0;
}

.media-facet-container,
.media-pagination-container {
	position: relative;
	margin: 50px 0;
}

.media-pagination-container {
	padding: 50px 0;
}

.media-pagination-container .facetwp-pager {
	margin: 0;
	position: relative;
}

.media-pagination-container .facetwp-page {
	text-transform: uppercase;
	padding: 0;
	margin: 0;
}

.media-pagination-container .page-num {
	position: relative;
	height: 30px;
	width: 30px;
	z-index: 2;
	padding-top: 7px;
	line-height: 1;
	margin: 0 15px;
}

.media-pagination-container .page-num::before {
	content: "";
	display: inline-block;
	background: #f3f1f3;
	border-radius: 50%;
	height: 30px;
	width: 30px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: -1;
}

.media-pagination-container .page-num.active::before {
	background: #afca45;
}

.media-pagination-container .page-num.active:hover {
	color: #4a5157;
}

.media-pagination-container .facetwp-page.next {
	position: absolute;
	right: 0;
}

.media-pagination-container .facetwp-page.prev {
	position: absolute;
	left: 0;
}

.single-media-pagination {
	position: relative;
	padding: 50px 0;
}

.single-media-pagination .post-navigation {
	margin: 0;
}
.single-media-pagination a.pagination-prev,
.single-media-pagination a.pagination-next {
	display: flex;
	align-items: center;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	text-transform: uppercase;
}
.single-media-pagination span.nav-subtitle {
	display: block;
	width: 70px;
}
.single-media-pagination span.subtitle-next {
	text-align: right;
}
.single-media-pagination a.pagination-prev {
	left: 0;
}

.single-media-pagination a.pagination-next {
	right: 0;
}

.media-cta {
	width: 60%;
	margin: 0 auto;
	padding-left: 5%;
	    text-align: center;
}

.media-cta a {
	color: #b7d439;
}

.media-pagination-container .facetwp-page.next span,
.media-pagination-container .facetwp-page.prev span,
.single-media-pagination span.next,
.single-media-pagination span.prev {
	background: url("/wp-content/uploads/arrow-1.png");
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	height: 10px;
	width: 30px;
	display: inline-block;
	visibility: visible;
}

.media-pagination-container .facetwp-page.next span,
.single-media-pagination span.next {
	margin-left: 10px;
}

.media-pagination-container .facetwp-page.prev span,
.single-media-pagination span.prev {
	transform: rotate(180deg);
	margin-right: 10px;
}

.media-facet-container::before,
.media-facet-container::after,
.media-pagination-container::before,
.media-pagination-container::after,
.single-media-pagination::before,
.single-media-pagination::after {
	content: "";
	height: 4px;
	width: 100%;
	display: block;
	position: absolute;
	background: #404040;
}

.media-facet-container::before,
.media-pagination-container::before,
.single-media-pagination::before {
	top: 4px;
}

.media-facet-container::after,
.media-pagination-container::after,
.single-media-pagination::after {
	bottom: 4px;
}

.article__feat-img {
	width: 100%;
	max-height: 300px;
	object-fit: cover;
}

.media-facet-container {
	display: flex;
	flex-direction: column;
	padding-top: 32px;
}

.media-facet-container__media,
.media-facet-container__experience {
	margin-left: 15px;
	flex: 1;
}

.featured-media {
	width: 100%;
	height: 500px;
	margin-bottom: 50px;
}
.featured-media__img,
.featured-media__text {
	height: 50%;
}

.featured-media__img img {
	height: 100%;
	width: 100%;
}

.featured-media__text {
	background: #f3f1f3;
	padding: 25px;
}

.featured-media__term {
	text-transform: uppercase;
	color: #e56c7e;
	margin: 1rem 0 0.5rem;
}
.featured-media__title {
	text-transform: uppercase;
	display: block;
	font-size: 1rem;
	margin-bottom: 1rem;
}

.featured-media__excerpt {
	display: inline;
}

.featured-media.hide {
	display: none;
}

.article__author {
	display: flex;
	align-items: center;
	margin-bottom: 2rem;
	margin-top: 1rem;
}
.article__author__img {
	min-width: 100px;
}
.article__author__img img {
	width: 100px;
	height: 100px;
	border-radius: 50%;
    border: 2px solid #495156;
}
.article__author__text {
	margin: 0 0 0 15px;
}

.article__author__name {
	font-family: "Simplon-Norm-Regular";
}

.article__author__title {
	font-size: 0.87rem;
	font-family: "Simplon-Norm-Regular";
}

.contact-popup {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0, 0, 0, 0.7);
	z-index: 100000;
}

.contact-popup__container {
	width: 50%;
	background: white;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	padding: 25px 75px;
}
@media screen and (max-width: 1000px) {
	.contact-popup__container {
		width: 80%;
	}
}
@media screen and (max-width: 650px) {
	.contact-popup__container {
		width: 90%;
		padding: 25px 50px;
		max-height: 95vh;
	}
}
@media screen and (max-width: 450px) {
	.contact-popup__container {
		padding: 25px 30px;
	}
}
.contact-popup__content {
	margin-bottom: 1.5rem;
}

button.modal-close {
	height: 25px;
	width: 25px;
	background: black;
	border-radius: 50%;
	border: 1px solid white;
	display: inline-block;
	min-height: unset;
	line-height: 1;
	padding: 0px;
	position: absolute;
	top: -12.5px;
	right: -12.5px;
	color: white;
	cursor: pointer;
}
button.modal-close span {
	position: relative;
}
button.modal-close span::before,
button.modal-close span::after {
	content: "";
	display: inline-block;
	background: white;
	height: 12px;
	width: 2px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform-origin: center;
	transform: translate(-50%, -50%) rotate(45deg);
}
button.modal-close span::after {
	transform: translate(-50%, -50%) rotate(-45deg);
}

@media screen and (min-width: 768px) {
	.media-facet-container {
		flex-direction: row;
		justify-content: space-between;
		padding-top: 32px;
	}
	.media-facet-container__media,
	.media-facet-container__experience {
		flex: unset;
	}
	.media-facet-container__experience {
		margin-left: 15px;
		margin-right: 15px;
	}
	.featured-media {
		display: flex;
		height: unset;
	}
	.featured-media__img,
	.featured-media__text {
		width: 50%;
		height: unset;
	}
	.featured-media__title {
		font-size: 1.2rem;
		margin-bottom: 2rem;
	}
	.media-grid .facetwp-template > div {
		grid-template-columns: repeat(2, 1fr);
	}

	.media-cta {
		width: 70%;
	}
}

section.standard .container,
section.two-col .container,
section.three-col .container {
	display: flex;
	justify-content: center;
}

section.three-col .container {
	justify-content: space-between;
}

section.bgimage {
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}

.col-1-1 {
	width: 100%;
}

.col-1-2 {
	width: 47.5%;
	margin-right: 2.5%;
}

.col-2-2 {
	width: 47.5%;
	margin-left: 2.5%;
}

.col-1-3,
.col-2-3,
.col-3-3 {
	width: 30%;
}

@media screen and (max-width: 850px) {
	section.standard .container,
	section.two-col .container,
	section.three-col .container {
		display: block;
	}
	.col-1-2 {
		width: 100%;
		margin-right: 0;
	}

	.col-2-2 {
		width: 100%;
		margin-left: 0;
	}

	.col-1-3,
	.col-2-3,
	.col-3-3 {
		width: 100%;
	}
}

@media screen and (min-width: 992px) {
	.media-grid .facetwp-template > div {
		grid-template-columns: repeat(3, 1fr);
	}
}

@media screen and (max-width: 690px) {
	form#mc4wp-form-1 {
		width: 50%;
		margin: 50px auto 20px;
	}
}

@media screen and (max-width: 780px) {
	.architecture-hovered {
		background-image: initial;
		opacity: 1;
	}
	.engineering-hovered {
		background-image: initial;
		opacity: 1;
	}
	.interior-design-hovered {
		background-image: initial;
		opacity: 1;
	}
	.landscape-architecture-hovered {
		background-image: initial;
		opacity: 1;
	}
	.master-planning-hovered {
		background-image: initial;
		opacity: 1;
	}
	
}

.curiosity-links li:not(:last-child):after {
	content: " \2022 ";
	color: #e76b7c;
	position: relative;
	top: 2px;
	margin: 10px;
}

#back-to-top {
	position: fixed;
	bottom: -120px;
	right: 20px;
	transform: rotate(-90deg);
	transition: bottom 0.4s;
	z-index: 1000;
}

#back-to-top a {
	line-height: 1;
	padding: 10px 15px;
	font-size: 20px;
	font-weight: 900;
	box-shadow: -3px 1px 4px 0px rgba(0, 0, 0, 0.2);
	border-radius: 100px;
	background: #b7d439;
	color: white;
}

#back-to-top.top-scrolled {
	bottom: 20px;
}

.facetwp-btn:before {
	position: absolute !important;
	top: -12px !important;
}

@media screen and (max-width: 1280px) {
	.featured-project__short-description,
	p,
	li,
	.service__copy {
		font-size: 16px;
		line-height: 1.5;
	}
	h2 {
		font-size: 20px;
	}
	#footer-menu li:not(:last-child) {
    margin-right: 40px;
}
}

@media screen and (max-width: 1080px) {
	.slide__team .slide__copy--single {
		width: 70%;
	}
	#footer-menu li ul.sub-menu a {
    font-size: 12px;
}
	#footer-menu li {
    min-width: 80px;
}
	#footer-menu > li:last-child {
    padding-left: 30px;
}
	#footer-menu > li:last-child {
    padding-left: 0;
    padding: 25px 0;
}
}

@media screen and (max-width: 980px) {
	.slide__container--right,
	.slide__container--right-2,
	.slide__container--left-2,
	.slide__container--left {
		width: 50%;
	}
	.copy h3 {
		font-size: 32px;
	}
	.slide--right {
		padding-top: 100px;
		padding-right: 40px;
	}
	.slide__team .slide__copy--single {
		width: 80%;
	}
	.service-card__copy {
		max-width: 100%;
	}
}

@media screen and (max-width: 800px) {
	.design-featured-projects__listings .two-column-project:nth-child(even),
	.design-featured-projects__listings .two-column-project:nth-child(odd),
	.two-column-project {
		width: 100%;
	}
	.featured-design__content .featured-project__short-description {
		width: 100%;
	}
	.two-column-project .featured-project .featured-design__content .featured-project__short-description {
		min-height: initial;
	}
	.featured-project.featured-design.clearfix {
		margin-bottom: 0;
	}
	.slide--right {
		padding-top: 100px;
		padding-right: 30px;
	}
}

@media screen and (max-width: 780px) {
	.entry-title {
		line-height: 1;
		font-size: 2em;
	}
	.site-footer {
		overflow-x: hidden;
	}
	.site-footer .container {
		overflow-x: initial;
	}
	
	.contact-us-link > a.btn {
		padding: 14px 65px 0 20px;
	}
	.contact-form {
		flex-wrap: wrap;
	}
	.contact-form-info {
		width: 100%;
	}
	.contact-form-form {
		width: 100%;
	}
	.page-header--right,
	.page-header--left {
		width: 100%;
	}
	.page-header--right {
		display: none;
	}
	.menu-main-menu-container {
		width: 100%;
	}
	.team-listing {
		width: 45%;
	}
	.service {
		width: 48%;
		margin-top: 30px;
	}
	.split__first,
	.split__second,
	.split__third {
		width: 100%;
		margin-right: 0;
	}
	.service-card--right {
		padding: 40px 10px;
	}
	.team__image-container {
		width: 100%;
		height: 100%;
	}
	.team__info {
		width: 100%;
		padding-left: 0;
		padding-top: 10px;
	}
	.team__title {
		display: block;
		margin-left: 0;
	}
	.curiosity-links li:not(:last-child):after {
		margin: 0;
	}
	.service-card__cta {
		bottom: -10px;
	}
}

@media screen and (max-width: 690px) {
	.page-header {
		margin-top: 32px;
	}
	h1.project__client,
	.project__title {
		line-height: 1;
	}
	.service-card--right {
		display: none;
	}
	.service-card--left {
		width: 100%;
	}
	.service-card {
		height: 400px;
	}
	.service-card__title {
		line-height: 1;
		margin-bottom: 10px;
	}
	.service {
		width: 100%;
	}
	.menu-home.menu-toggle .ham {
		background-color: white;
	}
	.design-card__copy {
		max-width: 100%;
	}
	.slide__container--right-2,
	.slide__container--left {
		width: 100%;
		position: absolute;
	}
	.slide__container--left-2 {
		z-index: 2;
	}
	.slide__container--right-2 {
		z-index: 1;
	}
	.slide__container--left-2,
	.slide__container--right {
		width: 100%;
		color: white;
		padding-top: 72px;
		background: none;
		text-shadow: 1px 1px 10px black;
	}
	.slide__container--left-2 a.btn,
	.slide__container--right a.btn {
		color: white;
		border: 3px solid white;
	}
	.slide__team .slide__copy--single {
		width: 100%;
		text-shadow: 1px 1px 10px black;
	}
#footer-menu li {
    display: block;
    width: 100%;
    margin: 0 auto;
    text-align: center;
}
	#footer-menu li:not(:last-child) {
		/* margin-right: 84px; */
		margin-right: auto;
	}
	.footer-logo {
		margin: 0 auto;
	}
	.newsletter-form {
		float: none;
		position: relative;
		top: 80px;
		left: 50%;
	}
	#footer-menu li ul.sub-menu {
		padding-bottom: 16px;
	}
	.footer-social {
		margin: 0 auto;
		width: 50%;
	}
	.footer-copyright {
		display: block;
		text-align: center;
	}
	.split__left,
	.split__right {
		margin: 0;
		width: 100%;
	}
}

@media screen and (max-width: 680px) {
	.slide__container--left-2 {
		background: transparent;
	}
}

@media screen and (max-width: 640px) {
	.contact-us-link > a.btn {
		padding: 14px 6px;
	}
	.contact-us-link > a.btn:after {
		display: none;
	}
	.curiosity-headline {
		padding: 0 10px;
		line-height: 1;
	}
}

@media screen and (max-width: 540px) {
	.btn-curious-people {
		bottom: 0;
	}
	.best-firm-seal {
		position: relative;
		top: 30px;
	}
	/* .team-listing { */
	/* width: 100%; */
	/* } */
	.team-listing__image-wrap {
		/* height: 400px; */
		height: 160px;
	}
	.site-branding {
		width: 220px;
	}
span.team-listing__title {
    font-size: 14px;
}
	.design-card#government,
	.design-card#commercial {
		height: 460px;
	}
	.team-listing__link-container a.btn:after {
		display: none;
	}
	.team-listing__link-container a.btn {
		padding: 14px;
	}
	.team-listing__link-container a.btn {
    padding: 0px 15px;
    min-height: 0;
    line-height: 32px;
    font-size: 14px;
}
}

@media screen and (max-width: 420px) {
	.design-card {
		height: 440px;
	}
	.design-card#government {
		height: 500px;
	}
}

@media screen and (max-width: 394px) {
	a.btn.btn-reverse.btn-curious-people {
		display: inline;
		width: 100%;
		margin: 0;
		padding-top: 13px;
		padding-bottom: 10px;
	}
	.slide__team .copy.slide__copy--indented.slide__copy--single {
		padding: 60px 0 0 10%;
	}
	.slide__copy--indented p {
		padding-left: 0;
		padding-right: 10%;
		padding-bottom: 20px;
	}
}

@media screen and (max-width: 390px) {
	.service-card#interior-design {
		height: 500px;
	}
	.design-card#commercial {
		height: 500px;
	}
}

@media screen and (max-width: 321px) {
	.design-card {
		height: 600px;
	}
	.design-card#commercial {
		height: 560px;
	}
}

.main-navigation ul ul li {
	position: relative;
}
.main-navigation ul ul li a {
	margin-bottom: 5px;
}
.main-navigation ul ul li:not(:last-child):after {
	content: " \2022 ";
	color: #e76b7c;
}
.main-navigation ul ul li ul.sub-menu {
	display: none;
	position: absolute;
	left: -4px;
	top: 0;
	margin-top: 18px;
	width: 100%;
	min-width: 160px;
	height: auto;
	background: rgba(74, 80, 86, 0.95);
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.4);
	padding: 4px;
	z-index: 10;
}
.main-navigation ul ul li ul.sub-menu li {
	width: 100%;
	padding: 4px 8px;
	display: block;
	    margin: 0;
}
.main-navigation ul ul li ul.sub-menu li:after {
	content: "";
	color: transparent;
}
.main-navigation ul ul li ul.sub-menu li a {
	line-height: 1;
	font-size: 0.9rem;
}
@media (min-width: 500px) {
	.main-navigation ul ul li:hover .sub-menu {
		display: block;
	}
}

/* Project Listings */
ul.project-listings {
	margin: 0;
	padding: 0;
}

.project-listing {
	margin-bottom: 40px;
	width: calc(50% - 20px);
	margin-right: 40px;
	float: left;
}

.project-listing:nth-child(even) {
	margin-right: 0;
}

.project-listing__image-wrap {
	height: 45vh;
	overflow: hidden;
	width: 100%;
	margin-bottom: 32px;
}

.project-listing__image {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.project-listing__content {
	color: rgba(74, 81, 87, 0.9);
}

.project-listing__title {
	text-transform: uppercase;
	display: inline-block;
	font-weight: 100;
	margin-bottom: 0;
}

span.project-listing__location {
	text-transform: none;
}

.fwp-load-more {
	margin: 0 auto;
	display: block;
	padding: 0 20px;
}

.facetwp-btn {
	top: 22px !important;
	left: 77vw;
	z-index: 1;
}

/* FEATURED PROJECT STYLES */

.feat-y {
	position: relative;
}

.feat-y::after {
	content: "";
	width: 100%;
	position: absolute;
	border-top: 15px solid #e76b7c;
}

.feat-y > .flex-container > .project-listing__content > .project-listing__title::before {
	content: "\f111";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	margin-left: 5px;
	margin-right: 20px;
	color: #e76b7c;
}

/* Project Listings (Flexbox) */
.project-listing {
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	height: 100%;
}

.flex-container {
	display: flex;
	flex-wrap: wrap;
}

.project__title {
	width: 100%;
}

.project-listing__location {
	width: 100%;
}

/* Single Project View */
.image-container {
	min-height: 500px;
	height: 40vh;
	width: 100%;
	margin-bottom: 10px;
	margin-top: 10px;
}

.image-container.carousel {
    min-height: revert;
	max-height:550px;
    height: auto;
}

.project-image {
	object-fit: cover;
	object-position: center;
	height: 100%;
	width: 100%;
}


.split {
	margin: 0 auto;
	
}

.page-template-template-partscontent-mixed-layout-php .split {
	display: inline-block;
    width: 100%;
}


.full {
	width: 100%;
	float: left;
/*	display: flex;*/
	display: block;
}

.callout .full {
    display: block;
}

.page-id-14516 .full {
	float: revert;
}

/* 2 columns */
.split__left {
	float: left;
	width: calc(50% - 10px);
	margin-right: 10px;
}

.split__right {
	float: left;
	width: calc(50% - 10px);
	margin-left: 10px;
}

.split__right:after {
	display: table;
	content: "";
	float: both;
}

.split__left:after {
	display: table;
	content: "";
	float: both;
}

/* 3 columns */
.split__first {
	float: left;
	width: calc(33.33334% - 10px);
	margin-right: 10px;
}

.split__second {
	float: left;
	width: calc(33.33334% - 10px);
	margin-left: 5px;
	margin-right: 5px;
}

.split__third {
	float: left;
	margin-left: 10px;
	width: calc(33.33334% - 10px);
}


/* Two-Thirds */

.twoThird-text {
    display: flex;
	justify-content: space-between;
	align-items: center;
}

.twoThird-text__text {
    width: 67%;
}

.twoThird-text__img {
	width: 30%;
	min-height: 275px;
	max-height: 300px;
	background-size: cover;
}

.twoThird-text.side-right {
    flex-direction: row-reverse;
}

.twoThird-img {
    display: flex;
	justify-content: space-between;
	align-items: center;
}

.twoThird-img .text-container {
    width: 30%;
}

.twoThird-img__img {
    width: 67%;
/*	height: 500px;*/
    background-size: cover;
}

.twoThird-img.side-right {
    flex-direction: row-reverse;
}

.twoThird-img-slider,
.full-img-slider {
    padding: 0 !important;
}

.full.featured {
    background-color: #4a5157;
    background-image: url(/wp-content/uploads/geometric-bg.png);
    background-blend-mode: color-burn;
	background-size: cover;
    padding: 30px 75px;
	margin: 36px 0;
    color: #fff;
	display: block;
	
	width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50.5vw;
    margin-right: -50.5vw;
}

.callout .full {
   float: revert;
}

/* Section Padding */

.pad-none{
	padding: 0;	
}

.pad-top{
	padding: 36px 0 0 0;	
}

.pad-bottom{
	padding: 0 0 36px 0;	
}

.pad-both{
	padding: 36px 0;	
}



.experience__contact-content {
	display: flex;
	margin: 0 auto 50px auto;
}

.contact {
	/* flex: 1; */
	background: #f3f1f3;
	padding: 25px 50px;
}

.design-content {
	flex: 2;
	background: #4a5157;
	color: white;
	padding: 25px 50px;
}

@media screen and (max-width: 1000px) {
	.experience__contact-content {
		flex-direction: column;
	}

	.contact {
		display: flex;
		flex-direction: column;
		align-items: center;
		padding: 25px;
	}

	.contact .article__author {
		min-width: 0px;
	}
}

.project-filters {
	position: relative;
}
.project-filters a {
	cursor: pointer;
}
.project-filters a.clear-filter {
	font-size: 14px;
	text-transform: uppercase;
	display: inline-block;
	margin-bottom: 2em;
	text-decoration: none;
	transition: color 200ms ease-out;
    padding: 9px 8px;
}
.project-filters a.clear-filter:hover {
	color: #b7d439;
}
.project-filters .facetwp-facet .facetwp-checkbox {
	border: 3px solid #b1b6bb;
	transition: border 200ms ease-out;
	padding: 10px;
	display: inline-block;
}
.project-filters .facetwp-facet .facetwp-checkbox.checked {
	border: 3px solid #b7d439;
}
.project-filters .facetwp-facet .facetwp-checkbox:hover {
	border: 3px solid #4a5056;
}
.project-filters .facetwp-facet .facetwp-checkbox::after {
	display: none;
}
.project-filters .facetwp-facet .facetwp-checkbox:not(:last-child) {
	margin-right: 10px;
}
.project-filters .facetwp-template .project-listings {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.project-filters .facetwp-template .project-listings .project-listing {
	width: 100%;
	margin: 0;
	margin-bottom: 80px;
}
.project-filters .facetwp-template .project-listings .project-listing__image-wrap {
	margin-bottom: 20px;
	height: 200px;
}
@media (min-width: 992px) {
	.project-filters .facetwp-template .project-listings .project-listing__image-wrap {
		height: 300px;
	}
}
@media (min-width: 1440px) {
	.project-filters .facetwp-template .project-listings .project-listing__image-wrap {
		height: 500px;
	}
}
.project-filters .facetwp-template .project-listings .project-listing__description {
	line-height: 1.5em;
}
.project-filters .facetwp-template .project-listings .project-listing__content {
	width: 100%;
}
.project-filters .facetwp-template .project-listings .project-listing__title {
	margin-top: 0;
}
.project-filters .facetwp-template .project-listings .project-listing a {
	display: flex;
	justify-content: flex-end;
	max-width: 260px;
	margin-left: auto;
}
/* .project-filters .facetwp-template .project-listings .project-listing:nth-child(3n + 1) {
        width: 100%; } */
@media (min-width: 768px) {
	.project-filters .facetwp-template .project-listings .project-listing {
		width: calc(50% - 10px);
	}
	.toggled .menu-main-menu-container {

    padding-top: 85px;
}
}
@media (min-width: 992px) {
	.project-filters .facetwp-template .project-listings .project-listing {
		width: calc(50% - 20px);
	}
}

.media-press--single {
	padding: 50px 0;
}

.media-press__group-header {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.media-press__main-title--sub {
	text-transform: uppercase;
	margin-left: 10px;
	font-size: 22px;
}

.media-press__main-title--single {
	margin-bottom: 50px;
}

.media-press__cta {
	justify-self: flex-end;
}

.media-press__item-title {
	font-size: 20px;
}

.geo-background {
	background: url("/wp-content/uploads/geometric-bg.png");
	background-size: cover;
	background-repeat: no-repeat;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 400px;
}

.article-list {
	padding: 0;
	margin: 0;
	list-style: none;
}
.article-list .article-item {
	display: flex;
	margin-bottom: 20px;
	align-items: center;
	flex-wrap: wrap;
	justify-content: center;
}
@media (min-width: 576px) {
	.article-list .article-item {
		flex-wrap: nowrap;
		justify-content: flex-start;
	}
}
.article-list .article-item__thumbnail-container {
	height: 180px;
	width: 100%;
}
@media (min-width: 576px) {
	.article-list .article-item__thumbnail-container {
		height: 100%;
		width: 260px;
	}
}
.article-list .article-item__thumbnail-container img {
	object-fit: cover;
	height: 100%;
	width: 100%;
}
.article-list .article-item__content {
	padding: 20px;
	width: 100%;
}
.article-list .article-item__content p {
	margin-top: 0;
}
.article-list .article-item__title {
	margin-top: 0;
	font-family: "Simplon-Norm-Regular";
	text-transform: uppercase;
}

.press-list {
	padding: 0;
	margin: 0;
	list-style: none;
}
.press-list .press-item__title {
	font-family: "Simplon-Norm-Regular";
	border-bottom: 2px solid black;
	display: inline-block;
	line-height: 1;
	font-size: 18px;
	margin-bottom: 10px;
}
.press-list .press-item__source {
	font-style: italic;
	font-family: "Simplon-Norm-Light";
	padding-left: 5px;
}
.press-list .press-item__excerpt {
	padding-left: 10px;
}
.press-list .press-item__excerpt p {
	margin-top: 0;
}

.video-list {
	padding: 0;
	margin: 0;
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.video-list .video-item {
	width: 100%;
	margin-bottom: 20px;
}
@media (min-width: 768px) {
	.video-list .video-item {
		width: 49%;
	}
}
@media (min-width: 992px) {
	.video-list .video-item {
		width: 32%;
	}
}
.video-list .video-item__thumbnail-container {
	height: 300px;
	width: 100%;
	margin-bottom: 10px;
}
@media (min-width: 768px) {
	.video-list .video-item__thumbnail-container {
		height: 220px;
	}
}
@media (min-width: 1440px) {
	.video-list .video-item__thumbnail-container {
		height: 300px;
	}
}
.video-list .video-item__thumbnail-container img {
	object-fit: cover;
	height: 100%;
	width: 100%;
}
.video-list .video-item__caption {
	font-family: "Simplon-Norm-Regular";
}
.video-caption--full {
	font-size: 16px;
}



.slick-dots li button {
    padding: 0;
    border-radius: 50%;
    width: 15px;
    min-height: 15px;
    height: 15px;
    color: #fff;
	font-size: 0;
	transition: .25s;
}

.slick-dots li button:hover {
    border-color: #4a5056;
	background-color: #4a5056;
}

ul.slick-dots {
    list-style: none;
	display: flex;
    gap: 10px;
	justify-content: center;
    margin: 0;
	padding: 0;
}

.slick-active button {
    background-color: #4a5056;
	border-color: #4a5056;
}


@media screen and (max-width: 780px) {
	
	.twoThird-img, 
	.twoThird-img.side-right
	.twoThird-text, 
	.twoThird-text.side-right{
    	flex-direction: column !important;
	}
	
	.twoThird-img .text-container,
	.twoThird-text__text{
    	width: 100%;
		order: 1;
	}
	
	.twoThird-text__img,
	.twoThird-img__img {
    	width: 100%;
	}

}
	
