@charset "UTF-8";
/*-----------------------------------------------------------
*
*	Global Imports
*
*------------------------------------------------------------*/
/*! 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;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

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

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

/**
 * 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;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* 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;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * 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;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * 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;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  vertical-align: super;
}

/* 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;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

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

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

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

/**
 * 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;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * 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;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * 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;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * 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;
  /* 1 */
  font: inherit;
  /* 2 */
}

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

*,
*::before,
*::after {
  box-sizing: border-box;
}

/*-----------------------------------------------------------
*
*	Base	
*
*------------------------------------------------------------*/
/*-----------------------------------------------------------
*
*	Variables
*
*------------------------------------------------------------*/
:root {
  --wide-width: 1560px;
  --stk-block-wide-width: var(--wide-width);
  --brown: #9A6D3F;
  --blue: #0072B3;
  --navy: #161948;
  --brown-on-navy: #c1894f ;
}

body {
  background: #fff;
}

header, footer, nav, section, li {
  position: relative;
}

body.front {
  background: inherit;
  position: relative;
  z-index: 1;
}

h1, h2, h3, h4, h5, h6, p {
  margin-top: 0;
  margin-bottom: 20px;
}

[type=number] {
  box-sizing: content-box;
}

figure {
  margin: 0;
}

abbr[title] {
  text-decoration: none;
}

iframe {
  max-width: 100%;
}

address {
  font-style: normal;
  margin-bottom: 20px;
}

small {
  font-size: 80%;
  display: inline-block;
  line-height: 1.7;
}

video, object {
  max-width: 100%;
  height: auto;
}

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

em {
  color: inherit;
}

hr:not(.stk-block-divider__hr) {
  margin: 30px 0;
}

/* Links
-------------------------------------------------------------- */
a {
  color: inherit;
  font-weight: inherit;
  white-space: normal;
  cursor: pointer;
  text-underline-offset: 2px;
}
a:hover, a:focus {
  cursor: pointer;
}
a.disabled {
  cursor: not-allowed;
}

.wp-site-blocks a {
  text-decoration: none;
  transition: all 0.3s;
}
.wp-site-blocks a i, .wp-site-blocks a img {
  transition: opacity 0.3s;
}
.wp-site-blocks a:hover img {
  opacity: 0.86;
}

.entry-content p, .entry-content h1, .entry-content h2, .entry-content h3, .entry-content h4, .entry-content h5, .entry-content ul, .entry-content ol {
  text-wrap: pretty;
}
.entry-content p a:not(.stk-button), .entry-content h1 a:not(.stk-button), .entry-content h2 a:not(.stk-button), .entry-content h3 a:not(.stk-button), .entry-content h4 a:not(.stk-button), .entry-content h5 a:not(.stk-button), .entry-content ul a:not(.stk-button), .entry-content ol a:not(.stk-button) {
  text-decoration-thickness: 1px;
  color: inherit;
}
.entry-content p a:not(.stk-button):hover, .entry-content h1 a:not(.stk-button):hover, .entry-content h2 a:not(.stk-button):hover, .entry-content h3 a:not(.stk-button):hover, .entry-content h4 a:not(.stk-button):hover, .entry-content h5 a:not(.stk-button):hover, .entry-content ul a:not(.stk-button):hover, .entry-content ol a:not(.stk-button):hover {
  text-decoration: underline;
  text-decoration-thickness: 1px;
}
.entry-content p a:not(.stk-button) strong, .entry-content h1 a:not(.stk-button) strong, .entry-content h2 a:not(.stk-button) strong, .entry-content h3 a:not(.stk-button) strong, .entry-content h4 a:not(.stk-button) strong, .entry-content h5 a:not(.stk-button) strong, .entry-content ul a:not(.stk-button) strong, .entry-content ol a:not(.stk-button) strong {
  font-weight: inherit;
}

/* Tables
-------------------------------------------------------------- */
table {
  display: table;
  padding: 0;
  margin: 0 0 30px;
  border-collapse: collapse;
}

/*-----------------------------------------------------------
*
*	Base	
*
*------------------------------------------------------------*/
/*-----------------------------------------------------------
*
*	WP Core
*
*------------------------------------------------------------*/
body.front .wp-block-post-title a {
  text-decoration: none;
}

.has-fit-text {
  transition: none !important;
}

.aligncenter, div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}

.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

a img.alignnone {
  margin: 5px 20px 20px 0;
}

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption {
  background: #fff;
  border: 1px solid #ddd;
  max-width: 96%;
  padding: 5px 5px 10px;
  text-align: center;
}

.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  padding: 0;
  width: auto;
}

.wp-caption p.wp-caption-text {
  font-size: 0.8rem;
  line-height: 17px;
  margin: 0;
  padding: 10px 4px 0;
}

.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto;
  color: #21759b;
  display: block;
  font-size: 0.8rem;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

@media (max-width: 767px) {
  img.alignright, div.alignright, figure.alignright, img.alignleft, div.alignleft, figure.alignleft, img.wp-post-image.attachment-thumb {
    display: block;
    float: none;
  }
  .gallery.gallery-columns-4 figure, .gallery.gallery-columns-5 figure, .gallery.gallery-columns-6 figure, .gallery.gallery-columns-7 figure, .gallery.gallery-columns-8 figure, .gallery.gallery-columns-9 figure {
    width: 100%;
    margin: 0 0 1em 0;
    float: none;
  }
}
html {
  margin-top: 0 !important;
}

@media (max-width: 1279px) {
  body.admin-bar #wpadminbar {
    display: none;
  }
}
@media (min-width: 1280px) {
  body.admin-bar #site-wrap, body.admin-bar.has-sticky-header #header {
    padding-top: 32px !important;
  }
}
body.admin-bar #wp-admin-bar-updates,
body.admin-bar #wp-admin-bar-new-content,
body.admin-bar #wp-admin-bar-comments,
body.admin-bar #wp-admin-bar-all-in-one-seo-pack,
body.admin-bar #wp-admin-bar-wp-logo {
  display: none;
}

.wp-site-blocks {
  background: inherit;
  z-index: 1;
  width: 100%;
  margin: 0 auto;
}
.wp-site-blocks > * + * {
  margin: 0;
}

.wp-block-post-content {
  position: relative;
  z-index: 1;
}

.wp-block-search__button {
  margin-left: 0 !important;
  padding: 0.5em 1em;
}

@media (max-width: 767px) {
  .wp-block-search__inside-wrapper {
    width: auto !important;
  }
  IMG.aligncenter {
    margin-bottom: 15px;
  }
}
@media (max-width: 767px) {
  .wp-block-post-template-is-layout-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 1279px) {
  .stk-block-image {
    background-attachment: initial !important;
  }
}
/*-----------------------------------------------------------
*
*	Base	
*
*------------------------------------------------------------*/
/*-----------------------------------------------------------
*
*	Utilities
*
*------------------------------------------------------------*/
@media (min-width: 1280px) {
  .hide-desktop {
    display: none !important;
    flex-basis: 0;
  }
}
@media (max-width: 1279px) {
  .hide-tablet {
    display: none !important;
    flex-basis: 0;
  }
}
@media (max-width: 767px) {
  .hide-phone {
    display: none !important;
    flex-basis: 0;
  }
}
/*  Hide Cookie banner for Google Speed Tests
--------------------------------------------------------------*/
@media (max-width: 767px) {
  body:not(.ready-timeout) .cmplz-cookiebanner {
    display: none !important;
  }
}

/* LazyLoad Backgrounds
--------------------------------------------------------------*/
.wp-site-blocks .entry-content > div:not(:first-child) .stk--has-background-overlay:not(.lazybg_loaded), .wp-site-blocks .entry-content > div:not(:first-child).stk--has-background-overlay:not(.lazybg_loaded),
footer.wp-block-template-part .stk--has-background-overlay:not(.lazybg_loaded),
footer.wp-block-template-part.stk--has-background-overlay:not(.lazybg_loaded) {
  background-image: none !important;
}

@media (min-width: 1279px) {
  .staggered-widths li:nth-child(2),
  .staggered-widths li:nth-child(7),
  .staggered-widths li:nth-child(12) {
    flex-basis: calc(66.6666666666% - var(--query-gap, 16px) + var(--query-gap, 16px) / 1.5) !important;
  }
}
body.front .fullscreen {
  min-height: 100svh !important;
}
@media (min-width: 768px) {
  body.front .balance * {
    text-wrap: balance;
  }
}
body.front .small-caps * {
  font-variant: small-caps;
}
body.front .has-large-font-size {
  font-size: clamp(1.4rem, -1.4rem + 5.3vw, 3rem) !important;
}
body.front .no-underline * {
  text-decoration: none !important;
}
body.front .image-no-max IMG {
  max-width: none;
}

/* Force iMage to full height in columns blocks
--------------------------------------------------------------*/
.full-height-image > .stk-block-column__content > .stk-block-content,
.full-height-image > .stk-block-column__content > .stk-block-content .stk-img-wrapper,
.full-height-image > .stk-block-column__content > .stk-block-content > .stk-block-image,
.full-height-image > .stk-block-column__content > .stk-block-content > .stk-block-image figure {
  height: 100%;
}

.align-start * {
  align-items: flex-start !important;
  text-align: left !important;
  justify-content: start !important;
}

.encompass {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border: none;
  text-decoration: none;
}

.visible {
  visibility: visible !important;
}

.hidden {
  visibility: hidden !important;
}

.mapouter,
.mapouter .gmap_canvas,
.mapouter iframe {
  max-width: 100% !important;
}

body:not(.logged-in) .visible-logged-in {
  display: none !important;
}

body.logged-in .visible-logged-out {
  display: none !important;
}

.text-underline a {
  text-decoration: underline;
}

p:empty {
  display: none;
}

.text-nowrap * {
  white-space: nowrap !important;
}

body:not(.page-scrolled) #back-to-top {
  display: none;
}

#back-to-top {
  cursor: pointer;
  position: fixed;
  bottom: 20px;
  right: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.9s;
  z-index: 99999;
  font-size: 14px;
  height: 34px;
  width: 34px;
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
  background: #fff;
  border: none;
  border-radius: 50%;
  text-align: center;
}
#back-to-top svg {
  color: #444;
  width: 50%;
}
#back-to-top.shown, #back-to-top.is-hovered, #back-to-top:focus {
  opacity: 1;
}

.pointer-events-none * {
  pointer-events: none !important;
  transition: none !important;
}

.copy-span {
  display: inline-block;
}

@media (max-width: 1600px) {
  .no-br-desktop br {
    display: none;
  }
}
@media (max-width: 1279px) {
  .no-br-tablet br {
    display: none;
  }
}
@media (max-width: 767px) {
  .no-br-phone br {
    display: none;
  }
  .phone-center,
  .phone-center *:not(a) {
    text-align: center !important;
    justify-content: center !important;
    align-items: center !important;
    width: 100% !important;
  }
}
@media (max-width: 1279px) {
  .tablet-center,
  .tablet-center *:not(a) {
    text-align: center !important;
    justify-content: center !important;
    align-items: center !important;
    width: 100% !important;
  }
}
#lbpr {
  max-height: 90vh;
  max-width: 90vw;
  overflow: scroll;
  text-align: left;
  color: #222;
  z-index: 999999;
  background: #fff;
  margin: 10px;
  padding: 25px;
  border: 1px solid #ddd;
  font-size: 15px;
  font-family: helvetica;
  line-height: 1.4;
}

#wp-a11y-speak-polite,
#wp-a11y-speak-assertive {
  display: none;
}

/*-----------------------------------------------------------
*
*	Base	
*
*------------------------------------------------------------*/
/*-----------------------------------------------------------
*
*	Utilities
*
*------------------------------------------------------------*/
@media (max-width: 1279px) {
  body.front .vertical-tablet > .stk-column-wrapper > .stk-block-content {
    flex-direction: column;
    flex-wrap: wrap;
  }
}
@media (max-width: 1279px) {
  body.front .flex-row-tablet > .stk-column-wrapper > .stk-block-content {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 0px 40px !important;
  }
}
@media (max-width: 1279px) {
  body.front .center-cols-tablet > .stk-inner-blocks .stk-block-column {
    width: 100% !important;
  }
  body.front .center-cols-tablet > .stk-inner-blocks .stk-block-column > .stk-block-column__content > .stk-block-content {
    align-items: center;
    justify-content: center;
  }
  body.front .center-cols-tablet > .stk-inner-blocks .stk-block-column > .stk-block-column__content > .stk-block-content * {
    text-align: center;
  }
}
@media (min-width: 1280px) {
  body.front .force-center > .stk-block-content {
    justify-content: space-between;
  }
  body.front .force-center > .stk-block-content > :first-child,
  body.front .force-center > .stk-block-content > :last-child {
    flex-grow: 1 !important;
    flex-basis: 0 !important;
    flex-wrap: wrap !important;
  }
}
body.front .flex-wrap {
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  body.front .flex-wrap-phone .stk--block-horizontal-flex {
    flex-wrap: wrap !important;
    justify-content: flex-start !important;
  }
}
body.front .space-between * {
  text-align: left !important;
  justify-content: space-between;
}
body.front .justify-content-between {
  justify-content: space-between;
}

/*-----------------------------------------------------------
*
*	Accessibility
*
*------------------------------------------------------------*/
#skip-link {
  padding: 0 15px;
  font-size: 16px;
  color: #000;
  position: absolute;
  left: -999px;
  top: -999px;
  background: #fff;
  z-index: 9999;
  text-decoration: none;
}

#skip-link:focus {
  left: 5px;
  top: 5px;
}

body.tab-pressed .entry-content > div:first-child:focus {
  border: 3px solid Highlight;
}
body.tab-pressed .wp-block-navigation__submenu-container li {
  margin: 0 0 2px !important;
}
body.tab-pressed .stk-block-carousel__dot:focus:before {
  background: var(--dot-color-hover) !important;
}
body.tab-pressed .stk-block-carousel__button:focus {
  outline: 2px solid Highlight !important;
}

/*-----------------------------------------------------------
*
*	Base	
*
*------------------------------------------------------------*/
/*!

Typography 

*/
/*-----------------------------------------------------------
*
*	Base	
*
*------------------------------------------------------------*/
/*-----------------------------------------------------------
*
*	Mixins
*
*------------------------------------------------------------*/
/* Equal Heights
--------------------------------------------------------------*/
/* Nav Icons
--------------------------------------------------------------*/
:root {
  --body-font: Manrope, helvetica;
  --body-color: #403F41;
  --body-font-weight: 400;
  --body-line-height: 1.8;
  --body-letter-spacing: normal;
  --heading-font: "EB Garamond", helvetica;
  --stk-heading-color: var(--body-color);
  --heading-line-height: 1.2;
  --heading-letter-spacing: .02em;
  --heading-font-weight: 400;
  --heading-margin-bottom: clamp(20px, -2.5rem + 6.014vw, 40px);
  --preferred: -2.5rem + 5.014vw;
  --smallest: 1rem;
  font-size: 125%;
}
@media (max-width: 1279px) {
  :root {
    font-size: 100%;
  }
}

body.front {
  font-family: var(--body-font);
}

