/*!***********************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[0].use[2]!./css/src/index.css ***!
  \***********************************************************************************************************************************************************************/
/*
! tailwindcss v3.3.2 | MIT License | https://tailwindcss.com
*//*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

*,
::before,
::after {
  box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: #e5e7eb; /* 2 */
}

::before,
::after {
  --tw-content: '';
}

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
*/

html {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -moz-tab-size: 4; /* 3 */
  -o-tab-size: 4;
     tab-size: 4; /* 3 */
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 4 */
  font-feature-settings: normal; /* 5 */
  font-variation-settings: normal; /* 6 */
}

/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/

body {
  margin: 0; /* 1 */
  line-height: inherit; /* 2 */
}

/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/

hr {
  height: 0; /* 1 */
  color: inherit; /* 2 */
  border-top-width: 1px; /* 3 */
}

/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/

abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/*
Remove the default font size and weight for headings.
*/

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

/*
Reset links to optimize for opt-in styling instead of opt-out.
*/

a {
  color: inherit;
  text-decoration: inherit;
}

/*
Add the correct font weight in Edge and Safari.
*/

b,
strong {
  font-weight: bolder;
}

/*
1. Use the user's configured `mono` font family by default.
2. Correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/*
Add the correct font size in all browsers.
*/

small {
  font-size: 80%;
}

/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/

table {
  text-indent: 0; /* 1 */
  border-color: inherit; /* 2 */
  border-collapse: collapse; /* 3 */
}

/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  font-weight: inherit; /* 1 */
  line-height: inherit; /* 1 */
  color: inherit; /* 1 */
  margin: 0; /* 2 */
  padding: 0; /* 3 */
}

/*
Remove the inheritance of text transform in Edge and Firefox.
*/

button,
select {
  text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/

button,
[type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button; /* 1 */
  background-color: transparent; /* 2 */
  background-image: none; /* 2 */
}

/*
Use the modern Firefox focus style for all focusable elements.
*/

:-moz-focusring {
  outline: auto;
}

/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/

:-moz-ui-invalid {
  box-shadow: none;
}

/*
Add the correct vertical alignment in Chrome and Firefox.
*/

progress {
  vertical-align: baseline;
}

/*
Correct the cursor style of increment and decrement buttons in Safari.
*/

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/

[type='search'] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/*
Remove the inner padding in Chrome and Safari on macOS.
*/

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

/*
Add the correct display in Chrome and Safari.
*/

summary {
  display: list-item;
}

/*
Removes the default spacing and border for appropriate elements.
*/

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/

input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}

input::placeholder,
textarea::placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}

/*
Set the default cursor for buttons.
*/

button,
[role="button"] {
  cursor: pointer;
}

/*
Make sure disabled buttons don't get the pointer cursor.
*/
:disabled {
  cursor: default;
}

/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block; /* 1 */
  vertical-align: middle; /* 2 */
}

/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/

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

/* Make elements with the HTML hidden attribute stay hidden by default */
[hidden] {
  display: none;
}

*, ::before, ::after{
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}

