@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block;
}

body {
	line-height: 1;
}

ol,
ul {
	list-style: none;
}

blockquote,
q {
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/
/* Normalize
--------------------------------------------- */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
	 ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

html {
	box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/
/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: #2F2F2F;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-size: 1rem;
	line-height: 1.6;
}

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

p {
	margin-bottom: 1.5em;
}

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

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", courier, monospace;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

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

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
	background: #fff;
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

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

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

figure {
	margin: 1em 0;
}

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

/* Links
--------------------------------------------- */
a {
	color: #4169e1;
}

a:visited {
	color: #800080;
}

a:hover,
a:focus,
a:active {
	color: #191970;
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
}

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	line-height: 1;
	padding: 0.6em 1em 0.4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #3A5932;
	border-radius: 3px;
	padding: .25em .5em;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #3A5932;
	padding: .28em .5em;
	border-radius: 3px;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
/* Navigation
--------------------------------------------- */
/*
.main-navigation {
  display: block;
  width: 100%;
}

.main-navigation ul {
  display: none;
  list-style: none;
  margin: 0;
  padding-left: 0;
}

.main-navigation ul ul {
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  float: left;
  position: absolute;
  top: 100%;
  left: -999em;
  z-index: 99999;
}

.main-navigation ul ul ul {
  left: -999em;
  top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
  display: block;
  left: auto;
}

.main-navigation ul ul a {
  width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
  left: auto;
}

.main-navigation li {
  position: relative;
}

.main-navigation a {
  display: block;
  text-decoration: none;
}
*/
/* Small menu.
.menu-toggle,
.main-navigation.toggled ul {
  display: block;
}

@media screen and (min-width: 37.5em) {

  .menu-toggle {
    display: none;
  }

  .main-navigation ul {
    display: flex;
  }
}
*/
.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
	margin: 0 0 1.5em;
}

.site-main {
	padding: 0;
}

.site-main h1 {
	color: #3A5932;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: end;
	flex: 1 0 50%;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
	display: block;
}

.updated:not(.published) {
	display: none;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/* Comments
--------------------------------------------- */
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
	margin: 0 0 1.5em;
}

.widget select {
	max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
	width: fit-content;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	background: #F2F2F2;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0;
	padding: 0 .5rem .5rem;
	font-size: 1rem;
	font-style: italic;
}

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

.wp-caption.alignright {
	width: 100%;
}

@media (min-width: 37.5em) {
	.wp-caption.alignright {
		max-width: 50%;
		float: right;
		margin-left: 3rem;
	}
}

.wp-caption.alignleft {
	width: 100%;
}

@media (min-width: 37.5em) {
	.wp-caption.alignleft {
		max-width: 50%;
		float: left;
		margin-right: 3rem;
	}
}

.wp-caption.aligncenter {
	text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
	margin-bottom: 1.5em;
	display: grid;
	grid-gap: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	width: 100%;
}