body.front {
  font-family: var(--body-font);
  color: var(--body-color);
  font-weight: var(--body-font-weight);
  line-height: var(--body-line-height);
  letter-spacing: var(--body-letter-spacing);
  --stk-block-margin-bottom: clamp(20px, 1.4vw, 30px);
}
body.front .wp-block-stackable-heading {
  --stk-block-margin-bottom: var(--heading-margin-bottom);
}
body.front h1, body.front h2, body.front h3, body.front h4, body.front h5, body.front h6 {
  font-weight: var(--heading-font-weight);
  line-height: var(--heading-line-height);
  font-family: var(--heading-font);
  letter-spacing: var(--heading-letter-spacing);
  margin-bottom: var(--heading-margin-bottom);
}
body.front h1 > a, body.front h2 > a, body.front h3 > a, body.front h4 > a, body.front h5 > a, body.front h6 > a, body.front p > a, body.front ol li > a,
body.front ul:not(.wp-block-navigation__container):not(.wp-block-navigation__submenu-container) li > a {
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
  color: inherit;
}
body.front p, body.front .wp-block-stackable-text, body.front ul:not(.wp-block-navigation, .wp-block-navigation-submenu), body.front ol, body.front video, body.front figure.wp-block-image {
  margin-bottom: clamp(18px, 1.4vw, 40px);
}
body.front h1, body.front .h1, body.front .h1 * {
  --smallest: 1.9rem;
  font-size: clamp(var(--smallest), -2.784rem + 9.966vw, 3.75rem);
}
body.front h2, body.front .h2, body.front .h2 * {
  --smallest: 1.5rem;
  font-size: clamp(var(--smallest), -0.699rem + 6.014vw, 2.8rem);
}
body.front h3, body.front .h3, body.front .h3 * {
  --smallest: 1.3rem;
  font-size: clamp(var(--smallest), -2.784rem + 6.014vw, 2rem);
}
body.front h4, body.front .h4, body.front .h4 * {
  --smallest: 1.2rem;
  font-size: clamp(var(--smallest), var(--preferred), 1.5rem);
}
body.front h5, body.front .h5, body.front .h5 * {
  --smallest: 1.2rem;
  font-size: clamp(var(--smallest), var(--preferred), 1.2rem);
}
body.front h6, body.front .h6, body.front .h6 * {
  --smallest: 1.3rem;
  font-size: clamp(var(--smallest), var(--preferred), 1.2rem);
}
body.front .stk-block-subtitle {
  --stk-block-margin-bottom: clamp(15px, -1.699rem + 6.014vw, 20px);
}
body.front .stk-block-subtitle p:not(.stk-block-posts__meta) {
  --smallest: .7em;
  font-size: clamp(var(--smallest), -0.67rem + 2.286vw, 0.9rem);
  line-height: 1.5;
  margin-bottom: 0;
  color: var(--blue);
  letter-spacing: 0.216rem;
  text-transform: uppercase;
  font-weight: 600;
}
body.front .stk-block-subtitle:not(.plain) p:not(.stk-block-posts__meta):before, body.front .stk-block-subtitle:not(.plain) p:not(.stk-block-posts__meta):after {
  position: relative;
  display: inline-block;
  white-space: pre;
  word-spacing: -2px;
}
body.front .stk-block-subtitle:not(.plain) p:not(.stk-block-posts__meta):before {
  content: "• ";
}
body.front .stk-block-subtitle:not(.plain) p:not(.stk-block-posts__meta):after {
  content: " •";
}
body.front {
  /* Utility Font-sizes
  --------------------------------------------------------------*/
}
body.front .rem1-0,
body.front .rem1-0 * {
  font-size: clamp(var(--smallest, 1rem), calc(-0.155rem + 2.405vw), 1rem);
}
body.front .rem1-05,
body.front .rem1-05 * {
  font-size: clamp(var(--smallest, 1rem), calc(-0.155rem + 2.405vw), 1.05rem);
}
body.front .rem1-1,
body.front .rem1-1 * {
  font-size: clamp(var(--smallest, 1rem), calc(-0.155rem + 2.405vw), 1.1rem);
}
body.front .rem1-15,
body.front .rem1-15 * {
  font-size: clamp(var(--smallest, 1rem), calc(-0.155rem + 2.405vw), 1.15rem);
}
body.front .rem1-2,
body.front .rem1-2 * {
  font-size: clamp(var(--smallest, 1rem), calc(-0.155rem + 2.405vw), 1.2rem);
}
body.front .rem1-25,
body.front .rem1-25 * {
  font-size: clamp(var(--smallest, 1rem), calc(-0.155rem + 2.405vw), 1.25rem);
}
body.front .rem1-3,
body.front .rem1-3 * {
  font-size: clamp(var(--smallest, 1rem), calc(-0.155rem + 2.405vw), 1.3rem);
}
body.front .rem1-35,
body.front .rem1-35 * {
  font-size: clamp(var(--smallest, 1rem), calc(-0.155rem + 2.405vw), 1.35rem);
}
body.front .rem1-4,
body.front .rem1-4 * {
  font-size: clamp(var(--smallest, 1rem), calc(-0.155rem + 2.405vw), 1.4rem);
}
body.front .rem1-45,
body.front .rem1-45 * {
  font-size: clamp(var(--smallest, 1rem), calc(-0.155rem + 2.405vw), 1.45rem);
}
body.front .rem1-5,
body.front .rem1-5 * {
  font-size: clamp(var(--smallest, 1rem), calc(-0.155rem + 2.405vw), 1.5rem);
}
body.front .rem1-55,
body.front .rem1-55 * {
  font-size: clamp(var(--smallest, 1rem), calc(-0.155rem + 2.405vw), 1.55rem);
}
body.front .rem1-6,
body.front .rem1-6 * {
  font-size: clamp(var(--smallest, 1rem), calc(-0.155rem + 2.405vw), 1.6rem);
}
body.front .rem1-65,
body.front .rem1-65 * {
  font-size: clamp(var(--smallest, 1rem), calc(-0.155rem + 2.405vw), 1.65rem);
}
body.front .rem1-7,
body.front .rem1-7 * {
  font-size: clamp(var(--smallest, 1rem), calc(-0.155rem + 2.405vw), 1.7rem);
}
body.front .rem1-75,
body.front .rem1-75 * {
  font-size: clamp(var(--smallest, 1rem), calc(-0.155rem + 2.405vw), 1.75rem);
}
body.front .rem1-8,
body.front .rem1-8 * {
  font-size: clamp(var(--smallest, 1rem), calc(-0.155rem + 2.405vw), 1.8rem);
}
body.front .rem1-85,
body.front .rem1-85 * {
  font-size: clamp(var(--smallest, 1rem), calc(-0.155rem + 2.405vw), 1.85rem);
}
body.front .rem1-9,
body.front .rem1-9 * {
  font-size: clamp(var(--smallest, 1rem), calc(-0.155rem + 2.405vw), 1.9rem);
}
body.front .rem1-95,
body.front .rem1-95 * {
  font-size: clamp(var(--smallest, 1rem), calc(-0.155rem + 2.405vw), 1.95rem);
}
body.front .rem2-0,
body.front .rem2-0 * {
  font-size: clamp(var(--smallest, 1rem), calc(-0.979rem + 4.124vw), 2rem);
}
body.front .rem2-05,
body.front .rem2-05 * {
  font-size: clamp(var(--smallest, 1rem), calc(-0.979rem + 4.124vw), 2.05rem);
}
body.front .rem2-1,
body.front .rem2-1 * {
  font-size: clamp(var(--smallest, 1rem), calc(-0.979rem + 4.124vw), 2.1rem);
}
body.front .rem2-15,
body.front .rem2-15 * {
  font-size: clamp(var(--smallest, 1rem), calc(-0.979rem + 4.124vw), 2.15rem);
}
body.front .rem2-2,
body.front .rem2-2 * {
  font-size: clamp(var(--smallest, 1rem), calc(-0.979rem + 4.124vw), 2.2rem);
}
body.front .rem2-25,
body.front .rem2-25 * {
  font-size: clamp(var(--smallest, 1rem), calc(-0.979rem + 4.124vw), 2.25rem);
}
body.front .rem2-3,
body.front .rem2-3 * {
  font-size: clamp(var(--smallest, 1rem), calc(-0.979rem + 4.124vw), 2.3rem);
}
body.front .rem2-35,
body.front .rem2-35 * {
  font-size: clamp(var(--smallest, 1rem), calc(-0.979rem + 4.124vw), 2.35rem);
}
body.front .rem2-4,
body.front .rem2-4 * {
  font-size: clamp(var(--smallest, 1rem), calc(-0.979rem + 4.124vw), 2.4rem);
}
body.front .rem2-45,
body.front .rem2-45 * {
  font-size: clamp(var(--smallest, 1rem), calc(-0.979rem + 4.124vw), 2.45rem);
}
body.front .rem2-5,
body.front .rem2-5 * {
  font-size: clamp(var(--smallest, 1rem), calc(-0.979rem + 4.124vw), 2.5rem);
}
body.front .rem2-55,
body.front .rem2-55 * {
  font-size: clamp(var(--smallest, 1rem), calc(-0.979rem + 4.124vw), 2.55rem);
}
body.front .rem2-6,
body.front .rem2-6 * {
  font-size: clamp(var(--smallest, 1rem), calc(-0.979rem + 4.124vw), 2.6rem);
}
body.front .rem2-65,
body.front .rem2-65 * {
  font-size: clamp(var(--smallest, 1rem), calc(-0.979rem + 4.124vw), 2.65rem);
}
body.front .rem2-7,
body.front .rem2-7 * {
  font-size: clamp(var(--smallest, 1rem), calc(-0.979rem + 4.124vw), 2.7rem);
}
body.front .rem2-75,
body.front .rem2-75 * {
  font-size: clamp(var(--smallest, 1rem), calc(-0.979rem + 4.124vw), 2.75rem);
}
body.front .rem2-8,
body.front .rem2-8 * {
  font-size: clamp(var(--smallest, 1rem), calc(-0.979rem + 4.124vw), 2.8rem);
}
body.front .rem2-85,
body.front .rem2-85 * {
  font-size: clamp(var(--smallest, 1rem), calc(-0.979rem + 4.124vw), 2.85rem);
}
body.front .rem2-9,
body.front .rem2-9 * {
  font-size: clamp(var(--smallest, 1rem), calc(-0.979rem + 4.124vw), 2.9rem);
}
body.front .rem2-95,
body.front .rem2-95 * {
  font-size: clamp(var(--smallest, 1rem), calc(-0.979rem + 4.124vw), 2.95rem);
}
body.front .rem3-0,
body.front .rem3-0 * {
  font-size: clamp(var(--smallest, 1rem), calc(-1.804rem + 5.842vw), 3rem);
}
body.front .rem3-05,
body.front .rem3-05 * {
  font-size: clamp(var(--smallest, 1rem), calc(-1.804rem + 5.842vw), 3.05rem);
}
body.front .rem3-1,
body.front .rem3-1 * {
  font-size: clamp(var(--smallest, 1rem), calc(-1.804rem + 5.842vw), 3.1rem);
}
body.front .rem3-15,
body.front .rem3-15 * {
  font-size: clamp(var(--smallest, 1rem), calc(-1.804rem + 5.842vw), 3.15rem);
}
body.front .rem3-2,
body.front .rem3-2 * {
  font-size: clamp(var(--smallest, 1rem), calc(-1.804rem + 5.842vw), 3.2rem);
}
body.front .rem3-25,
body.front .rem3-25 * {
  font-size: clamp(var(--smallest, 1rem), calc(-1.804rem + 5.842vw), 3.25rem);
}
body.front .rem3-3,
body.front .rem3-3 * {
  font-size: clamp(var(--smallest, 1rem), calc(-1.804rem + 5.842vw), 3.3rem);
}
body.front .rem3-35,
body.front .rem3-35 * {
  font-size: clamp(var(--smallest, 1rem), calc(-1.804rem + 5.842vw), 3.35rem);
}
body.front .rem3-4,
body.front .rem3-4 * {
  font-size: clamp(var(--smallest, 1rem), calc(-1.804rem + 5.842vw), 3.4rem);
}
body.front .rem3-45,
body.front .rem3-45 * {
  font-size: clamp(var(--smallest, 1rem), calc(-1.804rem + 5.842vw), 3.45rem);
}
body.front .rem3-5,
body.front .rem3-5 * {
  font-size: clamp(var(--smallest, 1rem), calc(-1.804rem + 5.842vw), 3.5rem);
}
body.front .rem3-55,
body.front .rem3-55 * {
  font-size: clamp(var(--smallest, 1rem), calc(-1.804rem + 5.842vw), 3.55rem);
}
body.front .rem3-6,
body.front .rem3-6 * {
  font-size: clamp(var(--smallest, 1rem), calc(-1.804rem + 5.842vw), 3.6rem);
}
body.front .rem3-65,
body.front .rem3-65 * {
  font-size: clamp(var(--smallest, 1rem), calc(-1.804rem + 5.842vw), 3.65rem);
}
body.front .rem3-7,
body.front .rem3-7 * {
  font-size: clamp(var(--smallest, 1rem), calc(-1.804rem + 5.842vw), 3.7rem);
}
body.front .rem3-75,
body.front .rem3-75 * {
  font-size: clamp(var(--smallest, 1rem), calc(-1.804rem + 5.842vw), 3.75rem);
}
body.front .rem3-8,
body.front .rem3-8 * {
  font-size: clamp(var(--smallest, 1rem), calc(-1.804rem + 5.842vw), 3.8rem);
}
body.front .rem3-85,
body.front .rem3-85 * {
  font-size: clamp(var(--smallest, 1rem), calc(-1.804rem + 5.842vw), 3.85rem);
}
body.front .rem3-9,
body.front .rem3-9 * {
  font-size: clamp(var(--smallest, 1rem), calc(-1.804rem + 5.842vw), 3.9rem);
}
body.front .rem3-95,
body.front .rem3-95 * {
  font-size: clamp(var(--smallest, 1rem), calc(-1.804rem + 5.842vw), 3.95rem);
}

/*-----------------------------------------------------------
*
*	Base	
*
*------------------------------------------------------------*/
/*-----------------------------------------------------------
*
*	Header
*
*------------------------------------------------------------*/
.front #header {
  --stk-transition-default: 0;
  --stk-block-wide-width: 1650px;
  --smaller-logo: 90px;
  z-index: 10;
  transition: all 0.2s;
  width: 100%;
}
.front #header.hide {
  transform: translateY(-103%);
}
@media (max-width: 1279px) {
  .front #header {
    display: none;
  }
}
.front #header .wp-block-button:hover a {
  background-color: var(--brown) !important;
  border-color: var(--brown) !important;
  opacity: 0.9 !important;
}

body.has-sticky-header #header {
  position: fixed;
  top: 0;
}

.home-link {
  line-height: 0;
}
.home-link picture {
  display: block;
  transition: all 0.3s;
  width: 100%;
}
.home-link picture img {
  max-width: 100% !important;
}
.home-link .logo,
.home-link .color-logo {
  opacity: 1 !important;
}

/* Prevents Layout Shift
--------------------------------------------------------------*/
#header .menu-item.has-icon {
  min-width: 28px;
}
#header .menu-item.has-icon svg, #header .menu-item.has-icon i {
  position: absolute;
  left: 0;
}
#header nav li a {
  min-width: 1em;
  display: block;
}

/* Shrink the header on page scroll
--------------------------------------------------------------*/
body.page-scrolled #header {
  padding: 15px 0 !important;
  box-shadow: rgba(0, 0, 0, 0.03) -12px 2px 5px;
}
body.page-scrolled #header-banner {
  margin-top: -30px !important;
  opacity: 0;
}
body.page-scrolled .logo-col {
  margin-top: 0 !important;
}
body.page-scrolled .home-link picture {
  width: var(--smaller-logo) !important;
}

/*-----------------------------------------------------------
*
*	Base	
*
*------------------------------------------------------------*/
/*-----------------------------------------------------------
*
*	Transparent Header
*
*------------------------------------------------------------*/
.trans-header #header {
  position: absolute;
}
.trans-header #content-start {
  display: none;
}
.trans-header:not(.trans-header-active) .white-logo {
  display: none;
  transition-delay: 4s;
}

.trans-header-active #header-banner a:hover {
  opacity: 0.7;
}
.trans-header-active #header {
  background: transparent !important;
  box-shadow: none;
}
.trans-header-active #header .color-logo {
  display: none;
}
.trans-header-active:not(.has-dark-nav) #header {
  --primary-nav-hover: #fff;
  --nav-line-color: #fff;
}
.trans-header-active:not(.has-dark-nav) #header [data-block-name="woocommerce/customer-account"],
.trans-header-active:not(.has-dark-nav) #header .wc-block-mini-cart__amount,
.trans-header-active:not(.has-dark-nav) #header .stk-block-icon-button,
.trans-header-active:not(.has-dark-nav) #header .secondary-nav > *:not(.wp-block-button__link, ul, div) {
  color: #fff !important;
  fill: #fff !important;
}
.trans-header-active:not(.has-dark-nav) #header .wc-block-mini-cart__icon path {
  fill: #fff !important;
}
.trans-header-active:not(.has-dark-nav) #header nav > ul > li,
.trans-header-active:not(.has-dark-nav) #header nav > ul > li > a {
  color: #fff !important;
  fill: #fff !important;
}
.trans-header-active:not(.has-dark-nav) #header nav > ul > li.menu-item-has-children > a:after, .trans-header-active:not(.has-dark-nav) #header nav > ul > li.has-child > a:after {
  color: #fff;
}
.trans-header-active:not(.has-dark-nav) #header .secondary-nav li:hover a {
  opacity: 0.7;
}

/*-----------------------------------------------------------
*
*	Base	
*
*------------------------------------------------------------*/
/*-----------------------------------------------------------
*
*	Header fix  on narrow Windows
*
*------------------------------------------------------------*/
/* Shrink the header and navigation on narrow screens 
--------------------------------------------------------------*/
@media (min-width: 1280px) and (max-width: 1580px) {
  #content-start {
    height: 131px !important;
  }
  .home-link picture {
    width: var(--smaller-logo) !important;
  }
  #header-banner {
    transform: translateY(-4px);
  }
  #header-banner ul.wp-block-navigation {
    gap: 10px;
  }
  #header-banner a,
  #header-banner a span {
    font-size: 15px !important;
  }
  #header div:not(.secondary-nav) nav {
    gap: 34px;
  }
  #header div:not(.secondary-nav) nav ul.wp-block-navigation > li {
    font-size: 0.7rem !important;
  }
  #header div:not(.secondary-nav) nav ul.wp-block-navigation > li .wp-block-navigation__submenu-container > li {
    font-size: 1em !important;
  }
  #header div:not(.secondary-nav) nav ul.wp-block-navigation > li .wp-block-navigation__submenu-container > li a span {
    font-size: 14px !important;
    letter-spacing: 0 !important;
  }
  #header div:not(.secondary-nav) nav .wp-block-button a {
    font-size: 0.77rem !important;
  }
}
/*-----------------------------------------------------------
*
*	Base	
*
*------------------------------------------------------------*/
/*-----------------------------------------------------------
*
*	Header Banner
*
*------------------------------------------------------------*/
#header-banner {
  transition: all 0.2s !important;
}
#header-banner a.stk-button:hover span,
#header-banner a.wp-block-navigation-item__content:hover {
  text-decoration: underline !important;
}
#header-banner .current-menu-item a {
  text-decoration: underline !important;
}
#header-banner .stk-block-button-group {
  margin-top: 0 !important;
}
@media (max-width: 1279px) {
  #header-banner nav {
    gap: 14px;
  }
  #header-banner nav li:after {
    padding-left: 6px;
  }
  #header-banner nav li a {
    font-size: 14px;
  }
}

/*-----------------------------------------------------------
*
*	Base	
*
*------------------------------------------------------------*/
/*

Project Footer

*/
#footer a:hover,
#footer .current-menu-item a {
  color: var(--brown-on-navy);
}
#footer a:hover span,
#footer a:hover svg path,
#footer .current-menu-item a span,
#footer .current-menu-item a svg path {
  color: var(--brown-on-navy);
  fill: var(--brown-on-navy);
}
@media (max-width: 1279px) {
  #footer .items-justified-space-between {
    justify-content: center;
  }
  #footer .wp-block-navigation {
    gap: 10px 20px;
    text-align: center;
    align-items: center;
  }
  #footer .wp-block-navigation a {
    font-size: 16px;
    letter-spacing: 0;
  }
}
#footer {
  /* Copyright
  --------------------------------------------------------------*/
}
#footer #footer-copyright * {
  font-size: clamp(15px, -1.4rem + 3.3vw, 16px) !important;
  margin-bottom: 0;
}
@media (max-width: 1279px) {
  #footer #footer-copyright .wp-block-navigation__container {
    gap: 12px;
  }
}
#footer {
  /* Center Everything below desktop
  --------------------------------------------------------------*/
}
@media (max-width: 1279px) {
  #footer * {
    text-align: center !important;
  }
  #footer .wp-block-navigation {
    margin-bottom: 0 !important;
    align-items: center;
    text-align: center;
    flex-direction: column;
    gap: 5px;
  }
  #footer .wp-block-navigation li {
    margin-bottom: 6px !important;
  }
  #footer .wp-block-navigation__container,
  #footer .stk-block.stk-column,
  #footer .wp-block-group,
  #footer .stk-row:not(.stk-button-group),
  #footer .stk--block-horizontal-flex {
    align-items: center !important;
    justify-content: center;
    width: 100% !important;
    flex: 1 0 !important;
    flex-direction: column !important;
  }
  #footer #footer-copyright nav {
    order: -1;
    margin-bottom: 15px !important;
  }
}

/*-----------------------------------------------------------
*
*	Base	
*
*------------------------------------------------------------*/
/*-----------------------------------------------------------
*
*	Block Utilities
*
*------------------------------------------------------------*/
/* Collapsing Columns
--------------------------------------------------------------*/
.fit-content > .stk-row > div {
  flex: 0 1 fit-content !important;
}

@media (min-width: 767.1px) {
  .reverse-odd li:nth-child(odd) > div > .stk-container {
    display: flex;
    flex-direction: column-reverse;
  }
  .image-bottom li > div > .stk-container {
    display: flex;
    flex-direction: column-reverse;
  }
}
body.front {
  /* Align blocks to wide-width left & edge of window right
  --------------------------------------------------------------*/
}
@media (min-width: 1610px) {
  body.front .wide-width-left {
    padding-left: calc((100vw - var(--wide-width)) / 2) !important;
    transition: none !important;
  }
  body.front .wide-width-right {
    padding-right: calc((100vw - var(--wide-width)) / 2) !important;
    transition: none !important;
  }
}
body.front .wp-block-image.full-width img {
  width: 100%;
}
body.front .wp-block-categories {
  list-style: none !important;
  padding-left: 0;
}
body.front .wp-block-separator.is-style-wide {
  margin-left: 4%;
  margin-right: 4%;
}
body.front .wp-block-table {
  margin-top: 50px;
  margin-bottom: 50px;
}
body.front .wp-block-embed-youtube {
  margin-bottom: 0 !important;
}
body.front .caption-links figcaption,
body.front .caption-links figcaption a {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  opacity: 0;
}
body.front ul.blocks-gallery-grid {
  width: 100%;
  padding-left: 0;
  margin-bottom: 0;
}
body.front .inline-gallery {
  text-align: center;
}
body.front .inline-gallery ul.blocks-gallery-grid {
  display: block;
}
body.front .inline-gallery li {
  width: auto !important;
  display: inline-block !important;
  padding: 20px;
}
body.front .has-encompass-media div {
  height: 100% !important;
  padding: 0 !important;
  margin: 0 !important;
}
body.front .has-encompass-media iframe,
body.front .has-encompass-media video {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}

/*-----------------------------------------------------------
*
*	Base	
*
*------------------------------------------------------------*/
/*!

Blocks Base

 */
.wp-site-blocks {
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 100vh;
  overflow: hidden;
}

