/*!
Theme Name: Green Seal
Theme URI: http://underscores.me/
Author: Green Seal
Author URI: https://greenseal.org/
Description: A custom theme built by Green Seal.
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: greenseal24
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

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

Green Seal 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,
button,
input,
select,
optgroup,
textarea {
	color: #002A19;
	font-family: "Geologica", sans-serif;
	font-size: 1.125rem;
	line-height: 1.6rem;
	font-weight: 300;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	font-family: "Geologica", sans-serif;
	font-weight: 300;
	line-height: 1.2em;
	margin: 0;
}

h1 {
	font-size: 2.5rem;
	margin: 0 0 1.5625rem;
}

@media only screen and (min-width: 1024px) {
	h1 {
		font-size: 3.375rem;
	}
}

h2 {
	font-size: 2rem;
	margin: 0 0 1.5625rem;
}

@media only screen and (min-width: 1024px) {
	h2 {
		font-size: 2.25rem;
	}
}

h3 {
	font-size: 1.625rem;
	margin: 0 0 1.5625rem;
}

@media only screen and (min-width: 1024px) {
	h3 {
		font-size: 1.875rem;
	}
}

h4 {
	font-size: 1.375rem;
	margin: 0 0 1.5625rem;
}

@media only screen and (min-width: 1024px) {
	h4 {
		font-size: 1.625rem;
	}
}

p {
	margin: 0 0 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;
}

.wp-block-group ul li {
	padding-bottom: 0.625rem;
}

.wp-block-group ul ul {
	margin-top: 0.625rem;
	margin-left: 1.25rem;
	margin-bottom: 0;
	list-style: square;
}

.wp-block-group ul:last-child {
	margin-bottom: 0;
}

/* 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: #00A87A;
	text-decoration: none;
}

a:visited {
	color: #00A87A;
}

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

a:focus {
	outline: none;
	color: #00A87A;
}

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

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button,
.wp-block-button__link {
	line-height: 1em;
	padding: 0.9375rem 1.5625rem 0.9375rem;
	border-radius: 0.375rem;
	background: #00A87A;
	color: #ffffff;
	text-decoration: none;
	transition: .25s background ease;
	font-size: 1.375rem;
	display: inline-block;
	font-weight: 700;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover,
.button:hover,
.wp-block-button__link:hover {
	background: #00cfb8;
	color: #ffffff;
}

button:active, button:focus, button:visited,
input[type="button"]:active,
input[type="button"]:focus,
input[type="button"]:visited,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="reset"]:visited,
input[type="submit"]:active,
input[type="submit"]:focus,
input[type="submit"]:visited,
.button:active,
.button:focus,
.button:visited,
.wp-block-button__link:active,
.wp-block-button__link:focus,
.wp-block-button__link:visited {
	border-color: none;
	color: #ffffff;
}

.link-button,
.is-style-link-button .wp-block-button__link {
	color: #00A87A;
	background: transparent;
	font-size: 1.25rem;
	text-decoration: none;
	margin-top: 1.5625rem;
}

.link-button:active, .link-button:visited,
.is-style-link-button .wp-block-button__link:active,
.is-style-link-button .wp-block-button__link:visited {
	color: #00A87A;
}

.link-button:after,
.is-style-link-button .wp-block-button__link:after {
	content: "";
	display: inline-block;
	width: 1.875rem;
	height: 1.5625rem;
	margin-left: 0.9375rem;
	background-image: url(../svg/link-arrow.svg);
	background-repeat: no-repeat;
	background-size: contain;
	position: relative;
	top: 0.6875rem;
	transition: .25s margin ease;
}

.link-button:hover,
.link-button a:hover,
.is-style-link-button .wp-block-button__link:hover,
.is-style-link-button .wp-block-button__link a:hover {
	color: #00A87A;
}

.link-button:hover:after,
.link-button a:hover:after,
.is-style-link-button .wp-block-button__link:hover:after,
.is-style-link-button .wp-block-button__link a:hover:after {
	margin-left: 1.5625rem;
}

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 #ccc;
	border-radius: 3px;
	padding: 3px;
}

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 #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
/* Global
--------------------------------------------- */
.container,
.wp-block-group__inner-container {
	max-width: 87.5rem;
	margin: auto;
	padding-left: 1.5625rem;
	padding-right: 1.5625rem;
}

@media only screen and (min-width: 1024px) {
	.container,
	.wp-block-group__inner-container {
		padding-left: 2.5rem;
		padding-right: 2.5rem;
	}
}

.site-header {
	background: #002A19;
	color: #ffffff;
	padding: 1.25rem;
	display: flex;
	gap: 2.5rem;
	align-items: center;
}

@media only screen and (min-width: 1200px) {
	.site-header {
		padding: 1.25rem 3.125rem;
	}
}

.site-header .site-branding img {
	width: 15.625rem;
	height: auto;
}

.site-header .main-navigation {
	flex-grow: 1;
}

.site-footer {
	background: #002A19;
	color: #ffffff;
	padding: 3.125rem 0;
	font-size: 1rem;
	/*Gravity Form*/
}

@media only screen and (min-width: 1024px) {
	.site-footer {
		padding: 6.25rem 0;
	}
}

.site-footer a {
	color: #ffffff;
}

.site-footer .site-info {
	max-width: 31.25rem;
}

