@charset "UTF-8";
/*!
Theme Name: Josephine Cascade Village
Author: Pavone Digital
Author URI: https://pavone.net
Description: A theme for Josephine Cascade Village landing pages.
Version: 1.0.5
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: josephine-cascade-village

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

Josephine Cascade Village is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*! normalize.css v7.0.0 | 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
 *    IE on Windows Phone and in iOS.
 */
@import url("https://fonts.googleapis.com/css2?family=Special+Gothic:wdth,wght@75..125,400..700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Libre+Franklin:ital,wght@0,100..900;1,100..900&display=swap");
@import url("https://use.typekit.net/gyx7vfv.css");
html {
  line-height: 1.15; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

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

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block;
}

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

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main { /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}

/**
 * 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
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent; /* 1 */
  -webkit-text-decoration-skip: objects; /* 2 */
}

/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 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 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}

/**
 * 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 style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

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

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif; /* 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;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button; /* 2 */
}

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

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */
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 and cancel buttons in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-cancel-button,
[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 IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block;
}

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

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */
template {
  display: none;
}

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

.cascade,
.post-type-archive-tribe_events,
.single-tribe_events,
.error-404 {
  --primary-color: #507d2a;
  --primary-color-2: #3d83b7;
  --primary-link: #485531;
  --secondary-color: #485531;
  --tertiary-color: #593623;
}

.landing {
  --primary-color: #507d2a;
  --primary-color-2: #3d83b7;
  --primary-link: #485531;
  --secondary-color: #f38209;
}

