@charset "UTF-8";
/*
Theme Styles Entry Point
*/
/* All Fonts used on the site
--------------------------------------------------------------------------------*/
@font-face {
  font-family: "Plaak";
  src: url("../assets/fonts/Plaak-Regular.woff") format("woff");
  font-weight: normal;
}
@font-face {
  font-family: "Plaak";
  src: url("../assets/fonts/Plaak-Bold.woff") format("woff");
  font-weight: bold;
}
@font-face {
  font-family: "Plaax";
  src: url("../assets/fonts/Plaax-Regular.woff") format("woff");
}
@font-face {
  font-family: "Plaax";
  src: url("../assets/fonts/Plaax-Bold.woff") format("woff");
}
@font-face {
  font-family: "Bordonaro";
  src: url("../assets/fonts/Bordonaro.woff") format("woff");
}
/* ----- Normalize CSS ------ */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
	 ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
	 ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
	 ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

/* Interactive
	 ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
	 ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/**
* Copy
*/
body,
button,
input,
select,
optgroup,
textarea {
  color: #343434;
  font-family: Arial;
  font-size: 1rem;
  line-height: 1.15;
}

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

p {
  margin-bottom: 1.5em;
}

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

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

pre {
  font-family: Arial;
  line-height: 1;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

code,
kbd,
tt,
var {
  font-family: Courier;
}

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

mark,
ins {
  text-decoration: none;
}

big {
  font-size: 125%;
}

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
  box-sizing: inherit;
}

html {
  box-sizing: border-box;
}

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

img {
  height: auto;
  max-width: 100%;
}

figure {
  margin: 1em 0;
}

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

/* Site variables
--------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------
    Slick Slider Theme Overrides
--------------------------------------------------------------------------------*/
.slick-dots {
  display: flex !important;
  gap: 0.5rem;
}

.slick-dots li.slick-active button .slick-dot-icon:before {
  margin: 0 !important;
  font-size: 1.35rem !important;
}

.slick-dots li button:focus .slick-dot-icon:before {
  color: var(--COLOR-1) !important;
}

.slick-dots li.slick-active button:focus .slick-dot-icon:before {
  color: var(--COLOR-1) !important;
}

/* Base dot button */
.slick-dots li button {
  background: none;
  border: none;
  padding: 0.5rem;
  cursor: pointer;
}

/* Dot icon (SVG circle) color */
.slick-dots li button svg {
  display: inline-block;
  width: 20px;
  height: 20px;
  color: var(--COLOR-1);
  /* Default dot color */
  transition: all 0.3s ease;
}

/* Inactive dot: stroke only (unfilled) */
.slick-dots li button svg circle {
  fill: none;
  stroke: var(--COLOR-1);
  stroke-width: 1;
}

/* Active dot: filled circle */
.slick-dots li.slick-active button svg circle {
  fill: var(--COLOR-1);
  stroke: var(--COLOR-1);
}

aside.banner header, nav.table-of-contents header, .hero__text, .big-text-sc, h1,
h2,
h3,
h4,
h5,
h6 {
  color: var(--heading-color);
  font-family: var(--heading-font);
  font-weight: var(--heading-font-weight);
  line-height: var(--heading-line-height);
  letter-spacing: 0.1ch;
  text-transform: var(--heading-case);
}

.big-text-sc, h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  max-width: 21em;
}

h1 {
  font-size: var(--all-heading-font-size, var(--FS6));
}

h2 {
  font-size: var(--all-heading-font-size, var(--FS5));
}

h3 {
  font-size: var(--all-heading-font-size, var(--FS3));
}

h4 {
  font-size: var(--all-heading-font-size, var(--FS2));
}

h4 {
  font-size: var(--all-heading-font-size, var(--FS1));
}

h5 {
  font-size: var(--all-heading-font-size, var(--FS0));
}

h6 {
  font-size: var(--all-heading-font-size, var(--FS-1));
}

aside.banner header strong, nav.table-of-contents header strong, .hero__text strong, .big-text-sc strong, h1 strong,
h2 strong,
h3 strong,
h4 strong,
h5 strong,
h6 strong {
  color: var(--heading-color);
  font-family: var(--FONT-SANS-STACK-2);
  font-weight: normal;
  font-size: 2.55em;
}

p {
  --link-decor: underline;
  font-size: var(--FS0);
  font-family: var(--body-copy-font);
  font-weight: var(--body-copy-font-weight);
  color: var(--body-copy-color);
  max-width: var(--body-copy-max-width);
  line-height: 1.75;
  text-transform: none;
  margin: 0;
}

p > img {
  display: block;
  margin-block-end: var(--PAD-5);
}

a {
  font-family: var(--link-font);
  font-weight: inherit;
  color: var(--link-color);
  text-decoration: var(--link-decor);
}

ul,
ol {
  color: var(--list-color);
  font-family: var(--list-font);
  font-size: var(--list-font-size);
  font-weight: var(--list-font-weight);
  line-height: var(--list-line-height);
  text-transform: var(--list-case);
  padding-inline-start: 0;
  margin: 0;
}
ul li,
ol li {
  color: var(--list-color);
  line-height: var(--li-line-height);
}
ul li em,
ol li em {
  text-transform: none;
}
ul li::marker,
ol li::marker {
  color: var(--list-marker-color);
  font-size: 0.7em;
}

/* vertical spacing between multiple elements within a list item */
main section li * + * {
  margin-top: var(--PAD-7);
}

.big-text-sc {
  font-size: var(--FS7);
  font-weight: bold;
  line-height: 1;
  text-transform: uppercase;
}

.small-text-sc {
  font-size: var(--FS-4);
  font-family: var(--body-copy-font);
  font-weight: var(--body-copy-font-weight);
  color: var(--COLOR-1);
  max-width: var(--body-copy-max-width);
  line-height: 1.5;
  text-transform: none;
  margin: 0;
}

em {
  font-family: var(--FONT-ACCENT-STACK);
  font-size: var(--FS7);
  line-height: 1;
  font-weight: 400;
}

/* Global Mixins for use in all files
    note: some mixins modified by values in global variables.
--------------------------------------------------------------------------------*/
/*
Font Size Based Tiers
*/
/*  Slick Slider
--------------------------------------------------------------------------------*/
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Icons */
@font-face {
  font-family: "slick";
  src: url("../accessible-slick/fonts/slick.eot");
  src: url("../accessible-slick/fonts/slick.eot?#iefix") format("embedded-opentype"), url("../accessible-slick/fonts/slick.woff") format("woff"), url("../accessible-slick/fonts/slick.ttf") format("truetype"), url("../accessible-slick/fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}
/**
  Slider
*/
.slick-loading .slick-list {
  background: #fff url("../accessible-slick/ajax-loader.gif") center center no-repeat;
}

/*=================================
  Previous and Next icon buttons
==================================*/
.slick-prev,
.slick-next {
  position: absolute;
  top: 50%;
  display: block;
  padding: 0;
  height: 20px;
  width: 20px;
  line-height: 0;
  font-size: 0;
  cursor: pointer;
  background: transparent;
  color: transparent;
  border: none;
  transform: translate(0, -50%);
}
.slick-prev:hover .slick-prev-icon,
.slick-prev:hover .slick-next-icon, .slick-prev:focus .slick-prev-icon,
.slick-prev:focus .slick-next-icon,
.slick-next:hover .slick-prev-icon,
.slick-next:hover .slick-next-icon,
.slick-next:focus .slick-prev-icon,
.slick-next:focus .slick-next-icon {
  opacity: 1;
}
.slick-prev:focus,
.slick-next:focus {
  top: calc(50% - 1px);
}
.slick-prev:focus .slick-prev-icon,
.slick-prev:focus .slick-next-icon,
.slick-next:focus .slick-prev-icon,
.slick-next:focus .slick-next-icon {
  color: orange;
  font-size: 28px;
  margin-left: -2px;
}
.slick-prev.slick-disabled,
.slick-next.slick-disabled {
  cursor: default;
}
.slick-prev.slick-disabled .slick-prev-icon,
.slick-prev.slick-disabled .slick-next-icon,
.slick-next.slick-disabled .slick-prev-icon,
.slick-next.slick-disabled .slick-next-icon {
  opacity: 0.75;
}
.slick-prev .slick-prev-icon,
.slick-prev .slick-next-icon,
.slick-next .slick-prev-icon,
.slick-next .slick-next-icon {
  display: block;
  color: var(--COLOR-1);
  opacity: 1;
  font-family: "slick";
  font-size: 24px;
  line-height: 1;
}

.slick-prev {
  left: -25px;
}
[dir=rtl] .slick-prev {
  left: auto;
  right: -25px;
}
.slick-prev .slick-prev-icon:before {
  content: "←";
}
[dir=rtl] .slick-prev .slick-prev-icon:before {
  content: "→";
}

.slick-next {
  right: -25px;
}
[dir=rtl] .slick-next {
  left: -25px;
  right: auto;
}
.slick-next .slick-next-icon:before {
  content: "→";
}
[dir=rtl] .slick-next .slick-next-icon:before {
  content: "←";
}

/*==========================
  Slide navigation dots
===========================*/
.slick-slider {
  margin-bottom: 30px;
}
.slick-slider.slick-dotted {
  margin-bottom: 60px;
}

.slick-dots {
  position: absolute;
  bottom: -30px;
  display: block;
  padding: 0;
  margin: 0;
  width: 100%;
  list-style: none;
  text-align: center;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  margin: 0 5px;
  padding: 0;
}
.slick-dots li button {
  display: block;
  height: 20px;
  width: 20px;
  margin-top: -4px;
  margin-left: -4px;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  border: 0;
  background: transparent;
  cursor: pointer;
}
.slick-dots li button:hover .slick-dot-icon, .slick-dots li button:focus .slick-dot-icon {
  opacity: 1;
}
.slick-dots li button:focus .slick-dot-icon:before {
  color: orange;
}
.slick-dots li button .slick-dot-icon {
  color: var(--COLOR-8);
  opacity: 0.75;
}
.slick-dots li button .slick-dot-icon:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  font-family: "slick";
  font-size: 1.35rem;
  line-height: 1;
  text-align: center;
  transition: all 0.05s linear;
}
.slick-dots li.slick-active button:focus .slick-dot-icon {
  color: orange;
  opacity: 1;
}
.slick-dots li.slick-active button .slick-dot-icon {
  color: var(--COLOR-1);
  opacity: 1;
}
.slick-dots li.slick-active button .slick-dot-icon:before {
  margin-top: -3px;
  margin-left: -2px;
  font-size: 18px;
}

/**
 Improved .sr-only class by ffoodd: https://gist.github.com/ffoodd/000b59f431e3e64e4ce1a24d5bb36034
 */
.slick-sr-only {
  border: 0 !important;
  clip: rect(1px, 1px, 1px, 1px) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important;
}

/*===========================
  Pause/play icon button
============================*/
.slick-autoplay-toggle-button {
  position: absolute;
  left: 5px;
  bottom: -32px;
  z-index: 10;
  opacity: 1;
  background: none;
  border: 0;
  cursor: pointer;
  color: var(--COLOR-1);
}
.slick-autoplay-toggle-button:hover, .slick-autoplay-toggle-button:focus {
  opacity: 1;
}
.slick-autoplay-toggle-button:focus {
  color: orange;
}
.slick-autoplay-toggle-button .slick-pause-icon:before {
  content: "⏸";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 18px;
  font-weight: normal;
  line-height: 20px;
  text-align: center;
}
.slick-autoplay-toggle-button .slick-play-icon:before {
  content: "▶";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 18px;
  font-weight: normal;
  line-height: 20px;
  text-align: center;
}

/* Magnific Popup 
--------------------------------------------------------------------------------*/
/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box;
}

.mfp-container:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}

.mfp-preloader a {
  color: #CCC;
}

.mfp-preloader a:hover {
  color: #FFF;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation;
}

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

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
}

.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}

.mfp-arrow:active {
  margin-top: -54px;
}

.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
}

.mfp-arrow:before,
.mfp-arrow:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}

.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}

.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

.mfp-arrow-left {
  left: 0;
}

.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}

.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}

.mfp-arrow-right {
  right: 0;
}

.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}

.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}

.mfp-figure:after {
  content: "";
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}

.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
/* CSS Custom Properties  
--------------------------------------------------------------------------------*/
:root {
  --FS-2: clamp(0.64rem, calc(0.62rem + 0.08vw), 0.69rem);
  --FS-1: clamp(0.80rem, calc(0.79rem + 0.05vw), 0.83rem);
  --FS0: clamp(1.00rem, calc(1.00rem + 0.00vw), 1.00rem);
  --FS1: clamp(1.07rem, calc(0.99rem + 0.31vw), 1.27rem);
  --FS2: clamp(1.44rem, calc(1.61rem + -0.19vw), 1.56rem);
  --FS3: clamp(1.73rem, calc(2.04rem + -0.35vw), 1.95rem);
  --FS4: clamp(2.07rem, calc(2.58rem + -0.57vw), 2.44rem);
  --FS5: clamp(2.49rem, calc(3.26rem + -0.88vw), 3.05rem);
  --FS6: clamp(2.99rem, calc(4.12rem + -1.29vw), 3.82rem);
  --FS7: clamp(3.58rem, calc(5.20rem + -1.85vw), 4.77rem);
  --FS8: clamp(4.30rem, calc(6.57rem + -2.59vw), 5.96rem);
  --FS9: clamp(5.16rem, calc(8.29rem + -3.58vw), 7.45rem);
  --FS10: clamp(6.19rem, calc(10.46rem + -4.87vw), 9.31rem);
  --PAD-7: clamp(0.13rem, calc(0.12rem + 0.08vw), 0.18rem);
  --PAD-6: clamp(0.18rem, calc(0.15rem + 0.10vw), 0.25rem);
  --PAD-5: clamp(0.24rem, calc(0.20rem + 0.14vw), 0.33rem);
  --PAD-4: clamp(0.32rem, calc(0.27rem + 0.19vw), 0.44rem);
  --PAD-3: clamp(0.42rem, calc(0.36rem + 0.25vw), 0.58rem);
  --PAD-2: clamp(0.56rem, calc(0.49rem + 0.33vw), 0.77rem);
  --PAD-1: clamp(0.75rem, calc(0.65rem + 0.44vw), 1.03rem);
  --PAD0: clamp(1.00rem, calc(0.86rem + 0.59vw), 1.38rem);
  --PAD1: clamp(1.33rem, calc(1.15rem + 0.78vw), 1.83rem);
  --PAD2: clamp(1.78rem, calc(1.53rem + 1.04vw), 2.44rem);
  --PAD3: clamp(2.37rem, calc(2.04rem + 1.39vw), 3.26rem);
  --PAD4: clamp(3.16rem, calc(2.72rem + 1.85vw), 4.34rem);
  --PAD5: clamp(4.21rem, calc(3.63rem + 2.46vw), 5.79rem);
  --PAD6: clamp(5.61rem, calc(4.84rem + 3.28vw), 7.71rem);
  --PAD7: clamp(7.48rem, calc(6.45rem + 4.38vw), 10.28rem);
  --PAD-ZERO: 0;
}