.site-footer .container {
	display: grid;
	grid-template-columns: 1fr;
	gap: 0.9375rem;
	justify-content: space-between;
}

@media only screen and (min-width: 1024px) {
	.site-footer .container {
		grid-template-columns: 1.5fr 2fr;
		gap: 0.9375rem;
	}
}

.site-footer #footer-menu {
	column-count: 2;
	gap: 2.5rem;
	list-style: none;
	margin: 0;
	padding: 0;
}

.site-footer #footer-menu a {
	color: #ffffff;
	text-decoration: none;
	padding: 0.3125rem 0;
	display: inline-block;
}

.site-footer__social {
	padding-top: 3.125rem;
}

.site-footer__social a {
	padding-right: 0.625rem;
}

.site-footer__social img {
	width: 2.1875rem;
}

.site-footer__form {
	margin-top: 3.75rem !important;
	margin-bottom: 1.5625rem;
}

.site-footer input[type=text],
.site-footer input[type=email] {
	background: rgba(255, 255, 255, 0.5) !important;
	border: 0 !important;
}

.site-footer .gform-theme--foundation .gform_fields {
	gap: 1.25rem !important;
}

.site-footer ::placeholder {
	color: #ffffff !important;
	opacity: .8;
}

.site-footer input[type=submit] {
	border: 1px solid #00cfb8 !important;
	background: transparent !important;
	color: #00cfb8 !important;
	transition: .25s all ease;
}

.site-footer input[type=submit]:hover {
	background: #00cfb8 !important;
	color: #002A19 !important;
}

.site-footer__contact {
	padding: 2.1875rem 0;
}

.wp-block-group {
	padding-top: 5rem;
	padding-bottom: 5rem;
}

@media only screen and (min-width: 1024px) {
	.wp-block-group.padding-collapse {
		padding-top: 0;
		padding-bottom: 0;
	}
}

.wp-block-group figure {
	margin: 0;
}

.wp-block-group .has-text-align-center {
	max-width: 50rem;
	margin-left: auto;
	margin-right: auto;
}

.wp-block-group ul {
	margin: 0 0 1.5625rem 1.5625rem;
}

:where(.wp-block-columns.is-layout-flex) {
	gap: 3rem;
}

@media only screen and (min-width: 1024px) {
	:where(.wp-block-columns.is-layout-flex) {
		gap: 5rem;
	}
}

/*Bulleted Lists*/
.wp-block-group ul {
	margin: 0 0 1.5625rem 1.125rem;
	padding: 0;
}

.wp-block-group ul.bullet-leaf, .wp-block-group ul.is-style-leaf-bullet {
	list-style: none;
	margin-top: 1.5625rem;
	margin-left: 0;
}

.wp-block-group ul.bullet-leaf li, .wp-block-group ul.is-style-leaf-bullet li {
	padding-left: 2.1875rem;
	padding-bottom: 1.5625rem;
	position: relative;
}

.wp-block-group ul.bullet-leaf li:before, .wp-block-group ul.is-style-leaf-bullet li:before {
	content: "";
	background: url(../svg/bullet-leaf-dark.svg);
	background-size: contain;
	background-repeat: no-repeat;
	display: inline-block;
	width: 1.375rem;
	height: 1.375rem;
	position: absolute;
	top: 0.125rem;
	left: 0;
}

.wp-block-group ol {
	margin-left: 0;
	padding-left: 1.375rem;
}

.wp-block-group .header-item li:first-child,
.wp-block-group .is-style-header-item li:first-child {
	background: #002A19;
	color: #ffffff;
	padding: 0.3125rem 0.9375rem 0.3125rem 1.5625rem;
	border-radius: 6.25rem 0 6.25rem;
	font-size: 1.25rem;
	font-weight: 500;
	margin-bottom: 0.9375rem;
	width: 130%;
	display: inline-block;
	position: relative;
	left: -15%;
}

.wp-block-group.has-custom-green-background-color ul.bullet-leaf li:before,
.wp-block-group.has-custom-green-background-color ul.is-style-leaf-bullet li:before {
	background-image: url(../svg/bullet-leaf.svg);
	border: 0;
}

.wp-block-quote {
	font-size: 2.25rem;
	line-height: 1.3em;
}

.wp-block-quote p {
	margin-bottom: 0.3125rem;
}

.wp-block-columns {
	margin: 0;
}

.wp-block-columns + .wp-block-columns {
	margin-top: 5rem;
}

/*Custom Color Palette*/
.has-custom-green-background-color {
	background: #005122 !important;
}

.has-custom-green-color {
	color: #005122 !important;
}

.has-dark-green-background-color {
	background: #002A19 !important;
}

.has-lightest-green-background-color {
	background: #f7f9f7 !important;
}

.wp-block-group__inner-container > .wp-block-list,
.wp-block-group__inner-container > .wp-block-heading,
.wp-block-group__inner-container > p {
	max-width: 56.25rem;
}

.block_steps .content_text {
	display: flex;
	gap: 0.3125rem;
	padding: 0;
	margin-bottom: 1.875rem;
}

.block_steps .container {
	padding-left: 0;
	padding-right: 0;
}

.block_steps .num {
	font-size: 2.5rem;
	margin-bottom: 1.25rem;
	color: #ffffff;
	font-weight: bold;
}