.is-reusable,
.alignfull {
  max-width: none !important;
}

.is-layout-flex,
.wp-block-group {
  position: relative;
}

.wp-block-gallery {
  flex-wrap: wrap;
}

.wp-block-file {
  border: 1px solid #ccc;
  padding: 5px 10px 10px;
  text-align: center;
}

.is-content-justification-space-between {
  width: 100%;
  justify-content: space-between;
}

.wp-block-query {
  width: 100%;
  margin: 0 !important;
}

.wp-block-post-content,
.wp-block-template-part,
.wp-site-blocks {
  width: 100%;
  margin: 0 !important;
}
.wp-block-post-content > *,
.wp-block-template-part > *,
.wp-site-blocks > * {
  margin-left: auto;
  margin-right: auto;
}
.wp-block-post-content > .alignfull,
.wp-block-template-part > .alignfull,
.wp-site-blocks > .alignfull {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}
.wp-block-post-content .is-style-center,
.wp-block-post-content .aligncenter,
.wp-block-template-part .is-style-center,
.wp-block-template-part .aligncenter,
.wp-site-blocks .is-style-center,
.wp-site-blocks .aligncenter {
  max-width: var(--content-width);
}
.wp-block-post-content .alignwide,
.wp-block-post-content .is-style-wide,
.wp-block-post-content .stk-block-spacer,
.wp-block-template-part .alignwide,
.wp-block-template-part .is-style-wide,
.wp-block-template-part .stk-block-spacer,
.wp-site-blocks .alignwide,
.wp-site-blocks .is-style-wide,
.wp-site-blocks .stk-block-spacer {
  max-width: var(--wide-width);
  width: 100%;
}
@media (max-width: 1610px) {
  .wp-block-post-content .stk-block-spacer,
  .wp-block-template-part .stk-block-spacer,
  .wp-site-blocks .stk-block-spacer {
    width: auto !important;
    margin-left: 25px !important;
    margin-right: 25px !important;
  }
}

/*-----------------------------------------------------------
*
*	Base	
*
*------------------------------------------------------------*/
/*!

Typography 

*/
/*-----------------------------------------------------------
*
*	Query Loop
*
*------------------------------------------------------------*/
#site-wrap {
  /* Make Equal heights Items in the Loop
  --------------------------------------------------------------*/
}
#site-wrap .equal-heights .wp-block-post > div,
#site-wrap .equal-heights .wp-block-post > div > div,
#site-wrap .equal-heights .wp-block-post > div > div > div {
  height: 100%;
}
@media (min-width: 1280px) {
  #site-wrap .equal-heights-min-desktop .wp-block-post > div,
  #site-wrap .equal-heights-min-desktop .wp-block-post > div > div,
  #site-wrap .equal-heights-min-desktop .wp-block-post > div > div > div {
    height: 100%;
  }
}
@media (min-width: 768px) {
  #site-wrap .equal-heights-min-tablet .wp-block-post > div,
  #site-wrap .equal-heights-min-tablet .wp-block-post > div > div,
  #site-wrap .equal-heights-min-tablet .wp-block-post > div > div > div {
    height: 100%;
  }
}
@media (max-width: 1279px) {
  #site-wrap .equal-heights-tablet .wp-block-post > div,
  #site-wrap .equal-heights-tablet .wp-block-post > div > div,
  #site-wrap .equal-heights-tablet .wp-block-post > div > div > div {
    height: 100%;
  }
}
@media (max-width: 767px) {
  #site-wrap .equal-heights-phone .wp-block-post > div,
  #site-wrap .equal-heights-phone .wp-block-post > div > div,
  #site-wrap .equal-heights-phone .wp-block-post > div > div > div {
    height: 100%;
  }
}
#site-wrap .wp-block-post-template {
  list-style-type: none;
  padding-left: 0;
  margin-bottom: 0 !important;
}
#site-wrap .wp-block-post-template .wp-block-post {
  padding: 0 !important;
  margin: 0 !important;
}
@media (max-width: 1279px) and (min-width: 601px) {
  #site-wrap .wp-block-post-template.columns-3, #site-wrap .wp-block-post-template.columns-4 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
#site-wrap .wp-block-post-template {
  /* Fixed Width Tiles
  --------------------------------------------------------------*/
}
#site-wrap .wp-block-post-template.fixed-widths {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
}
#site-wrap .wp-block-post-template.fixed-widths > li {
  flex-basis: auto;
}
#site-wrap .lbs-post-date p {
  font-size: clamp(1rem, -1.4rem + var(--clamp), 2.5rem);
  justify-content: center;
}
#site-wrap .lbs-post-date .split {
  line-height: 1.3;
  text-align: center;
  display: block;
}
#site-wrap .lbs-post-date .month-year {
  text-align: center;
  text-transform: uppercase;
  display: block;
}
#site-wrap .lbs-post-date .month-year span {
  line-height: 1.1;
  display: block;
  text-align: center;
  font-size: 0.6em !important;
}

/*-----------------------------------------------------------
*
*	Base	
*
*------------------------------------------------------------*/
/*-----------------------------------------------------------
*
*	Pagination
*
*------------------------------------------------------------*/
.wp-block-query-pagination {
  font-size: clamp(1rem, -2.2rem + 6.014vw, 1.2rem);
  color: #02028F;
}
.wp-block-query-pagination .wp-block-query-pagination-numbers a,
.wp-block-query-pagination .wp-block-query-pagination-numbers .current {
  margin: 0 0.2rem;
  padding: 0.3em 1.1em;
  border-radius: 60px;
  font-family: var(--body-font) !important;
}
.wp-block-query-pagination .wp-block-query-pagination-numbers .current,
.wp-block-query-pagination .wp-block-query-pagination-numbers a:hover {
  background: var(--blue) !important;
  color: #fff;
  opacity: 1;
}

/*-----------------------------------------------------------
*
*	Base	
*
*------------------------------------------------------------*/
/*-----------------------------------------------------------
*
*	Tables
*
*------------------------------------------------------------*/
body.front .wp-block-table table {
  min-width: var(--table-min, 500px);
}
body.front .wp-block-table th, body.front .wp-block-table td {
  vertical-align: top;
}
body.front .wp-block-table.plain td, body.front .wp-block-table.plain th {
  border: none !important;
}
body.front .wp-block-table:not(.is-style-stripes):not(.plain) {
  display: block;
}
body.front .wp-block-table:not(.is-style-stripes):not(.plain) table {
  text-align: left;
  line-height: 1.35;
}
body.front .wp-block-table:not(.is-style-stripes):not(.plain) table th {
  background: var(--dark-green);
  color: #fff;
  font-size: clamp(0.8em, -4.784rem + 9.966vw, 0.9rem);
  padding: clamp(10px, -2.784rem + 9.966vw, 15px) 14px;
  position: relative;
}
body.front .wp-block-table:not(.is-style-stripes):not(.plain) table th:not(last-child) {
  border: 1px solid var(--brown);
}
body.front .wp-block-table:not(.is-style-stripes):not(.plain) table td {
  font-size: clamp(0.8em, -4.784rem + 9.966vw, 0.9rem);
  border: none;
  position: relative;
  border: 1px solid;
  padding: 10px;
  vertical-align: top;
}
body.front .table-body-radius tbody tr:first-child td {
  padding-top: 20px;
}
body.front .table-body-radius tbody tr:first-child td:first-child {
  border-radius: 20px 0 0 0;
}
body.front .table-body-radius tbody tr:first-child td:last-child {
  border-radius: 0 20px 0 0;
}
body.front .table-body-radius tbody tr:last-child td {
  padding-bottom: 20px;
}
body.front .table-body-radius tbody tr:last-child td:first-child {
  border-radius: 0 0 0 20px;
}
body.front .table-body-radius tbody tr:last-child td:last-child {
  border-radius: 0 0 20px 0;
}
body.front .table-body-radius tbody tr:only-child td:first-child {
  border-radius: 20px 0 0 20px;
}
body.front .table-body-radius tbody tr:only-child td:last-child {
  border-radius: 0 20px 20px 0;
}

/*-----------------------------------------------------------
*
*	Base	
*
*------------------------------------------------------------*/
/*-----------------------------------------------------------
*
*	Carousel Block
*
*------------------------------------------------------------*/
/*-----------------------------------------------------------
*
*	Base	
*
*------------------------------------------------------------*/
/*-----------------------------------------------------------
*
*	Carousel Block - Wrap on Desktop
*
*------------------------------------------------------------*/
@media (min-width: 1280px) {
  body.front .stk-block-carousel.carousel-wrap-desktop .stk-block-carousel__dots,
  body.front .stk-block-carousel.carousel-wrap-desktop .stk-block-carousel__buttons {
    display: none !important;
  }
  body.front .stk-block-carousel.carousel-wrap-desktop .stk-block-carousel__slider {
    flex-wrap: wrap !important;
  }
  body.front .stk-block-carousel.carousel-wrap-desktop .stk-block-carousel__slider > * {
    max-width: calc(100% / var(--slides-to-show) - var(--gap) / var(--slides-to-show) * (var(--slides-to-show) - 1)) !important;
  }
  body.front .stk-block-carousel.carousel-wrap-desktop.align-center .stk-block-carousel__slider {
    justify-content: center !important;
  }
}

/*-----------------------------------------------------------
*
*	Base	
*
*------------------------------------------------------------*/
/*-----------------------------------------------------------
*
*	Carousel Block - Swiper JS (Replaces Carousel & adds Fraction Nav) 
*
*------------------------------------------------------------*/
@media (min-width: 768px) {
  body.front .stk-block-carousel.centered-slide {
    --scale: .9;
    --active-scale: 1.05;
  }
  body.front .stk-block-carousel.centered-slide .swiper-wrapper {
    gap: 0 !important;
  }
  body.front .stk-block-carousel.centered-slide .swiper {
    overflow: visible;
  }
  body.front .stk-block-carousel.centered-slide .stk-block-carousel__slider {
    overflow: visible !important;
    cursor: default;
    --gap: 0px;
  }
  body.front .stk-block-carousel.centered-slide .stk-block-carousel__slider > .stk-column {
    transform: scale(var(--scale));
    transition: all 0.3s ease-in-out;
    padding: 0 5px !important;
  }
  body.front .stk-block-carousel.centered-slide .stk-block-carousel__slider > .stk-column.appended:not(.swiper-slide-prev, .swiper-slide-next, .swiper-slide-active) {
    opacity: 0;
  }
  body.front .stk-block-carousel.centered-slide .stk-block-carousel__slider > .stk-column a:hover img {
    opacity: 1 !important;
  }
  body.front .stk-block-carousel.centered-slide .stk-block-carousel__slider {
    /* Angled Cards
    --------------------------------------------------------------*/
  }
  body.front .stk-block-carousel.centered-slide .swiper-slide-active {
    transform: scale(var(--active-scale)) !important;
    z-index: 2;
  }
  body.front .stk-block-carousel.centered-slide .stk-block-carousel__dots:not(.lbs-swiper-nav) {
    display: none;
  }
}

/*-----------------------------------------------------------
*
*	Base	
*
*------------------------------------------------------------*/
/*-----------------------------------------------------------
*
*	Carousel Block - Fraction
*
*------------------------------------------------------------*/
body.front .stk-block-carousel.fraction-dots .stk-block-carousel__dots {
  counter: 1;
}
body.front .stk-block-carousel.fraction-dots .stk-block-carousel__dots > div {
  position: absolute !important;
  left: 0 !important;
  top: 0 !important;
  pointer-events: none;
}
body.front .stk-block-carousel.fraction-dots .stk-block-carousel__dots > div .stk-block-carousel__dot:before {
  display: none !important;
}
body.front .stk-block-carousel.fraction-dots .stk-block-carousel__dots > div .stk-block-carousel__dot:after, body.front .stk-block-carousel.fraction-dots .stk-block-carousel__dots > div:last-child .stk-block-carousel__dot:before {
  background: none !important;
  color: var(--dot-color) !important;
  font-family: helvetica;
  font-size: clamp(1em, -1.4rem + var(--preferred), var(--dot-size)) !important;
  font-weight: 300 !important;
}
body.front .stk-block-carousel.fraction-dots .stk-block-carousel__dots > div .stk-block-carousel__dot--active {
  width: var(--dot-width) !important;
  margin-inline: 0 !important;
}
body.front .stk-block-carousel.fraction-dots .stk-block-carousel__dots > div .stk-block-carousel__dot--active:after {
  content: counter(counter) !important;
}
body.front .stk-block-carousel.fraction-dots .stk-block-carousel__dots > div:last-child .stk-block-carousel__dot:before {
  content: "/  " counter(counter) !important;
  position: absolute !important;
  left: 1.3em !important;
  top: 0 !important;
  align-items: center !important;
  display: flex !important;
  height: max(24px, var(--dot-size, 8px)) !important;
  white-space: nowrap;
  box-shadow: none !important;
  border-radius: 0 !important;
}
body.front .stk-block-carousel.fraction-dots .stk-block-carousel__dots > div {
  counter-increment: counter;
}

/*-----------------------------------------------------------
*
*	Base	
*
*------------------------------------------------------------*/
/*-----------------------------------------------------------
*
*	Carousel Block - Swiper JS (Replaces Carousel & adds Fraction Nav) 
*
*------------------------------------------------------------*/
body.front .stk-block-carousel.image-alt-dots .stk-block-carousel__content-wrapper {
  position: relative;
}
body.front .stk-block-carousel.image-alt-dots .stk-block-carousel__dots {
  left: 10px;
  padding: 0 15px;
  top: initial;
  bottom: 24px !important;
  margin: 0;
  position: absolute;
}
@media (max-width: 1600px) {
  body.front .stk-block-carousel.image-alt-dots .stk-block-carousel__dots {
    --dot-gap: 12px;
    padding: 0 5px;
    flex-wrap: wrap;
    bottom: 8px !important;
    left: 2px;
  }
}
body.front .stk-block-carousel.image-alt-dots .stk-block-carousel__dot {
  width: auto !important;
  height: auto !important;
  padding: 0.3em 1.3em !important;
  color: #fff !important;
  margin-inline: 0 !important;
}
@media (max-width: 1279px) {
  body.front .stk-block-carousel.image-alt-dots .stk-block-carousel__dot {
    padding: 0.2em 0.5em !important;
  }
}
body.front .stk-block-carousel.image-alt-dots .stk-block-carousel__dot span.alt {
  z-index: 1;
  font-size: clamp(10px, -1.4rem + 3.3vw, var(--dot-size));
}
body.front .stk-block-carousel.image-alt-dots .stk-block-carousel__dot.stk-block-carousel__dot--active, body.front .stk-block-carousel.image-alt-dots .stk-block-carousel__dot:hover {
  color: #000 !important;
}
body.front .stk-block-carousel.image-alt-dots .stk-block-carousel__dot:before {
  width: 100% !important;
  height: 100% !important;
}

body.front .stk-block-carousel__slider,
body.front .stk-block-carousel__slider > .stk-block-column {
  cursor: default !important;
}
body.front .nav-offset-fix .stk-block-carousel__buttons {
  inset: var(--button-offset, 12px) 0;
  width: calc(100vw - 50px);
}
body.front {
  /* 100% wrap with no query loop is active
  --------------------------------------------------------------*/
}
body.front .equal-heights .stk-block-carousel__slider > .stk-block-column > .stk-block-column__content,
body.front .equal-heights .stk-block-carousel__slider > .stk-block-column > .stk-block-column__content > .stk-block-content,
body.front .equal-heights .stk-block-carousel__slider > .stk-block-column > .stk-block-column__content > .stk-block-content > div,
body.front .equal-heights .stk-block-carousel__slider > .stk-block-column > .stk-block-column__content > .stk-block-content > div > div {
  height: 100%;
}
@media (min-width: 1390px) {
  body.front .vertical-dots .stk-block-carousel__dots {
    transform: rotate(270deg);
    transform-origin: bottom left;
    left: 80px;
  }
}
@media (min-width: 1280px) {
  body.front .hide-dots-desktop .stk-block-carousel__dots {
    display: none;
  }
  body.front .hide-arrows-desktop .stk-block-carousel__buttons {
    display: none;
  }
}
@media (max-width: 1279px) {
  body.front .hide-dots-tablet .stk-block-carousel__dots {
    display: none;
  }
  body.front .hide-arrows-tablet .stk-block-carousel__buttons {
    display: none;
  }
}
body.front .stk-block-carousel__dots {
  max-width: calc(100vw - 50px);
}
body.front .fixed-carousel-wrap div {
  height: 100%;
}
body.front .stk-block-carousel .wp-block-post-template {
  display: none;
}
body.front .stk-block-carousel[data-nav-id] .stk-block-carousel__buttons {
  display: none;
}
body.front .stk-block-carousel.number-paging .stk-block-carousel__dots [role=listitem] {
  display: none;
}
body.front .stk-block-carousel .buttons-right .stk-block-carousel__buttons {
  max-width: var(--wide-width) !important;
  margin: 0 auto;
}

