:root {
  --White: #ffffff;
  --Grey: #cccccc;
  --Black: #000000;
  --prim-blue: #303D55;
  --prim-green: #6DAFA1;
  --prim-pink: #E4D6BC;
  --prim-gold: #DEAB6D;
  --sec-blue: #596477;
  --sec-green: #6DAFA1;
  --sec-pink: #E9DEC9;
  --sec-gold: #E5BC8A;
  --ter-blue: #838B99;
  --ter-green: #A7CFC7;
  --ter-pink: #EFE6D7;
  --ter-gold: #EBCDA7;
}

.ff-JimmySansBold {
  font-family: var(--font-JimmySansBold);
}

.ff-GeomanistLight {
  font-family: var(--font-GeomanistLight);
}

.ff-GeomanistBook {
  font-family: var(--font-GeomanistBook);
}

.heading2 {
  font-size: 56px;
}

.heading2.md {
  font-size: 48px;
}

h3 {
  position: relative;
  font-family: var(--font-JimmySansBold);
  font-size: 32px;
  color: var(--prim-gold);
  margin: 0;
  z-index: 2;
}

.heading3 {
  position: relative;
  z-index: 2;
  font-size: 32px;
}

.heading4 {
  font-size: 24px !important;
}

.heading5 {
  font-size: 20px;
}

.heading6 {
  font-size: 18px;
}

.fs-20 {
  font-size: 20px;
}

.fs-24 {
  font-size: 24px;
}

.fs-13 {
  font-size: 13px;
}

.fs-16 {
  font-size: 16px;
}

.pb-16 {
  padding-bottom: 4rem;
}

.pb-20 {
  padding-bottom: 5rem;
}

.pb-24 {
  padding-bottom: 6rem;
}

.pb-32 {
  padding-bottom: 8rem;
}

.pt-4 {
  padding-top: 1rem;
}

.pt-8 {
  padding-top: 2rem;
}

.pt-12 {
  padding-top: 3rem;
}

.pt-16 {
  padding-top: 4rem;
}

.pt-20 {
  padding-top: 5rem;
}

.py-8 {
  padding: 2rem 0;
}

.py-16 {
  padding: 4rem 0;
}

.py-20 {
  padding: 5rem 0;
}

.my-2 {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

.my-4 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.my-8 {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.my-12 {
  margin-top: 3rem;
  margin-bottom: 3rem;
}

.my-16 {
  margin-top: 4rem;
  margin-bottom: 4rem;
}

.mt-2 {
  margin-top: 0.5rem;
}

.mt-4 {
  margin-top: 1rem;
}

.mt-8 {
  margin-top: 2rem;
}

.mt-12 {
  margin-top: 3rem;
}

.mt-16 {
  margin-top: 4rem;
}

.mt-20 {
  margin-top: 5rem;
}

.mb-2 {
  margin-bottom: 0.5rem;
}

.mb-4 {
  margin-bottom: 1rem;
}

.mb-8 {
  margin-bottom: 2rem;
}

.mb-12 {
  margin-bottom: 3rem;
}

.mb-16 {
  margin-bottom: 4rem;
}

.mb-20 {
  margin-bottom: 5rem;
}

@font-face {
  font-family: GeomanistBook;
  src: url("../fonts/Geomanist-Book.woff");
}
@font-face {
  font-family: GeomanistLight;
  src: url("../fonts/Geomanist-Light.woff");
}
@font-face {
  font-family: JimmySansBold;
  src: url("../fonts/JimmySans-Bold.woff");
}
:root {
  --font-GeomanistBook: GeomanistBook;
  --font-GeomanistLight: GeomanistLight;
  --font-JimmySansBold: JimmySansBold;
}

html,
body {
  overflow-x: hidden;
}

body {
  position: relative;
  max-width: 100vw;
  overflow-y: auto;
}
body.dark {
  background-color: var(--sec-pink) !important;
}
body.light {
  background-color: var(--prim-blue) !important;
}

::-webkit-input-placeholder,
.form-control::-webkit-input-placeholder {
  color: var(--Grey);
}

:-ms-input-placeholder,
.form-control:-ms-input-placeholder {
  color: var(--Grey);
}

::-moz-placeholder,
.form-control::-moz-placeholder {
  color: var(--Grey);
  opacity: 1;
}

::selection {
  background: var(--Grey);
  color: #000;
}

::-moz-selection {
  background: var(--Grey);
  color: #000;
}

.fancybox-navigation .fancybox-button::after {
  background-color: transparent !important;
}

.fancybox-bg {
  background: var(--prim-blue);
}

.fancybox-button {
  background: var(--prim-blue);
}

div a {
  text-decoration: none !important;
}

/* ======================= General CSS ============================================================ */
.color-primGold {
  color: var(--prim-gold) !important;
}

.color-primPink {
  color: var(--prim-pink);
}

.color-primBlue {
  color: var(--prim-blue);
}

.color-primGreen {
  color: var(--prim-green);
}

.color-grey {
  color: var(--Grey);
}

.color-secPink {
  color: var(--sec-pink);
}

.bgColor-green {
  background-color: var(--prim-green);
}

.bgColor-primBlue {
  background: var(--prim-blue);
}

.bgColor-secPink {
  background-color: var(--sec-pink);
}

.bgColor-primYellow {
  background-color: var(--prim-gold);
}

.border-bottom-grey {
  border-bottom: 1px solid var(--Grey);
}

.text-align-justify {
  text-align: justify;
}

.text-underline {
  text-decoration: underline !important;
}

.hvr-text-underline:hover {
  text-decoration: underline !important;
}

.fw-medium {
  font-weight: 600;
}

.fw-lighter {
  font-weight: lighter;
}

.radius-4 {
  border-radius: 16px !important;
}

.cursor-pointer {
  cursor: pointer !important;
}

.hidden {
  display: none;
}

.position-relative {
  position: relative;
}

p:empty {
  display: none;
}

.line-clamp-2 {
  overflow: hidden;
  display: -webkit-box;
  line-clamp: 2;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.uppercase {
  text-transform: uppercase;
}

.capitalize {
  text-transform: capitalize;
}

.opacity-low {
  opacity: 0.8;
}

.white-space-pre-line {
  white-space: pre-line;
}

.icon-lg {
  width: 100px;
  height: 100px;
  overflow: hidden;
}
.icon-lg img {
  transition: transform 0.2s ease;
}
.icon-lg:hover img {
  transform: scale(1.1);
}

.lg-sub-html {
  display: none;
}

/* ============================================================================================================================ */
.home-text {
  font-family: var(--font-JimmySansBold) !important;
  color: var(--prim-blue);
  font-size: 5rem;
  filter: drop-shadow(0.1rem 0.1rem 0.1rem rgba(0, 0, 0, 0.5));
}

section.whatWeDo .topsection {
  font-size: 114.76px;
  position: relative;
  background-color: var(--prim-blue);
}

section.whatWeDo .topsection .container h2 {
  font-family: var(--font-JimmySansBold) !important;
  font-size: 60px;
  color: var(--White);
  margin-top: 2em;
  margin-bottom: 1em;
}

.sustainability-card .lottie-player {
  height: 200px;
  width: 200px;
  margin: auto;
}

section.light {
  position: relative;
  padding-bottom: 5em;
  background: var(--sec-pink);
}

section.light h3 {
  font-family: var(--font-GeomanistBook);
  font-size: 30px;
  color: var(--prim-blue);
  margin-bottom: 90px;
}

section.whatWeDo.forest .content:after,
section.projects:after {
  content: none !important;
}

.coast h4 {
  color: var(--sec-pink) !important;
}

section.wetlands.coast {
  background-color: var(--prim-blue) !important;
  padding-bottom: 0 !important;
}

#handButterfly {
  width: 100%;
}

.lottie-2 {
  width: 200px;
  height: 200px;
  margin: auto;
  filter: drop-shadow(0 0.2em 0.2rem rgba(0, 0, 0, 0.2));
}

.lighthouse {
  background-image: url("/assets/images/assets/lighthouse.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: right;
  height: 250px;
  margin-right: 15%;
}

.woman {
  height: 350px;
}

.citation {
  background-color: var(--prim-blue);
  padding: 2em;
}

.citation-text {
  color: var(--prim-pink);
  font-size: 3em;
  font-family: var(--font-JimmySansBold);
  padding-left: 10px;
  margin: auto auto auto 10px !important;
}

.header-img {
  height: auto;
  width: 100%;
}

.header-img > img {
  height: auto;
  width: 100%;
}

.ourStory .content {
  background-color: var(--sec-pink);
  padding-bottom: 48px;
}
.ourStory .container {
  background-color: var(--sec-pink);
  padding-bottom: 48px;
}
.ourStory .container h4 {
  position: relative;
  font-family: var(--font-JimmySansBold);
  font-size: 34px;
  color: var(--prim-gold);
  margin: 0;
  z-index: 2;
}

.introText {
  font-family: var(--font-GeomanistBook);
  font-size: 24px !important;
  color: var(--prim-blue);
}

.projects .row .col-12 {
  padding-bottom: 2em;
}

.project a {
  color: var(--prim-blue);
  text-decoration: none;
}
.project a:hover {
  filter: drop-shadow(0.1rem 0.1rem 0.1rem rgba(0, 0, 0, 0.5));
}

.back {
  color: var(--sec-pink);
  border: 2px solid var(--prim-blue);
  background-color: var(--prim-blue);
  border-radius: 50px;
  text-decoration: none;
  padding: 0.5em 1em;
}
.back:hover {
  color: var(--prim-blue);
  background-color: var(--sec-pink);
}

a.link-partnership:hover {
  filter: drop-shadow(0.1rem 0.1rem 0.1rem rgba(0, 0, 0, 0.5));
}

.item-links > a {
  font-family: var(--font-GeomanistLight);
  font-size: 24px;
  color: var(--prim-blue);
  margin: 0;
  text-decoration: none;
}

.item-links > button {
  font-family: var(--font-GeomanistLight);
  color: var(--prim-blue);
  background-color: transparent;
  border: 0;
  margin: 0;
}

.item-links > a:hover {
  color: var(--White);
}

.nav-link:focus {
  color: var(--prim-green) !important;
}

.navbar-toggler:focus {
  box-shadow: none;
}

.sponsor-wildlife > a {
  display: none;
}

.animated-icon1 {
  width: 30px;
  height: 20px;
  position: relative;
  margin: 0;
  -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;
}
.animated-icon1 span {
  display: block;
  position: absolute;
  height: 5px;
  width: 100%;
  border-radius: 9px;
  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;
  background: var(--prim-green);
}
.animated-icon1 span:nth-child(1) {
  top: 0;
}
.animated-icon1 span:nth-child(2) {
  top: 10px;
}
.animated-icon1 span:nth-child(3) {
  top: 20px;
}

.animated-icon1.open span:nth-child(1) {
  top: 11px;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
}
.animated-icon1.open span:nth-child(2) {
  opacity: 0;
  left: -60px;
}
.animated-icon1.open span:nth-child(3) {
  top: 11px;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

.btn-ghost button {
  margin-top: 32px;
  border: 2px solid var(--prim-pink);
}

.readDetails {
  display: none;
}

.modal-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 50;
  background: rgba(0, 0, 0, 0.6);
  display: none;
}

.library-details {
  padding: 0 16px;
  font-size: 1.2rem;
  color: var(--prim-blue);
  margin-bottom: 56px;
}
.library-details h2 {
  color: var(--prim-gold);
}
.library-details img {
  width: 200px !important;
  height: 160px;
  object-fit: fill;
  transition: transform 0.25s ease;
}
.library-details.schools {
  margin: 48px 0;
}
.library-details.schools h3 {
  margin: 0;
}

.support p {
  font-family: var(--font-GeomanistLight);
  font-size: 24px;
  color: var(--prim-pink);
}

.sdGoals {
  align-content: center;
  display: flex;
  text-align: left;
  align-items: center;
  background-color: var(--ter-pink);
  border-radius: 8px;
  overflow: hidden;
  transition: box-shadow 0.3s ease 0s;
}
.sdGoals img {
  flex: 0 0 120px;
  height: 120px;
  margin: 0;
  width: 120px;
  border-radius: 0;
}
.sdGoals p {
  flex: 1 1;
  font-size: 18px !important;
  padding: 16px;
  margin: 0 !important;
}
.sdGoals:hover {
  box-shadow: 6px 6px 48px 0 rgba(39, 39, 52, 0.16);
}

.cs-info {
  position: relative;
  color: var(--prim-pink);
  position: relative;
}
.cs-info .supporting-company {
  width: 200px;
  height: 200px;
  object-fit: contain;
}
.cs-info .bee-image {
  position: relative;
}
.cs-info .bee-image img {
  width: 80%;
  margin: 0 auto;
}
.cs-info .col-sm-12:first-child {
  border-right: 1px solid var(--White);
}
.cs-info .content a {
  display: block;
}

.statistics-card p a {
  color: var(--prim-gold);
  font-size: 18px;
  font-weight: 600;
  display: inline;
}

.single-post .graph {
  border-radius: 1rem;
  width: 100%;
}

.featuredLogo img {
  margin-top: 32px;
  background: var(--White);
  border-radius: 24px;
  /* width: 280px; */
}

#hubspot-messages-iframe-container {
  z-index: 999 !important;
}

/* ============================= Page Not Found CS ========================================= */
#notfound {
  position: relative;
  height: 100vh;
}

#notfound .notfound {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-width: 600px;
  line-height: 1.4;
  text-align: center;
  padding: 0 24px;
}

