/* ============================================================== */
/* RESET */
/* ============================================================== */
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,300;0,400;0,500;0,600;0,700;0,800;1,100;1,300;1,400;1,500;1,600;1,700;1,800&display=swap");
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  --container-padding: clamp(2.5em, 8vw, 8em);
  --animation-fast:all .3s cubic-bezier(.7, 0, .3, 1);
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
  padding: 0;
  margin: 0;
}

a {
  text-decoration: none;
}

table {
  border-spacing: 0;
}

fieldset, img {
  border: 0;
}

address, caption, cite, code, dfn, strong, th, var {
  font-weight: normal;
  font-style: normal;
}

strong {
  font-weight: bold;
}

ol, ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

caption, th {
  text-align: left;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
  margin: 0;
  padding: 0;
}

q:before, q:after {
  content: "";
}

abbr, acronym {
  border: 0;
}

/* ============================================================== */
/* COLORS */
/* ============================================================== */
/*   #8dc63f; */
/*#f16821*/
/* ============================================================== */
/* MIXINS */
/* ============================================================== */
/* ============================================================== */
/* FONTS & TEXT */
/* ============================================================== */
@font-face {
  font-family: "Eveleth";
  src: url("/theme/font/EvelethCleanRegular.woff2") format("woff2"), url("/theme/font/EvelethCleanRegular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
p {
  font-family: "Poppins", Arial, Helvetica, sans-serif;
  font-size: clamp(1.4rem, 1.5vw, 1.8rem);
  font-weight: 500;
  color: #5e5e5e;
  line-height: 150%;
  text-align: left;
  margin: 0 0 1em 0;
  text-rendering: optimizeLegibility;
}

a {
  font-size: 1.6rem;
  font-family: "Poppins", Arial, Helvetica, sans-serif;
  font-weight: 500;
  transition: all 0.2s ease-in-out;
}
a:hover {
  transition: all 0.2s ease-in-out;
}

h1, h2, h3, h4, h5,
span.h1, span.h2, span.h3, span.h4, span.h5 {
  text-align: left;
  font-weight: 400;
  display: block;
  letter-spacing: 0;
  text-rendering: optimizeLegibility;
}
h1 a, h2 a, h3 a, h4 a, h5 a,
span.h1 a, span.h2 a, span.h3 a, span.h4 a, span.h5 a {
  font-size: inherit;
  color: inherit;
  font-weight: inherit;
}

h1, .h1 {
  font-size: clamp(2.5rem, 3vw, 3.7rem);
  font-family: "Eveleth", Arial, Helvetica, sans-serif;
  color: #545454;
  letter-spacing: 0;
  line-height: 130%;
  margin: 0 0 1em;
  padding: 0;
}

h2, .h2 {
  font-size: clamp(1.7rem, 2vw, 3rem);
  font-family: "Eveleth", Arial, Helvetica, sans-serif;
  color: #7cb52e;
  letter-spacing: 0;
  line-height: 130%;
  margin: 0 0 0.5em;
  padding: 0;
}

h3, .h3 {
  font-size: clamp(1.7rem, 1.6vw, 2.5rem);
  font-family: "Poppins", Arial, Helvetica, sans-serif;
  color: #f88941;
  letter-spacing: 0;
  line-height: 120%;
  margin: 0 0 0.5em;
  padding: 0;
  font-weight: 600;
}

h4, .h4 {
  font-size: clamp(2rem, 3vw, 3rem);
  font-family: "Eveleth", Arial, Helvetica, sans-serif;
  color: #545454;
  letter-spacing: 0;
  line-height: 120%;
  margin: 0 0 0.5em;
  padding: 0;
  font-weight: 400;
}

/* ============================================================== */
/* STRUCTURE */
/* ============================================================== */
html {
  height: 100%; /* set viewport constraint */
  min-height: 100%; /* enforce height */
  font-size: 62.5%;
}

body {
  height: 100%;
  overflow: inherit;
  background: #fff;
  line-height: 100%;
  font: 400 1.6rem "Poppins", Arial, Helvetica, sans-serif;
}

#page-container {
  display: block;
}

header {
  display: block;
  width: 100%;
  background: #fff;
  border-bottom: 1px solid #d7d7d7;
  position: sticky;
  top: 0;
  z-index: 99999;
  box-shadow: 0 20px 90px -45px rgba(0, 0, 0, 0.12), 0 30px 60px -30px rgba(0, 0, 0, 0.15);
}

.topbar {
  width: 100%;
  height: 40px;
  background-color: white;
  border-bottom: 1px solid #d7d7d7;
}
.topbar .topbar-inner {
  max-width: 1700px;
  margin: auto;
  padding: 0 25px;
  display: flex;
  justify-content: flex-end;
}
.topbar .topbar-inner a {
  height: 40px;
  display: block;
  padding: 0.6em;
  color: #878787;
}
.topbar .topbar-inner a:hover {
  color: #7cb52e;
}
.topbar .topbar-inner .topbar-search-form {
  display: flex;
  align-items: center;
  padding: 0 0.5em;
}
.topbar .topbar-inner .topbar-search-form:hover input.search-field, .topbar .topbar-inner .topbar-search-form:focus input.search-field {
  width: 150px;
  transition: all 0.4s ease-in-out;
  padding: 0 0.5em;
}
.topbar .topbar-inner .topbar-search-form:hover .search-icon, .topbar .topbar-inner .topbar-search-form:focus .search-icon {
  margin-right: 0.3em;
}
.topbar .topbar-inner .topbar-search-form:hover input.search-btn, .topbar .topbar-inner .topbar-search-form:focus input.search-btn {
  width: 25px;
  transition: all 0.4s ease-in-out;
}
.topbar .topbar-inner .topbar-search-form:hover fieldset, .topbar .topbar-inner .topbar-search-form:focus fieldset {
  display: flex;
  border-bottom: 3px solid #8dc63f;
  transition: all 0.4s ease-in-out;
}
.topbar .topbar-inner .topbar-search-form fieldset {
  display: flex;
  border-bottom: 3px solid #fff;
  height: 39px;
  align-items: center;
  transition: all 0.4s ease-in-out;
}
.topbar .topbar-inner .topbar-search-form .search-icon {
  width: 25px;
  height: 25px;
  overflow: hidden;
  background-image: url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 40 40'%3E%3Cpath fill='%23393939' d='M38.7,34.2l-8.4-8.4c-0.1-0.1-0.1-0.1-0.2-0.1c1.9-2.7,2.9-5.8,2.9-9.2c0-4.3-1.7-8.3-4.7-11.3c-6-6-16.6-6-22.6,0c-3,3-4.7,7-4.7,11.3c0,4.3,1.7,8.3,4.7,11.3c3,3,7,4.7,11.3,4.7c3.2,0,6.2-0.9,8.8-2.6c0.1,0.1,0.1,0.2,0.2,0.3l8.4,8.4c0.6,0.6,1.4,0.9,2.2,0.9c0.8,0,1.6-0.3,2.2-0.9c0.6-0.6,0.9-1.4,0.9-2.2C39.6,35.5,39.2,34.7,38.7,34.2z M8.8,24.6c-2.2-2.2-3.4-5.1-3.4-8.2c0-3.1,1.2-6,3.4-8.2s5.1-3.4,8.2-3.4s6,1.2,8.2,3.4s3.4,5.1,3.4,8.2c0,3.1-1.2,6-3.4,8.2C20.8,29,13.2,29,8.8,24.6z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
  margin-right: 0.3em;
  opacity: 0.5;
}
.topbar .topbar-inner .topbar-search-form input.search-field {
  border: none;
  outline: none;
  background: none;
  font-size: 1.8rem;
  font-weight: 500;
  font-family: "Poppins";
  color: #4d423b;
  width: 0;
  padding: 0;
  transition: all 0.4s ease-in-out;
}
.topbar .topbar-inner .topbar-search-form input.search-field::-moz-placeholder {
  font-size: 1.8rem;
  font-weight: 500;
  color: #9b9b9b;
}
.topbar .topbar-inner .topbar-search-form input.search-field::placeholder {
  font-size: 1.8rem;
  font-weight: 500;
  color: #9b9b9b;
}
.topbar .topbar-inner .topbar-search-form input.search-btn {
  border: none;
  cursor: pointer;
  text-indent: -100px;
  background: #fff;
  width: 0;
  height: 25px;
  overflow: hidden;
  background-image: url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 40 40'%3E%3Cpath fill='%238EC640' d='M19.7,4.3c-1-1-2.7-1-3.7,0c-1,1-1,2.7,0,3.7l9.2,9.2H6.3c-1.4,0-2.6,1.2-2.6,2.6c0,1.4,1.2,2.6,2.6,2.6h18.9L16,31.5c-1,1-1,2.7,0,3.7c0.5,0.5,1.2,0.8,1.8,0.8s1.3-0.3,1.8-0.8l15.5-15.5L19.7,4.3z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
}

.header-inner {
  max-width: 1700px;
  margin: auto;
  display: flex;
  flex-direction: row;
  padding: 15px 25px;
  height: 100px;
  align-items: center;
}
.header-inner .logo {
  display: flex;
  align-items: center;
}
.header-inner .logo a {
  display: block;
  transition: all 0.2s ease-in-out;
}
.header-inner .logo a img {
  display: block;
  width: auto;
  height: 65px;
  transition: all 0.2s ease-in-out;
}
@media screen and (min-width: 500px) {
  .header-inner .logo a img {
    height: 85px;
  }
}
.header-inner .topnav {
  flex-grow: 1;
  margin-left: 1em;
}
@media screen and (min-width: 500px) {
  .header-inner .topnav {
    margin-left: 2em;
  }
}
.header-inner .donate-btn a {
  background: #f02f47;
  font-family: "Eveleth";
  color: #fff;
  border-radius: 35px;
  padding: 1em;
  display: none;
  font-size: 1.4rem;
}
@media screen and (min-width: 390px) {
  .header-inner .donate-btn a {
    display: flex;
    justify-content: center;
  }
}
@media screen and (min-width: 500px) {
  .header-inner .donate-btn a {
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 1300px) {
  .header-inner .donate-btn a {
    width: 250px;
  }
}
.header-inner .donate-btn a:hover {
  animation: pulse-glow-red 2s infinite;
}
.header-inner .mobile-menu {
  display: flex;
}
@media screen and (min-width: 1160px) {
  .header-inner .mobile-menu {
    display: none;
  }
}

.dbox-donation-button {
  font-family: "Eveleth" !important;
  background: rgb(240, 47, 71) !important;
  border-top-left-radius: 20px !important;
  border-top-right-radius: 20px !important;
  border-bottom-right-radius: 0px !important;
  border-bottom-left-radius: 0px !important;
  right: -44px !important;
}
.dbox-donation-button::after {
  background: rgba(227, 44, 67, 0.5) !important;
}

/* ============================================================== */
/* MOBILE MENU BTN */
/* ============================================================== */
.mobile-menu {
  float: right;
  margin: 1em 0 1em 1em;
}
.mobile-menu #show-nav {
  display: block;
  position: relative;
  height: 60px;
  width: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  padding: 0;
  border: none;
  background: #f9f9f9;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
}
.mobile-menu #show-nav .btn-fill {
  background: #f6a31f;
  position: absolute;
  width: 150%;
  height: 200%;
  border-radius: 50%;
  top: -50%;
  left: -25%;
  transform: translate3d(0, -76%, 0);
  will-change: transform;
  transition: background-color ease-in-out 0.25s;
}
.mobile-menu #show-nav .menu-wrapper {
  display: block;
  width: 35px;
  height: 17px;
  filter: alpha(opacity=100);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  position: relative;
  cursor: pointer;
  margin: 0 auto;
  transform: rotate(0deg);
  transition: all 0.2s ease-in-out;
}
.mobile-menu #show-nav .menu-wrapper span:nth-child(3) {
  width: 100%;
}
.mobile-menu #show-nav:hover {
  background: #7cb52e;
  transition: all 0.2s ease-in-out;
}
.mobile-menu #show-nav:hover .menu-wrapper span {
  background: #fff;
  height: 3px;
}
.mobile-menu #show-nav:hover .menu-wrapper span:nth-child(3) {
  width: 100%;
}