.gallery-columns-2 {
	grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/
/* Jetpack infinite scroll
--------------------------------------------- */
/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/
/* Accessibility
--------------------------------------------- */
/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

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

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

/* Alignments
--------------------------------------------- */
.alignfull {
	width: 100vw;
	position: relative;
	left: 50%;
	right: 50%;
	margin-left: -50vw;
	margin-right: -50vw;
}

.entry-content {
	margin: 0;
	overflow: hidden;
}

.entry-content .alignwide {
	width: 100%;
}

.entry-content .alignfull {
	width: 100vw;
	position: relative;
	left: 50%;
	right: 50%;
	margin-left: -50vw;
	margin-right: -50vw;
}

.entry-content .alignleft {
	/*rtl:ignore*/
	float: left;
	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.entry-content .alignright {
	/*rtl:ignore*/
	float: right;
	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

.entry-content .aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}

.entry-content .wp-block-embed__wrapper {
	position: relative;
	padding-bottom: 56.25%;
	/* 16:9 */
	height: 0;
}

.entry-content .wp-block-embed__wrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

@font-face {
	font-family: 'Adonis';
	src: url("../fonts/Adonis/Adonis_Regular.otf") format("opentype");
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Adonis';
	src: url("../fonts/Adonis/Adonis_Bold.otf") format("opentype");
	font-weight: Bold;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Adonis';
	src: url("../fonts/Adonis/Adonis_Italic.otf") format("opentype");
	font-weight: normal;
	font-style: italic;
	font-display: swap;
}

@font-face {
	font-family: 'Adonis';
	src: url("../fonts/Adonis/Adonis_Bold-Italic.otf") format("opentype");
	font-weight: Bold;
	font-style: italic;
	font-display: swap;
}

@font-face {
	font-family: 'Azo Sans';
	src: url("../fonts/Azo_Sans/AzoSans-Regular.otf") format("opentype");
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Azo Sans';
	src: url("../fonts/Azo_Sans/AzoSans-Bold.otf") format("opentype");
	font-weight: Bold;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Azo Sans';
	src: url("../fonts/Azo_Sans/AzoSans-Italic.otf") format("opentype");
	font-weight: normal;
	font-style: italic;
	font-display: swap;
}

@font-face {
	font-family: 'Azo Sans';
	src: url("../fonts/Azo_Sans/AzoSans-BoldItalic.otf") format("opentype");
	font-weight: Bold;
	font-style: italic;
	font-display: swap;
}

body {
	font-family: "Azo Sans", serif;
	font-size: 1.125rem;
}

/*
@import "00-base/reusable/mixins/iconography/_icon.scss";
@import "00-base/reusable/mixins/typography/_text-truncate.scss";
@import "00-base/reusable/mixins/typography/_tags.scss";
@import "00-base/reusable/mixins/typography/_pills.scss";
@import "00-base/reusable/mixins/typography/_menu-list.scss";
@import "00-base/reusable/mixins/typography/_favourite-button--compact.scss";
@import "00-base/reusable/mixins/typography/_block-title--alt.scss";
@import "00-base/reusable/mixins/typography/_buttons.scss";
@import "00-base/reusable/mixins/shapes/_css-triangle.scss";
@import "00-base/reusable/mixins/shapes/_modal-triangle.scss";
@import "00-base/reusable/mixins/visibility/_visually-hidden.scss";
@import "00-base/reusable/mixins/states/_focus-style.scss";
@import "00-base/reusable/mixins/states/_block-toggler.scss";
@import "00-base/reusable/mixins/states/_no-scroll.scss";
@import "00-base/reusable/mixins/image/_00-profile-image--placeholder.scss";
@import "00-base/reusable/mixins/image/_profile-image--lists.scss";
@import "00-base/reusable/mixins/reset/_reset--font.scss";
@import "00-base/reusable/mixins/reset/_reset--visually-hidden.scss";
@import "00-base/reusable/mixins/reset/_reset--table.scss";
@import "00-base/reusable/mixins/reset/_reset.scss";
@import "00-base/reusable/mixins/reset/_reset--layout-container.scss";
@import "00-base/reusable/mixins/reset/_reset--bullets.scss";
@import "00-base/reusable/mixins/reset/_reset--background-box.scss";
@import "00-base/reusable/mixins/reset/_reset--list.scss";
@import "00-base/reusable/mixins/box/_modal.scss";
@import "00-base/reusable/mixins/box/_text-modal.scss";
@import "00-base/reusable/mixins/box/_header-padding.scss";
@import "00-base/reusable/mixins/box/_box-shadows.scss";
@import "00-base/reusable/mixins/box/_clearfix.scss";
@import "00-base/reusable/mixins/box/_fake-full-width.scss";
@import "00-base/reusable/mixins/box/_layout-container.scss";
@import "00-base/reusable/mixins/box/_full-width-ratio-setter.scss";
@import "00-base/reusable/mixins/box/_background-box.scss";

//@import "00-base/reusable/mixins/a11y/_screenreader.scss";
@import "00-base/reusable/mixins/table/_table-alternate.scss";
@import "00-base/reusable/mixins/debug/_debug-layout.scss";
*/
.text-center {
	text-align: center;
}

.text-white {
	color: #fff;
}

.no-margin {
	margin: 0 !important;
}

.no-padding {
	padding: 0 !important;
}

.rounded {
	border-radius: 20px;
}

.margin-top-none {
	margin-top: 0 !important;
}

.margin-bottom-none {
	margin-bottom: 0 !important;
}

.margin-top-1 {
	margin-top: 1rem !important;
}

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

.margin-bottom-1 {
	margin-bottom: 1rem !important;
}

.margin-bottom-2 {
	margin-bottom: 2rem !important;
}

.margin-bottom-3 {
	margin-bottom: 3rem !important;
}

.margin-left-1 {
	margin-left: 1rem !important;
}

.margin-right-1 {
	margin-right: 1rem !important;
}

.margin-1 {
	margin: 1rem !important;
}

.padding-1 {
	padding: 1rem !important;
}

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

.padding-2 {
	padding: 2rem !important;
}

.padding-top-1 {
	padding-top: 1rem !important;
}

.padding-top-2 {
	padding-top: 2rem !important;
}

.no-list-style {
	margin: 0;
	list-style-type: none;
}

.no-decoration {
	text-decoration: none;
}

.has-forest-green-color {
	color: #3A5932;
}

.has-light-green-color {
	color: #3FC2AE;
}

.has-green-color {
	color: #009680;
}

.has-traditional-green-color {
	color: #4AB163;
}

.has-pink-color {
	color: #FC69BD;
}

.has-dark-pink-color {
	color: #E24FA3;
}

.has-blue-color {
	color: #E24FA3;
}

.has-orange-color {
	color: #FF8439;
}

.has-dark-orange-color {
	color: #EB7304;
}

.has-red-color {
	color: #EA5849;
}

.has-black-color {
	color: #2F2F2F;
}

.has-white-color {
	color: #ffffff;
}

.has-forest-green-background-color {
	background-color: #3A5932;
}

.has-light-green-background-color {
	background-color: #3FC2AE;
}

.has-green-background-color {
	background-color: #009680;
}

.has-traditional-green-background-color {
	background-color: #4AB163;
}

.has-pink-background-color {
	background-color: #FC69BD;
}

.has-dark-pink-background-color {
	background-color: #E24FA3;
}

.has-blue-background-color {
	background-color: #E24FA3;
}

.has-orange-background-color {
	background-color: #FF8439;
}

.has-dark-orange-background-color {
	background-color: #EB7304;
}

.has-red-background-color {
	background-color: #EA5849;
}

.has-black-background-color {
	background-color: #2F2F2F;
}

.has-white-background-color {
	background-color: #ffffff;
}

.layout-container,
#layout-container,
.site-header {
	margin: 0 auto;
	width: 100%;
	max-width: 1280px;
	padding: 0 1rem;
}

.content-container {
	margin: 0 auto;
	width: 100%;
	max-width: 1280px;
	padding: 0;
}

.theme-icon--facebook:before {
	content: "\f09a";
	font-family: "Font Awesome 5 Brands";
}

.theme-icon--twitter:before {
	content: "\f099";
	font-family: "Font Awesome 5 Brands";
}

.theme-icon--instagram:before {
	content: "\f16d";
	font-family: "Font Awesome 5 Brands";
}

.theme-icon--youtube:before {
	content: "\f167";
	font-family: "Font Awesome 5 Brands";
}

.wp-block-image.is-style-rounded img {
	border-radius: 20px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #3A5932;
	font-weight: 700;
	font-variation-settings: "wght" 540;
	font-family: "Adonis", serif;
	margin-bottom: 0.625rem;
	word-break: break-word;
}

h1 {
	font-size: 2.375rem;
	line-height: 2.875rem;
	margin-bottom: 1rem;
	margin-top: 0;
}

@media screen and (min-width: 56.25em) {
	h1 {
		font-size: 2.875rem;
		line-height: 3.5rem;
	}
}

@media screen and (max-width: 23.4375em) {
	h1 {
		font-size: 1.875rem;
		line-height: 2.125rem;
	}
}

h2 {
	font-size: 2.125rem;
	line-height: 2.75rem;
}

@media screen and (max-width: 23.4375em) {
	h2 {
		font-size: 1.6875rem;
		line-height: 2rem;
	}
}

h3 {
	font-size: 1.625rem;
	line-height: 1.875rem;
}

h4 {
	font-size: 1.5rem;
	line-height: 1.6875rem;
}

h5 {
	font-size: 1.375rem;
	line-height: 1.5625rem;
	font-weight: 400;
}

h6 {
	font-size: 1.25rem;
	line-height: 1.4375rem;
	font-weight: 400;
}

.field--name-body > h1:first-child,
.field--name-body > h2:first-child,
.field--name-body > h3:first-child,
.field--name-body > h4:first-child,
.field--name-body > h5:first-child,
.field--name-body > h6:first-child {
	margin-top: 0;
}

.icon-link {
	font-weight: 700;
	text-decoration: none;
	margin-bottom: 0.5rem;
	display: inline-block;
}

.icon-link:before {
	font-family: "Font Awesome 5 Free";
	padding-right: 0.5rem;
}

.icon-link--email:before {
	content: "\f0e0";
}

.icon-link--phone:before {
	content: "\f879";
}

.icon-link:hover, .icon-link:focus {
	text-decoration: underline;
}

.link-list, .widget_nav_menu ul {
	margin: 0;
	list-style-type: none;
	display: inline-flex;
	flex-wrap: wrap;
	flex-direction: column;
	gap: 0.5rem;
}

.link-list li a, .widget_nav_menu ul li a {
	text-decoration: none;
	font-weight: 700;
}

.link-list li a:any-link, .widget_nav_menu ul li a:any-link {
	color: #3A5932;
}

a {
	text-decoration-color: #3FC2AE;
	text-underline-offset: 0.25rem;
	color: #2F2F2F;
}

a:visited {
	color: #2F2F2F;
}

a:hover,
a:active {
	color: #3A5932;
	transition: all 0.25s ease-in-out;
}

.social-link__container {
	display: flex;
	gap: 1rem;
}

.social-link__link {
	text-decoration: none;
}

.social-link__link:after {
	font-family: "Font Awesome 5 Brands";
	font-size: 30px;
}

.social-link__link--twitter:after {
	content: "\f099";
}

.social-link__link--facebook:after {
	content: "\f09a";
}

.social-link__link--instagram:after {
	content: "\f16d";
}

.term-links__item, .term-links__item:visited {
	background-color: #009680;
	border-radius: 3px;
	color: #ffffff;
	font-size: .8rem;
	margin-right: .3rem;
	padding: .3rem .5rem;
	text-decoration: none;
}

.term-links__item:hover, .term-links__item:focus, .term-links__item:visited:hover, .term-links__item:visited:focus {
	background-color: #3A5932;
	color: #ffffff;
}

ul,
ol {
	margin: 0 0 1.5rem 2.25rem;
	padding: 0;
}

ul li,
ol li {
	font-size: 1.125rem;
	line-height: 1.6875rem;
	padding-left: 1rem;
	margin-bottom: 0.75rem;
}

ul li::marker,
ol li::marker {
	color: #009680;
}

ul ul,
ul ol,
ol ul,
ol ol {
	margin-top: 1.5rem;
}

blockquote {
	border-left: 2px solid #FC69BD;
	font-family: "Adonis", serif;
	font-style: italic;
	margin: 2rem 0;
	padding-left: 1.5625rem;
}

blockquote p {
	font-size: 1.25rem;
	line-height: 1.75rem;
	margin-bottom: 1rem;
}

blockquote cite {
	display: block;
	font-size: 1rem;
	font-style: normal;
	font-family: "Azo Sans", serif;
}

#pullquote,
.wp-block-pullquote {
	padding: 0;
}

#pullquote blockquote,
.wp-block-pullquote blockquote {
	border-left: 0;
	font-family: "Adonis", serif;
	font-weight: 400;
	font-variation-settings: "wght" 540;
	margin: 1rem 0;
	padding: 1rem 0;
	position: relative;
	text-align: left;
	quotes: "“" "”" "‘" "’";
}

#pullquote blockquote::before,
.wp-block-pullquote blockquote::before {
	color: #FC69BD;
	content: "\201C";
	display: block;
	font-size: 5rem;
	line-height: 0.1em;
	padding-top: 1.5rem;
}

#pullquote blockquote p,
.wp-block-pullquote blockquote p {
	font-size: 1.375rem;
	line-height: 2rem;
	margin-bottom: 1rem;
}

#pullquote blockquote cite,
.wp-block-pullquote blockquote cite {
	display: block;
	font-size: 1rem;
	font-style: normal;
	font-family: "Azo Sans", serif;
}

.wp-block-image,
#internal-featured-image {
	width: fit-content;
}

.wp-block-image figcaption,
#internal-featured-image figcaption {
	margin-top: 0;
	margin-bottom: 0;
	padding: 0.0625rem 0.625rem;
	font-size: 1rem;
	text-align: right;
}

.button {
	padding: 0.625rem 1.5625rem;
	border-radius: 12px;
	text-decoration: none;
	font-weight: 700;
	font-size: 1.375rem;
	line-height: 1.875rem;
	transition: all 0.25s ease-in-out;
	border: none;
	display: inline-block;
}

.button--background-teal, .site-header__menu-container--utility li a.utility-nav-button, .site-header__menu--utility .donate-btn a {
	background-color: #009680;
	color: #ffffff !important;
}

.button--background-teal:hover, .site-header__menu-container--utility li a.utility-nav-button:hover, .site-header__menu--utility .donate-btn a:hover, .button--background-teal:focus, .site-header__menu-container--utility li a.utility-nav-button:focus, .site-header__menu--utility .donate-btn a:focus {
	color: #ffffff;
	background-color: #3A5932;
}

.button--background-white {
	background-color: #ffffff;
	color: #009680;
}

.button--background-white:visited {
	color: #009680;
}

.button--background-white:hover, .button--background-white:focus {
	background-color: #ffffff;
	color: #3FC2AE;
}

.button--color-green {
	color: #3A5932;
}

.button--color-green:hover, .button--color-green:focus {
	color: #009680;
}

.wp-block-button .wp-block-button__link,
.wp-block-button.is-style-outline .wp-block-button__link {
	border-radius: 12px;
}

.wp-block-button .wp-block-button__link:hover, .wp-block-button .wp-block-button__link:focus,
.wp-block-button.is-style-outline .wp-block-button__link:hover,
.wp-block-button.is-style-outline .wp-block-button__link:focus {
	background-color: #3A5932;
	border-color: #3A5932;
	color: #ffffff;
}