/* ========================================================================================= */
.navbar-brand img {
  height: 65px;
  margin: 0 auto;
}

nav {
  width: 100%;
  height: 100px;
  margin: 16px 0;
  overflow: hidden;
}
nav.nav-bar {
  width: 100%;
  height: 100px;
  margin: 40px 0;
  overflow: hidden;
}
nav .d-flex {
  align-content: center;
  align-items: center;
  justify-content: space-between;
}
nav .d-flex .hamburgerMenu {
  display: none;
  position: absolute;
  width: 45px;
  height: 45px;
  cursor: pointer;
}
nav .d-flex .hamburgerMenu .inner:before {
  top: 22px;
}
nav .d-flex .hamburgerMenu .inner:after {
  bottom: 22px;
}
nav .d-flex .branding img {
  display: none;
  height: 72px;
}
nav .d-flex .mobileMenu {
  display: none;
  position: fixed;
  top: 0;
  left: -100%;
  width: 100%;
  height: calc(100vh - 100px);
  top: 100px;
  padding-top: 60px;
  transition: 0.4s ease;
  z-index: 9;
}
nav .d-flex .mobileMenu a {
  text-decoration: none;
}
nav .d-flex .mobileMenu a p {
  font-family: var(--font-GeomanistBook);
  font-size: 28px;
  margin: 0;
  margin-bottom: 20px;
}
nav .d-flex .mobileMenu.openMenu {
  left: 0;
}

nav .d-flex .hamburgerMenu .inner, nav .d-flex .hamburgerMenu .inner:before, nav .d-flex .hamburgerMenu .inner:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 45px;
  height: 6px;
  border-radius: 20px;
}

.navbar .container {
  max-width: 90%;
}

.nav-link {
  font-family: var(--font-JimmySansBold);
  font-size: 18px;
  margin: 2px;
  padding: 4px;
  text-align: center;
}
.nav-link:hover {
  color: var(--prim-green);
}
.nav-link.nav-get-in-touch {
  border-radius: 50px;
  background: 0 0;
}
.nav-link.nav-get-in-touch:hover {
  background: var(--prim-blue);
}

body.dark nav img.dark {
  display: block;
}
body.dark nav p {
  color: var(--prim-blue);
}
body.dark nav .mobileMenu {
  background-color: var(--sec-pink);
}
body.dark #mobile-nav > div.menu > .navbar-nav > .nav-item > .nav-get-in-touch {
  background-color: var(--prim-blue);
  color: var(--prim-pink) !important;
}

body.light nav img.light {
  display: block;
}
body.light nav p {
  color: var(--prim-pink);
}
body.light nav .mobileMenu {
  background-color: var(--prim-blue);
}
body.light #mobile-nav > div.menu > .navbar-nav > .nav-item > .nav-get-in-touch {
  border-color: var(--sec-pink) !important;
  background-color: var(--sec-pink);
  color: var(--prim-blue) !important;
}
body.light #mobile-nav > div.menu > .navbar-nav > .nav-item > .nav-get-in-touch:hover {
  color: var(--prim-blue) !important;
  border-color: var(--sec-pink) !important;
  background-color: var(--sec-pink) !important;
}
body.light #mobileMenu > ul > li > a {
  color: var(--prim-pink);
}

body.dark nav .hamburgerMenu .inner, body.dark nav .hamburgerMenu .inner:before, body.dark nav .hamburgerMenu .inner:after {
  background-color: var(--prim-blue);
}

body.light nav .hamburgerMenu .inner, body.light nav .hamburgerMenu .inner:before, body.light nav .hamburgerMenu .inner:after {
  background-color: var(--sec-pink);
}

.mobileMenu {
  background-color: var(--sec-pink);
}

.hamburgerMenu .inner, .hamburgerMenu .inner::before, .hamburgerMenu .inner::after {
  background-color: var(--prim-blue);
}

.hamburgerMenu .inner::after {
  margin: 9px 0 0 !important;
}

.dark header .nav-link {
  color: var(--prim-blue) !important;
}

.dark header .nav-link:hover, footer .nav-link:hover {
  color: var(--prim-green) !important;
}

.light header .nav-link {
  color: var(--prim-pink) !important;
}

.light header .nav-link:hover {
  color: var(--White) !important;
}

.menu > .navbar-nav > .nav-item > .nav-get-in-touch {
  border: 2px solid;
  border-color: var(--prim-blue);
  padding-inline: 0.5em;
  padding: 0px 10px;
}
.menu > .navbar-nav > .nav-item > .nav-get-in-touch:hover {
  filter: drop-shadow(0.1rem 0.1rem 0.1rem rgba(0, 0, 0, 0.5));
}

body {
  background-color: var(--sec-pink);
}
body > div:nth-child(2) {
  overflow: hidden;
}
body.light #mobile-nav > div.menu > ul > li > a {
  color: var(--prim-pink) !important;
}
body.light #mobile-nav > div.menu > ul > li > a:hover {
  color: var(--White) !important;
}

body .header.partnerships-content > section > div > div > div:nth-child(1) > div, body .header.partnerships-content > section > div > div > div:nth-child(2) > div {
  width: 100%;
}

.branding:focus-visible {
  outline: 0;
  box-shadow: none;
}

.drop-shadow {
  filter: drop-shadow(0.1rem 0.1rem 0.1rem rgba(0, 0, 0, 0.5));
}

button:focus:not(:focus-visible) {
  outline: 0;
  box-shadow: none;
}

#page {
  overflow: hidden;
  margin-top: -120px;
}

main {
  padding-top: 19%;
}
main .container .row h1 {
  font-size: 40px;
  text-align: center;
  position: relative;
  font-family: jimmysansbold, sans-serif;
  margin: 0;
  z-index: 1;
}

section span.main-text-area p {
  font-family: geomanistbook, sans-serif;
  font-size: 30px;
  color: var(--prim-blue);
  margin-bottom: 2rem;
}

.dark a {
  color: var(--prim-blue);
}

section.ourStory span.main-text-area {
  font-family: geomanistbook, sans-serif;
  font-size: 30px;
  color: var(--prim-blue);
  margin-bottom: 90px;
  margin-top: -28vh;
}
section.ourStory .points .singlePoint img {
  max-height: 150px;
}

.bee-section {
  background-color: var(--sec-pink);
}
.bee-section h2 {
  color: var(--prim-blue) !important;
  font-size: 3rem !important;
}

div.breakdown {
  text-align: center;
}

.header {
  position: relative;
  width: 100%;
  overflow-x: clip;
}
.header h1 {
  position: relative;
  font-family: var(--font-JimmySansBold);
  font-size: 53px;
  line-height: 120%;
  z-index: 1;
  filter: drop-shadow(0.1rem 0.1rem 0.1rem rgba(0, 0, 0, 0.5));
}
.header .cloudOne {
  top: 30px;
  left: -100%;
  width: 12.55vw;
  height: 3.6vw;
  background: url("/assets/images/assets/Cloud1.png");
  animation-name: cloudOne;
  animation-iteration-count: 1;
  animation-duration: 1.2s;
  animation-delay: 0.5s;
  animation-fill-mode: forwards;
  z-index: -100000;
}
.header .cloudTwo {
  right: -100%;
  top: 16px;
  width: 12.55vw;
  height: 3.6vw;
  background: url("/assets/images/assets/Cloud2.png");
  animation-name: cloudTwo;
  animation-iteration-count: 1;
  animation-duration: 1.5s;
  animation-delay: 0.5s;
  animation-fill-mode: forwards;
  z-index: -100000;
}
.header .cloudThree {
  top: 60px;
  right: -100%;
  width: 18.825vw;
  height: 5.42vw;
  background: url("/assets/images/assets/Cloud3.png");
  animation-name: cloudThree;
  animation-iteration-count: 1;
  animation-duration: 1.9s;
  animation-delay: 0.5s;
  animation-fill-mode: forwards;
  z-index: -100000;
}
.header .leafs {
  bottom: -15px;
  right: -8vw;
  width: 35vw;
  height: 35vw;
  background: url("/assets/images/assets/leafs.png");
  z-index: 7;
}
.header .trees {
  bottom: -400px;
  width: 20vw;
  height: 1000px;
  background: url("/assets/images/assets/trees.png");
}
.header .person {
  bottom: -28px;
  right: -8vw;
  width: 35vw;
  height: 500px;
  background: url("/assets/images/assets/contactPagePerson.png");
  z-index: 7;
  height: 110px;
}
.header .handDown {
  top: 71%;
  right: 0;
  width: 50%;
  height: 50vh;
  background: url("/assets/images/assets/handDown.png");
  z-index: 8;
}
.header .floatingObject, .header .floatingObject:before, .header .floatingObject:after {
  position: absolute;
  background-position: center !important;
  background-size: contain !important;
  background-repeat: no-repeat !important;
}
.header.partnerships-content {
  padding-top: 0 !important;
  height: auto !important;
}

.light .header h1 {
  color: var(--prim-gold);
  margin: 0;
  padding: 0;
  z-index: -1;
}

.dark .header h1 {
  color: var(--prim-blue);
}

@keyframes cloudOne {
  0% {
    left: -100%;
  }
  100% {
    left: 60px;
  }
}
@keyframes cloudTwo {
  0% {
    right: -100%;
  }
  100% {
    right: calc(18.825vw - 30px);
  }
}
@keyframes cloudThree {
  0% {
    right: -100%;
  }
  100% {
    right: 30px;
  }
}
@keyframes birdOne {
  0% {
    transform: scale(0);
    top: 0;
    left: calc(30px + 12.55vw);
  }
  100% {
    transform: scale(1);
    top: 30px;
    left: calc(60px + 12.55vw);
  }
}
@keyframes birdTwo {
  0% {
    transform: scale(0);
    top: 30px;
    left: 18.55vw;
  }
  100% {
    transform: scale(1);
    top: 60px;
    left: calc(30px + 12.55vw + 6vw);
  }
}
.btn-text {
  font-family: var(--font-GeomanistLight);
  font-size: 18px;
  margin-top: 32px;
  color: var(--prim-blue);
  display: inline-block;
}
.btn-text.btn-lg {
  font-size: 24px;
}
.btn-text:hover {
  color: var(--prim-green);
}