.menu-wrapper span {
  background: #7cb52e;
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  opacity: 1;
  left: 0;
  transform: rotate(0deg);
  transition: all 0.2s ease-in-out;
}

#show-nav .menu-wrapper span:nth-child(1) {
  top: 0px;
  transform-origin: left center;
}
#show-nav .menu-wrapper span:nth-child(2) {
  top: 9px;
  transform-origin: left center;
}
#show-nav .menu-wrapper span:nth-child(3) {
  top: 18px;
  transform-origin: left center;
}

.menu-trigger.open .menu-wrapper span:nth-child(1) {
  transform: rotate(45deg);
  transform-origin: center center;
  top: -3px;
  left: 8px;
}
.menu-trigger.open .menu-wrapper span:nth-child(2) {
  width: 0%;
  opacity: 0;
}
.menu-trigger.open .menu-wrapper span:nth-child(3) {
  transform: rotate(-45deg);
  transform-origin: center center;
  top: 14px;
  left: 8px;
}

/* ============================================================== */
/* TOP MENU  */
/* ============================================================== */
.topnav {
  flex-grow: 1; /* Allows the navigation to fill available space */
  display: flex;
  align-items: center; /* Vertically align the nav items */
  justify-content: flex-start;
  z-index: 3;
}

.navigation {
  margin: 0 1em;
  display: none;
  flex-direction: row;
  list-style-type: none;
  list-style: none;
}
@media screen and (min-width: 1160px) {
  .navigation {
    display: flex;
  }
}

.navigation > li {
  display: flex;
  height: 100%;
  cursor: pointer;
  align-items: center;
  min-height: 36px;
}

.navigation > li > a {
  color: #4d423b;
  font-size: 1.8rem;
  text-decoration: none;
  height: 100px;
  font-family: "Eveleth";
  align-items: center;
  display: flex;
  padding: 4px 20px;
  white-space: nowrap;
  transition: all 0.1s ease-in-out;
}

.navigation > li.home-icon > a svg {
  width: 25px;
  height: 25px;
  fill: #4d423b;
  transition: all 0.2s ease-in-out;
}

.navigation > li.home-icon > a:hover svg {
  width: 25px;
  height: 25px;
  fill: #7cb52e;
  transition: all 0.2s ease-in-out;
}

.navigation > li > a:hover {
  background-color: #fff;
  color: #4d423b;
  border-bottom: 4px solid #8dc63f;
  border-top: 4px solid #8dc63f;
}

.navigation > li > button {
  color: #77614f;
  text-decoration: none;
  border: none;
  cursor: pointer;
  z-index: 1;
  margin-right: 0;
  align-items: center;
  height: 100px;
  font-size: 1.8rem;
  font-weight: 400;
  flex-wrap: nowrap;
  padding: 4px 20px;
  white-space: nowrap;
  background: none;
  display: flex;
  position: relative;
  transition: all 0.1s ease-in-out;
}

.navigation > li > button a {
  color: #4d423b;
  font-family: "Eveleth";
  font-size: 1.8rem;
  display: flex;
  font-weight: 400;
  width: 100%;
  height: 100%;
  align-items: center;
}

.navigation > li > button > a svg {
  margin-top: 6px;
  margin-left: 5px;
  fill: #7cb52e;
  transition: all 0.2s ease-in-out;
}

.navigation > li:hover > button a svg {
  fill: #7cb52e;
  rotate: 180deg;
}

.navigation > li:hover > button,
.navigation > li.active:hover > button,
.navigation > li.active > button {
  color: #4d423b;
  fill: #7cb52e;
  background-color: #fff;
  border-bottom: 4px solid #8dc63f;
  border-top: 4px solid #8dc63f;
}

.navigation > li.home-icon.active a,
.navigation > li.active > button,
.navigation > li.active > a {
  background-color: white;
  border-bottom: 4px solid #8dc63f;
  border-top: 4px solid #8dc63f;
}
.navigation > li.home-icon.active a svg,
.navigation > li.active > button svg,
.navigation > li.active > a svg {
  fill: #7cb52e;
}

.navigation > li:hover .dropdown_,
.navigation > li:focus .dropdown_ {
  display: block;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: scale(1.03) translateY(0);
    transform-origin: top;
  }
  to {
    opacity: 1;
    transform: scale(1) translateY(0);
  }
}
/* dropdown menu */
.dropdown__wrapper {
  position: absolute;
  top: 0px;
  left: 0px;
  margin: 100px 0 0;
  width: 100%;
}

.dropdown_ {
  border-radius: 0 0 0 0;
  background-color: #efefef;
  display: none;
  padding: 1em;
  box-shadow: 0 50px 100px -20px rgba(0, 0, 0, 0.12), 0 30px 60px -30px rgba(0, 0, 0, 0.15);
  z-index: 2;
  animation: fadeIn 0.3s ease-in-out;
}

.list-items-with-description {
  list-style-type: none;
  display: grid;
  width: 100%;
  grid-template-columns: 1fr 1fr 1fr;
  max-width: 1800px;
  padding: 2em 4em;
  gap: 16px;
  margin: auto;
}