.wp-block-button .wp-block-button__link.has-forest-green-background-color:hover, .wp-block-button .wp-block-button__link.has-forest-green-background-color:focus,
.wp-block-button.is-style-outline .wp-block-button__link.has-forest-green-background-color:hover,
.wp-block-button.is-style-outline .wp-block-button__link.has-forest-green-background-color:focus {
	border-color: #009680;
	color: #ffffff;
}

.iframe-container {
	overflow: hidden;
	padding-top: 56.25%;
	position: relative;
}

.iframe-container iframe {
	border: 0;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

::selection {
	background: rgba(0, 150, 128, 0.6);
}

.element-invisible {
	display: none;
}

.facetwp-type-map a {
	text-underline-offset: 0 !important;
}

.date {
	font-size: 1rem;
	line-height: 1.375rem;
	margin-top: 0.6rem;
	margin-bottom: 1rem;
}

.page-layout__container {
	display: flex;
	flex-wrap: wrap;
	gap: 1rem;
	max-width: 100%;
}

@media (min-width: 62.4375em) {
	.page-layout__container {
		flex-wrap: nowrap;
		gap: 4rem;
	}
}

.page-layout__wide {
	width: 100%;
}

.page-layout__wide-left {
	flex: 1 1 70%;
	width: 100%;
}

@media (min-width: 62.4375em) {
	.page-layout__wide-left {
		padding-bottom: 3rem;
		max-width: 70%;
	}
}

.page-layout__narrow-right {
	flex: 1 1 30%;
	width: 100%;
}

@media (min-width: 62.4375em) {
	.page-layout__narrow-right {
		max-width: 30%;
	}
}

.row__container {
	display: grid;
	grid-column-gap: 2.5rem;
	grid-row-gap: 2.5rem;
	margin: 2rem 0;
}

.row__container--4-columns {
	grid-template-columns: auto;
}

@media (min-width: 37.4375em) {
	.row__container--4-columns {
		grid-template-columns: 1fr 1fr;
	}
}

@media (min-width: 56.1875em) {
	.row__container--4-columns {
		grid-template-columns: 1fr 1fr 1fr;
	}
}

@media (min-width: 81.25em) {
	.row__container--4-columns {
		grid-template-columns: 1fr 1fr 1fr 1fr;
	}
}

.row__container--3-columns {
	grid-template-columns: auto;
}

@media (min-width: 37.4375em) {
	.row__container--3-columns {
		grid-template-columns: 1fr 1fr;
	}
}

@media (min-width: 62.4375em) {
	.row__container--3-columns {
		grid-template-columns: 1fr 1fr 1fr;
	}
}

.row__container--2-columns {
	grid-template-columns: auto;
}

@media (min-width: 37.4375em) {
	.row__container--2-columns {
		grid-template-columns: 1fr 1fr;
	}
}

@media (min-width: 81.25em) {
	.row__container--2-columns {
		grid-template-columns: 1fr 1fr;
	}
}

.card-arrow-link {
	padding: 2.1875rem 3.75rem 2.1875rem 1.6875rem;
	border-radius: 12px;
	background-color: #FF8439;
	text-decoration: none;
	position: relative;
	font-weight: 700;
	font-family: "Adonis", serif;
	font-size: 1.75rem;
	line-height: 2.1875rem;
}

.card-arrow-link::after {
	content: "\f138";
	font-family: "Font Awesome 5 Free";
	color: #ffffff;
	font-weight: 800;
	position: absolute;
	right: 1rem;
	top: 50%;
	transform: translateY(-50%);
}

.card-arrow-link:hover {
	color: #2F2F2F;
	opacity: .8;
}

.card-arrow-link:nth-child(2n) {
	background: #3FC2AE;
}

.card-arrow-link:nth-child(3n) {
	background: #4AB163;
}

* {
	box-sizing: border-box;
}

.dropdown__title {
	background-color: transparent;
	border: none;
	font-family: inherit;
}

.site-header__menu-container {
	display: grid;
	place-items: center;
}

.site-header__menu-container > ul {
	grid-auto-flow: column;
	margin: 0 0 0 !important;
	padding: 0;
	gap: 2rem;
}

@media screen and (max-width: 37.5em) {
	.site-header__menu-container > ul {
		gap: 1rem;
	}
}

@media screen and (max-width: 23.4375em) {
	.site-header__menu-container > ul .search-form__inner-container form input {
		min-width: 7rem;
	}
}

.site-header__menu-container > ul > li {
	padding: 0 !important;
}

@media screen and (max-width: 37.5em) {
	.site-header__menu-container > ul > li {
		margin: 0;
	}
}

.site-header__menu-container > ul > li a,
.site-header__menu-container > ul > li .dropdown__title {
	text-decoration: none;
	text-align: left;
	display: inline-block;
	color: #3A5932;
	font-size: 1.25rem;
	font-family: "Adonis", serif;
	font-weight: 700;
	line-height: 1.75rem;
	padding: 0;
	white-space: nowrap;
}

.site-header__menu-container > ul > li a.small-text,
.site-header__menu-container > ul > li .dropdown__title.small-text {
	font-size: 1.125rem;
	line-height: 1rem;
	padding: 0rem;
}

.site-header__menu-container > ul > li a:focus,
.site-header__menu-container > ul > li .dropdown__title:focus {
	outline: none;
}

.site-header__menu-container > ul > li > a,
.site-header__menu-container > ul > li .dropdown__title {
	transition: 0.15s all ease-out;
	position: relative;
	padding-bottom: 1.6875rem !important;
}

.mouse-input .site-header__menu-container > ul > li > a:hover,
.keyboard-input .site-header__menu-container > ul > li > a:focus, .mouse-input
.site-header__menu-container > ul > li .dropdown__title:hover,
.keyboard-input
.site-header__menu-container > ul > li .dropdown__title:focus {
	color: #009680;
}

.site-header__menu-container > ul > li > a span {
	height: 2px;
	display: block;
	width: 80%;
	text-align: center;
	margin: 0 auto;
	background-color: transparent;
	transition: 0.15s all ease-out;
	transform: translateY(10px);
}

.site-header__menu-container > ul > li > a:hover span,
.keyboard-input .site-header__menu-container > ul > li > a:focus-within span {
	background-color: #009680;
	transform: translateY(3px);
}

.site-header__menu-container--utility > ul {
	gap: 2rem;
}

.site-header__menu-container--utility li a.utility-nav-button {
	padding: 0.6875rem 0.9375rem 0.5625rem !important;
	border-radius: 12px;
	font-family: "Azo Sans", serif;
}

.site-header__menu-container--utility li a.utility-nav-button span {
	display: none;
}

.site-header__menu-container--utility li a.utility-nav-button:hover {
	color: #ffffff !important;
}

.site-header__menu-container ul {
	list-style: none;
	margin: 0;
	padding: 0;
	display: grid;
	align-items: center;
}

.site-header__menu-container ul li {
	padding: 0;
}

.site-header__menu--utility {
	align-items: center;
	gap: 1rem;
	grid-auto-flow: column;
	margin: 0;
	list-style: none;
}

@media screen and (min-width: 37.5em) {
	.site-header__menu--utility {
		gap: 2.25rem;
	}
}

.site-header__menu--utility li {
	margin-bottom: 0;
}

.site-header__menu--utility a {
	font-size: 1.125rem !important;
}

.site-header__menu--utility a:hover {
	color: #3FC2AE;
}

.site-header__menu--utility .donate-btn a {
	font-size: 1.125rem;
	padding: 0.5rem 1.25rem 0.375rem !important;
	border-radius: 12px;
	font-family: "Azo Sans", serif;
}

.site-header__menu--utility .donate-btn a span {
	display: none;
}

.site-header__menu--utility .donate-btn a:hover {
	color: #ffffff !important;
}

@media (max-width: 360px) {
	.site-header__menu--utility .donate-btn a {
		padding: 0.3125rem 0.5rem !important;
	}
}

.dropdown {
	position: relative;
}

.dropdown span {
	height: 2px;
	display: block;
	width: 80%;
	text-align: center;
	margin: 0 auto;
	background-color: transparent;
	transition: 0.15s all ease-out;
	transform: translateY(10px);
}

.dropdown:hover span,
.keyboard-input .dropdown:focus-within span {
	background-color: #009680;
	transform: translateY(3px);
}

.dropdown .dropdown__title {
	display: inline-flex;
	align-items: center;
}

.dropdown .dropdown__menu {
	position: absolute;
	min-width: 30ch;
	left: 0;
	margin: 0 !important;
	transition: 0.15s all ease-out;
	transform: rotateX(-90deg);
	transform-origin: top center;
	visibility: hidden;
	opacity: 0.3;
	padding: 0.625rem 0 !important;
	background-color: #fff;
	border-radius: 0 0 8px 8px;
	box-shadow: 0 0.15em 0.25em rgba(0, 0, 0, 0.25);
}

.dropdown .dropdown__menu li {
	padding-left: 0 !important;
}

.dropdown .dropdown__menu a {
	color: #3A5932;
	font-size: 1rem;
	font-family: "Azo Sans", serif;
	font-weight: 400;
	line-height: 1.2;
	padding: 0.5rem 1rem;
	display: block;
	opacity: 0;
	transition: 0.15s all ease-out;
}

.mouse-input .dropdown .dropdown__menu a:hover {
	opacity: .8 !important;
}

.keyboard-input .dropdown .dropdown__menu a:focus {
	outline: none;
	opacity: .8 !important;
}

.dropdown:nth-last-child(3) .dropdown__menu {
	left: inherit;
	right: 0;
}

.mouse-input .dropdown:hover .dropdown__menu,
.keyboard-input .dropdown:focus-within .dropdown__menu {
	opacity: 1;
	transform: rotateX(0);
	visibility: visible;
}

.mouse-input .dropdown:hover .dropdown__menu a,
.keyboard-input .dropdown:focus-within .dropdown__menu a {
	opacity: 1;
}

.mouse-input .dropdown:hover:after,
.keyboard-input .dropdown:focus-within:after {
	opacity: 1;
}

.hamburger-menu__content {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(100%, 1fr));
	gap: 3.75rem;
	padding: 1.75rem 2.25rem;
	width: 100%;
	margin-right: 0;
	background: #3A5932;
}