html:not(.wp-toolbar),
html :where(.editor-styles-wrapper) {
  scroll-behavior: smooth;
}
html:not(.wp-toolbar) *,
html :where(.editor-styles-wrapper) * {
  box-sizing: border-box !important;
}
html:not(.wp-toolbar) body,
html :where(.editor-styles-wrapper) body {
  -webkit-font-smoothing: auto;
  -moz-osx-font-smoothing: auto;
  font-family: "Libre Franklin", Arial, Helvetica, sans-serif !important;
  font-size: 1.25rem;
  line-height: 1.5;
  color: #1f2125;
  position: relative;
}
@media screen and (max-width: 800px) {
  html:not(.wp-toolbar) body,
  html :where(.editor-styles-wrapper) body {
    font-size: 1rem;
  }
}
html:not(.wp-toolbar) .stmc,
html :where(.editor-styles-wrapper) .stmc {
  clip: rect(0 0 0 0);
  border: 0;
  color: #1a8ddf;
  height: 1px;
  line-height: 1;
  outline-offset: -4px;
  overflow: hidden;
  padding: 1em 15px;
  position: absolute;
  text-align: center;
  text-decoration: none;
  top: -1px;
  transition: all 0.2s ease-in-out;
  width: 1px;
}
html:not(.wp-toolbar) .stmc:focus-visible,
html :where(.editor-styles-wrapper) .stmc:focus-visible {
  display: block;
  height: auto;
  position: relative;
  text-decoration: none;
  top: inherit;
  width: auto;
}
html:not(.wp-toolbar) .stmc:active, html:not(.wp-toolbar) .stmc:hover,
html :where(.editor-styles-wrapper) .stmc:active,
html :where(.editor-styles-wrapper) .stmc:hover {
  background: #4e736f;
  color: #fff;
  text-decoration: none;
}
html:not(.wp-toolbar) .container,
html :where(.editor-styles-wrapper) .container {
  width: 65vw;
  margin-inline: auto;
  padding: 0;
  padding-block: 1rem;
}
@media screen and (max-width: 1200px) {
  html:not(.wp-toolbar) .container,
  html :where(.editor-styles-wrapper) .container {
    width: 80vw;
  }
}
@media screen and (max-width: 800px) {
  html:not(.wp-toolbar) .container,
  html :where(.editor-styles-wrapper) .container {
    width: 92vw;
  }
}
html:not(.wp-toolbar) a:not(.btn, button.activedemand-button, .global-header),
html:not(.wp-toolbar) p a,
html :where(.editor-styles-wrapper) a:not(.btn, button.activedemand-button, .global-header),
html :where(.editor-styles-wrapper) p a {
  color: var(--primary-link);
  text-decoration: underline;
  text-decoration-thickness: 1.5px;
  text-underline-offset: 0.15em;
  font-weight: 500;
}
html:not(.wp-toolbar) a:not(.btn, button.activedemand-button, .global-header):hover,
html:not(.wp-toolbar) p a:hover,
html :where(.editor-styles-wrapper) a:not(.btn, button.activedemand-button, .global-header):hover,
html :where(.editor-styles-wrapper) p a:hover {
  color: #2c416c;
  text-decoration: none;
}
html:not(.wp-toolbar) a,
html :where(.editor-styles-wrapper) a {
  overflow: hidden;
}
html:not(.wp-toolbar) a img,
html :where(.editor-styles-wrapper) a img {
  transition: 0.25s ease-in-out;
}
html:not(.wp-toolbar) a:hover img,
html :where(.editor-styles-wrapper) a:hover img {
  scale: 105%;
}
html:not(.wp-toolbar) h1,
html :where(.editor-styles-wrapper) h1 {
  font-weight: normal;
  font-variation-settings: "wdth" 75;
  font-family: "spirits-neutral", serif;
  font-size: 3.75rem;
  margin: 0px;
  margin-bottom: 0.25em;
  color: #3d4523;
}
@media screen and (max-width: 800px) {
  html:not(.wp-toolbar) h1,
  html :where(.editor-styles-wrapper) h1 {
    font-size: 3rem;
  }
}
html:not(.wp-toolbar) h2,
html :where(.editor-styles-wrapper) h2 {
  font-family: "spirits-neutral", serif;
  font-variation-settings: "wdth" 87.5;
  font-size: 3rem;
  color: #485531;
  margin-bottom: 0.5em;
  font-weight: normal;
}
@media screen and (max-width: 800px) {
  html:not(.wp-toolbar) h2,
  html :where(.editor-styles-wrapper) h2 {
    font-size: 2.375rem;
  }
}
html:not(.wp-toolbar) h3, html:not(.wp-toolbar) .h3 h2, .h3 html:not(.wp-toolbar) h2,
html :where(.editor-styles-wrapper) h3,
html :where(.editor-styles-wrapper) .h3 h2,
.h3 html :where(.editor-styles-wrapper) h2 {
  font-size: 2.25rem;
  font-weight: 500;
  font-variation-settings: "wdth" 87.5;
  font-family: "Special Gothic", Arial, Helvetica, sans-serif;
  color: #507d2a;
  margin-bottom: 0.5em;
}
@media screen and (max-width: 800px) {
  html:not(.wp-toolbar) h3, html:not(.wp-toolbar) .h3 h2, .h3 html:not(.wp-toolbar) h2,
  html :where(.editor-styles-wrapper) h3,
  html :where(.editor-styles-wrapper) .h3 h2,
  .h3 html :where(.editor-styles-wrapper) h2 {
    font-size: 2rem;
  }
}
html:not(.wp-toolbar) h4,
html :where(.editor-styles-wrapper) h4 {
  font-size: 1.75rem;
  margin-bottom: 0.5em;
  font-family: "Special Gothic", Arial, Helvetica, sans-serif;
  font-variation-settings: "wdth" 92;
  font-weight: 500;
  color: #485531;
}
@media screen and (max-width: 800px) {
  html:not(.wp-toolbar) h4,
  html :where(.editor-styles-wrapper) h4 {
    font-size: 1.5rem;
  }
}
html:not(.wp-toolbar) h5,
html :where(.editor-styles-wrapper) h5 {
  font-size: 1.3125rem;
  text-transform: uppercase;
  margin-bottom: 0.5em;
}
@media screen and (max-width: 800px) {
  html:not(.wp-toolbar) h5,
  html :where(.editor-styles-wrapper) h5 {
    font-size: 1.1875rem;
  }
}
html:not(.wp-toolbar) .eyebrow p,
html:not(.wp-toolbar) span.eyebrow,
html:not(.wp-toolbar) .eyebrow,
html :where(.editor-styles-wrapper) .eyebrow p,
html :where(.editor-styles-wrapper) span.eyebrow,
html :where(.editor-styles-wrapper) .eyebrow {
  text-transform: uppercase;
  font-variation-settings: "wdth" 90;
  font-size: 1.5rem;
  font-family: "Special Gothic", Arial, Helvetica, sans-serif;
  font-weight: 500;
  color: #5a5e64;
  letter-spacing: 0.02em;
  line-height: 1em;
  margin-bottom: 0.75em;
}
html:not(.wp-toolbar) ul,
html:not(.wp-toolbar) ol,
html :where(.editor-styles-wrapper) ul,
html :where(.editor-styles-wrapper) ol {
  padding-left: 20px;
}
@media screen and (max-width: 800px) {
  html:not(.wp-toolbar) ul,
  html:not(.wp-toolbar) ol,
  html :where(.editor-styles-wrapper) ul,
  html :where(.editor-styles-wrapper) ol {
    padding-left: 0;
  }
}
html:not(.wp-toolbar) .btn, html:not(.wp-toolbar) .tabs #panel-4 .gform_next_button, .tabs #panel-4 html:not(.wp-toolbar) .gform_next_button,
html:not(.wp-toolbar) .tabs #panel-4 .gform_previous_button,
.tabs #panel-4 html:not(.wp-toolbar) .gform_previous_button,
html:not(.wp-toolbar) .tabs #panel-4 #gform_submit_button_3,
.tabs #panel-4 html:not(.wp-toolbar) #gform_submit_button_3, html:not(.wp-toolbar) button.activedemand-button, html:not(.wp-toolbar) .events__content__event-list .ecs-all-events a, .events__content__event-list .ecs-all-events html:not(.wp-toolbar) a, html:not(.wp-toolbar) .single-tribe_events .gform_footer input, .single-tribe_events .gform_footer html:not(.wp-toolbar) input,
html :where(.editor-styles-wrapper) .btn,
html :where(.editor-styles-wrapper) .tabs #panel-4 .gform_next_button,
.tabs #panel-4 html :where(.editor-styles-wrapper) .gform_next_button,
html :where(.editor-styles-wrapper) .tabs #panel-4 .gform_previous_button,
.tabs #panel-4 html :where(.editor-styles-wrapper) .gform_previous_button,
html :where(.editor-styles-wrapper) .tabs #panel-4 #gform_submit_button_3,
.tabs #panel-4 html :where(.editor-styles-wrapper) #gform_submit_button_3,
html :where(.editor-styles-wrapper) button.activedemand-button,
html :where(.editor-styles-wrapper) .events__content__event-list .ecs-all-events a,
.events__content__event-list .ecs-all-events html :where(.editor-styles-wrapper) a,
html :where(.editor-styles-wrapper) .single-tribe_events .gform_footer input,
.single-tribe_events .gform_footer html :where(.editor-styles-wrapper) input {
  align-items: center;
  display: inline-flex;
  font-size: 1.125rem;
  line-height: 1;
  font-weight: 600;
  padding: 1em 2em;
  border-radius: 1em;
  text-decoration: none;
  transition: 0.3s ease-in-out;
  color: #ffffff;
}
html:not(.wp-toolbar) .btn svg, html:not(.wp-toolbar) .tabs #panel-4 .gform_next_button svg, .tabs #panel-4 html:not(.wp-toolbar) .gform_next_button svg,
html:not(.wp-toolbar) .tabs #panel-4 .gform_previous_button svg,
.tabs #panel-4 html:not(.wp-toolbar) .gform_previous_button svg,
html:not(.wp-toolbar) .tabs #panel-4 #gform_submit_button_3 svg,
.tabs #panel-4 html:not(.wp-toolbar) #gform_submit_button_3 svg, html:not(.wp-toolbar) button.activedemand-button svg, html:not(.wp-toolbar) .events__content__event-list .ecs-all-events a svg, .events__content__event-list .ecs-all-events html:not(.wp-toolbar) a svg, html:not(.wp-toolbar) .single-tribe_events .gform_footer input svg, .single-tribe_events .gform_footer html:not(.wp-toolbar) input svg,
html :where(.editor-styles-wrapper) .btn svg,
html :where(.editor-styles-wrapper) .tabs #panel-4 .gform_next_button svg,
.tabs #panel-4 html :where(.editor-styles-wrapper) .gform_next_button svg,
html :where(.editor-styles-wrapper) .tabs #panel-4 .gform_previous_button svg,
.tabs #panel-4 html :where(.editor-styles-wrapper) .gform_previous_button svg,
html :where(.editor-styles-wrapper) .tabs #panel-4 #gform_submit_button_3 svg,
.tabs #panel-4 html :where(.editor-styles-wrapper) #gform_submit_button_3 svg,
html :where(.editor-styles-wrapper) button.activedemand-button svg,
html :where(.editor-styles-wrapper) .events__content__event-list .ecs-all-events a svg,
.events__content__event-list .ecs-all-events html :where(.editor-styles-wrapper) a svg,
html :where(.editor-styles-wrapper) .single-tribe_events .gform_footer input svg,
.single-tribe_events .gform_footer html :where(.editor-styles-wrapper) input svg {
  margin-left: 5px;
}
@media screen and (max-width: 800px) {
  html:not(.wp-toolbar) .btn, html:not(.wp-toolbar) .tabs #panel-4 .gform_next_button, .tabs #panel-4 html:not(.wp-toolbar) .gform_next_button,
  html:not(.wp-toolbar) .tabs #panel-4 .gform_previous_button,
  .tabs #panel-4 html:not(.wp-toolbar) .gform_previous_button,
  html:not(.wp-toolbar) .tabs #panel-4 #gform_submit_button_3,
  .tabs #panel-4 html:not(.wp-toolbar) #gform_submit_button_3, html:not(.wp-toolbar) button.activedemand-button, html:not(.wp-toolbar) .events__content__event-list .ecs-all-events a, .events__content__event-list .ecs-all-events html:not(.wp-toolbar) a, html:not(.wp-toolbar) .single-tribe_events .gform_footer input, .single-tribe_events .gform_footer html:not(.wp-toolbar) input,
  html :where(.editor-styles-wrapper) .btn,
  html :where(.editor-styles-wrapper) .tabs #panel-4 .gform_next_button,
  .tabs #panel-4 html :where(.editor-styles-wrapper) .gform_next_button,
  html :where(.editor-styles-wrapper) .tabs #panel-4 .gform_previous_button,
  .tabs #panel-4 html :where(.editor-styles-wrapper) .gform_previous_button,
  html :where(.editor-styles-wrapper) .tabs #panel-4 #gform_submit_button_3,
  .tabs #panel-4 html :where(.editor-styles-wrapper) #gform_submit_button_3,
  html :where(.editor-styles-wrapper) button.activedemand-button,
  html :where(.editor-styles-wrapper) .events__content__event-list .ecs-all-events a,
  .events__content__event-list .ecs-all-events html :where(.editor-styles-wrapper) a,
  html :where(.editor-styles-wrapper) .single-tribe_events .gform_footer input,
  .single-tribe_events .gform_footer html :where(.editor-styles-wrapper) input {
    font-size: 1rem;
  }
}
html:not(.wp-toolbar) .btn:focus-visible, html:not(.wp-toolbar) .tabs #panel-4 .gform_next_button:focus-visible, .tabs #panel-4 html:not(.wp-toolbar) .gform_next_button:focus-visible,
html:not(.wp-toolbar) .tabs #panel-4 .gform_previous_button:focus-visible,
.tabs #panel-4 html:not(.wp-toolbar) .gform_previous_button:focus-visible,
html:not(.wp-toolbar) .tabs #panel-4 #gform_submit_button_3:focus-visible,
.tabs #panel-4 html:not(.wp-toolbar) #gform_submit_button_3:focus-visible, html:not(.wp-toolbar) button.activedemand-button:focus-visible, html:not(.wp-toolbar) .events__content__event-list .ecs-all-events a:focus-visible, .events__content__event-list .ecs-all-events html:not(.wp-toolbar) a:focus-visible, html:not(.wp-toolbar) .single-tribe_events .gform_footer input:focus-visible, .single-tribe_events .gform_footer html:not(.wp-toolbar) input:focus-visible,
html :where(.editor-styles-wrapper) .btn:focus-visible,
html :where(.editor-styles-wrapper) .tabs #panel-4 .gform_next_button:focus-visible,
.tabs #panel-4 html :where(.editor-styles-wrapper) .gform_next_button:focus-visible,
html :where(.editor-styles-wrapper) .tabs #panel-4 .gform_previous_button:focus-visible,
.tabs #panel-4 html :where(.editor-styles-wrapper) .gform_previous_button:focus-visible,
html :where(.editor-styles-wrapper) .tabs #panel-4 #gform_submit_button_3:focus-visible,
.tabs #panel-4 html :where(.editor-styles-wrapper) #gform_submit_button_3:focus-visible,
html :where(.editor-styles-wrapper) button.activedemand-button:focus-visible,
html :where(.editor-styles-wrapper) .events__content__event-list .ecs-all-events a:focus-visible,
.events__content__event-list .ecs-all-events html :where(.editor-styles-wrapper) a:focus-visible,
html :where(.editor-styles-wrapper) .single-tribe_events .gform_footer input:focus-visible,
.single-tribe_events .gform_footer html :where(.editor-styles-wrapper) input:focus-visible {
  box-shadow: inset 5px 0px 0px var(--primary-color), inset 0px 5px 0px var(--primary-color), inset -5px 0px 0px var(--primary-color), inset 0px -5px 0px var(--primary-color);
  border-radius: 6px !important;
  outline: none !important;
}
html:not(.wp-toolbar) .btn.--primary, html:not(.wp-toolbar) .tabs #panel-4 .--primary.gform_next_button, .tabs #panel-4 html:not(.wp-toolbar) .--primary.gform_next_button,
html:not(.wp-toolbar) .tabs #panel-4 .--primary.gform_previous_button,
.tabs #panel-4 html:not(.wp-toolbar) .--primary.gform_previous_button,
html:not(.wp-toolbar) .tabs #panel-4 .--primary#gform_submit_button_3,
.tabs #panel-4 html:not(.wp-toolbar) .--primary#gform_submit_button_3, html:not(.wp-toolbar) button.--primary.activedemand-button, html:not(.wp-toolbar) .events__content__event-list .ecs-all-events a.--primary, .events__content__event-list .ecs-all-events html:not(.wp-toolbar) a.--primary, html:not(.wp-toolbar) .single-tribe_events .gform_footer input.--primary, .single-tribe_events .gform_footer html:not(.wp-toolbar) input.--primary,
html :where(.editor-styles-wrapper) .btn.--primary,
html :where(.editor-styles-wrapper) .tabs #panel-4 .--primary.gform_next_button,
.tabs #panel-4 html :where(.editor-styles-wrapper) .--primary.gform_next_button,
html :where(.editor-styles-wrapper) .tabs #panel-4 .--primary.gform_previous_button,
.tabs #panel-4 html :where(.editor-styles-wrapper) .--primary.gform_previous_button,
html :where(.editor-styles-wrapper) .tabs #panel-4 .--primary#gform_submit_button_3,
.tabs #panel-4 html :where(.editor-styles-wrapper) .--primary#gform_submit_button_3,
html :where(.editor-styles-wrapper) button.--primary.activedemand-button,
html :where(.editor-styles-wrapper) .events__content__event-list .ecs-all-events a.--primary,
.events__content__event-list .ecs-all-events html :where(.editor-styles-wrapper) a.--primary,
html :where(.editor-styles-wrapper) .single-tribe_events .gform_footer input.--primary,
.single-tribe_events .gform_footer html :where(.editor-styles-wrapper) input.--primary {
  background-color: #507d2a;
}
html:not(.wp-toolbar) .btn.--primary:hover, html:not(.wp-toolbar) .tabs #panel-4 .--primary.gform_next_button:hover, .tabs #panel-4 html:not(.wp-toolbar) .--primary.gform_next_button:hover,
html:not(.wp-toolbar) .tabs #panel-4 .--primary.gform_previous_button:hover,
.tabs #panel-4 html:not(.wp-toolbar) .--primary.gform_previous_button:hover,
html:not(.wp-toolbar) .tabs #panel-4 .--primary#gform_submit_button_3:hover,
.tabs #panel-4 html:not(.wp-toolbar) .--primary#gform_submit_button_3:hover, html:not(.wp-toolbar) button.--primary.activedemand-button:hover, html:not(.wp-toolbar) .events__content__event-list .ecs-all-events a.--primary:hover, .events__content__event-list .ecs-all-events html:not(.wp-toolbar) a.--primary:hover, html:not(.wp-toolbar) .single-tribe_events .gform_footer input.--primary:hover, .single-tribe_events .gform_footer html:not(.wp-toolbar) input.--primary:hover, html:not(.wp-toolbar) .btn.--primary:focus, html:not(.wp-toolbar) .tabs #panel-4 .--primary.gform_next_button:focus, .tabs #panel-4 html:not(.wp-toolbar) .--primary.gform_next_button:focus,
html:not(.wp-toolbar) .tabs #panel-4 .--primary.gform_previous_button:focus,
.tabs #panel-4 html:not(.wp-toolbar) .--primary.gform_previous_button:focus,
html:not(.wp-toolbar) .tabs #panel-4 .--primary#gform_submit_button_3:focus,
.tabs #panel-4 html:not(.wp-toolbar) .--primary#gform_submit_button_3:focus, html:not(.wp-toolbar) button.--primary.activedemand-button:focus, html:not(.wp-toolbar) .events__content__event-list .ecs-all-events a.--primary:focus, .events__content__event-list .ecs-all-events html:not(.wp-toolbar) a.--primary:focus, html:not(.wp-toolbar) .single-tribe_events .gform_footer input.--primary:focus, .single-tribe_events .gform_footer html:not(.wp-toolbar) input.--primary:focus,
html :where(.editor-styles-wrapper) .btn.--primary:hover,
html :where(.editor-styles-wrapper) .tabs #panel-4 .--primary.gform_next_button:hover,
.tabs #panel-4 html :where(.editor-styles-wrapper) .--primary.gform_next_button:hover,
html :where(.editor-styles-wrapper) .tabs #panel-4 .--primary.gform_previous_button:hover,
.tabs #panel-4 html :where(.editor-styles-wrapper) .--primary.gform_previous_button:hover,
html :where(.editor-styles-wrapper) .tabs #panel-4 .--primary#gform_submit_button_3:hover,
.tabs #panel-4 html :where(.editor-styles-wrapper) .--primary#gform_submit_button_3:hover,
html :where(.editor-styles-wrapper) button.--primary.activedemand-button:hover,
html :where(.editor-styles-wrapper) .events__content__event-list .ecs-all-events a.--primary:hover,
.events__content__event-list .ecs-all-events html :where(.editor-styles-wrapper) a.--primary:hover,
html :where(.editor-styles-wrapper) .single-tribe_events .gform_footer input.--primary:hover,
.single-tribe_events .gform_footer html :where(.editor-styles-wrapper) input.--primary:hover,
html :where(.editor-styles-wrapper) .btn.--primary:focus,
html :where(.editor-styles-wrapper) .tabs #panel-4 .--primary.gform_next_button:focus,
.tabs #panel-4 html :where(.editor-styles-wrapper) .--primary.gform_next_button:focus,
html :where(.editor-styles-wrapper) .tabs #panel-4 .--primary.gform_previous_button:focus,
.tabs #panel-4 html :where(.editor-styles-wrapper) .--primary.gform_previous_button:focus,
html :where(.editor-styles-wrapper) .tabs #panel-4 .--primary#gform_submit_button_3:focus,
.tabs #panel-4 html :where(.editor-styles-wrapper) .--primary#gform_submit_button_3:focus,
html :where(.editor-styles-wrapper) button.--primary.activedemand-button:focus,
html :where(.editor-styles-wrapper) .events__content__event-list .ecs-all-events a.--primary:focus,
.events__content__event-list .ecs-all-events html :where(.editor-styles-wrapper) a.--primary:focus,
html :where(.editor-styles-wrapper) .single-tribe_events .gform_footer input.--primary:focus,
.single-tribe_events .gform_footer html :where(.editor-styles-wrapper) input.--primary:focus {
  background-color: #4c631f;
}
html:not(.wp-toolbar) .btn.--secondary, html:not(.wp-toolbar) .tabs #panel-4 .--secondary.gform_next_button, .tabs #panel-4 html:not(.wp-toolbar) .--secondary.gform_next_button,
html:not(.wp-toolbar) .tabs #panel-4 .--secondary.gform_previous_button,
.tabs #panel-4 html:not(.wp-toolbar) .--secondary.gform_previous_button,
html:not(.wp-toolbar) .tabs #panel-4 .--secondary#gform_submit_button_3,
.tabs #panel-4 html:not(.wp-toolbar) .--secondary#gform_submit_button_3, html:not(.wp-toolbar) button.--secondary.activedemand-button, html:not(.wp-toolbar) .events__content__event-list .ecs-all-events a.--secondary, .events__content__event-list .ecs-all-events html:not(.wp-toolbar) a.--secondary, html:not(.wp-toolbar) .single-tribe_events .gform_footer input.--secondary, .single-tribe_events .gform_footer html:not(.wp-toolbar) input.--secondary,
html :where(.editor-styles-wrapper) .btn.--secondary,
html :where(.editor-styles-wrapper) .tabs #panel-4 .--secondary.gform_next_button,
.tabs #panel-4 html :where(.editor-styles-wrapper) .--secondary.gform_next_button,
html :where(.editor-styles-wrapper) .tabs #panel-4 .--secondary.gform_previous_button,
.tabs #panel-4 html :where(.editor-styles-wrapper) .--secondary.gform_previous_button,
html :where(.editor-styles-wrapper) .tabs #panel-4 .--secondary#gform_submit_button_3,
.tabs #panel-4 html :where(.editor-styles-wrapper) .--secondary#gform_submit_button_3,
html :where(.editor-styles-wrapper) button.--secondary.activedemand-button,
html :where(.editor-styles-wrapper) .events__content__event-list .ecs-all-events a.--secondary,
.events__content__event-list .ecs-all-events html :where(.editor-styles-wrapper) a.--secondary,
html :where(.editor-styles-wrapper) .single-tribe_events .gform_footer input.--secondary,
.single-tribe_events .gform_footer html :where(.editor-styles-wrapper) input.--secondary {
  background-color: var(--secondary-color);
}
html:not(.wp-toolbar) .btn.--secondary:hover, html:not(.wp-toolbar) .tabs #panel-4 .--secondary.gform_next_button:hover, .tabs #panel-4 html:not(.wp-toolbar) .--secondary.gform_next_button:hover,
html:not(.wp-toolbar) .tabs #panel-4 .--secondary.gform_previous_button:hover,
.tabs #panel-4 html:not(.wp-toolbar) .--secondary.gform_previous_button:hover,
html:not(.wp-toolbar) .tabs #panel-4 .--secondary#gform_submit_button_3:hover,
.tabs #panel-4 html:not(.wp-toolbar) .--secondary#gform_submit_button_3:hover, html:not(.wp-toolbar) button.--secondary.activedemand-button:hover, html:not(.wp-toolbar) .events__content__event-list .ecs-all-events a.--secondary:hover, .events__content__event-list .ecs-all-events html:not(.wp-toolbar) a.--secondary:hover, html:not(.wp-toolbar) .single-tribe_events .gform_footer input.--secondary:hover, .single-tribe_events .gform_footer html:not(.wp-toolbar) input.--secondary:hover, html:not(.wp-toolbar) .btn.--secondary:focus, html:not(.wp-toolbar) .tabs #panel-4 .--secondary.gform_next_button:focus, .tabs #panel-4 html:not(.wp-toolbar) .--secondary.gform_next_button:focus,
html:not(.wp-toolbar) .tabs #panel-4 .--secondary.gform_previous_button:focus,
.tabs #panel-4 html:not(.wp-toolbar) .--secondary.gform_previous_button:focus,
html:not(.wp-toolbar) .tabs #panel-4 .--secondary#gform_submit_button_3:focus,
.tabs #panel-4 html:not(.wp-toolbar) .--secondary#gform_submit_button_3:focus, html:not(.wp-toolbar) button.--secondary.activedemand-button:focus, html:not(.wp-toolbar) .events__content__event-list .ecs-all-events a.--secondary:focus, .events__content__event-list .ecs-all-events html:not(.wp-toolbar) a.--secondary:focus, html:not(.wp-toolbar) .single-tribe_events .gform_footer input.--secondary:focus, .single-tribe_events .gform_footer html:not(.wp-toolbar) input.--secondary:focus,
html :where(.editor-styles-wrapper) .btn.--secondary:hover,
html :where(.editor-styles-wrapper) .tabs #panel-4 .--secondary.gform_next_button:hover,
.tabs #panel-4 html :where(.editor-styles-wrapper) .--secondary.gform_next_button:hover,
html :where(.editor-styles-wrapper) .tabs #panel-4 .--secondary.gform_previous_button:hover,
.tabs #panel-4 html :where(.editor-styles-wrapper) .--secondary.gform_previous_button:hover,
html :where(.editor-styles-wrapper) .tabs #panel-4 .--secondary#gform_submit_button_3:hover,
.tabs #panel-4 html :where(.editor-styles-wrapper) .--secondary#gform_submit_button_3:hover,
html :where(.editor-styles-wrapper) button.--secondary.activedemand-button:hover,
html :where(.editor-styles-wrapper) .events__content__event-list .ecs-all-events a.--secondary:hover,
.events__content__event-list .ecs-all-events html :where(.editor-styles-wrapper) a.--secondary:hover,
html :where(.editor-styles-wrapper) .single-tribe_events .gform_footer input.--secondary:hover,
.single-tribe_events .gform_footer html :where(.editor-styles-wrapper) input.--secondary:hover,
html :where(.editor-styles-wrapper) .btn.--secondary:focus,
html :where(.editor-styles-wrapper) .tabs #panel-4 .--secondary.gform_next_button:focus,
.tabs #panel-4 html :where(.editor-styles-wrapper) .--secondary.gform_next_button:focus,
html :where(.editor-styles-wrapper) .tabs #panel-4 .--secondary.gform_previous_button:focus,
.tabs #panel-4 html :where(.editor-styles-wrapper) .--secondary.gform_previous_button:focus,
html :where(.editor-styles-wrapper) .tabs #panel-4 .--secondary#gform_submit_button_3:focus,
.tabs #panel-4 html :where(.editor-styles-wrapper) .--secondary#gform_submit_button_3:focus,
html :where(.editor-styles-wrapper) button.--secondary.activedemand-button:focus,
html :where(.editor-styles-wrapper) .events__content__event-list .ecs-all-events a.--secondary:focus,
.events__content__event-list .ecs-all-events html :where(.editor-styles-wrapper) a.--secondary:focus,
html :where(.editor-styles-wrapper) .single-tribe_events .gform_footer input.--secondary:focus,
.single-tribe_events .gform_footer html :where(.editor-styles-wrapper) input.--secondary:focus {
  background-color: #5c5c64;
}
html:not(.wp-toolbar) .btn.--aqua-3, html:not(.wp-toolbar) .tabs #panel-4 .--aqua-3.gform_next_button, .tabs #panel-4 html:not(.wp-toolbar) .--aqua-3.gform_next_button,
html:not(.wp-toolbar) .tabs #panel-4 .--aqua-3.gform_previous_button,
.tabs #panel-4 html:not(.wp-toolbar) .--aqua-3.gform_previous_button,
html:not(.wp-toolbar) .tabs #panel-4 .--aqua-3#gform_submit_button_3,
.tabs #panel-4 html:not(.wp-toolbar) .--aqua-3#gform_submit_button_3, html:not(.wp-toolbar) button.--aqua-3.activedemand-button, html:not(.wp-toolbar) .events__content__event-list .ecs-all-events a.--aqua-3, .events__content__event-list .ecs-all-events html:not(.wp-toolbar) a.--aqua-3, html:not(.wp-toolbar) .single-tribe_events .gform_footer input.--aqua-3, .single-tribe_events .gform_footer html:not(.wp-toolbar) input.--aqua-3,
html :where(.editor-styles-wrapper) .btn.--aqua-3,
html :where(.editor-styles-wrapper) .tabs #panel-4 .--aqua-3.gform_next_button,
.tabs #panel-4 html :where(.editor-styles-wrapper) .--aqua-3.gform_next_button,
html :where(.editor-styles-wrapper) .tabs #panel-4 .--aqua-3.gform_previous_button,
.tabs #panel-4 html :where(.editor-styles-wrapper) .--aqua-3.gform_previous_button,
html :where(.editor-styles-wrapper) .tabs #panel-4 .--aqua-3#gform_submit_button_3,
.tabs #panel-4 html :where(.editor-styles-wrapper) .--aqua-3#gform_submit_button_3,
html :where(.editor-styles-wrapper) button.--aqua-3.activedemand-button,
html :where(.editor-styles-wrapper) .events__content__event-list .ecs-all-events a.--aqua-3,
.events__content__event-list .ecs-all-events html :where(.editor-styles-wrapper) a.--aqua-3,
html :where(.editor-styles-wrapper) .single-tribe_events .gform_footer input.--aqua-3,
.single-tribe_events .gform_footer html :where(.editor-styles-wrapper) input.--aqua-3 {
  background-color: #2f8277;
}
html:not(.wp-toolbar) .btn.--aqua-3:hover, html:not(.wp-toolbar) .tabs #panel-4 .--aqua-3.gform_next_button:hover, .tabs #panel-4 html:not(.wp-toolbar) .--aqua-3.gform_next_button:hover,
html:not(.wp-toolbar) .tabs #panel-4 .--aqua-3.gform_previous_button:hover,
.tabs #panel-4 html:not(.wp-toolbar) .--aqua-3.gform_previous_button:hover,
html:not(.wp-toolbar) .tabs #panel-4 .--aqua-3#gform_submit_button_3:hover,
.tabs #panel-4 html:not(.wp-toolbar) .--aqua-3#gform_submit_button_3:hover, html:not(.wp-toolbar) button.--aqua-3.activedemand-button:hover, html:not(.wp-toolbar) .events__content__event-list .ecs-all-events a.--aqua-3:hover, .events__content__event-list .ecs-all-events html:not(.wp-toolbar) a.--aqua-3:hover, html:not(.wp-toolbar) .single-tribe_events .gform_footer input.--aqua-3:hover, .single-tribe_events .gform_footer html:not(.wp-toolbar) input.--aqua-3:hover, html:not(.wp-toolbar) .btn.--aqua-3:focus, html:not(.wp-toolbar) .tabs #panel-4 .--aqua-3.gform_next_button:focus, .tabs #panel-4 html:not(.wp-toolbar) .--aqua-3.gform_next_button:focus,
html:not(.wp-toolbar) .tabs #panel-4 .--aqua-3.gform_previous_button:focus,
.tabs #panel-4 html:not(.wp-toolbar) .--aqua-3.gform_previous_button:focus,
html:not(.wp-toolbar) .tabs #panel-4 .--aqua-3#gform_submit_button_3:focus,
.tabs #panel-4 html:not(.wp-toolbar) .--aqua-3#gform_submit_button_3:focus, html:not(.wp-toolbar) button.--aqua-3.activedemand-button:focus, html:not(.wp-toolbar) .events__content__event-list .ecs-all-events a.--aqua-3:focus, .events__content__event-list .ecs-all-events html:not(.wp-toolbar) a.--aqua-3:focus, html:not(.wp-toolbar) .single-tribe_events .gform_footer input.--aqua-3:focus, .single-tribe_events .gform_footer html:not(.wp-toolbar) input.--aqua-3:focus,
html :where(.editor-styles-wrapper) .btn.--aqua-3:hover,
html :where(.editor-styles-wrapper) .tabs #panel-4 .--aqua-3.gform_next_button:hover,
.tabs #panel-4 html :where(.editor-styles-wrapper) .--aqua-3.gform_next_button:hover,
html :where(.editor-styles-wrapper) .tabs #panel-4 .--aqua-3.gform_previous_button:hover,
.tabs #panel-4 html :where(.editor-styles-wrapper) .--aqua-3.gform_previous_button:hover,
html :where(.editor-styles-wrapper) .tabs #panel-4 .--aqua-3#gform_submit_button_3:hover,
.tabs #panel-4 html :where(.editor-styles-wrapper) .--aqua-3#gform_submit_button_3:hover,
html :where(.editor-styles-wrapper) button.--aqua-3.activedemand-button:hover,
html :where(.editor-styles-wrapper) .events__content__event-list .ecs-all-events a.--aqua-3:hover,
.events__content__event-list .ecs-all-events html :where(.editor-styles-wrapper) a.--aqua-3:hover,
html :where(.editor-styles-wrapper) .single-tribe_events .gform_footer input.--aqua-3:hover,
.single-tribe_events .gform_footer html :where(.editor-styles-wrapper) input.--aqua-3:hover,
html :where(.editor-styles-wrapper) .btn.--aqua-3:focus,
html :where(.editor-styles-wrapper) .tabs #panel-4 .--aqua-3.gform_next_button:focus,
.tabs #panel-4 html :where(.editor-styles-wrapper) .--aqua-3.gform_next_button:focus,
html :where(.editor-styles-wrapper) .tabs #panel-4 .--aqua-3.gform_previous_button:focus,
.tabs #panel-4 html :where(.editor-styles-wrapper) .--aqua-3.gform_previous_button:focus,
html :where(.editor-styles-wrapper) .tabs #panel-4 .--aqua-3#gform_submit_button_3:focus,
.tabs #panel-4 html :where(.editor-styles-wrapper) .--aqua-3#gform_submit_button_3:focus,
html :where(.editor-styles-wrapper) button.--aqua-3.activedemand-button:focus,
html :where(.editor-styles-wrapper) .events__content__event-list .ecs-all-events a.--aqua-3:focus,
.events__content__event-list .ecs-all-events html :where(.editor-styles-wrapper) a.--aqua-3:focus,
html :where(.editor-styles-wrapper) .single-tribe_events .gform_footer input.--aqua-3:focus,
.single-tribe_events .gform_footer html :where(.editor-styles-wrapper) input.--aqua-3:focus {
  background-color: #5c5c64;
}
html:not(.wp-toolbar) .btn.--blue, html:not(.wp-toolbar) .tabs #panel-4 .--blue.gform_next_button, .tabs #panel-4 html:not(.wp-toolbar) .--blue.gform_next_button,
html:not(.wp-toolbar) .tabs #panel-4 .--blue.gform_previous_button,
.tabs #panel-4 html:not(.wp-toolbar) .--blue.gform_previous_button,
html:not(.wp-toolbar) .tabs #panel-4 .--blue#gform_submit_button_3,
.tabs #panel-4 html:not(.wp-toolbar) .--blue#gform_submit_button_3, html:not(.wp-toolbar) button.--blue.activedemand-button, html:not(.wp-toolbar) .events__content__event-list .ecs-all-events a.--blue, .events__content__event-list .ecs-all-events html:not(.wp-toolbar) a.--blue, html:not(.wp-toolbar) .single-tribe_events .gform_footer input.--blue, .single-tribe_events .gform_footer html:not(.wp-toolbar) input.--blue,
html :where(.editor-styles-wrapper) .btn.--blue,
html :where(.editor-styles-wrapper) .tabs #panel-4 .--blue.gform_next_button,
.tabs #panel-4 html :where(.editor-styles-wrapper) .--blue.gform_next_button,
html :where(.editor-styles-wrapper) .tabs #panel-4 .--blue.gform_previous_button,
.tabs #panel-4 html :where(.editor-styles-wrapper) .--blue.gform_previous_button,
html :where(.editor-styles-wrapper) .tabs #panel-4 .--blue#gform_submit_button_3,
.tabs #panel-4 html :where(.editor-styles-wrapper) .--blue#gform_submit_button_3,
html :where(.editor-styles-wrapper) button.--blue.activedemand-button,
html :where(.editor-styles-wrapper) .events__content__event-list .ecs-all-events a.--blue,
.events__content__event-list .ecs-all-events html :where(.editor-styles-wrapper) a.--blue,
html :where(.editor-styles-wrapper) .single-tribe_events .gform_footer input.--blue,
.single-tribe_events .gform_footer html :where(.editor-styles-wrapper) input.--blue {
  background-color: #3d83b7;
}
html:not(.wp-toolbar) .btn.--blue:hover, html:not(.wp-toolbar) .tabs #panel-4 .--blue.gform_next_button:hover, .tabs #panel-4 html:not(.wp-toolbar) .--blue.gform_next_button:hover,
html:not(.wp-toolbar) .tabs #panel-4 .--blue.gform_previous_button:hover,
.tabs #panel-4 html:not(.wp-toolbar) .--blue.gform_previous_button:hover,
html:not(.wp-toolbar) .tabs #panel-4 .--blue#gform_submit_button_3:hover,
.tabs #panel-4 html:not(.wp-toolbar) .--blue#gform_submit_button_3:hover, html:not(.wp-toolbar) button.--blue.activedemand-button:hover, html:not(.wp-toolbar) .events__content__event-list .ecs-all-events a.--blue:hover, .events__content__event-list .ecs-all-events html:not(.wp-toolbar) a.--blue:hover, html:not(.wp-toolbar) .single-tribe_events .gform_footer input.--blue:hover, .single-tribe_events .gform_footer html:not(.wp-toolbar) input.--blue:hover, html:not(.wp-toolbar) .btn.--blue:focus, html:not(.wp-toolbar) .tabs #panel-4 .--blue.gform_next_button:focus, .tabs #panel-4 html:not(.wp-toolbar) .--blue.gform_next_button:focus,
html:not(.wp-toolbar) .tabs #panel-4 .--blue.gform_previous_button:focus,
.tabs #panel-4 html:not(.wp-toolbar) .--blue.gform_previous_button:focus,
html:not(.wp-toolbar) .tabs #panel-4 .--blue#gform_submit_button_3:focus,
.tabs #panel-4 html:not(.wp-toolbar) .--blue#gform_submit_button_3:focus, html:not(.wp-toolbar) button.--blue.activedemand-button:focus, html:not(.wp-toolbar) .events__content__event-list .ecs-all-events a.--blue:focus, .events__content__event-list .ecs-all-events html:not(.wp-toolbar) a.--blue:focus, html:not(.wp-toolbar) .single-tribe_events .gform_footer input.--blue:focus, .single-tribe_events .gform_footer html:not(.wp-toolbar) input.--blue:focus,
html :where(.editor-styles-wrapper) .btn.--blue:hover,
html :where(.editor-styles-wrapper) .tabs #panel-4 .--blue.gform_next_button:hover,
.tabs #panel-4 html :where(.editor-styles-wrapper) .--blue.gform_next_button:hover,
html :where(.editor-styles-wrapper) .tabs #panel-4 .--blue.gform_previous_button:hover,
.tabs #panel-4 html :where(.editor-styles-wrapper) .--blue.gform_previous_button:hover,
html :where(.editor-styles-wrapper) .tabs #panel-4 .--blue#gform_submit_button_3:hover,
.tabs #panel-4 html :where(.editor-styles-wrapper) .--blue#gform_submit_button_3:hover,
html :where(.editor-styles-wrapper) button.--blue.activedemand-button:hover,
html :where(.editor-styles-wrapper) .events__content__event-list .ecs-all-events a.--blue:hover,
.events__content__event-list .ecs-all-events html :where(.editor-styles-wrapper) a.--blue:hover,
html :where(.editor-styles-wrapper) .single-tribe_events .gform_footer input.--blue:hover,
.single-tribe_events .gform_footer html :where(.editor-styles-wrapper) input.--blue:hover,
html :where(.editor-styles-wrapper) .btn.--blue:focus,
html :where(.editor-styles-wrapper) .tabs #panel-4 .--blue.gform_next_button:focus,
.tabs #panel-4 html :where(.editor-styles-wrapper) .--blue.gform_next_button:focus,
html :where(.editor-styles-wrapper) .tabs #panel-4 .--blue.gform_previous_button:focus,
.tabs #panel-4 html :where(.editor-styles-wrapper) .--blue.gform_previous_button:focus,
html :where(.editor-styles-wrapper) .tabs #panel-4 .--blue#gform_submit_button_3:focus,
.tabs #panel-4 html :where(.editor-styles-wrapper) .--blue#gform_submit_button_3:focus,
html :where(.editor-styles-wrapper) button.--blue.activedemand-button:focus,
html :where(.editor-styles-wrapper) .events__content__event-list .ecs-all-events a.--blue:focus,
.events__content__event-list .ecs-all-events html :where(.editor-styles-wrapper) a.--blue:focus,
html :where(.editor-styles-wrapper) .single-tribe_events .gform_footer input.--blue:focus,
.single-tribe_events .gform_footer html :where(.editor-styles-wrapper) input.--blue:focus {
  background-color: #08577a;
}
html:not(.wp-toolbar) .btn.--blue-2, html:not(.wp-toolbar) .tabs #panel-4 .--blue-2.gform_next_button, .tabs #panel-4 html:not(.wp-toolbar) .--blue-2.gform_next_button,
html:not(.wp-toolbar) .tabs #panel-4 .--blue-2.gform_previous_button,
.tabs #panel-4 html:not(.wp-toolbar) .--blue-2.gform_previous_button,
html:not(.wp-toolbar) .tabs #panel-4 .--blue-2#gform_submit_button_3,
.tabs #panel-4 html:not(.wp-toolbar) .--blue-2#gform_submit_button_3, html:not(.wp-toolbar) button.--blue-2.activedemand-button, html:not(.wp-toolbar) .events__content__event-list .ecs-all-events a.--blue-2, .events__content__event-list .ecs-all-events html:not(.wp-toolbar) a.--blue-2, html:not(.wp-toolbar) .single-tribe_events .gform_footer input.--blue-2, .single-tribe_events .gform_footer html:not(.wp-toolbar) input.--blue-2,
html :where(.editor-styles-wrapper) .btn.--blue-2,
html :where(.editor-styles-wrapper) .tabs #panel-4 .--blue-2.gform_next_button,
.tabs #panel-4 html :where(.editor-styles-wrapper) .--blue-2.gform_next_button,
html :where(.editor-styles-wrapper) .tabs #panel-4 .--blue-2.gform_previous_button,
.tabs #panel-4 html :where(.editor-styles-wrapper) .--blue-2.gform_previous_button,
html :where(.editor-styles-wrapper) .tabs #panel-4 .--blue-2#gform_submit_button_3,
.tabs #panel-4 html :where(.editor-styles-wrapper) .--blue-2#gform_submit_button_3,
html :where(.editor-styles-wrapper) button.--blue-2.activedemand-button,
html :where(.editor-styles-wrapper) .events__content__event-list .ecs-all-events a.--blue-2,
.events__content__event-list .ecs-all-events html :where(.editor-styles-wrapper) a.--blue-2,
html :where(.editor-styles-wrapper) .single-tribe_events .gform_footer input.--blue-2,
.single-tribe_events .gform_footer html :where(.editor-styles-wrapper) input.--blue-2 {
  background-color: #597996;
}
html:not(.wp-toolbar) .btn.--blue-2:hover, html:not(.wp-toolbar) .tabs #panel-4 .--blue-2.gform_next_button:hover, .tabs #panel-4 html:not(.wp-toolbar) .--blue-2.gform_next_button:hover,
html:not(.wp-toolbar) .tabs #panel-4 .--blue-2.gform_previous_button:hover,
.tabs #panel-4 html:not(.wp-toolbar) .--blue-2.gform_previous_button:hover,
html:not(.wp-toolbar) .tabs #panel-4 .--blue-2#gform_submit_button_3:hover,
.tabs #panel-4 html:not(.wp-toolbar) .--blue-2#gform_submit_button_3:hover, html:not(.wp-toolbar) button.--blue-2.activedemand-button:hover, html:not(.wp-toolbar) .events__content__event-list .ecs-all-events a.--blue-2:hover, .events__content__event-list .ecs-all-events html:not(.wp-toolbar) a.--blue-2:hover, html:not(.wp-toolbar) .single-tribe_events .gform_footer input.--blue-2:hover, .single-tribe_events .gform_footer html:not(.wp-toolbar) input.--blue-2:hover, html:not(.wp-toolbar) .btn.--blue-2:focus, html:not(.wp-toolbar) .tabs #panel-4 .--blue-2.gform_next_button:focus, .tabs #panel-4 html:not(.wp-toolbar) .--blue-2.gform_next_button:focus,
html:not(.wp-toolbar) .tabs #panel-4 .--blue-2.gform_previous_button:focus,
.tabs #panel-4 html:not(.wp-toolbar) .--blue-2.gform_previous_button:focus,
html:not(.wp-toolbar) .tabs #panel-4 .--blue-2#gform_submit_button_3:focus,
.tabs #panel-4 html:not(.wp-toolbar) .--blue-2#gform_submit_button_3:focus, html:not(.wp-toolbar) button.--blue-2.activedemand-button:focus, html:not(.wp-toolbar) .events__content__event-list .ecs-all-events a.--blue-2:focus, .events__content__event-list .ecs-all-events html:not(.wp-toolbar) a.--blue-2:focus, html:not(.wp-toolbar) .single-tribe_events .gform_footer input.--blue-2:focus, .single-tribe_events .gform_footer html:not(.wp-toolbar) input.--blue-2:focus,
html :where(.editor-styles-wrapper) .btn.--blue-2:hover,
html :where(.editor-styles-wrapper) .tabs #panel-4 .--blue-2.gform_next_button:hover,
.tabs #panel-4 html :where(.editor-styles-wrapper) .--blue-2.gform_next_button:hover,
html :where(.editor-styles-wrapper) .tabs #panel-4 .--blue-2.gform_previous_button:hover,
.tabs #panel-4 html :where(.editor-styles-wrapper) .--blue-2.gform_previous_button:hover,
html :where(.editor-styles-wrapper) .tabs #panel-4 .--blue-2#gform_submit_button_3:hover,
.tabs #panel-4 html :where(.editor-styles-wrapper) .--blue-2#gform_submit_button_3:hover,
html :where(.editor-styles-wrapper) button.--blue-2.activedemand-button:hover,
html :where(.editor-styles-wrapper) .events__content__event-list .ecs-all-events a.--blue-2:hover,
.events__content__event-list .ecs-all-events html :where(.editor-styles-wrapper) a.--blue-2:hover,
html :where(.editor-styles-wrapper) .single-tribe_events .gform_footer input.--blue-2:hover,
.single-tribe_events .gform_footer html :where(.editor-styles-wrapper) input.--blue-2:hover,
html :where(.editor-styles-wrapper) .btn.--blue-2:focus,
html :where(.editor-styles-wrapper) .tabs #panel-4 .--blue-2.gform_next_button:focus,
.tabs #panel-4 html :where(.editor-styles-wrapper) .--blue-2.gform_next_button:focus,
html :where(.editor-styles-wrapper) .tabs #panel-4 .--blue-2.gform_previous_button:focus,
.tabs #panel-4 html :where(.editor-styles-wrapper) .--blue-2.gform_previous_button:focus,
html :where(.editor-styles-wrapper) .tabs #panel-4 .--blue-2#gform_submit_button_3:focus,
.tabs #panel-4 html :where(.editor-styles-wrapper) .--blue-2#gform_submit_button_3:focus,
html :where(.editor-styles-wrapper) button.--blue-2.activedemand-button:focus,
html :where(.editor-styles-wrapper) .events__content__event-list .ecs-all-events a.--blue-2:focus,
.events__content__event-list .ecs-all-events html :where(.editor-styles-wrapper) a.--blue-2:focus,
html :where(.editor-styles-wrapper) .single-tribe_events .gform_footer input.--blue-2:focus,
.single-tribe_events .gform_footer html :where(.editor-styles-wrapper) input.--blue-2:focus {
  background-color: #3e587d;
}
html:not(.wp-toolbar) .btn.--blue-3, html:not(.wp-toolbar) .tabs #panel-4 .--blue-3.gform_next_button, .tabs #panel-4 html:not(.wp-toolbar) .--blue-3.gform_next_button,
html:not(.wp-toolbar) .tabs #panel-4 .--blue-3.gform_previous_button,
.tabs #panel-4 html:not(.wp-toolbar) .--blue-3.gform_previous_button,
html:not(.wp-toolbar) .tabs #panel-4 .--blue-3#gform_submit_button_3,
.tabs #panel-4 html:not(.wp-toolbar) .--blue-3#gform_submit_button_3, html:not(.wp-toolbar) button.--blue-3.activedemand-button, html:not(.wp-toolbar) .events__content__event-list .ecs-all-events a.--blue-3, .events__content__event-list .ecs-all-events html:not(.wp-toolbar) a.--blue-3, html:not(.wp-toolbar) .single-tribe_events .gform_footer input.--blue-3, .single-tribe_events .gform_footer html:not(.wp-toolbar) input.--blue-3,
html :where(.editor-styles-wrapper) .btn.--blue-3,
html :where(.editor-styles-wrapper) .tabs #panel-4 .--blue-3.gform_next_button,
.tabs #panel-4 html :where(.editor-styles-wrapper) .--blue-3.gform_next_button,
html :where(.editor-styles-wrapper) .tabs #panel-4 .--blue-3.gform_previous_button,
.tabs #panel-4 html :where(.editor-styles-wrapper) .--blue-3.gform_previous_button,
html :where(.editor-styles-wrapper) .tabs #panel-4 .--blue-3#gform_submit_button_3,
.tabs #panel-4 html :where(.editor-styles-wrapper) .--blue-3#gform_submit_button_3,
html :where(.editor-styles-wrapper) button.--blue-3.activedemand-button,
html :where(.editor-styles-wrapper) .events__content__event-list .ecs-all-events a.--blue-3,
.events__content__event-list .ecs-all-events html :where(.editor-styles-wrapper) a.--blue-3,
html :where(.editor-styles-wrapper) .single-tribe_events .gform_footer input.--blue-3,
.single-tribe_events .gform_footer html :where(.editor-styles-wrapper) input.--blue-3 {
  background-color: #1a8ddf;
}
html:not(.wp-toolbar) .btn.--blue-3:hover, html:not(.wp-toolbar) .tabs #panel-4 .--blue-3.gform_next_button:hover, .tabs #panel-4 html:not(.wp-toolbar) .--blue-3.gform_next_button:hover,
html:not(.wp-toolbar) .tabs #panel-4 .--blue-3.gform_previous_button:hover,
.tabs #panel-4 html:not(.wp-toolbar) .--blue-3.gform_previous_button:hover,
html:not(.wp-toolbar) .tabs #panel-4 .--blue-3#gform_submit_button_3:hover,
.tabs #panel-4 html:not(.wp-toolbar) .--blue-3#gform_submit_button_3:hover, html:not(.wp-toolbar) button.--blue-3.activedemand-button:hover, html:not(.wp-toolbar) .events__content__event-list .ecs-all-events a.--blue-3:hover, .events__content__event-list .ecs-all-events html:not(.wp-toolbar) a.--blue-3:hover, html:not(.wp-toolbar) .single-tribe_events .gform_footer input.--blue-3:hover, .single-tribe_events .gform_footer html:not(.wp-toolbar) input.--blue-3:hover, html:not(.wp-toolbar) .btn.--blue-3:focus, html:not(.wp-toolbar) .tabs #panel-4 .--blue-3.gform_next_button:focus, .tabs #panel-4 html:not(.wp-toolbar) .--blue-3.gform_next_button:focus,
html:not(.wp-toolbar) .tabs #panel-4 .--blue-3.gform_previous_button:focus,
.tabs #panel-4 html:not(.wp-toolbar) .--blue-3.gform_previous_button:focus,
html:not(.wp-toolbar) .tabs #panel-4 .--blue-3#gform_submit_button_3:focus,
.tabs #panel-4 html:not(.wp-toolbar) .--blue-3#gform_submit_button_3:focus, html:not(.wp-toolbar) button.--blue-3.activedemand-button:focus, html:not(.wp-toolbar) .events__content__event-list .ecs-all-events a.--blue-3:focus, .events__content__event-list .ecs-all-events html:not(.wp-toolbar) a.--blue-3:focus, html:not(.wp-toolbar) .single-tribe_events .gform_footer input.--blue-3:focus, .single-tribe_events .gform_footer html:not(.wp-toolbar) input.--blue-3:focus,
html :where(.editor-styles-wrapper) .btn.--blue-3:hover,
html :where(.editor-styles-wrapper) .tabs #panel-4 .--blue-3.gform_next_button:hover,
.tabs #panel-4 html :where(.editor-styles-wrapper) .--blue-3.gform_next_button:hover,
html :where(.editor-styles-wrapper) .tabs #panel-4 .--blue-3.gform_previous_button:hover,
.tabs #panel-4 html :where(.editor-styles-wrapper) .--blue-3.gform_previous_button:hover,
html :where(.editor-styles-wrapper) .tabs #panel-4 .--blue-3#gform_submit_button_3:hover,
.tabs #panel-4 html :where(.editor-styles-wrapper) .--blue-3#gform_submit_button_3:hover,
html :where(.editor-styles-wrapper) button.--blue-3.activedemand-button:hover,
html :where(.editor-styles-wrapper) .events__content__event-list .ecs-all-events a.--blue-3:hover,
.events__content__event-list .ecs-all-events html :where(.editor-styles-wrapper) a.--blue-3:hover,
html :where(.editor-styles-wrapper) .single-tribe_events .gform_footer input.--blue-3:hover,
.single-tribe_events .gform_footer html :where(.editor-styles-wrapper) input.--blue-3:hover,
html :where(.editor-styles-wrapper) .btn.--blue-3:focus,
html :where(.editor-styles-wrapper) .tabs #panel-4 .--blue-3.gform_next_button:focus,
.tabs #panel-4 html :where(.editor-styles-wrapper) .--blue-3.gform_next_button:focus,
html :where(.editor-styles-wrapper) .tabs #panel-4 .--blue-3.gform_previous_button:focus,
.tabs #panel-4 html :where(.editor-styles-wrapper) .--blue-3.gform_previous_button:focus,
html :where(.editor-styles-wrapper) .tabs #panel-4 .--blue-3#gform_submit_button_3:focus,
.tabs #panel-4 html :where(.editor-styles-wrapper) .--blue-3#gform_submit_button_3:focus,
html :where(.editor-styles-wrapper) button.--blue-3.activedemand-button:focus,
html :where(.editor-styles-wrapper) .events__content__event-list .ecs-all-events a.--blue-3:focus,
.events__content__event-list .ecs-all-events html :where(.editor-styles-wrapper) a.--blue-3:focus,
html :where(.editor-styles-wrapper) .single-tribe_events .gform_footer input.--blue-3:focus,
.single-tribe_events .gform_footer html :where(.editor-styles-wrapper) input.--blue-3:focus {
  background-color: #b9e3ed;
  color: #2c416c;
}
html:not(.wp-toolbar) .btn.--blue-4, html:not(.wp-toolbar) .tabs #panel-4 .--blue-4.gform_next_button, .tabs #panel-4 html:not(.wp-toolbar) .--blue-4.gform_next_button,
html:not(.wp-toolbar) .tabs #panel-4 .--blue-4.gform_previous_button,
.tabs #panel-4 html:not(.wp-toolbar) .--blue-4.gform_previous_button,
html:not(.wp-toolbar) .tabs #panel-4 .--blue-4#gform_submit_button_3,
.tabs #panel-4 html:not(.wp-toolbar) .--blue-4#gform_submit_button_3, html:not(.wp-toolbar) button.--blue-4.activedemand-button, html:not(.wp-toolbar) .events__content__event-list .ecs-all-events a.--blue-4, .events__content__event-list .ecs-all-events html:not(.wp-toolbar) a.--blue-4, html:not(.wp-toolbar) .single-tribe_events .gform_footer input.--blue-4, .single-tribe_events .gform_footer html:not(.wp-toolbar) input.--blue-4,
html :where(.editor-styles-wrapper) .btn.--blue-4,
html :where(.editor-styles-wrapper) .tabs #panel-4 .--blue-4.gform_next_button,
.tabs #panel-4 html :where(.editor-styles-wrapper) .--blue-4.gform_next_button,
html :where(.editor-styles-wrapper) .tabs #panel-4 .--blue-4.gform_previous_button,
.tabs #panel-4 html :where(.editor-styles-wrapper) .--blue-4.gform_previous_button,
html :where(.editor-styles-wrapper) .tabs #panel-4 .--blue-4#gform_submit_button_3,
.tabs #panel-4 html :where(.editor-styles-wrapper) .--blue-4#gform_submit_button_3,
html :where(.editor-styles-wrapper) button.--blue-4.activedemand-button,
html :where(.editor-styles-wrapper) .events__content__event-list .ecs-all-events a.--blue-4,
.events__content__event-list .ecs-all-events html :where(.editor-styles-wrapper) a.--blue-4,
html :where(.editor-styles-wrapper) .single-tribe_events .gform_footer input.--blue-4,
.single-tribe_events .gform_footer html :where(.editor-styles-wrapper) input.--blue-4 {
  background-color: #b9e3ed;
  color: #2c416c;
}
html:not(.wp-toolbar) .btn.--blue-4:hover, html:not(.wp-toolbar) .tabs #panel-4 .--blue-4.gform_next_button:hover, .tabs #panel-4 html:not(.wp-toolbar) .--blue-4.gform_next_button:hover,
html:not(.wp-toolbar) .tabs #panel-4 .--blue-4.gform_previous_button:hover,
.tabs #panel-4 html:not(.wp-toolbar) .--blue-4.gform_previous_button:hover,
html:not(.wp-toolbar) .tabs #panel-4 .--blue-4#gform_submit_button_3:hover,
.tabs #panel-4 html:not(.wp-toolbar) .--blue-4#gform_submit_button_3:hover, html:not(.wp-toolbar) button.--blue-4.activedemand-button:hover, html:not(.wp-toolbar) .events__content__event-list .ecs-all-events a.--blue-4:hover, .events__content__event-list .ecs-all-events html:not(.wp-toolbar) a.--blue-4:hover, html:not(.wp-toolbar) .single-tribe_events .gform_footer input.--blue-4:hover, .single-tribe_events .gform_footer html:not(.wp-toolbar) input.--blue-4:hover, html:not(.wp-toolbar) .btn.--blue-4:focus, html:not(.wp-toolbar) .tabs #panel-4 .--blue-4.gform_next_button:focus, .tabs #panel-4 html:not(.wp-toolbar) .--blue-4.gform_next_button:focus,
html:not(.wp-toolbar) .tabs #panel-4 .--blue-4.gform_previous_button:focus,
.tabs #panel-4 html:not(.wp-toolbar) .--blue-4.gform_previous_button:focus,
html:not(.wp-toolbar) .tabs #panel-4 .--blue-4#gform_submit_button_3:focus,
.tabs #panel-4 html:not(.wp-toolbar) .--blue-4#gform_submit_button_3:focus, html:not(.wp-toolbar) button.--blue-4.activedemand-button:focus, html:not(.wp-toolbar) .events__content__event-list .ecs-all-events a.--blue-4:focus, .events__content__event-list .ecs-all-events html:not(.wp-toolbar) a.--blue-4:focus, html:not(.wp-toolbar) .single-tribe_events .gform_footer input.--blue-4:focus, .single-tribe_events .gform_footer html:not(.wp-toolbar) input.--blue-4:focus,
html :where(.editor-styles-wrapper) .btn.--blue-4:hover,
html :where(.editor-styles-wrapper) .tabs #panel-4 .--blue-4.gform_next_button:hover,
.tabs #panel-4 html :where(.editor-styles-wrapper) .--blue-4.gform_next_button:hover,
html :where(.editor-styles-wrapper) .tabs #panel-4 .--blue-4.gform_previous_button:hover,
.tabs #panel-4 html :where(.editor-styles-wrapper) .--blue-4.gform_previous_button:hover,
html :where(.editor-styles-wrapper) .tabs #panel-4 .--blue-4#gform_submit_button_3:hover,
.tabs #panel-4 html :where(.editor-styles-wrapper) .--blue-4#gform_submit_button_3:hover,
html :where(.editor-styles-wrapper) button.--blue-4.activedemand-button:hover,
html :where(.editor-styles-wrapper) .events__content__event-list .ecs-all-events a.--blue-4:hover,
.events__content__event-list .ecs-all-events html :where(.editor-styles-wrapper) a.--blue-4:hover,
html :where(.editor-styles-wrapper) .single-tribe_events .gform_footer input.--blue-4:hover,
.single-tribe_events .gform_footer html :where(.editor-styles-wrapper) input.--blue-4:hover,
html :where(.editor-styles-wrapper) .btn.--blue-4:focus,
html :where(.editor-styles-wrapper) .tabs #panel-4 .--blue-4.gform_next_button:focus,
.tabs #panel-4 html :where(.editor-styles-wrapper) .--blue-4.gform_next_button:focus,
html :where(.editor-styles-wrapper) .tabs #panel-4 .--blue-4.gform_previous_button:focus,
.tabs #panel-4 html :where(.editor-styles-wrapper) .--blue-4.gform_previous_button:focus,
html :where(.editor-styles-wrapper) .tabs #panel-4 .--blue-4#gform_submit_button_3:focus,
.tabs #panel-4 html :where(.editor-styles-wrapper) .--blue-4#gform_submit_button_3:focus,
html :where(.editor-styles-wrapper) button.--blue-4.activedemand-button:focus,
html :where(.editor-styles-wrapper) .events__content__event-list .ecs-all-events a.--blue-4:focus,
.events__content__event-list .ecs-all-events html :where(.editor-styles-wrapper) a.--blue-4:focus,
html :where(.editor-styles-wrapper) .single-tribe_events .gform_footer input.--blue-4:focus,
.single-tribe_events .gform_footer html :where(.editor-styles-wrapper) input.--blue-4:focus {
  background-color: #1a8ddf;
  color: #ffffff;
}
html:not(.wp-toolbar) .btn.--blue-hollow, html:not(.wp-toolbar) .tabs #panel-4 .--blue-hollow.gform_next_button, .tabs #panel-4 html:not(.wp-toolbar) .--blue-hollow.gform_next_button,
html:not(.wp-toolbar) .tabs #panel-4 .--blue-hollow.gform_previous_button,
.tabs #panel-4 html:not(.wp-toolbar) .--blue-hollow.gform_previous_button,
html:not(.wp-toolbar) .tabs #panel-4 .--blue-hollow#gform_submit_button_3,
.tabs #panel-4 html:not(.wp-toolbar) .--blue-hollow#gform_submit_button_3, html:not(.wp-toolbar) button.--blue-hollow.activedemand-button, html:not(.wp-toolbar) .events__content__event-list .ecs-all-events a.--blue-hollow, .events__content__event-list .ecs-all-events html:not(.wp-toolbar) a.--blue-hollow, html:not(.wp-toolbar) .single-tribe_events .gform_footer input.--blue-hollow, .single-tribe_events .gform_footer html:not(.wp-toolbar) input.--blue-hollow,
html :where(.editor-styles-wrapper) .btn.--blue-hollow,
html :where(.editor-styles-wrapper) .tabs #panel-4 .--blue-hollow.gform_next_button,
.tabs #panel-4 html :where(.editor-styles-wrapper) .--blue-hollow.gform_next_button,
html :where(.editor-styles-wrapper) .tabs #panel-4 .--blue-hollow.gform_previous_button,
.tabs #panel-4 html :where(.editor-styles-wrapper) .--blue-hollow.gform_previous_button,
html :where(.editor-styles-wrapper) .tabs #panel-4 .--blue-hollow#gform_submit_button_3,
.tabs #panel-4 html :where(.editor-styles-wrapper) .--blue-hollow#gform_submit_button_3,
html :where(.editor-styles-wrapper) button.--blue-hollow.activedemand-button,
html :where(.editor-styles-wrapper) .events__content__event-list .ecs-all-events a.--blue-hollow,
.events__content__event-list .ecs-all-events html :where(.editor-styles-wrapper) a.--blue-hollow,
html :where(.editor-styles-wrapper) .single-tribe_events .gform_footer input.--blue-hollow,
.single-tribe_events .gform_footer html :where(.editor-styles-wrapper) input.--blue-hollow {
  background-color: transparent;
  color: white;
  border: 2px solid white;
}
html:not(.wp-toolbar) .btn.--blue-hollow:hover, html:not(.wp-toolbar) .tabs #panel-4 .--blue-hollow.gform_next_button:hover, .tabs #panel-4 html:not(.wp-toolbar) .--blue-hollow.gform_next_button:hover,
html:not(.wp-toolbar) .tabs #panel-4 .--blue-hollow.gform_previous_button:hover,
.tabs #panel-4 html:not(.wp-toolbar) .--blue-hollow.gform_previous_button:hover,
html:not(.wp-toolbar) .tabs #panel-4 .--blue-hollow#gform_submit_button_3:hover,
.tabs #panel-4 html:not(.wp-toolbar) .--blue-hollow#gform_submit_button_3:hover, html:not(.wp-toolbar) button.--blue-hollow.activedemand-button:hover, html:not(.wp-toolbar) .events__content__event-list .ecs-all-events a.--blue-hollow:hover, .events__content__event-list .ecs-all-events html:not(.wp-toolbar) a.--blue-hollow:hover, html:not(.wp-toolbar) .single-tribe_events .gform_footer input.--blue-hollow:hover, .single-tribe_events .gform_footer html:not(.wp-toolbar) input.--blue-hollow:hover, html:not(.wp-toolbar) .btn.--blue-hollow:focus, html:not(.wp-toolbar) .tabs #panel-4 .--blue-hollow.gform_next_button:focus, .tabs #panel-4 html:not(.wp-toolbar) .--blue-hollow.gform_next_button:focus,
html:not(.wp-toolbar) .tabs #panel-4 .--blue-hollow.gform_previous_button:focus,
.tabs #panel-4 html:not(.wp-toolbar) .--blue-hollow.gform_previous_button:focus,
html:not(.wp-toolbar) .tabs #panel-4 .--blue-hollow#gform_submit_button_3:focus,
.tabs #panel-4 html:not(.wp-toolbar) .--blue-hollow#gform_submit_button_3:focus, html:not(.wp-toolbar) button.--blue-hollow.activedemand-button:focus, html:not(.wp-toolbar) .events__content__event-list .ecs-all-events a.--blue-hollow:focus, .events__content__event-list .ecs-all-events html:not(.wp-toolbar) a.--blue-hollow:focus, html:not(.wp-toolbar) .single-tribe_events .gform_footer input.--blue-hollow:focus, .single-tribe_events .gform_footer html:not(.wp-toolbar) input.--blue-hollow:focus,
html :where(.editor-styles-wrapper) .btn.--blue-hollow:hover,
html :where(.editor-styles-wrapper) .tabs #panel-4 .--blue-hollow.gform_next_button:hover,
.tabs #panel-4 html :where(.editor-styles-wrapper) .--blue-hollow.gform_next_button:hover,
html :where(.editor-styles-wrapper) .tabs #panel-4 .--blue-hollow.gform_previous_button:hover,
.tabs #panel-4 html :where(.editor-styles-wrapper) .--blue-hollow.gform_previous_button:hover,
html :where(.editor-styles-wrapper) .tabs #panel-4 .--blue-hollow#gform_submit_button_3:hover,
.tabs #panel-4 html :where(.editor-styles-wrapper) .--blue-hollow#gform_submit_button_3:hover,
html :where(.editor-styles-wrapper) button.--blue-hollow.activedemand-button:hover,
html :where(.editor-styles-wrapper) .events__content__event-list .ecs-all-events a.--blue-hollow:hover,
.events__content__event-list .ecs-all-events html :where(.editor-styles-wrapper) a.--blue-hollow:hover,
html :where(.editor-styles-wrapper) .single-tribe_events .gform_footer input.--blue-hollow:hover,
.single-tribe_events .gform_footer html :where(.editor-styles-wrapper) input.--blue-hollow:hover,
html :where(.editor-styles-wrapper) .btn.--blue-hollow:focus,
html :where(.editor-styles-wrapper) .tabs #panel-4 .--blue-hollow.gform_next_button:focus,
.tabs #panel-4 html :where(.editor-styles-wrapper) .--blue-hollow.gform_next_button:focus,
html :where(.editor-styles-wrapper) .tabs #panel-4 .--blue-hollow.gform_previous_button:focus,
.tabs #panel-4 html :where(.editor-styles-wrapper) .--blue-hollow.gform_previous_button:focus,
html :where(.editor-styles-wrapper) .tabs #panel-4 .--blue-hollow#gform_submit_button_3:focus,
.tabs #panel-4 html :where(.editor-styles-wrapper) .--blue-hollow#gform_submit_button_3:focus,
html :where(.editor-styles-wrapper) button.--blue-hollow.activedemand-button:focus,
html :where(.editor-styles-wrapper) .events__content__event-list .ecs-all-events a.--blue-hollow:focus,
.events__content__event-list .ecs-all-events html :where(.editor-styles-wrapper) a.--blue-hollow:focus,
html :where(.editor-styles-wrapper) .single-tribe_events .gform_footer input.--blue-hollow:focus,
.single-tribe_events .gform_footer html :where(.editor-styles-wrapper) input.--blue-hollow:focus {
  background-color: #b9e3ed;
  color: #2c416c;
  border-color: #b9e3ed;
}
html:not(.wp-toolbar) .btn.--green, html:not(.wp-toolbar) .tabs #panel-4 .--green.gform_next_button, .tabs #panel-4 html:not(.wp-toolbar) .--green.gform_next_button,
html:not(.wp-toolbar) .tabs #panel-4 .--green.gform_previous_button,
.tabs #panel-4 html:not(.wp-toolbar) .--green.gform_previous_button,
html:not(.wp-toolbar) .tabs #panel-4 .--green#gform_submit_button_3,
.tabs #panel-4 html:not(.wp-toolbar) .--green#gform_submit_button_3, html:not(.wp-toolbar) button.--green.activedemand-button, html:not(.wp-toolbar) .events__content__event-list .ecs-all-events a.--green, .events__content__event-list .ecs-all-events html:not(.wp-toolbar) a.--green, html:not(.wp-toolbar) .single-tribe_events .gform_footer input.--green, .single-tribe_events .gform_footer html:not(.wp-toolbar) input.--green,
html :where(.editor-styles-wrapper) .btn.--green,
html :where(.editor-styles-wrapper) .tabs #panel-4 .--green.gform_next_button,
.tabs #panel-4 html :where(.editor-styles-wrapper) .--green.gform_next_button,
html :where(.editor-styles-wrapper) .tabs #panel-4 .--green.gform_previous_button,
.tabs #panel-4 html :where(.editor-styles-wrapper) .--green.gform_previous_button,
html :where(.editor-styles-wrapper) .tabs #panel-4 .--green#gform_submit_button_3,
.tabs #panel-4 html :where(.editor-styles-wrapper) .--green#gform_submit_button_3,
html :where(.editor-styles-wrapper) button.--green.activedemand-button,
html :where(.editor-styles-wrapper) .events__content__event-list .ecs-all-events a.--green,
.events__content__event-list .ecs-all-events html :where(.editor-styles-wrapper) a.--green,
html :where(.editor-styles-wrapper) .single-tribe_events .gform_footer input.--green,
.single-tribe_events .gform_footer html :where(.editor-styles-wrapper) input.--green {
  background-color: #507d2a;
}
html:not(.wp-toolbar) .btn.--green:hover, html:not(.wp-toolbar) .tabs #panel-4 .--green.gform_next_button:hover, .tabs #panel-4 html:not(.wp-toolbar) .--green.gform_next_button:hover,
html:not(.wp-toolbar) .tabs #panel-4 .--green.gform_previous_button:hover,
.tabs #panel-4 html:not(.wp-toolbar) .--green.gform_previous_button:hover,
html:not(.wp-toolbar) .tabs #panel-4 .--green#gform_submit_button_3:hover,
.tabs #panel-4 html:not(.wp-toolbar) .--green#gform_submit_button_3:hover, html:not(.wp-toolbar) button.--green.activedemand-button:hover, html:not(.wp-toolbar) .events__content__event-list .ecs-all-events a.--green:hover, .events__content__event-list .ecs-all-events html:not(.wp-toolbar) a.--green:hover, html:not(.wp-toolbar) .single-tribe_events .gform_footer input.--green:hover, .single-tribe_events .gform_footer html:not(.wp-toolbar) input.--green:hover, html:not(.wp-toolbar) .btn.--green:focus, html:not(.wp-toolbar) .tabs #panel-4 .--green.gform_next_button:focus, .tabs #panel-4 html:not(.wp-toolbar) .--green.gform_next_button:focus,
html:not(.wp-toolbar) .tabs #panel-4 .--green.gform_previous_button:focus,
.tabs #panel-4 html:not(.wp-toolbar) .--green.gform_previous_button:focus,
html:not(.wp-toolbar) .tabs #panel-4 .--green#gform_submit_button_3:focus,
.tabs #panel-4 html:not(.wp-toolbar) .--green#gform_submit_button_3:focus, html:not(.wp-toolbar) button.--green.activedemand-button:focus, html:not(.wp-toolbar) .events__content__event-list .ecs-all-events a.--green:focus, .events__content__event-list .ecs-all-events html:not(.wp-toolbar) a.--green:focus, html:not(.wp-toolbar) .single-tribe_events .gform_footer input.--green:focus, .single-tribe_events .gform_footer html:not(.wp-toolbar) input.--green:focus,
html :where(.editor-styles-wrapper) .btn.--green:hover,
html :where(.editor-styles-wrapper) .tabs #panel-4 .--green.gform_next_button:hover,
.tabs #panel-4 html :where(.editor-styles-wrapper) .--green.gform_next_button:hover,
html :where(.editor-styles-wrapper) .tabs #panel-4 .--green.gform_previous_button:hover,
.tabs #panel-4 html :where(.editor-styles-wrapper) .--green.gform_previous_button:hover,
html :where(.editor-styles-wrapper) .tabs #panel-4 .--green#gform_submit_button_3:hover,
.tabs #panel-4 html :where(.editor-styles-wrapper) .--green#gform_submit_button_3:hover,
html :where(.editor-styles-wrapper) button.--green.activedemand-button:hover,
html :where(.editor-styles-wrapper) .events__content__event-list .ecs-all-events a.--green:hover,
.events__content__event-list .ecs-all-events html :where(.editor-styles-wrapper) a.--green:hover,
html :where(.editor-styles-wrapper) .single-tribe_events .gform_footer input.--green:hover,
.single-tribe_events .gform_footer html :where(.editor-styles-wrapper) input.--green:hover,
html :where(.editor-styles-wrapper) .btn.--green:focus,
html :where(.editor-styles-wrapper) .tabs #panel-4 .--green.gform_next_button:focus,
.tabs #panel-4 html :where(.editor-styles-wrapper) .--green.gform_next_button:focus,
html :where(.editor-styles-wrapper) .tabs #panel-4 .--green.gform_previous_button:focus,
.tabs #panel-4 html :where(.editor-styles-wrapper) .--green.gform_previous_button:focus,
html :where(.editor-styles-wrapper) .tabs #panel-4 .--green#gform_submit_button_3:focus,
.tabs #panel-4 html :where(.editor-styles-wrapper) .--green#gform_submit_button_3:focus,
html :where(.editor-styles-wrapper) button.--green.activedemand-button:focus,
html :where(.editor-styles-wrapper) .events__content__event-list .ecs-all-events a.--green:focus,
.events__content__event-list .ecs-all-events html :where(.editor-styles-wrapper) a.--green:focus,
html :where(.editor-styles-wrapper) .single-tribe_events .gform_footer input.--green:focus,
.single-tribe_events .gform_footer html :where(.editor-styles-wrapper) input.--green:focus {
  background-color: #314a24;
}
html:not(.wp-toolbar) .btn.--green-2, html:not(.wp-toolbar) .tabs #panel-4 .--green-2.gform_next_button, .tabs #panel-4 html:not(.wp-toolbar) .--green-2.gform_next_button,
html:not(.wp-toolbar) .tabs #panel-4 .--green-2.gform_previous_button,
.tabs #panel-4 html:not(.wp-toolbar) .--green-2.gform_previous_button,
html:not(.wp-toolbar) .tabs #panel-4 .--green-2#gform_submit_button_3,
.tabs #panel-4 html:not(.wp-toolbar) .--green-2#gform_submit_button_3, html:not(.wp-toolbar) button.--green-2.activedemand-button, html:not(.wp-toolbar) .events__content__event-list .ecs-all-events a.--green-2, .events__content__event-list .ecs-all-events html:not(.wp-toolbar) a.--green-2, html:not(.wp-toolbar) .single-tribe_events .gform_footer input.--green-2, .single-tribe_events .gform_footer html:not(.wp-toolbar) input.--green-2,
html :where(.editor-styles-wrapper) .btn.--green-2,
html :where(.editor-styles-wrapper) .tabs #panel-4 .--green-2.gform_next_button,
.tabs #panel-4 html :where(.editor-styles-wrapper) .--green-2.gform_next_button,
html :where(.editor-styles-wrapper) .tabs #panel-4 .--green-2.gform_previous_button,
.tabs #panel-4 html :where(.editor-styles-wrapper) .--green-2.gform_previous_button,
html :where(.editor-styles-wrapper) .tabs #panel-4 .--green-2#gform_submit_button_3,
.tabs #panel-4 html :where(.editor-styles-wrapper) .--green-2#gform_submit_button_3,
html :where(.editor-styles-wrapper) button.--green-2.activedemand-button,
html :where(.editor-styles-wrapper) .events__content__event-list .ecs-all-events a.--green-2,
.events__content__event-list .ecs-all-events html :where(.editor-styles-wrapper) a.--green-2,
html :where(.editor-styles-wrapper) .single-tribe_events .gform_footer input.--green-2,
.single-tribe_events .gform_footer html :where(.editor-styles-wrapper) input.--green-2 {
  background-color: #79824b;
}
html:not(.wp-toolbar) .btn.--green-2:hover, html:not(.wp-toolbar) .tabs #panel-4 .--green-2.gform_next_button:hover, .tabs #panel-4 html:not(.wp-toolbar) .--green-2.gform_next_button:hover,
html:not(.wp-toolbar) .tabs #panel-4 .--green-2.gform_previous_button:hover,
.tabs #panel-4 html:not(.wp-toolbar) .--green-2.gform_previous_button:hover,
html:not(.wp-toolbar) .tabs #panel-4 .--green-2#gform_submit_button_3:hover,
.tabs #panel-4 html:not(.wp-toolbar) .--green-2#gform_submit_button_3:hover, html:not(.wp-toolbar) button.--green-2.activedemand-button:hover, html:not(.wp-toolbar) .events__content__event-list .ecs-all-events a.--green-2:hover, .events__content__event-list .ecs-all-events html:not(.wp-toolbar) a.--green-2:hover, html:not(.wp-toolbar) .single-tribe_events .gform_footer input.--green-2:hover, .single-tribe_events .gform_footer html:not(.wp-toolbar) input.--green-2:hover, html:not(.wp-toolbar) .btn.--green-2:focus, html:not(.wp-toolbar) .tabs #panel-4 .--green-2.gform_next_button:focus, .tabs #panel-4 html:not(.wp-toolbar) .--green-2.gform_next_button:focus,
html:not(.wp-toolbar) .tabs #panel-4 .--green-2.gform_previous_button:focus,
.tabs #panel-4 html:not(.wp-toolbar) .--green-2.gform_previous_button:focus,
html:not(.wp-toolbar) .tabs #panel-4 .--green-2#gform_submit_button_3:focus,
.tabs #panel-4 html:not(.wp-toolbar) .--green-2#gform_submit_button_3:focus, html:not(.wp-toolbar) button.--green-2.activedemand-button:focus, html:not(.wp-toolbar) .events__content__event-list .ecs-all-events a.--green-2:focus, .events__content__event-list .ecs-all-events html:not(.wp-toolbar) a.--green-2:focus, html:not(.wp-toolbar) .single-tribe_events .gform_footer input.--green-2:focus, .single-tribe_events .gform_footer html:not(.wp-toolbar) input.--green-2:focus,
html :where(.editor-styles-wrapper) .btn.--green-2:hover,
html :where(.editor-styles-wrapper) .tabs #panel-4 .--green-2.gform_next_button:hover,
.tabs #panel-4 html :where(.editor-styles-wrapper) .--green-2.gform_next_button:hover,
html :where(.editor-styles-wrapper) .tabs #panel-4 .--green-2.gform_previous_button:hover,
.tabs #panel-4 html :where(.editor-styles-wrapper) .--green-2.gform_previous_button:hover,
html :where(.editor-styles-wrapper) .tabs #panel-4 .--green-2#gform_submit_button_3:hover,
.tabs #panel-4 html :where(.editor-styles-wrapper) .--green-2#gform_submit_button_3:hover,
html :where(.editor-styles-wrapper) button.--green-2.activedemand-button:hover,
html :where(.editor-styles-wrapper) .events__content__event-list .ecs-all-events a.--green-2:hover,
.events__content__event-list .ecs-all-events html :where(.editor-styles-wrapper) a.--green-2:hover,
html :where(.editor-styles-wrapper) .single-tribe_events .gform_footer input.--green-2:hover,
.single-tribe_events .gform_footer html :where(.editor-styles-wrapper) input.--green-2:hover,
html :where(.editor-styles-wrapper) .btn.--green-2:focus,
html :where(.editor-styles-wrapper) .tabs #panel-4 .--green-2.gform_next_button:focus,
.tabs #panel-4 html :where(.editor-styles-wrapper) .--green-2.gform_next_button:focus,
html :where(.editor-styles-wrapper) .tabs #panel-4 .--green-2.gform_previous_button:focus,
.tabs #panel-4 html :where(.editor-styles-wrapper) .--green-2.gform_previous_button:focus,
html :where(.editor-styles-wrapper) .tabs #panel-4 .--green-2#gform_submit_button_3:focus,
.tabs #panel-4 html :where(.editor-styles-wrapper) .--green-2#gform_submit_button_3:focus,
html :where(.editor-styles-wrapper) button.--green-2.activedemand-button:focus,
html :where(.editor-styles-wrapper) .events__content__event-list .ecs-all-events a.--green-2:focus,
.events__content__event-list .ecs-all-events html :where(.editor-styles-wrapper) a.--green-2:focus,
html :where(.editor-styles-wrapper) .single-tribe_events .gform_footer input.--green-2:focus,
.single-tribe_events .gform_footer html :where(.editor-styles-wrapper) input.--green-2:focus {
  background-color: #3d4523;
}
html:not(.wp-toolbar) .btn.--red, html:not(.wp-toolbar) .tabs #panel-4 .btn.gform_next_button, .tabs #panel-4 html:not(.wp-toolbar) .btn.gform_next_button,
html:not(.wp-toolbar) .tabs #panel-4 .btn.gform_previous_button,
.tabs #panel-4 html:not(.wp-toolbar) .btn.gform_previous_button,
html:not(.wp-toolbar) .tabs #panel-4 .btn#gform_submit_button_3,
.tabs #panel-4 html:not(.wp-toolbar) .btn#gform_submit_button_3, html:not(.wp-toolbar) .tabs #panel-4 .--red.gform_next_button, html:not(.wp-toolbar) .tabs #panel-4 .gform_next_button,
html:not(.wp-toolbar) .tabs #panel-4 .gform_next_button#gform_submit_button_3, .tabs #panel-4 html:not(.wp-toolbar) .--red.gform_next_button, .tabs #panel-4 html:not(.wp-toolbar) .gform_next_button,
.tabs #panel-4 html:not(.wp-toolbar) .gform_next_button#gform_submit_button_3,
html:not(.wp-toolbar) .tabs #panel-4 .--red.gform_previous_button,
html:not(.wp-toolbar) .tabs #panel-4 .gform_previous_button,
html:not(.wp-toolbar) .tabs #panel-4 .gform_previous_button#gform_submit_button_3,
.tabs #panel-4 html:not(.wp-toolbar) .--red.gform_previous_button,
.tabs #panel-4 html:not(.wp-toolbar) .gform_previous_button,
.tabs #panel-4 html:not(.wp-toolbar) .gform_previous_button#gform_submit_button_3,
html:not(.wp-toolbar) .tabs #panel-4 .--red#gform_submit_button_3,
html:not(.wp-toolbar) .tabs #panel-4 #gform_submit_button_3,
.tabs #panel-4 html:not(.wp-toolbar) .--red#gform_submit_button_3,
.tabs #panel-4 html:not(.wp-toolbar) #gform_submit_button_3, html:not(.wp-toolbar) button.--red.activedemand-button, html:not(.wp-toolbar) .tabs #panel-4 button.activedemand-button.gform_next_button, .tabs #panel-4 html:not(.wp-toolbar) button.activedemand-button.gform_next_button,
html:not(.wp-toolbar) .tabs #panel-4 button.activedemand-button.gform_previous_button,
.tabs #panel-4 html:not(.wp-toolbar) button.activedemand-button.gform_previous_button,
html:not(.wp-toolbar) .tabs #panel-4 button.activedemand-button#gform_submit_button_3,
.tabs #panel-4 html:not(.wp-toolbar) button.activedemand-button#gform_submit_button_3, html:not(.wp-toolbar) .events__content__event-list .ecs-all-events a.--red, html:not(.wp-toolbar) .events__content__event-list .ecs-all-events .tabs #panel-4 a.gform_next_button, .tabs #panel-4 html:not(.wp-toolbar) .events__content__event-list .ecs-all-events a.gform_next_button,
html:not(.wp-toolbar) .events__content__event-list .ecs-all-events .tabs #panel-4 a.gform_previous_button,
.tabs #panel-4 html:not(.wp-toolbar) .events__content__event-list .ecs-all-events a.gform_previous_button,
html:not(.wp-toolbar) .events__content__event-list .ecs-all-events .tabs #panel-4 a#gform_submit_button_3,
.tabs #panel-4 html:not(.wp-toolbar) .events__content__event-list .ecs-all-events a#gform_submit_button_3, .events__content__event-list .ecs-all-events html:not(.wp-toolbar) a.--red, .events__content__event-list .ecs-all-events html:not(.wp-toolbar) .tabs #panel-4 a.gform_next_button, .tabs #panel-4 .events__content__event-list .ecs-all-events html:not(.wp-toolbar) a.gform_next_button,
.events__content__event-list .ecs-all-events html:not(.wp-toolbar) .tabs #panel-4 a.gform_previous_button,
.tabs #panel-4 .events__content__event-list .ecs-all-events html:not(.wp-toolbar) a.gform_previous_button,
.events__content__event-list .ecs-all-events html:not(.wp-toolbar) .tabs #panel-4 a#gform_submit_button_3,
.tabs #panel-4 .events__content__event-list .ecs-all-events html:not(.wp-toolbar) a#gform_submit_button_3, html:not(.wp-toolbar) .single-tribe_events .gform_footer input.--red, html:not(.wp-toolbar) .single-tribe_events .gform_footer .tabs #panel-4 input.gform_next_button, .tabs #panel-4 html:not(.wp-toolbar) .single-tribe_events .gform_footer input.gform_next_button,
html:not(.wp-toolbar) .single-tribe_events .gform_footer .tabs #panel-4 input.gform_previous_button,
.tabs #panel-4 html:not(.wp-toolbar) .single-tribe_events .gform_footer input.gform_previous_button,
html:not(.wp-toolbar) .single-tribe_events .gform_footer .tabs #panel-4 input#gform_submit_button_3,
.tabs #panel-4 html:not(.wp-toolbar) .single-tribe_events .gform_footer input#gform_submit_button_3, .single-tribe_events .gform_footer html:not(.wp-toolbar) input.--red, .single-tribe_events .gform_footer html:not(.wp-toolbar) .tabs #panel-4 input.gform_next_button, .tabs #panel-4 .single-tribe_events .gform_footer html:not(.wp-toolbar) input.gform_next_button,
.single-tribe_events .gform_footer html:not(.wp-toolbar) .tabs #panel-4 input.gform_previous_button,
.tabs #panel-4 .single-tribe_events .gform_footer html:not(.wp-toolbar) input.gform_previous_button,
.single-tribe_events .gform_footer html:not(.wp-toolbar) .tabs #panel-4 input#gform_submit_button_3,
.tabs #panel-4 .single-tribe_events .gform_footer html:not(.wp-toolbar) input#gform_submit_button_3,
html :where(.editor-styles-wrapper) .btn.--red,
html :where(.editor-styles-wrapper) .tabs #panel-4 .btn.gform_next_button,
.tabs #panel-4 html :where(.editor-styles-wrapper) .btn.gform_next_button,
html :where(.editor-styles-wrapper) .tabs #panel-4 .btn.gform_previous_button,
.tabs #panel-4 html :where(.editor-styles-wrapper) .btn.gform_previous_button,
html :where(.editor-styles-wrapper) .tabs #panel-4 .btn#gform_submit_button_3,
.tabs #panel-4 html :where(.editor-styles-wrapper) .btn#gform_submit_button_3,
html :where(.editor-styles-wrapper) .tabs #panel-4 .--red.gform_next_button,
html :where(.editor-styles-wrapper) .tabs #panel-4 .gform_next_button,
html :where(.editor-styles-wrapper) .tabs #panel-4 .gform_next_button#gform_submit_button_3,
.tabs #panel-4 html :where(.editor-styles-wrapper) .--red.gform_next_button,
.tabs #panel-4 html :where(.editor-styles-wrapper) .gform_next_button,
.tabs #panel-4 html :where(.editor-styles-wrapper) .gform_next_button#gform_submit_button_3,
html :where(.editor-styles-wrapper) .tabs #panel-4 .--red.gform_previous_button,
html :where(.editor-styles-wrapper) .tabs #panel-4 .gform_previous_button,
html :where(.editor-styles-wrapper) .tabs #panel-4 .gform_previous_button#gform_submit_button_3,
.tabs #panel-4 html :where(.editor-styles-wrapper) .--red.gform_previous_button,
.tabs #panel-4 html :where(.editor-styles-wrapper) .gform_previous_button,
.tabs #panel-4 html :where(.editor-styles-wrapper) .gform_previous_button#gform_submit_button_3,
html :where(.editor-styles-wrapper) .tabs #panel-4 .--red#gform_submit_button_3,
html :where(.editor-styles-wrapper) .tabs #panel-4 #gform_submit_button_3,
.tabs #panel-4 html :where(.editor-styles-wrapper) .--red#gform_submit_button_3,
.tabs #panel-4 html :where(.editor-styles-wrapper) #gform_submit_button_3,
html :where(.editor-styles-wrapper) button.--red.activedemand-button,
html :where(.editor-styles-wrapper) .tabs #panel-4 button.activedemand-button.gform_next_button,
.tabs #panel-4 html :where(.editor-styles-wrapper) button.activedemand-button.gform_next_button,
html :where(.editor-styles-wrapper) .tabs #panel-4 button.activedemand-button.gform_previous_button,
.tabs #panel-4 html :where(.editor-styles-wrapper) button.activedemand-button.gform_previous_button,
html :where(.editor-styles-wrapper) .tabs #panel-4 button.activedemand-button#gform_submit_button_3,
.tabs #panel-4 html :where(.editor-styles-wrapper) button.activedemand-button#gform_submit_button_3,
html :where(.editor-styles-wrapper) .events__content__event-list .ecs-all-events a.--red,
html :where(.editor-styles-wrapper) .events__content__event-list .ecs-all-events .tabs #panel-4 a.gform_next_button,
.tabs #panel-4 html :where(.editor-styles-wrapper) .events__content__event-list .ecs-all-events a.gform_next_button,
html :where(.editor-styles-wrapper) .events__content__event-list .ecs-all-events .tabs #panel-4 a.gform_previous_button,
.tabs #panel-4 html :where(.editor-styles-wrapper) .events__content__event-list .ecs-all-events a.gform_previous_button,
html :where(.editor-styles-wrapper) .events__content__event-list .ecs-all-events .tabs #panel-4 a#gform_submit_button_3,
.tabs #panel-4 html :where(.editor-styles-wrapper) .events__content__event-list .ecs-all-events a#gform_submit_button_3,
.events__content__event-list .ecs-all-events html :where(.editor-styles-wrapper) a.--red,
.events__content__event-list .ecs-all-events html :where(.editor-styles-wrapper) .tabs #panel-4 a.gform_next_button,
.tabs #panel-4 .events__content__event-list .ecs-all-events html :where(.editor-styles-wrapper) a.gform_next_button,
.events__content__event-list .ecs-all-events html :where(.editor-styles-wrapper) .tabs #panel-4 a.gform_previous_button,
.tabs #panel-4 .events__content__event-list .ecs-all-events html :where(.editor-styles-wrapper) a.gform_previous_button,
.events__content__event-list .ecs-all-events html :where(.editor-styles-wrapper) .tabs #panel-4 a#gform_submit_button_3,
.tabs #panel-4 .events__content__event-list .ecs-all-events html :where(.editor-styles-wrapper) a#gform_submit_button_3,
html :where(.editor-styles-wrapper) .single-tribe_events .gform_footer input.--red,
html :where(.editor-styles-wrapper) .single-tribe_events .gform_footer .tabs #panel-4 input.gform_next_button,
.tabs #panel-4 html :where(.editor-styles-wrapper) .single-tribe_events .gform_footer input.gform_next_button,
html :where(.editor-styles-wrapper) .single-tribe_events .gform_footer .tabs #panel-4 input.gform_previous_button,
.tabs #panel-4 html :where(.editor-styles-wrapper) .single-tribe_events .gform_footer input.gform_previous_button,
html :where(.editor-styles-wrapper) .single-tribe_events .gform_footer .tabs #panel-4 input#gform_submit_button_3,
.tabs #panel-4 html :where(.editor-styles-wrapper) .single-tribe_events .gform_footer input#gform_submit_button_3,
.single-tribe_events .gform_footer html :where(.editor-styles-wrapper) input.--red,
.single-tribe_events .gform_footer html :where(.editor-styles-wrapper) .tabs #panel-4 input.gform_next_button,
.tabs #panel-4 .single-tribe_events .gform_footer html :where(.editor-styles-wrapper) input.gform_next_button,
.single-tribe_events .gform_footer html :where(.editor-styles-wrapper) .tabs #panel-4 input.gform_previous_button,
.tabs #panel-4 .single-tribe_events .gform_footer html :where(.editor-styles-wrapper) input.gform_previous_button,
.single-tribe_events .gform_footer html :where(.editor-styles-wrapper) .tabs #panel-4 input#gform_submit_button_3,
.tabs #panel-4 .single-tribe_events .gform_footer html :where(.editor-styles-wrapper) input#gform_submit_button_3 {
  background-color: #c03725;
}
html:not(.wp-toolbar) .btn.--red:hover, html:not(.wp-toolbar) .tabs #panel-4 .btn.gform_next_button:hover, .tabs #panel-4 html:not(.wp-toolbar) .btn.gform_next_button:hover,
html:not(.wp-toolbar) .tabs #panel-4 .btn.gform_previous_button:hover,
.tabs #panel-4 html:not(.wp-toolbar) .btn.gform_previous_button:hover,
html:not(.wp-toolbar) .tabs #panel-4 .btn#gform_submit_button_3:hover,
.tabs #panel-4 html:not(.wp-toolbar) .btn#gform_submit_button_3:hover, html:not(.wp-toolbar) .tabs #panel-4 .--red.gform_next_button:hover, html:not(.wp-toolbar) .tabs #panel-4 .gform_next_button:hover,
html:not(.wp-toolbar) .tabs #panel-4 .gform_next_button#gform_submit_button_3:hover, .tabs #panel-4 html:not(.wp-toolbar) .--red.gform_next_button:hover, .tabs #panel-4 html:not(.wp-toolbar) .gform_next_button:hover,
.tabs #panel-4 html:not(.wp-toolbar) .gform_next_button#gform_submit_button_3:hover,
html:not(.wp-toolbar) .tabs #panel-4 .--red.gform_previous_button:hover,
html:not(.wp-toolbar) .tabs #panel-4 .gform_previous_button:hover,
html:not(.wp-toolbar) .tabs #panel-4 .gform_previous_button#gform_submit_button_3:hover,
.tabs #panel-4 html:not(.wp-toolbar) .--red.gform_previous_button:hover,
.tabs #panel-4 html:not(.wp-toolbar) .gform_previous_button:hover,
.tabs #panel-4 html:not(.wp-toolbar) .gform_previous_button#gform_submit_button_3:hover,
html:not(.wp-toolbar) .tabs #panel-4 .--red#gform_submit_button_3:hover,
html:not(.wp-toolbar) .tabs #panel-4 #gform_submit_button_3:hover,
.tabs #panel-4 html:not(.wp-toolbar) .--red#gform_submit_button_3:hover,
.tabs #panel-4 html:not(.wp-toolbar) #gform_submit_button_3:hover, html:not(.wp-toolbar) button.--red.activedemand-button:hover, html:not(.wp-toolbar) .tabs #panel-4 button.activedemand-button.gform_next_button:hover, .tabs #panel-4 html:not(.wp-toolbar) button.activedemand-button.gform_next_button:hover,
html:not(.wp-toolbar) .tabs #panel-4 button.activedemand-button.gform_previous_button:hover,
.tabs #panel-4 html:not(.wp-toolbar) button.activedemand-button.gform_previous_button:hover,
html:not(.wp-toolbar) .tabs #panel-4 button.activedemand-button#gform_submit_button_3:hover,
.tabs #panel-4 html:not(.wp-toolbar) button.activedemand-button#gform_submit_button_3:hover, html:not(.wp-toolbar) .events__content__event-list .ecs-all-events a.--red:hover, html:not(.wp-toolbar) .events__content__event-list .ecs-all-events .tabs #panel-4 a.gform_next_button:hover, .tabs #panel-4 html:not(.wp-toolbar) .events__content__event-list .ecs-all-events a.gform_next_button:hover,
html:not(.wp-toolbar) .events__content__event-list .ecs-all-events .tabs #panel-4 a.gform_previous_button:hover,
.tabs #panel-4 html:not(.wp-toolbar) .events__content__event-list .ecs-all-events a.gform_previous_button:hover,
html:not(.wp-toolbar) .events__content__event-list .ecs-all-events .tabs #panel-4 a#gform_submit_button_3:hover,
.tabs #panel-4 html:not(.wp-toolbar) .events__content__event-list .ecs-all-events a#gform_submit_button_3:hover, .events__content__event-list .ecs-all-events html:not(.wp-toolbar) a.--red:hover, .events__content__event-list .ecs-all-events html:not(.wp-toolbar) .tabs #panel-4 a.gform_next_button:hover, .tabs #panel-4 .events__content__event-list .ecs-all-events html:not(.wp-toolbar) a.gform_next_button:hover,
.events__content__event-list .ecs-all-events html:not(.wp-toolbar) .tabs #panel-4 a.gform_previous_button:hover,
.tabs #panel-4 .events__content__event-list .ecs-all-events html:not(.wp-toolbar) a.gform_previous_button:hover,
.events__content__event-list .ecs-all-events html:not(.wp-toolbar) .tabs #panel-4 a#gform_submit_button_3:hover,
.tabs #panel-4 .events__content__event-list .ecs-all-events html:not(.wp-toolbar) a#gform_submit_button_3:hover, html:not(.wp-toolbar) .single-tribe_events .gform_footer input.--red:hover, html:not(.wp-toolbar) .single-tribe_events .gform_footer .tabs #panel-4 input.gform_next_button:hover, .tabs #panel-4 html:not(.wp-toolbar) .single-tribe_events .gform_footer input.gform_next_button:hover,
html:not(.wp-toolbar) .single-tribe_events .gform_footer .tabs #panel-4 input.gform_previous_button:hover,
.tabs #panel-4 html:not(.wp-toolbar) .single-tribe_events .gform_footer input.gform_previous_button:hover,
html:not(.wp-toolbar) .single-tribe_events .gform_footer .tabs #panel-4 input#gform_submit_button_3:hover,
.tabs #panel-4 html:not(.wp-toolbar) .single-tribe_events .gform_footer input#gform_submit_button_3:hover, .single-tribe_events .gform_footer html:not(.wp-toolbar) input.--red:hover, .single-tribe_events .gform_footer html:not(.wp-toolbar) .tabs #panel-4 input.gform_next_button:hover, .tabs #panel-4 .single-tribe_events .gform_footer html:not(.wp-toolbar) input.gform_next_button:hover,
.single-tribe_events .gform_footer html:not(.wp-toolbar) .tabs #panel-4 input.gform_previous_button:hover,
.tabs #panel-4 .single-tribe_events .gform_footer html:not(.wp-toolbar) input.gform_previous_button:hover,
.single-tribe_events .gform_footer html:not(.wp-toolbar) .tabs #panel-4 input#gform_submit_button_3:hover,
.tabs #panel-4 .single-tribe_events .gform_footer html:not(.wp-toolbar) input#gform_submit_button_3:hover, html:not(.wp-toolbar) .btn.--red:focus, html:not(.wp-toolbar) .tabs #panel-4 .btn.gform_next_button:focus, .tabs #panel-4 html:not(.wp-toolbar) .btn.gform_next_button:focus,
html:not(.wp-toolbar) .tabs #panel-4 .btn.gform_previous_button:focus,
.tabs #panel-4 html:not(.wp-toolbar) .btn.gform_previous_button:focus,
html:not(.wp-toolbar) .tabs #panel-4 .btn#gform_submit_button_3:focus,
.tabs #panel-4 html:not(.wp-toolbar) .btn#gform_submit_button_3:focus, html:not(.wp-toolbar) .tabs #panel-4 .--red.gform_next_button:focus, html:not(.wp-toolbar) .tabs #panel-4 .gform_next_button:focus,
html:not(.wp-toolbar) .tabs #panel-4 .gform_next_button#gform_submit_button_3:focus, .tabs #panel-4 html:not(.wp-toolbar) .--red.gform_next_button:focus, .tabs #panel-4 html:not(.wp-toolbar) .gform_next_button:focus,
.tabs #panel-4 html:not(.wp-toolbar) .gform_next_button#gform_submit_button_3:focus,
html:not(.wp-toolbar) .tabs #panel-4 .--red.gform_previous_button:focus,
html:not(.wp-toolbar) .tabs #panel-4 .gform_previous_button:focus,
html:not(.wp-toolbar) .tabs #panel-4 .gform_previous_button#gform_submit_button_3:focus,
.tabs #panel-4 html:not(.wp-toolbar) .--red.gform_previous_button:focus,
.tabs #panel-4 html:not(.wp-toolbar) .gform_previous_button:focus,
.tabs #panel-4 html:not(.wp-toolbar) .gform_previous_button#gform_submit_button_3:focus,
html:not(.wp-toolbar) .tabs #panel-4 .--red#gform_submit_button_3:focus,
html:not(.wp-toolbar) .tabs #panel-4 #gform_submit_button_3:focus,
.tabs #panel-4 html:not(.wp-toolbar) .--red#gform_submit_button_3:focus,
.tabs #panel-4 html:not(.wp-toolbar) #gform_submit_button_3:focus, html:not(.wp-toolbar) button.--red.activedemand-button:focus, html:not(.wp-toolbar) .tabs #panel-4 button.activedemand-button.gform_next_button:focus, .tabs #panel-4 html:not(.wp-toolbar) button.activedemand-button.gform_next_button:focus,
html:not(.wp-toolbar) .tabs #panel-4 button.activedemand-button.gform_previous_button:focus,
.tabs #panel-4 html:not(.wp-toolbar) button.activedemand-button.gform_previous_button:focus,
html:not(.wp-toolbar) .tabs #panel-4 button.activedemand-button#gform_submit_button_3:focus,
.tabs #panel-4 html:not(.wp-toolbar) button.activedemand-button#gform_submit_button_3:focus, html:not(.wp-toolbar) .events__content__event-list .ecs-all-events a.--red:focus, html:not(.wp-toolbar) .events__content__event-list .ecs-all-events .tabs #panel-4 a.gform_next_button:focus, .tabs #panel-4 html:not(.wp-toolbar) .events__content__event-list .ecs-all-events a.gform_next_button:focus,
html:not(.wp-toolbar) .events__content__event-list .ecs-all-events .tabs #panel-4 a.gform_previous_button:focus,
.tabs #panel-4 html:not(.wp-toolbar) .events__content__event-list .ecs-all-events a.gform_previous_button:focus,
html:not(.wp-toolbar) .events__content__event-list .ecs-all-events .tabs #panel-4 a#gform_submit_button_3:focus,
.tabs #panel-4 html:not(.wp-toolbar) .events__content__event-list .ecs-all-events a#gform_submit_button_3:focus, .events__content__event-list .ecs-all-events html:not(.wp-toolbar) a.--red:focus, .events__content__event-list .ecs-all-events html:not(.wp-toolbar) .tabs #panel-4 a.gform_next_button:focus, .tabs #panel-4 .events__content__event-list .ecs-all-events html:not(.wp-toolbar) a.gform_next_button:focus,
.events__content__event-list .ecs-all-events html:not(.wp-toolbar) .tabs #panel-4 a.gform_previous_button:focus,
.tabs #panel-4 .events__content__event-list .ecs-all-events html:not(.wp-toolbar) a.gform_previous_button:focus,
.events__content__event-list .ecs-all-events html:not(.wp-toolbar) .tabs #panel-4 a#gform_submit_button_3:focus,
.tabs #panel-4 .events__content__event-list .ecs-all-events html:not(.wp-toolbar) a#gform_submit_button_3:focus, html:not(.wp-toolbar) .single-tribe_events .gform_footer input.--red:focus, html:not(.wp-toolbar) .single-tribe_events .gform_footer .tabs #panel-4 input.gform_next_button:focus, .tabs #panel-4 html:not(.wp-toolbar) .single-tribe_events .gform_footer input.gform_next_button:focus,
html:not(.wp-toolbar) .single-tribe_events .gform_footer .tabs #panel-4 input.gform_previous_button:focus,
.tabs #panel-4 html:not(.wp-toolbar) .single-tribe_events .gform_footer input.gform_previous_button:focus,
html:not(.wp-toolbar) .single-tribe_events .gform_footer .tabs #panel-4 input#gform_submit_button_3:focus,
.tabs #panel-4 html:not(.wp-toolbar) .single-tribe_events .gform_footer input#gform_submit_button_3:focus, .single-tribe_events .gform_footer html:not(.wp-toolbar) input.--red:focus, .single-tribe_events .gform_footer html:not(.wp-toolbar) .tabs #panel-4 input.gform_next_button:focus, .tabs #panel-4 .single-tribe_events .gform_footer html:not(.wp-toolbar) input.gform_next_button:focus,
.single-tribe_events .gform_footer html:not(.wp-toolbar) .tabs #panel-4 input.gform_previous_button:focus,
.tabs #panel-4 .single-tribe_events .gform_footer html:not(.wp-toolbar) input.gform_previous_button:focus,
.single-tribe_events .gform_footer html:not(.wp-toolbar) .tabs #panel-4 input#gform_submit_button_3:focus,
.tabs #panel-4 .single-tribe_events .gform_footer html:not(.wp-toolbar) input#gform_submit_button_3:focus,
html :where(.editor-styles-wrapper) .btn.--red:hover,
html :where(.editor-styles-wrapper) .tabs #panel-4 .btn.gform_next_button:hover,
.tabs #panel-4 html :where(.editor-styles-wrapper) .btn.gform_next_button:hover,
html :where(.editor-styles-wrapper) .tabs #panel-4 .btn.gform_previous_button:hover,
.tabs #panel-4 html :where(.editor-styles-wrapper) .btn.gform_previous_button:hover,
html :where(.editor-styles-wrapper) .tabs #panel-4 .btn#gform_submit_button_3:hover,
.tabs #panel-4 html :where(.editor-styles-wrapper) .btn#gform_submit_button_3:hover,
html :where(.editor-styles-wrapper) .tabs #panel-4 .--red.gform_next_button:hover,
html :where(.editor-styles-wrapper) .tabs #panel-4 .gform_next_button:hover,
html :where(.editor-styles-wrapper) .tabs #panel-4 .gform_next_button#gform_submit_button_3:hover,
.tabs #panel-4 html :where(.editor-styles-wrapper) .--red.gform_next_button:hover,
.tabs #panel-4 html :where(.editor-styles-wrapper) .gform_next_button:hover,
.tabs #panel-4 html :where(.editor-styles-wrapper) .gform_next_button#gform_submit_button_3:hover,
html :where(.editor-styles-wrapper) .tabs #panel-4 .--red.gform_previous_button:hover,
html :where(.editor-styles-wrapper) .tabs #panel-4 .gform_previous_button:hover,
html :where(.editor-styles-wrapper) .tabs #panel-4 .gform_previous_button#gform_submit_button_3:hover,
.tabs #panel-4 html :where(.editor-styles-wrapper) .--red.gform_previous_button:hover,
.tabs #panel-4 html :where(.editor-styles-wrapper) .gform_previous_button:hover,
.tabs #panel-4 html :where(.editor-styles-wrapper) .gform_previous_button#gform_submit_button_3:hover,
html :where(.editor-styles-wrapper) .tabs #panel-4 .--red#gform_submit_button_3:hover,
html :where(.editor-styles-wrapper) .tabs #panel-4 #gform_submit_button_3:hover,
.tabs #panel-4 html :where(.editor-styles-wrapper) .--red#gform_submit_button_3:hover,
.tabs #panel-4 html :where(.editor-styles-wrapper) #gform_submit_button_3:hover,
html :where(.editor-styles-wrapper) button.--red.activedemand-button:hover,
html :where(.editor-styles-wrapper) .tabs #panel-4 button.activedemand-button.gform_next_button:hover,
.tabs #panel-4 html :where(.editor-styles-wrapper) button.activedemand-button.gform_next_button:hover,
html :where(.editor-styles-wrapper) .tabs #panel-4 button.activedemand-button.gform_previous_button:hover,
.tabs #panel-4 html :where(.editor-styles-wrapper) button.activedemand-button.gform_previous_button:hover,
html :where(.editor-styles-wrapper) .tabs #panel-4 button.activedemand-button#gform_submit_button_3:hover,
.tabs #panel-4 html :where(.editor-styles-wrapper) button.activedemand-button#gform_submit_button_3:hover,
html :where(.editor-styles-wrapper) .events__content__event-list .ecs-all-events a.--red:hover,
html :where(.editor-styles-wrapper) .events__content__event-list .ecs-all-events .tabs #panel-4 a.gform_next_button:hover,
.tabs #panel-4 html :where(.editor-styles-wrapper) .events__content__event-list .ecs-all-events a.gform_next_button:hover,
html :where(.editor-styles-wrapper) .events__content__event-list .ecs-all-events .tabs #panel-4 a.gform_previous_button:hover,
.tabs #panel-4 html :where(.editor-styles-wrapper) .events__content__event-list .ecs-all-events a.gform_previous_button:hover,
html :where(.editor-styles-wrapper) .events__content__event-list .ecs-all-events .tabs #panel-4 a#gform_submit_button_3:hover,
.tabs #panel-4 html :where(.editor-styles-wrapper) .events__content__event-list .ecs-all-events a#gform_submit_button_3:hover,
.events__content__event-list .ecs-all-events html :where(.editor-styles-wrapper) a.--red:hover,
.events__content__event-list .ecs-all-events html :where(.editor-styles-wrapper) .tabs #panel-4 a.gform_next_button:hover,
.tabs #panel-4 .events__content__event-list .ecs-all-events html :where(.editor-styles-wrapper) a.gform_next_button:hover,
.events__content__event-list .ecs-all-events html :where(.editor-styles-wrapper) .tabs #panel-4 a.gform_previous_button:hover,
.tabs #panel-4 .events__content__event-list .ecs-all-events html :where(.editor-styles-wrapper) a.gform_previous_button:hover,
.events__content__event-list .ecs-all-events html :where(.editor-styles-wrapper) .tabs #panel-4 a#gform_submit_button_3:hover,
.tabs #panel-4 .events__content__event-list .ecs-all-events html :where(.editor-styles-wrapper) a#gform_submit_button_3:hover,
html :where(.editor-styles-wrapper) .single-tribe_events .gform_footer input.--red:hover,
html :where(.editor-styles-wrapper) .single-tribe_events .gform_footer .tabs #panel-4 input.gform_next_button:hover,
.tabs #panel-4 html :where(.editor-styles-wrapper) .single-tribe_events .gform_footer input.gform_next_button:hover,
html :where(.editor-styles-wrapper) .single-tribe_events .gform_footer .tabs #panel-4 input.gform_previous_button:hover,
.tabs #panel-4 html :where(.editor-styles-wrapper) .single-tribe_events .gform_footer input.gform_previous_button:hover,
html :where(.editor-styles-wrapper) .single-tribe_events .gform_footer .tabs #panel-4 input#gform_submit_button_3:hover,
.tabs #panel-4 html :where(.editor-styles-wrapper) .single-tribe_events .gform_footer input#gform_submit_button_3:hover,
.single-tribe_events .gform_footer html :where(.editor-styles-wrapper) input.--red:hover,
.single-tribe_events .gform_footer html :where(.editor-styles-wrapper) .tabs #panel-4 input.gform_next_button:hover,
.tabs #panel-4 .single-tribe_events .gform_footer html :where(.editor-styles-wrapper) input.gform_next_button:hover,
.single-tribe_events .gform_footer html :where(.editor-styles-wrapper) .tabs #panel-4 input.gform_previous_button:hover,
.tabs #panel-4 .single-tribe_events .gform_footer html :where(.editor-styles-wrapper) input.gform_previous_button:hover,
.single-tribe_events .gform_footer html :where(.editor-styles-wrapper) .tabs #panel-4 input#gform_submit_button_3:hover,
.tabs #panel-4 .single-tribe_events .gform_footer html :where(.editor-styles-wrapper) input#gform_submit_button_3:hover,
html :where(.editor-styles-wrapper) .btn.--red:focus,
html :where(.editor-styles-wrapper) .tabs #panel-4 .btn.gform_next_button:focus,
.tabs #panel-4 html :where(.editor-styles-wrapper) .btn.gform_next_button:focus,
html :where(.editor-styles-wrapper) .tabs #panel-4 .btn.gform_previous_button:focus,
.tabs #panel-4 html :where(.editor-styles-wrapper) .btn.gform_previous_button:focus,
html :where(.editor-styles-wrapper) .tabs #panel-4 .btn#gform_submit_button_3:focus,
.tabs #panel-4 html :where(.editor-styles-wrapper) .btn#gform_submit_button_3:focus,
html :where(.editor-styles-wrapper) .tabs #panel-4 .--red.gform_next_button:focus,
html :where(.editor-styles-wrapper) .tabs #panel-4 .gform_next_button:focus,
html :where(.editor-styles-wrapper) .tabs #panel-4 .gform_next_button#gform_submit_button_3:focus,
.tabs #panel-4 html :where(.editor-styles-wrapper) .--red.gform_next_button:focus,
.tabs #panel-4 html :where(.editor-styles-wrapper) .gform_next_button:focus,
.tabs #panel-4 html :where(.editor-styles-wrapper) .gform_next_button#gform_submit_button_3:focus,
html :where(.editor-styles-wrapper) .tabs #panel-4 .--red.gform_previous_button:focus,
html :where(.editor-styles-wrapper) .tabs #panel-4 .gform_previous_button:focus,
html :where(.editor-styles-wrapper) .tabs #panel-4 .gform_previous_button#gform_submit_button_3:focus,
.tabs #panel-4 html :where(.editor-styles-wrapper) .--red.gform_previous_button:focus,
.tabs #panel-4 html :where(.editor-styles-wrapper) .gform_previous_button:focus,
.tabs #panel-4 html :where(.editor-styles-wrapper) .gform_previous_button#gform_submit_button_3:focus,
html :where(.editor-styles-wrapper) .tabs #panel-4 .--red#gform_submit_button_3:focus,
html :where(.editor-styles-wrapper) .tabs #panel-4 #gform_submit_button_3:focus,
.tabs #panel-4 html :where(.editor-styles-wrapper) .--red#gform_submit_button_3:focus,
.tabs #panel-4 html :where(.editor-styles-wrapper) #gform_submit_button_3:focus,
html :where(.editor-styles-wrapper) button.--red.activedemand-button:focus,
html :where(.editor-styles-wrapper) .tabs #panel-4 button.activedemand-button.gform_next_button:focus,
.tabs #panel-4 html :where(.editor-styles-wrapper) button.activedemand-button.gform_next_button:focus,
html :where(.editor-styles-wrapper) .tabs #panel-4 button.activedemand-button.gform_previous_button:focus,
.tabs #panel-4 html :where(.editor-styles-wrapper) button.activedemand-button.gform_previous_button:focus,
html :where(.editor-styles-wrapper) .tabs #panel-4 button.activedemand-button#gform_submit_button_3:focus,
.tabs #panel-4 html :where(.editor-styles-wrapper) button.activedemand-button#gform_submit_button_3:focus,
html :where(.editor-styles-wrapper) .events__content__event-list .ecs-all-events a.--red:focus,
html :where(.editor-styles-wrapper) .events__content__event-list .ecs-all-events .tabs #panel-4 a.gform_next_button:focus,
.tabs #panel-4 html :where(.editor-styles-wrapper) .events__content__event-list .ecs-all-events a.gform_next_button:focus,
html :where(.editor-styles-wrapper) .events__content__event-list .ecs-all-events .tabs #panel-4 a.gform_previous_button:focus,
.tabs #panel-4 html :where(.editor-styles-wrapper) .events__content__event-list .ecs-all-events a.gform_previous_button:focus,
html :where(.editor-styles-wrapper) .events__content__event-list .ecs-all-events .tabs #panel-4 a#gform_submit_button_3:focus,
.tabs #panel-4 html :where(.editor-styles-wrapper) .events__content__event-list .ecs-all-events a#gform_submit_button_3:focus,
.events__content__event-list .ecs-all-events html :where(.editor-styles-wrapper) a.--red:focus,
.events__content__event-list .ecs-all-events html :where(.editor-styles-wrapper) .tabs #panel-4 a.gform_next_button:focus,
.tabs #panel-4 .events__content__event-list .ecs-all-events html :where(.editor-styles-wrapper) a.gform_next_button:focus,
.events__content__event-list .ecs-all-events html :where(.editor-styles-wrapper) .tabs #panel-4 a.gform_previous_button:focus,
.tabs #panel-4 .events__content__event-list .ecs-all-events html :where(.editor-styles-wrapper) a.gform_previous_button:focus,
.events__content__event-list .ecs-all-events html :where(.editor-styles-wrapper) .tabs #panel-4 a#gform_submit_button_3:focus,
.tabs #panel-4 .events__content__event-list .ecs-all-events html :where(.editor-styles-wrapper) a#gform_submit_button_3:focus,
html :where(.editor-styles-wrapper) .single-tribe_events .gform_footer input.--red:focus,
html :where(.editor-styles-wrapper) .single-tribe_events .gform_footer .tabs #panel-4 input.gform_next_button:focus,
.tabs #panel-4 html :where(.editor-styles-wrapper) .single-tribe_events .gform_footer input.gform_next_button:focus,
html :where(.editor-styles-wrapper) .single-tribe_events .gform_footer .tabs #panel-4 input.gform_previous_button:focus,
.tabs #panel-4 html :where(.editor-styles-wrapper) .single-tribe_events .gform_footer input.gform_previous_button:focus,
html :where(.editor-styles-wrapper) .single-tribe_events .gform_footer .tabs #panel-4 input#gform_submit_button_3:focus,
.tabs #panel-4 html :where(.editor-styles-wrapper) .single-tribe_events .gform_footer input#gform_submit_button_3:focus,
.single-tribe_events .gform_footer html :where(.editor-styles-wrapper) input.--red:focus,
.single-tribe_events .gform_footer html :where(.editor-styles-wrapper) .tabs #panel-4 input.gform_next_button:focus,
.tabs #panel-4 .single-tribe_events .gform_footer html :where(.editor-styles-wrapper) input.gform_next_button:focus,
.single-tribe_events .gform_footer html :where(.editor-styles-wrapper) .tabs #panel-4 input.gform_previous_button:focus,
.tabs #panel-4 .single-tribe_events .gform_footer html :where(.editor-styles-wrapper) input.gform_previous_button:focus,
.single-tribe_events .gform_footer html :where(.editor-styles-wrapper) .tabs #panel-4 input#gform_submit_button_3:focus,
.tabs #panel-4 .single-tribe_events .gform_footer html :where(.editor-styles-wrapper) input#gform_submit_button_3:focus {
  background-color: #6e2616;
}
html:not(.wp-toolbar) .btn.--ochre, html:not(.wp-toolbar) .tabs #panel-4 .--ochre.gform_next_button, .tabs #panel-4 html:not(.wp-toolbar) .--ochre.gform_next_button,
html:not(.wp-toolbar) .tabs #panel-4 .--ochre.gform_previous_button,
.tabs #panel-4 html:not(.wp-toolbar) .--ochre.gform_previous_button,
html:not(.wp-toolbar) .tabs #panel-4 .--ochre#gform_submit_button_3,
.tabs #panel-4 html:not(.wp-toolbar) .--ochre#gform_submit_button_3, html:not(.wp-toolbar) button.--ochre.activedemand-button, html:not(.wp-toolbar) .events__content__event-list .ecs-all-events a.--ochre, .events__content__event-list .ecs-all-events html:not(.wp-toolbar) a.--ochre, html:not(.wp-toolbar) .single-tribe_events .gform_footer input.--ochre, .single-tribe_events .gform_footer html:not(.wp-toolbar) input.--ochre,
html :where(.editor-styles-wrapper) .btn.--ochre,
html :where(.editor-styles-wrapper) .tabs #panel-4 .--ochre.gform_next_button,
.tabs #panel-4 html :where(.editor-styles-wrapper) .--ochre.gform_next_button,
html :where(.editor-styles-wrapper) .tabs #panel-4 .--ochre.gform_previous_button,
.tabs #panel-4 html :where(.editor-styles-wrapper) .--ochre.gform_previous_button,
html :where(.editor-styles-wrapper) .tabs #panel-4 .--ochre#gform_submit_button_3,
.tabs #panel-4 html :where(.editor-styles-wrapper) .--ochre#gform_submit_button_3,
html :where(.editor-styles-wrapper) button.--ochre.activedemand-button,
html :where(.editor-styles-wrapper) .events__content__event-list .ecs-all-events a.--ochre,
.events__content__event-list .ecs-all-events html :where(.editor-styles-wrapper) a.--ochre,
html :where(.editor-styles-wrapper) .single-tribe_events .gform_footer input.--ochre,
.single-tribe_events .gform_footer html :where(.editor-styles-wrapper) input.--ochre {
  background-color: #593623;
}
html:not(.wp-toolbar) .btn.--ochre:hover, html:not(.wp-toolbar) .tabs #panel-4 .--ochre.gform_next_button:hover, .tabs #panel-4 html:not(.wp-toolbar) .--ochre.gform_next_button:hover,
html:not(.wp-toolbar) .tabs #panel-4 .--ochre.gform_previous_button:hover,
.tabs #panel-4 html:not(.wp-toolbar) .--ochre.gform_previous_button:hover,
html:not(.wp-toolbar) .tabs #panel-4 .--ochre#gform_submit_button_3:hover,
.tabs #panel-4 html:not(.wp-toolbar) .--ochre#gform_submit_button_3:hover, html:not(.wp-toolbar) button.--ochre.activedemand-button:hover, html:not(.wp-toolbar) .events__content__event-list .ecs-all-events a.--ochre:hover, .events__content__event-list .ecs-all-events html:not(.wp-toolbar) a.--ochre:hover, html:not(.wp-toolbar) .single-tribe_events .gform_footer input.--ochre:hover, .single-tribe_events .gform_footer html:not(.wp-toolbar) input.--ochre:hover, html:not(.wp-toolbar) .btn.--ochre:focus, html:not(.wp-toolbar) .tabs #panel-4 .--ochre.gform_next_button:focus, .tabs #panel-4 html:not(.wp-toolbar) .--ochre.gform_next_button:focus,
html:not(.wp-toolbar) .tabs #panel-4 .--ochre.gform_previous_button:focus,
.tabs #panel-4 html:not(.wp-toolbar) .--ochre.gform_previous_button:focus,
html:not(.wp-toolbar) .tabs #panel-4 .--ochre#gform_submit_button_3:focus,
.tabs #panel-4 html:not(.wp-toolbar) .--ochre#gform_submit_button_3:focus, html:not(.wp-toolbar) button.--ochre.activedemand-button:focus, html:not(.wp-toolbar) .events__content__event-list .ecs-all-events a.--ochre:focus, .events__content__event-list .ecs-all-events html:not(.wp-toolbar) a.--ochre:focus, html:not(.wp-toolbar) .single-tribe_events .gform_footer input.--ochre:focus, .single-tribe_events .gform_footer html:not(.wp-toolbar) input.--ochre:focus,
html :where(.editor-styles-wrapper) .btn.--ochre:hover,
html :where(.editor-styles-wrapper) .tabs #panel-4 .--ochre.gform_next_button:hover,
.tabs #panel-4 html :where(.editor-styles-wrapper) .--ochre.gform_next_button:hover,
html :where(.editor-styles-wrapper) .tabs #panel-4 .--ochre.gform_previous_button:hover,
.tabs #panel-4 html :where(.editor-styles-wrapper) .--ochre.gform_previous_button:hover,
html :where(.editor-styles-wrapper) .tabs #panel-4 .--ochre#gform_submit_button_3:hover,
.tabs #panel-4 html :where(.editor-styles-wrapper) .--ochre#gform_submit_button_3:hover,
html :where(.editor-styles-wrapper) button.--ochre.activedemand-button:hover,
html :where(.editor-styles-wrapper) .events__content__event-list .ecs-all-events a.--ochre:hover,
.events__content__event-list .ecs-all-events html :where(.editor-styles-wrapper) a.--ochre:hover,
html :where(.editor-styles-wrapper) .single-tribe_events .gform_footer input.--ochre:hover,
.single-tribe_events .gform_footer html :where(.editor-styles-wrapper) input.--ochre:hover,
html :where(.editor-styles-wrapper) .btn.--ochre:focus,
html :where(.editor-styles-wrapper) .tabs #panel-4 .--ochre.gform_next_button:focus,
.tabs #panel-4 html :where(.editor-styles-wrapper) .--ochre.gform_next_button:focus,
html :where(.editor-styles-wrapper) .tabs #panel-4 .--ochre.gform_previous_button:focus,
.tabs #panel-4 html :where(.editor-styles-wrapper) .--ochre.gform_previous_button:focus,
html :where(.editor-styles-wrapper) .tabs #panel-4 .--ochre#gform_submit_button_3:focus,
.tabs #panel-4 html :where(.editor-styles-wrapper) .--ochre#gform_submit_button_3:focus,
html :where(.editor-styles-wrapper) button.--ochre.activedemand-button:focus,
html :where(.editor-styles-wrapper) .events__content__event-list .ecs-all-events a.--ochre:focus,
.events__content__event-list .ecs-all-events html :where(.editor-styles-wrapper) a.--ochre:focus,
html :where(.editor-styles-wrapper) .single-tribe_events .gform_footer input.--ochre:focus,
.single-tribe_events .gform_footer html :where(.editor-styles-wrapper) input.--ochre:focus {
  background-color: #44281b;
}
html:not(.wp-toolbar) .btn.--orange, html:not(.wp-toolbar) .tabs #panel-4 .--orange.gform_next_button, .tabs #panel-4 html:not(.wp-toolbar) .--orange.gform_next_button,
html:not(.wp-toolbar) .tabs #panel-4 .--orange.gform_previous_button,
.tabs #panel-4 html:not(.wp-toolbar) .--orange.gform_previous_button,
html:not(.wp-toolbar) .tabs #panel-4 .--orange#gform_submit_button_3,
.tabs #panel-4 html:not(.wp-toolbar) .--orange#gform_submit_button_3, html:not(.wp-toolbar) button.--orange.activedemand-button, html:not(.wp-toolbar) .events__content__event-list .ecs-all-events a, .events__content__event-list .ecs-all-events html:not(.wp-toolbar) a, html:not(.wp-toolbar) .single-tribe_events .gform_footer input.--orange, .single-tribe_events .gform_footer html:not(.wp-toolbar) input.--orange,
html :where(.editor-styles-wrapper) .btn.--orange,
html :where(.editor-styles-wrapper) .tabs #panel-4 .--orange.gform_next_button,
.tabs #panel-4 html :where(.editor-styles-wrapper) .--orange.gform_next_button,
html :where(.editor-styles-wrapper) .tabs #panel-4 .--orange.gform_previous_button,
.tabs #panel-4 html :where(.editor-styles-wrapper) .--orange.gform_previous_button,
html :where(.editor-styles-wrapper) .tabs #panel-4 .--orange#gform_submit_button_3,
.tabs #panel-4 html :where(.editor-styles-wrapper) .--orange#gform_submit_button_3,
html :where(.editor-styles-wrapper) button.--orange.activedemand-button,
html :where(.editor-styles-wrapper) .events__content__event-list .ecs-all-events a,
.events__content__event-list .ecs-all-events html :where(.editor-styles-wrapper) a,
html :where(.editor-styles-wrapper) .single-tribe_events .gform_footer input.--orange,
.single-tribe_events .gform_footer html :where(.editor-styles-wrapper) input.--orange {
  background-color: #a76c00;
}
html:not(.wp-toolbar) .btn.--orange:hover, html:not(.wp-toolbar) .tabs #panel-4 .--orange.gform_next_button:hover, .tabs #panel-4 html:not(.wp-toolbar) .--orange.gform_next_button:hover,
html:not(.wp-toolbar) .tabs #panel-4 .--orange.gform_previous_button:hover,
.tabs #panel-4 html:not(.wp-toolbar) .--orange.gform_previous_button:hover,
html:not(.wp-toolbar) .tabs #panel-4 .--orange#gform_submit_button_3:hover,
.tabs #panel-4 html:not(.wp-toolbar) .--orange#gform_submit_button_3:hover, html:not(.wp-toolbar) button.--orange.activedemand-button:hover, html:not(.wp-toolbar) .events__content__event-list .ecs-all-events a:hover, .events__content__event-list .ecs-all-events html:not(.wp-toolbar) a:hover, html:not(.wp-toolbar) .single-tribe_events .gform_footer input.--orange:hover, .single-tribe_events .gform_footer html:not(.wp-toolbar) input.--orange:hover, html:not(.wp-toolbar) .btn.--orange:focus, html:not(.wp-toolbar) .tabs #panel-4 .--orange.gform_next_button:focus, .tabs #panel-4 html:not(.wp-toolbar) .--orange.gform_next_button:focus,
html:not(.wp-toolbar) .tabs #panel-4 .--orange.gform_previous_button:focus,
.tabs #panel-4 html:not(.wp-toolbar) .--orange.gform_previous_button:focus,
html:not(.wp-toolbar) .tabs #panel-4 .--orange#gform_submit_button_3:focus,
.tabs #panel-4 html:not(.wp-toolbar) .--orange#gform_submit_button_3:focus, html:not(.wp-toolbar) button.--orange.activedemand-button:focus, html:not(.wp-toolbar) .events__content__event-list .ecs-all-events a:focus, .events__content__event-list .ecs-all-events html:not(.wp-toolbar) a:focus, html:not(.wp-toolbar) .single-tribe_events .gform_footer input.--orange:focus, .single-tribe_events .gform_footer html:not(.wp-toolbar) input.--orange:focus,
html :where(.editor-styles-wrapper) .btn.--orange:hover,
html :where(.editor-styles-wrapper) .tabs #panel-4 .--orange.gform_next_button:hover,
.tabs #panel-4 html :where(.editor-styles-wrapper) .--orange.gform_next_button:hover,
html :where(.editor-styles-wrapper) .tabs #panel-4 .--orange.gform_previous_button:hover,
.tabs #panel-4 html :where(.editor-styles-wrapper) .--orange.gform_previous_button:hover,
html :where(.editor-styles-wrapper) .tabs #panel-4 .--orange#gform_submit_button_3:hover,
.tabs #panel-4 html :where(.editor-styles-wrapper) .--orange#gform_submit_button_3:hover,
html :where(.editor-styles-wrapper) button.--orange.activedemand-button:hover,
html :where(.editor-styles-wrapper) .events__content__event-list .ecs-all-events a:hover,
.events__content__event-list .ecs-all-events html :where(.editor-styles-wrapper) a:hover,
html :where(.editor-styles-wrapper) .single-tribe_events .gform_footer input.--orange:hover,
.single-tribe_events .gform_footer html :where(.editor-styles-wrapper) input.--orange:hover,
html :where(.editor-styles-wrapper) .btn.--orange:focus,
html :where(.editor-styles-wrapper) .tabs #panel-4 .--orange.gform_next_button:focus,
.tabs #panel-4 html :where(.editor-styles-wrapper) .--orange.gform_next_button:focus,
html :where(.editor-styles-wrapper) .tabs #panel-4 .--orange.gform_previous_button:focus,
.tabs #panel-4 html :where(.editor-styles-wrapper) .--orange.gform_previous_button:focus,
html :where(.editor-styles-wrapper) .tabs #panel-4 .--orange#gform_submit_button_3:focus,
.tabs #panel-4 html :where(.editor-styles-wrapper) .--orange#gform_submit_button_3:focus,
html :where(.editor-styles-wrapper) button.--orange.activedemand-button:focus,
html :where(.editor-styles-wrapper) .events__content__event-list .ecs-all-events a:focus,
.events__content__event-list .ecs-all-events html :where(.editor-styles-wrapper) a:focus,
html :where(.editor-styles-wrapper) .single-tribe_events .gform_footer input.--orange:focus,
.single-tribe_events .gform_footer html :where(.editor-styles-wrapper) input.--orange:focus {
  background-color: #815108;
}
html:not(.wp-toolbar) .btn.--black, html:not(.wp-toolbar) .tabs #panel-4 .--black.gform_next_button, .tabs #panel-4 html:not(.wp-toolbar) .--black.gform_next_button,
html:not(.wp-toolbar) .tabs #panel-4 .--black.gform_previous_button,
.tabs #panel-4 html:not(.wp-toolbar) .--black.gform_previous_button,
html:not(.wp-toolbar) .tabs #panel-4 .--black#gform_submit_button_3,
.tabs #panel-4 html:not(.wp-toolbar) .--black#gform_submit_button_3, html:not(.wp-toolbar) button.--black.activedemand-button, html:not(.wp-toolbar) .events__content__event-list .ecs-all-events a.--black, .events__content__event-list .ecs-all-events html:not(.wp-toolbar) a.--black, html:not(.wp-toolbar) .single-tribe_events .gform_footer input.--black, .single-tribe_events .gform_footer html:not(.wp-toolbar) input.--black,
html :where(.editor-styles-wrapper) .btn.--black,
html :where(.editor-styles-wrapper) .tabs #panel-4 .--black.gform_next_button,
.tabs #panel-4 html :where(.editor-styles-wrapper) .--black.gform_next_button,
html :where(.editor-styles-wrapper) .tabs #panel-4 .--black.gform_previous_button,
.tabs #panel-4 html :where(.editor-styles-wrapper) .--black.gform_previous_button,
html :where(.editor-styles-wrapper) .tabs #panel-4 .--black#gform_submit_button_3,
.tabs #panel-4 html :where(.editor-styles-wrapper) .--black#gform_submit_button_3,
html :where(.editor-styles-wrapper) button.--black.activedemand-button,
html :where(.editor-styles-wrapper) .events__content__event-list .ecs-all-events a.--black,
.events__content__event-list .ecs-all-events html :where(.editor-styles-wrapper) a.--black,
html :where(.editor-styles-wrapper) .single-tribe_events .gform_footer input.--black,
.single-tribe_events .gform_footer html :where(.editor-styles-wrapper) input.--black {
  background-color: #1f2125;
}
html:not(.wp-toolbar) .btn.--black:hover, html:not(.wp-toolbar) .tabs #panel-4 .--black.gform_next_button:hover, .tabs #panel-4 html:not(.wp-toolbar) .--black.gform_next_button:hover,
html:not(.wp-toolbar) .tabs #panel-4 .--black.gform_previous_button:hover,
.tabs #panel-4 html:not(.wp-toolbar) .--black.gform_previous_button:hover,
html:not(.wp-toolbar) .tabs #panel-4 .--black#gform_submit_button_3:hover,
.tabs #panel-4 html:not(.wp-toolbar) .--black#gform_submit_button_3:hover, html:not(.wp-toolbar) button.--black.activedemand-button:hover, html:not(.wp-toolbar) .events__content__event-list .ecs-all-events a.--black:hover, .events__content__event-list .ecs-all-events html:not(.wp-toolbar) a.--black:hover, html:not(.wp-toolbar) .single-tribe_events .gform_footer input.--black:hover, .single-tribe_events .gform_footer html:not(.wp-toolbar) input.--black:hover, html:not(.wp-toolbar) .btn.--black:focus, html:not(.wp-toolbar) .tabs #panel-4 .--black.gform_next_button:focus, .tabs #panel-4 html:not(.wp-toolbar) .--black.gform_next_button:focus,
html:not(.wp-toolbar) .tabs #panel-4 .--black.gform_previous_button:focus,
.tabs #panel-4 html:not(.wp-toolbar) .--black.gform_previous_button:focus,
html:not(.wp-toolbar) .tabs #panel-4 .--black#gform_submit_button_3:focus,
.tabs #panel-4 html:not(.wp-toolbar) .--black#gform_submit_button_3:focus, html:not(.wp-toolbar) button.--black.activedemand-button:focus, html:not(.wp-toolbar) .events__content__event-list .ecs-all-events a.--black:focus, .events__content__event-list .ecs-all-events html:not(.wp-toolbar) a.--black:focus, html:not(.wp-toolbar) .single-tribe_events .gform_footer input.--black:focus, .single-tribe_events .gform_footer html:not(.wp-toolbar) input.--black:focus,
html :where(.editor-styles-wrapper) .btn.--black:hover,
html :where(.editor-styles-wrapper) .tabs #panel-4 .--black.gform_next_button:hover,
.tabs #panel-4 html :where(.editor-styles-wrapper) .--black.gform_next_button:hover,
html :where(.editor-styles-wrapper) .tabs #panel-4 .--black.gform_previous_button:hover,
.tabs #panel-4 html :where(.editor-styles-wrapper) .--black.gform_previous_button:hover,
html :where(.editor-styles-wrapper) .tabs #panel-4 .--black#gform_submit_button_3:hover,
.tabs #panel-4 html :where(.editor-styles-wrapper) .--black#gform_submit_button_3:hover,
html :where(.editor-styles-wrapper) button.--black.activedemand-button:hover,
html :where(.editor-styles-wrapper) .events__content__event-list .ecs-all-events a.--black:hover,
.events__content__event-list .ecs-all-events html :where(.editor-styles-wrapper) a.--black:hover,
html :where(.editor-styles-wrapper) .single-tribe_events .gform_footer input.--black:hover,
.single-tribe_events .gform_footer html :where(.editor-styles-wrapper) input.--black:hover,
html :where(.editor-styles-wrapper) .btn.--black:focus,
html :where(.editor-styles-wrapper) .tabs #panel-4 .--black.gform_next_button:focus,
.tabs #panel-4 html :where(.editor-styles-wrapper) .--black.gform_next_button:focus,
html :where(.editor-styles-wrapper) .tabs #panel-4 .--black.gform_previous_button:focus,
.tabs #panel-4 html :where(.editor-styles-wrapper) .--black.gform_previous_button:focus,
html :where(.editor-styles-wrapper) .tabs #panel-4 .--black#gform_submit_button_3:focus,
.tabs #panel-4 html :where(.editor-styles-wrapper) .--black#gform_submit_button_3:focus,
html :where(.editor-styles-wrapper) button.--black.activedemand-button:focus,
html :where(.editor-styles-wrapper) .events__content__event-list .ecs-all-events a.--black:focus,
.events__content__event-list .ecs-all-events html :where(.editor-styles-wrapper) a.--black:focus,
html :where(.editor-styles-wrapper) .single-tribe_events .gform_footer input.--black:focus,
.single-tribe_events .gform_footer html :where(.editor-styles-wrapper) input.--black:focus {
  background-color: var(--primary-color);
}
html:not(.wp-toolbar) img,
html :where(.editor-styles-wrapper) img {
  height: auto;
}
html:not(.wp-toolbar) hr,
html :where(.editor-styles-wrapper) hr {
  border: 2px solid #b9b7ba;
}
html:not(.wp-toolbar) .wp-block-separator,
html :where(.editor-styles-wrapper) .wp-block-separator {
  margin: auto;
  width: 90ch;
  margin-block: 1em;
}