.list-items-with-description li {
  background: #efefef;
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  padding: 1em;
  transition: all 0.2s ease-in-out;
  border-radius: 18px;
  border: none;
  overflow: hidden;
}
.list-items-with-description li a {
  z-index: 2;
}
.list-items-with-description li::before {
  content: " ";
  position: absolute;
  top: 20%;
  width: 290%;
  height: 40%;
  background: linear-gradient(#7cb52e, #7cb52e);
  animation: rotate-cta 4s linear infinite;
  opacity: 0;
}
.list-items-with-description li::after {
  background: #efefef;
  inset: 4px;
  content: "";
  position: absolute;
  border-radius: 15px;
}

.list-items-with-description li.active::before {
  content: " ";
  position: absolute;
  width: 290%;
  height: 40%;
  background: linear-gradient(#ccc, #ccc);
  opacity: 1;
  top: 20%;
  transition: all 0.3s ease-in-out;
}
.list-items-with-description li.active:hover::before {
  background: linear-gradient(#7cb52e, #7cb52e);
  opacity: 1;
  transition: all 0.3s ease-in-out;
}

.list-items-with-description li:hover {
  transition: all 0.2s ease-in-out;
}
.list-items-with-description li:hover::before {
  opacity: 1;
  transition: all 0.3s ease-in-out;
}
.list-items-with-description li:hover a .drop-title {
  text-shadow: 1px 1px 0px #fff;
  color: #7cb52e;
  transition: all 0.2s ease-in-out;
}

.drop-title {
  font-family: "Eveleth";
  display: block;
  margin: 0 0 5px;
  font-size: 2rem;
  line-height: 120%;
  color: #545454;
  font-weight: 400;
  transition: all 0.2s ease-in-out;
}

.drop-sub {
  font-size: 1.7rem;
  line-height: 140%;
  display: block;
  color: #606060;
}

/* ============================================================== */
/* HERO */
/* ============================================================== */
section.fullwidth {
  width: 100%;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}

.hero-container {
  width: 100%;
  height: auto;
}
@media screen and (min-width: 800px) {
  .hero-container {
    height: 800px;
  }
}
.hero-container .hero-banner {
  width: 100%;
  height: 400px;
  top: 0;
  left: 0;
  position: relative;
  background-size: cover;
  background-position: center center;
  background-color: #656565;
}
@media screen and (min-width: 800px) {
  .hero-container .hero-banner {
    height: 100%;
    position: absolute;
  }
}
.hero-container .hero-content {
  display: flex;
  flex-direction: column;
  width: 100%;
  position: relative;
  z-index: 2;
  top: 0;
  max-width: 1700px;
  margin: auto;
  padding: 2em;
}
@media screen and (min-width: 800px) {
  .hero-container .hero-content {
    padding: 0 30% 0 2em;
    top: 16vh;
  }
}
.hero-container .hero-content h1 {
  color: #545454;
  font-size: clamp(2.5rem, 3vw, 3.7rem);
}
@media screen and (min-width: 800px) {
  .hero-container .hero-content h1 {
    color: #fff;
  }
}
.hero-container .hero-content p {
  color: #545454;
  font-size: clamp(1.7rem, 2vw, 2.4rem);
}
@media screen and (min-width: 800px) {
  .hero-container .hero-content p {
    color: #fff;
  }
}
.hero-container .hero-content .green-btn {
  font-family: "Eveleth";
  display: block;
  background: #7cb52e;
  color: #fff;
  border-radius: 3em;
  width: 15%;
  min-width: 170px;
  max-width: 300px;
  padding: 1em 1em;
  text-align: center;
  transition: all 0.3s ease-in-out;
  box-sizing: content-box;
}
.hero-container .hero-content .green-btn:hover {
  padding: 1em 2em;
  transition: all 0.3s ease-in-out;
}

.hero-container .hero-content h1 .text-orange {
  color: #8dc63f;
}
@media screen and (min-width: 800px) {
  .hero-container .hero-content h1 .text-orange {
    color: #fff;
  }
}
.hero-container .hero-content h1 .text-brown {
  color: #453d37;
}
@media screen and (min-width: 800px) {
  .hero-container .hero-content h1 .text-brown {
    color: #fff;
  }
}
.hero-container .hero-content h1 .text-green {
  color: #f16229;
}
@media screen and (min-width: 800px) {
  .hero-container .hero-content h1 .text-green {
    color: #fff;
  }
}

.hero-container.hero-slim {
  width: 100%;
  height: auto;
}
@media screen and (min-width: 800px) {
  .hero-container.hero-slim {
    height: 600px;
  }
}

.header-container {
  width: 100%;
  height: auto;
}
.header-container .header-banner {
  width: 100%;
  height: 400px;
  top: 0;
  left: 0;
  position: relative;
  background-size: cover;
  background-position: center center;
  background-color: #656565;
}
@media screen and (min-width: 800px) {
  .header-container .header-banner {
    height: 100%;
    position: absolute;
  }
}
.header-container .header-content.col-wrapper {
  display: flex;
  flex-direction: column-reverse;
  width: 100%;
  position: relative;
  justify-content: space-between;
  z-index: 2;
  top: 0;
  max-width: 1700px;
  margin: auto;
  padding: 2em;
}
@media screen and (min-width: 800px) {
  .header-container .header-content.col-wrapper {
    padding: 0 0 0 2em;
    margin-top: 12vh;
    flex-direction: row;
  }
}
.header-container .header-content.col-wrapper .col1 {
  width: 100%;
}
@media screen and (min-width: 800px) {
  .header-container .header-content.col-wrapper .col1 {
    width: 63%;
  }
}
.header-container .header-content.col-wrapper .col2 {
  width: 100%;
}
@media screen and (min-width: 800px) {
  .header-container .header-content.col-wrapper .col2 {
    width: 35%;
  }
}
.header-container .header-content.col-wrapper img {
  border-radius: 50%;
  width: 100%;
  height: auto;
}
.header-container .header-content.col-wrapper h1 {
  color: #545454;
  font-size: clamp(2.5rem, 3vw, 3.7rem);
}
.header-container .header-content.col-wrapper p {
  color: #545454;
  font-size: clamp(1.7rem, 2vw, 2.4rem);
}
.header-container .header-content.col-wrapper .green-btn {
  font-family: "Eveleth";
  display: block;
  background: #7cb52e;
  color: #fff;
  border-radius: 3em;
  width: 15%;
  min-width: 170px;
  max-width: 300px;
  padding: 1em 1em;
  text-align: center;
  transition: all 0.3s ease-in-out;
  box-sizing: content-box;
}
.header-container .header-content.col-wrapper .green-btn:hover {
  padding: 1em 2em;
  transition: all 0.3s ease-in-out;
}

/* ============================================================== */
/* DONATE PAGE */
/* ============================================================== */
.hero-container.donate-container {
  background: #f09c2f;
}
.hero-container.donate-container .hero-banner {
  width: 100%;
  height: 900px;
  top: 0;
  left: 0;
  position: absolute;
  background-size: cover;
  background-position: center center;
  background-color: #656565;
  opacity: 0.4;
}
@media screen and (min-width: 800px) {
  .hero-container.donate-container .hero-banner {
    height: 100%;
  }
}
.hero-container.donate-container .hero-content.col-2 {
  display: flex;
  flex-direction: column;
  width: 100%;
  position: relative;
  z-index: 2;
  top: 0;
  max-width: 1700px;
  margin: auto;
  padding: 2em;
  justify-content: space-between;
}
@media screen and (min-width: 520px) {
  .hero-container.donate-container .hero-content.col-2 {
    flex-direction: row;
  }
}
@media screen and (min-width: 800px) {
  .hero-container.donate-container .hero-content.col-2 {
    padding: 0 2em 0 2em;
    top: 8vh;
  }
}
.hero-container.donate-container .hero-content.col-2 .col {
  width: 100%;
  min-height: 275px;
  display: flex;
  flex-direction: column;
  align-items: baseline;
  justify-content: center;
}
.hero-container.donate-container .hero-content.col-2 .col:first-child {
  width: 100%;
}
@media screen and (min-width: 520px) {
  .hero-container.donate-container .hero-content.col-2 .col:first-child {
    width: 49%;
  }
}
@media screen and (min-width: 820px) {
  .hero-container.donate-container .hero-content.col-2 .col:first-child {
    width: 59%;
  }
}
@media screen and (min-width: 1400px) {
  .hero-container.donate-container .hero-content.col-2 .col:first-child {
    width: 69%;
  }
}
.hero-container.donate-container .hero-content.col-2 .col:nth-child(2) {
  width: 100%;
}
@media screen and (min-width: 520px) {
  .hero-container.donate-container .hero-content.col-2 .col:nth-child(2) {
    width: 49%;
  }
}
@media screen and (min-width: 820px) {
  .hero-container.donate-container .hero-content.col-2 .col:nth-child(2) {
    width: 40%;
  }
}
@media screen and (min-width: 1400px) {
  .hero-container.donate-container .hero-content.col-2 .col:nth-child(2) {
    width: 30%;
  }
}
.hero-container.donate-container .hero-content.col-2 h1 {
  color: #fff;
  font-size: clamp(2.9rem, 3vw, 3.7rem);
}
@media screen and (min-width: 800px) {
  .hero-container.donate-container .hero-content.col-2 h1 {
    color: #fff;
  }
}
.hero-container.donate-container .hero-content.col-2 p {
  color: #fff;
  font-size: clamp(1.6rem, 2vw, 2.4rem);
}
@media screen and (min-width: 800px) {
  .hero-container.donate-container .hero-content.col-2 p {
    color: #fff;
  }
}
.hero-container.donate-container .hero-content.col-2 .green-btn {
  font-family: "Eveleth";
  display: block;
  background: #7cb52e;
  color: #fff;
  border-radius: 3em;
  width: 15%;
  min-width: 170px;
  max-width: 300px;
  padding: 1em 1em;
  text-align: center;
  transition: all 0.3s ease-in-out;
  box-sizing: content-box;
}
.hero-container.donate-container .hero-content.col-2 .green-btn:hover {
  padding: 1em 2em;
  transition: all 0.3s ease-in-out;
}

.dex-wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}
.dex-wrapper .dex-box {
  display: block;
  width: 100%;
  padding: 2rem;
  margin: 0 0 2rem;
  border: 1px solid #ccc;
  border-radius: 1rem;
}
@media screen and (min-width: 520px) {
  .dex-wrapper .dex-box {
    width: 49%;
  }
}
@media screen and (min-width: 1100px) {
  .dex-wrapper .dex-box {
    width: 32%;
  }
}
@media screen and (min-width: 1400px) {
  .dex-wrapper .dex-box {
    width: 16%;
  }
}
.dex-wrapper .dex-box .dex-img {
  display: block;
  width: 100%;
  height: 200px;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: repeat;
}
.dex-wrapper .dex-box .dex-amount {
  text-align: center;
  display: block;
  font-family: "Eveleth";
  color: #7cb52e;
  font-size: clamp(2.4rem, 3vw, 3rem);
}
.dex-wrapper .dex-box .dex-text {
  color: #545454;
  text-align: center;
}

/* ============================================================== */
/* MAIN CONTENT AREA */
/* ============================================================== */
.content-container {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 800px) {
  .content-container {
    flex-direction: row;
  }
}

.maincol h1, .widecol h1, .narrowcol h1 {
  margin: 0 0 0.4em;
}
.maincol h2, .widecol h2, .narrowcol h2 {
  font-family: "Poppins";
  font-weight: 700;
  margin: 0 0 1em;
  letter-spacing: -1px;
}
.maincol h2.h1, .widecol h2.h1, .narrowcol h2.h1 {
  font-family: "Eveleth";
  font-weight: 400;
  margin: 0 0 0.5em;
  letter-spacing: 0;
}
.maincol h3, .widecol h3, .narrowcol h3 {
  font-family: "Poppins";
  font-weight: 700;
}
.maincol h3.h2, .widecol h3.h2, .narrowcol h3.h2 {
  font-family: "Poppins";
  font-weight: 700;
  color: #7cb52e;
  font-size: clamp(1.7rem, 2vw, 3rem);
}
.maincol p a, .maincol li a, .widecol p a, .widecol li a, .narrowcol p a, .narrowcol li a {
  font-size: clamp(1.2rem, 2.5vw, 1.6rem);
  color: #4bbbff;
  transition: all 0.3s ease-in-out;
}
.maincol p a:hover, .maincol li a:hover, .widecol p a:hover, .widecol li a:hover, .narrowcol p a:hover, .narrowcol li a:hover {
  text-decoration: underline;
  transition: all 0.3s ease-in-out;
}
.maincol a, .widecol a, .narrowcol a {
  font-size: inherit;
  text-decoration: underline;
}
.maincol a.green-btn, .widecol a.green-btn, .narrowcol a.green-btn {
  color: #fff;
}
.maincol a.green-btn:hover, .widecol a.green-btn:hover, .narrowcol a.green-btn:hover {
  text-decoration: none;
}
.maincol p, .widecol p, .narrowcol p {
  font-size: clamp(1.2rem, 2.5vw, 1.6rem);
  margin: 0 0 1.5em;
}
.maincol .floatRight, .widecol .floatRight, .narrowcol .floatRight {
  float: right;
  width: 60%;
  padding: 0 0 1em 1em;
}
.maincol .floatRight img, .widecol .floatRight img, .narrowcol .floatRight img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 0.7em;
}
.maincol .floatLeft, .widecol .floatLeft, .narrowcol .floatLeft {
  float: left;
  width: 60%;
  padding: 0 1em 1em 0;
}
.maincol .floatLeft img, .widecol .floatLeft img, .narrowcol .floatLeft img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 0.7em;
}
.maincol .responsive, .widecol .responsive, .narrowcol .responsive {
  display: block;
}
.maincol .responsive img, .widecol .responsive img, .narrowcol .responsive img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 0.7em;
}
.maincol ul, .widecol ul, .narrowcol ul {
  margin: 0 0 2em 1.7em;
}
.maincol ul li, .widecol ul li, .narrowcol ul li {
  color: #5e5e5e;
  padding: 0 0 1em;
  font-size: clamp(1.2rem, 2.5vw, 1.6rem);
  font-weight: 500;
}
.maincol ul li::before, .widecol ul li::before, .narrowcol ul li::before {
  content: "";
  display: inline-block;
  height: 1.3rem;
  width: 1.3rem;
  margin-left: -20px;
  margin-top: 6px;
  position: absolute;
  transform: scale(1);
  background-image: url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 400 400'%3E%3Cpolygon fill='%237cb52e' points='132.1,340.2 239.2,233.1 38.8,233.1 38.8,166.9 239.2,166.9 132.1,59.8 178.9,13 365.9,200 178.9,387'/%3E%3C/svg%3E");
  background-size: contain; /* Ensures the SVG fits within the dimensions */
  background-repeat: no-repeat;
}
.maincol ul.tick-icon li::before, .widecol ul.tick-icon li::before, .narrowcol ul.tick-icon li::before {
  content: "";
  display: inline-block;
  height: 1.3rem;
  width: 1.3rem;
  margin-left: -20px;
  margin-top: 6px;
  position: absolute;
  transform: scale(1);
  background-image: url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 400 400'%3E%3Cpolygon fill='%237cb52e' points='149.2,370.7 6.1,249.3 50.7,196.7 139.5,272 336.6,24.5 390.6,67.5'/%3E%3C/svg%3E");
  background-size: contain; /* Ensures the SVG fits within the dimensions */
  background-repeat: no-repeat;
}