html {
  --COLOR-1: #3f4f5b;
  --COLOR-2: #ffe6db;
  --COLOR-3: #808076;
  --COLOR-4: #eba855;
  --COLOR-5: #b1dad9;
  --COLOR-6: #ff665a;
  --COLOR-7: #6e140a;
  --COLOR-8: #ececec;
  --COLOR-9: #404040;
  --FONT-SANS-STACK-1: "Plaak", "Calibri", Optima, Arial, sans-serif;
  --FONT-SANS-STACK-2: "Plaax", "Helvetica Neue", Helvetica, sans-serif;
  --FONT-ACCENT-STACK: "Bordonaro", "Lucida Bright", Georgia;
  --BIG-HEADING-FS: var(--FS4);
  --CONTENT-MAX-WIDTH: 87.5rem;
  --SCREEN-SIDE-BUFFER: 32px;
  --PROSE-GAP: var(--PAD-4);
  --heading-color: var(--COLOR-1);
  --heading-font: var(--FONT-SANS-STACK-1);
  --heading-font-weight: bold;
  --heading-case: none;
  --heading-line-height: 1.5;
  --body-copy-font: var(--FONT-SANS-STACK-2);
  --body-copy-font-weight: normal;
  --body-copy-color: var(--COLOR-1);
  --body-copy-max-width: 90ch;
  --link-font: var(--FONT-SANS-STACK-2);
  --link-font-weight: normal;
  --link-color: var(--COLOR-1);
  --link-decor: none;
  --list-font: var(--FONT-SANS-STACK-2);
  --list-font-size: var(--FS0);
  --list-font-weight: normal;
  --list-line-height: 1.5;
  --list-color: var(--COLOR-1);
  --list-marker-color: var(--COLOR-1);
  --list-case: normal;
  --li-line-height: 1.3;
  --round: 50px;
  --button-padding: .5em 1em;
  --button-display: inline-block;
  --button-fill: none;
  --button-color: var(--COLOR-9);
  --button-font-size: var(--FS0);
  --grid-item-min-width: 29rem;
  --stacked-gap: 1rem;
}

/* HTML Element basics
--------------------------------------------------------------------------------*/
section {
  position: relative;
}

img {
  line-height: 0;
}

/*  Layout and Components styles for the design
--------------------------------------------------------------------------------*/
/*
  These classes create a layout with child elements fit on a row until the container reaches a certain width
  and then all the child elements stack vertically.
  gt = gutter between child elements
  usage: 
  the divs in the following section would be in a row with a 1.5rem gutter until the section is < $remq-sm wide (default value is 36rem)
  once the section gets narrower than $remq-sm, the divs all stack vertically with the 1.5rem gap between them.
  <section class="sm-cols-gt-1.5">
    <div></div>
    <div></div>
    <div></div>
  </section>
*/
/*
New CSS Custom Prop Based Version
*/
.columns, aside.banner, .stat-list, figure.defined-item, .faq-column-container, .multi-column {
  display: flex;
  flex-wrap: wrap;
  column-gap: var(--col-gutter, 0);
  row-gap: var(--stacked-gap, var(--PROSE-GAP));
}
.columns > *, aside.banner > *, .stat-list > *, figure.defined-item > *, .faq-column-container > *, .multi-column > * {
  flex-grow: var(--col-ratio, 1);
  flex-basis: calc((var(--container-threshold, 61.25rem) - 100%) * 999);
}

/*
To include this in a project add the following to device-vars and change values as needed
$remq-xxl: 90rem;
$remq-xl: 75rem;
$remq-lg: 61.25rem;
$remq-md: 48rem;
$remq-sm: 36rem;
$remq-xs: 20rem;
*/
.lg-cols-gt-4, .lg-cols-gt-3\.5, .lg-cols-gt-3, .lg-cols-gt-2\.5, .lg-cols-gt-2, .lg-cols-gt-1\.5, .lg-cols-gt-1, .lg-cols-gt-0\.5, .lg-cols, .md-cols-gt-2\.5, .md-cols-gt-2, .md-cols-gt-1\.5, .md-cols-gt-1, .md-cols-gt-0\.5, .md-cols, .sm-cols-gt-2\.5, .sm-cols-gt-2, .sm-cols-gt-1\.5, .sm-cols-gt-1, .sm-cols-gt-0\.5, .sm-cols, .xs-cols-gt-2\.5, .xs-cols-gt-2, .xs-cols-gt-1\.5, .xs-cols-gt-1, .xs-cols-gt-0\.5, .xs-cols {
  display: flex;
  flex-wrap: wrap;
}
.lg-cols-gt-4 > *, .lg-cols-gt-3\.5 > *, .lg-cols-gt-3 > *, .lg-cols-gt-2\.5 > *, .lg-cols-gt-2 > *, .lg-cols-gt-1\.5 > *, .lg-cols-gt-1 > *, .lg-cols-gt-0\.5 > *, .lg-cols > *, .md-cols-gt-2\.5 > *, .md-cols-gt-2 > *, .md-cols-gt-1\.5 > *, .md-cols-gt-1 > *, .md-cols-gt-0\.5 > *, .md-cols > *, .sm-cols-gt-2\.5 > *, .sm-cols-gt-2 > *, .sm-cols-gt-1\.5 > *, .sm-cols-gt-1 > *, .sm-cols-gt-0\.5 > *, .sm-cols > *, .xs-cols-gt-2\.5 > *, .xs-cols-gt-2 > *, .xs-cols-gt-1\.5 > *, .xs-cols-gt-1 > *, .xs-cols-gt-0\.5 > *, .xs-cols > * {
  flex-grow: 1;
}

.xs-cols > * {
  flex-basis: calc((20rem - 100%) * 999);
}
.xs-cols-gt-0\.5 {
  gap: calc(0.5rem + 4%);
}
.xs-cols-gt-0\.5 > * {
  flex-basis: calc((20rem - (100% - 0.5rem)) * 999);
}
.xs-cols-gt-1 {
  gap: calc(1rem + 4%);
}
.xs-cols-gt-1 > * {
  flex-basis: calc((20rem - (100% - 1rem)) * 999);
}
.xs-cols-gt-1\.5 {
  gap: calc(1.5rem + 4%);
}
.xs-cols-gt-1\.5 > * {
  flex-basis: calc((20rem - (100% - 1.5rem)) * 999);
}
.xs-cols-gt-2 {
  gap: calc(2rem + 4%);
}
.xs-cols-gt-2 > * {
  flex-basis: calc((20rem - (100% - 2rem)) * 999);
}
.xs-cols-gt-2\.5 {
  gap: calc(2.5rem + 4%);
}
.xs-cols-gt-2\.5 > * {
  flex-basis: calc((20rem - (100% - 2.5rem)) * 999);
}

.sm-cols > * {
  flex-basis: calc((36rem - 100%) * 999);
}
.sm-cols-gt-0\.5 {
  gap: calc(0.5rem + 4%);
}
.sm-cols-gt-0\.5 > * {
  flex-basis: calc((36rem - (100% - 0.5rem)) * 999);
}
.sm-cols-gt-1 {
  gap: calc(1rem + 4%);
}
.sm-cols-gt-1 > * {
  flex-basis: calc((36rem - (100% - 1rem)) * 999);
}
.sm-cols-gt-1\.5 {
  gap: calc(1.5rem + 4%);
}
.sm-cols-gt-1\.5 > * {
  flex-basis: calc((36rem - (100% - 1.5rem)) * 999);
}
.sm-cols-gt-2 {
  gap: calc(2rem + 4%);
}
.sm-cols-gt-2 > * {
  flex-basis: calc((36rem - (100% - 2rem)) * 999);
}
.sm-cols-gt-2\.5 {
  gap: calc(2.5rem + 4%);
}
.sm-cols-gt-2\.5 > * {
  flex-basis: calc((36rem - (100% - 2.5rem)) * 999);
}

.md-cols > * {
  flex-basis: calc((48rem - 100%) * 999);
}
.md-cols-gt-0\.5 {
  gap: calc(0.5rem + 4%);
}
.md-cols-gt-0\.5 > * {
  flex-basis: calc((48rem - (100% - 0.5rem)) * 999);
}
.md-cols-gt-1 {
  gap: calc(1rem + 4%);
}
.md-cols-gt-1 > * {
  flex-basis: calc((48rem - (100% - 1rem)) * 999);
}
.md-cols-gt-1\.5 {
  gap: calc(1.5rem + 4%);
}
.md-cols-gt-1\.5 > * {
  flex-basis: calc((48rem - (100% - 1.5rem)) * 999);
}
.md-cols-gt-2 {
  gap: calc(2rem + 4%);
}
.md-cols-gt-2 > * {
  flex-basis: calc((48rem - (100% - 2rem)) * 999);
}
.md-cols-gt-2\.5 {
  gap: calc(2.5rem + 4%);
}
.md-cols-gt-2\.5 > * {
  flex-basis: calc((48rem - (100% - 2.5rem)) * 999);
}

.lg-cols > * {
  flex-basis: calc((61.25rem - 100%) * 999);
}
.lg-cols-gt-0\.5 {
  gap: calc(0.5rem + 4%);
}
.lg-cols-gt-0\.5 > * {
  flex-basis: calc((61.25rem - (100% - 0.5rem)) * 999);
}
.lg-cols-gt-1 {
  gap: calc(1rem + 4%);
}
.lg-cols-gt-1 > * {
  flex-basis: calc((61.25rem - (100% - 1rem)) * 999);
}
.lg-cols-gt-1\.5 {
  gap: calc(1.5rem + 4%);
}
.lg-cols-gt-1\.5 > * {
  flex-basis: calc((61.25rem - (100% - 1.5rem)) * 999);
}
.lg-cols-gt-2 {
  gap: calc(2rem + 4%);
}
.lg-cols-gt-2 > * {
  flex-basis: calc((61.25rem - (100% - 2rem)) * 999);
}
.lg-cols-gt-2\.5 {
  gap: calc(2.5rem + 4%);
}
.lg-cols-gt-2\.5 > * {
  flex-basis: calc((61.25rem - (100% - 2.5rem)) * 999);
}
.lg-cols-gt-3 {
  gap: calc(3rem + 4%);
}
.lg-cols-gt-3 > * {
  flex-basis: calc((61.25rem - (100% - 3rem)) * 999);
}
.lg-cols-gt-3\.5 {
  gap: calc(3.5rem + 4%);
}
.lg-cols-gt-3\.5 > * {
  flex-basis: calc((61.25rem - (100% - 3.5rem)) * 999);
}
.lg-cols-gt-4 {
  gap: calc(4rem + 4%);
}
.lg-cols-gt-4 > * {
  flex-basis: calc((61.25rem - (100% - 4rem)) * 999);
}

.stack > * + * {
  margin-top: var(--y-gap, var(--PAD-2));
}

.stack-all * + * {
  margin-top: var(--y-gap, var(--PAD-2));
}

.stack-\.25 > * + *,
.stack-0\.25 > * + * {
  margin-top: 0.25rem;
}

.stack-\.5 > * + *,
.stack-0\.5 > * + * {
  margin-top: 0.5rem;
}

.stack-\.75 > * + *,
.stack-0\.75 > * + * {
  margin-top: 0.75rem;
}

.stack-1 > * + * {
  margin-top: 1rem;
}

.stack-1\.25 > * + * {
  margin-top: 1.25rem;
}

.stack-1\.5 > * + * {
  margin-top: 1.5rem;
}

.stack-1\.75 > * + * {
  margin-top: 1.75rem;
}

.stack-2 > * + * {
  margin-top: 2rem;
}

.stack-2\.25 > * + * {
  margin-top: 2.25rem;
}

.stack-2\.5 > * + * {
  margin-top: 2.5rem;
}

.stack-2\.75 > * + * {
  margin-top: 2.75rem;
}

.stack-3 > * + * {
  margin-top: 3rem;
}

.with-sidebar--right,
.with-sidebar--left {
  display: flex;
  flex-wrap: wrap;
  gap: var(--sidebar-gap, var(--FS1));
}

.with-sidebar--right > :last-child,
.with-sidebar--left > :first-child {
  flex-grow: 1;
  flex-basis: var(--sidebar-width, auto);
}

.with-sidebar--right > :first-child,
.with-sidebar--left > :last-child {
  flex-basis: 0;
  flex-grow: 999;
  min-inline-size: var(--content-min-width, 50%);
}

/*
  Mixin for easy grid generation with custom sizing
  usage:
  the following scss would result in a grid layout with a gap between child elements of 2rem
  and child elements will sit on the same row as long as they can be at least 600px wide
  in a container less than 600px wide the child elements will be 1 per row and fill whatever space is available
  .my-card-grid {
    @include grid(2rem, 600px);
  }
*/
/*
  New Version Using Custom Props
*/
.grid-auto {
  display: grid;
  grid-gap: 2rem;
  grid-template-columns: repeat(auto-fit, minmax(min(var(--grid-item-min-width), 100%), 1fr));
  list-style: none;
}
.grid-auto > * {
  margin-top: initial;
}

.grid {
  display: grid;
  grid-gap: 1rem;
  grid-template-columns: repeat(auto-fit, minmax(min(400px, 100%), 1fr));
}

.grid-1\.5 {
  display: grid;
  grid-gap: 1.5rem;
  grid-template-columns: repeat(auto-fit, minmax(min(400px, 100%), 1fr));
}

.grid-2 {
  display: grid;
  grid-gap: 2rem;
  grid-template-columns: repeat(auto-fit, minmax(min(400px, 100%), 1fr));
}

.grid-2\.5 {
  display: grid;
  grid-gap: 2.5rem;
  grid-template-columns: repeat(auto-fit, minmax(min(400px, 100%), 1fr));
}

main section {
  padding-left: max(var(--SCREEN-SIDE-BUFFER), 50vw - var(--CONTENT-MAX-WIDTH) / 2);
  padding-right: max(var(--SCREEN-SIDE-BUFFER), 50vw - var(--CONTENT-MAX-WIDTH) / 2);
  padding-top: var(--PAD3);
  padding-bottom: var(--PAD3);
}

main section section {
  padding: initial;
}

main section * + * {
  margin-top: var(--PAD3);
}

main section section + section {
  margin-top: var(--PAD3);
}

.container {
  padding-left: max(var(--SCREEN-SIDE-BUFFER), 50vw - var(--CONTENT-MAX-WIDTH) / 2) !important;
  padding-right: max(var(--SCREEN-SIDE-BUFFER), 50vw - var(--CONTENT-MAX-WIDTH) / 2) !important;
}

.contained {
  max-width: min((100% - var(--SCREEN-SIDE-BUFFER)) * 2, var(--CONTENT-MAX-WIDTH));
}

main section:first-child {
  padding: 0;
}

.full {
  padding: 0;
}

.page-padding-left {
  padding-left: max(var(--SCREEN-SIDE-BUFFER), 50vw - var(--CONTENT-MAX-WIDTH) / 2);
  padding-right: max(var(--SCREEN-SIDE-BUFFER), 50vw - var(--CONTENT-MAX-WIDTH) / 2);
}

.page-padding-left-map {
  padding-top: var(--PAD5);
  padding-bottom: var(--PAD5);
  padding-left: max(var(--SCREEN-SIDE-BUFFER), 50vw - var(--CONTENT-MAX-WIDTH) / 2);
  padding-right: max(var(--SCREEN-SIDE-BUFFER), 50vw - var(--CONTENT-MAX-WIDTH) / 2);
}

.page-padding-right {
  padding-left: max(var(--SCREEN-SIDE-BUFFER), 50vw - var(--CONTENT-MAX-WIDTH) / 2);
  padding-right: max(var(--SCREEN-SIDE-BUFFER), 50vw - var(--CONTENT-MAX-WIDTH) / 2);
}