html :where(.wp-block) {
  max-width: none;
}

.genesis-custom-block.full-width .container {
  min-width: 100vw;
}

.banner.container {
  min-width: 100vw;
  padding-block: 1.5rem !important;
  margin-block: 1rem;
}
.banner.container > * {
  width: 65vw;
  margin-inline: auto;
}
@media screen and (max-width: 800px) {
  .banner.container > * {
    width: 92vw;
  }
}
.banner.container * {
  margin-block: 0;
  padding-block: 0;
}
.banner.container * + * {
  margin-block-start: 0.5rem;
}
.banner.container .container {
  padding-block: 0 !important;
}
.banner.container.green {
  background-color: beige;
}
.banner.container.yellow {
  background-color: #faf2e6;
}
.banner.container.gray {
  background-color: #f2f2f2;
}

.genesis-custom-blocks-editor__ssr .genesis-custom-block {
  position: relative;
  font-family: "Libre Franklin", Arial, Helvetica, sans-serif !important;
}

.gb-block-profile {
  background: transparent !important;
  padding: 0px;
  margin-top: 50px;
}
@media screen and (max-width: 600px) {
  .gb-block-profile {
    margin-top: 30px;
  }
}

.gb-profile-column {
  padding: 0px !important;
}

.gb-profile-avatar-wrap {
  margin-right: 30px;
  width: 200px;
  max-width: none !important;
  margin-bottom: 30px !important;
}

