@import "./fontello/css/fontello.css";
:root {
	--textDark: #363c3e;
	--textLight: #fefbf6;
	--red: #d73520;
	--grayDark: #363c3e;
	--beige: #f8eecb;
	--orange: #f5bf65;
	--links: #d73520;
	--pageFrame: 1155px;
	--maxWidth: 2000px;
	--padLess: 2.1875rem;
	--padNorm: 3.125rem;
	--padMore: 4.6875rem;
}

@font-face {
	font-family: "crayon";
	src: url("./fonts/crayonhandregular2016.otf");
	src: url("./fonts/crayonhandregular2016.otf") format("opentype");
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: "crayon-bold";
	src: url("./fonts/crayonhandbold.otf");
	src: url("./fonts/crayonhandbold.otf") format("opentype");
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: "pst-brands";
	src: url("./fonts/pst-brands.eot?tdbhef");
	src: url("./fonts/pst-brands.eot?tdbhef#iefix") format("embedded-opentype"), url("./fonts/pst-brands.ttf?tdbhef") format("truetype"),
		url("./fonts/pst-brands.woff?tdbhef") format("woff"), url("./fonts/pst-brands.svg?tdbhef#pst-brands") format("svg");
	font-weight: normal;
	font-style: normal;
	font-display: block;
}

[class^="brand-icon-"],
[class*=" brand-icon-"] {
	/* use !important to prevent issues with browser extensions that change fonts */
	font-family: "pst-brands" !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;
}

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%;
}
body {
	color: #000;
	font-family: "Lato", sans-serif, "Helvetica Neue", "Helvetica", Arial, Sans-Serif;
	font-size: 16px;
	overflow-x: hidden;
	width: 100%;
	/* additional (non-theming) vars can go here */
	--nav-link-padding-y: 10px;
}

/* BIZANGO TEXT - NEW DEFAULTS - DON'T HAVE A TOP MARGIN THAT IS NOT ZERO ON A CORE TEXT ELEMENT */
p,
.p-style,
li,
figcaption {
	font-family: "Lato", sans-serif;
	font-size: 1.125rem;
	line-height: 1.5em;
	letter-spacing: 0;
	margin-top: 0;
	margin-bottom: 0.7em;
}
figure {
	margin: 1em 0;
}
img,
iframe:not(.playerBox) {
	max-width: 100%;
}
ul {
	margin-left: 20px;
}
html body .public-section h1,
html body .public-section .h1-style,
html body .public-section h2,
html body .public-section .h2-style,
html body .public-section h3,
html body .public-section .h3-style,
html body .public-section h4,
html body .public-section .h4-style,
html body .public-section h5,
html body .public-section .h5-style,
html body .public-section h6,
html body .public-section .h6-style {
	margin-bottom: 0.5em;
	line-height: 1.2;
	letter-spacing: 0;
	font-weight: normal;
	margin-top: 0;
}
html body .public-section h1,
html body .public-section .h1-style {
	font-family: "Merriweather", serif;
	font-size: 3rem;
	font-weight: 700;
	margin-bottom: 28px;
}
html body .public-section h2,
html body .public-section .h2-style {
	font-family: "Merriweather", serif;
	font-size: 2rem;
	font-weight: 700;
	margin-bottom: 26px;
}
html body .public-section h3,
html body .public-section .h3-style {
	font-family: "Lato", sans-serif;
	font-size: 1.85rem;
	font-weight: 400;
	line-height: 1.375em;
	margin-bottom: 24px;
}
html body .public-section h4,
html body .public-section .h4-style {
	font-family: "Merriweather", serif;
	font-size: 1.75rem;
	font-weight: 300;
	line-height: 1.5em;
	margin-bottom: 22px;
}
html body .public-section h5,
html body .public-section .h5-style {
	font-family: "Lato", sans-serif;
	font-size: 1.875rem;
	font-weight: 400;
	margin-bottom: 20px;
}
html body .public-section h6,
html body .public-section .h6-style {
	font-family: "Lato", sans-serif;
	font-size: 1.375rem;
	line-height: 1.5em;
	margin-bottom: 18px;
}
@media only screen and (min-width: 768px) {
  ul {
    margin-left: 50px;
  }
	html body .public-section h1,
	html body .public-section .h1-style {
		font-size: 3.75rem;
	}
	html body .public-section h2,
	html body .public-section .h2-style {
		font-size: 2.8125rem;
	}
	html body .public-section h3,
	html body .public-section .h3-style {
		font-size: 2.5rem;
	}
}
p,
li,
h1,
h2,
h3,
h4,
h5,
h6,
a,
li {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-smooth: auto;
}
b, strong {
  font-weight: 700;
}
sup {
  font-size: 0.6em;
}
/* 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 {
	color: #ff0000;
	text-decoration: none;
}
a:hover,
a:focus {
	text-decoration: underline;
	color: #ff0000;
}

/* BIZANGO DEFAULT COLORS - REPLACE AND DELETE! */
body {
	background: #fff;
}

/* BIZANGO PAGE LAYOUT STRUCTURE */
.page_frame {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0 auto;
	max-width: 1262px;
	padding-left: 20px;
	padding-right: 20px;
	position: relative;
}