header.site-header {
  top: 0;
  left: 0;
  width: 100%;
  position: relative;
  z-index: 10;
}

.top-logo {
  flex: 1 1 auto;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.top-logo img {
  width: 300px;
}
@media screen and (max-width: 981px) {
  .top-logo {
    margin-left: 0;
    z-index: 9;
  }
  .top-logo img {
    width: 200px;
  }
}

.custom-logo-link {
  line-height: 0;
}

nav {
  position: relative;
}

ul.menu {
  --list-font-size: var(--FS0);
  --list-case: uppercase;
  --list-font-weight: bold;
  --list-line-height: 1.25;
  --link-font-weight: bold;
  --li-line-height: 1.5;
  list-style: none;
  padding: 0;
}

li.menu-item a {
  letter-spacing: 0.1ch;
  position: relative;
}

li.menu-item button {
  font-size: var(--list-font-size);
  font-family: var(--link-font);
  font-weight: var(--link-font-weight);
  color: var(--link-color);
  text-transform: var(--list-case);
  padding: 0;
  position: relative;
  line-height: 1.5;
  border: none;
  background: transparent;
  cursor: pointer;
  z-index: 2;
}
li.menu-item button:hover:after {
  content: "";
  display: block;
  height: 3px;
  background: var(--COLOR-2);
  width: 100%;
  position: absolute;
  bottom: -3px;
}

li.menu-item-has-children:hover > button,
li.menu-item button[aria-expanded=true] {
  --link-color: var(--COLOR-1);
}

li.menu-item-has-children:hover > button:before,
li.menu-item button[aria-expanded=true]:before {
  content: "";
  width: calc(100% + 2.5rem);
  background: white;
  position: absolute;
  left: -1.25rem;
  top: calc(-1 * var(--PAD-3));
  height: calc(100% + var(--PAD-3) * 2);
  z-index: -1;
  transition: ease-in-out 0.2s;
}

@media screen and (max-width: 981px) {
  li.menu-item button[aria-expanded=false]:before {
    content: none;
  }
  li.menu-item button[aria-expanded=false] {
    --link-color: white;
  }
}
.dropdown-arrow {
  margin-inline-start: 0.5em;
}

li.menu-item > .sub-menu {
  display: flex;
  list-style: none;
  visibility: hidden;
  z-index: 0;
  opacity: 0;
  transition: opacity ease-in-out 0.2s;
  --link-color: var(--COLOR-1);
  background: white;
  width: 100%;
  position: absolute;
  top: 100%;
  justify-content: flex-start;
  padding: var(--PAD-2) max(1.25rem, 50vw - 600px);
  left: 0;
  gap: 2em;
}

li.menu-item-has-children:hover > .sub-menu,
li.menu-item > button[aria-expanded=true] + .sub-menu {
  z-index: 12;
  opacity: 1;
  visibility: visible;
  transition: opacity ease-in-out 0.2s;
}

@media screen and (max-width: 981px) {
  li.menu-item > button[aria-expanded=false] + .sub-menu {
    visibility: hidden;
    opacity: 0;
    z-index: 0;
  }
}
li.menu-item > .sub-menu > li {
  position: relative;
}

@media screen and (max-width: 768px) {
  li.menu-item > .sub-menu {
    flex-direction: column;
  }
  li.menu-item > .sub-menu > li > a:after {
    content: "";
    display: block;
    height: 3px;
    background: var(--COLOR-2);
    width: 100%;
    position: absolute;
    bottom: -3px;
  }
}
nav.primary-navigation {
  z-index: 1;
}

nav.primary-navigation ul.menu {
  --grid-item-min-width: 13ch;
  --grid-gap: 1.25rem;
  margin: 0 auto;
  row-gap: 0;
  flex-wrap: wrap;
}
@media screen and (max-width: 576px) {
  nav.primary-navigation ul.menu {
    --list-font-size: .8rem;
  }
}

@media screen and (max-width: 341px) {
  nav.primary-navigation ul.menu li.menu-item {
    flex-basis: calc(50% - 1.25rem);
  }
}
nav.primary-navigation .menu-main-pages-container {
  padding: 0 max(1.25rem, 50vw - 600px);
}

nav.primary-navigation ul.menu li.menu-item {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
nav.primary-navigation ul.menu li.menu-item:hover > a:after {
  content: "";
  display: block;
  height: 3px;
  background: var(--COLOR-2);
  width: 100%;
  position: absolute;
  bottom: -3px;
}

nav.primary-navigation li.menu-item:nth-child(n+3) > .sub-menu {
  justify-content: flex-end;
}

nav.primary-navigation li.menu-item > .sub-menu > li + li:before {
  content: "";
  background: var(--link-color);
  width: 2px;
  height: 100%;
  left: -1em;
  position: absolute;
}
@media screen and (max-width: 768px) {
  nav.primary-navigation li.menu-item > .sub-menu > li + li:before {
    content: none;
  }
}

nav.primary-navigation ul.menu > li.menu-item {
  padding: var(--PAD-3) 0;
}

nav.primary-navigation ul.menu > li.menu-item > a,
nav.primary-navigation ul.menu > li.menu-item > button {
  max-width: min-content;
}

nav.primary-navigation ul.menu li.current-menu-item > a,
nav.primary-navigation ul.menu li.current-menu-ancestor > button {
  outline: solid 5px var(--COLOR-2);
  outline-offset: 4px;
}

nav.primary-navigation ul.menu li.current-menu-item > a:after {
  content: none;
}

/* The top nav bar next to the logo  */
nav.secondary-navigation {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: center;
  max-width: 100%;
  margin: 0 auto;
  z-index: 2;
  border-bottom: 3px solid var(--COLOR-1);
}
@media screen and (max-width: 981px) {
  nav.secondary-navigation {
    justify-content: flex-end;
  }
}

.menu-secondary-pages-container {
  flex: 0.5 1 auto;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 0;
}
@media screen and (max-width: 981px) {
  .menu-secondary-pages-container {
    width: 100%;
    padding: 2rem 0;
    align-items: flex-start;
  }
}

ul.nav-menu {
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-end;
  gap: 2rem;
  margin: 0;
  width: 100%;
  align-items: center;
}
@media screen and (max-width: 981px) {
  ul.nav-menu {
    flex-direction: column;
    align-items: center;
  }
}

nav.secondary-navigation ul.nav-menu > li {
  position: relative;
}

@media screen and (max-width: 981px) {
  nav.secondary-navigation li.menu-item button[aria-expanded=false] {
    --link-color: var(--COLOR-1);
  }
}
nav.secondary-navigation ul.nav-menu > li a {
  font-family: var(--FONT-SANS-STACK-1);
}

ul.nav-menu li.menu-item:hover > a:after {
  content: "";
  display: block;
  height: 3px;
  background: var(--COLOR-5);
  width: 100%;
  position: absolute;
  bottom: -3px;
}

nav.secondary-navigation li.menu-item-has-children:hover > button:before,
nav.secondary-navigation li.menu-item button[aria-expanded=true]:before {
  opacity: 0;
}

nav.secondary-navigation ul.nav-menu li.current-menu-item > a,
nav.secondary-navigation ul.nav-menu li.current-menu-ancestor > button {
  background: hsl(179deg, 36%, 77%);
  background: linear-gradient(360deg, hsl(179deg, 36%, 77%) 50%, hsl(0deg, 0%, 100%) 50%);
}

nav.secondary-navigation ul.menu li.current-menu-item > a:after {
  content: none;
}

ul.nav-menu li.menu-item.link-standout {
  --link-color: var(--COLOR-1);
  transition: transform ease-in-out 0.2s;
}
ul.nav-menu li.menu-item.link-standout:hover {
  transform: scale(1.05);
}
ul.nav-menu li.menu-item.link-standout > button,
ul.nav-menu li.menu-item.link-standout > a {
  background: var(--COLOR-4);
  margin-top: -1rem;
  padding: 1rem 2rem;
  border-radius: var(--round);
}
ul.nav-menu li.menu-item.link-standout > button:hover:after,
ul.nav-menu li.menu-item.link-standout > a:hover:after {
  content: none;
}
@media screen and (max-width: 981px) {
  ul.nav-menu li.menu-item.link-standout > button,
ul.nav-menu li.menu-item.link-standout > a {
    margin-top: 0.2rem;
  }
}

nav.secondary-navigation ul.sub-menu {
  box-shadow: 0 5px 8px -3px rgba(0, 0, 0, 0.5);
  flex-direction: column;
  max-width: 100vw;
  width: 28em;
  left: 0;
  padding: var(--PAD-2) 2rem;
}

nav.secondary-navigation .menu-item:nth-child(n+3) ~ * > ul.sub-menu {
  left: unset;
  right: 0;
}

/* button to open sub menu in opened state */
nav.secondary-navigation .submenu-toggle[aria-expanded=true] {
  outline: solid 5px var(--COLOR-1);
  outline-offset: 5px;
}

nav.secondary-navigation .submenu-toggle[aria-expanded=true] + .sub-menu {
  display: flex;
}

@media screen and (max-width: 981px) {
  nav.secondary-navigation li.menu-item {
    text-align: center;
  }
  nav.secondary-navigation .sub-menu {
    --link-color: white;
    font-size: var(--list-font-size);
    display: none;
    flex-direction: column;
    position: relative;
    align-items: center;
    margin-top: 10px;
    background: var(--COLOR-1);
  }
  nav.secondary-navigation .sub-menu > li + li:before {
    content: none;
  }
  nav.secondary-navigation li.menu-item > .sub-menu > li > a {
    text-decoration: underline;
    text-decoration-thickness: 3px;
  }
  nav.secondary-navigation li.menu-item > .sub-menu > li > a:after {
    content: none;
  }
}
/* Hamburger Button to open entire secondary nav on mobile */
.menu-toggle {
  background: transparent;
  border: none;
  padding: calc(0.5rem + 4px);
  z-index: 9;
}
.menu-toggle:hover {
  cursor: pointer;
}
@media screen and (min-width: 981px) {
  .menu-toggle {
    display: none;
  }
}

.menu-toggle .burger {
  display: block;
  width: 3rem;
  height: 4px;
  background: var(--COLOR-1);
  position: relative;
}
.menu-toggle .burger:before {
  content: "";
  display: block;
  width: 3rem;
  height: 4px;
  top: calc(-0.5rem - 4px);
  background: var(--COLOR-1);
  position: relative;
}
.menu-toggle .burger:after {
  content: "";
  display: block;
  width: bar-width;
  height: 4px;
  top: 0.5rem;
  background: var(--COLOR-1);
  position: relative;
}

@media screen and (max-width: 981px) {
  .menu-toggle[aria-expanded=false] + .menu-secondary-pages-container {
    display: none;
  }
}
.apply-now {
  border-left: 2px solid black;
  padding: 1.25rem 3rem 1.25rem 1rem;
}
.apply-now a {
  font-size: var(--FS2);
}
@media screen and (max-width: 981px) {
  .apply-now {
    border: 3px solid var(--COLOR-1);
    padding: 0.75rem;
  }
}

.site-footer #bottom-navigation {
  background-color: var(--COLOR-4);
  padding-top: var(--PAD-1);
  padding-bottom: var(--PAD-1);
}
.site-footer #footer-menu {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 1.5rem;
}
.site-footer ul.menu {
  --link-font-size: var(--FS1);
}
.site-footer .menu-item a {
  color: var(--COLOR-1);
  text-transform: capitalize;
  font-weight: normal;
}
@media screen and (max-width: 981px) {
  .site-footer nav.footer-navigation {
    display: none;
  }
}
.site-footer nav.footer-navigation ul.menu {
  --li-line-height: 1;
}
.site-footer .donate-footer-button {
  background-color: white;
  color: var(--COLOR-1);
  border-radius: 50px;
  padding: 0.5rem 1rem;
}
.site-footer .menu-legal-links-container ul.menu {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  gap: 2rem;
  --link-font-weight: normal;
  --list-font-size: var(--FS0);
}
@media screen and (max-width: 768px) {
  .site-footer .menu-legal-links-container ul.menu {
    flex-direction: column;
    align-items: center;
    gap: 0.75rem;
  }
}
.site-footer .menu-legal-links-container ul.menu li.menu-item {
  white-space: nowrap;
}
.site-footer .menu-legal-links-container ul.menu li.menu-item a {
  text-transform: none;
  color: white;
  font-family: var(--FONT-SANS-STACK-1);
}