.gb-profile-content-wrap {
  width: calc(100% - 230px);
}
@media screen and (max-width: 1200px) {
  .gb-profile-content-wrap {
    width: 100%;
  }
}

.gb-block-profile .gb-profile-image-wrap {
  width: 200px;
  height: 200px;
}
@media screen and (max-width: 600px) {
  .gb-block-profile .gb-profile-image-wrap {
    margin: 0px auto;
  }
}

.gb-block-profile .gb-profile-name {
  font-size: 1.25rem;
  margin-bottom: 1rem;
}

.gb-block-profile .gb-profile-title {
  opacity: 1;
}

.gb-block-profile .gb-profile-text a {
  text-decoration: underline;
  box-shadow: none;
}

.gb-block-profile .gb-profile-text a:hover {
  text-decoration: none;
  box-shadow: none;
  color: var(--secondary-color);
}

details summary {
  width: 65vw;
  margin-inline: auto;
  font-family: "Special Gothic", Arial, Helvetica, sans-serif;
  font-size: 40px;
  font-weight: 500;
  font-variation-settings: "wdth" 87.5;
  font-family: "Special Gothic", Arial, Helvetica, sans-serif;
  color: #41464f;
  margin-block: 1.2rem;
  line-height: 1.2;
}
details summary::marker {
  color: #507d2a;
}