/* NAV */
.nav {
	list-style: none;
	margin: 0;
	padding: 0;
}
.nav a {
	display: block;
	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;
}
.subnav {
	display: none;
	left: -9999px;
	margin: 0;
	min-width: 100%;
	position: absolute;
	top: 100%;
	white-space: nowrap;
	z-index: 1;
}
@media (hover: hover) {
	a:hover ~ ul.subnav,
	.subnav:hover {
		display: block;
	}
}
@media only screen and (min-width: 1024px) {
	.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 {
	border-radius: 0px 0px 60px 60px;
	padding: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 9;
}
.header.scroll {
	-webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.6);
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.6);
}
.header__frame {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.header__nav-toggle {
	background-color: transparent;
	cursor: pointer;
	display: inline-block;
	border: 1px solid #000;
	line-height: 1;
	margin: 20px 20px 0 0;
	padding: 6px;
	position: relative;
	z-index: 10;
}
@media only screen and (max-width: 1023px) {
	.header__nav {
		padding-bottom: 10px;
		padding-top: 10px;
		text-align: right;
	}
	.header__nav-wrapper {
		background-color: white;
		display: none;
		left: 0;
		margin-top: -48px;
		padding-top: 60px;
		position: absolute;
		right: 0;
		text-align: left;
		top: 100%;
		z-index: 9;
	}
	.header__nav--utility {
		/* display: none; */
	}
	html .header .nav a {
		padding: 10px;
	}
	.header__nav-wrapper.toggle-show {
		display: initial;
	}
	.header .subnav {
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		padding-left: 20px;
	}
	.header .subnav a {
		font-weight: 400;
	}
}
/* hover indicator is meaningless, mobile browsers implement it */
@media only screen and ((hover: none) or (max-width: 1023px)) {
	.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 {
		color: var(--red);
		content: "+";
		font-size: 1.5rem;
		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: 1024px) {
	.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: 1024px) {
	.header .subnav.toggle-show {
		position: absolute;
	}
	.header .subnav-toggle {
		height: 20px;
		right: 0;
		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: 1024px) {
	.header {
		/* padding-bottom: 1rem;
		padding-top: 1rem; */
	}
	.header__frame {
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
	}
	.header__nav-wrapper {
		margin-right: 24px;
	}
	.header__nav-toggle {
		display: none;
	}
}

/* footer */
.footer__frame-outer {
	padding-bottom: 6.5rem;
	padding-top: 4rem;
}
.footer .subnav,
.footer .subnav-toggle {
	display: none;
}
@media only screen and (min-width: 768px) {
	.footer__frame {
		-webkit-box-align: end;
		-ms-flex-align: end;
		align-items: flex-end;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}
}
.deep-footer {
	background-color: #000;
	padding-bottom: 0.5rem;
	padding-top: 0.5rem;
}
.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-align: center;
	text-decoration: none;
}

/* 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;
}

/******** FROM THEMING **********/

body {
	background-color: var(--theme-page-background);
	color: var(--theme-contrast-color);
	content: var(--theme-content);
}

/* .public-section p,
.public-section .p-style,
.public-section li,
.public-section figcaption {
	font-family: var(--theme-font-family);
	font-size: 1em;
	font-weight: var(--theme-font-weight);
}
.public-section p,
.public-section .p-style {
	line-height: 1.5;
}
.public-section h6,
.public-section .h6-style,
.public-section h5,
.public-section .h5-style,
.public-section h4,
.public-section .h4-style,
.public-section h3,
.public-section .h3-style,
.public-section h2,
.public-section .h2-style,
.public-section h1,
.public-section .h1-style {
	font-family: var(--theme-font-family);
	font-weight: var(--theme-font-weight);
	line-height: 1.2;
	margin-bottom: 0.5em;
	text-transform: var(--theme-text-transform);
	letter-spacing: var(--theme-letter-spacing);
}
.public-section h6,
.public-section .h6-style {
	font-size: 0.8em;
}
.public-section h5,
.public-section .h5-style {
	font-size: 1.25em;
}
.public-section h4,
.public-section .h4-style {
	font-size: 1.25em;
}
.public-section h3,
.public-section .h3-style {
	font-size: 1.5em;
}
.public-section h2,
.public-section .h2-style {
	font-size: 1.875em;
}
.public-section h1,
.public-section .h1-style {
	font-size: 2em;
} */

.nav {
	font-size: var(--theme-nav-font-size);
}
.nav li {
	font-family: var(--theme-font-family);
	font-weight: var(--theme-font-weight);
	text-transform: var(--theme-text-transform);
	letter-spacing: var(--theme-letter-spacing);
}

.logo {
	font-family: var(--theme-font-family);
	letter-spacing: 0.2em;
	text-transform: uppercase;
}

.header {
	background-color: var(--theme-header-background);
}
.header .page_frame {
	max-width: 1315px;
}
.header .nav--primary a {
	background-color: var(--theme-nav-background);
	border-bottom: 5px solid transparent;
	color: var(--theme-nav-link-color);
	font-family: "lato", sans-serif;
	font-size: 1rem;
	padding: 20px 15px 25px 15px;
	-webkit-transition: background-color 0.25s linear, color 0.25s linear, border-color 0.25s linear;
	transition: background-color 0.25s linear, color 0.25s linear, border-color 0.25s linear;
}
.header .nav--primary .subnav a {
  border: 0;
  padding: 12px 15px ;
}
.header a:hover,
.header a:focus,
.header .nav--primary a.current {
	background-color: var(--theme-nav-background-hover);
	color: var(--theme-nav-link-color-hover);
}
.header .nav--primary > li:hover > a,
.header .nav--primary > li:focus-within > a,
.header .nav--primary a.current {
	border-color: var(--red);
}
.header .nav--primary li:last-child a {
	/* padding-right: 0; */
}
.header__logo {
	padding-top: 25px;
	/* padding-bottom: 20px; */
	position: relative;
	z-index: 10;
}
.header__logo .bizango_image_controls {
	position: absolute;
	z-index: 1;
}
.header__logo a {
	background-color: transparent;
	padding: 0;
}
.header__logo a:hover,
.header__logo a:focus {
	background-color: transparent;
}
.header__logo img {
	max-width: 200px;
	/* max-height: 100px;
	max-width: 100px; */
}
.header__nav--utility {
	/* display: none; */
}
header .nav--utility {
	position: relative;
	/* top: -20px; */
}
.header .nav--utility a,
.header .nav--utility a:hover {
	background-color: var(--red);
	border-radius: 0px 0px 20px 20px;
	color: var(--textLight);
	font-size: 0.875rem;
	padding: 15px 18px;
}
.header__nav-toggle {
	border-color: var(--theme-nav-link-color);
	color: var(--theme-nav-link-color);
}
.header__nav .nav {
	background-color: transparent;
}
.header .subnav {
	background-color: var(--theme-contrast-color);
}
@media only screen and (max-width: 767px) {
	.header__nav .header__nav-wrapper {
		/* background-color: var(--theme-contrast-background); */
	}
	.header__nav .nav {
		background-color: var(--theme-nav-background);
	}
}
@media only screen and (min-width: 768px) {
	.header__nav .nav--utility {
		/* display: none; */
	}
	.header__nav--utility {
		display: block;
		position: absolute;
		right: 0;
		top: 0;
	}
	.header__logo img {
		max-height: none;
		max-width: none;
		/* height: var(--theme-logo-height, "60px"); */
		/* width: var(--theme-logo-width, "200px"); */
		max-width: 205px;
		-o-object-fit: contain;
		object-fit: contain;
	}
	.logo-variants--extend-logo--true .header__logo a {
		padding-bottom: 0;
	}
	.logo-variants--extend-logo--true .header__logo a img {
		margin-bottom: calc(var(--theme-logo-height, "60px") / -2);
		-o-object-position: bottom;
		object-position: bottom;
	}

	.logo-variants--hide-logo--true.body_home .header__logo {
		visibility: hidden;
	}

	.nav-style-variants--separators--true .header__nav-wrapper .nav--primary > li > a {
		position: relative;
	}
	.nav-style-variants--separators--true .header__nav-wrapper .nav--primary > li > a:after {
		background-color: var(--theme-nav-link-color);
		content: "";
		height: 1em;
		position: absolute;
		right: 0;
		top: 50%;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
		width: 1px;
	}
	.nav-style-variants--separators--true .header__nav-wrapper .nav--primary > li:last-child > a:after {
		content: none;
	}

	/* centered nav */
	.nav-style--shortcentered .header__frame {
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
	.nav-style--shortcentered .header__logo {
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
		padding-left: 2%;
		padding-right: 2%;
		text-align: center;
	}
	.nav-style--shortcentered .header__nav {
		-webkit-box-flex: 1;
		-ms-flex: 1;
		flex: 1;
		-webkit-box-ordinal-group: 1;
		-ms-flex-order: 0;
		order: 0;
	}
	.nav-style--shortcentered .header__nav .nav--utility {
		/* display: none; */
	}
	.nav-style--shortcentered .header__nav--utility {
		display: block;
		-webkit-box-flex: 1;
		-ms-flex: 1;
		flex: 1;
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2;
		position: static;
	}
	.nav-style--shortcentered .header__nav--utility .nav {
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
	}
	.nav-style--shortcentered.logo-variants--hide-logo--true.body_home .header__logo {
		display: none;
	}
	.nav-style--shortcentered.nav-style-variants--separators--true .header__nav-wrapper .nav--primary > li > a,
	.nav-style--shortcentered.nav-style-variants--separators--true .header__nav--utility .nav--utility > li > a {
		position: relative;
	}
	.nav-style--shortcentered.nav-style-variants--separators--true .header__nav-wrapper .nav--primary > li > a:after,
	.nav-style--shortcentered.nav-style-variants--separators--true .header__nav--utility .nav--utility > li > a:after {
		background-color: var(--theme-nav-link-color);
		content: "";
		height: 1em;
		position: absolute;
		right: 0;
		top: 50%;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
		width: 1px;
	}
	.nav-style--shortcentered.nav-style-variants--separators--true .header__nav-wrapper .nav--primary > li:last-child > a:after,
	.nav-style--shortcentered.nav-style-variants--separators--true .header__nav--utility .nav--utility > li:last-child > a:after {
		content: none;
	}

	/* asymmetrical & horizontal nav */
	.nav-style--shortasymmetrical .header__nav,
	.nav-style--shorthorizontal .header__nav {
		/* spacing for absolutely positioned utility above */
		/* margin-top: calc(var(--theme-nav-font-size) + (var(--nav-link-padding-y, 10px) * 2) + 10px); */
		/* padding-top: 20px; */
	}

	/* asymmetrical nav */
	.nav-style--shortasymmetrical .header {
		background-color: transparent;
	}
	.nav-style--shortasymmetrical .header a {
		background-color: transparent;
	}
	.nav-style--shortasymmetrical .header .subnav a {
		background-color: var(--theme-nav-background);
	}
	.nav-style--shortasymmetrical .header__nav a:hover,
	.nav-style--shortasymmetrical .header__nav a:focus,
	.nav-style--shortasymmetrical .header__nav--utility a:hover,
	.nav-style--shortasymmetrical .header__nav--utility a:focus {
		background-color: var(--theme-nav-background-hover);
	}
	.nav-style--shortasymmetrical .header__logo {
		background-color: var(--theme-header-background);
		position: relative;
	}
	.nav-style--shortasymmetrical .header__logo:before {
		background-color: var(--theme-header-background);
		bottom: 0;
		content: "";
		left: -9999px;
		position: absolute;
		right: 100%;
		top: 0;
	}
	.nav-style--shortasymmetrical .header__nav,
	.nav-style--shortasymmetrical .header__nav--utility {
		background-color: var(--theme-nav-background);
	}
	.nav-style--shortasymmetrical .header__nav {
		position: relative;
	}
	.nav-style--shortasymmetrical .header__nav:after,
	.nav-style--shortasymmetrical .header__nav--utility:after {
		background-color: var(--theme-nav-background);
		bottom: 0;
		content: "";
		left: 100%;
		position: absolute;
		top: 0;
	}
	.nav-style--shortasymmetrical .header__nav:after {
		right: -20px;
	}
	.nav-style--shortasymmetrical .header__nav--utility:after {
		right: 0;
	}
}
@media only screen and (min-width: 1160px) {
	.header .nav--primary a {
		padding: 20px 30px 25px 30px;
	}
	.header__logo img {
		max-width: 224px;
	}
}
@media only screen and (min-width: 1263px) {
	.nav-style--shortasymmetrical .header__nav:after {
		right: calc((100vw - 1222px) / -2);
	}
	.nav-style--shortasymmetrical .header__nav--utility:after {
		right: calc((100vw - 1262px) / -2);
	}
	.header__logo img {
		max-width: 268px;
	}
}
@media only screen and (min-width: 1360px) {
	.header .nav--utility a {
		margin-right: 0;
	}
}
@media only screen and (max-width: 1023px) {
	.header {
		padding: 0 0 16px 0;
	}
	.header .nav--utility {
		border-top: 5px solid var(--red);
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		justify-content: flex-end;
	}
	.header .nav--utility a {
		display: block;
		margin: 0 10px;
		max-width: 100%;
		width: -webkit-max-content;
		width: -moz-max-content;
		width: max-content;
	}
	.header a:hover,
	.header a:focus {
		border-color: transparent;
	}
}
.footer .help {
	max-width: 100%;
	width: -webkit-max-content;
	width: -moz-max-content;
	width: max-content;
}
.footer {
	background-color: var(--theme-footer-background);
}
.footer .page_frame {
	max-width: 1315px;
}
.footer__frame {
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	margin-bottom: 45px;
}
.footer .footer__logo {
	margin-bottom: 20px;
	max-width: 100%;
}
.footer .footer__logo a {
	padding: 20px 0 0 0;
}
.footer__logo img {
	max-height: none;
	max-width: none;
	max-width: 305px;
	/* height: var(--theme-logo-height, 160px); */
	/* width: var(--theme-logo-width, 160px); */
	-o-object-fit: contain;
	object-fit: contain;
}
.footer__nav--utility,
.footer .nav--utility {
	display: none;
}
.footer a {
	color: var(--theme-contrast-color);
	font-family: "lato", sans-serif;
	font-size: 1rem;
	padding: 10px 33px;
}
.footer li:last-child a {
	padding-right: 0;
}
.footer .nav a:after {
	background-color: var(--theme-contrast-color);
}
.footer .nav--social {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
  padding-left: 5px;
}
.footer__nav-social a {
	color: var(--orange);
	font-weight: 300;
	padding: 5px 6px;
}
.footer__nav-social a:before {
	font-weight: 300;
}
.footer__data-wrapper {
	margin: 0 -22px;
}
.footer__data-wrapper .footer__data-container {
	margin: 10px 22px;
}
.footer-icon {
	display: inline-block;
	margin-right: 9px;
	max-width: 10px;
}
.footer__data-container {
	color: var(--textLight);
	font-family: "lato", sans-serif;
	font-size: 0.75rem;
	line-height: 1.5em;
}
.deep-footer {
	background-color: var(--theme-deep-footer-background);
}
.deep-footer__content,
.deep-footer #bizango {
	color: var(--theme-contrast-color);
}
@media only screen and (min-width: 768px) {
  .footer .nav--social {
    padding-left: 28px;
  }
}
@media only screen and (max-width: 767px) {
	.footer__frame {
		margin-bottom: 20px;
		text-align: center;
	}
	.footer__logo img {
		max-width: 100%;
	}
	.footer a {
		padding: 10px 10px;
		text-align: left;
	}
	.footer .nav--social a {
		padding: 5px;
	}
}

/* colors */
.bizango_cms a:not(.button):not(.link-accent),
.block .element__text-link a,
.block .element__find_and_replace a,
.block .wrap-link {
	color: var(--theme-link-color);
}
.bizango_cms a:not(.button):not(.link-accent):hover,
.bizango_cms a:not(.button):not(.link-accent):focus,
.block .element__text-link a:hover,
.block .element__text-link a:focus,
.block .element__find_and_replace a:hover,
.block .element__find_and_replace a:focus,
.block .wrap-link:hover,
.block .wrap-link:focus {
	color: var(--theme-link-hover-color);
}
.block_container {
	color: var(--theme-contrast-color);
}
.block_container .swatch__black,
.block_container .background-color__black {
	background-color: var(--theme-black);
	color: var(--theme-contrast-color);
}
.block_container .swatch__white,
.block_container .background-color__white {
	background-color: var(--theme-white);
	color: var(--theme-contrast-color);
}
.block_container .swatch__primary,
.block_container .background-color__primary,
.background-color__primary.parallax__yes .block__bg-img {
	background-color: var(--theme-primary);
	color: var(--theme-contrast-color);
}
.block_container .swatch__secondary,
.block_container .background-color__secondary,
.background-color__secondary.parallax__yes .block__bg-img {
	background-color: var(--theme-secondary);
	color: var(--theme-contrast-color);
}
.block_container .swatch__tertiary,
.block_container .background-color__tertiary,
.background-color__tertiary.parallax__yes .block__bg-img {
	background-color: var(--theme-tertiary);
	color: var(--theme-contrast-color);
}
.block_container .swatch__quaternary,
.block_container .background-color__quaternary,
.background-color__quaternary.parallax__yes .block__bg-img {
	display: none;
	background-color: var(--theme-quaternary);
	color: var(--theme-contrast-color);
}
.button-style--ghost .button {
	border-color: var(--theme-contrast-color);
	color: var(--theme-contrast-color);
}
.button-style--ghost .background-color__black .button {
	border-color: var(--theme-contrast-color);
	color: var(--theme-contrast-color);
}
.button-style--ghost .background-color__black .button:hover,
.button-style--ghost .background-color__black .button:focus {
	border-color: var(--theme-contrast-color);
	color: var(--theme-contrast-color);
}
.button-style--ghost .background-color__white .button {
	border-color: var(--theme-contrast-color);
	color: var(--theme-contrast-color);
}
.button-style--ghost .background-color__white .button:hover,
.button-style--ghost .background-color__white .button:focus {
	border-color: var(--theme-contrast-color);
	color: var(--theme-contrast-color);
}
.button-style--ghost .background-color__primary .button {
	border-color: var(--theme-contrast-color);
	color: var(--theme-contrast-color);
}
.button-style--ghost .background-color__primary .button:hover,
.button-style--ghost .background-color__primary .button:focus {
	border-color: var(--theme-contrast-color);
	color: var(--theme-contrast-color);
}
.button-style--ghost .background-color__secondary .button {
	border-color: var(--theme-contrast-color);
	color: var(--theme-contrast-color);
}
.button-style--ghost .background-color__secondary .button:hover,
.button-style--ghost .background-color__secondary .button:focus {
	border-color: var(--theme-contrast-color);
	color: var(--theme-contrast-color);
}
.button-style--ghost .background-color__tertiary .button {
	border-color: var(--theme-contrast-color);
	color: var(--theme-contrast-color);
}
.button-style--ghost .background-color__tertiary .button:hover,
.button-style--ghost .background-color__tertiary .button:focus {
	border-color: var(--theme-contrast-color);
	color: var(--theme-contrast-color);
}
.button-style--ghost .background-color__quaternary .button {
	border-color: var(--theme-contrast-color);
	color: var(--theme-contrast-color);
}
.button-style--ghost .background-color__quaternary .button:hover,
.button-style--ghost .background-color__quaternary .button:focus {
	border-color: var(--theme-contrast-color);
	color: var(--theme-contrast-color);
}
.block .bizango_cms_content *:not(a) {
	color: currentColor;
}

/* fonts & sizes */
.block {
	font-size: var(--theme-font-size);
}
@media only screen and (min-width: 768px) {
	.block_type__2-column-even .all-cols-wrap [class^="col-"] {
		max-width: 600px;
	}
	.columns--3 .all-cols-wrap [class^="col-"] {
		max-width: 400px;
	}
	.block_type__2-column-bigright .all-cols-wrap {
		padding-right: 0;
	}
	.block_type__2-column-bigleft .all-cols-wrap {
		padding-left: 0;
	}
}
.block {
	padding-bottom: calc(var(--theme-padding-basis) * 4);
	padding-top: calc(var(--theme-padding-basis) * 4);
}
.block--hero {
	padding-bottom: calc(var(--theme-padding-basis) * 10);
	padding-top: calc(var(--theme-padding-basis) * 10);
}
/* PADDING */
.block {
	padding-bottom: 1em;
	padding-top: 1em;
}
.padding-top__none,
html .padding-top__none {
	padding-top: 0;
}
.padding-bottom__none,
html .padding-bottom__none {
	padding-bottom: 0;
}
.padding-top__less {
	padding-top: var(--padLess);
}
.padding-top__normal,
.hero-padding-top__less,
.hero-padding-top__less {
	padding-top: var(--padNorm);
}
.padding-top__more,
.hero-padding-top__normal,
.hero-padding-top__normal {
	padding-top: 7rem;
}
.hero-padding-top__more,
.hero-padding-top__more {
	padding-top: 9.95rem;
}
.padding-bottom__less {
	padding-bottom: var(--padLess);
}
.padding-bottom__normal,
.hero-padding-bottom__less,
.hero-padding-bottom__less {
	padding-bottom: var(--padNorm);
}
.padding-bottom__more,
.hero-padding-bottom__normal,
.hero-padding-bottom__normal {
	padding-bottom: 7rem;
}
.hero-padding-bottom__more,
.hero-padding-bottom__more {
	padding-bottom: 9.95rem;
}
@media only screen and (max-width: 640px) {
	.padding-top__less,
	.hero-padding-top__less,
	.hero-padding-top__less {
		padding-top: 1.5rem;
	}
	.padding-top__normal,
	.hero-padding-top__less,
	.hero-padding-top__less {
		padding-top: 2em;
	}
	.padding-top__more,
	.hero-padding-top__normal,
	.hero-padding-top__normal {
		padding-top: 2.5em;
	}
	.hero-padding-top__more,
	.hero-padding-top__more {
		padding-top: 3rem;
	}
	.padding-bottom__less {
		padding-bottom: 1.5rem;
	}
	.padding-bottom__normal,
	.hero-padding-bottom__less,
	.hero-padding-bottom__less {
		padding-bottom: 2em;
	}
	.padding-bottom__more,
	.hero-padding-bottom__normal,
	.hero-padding-bottom__normal {
		padding-bottom: 2.5em;
	}
	.hero-padding-bottom__more,
	.hero-padding-bottom__more {
		padding-bottom: 3rem;
	}
}

/* .padding-top__none {
	padding-top: 0;
}
.padding-bottom__none {
	padding-bottom: 0;
}
.padding-bottom__less {
	padding-bottom: calc(var(--theme-padding-basis) * 2);
}
.padding-top__less {
	padding-top: calc(var(--theme-padding-basis) * 2);
}
.padding-bottom__normal {
	padding-bottom: calc(var(--theme-padding-basis) * 4);
}
.padding-top__normal {
	padding-top: calc(var(--theme-padding-basis) * 4);
}
.hero-padding-bottom__less,
.padding-bottom__more {
	padding-bottom: calc(var(--theme-padding-basis) * 6);
}
.hero-padding-top__less,
.padding-top__more {
	padding-top: calc(var(--theme-padding-basis) * 6);
}
.hero-padding-bottom__normal {
	padding-bottom: calc(var(--theme-padding-basis) * 10);
}
.hero-padding-top__normal {
	padding-top: calc(var(--theme-padding-basis) * 10);
}
.hero-padding-bottom__more {
	padding-bottom: calc(var(--theme-padding-basis) * 14);
}
.hero-padding-top__more {
	padding-top: calc(var(--theme-padding-basis) * 14);
} */

/* more options */
.block.content--narrow .page_frame {
	max-width: 760px;
}
.block.constrain-content__yes .page_frame {
	max-width: 880px;
}
.block--hero h1 {
	font-size: 2.5em;
}
.text-shadow-color__primary.text-shadow-opacity__light .bizango_cms_content *:not(a) {
	text-shadow: 0px 0px 4px var(--theme-primary);
}
.text-shadow-color__primary.text-shadow-opacity__heavy .bizango_cms_content *:not(a) {
	text-shadow: 0px 0px 8px var(--theme-primary);
}
.text-shadow-color__secondary.text-shadow-opacity__light .bizango_cms_content *:not(a) {
	text-shadow: 0px 0px 4px var(--theme-secondary);
}
.text-shadow-color__secondary.text-shadow-opacity__heavy .bizango_cms_content *:not(a) {
	text-shadow: 0px 0px 8px var(--theme-secondary);
}
.text-shadow-color__tertiary.text-shadow-opacity__light .bizango_cms_content *:not(a) {
	text-shadow: 0px 0px 4px var(--theme-tertiary);
}
.text-shadow-color__tertiary.text-shadow-opacity__heavy .bizango_cms_content *:not(a) {
	text-shadow: 0px 0px 8px var(--theme-tertiary);
}
.text-shadow-color__quaternary.text-shadow-opacity__light .bizango_cms_content *:not(a) {
	text-shadow: 0px 0px 4px var(--theme-quaternary);
}
.text-shadow-color__quaternary.text-shadow-opacity__heavy .bizango_cms_content *:not(a) {
	text-shadow: 0px 0px 8px var(--theme-quaternary);
}
.block.text-shadow-opacity__light .bizango_cms_content a,
.block.text-shadow-opacity__heavy .bizango_cms_content a {
	text-shadow: none;
}
@media only screen and (max-width: 767px) {
	.block_container {
		color: var(--theme-contrast-color);
	}
	.block_container .mobile-background-color__black {
		background-color: var(--theme-black);
		color: var(--theme-contrast-color);
	}
	.block_container .mobile-background-color__white {
		background-color: var(--theme-white);
		color: var(--theme-contrast-color);
	}
	.block_container .mobile-background-color__primary {
		background-color: var(--theme-primary);
		color: var(--theme-contrast-color);
	}
	.block_container .mobile-background-color__secondary {
		background-color: var(--theme-secondary);
		color: var(--theme-contrast-color);
	}
	.block_container .mobile-background-color__tertiary {
		background-color: var(--theme-tertiary);
		color: var(--theme-contrast-color);
	}
	.block_container .mobile-background-color__quaternary {
		display: none;
		background-color: var(--theme-quaternary);
		color: var(--theme-contrast-color);
	}
}
@media only screen and (min-width: 768px) {
	.block--hero p {
		font-size: 1.5em;
	}
	.block--hero .button {
		font-size: 0.6667em !important;
	}
}

.block-border-bottom__body,
.block-border-bottom__border,
.block-border-top__body,
.block-border-top__border {
	fill: var(--theme-page-background);
}
.below-block-background-color__black .block-border-bottom__body,
.below-block-background-color__black .block-border-bottom__border,
.above-block-background-color__black .block-border-top__body,
.above-block-background-color__black .block-border-top__border {
	fill: var(--theme-black);
}
.below-block-background-color__white .block-border-bottom__body,
.below-block-background-color__white .block-border-bottom__border,
.above-block-background-color__white .block-border-top__body,
.above-block-background-color__white .block-border-top__border {
	fill: var(--theme-white);
}
.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(--theme-primary);
}
.below-block-background-color__secondary .block-border-bottom__body,
.below-block-background-color__secondary .block-border-bottom__border,
.above-block-background-color__secondary .block-border-top__body,
.above-block-background-color__secondary .block-border-top__border {
	fill: var(--theme-secondary);
}
.below-block-background-color__tertiary .block-border-bottom__body,
.below-block-background-color__tertiary .block-border-bottom__border,
.above-block-background-color__tertiary .block-border-top__body,
.above-block-background-color__tertiary .block-border-top__border {
	fill: var(--theme-tertiary);
}
.below-block-background-color__quaternary .block-border-bottom__body,
.below-block-background-color__quaternary .block-border-bottom__border,
.above-block-background-color__quaternary .block-border-top__body,
.above-block-background-color__quaternary .block-border-top__border {
	fill: var(--theme-quaternary);
}
.block.flair__on {
	border-bottom: 12px solid var(--theme-flair-color);
}
.block.flair__on.bottom-border__angle_left,
.block.flair__on.bottom-border__angle_right,
.block.flair__on.bottom-border__curve,
.block.flair__on.bottom-border__ripped,
.block.flair__on.bottom-border__chevron {
	border-bottom: none;
}
.block.flair__on.bottom-border__angle_left .block-border-bottom__border,
.block.flair__on.bottom-border__angle_right .block-border-bottom__border,
.block.flair__on.bottom-border__curve .block-border-bottom__border,
.block.flair__on.bottom-border__ripped .block-border-bottom__border,
.block.flair__on.bottom-border__chevron .block-border-bottom__border {
	fill: var(--theme-flair-color);
}

.block--testimonial.flair__on .element__text.element-0 p {
	font-size: 1.5em;
}
.block--testimonial.flair__on .element__text.element-0 .button {
	font-size: 0.6667em !important;
}
.block--testimonial.flair__on .element__text.element-1 p {
	font-size: 0.875em;
}
.block_type__book-testimonials.flair__on svg path {
	fill: var(--theme-flair-color);
}

.block_type__1-column-pop .all-cols-wrap .col-1 {
	margin-top: calc((var(--theme-padding-basis) * -4) - 80px);
}
.block_type__1-column-pop.padding-top__none .all-cols-wrap .col-1 {
	margin-top: -80px;
}
.block_type__1-column-pop.padding-top__less .all-cols-wrap .col-1 {
	margin-top: calc((var(--theme-padding-basis) * -2) - 80px);
}
.block_type__1-column-pop.padding-top__more .all-cols-wrap .col-1 {
	margin-top: calc((var(--theme-padding-basis) * -6) - 80px);
}
.block_type__1-column-pop.flatten__on .all-cols-wrap .col-1 {
	margin-top: calc(var(--theme-padding-basis) * -4);
}
.block_type__1-column-pop.padding-top__none.flatten__on .all-cols-wrap .col-1 {
	margin-top: 0;
}
.block_type__1-column-pop.padding-top__less.flatten__on .all-cols-wrap .col-1 {
	margin-top: calc(var(--theme-padding-basis) * -2);
}
.block_type__1-column-pop.padding-top__more.flatten__on .all-cols-wrap .col-1 {
	margin-top: calc(var(--theme-padding-basis) * -6);
}
.block_type__1-column-pop .all-cols-wrap .col-1 {
	color: var(--theme-contrast-color);
}
.block_type__1-column-pop.pop-background-color__black .all-cols-wrap .col-1 {
	background-color: var(--theme-black);
	color: var(--theme-contrast-color);
}
.block_type__1-column-pop.pop-background-color__white .all-cols-wrap .col-1 {
	background-color: var(--theme-white);
	color: var(--theme-contrast-color);
}
.block_type__1-column-pop.pop-background-color__primary .all-cols-wrap .col-1 {
	background-color: var(--theme-primary);
	color: var(--theme-contrast-color);
}
.block_type__1-column-pop.pop-background-color__secondary .all-cols-wrap .col-1 {
	background-color: var(--theme-secondary);
	color: var(--theme-contrast-color);
}
.block_type__1-column-pop.pop-background-color__tertiary .all-cols-wrap .col-1 {
	background-color: var(--theme-tertiary);
	color: var(--theme-contrast-color);
}
.block_type__1-column-pop.pop-background-color__quaternary .all-cols-wrap .col-1 {
	background-color: var(--theme-quaternary);
	color: var(--theme-contrast-color);
}
.button-style--ghost .block_type__1-column-pop.pop-background-color__black .all-cols-wrap .col-1 .button {
	border-color: var(--theme-contrast-color);
	color: var(--theme-contrast-color);
}
.button-style--ghost .block_type__1-column-pop.pop-background-color__black .all-cols-wrap .col-1 .button:hover,
.button-style--ghost .block_type__1-column-pop.pop-background-color__black .all-cols-wrap .col-1 .button:focus {
	border-color: var(--theme-contrast-color);
	color: var(--theme-contrast-color);
}
.button-style--ghost .block_type__1-column-pop.pop-background-color__white .all-cols-wrap .col-1 .button {
	border-color: var(--theme-contrast-color);
	color: var(--theme-contrast-color);
}
.button-style--ghost .block_type__1-column-pop.pop-background-color__white .all-cols-wrap .col-1 .button:hover,
.button-style--ghost .block_type__1-column-pop.pop-background-color__white .all-cols-wrap .col-1 .button:focus {
	border-color: var(--theme-contrast-color);
	color: var(--theme-contrast-color);
}
.button-style--ghost .block_type__1-column-pop.pop-background-color__primary .all-cols-wrap .col-1 .button {
	border-color: var(--theme-contrast-color);
	color: var(--theme-contrast-color);
}
.button-style--ghost .block_type__1-column-pop.pop-background-color__primary .all-cols-wrap .col-1 .button:hover,
.button-style--ghost .block_type__1-column-pop.pop-background-color__primary .all-cols-wrap .col-1 .button:focus {
	border-color: var(--theme-contrast-color);
	color: var(--theme-contrast-color);
}
.button-style--ghost .block_type__1-column-pop.pop-background-color__secondary .all-cols-wrap .col-1 .button {
	border-color: var(--theme-contrast-color);
	color: var(--theme-contrast-color);
}
.button-style--ghost .block_type__1-column-pop.pop-background-color__secondary .all-cols-wrap .col-1 .button:hover,
.button-style--ghost .block_type__1-column-pop.pop-background-color__secondary .all-cols-wrap .col-1 .button:focus {
	border-color: var(--theme-contrast-color);
	color: var(--theme-contrast-color);
}
.button-style--ghost .block_type__1-column-pop.pop-background-color__tertiary .all-cols-wrap .col-1 .button {
	border-color: var(--theme-contrast-color);
	color: var(--theme-contrast-color);
}
.button-style--ghost .block_type__1-column-pop.pop-background-color__tertiary .all-cols-wrap .col-1 .button:hover,
.button-style--ghost .block_type__1-column-pop.pop-background-color__tertiary .all-cols-wrap .col-1 .button:focus {
	border-color: var(--theme-contrast-color);
	color: var(--theme-contrast-color);
}
.button-style--ghost .block_type__1-column-pop.pop-background-color__quaternary .all-cols-wrap .col-1 .button {
	border-color: var(--theme-contrast-color);
	color: var(--theme-contrast-color);
}
.button-style--ghost .block_type__1-column-pop.pop-background-color__quaternary .all-cols-wrap .col-1 .button:hover,
.button-style--ghost .block_type__1-column-pop.pop-background-color__quaternary .all-cols-wrap .col-1 .button:focus {
	border-color: var(--theme-contrast-color);
	color: var(--theme-contrast-color);
}
.block_type__1-column-pop.flair__on {
	border-bottom: none;
}
.block_type__1-column-pop.flair__on .all-cols-wrap .col-1 {
	-webkit-box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.25);
	box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.25);
}