/*-----------------------------------------------------------
*
*	Base	
*
*------------------------------------------------------------*/
/*-----------------------------------------------------------
*
*	Icon Blocks
*
*------------------------------------------------------------*/
body.front ul.stk-block-icon-list__ul {
  margin-bottom: 0;
}
@media (min-width: 1280px) {
  body.front .stk-block-icon-box.display-row .stk-block-content {
    flex-direction: row;
  }
}
body.front .connected-icons {
  transform: none !important;
  animation: none !important;
  --fixed-bg: linear-gradient(to bottom, var(--line-color, #000) 0, var(--line-color, #000) 50%, var(--accent-color, rgba(255, 255, 255, 0)) 50%);
}
@supports (hanging-punctuation: first) and (font: -apple-system-body) and (-webkit-appearance: none) {
  @media (max-width: 1279px) {
    body.front .connected-icons {
      --fixed-bg: var(--line-color, #000) !important;
    }
  }
}
body.front .connected-icons .stk-block-icon-box {
  overflow: hidden;
  position: relative;
}
body.front .connected-icons .stk-block-icon-box .stk--svg-wrapper:before {
  content: "";
  position: absolute;
  width: 1px;
  height: 5000px;
  top: 50%;
  left: 50%;
  background: var(--fixed-bg);
  background-attachment: fixed;
  z-index: -1;
}
body.front {
  /*-----------------------------------------------------------
  *
  *	Icon Top
  *
  *------------------------------------------------------------*/
}
body.front .icon-top *:not(.stk-button) {
  margin-left: auto !important;
  margin-right: auto !important;
  text-align: center;
}
body.front .icon-top .stk-block-icon-label > .stk-block-content,
body.front .icon-top .stk-block-icon-label .block-editor-block-list__layout {
  flex-direction: column !important;
}
body.front .icon-top .stk-block-icon-label > .stk-block-content > div:not(.block-list-appender),
body.front .icon-top .stk-block-icon-label .block-editor-block-list__layout > div:not(.block-list-appender) {
  margin-left: auto !important;
  margin-right: auto !important;
  width: auto;
}
body.front .icon-top .stk-block-icon-label > .stk-block-content .stk-block-icon,
body.front .icon-top .stk-block-icon-label .block-editor-block-list__layout .stk-block-icon {
  justify-content: center !important;
  position: relative !important;
  left: auto !important;
}
body.front .icon-top .stk-block-icon-label .stk-block-icon .stk--svg-wrapper:before {
  content: none !important;
}
@media (max-width: 767px) {
  body.front .icon-top-phone *:not(.stk-button) {
    margin-left: auto !important;
    margin-right: auto !important;
    text-align: center;
  }
  body.front .icon-top-phone .stk-block-icon-label > .stk-block-content,
  body.front .icon-top-phone .stk-block-icon-label .block-editor-block-list__layout {
    flex-direction: column !important;
  }
  body.front .icon-top-phone .stk-block-icon-label > .stk-block-content > div:not(.block-list-appender),
  body.front .icon-top-phone .stk-block-icon-label .block-editor-block-list__layout > div:not(.block-list-appender) {
    margin-left: auto !important;
    margin-right: auto !important;
    width: auto;
  }
  body.front .icon-top-phone .stk-block-icon-label > .stk-block-content .stk-block-icon,
  body.front .icon-top-phone .stk-block-icon-label .block-editor-block-list__layout .stk-block-icon {
    justify-content: center !important;
    position: relative !important;
    left: auto !important;
  }
  body.front .icon-top-phone .stk-block-icon-label .stk-block-icon .stk--svg-wrapper:before {
    content: none !important;
  }
}
@media (max-width: 1279px) {
  body.front .icon-top-tablet *:not(.stk-button) {
    margin-left: auto !important;
    margin-right: auto !important;
    text-align: center;
  }
  body.front .icon-top-tablet .stk-block-icon-label > .stk-block-content,
  body.front .icon-top-tablet .stk-block-icon-label .block-editor-block-list__layout {
    flex-direction: column !important;
  }
  body.front .icon-top-tablet .stk-block-icon-label > .stk-block-content > div:not(.block-list-appender),
  body.front .icon-top-tablet .stk-block-icon-label .block-editor-block-list__layout > div:not(.block-list-appender) {
    margin-left: auto !important;
    margin-right: auto !important;
    width: auto;
  }
  body.front .icon-top-tablet .stk-block-icon-label > .stk-block-content .stk-block-icon,
  body.front .icon-top-tablet .stk-block-icon-label .block-editor-block-list__layout .stk-block-icon {
    justify-content: center !important;
    position: relative !important;
    left: auto !important;
  }
  body.front .icon-top-tablet .stk-block-icon-label .stk-block-icon .stk--svg-wrapper:before {
    content: none !important;
  }
}
body.front > .wp-block-stackable-icon {
  max-width: none !important;
}
body.front {
  /* Add preserveAspectRatio="none" to the SVG
  --------------------------------------------------------------*/
}
body.front .divider-icon {
  max-width: none !important;
  margin-bottom: 0 !important;
  width: 100% !important;
}
body.front .divider-icon .ugb-custom-icon,
body.front .divider-icon .stk--svg-wrapper,
body.front .divider-icon .stk--inner-svg,
body.front .divider-icon .stk--inner-svg svg.ugb-custom-icon:last-child {
  width: 100% !important;
  min-width: 100% !important;
}
body.front .divider-icon .stk--svg-wrapper .stk--inner-svg svg:last-child {
  width: 100% !important;
}
body.front .pills-list.trans-pills {
  --pill-color: transparent ;
}
body.front .pills-list .stk-block-icon-list--column {
  column-count: auto !important;
}
body.front .pills-list ul.stk-block-icon-list__ul {
  text-align: var(--stk-alignment-text-align, start) !important;
}
body.front .pills-list li {
  display: inline-block;
  width: auto !important;
  background: var(--pill-color, var(--brown));
  border-radius: 5px;
  padding: 5px 10px;
  white-space: nowrap;
}
body.front .pills-list li:not(:last-child) {
  margin-right: var(--stk-icon-list-row-gap, 10px) !important;
}
body.front {
  /* Inline Icon Lists
  --------------------------------------------------------------*/
}
body.front .inline-list .stk-block-icon-list__ul {
  column-count: auto !important;
  display: block;
}
body.front .inline-list .stk-block-icon-list__ul > li,
body.front .inline-list .stk-block-icon-list__ul > div {
  display: inline-block !important;
  width: auto;
  padding-right: var(--stk-icon-list-row-gap);
}

/*-----------------------------------------------------------
*
*	Show First Icon in Numbered List
*
*------------------------------------------------------------*/
.show-first-icon li:not(:first-child) .stk-block-icon-list-item__marker,
.show-first-icon .wp-block-stackable-icon-list-item:not(:first-child) .stk-block-icon-list-item__marker {
  opacity: 0;
}
.show-first-icon.counter-1 li {
  counter-increment: stk-icon-list-counter 1 !important;
}
.show-first-icon.counter-2 li {
  counter-increment: stk-icon-list-counter 2 !important;
}
.show-first-icon.counter-3 li {
  counter-increment: stk-icon-list-counter 3 !important;
}
.show-first-icon.counter-4 li {
  counter-increment: stk-icon-list-counter 4 !important;
}
.show-first-icon.counter-5 li {
  counter-increment: stk-icon-list-counter 5 !important;
}
.show-first-icon.counter-6 li {
  counter-increment: stk-icon-list-counter 6 !important;
}
.show-first-icon.counter-7 li {
  counter-increment: stk-icon-list-counter 7 !important;
}
.show-first-icon.counter-8 li {
  counter-increment: stk-icon-list-counter 8 !important;
}
.show-first-icon.counter-9 li {
  counter-increment: stk-icon-list-counter 9 !important;
}
.show-first-icon.counter-10 li {
  counter-increment: stk-icon-list-counter 10 !important;
}
.show-first-icon.counter-11 li {
  counter-increment: stk-icon-list-counter 11 !important;
}
.show-first-icon.counter-12 li {
  counter-increment: stk-icon-list-counter 12 !important;
}
.show-first-icon.counter-13 li {
  counter-increment: stk-icon-list-counter 13 !important;
}
.show-first-icon.counter-14 li {
  counter-increment: stk-icon-list-counter 14 !important;
}
.show-first-icon.counter-15 li {
  counter-increment: stk-icon-list-counter 15 !important;
}
.show-first-icon.counter-16 li {
  counter-increment: stk-icon-list-counter 16 !important;
}
.show-first-icon.counter-17 li {
  counter-increment: stk-icon-list-counter 17 !important;
}
.show-first-icon.counter-18 li {
  counter-increment: stk-icon-list-counter 18 !important;
}
.show-first-icon.counter-19 li {
  counter-increment: stk-icon-list-counter 19 !important;
}
.show-first-icon.counter-20 li {
  counter-increment: stk-icon-list-counter 20 !important;
}

/*-----------------------------------------------------------
*
*	Base	
*
*------------------------------------------------------------*/
/*-----------------------------------------------------------
*
*	Accordions
*
*------------------------------------------------------------*/
/*-----------------------------------------------------------
*
*	Base	
*
*------------------------------------------------------------*/
/*-----------------------------------------------------------
*
*	Functions
*
*------------------------------------------------------------*/
/*  String Replace
--------------------------------------------------------------*/
/* Numbered Lists
--------------------------------------------------------------*/
/* Reverse z-index's
--------------------------------------------------------------*/
/* Delay Animations
--------------------------------------------------------------*/
/* Three Columns
--------------------------------------------------------------*/
/* Four Columns
--------------------------------------------------------------*/
/*-----------------------------------------------------------
*
*	Rotate Colors
*
*	$colors: #F19D1F, #3D7CA5, 
*   $images: 'image-1.png', 'image-2.png'
*
*------------------------------------------------------------*/
body.front .numbered-acc .wp-block-query .stk-block-accordion:nth-child(1n) .acc-heading .stk-block-heading__text:before {
  content: "1." !important;
}
body.front .numbered-acc .wp-block-query .stk-block-accordion:nth-child(2n) .acc-heading .stk-block-heading__text:before {
  content: "2." !important;
}
body.front .numbered-acc .wp-block-query .stk-block-accordion:nth-child(3n) .acc-heading .stk-block-heading__text:before {
  content: "3." !important;
}
body.front .numbered-acc .wp-block-query .stk-block-accordion:nth-child(4n) .acc-heading .stk-block-heading__text:before {
  content: "4." !important;
}
body.front .numbered-acc .wp-block-query .stk-block-accordion:nth-child(5n) .acc-heading .stk-block-heading__text:before {
  content: "5." !important;
}
body.front .numbered-acc .wp-block-query .stk-block-accordion:nth-child(6n) .acc-heading .stk-block-heading__text:before {
  content: "6." !important;
}
body.front .numbered-acc .wp-block-query .stk-block-accordion:nth-child(7n) .acc-heading .stk-block-heading__text:before {
  content: "7." !important;
}
body.front .numbered-acc .wp-block-query .stk-block-accordion:nth-child(8n) .acc-heading .stk-block-heading__text:before {
  content: "8." !important;
}
body.front .numbered-acc .wp-block-query .stk-block-accordion:nth-child(9n) .acc-heading .stk-block-heading__text:before {
  content: "9." !important;
}
body.front .numbered-acc .wp-block-query .stk-block-accordion:nth-child(10n) .acc-heading .stk-block-heading__text:before {
  content: "10." !important;
}
body.front .numbered-acc .wp-block-query .stk-block-accordion:nth-child(11n) .acc-heading .stk-block-heading__text:before {
  content: "11." !important;
}
body.front .numbered-acc .wp-block-query .stk-block-accordion:nth-child(12n) .acc-heading .stk-block-heading__text:before {
  content: "12." !important;
}
body.front .numbered-acc .wp-block-query .stk-block-accordion:nth-child(13n) .acc-heading .stk-block-heading__text:before {
  content: "13." !important;
}
body.front .numbered-acc .wp-block-query .stk-block-accordion:nth-child(14n) .acc-heading .stk-block-heading__text:before {
  content: "14." !important;
}
body.front .numbered-acc .wp-block-query .stk-block-accordion:nth-child(15n) .acc-heading .stk-block-heading__text:before {
  content: "15." !important;
}
body.front .numbered-acc .wp-block-query .stk-block-accordion:nth-child(16n) .acc-heading .stk-block-heading__text:before {
  content: "16." !important;
}
body.front .numbered-acc .wp-block-query .stk-block-accordion:nth-child(17n) .acc-heading .stk-block-heading__text:before {
  content: "17." !important;
}
body.front .numbered-acc .wp-block-query .stk-block-accordion:nth-child(18n) .acc-heading .stk-block-heading__text:before {
  content: "18." !important;
}
body.front .numbered-acc .wp-block-query .stk-block-accordion:nth-child(19n) .acc-heading .stk-block-heading__text:before {
  content: "19." !important;
}
body.front .numbered-acc .wp-block-query .stk-block-accordion:nth-child(20n) .acc-heading .stk-block-heading__text:before {
  content: "20." !important;
}
body.front .numbered-acc .wp-block-query .stk-block-accordion .acc-heading > .stk-block-heading__text {
  padding-left: 35px;
}
@media (max-width: 767px) {
  body.front .numbered-acc .wp-block-query .stk-block-accordion .acc-heading > .stk-block-heading__text {
    padding-left: 25px;
  }
}
body.front .numbered-acc .wp-block-query .stk-block-accordion .acc-heading > .stk-block-heading__text:before {
  color: #2D67A1;
  font-size: 1em;
  line-height: inherit;
  font-weight: 300;
  position: absolute;
  letter-spacing: 0;
  left: 0;
}
body.front .stk-block-accordion.has-read-more {
  --text: 'VIEW MORE';
}
body.front .stk-block-accordion.has-read-more.stk--is-open {
  --text: 'VIEW LESS';
}
body.front .stk-block-accordion.has-read-more .stk-block-icon:after {
  content: var(--text) !important;
  color: var(--whine);
  display: inline-block;
  font-size: 14px !important;
  white-space: nowrap;
  padding-left: 9px;
  font-weight: 600 !important;
  letter-spacing: 1px;
}
body.front .stk-block-accordion.has-read-more .stk--svg-wrapper,
body.front .stk-block-accordion.has-read-more .stk--svg-wrapper * {
  transform: none !important;
}
body.front {
  /*-----------------------------------------------------------
  *
  *	Background Image accordions
  *
  *------------------------------------------------------------*/
}
body.front .bg-accordions {
  counter-reset: counter;
}
body.front .bg-accordions > .stk-block-hero__content > .stk-block-content {
  display: block !important;
}
body.front .bg-accordions .stk-block-accordion.stk--has-background-overlay {
  counter-increment: counter;
  transition: none !important;
}
body.front .bg-accordions .stk-block-accordion.stk--has-background-overlay:hover:before {
  opacity: 0.5 !important;
}
body.front .bg-accordions .stk-block-accordion.stk--has-background-overlay .stk-block-heading__text,
body.front .bg-accordions .stk-block-accordion.stk--has-background-overlay .stk-button__inner-text {
  display: flex;
  align-items: center;
}
body.front .bg-accordions .stk-block-accordion.stk--has-background-overlay .stk-block-heading__text:before,
body.front .bg-accordions .stk-block-accordion.stk--has-background-overlay .stk-button__inner-text:before {
  content: "0" counter(counter) " -";
  color: #4E8159;
  font-size: 0.88889rem;
  font-weight: 500;
  letter-spacing: 0.08889em;
  position: relative;
  display: inline-block;
  margin-right: 35px;
}
@media (max-width: 1279px) {
  body.front .bg-accordions .stk-block-accordion.stk--has-background-overlay .stk-block-heading__text:before,
  body.front .bg-accordions .stk-block-accordion.stk--has-background-overlay .stk-button__inner-text:before {
    font-size: 0.69rem;
    margin-right: 6px;
  }
}
body.front .bg-accordions .stk-block-accordion.stk--has-background-overlay .stk-button__inner-text:before {
  color: #BCF18A;
}
body.front .bg-accordions .stk-block-accordion.stk--has-background-overlay:not([open]) {
  background: none !important;
}
body.front .bg-accordions .stk-block-accordion.stk--has-background-overlay:not([open]):before {
  display: none;
}
body.front .bg-accordions .stk-block-accordion.stk--has-background-overlay:not([open]) .stk-block-link {
  display: none !important;
}
body.front .bg-accordions .stk-block-accordion.stk--has-background-overlay:not([open]):hover .stk-block-icon {
  transform: scale(96%);
}
body.front .bg-accordions .stk-block-accordion.stk--has-background-overlay[open] summary {
  opacity: 0;
}
body.front .bg-accordions .stk-block-accordion.stk--has-background-overlay[open] summary .stk--svg-wrapper:not(.stk--has-icon2) {
  transform: none !important;
}
body.front .bg-accordions .stk-block-accordion.stk--has-background-overlay .stk-button {
  justify-content: space-between;
}

/*-----------------------------------------------------------
*
*	Base	
*
*------------------------------------------------------------*/
/*-----------------------------------------------------------
*
*	Columns
*
*------------------------------------------------------------*/
/* Make Equal heights outside Loops (EG matching two column heights with loops in each)
--------------------------------------------------------------*/
body.front .force-full-hight > .stk-column-wrapper > .stk-block-content, body.front .force-full-hight > .stk-column-wrapper > .stk-block-content .wp-block-query, body.front .force-full-hight > .stk-column-wrapper > .stk-block-content .wp-block-post-template {
  height: 100%;
}
body.front .force-full-hight > .stk-column-wrapper > .stk-block-content > li, body.front .force-full-hight > .stk-column-wrapper > .stk-block-content .wp-block-query > li, body.front .force-full-hight > .stk-column-wrapper > .stk-block-content .wp-block-post-template > li {
  height: 100%;
}
body.front .force-full-hight > .stk-column-wrapper > .stk-block-content > li > .stk-block-columns, body.front .force-full-hight > .stk-column-wrapper > .stk-block-content .wp-block-query > li > .stk-block-columns, body.front .force-full-hight > .stk-column-wrapper > .stk-block-content .wp-block-post-template > li > .stk-block-columns {
  height: 100%;
}
body.front .force-full-hight > .stk-column-wrapper > .stk-block-content > li > .stk-block-columns > .stk-row, body.front .force-full-hight > .stk-column-wrapper > .stk-block-content .wp-block-query > li > .stk-block-columns > .stk-row, body.front .force-full-hight > .stk-column-wrapper > .stk-block-content .wp-block-post-template > li > .stk-block-columns > .stk-row {
  height: 100%;
}

/* Force wrap on inner Columns - editor included
--------------------------------------------------------------*/
.force-wrap > .stk-inner-blocks,
.force-wrap > .stk-inner-blocks > .block-editor-inner-blocks > .block-editor-block-list__layout {
  flex-wrap: wrap !important;
}
.force-wrap > .stk-inner-blocks > div,
.force-wrap > .stk-inner-blocks > .block-editor-inner-blocks > .block-editor-block-list__layout > div {
  flex-basis: 100% !important;
}

/*-----------------------------------------------------------
*
*	Base	
*
*------------------------------------------------------------*/
/*-----------------------------------------------------------
*
*	Tabs
*
*------------------------------------------------------------*/
@media (max-width: 767px) {
  body.front .stk-block-tab-labels:not(.stk-block-tab-labels--wrap-mobile) .stk-block-tab-labels__wrapper {
    flex-direction: row;
  }
}
body.front {
  /*-----------------------------------------------------------
  *
  *	Bordered tabs - force wide-width
  *
  *------------------------------------------------------------*/
}
body.front .bordered-tabs .stk-block-tab-labels {
  width: 97%;
  max-width: var(--wide-width);
}
body.front .bordered-tabs .stk-block-tab-labels__wrapper {
  justify-content: space-between !important;
}

/*-----------------------------------------------------------
*
*	Base	
*
*------------------------------------------------------------*/
/*-----------------------------------------------------------
*
*	Gallery
*
*------------------------------------------------------------*/
@media (max-width: 767px) {
  body.front .logo-gallery {
    gap: 25px;
  }
}
body.front .logo-gallery figure,
body.front .logo-gallery ul {
  align-items: center;
  width: auto !important;
  margin: 0;
  flex: 0 1 auto !important;
  list-style-type: none;
  margin: 0 !important;
  padding: 0 !important;
}
body.front .logo-gallery figure img,
body.front .logo-gallery ul img {
  height: auto;
  width: var(--image-width, 190px) !important;
}
@media (max-width: 1279px) {
  body.front .logo-gallery figure img,
  body.front .logo-gallery ul img {
    width: var(--image-width-tablet, 160px) !important;
  }
}
@media (max-width: 767px) {
  body.front .logo-gallery figure img,
  body.front .logo-gallery ul img {
    width: var(--image-width-phone, 120px) !important;
  }
}

/*-----------------------------------------------------------
*
*	Base	
*
*------------------------------------------------------------*/
/*-----------------------------------------------------------
*
*	Navigation
*
*------------------------------------------------------------*/
ul.menu {
  list-style-type: none;
  padding-left: 0;
  display: flex;
  align-items: center;
  margin: 0;
}

@media (min-width: 1279.1px) {
  html.has-modal-open {
    overflow: visible !important;
  }
}
body .wp-block-navigation {
  margin-bottom: 0 !important;
  /* Sub Menu Toggle Icon (hidden)
  --------------------------------------------------------------*/
}
body .wp-block-navigation .open-on-hover-click .wp-block-navigation-submenu__toggle {
  position: relative;
  width: 25px;
  height: 25px;
  margin-left: -14px;
  z-index: 4;
}
body .wp-block-navigation .open-on-hover-click .wp-block-navigation-submenu__toggle svg {
  opacity: 0;
}
body .wp-block-navigation .wp-block-button {
  line-height: 1.5;
}
body .wp-block-navigation,
body .wp-block-navigation .wp-block-navigation__container,
body .wp-block-navigation .wp-block-navigation-item,
body .wp-block-navigation .wp-block-navigation-submenu,
body .wp-block-navigation .wp-block-navigation__submenu-container {
  margin: 0;
  padding: 0;
}
body .wp-block-navigation a,
body .wp-block-navigation .wp-block-navigation__container a,
body .wp-block-navigation .wp-block-navigation-item a,
body .wp-block-navigation .wp-block-navigation-submenu a,
body .wp-block-navigation .wp-block-navigation__submenu-container a {
  text-decoration: none !important;
}
body .wp-block-navigation .wp-block-button__link,
body .wp-block-navigation .nav-button {
  transition: background 0.3s;
}
body .wp-block-navigation font {
  letter-spacing: 0;
}
body .wp-block-navigation li.indented {
  padding-left: 10px !important;
}
body .wp-block-navigation li.indented a {
  font-size: 0.8em !important;
}
body .wp-block-navigation li.indented a:before {
  content: "- " !important;
}

/* Chevrons
--------------------------------------------------------------*/
.menu-item-has-children > a:after,
.has-child > a:after {
  border-style: solid;
  border-width: 0 0 0.1em 0.1em;
  border-color: inherit;
  content: "";
  display: inline-block;
  width: 0.42em;
  height: 0.42em;
  left: 0.18em;
  position: relative;
  top: 0.17em;
  transform: rotate(-45deg);
  vertical-align: top;
  margin-left: 0.1em;
  transition: all 0.2s linear;
}
.menu-item-has-children:hover > a:after,
.has-child:hover > a:after {
  transform: rotate(-225deg);
  top: 0.24em;
}

/*-----------------------------------------------------------
*
*	Base	
*
*------------------------------------------------------------*/
/*-----------------------------------------------------------
*
*	Header Navigation
*
*------------------------------------------------------------*/
:root {
  --primary-nav-hover: #fff=;
  --primary-nav-current: #fff;
  --nav-line-color: var(--primary-nav-current);
  --nav-line-right-offset: 0;
}
:root body.has-dark-nav:not(.page-scrolled) {
  --nav-line-color: #415208;
}
:root body.has-dark-nav:not(.page-scrolled) nav > ul > li a {
  color: #415208 !important;
}

#header .wp-block-button__link,
#header .nav-button,
#header .stk-button:after {
  transition: background 0.3s !important;
}
#header .wp-element-button {
  white-space: nowrap !important;
}
#header nav > ul > li {
  line-height: 1em !important;
}
#header nav > ul > li.has-child {
  --nav-line-right-offset: -4px;
}
#header nav > ul > li > a {
  display: block;
  white-space: nowrap !important;
  position: relative;
}
#header .has-child svg {
  display: none !important;
}
#header {
  /*  Nav Line animation
  --------------------------------------------------------------*/
}
#header .primary-nav > ul > li:not(.hamburger, .nav-button, .open-search-modal, .fa-after, .fa-before) > a:before {
  content: "";
  transition: transform 0.3s ease-out;
  position: absolute;
  display: block;
  left: 0;
  right: var(--nav-line-right-offset);
  bottom: -16px !important;
  transform: scaleX(0);
  height: 2px;
  background: var(--nav-line-color);
}
#header .primary-nav > ul > li:not(.hamburger, .nav-button, .open-search-modal, .fa-after, .fa-before) {
  /*  Allow for chevron
  --------------------------------------------------------------*/
}
#header .primary-nav > ul > li:not(.hamburger, .nav-button, .open-search-modal, .fa-after, .fa-before).has-child > a:before {
  width: auto;
}
#header .primary-nav > ul > li:not(.hamburger, .nav-button, .open-search-modal, .fa-after, .fa-before).current-menu-item > a:before, #header .primary-nav > ul > li:not(.hamburger, .nav-button, .open-search-modal, .fa-after, .fa-before).current-menu-ancestor > a:before, #header .primary-nav > ul > li:not(.hamburger, .nav-button, .open-search-modal, .fa-after, .fa-before):not(.has-child) > a:hover:before {
  transform: scaleX(1) !important;
}

