@import "./fontello/css/fontello.css";
/* @import url("./defaults/mobile-menu.css") only screen and (max-width: 1000px); */
:root {
	--textDark: #000;
	--textLight: #fff;
	--textGrayLight: #d0d0d0;
	--gray: #f3f3f3;
	--pageFrame: 1262px;
	--maxWidth: 2000px;
	--padLess: 2rem;
	--padNorm: 3.5rem;
	/* --padMore: 5rem; */
	--padMore: 8.875rem;
}
@font-face {
	font-family: "extra_icons";
	src: url("icons/extra_icons-2.eot?geankh");
	src: url("icons/extra_icons-2.eot?geankh#iefix") format("embedded-opentype"), url("icons/extra_icons-2.ttf?geankh") format("truetype"),
		url("icons/extra_icon-2.woff?geankh") format("woff"), url("icons/extra_icons-2.svg?geankh#icomoon") format("svg");
	font-weight: normal;
	font-style: normal;
	font-display: block;
}
[class^="extra-icon"],
[class*=" extra-icon"] {
	/* use !important to prevent issues with browser extensions that change fonts */
	font-family: "extra_icons" !important;
	speak: never;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;

	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
/* --------------------------------------------- UNIVERSALS */
a,
b,
body,
div,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
html,
i,
img,
li,
ol,
p,
span,
table,
tbody,
td,
tfoot,
th,
thead,
tr,
u,
ul {
	border: 0;
	margin: 0;
	padding: 0;
}
html,
body {
	/* height: 100%; */
	max-height: 100%;
}
html,
body {
	visibility: visible !important;
}
body {
	color: var(--textLight);
	font-family: "montserrat", sans-serif, "Helvetica Neue", "Helvetica", Arial, Sans-Serif;
	margin: 0 auto;
	max-width: var(--maxWidth);
	overflow-x: clip;
	width: 100%;
}
.public-section {
	max-width: 100%;
	/* overflow: hidden; */
	position: relative;
}
main {
	min-height: 70vh;
}
/*
  This will hide the focus indicator if the element receives focus via the mouse,
  but it will still show up on keyboard focus.
*/
.js-focus-visible :focus:not(.focus-visible) {
	outline: none;
}

/*
  Optionally: Define a strong focus indicator for keyboard focus.
  If you choose to skip this step then the browser's default focus
  indicator will be displayed instead.
*/
.js-focus-visible .focus-visible {
	outline: 2px solid red;
}
/* --------------------------------------------- TYPOGRAPHY */
html body .public-section .p-style,
.bizango_cms_content .p-style,
html body .public-section p,
html body .public-section li,
figcaption {
	font-family: "montserrat", sans-serif;
	font-size: 1.0625rem;
	font-weight: 300;
	line-height: 2em;
	margin-bottom: 16px;
	margin-top: 0;
}
html body .public-section .p-style.alt,
.bizango_cms_content .p-style.alt {
	font-size: 1rem;
	line-height: 1.5625em;
}
html body .public-section li {
	margin-bottom: 0;
}
li {
	list-style-position: inside;
}
figure {
	margin: 1em 0;
}
img,
iframe:not(.playerBox) {
	max-width: 100%;
}
html body .public-section h1,
html body .public-section .h1-style {
	font-family: "montserrat", sans-serif;
	font-size: 2.8125rem;
	font-weight: 400;
	line-height: 1.2em;
	letter-spacing: 0;
	margin-bottom: 24px;
}
html body .public-section h2,
html body .public-section .h2-style {
	font-family: "montserrat", sans-serif;
	font-size: 2.1875rem;
	font-weight: 400;
	line-height: 1.4em;
	letter-spacing: 0;
	margin-bottom: 24px;
}
html body .public-section h3,
html body .public-section .h3-style {
	font-family: "montserrat", sans-serif;
	font-size: 1.75rem;
	font-weight: 400;
	line-height: 1.2em;
	letter-spacing: 0.02em;
	margin-bottom: 20px;
}
html body .public-section h4,
html body .public-section .h4-style {
	font-family: "montserrat", sans-serif;
	font-size: 1.5625rem;
	font-weight: 300;
	line-height: 1.5em;
	letter-spacing: 0.03em;
	margin-bottom: 16px;
}
html body .public-section h5,
html body .public-section .h5-style {
	font-family: "montserrat", sans-serif;
	font-size: 1.125rem;
	font-weight: 400;
	line-height: 1.33em;
	letter-spacing: 0em;
	margin-bottom: 20px;
}
html body .public-section h6,
html body .public-section .h6-style {
	font-family: "montserrat", sans-serif;
	font-size: 0.75rem;
	font-weight: 400;
	line-height: 1.5em;
	letter-spacing: 0em;
	margin-bottom: 22px;
}
@media only screen and (max-width: 768px) {
	html body .public-section h1,
	html body .public-section .h1-style {
		font-size: 2.1875rem;
		/* MOBILE STYLING HERE */
	}
	html body .public-section h2,
	html body .public-section .h2-style {
		/* MOBILE STYLING HERE */
	}
	html body .public-section h3,
	html body .public-section .h3-style {
		/* MOBILE STYLING HERE */
	}
}
/* To minimize extra thickness added to font-weight by browsers */
p,
li,
h1,
h2,
h3,
h4,
h5,
h6,
a,
li,
button {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-smooth: auto;
}
strong,
b {
	font-weight: 700;
}
/* CKEDITOR STYLES */
.hr-wrapper {
	margin-bottom: 0.7em;
}
.hr-wrapper p {
	line-height: 0;
	margin-bottom: 0;
}
.hr-wrapper p[style*="text-align: center"] + hr {
	text-align: center;
}
.hr-wrapper p[style*="text-align: right"] + hr {
	text-align: right;
}
.hr-wrapper hr {
	color: inherit;
	display: inline-block;
	height: 0px;
	width: 100%;
}
.hr-wrapper hr::after {
	background-color: currentColor;
	content: "";
	display: inline-block;
	height: 5px;
	position: relative;
	width: 100%;
}
.upcase,
.block .bizango_cms_content .upcase {
	text-transform: uppercase;
}
.letter-spacing--wide,
.block .bizango_cms_content .letter-spacing--wide {
	letter-spacing: 0.2em;
}
.small-font,
.bizango_cms_content .small-font {
	font-size: 0.78125rem;
	font-weight: 900;
	line-height: 1.1em;
	letter-spacing: 0.15em;
}
.small-text,
.bizango_cms_content .small-text {
	font-size: 0.875rem;
	font-weight: 300;
	line-height: 1.785em;
	letter-spacing: 0;
}
.large-text,
.bizango_cms_content .large-text {
	font-size: 3.25rem;
	font-weight: 400;
	line-height: 1.25em;
}
.light-weight,
.bizango_cms_content .light-weight {
	font-weight: 300;
}
.bold-weight,
.bizango_cms_content .bold-weight {
	font-weight: 700;
}
.extra-bold-weight,
.bizango_cms_content .extra-bold-weight,
.extra-bold-weight * {
	font-weight: 800;
}
.gold-text,
.bizango_cms_content .gold-grad {
	background: -webkit-gradient(linear, left top, left bottom, color-stop(19%, #ad906c), to(#795d26));
	background: linear-gradient(to bottom, #ad906c 19%, #795d26 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.title-alt,
.bizango_cms_content .title-alt {
	font-family: "montserrat", sans-serif;
	font-size: 1.875rem;
	line-height: 1.2em;
	letter-spacing: 0.05em;
	margin-bottom: 5px;
	text-transform: uppercase;
}
.title-alt-2,
.bizango_cms_content .title-alt-2 {
	font-family: "montserrat", sans-serif;
	font-size: 1.1875rem;
	line-height: 1.2em;
	letter-spacing: 0.05em;
	margin-bottom: 16px;
	text-transform: uppercase;
}
.author-style,
.bizango_cms_content .author-style {
	font-family: "montserrat", sans-serif;
	font-size: 0.9375rem;
	font-weight: 700;
	line-height: 1.2em;
	letter-spacing: 0.02em;
}
.sub-title,
.bizango_cms_content .sub-title {
	font-family: "montserrat", sans-serif;
	font-size: 0.875rem;
	font-weight: 600;
	line-height: 1em;
	letter-spacing: 0.03em;
	margin-bottom: 0;
	text-transform: uppercase;
}
html body .block .background-text {
	/* color: #f9fafb; */
	color: #f6f6f6;
	display: inline-block;
	font-family: "Work Sans", sans-serif;
	font-weight: 600;
	line-height: 1em;
	letter-spacing: 0.1em;
	overflow: hidden;
	text-transform: uppercase;
	text-align: center;
	white-space: nowrap;
	max-width: 100%;
	/* width: 100%; */
}
html body .block.background-color__black .background-text {
	opacity: 0.1;
}
@media only screen and (min-width: 2000px) {
	html body .public-section .block .background-text-outer .background-text {
		padding-top: 0;
		/* transform: translateY(-0.1em); */
	}
}
.reviewer-style,
.bizango_cms_content .reviewer-style {
	display: inline-block;
}
.reviewer-style::before,
.reviewer-style::after,
.bizango_cms_content .reviewer-style::before,
.bizango_cms_content .reviewer-style::after {
	color: inherit;
	content: "\2014";
	font-size: 0.8em;
	font-weight: 700;
	margin: 0 8px;
	position: relative;
	top: -2px;
}
.fw-med,
.bizango_cms_content .fw-med {
	font-weight: 500;
}
.fw-semi-bold,
.bizango_cms_content .fw-semi-bold {
	font-weight: 600;
}
@media only screen and (max-width: 767px) {
	.bizango_cms_content [style*="text-align: right"] {
		text-align: left !important;
	}
}
/* --------------------------------------------- LINKS/BUTTONS */
/* Please override this with a sitewide default link color! This should be the color for all body text links. Then override for nav, etc, as needed. */
a {
	cursor: pointer;
	text-decoration: underline;
}
.bizango_cms_content a {
	transition: opacity ease 500ms;
}
a.link-alt {
	text-decoration: none;
}
.bizango_cms_content a:hover,
.bizango_cms_content a:focus {
	opacity: 0.5;
	/* color: var(--linksHov); */
}
html body .public-section .button,
html body .public-section button[type="submit"],
html body .block_type__filter-gallery.block__admin-view .filter-sort__frame .button-grp button {
	background-color: black;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border: none;
	color: white;
	display: inline-block;
	font-family: "montserrat", sans-serif;
	font-size: 0.9375rem;
	font-weight: 400;
	line-height: 1.1em;
	letter-spacing: 0;
	/* outline: none; */
	padding: 6px 10px;
	position: relative;
	text-decoration: none;
	text-align: center;
	text-transform: none;
}
html body .public-section .background-color__black .button,
html body .public-section .background-color__black button[type="submit"] {
	background-color: #fff;
	color: #000;
}
html body .public-section a.link-accent {
	font-size: 1.25rem;
	font-weight: 500;
	line-height: 1.2em;
	letter-spacing: 0.04em;
	text-decoration: none;
}
/* html body .public-section .button::after,
html body .public-section button[type="submit"]::after, */
html body .public-section a.link-accent::after {
	content: "\e907";
	font-family: "extra_icons";
	font-size: 0.7em;
	font-weight: 400;
	margin-left: 5px;
	position: relative;
	top: -1px;
}

.button--blank {
	background: none;
	border: 1px solid currentColor;
	color: currentColor;
}
/* Necessary for certain browser overrides */
button,
input[type="submit"] {
	-webkit-appearance: none !important;
	-moz-appearance: none !important;
	appearance: none !important;
}

/* NAV */
.nav {
	list-style: none;
	margin: 0;
	padding: 0;
}
.nav a,
.nav a:hover,
.nav a:focus {
	/* display: block; */
	color: #000;
	padding: var(--nav-link-padding-y, 10px) 20px;
	text-decoration: none;
}
.nav li {
	line-height: 1;
	margin: 0;
}
.nav > li {
	position: relative;
}
.nav .subnav li {
	display: block;
	line-height: 1em;
}
.header .subnav {
	background-color: transparent;
	/* background-color: #fff; */
	padding: 5px 0;
}
.subnav {
	display: none;
	left: -9999px;
	margin: 0;
	min-width: 100%;
	position: absolute;
	top: 100%;
	white-space: nowrap;
	z-index: 1;
}
.subnav:before {
	background-color: #000;
	content: "";
	height: calc(100% - 8px);
	left: 5px;
	position: absolute;
	top: 5px;
	width: 1px;
}
.subnav a {
	padding: 5px 13px;
}
.subnav a,
.subnav a:hover,
.subnav a:focus {
	color: #000;
}
@media (hover: hover) {
	a:hover ~ ul.subnav,
	.subnav:hover {
		display: block;
	}
}
@media only screen and (min-width: 768px) {
	.nav {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		justify-content: flex-end;
	}
	li:focus-within > ul.subnav,
	.subnav:focus-within {
		display: block;
	}
}

.logo a,
.logo a:hover,
.logo a:active,
.logo a:focus {
	text-decoration: none;
}
.logo a {
	display: block;
	/* padding: 10px 0; */
}

/* header */
.header {
	opacity: 1;
	position: absolute;
	top: 0;
	transition: opacity ease 400ms;
	width: 100%;
	z-index: 9;
}
.header.invisible {
	opacity: 0;
}
.header.fixed {
	position: fixed;
}
.header.fixed .header__bg {
	background: #000;
}
.header__bg {
	background: transparent;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}
.header.dark .header__bg {
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 1)), to(rgba(0, 0, 0, 0)));
	background-image: linear-gradient(to bottom, rgba(0, 0, 0, 1), rgba(0, 0, 0, 0));
}
/* DEFAULT COLOR SCHEME IS DARK TEXT AGAINST LIGHT BG */
/* SCHEME IS INVERTED FOR DARK BG OR FIXED BG */
.header.dark .header__frame,
.header.fixed .header__frame {
	-webkit-filter: invert(1);
	filter: invert(1);
}
.header > .page_frame {
	max-width: none;
	padding: 0 17px;
}
body.admin .header > .page_frame {
	padding-left: 50px;
}
.header .logo {
	margin-right: 13px;
	max-width: 218px;
	width: 100%;
}
.header .logo img {
	max-height: 50px;
	max-width: 218px;
	width: 100%;
}
.header__frame {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}
.header__nav-toggle {
	background-color: transparent;
	cursor: pointer;
	display: inline-block;
	/* border: 1px solid #000; */
	line-height: 1;
	padding: 6px;
}
@media only screen and (max-width: 767px) {
	.header__nav {
		margin-left: auto;
		padding-bottom: 10px;
		padding-top: 10px;
		text-align: right;
	}
	.header .page_frame {
		padding: 0;
	}
	.header__logo {
		margin-left: 20px;
	}
	.header__nav {
		margin-right: 20px;
	}
	.header__nav-toggle {
		position: relative;
		z-index: 10;
	}
	.header__nav-wrapper {
		background-color: white;
		display: none;
		left: auto;
		min-width: 275px;
		padding-bottom: 45px;
		padding-top: 84px;
		position: absolute;
		right: 0;
		text-align: left;
		top: 0;
		width: auto;
		z-index: 9;
	}
	.header__nav .header__nav-wrapper {
		background: #000;
		display: block;
		filter: invert(1);
		transform: translateY(-500px);
		transition: transform ease-in-out 700ms;
	}
	.header .nav li {
		text-align: right;
	}
	.header .nav a {
		color: #fff;
		display: inline-block;
		font-size: 1.5625rem;
		padding: 10px 30px;
	}
	.header .nav a:hover,
	.header .nav a:focus {
		color: #fff;
	}
	.header .nav li .subnav {
		background-color: #000;
		display: block;
		left: auto;
		position: relative;
	}
	.header .nav li .subnav a {
		font-size: 1.0625rem;
	}
	.header .nav button {
		display: none;
	}
	.header__nav .header__nav-wrapper.toggle-show {
		transform: translateY(0);
	}
	.fixed .header__nav-wrapper {
		/* left: -20px;
		width: calc(100% + 40px); */
	}
	.icon-menu {
		background-image: url(/images/sites/id2/icon_menu.png);
		background-position: center center;
		background-repeat: no-repeat;
		background-size: contain;
		color: #000;
		display: inline-block;
		font-size: 0;
		height: 30px;
		width: 40px;
		position: relative;
		top: -10px;
	}
	[aria-expanded="true"] .icon-menu {
		background-image: url(/images/sites/id2/icon_close-black.png);
	}
	.header__nav--utility {
		display: none;
	}
	.header__nav-wrapper.toggle-show {
		display: initial;
	}
	.header .subnav {
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		padding: 0 0 5px 0;
	}
}
/* hover indicator is meaningless, mobile browsers implement it */
@media only screen and ((hover: none) or (max-width: 767px)) {
	.header .nav {
		/* background-color: #000; */
	}
	.header .nav li {
		line-height: 1.5em;
	}
	.header .nav a,
	.header .nav button {
		/* color: #fff; */
	}
	.header .subnav.toggle-show {
		display: block;
		left: 0;
		position: relative;
	}
	.header .subnav-toggle {
		background-color: transparent;
		border: 0;
		height: 32px;
		position: absolute;
		right: 20px;
		top: 0;
		width: 32px;
	}
	.header .subnav-toggle:before {
		content: "+";
		font-size: 1rem;
		left: 50%;
		position: absolute;
		top: 50%;
		-webkit-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
	}
	.header .subnav-toggle[aria-expanded="true"]:before {
		content: "–";
	}
}
@media only screen and (hover: hover) and (min-width: 768px) {
	.header .subnav-toggle {
		display: none;
	}
	.header .nav > li:hover .subnav,
	.header .nav > li:focus-within .subnav {
		left: 0;
	}
}
@media only screen and (hover: none) and (min-width: 768px) {
	.header .subnav.toggle-show {
		position: absolute;
	}
	.header .subnav-toggle {
		height: 20px;
		right: -5px;
		top: 50%;
		width: 20px;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
	}
	.header .nav > li > a:hover + .subnav,
	.header .nav > li .subnav:focus-within {
		left: 0;
	}
}
@media only screen and (min-width: 768px) {
	.header {
		padding-bottom: 40px;
		padding-top: 40px;
	}
	.header > .page_frame {
		padding-left: 55px;
	}
	.header .header__nav {
		margin-top: -5px;
	}
	.header .nav--primary a {
		display: inline-block;
		font-size: 1.0625rem;
		font-weight: 400;
		line-height: 1em;
		padding: 10px 13px;
	}
	.header .nav--primary .subnav a {
		font-size: 0.875rem;
		padding: 5px 13px;
	}
	.header__nav-toggle,
	.header__nav-wrapper .nav--utility {
		display: none;
	}
}
@media only screen and (min-width: 1400px) {
	.header .logo img {
		max-height: 52px;
		max-width: 231px;
		min-height: 40px;
		min-width: 178px;
		height: 2.5vw;
		width: 100%;
	}
}
/* footer */
.footer {
	padding-bottom: 3.75rem;
	padding-top: 4.6875rem;
	position: relative;
	z-index: 2;
}
#footer,
#footer .bizango_cms_content {
	color: var(--textLight);
}
#footer a,
#footer a.link-accent:after {
	background: #fff;
	display: inline-block;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: all ease 400ms;
	transition: all ease 400ms;
}
#footer a:hover,
#footer a:focus,
#footer a.link-accent:hover:after,
#footer a.link-accent:focus:after {
	background: -webkit-gradient(linear, left top, left bottom, color-stop(19%, #ad906c), to(#795d26));
	background: linear-gradient(to bottom, #ad906c 19%, #795d26 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	-webkit-transform: scale(1.05);
	transform: scale(1.05);
}
#footer .bizango_cms_content a:hover,
#footer .bizango_cms_content a:focus {
	transform: scale(1.1);
}
.footer__top-text {
	margin-bottom: 60px;
	text-align: center;
}
.footer__frame {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin: 0 auto 15px auto;
	padding-bottom: 10px;
	position: relative;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
}
.footer__frame:after {
	background-color: #fff;
	bottom: 0;
	content: "";
	display: inline-block;
	height: 1px;
	left: 50%;
	position: absolute;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 100%;
}
.footer__logo {
	margin-left: 10px;
	margin-right: 10px;
}
.footer__logo img {
	display: block;
	height: 50vw;
	max-height: 65px;
	max-width: 65px;
	width: 100%;
}
.footer .nav {
	display: block;
}
.footer .nav li {
	line-height: 1em;
}
.footer .nav a {
	color: #fff;
	font-family: "montserrat", sans-serif;
	font-size: 0.875rem;
	font-weight: 300;
	line-height: 1em;
	letter-spacing: 0;
	padding: 5px 10px;
	text-transform: uppercase;
}
.footer .subnav {
	display: none;
}
.footer__nav--social {
	text-align: center;
	width: 100%;
	/* display: -webkit-box;
	display: -ms-flexbox;
	display: flex; */
}
html body .public-section #footer .footer__nav--social a {
	color: #fff;
	text-decoration: none;
	/* font-size: 0; */
}
.deep-footer {
	background-color: #000;
	padding-bottom: 0.5rem;
	padding-top: 0.5rem;
	position: relative;
	z-index: 2;
}
.deep-footer__content {
	color: #888;
	text-align: center;
}
.deep-footer .copyright {
	font-size: 0.625rem;
	letter-spacing: 0.2em;
	text-transform: uppercase;
}
#bizango {
	width: 220px;
	height: 12px;
	padding-bottom: 20px;
	font-size: 10px;
	color: #888;
	display: block;
	margin: 40px auto 25px;
	background-image: url("/images/bizango-white-400x58.png");
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: 100px auto;
	text-decoration: none;
}
@media only screen and (max-width: 767px) {
	#footer .nav li {
		text-align: left;
	}
}
/* REQUIRED FOR CMS */
.help {
	background: #ddd;
	border-radius: 8px;
	color: #666;
	font-size: 13px;
	line-height: 1;
	margin: 0;
	padding: 10px;
}
.help p a {
	color: #ddd;
	text-decoration: underline;
}
.block__admin-view {
	padding-left: 42px;
}
@media only screen and (max-width: 767px) {
	.bizango_cms_content [style*="text-align: right"] {
		text-align: left !important;
	}
}