.hamburger-menu__section ul,
.hamburger-menu__section li {
	margin: 0;
	padding: 0;
}

.hamburger-menu__section li a {
	color: #ffffff !important;
	font-weight: 400;
	font-size: 1rem;
	padding: 0.25rem 0;
	margin: 0.25rem;
}

.hamburger-menu__section li a:hover {
	border-bottom: 2px solid #3FC2AE;
	transition: none;
}

.hamburger-menu__section h2 {
	font-size: 1.25rem;
	line-height: 1.75rem;
	padding-bottom: 0.25rem;
	margin-bottom: 1rem;
	border-bottom: 1px solid #3FC2AE;
}

body.hamburger-menu-is-open {
	overflow: hidden;
}

.hamburger-menu-is-open .hamburger-nav-trigger .hamburger-menu-icon::before,
.hamburger-menu-is-open .hamburger-nav-trigger .hamburger-menu-icon::after,
.hamburger-nav-trigger .hamburger-menu-icon,
.hamburger-nav-trigger .hamburger-menu-icon::before,
.hamburger-nav-trigger .hamburger-menu-icon:after {
	background-color: #009680;
}

.hamburger-menu-is-open .hamburger-nav-trigger .hamburger-menu-icon::before,
.hamburger-menu-is-open .hamburger-nav-trigger .hamburger-menu-icon::after,
.hamburger-nav-trigger .hamburger-menu-icon,
.hamburger-nav-trigger .hamburger-menu-icon::before,
.hamburger-nav-trigger .hamburger-menu-icon:after {
	background-color: #fff;
}

.hamburger-menu-is-open .hamburger-nav-trigger .hamburger-menu-icon {
	background-color: rgba(255, 255, 255, 0);
}

.hamburger-nav {
	position: fixed;
	z-index: 5;
	-webkit-overflow-scrolling: touch;
	transform: translateY(-100%);
	transition-property: transform;
	background: #3A5932;
	box-shadow: 2px 2px 15px rgba(25, 25, 25, 0.125);
	transition-duration: 0.4s;
	overflow: auto;
	height: 100%;
	width: 100%;
}

.hamburger-nav h2 {
	color: #fff;
}

.hamburger-menu-is-open .hamburger-nav {
	transform: translateY(0);
}

.hamburger-nav-trigger {
	height: 2.5rem;
	width: 2.5rem;
	margin: 0 !important;
	cursor: pointer;
	border: none;
	background: none;
	padding: 4px;
}

.hamburger-nav-trigger:hover {
	transition: 0.15s all ease-out;
	opacity: .8;
}

.hamburger-nav-trigger .hamburger-menu-icon {
	/* this span is the central line of the menu icon */
	display: inline-block;
	position: absolute;
	left: 50%;
	top: 50%;
	bottom: auto;
	right: auto;
	cursor: pointer;
	transform: translateX(-50%) translateY(-50%);
	width: 30px;
	height: 3px;
	background-color: #009680;
	transition: background-color 0.3s;
	/* these are the upper and lower lines in the menu icon */
}

.hamburger-nav-trigger .hamburger-menu-icon::before,
.hamburger-nav-trigger .hamburger-menu-icon:after {
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	background-color: #009680;
	right: 0;
	transition: transform .3s, top .3s, background-color 0s;
}

.hamburger-nav-trigger .hamburger-menu-icon::before {
	top: -8px;
}

.hamburger-nav-trigger .hamburger-menu-icon::after {
	top: 8px;
}

.hamburger-menu-is-open .hamburger-nav-trigger .hamburger-menu-icon {
	background-color: rgba(255, 255, 255, 0);
}

.hamburger-menu-is-open .hamburger-nav-trigger .hamburger-menu-icon::before,
.hamburger-menu-is-open .hamburger-nav-trigger .hamburger-menu-icon::after {
	background-color: #009680;
}

.hamburger-menu-is-open .hamburger-nav-trigger .hamburger-menu-icon::before {
	top: 0;
	transform: rotate(135deg);
}

.hamburger-menu-is-open .hamburger-nav-trigger .hamburger-menu-icon::after {
	top: 0;
	transform: rotate(225deg);
}

.mobile-menu {
	list-style: none;
	margin: 0;
	list-style-type: none;
	display: inline-flex;
	flex-wrap: wrap;
	flex-direction: column;
	gap: 0.5rem;
}

.mobile-menu > li.menu-item {
	margin-bottom: 2.25rem;
	padding-left: 0;
}

.mobile-menu > li.menu-item > a {
	color: #ffffff;
	font-family: "Adonis", serif;
	font-size: 1.25rem;
	font-weight: 700;
	line-height: 1.75rem;
	padding-bottom: 0.25rem;
	margin-bottom: 1rem;
	text-decoration: none;
	border-bottom: 1px solid #3FC2AE;
	display: block;
}

.mobile-menu .sub-menu {
	list-style: none;
	margin-left: 0;
	margin-top: 0;
	padding-left: 0;
}

.mobile-menu .sub-menu > li.menu-item {
	padding-left: 0;
}

.mobile-menu .sub-menu > li.menu-item a {
	color: #ffffff;
	font-family: "Azo Sans", serif;
	font-size: 1rem;
	text-decoration: none;
}

.search__button {
	background: none;
	border: none;
	padding: 0;
	cursor: pointer;
}

.search__button:before {
	font-family: "Font Awesome 5 Free";
	font-weight: 700;
	font-size: 1.25rem;
	color: #3A5932;
}

.search__button:before {
	content: "\f002";
}

.search-form-revealed .search__button:before {
	content: "\f00d";
	font-size: 1.5rem;
}

.search__button:hover {
	opacity: .8;
}

.search-form__container {
	display: flex;
}

.search-form__outer-container {
	overflow: hidden;
}

.search-form__inner-container {
	transform: translateX(100%);
	transition: all 0.25s ease-in-out;
	padding-right: 1rem;
}

.search-form__inner-container--main-nav {
	transform: translateX(0);
	padding-right: 0rem;
}

.search-form__inner-container form {
	display: flex;
	align-items: stretch;
}

.search-form__inner-container form input {
	padding: 0.25rem 0.5rem;
	color: #323334;
	width: 100%;
	min-width: 11.25rem;
	font-family: "Azo Sans", serif;
	font-size: 1rem;
	line-height: 1.8;
	border-radius: 5px 0 0 5px;
	border: 1px solid #009680;
	border-right: none;
	outline: none;
}

.search-form__inner-container form input.narrow {
	min-width: 9.375rem;
}

.search-form__inner-container form button {
	font-size: 1rem;
	border-radius: 0 5px 5px 0;
	cursor: pointer;
	background: #009680;
	color: #ffffff;
	font-family: "Azo Sans", serif;
	border: 1px solid #009680;
	transition: 0.15s all ease-out;
}

.search-form__inner-container form button:hover {
	background: #3A5932;
	border-color: #3A5932;
}

.search-form-revealed .search-form__inner-container {
	transform: translateX(0);
}

form.search-form {
	display: flex;
	align-items: stretch;
}

form.search-form input.search-field {
	padding: 0.5rem;
	border: solid 1px #009680;
	color: #666;
	font-family: "Azo Sans", serif;
	width: 100%;
	min-width: 200px;
	border-radius: 3px 0 0 3px;
	border-right: none;
	line-height: 1.5;
	outline-color: #3A5932;
}

form.search-form input.search-field:focus {
	border: solid 1px #3A5932;
}

form.search-form input.search-submit {
	background-color: #009680;
	border-radius: 0 3px 3px 0;
	border: solid 1px #009680;
	color: #ffffff;
	font-family: "Azo Sans", serif;
	line-height: 1;
	padding: .5rem 1rem;
	transition: all 0.25s ease-in-out;
}

form.search-form input.search-submit:hover, form.search-form input.search-submit:focus {
	background-color: #3A5932;
	border-color: #3A5932;
	cursor: pointer;
	outline-color: #009680;
}

.screen-reader-text:focus {
	font-size: 1rem;
}

.wp-pagenavi {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin: 3.75rem 0;
	gap: 0.5rem;
}

.wp-pagenavi a,
.wp-pagenavi span {
	border: none;
	padding: 0.75rem 0.5rem;
	font-size: 1rem;
	line-height: 1;
	color: #3A5932;
}

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

.wp-pagenavi a:hover {
	opacity: .8;
}

.home-hero__outer-container {
	display: flex;
	flex-direction: column;
	justify-content: center;
	height: 85vh;
	min-height: 37.5rem;
	max-height: 50rem;
	position: relative;
	background-size: cover;
	background-position: center;
}

@media print, screen and (max-width: 37.5em) {
	.home-hero__outer-container {
		display: block;
		height: auto;
		min-height: 0px;
		max-height: inherit;
		background-image: none !important;
	}
}

