@charset "UTF-8";
/*Flex*/
@import url("https://fonts.googleapis.com/css2?family=Red+Hat+Display:ital,wght@0,300..900;1,300..900&family=Red+Hat+Text:ital,wght@0,300..700;1,300..700&display=swap");
/* Theme Color classes */
.has-dark-green-background-color.has-dark-green-background-color {
  background-color: #245a38;
}

.has-dark-green-color.has-dark-green-color {
  color: #245a38;
}

.has-green-background-color.has-green-background-color {
  background-color: #00a94f;
}

.has-green-color.has-green-color {
  color: #00a94f;
}

.has-tan-background-color.has-tan-background-color {
  background-color: #fac28b;
}

.has-tan-color.has-tan-color {
  color: #fac28b;
}

.has-light-tan-background-color.has-light-tan-background-color {
  background-color: #f8e6c9;
}

.has-light-tan-color.has-light-tan-color {
  color: #f8e6c9;
}

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

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

.has-silver-background-color.has-silver-background-color {
  background-color: #e7e7e7;
}

.has-silver-color.has-silver-color {
  color: #e7e7e7;
}

.has-gray-background-color.has-gray-background-color {
  background-color: #909090;
}

.has-gray-color.has-gray-color {
  color: #909090;
}

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

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

:root {
  --content-width: calc(100% - 2 * 1rem);
}
@media (min-width: 576px) {
  :root {
    --content-width: calc(100% - 2 * 2rem);
  }
}
@media (min-width: 768px) {
  :root {
    --content-width: calc(100% - 2 * 2rem);
  }
}
@media (min-width: 991px) {
  :root {
    --content-width: calc(100% - 2 * 5vw);
  }
}
@media (min-width: 1200px) {
  :root {
    --content-width: calc(100% - 2 * 10vw);
  }
}
@media (min-width: 1500px) {
  :root {
    --content-width: calc(100% - 2 * 15vw);
  }
}

*:focus {
  outline: 2px solid;
  outline-offset: 2px;
}

/* Common Elements*/
body {
  background-color: #ffffff;
  font-family: "Red Hat Text", sans-serif;
  color: #2a2a2a;
  font-size: 16px;
  overflow-x: hidden;
}

h1, h2, h3, h4, h5, h6 {
  color: #245a38;
  margin-bottom: 1rem;
  font-family: "Red Hat Display", sans-serif;
  font-weight: 450;
}
h1 em, h2 em, h3 em, h4 em, h5 em, h6 em {
  font-style: italic;
}
h1 strong, h2 strong, h3 strong, h4 strong, h5 strong, h6 strong {
  font-weight: 900;
}

h1 {
  font-size: 2.2rem;
}

h2 {
  font-size: 2rem;
}

h3 {
  font-size: 1.8rem;
}

h4 {
  font-size: 1.6rem;
}

h5 {
  font-size: 1.4rem;
}

h6 {
  font-size: 1.2rem;
}

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

p, a, a:link {
  line-height: 1.5;
  font-weight: 450;
}
p em, a em, a:link em {
  font-style: italic;
}
p strong, a strong, a:link strong {
  font-weight: 700;
}

.has-small-font-size, .has-small-font-size * {
  font-size: 0.9rem !important;
}

.has-regular-font-size, .has-regular-font-size * {
  font-size: 1rem !important;
}

.has-large-font-size, .has-large-font-size * {
  font-size: 1.2rem !important;
}

.has-larger-font-size, .has-larger-font-size * {
  font-size: 1.4rem !important;
}

.has-huge-font-size, .has-huge-font-size * {
  font-size: 1.6rem !important;
}

a, a:link {
  text-decoration: underline;
  word-wrap: break-word;
}

a:visited {
  text-decoration: underline;
}

a:hover, a:focus {
  text-decoration: none;
}

a:active {
  text-decoration: none;
}

a, a:link, a:visited,
p a,
p a:link,
p a:visited,
li a,
li a:link,
li a:visited {
  color: #00a94f;
}
a:hover, a:active, a:focus,
p a:hover,
p a:active,
p a:focus,
li a:hover,
li a:active,
li a:focus {
  color: #007637;
}

a.has-dark-green-color a, a.has-dark-green-color a:link, a.has-dark-green-color a:visited,
p.has-dark-green-color a,
p.has-dark-green-color a:link,
p.has-dark-green-color a:visited,
li.has-dark-green-color a,
li.has-dark-green-color a:link,
li.has-dark-green-color a:visited {
  color: #245a38;
}
a.has-dark-green-color a:hover, a.has-dark-green-color a:focus, a.has-dark-green-color a:active,
p.has-dark-green-color a:hover,
p.has-dark-green-color a:focus,
p.has-dark-green-color a:active,
li.has-dark-green-color a:hover,
li.has-dark-green-color a:focus,
li.has-dark-green-color a:active {
  color: #337e4f;
}
a.has-green-color a, a.has-green-color a:link, a.has-green-color a:visited,
p.has-green-color a,
p.has-green-color a:link,
p.has-green-color a:visited,
li.has-green-color a,
li.has-green-color a:link,
li.has-green-color a:visited {
  color: #00a94f;
}
a.has-green-color a:hover, a.has-green-color a:focus, a.has-green-color a:active,
p.has-green-color a:hover,
p.has-green-color a:focus,
p.has-green-color a:active,
li.has-green-color a:hover,
li.has-green-color a:focus,
li.has-green-color a:active {
  color: #007637;
}
a.has-tan-color a, a.has-tan-color a:link, a.has-tan-color a:visited,
p.has-tan-color a,
p.has-tan-color a:link,
p.has-tan-color a:visited,
li.has-tan-color a,
li.has-tan-color a:link,
li.has-tan-color a:visited {
  color: #fac28b;
}
a.has-tan-color a:hover, a.has-tan-color a:focus, a.has-tan-color a:active,
p.has-tan-color a:hover,
p.has-tan-color a:focus,
p.has-tan-color a:active,
li.has-tan-color a:hover,
li.has-tan-color a:focus,
li.has-tan-color a:active {
  color: #f8a85a;
}
a.has-light-tan-color a, a.has-light-tan-color a:link, a.has-light-tan-color a:visited,
p.has-light-tan-color a,
p.has-light-tan-color a:link,
p.has-light-tan-color a:visited,
li.has-light-tan-color a,
li.has-light-tan-color a:link,
li.has-light-tan-color a:visited {
  color: #f8e6c9;
}
a.has-light-tan-color a:hover, a.has-light-tan-color a:focus, a.has-light-tan-color a:active,
p.has-light-tan-color a:hover,
p.has-light-tan-color a:focus,
p.has-light-tan-color a:active,
li.has-light-tan-color a:hover,
li.has-light-tan-color a:focus,
li.has-light-tan-color a:active {
  color: #f2d19c;
}
a.has-silver-color a, a.has-silver-color a:link, a.has-silver-color a:visited,
p.has-silver-color a,
p.has-silver-color a:link,
p.has-silver-color a:visited,
li.has-silver-color a,
li.has-silver-color a:link,
li.has-silver-color a:visited {
  color: #e7e7e7;
}
a.has-silver-color a:hover, a.has-silver-color a:focus, a.has-silver-color a:active,
p.has-silver-color a:hover,
p.has-silver-color a:focus,
p.has-silver-color a:active,
li.has-silver-color a:hover,
li.has-silver-color a:focus,
li.has-silver-color a:active {
  color: #cecece;
}
a.has-gray-color a, a.has-gray-color a:link, a.has-gray-color a:visited,
p.has-gray-color a,
p.has-gray-color a:link,
p.has-gray-color a:visited,
li.has-gray-color a,
li.has-gray-color a:link,
li.has-gray-color a:visited {
  color: #909090;
}
a.has-gray-color a:hover, a.has-gray-color a:focus, a.has-gray-color a:active,
p.has-gray-color a:hover,
p.has-gray-color a:focus,
p.has-gray-color a:active,
li.has-gray-color a:hover,
li.has-gray-color a:focus,
li.has-gray-color a:active {
  color: #aaaaaa;
}
a.has-white-color a, a.has-white-color a:link, a.has-white-color a:visited,
p.has-white-color a,
p.has-white-color a:link,
p.has-white-color a:visited,
li.has-white-color a,
li.has-white-color a:link,
li.has-white-color a:visited {
  color: #ffffff;
}
a.has-white-color a:hover, a.has-white-color a:focus, a.has-white-color a:active,
p.has-white-color a:hover,
p.has-white-color a:focus,
p.has-white-color a:active,
li.has-white-color a:hover,
li.has-white-color a:focus,
li.has-white-color a:active {
  color: #e6e6e6;
}
a.has-black-color a, a.has-black-color a:link, a.has-black-color a:visited,
p.has-black-color a,
p.has-black-color a:link,
p.has-black-color a:visited,
li.has-black-color a,
li.has-black-color a:link,
li.has-black-color a:visited {
  color: #2a2a2a;
}
a.has-black-color a:hover, a.has-black-color a:focus, a.has-black-color a:active,
p.has-black-color a:hover,
p.has-black-color a:focus,
p.has-black-color a:active,
li.has-black-color a:hover,
li.has-black-color a:focus,
li.has-black-color a:active {
  color: #444444;
}

