/*!
Theme Name: IABC
Theme URI: http://underscores.me/
Author: All Terrain Studios
Author URI: http://allterrainstudios.com
Description: Custom theme for IABC
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: iabc
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.

IABC 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

--------------------------------------------------------------*/
/* #607900 */
/* was #FDFAF0 also tried #fff7dd*/
/* fff7dd */
/*--------------------------------------------------------------
# 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,
p {
  color: #404040;
  font-family: "AvenirBook", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
  font-family: "AvenirBlack";
}

h1 {
  font-size: 3em;
}

h2 {
  font-size: 2.5em;
  line-height: 1.15em;
  color: #137900;
  margin: 0;
}

h3 {
  font-size: 2em;
  margin-top: 0;
  line-height: 1em;
  color: #757575;
}

h4 {
  font-size: 1.5em;
  margin-top: 0;
}

h5 {
  font-size: 1em;
  margin-top: 0;
}

h6 {
  font-size: 0.75em;
  margin-top: 0;
}

.accent-copy {
  font-family: "AccentFont", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", serif;
  font-size: 2.5em;
  color: #819E00;
  margin: 10px 0 0 0px;
  padding: 0 0 15px 0;
  line-height: 0.75em;
  font-weight: 300;
}

.footer-header {
  font-size: 1.5em;
  margin-top: 0;
  color: #fff;
}

/* laptop styles */
/* Tablet styles */
/* Large mobile styles */
/* Medium/small mobile styles */
@media screen and (max-width: 600px) {
  h1 {
    line-height: 1em;
  }
  h2 {
    font-size: 1.75em;
  }
}
p {
  margin-bottom: 1.5em;
  line-height: 1.75em;
}

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

@font-face {
  font-family: "AvenirBook";
  src: url("/wp-content/themes/iabc/fonts/avenir/avenirltstd_book-webfont.eot");
  src: url("/wp-content/themes/iabc/fonts/avenir/avenirltstd_book-webfont.eot") format("embedded-opentype"), url("/wp-content/themes/iabc/fonts/avenir/avenirltstd_book-webfont.woff") format("woff"), url("/wp-content/themes/iabc/fonts/avenir/avenirltstd_book-webfont.ttf") format("truetype"), url("/wp-content/themes/iabc/fonts/avenir/avenirltstd_book-webfont.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "AvenirBlack";
  src: url("/wp-content/themes/iabc/fonts/avenir/avenirltstd_black-webfont.eot");
  src: url("/wp-content/themes/iabc/fonts/avenir/avenirltstd_black-webfont.eot") format("embedded-opentype"), url("/wp-content/themes/iabc/fonts/avenir/avenirltstd_black-webfont.woff") format("woff"), url("/wp-content/themes/iabc/fonts/avenir/avenirltstd_black-webfont.ttf") format("truetype"), url("/wp-content/themes/iabc/fonts/avenir/avenirltstd_black-webfont.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
/*
@font-face {
  font-family: 'AccentFontOne';
  src:     url("/wp-content/themes/iabc/fonts/freestyle/freestylescriptstd-webfont.eot");
  src:     url("/wp-content/themes/iabc/fonts/freestyle/freestylescriptstd-webfont.eot") format("embedded-opentype"),
  url("/wp-content/themes/iabc/fonts/avenir/freestylescriptstd-webfont.woff") format("woff"),
    url("/wp-content/themes/iabc/fonts/freestyle/freestylescriptstd-webfont.ttf") format("truetype"),
    url("/wp-content/themes/iabc/fonts/freestyle/freestylescriptstd-webfont.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'AccentFontTwo';
  src:     url("/wp-content/themes/iabc/fonts/squarepeg/squarepeg-regular-webfont.eot");
  src:     url("/wp-content/themes/iabc/fonts/squarepeg/squarepeg-regular-webfont.eot") format("embedded-opentype"),
  url("/wp-content/themes/iabc/fonts/squarepeg/squarepeg-regular-webfont.woff") format("woff"),
    url("/wp-content/themes/iabc/fonts/squarepeg/squarepeg-regular-webfont.ttf") format("truetype"),
    url("/wp-content/themes/iabc/fonts/squarepeg/squarepeg-regular-webfont.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'AccentFontThree';
  src:     url("/wp-content/themes/iabc/fonts/oregano/oregano-regular-webfont.eot");
  src:     url("/wp-content/themes/iabc/fonts/oregano/oregano-regular-webfont.eot") format("embedded-opentype"),
  url("/wp-content/themes/iabc/fonts/oregano/oregano-regular-webfont.woff") format("woff"),
    url("/wp-content/themes/iabc/fonts/oregano/oregano-regular-webfont.ttf") format("truetype"),
    url("/wp-content/themes/iabc/fonts/oregano/oregano-regular-webfont.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
*/
@font-face {
  font-family: "AccentFont";
  src: url("/wp-content/themes/iabc/fonts/corinthia/corinthia-regular-webfont.eot");
  src: url("/wp-content/themes/iabc/fonts/corinthia/corinthia-regular-webfont.eot") format("embedded-opentype"), url("/wp-content/themes/iabc/fonts/corinthia/corinthia-regular-webfont.woff") format("woff"), url("/wp-content/themes/iabc/fonts/corinthia/corinthia-regular-webfont.ttf") format("truetype"), url("/wp-content/themes/iabc/fonts/corinthia/corinthia-regular-webfont.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Elements
--------------------------------------------- */
html, body {
  height: 100%; /* Make sure the html and body elements take up the full height */
  margin: 0;
}

body {
  background: #fff;
  display: flex; /* Use Flexbox */
  flex-direction: column; /* Stack elements vertically */
  min-height: 100vh; /* Minimum height of the viewport */
  margin: 0;
}

.post, .page {
  margin: 0;
}

.grecaptcha-badge {
  display: none !important;
}

.site {
  display: flex;
  flex-direction: column;
  flex: 1;
}

.site-main {
  flex: 1;
  margin-top: 110px;
}

.site-header {
  box-shadow: 0 8px 10px rgba(0, 0, 0, 0.2);
  position: fixed;
  width: 100%;
  top: 0;
  transition: top 0.5s;
  z-index: 1000;
  background: #fff;
}

.header-hidden {
  top: -100%;
}

.site-topbar {
  height: 50px;
  width: 100%;
  background: linear-gradient(to right, #0A3D00, #137900);
  display: block;
  display: flex;
  gap: 0;
  justify-content: end;
  align-items: center;
}

.site-mainbar {
  display: flex;
  height: 75px;
  align-items: center;
  justify-content: space-between;
}

.site-footer {
  background-color: #082900;
  padding: 40px 40px 24px 40px;
  color: #fff;
}
.site-footer .site-footerlogo .site-footer-logo {
  margin-bottom: -30px;
}
.site-footer .site-footerlogo .footer-logo-border {
  border-bottom: 1px solid #C3E53E;
}
.site-footer .site-footercontent {
  padding: 50px 0 0 0;
}
.site-footer .site-footercontent .iabc-mission {
  margin-bottom: 50px;
}
.site-footer .site-footercontent .iabc-mission p {
  color: #fff;
  margin: 0 30px 0 0;
}
.site-footer .site-footercontent .iabc-contact {
  margin-bottom: 50px;
}
.site-footer .site-footercontent .iabc-contact h4 {
  margin-top: 0;
  font-size: 1.5em;
}
.site-footer .site-footercontent .iabc-contact a.iabc-email {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  color: #fff;
  margin-bottom: 50px;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="24.804" height="21.396" viewBox="0 0 24.804 21.396"><g id="Chat" transform="translate(-7.196 -10.604)"><g id="Group_4" data-name="Group 4" transform="translate(7.196 10.604)"><path id="Path_2" data-name="Path 2" d="M40.3,24.6h-15a.5.5,0,0,0-.5.5v10a.5.5,0,0,0,.5.5H33.2l1.778,3.146a.5.5,0,0,0,.87,0L37.622,35.6H40.3a.5.5,0,0,0,.5-.5v-10A.5.5,0,0,0,40.3,24.6Zm-2.946,8.5H28.25a.5.5,0,0,1,0-1h9.107a.5.5,0,0,1,0,1Zm0-2.5H28.25a.5.5,0,0,1,0-1h9.107a.5.5,0,0,1,0,1Zm0-2.5H29.9a.5.5,0,0,1,0-1h7.458a.5.5,0,0,1,0,1Z" transform="translate(-16 -17.601)" fill="%23fff"/><path id="Path_3" data-name="Path 3" d="M23.2,16.6V11.1a.5.5,0,0,0-.5-.5H7.7a.5.5,0,0,0-.5.5v10a.5.5,0,0,0,.5.5H9.878l1.778,3.146a.5.5,0,0,0,.87,0L14.3,21.6H15V18.1a1.5,1.5,0,0,1,1.5-1.5Zm-9.952,2.5h-2.6a.5.5,0,0,1,0-1h2.6a.5.5,0,0,1,0,1Zm0-2.5h-2.6a.5.5,0,0,1,0-1h2.6a.5.5,0,0,1,0,1Zm-2.6-2.5a.5.5,0,0,1,0-1H18.1a.5.5,0,0,1,0,1Z" transform="translate(-7.196 -10.604)" fill="%23fff"/></g></g></svg>');
  background-repeat: no-repeat;
  background-size: 24.804px 21.396px;
  background-position: left center;
}
.site-footer .site-footercontent .iabc-contact a.iabc-email span {
  margin-left: 30px;
  border-bottom: 1px solid #fff;
  transition: all 0.25s ease-in-out;
}
.site-footer .site-footercontent .iabc-contact a.iabc-email:hover span {
  color: #C3E53E;
  border-bottom: 1px solid #C3E53E;
  fill: #C3E53E;
}
.site-footer .site-footercontent .iabc-contact ul.iabc-sm {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
}
.site-footer .site-footercontent .iabc-contact ul.iabc-sm li {
  margin-right: 20px;
}
.site-footer .site-footercontent .iabc-tent {
  margin-bottom: -2px;
  position: relative;
}
.site-footer .site-footercontent .iabc-tent svg#footer-tent {
  /* float: right; */
  position: absolute;
  height: 70%;
  bottom: 0;
  width: auto;
  right: 10px;
}

.main-menu-footer-container {
  margin-bottom: 50px;
}

/************* footer newsletter signup *****************/
#mc_embed_shell {
  margin-bottom: 40px;
}

#newsletter-signup {
  display: flex;
  align-items: center;
  gap: 10px;
}

#newsletter-signup input[type=email] {
  flex-grow: 1;
  padding: 10px;
  border: 1px solid #ccc;
}

#newsletter-signup button {
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
}

#mce-email {
  width: 100%;
  height: 40px;
}