.block_steps .item {
	background: #002A19;
	padding: 3.125rem 1.5625rem 1.5625rem 1.5625rem;
	flex-grow: 1;
	flex-basis: 0;
}

.block_steps .item:first-child {
	background: rgba(0, 81, 34, 0.2);
}

.block_steps .item:nth-child(2) {
	background: rgba(0, 81, 34, 0.3);
}

.block_steps .item:nth-child(3) {
	background: rgba(0, 81, 34, 0.4);
}

.block_steps .item:nth-child(4) {
	background: rgba(0, 81, 34, 0.5);
}

.block_steps .item:nth-child(5) {
	background: rgba(0, 81, 34, 0.6);
}

/*Bulleted Lists*/
.title-bar {
	background: #002A19;
	color: #ffffff;
	text-align: center;
	padding: 5rem 0;
}

.title-bar__subheader {
	text-transform: uppercase;
	font-size: 1.5rem;
}

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

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

.main-navigation ul ul {
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
	width: 18.75rem;
	display: block;
	background: #002A19;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
	position: static;
	padding-left: 0.9375rem;
}

.main-navigation ul ul ul a {
	padding-top: 0.3125rem;
}

.main-navigation ul ul ul a:before {
	content: "\2013 ";
}

.main-navigation ul ul ul a:hover {
	color: #00cfb8;
}

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

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

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

.main-navigation li {
	position: relative;
}

.main-navigation li:hover > a,
.main-navigation li.focus > a {
	color: #00cfb8;
}

.main-navigation a {
	display: block;
	text-decoration: none;
	color: #ffffff;
	padding: 0.9375rem;
	font-size: 1.0625rem;
	font-weight: 300;
}

/* Utility menu. */
.utility-navigation {
	display: none;
}

@media only screen and (min-width: 1024px) {
	.utility-navigation {
		display: flex;
		align-items: center;
	}
}

.utility-navigation ul {
	display: flex;
	list-style: none;
	margin: 0;
	padding: 0;
	gap: 1.25rem;
}

.utility-navigation ul a {
	color: #ffffff;
	border: 1px solid #ffffff;
	display: inline-block;
	padding: 0.5rem 1.25rem 0.625rem;
	text-decoration: none;
	white-space: nowrap;
	transition: .25s all ease;
	font-size: 1rem;
	line-height: 1em;
}

.utility-navigation ul a:hover {
	background: #ffffff;
	color: #002A19;
}

.utility-navigation ul li {
	display: inline-block;
	gap: 1.25rem;
}

.utility-navigation ul li:last-child a {
	background: #ffffff;
	color: #002A19;
}

.utility-navigation ul li:last-child a:hover {
	background: #002A19;
	color: #ffffff;
}

/* Add this to your CSS */
.menu-item-has-children > ul {
	display: none;
}

.menu-item-has-children.open > ul {
	display: block;
	left: auto;
}

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

.menu-toggle {
	color: #ffffff;
	background: transparent !important;
	border: 0;
	padding: 0;
	margin-top: 8px;
	cursor: pointer;
}

.menu-toggle img {
	width: 2.1875rem;
	height: 2.1875rem;
}

@media screen and (max-width: 1099px) {
	.site-header .main-navigation {
		display: flex;
		justify-content: flex-end;
	}
	.main-navigation.toggled .menu-consolidated-top-nav-2024-container > ul {
		position: absolute;
		z-index: 9999;
		background: #002A19;
		width: 100%;
		left: 0;
		top: 85px;
	}
	.main-navigation ul ul {
		position: static;
	}
}

@media screen and (min-width: 1100px) {
	.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;
}

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

@media (max-width: 1099px) {
	#primary-menu {
		list-style: none;
		padding: 0;
		margin: 0;
	}
	#primary-menu .menu-item {
		position: relative;
	}
	#primary-menu .menu-item > a {
		display: block;
		padding: 25px;
		text-decoration: none;
		width: 100%;
		box-sizing: border-box;
	}
	#primary-menu .menu-item.menu-item-has-children > .submenu-toggle {
		position: absolute;
		top: 15px;
		right: 5px;
		background: none;
		border: none;
		cursor: pointer;
		display: flex;
		align-items: center;
	}
	#primary-menu .menu-item.menu-item-has-children > .submenu-toggle img {
		width: 16px;
		height: 16px;
		transition: transform 0.3s ease;
	}
	#primary-menu .menu-item.menu-item-has-children > .submenu-toggle[aria-expanded='true'] img {
		transform: rotate(180deg);
	}
	#primary-menu .menu-item.menu-item-has-children > .sub-menu {
		padding: 0;
		margin: 0;
		list-style: none;
		overflow: hidden;
		max-height: 0;
		transition: max-height 0.3s ease;
	}
	#primary-menu .menu-item.menu-item-has-children > .sub-menu .menu-item > a {
		padding: 10px 30px;
		display: block;
	}
}

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

.post,
.page {
	margin: 0 0 1.5em;
}

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

/*News/Media*/
.hero--small {
	height: 21.875rem !important;
}

.news-item.has-quote {
	background: #f7f9f7;
	padding: 35px 25px 25px;
	border-radius: 0 50px 0;
	grid-column: 1 / span 2;
}

.post-date {
	color: #666;
}