.btn-prim-blue {
  background-color: var(--prim-blue);
  border: solid 1px var(--prim-blue);
  border-radius: 48px;
  font-family: var(--font-JimmySansBold);
  color: var(--prim-pink);
  text-align: center;
  display: inline-block;
  font-size: 14px;
  margin-top: 32px;
  padding: 4px 16px;
}
.btn-prim-blue:hover {
  background-color: var(--sec-pink);
  color: var(--prim-blue);
}
.btn-prim-blue.btn-md {
  font-size: 20px;
  padding: 6px 24px;
}
.btn-prim-blue.btn-lg {
  font-size: 24px;
  padding: 8px 32px;
}

.btn-outlined-blue {
  color: var(--prim-blue);
  border: solid 1px var(--prim-blue);
  border-radius: 48px;
  font-family: var(--font-JimmySansBold);
  text-align: center;
  display: inline-block;
  font-size: 14px;
  margin-top: 32px;
  padding: 4px 16px;
}
.btn-outlined-blue:hover {
  color: var(--prim-pink);
  background-color: var(--prim-blue);
}
.btn-outlined-blue.btn-lg {
  font-size: 24px;
  padding: 8px 32px;
}

.btn-bordered {
  display: inline-block;
  font-size: 14px;
  margin-top: 40px;
  padding: 4px 16px;
  border: solid 1px var(--prim-blue);
  text-align: center;
  color: var(--prim-blue);
  border-radius: 50px;
  line-height: 1.6;
  font-family: var(--font-JimmySansBold);
  height: 30px;
}
.btn-bordered:hover {
  background-color: var(--prim-blue);
  color: var(--White);
}
.btn-bordered.pink {
  color: var(--prim-pink);
  border-color: var(--prim-pink);
}
.btn-bordered.pink:hover {
  background-color: var(--prim-pink);
  color: var(--prim-blue);
}
.btn-bordered.md {
  padding: 8px 32px;
  font-size: 18px;
  height: auto;
}

.btn-readmore {
  display: inline-block;
  font-size: 14px;
  margin-top: 16px;
  padding: 2px 16px;
  border: solid 1px var(--prim-blue);
  text-align: center;
  color: var(--prim-blue);
  border-radius: 50px;
  line-height: 1.6;
  font-family: var(--font-JimmySansBold);
}
.btn-readmore:hover {
  background-color: var(--prim-blue);
  color: var(--White);
}

.btn-filled {
  display: inline-block;
  font-size: 14px;
  margin-top: 16px;
  padding: 2px 16px;
  border: solid 1px var(--prim-blue);
  text-align: center;
  color: var(--White);
  background-color: var(--prim-blue);
  border-radius: 50px;
  line-height: 1.6;
  height: 26px;
  font-family: var(--font-JimmySansBold);
}
.btn-filled:hover {
  color: var(--prim-blue);
  background-color: transparent;
}

section.whatWeDo main {
  position: relative;
  padding-top: 150px;
  margin-top: -30vh;
  z-index: 6;
}
section.whatWeDo main h2 {
  font-family: var(--font-JimmySansBold);
  font-size: 49.76px;
  color: var(--prim-gold);
}
section.whatWeDo .content {
  position: relative;
  z-index: 5;
}
section.whatWeDo .content:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -10vw;
  width: 15vw;
  height: 15vw;
  background: url("/assets/images/assets/homePageWhatWeDoLeaf.png");
  background-position: left bottom;
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 3;
  filter: drop-shadow(0 0.5rem 0.5rem rgba(0, 0, 0, 0.5));
}
section.whatWeDo .content lottie-player {
  width: 90%;
  margin: 0 auto;
}
section.whatWeDo .content .textSection {
  margin-top: 10vh;
}
section.whatWeDo .content .textSection .col-12 {
  margin-bottom: 8vh;
}
section.whatWeDo .content .textSection h4 {
  font-family: var(--font-JimmySansBold);
  font-size: 34px;
  color: var(--prim-gold);
  margin: 0;
}
section.whatWeDo .content .textSection p {
  font-family: var(--font-GeomanistLight);
  font-size: 24px;
  color: var(--prim-pink);
  margin: 0;
}

section.sustainability:after, section.projects.forest:after {
  z-index: 1;
}

section.sustainability {
  position: relative;
  padding: 0 60px;
  padding-top: 8.5vw;
  padding-bottom: 28vh;
}
section.sustainability .breakdown .col-md-4 h4 {
  font-family: var(--font-JimmySansBold);
  font-size: 100px;
  color: var(--prim-blue);
  margin: 0;
}

.sustainability-card h3 {
  font-family: var(--font-JimmySansBold);
  font-size: 100px;
  color: var(--prim-blue);
  margin: 0;
  margin-bottom: 45px;
}
.sustainability-card img {
  object-position: center;
}
.sustainability-card p {
  line-height: 140%;
  margin: 0;
}
.sustainability-card p a {
  color: var(--prim-gold);
  font-size: 18px;
  font-weight: 600;
}

.benefits img {
  max-width: 64%;
  margin: 0 auto;
}
.benefits ul {
  font-size: 20px;
  padding-left: 20px;
}
.benefits ul li {
  margin-bottom: 8px;
}

.main-text {
  font-family: geomanistbook, sans-serif !important;
  font-size: 30px;
  color: var(--prim-blue);
  margin-bottom: 2rem;
}

section.are-uuk {
  margin-top: 0vh;
  background-color: var(--sec-pink);
}

section.projects {
  position: relative;
  background-color: var(--sec-pink);
  padding-bottom: 2em;
  z-index: 6;
}
section.projects:after {
  content: "";
  position: absolute;
  left: 60px;
  bottom: 1vh;
  width: 20vw;
  height: 20vw;
  background-position: left bottom !important;
  background-repeat: no-repeat !important;
  background-size: contain !important;
  background-color: transparent;
  z-index: 7;
}
section.projects.wetlands:after {
  z-index: -5;
}
section.projects p.intoText {
  font-size: 30px;
  margin-top: 0;
  font-family: var(--font-GeomanistBook);
  color: var(--prim-blue);
  margin: 0;
  margin-top: -30vh;
  margin-bottom: 60px;
}
section.projects.coasts {
  background-color: var(--prim-blue);
}
section.projects.coasts h4, section.projects.coasts p {
  color: var(--prim-pink);
}
section.projects.coasts.introText {
  color: var(--prim-pink);
}
section.projects.forest:after {
  background: url("/assets/images/assets/projects-Forests.png");
}
section.projects.meadows:after {
  background: url("/assets/images/assets/projects-meadows.png");
}
section.projects.wetlands:after {
  background: url("/assets/images/assets/projects-wetlands.png");
}

section.wildlife-projects {
  background-color: var(--sec-pink) !important;
}
section.wildlife-projects h4 > a {
  color: var(--prim-blue);
  text-decoration: none;
}
section.wildlife-projects h4 > a:hover {
  color: var(--White);
}
section.wildlife-projects button {
  width: 100%;
  margin-top: 90px;
  background-color: var(--prim-blue);
  border: solid 1px var(--prim-blue);
  border-radius: 50px;
  padding: 15px 80px;
  font-family: jimmysansbold, sans-serif;
  font-size: 36px;
  color: #e6d6b8;
  text-align: center;
}

section.supportProjects {
  position: relative;
  z-index: 5;
}
section.supportProjects .content {
  background-color: var(--prim-gold);
}
section.supportProjects h2 {
  font-family: var(--font-JimmySansBold);
  font-size: 48px;
  color: var(--prim-blue);
  margin: 0;
  margin-bottom: 70px;
}
section.supportProjects .projects {
  text-align: center;
}
section.supportProjects .projects a {
  text-decoration: none;
}
section.supportProjects .projects .row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  overflow: hidden;
}
section.supportProjects .projects .row.groupedBoxes > [class*=col-] {
  margin-bottom: -99999px;
  padding-bottom: 99999px;
}
section.supportProjects .projects button {
  width: 100%;
  margin-top: 90px;
  background-color: var(--prim-blue);
  border: solid 1px var(--prim-blue);
  border-radius: 50px;
  padding: 15px 80px;
  font-family: var(--font-JimmySansBold);
  font-size: 36px;
  color: #e6d6b8;
  text-align: center;
}
section.supportProjects .projects .singleProject {
  background-color: var(--prim-gold);
  border: solid 2px #fff;
  padding: 20px;
  height: 100%;
}
section.supportProjects .projects .singleProject .inner {
  position: relative;
  background-color: var(--prim-blue);
  padding: 20px 30px;
  height: 100%;
  overflow: hidden;
}
section.supportProjects .projects .singleProject .inner h4 {
  font-family: var(--font-GeomanistBook);
  font-size: 25px;
  /*font-size:50px;*/
  color: var(--prim-pink);
  margin: 0;
}
section.supportProjects .projects .singleProject .inner h4 a {
  color: var(--prim-pink);
}
section.supportProjects .projects .singleProject .inner img {
  position: absolute;
  left: 30px;
  right: 30px;
  bottom: 20px;
  margin: auto;
  width: calc(90% - 60px);
}

section.unnamed {
  position: relative;
  margin-top: -25vh;
}
section.unnamed .topsection {
  position: relative;
  background-color: var(--prim-blue);
  border-radius: 100% 0 0 0;
  padding: 0 60px;
  padding-top: 10vh;
}
section.unnamed:before {
  position: absolute;
  right: 15px;
  bottom: 0;
  width: 50%;
  height: 65%;
  background-position: bottom right;
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 1;
}

.legalInfo h3 {
  margin: 40px 0 4px;
}
.legalInfo p a {
  text-decoration: underline !important;
}

.police-content {
  padding-bottom: 64px;
}

section.partnerships {
  position: relative;
  background-color: var(--sec-pink);
  z-index: 6;
  /* padding-bottom: 48px; */
}
section.partnerships.introText {
  font-family: var(--font-GeomanistBook);
  font-size: 24px;
  color: var(--prim-blue);
  margin-bottom: 0;
  margin-top: -28vh;
}

.bottomsection {
  background: #2d3e57;
}

.sponsor-img {
  height: 110px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.img-partnership {
  max-height: 100px;
  max-width: 240px;
}

.partner {
  background-color: var(--prim-gold);
  border: solid 2px var(--White);
  padding: 20px;
  height: 100%;
}

.info-sponsor {
  font-size: 16px !important;
  margin: 0;
}

#partners .btn-bordered {
  margin-top: 24px;
}

section button,
.button-blue {
  width: auto;
  background-color: var(--prim-blue);
  border: solid 1px var(--prim-blue);
  border-radius: 50px;
  padding: 8px 56px;
  font-family: var(--font-JimmySansBold);
  font-size: 24px;
  color: var(--prim-pink);
  text-align: center;
  margin: 2em auto;
}

section button:hover,
.button-blue:hover {
  background-color: var(--sec-pink);
  color: var(--prim-blue);
}

section.partnerships-content .hand_vine {
  transform: rotate(30deg);
  right: -80px !important;
  top: 0;
  right: 0;
  width: 10vw;
  height: 10vw;
  background: url(../img/PNG/hand_vine.png);
  z-index: 8;
  display: none;
}

/* --------------------- Events Timeline -------------------- */
.eventsTimeline .year-card {
  display: inherit !important;
  text-align: center !important;
  margin-bottom: 0;
}
.eventsTimeline .year-card .dd {
  font-size: 28px;
  line-height: 1;
}
.eventsTimeline .year-card .mmm-yyyy {
  font-size: 12px;
  color: #888888;
}
.eventsTimeline .with-info {
  position: relative;
  z-index: 999999;
}
.eventsTimeline li:nth-child(odd) .direction {
  float: right;
}
.eventsTimeline li:nth-child(even) .direction {
  float: left;
}
.eventsTimeline h5 {
  margin-left: 0px;
  color: var(--White);
  font-size: 20px;
}
.eventsTimeline .info {
  position: absolute;
  bottom: 0;
  padding: 16px;
}
.eventsTimeline .info i {
  font-size: 13px;
}