ul li, ol li {
  line-height: 1.75rem;
}

.drmplainbutton__container:not(:last-child) {
  margin-bottom: 1rem;
}
.drmplainbutton__button {
  border: 1px solid transparent;
}
.drmplainbutton__button, .drmplainbutton__button:link, .drmplainbutton__button:visited, .drmplainbutton__button:hover, .drmplainbutton__button:focus, .drmplainbutton__button:active {
  transition: color 0.2s ease-out, background-color 0.2s ease-out, border-color 0.2s ease-out;
}
.is-style-plain .drmplainbutton__button, .is-style-plain .drmplainbutton__button:link, .is-style-plain .drmplainbutton__button:visited {
  background-color: transparent;
}
.drmplainbutton--size-small {
  font-size: 1rem;
  padding: 0.4rem 1rem;
}
.drmplainbutton--size-medium {
  font-size: 1.1rem;
  padding: 0.5rem 1.25rem;
}
.drmplainbutton--size-large {
  font-size: 1.15rem;
  padding: 0.6rem 1.5rem;
}
.drmplainbutton__button, .drmplainbutton__button:link, .drmplainbutton__button:visited {
  color: #00a94f;
  border-color: #00a94f;
}
.is-style-plain .drmplainbutton__button, .is-style-plain .drmplainbutton__button:link, .is-style-plain .drmplainbutton__button:visited {
  color: #ffffff;
  background-color: #00a94f;
}
.drmplainbutton__button:hover, .drmplainbutton__button:focus, .drmplainbutton__button:active {
  color: #ffffff;
  background-color: #00a94f;
}
.is-style-plain .drmplainbutton__button:hover, .is-style-plain .drmplainbutton__button:focus, .is-style-plain .drmplainbutton__button:active {
  color: #ffffff;
  background-color: #245a38;
  border-color: #245a38;
}
.drmplainbutton--color-none, .drmplainbutton--color-none:link, .drmplainbutton--color-none:visited {
  color: #00a94f;
  border-color: #00a94f;
}
.is-style-plain .drmplainbutton--color-none, .is-style-plain .drmplainbutton--color-none:link, .is-style-plain .drmplainbutton--color-none:visited {
  color: #ffffff;
  background-color: #00a94f;
}
.drmplainbutton--color-none:hover, .drmplainbutton--color-none:focus, .drmplainbutton--color-none:active {
  color: #ffffff;
  background-color: #00a94f;
}
.is-style-plain .drmplainbutton--color-none:hover, .is-style-plain .drmplainbutton--color-none:focus, .is-style-plain .drmplainbutton--color-none:active {
  color: #ffffff;
  background-color: #245a38;
  border-color: #245a38;
}
.drmplainbutton--color-00a94f, .drmplainbutton--color-00a94f:link, .drmplainbutton--color-00a94f:visited {
  color: #00a94f;
  border-color: #00a94f;
}
.is-style-plain .drmplainbutton--color-00a94f, .is-style-plain .drmplainbutton--color-00a94f:link, .is-style-plain .drmplainbutton--color-00a94f:visited {
  color: #ffffff;
  background-color: #00a94f;
}
.drmplainbutton--color-00a94f:hover, .drmplainbutton--color-00a94f:focus, .drmplainbutton--color-00a94f:active {
  color: #ffffff;
  background-color: #00a94f;
}
.is-style-plain .drmplainbutton--color-00a94f:hover, .is-style-plain .drmplainbutton--color-00a94f:focus, .is-style-plain .drmplainbutton--color-00a94f:active {
  color: #ffffff;
  background-color: #245a38;
  border-color: #245a38;
}
.drmplainbutton--color-245a38, .drmplainbutton--color-245a38:link, .drmplainbutton--color-245a38:visited {
  color: #245a38;
  border-color: #245a38;
}
.is-style-plain .drmplainbutton--color-245a38, .is-style-plain .drmplainbutton--color-245a38:link, .is-style-plain .drmplainbutton--color-245a38:visited {
  color: #ffffff;
  background-color: #245a38;
}
.drmplainbutton--color-245a38:hover, .drmplainbutton--color-245a38:focus, .drmplainbutton--color-245a38:active {
  color: #ffffff;
  background-color: #245a38;
}
.is-style-plain .drmplainbutton--color-245a38:hover, .is-style-plain .drmplainbutton--color-245a38:focus, .is-style-plain .drmplainbutton--color-245a38:active {
  color: #ffffff;
  background-color: #3a915a;
  border-color: #3a915a;
}
.drmplainbutton--color-fac28b, .drmplainbutton--color-fac28b:link, .drmplainbutton--color-fac28b:visited {
  color: #fac28b;
  border-color: #fac28b;
}
.is-style-plain .drmplainbutton--color-fac28b, .is-style-plain .drmplainbutton--color-fac28b:link, .is-style-plain .drmplainbutton--color-fac28b:visited {
  color: #2a2a2a;
  background-color: #fac28b;
}
.drmplainbutton--color-fac28b:hover, .drmplainbutton--color-fac28b:focus, .drmplainbutton--color-fac28b:active {
  color: #2a2a2a;
  background-color: #fac28b;
}
.is-style-plain .drmplainbutton--color-fac28b:hover, .is-style-plain .drmplainbutton--color-fac28b:focus, .is-style-plain .drmplainbutton--color-fac28b:active {
  color: #2a2a2a;
  background-color: #f79b42;
  border-color: #f79b42;
}
.drmplainbutton--color-f8e6c9, .drmplainbutton--color-f8e6c9:link, .drmplainbutton--color-f8e6c9:visited {
  color: #f8e6c9;
  border-color: #f8e6c9;
}
.is-style-plain .drmplainbutton--color-f8e6c9, .is-style-plain .drmplainbutton--color-f8e6c9:link, .is-style-plain .drmplainbutton--color-f8e6c9:visited {
  color: #2a2a2a;
  background-color: #f8e6c9;
}
.drmplainbutton--color-f8e6c9:hover, .drmplainbutton--color-f8e6c9:focus, .drmplainbutton--color-f8e6c9:active {
  color: #2a2a2a;
  background-color: #f8e6c9;
}
.is-style-plain .drmplainbutton--color-f8e6c9:hover, .is-style-plain .drmplainbutton--color-f8e6c9:focus, .is-style-plain .drmplainbutton--color-f8e6c9:active {
  color: #2a2a2a;
  background-color: #efc785;
  border-color: #efc785;
}
.drmplainbutton--color-ffffff, .drmplainbutton--color-ffffff:link, .drmplainbutton--color-ffffff:visited {
  color: #ffffff;
  border-color: #ffffff;
}
.is-style-plain .drmplainbutton--color-ffffff, .is-style-plain .drmplainbutton--color-ffffff:link, .is-style-plain .drmplainbutton--color-ffffff:visited {
  color: #245a38;
  background-color: #ffffff;
}
.drmplainbutton--color-ffffff:hover, .drmplainbutton--color-ffffff:focus, .drmplainbutton--color-ffffff:active {
  color: #245a38;
  background-color: #ffffff;
}
.is-style-plain .drmplainbutton--color-ffffff:hover, .is-style-plain .drmplainbutton--color-ffffff:focus, .is-style-plain .drmplainbutton--color-ffffff:active {
  color: #245a38;
  background-color: #e7e7e7;
  border-color: #e7e7e7;
}
.drmplainbutton--color-e7e7e7, .drmplainbutton--color-e7e7e7:link, .drmplainbutton--color-e7e7e7:visited {
  color: #e7e7e7;
  border-color: #e7e7e7;
}
.is-style-plain .drmplainbutton--color-e7e7e7, .is-style-plain .drmplainbutton--color-e7e7e7:link, .is-style-plain .drmplainbutton--color-e7e7e7:visited {
  color: #245a38;
  background-color: #e7e7e7;
}
.drmplainbutton--color-e7e7e7:hover, .drmplainbutton--color-e7e7e7:focus, .drmplainbutton--color-e7e7e7:active {
  color: #245a38;
  background-color: #e7e7e7;
}
.is-style-plain .drmplainbutton--color-e7e7e7:hover, .is-style-plain .drmplainbutton--color-e7e7e7:focus, .is-style-plain .drmplainbutton--color-e7e7e7:active {
  color: #ffffff;
  background-color: #909090;
  border-color: #909090;
}
.drmplainbutton--color-909090, .drmplainbutton--color-909090:link, .drmplainbutton--color-909090:visited {
  color: #909090;
  border-color: #909090;
}
.is-style-plain .drmplainbutton--color-909090, .is-style-plain .drmplainbutton--color-909090:link, .is-style-plain .drmplainbutton--color-909090:visited {
  color: #ffffff;
  background-color: #909090;
}
.drmplainbutton--color-909090:hover, .drmplainbutton--color-909090:focus, .drmplainbutton--color-909090:active {
  color: #ffffff;
  background-color: #909090;
}
.is-style-plain .drmplainbutton--color-909090:hover, .is-style-plain .drmplainbutton--color-909090:focus, .is-style-plain .drmplainbutton--color-909090:active {
  color: #ffffff;
  background-color: #2a2a2a;
  border-color: #2a2a2a;
}
.drmplainbutton--color-2a2a2a, .drmplainbutton--color-2a2a2a:link, .drmplainbutton--color-2a2a2a:visited {
  color: #2a2a2a;
  border-color: #2a2a2a;
}
.is-style-plain .drmplainbutton--color-2a2a2a, .is-style-plain .drmplainbutton--color-2a2a2a:link, .is-style-plain .drmplainbutton--color-2a2a2a:visited {
  color: #ffffff;
  background-color: #2a2a2a;
}
.drmplainbutton--color-2a2a2a:hover, .drmplainbutton--color-2a2a2a:focus, .drmplainbutton--color-2a2a2a:active {
  color: #ffffff;
  background-color: #2a2a2a;
}
.is-style-plain .drmplainbutton--color-2a2a2a:hover, .is-style-plain .drmplainbutton--color-2a2a2a:focus, .is-style-plain .drmplainbutton--color-2a2a2a:active {
  color: #ffffff;
  background-color: #505050;
  border-color: #505050;
}

