@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: 50px;
}
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) {
	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;
}
/* 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-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 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;
}
.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 (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 */
.content--narrow .page_frame {
	max-width: 760px;
}
.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/pst/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;
}
.button,
.block 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/pst/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/pst/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/pst/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-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%);
}
.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--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%);
}
@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%);
	}
}
@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;
}
.help-shared {
	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;
}
/* ------------ 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;
}
/* ------------ 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: -73px;
	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;
}
.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;
}
.icon-card__bg {
	opacity: 0.4;
}
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;
}
/* 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 (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;
	}
	.icon-cards__card:hover,
	.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;
	}
	.icon-cards__card:hover .icon-card__bg,
	.icon-cards__card:focus-within .icon-card__bg {
		opacity: 0.4;
	}
	.icon-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 {
		max-height: 20px;
	}
}
@media only screen and (min-width: 1260px) {
	.icon-cards__card {
		margin: 10px 27px;
	}
	.block_type__icon-cards .icon-cards__cards {
		margin: 0 -27px;
	}
}
/* ------------ STORY BLOCK ------------ */
.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__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 .col-1 {
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
	}
	.story-block__image {
		height: 50vw;
		max-height: 431px;
		max-width: 57.83%;
		padding: 0 20px;
	}
	.story-block__text {
		padding: 0 20px;
		max-width: 33.2%;
		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/pst/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 .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__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(100);
	filter: grayscale(100) brightness(100);
	margin-bottom: 0;
	max-height: 60px;
	max-width: 60px;
}
.block .story-panels__title {
	color: var(--textLight);
	/* min-height: 123px; */
	width: 100%;
}
.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);
	text-align: right;
}
/* 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-col *,
.theme__vibrant-panel .story-panels__content-col * {
	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;
	}
}
@media only screen and (min-width: 1024px) {
	.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;
		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: 1416px) {
	.block .all-cols-wrap .story-panels__image-col img,
	.reverse-columns__yes .all-cols-wrap .story-panels__image-col img {
		border-radius: 40px;
	}
}
/* ------------ 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/pst/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/pst/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/pst/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 form {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	max-width: 650px;
}
.block form label,
.block 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 form span.files-label {
	line-height: 1.2em;
}
.block form input:not([type="submit"]),
.block form select,
.block 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 form textarea {
	border-radius: 20px;
	padding: 20px;
}
.block form label[for="description"] {
	/* width: 100%; */
}
.block form textarea {
	max-width: 100%;
	width: 100%;
	min-height: 250px;
}
.block form select {
	background-image: url(/images/sites/pst/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 form input[type="submit"] {
	color: var(--textLight);
	cursor: pointer;
	display: block;
	font-family: "lato", sans-serif;
	font-weight: 700;
	margin-left: auto;
}
.block form input[type="submit"] {
	background-image: url(/images/sites/pst/icon_arrow-bg.png);
	background-position: calc(100% - 10px) center;
	background-repeat: no-repeat;
	background-size: 33px;
}
.block form br,
.block form .g-recaptcha {
	width: 100%;
}
@media only screen and (min-width: 768px) {
	.block form label,
	.block form span.files-label {
		width: 26%;
	}
	.block form input:not([type="submit"]),
	.block form select,
	.block form textarea {
		width: 74%;
	}
}