/* --------------------------------------------------------- */
/* ----------- Projects Listing Timeline ------------------  */
.timeline {
  position: relative;
  width: 660px;
  margin: 0 auto;
  margin-top: 20px;
  padding: 1em 0;
  list-style-type: none;
}
.timeline li {
  padding: 1em 0;
}
.timeline li:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.timeline:before {
  position: absolute;
  left: 50%;
  top: 0;
  content: " ";
  display: block;
  width: 6px;
  height: 100%;
  margin-left: -3px;
  background: rgb(80, 80, 80);
  background: -moz-linear-gradient(top, #ecdecd 0%, var(--prim-blue) 8%, var(--prim-blue) 92%, #ecdecd 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgb(30, 87, 153)), color-stop(100%, rgb(125, 185, 232)));
  background: -webkit-linear-gradient(top, #ecdecd 0%, var(--prim-blue) 8%, var(--prim-blue) 92%, #ecdecd 100%);
  background: -o-linear-gradient(top, #ecdecd 0%, var(--prim-blue) 8%, var(--prim-blue) 92%, #ecdecd 100%);
  background: -ms-linear-gradient(top, #ecdecd 0%, var(--prim-blue) 8%, var(--prim-blue) 92%, #ecdecd 100%);
  background: linear-gradient(to bottom, #ecdecd 0%, var(--prim-blue) 8%, var(--prim-blue) 92%, #ecdecd 100%);
  z-index: 5;
}
.timeline .year-wrapper {
  position: relative;
  display: inline-block;
  text-align: center;
}
.timeline .year-wrapper .year-card {
  position: relative;
  display: inline;
  background: var(--ter-pink);
  padding: 6px 10px;
  border-radius: 5px;
  color: var(--prim-blue);
  font-weight: 600;
  text-align: left;
}
.timeline .project-card {
  margin: 2rem 0;
  line-height: 1.5em;
  display: flex;
}
.timeline .project-card img {
  transition: 0.2s;
}
.timeline .project-card h5 {
  margin: 0;
  font-family: "GeomanistBook";
  font-size: 24px;
  color: var(--prim-gold);
}
.timeline .project-card h5 span {
  background-color: var(--prim-gold);
  width: 16px;
  height: 16px;
  border-radius: 100%;
  display: inline-block;
  margin-right: 12px;
}
.timeline .project-card h5 span::before {
  content: "";
  width: 2px;
  height: 100%;
  background-color: var(--prim-gold);
  position: absolute;
  left: -25px;
  top: 10px;
}
.timeline .project-card p {
  margin: 4px 0 8px;
  color: var(--prim-blue);
}
.timeline .project-card i {
  font-size: 12px;
  vertical-align: middle;
}
.timeline .project-card .project-type {
  background-color: #c2d1cf;
}
.timeline .project-card a:hover {
  text-decoration: underline !important;
}
.timeline .project-card:hover img {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -o-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
  transform: scale(1.2);
}
.timeline .direction-l {
  position: relative;
  width: 300px;
  float: left;
  text-align: right;
}
.timeline .direction-l .project-type {
  margin-left: 12px;
}
.timeline .direction-l .project-card {
  flex-direction: row-reverse;
}
.timeline .direction-l .year-card {
  -webkit-box-shadow: -1px 1px 1px rgba(0, 0, 0, 0.15), 0 0 1px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: -1px 1px 1px rgba(0, 0, 0, 0.15), 0 0 1px rgba(0, 0, 0, 0.15);
  box-shadow: -1px 1px 1px rgba(0, 0, 0, 0.15), 0 0 1px rgba(0, 0, 0, 0.15);
}
.timeline .direction-l .year-card:after {
  content: "";
  position: absolute;
  left: 100%;
  top: 50%;
  height: 0;
  width: 0;
  margin-top: -8px;
  border: solid transparent;
  border-left-color: var(--ter-pink);
  border-width: 8px;
  pointer-events: none;
}
.timeline .direction-r {
  position: relative;
  width: 300px;
  float: right;
}
.timeline .direction-r .year-card {
  -webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.15), 0 0 1px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.15), 0 0 1px rgba(0, 0, 0, 0.15);
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.15), 0 0 1px rgba(0, 0, 0, 0.15);
}
.timeline .direction-r .year-card:after {
  content: "";
  position: absolute;
  right: 100%;
  top: 50%;
  height: 0;
  width: 0;
  margin-top: -8px;
  border: solid transparent;
  border-right-color: var(--ter-pink);
  border-width: 8px;
  pointer-events: none;
}
.timeline .direction-r .year-card:before {
  left: -40px;
}
.timeline .direction-r .project-type {
  margin-right: 12px;
}

.direction-l .year-card:before,
.direction-r .year-card:before {
  position: absolute;
  top: 50%;
  right: -40px;
  content: " ";
  display: block;
  width: 20px;
  height: 20px;
  margin-top: -10px;
  background: var(--White);
  border-radius: 100%;
  border: 3px solid var(--prim-gold);
  z-index: 10;
}

.btn-view-project {
  color: var(--prim-green) !important;
  text-decoration: underline;
  margin-top: 8px;
}

.comming-soon {
  color: var(--prim-gold) !important;
}

.project-type {
  background-color: var(--Gulf-Stream);
  border-radius: 100%;
  width: 48px;
  height: 48px;
  padding: 10px;
  flex: none;
  overflow: hidden;
}

.project-card.without-info .project-type,
.project-card.without-info h5,
.project-card.without-info a {
  display: none;
}

.project-card.without-info {
  margin: 1rem 0;
}

/* --------------------------------------------------------- */
input::placeholder, textarea::placeholder {
  color: var(--ter-blue);
}

.custom-checkbox {
  margin: 8px 32px 8px 0;
}
.custom-checkbox label {
  position: relative;
  cursor: pointer;
  font-size: 20px;
  color: var(--prim-blue);
}
.custom-checkbox input {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none;
  cursor: pointer;
}

.custom-checkbox label:before {
  content: "";
  -webkit-appearance: none;
  appearance: none;
  background-color: transparent;
  border: solid 1px var(--prim-blue);
  padding: 10px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 8px;
  border-radius: 4px;
}

.custom-checkbox input:checked + label:after {
  content: "";
  display: block;
  position: absolute;
  top: 9px;
  left: 7px;
  width: 7px;
  height: 14px;
  border: solid var(--Black);
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

#other_interests {
  display: none;
}

#other_interests.active {
  display: block;
}

.formField {
  margin-bottom: 15px;
}

.formField input, .formField select, .formField textarea {
  width: 100%;
  background-color: var(--ter-pink);
  border: solid 1px var(--prim-blue);
  border-radius: 45px;
  font-family: var(--font-GeomanistBook);
  font-size: 22px;
  color: var(--prim-blue);
  padding: 10px 30px;
  outline: none;
  resize: none;
  margin: 8px 0;
}

.formField textarea {
  border-radius: 24px;
}

.form-select-primary {
  padding: 20px;
  border-radius: 50px;
  width: 100%;
  background-color: #f2ebe1;
  border: solid 1px var(--prim-blue);
  border-radius: 45px;
  font-size: 26px;
  color: var(--prim-blue);
  padding: 15px 30px;
  outline: none;
  resize: none;
}

.clients-gallery {
  width: 100%;
  overflow: hidden;
  color: var(--White);
  position: relative;
  border-radius: 8px;
  cursor: pointer;
  margin: 12px 0;
  height: 270px;
}
.clients-gallery > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1);
  transition: transform 0.4s ease;
}
.clients-gallery:hover img {
  transform: scale(1.1);
}
.clients-gallery:hover .transparent-box .carousel-icon {
  opacity: 1;
}
.clients-gallery:hover .transparent-box {
  background-color: rgba(0, 0, 0, 0.4);
}
.clients-gallery .transparent-box {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.7294117647), transparent);
  transition: background-color 0.3s ease;
}
.clients-gallery .transparent-box .caption {
  position: absolute;
  bottom: 5px;
  left: 20px;
  transition: transform 0.3s ease, opacity 0.3s ease;
  transform: translateY(-12px);
  opacity: 1;
}
.clients-gallery .transparent-box .caption > p:nth-child(2) {
  font-size: 0.8em;
}
.clients-gallery .transparent-box .caption img {
  vertical-align: bottom;
  margin-right: 4px;
}
.clients-gallery .transparent-box .carousel-icon {
  text-align: right;
  padding: 8px;
  opacity: 0;
}

.single-event p {
  color: var(--prim-blue);
  margin: 0px 16px 0 0;
  font-size: 18px;
  white-space: pre-line;
}
.single-event .event-info p {
  display: flex;
  margin: 0 8px 0 0;
  gap: 4px;
}
.single-event .event-description p {
  white-space: pre-line;
  padding-right: 8px;
}
.single-event .event-description > div {
  max-height: 240px;
  overflow-y: auto;
}
.single-event .event-description > div::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
  background-color: #F5F5F5;
}
.single-event .event-description > div::-webkit-scrollbar {
  width: 7px;
  background-color: #F5F5F5;
}
.single-event .event-description > div::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: var(--ter-blue);
}
.single-event .ed-internal-text p {
  display: inherit;
}

.tags a {
  list-style: none;
  display: inline-block;
  background-color: var(--Grey);
  color: var(--prim-blue);
  padding: 2px 8px;
  border-radius: 32px;
  font-size: 13px;
  margin-right: 4px;
  line-height: 1.4;
}
.tags a:hover {
  text-decoration: underline !important;
}

.authorBio {
  padding: 16px;
  position: absolute;
  background: var(--White);
  width: 88%;
  border-radius: 8px;
  bottom: 64px;
  left: 0;
  display: none;
  font-size: 16px;
  box-shadow: 6px 6px 48px 0 rgba(39, 39, 52, 0.16);
}
.authorBio ::before {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  background: var(--White);
  bottom: -8px;
  left: 20px;
  transform: rotate(45deg);
}

.author:hover .authorName {
  text-decoration: underline;
  cursor: pointer;
}
.author:hover .authorBio {
  display: block;
}

.post-card {
  background-color: var(--ter-pink);
  transition: box-shadow 0.3s ease 0s;
  border-radius: 8px;
  height: 100%;
  overflow: hidden;
}
.post-card .thumbnail-wrapper {
  max-width: 100%;
  margin: 0;
  width: 100%;
  height: 280px;
  overflow: hidden;
}
.post-card .thumbnail-wrapper img {
  height: 100%;
  width: 100%;
  transition: transform 0.4s ease;
  object-fit: cover;
}
.post-card .post-conetent {
  padding: 16px;
  position: relative;
}
.post-card .post-conetent p {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}
.post-card .publish-info img {
  width: 28px;
  height: 28px;
  object-fit: cover;
  margin: 0;
  padding: 2px;
  background: var(--prim-blue);
  border-radius: 100%;
  margin-right: 8px;
}
.post-card:hover .thumbnail-wrapper img {
  transform: scale(1.1);
}

.single-post {
  color: var(--prim-blue);
}
.single-post h1 {
  font-family: var(--font-JimmySansBold);
  font-size: 36px;
}
.single-post h2 {
  font-family: var(--font-GeomanistBook);
  margin-top: 24px;
}
.single-post h3 {
  margin-top: 24px;
  font-size: 28px;
  margin-bottom: 8px;
}
.single-post p a, .single-post li a {
  color: var(--prim-gold);
  font-weight: 500;
}
.single-post p a:hover, .single-post li a:hover {
  text-decoration: underline !important;
}
.single-post p {
  margin: 0 0 28px;
  font-size: 1.2rem;
}
.single-post ul li {
  font-size: 1.2rem;
  line-height: 1.6;
  margin: 4px 0;
}
.single-post img {
  width: 100%;
  border-radius: 8px;
  overflow: hidden;
}
.single-post figure {
  text-align: center;
  margin: 32px 0;
}
.single-post figcaption {
  margin-top: 8px;
  font-style: italic;
}
.single-post .map img {
  width: 80%;
  margin: auto;
  border-radius: 0;
}
.single-post iframe {
  border-radius: 8px;
  overflow: hidden;
}
.single-post .post-date {
  color: var(--prim-blue);
  margin-top: 2px;
  display: block;
}
.single-post .publish-info {
  margin-bottom: 40px;
}
.single-post .publish-info img {
  width: 50px;
  height: 50px;
  object-fit: cover;
  margin: 0;
  padding: 2px;
  background: var(--prim-blue);
  border-radius: 100%;
  margin-right: 8px;
}