details .text {
  padding-block: 0.5rem;
  margin-block-end: 1rem;
}

details[open] summary {
  color: #507d2a;
}
details[open] summary::marker {
  color: #98b538;
}

.section,
.section * + *:not(.swiper-pagination-bullets, .swiper-pagination-bullet) {
  margin-block: 0 !important;
  padding-block: 0 !important;
}
.section__heading {
  margin-block-start: 2rem !important;
  margin-block-end: 1rem !important;
}
.section__heading * {
  margin-bottom: 0.2rem !important;
}
.section__content {
  margin-block-end: 2rem !important;
}

html:not(.wp-toolbar) .error-404,
html :where(.editor-styles-wrapper) .error-404 {
  text-align: center;
  padding: 150px 0px;
  min-height: calc(100vh - 360px);
}
html:not(.wp-toolbar) .error-404 p,
html :where(.editor-styles-wrapper) .error-404 p {
  max-width: 60ch;
  margin-inline: auto;
}

.single-tribe_events .hero,
.single-tribe_events .no-events,
.single-tribe_events .intro-text,
.single-tribe_events .schedule-text {
  display: none !important;
}
.single-tribe_events .tribe-events-pg-template {
  padding: 50px 0px !important;
  width: 90%;
  margin: 0px auto !important;
  max-width: 1200px !important;
}
@media screen and (max-width: 800px) {
  .single-tribe_events .tribe-events-pg-template {
    padding: 30px 0px !important;
  }
}
.single-tribe_events .tribe-events-back a {
  transition: 0.2s ease-in-out;
  content: "Back" !important;
  text-decoration: none !important;
}
.single-tribe_events .tribe-events-back a:hover {
  text-decoration: underline !important;
}
.single-tribe_events .tribe-events-schedule {
  margin-top: 0.5em;
  margin-bottom: 1.25em;
}
.single-tribe_events .tribe-events-schedule h3, .single-tribe_events .tribe-events-schedule .h3 h2, .h3 .single-tribe_events .tribe-events-schedule h2 {
  font-size: 2rem !important;
  line-height: 1 !important;
  margin-bottom: 0px;
  color: #565b36;
  font-variation-settings: "wdth" 92;
  font-weight: 500;
}
.single-tribe_events .tribe-events-event-image {
  background-color: #eff0f0;
  border-radius: 7%;
  overflow: hidden;
}
.single-tribe_events .tribe-events-event-image img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.single-tribe_events .event-single-row {
  display: flex;
  flex-wrap: wrap;
}
.single-tribe_events .event-single-col.--img {
  width: 350px;
  height: 350px;
  margin-right: 50px;
  margin-bottom: 40px;
}
@media screen and (max-width: 800px) {
  .single-tribe_events .event-single-col.--img {
    width: 90%;
    height: auto;
    margin-inline: auto;
    margin-bottom: 0;
  }
}
.single-tribe_events .event-single-col.--text {
  width: calc(100% - 400px);
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 40px;
}
@media screen and (max-width: 1200px) {
  .single-tribe_events .event-single-col.--text {
    width: calc(100% - 330px);
  }
}
@media screen and (max-width: 1200px) {
  .single-tribe_events .event-single-col.--text {
    width: calc(100% - 280px);
  }
}
@media screen and (max-width: 800px) {
  .single-tribe_events .event-single-col.--text {
    width: 100%;
    margin-bottom: 30px;
  }
}
.single-tribe_events .tribe-events-single-event-description {
  margin-bottom: -1rem;
  font-family: "Libre Franklin", Arial, Helvetica, sans-serif !important;
  width: 100%;
}
.single-tribe_events .tribe-events-single-event-description p,
.single-tribe_events .tribe-events-single-event-description ul,
.single-tribe_events .tribe-events-single-event-description ol {
  font-size: 1.25rem !important;
  line-height: 1.6 !important;
}
@media screen and (max-width: 1200px) {
  .single-tribe_events .tribe-events-single-event-description p,
  .single-tribe_events .tribe-events-single-event-description ul,
  .single-tribe_events .tribe-events-single-event-description ol {
    font-size: 1.125rem !important;
  }
}
@media screen and (max-width: 800px) {
  .single-tribe_events .tribe-events-single-event-description p,
  .single-tribe_events .tribe-events-single-event-description ul,
  .single-tribe_events .tribe-events-single-event-description ol {
    font-size: 1rem !important;
  }
}
.single-tribe_events .tribe-events-single-event-description .event-rsvp-form {
  margin-bottom: 20px;
}
@media screen and (max-width: 1200px) {
  .single-tribe_events .tribe-events-single-event-description .event-rsvp-form .gform_wrapper.gravity-theme .gform_fields {
    display: block !important;
  }
}
@media screen and (max-width: 1200px) {
  .single-tribe_events .tribe-events-single-event-description .event-rsvp-form .gfield {
    margin-bottom: 12px;
  }
}
.single-tribe_events .event-rsvp-form {
  width: 100%;
  margin-bottom: 50px;
}
@media screen and (max-width: 800px) {
  .single-tribe_events .event-rsvp-form {
    margin-bottom: 30px;
  }
}
.single-tribe_events .gform_required_legend {
  display: none;
}
.single-tribe_events .gfield_label,
.single-tribe_events .gfield input,
.single-tribe_events .gfield_required {
  font-size: 1.125rem !important;
}
@media screen and (max-width: 800px) {
  .single-tribe_events .gfield_label,
  .single-tribe_events .gfield input,
  .single-tribe_events .gfield_required {
    font-size: 1rem !important;
  }
}
.single-tribe_events .gform_wrapper.gravity-theme .gfield_checkbox label,
.single-tribe_events .gform_wrapper.gravity-theme .gfield_radio label {
  font-size: 1.125rem;
}
@media screen and (max-width: 800px) {
  .single-tribe_events .gform_wrapper.gravity-theme .gfield_checkbox label,
  .single-tribe_events .gform_wrapper.gravity-theme .gfield_radio label {
    font-size: 1rem !important;
  }
}
.single-tribe_events .gfield_label {
  margin-bottom: 4px !important;
}
@media screen and (max-width: 800px) {
  .single-tribe_events .gfield_label {
    margin-bottom: 2px !important;
  }
}
.single-tribe_events .gfield_checkbox {
  columns: 2;
  column-gap: 20px;
}
.single-tribe_events .gchoice {
  line-height: 1;
  margin-bottom: 10px;
}
.single-tribe_events .gchoice .gfield-choice-input:checked {
  background-image: url("img/checkmark.svg");
  background-repeat: no-repeat;
  background-size: cover;
}
.single-tribe_events .gform_footer {
  margin-top: 20px !important;
}
.single-tribe_events .gform_footer input {
  background-color: #8e2f4b !important;
  width: 250px !important;
}
@media screen and (max-width: 800px) {
  .single-tribe_events .gform_footer input {
    width: 100% !important;
  }
}
.single-tribe_events .gform_footer input:hover, .single-tribe_events .gform_footer input:focus {
  background-color: #5a011c !important;
}
.single-tribe_events .gform_submission_error {
  font-weight: bold !important;
  font-size: 1.0625rem !important;
}
@media screen and (max-width: 800px) {
  .single-tribe_events .gform_submission_error {
    font-size: 0.9375rem !important;
  }
}
@media screen and (max-width: 800px) {
  .single-tribe_events .gform_wrapper.gravity-theme .gform_fields {
    display: block !important;
  }
}
@media screen and (max-width: 800px) {
  .single-tribe_events .gfield {
    margin-bottom: 12px;
  }
}
.single-tribe_events .tribe-events-single-section {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.single-tribe_events .tribe-events-single-section-title {
  font-family: "Special Gothic", Arial, Helvetica, sans-serif;
  font-size: 1.875rem !important;
  font-variation-settings: "wdth" 92;
  font-weight: 500;
}
.single-tribe_events .tribe-events-single-section > * {
  font-family: "Libre Franklin", Arial, Helvetica, sans-serif !important;
}
.single-tribe_events .tribe-events-meta-group {
  width: 25% !important;
  margin-right: 0px !important;
  padding-right: 25px;
  padding-bottom: 0px !important;
  flex: unset !important;
}
@media screen and (max-width: 800px) {
  .single-tribe_events .tribe-events-meta-group {
    width: 100% !important;
    padding: 0px !important;
    margin-bottom: 20px;
  }
}
.single-tribe_events .tribe-events-meta-group .tribe-events-meta-date-time > * + * {
  margin-block-start: 0.5em;
}
.single-tribe_events .tribe-events-meta-group .tribe-events-meta-item {
  font-size: 1em;
}
.single-tribe_events .tribe-events-meta-group .tribe-events-meta-label {
  font-weight: 600;
}
@media screen and (max-width: 800px) {
  .single-tribe_events .tribe-events-meta-group.tribe-events-meta-group-details {
    order: 1;
    padding-right: 15px;
  }
}
@media screen and (max-width: 800px) {
  .single-tribe_events .tribe-events-meta-group.tribe-events-meta-group-venue {
    order: 2;
    padding-left: 15px;
    padding-right: 0px;
  }
}
.single-tribe_events .tribe-events-meta-group.tribe-events-meta-group-gmap {
  width: 50% !important;
  flex-basis: unset !important;
  padding-right: 0px;
}
@media screen and (max-width: 800px) {
  .single-tribe_events .tribe-events-meta-group.tribe-events-meta-group-gmap {
    width: 100% !important;
    order: 3;
    border-top: none !important;
    margin-bottom: 0px !important;
  }
}
.single-tribe_events .tribe-events-venue-map {
  width: 100% !important;
  margin-bottom: 0px !important;
}
.single-tribe_events .tribe-events-venue-map > div,
.single-tribe_events .tribe-events-venue-map > iframe {
  max-height: 300px !important;
}
.single-tribe_events .tribe-venue {
  font-weight: 600;
}
.single-tribe_events .tribe-address {
  display: block;
  margin-bottom: 15px !important;
  line-height: 1.2 !important;
}
.single-tribe_events .tribe-address .tribe-country-name {
  display: none;
}
.single-tribe_events .tribe-events-gmap {
  display: inline-block;
}
.single-tribe_events abbr[title] {
  text-decoration: none;
  cursor: text;
}
.single-tribe_events .tribe-events-content a {
  color: var(--secondary-color);
  border-bottom: none !important;
}
.single-tribe_events .tribe-events-content ol,
.single-tribe_events .tribe-events-content ul {
  list-style-position: outside !important;
  margin-left: 20px;
}

.post-type-archive-tribe_events main {
  padding: 50px 0px 10px;
}
@media screen and (max-width: 782px) {
  .post-type-archive-tribe_events main {
    padding: 30px 0px;
  }
}
.post-type-archive-tribe_events .hero__img {
  height: 400px;
  overflow: hidden;
}
@media screen and (max-width: 800px) {
  .post-type-archive-tribe_events .hero__img {
    height: auto;
  }
}
.post-type-archive-tribe_events .hero__img img {
  object-fit: cover;
  height: 100%;
}
@media screen and (max-width: 800px) {
  .post-type-archive-tribe_events .hero__text {
    padding: 0px;
  }
}
.post-type-archive-tribe_events .hero__text__inner {
  text-align: center;
}
.post-type-archive-tribe_events .intro-text {
  border-bottom: 1px solid #1f2125;
  max-width: 1200px;
  margin: 50px auto 0px;
  padding-bottom: 30px;
}
@media screen and (max-width: 800px) {
  .post-type-archive-tribe_events .intro-text {
    margin: 30px auto 0px;
    padding-bottom: 15px;
  }
}
.post-type-archive-tribe_events .intro-text p {
  font-size: 1.5rem;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 1200px) {
  .post-type-archive-tribe_events .intro-text p {
    font-size: 1.375rem;
    line-height: 1.5;
  }
}
@media screen and (max-width: 800px) {
  .post-type-archive-tribe_events .intro-text p {
    font-size: 1rem;
  }
}
.post-type-archive-tribe_events .intro-text a {
  color: var(--tertiary-color);
}
.post-type-archive-tribe_events .schedule-text {
  border-top: 1px solid #1f2125;
  max-width: 1200px;
  margin: 50px auto;
  padding-top: 40px;
}
@media screen and (max-width: 800px) {
  .post-type-archive-tribe_events .schedule-text {
    margin: 30px auto 0px;
    padding-top: 30px;
  }
}
.post-type-archive-tribe_events .schedule-text a {
  color: var(--secondary-color);
}
.post-type-archive-tribe_events .tribe-events-header,
.post-type-archive-tribe_events .tribe-events-calendar-list__month-separator,
.post-type-archive-tribe_events .tribe-events-calendar-list-nav,
.post-type-archive-tribe_events .tribe-events-c-subscribe-dropdown__container,
.post-type-archive-tribe_events .tribe-events-calendar-list__event-date-tag {
  display: none;
}
.post-type-archive-tribe_events .tribe-events-calendar-list {
  width: 80% !important;
  margin-inline: auto !important;
  padding-left: 0 !important;
}
.post-type-archive-tribe_events .tribe-common-l-container {
  padding: 0px !important;
  max-width: 1334px;
}
.post-type-archive-tribe_events .tribe-events-calendar-list__event-row {
  padding: 0px !important;
  width: 100% !important;
  margin: 50px 0px 60px !important;
}
@media screen and (max-width: 782px) {
  .post-type-archive-tribe_events .tribe-events-calendar-list__event-row {
    margin: 20px 0px !important;
  }
}
.post-type-archive-tribe_events .tribe-events .tribe-events-calendar-list__event {
  margin: 20px 0px 0px !important;
  padding: 0px !important;
  gap: 2.5rem;
}
@media screen and (max-width: 782px) {
  .post-type-archive-tribe_events .tribe-events .tribe-events-calendar-list__event {
    flex-direction: row !important;
    gap: 1rem;
  }
}
.post-type-archive-tribe_events .tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-list__event-row > .tribe-common-g-col {
  padding: 0px !important;
}
.post-type-archive-tribe_events .tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-list__event {
  flex-direction: row;
  justify-content: flex-start;
  flex-wrap: nowrap;
  gap: 2.5rem;
}
.post-type-archive-tribe_events .tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-list__event > * {
  padding-inline: 0;
}
@media screen and (max-width: 800px) {
  .post-type-archive-tribe_events .tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-list__event {
    flex-direction: column;
  }
}
.post-type-archive-tribe_events .tribe-events-calendar-list__event-featured-image-wrapper {
  width: 300px !important;
}
@media screen and (max-width: 800px) {
  .post-type-archive-tribe_events .tribe-events-calendar-list__event-featured-image-wrapper {
    width: 90%;
    margin-inline: auto;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 782px) {
  .post-type-archive-tribe_events .tribe-events-calendar-list__event-venue {
    margin-bottom: 10px !important;
  }
}
.post-type-archive-tribe_events .tribe-events-calendar-list__event-featured-image-link {
  border-radius: 7%;
  overflow: hidden;
  background-color: #eff0f0;
}
.post-type-archive-tribe_events .tribe-events-calendar-list__event-featured-image-link:hover, .post-type-archive-tribe_events .tribe-events-calendar-list__event-featured-image-link:focus {
  opacity: 1;
}
.post-type-archive-tribe_events .tribe-events-calendar-list__event-featured-image-link:hover img, .post-type-archive-tribe_events .tribe-events-calendar-list__event-featured-image-link:focus img {
  scale: 105%;
}
.post-type-archive-tribe_events .tribe-events-calendar-list__event-featured-image-link img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  transition: 0.25s ease-in-out;
}
.post-type-archive-tribe_events .tribe-events-calendar-list__event-details {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
@media screen and (max-width: 800px) {
  .post-type-archive-tribe_events .tribe-events-calendar-list__event-details {
    padding-left: 0px !important;
  }
}
.post-type-archive-tribe_events .tribe-events-calendar-list__event-header {
  width: 100%;
  margin-bottom: 1em;
}
.post-type-archive-tribe_events .events-calendar-list__event-title-link {
  width: fit-content;
  font-weight: 500;
  text-decoration: none !important;
}
.post-type-archive-tribe_events .events-calendar-list__event-title-link:hover h2 {
  color: #2c416c;
}
.post-type-archive-tribe_events .tribe-events-calendar-list__event-title {
  font-family: "spirits-neutral", serif;
  font-variation-settings: "wdth" 87.5;
  font-size: 2.5rem !important;
  line-height: 1.25;
  margin-bottom: 0.5em;
}
@media screen and (max-width: 800px) {
  .post-type-archive-tribe_events .tribe-events-calendar-list__event-title {
    font-size: 2rem !important;
  }
}
.post-type-archive-tribe_events .tribe-events-calendar-list__event-datetime-wrapper {
  order: initial !important;
}
.post-type-archive-tribe_events .tribe-events-calendar-list__event-datetime-wrapper,
.post-type-archive-tribe_events .tribe-events-calendar-list__event-venue,
.post-type-archive-tribe_events .tribe-events-calendar-list__event-description {
  font-family: "Libre Franklin", Arial, Helvetica, sans-serif !important;
  margin: 0 !important;
}
.post-type-archive-tribe_events .tribe-events-calendar-list__event-datetime-wrapper,
.post-type-archive-tribe_events .tribe-events-calendar-list__event-venue {
  font-weight: 500;
}
.post-type-archive-tribe_events .tribe-events-calendar-list__event-venue {
  font-size: 1.125rem !important;
  color: #41464f;
}
.post-type-archive-tribe_events .tribe-events-calendar-list__event-description {
  font-size: 1.125rem !important;
}
@media screen and (max-width: 800px) {
  .post-type-archive-tribe_events .tribe-events-calendar-list__event-description {
    font-size: 1rem !important;
  }
}
.post-type-archive-tribe_events .tribe-events-calendar-list__event-description.tribe-common-a11y-hidden {
  display: block !important;
  visibility: visible !important;
}
.post-type-archive-tribe_events .tribe-events-calendar-list__event-description p {
  display: inline;
}
.post-type-archive-tribe_events .tribe-events-calendar-list__event-description a {
  color: var(--tertiary-color);
  text-decoration: underline;
}
.post-type-archive-tribe_events .tribe-events-calendar-list__event-description a:hover {
  text-decoration: none;
}
.post-type-archive-tribe_events .tribe-common .tribe-common-anchor-thin {
  color: var(--primary-color) !important;
  border-bottom: none !important;
  transition: 0.2s ease-in-out;
}
.post-type-archive-tribe_events .tribe-common .tribe-common-anchor-thin:hover {
  text-decoration: underline;
  border-bottom: none !important;
}
.post-type-archive-tribe_events .no-events {
  display: none;
  padding: 70px 0px 60px;
  text-align: center;
  font-weight: bold;
}
@media screen and (max-width: 800px) {
  .post-type-archive-tribe_events .no-events {
    padding: 30px 0px 5px;
  }
}
.post-type-archive-tribe_events .no-events p {
  font-size: 1.5rem;
  line-height: 1.3;
  margin-bottom: 0px;
}
@media screen and (max-width: 800px) {
  .post-type-archive-tribe_events .no-events p {
    font-size: 1.125rem;
  }
}
.post-type-archive-tribe_events .tribe-events-calendar-latest-past {
  display: none;
}

.tribe-events-list-empty {
  display: flex;
  align-items: center;
  margin-block: 40px !important;
}
.tribe-events-list-empty h3, .tribe-events-list-empty .h3 h2, .h3 .tribe-events-list-empty h2 {
  color: #41464f !important;
  margin-block-end: 15em !important;
  padding: 2em;
  background-color: #f2f2f2;
}

.tribe-events-l-container {
  min-height: 100vh;
}

.tribe-events-after-html {
  font-size: 15px;
}

.tribe-events-view--list .tribe-events-after-html {
  visibility: hidden;
}

html:not(.wp-toolbar) .global-footer,
html :where(.editor-styles-wrapper) .global-footer {
  background-color: #dce8cd;
  padding-block: 4rem;
  padding-inline: 6rem;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 4rem;
  justify-content: space-between;
}
@media screen and (max-width: 800px) {
  html:not(.wp-toolbar) .global-footer,
  html :where(.editor-styles-wrapper) .global-footer {
    padding: 2rem;
  }
}
html:not(.wp-toolbar) .global-footer .logo-container,
html :where(.editor-styles-wrapper) .global-footer .logo-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-self: center;
}
@media screen and (max-width: 800px) {
  html:not(.wp-toolbar) .global-footer .logo-container,
  html :where(.editor-styles-wrapper) .global-footer .logo-container {
    width: inherit;
    margin-inline: auto;
  }
}
html:not(.wp-toolbar) .global-footer .logo,
html :where(.editor-styles-wrapper) .global-footer .logo {
  width: 100%;
  max-width: 300px;
  min-width: 300px;
}
html:not(.wp-toolbar) .global-footer .logo img,
html :where(.editor-styles-wrapper) .global-footer .logo img {
  width: 100%;
  object-fit: contain;
}
@media screen and (max-width: 800px) {
  html:not(.wp-toolbar) .global-footer .logo,
  html :where(.editor-styles-wrapper) .global-footer .logo {
    max-width: 100%;
    height: auto;
  }
}
html:not(.wp-toolbar) .global-footer .footer-info-container,
html :where(.editor-styles-wrapper) .global-footer .footer-info-container {
  display: flex;
  flex-direction: row;
  gap: 2rem;
}
@media screen and (max-width: 800px) {
  html:not(.wp-toolbar) .global-footer .footer-info-container,
  html :where(.editor-styles-wrapper) .global-footer .footer-info-container {
    flex-direction: column;
    gap: 1rem;
  }
}
html:not(.wp-toolbar) .global-footer .footer-info,
html :where(.editor-styles-wrapper) .global-footer .footer-info {
  color: #2b331b;
}
html:not(.wp-toolbar) .global-footer .footer-info p,
html :where(.editor-styles-wrapper) .global-footer .footer-info p {
  margin-bottom: 0px;
  font-size: 1.0625rem;
  line-height: 1.6;
}
html:not(.wp-toolbar) .global-footer .footer-info p a,
html :where(.editor-styles-wrapper) .global-footer .footer-info p a {
  color: #485531;
  text-decoration: none;
  transition: 0.2s ease-in-out;
}
html:not(.wp-toolbar) .global-footer .footer-info p a:hover, html:not(.wp-toolbar) .global-footer .footer-info p a:focus-visible,
html :where(.editor-styles-wrapper) .global-footer .footer-info p a:hover,
html :where(.editor-styles-wrapper) .global-footer .footer-info p a:focus-visible {
  color: #2c416c;
  text-decoration: underline;
}

.secondary-footer {
  font-size: 1rem;
  padding-inline: 6rem;
  background-color: #5c6c4e;
  display: flex;
  flex-direction: row;
  width: 100%;
  height: 100%;
  align-items: center;
  align-content: center;
  padding-block: 1em;
}
@media screen and (max-width: 800px) {
  .secondary-footer {
    padding-inline: 2rem;
  }
}
.secondary-footer p {
  margin: 0;
}
.secondary-footer a {
  color: white !important;
  text-decoration: none !important;
}
.secondary-footer a:hover,
.secondary-footer a:focus-visible {
  color: #e0d8d6 !important;
  text-decoration: underline !important;
}

html:not(.wp-toolbar) .global-header,
html :where(.editor-styles-wrapper) .global-header {
  background-color: #314a24;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  position: relative;
  width: 100vw;
  padding-inline: 5vw;
  padding-block: 1.5rem;
  gap: 2rem;
}
@media screen and (max-width: 1200px) {
  html:not(.wp-toolbar) .global-header,
  html :where(.editor-styles-wrapper) .global-header {
    padding-inline: 2vw;
  }
}
@media screen and (max-width: 800px) {
  html:not(.wp-toolbar) .global-header,
  html :where(.editor-styles-wrapper) .global-header {
    padding-block: 1rem;
    padding-inline: 1rem;
  }
}
html:not(.wp-toolbar) .global-header .logo,
html :where(.editor-styles-wrapper) .global-header .logo {
  width: 20%;
  min-width: 200px;
}
@media screen and (max-width: 1200px) {
  html:not(.wp-toolbar) .global-header .logo,
  html :where(.editor-styles-wrapper) .global-header .logo {
    max-width: 250px;
  }
}
@media screen and (max-width: 800px) {
  html:not(.wp-toolbar) .global-header .logo,
  html :where(.editor-styles-wrapper) .global-header .logo {
    max-width: 200px;
  }
}
html:not(.wp-toolbar) .global-header .logo img,
html :where(.editor-styles-wrapper) .global-header .logo img {
  width: 100%;
}
html:not(.wp-toolbar) .global-header nav,
html :where(.editor-styles-wrapper) .global-header nav {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
@media screen and (max-width: 800px) {
  html:not(.wp-toolbar) .global-header nav,
  html :where(.editor-styles-wrapper) .global-header nav {
    display: none;
  }
}
html:not(.wp-toolbar) .global-header nav ul,
html :where(.editor-styles-wrapper) .global-header nav ul {
  display: flex;
  flex-wrap: wrap;
  gap: 1em;
  margin: 0px;
}
html:not(.wp-toolbar) .global-header nav ul li,
html :where(.editor-styles-wrapper) .global-header nav ul li {
  display: inline-block;
  list-style-type: none;
}
html:not(.wp-toolbar) .global-header nav ul li a,
html :where(.editor-styles-wrapper) .global-header nav ul li a {
  color: #ffffff;
  text-decoration: none;
  transition: 0.2s ease-in-out;
}
@media screen and (max-width: 1150px) {
  html:not(.wp-toolbar) .global-header nav ul li a,
  html :where(.editor-styles-wrapper) .global-header nav ul li a {
    font-size: 1.125rem;
  }
}
html:not(.wp-toolbar) .global-header nav ul li a:hover,
html :where(.editor-styles-wrapper) .global-header nav ul li a:hover {
  color: #ecfa98;
}
html:not(.wp-toolbar) .global-header nav ul li.menu-item.cta-fill a, html:not(.wp-toolbar) .global-header nav ul li.menu-item.cta-outline a,
html :where(.editor-styles-wrapper) .global-header nav ul li.menu-item.cta-fill a,
html :where(.editor-styles-wrapper) .global-header nav ul li.menu-item.cta-outline a {
  border-radius: 0.5em;
  padding: 0.5em 1em;
  font-weight: 600;
}
html:not(.wp-toolbar) .global-header nav ul li.menu-item.cta-fill a:hover, html:not(.wp-toolbar) .global-header nav ul li.menu-item.cta-fill a:focus-visible, html:not(.wp-toolbar) .global-header nav ul li.menu-item.cta-outline a:hover, html:not(.wp-toolbar) .global-header nav ul li.menu-item.cta-outline a:focus-visible,
html :where(.editor-styles-wrapper) .global-header nav ul li.menu-item.cta-fill a:hover,
html :where(.editor-styles-wrapper) .global-header nav ul li.menu-item.cta-fill a:focus-visible,
html :where(.editor-styles-wrapper) .global-header nav ul li.menu-item.cta-outline a:hover,
html :where(.editor-styles-wrapper) .global-header nav ul li.menu-item.cta-outline a:focus-visible {
  color: #fff;
  text-decoration: none !important;
}
html:not(.wp-toolbar) .global-header nav ul li.menu-item.cta-fill a,
html :where(.editor-styles-wrapper) .global-header nav ul li.menu-item.cta-fill a {
  background-color: #1a8ddf;
  border: 2px solid #1a8ddf;
}
html:not(.wp-toolbar) .global-header nav ul li.menu-item.cta-fill a:hover, html:not(.wp-toolbar) .global-header nav ul li.menu-item.cta-fill a:focus-visible,
html :where(.editor-styles-wrapper) .global-header nav ul li.menu-item.cta-fill a:hover,
html :where(.editor-styles-wrapper) .global-header nav ul li.menu-item.cta-fill a:focus-visible {
  background-color: #b9e3ed;
  border-color: #b9e3ed;
  color: #1b274b;
}
html:not(.wp-toolbar) .global-header nav ul li.menu-item.cta-outline a,
html :where(.editor-styles-wrapper) .global-header nav ul li.menu-item.cta-outline a {
  border: 2px solid #1a8ddf;
}
html:not(.wp-toolbar) .global-header nav ul li.menu-item.cta-outline a:hover, html:not(.wp-toolbar) .global-header nav ul li.menu-item.cta-outline a:focus-visible,
html :where(.editor-styles-wrapper) .global-header nav ul li.menu-item.cta-outline a:hover,
html :where(.editor-styles-wrapper) .global-header nav ul li.menu-item.cta-outline a:focus-visible {
  background-color: #b9e3ed;
  border-color: #b9e3ed;
  color: #1b274b;
}
html:not(.wp-toolbar) .global-header .open-mobile-menu,
html :where(.editor-styles-wrapper) .global-header .open-mobile-menu {
  display: none;
  border: none;
  background-color: transparent;
  padding: 0px;
  width: 48px;
  height: 48px;
}
@media screen and (max-width: 800px) {
  html:not(.wp-toolbar) .global-header .open-mobile-menu,
  html :where(.editor-styles-wrapper) .global-header .open-mobile-menu {
    display: block;
  }
}
html:not(.wp-toolbar) .global-header .open-mobile-menu span,
html :where(.editor-styles-wrapper) .global-header .open-mobile-menu span {
  width: 35px;
  height: 2px;
  background-color: #ffffff;
  display: block;
  margin: 10px auto;
}
html:not(.wp-toolbar) .mobile-menu,
html :where(.editor-styles-wrapper) .mobile-menu {
  display: none;
  position: fixed;
  top: 0px;
  left: 0px;
  background-color: #314a24;
  padding: 95px 5%;
  width: 100%;
  height: 100%;
  z-index: 9999;
  flex-wrap: wrap;
  align-items: center;
  opacity: 0;
  visibility: hidden;
  overflow-y: auto;
  transition: 0.5s ease-in-out;
}
@media screen and (max-width: 800px) {
  html:not(.wp-toolbar) .mobile-menu,
  html :where(.editor-styles-wrapper) .mobile-menu {
    display: flex;
    padding: 90px 5%;
  }
}
html:not(.wp-toolbar) .mobile-menu.show,
html :where(.editor-styles-wrapper) .mobile-menu.show {
  opacity: 1;
  visibility: visible;
}
html:not(.wp-toolbar) .mobile-menu .close-mobile-menu,
html :where(.editor-styles-wrapper) .mobile-menu .close-mobile-menu {
  border: none;
  background-color: transparent;
  padding: 0px;
  width: 48px;
  height: 48px;
  position: absolute;
  top: 20px;
  right: calc(5% - 5px);
}
@media screen and (max-width: 800px) {
  html:not(.wp-toolbar) .mobile-menu .close-mobile-menu,
  html :where(.editor-styles-wrapper) .mobile-menu .close-mobile-menu {
    top: 15px;
  }
}
html:not(.wp-toolbar) .mobile-menu .close-mobile-menu span,
html :where(.editor-styles-wrapper) .mobile-menu .close-mobile-menu span {
  width: 35px;
  height: 2px;
  background-color: #ffffff;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
}
html:not(.wp-toolbar) .mobile-menu .close-mobile-menu span:first-of-type,
html :where(.editor-styles-wrapper) .mobile-menu .close-mobile-menu span:first-of-type {
  transform: translate(-50%, -50%) rotate(45deg);
}
html:not(.wp-toolbar) .mobile-menu .close-mobile-menu span:last-of-type,
html :where(.editor-styles-wrapper) .mobile-menu .close-mobile-menu span:last-of-type {
  transform: translate(-50%, -50%) rotate(-45deg);
}
html:not(.wp-toolbar) .mobile-menu nav,
html :where(.editor-styles-wrapper) .mobile-menu nav {
  width: 100%;
}
html:not(.wp-toolbar) .mobile-menu nav .menu-main-menu-container,
html :where(.editor-styles-wrapper) .mobile-menu nav .menu-main-menu-container {
  width: 100%;
}
html:not(.wp-toolbar) .mobile-menu nav ul,
html :where(.editor-styles-wrapper) .mobile-menu nav ul {
  align-items: center;
  display: flex;
  flex-direction: column;
  margin: 0;
  padding: 0px;
  gap: 1em;
}
html:not(.wp-toolbar) .mobile-menu nav ul li,
html :where(.editor-styles-wrapper) .mobile-menu nav ul li {
  list-style-type: none;
  max-width: 400px;
  width: 100%;
  text-align: center;
}
html:not(.wp-toolbar) .mobile-menu nav ul li a,
html :where(.editor-styles-wrapper) .mobile-menu nav ul li a {
  display: block;
  font-family: "Special Gothic", Arial, Helvetica, sans-serif;
  font-weight: 500;
  font-size: 2.5rem;
  text-decoration: none;
  color: #ffffff;
  transition: 0.2s ease-in-out;
  line-height: 1.125;
}
@media screen and (max-width: 800px) {
  html:not(.wp-toolbar) .mobile-menu nav ul li a,
  html :where(.editor-styles-wrapper) .mobile-menu nav ul li a {
    font-size: 1.75rem;
  }
}
html:not(.wp-toolbar) .mobile-menu nav ul li a:hover,
html :where(.editor-styles-wrapper) .mobile-menu nav ul li a:hover {
  color: #ecfa98;
}
html:not(.wp-toolbar) .mobile-menu nav ul li.cta-outline,
html :where(.editor-styles-wrapper) .mobile-menu nav ul li.cta-outline {
  margin-top: 2rem;
}
html:not(.wp-toolbar) .mobile-menu nav ul li.cta-fill, html:not(.wp-toolbar) .mobile-menu nav ul li.cta-outline,
html :where(.editor-styles-wrapper) .mobile-menu nav ul li.cta-fill,
html :where(.editor-styles-wrapper) .mobile-menu nav ul li.cta-outline {
  width: 60%;
}
html:not(.wp-toolbar) .mobile-menu nav ul li.cta-fill a, html:not(.wp-toolbar) .mobile-menu nav ul li.cta-outline a,
html :where(.editor-styles-wrapper) .mobile-menu nav ul li.cta-fill a,
html :where(.editor-styles-wrapper) .mobile-menu nav ul li.cta-outline a {
  border-radius: 6px;
  padding: 0.25em 0.5em;
  margin-bottom: 10px;
}
html:not(.wp-toolbar) .mobile-menu nav ul li.cta-fill a:hover, html:not(.wp-toolbar) .mobile-menu nav ul li.cta-fill a:focus-visible, html:not(.wp-toolbar) .mobile-menu nav ul li.cta-outline a:hover, html:not(.wp-toolbar) .mobile-menu nav ul li.cta-outline a:focus-visible,
html :where(.editor-styles-wrapper) .mobile-menu nav ul li.cta-fill a:hover,
html :where(.editor-styles-wrapper) .mobile-menu nav ul li.cta-fill a:focus-visible,
html :where(.editor-styles-wrapper) .mobile-menu nav ul li.cta-outline a:hover,
html :where(.editor-styles-wrapper) .mobile-menu nav ul li.cta-outline a:focus-visible {
  text-decoration: none;
}
html:not(.wp-toolbar) .mobile-menu nav ul li.cta-fill a,
html :where(.editor-styles-wrapper) .mobile-menu nav ul li.cta-fill a {
  border: 2px solid #1a8ddf;
  background-color: #1a8ddf;
  color: #fff;
}
html:not(.wp-toolbar) .mobile-menu nav ul li.cta-fill a:hover, html:not(.wp-toolbar) .mobile-menu nav ul li.cta-fill a:focus-visible,
html :where(.editor-styles-wrapper) .mobile-menu nav ul li.cta-fill a:hover,
html :where(.editor-styles-wrapper) .mobile-menu nav ul li.cta-fill a:focus-visible {
  color: #1b274b;
  border-color: #b9e3ed;
  background-color: #b9e3ed;
}
html:not(.wp-toolbar) .mobile-menu nav ul li.cta-outline a,
html :where(.editor-styles-wrapper) .mobile-menu nav ul li.cta-outline a {
  border: 2px solid #1a8ddf;
  color: #ffffff;
}
html:not(.wp-toolbar) .mobile-menu nav ul li.cta-outline a:hover, html:not(.wp-toolbar) .mobile-menu nav ul li.cta-outline a:focus-visible,
html :where(.editor-styles-wrapper) .mobile-menu nav ul li.cta-outline a:hover,
html :where(.editor-styles-wrapper) .mobile-menu nav ul li.cta-outline a:focus-visible {
  color: #1b274b;
  border-color: #b9e3ed;
  background-color: #b9e3ed;
}

.bio {
  background-color: #f2f2f2;
  border-radius: 1rem;
}
.bio .wp-block-group__inner-container {
  margin-inline: 6rem;
  margin-block: 2rem;
}
.bio .wp-block-group__inner-container > * + * {
  margin-block-start: 1.5rem;
}
.bio h2 {
  margin-block-end: 0.5rem !important;
}
.bio h4 {
  color: #6e737c !important;
  margin-block-end: 0.5rem !important;
}
.bio .bio__name-img {
  margin-block: 0 !important;
}
.bio .bio__name-img .container {
  width: unset;
}
.bio .bio__name-img .images-right__img {
  width: 300px;
  height: 300px;
  border-radius: 7%;
  overflow: hidden;
}
.bio .bio__name-img .images-right__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.bio .bio__name-img .text-left {
  width: auto;
}
.bio .bio__content {
  font-size: 16px;
  width: unset !important;
  padding-block: 0 !important;
}

.wp-block-genesis-blocks-gb-cta {
  margin-inline: auto;
  background-color: #faf2e6;
}
.wp-block-genesis-blocks-gb-cta h2 {
  font-family: "spirits-neutral", serif;
  font-variation-settings: "wdth" 87.5;
  font-size: 3.5rem;
  line-height: 1.25;
  color: #5c6c4e;
  margin: 0 0 0.5em;
}
.wp-block-genesis-blocks-gb-cta * + * {
  margin-block-start: 0.5em;
}
.wp-block-genesis-blocks-gb-cta .gb-cta-text {
  max-width: 60ch;
  margin-inline: auto;
  margin-block-end: 1em;
}

.community-details {
  max-width: 90vw;
  margin-inline: auto;
  margin-block: 2rem;
  display: flex;
  flex-direction: row;
  gap: 2rem;
  justify-content: center;
}
@media screen and (max-width: 1200px) {
  .community-details {
    max-width: 80vw;
  }
}
@media screen and (max-width: 800px) {
  .community-details {
    flex-direction: column;
    max-width: 92vw;
    align-items: center;
    gap: 1rem;
    margin-block: 1rem;
  }
}
.community-details__block {
  padding-block: 2.5rem;
  padding-inline: 3rem;
  background-color: beige;
  border-radius: 2rem;
  max-width: 50ch;
  width: 50%;
}
.community-details__block > * {
  max-width: 50ch;
}
.community-details__block ul {
  margin-bottom: 0;
  margin-left: 1em;
}
@media screen and (max-width: 800px) {
  .community-details__block {
    width: 100%;
    padding-block: 2rem;
  }
  .community-details__block > * {
    max-width: 100%;
  }
}

.iframe-embed {
  width: 90vw !important;
  height: 80vh;
}

.iframe-embed iframe {
  width: 100%;
  height: 100%;
}

html :where(.editor-styles-wrapper) .anchor {
  background-color: #eff0f0;
  text-align: center;
  padding: 15px;
  height: auto;
  overflow: visible;
}
html :where(.editor-styles-wrapper) .anchor p {
  margin: 0px;
}

.anchor {
  height: 0px;
  overflow: hidden;
}

.color-background-section .aqua {
  background-color: #3ba295;
}
.color-background-section .teal {
  background-color: #08577a;
}
.color-background-section .green {
  background-color: #507d2a;
}
.color-background-section .bg {
  padding: 100px 5%;
}
@media screen and (max-width: 800px) {
  .color-background-section .bg {
    padding: 70px 5%;
  }
}
.color-background-section .bg h2,
.color-background-section .bg h3,
.color-background-section .bg h4,
.color-background-section .bg h5,
.color-background-section .bg h6,
.color-background-section .bg p,
.color-background-section .bg ul,
.color-background-section .bg ol {
  color: #ffffff;
}
.color-background-section .content {
  max-width: 1100px;
  margin: 0px auto -30px;
}
.color-background-section .content h2 {
  font-size: 3.125rem;
  line-height: 1.2;
  margin-bottom: 30px;
}
@media screen and (max-width: 1300px) {
  .color-background-section .content h2 {
    font-size: 2.5rem;
  }
}
.color-background-section .content p,
.color-background-section .content ul,
.color-background-section .content ol {
  font-size: 1.375rem;
}

.communities {
  background-color: #eff0f0;
  padding: 70px 0px;
}
@media screen and (max-width: 800px) {
  .communities {
    padding: 30px 0px;
  }
}
@media screen and (max-width: 800px) {
  .communities .col-md-6 .community {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 800px) {
  .communities .col-md-6:last-of-type .community {
    margin-bottom: 0px;
  }
}
.communities .community__image {
  margin-bottom: 15px;
  position: relative;
}
.communities .community__image img {
  width: 100%;
}
.communities .community__image__title {
  position: absolute;
  bottom: 0px;
  width: 100%;
  background-color: var(--primary-color);
  padding: 15px;
}
.communities .community__image__title h3, .communities .community__image__title .h3 h2, .h3 .communities .community__image__title h2 {
  color: #ffffff;
  text-align: center;
  margin-bottom: 0px;
  text-transform: uppercase;
  font-family: "Special Gothic", Arial, Helvetica, sans-serif;
  font-size: 1.875rem;
  line-height: 1;
}
@media screen and (max-width: 1300px) {
  .communities .community__image__title h3, .communities .community__image__title .h3 h2, .h3 .communities .community__image__title h2 {
    font-size: 1.5625rem;
  }
}
@media screen and (max-width: 800px) {
  .communities .community__image__title h3, .communities .community__image__title .h3 h2, .h3 .communities .community__image__title h2 {
    font-size: 1.25rem;
  }
}
.communities .community__info {
  text-align: center;
}
.communities .community__info h3, .communities .community__info .h3 h2, .h3 .communities .community__info h2 {
  margin-bottom: 10px;
}
.communities .community__info p {
  margin-bottom: 25px;
  line-height: 1.5;
}
@media screen and (max-width: 800px) {
  .communities .community__info p {
    margin-bottom: 1rem;
  }
}

.community-details .bg {
  padding-block: 1rem;
}
@media screen and (max-width: 800px) {
  .community-details .bg {
    padding: 30px 0px;
  }
}
.community-details .bg.gray {
  background-color: #eff0f0;
}
.community-details .community-details__logo {
  width: 100%;
  max-width: 450px;
}
@media screen and (max-width: 1200px) {
  .community-details .community-details__logo {
    max-width: 350px;
  }
}
@media screen and (max-width: 800px) {
  .community-details .community-details__logo {
    margin: 0px auto 25px;
  }
}
.community-details .community-details__logo img {
  width: 100%;
}
.community-details .community-details__content__description {
  font-size: 1.5rem;
  line-height: 1.6;
  max-width: 1050px;
  margin-inline: auto;
}
@media screen and (max-width: 1300px) {
  .community-details .community-details__content__description {
    font-size: 1.375rem;
  }
}
@media screen and (max-width: 1200px) {
  .community-details .community-details__content__description {
    font-size: 1.25rem;
  }
}
@media screen and (max-width: 800px) {
  .community-details .community-details__content__description {
    font-size: 1rem;
  }
}
.community-details .community-details__content__details {
  margin-top: 40px;
  margin-left: -25px;
  margin-right: -25px;
  width: calc(100% + 50px);
}
@media screen and (max-width: 1200px) {
  .community-details .community-details__content__details {
    margin-left: -15px;
    margin-right: -15px;
    width: calc(100% + 30px);
  }
}
.community-details .community-details__content__details__img {
  padding-left: 25px;
  padding-right: 25px;
}
@media screen and (max-width: 1200px) {
  .community-details .community-details__content__details__img {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.community-details .community-details__content__details__img figure {
  margin: 0px;
}
.community-details .community-details__content__details__img figure img {
  width: 100%;
}
.community-details .community-details__content__details__img figure figcaption {
  margin-top: 25px;
  font-size: 1.125rem;
  line-height: 1.4;
  margin-bottom: -1rem;
}
@media screen and (max-width: 800px) {
  .community-details .community-details__content__details__img figure figcaption {
    font-size: 0.875rem;
    margin-bottom: 30px;
  }
}
.community-details .community-details__content__details__text {
  padding-left: 25px;
  padding-right: 25px;
}
@media screen and (max-width: 1200px) {
  .community-details .community-details__content__details__text {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.community-details .community-details__content__details__text ul {
  padding-left: 40px;
  margin-bottom: 30px;
}
@media screen and (max-width: 800px) {
  .community-details .community-details__content__details__text ul {
    margin-bottom: 25px;
  }
}
.community-details .community-details__content__details__text .disclaimer {
  font-size: 1.125rem;
  margin-bottom: 0px;
}
@media screen and (max-width: 800px) {
  .community-details .community-details__content__details__text .disclaimer {
    font-size: 1rem;
  }
}
.community-details .community-details__content__button {
  text-align: center;
  margin-top: 20px;
}

.community-details__content-full-width {
  margin-block: 2rem;
  padding-block: 1rem;
  background-color: #faf2e6;
}
.community-details__content-full-width .heading {
  color: #485531;
}

@media screen and (max-width: 800px) {
  .community-details__content__amenities {
    margin-inline: 1rem;
  }
}
.community-details__content__amenities .heading {
  text-align: center;
}
.community-details__content__amenities ul {
  padding: 0px !important;
  margin-bottom: 0;
  columns: 3;
  column-width: auto;
}
@media screen and (max-width: 800px) {
  .community-details__content__amenities ul {
    margin: 15px auto 0px;
    columns: 1;
  }
}
.community-details__content__amenities ul li {
  list-style-type: none;
}
@media screen and (max-width: 800px) {
  .community-details__content__amenities ul li {
    text-align: center;
    width: 100%;
  }
}

.cta-cards {
  padding: 90px 0px;
}
@media screen and (max-width: 1200px) {
  .cta-cards {
    padding: 70px 0px;
  }
}
@media screen and (max-width: 800px) {
  .cta-cards {
    padding: 30px 0px 10px;
  }
}
.cta-cards .row {
  display: flex;
  flex-wrap: wrap;
  margin-left: -20px;
  margin-right: -20px;
  width: calc(100% + 40px);
}
@media screen and (max-width: 1200px) {
  .cta-cards .row {
    margin-left: -10px;
    margin-right: -10px;
    width: calc(100% + 20px);
  }
}
@media screen and (max-width: 800px) {
  .cta-cards .row {
    display: block;
  }
}
.cta-cards .row .col {
  width: 33.3333333333%;
  padding: 0px 20px;
}
@media screen and (max-width: 1200px) {
  .cta-cards .row .col {
    padding: 0px 10px;
  }
}
@media screen and (max-width: 800px) {
  .cta-cards .row .col {
    width: 100%;
    margin-bottom: 20px;
  }
}
.cta-cards .row .col img {
  width: 100%;
}
.cta-cards .cta {
  position: relative;
  display: block;
  overflow: hidden;
}
.cta-cards .cta:hover .cta__img img {
  transform: scale(1.1);
}
.cta-cards .cta__img {
  line-height: 1;
  margin-bottom: -3px;
  position: relative;
  z-index: 1;
}
.cta-cards .cta__img img {
  transition: 0.5s ease;
}
.cta-cards .cta__text {
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  padding: 12px 10px 10px;
  text-align: center;
  line-height: 1;
  z-index: 2;
  background-color: #2f8277;
}
.cta-cards .cta__text span {
  font-family: "Special Gothic", Arial, Helvetica, sans-serif;
  font-size: 1.875rem;
  line-height: 1;
  text-transform: uppercase;
  color: #ffffff;
  display: inline-block;
}
@media screen and (max-width: 800px) {
  .cta-cards .cta__text span {
    font-size: 1.375rem;
  }
}

.events {
  margin-block: 2rem;
}
.events .container {
  width: 100vw !important;
  max-width: 100vw !important;
}
@media screen and (max-width: 800px) {
  .events .container {
    width: 92vw;
  }
}
.events .bg {
  background-color: #f2f2f2;
  padding-block: 3rem;
  padding-inline: 15vw;
}
@media screen and (max-width: 1200px) {
  .events .bg {
    padding: 70px 5%;
  }
}
@media screen and (max-width: 800px) {
  .events .bg {
    padding: 30px 5%;
  }
}
.events .col-lg-4,
.events .col-lg-8 {
  padding-left: 30px;
  padding-right: 30px;
}
@media screen and (max-width: 1200px) {
  .events .col-lg-4,
  .events .col-lg-8 {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.events__img {
  width: 100%;
}
@media screen and (max-width: 1200px) {
  .events__img {
    max-width: 400px;
    margin: 0px auto 40px;
  }
}
@media screen and (max-width: 800px) {
  .events__img {
    margin: 0px auto 25px;
  }
}
.events__img img {
  width: 100%;
  border-radius: 50%;
}
.events__content {
  margin-bottom: -1rem;
}
.events__content__heading {
  margin-bottom: 30px;
  text-align: center;
}
.events__content__text {
  margin-top: -20px;
  margin-bottom: 35px;
}
@media screen and (max-width: 1200px) {
  .events__content__text {
    text-align: center;
  }
}
.events__content__event-list {
  padding-top: 30px;
  border-top: 2px solid #b9b7ba;
  justify-self: center;
  width: 100%;
}
.events__content__event-list .ecs-event-list {
  padding: 0px;
  display: flex;
  flex-direction: column;
  gap: 2rem;
  align-items: center;
}
.events__content__event-list .ecs-event {
  list-style-type: none;
  display: flex;
  gap: 1.5em;
}
.events__content__event-list .ecs-event:hover .event-thumbnail img {
  scale: 105%;
}
@media screen and (max-width: 800px) {
  .events__content__event-list .ecs-event {
    flex-direction: column;
    align-items: center;
  }
}
.events__content__event-list .ecs-event .event-thumbnail {
  width: 200px;
  height: 200px;
  overflow: hidden;
  border-radius: 7%;
}
.events__content__event-list .ecs-event .event-thumbnail img {
  transition: 0.25s ease-in-out;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media screen and (max-width: 800px) {
  .events__content__event-list .event-details-wrap {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}
.events__content__event-list .duration {
  color: #41464f;
}
.events__content__event-list .entry-title {
  font-size: 1.875rem;
  text-transform: none;
  margin-top: 5px;
  margin-bottom: 5px;
  line-height: 1.2;
}
.events__content__event-list .entry-title a {
  text-decoration: none !important;
  color: var(--tertiary-color);
}
@media screen and (max-width: 800px) {
  .events__content__event-list .entry-title {
    text-align: center;
    margin: 0px;
  }
}
.events__content__event-list .venue {
  font-size: 18px;
}
.events__content__event-list .ecs-excerpt {
  font-size: 18px;
  margin-top: 15px;
  max-width: 55ch;
}
@media screen and (max-width: 800px) {
  .events__content__event-list .ecs-excerpt {
    margin-top: 10px;
    font-size: 1rem;
  }
}
.events__content__event-list .ecs-excerpt a {
  color: var(--tertiary-color);
}
.events__content__event-list .ecs-excerpt.no-excerpt {
  display: none;
}
.events__content__event-list .ecs-view-all-events {
  text-align: center;
}
.events__content__event-list .ecs-all-events a {
  margin-block-start: 1rem;
  font-size: 1.3rem !important;
}
.events__content__event-list .ecs-all-events a:hover {
  color: white !important;
}
@media screen and (max-width: 800px) {
  .events__content__event-list .ecs-all-events a {
    font-size: 1rem !important;
  }
}
.events__content__events-info {
  margin-top: 35px;
  border-top: 2px solid #b9b7ba;
  padding-top: 35px;
}
@media screen and (max-width: 1200px) {
  .events__content__events-info p {
    text-align: center;
  }
}
.events__content__events-info p a {
  color: #507d2a;
}

.lifestyle-events .image-container {
  display: none;
}
.lifestyle-events .content-container {
  width: 100%;
}

section.events-content {
  padding-block: 2rem;
  background-color: beige;
}

.floorplans__intro ul,
.floorplans__intro ol {
  padding-left: 50px !important;
}
@media screen and (max-width: 800px) {
  .floorplans__intro ul,
  .floorplans__intro ol {
    padding-left: 35px !important;
  }
}
.floorplans__container {
  margin-bottom: -50px;
}
@media screen and (max-width: 1200px) {
  .floorplans__container {
    margin-bottom: -30px;
  }
}
.floorplans__container .row {
  margin-left: -25px;
  margin-right: -25px;
}
@media screen and (max-width: 1200px) {
  .floorplans__container .row {
    margin-left: -15px;
    margin-right: -15px;
  }
}
.floorplans .floorplan {
  margin-bottom: 2rem;
  padding-left: 1rem;
  padding-right: 1rem;
}
@media screen and (max-width: 1200px) {
  .floorplans .floorplan {
    margin-bottom: 30px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
.floorplans .floorplan__status-label {
  font-family: "Special Gothic", Arial, Helvetica, sans-serif;
  font-weight: 500;
  z-index: 5;
  letter-spacing: 0.04em;
}
.floorplans .floorplan.sold-out {
  opacity: 0.5;
}
.floorplans .floorplan.sold-out .floorplan__img__sold-out {
  display: block;
  z-index: 10;
}
.floorplans .floorplan.few .floorplan__img__few {
  display: block;
}
.floorplans .floorplan.two .floorplan__img__two {
  display: block;
}
.floorplans .floorplan.one .floorplan__img__one {
  display: block;
}
.floorplans .floorplan__bg {
  background-color: #eff0f0;
  height: 100%;
}
.floorplans .floorplan__img {
  border: 2px solid #eff0f0;
  background-color: #ffffff;
  position: relative;
}
.floorplans .floorplan__img a {
  padding: 25px;
  display: block;
}
.floorplans .floorplan__img__sold-out {
  display: none;
  position: absolute;
  top: -2px;
  left: -2px;
  width: calc(100% + 4px);
  padding: 5px;
  text-align: center;
  background-color: #f5c1b3;
  color: #6e2616;
  text-transform: uppercase;
}
.floorplans .floorplan__img__few, .floorplans .floorplan__img__one, .floorplans .floorplan__img__two {
  display: none;
  position: absolute;
  top: -2px;
  left: -2px;
  width: calc(100% + 4px);
  padding: 5px;
  text-align: center;
  background-color: #f3e4b6;
  color: #a76c00;
  text-transform: uppercase;
}
.floorplans .floorplan__img img {
  width: 100%;
}
.floorplans .floorplan__text {
  padding-block: 1rem;
  padding-inline: 1.5rem;
  text-align: center;
}
.floorplans .floorplan__text h3, .floorplans .floorplan__text .h3 h2, .h3 .floorplans .floorplan__text h2 {
  font-family: "spirits-neutral", serif !important;
  font-size: 2.2rem;
  margin-bottom: 0;
  color: var(--tertiary-color);
}
.floorplans .floorplan__text p {
  font-size: 18px;
  line-height: 1.4;
}
@media screen and (max-width: 800px) {
  .floorplans .floorplan__text p {
    font-size: 16px;
    margin-bottom: 20px;
  }
}
.floorplans .floorplan__buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 0.25rem;
  justify-content: center;
  align-items: center;
}
.floorplans .floorplan__buttons a {
  padding: 0.75rem 1.25rem;
}

.activedemand-replace.container {
  display: flex;
}

.event-single-row .activedemand-replace.container {
  margin: 0 !important;
}

button.activedemand-button {
  background-color: #507d2a !important;
  margin: 0px auto;
  width: fit-content !important;
  font-family: "Libre Franklin", Arial, Helvetica, sans-serif !important;
  font-weight: bold !important;
  font-size: 18px !important;
}
@media screen and (max-width: 800px) {
  button.activedemand-button {
    max-width: none;
  }
}
button.activedemand-button:hover, button.activedemand-button:focus {
  background-color: #314a24 !important;
}

form textarea,
form input,
form select,
form label,
form button {
  font-family: "Libre Franklin", Arial, Helvetica, sans-serif;
  font-size: 1rem !important;
}

.heading.full-width {
  width: 80vw !important;
}
.heading.container {
  padding-block-end: 0 !important;
}
.heading.center {
  margin-inline: 2rem;
}
.heading__page-title {
  font-size: 1.375rem !important;
  color: #5a5e64 !important;
  font-family: "Special Gothic", Arial, Helvetica, sans-serif !important;
  font-weight: 500 !important;
  font-variation-settings: "wdth" 92 !important;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  padding-bottom: 0.5rem;
}
.heading__headline {
  font-size: 3.75rem !important;
  color: #3d4523 !important;
}
@media screen and (max-width: 800px) {
  .heading__headline {
    font-size: 3rem !important;
    line-height: 1.1 !important;
  }
}
.heading + * {
  padding-top: 0 !important;
  margin-top: 0 !important;
}

.hero {
  padding-block-end: 2rem;
}
.hero .container {
  position: relative;
  padding: 0 !important;
}
@media screen and (max-width: 800px) {
  .hero .container.heading {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column-reverse;
  }
}
@media screen and (max-width: 800px) {
  .hero.no-padding-mobile .hero__img {
    margin-top: 0px !important;
  }
}
.hero__video {
  height: 70vh;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}
.hero__video video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media screen and (max-width: 800px) {
  .hero__video {
    height: auto;
  }
}
@media screen and (max-width: 1300px) {
  .hero__img {
    height: 594px;
  }
}
@media screen and (max-width: 800px) {
  .hero__img {
    width: 100%;
    height: auto;
  }
}
.hero__img.short {
  height: 70vh;
  overflow: hidden;
}
@media screen and (max-width: 800px) {
  .hero__img.short {
    height: auto;
  }
}
.hero__img.short img {
  object-fit: cover;
  height: 100%;
}
.hero__img img {
  width: 100%;
}
@media screen and (max-width: 1300px) {
  .hero__img img {
    height: 100% !important;
    object-fit: cover;
  }
}
@media screen and (max-width: 800px) {
  .hero__img img {
    object-fit: unset;
    height: auto;
  }
}
.hero__text {
  background-color: #1a8ddf;
}
@media screen and (max-width: 800px) {
  .hero__text {
    width: 100%;
    max-width: none;
    text-align: center;
    top: auto;
    transform: none;
    position: relative;
  }
}
.hero__text__inner {
  padding-block: 2rem;
  position: relative;
  width: 65vw;
  margin-inline: auto;
}
@media screen and (max-width: 800px) {
  .hero__text__inner {
    padding-inline: 1rem;
    padding-block: 1.5rem;
    text-align: center !important;
  }
}
.hero__text__heading {
  color: #ffffff !important;
  margin: 0 !important;
}
.hero__text__heading.center {
  text-align: center;
}
.hero__text__subtext {
  margin-top: 20px;
  margin-bottom: -1rem;
  max-width: 60ch;
}
.hero__text__subtext p {
  color: #ffffff;
  line-height: 1.5;
  font-size: 1.25em;
}
.hero__text__buttons {
  display: flex;
  margin-block-start: 1.25em;
}
.hero__text__buttons .btn, .hero__text__buttons .tabs #panel-4 .gform_next_button, .tabs #panel-4 .hero__text__buttons .gform_next_button,
.hero__text__buttons .tabs #panel-4 .gform_previous_button,
.tabs #panel-4 .hero__text__buttons .gform_previous_button,
.hero__text__buttons .tabs #panel-4 #gform_submit_button_3,
.tabs #panel-4 .hero__text__buttons #gform_submit_button_3, .hero__text__buttons .single-tribe_events .gform_footer input, .single-tribe_events .gform_footer .hero__text__buttons input, .hero__text__buttons .events__content__event-list .ecs-all-events a, .events__content__event-list .ecs-all-events .hero__text__buttons a, .hero__text__buttons button.activedemand-button {
  font-size: 1.25rem !important;
  padding: 0.75em 1.25em !important;
}
.hero__text__buttons.align-center {
  justify-content: center;
}

.homepage-hero .hero__text__inner {
  max-width: 90ch;
  width: 100%;
}
@media screen and (max-width: 800px) {
  .homepage-hero .hero__text__inner {
    width: auto;
  }
}

.image-background-section {
  margin-block: 2rem;
}
.image-background-section.overlay-button {
  margin-block-end: 5rem;
}
.image-background-section.footer {
  margin-block: 0;
}
.image-background-section.footer .container {
  padding-block: 0 !important;
}
.image-background-section .container {
  position: relative;
}
@media screen and (max-width: 800px) {
  .image-background-section {
    height: 50vh;
  }
  .image-background-section .container {
    height: 50vh;
  }
}
.image-background-section .bg {
  padding: 100px 5%;
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (max-width: 800px) {
  .image-background-section .bg {
    height: 50vh !important;
    padding: 70px 5%;
  }
}
.image-background-section .bg.white h2,
.image-background-section .bg.white h3,
.image-background-section .bg.white h4,
.image-background-section .bg.white h5,
.image-background-section .bg.white h6,
.image-background-section .bg.white p,
.image-background-section .bg.white ul,
.image-background-section .bg.white ol {
  color: #ffffff;
}
.image-background-section .bg.text-shadow h2,
.image-background-section .bg.text-shadow h3,
.image-background-section .bg.text-shadow h4,
.image-background-section .bg.text-shadow h5,
.image-background-section .bg.text-shadow h6,
.image-background-section .bg.text-shadow p,
.image-background-section .bg.text-shadow ul,
.image-background-section .bg.text-shadow ol {
  text-shadow: 0px 0px 10px rgba(31, 33, 37, 0.5);
}
.image-background-section .content {
  max-width: 1100px;
  margin: 0px auto -30px;
}
@media screen and (max-width: 800px) {
  .image-background-section .content {
    margin: 0px auto -10px;
  }
}
.image-background-section .content h2 {
  font-size: 3.125rem;
  line-height: 1.2;
  margin-bottom: 30px;
}
@media screen and (max-width: 1300px) {
  .image-background-section .content h2 {
    font-size: 2.5rem;
  }
}
@media screen and (max-width: 800px) {
  .image-background-section .content h2 {
    font-size: 1.875rem;
    margin-bottom: 10px;
  }
}
.image-background-section .content p,
.image-background-section .content ul,
.image-background-section .content ol {
  font-size: 1.375rem;
}
@media screen and (max-width: 800px) {
  .image-background-section .content p,
  .image-background-section .content ul,
  .image-background-section .content ol {
    font-size: 1.1875rem;
  }
}
.image-background-section__overlay-buttons {
  position: absolute;
  z-index: 10;
  text-wrap: nowrap;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 1em;
  justify-content: center;
  width: 100%;
  bottom: -5%;
}
.image-background-section__overlay-buttons a {
  font-family: "Special Gothic", Arial, Helvetica, sans-serif;
  font-weight: 500 !important;
  font-size: 1.75em !important;
  padding-inline: 1.5em !important;
  padding-block: 0.9em !important;
}
@media screen and (max-width: 800px) {
  .image-background-section__overlay-buttons {
    font-size: 1rem !important;
    gap: 0.5em;
    bottom: -15%;
  }
}

.image-grid {
  margin-block: 1rem;
}
.image-grid.full-width .container {
  width: 85vw !important;
  min-width: unset;
}
.image-grid.full-width .grid {
  margin-inline: auto;
}
@media screen and (max-width: 800px) {
  .image-grid.full-width {
    width: 100vw !important;
  }
  .image-grid.full-width .container {
    margin-inline: auto;
  }
}
.image-grid .container {
  padding: 0;
}
@media screen and (max-width: 800px) {
  .image-grid {
    width: 92vw !important;
    margin-inline: auto;
  }
}
.image-grid .grid {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}
.image-grid .grid .image {
  width: calc(33.3333333333% - 0.5rem);
  height: auto;
}
.image-grid .grid .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.wp-block-gallery {
  width: 65vw;
  margin-inline: auto;
}
.wp-block-gallery figure.wp-block-image {
  flex-grow: 0;
}
@media screen and (max-width: 800px) {
  .wp-block-gallery {
    width: 92vw;
  }
}

@media screen and (max-width: 800px) {
  .image-grid.renderings .grid .image {
    width: calc(50% - 0.5rem);
  }
}

.images-left-text-right {
  margin-block: 1rem;
}
.images-left-text-right .container {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 2%;
  padding-block: 0 !important;
}
@media screen and (max-width: 800px) {
  .images-left-text-right .container {
    flex-direction: column;
    gap: 2rem;
  }
}
.images-left-text-right .images-left,
.images-left-text-right .images-right {
  max-width: 49%;
}
@media screen and (max-width: 800px) {
  .images-left-text-right .images-left,
  .images-left-text-right .images-right {
    max-width: none;
    width: 100%;
    display: block;
  }
}
.images-left-text-right .images-left__img,
.images-left-text-right .images-right__img {
  height: auto;
}
@media screen and (max-width: 800px) {
  .images-left-text-right .images-left__img,
  .images-left-text-right .images-right__img {
    width: 100%;
  }
}
.images-left-text-right .images-left__img img,
.images-left-text-right .images-right__img img {
  width: 100%;
  display: block;
}
.images-left-text-right .text-right,
.images-left-text-right .text-left {
  width: 49%;
}
@media screen and (max-width: 800px) {
  .images-left-text-right .text-right,
  .images-left-text-right .text-left {
    width: 100%;
    padding-left: 0px;
  }
}

.landing-page-footer footer .footer-bg {
  background-color: #dfe0e4;
  padding: 30px 30px 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 1200px) {
  .landing-page-footer footer .footer-bg {
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 800px) {
  .landing-page-footer footer .footer-bg {
    padding: 30px 20px 20px;
  }
}
.landing-page-footer footer .footer-left {
  width: 396px;
  height: 72px;
}
@media screen and (max-width: 1200px) {
  .landing-page-footer footer .footer-left {
    margin: 0px auto;
    width: 320px;
    height: 58px;
  }
}
.landing-page-footer footer .footer-left img {
  width: 100%;
}
.landing-page-footer footer .footer-right {
  text-align: right;
}
@media screen and (max-width: 1200px) {
  .landing-page-footer footer .footer-right {
    width: 100%;
    text-align: center;
  }
}
.landing-page-footer footer .footer-right p {
  font-size: 1.5rem;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  color: #5c5c64;
  margin: -10px 0px 0px;
}
@media screen and (max-width: 1300px) {
  .landing-page-footer footer .footer-right p {
    font-size: 1.25rem;
  }
}
@media screen and (max-width: 1200px) {
  .landing-page-footer footer .footer-right p {
    margin: 15px 0px 0px;
    letter-spacing: 1px;
  }
}
@media screen and (max-width: 800px) {
  .landing-page-footer footer .footer-right p {
    font-size: 1rem;
  }
}
.landing-page-footer footer .footer-right p a {
  text-decoration: none;
  color: #5c5c64;
}
.landing-page-footer footer .footer-right p a:hover {
  text-decoration: underline;
}

.landing-page-header header {
  padding: 20px 0px;
}
.landing-page-header header .container {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 800px) {
  .landing-page-header header .container {
    display: block;
  }
}
.landing-page-header header .logo {
  width: 192px;
  height: 102px;
}
@media screen and (max-width: 800px) {
  .landing-page-header header .logo {
    margin: 0px auto;
    width: 160px;
    height: 87px;
  }
}
@media screen and (max-width: 1200px) {
  .landing-page-header header .logo img {
    width: 100%;
  }
}
.landing-page-header header .call {
  display: flex;
  align-items: flex-end;
}
@media screen and (max-width: 800px) {
  .landing-page-header header .call {
    justify-content: center;
  }
}
.landing-page-header header .call p {
  font-size: 1.5rem;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: var(--primary-link);
  margin-bottom: 20px;
}
@media screen and (max-width: 1200px) {
  .landing-page-header header .call p {
    font-size: 1.375rem;
    letter-spacing: 1px;
  }
}
@media screen and (max-width: 800px) {
  .landing-page-header header .call p {
    font-size: 1.125rem;
    margin-top: 10px;
    margin-bottom: 0px;
  }
}
.landing-page-header header .call p a {
  text-decoration: none;
}
.landing-page-header header .call p a:hover {
  text-decoration: underline;
}

.resources {
  background-color: #eff0f0;
  padding: 2em 0;
}
@media screen and (max-width: 1200px) {
  .resources {
    padding: 1.5em 0;
  }
}
.resources .container {
  width: 65vw !important;
}
@media screen and (max-width: 800px) {
  .resources .container {
    width: 92vw !important;
  }
}
.resources h2 {
  text-align: center;
  margin-block-end: 1em !important;
}
.resources .resource-list {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 3rem;
}
.resources .resource-list__item {
  display: flex;
  flex-direction: row;
  gap: 1.5em;
}
@media screen and (max-width: 800px) {
  .resources .resource-list__item {
    flex-direction: column;
    align-items: center;
  }
}
.resources .resource-list__item:last-of-type {
  margin-bottom: 0px;
}
.resources .resource-list__item__img {
  width: 250px;
}
.resources .resource-list__item__img img {
  width: 100%;
  border: 1px solid #b4b4b4;
}
.resources .resource-list__item__text {
  display: flex;
  min-width: 30ch;
  width: 60%;
  max-width: 60ch;
  flex-direction: column;
  justify-content: flex-start;
  color: #41464f;
}
@media screen and (max-width: 800px) {
  .resources .resource-list__item__text {
    width: 100%;
    padding-left: 0px;
    justify-content: center;
  }
}
.resources .resource-list__item__text h3, .resources .resource-list__item__text .h3 h2, .h3 .resources .resource-list__item__text h2 {
  font-size: 2rem;
  color: #41464f;
  margin-block-end: 0.5rem;
}
@media screen and (max-width: 800px) {
  .resources .resource-list__item__text h3, .resources .resource-list__item__text .h3 h2, .h3 .resources .resource-list__item__text h2 {
    font-size: 1.5rem;
  }
}
.resources .resource-list__item__text .btn, .resources .resource-list__item__text .tabs #panel-4 .gform_next_button, .tabs #panel-4 .resources .resource-list__item__text .gform_next_button,
.resources .resource-list__item__text .tabs #panel-4 .gform_previous_button,
.tabs #panel-4 .resources .resource-list__item__text .gform_previous_button,
.resources .resource-list__item__text .tabs #panel-4 #gform_submit_button_3,
.tabs #panel-4 .resources .resource-list__item__text #gform_submit_button_3, .resources .resource-list__item__text .single-tribe_events .gform_footer input, .single-tribe_events .gform_footer .resources .resource-list__item__text input, .resources .resource-list__item__text .events__content__event-list .ecs-all-events a, .events__content__event-list .ecs-all-events .resources .resource-list__item__text a, .resources .resource-list__item__text button.activedemand-button {
  margin-top: 10px;
  width: fit-content;
}
@media screen and (max-width: 800px) {
  .resources .resource-list__item__text .btn, .resources .resource-list__item__text .tabs #panel-4 .gform_next_button, .tabs #panel-4 .resources .resource-list__item__text .gform_next_button,
  .resources .resource-list__item__text .tabs #panel-4 .gform_previous_button,
  .tabs #panel-4 .resources .resource-list__item__text .gform_previous_button,
  .resources .resource-list__item__text .tabs #panel-4 #gform_submit_button_3,
  .tabs #panel-4 .resources .resource-list__item__text #gform_submit_button_3, .resources .resource-list__item__text .single-tribe_events .gform_footer input, .single-tribe_events .gform_footer .resources .resource-list__item__text input, .resources .resource-list__item__text .events__content__event-list .ecs-all-events a, .events__content__event-list .ecs-all-events .resources .resource-list__item__text a, .resources .resource-list__item__text button.activedemand-button {
    align-self: center;
  }
}

.tabs .nav-tabs {
  background-color: #f2f2f2;
  border: none;
  padding: 0px;
}
@media screen and (max-width: 800px) {
  .tabs .nav-tabs .nav-item {
    width: 50%;
  }
}
@media screen and (max-width: 375px) {
  .tabs .nav-tabs .nav-item {
    width: 100%;
  }
}
@media screen and (max-width: 800px) {
  .tabs .nav-tabs .nav-item:nth-of-type(odd) .nav-link {
    border-left: none;
  }
}
@media screen and (max-width: 375px) {
  .tabs .nav-tabs .nav-item:nth-of-type(odd) .nav-link {
    border-right: none;
  }
}
@media screen and (max-width: 800px) {
  .tabs .nav-tabs .nav-item:nth-of-type(even) .nav-link {
    border-left: none;
    border-right: none;
  }
}
.tabs .nav-tabs .nav-link {
  border: none;
  border-radius: 0px;
  font-family: "Libre Franklin", Arial, Helvetica, sans-serif;
  font-size: 1.375rem;
  font-weight: bold;
  color: #13354a;
  padding: 15px 30px;
}
@media screen and (max-width: 1300px) {
  .tabs .nav-tabs .nav-link {
    font-size: 1.25rem;
  }
}
@media screen and (max-width: 800px) {
  .tabs .nav-tabs .nav-link {
    font-size: 1.125rem;
    width: 100%;
    border: 1px solid #e0d8d6;
  }
}
@media screen and (max-width: 800px) {
  .tabs .nav-tabs .nav-link {
    font-size: 1rem;
  }
}
.tabs .nav-tabs .nav-link:hover {
  background-color: #b9e3ed;
}
.tabs .nav-tabs .nav-link:focus-visible {
  outline: none;
}
.tabs .nav-tabs .nav-link.active {
  background-color: #3d83b7;
  color: #ffffff;
}
.tabs .tab-content {
  padding: 70px 0px;
}
@media screen and (max-width: 800px) {
  .tabs .tab-content {
    padding: 30px 0px;
  }
}
.tabs .tab-content h2 {
  text-align: center;
}
.tabs .tab-content .intro {
  text-align: center;
  margin-bottom: 70px;
  font-size: 1.375rem;
}
@media screen and (max-width: 1300px) {
  .tabs .tab-content .intro {
    font-size: 1.25rem;
  }
}
@media screen and (max-width: 800px) {
  .tabs .tab-content .intro {
    margin-bottom: 20px;
  }
}
.tabs #panel-1 .copy {
  width: 100%;
}
@media screen and (max-width: 800px) {
  .tabs #panel-1 .copy {
    margin-bottom: 30px;
  }
}
.tabs #panel-1 .copy ul li {
  margin-bottom: 20px;
}
.tabs #panel-1 img {
  width: 100%;
}
.tabs #panel-1 .image-1 {
  margin-bottom: 20px;
}
.tabs #panel-2 .care-levels {
  max-width: 1250px;
  margin: 0px auto -1rem;
}
.tabs #panel-2 .care-levels__item {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 40px;
}
@media screen and (max-width: 800px) {
  .tabs #panel-2 .care-levels__item {
    margin-bottom: 30px;
  }
}
.tabs #panel-2 .care-levels__item:last-of-type {
  margin-bottom: 0px;
}
.tabs #panel-2 .care-levels__item__img {
  width: 500px;
}
@media screen and (max-width: 1100px) {
  .tabs #panel-2 .care-levels__item__img {
    width: 300px;
  }
}
@media screen and (max-width: 800px) {
  .tabs #panel-2 .care-levels__item__img {
    width: 100%;
    margin-bottom: 20px;
  }
}
.tabs #panel-2 .care-levels__item__img img {
  width: 100%;
}
.tabs #panel-2 .care-levels__item__text {
  width: calc(100% - 500px);
  padding-left: 50px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
