#wpadminbar {
  z-index: 999999;
}

html {
  overflow-x: hidden;
}

body {
  font-family: "Albert Sans", sans-serif;
  overflow-x: hidden;
  background: linear-gradient(180deg, #ffffff 0%, #eeeeee 100%) !important;
}

h1 {
  font-family: "Albert Sans", sans-serif;
  font-weight: 900;
  letter-spacing: 2px !important;
}

h2,
h3,
h4,
h5,
h6,
h7 {
  font-family: "Albert Sans", sans-serif;
  letter-spacing: 1px !important;
}

h3 {
  letter-spacing: 0 !important;
}

p {
  font-family: "Albert Sans", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  text-align: left;
}

.col-md-2 {
  flex: 0 0 20%;
  max-width: 20%;
}

.container {
  max-width: 1200px !important;
}

.nomargin {
  padding: 0px !important;
  margin: 0px !important;
}

a,
a:visited,
a:active {
  color: black;
  text-decoration: none;
  transition: 0.5s all;
}

a:hover {
  color: #eac473;
  text-decoration: none;
  transition: 0.5s all;
}

.anchor-offset {
  position: relative;
  top: -105px;
}

.p-large {
  font-family: "Albert Sans", sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 26px;
  text-align: left;
}

.header {
  background-color: rgba(0, 56, 29, 0.6);
  color: white;
  z-index: 100000;
  position: relative;
  padding-top: 25px;
  padding-bottom: 25px;
}

.headerfixed {
  position: fixed;
  width: 100%;
  top: 0;
  transition: 0.5s all;
  box-shadow: 0px 5px 5px rgba(102, 102, 102, 0.5);
}

.headerfixed.scrolled {
  position: fixed;
  transition: 0.2s all;
  width: 100%;
  top: 0;
  margin-top: 0px;
}

.nav-iconclose {
  width: 35px;
  height: 35px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  cursor: pointer;
  overflow: visible;
  margin-top: 5px;
  float: right;
}

.nav-iconclose span {
  display: block;
  position: absolute;
  height: 4px;
  width: 100%;
  background: white;
  border-radius: 5px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}

.nav-iconclose span {
  background: white;
}

.nav-iconclose span:nth-child(1) {
  top: 0px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}

.nav-iconclose span:nth-child(2) {
  top: 12px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}

.nav-iconclose span:nth-child(3) {
  top: 24px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}

.nav-iconclose.open span:nth-child(1) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 0px;
  left: 8px;
}

.nav-iconclose.open span:nth-child(2) {
  width: 0%;
  opacity: 0;
}

.nav-iconclose.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 25px;
  left: 8px;
}

.overlay {
  position: fixed;
  width: 100vw;
  height: 100vh;
  background: black;
  z-index: 100000;
  opacity: 0;
  transition: all 0.3s ease-in-out;
  pointer-events: none;
}

.overlay.active {
  display: block;
  opacity: 0.75;
  transition: all 0.3s ease-in-out;
  pointer-events: all;
}

.site {
  transform: translateX(0);
  transition: 0.3s all ease-in-out;
}

.site.opened {
  transform: translateX(-250px);
  transition: 0.3s all ease-in-out;
}

.site-header-fixed {
  transition: 0.3s all ease-in-out;
}

.site-header-fixed.opened {
  transform: translateX(-250px);
  transition: 0.3s all ease-in-out;
  z-index: 100 !important;
}

/* MOBILE NAVIGATION */
.sidenav {
  height: 100%;
  width: 250px;
  padding: 20px 0 0 0;
  transform: translateX(250px);
  position: fixed;
  z-index: 100000000000;
  top: 0;
  right: 0;
  overflow-x: hidden;
  transition: 0.5s all ease-in-out;
  text-align: left;
  background-color: #006937;
}

.sidenav.opened {
  transform: translateX(0);
  margin-right: 0px;
  transition: 0.5s all ease-in-out;
  box-shadow: 0 0px 50px 0px black;
}

.sidenav a {
  text-decoration: none;
  padding: 0px 0px !important;
  color: white;
  display: block;
  transition: 0.3s;
}

.mobile-nav {
  list-style: none;
  margin: 0px;
  padding: 0px;
  background: rgb(205, 51, 47);
}

.mobile-nav a {
  color: white;
  margin: 0px;
  padding: 0px;
}

.mobile-nav ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
  margin-bottom: 0pt;
  background: rgb(33, 37, 41);
}

.mobile-nav li a {
  margin: 0px;
  padding: 15px 25px !important;
  font-weight: bold;
  font-size: 20pt !important;
  font-family: "Albert Sans", sans-serif;
  border-bottom: 0px solid rgba(238, 238, 238, 0.15) !important;
  text-transform: uppercase;
}

.mobile-nav li a:hover {
  color: black;
}

.mobile-nav li ul li a {
  margin: 0px;
  font-weight: normal;
  font-size: 14pt !important;
  font-family: "Albert Sans", sans-serif;
  text-transform: none;
}

.mobile-nav li ul li ul li a {
  padding-left: 50px !important;
}

.mobile-nav li ul li a:hover {
  color: rgb(205, 51, 47);
}

.mobile-nav .donate a {
  background: green;
}

#cssmenu,
#cssmenu ul,
#cssmenu ul li,
#cssmenu ul li a {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
  line-height: 1;
  display: block;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

#cssmenu {
  width: 100%;
  font-family: "Albert Sans", sans-serif;
  color: #ffffff;
}
#cssmenu ul ul {
  display: none;
}
#cssmenu > ul > li > a {
  padding: 15px 20px;
  cursor: pointer;
  z-index: 2;
  font-size: 14px;
  font-weight: bold;
  text-decoration: none;
  color: #ffffff;
  background: #006937;
}
#cssmenu > ul > li > a:hover {
  color: rgb(33, 37, 41);
  background: #eac473 !important;
}
#cssmenu > ul > li.open > a, #cssmenu > ul > li:last-child > a, #cssmenu > ul > li.last > a {
  border-bottom: 0;
}

.align-right {
  float: right;
}

.holder {
  width: 0;
  height: 0;
  position: absolute;
  top: 0;
  right: 0;
}
.holder::after, .holder::before {
  display: block;
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  right: 20px;
  z-index: 10;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
.holder::after {
  top: 20px;
  border-top: 2px solid #ffffff;
  border-left: 2px solid #ffffff;
}
.holder::before {
  top: 20px;
  border-top: 2px solid;
  border-left: 2px solid;
  border-top-color: inherit;
  border-left-color: inherit;
}

#cssmenu > ul > li > a:hover > span::after,
#cssmenu > ul > li.active > a > span::after,
#cssmenu > ul > li.open > a > span::after {
  border-color: #eeeeee;
}

#cssmenu ul ul li a {
  cursor: pointer;
  border-bottom: 1px solid #32373e;
  border-right: 1px solid #32373e;
  padding: 10px 20px;
  z-index: 1;
  text-decoration: none;
  font-size: 13px;
  color: #eeeeee;
  background: #49505a;
}

#cssmenu ul ul li:hover > a,
#cssmenu ul ul li.open > a,
#cssmenu ul ul li.active > a {
  background: #424852;
  color: #ffffff;
}

#cssmenu ul ul li:first-child > a {
  box-shadow: none;
}

#cssmenu ul ul ul li:first-child > a {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
}

#cssmenu ul ul ul li a {
  padding-left: 30px;
}

#cssmenu > ul > li > ul > li:last-child > a,
#cssmenu > ul > li > ul > li.last > a {
  border-bottom: 0;
}

#cssmenu > ul > li > ul > li.open:last-child > a,
#cssmenu > ul > li > ul > li.last.open > a {
  border-bottom: 1px solid #32373e;
}

#cssmenu > ul > li > ul > li.open:last-child > ul > li:last-child > a {
  border-bottom: 0;
}

#cssmenu ul ul li.has-sub > a::after {
  display: block;
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  right: 20px;
  z-index: 10;
  top: 15px;
  border-top: 2px solid #eeeeee;
  border-left: 2px solid #eeeeee;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