.mc-field-group {
  display: inline-block;
  width: 75%;
}

#mc_embed_signup_scroll {
  display: flex;
  align-items: center;
  width: 100%;
  margin-top: 15px;
}
#mc_embed_signup_scroll button {
  display: inline-block;
  border: none !important;
  background: none !important;
  padding: 0;
  cursor: pointer;
  margin: 0 0 0 10px;
}
#mc_embed_signup_scroll button svg g circle {
  fill: #fff;
  transition: all 0.25s ease-in-out;
}
#mc_embed_signup_scroll button:hover svg g circle {
  fill: #C3E53E;
}
#mc_embed_signup_scroll button svg g g path {
  fill: #082900;
  transition: all 0.25s ease-in-out;
}
#mc_embed_signup_scroll button:hover svg g g path {
  fill: #082900;
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

/************* footer newsletter signup *****************/
.site-info {
  display: flex;
  border-top: 1px solid #C3E53E;
  padding-top: 20px;
  justify-content: space-between;
  align-items: center;
}
.site-info .colophon-details {
  font-size: 0.75em;
}
.site-info .colophon-details .copyright {
  margin-right: 30px;
}
.site-info .colophon-details .builtby a {
  color: #fff;
  transition: all 0.25s ease-in-out;
  text-decoration: none;
  border-bottom: 1px solid #fff;
}
.site-info .colophon-details .builtby a:hover {
  color: #C3E53E;
  border-bottom: 1px solid #C3E53E;
}

#fb-icon path, #insta-icon g path, #yt-icon g path {
  fill: #fff;
  transition: all 0.25s ease;
}

#fb-icon:hover path, #insta-icon:hover g path, #yt-icon:hover g path {
  fill: #C3E53E;
}

/************ CUSTOM COLORS *************/
.has-dark-gray-color {
  color: #454545;
}

.has-dark-gray-background-color {
  background-color: #454545;
}

.has-medium-gray-color {
  color: #757575;
}

.has-medium-gray-background-color {
  background-color: #757575;
}

.has-light-gray-color {
  color: #8E8E8E;
}

.has-light-gray-background-color {
  background-color: #8E8E8E;
}

.has-dark-green-color {
  color: #082900;
}

.has-dark-green-background-color {
  background-color: #082900;
}

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

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

.has-medium-green-color {
  color: #819E00;
}

.has-medium-green-background-color {
  background-color: #819E00;
}

.has-light-green-color {
  color: #C3E53E;
}

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

.has-light-yellow-color {
  color: #FDFAF0;
}

.has-light-yellow-background-color {
  background-color: #FDFAF0;
}

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

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

.has-blacky-color {
  color: #000;
}

.has-black-background-color {
  background-color: #000;
}

.has-medium-green-to-dark-green-gradient-background {
  background: linear-gradient(135deg, rgb(19, 121, 0) 0%, rgb(8, 43, 1) 100%);
}

.has-transparent-dark-green-to-dark-green-gradient-background {
  background: linear-gradient(90deg, rgba(11, 72, 0, 0) 0%, rgb(11, 72, 0) 100%);
}

/************ END CUSTOM COLORS *************/
/************ BEGIN SEARCH *************/
.g1-searchbox #searchform {
  margin-bottom: 0;
  padding: 10px 0;
  display: none;
  position: absolute;
}

.g1-searchbox__switch .g1-searchbox__arrow {
  width: 0;
  height: 0;
  margin-top: -12px;
  display: none;
  position: absolute;
  left: 10px;
  top: 100%;
  content: "";
  border-style: solid;
  border-width: 6px;
  border-top-color: transparent !important;
  border-right-color: transparent !important;
  border-left-color: transparent !important;
}

.cssanimations .g1-searchbox .g1-searchbox__arrow, .cssanimations .g1-searchbox #searchform, .g1-searchbox #searchform {
  visibility: hidden;
}

.cssanimations .g1-searchbox .g1-searchbox__switch strong::after, .g1-searchbox .g1-searchbox__switch strong::after {
  display: block;
  opacity: 0;
  -moz-transition: opacity 0.175s ease-in-out;
  -o-transition: opacity 0.175s ease-in-out;
  -webkit-transition: opacity 0.175s ease-in-out;
  transition: opacity 0.175s ease-in-out;
}

.g1-searchbox, .gtranslate_wrapper {
  height: 100%;
  margin: 0;
  padding: 0;
}

.g1-searchbox {
  margin-right: 0px;
}

.g1-searchbox__switch {
  width: 100%;
}

.g1-searchbox__switch strong::after {
  display: none;
  background-image: url("/wp-content/uploads/2024/03/search.svg");
  background-size: contain; /* Adjust as needed */
  background-repeat: no-repeat;
}

.g1-searchbox__switch strong::after {
  position: absolute;
  left: 30%;
  /*top: 50%;*/
  background-image: url("/wp-content/uploads/2024/03/search.svg");
  background-size: contain;
  background-repeat: no-repeat;
}

.g1-searchbox__switch strong::before {
  content: "";
  display: inline-block;
  width: 22px;
  height: 22px;
  background-image: url("/wp-content/uploads/2024/03/search.svg");
  background-size: contain;
  background-repeat: no-repeat;
  margin: auto;
  transition: filter 0.3s; /* Add transition for the filter property */
  filter: hue-rotate(0deg); /* Initial state (green color) */
}

.g1-searchbox__switch:hover strong::before {
  filter: hue-rotate(250deg);
}

.cssanimations .g1-searchbox .g1-searchbox__switch strong::before, .g1-searchbox .g1-searchbox__switch strong::before {
  display: block;
  opacity: 1;
  -moz-transition: opacity 0.175s ease-in-out 0.175s;
  -o-transition: opacity 0.175s ease-in-out 0.175s;
  -webkit-transition: opacity 0.175s ease-in-out;
  -webkit-transition-delay: 0.175s;
  transition: opacity 0.175s ease-in-out 0.175s;
}

.g1-searchbox__switch strong {
  height: 100%;
  display: block;
  position: relative;
  font-weight: 400;
}

.g1-searchbox #searchform, #searchform {
  background-color: #137900;
  z-index: 2000;
  top: 0px;
  border-bottom: solid 1px #C3E53E;
  box-shadow: 0 8px 10px rgba(0, 0, 0, 0.2);
}