.home-hero__outer-container--left-align {
	align-items: flex-start;
}

.home-hero__outer-container--right-align {
	align-items: flex-end;
}

.home-hero__small-view-image {
	display: block;
	width: 100%;
}

.home-hero__small-view-image-container {
	position: relative;
	z-index: 3;
}

@media screen and (min-width: 37.5em) {
	.home-hero__small-view-image-container {
		display: none;
	}
}

.home-hero__content-container {
	width: 46vw;
	max-width: 62.5rem;
	min-width: 36.25rem;
	background-color: #fff;
	padding: 2.1875rem 3.125rem 3.125rem;
	position: relative;
	display: flex;
	box-shadow: 2px 2px 15px rgba(25, 25, 25, 0.125);
}

@media print, screen and (max-width: 37.5em) {
	.home-hero__content-container {
		width: calc(100% - 9px);
		margin-left: 9px;
		min-width: inherit;
		justify-content: center !important;
		padding: 4rem 1rem;
		border-radius: 0 !important;
	}
}

.home-hero__outer-container--left-align .home-hero__content-container {
	justify-content: flex-end;
	border-radius: 0 20px 20px 0;
}

.home-hero__outer-container--right-align .home-hero__content-container {
	justify-content: flex-start;
	border-radius: 20px 0px 0px 20px;
}

.home-hero__content {
	width: 100%;
	max-width: 31.25rem;
	z-index: 2;
}

.home-hero__content h1 {
	margin: 0 0 1rem;
	color: #3A5932;
}

.home-hero__content p {
	margin: 0.5rem 0 2rem;
}

.cta-wide__container {
	width: 100%;
	display: flex;
	flex-direction: column;
	margin: 2rem 0;
	align-items: stretch;
	border-radius: 20px;
	overflow: hidden;
}

@media (min-width: 56.25em) {
	.cta-wide__container {
		flex-direction: row;
	}
}

@media (min-width: 56.25em) {
	.cta-wide__container--image-last {
		flex-direction: row-reverse;
	}
}

.cta-wide__image-content {
	display: flex;
	flex: 1 1 35%;
	overflow: hidden;
	max-height: 18.75rem;
}

@media (min-width: 56.25em) {
	.cta-wide__image-content {
		max-height: inherit;
	}
}

@media (min-width: 81.25em) {
	.cta-wide__image-content {
		flex: 0 1 37.5rem;
	}
}

.cta-wide__image-content img {
	clip-path: none;
}

@media (min-width: 81.25em) {
	.cta-wide__image-content img {
		clip-path: url(#path);
	}
}

.cta-wide__text-content {
	flex: 1 1 65%;
	margin-left: 0;
	padding: 2.5rem;
	color: #ffffff;
	background-image: url("../images/brushstroke.png");
	background-size: contain;
	background-blend-mode: multiply;
	margin-top: 0;
}

@media (min-width: 81.25em) {
	.cta-wide__text-content {
		flex: 0 1 calc(100% - 480px);
		padding: 3.5rem;
	}
}

.cta-wide__text-content h2 {
	color: #fff;
	margin-bottom: 1rem;
}

.cta-wide__text-content p {
	font-size: 1.25rem;
	line-height: 2.0625rem;
}

@media (min-width: 56.25em) {
	.cta-wide__text-content p {
		font-size: 1.5rem;
		line-height: 2.3125rem;
	}
}

.cta-wide__text-content .button {
	font-size: 1.25rem;
}

@media (min-width: 56.25em) {
	.cta-wide__container--image-last .cta-wide__text-content {
		text-align: right;
	}
}

.cta-wide__text-content--green {
	background-color: rgba(74, 177, 99, 0.55);
}

.cta-wide__text-content--orange {
	background-blend-mode: color-burn;
	background-color: rgba(255, 132, 57, 0.8);
}

.cta-wide__text-content--teal {
	background-color: rgba(63, 194, 174, 0.55);
}

.cta-wide__text-content--pink {
	background-blend-mode: color-burn;
	background-color: rgba(252, 105, 189, 0.8);
}

.cta-wide__image {
	object-fit: cover;
	display: block;
	height: 100%;
	width: 100%;
}

.card-market__container {
	display: flex;
	gap: 2rem;
}

@media screen and (max-width: 37.5em) {
	.card-market__container {
		flex-wrap: wrap;
	}
}

.card-market__left-content {
	flex-shrink: 0;
	display: flex;
	align-items: center;
}

.card-market__left-content img {
	max-width: 7.0625rem;
}

.card-market__right-content {
	padding: 1.25rem 0;
	color: #2F2F2F;
}

.card-market__right-content h2 {
	color: #2F2F2F;
	font-size: 1.75rem;
	line-height: 2.1875rem;
	margin-bottom: 0.5rem;
}

.card-market__right-content p {
	margin: 0;
}

.card-market__link {
	background: #ccc;
	padding: 0.8125rem 3.125rem 0.8125rem 1.125rem;
	border-radius: 20px;
	display: block;
	position: relative;
	text-decoration: none;
}

.card-market__link:after {
	display: block;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 1.125rem;
	content: "\f138";
	font-family: "Font Awesome 5 Free";
	font-weight: 700;
	font-size: 1.85rem;
	color: #ffffff;
}

.card-market__link:hover {
	opacity: .9;
	color: #3A5932;
}

.card-market__link--green {
	background: #4AB163;
}

.card-market__link--orange {
	background: #FF8439;
}

.card-with-button__container {
	border-radius: 20px;
	overflow: hidden;
	height: 100%;
	background-color: #ffffff;
}

.card-with-button__image-content {
	overflow: hidden;
}

.card-with-button__image {
	display: block;
	width: 100%;
	height: 100%;
	object-position: center;
	object-fit: cover;
}

.card-with-button__text-content {
	background-color: #ffffff;
	padding: 1.5rem;
}

.card-with-button__text-content h2 {
	font-size: 1.625rem;
	line-height: 1.9375rem;
	margin-bottom: 0.5rem;
	color: #3A5932;
}

.card-with-button__text-content p {
	color: #3A5932;
	margin-bottom: 1.25rem;
	font-size: 1.1875rem;
}

.row__container--chef-programs .card-with-button__image {
	object-position: top !important;
}

.card-without-button__container {
	border-radius: 20px;
	overflow: hidden;
	height: 100%;
	background-color: #3A5932;
	box-shadow: 2px 2px 15px rgba(25, 25, 25, 0.125);
}

.card-without-button__outer-anchor {
	text-decoration: none;
	transition: all .3s;
}

.card-without-button__outer-anchor:hover, .card-without-button__outer-anchor:focus {
	opacity: .95;
}

.card-without-button__outer-anchor:hover img, .card-without-button__outer-anchor:focus img {
	transform: scale(1.04);
	transition: all .3s;
}

.card-without-button__image-content {
	overflow: hidden;
	padding-top: 66.67%;
	/* 3:2 aspect ratio */
	position: relative;
}

.card-without-button__image {
	display: block;
	width: 100%;
	height: 100%;
	object-position: center;
	object-fit: cover;
	transition: all .1s;
	transform: scale(1.01);
	position: absolute;
	top: 0;
}

.card-without-button__text-content {
	background-color: #3A5932;
	padding: 1.5rem 1.5rem 0.5rem;
}

.card-without-button__text-content h2 {
	font-size: 1.625rem;
	line-height: 2.0625rem;
	margin-bottom: 0.5rem;
	color: #ffffff;
}

.card-without-button__text-content p {
	color: #ffffff;
	margin-bottom: 1.25rem;
	font-size: 1rem;
}

.block-row-container__outer-waves {
	position: relative;
	min-height: 620px;
	width: 100%;
	margin-bottom: 8.5rem;
}

.block-row-container__outer-waves:before {
	content: "";
	display: block;
	position: absolute;
	min-height: 98%;
	width: 100%;
	bottom: -8rem;
	z-index: -9;
	-webkit-clip-path: url("#wave-path-mobile");
	clip-path: url("#wave-path-mobile");
	background-size: cover;
	background-position: top;
}

@media screen and (min-width: 81.25em) {
	.block-row-container__outer-waves:before {
		min-height: 620px;
		-webkit-clip-path: url("#wave-path");
		clip-path: url("#wave-path");
	}
}

.block-row-container__outer-waves--no-offset {
	display: flex;
	align-items: center;
	min-height: 500px;
	margin-bottom: 4rem;
	margin-top: 4rem;
}

.block-row-container__outer-waves--no-offset:before {
	content: "";
	display: block;
	position: absolute;
	min-height: 98%;
	width: 100%;
	bottom: 0;
	z-index: -9;
	-webkit-clip-path: url("#wave-path-mobile");
	clip-path: url("#wave-path-mobile");
	background-size: cover;
	background-position: top;
}

@media screen and (min-width: 56.25em) {
	.block-row-container__outer-waves--no-offset:before {
		min-height: 500px;
		-webkit-clip-path: url("#wave-path");
		clip-path: url("#wave-path");
	}
}

.block-row-container__outer-waves--green:before {
	background-image: url("../images/background-design-green.png");
}

.block-row-container__outer-waves--orange:before {
	background-image: url("../images/background-design-orange.png");
}

.block-row-container__outer-waves--pink:before {
	background-image: url("../images/background-design-pink.png");
}

.block-row-container__outer:last-of-type .block-row-container__outer-waves {
	margin-bottom: 0;
}

.block-row-container__outer:last-of-type .block-row-container__outer-waves:before {
	-webkit-clip-path: url("#wave-path-flat-bottom-mobile");
	clip-path: url("#wave-path-flat-bottom-mobile");
}

@media screen and (min-width: 81.25em) {
	.block-row-container__outer:last-of-type .block-row-container__outer-waves:before {
		min-height: 500px;
		-webkit-clip-path: url("#wave-path-flat-bottom");
		clip-path: url("#wave-path-flat-bottom");
	}
}

.block-row-container__outer:last-of-type .block-row-container__inner {
	padding-bottom: 0;
}

.block-row-container__outer .waves-divider {
	position: absolute;
	width: 0;
	height: 0;
}

.block-row-container__inner {
	min-height: 100px;
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(100%, 1fr));
	grid-column-gap: 1.5625rem;
	grid-row-gap: 2rem;
	margin: 2rem 0;
}