/* OPTIONAL */
img.illustration {
	display: block;
	margin: 0;
	margin-bottom: 20px;
}

/* helpers-> clearfix */
.group:before,
.group:after {
	content: "";
	display: table;
}
.group:after {
	clear: both;
}
.group {
	zoom: 1; /* For IE 6/7 (trigger hasLayout) */
}
.clear {
	clear: both;
}
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	-webkit-clip-path: inset(50%);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
	word-wrap: normal !important;
}
.screen-reader-text:focus {
	background-color: #eee;
	clip: auto !important;
	-webkit-clip-path: none;
	clip-path: none;
	color: #444;
	display: block;
	font-size: 1em;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 999999;
}
/* --------------------------------------------- DEFAULTS */
/* BIZANGO PAGE LAYOUT STRUCTURE */
.page_frame {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0 auto;
	max-width: var(--pageFrame);
	padding-left: 20px;
	padding-right: 20px;
	position: relative;
	width: 100%;
}
/* PADDING */
.block {
	padding-bottom: 1em;
	padding-top: 1em;
}
/* html body .padding-top__less .background-text-outer */
html body .padding-top__less {
	padding-top: var(--padLess);
}
/* html body .padding-top__normal .background-text-outer, */
html body .padding-top__normal,
.block--hero.padding-top__less,
html body .hero-padding-top__less {
	padding-top: var(--padNorm);
}
/* html body .padding-top__more .background-text-outer, */
html body .padding-top__more,
.block--hero.padding-top__normal,
html body .hero-padding-top__normal {
	padding-top: var(--padMore);
}
html body .padding-top__even-more {
	padding-top: var(--padEvenMore);
}
html body .padding-top__most,
.block--hero.padding-top__more,
html body .hero-padding-top__more {
	padding-top: 9.95rem;
}
html body .padding-bottom__less {
	padding-bottom: var(--padLess);
}
html body .padding-bottom__normal,
.block--hero.padding-bottom__less,
html body .hero-padding-bottom__less {
	padding-bottom: var(--padNorm);
}
html body .padding-bottom__more,
.block--hero.padding-bottom__normal,
html body .hero-padding-bottom__normal {
	padding-bottom: var(--padMore);
}
html body .padding-bottom__even-more {
	padding-bottom: var(--padEvenMore);
}
.block--hero.padding-bottom__more,
html body .hero-padding-bottom__more {
	padding-bottom: 9.95rem;
}
@media only screen and (max-width: 640px) {
	html body .padding-top__less .background-text-outer {
		padding-top: calc(var(--padLess) - 38px);
	}
	html body .padding-top__normal .background-text-outer {
		padding-top: calc(var(--padNorm) - 38px);
	}
	html body .padding-top__more .background-text-outer {
		padding-top: calc(var(--padMore) - 38px);
	}
}

/* BACKGROUND */
.block-option-container--background-color .block-option-button-group > span:nth-last-child(-n + 3),
.block-option-container--hover-background-color .block-option-button-group > span:nth-last-child(-n + 3),
.block-option-container--pop-background-color .block-option-button-group > span:nth-last-child(-n + 3),
.block-option-container--mobile-background-color .block-option-button-group > span:nth-last-child(-n + 3),
.block-option-container--button-background-color .block-option-button-group > span:nth-last-child(-n + 3),
.block-option-container--text-area-background-color .block-option-button-group > span:nth-last-child(-n + 3),
.block-option-container--text-shadow-color .block-option-button-group > span:nth-last-child(-n + 3),
.block-option-container--initial-background-color .block-option-button-group > span:nth-last-child(-n + 3) {
	display: none;
}
.block_container .block_type__text-box.background-color__primary {
	border-color: var(--gray);
}
.block_container .swatch__primary,
.block_container .background-color__primary,
.block_container .block.box-background-color__primary .text-box:after,
.background-color__primary.parallax__yes .block__bg-img {
	background-color: var(--gray);
	color: var(--textDark);
}
.text-shadow-color__primary.text-shadow-opacity__heavy .bizango_cms_content *:not(a) {
	text-shadow: 0px 0px 8px var(--gray);
}
@media only screen and (max-width: 767px) {
	.block_container .mobile-background-color__primary {
		background-color: var(--gray);
		color: var(--textDark);
	}
}
.below-block-background-color__primary .block-border-bottom__body,
.below-block-background-color__primary .block-border-bottom__border,
.above-block-background-color__primary .block-border-top__body,
.above-block-background-color__primary .block-border-top__border {
	fill: var(--gray);
}
.block_type__1-column-pop.pop-background-color__primary .all-cols-wrap .col-1 {
	background-color: var(--gray);
	color: var(--textDark);
}
.block_type__2-column-pop.pop-column__left.pop-background-color__primary .all-cols-wrap .col-1,
.block_type__2-column-pop.pop-column__right.pop-background-color__primary .all-cols-wrap .col-2 {
	background-color: var(--gray);
	color: var(--textDark);
}
.block_type__story-panel.box-style__solid.text-area-background-color__primary .col-2 {
	background-color: var(--gray);
	color: var(--textDark);
}
.block_type__story-panel.box-style__outline.text-area-background-color__primary .col-2 {
	border-color: var(--gray);
}
.block_type__boxes.background-color__primary .box,
.block_type__boxes.background-color__primary .admin-frame .box,
.block_type__boxes.block.hover-background-color__primary .box:hover,
.block_type__boxes.block.hover-background-color__primary .box:focus-within,
.block_type__boxes.hover-background-color__primary .admin-frame .hover-box.box {
	background-color: var(--gray);
	color: var(--textDark);
}
.block_type__faqs.button-background-color__primary .windowshade-button {
	background-color: var(--gray);
	color: var(--textDark);
}