.cssanimations .g1-searchbox .g1-searchbox__arrow, .cssanimations .g1-searchbox #searchform, form#searchform {
  display: block;
  visibility: hidden;
  opacity: 0;
  -moz-transform: translate(0px, 40px);
  -ms-transform: translate(0px, 40px);
  -webkit-transform: translate(0px, 40px);
  transform: translate(0px, 40px);
  -moz-transition: visibility 0s 0.35s, opacity 0.35s ease-in-out, -moz-transform 0.35s ease-in-out;
  -o-transition: visibility 0s 0.35s, opacity 0.35s ease-in-out, -o-transform 0.35s ease-in-out;
  -webkit-transition: visibility 0s, opacity 0.35s ease-in-out, -webkit-transform 0.35s ease-in-out;
  -webkit-transition-delay: 0.35s, 0s, 0s;
  transition: visibility 0s 0.35s, opacity 0.35s ease-in-out, transform 0.35s ease-in-out;
}

.cssanimations .g1-searchbox--on .g1-searchbox__arrow, .cssanimations .g1-searchbox--on #searchform, .g1-searchbox--on #searchform {
  display: block;
  visibility: visible;
  opacity: 1;
  -moz-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  -webkit-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
  -moz-transition: opacity 0.35s ease-in-out, -moz-transform 0.35s ease-in-out;
  -o-transition: opacity 0.35s ease-in-out, -o-transform 0.35s ease-in-out;
  -webkit-transition: opacity 0.35s ease-in-out, -webkit-transform 0.35s ease-in-out;
  transition: opacity 0.35s ease-in-out, transform 0.35s ease-in-out;
}

.g1-searchbox--standard #searchform {
  margin-top: -1px;
  margin-left: auto;
  right: 0;
}

#searchform {
  margin-bottom: 1.5em;
  clear: both;
  position: relative;
}

.g1-searchbox--standard #searchform .g1-outer {
  /* width: 94.53125%; */
  margin-left: auto;
  margin-right: auto;
  padding: 40px 2.5%;
}

#searchform .g1-outer, #searchform .g1-inner {
  position: relative;
}

.g1-searchbox--wide-narrow #searchform .g1-inner, .g1-searchbox--semi-narrow #searchform .g1-inner, .g1-searchbox--standard-narrow #searchform .g1-inner {
  max-width: 85%;
}

.g1-searchbox--standard #searchform .g1-inner {
  width: 85%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

#searchform .g1-outer, #searchform .g1-inner {
  position: relative;
}

.g1-searchbox--standard #s {
  padding: 8px 20px;
  font-size: 36px;
  border-width: 2px;
}

.g1-searchbox--standard #searchform .g1-form-actions::before {
  content: "";
  display: inline-block;
  width: 40px;
  height: 40px;
  background-image: url("/wp-content/uploads/2024/03/search.svg");
  background-size: contain;
  background-repeat: no-repeat;
  margin: auto;
  transition: filter 0.3s; /* Add transition for the filter property */
  filter: hue-rotate(0deg); /* Initial state (green color) */
  margin-top: -20px;
}

.g1-searchbox--standard #searchform .g1-form-actions:hover::before {
  filter: hue-rotate(250deg);
}

#searchform .g1-form-actions::before {
  width: 100%;
  height: 14px;
  margin-top: -7px;
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  z-index: 1;
  text-align: center;
  content: "";
  -webkit-font-smoothing: antialiased;
  background-image: url("/wp-content/uploads/2024/03/search.svg");
  background-size: contain; /* Adjust as needed */
  background-repeat: no-repeat;
}

.g1-searchbox--standard #searchform .g1-form-actions {
  width: 60px;
}

#searchform .g1-form-actions {
  width: 30px;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
}

#searchsubmit {
  width: 100%;
  height: 100%;
  border-width: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
  cursor: pointer;
  text-indent: -999px;
  overflow: hidden;
  background: 0 0;
}

input::placeholder, textarea::placeholder {
  color: #137900;
  opacity: 1;
  font-family: AvenirBook;
}

.g1-searchbox input {
  font-family: AvenirBook;
  font-weight: 700;
}

.g1-searchbox #s {
  border-color: #fff;
  color: #fff;
}

.g1-header .g1-searchbox #s {
  color: #fff;
}

.g1-searchbox--standard #s {
  padding: 8px 20px;
  font-size: 36px;
  border-width: 2px;
}

.g1-searchbox #s {
  background-color: transparent;
}

#s {
  width: 100%;
  padding-right: 36px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

:where(.wp-block-search__button-inside .wp-block-search__inside-wrapper) {
  border: 0;
  padding: 0;
}

.close-search {
  width: 40px;
  height: 40px;
  background-image: url("/wp-content/uploads/2024/03/close.svg");
  background-size: contain;
  background-repeat: no-repeat;
  display: block;
  right: 40px;
  position: fixed;
  top: 66px;
  cursor: pointer;
  filter: hue-rotate(0deg);
}

.close-search:hover {
  filter: hue-rotate(250deg);
}

.close-search:focus {
  outline: 4px solid #c4e53e;
}

.sr-only {
  visibility: hidden;
}

@media screen and (max-width: 1024px) {
  .g1-searchbox, .gtranslate_wrapper {
    /* display: flex;
    justify-content: center;
    align-items: center;
    height: 100%; */
  }
  .g1-searchbox__switch strong::before {
    top: 0;
    position: absolute;
    margin: 0 14px;
  }
}
/************ END SEARCH *************/
/* laptop styles */
/* Tablet styles */
@media screen and (max-width: 1024px) {
  .main-menu-footer-container {
    margin-left: 25%;
  }
}
/* Large mobile styles */
@media screen and (max-width: 768px) {
  .main-menu-footer-container {
    margin-left: 0%;
  }
  .close-search {
    right: 20px;
  }
  .site-info {
    display: block;
  }
  .site-info .utility-container {
    width: 100%;
  }
  .site-info .colophon-details {
    width: 100%;
    padding-top: 20px;
  }
}
/* Medium/small mobile styles */
@media screen and (max-width: 600px) {
  .g1-searchbox--standard #searchform {
    display: block;
    top: 50px;
    position: absolute;
    width: 100%;
    margin: 0;
    padding: 0px;
    transition: all 0.25s ease-in-out;
    overflow-y: auto;
    height: calc(100vh - 50px);
    position: fixed;
  }
  .close-search {
    right: 45px;
    top: 145px;
  }
  .g1-searchbox--standard #searchform .g1-inner {
    width: 90%;
  }
  .g1-searchbox--wide-narrow #searchform .g1-inner, .g1-searchbox--semi-narrow #searchform .g1-inner, .g1-searchbox--standard-narrow #searchform .g1-inner {
    max-width: 90%;
  }
}
hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

ul,
ol {
  margin: 0 0 1em 1em;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

li {
  /* margin: 5px 0; */
}

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: #137900;
}
a:visited {
  color: #137900;
}
a:hover, a:focus, a:active {
  color: #082900;
}
a:focus {
  outline: 2px dotted #0000cd;
}
a:hover, a:active {
  outline: 0;
}

/* Forms
--------------------------------------------- */
button,
input[type=button],
input[type=reset],
input[type=submit] {
  border: 1px solid;
  border-color: #137900;
  border-radius: 20px;
  background: #fff;
  color: #137900;
  line-height: 1;
  padding: 13px 25px 10px 25px;
  text-transform: uppercase;
  transition: all 0.25s ease-in-out;
}
button:hover,
input[type=button]:hover,
input[type=reset]:hover,
input[type=submit]:hover {
  border-color: #C3E53E;
  background: #137900;
  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: #C3E53E;
}

.testimonial-controls button:hover {
  background: unset !important;
}

.ghostkit-button-text {
  padding-top: 2px;
}

.translate {
  /* padding: 0 20px; */
  align-items: center;
  display: flex;
  height: 100%;
}
.translate .gtranslate_wrapper {
  display: flex;
}
.translate .gtranslate_wrapper select {
  border: 0;
  padding: 0 20px;
  background-color: #e9e9ed;
}

.search-site {
  align-items: center;
  display: flex;
  height: 100%;
  padding: 0 20px;
}
.search-site:focus {
  outline: 2px dotted #00bfff;
}

.search-site svg {
  fill: #fff;
  margin: 0;
  text-decoration: none;
  display: flex;
  align-items: center;
  height: 20px;
  width: 20px;
}
.search-site svg:visited {
  color: #fff;
}

.donate {
  background-color: #000;
  color: #fff;
  height: 100%;
  border: 0px solid;
  border-radius: 0px;
  margin: 0;
  padding: 0 20px;
  text-decoration: none;
  display: flex;
  align-items: center;
  transition: all 0.25s ease-in-out;
}
.donate:visited, .donate:active {
  color: #fff;
}
.donate:hover, .donate:focus {
  color: #137900;
  background-color: #f6f6f6;
}