.site-footer section.page-section .footer-wrapper {
  display: flex;
  flex-direction: column;
  gap: 0;
  align-items: stretch;
}
@media screen and (min-width: 981px) {
  .site-footer section.page-section .footer-wrapper {
    flex-direction: row;
  }
}
.site-footer section.page-section .footer-wrapper .site-details {
  padding: var(--PAD2);
}
@media screen and (min-width: 981px) {
  .site-footer section.page-section .footer-wrapper .site-details {
    --col-ratio: 60%;
    width: var(--col-ratio);
  }
}
.site-footer section.page-section .footer-wrapper .corporate-wrapper {
  padding: var(--PAD2);
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 981px) {
  .site-footer section.page-section .footer-wrapper .corporate-wrapper {
    --col-ratio: 40%;
    width: var(--col-ratio);
  }
}
.site-footer section.page-section .multi-column .column {
  padding: var(--PAD2);
}
.site-footer a {
  position: relative;
}
.site-footer a:hover {
  text-decoration: underline;
}
.site-footer a + a {
  margin-top: 5px;
}
.site-footer .footer-top {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
@media screen and (max-width: 981px) {
  .site-footer .footer-top {
    flex-direction: column-reverse;
  }
}
.site-footer .footer-logo-section {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  flex-grow: 1;
}
.site-footer .footer-logo-section .footer-logo-wrapper svg {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 981px) {
  .site-footer .footer-logo-section {
    min-height: auto;
    padding: var(--PAD2) 0;
  }
  .site-footer .footer-logo-section .footer-logo-wrapper {
    max-width: 300px;
  }
}
.site-footer .footer-main-links {
  flex-grow: 1.25;
  --link-font-weight: bold;
  padding-left: 3rem;
}
.site-footer .contact-form {
  flex-grow: 2;
  padding: var(--PAD2);
}
.site-footer ul.footer-contact {
  list-style: none;
}
.site-footer ul.footer-contact > * + * {
  margin-top: 0.7em;
}
.site-footer ul.footer-contact li {
  font-family: var(--FONT-SANS-STACK-2);
}
@media screen and (max-width: 981px) {
  .site-footer ul.footer-contact {
    text-align: center;
    align-items: center;
  }
  .site-footer ul.footer-contact > * + * {
    margin-top: 1rem;
  }
}
.site-footer ul.social-link-list {
  display: flex;
  align-items: center;
  justify-content: center;
  list-style: none;
  padding: 0;
  gap: 1.5rem;
  margin-top: 1.75rem;
}
@media screen and (max-width: 981px) {
  .site-footer ul.social-link-list {
    justify-content: center;
  }
}
.site-footer li.social-link {
  width: 1.5rem;
}
.site-footer li.social-link a:hover:after {
  content: none;
}
.site-footer li.social-link svg {
  display: block;
  fill: var(--COLOR-1);
}
.site-footer li.social-link svg:hover {
  fill: var(--COLOR-1);
}
.site-footer .email-link {
  position: relative;
}
.site-footer .email-link:after {
  content: "";
  background: white;
  position: absolute;
  height: 2px;
  width: 100%;
  bottom: -2px;
  left: 0;
}
.site-footer .footer-bottom {
  margin-top: var(--PAD2);
  text-align: center;
  --heading-color: white;
}
.site-footer .board-heading {
  font-size: var(--FS1);
  margin: 0 auto;
}
.site-footer ul.board-list {
  list-style: none;
  padding: 0;
  margin: 1rem auto 0;
  display: flex;
  justify-content: center;
  flex-flow: row wrap;
  max-width: 80ch;
}
.site-footer ul.board-list li {
  font-size: var(--FS0);
  text-transform: none;
}
.site-footer ul.board-list li:not(:first-of-type):before {
  content: " | ";
  display: inline;
  margin: 0 0.5em;
}
@media screen and (max-width: 768px) {
  .site-footer ul.board-list {
    flex-direction: column;
    align-items: center;
  }
  .site-footer ul.board-list li + li {
    margin-top: 0.5em;
  }
  .site-footer ul.board-list li:not(:first-of-type):before {
    content: none;
  }
}
.site-footer .copyright {
  font-size: var(--FS0);
}
.site-footer .legal-links {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  padding: var(--PAD-2) 32px;
  width: 100%;
  font-family: var(--FONT-SANS-STACK-1);
}
.site-footer .legal-links span {
  color: white;
}
.site-footer .legal-icon img {
  height: 30px;
}
.site-footer .footer-bold-text {
  font-weight: 700;
  font-size: var(--FS0);
  text-align: center;
  font-family: var(--FONT-SANS-STACK-2);
  text-transform: uppercase;
}
.site-footer .guidestar-text {
  margin: 2rem 0;
}
.site-footer .candid-image {
  max-width: 100px;
}
.site-footer .contact-form-title {
  font-weight: 700;
  font-size: var(--all-heading-font-size, var(--FS7));
  text-align: left;
  font-family: var(--FONT-SANS-STACK-1);
  text-transform: uppercase;
  padding-bottom: var(--PAD1);
}

.contact-form aside.banner header, aside.banner .contact-form header, .contact-form nav.table-of-contents header, nav.table-of-contents .contact-form header, .contact-form .hero__text, .contact-form h1,
.contact-form h2,
.contact-form h3,
.contact-form h4,
.contact-form h5,
.contact-form h6, .contact-form .big-text-sc {
  max-width: none;
}

.contact-form input:not([type=submit]),
.gfield_select {
  border: none;
  border: 2px solid var(--COLOR-1);
  border-radius: 0;
  background-color: white;
  padding: 1rem !important;
  text-transform: uppercase;
  font-family: var(--FONT-SANS-STACK-2);
  color: var(--COLOR-1);
}

.contact-form input::placeholder {
  color: var(--COLOR-1);
}

.contact-form .gform-footer.gform_footer.top_label {
  justify-content: center;
}

.contact-form input[type=submit] {
  background-color: transparent;
  border: 2px solid var(--COLOR-1);
  border-radius: 0;
  box-shadow: 0 0 0 5px var(--COLOR-5), 0 0 0 7px var(--COLOR-1);
  padding: 0.5rem 1rem;
  transition: ease-in-out 0.2s;
  font-family: var(--FONT-SANS-STACK-2);
  text-transform: uppercase;
  color: var(--COLOR-1);
  text-transform: uppercase;
  transition: 0.5s;
  font-weight: 600;
  text-align: center;
  transition: ease-in-out 0.2s;
}
.contact-form input[type=submit]:hover {
  transform: scale(1.05);
  transition: ease-in-out 0.2s;
}
.contact-form input[type=submit]:focus {
  transform: scale(1.05);
  transition: ease-in-out 0.2s;
  box-shadow: 0 0 10px 0 rgba(var(--COLOR-1), 0.8);
}

input[type=submit]::before {
  content: "";
  position: absolute;
  background-color: pink;
  width: 30%;
  height: 90%;
  bottom: 0;
  left: -7px;
}

.gform_footer {
  margin: 6px !important;
}

.instagram-addon {
  background-color: var(--COLOR-1);
}
.instagram-addon-container {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row-reverse;
  padding: 2rem;
  gap: calc(1rem + 2%);
  max-width: 1400px;
  margin: 0 auto;
}

.instagram-header {
  flex: 0.5 1 auto;
  padding-top: 1rem;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  align-items: flex-start;
}
.instagram-header .instagram-heading {
  font-size: 2rem;
  text-transform: uppercase;
  color: white;
  font-weight: 600;
  line-height: 1.25;
  margin: 0;
}
.instagram-header a {
  padding: 1rem 2rem;
  text-transform: uppercase;
  background-color: var(--COLOR-2);
  font-weight: 600;
}

.instagram-feed {
  width: 70%;
  flex: 3 1 auto;
  order: -1;
}

.footer-left {
  display: flex;
  flex-direction: column;
  width: 35%;
}
@media screen and (max-width: 981px) {
  .footer-left {
    width: 100%;
  }
}

.dmg-footer {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.dmg-footer > * {
  text-align: center;
  color: #384956;
}
.dmg-footer .mgmt-logo-wrapper {
  max-width: 350px;
}
@media screen and (max-width: 981px) {
  .dmg-footer .mgmt-logo-wrapper {
    max-width: 250px;
  }
}
.dmg-footer img {
  margin-bottom: 1rem;
}

.privacy-page-padding {
  padding: var(--PAD5);
}

.page-intro-container {
  padding: var(--PAD-2) var(--SCREEN-SIDE-BUFFER) var(--PAD-4);
  padding-right: 0;
}

.page-intro {
  display: flex;
  max-width: calc(100vw - (100vw - var(--CONTENT-MAX-WIDTH)) / 2 - var(--SCREEN-SIDE-BUFFER));
  margin: 0 0 0 auto;
  gap: 2rem;
}
@media screen and (max-width: 981px) {
  .page-intro {
    flex-wrap: wrap;
  }
}

.page-intro .entry-header {
  --all-heading-font-size: var(--FS8);
  --heading-color: var(--COLOR-1);
  --heading-font-weight: normal;
  flex-grow: 1;
  padding: var(--PAD-3) var(--PAD1) 0 var(--PAD1);
  padding-right: 0;
  position: relative;
  margin-block: auto;
}
@media screen and (max-width: 981px) {
  .page-intro .entry-header {
    flex-direction: column-reverse;
    padding: 0;
  }
}

.page-intro .toc-container {
  flex-basis: 35ch;
}

.page-intro .entry-title {
  font-size: var(--FS10);
  font-family: var(--FONT-SANS-STACK-1);
}

.entry-header {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.entry-title-container {
  width: 40%;
  margin: auto 0;
}

.entry-featured-image {
  width: 60%;
}
@media screen and (max-width: 981px) {
  .entry-featured-image {
    width: 100%;
  }
}

nav.breadcrumbs {
  --list-case: normal;
  --list-font-weight: bold;
  --list-font-size: var(--FS1);
  --list-color: var(--COLOR-2);
  --link-font-weight: var(--list-font-weight);
  --link-color: var(--COLOR-1);
  --link-decor: underline;
}
nav.breadcrumbs ul {
  list-style: none;
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  gap: 0.5rem;
  padding: 1em 0 0 0;
}
nav.breadcrumbs li:not(:last-child):after {
  content: " > ";
  color: var(--COLOR-1);
  font-weight: bold;
  white-space: pre-wrap;
}

/* These styles are used across all the togglized code */
.faq-column, .togglize-me,
.accordionize-me {
  position: relative;
  margin-right: auto;
  margin-left: auto;
}
.faq-column .expandable, .togglize-me .expandable,
.accordionize-me .expandable {
  padding: 1rem 1rem;
  margin-top: 0;
}
.faq-column .expandable ul, .togglize-me .expandable ul,
.accordionize-me .expandable ul,
.faq-column .expandable ol,
.togglize-me .expandable ol,
.accordionize-me .expandable ol {
  padding: 0;
}
.faq-column .expandable[hidden], .togglize-me .expandable[hidden],
.accordionize-me .expandable[hidden] {
  display: block;
  visibility: hidden;
  position: absolute;
}
.faq-column > h1, .togglize-me > h1,
.accordionize-me > h1,
.faq-column > h2,
.togglize-me > h2,
.accordionize-me > h2,
.faq-column > h3,
.togglize-me > h3,
.accordionize-me > h3,
.faq-column > h4,
.togglize-me > h4,
.accordionize-me > h4,
.faq-column > h5,
.togglize-me > h5,
.accordionize-me > h5,
.faq-column > h6,
.togglize-me > h6,
.accordionize-me > h6, .faq-column > .big-text-sc, .togglize-me > .big-text-sc,
.accordionize-me > .big-text-sc {
  margin: 0;
  line-height: 1;
}
.faq-column > h1:not(:first-of-type), .togglize-me > h1:not(:first-of-type),
.accordionize-me > h1:not(:first-of-type),
.faq-column > h2:not(:first-of-type),
.togglize-me > h2:not(:first-of-type),
.accordionize-me > h2:not(:first-of-type),
.faq-column > h3:not(:first-of-type),
.togglize-me > h3:not(:first-of-type),
.accordionize-me > h3:not(:first-of-type),
.faq-column > h4:not(:first-of-type),
.togglize-me > h4:not(:first-of-type),
.accordionize-me > h4:not(:first-of-type),
.faq-column > h5:not(:first-of-type),
.togglize-me > h5:not(:first-of-type),
.accordionize-me > h5:not(:first-of-type),
.faq-column > h6:not(:first-of-type),
.togglize-me > h6:not(:first-of-type),
.accordionize-me > h6:not(:first-of-type), .faq-column > .big-text-sc:not(:first-of-type), .togglize-me > .big-text-sc:not(:first-of-type),
.accordionize-me > .big-text-sc:not(:first-of-type) {
  margin-top: 0.5rem;
}
.faq-column .togglize-button, .togglize-me .togglize-button,
.accordionize-me .togglize-button {
  display: flex;
  justify-content: space-between;
  background-color: var(--COLOR-2);
  border: none;
  color: var(--COLOR-1);
  border-radius: var(--round);
  font-family: var(--FONT-SANS-STACK-1);
  font-size: inherit;
  font-weight: 600;
  line-height: 1;
  padding: 1rem 1rem;
  position: relative;
  width: 100%;
  text-align: left;
  vertical-align: text-top;
  align-items: center;
  text-transform: uppercase;
}
@media screen and (max-width: 768px) {
  .faq-column .togglize-button, .togglize-me .togglize-button,
.accordionize-me .togglize-button {
    text-align: left;
  }
}
.faq-column .togglize-button:hover, .togglize-me .togglize-button:hover,
.accordionize-me .togglize-button:hover {
  cursor: pointer;
}
.faq-column .togglize-button:focus, .togglize-me .togglize-button:focus,
.accordionize-me .togglize-button:focus {
  outline: none;
}
.faq-column .togglize-button:focus svg.expand-icon--plus-minus, .togglize-me .togglize-button:focus svg.expand-icon--plus-minus,
.accordionize-me .togglize-button:focus svg.expand-icon--plus-minus {
  outline: solid var(--COLOR-1);
  outline-offset: 4px;
  outline-width: 3px;
}
.faq-column .togglize-button svg.expand-icon--plus-minus, .togglize-me .togglize-button svg.expand-icon--plus-minus,
.accordionize-me .togglize-button svg.expand-icon--plus-minus {
  width: 1.5rem;
  min-width: 1.5rem;
  margin-left: 1rem;
  fill: var(--COLOR-1);
}
.faq-column .togglize-button[aria-expanded=true] svg.expand-icon--plus-minus .vert, .togglize-me .togglize-button[aria-expanded=true] svg.expand-icon--plus-minus .vert,
.accordionize-me .togglize-button[aria-expanded=true] svg.expand-icon--plus-minus .vert {
  display: none;
}

.image-frame--6, .image-frame--5, .image-frame--4, .image-frame--3, .image-frame--2, .image-frame--1, .image-frame {
  max-width: fit-content;
  line-height: 0;
}
.image-frame--6 img, .image-frame--5 img, .image-frame--4 img, .image-frame--3 img, .image-frame--2 img, .image-frame--1 img, .image-frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: var(--frame-img-pos-x) var(--frame-img-pos-y);
}

.image-frame--1 {
  --frame-shadow-color: var(--COLOR-1);
}
.image-frame--2 {
  --frame-shadow-color: var(--COLOR-2);
}
.image-frame--3 {
  --frame-shadow-color: var(--COLOR-3);
}
.image-frame--4 {
  --frame-shadow-color: var(--COLOR-4);
}
.image-frame--5 {
  --frame-shadow-color: var(--COLOR-5);
}
.image-frame--6 {
  --frame-shadow-color: var(--COLOR-6);
}

.image-stamp {
  overflow: visible;
  aspect-ratio: 5/5;
  position: relative;
  width: fit-content;
  padding-right: 3rem;
  padding-top: 3rem;
  margin-top: var(--PAD3);
  --mask:
    radial-gradient(11.66px at 16.00px 50%,#000 99%,#0000 101%) 0 calc(50% - 20px)/100% 40px,
    radial-gradient(11.66px at -6px 50%,#0000 99%,#000 101%) 10px 50%/100% 40px repeat-y;
  -webkit-mask: var(--mask);
  mask: var(--mask);
}
@media screen and (max-width: 981px) {
  .image-stamp {
    padding-right: 2rem;
    padding-top: 2rem;
  }
}

.image-stamp::after {
  content: "";
  height: 90%;
  width: 90%;
  position: absolute;
  right: 2%;
  top: 3%;
  box-shadow: inset 0 0 0 3px var(--COLOR-1), 0 0 0 3px var(--COLOR-1);
  border: solid 6px transparent;
}

.page-section--framed {
  padding-bottom: calc(var(--PAD2) + 20px);
}

.prose, .prose-columns {
  --heading-line-height: 1.25;
  --list-color: var(--COLOR-9);
  --link-decor: underline;
}
.prose > * + *, .prose-columns > * + * {
  margin-top: var(--PROSE-GAP);
}
.prose > .cta, .prose-columns > .cta {
  margin-top: var(--PAD3);
}

.prose-columns {
  column-count: 2;
  column-width: 60ch;
  column-gap: 4rem;
}
.prose-columns > * + * {
  margin-top: 0;
}
.prose-columns > *:not(:last-child) {
  margin-bottom: var(--PROSE-GAP);
}
.prose-columns h1,
.prose-columns h2 {
  column-span: all;
}
.prose-columns h1,
.prose-columns h2,
.prose-columns h3,
.prose-columns h4,
.prose-columns h5,
.prose-columns h6, .prose-columns .big-text-sc {
  break-after: avoid;
  break-inside: avoid;
}
.prose-columns ul {
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  break-inside: avoid;
}

.prose li + li, .prose-columns li + li {
  margin-top: var(--PAD-7);
}

.hero-section {
  padding-right: max(var(--SCREEN-SIDE-BUFFER), 50vw - var(--CONTENT-MAX-WIDTH) / 2);
}
@media screen and (max-width: 981px) {
  .hero-section {
    padding-left: max(var(--SCREEN-SIDE-BUFFER), 50vw - var(--CONTENT-MAX-WIDTH) / 2);
  }
}

.prose-bullet-style ul li {
  padding: 1rem 0 1rem 0;
  border-bottom: 3px solid var(--COLOR-5);
  list-style-type: none;
}
.prose-bullet-style ul li::marker {
  display: hidden;
  padding: 0;
}

.hero {
  height: 40vw;
  min-height: 200px;
  display: flex;
  align-items: center;
  flex-direction: row;
  flex-wrap: wrap;
  padding: 0;
}
.hero__background-media {
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  margin: 0;
}
.hero__background-media img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  line-height: 0;
}
.hero__text {
  font-size: var(--FS4);
  text-transform: capitalize !important;
}
@media screen and (max-width: 981px) {
  .hero {
    flex-direction: column-reverse;
  }
}

.hero-left {
  flex: 0 1 30%;
}
.hero-right {
  flex: 0 1 70%;
  margin: 0;
}
@media screen and (max-width: 981px) {
  .hero-right {
    width: 90%;
    align-self: flex-end;
  }
}

.cta {
  max-width: 40ch;
}

.testimonial-slider .slick-dots {
  bottom: -3.75rem;
}
.testimonial-slider .testimonial {
  display: flex;
  flex-direction: column;
  color: var(--COLOR-1);
  padding: 1rem;
}
.testimonial-slider .testimonial__header {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: flex-start;
  margin: 0;
  background-color: var(--COLOR-8);
  padding: 1rem;
}
@media screen and (max-width: 981px) {
  .testimonial-slider .testimonial__header {
    flex-direction: column;
  }
}
.testimonial-slider .testimonial__title {
  --all-heading-font-size: var(--FS2);
  --heading-color: var(--COLOR-1);
}
.testimonial-slider .testimonial__avatar img {
  aspect-ratio: 1/1;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.testimonial-slider .slick-list {
  height: 680px;
  padding-right: 0 !important;
}
@media screen and (max-width: 981px) {
  .testimonial-slider .slick-list {
    height: auto;
  }
}
.testimonial-slider .slick-next {
  top: 0;
  left: 93%;
}
.testimonial-slider .slick-next:focus {
  top: 0;
}
.testimonial-slider .slick-prev {
  top: 25px;
  left: 89%;
  z-index: 1;
}
.testimonial-slider .slick-prev:focus {
  top: 25px;
}
.testimonial-slider .slick-next-icon,
.testimonial-slider .slick-prev-icon {
  color: var(--COLOR-4) !important;
}
.testimonial-slider .testimonial__classification {
  margin-top: 0;
  margin-bottom: 0;
}
.testimonial-slider .test-header-left {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

.background-video-container {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.background-video-container video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  margin: 0;
}

.hero-background-video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.hero__background-media .fallback-image {
  height: 100%;
  width: 100%;
  position: absolute;
  opacity: 0;
  top: 0;
  left: 0;
  transition: ease-in-out 0.2s;
}
.hero__background-media .fallback-image img {
  height: 100%;
  width: 100%;
  line-height: 0;
  object-fit: cover;
}
.hero__background-media:hover .video-control-button-container {
  opacity: 1;
}
.hero__background-media .video-control-button-container {
  position: absolute;
  bottom: 0;
  background: rgba(0, 0, 0, 0.4);
  border-radius: 50%;
  width: 3rem;
  height: 3rem;
  z-index: 9;
  opacity: 0;
  transition: ease-in-out 0.2s;
}
@media screen and (max-width: 981px) {
  .hero__background-media .video-control-button-container {
    opacity: 1;
  }
}
.hero__background-media .video-control-button-container button {
  background: none;
  border: none;
  width: 100%;
  height: 100%;
  padding: 0;
}
.hero__background-media .video-control-button-container svg {
  width: 100%;
  height: 100%;
  fill: rgba(255, 255, 255, 0.6);
}
.hero__background-media .video-control-button-container .video-control-button:hover {
  cursor: pointer;
}
.hero__background-media .video-control-button-container .video-control-button[aria-label=play] .pause-icon {
  display: none;
}
.hero__background-media .video-control-button-container .video-control-button[aria-label=pause] .play-icon {
  display: none;
}
@media (prefers-reduced-motion) {
  .hero__background-media .video-control-button-container {
    opacity: 1;
  }
}

nav.table-of-contents {
  --list-font-size: var(--FS0);
}
nav.table-of-contents button.toc-heading {
  color: var(--heading-color);
  font-family: var(--heading-font);
  font-size: var(--FS2);
  font-weight: var(--heading-font-weight);
  line-height: var(--heading-line-height);
  letter-spacing: 0.1ch;
  text-transform: var(--heading-case);
  display: none;
  justify-content: space-between;
  position: relative;
  width: 100%;
  text-align: left;
  background: white;
  border: none;
  padding: 1rem 0;
  cursor: pointer;
}
@media screen and (max-width: 981px) {
  nav.table-of-contents button.toc-heading {
    display: flex;
  }
}
nav.table-of-contents button.toc-heading:focus {
  outline: none;
}
nav.table-of-contents button.toc-heading:focus svg.expand-icon--plus-minus {
  outline: solid var(--COLOR-1);
  outline-offset: 4px;
  outline-width: 3px;
}
nav.table-of-contents button.toc-heading:after {
  content: "";
  display: block;
  background: var(--COLOR-2);
  width: 100%;
  height: 5px;
  border-radius: 10px;
  position: absolute;
  top: 100%;
  left: 0;
}
nav.table-of-contents header {
  font-size: var(--FS2);
  padding: 1rem 0;
  display: block;
}
@media screen and (max-width: 981px) {
  nav.table-of-contents header {
    display: none;
  }
}
nav.table-of-contents .toc-heading .expand-icon--plus-minus {
  height: 1.5rem;
  fill: var(--COLOR-1);
}
@media screen and (max-width: 981px) {
  nav.table-of-contents #toc-toggle[aria-expanded=true] .vert {
    display: none;
  }
  nav.table-of-contents #toc-toggle[aria-expanded=false] + ul.content-list {
    display: none;
  }
}
nav.table-of-contents ul.content-list {
  transition: none;
}
nav.table-of-contents ul {
  padding: 0;
  position: relative;
  list-style: none;
  max-width: 35ch;
}
nav.table-of-contents > ul:after {
  content: "";
  display: block;
  background: var(--COLOR-2);
  width: 100%;
  height: 5px;
  border-radius: 10px;
  position: relative;
  bottom: 0;
  left: 0;
}
nav.table-of-contents li {
  position: relative;
  transition: background-color ease-in-out 0.2s;
}
nav.table-of-contents li:before {
  content: "";
  display: block;
  background: var(--COLOR-2);
  width: 100%;
  height: 5px;
  border-radius: var(--round);
  position: relative;
  top: 0;
  left: 0;
}
nav.table-of-contents ul ul li {
  background: #EBEBEB;
}
nav.table-of-contents ul li > a {
  display: block;
  padding: 1em 1em 1em 0.75em;
  transition: color ease-in-out 0.2s;
}
nav.table-of-contents ul li > a:hover {
  background: var(--COLOR-1);
  --link-color: white;
}
nav.table-of-contents ul ul > li > a {
  padding-left: 1.5rem;
}

.multi-column {
  --col-gutter: var(--PAD4);
  --container-threshold: 61.25rem;
  align-items: center;
}
.multi-column > h1,
.multi-column > h2,
.multi-column > h3,
.multi-column > h4,
.multi-column > h5,
.multi-column > h6, .multi-column > .big-text-sc {
  flex-basis: 100%;
  max-width: none;
}
.multi-column > * {
  margin-top: initial;
  background-repeat: no-repeat;
  background-size: cover;
}
.multi-column.reverse {
  flex-direction: row-reverse;
}
.multi-column > .prose, .multi-column > .prose-columns {
  --col-ratio: 1.25;
}
.multi-column > .faq-column {
  margin-block: auto;
}

.faq-column-container {
  --col-gutter: var(--PAD2);
  --container-threshold: 61.25rem;
}
@media screen and (max-width: 981px) {
  .faq-column-container {
    --col-gutter: .5rem;
  }
}

.faq-column > h1,
.faq-column > h2,
.faq-column > h3,
.faq-column > h4,
.faq-column > h5,
.faq-column > h6, .faq-column > .big-text-sc {
  --all-heading-font-size: var(--FS1);
  max-width: 100%;
}
.faq-column button {
  max-width: 100%;
}

.defined-item-list {
  --list-case: normal;
  list-style: none;
  padding: 0;
}

.defined-item-list li + li {
  margin-top: var(--PAD-4);
}

.defined-item-list > li:nth-child(1n) {
  --heading-fill: var(--COLOR-3);
}

.defined-item-list > li:nth-child(2n) {
  --heading-fill: var(--COLOR-2);
}

.defined-item-list > li:nth-child(3n) {
  --heading-fill: var(--COLOR-5);
}

.defined-item-list > li:nth-child(4n) {
  --heading-fill: var(--COLOR-1);
}

figure.defined-item {
  --all-heading-font-size: 1.2rem;
  --container-threshold: 61.25rem;
  --col-gutter: clamp(0px, 4%, 2rem);
}

figure.defined-item h1:first-child,
figure.defined-item h2:first-child,
figure.defined-item h3:first-child,
figure.defined-item h4:first-child,
figure.defined-item h5:first-child,
figure.defined-item h6:first-child, figure.defined-item .big-text-sc:first-child {
  --heading-color: white;
  padding: var(--PAD-2);
  border-radius: 5px;
  background-color: var(--heading-fill, var(--COLOR-3));
  max-width: none;
}

figcaption.definition {
  --col-ratio: 3;
  position: relative;
  padding: var(--PAD-3) 0 var(--PAD-2);
  margin-top: initial;
}
@media screen and (max-width: 981px) {
  figcaption.definition {
    padding-left: var(--PAD-2);
    padding-right: var(--PAD-2);
  }
}

figcaption.definition > * + * {
  margin-top: var(--PAD-7);
}

figcaption.definition:after {
  content: "";
  display: block;
  width: 100%;
  height: 5px;
  background: var(--heading-fill, var(--COLOR-3));
  border-radius: var(--round);
  position: absolute;
  bottom: 0;
  left: 0;
}

ol.process-list {
  --list-case: normal;
  --all-heading-font-size: var(--FS1);
  list-style-type: none;
  counter-reset: listCounter;
  padding: 0;
  margin-top: var(--PAD0);
}

ol.process-list li {
  position: relative;
  display: flex;
  gap: var(--PAD2);
  flex-wrap: wrap;
  padding-bottom: var(--PAD0);
}
ol.process-list li:before {
  /* styles for the number */
  content: counter(listCounter, decimal-leading-zero) " ";
  color: var(--step-color);
  font-family: var(--FONT-SANS-STACK-1);
  counter-increment: listCounter;
  font-size: var(--FS7);
  line-height: 0.8;
  height: 100%;
  background-color: var(--COLOR-3);
  border-radius: 25px;
  margin: auto 0;
  padding: 4rem;
}
ol.process-list li:after {
  content: "";
  background: var(--COLOR-8);
  height: 1px;
  border-radius: var(--round);
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
}

ol.process-list > li > div {
  flex-basis: 45ch;
  flex-grow: 1;
}

ol.process-list li + li {
  margin-top: var(--PAD2);
}

ol.process-list h1,
ol.process-list h2,
ol.process-list h3,
ol.process-list h4,
ol.process-list h5,
ol.process-list h6, ol.process-list .big-text-sc {
  margin-bottom: var(--PAD-6);
}

.step-color-1 {
  --step-color: var(--COLOR-1);
}

.stat-list {
  --container-threshold: 61.25rem;
  --col-gutter: var(--PAD2);
  --list-case: normal;
  list-style: none;
  padding: 0;
}

.stat-list li {
  margin: 0;
}

.stat-list figure.stat-card {
  line-height: 1;
  margin: 0;
}
.stat-list figure.stat-card > * + * {
  margin-top: var(--PAD1);
}

figure.stat-card .stat-datapoint {
  font-size: var(--FS7);
  font-family: var(--FONT-SANS-STACK-);
  color: var(--stat-color);
}
figure.stat-card .stat-datapoint:after {
  content: "";
  width: 100%;
  display: block;
  height: 5px;
  border-radius: var(--round);
  background-color: var(--stat-color, var(--COLOR-4));
  margin: var(--PAD-2) 0;
}

figcaption.stat-details {
  --heading-font-size: var(--FS1);
}
figcaption.stat-details > * + * {
  margin-top: var(--PAD-7);
}

.stat-color-1 {
  --stat-color: var(--COLOR-1);
}

.stat-color-2 {
  --stat-color: var(--COLOR-2);
}

.stat-color-3 {
  --stat-color: var(--COLOR-3);
}

.stat-color-4 {
  --stat-color: var(--COLOR-4);
}

.stat-color-5 {
  --stat-color: var(--COLOR-5);
}

.bubble-stat-list figure.stat-card {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.bubble-stat-list figure.stat-card .stat-datapoint {
  background: rgb(14, 64, 97);
  background: radial-gradient(circle, rgb(14, 64, 97) 67%, rgb(62, 188, 235) 67%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#0e4061",endColorstr="#3ebceb",GradientType=1);
  border-radius: 50%;
  color: white;
  height: 150px;
  width: 150px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 2px solid white;
}
.bubble-stat-list figure.stat-card .stat-datapoint:after {
  display: none;
}
.bubble-stat-list .stat-details {
  text-align: center;
}

.card-list {
  list-style: none;
  padding: 0;
  margin-top: var(--PAD0);
  --grid-gutter: clamp(3.5rem, calc(2rem + 2%), 5rem);
  --grid-item-min-width: 18rem;
}

.card {
  display: flex;
  flex-direction: column;
  gap: var(--PAD-5);
  align-items: flex-start;
  position: relative;
}

.card p {
  padding-bottom: 1rem;
}

.card img {
  object-fit: contain;
  padding: 0.5rem 1rem;
}

.card h1 a,
.card h2 a,
.card h3 a,
.card h4 a,
.card h5 a,
.card h6 a, .card .big-text-sc a {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  color: inherit;
}
.card h1 a:after,
.card h2 a:after,
.card h3 a:after,
.card h4 a:after,
.card h5 a:after,
.card h6 a:after, .card .big-text-sc a:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}

.card__cover-image {
  order: -1;
  aspect-ratio: 4/3;
}

.card.linked:focus-within a,
.card.linked:hover a {
  outline: none;
}
.card.linked:focus-within .pseudo-cta,
.card.linked:hover .pseudo-cta {
  transform: scale(1.05);
}

.link-list {
  list-style: none;
  padding: 0;
  padding-inline-end: 3em;
  line-height: 2.25;
  display: flex;
  flex-wrap: wrap;
  row-gap: 1.5em;
  column-gap: 3.5em;
  align-items: flex-start;
}
.link-list svg {
  fill: var(--COLOR-3);
  position: absolute;
  top: 0;
  margin: 0;
  right: -2rem;
  transition: ease-in-out 0.2s;
}
.link-list li {
  position: relative;
  margin-top: 0 !important;
  flex-basis: 50%;
  flex-grow: 1;
  max-width: 30ch;
}
.link-list li:after {
  display: block;
  height: 3px;
  border-radius: var(--round);
  background: var(--COLOR-3);
  width: 100%;
  margin-top: 3px;
}
.link-list li:hover svg {
  transform: translateX(1rem);
}
.link-list a {
  display: block;
  position: relative;
}
.link-list a:after {
  content: "";
  display: block;
  height: 3px;
  border-radius: var(--round);
  background: var(--COLOR-3);
  position: absolute;
  width: 100%;
  bottom: -0.5rem;
  left: 0;
}

main section form * + * {
  margin-top: initial;
}

form {
  --round: 15px;
}

.gform_wrapper.gravity-theme .excel-form input[type=color], .gform_wrapper.gravity-theme .excel-form input[type=date], .gform_wrapper.gravity-theme .excel-form input[type=datetime-local], .gform_wrapper.gravity-theme .excel-form input[type=datetime], .gform_wrapper.gravity-theme .excel-form input[type=email], .gform_wrapper.gravity-theme .excel-form input[type=month], .gform_wrapper.gravity-theme .excel-form input[type=number], .gform_wrapper.gravity-theme .excel-form input[type=password], .gform_wrapper.gravity-theme .excel-form input[type=search], .gform_wrapper.gravity-theme .excel-form input[type=tel], .gform_wrapper.gravity-theme .excel-form input[type=text], .gform_wrapper.gravity-theme .excel-form input[type=time], .gform_wrapper.gravity-theme .excel-form input[type=url], .gform_wrapper.gravity-theme .excel-form input[type=week], .gform_wrapper.gravity-theme .excel-form select, .gform_wrapper.gravity-theme .excel-form textarea {
  border-radius: var(--round);
  font-size: var(--FS1);
  padding: 0.75em 1rem;
  border-width: 2px;
}
.gform_wrapper.gravity-theme .excel-form input[type=color]:focus, .gform_wrapper.gravity-theme .excel-form input[type=date]:focus, .gform_wrapper.gravity-theme .excel-form input[type=datetime-local]:focus, .gform_wrapper.gravity-theme .excel-form input[type=datetime]:focus, .gform_wrapper.gravity-theme .excel-form input[type=email]:focus, .gform_wrapper.gravity-theme .excel-form input[type=month]:focus, .gform_wrapper.gravity-theme .excel-form input[type=number]:focus, .gform_wrapper.gravity-theme .excel-form input[type=password]:focus, .gform_wrapper.gravity-theme .excel-form input[type=search]:focus, .gform_wrapper.gravity-theme .excel-form input[type=tel]:focus, .gform_wrapper.gravity-theme .excel-form input[type=text]:focus, .gform_wrapper.gravity-theme .excel-form input[type=time]:focus, .gform_wrapper.gravity-theme .excel-form input[type=url]:focus, .gform_wrapper.gravity-theme .excel-form input[type=week]:focus, .gform_wrapper.gravity-theme .excel-form select:focus, .gform_wrapper.gravity-theme .excel-form textarea:focus {
  background: var(--COLOR-7);
}
.gform_wrapper.gravity-theme .excel-form .gfield_label {
  color: var(--COLOR-9);
  font-family: var(--FONT-SANS-STACK-1);
  font-weight: bold;
  font-size: var(--FS1);
  text-transform: uppercase;
}
.gform_wrapper.gravity-theme .excel-form .gform_footer input[type=submit] {
  background: var(--COLOR-5);
  border: none;
  border-radius: var(--round);
  padding: 1em 1rem;
  color: white;
  font-family: var(--FONT-SANS-STACK-1);
  font-weight: bold;
  font-size: var(--FS1);
  text-align: center;
  text-transform: uppercase;
  transition: ease-in-out 0.2s;
  width: 100%;
  cursor: pointer;
}
.gform_wrapper.gravity-theme .excel-form .gform_footer input[type=submit]:focus {
  outline: solid 2px var(--COLOR-1);
  outline-offset: 2px;
  transform: scale(1.01);
}
.gform_wrapper.gravity-theme .excel-form .gform_footer input[type=submit]:hover {
  transform: scale(1.01);
}

.icon-list {
  --grid-gutter: var(--PAD1);
  --grid-item-min-width: 18rem;
  --list-font-size: var(--FS3);
  --list-color: var(--COLOR-1);
  --list-case: uppercase;
  --list-font-weight: bold;
  list-style: none;
  padding: 0;
}

.icon-list li {
  background: #EBEBEB;
  display: flex;
  padding: var(--PAD-3) var(--PAD-7);
  position: relative;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  text-align: center;
  gap: 1em;
  transition: ease-in-out 0.2s;
}

.icon-list li > img {
  width: 50%;
  max-width: 9rem;
}

.icon-list li.linked-icon:focus-within,
.icon-list li.linked-icon:hover {
  background: #d1d1d1;
}
.icon-list li.linked-icon:focus-within a,
.icon-list li.linked-icon:hover a {
  outline: none;
}
.icon-list li.linked-icon:focus-within .pseudo-cta,
.icon-list li.linked-icon:hover .pseudo-cta {
  transform: scale(1.05);
}

.icon-list a {
  font-size: inherit;
  font-weight: inherit;
  font-family: inherit;
}
.icon-list a:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}

.map-wrapper {
  height: 90vh;
}

.home-map {
  aspect-ratio: 5/6;
}

.wpgmza_infowindow_address {
  margin-top: 0;
}

.video-wrapper video {
  max-width: 100%;
  height: auto;
}

.video-embed {
  aspect-ratio: 16/9;
  border-radius: var(--round);
  box-shadow: 0 0 0 10px white, -30px 30px 0 0 var(--frame-shadow-color, var(--COLOR-1));
  margin-bottom: 20px;
}
.video-embed iframe {
  height: 100%;
  width: 100%;
  border-radius: var(--round);
}

aside.banner {
  padding-left: max(var(--SCREEN-SIDE-BUFFER), 50vw - var(--CONTENT-MAX-WIDTH) / 2);
  padding-right: max(var(--SCREEN-SIDE-BUFFER), 50vw - var(--CONTENT-MAX-WIDTH) / 2);
  padding-top: var(--PAD2);
  padding-bottom: var(--PAD2);
  align-items: center;
  justify-content: center;
  --col-gutter: var(--PAD1);
  --container-threshold: 61.25rem;
  background-color: var(--COLOR-4);
}
aside.banner p {
  font-size: var(--FS1);
  color: #21272b;
}
aside.banner header {
  --heading-color: var(--COLOR-1);
  --heading-font-weight: normal;
  --heading-font: var(--FONT-SANS-STACK-2);
  font-size: var(--FS8);
  padding: var(--PAD-6) var(--PAD-2) var(--PAD-6) var(--PAD1);
  position: relative;
  margin-block: auto;
  max-width: 100%;
}
aside.banner header:before {
  content: "";
  display: block;
  left: 0;
  top: 0;
  background: white;
  height: 100%;
  width: clamp(3px, 3px + 0.6%, 10px);
  border-radius: var(--round);
  position: absolute;
}
aside.banner .cta {
  max-width: fit-content;
  color: black;
  border: 2px solid var(--COLOR-1);
  box-shadow: 0 0 0 5px var(--COLOR-4), 0 0 0 7px var(--COLOR-1);
}

.column-list {
  column-count: auto;
  column-gap: var(--PAD5);
  column-width: 30ch;
  --list-line-height: 2.25;
}
.column-list li {
  -webkit-break-inside: avoid;
  break-inside: avoid;
}
.column-list li + li {
  margin-top: var(--PAD-5);
}

.copy-frame-wrapper {
  padding-top: var(--PAD2);
  padding-bottom: calc(var(--PAD2) + 20px);
}
.copy-frame-wrapper:last-child {
  margin-bottom: calc(var(--PAD2) * -1);
}

.copy-frame {
  border-radius: var(--round);
  padding: var(--PAD-1);
  box-shadow: -20px 20px 0 0 var(--copy-frame-shadow-color, var(--COLOR-1));
}

#back-to-top {
  position: fixed;
  font-size: clamp(1.5rem, 1rem + 1vw, 2rem);
  right: 1.5em;
  bottom: 2em;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9;
}
#back-to-top a {
  background-color: rgba(108, 145, 61, 0.8);
  border-radius: var(--round);
  font-family: var(--FONT-SANS-STACK-2);
  font-weight: bold;
  line-height: 1;
  padding: 0.5em;
  transition: ease-in-out 0.2s;
}
#back-to-top a:hover {
  background-color: rgba(108, 145, 61, 0.6);
  border-radius: var(--round);
}
#back-to-top a:hover:after {
  content: none;
}