/*-----------------------------------------------------------
*
*	Base	
*
*------------------------------------------------------------*/
/*-----------------------------------------------------------
*
*	Secondary Nav
*
*------------------------------------------------------------*/
.secondary-nav {
  --line-offset: -2px;
  transition: all 0.3s;
}
.secondary-nav li:not(.open-search-modal) a:before {
  content: none !important;
}
.secondary-nav li {
  line-height: 1;
}
.secondary-nav li > a {
  display: flex !important;
}
.secondary-nav .stk-block-icon-button:not(:last-child) {
  position: relative;
}
.secondary-nav .stk-block-icon-button:not(:last-child):after {
  content: "/" !important;
  position: absolute;
  top: -0.33em;
  right: -0.9em;
  font-weight: 100;
  font-family: helvetica;
  font-size: 1.2em;
}
.secondary-nav .stk-block-icon-button a {
  transition: none !important;
}

/*-----------------------------------------------------------
*
*	Base	
*
*------------------------------------------------------------*/
/*-----------------------------------------------------------
*
*	Dropdown Menus
*
*------------------------------------------------------------*/
#header {
  --sub-menu-top: 16px;
}
#header .secondary-nav {
  --sub-menu-top: 10px;
}
#header nav > ul.wp-block-navigation__container > li {
  --y-translate: 0.7rem;
  --y-hover-translate: -2px;
}
#header nav > ul.wp-block-navigation__container > li > .wp-block-navigation-submenu__toggle[aria-expanded=true] ~ .wp-block-navigation__submenu-container,
#header nav > ul.wp-block-navigation__container > li > .has-child:not(.open-on-click, .open-on-hover-click):focus-within {
  right: 50%;
  opacity: 1;
  transform: translate(50%, var(--y-hover-translate));
}
#header nav > ul.wp-block-navigation__container > li .wp-block-navigation__submenu-container {
  --radius: 3px;
  background-color: rgb(255, 255, 255);
  padding: 0;
  z-index: 3;
  padding: 0;
  margin-bottom: 0;
  border: none;
  text-align: center;
  min-width: 200px;
  max-width: 650px;
  left: inherit;
  top: calc(100% + var(--sub-menu-top));
  transition: opacity 0.15s linear, transform 0.15s linear, right 0s, top 0s, left 0s;
  transform: translate(50%, var(--y-translate));
  box-shadow: -2px 1px 12px rgba(0, 0, 0, 0.2);
  border-radius: var(--radius);
}
#header nav > ul.wp-block-navigation__container > li .wp-block-navigation__submenu-container > li {
  font-size: 0.8em !important;
  font-weight: 400;
}
#header nav > ul.wp-block-navigation__container > li {
  /* Submenu 1
  --------------------------------------------------------------*/
}
#header nav > ul.wp-block-navigation__container > li > .wp-block-navigation__submenu-container > li {
  margin: 0;
  line-height: 1.4;
  transition: all 0.2s;
  white-space: nowrap;
  background: none;
  text-align: center;
  padding: 5px 25px;
}
#header nav > ul.wp-block-navigation__container > li > .wp-block-navigation__submenu-container > li.has-child > a :after {
  color: inherit !important;
  top: 0.65em;
}
#header nav > ul.wp-block-navigation__container > li > .wp-block-navigation__submenu-container > li .wp-block-navigation__submenu-icon {
  opacity: 0 !important;
}
#header nav > ul.wp-block-navigation__container > li > .wp-block-navigation__submenu-container > li:first-child {
  padding-top: 12px;
  border-radius: var(--radius) var(--radius) 0 0;
}
#header nav > ul.wp-block-navigation__container > li > .wp-block-navigation__submenu-container > li:last-child {
  padding-bottom: 12px;
  border-radius: 0 0 var(--radius) var(--radius);
}
#header nav > ul.wp-block-navigation__container > li > .wp-block-navigation__submenu-container > li {
  /* Submenu 2
  --------------------------------------------------------------*/
}
#header nav > ul.wp-block-navigation__container > li > .wp-block-navigation__submenu-container > li .wp-block-navigation__submenu-container {
  left: 100%;
  right: auto;
  border-radius: 0 var(--radius) var(--radius) var(--radius) !important;
  overflow: hidden;
  transform: none;
  z-index: 1 !important;
  box-shadow: none;
}
#header nav > ul.wp-block-navigation__container > li > .wp-block-navigation__submenu-container > li.menu-left .wp-block-navigation__submenu-container {
  left: auto;
  right: 100%;
  border-radius: 0 0 var(--radius) var(--radius) !important;
}
#header nav > ul.wp-block-navigation__container > li > .wp-block-navigation__submenu-container > li .wp-block-navigation__submenu-container {
  top: 0;
}
#header nav > ul.wp-block-navigation__container > li > .wp-block-navigation__submenu-container > li .wp-block-navigation__submenu-container li {
  transform: none !important;
}
#header nav > ul.wp-block-navigation__container > li > .wp-block-navigation__submenu-container > li .wp-block-navigation__submenu-container li span {
  font-size: 1.1em !important;
  text-transform: none;
}
#header nav > ul.wp-block-navigation__container > li > .wp-block-navigation__submenu-container > li .wp-block-navigation__submenu-container li:hover span {
  color: var(--navy);
}
#header nav > ul.wp-block-navigation__container > li > .wp-block-navigation__submenu-container > li .wp-block-navigation__submenu-container li:first-child {
  padding-top: 12px;
}
#header nav > ul.wp-block-navigation__container > li > .wp-block-navigation__submenu-container > li .wp-block-navigation__submenu-container li:last-child {
  padding-bottom: 12px;
}
#header nav > ul.wp-block-navigation__container > li > .wp-block-navigation__submenu-container > li .wp-block-navigation__submenu-container li.current-menu-item a {
  color: var(--navy) !important;
}
#header nav > ul.wp-block-navigation__container > li > .wp-block-navigation__submenu-container > li > a {
  padding: 5px 8px;
  transition: all 0.2s;
  border-radius: 0;
  background: none;
  text-align: left;
  display: block;
  text-align: center;
  font-size: inherit !important;
  text-transform: none;
  letter-spacing: 0;
  /* Stroke Before on Hover and Active States
  --------------------------------------------------------------*/
}
#header nav > ul.wp-block-navigation__container > li > .wp-block-navigation__submenu-container > li > a, #header nav > ul.wp-block-navigation__container > li > .wp-block-navigation__submenu-container > li > a span {
  white-space: nowrap;
}
#header nav > ul.wp-block-navigation__container > li > .wp-block-navigation__submenu-container > li.current-menu-item, #header nav > ul.wp-block-navigation__container > li > .wp-block-navigation__submenu-container > li.current-menu-ancestor, #header nav > ul.wp-block-navigation__container > li > .wp-block-navigation__submenu-container > li:hover {
  background: var(--navy);
}
#header nav > ul.wp-block-navigation__container > li > .wp-block-navigation__submenu-container > li.current-menu-item > a,
#header nav > ul.wp-block-navigation__container > li > .wp-block-navigation__submenu-container > li.current-menu-item > a > span, #header nav > ul.wp-block-navigation__container > li > .wp-block-navigation__submenu-container > li.current-menu-ancestor > a,
#header nav > ul.wp-block-navigation__container > li > .wp-block-navigation__submenu-container > li.current-menu-ancestor > a > span, #header nav > ul.wp-block-navigation__container > li > .wp-block-navigation__submenu-container > li:hover > a,
#header nav > ul.wp-block-navigation__container > li > .wp-block-navigation__submenu-container > li:hover > a > span {
  color: #fff !important;
}
#header nav > ul.wp-block-navigation__container > li > .wp-block-navigation__submenu-container {
  /* Triangle Pointer Top
  --------------------------------------------------------------*/
}
#header nav > ul.wp-block-navigation__container > li > .wp-block-navigation__submenu-container:before, #header nav > ul.wp-block-navigation__container > li > .wp-block-navigation__submenu-container:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 100%;
  opacity: 0;
}
#header nav > ul.wp-block-navigation__container > li > .wp-block-navigation__submenu-container:before {
  height: 15px;
  left: 0;
  right: 0;
}
#header nav > ul.wp-block-navigation__container > li > .wp-block-navigation__submenu-container:after {
  border: 0.8rem solid rgba(0, 0, 0, 0);
  border-bottom-color: #fff;
  left: 50%;
  transform: translateX(-50%);
}
#header {
  /* Prevent left submenu going offscreen
  --------------------------------------------------------------*/
}
@media (max-width: 1760px) {
  #header .left-nav > ul > li:first-child:first-child > .wp-block-navigation__submenu-container {
    transform: translate(0, var(--y-translate)) !important;
    right: initial !important;
    left: 0 !important;
  }
  #header .left-nav > ul > li:first-child:first-child:hover > .wp-block-navigation__submenu-container {
    transform: translate(0, var(--y-hover-translate)) !important;
  }
}
#header {
  /* Prevent right submenu going offscreen
  --------------------------------------------------------------*/
}
@media (max-width: 1760px) {
  #header .right-nav > ul > li:last-child:last-child:hover > .wp-block-navigation__submenu-container {
    right: 100% !important;
  }
}

/*-----------------------------------------------------------
*
*	Base	
*
*------------------------------------------------------------*/
/*-----------------------------------------------------------
*
*	Mobile Menu
*
*------------------------------------------------------------*/
body.page-scrolled #mobile-nav-wrap .header-banner {
  margin-top: -48px !important;
}

.front.mobile-nav-shown {
  overflow: hidden;
}
.front #mobile-header {
  position: relative !important;
}
.front #mobile-header .wc-block-mini-cart {
  position: relative;
  top: 3px;
}
.front .user-cart {
  gap: 5px;
}

.mobile-nav-toggle.close:before {
  content: url('data:image/svg+xml; utf8, <svg xmlns="http://www.w3.org/2000/svg" height="1.5em" viewBox="0 0 384 512"><path fill="rgb(255,247, 235)" d="M324.5 411.1c6.2 6.2 16.4 6.2 22.6 0s6.2-16.4 0-22.6L214.6 256 347.1 123.5c6.2-6.2 6.2-16.4 0-22.6s-16.4-6.2-22.6 0L192 233.4 59.5 100.9c-6.2-6.2-16.4-6.2-22.6 0s-6.2 16.4 0 22.6L169.4 256 36.9 388.5c-6.2 6.2-6.2 16.4 0 22.6s16.4 6.2 22.6 0L192 278.6 324.5 411.1z"/></svg>') !important;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 2px;
  left: 0;
  z-index: 9;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}
.mobile-nav-toggle.close svg {
  opacity: 0;
}

#mobile-nav-wrap {
  box-shadow: rgba(0, 0, 0, 0.05) -10px 2px 10px;
  z-index: 99;
  position: fixed;
  width: 100%;
  top: 0;
  overflow: visible;
}
#mobile-nav-wrap.hide {
  transform: translateY(-103%);
}
@media (min-width: 1279.1px) {
  #mobile-nav-wrap {
    display: none;
  }
}
#mobile-nav-wrap .header-banner nav {
  gap: 12px;
}
#mobile-nav-wrap #mobile-nav-content {
  display: flex;
  margin: calc(-100vh - 50px) 0 0;
  transition: all 0.3s;
  height: 100vh !important;
  min-height: 0 !important;
  overflow: auto;
  gap: 20px;
  z-index: 0;
  overflow: auto;
  align-items: flex-start !important;
  padding-top: 50px !important;
}
#mobile-nav-wrap #mobile-nav-content nav:first-of-type {
  margin-top: 0;
}
#mobile-nav-wrap #mobile-nav-content > div {
  opacity: 0;
  transition: all 0.3s !important;
  transition-delay: 0.3s !important;
  transform: translateY(30px);
}
#mobile-nav-wrap #mobile-nav-content .hamburger {
  display: none;
}
#mobile-nav-wrap #mobile-nav-content .wp-block-buttons {
  flex-basis: 100%;
  justify-content: center;
  position: relative;
  flex-direction: column;
}
#mobile-nav-wrap #mobile-nav-content .wp-block-buttons .wp-block-button__link {
  line-height: 1;
  padding: 0.8em 1em 0.6em !important;
  font-size: 0.8em;
}
#mobile-nav-wrap #mobile-nav-content .wp-block-navigation__container {
  padding: 0;
  flex-wrap: nowrap;
  padding-top: 0px;
  overflow: scroll;
  overflow: visible;
  gap: 15px;
  width: 100%;
  margin-bottom: 5px;
}
#mobile-nav-wrap #mobile-nav-content .wp-block-navigation__container a, #mobile-nav-wrap #mobile-nav-content .wp-block-navigation__container button {
  transition: all 0.3s;
}
#mobile-nav-wrap #mobile-nav-content .wp-block-navigation__container li:hover > a,
#mobile-nav-wrap #mobile-nav-content .wp-block-navigation__container li.current-menu-item > a,
#mobile-nav-wrap #mobile-nav-content .wp-block-navigation__container .current-menu-ancestor > span,
#mobile-nav-wrap #mobile-nav-content .wp-block-navigation__container .current-menu-ancestor button {
  text-decoration: underline !important;
  text-underline-offset: 5px;
  text-decoration-color: inherit;
}
#mobile-nav-wrap #mobile-nav-content .wp-block-navigation__container > li {
  line-height: 1.3;
  flex-wrap: nowrap;
  margin-bottom: 7px;
  flex-direction: column;
}
#mobile-nav-wrap #mobile-nav-content .wp-block-navigation__container > li a {
  text-decoration: underline;
  text-underline-offset: 8px;
  text-decoration-color: transparent;
}
#mobile-nav-wrap #mobile-nav-content .wp-block-navigation__container > li.open-search-modal a {
  padding-left: 0;
}
#mobile-nav-wrap #mobile-nav-content .wp-block-navigation__container > li.open-search-modal a:before {
  font-size: 0.65em;
  top: -0.1em;
  position: relative;
  margin-right: 0.4em;
}
#mobile-nav-wrap #mobile-nav-content .wp-block-navigation__container > li .wp-block-navigation-submenu__toggle {
  padding: 0;
}
#mobile-nav-wrap #mobile-nav-content .wp-block-navigation__container > li .hamburger-nav-toggle {
  display: none;
}
#mobile-nav-wrap #mobile-nav-content .wp-block-navigation__container > li .wp-block-navigation__submenu-icon {
  display: none;
}
#mobile-nav-wrap #mobile-nav-content .wp-block-navigation__container > li.has-child .wp-block-navigation-submenu__toggle .wp-block-navigation-item__label {
  position: relative;
}
#mobile-nav-wrap #mobile-nav-content .wp-block-navigation__container > li.has-child .wp-block-navigation-submenu__toggle .wp-block-navigation-item__label:after {
  content: "+";
  color: inherit;
  position: absolute;
  right: -0.8em;
  top: 1em;
  font-size: 0.7em;
  line-height: 0;
}
#mobile-nav-wrap #mobile-nav-content .wp-block-navigation__container > li.has-child .wp-block-navigation-submenu__toggle[aria-expanded=true] .wp-block-navigation-item__label:after {
  content: "-" !important;
  top: 0.9em;
}
#mobile-nav-wrap #mobile-nav-content.shown {
  margin-top: -50px !important;
}
#mobile-nav-wrap #mobile-nav-content.shown > div {
  opacity: 1;
  transform: translateY(0);
}
#mobile-nav-wrap #mobile-nav-content nav.sub-nav > .wp-block-navigation__container li a {
  font-size: 0.85em !important;
}
#mobile-nav-wrap .breadcrumbs {
  left: 0;
}
#mobile-nav-wrap .breadcrumbs li {
  font-size: 0.67778rem;
}

nav.secondary-nav-mobile {
  order: 3;
  margin-top: 15px;
  padding-top: 25px;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
}
nav.secondary-nav-mobile a {
  font-size: 0.9em;
}

body.is-checkout #mobile-nav-wrap {
  position: absolute;
}

