/*!
Theme Name: Center for Life Management
Theme URI: https://underscores.me/
Author: Pixelslam
Author URI: https://pixelslam.com/
Description: Custom theme for CLM
Version: 1.0.0
Requires PHP: 8.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: clm

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

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

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

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

/**
 * 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,
input,
select,
optgroup,
textarea {
	color: #3d3d3d;
	font-family: "Nunito Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-size: 1rem;
	line-height: 1.5;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	color: var(--wp--preset--color--primary-green);
	font-family: "Nunito Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-size: 1rem;
	font-weight: 700;
	line-height: 1;
	text-transform: uppercase;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	color: #006251;
	font-family: "Nunito Sans", sans-serif;
}

h1 {
	font-size: 2.1875rem;
	line-height: 1.143;
}

@media screen and (min-width: 480px) {

	h1 {
		font-size: 2.5rem;
		line-height: 1.25;
	}
}

@media screen and (min-width: 768px) {

	h1 {
		font-size: 3.076875rem;
		line-height: 1.016;
	}
}

h2 {
	font-size: 1.875rem;
	font-weight: 600;
	line-height: 1.167;
}

@media screen and (min-width: 480px) {

	h2 {
		font-size: 2.1875rem;
		line-height: 1.143;
	}
}

@media screen and (min-width: 768px) {

	h2 {
		font-size: 2.5rem;
		line-height: 1.25;
	}
}

h3 {
	font-size: 1.375em;
	line-height: 1.273;
}

@media screen and (min-width: 480px) {

	h3 {
		font-size: 1.5625rem;
		line-height: 1.12;
	}
}

@media screen and (min-width: 768px) {

	h3 {
		font-size: 1.5625rem;
		line-height: 1.12;
	}
}

h4 {
	color: #000;
	font-size: 1.125rem;
}

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%;
}

.page-content,
.entry-content {
	color: #3d3d3d;
}

/* 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: 2px solid;
	border-color: #ba9a2f;
	border-radius: 25px;
	background: #fff;
	color: var(--wp--preset--color--primary-green, rgba(0, 0, 0, 0.8));
	cursor: pointer;
	line-height: 1;
	padding: 0.9375em 2em 0.6875em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	background-color: #006251;
	border-color: #006251;
	color: #fff;
}

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"],
select,
textarea {
	color: var(--wp--preset--color--primary-green, #666);
	border: 2px solid var(--wp--preset--color--gold-1);
	border-radius: 25px;
	height: 50px;
	padding: 12px 20px;
}

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,
select:focus,
textarea:focus {
	color: #111;
}

select {
	appearance: none;
	background-color: transparent;
}

textarea {
	width: 100%;
}

h2.gform_title {
	font-size: 1.375rem;
	font-weight: 700;
	line-height: 1.273;
	margin-top: 0;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
.no-sidebar .site {
	display: grid;
	grid-template-columns: auto;
	grid-template-areas: "header" "main" "email-signup" "sidebar--footer" "footer";
}

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

/* Navigation
--------------------------------------------- */
.main-navigation {
	display: flex;
	margin-left: auto;
}

@media screen and (min-width: 1024px) {

	.main-navigation {
		margin-bottom: 20px;
	}
}

.main-navigation .nav-wrap {
	background-color: #fff;
	display: none;
	left: 0;
	padding: 0 21px 21px;
	position: absolute;
	top: calc(100% + 20px);
	width: 100%;
	z-index: 10;
}

@media screen and (min-width: 1024px) {

	.main-navigation .nav-wrap {
		display: block;
		padding: 0;
		position: relative;
		top: unset;
		z-index: unset;
	}
}

.main-navigation .menu-main-menu-container {
	width: 100%;
}

.main-navigation ul {
	background: #fff;
	list-style: none;
	margin: 0;
	padding: 0;
}

.main-navigation ul.nav-menu > li.menu-item-has-children > .submenu-toggle {
	top: 21px;
}

@media screen and (min-width: 1024px) {

	.main-navigation ul.nav-menu > li.menu-item-has-children > .submenu-toggle {
		right: 0;
		top: 0.25em;
	}
}

.main-navigation ul > li {
	border-bottom: 3px solid var(--wp--preset--color--teal-3);
}

@media screen and (min-width: 1024px) {

	.main-navigation ul > li {
		border-bottom: none;
	}
}

.main-navigation ul a {
	padding: 18px 0 11px;
}

@media screen and (min-width: 1024px) {

	.main-navigation ul a {
		padding: 0;
	}
}

.main-navigation ul ul {
	display: none;
	padding: 8.5px 0;
	position: relative;
	z-index: 99999;
}

.main-navigation ul ul.sub-menu {
	margin: 0;
	width: unset;
}

@media screen and (min-width: 1024px) {

	.main-navigation ul ul {
		box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
		display: block;
		float: left;
		left: -999em;
		position: absolute;
	}
}

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

.main-navigation ul ul li {
	border: none;
	padding-left: 23px;
}

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

@media screen and (min-width: 1024px) {

	.main-navigation ul ul li:hover > ul,
	.main-navigation ul ul li.focus > ul {
		left: calc(100% + 50px);
	}
}

.main-navigation ul ul a {
	color: #1f1f1f;
	padding: 8.5px 0;
	text-transform: none;
	width: 276px;
}

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

.main-navigation > ul > li.menu-item-has-children > .submenu-toggle {
	top: 21px;
}

@media screen and (min-width: 1024px) {

	.main-navigation > ul > li.menu-item-has-children > .submenu-toggle {
		top: 0;
	}
}

.main-navigation li {
	--margin-right: 25px;
	position: relative;
}

.main-navigation a {
	color: var(--wp--preset--color--primary-grey);
	display: inline-block;
	font-size: 1rem;
	text-decoration: none;
	text-transform: uppercase;
}

.main-navigation li.menu-item-has-children.focus > .sub-menu {
	display: block;
}

.main-navigation li.menu-item-has-children .submenu-toggle {
	cursor: pointer;
	position: absolute;
	right: 20px;
	top: 12px;
}