:root {
  --drm-linkbox--icon: "";
  --drm-linkbox--icon-size: 1.5em;
  --drm-linkbox--icon-position: 20px;
  --drm-linkbox--padding: 15px;
}

.drm-linkbox {
  height: 100%;
  transition: background 0.2s ease-in-out;
}
.drm-linkbox--is-link:hover::before, .drm-linkbox--is-link:focus::before, .drm-linkbox--is-link:active::before {
  bottom: calc(var(--drm-linkbox--icon-position) * 1.3);
}
.drm-linkbox--padding-tiny {
  --drm-linkbox--padding: 5px;
}
.drm-linkbox--padding-small {
  --drm-linkbox--padding: 10px;
}
.drm-linkbox--padding-medium {
  --drm-linkbox--padding: 25px;
}
.drm-linkbox--padding-large {
  --drm-linkbox--padding: 35px;
}
.drm-linkbox--padding-huge {
  --drm-linkbox--padding: 50px;
}
.drm-linkbox--show-icon {
  padding-bottom: calc(var(--drm-linkbox--padding) + var(--drm-linkbox--icon-position) + var(--drm-linkbox--icon-size));
}
.drm-linkbox--show-icon:before {
  right: var(--drm-linkbox--icon-position);
  bottom: var(--drm-linkbox--icon-position);
  content: var(--drm-linkbox--icon);
  font-family: "Font Awesome 6 Pro", "Font Awesome 5 Pro", "Font Awesome 6 Free", "Font Awesome 5 Free";
  font-weight: 500;
  font-size: var(--drm-linkbox--icon-size);
  transition: bottom 0.2s ease-in-out;
}
.drm-linkbox[data-color="#245a38"]:hover, .drm-linkbox[data-color="#245a38"]:focus, .drm-linkbox[data-color="#245a38"]:active {
  background-color: #1a4128 !important;
}
.drm-linkbox[data-color="#00a94f"]:hover, .drm-linkbox[data-color="#00a94f"]:focus, .drm-linkbox[data-color="#00a94f"]:active {
  background-color: #00853e !important;
}
.drm-linkbox[data-color="#fac28b"]:hover, .drm-linkbox[data-color="#fac28b"]:focus, .drm-linkbox[data-color="#fac28b"]:active {
  background-color: #f9b069 !important;
}
.drm-linkbox[data-color="#f8e6c9"]:hover, .drm-linkbox[data-color="#f8e6c9"]:focus, .drm-linkbox[data-color="#f8e6c9"]:active {
  background-color: #f4d7a9 !important;
}
.drm-linkbox[data-color="#ffffff"]:hover, .drm-linkbox[data-color="#ffffff"]:focus, .drm-linkbox[data-color="#ffffff"]:active {
  background-color: #e7e7e7 !important;
}
.drm-linkbox[data-color="#e7e7e7"]:hover, .drm-linkbox[data-color="#e7e7e7"]:focus, .drm-linkbox[data-color="#e7e7e7"]:active {
  background-color: #d5d5d5 !important;
}
.drm-linkbox[data-color="#909090"]:hover, .drm-linkbox[data-color="#909090"]:focus, .drm-linkbox[data-color="#909090"]:active {
  background-color: #a2a2a2 !important;
}
.drm-linkbox[data-color="#2a2a2a"]:hover, .drm-linkbox[data-color="#2a2a2a"]:focus, .drm-linkbox[data-color="#2a2a2a"]:active {
  background-color: #3c3c3c !important;
}