.block_type__subpage-overlay.initial-background-color__primary .grid-item,
.block_type__subpage-overlay.hover-background-color__primary .grid-item:hover,
.block_type__subpage-overlay.hover-background-color__primary .grid-item:focus-within {
	background-color: var(--gray);
	color: var(--textDark);
}
.block_type__subpage-overlay.block__admin-view.initial-background-color__primary .grid__item-bg,
.block_type__subpage-overlay.block__admin-view.hover-background-color__primary .grid__item-bg:hover,
.block_type__subpage-overlay.block__admin-view.hover-background-color__primary .grid__item-bg:focus-within {
	background-color: var(--gray);
	color: var(--textDark);
}
/* --------------------------------------------- OVERLAYS */
.olay-before::before,
.olay-after::after,
.olay-image-before .block__bg-img::before,
.olay-image-after .block__bg-img::after {
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}
.olay--proj-detail:after {
	background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.8)), to(rgba(0, 0, 0, 0)));
	background-image: linear-gradient(to top, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0));
	bottom: 0;
	max-height: 250px;
	top: auto;
}
.olay--featured-hero:before {
	background-image: linear-gradient(to top, rgba(0, 0, 0, 1), rgba(0, 0, 0, 0));
	bottom: calc(100% - 1px);
	content: "";
	left: 0;
	/* height: 175px; */
	/* height: 145px; */
	height: 165px;
	position: absolute;
	/* top: calc(100vh - 175px); */
	/* top: calc(100vh - 145px); */
	/* top: calc(100vh - 125px); */
	width: 100%;
	z-index: 1;
}
/*--------------------------------------------- SKIP TO */
.nav--skip-to:focus,
.nav--skip-to:focus-within {
	opacity: 1;
	z-index: 99999;
}
.nav--skip-to {
	background-color: rgb(53, 52, 120);
	left: 0;
	opacity: 0;
	padding: 5px 10px;
	position: fixed;
	top: 0;
	z-index: -1;
}
.nav__li--skip-to {
	list-style: none;
	margin: 0 5px;
}
.nav__li--skip-to:last-child {
	margin-bottom: 0px;
}
.nav--skip-to .nav__a--skip-to {
	color: white;
	font-weight: 700;
	text-decoration: underline;
}
/* --------------------------------------------- CUSTOM BLOCK OPTIONS */
.block,
.block div {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.constrain-content__yes .page_frame {
	max-width: 815px;
}
.block.constrain-content__some .all-cols-wrap {
	max-width: 915px;
	margin: 0 auto;
}
.block.constrain-content__more .all-cols-wrap {
	max-width: 680px;
	margin: 0 auto;
}
.page_frame--static > .page_frame {
	position: static;
}
.page_frame--full > .page_frame {
	max-width: 100%;
	padding: 0;
}
.page_frame--1400 > .page_frame {
	max-width: 1400px;
	padding: 0;
}
.block.full-bleed__yes > .page_frame {
	padding-left: 0;
}
.block.full-bleed__yes .all-cols-wrap > .col-1 {
	padding: 0;
}
.vid-help {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.vid-help > * {
	margin: 0 10px;
}

@media only screen and (min-width: 768px) {
	/* BACKGROUND TEXT */
	.block .background-text-outer {
		left: 50%;
		position: absolute;
		text-align: center;
		top: 0;
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%);
		width: calc(100% - 120px);
		/* width: 2000px; */
	}
	.block.background-text__true {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		min-height: 250px;
		overflow: hidden;
	}
	.block.sticky-background-text__true .outer-cols-wrap {
		height: 100%;
		left: 0;
		position: absolute;
		top: 0;
		width: 100%;
	}
	.block.sticky-background-text__true {
		overflow: unset;
	}
	.block.sticky-background-text__true .element__bg_text {
		position: -webkit-sticky;
		position: sticky;
		top: 0;
	}
	.center-background-text__true .background-text-outer {
		top: 50%;
		transform: translate(-50%, calc(-50% - 0.5em));
	}
	html body .public-section .block.center-background-text__true .background-text {
		padding-top: 0;
	}
	.block.background-text__true .bizango_cms_content > *:last-child {
		margin-bottom: 0;
	}
}
@media only screen and (max-width: 767px) {
	.block.background-text__true .element__bg_text {
		display: none;
	}
	.block.background-text__true {
		/* min-height: 260px; */
	}
}
/* --------------------------------------------- BLOG */

/* --------------------------------------------- CUSTOM BLOCKS */
.captions__on .bizango_image_caption {
	display: block;
}
.box--admin,
.box--admin .help,
.help {
	border-radius: 5px;
}
.box--admin {
	background-color: rgb(231, 231, 231);
	color: rgb(var(--textDark));
	margin: 10px 0;
	max-width: calc(100% - 20px);
	padding: 10px;
	width: -webkit-max-content;
	width: -moz-max-content;
	width: max-content;
}
.box--admin .help,
.help {
	background-color: rgb(207, 207, 207);
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	color: rgb(85, 85, 85);
	margin: 5px 0;
	padding: 5px;
	text-align: center;
	width: 100%;
}
.box--admin .help,
.block .help {
	max-width: 100%;
	width: -webkit-max-content;
	width: -moz-max-content;
	width: max-content;
}
.sr-only {
	line-height: 0;
	margin-bottom: 0;
	position: absolute;
	visibility: hidden;
}
.block .box--admin .bizango_cms_content,
.block .box--admin .cke_editable {
	color: rgb(var(--textDark)) !important;
}
.page_frame--full > .page_frame {
	max-width: 100%;
	padding: 0;
}
.page_frame--static > .page_frame {
	position: static;
}
.block_type__masonry .grid-item .bizango_image_caption {
	background: none;
}
.block_type__photo-quote > .block__bg-img {
	background-image: none !important;
}
html body .public-section .site-block div[class^="col"] {
	padding: 0;
}
.flex-wrap {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
html body .public-section .mb0-last .bizango_cms_content > *:last-child,
html body .public-section .mb0-title > .bizango_cms_content,
html body .public-section .mb0-self {
	margin-bottom: 0;
}
html body .public-section .block.flair__on {
	border-bottom: 0 !important;
}
.block.centered-columns__yes .bizango_cms_content {
	text-align: center;
}
.full-absolute > .bizango_image_controls {
	position: absolute;
	z-index: 1;
}
.full-img img {
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center center;
	object-position: center center;
	width: 100%;
}
.block.no-col-pad > .page_frame > .all-cols-wrap > div[class*="col"] {
	padding: 0;
}
@media only screen and (max-width: 767px) {
	.block.mobile-center-text__true .bizango_cms_content {
		text-align: center;
	}
}
/* SLIDER */
html body .block .slick-dots li {
	height: 9px;
	padding: 0;
	margin: 0 6px;
	width: 9px;
}
html body .block .slick-dots li button {
	border-radius: 50%;
	background-color: #696969;
	height: 9px;
	margin: 0;
	padding: 0;
	opacity: 0.5;
	width: 9px;
}
html body .block .slick-dots li.slick-active button,
html body .block .slick-dots li button:hover,
html body .block .slick-dots li button:focus {
	opacity: 1;
}
html body .block .slick-dots li button:before {
	display: none;
}
html body .block.background-color__black .slick-dots li button {
	background-color: #fff;
}
html body .block_type__big-slider .slick-dots li button {
	border-radius: 0;
	height: 20px;
	width: 20px;
}
/* -------- FEATURED HERO ---------- */
.block_type__featured-hero {
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 100vh;
	left: 0;
	position: fixed;
	top: 0;
	-webkit-transition: opacity ease 100ms;
	transition: opacity ease 100ms;
	width: 100%;
}
.block_type__featured-hero:after {
	bottom: 0;
	content: "";
	background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 1)), to(rgba(0, 0, 0, 0)));
	background-image: linear-gradient(to top, rgba(0, 0, 0, 1), rgba(0, 0, 0, 0));
	height: 200px;
	left: 0;
	position: absolute;
	width: 100%;
}
.block_type__featured-hero .bg-video-container {
	height: 100vh;
	left: 0;
	position: fixed;
	top: 0;
	width: 100vw;
}
.featured-hero__text {
	color: var(--textLight);
	position: relative;
	z-index: 1;
}
html body .block .featured-hero__text .sub-title {
	font-size: 1.125rem;
}
html body .block .featured-hero__text h2 {
	font-size: 2.5rem;
}
.video-controls {
	bottom: 80px;
	position: absolute;
	right: 20px;
	z-index: 10;
}
.block_type__site-hero .video-controls {
	bottom: 46px;
}
button.video-play-pause-toggle,
button.hidden-play-pause-toggle {
	background-color: transparent;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	box-sizing: content-box;
	border: 0;
	display: inline-block;
	height: 14px;
	margin: 0 5px;
	position: relative;
	width: 12px;
}
button.video-play-pause-toggle img {
	height: 100%;
	object-fit: contain;
	object-position: center center;
	width: 100%;
}
button.video-play-pause-toggle[data-toggle="play"] .pause {
	display: none;
	/* background-image: url(/images/sites/id2/icon_play.png); */
}
button.video-play-pause-toggle[data-toggle="pause"] .play {
	display: none;
	/* background-image: url(/images/sites/id2/icon_pause.png); */
}
button.hidden-play-pause-toggle {
	cursor: pointer;
	height: 40px;
	position: absolute;
	right: 5px;
	top: calc(100vh - 110px);
	width: 40px;
	z-index: 1;
}
:root {
	--video-width: 100vw;
	--video-height: 100vh;
}
@media (min-aspect-ratio: 16/9) {
	:root {
		--video-height: 56.25vw;
	}
}
@media (max-aspect-ratio: 16/9) {
	:root {
		--video-width: 177.78vh;
	}
}
.block_type__featured-hero .bg-video-container,
.block_type__featured-hero .video-controls {
	opacity: 0;
	-webkit-transition: opacity ease 700ms;
	transition: opacity ease 700ms;
}
.block_type__featured-hero .bg-video-container.active,
.block_type__featured-hero .video-controls.active {
	opacity: 1;
}
.bg-video-frame {
	position: relative;
	overflow: hidden;
	width: 100vw;
	height: 100vh;
	-webkit-transition: opacity ease 200ms;
	transition: opacity ease 200ms;
}
.bg-video-frame iframe,
.media-container iframe {
	position: absolute;
	top: 50%;
	left: 50%;
	width: var(--video-width);
	height: var(--video-height);
	max-width: none;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.block_type__featured-hero > .page_frame {
	margin-bottom: 75px;
}
/* ADMIN */
.block_type__featured-hero.block__admin-view {
	position: relative;
}
.block_type__featured-hero.block__admin-view .bg-video-container {
	position: absolute;
}
.block_type__featured-hero .vid-help,
.block_type__site-hero .vid-help {
	left: 50px;
	position: absolute;
	/* top: 133px; */
	top: 260px;
	z-index: 1;
}
@media only screen and (min-width: 1000px) {
	.block_type__featured-hero .element__block_bg_lazy {
		display: none;
	}
	.block_type__featured-hero .all-cols-wrap {
		max-width: calc(100% - 80px);
	}
	.block_type__featured-hero .video-controls {
		bottom: 125px;
		right: 42px;
	}
	.block_type__featured-hero button.hidden-play-pause-toggle {
		right: 42px;
		top: calc(100vh - 142px);
	}
	button.hidden-play-pause-toggle {
		right: 25px;
		top: calc(100vh - 155px);
	}
}
@media only screen and (max-width: 767px) {
	html body .block .featured-hero__text h2 {
		line-height: 1.2em;
	}
	.video-controls {
		bottom: 22px;
		right: 22px;
		z-index: 2;
	}
	button.hidden-play-pause-toggle {
		bottom: 12px;
		right: 8px;
		top: auto;
		/* top: calc(100vh - 54px); */
		width: 40px;
		height: 40px;
	}
}
/* @media only screen and (min-width: 2000px) {
	.block_type__featured-hero {
		left: 50%;
		max-width: 3500px;
		margin: 0 auto;
		overflow: hidden;
		transform: translateX(-50%);
	}
} */
/* -------- SITE HERO ---------- */
html body .public-section .block.block_type__site-hero {
	overflow: hidden;
}
/* .block_type__site-hero .bg-video-frame, */
html body .public-section .block.block_type__site-hero {
	height: 71vh;
}
.block_type__site-hero .bg-video-frame,
.block_type__site-hero .video-controls {
	opacity: 0;
	-webkit-transition: opacity ease 700ms;
	transition: opacity ease 700ms;
}
.block_type__site-hero .bg-video-frame.active,
.block_type__site-hero .video-controls.active {
	opacity: 1;
}
html body .public-section .block.after-site-hero-block {
	min-height: 29vh;
	/* min-height: 0; */
	/* padding: 0; */
}
html body .public-section .block.after-site-hero-block.background-text__true .background-text-outer {
	padding-top: 0;
	top: 50%;
	transform: translate(-50%, -53%);
}
html body .public-section .block.after-site-hero-block.background-text__true .background-text {
	padding-top: 0;
}
/* -------- RECENT PROJECTS ---------- */

.recent-projects__recent-project {
	max-width: 350px;
	margin: 0 auto;
	padding: 11px 0px;
	-webkit-transition: -webkit-transform ease 500ms;
	transition: -webkit-transform ease 500ms;
	transition: transform ease 500ms;
	transition: transform ease 500ms, -webkit-transform ease 500ms;
	width: 100%;
}
.recent-projects__recent-project:hover,
.recent-projects__recent-project:focus-within {
	-webkit-transform: scale(1.05);
	transform: scale(1.05);
}
.recent-projects__recent-project:hover .recent-project__content,
.recent-projects__recent-project:focus-within .recent-project__content {
	opacity: 0.5;
}
.recent-project__image {
	height: 52vw;
	max-height: 260px;
	width: 100%;
}
.recent-project__image img {
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center center;
	object-position: center center;
	width: 100%;
	margin-bottom: 5px;
}
.recent-project__content {
	opacity: 1;
	-webkit-transition: opacity ease 500ms;
	transition: opacity ease 500ms;
}
.recent-projects__recent-project .project-name {
	text-decoration: underline;
	text-underline-offset: 5px;
}
.recent-projects__recent-project .project-name span {
	font-size: 0.625rem;
	font-weight: 500;
	line-height: 1em;
	letter-spacing: 0;
}
.recent-projects__recent-project .project-name span.divider {
	font-size: 0.6em;
}
.recent-projects__recent-project .project-loc {
	font-size: 0.625rem;
	font-weight: 300;
	line-height: 1em;
	letter-spacing: 0;
}
.recent-projects__recent-project a {
	font-size: 0;
}
/* ADMIN */
.recent-projects__recent-project .bizango_image_controls {
	display: none;
}
.block__admin-view .recent-projects__recent-project select {
	margin-bottom: 10px;
	z-index: 2;
}
.block__admin-view .recent-projects__recent-project a {
	max-height: calc(100% - 20px);
	top: 20px;
}
@media only screen and (min-width: 640px) {
	.recent-projects__recent-projects {
		margin: 0 -15px;
	}
	.recent-projects__recent-project {
		margin: 0;
		max-width: 50%;
		padding: 11px 15px;
	}
	.recent-project__image {
		height: 32vw;
		max-height: 280px;
	}
}
@media only screen and (min-width: 768px) {
	.recent-projects__recent-project {
		max-width: 33.333%;
	}
	.recent-project__image {
		height: 22vw;
	}
}
@media only screen and (min-width: 2000px) {
	.recent-project__image {
		max-height: 417.6px;
	}
}
/* ------------1 COL -------------- */
.block_type__1-column.background-text__true.padding-top__more .background-text {
	padding-top: calc(var(--padMore) - 30px);
}
.block_type__1-column.background-text__true.padding-top__normal .background-text {
	padding-top: calc(var(--padNorm) - 30px);
}
.block_type__1-column.background-text__true.padding-top__less .background-text {
	padding-top: calc(var(--padLess) - 30px);
}
/* ------------1 COL ACCENT-------------- */
.block_type__1-column-accent .all-cols-wrap {
	display: block;
	margin: 0 auto;
	max-width: 1000px;
}
.one-column-accent__text:before {
	background-image: url(/images/sites/id2/logo_white-compact.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	display: none;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	height: 120px;
	opacity: 0.8;
	position: relative;
	margin: 0 auto 20px auto;
	width: 116px;
}
.one-column-accent__text:before {
	-webkit-filter: brightness(0);
	filter: brightness(0);
}
.background-color__black .one-column-accent__text:before {
	-webkit-filter: none;
	filter: none;
}
.flair__on .one-column-accent__text:before {
	display: inline-block;
}
.block_type__1-column-accent .bizango_cms_content h5,
.block_type__1-column-accent .bizango_cms_content .h5-style {
	font-size: 1.25rem;
	font-weight: 300;
	line-height: 1.4em;
}
@media only screen and (min-width: 768px) {
	.one-column-accent__text {
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
	}
	.one-column-accent__text:before {
		margin: 0 30px 0 0;
	}
}
/* ------------3 COL-------------- */
.block_type__3-column.constrain-content__yes .all-cols-wrap {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.block_type__3-column.constrain-content__yes .all-cols-wrap > div[class*="col"] {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	padding-left: 30px;
	padding-right: 30px;
}
/* OPTIONS */
.block_type__3-column.background-text__true.padding-top__more .background-text {
	padding-top: var(--padMore);
}
.block_type__3-column.background-text__true.padding-top__normal .background-text {
	padding-top: var(--padNorm);
}
.block_type__3-column.background-text__true.padding-top__less .background-text {
	padding-top: var(--padLess);
}
/* ------------MAP BLOCK-------------- */
html body .public-section .block.block_type__map-block {
	min-height: 690px;
	overflow: hidden;
}
.block_type__map-block .map-block__img {
	height: 100%;
	margin-bottom: 50px;
	width: 100%;
}
.map-block__img img {
	height: 100%;
	margin-bottom: 0;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center center;
	object-position: center center;
	width: 100%;
}
.block_type__map-block > .page_frame {
	max-width: 1308px;
}
.block_type__map-block .col-1 {
	width: 100%;
}
/* ADMIN */
.map-block__img .bizango_image_controls {
	position: absolute;
	z-index: 1;
}
/* OPTIONS */
.block_type__map-block.padding-top__more {
	padding-top: 7.1875rem;
}
html body .block_type__map-block.flip-content__true .col-1 {
	margin-left: auto;
}
.block_type__map-block.flip-content__true .map-block__img {
	left: auto;
	margin-left: 0;
	margin-right: 190px;
	right: 50%;
	-webkit-transform: translateX(50%);
	transform: translateX(50%);
}
@media only screen and (min-width: 768px) {
	.block_type__map-block .map-block__img {
		margin-bottom: 0;
		margin-left: 395px;
		left: 50%;
		max-width: 840px;
		position: absolute;
		top: 0;
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%);
	}
	.block_type__map-block .col-1 {
		margin-top: 115px;
		max-width: 395px;
	}
}
@media only screen and (min-width: 1000px) {
	.block_type__map-block .map-block__img {
		margin-left: 190px;
	}
	.block_type__map-block .col-1 {
		max-width: 395px;
		max-width: 31.15%;
	}
}
/* ------------PANELS BLOCK-------------- */
.block.block_type__panels-block {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	overflow: hidden;
	padding: 0;
	position: relative;
}
.block.block_type__panels-block .col-1 {
	padding: 0;
}
.panels-block__panel {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	height: 100%;
	max-width: 100%;
	min-height: 570px;
	-webkit-transition: opacity ease 500ms;
	transition: opacity ease 500ms;
	width: 100%;
	z-index: 1;
}

.panels-block__panel {
	/* padding-left: 4%; */
}
.block .panels-block__panel-bg {
	background: #000;
	opacity: 1;
	overflow: hidden;
	-webkit-transition: opacity ease 500ms;
	transition: opacity ease 500ms;
}
.block .panels-block__panel-bg img {
	display: none;
}
.panels-block__panel .panels-block__panel-bg .cropped-image {
	display: block;
	height: 100%;
	max-height: 100%;
	opacity: 0.3;
	padding: 0;
	position: absolute;
	-webkit-transition: opacity ease 500ms;
	transition: opacity ease 500ms;
	width: 100%;
}
.panels-block__panel .panels-block__panel-bg .cropped-image__bg-img {
	max-width: 100vw;
	width: 100vw;
}
.panels-block__full-panel-bg {
	display: none;
}
.panels-block__panel-content {
	display: block;
	margin: 0 auto;
	opacity: 1;
	text-align: center;
	-webkit-transition: opacity ease 500ms;
	transition: opacity ease 500ms;
}
.panels-block__panel-title {
	max-width: 285px;
	position: relative;
}
html body .panels-block__panel-title h3 {
	font-size: 1.5625rem;
	font-weight: 700;
	letter-spacing: -0.01em;
	margin-bottom: 10px;
}
.panels-block__panel-desc {
	max-width: 285px;
	position: relative;
	-webkit-transition: opacity ease 500ms;
	transition: opacity ease 500ms;
	width: 100%;
}
html body .block .panels-block__panel-desc .h6-style {
	font-weight: 700;
}
/* ADMIN */
.block.block__admin-view .panels-block__panel {
	padding-left: 20px;
}
.block__admin-view .panels-block__panel .element__help {
	position: relative;
}
.block__admin-view .panels-block__panel:first-child .bizango_image_controls {
	left: 50px;
}
.block__admin-view .panels-block__panel-content,
.block.block__admin-view.hide-descriptions__yes .panels-block__panel-desc {
	opacity: 1;
}
@media only screen and (min-width: 768px) {
	.panels-block__panel-content {
		text-align: left;
	}
	.panels-block__panel-title,
	.panels-block__panel-desc {
		max-width: 450px;
		position: relative;
	}
	html body .block .panels-block__panel-desc .h6-style {
		font-weight: 500;
	}
}
@media only screen and (min-width: 1000px) {
	.block_type__panels-block .col-1 {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}
	.panels-block__panel {
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		max-width: 33.333%;
		min-height: 813px;
		padding-left: 4%;
	}
	.panels-block__panel-content .bizango_cms_content {
		color: var(--textGrayLight);
		-webkit-transition: all ease 500ms;
		transition: all ease 500ms;
	}
	.active .panels-block__panel-content .bizango_cms_content {
		color: inherit;
	}
	.panels-block__panel-title {
		max-width: 295px;
	}
	.panels-block__panel-desc {
		max-width: 246px;
	}
	.panels-block__panel.hidden {
		/* opacity: 0; */
		-webkit-transition: opacity ease 500ms;
		transition: opacity ease 500ms;
		/* z-index: 2; */
	}
	.panels-block__panel.hidden .panels-block__panel-bg,
	.panels-block__panel.hidden .panels-block__panel-desc {
		opacity: 0;
	}
	.panels-block__panel.active .panels-block__panel-bg {
		opacity: 0;
	}
	.panels-block__full-panel-bg {
		display: block;
	}
	.panels-block__full-panel-bg img {
		-o-object-fit: cover;
		object-fit: cover;
		-o-object-position: center center;
		object-position: center center;
		opacity: 0;
		max-width: 100vw;
		-webkit-transition: opacity ease 500ms;
		transition: opacity ease 500ms;
		width: 100vw;
	}
	.panels-block__full-panel-bg img.active {
		opacity: 0.6;
	}
	.panels-block__panel:nth-child(1) .panels-block__panel-bg .cropped-image__bg-img,
	.panels-block__full-panel-bg img:nth-child(1) {
		left: 0;
	}
	.panels-block__panel:nth-child(1) .panels-block__panel-bg .cropped-image__bg-img {
		background-position: center left;
	}
	.panels-block__panel:nth-child(2) .panels-block__panel-bg .cropped-image__bg-img,
	.panels-block__full-panel-bg img:nth-child(2) {
		left: 50%;
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%);
	}
	.panels-block__panel:nth-child(2) .panels-block__panel-bg .cropped-image__bg-img {
		background-position: center center;
	}
	.panels-block__panel:nth-child(3) .panels-block__panel-bg .cropped-image__bg-img,
	.panels-block__full-panel-bg img:nth-child(3) {
		left: auto;
		right: 0;
	}
	.panels-block__panel:nth-child(3) .panels-block__panel-bg .cropped-image__bg-img {
		background-position: center right;
	}
	.panels-block__panel-content {
		opacity: 0.8;
		-webkit-transition: opacity ease 500ms;
		transition: opacity ease 500ms;
	}
	.active .panels-block__panel-content {
		opacity: 1;
	}
	/* OPTIONS */
	.block_type__panels-block.hide-descriptions__yes .panels-block__panel-desc {
		opacity: 0;
	}
	.block_type__panels-block.hide-descriptions__yes .active .panels-block__panel-desc {
		opacity: 1;
	}
}
@media only screen and (min-width: 1400px) {
	.panels-block__panel:nth-child(1) {
		padding-left: 17px;
	}
	.panels-block__panel:nth-child(2) {
		padding-left: 38px;
	}
	.panels-block__panel:nth-child(3) {
		padding-left: 26px;
	}
}
@media only screen and (min-width: 1600px) {
	.panels-block__panel {
		min-height: 900px;
	}
}
@media only screen and (min-width: 2000px) {
	.block.block_type__panels-block > .page_frame {
		max-width: 100%;
	}
	.panels-block__panel {
		min-height: 1000px;
	}
}
@media only screen and (min-width: 2400px) {
	.panels-block__panel {
		min-height: 1100px;
	}
}
/* -------- STORY BLOCK ---------- */
.block_type__story-block .all-cols-wrap {
	margin: 0 auto;
	max-width: 865px;
	width: 100%;
}
.block_type__story-block .background-text-outer {
	position: relative;
}
.block_type__story-block .background-text {
	margin-bottom: -0.3em;
}
.block_type__story-block .col-1 {
	margin: 0 -17px 30px -17px;
}
.story-block__text {
	margin: 0 39px;
	width: 100%;
}
.element__story_el {
	height: 67vw;
	/* max-height: 267px; */
	max-height: 449px;
	position: relative;
	width: 100%;
}
.element__story_el .slide {
	height: 67vw;
	/* max-height: 267px; */
	max-height: 449px;
}
.element__story_el .slide img {
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center center;
	object-position: center center;
	width: 100%;
}
.col-1 .element__story_el {
	height: 55.6vw;
	margin: 0 17px;
	/* max-height: 302px; */
	max-height: 335px;
	overflow: hidden;
}
.story-el__media-container .vimeo-frame {
	overflow: hidden;
}
.story-el__media-container .vimeo-frame iframe {
	height: 175%;
	left: 50%;
	max-width: none;
	position: absolute;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 132%;
}
.col-1 .story-el__media-container .vimeo-frame iframe {
	height: 100%;
	width: 100%;
}
/* ADMIN */
.block_type__story-block.block__admin-view .all-cols-wrap {
	padding-top: 60px;
}
.block_type__story-block.block__admin-view .help-msg {
	position: absolute;
	top: 0px;
}
.block_type__story-block.block__admin-view .admin-media-data,
.block_type__story-block.block__admin-view .media-type {
	display: block;
	left: 5px;
	position: absolute;
	z-index: 1;
}
.block_type__story-block.block__admin-view .media-type select {
	position: relative;
}
.block_type__story-block.block__admin-view .admin-media-data {
	left: auto;
	right: 5px;
}
.block_type__story-block .col-1 .admin-media-data {
	left: 0;
	bottom: 0;
}
@media only screen and (min-width: 768px) {
	.block_type__story-block .col-1 {
		margin: 0 -17px 30px -17px;
	}
	.story-block__text {
		margin: 0 17px 0 auto;
		max-width: 35%;
	}
	.element__story_el {
		height: 50vw;
		/* max-height: 267px; */
		max-height: 449px;
		position: relative;
	}
	.element__story_el .slide {
		height: 50vw;
		/* max-height: 267px; */
		max-height: 449px;
	}
	.col-1 .element__story_el {
		margin: 0 17px;
		/* max-height: 302px; */
		max-height: 335px;
		max-width: 54.72%;
	}
}
@media only screen and (min-width: 2000px) {
	.block_type__story-block .all-cols-wrap {
		max-width: 70.78%;
	}
	.block_type__story-block .col-1 {
		margin: 0 -25px 30px -25px;
	}
	.story-block__text {
		margin: 0 25px 0 auto;
		max-width: 35%;
	}
	.element__story_el,
	.element__story_el .slide {
		/* max-height: 390px; */
	}
	.col-1 .element__story_el {
		margin: 0 25px;
		max-height: 435px;
	}
}
/* -------- PROJECT DETAILS ---------- */
.block_type__project-detail > .page_frame {
	max-width: 1378px;
}
.block_type__project-detail .col-1,
.block_type__project-detail .col-2 {
	margin-bottom: 45px;
	width: 100%;
}
.project-detail__image {
	height: 90.44vw;
	max-height: 755px;
	position: relative;
	width: 100%;
}
.project-detail__header {
	margin-bottom: 18px;
	width: 100%;
}
html body .block .project-detail__header p {
	font-size: 1.125rem;
	line-height: 1.2em;
}
html body .block .more-text__toggle-button,
html body .block .more-btn {
	background-color: transparent;
	border: 0;
	color: inherit;
	cursor: pointer;
	font-size: 0.625rem;
	font-weight: 600;
	margin-bottom: 20px;
	padding: 10px 0;
	text-decoration: none;
	text-transform: uppercase;
}
html body .block .more-text__toggle-button {
	margin-bottom: 0;
}
html body .block .more-text__toggle-button:after,
html body .block .more-btn:after {
	content: "+";
	display: inline-block;
	margin-left: 5px;
	position: relative;
}
html body .block .more-text__toggle-button.active:after,
html body .block .more-btn.active:after {
	content: "-";
}
.more-text__hidden-content {
	display: none;
}
.block__admin-view .more-text__hidden-content {
	display: block;
}
.more-text__hidden-content .bizango_cms_content > *:last-child {
	margin-bottom: 0;
}
.project-detail__text,
.project-detail__details {
	margin-bottom: 36px;
}
.project-social-share {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.block .project-social-share > h6 {
	font-size: 0.875rem;
	margin-bottom: 0;
	margin-right: 10px;
}
.project-social-share a {
	color: initial;
	font-size: 0;
	margin: 0 5px;
	text-decoration: none;
}
a.extra-icons.linked-in:before {
	content: "\e924";
	font-family: "bizango-icons";
	font-size: 0.875rem;
}
a.extra-icons.facebook:before {
	content: "\e921";
	font-family: "bizango-icons";
	font-size: 0.875rem;
}
a.extra-icons.x:before {
	content: "\e900";
	font-family: "extra_icons";
	font-size: 0.875rem;
}
.project-details__details-text {
	margin-bottom: 50px;
}
.detail-wrapper {
	display: block;
	margin-bottom: 24px;
	padding-left: 40px;
	position: relative;
}
html body .block .detail-wrapper p.mb0 {
	font-size: 0.875rem;
	margin-bottom: 3px;
}
.detail-wrapper:before {
	color: inherit;
	content: "";
	display: inline-block;
	font-family: "extra_icons";
	font-size: 1.2em;
	height: 20px;
	left: 0;
	position: absolute;
	top: 3px;
	width: 33px;
}
.detail-wrapper.location:before {
	content: "\e903";
}
.detail-wrapper.proj-size:before {
	content: "\e904";
}
.detail-wrapper.time-frame:before {
	content: "\e902";
}
.detail-wrapper.work:before {
	content: "\e901";
	font-size: 1em;
}
html body .block .detail-wrapper .bizango_cms_content,
html body .block .detail-wrapper .bizango_cms_content > p {
	font-size: 0.875rem;
	font-weight: 400;
	line-height: 1em;
	letter-spacing: 0;
}
.block .project-details__links a {
	text-decoration: none;
}
/* ADMIN */
.project-detail__image > .bizango_image_controls {
	position: absolute;
}
@media only screen and (min-width: 768px) {
	.block_type__project-detail .all-cols-wrap {
		margin: 0 -20px;
	}
	.block_type__project-detail .col-1 {
		max-width: 59.07%;
		max-width: 814px;
	}
	.project-detail__image {
		height: 56vw;
	}
	.block_type__project-detail .col-2 {
		max-width: 35.56%;
		max-width: 520px;
	}
	.project-detail__header {
		margin-bottom: 36px;
		/* max-width: 290px; */
	}
	.project-detail__text {
		margin-bottom: 78px;
	}
	.project-detail__details {
		margin-bottom: 52px;
	}
}
@media only screen and (min-width: 1000px) {
	.block_type__project-detail .all-cols-wrap {
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}
}
@media only screen and (min-width: 2000px) {
	.block_type__project-detail .col-1 {
		max-width: 59.07%;
	}
	.project-detail__image {
		max-height: 997px;
	}
	.block_type__project-detail .col-2 {
		max-width: 35.56%;
	}
}
/* ------------ FORM -------------- */
.block_type__form > .page_frame {
	max-width: 1055px;
}
html body .block.block_type__form .col-1 {
	width: 100%;
}
html body .block.block_type__form .col-1 {
	margin-bottom: 30px;
}
.block_type__form .col-2 {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
html body .block.block_type__form .col-2 > div {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	width: 100%;
}
.element__form_2024 .form__col {
	width: 100%;
}
.block .element__form_2024 .form-field {
	margin: 30px 0;
	width: 100%;
}
.element__form_2024 .form-field:not(.form-field__input-captcha) label {
	display: none;
}
html body .block input.error,
.element__form_2024 .form-field input[type="text"],
.element__form_2024 .form-field input[type="tel"],
.element__form_2024 .form-field input[type="email"] {
	background-color: transparent;
	border: 0;
	border-bottom: 2px solid #d9d9d9;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	color: currentColor;
	display: block;
	line-height: 2em;
	outline: none;
	width: 100%;
}
.element__form_2024 .error {
	border: 0;
	background: #f18d74;
	color: white;
	font-family: "montserrat", sans-serif;
	font-weight: 300;
}
.block .element__form_2024 .form-field__textarea label {
	display: block;
}
.element__form_2024 .form-field textarea,
html body .block textarea.error {
	background-color: #fff;
	border: 2px solid #d9d9d9;
	display: block;
	min-height: 305px;
	width: 100%;
}
.block.block_type__form .form-field input::-webkit-input-placeholder {
	color: currentColor;
	font-family: "montserrat", sans-serif;
	font-size: 1.0625rem;
	font-weight: 300;
	line-height: 1.2em;
	opacity: 1;
}
.block.block_type__form .form-field input::-moz-placeholder {
	color: currentColor;
	font-family: "montserrat", sans-serif;
	font-size: 1.0625rem;
	font-weight: 300;
	line-height: 1.2em;
	opacity: 1;
}
.block.block_type__form .form-field input:-ms-input-placeholder {
	color: currentColor;
	font-family: "montserrat", sans-serif;
	font-size: 1.0625rem;
	font-weight: 300;
	line-height: 1.2em;
	opacity: 1;
}
.block.block_type__form .form-field input::-ms-input-placeholder {
	color: currentColor;
	font-family: "montserrat", sans-serif;
	font-size: 1.0625rem;
	font-weight: 300;
	line-height: 1.2em;
	opacity: 1;
}
.block.block_type__form .form-field input::placeholder {
	color: currentColor;
	font-family: "montserrat", sans-serif;
	font-size: 1.0625rem;
	font-weight: 300;
	line-height: 1.2em;
	opacity: 1;
}
.block .element__form_2024 .form-field.error {
	max-width: 100%;
}
/* OPTIONS */
html body .block.background-color__black input.error,
.background-color__black .element__form_2024 .form-field input[type="text"],
.background-color__black .element__form_2024 .form-field input[type="tel"],
.background-color__black .element__form_2024 .form-field input[type="email"] {
	background-color: #000;
	color: #fff;
}
.background-color__black .element__form_2024 .form-field textarea,
html body .block.background-color__black textarea.error {
	background-color: #000;
	color: #fff;
}
@media only screen and (min-width: 768px) {
	.block_type__form .col-2 {
		margin: 0 -30px;
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
	}
	.block_type__form .form__text {
		max-width: 395px;
		max-width: 36.75%;
	}
	.block_type__form .form__form {
		max-width: 52%;
	}
	html body .block.block_type__form .col-2 > div {
		padding: 0 30px;
	}
	/* OPTIONS */
	html body .block.block_type__form.background-text__true .col-1 {
		margin-top: 100px;
	}
}
/* ------------MOSAIC GALLERY-------------- */
.block_type__mosaic-gallery {
	padding: 0;
}
.block_type__mosaic-gallery > .page_frame {
	max-width: 1378px;
}
html body .block.block_type__mosaic-gallery .col-1 {
	padding: 0;
}
.mosaic-gallery__image-frame .bizango_image_controls {
	left: 5px;
	position: absolute;
	top: 0px;
	z-index: 1;
}
.mosaic-gallery__gallery-frame {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 -7px;
}
.standard .mosaic-gallery__image-frame {
	height: 100vw;
	margin: 7px;
	max-height: 816px;
	overflow: hidden;
	position: relative;
	width: 100%;
}
.mosaic-gallery__image-frame img {
	max-width: 100%;
	opacity: 0;
	-webkit-transition: opacity 0.2s ease 0.2s;
	transition: opacity 0.2s ease 0.2s;
	width: 100%;
}
.mosaic-gallery__image-frame img.loaded,
.block__admin-view .mosaic-gallery__image-frame img {
	opacity: 1;
}
#vimeo-modal {
	background-color: rgba(0, 0, 0, 0.7);
	display: none;
	height: 100%;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 999;
}
button.close {
	background-color: transparent;
	border: 0;
}
#vimeo-modal button.close,
.vimeo-share-frame button.close {
	color: #fff;
	cursor: pointer;
	font-size: 0;
	position: absolute;
	right: 10px;
	top: 10px;
	z-index: 1;
}
#vimeo-modal button.close::before {
	content: "\00D7";
	font-family: "Open Sans", sans-serif;
	font-size: 2rem;
	font-weight: 300;
}
.vimeo-share-frame button.close {
	top: 8px;
	right: 8px;
}
.vimeo-share-frame button.close::before {
	content: "\00D7";
	font-family: "Open Sans", sans-serif;
	font-size: 1.3rem;
	font-weight: 300;
}
#vimeo-modal .vimeo-modal-frame {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}
#vimeo-modal .vimeo-modal-frame iframe {
	height: 100%;
	max-height: 80%;
	max-width: 80%;
	width: 100%;
}
.mosaic-gallery__gallery-frame .vimeo-outer-frame {
	height: 50vw;
	width: 100%;
}
.mosaic-gallery__gallery-frame .vimeo-frame {
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}
.mosaic-gallery__gallery-frame .vimeo-frame > iframe {
	height: 140%;
	left: 50%;
	max-width: none;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center center;
	object-position: center center;
	position: absolute;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	-webkit-transition: transform 1s ease;
	-webkit-transition: -webkit-transform 1s ease;
	transition: -webkit-transform 1s ease;
	transition: transform 1s ease;
	transition: transform 1s ease, -webkit-transform 1s ease;
	width: 140%;
}
.mosaic-gallery__gallery-frame .vimeo-controls,
.mosaic-gallery__gallery-frame .vimeo-share-frame {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	bottom: 0px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	right: 0px;
	max-width: 100%;
	position: absolute;
	width: 100%;
}
.mosaic-gallery__gallery-frame .vimeo-controls {
	background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.8)), to(rgba(0, 0, 0, 0)));
	background: linear-gradient(to top, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0));
	padding: 5px;
}
.mosaic-gallery__gallery-frame .vimeo-share-frame {
	background-color: rgba(0, 0, 0, 0.8);
	bottom: 5px;
	color: white;
	display: none;
	left: auto;
	padding: 10px 15px 10px 23px;
	right: 5px;
	width: auto;
}
.mosaic-gallery__gallery-frame .share-options {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-bottom: 10px;
}
.mosaic-gallery__gallery-frame .share-options span {
	margin-right: 5px;
}
.mosaic-gallery__gallery-frame .share-options a {
	background-repeat: no-repeat;
	background-size: contain;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	color: white;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 0;
	height: 20px;
	margin: 3px;
	padding: 3px;
	width: 20px;
}
.mosaic-gallery__gallery-frame .share-options a.share-linked-in {
	background-image: url(/images/sites/id2/icon_round-linked-in.png);
}
.mosaic-gallery__gallery-frame .share-options a.share-x {
	background-image: url(/images/sites/id2/icon_round-x.png);
}
.mosaic-gallery__gallery-frame .share-options a.share-fb {
	background-image: url(/images/sites/id2/icon_round-fb2.png);
}
.vimeo-share-frame .share-copy-frame {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.vimeo-share-frame .share-copy-frame .share-url {
	background-color: #fff;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	color: #000;
	font-size: 0.5rem;
	margin: 5px 16px 5px 0;
	max-width: 100%;
	padding: 7px;
	text-decoration: underline;
}
.vimeo-share-frame .share-copy-frame button.copy {
	background-color: #fff;
	border: 0;
	color: #000;
	cursor: pointer;
	padding: 6px 9px;
	font-size: 0.5rem;
}
.vimeo-share-frame .share-copy-frame button.copy:active {
	-webkit-transform: translateY(1px);
	transform: translateY(1px);
}
.mosaic-gallery__gallery-frame .share-options a::before {
	font-size: 0.6rem;
}
.mosaic-gallery__gallery-frame .vimeo-controls button {
	background-color: transparent;
	border: 0;
	cursor: pointer;
	margin: 0 5px;
	padding: 0;
	z-index: 1;
}
.mosaic-gallery__gallery-frame .vimeo-controls button::before {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	color: #fff;
	display: inline-block;
	font-family: "vimeo-icons";
	font-size: 1rem;
	height: 10px;
	width: 15px;
}
.mosaic-gallery__gallery-frame .vimeo-controls button.vimeo-play::before {
	/* content: "\ea1d"; */
	content: "";
	background-image: url(/images/sites/id2/icon_pause.png);
}
.mosaic-gallery__gallery-frame .vimeo-controls button.vimeo-play[data-state="pause"]::before {
	/* content: "\ea1c"; */
	content: "";
	background-image: url(/images/sites/id2/icon_play.png);
}
.mosaic-gallery__gallery-frame .vimeo-controls button.vimeo-volume::before {
	/* content: "\ea2a"; */
	content: "";
	background-image: url(/images/sites/id2/icon_unmute.png);
}
.mosaic-gallery__gallery-frame .vimeo-controls button.vimeo-volume[data-state="unmute"]::before {
	/* content: "\ea27"; */
	content: "";
	background-image: url(/images/sites/id2/icon_volume.png);
}
.mosaic-gallery__gallery-frame .vimeo-controls button.vimeo-full-screen::before {
	/* content: "\e902"; */
	content: "";
	background-image: url(/images/sites/id2/icon_expand.png);
	font-size: 1.5rem;
}
.mosaic-gallery__gallery-frame .vimeo-controls button.vimeo-share::before {
	/* content: "\e900"; */
	content: "";
	background-image: url(/images/sites/id2/icon_share.png);
	width: 12px;
}
.mosaic-gallery__image-frame a.mosaic {
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}
.mosaic-gallery__image-frame video,
.mosaic-gallery__image-frame img {
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center center;
	object-position: center center;
	width: 100%;
}
.mosaic-gallery__image-frame .video-help {
	bottom: 30px;
	position: absolute;
	left: 5px;
	max-width: calc(100% - 10px);
	min-width: 100px;
	width: auto;
	z-index: 2;
}
/* OPTIONS */
.flip-content__true .mosaic-gallery__gallery-frame,
.flip-content__true .mosaic-gallery__image-frame img,
.flip-content__true .mosaic-gallery__image-frame video {
	-webkit-transform: scale(-1);
	transform: scale(-1);
}
.flip-content__true .mosaic-gallery__image-frame .video-help,
.flip-content__true .mosaic-gallery__image-frame .bizango_image_controls {
	-webkit-transform: scale(-1) translateZ(1px);
	transform: scale(-1) translateZ(1px);
}
.layout__1-column .mosaic-gallery__image-frame:last-child {
	display: none;
}

.layout__2-column-big-left .mosaic-gallery__image-frame:first-child iframe,
.layout__2-column-big-right .mosaic-gallery__image-frame:last-child iframe {
	height: 100%;
	width: 225%;
}
.standard .mosaic-gallery__image-frame {
	height: 52.73vw;
}
.layout__2-column-even .mosaic-gallery__image-frame {
	height: 71.05vw;
}
.layout__2-column-big-left .mosaic-gallery__image-frame:last-child,
.layout__2-column-big-right .mosaic-gallery__image-frame:first-child {
	height: 147.3vw;
}
.layout__2-column-big-left .mosaic-gallery__image-frame:last-child iframe,
.layout__2-column-big-right .mosaic-gallery__image-frame:first-child iframe {
	height: 100%;
	width: 390%;
}
.layout__2-column-big-left .mosaic-gallery__image-frame:first-child,
.layout__2-column-big-right .mosaic-gallery__image-frame:last-child {
	height: 83.67vw;
}
/* ADMIN */
.block_type__mosaic-gallery .limit + .bizango_content_controls .bizango_content_controls_add {
	opacity: 0.3;
	pointer-events: none;
}
@media only screen and (min-width: 768px) {
	.mosaic-gallery__gallery-frame {
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
	}
	.mosaic-gallery__image-frame {
		background-color: #000;
		/* margin: 0; */
		overflow: hidden;
		position: relative;
	}
	.mosaic-gallery__image-frame img {
		-webkit-transition: -webkit-transform 1s ease;
		transition: -webkit-transform 1s ease;
		transition: transform 1s ease;
		transition: transform 1s ease, -webkit-transform 1s ease;
		-webkit-transform: scale(1);
		transform: scale(1);
		will-change: transform;
	}
	.mosaic-gallery__image-frame:hover img,
	.mosaic-gallery__image-frame:focus img {
		-webkit-transform: scale(1.1);
		transform: scale(1.1);
		-webkit-transform-origin: center center;
		transform-origin: center center;
	}
	.flip-content__true .mosaic-gallery__image-frame:hover img,
	.mosaic-gallery__image-frame:focus img {
		-webkit-transform: scale(-1.1);
		transform: scale(-1.1);
	}
	.mosaic-gallery__image-frame img {
		height: 100%;
		left: 0;
		-o-object-fit: cover;
		object-fit: cover;
		-o-object-position: center center;
		object-position: center center;
		position: absolute;
		top: 0;
		width: 100%;
	}
	.mosaic-gallery__gallery-frame .vimeo-outer-frame {
		height: 100%;
	}
	.mosaic-gallery__gallery-frame .vimeo-controls {
		padding-bottom: 13px;
		padding-right: 20px;
		z-index: 2;
	}
	.mosaic-gallery__gallery-frame .vimeo-share-frame {
		bottom: 20px;
		max-width: calc(100% - 20px);
		right: 10px;
	}
	.vimeo-share-frame .share-copy-frame .share-url {
		width: 230px;
	}
	.mosaic-gallery__image-frame video {
		height: 120%;
		left: 50%;
		-o-object-fit: cover;
		object-fit: cover;
		-o-object-position: center center;
		object-position: center center;
		position: absolute;
		top: 50%;
		-webkit-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
		-webkit-transition: transform 1s ease;
		-webkit-transition: -webkit-transform 1s ease;
		transition: -webkit-transform 1s ease;
		transition: transform 1s ease;
		transition: transform 1s ease, -webkit-transform 1s ease;
		width: 120%;
	}
	.mosaic-gallery__image-frame:hover video {
		/* opacity: 0.7; */
	}
	/* OPTIONS */
	.flip-content__true .mosaic-gallery__image-frame video,
	.flip-content__true .mosaic-gallery__image-frame iframe {
		-webkit-transform: translate(-50%, -50%) scale(-1);
		transform: translate(-50%, -50%) scale(-1);
	}
	.flip-content__true .mosaic-gallery__gallery-frame .vimeo-controls {
		bottom: auto;
		top: 0;
		-webkit-transform: scale(-1) translateZ(1px);
		transform: scale(-1) translateZ(1px);
	}
	.flip-content__true .mosaic-gallery__gallery-frame .vimeo-share-frame {
		bottom: auto;
		left: 5px;
		right: auto;
		top: 20px;
		-webkit-transform: scale(-1) translateZ(1px);
		transform: scale(-1) translateZ(1px);
	}
	.flip-content__true .mosaic-gallery__gallery-frame .bizango_image_controls {
		left: auto;
		right: 5px;
		z-index: 3;
	}
	.standard .mosaic-gallery__image-frame {
		height: 57vw;
	}
	.layout__2-column-even .mosaic-gallery__image-frame {
		height: 41vw;
		max-height: 564px;
		max-width: calc(50% - 14px);
	}
	.layout__2-column-big-left .mosaic-gallery__image-frame:last-child,
	.layout__2-column-big-right .mosaic-gallery__image-frame:first-child {
		height: 59vw;
		max-width: calc(36.5% - 14px);
	}
	.layout__2-column-big-left .mosaic-gallery__image-frame:last-child iframe,
	.layout__2-column-big-right .mosaic-gallery__image-frame:first-child iframe {
		height: 100%;
		width: 390%;
	}
	.layout__2-column-big-left .mosaic-gallery__image-frame:first-child,
	.layout__2-column-big-right .mosaic-gallery__image-frame:last-child {
		height: 59vw;
		max-width: calc(63.54% - 14px);
	}
}
@media only screen and (min-width: 768px) and (max-width: 1200px) {
	.mosaic-gallery__gallery-frame .vimeo-share-frame {
		padding: 10px;
	}
	.mosaic-gallery__gallery-frame .vimeo-share-frame button.close {
		display: block;
		margin-left: auto;
		position: relative;
		right: auto;
		top: auto;
	}
}
@media only screen and (min-width: 2000px) {
	.layout__2-column-even .mosaic-gallery__image-frame {
		max-height: 744px;
	}
	.standard .mosaic-gallery__image-frame {
		max-height: 1073px;
	}
}
/* -------- MOSAIC VIDEO GALLERY ---------- */
.block_type__mosaic-gallery-video.gallery-limit__5 .mosaic-gallery__image-frame:nth-last-child(-n + 3) {
	display: none;
}
.mosaic-gallery__image-frame a.mosaic {
	display: block;
	height: 100%;
	left: 0;
	position: relative;
	top: 0;
	width: 100%;
}
.block_type__mosaic-gallery-video .mosaic-gallery__gallery-frame .vimeo-frame > iframe {
	height: 145%;
}
@media only screen and (min-width: 768px) {
	.block_type__mosaic-gallery-video .mosaic-gallery__gallery-frame {
		display: grid;
		/* grid-template-rows: 17.2vw 2.4vw 42.37vw 17.5vw 31.16vw; */
		grid-template-rows: 17.2vw 2.4vw 32.7vw 17.5vw 31.16vw;
		grid-template-columns: 26% 13.8% 22.24% 35.56%;
		grid-gap: 10px;
		margin-right: 12px;
	}
	.block_type__mosaic-gallery-video .mosaic-gallery__image-frame[data-index="0"] {
		grid-column: 1 / span 2;
		grid-row: 1 / span 2;
		padding-bottom: 0%;
	}
	.block_type__mosaic-gallery-video .mosaic-gallery__image-frame[data-index="1"] {
		grid-column: 3 / span 1;
		grid-row: 1 / span 2;
		padding-bottom: 0%;
	}
	.block_type__mosaic-gallery-video .mosaic-gallery__image-frame[data-index="2"] {
		grid-column: 4 / span 1;
		grid-row: 1 / span 1;
		padding-bottom: 0%;
	}
	.block_type__mosaic-gallery-video .mosaic-gallery__image-frame[data-index="3"] {
		grid-column: 1 / span 3;
		grid-row: 3 / span 1;
		padding-bottom: 0%;
	}
	.block_type__mosaic-gallery-video .mosaic-gallery__image-frame[data-index="4"] {
		grid-column: 4 / span 1;
		grid-row: 2 / span 2;
		padding-bottom: 0%;
	}
	.block_type__mosaic-gallery-video .mosaic-gallery__image-frame[data-index="5"] {
		grid-column: 1 / span 1;
		grid-row: 4 / span 1;
		padding-bottom: 0%;
	}
	.block_type__mosaic-gallery-video .mosaic-gallery__image-frame[data-index="6"] {
		grid-column: 1 / span 1;
		grid-row: 5 / span 1;
		padding-bottom: 0%;
	}
	.block_type__mosaic-gallery-video .mosaic-gallery__image-frame[data-index="7"] {
		grid-column: 2 / span 3;
		grid-row: 4 / span 2;
		padding-bottom: 0%;
	}
	/* OPTIONS */
	.block_type__mosaic-gallery-video.gallery-limit__5 .mosaic-gallery__gallery-frame {
		grid-template-rows: 17.2vw 2.4vw 32.7vw;
	}
}
@media only screen and (min-width: 1000px) {
	.block_type__mosaic-gallery-video .mosaic-gallery__gallery-frame {
		/* grid-template-rows: 19.22vw 2vw 45.37vw 18.77vw 33.42vw; */
		grid-template-rows: 19.22vw 2vw 34.6vw 18.77vw 33.42vw;
	}
	/* OPTIONS */
	.block_type__mosaic-gallery-video.gallery-limit__5 .mosaic-gallery__gallery-frame {
		grid-template-rows: 19.22vw 2vw 34.6vw;
	}
}
@media only screen and (min-width: 1000px) and (max-width: 1160px) {
	.block_type__mosaic-gallery-video .mosaic-gallery__gallery-frame {
		margin-right: 0.5vw;
	}
}
@media only screen and (min-width: 1160px) {
	.block_type__mosaic-gallery-video .mosaic-gallery__gallery-frame {
		margin-right: 0.2vw;
	}
}
@media only screen and (min-width: 1262px) and (max-width: 2000px) {
	.block_type__mosaic-gallery-video .mosaic-gallery__gallery-frame {
		/* grid-template-rows: 242.55px 25.23px 572.56px 236.88px 421.75px; */
		grid-template-rows: 242.55px 25.23px 437.62px 236.88px 421.75px;
		margin-right: 0;
	}
	/* OPTIONS */
	.block_type__mosaic-gallery-video.gallery-limit__5 .mosaic-gallery__gallery-frame {
		grid-template-rows: 242.55px 25.23px 437.62px;
	}
}
@media only screen and (min-width: 2000px) {
	.block_type__mosaic-gallery-video .mosaic-gallery__gallery-frame {
		/* grid-template-rows: 16.45vw 3vw 42.37vw 17.5vw 31.14vw; */
		/* grid-template-rows: 329.16px 60.01px 847.81px 350.17px 623.11px; */
		grid-template-columns: 26% 13.8% 22.24% 36.26%;
		grid-template-rows: 329.16px 60.01px 625.5px 350.17px 623.11px;
		margin-right: 0;
	}
	/* OPTIONS */
	.block_type__mosaic-gallery-video.gallery-limit__5 .mosaic-gallery__gallery-frame {
		grid-template-rows: 329.16px 60.01px 625.5px;
	}
}
@media only screen and (max-width: 767px) {
	.block_type__mosaic-gallery-video .mosaic-gallery__image-frame {
		margin: 5px 0;
		overflow: hidden;
		position: relative;
		width: 100%;
	}
}
/* FEATHERLIGHT STYLING */
body .featherlight.mosaic,
body .featherlight.mosaic:last-of-type {
	/* background-color: #fff; */
	background-color: rgba(0, 0, 0, 0.9);
}
body .featherlight.mosaic .featherlight-content,
body .featherlight-slideshow.featherlight .featherlight-content {
	background: none;
	max-width: 90%;
	position: static;
}
body .featherlight.mosaic .featherlight-close-icon {
	background-color: transparent;
	color: #a8a8a8;
	font-size: 23px;
	font-weight: 300;
	height: auto;
	line-height: 1em;
	right: 10px;
	top: 10px;
	width: auto;
}
body .mosaic .featherlight-next,
body .mosaic .featherlight-previous {
	bottom: auto;
	display: inline-block;
	top: 50%;
	transform: translateY(-50%);
}
body .mosaic .featherlight-previous {
	left: 0;
	right: auto;
}
body .mosaic .featherlight-next span,
body .mosaic .featherlight-previous span {
	display: inline-block;
	color: black;
	font-size: 1em;
	font-weight: 100;
	line-height: 1em;
	padding: 100px;
	position: relative;
	width: auto;
}
body .mosaic .featherlight-next {
	left: auto;
	right: 0;
}
body .mosaic .featherlight-next span::before,
body .mosaic .featherlight-previous span::before {
	background-image: url(/images/sites/id2/icon_lightbox-arrow.png);
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	height: 29px;
	display: inline-block;
	text-shadow: none;
	width: 15px;
}
body .mosaic .featherlight-previous span {
	left: 0;
}
body .mosaic .featherlight-previous span::before {
	margin-left: 25px;
	-webkit-transform: scaleX(-1);
	transform: scaleX(-1);
}
body .mosaic .featherlight-next:hover,
body .mosaic .featherlight-previous:hover {
	background: none;
}
body .featherlight.mosaic .featherlight-image {
	height: auto !important;
	max-height: 89vh;
	max-width: 100%;
	width: auto !important;
}
/* MOSAIC GALLERY 16:9 TEST */
.featherlight-iframe > .featherlight-content {
	height: 100%;
	overflow: auto;
	width: 100%;
}
.featherlight-iframe > .featherlight-content iframe {
	aspect-ratio: 1.7778;
	height: 50.25vw;
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 100%;
}
@media only screen and (max-width: 768px) {
	.featherlight-iframe > .featherlight-content iframe {
		height: 48.25vw;
	}
}
@media only screen and (max-width: 480px) {
	.featherlight-iframe > .featherlight-content iframe {
		height: 46.25vw;
	}
}
/* -------- PROJECT PROCESS ---------- */
.block_type__project-process > .page_frame {
	/* max-width: 1378px; */
	max-width: 1400px;
}
.block .project-process__main-title h2 {
	font-size: 1.75rem;
}
.block .project-process__main-title b,
.block .project-process__main-title strong {
	font-weight: 600;
}
.project-process__processes-container {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.project-process__process-container {
	margin: 24px 0;
}
.project-process__process-container > div {
	margin: 24px 22px 0 0;
}
.project-process__processes {
	width: 100%;
}
.project-process__process-button,
.project-process__process-button span {
	background: transparent;
	border: 0;
	color: inherit;
	cursor: pointer;
	font-family: "montserrat", sans-serif;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1em;
	letter-spacing: 0.01em;
}
.project-process__process-button .full-title {
	position: relative;
}
.project-process__process-button .full-title:hover:after,
.project-process__process-button .full-title:focus:after,
.active .project-process__process-button .full-title:after {
	background-color: currentColor;
	bottom: -5px;
	content: "";
	display: inline-block;
	height: 1px;
	left: 0;
	position: absolute;
	width: 100%;
}
.project-process__process-button .step {
	margin-right: 8px;
}
.project-process__process-details {
	display: none;
	margin-top: 24px;
}
.project-process__process-details .bizango_cms_content p {
	font-size: 0.625rem;
	font-weight: 400;
	line-height: 1.5em;
	letter-spacing: 0.045em;
}
[data-index="0"] .project-process__process-details {
	display: block;
}
.project-process__process-details .project-process__icon {
	margin-right: 10px;
	margin-top: 5px;
	max-width: 16px;
}
.project-process__gallery-frame {
	display: block;
	position: relative;
	width: 100%;
}
.project-process__media-frame {
	display: none;
	background: currentColor;
	position: relative;
}
.project-process__media-frame .media-container {
	opacity: 0;
	-webkit-transition: opacity ease 500ms 500ms;
	transition: opacity ease 500ms 500ms;
}
.project-process__media-frame .media-container.active {
	opacity: 1;
	z-index: 1;
}
.media-container .slider,
.media-container .slider .slick-list,
.media-container .slider .slick-track,
.media-container .slider .slick-slide {
	height: 100%;
	/* min-width: 100%; */
	width: 100%;
}
.project-process__media-frame .media-container img {
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center center;
	object-position: center center;
	width: 100%;
}
/* ADMIN */
.block_type__project-process .bizango_content_controls {
	margin-bottom: 30px;
}
.gallery-frame-media-layout {
	display: block;
	position: absolute;
	top: -60px;
	width: 100%;
}
.block__admin-view .project-process__processes-container {
	margin-top: 70px;
}
.admin-media-data,
.media-layout-select {
	display: none;
}
.block__admin-view .project-process__media-frame .media-container {
	display: none;
}
.block_type__project-process.block__admin-view .project-process__media-frame,
.block__admin-view .project-process__media-frame .media-container.active {
	display: block;
	padding: 5px;
}
.block__admin-view .project-process__media-frame .bizango_cms_content img.cke_iframe {
	max-height: 30vw;
}
.block__admin-view .active.admin-media-data,
.block__admin-view .active.media-layout-select {
	display: block;
	position: relative;
	z-index: 2;
}
.help.help-current {
	background-color: #000;
	color: #fff;
}
html body .block_type__project-process textarea.bizango_content_data_textarea {
	height: 60px;
}
.project-process__select {
	display: block;
}
@media only screen and (min-width: 768px) {
	.project-process__processes-container {
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
	}
	.project-process__main-title {
		margin-top: 55px;
	}
	.project-process__processes {
		max-width: 31%;
		margin-right: auto;
	}
	.project-process__select {
		display: none;
	}
	.project-process__process-container {
		display: block;
	}
	.project-process__gallery-frame {
		height: 54vw;
		max-height: 735px;
		max-width: 822px;
	}
	.project-process__gallery-frame[data-layout="1"] .project-process__media-frame[data-gallery-index="4"] .media-rich-text {
		display: block;
	}
	.project-process__media-frame[data-gallery-index="1"] {
		top: 0;
		left: 0;
	}
	.project-process__media-frame[data-gallery-index="2"] {
		top: 0;
		right: 0;
	}
	.project-process__media-frame[data-gallery-index="3"] {
		bottom: 0;
		left: 0;
	}
	.project-process__media-frame[data-gallery-index="4"] {
		bottom: 0;
		right: 0;
	}
	.project-process__gallery-frame .project-process__media-frame[data-gallery-index="1"] {
		height: 31vw;
		max-height: 420px;
		max-width: 317px;
		width: 38.17%;
	}
	[data-prev-layout="4"] .project-process__media-frame[data-gallery-index="2"],
	.project-process__gallery-frame[data-layout="4"] .project-process__media-frame[data-gallery-index="2"] {
		height: 21vw;
		max-height: 291px;
		max-width: 498px;
		width: 60.1%;
	}
	[data-prev-layout="4"] .project-process__media-frame[data-gallery-index="3"],
	.project-process__gallery-frame[data-layout="4"] .project-process__media-frame[data-gallery-index="3"] {
		height: 22vw;
		max-height: 302px;
		max-width: 317px;
		width: 38.17%;
	}
	[data-prev-layout="4"] .project-process__media-frame[data-gallery-index="4"],
	.project-process__gallery-frame[data-layout="4"] .project-process__media-frame[data-gallery-index="4"] {
		height: 32vw;
		max-height: 431px;
		max-width: 498px;
		width: 60.1%;
	}
	.project-process__gallery-frame[data-layout="3"] .project-process__media-frame[data-gallery-index="1"],
	.project-process__gallery-frame[data-layout="1"] .project-process__media-frame[data-gallery-index="1"],
	.project-process__gallery-frame[data-layout="1"] .project-process__media-frame[data-gallery-index="2"],
	.project-process__gallery-frame[data-layout="1"] .project-process__media-frame[data-gallery-index="3"] {
		opacity: 0;
	}
	[data-prev-layout="3"] .project-process__media-frame[data-gallery-index="2"],
	.project-process__gallery-frame[data-layout="3"] .project-process__media-frame[data-gallery-index="2"] {
		height: 27vw;
		max-height: 363px;
		max-width: 100%;
		width: 100%;
	}
	[data-prev-layout="3"] .project-process__media-frame[data-gallery-index="3"],
	.project-process__gallery-frame[data-layout="3"] .project-process__media-frame[data-gallery-index="3"],
	[data-prev-layout="3"] .project-process__media-frame[data-gallery-index="4"],
	.project-process__gallery-frame[data-layout="3"] .project-process__media-frame[data-gallery-index="4"] {
		height: 26vw;
		max-height: 360px;
		max-width: 408px;
		width: calc(50% - 6px);
	}
	.project-process__gallery-frame[data-layout="1"] .project-process__media-frame[data-gallery-index="4"] {
		height: 50vw;
		max-height: 100%;
		max-width: 100%;
		width: 100%;
	}
	.project-process__media-frame {
		opacity: 1;
		overflow: hidden;
		position: absolute;
		width: 433px;
		width: calc(50% - 12px);
		-webkit-transition: all ease 500ms;
		transition: all ease 500ms;
	}
	.project-process__media-frame[data-index="4"] {
		max-height: 431px;
		max-width: 499px;
	}
	.project-process__gallery-frame[data-layout="1"] .project-process__media-frame[data-index="4"] {
		height: 100vw;
		max-height: 735px;
		width: 100%;
	}
	.project-process__media-frame .media-container {
		height: 100%;
		left: 0;
		opacity: 0;
		position: absolute;
		top: 0;
		-webkit-transition: opacity ease 500ms;
		transition: opacity ease 500ms;
		width: 100%;
	}
}
@media only screen and (max-width: 767px) {
	.project-process__process-container button {
		display: none;
	}
	.project-process__main-title {
		margin-bottom: 30px;
		text-align: center;
	}
	.project-process__select {
		background-color: transparent;
		background-image: url(/images/sites/id2/icon_arrow-select.png);
		background-position: 100% 10px;
		background-repeat: no-repeat;
		background-size: 18px 10px;
		color: currentColor;
		border: 0;
		/* border-bottom: 1px solid currentColor; */
		font-size: 1rem;
		font-weight: 400;
		line-height: 2em;
		letter-spacing: 0.01em;
		/* margin: 0 auto; */
		padding-bottom: 5px;
		padding-right: 30px;
		outline: none;
		text-decoration: underline;
		text-underline-offset: 8px;
		-moz-appearance: none; /* Firefox */
		-webkit-appearance: none !important; /* Safari and Chrome */
		appearance: none;
	}
	.project-process__media-frame {
		/* display: block; */
		margin: 20px 0;
		-webkit-transition: none;
		transition: none;
	}
	.project-process__media-frame .media-container {
		height: 100%;
		left: 0;
		opacity: 0;
		overflow: hidden;
		position: absolute;
		top: 0;
		width: 100%;
	}
	.project-process__gallery-frame[data-layout="4"] .project-process__media-frame[data-gallery-index="1"] {
		height: 123.76vw;
	}
	.project-process__gallery-frame[data-layout="4"] .project-process__media-frame[data-gallery-index="2"] {
		height: 54.05vw;
	}
	.project-process__gallery-frame[data-layout="4"] .project-process__media-frame[data-gallery-index="3"] {
		height: 88.25vw;
	}
	.project-process__gallery-frame[data-layout="4"] .project-process__media-frame[data-gallery-index="4"] {
		height: 80.03vw;
	}
	.project-process__gallery-frame[data-layout="3"] .project-process__media-frame[data-gallery-index="2"] {
		height: 40.6vw;
	}
	.project-process__gallery-frame[data-layout="3"] .project-process__media-frame[data-gallery-index="3"],
	.project-process__gallery-frame[data-layout="3"] .project-process__media-frame[data-gallery-index="4"] {
		height: 82.12vw;
	}
	.project-process__gallery-frame[data-layout="1"] .project-process__media-frame[data-gallery-index="4"] {
		height: 82.38vw;
	}
}
@media only screen and (min-width: 2000px) {
	.project-process__gallery-frame {
		max-height: 923px;
		max-width: 60%;
	}
	.project-process__gallery-frame .project-process__media-frame[data-gallery-index="1"] {
		max-height: 524px;
		max-width: 38.17%;
	}
	[data-prev-layout="4"] .project-process__media-frame[data-gallery-index="2"],
	.project-process__gallery-frame[data-layout="4"] .project-process__media-frame[data-gallery-index="2"] {
		max-height: 362.5px;
		max-width: 60.1%;
	}
	[data-prev-layout="4"] .project-process__media-frame[data-gallery-index="3"],
	.project-process__gallery-frame[data-layout="4"] .project-process__media-frame[data-gallery-index="3"] {
		max-height: 374px;
		max-width: 38.17%;
	}
	[data-prev-layout="4"] .project-process__media-frame[data-gallery-index="4"],
	.project-process__gallery-frame[data-layout="4"] .project-process__media-frame[data-gallery-index="4"] {
		max-height: 539px;
		max-width: 60.1%;
	}
	[data-prev-layout="3"] .project-process__media-frame[data-gallery-index="2"],
	.project-process__gallery-frame[data-layout="3"] .project-process__media-frame[data-gallery-index="2"] {
		max-height: 456px;
	}
	[data-prev-layout="3"] .project-process__media-frame[data-gallery-index="3"],
	.project-process__gallery-frame[data-layout="3"] .project-process__media-frame[data-gallery-index="3"],
	[data-prev-layout="3"] .project-process__media-frame[data-gallery-index="4"],
	.project-process__gallery-frame[data-layout="3"] .project-process__media-frame[data-gallery-index="4"] {
		max-height: 453.3px;
		max-width: calc(50% - 6px);
	}
}
/* ------------BEFORE & AFTER-------------- */
.ba_frame {
	position: relative;
}
.before-after_container {
	position: relative;
	/* height: 600px; */
	height: 643px;
	/* max-height: 492.7px; */
	width: 100%;
}
.block.block_type__before-after-block .element__before-after .full-width {
	margin-left: calc(5.55556% + 0.625rem);
	width: calc(88.88889% - 1.25rem);
}
.block.block_type__before-after-block .element__before-after .full-width .before-after_container {
	height: 733px;
	max-height: 733px;
}
.before-after_container img,
.before-after-slider > img {
	position: relative;
	height: 100% !important;
	width: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center;
	object-position: center;
}
.before-after-slider[data-before-after-label]::after {
	background: -webkit-gradient(
		linear,
		left bottom,
		left top,
		from(rgba(8, 24, 49, 0.9)),
		color-stop(10%, rgba(8, 24, 49, 0.7)),
		color-stop(20%, rgba(8, 24, 49, 0))
	);
	background: linear-gradient(to top, rgba(8, 24, 49, 0.9), rgba(8, 24, 49, 0.7) 10%, rgba(8, 24, 49, 0) 20%);
}
.before-after-reveal,
.before-after-reveal > img:first-child {
	height: 100% !important;
	z-index: 4 !important;
}
.before-after-reveal {
	border-right: 2px solid white;
}
.before-after-reveal,
.before-after-range,
.before-after-handle {
	-webkit-transition: all ease 2400ms;
	transition: all ease 2400ms;
}
.before-after-handle:after {
	background-image: url("/images/sites/id2/before-after-slider-arrow-v3.png") !important;
	background-size: 80%;
	background-position: 65% center;
	background-repeat: no-repeat;
	top: 0 !important;
	left: -1px;
	width: 100% !important;
	height: 100% !important;
	border: none !important;
	-webkit-transform: none !important;
	transform: none !important;
}
.before-after-handle::before {
	background: none;
	width: 100%;
	height: 100%;
	top: 0 !important;
	left: 0;
	border-radius: 50%;
	z-index: -1;
	border: none !important;
	-webkit-transform: none !important;
	transform: none !important;
}
.before-after-reveal[data-before-after-label]::after,
.before-after-slider[data-before-after-label]::after {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	position: absolute;
	bottom: 0;
	padding-bottom: 15px;
	height: 150px;
	min-width: 100%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 16px;
	line-height: 20px;
	font-weight: 300;
	letter-spacing: 1.6px;
	text-transform: uppercase;
	color: white;
	margin-bottom: 0;
	z-index: 6;
	background: -webkit-gradient(linear, left bottom, left top, from(rgba(8, 24, 49, 0.9)), color-stop(10%, rgba(8, 24, 49, 0.7)), to(rgba(8, 24, 49, 0)));
	background: linear-gradient(to top, rgba(8, 24, 49, 0.9), rgba(8, 24, 49, 0.7) 10%, rgba(8, 24, 49, 0) 100%);
}
.before-after-reveal[data-before-after-label]::after {
	padding-left: 30px;
}
.before-after-slider[data-before-after-label]::after {
	text-align: right;
	padding-right: 30px;
	z-index: auto;
}
.before-after-ready .before-after-handle {
	/* border: 2px solid #e2a253; */
	background: white !important;
}
.ba_frame p {
	letter-spacing: 1.6px;
	text-transform: uppercase;
	margin-bottom: 0;
}
.before-after-handle,
.before-after-range {
	z-index: 8 !important;
}
/* ALIGN TEXT STYLING */
.block_type__before-after-block .col-1 .element__text {
	-ms-flex-item-align: center;
	align-self: center;
}
.block_type__before-after-block.align-text__top .col-1 .element__text {
	-ms-flex-item-align: start;
	align-self: flex-start;
}
.block_type__before-after-block.align-text__bottom .col-1 .element__text {
	-ms-flex-item-align: end;
	align-self: flex-end;
}
.block_type__before-after-block .before-after_text {
	position: absolute;
	bottom: -190px;
	left: 0;
}
/* THESE NEED TO BE UPDATED TO WORK WITH ANIMATED SLIDE */
.before-after-slider .before-after-handle {
	left: 25%;
}
.before-after-slider .before-after-reveal {
	right: 75%;
}
/* ADMIN STYLING */
.block_type__before-after-block.block__admin-view .all-cols-wrap {
	margin-bottom: 190px;
}
.block_type__before-after-block.block__admin-view .before-after_text {
	position: relative;
	bottom: auto;
	left: auto;
}
@media only screen and (max-width: 1000px) {
	.block_type__before-after-block .element__text {
		-webkit-box-flex: 2;
		-ms-flex-positive: 2;
		flex-grow: 2;
		margin-left: 0;
	}
	.block_type__before-after-block .element__before-after {
		width: 100%;
		margin-left: 0;
	}
	.before-after_container {
		/* height: 61.5vw; */
		max-height: 667px;
	}
	.block.block_type__before-after-block .element__before-after .full-width {
		margin-left: 0;
		margin-right: 0;
		width: 100%;
	}
	.block.block_type__before-after-block .element__before-after .full-width .before-after_container {
		height: 63vw;
	}
}
@media only screen and (min-width: 2000px) {
	.block.block_type__before-after-block .element__before-after .full-width .before-after_container {
		height: 1056px;
		max-height: 1056px;
	}
}
/* ------------BEFORE & AFTER SLIDER-------------- */
.before-after-slider__text {
	margin: 0 25px;
	max-width: calc(100% - 50px);
	width: 100%;
}
@media only screen and (min-width: 768px) {
	.before-after-slider__text {
		margin-left: 15.423%;
		margin-right: 0;
		max-width: 545px;
	}
}
@media only screen and (min-width: 2000px) {
	.before-after_container {
		height: 932px;
	}
}
/* ------------MORE CONTENT-------------- */
.block_type__more-content .col-1 {
	margin-bottom: 30px;
}
.block_type__more-content .col-2,
.block_type__more-content .col-3 {
	margin-bottom: 25px;
}
.element__more-content {
	/* text-align: center; */
}
/* .more-btn {
	background: none;
	border: 0;
	font-size: 14px;
	line-height: 20px;
	font-weight: 700;
	color: #000;
	-webkit-transition: all ease 500ms;
	transition: all ease 500ms;
	text-decoration: none;
}
.more-btn:after {
	content: "\0002b";
	display: inline-block;
	color: #000;
	font-size: 18px;
	line-height: 16px;
	border: 2px solid #e2a253;
	border-radius: 50%;
	padding: 1px 3px;
	margin-left: 5px;
	-webkit-transition: all ease 500ms;
	transition: all ease 500ms;
}
.background-color__black .more-btn,
.background-color__black .more-btn:after {
	color: white;
}
.more-btn.active {
	font-size: 1px;
	color: rgba(0, 0, 0, 0);
	-webkit-transition: all ease 500ms;
	transition: all ease 500ms;
}
.more-btn.active:after {
	line-height: 19px;
	padding: 0 4px;
	margin-left: 0;
	color: black;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	-webkit-transform-origin: center;
	transform-origin: center;
	-webkit-transition: all ease 500ms;
	transition: all ease 500ms;
}
.background-color__black .more-btn.active:after {
	color: white;
} */
.content_shade {
	display: none;
}
.block__admin-view .content_shade {
	display: block;
}
@media only screen and (max-width: 660px) {
	/* .more-btn {
		display: none;
	} */
	/* .content_shade {
		display: block;
	} */
}
/* ------------PROJECTS MENU-------------- */
.element__projects_menu_el,
.projects-category.mobile {
	display: none;
}
.block.show-menu__true .element__projects_menu_el {
	display: block;
}
.filter-group-container {
	margin: 0;
}
html body .public-section .filter-sort__frame .button-grp--filter {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.filter-sort__frame .button-grp--filter,
.nav--projects {
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	margin-bottom: 6px;
	margin-left: -23px;
}
.nav--projects li {
	margin-bottom: 0;
}

html body .public-section .block:not(.block__admin-view) .button-grp--filter button {
	background-color: transparent !important;
	border: 0;
	margin: 0;
}
.block .nav--projects a,
html body .public-section .block:not(.block__admin-view) .button-grp--filter button {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	color: initial;
	font-family: "montserrat", sans-serif;
	font-size: 0.875rem;
	font-weight: 300;
	line-height: 1em;
	letter-spacing: 0;
	padding: 10px 23px;
	position: relative;
}
.nav--projects a.current,
html body .public-section .block:not(.block__admin-view) .button-grp--filter button.active {
	font-size: 1rem;
	font-weight: 600;
	text-transform: uppercase;
	text-decoration: underline;
	text-underline-offset: 5px;
}
.nav--projects a:hover,
.nav--projects a:focus,
html body .public-section .block:not(.block__admin-view) .button-grp--filter button:hover,
html body .public-section .block:not(.block__admin-view) .button-grp--filter button:focus {
	font-weight: 600;
}
.nav--projects.mobile {
	display: none;
}
/* ADMIN */
.block__admin-view .nav--projects {
	margin-bottom: 55px;
}
@media only screen and (max-width: 767px) {
	.nav--projects.desk,
	.button-grp-frame.desk {
		display: none;
	}
	.nav--projects.mobile,
	.projects-category.mobile {
		display: block;
		background-color: transparent;
		background-image: url(/images/sites/id2/icon_arrow-select.png);
		background-position: 100% 10px;
		background-repeat: no-repeat;
		background-size: 18px 10px;
		border: 0;
		/* border-bottom: 1px solid currentColor; */
		color: currentColor;
		font-size: 1rem;
		font-weight: 600;
		line-height: 2em;
		letter-spacing: 0.01em;
		margin: 0 auto 30px auto;
		padding-bottom: 5px;
		padding-right: 30px;
		outline: none;
		-moz-appearance: none; /* Firefox */
		-webkit-appearance: none !important; /* Safari and Chrome */
		appearance: none;
		text-transform: uppercase;
	}
}
/* ------------FILTER GALLERY-------------- */
.block_type__filter-gallery .all-cols-wrap {
	opacity: 0;
	transition: opacity ease 0ms;
}
.block_type__filter-gallery .all-cols-wrap.active {
	opacity: 1;
	transition: opacity ease 1000ms 500ms;
}
.filter-gallery__main-title {
	margin-top: 40px;
	margin-bottom: 94px;
}
.block .filter-gallery__main-title p {
	font-size: 1.25rem;
}
.filter-gallery__main-title a {
	display: inline-block;
	text-decoration: none;
	-webkit-transition: all ease 400ms;
	transition: all ease 400ms;
}
.filter-gallery__main-title a:hover,
.filter-gallery__main-title a:focus {
	opacity: 0.7;
	-webkit-transform: scale(1.05);
	transform: scale(1.05);
}
.grid-controls__frame {
	margin-bottom: 0;
}
.block_type__filter-gallery .element__filter_slot {
	/* margin-top: -16px; */
}
.block_type__filter-gallery.block__admin-view .block_type__filter-gallery .filter-sort__frame .button-grp button:not(.active),
.block_type__filter-gallery.block__admin-view .filter-sort__frame .button-grp .button:not(.active),
html body .block_type__filter-gallery.block__admin-view.background-color__black .filter-sort__frame .button-grp button.active,
html body .block_type__filter-gallery.block__admin-view.background-color__black .filter-sort__frame .button-grp .button.active {
	border: 2px solid #000;
	background-color: #fff;
	color: var(--textDark);
}
.block_type__filter-gallery .block_type__filter-gallery.block__admin-view.background-color__black .filter-sort__frame .button-grp button:not(.active),
.block_type__filter-gallery.block__admin-view.background-color__black .filter-sort__frame .button-grp .button:not(.active),
html body .block_type__filter-gallery.block__admin-view .filter-sort__frame .button-grp button.active,
html body .block_type__filter-gallery.block__admin-view .filter-sort__frame .button-grp .button.active {
	background: #000;
	border-color: #fff;
	color: var(--textLight);
}
.element__filter_grid .filter-gallery__image {
	margin-bottom: 7px;
}
/* MASONRY LONG IMAGES */
.element__filter_grid .grid-item.long .filter-gallery__image .cropped-image {
	padding-bottom: 112.77%;
}
.block .grid-item .filter-gallery__title-container {
	/* height: 10px; */
	margin-bottom: 5px;
	max-width: 100%;
	position: relative;
	width: -webkit-max-content;
	width: -moz-max-content;
	width: max-content;
}
.block:not(.block__admin-view) .grid-item .filter-gallery__title-container:after {
	background-color: #000;
	bottom: -3px;
	content: "";
	display: block;
	height: 1px;
	left: 0;
	position: absolute;
	width: 100%;
}
.block:not(.block__admin-view) .grid-item .filter-gallery__casino,
.block:not(.block__admin-view) .grid-item .filter-gallery__title {
	display: inline-block;
	vertical-align: text-top;
	width: auto;
}
.block:not(.block__admin-view) .grid-item .filter-gallery__title > h3,
.block:not(.block__admin-view) .grid-item .filter-gallery__casino > p,
.recent-projects__recent-project .project-name span {
	font-size: 0.625rem;
	font-weight: 500;
	line-height: 1em;
	letter-spacing: 0;
	margin-bottom: 0;
}
.block .grid-item .filter-gallery__casino > p {
	text-transform: uppercase;
}
.block .grid-item .element__casino_text .filter-gallery__casino {
	-webkit-box-ordinal-group: 0;
	-ms-flex-order: -1;
	order: -1;
}
.block:not(.block__admin-view) .grid-item .filter-gallery__casino > p:after {
	content: "/";
	display: inline-block;
	font-size: inherit;
	font-weight: inherit;
	margin: 0 5px;
}
.block .grid-item .filter-gallery__location,
.recent-projects__recent-project .project-loc {
	font-size: 0.6875rem;
	font-weight: 300;
	line-height: 1em;
	letter-spacing: 0;
	margin-bottom: 0;
}
.block .grid-item .element__casino_text,
.block .grid-item .filter-gallery__location {
	opacity: 1;
	transition: opacity ease 500ms;
}
.block .grid-item:hover .element__casino_text,
.block .grid-item:focus-within .element__casino_text,
.block .grid-item:hover .filter-gallery__location,
.block .grid-item:focus-within .filter-gallery__location {
	opacity: 0.5;
}
.block_type__filter-gallery .grid-item .element__text-link a {
	cursor: pointer;
}
.block_type__filter-gallery.columns__2 .grid-item,
.block_type__filter-gallery.columns__3 .grid-item,
.block_type__filter-gallery.columns__4 .grid-item {
	margin: 10px 7px;
	max-width: calc(100% - 14px);
}
.block_type__filter-gallery .grid-item .filter-gallery__group,
.block_type__filter-gallery .grid-item .element__text {
	transition: all ease 500ms;
}
.block_type__filter-gallery .grid-item:hover .filter-gallery__group,
.block_type__filter-gallery .grid-item:focus-within .filter-gallery__group {
	-webkit-transform: scale(1.02);
	transform: scale(1.02);
}
#body_home .block_type__filter-gallery .grid-item:hover .element__text,
#body_home .block_type__filter-gallery .grid-item:focus-within .element__text {
	opacity: 0.5;
}
/* ADMIN */
.block.block__admin-view .grid-item .filter-gallery__title-container {
	display: block;
	height: auto;
}
.block_type__filter-gallery.block__admin-view .grid-item .element__text-link a {
	height: auto;
	left: auto;
	position: relative;
	top: auto;
	width: auto;
}
.block_type__filter-gallery.block__admin-view .filter-gallery__title {
	margin-bottom: 100px;
}
.block_type__filter-gallery .element__help,
.block:not(.block__admin-view) button[data-value="8516"] {
	display: none;
}
.block_type__filter-gallery.is-editable .element__help {
	display: block;
}
.block.vertical-layout__true .filter-group-container {
	margin-top: 30px;
}
/* ADMIN */
.block_type__filter-gallery.block__admin-view .all-cols-wrap {
	opacity: 1;
}
.block_type__filter-gallery.block__admin-view .element__filter_grid {
	margin-top: 30px;
}
.block_type__filter-gallery.block__admin-view .element__filter_grid > .help {
	position: relative;
	top: -30px;
}
.block_type__filter-gallery .element__tags {
	margin-top: 10px;
}
.block_type__filter-gallery .box--admin-max-content label {
	color: var(--textDark);
}
/* OPTIONS */
.aspect-ratio__sleek .filter-gallery__image .cropped-image {
	padding-bottom: 70.35%;
}
@media only screen and (min-width: 640px) {
	.block_type__filter-gallery.columns__2 .grid-item,
	.block_type__filter-gallery.columns__3 .grid-item,
	.block_type__filter-gallery.columns__4 .grid-item {
		margin: 16px 7px;
		max-width: calc(50% - 14px);
	}
}
@media only screen and (min-width: 1024px) {
	.block_type__filter-gallery.columns__3 .grid-item,
	.block_type__filter-gallery.columns__4 .grid-item {
		max-width: calc(33.333% - 14px);
	}
	.block:not(.block__admin-view) .grid-item .filter-gallery__title > h3,
	.block:not(.block__admin-view) .grid-item .filter-gallery__casino > p,
	.recent-projects__recent-project .project-name span {
		font-size: 0.75rem;
	}
	.block .grid-item .filter-gallery__location,
	.recent-projects__recent-project .project-loc {
		font-size: 0.8125rem;
	}
}
@media only screen and (min-width: 1250px) {
	.block_type__filter-gallery.columns__4 .grid-item {
		max-width: calc(25% - 14px);
	}
}
/* LARGE SCREEN STYLING */
@media only screen and (min-width: 2000px) {
	body,
	div.site_frame,
	#nav_frame,
	.block .page_frame.pf--full,
	.block {
		/* max-width: 3500px; */
		max-width: none;
	}
	.block .page_frame {
		margin: 0 auto;
		max-width: 1800px;
	}
	.block_type__featured-hero .page_frame {
		margin-bottom: 75px;
	}
	.block_type__project-slider .page_frame {
		max-width: 3600px;
	}
	.block_type__project-slider .project-slider .slide {
		max-height: calc(100vw / 1.92);
	}
	.block_type__feature-project.padding-bottom__none {
		padding-bottom: 50px;
	}
	.block_type__feature-project .page_frame:before {
		left: calc((1800px - 100vw) / 2);
	}
}
@media only screen and (max-width: 767px) {
	.filter-gallery__main-title {
		margin-top: 0px;
		margin-bottom: 0px;
	}
}