.block_type__2-column-pop.pop-column__left .all-cols-wrap .col-1,
.block_type__2-column-pop.pop-column__right .all-cols-wrap .col-2 {
	margin-top: calc((var(--theme-padding-basis) * -4) - 80px);
}
.block_type__2-column-pop.pop-column__left.padding-top__none .all-cols-wrap .col-1,
.block_type__2-column-pop.pop-column__right.padding-top__none .all-cols-wrap .col-2 {
	margin-top: -80px;
}
.block_type__2-column-pop.pop-column__left.padding-top__less .all-cols-wrap .col-1,
.block_type__2-column-pop.pop-column__right.padding-top__less .all-cols-wrap .col-2 {
	margin-top: calc((var(--theme-padding-basis) * -2) - 80px);
}
.block_type__2-column-pop.pop-column__left.padding-top__more .all-cols-wrap .col-1,
.block_type__2-column-pop.pop-column__right.padding-top__more .all-cols-wrap .col-2 {
	margin-top: calc((var(--theme-padding-basis) * -6) - 80px);
}
.block_type__2-column-pop.pop-column__left.flatten__on .all-cols-wrap .col-1,
.block_type__2-column-pop.pop-column__right.flatten__on .all-cols-wrap .col-2 {
	margin-top: calc(var(--theme-padding-basis) * -4);
}
.block_type__2-column-pop.pop-column__left.padding-top__none.flatten__on .all-cols-wrap .col-1,
.block_type__2-column-pop.pop-column__right.padding-top__none.flatten__on .all-cols-wrap .col-2 {
	margin-top: 0;
}
.block_type__2-column-pop.pop-column__left.padding-top__less.flatten__on .all-cols-wrap .col-1,
.block_type__2-column-pop.pop-column__right.padding-top__less.flatten__on .all-cols-wrap .col-2 {
	margin-top: calc(var(--theme-padding-basis) * -2);
}
.block_type__2-column-pop.pop-column__left.padding-top__more.flatten__on .all-cols-wrap .col-1,
.block_type__2-column-pop.pop-column__right.padding-top__more.flatten__on .all-cols-wrap .col-2 {
	margin-top: calc(var(--theme-padding-basis) * -6);
}
.block_type__2-column-pop.pop-column__left .all-cols-wrap .col-1,
.block_type__2-column-pop.pop-column__right .all-cols-wrap .col-2 {
	color: var(--theme-contrast-color);
}
.block_type__2-column-pop.pop-column__left.pop-background-color__black .all-cols-wrap .col-1,
.block_type__2-column-pop.pop-column__right.pop-background-color__black .all-cols-wrap .col-2 {
	background-color: var(--theme-black);
	color: var(--theme-contrast-color);
}
.block_type__2-column-pop.pop-column__left.pop-background-color__white .all-cols-wrap .col-1,
.block_type__2-column-pop.pop-column__right.pop-background-color__white .all-cols-wrap .col-2 {
	background-color: var(--theme-white);
	color: var(--theme-contrast-color);
}
.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(--theme-primary);
	color: var(--theme-contrast-color);
}
.block_type__2-column-pop.pop-column__left.pop-background-color__secondary .all-cols-wrap .col-1,
.block_type__2-column-pop.pop-column__right.pop-background-color__secondary .all-cols-wrap .col-2 {
	background-color: var(--theme-secondary);
	color: var(--theme-contrast-color);
}
.block_type__2-column-pop.pop-column__left.pop-background-color__tertiary .all-cols-wrap .col-1,
.block_type__2-column-pop.pop-column__right.pop-background-color__tertiary .all-cols-wrap .col-2 {
	background-color: var(--theme-tertiary);
	color: var(--theme-contrast-color);
}
.block_type__2-column-pop.pop-column__left.pop-background-color__quaternary .all-cols-wrap .col-1,
.block_type__2-column-pop.pop-column__right.pop-background-color__quaternary .all-cols-wrap .col-2 {
	background-color: var(--theme-quaternary);
	color: var(--theme-contrast-color);
}
.button-style--ghost .block_type__2-column-pop.pop-column__left.pop-background-color__black .all-cols-wrap .col-1 .button,
.button-style--ghost .block_type__2-column-pop.pop-column__right.pop-background-color__black .all-cols-wrap .col-2 .button {
	border-color: var(--theme-contrast-color);
	color: var(--theme-contrast-color);
}
.button-style--ghost .block_type__2-column-pop.pop-column__left.pop-background-color__black .all-cols-wrap .col-1 .button:hover,
.button-style--ghost .block_type__2-column-pop.pop-column__left.pop-background-color__black .all-cols-wrap .col-1 .button:focus,
.button-style--ghost .block_type__2-column-pop.pop-column__right.pop-background-color__black .all-cols-wrap .col-2 .button:hover,
.button-style--ghost .block_type__2-column-pop.pop-column__right.pop-background-color__black .all-cols-wrap .col-2 .button:focus {
	border-color: var(--theme-contrast-color);
	color: var(--theme-contrast-color);
}
.button-style--ghost .block_type__2-column-pop.pop-column__left.pop-background-color__white .all-cols-wrap .col-1 .button,
.button-style--ghost .block_type__2-column-pop.pop-column__right.pop-background-color__white .all-cols-wrap .col-2 .button {
	border-color: var(--theme-contrast-color);
	color: var(--theme-contrast-color);
}
.button-style--ghost .block_type__2-column-pop.pop-column__left.pop-background-color__white .all-cols-wrap .col-1 .button:hover,
.button-style--ghost .block_type__2-column-pop.pop-column__left.pop-background-color__white .all-cols-wrap .col-1 .button:focus,
.button-style--ghost .block_type__2-column-pop.pop-column__right.pop-background-color__white .all-cols-wrap .col-2 .button:hover,
.button-style--ghost .block_type__2-column-pop.pop-column__right.pop-background-color__white .all-cols-wrap .col-2 .button:focus {
	border-color: var(--theme-contrast-color);
	color: var(--theme-contrast-color);
}
.button-style--ghost .block_type__2-column-pop.pop-column__left.pop-background-color__primary .all-cols-wrap .col-1 .button,
.button-style--ghost .block_type__2-column-pop.pop-column__right.pop-background-color__primary .all-cols-wrap .col-2 .button {
	border-color: var(--theme-contrast-color);
	color: var(--theme-contrast-color);
}
.button-style--ghost .block_type__2-column-pop.pop-column__left.pop-background-color__primary .all-cols-wrap .col-1 .button:hover,
.button-style--ghost .block_type__2-column-pop.pop-column__left.pop-background-color__primary .all-cols-wrap .col-1 .button:focus,
.button-style--ghost .block_type__2-column-pop.pop-column__right.pop-background-color__primary .all-cols-wrap .col-2 .button:hover,
.button-style--ghost .block_type__2-column-pop.pop-column__right.pop-background-color__primary .all-cols-wrap .col-2 .button:focus {
	border-color: var(--theme-contrast-color);
	color: var(--theme-contrast-color);
}
.button-style--ghost .block_type__2-column-pop.pop-column__left.pop-background-color__secondary .all-cols-wrap .col-1 .button,
.button-style--ghost .block_type__2-column-pop.pop-column__right.pop-background-color__secondary .all-cols-wrap .col-2 .button {
	border-color: var(--theme-contrast-color);
	color: var(--theme-contrast-color);
}
.button-style--ghost .block_type__2-column-pop.pop-column__left.pop-background-color__secondary .all-cols-wrap .col-1 .button:hover,
.button-style--ghost .block_type__2-column-pop.pop-column__left.pop-background-color__secondary .all-cols-wrap .col-1 .button:focus,
.button-style--ghost .block_type__2-column-pop.pop-column__right.pop-background-color__secondary .all-cols-wrap .col-2 .button:hover,
.button-style--ghost .block_type__2-column-pop.pop-column__right.pop-background-color__secondary .all-cols-wrap .col-2 .button:focus {
	border-color: var(--theme-contrast-color);
	color: var(--theme-contrast-color);
}
.button-style--ghost .block_type__2-column-pop.pop-column__left.pop-background-color__tertiary .all-cols-wrap .col-1 .button,
.button-style--ghost .block_type__2-column-pop.pop-column__right.pop-background-color__tertiary .all-cols-wrap .col-2 .button {
	border-color: var(--theme-contrast-color);
	color: var(--theme-contrast-color);
}
.button-style--ghost .block_type__2-column-pop.pop-column__left.pop-background-color__tertiary .all-cols-wrap .col-1 .button:hover,
.button-style--ghost .block_type__2-column-pop.pop-column__left.pop-background-color__tertiary .all-cols-wrap .col-1 .button:focus,
.button-style--ghost .block_type__2-column-pop.pop-column__right.pop-background-color__tertiary .all-cols-wrap .col-2 .button:hover,
.button-style--ghost .block_type__2-column-pop.pop-column__right.pop-background-color__tertiary .all-cols-wrap .col-2 .button:focus {
	border-color: var(--theme-contrast-color);
	color: var(--theme-contrast-color);
}
.button-style--ghost .block_type__2-column-pop.pop-column__left.pop-background-color__quaternary .all-cols-wrap .col-1 .button,
.button-style--ghost .block_type__2-column-pop.pop-column__right.pop-background-color__quaternary .all-cols-wrap .col-2 .button {
	border-color: var(--theme-contrast-color);
	color: var(--theme-contrast-color);
}
.button-style--ghost .block_type__2-column-pop.pop-column__left.pop-background-color__quaternary .all-cols-wrap .col-1 .button:hover,
.button-style--ghost .block_type__2-column-pop.pop-column__left.pop-background-color__quaternary .all-cols-wrap .col-1 .button:focus,
.button-style--ghost .block_type__2-column-pop.pop-column__right.pop-background-color__quaternary .all-cols-wrap .col-2 .button:hover,
.button-style--ghost .block_type__2-column-pop.pop-column__right.pop-background-color__quaternary .all-cols-wrap .col-2 .button:focus {
	border-color: var(--theme-contrast-color);
	color: var(--theme-contrast-color);
}
.block_type__2-column-pop.flair__on {
	border-bottom: none;
}
.block_type__2-column-pop.flair__on.pop-column__left .all-cols-wrap .col-1,
.block_type__2-column-pop.flair__on.pop-column__right .all-cols-wrap .col-2 {
	-webkit-box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.25);
	box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.25);
}
@media only screen and (max-width: 767px) {
	.block_type__2-column-pop.pop-column__right .all-cols-wrap {
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		-ms-flex-direction: column-reverse;
		flex-direction: column-reverse;
	}
	.block_type__2-column-pop.pop-column__right .all-cols-wrap .col-1 {
		margin-bottom: 0;
	}
	.block_type__2-column-pop.pop-column__right .all-cols-wrap .col-2 {
		margin-bottom: 1rem;
	}
}