.maincol, .widecol, .narrowcol {
  width: 100%;
  background-color: #fff;
  position: relative;
  margin: -6em 0 3em;
  padding: 2em;
  border-radius: 9px;
}
@media screen and (min-width: 800px) {
  .maincol, .widecol, .narrowcol {
    width: 65%;
  }
}

.sidecol {
  width: 100%;
  padding: 2em;
}
@media screen and (min-width: 800px) {
  .sidecol {
    width: 34%;
  }
}
.sidecol h2, .sidecol .h2 {
  color: #545454;
  margin: 0 0 0.5em;
}
.sidecol .sidebox {
  box-shadow: 0 20px 11px -25px rgba(0, 0, 0, 0.12), 0 30px 60px -30px rgba(0, 0, 0, 0.15);
  padding: 3rem 2rem;
  margin: 0 0 2em;
  border-radius: 0.5em;
  border-top: 0.3em solid #7cb52e;
  border-bottom: 0.1em solid #dedede;
  border-left: 0.05em solid #dedede;
  border-right: 0.05em solid #dedede;
}

.narrowcol {
  margin: auto;
  max-width: 1200px;
  width: 100%;
  padding: 0 2.5rem;
}
@media screen and (min-width: 900px) {
  .narrowcol {
    width: 75%;
  }
}

.widecol {
  margin: auto;
  padding: 0 2.5rem;
  width: 100%;
}

.maincol article h2 {
  color: #545454;
}
.maincol .article-footer {
  border-radius: 0.5em;
  padding: 2em;
  border-top: 0.1em solid #dedede;
  margin: 5em 0 auto;
  border-bottom: 0.1em solid #dedede;
}
.maincol .auth-date {
  color: #545454;
  font-weight: 500;
  margin: 1em 0.5em;
  font-size: clamp(1.2rem, 1vw, 1.6rem);
  border-top: 0.1em solid #dedede;
  border-bottom: 0.1em solid #dedede;
  border-radius: 0.5em;
  padding: 1em 0 1em;
}
.maincol .auth-date .bullet-tag {
  color: #f88941;
}
.maincol .auth-date .auth-tag {
  white-space: nowrap;
}
.maincol .auth-date .date-tag {
  white-space: nowrap;
}
.maincol .auth-date .card-cat {
  margin-right: 0.5rem;
  display: block;
}
@media screen and (min-width: 420px) {
  .maincol .auth-date .card-cat {
    display: inline;
  }
}
.maincol .auth-date .card-cat .cat-tag {
  margin-right: 4px;
  background: #f88941;
  color: #fff;
  padding: 1px 5px 0;
  border-radius: 4px;
  white-space: nowrap;
  display: inline-block;
  margin-bottom: 2px;
  box-sizing: border-box;
  font-size: clamp(1.2rem, 1vw, 1.6rem);
}
.maincol #breadcrumbs {
  margin-bottom: 0.4em;
}
.maincol #breadcrumbs ul {
  margin: 0;
}
.maincol #breadcrumbs ul li {
  display: inline-block;
}
.maincol #breadcrumbs ul li::before {
  background: none;
  position: relative;
  content: none;
}
.maincol #breadcrumbs ul li a {
  color: #f88941;
  font-size: 1.4rem;
  font-weight: 600;
  text-decoration: none;
}
.maincol #breadcrumbs ul li.seperator {
  font-size: 1.4rem;
  color: #d9d1d1;
}

/* ============================================================== */
/* HOME CARD TILES */
/* ============================================================== */
section.wide {
  width: 100%;
  max-width: 1700px;
  margin: auto;
  padding: 2em 0;
}

.card-container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin: 2em 0;
  padding: 0 25px;
  justify-content: space-around;
}

.card {
  width: 100%;
  display: block;
  flex-grow: 1;
  border-radius: 15px;
  overflow: hidden;
  border: 1px solid #ccc;
  margin: 0 0.5em 2em;
  color: #252525;
  background: #fff;
}
@media screen and (min-width: 700px) {
  .card {
    width: 48%;
  }
}
@media screen and (min-width: 1200px) {
  .card {
    width: 31%;
  }
}
.card .card-img-wrapper {
  display: block;
  width: 100%;
  overflow: hidden;
  background-color: #7cb52e;
}
.card .card-img-wrapper .card-img {
  display: block;
  width: 100%;
  transition: all 0.3s ease-in-out;
}
.card .card-content {
  padding: 2em 2em;
  display: block;
}
.card .card-content .card-cat {
  font-weight: 600;
  color: #ff992d;
}
.card .card-content .card-cat .cat-tag {
  margin-right: 4px;
  background: #ff992d;
  color: #fff;
  padding: 1px 5px 0;
  border-radius: 4px;
  white-space: nowrap;
  display: inline-block;
  margin-bottom: 2px;
  font-size: clamp(1rem, 1vw, 1.6rem);
  box-sizing: border-box;
}
.card .card-content .card-title {
  font-family: "Eveleth";
  font-size: clamp(2rem, 2vw, 2.8rem);
  display: block;
  margin-bottom: 0.5em;
  color: #545454;
  line-height: 120%;
  transition: all 0.3s ease-in-out;
  margin-top: 0.3em;
}
.card .card-content .card-introtext {
  color: #555555;
  font-size: clamp(1.3rem, 1.6vw, 1.7rem);
  line-height: 130%;
  display: block;
  margin-bottom: 2em;
}
.card .card-content .green-btn {
  font-family: "Eveleth";
  display: block;
  background: #7cb52e;
  color: #fff;
  border-radius: 3em;
  width: clamp(200px, 300px, 9vw);
  padding: 1em;
  text-align: center;
  box-sizing: content-box;
  transition: all 0.2s ease-in-out;
}
.card:hover {
  box-shadow: 0px 0px 20px #ccc;
}
.card:hover .card-img {
  opacity: 0.4;
  transform: scale(1.05);
  transition: all 0.2s ease-in-out;
}
.card:hover .card-content .card-title {
  transition: all 0.3s ease-in-out;
}
.card:hover .card-content .green-btn {
  background: #7cb52e;
  padding: 1em 2em;
  transition: all 0.2s ease-in-out;
  animation: pulse-glow 2s infinite;
}

@media screen and (min-width: 978px) {
  .card-container.thirds .card {
    width: 32%;
  }
}

@media screen and (min-width: 978px) {
  .card-container.fourths .card {
    width: 32%;
  }
}

/* ============================================================== */
/* WHAT WE DO CARD TILES */
/* ============================================================== */
section.fullwidth.services {
  width: 100%;
  margin: auto;
  padding: 2em 0;
  background: #efe9e2;
}
section.fullwidth.services .card-container {
  margin: 2em auto;
  max-width: 1700px;
}

/* ============================================================== */
/* NEWS FP*/
/* ============================================================== */
.news-container {
  width: 100%;
  background: #efe9e2;
  padding: 3em 0;
}
.news-container .news-banner {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  background-size: cover;
  background-position: center center;
  background: #efe9e2;
}
.news-container .news-title {
  margin: auto;
  max-width: 1700px;
  z-index: 3;
  position: relative;
}
.news-container .news-title h2 {
  color: #545454;
  text-align: center;
  font-size: clamp(3rem, 3vw, 4rem);
  margin: 0;
}
.news-container .news-footer {
  margin: auto;
  max-width: 1700px;
  z-index: 3;
  position: relative;
}
.news-container .news-footer .green-btn {
  margin: 1em auto;
}
.news-container .news-content {
  display: grid;
  width: 100%;
  position: relative;
  z-index: 2;
  top: 5vh;
  max-width: 1700px;
  margin: auto;
  padding: 0 25px 2em;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 2em 2em;
}
.news-container .news-content .card {
  background: #fff;
  width: 100%;
  grid-column: span 4;
}
@media screen and (min-width: 800px) {
  .news-container .news-content .card {
    grid-column: span 2;
  }
}
@media screen and (min-width: 1500px) {
  .news-container .news-content .card {
    grid-column: span 1;
  }
}
.news-container .news-content .card.first-card, .news-container .news-content .card.last-card {
  background: #fff;
  width: 100%;
  grid-column: span 4;
}
@media screen and (min-width: 800px) {
  .news-container .news-content .card.first-card, .news-container .news-content .card.last-card {
    grid-column: span 2;
  }
}
@media screen and (min-width: 1500px) {
  .news-container .news-content .card.first-card, .news-container .news-content .card.last-card {
    grid-column: span 2;
  }
}
.news-container .news-content .card .card-content .card-title {
  font-size: clamp(2rem, 2vw, 2.8rem);
}
.news-container .news-content h1 {
  color: #fff;
  font-size: clamp(2.5rem, 3vw, 3rem);
}
.news-container .news-content p {
  color: #fff;
  font-size: clamp(1.7rem, 2vw, 2.4rem);
}
.news-container .news-content .green-btn {
  font-family: "Eveleth";
  display: block;
  background: #7cb52e;
  color: #fff;
  border-radius: 3em;
  width: clamp(200px, 300px, 9vw);
  min-width: 170px;
  max-width: 300px;
  padding: 1em 1em;
  text-align: center;
  transition: all 0.2s ease-in-out;
  box-sizing: content-box;
}
.news-container .news-content .green-btn:hover {
  padding: 1em 2em;
  transition: all 0.2s ease-in-out;
}

.green-btn, .red-btn, .load-more-btn {
  font-family: "Eveleth";
  display: block;
  background: #7cb52e;
  color: #fff;
  border-radius: 3em;
  width: clamp(200px, 300px, 9vw);
  min-width: 170px;
  max-width: 300px;
  padding: 1em 1em;
  text-align: center;
  transition: all 0.3s ease-in-out;
  box-sizing: content-box;
}
.green-btn:hover, .red-btn:hover, .load-more-btn:hover {
  padding: 1em 2em;
  transition: all 0.3s ease-in-out;
  animation: pulse-glow 2s infinite;
}

.red-btn {
  background: #f02f47;
}
.red-btn:hover {
  animation: pulse-glow-red 2s infinite;
}

.red-btn.red-reverse {
  color: #f02f47;
  background: #fff;
  animation: pulse-glow-white 2s infinite;
}
.red-btn.red-reverse:hover {
  animation: pulse-glow-white 2s infinite;
}