.donate::before {
  content: "";
  display: inline-block;
  width: 19px;
  height: 21px;
  background-image: url("data:image/svg+xml;utf8,%3Csvg id%3D%22heart%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 width%3D%2223.826%22 height%3D%2223.826%22 viewBox%3D%220 0 23.826 23.826%22%3E%20%3Cpath fill%3D%22%23FFF2C1%22 d%3D%22M97.771%2C4.408a4.408%2C4.408%2C0%2C0%2C0-8.119-2.379%2C4.408%2C4.408%2C0%2C0%2C0-8.119%2C2.379c0%2C2.957%2C1.991%2C5.958%2C8.119%2C10.323%2C6.128-4.365%2C8.119-7.365%2C8.119-10.323Z%22 transform%3D%22translate(-77.739)%22%2F%3E%20%3Cpath fill%3D%22%23D7E896%22 d%3D%22M281.221%2C267.632a1.4%2C1.4%2C0%2C0%2C0-1.4%2C1.4v3.257a1.4%2C1.4%2C0%2C0%2C1-.409.987l-3.023%2C3.023-.987-.987%2C2.439-2.439a1.4%2C1.4%2C0%2C0%2C0%2C0-1.974l-.616-.616-3.814%2C3.814A3.291%2C3.291%2C0%2C0%2C0%2C271.356%2C279h5.536l3.981-3.981a4.188%2C4.188%2C0%2C0%2C0%2C1.227-2.962v-4.43Z%22 transform%3D%22translate(-258.273 -255.178)%22%2F%3E%20%3Cpath fill%3D%22%23D7E896%22 d%3D%22M8.684%2C274.091%2C4.87%2C270.277l-.616.616a1.4%2C1.4%2C0%2C0%2C0%2C0%2C1.974l2.439%2C2.439-.987.987-3.023-3.023a1.4%2C1.4%2C0%2C0%2C1-.409-.987v-3.257a1.4%2C1.4%2C0%2C0%2C0-1.4-1.4H0v4.43a4.188%2C4.188%2C0%2C0%2C0%2C1.227%2C2.962L5.207%2C279h5.536a3.291%2C3.291%2C0%2C0%2C0-2.059-4.912Z%22 transform%3D%22translate(0 -255.177)%22%2F%3E%20%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-size: contain;
  margin-right: 8px;
  vertical-align: middle;
  transition: all 0.25s ease-in-out;
}

.donate:hover::before,
.donate:focus::before {
  background-image: url("data:image/svg+xml;utf8,%3Csvg id%3D%22heart%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 width%3D%2223.826%22 height%3D%2223.826%22 viewBox%3D%220 0 23.826 23.826%22%3E%20%3Cpath fill%3D%22%23137900%22 d%3D%22M97.771%2C4.408a4.408%2C4.408%2C0%2C0%2C0-8.119-2.379%2C4.408%2C4.408%2C0%2C0%2C0-8.119%2C2.379c0%2C2.957%2C1.991%2C5.958%2C8.119%2C10.323%2C6.128-4.365%2C8.119-7.365%2C8.119-10.323Z%22 transform%3D%22translate(-77.739)%22%2F%3E%20%3Cpath fill%3D%22%238E8E8E%22 d%3D%22M281.221%2C267.632a1.4%2C1.4%2C0%2C0%2C0-1.4%2C1.4v3.257a1.4%2C1.4%2C0%2C0%2C1-.409.987l-3.023%2C3.023-.987-.987%2C2.439-2.439a1.4%2C1.4%2C0%2C0%2C0%2C0-1.974l-.616-.616-3.814%2C3.814A3.291%2C3.291%2C0%2C0%2C0%2C271.356%2C279h5.536l3.981-3.981a4.188%2C4.188%2C0%2C0%2C0%2C1.227-2.962v-4.43Z%22 transform%3D%22translate(-258.273 -255.178)%22%2F%3E%20%3Cpath fill%3D%22%238E8E8E%22 d%3D%22M8.684%2C274.091%2C4.87%2C270.277l-.616.616a1.4%2C1.4%2C0%2C0%2C0%2C0%2C1.974l2.439%2C2.439-.987.987-3.023-3.023a1.4%2C1.4%2C0%2C0%2C1-.409-.987v-3.257a1.4%2C1.4%2C0%2C0%2C0-1.4-1.4H0v4.43a4.188%2C4.188%2C0%2C0%2C0%2C1.227%2C2.962L5.207%2C279h5.536a3.291%2C3.291%2C0%2C0%2C0-2.059-4.912Z%22 transform%3D%22translate(0 -255.177)%22%2F%3E%20%3C%2Fsvg%3E");
}

.member-login {
  color: #454545;
  background-color: #C3E53E;
  height: 100%;
  border: 0px solid;
  border-radius: 0px;
  margin: 0;
  padding: 0 20px;
  text-decoration: none;
  display: flex;
  align-items: center;
  transition: all 0.25s ease-in-out;
  line-height: 1em;
}
.member-login:visited {
  color: #454545;
}
.member-login:hover {
  color: #137900;
  background-color: #f6f6f6;
}

.member-login::before {
  content: "";
  display: inline-block;
  width: 25px; /* was 15px */
  height: 25px; /* was 19px */
  background-image: url("data:image/svg+xml;utf8,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 width=%2218%22 height=%2224%22 viewBox=%220 0 18 24%22%3E  %3Cpath id=%22padlock%22 d=%22M18.75,9H18V6A6,6,0,0,0,6,6V9H5.25A2.253,2.253,0,0,0,3,11.25v10.5A2.253,2.253,0,0,0,5.25,24h13.5A2.253,2.253,0,0,0,21,21.75V11.25A2.253,2.253,0,0,0,18.75,9ZM8,6a4,4,0,0,1,8,0V9H8Zm5,10.722V19a1,1,0,0,1-2,0V16.722a2,2,0,1,1,2,0Z%22 transform=%22translate(-3)%22 fill=%22%23454545%22/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
  margin-right: 8px;
  vertical-align: middle;
  transition: all 0.25s ease-in-out;
}

.member-login:hover::before {
  background-image: url("data:image/svg+xml;utf8,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 width=%2218%22 height=%2224%22 viewBox=%220 0 18 24%22%3E  %3Cpath id=%22padlock%22 d=%22M18.75,9H18V6A6,6,0,0,0,6,6V9H5.25A2.253,2.253,0,0,0,3,11.25v10.5A2.253,2.253,0,0,0,5.25,24h13.5A2.253,2.253,0,0,0,21,21.75V11.25A2.253,2.253,0,0,0,18.75,9ZM8,6a4,4,0,0,1,8,0V9H8Zm5,10.722V19a1,1,0,0,1-2,0V16.722a2,2,0,1,1,2,0Z%22 transform=%22translate(-3)%22 fill=%22%23137900%22/%3E%3C/svg%3E");
}

.become-member {
  color: #454545;
  background-color: #F5FFD0;
  /* color: #fff;
  background-color: $color__darkgray; */
  height: 100%;
  border: 0px solid;
  border-radius: 0px;
  margin: 0;
  padding: 0 20px;
  text-decoration: none;
  display: flex;
  align-items: center;
  transition: all 0.25s ease-in-out;
  line-height: 1em;
}
.become-member:visited {
  color: #454545;
}
.become-member:hover {
  color: #137900;
  background-color: #f6f6f6;
}

.become-member::before {
  content: "";
  display: inline-block;
  width: 44px; /* 27px */
  height: 25px; /* 19px */
  background-image: url("data:image/svg+xml;utf8,%3Csvg id=%22team%22 xmlns=%22http://www.w3.org/2000/svg%22 width=%2227.32%22 height=%2219.209%22 viewBox=%220 0 27.32 19.209%22%3E  %3Cpath id=%22Path_5319%22 data-name=%22Path 5319%22 d=%22M163.7,202.5a5.208,5.208,0,0,0-5.2,5.2v3.2h10.4v-3.2A5.208,5.208,0,0,0,163.7,202.5Zm0,0%22 transform=%22translate(-150.043 -191.695)%22 fill=%22%23137900%22/%3E  %3Cpath id=%22Path_5320%22 data-name=%22Path 5320%22 d=%22M195.7,71.1a3.6,3.6,0,1,0-3.6,3.6A3.606,3.606,0,0,0,195.7,71.1Zm0,0%22 transform=%22translate(-178.442 -63.898)%22 fill=%22%23137900%22/%3E  %3Cpath id=%22Path_5321%22 data-name=%22Path 5321%22 d=%22M38.2,3.6a3.6,3.6,0,1,0-3.6,3.6A3.606,3.606,0,0,0,38.2,3.6Zm0,0%22 transform=%22translate(-29.346)%22 fill=%22%23819E00%22/%3E  %3Cpath id=%22Path_5322%22 data-name=%22Path 5322%22 d=%22M329.349,135a5.2,5.2,0,0,0-4.743,3.088,6.791,6.791,0,0,1,3.143,5.716H334.6v-3.6A5.254,5.254,0,0,0,329.349,135Zm0,0%22 transform=%22translate(-307.285 -127.797)%22 fill=%22%23819E00%22/%3E  %3Cpath id=%22Path_5323%22 data-name=%22Path 5323%22 d=%22M353.2,3.6a3.6,3.6,0,1,0-3.6,3.6A3.606,3.606,0,0,0,353.2,3.6Zm0,0%22 transform=%22translate(-327.538)%22 fill=%22%23819E00%22/%3E  %3Cpath id=%22Path_5324%22 data-name=%22Path 5324%22 d=%22M10,138.088A5.229,5.229,0,0,0,0,140.2v3.6H6.857A6.791,6.791,0,0,1,10,138.088Zm0,0%22 transform=%22translate(0 -127.797)%22 fill=%22%23819E00%22/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
  margin-right: 8px; /* Adjust the space between the icon and the text */
  vertical-align: middle; /* Aligns the icon with the text */
}

.become-member:hover::before {
  background-image: url("data:image/svg+xml;utf8,%3Csvg id=%22team%22 xmlns=%22http://www.w3.org/2000/svg%22 width=%2227.32%22 height=%2219.209%22 viewBox=%220 0 27.32 19.209%22%3E  %3Cpath id=%22Path_5319%22 data-name=%22Path 5319%22 d=%22M163.7,202.5a5.208,5.208,0,0,0-5.2,5.2v3.2h10.4v-3.2A5.208,5.208,0,0,0,163.7,202.5Zm0,0%22 transform=%22translate(-150.043 -191.695)%22 fill=%22%23137900%22/%3E  %3Cpath id=%22Path_5320%22 data-name=%22Path 5320%22 d=%22M195.7,71.1a3.6,3.6,0,1,0-3.6,3.6A3.606,3.606,0,0,0,195.7,71.1Zm0,0%22 transform=%22translate(-178.442 -63.898)%22 fill=%22%23137900%22/%3E  %3Cpath id=%22Path_5321%22 data-name=%22Path 5321%22 d=%22M38.2,3.6a3.6,3.6,0,1,0-3.6,3.6A3.606,3.606,0,0,0,38.2,3.6Zm0,0%22 transform=%22translate(-29.346)%22 fill=%22%238E8E8E%22/%3E  %3Cpath id=%22Path_5322%22 data-name=%22Path 5322%22 d=%22M329.349,135a5.2,5.2,0,0,0-4.743,3.088,6.791,6.791,0,0,1,3.143,5.716H334.6v-3.6A5.254,5.254,0,0,0,329.349,135Zm0,0%22 transform=%22translate(-307.285 -127.797)%22 fill=%22%238E8E8E%22/%3E  %3Cpath id=%22Path_5323%22 data-name=%22Path 5323%22 d=%22M353.2,3.6a3.6,3.6,0,1,0-3.6,3.6A3.606,3.606,0,0,0,353.2,3.6Zm0,0%22 transform=%22translate(-327.538)%22 fill=%22%238E8E8E%22/%3E  %3Cpath id=%22Path_5324%22 data-name=%22Path 5324%22 d=%22M10,138.088A5.229,5.229,0,0,0,0,140.2v3.6H6.857A6.791,6.791,0,0,1,10,138.088Zm0,0%22 transform=%22translate(0 -127.797)%22 fill=%22%238E8E8E%22/%3E%3C/svg%3E");
}

/* laptop styles */
/* Tablet styles */
/* Large mobile styles */
/* Medium/small mobile styles */
@media screen and (max-width: 600px) {
  .become-member, .member-login, .donate {
    padding: 0 10px;
  }
  .mobile-utility-footer {
    list-style: none;
    margin: 0;
    padding: 0 0 40px 0px;
  }
  .mobile-utility-footer li {
    padding: 30px 0 0 20px;
  }
  .translate .gtranslate_wrapper select {
    padding: 10px;
  }
}
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: #000;
  border: 1px solid #082900;
  border-radius: 30px;
  padding: 10px;
}
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: #082900;
}

select {
  border: 1px solid #082900;
}

textarea {
  width: 100%;
}

.star-required {
  color: red;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
/* Navigation
--------------------------------------------- */
.main-navigation {
  display: block;
  height: 100%;
  align-items: end;
  display: flex;
  justify-content: space-between;
}
.main-navigation .menu-primary-container, .main-navigation .menu-primary-members-container {
  height: 100%;
}
.main-navigation ul {
  display: flex;
  list-style: none;
  margin: 0;
  padding-left: 0;
  height: 100%;
}
.main-navigation ul ul {
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.2);
  float: left;
  position: absolute;
  top: 100%;
  left: -999em;
  z-index: 99999;
  background-color: #ECF7B7;
  border-radius: 0 0 50px 50px;
  padding: 20px;
}
.main-navigation ul ul ul {
  left: -999em;
  top: 0;
}
.main-navigation ul ul li:hover > ul, .main-navigation ul ul li.focus > ul {
  display: block;
  left: auto;
}
.main-navigation ul ul a {
  width: 200px;
}
.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
  left: auto;
}
.main-navigation li {
  position: relative;
  height: 100%;
  text-align: right;
}
.main-navigation li a {
  height: 100%;
  padding: 0 15px;
  display: flex;
  align-items: center;
}
.main-navigation li:hover, .main-navigation li.focus, .main-navigation li.current-menu-item {
  color: #454545;
  background-color: #ECF7B7;
}
.main-navigation li:hover a, .main-navigation li.focus a, .main-navigation li.current-menu-item a {
  color: #454545;
}
.main-navigation li:hover > a, .main-navigation li.focus > a {
  color: #454545;
}
.main-navigation a {
  display: block;
  text-decoration: none;
}
ul#primary-menu > li > a {
  text-align: right;
}