@media screen and (max-width: 1100px) {
  .tabs #panel-2 .care-levels__item__text {
    width: calc(100% - 300px);
    padding-left: 30px;
  }
}
@media screen and (max-width: 800px) {
  .tabs #panel-2 .care-levels__item__text {
    width: 100%;
    padding-left: 0px;
  }
}
.tabs #panel-2 .care-levels__item__text__inner {
  width: 100%;
}
.tabs #panel-2 .care-levels__item__text__inner h3, .tabs #panel-2 .care-levels__item__text__inner .h3 h2, .h3 .tabs #panel-2 .care-levels__item__text__inner h2 {
  font-size: 2rem;
  margin-bottom: 15px;
  color: #1f2125;
}
@media screen and (max-width: 1100px) {
  .tabs #panel-2 .care-levels__item__text__inner h3, .tabs #panel-2 .care-levels__item__text__inner .h3 h2, .h3 .tabs #panel-2 .care-levels__item__text__inner h2 {
    font-size: 1.625rem;
  }
}
@media screen and (max-width: 800px) {
  .tabs #panel-2 .care-levels__item__text__inner h3, .tabs #panel-2 .care-levels__item__text__inner .h3 h2, .h3 .tabs #panel-2 .care-levels__item__text__inner h2 {
    font-size: 1.5rem;
  }
}
.tabs #panel-3 .tab-copy {
  margin-bottom: -1rem;
}
.tabs #panel-3 .tab-copy hr {
  margin: 50px auto;
  width: 85%;
}
@media screen and (max-width: 800px) {
  .tabs #panel-3 .tab-copy hr {
    margin: 30px auto;
  }
}
.tabs #panel-3 .tab-copy h3, .tabs #panel-3 .tab-copy .h3 h2, .h3 .tabs #panel-3 .tab-copy h2 {
  font-size: 2rem;
  margin-top: 40px;
  margin-bottom: 15px;
  color: #1f2125;
}
@media screen and (max-width: 1100px) {
  .tabs #panel-3 .tab-copy h3, .tabs #panel-3 .tab-copy .h3 h2, .h3 .tabs #panel-3 .tab-copy h2 {
    font-size: 1.625rem;
  }
}
@media screen and (max-width: 800px) {
  .tabs #panel-3 .tab-copy h3, .tabs #panel-3 .tab-copy .h3 h2, .h3 .tabs #panel-3 .tab-copy h2 {
    font-size: 1.5rem;
    margin-top: 30px;
  }
}
.tabs #panel-3 .tab-copy ul {
  columns: 2;
  column-gap: 50px;
}
@media screen and (max-width: 800px) {
  .tabs #panel-3 .tab-copy ul {
    columns: 1;
  }
}
.tabs #panel-4 .cost-calculator .direction {
  text-align: center;
}
.tabs #panel-4 .gform_wrapper .gform_footer input {
  transition: all 0.8s ease;
}
.tabs #panel-4 .cost-calculator .gfield_html_formatted {
  margin-left: unset !important;
}
.tabs #panel-4 .stepped-labels .cost-main-heading {
  display: flex;
  width: 100% !important;
  font-size: 1.125rem;
  line-height: 1.25;
  text-transform: uppercase;
}
@media screen and (max-width: 800px) {
  .tabs #panel-4 .stepped-labels .cost-main-heading {
    font-size: 1rem;
  }
}
.tabs #panel-4 .stepped-labels .cost-main-heading span {
  width: 33.3333333333%;
  padding: 0px 20px;
}
.tabs #panel-4 .stepped-labels .cost-main-heading span:first-child.full {
  width: 100% !important;
  text-align: center;
}
.tabs #panel-4 .stepped-labels {
  background: var(--primary-color-2);
  color: #fff;
  padding: 15px 0px;
  border: none !important;
}
.tabs #panel-4 .gform_wrapper.gravity-theme form {
  text-align: left;
}
.tabs #panel-4 .cost-calculator .gfield,
.tabs #panel-4 .cost-calculator .gform_footer {
  border-top: 1px solid #9fa5b1;
}
.tabs #panel-4 .cost-calculator .gform_footer {
  text-align: center;
  padding: 0px !important;
  margin: 0 !important;
  display: flex;
  justify-content: flex-end;
}
.tabs #panel-4 .cost-calculator .gform_footer input {
  font-size: 15px !important;
  padding: 0px !important;
  margin-bottom: 0px !important;
}
.tabs #panel-4 .cost-calculator .gform_footer .reset {
  margin-left: 1px !important;
}
.tabs #panel-4 .cost-calculator #field_3_34 {
  display: none;
}
.tabs #panel-4 .cost-calculator .gform_fields {
  grid-column-gap: unset !important;
  grid-row-gap: unset !important;
  border-bottom: 1px solid #9fa5b1;
}
.tabs #panel-4 .cost-calculator .gfield .gfield_label,
.tabs #panel-4 .stepped-labels .cost-main-heading span:first-child {
  width: 40% !important;
}
.tabs #panel-4 .cost-calculator .gfield .ginput_container_text,
.tabs #panel-4 .gfield .ginput_container_email,
.tabs #panel-4 .stepped-labels .cost-main-heading span:nth-child(2),
.tabs #panel-4 .cost-calculator .gform_footer input,
.tabs #panel-4 .cost-calculator .gfield .gfield_description,
.tabs #panel-4 .stepped-labels .cost-main-heading span:nth-child(3) {
  width: 30% !important;
}
.tabs #panel-4 .cost-calculator .gfield .gfield_label,
.tabs #panel-4 .cost-calculator .gfield .gfield_description,
.tabs #panel-4 .gform_confirmation_message_8 th,
.tabs #panel-4 .gform_confirmation_message_8 td {
  padding: 15px 20px !important;
  line-height: 1.3 !important;
}
@media screen and (max-width: 650px) {
  .tabs #panel-4 .cost-calculator .gfield .gfield_label,
  .tabs #panel-4 .cost-calculator .gfield .gfield_description,
  .tabs #panel-4 .gform_confirmation_message_8 th,
  .tabs #panel-4 .gform_confirmation_message_8 td {
    font-size: 0.875rem;
    padding: 15px 10px !important;
  }
}
.tabs #panel-4 .cost-calculator .gfield .ginput_container_text input[type=text],
.tabs #panel-4 .cost-calculator .gfield .ginput_container_email input[type=email] {
  background-color: #daf0f5;
  border: 0 !important;
  padding: 10px !important;
  height: 100%;
  font-size: 1rem !important;
}
@media screen and (max-width: 650px) {
  .tabs #panel-4 .cost-calculator .gfield .ginput_container_text input[type=text],
  .tabs #panel-4 .cost-calculator .gfield .ginput_container_email input[type=email] {
    font-size: 0.875rem !important;
  }
}
.tabs #panel-4 .cost-calculator .gfield .gfield_label,
.tabs #panel-4 .cost-calculator .gfield .ginput_container_text,
.tabs #panel-4 .cost-calculator .gfield .ginput_container_email,
.tabs #panel-4 .gform_confirmation_message_8 tbody td:not(:last-child) {
  border-right: 1px solid #9fa5b1;
}
.tabs #panel-4 .gform_confirmation_message_8 tbody td {
  border-bottom: 1px solid #9fa5b1 !important;
}
.tabs #panel-4 .cost-calculator .gfield .gfield_label {
  font-weight: 400 !important;
  border-left: 1px solid #9fa5b1;
}
.tabs #panel-4 .cost-inner-heading {
  width: 100%;
  padding: 10px 0px !important;
  font-size: 1.375rem;
}
@media screen and (max-width: 800px) {
  .tabs #panel-4 .cost-inner-heading {
    font-size: 1.25rem;
  }
}
.tabs #panel-4 .stepped-heading {
  border-top: none !important;
}
.tabs #panel-4 .cost-calculator .table {
  margin-bottom: 0px !important;
}
.tabs #panel-4 .gfield_description {
  border-right: 1px solid #9fa5b1;
}
.tabs #panel-4 .gform_wrapper.gravity-theme .gf_progressbar_title {
  font-family: "Libre Franklin", Arial, Helvetica, sans-serif !important;
  font-size: 1rem !important;
  color: #1f2125;
}
.tabs #panel-4 .gform_wrapper.gravity-theme .gf_progressbar {
  border-radius: 15px;
}
.tabs #panel-4 .gform_wrapper.gravity-theme .gf_progressbar_percentage {
  height: 30px;
  border-radius: 15px;
}
.tabs #panel-4 .gform_wrapper.gravity-theme .gf_progressbar_percentage:not(.percentbar_100) {
  border-radius: 15px 0 0 15px;
}
.tabs #panel-4 .gform_wrapper.gravity-theme .gf_progressbar_percentage span {
  font-family: "Libre Franklin", Arial, Helvetica, sans-serif !important;
  font-size: 1rem !important;
  margin-top: 5px;
}
.tabs #panel-4 .gform_wrapper.gravity-theme .gform_page_footer.left_label {
  padding-left: 0px !important;
  padding-bottom: 0px !important;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.tabs #panel-4 .gform_next_button,