::backdrop{
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}
.container{
  width: 100%;
}
@media (min-width: 640px){

  .container{
    max-width: 640px;
  }
}
@media (min-width: 768px){

  .container{
    max-width: 768px;
  }
}
@media (min-width: 1024px){

  .container{
    max-width: 1024px;
  }
}
@media (min-width: 1280px){

  .container{
    max-width: 1280px;
  }
}
@media (min-width: 1536px){

  .container{
    max-width: 1536px;
  }
}
.sr-only{
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}
.visible{
  visibility: visible;
}
.static{
  position: static;
}
.\!absolute{
  position: absolute !important;
}
.absolute{
  position: absolute;
}
.relative{
  position: relative;
}
.inset-0{
  inset: 0px;
}
.-right-20{
  right: -5rem;
}
.-top-20{
  top: -5rem;
}
.bottom-4{
  bottom: 1rem;
}
.bottom-5{
  bottom: 1.25rem;
}
.bottom-8{
  bottom: 2rem;
}
.left-0{
  left: 0px;
}
.right-0{
  right: 0px;
}
.right-5{
  right: 1.25rem;
}
.top-0{
  top: 0px;
}
.top-1\/2{
  top: 50%;
}
.top-full{
  top: 100%;
}
.-z-10{
  z-index: -10;
}
.z-10{
  z-index: 10;
}
.z-40{
  z-index: 40;
}
.z-50{
  z-index: 50;
}
.order-1{
  order: 1;
}
.order-2{
  order: 2;
}
.order-3{
  order: 3;
}
.m-0{
  margin: 0px;
}
.m-auto{
  margin: auto;
}
.-mx-2{
  margin-left: -0.5rem;
  margin-right: -0.5rem;
}
.-mx-5{
  margin-left: -1.25rem;
  margin-right: -1.25rem;
}
.mx-auto{
  margin-left: auto;
  margin-right: auto;
}
.my-10{
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}
.my-12{
  margin-top: 3rem;
  margin-bottom: 3rem;
}
.my-14{
  margin-top: 3.5rem;
  margin-bottom: 3.5rem;
}
.my-16{
  margin-top: 4rem;
  margin-bottom: 4rem;
}
.my-2{
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
.my-20{
  margin-top: 5rem;
  margin-bottom: 5rem;
}
.my-24{
  margin-top: 6rem;
  margin-bottom: 6rem;
}
.my-3{
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
}
.my-4{
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.my-5{
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}
.my-6{
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}
.\!mt-0{
  margin-top: 0px !important;
}
.\!mt-8{
  margin-top: 2rem !important;
}
.-ml-2{
  margin-left: -0.5rem;
}
.mb-1{
  margin-bottom: 0.25rem;
}
.mb-10{
  margin-bottom: 2.5rem;
}
.mb-12{
  margin-bottom: 3rem;
}
.mb-14{
  margin-bottom: 3.5rem;
}
.mb-16{
  margin-bottom: 4rem;
}
.mb-2{
  margin-bottom: 0.5rem;
}
.mb-20{
  margin-bottom: 5rem;
}
.mb-3{
  margin-bottom: 0.75rem;
}
.mb-32{
  margin-bottom: 8rem;
}
.mb-4{
  margin-bottom: 1rem;
}
.mb-5{
  margin-bottom: 1.25rem;
}
.mb-6{
  margin-bottom: 1.5rem;
}
.mb-7{
  margin-bottom: 1.75rem;
}
.mb-8{
  margin-bottom: 2rem;
}
.ml-0{
  margin-left: 0px;
}
.ml-2{
  margin-left: 0.5rem;
}
.ml-3{
  margin-left: 0.75rem;
}
.ml-5{
  margin-left: 1.25rem;
}
.ml-6{
  margin-left: 1.5rem;
}
.ml-8{
  margin-left: 2rem;
}
.ml-auto{
  margin-left: auto;
}
.mr-10{
  margin-right: 2.5rem;
}
.mr-2{
  margin-right: 0.5rem;
}
.mr-2\.5{
  margin-right: 0.625rem;
}
.mr-3{
  margin-right: 0.75rem;
}
.mr-4{
  margin-right: 1rem;
}
.mr-5{
  margin-right: 1.25rem;
}
.mr-6{
  margin-right: 1.5rem;
}
.mr-auto{
  margin-right: auto;
}
.mt-10{
  margin-top: 2.5rem;
}
.mt-16{
  margin-top: 4rem;
}
.mt-4{
  margin-top: 1rem;
}
.mt-5{
  margin-top: 1.25rem;
}
.mt-6{
  margin-top: 1.5rem;
}
.mt-auto{
  margin-top: auto;
}
.block{
  display: block;
}
.inline-block{
  display: inline-block;
}
.flex{
  display: flex;
}
.inline-flex{
  display: inline-flex;
}
.grid{
  display: grid;
}
.hidden{
  display: none;
}
.h-10{
  height: 2.5rem;
}
.h-14{
  height: 3.5rem;
}
.h-24{
  height: 6rem;
}
.h-7{
  height: 1.75rem;
}
.h-\[300px\]{
  height: 300px;
}
.h-\[466px\]{
  height: 466px;
}
.h-\[87px\]{
  height: 87px;
}
.h-\[calc\(100vh-6rem\)\]{
  height: calc(100vh - 6rem);
}
.h-auto{
  height: auto;
}
.h-full{
  height: 100%;
}
.min-h-\[480px\]{
  min-height: 480px;
}
.min-h-\[74px\]{
  min-height: 74px;
}
.w-1\/2{
  width: 50%;
}
.w-1\/5{
  width: 20%;
}
.w-10{
  width: 2.5rem;
}
.w-10\/12{
  width: 83.333333%;
}
.w-2\/12{
  width: 16.666667%;
}
.w-24{
  width: 6rem;
}
.w-40{
  width: 10rem;
}
.w-6{
  width: 1.5rem;
}
.w-64{
  width: 16rem;
}
.w-\[calc\(50\%-10px\)\]{
  width: calc(50% - 10px);
}
.w-full{
  width: 100%;
}
.max-w-2xl{
  max-width: 42rem;
}
.max-w-3xl{
  max-width: 48rem;
}
.max-w-5xl{
  max-width: 64rem;
}
.max-w-\[1180px\]{
  max-width: 1180px;
}
.max-w-\[1480px\]{
  max-width: 1480px;
}
.max-w-\[380px\]{
  max-width: 380px;
}
.max-w-full{
  max-width: 100%;
}
.max-w-lg{
  max-width: 32rem;
}
.max-w-md{
  max-width: 28rem;
}
.max-w-section-header{
  max-width: 980px;
}
.max-w-site{
  max-width: 1220px;
}
.flex-shrink-0{
  flex-shrink: 0;
}
.shrink{
  flex-shrink: 1;
}
.shrink-0{
  flex-shrink: 0;
}
.flex-grow{
  flex-grow: 1;
}
.basis-96{
  flex-basis: 24rem;
}
.-translate-y-1\/2{
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.-rotate-45{
  --tw-rotate: -45deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.-rotate-90{
  --tw-rotate: -90deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.columns-2{
  -moz-columns: 2;
       columns: 2;
}
.grid-cols-1{
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.flex-col{
  flex-direction: column;
}
.flex-wrap{
  flex-wrap: wrap;
}
.items-center{
  align-items: center;
}
.justify-end{
  justify-content: flex-end;
}
.justify-center{
  justify-content: center;
}
.justify-between{
  justify-content: space-between;
}
.justify-items-center{
  justify-items: center;
}
.gap-3{
  gap: 0.75rem;
}
.gap-4{
  gap: 1rem;
}
.gap-5{
  gap: 1.25rem;
}
.gap-8{
  gap: 2rem;
}
.gap-x-10{
  -moz-column-gap: 2.5rem;
       column-gap: 2.5rem;
}
.gap-x-2{
  -moz-column-gap: 0.5rem;
       column-gap: 0.5rem;
}
.gap-x-5{
  -moz-column-gap: 1.25rem;
       column-gap: 1.25rem;
}
.gap-y-10{
  row-gap: 2.5rem;
}
.gap-y-3{
  row-gap: 0.75rem;
}
.gap-y-4{
  row-gap: 1rem;
}
.gap-y-5{
  row-gap: 1.25rem;
}
.gap-y-8{
  row-gap: 2rem;
}
.space-y-4 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1rem * var(--tw-space-y-reverse));
}
.overflow-hidden{
  overflow: hidden;
}
.rounded-\[10px\]{
  border-radius: 10px;
}
.rounded-full{
  border-radius: 9999px;
}
.border-2{
  border-width: 2px;
}
.border-y{
  border-top-width: 1px;
  border-bottom-width: 1px;
}
.border-b{
  border-bottom-width: 1px;
}
.border-b-\[3px\]{
  border-bottom-width: 3px;
}
.border-l{
  border-left-width: 1px;
}
.border-r{
  border-right-width: 1px;
}
.border-t{
  border-top-width: 1px;
}
.border-t-4{
  border-top-width: 4px;
}
.border-t-\[3px\]{
  border-top-width: 3px;
}
.\!border-dark-green{
  --tw-border-opacity: 1 !important;
  border-color: rgb(0 57 29 / var(--tw-border-opacity)) !important;
}
.border-\[\#7A9788\]{
  --tw-border-opacity: 1;
  border-color: rgb(122 151 136 / var(--tw-border-opacity));
}
.border-\[\#7C9788\]{
  --tw-border-opacity: 1;
  border-color: rgb(124 151 136 / var(--tw-border-opacity));
}
.border-black{
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity));
}
.border-contrast{
  --tw-border-opacity: 1;
  border-color: rgb(1 57 29 / var(--tw-border-opacity));
}
.border-dark-green{
  --tw-border-opacity: 1;
  border-color: rgb(0 57 29 / var(--tw-border-opacity));
}
.border-gray-500{
  --tw-border-opacity: 1;
  border-color: rgb(107 114 128 / var(--tw-border-opacity));
}
.border-primary{
  --tw-border-opacity: 1;
  border-color: rgb(137 195 62 / var(--tw-border-opacity));
}
.\!bg-theme{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(247 245 242 / var(--tw-bg-opacity)) !important;
}
.\!bg-transparent{
  background-color: transparent !important;
}
.bg-\[\#F7F5F2\]{
  --tw-bg-opacity: 1;
  background-color: rgb(247 245 242 / var(--tw-bg-opacity));
}
.bg-black{
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}
.bg-contrast{
  --tw-bg-opacity: 1;
  background-color: rgb(1 57 29 / var(--tw-bg-opacity));
}
.bg-dark-green{
  --tw-bg-opacity: 1;
  background-color: rgb(0 57 29 / var(--tw-bg-opacity));
}
.bg-gray-500{
  --tw-bg-opacity: 1;
  background-color: rgb(107 114 128 / var(--tw-bg-opacity));
}
.bg-light-green{
  --tw-bg-opacity: 1;
  background-color: rgb(170 210 185 / var(--tw-bg-opacity));
}
.bg-secondary{
  --tw-bg-opacity: 1;
  background-color: rgb(241 101 49 / var(--tw-bg-opacity));
}
.bg-theme{
  --tw-bg-opacity: 1;
  background-color: rgb(247 245 242 / var(--tw-bg-opacity));
}
.bg-white{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.fill-dark-green{
  fill: #00391D;
}
.fill-light-green{
  fill: #AAD2B9;
}
.fill-theme{
  fill: #f7f5f2;
}
.fill-white{
  fill: #ffffff;
}
.object-cover{
  -o-object-fit: cover;
     object-fit: cover;
}
.object-center{
  -o-object-position: center;
     object-position: center;
}
.p-10{
  padding: 2.5rem;
}
.p-3{
  padding: 0.75rem;
}
.p-5{
  padding: 1.25rem;
}
.px-2{
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.px-20{
  padding-left: 5rem;
  padding-right: 5rem;
}
.px-5{
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
.px-6{
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.py-10{
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
.py-12{
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.py-14{
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
}
.py-16{
  padding-top: 4rem;
  padding-bottom: 4rem;
}
.py-24{
  padding-top: 6rem;
  padding-bottom: 6rem;
}
.py-3{
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.py-4{
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.py-40{
  padding-top: 10rem;
  padding-bottom: 10rem;
}
.py-5{
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}
.py-56{
  padding-top: 14rem;
  padding-bottom: 14rem;
}
.py-6{
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.py-7{
  padding-top: 1.75rem;
  padding-bottom: 1.75rem;
}
.py-8{
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.pb-10{
  padding-bottom: 2.5rem;
}
.pb-12{
  padding-bottom: 3rem;
}
.pb-14{
  padding-bottom: 3.5rem;
}
.pb-16{
  padding-bottom: 4rem;
}
.pb-20{
  padding-bottom: 5rem;
}
.pb-3{
  padding-bottom: 0.75rem;
}
.pb-6{
  padding-bottom: 1.5rem;
}
.pb-\[100\%\]{
  padding-bottom: 100%;
}
.pl-4{
  padding-left: 1rem;
}
.pl-5{
  padding-left: 1.25rem;
}
.pl-6{
  padding-left: 1.5rem;
}
.pl-7{
  padding-left: 1.75rem;
}
.pr-10{
  padding-right: 2.5rem;
}
.pr-12{
  padding-right: 3rem;
}
.pr-16{
  padding-right: 4rem;
}
.pr-24{
  padding-right: 6rem;
}
.pr-5{
  padding-right: 1.25rem;
}
.pt-10{
  padding-top: 2.5rem;
}
.pt-12{
  padding-top: 3rem;
}
.pt-28{
  padding-top: 7rem;
}
.pt-36{
  padding-top: 9rem;
}
.text-left{
  text-align: left;
}
.text-center{
  text-align: center;
}
.font-body{
  font-family: RedHat, Arial;
}
.font-sub{
  font-family: HeptaSlab;
}
.text-22{
  font-size: 1.375rem;
}
.text-26{
  font-size: 1.625rem;
}
.text-2xl{
  font-size: 1.5rem;
  line-height: 2rem;
}
.text-3xl{
  font-size: 1.875rem;
  line-height: 2.25rem;
}
.text-4xl{
  font-size: 2.25rem;
  line-height: 2.5rem;
}
.text-6xl{
  font-size: 3.75rem;
  line-height: 1;
}
.text-7xl{
  font-size: 4.5rem;
  line-height: 1;
}
.text-base{
  font-size: 1rem;
  line-height: 1.5rem;
}
.text-lg{
  font-size: 1.125rem;
  line-height: 1.75rem;
}
.text-sm{
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.text-xl{
  font-size: 1.25rem;
  line-height: 1.75rem;
}
.text-xs{
  font-size: 0.75rem;
  line-height: 1rem;
}
.font-bold{
  font-weight: 700;
}
.font-light{
  font-weight: 300;
}
.font-medium{
  font-weight: 500;
}
.font-normal{
  font-weight: 400;
}
.font-semibold{
  font-weight: 600;
}
.uppercase{
  text-transform: uppercase;
}
.italic{
  font-style: italic;
}
.\!leading-normal{
  line-height: 1.5 !important;
}
.\!leading-relaxed{
  line-height: 1.625 !important;
}
.\!leading-snug{
  line-height: 1.375 !important;
}
.\!leading-tight{
  line-height: 1.25 !important;
}
.leading-loose{
  line-height: 2;
}
.leading-none{
  line-height: 1;
}
.leading-normal{
  line-height: 1.5;
}
.leading-relaxed{
  line-height: 1.625;
}
.leading-snug{
  line-height: 1.375;
}
.leading-tight{
  line-height: 1.25;
}
.\!tracking-widest{
  letter-spacing: 0.1em !important;
}
.tracking-wider{
  letter-spacing: 0.05em;
}
.tracking-widest{
  letter-spacing: 0.1em;
}
.\!text-contrast{
  --tw-text-opacity: 1 !important;
  color: rgb(1 57 29 / var(--tw-text-opacity)) !important;
}
.\!text-dark-green{
  --tw-text-opacity: 1 !important;
  color: rgb(0 57 29 / var(--tw-text-opacity)) !important;
}
.\!text-primary{
  --tw-text-opacity: 1 !important;
  color: rgb(137 195 62 / var(--tw-text-opacity)) !important;
}
.\!text-secondary{
  --tw-text-opacity: 1 !important;
  color: rgb(241 101 49 / var(--tw-text-opacity)) !important;
}
.\!text-white{
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
}
.text-black{
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
.text-contrast{
  --tw-text-opacity: 1;
  color: rgb(1 57 29 / var(--tw-text-opacity));
}
.text-dark-green{
  --tw-text-opacity: 1;
  color: rgb(0 57 29 / var(--tw-text-opacity));
}
.text-primary{
  --tw-text-opacity: 1;
  color: rgb(137 195 62 / var(--tw-text-opacity));
}
.text-secondary{
  --tw-text-opacity: 1;
  color: rgb(241 101 49 / var(--tw-text-opacity));
}
.text-white{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.underline{
  text-decoration-line: underline;
}
.shadow-xl{
  --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.drop-shadow-xl{
  --tw-drop-shadow: drop-shadow(0 20px 13px rgb(0 0 0 / 0.03)) drop-shadow(0 8px 5px rgb(0 0 0 / 0.08));
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.duration-500{
  transition-duration: 500ms;
}
.ease-in-out{
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.menu{
  display: flex;
  -moz-column-gap: 2.5rem;
       column-gap: 2.5rem;
}
@media screen and (min-width: 768px) {
      .image-with-content--image-right > .menu {
        flex-direction: row-reverse;
      }
    }
svg {
  width:100%;
  height: auto;
}
#olm-header-nav.light{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
body#olm-header-nav.light footer {
    border-top: 1px solid #979797;
  }
.aspect img {
  width: 100%;
  height: auto;
}
.aspect-feature img{
  aspect-ratio: 3 / 2;
  -o-object-fit: cover;
     object-fit: cover;
}
.aspect-hero img {
  width: 100%;
  aspect-ratio: 16 / 9;
  -o-object-fit: cover;
     object-fit: cover;
}
.aspect-block img{
  aspect-ratio: 1 / 1;
  -o-object-fit: cover;
     object-fit: cover;
}
/* .aspect-landscape {
  padding-top: 71.42857%;
}

.aspect-landscape img {
  position: absolute;
    left: -1px;
    top: -1px;
    max-width: none;
    width: calc(100% + 2px);
    height: calc(100% + 2px);
    -o-object-fit: cover;
    object-fit: cover;
} */
.btn {
  min-width: 220px;
  text-transform: uppercase;
  text-decoration: none;
  display: inline-block;
  cursor: pointer;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  text-align: center;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 700;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.btn-outline-primary{
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(137 195 62 / var(--tw-border-opacity));
}
.btn-outline-primary:hover{
  --tw-border-opacity: 1;
  border-color: rgb(241 101 49 / var(--tw-border-opacity));
}
.btn-block {
  display: block;
    width: 100%;
}
.acf-map {
  width: 100%;
  height: 610px;
  border: #ccc solid 1px;
  margin: 20px 0;
  }
/* fixes potential theme css conflict */
.acf-map img {
   max-width: inherit !important;
  }
.olm-header-tabs {
    position: absolute;
    left: 0;
    width: 100%;
    transition: all .9s ease-in-out;

}
.olm-header-tabs > * {
    width: 100%;
    display: none;
}
.olm-header-tabs[data-tab='1'] {
    display: flex;
}
.olm-header-tabs[data-tab='2'] {
  display: flex;
}
.olm-header-tabs[data-tab='3'] {
    transform: translateX(-300%);
    -moz-transform: translateX(-300%);
    -webkit-transform: translateX(-300%);
}
.olm-header-tabs[data-tab='4'] {
    transform: translateX(-400%);
    -moz-transform: translateX(-400%);
    -webkit-transform: translateX(-400%);
}
.olm-header-tabs[data-tab='5'] {
    transform: translateX(-500%);
    -moz-transform: translateX(-500%);
    -webkit-transform: translateX(-500%);
}
.olm-header-tabs[data-tab='6'] {
    transform: translateX(-600%);
    -moz-transform: translateX(-600%);
    -webkit-transform: translateX(-600%);
}
.inliner {

white-space: nowrap;
}
.inliner > * {
display: inline-block;
*display: inline;
*zoom: 1;
font-size: 1rem;
letter-spacing: normal;
vertical-align: top;
word-spacing: normal;
white-space: normal;
}
.olm-header-tab {
  display: none;
}
.olm-header-tab.tabActive {
  display:block;
}
#menu-header-learn{
  display: flex;
  flex-direction: column;
  row-gap: 1.25rem;
}
@media screen and (min-width: 768px) {
      .image-with-content--image-right > #menu-header-learn {
        flex-direction: row-reverse;
      }
    }
#menu-header-colleagues{
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  row-gap: 1.25rem;
  -moz-column-gap: 0.25rem !important;
       column-gap: 0.25rem !important;
}
#menu-footer-about{
  margin-top: 0.5rem;
  display: flex;
  flex-direction: column;
  row-gap: 0.5rem;
}
@media screen and (min-width: 768px) {
      .image-with-content--image-right > #menu-footer-about {
        flex-direction: row-reverse;
      }
    }
#menu-footer-about > .menu-item > a{
  font-weight: 100;
}
#menu-footer-about > .menu-item > a:hover{
  --tw-text-opacity: 1;
  color: rgb(241 101 49 / var(--tw-text-opacity));
}
#menu-footer-media{
  margin-top: 0.5rem;
  display: flex;
  flex-direction: column;
  row-gap: 0.5rem;
}
@media screen and (min-width: 768px) {
      .image-with-content--image-right > #menu-footer-media {
        flex-direction: row-reverse;
      }
    }
#menu-footer-media > .menu-item > a{
  font-weight: 100;
}
#menu-footer-media > .menu-item > a:hover{
  --tw-text-opacity: 1;
  color: rgb(241 101 49 / var(--tw-text-opacity));
}
.arrow-right{
  width: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(241 101 49 / var(--tw-text-opacity));
}
.menu-item a{
  display: flex;
  width: 100%;
  align-items: center;
  -moz-column-gap: 1.25rem;
       column-gap: 1.25rem;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
      .image-with-content--image-right > .menu-item a {
        flex-direction: row-reverse;
      }
    }
.menu-item:hover > a > div > svg  {
  transform: translateX(0px) ;
  transition: all 1s;
  transform: translateX(1rem) ;
}
.pagination{
  display:none;
  }
.sketch::before {



}
.offwhite-bg.sketch::before {
  content: "";
    position: absolute;
    z-index: 0;
    top: 0;
    width: 75%;
    height: 100%;
    right: 0;
    background: top / contain url(../.././css/build/img/nature-sketch.png);
}
.green-bg.sketch::before {
  content: "";
    position: absolute;
    z-index: 0;
    top: 0;
    width: 100%;
    height: 100%;
    left: 0;
    background: top / contain url(../.././css/build/img/nature-sketch-green.jpg);
}
.topography::before {
  content: "";
    position: absolute;
    z-index: 0;
    top: 0;
    width: 100%;
    height: 100%;
    left: 0;
    background: top / cover no-repeat url(../.././css/build/img/topography.png);
}
@font-face {
	font-family: 'RedHat';
	src: url(../.././css/build/font/RedHatDisplay-VariableFont_wght.woff2) format("woff2 supports variations"),
				url(../.././css/build/font/RedHatDisplay-VariableFont_wght.woff2) format("woff2-variations");
	font-weight: 100 1000;
}
@font-face {
	font-family: 'HeptaSlab';
	src: url(../.././css/build/font/HeptaSlab-VariableFont_wght.woff2) format("woff2 supports variations"),
				url(../.././css/build/font/HeptaSlab-VariableFont_wght.woff2) format("woff2-variations");
	font-weight: 100 1000;
}
body{
  font-family: RedHat, Arial;
  --tw-text-opacity: 1;
  color: rgb(1 57 29 / var(--tw-text-opacity));
}
strong{
  font-weight: 700;
}
.caption strong {
  text-transform: uppercase
}
.large-heading{
  font-size: 3rem;
  line-height: 1;
}
@media (min-width: 1024px){

  .large-heading{
    font-size: 3.75rem;
    line-height: 1;
  }
}
.medium-heading{
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 700;
}
@media (min-width: 640px){

  .medium-heading{
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
}
.content{
  display: flex;
  flex-direction: column;
  row-gap: 1.25rem;
}
@media screen and (min-width: 768px) {
      .image-with-content--image-right > .content {
        flex-direction: row-reverse;
      }
    }
.content h1{
  margin: 0px;
  margin-top: 1.5rem;
  font-size: 1.875rem;
  line-height: 2.25rem;
  font-weight: 700;
}
.content h1:first-child{
  margin-top: 0px;
}
.content h2{
  margin: 0px;
  margin-top: 1.25rem;
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 700;
}
.content h2:first-child{
  margin-top: 0px;
}
.content h3{
  margin: 0px;
  margin-top: 1rem;
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 700;
}
.content h3:first-child{
  margin-top: 0px;
}
.content h4{
  margin: 0px;
  margin-top: 0.75rem;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 700;
}
.content h4:first-child{
  margin-top: 0px;
}
@media only screen and (max-width: 1000px) {
	.heading-primary {
    -webkit-text-stroke-width: 2px;
    letter-spacing: 0.25rem;
  }
}
. {
 opacity: 0;
 transition: all 1s;
}
..ani-active {
  opacity: 1;
}
. {
  opacity: 0;
  transform: translateY(100px);
  transition: all 1s;
}
..ani-active {
  opacity: 1;
  transform: translateY(0);
}
.ani-rotate {
  opacity: 0;
  transform: rotate(-90deg);
  transition: all 1s;
}
.ani-rotate.ani-active {
  opacity: 1;
  transform: rotate(-45deg);
}
. {
  transition-delay: 300ms;
}
.hover-arrow-right > div {
  transform: translateX(0px) ;
  transition: all 1s;
}
.hover-arrow-right:hover > div {
  transform: translateX(1rem) ;
}
.transition {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 101;
  background-color: #f7f5f1;
  opacity: 0;
  pointer-events: none;
  transition: 0.5s ease-out;
}
.transition.is-active {
  pointer-events: all;
  opacity: 1;
}
@media(prefers-reduced-motion) {
  . {
    transition: none;
  }
}
.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 {
  background-color: #fff;
  padding: 30px;
  max-width: 940px;
  max-height: 90vh;
  border-radius: 4px;
  overflow-y: auto;
  box-sizing: border-box;
  margin: 20px;
}
.modal__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.modal__close {
  background: transparent;
  border: 0;
}
.modal__header .modal__close:before { content: "\2715"; }
.modal__content {
  margin-top: 2rem;
  margin-bottom: 2rem;
  line-height: 1.5;
  color: rgba(0,0,0,.8);
}
.modal__btn {
  font-size: .875rem;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: .5rem;
  padding-bottom: .5rem;
  background-color: #e6e6e6;
  color: rgba(0,0,0,.8);
  border-radius: .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;
  backface-visibility: hidden;
  transform: translateZ(0);
  transition: transform .25s ease-out;
}
.modal__btn:focus, .modal__btn:hover {
  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 .3s cubic-bezier(0.0, 0.0, 0.2, 1);
}
.micromodal-slide[aria-hidden="false"] .modal__container {
  animation: mmslideIn .3s cubic-bezier(0, 0, .2, 1);
}
.micromodal-slide[aria-hidden="true"] .modal__overlay {
  animation: mmfadeOut .3s cubic-bezier(0.0, 0.0, 0.2, 1);
}
.micromodal-slide[aria-hidden="true"] .modal__container {
  animation: mmslideOut .3s cubic-bezier(0, 0, .2, 1);
}
.micromodal-slide .modal__container,
.micromodal-slide .modal__overlay {
  will-change: transform;
}
/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8; }
.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }
.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box; }
.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }
.mfp-align-top .mfp-container:before {
  display: none; }
.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }
.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }
.mfp-ajax-cur {
  cursor: progress; }
.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: zoom-out; }
.mfp-zoom {
  cursor: pointer;
  cursor: zoom-in; }
.mfp-auto-cursor .mfp-content {
  cursor: auto; }
.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }
.mfp-loading.mfp-figure {
  display: none; }
.mfp-hide {
  display: none !important; }
.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }
.mfp-preloader a {
    color: #CCC; }
.mfp-preloader a:hover {
      color: #FFF; }
.mfp-s-ready .mfp-preloader {
  display: none; }
.mfp-s-error .mfp-content {
  display: none; }
button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation; }
button::-moz-focus-inner {
  padding: 0;
  border: 0; }
.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }
.mfp-close:hover,
  .mfp-close:focus {
    opacity: 1; }
.mfp-close:active {
    top: 1px; }
.mfp-close-btn-in .mfp-close {
  color: #333; }
.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }
.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }
.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }
.mfp-arrow:active {
    margin-top: -54px; }
.mfp-arrow:hover,
  .mfp-arrow:focus {
    opacity: 1; }
.mfp-arrow:before,
  .mfp-arrow:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent; }
.mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }
.mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7; }
.mfp-arrow-left {
  left: 0; }