.prose table, .prose-columns table {
  border: solid 2px var(--body-copy-color);
  border-collapse: collapse;
  padding: 0.5rem;
  color: var(--body-copy-color);
  font-size: var(--FS0);
}

.prose th, .prose-columns th {
  border: solid 2px var(--heading-color);
  padding: 0.5rem;
  color: var(--body-copy-color);
}

.prose td, .prose-columns td {
  border: solid 2px var(--heading-color);
  padding: 0.5rem;
}

.social-link-list {
  list-style: none;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 2rem;
}

.social-link-list li {
  position: relative;
}

.social-link-list li:focus-within:after,
.social-link-list li:hover:after {
  content: "";
  width: 100%;
  height: 3px;
  background: var(--COLOR-3);
  display: block;
  position: absolute;
  bottom: -0.5rem;
  left: 0;
}

.social-link-list > li + li {
  margin-top: 0;
}

.social-link-list svg {
  width: 2rem;
  fill: var(--heading-color);
}
.social-link-list svg:hover {
  fill: black;
}

.full-width-image-section {
  position: relative;
  width: 100%;
  height: 30vw;
  padding: 0;
}
.full-width-image-section img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.home-card-section {
  position: relative;
  background-color: lightgrey;
}
.home-card-section ul {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1rem;
}
.home-card-section .home-card {
  width: 30%;
  margin: 0;
  padding: 3rem 2rem;
  background-color: white;
  list-style-type: none;
}
@media screen and (max-width: 981px) {
  .home-card-section .home-card {
    width: 100%;
  }
}
.home-card-section .card_text .cta {
  background-color: var(--COLOR-4);
  color: var(--COLOR-1);
}
.home-card-section .card_text p {
  margin-bottom: 2rem;
}
.home-card-section .card_text .cta:before {
  display: none;
}
.home-card-section .card_text .cta:after {
  content: ">";
  padding-left: 0.5rem;
}