.block_type__2-column-image-pop.vertical-image-position__pop-up .all-cols-wrap .col-1 {
	margin-top: calc((var(--theme-padding-basis) * -4) - 80px);
}
.block_type__2-column-image-pop.vertical-image-position__pop-up.padding-top__none .all-cols-wrap .col-1 {
	margin-top: -80px;
}
.block_type__2-column-image-pop.vertical-image-position__pop-up.padding-top__less .all-cols-wrap .col-1 {
	margin-top: calc((var(--theme-padding-basis) * -2) - 80px);
}
.block_type__2-column-image-pop.vertical-image-position__pop-up.padding-top__more .all-cols-wrap .col-1 {
	margin-top: calc((var(--theme-padding-basis) * -6) - 80px);
}
.block_type__2-column-image-pop.vertical-image-position__top .all-cols-wrap .col-1 {
	margin-top: calc(var(--theme-padding-basis) * -4);
}
.block_type__2-column-image-pop.vertical-image-position__top.padding-top__none .all-cols-wrap .col-1 {
	margin-top: 0;
}
.block_type__2-column-image-pop.vertical-image-position__top.padding-top__less .all-cols-wrap .col-1 {
	margin-top: calc(var(--theme-padding-basis) * -2);
}
.block_type__2-column-image-pop.vertical-image-position__top.padding-top__more .all-cols-wrap .col-1 {
	margin-top: calc(var(--theme-padding-basis) * -6);
}
.block_type__2-column-image-pop.flair__on {
	border-bottom: none;
}
.block_type__2-column-image-pop.flair__on .all-cols-wrap .col-1 img,
.block_type__2-column-image-pop.flair__on .all-cols-wrap .col-1 .cropped-image {
	-webkit-box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.25);
	box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.25);
}
@media only screen and (min-width: 768px) {
	.block_type__2-column-image-pop.vertical-image-position__push-down .all-cols-wrap .col-1 {
		padding-top: calc(var(--theme-padding-basis) * 4);
	}
}

.block_type__story-panel.box-style__solid .col-2 {
	color: var(--theme-contrast-color);
}
.block_type__story-panel.box-style__solid.text-area-background-color__white .col-2 {
	background-color: var(--theme-white);
	color: var(--theme-contrast-color);
}
.block_type__story-panel.box-style__solid.text-area-background-color__black .col-2 {
	background-color: var(--theme-black);
	color: var(--theme-contrast-color);
}
.block_type__story-panel.box-style__solid.text-area-background-color__primary .col-2 {
	background-color: var(--theme-primary);
	color: var(--theme-contrast-color);
}
.block_type__story-panel.box-style__solid.text-area-background-color__secondary .col-2 {
	background-color: var(--theme-secondary);
	color: var(--theme-contrast-color);
}
.block_type__story-panel.box-style__solid.text-area-background-color__tertiary .col-2 {
	background-color: var(--theme-tertiary);
	color: var(--theme-contrast-color);
}
.block_type__story-panel.box-style__solid.text-area-background-color__quaternary .col-2 {
	background-color: var(--theme-quaternary);
	color: var(--theme-contrast-color);
}
.button-style--ghost .block_type__story-panel.box-style__solid.text-area-background-color__white .col-2 .button {
	border-color: var(--theme-contrast-color);
	color: var(--theme-contrast-color);
}
.button-style--ghost .block_type__story-panel.box-style__solid.text-area-background-color__white .col-2 .button:hover,
.button-style--ghost .block_type__story-panel.box-style__solid.text-area-background-color__white .col-2 .button:focus {
	border-color: var(--theme-contrast-color);
	color: var(--theme-contrast-color);
}
.button-style--ghost .block_type__story-panel.box-style__solid.text-area-background-color__black .col-2 .button {
	border-color: var(--theme-contrast-color);
	color: var(--theme-contrast-color);
}
.button-style--ghost .block_type__story-panel.box-style__solid.text-area-background-color__black .col-2 .button:hover,
.button-style--ghost .block_type__story-panel.box-style__solid.text-area-background-color__black .col-2 .button:focus {
	border-color: var(--theme-contrast-color);
	color: var(--theme-contrast-color);
}
.button-style--ghost .block_type__story-panel.box-style__solid.text-area-background-color__primary .col-2 .button {
	border-color: var(--theme-contrast-color);
	color: var(--theme-contrast-color);
}
.button-style--ghost .block_type__story-panel.box-style__solid.text-area-background-color__primary .col-2 .button:hover,
.button-style--ghost .block_type__story-panel.box-style__solid.text-area-background-color__primary .col-2 .button:focus {
	border-color: var(--theme-contrast-color);
	color: var(--theme-contrast-color);
}
.button-style--ghost .block_type__story-panel.box-style__solid.text-area-background-color__secondary .col-2 .button {
	border-color: var(--theme-contrast-color);
	color: var(--theme-contrast-color);
}
.button-style--ghost .block_type__story-panel.box-style__solid.text-area-background-color__secondary .col-2 .button:hover,
.button-style--ghost .block_type__story-panel.box-style__solid.text-area-background-color__secondary .col-2 .button:focus {
	border-color: var(--theme-contrast-color);
	color: var(--theme-contrast-color);
}
.button-style--ghost .block_type__story-panel.box-style__solid.text-area-background-color__tertiary .col-2 .button {
	border-color: var(--theme-contrast-color);
	color: var(--theme-contrast-color);
}
.button-style--ghost .block_type__story-panel.box-style__solid.text-area-background-color__tertiary .col-2 .button:hover,
.button-style--ghost .block_type__story-panel.box-style__solid.text-area-background-color__tertiary .col-2 .button:focus {
	border-color: var(--theme-contrast-color);
	color: var(--theme-contrast-color);
}
.button-style--ghost .block_type__story-panel.box-style__solid.text-area-background-color__quaternary .col-2 .button {
	border-color: var(--theme-contrast-color);
	color: var(--theme-contrast-color);
}
.button-style--ghost .block_type__story-panel.box-style__solid.text-area-background-color__quaternary .col-2 .button:hover,
.button-style--ghost .block_type__story-panel.box-style__solid.text-area-background-color__quaternary .col-2 .button:focus {
	border-color: var(--theme-contrast-color);
	color: var(--theme-contrast-color);
}
.block_type__story-panel.box-style__outline.text-area-background-color__black .col-2 {
	border-color: var(--theme-black);
}
.block_type__story-panel.box-style__outline.text-area-background-color__white .col-2 {
	border-color: var(--theme-white);
}
.block_type__story-panel.box-style__outline.text-area-background-color__primary .col-2 {
	border-color: var(--theme-primary);
}
.block_type__story-panel.box-style__outline.text-area-background-color__secondary .col-2 {
	border-color: var(--theme-secondary);
}
.block_type__story-panel.box-style__outline.text-area-background-color__tertiary .col-2 {
	border-color: var(--theme-tertiary);
}
.block_type__story-panel.box-style__outline.text-area-background-color__quaternary .col-2 {
	border-color: var(--theme-quaternary);
}
@media only screen and (min-width: 768px) {
	.block_type__story-panel.vertical-text-position__push-down .col-2 {
		margin-top: var(--theme-padding-basis);
	}
	.block_type__story-panel.vertical-text-position__pop-up .col-1 {
		margin-top: var(--theme-padding-basis);
	}
}

.block_type__book-summary .summary-nav .current {
	border-bottom-color: var(--theme-flair-color);
}

.block_type__boxes {
	padding-bottom: 0;
	padding-top: 0;
}
.block_type__boxes .box,
.block_type__boxes .admin-frame .box,
.block_type__boxes.block .box:hover,
.block_type__boxes.block .box:focus-within,
.block_type__boxes .admin-frame .hover-box.box {
	color: var(--theme-contrast-color);
}
.block_type__boxes.background-color_white .box,
.block_type__boxes.background-color__white .admin-frame .box,
.block_type__boxes.block.hover-background-color__white .box:hover,
.block_type__boxes.block.hover-background-color__white .box:focus-within,
.block_type__boxes.hover-background-color__white .admin-frame .hover-box.box {
	background-color: var(--theme-white);
	color: var(--theme-contrast-color);
}
.block_type__boxes.background-color__black .box,
.block_type__boxes.background-color__black .admin-frame .box,
.block_type__boxes.block.hover-background-color__black .box:hover,
.block_type__boxes.block.hover-background-color__black .box:focus-within,
.block_type__boxes.hover-background-color__black .admin-frame .hover-box.box {
	background-color: var(--theme-black);
	color: var(--theme-contrast-color);
}
.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(--theme-primary);
	color: var(--theme-contrast-color);
}
.block_type__boxes.background-color__secondary .box,
.block_type__boxes.background-color__secondary .admin-frame .box,
.block_type__boxes.block.hover-background-color__secondary .box:hover,
.block_type__boxes.block.hover-background-color__secondary .box:focus-within,
.block_type__boxes.hover-background-color__secondary .admin-frame .hover-box.box {
	background-color: var(--theme-secondary);
	color: var(--theme-contrast-color);
}
.block_type__boxes.background-color__tertiary .box,
.block_type__boxes.background-color__tertiary .admin-frame .box,
.block_type__boxes.block.hover-background-color__tertiary .box:hover,
.block_type__boxes.block.hover-background-color__tertiary .box:focus-within,
.block_type__boxes.hover-background-color__tertiary .admin-frame .hover-box,
.block_type__boxes.hover-background-color__tertiary .box.admin-box {
	background-color: var(--theme-tertiary);
	color: var(--theme-contrast-color);
}
.block_type__boxes.background-color__quaternary .box,
.block_type__boxes.background-color__quaternary .admin-frame .box,
.block_type__boxes.block.hover-background-color__quaternary .box:hover,
.block_type__boxes.block.hover-background-color__quaternary .box:focus-within,
.block_type__boxes.hover-background-color__quaternary .admin-frame .hover-box {
	background-color: var(--theme-quaternary);
	color: var(--theme-contrast-color);
}

.block_type__filter-gallery .filter-sort__frame .button-grp button.active,
.block_type__filter-gallery .filter-sort__frame .button-grp .button.active {
	background-color: var(--theme-button-color-hover);
}

.block_type__faqs .windowshade-button-text {
	font-family: var(--theme-font-family);
	font-size: 1.25em;
	font-weight: var(--theme-font-weight);
	text-transform: var(--theme-text-transform);
	letter-spacing: var(--theme-letter-spacing);
}
.block_type__faqs .windowshade-button {
	color: var(--theme-contrast-color);
}
.block_type__faqs.button-background-color__white .windowshade-button {
	background-color: var(--theme-white);
	color: var(--theme-contrast-color);
}
.block_type__faqs.button-background-color__black .windowshade-button {
	background-color: var(--theme-black);
	color: var(--theme-contrast-color);
}
.block_type__faqs.button-background-color__primary .windowshade-button {
	background-color: var(--theme-primary);
	color: var(--theme-contrast-color);
}
.block_type__faqs.button-background-color__secondary .windowshade-button {
	background-color: var(--theme-secondary);
	color: var(--theme-contrast-color);
}
.block_type__faqs.button-background-color__tertiary .windowshade-button {
	background-color: var(--theme-tertiary);
	color: var(--theme-contrast-color);
}
.block_type__faqs.button-background-color__quaternary .windowshade-button {
	background-color: var(--theme-quaternary);
	color: var(--theme-contrast-color);
}

.block_type__subpage-overlay .grid-item,
.block_type__subpage-overlay .grid-item:hover,
.block_type__subpage-overlay .grid-item:focus-within {
	color: var(--theme-contrast-color);
}
.block_type__subpage-overlay.initial-background-color__white .grid-item,
.block_type__subpage-overlay.hover-background-color__white .grid-item:hover,
.block_type__subpage-overlay.hover-background-color__white .grid-item:focus-within {
	background-color: var(--theme-white);
	color: var(--theme-contrast-color);
}
.block_type__subpage-overlay.initial-background-color__black .grid-item,
.block_type__subpage-overlay.hover-background-color__black .grid-item:hover,
.block_type__subpage-overlay.hover-background-color__black .grid-item:focus-within {
	background-color: var(--theme-black);
	color: var(--theme-contrast-color);
}
.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(--theme-primary);
	color: var(--theme-contrast-color);
}
.block_type__subpage-overlay.initial-background-color__secondary .grid-item,
.block_type__subpage-overlay.hover-background-color__secondary .grid-item:hover,
.block_type__subpage-overlay.hover-background-color__secondary .grid-item:focus-within {
	background-color: var(--theme-secondary);
	color: var(--theme-contrast-color);
}
.block_type__subpage-overlay.initial-background-color__tertiary .grid-item,
.block_type__subpage-overlay.hover-background-color__tertiary .grid-item:hover,
.block_type__subpage-overlay.hover-background-color__tertiary .grid-item:focus-within {
	background-color: var(--theme-tertiary);
	color: var(--theme-contrast-color);
}
.block_type__subpage-overlay.initial-background-color__quaternary .grid-item,
.block_type__subpage-overlay.hover-background-color__quaternary .grid-item:hover,
.block_type__subpage-overlay.hover-background-color__quaternary .grid-item:focus-within {
	background-color: var(--theme-quaternary);
	color: var(--theme-contrast-color);
}
.block_type__subpage-overlay.block__admin-view.initial-background-color__white .grid__item-bg,
.block_type__subpage-overlay.block__admin-view.hover-background-color__white .grid__item-bg:hover,
.block_type__subpage-overlay.block__admin-view.hover-background-color__white .grid__item-bg:focus-within {
	background-color: var(--theme-white);
	color: var(--theme-contrast-color);
}
.block_type__subpage-overlay.block__admin-view.initial-background-color__black .grid__item-bg,
.block_type__subpage-overlay.block__admin-view.hover-background-color__black .grid__item-bg:hover,
.block_type__subpage-overlay.block__admin-view.hover-background-color__black .grid__item-bg:focus-within {
	background-color: var(--theme-black);
	color: var(--theme-contrast-color);
}
.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(--theme-primary);
	color: var(--theme-contrast-color);
}
.block_type__subpage-overlay.block__admin-view.initial-background-color__secondary .grid__item-bg,
.block_type__subpage-overlay.block__admin-view.hover-background-color__secondary .grid__item-bg:hover,
.block_type__subpage-overlay.block__admin-view.hover-background-color__secondary .grid__item-bg:focus-within {
	background-color: var(--theme-secondary);
	color: var(--theme-contrast-color);
}
.block_type__subpage-overlay.block__admin-view.initial-background-color__tertiary .grid__item-bg,
.block_type__subpage-overlay.block__admin-view.hover-background-color__tertiary .grid__item-bg:hover,
.block_type__subpage-overlay.block__admin-view.hover-background-color__tertiary .grid__item-bg:focus-within {
	background-color: var(--theme-tertiary);
	color: var(--theme-contrast-color);
}
.block_type__subpage-overlay.block__admin-view.initial-background-color__quaternary .grid__item-bg,
.block_type__subpage-overlay.block__admin-view.hover-background-color__quaternary .grid__item-bg:hover,
.block_type__subpage-overlay.block__admin-view.hover-background-color__quaternary .grid__item-bg:focus-within {
	background-color: var(--theme-quaternary);
	color: var(--theme-contrast-color);
}
.block_type__subpage-overlay.block__admin-view .grid-item,
.block_type__subpage-overlay.block__admin-view .grid-item:hover,
.block_type__subpage-overlay.block__admin-view .grid-item:focus-within {
	background: transparent;
	color: inherit;
}

.block_type__subpage-list.v1.flair__on {
	border: 0;
}
.block_type__subpage-list.v1 .grid__item-title .wrap-link:hover,
.block_type__subpage-list.v1 .grid__item-title .wrap-link:focus {
	color: var(--theme-link-hover-color);
}

.blog-block .blog-post__categories a {
	letter-spacing: 0.1em;
}
.blog-block .post__content {
	border-color: var(--theme-flair-color);
}

/* ckeditor styles */
.accent {
	display: inline-block;
	margin-bottom: 17px;
	position: relative;
}
.accent:after {
	background-color: #dadada;
	bottom: -10px;
	content: "";
	height: 7px;
	left: 0;
	position: absolute;
	-webkit-transform: translateY(100%);
	transform: translateY(100%);
	width: 70px;
}