.c-stats {
  margin: 40px 0 64px;
  display: flex;
  gap: 16px;
  padding: 0;
  /* 
  &.at-end-2-ele{
      flex-wrap: wrap;
      justify-content: center;
  }
  &.at-end-2-ele li{
      flex: 0 0 32.2%;
  } */
}
.c-stats:focus-visible {
  outline: none;
}
.c-stats li {
  list-style-type: none;
  border: 2px solid var(--prim-gold);
  border-radius: 6px;
  padding: 24px;
}
.c-stats li:focus-visible {
  outline: none;
}
.c-stats.cols-3, .c-stats .cols-4 {
  flex-wrap: wrap;
  justify-content: center;
}
.c-stats.cols-3 li {
  flex: 0 0 32.2%;
}
.c-stats .cols-4 li {
  flex: 0 0 23.7%;
}
.c-stats.auto-width li {
  flex: 1 1 0 !important;
}
.c-stats.single-box {
  justify-content: center;
}
.c-stats.single-box li {
  flex: initial !important;
  width: initial !important;
}

.ps-timeline-sec {
  position: relative;
}
.ps-timeline-sec .container {
  position: relative;
}

.tab-menu ul {
  display: flex;
  justify-content: center;
  margin: 40px 0;
  padding-left: 0;
}
.tab-menu ul li {
  list-style-type: none;
}
.tab-menu ul li a {
  padding: 8px 20px;
  border: 2px solid var(--prim-blue);
  color: var(--prim-blue);
  display: inline-block;
  width: 150px;
  text-align: center;
  font-weight: 500;
  margin: 0 -1px;
}
.tab-menu ul li a.active {
  background-color: var(--prim-blue);
  color: #fff;
}
.tab-menu ul li:first-child a {
  border-radius: 8px 0 0 8px;
}
.tab-menu ul li:last-child a {
  border-radius: 0 8px 8px 0;
}

.tab-box {
  display: none;
}
.tab-box .keys {
  top: 192px;
  z-index: 99;
}

.clients {
  height: 100%;
  position: relative;
  margin: 1.5rem 0;
}
.clients img {
  margin-bottom: 4px;
  object-fit: cover;
  width: 180px;
  border-radius: 8px;
  overflow: hidden;
}
.clients h5 {
  color: var(--prim-blue);
  font-family: var(--font-JimmySansBold);
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  line-clamp: 1;
  -webkit-box-orient: vertical;
}
.clients p {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  line-clamp: 4;
  -webkit-box-orient: vertical;
}

.single-profile h2 {
  font-family: var(--font-JimmySansBold);
  font-size: 36px;
  color: var(--prim-gold);
}
.single-profile h3 {
  margin-bottom: 4px !important;
  font-family: var(--font-JimmySansBold) !important;
}
.single-profile p {
  font-size: 20px;
  color: var(--prim-blue);
}
.single-profile p a {
  color: var(--prim-green);
}
.single-profile p a:hover {
  text-decoration: underline !important;
}

.popups-list .project_illus {
  display: none;
}

.species-wrapper {
  margin: 32px 0;
  text-align: center;
}
.species-wrapper .species-card {
  position: relative;
  overflow: hidden;
  padding: 32px 16px;
  height: 100%;
  border-radius: 12px;
  background-size: 200% 200%;
  background-image: linear-gradient(to top, var(--sec-blue) 50%, transparent 50%);
  -webkit-transition: background-position 200ms, color 200ms ease, border-color 200ms ease;
  -moz-transition: background-position 200ms, color 200ms ease, border-color 200ms ease;
  -ms-transition: background-position 200ms, color 200ms ease, border-color 200ms ease;
  -o-transition: background-position 200ms, color 200ms ease, border-color 200ms ease;
  transition: background-position 200ms, color 200ms ease, border-color 200ms ease;
}
.species-wrapper .species-card h4 {
  font-size: 18px !important;
  color: var(--prim-blue) !important;
  font-family: "GeomanistBook" !important;
  font-weight: 600;
  text-transform: capitalize;
}
.species-wrapper .species-card h5 {
  font-size: 32px;
  color: var(--prim-blue);
  margin: 0 0 16px;
}
.species-wrapper .species-card h5 span {
  font-size: 16px;
  color: var(--Blue-Bayoux);
  display: block;
  font-weight: 400;
}
.species-wrapper .species-card p {
  font-size: 16px;
  margin: 16px 0 !important;
}
.species-wrapper .species-card img {
  max-width: 160px;
  height: 160px;
  margin: 0 auto;
  object-fit: fill;
}
.species-wrapper .species-card .leaf {
  display: none;
}
.species-wrapper .species-card .slideFromBottom {
  top: 100%;
}
.species-wrapper .species-card .slideFromBottom .common-name {
  color: var(--prim-pink);
}
.species-wrapper .species-card .slideFromBottom .latin-name {
  color: var(--prim-gold);
}
.species-wrapper .species-card .slideFromBottom p {
  color: var(--White);
}
.species-wrapper .species-card .slideFromBottom .content {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0;
  justify-content: center;
  height: 100%;
  background-color: transparent;
}
.species-wrapper .species-card .slideFromBottom .content p {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 13;
  line-clamp: 13;
  -webkit-box-orient: vertical;
}
.species-wrapper .species-card:hover {
  /* background-image: linear-gradient(to top,  var(--sec-blue) 51%, transparent 50%);
  background-position: 0 100%;
  -webkit-transition: background-position 200ms, color 200ms ease, border-color 200ms ease;
  -moz-transition: background-position 200ms, color 200ms ease, border-color 200ms ease;
  -ms-transition: background-position 200ms, color 200ms ease, border-color 200ms ease;
  -o-transition: background-position 200ms, color 200ms ease, border-color 200ms ease;
  transition: background-position 200ms, color 200ms ease, border-color 200ms ease; */
  background-color: var(--sec-blue);
  background-image: -webkit-linear-gradient(180deg, var(--sec-blue), rgba(25, 135, 84, 0.1098039216));
  background-image: linear-gradient(180deg, var(--sec-blue), rgba(25, 135, 84, 0.1098039216));
}
.species-wrapper .species-card:hover .btn-with-arrow {
  color: var(--prim-gold);
}
.species-wrapper .species-card:hover .leaf {
  display: block;
}
.species-wrapper .species-card:hover .tree {
  display: none;
}
.species-wrapper .species-card:hover .btn-bordered {
  background-color: var(--prim-blue);
  color: var(--White);
}
.species-wrapper .species-card:hover h4 {
  color: var(--prim-pink) !important;
}
.species-wrapper .species-card:hover h4 .latin-name {
  color: var(--prim-gold);
}
.species-wrapper .species-card:hover h5 {
  color: var(--White);
}
.species-wrapper .species-card:hover h5 span {
  color: var(--Grey);
}
.species-wrapper .species-card .species-illustration {
  height: 200px;
}
.species-wrapper .species-card .slideFromBottom {
  overflow: hidden;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  position: absolute;
  z-index: 999;
  background: var(--sec-blue);
  left: 0;
  right: 0;
  bottom: 0;
  padding: 40px 16px 16px;
  border-radius: 12px;
}
.species-wrapper.active .slideFromBottom {
  top: 0%;
}

/* --------------------------------------- */
.species-list {
  border-bottom: 2px dashed var(--prim-gold);
  padding: 24px 0;
}
.species-list h4 {
  font-size: 18px !important;
  color: var(--prim-blue) !important;
  font-family: "GeomanistBook" !important;
  font-weight: 600;
  text-transform: capitalize;
}
.species-list img {
  max-width: 130px;
  height: 130px;
  margin: 0 auto;
  object-fit: fill;
}
.species-list .leaf {
  display: none;
}
.species-list:hover .tree {
  display: none;
}
.species-list:hover .leaf {
  display: block;
}

/* --------------------------------------- */
#species_accordion .accordion-button {
  font-size: 24px;
  font-family: var(--font-JimmySansBold);
  border-bottom: 1px dashed var(--prim-gold);
  color: var(--prim-blue);
  background-color: rgba(239, 230, 215, 0.4);
}
#species_accordion .accordion-button:hover {
  background-color: rgba(239, 230, 215, 0.4) !important;
  /* color: var(--prim-gold); */
}
#species_accordion .accordion-button:not(.collapsed) {
  background-color: rgba(239, 230, 215, 0.4);
}
#species_accordion h4 {
  font-family: var(--font-JimmySansBold);
  font-size: 22px;
  color: var(--prim-gold);
  flex-grow: 1;
}
#species_accordion .library-details {
  align-items: center;
  display: flex;
  flex-direction: column;
}
#species_accordion .library-details .specie-title {
  flex-grow: 1;
}
#species_accordion .library-details .img-wrapper {
  flex-grow: 1;
}
#species_accordion .library-details img {
  margin: 16px 0;
}
#species_accordion .library-details p {
  flex-grow: 1;
  font-size: 16px;
}

.individual-site {
  margin-top: 16px;
}
.individual-site p:first-child {
  margin-bottom: 4px !important;
  font-weight: 600;
  /* color:var(--prim-green); */
}

.rare-stamp {
  position: absolute;
  max-width: 100px !important;
  left: 0;
  right: 0;
  margin: 0 auto !important;
}

.library-sbs {
  font-size: 1.2rem;
  color: var(--prim-blue);
  margin-bottom: 32px;
}
.library-sbs h3 {
  margin-bottom: 8px;
}
.library-sbs img {
  width: 200px;
  height: 200px;
  transition: transform 0.25s ease;
  object-fit: fill;
}

.library-details.oyster img {
  width: 240px;
  margin: 16px 0;
}

.library-sbs img:hover,
.library-details img:hover {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.lichen-species-card img {
  max-width: 330px;
  height: 240px;
  object-fit: cover;
  margin: 0 auto;
}
.lichen-species-card p {
  font-size: 16px;
}

.rainforest-trees-species h4 {
  font-size: 22px !important;
}
.rainforest-trees-species:hover {
  background: transparent;
}
.rainforest-trees-species:hover .common-name {
  color: var(--prim-blue) !important;
}
.rainforest-trees-species:hover .latin-name {
  color: var(--prim-green) !important;
}

.slideFromBottom i {
  position: absolute;
  top: 16px;
  right: 16px;
  background: var(--ter-pink);
  border-radius: 100%;
  height: 24px;
  width: 24px;
  font-size: 20px;
  line-height: 1.3;
  color: var(--Blue-Bayoux);
  cursor: pointer;
}

.btn-with-arrow {
  margin-top: 32px;
  display: inline-block;
  /* color: var(--prim-gold); */
  color: var(--ter-blue);
  font-weight: 600;
}
.btn-with-arrow i {
  font-size: 13px;
}
.btn-with-arrow:hover {
  color: var(--prim-gold);
  text-decoration: underline !important;
}

.species-wrapper.active .species-card {
  box-shadow: 6px 6px 48px 0 rgba(39, 39, 52, 0.16);
}

.school-trees-stats {
  padding: 48px 32px !important;
  position: relative;
}
.school-trees-stats img {
  width: 64px !important;
  position: static !important;
  margin-bottom: 24px !important;
}
.school-trees-stats h3 {
  font-size: 56px;
}

.poem span {
  display: block;
  font-style: italic;
}

.stats {
  background-color: var(--prim-blue);
  color: var(--White);
  border: 6px double var(--White);
  padding: 24px;
  position: relative;
}
.stats img {
  width: 56px;
  margin-bottom: 20px;
}

.stats-box {
  border: 2px dotted var(--prim-gold);
  padding: 16px;
  height: 100%;
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.stats-box img {
  width: 64px;
  height: 64px;
  margin-bottom: 20px;
  padding: 8px;
  background: var(--prim-gold);
  border-radius: 100%;
}
.stats-box h4 {
  font-size: 40px;
}

.review {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 95%;
  border-radius: 160px 0 60px 0;
}
.review em {
  white-space: pre-line;
}

.long-review em {
  display: inline-block;
  max-height: 260px;
  overflow-y: auto;
  padding-right: 16px;
}
.long-review em::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
  background-color: #F5F5F5;
}
.long-review em::-webkit-scrollbar {
  width: 7px;
  border-radius: 10px;
  background-color: #F5F5F5;
}
.long-review em::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: var(--ter-blue);
}