.wp-block-drm-simplegrid.drmgrid-gap--tiny, .wp-block-drm-simplegrid.drmgrid-padding--tiny {
  gap: 5px;
}
.wp-block-drm-simplegrid.drmgrid-gap--small, .wp-block-drm-simplegrid.drmgrid-padding--small {
  gap: 10px;
}
.wp-block-drm-simplegrid.drmgrid-gap--medium, .wp-block-drm-simplegrid.drmgrid-padding--medium {
  gap: 25px;
}
.wp-block-drm-simplegrid.drmgrid-gap--large, .wp-block-drm-simplegrid.drmgrid-padding--large {
  gap: 35px;
}
.wp-block-drm-simplegrid.drmgrid-gap--huge, .wp-block-drm-simplegrid.drmgrid-padding--huge {
  gap: 50px;
}
.wp-block-drm-simplegrid > .wp-block-drm-plainbutton, .wp-block-drm-simplegrid > .wp-block-drm-plainbutton .drmplainbutton__button {
  height: 100%;
}
.wp-block-drm-simplegrid > .wp-block-drm-plainbutton .drmplainbutton__button {
  display: flex !important;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.drm-card--is-link, .drm-card--is-link .drm-card__content {
  text-decoration: none !important;
}
.drm-card[data-textcolor=""], .drm-card[data-textcolor=""] .drm-card__content {
  color: #2a2a2a;
}
.drm-card[data-textcolor="#245a38"], .drm-card[data-textcolor="#245a38"] .drm-card__content {
  color: #245a38;
}
.drm-card[data-textcolor="#00a94f"], .drm-card[data-textcolor="#00a94f"] .drm-card__content {
  color: #00a94f;
}
.drm-card[data-textcolor="#fac28b"], .drm-card[data-textcolor="#fac28b"] .drm-card__content {
  color: #fac28b;
}
.drm-card[data-textcolor="#f8e6c9"], .drm-card[data-textcolor="#f8e6c9"] .drm-card__content {
  color: #f8e6c9;
}
.drm-card[data-textcolor="#ffffff"], .drm-card[data-textcolor="#ffffff"] .drm-card__content {
  color: #ffffff;
}
.drm-card[data-textcolor="#e7e7e7"], .drm-card[data-textcolor="#e7e7e7"] .drm-card__content {
  color: #e7e7e7;
}
.drm-card[data-textcolor="#909090"], .drm-card[data-textcolor="#909090"] .drm-card__content {
  color: #909090;
}
.drm-card[data-textcolor="#2a2a2a"], .drm-card[data-textcolor="#2a2a2a"] .drm-card__content {
  color: #2a2a2a;
}

@supports (-webkit-overflow-scrolling: touch) {
  .drmcontainer.drmcontainer--parallax {
    background-attachment: local !important;
  }
}
@supports (-webkit-touch-callout: none) {
  .drmcontainer.drmcontainer--parallax {
    background-attachment: local !important;
  }
}

.logo-img {
  max-width: 175px;
  width: 100%;
  transition: max-width 0.2s ease-in-out !important;
}
.header-alt .logo-img {
  max-width: 100px;
  -webkit-clip-path: polygon(0% 0%, 30% 0%, 28% 50%, 30% 81%, 44% 81%, 42% 100%, 0% 100%);
          clip-path: polygon(0% 0%, 30% 0%, 28% 50%, 30% 81%, 44% 81%, 42% 100%, 0% 100%);
}

.drm-header {
  border-bottom: 1px solid;
  -o-border-image: linear-gradient(to bottom right, #245a38, #00a94f) 1;
     border-image: linear-gradient(to bottom right, #245a38, #00a94f) 1;
}
.drm-header .overlay-container {
  background-color: #ffffff;
}
.drm-header .topbar {
  background: linear-gradient(170deg, #245a38, #00a94f);
}
.drm-header .topbar .navbar {
  padding: 0.2rem 0;
}
.drm-header .topbar .navbar .navbar-nav {
  align-items: center;
}
.drm-header .topbar .navbar .navbar-nav .nav-link {
  color: #ffffff;
  text-decoration: none;
  transition: color 0.2s ease-in-out;
  font-size: 1rem;
}
.drm-header .topbar .navbar .navbar-nav .nav-link:hover, .drm-header .topbar .navbar .navbar-nav .nav-link:focus, .drm-header .topbar .navbar .navbar-nav .nav-link:active {
  color: #fac28b;
}
.drm-header .topbar .navbar .navbar-nav .nav-link #topbar-num {
  line-height: 0;
  font-size: 0.9rem;
}
@media (max-width: 991px) {
  .drm-header .topbar .navbar .navbar-nav .nav-link #topbar-num {
    display: none;
  }
}
.drm-header:not(.header-alt) .drm-mainmenu {
  min-height: 92.09px;
}
.drm-header .drm-mainmenu {
  flex-wrap: nowrap;
}

.menu-item.astm-search-menu a {
  padding: 5px 8px;
}
.menu-item.astm-search-menu a svg {
  padding-bottom: 3px;
}
.menu-item.astm-search-menu a svg path {
  transition: fill 0.2s ease-in-out;
  fill: white !important;
}
.menu-item.astm-search-menu a:hover svg path, .menu-item.astm-search-menu a:focus svg path, .menu-item.astm-search-menu a:active svg path {
  fill: #fac28b !important;
}
.menu-item.astm-search-menu a:focus {
  outline: 2px solid #fac28b;
  outline-offset: 2px;
}
.menu-item.astm-search-menu .is-search-form {
  top: 130%;
  right: 0;
  left: auto;
}
.menu-item.astm-search-menu .is-search-form input {
  color: #2a2a2a;
  border: 1px solid #2a2a2a !important;
  font-family: "Red Hat Text", sans-serif !important;
}
.menu-item.astm-search-menu .is-search-form .is-search-icon {
  transition: background 0.2s ease-in-out;
  background: #ffffff;
  border: 1px solid #2a2a2a;
  border-left: none;
  color: #2a2a2a;
}
.menu-item.astm-search-menu .is-search-form .is-search-icon:hover, .menu-item.astm-search-menu .is-search-form .is-search-icon:focus {
  background-color: #e7e7e7;
}

.header-alt .dropdown-menu {
  top: 123% !important;
}

#mainNav {
  padding: 0;
}
#mainNav .site-title {
  padding: 0.8rem 0;
}
#mainNav .nav-link {
  font-family: "Red Hat Display", sans-serif;
  font-weight: 475;
  font-size: 1.05rem;
  color: #00a94f;
  text-decoration: none;
  transition: color 0.2s ease-in-out;
  letter-spacing: 0.5px;
}
@media (max-width: 991px) {
  #mainNav .nav-link:hover, #mainNav .nav-link:focus, #mainNav .nav-link:active {
    background-color: #e7e7e7;
  }
}
#mainNav .nav-link:hover, #mainNav .nav-link:focus, #mainNav .nav-link:active {
  color: #245a38;
}
#mainNav .dropdown-menu {
  transition: top 0.2s ease-in-out;
  padding: 0;
  border-top: none;
  border-left: none;
  border-right: none;
  border-radius: 0;
  border-bottom: 1px solid #00a94f;
}
#mainNav .dropdown-menu .menu-item {
  background-color: #ffffff;
}
#mainNav .dropdown-menu .menu-item .dropdown-item {
  font-family: "Red Hat Display", sans-serif;
  font-weight: 450;
  font-size: 1.05rem;
  padding: 0.5rem 1rem;
  color: #245a38;
  text-decoration: none;
}
#mainNav .dropdown-menu .menu-item .dropdown-item:hover, #mainNav .dropdown-menu .menu-item .dropdown-item:focus, #mainNav .dropdown-menu .menu-item .dropdown-item:active {
  background-color: #e7e7e7;
}
@media (min-width: 991px) {
  #mainNav .dropdown-menu {
    top: 157%;
    border-radius: 0;
    background: linear-gradient(to bottom, #245a38, #00a94f);
    border: 1px solid;
    -o-border-image: linear-gradient(to bottom right, #245a38, #00a94f) 1;
       border-image: linear-gradient(to bottom right, #245a38, #00a94f) 1;
    padding: 0 0 0 5px;
  }
}

.navbar-toggler {
  background-color: #00a94f;
  border: none;
  padding: 0.3rem 1rem;
  border-radius: 3px;
  transition: background 0.2s ease-in-out;
}
.navbar-toggler .icon--two-by-two::before {
  transition: transform 0.2s ease-in-out;
  content: "\e074";
  color: #ffffff;
}
.navbar-toggler:not(.collapsed) .icon--two-by-two::before {
  transform: rotate(135deg);
  content: "+";
}
.navbar-toggler:hover, .navbar-toggler:focus {
  background-color: #245a38;
}

@media (max-width: 991px) {
  #navbar-main {
    position: absolute;
    top: calc(100% + 1px);
    right: 0;
    left: 50vw;
    height: auto;
    transform: translatex(100%);
    transition: transform 0.2s ease-in-out;
    background: linear-gradient(to bottom, #245a38, #00a94f);
    padding-left: 5px;
    border-bottom: 1px solid #00a94f;
  }
}
@media (max-width: 991px) and (max-width: 576px) {
  #navbar-main {
    left: 0;
  }
}
@media (max-width: 991px) {
  #navbar-main.show {
    transform: translatex(0);
  }
  #navbar-main .menu-item {
    background-color: #ffffff;
  }
  #navbar-main .menu-item .nav-link {
    margin-left: 0;
    padding: 0.5rem 1rem 0.5rem 10px;
  }
}
body.tribe-events-page-template #content {
  padding-top: 164.47px;
  padding-bottom: 50px;
}
.header-alt body.tribe-events-page-template #content {
  padding-top: 135.97px;
}
body.error404 #content {
  padding-top: 139.47px;
}
.header-alt body.error404 #content {
  padding-top: 110.97px;
}
body.error404 .entry-title {
  margin-top: 0;
  margin-bottom: 25px;
}
body.search #content, body.blog #content {
  padding-top: 164.47px;
  padding-bottom: 50px;
}
.header-alt body.search #content, .header-alt body.blog #content {
  padding-top: 135.97px;
}
body.search .entry-title, body.blog .entry-title {
  margin-top: 0;
  margin-bottom: 25px;
}
body.page-template-default #content, body.post-template-default #content {
  padding-top: 164.47px;
  padding-bottom: 50px;
}
.header-alt body.page-template-default #content, .header-alt body.post-template-default #content {
  padding-top: 135.97px;
}
body.page-template-default .entry-title, body.post-template-default .entry-title {
  margin-top: 0;
  margin-bottom: 25px;
}
body.page-template-default .entry-meta, body.post-template-default .entry-meta {
  display: none;
}
body.page-template-default.has_featured_image #content, body.post-template-default.has_featured_image #content {
  padding-top: 139.47px;
}
.header-alt body.page-template-default.has_featured_image #content, .header-alt body.post-template-default.has_featured_image #content {
  padding-top: 110.97px;
}
body.page-template-default.has_featured_image .graphic-header, body.post-template-default.has_featured_image .graphic-header {
  min-height: 20vw;
  margin-bottom: 50px;
  -webkit-clip-path: ellipse(120% 100% at 50% 0%);
          clip-path: ellipse(120% 100% at 50% 0%);
  /*background-attachment: fixed;
  @media(max-width: $xl) {
  	background-attachment: local;
  }
  @media(max-width: $lg) {
  	background-attachment: local;
  }*/
  /*@supports (-webkit-overflow-scrolling: touch) {
  	background-attachment: local !important;
  }
  @supports (-webkit-touch-callout: none) {
  	background-attachment: local !important;
  }*/
}
@media (max-width: 768px) {
  body.page-template-default.has_featured_image .graphic-header, body.post-template-default.has_featured_image .graphic-header {
    min-height: 250px !important;
  }
}
@media (max-width: 576px) {
  body.page-template-default.has_featured_image .graphic-header, body.post-template-default.has_featured_image .graphic-header {
    min-height: 175px !important;
  }
}
body.page-template-default.has_featured_image .graphic-header__gradient, body.post-template-default.has_featured_image .graphic-header__gradient {
  background: linear-gradient(to bottom right, rgba(0, 169, 79, 0.8), rgba(36, 90, 56, 0.8));
}
body.page-template-default.has_featured_image .graphic-header .entry-header-content, body.post-template-default.has_featured_image .graphic-header .entry-header-content {
  text-shadow: none;
  padding: unset;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
body.page-template-default.has_featured_image .graphic-header .entry-header-content .entry-title, body.post-template-default.has_featured_image .graphic-header .entry-header-content .entry-title {
  text-align: center;
  margin: auto;
  font-size: 5vmin;
}
@media (max-width: 991px) {
  body.page-template-default.has_featured_image .graphic-header .entry-header-content .entry-title, body.post-template-default.has_featured_image .graphic-header .entry-header-content .entry-title {
    font-size: 1.8rem;
  }
}
body.page-template-notitle #content, body.post-template-notitle #content {
  padding-top: 189.47px;
  padding-bottom: 50px;
}
.header-alt body.page-template-notitle #content, .header-alt body.post-template-notitle #content {
  padding-top: 160.97px;
}
body.page-template-notitle .graphic-header, body.post-template-notitle .graphic-header {
  display: none;
}
body.page-template-notitle-nospace #content, body.post-template-notitle-nospace #content {
  padding-top: 139.47px;
}
.header-alt body.page-template-notitle-nospace #content, .header-alt body.post-template-notitle-nospace #content {
  padding-top: 110.97px;
}
body.page-template-notitle-nospace .graphic-header, body.post-template-notitle-nospace .graphic-header {
  display: none;
}