.prose-stamp {
  margin-top: var(--PAD5);
  background-position: center;
}
@media screen and (max-width: 981px) {
  .prose-stamp {
    background-image: none !important;
  }
}

.ps-bottom {
  background-position: bottom;
}

.ps-custom {
  background-position: center -270px;
}

.background-image-responsive {
  display: none;
}
@media screen and (max-width: 981px) {
  .background-image-responsive {
    display: block;
    height: auto;
    background-size: cover;
    background-repeat: no-repeat;
  }
}

.pink-background-section .card {
  border: 3px solid var(--COLOR-7);
  display: flex;
  align-items: center;
  padding: var(--PAD3);
}
.pink-background-section .card h2 {
  font-size: var(--FS4);
}
.pink-background-section .card .pseudo-cta {
  margin-top: var(--PAD1);
  border: 2px solid var(--COLOR-7);
  box-shadow: 0 0 0 5px var(--COLOR-2), 0 0 0 7px var(--COLOR-7);
}

.fp-card-styles .card {
  padding: 0;
}

.floor-plan-cards .card {
  padding: 0;
}

.fp-card-images {
  background-color: white;
  margin: 0;
  gap: 0;
  flex-grow: 1;
}

.fpcard-buttons {
  display: flex;
  flex-flow: column nowrap;
  gap: 1rem;
  padding: 0 1rem 1rem 1rem;
}

.fp-toggles {
  display: flex;
  flex-flow: row wrap;
  gap: 1rem;
}

.fp-button, .fp-button-pdf {
  margin: 0;
  flex: 45%;
  border: 3px solid var(--COLOR-7);
  cursor: pointer;
  background-color: transparent;
  font-family: var(--FONT-SANS-STACK-2);
  color: var(--body-copy-color);
  padding: 1rem 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.fp-button p, .fp-button-pdf p {
  padding: 0.5rem;
}

.fp-button[aria-pressed=true] {
  border: 3px solid var(--COLOR-4);
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.8);
}

.fpcard-wrapper {
  transition: ease-in-out 0.2s;
  opacity: 1;
}

.fpcard-wrapper [hidden] {
  visibility: none;
  position: absolute;
}

.fp-embed-tour {
  display: flex;
  justify-content: center;
}
.fp-embed-tour iframe {
  width: 583px !important;
  height: 460px !important;
}

.vr-button img {
  padding: 0;
}

aside ul.wp-block-latest-posts.wp-block-latest-posts__list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
aside ul.wp-block-latest-posts.wp-block-latest-posts__list li {
  padding-top: 0.5em;
}
aside ul.wp-block-latest-posts.wp-block-latest-posts__list li a {
  border-bottom: 1px solid var(--COLOR-1);
}
aside ul.wp-block-latest-posts.wp-block-latest-posts__list li a:hover {
  color: var(--COLOR-7);
  border-bottom-color: var(--COLOR-7);
}

section.page-section:has(.image-carousel) {
  padding-top: var(--PAD3);
  padding-bottom: var(--PAD3);
}

.image-carousel-row {
  display: flex;
  align-items: center;
  flex-direction: row;
  column-gap: 7rem;
  row-gap: 2rem;
  width: 100%;
}
@media screen and (min-width: 981px) {
  .image-carousel-row.desk-flow-reverse {
    flex-direction: row-reverse;
  }
}
@media screen and (max-width: 981px) {
  .image-carousel-row {
    flex-direction: column;
  }
}

.image-carousel-row .image-carousel-copy {
  padding-left: 2rem;
  padding-right: 2rem;
  width: calc(35% - 1.5rem);
}
@media screen and (max-width: 981px) {
  .image-carousel-row .image-carousel-copy {
    width: 100%;
  }
}