.quote-mark {
  position: absolute;
  right: -30px;
  top: -30px;
  background: var(--prim-blue);
  height: 80px;
  width: 80px;
  z-index: 999999;
  border-radius: 100%;
  border: 6px double var(--White);
  line-height: 4;
}
.quote-mark img {
  margin: 0 !important;
  width: 40px !important;
}

.school-trees-species {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.school-trees-species > h4 {
  margin-bottom: 32px !important;
}
.school-trees-species .btnReadMore {
  margin-top: auto;
  width: max-content;
}
.school-trees-species .slideFromBottom .content p {
  font-size: 13px;
  -webkit-line-clamp: 16;
  line-clamp: 16;
}
.school-trees-species .species-illustration {
  height: 180px;
}
.school-trees-species img {
  max-width: 130px;
  height: 130px;
}

.school-wildflower-species {
  border: solid 2px var(--sec-blue);
}

.testimonial-quote {
  animation: MoveUpDown 1s linear infinite;
  -webkit-animation: MoveUpDown 1s infinite alternate;
  animation: MoveUpDown 1s infinite alternate;
  position: absolute;
  left: 0;
  bottom: 0;
}

@-webkit-keyframes MoveUpDown {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-4px);
  }
}
@keyframes MoveUpDown {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-4px);
  }
}
.cs-list li {
  font-size: 19px;
  margin: 12px 0;
  color: var(--prim-blue);
}

.stats-table table, .desktop-table table {
  border-collapse: collapse;
  margin: 0;
  padding: 0;
  width: 100%;
  /* table-layout: fixed; */
}

.stats-table table th,
.stats-table table td, .desktop-table table th, .desktop-table table td {
  padding: 6px 18px;
  text-align: center;
  border: 1px solid var(--prim-blue);
  font-weight: 600;
}

.stats-table table tr:nth-child(even), .desktop-table table tr:nth-child(even) {
  background-color: #d9ccb9;
}

.stats-table table th, .desktop-table table th {
  padding: 16px;
  font-weight: 700;
  background-color: var(--prim-gold);
}

.species-table table th, .species-table table td, .desktop-table table td {
  text-align: left;
  line-height: 1.26;
  font-size: 16px;
}

.desktop-table {
  overflow-x: auto;
  width: 100%;
}

.rows-cols-span-table table td {
  text-align: center;
  padding: 10px 18px;
}

.stats-table td ul {
  padding-left: 1rem;
}

.stats-table td li {
  text-align: left;
  font-size: 16px;
  line-height: 2;
}

.uniqueSpecies-table td {
  vertical-align: top;
}

.rows-cols-span-table table img {
  width: 150px;
  height: 58px;
  object-fit: contain;
  display: inline-block;
}

.species-and-year-table th {
  padding: 8px 16px;
  font-size: 13px;
}
.species-and-year-table td {
  padding: 10px !important;
  vertical-align: top;
}
.species-and-year-table td ul {
  padding-left: 0;
  list-style-type: none;
}
.species-and-year-table td ul li {
  font-size: 13px;
  line-height: 1.5;
  padding: 8px 0;
  position: relative;
}
.species-and-year-table td ul li::before {
  content: "";
  position: absolute;
  width: 4px;
  height: 4px;
  background-color: var(--prim-blue);
  left: -7px;
  top: 16px;
  border-radius: 100%;
  display: none;
}

.text-left {
  text-align: left;
}

.hide {
  display: none;
}

.keys {
  position: absolute;
  border: 1px solid var(--prim-blue);
  padding: 8px 16px;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 500;
  width: 300px;
}
.keys h5 {
  font-size: 18px;
}
.keys span {
  line-height: 1.3;
  font-size: 15px;
}

.mapBox {
  width: 100%;
  margin: 0 auto;
  position: relative;
}
.mapBox #ukMap {
  background: transparent;
  max-width: 80%;
  margin: 0 auto;
  height: 100%;
}
.mapBox #ukMap path {
  cursor: pointer;
}

.tabs #ukMap {
  max-width: 58%;
}

.close {
  display: block;
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 9999999;
  color: var(--prim-blue);
  font-size: 28px;
  font-weight: bold;
  line-height: 23px;
  height: 28px;
  width: 28px;
  text-align: center;
  border-radius: 100%;
}
.close:hover, .close:focus {
  color: #444;
  text-decoration: none;
  cursor: pointer;
  background: rgba(161, 161, 161, 0.1333333333);
}

.landEnabled {
  fill: #416c8b !important;
}
.landEnabled.active {
  fill: var(--prim-green) !important;
}

.countyArea.green {
  fill: var(--prim-green) !important;
}

.tab-box .landEnabled.active {
  fill: #50c56c !important;
}

.county_label {
  position: absolute;
  font-size: 14px;
  font-weight: 600;
  text-align: center;
  background: var(--White);
  padding: 6px 12px;
  z-index: 5;
  margin: 0 auto;
  color: var(--prim-blue);
  border-radius: 5px;
  box-shadow: 0 0 0 1px #eee;
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 999999999999999;
  pointer-events: none;
  display: none;
  /* z-index: 999999999999999;
  position:absolute;
  transform:translate3d(-50%,-50%,0); */
}
.county_label.active {
  display: block;
}

.project_modal img {
  cursor: pointer;
}

.popup-content {
  padding: 16px;
}

.county_label:after,
.project_modal .popup-content:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 100%;
  width: 0;
  height: 0;
  margin-left: -10px;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid var(--White);
  background-color: transparent !important;
}

/* .county_labelCases:after, .county_label:after{
    display: none;
} */
.marker {
  fill-rule: nonzero;
  stroke: var(--prim-blue);
  stroke-width: 1px;
}

.modal-content .project-type,
.popup-content .project-type {
  background-color: #c2d1cf;
}

.modal-content h4,
.popup-content h4 {
  font-size: 24px !important;
}

.county-loc {
  position: relative;
}
.county-loc img {
  width: 16px;
  position: absolute;
  top: 4px;
  left: 0;
}
.county-loc span {
  color: var(--sec-blue);
  padding-left: 22px;
  display: block;
  font-size: 14px;
}

.info-modal {
  position: fixed;
  top: 36%;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-color: var(--White);
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
  border-radius: 12px;
  text-align: left;
  padding: 16px;
  width: 340px;
  z-index: 100000000000000000;
  display: none;
}
.info-modal.active {
  display: block;
}
.info-modal h4 {
  font-size: 24px !important;
}

.project_modal {
  display: none;
}
.project_modal.active {
  display: block;
}
.project_modal .popup {
  display: none;
  position: absolute;
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 999999;
  margin: 0 auto;
}
.project_modal .popup.active {
  display: block;
}
.project_modal .popup .internal-info {
  position: relative;
}
.project_modal .popup .internal-info .project_illus {
  -webkit-animation: mover 1s infinite alternate;
  animation: mover 1s infinite alternate;
}

.toolTipInfo {
  background-color: var(--White);
  border-radius: 8px;
  padding: 16px;
  box-shadow: 0 0 0 1px #eee;
  text-align: left;
  width: 269px;
  position: absolute;
  top: -150px;
  left: 50%;
  transform: translateX(-50%);
  display: none;
}
.toolTipInfo p {
  line-height: 1.2;
}
.toolTipInfo h4 {
  font-size: 24px !important;
}
.toolTipInfo.active {
  display: block;
}

.marker {
  transition: all 0.2s ease-in-out;
  -webkit-filter: drop-shadow(1px 2px 2px rgba(0, 0, 0, 0.4));
  filter: drop-shadow(1px 2px 2px rgba(0, 0, 0, 0.4));
}
.marker:hover {
  transform: translateY(-4px);
  stroke: var(--Black);
}

@-webkit-keyframes mover {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-16px);
  }
}
@keyframes mover {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-1px);
  }
}
/* --------- Interactive Map and Clustering ---------- */
.cluster-group {
  cursor: pointer;
}

.cluster-expanded .marker {
  opacity: 0.2;
}
.cluster-expanded .marker.active-marker {
  opacity: 1;
}

.expanding-pins .marker {
  opacity: 1;
}

/* -------------------------------------------------- */
.owl-carousel .owl-nav {
  position: absolute;
  top: 45%;
  transform: translate(0, -45%);
  width: 100%;
  color: var(--prim-gold);
}
.owl-carousel .owl-nav button.disabled {
  opacity: 0.2;
}
.owl-carousel .owl-prev i {
  position: absolute;
  font-size: 36px;
  left: 24px;
}
.owl-carousel .owl-next i {
  position: absolute;
  font-size: 36px;
  right: 24px;
}
.owl-carousel img {
  display: block;
  max-width: 100% !important;
  width: 100% !important;
  position: relative;
  background-color: var(--prim-blue);
  margin: 0;
  height: 480px;
  object-fit: cover;
}

.owl-item {
  width: auto;
  border: solid 2px transparent;
  padding: 4px;
  transition: ease 0.4s;
  border-radius: 4px;
}
.owl-item.active {
  width: auto;
  background-color: var(--prim-gold);
}

.owl-dots {
  text-align: center;
  padding-top: 4px;
}
.owl-dots .owl-dot {
  background-color: var(--Grey) !important;
  height: 12px;
  width: 12px;
  border-radius: 100%;
  margin: 0 2px;
}
.owl-dots .owl-dot.active {
  background-color: var(--prim-gold) !important;
}

/* --------------------------- Slick Slider ------------------------------ */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
  text-align: center;
}
.slick-slider img {
  margin: 0 auto;
  display: block;
}
.slick-slider .slick-track, .slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-slider .slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.slick-slider .slick-list:focus {
  outline: none;
}
.slick-slider .slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin: auto;
}
.slick-slider .slick-track:before, .slick-slider .slick-track:after {
  display: table;
  content: "";
}
.slick-slider .slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}
.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
  overflow: hidden;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-arrow.slick-hidden {
  display: none;
}

.clients-container {
  max-width: 90%;
  margin: 0 auto;
}

.slick-prev {
  position: absolute;
  top: 50%;
  font-size: 32px;
  cursor: pointer;
  color: var(--prim-gold);
  left: -32px;
}

.slick-next {
  position: absolute;
  top: 50%;
  font-size: 32px;
  cursor: pointer;
  color: var(--prim-gold);
  right: -32px;
}

.slick-dots {
  margin-top: 32px;
}
.slick-dots .dot {
  width: 12px;
  height: 12px;
  background-color: var(--ter-gold);
  z-index: 99999999;
  border-radius: 100%;
  display: block;
  cursor: pointer;
  margin: 0 2px;
}
.slick-dots li {
  display: inline-block;
  width: auto;
}
.slick-dots li::marker {
  display: none;
}
.slick-dots .slick-active .dot {
  background-color: var(--prim-green);
}

.reviews-container {
  max-width: 1000px;
  margin: 32px auto 0;
}
.reviews-container .testomonial-slider {
  text-align: center;
}
.reviews-container .testimonials-avatar {
  width: 60px;
  height: 60px;
  border-radius: 100%;
  margin: 0 auto 16px;
  overflow: hidden;
  border: 1px solid #f3ece1;
}
.reviews-container .testimonials-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.reviews-container .testmonials-content p {
  position: relative;
  margin: 32px 0;
  font-size: 22px;
  font-family: var(--font-GeomanistLight);
  color: var(--prim-blue);
}
.reviews-container .testmonials-content label {
  font-weight: 600;
  font-size: 12px;
  line-height: 1.17;
  color: rgba(17, 17, 17, 0.5);
}
.reviews-container .testmonials-content h4 {
  font-size: 14px;
  font-weight: 700;
}
.reviews-container .testmonials-content h6 {
  color: var(--prim-blue);
}