body.single-post .post-navigation {
  margin-top: 50px;
}
body.single-post .post-navigation .nav-previous a,
body.single-post .post-navigation .nav-next a {
  background-color: #00a94f;
  padding: 0.5rem 1.25rem;
  font-size: 1.1rem;
  border-radius: 5px;
  color: #ffffff;
  text-decoration: none;
  transition: background 0.2s ease-in-out;
}
body.single-post .post-navigation .nav-previous a:hover, body.single-post .post-navigation .nav-previous a:focus,
body.single-post .post-navigation .nav-next a:hover,
body.single-post .post-navigation .nav-next a:focus {
  background-color: #245a38;
}

.drm-footer {
  border-top: 1px solid #ffffff;
}

#menu-footer-menu {
  border: 1px solid #00a94f;
  border-radius: 15px;
  padding: 0.3rem;
}
#menu-footer-menu .menu-item:nth-child(1) a {
  border-top-left-radius: calc(15px - 0.3rem);
  border-top-right-radius: calc(15px - 0.3rem);
}
#menu-footer-menu .menu-item:last-child a {
  border-bottom-left-radius: calc(15px - 0.3rem);
  border-bottom-right-radius: calc(15px - 0.3rem);
}
#menu-footer-menu .menu-item a {
  display: block;
  color: #245a38;
  font-size: 1rem;
  font-family: "Red Hat Display", sans-serif;
  font-weight: 450;
  padding: 0.8rem 1.2rem;
  background-color: #ffffff;
  text-decoration: none;
}
#menu-footer-menu .menu-item a:hover, #menu-footer-menu .menu-item a:focus, #menu-footer-menu .menu-item a:active {
  background-color: #e7e7e7;
}
#menu-footer-menu .menu-item a i {
  font-size: 1.2rem;
  margin-right: 0.5rem;
}

.wp-block-search__inside-wrapper {
  background-color: #ffffff;
  border-radius: 3px;
}
.wp-block-search__input {
  background-color: transparent;
  padding: 10px 15px;
  border: none;
}
.wp-block-search__input::-moz-placeholder {
  color: #245a38;
}
.wp-block-search__input, .wp-block-search__input::placeholder {
  color: #245a38;
}
.wp-block-search__input:focus, .wp-block-search__input:active {
  outline: 1px solid #00a94f;
}
.wp-block-search__button {
  background-color: #00a94f;
  color: #ffffff;
  margin: 5px;
  border-radius: 3px;
  transition: background 0.1s ease-in-out;
}
.wp-block-search__button:hover, .wp-block-search__button:focus, .wp-block-search__button:active {
  background-color: #245a38;
}