#cssmenu ul ul li.active > a::after,
#cssmenu ul ul li.open > a::after,
#cssmenu ul ul li > a:hover::after {
  border-color: #ffffff;
}

.advocacy-actionwidget {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  border: 0 !important;
  border-radius: 0 !important;
  margin-bottom: -100px;
}

.topnavigation ul {
  padding: 0;
  margin: 0px;
  list-style: none;
  float: right;
  font-size: 12pt;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 2px;
  z-index: 10000000000 !important;
}
.topnavigation ul li {
  padding: 0;
  margin: 0;
  margin-left: 0px;
  display: block;
  float: left;
  position: relative;
  text-decoration: none;
  transition: all 0.5s;
}
.topnavigation ul li:hover > ul,
.topnavigation ul li ul:hover {
  visibility: visible;
  opacity: 1;
  transition: 0.5s all;
  margin-top: 10px;
  pointer-events: all;
  z-index: 100000000000 !important;
  position: absolute;
}
.topnavigation ul li a {
  text-decoration: none;
  color: white;
  padding: 15px 25px;
  margin: 0;
}
.topnavigation ul li a:hover {
  color: #eac473;
}
.topnavigation ul li.action a {
  background: none;
  padding: 10px 20px;
  font-weight: normal;
  border: 3px solid #eac473;
  border-radius: 14px 0px !important;
  color: white;
}
.topnavigation ul li.action a:hover {
  background: #eac473;
  color: black;
}
.topnavigation ul li ul {
  visibility: hidden;
  background: #eee;
  opacity: 0;
  margin-top: -20px;
  position: absolute;
  padding: 0 15px;
  z-index: 100000000000 !important;
  pointer-events: none;
  font-size: 12pt;
  line-height: 12pt;
  border-radius: 9px;
  transition: 0.5s all;
  box-shadow: 0px 5px 5px rgba(102, 102, 102, 0.5);
}
.topnavigation ul li ul li {
  width: 100%;
}
.topnavigation ul li ul li a {
  padding: 10px 0;
  display: block;
  font-size: 12pt;
}

.bottomnavigation ul {
  padding: 0;
  margin: 0px;
  list-style: none;
  float: right;
  font-size: 10pt;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-weight: bold;
  z-index: 10000000000 !important;
}
.bottomnavigation ul li {
  padding: 0;
  margin: 0px;
  margin-left: 0px;
  display: block;
  float: left;
  position: relative;
  text-decoration: none;
  transition: all 0.5s;
}
.bottomnavigation ul li:hover > ul,
.bottomnavigation ul li ul:hover {
  visibility: visible;
  opacity: 1;
  transition: 0.5s all;
  margin-top: 10px;
  pointer-events: all;
  z-index: 100000000000 !important;
  position: absolute;
}
.bottomnavigation ul li a {
  text-decoration: none;
  color: white;
  padding-left: 15px;
}
.bottomnavigation ul li a:hover {
  color: #eac473;
}
.bottomnavigation ul li ul {
  visibility: hidden;
  background: #eee;
  opacity: 0;
  margin-top: -20px;
  position: absolute;
  padding: 0 15px;
  z-index: 100000000000 !important;
  pointer-events: none;
  font-size: 12pt;
  line-height: 12pt;
  border-radius: 9px;
  transition: 0.5s all;
  box-shadow: 0px 5px 5px rgba(102, 102, 102, 0.5);
}
.bottomnavigation ul li ul li {
  width: 100%;
}
.bottomnavigation ul li ul li a {
  padding: 10px 0;
  display: block;
  font-size: 12pt;
}

.socialnavigation ul {
  padding: 0;
  margin: 0px;
  list-style: none;
  float: right;
  font-size: 24pt;
  text-transform: uppercase;
  font-weight: bold;
  z-index: 10000000000 !important;
  margin-right: -12.5px;
}
.socialnavigation ul li {
  padding: 0;
  margin: 0px;
  margin-left: 0px;
  display: block;
  float: left;
  position: relative;
  text-decoration: none;
  transition: all 0.5s;
}
.socialnavigation ul li a {
  text-decoration: none;
  color: white;
  padding: 0px 15px;
  transform: rotate(0) scale(1) !important;
}
.socialnavigation ul li:hover {
  transform: rotate(360deg) scale(1.5) !important;
}
.socialnavigation ul li.facebook a:hover {
  color: #3b5999;
}
.socialnavigation ul li.twitter a:hover {
  color: #55acee;
}
.socialnavigation ul li.linkedin a:hover {
  color: #0077b5;
}
.socialnavigation ul li.instagram a:hover {
  color: #e4405f;
}
.socialnavigation ul li.tiktok a:hover {
  color: #4de8f4;
}
.socialnavigation ul li.snapchat a:hover {
  color: #fffc00;
}

.footer {
  background-color: #006937;
  color: white;
  padding: 50px 0 50px 0;
  padding-bottom: 150px;
  z-index: 1000000;
  margin-top: -100px;
  position: relative;
}
.footer .logo {
  position: relative;
  z-index: 1000;
}
.footer .footer-title {
  font-family: "Albert Sans";
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 1px;
  margin-bottom: 2.5rem;
}
.footer .footer-description {
  font-family: "Albert Sans";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.3;
  margin-bottom: 2.5rem;
}
.footer h3 {
  color: #eac473;
  text-transform: uppercase;
  font-size: 20pt;
  line-height: 20pt;
  font-weight: 900;
}
.footer h6 {
  font-size: 10pt;
  font-weight: 100;
  letter-spacing: 4px;
  text-transform: uppercase;
}
.footer a.button {
  background: none;
  font-size: 12pt;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 2px;
  padding: 10px 25px;
  border: 3px solid #eac473;
  border-radius: 14px 0px !important;
  color: white;
  margin-bottom: 50px;
  display: inline-block;
}
.footer a.button:hover {
  background: #eac473;
  color: black;
}

.s1,
.s2,
.s3,
.s4,
.s5 {
  padding: 50px 0 50px 0;
}

.s2 {
  padding-top: 0;
}

.s1 .heroimage {
  position: relative;
  margin-top: -50px !important;
  border-radius: 14px;
}
@media screen and (max-width: 991px) {
  .s1 .heroimage {
    margin-top: 0 !important;
  }
}
.s1 .heroimage img {
  border-radius: 0 0 14px 14px;
  display: block;
  max-width: 100%;
}
.s1 .heroimage .bgdiv {
  position: absolute;
  background-color: #e8f1e4;
  left: 10px;
  bottom: 50px;
  width: 300px;
  height: 700px; /* Adjust the height as needed */
  z-index: -1;
}
.s1 h1 {
  color: #006937;
  font-size: 40pt;
  line-height: 45pt;
  letter-spacing: 0 !important;
}
.s1 p {
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 14pt;
}
.s1 a.button {
  background: none;
  font-size: 12pt;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 2px;
  padding: 10px 25px;
  border: 3px solid #eac473;
  border-radius: 14px 0px !important;
  color: #006937;
  margin-bottom: 25px;
  display: inline-block;
}
.s1 a.button:hover {
  background: #eac473;
  color: black;
}

a.button2 {
  background: none;
  font-size: 12pt;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 2px;
  padding: 10px 25px;
  border: 3px solid #eac473;
  border-radius: 14px 0px !important;
  color: #006937;
  margin-bottom: 25px;
  display: inline-block;
}
a.button2:hover {
  background: #eac473;
  color: black;
}

.landscape {
  position: relative;
  margin-top: 10%;
  background: #eee;
  padding-top: 100px;
}
.landscape img {
  position: absolute;
  width: 100%;
  bottom: 0;
  height: auto;
  z-index: 0;
  padding-bottom: 25px;
}
.landscape img:nth-child(2) {
  z-index: 0;
  padding-bottom: 25px;
}
.landscape img:nth-child(3) {
  z-index: 3;
  padding-bottom: 0px;
}

a[name=benefits],
a.benefits,
a[name=resources],
a.resources,
a[name=support],
a.support {
  display: block;
  position: relative;
  top: -70px;
  visibility: hidden;
}

a[name=project],
a.project {
  display: block;
  position: relative;
  top: -150px;
  visibility: hidden;
}

.counter {
  display: inline-block;
}