.new_list .news-item {
	padding: 35px 25px 25px;
}

.post-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 30px;
	padding-top: 80px;
	padding-bottom: 80px;
}

@media only screen and (min-width: 1024px) {
	.post-grid {
		grid-template-columns: 1fr 1fr 1fr 1fr;
	}
}

.post-grid a {
	color: #002A19;
}

.post-grid h2 {
	color: #002A19;
	font-size: 20px;
}

.post-grid img {
	max-width: 150px;
}

/*Blog*/
.blog-overview {
	padding: 5rem 0;
}

.blog-overview__grid {
	display: grid;
	grid-template-columns: 1fr;
	gap: 1.875rem;
}

@media only screen and (min-width: 1024px) {
	.blog-overview__grid {
		grid-template-columns: 1fr 1fr 1fr;
	}
}

.blog-overview__post {
	padding-bottom: 1.875rem;
}

.blog-overview__thumbnail {
	height: 14.0625rem;
	overflow: hidden;
	margin-bottom: 0.9375rem;
}

.blog-overview__thumbnail img {
	object-fit: cover;
	width: 100%;
	height: 100%;
}

.blog-overview h2 {
	font-size: 1.625rem;
	margin-top: 0.625rem;
	margin-bottom: 0.625rem;
}

.blog-overview .container {
	display: grid;
	grid-template-columns: 1fr;
	gap: 1.875rem;
}

@media only screen and (min-width: 1024px) {
	.blog-overview .container {
		grid-template-columns: 3fr 1fr;
		gap: 3.75rem;
	}
}

.blog-overview__sidebar-heading {
	font-size: 1.125rem;
	font-weight: 500;
	margin-bottom: 0.9375rem;
}

.blog-overview .cat_items {
	margin-bottom: 1.875rem;
}

.blog-post {
	padding: 3.125rem 0;
}

.blog-post ul {
	margin: 0 0 1.5625rem 1.25rem;
	padding: 0;
}

.blog-post .cat_items {
	margin-bottom: 1.875rem;
}

.blog-post .blog-overview__layout {
	display: grid;
	grid-template-columns: 3fr 1fr;
	gap: 3.75rem;
}

.page-numbers {
	list-style: none;
	text-align: center;
	margin: 0;
	padding: 0;
}

.page-numbers li {
	display: inline-block;
}

.page-numbers a {
	padding: 0.3125rem;
}

.page-numbers span.current {
	background: #002A19;
	aspect-ratio: 1 / 1;
	display: inline-block;
	padding: 0.3125rem;
	color: #ffffff;
	border-radius: 100%;
	line-height: 1em;
	display: block;
	display: flex;
	width: 27px;
	text-align: center;
	padding-left: 9px;
}

.blog-quote {
	font-size: 1.3125rem;
	font-style: italic;
	margin-bottom: 1.25rem;
	position: relative;
}

.blog-quote span {
	color: #005122;
	font-size: 110px;
	position: absolute;
	top: 10px;
	left: -20px;
	opacity: .15;
}

.event_list {
	padding-top: 5rem;
	padding-bottom: 5rem;
}

article.type-events {
	display: grid;
	grid-template-columns: 1fr 3fr 1fr;
	align-items: center;
	gap: 40px;
	padding-bottom: 3.125rem;
}

article.type-events .entry-title {
	font-size: 1.625rem;
}

.past_event {
	margin-top: 2.5rem;
}

.bio-detail {
	display: grid;
	grid-template-columns: 1fr;
	gap: 4.375rem;
	padding: 5rem 0;
}

@media only screen and (min-width: 768px) {
	.bio-detail {
		grid-template-columns: 1.5fr 3fr;
	}
}

.bio-detail__photo {
	border-radius: 5rem 0;
	overflow: hidden;
}

.bio-detail__photo img {
	object-fit: cover;
	width: 100%;
	height: 100%;
	display: block;
}

.bio-detail__title {
	font-weight: 500;
	font-size: 20px;
}

.standard_list .page_section {
	padding: 3.125rem 0 4.6875rem;
}

.standard_list .item_title {
	font-weight: bold;
}

.standard_list .item {
	display: flex;
	border-bottom: 1px solid #002A19;
	padding: 8px 0;
	gap: 3.125rem;
}

.standard_list .left {
	width: 12.5rem;
}

.standard_list a {
	color: #002A19;
}

.standards_section {
	display: grid;
	grid-template-columns: 3fr 1.5fr;
	gap: 3.75rem;
}

.standards_section .standards_top_notice {
	background: #f7f9f7;
	padding: 1.875rem;
}

.standards_section ul {
	margin: 0 0 1.5625rem 1.5625rem;
	padding: 0;
}

.standards_section .standards_side {
	padding: 3.125rem 0;
}

.standards_section .standards_resources {
	padding: 1.875rem 0 0.9375rem;
}

.standards_section .standard_sidebar_cta .button {
	margin-bottom: 0.9375rem;
}

.navigation-tool {
	padding-bottom: 40px;
}

.navigation-tool .sticky-sidebar {
	position: -webkit-sticky;
	position: sticky;
	top: 0;
	background-color: #002A19;
}

.navigation-tool__row {
	display: flex;
	flex-wrap: nowrap;
	border-top: 1px solid #005122;
	padding-top: 35px;
}