.tabs #panel-4 .gform_previous_button,
.tabs #panel-4 #gform_submit_button_3 {
  padding: 15px 35px !important;
  border: none;
  max-width: 49%;
  white-space: unset;
  height: 100%;
  line-height: 1.25 !important;
}
@media screen and (max-width: 800px) {
  .tabs #panel-4 .gform_next_button,
  .tabs #panel-4 .gform_previous_button,
  .tabs #panel-4 #gform_submit_button_3 {
    max-width: none;
    width: 100%;
    margin-top: 10px;
    margin-left: 0px;
    padding: 15px 25px !important;
  }
}
.tabs #panel-4 .gform_next_button:hover, .tabs #panel-4 .gform_next_button:focus,
.tabs #panel-4 .gform_previous_button:hover,
.tabs #panel-4 .gform_previous_button:focus,
.tabs #panel-4 #gform_submit_button_3:hover,
.tabs #panel-4 #gform_submit_button_3:focus {
  text-decoration: underline;
  box-shadow: none !important;
  border: none !important;
}
.tabs #panel-4 .gform_wrapper.gravity-theme .gform_page_footer input {
  margin-bottom: 0px !important;
}
.tabs #panel-4 .gform_next_button {
  align-self: flex-end;
}
.tabs #panel-4 .gform_ajax_spinner {
  display: none !important;
}
.tabs #panel-4 #gform_page_3_1 .gform_page_footer.left_label {
  justify-content: flex-end;
}
.tabs #panel-4 .gform_required_legend {
  display: none;
}
.tabs #panel-4 .gfield_error .gfield_description:not(.validation_message) {
  display: none;
}
.tabs #panel-4 .cost-calculator .gfield.gfield_error .validation_message {
  margin: 0px !important;
  padding-top: 17px !important;
}
.tabs #panel-4 #gform_wrapper_3.gform_wrapper.gravity-theme .gform_validation_errors {
  padding: 16px;
  text-align: center;
}
.tabs #panel-4 #gform_wrapper_3.gform_wrapper.gravity-theme .gform_validation_errors > h2 {
  font-size: 1rem;
}