.s2 {
  color: white;
}
.s2 h3 {
  color: #006937;
  font-size: 25pt;
}
.s2 h2 {
  color: #eac473;
  font-size: 75pt;
  font-weight: 900;
  line-height: 75pt;
  text-transform: uppercase;
}
.s2 .process-date {
  color: #eac473;
  font-size: 35pt;
  font-weight: 900;
  line-height: 35pt;
  text-transform: uppercase;
}
.s2 h4 {
  color: black;
  font-size: 20pt;
  font-weight: 900;
  line-height: 20pt;
  text-transform: uppercase;
}
.s2 p {
  color: black;
}
.s2 a.button {
  background: none;
  font-size: 12pt;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 2px;
  padding: 10px 25px;
  border: 3px solid #eac473;
  border-radius: 14px 0px !important;
  color: #006937;
  margin-bottom: 25px;
  display: inline-block;
}
.s2 a.button:hover {
  background: #eac473;
  color: black;
}
.s2 .boxlink h5 {
  position: relative;
  z-index: 100;
  margin-top: -20px;
}
.s2 .boxlink img {
  transition: transform 0.3s;
  width: 100%;
  height: auto;
}
.s2 .boxlink:hover img {
  transform: scale(1.2);
  transition: 1s all;
}
.s2 .boxlink .button-download {
  background: none;
  font-size: 12pt;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 2px;
  padding: 10px 25px;
  border: 3px solid #eac473;
  border-radius: 14px 0px !important;
  color: #006937;
  margin-bottom: 25px;
  display: inline-block;
  transition: 0.5s all;
}
.s2 .boxlink:hover .button-download {
  background: #eac473;
  color: black;
  transition: 0.5s all;
}

.dividerdiv {
  background: #eac473;
  height: 3px;
  margin: 0;
}

.s4 {
  background: #eee;
}

.ratio iframe {
  border-radius: 20px !important;
}

.custom-shape-divider-top {
  width: 100%;
  overflow: hidden;
  line-height: 0;
  transform: rotate(180deg);
}

.custom-shape-divider-top svg {
  position: relative;
  display: block;
  width: calc(100% + 1.3px);
  height: 59px;
}

.custom-shape-divider-top .shape-fill {
  fill: #eee;
}

.custom-shape-divider-bottom {
  width: 100%;
  overflow: hidden;
  line-height: 0;
}

.custom-shape-divider-bottom svg {
  position: relative;
  display: block;
  width: calc(100% + 1.3px);
  height: 59px;
}

.custom-shape-divider-bottom .shape-fill {
  fill: #eac473;
}

.box {
  background-color: transparent;
  padding: 0;
  margin-bottom: 25px;
  box-shadow: 0 0 20px 0 #ccc;
  border-radius: 28px 0;
  color: black;
  transition: 1s all;
  overflow: hidden;
}
.box .info {
  background: #006937;
  padding: 25px 12.5px;
  width: 100%;
  border-radius: 0 0 28px 0;
  z-index: 100000;
}
.box .info h5 {
  color: white;
  font-weight: 900;
  text-transform: uppercase;
  margin: 0px;
  font-size: 12pt;
}
.box .info p {
  margin: 5px 0 0;
  color: white;
}

.newsitem {
  margin-top: 25px;
  transition: 0.5s all;
}
.newsitem .newsdate {
  font-weight: 100;
  letter-spacing: 2px;
  color: #006937;
  text-transform: uppercase;
  font-size: 10pt;
}
.newsitem .newssource {
  font-weight: 900;
  letter-spacing: 2px;
  color: #006937;
  text-transform: uppercase;
  font-size: 10pt;
}
.newsitem .newscategory {
  background: #eee;
  color: black;
  margin: -25px;
  margin-top: 25px;
  padding: 12.5px 25px;
  border-radius: 0 0 9px 9px;
  transition: 0.5s all;
  font-weight: 900;
  letter-spacing: 2px;
  color: #006937;
  text-transform: uppercase;
  font-size: 10pt;
}
.newsitem:hover {
  transform: scale(1.05);
  transition: 0.5s all;
}
.newsitem:hover .newscategory {
  background: #eac473;
  color: white;
  transition: 0.5s all;
}

.titleheader {
  background: #006937;
  color: white;
  padding: 128px 20px 64px;
}
@media (max-width: 767.98px) {
  .titleheader {
    padding: 112px 20px 32px;
  }
}
.titleheader h1 {
  margin: 0;
  padding: 0;
  font-size: 72px;
  font-weight: 400;
  line-height: 72px;
  text-align: left;
}
@media (max-width: 991.98px) {
  .titleheader h1 {
    font-size: 48px;
    line-height: 48px;
  }
}