.navigation-tool__sidebar {
	width: 25%;
	position: sticky;
	top: 0;
	height: 100vh;
	overflow: auto;
	background: #ffffff;
	box-shadow: 3px 0 3px rgba(0, 0, 0, 0.01);
	padding: 25px 0;
}

.navigation-tool__sidebar ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.navigation-tool__sidebar .h2 {
	padding: 10px;
	color: #ffffff;
	font-weight: 500;
	position: relative;
	padding-right: 20px;
}

.navigation-tool__sidebar .h2 a {
	color: #ffffff;
}

.navigation-tool__sidebar .h3 {
	max-height: 0;
	overflow: hidden;
	transition: max-height 0.5s ease;
	padding: 0 35px 0 20px;
	margin: 0;
}

.navigation-tool__sidebar .h3 a {
	color: #ffffff;
}

.navigation-tool__sidebar .h2 + .h3 {
	margin: 0;
}

.navigation-tool__sidebar .h3.expanded {
	max-height: 100px;
	padding: 0 35px 15px 20px;
}

.navigation-tool__sidebar .arrow {
	cursor: pointer;
	text-indent: -50px;
	overflow: hidden;
	background-image: url(../svg/chevron-down-sharp-regular-wh.svg);
	background-size: contain;
	background-repeat: no-repeat;
	width: 20px;
	height: 20px;
	display: inline-block;
	position: absolute;
	top: 10px;
	right: 10px;
}

.navigation-tool__sidebar .h2.expanded .arrow {
	transform: rotate(180deg);
}

.navigation-tool__main {
	padding: 40px 60px 40px 40px;
	width: 75%;
	overflow-y: auto;
}

.navigation-tool__main-content {
	max-width: 950px;
}

/* Blocks
--------------------------------------------- */
.testimonial-slider {
	text-align: center;
	position: relative;
	z-index: 990;
	padding: 3.125rem 0;
	background-color: #005122;
	color: #ffffff;
}

@media only screen and (min-width: 1024px) {
	.testimonial-slider {
		padding: 6.25rem 0;
	}
}

.testimonial-slider__text {
	font-size: 1.6875rem;
	max-width: 62.5rem;
	margin: auto;
	line-height: 1.2em;
	font-weight: 300;
}

@media only screen and (min-width: 1024px) {
	.testimonial-slider__text {
		font-size: 2.25rem;
	}
}

.testimonial-slider__credit {
	font-size: 1.75rem;
}

.testimonial-slider__logo {
	max-width: 9.375rem;
	display: block;
	margin: 1.5625rem auto;
}

.testimonial-slider__cta {
	padding: 3.75rem 0 0;
}

.testimonial-slider .swiper-slide-visible .testimonial-slider__text {
	opacity: 1;
}

.testimonial-slider .swiper-slide:not(.swiper-slide-active) {
	opacity: 0;
}

.testimonial-slider .swiper-button-next {
	background: transparent;
	right: 0.625rem;
}

.testimonial-slider .swiper-button-next:after {
	content: "";
	background-image: url(../svg/icon-angle-down.svg);
	background-size: 2.1875rem;
	background-position: center;
	background-repeat: no-repeat;
	width: 2.5rem;
	height: 2.5rem;
	display: inline-block;
	position: absolute;
	filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7500%) hue-rotate(322deg) brightness(103%) contrast(100%);
	border-radius: 100%;
	transform: rotate(-90deg);
	top: 75%;
}

@media only screen and (min-width: 1024px) {
	.testimonial-slider .swiper-button-next:after {
		top: auto;
	}
}

.testimonial-slider .swiper-button-prev {
	left: 0.9375rem;
}

.testimonial-slider .swiper-button-prev:after {
	content: "";
	background-image: url(../svg/icon-angle-down.svg);
	background-size: 2.1875rem;
	background-position: center;
	background-repeat: no-repeat;
	width: 2.5rem;
	height: 2.5rem;
	display: inline-block;
	position: absolute;
	filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7500%) hue-rotate(322deg) brightness(103%) contrast(100%);
	border-radius: 100%;
	transform: rotate(90deg);
	top: 75%;
}

@media only screen and (min-width: 1024px) {
	.testimonial-slider .swiper-button-prev:after {
		top: auto;
	}
}

.featured-news {
	padding: 2.5rem 0 3.75rem;
}

@media only screen and (min-width: 1024px) {
	.featured-news {
		padding: 5rem 0 7.5rem;
	}
}

.featured-news__heading {
	font-size: 2.25rem;
	line-height: 1.2em;
}

@media only screen and (min-width: 1024px) {
	.featured-news__heading {
		font-size: 2.5rem;
		font-size: 2.5rem;
	}
}

.featured-news__intro {
	max-width: 28.125rem;
	padding-bottom: 1.5625rem;
	font-size: 1.25rem;
}

.featured-news__posts {
	display: grid;
	gap: 1.875rem;
	grid-template-columns: 1fr;
	overflow-x: scroll;
	padding: 1.5625rem 0;
}

@media only screen and (min-width: 1024px) {
	.featured-news__posts {
		grid-template-columns: 1fr 1fr 1fr;
		padding: 0;
		overflow: hidden;
		gap: 3.125rem;
	}
}

@media only screen and (min-width: 1200px) {
	.featured-news__posts {
		gap: 7.8125rem;
	}
}

