@charset "UTF-8";
/*
Theme Styles Entry Point
*/
/* All Fonts used on the site
--------------------------------------------------------------------------------*/
/* gfs-didot-regular - greek */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "GFS Didot";
  font-style: normal;
  font-weight: 400;
  src: url("../assets/fonts/gfs-didot-v16-greek-regular.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* poppins-100 - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Poppins";
  font-style: normal;
  font-weight: 100;
  src: url("../assets/fonts/poppins-v21-latin-100.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* poppins-100italic - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Poppins";
  font-style: italic;
  font-weight: 100;
  src: url("../assets/fonts/poppins-v21-latin-100italic.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* poppins-200 - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Poppins";
  font-style: normal;
  font-weight: 200;
  src: url("../assets/fonts/poppins-v21-latin-200.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* poppins-200italic - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Poppins";
  font-style: italic;
  font-weight: 200;
  src: url("../assets/fonts/poppins-v21-latin-200italic.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* poppins-300 - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Poppins";
  font-style: normal;
  font-weight: 300;
  src: url("../assets/fonts/poppins-v21-latin-300.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* poppins-300italic - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Poppins";
  font-style: italic;
  font-weight: 300;
  src: url("../assets/fonts/poppins-v21-latin-300italic.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* poppins-regular - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  src: url("../assets/fonts/poppins-v21-latin-regular.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* poppins-italic - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Poppins";
  font-style: italic;
  font-weight: 400;
  src: url("../assets/fonts/poppins-v21-latin-italic.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* poppins-500 - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Poppins";
  font-style: normal;
  font-weight: 500;
  src: url("../assets/fonts/poppins-v21-latin-500.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* poppins-500italic - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Poppins";
  font-style: italic;
  font-weight: 500;
  src: url("../assets/fonts/poppins-v21-latin-500italic.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* poppins-600 - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Poppins";
  font-style: normal;
  font-weight: 600;
  src: url("../assets/fonts/poppins-v21-latin-600.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* poppins-600italic - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Poppins";
  font-style: italic;
  font-weight: 600;
  src: url("../assets/fonts/poppins-v21-latin-600italic.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* poppins-700 - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Poppins";
  font-style: normal;
  font-weight: 700;
  src: url("../assets/fonts/poppins-v21-latin-700.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* poppins-700italic - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Poppins";
  font-style: italic;
  font-weight: 700;
  src: url("../assets/fonts/poppins-v21-latin-700italic.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* poppins-800 - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Poppins";
  font-style: normal;
  font-weight: 800;
  src: url("../assets/fonts/poppins-v21-latin-800.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* poppins-800italic - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Poppins";
  font-style: italic;
  font-weight: 800;
  src: url("../assets/fonts/poppins-v21-latin-800italic.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* poppins-900 - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Poppins";
  font-style: normal;
  font-weight: 900;
  src: url("../assets/fonts/poppins-v21-latin-900.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* poppins-900italic - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Poppins";
  font-style: italic;
  font-weight: 900;
  src: url("../assets/fonts/poppins-v21-latin-900italic.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* ----- 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;
}

.hero__text,
.hero h1, 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: var(--heading-letter-spacing);
  text-transform: var(--heading-case);
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
}

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

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

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

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

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

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

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

.hero__text strong,
.hero h1 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;
  letter-spacing: 0.1ch;
}

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: var(--body-copy-line-height);
  text-transform: var(--body-copy-text-transform);
  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: 1em;
  margin: 0;
}
ul li,
ol li {
  color: var(--list-color);
  line-height: var(--li-line-height);
  letter-spacing: var(--list-letter-spacing);
}
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);
}

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

/* CSS Custom Properties  
--------------------------------------------------------------------------------*/
:root {
  --FS-2: clamp(0.71rem, calc(0.69rem + 0.12vw), 0.79rem);
  --FS-1: clamp(0.76rem, calc(0.71rem + 0.2vw), 0.89rem);
  --FS0: clamp(0.81rem, calc(0.74rem + 0.29vw), 1rem);
  --FS1: clamp(0.87rem, calc(0.77rem + 0.4vw), 1.13rem);
  --FS2: clamp(0.93rem, calc(0.8rem + 0.53vw), 1.27rem);
  --FS3: clamp(0.99rem, calc(0.83rem + 0.68vw), 1.42rem);
  --FS4: clamp(1.05rem, calc(0.85rem + 0.86vw), 1.6rem);
  --FS5: clamp(1.12rem, calc(0.88rem + 1.06vw), 1.8rem);
  --FS6: clamp(1.2rem, calc(0.9rem + 1.29vw), 2.03rem);
  --FS7: clamp(1.28rem, calc(0.91rem + 1.56vw), 2.28rem);
  --FS8: clamp(1.37rem, calc(0.93rem + 1.87vw), 2.57rem);
  --FS9: clamp(1.46rem, calc(0.93rem + 2.23vw), 2.89rem);
  --FS10: clamp(1.55rem, calc(0.93rem + 2.64vw), 3.25rem);
  --PAD-7: clamp(1.21rem, calc(1.29rem + -0.1vw), 1.27rem);
  --PAD-6: clamp(1.36rem, calc(1.36rem + 0vw), 1.36rem);
  --PAD-5: clamp(1.45rem, calc(1.42rem + 0.12vw), 1.53rem);
  --PAD-4: clamp(1.54rem, calc(1.48rem + 0.27vw), 1.72rem);
  --PAD-3: clamp(1.65rem, calc(1.54rem + 0.44vw), 1.93rem);
  --PAD-2: clamp(1.76rem, calc(1.6rem + 0.65vw), 2.17rem);
  --PAD-1: clamp(1.87rem, calc(1.67rem + 0.89vw), 2.44rem);
  --PAD0: clamp(2rem, calc(1.73rem + 1.17vw), 2.75rem);
  --PAD1: clamp(2.13rem, calc(1.78rem + 1.5vw), 3.09rem);
  --PAD2: clamp(2.28rem, calc(1.84rem + 1.88vw), 3.48rem);
  --PAD3: clamp(2.43rem, calc(1.89rem + 2.32vw), 3.92rem);
  --PAD4: clamp(2.59rem, calc(1.93rem + 2.83vw), 4.41rem);
  --PAD5: clamp(2.77rem, calc(1.97rem + 3.42vw), 4.96rem);
  --PAD6: clamp(2.95rem, calc(1.99rem + 4.1vw), 5.58rem);
  --PAD7: clamp(3.15rem, calc(2.01rem + 4.88vw), 6.27rem);
  --PAD-ZERO: 0;
}

html {
  --COLOR-1: #FFB550;
  --COLOR-2: #4A8683;
  --COLOR-3: #1F2442;
  --COLOR-4: #BFB7B0;
  --COLOR-5: #887D74;
  --COLOR-6: #586965;
  --COLOR-7: #ffffff;
  --COLOR-8: #000000;
  --COLOR-9: #4d4d4d;
  --FONT-SANS-STACK-1: "Poppins", "Calibri", Optima, Arial, sans-serif;
  --FONT-ACCENT-STACK: "tangier", "Lucida Bright", Georgia;
  --BIG-HEADING-FS: var(--FS4);
  --CONTENT-MAX-WIDTH: 87.5rem;
  --SCREEN-SIDE-BUFFER: 32px;
  --PROSE-GAP: var(--PAD-4);
  --hero-large-font: var(--FONT-SANS-STACK-1);
  --nav-link-color: white;
  --nav-link-font-size: 12px;
  --nav-link-list-case: uppercase;
  --nav-link-font-weight: 700;
  --nav-link-line-height: 1.25;
  --bar-weight: 4px;
  --bar-width: 3rem;
  --bar-gap: 0.5rem;
  --bar-color: var(--COLOR-1);
  --heading-color: var(--COLOR-1);
  --heading-font: var(--FONT-SANS-STACK-1);
  --heading-font-weight: 500;
  --heading-case: uppercase;
  --heading-line-height: 1;
  --heading-letter-spacing: 0.125ch;
  --accent-font: var(--FONT-ACCENT-STACK);
  --body-copy-font: var(--FONT-SANS-STACK-1);
  --body-copy-font-weight: normal;
  --body-copy-color: var(--COLOR-2);
  --body-copy-max-width: 90ch;
  --body-copy-line-height: 1.75;
  --body-copy-text-transform: none;
  --text-shadow: 0.5px 0.5px 1px rgba(0, 0, 0, 0.5);
  --link-font: var(--FONT-SANS-STACK-1);
  --link-font-weight: normal;
  --link-color: var(--COLOR-1);
  --link-decor: none;
  --list-font: var(--FONT-SANS-STACK-1);
  --list-font-size: var(--FS1);
  --list-font-weight: normal;
  --list-line-height: 1.5;
  --list-color: var(--COLOR-7);
  --list-marker-color: var(--COLOR-7);
  --list-case: normal;
  --li-line-height: 1.5;
  --list-letter-spacing: 0.15ch;
  --round: 0;
  --button-padding: 1em 2em;
  --button-display: inline-block;
  --button-fill: transparent;
  --button-color: white;
  --button-font-size: 12px;
  --button-border: none;
  --button-font-weight: 700;
  --button-font-family: var(--FONT-SANS-STACK-1);
  --form-button-fill: var(--COLOR-3);
  --form-button-color: white;
  --form-font-weight: 700;
  --form-label-text-transform: uppercase;
  --form-button-radius: 0;
  --grid-item-min-width: 23rem;
}

/* 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 {
  display: flex;
  flex-wrap: wrap;
  column-gap: var(--col-gutter, 0);
  row-gap: var(--stacked-gap, var(--PROSE-GAP));
}
.columns > * {
  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(--not-sidebar-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: var(--grid-gutter, var(--PROSE-GAP));
  grid-template-columns: repeat(auto-fit, minmax(min(var(--grid-item-min-width), 100%), 1fr));
  list-style: none;
}
.grid-auto > * {
  margin-top: initial;
}

.grid-auto > li + li {
  margin-top: 0 !important;
}

.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));
}
@media screen and (max-width: 981px) {
  .grid-2 {
    grid-template-columns: repeat(auto-fit, minmax(min(150px, 100%), 1fr));
  }
}

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

main section,
section.footer-cta,
.site-footer {
  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);
}

main section.full-width {
  padding: 0;
  margin: 0;
  width: 100%;
  max-width: none;
}

main section section {
  padding: initial;
}

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

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

.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));
}

nav {
  position: relative;
}

ul.menu {
  font-size: var(--nav-link-font-size);
  color: var(--nav-link-color);
  text-transform: var(--nav-link-list-case);
  font-weight: var(--nav-link-font-weight);
  line-height: var(--nav-link-line-height);
  list-style: none;
  padding: 0;
}

li.menu-item a {
  --menu-link-color: var(--COLOR-3);
  color: var(--nav-link-color);
  letter-spacing: 0.1ch;
  position: relative;
  display: inline-block;
  font-family: var(--FONT-SANS-STACK-1);
  font-weight: var(--menu-link-weight);
}

li.menu-item button {
  font-size: var(--nav-link-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;
  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;
  box-shadow: 0 5px 8px -3px rgba(0, 0, 0, 0.5);
  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;
  }
}
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 {
  max-width: 150px;
}
@media screen and (max-width: 981px) {
  .top-logo {
    margin-left: 0;
    z-index: 9;
  }
}

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

.banner summary {
  border: 4px solid transparent;
  outline: none;
  padding: 1rem;
  position: relative;
  cursor: pointer;
  max-width: fit-content;
  margin: 0 auto;
  display: flex;
  align-items: center;
}
.banner details {
  box-sizing: border-box;
}
.banner details summary::-webkit-details-marker {
  display: none;
}
.banner details[open] > summary:before {
  transform: rotate(90deg);
}
.banner summary:before {
  content: "";
  border-width: 0.4rem;
  border-style: solid;
  border-color: transparent transparent transparent #fff;
  position: absolute;
  transform: rotate(0);
  transform-origin: 0.2rem 50%;
  transition: 0.25s transform ease;
  right: 0;
  margin-right: -1rem;
}
.banner .content {
  border-top: none;
  padding: 10px;
  border: 2px solid transparent;
  border-top: none;
}
.banner .content a {
  margin: 0.5em auto;
}
.banner p {
  margin: 0;
  padding-bottom: 10px;
  max-width: none;
}
.banner p:last-child {
  padding: 0;
}

/* The top nav bar next to the logo  */
nav.primary-navigation {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: center;
  padding: 1.75rem 2rem;
  width: 100%;
  max-width: 1600px;
  margin: 0 auto;
  z-index: 2;
}
@media screen and (max-width: 981px) {
  nav.primary-navigation {
    justify-content: flex-end;
  }
}
@media screen and (min-width: 981px) {
  nav.primary-navigation {
    gap: 2rem;
  }
}
nav.primary-navigation ul.menu .menu-item a {
  letter-spacing: 0.25ch;
}
nav.primary-navigation li.apply-now-cta:hover a::after {
  content: "" !important;
  display: unset !important;
  height: unset !important;
  background: unset !important;
  width: unset !important;
  position: unset !important;
  bottom: unset !important;
}
nav.primary-navigation li.apply-now-cta:focus-visible {
  outline: var(--COLOR-2) 2px !important;
}

.menu-primary-menu-container {
  flex: 0.5 1 auto;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 0;
}
@media screen and (max-width: 981px) {
  .menu-primary-menu-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%;
}
@media screen and (max-width: 981px) {
  ul.nav-menu {
    flex-direction: column;
    align-items: center;
  }
}

nav.primary-navigation ul.nav-menu > li {
  position: relative;
  color: white;
}

@media screen and (max-width: 981px) {
  nav.primary-navigation li.menu-item button[aria-expanded=false] {
    --link-color: var(--COLOR-1);
  }
}
ul.nav-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-has-children:hover > button:before,
nav.primary-navigation li.menu-item button[aria-expanded=true]:before {
  opacity: 0;
}

nav.primary-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.primary-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.primary-navigation .menu-item:nth-child(n+3) ~ * > ul.sub-menu {
  left: unset;
  right: 0;
}

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

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

@media screen and (max-width: 981px) {
  nav.primary-navigation li.menu-item {
    text-align: center;
  }
  nav.primary-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.primary-navigation .sub-menu > li + li:before {
    content: none;
  }
  nav.primary-navigation li.menu-item > .sub-menu > li > a {
    text-decoration: underline;
    text-decoration-thickness: 3px;
  }
  nav.primary-navigation li.menu-item > .sub-menu > li > a:after {
    content: none;
  }
}
/* Hamburger Button to open entire primary nav on mobile */
.menu-toggle {
  background: transparent;
  border: none;
  padding: calc(0.5rem + 4px) 0;
  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: white;
  position: relative;
}
.menu-toggle .burger:before {
  content: "";
  display: block;
  width: 3rem;
  height: 4px;
  top: calc(-0.5rem - 4px);
  background: white;
  position: relative;
}
.menu-toggle .burger:after {
  content: "";
  display: block;
  width: bar-width;
  height: 4px;
  top: 0.5rem;
  background: white;
  position: relative;
}

@media screen and (max-width: 981px) {
  .menu-toggle[aria-expanded=false] + .menu-primary-menu-container {
    display: none;
  }
}
/* The top nav bar next to the logo  */
nav.top-menu {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 2rem;
  justify-content: space-between;
  padding: 0.5rem 2rem;
  width: 100%;
  max-width: 1600px;
  margin: 0 auto;
  z-index: 2;
}

ul#top-menu {
  display: flex;
  align-items: center;
  gap: 1rem;
}

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

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

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

@media screen and (max-width: 981px) {
  nav.top-navigation li.menu-item button[aria-expanded=false] {
    --link-color: var(--COLOR-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.top-navigation li.menu-item-has-children:hover > button:before,
nav.top-navigation li.menu-item button[aria-expanded=true]:before {
  opacity: 0;
}

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

nav.top-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.top-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.top-navigation .menu-item:nth-child(n+3) ~ * > ul.sub-menu {
  left: unset;
  right: 0;
}

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

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

@media screen and (max-width: 981px) {
  nav.top-navigation li.menu-item {
    text-align: center;
  }
  nav.top-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.top-navigation .sub-menu > li + li:before {
    content: none;
  }
  nav.top-navigation li.menu-item > .sub-menu > li > a {
    text-decoration: underline;
    text-decoration-thickness: 3px;
  }
  nav.top-navigation li.menu-item > .sub-menu > li > a:after {
    content: none;
  }
}
/* Hamburger Button to open entire top nav on mobile */
.menu-toggle {
  background: transparent;
  border: none;
  padding: calc(0.5rem + 4px) 0;
  z-index: 9;
}
.menu-toggle:hover {
  cursor: pointer;
}
@media screen and (min-width: 981px) {
  .menu-toggle {
    display: none;
  }
}

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

@media screen and (max-width: 981px) {
  .menu-toggle[aria-expanded=false] + .menu-top-menu-container {
    display: none;
  }
}
.site-footer ul.menu {
  --link-font-size: var(--FS1);
}
.site-footer nav.footer-navigation {
  margin: var(--PAD-3);
}
.site-footer nav.footer-navigation ul.menu {
  --li-line-height: 1;
  text-align: center;
}
.site-footer nav.footer-navigation ul#footer-menu {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 2rem;
}
@media screen and (min-width: 981px) {
  .site-footer nav.footer-navigation ul#footer-menu {
    flex-direction: row;
  }
}
.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);
}
.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;
}

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

.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;
  top: 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;
  }
}
@media screen and (min-width: 768px) {
  .hero__background-media .video-control-button-container {
    bottom: 0;
    top: unset;
  }
}
.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;
  }
}

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

.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;
  }
  _magni .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
.page-section--full-width {
  padding: 0;
  margin: 0;
  width: 100%;
  max-width: none;
}

.hero {
  height: 100%;
  min-height: 200px;
  width: 100%;
}
@media screen and (min-width: 981px) {
  .hero {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40vw;
  }
}
.hero__overlay-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  z-index: 10;
  padding: var(--PAD-1) var(--PAD4);
  margin-top: 0;
}
@media screen and (min-width: 981px) {
  .hero__overlay-container {
    max-width: 131ch;
  }
}
@media screen and (max-width: 981px) {
  .hero__overlay-container {
    background: var(--COLOR-1);
  }
  .hero__overlay-container * {
    color: var(--COLOR-3) !important;
  }
}
.hero__background-media {
  line-height: 0;
  height: 100%;
  width: 100%;
}
@media screen and (min-width: 981px) {
  .hero__background-media {
    position: absolute;
    top: 0;
    left: 0;
  }
}
.hero__background-media img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: var(--img-pos-x) var(--img-pos-y);
  line-height: 0;
}
.hero__text p {
  font-size: calc(var(--FS7) * 2);
  font-family: var(--hero-large-font);
  line-height: 1.2;
  color: white;
  text-transform: uppercase;
  letter-spacing: 0.15ch;
  font-weight: 400;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.7);
}
@media screen and (max-width: 981px) {
  .hero__text p {
    text-shadow: none;
  }
}
.hero__text p em {
  font-family: var(--accent-font);
  font-style: normal;
  text-transform: none;
  font-size: 150%;
  font-weight: 400;
  line-height: 0.7;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.7);
}
@media screen and (max-width: 981px) {
  .hero__text p em {
    text-shadow: none;
  }
}
.hero__text,
.hero h1 {
  font-family: var(--FONT-SANS-STACK-1);
  text-transform: uppercase;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.7);
  position: relative;
  color: white;
  font-size: var(--FS4);
  text-align: center;
  line-height: 1.5;
  font-weight: 400;
  letter-spacing: 0.15ch;
  margin-top: 0.75em;
}
@media screen and (max-width: 981px) {
  .hero__text,
.hero h1 {
    text-shadow: none;
  }
}
.hero__dual-ctas {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 1em;
}
@media screen and (min-width: 981px) {
  .hero__dual-ctas {
    gap: 2em;
    flex-direction: row;
  }
}
.hero__cta {
  z-index: 9;
}
.hero__cta a {
  --button-border-color: white;
  --button-border: 1px solid white;
  background-color: transparent;
  color: white;
  border: var(--button-border);
  border-color: var(--button-border-color);
  margin-top: 0;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.7);
}
@media screen and (max-width: 981px) {
  .hero__cta a {
    border-color: var(--COLOR-3);
    text-shadow: none;
  }
}
.hero#internal-hero .hero__text {
  background: var(--COLOR-1);
}
.hero#internal-hero .hero__text,
.hero#internal-hero .hero h1 {
  margin: 0 auto;
  position: relative;
  color: white;
  font-size: var(--FS4);
  text-align: center;
}
.hero#internal-hero h1.entry-title {
  color: white !important;
  padding: var(--PAD-1);
}