.breadcrumbs a {
  color: white;
  list-style: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.breadcrumbs a:hover {
  color: #eac473;
}
.breadcrumbs li {
  display: inline-block;
  vertical-align: middle;
  margin-right: 15px;
}
.breadcrumbs .separator {
  font-size: 18px;
  font-weight: 100;
  color: #ccc;
}

.page .site-main,
.single .site-main,
.error404 .site-main {
  padding: 0;
  min-height: 100vh;
}

.disclaimer {
  font-size: 75%;
}

.page .wrapper.container {
  margin-bottom: 500px;
}

.accordion .accordion-item {
  background: transparent !important;
}
.accordion .accordion-item .accordion-body {
  padding: 0px;
  font-size: 18px;
  padding-bottom: 25px;
}
.accordion .accordion-item .accordion-body a {
  color: #eac473;
}
.accordion .accordion-item h2.accordion-header button.accordion-button {
  background-color: transparent !important;
  padding: 0px;
  padding-top: 30px;
  font-size: 30pt;
  font-weight: 400;
  color: #006937;
}
.accordion .accordion-item h2.accordion-header button.accordion-button:hover {
  background: none;
  color: #eac473;
}
.accordion .accordion-item h2.accordion-header button.accordion-button:not(.collapsed) {
  border: 0;
  box-shadow: none;
  color: #eac473 !important;
}

.logo img {
  width: 200px !important;
}

.headerfixed.scrolled .logo img {
  width: 200px !important;
}

.cn-button {
  background: #eac473 !important;
  padding: 12.5px !important;
  border-radius: 20px !important;
  font-weight: 900 !important;
}
.cn-button:hover {
  background: #eee !important;
  color: black !important;
}

.carousel-indicators {
  margin-bottom: 25px;
}
.carousel-indicators.active {
  background-color: #eac473 !important;
}
.carousel-indicators li {
  height: 20px;
  width: 20px;
  border-radius: 200px;
  background-color: white !important;
  border: 3px solid white;
}

.carousel-caption {
  border-top: 0px solid #d2d2d2;
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  width: 100%;
  padding-top: 25px;
  padding-bottom: 50px;
  right: 0;
  left: 0;
  bottom: 0;
}

.carousel-control-prev,
.carousel-control-next {
  background: none;
  width: 10%;
  padding: 0;
  margin: 0;
}
.carousel-control-prev:hover,
.carousel-control-next:hover {
  background: none;
}

li.gfield:after {
  content: "";
  display: table;
  clear: both;
}

.team-section {
  display: flex;
  align-items: stretch;
  gap: 34px;
  margin-bottom: 1.9375rem;
}
@media screen and (max-width: 764px) {
  .team-section {
    flex-direction: column;
  }
}
.team-section .team-member {
  width: 100%;
  max-width: 16.0625rem;
}
@media screen and (max-width: 764px) {
  .team-section .team-member {
    width: 100%;
    max-width: 100%;
    border-radius: 5.5625rem 0 1.75rem 0;
    overflow: hidden;
  }
}
@media screen and (max-width: 480px) {
  .team-section .team-member {
    border-radius: 4.75rem 0 1.75rem 0;
  }
}
.team-section .team-member .team-member-image {
  object-fit: cover;
  object-position: top center;
  width: 100%;
  aspect-ratio: 257/183;
  border-radius: 1.75rem 0 0 0;
}
.team-section .team-member .info {
  padding: 12px 0 26px;
  height: 100%;
}
.team-section .team-member .info h5 {
  text-align: center;
  font-family: "Albert Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 1px !important;
  text-transform: uppercase;
  padding-inline: 8px;
}
.team-section .team-member .info p {
  text-align: center;
  font-family: "Albert Sans";
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.16;
  text-transform: capitalize;
  padding-inline: 18px;
}

/* Hidden & Validation Forms */
li.gform_validation_container,
li.gform_hidden {
  position: absolute;
  left: -999em;
  visibility: hidden;
}

.hidden_label > label {
  position: absolute;
  left: -999em;
}

/* Buttons */
.btn,
.btn-primary,
.button,
.button:visited,
.h nav li.button a,
button,
input[type=button],
input[type=submit],
input[type=reset],
.menu-toggle {
  color: white;
  font-size: 1em;
  background: #666;
  border-radius: 9px;
  border: none;
  padding: 15px 25px;
  line-height: 1;
  transition: background 500ms, color 500ms;
  text-decoration: none;
  text-align: center;
  font-weight: 900;
}

.select2-container .select2-choice {
  background: #efefef !important;
  border: none !important;
  padding: 0.75em 1em !important;
}

.select2-display-none {
  padding-top: 0.5em !important;
}

.button.secondary-button,
input[type=reset] {
  color: black;
  background: lightgrey;
}

.button:hover,
button:hover,
input[type=button]:hover,
input[type=submit]:hover,
input[type=reset]:hover,
.menu-toggle:hover,
.h nav li.button a:hover {
  color: white;
  background: black;
  cursor: pointer;
  transition: background 0.5s, color 0.5s;
}

/* Form Elements */
.content form {
  margin: 1em 0;
}

fieldset {
  padding: 1em 0;
}

fieldset > * {
  padding-left: 1em;
}

fieldset legend {
  padding-left: 0;
}

label {
  display: block;
  padding: 1em 0 12.5px 0;
  font-size: 16pt;
}

.ginput_container_radio label,
.ginput_container_checkbox label {
  display: block;
  padding: 4em 0 12.5px 0;
  font-size: 16pt;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0.5em;
  background: white;
  border: 1;
  border-radius: 9px;
  padding: 8.3333333333px 12.5px;
  font-size: 1em;
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%23000000%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-position: right 0.7em top 50%;
  background-size: 0.65em auto;
}

select:after {
  content: "<>";
  font: 17px "Consolas", monospace;
  color: red;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  right: 11px;
  top: 18px;
  padding: 0 0 2px;
  border-bottom: 1px solid #999;
  position: absolute;
  pointer-events: none;
}

select::-ms-expand {
  display: none;
}

option {
  padding: 0.25em 0.5em;
}

textarea,
select[multiple],
input[type=date],
input[type=datetime],
input[type=datetime-local],
input[type=email],
input[type=month],
input[type=week],
input[type=number],
input[type=password],
input[type=search],
input[type=text],
input[type=time],
input[type=url],
input[type=tel],
input[type=time] {
  width: 100%;
  max-width: 100%;
  border-radius: 9px;
  border: 1;
  padding: 8.3333333333px 12.5px;
  font-size: 1em;
  outline: none;
  background: white;
}

select[multiple] {
  width: auto;
}

input[type=week],
input[type=month],
input[type=date],
input[type=datetime],
input[type=datetime-local],
input[type=number],
input[type=time] {
  width: 5em;
  max-width: 100%;
}

input[type=checkbox],
input[type=radio] {
  display: inline-block;
  padding-top: 0;
  clear: left;
  float: left;
}

input[type=checkbox] + label,
input[type=radio] + label {
  display: inline-block;
  max-width: 95%;
  float: left;
}

input[type=search] {
  appearance: none;
}

textarea {
  min-height: 200px;
  width: 100%;
}

form button,
form input[type=submit] {
  float: right;
}

form.simple-search input {
  width: 100%;
  padding-right: 40px;
}

.search form.simple-search {
  width: 60%;
}

form.simple-search button {
  top: 5px;
  right: 5px;
  border: 0;
  background: none;
  padding: 0;
  box-shadow: none;
}

form.simple-search button:hover,
form.simple-search button:active {
  box-shadow: none;
}

form.simple-search button img {
  width: 2em;
}

form.search-form {
  padding: 0;
  overflow: hidden;
  margin-top: 1em;
  max-height: 3.25em;
  position: relative;
}

form.search-form input {
  padding: 1em 3em 1em 1em;
  width: 100%;
}

.search-form label:before {
  font-size: 2em;
}

.search-form * {
  outline: none;
}

.search-form button {
  width: 10%;
  height: 5em;
  position: absolute;
  top: 0;
  right: 0;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.search-form button:before {
  font-size: 2.5em;
}

.search-form button.icon-replacement:before {
  left: 0.35em;
  top: 0.4em;
}

.select2-container .select2-choice {
  padding: 1.05em !important;
}

/* Gravity Forms Styling, v .1 */
/* Basics */
.gform_heading {
  display: none;
}

#gform_submit_button_1 {
  background: none;
  font-size: 12pt;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 2px;
  padding: 10px 25px;
  border: 3px solid #eac473;
  border-radius: 14px 0px !important;
  color: #006937;
  margin-bottom: 25px;
  display: inline-block;
}
#gform_submit_button_1:hover {
  background: #eac473;
  color: black;
}

.gform_wrapper:after,
.gform_wrapper li:after,
.gfield_html_formatted:after,
.clear-multi:after,
.gf_progressbar_wrapper:after,
.gform_page_footer:after,
.gf_page_steps:after {
  content: "";
  display: table;
  clear: both;
}

.gform_wrapper ul,
.gform_wrapper li {
  padding: 0;
  margin: 0;
  list-style: none;
}

.gform_wrapper .small,
.small + .ginput_counter,
.small + .chosen-container-multi {
  width: 20% !important;
  max-width: 100%;
}

.gform_wrapper .medium,
.medium + .ginput_counter,
.medium + .chosen-container-multi {
  width: 50% !important;
  max-width: 100%;
}

.gform_wrapper .large,
.large + .ginput_counter,
.large + .chosen-container-multi {
  width: 100% !important;
  max-width: 100%;
}

@media (max-width: 767px) {
  .gform_wrapper .small,
  .small + .ginput_counter,
  .small + .chosen-container-multi {
    width: 40% !important;
    max-width: 100%;
  }
  .gform_wrapper .medium,
  .medium + .ginput_counter,
  .medium + .chosen-container-multi {
    width: 75% !important;
    max-width: 100%;
  }
  .gform_wrapper .large,
  .large + .ginput_counter,
  .large + .chosen-container-multi {
    width: 100% !important;
    max-width: 100%;
  }
}
.ginput_counter {
  padding-top: 0.25em;
}

.gfield_required {
  padding: 0 0.2em;
}

.gfield_description {
  padding: 0.25em 0.25em 0 0.25em;
  clear: both;
}

.field_description_above .gfield_description {
  padding: 0.75em 0.25em;
}

.field_sublabel_above.field_description_above .gfield_description + .clear-multi label {
  padding-top: 0;
}

@media (max-width: 767px) {
  li.gfield {
    max-width: 100%;
    overflow-x: scroll;
  }
}
/* Typography */
.gfield_total label {
  font-size: 1.75em;
}

.ginput_container_total,
h3.gf_progressbar_title,
.ginput_container_post_title {
  font-size: 1.5em;
}

h3.gf_progressbar_title {
  font-size: 1em;
}

.ginput_counter,
.ginput_complex span label,
.ginput_container_fileupload .screen-reader-text,
.instruction,
.ui-datepicker-title select {
  font-size: 0.9em;
}

.gfield_description,
.gfield .instruction {
  font-style: italic;
}

.gfield_label,
.gfield_required,
.ginput_product_price_label,
.ginput_product_price,
input:checked + label,
td.ui-datepicker-today a,
.gfield_description.validation_message,
.ginput_shipping_price,
h3.gf_progressbar_title {
  font-weight: bold;
}

.ginput_counter {
  text-align: right;
}

.ginput_counter {
  line-height: 1;
}

/* Colors */
.gfield_required,
.warningTextareaInfo,
ul.chosen-results li.no-results,
.ginput_container_fileupload span.screen-reader-text + div {
  color: #bf0421;
}