ul.topbar-menu {
  list-style: none;
  display: flex;
  margin: 0;
  height: 100%;
}

.main-navigation .menu-item-has-children a::after {
  content: "";
  display: inline-block;
  width: 16px;
  height: 11px;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxOC43MyIgaGVpZ2h0PSIxMC4xNDUiIHZpZXdCb3g9IjAgMCAxOC43MyAxMC4xNDUiPgogICAgPHBhdGggaWQ9IlBhdGhfNTQ2MiIgZGF0YS1uYW1lPSJQYXRoIDU0NjIiIGQ9Ik0xOC41LjIyOWEuNzguNzgsMCwwLDAtMS4xLDBMOS4zNjUsOC4yNjIsMS4zMzMuMjI5YS43OC43OCwwLDAsMC0xLjEsMS4xTDguODEzLDkuOTE3YS43OC43OCwwLDAsMCwxLjEsMEwxOC41LDEuMzMzYS43OC43OCwwLDAsMCwwLTEuMSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMCAwKSIgZmlsbD0iIzU5NTk1OSIvPgo8L3N2Zz4=");
  background-size: contain;
  background-repeat: no-repeat;
  transition: transform 0.3s ease-in-out;
  transform-origin: 8px 4px;
  margin: 5px 0 0 5px;
}

.main-navigation .menu-item-has-children:hover a::after {
  transform: rotate(180deg);
}

ul.sub-menu {
  display: table !important;
  text-align: center;
  font-family: "AvenirBlack";
}

ul.sub-menu li {
  margin-bottom: 20px;
  text-align: left;
}
ul.sub-menu li a::after {
  background-image: unset !important;
  width: unset !important;
  height: unset !important;
  margin: unset !important;
}

/*
 .menu-item:last-child .sub-menu {
    left: auto;
    right: 0;
    }
*/
.main-navigation ul li:last-child:hover > ul,
.main-navigation ul li:last-child.focus > ul {
  right: 0;
}

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

.menu-toggle:hover svg rect {
  fill: #819E00;
}