.mfp-arrow-left:after {
    border-right: 17px solid #FFF;
    margin-left: 31px; }
.mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F; }
.mfp-arrow-right {
  right: 0; }
.mfp-arrow-right:after {
    border-left: 17px solid #FFF;
    margin-left: 39px; }
.mfp-arrow-right:before {
    border-left: 27px solid #3F3F3F; }
.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }
.mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px; }
.mfp-iframe-holder .mfp-close {
    top: -40px; }
.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }
.mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000; }
/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }
/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }
.mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444; }
.mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px; }
.mfp-figure figure {
    margin: 0; }
.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }
.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }
.mfp-image-holder .mfp-content {
  max-width: 100%; }
.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }
@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
      padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }
@media all and (max-width: 900px) {
  .mfp-arrow {
    transform: scale(0.75); }
  .mfp-arrow-left {
    transform-origin: 0; }
  .mfp-arrow-right {
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }
.custom-select-container {
  position: relative;
  box-sizing: border-box;;
}
.custom-select-container * {
  box-sizing: border-box;
}
.custom-select-container.is-disabled {
  opacity: .333;
}
.custom-select-opener {
  background-color: #ccc;
  padding: 0.5em;
  display: block;
  cursor: pointer;
  width: 100%;
}
@media screen and (min-width: 640px) {
  .custom-select-opener {
    text-align: right;
    padding-right: 30px;
  }
}
.custom-select-container select {
  visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
}
.custom-select-panel {
  max-height: 0;
  transition: max-height .5s ease-out, overflow-y 0.1s 0.5s;
  overflow: hidden;
  background-color: #e9e9e9;
  position: absolute;
  top: 100%;
  z-index: 1;
  width: 100%;
}
.custom-select-container.is-open .custom-select-panel {
  max-height: 10.7em;
  overflow-y: auto
}
.custom-select-option {
  padding: 0.5em;
  cursor: pointer;
}
.custom-select-option.has-focus {
  background-color: LightBlue;
}
.custom-select-option.is-selected::before {
  content: "✔";
  padding-right: 0.5em;
}
.custom-select-optgroup > .custom-select-option {
  padding-left: 2em;
}
.custom-select-optgroup::before {
  content: attr(data-label);
  display: block;
  padding: 0.5em;
  color: #888;
}
/*!
 * Pikaday
 * Copyright © 2014 David Bushell | BSD & MIT license | https://dbushell.com/
 */
/* Variables */
/* Declare any of these variables before importing this SCSS file to easily override defaults */
/* Variables are namespaced with the pd (pikaday) prefix */
/* Colours */
.pika-single {
    z-index: 9999 !default;
    display: block;
    position: relative;
    color: #333 !default;
    background: #fff !default;
    border: 1px solid #ccc !default;
    border-bottom-color: #bbb !default;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !default;
}
.pika-single.is-hidden {
        display: none;
    }
.pika-single.is-bound {
        position: absolute;
        box-shadow: 0 5px 15px -5px rgba(0,0,0,.5) !default;
    }
/* clear child float (pika-lendar), using the famous micro clearfix hack */
/* http://nicolasgallagher.com/micro-clearfix-hack/ */
.pika-single:before,
    .pika-single:after {
        content: " ";
        display: table;
    }
.pika-single:after { clear: both }
.pika-lendar {
    float: left;
    width: 240px;
    margin: 8px;
}
.pika-title {
    position: relative;
    text-align: center;
}
.pika-title select {
        cursor: pointer;
        position: absolute;
        z-index: 9999 !default - 1;
        margin: 0;
        left: 0;
        top: 5px;
        opacity: 0;
    }
.pika-label {
    display: inline-block;
    position: relative;
    z-index: 9999 !default;
    overflow: hidden;
    margin: 0;
    padding: 5px 3px;
    font-size: 14px;
    line-height: 20px;
    font-weight: bold;
    color: #333 !default;
    background-color: #fff !default;
}
.pika-prev,
.pika-next {
    display: block;
    cursor: pointer;
    position: relative;
    outline: none;
    border: 0;
    padding: 0;
    width: 20px;
    height: 30px;
    text-indent: 20px; /* hide text using text-indent trick, using width value (it's enough) */
    white-space: nowrap;
    overflow: hidden;
    background-color: transparent;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 75% 75%;
    opacity: .5;
}
.pika-prev:hover, .pika-next:hover {
        opacity: 1;
    }
.pika-prev.is-disabled, .pika-next.is-disabled {
        cursor: default;
        opacity: .2;
    }
.pika-prev,
.is-rtl .pika-next {
    float: left;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAeCAYAAAAsEj5rAAAAUklEQVR42u3VMQoAIBADQf8Pgj+OD9hG2CtONJB2ymQkKe0HbwAP0xucDiQWARITIDEBEnMgMQ8S8+AqBIl6kKgHiXqQqAeJepBo/z38J/U0uAHlaBkBl9I4GwAAAABJRU5ErkJggg==);
}
.pika-next,
.is-rtl .pika-prev {
    float: right;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAeCAYAAAAsEj5rAAAAU0lEQVR42u3VOwoAMAgE0dwfAnNjU26bYkBCFGwfiL9VVWoO+BJ4Gf3gtsEKKoFBNTCoCAYVwaAiGNQGMUHMkjGbgjk2mIONuXo0nC8XnCf1JXgArVIZAQh5TKYAAAAASUVORK5CYII=);
}
.pika-select {
    display: inline-block;
}
.pika-table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    border: 0;
}
.pika-table th,
    .pika-table td {
        width: 14.285714285714286%;
        padding: 0;
    }
.pika-table th {
        color: #999 !default;
        font-size: 12px;
        line-height: 25px;
        font-weight: bold;
        text-align: center;
    }
.pika-table abbr {
        border-bottom: none;
        cursor: help;
    }
.pika-button {
    cursor: pointer;
    display: block;
    box-sizing: border-box;
    outline: none;
    border: 0;
    margin: 0;
    width: 100%;
    padding: 5px;
    color: #666 !default;
    font-size: 12px;
    line-height: 15px;
    text-align: right;
    background: #f5f5f5 !default;
    height: initial;
}
.has-event .pika-button {
        color: #fff !default;
        background: #33aaff !default;
    }
.is-today .pika-button {
        color: #33aaff !default;
        font-weight: bold;
    }
.is-selected .pika-button {
        color: #fff !default;
        font-weight: bold;
        background: #33aaff !default;
        box-shadow: inset 0 1px 3px #178fe5 !default;
        border-radius: 3px !default;
    }
.is-disabled .pika-button,
    .is-outside-current-month .pika-button {
        color: #999 !default;
        opacity: .3;
    }
.is-disabled .pika-button {
        pointer-events: none;
        cursor: default;
    }
.pika-button:hover {
        color: #fff !default;
        background: #ff8000 !default;
        box-shadow: none;
        border-radius: 3px !default;
    }
.pika-button .is-selection-disabled {
        pointer-events: none;
        cursor: default;
    }
.pika-week {
    font-size: 11px;
    color: #999 !default;
}
.is-inrange .pika-button {
    color: #666 !default;
    background: #D5E9F7 !default;
}
.is-startrange .pika-button {
    color: #fff !default;
    background: #6CB31D !default;
    box-shadow: none;
    border-radius: 3px !default;
}
.is-endrange .pika-button {
    color: #fff !default;
    background: #33aaff !default;
    box-shadow: none;
    border-radius: 3px !default;
}
.acf-map {
  margin: 0;
}
/** Clearfix **/
.clearfix:after {
    content: "";
    display: table;
    clear: both;
  }
/** Header / Footer **/
.bg-tan {
  background-color: #F7F5F2;
}
.header-light #olm-header {
    color: #FFF;
  }
.header-light .logo-white {
    display: block;
  }
.header-light .logo-green {
    display: none;
  }
.header-light .shop-icon {
    filter: brightness(0) invert(1);
  }
.header-light .cart-count {
    color: #00391D;
  }
.header-dark #olm-header {
    color: #153820;
  }
.header-dark .logo-white {
    display: none;
  }
.header-dark .logo-green {
    display: block;
  }
.header-dark #open-search {
    background-color: #F16531;
  }
.header-dark ul.mini-nav li:after {
    border-color: #153820;
  }
.header-dark #hamburger path {
      stroke: #153820;
    }
.header-stuck #olm-header {
    transform: translateY(-100%);
    position: fixed;
  }
.header-active #olm-header {
    transform: translateY(0);
    background-color: #FFF;
    color: #153820;
  }
.header-active .logo-white {
    display: none;
  }
.header-active .logo-green {
    display: block!important;
  }
.header-active #open-search {
    background-color: #F16531;
  }
.header-active #hamburger #Icon {
    stroke: #153820;
  }
.header-active ul.mini-nav li:after {
    border-color: #153820;
  }
.header-active .shop-icon {
    filter: unset;
  }
.header-active .cart-count {
    color: #FFF;
  }
#section-announcement-bar a {
    color: #F16531;
    text-decoration: underline;
  }
body.bg-white footer {
    border-top: 1px solid #979797;
  }
.logo {
  width: 96px;
}
@media screen and (max-width: 768px) {
.logo {
    width: 50px
}
  }
#olm-header {
  transition: all 250ms;
}
#open-search {
  cursor: pointer;
}
#open-search img {
    width: 18px;
    height: 18px;
  }
#hamburger svg {
    width: 22px;
    height: auto;
  }
.cart-count {
  width: 15px;
  text-align: center;
  right: 2.5px;
  color: #FFF;
  z-index: 9;
  font-size: 12px;
  font-weight: bold;
  position: absolute;
  top: 5px;
}
.search-popover {
  width: 100%;
  max-width: 900px;
  background-color: #FFF;
  bottom: -50px;
  padding: 20px;
  display: none;
  border: 1px solid #e5e5e5;
}
.search-popover.open {
    display: flex;
  }
.search-popover > p {
    color: #000;
    flex-shrink: 0;
  }
.search-popover form {
    width: 100%; 
  }
.search-popover form div {
      display: flex;
    }
.search-popover form input[type="text"] {
      width: 100%;
      border-bottom: 1px solid #000;
      color: #000;
    }
.search-popover form button[type="submit"] {
      width: 150px;
      justify-content: center;
      display: flex;
      font-size: 14px;
      align-items: center;
      color: #00391D;
      text-transform: uppercase;
      font-weight: bold;
    }
.search-popover form button[type="submit"] span {
        margin-right: 10px;
      }
ul.mini-nav li {
      position: relative;
    }
ul.mini-nav li:after {
        content: "";
        border-right: 2px solid #FFF;
        position: absolute;
        height: 100%;
        right: 0;
      }
ul.mini-nav li:last-child {
        padding-right: 0;
      }
ul.mini-nav li:last-child:after {
          content: none;
        }
/** Page Heading **/
@media screen and (min-width: 640px) {
.page-heading {
    min-width: 300px
}
  }
/** Default Content **/
.default-content > *:first-child {
    margin-top: 0;
  }
.default-content:last-child {
    margin-bottom: 0;
  }
.default-content h1 a, .default-content h2 a, .default-content h3 a, .default-content h4 a, .default-content h5 a, .default-content h6 a {
      text-decoration: underline;
    }
.default-content p, .default-content li {
    font-size: 1.125rem;
    line-height: 1.75rem;
    margin: 20px 0;
  }
.default-content p a, .default-content li a {
      color: #f16531;
      text-decoration: underline;
    }
.default-content ul {
    list-style: inside;
  }
.default-content ol {
    list-style-type: decimal;
    list-style-position: inside;
  }
.default-content h1 {
    font-size: 3rem;
    line-height: 4.5rem;
    font-family: "HeptaSlab";
    font-weight: 300;
  }
@media screen and (max-width: 640px) {
.default-content h1 {
      font-size: 1.875rem;
      line-height: 2.8125rem
  }
    }
.default-content h2 {
    font-size: 2.25rem;
    line-height: 2.625rem;
    font-weight: bold; 
  }
@media screen and (max-width: 640px) {
.default-content h2 {
      font-size: 1.375rem;
      line-height: 1.625rem 
  }
    }
.default-content h3, .default-content h4, .default-content h5, .default-content h6 {
    font-size: 1.5rem;
    line-height: 2rem;
    font-weight: normal;
  }
.default-content:last-child {
    margin-bottom: 0;
  }
.default-content strong {
    font-weight: bold;
  }
.default-content .wp-caption-text {
    color: #153820;
    font-style: italic;
  }
.default-content .wp-caption {
    width: 100%!important;
  }
.default-content blockquote {
    padding-left: 8%;
  }
.default-content blockquote cite {
      font-style: normal;
    }
/** Image Masthead **/
.image-masthead:first-child {
    margin-top: -147px;
  }
@media screen and (max-width: 1024px) {
.image-masthead:first-child {
      margin-top: -131px
  }
    }
@media only screen and (max-width: 640px) {
.image-masthead:first-child {
      margin-top: -87px
  }
    }
.image-masthead--centered {
    text-align: center;
  }
.image-masthead--centered .image-masthead__content {
      align-items: center;
    }
.image-masthead--left .image-masthead__content{
  max-width: 1220px;
}
.content-over-image .image-masthead--left .image-masthead__content {
    position: relative;
    z-index: 5;
    width: 100%;
  }
.image-masthead__caption {
    bottom: 10%;
  }
.image-masthead__slideshow {
    height: 100%;  
  }
.image-masthead__slideshow .glide__track {
      height: 100%;
    }
.image-masthead__slideshow .glide__track .glide__slides {
        height: 100%;
      }
.image-masthead .glide__slide {
    position: relative;  
  }
.image-masthead .glide__slide:after {
      content: "";
      position: absolute;
      width: 100%;
      height: 100%;
      background-image: linear-gradient(180deg, rgba(3,57,29,0.38) 0%, rgba(1,57,30,0.75) 100%);
      mix-blend-mode: multiply;
      left: 0;
      top: 0;
      z-index: 5;
    }
/** Content Over Image **/
.content-over-image {
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  aspect-ratio: 16 / 9;
  margin: auto;
}
@media screen and (max-width: 767px) {
.content-over-image {
    aspect-ratio: unset
}
  }
.content-over-image:first-child {
    margin-top: -146px;
  }
@media only screen and (max-width: 640px) {
.content-over-image:first-child {
      margin-top: -87px
  }
    }
.content-over-image:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #666;
    mix-blend-mode: multiply;
    left: 0;
    top: 0;
    opacity: 0.85;
    z-index: 5;
  }
.content-over-image .max-w-site {
    position: relative;
    z-index: 5;
    width: 100%;
  }
.content-over-image__content {
    left: 0;
    bottom: 0;
    max-width: 575px;
    z-index: 10;
    padding: 50px;
  }
@media screen and (max-width: 767px) {
.content-over-image__content {
      margin-left: 0;
      margin-right: 0;
      padding: 50px 20px
  }
    }
.content-over-image__content .arrow-right {
      color: #89C43F;
    }
.content-over-image__image {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    position: absolute;
    left: 0;
    top: 0;
  }
@media screen and (max-width: 990px) {
.content-over-image__image {
      left: 0
  }
      .content-over-image__image img {
        width: 100%;
        height: 100%;
      }
    }
/** Featured News & Events **/
.featured-news-events {
  background-color: #F7F5F2;
}
/** Image with Content **/
@media screen and (min-width: 768px) {
    .image-with-content__content {
      -moz-column-gap: 10%;
           column-gap: 10%;
    }
      .image-with-content--image-right > .flex {
        flex-direction: row-reverse;
      }
  }
.image-with-content--bg-darkGreen {
    background-color: #153820;
  }
.image-with-content--bg-darkGreen h5, .image-with-content--bg-darkGreen a, .image-with-content--bg-darkGreen .arrow-right {
      color: #89C43F;
    }
.image-with-content--bg-darkGreen h3, .image-with-content--bg-darkGreen p {
      color: #FFF;
    }
.image-with-content--bg-white h5, .image-with-content--bg-white a, .image-with-content--bg-white .arrow-right {
      color: #F16531;
    }
.image-with-content--bg-tan {
    background-color: #F7F5F2;
  }