.customer-logos .slide {
  transition: filter 0.4s;
  margin: 40px 8px;
  border: 1px solid var(--sec-gold);
  transition: box-shadow 0.3s ease 0s;
  border-radius: 8px;
  padding: 6px;
  cursor: pointer;
}
.customer-logos .slide:hover {
  box-shadow: 6px 6px 48px 0 rgba(39, 39, 52, 0.16);
}
.customer-logos img {
  max-width: 100%;
}
.customer-logos .slick-prev, .customer-logos .slick-next {
  position: absolute;
  top: 40%;
  font-size: 2rem;
  color: var(--prim-gold);
  cursor: pointer;
}
.customer-logos .slick-prev {
  left: -24px;
}
.customer-logos .slick-next {
  right: -24px;
}

.lightgallery {
  border: solid 2px var(--sec-gold);
  padding: 12px;
  margin: 0 6px;
}
.lightgallery img {
  max-width: 100% !important;
  width: 100% !important;
  position: relative;
  height: 280px;
  margin: 0;
  object-fit: cover;
  border-radius: 0;
}

.lightboxSlider .slick-dots {
  text-align: center;
  padding: 0;
}

.rainforest-gallery .slick-track {
  display: flex;
}
.rainforest-gallery .slick-slide {
  height: inherit;
}

.cs-details-slider .item-links > a:hover,
.item-links > button:hover {
  color: var(--prim-green);
}

.pdf-cards {
  background-color: var(--ter-pink);
  transition: box-shadow 0.3s ease 0s;
  border-radius: 8px;
  height: 100%;
  overflow: hidden;
}
.pdf-cards:hover {
  box-shadow: 6px 6px 48px 0 rgba(39, 39, 52, 0.16);
}
.pdf-cards .icon img {
  width: 48px;
}

.modal {
  display: none;
  position: fixed;
  z-index: 999;
  padding-top: 8%;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.6);
}
.modal .modal-content {
  position: relative;
  background-color: #fefefe;
  padding: 30px 20px 24px;
  margin: 0 20px;
  /* width: calc(100% - 60px);
  max-width: 350px; */
  /* border: 1px solid #888; */
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  animation-name: animatetop;
  animation-duration: 0.4s;
  margin: auto;
  width: 350px;
}

.pdfModal {
  padding-top: 1.5% !important;
  padding-right: 0 !important;
}
.pdfModal .modal-content {
  width: 100%;
}
.pdfModal .modal-lg {
  max-width: 900px !important;
}
.pdfModal .btn-close {
  padding: 0.3rem 0.3rem;
  background-size: 0.7em;
  border-radius: 100%;
}
.pdfModal .btn-close:hover {
  background-color: rgba(161, 161, 161, 0.1333333333);
}
.pdfModal embed {
  width: 100%;
  height: 500px;
}
.pdfModal .modal-title {
  line-height: 1.2;
}

#pdf-iframe {
  border-radius: 1rem;
  overflow: hidden;
  width: 100% !important;
  height: 100vh;
  border: 4px solid var(--prim-green);
}

.modal-backdrop {
  display: none;
}

.lg-d-block {
  display: block;
}

.lg-d-none {
  display: none;
}

/* Add Animation */
@keyframes animatetop {
  from {
    top: -300px;
    opacity: 0;
  }
  to {
    top: 0;
    opacity: 1;
  }
}
.accordion-item {
  background-color: transparent;
  border: 0;
}
.accordion-item ul li {
  font-size: 20px;
}
.accordion-item p {
  font-size: 20px;
  margin: 1em 0 1.5rem;
  color: var(--prim-blue);
  font-weight: 400;
}
.accordion-item .accordion-button {
  background-color: transparent;
  font-size: 22px;
  font-family: var(--font-JimmySansBold);
  border-bottom: 1px dashed var(--sec-pink);
}
.accordion-item .accordion-button:focus {
  border-color: var(--sec-pink);
  box-shadow: none;
}
.accordion-item .accordion-button:not(.collapsed) {
  color: var(--prim-blue);
  background-color: var(--prim-gold);
  box-shadow: none;
}
.accordion-item .accordion-button:hover {
  background-color: var(--prim-gold);
}
.accordion-item .accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='%23333' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill-rule='evenodd' d='M0 8a1 1 0 0 1 1-1h14a1 1 0 1 1 0 2H1a1 1 0 0 1-1-1z' clip-rule='evenodd'/%3e%3c/svg%3e");
}
.accordion-item .accordion-button::after {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='%23333' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill-rule='evenodd' d='M8 0a1 1 0 0 1 1 1v6h6a1 1 0 1 1 0 2H9v6a1 1 0 1 1-2 0V9H1a1 1 0 0 1 0-2h6V1a1 1 0 0 1 1-1z' clip-rule='evenodd'/%3e%3c/svg%3e");
  transform: scale(0.7) !important;
  background-color: transparent !important;
}
.accordion-item .accordion-collapse .card-body {
  background-color: var(--prim-gold);
}

/* ========================= Join Our Mailing List ==================================== */
.mailingList {
  padding: 240px 0;
  background: url("/assets/images/assets/mailingListBG.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.mailingList .box {
  position: relative;
  background-color: var(--prim-blue);
  padding: 45px;
  z-index: 2;
}
.mailingList .box h3 {
  font-family: var(--font-JimmySansBold);
  font-size: 60px;
  color: var(--prim-gold);
  margin: 0;
  margin-bottom: 30px;
}
.mailingList .box .formField {
  margin-bottom: 30px;
}
.mailingList .box:before {
  content: "";
  position: absolute;
  right: 20px;
  bottom: 20px;
  width: 60%;
  height: 80%;
  background: url("/assets/images/assets/mailingListBee.png");
  background-position: bottom right;
  background-repeat: no-repeat;
  background-size: contain;
  z-index: -1;
}

/* ==================================================================================== */
footer {
  position: relative;
  background-color: var(--prim-blue);
  padding: 45px 0;
  overflow: hidden;
}
footer .socialMediaIcons {
  display: flex;
  align-items: center;
  align-content: center;
  margin-bottom: 60px;
}
footer .socialMediaIcons a.singleIcon {
  display: flex;
  align-items: center;
  justify-content: center;
  align-content: center;
  position: relative;
  background-color: var(--sec-pink);
  padding: 5px;
  border-radius: 5px;
  margin-right: 15px;
  width: 36px;
  height: 36px;
  text-align: center;
  text-decoration: none;
}
footer .socialMediaIcons a.singleIcon i {
  font-size: 26px;
  line-height: 100%;
  color: var(--prim-blue);
}
footer .socialMediaIcons .email {
  display: flex;
}
footer .socialMediaIcons .email a {
  font-family: var(--font-GeomanistLight);
  font-size: 18px;
  color: var(--prim-pink) !important;
  text-decoration: none;
}
footer .socialMediaIcons .email:hover {
  color: #a1c4c5 !important;
}
footer .socialMediaIcons .email i {
  display: block;
  font-size: 22px;
  color: var(--sec-pink);
}
footer .links {
  display: flex;
  align-items: center;
  align-content: center;
  margin-bottom: 30px;
}
footer .links a {
  color: var(--prim-pink) !important;
  padding: 0;
  margin-right: 16px;
}
footer .copyright p {
  font-family: var(--font-GeomanistLight);
  font-size: 16px;
  color: var(--prim-pink) !important;
  margin: 0;
  margin-bottom: 10px;
}
footer:before {
  content: "";
  position: absolute;
  top: -13px;
  right: -10vw;
  width: 20vw;
  height: 20vw;
  background: url("/assets/images/assets/footerLeaf.png");
  background-position: center right;
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 9;
  filter: drop-shadow(0.5rem 0.5rem 0.5rem rgba(0, 0, 0, 0.5));
}
footer .main-social {
  margin: 0;
  padding: 0;
  align-content: center;
  margin-right: 15px;
  width: 36px;
}
footer .main-social li a {
  height: 25px;
  width: 25px;
  text-indent: -999em;
  background-size: 22px !important;
  background-position: center center !important;
  background-color: var(--sec-pink) !important;
  border-radius: 5px;
  padding: 18px;
}
footer .main-social li a:hover {
  background-color: #a1c4c5;
}
footer .main-social li a.nav-linkedin {
  background: url("/assets/images/icons/linkedin.png") no-repeat scroll 0 0 rgb(0, 0, 0);
}

body > footer > div > div > ul > li > a.nav-link {
  color: var(--prim-pink);
  font-family: geomanistlight, sans-serif;
  font-size: 16px;
}

#gotoTop {
  background-color: var(--prim-green);
  width: 48px;
  height: 48px;
  text-align: center;
  border-radius: 4px;
  position: fixed;
  bottom: 30px;
  right: 30px;
  transition: background-color 0.3s, opacity 0.5s, visibility 0.5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
  border-radius: 100%;
}
#gotoTop::after {
  content: "\f077";
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  font-size: 1.75em;
  line-height: 50px;
  color: var(--prim-blue);
  background-color: transparent;
}
#gotoTop:hover {
  cursor: pointer;
  background-color: var(--Gulf-Stream);
}
#gotoTop:active {
  background-color: var(--Gulf-Stream);
}
#gotoTop.show {
  opacity: 1;
  visibility: visible;
}