.image-carousel-wrapper {
  width: 100%;
  max-width: 100vw;
  margin: 0 auto;
}
@media screen and (max-width: 981px) {
  .image-carousel-wrapper {
    width: 100%;
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

.image-carousel .slick-dots {
  justify-content: center;
}
.image-carousel .carousel-button {
  background: transparent;
  border: none;
  width: 2.5rem;
  height: auto;
  padding: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  transform: translate(var(--carousel-button-x-offset), -50%);
}
.image-carousel .carousel-button.slick-disabled {
  fill: #8d8d8d;
}
.image-carousel .carousel-button svg {
  height: 100%;
  width: 100%;
  padding: 5px;
  background: white;
  border-radius: 50%;
}
.image-carousel .carousel-next {
  --carousel-button-x-offset: 100%;
  right: 60px;
}
.image-carousel .carousel-prev {
  --carousel-button-x-offset: -100%;
  left: 60px;
  z-index: 10;
}
.image-carousel__item {
  --carousel-img-aspect: unset;
  aspect-ratio: var(--carousel-img-aspect, auto);
  padding-left: var(--PAD-3);
  padding-right: var(--PAD-3);
}
.image-carousel__item img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
}

section.page-section:has(.hero-image-carousel) .multi-column {
  flex-wrap: unset;
  flex-direction: column;
}
@media screen and (min-width: 981px) {
  section.page-section:has(.hero-image-carousel) .multi-column {
    flex-direction: row;
    padding-right: max(var(--SCREEN-SIDE-BUFFER), 50vw - var(--CONTENT-MAX-WIDTH) / 2);
  }
}

section.page-section:has(.hero-image-carousel) .multi-column .column.has-carousel,
section.page-section:has(.hero-image-carousel) .multi-column .column.hero-section {
  width: 100%;
  flex-grow: unset;
  flex-basis: unset;
}

@media screen and (min-width: 981px) {
  section.page-section:has(.hero-image-carousel) .multi-column .column.has-carousel {
    width: 70%;
  }
}

section.page-section:has(.hero-image-carousel) .multi-column .column.hero-section {
  padding-right: unset;
}
@media screen and (min-width: 981px) {
  section.page-section:has(.hero-image-carousel) .multi-column .column.hero-section {
    width: 30%;
  }
}

.hero-image-carousel .slick-slide img {
  width: 100%;
  height: auto;
}
.hero-image-carousel .slick-dots {
  justify-content: center;
}
.hero-image-carousel .carousel-button {
  background: transparent;
  border: none;
  width: 2.5rem;
  height: auto;
  padding: 0;
  line-height: 0;
  aspect-ratio: 1/1;
  position: absolute;
  top: 50%;
  transform: translate(var(--carousel-button-x-offset), -50%);
}
.hero-image-carousel .carousel-button.slick-disabled {
  fill: #8d8d8d;
}
.hero-image-carousel .carousel-button svg {
  height: 100%;
  width: 100%;
  padding: 5px;
  background: white;
  border-radius: 50%;
}
.hero-image-carousel .carousel-next {
  --carousel-button-x-offset: 100%;
  right: 0;
}
@media screen and (max-width: 981px) {
  .hero-image-carousel .carousel-next {
    right: 50px;
  }
}
.hero-image-carousel .carousel-prev {
  --carousel-button-x-offset: -100%;
  left: 0;
}
.hero-image-carousel .image-carousel__item {
  aspect-ratio: var(--carousel-img-aspect, auto);
  padding-left: var(--PAD-3);
  padding-right: var(--PAD-3);
}
.hero-image-carousel .carousel-img-cover img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.cta ::after {
  content: "hello";
  border: 2px solid var(--COLOR-4);
}

.home {
  /**
   * ----------- ANNOUNCEMENT SECTION -----------------
   */
  /**
   * ----------- INTRO SECTION -----------------
   */
  /**
   * ----------- APPROACH SECTION -----------------
   */
  /**
   * ----------- Bubble SECTION -----------------
   */
  /**
   * ----------- TESTIMONIAL SECTION -----------------
   */
}
.home .hero {
  height: auto;
  min-height: 350px;
}
.home .hero__text {
  padding: 0 2em;
}
@media screen and (max-width: 981px) {
  .home .hero__text {
    padding: 2rem;
  }
}
.home .announcement-banner {
  background-color: var(--COLOR-3);
  display: flex;
  justify-content: center;
}
.home .announcement-banner .announcement-copy {
  text-align: center;
}
.home .announcement-banner .announcement-copy h2 {
  margin: 0 auto;
  font-size: var(--FS4);
  font-family: var(--FONT-SANS-STACK-2);
  font-weight: normal;
}
.home .intro-section {
  --all-heading-font-size: var(--FS2);
  display: flex;
  flex-flow: row nowrap;
  padding: calc(3rem + 2%) 0;
  flex-direction: row;
  align-items: center;
  line-height: 0;
  gap: 2rem;
}
@media screen and (max-width: 981px) {
  .home .intro-section {
    flex-direction: column;
    padding: 0;
    padding: 2rem 1rem 0 1rem;
  }
}
.home .intro__copy {
  flex: 1 1 0;
  padding: var(--PAD-4);
  position: relative;
  z-index: 4;
}
.home .intro__copy p {
  font-size: var(--FS2);
  font-weight: 500;
}
.home .intro__copy img {
  width: 75px;
}
@media screen and (max-width: 981px) {
  .home .intro__copy {
    padding: 3rem 2rem;
    flex: 1 1 auto;
  }
}
.home .intro__image-container {
  width: 50%;
}
@media screen and (max-width: 981px) {
  .home .intro__image-container {
    width: 100%;
    flex: 1 1 auto;
  }
}
.home .intro__image-container > img {
  aspect-ratio: 4/3;
  position: relative;
  object-fit: cover;
  object-position: left center;
  z-index: 2;
  padding-left: 4rem;
}
@media screen and (max-width: 981px) {
  .home .intro__image-container > img {
    padding: 0;
  }
}
.home .quote-attrb {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 1rem;
  font-size: var(--FS2);
  font-style: italic;
  color: var(--COLOR-1);
}
@media screen and (max-width: 981px) {
  .home .quote-attrb {
    margin-bottom: 2rem;
  }
}
.home .approach-section {
  align-items: center;
  padding: var(--PAD2) var(--PAD6);
  gap: 4rem;
}
.home .approach-section > * {
  margin-top: initial;
}
.home .approach-section .approach__copy {
  order: 2;
}
@media screen and (max-width: 1200px) {
  .home .approach-section .approach__copy {
    text-align: center;
  }
}
.home .approach-section .approach__image-wrapper {
  order: 1;
}
.home .approach-section .approach__image-wrapper .image-frame {
  width: 80%;
  max-width: 500px;
}
@media screen and (max-width: 1200px) {
  .home .approach-section .approach__image-wrapper .image-frame {
    margin: 0 auto;
  }
}
.home .bubbles-section {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.home .bubbles-section .bubbles__copy {
  flex: 0 1 30%;
  padding-right: 45px;
  margin: auto;
}
@media screen and (max-width: 981px) {
  .home .bubbles-section .bubbles__copy {
    padding: 0;
    margin: 0;
    flex: 0 1 100%;
  }
}
.home .bubbles-section .bubbles__copy h2 {
  margin-top: 0;
}
.home .bubbles-section .bubbles__copy .cta {
  margin-top: 2rem;
  background: rgb(14, 64, 97);
  border: 3px solid white;
}
.home .bubbles-section .bubbles__copy .cta:before {
  content: " ";
  position: absolute;
  z-index: 1;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  border-radius: var(--round);
  border: 3px solid var(--COLOR-2);
}
.home .bubbles-section .bubbles_info {
  flex: 0 1 70%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  padding-left: 4rem;
}
@media screen and (max-width: 981px) {
  .home .bubbles-section .bubbles_info {
    flex-direction: column;
    flex: 0 1 100%;
    margin-top: 2rem;
    padding: 0;
  }
}
.home .bubbles-section .bubble_cards {
  width: 30%;
  margin: 0;
  padding: var(--PAD-1);
}
@media screen and (max-width: 981px) {
  .home .bubbles-section .bubble_cards {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
  }
}
.home .bubbles-section .text_bubble {
  background-color: var(--COLOR-1);
  border-radius: 50%;
  border: 2px solid white;
  height: 150px;
  width: 150px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.home .bubbles-section .text_bubble p {
  font-size: 36px;
  font-weight: bold;
}
.home .bubbles-section .text_bubble :before {
  content: " ";
  position: absolute;
  z-index: 1;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  border-radius: 50%;
  border: 3px solid var(--COLOR-2);
}
.home .bubbles-section .bubble_text_box {
  border-left: 2px solid white;
  margin-left: 75px;
  margin-top: 0;
}
.home .bubbles-section .bubble_text_box p {
  margin-left: 1.5rem;
  font-size: var(--FS0);
  color: var(--COLOR-1);
  width: 120%;
}
@media screen and (max-width: 981px) {
  .home .bubbles-section .bubble_text_box {
    border: none;
    margin: 0;
    padding: 0;
    width: 40%;
  }
}
.home .testimonial-section {
  padding: var(--PAD-1) 0;
}
.home .testimonial-section > * {
  margin-top: initial;
}
.home .testimonial-section > div {
  display: flex;
  gap: 2rem;
  align-items: center;
  padding-left: 0 !important;
}
@media screen and (max-width: 981px) {
  .home .testimonial-section > div {
    flex-direction: column-reverse;
    gap: 0;
  }
  .home .testimonial-section > div > * {
    width: 100%;
  }
}
@media screen and (max-width: 981px) {
  .home .testimonial-section p {
    margin-bottom: 2rem;
  }
}
.home .testimonial__collection {
  width: calc(70% - 1rem);
}
.home .testimonial-slider .slick-dots {
  text-align: left;
}
@media screen and (max-width: 981px) {
  .home .testimonial-slider .slick-dots {
    justify-content: center;
  }
}
.home .testimonial__copy {
  width: calc(30% - 1rem);
}
.home .corporate-sponsors {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.home .corporate-sponsors h2 {
  margin: 0 auto;
  text-align: center;
}
.home .corporate-sponsors .sponsor-logos ul {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 1rem;
  justify-content: center;
  align-items: center;
}
.home .corporate-sponsors .sponsor-logos ul li {
  list-style: none;
  width: 15%;
}
.home .corporate-sponsors .sponsor-logos ul li img {
  max-height: 130px;
  object-fit: contain;
}
@media screen and (max-width: 981px) {
  .home .corporate-sponsors .sponsor-logos ul li {
    width: 45%;
  }
}
.home .corporate-sponsors .cta {
  margin: 0 auto;
}

.post-28128 .page-section {
  padding-left: max(var(--SCREEN-SIDE-BUFFER), 50vw - var(--CONTENT-MAX-WIDTH) / 2);
  padding-right: max(var(--SCREEN-SIDE-BUFFER), 50vw - var(--CONTENT-MAX-WIDTH) / 2);
  padding-top: var(--PAD3);
  padding-bottom: var(--PAD3);
}
.post-28128 .grid-auto {
  display: grid;
  grid-gap: 2rem;
  grid-template-columns: repeat(auto-fill, minmax(min(var(--grid-item-min-width), 100%), 1fr));
  list-style: none;
}

.fp-card-images img {
  aspect-ratio: 4/3;
}

.ada-icon-fp {
  width: 70px;
  position: absolute;
  top: 1rem;
  right: 1rem;
  z-index: 5;
}

.gallery-caption {
  color: white;
}

.create-floor-plan-tab [role=tablist] {
  padding: 0 0 var(--PAD0) 0;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  gap: 0.5rem;
  margin: 0;
}
@media screen and (min-width: 981px) {
  .create-floor-plan-tab [role=tablist] {
    gap: 2rem;
    flex-direction: row;
  }
}
.create-floor-plan-tab [role=tablist] li {
  display: inline-block;
  margin-top: 0;
  width: 100%;
}
.create-floor-plan-tab [role=tablist] li:first-child {
  border-right: 3px solid var(--COLOR-7);
}
@media screen and (max-width: 981px) {
  .create-floor-plan-tab [role=tablist] li:first-child {
    border-right: none;
  }
}
.create-floor-plan-tab [role=tablist] a {
  text-decoration: none;
  font-family: var(--FONT-SANS-STACK-1);
  padding: 1em 0.5em;
  color: black;
  text-transform: uppercase;
  background: var(--COLOR-9);
  border: 3px solid black;
  font-size: var(--FS0);
  text-align: center;
  width: 100%;
  height: 100%;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
}
.create-floor-plan-tab [role=tablist] [aria-selected] {
  background: var(--COLOR-5);
  position: relative;
  color: black;
}
.create-floor-plan-tab *:focus {
  transition: ease-in-out 0.2s;
  outline: -webkit-focus-ring-color auto 1px;
}
@media (max-width: 550px) {
  .create-floor-plan-tab [role=tablist] li,
.create-floor-plan-tab [role=tablist] a {
    display: block;
    position: static;
  }
  .create-floor-plan-tab [role=tablist] [aria-selected] {
    position: static;
  }
}
.create-floor-plan-tab [hidden] {
  display: none !important;
}
.create-floor-plan-tab #floor-plans-widget {
  padding: 0;
}
.create-floor-plan-tab #floor-plans-widget ul {
  display: flex;
  flex-direction: row;
  gap: 1rem;
  justify-content: center;
}
.create-floor-plan-tab .floor-plans-widget-controls {
  list-style: none;
  padding: 3px;
  display: flex;
  gap: 0;
  justify-content: center;
  border: solid 3px var(--COLOR-7) !important;
  width: 50%;
  margin: 0 auto var(--PAD-4);
}
.create-floor-plan-tab .floor-plans-widget-controls > li a {
  --button-fill: var(--COLOR-2);
  --button-color: black;
  display: flex;
  background: var(--button-fill);
  font-family: var(--FONT-SANS-STACK-2);
  font-weight: bold;
  letter-spacing: 0.1ch;
  color: var(--button-color);
  text-transform: uppercase;
  transition: ease-in-out 0.2s;
  font-size: var(--button-font-size);
  border: none;
}

.single main section + section {
  margin-top: 0;
}

.single main section * + * {
  margin-top: unset;
}

.single .entry-content > * + * {
  margin-top: 0.5em;
}

.single main section {
  padding: unset;
}

.blog-post-with-sidebar-wrapper {
  padding-left: max(var(--SCREEN-SIDE-BUFFER), 50vw - var(--CONTENT-MAX-WIDTH) / 2);
  padding-right: max(var(--SCREEN-SIDE-BUFFER), 50vw - var(--CONTENT-MAX-WIDTH) / 2);
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 981px) {
  .blog-post-with-sidebar-wrapper {
    flex-direction: row;
  }
}
.blog-post-with-sidebar-wrapper > :first-child {
  padding: var(--PAD3);
}
@media screen and (min-width: 981px) {
  .blog-post-with-sidebar-wrapper > :first-child {
    width: 70%;
  }
}
.blog-post-with-sidebar-wrapper > :last-child {
  padding: var(--PAD3);
}
@media screen and (min-width: 981px) {
  .blog-post-with-sidebar-wrapper > :last-child {
    width: 30%;
  }
}

@media screen and (min-width: 981px) {
  .single section.single-hero {
    height: 70vh;
  }
}

.single .post-thumbnail {
  padding-left: max(var(--SCREEN-SIDE-BUFFER), 50vw - var(--CONTENT-MAX-WIDTH) / 2);
  padding-right: max(var(--SCREEN-SIDE-BUFFER), 50vw - var(--CONTENT-MAX-WIDTH) / 2);
  padding-top: var(--PAD3);
  line-height: 0;
}

@media screen and (min-width: 981px) {
  .single .post-thumbnail {
    height: 100%;
    width: 100%;
  }
}
.single .post-thumbnail img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: left;
  aspect-ratio: 4/3;
}

.single-post section > h1 {
  margin-top: var(--PAD0);
}

.single-post section > h2 {
  margin-top: var(--PAD0);
}

.single-post aside section > h2 {
  margin-top: 0;
}

.single-post section > h3 {
  margin-top: var(--PAD-2);
}

.single-post section > h4 {
  margin-top: var(--PAD-3);
}

.single-post section > h4 {
  margin-top: var(--PAD-3);
}

.single-post section > h5 {
  margin-top: var(--PAD-4);
}

.single-post section > h6 {
  margin-top: var(--PAD-5);
}

.single-post p + p {
  margin-top: 1em;
}

.single-post {
  --list-color: var(--body-copy-color);
}

.single-post blockquote {
  padding: var(--PAD1);
  background: var(--COLOR-7);
  width: 80%;
}

.single nav.navigation.post-navigation {
  margin-top: var(--PAD4);
}

.single .nav-links {
  display: flex;
  gap: 2em;
  flex-direction: column;
  justify-content: space-between;
}
@media screen and (min-width: 981px) {
  .single .nav-links {
    flex-direction: row;
  }
}
.single ul,
.single ol {
  padding-inline-start: 1.5em;
}

.single blockquote {
  background: var(--COLOR-5);
}
.single blockquote p {
  color: var(--COLOR-1);
}

.blog main section {
  padding: unset;
}

.blog main section * + * {
  margin-top: unset;
}

.blog h2.post-title {
  line-height: 1;
}

.blog header.entry-header + .blog-post-card__image {
  margin-top: var(--PAD0);
}

.blog-post-card__image + header.entry-header {
  margin-top: var(--PAD-1);
}

header.entry-header + div.entry-content {
  margin-top: var(--PAD-1);
}

.blog-post-card__image {
  line-height: 0;
}

.blog-index-body-wrapper {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 981px) {
  .blog-index-body-wrapper {
    flex-direction: row;
  }
}
.blog-index-body-wrapper > :first-child {
  padding: var(--PAD3);
}
@media screen and (min-width: 981px) {
  .blog-index-body-wrapper > :first-child {
    width: 70%;
  }
}
.blog-index-body-wrapper > :last-child {
  padding: var(--PAD3);
}
@media screen and (min-width: 981px) {
  .blog-index-body-wrapper > :last-child {
    width: 30%;
  }
}

.blog-listing-section {
  padding-left: 0;
  padding-right: 0;
}

.blog-post-list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.blog-post-card {
  position: relative;
}

.blog header.entry-header + .blog-post-card__image {
  margin-top: var(--PAD0);
}

.blog .blog-post-card__image img {
  aspect-ratio: 1.5/1;
  height: auto;
  width: 100%;
  object-fit: cover;
}

.blog .blog-post-card__image + .entry-content {
  margin-top: var(--PAD0);
}

.blog-post-card:hover .pseudo-cta {
  transform: scale(1.05);
}

.blog-post-card:focus-within {
  outline: solid 1px var(--COLOR-1);
  outline-offset: 5px;
}
.blog-post-card:focus-within a {
  outline: none;
}

.blog-post-card__link:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}