/*-----------------------------------------------------------
*
*	Base	
*
*------------------------------------------------------------*/
/*-----------------------------------------------------------
*
*	Accordions
*
*------------------------------------------------------------*/
/*-----------------------------------------------------------
*
*	Mobile Sub Menus
*
*------------------------------------------------------------*/
#mobile-nav-wrap .wp-block-navigation__submenu-container {
  position: relative;
  background: none !important;
  border: none !important;
  overflow: hidden;
  transition: all 0.3s;
  padding: 0 25px 0;
  gap: 10px;
  height: auto !important;
  max-height: 0;
  left: inherit !important;
  width: auto !important;
}
#mobile-nav-wrap .wp-block-navigation__submenu-container li {
  margin: 0 0 1px;
  padding: 0;
  transition: all 0.3s;
}
#mobile-nav-wrap .wp-block-navigation__submenu-container li a, #mobile-nav-wrap .wp-block-navigation__submenu-container li button {
  font-size: 0.9em;
  line-height: 1.3;
  padding: 1px;
  justify-content: center;
  text-underline-offset: 6px !important;
  text-transform: capitalize;
  letter-spacing: 0;
  font-weight: 300 !important;
}
#mobile-nav-wrap .wp-block-navigation__submenu-container li.current-menu-item a {
  text-decoration: underline;
}
#mobile-nav-wrap .wp-block-navigation__submenu-container .wp-block-navigation-submenu__toggle {
  background: none;
  border: none;
  padding: 0;
}
#mobile-nav-wrap .wp-block-navigation__submenu-container .wp-block-navigation-submenu {
  flex-direction: column !important;
}
#mobile-nav-wrap .wp-block-navigation__submenu-container {
  /* Level 2
  --------------------------------------------------------------*/
}
#mobile-nav-wrap .wp-block-navigation__submenu-container a:before, #mobile-nav-wrap .wp-block-navigation__submenu-container button:before {
  display: none !important;
}
#mobile-nav-wrap .wp-block-navigation__submenu-container {
  /* Level 3
  --------------------------------------------------------------*/
}
#mobile-nav-wrap .wp-block-navigation__submenu-container .wp-block-navigation-submenu .wp-block-navigation-submenu {
  padding-bottom: 10px;
}
#mobile-nav-wrap .wp-block-navigation__submenu-container .wp-block-navigation-submenu .wp-block-navigation-submenu a {
  font-size: 0.85em !important;
}
#mobile-nav-wrap .wp-block-navigation__submenu-container .wp-block-navigation-submenu {
  /* Level 3 Expanded
  --------------------------------------------------------------*/
}
#mobile-nav-wrap .wp-block-navigation__submenu-container .wp-block-navigation-submenu [aria-expanded=true] ~ ul {
  border-color: rgba(255, 255, 255, 0.4);
}
#mobile-nav-wrap {
  /* Level 1 Expanded
  --------------------------------------------------------------*/
}
#mobile-nav-wrap [aria-expanded=true] ~ ul {
  padding-top: 15px;
  max-height: 900px;
  border-color: rgba(255, 255, 255, 0.4);
  padding-bottom: 20px;
}
#mobile-nav-wrap [aria-expanded=true] ~ ul .wp-block-navigation-item:nth-child(1n) {
  transition-delay: 0.05s;
}
#mobile-nav-wrap [aria-expanded=true] ~ ul .wp-block-navigation-item:nth-child(2n) {
  transition-delay: 0.1s;
}
#mobile-nav-wrap [aria-expanded=true] ~ ul .wp-block-navigation-item:nth-child(3n) {
  transition-delay: 0.15s;
}
#mobile-nav-wrap [aria-expanded=true] ~ ul .wp-block-navigation-item:nth-child(4n) {
  transition-delay: 0.2s;
}
#mobile-nav-wrap [aria-expanded=true] ~ ul .wp-block-navigation-item:nth-child(5n) {
  transition-delay: 0.25s;
}
#mobile-nav-wrap [aria-expanded=true] ~ ul .wp-block-navigation-item:nth-child(6n) {
  transition-delay: 0.3s;
}
#mobile-nav-wrap [aria-expanded=true] ~ ul .wp-block-navigation-item:nth-child(7n) {
  transition-delay: 0.35s;
}
#mobile-nav-wrap [aria-expanded=true] ~ ul .wp-block-navigation-item:nth-child(8n) {
  transition-delay: 0.4s;
}
#mobile-nav-wrap [aria-expanded=true] ~ ul .wp-block-navigation-item:nth-child(9n) {
  transition-delay: 0.45s;
}
#mobile-nav-wrap [aria-expanded=true] ~ ul .wp-block-navigation-item:nth-child(10n) {
  transition-delay: 0.5s;
}
#mobile-nav-wrap [aria-expanded=true] ~ ul .wp-block-navigation-item:nth-child(11n) {
  transition-delay: 0.55s;
}
#mobile-nav-wrap [aria-expanded=true] ~ ul .wp-block-navigation-item:nth-child(12n) {
  transition-delay: 0.6s;
}
#mobile-nav-wrap [aria-expanded=true] ~ ul .wp-block-navigation-item:nth-child(13n) {
  transition-delay: 0.65s;
}
#mobile-nav-wrap [aria-expanded=true] ~ ul .wp-block-navigation-item:nth-child(14n) {
  transition-delay: 0.7s;
}
#mobile-nav-wrap [aria-expanded=true] ~ ul .wp-block-navigation-item:nth-child(15n) {
  transition-delay: 0.75s;
}
#mobile-nav-wrap [aria-expanded=true] ~ ul .wp-block-navigation-item:nth-child(16n) {
  transition-delay: 0.8s;
}
#mobile-nav-wrap [aria-expanded=true] ~ ul .wp-block-navigation-item:nth-child(17n) {
  transition-delay: 0.85s;
}
#mobile-nav-wrap [aria-expanded=true] ~ ul .wp-block-navigation-item:nth-child(18n) {
  transition-delay: 0.9s;
}
#mobile-nav-wrap [aria-expanded=true] ~ ul .wp-block-navigation-item:nth-child(19n) {
  transition-delay: 0.95s;
}
#mobile-nav-wrap [aria-expanded=true] ~ ul .wp-block-navigation-item:nth-child(20n) {
  transition-delay: 1s;
}
#mobile-nav-wrap [aria-expanded=true] ~ ul .wp-block-navigation-item .wp-block-navigation-submenu__toggle svg {
  display: none;
}
#mobile-nav-wrap [aria-expanded=false] ~ ul .wp-block-navigation-item {
  opacity: 0;
}

/*-----------------------------------------------------------
*
*	Base	
*
*------------------------------------------------------------*/
/*-----------------------------------------------------------
*
*	Bordered Menu Items
*
*------------------------------------------------------------*/
/* Bordered Menu
--------------------------------------------------------------*/
.bordered-menu {
  margin-bottom: 20px !important;
  row-gap: 5px;
}
.bordered-menu .wp-block-navigation__container > li {
  flex: 1 0 auto;
  justify-content: center;
  padding: 20px 15px !important;
  border-right: 0.5px solid #A6A9AA;
  border-top: 1px solid #A6A9AA;
  border-bottom: 1px solid #A6A9AA;
  border-left: 0.5px solid #A6A9AA;
}
.bordered-menu .wp-block-navigation__container > li:first-child {
  border-left: 1px solid #A6A9AA;
}
.bordered-menu .wp-block-navigation__container > li a:before {
  content: url('data:image/svg+xml; utf8, <svg xmlns="http://www.w3.org/2000/svg" width="" height="14.43" viewBox="0 0 10 16.43"><path d="M440.082,114.268a1.784,1.784,0,0,1-1.262-3.046l5.169-5.169-5.169-5.169a1.784,1.784,0,1,1,2.523-2.524l6.431,6.431a1.784,1.784,0,0,1,0,2.523l-6.431,6.431a1.78,1.78,0,0,1-1.262.523" transform="translate(-438.297 -97.838)" fill="%23CACDC9"/></svg>');
  display: inline-block;
  margin-right: 8px;
}
.bordered-menu .wp-block-navigation__container > li a:hover:before {
  content: url('data:image/svg+xml; utf8, <svg xmlns="http://www.w3.org/2000/svg" width="" height="14.43" viewBox="0 0 10 16.43"><path d="M440.082,114.268a1.784,1.784,0,0,1-1.262-3.046l5.169-5.169-5.169-5.169a1.784,1.784,0,1,1,2.523-2.524l6.431,6.431a1.784,1.784,0,0,1,0,2.523l-6.431,6.431a1.78,1.78,0,0,1-1.262.523" transform="translate(-438.297 -97.838)" fill="%23289588"/></svg>');
}

/* Piped Menu
--------------------------------------------------------------*/
@media (min-width: 1280px) {
  .piped-menu > li:not(:last-child) {
    border-right: 1px solid !important;
    padding-right: 0.8em !important;
  }
}

/* Plus Menu
--------------------------------------------------------------*/
.plus-after li > a {
  margin-right: 20px;
}
.plus-after li > a:after {
  content: "+";
  font-size: 25px;
  margin-left: 0.4em;
  position: absolute;
  right: 15px;
  top: -2px;
}

/* Slash Menu
--------------------------------------------------------------*/
.slash-menu li:after {
  content: "/";
  display: inline-block;
  padding-left: 0.9em;
}
.slash-menu:not(.show-last) li:last-child:after {
  content: none;
}

/* Dotted Menu
--------------------------------------------------------------*/
.dotted-menu li:before,
.dotted-menu li:after {
  content: "•";
  padding: 0 0.3em;
  color: var(--bright-orange);
}
@media (min-width: 1279px) {
  .dotted-menu li:before,
  .dotted-menu li:last-child:after {
    content: none;
  }
}

/*-----------------------------------------------------------
*
*	Base	
*
*------------------------------------------------------------*/
/*-----------------------------------------------------------
*
*	Stackable
*
*------------------------------------------------------------*/
body {
  --stk-container-color: var(--body-color);
  --stk-container-background-color: transparent;
  --stk-container-padding: 0;
  --stk-container-box-shadow: none;
  --stk-block-background-padding: 0;
  --stk-block-background-color: transparent;
}

.stk-block {
  --stk-container-background-color: transparent;
  --stk-container-background-color-hover: none;
  --stk-container-padding-hover: 0;
  --stk-container-box-shadow: none;
  --stk-container-box-shadow-hover: none;
  --stk-block-background-padding: 0;
}

.stk-button {
  --stk-button-background-color: transparent;
  --stk-button-background-color-hover: transparent;
}

.wp-site-blocks {
  --stk-column-margin: 0;
}

/* remove our override for the last block
--------------------------------------------------------------*/
body.front .stk-inner-blocks > :last-child {
  margin-bottom: 0;
}

body.front .stk-block {
  --entrance-duration: 0.95s !important;
  --stk-container-background-color: transparent;
  /* Remove fixed Images on devices
   --------------------------------------------------------------*/
}
@media (max-width: 1279px) {
  body.front .stk-block {
    background-attachment: initial !important;
  }
}

#site-wrap .wp-block-stackable-text p,
#site-wrap .stk-block-heading__text {
  margin-bottom: 0;
}

body.front ul.stk-block-icon-list__group {
  margin: 0;
}

:is(.stk-block.alignleft, .stk-block.alignright) .stk-inner-blocks:first-of-type > .stk-block {
  max-width: none;
}

:is(.stk-block-button, .stk-block-icon-button, .stk-block-pagination):not(.is-style-link) .stk-button {
  background: none;
}

@media (min-width: 1280px) {
  .no-drag-desktop .stk-block-carousel__slider {
    cursor: default !important;
  }
}

@media (max-width: 1279px) {
  .overlay-tablet.stk--has-background-overlay:before {
    opacity: var(--overlay-tablet, 0.7) !important;
  }
}

/* Show visible focus on the visual checkbox */
.forminator-ui input[type=checkbox]:focus + span {
  outline: 1px solid #005fcc !important;
}

/* Remove shadow filter from separators
--------------------------------------------------------------*/
.stk-block-separator svg,
.stk-block .stk-separator svg {
  filter: none !important;
  padding-top: 0;
}

/* Usability Fix for missing outline on inner a:focus-visible
--------------------------------------------------------------*/
.wp-block-stackable-button:has(a.stk-button:focus-visible) {
  outline: 2px solid #005fcc;
  outline-offset: 2px;
  border-radius: inherit;
}

.entry-content > .wp-block-stackable-image,
.entry-content > .stk-block-image-box {
  width: 100%;
  max-width: none;
}

/* FIX: Having align-items:center as default causes inner block elements to shrink initially
  --------------------------------------------------------------*/
.stk-block-hero__content > .stk-inner-blocks.stk--column-flex:not(.stk--block-horizontal-flex) {
  align-items: initial;
}

.stk-block-posts__items .stk-container {
  margin: 0;
}

.stk--svg-wrapper .stk--inner-svg,
.stk--svg-wrapper svg:last-child {
  max-height: var(--svg-max-height, auto) !important;
}

.stk-block-accordion__heading .stk-block-heading__bottom-line {
  display: none !important;
}

/* Fix space beneath map
--------------------------------------------------------------*/
.wp-block-stackable-map {
  line-height: 0;
}

/* underline color inherit
--------------------------------------------------------------*/
.is-style-link a.stk-link span {
  text-decoration: underline;
}

:is(.entry-content, .wp-site-blocks) .stk-block > .stk-content-align {
  margin-block: 0;
  margin-left: auto;
  margin-right: auto;
}

.stk-block-posts__title a {
  display: block;
}

.stk-button {
  line-height: normal;
}
.stk-button span {
  transition: none !important;
}

.stk-block-heading__text a {
  text-decoration: none !important;
}

/*-----------------------------------------------------------
*
*	Front End Only
*
*------------------------------------------------------------*/
body.front {
  /* Make the column block background animations nicer
  --------------------------------------------------------------*/
}
body.front .stk-column:before {
  transition: background 0.3s, opacity 0.3s;
}
body.front .stk-accordion__heading {
  outline: none !important;
}
@media (min-width: 1279.1px) {
  body.front .stk-inner-block--center {
    --block-max-width: var(--content-width);
    width: var(--content-width);
  }
  body.front .stk-inner-block--wide {
    --block-max-width: var(--wide-width);
    width: var(--wide-width);
    max-width: 100%;
  }
}
body.front .stk-inner-block--full,
body.front .stk-block-image {
  width: 100%;
}
body.front .stk-no-paddings .stk-container__content-wrapper {
  padding: 0 !important;
}
body.front div.wp-block-stk-heading {
  padding-top: 0;
  margin-top: 0;
}
body.front .stk-main-block .stk-block-title,
body.front .stk-block-description {
  margin-bottom: 20px;
}
body.front .icon-list-top.stk-icon-list ul li {
  padding-left: 0 !important;
}
body.front .icon-list-top.stk-icon-list ul li:before {
  display: block;
  margin: 0 auto;
  margin-bottom: 10px;
}

/*-----------------------------------------------------------
*
*	Animations (is-visible system)
*
*------------------------------------------------------------*/
/* Base hidden state */
.front .fadeIn, .front .fadeInLeft, .front .fadeInRight, .front .fadeInUp, .front .zoomIn {
  opacity: 0;
  animation-fill-mode: both;
  animation-play-state: paused;
  /* pause until triggered */
  animation-duration: 0.95s;
}

/* Keyframes */
@keyframes fadeIn_lbs {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeInLeft_lbs {
  0% {
    opacity: 0;
    transform: translate3d(-10%, 0, 0);
  }
  100% {
    opacity: 1;
    transform: translateZ(0);
  }
}
@keyframes fadeInRight_lbs {
  0% {
    opacity: 0;
    transform: translate3d(10%, 0, 0);
  }
  100% {
    opacity: 1;
    transform: translateZ(0);
  }
}
@keyframes fadeInUp_lbs {
  0% {
    opacity: 0;
    transform: translate3d(0, 20%, 0);
  }
  100% {
    opacity: 1;
    transform: translateZ(0);
  }
}
@keyframes zoomIn {
  0% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
/* Assign keyframes */
.fadeIn {
  animation-name: fadeIn_lbs;
}

.fadeInLeft {
  animation-name: fadeInLeft_lbs;
}

.fadeInRight {
  animation-name: fadeInRight_lbs;
}

.fadeInUp {
  animation-name: fadeInUp_lbs;
}

.zoomIn {
  animation-name: zoomIn;
}

/* Trigger animation when parent or element has .is-visible */
.is-visible:is(.fadeIn, .fadeInLeft, .fadeInRight, .fadeInUp, .zoomIn) {
  opacity: 1;
  animation-play-state: running;
}

.delay-100 {
  animation-delay: 100ms !important;
}

.delay-200 {
  animation-delay: 200ms !important;
}

.delay-300 {
  animation-delay: 300ms !important;
}

.delay-400 {
  animation-delay: 400ms !important;
}

.delay-500 {
  animation-delay: 500ms !important;
}

.delay-600 {
  animation-delay: 600ms !important;
}

.delay-700 {
  animation-delay: 700ms !important;
}

.delay-800 {
  animation-delay: 800ms !important;
}

.delay-900 {
  animation-delay: 900ms !important;
}

.delay-1000 {
  animation-delay: 1000ms !important;
}

.delay-1100 {
  animation-delay: 1100ms !important;
}

.delay-1200 {
  animation-delay: 1200ms !important;
}

.delay-1300 {
  animation-delay: 1300ms !important;
}

.delay-1400 {
  animation-delay: 1400ms !important;
}

.delay-1500 {
  animation-delay: 1500ms !important;
}

.delay-1600 {
  animation-delay: 1600ms !important;
}

.delay-1700 {
  animation-delay: 1700ms !important;
}

.delay-1800 {
  animation-delay: 1800ms !important;
}

.delay-1900 {
  animation-delay: 1900ms !important;
}

.delay-2000 {
  animation-delay: 2000ms !important;
}

/* Staggered Animations (added in JS Instead)
--------------------------------------------------------------*/
/*-----------------------------------------------------------
*
*	Base	
*
*------------------------------------------------------------*/
/*-----------------------------------------------------------
*
*	Blog Sidebar
*
*------------------------------------------------------------*/
#sidebar {
  max-width: none !important;
  color: rgb(255, 255, 255);
}
#sidebar a {
  text-decoration: none !important;
}
#sidebar .wp-block-archives-dropdown select {
  border: 1px solid rgb(255, 255, 255) !important;
  color: rgb(255, 255, 255) !important;
  padding: 8px 25px 5px 10px;
  -webkit-appearance: none;
  border-radius: 0;
  -moz-appearance: none;
  background: transparent;
  background: url("data:image/svg+xml;utf8,<svg fill='rgb(255, 255, 255)' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/><path d='M0 0h24v24H0z' fill='none'/></svg>");
  background-repeat: no-repeat;
  background-position: 98% 50%;
  font-size: 1rem;
}
#sidebar ul {
  padding-left: 0 !important;
  list-style: none;
}
#sidebar ul.category-list li {
  margin-bottom: 0.6em !important;
}
#sidebar ul li {
  line-height: 1.4;
  margin-bottom: 0.8em;
  display: block;
}
#sidebar ul li a {
  transition: color 0.2s;
  color: rgb(255, 255, 255);
}
@media (max-width: 767px) {
  #sidebar * {
    text-align: center;
  }
  #sidebar ul {
    margin: 0;
  }
  #sidebar ul li {
    padding: 5px 5px 0 5px;
  }
  #sidebar .widget {
    width: auto;
  }
}