.featured-news__grow {
	flex-grow: 1;
}

.featured-news__post {
	padding-bottom: 1.875rem;
	display: flex;
	flex-direction: column;
}

.featured-news__thumbnail {
	overflow: hidden;
	height: 14.0625rem;
}

.featured-news__thumbnail img {
	object-fit: cover;
	width: 100%;
	height: 100%;
}

.featured-news__post-title {
	margin-bottom: 0.625rem;
	margin-top: 0.625rem;
	font-size: 1.25rem;
	font-weight: 300;
	line-height: 1.2em;
	padding-top: 0.9375rem;
}

.featured-news__post-title a {
	text-decoration: none;
	color: #002A19;
}

.highlights {
	padding: 2.5rem 0 2.5rem;
	background: #005122;
	color: #ffffff;
	font-weight: 300;
}

@media only screen and (min-width: 1024px) {
	.highlights {
		padding: 5rem 0 5rem;
	}
}

.highlights__heading {
	font-size: 2.25rem;
	line-height: 1.2em;
	margin-bottom: 1.25rem;
}

@media only screen and (min-width: 1024px) {
	.highlights__heading {
		font-size: 2.5rem;
		font-size: 2.5rem;
		margin-bottom: 3.125rem;
	}
}

.highlights__intro {
	max-width: 28.125rem;
	padding-bottom: 1.5625rem;
	font-size: 1.25rem;
}

.highlights__grid {
	display: grid;
	gap: 1.875rem;
	grid-template-columns: 1fr;
	overflow-x: scroll;
	padding: 1.5625rem 0;
}

@media only screen and (min-width: 1024px) {
	.highlights__grid {
		grid-template-columns: 1fr 1fr 1fr;
		padding: 0;
		overflow: hidden;
		gap: 3.125rem;
	}
}

@media only screen and (min-width: 1200px) {
	.highlights__grid {
		gap: 7.8125rem;
	}
}

.highlights__grow {
	flex-grow: 1;
}

.highlights__highlight {
	padding-bottom: 1.875rem;
	display: flex;
	flex-direction: column;
}

.highlights__thumbnail {
	overflow: hidden;
	height: 13.4375rem;
}

.highlights__thumbnail img {
	object-fit: cover;
	width: 100%;
	height: 100%;
}

.highlights__subheading {
	margin-bottom: 0.625rem;
	margin-top: 0.625rem;
	font-size: 1.375rem;
	font-weight: 500;
	line-height: 1.2em;
	padding-top: 0.9375rem;
}

@media only screen and (min-width: 1024px) {
	.highlights__subheading {
		font-size: 1.5rem;
	}
}

.highlights__subheading a {
	text-decoration: none;
	color: #002A19;
}

.categories-cta {
	padding: 2.5rem 0;
}

@media only screen and (min-width: 1024px) {
	.categories-cta {
		padding: 5rem 0;
	}
}

.categories-cta .button {
	border: 2px solid #002A19;
	transition: .25s all ease;
}

.categories-cta__cta + .categories-cta__cta .button {
	margin-top: 0.9375rem;
	border: 2px solid #002A19;
	color: #002A19;
	background: transparent;
}

.categories-cta__cta + .categories-cta__cta .button:hover {
	color: #ffffff;
	background: #002A19;
}

.categories-cta__columns {
	display: grid;
	grid-template-columns: 1fr;
	gap: 1.25rem;
}

@media only screen and (min-width: 1024px) {
	.categories-cta__columns {
		grid-template-columns: 1.5fr 3fr;
		gap: 3.75rem;
	}
}

.categories-cta__grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 0.9375rem;
}

@media only screen and (min-width: 1024px) {
	.categories-cta__grid {
		grid-template-columns: 1fr 1fr 1fr;
		gap: 1.875rem;
	}
}

.categories-cta__thumbnail {
	height: 10.625rem;
	overflow: hidden;
}

.categories-cta__thumbnail img {
	object-fit: cover;
	width: 100%;
	height: 100%;
}

.categories-cta__thumbnail.shape-teardrop {
	border-radius: 0 25px;
}

.categories-cta .button {
	margin-top: 1.5625rem;
	margin-bottom: 0.9375rem;
	background: #002A19;
	color: #ffffff;
}

@media only screen and (min-width: 1024px) {
	.categories-cta .button {
		margin-top: 3.4375rem;
		margin-bottom: 0;
	}
}

.categories-cta .button:hover {
	background: #005122;
}

.slider {
	background: #002A19;
	color: #ffffff;
	position: relative;
}

.slider__slide {
	height: 43.75rem;
	font-size: 1.875rem;
}

@media only screen and (min-width: 1024px) {
	.slider__slide {
		font-size: 2.375rem;
	}
}

.slider__text {
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	height: 100%;
	max-width: 62.5rem;
	text-align: center;
	margin: auto;
	font-weight: 300;
	line-height: 1.3em;
	padding-left: 3.125rem;
	padding-right: 3.125rem;
}

@media only screen and (min-width: 1024px) {
	.slider__text {
		padding-left: 0;
		padding-right: 0;
	}
}

.slider__photo {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	height: 43.75rem;
}

.slider__heading {
	margin-bottom: 25px;
}

.slider__cta {
	margin-top: 4.6875rem;
}