body.search-results article,
body.blog article {
  padding: 15px;
  padding-left: 100px;
  position: relative;
  min-height: calc(25px + 5rem);
  padding-bottom: 25px;
  margin-top: 25px;
  margin-bottom: 25px;
  background-color: rgba(231, 231, 231, 0.5);
  border-radius: 5px;
  border: 1px solid #245a38;
  border-top: 7px solid #245a38;
}
body.search-results article .entry-title,
body.blog article .entry-title {
  margin-bottom: 1rem;
}
body.search-results article .entry-title a,
body.blog article .entry-title a {
  text-decoration: none;
}
body.search-results article .entry-summary,
body.blog article .entry-summary {
  font-size: 1.2rem;
}
body.search-results article .entry-meta,
body.blog article .entry-meta {
  display: none;
}
body.search-results article::before,
body.blog article::before {
  content: "";
  position: absolute;
  top: 22px;
  left: 25px;
  width: 50px;
  height: 50px;
  font-size: 1.9rem;
  text-align: center;
  color: #ffffff;
  padding: 10px;
  border-radius: 5px;
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-rendering: auto;
  font-family: "Font Awesome 6 Pro";
  font-weight: 300;
  background-image: url("https://rph.tempurl.host/wp-content/uploads/2024/05/richland-R_white.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  background-color: #00a94f;
  background-origin: content-box;
}
body.search-results article.type-page::before,
body.blog article.type-page::before {
  content: "\f37e";
  background-image: none;
  background-color: unset;
  background: linear-gradient(to bottom right, #245a38 -50%, #00a94f);
}
body.search-results article.type-post::before,
body.blog article.type-post::before {
  content: "\f1ea";
  background-image: none;
  background-color: unset;
  background: linear-gradient(to bottom right, #245a38 -50%, #00a94f);
}
body.search-results .search-pagination,
body.blog .search-pagination {
  text-align: center;
  margin-top: 50px;
  padding-top: 10px;
  padding-bottom: 10px;
}
body.search-results .search-pagination .page-numbers,
body.blog .search-pagination .page-numbers {
  padding: 10px;
  background-color: #909090;
  border-radius: 5px;
  color: #ffffff;
  text-decoration: none;
  transition: background 0.2s ease-in-out;
}
body.search-results .search-pagination .page-numbers:hover, body.search-results .search-pagination .page-numbers:focus,
body.blog .search-pagination .page-numbers:hover,
body.blog .search-pagination .page-numbers:focus {
  background-color: #2a2a2a;
}
body.search-results .search-pagination .page-numbers.current,
body.blog .search-pagination .page-numbers.current {
  background-color: #e7e7e7;
  color: #245a38;
}
body.search-results .search-pagination .page-numbers.next, body.search-results .search-pagination .page-numbers.prev,
body.blog .search-pagination .page-numbers.next,
body.blog .search-pagination .page-numbers.prev {
  background-color: #245a38;
  transition: background 0.2s ease-in-out;
}
body.search-results .search-pagination .page-numbers.next:hover, body.search-results .search-pagination .page-numbers.next:focus, body.search-results .search-pagination .page-numbers.prev:hover, body.search-results .search-pagination .page-numbers.prev:focus,
body.blog .search-pagination .page-numbers.next:hover,
body.blog .search-pagination .page-numbers.next:focus,
body.blog .search-pagination .page-numbers.prev:hover,
body.blog .search-pagination .page-numbers.prev:focus {
  background-color: #00a94f;
}

body.search-no-results .search-form {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 10px;
}
body.search-no-results .search-form label {
  width: 100%;
  margin-bottom: 0;
}
body.search-no-results .search-form label input {
  background-color: #e7e7e7;
  padding: 10px 15px;
  border: none;
  color: #2a2a2a;
  width: 100%;
}
body.search-no-results .search-form label input::-moz-placeholder {
  color: rgba(36, 90, 56, 0.5);
}
body.search-no-results .search-form label input::placeholder {
  color: rgba(36, 90, 56, 0.5);
}
body.search-no-results .search-form label input:focus, body.search-no-results .search-form label input:active {
  outline: 1px solid #00a94f;
}
body.search-no-results .search-form .search-submit {
  background-color: #00a94f;
  color: #ffffff;
  border: none;
  padding: 10px 15px;
  transition: background 0.1s ease-in-out;
}
body.search-no-results .search-form .search-submit:hover, body.search-no-results .search-form .search-submit:focus, body.search-no-results .search-form .search-submit:active {
  background-color: #245a38;
}

body.woocommerce-cart p, body.woocommerce-cart a, body.woocommerce-checkout p, body.woocommerce-checkout a, body.woocommerce-shop p, body.woocommerce-shop a {
  font-size: 1rem;
}
body.woocommerce-cart a:not(.nav-link), body.woocommerce-checkout a:not(.nav-link), body.woocommerce-shop a:not(.nav-link) {
  color: #00a94f;
}
body.woocommerce-cart .wc-block-cart__submit-button,
body.woocommerce-cart .wc-block-components-checkout-place-order-button,
body.woocommerce-cart .add_to_cart_button, body.woocommerce-checkout .wc-block-cart__submit-button,
body.woocommerce-checkout .wc-block-components-checkout-place-order-button,
body.woocommerce-checkout .add_to_cart_button, body.woocommerce-shop .wc-block-cart__submit-button,
body.woocommerce-shop .wc-block-components-checkout-place-order-button,
body.woocommerce-shop .add_to_cart_button {
  color: #ffffff !important;
  text-decoration: none !important;
  font-size: 1.1rem;
  padding: 1rem 2rem;
  background-color: #245a38;
  transition: background 0.2s ease-in-out;
}
body.woocommerce-cart .wc-block-cart__submit-button:hover, body.woocommerce-cart .wc-block-cart__submit-button:focus, body.woocommerce-cart .wc-block-cart__submit-button:active,
body.woocommerce-cart .wc-block-components-checkout-place-order-button:hover,
body.woocommerce-cart .wc-block-components-checkout-place-order-button:focus,
body.woocommerce-cart .wc-block-components-checkout-place-order-button:active,
body.woocommerce-cart .add_to_cart_button:hover,
body.woocommerce-cart .add_to_cart_button:focus,
body.woocommerce-cart .add_to_cart_button:active, body.woocommerce-checkout .wc-block-cart__submit-button:hover, body.woocommerce-checkout .wc-block-cart__submit-button:focus, body.woocommerce-checkout .wc-block-cart__submit-button:active,
body.woocommerce-checkout .wc-block-components-checkout-place-order-button:hover,
body.woocommerce-checkout .wc-block-components-checkout-place-order-button:focus,
body.woocommerce-checkout .wc-block-components-checkout-place-order-button:active,
body.woocommerce-checkout .add_to_cart_button:hover,
body.woocommerce-checkout .add_to_cart_button:focus,
body.woocommerce-checkout .add_to_cart_button:active, body.woocommerce-shop .wc-block-cart__submit-button:hover, body.woocommerce-shop .wc-block-cart__submit-button:focus, body.woocommerce-shop .wc-block-cart__submit-button:active,
body.woocommerce-shop .wc-block-components-checkout-place-order-button:hover,
body.woocommerce-shop .wc-block-components-checkout-place-order-button:focus,
body.woocommerce-shop .wc-block-components-checkout-place-order-button:active,
body.woocommerce-shop .add_to_cart_button:hover,
body.woocommerce-shop .add_to_cart_button:focus,
body.woocommerce-shop .add_to_cart_button:active {
  background-color: #00a94f;
}
body.woocommerce-cart .price, body.woocommerce-checkout .price, body.woocommerce-shop .price {
  color: #ffffff !important;
  font-size: 2rem;
  width: -moz-max-content;
  width: max-content;
  background-color: #245a38;
  border-radius: 5px;
  padding: 0.5rem 1.5rem;
}
body.woocommerce-cart .price::before, body.woocommerce-checkout .price::before, body.woocommerce-shop .price::before {
  content: "Price: ";
}

@media (min-width: 991px) {
  body.woocommerce-page #mainNav .dropdown-menu {
    top: 169%;
  }
}
body.woocommerce-page.has_featured_image #content {
  padding-top: 148.97px;
  padding-bottom: 50px;
}
body.woocommerce-page.has_featured_image .graphic-header {
  min-height: 15vw;
  margin-bottom: 50px;
  -webkit-clip-path: ellipse(120% 100% at 50% 0%);
          clip-path: ellipse(120% 100% at 50% 0%);
  background-image: none !important;
}
@media (max-width: 768px) {
  body.woocommerce-page.has_featured_image .graphic-header {
    min-height: 250px !important;
  }
}
@media (max-width: 576px) {
  body.woocommerce-page.has_featured_image .graphic-header {
    min-height: 175px !important;
  }
}
body.woocommerce-page.has_featured_image .graphic-header__gradient {
  background: linear-gradient(to bottom right, rgb(0, 169, 79), rgb(36, 90, 56));
}
body.woocommerce-page.has_featured_image .graphic-header .entry-header-content {
  text-shadow: none;
  padding: unset;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
body.woocommerce-page.has_featured_image .graphic-header .entry-header-content .entry-title {
  text-align: center;
  margin: auto;
  font-size: 3.5vmin;
}
@media (max-width: 991px) {
  body.woocommerce-page.has_featured_image .graphic-header .entry-header-content .entry-title {
    font-size: 1.8rem;
  }
}
body.woocommerce-page.has_no_featured_image #content {
  padding-top: 198.97px;
  padding-bottom: 50px;
}
body.woocommerce-page.woocommerce-cart .price, body.woocommerce-page.woocommerce-checkout .price, body.woocommerce-page.woocommerce-shop .price {
  font-size: 1.2rem;
  padding: 0.25rem 1rem;
}
body.woocommerce-page.woocommerce-cart .wc-block-cart-item__total-price-and-sale-badge-wrapper,
body.woocommerce-page.woocommerce-cart .wc-block-cart-items__header-total,
body.woocommerce-page.woocommerce-cart .wc-block-components-order-summary-item__total-price, body.woocommerce-page.woocommerce-checkout .wc-block-cart-item__total-price-and-sale-badge-wrapper,
body.woocommerce-page.woocommerce-checkout .wc-block-cart-items__header-total,
body.woocommerce-page.woocommerce-checkout .wc-block-components-order-summary-item__total-price, body.woocommerce-page.woocommerce-shop .wc-block-cart-item__total-price-and-sale-badge-wrapper,
body.woocommerce-page.woocommerce-shop .wc-block-cart-items__header-total,
body.woocommerce-page.woocommerce-shop .wc-block-components-order-summary-item__total-price {
  display: none;
}
body.woocommerce-page .single-product .woocommerce-message {
  border-top-color: #245a38;
  color: #2a2a2a;
  font-size: 1.2rem;
  background-color: #e7e7e7;
}
body.woocommerce-page .single-product .woocommerce-message::before {
  color: #245a38;
}
body.woocommerce-page .single-product .woocommerce-message .button {
  font-size: 1.1rem;
  padding: 1rem 2rem;
  background-color: #245a38;
  transition: background 0.2s ease-in-out;
}
body.woocommerce-page .single-product .woocommerce-message .button:hover, body.woocommerce-page .single-product .woocommerce-message .button:focus, body.woocommerce-page .single-product .woocommerce-message .button:active {
  background-color: #00a94f;
}
body.woocommerce-page .single-product .product {
  display: grid;
  grid-template-areas: "gallery summary" "description description";
  grid-gap: 50px;
}
@media (max-width: 1200px) {
  body.woocommerce-page .single-product .product {
    grid-template-areas: "gallery" "summary" "description";
  }
}
body.woocommerce-page .single-product .product .woocommerce-product-gallery {
  grid-area: gallery;
  float: unset !important;
  width: 100% !important;
  height: unset !important;
  margin: 0;
}
body.woocommerce-page .single-product .product .woocommerce-product-gallery__trigger {
  display: none;
}
body.woocommerce-page .single-product .product .woocommerce-product-gallery__wrapper {
  border: 5px solid #245a38;
}
@media (max-width: 1200px) {
  body.woocommerce-page .single-product .product .woocommerce-product-gallery {
    width: 75% !important;
    margin: auto;
  }
}
body.woocommerce-page .single-product .product .summary {
  grid-area: summary;
  float: unset !important;
  width: 100% !important;
  height: 100% !important;
  padding: 25px;
  background-color: #e7e7e7;
  border-radius: 5px;
  margin: 0;
}
body.woocommerce-page .single-product .product .summary .price {
  color: #ffffff;
  font-size: 2rem;
  width: -moz-max-content;
  width: max-content;
  background-color: #245a38;
  border-radius: 5px;
  padding: 0.5rem 1.5rem;
}
body.woocommerce-page .single-product .product .summary .price::before {
  content: "Price: ";
}
body.woocommerce-page .single-product .product .summary .quantity {
  border: 1px solid #245a38;
  float: unset;
  width: -moz-max-content;
  width: max-content;
  margin-bottom: 25px;
}
body.woocommerce-page .single-product .product .summary .quantity input {
  padding: 0.25rem 0.5rem;
  border: 0;
}
body.woocommerce-page .single-product .product .summary .single_add_to_cart_button {
  font-size: 1.1rem;
  padding: 1rem 2rem;
  background-color: #245a38;
  transition: background 0.2s ease-in-out;
}
body.woocommerce-page .single-product .product .summary .single_add_to_cart_button:hover, body.woocommerce-page .single-product .product .summary .single_add_to_cart_button:focus, body.woocommerce-page .single-product .product .summary .single_add_to_cart_button:active {
  background-color: #00a94f;
}
body.woocommerce-page .single-product .product .summary .product_meta {
  display: none;
}
body.woocommerce-page .single-product .product .summary form {
  margin-bottom: 0;
}
body.woocommerce-page .single-product .product .summary .wapf-field-label {
  font-size: 1.3rem;
  color: #245a38;
}
body.woocommerce-page .single-product .product .summary .wapf-field-input input {
  border: none;
  padding: 1rem 0.5rem;
}
body.woocommerce-page .single-product .product .woocommerce-tabs {
  grid-area: description;
}

#home-map {
  outline: none;
  width: 100%;
  min-height: 300px;
  height: 600px;
}