@media screen and (min-width: 981px) {
  .hero__background-media::before {
    content: " ";
    height: 100%;
    width: 100%;
    position: absolute;
    background: linear-gradient(180deg, rgba(31, 36, 66, 0.87) 0%, rgba(31, 36, 66, 0.7) 100%);
    z-index: 2;
  }
}

.cta {
  max-width: 40ch;
  width: fit-content;
  --button-display: block;
}

.site-footer {
  text-align: center;
  padding: 0;
}
.site-footer a:hover {
  text-decoration: underline;
}
.site-footer p {
  max-width: none;
}
.site-footer a:not(.copyright-footer a) {
  position: relative;
  display: inline-block;
}
.site-footer__property-details > * + * {
  margin-top: var(--PAD-1);
}
.site-footer__property-details .phone-num {
  font-size: 1rem;
}
.site-footer svg {
  fill: white;
}
.site-footer__logo-container {
  max-width: 200px;
  margin: 0 auto 1rem;
}
.site-footer section.footer-logo-section {
  text-align: center;
}
.site-footer section.footer-logo-section .footer-logo-wrapper {
  max-width: 250px;
  margin: 0 auto;
}
.site-footer section.footer-main-links {
  display: flex;
  flex-grow: 1.75;
  gap: 6rem;
  justify-content: center;
  --link-font-weight: bold;
}
.site-footer ul.footer-contact {
  margin: var(--PAD-1) 0;
  list-style: none;
  padding: 0;
  text-align: center;
  --li-line-height: 1;
}
.site-footer ul.footer-contact > * + * {
  margin-top: 0.7em;
}
@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;
  list-style: none;
  padding: 0;
  gap: 1rem;
  margin-top: 1rem;
}
@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: white;
}
.site-footer li.social-link svg:hover {
  fill: var(--COLOR-3);
}
.site-footer .email-link {
  position: relative;
}