.ginput_product_price_label,
.ginput_product_price,
.ginput_container_total {
  color: green;
}

select[multiple] + .chosen-container li.result-selected,
td.ui-datepicker-current-day a.ui-state-active,
ul.chosen-results li.active-result.result-selected {
  background: black;
  color: white;
}

/* Radio & Checkboxes */
.gfield_checkbox li label,
.gfield_radio li label {
  padding-top: 0;
  padding-left: 20px;
  top: -0.4em;
  position: relative;
  margin-bottom: 0;
}

.gfield_radio input[type=radio] + input[type=text] {
  float: left;
  display: inline-block;
  width: 10em;
  top: -0.75em;
  position: relative;
  margin-left: 0.25em;
}

/* Selects */
.ginput_container_select {
  position: relative;
  display: inline;
}

.ginput_container_select.chosen-after {
  display: inline-block;
}

.ginput_container_select.chosen-after:after {
  top: 1.3em;
}

.ginput_container_select:after {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  pointer-events: none;
}

.ginput_container_select:after {
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  top: 0.3em;
  right: 0.75em;
  border-top: 8px solid black;
  opacity: 0.5;
}

.ginput_container_select select {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.chosen-container {
  position: relative;
}

li.gfield a.chosen-single span,
li.gfield .chosen-container-multi .search-choice span {
  color: black;
  position: absolute;
  display: block;
  left: 1em;
  top: 0.85em;
}

ul.chosen-results {
  display: none;
  border: 3px solid #efefef;
  background: white;
  top: -0.3em;
  position: relative;
  padding: 0 !important;
  max-height: 11.75em;
  overflow: scroll;
}

.chosen-container-multi ul.chosen-results {
  top: -1em;
  left: 1em;
  width: 15em;
  max-width: 90%;
}

ul.chosen-results li.active-result {
  padding: 0.5em 0.75em;
}

ul.chosen-results li.active-result:hover {
  background: #efefef;
}

select[multiple] + .chosen-container li.result-selected {
  padding-left: 0.75em;
}

select[multiple] + .chosen-container.chosen-container-active li.search-field {
  display: none;
}

ul.chosen-results li.active-result.result-selected.gf_placeholder {
  background: transparent;
  color: black;
}

ul.chosen-results li.no-results {
  padding: 0.5em 0.75em;
  font-style: italic;
}

.chosen-container-active ul.chosen-results {
  display: block;
}

.chosen-container-active a.chosen-single span {
  visibility: hidden;
}

.chosen-container-multi .search-choice span {
  top: 2em;
  left: 2em;
}

.chosen-container-multi li.search-choice {
  position: relative;
  top: 2.5em;
}

.chosen-container-multi .search-field input {
  overflow-x: hidden;
}

.ginput_container_multiselect select {
  height: 8em;
  overflow: scroll;
}

.ginput_container_multiselect select.small {
  height: 6.5em;
}

.ginput_container_multiselect select.large {
  height: 12em;
}

.small + .chosen-container-multi .search-field input,
.medium + .chosen-container-multi .search-field input,
.large + .chosen-container-multi .search-field input {
  width: 100%;
}

select[multiple] + .chosen-container li.search-field input {
  width: 100% !important;
}

select[multiple] + .chosen-container-multi ul.chosen-choices li.search-choice {
  position: relative;
  left: 90%;
  padding-bottom: 1em;
}

/* HTML Field & Sections */
.gfield_html_formatted {
  margin-bottom: 1em;
}

li.gsection {
  margin-top: 2em;
}

/* Name Fields */
.ginput_complex span label {
  padding: 0.25em 0 0.75em 0.25em;
}

span.name_first,
span.name_last,
span.name_middle,
span.name_prefix,
span.name_suffix {
  width: 49%;
  float: left;
}

span.name_first {
  margin-right: 1%;
}

span.name_last {
  margin-left: 1%;
}

.no_prefix.no_middle_name.no_last_name.no_suffix span.name_first label,
.no_prefix.no_middle_name.no_first_name.no_suffix span.name_last label {
  display: none;
}

.no_prefix.no_middle_name.no_first_name.no_suffix span.name_last {
  margin-left: 0;
}

.no_prefix.has_first_name.has_middle_name.has_last_name.no_suffix span.name_first {
  width: 40%;
  margin-right: 1%;
}

.no_prefix.has_first_name.has_middle_name.has_last_name.no_suffix span.name_middle {
  width: 18%;
}

.no_prefix.has_first_name.has_middle_name.has_last_name.no_suffix span.name_last {
  width: 40%;
  margin-left: 1%;
}

.has_prefix.has_first_name.has_middle_name.has_last_name.no_suffix span.name_prefix {
  width: 10%;
}

.has_prefix.has_first_name.has_middle_name.has_last_name.no_suffix span.name_first {
  width: 39%;
  margin-right: 1%;
}

.has_prefix.has_first_name.has_middle_name.has_last_name.no_suffix span.name_middle {
  width: 10%;
}

.has_prefix.has_first_name.has_middle_name.has_last_name.no_suffix span.name_last {
  width: 39%;
}

.no_prefix.has_first_name.has_middle_name.has_last_name.has_suffix span.name_first {
  width: 38.5%;
  margin-right: 1%;
}

.no_prefix.has_first_name.has_middle_name.has_last_name.has_suffix span.name_middle {
  width: 10%;
  margin-right: 1%;
}

.no_prefix.has_first_name.has_middle_name.has_last_name.has_suffix span.name_last {
  width: 38.5%;
  margin-left: 0;
}

.no_prefix.has_first_name.has_middle_name.has_last_name.has_suffix span.name_suffix {
  width: 10%;
  margin-left: 1%;
}

.has_prefix.has_first_name.no_middle_name.has_last_name.has_suffix span.name_prefix {
  width: 10%;
}

.has_prefix.has_first_name.no_middle_name.has_last_name.has_suffix span.name_first {
  width: 39%;
  margin-right: 1%;
}

.has_prefix.has_first_name.no_middle_name.has_last_name.has_suffix span.name_last {
  width: 39%;
  margin-left: 0;
}

.has_prefix.has_first_name.no_middle_name.has_last_name.has_suffix span.name_suffix {
  width: 10%;
  margin-left: 1%;
}

.has_prefix.has_first_name.has_middle_name.has_last_name.has_suffix span.name_prefix {
  width: 10%;
}

.has_prefix.has_first_name.has_middle_name.has_last_name.has_suffix span.name_first {
  width: 33.5%;
  margin-right: 1%;
}

.has_prefix.has_first_name.has_middle_name.has_last_name.has_suffix span.name_middle {
  width: 10%;
  margin-right: 1%;
}

.has_prefix.has_first_name.has_middle_name.has_last_name.has_suffix span.name_last {
  width: 33.5%;
  margin-left: 0;
}

.has_prefix.has_first_name.has_middle_name.has_last_name.has_suffix span.name_suffix {
  width: 10%;
  margin-left: 1%;
}

@media (max-width: 767px) {
  .has_prefix.has_first_name.has_middle_name.has_last_name.no_suffix span.name_prefix {
    width: 20%;
  }
  .has_prefix.has_first_name.has_middle_name.has_last_name.no_suffix span.name_first {
    width: 40%;
    margin-right: 1%;
  }
  .has_prefix.has_first_name.has_middle_name.has_last_name.no_suffix span.name_middle {
    clear: left;
    width: 20%;
  }
  .has_prefix.has_first_name.has_middle_name.has_last_name.no_suffix span.name_last {
    width: 40%;
  }
  .no_prefix.has_first_name.has_middle_name.has_last_name.has_suffix span.name_first {
    width: 40%;
    margin-right: 1%;
  }
  .no_prefix.has_first_name.has_middle_name.has_last_name.has_suffix span.name_middle {
    width: 20%;
    margin-right: 1%;
  }
  .no_prefix.has_first_name.has_middle_name.has_last_name.has_suffix span.name_last {
    clear: left;
    width: 40%;
    margin-left: 0;
  }
  .no_prefix.has_first_name.has_middle_name.has_last_name.has_suffix span.name_suffix {
    width: 20%;
    margin-left: 1%;
  }
  .has_prefix.has_first_name.no_middle_name.has_last_name.has_suffix span.name_prefix {
    width: 20%;
  }
  .has_prefix.has_first_name.no_middle_name.has_last_name.has_suffix span.name_first {
    width: 40%;
    margin-right: 1%;
  }
  .has_prefix.has_first_name.no_middle_name.has_last_name.has_suffix span.name_last {
    width: 40%;
    clear: left;
    margin-left: 0;
  }
  .has_prefix.has_first_name.no_middle_name.has_last_name.has_suffix span.name_suffix {
    width: 20%;
    margin-left: 1%;
  }
  .has_prefix.has_first_name.has_middle_name.has_last_name.has_suffix span.name_prefix {
    width: 20%;
    margin-right: 1%;
  }
  .has_prefix.has_first_name.has_middle_name.has_last_name.has_suffix span.name_first {
    width: 40%;
    margin-right: 1%;
  }
  .has_prefix.has_first_name.has_middle_name.has_last_name.has_suffix span.name_middle {
    clear: left;
    width: 20%;
    margin-right: 1%;
  }
  .has_prefix.has_first_name.has_middle_name.has_last_name.has_suffix span.name_last {
    width: 40%;
    margin-left: 0;
  }
  .has_prefix.has_first_name.has_middle_name.has_last_name.has_suffix span.name_suffix {
    width: 20%;
    margin-left: 1%;
  }
}
.field_sublabel_above span label {
  padding-bottom: 0;
}

/* Calendar */
.ui-datepicker .ui-icon {
  position: relative;
}

a.ui-datepicker-prev,
a.ui-datepicker-next {
  float: left;
  width: 1em;
  height: 1em;
  margin-top: 0.45em;
}

a.ui-datepicker-next {
  float: right;
}

#ui-datepicker-div {
  background: white;
  padding: 0.5em;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
}