@keyframes pulse-glow {
  0%, 100% {
    transform: scale(1);
    box-shadow: 0 0 0 0 rgba(85, 219, 52, 0.7019607843);
  }
  50% {
    transform: scale(1.05);
    box-shadow: 0 0 0 10px rgba(52, 152, 219, 0);
  }
}
@keyframes pulse-glow-red {
  0%, 100% {
    transform: scale(1);
    box-shadow: 0 0 0 0 #f02f47;
  }
  50% {
    transform: scale(1.05);
    box-shadow: 0 0 0 10px rgba(52, 152, 219, 0);
  }
}
@keyframes pulse-glow-orange {
  0%, 100% {
    transform: scale(1);
    box-shadow: 0 0 0 0 #f88941;
  }
  50% {
    transform: scale(1.05);
    box-shadow: 0 0 0 10px rgba(52, 152, 219, 0);
  }
}
@keyframes pulse-glow-white {
  0%, 100% {
    transform: scale(1);
    box-shadow: 0 0 0 0 #fff;
  }
  50% {
    transform: scale(1.05);
    box-shadow: 0 0 0 10px rgba(52, 152, 219, 0);
  }
}
/* ============================================================== */
/* STORIES */
/* ============================================================== */
.stories-container {
  width: 100%;
  background: #efe9e2;
  padding: 3em 0;
}
.stories-container .stories-banner {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  background-size: cover;
  background-position: center center;
  background: #efe9e2;
}
.stories-container .stories-title {
  margin: auto;
  max-width: 1700px;
  z-index: 3;
  position: relative;
  padding: 0 25px;
}
.stories-container .stories-title h2 {
  color: #545454;
  text-align: center;
  font-size: clamp(3rem, 3vw, 4rem);
  margin: 0;
}
.stories-container .stories-footer {
  margin: auto;
  max-width: 1700px;
  z-index: 3;
  position: relative;
}
.stories-container .stories-footer .green-btn {
  margin: 1em auto;
}
.stories-container .stories-content {
  display: block;
  width: 100%;
  position: relative;
  z-index: 2;
  top: 5vh;
  max-width: 1700px;
  margin: auto;
  padding: 0 25px 2em;
}
.stories-container .stories-content .rows {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: self-start;
}
.stories-container .stories-content .card {
  background: #fff;
  width: 100%;
}
@media screen and (min-width: 560px) {
  .stories-container .stories-content .card {
    width: 49%;
  }
}
@media screen and (min-width: 800px) {
  .stories-container .stories-content .card {
    width: 32.5%;
  }
}
@media screen and (min-width: 1500px) {
  .stories-container .stories-content .card {
    width: 24.5%;
  }
}
.stories-container .stories-content .card .card-content .card-title {
  font-size: clamp(2rem, 2vw, 2.5rem);
}
.stories-container .stories-content h1 {
  color: #fff;
  font-size: clamp(2.5rem, 3vw, 3rem);
}
.stories-container .stories-content p {
  color: #fff;
  font-size: clamp(1.7rem, 2vw, 2.4rem);
}
.stories-container .stories-content .green-btn, .stories-container .stories-content .load-more-btn {
  font-family: "Eveleth";
  display: block;
  background: #7cb52e;
  color: #fff;
  border-radius: 3em;
  width: clamp(200px, 300px, 9vw);
  min-width: 170px;
  max-width: 300px;
  padding: 1em 1em;
  text-align: center;
  transition: all 0.2s ease-in-out;
  box-sizing: content-box;
}
.stories-container .stories-content .green-btn:hover, .stories-container .stories-content .load-more-btn:hover {
  padding: 1em 2em;
  transition: all 0.2s ease-in-out;
}
.stories-container .stories-content .load-more-btn {
  padding: 1em 1em;
  border: none;
  font-size: clamp(1.6rem, 3vw, 2rem);
  margin: auto;
  cursor: pointer;
  background: #f88941;
}
.stories-container .stories-content .load-more-btn:hover {
  transition: all 0.2s ease-in-out;
  animation: pulse-glow-orange 2s infinite;
}

/* ============================================================== */
/* TOP 5 STORIES - SIDECOLUMN */
/* ============================================================== */
.top-stories-block ul {
  display: flex;
  flex-direction: column;
}
.top-stories-block ul .top5 {
  margin: 0.5rem 0;
}
.top-stories-block ul .top5 a {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 1em;
  border: 0.1em solid #ccc;
  border-radius: 0.5em;
  justify-content: flex-start;
  background: #f7f7f7;
  transition: all 0.2s ease-in-out;
}
.top-stories-block ul .top5 a .top-thumb {
  width: 25%;
}
.top-stories-block ul .top5 a .top-thumb img {
  width: 100%;
  height: auto;
}
.top-stories-block ul .top5 a .top-title {
  width: 65%;
  font-family: "Eveleth";
  color: #545454;
  padding: 0 1em;
  height: 100%;
  display: block;
  font-weight: 400;
  font-size: clamp(1.6rem, 1.2vw, 1.9rem);
}
.top-stories-block ul .top5 a:hover {
  background: #7cb52e;
  border: 0.1em solid #7cb52e;
  transition: all 0.2s ease-in-out;
}
.top-stories-block ul .top5 a:hover .top-title {
  color: #fff;
}

/* =============================================================================
 * STAFF PROFILES
 * =============================================================================
 *
 *
 */
img.rounded-photo {
  border-radius: 50%;
  width: 100%;
  height: auto;
}

.staff-wrapper {
  display: flex;
  flex-flow: wrap;
  flex-direction: row;
  padding: 0 0 4em 0;
  justify-content: space-between;
}
.staff-wrapper .profile-wrapper.lazyload {
  display: block;
  height: auto !important;
}
.staff-wrapper .profile-wrapper {
  width: 100%;
  margin: 40px 1em 20px;
  display: flex;
  flex-grow: 1;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}
@media screen and (min-width: 560px) {
  .staff-wrapper .profile-wrapper {
    width: 49%;
  }
}
@media screen and (min-width: 1280px) {
  .staff-wrapper .profile-wrapper {
    width: 31%;
  }
}
.staff-wrapper .profile-wrapper img.rounded-photo {
  border-radius: 50%;
  width: 100%;
  height: auto;
}
.staff-wrapper .profile-wrapper .profile-inner {
  border-bottom: 1px solid #ccc;
  border-top: 1px solid #ccc;
  padding: 5px 0;
}
.staff-wrapper .profile-wrapper .profile-inner span.h1 {
  text-align: center;
  margin: 10px 0;
  font-size: clamp(2rem, 2vw, 2.3rem);
}
.staff-wrapper .profile-wrapper .profile-inner span.h3 {
  text-align: center;
  margin: 10px 0;
  font-size: clamp(1.6rem, 1.6vw, 1.8rem);
  font-weight: 600;
  font-family: "Poppins", Arial, Helvetica, sans-serif;
  color: #7cb52e;
  text-transform: none;
}

.mfp-content .white-popup {
  align-items: center;
}
.mfp-content .white-popup .staffpic {
  width: 100%;
}
@media screen and (min-width: 800px) {
  .mfp-content .white-popup .staffpic {
    width: 49%;
  }
}
.mfp-content .white-popup .staffpic .rounded-photo {
  display: block;
  margin: 0 auto;
  max-width: 600px;
  width: 75%;
  border: none;
}
.mfp-content .white-popup .popup-text-wrapper {
  width: 100%;
}
@media screen and (min-width: 800px) {
  .mfp-content .white-popup .popup-text-wrapper {
    width: 49%;
  }
}
.mfp-content .white-popup .popup-text-wrapper span.h1 {
  font-size: 2.3rem;
  margin: 10px 0 0;
  border-top: 1px solid #ccc;
  padding-top: 10px;
  text-align: center;
}
@media screen and (min-width: 800px) {
  .mfp-content .white-popup .popup-text-wrapper span.h1 {
    text-align: left;
  }
}
.mfp-content .white-popup .popup-text-wrapper span.h3 {
  font-family: "Poppins", Arial, Helvetica, sans-serif;
  color: #7cb52e;
  font-size: 2rem;
  font-weight: 600;
  margin: 10px 0 30px;
  border-bottom: 1px solid #ccc;
  padding-bottom: 10px;
  text-align: center;
}
@media screen and (min-width: 800px) {
  .mfp-content .white-popup .popup-text-wrapper span.h3 {
    text-align: left;
  }
}
.mfp-content .white-popup .popup-text-wrapper p {
  font-size: 1.5rem;
}

/* =============================================================================
 * MAGNIFIC POPUP CSS
 * =============================================================================
 *
 *
 */
.white-popup {
  position: relative;
  background: #fff;
  padding: 2em;
  width: auto;
  max-width: 1200px;
  margin: 0 auto;
  border-radius: 1rem;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100001;
  overflow: hidden;
  position: fixed;
  background: transparent;
  background-color: #7cb52e;
  filter: alpha(opacity=85);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=85)";
  -moz-opacity: 0.85;
  -khtml-opacity: 0.85;
  opacity: 0.85;
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100002;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box;
}

.mfp-container:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 100003;
}

.mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close, .mfp-arrow, .mfp-preloader, .mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  white-space: pre;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #cccccc;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 100004;
}

.mfp-preloader a {
  color: #cccccc;
}

.mfp-preloader a:hover {
  color: white;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close, button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 100006;
  box-shadow: none;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  filter: alpha(opacity=65);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=65)";
  -moz-opacity: 0.65;
  -khtml-opacity: 0.65;
  opacity: 0.65;
  transition: all 0.2s ease-in-out;
  padding: 0 0 18px 10px;
  color: #b1b1b1;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover, .mfp-close:focus {
  filter: alpha(opacity=100);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
}

.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #b1b1b1;
}

.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
  color: white;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #cccccc;
  font-size: 12px;
  line-height: 18px;
}

.mfp-arrow {
  position: absolute;
  filter: alpha(opacity=65);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=65)";
  -moz-opacity: 0.65;
  -khtml-opacity: 0.65;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.mfp-arrow:active {
  margin-top: -54px;
}

.mfp-arrow:hover, .mfp-arrow:focus {
  opacity: 1;
  filter: alpha(opacity=100);
}

.mfp-arrow:before, .mfp-arrow:after, .mfp-arrow .mfp-b, .mfp-arrow .mfp-a {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}

.mfp-arrow:after, .mfp-arrow .mfp-a {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
  filter: alpha(opacity=85);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=85)";
  -moz-opacity: 0.85;
  -khtml-opacity: 0.85;
  opacity: 0.85;
  transition: all 0.2s ease-in-out;
}

.mfp-arrow:before, .mfp-arrow .mfp-b {
  border-top-width: 21px;
  border-bottom-width: 21px;
  filter: alpha(opacity=85);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=85)";
  -moz-opacity: 0.85;
  -khtml-opacity: 0.85;
  opacity: 0.85;
  transition: all 0.2s ease-in-out;
}

.mfp-arrow-left {
  left: 0;
}

.mfp-arrow-left:after, .mfp-arrow-left .mfp-a {
  border-right: 17px solid #7cb52e;
  margin-left: 31px;
}

.mfp-arrow-left:before, .mfp-arrow-left .mfp-b {
  margin-left: 25px;
  border-right: 27px solid #7cb52e;
}

.mfp-arrow-right {
  right: 0;
}

.mfp-arrow-right:after, .mfp-arrow-right .mfp-a {
  border-left: 17px solid #7cb52e;
  margin-left: 39px;
}

.mfp-arrow-right:before, .mfp-arrow-right .mfp-b {
  border-left: 27px solid #7cb52e;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: black;
}

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}

.mfp-figure:after {
  content: "";
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444444;
}

.mfp-figure small {
  color: #bdbdbd;
  display: block;
  font-size: 12px;
  line-height: 14px;
}