.link-accent:after {
	background-image: url(/images/sites/ptx3/icon_arrow.png);
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	display: inline-block;
	font-size: 0;
	height: 12px;
	speak: none;
	text-decoration: none;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	width: 16px;
}
.link-accent.red {
  font-weight: 700;
}
.link-accent.red:after {
  background-image: url(/images/sites/ptx3/icon_arrow-red.svg);
  margin-left: 8px;
  transform: none;
}
.button,
.block .bizango_cms_content form input[type="submit"] {
	background-color: var(--theme-button-color);
	border-radius: 50px;
	border: 0;
	color: var(--theme-contrast-color);
	display: inline-block;
	font-family: "lato", sans-serif;
	font-size: 1.25rem;
	font-weight: normal;
	line-height: 1.1em;
	margin-top: 0.25em;
	padding: 15px 63px 15px 20px;
	position: relative;
	-webkit-transition: background-color 0.25s linear;
	transition: background-color 0.25s linear;
}
.button:after {
	background-color: var(--grayDark);
	background-image: url(/images/sites/ptx3/icon_arrow.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: 15px;
	border-radius: 50%;
	content: "";
	display: inline-block;
	height: 33px;
	margin: -5px 0 -10px 10px;
	position: absolute;
	right: 20px;
	-webkit-transition: all ease 400ms;
	transition: all ease 400ms;
	top: 16px;
	width: 33px;
}
.button:hover,
.button:focus {
	background-color: var(--grayDark);
}
.button:hover:after,
.button:focus:after {
	background-color: #fff;
	background-image: url(/images/sites/ptx3/icon_arrow-dark.png);
}
.button.button--white {
	background-color: #fff;
	color: var(--textDark);
}
.button.button--white:hover,
.button.button--white:focus,
.button.button--white:after {
	background-color: var(--red);
}
.button.button--white:hover:after,
.button.button--white:focus:after {
	background-color: var(--grayDark);
	background-image: url(/images/sites/ptx3/icon_arrow.png);
}
.button-style--ghost .button {
	background-color: transparent;
	border-width: var(--theme-button-border-width);
	border-style: solid;
	border-color: var(--theme-button-color);
	color: var(--theme-button-color);
	-webkit-transition: border-color 0.25s linear, color 0.25s linear;
	transition: border-color 0.25s linear, color 0.25s linear;
}
.button-variants--rounded--true .button {
	border-radius: var(--theme-button-radius);
}
.button-variants--bold--true .button {
	font-weight: bold;
}
.button-variants--caps--true .button {
	font-size: 0.875em;
	text-transform: uppercase;
}
.button-variants--spaced--true .button {
	letter-spacing: 0.1em;
}
.button:hover,
.button:focus {
	color: var(--theme-contrast-color);
	text-decoration: none;
	background-color: var(--theme-button-color-hover);
}
.button-style--ghost .button:hover,
.button-style--ghost .button:focus {
	background-color: transparent;
	border-color: var(--theme-button-color-hover);
	color: var(--theme-button-color-hover);
}
.link-accent {
	color: var(--theme-link-color);
}
.link-accent:hover,
.link-accent:focus {
	color: var(--theme-link-hover-color);
}
.letter-spacing--wide {
	letter-spacing: 0.15em;
}
.text-transform--upper {
	text-transform: uppercase;
}
.author-style {
	font-family: "Lato", sans-serif;
	font-size: 0.75rem;
	font-weight: 700;
	line-height: 1em;
	letter-spacing: 0.15em;
	position: relative;
	text-transform: uppercase;
}
.author-style:before,
.author-style:after {
	content: "\2013";
	display: inline-block;
	margin: 0 5px;
	vertical-align: baseline;
}
html body .public-section .ff-lato {
	font-family: "lato", sans-serif;
}
html body .public-section .ff-crayon {
	font-family: "crayon", sans-serif;
	font-weight: 400;
	margin-bottom: 10px;
}
html body .public-section .ff-crayon-bold {
	font-family: "crayon-bold", sans-serif;
	font-weight: 400;
	margin-bottom: 10px;
}
/* --------------------------------------------- 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--site-hero:after {
	background: -webkit-gradient(linear, right top, left top, color-stop(35.56%, rgba(54, 60, 62, 0)), color-stop(76.25%, rgba(54, 60, 62, 0.6))),
		-webkit-gradient(linear, left top, left bottom, color-stop(98.43%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.4))),
		-webkit-gradient(linear, left bottom, left top, color-stop(98.71%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.4)));
	background: linear-gradient(270deg, rgba(54, 60, 62, 0) 35.56%, rgba(54, 60, 62, 0.6) 76.25%),
		linear-gradient(180deg, rgba(0, 0, 0, 0) 98.43%, rgba(0, 0, 0, 0.4) 100%), linear-gradient(0deg, rgba(0, 0, 0, 0) 98.71%, rgba(0, 0, 0, 0.4) 100%);
}
.text-position__center .olay--site-hero:after {
	background: -webkit-gradient(
			linear,
			right top,
			left top,
			color-stop(15%, rgba(54, 60, 62, 0)),
			color-stop(30%, rgba(54, 60, 62, 0.6)),
			color-stop(60%, rgba(54, 60, 62, 0.6)),
			color-stop(85%, rgba(54, 60, 62, 0))
		),
		-webkit-gradient(linear, left top, left bottom, color-stop(98.43%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.4))),
		-webkit-gradient(linear, left bottom, left top, color-stop(98.71%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.4)));
	background: linear-gradient(270deg, rgba(54, 60, 62, 0) 15%, rgba(54, 60, 62, 0.6) 30%, rgba(54, 60, 62, 0.6) 60%, rgba(54, 60, 62, 0) 85%),
		linear-gradient(180deg, rgba(0, 0, 0, 0) 98.43%, rgba(0, 0, 0, 0.4) 100%), linear-gradient(0deg, rgba(0, 0, 0, 0) 98.71%, rgba(0, 0, 0, 0.4) 100%);
}
.text-position__right .olay--site-hero:after {
	background: -webkit-gradient(linear, left top, right top, color-stop(35.56%, rgba(54, 60, 62, 0)), color-stop(76.25%, rgba(54, 60, 62, 0.6))),
		-webkit-gradient(linear, left top, left bottom, color-stop(98.43%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.4))),
		-webkit-gradient(linear, left bottom, left top, color-stop(98.71%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.4)));
	background: linear-gradient(90deg, rgba(54, 60, 62, 0) 35.56%, rgba(54, 60, 62, 0.6) 76.25%),
		linear-gradient(180deg, rgba(0, 0, 0, 0) 98.43%, rgba(0, 0, 0, 0.4) 100%), linear-gradient(0deg, rgba(0, 0, 0, 0) 98.71%, rgba(0, 0, 0, 0.4) 100%);
}
.block-style__alt .olay--site-hero:after {
  background: linear-gradient(180deg, rgba(54, 60, 62, 0.00) 72.4%, rgba(54, 60, 62, 0.60) 100%), linear-gradient(180deg, rgba(0, 0, 0, 0.00) 98.43%, rgba(0, 0, 0, 0.40) 100%), linear-gradient(0deg, rgba(0, 0, 0, 0.00) 98.71%, rgba(0, 0, 0, 0.40) 100%);
}
.olay--info-card:after {
	background: -webkit-gradient(linear, left top, left bottom, color-stop(50.11%, rgba(54, 60, 62, 0.7)), to(rgba(54, 60, 62, 0.9)));
	background: linear-gradient(180deg, rgba(54, 60, 62, 0.7) 50.11%, rgba(54, 60, 62, 0.9) 100%);
}
.olay--story-card:after {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.70) 0%, rgba(0, 0, 0, 0.40) 100%);
}
.olay--featured-cta:after {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 98.43%, rgba(0, 0, 0, 0.40) 100%);
}
.olay--site-cta:after {
	background: -webkit-gradient(linear, left top, left bottom, color-stop(98.43%, rgba(0, 0, 0, 0.4)), to(rgba(0, 0, 0, 0.4))),
		-webkit-gradient(linear, left top, right top, color-stop(50%, rgba(54, 60, 62, 0)), to(rgba(54, 60, 62, 0.6)));
	background: linear-gradient(180deg, rgba(0, 0, 0, 0.4) 98.43%, rgba(0, 0, 0, 0.4) 100%),
		linear-gradient(90deg, rgba(54, 60, 62, 0) 50%, rgba(54, 60, 62, 0.6) 100%);
}
.olay--featured-proj:after {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 74.48%, rgba(0, 0, 0, 0.60) 100%);
}
@media only screen and (min-width: 768px) {
	.olay--site-cta:after {
		background: -webkit-gradient(linear, left top, left bottom, color-stop(98.43%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.4))),
			-webkit-gradient(linear, left top, right top, color-stop(50%, rgba(54, 60, 62, 0)), to(rgba(54, 60, 62, 0.6)));
		background: linear-gradient(180deg, rgba(0, 0, 0, 0) 98.43%, rgba(0, 0, 0, 0.4) 100%),
			linear-gradient(90deg, rgba(54, 60, 62, 0) 50%, rgba(54, 60, 62, 0.6) 100%);
	}
  .olay--story-card:after {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 66.21%, rgba(0, 0, 0, 0.80) 100%);
  }
}
@media only screen and (min-width: 1024px) {
	.olay--info-card:after {
		background: -webkit-gradient(linear, left top, left bottom, color-stop(50.11%, rgba(54, 60, 62, 0)), to(rgba(54, 60, 62, 0.9)));
		background: linear-gradient(180deg, rgba(54, 60, 62, 0) 50.11%, rgba(54, 60, 62, 0.9) 100%);
	}
}
/* --------------------------- BLOCKS */
.block div {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
main {
	padding-top: 54px;
}
[data-sortable] > .block_container:first-child .block > .page_frame {
	padding-top: 60px;
}
.block.no-col-pad .all-cols-wrap > div[class^="col"] {
	padding: 0;
}
.block.no-border-flair.flair__on {
	border: 0;
}
.block.page_frame--1400 > .page_frame {
	padding: 0;
	max-width: 1400px;
}
.block.page_frame--more > .page_frame {
	max-width: 1315px;
}
.block .all-cols-wrap .element__image img,
.block .all-cols-wrap .slick-slider img,
.block .all-cols-wrap .slick-slider .cropped-image {
	border-radius: 40px;
	overflow: hidden;
}
.flex-wrap {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.full-img img,
.full-video video {
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center center;
	object-position: center center;
	width: 100%;
}
.full-video iframe {
	height: 105%;
	left: 50%;
	position: absolute;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 225%;
}
.mb0-last > *:last-child,
html body .block .mb0-self,
.text div.margin-bottom-0 > *:last-child {
	margin-bottom: 0;
}
.block.narrow-content__more .all-cols-wrap {
	max-width: 790px;
}
.block__admin-view .help,
.help-shared {
  margin: 5px 0;
	max-width: 100%;
	width: -webkit-max-content;
	width: -moz-max-content;
	width: max-content;
}
#body_shared-content .help-shared,
#body_shared-content .blockcontrols__delete-wrap {
	display: none !important;
}
.footer span[class^="icon-"]:before {
	font-family: "bizango-icons";
}
.icon-instagram:before {
	content: "\e923";
}
.icon-linkedin:before {
	content: "\e924";
}
.icon-linkedin:before {
	content: "\e924";
}
.footer span.icon-x:before {
	content: "\e900";
	font-family: "pst-brands" !important;
}
@media only screen and (max-width: 767px) {
	main {
		padding-top: 24px;
	}
	.flex-wrap-mobile {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
}
/* ------------ BANNER ------------ */
.block_type__banner.flair__on {
	border: 0;
	border-radius: 0px 0px 40px 40px;
	overflow: hidden;
}
/* ------------ HERO ------------ */
/* OPTIONS */
.block_type__hero.hero-padding-bottom__slim {
  padding-bottom: 1.5rem;
}
.block_type__hero.block-style__alternate {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: flex-end;
}
.block_type__hero.block-style__alternate .all-cols-wrap,
.block_type__hero.block-style__alternate > .page_frame {
  width: 100%;
}
.block_type__hero.block-style__alternate .block__bg-img:after {
  background: linear-gradient(180deg, rgba(54, 60, 62, 0.4) 72.4%, rgba(54, 60, 62, 0.60) 100%), linear-gradient(180deg, rgba(0, 0, 0, 0.00) 98.43%, rgba(0, 0, 0, 0.40) 100%), linear-gradient(0deg, rgba(0, 0, 0, 0.00) 98.71%, rgba(0, 0, 0, 0.40) 100%);
}
.block.block_type__hero.block-style__alternate .bizango_cms_content * {
  margin-bottom: 0;
}
@media only screen and (min-width: 768px) {
  .block_type__hero.block-style__alternate {
    box-sizing: border-box;
    min-height: 500px;
  }
  .block_type__hero.block-style__alternate .block__bg-img:after {
    background: linear-gradient(180deg, rgba(54, 60, 62, 0.00) 72.4%, rgba(54, 60, 62, 0.60) 100%), linear-gradient(180deg, rgba(0, 0, 0, 0.00) 98.43%, rgba(0, 0, 0, 0.40) 100%), linear-gradient(0deg, rgba(0, 0, 0, 0.00) 98.71%, rgba(0, 0, 0, 0.40) 100%);
  }
}
/* ------------ SITE HERO ------------ */
.block_type__site-hero .all-cols-wrap .col {
	padding: 0;
}
.block_type__site-hero .site-hero__text {
	color: var(--textLight);
	max-width: 465px;
}
/* OPTIONS */
.text-position__center .site-hero__text {
	margin: 0 auto;
}
.text-position__right .site-hero__text {
	margin-left: auto;
}
.block-style__alt .site-hero__text {
  max-width: 100%;
}
.block-style__alt .site-hero__text h1,
.block-style__alt .site-hero__text .bizango_cms_content *:last-child {
  margin-bottom: 0;
}
/* ------------ BLOG HERO ------------ */
.element__blog_list .category-title {
  display: none;
}
/* ------------ BASIC COLUMN BLOCKS ------------ */
.block_type__1-column > .page_frame,
.block_type__2-column-even > .page_frame,
.block_type__2-column-bigleft > .page_frame,
.block_type__2-column-bigright > .page_frame,
.block_type__3-column > .page_frame,
.block_type__4-column > .page_frame {
  max-width: 1155px;
}
.block_type__1-column .all-cols-wrap {
  margin: 0 -20px;
}
.block_type__1-column.constrain-content__yes > .page_frame {
  max-width: 664px;
}
/* ------------ LOGOS ------------ */
.logos__grid {
  align-items: flex-start;
}
.logos__image {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  aspect-ratio: 1.5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 20px;
  max-height: 180px;
  width: 100%;
}
.logos__image img.illustration {
  margin-bottom: 0;
}
/* ------------ INFO CARDS------------ */
.block_type__info-cards .all-cols-wrap .col-1 {
	padding: 0;
	width: 100%;
}
.info-cards__cards {
	display: block;
	width: 100%;
}
.info-cards__card {
	-ms-flex-line-pack: end;
	align-content: flex-end;
	background-color: var(--beige);
	border-radius: 40px;
	-webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
	box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 10px;
	max-height: 445px;
	min-height: 445px;
	overflow: hidden;
	padding: 33px 20px;
	position: relative;
}
html body .block .info-card__title h2 {
	color: var(--textLight);
	color: #fefbf6;
	text-shadow: 0 0 10px rgba(0, 0, 0, 0.6);
	/* H5 Style */
	font-family: "lato", sans-serif;
	font-size: 1.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	margin-bottom: 0;
	-webkit-transition: all ease 400ms;
	transition: all ease 400ms;
}
.info-cards__card .info-card__bg {
	opacity: 1;
}
.info-card__content-container {
	-ms-flex-line-pack: end;
	align-content: flex-end;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	height: 100%;
	max-height: 100%;
	overflow: auto;
}
.info-cards__card .info-card__svg {
	/* transform: translateY(-50px); */
}
.info-cards__card .info-card__svg svg path {
	height: 60px;
	width: 60px;
}
.info-cards__card .info-card__title-container {
	min-height: 60px;
	padding-left: 0;
	position: relative;
}
html body .info-cards__card .info-card__title h2 {
	margin-bottom: 20px;
	/* text-shadow: none; */
}
html body .block .info-cards__card .info-card__content {
	display: block;
	opacity: 1;
	color: var(--textLight);
	-webkit-transition: opacity 400ms ease;
	transition: opacity 400ms ease;
}
/* html body .block .info-cards__card .info-card__title h2,
html body .block .info-cards__card .info-card__content {
	color: var(--textDark);
} */
/* OPTIONS */
.block_type__info-cards.padding-top__offset {
	margin-top: -83px;
	padding-top: 0;
	z-index: 1;
}
/* ADMIN */
.block__admin-view .info-cards__card .bizango_image_controls {
	width: 100%;
}
.block__admin-view .flex-children {
	padding-top: 60px;
	position: relative;
}
.block__admin-view .flex-children .bizango_content_controls {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}
html body .block__admin-view .info-cards__card {
	max-height: none;
}
html body .block__admin-view .info-card__title-container {
	padding-left: 0;
}
html body .block__admin-view .info-card__svg {
	position: relative;
}
html body .block__admin-view .info-card__content {
	color: var(--textLight);
	display: block !important;
	opacity: 1 !important;
}
@media only screen and (min-width: 768px) {
	.info-cards__card {
		padding: 20px 20px 20px 20px;
	}
}
@media only screen and (min-width: 860px) {
	.info-cards__cards {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}
	.info-cards__card {
		width: calc(33.333% - 20px);
	}
}
@media only screen and (min-width: 1024px) {
	.info-cards__card {
		padding: 33px 30px;
	}
}
@media only screen and (min-width: 1200px) {
	.info-cards__card {
		padding: 33px 44px;
	}
}
@media only screen and ((hover: hover) and (min-width: 1024px)) {
	.info-cards__card .info-card__bg {
		opacity: 1;
		-webkit-transition: opacity ease 400ms;
		transition: opacity ease 400ms;
	}
	.info-card__title-container {
		bottom: 0;
		padding-left: 60px;
		-webkit-transition: all ease 400ms;
		transition: all ease 400ms;
	}
	.info-cards__card.active .info-card__bg {
		opacity: 0;
	}
	.info-cards__card.active .info-card__svg {
		-webkit-transform: translateY(-90px);
		transform: translateY(-90px);
	}
	.info-cards__card .info-card__svg svg {
		transition: all 400ms ease;
	}
	.info-cards__card.active .info-card__svg svg {
		height: 60px;
		width: 60px;
	}
	.info-cards__card.active .info-card__svg svg path {
		fill: var(--red);
		height: 60px;
		width: 60px;
	}
	.info-cards__card .info-card__svg {
		fill: #fff;
		left: 0;
		position: absolute;
		-webkit-transition: all ease 400ms;
		transition: all ease 400ms;
	}
	.info-card__svg svg path {
		-webkit-transition: all ease 400ms;
		transition: all ease 400ms;
	}
	.info-cards__card .info-card__title-container {
		padding-left: 60px;
	}
	.info-cards__card.active .info-card__title-container {
		padding-left: 0px;
		position: relative;
	}
	html body .info-cards__card .info-card__title h2 {
		margin-bottom: 0;
	}
	html body .info-cards__card.active .info-card__title h2 {
		margin-bottom: 20px;
		text-shadow: none;
	}
	html body .block .info-cards__card .info-card__content {
		display: none;
		opacity: 0;
	}
	html body .block .info-cards__card.active .info-card__content {
		opacity: 1;
		-webkit-transition: opacity ease 400ms;
		transition: opacity ease 400ms;
	}
	html body .block .info-cards__card .info-card__title h2,
	html body .block .info-cards__card .info-card__content {
		color: var(--textLight);
	}
	html body .block .info-cards__card.active .info-card__title h2,
	html body .block .info-cards__card.active .info-card__content {
		color: var(--textDark);
	}
	html body .block .info-cards__card .info-card__content {
		-webkit-transition: color 0ms ease 400ms;
		transition: color 0ms ease 400ms;
	}
}
@media only screen and (max-width: 767px) {
	.info-cards__card {
		background-color: transparent;
		border-radius: 0px;
		box-shadow: none;
		height: auto;
		margin: 40px 10px;
		max-height: none;
		max-width: none;
		padding: 0;
		width: auto;
	}
	.info-cards__card .info-card__bg {
		aspect-ratio: 1.5;
		border-radius: 40px;
		margin-bottom: 20px;
		opacity: 1;
		overflow: hidden;
		position: relative;
		width: 100%;
	}
	.info-cards__card .info-card__bg:after {
		display: none;
	}
	.info-card__svg {
		margin: 0 auto 20px auto;
	}
	.info-card__svg svg {
		height: 60px;
		width: 60px;
	}
	.info-card__svg svg path {
		fill: var(--red);
	}
	.info-cards__card .info-card__title-container {
		width: 100%;
	}
	html body .block .info-card__title h2 {
		color: initial;
	}
	.info-cards__card .info-card__title-container,
	html body .block .info-cards__card .info-card__content {
		color: initial;
		text-align: center;
	}
}
/* ------------ ICON CARDS------------ */
.block_type__icon-cards .icon-cards__cards {
	margin: 0 -10px;
}
.card-style__simple .icon-cards__cards  {
  flex-wrap: wrap;
}
.icon-cards__card {
	-ms-flex-line-pack: center;
	align-content: center;
	background-color: var(--grayDark);
	border-radius: 20px;
	-webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
	box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
	color: var(--textLight);
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	margin: 10px 10px;
	min-height: 250px;
	overflow: hidden;
	padding: 10px 25px;
	position: relative;
	-webkit-transition: all ease 400ms;
	transition: all ease 400ms;
  width: 100%;
}
.icon-card__bg {
	opacity: 0.4;
}
.block .all-cols-wrap .icon-card__bg img {
  border-radius: 20px;
}
html body .block .icon-card__title-container {
	width: 100%;
}
html body .block .icon-card__title {
	position: relative;
	font-weight: 700;
	text-align: center;
	width: 100%;
}
html body .block .icon-card__title p {
	font-size: 1.25rem;
	line-height: 1.2em;
}
.icon-card__svg svg {
	display: block;
	margin: 0 auto 20px auto;
	position: relative;
}
.icon-card__svg path {
	fill: var(--red);
}
.icon-cards__card a.link-accent {
	display: block;
	max-height: 20px;
	text-align: center;
}
.block .slick-slider .icon-cards__card {
	-ms-flex-line-pack: center;
	align-content: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	max-width: 250px;
	min-height: 250px;
	width: 100%;
}
.block.block_type__icon-cards .slick-prev {
	left: -15px;
}
/* OPTIONS */
.center-columns__yes .icon-cards__cards {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.card-style__simple .icon-cards__card {
  background-color: var(--beige);
  color: var(--textDark);
  flex: auto;
}
.card-style__simple .icon-cards__card a.link-accent:after {
  background-image: url(/images/sites/ptx3/icon_arrow-red.svg);
  transform: none;
}
/* ADMIN */
.block__admin-view .icon-cards__card {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}
@media only screen and (min-width: 480px) {
  .card-style__simple .icon-cards__card {
    max-width: calc(50% - 54px);
  }
}
@media only screen and (min-width: 768px) {
  .card-style__simple .icon-cards__card {
    max-width: calc(33.333% - 54px);
  }
}
@media only screen and (hover: hover) and (min-width: 1024px) {
	.icon-cards__card {
		background-color: var(--beige);
		color: var(--textDark);
		-webkit-box-flex: 1;
		-ms-flex: 1;
		flex: 1;
		min-height: 250px;
		position: relative;
		-webkit-transition: all ease 400ms;
		transition: all ease 400ms;
	}
	.block:not(.card-style__simple) .icon-cards__card:hover,
	.block:not(.card-style__simple) .icon-cards__card:focus-within {
		background-color: var(--grayDark);
		color: var(--textLight);
	}
	.icon-card__bg {
		opacity: 0;
		-webkit-transition: opacity ease 400ms;
		transition: opacity ease 400ms;
	}
	.block:not(.card-style__simple) .icon-cards__card:hover .icon-card__bg,
	.block:not(.card-style__simple) .icon-cards__card:focus-within .icon-card__bg {
		opacity: 0.4;
	}
	.icon-cards__card a.link-accent,
  .image-cards__card a.link-accent {
		display: block;
		max-height: 0;
		overflow: hidden;
		-webkit-transition: max-height ease 400ms;
		transition: max-height ease 400ms;
	}
	.icon-cards__card:hover a.link-accent,
	.icon-cards__card:focus-within a.link-accent,
  .image-cards__card:hover a.link-accent,
	.image-cards__card:focus-within a.link-accent {
		max-height: 20px;
	}
  .card-style__simple .icon-cards__card a.link-accent:before {
    content: "Learn More";
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-right: 8px;
  }
}
@media only screen and (min-width: 1024px) {
  .card-style__simple .icon-cards__card {
    max-width: calc(25% - 54px);
  }
}
@media only screen and (min-width: 1260px) {
	.icon-cards__card {
		margin: 10px 27px;
	}
	.block_type__icon-cards .icon-cards__cards {
		margin: 0 -27px;
	}
  .card-style__simple .icon-cards__card {
    max-width: calc(20% - 54px);
  }
}
@media only screen and (max-width: 1023px) {
  .block_type__icon-cards > .page_frame {
    padding: 0;
  }
  .block_type__icon-cards .icon-cards__cards {
    margin: 0;
    padding-bottom: 40px;
  }
  .block.block_type__icon-cards .slick-arrow {
    top: calc(100% - 25px);
  }
  .block.block_type__icon-cards .slick-next {
    right: 20px;
  }
  .block.block_type__icon-cards .slick-prev {
	  left: 0px;
  }
}
/* ------------ IMAGE CARDS ------------ */
.block_type__image-cards > .page_frame {
  max-width: 1155px;
}
.image-cards__cards {
  flex-wrap: wrap;
  gap: 38px;
}
.image-cards__card {
  background-color: var(--beige);
  border-radius: 20px;
  color: var(--textDark);
  min-height: 250px;
  position: relative;
  -webkit-transition: all ease 400ms;
  transition: all ease 400ms;
  width: 100%;
}
.block .all-cols-wrap .image-cards__image {
  aspect-ratio: 1.52;
  border-radius: 20px 20px 0 0;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.block .all-cols-wrap .image-cards__image img {
  border-radius: 0;
}
.image-cards__card-content {
  padding: 25px 31px;
}
html body .block .image-cards__title h2 {
  color: #363C3E;
  font-family: "lato", sans-serif;
  text-align: center;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: capitalize;
}
.image-cards__card-content a.link-accent {
  display: block;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 700;
line-height: normal;
  margin: 0 auto;
  text-align: center;
}
/* ADMIN */
.block .image-cards__image .bizango_image_controls {
  position: absolute;
  z-index: 1;
}
@media only screen and (min-width: 640px) {
  .image-cards__card {
    max-width: calc(50% - 25.4px);
  }  
}
@media only screen and (min-width: 768px) {
  .image-cards__card {
    max-width: calc(33.333% - 25.4px);
  }
}
@media only screen and (min-width: 1024px) {
  .columns__4 .image-cards__card {
    max-width: calc(25% - 28.5px);
  }
}
/* ------------ STORY CARDS ------------ */
.story-cards__cards {
  flex-wrap: wrap;
  gap: 20px;
}
.story-cards__card {
  align-items: flex-end;
  border-radius: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 450px;
  overflow: hidden;
  padding: 25px;
  position: relative;
  width: 100%;
}
.story-cards__bg,
.story-cards__bg img {
  transition: all 500ms ease;
}
.block .story-cards__title h2 {
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 400;
  line-height: 2rem; /* 133.333% */
}
.story-cards__card-content {
  margin-bottom: -25px;
  position: relative;
}
.story-cards__card-content * {
  color: #FEFBF6;
}
.story-cards__desc {
  padding-bottom: 25px;
}
/* OPTIONS */
.center-columns__yes .story-cards__cards {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.center-columns__yes .story-cards__card {
  text-align: left;
}
/* ADMIN */
.block__admin-view .story-cards__card {
  background-color: #000;
}
.block__admin-view .story-cards__bg img {
  opacity: 0.6;
}
.block__admin-view .story-cards__bg .bizango_image_controls {
  position: absolute;
  z-index: 1;
}
.block__admin-view .story-cards__desc {
  display: block;
  opacity: 1;
}
@media only screen and (min-width: 768px) {
  .story-cards__card {
    max-width: calc(50% - 18px);
  }
  .show-card-text__true .story-cards__bg,
  .active .story-cards__bg {
    background-color: #000;
  }
  .show-card-text__true .story-cards__bg img,
  .active .story-cards__bg img {
    filter: blur(2px);
    opacity: 0.6;
  }
  .story-cards__desc {
    display: none;
    opacity: 0;
    transition: opacity 500ms ease;
  }
  /* OPTIONS */
  .show-card-text__true .story-cards__desc {
    display: block;
    opacity: 1;
  }
}
@media only screen and (min-width: 1024px) {
  .story-cards__card {
    padding: 25px 54px;
    max-width: calc(33.333% - 18px);
  }
}
@media only screen and (min-width: 1260px) {
  .columns__4 .story-cards__card {
    max-width: calc(25% - 15px);
    padding: 25px;
  }
}
/* ------------ STORY BLOCK ------------ */
.block_type__story-block > .page_frame {
  max-width: 1155px;
}
.block_type__story-block .col-1 {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.story-block__image {
	/* height: 50vw;
	max-height: 431px; */
	position: relative;
	width: 100%;
}
.story-block__image img {
  height: 100%;
  object-fit: cover;
  object-position: center center;
  width: 100%;
}
.story-block__text {
	width: 100%;
}
/* OPTIONS */
.reverse-columns__yes .story-block__text {
	-webkit-box-ordinal-group: 0;
	-ms-flex-order: -1;
	order: -1;
}
.block_type__story-block.vertical-align__middle .col-1,
.block_type__small-story.vertical-align__middle .col-1 {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.block_type__story-block.vertical-align__bottom .col-1,
.block_type__small-story.vertical-align__bottom .col-1 {
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
}
@media only screen and (max-width: 1023px) {
	.story-block__image {
		-webkit-box-ordinal-group: 0;
		-ms-flex-order: -1;
		order: -1;
	}
}
@media only screen and (min-width: 1024px) {
  .block_type__story-block .all-cols-wrap {
    margin: 0 -20px;
  }
	.block_type__story-block .col-1 {
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
	}
	.story-block__image {
		height: 50vw;
		max-height: 431px;
		max-width: 57.84%;
		padding: 0 20px;
	}
	.story-block__text {
		padding: 0 20px;
		max-width: 36.8%;
		width: 100%;
	}
}
/* ------------ SMALL STORY ------------ */
.small-story__image {
	/* height: 50vw; */
	margin-bottom: 20px;
	max-height: 305px;
	max-width: 305px;
	position: relative;
	width: 100%;
}
.small-story__text {
	width: 100%;
}
/* OPTIONS  */
.flair__on .small-story__image {
	margin: 0 auto;
	/* padding-right: 40px; */
	max-height: none;
	max-width: 355px;
}
.flair__on .small-story__image img {
	border-radius: 40px;
	max-width: 305px;
	margin: 0 auto 80px auto;
	width: 100%;
}
.flair__on .small-story__image:after {
	background-image: url(/images/sites/ptx3/flair.png);
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	display: inline-block;
	height: 95px;
	position: absolute;
	right: 50%;
	top: calc(100% - 80px);
	-webkit-transform: translate(50%, -25%);
	transform: translate(50%, -25%);
	width: 80px;
}

@media only screen and (min-width: 480px) {
	.flair__on .small-story__image {
		/* margin-bottom: 80px; */
		max-width: 385px;
	}
	.flair__on .small-story__image:after {
		/* height: 191px;
		width: 162px; */
	}
}
@media only screen and (min-width: 768px) {
	.small-story__image {
		margin-left: 0;
		height: 50vw;
		max-height: 305px;
		max-width: 305px;
	}
	.small-story__text {
		-webkit-box-flex: 1;
		-ms-flex: 1;
		flex: 1;
		padding: 0 20px;
	}
	/* OPTIONS  */
	.block.flair__on .small-story__image {
		padding-right: 80px;
		max-height: 385px;
		max-width: 385px;
	}
	.flair__on .small-story__image img {
		margin-right: auto;
	}
	.flair__on .small-story__image:after {
		right: 0;
		top: 50%;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
	}
	.flair__on .small-story__image:after {
		height: 191px;
		width: 162px;
	}
	.reverse-columns__yes .small-story__text {
		-webkit-box-ordinal-group: 0;
		-ms-flex-order: -1;
		order: -1;
	}
	.reverse-columns__yes.flair__on .small-story__image {
		padding-left: 80px;
		padding-right: 0;
	}
	.reverse-columns__yes.flair__on .small-story__image:after {
		left: 0;
		right: auto;
	}
}
/* ------------ STORY PANELS ------------ */
.block_type__story-panels > .page_frame {
  max-width: 1440px;
  padding: 0;
}
.block_type__story-panels .all-cols-wrap > div[class^="col"] {
	max-width: 100%;
}
.block_type__story-panels .all-cols-wrap .col-1 {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	width: 100%;
}
.story-panels__image-col {
	height: 80vw;
	margin: 0 0 -32px 0;
	position: relative;
	width: 100%;
}
.story-panels__content-col {
	margin: 0 20px 20px 20px;
	text-align: center;
	width: 100%;
}
.story-panels__content {
	padding: 35px 20px;
	position: relative;
	width: 100%;
	z-index: 1;
}
.story-panels__content:before {
	background-color: var(--grayDark);
	border-radius: 40px;
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}
.story-panels__title-container {
	position: relative;
}
.story-panels__title-container .element__group {
  width: 100%;
}
.story-panels__icon {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: var(--red);
	border: 5px solid #fff;
	border-radius: 50%;
	display: none;
	-webkit-filter: drop-shadow(0 0 4px rgba(0, 0, 0, 0.25));
	filter: drop-shadow(0 0 4px rgba(0, 0, 0, 0.25));
	height: 123px;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	left: 50%;
	position: absolute;
	top: -130px;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 123px;
	z-index: 1;
}
.block .all-cols-wrap .story-panels__icon img {
	border-radius: 0px;
	-webkit-filter: grayscale(100) brightness(1);
	filter: grayscale(100) brightness(1);
	margin-bottom: 0;
	max-height: 60px;
	max-width: 60px;
}
.block .story-panels__sub-title,
.block .story-panels__title {
	color: var(--textLight);
	/* min-height: 123px; */
	width: 100%;
}
.block .story-panels__sub-title {
  font-size: 1.375rem;
  font-style: normal;
  font-weight: 700;
  line-height: 2.1875rem; /* 159.091% */
}
.block .story-panels__text {
	color: var(--textLight);
	position: relative;
	width: 100%;
}
.story-panels__link-container {
	-webkit-box-flex: 1;
	-ms-flex: auto;
	flex: auto;
	margin: 0 20px;
	max-width: calc(100% - 40px);
}
/* OPTIONS */
.flair__on .story-panels__icon {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.theme__light-panel .story-panels__content:before {
	background-color: var(--beige);
}
.theme__light-panel .story-panels__icon {
	background-color: var(--orange);
}
.theme__vibrant-panel .story-panels__content:before {
	background-color: var(--orange);
}
.theme__vibrant-panel .story-panels__icon {
	background-color: var(--grayDark);
}
.theme__light-panel .story-panels__content *,
.theme__vibrant-panel .story-panels__content * {
	color: var(--textDark);
}
.reverse-columns__yes .story-panels__image-col {
	margin: 0 0px -64px 0px;
}
.reverse-columns__yes .story-panels__title-container {
	padding-left: 0;
	margin-left: 0;
	margin-right: 0px;
	padding-right: 0px;
}
.reverse-columns__yes .story-panels__icon {
	left: auto;
	right: 50%;
	-webkit-transform: translateX(50%);
	transform: translateX(50%);
}
.reverse-columns__yes .story-panels__link-container {
	text-align: left;
}
/* ADMIN */
.story-panels__icon .bizango_image_controls {
	left: 0;
	top: 0;
}
.block_type__story-panels .all-cols-wrap > .flexing {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
}
.story-panels__link-container .box--admin {
	margin-left: auto;
	max-width: 100%;
	width: -webkit-max-content;
	width: -moz-max-content;
	width: max-content;
}
.reverse-columns__yes .story-panels__link-container .box--admin {
	margin-right: auto;
	margin-left: 0;
}
@media only screen and (min-width: 1024px) {
	.story-panels__content-col {
		margin-bottom: 20px;
		padding-left: 80px;
		padding-right: 20px;
	}
	.story-panels__content {
		padding: 85px 81px;
	}
	.story-panels__title-container {
		margin-left: -80px;
		padding-left: 80px;
	}
	.story-panels__icon {
		left: 0;
		top: 0;
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%);
	}
	.reverse-columns__yes .story-panels__icon {
		left: auto;
		right: 0;
		-webkit-transform: translateX(50%);
		transform: translateX(50%);
	}
	.reverse-columns__yes .story-panels__content-col {
		padding-left: 20px;
		padding-right: 80px;
	}
	.block_type__story-panels .all-cols-wrap .col-1 {
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
	}
	.story-panels__image-col {
		height: auto;
		margin-right: -25%;
		max-height: 100%;
		max-width: 62.22%;
	}
	.block .all-cols-wrap .story-panels__image-col img {
		border-radius: 0 40px 40px 0;
		margin-bottom: 0;
	}
	.story-panels__content-col {
		max-width: 57.9%;
		text-align: left;
	}
	.story-panels__content {
		margin: 60px 5.71% 60px -6.5%;
		padding: 85px 81px;
	}
	.story-panels__link-container {
		margin-left: auto;
		margin-right: 5.71%;
		margin-top: -60px;
    text-align: right;
		width: auto;
	}
	/* OPTIONS */
	.reverse-columns__yes .story-panels__content-col {
		-webkit-box-ordinal-group: 0;
		-ms-flex-order: -1;
		order: -1;
	}
	.reverse-columns__yes .story-panels__image-col {
		margin-right: 0;
		margin-left: -25%;
	}
	.reverse-columns__yes .all-cols-wrap .story-panels__image-col img {
		border-radius: 40px 0px 0px 40px;
	}
	.reverse-columns__yes .story-panels__title-container {
		margin-left: 0;
		margin-right: -80px;
		padding-left: 0;
		padding-right: 80px;
	}
	.reverse-columns__yes .story-panels__content {
		margin-left: 5.17%;
		margin-right: -6.5%;
	}
	.reverse-columns__yes .story-panels__link-container {
		margin-left: 5.71%;
		margin-right: auto;
	}
}
@media only screen and (min-width: 1441px) {
	.block .all-cols-wrap .story-panels__image-col img,
	.reverse-columns__yes .all-cols-wrap .story-panels__image-col img {
		border-radius: 40px;
	}
}
/* ------------ FULL STORY PANEL --------- */
.block_type__full-story-panels > .page_frame {
  max-width: 100%;
  padding: 0;
}
.block .all-cols-wrap .full-story-panels__image img {
  aspect-ratio: 2;
  border-radius: 0;
  height: 100%;
  margin-bottom: 36px;
  max-height: 800px;
  object-fit: cover;
  object-position: center center;
  width: 100%;
}
.block_type__full-story-panels .story-panels__content-row {
  gap: 20px;
  justify-content: center;
  margin: 0 auto;
  max-width: 1440px;
  padding: 0 20px;
}
.block_type__full-story-panels .story-panels__content,
.full-story-panels__text {
  width: 100%;
}
.block_type__full-story-panels .story-panels__content {
  margin: -68px 0 0 0;
  max-width: 558px;
  padding: 50px 40px;
  text-align: center;
}
.block_type__full-story-panels .story-panels__icon {
  margin-top: -10px;
}
 @media only screen and (min-width: 1024px) {
  .block_type__full-story-panels .story-panels__content-row {
    align-items: flex-start;
    gap: 61px;
    justify-content: center;
  }
  .block_type__full-story-panels .story-panels__content {
    margin: -188px 0 0 0;
    padding: 50px 83px 50px 90px;
    text-align: left;
  }
  .block_type__full-story-panels .story-panels__content,
  .full-story-panels__text {
    flex: 1;
  }
  .full-story-panels__text {
    max-width: 465px;
  }
  .block_type__full-story-panels .story-panels__icon {
    margin-top: -30px;
  }
  /* OPTIONS */
  .reverse-columns__yes.block_type__full-story-panels .story-panels__content  {
    order: 1;
  }
  .reverse-columns__yes.block_type__full-story-panels .story-panels__icon {
    left: 0;
    top: 0;
    transform: translateX(-50%);
  }
  .reverse-columns__yes.block_type__full-story-panels .story-panels__title-container  {
    margin-left: -80px;
    padding-left: 80px;
  }
 }
 @media only screen and (min-width: 1260px) {
  .block_type__full-story-panels .story-panels__content-row {
    gap: 101px;
  }
 }
/* ------------ TESTIMONIALS --------- */
html body .block_type__testimonials .testimonials__title h2 {
	font-size: 1.25rem;
}
.testimonials__slide-large,
.testimonials__slide-narrow {
	display: block;
	margin: 0 auto;
	max-width: 790px;
}
.testimonials__slide-narrow {
	max-width: 625px;
}
.block .slick-arrow::before {
	display: none;
}
.block .slick-arrow {
	background-color: var(--grayDark);
	background-image: url(/images/sites/ptx3/icon_arrow.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: 15px;
	border-radius: 50%;
	height: 33px;
	opacity: 1;
	-webkit-transform: rotate(45deg) translateY(-50%);
	transform: rotate(45deg) translateY(-50%);
	width: 33px;
}
.block .slick-prev {
	-webkit-transform: rotate(-135deg) translateY(50%);
	transform: rotate(-135deg) translateY(50%);
}
.block .slick-next {
	right: 10px;
}
.block .slick-arrow,
.block .slick-arrow:hover,
.block .slick-arrow:focus {
	background-color: var(--grayDark);
	background-image: url(/images/sites/ptx3/icon_arrow.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: 15px;
}
.block .slick-dots li {
	height: 10px;
	margin: 0 5px;
	width: 10px;
}
.block .slick-dots li button {
	background-image: none;
	border: 0;
	border-radius: 10px;
	background-color: #ebe7df;
	height: 10px;
	width: 10px;
}
.block .slick-dots .slick-active button {
	background-color: var(--red);
	background-image: none;
}
@media only screen and (max-width: 480px) {
	.block_type__testimonials .element__slide-content {
		max-width: 80%;
	}
}
/* ------------ SITE CTA --------- */
.block_type__site-cta {
	border-radius: 60px 60px 0 0;
	overflow: hidden;
}
.block_type__site-cta .site-cta__text {
	color: var(--textLight);
	margin-left: auto;
	position: relative;
	text-align: center;
	z-index: 1;
}
/* OPTIONS */
.block_type__site-cta.flair__on {
	border: 0;
}
.flair__on .site-cta__text {
	padding-top: 95px;
}
.flair__on .site-cta__text:before {
	background-image: url(/images/sites/ptx3/flair.png);
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	display: inline-block;
	height: 95px;
	left: 50%;
	position: absolute;
	top: 0;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 81px;
}
@media only screen and (min-width: 768px) {
	.block_type__site-cta .site-cta__text {
		margin-left: auto;
		max-width: 505px;
	}
	.flair__on .site-cta__text {
		max-width: 665px;
		padding-left: 200px;
		padding-top: 0;
	}
	.flair__on .site-cta__text:before {
		height: 190px;
		left: 0;
		top: 0;
		-webkit-transform: none;
		transform: none;
		width: 162px;
	}
}
/* FORM */
.block .bizango_cms_content form {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	max-width: 650px;
}
.block .bizango_cms_content form label,
.block .bizango_cms_content form span.files-label {
	color: #363c3e;
	display: inline-block;
	font-family: "lato", sans-serif;
	font-size: 1.125rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.125rem; /* 100% */
	margin-bottom: 20px;
	width: 100%;
}
.block .bizango_cms_content form span.files-label {
	line-height: 1.2em;
}
.block .bizango_cms_content form input:not([type="submit"]),
.block .bizango_cms_content form select,
.block .bizango_cms_content form textarea {
	border-radius: 50px;
	border: 1px solid #d9d0b0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	background: #fdf8e8;
	height: 50px;
	margin-bottom: 20px;
	margin-left: auto;
	padding: 5px 16px;
	width: 100%;
}
.block .bizango_cms_content form textarea {
	border-radius: 20px;
	padding: 20px;
}
.block .bizango_cms_content form label[for="description"] {
	/* width: 100%; */
}
.block .bizango_cms_content form textarea {
	max-width: 100%;
	width: 100%;
	min-height: 250px;
}
.block .bizango_cms_content form select {
	background-image: url(/images/sites/ptx3/icon_arrow-down.png);
	background-position: calc(100% - 15px) center;
	background-repeat: no-repeat;
	background-size: 15px 9px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
.block .bizango_cms_content form input[type="submit"] {
	color: var(--textLight);
	cursor: pointer;
	display: block;
	font-family: "lato", sans-serif;
	font-weight: 700;
	margin-left: auto;
}
.block .bizango_cms_content form input[type="submit"] {
	background-image: url(/images/sites/ptx3/icon_arrow-bg.png);
	background-position: calc(100% - 10px) center;
	background-repeat: no-repeat;
	background-size: 33px;
}
.block .bizango_cms_content form br,
.block .bizango_cms_content form .g-recaptcha {
	width: 100%;
}
@media only screen and (min-width: 768px) {
	.block .bizango_cms_content form label,
	.block .bizango_cms_content form span.files-label {
		width: 26%;
	}
	.block .bizango_cms_content form input:not([type="submit"]),
	.block .bizango_cms_content form select,
	.block .bizango_cms_content form textarea {
		width: 74%;
	}
}
/* ------------ PROJECT HERO ------------ */
.block_type__project-hero > .page_frame {
  max-width: 1400px;
  padding: 0;
}
.block_type__project-hero .col-1 {
  flex-wrap: wrap;
}
.project-hero__image {
  overflow: hidden;
  width: 100%;
}
.block .all-cols-wrap .project-hero__image img {
  border-radius: 0px;
  height: 100%;
  margin-bottom: 0;
  object-fit: cover;
  object-position: center center;
  width: 100%;
}
.project-hero__content {
  background-color: var(--orange);
  border-radius: 40px;
  color: var(--textDark);
  margin-top: -30px;
  padding: 40px;
  position: relative;
}
.project-hero__label {
  color: #D73520;
  font-family: 'lato', sans-serif;
  font-size: 1rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1rem; /* 100% */
  letter-spacing: 0.1rem;
  margin-bottom: 11px;
  text-transform: uppercase;
}
.block_type__project-hero.flair__on {
  border: 0;
}
.flair__on .project-hero__content:before {
  background-image: url(/images/sites/ptx3/flair-dark-shadow.png);
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: inline-block;
  height: 94px;
  left: 10px;
  position: absolute;
  top: -66px;
  width: 80px;
}
.project-hero__content a {
  font-size: 1rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1rem; /* 100% */
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: auto;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
  text-transform: capitalize;
}
@media only screen and (min-width: 640px) {
  .project-hero__content {
    margin-left: auto;
    margin-top: -85px;
    max-width: 547px;
    padding: 72px 80px;
  }
  .flair__on .project-hero__content:before {
    left: -19px;
    top: 66px;
  }
}
@media only screen and (min-width: 1024px) {
  .block_type__project-hero .col-1 {
    flex-wrap: nowrap;
  }
  .project-hero__image,
  .project-hero__content {
    flex: 1;
  }
  .project-hero__image {
    border-radius: 0px 40px 40px 0;
    margin-right: -61px;
    max-width: 872px;
  }
  .project-hero__content {
    margin-top: 0;
    max-width: 547px;
    padding: 72px 80px;
  }
}
@media only screen and (min-width: 1260px) {
  .project-hero__image {
    aspect-ratio: 1.775;
  }
}
@media only screen and (min-width: 1415px) {
    .project-hero__image {
    border-radius: 40px;
  }
}
/* ------------PROJECTS GRID-------------- */
.block_type__projects-grid .subpage-grid__grid {
  row-gap: 20px;
}
.block_type__subpage-grid .grid__item-bg .cropped-image,
.block_type__subpage-grid .grid__item-bg img,
.block_type__projects-grid .grid__item-bg .cropped-image,
.block_type__projects-grid .grid__item-bg img {
  border-radius: 20px;
  height: auto;
  overflow: hidden;
  width: 100%;
}
.block_type__subpage-grid.v1 .grid-item > div:nth-last-child(-n + 2),
.block_type__subpage-grid .grid__item-title,
.block_type__subpage-grid .grid__item-title h3,
.block_type__projects-grid .grid__item-title,
.block_type__projects-grid .grid__item-title h3 {
  margin-bottom: 0px;
}
.block_type__subpage-grid .grid-item .grid__item-title a,
.block_type__projects-grid .grid-item .grid__item-title a {
  color: initial;
}
.block_type__subpage-grid .grid-item .element__text-link a:after {
  display: none;
}
.block_type__subpage-grid .grid-item a:hover,
.block_type__subpage-grid .grid-item a:focus,
.block_type__projects-grid .grid-item a:hover,
.block_type__projects-grid .grid-item a:focus {
  text-decoration: none;
}
.block_type__projects-grid .grid-item .element__text-link {
  opacity: 0;
  transition: opacity 400ms ease;
}
.block_type__projects-grid .grid-item:hover .element__text-link,
.block_type__projects-grid .grid-item:focus-within .element__text-link {
  opacity: 1;
}
/* ------------FEATURED PROJECTS-------------- */
.featured-projects__title {
  text-align: center;
  margin-bottom: 50px;
  position: relative;
  z-index: 1;
}
.featured-projects__row {
  gap: 20px;
  position: relative;
}
.featured-projects__project-container {
  aspect-ratio: 1.5;
  align-items: flex-end;
  border-radius: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  overflow: hidden;
  padding: 11px;
  position: relative;
  text-align: center;
  width: 100%;
}
.featured-projects__project-container img {
  height: 100%;
  object-fit: cover;
  object-position: center center;
  width: 100%;
}
.block .featured-projects__title-link {
  color: var(--textLight);
  text-align: center;
  font-size: 1.375rem;
  font-style: normal;
  font-weight: 400;
  line-height: 2.1875rem; /* 159.091% */
  position: relative;
}
.block .featured-projects__title-link span {
  display: inline-block;
}
  .block .featured-projects__title-link:after {
    background-color: var(--red);
    background-size: 15px;
    background-position: center center;
    border-radius: 50%;
    height: 33px;
    margin-left: 12px;
    width: 33px;
    transform: none;
    vertical-align: top;
  }
/* OPTIONS */
.block_type__featured-projects.flair__on {
  border: 0;
}
/* ADMIN */
.block_type__featured-projects.block__admin-view .help,
.block_type__featured-projects.block__admin-view select {
  margin: 5px 0;
  position: relative;
  z-index: 2;
}
@media only screen and (min-width: 768px) {
  .featured-projects__project-container {
    max-width: calc(50% - 10px);
  }
  .block .featured-projects__title-link span {
    transform: translateX(33px);
    transition: transform 400ms ease;
  }
  .block .featured-projects__title-link:after {
    opacity: 0;
    transform: none;
    transition: opacity 400ms ease;
  }
  .featured-projects__project-container:hover .featured-projects__title-link span,
  .featured-projects__project-container:focus-within .featured-projects__title-link span {
    transform: translateX(0);
  }
  .featured-projects__project-container:hover .featured-projects__title-link:after,
  .featured-projects__project-container:focus-within .featured-projects__title-link:after {
    opacity: 1;
  }
  /* OPTIONS */
  .block_type__featured-projects.flair__on .featured-projects__row:before {
    background-image: url(/images/sites/ptx3/flair-dark-shadow.png);
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    display: inline-block;
    height: 433px;
    right: 100%;
    opacity: 0.3;
    position: absolute;
    top: 50%;
    transform: translate(75px, -50%);
    width: 369px;
  }
}
@media only screen and (min-width: 1024px) {
  .featured-projects__project-container {
    flex: 1;
    max-width: calc(33.333% - 5px);
  }
  .block_type__featured-projects.flair__on .featured-projects__row:before{
    opacity: 1;
  }
}
/* ------------ FEATURED NOTE------------ */
.block_type__featured-note > .page_frame {
  max-width: 1155px;
}
.block_type__featured-note .col-2  {
  border-radius: 40px;
  max-width: 100%;
  padding: 61px 21px;
  position: relative;
}
.block .featured-note__note-text *,
.block_type__list-block .all-cols-wrap .bizango_cms_content *:not(.button),
.block .featured-cta__text * {
  color: var(--textLight);
}
/* OPTIONS */
.theme__dark-panel .featured-note__note,
.block_type__list-block.theme__dark-panel .col-1,
.theme__dark-panel .featured-cta__text:before {
	background-color: var(--grayDark);
}
.theme__light-panel .featured-note__note,
.block_type__list-block.theme__light-panel .col-1,
.theme__light-panel .featured-cta__text:before {
	background-color: var(--beige);
}
.theme__vibrant-panel .featured-note__note,
.block_type__list-block.theme__vibrant-panel .col-1,
.theme__vibrant-panel .featured-cta__text:before {
	background-color: var(--orange);
}
.theme__light-panel .featured-note__note-text *:not(.button) ,
.theme__vibrant-panel .featured-note__note-text *:not(.button),
.block_type__list-block.theme__light-panel .bizango_cms_content *:not(.button),
.block_type__list-block.theme__vibrant-panel .bizango_cms_content *:not(.button),
.theme__light-panel .featured-cta__text *:not(.button) ,
.theme__vibrant-panel .featured-cta__text *:not(.button)  {
	color: var(--textDark);
}
.block_type__featured-note.flair__on {
  border: 0;
}
.block_type__featured-note.flair__on .col-2 {
  margin-top: 30px;
}
.flair__on .featured-note__note:before {
  background-image: url(/images/sites/ptx3/flair-dark-shadow.png);
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: inline-block;
  height: 85.5px;
  left: 0px;
  position: absolute;
  top: -21px;
  width: 81px;
}
@media only screen and (min-width: 480px) {
  .block_type__featured-note .col-2 {
     padding: 61px 51px;
  }
  .block_type__featured-note.flair__on .col-2 {
    margin-left: auto;
  }
}
@media only screen and (min-width: 768px) {
  .block_type__featured-note .all-cols-wrap {
    margin: 0 -20px;
  }
  .block_type__featured-note .col-1,
  .block_type__featured-note .col-2 {
    flex: 1;
  }
  .block_type__featured-note .col-1 {
    max-width: 465px;
  }
  .block_type__featured-note .col-2 {
    max-width: 547px;
  }
  /* OPTIONS */
  .block_type__featured-note.flair__on .col-2 {
    margin-top: 0;
    margin-left: 80px;
  }
  .reverse-columns__yes .featured-note__note {
    order: -1;
  }
  .block_type__featured-note.flair__on.reverse-columns__yes .col-2 {
    margin-left: 0;
    margin-right: 80px;
  }
  .block_type__featured-note.vertical-align__middle .all-cols-wrap {
    align-items: center;
  }
  .block_type__featured-note.vertical-align__bottom .all-cols-wrap {
    align-items: flex-end;
  }
  .flair__on .featured-note__note {
    padding-left: 111px;
  }
  .flair__on .featured-note__note:before {
    height: 191px;
    left: -79px;
    top: 42px;
    width: 162px;
  }
}
/* ------------ FEATURED CTA------------ */
.featured-cta__text:before {

  content: "";
  display: inline-block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.featured-cta__text {
  border-radius: 40px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.25);
  display: block;
  margin: 0 auto;
  max-width: 790px;
  overflow: hidden;
  padding: 35px 20px;
  position: relative;
  text-align: center;
  width: 100%;
}
.featured-cta__text .bizango_cms {
  position: relative;
  z-index: 1;
}
/* OPTIONS */
.theme-opacity__light .featured-cta__text:before {
  opacity: 0.5;
}
.theme-opacity__medium .featured-cta__text:before {
  opacity: 0.7;
}
.theme-opacity__strong .featured-cta__text:before{
  opacity: 0.9;
}
@media only screen and (min-width: 768px) {
  .featured-cta__text {
    padding: 55px 80px;
  }
}
/* ------------ IMAGE GRID ------------ */
.image-grid__images  {
  position: relative;
  gap: 20px;
}
.image-grid__images .bizango_image_controls {
  position: absolute;
  z-index: 1;
}
.image-grid__images a,
.image-grid__images img {
  aspect-ratio: 1.5;
  margin-bottom: 0;
  object-fit: cover;
  width: 100%;
}
/* OPTIONS */
.block_type__image-grid.padding-bottom__none {
  padding-bottom: 15px;
}
@media only screen and (min-width: 640px) {
  .columns__2 .image-grid__images a,
  .image-grid__images a {
    max-width: calc(50% - 10px);
  }
}
@media only screen and (min-width: 768px) {
  .image-grid__images a {
    max-width: calc(33.333% - 13.4px);
  }
}
@media only screen and (min-width: 1024px) {
  .columns__4 .image-grid__images a {
    max-width: calc(25% - 15px);
  }
}
/* ------------ LIST BLOCK ------------ */
.block_type__list-block > .page_frame {
  max-width: 1155px;
}
.block.block_type__list-block .col-1 {
  border-radius: 40px;
  padding: 20px 26px;
}
.list-block__lists {
  justify-content: space-around;
}
.list-block__lists > div  {
  width: 100%;
}
/* OPTIONS */
.block_type__list-block.columns__1 .list-block__list-text:last-child {
  display: none;
}
@media only screen and (min-width: 640px) {
  .block_type__list-block .bizango_content_prose {
    text-align: center;
  }
  .list-block__lists > div {
    flex: 1;
    max-width: 303px;
  }
}
@media only screen and (min-width: 768px) {
  .block.block_type__list-block .col-1 {
    padding: 40px 81px;
  }
}
/* ------------ PARTNERS BLOCK------------ */
.block_type__partners-block > .page_frame {
  max-width: 1315px;
}
.partners-block__title {
  margin-bottom: 42px;
  text-align: center;
}
.partners-block__grid {
  column-gap: 74px;
      -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  row-gap: 35px;
}
.partners-block__grid-item {
  width: 100%;
}
.partners-block__tabs-container {
  display: none;
}
.partners-block__tabs {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: var(--beige);
  border-radius: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 74px;
  position: relative;
  width: auto;
}
.partners-block__tab {
  cursor: pointer;
  font-family: 'lato',sans-serif;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.1875rem; /* 233.333% */
  padding: 17px 24px;
  position: relative;
  text-align: center;
  transition: all 400ms ease;
  z-index: 1;
}
.partners-block__tab.active {
  color: var(--textLight);
}
.partners-block__tabs .tab-select {
  background-color: var(--red);
  border-radius: 30px;
  height: 100%;
  position: absolute;
  top: 0;
  transition: all 400ms ease;
  left: 0;
  width: 100%;
}
.partners-block__grid-item  {
  text-align: center;
}
.partners-block__grid-item img {
  display: block;
  margin: 0 auto 24px auto;
  max-height: 40px;
}
.partners-block__grid-item hr {
  background: currentColor;
  height: 1px;
  opacity: 0.5;
  width: 100%;
  margin-bottom: 24px;
}
html body .block .partners-block__grid-item p {
  font-size: 0.875rem;
  margin-bottom: 0;
}
.partners-block__link {
  text-align: center;
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 700;
  line-height: 0.75rem; /* 100% */
  letter-spacing: 0.075rem;
  text-transform: uppercase;
}
.custom-select {
  display: block;
  margin: 0 auto 20px auto;
	position: relative;
	/* font-family: "gothic-a1", sans-serif; */
	font-size: 0.9375rem;
	font-weight: 900;
	width: 300px;
}
.select-display {
	border-radius: 50px;
	background: var(--beigeDark);
	-webkit-box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.2);
	box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.2);
	padding: 18px 60px 18px 40px;
	cursor: pointer;
}
.select-display:after {
	background-image: url(/images/sites/ptx3/icon_arrow-down.png);
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	display: inline-block;
	height: 8px;
	position: absolute;
	right: 25px;
	top: 24px;
	width: 13px;
}
.select-options {
	list-style: none;
	padding: 0;
	margin: 0;
	border: 1px solid #ccc;
	border-top: none;
	background: white;
	position: absolute;
	width: 100%;
	display: none;
	max-height: 150px;
	overflow-y: auto;
	border-radius: 0 0 4px 4px;
	z-index: 2;
}
.select-options li {
	padding: 10px;
	cursor: pointer;
}
.select-options li:hover {
	background: #f0f0f0;
}
.select-options, {
	background-color: #e3e3db;
	border-radius: 5px;
	-webkit-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.2);
	max-height: none;
	overflow: auto;
}
.select-options li,{
	font-size: 0.9375rem;
	font-weight: 700;
	padding: 21px 38px;
}
.select-options li:hover,{
	background-color: var(--green);
	color: var(--textLight);
}
/* OPTIONS */
.partners-block__filter-select {
  display: none;
}
.tabs__true .partners-block__filter-select {
  display: block;
  margin-bottom: 30px;
  text-align: center;
}
/* ADMIN */
.block__admin-view .partners-block__grid {
  margin-top: 20px;
}
.admin_textdiv_tags tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
}
.block__admin-view.tabs__true .filter-partners-help,
.block__admin-view.tabs__true #filter_partners {
  display: none;
}
@media only screen and (min-width: 640px) {
  .partners-block__grid-item {
    max-width: calc(50% - 10px);
  }
}
@media only screen and (min-width: 768px) {
  .partners-block__grid-item {
    max-width: calc(33.333% - 20px);
  }
}
@media only screen and (min-width: 1099px) {
  .tabs__true .partners-block__tabs-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .tabs__true .partners-block__filter-select {
    display: none;
  }
  .partners-block__grid-item {
    max-width: calc(25% - 55.5px);
  }
}
/* ------------TABS-------------- */
.block_type__tabs {
	padding-top: 2em;
	padding-bottom: 2em;
}
.block_type__tabs > .page_frame {
  max-width: 1400px;
  padding: 0;
}
.tabs__container {
  align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
.tabs {
  align-items: flex-start;
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
	z-index: 3;
}
.tabs.hidden {
	-webkit-box-shadow: none;
	box-shadow: none;
}
.tabs__container .tab {
	position: relative;
  cursor: pointer;
	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;
	padding: 15px 5px 15px 35px;
	min-height: 152px;
	color: white;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
  width: 100%;
}
.tabs__container .tab:after {
  color: var(--textDark);
  content: "\002B";
  display: inline-block;
  font-size: 2rem;
  font-weight: 700;
  position: absolute;
  right: 20px;
  top: 20px;
}
.tabs__container .tab.active:after {
  content: "\2212";
}
/* .tab.active:not(.hidden):after {
	opacity: 1;
} */
.tabs .tab .bizango_cms_content {
	color: var(--textDark);
  width: 100%;
}
.tabs .tab .bizango_cms_content > *:first-child {
  margin-bottom: 5px;
}
.tabs .tab:nth-child(7n+7) .bizango_cms_content,
.tabs__container .tab:nth-child(7n+7):after  {
  color: var(--textLight);
}
.tabs .tab .bizango_cms_content ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-left: 0;
}
.tabs .tab .bizango_cms_content ul > li {
	position: relative;
	margin-right: 5px;
	padding-left: 10px;
	list-style: none;
  font-size: 0.6875rem;
  font-style: normal;
  font-weight: 700;
  line-height: 0.75rem; /* 109.091% */
  text-transform: capitalize;
}
.tabs .tab .bizango_cms_content li:before {
	content: "\02022";
	color: inherit;
	position: absolute;
	top: 0px;
	left: 0;
	font-size: 12px;
	line-height: 12px;
}
.tab .svg-angle {
  display: none;
	position: absolute;
	top: 0;
	left: 100%;
	height: 100%;
	width: 25px;
	z-index: 1;
}
.tab.active .svg-angle {
	display: none;
}
.tab .icon_frame {
	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;
  margin-bottom: 10px;
	max-width: 42px;
  width: 100%;
}
.tab .tab-icon {
	max-height: 60px;
}
.tabs .tab.active .tab-icon,
.tabs .tab.active .bizango_cms_content {
  opacity: 1;
}
.tabs__content-container {
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
	position: relative;
	width: 100%;
	height: auto;
	/* min-height: 500px; */
}
.tabs__tab-content {
	display: none;
	/* top: 0; */
	top: 100%;
	left: 0;
	width: 100%;
	height: auto;
	opacity: 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	min-height: 0px;
  -webkit-transition: opacity 400ms ease 0ms;  transition: opacity 400ms ease 0ms;
	z-index: 0;
}
.tabs__tab-content.active {
	/* display: block; */
	/* position: relative; */
  order: -1;
	opacity: 1;
  -webkit-transition: opacity 400ms ease 5000ms;  transition: opacity 400ms ease 5000ms;
	z-index: 1;
}
.tabs__tab-content.hidden {
	display: none !important;
}
.tabs__tab-content.mobile  {
  order: 0;
  margin: 10px 0;
}
.tabs__tab-content .help {
	position: absolute;
}
.tabs__content-container .col_frame {
	padding: 50px 10px 55px 60px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.tabs__tab-content .tab-icon {
	position: relative;
	top: -10px;
	margin-right: 20px;
	-ms-flex-item-align: start;
	align-self: flex-start;
}
.tabs__tab-content h4 {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-smooth: auto;
}
.tabs__extra-content {
  padding: 0px 10px 0px 110px;
}
/* ADMIN */
.block__admin-view .tabs__tab-content.active  {
  display: block;
}
@media only screen and (min-width: 1024px) {
  .tabs {
    /* -webkit-box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.6);
	  box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.6); */
    max-width: 415px;
  }
  .tabs__content-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .tabs__container .tab {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
      min-width: 380px;
  }
  .tab .tab-icon,
  .tabs .tab .bizango_cms_content {
    opacity: 0.3;
  }
  .tab.active .svg-angle {
    display: block;
  }
  .tabs__container .tab:after,
  .tabs__tab-content.mobile {
    display: none !important;
  }
  .tabs .tab .bizango_cms_content ul {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .tabs .tab .bizango_cms_content,
  .tabs .tab .bizango_cms_content ul > li {
    text-align: center;
  }
}
/* ------------BLOG-------------- */
.element__blog_list .blog-post__image img ,
.element__blog_list .blog-post__image .cropped-image {
  border-radius: 20px;
  overflow: hidden;
}