table.ui-datepicker-calendar th,
table.ui-datepicker-calendar td {
  padding: 0.25em;
}

a.ui-datepicker-next.ui-corner-all {
  float: right;
}

.ui-datepicker-title {
  text-align: center;
}

.ui-datepicker-title select {
  padding: 0.5em 1em;
  margin: 0 0.15em;
}

td.ui-datepicker-week-end {
  background: #efefef;
}

table.ui-datepicker-calendar td {
  padding: 0.25em;
  text-align: center;
}

select[multiple] + .chosen-container li.result-selected {
  padding-left: 0.75em;
  background: black;
  color: white;
}

td.ui-datepicker-current-day a.ui-state-active {
  display: block;
  border-radius: 50%;
  width: 1.5em;
}

input.datepicker_with_icon + img {
  width: 1.5em;
  position: relative;
  left: 0.5em;
  top: 0.25em;
}

/* Time */
.ginput_container_time {
  float: left;
}

.ginput_container_time i {
  font-style: normal;
  display: inline-block;
  padding: 0 0.25em 0 0;
}

.gfield_time_ampm {
  margin-left: 1%;
}

/* Address */
span.address_city,
span.address_state,
span.address_zip {
  float: left;
  width: 32%;
  margin-right: 1%;
}

span.address_city {
  width: 34%;
}

span.address_zip {
  margin-right: 0;
}

.address_state select {
  width: 100%;
}

@media (max-width: 767px) {
  span.address_city {
    width: 100%;
    float: none;
  }
  span.address_city input {
    width: 80%;
  }
  span.address_state,
  span.address_zip {
    width: 49%;
  }
}
/* Email Address */
.ginput_container_email > span {
  float: left;
  width: 49.5%;
  margin-right: 0.5%;
}

.ginput_container_email span.ginput_right {
  margin-left: 0.5%;
  margin-right: 0;
}

/* File Upload */
.ginput_container_fileupload {
  background: #efefef;
  padding: 0.75em;
  border-radius: 3px;
}

.ginput_container_fileupload .screen-reader-text {
  display: inline;
}

.ginput_container_fileupload > div:first-of-type {
  text-align: center;
  padding: 2em 0;
  border: 3px dashed #ddd;
}

span.gform_drop_instructions {
  display: block;
  margin: 0 0 1em 0;
}

.ginput_container_fileupload > div + span.screen-reader-text {
  display: block;
  text-align: center;
  margin: 1em 0 0 0;
}

.ginput_container_fileupload span.screen-reader-text + div li {
  padding: 0.25em 0 0 0;
}

@media (max-width: 767px) {
  .ginput_container_fileupload .screen-reader-text {
    display: block;
    font-size: 0.7em;
    padding: 1em 0.75em;
  }
  span.gform_drop_instructions {
    display: none;
  }
}
/* List */
td.gfield_list_icons img {
  position: relative;
  top: 1em;
  opacity: 1 !important;
}

.field_description_above .gfield_description + .ginput_container_list {
  margin-top: -1.5em;
}

/* Product Fields */
.ginput_container_singleproduct .ginput_product_price_label {
  padding-left: 1em;
}

span.ginput_quantity_label {
  margin-left: 1em;
}

.instruction {
  padding: 0.5em 0.35em;
}

.ginput_shipping_price {
  padding: 1em;
  display: block;
}

.ginput_container_total {
  display: block;
  margin-left: 0.35em;
}

/* Error & Validation Messages */
.validation_error,
.gform_validation_error li.gfield_error {
  background: #bf0421; /* Maroon */
  color: white;
  padding: 0 1em 1em 1em;
  margin: 1em 0;
  border-radius: 3px;
}

.validation_error {
  padding-top: 1em;
}

.gfield_description.validation_message {
  position: absolute;
  top: -1.25em;
  left: 1em;
  background: black;
  border-radius: 3px;
  padding: 0.25em 0.5em;
}

.gfield_description.validation_message:before {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  bottom: -5px;
  left: 1em;
  border-top: 5px solid black;
}

.gform_wrapper li.gfield_error {
  position: relative;
  margin-top: 3em;
}

.gfield_error .ginput_container_select:after {
  display: none;
}

.gfield_error .warningTextareaInfo {
  color: white;
}

.gfield_error .ginput_container_fileupload {
  color: black;
}

.gfield_error img.add_list_item {
  background-color: white;
  border-radius: 50%;
}

/* From Heading */
.gform_heading .gform_description {
  padding: 1em 0;
  display: block;
}

/* Progress Bars & Paging */
.gf_progressbar {
  position: relative;
  border-top: 5px solid #efefef;
}

.gf_progressbar_percentage {
  color: white;
  border-top: 5px solid #4480c3;
  position: relative;
  top: -5px;
  text-align: right;
}

.gf_progressbar_percentage span {
  background: black;
  display: inline-block;
  width: 2.5em;
  height: 2.5em;
  line-height: 2.75;
  border-radius: 3px;
  border-top-right-radius: 0;
  font-size: 0.9em;
  margin-top: 0.25em;
  position: relative;
  text-align: center;
}

.gf_progressbar_percentage.percentbar_0 span {
  border-top-right-radius: 3px;
  border-top-left-radius: 0;
}

.gf_progressbar_percentage span:after {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  border-left: 5px solid transparent;
  border-right: 0 solid transparent;
  top: -5px;
  right: 0;
  border-bottom: 5px solid black;
}

.gf_progressbar_percentage.percentbar_0 span:after {
  right: auto;
  left: 0;
  border-right: 5px solid transparent;
  border-left: 0;
}

.gf_progressbar_percentage.percentbar_red {
  border-color: #bf0421;
}

.gf_progressbar_percentage.percentbar_green {
  border-color: green;
}

.gf_progressbar_percentage.percentbar_gray {
  border-color: #666;
}

.gf_progressbar_percentage.percentbar_orange {
  border-color: #e8641b;
}

.gf_progressbar_percentage.percentbar_custom {
  border-color: transparent;
}

.gf_progressbar_wrapper + .gform_body .gform_page_footer {
  padding-top: 2em;
}

.gform_next_button {
  float: right;
}

div.gform_confirmation_message {
  background: green;
  color: white;
  padding: 1em;
  margin: 1em 0;
  border-radius: 3px;
}