.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #f3f3f3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
  	 * Remove all paddings around the image on small screen
  	 */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 900px) {
  .mfp-arrow {
    transform: scale(0.75);
  }
  .mfp-arrow-left {
    transform-origin: 0;
  }
  .mfp-arrow-right {
    transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
.mfp-ie7 .mfp-img {
  padding: 0;
}

.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px;
}

.mfp-ie7 .mfp-container {
  padding: 0;
}

.mfp-ie7 .mfp-content {
  padding-top: 44px;
}

.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0;
}

/* overlay at start */
.mfp-fade.mfp-bg {
  filter: alpha(opacity=0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
  transition: all 0.2s ease-in-out;
}

/* overlay animate in */
.mfp-fade.mfp-bg.mfp-ready {
  filter: alpha(opacity=70);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  -moz-opacity: 0.7;
  -khtml-opacity: 0.7;
  opacity: 0.7;
}

/* overlay animate out */
.mfp-fade.mfp-bg.mfp-removing {
  filter: alpha(opacity=0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
}

/* content at start */
.mfp-fade.mfp-wrap .mfp-content {
  margin-top: -600px;
  filter: alpha(opacity=0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
  transition: all 0.2s ease-in-out;
}

/* content animate it */
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  margin-top: 0;
  filter: alpha(opacity=100);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
}

/* content animate out */
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  filter: alpha(opacity=0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
}

/* ============================================================== */
/* SEARCH RESULTS */
/* ============================================================== */
.simplesearch-paging {
  padding-bottom: 2em;
}
.simplesearch-paging .simplesearch-result-pages {
  font-weight: 500;
  color: #545454;
}
.simplesearch-paging .simplesearch-page.simplesearch-current-page {
  color: #f88941;
  padding: 0 0.5em;
}

.simplesearch-results-list .simplesearch-result {
  background: #f7f7f7;
  padding: 1em;
  margin: 0 0 1em;
  border-radius: 0.5em;
  border: 1px solid #ccc;
}
.simplesearch-results-list .simplesearch-result h3 {
  font-size: clamp(1.7rem, 1.6vw, 2.5rem);
}
.simplesearch-results-list .simplesearch-result h3 a {
  font-family: "Poppins";
  color: #545454;
  font-weight: 700;
  font-size: clamp(1.7rem, 1.6vw, 2.5rem);
}
.main-search-form {
  display: flex;
  align-items: center;
  padding: 0 0.5em;
}
.main-search-form input.search-field {
  width: 100%;
  transition: all 0.4s ease-in-out;
  padding: 0 0.5em;
}
.main-search-form .search-icon {
  margin-right: 0.3em;
}
.main-search-form input.search-btn {
  width: 25px;
  transition: all 0.4s ease-in-out;
}
.main-search-form fieldset {
  display: flex;
  border-bottom: 3px solid #8dc63f;
  transition: all 0.4s ease-in-out;
}
.main-search-form fieldset {
  display: flex;
  border: 3px solid #7cb52e;
  align-items: center;
  padding: 1em;
  border-radius: 34px;
  width: 100%;
  transition: all 0.4s ease-in-out;
}
.main-search-form .search-icon {
  width: 25px;
  height: 25px;
  overflow: hidden;
  background-image: url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 40 40'%3E%3Cpath fill='%23393939' d='M38.7,34.2l-8.4-8.4c-0.1-0.1-0.1-0.1-0.2-0.1c1.9-2.7,2.9-5.8,2.9-9.2c0-4.3-1.7-8.3-4.7-11.3c-6-6-16.6-6-22.6,0c-3,3-4.7,7-4.7,11.3c0,4.3,1.7,8.3,4.7,11.3c3,3,7,4.7,11.3,4.7c3.2,0,6.2-0.9,8.8-2.6c0.1,0.1,0.1,0.2,0.2,0.3l8.4,8.4c0.6,0.6,1.4,0.9,2.2,0.9c0.8,0,1.6-0.3,2.2-0.9c0.6-0.6,0.9-1.4,0.9-2.2C39.6,35.5,39.2,34.7,38.7,34.2z M8.8,24.6c-2.2-2.2-3.4-5.1-3.4-8.2c0-3.1,1.2-6,3.4-8.2s5.1-3.4,8.2-3.4s6,1.2,8.2,3.4s3.4,5.1,3.4,8.2c0,3.1-1.2,6-3.4,8.2C20.8,29,13.2,29,8.8,24.6z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
  margin-right: 0.3em;
  opacity: 0.5;
}
.main-search-form input.search-field {
  border: none;
  outline: none;
  background: none;
  font-size: 1.8rem;
  font-weight: 500;
  font-family: "Poppins";
  color: #4d423b;
  width: 100%;
  padding: 0 0.5em;
  transition: all 0.4s ease-in-out;
}
.main-search-form input.search-field::-moz-placeholder {
  font-size: 1.8rem;
  font-weight: 500;
  color: #9b9b9b;
}
.main-search-form input.search-field::placeholder {
  font-size: 1.8rem;
  font-weight: 500;
  color: #9b9b9b;
}
.main-search-form input.search-btn {
  border: none;
  cursor: pointer;
  text-indent: -100px;
  background: #fff;
  width: 25px;
  height: 25px;
  overflow: hidden;
  background-image: url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 40 40'%3E%3Cpath fill='%238EC640' d='M19.7,4.3c-1-1-2.7-1-3.7,0c-1,1-1,2.7,0,3.7l9.2,9.2H6.3c-1.4,0-2.6,1.2-2.6,2.6c0,1.4,1.2,2.6,2.6,2.6h18.9L16,31.5c-1,1-1,2.7,0,3.7c0.5,0.5,1.2,0.8,1.8,0.8s1.3-0.3,1.8-0.8l15.5-15.5L19.7,4.3z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
}

/* ============================================================== */
/* FAQS */
/* ============================================================== */
.faq-wrapper {
  max-width: 1200px;
  margin: auto;
  padding: 1em;
}
.faq-wrapper .h1 {
  text-align: center;
}
.faq-wrapper .faq-item-wrapper {
  overflow: hidden;
  border: 1px solid #ccc;
  padding: 0;
  margin: 0 0 1rem;
  border-radius: 0.5rem;
  transition: all 0.2s ease-in-out;
}
.faq-wrapper .faq-item-wrapper:focus, .faq-wrapper .faq-item-wrapper:hover {
  box-shadow: 0px 0px 20px #ccc;
  transform: scale(1.005);
  transition: all 0.2s ease-in-out;
}
.faq-wrapper .faq-item-wrapper .question {
  padding: 1.5em;
  cursor: pointer;
  position: relative;
}
.faq-wrapper .faq-item-wrapper .question::before {
  border-right: 3px solid;
  border-bottom: 3px solid;
  content: "";
  position: absolute;
  right: 20px;
  top: 20px;
  width: 12px;
  height: 12px;
  transform: scale(0.7) rotate(45deg);
  transition: inherit;
  border-color: #7cb52e;
  transition: all 0.2s ease-in-out;
}
.faq-wrapper .faq-item-wrapper .question .faq-h3 {
  margin: 0;
  font-size: clamp(1.8rem, 1.6vw, 2.5rem);
  color: #585858;
}
.faq-wrapper .faq-item-wrapper .question.openlanguage::before {
  transform: scale(0.7) rotate(225deg);
  transition: all 0.2s ease-in-out;
}
.faq-wrapper .faq-item-wrapper .question.openlanguage .faq-h3 {
  color: #7cb52e;
}
.faq-wrapper .faq-item-wrapper .answer {
  font-size: 11px;
  padding: 0 2.2em 1.5em;
}
.faq-wrapper .faq-item-wrapper .answer p {
  font-size: clamp(1.4rem, 1.5vw, 1.7rem);
}
.faq-wrapper .faq-item-wrapper .answer p a {
  font-size: clamp(1.4rem, 1.5vw, 1.7rem);
}
.faq-wrapper .faq-item-wrapper .answer ul {
  margin: 0 0 2em 1.7em;
}
.faq-wrapper .faq-item-wrapper .answer ul li {
  color: #5e5e5e;
  padding: 0 0 1em;
  font-size: clamp(1.4rem, 1.5vw, 1.7rem);
  font-weight: 500;
}
.faq-wrapper .faq-item-wrapper .answer ul li::before {
  content: "";
  display: inline-block;
  height: 1.3rem;
  width: 1.3rem;
  margin-left: -20px;
  margin-top: 5px;
  position: absolute;
  transform: scale(1);
  background-image: url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 400 400'%3E%3Cpolygon fill='%237cb52e' points='132.1,340.2 239.2,233.1 38.8,233.1 38.8,166.9 239.2,166.9 132.1,59.8 178.9,13 365.9,200 178.9,387'/%3E%3C/svg%3E");
  background-size: contain; /* Ensures the SVG fits within the dimensions */
  background-repeat: no-repeat;
}
@media screen and (min-width: 1100px) {
  .faq-wrapper .faq-item-wrapper .answer ul li::before {
    margin-top: 6px;
  }
}
@media screen and (min-width: 1400px) {
  .faq-wrapper .faq-item-wrapper .answer ul li::before {
    margin-top: 7px;
  }
}
/* ============================================================== */
/* CONTACT FORM*/
/* ============================================================== */
#enquiryform, #hero-form {
  padding: 2em 0 3em;
  border-bottom: 1px solid #ccc;
  margin: 2em 0 3em;
  border-top: 1px solid #ccc;
}

.form-group {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.form-group .form-item {
  width: 100%;
}
@media screen and (min-width: 800px) {
  .form-group .form-item {
    width: 49%;
  }
}
.form-group .form-item.form-item-wide {
  width: 100%;
}
.form-group label {
  color: #707070;
  display: block;
  padding-bottom: 3px;
  font-weight: 600;
}
.form-group label span.label-important {
  font-size: 1.2rem;
  color: red;
  margin-left: 6px;
}
.form-group input[type=text], .form-group select, .form-group textarea {
  font-family: "Poppins", Arial, Helvetica, sans-serif;
  font-size: 1.7rem;
  display: block;
  width: 100%;
  margin: 0 0 10px;
  padding: 1.5rem;
  border: 1px solid #ccc;
  background: #f0f0f0;
  color: #545454;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  border-radius: 0.5rem;
  box-sizing: border-box;
  outline: none;
  transition: all 0.2s ease-in-out;
}
.form-group input[type=text]:hover, .form-group input[type=text]:focus, .form-group select:hover, .form-group select:focus, .form-group textarea:hover, .form-group textarea:focus {
  width: 100%;
  color: #545454;
  border: 1px solid #7cb52e;
  transition: all 0.2s ease-in-out;
}
.form-group .green-btn {
  outline: none;
  border: none;
  font-size: 1.8rem;
  cursor: pointer;
}

.g-recaptcha {
  display: block;
  margin-bottom: 20px;
}

#form-signup {
  position: relative;
  width: 100%;
  background-size: cover;
}

/* ============================================================== */
/* CTA */
/* ============================================================== */
.fixed-bg {
  background-size: cover !important;
  height: 800px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.fixed-bg .patreon-cta-box {
  background: #f02f47;
  border-radius: 12px;
  padding: 3em;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 89%;
  max-width: 45em;
  overflow: hidden;
  box-shadow: 0 23px 22px -8px rgba(0, 0, 0, 0.12), 0 30px 60px -30px rgba(0, 0, 0, 0.15);
}
.fixed-bg .patreon-cta-box::before {
  content: " ";
  position: absolute;
  width: 130%;
  height: 72%;
  background: linear-gradient(#fff, #ff94b7);
  animation: rotate-cta 4s linear infinite;
}
.fixed-bg .patreon-cta-box::after {
  background: #f02f47;
  inset: 3px;
  content: "";
  position: absolute;
  border-radius: 10px;
}
.fixed-bg .patreon-cta-box .h1 {
  color: #fff;
  z-index: 2;
  text-align: center;
}
.fixed-bg .patreon-cta-box p {
  display: block;
  color: #fff;
  z-index: 2;
  text-align: center;
  margin: 0 0 2em 0;
}
.fixed-bg .patreon-cta-box .red-btn {
  z-index: 2;
}

@keyframes rotate-cta {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
/* ============================================================== */
/* SITEMAP */
/* ============================================================== */
section.wide.sitemap {
  width: 100%;
  max-width: 1700px;
  margin: auto;
  padding: 2em 0;
}

.sitemap-container #sitemap {
  display: flex;
  flex-direction: column;
  padding: 25px;
  justify-content: space-between;
}
@media screen and (min-width: 900px) {
  .sitemap-container #sitemap {
    flex-direction: row;
  }
}
@media screen and (min-width: 1700px) {
  .sitemap-container #sitemap {
    padding: 0;
  }
}
.sitemap-container #sitemap .sitemap {
  width: 100%;
  padding: 2em;
  margin: 0 0 2em;
  box-shadow: 0 20px 11px -25px rgba(0, 0, 0, 0.12), 0 30px 60px -30px rgba(0, 0, 0, 0.15);
  border-radius: 0.5em;
  border-top: 3px solid #7cb52e;
  border-bottom: 3px solid #ccc;
  border-left: 0.05em solid #dedede;
  border-right: 0.05em solid #dedede;
}
@media screen and (min-width: 900px) {
  .sitemap-container #sitemap .sitemap {
    width: 32%;
  }
}
.sitemap-container #sitemap .sitemap .h3 {
  font-family: "Eveleth";
  color: #545454;
}
.sitemap-container #sitemap .sitemap p {
  color: #515151;
}
.sitemap-container #sitemap .sitemap ul {
  margin: 1em 0 2em 1.7em;
}
.sitemap-container #sitemap .sitemap ul li {
  padding: 0 0 1em;
}
.sitemap-container #sitemap .sitemap ul li::before {
  content: "";
  display: inline-block;
  height: 2rem;
  width: 2rem;
  margin-left: -29px;
  margin-top: 2px;
  position: absolute;
  transform: scale(1);
  background-image: url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 400 400'%3E%3Cpolygon fill='%23d3d3d3' points='132.1,340.2 239.2,233.1 38.8,233.1 38.8,166.9 239.2,166.9 132.1,59.8 178.9,13 365.9,200 178.9,387'/%3E%3C/svg%3E");
  background-size: contain; /* Ensures the SVG fits within the dimensions */
  background-repeat: no-repeat;
}
.sitemap-container #sitemap .sitemap ul li a {
  color: #515151;
  font-family: "Eveleth";
}
.sitemap-container #sitemap .sitemap ul li a:hover {
  color: #7cb52e;
}