/*-----------------------------------------------------------
*
*	Base	
*
*------------------------------------------------------------*/
/*-----------------------------------------------------------
*
*	FancyBox
*
*------------------------------------------------------------*/
/* Replaced with custom nav
--------------------------------------------------------------*/
.fancybox-navigation {
  display: none !important;
}

.fancybox-container {
  z-index: 9999;
}

.fancybox-navigation {
  height: 100%;
}

.fancybox-slide {
  padding: 0 20px !important;
}

.fancybox-close-small {
  width: 60px !important;
  height: 60px !important;
  color: #888 !important;
}

.posts-gallery-container .fancybox-slide:before {
  content: none !important;
}

/* Videos with captions - Need to be embedded in blank template
--------------------------------------------------------------*/
.post-template-wp-custom-template-blank-template {
  overflow: hidden !important;
  background-color: transparent !important;
}
.post-template-wp-custom-template-blank-template #mobile-nav-wrap,
.post-template-wp-custom-template-blank-template #cmplz-manage-consent,
.post-template-wp-custom-template-blank-template #back-to-top {
  display: none;
}
.post-template-wp-custom-template-blank-template .wp-block-video,
.post-template-wp-custom-template-blank-template .wp-site-blocks {
  margin: 0 !important;
  background: #000 !important;
}

.fancybox-slide--iframe .fancybox-content {
  background-color: transparent !important;
}

@media (min-width: 767.1px) {
  .fancybox-slide article {
    max-width: 90% !important;
  }
}
.fancybox-slide .article-header {
  margin-bottom: 0 !important;
}
.fancybox-slide .wp-block-ugb-heading {
  margin-top: 10px;
}
.fancybox-slide .post-title,
.fancybox-slide .article-footer,
.fancybox-slide #back-button-p {
  display: none;
}
.fancybox-slide .entry-content {
  font-size: 1rem;
}
.fancybox-slide .fancybox-trigger-prev a,
.fancybox-slide .fancybox-trigger-next a {
  outline: none !important;
}

.fancybox-bg {
  background: #000 !important;
  opacity: 0.92 !important;
}

.fancybox-infobar {
  mix-blend-mode: initial !important;
  color: rgba(255, 255, 255, 0.8) !important;
  font-size: 1.1rem;
}

.fancybox-gallery .stk-img-wrapper:after {
  content: none !important;
}
.fancybox-gallery a {
  position: relative;
  z-index: 10;
}

.fancybox-slide {
  padding: 25px 15px !important;
}

.fancybox-slide--video {
  padding: 25px 2% !important;
}

.fancybox-slide--html {
  overflow: hidden !important;
  padding: 0 !important;
}
.fancybox-slide--html .fancybox-content {
  height: 100vh;
  overflow: auto;
}
.fancybox-slide--html img {
  width: auto;
  max-height: 90vh;
}
.fancybox-slide--html .fancybox-close-small {
  color: #fff !important;
  top: 0 !important;
  right: 0 !important;
  width: 45px !important;
  height: 45px !important;
  padding: 5px !important;
}
@media (min-width: 1279.1px) {
  .fancybox-slide--html .fancybox-close-small {
    opacity: 1 !important;
  }
  .fancybox-slide--html .fancybox-close-small svg {
    color: #fff !important;
  }
}

.fancybox-stage .fancybox-content {
  padding: 0;
  background: none;
  width: 100%;
  text-align: center;
}
.fancybox-stage .fancybox-content > img {
  margin: auto;
  padding-top: 5vh;
}
.fancybox-stage .wp-site-blocks {
  width: 100%;
  padding: 0 !important;
  max-width: 100%;
}
.fancybox-stage .wp-site-blocks article {
  padding: 0 !important;
}
.fancybox-stage .wp-site-blocks > .stk-block-hero,
.fancybox-stage .wp-site-blocks > .stk-block-hero .stk-block-hero__content {
  margin: 0 !important;
  width: 100% !important;
  max-width: none !important;
}

/*-----------------------------------------------------------
*
*	Forms
*
*------------------------------------------------------------*/
input[type=text],
input[type=password],
input[type=email],
input[type=date],
input[type=number] input[type=url] input[type=search] input[type=tel],
input[type=color] {
  padding: 8px 10px;
  border: 1px solid;
  border-radius: 4px;
  -webkit-font-smoothing: antialiased;
}

fieldset {
  border: 1px solid;
}

/* Inputs
-------------------------------------------------------------- */
input.submit,
input[type=submit],
input[type=button],
[type=reset],
button {
  cursor: pointer;
}

body:not(.woocommerce-page) .wp-site-blocks .forminator-ui.forminator-design--default .forminator-input,
body:not(.woocommerce-page) .wp-site-blocks .forminator-ui.forminator-design--default .forminator-textarea {
  padding-left: 20px !important;
}
body:not(.woocommerce-page) .wp-site-blocks input.submit,
body:not(.woocommerce-page) .wp-site-blocks input[type=submit],
body:not(.woocommerce-page) .wp-site-blocks input[type=button],
body:not(.woocommerce-page) .wp-site-blocks [type=reset] {
  display: inline-block;
  transition: background 0.3s, border-color 0.3s;
  text-shadow: none;
  text-decoration: none;
  cursor: pointer;
  line-height: 1;
  font-size: 0.9rem;
}
body:not(.woocommerce-page) .wp-site-blocks input.submit:hover,
body:not(.woocommerce-page) .wp-site-blocks input[type=submit]:hover,
body:not(.woocommerce-page) .wp-site-blocks input[type=button]:hover,
body:not(.woocommerce-page) .wp-site-blocks [type=reset]:hover {
  cursor: pointer;
}
body:not(.woocommerce-page) .wp-site-blocks input.submit:focus,
body:not(.woocommerce-page) .wp-site-blocks input[type=submit]:focus,
body:not(.woocommerce-page) .wp-site-blocks input[type=button]:focus,
body:not(.woocommerce-page) .wp-site-blocks [type=reset]:focus {
  border: inherit;
  transition: all 0s;
}
body:not(.woocommerce-page) .wp-site-blocks button {
  line-height: normal;
}

/*-----------------------------------------------------------
*
*	Search Form
*
*------------------------------------------------------------*/
.wp-block-search__label {
  opacity: 0;
  display: block;
  height: 0;
  overflow: hidden;
}

/*-----------------------------------------------------------
*
*	Base	
*
*------------------------------------------------------------*/
/*-----------------------------------------------------------
*
*	Buttons -  Included in block editor
*
*------------------------------------------------------------*/
/* 	Native Buttons
--------------------------------------------------------------*/
:root {
  --button-background: var(--brown);
  --button-hover-background: var(--navy);
  --button-color: #ffffff;
}
:root :where(.wp-element-button, .wp-block-button__link, .post-password-form input[type=submit]) {
  background: var(--button-background);
  color: var(--button-color);
  border-radius: 0;
  font-weight: 600;
  letter-spacing: 0.2em;
  padding: 0.75em clamp(1em, -2.2rem + 6.014vw, 1.2em) 0.75em clamp(1.1em, -2.2rem + 6.014vw, 1.4em);
  line-height: normal;
  font-family: var(--body-font);
  text-transform: uppercase;
  font-size: clamp(0.8rem, var(--preferred), 1rem);
}
:root :where(.wp-element-button, .wp-block-button__link, .post-password-form input[type=submit]):hover {
  background-color: var(--button-hover-background) !important;
  border-color: var(--blue) !important;
}

/* STK Buttons
--------------------------------------------------------------*/
body.front .stk-block-button-group {
  margin-top: clamp(12px, var(--preferred), 20px);
}
body.front .stk-block-button:not(.is-style-link):not(.is-style-plain) {
  border-radius: 0;
  overflow: hidden;
}
body.front .stk-block-button:not(.is-style-link):not(.is-style-plain).is-style-ghost a:before {
  border-radius: 0;
}
body.front .stk-block-button:not(.is-style-link):not(.is-style-plain) .stk-button {
  filter: none !important;
  column-gap: 0.25em;
  text-align: center;
  line-height: normal;
  padding: 0.75em clamp(1em, -2.2rem + 6.014vw, 1.2em) 0.75em clamp(1.1em, -2.2rem + 6.014vw, 1.4em);
  font-size: clamp(0.8rem, var(--preferred), 1rem);
  background: var(--button-background);
}
body.front .stk-block-button:not(.is-style-link):not(.is-style-plain) .stk-button:after {
  transition: 0.3s;
}
body.front .stk-block-button:not(.is-style-link):not(.is-style-plain) .stk-button span,
body.front .stk-block-button:not(.is-style-link):not(.is-style-plain) .stk-button span:hover {
  font-weight: 600;
  letter-spacing: 0.2em;
  font-family: var(--body-font);
  color: var(--button-color);
  text-transform: uppercase;
}
body.front .is-style-link {
  --stk-button-text-color: var(--body-color) !important;
}
body.front .is-style-link a.stk-link {
  font-family: var(--body-font);
  display: flex;
  align-items: center;
}
body.front .is-style-link a.stk-link .stk-button__inner-text {
  font-weight: 700;
  letter-spacing: normal;
  font-size: 1rem;
  text-decoration: underline !important;
  text-underline-offset: 7px;
  transition: all 0.3s !important;
  text-decoration-thickness: clamp(1px, -2.699rem + 6.014vw, 2px) !important;
  font-family: var(--body-font);
  letter-spacing: 0.12em;
}
body.front .is-style-link a.stk-link:hover .stk-button__inner-text {
  text-underline-offset: clamp(4px, -2.699rem + 6.014vw, 4px) !important;
  text-decoration-color: inherit !important;
}
body.front .is-style-plain {
  font-family: var(--body-font);
}
body.front .is-style-plain .stk-button__inner-text {
  font-size: inherit;
  --stk-button-text-color: var(--body-color) !important;
}
body.front {
  /* Forminator Buttons
  --------------------------------------------------------------*/
}
body.front .forminator-button-submit,
body.front [type=submit]:not(.wp-block-search__button) {
  box-shadow: none !important;
  font-family: var(--body-font);
  letter-spacing: 0.2em !important;
  padding: 0.75em clamp(1em, -2.2rem + 6.014vw, 1.2em) 0.75em clamp(1.1em, -2.2rem + 6.014vw, 1.4em) !important;
  border-radius: 0 !important;
  font-size: clamp(0.8rem, var(--preferred), 1rem) !important;
  font-weight: 600 !important;
  background: var(--button-background);
}
body.front .forminator-button-submit:active,
body.front [type=submit]:not(.wp-block-search__button):active {
  opacity: 0.9;
}

/*-----------------------------------------------------------
*
*	Base	
*
*------------------------------------------------------------*/
.front ol, .front ul, .front dd {
  margin: 0 0 1em;
  font-size: inherit;
  color: inherit;
  padding: 0 0 0 1.2em;
  list-style-position: outside;
}
.front ul {
  list-style-type: disc;
}
.front li {
  color: inherit;
  margin-bottom: 1em;
}
.front ol {
  --offset: 1.6em;
  counter-reset: counter;
  padding-left: var(--offset);
  list-style-type: none;
}
@media (min-width: 1280px) {
  .front ol.columns-2-desktop {
    columns: 2;
  }
}
@media (max-width: 767px) {
  .front ol {
    --offset: 2.5em;
  }
}
.front ol {
  /* Set Counter Offset
  --------------------------------------------------------------*/
}
.front ol.counter-1 {
  counter-increment: counter 1 !important;
}
.front ol.counter-2 {
  counter-increment: counter 2 !important;
}
.front ol.counter-3 {
  counter-increment: counter 3 !important;
}
.front ol.counter-4 {
  counter-increment: counter 4 !important;
}
.front ol.counter-5 {
  counter-increment: counter 5 !important;
}
.front ol.counter-6 {
  counter-increment: counter 6 !important;
}
.front ol.counter-7 {
  counter-increment: counter 7 !important;
}
.front ol.counter-8 {
  counter-increment: counter 8 !important;
}
.front ol.counter-9 {
  counter-increment: counter 9 !important;
}
.front ol.counter-10 {
  counter-increment: counter 10 !important;
}
.front ol.counter-11 {
  counter-increment: counter 11 !important;
}
.front ol.counter-12 {
  counter-increment: counter 12 !important;
}
.front ol.counter-13 {
  counter-increment: counter 13 !important;
}
.front ol.counter-14 {
  counter-increment: counter 14 !important;
}
.front ol.counter-15 {
  counter-increment: counter 15 !important;
}
.front ol.counter-16 {
  counter-increment: counter 16 !important;
}
.front ol.counter-17 {
  counter-increment: counter 17 !important;
}
.front ol.counter-18 {
  counter-increment: counter 18 !important;
}
.front ol.counter-19 {
  counter-increment: counter 19 !important;
}
.front ol.counter-20 {
  counter-increment: counter 20 !important;
}
.front ol > li {
  display: block;
  counter-increment: counter;
  margin-bottom: 1em;
  break-inside: avoid;
}
.front ol > li ol, .front ol > li ul {
  margin-top: 0.7em;
  padding-left: 1.6em;
  margin-bottom: 0;
}
.front ol > li ol li, .front ol > li ul li {
  margin-bottom: 0.5em;
}
.front ol > li ol li:last-child, .front ol > li ul li:last-child {
  margin-bottom: 0;
}
.front ol > li:before {
  --size: 2.2em;
  font-size: 1em;
  content: counter(counter) ".";
  position: absolute;
  left: calc(var(--offset) * -1);
  top: 0;
}
/*-----------------------------------------------------------
*
*	Base	
*
*------------------------------------------------------------*/
/*-----------------------------------------------------------
*
*	Hover Actions
*
*------------------------------------------------------------*/
body.front {
  /* Blur Image on Hover
  --------------------------------------------------------------*/
}
body.front .blur-hover .stk-block-column.stk--has-background-overlay:after {
  content: "" !important;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  backdrop-filter: blur(4px);
  transition: all 0.3s;
  opacity: 0;
}
body.front .blur-hover .stk-block-column.stk--has-background-overlay:hover:after {
  opacity: 1;
}
body.front {
  /* Show Content on hover
  --------------------------------------------------------------*/
}
@media (min-width: 1280px) {
  body.front .stk-hover-parent:not(:hover):not(.hovered) .show-on-hover {
    opacity: 0;
    max-height: 0;
    min-height: 0 !important;
    overflow: hidden;
    padding-bottom: 0 !important;
    bottom: 0;
    transform: translateY(40%);
  }
  body.front .stk-hover-parent:hover .show-on-hover, body.front .stk-hover-parent.hovered .show-on-hover {
    opacity: 1;
    max-height: 300px;
    transform: translateY(0);
  }
  body.front .stk-hover-parent:hover .show-on-hover.stk-block-button-group, body.front .stk-hover-parent.hovered .show-on-hover.stk-block-button-group {
    max-height: 60px;
  }
  body.front .stk-hover-parent:not(:hover):not(.hovered) .show-on-hover {
    margin-bottom: 0 !important;
  }
}
body.front {
  /* Underline Hovers
  --------------------------------------------------------------*/
}
body.front .underline-hovers:hover h3 {
  text-decoration: underline !important;
  text-decoration-thickness: 0.06em !important;
  text-underline-offset: 0.1em;
}
body.front {
  /* Slow Hovers
  --------------------------------------------------------------*/
}
body.front .slow-hovers .stk-hover-parent div {
  transition-duration: 0.4s !important;
}
body.front {
  /* Hover expand width effect
  --------------------------------------------------------------*/
}
@media (min-width: 1280px) {
  body.front .hover-expand .wp-block-post-template {
    --animSpeed: .5s;
    /* CSS cannot animate minmax() — the browser sees it as “I don’t know how to interpolate this,” so use fr.
    --------------------------------------------------------------*/
    grid-template-columns: 1.5fr 1fr;
    transition: grid-template-columns var(--animSpeed) ease;
    /* When a CHILD is hovered */
  }
  body.front .hover-expand .wp-block-post-template:has(.wp-block-post:last-child:hover) {
    grid-template-columns: 1fr 1.5fr;
  }
  body.front .hover-expand .wp-block-post-template:has(.wp-block-post:last-child:hover) .stk--has-background-overlay:not(:hover):before {
    opacity: 0 !important;
  }
  body.front .hover-expand .wp-block-post-template:has(.wp-block-post:last-child:hover) .wp-block-post:first-child .stk-hover-parent {
    opacity: 0;
  }
  body.front .hover-expand .wp-block-post-template .wp-block-post:last-child .stk--has-background-overlay:not(:hover):before {
    opacity: 0 !important;
  }
  body.front .hover-expand .wp-block-post-template .wp-block-post:last-child .stk-hover-parent {
    transition: all var(--animSpeed);
    opacity: 0;
    transform: translateX(30%);
  }
  body.front .hover-expand .wp-block-post-template .wp-block-post:last-child:hover .stk-hover-parent {
    transform: translateX(0);
    opacity: 1;
  }
}
body.front .blur {
  --blur: 20px;
}
body.front .blur.stk-block-button {
  --blur: 5px ;
}
body.front .blur {
  background: rgba(255, 255, 255, 0.1) !important;
  backdrop-filter: blur(var(--blur)) !important;
  transition-delay: 0 !important;
}

/*

Single Posts

*/
.single-post #post-content h1 {
  font-size: clamp(1.6rem, -1.4rem + 3.3vw, 2.88889rem);
}
.single-post #post-content h2 {
  font-size: clamp(1.1rem, -1.4rem + 3.3vw, 1.5rem) !important;
}
.single-post #post-content h3, .single-post #post-content h4, .single-post #post-content h5, .single-post #post-content h5 {
  text-transform: none !important;
  font-family: var(--body-font) !important;
  font-size: clamp(1.1rem, -1.4rem + 3.3vw, 1.4rem) !important;
}
.single-post #post-content p {
  margin-bottom: 20px;
}
.single-post #post-content p.stk-block-text__text {
  margin-bottom: 0;
}
.single-post #post-content figure.wp-block-image.aligncenter {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.single-post #post-content .wp-element-caption {
  text-align: left;
}
.single-post #post-content .is-type-video {
  margin-bottom: 25px !important;
}

/*-----------------------------------------------------------
*
*	Base	
*
*------------------------------------------------------------*/
/*-----------------------------------------------------------
*
*	Masks - .png - Uses photoshop/exposure to minimise
*
*------------------------------------------------------------*/
/* Styles included in the Block editor
--------------------------------------------------------------*/
body.front .paper-top,
body.front .paper-top-2,
.postid-29535 .members-container {
  mask-image: url(/wp-content/smush-avif/2026/06/paper-mask-1.png.avif);
}
body.front .paper-top.paper-top-2,
body.front .paper-top-2.paper-top-2,
.postid-29535 .members-container.paper-top-2 {
  mask-image: url(/wp-content/smush-avif/2026/06/paper-mask-2.png.avif);
}
body.front .paper-top,
body.front .paper-top-2,
.postid-29535 .members-container {
  mask-size: cover;
  mask-repeat: no-repeat;
  mask-position: top right;
  margin-top: -90px;
  padding-top: 170px;
  z-index: 2;
}
@media (min-width: 1900px) {
  body.front .paper-top,
  body.front .paper-top-2,
  .postid-29535 .members-container {
    margin-top: -110px;
  }
}
@media (max-width: 1279px) {
  body.front .paper-top,
  body.front .paper-top-2,
  .postid-29535 .members-container {
    margin-top: -45px;
    padding-top: 140px;
  }
}
@media (max-width: 767px) {
  body.front .paper-top,
  body.front .paper-top-2,
  .postid-29535 .members-container {
    padding-top: 80px;
  }
}