.content-one {
  padding-top: var(--PAD2);
  padding-bottom: var(--PAD2);
  flex-grow: 1.75;
}

.content-two {
  padding-top: var(--PAD2);
  padding: var(--PAD2);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.content-two a {
  line-height: 2;
  text-decoration: none;
}

.corp-logo {
  max-width: 400px;
}
@media screen and (max-width: 981px) {
  .corp-logo {
    width: 100%;
  }
}

.link-list li {
  position: relative;
}
.link-list li:hover a:after {
  content: "";
  display: block;
  height: 3px;
  background: var(--COLOR-2);
  width: 100%;
  position: absolute;
  bottom: -3px;
}

.centered-copy__content {
  text-align: center;
}
.centered-copy__content h1,
.centered-copy__content h2,
.centered-copy__content h3,
.centered-copy__content h4,
.centered-copy__content h5,
.centered-copy__content h6, .centered-copy__content .hero__text,
.centered-copy__content p {
  margin-left: auto;
  margin-right: auto;
}
.centered-copy__content .wpgmza_map.wpgmza-auto-left {
  margin-left: auto !important;
  margin-right: auto !important;
  float: none !important;
}
.centered-copy__content .wpgmza_map {
  float: unset !important;
}
@media screen and (min-width: 981px) {
  .centered-copy__content .wpgmza_map {
    width: 80% !important;
    margin: 0 auto !important;
    margin-top: var(--PAD-1) !important;
  }
}
.centered-copy__copy-cta h1,
.centered-copy__copy-cta h2,
.centered-copy__copy-cta h3,
.centered-copy__copy-cta h4,
.centered-copy__copy-cta h5,
.centered-copy__copy-cta h6, .centered-copy__copy-cta .hero__text, .centered-copy__copy-cta p {
  margin: var(--PAD-1) auto;
}
.centered-copy__dual-ctas {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 2rem;
}
@media screen and (min-width: 981px) {
  .centered-copy__dual-ctas {
    flex-direction: row;
  }
}
.centered-copy__dual-ctas .cta {
  margin-top: 0;
}

.wpgmza-infowindow p {
  color: black;
}

.amenities-blurbs__content {
  text-align: center;
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 2rem;
}
@media screen and (min-width: 981px) {
  .amenities-blurbs__content {
    flex-direction: row;
    align-items: flex-start;
  }
}
.amenities-blurbs__content li {
  margin: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.amenities-blurbs__content h1,
.amenities-blurbs__content h2,
.amenities-blurbs__content h3,
.amenities-blurbs__content h4,
.amenities-blurbs__content h5,
.amenities-blurbs__content h6, .amenities-blurbs__content .hero__text {
  max-width: none;
}
.amenities-blurbs__content p {
  max-width: 20em;
}

.amenities-lists * + * {
  margin-top: 0;
}
.amenities-lists__has-list {
  padding: var(--PAD4);
}
.amenities-lists__has-list h1 + ul,
.amenities-lists__has-list h2 + ul,
.amenities-lists__has-list h3 + ul,
.amenities-lists__has-list h4 + ul,
.amenities-lists__has-list h5 + ul,
.amenities-lists__has-list h6 + ul, .amenities-lists__has-list .hero__text + ul,
.amenities-lists__has-list .hero h1 + ul {
  margin-top: 0.75em;
}
.amenities-lists__has-list h1 + ul ul li,
.amenities-lists__has-list h2 + ul ul li,
.amenities-lists__has-list h3 + ul ul li,
.amenities-lists__has-list h4 + ul ul li,
.amenities-lists__has-list h5 + ul ul li,
.amenities-lists__has-list h6 + ul ul li, .amenities-lists__has-list .hero__text + ul ul li {
  padding-top: 0.5em;
}

.fifty-fifty__content {
  min-height: 30vw;
}
@media screen and (min-width: 981px) {
  .fifty-fifty__content .list-wrapper {
    margin: var(--PAD2) auto;
  }
}
.fifty-fifty__content-one {
  display: flex;
  padding: var(--PAD2) 0;
}
@media screen and (max-width: 981px) {
  .fifty-fifty__content-one {
    padding: var(--PAD2);
  }
}
.fifty-fifty__content-two {
  margin-top: 0;
  position: relative;
}
@media screen and (min-width: 981px) {
  .fifty-fifty__content-two .image--cover {
    position: absolute;
  }
}
.fifty-fifty ul li + li {
  padding-top: 0.5em;
  margin-top: 0;
}

.residents__image {
  line-height: 0;
}
.residents__options-container {
  margin-top: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.residents__options-container > * {
  margin: var(--PAD-1) auto;
}
@media screen and (max-width: 981px) {
  .residents__options-container {
    padding: var(--PAD1);
  }
}
.residents__options {
  list-style-type: none;
  padding: 0;
  margin: 0;
  padding-left: 4rem;
}
.residents__options > * {
  margin-top: 0;
}
.residents__options li {
  margin-top: 0.75em;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.residents__options li span {
  padding-right: var(--PAD-5);
}
.residents ul li span.icon img {
  height: 25px;
  width: 25px;
}

.contact-form {
  text-align: center;
}
.gform_wrapper .contact-form label.gfield_label {
  text-transform: capitalize;
  font-family: var(--button-font-family);
  font-weight: var(--form-font-weight);
  letter-spacing: 0.15ch;
  text-transform: var(--form-label-text-transform);
  text-align: left !important;
  width: 100%;
}

.contact-form input:not([type=submit]), .contact-form textarea {
  border-radius: 0 !important;
  background: white;
  border: 2px solid var(--COLOR-4);
  color: var(--body-copy-color);
  height: 1%;
  padding: 15px !important;
  font-weight: bold;
}
.contact-form input:not([type=submit]):focus, .contact-form textarea:focus {
  outline: solid 2px var(--COLOR-1);
}
.contact-form select {
  border: none;
  padding: 20px 15px 15px 20px !important;
  color: var(--body-copy-color);
  font-family: var(--FS1) !important;
  font-weight: var(--FS1) -weight !important;
  text-transform: uppercase;
  letter-spacing: 0.15ch !important;
}
.contact-form select option {
  letter-spacing: 0.15ch;
  text-transform: none !important;
}
.contact-form :-ms-input-placeholder {
  color: var(--body-copy-color);
  font-weight: var(--FS1) -weight;
  font-family: var(--FS1);
  text-transform: var(--heading-sm-transform);
  letter-spacing: 0.15ch;
}
.contact-form ::placeholder {
  color: var(--body-copy-color);
  font-weight: var(--FS1) -weight;
  font-family: var(--FS1);
  text-transform: var(--heading-sm-transform);
  letter-spacing: 0.15ch;
}
.contact-form .gform_footer {
  text-align: black;
}
@media screen and (max-width: 981px) {
  .contact-form .gform_footer {
    text-align: center;
  }
}
.contact-form .gform_footer input[type=submit] {
  background: var(--COLOR-4);
  border-radius: 50px;
  border: none;
  color: white;
  cursor: pointer;
  text-transform: uppercase;
}
.contact-form input[type=submit] {
  background-color: var(--form-button-fill) !important;
  color: var(--form-button-color) !important;
  border-radius: var(--form-button-radius) !important;
}
.contact-form input[type=submit]:focus {
  outline: 2px solid var(--COLOR-4);
  outline-offset: 3px;
}

p.gform_required_legend {
  display: none;
}

.gform_heading {
  margin-top: 2rem !important;
}

.gform_wrapper.gravity-theme #field_submit,
.gform_wrapper.gravity-theme .gform_footer {
  display: block !important;
}

.gform_wrapper.gravity-theme .gfield_required {
  display: none !important;
}

.footer-cta {
  position: relative;
  min-height: 40vw !important;
}
.footer-cta h1,
.footer-cta h2,
.footer-cta h3,
.footer-cta h4,
.footer-cta h5,
.footer-cta h6, .footer-cta .hero__text {
  max-width: none;
}
.footer-cta .footer-cta-title {
  text-align: center;
}
.footer-cta__content {
  position: relative;
}
.footer-cta .form-container {
  max-width: 100%;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .footer-cta .form-container {
    max-width: 80%;
  }
}
@media screen and (min-width: 1200px) {
  .footer-cta .form-container {
    max-width: 42%;
  }
}
.footer-cta .property-details * {
  text-align: center;
}
@media screen and (min-width: 1200px) {
  .footer-cta .property-details * {
    text-align: left;
  }
}
@media screen and (min-width: 1200px) {
  .footer-cta .property-details {
    position: absolute;
    top: 0;
    right: 5em;
  }
}
.footer-cta .property-details > * + * {
  margin-top: var(--PAD-5);
}
@media screen and (min-width: 1200px) {
  .footer-cta .property-details .property-name {
    text-align: left;
  }
}
.footer-cta .property-details h1 + ul,
.footer-cta .property-details h2 + ul,
.footer-cta .property-details h3 + ul,
.footer-cta .property-details h4 + ul,
.footer-cta .property-details h5 + ul,
.footer-cta .property-details h6 + ul, .footer-cta .property-details .hero__text + ul,
.footer-cta .property-details .hero h1 + ul {
  text-align: left;
}
.footer-cta .property-details ul:not(.social-link-list) li + li {
  margin-top: var(--PAD-7);
}
.footer-cta .property-details .office-hours p {
  max-width: none;
}
.footer-cta .property-details .office-hours ul li + li {
  margin-top: 0;
}
@media screen and (max-width: 1200px) {
  .footer-cta .property-details ul.clean-list-all li {
    max-width: fit-content;
    margin: auto;
  }
}
.footer-cta li.social-link:hover a {
  text-decoration: none;
}

.photos-gallery h1,
.photos-gallery h2,
.photos-gallery h3,
.photos-gallery h4,
.photos-gallery h5,
.photos-gallery h6, .photos-gallery .hero__text {
  text-align: center;
}
.photos-gallery__list {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.photos-gallery__list * + * {
  margin-top: 0;
}
.photos-gallery__collection h1,
.photos-gallery__collection h2,
.photos-gallery__collection h3,
.photos-gallery__collection h4,
.photos-gallery__collection h5,
.photos-gallery__collection h6, .photos-gallery__collection .hero__text {
  text-align: center;
}
.photos-gallery__collection h1 + ul,
.photos-gallery__collection h2 + ul,
.photos-gallery__collection h3 + ul,
.photos-gallery__collection h4 + ul,
.photos-gallery__collection h5 + ul,
.photos-gallery__collection h6 + ul, .photos-gallery__collection .hero__text + ul,
.photos-gallery__collection .hero h1 + ul {
  margin-top: var(--PAD-2);
}
.photos-gallery__collection p {
  text-align: center;
  font-size: var(--FS4);
  margin-top: var(--PAD-2);
  text-transform: uppercase;
  font-family: var(--FONT-SANS-STACK-2);
  margin: 0 auto;
}
.photos-gallery li img {
  aspect-ratio: 4/3;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.card-grid__card {
  padding: var(--PAD0);
}

.floor-plans h1,
.floor-plans h2,
.floor-plans h3,
.floor-plans h4,
.floor-plans h5,
.floor-plans h6, .floor-plans .hero__text,
.floor-plans p {
  text-align: center;
}
.floor-plans h3 {
  font-family: var(--FONT-ACCENT-STACK);
  color: black;
  font-size: var(--FS3);
}
.floor-plans > * + * {
  margin: var(--PAD-1) auto;
}
.floor-plans li p + p {
  margin-top: 0;
}
.floor-plans li p {
  font-family: var(--FONT-ACCENT-STACK);
  font-weight: 400;
}
.floor-plans__content img {
  aspect-ratio: 3/4;
}

.social-link-list {
  list-style: none;
  display: flex;
  flex-direction: row;
  align-items: center;
  padding-left: 0;
  gap: 1rem;
  justify-content: center;
}

.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: 1.5rem;
  fill: var(--COLOR-3);
}
.social-link-list svg:hover {
  fill: black;
}

/* Utility classes for use on the site to override or apply specific styles.
--------------------------------------------------------------------------------*/
.bg-7 li.apply-now-cta a,
.background-7 li.apply-now-cta a, .bg-3 li.apply-now-cta a,
.backgrond-3 li.apply-now-cta a, .pseudo-cta, .button--6, .button--5, .button--4, .button--3, .button--2, .button--1, .cta, .contact-form input[type=submit] {
  --link-decor: none;
  color: var(--button-color);
  background: var(--button-fill);
  border: var(--button-border);
  border-radius: var(--round);
  display: var(--button-display);
  padding: var(--button-padding);
  font-family: var(--button-font-family);
  font-size: var(--button-font-size);
  font-weight: bold;
  letter-spacing: 0.25ch;
  text-align: center;
  text-transform: uppercase;
  transition: ease-in-out 0.2s;
}
.bg-7 li.apply-now-cta a:hover,
.background-7 li.apply-now-cta a:hover, .bg-3 li.apply-now-cta a:hover,
.backgrond-3 li.apply-now-cta a:hover, .pseudo-cta:hover, .button--6:hover, .button--5:hover, .button--4:hover, .button--3:hover, .button--2:hover, .button--1:hover, .cta:hover, .contact-form input[type=submit]:hover {
  transform: scale(1.05);
  transition: ease-in-out 0.2s;
}
.bg-7 li.apply-now-cta a:focus,
.background-7 li.apply-now-cta a:focus, .bg-3 li.apply-now-cta a:focus,
.backgrond-3 li.apply-now-cta a:focus, .pseudo-cta:focus, .button--6:focus, .button--5:focus, .button--4:focus, .button--3:focus, .button--2:focus, .button--1:focus, .cta:focus, .contact-form input[type=submit]:focus {
  transform: scale(1.05);
  transition: ease-in-out 0.1s;
  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;
}

.apply-now-cta a:hover {
  transform: scale(1.05);
  transition: ease-in-out 0.2s;
}
.apply-now-cta a:focus {
  transform: scale(1.05);
  transition: ease-in-out 0.2s;
  box-shadow: 0 0 10px 0 rgba(var(--COLOR-1), 0.8);
}

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

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

.bg-1,
.background-1 {
  background-color: var(--COLOR-1);
  --link-color: var(--COLOR-3);
  --body-copy-color: var(--COLOR-3);
  --list-color: var(--COLOR-3);
  --heading-color: var(--COLOR-3);
  --button-fill: transparent;
  --button-color: var(--COLOR-3);
  --list-marker-color: var(--COLOR-3);
}
.bg-1 svg,
.background-1 svg {
  fill: white;
}
.bg-1 summary,
.background-1 summary {
  color: white;
  border-bottom: 1px solid white;
}
.bg-1 summary:before,
.background-1 summary:before {
  border-color: transparent transparent transparent white;
}
.bg-1 details[open],
.background-1 details[open] {
  border-bottom: 1px solid white;
}
.bg-1 details[open] summary,
.background-1 details[open] summary {
  border-color: var(--COLOR-1);
}

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

.bg-2,
.background-2 {
  background-color: var(--COLOR-2);
  --heading-color: black;
  --body-copy-color: black;
  --button-fill: black;
  --button-color: black;
  --list-color: black;
  --link-color: black;
  --text-shadow: 0.5px 0.5px 1px rgba(0, 0, 0, 0.5);
  --list-marker-color: black;
}

.bg-3,
.backgrond-3 {
  background-color: var(--COLOR-3);
  --heading-color: white;
  --body-copy-color: white;
  --button-fill: white;
  --button-color: var(--COLOR-7);
  --list-color: white;
  --link-color: white;
}
.bg-3 li.apply-now-cta a,
.backgrond-3 li.apply-now-cta a {
  --button-fill: var(--COLOR-1);
  --button-color: var(--COLOR-3);
}

.bg-4,
.background-4 {
  background-color: var(--COLOR-4);
  --heading-color: var(--COLOR-3);
  --body-copy-color: var(--COLOR-3);
  --button-fill: var(--COLOR-3);
  --button-color: var(--COLOR-3);
  --list-color: var(--COLOR-3);
  --link-color: var(--COLOR-3);
}

.bg-5,
.background-5 {
  background-color: var(--COLOR-5);
  --heading-color: var(--COLOR-1);
  --body-copy-color: var(--COLOR-1);
  --button-fill: var(--COLOR-1);
  --button-color: var(--COLOR-1);
  --list-color: var(--COLOR-1);
  --link-color: var(--COLOR-1);
}
.bg-5 h1,
.bg-5 h2,
.bg-5 h3,
.bg-5 h4,
.bg-5 h5,
.bg-5 h6, .bg-5 .hero__text,
.bg-5 p,
.bg-5 ul li,
.bg-5 ol li,
.bg-5 a,
.background-5 h1,
.background-5 h2,
.background-5 h3,
.background-5 h4,
.background-5 h5,
.background-5 h6,
.background-5 .hero__text,
.background-5 p,
.background-5 ul li,
.background-5 ol li,
.background-5 a {
  color: white;
}

.bg-6,
.background-6 {
  background-color: var(--COLOR-6);
  --heading-color: white;
  --body-copy-color: white;
  --button-fill: var(--COLOR-1);
  --button-color: white;
  --list-color: white;
  --link-color: white;
}

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

.bg-7,
.background-7 {
  background-color: var(--COLOR-7);
  --heading-color: var(--COLOR-3);
  --body-copy-color: var(--COLOR-3);
  --button-fill: var(--COLOR-3);
  --button-color: var(--COLOR-3);
  --list-color: var(--COLOR-3);
  --link-color: var(--COLOR-3);
}
.bg-7 li.apply-now-cta a,
.background-7 li.apply-now-cta a {
  --button-fill: var(--COLOR-1);
  --button-color: white;
}

.bg-8,
.background-8 {
  background-color: var(--COLOR-8);
  --heading-color: var(--COLOR-1);
  --body-copy-color: var(--COLOR-9);
}

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

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

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

/*--------------------------------------------------------------------------------
    SPACING UTILS
--------------------------------------------------------------------------------*/
.no-pad {
  padding: 0 !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);
  }
}
/*--------------------------------------------------------------------------------
   DIRECTION 
--------------------------------------------------------------------------------*/
.r-reverse {
  flex-direction: row-reverse !important;
}

@media screen and (min-width: 981px) {
  .desk\:r-reverse {
    flex-direction: row-reverse !important;
  }
}

.fx-row {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2em;
}

@media screen and (min-width: 981px) {
  .desk\:fx-row {
    display: flex;
    flex-direction: row;
  }
}

/*--------------------------------------------------------------------------------
   ALIGNMENT 
--------------------------------------------------------------------------------*/
.align-start {
  align-items: flex-start !important;
}

.align-center {
  align-items: 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-start: auto !important;
}

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

.hide-me {
  display: none;
}

.section-padding .floor-plans {
  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);
}

.section-padding .photos-gallery {
  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);
}

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

.heading-left {
  text-align: left;
}

.heading-right {
  margin-inline-start: auto;
  text-align: right;
}

.heading-center {
  width: fit-content;
  margin-inline: auto;
  text-align: center;
  max-width: 60ch;
}

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

@media screen and (max-width: 981px) {
  h2 {
    font-size: 2rem;
  }
}

.wpgmza-infowindow p {
  color: black;
  text-align: left;
}

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