body.page-id-1938 em, body.parent-pageid-1938 em {
  font-family: parkside, cursive !important;
}
body.page-id-1938 .wp-block-drm-plainbutton .drmplainbutton__button, body.parent-pageid-1938 .wp-block-drm-plainbutton .drmplainbutton__button {
  background-color: #9E4AAB !important;
  border: none !important;
  color: #fff !important;
}
body.page-id-1938 .wp-block-drm-plainbutton .drmplainbutton__button:hover, body.page-id-1938 .wp-block-drm-plainbutton .drmplainbutton__button:focus, body.page-id-1938 .wp-block-drm-plainbutton .drmplainbutton__button:active, body.parent-pageid-1938 .wp-block-drm-plainbutton .drmplainbutton__button:hover, body.parent-pageid-1938 .wp-block-drm-plainbutton .drmplainbutton__button:focus, body.parent-pageid-1938 .wp-block-drm-plainbutton .drmplainbutton__button:active {
  background-color: #691C75 !important;
}

body.page-id-1843 .wp-block-drm-plainbutton .drmplainbutton__button, body.parent-pageid-1843 .wp-block-drm-plainbutton .drmplainbutton__button {
  background-color: #c81e19 !important;
  border: none !important;
  color: #fff !important;
}
body.page-id-1843 .wp-block-drm-plainbutton .drmplainbutton__button:hover, body.page-id-1843 .wp-block-drm-plainbutton .drmplainbutton__button:focus, body.page-id-1843 .wp-block-drm-plainbutton .drmplainbutton__button:active, body.parent-pageid-1843 .wp-block-drm-plainbutton .drmplainbutton__button:hover, body.parent-pageid-1843 .wp-block-drm-plainbutton .drmplainbutton__button:focus, body.parent-pageid-1843 .wp-block-drm-plainbutton .drmplainbutton__button:active {
  background-color: #9b1713 !important;
}

.df-popup-thumb {
  width: 300px !important;
}

.df-lightbox-wrapper {
  margin-top: 30px !important;
}

.tribe-events-widget-events-list {
  border: 1px solid #00a94f !important;
  border-radius: 5px;
  padding: 15px !important;
}

.tribe-events-widget-events-list__header h2 {
  font-size: 1.6rem !important;
}

.tribe-events-widget-events-list__event-row {
  padding: 10px !important;
  background-color: #e7e7e7;
  border-radius: 5px;
  margin-bottom: 5px !important;
}

.tribe-events-widget-events-list__event-date-tag {
  background-color: #245a38;
  padding: 5px !important;
  border-radius: 5px;
  margin-right: 10px !important;
}

.tribe-events-widget-events-list__event-date-tag * {
  color: #ffffff !important;
}

.widget_tribe-widget-events-month {
  border: 1px solid #00a94f;
  border-radius: 5px;
  padding: 25px !important;
}

.widget_tribe-widget-events-month .widgettitle {
  font-size: 1.6rem;
}

.widget_tribe-widget-events-month .tribe-events {
  padding: 0 !important;
}

.widget_tribe-widget-events-month .tribe-events-l-container {
  padding: 0;
}

.widget_tribe-widget-events-month {
  border: 1px solid #00a94f;
  border-radius: 5px;
  padding: 25px !important;
}

.widget_tribe-widget-events-month .widgettitle {
  font-size: 1.6rem;
}

.widget_tribe-widget-events-month .tribe-events {
  padding: 0 !important;
}

.widget_tribe-widget-events-month .tribe-events-l-container {
  padding: 0;
}

.widget_tribe-widget-events-month .tribe-events-l-container .tribe-events-header {
  display: block;
  width: 100%;
  margin: auto;
  padding: 10px;
  background-color: #e7e7e7;
  border-radius: 5px;
  margin-bottom: 1rem;
}

.tribe-common.tribe-events.tribe-events-widget.tribe-events-view--shortcode.tribe-events-widget-events-month .tribe-events-calendar-month__day, .tribe-common.tribe-events.tribe-events-widget.tribe-events-view--shortcode.tribe-events-widget-events-shortcode-month .tribe-events-calendar-month__day {
  padding-top: unset !important;
}

.widget_tribe-widget-events-month .tribe-events-l-container .tribe-events-header .tribe-events-c-top-bar__nav-list {
  align-items: center;
  width: 100%;
}

.widget_tribe-widget-events-month .tribe-events-l-container .tribe-events-header .tribe-events-c-top-bar .tribe-events-c-top-bar__nav {
  width: 100%;
}

.widget_tribe-widget-events-month .tribe-events-l-container .tribe-events-header .tribe-events-c-top-bar__nav-list .tribe-events-c-top-bar__nav-link--prev,
.widget_tribe-widget-events-month .tribe-events-l-container .tribe-events-header .tribe-events-c-top-bar__nav-list .tribe-events-c-top-bar__nav-link--next {
  background-color: #245a38;
  transition: background 0.2s ease-in-out;
  padding: 5px;
  border-radius: 3px;
}