body img.gform_ajax_spinner {
  display: block;
  margin: 1em auto;
}

.gf_page_steps {
  display: table;
  width: 100%;
}

.gf_page_steps > div {
  padding: 0.25em;
  display: table-cell;
  color: white;
  background: black;
  vertical-align: top;
  font-weight: bold;
}

.gf_page_steps > div.gf_step_pending {
  background: #efefef;
  color: #666;
}

.gf_step_clear {
  display: none !important;
}

span.gf_step_number {
  background: white;
  color: black;
  display: inline-block;
  width: 2em;
  text-align: center;
  border-radius: 50%;
  line-height: 2;
}

@media (max-width: 767px) {
  .gf_step {
    text-align: center;
  }
  .gf_step span {
    clear: both;
    display: block;
    margin: 0 auto;
  }
  span.gf_step_number {
    margin-top: 0.5em;
  }
  span.gf_step_label {
    margin-top: -1em;
  }
}
/* Credit Card */
.ginput_container_creditcard {
  background: #efefef;
  padding: 2em;
  border-radius: 5px;
}

.ginput_container_creditcard input,
.ginput_container_creditcard select {
  background: white;
}

.gform_card_icon_container div {
  font-size: 2em;
  float: left;
  text-indent: -99em;
  position: relative;
  display: block;
}

.gform_card_icon_container div:before {
  position: absolute;
  left: 0;
  top: 0;
  text-indent: 0;
}

.gform_card_icon_container div {
  font-size: 2em;
  float: left;
  text-indent: -99em;
  position: relative;
  display: block;
  width: 1.5em;
  color: #666;
}

.ginput_card_security_code_icon:before {
  content: "\e911";
}

.icon-cc-paypal:before {
  content: "\e913";
}

.gform_card_icon_amex:before {
  content: "\e914";
}

.gform_card_icon_discover:before {
  content: "\e915";
}

.gform_card_icon_mastercard:before {
  content: "\e916";
}

.gform_card_icon_visa:before {
  content: "\e917";
}

.ginput_cardinfo_left,
.ginput_cardinfo_right {
  float: left;
}

.ginput_cardinfo_right {
  margin-left: 1em;
}

span.ginput_card_security_code_icon {
  font-size: 1.5em;
  float: left;
  color: #666;
}

.gfield_creditcard_warning_message {
  background: #bf0421;
  color: white;
  padding: 1em 0.75em;
  border-radius: 3px;
}

.gfield_error .ginput_container_creditcard label {
  color: black;
}

.ginput_container_creditcard .ginput_full {
  clear: both;
  display: block;
}

.field_sublabel_above .ginput_container_creditcard .ginput_full:first-of-type {
  margin-bottom: 2em;
}

@media (max-width: 767px) {
  .ginput_container_creditcard {
    padding: 1em;
  }
  .ginput_cardinfo_right {
    width: 40%;
  }
}
@media (max-width: 3000.98px) {
  .s2 {
    padding-bottom: 500px !important;
  }
}
@media (max-width: 1600.98px) {
  .s2 {
    padding-bottom: 350px !important;
  }
}
@media (max-width: 991.98px) {
  .socialnavigation,
  .bottomnavigation {
    text-align: center;
  }
  .socialnavigation ul,
  .bottomnavigation ul {
    margin: 0;
    padding: 0;
    /* For IE, the outcast */
    zoom: 1;
    float: none;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: center;
    margin-bottom: 20px;
  }
  .socialnavigation ul li,
  .bottomnavigation ul li {
    float: left;
  }
  .s2 {
    padding-bottom: 250px !important;
  }
  .footer {
    margin-top: -10px;
  }
  .s1 .heroimagemobile {
    margin-top: 0px !important;
    border-radius: 14px 0 !important;
  }
  .s1 .heroimagemobile img {
    border-radius: 14px 0 !important;
  }
  .s1 .heroimagemobile .bgdiv {
    display: none;
    visibility: hidden;
  }
  .s1 h1 {
    color: #006937;
    font-size: 35pt;
    line-height: 35pt;
  }
  .s1 p {
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 14pt;
  }
  .s1 a.button {
    background: none;
    font-size: 12pt;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 2px;
    padding: 10px 25px;
    border: 3px solid #eac473;
    border-radius: 14px 0px !important;
    color: #006937;
    margin-bottom: 25px;
    display: inline-block;
  }
  .s1 a.button:hover {
    background: #eac473;
    color: black;
  }
  .page .wrapper.container {
    margin-bottom: 100px;
  }
}
.page {
  margin-bottom: 0 !important;
}

@media (max-width: 767.98px) {
  .s2 {
    padding-bottom: 100px !important;
  }
  .bottomnavigation ul {
    align-items: center;
  }
}
/* Timeline Section */
.timeline-wrapper {
  position: relative;
}
@media (max-width: 991.98px) {
  .timeline-wrapper {
    overflow-x: auto;
  }
}