.stk-block-heading:not(.plain) .stk-block-heading__bottom-line {
  width: clamp(50px, 1.2rem + 6.014vw, 77px);
  height: 10px;
  margin-top: clamp(9px, -2.2rem + 6.014vw, 15px);
  mask-image: url(/wp-content/uploads/2026/06/bottom-line.png);
  mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: top center;
  background: var(--brown);
}

/*-----------------------------------------------------------
*
*	Base	
*
*------------------------------------------------------------*/
/*-----------------------------------------------------------
*
*	Accordions
*
*------------------------------------------------------------*/
/*-----------------------------------------------------------
*
*	WooCommerce
*
*------------------------------------------------------------*/
/*-----------------------------------------------------------
*
*	Base	
*
*------------------------------------------------------------*/
/*-----------------------------------------------------------
*
*	Accordions
*
*------------------------------------------------------------*/
/*-----------------------------------------------------------
*
*	WooCommerce Loop
*
*------------------------------------------------------------*/
.product-term-title {
  font-size: clamp(1.6rem, -1.4rem + var(--clamp-vw), 2.5rem) !important;
}

.product-term-desc p {
  font-size: clamp(1.2rem, -1.4rem + var(--clamp-vw), 1.6rem) !important;
}

.woocommerce-result-count {
  font-weight: 300 !important;
}

.woocommerce-result-count,
.woocommerce-breadcrumb {
  margin: 0 !important;
}
@media (max-width: 767px) {
  .woocommerce-result-count,
  .woocommerce-breadcrumb {
    font-size: 11px !important;
  }
}

.woocommerce-breadcrumb a {
  text-decoration: underline !important;
  text-underline-offset: 3px;
}
.woocommerce-breadcrumb a:hover {
  color: var(--brown);
}

.wp-block-woocommerce-product-collection-no-results a,
.wp-block-woocommerce-product-collection-no-results span {
  color: var(--brown) !important;
}

body.front .wc-block-product .product-content {
  height: 100% !important;
}
body.front .wc-block-product .product-content > div {
  height: 100% !important;
}
body.front .wc-block-product .stk-block-subtitle a {
  text-decoration: none;
}
body.front .wc-block-product .stk-block-subtitle a:before {
  content: "" !important;
  position: relative;
  width: 20px;
  height: 1px;
  display: inline-block !important;
  background: #1962D7;
  margin-right: 6px;
  margin-bottom: 0.3em;
}

body.front .wc-block-product-template__responsive.columns-3 {
  grid-template-columns: repeat(auto-fill, minmax(max(350px, 33.33333% - 0.83333em), 1fr));
}
@media (max-width: 767px) {
  body.front .wc-block-product-template__responsive.columns-3 {
    grid-template-columns: 1fr;
  }
}
body.front .wc-block-product-template {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
body.front .wc-block-product-template li {
  margin: 0;
}
body.front .woocommerce-ordering .orderby {
  border: 1px solid inherit !important;
  color: inherit !important;
  padding: 4px 5px 4px 10px;
  -webkit-appearance: none;
  border-radius: 0;
  -moz-appearance: none;
  background: transparent;
  background: url("data:image/svg+xml;utf8,<svg fill='inherit' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/><path d='M0 0h24v24H0z' fill='none'/></svg>");
  background-repeat: no-repeat;
  background-position: 98% 50%;
  font-size: 14px;
  font-weight: 300 !important;
  text-transform: capitalize;
}
@media (max-width: 767px) {
  body.front .woocommerce-ordering .orderby {
    font-size: 11px;
  }
}
@media (max-width: 1279px) {
  body.front .woocommerce-breadcrumb,
  body.front .wc-block-product-results-count {
    font-size: 15px !important;
  }
}
body.front .woocommerce-loop-product__title {
  font-size: clamp(18px, -1.4rem + 3.3vw, 19px) !important;
}
body.front .wc-block-components-product-button a,
body.front .wc-block-components-product-button button {
  line-height: 1.1;
}
body.front .wc-block-components-product-button a:hover,
body.front .wc-block-components-product-button button:hover {
  opacity: 0.8;
}
@keyframes faFlip {
  50% {
    transform: rotate3d(0, 1, 0, -180deg);
  }
}
body.front .wp-block-button.wc-block-components-product-button .wp-block-button__link.loading:after {
  content: url('data:image/svg+xml; utf8, <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path fill="rgb(255,255,255)" d="M464 112v64H320V112H464zM48 64C21.5 64 0 85.5 0 112v64c0 26.5 21.5 48 48 48H464c26.5 0 48-21.5 48-48V112c0-26.5-21.5-48-48-48H48zM464 336v64H192V336H464zM48 288c-26.5 0-48 21.5-48 48v64c0 26.5 21.5 48 48 48H464c26.5 0 48-21.5 48-48V336c0-26.5-21.5-48-48-48H48z"/></svg>') !important;
  margin-left: 0.5em;
  width: 1em;
  position: relative;
  animation-name: faFlip;
  animation-delay: 0s;
  animation-direction: normal;
  animation-duration: 1s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
  right: -2px;
  bottom: -0.5px;
}

/*-----------------------------------------------------------
*
*	Up-sells/cross-sells
*
*------------------------------------------------------------*/
body.front .upsells h2:not(.woocommerce-loop-product__title) {
  font-size: clamp(19px, -1.4rem + 3.3vw, 34px) !important;
  text-align: left !important;
}
body.front .wp-block-woocommerce-cart-cross-sells-block {
  padding: 20px 0 0 0;
}
body.front .wp-block-woocommerce-cart-cross-sells-block .wp-block-heading {
  font-size: 28px !important;
}
body.front .wp-block-woocommerce-cart-cross-sells-block .wc-block-components-product-title {
  font-size: clamp(16px, -1.4rem + 3.3vw, 19px) !important;
  margin-bottom: 12px;
}
body.front .wp-block-woocommerce-cart-cross-sells-block .wc-block-components-product-title a {
  text-decoration: none;
}

/*-----------------------------------------------------------
*
*	Base	
*
*------------------------------------------------------------*/
/*-----------------------------------------------------------
*
*	Accordions
*
*------------------------------------------------------------*/
/*-----------------------------------------------------------
*
*	Woo Utilities
*
*------------------------------------------------------------*/
.wc-block-mini-cart__tax-label {
  display: none;
}

body.front {
  --wp--preset--font-size--small: font-size: .7rem;
}
body.front .components-button {
  padding: 0 !important;
  border: none !important;
  letter-spacing: 0 !important;
  font-size: 1rem !important;
  box-shadow: none !important;
}
body.front .wc-block-components-product-metadata__description-text,
body.front .wc-block-components-product-metadata__description,
body.front .wc-block-components-checkbox__label {
  font-size: 0.7rem;
}
body.front .shop_table_responsive strong {
  font-weight: 500 !important;
}
body.front table.shop_table tbody th,
body.front table.shop_table tfoot td,
body.front table.shop_table tfoot th {
  font-weight: 500;
}
body.front .wc-block-cart__empty-cart__title:before {
  content: none;
}
body.front .wp-block-woocommerce-checkout-fields-block h2 {
  font-size: 22px;
  margin-bottom: 10px;
}
body.front {
  /* Woo Account Nav
  --------------------------------------------------------------*/
}
body.front .wp-block-woocommerce-customer-account,
body.front .wc-block-mini-cart__button {
  padding: 0;
}
body.front .wp-block-woocommerce-customer-account *,
body.front .wc-block-mini-cart__button * {
  text-decoration: none !important;
}
body.front .wp-block-woocommerce-customer-account * .wc-block-customer-account__account-icon,
body.front .wc-block-mini-cart__button * .wc-block-customer-account__account-icon {
  padding: 0 5px 0 0;
}

.home .wc-block-customer-account__account-icon {
  position: relative;
  box-sizing: content-box !important;
  height: 1.4375em;
  min-height: 1.4375em;
  min-width: 1.4375em;
  padding: 0.5em;
  width: 1.4375em;
}

/*-----------------------------------------------------------
*
*	Header Items
*
*------------------------------------------------------------*/
.trans-header-active #header .wc-block-mini-cart__badge {
  background: #fff !important;
}

/*-----------------------------------------------------------
*
*	Base	
*
*------------------------------------------------------------*/
/*-----------------------------------------------------------
*
*	Accordions
*
*------------------------------------------------------------*/
/*-----------------------------------------------------------
*
*	Single Product
*
*------------------------------------------------------------*/
body.single-product .wc-block-components-notice-banner > .wc-block-components-notice-banner__content .wc-forward {
  float: none;
  font-size: 16px;
}
body.single-product .woo-vou-recipient-fields .label label {
  font-size: 16px !important;
  font-weight: 400 !important;
}
body.single-product .product-short-desc h2,
body.single-product .product-short-desc h3,
body.single-product .product-short-desc h4,
body.single-product .product-short-desc h5 {
  font-size: clamp(18px, -1.4rem + 4.3vw, 28px);
  margin-bottom: 25px;
}
body.single-product .product-short-desc p {
  margin-bottom: 10px !important;
  font-size: clamp(16px, -2.2rem + 6.014vw, 18px);
}
body.single-product ul li::marker {
  color: var(--brown);
  /* or your preferred blue */
}
body.single-product .product-cats-brands {
  align-items: flex-start !important;
}
body.single-product .product-cats-brands * {
  word-break: normal;
  overflow-wrap: normal;
  white-space: normal;
}
body.single-product .product-cats-brands a {
  text-decoration: underline !important;
}
body.single-product .product-cats-brands a:hover {
  color: var(--brown) !important;
}
body.single-product .wp-block-group.product {
  width: 100%;
}
body.single-product .wp-block-woocommerce-accordion-item {
  border-bottom: 1px solid #ccc;
}
body.single-product .wp-block-woocommerce-accordion-header {
  font-size: clamp(1.3rem, -1.4rem + var(--clamp-vw), 1.7rem);
  margin-bottom: 15px;
}
body.single-product .price-on-request {
  margin-top: 20px;
}
body.single-product .price-on-request a {
  color: #fff !important;
  background: var(--brown);
  font-size: clamp(0.7rem, -2.2rem + 6.014vw, 1.1rem);
}
body.single-product .price-on-request a:hover {
  background: var(--button-hover-background) !important;
}
@media (max-width: 767px) {
  body.single-product .wc-block-components-product-price {
    margin: 0 0 20px !important;
  }
}
body.single-product .wc-block-add-to-cart-form {
  margin-top: 15px;
}
body.single-product .wc-block-components-product-price .woocommerce-Price-amount,
body.single-product .woocommerce-variation-price .woocommerce-Price-amount {
  font-size: clamp(18px, -1.4rem + 5.3vw, 30px);
  color: #333;
}
body.single-product .woocommerce-price-suffix {
  padding-left: 10px;
}
body.single-product .wc-block-add-to-cart-form .input-text {
  padding: 0.8rem 1.1rem;
}
@media (max-width: 1279px) {
  body.single-product .wc-block-add-to-cart-form .input-text {
    padding: 0.65rem 1.1rem;
  }
}
body.single-product .quantity {
  margin-right: 10px;
  margin-bottom: 0;
}
body.single-product .quantity [type=number] {
  background: #F8F7F7 !important;
  border: none !important;
}

/*-----------------------------------------------------------
*
*	Base	
*
*------------------------------------------------------------*/
/*-----------------------------------------------------------
*
*	Accordions
*
*------------------------------------------------------------*/
/*-----------------------------------------------------------
*
*	Woo Gallery
*
*------------------------------------------------------------*/
.wc-block-product-gallery-dialog-open #header, .wc-block-product-gallery-dialog-open #footer {
  display: none;
}

body.front .wc-block-product-gallery-large-image,
body.front .wc-block-product-gallery-thumbnails__thumbnail {
  border: 1px solid #DADADA;
}
body.front .wc-block-product-gallery-large-image__container {
  padding: 0 !important;
  margin: 0 !important;
}
body.front .wc-block-product-gallery-large-image__container li {
  margin: 0 !important;
}
body.front .wc-block-next-previous-buttons__icon {
  box-sizing: content-box;
}
body.front {
  /* Modal
  --------------------------------------------------------------*/
}
body.front .wc-block-product-gallery-dialog {
  background: rgba(0, 0, 0, 0.8);
  padding-bottom: 90px;
}
@media (max-width: 1279px) {
  body.front .wc-block-product-gallery-dialog {
    padding: 50px 0 0 0;
  }
}
body.front .wc-block-product-gallery-dialog .wc-block-product-gallery-dialog__close-button path {
  fill: #fff;
}
body.front .wc-block-product-gallery-dialog > div {
  max-width: 1000px;
  margin: 0 auto;
}

/*-----------------------------------------------------------
*
*	Base	
*
*------------------------------------------------------------*/
/*-----------------------------------------------------------
*
*	Accordions
*
*------------------------------------------------------------*/
/*-----------------------------------------------------------
*
*	Woo Utilities
*
*------------------------------------------------------------*/
body.front {
  /* Product Add-ons
  --------------------------------------------------------------*/
}
body.front .wc-pao-addon-wrap label {
  font-size: 16px;
}
body.front table.variations {
  font-size: 15px;
  width: auto;
  text-align: left;
  margin-bottom: 25px;
}
body.front table.variations tr {
  display: table-row;
}
body.front table.variations tr .value {
  padding: 5px 0 5px;
}
body.front table.variations tr th.label {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}
body.front table.variations tr th.label:after {
  content: ":";
}
body.front table.variations tr td select {
  height: auto;
  background-position: calc(100% - 5px) 50%;
  padding: 0.8em 2.4em 0.8em 1em;
  border-color: #999;
}

/*-----------------------------------------------------------
*
*	Base	
*
*------------------------------------------------------------*/
/*-----------------------------------------------------------
*
*	Accordions
*
*------------------------------------------------------------*/
/*-----------------------------------------------------------
*
*	Woo Utilities
*
*------------------------------------------------------------*/
body.front {
  /* Product Tabs - ACF
  --------------------------------------------------------------*/
}
body.front .stk-block-tabs .stk-block-column {
  overflow: auto;
}
body.front .stk-block-tabs .dynamic-acf-editor {
  font-size: 1em;
}
body.front .stk-block-tabs .dynamic-acf-editor * {
  color: #5C5C5C;
  font-weight: 300;
}
body.front .stk-block-tabs .dynamic-acf-editor p, body.front .stk-block-tabs .dynamic-acf-editor ul, body.front .stk-block-tabs .dynamic-acf-editor ol {
  font-size: clamp(14px, -2.2rem + 6.014vw, 1em);
}
body.front .stk-block-tabs .dynamic-acf-editor table {
  font-size: clamp(13px, -2.2rem + 6.014vw, 0.9rem);
  min-width: 400px;
}
body.front .stk-block-tabs .dynamic-acf-editor table td, body.front .stk-block-tabs .dynamic-acf-editor table th {
  border: 1px solid;
  padding: 0.4em 0.8em;
}
body.front .stk-block-tabs .dynamic-acf-editor table * {
  font-weight: normal;
}

.wc-brand-image {
  max-width: 270px !important;
}

.key-applications-content * {
  color: #fff;
  font-size: clamp(1.1rem, -2.2rem + 6.014vw, 1.3rem);
}
.key-applications-content strong, .key-applications-content b {
  font-weight: 800;
  color: rgb(25, 98, 215);
}
.key-applications-content ul:not(.plain) li {
  list-style-image: url('data:image/svg+xml,<svg width="32" height="20" viewBox="0 0 32 23" fill="none" xmlns="http://www.w3.org/2000/svg"> <g transform="translate(0, 1)"><path d="M11.1902 23L0 12.0977L2.79755 9.37214L11.1902 17.5489L29.2025 0L32 2.72557L11.1902 23Z" fill="rgb(25, 98, 215)" /> </g></svg> ');
  padding-left: 1.1rem;
}
@media (max-width: 767px) {
  .key-applications-content ul:not(.plain) li {
    list-style-image: url('data:image/svg+xml,<svg width="32" height="14" viewBox="0 0 32 23" fill="none" xmlns="http://www.w3.org/2000/svg"> <g transform="translate(0, 1)"><path d="M11.1902 23L0 12.0977L2.79755 9.37214L11.1902 17.5489L29.2025 0L32 2.72557L11.1902 23Z" fill="rgb(25, 98, 215)" /> </g></svg> ');
    padding-left: 0;
  }
}

.shop-page .cat-loop-heading {
  margin-top: 10px !important;
}
@media (min-width: 768px) {
  .shop-page .cat-loop-heading * {
    font-size: 40px !important;
  }
}

.wc-block-mini-cart__drawer {
  font-family: var(--body-font);
  color: var(--body-color);
}

.wp-block-woocommerce-mini-cart-checkout-button-block {
  background: var(--purple);
}

body.front .out-of-stock {
  font-weight: 500;
  color: #390056;
}
body.front .onsale,
body.front .wc-block-components-product-sale-badge {
  --size: 50px;
  border-radius: 50%;
  height: var(--size);
  width: var(--size);
  display: flex !important;
  padding: 5px;
  justify-content: center;
  align-content: center;
  font-size: 11px;
  font-weight: normal;
  text-transform: uppercase;
  line-height: 0;
  flex-wrap: wrap;
  background: var(--brown);
  color: #fff;
  border: none;
  position: absolute;
  left: -10px;
  top: -10px;
}
body.front .onsale .wc-block-components-product-sale-badge__text,
body.front .wc-block-components-product-sale-badge .wc-block-components-product-sale-badge__text {
  padding-bottom: 1px;
}
body.front .wc-block-components-product-rating__container {
  font-size: 14px;
  line-height: 1.3;
}

/*-----------------------------------------------------------
*
*	Base	
*
*------------------------------------------------------------*/
/*!

Typography 

*/
/*-----------------------------------------------------------
*
*	Project
*
*------------------------------------------------------------*/
body.front .wp-element-caption {
  z-index: 10;
}
body.front .lb-login-required {
  padding: 30px 0;
}
body.front .lb-login-required__heading {
  font-size: clamp(20px, -2.2rem + 6.014vw, 35px);
}
body.front .framed > .stk-column-wrapper.stk--has-background-overlay {
  margin: 10px !important;
}
body.front .framed > .stk-column-wrapper {
  overflow: visible !important;
  box-shadow: 2px 2px 5px 5px rgba(0, 0, 0, 0.4705882353) !important;
  border-radius: 5px !important;
}
body.front .framed > .stk-column-wrapper > .stk-block-content {
  position: static !important;
}
body.front .framed > .stk-column-wrapper > .stk-block-content:before {
  content: "" !important;
  position: absolute;
  border-width: 14px !important;
  border-style: solid !important;
  border-color: transparent !important;
  border-image: url(/wp-content/uploads/2026/07/Image-Frame-2.png) 55 fill stretch;
  right: -3px;
  bottom: -3px;
  left: -3px;
  top: -3px;
  z-index: 0;
}
body.front .stk-block-image.framed {
  box-shadow: 2px 1px 2px 2px rgba(0, 0, 0, 0.2) !important;
  border-radius: 5px !important;
}
body.front .stk-block-image.framed figure {
  margin: 4px !important;
  border-radius: 5px !important;
  overflow: hidden;
}
body.front .stk-block-image.framed:after {
  content: "" !important;
  position: absolute;
  border-width: 14px !important;
  border-style: solid !important;
  border-color: transparent !important;
  border-image: url(/wp-content/uploads/2026/07/Image-Frame-2.png) 37 fill stretch;
  right: -3px;
  bottom: -3px;
  left: -3px;
  top: -3px;
  z-index: 0;
}
body.front .review-stars-icon {
  --svg-max-height: 32px ;
}