.widget_tribe-widget-events-month .tribe-events-l-container .tribe-events-header .tribe-events-c-top-bar__nav-list .tribe-events-c-top-bar__nav-link--prev svg path,
.widget_tribe-widget-events-month .tribe-events-l-container .tribe-events-header .tribe-events-c-top-bar__nav-list .tribe-events-c-top-bar__nav-link--next svg path {
  fill: #ffffff;
}

.widget_tribe-widget-events-month .tribe-events-l-container .tribe-events-header .tribe-events-c-top-bar__nav-list .tribe-events-c-top-bar__nav-link--prev:hover,
.widget_tribe-widget-events-month .tribe-events-l-container .tribe-events-header .tribe-events-c-top-bar__nav-list .tribe-events-c-top-bar__nav-link--prev:focus,
.widget_tribe-widget-events-month .tribe-events-l-container .tribe-events-header .tribe-events-c-top-bar__nav-list .tribe-events-c-top-bar__nav-link--next:hover,
.widget_tribe-widget-events-month .tribe-events-l-container .tribe-events-header .tribe-events-c-top-bar__nav-list .tribe-events-c-top-bar__nav-link--next:focus {
  background-color: #337e4f;
}

.widget_tribe-widget-events-month .tribe-events-l-container .tribe-events-calendar-month__header-row {
  background-color: #ffffff;
}

.widget_tribe-widget-events-month .tribe-events-l-container .tribe-events-calendar-month__header-column {
  background: #245a38;
  margin-right: 1px;
}

.widget_tribe-widget-events-month .tribe-events-l-container .tribe-events-calendar-month__header-column-title {
  color: #ffffff;
  font-size: 1rem;
  text-align: center !important;
}

.widget_tribe-widget-events-month .tribe-events-l-container .tribe-events-calendar-month__header-column:nth-child(1) {
  position: relative;
  margin-left: 1px;
}

.widget_tribe-widget-events-month .tribe-events-l-container .tribe-events-calendar-month__header-column:nth-child(1)::after {
  content: "";
  width: 2px;
  background-color: #245a38;
  height: 100%;
  position: absolute;
  left: -1px;
  top: 0;
}

.widget_tribe-widget-events-month .tribe-events-l-container .tribe-events-calendar-month__header-column:nth-child(7) {
  position: relative;
  margin-right: 2px;
}

.widget_tribe-widget-events-month .tribe-events-l-container .tribe-events-calendar-month__header-column:nth-child(7)::after {
  content: "";
  width: 2px;
  background-color: #245a38;
  height: 100%;
  position: absolute;
  right: -2px;
  top: 0;
}

.widget_tribe-widget-events-month .tribe-events-l-container .tribe-events-calendar-month__week {
  border-bottom: 1px solid #00a94f;
  border-right: 1px solid #00a94f;
  border-left: 1px solid #00a94f;
}

.widget_tribe-widget-events-month .tribe-events-l-container .tribe-events-calendar-month__week:nth-child(1) {
  border-top: 1px solid #00a94f;
}

.widget_tribe-widget-events-month .tribe-events-l-container .tribe-events-calendar-month__day {
  border-radius: 0;
}

.widget_tribe-widget-events-month .tribe-events-l-container .tribe-events-calendar-month__day:not(:last-child) {
  border-right: 1px solid #00a94f;
}

.widget_tribe-widget-events-month .tribe-events .tribe-events-calendar-month-mobile-events {
  border: 1px solid #00a94f;
  padding: 10px 15px;
}

.widget_tribe-widget-events-month .tribe-events .tribe-events-calendar-month-mobile-events__day-marker {
  padding: 5px 0 !important;
  margin: 15px 0 5px;
}

.widget_tribe-widget-events-month .tribe-events .tribe-events-calendar-month-mobile-events__day-marker:nth-child(1) {
  margin-top: 0;
}

.widget_tribe-widget-events-month .tribe-events .tribe-events-calendar-month-mobile-events__mobile-event {
  background-color: #e7e7e7;
  padding: 10px;
  border-radius: 5px;
  margin: 5px 0;
}

.widget_tribe-widget-events-month .tribe-events .tribe-events-calendar-month-mobile-events__day-marker {
  padding: 5px 0 !important;
  margin: 15px 0 5px;
}

.widget_tribe-widget-events-month .tribe-events .tribe-events-calendar-month-mobile-events__day-marker:nth-child(1) {
  margin-top: 0;
}

.widget_tribe-widget-events-month .tribe-events .tribe-events-calendar-month-mobile-events__mobile-event {
  background-color: #e7e7e7;
  padding: 10px;
  border-radius: 5px;
  margin: 5px 0;
}

.tribe-events-widget-events-month__view-more a {
  margin-top: 25px;
  margin-bottom: 0 !important;
}

.tribe-events-widget-events-list__view-more a,
.tribe-events-widget-events-month__view-more a {
  display: inline-block;
  margin-bottom: 10px !important;
  border: 1px solid #245a38 !important;
  color: #245a38 !important;
  font-size: 1.1rem;
  padding: 0.5rem 1.25rem !important;
  transition: color 0.2s ease-in-out, background 0.2s ease-in-out !important;
}

.tribe-events-widget-events-list__view-more a:hover,
.tribe-events-widget-events-list__view-more a:focus,
.tribe-events-widget-events-list__view-more a:active,
.tribe-events-widget-events-month__view-more a:hover,
.tribe-events-widget-events-month__view-more a:focus,
.tribe-events-widget-events-month__view-more a:active {
  background-color: #245a38 !important;
  color: white !important;
}

body.error404 .error-404 {
  position: relative;
  padding: 10vmin;
}
body.error404 .error-404 .bg-image-404 {
  z-index: 10;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
body.error404 .error-404 .bg-image-404 img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}
body.error404 .error-404 .elements-404 {
  z-index: 50;
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 5vmin;
  flex-wrap: wrap;
  margin: 10vmin 25vmin;
}
@media (max-width: 1300px) {
  body.error404 .error-404 .elements-404 {
    margin: 5vmin 10vmin;
  }
}
@media (max-width: 576px) {
  body.error404 .error-404 .elements-404 {
    margin: 0 2vmin;
  }
}
body.error404 .error-404 .elements-404 .text-404 {
  flex: 1 1 375px;
  font-size: 15vmin;
  font-weight: bold;
  color: #245a38;
  text-align: center;
  -webkit-text-fill-color: transparent;
  /* Will override color (regardless of order) */
  -webkit-text-stroke: 0.5vmin #245a38;
}
body.error404 .error-404 .elements-404 .content-404 {
  flex: 1 1 375px;
  border: 1px solid #00a94f;
  border-radius: 5px;
  padding: 25px;
}
body.error404 .error-404 .elements-404 .content-404 .page-title {
  margin-top: 0;
}
body.error404 .error-404 .elements-404 .content-404 .page-content p {
  font-size: 1.2rem;
}
body.error404 .error-404 .elements-404 .content-404 .search-form {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 10px;
}
body.error404 .error-404 .elements-404 .content-404 .search-form label {
  width: 100%;
  margin-bottom: 0;
}
body.error404 .error-404 .elements-404 .content-404 .search-form label input {
  background-color: #e7e7e7;
  padding: 10px 15px;
  border: none;
  color: #2a2a2a;
  width: 100%;
}
body.error404 .error-404 .elements-404 .content-404 .search-form label input::-moz-placeholder {
  color: rgba(36, 90, 56, 0.5);
}
body.error404 .error-404 .elements-404 .content-404 .search-form label input::placeholder {
  color: rgba(36, 90, 56, 0.5);
}
body.error404 .error-404 .elements-404 .content-404 .search-form label input:focus, body.error404 .error-404 .elements-404 .content-404 .search-form label input:active {
  outline: 1px solid #00a94f;
}
body.error404 .error-404 .elements-404 .content-404 .search-form .search-submit {
  background-color: #00a94f;
  color: #ffffff;
  border: none;
  padding: 10px 15px;
  transition: background 0.1s ease-in-out;
}
body.error404 .error-404 .elements-404 .content-404 .search-form .search-submit:hover, body.error404 .error-404 .elements-404 .content-404 .search-form .search-submit:focus, body.error404 .error-404 .elements-404 .content-404 .search-form .search-submit:active {
  background-color: #245a38;
}