.slider .swiper-button-next, .slider .swiper-button-prev {
	filter: brightness(0) saturate(100%) invert(100%) sepia(99%) saturate(2%) hue-rotate(14deg) brightness(107%) contrast(100%);
}

.slider img {
	object-fit: cover;
	width: 100%;
	height: 100%;
}

.hero {
	background: #002A19;
	color: #ffffff;
	position: relative;
	height: 28.125rem;
	font-size: 2rem;
	overflow: hidden;
}

@media only screen and (min-width: 1024px) {
	.hero {
		font-size: 2.375rem;
		height: 34.375rem;
	}
}

.hero__text {
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	height: 100%;
	max-width: 62.5rem;
	text-align: center;
	margin: auto;
	font-weight: 300;
	line-height: 1.1em;
	padding-left: 0.9375rem;
	padding-right: 0.9375rem;
}

.hero__photo {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	height: 43.75rem;
}

.hero__heading {
	margin-bottom: 25px;
}

.hero__cta {
	margin-top: 4.6875rem;
}

.hero .swiper-button-next, .hero .swiper-button-prev {
	filter: brightness(0) saturate(100%) invert(100%) sepia(99%) saturate(2%) hue-rotate(14deg) brightness(107%) contrast(100%);
}

.hero img {
	object-fit: cover;
	width: 100%;
	height: 100%;
}

.hero .button, .hero .button:visited {
	background: #00cfb8;
	color: #002A19;
}

.hero .button:visited, .hero .button:visited:visited {
	color: #002A19;
}

.hero .button:hover, .hero .button:visited:hover {
	background: #005122;
	color: #ffffff;
}

.featured-testimonial {
	text-align: center;
	padding: 5.625rem 0.9375rem;
	color: #ffffff;
	background-color: #002A19;
	position: relative;
	display: flex;
	align-items: center;
	font-size: 1.25rem;
}

.featured-testimonial > * {
	position: relative;
}

.featured-testimonial__photo {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	height: 100%;
}

.featured-testimonial__photo img {
	object-fit: cover;
	width: 100%;
	height: 100%;
}

.featured-testimonial__text {
	max-width: 68.75rem;
	margin: auto;
}

.featured-testimonial__quote {
	font-size: 1.75rem;
	margin-bottom: 1.5625rem;
	line-height: 1.4em;
}

@media only screen and (min-width: 1024px) {
	.featured-testimonial__quote {
		font-size: 2.125rem;
	}
}

.featured-testimonial__cta {
	margin-top: 1.875rem;
}

@media only screen and (min-width: 1024px) {
	.featured-testimonial__cta {
		margin-top: 4.375rem;
	}
}

.featured-testimonial .button {
	background: #00cfb8;
	color: #002A19;
}

.featured-testimonial .button:hover {
	background: #005122;
	color: #ffffff;
}

.accordion {
	padding: 2.5rem 0;
}

.accordion__heading {
	text-align: center;
}

.accordion:last-child {
	padding-bottom: 5rem;
}

.faq-accordion {
	max-width: 56.25rem;
	margin: auto;
}

.faq-accordion__panel[aria-hidden=true] {
	display: none;
}

.faq-accordion__title {
	border-top: 1px solid rgba(0, 81, 34, 0.2);
	padding-top: 1.5625rem;
}

.faq-accordion__title:first-child {
	border-top: 0;
}

.faq-accordion__header, .faq-accordion__header:visited, .faq-accordion__header:focus {
	display: block;
	background: transparent;
	color: #002A19;
	padding: 0.3125rem 2.1875rem 0.9375rem 0;
	font-weight: normal;
	font-size: 1.25rem;
	border: 0;
	cursor: pointer;
}

.faq-accordion__header:hover, .faq-accordion__header:visited:hover, .faq-accordion__header:focus:hover {
	background: none;
	color: #002A19;
}

@media only screen and (min-width: 1024px) {
	.faq-accordion__header, .faq-accordion__header:visited, .faq-accordion__header:focus {
		font-size: 1.5625rem;
	}
}

.faq-accordion__header {
	display: block;
	text-align: left;
	line-height: 1.2em;
	width: 100%;
	position: relative;
	padding-right: 3.125rem;
}

.faq-accordion__header:after {
	content: "";
	display: inline-block;
	width: 25px;
	height: 25px;
	background-image: url(../svg/chevron-down-sharp-regular.svg);
	position: absolute;
	right: 1.5625rem;
	top: 0.3125rem;
}

.faq-accordion__header[aria-expanded="true"]:after {
	transform: rotate(180deg);
}

.bios {
	padding: 80px 0;
}

.bios__grid {
	display: grid;
	gap: 2.5rem;
	grid-template-columns: 1fr;
}

@media only screen and (min-width: 578px) {
	.bios__grid {
		grid-template-columns: 1fr 1fr;
	}
}

@media only screen and (min-width: 1024px) {
	.bios__grid {
		grid-template-columns: 1fr 1fr 1fr 1fr;
	}
}

.bios__heading {
	margin-bottom: 2.5rem;
}

.bios__bio {
	padding-bottom: 2.5rem;
}

.bios__photo {
	border-radius: 3.125rem 0;
	overflow: hidden;
	height: 15.625rem;
	margin-bottom: 0.9375rem;
	background: #f7f9f7;
}