#mc_embed_signup {
  background: none;
}

#mc_embed_signup form {
  padding: 0 !important;
  text-align: left !important;
}

#mc_embed_signup input.email {
  height: 50px !important;
  border: 0.1em solid #ccc !important;
  font-family: "Poppins" !important;
  font-size: 1.8rem !important;
  width: 100% !important;
  outline: none !important;
  border-bottom-left-radius: 2em !important;
  border-top-left-radius: 2em !important;
  border-bottom-right-radius: 2em !important;
  border-top-right-radius: 2em !important;
  padding: 0px 0.9em !important;
  font-weight: 600 !important;
}
@media screen and (min-width: 1626px) {
  #mc_embed_signup input.email {
    width: 48% !important;
    border-bottom-left-radius: 2em !important;
    border-top-left-radius: 2em !important;
    border-bottom-right-radius: 0em !important;
    border-top-right-radius: 0em !important;
  }
}

#mc_embed_signup .clear {
  display: inline-block !important;
  width: 100% !important;
}
@media screen and (min-width: 1626px) {
  #mc_embed_signup .clear {
    width: 51% !important;
  }
}

#mc_embed_signup .button {
  font-family: "Eveleth" !important;
  height: 50px !important;
  font-size: 1.6rem !important;
  border-top-right-radius: 2em !important;
  border-bottom-right-radius: 2em !important;
  border-bottom-left-radius: 2em !important;
  border-top-left-radius: 2em !important;
  background-color: #7cb52e !important;
  position: relative !important;
  left: 0 !important;
  width: 100% !important;
  color: #fff !important;
  margin: 0.3em 0 0 0 !important;
  transition: all 0.2s ease-in-out;
  box-sizing: border-box !important;
  border: none !important;
  cursor: pointer !important;
}
@media screen and (min-width: 1626px) {
  #mc_embed_signup .button {
    width: 100% !important;
    left: -8px !important;
    border-bottom-left-radius: 0em !important;
    border-top-left-radius: 0em !important;
    border-bottom-right-radius: 2em !important;
    border-top-right-radius: 2em !important;
    margin: 0 0 0 0 !important;
  }
}
#mc_embed_signup .button:hover {
  transition: all 0.2s ease-in-out;
  animation: pulse-glow 2s infinite;
  background-color: #aeea59 !important;
}

/* ============================================================== */
/* FOOTER */
/* ============================================================== */
footer {
  padding: 2em 0 0;
  z-index: 9999;
  position: relative;
  width: 100%;
  max-width: 1700px;
  margin: auto;
  padding: 2em 0;
}
footer #btt-wrapper {
  position: fixed;
  bottom: 20px;
  right: 20px;
  transition: all 0.2s ease-in-out;
}
footer #btt-wrapper .btt-arrow {
  border-radius: 50%;
  background: #7cb52e;
  width: 50px;
  height: 50px;
  text-indent: -99999px;
  display: flex;
  transition: all 0.2s ease-in-out;
  text-decoration: none;
}
footer #btt-wrapper .btt-arrow svg {
  display: block;
  width: 25px;
  margin: auto;
}
footer #btt-wrapper .btt-arrow:hover {
  transform: scale(1.05);
  background: #aeea59;
  transition: all 0.2s ease-in-out;
}
footer #btt-wrapper.hiddenbtt {
  bottom: -60px;
  transition: all 0.4s ease-in-out;
}
footer .footer-container a#footer-logo {
  width: 33%;
  min-width: 235px;
  max-width: 350px;
  transition: all 0.2s ease-in-out;
  margin: 0 auto 2em;
  display: block;
  padding: 0 !important;
}
footer .footer-container a#footer-logo:hover {
  opacity: 0.7;
  transition: all 0.2s ease-in-out;
}
footer .footer-container a#footer-logo img {
  width: 100%;
  height: auto;
  display: block;
}
footer .footer-container #footer-wrap {
  display: block;
}
footer .footer-container #footer-wrap #footer-nav .topnav {
  justify-content: center;
}
footer .footer-container #footer-wrap #footer-nav .topnav ul {
  padding: 20px 0 6px;
  text-align: center;
}
footer .footer-container #footer-wrap #footer-nav .topnav ul li.active a {
  color: #7cb52e;
}
footer .footer-container #footer-wrap #footer-nav .topnav ul li.active a span.underline {
  width: 100%;
  opacity: 1;
  transition: all 0.2s ease-in-out;
}
footer .footer-container #footer-wrap #footer-nav .topnav ul li {
  display: inline-block;
  padding: 9px;
}
footer .footer-container #footer-wrap #footer-nav .topnav ul li a {
  padding: 10px 0;
  font-size: 16px;
  font-family: "Inter", Arial, Helvetica, sans-serif;
  color: #545454;
  letter-spacing: 0;
  transition: all 0.2s ease-in-out;
}
footer .footer-container #footer-wrap #footer-nav .topnav ul li a:hover {
  text-decoration: none;
  color: #7cb52e;
  transition: all 0.2s ease-in-out;
}
footer .footer-container #footer-wrap #footer-copy, footer .footer-container #footer-wrap #footer-copy-big {
  display: block;
  margin: 0 auto;
}
footer .footer-container #footer-wrap #footer-copy p, footer .footer-container #footer-wrap #footer-copy-big p {
  font-size: 1.6rem;
  color: #5e5e5e;
  font-family: "Poppins", Arial, Helvetica, sans-serif;
  text-align: center;
  padding: 0 10px;
  margin: 0;
  font-weight: 600;
}
footer .footer-container #footer-wrap #footer-copy p span, footer .footer-container #footer-wrap #footer-copy-big p span {
  color: #f88941;
}
footer .footer-container #footer-wrap #footer-copy p a, footer .footer-container #footer-wrap #footer-copy-big p a {
  color: #545454;
  font-size: 1.6rem;
}
footer .footer-container #footer-wrap #footer-copy p a:hover, footer .footer-container #footer-wrap #footer-copy-big p a:hover {
  text-decoration: underline;
  color: #7cb52e;
}
footer .footer-container #footer-wrap #footer-copy {
  margin: 2em auto 0;
}
footer .footer-container #footer-wrap #footer-copy p {
  font-size: 1.4rem;
  color: #5e5e5e;
  font-family: "Poppins", Arial, Helvetica, sans-serif;
  text-align: center;
  padding: 0 10px;
  margin: 0;
  font-weight: 500;
}
footer .footer-container #footer-wrap #footer-copy p a {
  color: #545454;
  font-size: 1.4rem;
  font-weight: 500;
}
footer .footer-container #footer-wrap #footer-copy p a:hover {
  text-decoration: underline;
  color: #7cb52e;
}
footer a.btn-top {
  display: inline-block;
  height: 55px;
  margin: 25px 0 0 20px;
  position: relative;
  width: 55px;
  float: right;
}
footer a.btn-top img {
  padding-top: 5px;
  opacity: 1;
  transition: all 0.2s ease-in-out;
}
footer a.btn-top img:hover {
  padding-top: 2px;
  filter: alpha(opacity=50);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  opacity: 0.5;
  transition: all 0.2s ease-in-out;
  cursor: pointer;
}

.footer-bg {
  width: 100%;
  height: 25em;
  display: block;
  overflow: hidden;
}
.footer-bg .footer-bg-inner {
  width: 100%;
  background-size: contain;
  height: 25em;
  background: #fff url("/theme/img/footer-bg.svg") repeat-x center bottom;
  background-size: cover !important;
}
.footer-bg .footer-bg-inner a.scroll {
  position: relative;
  width: 100%;
  height: 100%;
  display: block;
}