.block-row-container__inner .button {
	font-size: 1.25rem;
}

@media (min-width: 37.5em) {
	.block-row-container__inner {
		grid-template-columns: repeat(auto-fit, minmax(18.75rem, 1fr));
	}
}

.block-row-container--top-padding-1 {
	padding-top: 1rem;
}

.block-row-container--top-padding-2 {
	padding-top: 2rem;
}

.block-row-container--top-padding-3 {
	padding-top: 3rem;
}

.block-row-container--top-padding-4 {
	padding-top: 4rem;
}

.block-row-container--bottom-padding-1 {
	padding-bottom: 1rem;
}

.block-row-container--bottom-padding-2 {
	padding-bottom: 2rem;
}

.block-row-container--bottom-padding-3 {
	padding-bottom: 3rem;
}

.block-row-container--bottom-padding-4 {
	padding-bottom: 4rem;
}

.block-row-container--background-orange {
	background-color: #FF8439;
}

.event-short__content {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 0.5rem;
}

@media (min-width: 56.25em) {
	.event-short__content {
		flex-direction: row;
		gap: 2rem;
	}
}

.event-short__content h2 {
	font-size: 1.625rem;
	line-height: 2rem;
	text-align: center;
}

@media (min-width: 56.25em) {
	.event-short__content h2 {
		text-align: left;
	}
}

.event-short__content a {
	font-size: 1.25rem;
	line-height: 1.75rem;
	padding: 0.4375rem 1.5625rem;
	border-radius: 8px;
	white-space: nowrap;
}

.events-short {
	background-image: url("../images/brushstroke.png");
	background-size: cover;
	background-blend-mode: luminosity;
}

.cta-wide-underlay__container {
	background-size: cover;
	background-position: center;
	margin-bottom: 4rem;
}

.cta-wide-underlay__content-container {
	width: 100%;
	border-radius: 12px;
	display: flex;
	align-items: center;
	padding: 2rem 0;
}

.cta-wide-underlay__content-container--left-align-content-box {
	justify-content: flex-start;
}

.cta-wide-underlay__content-container--right-align-content-box {
	justify-content: flex-end;
}

.cta-wide-underlay__text-content {
	width: 50%;
}

.cta-wide-underlay__text-content--left-align-content {
	text-align: left;
}

.cta-wide-underlay__text-content--right-align-content {
	text-align: right;
}

.cta-wide-underlay__text-content--light-color {
	color: #ffffff;
}

.cta-wide-underlay__text-content--light-color h2, .cta-wide-underlay__text-content--light-color p {
	color: #ffffff;
}

.cta-wide-underlay__text-content--dark-color {
	color: #2F2F2F;
}

.cta-wide-underlay__text-content--dark-color h2, .cta-wide-underlay__text-content--dark-color p {
	color: #2F2F2F;
}

.alignfull {
	width: 100vw;
	position: relative;
	left: 50%;
	right: 50%;
	margin-left: -50vw;
	margin-right: -50vw;
}

.page-banner__container {
	margin-left: calc(-100vw / 2 + 100% / 2);
	margin-right: calc(-100vw / 2 + 100% / 2);
	max-width: 100vw;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.page-banner__content {
	height: 20vw;
	min-height: 16.875rem;
	max-height: 32.8125rem;
	display: flex;
	align-items: flex-end;
	justify-content: flex-start;
	padding: 2rem 0 0;
}

.page-banner__content h1 {
	margin: 0;
	padding: 1.25rem 3rem 0 0;
	background: #fff;
	color: #3A5932;
	border-radius: 0 20px 0 0;
	position: relative;
}

.page-banner__content h1::before {
	content: "";
	position: absolute;
	height: 100%;
	width: 100vw;
	top: 0;
	margin-left: -100vw;
	background: #ffffff;
}

.breadcrumbs__container {
	margin-left: calc(-100vw / 2 + 100% / 2);
	margin-right: calc(-100vw / 2 + 100% / 2);
	max-width: 100vw;
}

.breadcrumbs__content {
	color: #3A5932;
	font-family: "Adonis", serif;
	font-weight: 700;
	font-size: 0.7rem;
	margin-bottom: 1rem;
	padding: 1rem 0 .8rem;
}

.breadcrumbs__content .current-item {
	font-weight: 400;
}

.breadcrumbs__content span {
	font-family: "Azo Sans", serif;
	font-size: 0.875rem;
	padding: 0 .1rem;
}

.breadcrumbs__content span:first-child {
	padding-left: 0;
}

.breadcrumbs__content a {
	color: #3A5932;
	font-family: "Azo Sans", serif;
	text-decoration-color: transparent;
	transition: all 0.25s ease-in-out;
}

.breadcrumbs__content a:hover, .breadcrumbs__content a:focus {
	text-decoration-color: #3FC2AE;
}

.card-video__outer {
	width: 100%;
}

.card-video__outer h3 {
	margin-top: 1rem;
}

.card-video__inner {
	position: relative;
	padding-bottom: 56.25%;
	/* 16:9 */
	height: 0;
}

.card-video__iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* Backup for all youtube embeds */
.wp-block-embed-youtube {
	width: 100%;
	position: relative;
	overflow: hidden;
}

.wp-block-embed-youtube .wp-block-embed__wrapper {
	position: relative;
	padding-bottom: 56.25%;
	/* 16:9 */
	height: 0;
}

.wp-block-embed-youtube iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.card-cta-basic__container {
	padding: 3rem 2.5rem;
	background: #ffffff;
	border-radius: 20px;
}

.card-cta-basic__container h2 {
	margin-bottom: 1rem;
}

.card-cta-basic__container p {
	margin-bottom: 1rem;
}

.card-internal-cta-basic .card-cta-basic__container {
	box-shadow: 2px 2px 15px rgba(25, 25, 25, 0.125);
}

.card-image-title__container {
	border-radius: 20px;
	overflow: hidden;
	height: 100%;
	background-color: #3A5932;
	color: #ffffff;
	box-shadow: 2px 2px 15px rgba(25, 25, 25, 0.125);
	padding-bottom: 0.5rem;
}

.card-image-title__container:hover {
	box-shadow: 0px 0px 10px rgba(25, 25, 25, 0.1);
	transition: all .3s;
}

.card-image-title__container a {
	text-decoration: none;
}

.card-image-title__image-content {
	overflow: hidden;
	padding-top: 66.67%;
	/* 3:2 aspect ratio */
	position: relative;
}

.card-image-title__image {
	display: block;
	width: 100%;
	height: 100%;
	object-position: center;
	object-fit: cover;
	position: absolute;
	top: 0;
}

.card-image-title__text-content h3, .card-image-title__content h3 {
	font-size: 1.625rem;
	line-height: 1.9375rem;
	padding: 1.5rem 1.5rem 0 1.5rem;
	margin-bottom: 0.5rem;
	color: #ffffff;
}

.card-image-title__text-content p, .card-image-title__content p {
	color: #ffffff;
	padding: 0 1.5rem 1.5rem 1.5rem;
	margin-bottom: 0;
	font-size: 1.1875rem;
}

.filter-controls__container {
	padding: 2rem 0;
	border: 1px solid #009680;
	border-radius: 20px;
	margin: 2rem 0;
}

.filter-controls__container .row__container {
	display: grid !important;
	gap: 1.5rem !important;
}

@media (min-width: 56.1875em) {
	.filter-controls__container .row__container--3-columns {
		grid-template-columns: repeat(3, auto);
	}
}

@media (min-width: 62.4375em) {
	.filter-controls__container .row__container--4-columns {
		grid-template-columns: repeat(4, auto);
	}
}

.filter-controls__container .row__container--5-columns {
	grid-template-columns: 1fr;
}

@media (min-width: 23.4375em) {
	.filter-controls__container .row__container--5-columns {
		grid-template-columns: repeat(2, auto);
	}
}

@media (min-width: 37.5em) {
	.filter-controls__container .row__container--5-columns {
		grid-template-columns: repeat(5, auto);
	}
}

@media screen and (max-width: 56.1875em) {
	.filter-controls__container .row__container .filter-controls__section--full-width {
		grid-column: 1 / -1;
	}
}

.filter-controls__section label {
	display: block;
	font-family: "Adonis", serif;
	font-size: 1.25rem;
	color: #3A5932;
	margin-bottom: 0.5rem;
}

.filter-controls__section input,
.filter-controls__section select {
	min-width: 12.5rem;
}

.filter-controls__buttons-section {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 1rem;
	max-width: fit-content;
	min-width: 100%;
	margin-left: auto;
	margin-top: 2rem;
}

@media (min-width: 81.25em) {
	.filter-controls__buttons-section {
		min-width: fit-content;
		margin-top: 0;
	}
}

.filter-controls__buttons-section button {
	white-space: nowrap;
	cursor: pointer;
	font-family: "Azo Sans", serif;
	width: fit-content;
}

.filter-controls__buttons-section button[name="reset"] {
	border: none;
	background: transparent;
	font-size: 1.1875rem;
	font-weight: 700;
	color: #009680;
}

.filter-controls__buttons-section button[name="reset"]:hover {
	text-decoration: underline;
}

.filter-controls__buttons-section .button--background-teal, .filter-controls__buttons-section .site-header__menu-container--utility li a.utility-nav-button, .site-header__menu-container--utility li .filter-controls__buttons-section a.utility-nav-button, .filter-controls__buttons-section .site-header__menu--utility .donate-btn a, .site-header__menu--utility .donate-btn .filter-controls__buttons-section a {
	font-size: 1.25rem;
	line-height: 1;
	border-radius: 8px;
}

.filter-controls__container .facetwp-facet {
	margin-bottom: 0;
}

.filter-controls__container h3 {
	font-family: "Adonis", serif;
	font-size: 1.25rem;
	color: #3A5932;
	margin-bottom: 0.5rem;
}

.filter-controls__container .facetwp-reset {
	border: none;
	background: transparent;
	font-size: 1.1875rem;
	font-weight: 700;
	color: #009680;
}

.filter-controls__container .fs-label-wrap, .filter-controls__container .facetwp-facet input.facetwp-search {
	border: 1px solid #3A5932;
	padding: 0.28em 0.5em;
	border-radius: 3px;
	height: 44px;
}

.filter-controls__container .facetwp-type-fselect .fs-option .fs-option-label {
	white-space: normal;
	word-break: break-word;
}

@media (min-width: 56.25em) {
	.filter-controls__container .facetwp-type-fselect .fs-option .fs-option-label {
		white-space: nowrap;
	}
}

.filter-controls__container .fs-dropdown {
	width: 100%;
}

@media (min-width: 23.4375em) {
	.filter-controls__container .fs-dropdown {
		width: auto;
	}
}

.facetwp-map-filtering {
	display: none;
}

#facetwp-map {
	border-radius: 20px;
}