.blog span.pseudo-cta {
  margin-top: var(--PAD1);
}

.blog nav.navigation.posts-navigation {
  margin-top: var(--PAD4);
}
.blog nav.navigation.posts-navigation a {
  border: 3px solid var(--COLOR-7);
  color: var(--body-copy-color);
  padding: 0.75em;
  text-transform: uppercase;
  transition: ease-in-out 0.2s;
  display: inline-block;
  max-width: fit-content;
}
.blog nav.navigation.posts-navigation a:hover {
  transform: scale(1.05);
  transition: ease-in-out 0.2s;
}
.blog nav.navigation.posts-navigation a:focus {
  transform: scale(1.05);
  transition: ease-in-out 0.2s;
  box-shadow: 0 0 10px 0 rgba(var(--COLOR-1), 0.8);
}

/* Utility classes for use on the site to override or apply specific styles.
--------------------------------------------------------------------------------*/
.pseudo-cta, .button--6, .button--5, .button--4, .button--3, .button--2, .button--1, .cta, .single .nav-links a {
  --link-decor: none;
  color: var(--button-color);
  background: var(--button-fill);
  display: var(--button-display);
  padding: var(--button-padding);
  font-family: var(--FONT-SANS-STACK-2);
  font-size: var(--button-font-size);
  font-weight: bold;
  letter-spacing: 0.25ch;
  text-align: center;
  text-transform: uppercase;
  border: 2px solid var(--COLOR-4);
  box-shadow: 0 0 0 5px white, 0 0 0 7px var(--COLOR-4);
  transition: ease-in-out 0.2s;
}
.pseudo-cta:hover, .button--6:hover, .button--5:hover, .button--4:hover, .button--3:hover, .button--2:hover, .button--1:hover, .cta:hover, .single .nav-links a:hover {
  transform: scale(1.05);
  transition: ease-in-out 0.2s;
}
.pseudo-cta:focus, .button--6:focus, .button--5:focus, .button--4:focus, .button--3:focus, .button--2:focus, .button--1:focus, .cta:focus, .single .nav-links a:focus {
  transform: scale(1.05);
  transition: ease-in-out 0.2s;
  box-shadow: 0 0 10px 0 rgba(var(--COLOR-1), 0.8);
}

.button--1 {
  --button-fill: var(--COLOR-1);
  --button-color: white;
}

.button--2 {
  --button-fill: var(--COLOR-2);
  --button-color: white;
  --button-font-size: var(--FS1);
}

.button--3 {
  --button-fill: var(--COLOR-3);
  --button-color: white;
}

.button--4 {
  --button-fill: var(--COLOR-4);
  --button-color: var(--COLOR-1);
}

.button--5 {
  --button-fill: var(--COLOR-5);
  --button-color: white;
}

.button--6 {
  --button-fill: var(--COLOR-6);
  --button-color: black;
}

.pseudo-cta {
  pointer-events: none;
  transition: ease-in-out 0.2s;
}
.pseudo-cta:hover {
  transform: none;
}

/*--------------------------------------------------------------------------------
    BACKGROUND COLORS
--------------------------------------------------------------------------------*/
.bg-w, .copy-frame,
.background-w {
  background: white;
  --heading-color: var(--COLOR-1);
  --body-copy-color: var(--COLOR-1);
  --button-fill: var(--COLOR-1);
  --button-color: white;
  --list-color: var(--COLOR-9);
  --link-color: var(--COLOR-1);
}

.bg-w strong, .copy-frame strong {
  --heading-color: var(--COLOR-2);
}

.bg-1,
.background-1 {
  --link-color: white;
  --body-copy-color: white;
  --list-color: white;
  --heading-color: white;
  --button-fill: var(--COLOR-4);
  --button-color: var(--COLOR-1);
  --frame-color: white;
  --frame-shadow-color: var(--COLOR-3);
  --copy-frame-shadow-color: var(--COLOR-2);
  background-color: var(--COLOR-1);
}
.bg-1 .gform_confirmation_message,
.background-1 .gform_confirmation_message {
  color: white;
}

.bg-1 strong {
  --heading-color: white;
}

.bg-2,
.background-2 {
  background-color: var(--COLOR-2);
  --body-copy-color: var(--COLOR-1);
  --copy-frame-shadow-color: var(--COLOR-1);
  --link-color: var(--COLOR-1);
  --body-copy-color: var(--COLOR-1);
  --list-color: var(--COLOR-1);
  --heading-color: var(--COLOR-1);
}

.bg-3,
.backgrond-3 {
  background-color: var(--COLOR-3);
  --copy-frame-shadow-color: var(--COLOR-4);
  --heading-color: white;
  --body-copy-color: white;
  --button-fill: var(--COLOR-1);
  --button-color: white;
}

.bg-4,
.background-4 {
  background-color: var(--COLOR-4);
  --heading-color: black;
  --body-copy-color: black;
  --link-color: black;
}

.bg-5,
.background-5 {
  background-color: var(--COLOR-5);
}

.bg-6,
.background-6 {
  background-color: var(--COLOR-6);
}

.bg-7,
.background-7 {
  background-color: var(--COLOR-7);
}

.bg-8,
.background-8 {
  background-color: var(--COLOR-8);
}

.bg-9,
.background-9 {
  background-color: var(--COLOR-9);
}

/*--------------------------------------------------------------------------------
    COLORS
--------------------------------------------------------------------------------*/
.color-1 {
  color: var(--COLOR-1);
}

.color-2 {
  color: var(--COLOR-2);
}

.color-3 {
  color: var(--COLOR-3);
}

.color-4 {
  color: var(--COLOR-4);
}

.color-5 {
  color: var(--COLOR-5);
}

.color-6 {
  color: var(--COLOR-6);
}

.color-7 {
  color: var(--COLOR-7);
}

.color-8 {
  color: var(--COLOR-8);
}

.color-9 {
  color: var(--COLOR-9);
}

html {
  scroll-behavior: smooth;
}

/*--------------------------------------------------------------------------------
    SPACING UTILS
--------------------------------------------------------------------------------*/
.no-pad {
  padding: 0 !important;
}

.pad-7 {
  padding: var(--PAD-7) !important;
}

.pad-6 {
  padding: var(--PAD-6) !important;
}

.pad-5 {
  padding: var(--PAD-5) !important;
}

.pad-4 {
  padding: var(--PAD-4) !important;
}

.pad-3 {
  padding: var(--PAD-3) !important;
}

.pad-2 {
  padding: var(--PAD-2) !important;
}

.pad-1 {
  padding: var(--PAD-1) !important;
}

.pad0 {
  padding: var(--PAD0) !important;
}

.pad1 {
  padding: var(--PAD1) !important;
}

.pad2 {
  padding: var(--PAD2) !important;
}

.pad3 {
  padding: var(--PAD3) !important;
}

.pad4 {
  padding: var(--PAD4) !important;
}

.pad5 {
  padding: var(--PAD5) !important;
}

.pad6 {
  padding: var(--PAD6) !important;
}

.pad7 {
  padding: var(--PAD7) !important;
}

.pad-section {
  padding-left: max(var(--SCREEN-SIDE-BUFFER), 50vw - var(--CONTENT-MAX-WIDTH) / 2) !important;
  padding-right: max(var(--SCREEN-SIDE-BUFFER), 50vw - var(--CONTENT-MAX-WIDTH) / 2) !important;
  padding-top: var(--PAD3) !important;
  padding-bottom: var(--PAD3) !important;
}

/*--------------------------------------------------------------------------------
    SIZING UTILS
--------------------------------------------------------------------------------*/
.full-bleed {
  width: 100vw !important;
  margin-left: 50% !important;
  transform: translateX(-50%) !important;
}

/*--------------------------------------------------------------------------------
  WP WYSIWYG ALIGNMENT UTILS 
--------------------------------------------------------------------------------*/
@media screen and (min-width: 768px) {
  .alignleft {
    float: left;
    margin-inline-end: var(--PAD-4);
  }
  .alignright {
    float: right;
    margin-inline-start: var(--PAD-4);
  }
}
/*--------------------------------------------------------------------------------
   ALIGNMENT 
--------------------------------------------------------------------------------*/
.align-start {
  align-items: flex-start !important;
}

.align-center {
  align-items: center !important;
  text-align: center !important;
}

.align-end {
  align-items: flex-end !important;
}

.content-start {
  justify-content: flex-start !important;
}

.content-center {
  justify-content: center !important;
}

.content-end {
  justify-content: flex-end !important;
}

.y-start {
  margin-block: 0 !important;
}

.y-center {
  margin-block: auto !important;
}

.x-center {
  margin-inline: auto !important;
}

.x-end {
  margin-inline-end: auto !important;
}

/*--------------------------------------------------------------------------------
   STAMP 
--------------------------------------------------------------------------------*/
.prose-stamp .prose, .prose-stamp .prose-columns {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 35vw;
  background-color: white;
  width: 40%;
  padding: var(--PAD3);
  float: right;
  margin-right: 4rem;
  --mask:
    radial-gradient(11.66px at calc(100% - 16.00px) 50%, #000 99%, #0000 101%) 0 calc(50% - 20px)/100% 40px,
    radial-gradient(11.66px at calc(100% + 6.00px) 50%, #0000 99%, #000 101%) calc(100% - 10px) 50%/100% 40px repeat-y;
  -webkit-mask: var(--mask);
  mask: var(--mask);
}
@media screen and (max-width: 981px) {
  .prose-stamp .prose, .prose-stamp .prose-columns {
    width: 100%;
    float: initial;
    margin-right: 0;
    mask: none;
  }
}
.prose-stamp .prose .cta, .prose-stamp .prose-columns .cta {
  width: fit-content;
}
.prose-stamp .prose ul li:first-child, .prose-stamp .prose-columns ul li:first-child {
  border-top: 3px solid var(--COLOR-5);
  margin-top: 2rem;
}
.prose-stamp .prose ul li, .prose-stamp .prose-columns ul li {
  padding: 1rem 0 1rem 0;
  border-bottom: 3px solid var(--COLOR-5);
  list-style-type: none;
}
.prose-stamp .prose ul li::marker, .prose-stamp .prose-columns ul li::marker {
  display: hidden;
  padding: 0;
}

.prose-stamp .card-list {
  min-height: 35vw;
  margin-top: 0;
  background-color: white;
  width: 40%;
  padding: var(--PAD3);
  float: right;
  margin-right: 4rem;
  --mask:
    radial-gradient(11.66px at calc(100% - 16.00px) 50%, #000 99%, #0000 101%) 0 calc(50% - 20px)/100% 40px,
    radial-gradient(11.66px at calc(100% + 6.00px) 50%, #0000 99%, #000 101%) calc(100% - 10px) 50%/100% 40px repeat-y;
  -webkit-mask: var(--mask);
  mask: var(--mask);
}
@media screen and (max-width: 981px) {
  .prose-stamp .card-list {
    width: 100%;
    float: initial;
    margin-right: 0;
    mask: none;
  }
}
.prose-stamp .card-list .card {
  display: initial;
  margin-block: auto;
}
.prose-stamp .card-list .card ul li:first-child {
  border-top: 3px solid var(--COLOR-5);
  margin-top: 2rem;
}
.prose-stamp .card-list .card ul li {
  padding: 1rem 0 1rem 0;
  border-bottom: 3px solid var(--COLOR-5);
  list-style-type: none;
}
.prose-stamp .card-list .card ul li::marker {
  display: hidden;
  padding: 0;
}
.prose-stamp .card-list .card .pseudo-cta {
  margin-top: var(--PAD3);
}

.hdoc-lightbox-gallery img {
  height: 100%;
}

.ungap-y * + * {
  margin-top: 0;
}

/*--------------------------------------------------------------------------------
    LIST UTILS
--------------------------------------------------------------------------------*/
.clean-list {
  list-style: none;
  padding: 0;
  --list-line-height: 1.25;
}
.clean-list li {
  padding: 0;
}

.clean-list-all {
  list-style: none;
  padding: 0;
  --list-line-height: 1.25;
}
.clean-list-all ul {
  list-style: none;
  padding: 0;
  --list-line-height: 1.25;
}
.clean-list-all li {
  padding: 0;
}

.list-caps {
  --list-case: uppercase;
}

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

.heading-center {
  text-align: center;
  margin: 0 auto;
}

.no-break {
  white-space: nowrap;
}

.text--full-bleed {
  max-width: none;
  padding: 0;
}

.disclaimer {
  font-weight: normal;
  font-size: var(--FS-1);
  font-style: italic;
  max-width: none;
  text-align: left;
  line-height: 1.3;
}

/* Text meant only for screen readers. */
.sr-only,
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}
.sr-only:focus,
.screen-reader-text:focus {
  background-color: transparent;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: inherit;
  display: block;
  font-size: 0.875rem;
  font-weight: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

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

.hero-section .prose, .hero-section .prose-columns {
  background-image: url("../../src/assets/images/MicrosoftTeams-image-6.png");
  background-repeat: no-repeat;
  background-position-x: 113px;
  background-size: 9em;
  padding-top: 3rem;
}

@media screen and (max-width: 981px) {
  h1 {
    font-size: var(--FS4);
  }
}

@media screen and (max-width: 981px) {
  .site-footer .footer-form-title,
h2 {
    font-size: var(--FS3);
  }
}

@media screen and (max-width: 981px) {
  .big-text-sc,
em {
    font-size: var(--FS5);
  }
}

@media screen and (max-width: 981px) {
  .menu-secondary-pages-container {
    border-top: 3px solid var(--COLOR-1);
  }
}

div#engrain {
  height: 80vh;
}

div#engrain img {
  height: 100%;
  width: 100%;
  object-fit: contain;
}

/*# sourceMappingURL=main.min.css.map */