@media screen and (min-width: 37.5em) {
  .menu-toggle {
    display: none;
  }
  /*
  	.main-navigation ul {
  		display: flex;
  	}
   */
}
.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 30px 0 0 0;
}
.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%;
  padding: 70px 50px;
  background-color: #ECF7B7;
  /* text-align: right; */
}
.comment-navigation .nav-previous a,
.posts-navigation .nav-previous a,
.post-navigation .nav-previous a {
  display: inline-grid;
}
.comment-navigation .nav-previous a .nav-subtitle,
.posts-navigation .nav-previous a .nav-subtitle,
.post-navigation .nav-previous a .nav-subtitle {
  font-size: 0.85em;
}
.comment-navigation .nav-previous a .nav-title,
.posts-navigation .nav-previous a .nav-title,
.post-navigation .nav-previous a .nav-title {
  font-family: AvenirBlack;
}
.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  text-align: end;
  flex: 1 0 50%;
  padding: 70px 40px;
  background-color: #ECF7B7;
  /* text-align: left; */
}
.comment-navigation .nav-next a,
.posts-navigation .nav-next a,
.post-navigation .nav-next a {
  display: inline-grid;
}
.comment-navigation .nav-next a .nav-subtitle,
.posts-navigation .nav-next a .nav-subtitle,
.post-navigation .nav-next a .nav-subtitle {
  font-size: 0.85em;
}
.comment-navigation .nav-next a .nav-title,
.posts-navigation .nav-next a .nav-title,
.post-navigation .nav-next a .nav-title {
  font-family: AvenirBlack;
}

ul.main-menu-footer {
  list-style: none;
  margin: 0;
  padding: 0;
}
ul.main-menu-footer li {
  margin-bottom: 15px;
  font-weight: bolder;
}
ul.main-menu-footer li a {
  border-bottom: 1px solid #C3E53E;
  text-decoration: none;
  color: #C3E53E;
  transition: all 0.25s ease-in-out;
}
ul.main-menu-footer li a:hover {
  color: #fff;
  border-bottom: 1px solid #fff;
}

ul.utility-menu-footer {
  list-style: none;
  display: flex;
  margin: 0;
  padding: 0;
}
ul.utility-menu-footer li {
  margin-right: 20px;
}
ul.utility-menu-footer li a {
  border-bottom: 1px solid #C3E53E;
  text-decoration: none;
  color: #C3E53E;
  transition: all 0.25s ease-in-out;
}
ul.utility-menu-footer li a:hover {
  color: #fff;
  border-bottom: 1px solid #fff;
}

#mobile-site-navigation {
  display: none;
  transition: all 0.25s ease-in-out;
}

.mobile-utility-footer {
  display: none;
}

/* laptop styles */
/* Tablet styles */
@media screen and (max-width: 1199px) {
  .main-menu-footer-container {
    margin-left: 25%;
  }
}
/* Large mobile styles */
@media screen and (max-width: 991px) {
  .main-menu-footer-container {
    margin-left: 0%;
  }
}
@media screen and (max-width: 900px) {
  body.no-scroll {
    overflow: hidden;
    position: fixed;
    width: 100%;
    height: 100%;
  }
  .menu-primary-container {
    display: none;
  }
  .menu-mobile-container {
    display: block;
  }
  .main-navigation ul {
    display: none;
  }
  ul.mobile-menu {
    display: block;
    padding: 0 0 30px;
    margin: 0;
    list-style: none;
    text-align: left;
  }
  ul.mobile-menu li {
    padding: 20px 0 0 20px;
    margin: 0;
    list-style: none;
    text-align: left;
  }
  ul.mobile-menu li a {
    text-decoration: none;
  }
  ul.mobile-menu li ul {
    padding: 0;
    margin: 0;
    font-family: AvenirBook;
  }
  ul.mobile-menu li ul li a {
    text-decoration: none;
  }
  #mobile-site-navigation {
    display: none;
    top: 120px;
    position: absolute;
    height: 100vh;
    width: 100%;
    left: -110vw;
    margin: 0;
    padding: 0px;
    background-color: #fff;
    transition: all 0.25s ease-in-out;
    overflow-y: auto;
    height: calc(100vh - 120px);
    position: fixed;
  }
  #mobile-site-navigation.menu-open {
    display: block;
    left: 0;
  }
  .menu-toggle {
    display: block;
  }
  .main-navigation.toggled ul {
    display: none;
    opacity: 1;
    top: 115px;
    transition: all 0.5s ease;
  }
  .main-navigation.toggled ul li {
    opacity: 1;
    transition: all 0.5s ease;
  }
  .menu-icon {
    width: 30px;
    height: auto;
    fill: #137900;
    float: right;
  }
  .main-navigation button svg #hbm-nav-1,
  .main-navigation button svg #hbm-nav-2,
  .main-navigation button svg #hbm-nav-3,
  .main-navigation button svg #hbm-nav-4 {
    position: absolute;
    height: 8px;
    background-color: #137900;
    transition: all 0.3s ease-in-out;
  }
  .main-navigation button svg #hbm-nav-1 {
    width: 100px;
    transform: translateX(0px);
  }
  .main-navigation button svg #hbm-nav-2 {
    width: 75px;
    transform: translateX(0px);
  }
  .main-navigation button svg #hbm-nav-3 {
    width: 50px;
    transform: translateX(0px);
  }
  .main-navigation button svg #hbm-nav-4 {
    width: 25px;
    transform: translateX(0px);
  }
  .main-navigation.toggled button svg #hbm-nav-1 {
    width: 25px;
    transform: translateX(75px);
    fill: #137900;
  }
  .main-navigation.toggled button svg #hbm-nav-2 {
    width: 50px;
    transform: translateX(25px);
    fill: #137900;
  }
  .main-navigation.toggled button svg #hbm-nav-3 {
    width: 75px;
    transform: translateX(-25px);
    fill: #137900;
  }
  .main-navigation.toggled button svg #hbm-nav-4 {
    width: 100px;
    transform: translateX(-75px);
    fill: #137900;
  }
  main#primary.site-main {
    transition: transform 0.3s ease;
  }
  main#primary.site-main {
    transform: translateY(0);
    transition: all 0.5s ease;
  }
  main#primary.site-main.menu-open {
    /* transform: translateY(70px); */
  }
  .menu-toggle {
    background-color: #fff;
    border: unset !important;
    float: right;
    z-index: 10;
    position: absolute;
    top: 65px;
    height: 40px;
    margin: 0;
    padding: 0;
    right: 20px;
  }
  .main-navigation-bottom {
    display: none;
  }
  .main-navigation .current_page_item > a,
  .main-navigation .current-menu-item > a,
  .main-navigation .current_page_ancestor > a,
  .main-navigation .current-menu-ancestor > a {
    transform: translateX(0px);
  }
  .main-navigation a:hover, .main-navigation a:focus {
    transform: translateX(0px);
  }
}
/* use for top bar reflow */
@media screen and (max-width: 600px) {
  .topbar-menu {
    display: flex;
    justify-content: end;
    width: 100%;
    padding: 0;
    list-style: none;
  }
  .search-top-container, .translate-container {
    display: none;
  }
  .mobile-utility-footer {
    display: block;
    border-top: 4px dotted #C3E53E;
  }
}
@media screen and (max-width: 600px) {
  ul.utility-menu-footer {
    display: block;
  }
  ul.utility-menu-footer li {
    margin-bottom: 20px;
  }
  .site-info {
    display: block;
  }
  .site-info .colophon-details .copyright {
    display: block;
    margin-bottom: 20px;
    margin-right: 10px;
  }
  .site-footer .site-footerlogo .site-footer-logo {
    margin: 0 auto;
    width: 100%;
  }
  .site-footer .site-footerlogo .footer-logo-border {
    border-bottom: 0;
  }
  .site-footer .site-footercontent {
    padding: 20px 0 0 0;
  }
  .site-footer .site-footercontent .iabc-mission p {
    margin: 0;
    padding: 0;
  }
}
/* Posts and pages
--------------------------------------------- */
.sticky {
  display: block;
}

.post,
.page {
  margin: 0;
}

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

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

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

.entry-header {
  margin-bottom: 40px;
}

.entry-title {
  position: absolute;
  top: 40%;
  transform: translate(0%, -40%);
  z-index: 2;
  padding: 0 20px 0 50px;
  margin: 0;
  color: #fff;
  font-size: 3em;
  background-color: rgba(255, 255, 255, 0) !important;
  line-height: 1.25em;
}

.posted-on {
  font-size: 0.85em;
  color: #137900;
}

.entry-meta {
  border-bottom: 4px dotted #C3E53E;
}

.search-article {
  border-bottom: 4px dotted #C3E53E;
}

.search-container {
  margin-bottom: 100px;
}

.entry-header.search-results {
  margin-top: 40px;
  margin-bottom: 0;
}

.search-results .entry-title {
  position: relative;
  top: 0%;
  transform: translate(0%, 0%);
  z-index: 1;
  padding: 0 0 0 0px;
  margin: 0 0 10px 0;
  font-size: 2em;
}
.search-results .entry-meta {
  border-bottom: unset;
}