.bios__photo img {
	object-fit: cover;
	width: 100%;
	height: 100%;
}

.bios__name {
	font-weight: 500;
	color: #002A19;
	font-size: 20px;
}

.bios__title {
	color: #005122;
}

.jump-nav {
	box-shadow: 0 4px 2px -2px rgba(0, 81, 34, 0.1);
	margin-bottom: 2.5rem;
}

.jump-nav__items {
	text-align: center;
}

@media only screen and (min-width: 1024px) {
	.jump-nav__items {
		display: flex;
		align-items: center;
		justify-content: center;
		text-align: left;
	}
}

.jump-nav__item {
	padding: 0.9375rem;
	font-weight: 500;
}

@media only screen and (min-width: 1024px) {
	.jump-nav__item:before {
		content: "";
		display: inline-block;
		height: 1.25rem;
		position: relative;
		top: 0.3125rem;
		left: -0.625rem;
		width: 0.0625rem;
		background: #002A19;
	}
}

.jump-nav__item:first-child:before {
	display: none;
}

.content-slider {
	padding: 2.5rem 0;
}

.content-slider__slides {
	overflow: visible;
}

.content-slider__text {
	margin-bottom: 2.5rem;
}

.content-slider .swiper-button-prev {
	left: -2.1875rem;
}

.content-slider .swiper-button-next {
	right: -2.1875rem;
}

.steps-animation {
	padding: 2.5rem 0;
}

@media only screen and (min-width: 1024px) {
	.steps-animation {
		padding: 5rem 0;
	}
}

.steps-animation__subheading {
	padding-top: 10px;
}

.steps-animation .line {
	background: #ccc;
	width: 0;
	height: 2px;
	position: absolute;
	z-index: -1;
	transition: .5s width ease;
}

.steps-animation__grid {
	display: grid;
	grid-template-columns: 1fr;
	gap: 0;
	margin-top: 35px;
	font-size: 16px;
	line-height: 1.2em;
}

@media only screen and (min-width: 1024px) {
	.steps-animation__grid {
		grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
		height: 440px;
	}
}

.steps-animation__circle {
	width: 50px;
	aspect-ratio: 1 / 1;
	border-radius: 100%;
	background: #ffffff;
	border: 2px solid #666;
	display: flex;
	margin: 0;
	text-align: center;
	align-items: center;
	justify-content: center;
	font-size: 22px;
	opacity: 0;
	transform: scale(0);
	transition: .5s all ease;
}

.column-2 .steps-animation__circle {
	background: #002A19;
	border-color: #002A19;
	color: #ffffff;
	width: 70px;
}

.column-3 .steps-animation__circle {
	background: #005122;
	border-color: #005122;
	color: #ffffff;
	width: 90px;
}

.column-4 .steps-animation__circle {
	background: #002A19;
	border-color: #002A19;
	color: #ffffff;
	width: 110px;
}

.column-5 .steps-animation__circle {
	background: #00cfb8;
	border-color: #00cfb8;
	color: #ffffff;
	width: 130px;
}

.steps-animation__label {
	height: 150px;
	display: flex;
	align-items: center;
	position: relative;
}

.steps-animation h3 {
	font-size: 22px;
	font-weight: 500;
	margin-bottom: 5px;
	opacity: 0;
	transition: .3s all ease;
	margin-top: 15px;
}

.steps-animation p {
	opacity: 0;
	transition: .3s all ease;
	margin-top: 30px;
}

.steps-animation h3, .steps-animation p {
	padding-right: 35px;
}

.in-view .column-1 .line {
	width: 100%;
}

.in-view .column-1 .steps-animation__circle {
	opacity: 1;
	transform: scale(100%);
}

.in-view .column-1 h3, .in-view .column-1 p {
	opacity: 1;
	margin-top: 0;
}

.in-view .column-2 .line {
	width: 100%;
	transition-delay: 1s;
}

.in-view .column-2 .steps-animation__circle {
	opacity: 1;
	transform: scale(100%);
	transition-delay: .4s;
}

.in-view .column-2 h3, .in-view .column-2 p {
	opacity: 1;
	margin-top: 0;
	transition-delay: .4s;
}

.in-view .column-3 .line {
	width: 100%;
	transition-delay: 2s;
}

.in-view .column-3 .steps-animation__circle {
	opacity: 1;
	transform: scale(100%);
	transition-delay: 1.4s;
}

.in-view .column-3 h3, .in-view .column-3 p {
	opacity: 1;
	margin-top: 0;
	transition-delay: 1.4s;
}

.in-view .column-4 .line {
	width: 100%;
	transition-delay: 3s;
}

.in-view .column-4 .steps-animation__circle {
	opacity: 1;
	transform: scale(100%);
	transition-delay: 2.4s;
}

.in-view .column-4 h3, .in-view .column-4 p {
	opacity: 1;
	margin-top: 0;
	transition-delay: 2.4s;
}

.in-view .column-5 .line {
	width: 50%;
	transition-delay: 4s;
}

.in-view .column-5 .steps-animation__circle {
	opacity: 1;
	transform: scale(100%);
	transition-delay: 3.4s;
}

.in-view .column-5 h3, .in-view .column-5 p {
	opacity: 1;
	margin-top: 0;
	transition-delay: 3.4s;
}

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

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

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