@media screen and (min-width: 1024px) {

	.main-navigation li.menu-item-has-children .submenu-toggle {
		transform: translateX(150%);
	}
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled .nav-wrap {
	display: block;
}

.main-navigation.toggled .nav-wrap {
	box-shadow: 0 11px 18px #3b3b3b;
}

button.menu-toggle {
	border: none;
	cursor: pointer;
	display: block;
	padding: 0;
}

button.menu-toggle span {
	background-color: var(--wp--preset--color--primary-green);
	display: block;
	height: 3px;
	margin: 0 0 7px;
	width: 25px;
}

button.menu-toggle span:last-child {
	margin-bottom: 0;
}

@media screen and (min-width: 1024px) {

	button.menu-toggle {
		display: none;
	}

	.main-navigation ul {
		display: flex;
		justify-content: space-between;
		margin: 22px auto;
		max-width: 1280px;
	}
}

@media screen and (min-width: 1024px) and (min-width: 1024px) {

	.main-navigation ul {
		margin-bottom: 0;
	}
}

@media screen and (min-width: 1024px) {

	.main-navigation ul li {
		margin-right: var(--margin-right);
		position: relative;
	}

	.main-navigation ul li.menu-item-has-children {
		margin-right: calc(2 * var(--margin-right));
	}

	.main-navigation ul li.menu-item-has-children::after {
		right: calc(-1 * var(--margin-right));
	}

	.main-navigation ul li:last-child {
		margin-right: 0;
	}
}

.site-main .comment-navigation,
.site-main
.posts-navigation,
.site-main
.post-navigation {
	margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	border-top: 4px solid #dbece8;
	display: flex;
	margin: 0 auto;
	padding-top: 8px;
}

.comment-navigation .nav-next a,
.comment-navigation .nav-previous a,
.posts-navigation .nav-next a,
.posts-navigation .nav-previous a,
.post-navigation .nav-next a,
.post-navigation .nav-previous a {
	color: var(--wp--preset--color--primary-green);
	font-size: 1rem;
	font-weight: 700;
	text-decoration: none;
	text-transform: uppercase;
}

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

.breadcrumbs {
	--h-padding: 10px;
	font-family: "Nunito Sans", sans-serif;
	font-size: 0.9375rem;
	font-weight: 600;
}

.breadcrumbs a {
	padding-left: var(--h-padding);
	padding-right: var(--h-padding);
	vertical-align: middle;
}

.breadcrumbs span {
	padding-left: var(--h-padding);
}

.breadcrumbs--home svg {
	height: 15px;
	width: 15px;
}

.breadcrumbs--home svg:hover {
	filter: invert(100%) sepia(0%) saturate(2%) hue-rotate(83deg) brightness(110%) contrast(101%);
}

.navigation.pagination .page-numbers {
	color: var(--wp--color--primary-grey);
	padding: 0 7.5px;
	text-decoration: none;
}

.navigation.pagination .page-numbers.current {
	border: 1px solid var(--wp--preset--color--gold-1);
	border-radius: 50%;
}

.announcement {
	background-color: rgb(61, 61, 61);
	color: #fff;
	padding: 10px 0;
	text-align: center;
}

.announcement__header {
	color: #fff;
	font-size: 1.125rem;
	line-height: 1;
	margin: 0;
}

.announcement__content {
	display: none;
}

.site-header {
	align-items: center;
	display: flex;
	margin: 0 auto 20px;
	max-width: 1250px;
	padding: 0 20px;
	position: relative;
}

@media screen and (min-width: 768px) {

	.site-header {
		padding: 0 25px;
	}
}

@media screen and (min-width: 1024px) {

	.site-header {
		display: block;
	}
}

@media screen and (min-width: 1440px) {

	.site-header {
		margin-bottom: 0;
		padding: 0;
	}
}

@media screen and (min-width: 1024px) {

	.site-header .flex {
		display: flex;
		justify-content: space-between;
	}
}

.site-header .site-branding {
	margin-top: 11px;
	max-width: 187.73px;
}

.site-header a.site-header__donate,
.site-header .main-navigation a.site-header__donate {
	--border-radius: 23px;
	background-color: #b7851a;
	border-bottom-left-radius: var(--border-radius);
	border-bottom-right-radius: var(--border-radius);
	color: #fff;
	display: inline-block;
	font-size: 0.875rem;
	font-weight: 700;
	margin-left: 16px;
	margin-top: -8px;
	padding: 15px 20px;
	text-transform: none;
}

@media screen and (min-width: 768px) {

	.site-header a.site-header__donate,
	.site-header .main-navigation a.site-header__donate {
		margin-left: 25px;
	}
}

@media screen and (min-width: 1024px) {

	.site-header .main-navigation a.site-header__donate {
		display: none;
	}
}

.site-header__utility {
	display: none;
}

@media screen and (min-width: 1024px) {

	.site-header__utility {
		align-items: center;
		font-size: 0.875rem;
		height: 100%;
	}
}

.site-header__utility.hide-lg {
	display: block;
}

@media screen and (min-width: 1024px) {

	.site-header__utility.hide-lg {
		display: none;
	}
}

.site-header__utility.hide-lg a {
	display: flex;
	font-size: 0.875rem;
	margin-bottom: 20px;
	text-transform: none;
}

.site-header__utility.hide-lg .search-form {
	font-size: 0.75rem;
	margin: 9px 0 14px;
	position: relative;
	width: 100%;
}

.site-header__utility.hide-lg .search-form input {
	color: var(--wp--preset--color--primary-grey);
	font-size: inherit;
	font-weight: 700;
	height: auto;
	width: 100%;
}

.site-header__utility.hide-lg .search-form .site-header__utility-search {
	border: none;
	display: block;
	height: 14px;
	padding: 0;
	position: absolute;
	right: 20px;
	top: 50%;
	transform: translateY(-50%);
	width: 14px;
}

.site-header__utility.hide-lg .search-form .site-header__utility-search svg {
	height: 14px;
	width: 14px;
}

.site-header__utility.hide-lg .site-header__utility-phone {
	width: 100%;
}

.site-header__utility.hide-lg .site-header__utility-phone svg {
	margin-right: 10px;
	width: 14px;
}

.site-header__utility.hide-lg .site-header__social {
	display: flex;
}

.site-header__utility.hide-lg .site-header__social a {
	margin-right: 20px;
}

.site-header__utility-phone,
.site-header__utility-search {
	width: 17px;
}

.site-header__utility svg {
	display: block;
}

@media screen and (min-width: 1024px) {

	.site-header__utility a,
	.site-header__utility span,
	.site-header__utility div {
		margin-right: 19px;
	}

	.site-header__utility a:last-child,
	.site-header__utility span:last-child,
	.site-header__utility div:last-child {
		margin-right: 0;
	}
}

.site-header__utility a {
	color: var(--wp--preset--color--primary-grey);
	font-weight: 700;
	text-decoration: none;
}

.site-header__utility a:visited {
	color: var(--wp--preset--color--primary-grey);
}

.site-header__utility .site-header__social a {
	font-size: 17px;
}

@media screen and (min-width: 1024px) {

	body.has-announcement .site-header a.site-header__donate,
	body.has-announcement .site-header .main-navigation a.site-header__donate {
		margin-top: 0;
		padding: 20px;
	}
}

.site-footer {
	--max-width: 1250px;
	clear: both;
}

.site-footer .site-footer__bottom {
	background-color: var(--wp--preset--color--dark-green);
	color: #f6fdfc;
	padding: 10px 20px 30px;
	text-align: center;
	width: 100%;
}

@media screen and (min-width: 1024px) {

	.site-footer .site-footer__bottom {
		align-items: center;
		display: flex;
		justify-content: space-between;
		padding: 10px 93px;
	}
}

@media screen and (min-width: 1440px) {

	.site-footer .site-footer__bottom {
		padding-left: calc((100vw - var(--max-width)) / 2);
		padding-right: calc((100vw - var(--max-width)) / 2);
	}
}

.site-footer .site-info {
	font-size: 1.375rem;
	font-weight: 700;
}

.site-footer__copyright {
	font-size: 0.875rem;
}

@media screen and (min-width: 1024px) {

	.site-footer p {
		margin: 0;
	}
}

.site-footer__social-icons a {
	color: #f6fdfc;
	display: inline-block;
	height: auto;
	margin-right: 10px;
	text-decoration: none;
	width: 22px;
}

.site-footer__social-icons a:last-child {
	margin-right: 0;
}

.site-footer .email-signup {
	background-color: #dbece8;
	padding: 0 21px;
}

@media screen and (min-width: 768px) {

	.site-footer .email-signup {
		padding: 0 93px;
	}
}

.site-footer .email-signup .gform_wrapper {
	padding: 45px 0;
	margin: 0 auto;
	max-width: 1250px;
}

@media screen and (min-width: 1024px) {

	.site-footer .email-signup .gform_wrapper {
		display: flex;
		padding: 55px 0;
	}
}

.site-footer .email-signup .gform_wrapper.gravity-theme .gform_footer,
.site-footer .email-signup .gform_wrapper.gravity-theme .gform_page_footer {
	margin: 0;
	padding: 0;
}

.site-footer .email-signup .gform_wrapper.gravity-theme #field_submit,
.site-footer .email-signup .gform_wrapper.gravity-theme .gform_footer {
	display: block;
}

@media screen and (min-width: 1440px) {

	.site-footer .email-signup {
		padding-left: calc((100vw - var(--max-width)) / 2);
		padding-right: calc((100vw - var(--max-width)) / 2);
	}
}

@media screen and (min-width: 1024px) {

	.site-footer .email-signup .gform_heading {
		max-width: 603px;
		width: 49.08612%;
		margin-right: 20px;
	}
}

@media screen and (min-width: 1024px) {

	.site-footer .email-signup form {
		display: flex;
	}
}

.site-footer .email-signup form .gform-body {
	flex-grow: 1;
}

.site-footer .email-signup form input[type="email"] {
	padding-left: 25px;
	text-align: left;
}

@media screen and (min-width: 1024px) {

	.site-footer .email-signup form input[type="submit"] {
		margin-left: 10px;
		width: 185px;
	}
}

.site-footer__contact {
	text-align: center;
}

@media screen and (min-width: 1024px) {

	.site-footer__contact {
		margin: 0 auto 38px 93px;
		min-width: 360px;
		text-align: left;
	}
}

@media screen and (min-width: 1440px) {

	.site-footer__contact {
		margin-left: calc((100vw - var(--max-width)) / 2);
	}
}

.site-footer__contact p {
	margin: 0;
}

.site-footer__utility-nav {
	margin: 50px 0;
	text-align: center;
}

@media screen and (min-width: 1024px) {

	.site-footer__utility-nav {
		display: flex;
		justify-content: space-between;
		margin-right: 93px;
		margin-top: 25px;
		text-align: left;
		width: 45.34722%;
	}
}

@media screen and (min-width: 1440px) {

	.site-footer__utility-nav {
		margin-right: calc((100vw - var(--max-width)) / 2);
		width: calc(var(--max-width) * 0.524);
	}
}

.site-footer__utility-nav ul {
	font-size: 0.875rem;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.site-footer__utility-nav ul li {
	padding: 0 0 10px;
}

.site-footer__utility-nav ul li a {
	color: #3d3d3d;
	text-decoration: none;
}

.site-footer__utility-nav ul li a:hover {
	text-decoration: underline;
}

.search .page .entry-header {
	background-color: transparent;
	padding: 0;
	text-align: left;
}

.search .page .entry-header .entry-title {
	color: var(--wp--preset--color--primary-green);
	font-size: 1.375rem;
	font-weight: 700;
	margin: 0;
	line-height: 1.2727273;
}

.search .search-form {
	margin-bottom: 53px;
	position: relative;
}

.search .search-form input {
	width: 100%;
}

.search .search-form button[type="submit"] {
	border: none;
	position: absolute;
	right: 5px;
	top: 50%;
	transform: translateY(-50%);
}

.search .search-form button[type="submit"]:hover {
	background-color: transparent;
}

.search .search-form button[type="submit"] svg {
	width: 15px;
}

/* Blocks
--------------------------------------------- */
.job-listings {
	margin: 0 auto;
	max-width: 1229px;
	width: 92.96117%;
}

@media screen and (min-width: 1024px) {

	.job-listings {
		margin-bottom: 105px;
	}
}

@media screen and (min-width: 1440px) {

	.job-listings {
		width: 100%;
	}
}

@media screen and (min-width: 1024px) {

	.job-listings form {
		display: flex;
		justify-content: space-between;
	}
}

.job-listings form input,
.job-listings form select {
	color: var(--wp--preset--color--primary-grey);
	margin-bottom: 5px;
	width: 100%;
}

@media screen and (min-width: 1024px) {

	.job-listings form input,
	.job-listings form select {
		margin-bottom: 0;
		width: 24%;
	}
}

.job-listings ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

@media screen and (min-width: 1024px) {

	.job-listings ul {
		margin-top: 40px;
	}
}

.job-listings .job-listing {
	border-bottom: 3px solid var(--wp--preset--color--teal-3);
	margin-top: 14px;
}

@media screen and (min-width: 1024px) {

	.job-listings .job-listing {
		display: flex;
		margin-top: 0;
		padding: 20px 0;
	}
}

.job-listings .job-listing__meta {
	display: flex;
	justify-content: flex-start;
}

@media screen and (min-width: 1024px) {

	.job-listings .job-listing__meta {
		margin-left: auto;
	}
}

.job-listings .job-listing__meta p {
	font-size: 0.9375rem;
	margin-bottom: 1.4em;
	margin-right: 10px;
}

@media screen and (min-width: 1024px) {

	.job-listings .job-listing__meta p {
		margin: 0 10px 0;
	}
}

.job-listings .job-listing__meta p:last-child {
	margin-right: 0;
}

.job-listings .job-listing__meta svg {
	height: auto;
	margin: 0 1px 0 0;
	width: 13px;
}

.job-listings .job-listing__meta .job-listing__location svg {
	transform: translateY(3px);
}

.job-listings .job-listing__title {
	color: var(--wp--preset--color--primary-green);
	font-weight: 700;
	text-decoration: none;
}

.job-listings p {
	color: var(--wp--preset--color--primary-green);
}

.job-single-listing {
	margin: 0 auto;
	max-width: var(--section-max-width);
	width: 91.26214%;
}

.job-single-listing .entry-meta {
	display: flex;
	justify-content: center;
	margin: 0 auto;
	padding: 26px 0;
}

.job-single-listing .entry-meta p {
	font-size: 0.9375rem;
	margin: 0 15px 0 0;
}

.job-single-listing .entry-meta p:last-child {
	margin-right: 0;
}

.job-single-listing .entry-meta svg {
	height: 15px;
	width: 15px;
}

.job-single-listing .flex {
	display: flex;
	justify-content: space-between;
	margin: 0 auto;
	width: 342px;
}

.job-single-listing .flex button {
	width: 165px;
}

.job-single-listing .entry-content {
	margin: 29px 15px;
	padding: 0;
}

.job-single-listing .entry-content ul {
	margin-left: 20px;
	padding-left: 0;
}

.job-single-listing .entry-content ul li {
	margin-bottom: 20px;
	padding-left: 15px;
}

.job-single-listing .sharing i {
	opacity: 0;
	font-size: 16px;
	color: #1f1e1e;
	will-change: transform;
	-webkit-transform: scale(0.1);
	transform: scale(0.1);
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.job-single-listing .sharing i svg {
	fill: #fff;
}

.job-single-listing .sharing .btn_wrap {
	border-radius: 25px;
	background: #fff;
	color: var(--wp--preset--color--primary-green, rgba(0, 0, 0, 0.8));
	cursor: pointer;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	overflow: hidden;
	line-height: 1;
	position: relative;
	will-change: transform;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.job-single-listing .sharing span {
	background-color: #fff;
	border: 2px solid #ba9a2f;
	border-radius: 25px;
	color: var(--wp--preset--color--primary-green, #000);
	font-family: "Nunito Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-size: 1rem;
	font-weight: 700;
	height: 45.6667px;
	line-height: 2.8541688;
	position: absolute;
	text-align: center;
	text-transform: uppercase;
	-webkit-transition: all 1.2s ease;
	transition: all 1.2s ease;
	width: 165px;
	z-index: 99;
}

.job-single-listing .sharing .container {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border: 2px solid var(--wp--preset--color--primary-green);
	border-radius: 25px;
	background-color: var(--wp--preset--color--primary-green);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: distribute;
	justify-content: space-around;
	height: 45.6667px;
	width: 165px;
}

.job-single-listing .sharing .container i:nth-of-type(1) {
	-webkit-transition-delay: 0.9s;
	transition-delay: 0.9s;
}

.job-single-listing .sharing .container i:nth-of-type(2) {
	-webkit-transition-delay: 0.7s;
	transition-delay: 0.7s;
}

.job-single-listing .sharing .container i:nth-of-type(3) {
	-webkit-transition-delay: 0.4s;
	transition-delay: 0.4s;
}

.job-single-listing .sharing .btn_wrap:hover span {
	-webkit-transition-delay: 0.25s;
	transition-delay: 0.25s;
	-webkit-transform: translateX(-165px);
	transform: translateX(-165px);
}

.job-single-listing .sharing .btn_wrap:hover i {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
}

.job-single-listing .sharing .dr {
	position: absolute;
	bottom: 16px;
	right: 16px;
	width: 100px;
}

.block-team-members {
	--block-team-members-width: 236px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin: 0 auto;
	padding: 0 2.8%;
	width: var(--block-team-members-width);
}

@media screen and (min-width: 768px) {

	.block-team-members {
		--block-team-members-width: 544px;
		justify-content: flex-start;
		padding-left: 0;
		padding-right: 0;
	}
}

@media screen and (min-width: 1024px) {

	.block-team-members {
		--block-team-members-width: 831px;
	}
}

@media screen and (min-width: 1440px) {

	.block-team-members {
		--block-team-members-width: 1126px;
	}
}

.block-team-members .block-team-member {
	margin: 46px 0 0;
	text-align: center;
	width: 263px;
}

@media screen and (min-width: 768px) {

	.block-team-members .block-team-member {
		--column-count: 2;
		--margin-right: calc((100% - (263px * var(--column-count))) / (var(--column-count) - 1));
		margin-right: var(--margin-right);
	}
}

@media screen and (min-width: 1024px) {

	.block-team-members .block-team-member {
		--column-count: 3;
	}

	.block-team-members .block-team-member:nth-child(3n + 3) {
		margin-right: 0;
	}
}

@media screen and (min-width: 1440px) {

	.block-team-members .block-team-member {
		--column-count: 4;
	}

	.block-team-members .block-team-member:nth-child(3n + 3) {
		margin-right: var(--margin-right);
	}

	.block-team-members .block-team-member:nth-child(4n + 4) {
		margin-right: 0;
	}
}

.block-team-members .block-team-member--has-bio img,
.block-team-members .block-team-member--has-bio .block-team-member__name {
	cursor: pointer;
}

.block-team-members .block-team-member img {
	aspect-ratio: 1;
	border-radius: 50%;
	width: 216px;
}

.block-team-members .block-team-member__name {
	color: #000;
	font-size: 1.125rem;
	font-weight: 700;
	margin: 28px 0 9px;
}

.block-team-members .block-team-member__title {
	color: var(--wp--preset--color--primary-grey);
	margin: 9px 0 20px;
}

.block-team-members .block-team-member__overlay {
	background-color: rgba(0, 98, 81, 0.84);
	cursor: inherit;
	display: none;
	height: 100vh;
	left: 0;
	position: fixed;
	top: 0;
	width: 100vw;
	z-index: 10;
}

.block-team-members .block-team-member__overlay-wrap {
	background-color: #fff;
	border: 2px solid var(--wp--preset--color--gold-1);
	border-radius: 26px;
	left: 50%;
	padding: 40px 48px 60px;
	position: absolute;
	text-align: left;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 1020px;
}

.block-team-members .block-team-member__overlay-wrap h2 {
	font-size: 1.5625rem;
	line-height: 1.12;
	margin-top: 0;
	text-transform: uppercase;
}

.block-team-members .block-team-member__overlay-wrap h2::before {
	background-color: var(--wp--preset--color--gold-1);
	content: "";
	display: inline-block;
	height: 4px;
	margin-right: 14px;
	vertical-align: baseline;
	width: 27px;
}

.block-team-members .block-team-member__overlay-close {
	cursor: pointer;
	height: 17px;
	position: absolute;
	right: 25px;
	top: 25px;
	width: 17px;
}

.testimonials {
	background-color: var(--wp--preset--color--primary-green);
	box-shadow: 0 11px 18px rgba(59, 59, 59, 0.5);
}

.testimonials ul {
	list-style-type: none;
	margin: 0;
	padding: 83px 21px 30px;
}

@media screen and (min-width: 768px) {

	.testimonials ul {
		padding-left: 36px;
		padding-right: 36px;
	}
}

@media screen and (min-width: 1024px) {

	.testimonials ul {
		margin: 0 auto;
		max-width: 1253px;
		padding: 83px 0 36px 0;
	}
}

.testimonials__bottom {
	background-color: var(--wp--preset--color--dark-green);
	border-top: 3px solid #fff;
	padding: 34px 0 25px;
	text-align: center;
}

.testimonials__bottom h2 {
	color: #fff;
	margin: 0;
}

.testimonials__bottom p {
	color: #fff;
}

.testimonials .testimonial {
	color: #fff;
	display: flex;
	margin: 0;
	padding: 118px 0 0;
	position: relative;
	width: 100%;
}

@media screen and (min-width: 768px) {

	.testimonials .testimonial {
		padding: 30px 0 0 112px;
	}
}

.testimonials .testimonial blockquote {
	font-size: 1.625rem;
	font-style: italic;
	margin: 0;
	position: relative;
}

@media screen and (min-width: 1024px) {

	.testimonials .testimonial blockquote {
		max-width: 800px;
		margin-right: 62px;
	}
}

.testimonials .testimonial blockquote::before {
	content: "\201c";
	color: var(--wp--preset--color--gold-1);
	font-size: 12.1875rem;
	font-style: normal;
	font-weight: 800;
	left: 0;
	line-height: 1;
	padding-top: 5px;
	position: absolute;
	top: -15px;
	transform: translateY(-90px);
}

@media screen and (min-width: 768px) {

	.testimonials .testimonial blockquote::before {
		padding: 0;
		transform: translate(-100%, 0);
	}
}

.testimonials .testimonial blockquote cite {
	display: block;
	font-size: 1rem;
	font-style: normal;
	margin-top: 20px;
}

.testimonials .testimonial.flickity-cell {
	position: absolute;
}

.testimonials img {
	display: none;
}

@media screen and (min-width: 1440px) {

	.testimonials img {
		border-radius: 50%;
		display: block;
		height: 275px;
		width: 275px;
	}
}

.testimonials .flickity-viewport {
	border-top: 2px solid #fff;
}

.testimonials .flickity-prev-next-button {
	padding: 10px;
	top: 55px;
}

.testimonials .flickity-prev-next-button.previous {
	left: unset;
	right: 90px;
}

@media screen and (min-width: 1024px) {

	.testimonials .flickity-prev-next-button.previous {
		right: 54px;
	}
}

.testimonials .flickity-prev-next-button.next {
	right: 36px;
}

@media screen and (min-width: 1024px) {

	.testimonials .flickity-prev-next-button.next {
		right: 0;
	}
}

.testimonials .flickity-button:disabled {
	display: none;
}

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

.site {
	position: relative;
}

.site .search-form-wrap {
	background-color: rgba(61, 61, 61, 0.83);
	display: none;
	left: 0;
	padding: 6px 0 8px;
	position: absolute;
	text-align: center;
	top: 0;
	width: 100%;
	z-index: 10;
}

.site .search-form-wrap .search-form {
	margin: 0 auto;
	max-width: 720px;
	position: relative;
	width: 70.60547%;
}

.site .search-form-wrap .search-form input {
	font-size: 0.875rem;
	width: 100%;
}

.site .search-form-wrap .search-form button {
	border: none;
	height: 14px;
	padding: 0;
	position: absolute;
	right: 20px;
	top: 50%;
	transform: translateY(-50%);
	width: 14px;
}

.site .search-form-wrap .search-form button svg {
	height: 14px;
	width: 14px;
}

.post,
.page {
	margin: 0;
}

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

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

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

.page,
.blog,
.single,
.archive,
.search {
	--sidebar-width: 318px;
}

@media screen and (min-width: 1024px) {

	.page,
	.blog,
	.single,
	.archive,
	.search {
		--section-max-width: 960px;
	}
}

@media screen and (min-width: 1440px) {

	.page,
	.blog,
	.single,
	.archive,
	.search {
		--section-max-width: 1250px;
	}
}

.page .page-header,
.blog .page-header,
.single .page-header,
.archive .page-header,
.search .page-header {
	background-color: var(--wp--preset--color--primary-green);
	padding: 43px 21px 32px;
	margin-bottom: 45px;
}

@media screen and (min-width: 1024px) {

	.page .page-header,
	.blog .page-header,
	.single .page-header,
	.archive .page-header,
	.search .page-header {
		background-color: transparent;
		padding: 0;
		position: relative;
	}
}

.page .page-header__wrap,
.blog .page-header__wrap,
.single .page-header__wrap,
.archive .page-header__wrap,
.search .page-header__wrap {
	background-color: #fff;
	border-radius: 30px;
	padding: 52px 13px 26px;
}

@media screen and (min-width: 1024px) {

	.page .page-header__wrap,
	.blog .page-header__wrap,
	.single .page-header__wrap,
	.archive .page-header__wrap,
	.search .page-header__wrap {
		background-color: transparent;
		left: 6.59722%;
		padding: 50px 38px;
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
		width: 49.58333%;
	}
}

.page .page-header__wrap h3,
.blog .page-header__wrap h3,
.single .page-header__wrap h3,
.archive .page-header__wrap h3,
.search .page-header__wrap h3 {
	text-transform: uppercase;
}

.page .page-header__wrap h3::before,
.blog .page-header__wrap h3::before,
.single .page-header__wrap h3::before,
.archive .page-header__wrap h3::before,
.search .page-header__wrap h3::before {
	background-color: #b7851a;
	content: "";
	display: inline-block;
	margin-right: 13px;
	height: 4px;
	width: 27px;
}

.page .posts__wrap,
.blog .posts__wrap,
.single .posts__wrap,
.archive .posts__wrap,
.search .posts__wrap {
	margin: 0 20px;
}

@media screen and (min-width: 1024px) {

	.page .posts__wrap,
	.blog .posts__wrap,
	.single .posts__wrap,
	.archive .posts__wrap,
	.search .posts__wrap {
		--right-margin: 0.0659732;
		float: left;
		margin: 64px 5.76389% 0 calc(100% * var(--right-margin));
		width: calc((var(--section-max-width) * (1 - var(--right-margin)) ) - var(--sidebar-width));
	}
}

.page .posts__wrap article,
.blog .posts__wrap article,
.single .posts__wrap article,
.archive .posts__wrap article,
.search .posts__wrap article {
	border-bottom: 3px solid var(--wp--preset--color--teal-3, #ccc);
	margin-bottom: 32px;
}

.page .posts__wrap article:last-of-type,
.blog .posts__wrap article:last-of-type,
.single .posts__wrap article:last-of-type,
.archive .posts__wrap article:last-of-type,
.search .posts__wrap article:last-of-type {
	margin-bottom: 15px;
}

.page .posts__wrap .entry-title,
.blog .posts__wrap .entry-title,
.single .posts__wrap .entry-title,
.archive .posts__wrap .entry-title,
.search .posts__wrap .entry-title {
	color: var(--wp--preset--color--primary-green);
	font-size: 1.375rem;
	font-weight: 700;
	margin: 0;
	line-height: 1.2727273;
}

.page .posts__wrap .entry-title a,
.blog .posts__wrap .entry-title a,
.single .posts__wrap .entry-title a,
.archive .posts__wrap .entry-title a,
.search .posts__wrap .entry-title a {
	color: var(--wp--preset--color--primary-green);
	text-decoration: none;
}

.page .posts__wrap .entry-title a:hover,
.page .posts__wrap .entry-title a:focus,
.blog .posts__wrap .entry-title a:hover,
.blog .posts__wrap .entry-title a:focus,
.single .posts__wrap .entry-title a:hover,
.single .posts__wrap .entry-title a:focus,
.archive .posts__wrap .entry-title a:hover,
.archive .posts__wrap .entry-title a:focus,
.search .posts__wrap .entry-title a:hover,
.search .posts__wrap .entry-title a:focus {
	text-decoration: underline;
}

.page .posts__wrap .entry-meta p,
.blog .posts__wrap .entry-meta p,
.single .posts__wrap .entry-meta p,
.archive .posts__wrap .entry-meta p,
.search .posts__wrap .entry-meta p {
	font-size: 0.9375rem;
	margin-top: 5px;
}

.page .posts__wrap .entry-meta p svg,
.blog .posts__wrap .entry-meta p svg,
.single .posts__wrap .entry-meta p svg,
.archive .posts__wrap .entry-meta p svg,
.search .posts__wrap .entry-meta p svg {
	height: 1em;
	width: 1em;
}

@media screen and (min-width: 1024px) {

	.page .sidebar,
	.blog .sidebar,
	.single .sidebar,
	.archive .sidebar,
	.search .sidebar {
		float: left;
		width: var(--sidebar-width);
	}
}

.page .entry-header,
.single .entry-header {
	background-color: var(--wp--preset--color--dark-green);
	padding: 35px 20px;
	text-align: center;
}

.page .entry-header .post-thumbnail,
.single .entry-header .post-thumbnail {
	max-height: 450px;
	overflow: hidden;
}

.page .entry-header img,
.single .entry-header img {
	display: block;
	object-fit: cover;
	width: 100%;
}

@media screen and (min-width: 1024px) {

	.page .entry-header img,
	.single .entry-header img {
		height: 100%;
	}
}

.page .entry-header .entry-title,
.single .entry-header .entry-title {
	color: #fff;
	font-size: 1.875rem;
	font-weight: 600;
	line-height: 1.167;
	margin-top: 0;
}

@media screen and (min-width: 1024px) {

	.page .entry-header .entry-title,
	.single .entry-header .entry-title {
		font-size: 3.125rem;
	}
}

.page .entry-header .breadcrumbs,
.single .entry-header .breadcrumbs {
	color: #74b3a7;
}

.page .entry-header .breadcrumbs a,
.single .entry-header .breadcrumbs a {
	color: #74b3a7;
	text-decoration: none;
}

.page .entry-header .breadcrumbs a:hover,
.single .entry-header .breadcrumbs a:hover {
	text-decoration: underline;
}

.page .entry-header .breadcrumbs span,
.single .entry-header .breadcrumbs span {
	color: #fff;
}

.page .entry-content,
.single .entry-content {
	margin: 0 auto;
	padding: 20px 0;
}

@media screen and (min-width: 1024px) {

	.page .entry-content,
	.single .entry-content {
		margin-top: 50px;
		padding: 0;
	}
}

.page .posts__wrap,
.single .posts__wrap {
	margin-top: 0;
}

.email-signup {
	background-color: var(--wp--preset--color--teal-3);
	padding: 45px 21px 35px;
	text-align: center;
}

@media screen and (min-width: 1024px) {

	.email-signup {
		text-align: left;
		padding: 0;
	}
}

.email-signup__form-title {
	color: var(--wp--preset--color--primary-green);
	font-size: 1.375rem;
	line-height: 1.273;
	margin-top: 0;
}

.email-signup form {
	flex-grow: 1;
}

.email-signup form input {
	border-color: #ba9a2f;
	display: block;
	margin-bottom: 10px;
	text-align: center;
	width: 100%;
}

.categories {
	margin: 50px 0;
	text-align: center;
}

@media screen and (min-width: 1024px) {

	.categories {
		text-align: left;
	}
}

.categories ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.categories ul li {
	font-size: 1rem;
	padding: 10px 0;
}

.categories ul li a {
	color: #3d3d3d;
	text-decoration: none;
}

.social {
	margin: 50px 0;
	text-align: center;
}

@media screen and (min-width: 1024px) {

	.social {
		text-align: left;
	}
}

.social ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.social ul li {
	display: inline-block;
	font-size: 1.75rem;
	margin-right: 35px;
}

.social ul li:last-child {
	margin-right: 0;
}

.social ul li a {
	text-decoration: none;
}

.social ul .fab {
	color: var(--wp--preset--color--primary-green);
}

.email-signup {
	background-color: transparent;
	padding-bottom: 0;
	padding-top: 0;
}

@media screen and (min-width: 1024px) {

	.email-signup {
		text-align: left;
	}
}

.related-posts,
.contact {
	margin: 50px 0;
	text-align: center;
}

@media screen and (min-width: 1024px) {

	.related-posts {
		text-align: left;
	}
}

.contact p {
	margin: 0;
}

.contact p.contact--emergencies {
	margin-top: 1rem;
}

.blog .page-header,
.archive.tax-clm_news_type .page-header,
.page article.has-post-thumbnail .entry-header,
.search .page-header {
	background-color: var(--wp--preset--color--primary-green);
	padding: 0 0 43px;
	position: relative;
}

@media screen and (min-width: 1024px) {

	.blog .page-header,
	.archive.tax-clm_news_type .page-header,
	.page article.has-post-thumbnail .entry-header,
	.search .page-header {
		background-color: transparent;
		padding-bottom: 0;
		text-align: left;
	}
}

@media screen and (min-width: 1024px) {

	.blog .page-header__image-overlay,
	.archive.tax-clm_news_type .page-header__image-overlay,
	.page article.has-post-thumbnail .entry-header__image-overlay,
	.search .page-header__image-overlay {
		background-color: var(--wp--preset--color--primary-green);
		height: 100%;
		opacity: 0.52;
		position: absolute;
		width: 50%;
	}
}

.blog .page-header__wrap,
.archive.tax-clm_news_type .page-header__wrap,
.page article.has-post-thumbnail .entry-header__wrap,
.search .page-header__wrap {
	background-color: #fff;
	border-radius: 30px;
	margin: 43px 20px 0;
	padding: 52px 13px 26px;
	text-align: left;
}

@media screen and (min-width: 1024px) {

	.blog .page-header__wrap,
	.archive.tax-clm_news_type .page-header__wrap,
	.page article.has-post-thumbnail .entry-header__wrap,
	.search .page-header__wrap {
		left: 25px;
		margin: 0;
		max-width: 740px;
		padding: 50px 38px;
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
		width: 49.58333%;
	}
}

@media screen and (min-width: 1440px) {

	.blog .page-header__wrap,
	.archive.tax-clm_news_type .page-header__wrap,
	.page article.has-post-thumbnail .entry-header__wrap,
	.search .page-header__wrap {
		left: calc((100vw - 1250px) / 2);
	}
}

.blog .page-header__wrap .entry-title,
.archive.tax-clm_news_type .page-header__wrap .entry-title,
.page article.has-post-thumbnail .entry-header__wrap .entry-title,
.search .page-header__wrap .entry-title {
	color: var(--wp--preset--color--primary-green);
	font-size: 1.25rem;
	font-weight: 600;
	text-transform: uppercase;
}

@media screen and (min-width: 1024px) {

	.blog .page-header__wrap .entry-title,
	.archive.tax-clm_news_type .page-header__wrap .entry-title,
	.page article.has-post-thumbnail .entry-header__wrap .entry-title,
	.search .page-header__wrap .entry-title {
		font-size: 1.5625rem;
	}
}

.blog .page-header__wrap .entry-title::before,
.archive.tax-clm_news_type .page-header__wrap .entry-title::before,
.page article.has-post-thumbnail .entry-header__wrap .entry-title::before,
.search .page-header__wrap .entry-title::before {
	background-color: #b7851a;
	content: "";
	display: inline-block;
	margin-right: 13px;
	height: 4px;
	width: 27px;
}

.page article.has-post-thumbnail .entry-content {
	margin-top: 0;
	padding-top: 0;
}

.page.home article .entry-content {
	margin-top: 0;
}

.page.home article.has-post-thumbnail .entry-header__wrap {
	border-radius: 0;
	box-shadow: none;
	margin: 0;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 20px;
	text-align: center;
}

@media screen and (min-width: 768px) {

	.page.home article.has-post-thumbnail .entry-header__wrap {
		padding: 49px 0;
	}
}

@media screen and (min-width: 1024px) {

	.page.home article.has-post-thumbnail .entry-header__wrap {
		background-color: transparent;
		max-width: 567px;
		text-align: left;
	}
}

.page.home article.has-post-thumbnail .entry-header__image-overlay {
	display: none;
}

.page.home article.has-post-thumbnail .entry-header .entry-title {
	font-size: 2.1875rem;
	text-transform: none;
}

@media screen and (min-width: 768px) {

	.page.home article.has-post-thumbnail .entry-header .entry-title {
		font-size: 2.5rem;
		margin: 0 auto;
		max-width: 415px;
	}
}

@media screen and (min-width: 1024px) {

	.page.home article.has-post-thumbnail .entry-header .entry-title {
		font-size: 3.076875rem;
		margin-left: 0;
		max-width: 100%;
	}
}

.page.home article.has-post-thumbnail .entry-header .entry-title::before {
	display: none;
}

.page.home article.has-post-thumbnail .entry-header h2 {
	font-size: 1.375rem;
	font-weight: 400;
	line-height: 1.5931818;
}

@media screen and (min-width: 768px) {

	.page.home article.has-post-thumbnail .entry-header h2 {
		margin-bottom: 35px;
	}
}

@media screen and (min-width: 1024px) {

	.page.home article.has-post-thumbnail .entry-header h2 {
		font-size: 1.875rem;
		line-height: 1.1666667;
		max-width: 440px;
	}
}

.single-post__social {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin: 50px 0 50px;
}

.single-post__social .st-custom-button {
	color: #fff;
	cursor: pointer;
	font-size: 0.875rem;
	margin-bottom: 10px;
	margin-right: 10px;
	padding: 0 10px 0 30px;
	position: relative;
}

@media screen and (min-width: 768px) {

	.single-post__social .st-custom-button {
		margin-bottom: 0;
	}
}

.single-post__social .st-custom-button::before {
	display: block;
	left: 10px;
	margin-right: 10px;
	object-fit: contain;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 0.875em;
}

.single-post__social .st-custom-button.facebook {
	background-color: #000;
	padding-left: 25px;
}

.single-post__social .st-custom-button.facebook::before {
	content: url(dist/images/facebook-f.svg);
	width: 0.5em;
}

.single-post__social .st-custom-button.twitter {
	background-color: #000;
}

.single-post__social .st-custom-button.twitter::before {
	content: url(dist/images/twitter.svg);
}

.single-post__social .st-custom-button.linkedin {
	background-color: #1e6abc;
}

.single-post__social .st-custom-button.linkedin::before {
	content: url(dist/images/linkedin.svg);
	top: 60%;
}

.single-post__social .st-custom-button.email {
	background-color: #333;
}

.single-post__social .st-custom-button.email::before {
	content: url(dist/images/envelope.svg);
}

@media screen and (min-width: 1024px) {

	.search .site-main,
	.single-clm_news_event .site-main,
	.blog .site-main,
	.single-page-id-198 .site-main {
		margin-bottom: 116px;
	}
}

@media screen and (min-width: 1024px) {

	.blog .posts__wrap,
	.archive .posts__wrap,
	.single .posts__wrap,
	.single-clm_news_event .posts__wrap,
	.search .posts__wrap {
		margin-left: calc((100vw - var(--section-max-width)) / 2);
		margin-right: calc(var(--section-max-width) * 0.0792);
	}
}

.blog .page-header .post-thumbnail,
.tax-clm_news_type .page-header .post-thumbnail,
.search .page-header .post-thumbnail {
	max-height: 585px;
	overflow: hidden;
}

.blog .page-header .post-thumbnail img,
.tax-clm_news_type .page-header .post-thumbnail img,
.search .page-header .post-thumbnail img {
	display: block;
	object-fit: cover;
	width: 100%;
}

@media screen and (min-width: 1024px) {

	.blog .page-header .post-thumbnail img,
	.tax-clm_news_type .page-header .post-thumbnail img,
	.search .page-header .post-thumbnail img {
		height: 100%;
	}
}

.error404 .site-main {
	background-color: var(--wp--preset--color--primary-green);
	padding: 45px 20px;
}

@media screen and (min-width: 1024px) {

	.error404 .site-main {
		padding: 130px 100px;
	}
}

.error404 .error-404 {
	background-color: #fff;
	border-radius: 30px;
	padding: 52px 25px;
}

@media screen and (min-width: 768px) {

	.error404 .error-404 {
		padding: 50px 54px 50px 38px;
	}
}

.error404 .error-404 h3 {
	font-size: 1.25em;
	line-height: 1.3;
	margin-top: 0;
	text-transform: uppercase;
}

@media screen and (min-width: 480px) {

	.error404 .error-404 h3 {
		font-size: 1.5625rem;
		line-height: 1.12;
	}
}

.error404 .error-404 h3::before {
	background-color: #b7851a;
	content: "";
	display: inline-block;
	margin-right: 13px;
	height: 4px;
	width: 27px;
}

.error404 .error-404 h1.page-title {
	font-weight: 600;
}

@media screen and (min-width: 768px) {

	.error404 .error-404 h1.page-title {
		font-size: 2.5rem;
		line-height: 1.25;
		margin-bottom: 0;
	}
}

@media screen and (min-width: 1024px) {

	.error404 .error-404 h1.page-title {
		font-size: 3.076875rem;
		line-height: 1.01564087;
	}
}

.error404 .error-404 .page-content {
	font-family: Montserrat, sans-serif;
	font-size: 1.0625em;
	line-height: 1.412;
}

@media screen and (min-width: 768px) {

	.error404 .error-404 .page-content {
		margin-top: 0;
	}
}

@media screen and (min-width: 1024px) {

	.error404 .error-404 .page-content {
		margin-top: 50px;
	}
}

.error404 .error-404 .page-content p {
	max-width: 629px;
}

@media screen and (min-width: 768px) {

	.error404 .error-404 .page-content p:first-child {
		margin-top: 0;
	}
}

.error404 .error-404 .search-form {
	position: relative;
	max-width: 825px;
}

@media screen and (min-width: 1024px) {

	.error404 .error-404 .search-form {
		margin-top: 40px;
	}
}

.error404 .error-404 input[type="search"] {
	width: 100%;
}

.error404 .error-404 button[type="submit"] {
	border: none;
	display: block;
	height: 14px;
	padding: 0;
	position: absolute;
	right: 20px;
	top: 50%;
	transform: translateY(-50%);
	width: 14px;
}

.error404 .error-404 button[type="submit"]:hover {
	background-color: transparent;
}

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

.bypostauthor {
	display: block;
}

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

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

#sidebar--footer {
	--font-size: 14px;
	padding: 42px 20px;
}

#sidebar--footer .widget_nav_menu .menu {
	list-style-type: none;
	margin-left: 0;
	padding: 0;
	text-align: center;
}

#sidebar--footer .widget_nav_menu .menu li {
	margin-bottom: 1.5rem;
}

#sidebar--footer .widget_nav_menu .menu a {
	color: var(--wp--preset--color--primary-grey);
	font-size: var(--font-size);
	text-decoration: none;
}

#sidebar--footer .widget_nav_menu .menu a:hover,
#sidebar--footer .widget_nav_menu .menu a:focus {
	color: var(--wp--preset--color--dark-green);
	text-decoration: underline;
}

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

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

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	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
--------------------------------------------- */
.alignleft {

	/*rtl:ignore*/
	float: left;

	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {

	/*rtl:ignore*/
	float: right;

	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

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

.clear {
	clear: both;
}

.alignwide,
.alignfull {
	width: 100%;
	max-width: unset;
}

@media screen and (min-width: 768px) {

	.flex-md {
		display: flex;
	}
}

@media screen and (min-width: 1024px) {

	.flex-lg {
		display: flex;
	}
}