.homepage-hero-tagline {
  top: 230px;
  position: absolute;
  z-index: 10;
  left: 10%;
}
.homepage-hero-tagline h1 {
  line-height: 3em;
  color: #fff;
  margin: 0 0 10px 0;
  padding: 0;
  line-height: 1em;
  font-size: 4em;
}
.homepage-hero-tagline p {
  font-size: 2em;
  line-height: 1.5em;
  color: #fff;
  margin: 0;
  padding: 0;
}

.benefits-box {
  padding: 30px;
  border-radius: 30px;
  background-color: #f4fbda;
}
.benefits-box h3 {
  font-size: 2.75em;
  font-family: "AccentFont";
  margin: 0;
  color: #137900;
  line-height: 0.5em;
  font-weight: normal;
  position: relative;
}

.iabc-requirements-list {
  color: #fff;
  padding: 0;
  margin: 0;
}
.iabc-requirements-list li {
  line-height: 1.75em;
  margin-bottom: 10px;
}

div.card-content, a.card-content {
  text-align: center;
  background: #137900;
}

.benefits-byline {
  font-size: 1.15em;
  font-weight: normal;
  font-family: AvenirBook;
  line-height: 1.5em;
  margin-bottom: 50px;
}

.bod h2 {
  font-size: 1.5em;
}

.sitemap-container {
  margin: 0 0 60px 0 !important;
}
.sitemap-container h2 {
  font-size: 2em;
}
.sitemap-container ul {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: left;
}
.sitemap-container ul li {
  margin-bottom: 10px;
}
.sitemap-container ul li ul.sub-menu li {
  margin-left: 30px;
  margin-top: 10px;
  font-family: AvenirBook;
  text-align: left;
}

/* laptop styles */
/* Tablet styles */
@media screen and (max-width: 900px) {
  .sitemap-container .menu-primary-container {
    display: block;
  }
}
/* Large mobile styles */
@media screen and (max-width: 768px) {
  .homepage-hero-tagline {
    top: 120px;
    left: 7%;
  }
  .homepage-hero-tagline h1 {
    font-size: 3em;
  }
}
/* Medium/small mobile styles */
@media screen and (max-width: 599px) {
  .homepage-hero-tagline {
    top: 70px;
    left: 6%;
  }
  .homepage-hero-tagline p {
    line-height: 1.25em;
  }
  .entry-title {
    padding: 0 0 0 20px;
    font-size: 2.5em;
    line-height: 1.15em;
  }
}
/* 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;
  margin: 10px 50px 0;
  width: 310px;
}

.img-with-border {
  position: relative;
  display: inline-block;
  width: 100%;
}

.img-with-border.frontpage .post-thumbnail {
  display: block;
  height: 550px;
  overflow: hidden;
}

.img-with-border .post-thumbnail {
  display: block;
  height: 250px;
  overflow: hidden;
  position: relative;
  z-index: 1;
}

.img-with-border .post-thumbnail::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to right, #0B4800, rgba(11, 72, 0, 0));
  z-index: 1;
}

.img-with-border.frontpage img {
  display: block;
  min-height: 550px;
  max-height: 550px;
  width: 100%;
  object-fit: cover;
}

.img-with-border img {
  display: block;
  min-height: 250px;
  max-height: 250px;
  width: 100%;
  object-fit: cover;
}

.img-with-border svg {
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  z-index: 1;
  height: unset;
}

/* Large mobile styles */
@media screen and (max-width: 767px) {
  .img-with-border .post-thumbnail::after {
    background: linear-gradient(to right, #0B4800, rgba(11, 72, 0, 0.3));
  }
}
/* use for top bar reflow */
@media screen and (max-width: 600px) {
  .custom-logo-link {
    margin: 10px 10px 0;
  }
  .custom-logo-link {
    width: 280px;
  }
  .img-with-border .post-thumbnail::after {
    background: linear-gradient(to right, #0B4800, rgba(11, 72, 0, 0.5));
  }
}
/* 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;
}

/* Members
--------------------------------------------- */
.pmpro_actions_nav {
  text-align: left;
}

.pmpro_member_directory_avatar {
  margin-bottom: 20px;
}

h2.pmpro_member_directory_display-name {
  font-size: 2em;
  margin-bottom: 20px;
}

.pmpro_member_directory_bio strong {
  display: none !important;
}

#pmpro_member_directory_subheading {
  display: none;
}

.pmpro_table {
  /* margin-top: 20px; */
}
.pmpro_table thead tr {
  text-align: left;
  background-color: #eeeeee;
}
.pmpro_table thead th {
  padding: 10px;
}
.pmpro_table td {
  padding: 10px;
  vertical-align: top;
}
.pmpro_table td p {
  margin: 0 !important;
}

#pmpro_account .pmpro_box h2 {
  padding: 0 0 20px 0;
}

.pmpro_account-profile ul {
  list-style: none;
  margin: 0 0 30px 0;
  padding: 0;
}
.pmpro_account-profile ul li {
  margin: 10px 0 0 0;
}

.pmpro_checkout-fields,
.pmpro_member_profile_edit-fields,
#pmpro_user_fields {
  display: flex;
  flex-wrap: wrap;
}

.field2col,
.pmpro_checkout-field,
.pmpro_member_profile_edit-field {
  flex-basis: 50%;
  box-sizing: border-box;
  padding: 0 20px 0 0;
}
.field2col input,
.pmpro_checkout-field input,
.pmpro_member_profile_edit-field input {
  width: 94%;
}

.field1col,
#pmpro_user_fields .pmpro_checkout-field-username {
  flex-basis: 100%;
}
.field1col input,
#pmpro_user_fields .pmpro_checkout-field-username input {
  width: 97%;
}

.gateway_check input,
#hide_directory {
  width: unset;
  margin-right: 10px;
}

#member-profile-edit h2 {
  margin: 40px 0 20px;
}

.pmpro_checkout-field-checkbox input,
.gateway_payflowpro input,
.gateway_paypalexpress input,
.pmpro_payment_information_fields input {
  width: unset;
}

#pmpro_pricing_fields .pmpro_checkout-fields {
  display: block;
}

.pmpro_checkout h2 span.pmpro_checkout-h2-msg {
  display: block;
  margin: 0 0 30px 0;
  line-height: 0.5em !important;
  font-size: 0.5em !important;
  font-family: "AvenirBook" !important;
  font-style: unset !important;
}

.pmpro_checkout hr {
  margin-top: 3em;
  width: 100%;
}

form.pmpro_form .pmpro_checkout-field-radio-item input[type=radio] {
  width: unset;
}

.pmpro_checkout-field-radio {
  padding-bottom: 10px;
}

form.pmpro_form .pmpro_checkout-fields .pmpro_checkout-field-radio-item {
  display: inline-block;
  display: -webkit-inline-box;
  padding-top: 10px;
}

form.pmpro_form input[type=text], form.pmpro_form input[type=password], form.pmpro_form input[type=email], form.pmpro_form input[type=number], form.pmpro_form textarea, form.pmpro_form select, #loginform input[type=text], #loginform input[type=password] {
  max-width: 94% !important;
}

.pmpro_member_directory-item p strong {
  display: none;
}

.pmpro_check_instructions {
  display: none;
}

#pmpro_payment_method span.gateway_paypalexpress {
  margin: 0 20px 0 0 !important;
}

.pmpro_content_message {
  font-family: "AvenirBook" !important;
}

.pmpro_btn, .pmpro_btn:link, .pmpro_content_message a, .pmpro_content_message a:link {
  background-color: #fff;
  background-image: none;
  border: 1px solid;
  border-color: #137900;
  border-radius: 20px;
  background: #fff;
  color: #137900;
  line-height: 1;
  padding: 13px 25px 10px 25px;
  text-transform: uppercase;
  transition: all 0.25s ease-in-out;
}

.pmpro_btn:hover, a.pmpro_btn:hover,
.entry-content a.pmpro_btn:hover,
.pmpro_btn:focus,
.pmpro_checkout .pmpro_btn:hover,
.pmpro_checkout .pmpro_btn:focus,
.pmpro_content_message a:focus,
.pmpro_content_message a:hover {
  border-color: #C3E53E;
  background: #137900;
  color: #fff;
}

form.pmpro_form .pmpro_checkout-field-radio-item label {
  margin-left: 5px;
  margin-right: 20px;
}

.pmpro_member_directory.pmpro_member_directory-3col {
  /* border-bottom: 4px dotted $color__border-button-hover; */
  padding: 30px 0;
}

.tribe-common .tribe-common-c-btn-border,
.tribe-common a.tribe-common-c-btn-border {
  color: #137900;
  font-family: "AvenirBook" !important;
  background-color: #fff;
  border: 1px solid #137900;
  border-radius: 30px;
}