html:not(.wp-toolbar) .testimonials.lifestyle-testimonials .testimonials-slider__content__heading {
  display: none;
}
html:not(.wp-toolbar) .testimonials {
  margin-block: 2rem;
}
html:not(.wp-toolbar) .testimonials .container {
  width: 70vw !important;
}
@media screen and (max-width: 1200px) {
  html:not(.wp-toolbar) .testimonials .container {
    width: 87vw !important;
  }
}
html:not(.wp-toolbar) .testimonials-slider {
  padding-block: 2rem;
  overflow: visible;
}
html:not(.wp-toolbar) .testimonials-slider .swiper-slide {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media screen and (max-width: 800px) {
  html:not(.wp-toolbar) .testimonials-slider .swiper-slide {
    flex-direction: column;
  }
}
html:not(.wp-toolbar) .testimonials-slider__img {
  flex-basis: 30%;
  height: 400px;
  overflow: hidden;
}
@media screen and (max-width: 800px) {
  html:not(.wp-toolbar) .testimonials-slider__img {
    max-width: 70vw;
    margin-inline: auto;
    margin-block-end: 1em;
  }
}
html:not(.wp-toolbar) .testimonials-slider__img img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
html:not(.wp-toolbar) .testimonials-slider__content {
  flex-basis: 50%;
  padding-left: 2rem;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 800px) {
  html:not(.wp-toolbar) .testimonials-slider__content {
    width: 100%;
    padding-left: 0px;
  }
}
html:not(.wp-toolbar) .testimonials-slider__content__inner {
  width: 100%;
}
html:not(.wp-toolbar) .testimonials-slider__content__heading {
  text-transform: uppercase;
  margin-inline: auto;
  position: relative;
  display: block;
  width: fit-content;
}
@media screen and (max-width: 800px) {
  html:not(.wp-toolbar) .testimonials-slider__content__heading {
    font-size: 1.25rem;
    margin-block-end: 0.5em;
  }
}
html:not(.wp-toolbar) .testimonials-slider__content__title {
  font-size: 2.5rem;
  color: #565b36;
}
@media screen and (max-width: 1200px) {
  html:not(.wp-toolbar) .testimonials-slider__content__title {
    font-size: 2.25rem;
    margin-bottom: 10px;
  }
}
html:not(.wp-toolbar) .testimonials-slider__content__text {
  line-height: 1.5;
}
html:not(.wp-toolbar) .testimonials-slider__content__author {
  display: block;
  font-variation-settings: "wdth" 90;
  font-size: 1.75rem;
  color: #5a5e64;
  font-weight: 450;
  font-family: "Special Gothic", Arial, Helvetica, sans-serif;
  margin-bottom: 0;
}
@media screen and (max-width: 1200px) {
  html:not(.wp-toolbar) .testimonials-slider__content__author {
    font-size: 1.5rem;
  }
}
html:not(.wp-toolbar) .testimonials-slider .swiper-pagination {
  position: relative;
  z-index: 10;
  width: inherit;
  padding-top: 1.5rem;
}
html:not(.wp-toolbar) .testimonials-slider .swiper-pagination-bullet {
  width: 16px;
  height: 16px;
  margin: -10px 6px;
  background-color: #3d83b7;
  opacity: 0.3;
  transition: 0.3s ease-in-out;
}
@media screen and (max-width: 420px) {
  html:not(.wp-toolbar) .testimonials-slider .swiper-pagination-bullet {
    width: 3.81vw;
    height: 3.81vw;
    margin: -2.381vw 6px;
  }
}
html:not(.wp-toolbar) .testimonials-slider .swiper-pagination-bullet-active {
  opacity: 1;
}
html:not(.wp-toolbar) .testimonials-slider .swiper-button-prev,
html:not(.wp-toolbar) .testimonials-slider .swiper-button-next {
  width: 35px;
  height: 60px;
  background-image: url("img/arrow.svg");
  color: #3d83b7;
  background-size: cover;
  background-repeat: no-repeat;
  transform: translateY(-50%);
  top: 50%;
  z-index: 20;
  margin-block: 0;
}
html:not(.wp-toolbar) .testimonials-slider .swiper-button-prev:after,
html:not(.wp-toolbar) .testimonials-slider .swiper-button-next:after {
  display: none;
}
@media screen and (max-width: 800px) {
  html:not(.wp-toolbar) .testimonials-slider .swiper-button-prev,
  html:not(.wp-toolbar) .testimonials-slider .swiper-button-next {
    scale: 90%;
    top: 250px;
  }
}
html:not(.wp-toolbar) .testimonials-slider .swiper-button-prev {
  left: -1rem;
}
@media screen and (max-width: 800px) {
  html:not(.wp-toolbar) .testimonials-slider .swiper-button-prev {
    left: -1rem;
  }
}
html:not(.wp-toolbar) .testimonials-slider .swiper-button-next {
  right: -1rem;
  transform: translateY(-50%) scale(-1, 1);
}
@media screen and (max-width: 800px) {
  html:not(.wp-toolbar) .testimonials-slider .swiper-button-next {
    right: -1rem;
  }
}

.text {
  padding-block: 1em;
  width: 65vw;
  margin-inline: auto;
}
@media screen and (max-width: 1200px) {
  .text {
    width: 80vw;
  }
}
@media screen and (max-width: 800px) {
  .text {
    width: 92vw;
  }
}
.text .container {
  padding: 0 !important;
}
.text h2,
.text h3 {
  width: 100%;
}
.text ul,
.text ol {
  margin-left: 1rem;
}
.text.form-cookies-link p a {
  font-size: 15px;
}

.text > * + * {
  margin: 0;
  margin-block-start: 0.5em;
}

.two-columns ul {
  padding: 0;
  margin-left: 1em;
  columns: 2;
  font-size: 18px;
  column-gap: 3em;
}
.two-columns ul li {
  padding: 0.2em;
  margin-block: 0.2em;
  break-inside: avoid;
}
@media screen and (max-width: 800px) {
  .two-columns ul {
    columns: 1;
    font-size: 1rem;
  }
}

.alternating-columns__text ul li:nth-child(even) {
  color: #4c631f;
}

.alternating-columns ul li:nth-child(even) {
  background-color: beige;
}

.text-left-form-right {
  margin-bottom: 50px;
  position: relative;
}
.text-left-form-right .container {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
.text-left-form-right .text-left {
  width: calc(100% - 445px);
  padding: 30px 50px 0px 0px;
}
@media screen and (max-width: 1200px) {
  .text-left-form-right .text-left {
    width: calc(100% - 350px);
    padding: 30px 30px 0px 0px;
  }
}
@media screen and (max-width: 800px) {
  .text-left-form-right .text-left {
    width: 100%;
    padding: 10px 0px 0px;
  }
}
.text-left-form-right .form-right {
  width: 425px;
  margin-top: -140px;
  margin-right: 20px;
  border: 15px solid #5c5c64;
  background-color: #ffffff;
  padding: 20px 20px 50px;
}
@media screen and (max-width: 1200px) {
  .text-left-form-right .form-right {
    margin-top: 50px;
    margin-right: 0px;
    width: 350px;
  }
}
@media screen and (max-width: 800px) {
  .text-left-form-right .form-right {
    width: 100%;
    margin-top: 20px;
    padding: 20px;
  }
}
.text-left-form-right .form-right h2 {
  font-size: 1.75rem;
  line-height: 1.2;
  text-transform: uppercase;
  color: #ffffff;
  background-color: var(--secondary-color);
  padding: 18px 15px 15px;
  margin-left: -35px;
  margin-right: -35px;
  width: calc(100% + 70px);
  text-align: center;
}
@media screen and (max-width: 1200px) {
  .text-left-form-right .form-right h2 {
    font-size: 1.4375rem;
  }
}
@media screen and (max-width: 800px) {
  .text-left-form-right .form-right h2 {
    font-size: 1.25rem;
    padding: 13px 15px 11px;
  }
}

.thank-you-text {
  padding: 100px 0px;
  min-height: 70vh;
  text-align: center;
}
@media screen and (max-width: 1200px) {
  .thank-you-text {
    padding: 70px 0px;
  }
}
@media screen and (max-width: 800px) {
  .thank-you-text {
    padding: 30px 0px;
  }
}
.thank-you-text .container {
  max-width: 1400px !important;
}
.thank-you-text__text {
  font-size: 1.2em;
  max-width: 60ch;
  margin-inline: auto;
}
@media screen and (max-width: 800px) {
  .thank-you-text__text {
    max-width: 100%;
  }
}

body.lb-disable-scrolling {
  overflow: hidden;
}

.lightboxOverlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: black;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
  display: none;
}

.lightbox {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 10000;
  text-align: center;
  line-height: 0;
  font-weight: normal;
  outline: none;
}

.lightbox .lb-image {
  display: block;
  height: auto;
  max-width: inherit;
  max-height: none;
  border-radius: 3px;
  /* Image border */
  border: 4px solid white;
}

.lightbox a img {
  border: none;
}

.lb-outerContainer {
  position: relative;
  *zoom: 1;
  width: 250px;
  height: 250px;
  margin: 0 auto;
  border-radius: 4px;
  /* Background color behind image.
     This is visible during transitions. */
  background-color: white;
}

.lb-outerContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-loader {
  position: absolute;
  top: 43%;
  left: 0;
  height: 25%;
  width: 100%;
  text-align: center;
  line-height: 0;
}

.lb-cancel {
  display: block;
  width: 32px;
  height: 32px;
  margin: 0 auto;
  background: url("/wp-content/themes/josephine-cascade-village/img/loading.gif") no-repeat;
}

.lb-nav {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
}

.lb-container > .nav {
  left: 0;
}

.lb-nav a {
  outline: none;
  background-image: url("data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==");
}

.lb-prev, .lb-next {
  height: 100%;
  cursor: pointer;
  display: block;
}

.lb-nav a.lb-prev {
  width: 34%;
  left: 0;
  float: left;
  background: url("/wp-content/themes/josephine-cascade-village/img/prev.png") left 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}

.lb-nav a.lb-prev:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.lb-nav a.lb-next {
  width: 64%;
  right: 0;
  float: right;
  background: url("/wp-content/themes/josephine-cascade-village/img/next.png") right 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}

.lb-nav a.lb-next:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.lb-dataContainer {
  margin: 0 auto;
  padding-bottom: 5px;
  *zoom: 1;
  width: 100%;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  top: -35px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

.lb-dataContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-data {
  padding: 0 4px;
  color: #ccc;
}

.lb-data .lb-details {
  width: 85%;
  float: left;
  text-align: left;
  line-height: 1.1em;
}

.lb-data .lb-caption {
  font-size: 1.125rem;
  line-height: 1em;
  position: relative;
  top: 2px;
}
@media screen and (max-width: 800px) {
  .lb-data .lb-caption {
    font-size: 1rem;
    top: 5px;
  }
}

.lb-data .lb-caption a {
  color: #4ae;
}

.lb-data .lb-number {
  display: block;
  clear: left;
  padding-bottom: 1em;
  font-size: 0.75rem;
  color: #999999;
}

.lb-data .lb-close {
  display: block;
  float: right;
  width: 30px;
  height: 30px;
  background: url("/wp-content/themes/josephine-cascade-village/img/close.png") top right no-repeat;
  text-align: right;
  outline: none;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

.lb-data .lb-close:hover {
  cursor: pointer;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

/**************************\
  Basic Modal Styles
\**************************/
.modal__overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.6);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}

.modal__container {
  margin: 15px;
  max-height: 85vh;
  border-radius: 4px;
  overflow-y: auto;
}

.modal__header {
  align-items: center;
  display: flex;
  height: 30px;
  justify-content: space-between;
}

.modal__title {
  align-items: center;
  display: flex;
  flex-direction: row-reverse;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 400;
}

.modal__title svg {
  height: auto;
  margin-right: 15px;
  width: 85px;
}

.modal__close {
  align-items: center;
  background-color: #8e2f4b;
  border-radius: 50%;
  color: #ffffff;
  display: flex;
  border: none;
  font-size: 1.75rem;
  height: clamp(calculateRem(35px), 4vw, calculateRem(48px));
  justify-content: center;
  outline-offset: 5px;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 0.2s ease-in-out;
  transform: scale(1) translate(0, 25%);
  width: clamp(calculateRem(35px), 4vw, calculateRem(48px));
}
.modal__close:focus-visible {
  outline: 1px solid #f38209;
}
.modal__close:active {
  transform: scale(0.95);
}

.modal__content {
  line-height: 1.5;
  color: #ffffff;
}

.modal[data-type=youtube] .modal__container {
  max-width: 1200px;
  width: 100%;
}
.modal[data-type=youtube] .modal__content {
  aspect-ratio: 16/9;
}
.modal[data-type=youtube] .modal__content iframe {
  height: 100%;
  width: 100%;
}

.modal__header .modal__close:before {
  content: "✕";
}

.modal__btn {
  font-size: 0.875rem;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  background-color: #e6e6e6;
  color: rgba(0, 0, 0, 0.8);
  border-radius: 0.25rem;
  border-style: none;
  border-width: 0;
  cursor: pointer;
  -webkit-appearance: button;
  text-transform: none;
  overflow: visible;
  line-height: 1.15;
  margin: 0;
  will-change: transform;
  -moz-osx-font-smoothing: grayscale;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  transition: -webkit-transform 0.25s ease-out;
  transition: transform 0.25s ease-out;
  transition: transform 0.25s ease-out, -webkit-transform 0.25s ease-out;
}

.modal__btn:focus, .modal__btn:hover {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

.modal__btn-primary {
  background-color: #00449e;
  color: #fff;
}

/**************************\
  Demo Animation Style
\**************************/
@keyframes mmfadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes mmfadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes mmslideIn {
  from {
    transform: translateY(15%);
  }
  to {
    transform: translateY(0);
  }
}
@keyframes mmslideOut {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(-10%);
  }
}
.micromodal-slide {
  display: none;
}

.micromodal-slide.is-open {
  display: block;
}

.micromodal-slide[aria-hidden=false] .modal__overlay {
  animation: mmfadeIn 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide[aria-hidden=false] .modal__container {
  animation: mmslideIn 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide[aria-hidden=true] .modal__overlay {
  animation: mmfadeOut 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide[aria-hidden=true] .modal__container {
  animation: mmslideOut 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide .modal__container,
.micromodal-slide .modal__overlay {
  will-change: transform;
}

@media screen and (max-width: 1200px) {
  .lg-70 {
    height: 70px !important;
  }
}

@media screen and (max-width: 1200px) {
  .lg-35 {
    height: 35px !important;
  }
}

@media screen and (max-width: 800px) {
  .md-35 {
    height: 35px !important;
  }
}

@media screen and (max-width: 800px) {
  .md-30 {
    height: 30px !important;
  }
}

@media screen and (max-width: 800px) {
  .md-20 {
    height: 20px !important;
  }
}

@media screen and (max-width: 800px) {
  .md-10 {
    height: 10px !important;
  }
}

/*# sourceMappingURL=style.css.map */