.image-with-content--bg-tan h5, .image-with-content--bg-tan a, .image-with-content--bg-tan .arrow-right {
      color: #F16531;
    }
@media screen and (max-width: 767px) {
.image-with-content picture {
      margin-bottom: 30px
  }
    }
@media screen and (min-width: 768px) {
    .image-with-content picture, .image-with-content__text {
      width: 50%;
    }
  }
.footer-social svg {
    width: auto;
  }
/* Accordion icon */
.accordion-menu__icon {
  position: relative;
  width: 20px;
  height: 20px;
  transition: .2s all;
}
.accordion-menu__icon:before,
.accordion-menu__icon:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%; left: 0;
  transition: .35s;
  width: 100%;
  height: 2px;
}
.accordion-menu__icon:before {
  transform: translateY(-50%);
}
.accordion-menu__icon:after {
  transform: translateY(-50%) rotate(90deg);
}
.accordion--active .accordion-menu__icon:before {
  transform: translateY(-50%) rotate(-90deg);
  opacity: 0;
}
.accordion--active .accordion-menu__icon:after {
  transform: translateY(-50%) rotate(0);
}
/** Shared Spaces **/
.blog-index-module {
  background: #FFF;
  width: 100%;
}
.jp-relatedposts {
  display:none!important;
}
.article-card {
  background-color: #F7F5F2;
}
.article-card h5 {
    color: #F16531;
  }
.article-card h3 {
    color: #00391D;
  }
.article-card__featured-image {
    width: 100%;
    height: auto;
    aspect-ratio: 1.73 / 1;
    -o-object-fit: cover;
       object-fit: cover;
  }
@media screen and (min-width: 640px) {
      .article-card--featured .article-card__featured-image {
        width: 50%;
        height: auto;
      }
      .article-card--featured .article-card__content {
        padding: 60px 87px;
      }
    }
.article-card__content {
    padding: 40px;
  }
@media screen and (max-width: 640px) {
.article-card__content {
      padding: 20px
  }
    }
.article-card__button {
    color: #00391D;
    border: 2px solid #8CC63E;
    padding: 12px 40px;
    cursor: pointer;
  }
.article-card__button:hover {
      border-color: #F16531;
    }
.top-categories {
  max-width: 790px;
}
.top-categories__label {
    color: #F16531;
  }
.top-categories .all-categories-wrapper {
    border-top: 2px solid #8CC63E;
    border-bottom: 2px solid #8CC63E;
  }
.top-categories__expand-toggle {
    color: #00391D;
  }
.top-categories__expand-toggle:hover {
      border-color: #F16531;
    }
.top-categories__expand-toggle.open .top-categories__expand-toggle__arrow {
        transform: rotate(180deg);
      }
.top-categories__list li {
      padding: 0 10px;
      margin: 0 0 20px 0;
    }
.top-categories__list li:hover {
        text-decoration: underline;
      }
.top-categories__list li:before {
        content: "|";
        margin-right: 20px;
      }
.top-categories__list li:first-child:before {
          content: none;
        }
.all-categories {
  padding: 20px 0 0 0;
}
.all-categories ul {
    -moz-column-count: 2;
         column-count: 2;
  }
.all-categories ul li {
      margin: 0 0 20px auto;
    }
.all-categories ul li:hover {
        text-decoration: underline;
      }
.blog-index-tan-wave-decoration {
  width: 100%;
  height: 120px;
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 640px) {
.blog-index-tan-wave-decoration {
    height: 80px
}
  }
.blog-index-tan-wave-decoration svg {
    position: absolute;
    bottom: 0;
    left: 0;
    color: #f7f5f2;
  }
.recent-news-articles {
  background-color: #f7f5f2;
  padding-bottom: 50px;
}
.recent-news-articles__header {
    color: #00391D;
  }
.recent-news-articles__grid {
    gap: 20px;
  }
.recent-news-articles__grid .article-card {
      width: calc(33.33% - 14px);
      background: #FFF;
    }
@media screen and (max-width: 640px) {
.recent-news-articles__grid .article-card {
        width: 100%
    }
      }
.recent-news-articles__load-more {
    margin: 50px 0 0 0;
    display: flex;
    justify-content: center;
  }
@media screen and (max-width: 640px) {
.recent-news-articles__load-more {
      margin: 30px 0 0 0
  }
    }
.recent-news-articles__load-more button {
      padding: 12px 40px;
      border: 2px solid #89C43F;
      color: #00391D;
    }
.recent-news-articles__load-more button:hover {
        border-color: #F16531;
      }
.custom-select-styling .custom-select-container {
    display: flex;
    font-family: 'RedHat', 'sans-serif';
    border: 1px #00391D solid;
    flex-grow: 1;
  }
@media screen and (min-width: 768px) {
.custom-select-styling .custom-select-container {
      border-right: none
  }
      .custom-select-styling .custom-select-container:last-child {
        border-right: 1px solid #00391D;
      }
    }
.custom-select-styling .custom-select-container .custom-select-panel {
      background: #ebe4da;
    }
.custom-select-styling .custom-select-container .custom-select-panel .custom-select-option.has-focus {
          background: rgba(255,255,255,0.33);
        }
.custom-select-styling .custom-select-container .custom-select-opener {
      margin: auto;
      background: none;
      position: relative;
      font-weight: normal;
      font-size: 16px;
      text-align: left;
      text-transform: uppercase;
      padding: 14px 36px 12px 16px;
    }
@media screen and (min-width: 768px) {
.custom-select-styling .custom-select-container .custom-select-opener {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        font-size: 18px
    }
      }
.custom-select-styling .custom-select-container .custom-select-opener:after {
        content: "";
        background-image: url("data:image/svg+xml,%3Csvg width=%2720.984%27 height=%2712%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath d=%27m20.817 1.105-.938-.938a.57.57 0 0 0-.806 0l-8.581 8.562L1.911.167a.57.57 0 0 0-.806 0l-.938.938a.57.57 0 0 0 0 .806l9.922 9.922a.57.57 0 0 0 .806 0l9.922-9.922a.57.57 0 0 0 0-.806Z%27 fill=%27%23F16531%27 fill-rule=%27nonzero%27/%3E%3C/svg%3E");
        width: 21px;
        height: 12px;

        position: absolute;
        right: 16px;
        top: 0;
        bottom: 0;
        margin: auto;
        transition: all 250ms;
      }
.custom-select-styling .custom-select-container.is-open .custom-select-opener:after {
          transform: rotate(180deg);
        }
.wave-masthead:first-child {
    margin-top: -146px;
  }
@media only screen and (max-width: 640px) {
.wave-masthead:first-child {
      margin-top: -87px
  }
    }
.wave-masthead{
  overflow: hidden;
}
.wave-masthead svg {
    width: 104%;
    margin-top: -1px;
  }
.wave-masthead + .blog-index-module {
  margin-top: -50px;
}
/** Projects **/
.project--file {
    background-image: url(../.././css/build/img/file.svg);
  }
.project--link {
    background-image: url(../.././css/build/img/link.svg);
  }
.project--file, .project--link {
    background-position: right 20px center;
    background-repeat: no-repeat;
  }
/** Single **/
.single-post {
  background-color:
}
.share-zone {
  width: 164px;
}
.share-zone svg {
    width: auto;
  }
.related-posts {
  background: #00391D;
}
.related-posts__heading {
    color: #89C43F;
  }
.related-posts__post-wrap {
    gap: 20px;
  }
.related-posts__post-wrap .article-card {
      width: 33.33%;
    }
@media screen and (max-width: 640px) {
.related-posts__post-wrap .article-card {
        width: 100%
    }
      }
/** Filter Bar **/
.filter-bar {
  display: flex;
  margin: 30px 0 50px 0;
  border-top: 1px solid #89C43F;
  border-bottom: 1px solid #89C43F;
  min-height: 60px;
}
.filter-bar svg {
    width: 19px;
  }
.filter-bar .filter-bar-separator {
    width: 1px;
    height: auto;
    background: #89C43F;
  }
@media screen and (max-width: 640px) {
.filter-bar .filter-bar-separator {
      display: none
  }
    }
.filter-bar--events .custom-select-container {
      margin-left: auto!important;
      margin-right: auto!important;
    }
.filter-bar--events .custom-select-opener {
      display: flex;
      text-align: center;
      justify-content: center;
      padding: 0;
    }
.filter-bar--events .custom-select-opener:after {
        position: relative!important;
        margin-left: unset!important;
        margin-right: unset!important;
        right: -10px!important;
      }
.filter-bar .custom-select-container {
    flex-basis: 200px;
    margin-left: auto;
    margin-right: 10px;
    height: auto;
    display: flex;
    font-family: 'RedHat';
  }
@media screen and (max-width: 640px) {
.filter-bar .custom-select-container {
      width: 100%;
      flex-basis: unset;
      margin: 10px auto 10px auto;
      border: 1px solid #00391D;
      padding: 10px
  }
    }
.filter-bar .custom-select-container .custom-select-panel {
      background: #ebe4da;
    }
.filter-bar .custom-select-container .custom-select-panel .custom-select-option.has-focus {
          background: rgba(255,255,255,0.33);
        }
.filter-bar .custom-select-container .custom-select-opener {
      margin: auto;
      background: none;
      position: relative;
      font-weight: bold;
      font-size: 14px;
      letter-spacing: 1px;
    }
.filter-bar .custom-select-container .custom-select-opener:after {
        content: "";
        width: 0;
          height: 0;
          border-left: 5px solid transparent;
          border-right: 5px solid transparent;
          border-top: 5px solid #000;
        position: absolute;
        right: 10px;
        top: 0;
        bottom: 0;
        margin: auto;
        transition: all 250ms;
      }
.filter-bar .custom-select-container.is-open .custom-select-opener:after {
          transform: rotate(180deg);
        }
.filter-label {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  border-right: 1px solid #89C43F;
  padding-right: 24px;
}
.filter-label img {
    margin-right: 5px;
  }
@media screen and (max-width: 640px) {
  .filter-bar {
    border: none;
    flex-wrap: wrap;
    text-align: left;
  }
  .filter-label {
    width: 100%;
    justify-content: flex-start;
    border-right: none;
    padding-right: 0;
  }
}
.filter-bar-search {
  display: flex;
  align-items: center;
  padding: 20px;
  cursor: pointer;
}
@media screen and (min-width: 640px) {
.filter-bar-search {
    border-left: 1px solid #89C43F;
    justify-content: center
}
  }
@media screen and (max-width: 640px) {
.filter-bar-search {
    width: 100%;
    justify-content: flex-start;
    border: 1px solid #00391D
}
  }
.filter-bar-search img {
    transition: all 250ms;
  }
.filter-bar-search__form {
    display: none;
    margin: 0;
  }
@media screen and (max-width: 640px) {
.filter-bar-search__form {
      display: flex
  }
    }
.filter-bar-search__form input[type="text"] {
      background: none;
      margin-left: 15px;
      padding: 4px;
      margin-right: 10px;
      font-family: 'RedHat';
      background-color: #ebe4da;
    }
.filter-bar-search.open .filter-bar-search__form {
      display: flex;
    }
.filter-bar-search:hover img {
      transform: scale(1.2);
    }
/** Projects **/
.project__downloads-links {
    margin: 30px 0;
  }
.project__downloads-links .toggle-projects-links {
      border-top: 1px solid #00391D;
      cursor: pointer;
      background-image: url(../.././css/build/img/plus.svg);
      background-repeat: no-repeat;
      background-position: right center;
    }
.project__downloads-links .toggle-projects-links.open {
        background-image: url(../.././css/build/img/minus.svg);
      }
.project__downloads-links .toggle-projects-links, .project__downloads-links__list .dl {
      padding: 20px 0;
      border-bottom: 1px solid #00391D;
    }
.project__downloads-links__list {
      display: none;
    }
.project__downloads-links__list.visible {
        display: block;
      }
/** Slideshow **/
.slideshow-glide .glide__slide picture img {
        width: 100%;
      }
.slideshow-glide .glide__arrows {
    left: 150px;
  }
/** Recent Articles **/
.recent-articles .glide__arrows {
    left: 40px;
  }
/** Image w/Column **/
.image-w-column-desc {
  width: calc(70vw - 230px);
  margin: auto;
  display: flex;
  position: relative;
}
@media screen and (max-width: 1024px) {
.image-w-column-desc {
    width: 100%;
    flex-wrap: wrap
}
  }
.image-w-column-desc__image {
    width: 100%;
    position: relative;
  }
.image-w-column-desc__image .wp-post-image {
      width: 100%;
    }
.image-w-column-desc__image-wrap {
      position: relative;
    }
@media screen and (max-width: 1024px) {
        .image-w-column-desc__image-wrap:after {
          content: "";
          background-image: linear-gradient(180deg, rgba(3,57,29,0.18) 0%, rgba(1,57,30,0.35) 100%);
          position: absolute;
          left: 0;
          top: 0;
          width: 100%;
          height: 100%;
          z-index: 5;
        }
      }
.image-w-column-desc__column {
    width: 180px;
    position: absolute;
    right: calc(-180px - 50px);
  }
@media screen and (max-width: 1024px) {
.image-w-column-desc__column {
      position: relative;
      right: unset;
      width: 100%;
      margin-top: 40px;
      padding-left: 1.25rem;
      padding-right: 1.25rem
  }
    }
/* Homepage background patterns */
.home .image-masthead__content h1 {
      font-family: 'RedHat';
      font-weight: bold;
      font-size: 6rem;
      line-height: 100%;
    }
@media screen and (max-width: 1024px) {
.home .image-masthead__content h1 {
        font-size: 4.5rem
    }
      }
@media screen and (max-width: 640px) {
.home .image-masthead__content h1 {
        font-size: 3rem
    }
      }
.home .image-masthead__caption {
    bottom: 25%;
  }