.single-tribe_events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__list-item a,
.tribe-events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__list-item a {
  font-family: "AvenirBook" !important;
}

.single-tribe_events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button.tribe-events-c-subscribe-dropdown__button--active,
.single-tribe_events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button:focus,
.single-tribe_events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button:focus-within,
.single-tribe_events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button:hover,
.tribe-events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button.tribe-events-c-subscribe-dropdown__button--active,
.tribe-events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button:focus,
.tribe-events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button:focus-within,
.tribe-events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button:hover {
  background-color: #137900 !important;
}

form.pmpro_form #pmpro_processing_message {
  color: #bc0000;
}

.pmpro_member_profile .pmpro_member_directory_name {
  display: none;
}

.pmpro_member_directory_avatar {
  float: right;
  height: 0;
  width: 250px;
  margin-bottom: 0;
  justify-content: right;
  display: inline-grid;
}
.pmpro_member_directory_avatar img {
  width: 100%;
  height: auto;
}

.pmpro_member_profile .pmpro_member_directory_website {
  border-bottom: 4px dotted #C3E53E;
  padding-bottom: 25px;
}

.pmprorh_file_user_avatar_name {
  margin-bottom: 20px;
}

.pmpro_member_directory-item {
  background-color: #f8fce6;
  padding: 30px;
  border-radius: 30px;
}
.pmpro_member_directory-item h2 {
  font-size: 1.5em;
  margin-bottom: 15px;
}

/* laptop styles */
/* Tablet styles */
/* Large mobile styles */
/* Medium/small mobile styles */
@media screen and (max-width: 600px) {
  .pmpro_member_directory.pmpro_member_directory-3col {
    border-bottom: unset;
    padding: 50px 0;
  }
  .pmpro_member_directory.pmpro_member_directory-2col,
  .pmpro_member_directory.pmpro_member_directory-3col,
  .pmpro_member_directory.pmpro_member_directory-4col {
    grid-row-gap: 3rem;
  }
  .pmpro_member_profile h2 {
    padding-top: 30px;
  }
  .field2col,
  .pmpro_checkout-field,
  .pmpro_member_profile_edit-field {
    flex-basis: 100%;
  }
  .field2col input,
  .pmpro_checkout-field input,
  .pmpro_member_profile_edit-field input {
    width: 94%;
  }
  form.pmpro_form input[type=text].input,
  form.pmpro_form input[type=password].input,
  .pmpro_login_wrap form#loginform input[type=text].input,
  .pmpro_login_wrap form#loginform input[type=password].input {
    width: 94%;
  }
  form.pmpro_form .pmpro_checkout-field-radio-item label {
    display: block;
  }
  #pmpro_levels_table {
    width: 100%;
    border: 0;
  }
  #pmpro_levels_table thead {
    display: none;
  }
  #pmpro_levels_table tr {
    display: block;
    margin-bottom: 10px;
    border: 1px solid #ddd;
  }
  #pmpro_levels_table td,
  #pmpro_levels_table th {
    display: block;
    width: 100%;
    text-align: left;
  }
  #pmpro_levels_table td:before,
  #pmpro_levels_table th:before {
    content: attr(data-label);
    font-weight: bold;
    display: block;
  }
  .pmpro_btn {
    display: block;
    margin-top: 10px;
  }
  #pmpro_levels_table tbody th {
    font-weight: normal;
    padding: 10px;
    vertical-align: top;
  }
  .tribe-common-l-container {
    padding-top: 0;
  }
}
/* Forum
--------------------------------------------- */
#wpforo #wpforo-wrap select {
  color: #082900 !important;
}

#wpforo #wpforo-wrap .wpforo-profile .wpforo-profile-head, #wpforo #wpforo-wrap .wpforo-profile-wrap .wpforo-profile-head-bg {
  height: 110px !important;
  background-image: unset !important;
  box-shadow: unset !important;
}

#wpforo #wpforo-wrap .wpf-search i {
  color: #CACACA !important;
}

#wpforo #wpforo-wrap #wpforo-stat-body .wpf-stat-item .wpf-stat-label {
  color: #454545 !important;
}

#wpforo #wpforo-wrap .wpforo-profile-wrap .h-header .wpfy {
  background-color: unset !important;
}

#wpforo #wpforo-wrap .wpf-profile-section .wpf-statbox .wpf-statbox-title {
  color: #454545 !important;
}

#wpforo #wpforo-wrap .wpforo-profile-wrap .wpforo-profile-head {
  border: unset !important;
  padding: 0 !important;
}

#wpforo #wpforo-wrap .wpforo-profile-wrap .h-picture {
  float: left;
  padding: 0 0px 30px 65px;
}

#wpforo #wpforo-wrap a:link {
  text-decoration: underline !important;
}

#wpforo #wpforo-wrap #wpforo-menu {
  background-color: #454545 !important;
}

#wpforo #wpforo-wrap .wpf-author-nicename {
  color: #454545 !important;
}

#wpforo #wpforo-wrap table,
#wpforo #wpforo-wrap table tr,
#wpforo #wpforo-wrap table tr td,
#wpforo #wpforo-wrap table tr th {
  /* background-color: #e8e8e8 !important; */
}

#wpforo #wpforo-wrap a:visited {
  /* color: #137900 !important; */
}

#wpforo #wpforo-wrap .wpf-search input[type=text].wpf-search-field {
  color: #454545 !important;
}

/* Events
--------------------------------------------- */
header.tribe-events-header {
  display: none !important;
}

.tribe-common--breakpoint-medium.tribe-events .tribe-events-l-container {
  padding-top: 10px !important;
}

.tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-list__event-details {
  width: 100% !important;
}

.tribe-common--breakpoint-medium.tribe-common .tribe-common-h4--min-medium {
  font-size: 1.5em !important;
  line-height: 1.5em !important;
  font-family: AvenirBlack !important;
  color: #137900 !important;
}

.tribe-common a:not(.tribe-common-anchor--unstyle):active,
.tribe-common a:not(.tribe-common-anchor--unstyle):focus,
.tribe-common a:not(.tribe-common-anchor--unstyle):hover {
  color: #082900 !important;
  text-decoration: underline !important;
}

.tribe-common a:not(.tribe-common-anchor--unstyle),
.tribe-common a:not(.tribe-common-anchor--unstyle):visited {
  color: #137900 !important;
  text-decoration: underline !important;
}

.tribe-common .tribe-common-b2,
.tribe-common .tribe-common-h7,
.tribe-common .tribe-common-h8,
.tribe-events-schedule h2,
.tribe-events-event-meta {
  font-family: AvenirBook !important;
}

.tribe-embed a, .tribe-events-event-meta a, .tribe-events-single a {
  color: #137900 !important;
  /* text-decoration: underline !important; */
  font-family: AvenirBook !important;
}

.tribe-events-single-event-title {
  color: #137900;
  font-family: AvenirBlack !important;
  line-height: 1.1em !important;
}

.tribe-events .tribe-events-calendar-list__event-date-tag-datetime {
  height: 70px;
  width: 70px;
  background-color: #f5ffd0;
  border-radius: 35px;
  padding: 10px;
}

.tribe-events-event-meta.primary,
.tribe-events-event-meta.secondary,
.single-tribe_events .tribe-events .tribe-events-c-subscribe-dropdown__container,
.tribe-block__events-link .tribe-events .tribe-events-c-subscribe-dropdown__container {
  width: 100% !important;
}

.single-tribe_events .tribe-events-c-subscribe-dropdown__button, .tribe-block__events-link .tribe-events-c-subscribe-dropdown__button {
  width: auto !important;
}

#tribe-events-pg-template {
  padding: 0 !important;
}

.tribe-events-single .tribe-events-sub-nav {
  margin: 0 !important;
  padding: 0 !important;
}

.tribe-events-schedule {
  margin: 15px 0 !important;
}

.tribe-common .tribe-common-anchor-thin:active,
.tribe-common .tribe-common-anchor-thin:focus,
.tribe-common .tribe-common-anchor-thin:hover,
.tribe-common .tribe-common-anchor-thin {
  border-bottom: 0 !important;
}

nav.tribe-events-calendar-list-nav.tribe-events-c-nav {
  display: none;
}

.tribe-events-content a {
  /* border-bottom: 0 !important; */
}

.tribe-events-content a:active,
.tribe-events-content a:focus,
.tribe-events-content a:hover {
  color: #fff !important;
}

/* Medium/small mobile styles */
@media screen and (max-width: 599px) {
  .tribe-events .tribe-events-calendar-list__event-date-tag {
    display: none;
  }
}
/*--------------------------------------------------------------
# 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;
}

.site-footer a:focus {
  outline: 2px dotted #c4e53e;
}

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