.timeline {
  position: relative;
  width: 100%;
  min-width: 100%;
  height: auto;
  margin-top: 20px;
  display: flex;
  flex-direction: column;
  padding-right: 13px;
  background: linear-gradient(to right, white 0%, white 14%, #f9f9f9 14%, #f9f9f9 35.5%, white 35.5%, white 57%, #f9f9f9 57%, #f9f9f9 78.5%, white 78.5%, white 100%);
}
@media (max-width: 991.98px) {
  .timeline {
    min-width: 1200px;
    background: linear-gradient(to right, white 0%, white 10%, #f9f9f9 10%, #f9f9f9 32.5%, white 32.5%, white 55%, #f9f9f9 55%, #f9f9f9 77.5%, white 77.5%, white 100%);
  }
}
.timeline-months {
  color: white;
  font-family: "Albert Sans", sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
  text-align: center;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  align-self: flex-end;
  border-radius: 8px;
  background-color: #114734;
  width: 86%;
}
@media (max-width: 991.98px) {
  .timeline-months {
    font-size: 15px;
    line-height: 20px;
    width: 90%;
  }
}
.timeline .month {
  display: inline-block;
  padding: 8px 21px;
  width: 11.11%;
  text-align: center;
}

.timeline-section-row {
  display: flex;
  align-items: stretch;
  border-bottom: 3px solid #e6e6e6;
  position: relative;
}

.timeline-section-title {
  width: 14%;
  height: auto;
  background-color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  border-right: 3px solid #e6e6e6;
  box-sizing: content-box;
}
@media (max-width: 991.98px) {
  .timeline-section-title {
    width: 10%;
  }
}
.timeline-section-title p {
  font-family: "Albert Sans", sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  text-align: center;
  padding-inline: 16px;
  margin: 0;
}
@media (min-width: 991.98px) {
  .timeline-section-title p {
    font-size: 18px;
    line-height: 24px;
  }
}
@media (max-width: 991.98px) {
  .timeline-section-title {
    position: sticky;
    left: 0;
    top: 0;
    z-index: 2;
  }
}
@media (max-width: 991.98px) {
  .timeline-section-title::before {
    display: block;
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background-color: white;
  }
}

.timeline-section {
  position: relative;
  width: 86%;
  padding: 24px 0;
  display: inline-block;
  white-space: nowrap;
  will-change: transform;
}
@media (max-width: 991.98px) {
  .timeline-section {
    width: 90%;
  }
}

.timeline-bar-container {
  position: relative;
  height: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}

.main-container {
  margin-bottom: 40px;
  height: 40px;
}
@media (max-width: 991.98px) {
  .main-container {
    height: 20px;
  }
}

.timeline-bar {
  position: absolute;
}
.timeline-bar:not(.main) {
  background-color: transparent !important;
}
.timeline-bar p {
  font-family: "Albert Sans", sans-serif;
  font-size: 15px;
  font-weight: 600;
  line-height: 24px;
  text-align: left;
  margin: 0;
  white-space: nowrap;
}
@media (max-width: 991.98px) {
  .timeline-bar p {
    font-size: 12px;
    font-weight: 400;
    line-height: 20px;
  }
}
.timeline-bar.main {
  padding: 8px 20px;
  border-radius: 8px;
  z-index: 1;
}
@media (max-width: 991.98px) {
  .timeline-bar.main {
    padding: 6px 21px;
  }
}
.timeline-bar.main-background {
  position: absolute;
  border-radius: 8px;
  top: 0;
  left: 7%;
  width: 93%;
  height: 40px;
  opacity: 0.25;
  z-index: 0;
}
@media (max-width: 991.98px) {
  .timeline-bar.main-background {
    height: 33px;
  }
}
.timeline-bar.main p {
  color: white;
  font-family: "Albert Sans", sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  text-align: center;
  margin: 0;
  white-space: normal;
}
@media (max-width: 991.98px) {
  .timeline-bar.main p {
    font-size: 15px;
    line-height: 20px;
  }
}

.timeline-legend {
  font-family: "Albert Sans", sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
  width: 100%;
  text-align: left;
  padding: 24px 20px 0 24px;
  margin: 0;
}
@media (max-width: 991.98px) {
  .timeline-legend {
    font-size: 12px;
    line-height: 20px;
  }
}

.progress-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-self: flex-end;
  height: 100%;
  width: 86%;
  border-left: 3px solid white;
}
@media (max-width: 991.98px) {
  .progress-wrapper {
    width: 90%;
  }
}

.progress-container {
  width: 100%;
  background-color: rgba(113, 168, 80, 0.25);
  border-radius: 8px;
  margin: 24px 0 16px;
}

.progress-bar {
  height: 7px;
  width: 0;
  background-color: #71a850;
  border-radius: 8px;
  line-height: 7px;
  color: white;
  text-align: center;
  transition: width 0.3s ease-in-out;
}

.progress-label {
  font-family: "Albert Sans", sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: 2px;
  text-align: left;
  margin-bottom: 24px;
  text-transform: uppercase;
}
@media (max-width: 991.98px) {
  .progress-label {
    font-size: 12px;
    line-height: 20px;
    letter-spacing: 1.6px;
  }
}

.required {
  color: #f2a80b;
}

.hero-banner {
  min-height: 845px;
  padding-top: 210px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
  z-index: 1;
  width: 100vw;
}
.hero-banner::after {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100vw;
  background: linear-gradient(270deg, rgba(0, 0, 0, 0) 25.3%, rgba(0, 0, 0, 0.58) 100%);
}
@media (max-width: 991.98px) {
  .hero-banner {
    padding-top: 120px;
  }
}
.hero-banner-container {
  max-width: 1240px;
  margin-inline: auto;
  padding-inline: 20px;
  display: flex;
  flex-direction: column;
  gap: 48px;
  overflow: hidden;
}
@media (max-width: 991.98px) {
  .hero-banner-container {
    margin-inline: 20px;
  }
}
.hero-banner-container h1 {
  font-size: 72px;
  font-weight: 600;
  line-height: 66px;
  text-align: left;
  max-width: 641px;
  z-index: 3;
  letter-spacing: 0 !important;
}
@media (max-width: 991.98px) {
  .hero-banner-container h1 {
    font-size: 48px;
    line-height: 1.2;
  }
}
.hero-banner-description {
  background-color: rgba(255, 255, 255, 0.8980392157);
  display: flex;
  flex-direction: column;
  gap: 40px;
  padding: 48px;
  border-radius: 10px;
  max-width: 641px;
  font-size: 18px;
  line-height: 28px;
  z-index: 3;
}
.hero-banner-description .button {
  margin-bottom: 0 !important;
}
.hero-banner-wysiwyg p:last-of-type {
  margin-bottom: 0;
}

.two-by-two-grid h4 {
  font-size: 26px;
  font-weight: 500;
  line-height: 32px;
  letter-spacing: 1px;
  text-align: left;
}
.two-by-two-grid-description p {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-align: left;
}
.two-by-two-grid-item {
  gap: 40px;
}
@media (max-width: 767.98px) {
  .two-by-two-grid-item {
    display: grid !important;
    gap: 20px;
    grid-template-columns: 25% 75%;
  }
}
.two-by-two-grid-image {
  width: 150px;
  height: auto;
  max-height: 150px;
  aspect-ratio: 1;
  border-radius: 50%;
  object-fit: cover;
  object-position: center;
  box-shadow: 0px 0px 20px 0px rgba(204, 204, 204, 0.2509803922);
}
@media (max-width: 767.98px) {
  .two-by-two-grid-content {
    width: calc(100% - 20px);
  }
}

h3.home-section-title {
  font-size: 56px;
  font-weight: 400;
  line-height: 64px;
  text-align: left;
}
@media (max-width: 991.98px) {
  h3.home-section-title {
    font-size: 36px;
  }
}

.two-column-section .column-title {
  font-size: 24px;
  font-weight: 500;
  line-height: 32px;
  letter-spacing: 1px;
  text-align: center;
  margin-bottom: 24px;
}
.two-column-section .column-paragraph {
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  text-align: center;
}
.two-column-section .two-column-container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 48px;
  width: calc(100% - 50px);
  margin-bottom: 48px;
}
@media (max-width: 991.98px) {
  .two-column-section .two-column-container {
    grid-template-columns: repeat(1, 1fr);
  }
}
.two-column-section .two-column-container .two-column-item {
  background-color: white;
  border-radius: 16px;
  box-shadow: 0px 0px 20px 0px rgba(204, 204, 204, 0.2509803922);
  padding: 40px;
}

.reach-out {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #15682e;
  background-image: url(../tract/inc/img/tract.png);
  background-position-y: center;
  background-position-x: calc(100% - 245px);
  background-repeat: no-repeat;
  background-size: 490px 402px;
  border-radius: 16px;
  padding: 72px;
}
@media (max-width: 991.98px) {
  .reach-out {
    flex-direction: column;
    gap: 24px;
    padding: 48px;
  }
}
.reach-out-container {
  display: flex;
  flex-direction: column;
  gap: 48px;
}
@media (max-width: 991.98px) {
  .reach-out-container {
    gap: 24px;
  }
}
.reach-out-container .button {
  color: white !important;
}
.reach-out-container .button:hover {
  color: black !important;
}
.reach-out-person {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
@media (max-width: 991.98px) {
  .reach-out-person {
    gap: 12px;
  }
}
.reach-out-name {
  font-size: 32px;
  font-weight: 500;
  line-height: 32px;
  letter-spacing: 1px;
  text-align: left;
  color: white !important;
  margin: 0;
}
@media (max-width: 991.98px) {
  .reach-out-name {
    font-size: 24px;
    line-height: 24px;
  }
}
.reach-out-position {
  font-size: 24px;
  font-weight: 400;
  line-height: 24px;
  text-align: left;
  color: white !important;
  margin: 0;
}
@media (max-width: 991.98px) {
  .reach-out-position {
    font-size: 16px;
    line-height: 16px;
  }
}
.reach-out-image {
  aspect-ratio: 417/410;
  width: 100%;
  max-width: 417px;
  object-fit: cover;
  object-position: center;
  border-top-left-radius: 28px;
  border-bottom-right-radius: 28px;
  position: relative;
}

h3.reach-out-title {
  font-size: 64px;
  font-weight: 400;
  line-height: 62px;
  text-align: center;
  color: white;
  margin: 0;
}
@media (max-width: 991.98px) {
  h3.reach-out-title {
    font-size: 36px;
  }
}

.contact-description {
  max-width: 680px;
}

.contact-person {
  max-width: 301px;
}
@media (max-width: 991.98px) {
  .contact-person {
    margin-inline: auto;
  }
}
.contact-person .info {
  padding: 19px 67px;
}
.contact-person .info h5 {
  font-size: 16px;
  font-weight: 700;
  line-height: 16px;
  letter-spacing: 1px;
  text-align: center;
}
.contact-person .info p {
  font-family: Albert Sans;
  font-size: 12px;
  font-weight: 500;
  line-height: 14px;
  text-align: center;
}
.contact-person .team-member-image {
  aspect-ratio: 301/316;
  object-fit: cover;
  object-position: center top;
}

.page-template-page-contact .headerfixed,
.page-template-page-faq .headerfixed {
  background-color: #006937;
  box-shadow: none;
}

.pdfp_fullscreen {
  display: none !important;
}

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