@media only screen and (min-width: 768px) and (max-width: 1440px) {
  .home-text {
    font-size: 3.5rem !important;
    margin-top: 100px !important;
  }
}
@media only screen and (min-width: 1199px) and (max-width: 1299px) {
  .nav-link {
    margin: 0;
  }
  .navbar .container {
    max-width: 95%;
    padding: 0;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1198px) {
  .nav-link {
    font-size: 14px;
    margin: 0;
  }
  .navbar .container {
    max-width: 95%;
    padding: 0;
  }
}
@media screen and (min-width: 1900px) {
  .container {
    max-width: 1800px !important;
    padding: 0 60px !important;
  }
  .event-gallery-wrapper {
    max-width: 1320px !important;
  }
  .nav-link {
    font-size: 28px !important;
  }
  .width-md-on-xlg {
    max-width: 1280px;
    margin: 0 auto;
  }
}
@media screen and (min-width: 1700px) {
  .nav-link {
    font-size: 24px !important;
  }
}
@media screen and (max-width: 1199px) {
  .c-stats.cols-3 li {
    flex: 0 0 49%;
  }
  .c-stats.cols-4 li {
    flex: 0 0 32%;
  }
}
@media screen and (max-width: 991px) {
  .keys {
    position: static;
    width: auto;
  }
  #ukMap {
    margin: 0 auto;
  }
  .mapBox {
    overflow-x: scroll;
  }
  .gallery-modal .modal-inner .gallery-content {
    overflow-y: scroll;
    overflow-x: hidden;
    height: 440px;
  }
  .gallery-modal.opened .modal-inner {
    top: 24px;
  }
  .owl-carousel img {
    height: 300px;
  }
  .album-info > p {
    max-height: 100%;
    padding-right: 0px;
  }
  .single-event .event-description > div {
    max-height: max-content;
    margin-bottom: 32px;
  }
  .c-stats.cols-3 li, .c-stats.cols-4 li {
    flex: 0 0 48%;
  }
  nav {
    height: 80px;
    margin: 20px 0;
  }
  nav .d-flex {
    position: relative;
    text-align: center;
    justify-content: center;
  }
  nav .d-flex .branding img {
    height: 65px;
    width: 80%;
    object-fit: contain;
    margin: inherit;
  }
  nav .d-flex .menu {
    display: none;
  }
  nav .d-flex .hamburgerMenu {
    display: block;
  }
  nav .d-flex .mobileMenu {
    display: block;
    top: 100px;
  }
}
@media screen and (max-width: 767px) {
  .sm\:py-0 {
    padding-top: 0rem;
    padding-bottom: 0rem;
  }
  .sm\:py-2 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
  .sm\:py-4 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  .sm\:py-6 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
  .sm\:py-8 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  .sm\:py-10 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
  .sm\:py-12 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  .sm\:pt-16 {
    padding-top: 4rem;
  }
  .sm\:my-1 {
    margin-top: 0.25rem;
    margin-bottom: 0.25em;
  }
  .sm\:my-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5em !important;
  }
  .sm\:mt-0 {
    margin-top: 0;
  }
  .sm\:mb-16 {
    margin-bottom: 4rem;
  }
  .sm-mt-0 {
    margin-top: 0;
  }
  .sm\:revers-order {
    flex-direction: column-reverse;
  }
  .sm\:text-center {
    text-align: center;
  }
  .heading2,
  .heading2.md {
    font-size: 36px;
  }
  .heading3 {
    font-size: 28px;
  }
  .fs-24 {
    font-size: 20px !important;
  }
  .sm-d-inline {
    display: inline;
  }
  .sm-d-block {
    display: block;
  }
  .sm-d-none {
    display: none;
  }
  .home-text {
    font-size: 2em !important;
    margin-top: 96px;
    margin-bottom: 96px;
    filter: drop-shadow(0.1rem 0.1rem 0.1rem rgba(0, 0, 0, 0.5));
  }
  .main-text {
    font-size: 20px;
    margin-top: 40px;
    margin-bottom: 0;
  }
  .introText {
    font-size: 20px !important;
    margin-top: 40px !important;
  }
  .benefits {
    flex-direction: column-reverse;
    gap: 48px;
  }
  #header {
    display: none;
  }
  .wildlifeProjects {
    margin-top: 60px !important;
    margin-bottom: 60px;
    padding: 0 24px;
  }
  .species-wrapper {
    margin: 16px 0;
  }
  .header .projects-coastLnad {
    bottom: -50%;
  }
  .header .trees {
    bottom: -440px !important;
    left: 100px;
    z-index: 6;
  }
  .header .person {
    right: 10px;
    bottom: -28px;
  }
  .header h1 {
    font-size: 32px;
  }
  .header .floatingObject {
    transform: scale(2);
  }
  .header .project-wethills {
    bottom: -25%;
  }
  .sustainability-card h3 {
    text-align: center;
    margin-top: 30px;
    font-size: 46px;
  }
  .mailingList {
    padding: 90px 0;
  }
  .mailingList .box {
    padding: 20px;
  }
  .mailingList .box h3 {
    margin-bottom: 30px;
    font-size: 30px;
  }
  .mailingList .box .formField {
    margin-bottom: 15px;
  }
  .mailingList .box .formField input {
    font-size: 18px;
  }
  .mailingList .box button {
    width: 100%;
    font-size: 18px;
    padding: 15px 0;
    text-align: center;
  }
  .owl-carousel img {
    height: 220px;
  }
  .timeline {
    width: 100%;
    padding: 4em 0 1em 0;
  }
  .timeline li {
    padding: 3em 0;
  }
  .timeline .direction-l, .timeline .direction-r {
    float: none;
    width: 100%;
    text-align: center;
  }
  .timeline .year-wrapper {
    text-align: center;
  }
  .timeline .year-wrapper .year-card {
    background: var(--prim-blue);
    z-index: 15;
    color: var(--White);
  }
  .timeline .project-card {
    position: relative;
    margin: 1em 0 0 0;
    padding: 1em;
    background: var(--ter-pink);
    -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 0 1px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.2);
    border-radius: 8px;
    z-index: 15;
  }
  .timeline .direction-l .year-card:before,
  .timeline .direction-r .year-card:before {
    position: absolute;
    top: -30px;
    left: 50%;
    content: " ";
    display: block;
    width: 20px;
    height: 20px;
    margin-left: -9px;
    background: var(--White);
    border-radius: 100%;
    border: 3px solid var(--prim-gold);
    z-index: 10;
  }
  .timeline .direction-l .year-card:after,
  .timeline .direction-r .year-card:after {
    content: "";
    position: absolute;
    left: 50%;
    top: -8px;
    height: 0;
    width: 0;
    margin-left: -8px;
    border: solid transparent;
    border-bottom-color: rgb(255, 255, 255);
    border-width: 0px;
    pointer-events: none;
  }
  .timeline .direction-l .project-card {
    position: relative;
    margin: 1em 1em 0 1em;
    padding: 1em;
    z-index: 15;
    flex-direction: column;
    align-items: center;
  }
  .timeline .direction-l .project-type {
    margin: 0 0 16px;
  }
  .timeline .direction-l .time-wrapper {
    float: none;
  }
  .timeline .direction-r .project-card {
    position: relative;
    margin: 1em 1em 0 1em;
    padding: 1em;
    z-index: 15;
    flex-direction: column;
    align-items: center;
  }
  .timeline .direction-r .project-type {
    margin: 0 0 16px;
  }
  .timeline .direction-r .time-wrapper {
    float: none;
  }
  .single-post h1 {
    font-size: 30px;
  }
  .single-post h2 {
    font-size: 24px;
  }
  .single-post h3 {
    font-size: 22px;
  }
  .single-post figure {
    margin: 16px 0;
  }
  .single-post .map img {
    width: 100%;
  }
  .hands, .person {
    width: 200px !important;
    margin-right: 0 !important;
  }
  .person img {
    margin-right: 0 !important;
    height: 200px !important;
  }
  section.unnamed {
    margin-top: 0;
  }
  section.unnamed:before {
    height: 25%;
  }
  section.whatWeDo main {
    margin-top: 0;
    padding: 0;
  }
  section.whatWeDo main h2 {
    font-size: 60px;
    margin-top: 0;
    padding-top: 30px;
  }
  section.whatWeDo .content .textSection {
    margin-top: 30px;
  }
  section.whatWeDo .content .textSection .col-12 {
    margin-bottom: 0;
  }
  section.whatWeDo .content .textSection p {
    margin-bottom: 30px;
  }
  section.sustainability {
    padding: 0 16px 15vh !important;
  }
  section.sustainability .breakdown .col-md-4 {
    text-align: center;
  }
  section.sustainability .breakdown .col-md-4 h4 {
    font-size: 80px;
  }
  section.partnerships.introText {
    margin-top: 0;
    margin-bottom: 30px;
  }
  section.supportProjects .projects .col-6 {
    margin-bottom: 30px;
  }
  section.supportProjects .projects .singleProject {
    padding: 10px;
  }
  section.supportProjects .projects .singleProject .inner {
    padding: 10px 20px;
  }
  section.supportProjects .projects .singleProject .inner h4 {
    font-size: 22px;
  }
  section.supportProjects .projects .singleProject .inner img {
    left: 20px;
    right: 20px;
    width: calc(90% - 40px);
  }
  section.supportProjects .projects button {
    margin-top: 30px;
    font-size: 30px;
    padding: 15px 60px;
  }
  section.supportProjects h2 {
    margin-bottom: 36px;
    text-align: center;
    font-size: 30px;
  }
  section.projects p {
    margin-bottom: 30px;
  }
  section.projects p.intoText {
    font-size: 40px;
    margin-top: -5vh;
    margin-bottom: 60px;
  }
  section.projects:after {
    bottom: 0;
    width: 40vw;
    height: 40vw;
    display: none;
  }
  section.unnamed {
    margin-top: -15vh;
  }
  section.unnamed .topsection {
    padding-top: 240px;
  }
  section.unnamed .topsection .container {
    display: none;
  }
  .accordion-item p {
    font-size: 18px;
    margin: 0em 0 1.5rem;
  }
  .accordion-item ul li {
    font-size: 18px;
  }
  .accordion-button {
    font-size: 18px !important;
  }
  .accordion .question .accordion-title {
    font-size: 18px;
  }
  .cs-info .col-sm-12:first-child {
    border-right: 0;
    border-bottom: 1px solid var(--White);
  }
  .cs-info .project-partners {
    width: 140px;
    height: 140px;
  }
  .featuredLogo img {
    width: 200px;
  }
  #btn-view-species {
    padding: 8px 16px !important;
    font-size: 18px !important;
  }
  .sdGoals p {
    font-size: 14px !important;
    padding: 12px;
  }
  .library-sbs {
    text-align: center;
    flex-direction: column-reverse;
  }
  .library-sbs img {
    width: 140px;
    height: 100%;
    margin: 60px 0 0;
  }
  .library-sbs h3 {
    margin-top: 24px;
  }
  .review {
    height: 100%;
    margin-top: 32px;
  }
  .quote-mark {
    right: 16px;
    top: -40px;
  }
  #ukMap {
    max-width: 100%;
    height: auto;
  }
  .tabs #ukMap {
    max-width: 100%;
  }
  .c-stats.single-box li {
    flex-basis: auto;
  }
  .pdfModal {
    padding-top: 96px !important;
  }
  .pdf embed,
  .pdfModal embed {
    height: 300px;
  }
  #pdf-iframe {
    height: 400px;
  }
  .project_modal img {
    width: 32px;
  }
  .pdf-cards {
    flex-direction: column;
    gap: 0.75rem !important;
  }
  .pdf-cards .details {
    text-align: center;
  }
  .county_label {
    display: none !important;
  }
  .stats-table table thead {
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
  }
  .stats-table table tr {
    display: block;
    margin-bottom: 24px;
  }
  .stats-table table td {
    display: block;
    text-align: right;
    margin: -1px;
  }
  .stats-table table th {
    font-size: 14px;
  }
  .stats-table table th,
  .stats-table table td {
    padding: 8px 12px;
  }
  .stats-table table td::before {
    content: attr(data-label);
    float: left;
    font-weight: bold;
    font-size: 13px;
    margin-top: 4px;
  }
  .stats-table table td ul {
    direction: rtl;
    padding-right: 1rem;
  }
  .stats-table table td ul li {
    text-align: right;
  }
  .auto-width {
    flex-direction: column;
  }
  .auto-width li {
    width: auto;
  }
  #species_accordion .accordion-button {
    font-size: 20px;
  }
  .species-list {
    flex-direction: column-reverse;
    text-align: center;
  }
  .species-list em {
    margin-top: 24px;
    display: block;
  }
  footer .copyright {
    margin-top: 45px;
  }
}
@media screen and (max-width: 480px) {
  .sm\:pb-0 {
    padding-bottom: 0;
  }
  .sm\:pb-8 {
    padding-bottom: 32px;
  }
  .sm\:pb-12 {
    padding-bottom: 48px;
  }
  .sm\:mt-0 {
    margin-top: 0;
  }
  .sm\:mt-8 {
    margin-top: 32px;
  }
  .sm\:mt-12 {
    margin-top: 48px;
  }
  .popup-content:after {
    display: none;
  }
  .popup-content .d-flex {
    display: block !important;
  }
  .popup-content .project-type {
    margin-bottom: 16px;
  }
  .county_label {
    font-size: 12px;
  }
  .county_label:after {
    display: none;
  }
  .tab-menu ul {
    flex-direction: column;
  }
  .tab-menu ul li a {
    width: 100%;
    margin: 2px 0;
    border-radius: 4px !important;
  }
  .c-stats.cols-3 li, .c-stats.cols-4 li {
    flex: 0 0 100%;
  }
  .rows-cols-span-table table th {
    padding: 8px;
    line-height: 1.4;
    font-size: 13px;
  }
  .rows-cols-span-table table td {
    font-size: 12px;
    padding: 8px;
  }
  .owl-prev i, .owl-next i {
    top: 0;
  }
  .lighthouse {
    height: 150px !important;
    margin-right: 10px !important;
  }
  .legalInfo {
    text-align: left;
  }
  .single-profile h2, .bee-section h2 {
    font-size: 28px !important;
  }
  .single-post iframe {
    height: 260px;
  }
  .projects .gx-5 .col-6 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
}

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