.home .section-home:nth-child(3) .image-with-content {
    background-image: url(../.././css/build/img/bg-trees.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 1750px 840px;
  }
.home .section-home:nth-child(3) .section-home__arrow-bottom {
    width: 100%;
    display: block;
    overflow: hidden;
  }
.home .section-home:nth-child(3) .section-home__arrow-bottom svg {
      width: 105%;
      position: relative;
      top: -1px;
    }
@media screen and (min-width: 640px) {
.home .section-home:nth-child(3) .section-home__arrow-bottom svg {
        top: -2px
    }
      }
.home .section-home:nth-child(4) .image-with-content {
    background-image: url(../.././css/build/img/bg-topography.png);
    background-repeat: repeat;
    background-position: bottom left;
    background-size: cover;
    padding-top: 5rem;
    padding-bottom: 8rem;
  }
@media (min-width: 768px){

  .home .section-home:nth-child(4) .image-with-content{
    padding-top: 10rem;
    padding-bottom: 10rem;
  }
}
@media (min-width: 1024px){

  .home .section-home:nth-child(4) .image-with-content{
    padding-top: 12rem;
    padding-bottom: 12rem;
  }
}
.home .section-home:nth-child(5) .image-with-content {
    background-image: url(../.././css/build/img/bg-trees-light.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 1120px 890px;
    padding-top: 0px;
    padding-bottom: 6rem;
  }
@media (min-width: 640px){

  .home .section-home:nth-child(5) .image-with-content{
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}
@media (min-width: 768px){

  .home .section-home:nth-child(5) .image-with-content{
    padding-bottom: 9rem;
  }
}
@media (min-width: 1024px){

  .home .section-home:nth-child(5) .image-with-content{
    padding-bottom: 12rem;
  }
}
.home .section-home:nth-child(5) .section-home__arrow-bottom {
    width: 100%;
    display: block;
    transform: scaleY(-1);
    bottom: 0;
    top: auto;
  }
.home .section-home:nth-child(8) .image-with-content {
    background-image: url(../.././css/build/img/bg-topography-cream.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
@media (min-width: 768px){

  .home .section-home:nth-child(8) .image-with-content{
    padding-top: 8rem;
    padding-bottom: 8rem;
  }
}
@media (min-width: 1024px){

  .home .section-home:nth-child(8) .image-with-content{
    padding-top: 10rem;
    padding-bottom: 10rem;
  }
}
@media (min-width: 1280px){

  .home .section-home:nth-child(8) .image-with-content{
    padding-top: 14rem;
    padding-bottom: 14rem;
  }
}
/* Background color */
.single-directory{
  --tw-bg-opacity: 1;
  background-color: rgb(247 245 242 / var(--tw-bg-opacity));
}
/** Masthead Transitional Element **/
.masthead-transitional-element {
  background: #00391D;
  color: #FFF;
  text-align: center;
  position: relative;
}
.masthead-transitional-element:before {
    width: 100%;
    padding-bottom: 9.66%;
    content: "";
    background-image: url(../.././css/build/img/transitional-wave.svg);
    background-size: cover;
    position: absolute;
    left: 0;
    bottom: calc(100% - 1px);
    z-index: 5;
  }
.masthead-transitional-element__content {
    max-width: 990px;
  }
/* Gravity Forms styling */
.gform_wrapper.gravity-theme{
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .gform_wrapper.gravity-theme .gform_fields {
    grid-row-gap: 32px !important;
  }
}
.gform_wrapper.gravity-theme .gform_heading{
  display: none !important;
}
.gform_wrapper.gravity-theme .gsection{
  border-bottom-width: 0px !important;
  padding: 0px !important;
}
.gform_wrapper.gravity-theme .gsection:not(:first-child){
  padding-top: 2rem !important;
}
.gform_wrapper.gravity-theme .gsection_title{
  margin-bottom: 1rem !important;
  font-size: 1.375rem !important;
  font-weight: 700 !important;
}
@media (min-width: 1024px){

  .gform_wrapper.gravity-theme .gsection_title{
    font-size: 2.5rem !important;
  }
}
.gform_wrapper.gravity-theme .gfield_label,
.gform_wrapper.gravity-theme .ginput_complex label{
  margin-bottom: 0.25rem !important;
  font-size: 0.875rem !important;
  line-height: 1.25rem !important;
  font-weight: 700 !important;
}
.gform_wrapper .gform_body .gform_fields .gfield input,
.gform_wrapper .gform_body .gform_fields .gfield textarea{
  border-width: 1px !important;
  --tw-border-opacity: 1 !important;
  border-color: rgb(0 0 0 / var(--tw-border-opacity)) !important;
}
.gform_wrapper .gform_body .gform_fields .gfield .ginput_complex{
  align-items: flex-start !important;
}
/* .gform_wrapper.gravity-theme .ginput_address_city {
  @apply lg:!w-1/2;
} */
@media (min-width: 1024px){

  .gform_wrapper.gravity-theme .ginput_container_address .address_state,
.gform_wrapper.gravity-theme .ginput_container_address .address_zip{
    flex-basis: 25% !important;
  }
}
.gform_wrapper .gform_footer input[type=submit] {
  min-width: 220px;
  text-transform: uppercase;
  text-decoration: none;
  display: inline-block;
  cursor: pointer;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  text-align: center;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 700;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(137 195 62 / var(--tw-border-opacity));
}
.gform_wrapper .gform_footer input[type=submit]:hover{
  --tw-border-opacity: 1;
  border-color: rgb(241 101 49 / var(--tw-border-opacity));
}
.gform_wrapper .gform_footer input[type=submit] {
  min-width: auto !important;
}
@media (min-width: 1024px){

  .gform_wrapper .gform_body .gform_fields .gfield .gfield_radio{
    display: flex;
    width: 100%;
    align-items: center;
  }

  .gform_wrapper .gform_body .gform_fields .gfield .gfield_radio > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(1.5rem * var(--tw-space-x-reverse));
    margin-left: calc(1.5rem * calc(1 - var(--tw-space-x-reverse)));
  }
}
.gform_wrapper.gravity-theme .gfield-choice-input+label{
  margin-left: 0.25rem;
  max-width: none !important;
  font-size: 1rem;
  line-height: 1.5rem;
}
.gform_wrapper .gform_body .gform_fields .gfield .gfield_radio .gchoice input[type=radio]{
  height: 1.25rem;
  width: 1.25rem;
  accent-color: #f16531;
}
.gform_wrapper.gravity-theme input[type=color], .gform_wrapper.gravity-theme input[type=date], .gform_wrapper.gravity-theme input[type=datetime-local], .gform_wrapper.gravity-theme input[type=datetime], .gform_wrapper.gravity-theme input[type=email], .gform_wrapper.gravity-theme input[type=month], .gform_wrapper.gravity-theme input[type=number], .gform_wrapper.gravity-theme input[type=password], .gform_wrapper.gravity-theme input[type=search], .gform_wrapper.gravity-theme input[type=tel], .gform_wrapper.gravity-theme input[type=text], .gform_wrapper.gravity-theme input[type=time], .gform_wrapper.gravity-theme input[type=url], .gform_wrapper.gravity-theme input[type=week], .gform_wrapper.gravity-theme select, .gform_wrapper.gravity-theme textarea{
  padding: 0.75rem !important;
  font-size: 1rem !important;
  line-height: 1.5rem !important;
}
.gform_page_footer {
  padding-top: 0;
  margin-top: 0;
}
/* Map icon */
.map-icon:after {
  content: '';
  background-image: url("data:image/svg+xml,%3Csvg width=%2711.077%27 height=%2716%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath d=%27M11.077 5.6c0-2-1.056-3.85-2.77-4.85-1.713-1-3.824-1-5.538 0A5.612 5.612 0 0 0 0 5.6c0 1.11.324 2.142.874 3.012H.868C2.735 11.568 5.538 16 5.538 16l4.671-7.388h-.006a5.63 5.63 0 0 0 .874-3.012ZM5.538 8c-1.31 0-2.373-1.075-2.373-2.4s1.063-2.4 2.373-2.4c1.311 0 2.374 1.075 2.374 2.4S6.85 8 5.538 8Z%27 fill=%27%2389C43F%27 fill-rule=%27nonzero%27/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  width: 12px;
  height: 16px;
  position: absolute;
  top: 4px;
  left: 0;
}
/** Heading w/Content **/
.heading-w-content:first-child {
    margin-top: 50px;
  }
/** Text Section **/
.text-section:last-child {
    margin-bottom: 100px;
  }
@media screen and (max-width: 640px) {
.text-section:last-child {
      margin-bottom: 50px
  }
    }
/** CTA **/
.cta__wave-wrapper {
    overflow: hidden;
  }
.cta__wave-wrapper svg {
      width: 104%;
      margin-bottom: -1px;
    }
.cta__icon {
    height: 100%;
  }
@media screen and (max-width: 640px) {
.cta__icon {
      height: 50px
  }
    }
/** Pika / Date Picker **/
.form-group.date {
  position: relative;
  margin: auto;
  flex-basis: 200px;
}
@media screen and (max-width: 640px) {
.form-group.date {
    width: 100%;
    flex-basis: unset;
    margin: 10px auto 10px auto;
    border: 1px solid #00391D;
    padding: 10px
}
  }
.form-group.date:after {
    content: "";
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #000;
    position: absolute;
    right: 10px;
    top: 0;
    bottom: 0;
    margin: auto;
    transition: all 250ms;
  }
.form-control.o-datepicker {
  width: 100%;
  background: none;
  text-align: center;
}
.form-control.o-datepicker::-moz-placeholder {
  font-family: 'RedHat';
  font-weight: bold;
  font-size: 14px;
  letter-spacing: 1px;
  color: #000;
}
.form-control.o-datepicker, .form-control.o-datepicker::placeholder {
  font-family: 'RedHat';
  font-weight: bold;
  font-size: 14px;
  letter-spacing: 1px;
  color: #000;
}
.pika-single {
  border: 2px solid #00391d;
  color: #333;
  background: #fff;
}
.pika-single.bottom-aligned {
    transform: translateY(20px);
  }
.pika-single:before {
    content: "";
    position: absolute;
    z-index: 1;
    left: 20px;
    bottom: 100%;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 16px 14px 16px;
    border-color: transparent transparent #00391d transparent;
  }
.pika-single:after {
    content: "";
    position: absolute;
    z-index: 2;
    left: 22px;
    bottom: 100%;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 14px 12px 14px;
    border-color: transparent transparent #fff transparent;
    transform: translateY(0.5px);
  }
/** Sites **/
.site-masthead__image {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    position: relative;
    z-index: 4;
  }
.site-masthead:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(180deg, rgba(3,57,29,0.38) 0%, rgba(1,57,30,0.75) 100%);
    mix-blend-mode: multiply;
    left: 0;
    top: 0;
    z-index: 5;
  }
/** Events **/
.events-grid {
  display: flex;
  gap: 20px;
}
.events-grid .event-card {
    width: 100%;
  }
@media screen and (min-width: 640px) {
.events-grid .event-card {
      width: calc(33.33% - 14px);
      min-height: 630px
  }
    }
.event-card__location {
    padding-left: 40px;
    position: relative;
  }
.event-card__location:before {
      content: "";
      width: 12px;
      height: 16px;
      background-image: url(../.././css/build/img/location.svg);
      background-size: cover;
      position: absolute;
      left: 20px;
      top: 23px;
    }
/** Post Content **/
.post-content * a, .default-content * a {
    color: #f16531;
    text-decoration: underline;
  }
.post-content h2,
  .post-content h3,
  .post-content h4,
  .post-content h5,
  .post-content h6 {
      margin-top: 3.25rem;
      margin-bottom: 1rem;
  }
.post-content h2:first-child, .post-content h3:first-child, .post-content h4:first-child, .post-content h5:first-child, .post-content h6:first-child {
          margin-top: 0;
      }
.post-content h2 {
      font-size: 1.25rem;
      line-height: 1.625rem;
  }
.post-content h3 {
      font-size: 1.125rem;
      line-height: 1.5rem;
  }
.post-content h4,
  .post-content h5,
  .post-content h6 {
      font-size: 1rem;
      line-height: 1.375rem;
  }
.post-content figcaption {
    font-style: italic;
  }
.post-content .arrow-link {
      margin-top: 40px;
  }
.post-content ul li {
      position: relative;
      padding: 0 0 0 15px;
    }
.post-content ul li:before {
        content: "";
        width: 5px;
        height: 5px;
        background-color: #00391D;
        border-radius: 50%;
        position: absolute;
        left: 0;
        top: 13px;
      }
.post-content ol li {
      list-style: inside decimal;
    }
@media screen and (min-width: 640px) {
    .post-content h2 {
          font-size: 1.375rem;
          line-height: 2rem;
      }

      .post-content h3 {
          font-size: 1.25rem;
          line-height: 1.875rem;
      }

      .post-content h4,
      .post-content h5,
      .post-content h6 {
          font-size: 1.125rem;
          line-height: 1.75rem;
      }
  }
.jp-relatedposts {
  display: none;
}
/** Post Archive **/
.archive:not(.woocommerce) #olm-header {
  position: fixed;
}
.archive-masthead__inner {
    background-color: #FFF;
  }
/** Article Callout **/
.article-callout {
  color: #89C43F;
  background-color: #00391D;
  position: relative;
}
.article-callout__article {
    border-bottom: 1px solid #89C43F;
  }
.article-callout__article p {
      color: #FFF;
    }
.article-callout__article:last-child {
      border-bottom: none;
    }
.article-callout__article .arrow-right {
      color: #89C43F;
    }
.article-callout__underlay {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-size: cover;
    mix-blend-mode: multiply;
    z-index: 0;
  }
.article-callout__content, .article-callout svg {
    position: relative;
    z-index: 2;
  }
.error404 path {
    fill: #f7f5f2;
  }
.error404__col {
    margin-bottom: 30px;
  }
@media screen and (min-width: 640px) {
.error404__col {
      width: calc(50% - 15px);
      margin-bottom: 0
  }
    }
.error404__col img {
      width: 100%;
      max-width: 200px;
    }
@media screen and (min-width: 640px) {
.error404__col img {
        max-width: 500px
    }
      }
.error404__col .eyebrow {
      color: #f16531;
    }
@media screen and (max-width: 640px) {
.error404__col h1 {
        font-size: 30px
    }
.error404__wrapper {
      padding: 30px 0 30px 0
  }
      }
/** Mobile Menu **/
.mobile-menu {
  width: 100%;
  height: 100vh;
  position: fixed;
  display: none;
  top: 0;
  left: 0;
  background: #F7F5F2;
  z-index: 99;
}
.mobile-menu.open {
    display: block;
  }
.mobile-menu__content {
    overflow-x: visible;
    overflow-y: scroll;
    margin-right: -1.25rem;
    height: calc(100% - 47px);
    padding-bottom: 30px;
  }
.mobile-menu .logo {
    width: 50px;
    display: block;
  }
.mobile-menu header {
    display: flex;
    justify-content: space-between;
  }
.mobile-menu header button {
      display: flex;
      align-items: center;
      font-size: 12px;
      font-weight: bold;
    }
.mobile-menu header button svg {
        width: 15px;
        margin-left: 10px;
      }
.mobile-menu .searchform input[type="text"] {
      padding: 5px;
    }
.mobile-menu .searchform button {
      height: 34px;
      background: #F16531;
    }
.mobile-menu .searchform button path {
        color: #FFF;
      }
.mobile-menu__tab__heading {
      background-color: #00391D;
      background-image: url(../.././css/build/img/minus-green.svg);
      background-repeat: no-repeat;
      background-position: center right 20px;
      background-size: 15px auto;
      cursor: pointer;
      color: #FFF;
    }
.mobile-menu__tab.closed .mobile-menu__tab__content {
        display: none;
      }
.mobile-menu__tab.closed .mobile-menu__tab__heading {
        background-image: url(../.././css/build/img/plus-green.svg);
      }
.mobile-menu__tab__content ul li {
          font-weight: bold;
        }
.mobile-menu__tab__content ul li:last-child {
            margin-bottom: 0!important;
          }
.mobile-menu__tab__content ul li a {
            display: flex;
            padding: 10px 0;
            width: 100%;
            border-bottom: 1px solid #8CC63E;
          }
.mobile-menu__tab__content ul li a svg {
              margin-left: 10px;
            }
.logged-in .mobile-menu {
  top: 32px;
}
.wp-block-embed.is-type-video .wp-block-embed__wrapper, .default-content iframe, .heading-w-content iframe {
    aspect-ratio: 16 / 9;
    width: 100%!important;
    height: 100%!important;
}
.wp-block-embed.is-type-video .wp-block-embed__wrapper iframe, .default-content iframe iframe, .heading-w-content iframe iframe {
      width: 100%!important;
      height: auto!important;
    }
.wp-block-embed.is-type-video .wp-block-embed__wrapper iframe {
    height: 100%!important;
  }
.article-cards__cards .article-card {
      width: calc(33.33% - 10px);
      background: #FFF;
    }
@media screen and (max-width: 640px) {
.article-cards__cards .article-card {
        width: 100%;
        margin-bottom: 20px
    }
        .article-cards__cards .article-card:last-child {
          margin-bottom: 0;
        }
      }
.hover-circle {
  opacity: 0;
  transition: opacity 500ms;
}
@media screen and (min-width: 640px) {
    .hover-circle.visible {
      opacity: 1;
    }
  }
.glide__control-bar {
    display: flex;
    justify-content: center;
    padding: 10px 5px 10px 5px;
  }
.glide__control-bar .glide__arrows {
      font-weight: bold;
      margin-right: 0;
    }
.glide__control-bar .glide__arrows .glide__arrow {
        text-transform: uppercase;
        font-size: 12px;
        opacity: 1;
      }
.glide__control-bar .glide__arrows .glide__arrow:hover {
          border-bottom: 3px solid #00391D;
        }
.glide__control-bar .glide__bullets {
      margin: auto;
    }
.glide__control-bar .glide__bullets .glide__bullet, .glide__control-bar .glide__bullets .fake-bullet {
        width: 10px;
        height: 10px;
        margin: 0 3px;
        border-radius: 20px;
        background: #00391D;
        opacity: 0.5;
      }
.glide__control-bar .glide__bullets:not(.fake-bullets) .glide__bullet:hover, .glide__control-bar .glide__bullets:not(.fake-bullets) .glide__bullet.glide__bullet--active, .glide__control-bar .glide__bullets:not(.fake-bullets) .fake-bullet:hover, .glide__control-bar .glide__bullets:not(.fake-bullets) .fake-bullet.glide__bullet--active {
            opacity: 1;
          }
.glide__control-bar .glide__bullets.fake-bullets .glide__bullet:hover, .glide__control-bar .glide__bullets.fake-bullets .glide__bullet.o-active, .glide__control-bar .glide__bullets.fake-bullets .fake-bullet:hover, .glide__control-bar .glide__bullets.fake-bullets .fake-bullet.o-active {
            opacity: 1;
          }
/** Link Colors **/
.subheading p {
    width: 100%;
    margin: 10px 0;
  }
.subheading p:first-child {
      margin-top: 0;
    }
.subheading p a {
      color: #f16531;
      text-decoration: underline;
    }
.project p a {
      color: #f16531;
      text-decoration: underline;
    }
/** Popups **/
.popup-outer {
  display: none;
  position: relative;
  opacity: 0;
  z-index: 9999;
  transition: opacity 300ms;

}
.popup-outer.transitioning {
      display: block;
  }
.popup-outer.visible-popup {
      opacity: 1;
  }
.popup-outer .popup-wrap {
      position: fixed;
      width: 100%;
      height: 100%;
      background: rgba(0, 0, 0, 0.6);
      transform: translateZ(5px);
      top: 0px;
      left: 0px;
      display: flex;
      align-items: center;
      justify-content: center;
  }
@media only screen and (max-width: 767px) {
.popup-outer .popup-wrap {
          display: flex;
          overflow-y: scroll
  }
      }
.popup-outer .popup-wrap .popup {
          width: 540px;
          margin: auto;
          display: flex;
          background-color: #153820;
          background-size: cover;
          padding: 0px;
          position: relative;
          border-radius: 5px;
          overflow: hidden;

      }
.popup-outer .popup-wrap .popup .mobile-image {
              display: none;
          }
@media only screen and (max-width: 767px) {
.popup-outer .popup-wrap .popup {
              width: auto;
              margin: 20px 10px

      }
              .popup-outer .popup-wrap .popup .mobile-image {
                  display: block;
              }

              .popup-outer .popup-wrap .popup .desktop-image {
                  display: none;
              }
          }
.popup-outer .popup-wrap .popup .close-button {
              width: 30px;
              height: 30px;
              background-image: url("data:image/svg+xml,%3Csvg width=%2733px%27 height=%2733px%27 viewBox=%270 0 33 33%27 version=%271.1%27 xmlns=%27http://www.w3.org/2000/svg%27 xmlns:xlink=%27http://www.w3.org/1999/xlink%27%3E%3Ctitle%3EGroup%3C/title%3E%3Cg id=%27Page-1%27 stroke=%27none%27 stroke-width=%271%27 fill=%27none%27 fill-rule=%27evenodd%27%3E%3Cg id=%27Last-Chance%27 transform=%27translate%28-946, -158%29%27%3E%3Cg id=%27Group-2%27 transform=%27translate%28447.4688, 147%29%27%3E%3Cg id=%27Group%27 transform=%27translate%28498.5312, 11%29%27%3E%3Crect id=%27Rectangle%27 fill=%27%23F1F1EC%27 x=%270%27 y=%270%27 width=%2733%27 height=%2733%27 rx=%2716.5%27%3E%3C/rect%3E%3Cpath d=%27M18,6 L18,15 L27,15 L27,18 L18,18 L18,27 L15,27 L15,18 L6,18 L6,15 L15,15 L15,6 L18,6 Z%27 id=%27Combined-Shape%27 fill=%27%23000000%27 transform=%27translate%2816.5, 16.5%29 rotate%2845%29 translate%28-16.5, -16.5%29%27%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
              background-size: contain;
              background-position: center;
              background-color: #FFF;
              border-radius: 50%;
              position: absolute;
              right: 10px;
              top: 10px;
              cursor: pointer;
              z-index: 1002;
          }
.popup-outer .popup-wrap .popup .popup-content {
              width: 100%;
              position: relative;
              z-index: 1000;
              color: #FFF;
              margin: 0px auto;
              text-align: center;

          }
.popup-outer .popup-wrap .popup .popup-content__image {
                  width: 100%;
                  height: 325px;
                  background-size: cover;
                  position: center center;
              }
.popup-outer .popup-wrap .popup .popup-content .popup-heading {
                color: #96c254;
              }
.popup-outer .popup-wrap .popup .popup-content .popup-copy {
                  padding: 30px;
              }
.popup-outer .popup-wrap .popup .popup-content .popup-buttons {
                  width: 100%;
              }
.popup-outer .popup-wrap .popup .popup-content .popup-buttons .popup-close {
                      cursor: pointer;
                      text-decoration: underline;
                  }
.newsletter-success {
  text-align: center;
}
/** WooCommerce Styles **/
.olmsted-product-content {
  margin-top: 50px;
}
@media screen and (max-width: 640px) {
.olmsted-product-content {
    margin-top: 20px
}
  }
.olmsted-product-content--ticket .woocommerce-breadcrumb {
      display: none;
    }
.woocommerce div.product div.images {
  margin: 0;
}
.woocommerce-ordering, .select-wrapper {
  position: relative;
  display: inline-block;
  margin: 0 0!important;
}
.woocommerce-ordering select, .select-wrapper select {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    border: 1px solid #00391D;
    border-radius: 4px;
    padding: 10px 40px 10px 10px;
    font-size: 20px;
    margin: 0!important;
  }
@media screen and (max-width: 640px) {
.woocommerce-ordering select, .select-wrapper select{
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
    }
.woocommerce-ordering:after, .select-wrapper:after {
    content: "";
    width: 15px;
    height: 10px;
    background-image: url(../.././css/build/img/down-caret.svg);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 10px;
  }
.button, .wc-block-components-button{
  display: inline-block !important;
  border-radius: 0px !important;
  --tw-bg-opacity: 1 !important;
  background-color: rgb(0 57 29 / var(--tw-bg-opacity)) !important;
  padding-left: 0.75rem !important;
  padding-right: 0.75rem !important;
  padding-top: 0.75rem !important;
  padding-bottom: 0.75rem !important;
  font-size: 0.875rem !important;
  line-height: 1.25rem !important;
  text-transform: uppercase !important;
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
}
.woocommerce-page, .page-template-page-all-products{
  --tw-bg-opacity: 1;
  background-color: rgb(247 245 242 / var(--tw-bg-opacity));
}
.woocommerce-page svg, .page-template-page-all-products svg, .single-event svg {
    width: auto;
  }
.woocommerce-page .site-main, .page-template-page-all-products .site-main, .single-event .site-main{
  max-width: 1220px;
}
.content-over-image .woocommerce-page .site-main,.content-over-image  .page-template-page-all-products .site-main,.content-over-image  .single-event .site-main {
    position: relative;
    z-index: 5;
    width: 100%;
  }
.woocommerce-page .site-main, .page-template-page-all-products .site-main, .single-event .site-main{
  margin: auto;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  font-size: 1.25rem;
  line-height: 1.75rem;
}
.woocommerce-page .site-main:after, .page-template-page-all-products .site-main:after, .single-event .site-main:after {
      content: "";
      display: table;
      clear: both;
    }
.woocommerce-page .woocommerce-breadcrumb, .page-template-page-all-products .woocommerce-breadcrumb, .single-event .woocommerce-breadcrumb{
  margin-bottom: 2.5rem;
  font-weight: 400;
}
@media screen and (max-width: 640px) {
.woocommerce-page .woocommerce-breadcrumb, .page-template-page-all-products .woocommerce-breadcrumb, .single-event .woocommerce-breadcrumb{
    font-size: 0.75rem;
    line-height: 1rem;
    margin-bottom: 1rem;
  }
    }
.woocommerce-page .woocommerce-breadcrumb *, .page-template-page-all-products .woocommerce-breadcrumb *, .single-event .woocommerce-breadcrumb *{
  font-size: 1.25rem;
  line-height: 1.75rem;
  --tw-text-opacity: 1 !important;
  color: rgb(0 57 29 / var(--tw-text-opacity)) !important;
}
.woocommerce-page .woocommerce-breadcrumb span, .page-template-page-all-products .woocommerce-breadcrumb span, .single-event .woocommerce-breadcrumb span{
  font-weight: 700;
}
.woocommerce-page .woocommerce-breadcrumb a, .woocommerce-page .woocommerce-breadcrumb span, .page-template-page-all-products .woocommerce-breadcrumb a, .page-template-page-all-products .woocommerce-breadcrumb span, .single-event .woocommerce-breadcrumb a, .single-event .woocommerce-breadcrumb span{
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}
.woocommerce-page .woocommerce-breadcrumb a:first-child, .page-template-page-all-products .woocommerce-breadcrumb a:first-child, .single-event .woocommerce-breadcrumb a:first-child{
  margin-left: 0px;
}
.woocommerce-page .product_title, .page-template-page-all-products .product_title, .single-event .product_title{
  font-size: 40px;
  font-weight: 700;
}
@media screen and (max-width: 640px) {
.woocommerce-page .product_title, .page-template-page-all-products .product_title, .single-event .product_title{
    font-size: 1.5rem;
    line-height: 2rem;
  }
    }
.woocommerce-page .woocommerce-result-count, .page-template-page-all-products .woocommerce-result-count, .single-event .woocommerce-result-count {
    display: none;
  }
.woocommerce-page .woocommerce-notices-wrapper, .page-template-page-all-products .woocommerce-notices-wrapper, .single-event .woocommerce-notices-wrapper{
  position: fixed;
  bottom: 0px;
  left: 0px;
  width: 100%;
  z-index: 50;
}
.woocommerce-page .woocommerce-notices-wrapper .woocommerce-message, .page-template-page-all-products .woocommerce-notices-wrapper .woocommerce-message, .single-event .woocommerce-notices-wrapper .woocommerce-message{
  margin: 0px;
  --tw-bg-opacity: 1 !important;
  background-color: rgb(0 57 29 / var(--tw-bg-opacity)) !important;
  border-top-width: 0px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  display: flex;
}
@media screen and (min-width: 768px) {
      .image-with-content--image-right > .woocommerce-page .woocommerce-notices-wrapper .woocommerce-message,.image-with-content--image-right >  .page-template-page-all-products .woocommerce-notices-wrapper .woocommerce-message,.image-with-content--image-right >  .single-event .woocommerce-notices-wrapper .woocommerce-message {
        flex-direction: row-reverse;
      }
    }
.woocommerce-page .woocommerce-notices-wrapper .woocommerce-message, .page-template-page-all-products .woocommerce-notices-wrapper .woocommerce-message, .single-event .woocommerce-notices-wrapper .woocommerce-message{
  align-items: center;
  flex-direction: row-reverse;
}
@media screen and (max-width: 640px) {
.woocommerce-page .woocommerce-notices-wrapper .woocommerce-message, .page-template-page-all-products .woocommerce-notices-wrapper .woocommerce-message, .single-event .woocommerce-notices-wrapper .woocommerce-message{
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
      }
.woocommerce-page .woocommerce-notices-wrapper .woocommerce-message .button, .page-template-page-all-products .woocommerce-notices-wrapper .woocommerce-message .button, .single-event .woocommerce-notices-wrapper .woocommerce-message .button{
  border-width: 3px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(137 195 62 / var(--tw-border-opacity));
  margin-left: auto;
}
.woocommerce-page .woocommerce-notices-wrapper .woocommerce-message:before, .page-template-page-all-products .woocommerce-notices-wrapper .woocommerce-message:before, .single-event .woocommerce-notices-wrapper .woocommerce-message:before {
        top: 0;
        left: 1.5em;
        bottom: 0px;
        height: 28px;
        margin: auto;  
        color: #89C33E;
      }
.woocommerce-page .woocommerce-products-header__right img, .page-template-page-all-products .woocommerce-products-header__right img, .single-event .woocommerce-products-header__right img {
        max-width: unset;
        height: 100%;
      }
.woocommerce-page span.onsale, .woocommerce-page .wc-block-grid__product-onsale, .page-template-page-all-products span.onsale, .page-template-page-all-products .wc-block-grid__product-onsale, .single-event span.onsale, .single-event .wc-block-grid__product-onsale {
    background-color: #00391D!important;
    color: #FFF!important;
    border-radius: 50%!important;
    width: 60px!important;
    height: 60px!important;
    padding: 0!important;
    line-height: 60px!important;
    position: absolute!important;
    top: 0!important;
    right: 0!important;
    margin: -.5em -.5em 0 0!important;
  }
.woocommerce-page .wp-block-heading, .page-template-page-all-products .wp-block-heading, .single-event .wp-block-heading{
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 700;
}
.woocommerce-page .wc-block-grid, .page-template-page-all-products .wc-block-grid, .single-event .wc-block-grid{
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}
.woocommerce-page .wp-block-separator, .page-template-page-all-products .wp-block-separator, .single-event .wp-block-separator{
  margin-top: 1.75rem;
  margin-bottom: 1.75rem;
}
@media screen and (max-width: 640px) {
.woocommerce-page .product, .woocommerce-page .wc-block-grid__product, .page-template-page-all-products .product, .page-template-page-all-products .wc-block-grid__product, .single-event .product, .single-event .wc-block-grid__product{
    margin: 0px !important;
    margin-bottom: 0.75rem !important;
  }
    }
.woocommerce-page .product .attachment-woocommerce_thumbnail, .woocommerce-page .product img, .woocommerce-page .wc-block-grid__product .attachment-woocommerce_thumbnail, .woocommerce-page .wc-block-grid__product img, .page-template-page-all-products .product .attachment-woocommerce_thumbnail, .page-template-page-all-products .product img, .page-template-page-all-products .wc-block-grid__product .attachment-woocommerce_thumbnail, .page-template-page-all-products .wc-block-grid__product img, .single-event .product .attachment-woocommerce_thumbnail, .single-event .product img, .single-event .wc-block-grid__product .attachment-woocommerce_thumbnail, .single-event .wc-block-grid__product img {
      border-radius: 10px;
      margin: 0px !important;
      margin-bottom: 0.5rem !important;
    }
.woocommerce-page .product .price, .woocommerce-page .wc-block-grid__product .price, .page-template-page-all-products .product .price, .page-template-page-all-products .wc-block-grid__product .price, .single-event .product .price, .single-event .wc-block-grid__product .price {
      color: #00391D!important;
    }
.woocommerce-page .product .woocommerce-loop-product__title, .woocommerce-page .wc-block-grid__product .woocommerce-loop-product__title, .page-template-page-all-products .product .woocommerce-loop-product__title, .page-template-page-all-products .wc-block-grid__product .woocommerce-loop-product__title, .single-event .product .woocommerce-loop-product__title, .single-event .wc-block-grid__product .woocommerce-loop-product__title {
      color: #00391D;
      font-size: 1.5rem;
      line-height: 2rem;
      font-weight: 700;
      line-height: 1;
      margin: 0px;
    }
.woocommerce-page .product .variations th, .woocommerce-page .wc-block-grid__product .variations th, .page-template-page-all-products .product .variations th, .page-template-page-all-products .wc-block-grid__product .variations th, .single-event .product .variations th, .single-event .wc-block-grid__product .variations th {
        vertical-align: middle!important;
        text-align: left;
      }
.woocommerce-page .product .variations td, .woocommerce-page .wc-block-grid__product .variations td, .page-template-page-all-products .product .variations td, .page-template-page-all-products .wc-block-grid__product .variations td, .single-event .product .variations td, .single-event .wc-block-grid__product .variations td{
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.woocommerce-page .product .variations .label, .woocommerce-page .wc-block-grid__product .variations .label, .page-template-page-all-products .product .variations .label, .page-template-page-all-products .wc-block-grid__product .variations .label, .single-event .product .variations .label, .single-event .wc-block-grid__product .variations .label{
  font-size: 1rem;
  line-height: 1.5rem;
}
.woocommerce-page .product .reset_variations, .woocommerce-page .wc-block-grid__product .reset_variations, .page-template-page-all-products .product .reset_variations, .page-template-page-all-products .wc-block-grid__product .reset_variations, .single-event .product .reset_variations, .single-event .wc-block-grid__product .reset_variations {
      margin-left: 10px;
    }
.woocommerce-page .product .quantity, .woocommerce-page .wc-block-grid__product .quantity, .page-template-page-all-products .product .quantity, .page-template-page-all-products .wc-block-grid__product .quantity, .single-event .product .quantity, .single-event .wc-block-grid__product .quantity {
      display: none!important;
    }
.woocommerce-page .product .single_variation, .woocommerce-page .wc-block-grid__product .single_variation, .page-template-page-all-products .product .single_variation, .page-template-page-all-products .wc-block-grid__product .single_variation, .single-event .product .single_variation, .single-event .wc-block-grid__product .single_variation{
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.woocommerce-page .product div.images .woocommerce-product-gallery__image:nth-child(n+2), .woocommerce-page .wc-block-grid__product div.images .woocommerce-product-gallery__image:nth-child(n+2), .page-template-page-all-products .product div.images .woocommerce-product-gallery__image:nth-child(n+2), .page-template-page-all-products .wc-block-grid__product div.images .woocommerce-product-gallery__image:nth-child(n+2), .single-event .product div.images .woocommerce-product-gallery__image:nth-child(n+2), .single-event .wc-block-grid__product div.images .woocommerce-product-gallery__image:nth-child(n+2) {
      width: calc(25% - 10px)!important;
    }
@media screen and (max-width: 640px) {
.woocommerce-page .product .cart, .woocommerce-page .wc-block-grid__product .cart, .page-template-page-all-products .product .cart, .page-template-page-all-products .wc-block-grid__product .cart, .single-event .product .cart, .single-event .wc-block-grid__product .cart{
    margin-bottom: 1.5rem !important;
  }
      }
.woocommerce-page .products .product .button, .page-template-page-all-products .products .product .button, .single-event .products .product .button {
        display: none!important;
      }
.woocommerce-page .products.related, .page-template-page-all-products .products.related, .single-event .products.related {
      width: 100%;
      float: left;
      margin-top: 2rem;
    }
@media screen and (max-width: 640px) {
.woocommerce-page .products.related, .page-template-page-all-products .products.related, .single-event .products.related{
    float: none;
    margin-top: 0px;
  }
      }
.woocommerce-page .products.related h2:not(.woocommerce-loop-product__title), .page-template-page-all-products .products.related h2:not(.woocommerce-loop-product__title), .single-event .products.related h2:not(.woocommerce-loop-product__title){
  font-size: 34px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 2rem;
}
@media screen and (max-width: 640px) {
.woocommerce-page .products.related h2:not(.woocommerce-loop-product__title), .page-template-page-all-products .products.related h2:not(.woocommerce-loop-product__title), .single-event .products.related h2:not(.woocommerce-loop-product__title){
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
        }
.woocommerce-page.tax-product_cat:not(.term-all-products) .product-category, .page-template-page-all-products.tax-product_cat:not(.term-all-products) .product-category, .single-event.tax-product_cat:not(.term-all-products) .product-category {
        display: none;
      }
.woocommerce-page .shop-by-category__grid, .page-template-page-all-products .shop-by-category__grid, .single-event .shop-by-category__grid {
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }
@media screen and (max-width: 640px) {
.woocommerce-page .shop-by-category__grid, .page-template-page-all-products .shop-by-category__grid, .single-event .shop-by-category__grid {
        gap: 10px
    }
.woocommerce-page .shop-by-category__grid__item, .page-template-page-all-products .shop-by-category__grid__item, .single-event .shop-by-category__grid__item{
    height: 8rem;
  }
      }
.woocommerce-page .shop-by-category__grid__item img, .page-template-page-all-products .shop-by-category__grid__item img, .single-event .shop-by-category__grid__item img {
          height: 100%!important;
          transition: all 250ms;
        }
.woocommerce-page .shop-by-category__grid__item:hover img, .page-template-page-all-products .shop-by-category__grid__item:hover img, .single-event .shop-by-category__grid__item:hover img {
            transform: scale(1.1);
          }
.woocommerce-page .shop-by-category__grid__item:after, .page-template-page-all-products .shop-by-category__grid__item:after, .single-event .shop-by-category__grid__item:after {
          content: "";
          width: 100%;
          height: 33.33%;
          position: absolute;
          left: 0;
          bottom: 0;
          background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(0,0,0,1) 100%);
          z-index: 1;
        }
.woocommerce-page .summary .price, .page-template-page-all-products .summary .price, .single-event .summary .price{
  margin-top: 1rem;
  margin-bottom: 1rem;
  font-size: 1.25rem;
  line-height: 1.75rem;
}
@media screen and (max-width: 640px) {
.woocommerce-page .summary .price, .page-template-page-all-products .summary .price, .single-event .summary .price{
    margin-top: 0.25rem;
  }
    }
.woocommerce-page .woocommerce-product-details__short-description .description-label, .page-template-page-all-products .woocommerce-product-details__short-description .description-label, .single-event .woocommerce-product-details__short-description .description-label{
  text-transform: uppercase;
  font-weight: 700;
  padding-bottom: 0.5rem;
  margin-bottom: 0.625rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
      border-bottom: 1px solid #000;
}
.woocommerce-page .woocommerce-product-details__short-description p, .page-template-page-all-products .woocommerce-product-details__short-description p, .single-event .woocommerce-product-details__short-description p{
  font-size: 1rem;
  line-height: 1.5rem;
}
.woocommerce-page .woocommerce-product-details__short-description a, .page-template-page-all-products .woocommerce-product-details__short-description a, .single-event .woocommerce-product-details__short-description a{
  text-decoration-line: underline;
}
.woocommerce-page .woocommerce-product-gallery__image, .page-template-page-all-products .woocommerce-product-gallery__image, .single-event .woocommerce-product-gallery__image {
      margin-bottom: 10px;
      border-radius: 10px;
      overflow: hidden;
    }
.woocommerce-page .woocommerce-product-gallery__image:not(:first-child), .page-template-page-all-products .woocommerce-product-gallery__image:not(:first-child), .single-event .woocommerce-product-gallery__image:not(:first-child) {
        margin-right: 10px;
      }
.woocommerce-page form input, .page-template-page-all-products form input, .single-event form input{
  border-radius: 0.25rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(0 57 29 / var(--tw-border-opacity));
  padding: 0.5rem;
}
.woocommerce-page form .form-row label, .page-template-page-all-products form .form-row label, .single-event form .form-row label{
  margin-bottom: 0.5rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 700;
}
.woocommerce-page form .description, .page-template-page-all-products form .description, .single-event form .description{
  font-size: 1rem;
  line-height: 1.5rem;
}
.woocommerce-page .olmsted-event .button, .page-template-page-all-products .olmsted-event .button, .single-event .olmsted-event .button{
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
  width: 100%;
  text-align: center;
}
.woocommerce-page .product-ticket .price, .page-template-page-all-products .product-ticket .price, .single-event .product-ticket .price {
      display: none;
    }
.woocommerce-page .product-ticket .quantity, .page-template-page-all-products .product-ticket .quantity, .single-event .product-ticket .quantity {
      display: block!important;
    }
.woocommerce-page .product-ticket .quantity .qty, .page-template-page-all-products .product-ticket .quantity .qty, .single-event .product-ticket .quantity .qty{
  border-radius: 0.25rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(0 57 29 / var(--tw-border-opacity));
}
.woocommerce-page .product-ticket .summary, .page-template-page-all-products .product-ticket .summary, .single-event .product-ticket .summary {
      width: 100%!important;
    }
.woocommerce-page .product-ticket .cart-header, .page-template-page-all-products .product-ticket .cart-header, .single-event .product-ticket .cart-header{
  margin-bottom: 1.25rem;
  display: flex;
  width: 100%;
  justify-content: space-between;
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(0 57 29 / var(--tw-border-opacity));
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 700;
  text-transform: uppercase;
}
@media screen and (min-width: 768px) {
      .image-with-content--image-right > .woocommerce-page .product-ticket .cart-header,.image-with-content--image-right >  .page-template-page-all-products .product-ticket .cart-header,.image-with-content--image-right >  .single-event .product-ticket .cart-header {
        flex-direction: row-reverse;
      }
    }
.woocommerce-page .product-ticket .cart-ticket-product, .page-template-page-all-products .product-ticket .cart-ticket-product, .single-event .product-ticket .cart-ticket-product{
  display: flex;
  justify-content: space-between;
}
@media screen and (min-width: 768px) {
      .image-with-content--image-right > .woocommerce-page .product-ticket .cart-ticket-product,.image-with-content--image-right >  .page-template-page-all-products .product-ticket .cart-ticket-product,.image-with-content--image-right >  .single-event .product-ticket .cart-ticket-product {
        flex-direction: row-reverse;
      }
    }
.woocommerce-page .product-ticket .cart, .page-template-page-all-products .product-ticket .cart, .single-event .product-ticket .cart{
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}
.woocommerce-page .product-ticket .wc-box-office-ticket-form, .page-template-page-all-products .product-ticket .wc-box-office-ticket-form, .single-event .product-ticket .wc-box-office-ticket-form{
  margin-top: 1.25rem;
  margin-bottom: 0.5rem;
  padding-left: 2rem;
}
.woocommerce-page .product-ticket .wc-box-office-ticket-form .wc-box-office-ticket-fields .wc-box-office-ticket-fields-body, .page-template-page-all-products .product-ticket .wc-box-office-ticket-form .wc-box-office-ticket-fields .wc-box-office-ticket-fields-body, .single-event .product-ticket .wc-box-office-ticket-form .wc-box-office-ticket-fields .wc-box-office-ticket-fields-body{
  padding-bottom: 1.25rem;
}
.woocommerce-page .product-ticket .wc-box-office-ticket-form .wc-box-office-ticket-fields .wc-box-office-ticket-fields-title, .page-template-page-all-products .product-ticket .wc-box-office-ticket-form .wc-box-office-ticket-fields .wc-box-office-ticket-fields-title, .single-event .product-ticket .wc-box-office-ticket-form .wc-box-office-ticket-fields .wc-box-office-ticket-fields-title{
  border-top-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(137 195 62 / var(--tw-border-opacity));
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 700;
  text-transform: uppercase;
          border-bottom: none;
}
.woocommerce-page .product-ticket .wc-box-office-ticket-form .wc-box-office-ticket-fields .wc-box-office-ticket-fields-title a:after, .page-template-page-all-products .product-ticket .wc-box-office-ticket-form .wc-box-office-ticket-fields .wc-box-office-ticket-fields-title a:after, .single-event .product-ticket .wc-box-office-ticket-form .wc-box-office-ticket-fields .wc-box-office-ticket-fields-title a:after {
              color: #e06e41;
            }
.woocommerce-page .product-ticket .cart-ticket-instructions, .page-template-page-all-products .product-ticket .cart-ticket-instructions, .single-event .product-ticket .cart-ticket-instructions{
  margin-bottom: 0.75rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 700;
}
.woocommerce-page .product-ticket .single_add_to_cart_button, .page-template-page-all-products .product-ticket .single_add_to_cart_button, .single-event .product-ticket .single_add_to_cart_button{
  float: none !important;
  margin: auto;
  display: block;
}
.woocommerce-page .wc-block-components-notice-banner > svg, .page-template-page-all-products .wc-block-components-notice-banner > svg, .single-event .wc-block-components-notice-banner > svg {
      width: 20px;
    }
.woocommerce-page .woocommerce-error, .woocommerce-page .woocommerce-info, .woocommerce-page .woocommerce-message, .page-template-page-all-products .woocommerce-error, .page-template-page-all-products .woocommerce-info, .page-template-page-all-products .woocommerce-message, .single-event .woocommerce-error, .single-event .woocommerce-info, .single-event .woocommerce-message {
    background-color: rgba(0,0,0,0)!important;
    border: none!important;
  }
.woocommerce-page .woocommerce-order h2, .page-template-page-all-products .woocommerce-order h2, .single-event .woocommerce-order h2{
  text-transform: uppercase;
  font-weight: 700;
  padding-bottom: 0.5rem;
  margin-bottom: 0.625rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
      border-bottom: 1px solid #000;
}
.woocommerce-page .woocommerce-order a, .page-template-page-all-products .woocommerce-order a, .single-event .woocommerce-order a {
      text-decoration: underline;
    }
.woocommerce-page .wp-block-button__link, .page-template-page-all-products .wp-block-button__link, .single-event .wp-block-button__link{
  display: inline-block !important;
  border-radius: 0px !important;
  --tw-bg-opacity: 1 !important;
  background-color: rgb(0 57 29 / var(--tw-bg-opacity)) !important;
  padding-left: 0.75rem !important;
  padding-right: 0.75rem !important;
  padding-top: 0.75rem !important;
  padding-bottom: 0.75rem !important;
  font-size: 0.875rem !important;
  line-height: 1.25rem !important;
  text-transform: uppercase !important;
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
}
.woocommerce-page .wc-block-components-form .wc-block-components-text-input input[type=email], .woocommerce-page .wc-block-components-form .wc-block-components-text-input input[type=number], .woocommerce-page .wc-block-components-form .wc-block-components-text-input input[type=tel], .woocommerce-page .wc-block-components-form .wc-block-components-text-input input[type=text], .woocommerce-page .wc-block-components-form .wc-block-components-text-input input[type=url], .woocommerce-page .wc-block-components-text-input input[type=email], .woocommerce-page .wc-block-components-text-input input[type=number], .woocommerce-page .wc-block-components-text-input input[type=tel], .woocommerce-page .wc-block-components-text-input input[type=text], .woocommerce-page .wc-block-components-text-input input[type=url], .page-template-page-all-products .wc-block-components-form .wc-block-components-text-input input[type=email], .page-template-page-all-products .wc-block-components-form .wc-block-components-text-input input[type=number], .page-template-page-all-products .wc-block-components-form .wc-block-components-text-input input[type=tel], .page-template-page-all-products .wc-block-components-form .wc-block-components-text-input input[type=text], .page-template-page-all-products .wc-block-components-form .wc-block-components-text-input input[type=url], .page-template-page-all-products .wc-block-components-text-input input[type=email], .page-template-page-all-products .wc-block-components-text-input input[type=number], .page-template-page-all-products .wc-block-components-text-input input[type=tel], .page-template-page-all-products .wc-block-components-text-input input[type=text], .page-template-page-all-products .wc-block-components-text-input input[type=url], .single-event .wc-block-components-form .wc-block-components-text-input input[type=email], .single-event .wc-block-components-form .wc-block-components-text-input input[type=number], .single-event .wc-block-components-form .wc-block-components-text-input input[type=tel], .single-event .wc-block-components-form .wc-block-components-text-input input[type=text], .single-event .wc-block-components-form .wc-block-components-text-input input[type=url], .single-event .wc-block-components-text-input input[type=email], .single-event .wc-block-components-text-input input[type=number], .single-event .wc-block-components-text-input input[type=tel], .single-event .wc-block-components-text-input input[type=text], .single-event .wc-block-components-text-input input[type=url]{
  --tw-border-opacity: 1 !important;
  border-color: rgb(0 57 29 / var(--tw-border-opacity)) !important;
}
.woocommerce-page .wp-block-woocommerce-checkout, .page-template-page-all-products .wp-block-woocommerce-checkout, .single-event .wp-block-woocommerce-checkout{
  padding: 0px;
}
.woocommerce-page .wp-block-woocommerce-checkout-order-summary-block, .page-template-page-all-products .wp-block-woocommerce-checkout-order-summary-block, .single-event .wp-block-woocommerce-checkout-order-summary-block{
  border-radius: 0.25rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(0 57 29 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding: 1rem;
}
body.woocommerce-page .wp-block-woocommerce-checkout-order-summary-block footer,body .page-template-page-all-products .wp-block-woocommerce-checkout-order-summary-block footer,body .single-event .wp-block-woocommerce-checkout-order-summary-block footer {
    border-top: 1px solid #979797;
  }
.woocommerce-page .wp-block-woocommerce-checkout-order-summary-block *, .page-template-page-all-products .wp-block-woocommerce-checkout-order-summary-block *, .single-event .wp-block-woocommerce-checkout-order-summary-block *{
  --tw-border-opacity: 1;
  border-color: rgb(137 195 62 / var(--tw-border-opacity));
}
.woocommerce-page .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-order-summary__button-text, .page-template-page-all-products .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-order-summary__button-text, .single-event .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-order-summary__button-text{
  font-weight: 700;
}
.woocommerce-page .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-totals-coupon-link, .page-template-page-all-products .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-totals-coupon-link, .single-event .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-totals-coupon-link{
  text-decoration-line: underline;
}
.woocommerce-page .wp-block-woocommerce-checkout-order-summary-block .wp-block-woocommerce-checkout-order-summary-cart-items-block, .page-template-page-all-products .wp-block-woocommerce-checkout-order-summary-block .wp-block-woocommerce-checkout-order-summary-cart-items-block, .single-event .wp-block-woocommerce-checkout-order-summary-block .wp-block-woocommerce-checkout-order-summary-cart-items-block{
  border-style: none;
}
.woocommerce-page .wc-block-components-product-name, .page-template-page-all-products .wc-block-components-product-name, .single-event .wc-block-components-product-name {
    font-weight: bold;
  }
.edit-ticket{
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.edit-ticket .form-row{
  margin-bottom: 1rem;
}
.edit-ticket label{
  display: block;
  width: 100%;
  font-weight: 700;
}
.edit-ticket input[type="text"], .edit-ticket input[type="textarea"]{
  width: 100%;
  border-radius: 0.25rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(0 57 29 / var(--tw-border-opacity));
  padding: 0.5rem;
}
.edit-ticket .buttons{
  margin-top: 1rem;
}
.wc-block-components-sidebar a {
  text-decoration: underline;
}
.stock{
  margin-top: 1rem;
  --tw-text-opacity: 1 !important;
  color: rgb(0 57 29 / var(--tw-text-opacity)) !important;
}
#wc-square-digital-wallet {
  margin: 0 auto 0 0!important;
}
.wp-element-button {
  text-decoration: none!important;
}
.wc-block-components-spinner {
  width: 40px;
  top: 0px;
  right: 0px;
}
/** WooCommerce old checkout styles **/
.woocommerce .woocommerce-form-coupon-toggle {
    display: none;
  }
.woocommerce .checkout {
    margin: 30px 0 0 0;
  }
.woocommerce .checkout h3 {
      font-size: 20px;
      margin: 0 0 10px 0;
    }
.woocommerce .checkout .woocommerce-additional-fields {
      display: none;
    }
.woocommerce .checkout .woocommerce-terms-and-conditions-wrapper {
      margin: 0 0 20px 0;
    }
.woocommerce .checkout .woocommerce-billing-fields {
      margin: 0 0 20px 0;
    }
.woocommerce .checkout .woocommerce-billing-fields p {
        padding-left: 0!important;
        padding-right: 0!important;
      }
.free-checkout #wc-square-digital-wallet, .free-checkout #square-gift-card-wrapper {
    display: none!important;
  }
.before\:bg-secondary::before{
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(241 101 49 / var(--tw-bg-opacity));
}
.after\:bg-secondary::after{
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(241 101 49 / var(--tw-bg-opacity));
}
.last\:border-0:last-child{
  border-width: 0px;
}
.last\:border-b-0:last-child{
  border-bottom-width: 0px;
}
.hover\:bg-dark-green:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(0 57 29 / var(--tw-bg-opacity));
}
.hover\:bg-themeHover:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(232 224 209 / var(--tw-bg-opacity));
}
.hover\:text-contrast:hover{
  --tw-text-opacity: 1;
  color: rgb(1 57 29 / var(--tw-text-opacity));
}
.hover\:text-secondary:hover{
  --tw-text-opacity: 1;
  color: rgb(241 101 49 / var(--tw-text-opacity));
}
.hover\:text-white:hover{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
@media (min-width: 640px){

  .sm\:absolute{
    position: absolute;
  }

  .sm\:bottom-32{
    bottom: 8rem;
  }

  .sm\:bottom-8{
    bottom: 2rem;
  }

  .sm\:-mx-4{
    margin-left: -1rem;
    margin-right: -1rem;
  }

  .sm\:my-12{
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  .sm\:my-20{
    margin-top: 5rem;
    margin-bottom: 5rem;
  }

  .sm\:mb-0{
    margin-bottom: 0px;
  }

  .sm\:mb-10{
    margin-bottom: 2.5rem;
  }

  .sm\:mb-12{
    margin-bottom: 3rem;
  }

  .sm\:mb-16{
    margin-bottom: 4rem;
  }

  .sm\:mb-24{
    margin-bottom: 6rem;
  }

  .sm\:mb-5{
    margin-bottom: 1.25rem;
  }

  .sm\:mb-8{
    margin-bottom: 2rem;
  }

  .sm\:ml-5{
    margin-left: 1.25rem;
  }

  .sm\:mt-0{
    margin-top: 0px;
  }

  .sm\:mt-10{
    margin-top: 2.5rem;
  }

  .sm\:mt-16{
    margin-top: 4rem;
  }

  .sm\:block{
    display: block;
  }

  .sm\:inline-block{
    display: inline-block;
  }

  .sm\:flex{
    display: flex;
  }

  .sm\:hidden{
    display: none;
  }

  .sm\:h-24{
    height: 6rem;
  }

  .sm\:min-h-\[300px\]{
    min-height: 300px;
  }

  .sm\:min-h-\[768px\]{
    min-height: 768px;
  }

  .sm\:w-1\/2{
    width: 50%;
  }

  .sm\:w-1\/4{
    width: 25%;
  }

  .sm\:w-24{
    width: 6rem;
  }

  .sm\:w-3\/4{
    width: 75%;
  }

  .sm\:w-\[50vw\]{
    width: 50vw;
  }

  .sm\:basis-44{
    flex-basis: 11rem;
  }

  .sm\:grid-cols-2{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .sm\:flex-row{
    flex-direction: row;
  }

  .sm\:flex-nowrap{
    flex-wrap: nowrap;
  }

  .sm\:gap-20{
    gap: 5rem;
  }

  .sm\:gap-8{
    gap: 2rem;
  }

  .sm\:gap-y-0{
    row-gap: 0px;
  }

  .sm\:gap-y-5{
    row-gap: 1.25rem;
  }

  .sm\:px-10{
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .sm\:px-20{
    padding-left: 5rem;
    padding-right: 5rem;
  }

  .sm\:px-4{
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .sm\:py-10{
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .sm\:py-12{
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .sm\:py-16{
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .sm\:py-20{
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .sm\:py-28{
    padding-top: 7rem;
    padding-bottom: 7rem;
  }

  .sm\:pb-20{
    padding-bottom: 5rem;
  }

  .sm\:text-2xl{
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .sm\:text-3xl{
    font-size: 1.875rem;
    line-height: 2.25rem;
  }

  .sm\:text-4xl{
    font-size: 2.25rem;
    line-height: 2.5rem;
  }

  .sm\:text-5xl{
    font-size: 3rem;
    line-height: 1;
  }

  .sm\:text-6xl{
    font-size: 3.75rem;
    line-height: 1;
  }

  .sm\:text-\[34px\]{
    font-size: 34px;
  }

  .sm\:text-lg{
    font-size: 1.125rem;
    line-height: 1.75rem;
  }

  .sm\:text-xl{
    font-size: 1.25rem;
    line-height: 1.75rem;
  }

  .sm\:font-thin{
    font-weight: 100;
  }

  .sm\:leading-tight{
    line-height: 1.25;
  }
}
@media (min-width: 768px){

  .md\:m-auto{
    margin: auto;
  }

  .md\:mx-auto{
    margin-left: auto;
    margin-right: auto;
  }

  .md\:my-20{
    margin-top: 5rem;
    margin-bottom: 5rem;
  }

  .md\:mb-0{
    margin-bottom: 0px;
  }

  .md\:mb-12{
    margin-bottom: 3rem;
  }

  .md\:mb-16{
    margin-bottom: 4rem;
  }

  .md\:mb-8{
    margin-bottom: 2rem;
  }

  .md\:mr-10{
    margin-right: 2.5rem;
  }

  .md\:mr-4{
    margin-right: 1rem;
  }

  .md\:h-\[131px\]{
    height: 131px;
  }

  .md\:w-1\/2{
    width: 50%;
  }

  .md\:w-1\/3{
    width: 33.333333%;
  }

  .md\:max-w-2xl{
    max-width: 42rem;
  }

  .md\:max-w-\[318px\]{
    max-width: 318px;
  }

  .md\:max-w-\[50\%\]{
    max-width: 50%;
  }

  .md\:max-w-\[515px\]{
    max-width: 515px;
  }

  .md\:flex-row{
    flex-direction: row;
  }

  .md\:items-end{
    align-items: flex-end;
  }

  .md\:items-center{
    align-items: center;
  }

  .md\:justify-between{
    justify-content: space-between;
  }

  .md\:space-y-0 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0px * var(--tw-space-y-reverse));
  }

  .md\:border-r{
    border-right-width: 1px;
  }

  .md\:border-white{
    --tw-border-opacity: 1;
    border-color: rgb(255 255 255 / var(--tw-border-opacity));
  }

  .md\:py-20{
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .md\:pb-20{
    padding-bottom: 5rem;
  }

  .md\:pr-10{
    padding-right: 2.5rem;
  }

  .md\:pr-5{
    padding-right: 1.25rem;
  }

  .md\:pt-12{
    padding-top: 3rem;
  }

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

  .md\:text-4xl{
    font-size: 2.25rem;
    line-height: 2.5rem;
  }

  .md\:text-base{
    font-size: 1rem;
    line-height: 1.5rem;
  }
}
@media (min-width: 1024px){

  .lg\:-order-12{
    order: -12;
  }

  .lg\:order-2{
    order: 2;
  }

  .lg\:-mx-3{
    margin-left: -0.75rem;
    margin-right: -0.75rem;
  }

  .lg\:my-16{
    margin-top: 4rem;
    margin-bottom: 4rem;
  }

  .lg\:my-24{
    margin-top: 6rem;
    margin-bottom: 6rem;
  }

  .lg\:my-28{
    margin-top: 7rem;
    margin-bottom: 7rem;
  }

  .lg\:mb-0{
    margin-bottom: 0px;
  }

  .lg\:mb-10{
    margin-bottom: 2.5rem;
  }

  .lg\:mb-12{
    margin-bottom: 3rem;
  }

  .lg\:mb-20{
    margin-bottom: 5rem;
  }

  .lg\:mb-24{
    margin-bottom: 6rem;
  }

  .lg\:mb-5{
    margin-bottom: 1.25rem;
  }

  .lg\:ml-auto{
    margin-left: auto;
  }

  .lg\:mr-16{
    margin-right: 4rem;
  }

  .lg\:mr-20{
    margin-right: 5rem;
  }

  .lg\:mr-4{
    margin-right: 1rem;
  }

  .lg\:mt-10{
    margin-top: 2.5rem;
  }

  .lg\:mt-16{
    margin-top: 4rem;
  }

  .lg\:mt-5{
    margin-top: 1.25rem;
  }

  .lg\:mt-8{
    margin-top: 2rem;
  }

  .lg\:block{
    display: block;
  }

  .lg\:flex{
    display: flex;
  }

  .lg\:hidden{
    display: none;
  }

  .lg\:h-\[146px\]{
    height: 146px;
  }

  .lg\:w-1\/2{
    width: 50%;
  }

  .lg\:w-1\/3{
    width: 33.333333%;
  }

  .lg\:w-1\/4{
    width: 25%;
  }

  .lg\:w-2\/3{
    width: 66.666667%;
  }

  .lg\:w-20{
    width: 5rem;
  }

  .lg\:w-3\/5{
    width: 60%;
  }

  .lg\:w-32{
    width: 8rem;
  }

  .lg\:max-w-3xl{
    max-width: 48rem;
  }

  .lg\:max-w-lg{
    max-width: 32rem;
  }

  .lg\:max-w-site{
    max-width: 1220px;
  }

  .lg\:flex-shrink-0{
    flex-shrink: 0;
  }

  .lg\:grid-cols-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .lg\:flex-row{
    flex-direction: row;
  }

  .lg\:flex-col{
    flex-direction: column;
  }

  .lg\:flex-wrap{
    flex-wrap: wrap;
  }

  .lg\:items-start{
    align-items: flex-start;
  }

  .lg\:items-center{
    align-items: center;
  }

  .lg\:gap-y-0{
    row-gap: 0px;
  }

  .lg\:space-x-4 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(1rem * var(--tw-space-x-reverse));
    margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:border-r{
    border-right-width: 1px;
  }

  .lg\:border-primary{
    --tw-border-opacity: 1;
    border-color: rgb(137 195 62 / var(--tw-border-opacity));
  }

  .lg\:p-8{
    padding: 2rem;
  }

  .lg\:px-0{
    padding-left: 0px;
    padding-right: 0px;
  }

  .lg\:px-10{
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .lg\:px-12{
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .lg\:px-3{
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

  .lg\:px-8{
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .lg\:py-10{
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .lg\:py-12{
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .lg\:py-14{
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }

  .lg\:py-20{
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .lg\:py-24{
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .lg\:py-28{
    padding-top: 7rem;
    padding-bottom: 7rem;
  }

  .lg\:pb-0{
    padding-bottom: 0px;
  }

  .lg\:pb-12{
    padding-bottom: 3rem;
  }

  .lg\:pb-24{
    padding-bottom: 6rem;
  }

  .lg\:pl-14{
    padding-left: 3.5rem;
  }

  .lg\:pl-8{
    padding-left: 2rem;
  }

  .lg\:pr-12{
    padding-right: 3rem;
  }

  .lg\:pr-14{
    padding-right: 3.5rem;
  }

  .lg\:pr-16{
    padding-right: 4rem;
  }

  .lg\:pr-6{
    padding-right: 1.5rem;
  }

  .lg\:pt-16{
    padding-top: 4rem;
  }

  .lg\:pt-20{
    padding-top: 5rem;
  }

  .lg\:pt-48{
    padding-top: 12rem;
  }

  .lg\:text-22{
    font-size: 1.375rem;
  }

  .lg\:text-2xl{
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .lg\:text-4xl{
    font-size: 2.25rem;
    line-height: 2.5rem;
  }

  .lg\:text-5xl{
    font-size: 3rem;
    line-height: 1;
  }

  .lg\:text-6xl{
    font-size: 3.75rem;
    line-height: 1;
  }

  .lg\:text-base{
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .lg\:text-lg{
    font-size: 1.125rem;
    line-height: 1.75rem;
  }

  .lg\:text-sm{
    font-size: 0.875rem;
    line-height: 1.25rem;
  }

  .lg\:text-xl{
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 1280px){

  .xl\:mb-12{
    margin-bottom: 3rem;
  }

  .xl\:mr-6{
    margin-right: 1.5rem;
  }

  .xl\:w-1\/3{
    width: 33.333333%;
  }

  .xl\:w-2\/3{
    width: 66.666667%;
  }

  .xl\:max-w-site{
    max-width: 1220px;
  }

  .xl\:flex-nowrap{
    flex-wrap: nowrap;
  }

  .xl\:px-4{
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .xl\:text-5xl{
    font-size: 3rem;
    line-height: 1;
  }

  .xl\:text-6xl{
    font-size: 3.75rem;
    line-height: 1;
  }
}
@media (min-width: 1536px){

  .\32xl\:mr-24{
    margin-right: 6rem;
  }

  .\32xl\:pr-20{
    padding-right: 5rem;
  }
}
.\[\&\:not\(\:first-child\)\]\:pt-8:not(:first-child){
  padding-top: 2rem;
}
@media (min-width: 1024px){

  .\[\&\:not\(\:first-child\)\]\:lg\:pt-20:not(:first-child){
    padding-top: 5rem;
  }
}
.\[\&\>b\]\:block>b{
  display: block;
}
.\[\&\>b\]\:uppercase>b{
  text-transform: uppercase;
}
.\[\&\>svg\]\:text-primary>svg{
  --tw-text-opacity: 1;
  color: rgb(137 195 62 / var(--tw-text-opacity));
}