.fs-wrap {
	width: 200px !important;
}

@media (min-width: 23.4375em) {
	.fs-wrap {
		width: 220px !important;
	}
}

.food-details-content {
	display: flex;
	flex-wrap: wrap;
	gap: 3rem;
}

@media (min-width: 62.4375em) {
	.food-details-content {
		flex-wrap: nowrap;
	}
}

.food-details-content img {
	flex: 1 1 auto;
	width: 100%;
	max-width: 37.5rem;
	min-width: 18.75rem;
	height: fit-content;
	border-radius: 20px;
}

.food-details-content .entry-content {
	flex: 1 1 auto;
	max-width: 37.5rem;
	width: 100%;
}

.food-details h1 {
	margin-top: 0;
}

.food-ingredients .row__container {
	grid-column-gap: 1.5rem;
	grid-row-gap: 1.5rem;
}

.food-ingredients .card-image-title__content h3 {
	font-size: 1.5rem;
	margin-bottom: 0;
	padding: .7rem .7rem 0 .7rem;
}

.section-program-listing section {
	padding: 2rem 0;
}

.section-program-listing .card-with-button__container {
	border-radius: 20px;
	overflow: hidden;
	height: 100%;
	background-color: #ffffff;
	box-shadow: 2px 2px 15px rgba(25, 25, 25, 0.125);
}

.section-program-listing .card-with-button__image {
	display: block;
	width: 100%;
	height: 100%;
	object-position: center;
	object-fit: cover;
}

.section-program-listing .card-with-button__text-content {
	background-color: #ffffff;
	padding: 1.5rem;
}

.section-program-listing .card-with-button__text-content h3 {
	font-size: 1.625rem;
	line-height: 1.9375rem;
	margin-bottom: 0.5rem;
	color: #3A5932;
}

.section-program-listing .card-with-button__text-content p {
	color: #3A5932;
	margin-bottom: 1.25rem;
	font-size: 1.1875rem;
}

.restaurants .row__container {
	grid-column-gap: 1.5rem;
	grid-row-gap: 0;
}

@media screen and (max-width: 56.1875em) {
	.restaurants .row__container--3-columns {
		grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
	}
}

.restaurants p {
	margin-bottom: .5rem;
}

.site-footer .ctct-form input[type="text"], .site-footer .ctct-form input[type="email"], .site-footer .ctct-form input[type="url"], .site-footer .ctct-form input[type="password"], .site-footer .ctct-form input[type="search"], .site-footer .ctct-form input[type="number"], .site-footer .ctct-form input[type="tel"], .site-footer .ctct-form input[type="range"], .site-footer .ctct-form input[type="date"], .site-footer .ctct-form input[type="month"], .site-footer .ctct-form input[type="week"], .site-footer .ctct-form input[type="time"], .site-footer .ctct-form input[type="datetime"], .site-footer .ctct-form input[type="datetime-local"], .site-footer .ctct-form input[type="color"], .site-footer .ctct-form textarea {
	background: transparent;
	border: solid 1px #ffffff;
	border-radius: 8px;
	color: #ffffff;
	font-family: "Azo Sans", serif;
	line-height: 2.5;
	width: 100%;
}

.site-footer .ctct-form [type="checkbox"], .site-footer .ctct-form [type="radio"] {
	margin-right: 0.2rem;
}

.site-footer .ctct-form .ctct-form-wrapper .ctct-form-field input[type='text']:required:valid,
.site-footer .ctct-form .ctct-form-wrapper .ctct-form-field input[type='email']:required:valid,
.site-footer .ctct-form .ctct-form-wrapper .ctct-form-field input[type='password']:required:valid,
.site-footer .ctct-form .ctct-form-wrapper .ctct-form-field input[type='tel']:required:valid,
.site-footer .ctct-form .ctct-form-wrapper .ctct-form-field input[type='number']:required:valid {
	border-color: #3FC2AE;
}

.site-footer .ctct-form .ctct-form-wrapper .ctct-form-field .ctct-form-field {
	margin: 0 0 .5rem !important;
}

.site-footer .ctct-form .ctct-form-wrapper .ctct-form-field .ctct-button {
	border: solid 1px #ffffff;
	line-height: 1;
}

.site-footer .ctct-form .ctct-label-top {
	font-size: 0.75rem;
	margin-bottom: 5px !important;
}

.site-footer .ctct-form .ctct-input-container label {
	color: #ffffff;
}

.site-footer .ctct-form .ctct-submit {
	background-color: #ffffff;
	border: solid 1px #ffffff;
	border-radius: 8px;
	text-decoration: none;
	font-family: "Azo Sans", serif;
	font-weight: 700;
	font-size: 1rem;
	line-height: 1.375rem;
	transition: all 0.25s ease-in-out;
	display: inline-block;
	color: #3A5932;
	padding: 0.5rem 1.5625rem;
	width: 100%;
}

.site-footer .ctct-form .ctct-submit:hover, .site-footer .ctct-form .ctct-submit:focus {
	color: #ffffff;
	background-color: #3A5932;
}

.site-footer .ctct-form .ctct-disclosure {
	display: none;
}

.season-tabs {
	overflow: hidden;
	display: grid;
	grid-template-columns: 2fr 2fr;
	grid-gap: 1rem;
	margin-bottom: 2.5rem;
}

@media screen and (min-width: 37.5em) {
	.season-tabs {
		grid-gap: 2rem;
		grid-template-columns: 1fr 1fr 1fr 1fr;
	}
}

.season-tabs[role="tablist"] {
	list-style: none;
	margin: 1.5rem auto;
	padding: 0;
}

@media screen and (min-width: 56.25em) {
	.season-tabs[role="tablist"] {
		margin: 2.5rem auto;
	}
}

.season-tabs[role="tablist"] li {
	display: inline-block;
	list-style: none;
	padding: 0;
}

.season-tabs[role="tablist"] img {
	opacity: 0.5;
	transition: 0.15s all ease-out;
}

.season-tabs[role="tablist"] [aria-selected] {
	position: relative;
}

.season-tabs[role="tablist"] [aria-selected] img {
	opacity: 1;
}

.season-tabs__button {
	background-color: #ffffff;
	border-left: none;
	border-right: none;
	border-top: none;
	border-bottom: solid 4px #ffffff;
	border-radius: 0;
	float: left;
	outline: none;
	cursor: pointer;
	transition: 0.3s;
	font-size: 1.5rem;
	font-weight: 400;
	font-family: "Adonis", serif;
	transition: border .15s ease-out;
	text-decoration: none;
	padding: 0;
	padding-bottom: .5rem;
}

.season-tabs__button h2 {
	color: #3A5932;
	font-size: 1.25rem;
	font-weight: 400;
	line-height: 1;
	margin-bottom: 0;
}

@media screen and (min-width: 56.25em) {
	.season-tabs__button h2 {
		font-size: 1.625rem;
	}
}

.season-tabs__button img {
	margin-bottom: .5rem;
}

.season-tabs__button:hover h2, .season-tabs__button:focus h2, .season-tabs__button[aria-selected] h2 {
	font-weight: 700;
}