footer #footer-wrap #footer-copy-big {
  margin: 0 auto 10px;
}
footer #footer-wrap #footer-copy-big p {
  font-size: 16px;
}
footer #footer-wrap #footer-copy-big p span {
  font-size: 16px;
}
footer #footer-wrap #footer-copy-big p a {
  font-size: 16px;
}
footer #footer-wrap #footer-copy-big p a:hover {
  font-size: 16px;
}

/* ============================================================== */
/* TABLES */
/* ============================================================== */
.table {
  display: table;
  border-collapse: separate;
  word-wrap: break-word;
  width: 100%;
  margin: 0 auto;
}

.table-row {
  display: table-row;
}
.table-row:nth-child(even) {
  background: #202639;
}

.table-row.table-head .cell {
  color: #b1f554;
  font-size: 2rem;
}

.cell {
  display: table-cell;
  padding: 0.8em;
  text-align: left;
  color: #fff;
}

table {
  border: none;
  border-collapse: separate;
  word-wrap: break-word;
  width: 100%;
  margin: 0 auto;
}
table tr th {
  border: none;
  color: #b1f554;
  font-size: clamp(1.2em, 2vw, 1.4em);
  padding: 1em;
}
@media screen and (min-width: 800px) {
  table tr th {
    padding: 1em 1.5em;
  }
}
table tr th:first-child {
  width: 50% !important;
}
table tr th:nth-child(2) {
  width: 25% !important;
}
table tr th:nth-child(3) {
  width: 25% !important;
}
table tr {
  display: table-row;
}
table tr:nth-child(even) {
  background: #202639;
}
table tr td {
  font-size: clamp(1.1em, 1.5vw, 1em);
  border: none;
  padding: 1em;
  text-align: left;
  color: #fff;
}
@media screen and (min-width: 800px) {
  table tr td {
    padding: 2em;
  }
}
table tr td:first-child {
  width: 50% !important;
}
table tr td:nth-child(2) {
  width: 25% !important;
}
table tr td:nth-child(3) {
  width: 25% !important;
}
table tr td span strong {
  color: #b1f554;
}

.grecaptcha-badge {
  z-index: -9;
  display: none;
}

/* ============================================================== */
/* 404 THANKS PAGES */
/* ============================================================== */
#pagebox {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100vh;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

#logobox {
  text-align: center;
}

#loginbox {
  background: #fff;
  padding: 3em;
  border-radius: 0.5em;
  max-width: 760px;
  margin-top: -75px;
}
#loginbox #loginbox-form h1 {
  text-align: center;
  margin: 1em 0;
}
#loginbox #loginbox-form h2 {
  text-align: center;
  margin: 0 0 2em;
  font-family: "Poppins";
}
#loginbox #loginbox-form .green-btn {
  text-align: center;
  margin: 0 auto;
}

/* ============================================================== */
/* MOBILE MENU */
/* ============================================================== */
.full-screen-nav,
.full-screen-nav *,
.full-screen-nav *:focus {
  box-sizing: border-box;
  z-index: 9999999;
  outline: none;
  -webkit-tap-highlight-color: transparent;
}

.full-screen-nav {
  position: fixed;
  width: 100%;
  padding: 0;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  display: none;
  background: #fff;
}

/* CONTENT WRAPPER
=========================================*/
.full-screen-nav-content {
  width: 100%;
  height: 100%;
  position: relative;
  color: #fff;
  display: block;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  z-index: 1;
  padding-top: 25px !important;
}
.full-screen-nav-content .small-logo {
  display: block;
  margin: 0 0 3em;
}
.full-screen-nav-content .small-logo img {
  display: block;
  width: 205px;
  height: auto;
  margin: 0 auto;
}
.full-screen-nav-content .nav-content-contact {
  clear: both;
  padding: 0;
}
.full-screen-nav-content .nav-content-contact p {
  display: block;
  color: #f88941;
  font-weight: 400;
  font-size: 2rem;
  margin-bottom: 0;
  text-align: center;
}
.full-screen-nav-content .nav-content-contact p a {
  color: #f88941;
  font-size: 2rem;
  padding: 4px;
  font-weight: 400;
  text-align: left;
  transition: all 0.2s ease-in-out;
}
.full-screen-nav-content .nav-content-contact p a:hover {
  color: #fff;
  transition: all 0.2s ease-in-out;
}
.full-screen-nav-content .nav-content-contact p a.telnum:hover {
  color: #fff;
  transition: all 0.2s ease-in-out;
}
.full-screen-nav-content .nav-content-contact p.menu-addy {
  text-align: center;
  font-size: 1.4rem;
  padding: 0.5em 0;
}
.full-screen-nav-content .nav-content-contact ul.social-links {
  padding: 1em 0;
  float: right;
  display: block;
  width: 100%;
}
.full-screen-nav-content .nav-content-contact ul.social-links li {
  float: right;
}

body .full-screen-nav-content .nav-content-contact ul.social-links li a.facebook,
body .full-screen-nav-content .nav-content-contact ul.social-links li a.twitter,
body .full-screen-nav-content .nav-content-contact ul.social-links li a.instagram {
  background-color: #fff;
}

.full-screen-sub-menu {
  margin: 2em 0 0;
}

.full-screen-sub-menu li a {
  text-align: center;
  margin: 0 0 1em;
  display: block;
  color: #fff;
}

/* CLOSE BUTTON
=========================================*/
.full-screen-nav-close {
  width: 50px;
  height: 50px;
  display: block;
  position: fixed;
  right: calc(50% - 25px);
  bottom: 50px;
  cursor: pointer;
  transition: all 0.2s linear;
  border: 3px solid #7cb52e;
  border-radius: 50%;
  background-color: #7cb52e;
}

.full-screen-nav-close:hover {
  transform: scale(1.2, 1.2);
}

.full-screen-nav-close:before,
.full-screen-nav-close:after {
  position: absolute;
  left: 20px;
  top: 6px;
  content: "";
  height: 33px;
  width: 5px;
  transform-origin: center center;
  background-color: #fff;
}

.full-screen-nav-close:before {
  transform: rotate(45deg);
}

.full-screen-nav-close:after {
  transform: rotate(-45deg);
}

/* NORMAL MENU
=========================================*/
.full-screen-nav-menu {
  margin: 2rem 0;
  padding: 0;
  display: block;
  width: 100%;
  position: relative;
  list-style: none;
  text-align: center;
}

@media (max-width: 768px) {
  .full-screen-nav-menu {
    width: 100%;
    margin: 0;
  }
}
.full-screen-nav-menu li a {
  padding: 0.6rem 2rem;
  display: inline-block;
  font-size: 3.3rem;
  text-decoration: none;
  color: #3d3a38;
  font-weight: 400;
  transition: all 0.2s linear;
  clear: both;
  margin: 0;
  font-family: "Eveleth", Arial, Helvetica, sans-serif;
  width: 100%;
  border: none;
}

.full-screen-nav-menu li a span {
  line-height: 100%;
}

@media (max-width: 480px) {
  .full-screen-nav-menu li a {
    font-size: 2.5rem;
  }
}
.full-screen-nav-menu li:hover a,
.full-screen-nav-menu li.active a,
.full-screen-nav-menu li ul li:hover a,
.full-screen-nav-menu li ul li.active a,
.full-screen-nav-menu li.active ul li a:hover,
.full-screen-nav-menu li ul li:hover a:hover,
.full-screen-nav-menu li a.active {
  color: #7cb52e;
  opacity: 1 !important;
  border: none;
}

.full-screen-sub-menu li a {
  text-align: center;
  margin: auto;
  display: block;
  color: #f88941;
  padding: 4px;
  font-weight: 600;
  font-size: 2rem;
}

/* MENU OF GENERAL CONTENT
=========================================*/
.full-screen-nav-general {
  text-align: center;
}

/* ANIMATIONS
=========================================*/
.zoom {
  animation-name: zoom-in;
  animation-duration: 0.3s;
  animation-iteration-count: 1;
  animation-timing-function: ease;
  animation-fill-mode: forwards;
  -webkit-animation-name: zoom-in;
  -webkit-animation-duration: 0.3s;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-timing-function: ease;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-name: zoom-in;
  -moz-animation-duration: 0.3s;
  -moz-animation-iteration-count: 1;
  -moz-animation-timing-function: ease;
  -moz-animation-fill-mode: forwards;
}

@keyframes zoom-in {
  from {
    transform: scale(0.6, 0.6);
  }
  to {
    transform: scale(1, 1);
  }
}
.slide {
  animation-name: slide;
  animation-duration: 0.3s;
  animation-iteration-count: 1;
  animation-timing-function: ease;
  animation-fill-mode: forwards;
  -webkit-animation-name: slide;
  -webkit-animation-duration: 0.3s;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-timing-function: ease;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-name: slide;
  -moz-animation-duration: 0.3s;
  -moz-animation-iteration-count: 1;
  -moz-animation-timing-function: ease;
  -moz-animation-fill-mode: forwards;
}

@keyframes slide {
  from {
    left: -200px;
  }
  to {
    left: 0;
  }
}
.dropdown {
  animation-name: dropdown;
  animation-duration: 0.5s;
  animation-iteration-count: 1;
  animation-timing-function: ease-in-out;
  animation-fill-mode: forwards;
  -webkit-animation-name: dropdown;
  -webkit-animation-duration: 0.5s;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-timing-function: ease-in-out;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-name: dropdown;
  -moz-animation-duration: 0.5s;
  -moz-animation-iteration-count: 1;
  -moz-animation-timing-function: ease-in-out;
  -moz-animation-fill-mode: forwards;
}

@keyframes dropdown {
  from {
    top: -400px;
  }
  to {
    top: 0;
  }
}
/* ============================================================== */
/* LOADER */
/* ============================================================== */
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: 999999;
  filter: alpha(opacity=85);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=85)";
  -moz-opacity: 0.85;
  -khtml-opacity: 0.85;
  opacity: 0.85;
}

#loader {
  display: block;
  position: relative;
  left: 50%;
  top: 50%;
  width: 88px;
  height: 88px;
  margin: -44px 0 0 -44px;
  border-radius: 50%;
  border: 2px solid transparent;
  border-top-color: #764c29;
  animation: spin 1s linear infinite;
}

#loader:before {
  content: "";
  position: absolute;
  top: 5px;
  left: 5px;
  right: 5px;
  bottom: 5px;
  border-radius: 50%;
  border: 2px solid transparent;
  border-top-color: #78aa35;
  animation: spin 1.5s linear infinite;
}

#loader:after {
  content: "";
  position: absolute;
  top: 15px;
  left: 15px;
  right: 15px;
  bottom: 15px;
  border-radius: 50%;
  border: 3px solid transparent;
  border-top-color: #f16821;
  animation: spin 0.7s linear infinite;
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}/*# sourceMappingURL=screen.css.map */