.season-tabs__button--spring[aria-selected] {
	border-bottom: solid 4px #4AB163;
}

.season-tabs__button--spring:hover, .season-tabs__button--spring:focus {
	border-bottom: solid 4px #4AB163;
}

.season-tabs__button--summer[aria-selected] {
	border-bottom: solid 4px #4AB163;
}

.season-tabs__button--summer:hover, .season-tabs__button--summer:focus {
	border-bottom: solid 4px #EA5849;
}

.season-tabs__button--autumn[aria-selected] {
	border-bottom: solid 4px #4AB163;
}

.season-tabs__button--autumn:hover, .season-tabs__button--autumn:focus {
	border-bottom: solid 4px #FF8439;
}

.season-tabs__button--winter[aria-selected] {
	border-bottom: solid 4px #4AB163;
}

.season-tabs__button--winter:hover, .season-tabs__button--winter:focus {
	border-bottom: solid 4px #3FC2AE;
}

.season-tabs__panel[role="tabpanel"] {
	margin: 0 auto 3rem;
	max-width: 100%;
	width: 1000px;
}

@media screen and (min-width: 56.25em) {
	.season-tabs__panel[role="tabpanel"] {
		padding: 0 2rem;
		width: 1000px;
	}
}

.season-tabs__panel[role="tabpanel"] * + * {
	margin-top: 0.75rem;
}

@media (max-width: 550px) {
	[role="tablist"] li, [role="tablist"] button {
		display: block;
		position: static;
	}
}

/* Style the tab content */
nav.pagination ul {
	display: flex;
	list-style: none;
	margin: 0;
	padding: 0;
}

.filter-controls__container fieldset {
	margin: 0;
	padding: 0;
}

.filter-controls__container legend {
	font-family: "Adonis", serif;
	font-size: 1.25rem;
	color: #3A5932;
	margin-bottom: 0.5rem;
	font-weight: 700;
}

.filter-controls__section input,
.filter-controls__section select {
	min-width: 1rem;
	margin-right: .5rem;
}

.food-type__item {
	display: flex;
	align-items: baseline;
}

.filter-controls__container .row__container {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	gap: 3rem;
}

.food_facets .facetwp-checkbox {
	display: block;
	font-family: "Adonis", serif;
	font-size: 1.25rem;
	color: #3A5932;
	margin-bottom: 0.5rem;
}

.food_facets .fs-label-wrap .fs-label, .food_facets .fs-dropdown .fs-options {
	font-family: "Adonis", serif;
	font-size: 1.25rem;
	color: #3A5932;
}

.food_facets .facetwp-checkbox .facetwp-counter {
	display: none;
}

#site-footer-container {
	z-index: 1;
}

.hamburger-menu-is-open #site-footer-container {
	z-index: -1;
}

.site-footer__top-container {
	padding: 4.375rem 0;
	background: #3A5932;
	color: #ffffff;
	font-weight: 400;
	font-size: 0.875rem;
	line-height: 1.6;
}

.site-footer__bottom-container {
	padding: 1rem 0;
	background: #ffffff;
	font-size: 0.75rem;
}

.site-footer__bottom-container * {
	font-size: 0.75rem;
	color: #3A5932;
	text-decoration: none;
	margin-bottom: 0;
}

.site-footer__bottom-container a {
	font-weight: 700;
	color: #3A5932;
}

.site-footer__bottom-container a:hover {
	color: #009680;
}

.site-footer__top {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(15rem, 1fr));
	grid-column-gap: 2rem;
	grid-row-gap: 1rem;
}

.site-footer__top span,
.site-footer__top time {
	display: block;
}

.site-footer__top li a,
.site-footer__top a {
	color: #ffffff !important;
	font-size: 0.875rem;
}

.site-footer__top li a:hover,
.site-footer__top a:hover {
	opacity: .8;
	text-decoration: none;
}

.site-footer__social-list {
	margin: 1.5625rem 0;
	list-style-type: none;
	display: flex;
	gap: 1rem;
}

.site-footer__social-list li a {
	text-decoration: none;
}

.site-footer__social-list li a:before {
	font-size: 1.5rem;
}

.site-footer__bottom {
	display: flex;
	flex-wrap: wrap;
	gap: 1rem;
	justify-content: space-between;
	align-items: center;
}

.site-footer__bottom-list {
	display: flex;
	flex-wrap: wrap;
	gap: 0 1.5625rem;
	margin: 0;
	list-style-type: none;
	color: #fff;
}

.site-footer .menu {
	display: flex;
	flex-wrap: wrap;
	gap: 0 1.5625rem;
	margin: 0;
	list-style-type: none;
	color: #fff;
}

.site-footer__link {
	color: #fff;
}

.site-footer__link:hover, .site-footer__link:focus {
	text-decoration: none;
}

.site-footer .link-list {
	gap: 0;
}

.site-footer li {
	margin-bottom: 0;
	padding-left: 0;
}

.site-footer h2 {
	color: #ffffff;
	font-size: 1.375rem;
}

.site-footer h3 {
	color: #ffffff;
	font-size: 1rem;
	font-family: "Azo Sans", serif;
}

.menu-footer-bottom-links-container .menu {
	flex-direction: row;
}

.menu-footer-bottom-links-container .menu li a {
	color: #3A5932;
}

/**
Used to keep footer at bottom
 */
#page {
	min-height: 100vh;
	display: flex;
	flex-direction: column;
}

#site-footer-container {
	margin-top: auto;
}

.site-header-container {
	position: sticky;
	top: 0;
	z-index: 6;
	background: #ffffff;
	box-shadow: 2px 2px 15px rgba(25, 25, 25, 0.125);
	transition-property: transform;
	transition-duration: 0.4s;
}

.admin-bar .site-header-container {
	top: 32px;
}

.site-header-container.page-has-scrolled {
	transform: translateY(-100%);
}

.hamburger-menu-is-open .site-header-container.page-has-scrolled {
	transform: translateY(0);
}

.site-header {
	display: flex;
	flex-direction: column;
	align-items: stretch;
	justify-content: space-between;
	padding: 1rem;
	gap: 2rem;
	position: relative;
}

@media (min-width: 37.5em) {
	.site-header {
		flex-direction: row;
		padding: 1rem 1rem 2rem;
	}
}

@media (min-width: 62.5em) {
	.site-header {
		padding: 1rem 1rem 0;
	}
}

.site-header__left {
	display: flex;
	align-items: center;
	justify-content: center;
}

.site-header__right {
	text-align: right;
	gap: 1rem;
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	align-items: flex-end;
	justify-content: space-between;
}

@media (min-width: 37.5em) {
	.site-header__right {
		flex-direction: column;
	}
}

@media (min-width: 62.4375em) {
	.site-header__right {
		gap: 2rem;
	}
}

@media (max-width: 62.5em) {
	.site-header__right {
		gap: 0;
	}
	.site-header__right-top {
		margin-bottom: 1rem;
		width: 100%;
	}
	.site-header__right-bottom {
		margin: 0 auto;
		width: 100%;
	}
}

.site-header__logo-link {
	display: block;
}

@media (min-width: 37.5em) {
	.site-header__logo-link {
		padding-top: 1em;
	}
}

.site-header__logo {
	width: 100%;
	max-width: 24rem;
	display: block;
}

.site-header__hamburger-container {
	position: relative;
}

.site-header__hamburger-list-container {
	display: flex;
	flex-direction: column;
	justify-content: center;
}

@media (min-width: 62.5em) {
	.site-header__hamburger-list-container {
		display: none;
	}
}

@media (min-width: 62.5em) {
	.site-header__search-form-list-container {
		display: none;
	}
}

@media screen and (max-width: 62.5em) {
	.site-header__search-form-utility-list-container {
		display: none;
	}
}

@media screen and (max-width: 62.5em) {
	.site-header__menu-item {
		display: none;
	}
}

#internal-featured-image img {
	border-radius: 20px;
}

.sidebar__section {
	margin-bottom: 3rem;
}

.sidebar__section h2 {
	font-size: 1.625rem;
	color: #3A5932;
}

.sidebar__list {
	margin: 0;
	list-style-type: none;
}

.sidebar__list li {
	padding-left: 0;
}

.sidebar__definition-list dt {
	margin-top: 0.5rem;
	color: #3A5932;
}

.sidebar__definition-list dd {
	margin: 0 0 1rem 0;
}

.sp-easy-accordion .sp-ea-single {
	background: #fff !important;
	border: none !important;
}

.sp-easy-accordion .sp-ea-single .ea-header {
	border-bottom: solid 2px #3EB360;
	font-family: "Azo Sans", serif;
	font-size: 1.25rem;
}

.sp-easy-accordion .sp-ea-single .ea-header a {
	color: #2F2F2F !important;
	font-weight: 400 !important;
	padding: 1rem 0 !important;
}

.sp-easy-accordion .sp-ea-single .ea-header a:focus {
	color: #2AA593 !important;
}

.sp-easy-accordion .sp-ea-single .ea-body {
	padding: 1rem 0 0 !important;
}

.sp-easy-accordion .sp-ea-single .fa {
	color: #2AA593 !important;
	float: right !important;
	font-size: 2rem !important;
	font-weight: 400 !important;
}

.sp-easy-accordion .sp-ea-single .fa-plus:before {
	content: "\f107" !important;
}

.sp-easy-accordion .sp-ea-single .fa-minus:before {
	content: "\f106" !important;
}

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