/*
Theme Name: Incentive Fund
Theme URI: http://example.com/my-bootstrap-theme
Author: Verge
Author URI: http://example.com
Description: A custom WordPress theme using Bootstrap 5.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: incentivefund
*/
/* Ensure the navbar toggler is always visible */

@import url('https://fonts.googleapis.com/css2?family=Karla:ital,wght@0,200..800;1,200..800&display=swap');

body {
  font-family: "Karla", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
  font-size: 16px;
  letter-spacing: -0.5px;
  overflow-x: hidden;
}

/* Apply styles to elements only if the body does not have the .home class */
body:not(.home) .nav-container {
  background: #fff;
}

body:not(.home) .animated-icon span {
  background-color: #000;
}

body:not(.home) .menu-text {
  color: #000;
}

body:not(.home) .notif {
  visibility: visible;
  opacity: 1;
}

/*body:not(.home) .notif .btn-x {
  visibility: hidden;
  opacity: 0;
}*/

/* impact, our-history, our-projects  */
body.page-id-17 .nav-container,
body.page-id-164 .nav-container,
body.page-id-161 .nav-container,
body.page-id-410 .nav-container,
body.page-id-159 .nav-container,
body.page-id-12 .nav-container {
  background: transparent;
}

body.page-id-17 .menu-text,
body.page-id-164 .menu-text,
body.page-id-161 .menu-text,
body.page-id-410 .menu-text,
body.page-id-159 .menu-text,
body.page-id-12 .menu-text {
  color: #fff;
}

body.page-id-17 .background-white,
body.page-id-17 .animated-icon span,
body.page-id-164 .background-white,
body.page-id-164 .animated-icon span,
body.page-id-161 .background-white, 
body.page-id-161 .animated-icon span,
body.page-id-410 .background-white,
body.page-id-410 .animated-icon span,
body.page-id-159 .background-white,
body.page-id-159 .animated-icon span,
body.page-id-12 .background-white,
body.page-id-12 .animated-icon span {
  background-color: #fff;
}

h2 {
  font-size: 20px;
  text-transform: capitalize;
}

h4 {
  font-size: 28px;
}

/* CSS to disable scrolling */
.no-scroll {
  overflow: hidden;
}

/* Yellow Notification  */
.notif {
  background-color: rgb(238,211,81);
  top: 60px;
  z-index: 3;
  position: absolute;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.5s ease, visibility 0.5s ease;
  text-align: left;
  display: flex;
}

.notif.show {
  opacity: 1;
  visibility: visible;
}

.notif span {
  margin-left: 50px;
}

/* Close button */
.btn-x {
  transform: scale(1.4, 1);
  font-size: 13px;
  right: 0;
  position: absolute;
  margin-right: 60px;
  margin-top: 2px;
  color: #000;
  border: 0;
  background-color: transparent;
}

.hero-header {
  position: relative;
  background-size: cover;
  background-position: center;
  height: 0px; /* Adjust height as needed */
  text-align: center;
}

.hero-header::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(144, 24, 127, 0.4); /* Add semi-transparent background color */
  z-index: 1;
}

.hero-header-video {
  height: 510px;
}

.hero-header-text {
  padding-left: 150px;
  padding-top: 100px;
  font-size: 26px !important;
  font-weight: 600;
  letter-spacing: 2.5px;
}

.navbar {
  position: relative;
  z-index: 2; /* Ensure navbar is above the background color overlay */
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}

.navbar,
.navbar-duplicate {
  height: 60px;
}

/* Style for the duplicated navbar */
.navbar-duplicate {
  position: fixed; /* Keeps the navbar fixed in place */
  top: 0;
  left: 0;
  width: 100%;
  height: auto; /* Adjust as needed */
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.5s ease, visibility 0.5s ease;
  z-index: 9999; /* Ensure it stays above other content */
}

/* Style for when the duplicated navbar should be visible */
.navbar-duplicate.show {
  opacity: 1;
  visibility: visible;
  height: 60px;
}

.navbar-duplicate .navbar-collapse {

}

.navbar-duplicate .custom-toggler .animated-icon span {
  background-color: #000;
}

.navbar-duplicate .custom-toggler .menu-text {
  color: #000;
}

.custom-toggler {
  display: flex;
  align-items: center;
  cursor: pointer;
  border: none;
  background: none;
  padding: 0;
  margin-left: 70px;
}

.custom-toggler .animated-icon {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.custom-toggler .animated-icon span {
  background-color: #fff;
  display: block;
  height: 1px;
  margin: 4px 0 3px;
  width: 20px;
  transition: all 0.3s ease-in-out;
}

.custom-toggler:hover span.margin-left-5 {
  margin-left: 5px;
}

.custom-toggler .menu-text {
  color: #fff;
  margin-left: 10px;
  font-size: 14px;
  font-weight: bold;
}

.home .navbar-collapse {
  height: 100vh; /* Ensure the collapse covers the full height */
}

nav.navbar.navbar-light.inner-page button.navbar-toggler.custom-toggler .animated-icon span {
  background-color: #000000;
}

nav.navbar.navbar-light.inner-page button.navbar-toggler.custom-toggler .menu-text {
  color: #000000;
}

nav.navbar.navbar-light.inner-page a.btn.btn-eligible {
  border: 1px solid #309C6D;
}

.navbar-collapse {
  position: relative;
  width: 25%;
  background-color: #f8f9fa;
  transition: transform 0.3s ease;
  transform: translateX(-100%);
  z-index: 1;
  padding-top: 56px;
  overflow-y: auto;
  flex-basis: 25%;
  flex-grow: 0;
}


.navbar-collapse.show {
    transform: translateX(0);
}

.location-icon {
  height: auto;
  width: 15px;
  display: inline-flex;
  margin-right: 8px;
  margin-top: 8px;
}

.logo-container img {
  width: 121px;
}

a.custom-logo-link {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}

ul#menu-main-menu {
  text-align: justify;
  margin-left: 15px;
  margin-top: 20px;
}

ul#menu-main-menu li {
  padding: 12px 25px;
  font-size: 14px;
}

ul#menu-main-menu li:hover {
  background: #309C6D;
  color: #fff;
  padding: 12px 70px 12px 25px;
}

ul#menu-main-menu li:hover a {
  color: #fff;
}

.menu-footer {
  font-size: 12px;
  text-align: left;
  padding-left: 60px;
  padding-top: 60px;
}

.menu-footer .address {
  text-wrap: wrap;
  display: inline-flex;
}

.menu-footer .copyright {
  text-wrap: wrap;
  display: flex;
}

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

.btn {
  padding: 10px 15px;
  text-transform: uppercase;
  border-radius: 0; /* Remove border-radius */
  border: none; /* Remove border */
}

.top-right {
  position: absolute;
  top: 0;
  right: 0;
}

.btn-group .btn {
  margin-right: 0; /* Remove space between the buttons */
  padding: 19.5px 60px;
}

.btn-group a {
  font-size: 12px;
}

.btn-eligible {
  background-color: #fff;
  border: 1px solid #309C6D;
  letter-spacing: 0.5px;
  color: #309c6d;
}

.btn-eligible .bi-question-circle {
  background-color: #309C6D;
  color: #fff;
  border-radius: 50%;
  margin-right: 5px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
}

.btn-eligible:hover {
  background-color: #f0f0f0;
  color: #000;
}

.btn-apply-now {
  background-color: #309C6D;
  border: 2px solid #309C6D;
  color: #fff;
  letter-spacing: 0.5px;
}

.btn-apply-now:hover {
  background-color: #267A52;
  border-color: #267A52;
}

.navbar-nav {
  padding-left: 60px; /* Additional padding for better separation */
  margin-left: 0;
}

.nav-item {
  margin: 10px 0; /* Adds more space between items */
}

.nav-link {
  padding: 10px 15px;
  transition: background-color 0.2s, color 0.2s;
  display: block;
}

.nav-link:hover {
  background-color: #e9ecef; /* Adds a subtle hover effect */
  color: #0056b3; /* Darker color for text on hover */
}

.nav-container {
  transition: background-color 0.5s ease; /* Adjust duration and timing function as needed */
}

.background-white {
  background-color: white;
}

img.custom-logo {
  width: 115px;
  height: auto;
}

/* Ensure the body and html have full height */
html, body {
  height: 100%;
  margin: 0;
}

.site-wrapper {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

.site-wrapper > .flex-grow-1 {
  flex-grow: 1;
}

/* Ensure full width of the content area */
#primary {
  width: 100%;
}

/* #content {
  padding: 0 15px;
} */

/* Remove any margin or padding that might limit the full width */
.container-fluid {
  padding: 0;
  margin: 0;
}

.home .wp-container-core-columns-is-layout-1 .wp-block-column.is-layout-flow.wp-block-column-is-layout-flow:nth-child(1) {
  background: url(../incentivefund/images/home/how-to-apply-bg.png) top right;
  background-color: #89277F;
  background-repeat: no-repeat;
  background-size: 500px;
}

.home .wp-container-core-columns-is-layout-1 .wp-block-column.is-layout-flow.wp-block-column-is-layout-flow:nth-child(2) {
  background-color: #4CB687;
}

:where(.wp-block-columns.is-layout-flex) {
  gap: 0;
}

.home div#content div:first-child.wp-block-columns .wp-block-group__inner-container.is-layout-constrained.wp-block-group-is-layout-constrained {
  padding: 20px;
  background-color: #F5F5F5;
}

.home div#content div:nth-child(3).wp-block-group .is-layout-constrained.wp-block-group-is-layout-constrained {
  padding: 20px;
  height: 350px;
  background-image: url('/wp-content/uploads/2024/10/map.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.home div#content div:nth-child(4).wp-block-group > div {
  background-image: url('/wp-content/uploads/2024/10/map.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.home div#content div:nth-child(4).wp-block-group > div {
  position: relative;
  background-image: url(/wp-content/uploads/2024/10/map.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  overflow: hidden; /* Ensures the overlay doesn't go beyond container bounds */
}

.home div#content div:nth-child(4).wp-block-group > div::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #89277fd9; /* Updated overlay color with 50% opacity */
  z-index: 1;
}

.home div#content div:nth-child(4).wp-block-group > div > * {
  position: relative;
  z-index: 2; /* Ensures content is above the overlay */
}

.home div#content div:nth-child(3).wp-block-group .is-layout-constrained.wp-block-group-is-layout-constrained h2 {
  margin-top: 60px;
  margin-bottom: 10px;
}

.home .wp-block-columns.is-layout-flex.wp-container-core-columns-is-layout-1.wp-block-columns-is-layout-flex {
  width: 100%;
  height: 100%;
}

.home #content > div.wp-block-columns.animated.fadeIn.is-layout-flex.wp-container-core-columns-is-layout-2.wp-block-columns-is-layout-flex.o-anim-ready > div:nth-child(2) > div > div:nth-child(1),
.home #content > div.wp-block-columns.animated.fadeIn.is-layout-flex.wp-container-core-columns-is-layout-2.wp-block-columns-is-layout-flex.o-anim-ready > div:nth-child(2) > div > div.wp-block-column.impact.is-layout-flow.wp-block-column-is-layout-flow {
  display: flex;
  align-items: end;
  position: relative;
}

.home #content > div.wp-block-columns.animated.fadeIn.is-layout-flex.wp-container-core-columns-is-layout-2.wp-block-columns-is-layout-flex.o-anim-ready > div:nth-child(2) > div > div:nth-child(1) > div > div > h4,
.home #content > div.wp-block-columns.animated.fadeIn.is-layout-flex.wp-container-core-columns-is-layout-2.wp-block-columns-is-layout-flex.o-anim-ready > div:nth-child(2) > div > div.wp-block-column.impact.is-layout-flow.wp-block-column-is-layout-flow > div > div > h4 {
  font-size: 22px !important;
}

.home .grant,
.home .impact {
  padding: 40px;
}

.home #content > div.wp-block-columns.animated.fadeIn.is-layout-flex.wp-container-core-columns-is-layout-2.wp-block-columns-is-layout-flex.o-anim-ready > div:nth-child(2) > div > div.wp-block-column.impact.is-layout-flow.wp-block-column-is-layout-flow > div > figure > img {
  width: 115%;
}

.home #content > div.wp-block-columns.animated.fadeIn.is-layout-flex.wp-container-core-columns-is-layout-2.wp-block-columns-is-layout-flex.o-anim-ready > div:nth-child(2) > div > .how-to-apply,
.home #content > div.wp-block-columns.animated.fadeIn.is-layout-flex.wp-container-core-columns-is-layout-2.wp-block-columns-is-layout-flex.o-anim-ready > div:nth-child(2) > div > .impact {
  flex-basis: 50%;
  width: 50%;
}

.home #content > div.wp-block-columns.animated.fadeIn.is-layout-flex.wp-container-core-columns-is-layout-2.wp-block-columns-is-layout-flex.o-anim-ready > div:nth-child(2) > div > div.wp-block-column.impact.is-layout-flow.wp-block-column-is-layout-flow > div {
  padding-left: 0;
  padding-right: 0;
}

.home #content > div.wp-block-columns.animated.fadeIn.is-layout-flex.wp-container-core-columns-is-layout-2.wp-block-columns-is-layout-flex.o-anim-ready > div:nth-child(2) > div > div.wp-block-column.impact.is-layout-flow.wp-block-column-is-layout-flow > div > div > h4 {
  color: #fff !important;
  margin: 0;
}

.home .grant figure {
  width: 29px;
  margin-bottom: 49px;
}

.home .grant .wp-block-media-text__content {
  position: absolute;
  margin-left: 0;
  display: block;
  width: 80%;
  left: 0;
  margin-top: 0;
}

.home .grant .wp-block-media-text__content h4 {
  margin-left: 50px;
}

.home .grant .wp-block-media-text__content h4,
.home .grant .wp-block-media-text__content p {
  color: #fff !important;
}

.home .grant .wp-block-media-text__content p {
  margin-left: 0;
}

.home #content > div.wp-block-columns.is-layout-flex.wp-container-core-columns-is-layout-3.wp-block-columns-is-layout-flex {
  padding-bottom: 0;
  margin-bottom: 0;
}

/* numbers */

.home #content > div.wp-block-columns.numbers.is-layout-flex.wp-container-core-columns-is-layout-3.wp-block-columns-is-layout-flex h2 {
  font-size: 28px !important;
  font-weight: 500;
}

.home #content > div.wp-block-columns.numbers.is-layout-flex.wp-container-core-columns-is-layout-3.wp-block-columns-is-layout-flex > div:nth-child(2) > div > div > h2::after,
.home #content > div.wp-block-columns.numbers.is-layout-flex.wp-container-core-columns-is-layout-3.wp-block-columns-is-layout-flex > div:nth-child(3) > div > div > h2::after,
.home #content > div.wp-block-columns.numbers.is-layout-flex.wp-container-core-columns-is-layout-3.wp-block-columns-is-layout-flex > div:nth-child(4) > div > div > h2::after,
.page-id-10 #content div.wp-block-columns.is-layout-flex.wp-container-core-columns-is-layout-2.wp-block-columns-is-layout-flex > div:nth-child(2) > div > div > h2::after,
.page-id-10 #content div.wp-block-columns.is-layout-flex.wp-container-core-columns-is-layout-2.wp-block-columns-is-layout-flex > div:nth-child(3) > div > div > h2::after,
.page-id-10 #content div.wp-block-columns.is-layout-flex.wp-container-core-columns-is-layout-2.wp-block-columns-is-layout-flex > div:nth-child(4) > div > div > h2::after {
  content: "+"; /* Add the "+" character */
  color: #000; /* Optional: set the color of the "+" */
  font-size: 1em; /* Optional: adjust the font size of the "+" */
  margin-left: 0; /* Optional: add space between the text and the "+" */
}

.home .numbers {
  line-height: 1.2;
}

/* .home .map, */
.home .forms {
  padding: 0 60px;
}

.home .forms {
  padding-bottom: 60px;
}

.home #content > div.wp-block-group.forms > div > div > div.wp-block-column.downloadable-forms.is-layout-flow.wp-block-column-is-layout-flow > h4 {
  background: rgb(116,18,107);
  padding: 12px 15px;
}

.home #content > div.wp-block-group.forms > div > div > div.wp-block-column.frequently-asked.is-layout-flow.wp-block-column-is-layout-flow > h4 {
  font-size: 18px;
  margin-bottom: 20px;
}

.home #content > div.wp-block-group.forms > div > div > div.wp-block-column.downloadable-forms.is-layout-flow.wp-block-column-is-layout-flow > h4 {
  color: #fff;
  font-size: 14px;
  font-weight: 400;
}

.home #content > div.wp-block-group.forms > div > div > div.wp-block-column.frequently-asked.is-layout-flow.wp-block-column-is-layout-flow > div > div > div {
  border: 0 !important;
}

.home #content > div.wp-block-group.forms > div > div > div.wp-block-column.frequently-asked.is-layout-flow.wp-block-column-is-layout-flow > div > div > div > div.esab__head {
  padding-left: 0 !important;
  padding-right: 0 !important;
  background: transparent !important;
}

.home #content > div.wp-block-group.forms > div > div > div.wp-block-column.downloadable-forms.is-layout-flow.wp-block-column-is-layout-flow > div > div:nth-child(2) > div {
  padding: 0;
}

.home #content > div.wp-block-group.forms > div > div > div.wp-block-column.downloadable-forms.is-layout-flow.wp-block-column-is-layout-flow > div > div:nth-child(2) > div > figure {
  margin: 0 auto;
}

.home #content > div.wp-block-group.forms > div > div > div.wp-block-column.downloadable-forms.is-layout-flow.wp-block-column-is-layout-flow > div > div:nth-child(2) > div > figure > img {
  width: 15px;
  margin-top: -18px;
}

.home #content > div.wp-block-group.forms > div > div > div.wp-block-column.downloadable-forms.is-layout-flow.wp-block-column-is-layout-flow > div > div > div > div {
  padding: 0;
}

.home #content > div.home-legacy-series > div > div > div.nk-awb-wrap-content.is-layout-flow.wp-block-awb-is-layout-flow > div > div:nth-child(1) {
  display: flex;
  flex-direction: column;
}

.home #content > div.home-legacy-series > div > div > div.nk-awb-wrap-content.is-layout-flow.wp-block-awb-is-layout-flow {
  padding: 60px 0 0 50px;
}

.home #content > div.home-legacy-series > div > div > div.nk-awb-wrap-content.is-layout-flow.wp-block-awb-is-layout-flow > div {
  margin-bottom: 0;
  justify-content: flex-end;
  height: 580px;
  position: relative;
}

.home #videoCarousel > div > div.carousel-item.active > div {
  height: 500px !important;
  align-items: end;
}

.home #videoCarousel > div > div > div > div {
  display: flex;
  height: 500px !important;
  align-items: end;
}

.home #content > div.home-legacy-series > div > div > div.nk-awb-wrap-content.is-layout-flow.wp-block-awb-is-layout-flow > div > div:nth-child(2) {
/*  overflow: scroll;*/
}

.home #content > div.home-legacy-series > div > div {
  padding-right: 0;
}

.home #content > div.wp-block-group.has-background > div > div > div:nth-child(1),
.home #content > div.wp-block-group.has-background > div > div > div:nth-child(2) > div > div:nth-child(1),
.home #content > div.wp-block-group.has-background > div > div > div:nth-child(2) > div > div:nth-child(2),
.home #content > div.wp-block-group.has-background > div > div > div:nth-child(2) > div > div:nth-child(3) {
  display: flex;
  flex-direction: column;
}

.home #content > div.wp-block-group.has-background {
  padding: 60px 50px;
}

.home #content > div.wp-block-group.has-background > div > div > div:nth-child(2) > div > div:nth-child(1) > p.has-white-color.has-text-color.has-link-color.has-small-font-size.wp-elements-d88de9742ce3eb2a6ddf33234c41545c {
  font-size: 14px !important;
}

.home #content > div.wp-block-group.has-background > div > div > div:nth-child(2) > div > div > p {
  font-size: 14px !important
}

.home #content > div.wp-block-group.has-background > div > div > div:nth-child(1) > h4 {
  width: 280px;
  padding: 10px 0 40px;
}

.home #content > div.wp-block-group.has-background > div > div > div:nth-child(2) > div > div > div {
  margin-bottom: 10px;
}

.home #content > div.home-legacy-series > div > div > div.nk-awb-wrap-content.is-layout-flow.wp-block-awb-is-layout-flow > div > div:nth-child(1) {
  flex-direction: column;
  justify-content: end;
  margin-bottom: 40px;
}

.home #content > div.home-legacy-series > div > div > div.nk-awb-wrap-content.is-layout-flow.wp-block-awb-is-layout-flow > div > div:nth-child(2) {
  position: relative;
}

.home #content > div.home-legacy-series > div > div > div.nk-awb-wrap-content.is-layout-flow.wp-block-awb-is-layout-flow > div > div:nth-child(1) > h4,
.home #content > div.home-legacy-series > div > div > div.nk-awb-wrap-content.is-layout-flow.wp-block-awb-is-layout-flow > div > div:nth-child(1) > p {
  width: 300px;
}

.home #videoCarousel {
  margin-left: 40px;
  position: absolute;
  width: 1200px;
}

.home #videoCarousel > div > div.carousel-item.active > div > div {
  border-left: 1px solid #cecece;
  padding: 0;
  padding-right: 30px;
}

.home #content > div.wp-block-group.map > div > h2,
.home #content > div.wp-block-group.application > div > div > div > h2 {
  font-size: 16px !important;
  font-weight: normal;
}

.home #content > div.wp-block-group.map > div {
  padding: 125px 0;
}

.home #content > div.wp-block-group.application {
  background: url('/wp-content/uploads/2024/08/application-banner.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 125px 0;
}

.home #content > div.box > div > div > div.wp-block-column.box-1.is-layout-flow.wp-block-column-is-layout-flow {
  background: url('/wp-content/uploads/2024/08/gedsi-banner.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 30px 20px;
  color: #fff;
  margin: 0 5px;
  display: flex;
  flex-direction: column;
  height: auto;
}

.home #content > div.box > div > div > div.wp-block-column.box-2.is-layout-flow.wp-block-column-is-layout-flow {
  background: url('/wp-content/uploads/2024/08/ccdr-banner.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 30px 20px;
  color: #fff;
  margin: 0 5px;
  display: flex;
  flex-direction: column;
  height: auto;
}

.home #content > div.box > div > div > div.wp-block-column.box-1.is-layout-flow.wp-block-column-is-layout-flow .wp-block-read-more,
.home #content > div.box > div > div > div.wp-block-column.box-2.is-layout-flow.wp-block-column-is-layout-flow .wp-block-read-more {
  font-size: 14px !important;   
  padding: 0 70px 0 20px;
  display: flex;
  margin-top: auto;
}

.home #content > div.box > div > div > div.wp-block-column.box-1.is-layout-flow.wp-block-column-is-layout-flow .wp-block-read-more > a,
.home #content > div.box > div > div > div.wp-block-column.box-2.is-layout-flow.wp-block-column-is-layout-flow .wp-block-read-more > a {
  color: #fff !important;
  text-decoration: none;
  font-weight: 400;
}

.home .wp-block-read-more {
  background: url('/wp-content/themes/incentivefund/images/arrow-white.png') no-repeat;
  background-size: 24px 15px;
  background-position: right 4px;
}

.home #content > div:nth-child(7) > div > div > div.wp-block-column.downloadable-forms.is-layout-flow.wp-block-column-is-layout-flow,
.home #content > div:nth-child(7) > div > div > div.wp-block-column.frequently-asked.is-layout-flow.wp-block-column-is-layout-flow,
.home #content > div:nth-child(7) > div > div > div.wp-block-column.downloadable-forms.is-layout-flow.wp-block-column-is-layout-flow > div > div:nth-child(1),
.home #content > div:nth-child(7) > div > div > div.wp-block-column.downloadable-forms.is-layout-flow.wp-block-column-is-layout-flow > div > div:nth-child(2) {
  display: flex;
  flex-direction: column;
  padding: 0 10px;
}

.home #content > div.wp-block-group.forms > div > div > div.wp-block-column.frequently-asked.is-layout-flow.wp-block-column-is-layout-flow > div > div > div.wp-block-esab-accordion-child.esab__active_accordion > div.esab__head > div.esab__heading_txt > p {
  color: #000 !important;
}

.home .esab__icon svg {
  width: 12px !important;
  fill: #000 !important;
}

.home #content > div.wp-block-group.forms > div > div > div.wp-block-column.frequently-asked.is-layout-flow.wp-block-column-is-layout-flow > div > div > div.wp-block-esab-accordion-child.esab__active_accordion > div.esab__body.esab__active {
  background-color: rgb(245,245,245) !important;
  border-top: 0 !important;
}

.home #content > div.wp-block-group.animated.fadeInUp.o-anim-ready > div {
  margin-top: -100px;
}

/* .home div#content div:nth-child(2) .is-stacked-on-mobile figure img {
  width: 120px;
} */
.home div#content div:nth-child(1).wp-container-core-columns-is-layout-2 .wp-block-media-text.is-stacked-on-mobile {
  width: 250px;
  margin: auto;
  margin-top: 150px;
}

.home div#content div:nth-child(1).wp-container-core-columns-is-layout-2 .wp-block-media-text.is-stacked-on-mobile figure, 
text.is-stacked-on-mobile div {
  position: relative;
  display: contents;
}

.home .wp-block-column.is-layout-flow.wp-block-column-is-layout-flow {
  display: flex;
}

.home #content > div.wp-block-columns.animated.fadeIn.is-layout-flex.wp-container-core-columns-is-layout-2.wp-block-columns-is-layout-flex.o-anim-ready {
  margin-bottom: 0;
}

.home div#content div:nth-child(2).wp-container-core-columns-is-layout-3 {
  padding-left: 30px;
  padding-right: 10px;
}

.home div#content div:nth-child(3).wp-block-group {
  padding: 40px;
}

.home div#content div:nth-child(3).wp-block-group > div > p {
  width: 450px;
  margin: auto;
  margin-bottom: 20px;
}

.home div#content div:nth-child(4).wp-block-group > div p:nth-child(2),
.home #content > div.wp-block-group.application > div > div > div > p {
  width: 500px;
  margin: auto;
  margin-bottom: 20px;
  font-size: 26px !important;
  line-height: 1.3;
  font-weight: 400;
  padding: 12px 0 8px;
  color: #fff !important;
}

.home #content > div.wp-block-group.application > div > div > div > p {
  width: 600px;
  padding-bottom: 0;
  margin-bottom: 10px;
  color: #fff !important;
}

.home #content > div.wp-block-group.application > div > div > div > p.has-small-font-size {
  font-size: 13px !important;
  margin-bottom: 20px;
}

.home #content > div.wp-block-group.map > div > div > div > a,
.home #content > div.wp-block-group.application > div > div > div > div > div > a {
  border-radius: 0px;
  background-color: #4cb687;
  padding: 20px 50px;
  font-size: 12px;
}

.home div#content div:nth-child(5).wp-block-group div div .wp-block-column {
  padding: 10px;
  margin: 10px;
}

.home div#content div:nth-child(5).box div div div:first-child.wp-block-column {
  background-image: url('/wp-content/uploads/2024/08/gedsi-banner.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 170px;
  color: #fff;
}

.home div#content div:nth-child(5).wp-block-group div div div:last-child.wp-block-column {
  background-image: url('/wp-content/uploads/2024/08/ccdr-banner.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 170px;
  color: #fff;
}

.home div#content div:nth-child(5).wp-block-group div div div:first-child.wp-block-column a,
.home div#content div:nth-child(5).wp-block-group div div div:last-child.wp-block-column a {
  color: #fff;
}

.home .about {
  background-color: rgb(245,245,245);
}

.home .about span > a {
  color: #707070;
}

body.home #content > div.wp-block-group.forms > div > div > div.wp-block-column.downloadable-forms.is-layout-flow.wp-block-column-is-layout-flow > div > div:nth-child(2) > div > div > p > a {
  color: #4BB687 !important;
}

/* About page */
.page-id-10 p.has-small-font-size > a,
.page-id-10 p.has-small-font-size span > a {
  color: #000;
}

.page-id-10 h2.wp-block-heading > a,
.page-id-159 p.has-small-font-size > a {
  color: #FFFF;
}

/* Our Projects */
body.page-id-161 #content > div:nth-child(4) > div > div > div:nth-child(2) > p > a {
  color: #000;
  text-decoration: none;
}

/* WP Block */
#content .wp-block-column > .wp-block-group,
.wp-block-media-text {
  padding: 60px;
}

.page-id-10 #content .wp-block-column > .wp-block-group,
.page-id-10 .wp-block-media-text {
  padding: 15px !important;
}

.wp-block-media-text {
  grid-template-columns: 35% 1fr;
}

h2.wp-block-heading.has-medium-font-size {
  font-weight: bold;
}

/* Footer */
/* Custom styles for the footer */
.footer {
  font-size: 13px;
}

.footer-icon {
  width: 18px;
  margin-right: 4px;
}

.footer .col-lg-2, .footer .col-lg-4 {
  margin-bottom: 20px;
}

.footer h5 {
  margin-bottom: 10px;
}

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

.footer .text-uppercase {
  text-transform: uppercase;
}

div#footer-menu {
  background: url(/wp-content/themes/incentivefund/images/footer/footer-bg.png) no-repeat;
  background-size: 100% 100%;
  display: flex;
  width: 100%;
  flex-basis: 100%;
  height: 100%;
  flex-direction: column;
}

div#footer-menu > .row {
  background-color: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
}

div#footer-menu .image {
  height: 200px; /* Adjust height as needed */
  background: url(/wp-content/themes/incentivefund/images/footer/footer-logo.png) no-repeat;
  background-size: 80%;
  background-position: center;
}

div#footer-menu .menu {
  padding: 20px;
  display: inline-block;
}

.no-overflow {
  overflow: hidden;
}

div#footer-menu .menu-column {
  margin-bottom: 20px;
  font-size: 14px;
}

div#footer-menu .menu-column li {
  margin-top: 15px;
}

div#footer-menu .menu-column li a {
  color: #FFF;
  text-decoration: none;
}

ul#menu-main-menu li {
  position: reltaive;
  margin: 5px 10px;
  display: flex;
  width: max-content;
}

ul#menu-main-menu li a {
  padding: 0;
  font-size: 14px;
  text-decoration: none;
  font-weight: 600;
  color: #000;
}

/* Hide sub-menus by default */
.navbar-nav .sub-menu {
  display: none; /* Hide sub-menus initially */
  position: absolute;
  left: 100%; /* Position sub-menu to the right of its parent */
  top: 0;
  background: #fff;
  border: 1px solid #ddd;
  padding: 0;
  margin: 0;
  list-style: none;
  z-index: 1000; /* Ensure the sub-menu is above other content */
}

/* Style for the parent items with sub-menus */
.navbar-nav .menu-item-has-children {
  position: relative; /* Needed for absolute positioning of sub-menus */
}

/* Initial hidden state */
.navbar .subitems-duplicate,
.navbar-duplicate .subitems-duplicate {
  opacity: 0;
  visibility: hidden;
  transform: translateX(-100%); /* Start position (off-screen to the left) */
  transition: opacity 0.5s ease, visibility 0.5s ease, transform 0.5s ease;
  z-index: -1;
}

/* Visible state */
.navbar .subitems-duplicate.show,
.navbar-duplicate .subitems-duplicate.show {
  opacity: 1;
  visibility: visible;
  transform: translateX(0); /* End position (on-screen) */
}

.subitems-duplicate {
  background: url('/wp-content/themes/incentivefund/images/menu/menu-subitem-arrow.png') no-repeat left center #309C6D;
  width: 400px;
  height: 400px;
  z-index: 99;
  margin-top: 60px;
  top: 55px;
  position: fixed;
  left: 25%;
  padding: 20px;
}

.subitems-duplicate li {
  list-style: none;
  padding: 10px 0 0 0;
  text-align: left;
  margin-left: 35px;
  margin-bottom: 10px;
}

.subitems-duplicate li a {
  color: #fff;
}

.home div#content div.wp-block-group.box .wp-block-column:first-child h4 {
  background: #89277f;
  color: #FFF;
  padding: 10px;
}

.home div#content div.wp-block-group.box {
    padding: 40px 40px 50px;
    width: 1200px;
    margin: auto;
}

.home div#content div.wp-block-group.cross-cutting-themes {
  padding: 65px 40px 0;
  width: 620px;
  margin: auto;
}

.home div#content div.wp-block-group.box .wp-block-column {
    padding: 10px;
}

.home div#content .wp-block-column.latest-news {
    margin-right: 20px;
}

div#footer-menu .col-md-3.menu-column h4 {
  color: #FFF;
  font-size: 20px;
}

/* .page-id-12 div#content div:nth-child(3) {
  min-height: 500px;
} */

.page-id-12 div#content thead {
  background: #3FC48F;
  border-bottom: none;
}

.page-id-12 div#content thead tr th {
  border: 1px solid #90187F;
  color: #FFF;
}

.page-id-12 div#content tbody tr td {
  border: 1px solid #90187F;
}

.page-id-12 div#content tbody tr td:nth-child(4) {
  background: #90187f;
  color: #FFF;
}

.page-id-12 div#content table.has-fixed-layout {
  border: 4px solid #90187F;
}

.page-id-12 div#content div:nth-child(4) div.nk-awb {
  height: 550px;
}

.page-id-12 div#content .wp-block-group:nth-child(2) {
  margin-top: 50px;
}

.page-id-12 div#content .wp-block-group:nth-child(2) > div > div > div:first-child, 
.page-id-12 div#content .wp-block-group:nth-child(2) > div > div > div:last-child {
  padding: 50px;
}

.page-id-12 div#content .wp-block-group:nth-child(2) > div > div > div:first-child h4 {
  border-top: 15px solid #F8D003;
  padding-top: 40px;
}

.page-id-12 div#content .wp-block-group:nth-child(2) > div > div > div:last-child {
  background: #F3F3F3;
  margin-top: 50px;
}

footer .container.p-4 {
  font-size: 12px;
}

div.videoBox h3 {
  font-size: 14px;
  font-weight: 700;
}

div.videoBox .slider-block {
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  padding: 0 0 0 0;
}

div.videoBox .slider-block h3,
div.videoBox .slider-block p {
  padding-left: 10px;
}

div.videoBox .slider-block h3 {
  font-size: 16px;
  color: #fff;
  font-weight: 400;
}

div.videoBox .slider-block p {
  font-size: 13px;
  color: #fff;
}

/* About */
.page-id-10 div#content .wp-block-group:first-child {
  padding: 40px;
}

.page-id-10 div#content .wp-block-group:first-child div > div > div:first-child,
.page-id-10 div#content .wp-block-group:first-child div > div > div:last-child {
  padding: 25px;
}

.page-id-10 div#content .wp-block-group:nth-child(2) {
  padding: 20px;
  min-height: 450px;
}

.page-id-10 div#content .wp-block-group:nth-child(2) div > div > div {
  height: 450px;
}

.page-id-10 div#content .wp-block-group:nth-child(3),
.page-id-10 div#content .wp-block-group:nth-child(4),
.page-id-10 div#content .wp-block-group:nth-child(5),
.page-id-10 div#content .wp-block-group:nth-child(6) {
  padding: 25px;
}

.page-id-10 div#content .wp-block-group:nth-child(6) div > div > div {
  padding: 10px;
  min-height: 330px;
  text-align: center;
}

/* temporary */
.home #content > div.wp-block-group.has-background > div > div > div:nth-child(2) > div > div strong:last-of-type {
  background: url('/wp-content/themes/incentivefund/images/arrow-white.png') no-repeat;
  background-size: 14px 14px;
  background-position: right 1px;
  padding-right: 25px;
}

/* hover effects */
.btn-eligible:hover {
  color: #309C6D;
}

.btn-apply-now:hover,
#content .has-background.wp-element-button:hover {
  color: #fff !important;
  background: rgb(40,141,90) !important;
  transition: background 0.2s ease;
}

.impact {
  background: #4CB687;
  transition: background 0.2s ease;
}

.impact:hover {
  background: rgb(40,141,90) !important;
}

.how-to-apply {
  background: url(../incentivefund/images/home/how-to-apply-bg.png) top right;
  transition: filter 0.2s ease;
}

.how-to-apply:hover {
  filter: brightness(90%);
}

.hero-header-global {
  height: 460px;
}

.hero-header-white {
  margin-top: 115px;
}

.climate-change,
.job-vacancies-top {
  margin-top: 160px;
}

.step-text a {
  color: #89267F;
}

/* inner pages */
body:not(.home) .navbar .animated-icon span,
body:not(.home) .navbar .menu-text,
body:not(.home) .navbar-duplicate .animated-icon span, 
body:not(.home) .navbar-duplicate .menu-text {
  z-index: 9999;
  position: relative;
}
body:not(.home) .site-wrapper .site-content .wp-block-group:nth-child(1) {
    padding-top: 150px !important;
}

body:not(.home) .site-wrapper .site-content .wp-block-group {
  padding: 0 40px !important;
}

/* history inner */
body.page-id-164 .site-wrapper .site-content .wp-block-group {
  display: flex;
  justify-content: flex-end;
  align-items: end;
}

body.page-id-164 .site-wrapper .site-content .wp-block-group:nth-child(1) {
  padding: 0 !important;
}

body.page-id-164 .site-wrapper .site-content .hero-header-video {
  margin-bottom: 15px;
  justify-content: flex-end;
  flex-direction: column;
}

body.page-id-164 #content > div.wp-block-nk-awb.nk-awb.hero-header-video.d-flex.align-items-center > div.nk-awb-wrap-content.is-layout-flow.wp-block-awb-is-layout-flow > div > div:nth-child(2) {
  padding-left: 120px !important;
  padding-right: 200px !important;
}

body.page-id-164 #content > div:nth-child(2) > div {
  width: 100%;
}

body.page-id-164 #content > div.wp-block-nk-awb.nk-awb.hero-header-video.d-flex.align-items-center > div.nk-awb-wrap-content.is-layout-flow.wp-block-awb-is-layout-flow > div > div:nth-child(1) p {
  font-size: 26px;
  line-height: 1.2;
}

body.page-id-164 #content > div.wp-block-nk-awb.nk-awb.hero-header-video.d-flex.align-items-center > div.nk-awb-wrap-content.is-layout-flow.wp-block-awb-is-layout-flow > div > div:nth-child(2) p {
  font-size: 14px !important;
}

body.page-id-164 #content > div:nth-child(2) > div > div > div > figure img {
  width: 100% !important;
}

#content > div:nth-child(2) > div > div {
  margin-bottom: 0;
}

body.page-id-164 .site-wrapper .site-content .wp-block-group:nth-child(3) {
  background: #F3F3F3;
  padding: 40px !important;
}

body.page-id-164 .site-wrapper .site-content .wp-block-group:nth-child(3) h2 {
  text-align: center;
  font-size: 24px;
  line-height: 1.2;
}

body.page-id-164 #content > div:nth-child(4) > div {
  width: 100%;
  padding-top: 40px;
  padding-bottom: 40px;
}

body.page-id-164 #content > div:nth-child(4) > div > div {
  padding: 60px 100px;
}

body.page-id-164 #content > div:nth-child(4) > div > div p {
  font-size: 24px !important;
  line-height: 1.2;
  width: 80%;
}

/* timeline */
body.page-id-164 #sp-wp-tabs-wrapper_496 > .sp-tab__nav-tabs .sp-tab__nav-link .sp-tab__tab_title::after {
  content: "";
  width: 20px;
  height: 20px;
  background: #868686;
  position: absolute;
  display: block;
  margin-left: 30px;
  margin-top: 5px;
  border-radius: 50px;
}

body.page-id-164 #sp-wp-tabs-wrapper_496 > .sp-tab__nav-tabs .sp-tab__nav-link.sp-tab__active .sp-tab__tab_title {
  color: #89267F;
}

body.page-id-164 #sp-wp-tabs-wrapper_496 > .sp-tab__nav-tabs .sp-tab__nav-link.sp-tab__active .sp-tab__tab_title::after {
  background: #89267F;
}

body.page-id-164 #sp-wp-tabs-wrapper_496.sp-tab__lay-default > .sp-tab__tab-content .sp-tab__tab-pane {
  background: transparent !important;
  border: 0;
  padding-top: 50px;
}

body.page-id-164 #sp-wp-tabs-wrapper_496.sp-tab__lay-default > ul .sp-tab__nav-item {
  margin-right: 120px;
}

body.page-id-164 #sp-wp-tabs-wrapper_496.sp-tab__lay-default > ul .sp-tab__nav-item:last-child {
  position: absolute;
  right: 0;
  /* pointer-events: none; */
}

body.page-id-164 #sp-wp-tabs-wrapper_496.sp-tab__lay-default > ul .sp-tab__nav-item,
body.page-id-164 #sp-wp-tabs-wrapper_496.sp-tab__lay-default ul li label {
  border-top: 0;
  border-left: 0;
  border-right: 0;
  background: transparent !important;
}

body.page-id-164 #sp-wp-tabs-wrapper_496.sp-tab__lay-default ul li label.sp-tab__active {
  border-top: 0;
  border-left: 0;
  border-right: 0;
  border-color: #cecece !important;
  background: transparent !important;
}

body.page-id-164 #sp-wp-tabs-wrapper_496.sp-tab__lay-default {
  padding-left: 70px;
  padding-right: 70px;
}

body.page-id-164 .wp-block-group__inner-container {
  width: 100%;
}

body.page-id-164 .sp-tab-content {
  padding: 60px;
}

body.page-id-164 #tab-4961 .sp-tab-content {
    background: url(/wp-content/themes/incentivefund/images/phase1-2.png) no-repeat center right;
    background-size: 35%;
}

body.page-id-164 #tab-4962 .sp-tab-content {
    background: url(/wp-content/themes/incentivefund/images/phase3.png) no-repeat center right;
    background-size: 30%;
}

body.page-id-164 #tab-4963 .sp-tab-content {
    background: url(/wp-content/themes/incentivefund/images/phase4.png) no-repeat center right;
    background-size: 30%;
}

body.page-id-164 #tab-4964 .sp-tab-content {
    background: url(/wp-content/themes/incentivefund/images/phase5.png) no-repeat center right;
    background-size: 30%;
}

body.page-id-164 .sp-tab-content h3,
body.page-id-164 .sp-tab-content p {
  margin-right: 40%;
}


body.page-id-164 .sp-tab-content p:nth-child(1) {
  width: 700px;
  text-align: center;
  margin: 0 auto;
  font-size: 12px;
  line-height: 1.5;
  margin-bottom: 30px;
}

body.page-id-164 .sp-tab-content a {
  background: #4cb687;
  margin-top: 18px;
  padding: 10px 32px;
  display: inline-block;
  color: #fff;
  font-size: 12px;
  text-decoration: none;
}

body.page-id-164 .sp-tab-content a:hover {
  background-color: rgb(40,141,90) !important;
  transition: background-color 0.2s, color 0.2s;
}

/* about inner */
body:not(.home) .wp-block-column {
  padding-left: 10px;
  padding-right: 10px;
}
body:not(.home) #content h3.wp-block-heading,
.page-id-10 #content .wp-block-group:nth-child(1) h3.wp-block-heading,
.page-id-10 #content .wp-block-group:nth-child(4) h2.wp-block-heading,
.page-id-10 #content .wp-block-group:nth-child(5) h2.wp-block-heading {
  color: #89267F;
  font-size: 24px;
}

.page-id-10 #content .wp-block-group:nth-child(1) .wp-block-columns .wp-block-column:nth-child(1) .has-small-font-size {
  font-size: 16px !important;
  font-weight: 600;
  line-height: 1.2;
}

.page-id-10 #content .wp-block-group:nth-child(4) .wp-block-column:nth-child(2) {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.page-id-10 #content > div:nth-child(6) > div > div > div > div > div.nk-awb-wrap-content.is-layout-flow.wp-block-awb-is-layout-flow {
    display: flex;
    align-items: end;
    margin-bottom: 80px;
    margin-left: 25px;
    text-decoration: underline;
    color: #fff;
}

.page-id-10 #content > div:nth-child(6) > div > div > div > div > div.nk-awb-wrap-content.is-layout-flow.wp-block-awb-is-layout-flow h2 {
  font-size: 24px;
}

.page-id-10 #content > div:nth-child(4) > div > div > div.wp-block-column.animated.is-layout-flow.wp-block-column-is-layout-flow.o-anim-ready.fadeIn > div > div:nth-child(1),
.page-id-10 #content > div:nth-child(5) > div > div > div.wp-block-column.animated.fadeIn.is-layout-flow.wp-block-column-is-layout-flow.o-anim-ready > div > div:nth-child(1) {
    display: flex;
    justify-content: flex-start;
    max-width: 350px;
}

.page-id-10 #content > div:nth-child(5) > div > div > div:nth-child(2) {
    display: flex;
    justify-content: flex-end;
}

/* what we do */

.page-id-159 .flex-grow-1 {
  background: url(/wp-content/themes/incentivefund/images/what-we-do/mainbanner-bg.png) no-repeat;
  background-size: auto 100%;
  color: #fff;
}

.page-id-159 #content {

}

.page-id-159 #content h2.wp-block-heading,
.page-id-159 #content h3.wp-block-heading {
  color: #fff !important;
  margin-bottom: 20px;
}

.page-id-159 #content p {
  width: 500px;
}

.page-id-159 #content .site-wrapper {
}

.page-id-159 #content > div:nth-child(1) {
  margin-bottom: 60px;
}

.page-id-159 #content > div p:nth-child(1),
.page-id-159 #content > div:nth-child(1) p.has-small-font-size {
  font-size: 16px !important;
  line-height: 1.2;
  font-weight: 500;
}

.page-id-159 #content strong {
  font-weight: 500 !important;
}

.page-id-159 #content > div > div > div > div > div {
  border-top: 15px solid #f8d006;
}

.page-id-159 #content > div > div > div > div:nth-child(1) > figure {
  width: 90%;
}

.page-id-159 #content > div > div > div > div:nth-child(2) .wp-block-columns {
  padding-top: 20px;
  min-height: 500px;
}

/* board */
.page-id-12 #content > div.wp-block-nk-awb.nk-awb.nk-awb-with-featured-image {
  padding: 0;
}

.page-id-12 #content > div.wp-block-nk-awb.nk-awb.nk-awb-with-featured-image > div.nk-awb-wrap-content.is-layout-flow.wp-block-awb-is-layout-flow > div > div {
  padding-top: 140px;
}

.page-id-12 #boardMemberCarousel,
.page-id-12 .carousel-description,
.page-id-12 #boardMemberCarousel .carousel-images {
  align-items: flex-end;
  justify-content: space-evenly;
}

/* .page-id-12 #boardMemberCarousel img {
  max-width: 350px;
} */

.page-id-12 #boardMemberCarousel img.active {
  height: 375px;
  border: 0;
  transform: scale(1);
}

.page-id-12 #boardMemberCarousel .description-item {
  padding: 0 30px;
  width: 100%;
}

.page-id-12 #boardMemberCarousel .carousel-navigation #prevMember {
    top: 280px !important;
    position: absolute;
    color: #fff;
    left: 50px;
    font-size: 35px;
    z-index: 99999;
}

.page-id-12 #boardMemberCarousel img {
  height: 330px;
  border-radius: 0;
  border: 0;
}

.page-id-12 .carousel-description {
  margin-bottom: 30px;
  margin-top: 30px;
  display: flex;
  justify-content: center;
}

.page-id-12 #content > div:nth-child(3) {
  margin-top: 25px;
}

/* apply now */
.page-id-14 .wp-block-esab-accordion .wp-block-esab-accordion-child .esab__head,
.page-id-14 .wp-block-esab-accordion .wp-block-esab-accordion-child.esab__active_accordion .esab__head {
  background: transparent !important;
  padding-left: 0 !important;
}

.page-id-14 .wp-block-esab-accordion .wp-block-esab-accordion-child.esab__active_accordion .esab__head p {
  color: #000 !important;
}

.page-id-14 .esab__icon svg {
  width: 12px !important;
  fill: #000 !important;
}

.page-id-14 .wp-block-esab-accordion .wp-block-esab-accordion-child.esab__active_accordion .esab__body {
  background: rgb(245,245,245) !important; 
}

.page-id-14 .wp-block-esab-accordion .wp-block-esab-accordion-child,
.page-id-14 .wp-block-esab-accordion .wp-block-esab-accordion-child.esab__active_accordion .esab__body,
.page-id-14 .wp-block-esab-accordion .wp-block-esab-accordion-child.esab__active_accordion {
  border-color: transparent !important;
}

body.page-id-14 .site-wrapper .site-content .wp-block-group:nth-child(1) {
  padding: 60px 0 0 !important;
}

body.page-id-14 .site-wrapper .site-content .wp-block-group:nth-child(1) .wp-block-nk-awb {
  height: 450px;
  display: flex;
  align-items: center;
}

body.page-id-14 .site-wrapper .site-content .wp-block-group:nth-child(1) .wp-block-nk-awb .wp-block-columns {
  padding: 0 120px;
  display: block;
  position: relative;
}

body.page-id-14 .site-wrapper .site-content .wp-block-group:nth-child(1) .wp-block-nk-awb .wp-block-columns h2 {
  font-size: 24px !important;
}

body.page-id-14 .site-wrapper .site-content .wp-block-group:nth-child(1) .wp-block-nk-awb .wp-block-columns p {
  font-weight: 500;
}

body.page-id-14 .site-wrapper .site-content .wp-block-group:nth-child(2) {
  margin-top: -120px;
}

body.page-id-14 .site-wrapper .site-content .wp-block-group:nth-child(2) .simple-quiz .card {
  border-radius: 0 !important;
  background: rgb(240,240,240);
  border: 0;
}

body.page-id-14 .site-wrapper .site-content .wp-block-group:nth-child(2) .simple-quiz .card .card-header {
  background: #309C6D;
  color: #fff;
  justify-content: center;
  display: flex;
  padding: 30px 0;
  border-radius: 0;
}

body.page-id-14 .site-wrapper .site-content .wp-block-group:nth-child(2) .simple-quiz .card .card-header h2 {
  font-size: 14px;
  margin: 0 !important;
}

body.page-id-14 .site-wrapper .site-content .wp-block-group:nth-child(2) .simple-quiz.container {
  max-width: 100% !important;
}

body.page-id-14 .site-wrapper .site-content .wp-block-group:nth-child(2) .card-title {
  font-size: 16px;
  display: flex;
}

body.page-id-14 #quiz-form > div > div > div > div > div:nth-child(2) {
  margin-left: 30px !important;
}

body.page-id-14 .site-wrapper .site-content .wp-block-group:nth-child(2) .form-check {
  padding: 0;
  margin-top: 25px;
}

body.page-id-14 .site-wrapper .site-content .wp-block-group:nth-child(2) .form-check .btn {
  color: #000;
  border: 1px solid #000;
  padding: 8px 32px;
  font-size: 12px;
}

body.page-id-14 .site-wrapper .site-content .wp-block-group:nth-child(3) {
  margin: 40px 0;
}

body.page-id-14 .site-wrapper .site-content .wp-block-group:nth-child(4) .wp-block-column {
  padding: 40px;
  margin: 5px;
  position: relative;
}

.page-id-14 .site-wrapper .site-content .wp-block-group:nth-child(4) .wp-block-column span.count {
    position: absolute;
    right: 0;
    margin-right: 50px;
    font-size: 110px;
    font-weight: 700;
    color: #cecece;
    opacity: 0.4;
    top: 0;
}

body.page-id-14 .site-wrapper .site-content .wp-block-group:nth-child(4) .wp-block-nk-awb {
  padding: 0;
}

body.page-id-14 h2,
body.page-id-14 h3 {
  font-size: 18px !important;
}

body.page-id-14 .site-wrapper .site-content .wp-block-group:nth-child(5) {
  padding: 40px !important;
}

body.page-id-14 .site-wrapper .site-content .wp-block-group:nth-child(5) h3 {
  color: #000 !important;
}

body.page-id-14 .site-wrapper .site-content .wp-block-group:nth-child(5) .wp-block-column:nth-child(1) {
  padding: 0 40px;
}

/* impact */
body.page-id-17 .news-articles {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

body.page-id-17 .news-articles .wp-block-post-featured-image img {
  max-height: 220px;
}

body.page-id-17 .wp-block-post-date {
  margin-bottom: 20px;
}

body.page-id-17 .news-articles h2 {
  margin-bottom: 15px;
}

body.page-id-17 .news-articles .wp-block-post-excerpt__more-link {
  margin-top: 40px;
  color: #000;
  text-decoration: none;
}

body.page-id-17 .news-articles .wp-block-post-template {
  margin-bottom: 25px;
  border-bottom: 1px solid #000;
  padding-bottom: 25px;
}

.page-id-17 div#content .wp-block-group:nth-child(2) {
  padding: 40px;
  margin-top: 120px;
}

.page-id-17 div#content .wp-block-group:nth-child(3),
.page-id-17 div#content .wp-block-group:nth-child(4) {
  padding: 40px;
}

.news-articles,
.current-projects {
  border-top: 15px solid #868686;
  padding-top: 20px;
}

.inner-legacy-series {
  padding: 40px;
}

body.page-id-17 .wp-block-query-pagination {
  display: flex;
  justify-content: center;
  margin-bottom: 60px;
}

body.page-id-17 .wp-block-query-pagination a {
  color: #000;
  text-decoration: none;
}

body.page-id-17 #content > .wp-block-group:nth-child(3) .wp-block-column:nth-child(2) .wp-block-image img {
  min-width: 100% !important;
  width: 100% !important;
} 

body.page-id-17 #content > .wp-block-group:nth-child(4) {
  margin-bottom: 50px;
}

body .category-news figure,
body .category-news time,
body .category-news h2,
body .category-news .wp-block-post-excerpt {
  cursor: pointer !important;
}

/* inclusions */
body.page-id-19 .carousel-controls {
  position: absolute !important;
  z-index: 1;
  top: 25px;
  left: 0;
  width: 500px;
}

body.page-id-19 .carousel-controls span {
  height: 20px !important;
}

body.page-id-19 .carousel-controls a {
  color: #000 !important;
  left: 0;
}

body.page-id-19 .carousel-controls a.carousel-control-next {
  left: 30px;
}

body.page-id-19 .carousel-controls a span:nth-child(2) {
  display: none;
}

body.page-id-19 h2.wp-block-heading {
  color: #89267F;
  font-size: 24px;
}

body.page-id-19 .wp-block-media-text {
  padding: 0;
  justify-content: space-between;
  justify-items: flex-end;
}

body.page-id-19 .wp-block-media-text .wp-block-media-text__content {
  padding-left: 0;
}

body.page-id-19 .wp-block-media-text .wp-block-media-text__media img {
  width: 25px !important;
  margin-top: -15px;
}

body.page-id-19 .wp-block-nk-awb {
  padding: 20px!important;
}

body.page-id-19 .wp-block-group .wp-block-column:nth-child(1) .wp-block-group {
  padding: 40px 0 !important;
  max-width: 400px;
}

body.page-id-19 .carousel-item,
body.page-id-19 .wp-block-group .wp-block-column:nth-child(1) .wp-block-group .wp-block-column,
body.page-id-19 #inclusionCarousel {
  padding: 0 !important;
}

body.page-id-19 .slide-content ul li {
  list-style: none;
  padding: 8px 0;
  font-size: 14px;
}

body.page-id-19 .slide-content ul li::before {
  position: absolute;
  content: "";
  background: #F3D229;
  width: 18px;
  height: 4px;
  margin-left: -30px;
  margin-top: 10px;
}

body.page-id-19 .slide-image {
  position: relative;
}

body.page-id-19 .slide-title {
    position: absolute;
    bottom: 0;
    padding: 25px;
}

body.page-id-19 .slide-content .slide-image,
body.page-id-19 .slide-content .slide-image img {
  height: 280px;
  max-height: 320px;
  object-fit: cover;
  object-position: center;
}

body.page-id-19 .has-small-font-size {
  font-size: 14px !important;
}

body.page-id-19 #content > div > div > div > div:nth-child(1) > div > div > div > div > div > div.nk-awb-wrap-content.is-layout-flow.wp-block-awb-is-layout-flow > div > div > p {
  padding-right: 10px;
}

body.page-id-19 .wp-block-media-text.is-stacked-on-mobile>.wp-block-media-text__media {
  grid-row: 2 !important;
}

body.page-id-19 .flex-grow-1 {
  min-height: 1310px;
}

body.page-id-19 .wp-block-group .wp-block-column:nth-child(2) {
  display: flex;
  align-items: flex-start;
}

/* climate change */
body.page-id-410 .flex-grow-1 {
  background: url(/wp-content/themes/incentivefund/images/climate-change/CCDR-banner.png) no-repeat;
  background-size: auto 100%;
  color: #fff;
}

body.page-id-410 #content h2.wp-block-heading,
body.page-id-410 #content h3.wp-block-heading {
  color: #fff !important;
  margin-bottom: 20px;
}

body.page-id-410 #content .wp-block-column:nth-child(1) p {
  width: 800px;
}

body.page-id-410 #content > div:nth-child(1) {
  margin-bottom: 60px;
}

body.page-id-410 #content > div p:nth-child(1),
body.page-id-410 #content > div:nth-child(1) p.has-small-font-size {
  font-size: 16px !important;
  line-height: 1.2;
  font-weight: 100;
}

body.page-id-410 #content strong {
  font-weight: 500 !important;
}

body.page-id-410 #content > div > div > div > div > div {
  border-top: 15px solid #f8d006;
}

body.page-id-410 #content > div > div > div > div:nth-child(1) > figure {
  width: 90%;
}

body.page-id-410 #content > div > div > div > div:nth-child(2) .wp-block-columns {
  padding-top: 20px;
  min-height: 400px;
}

body.page-id-410 .wp-block-column:nth-child(2) p:nth-child(1) {
  font-weight: 500;
}

/* footprint or projects */

body.page-id-161 .wp-block-column:nth-child(2) {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

body.page-id-161 .wp-block-column:nth-child(2) .wp-block-post-featured-image img {
  max-height: 220px;
}

body.page-id-161 .wp-block-post-date {
  margin-bottom: 20px;
}

body.page-id-161 .wp-block-column:nth-child(2) h2 {
  margin-bottom: 15px;
}

body.page-id-161 .wp-block-column:nth-child(2) .wp-block-post-excerpt__more-link {
  margin-top: 40px;
  color: #000;
  text-decoration: none;
}

body.page-id-161 .wp-block-column:nth-child(2) .wp-block-post-template {
  margin-bottom: 25px;
  border-bottom: 1px solid #000;
  padding-bottom: 25px;
}

body.page-id-161 .wp-block-query-pagination {
  display: flex;
  justify-content: center;
  margin-bottom: 60px;
}

body.page-id-161 .wp-block-query-pagination a {
  color: #000;
  text-decoration: none;
}

body.page-id-161 #content > .wp-block-group:nth-child(3) .wp-block-column:nth-child(2) .wp-block-image img {
  min-width: 100% !important;
  width: 100% !important;
} 

body.page-id-161 #content > .wp-block-group:nth-child(4) {
  margin-bottom: 50px;
}

body.page-id-161 .wp-block-columns:nth-child(1) {
  padding: 40px 0;
}

body.page-id-161 #content > div:nth-child(2) > div > div > div:nth-child(1),
body.page-id-161 #content > div:nth-child(4) > div > div > div:nth-child(1) {
  max-width: 300px;
}

body.page-id-161 #content > div:nth-child(2) > div > div > div:nth-child(2),
body.page-id-161 #content > div:nth-child(4) > div > div > div:nth-child(2) {
  max-width: 600px;
  font-weight: 500;
}

body.page-id-161 #content > div h2 {
  font-size: 24px;
}

body.page-id-161 #content > div:nth-child(3) .wp-block-column:nth-child(1) h2,
body.page-id-161 #content > div:nth-child(4) .wp-block-column:nth-child(1) h2 {
  color: #309C6D;
}

body.page-id-161 #content > div:nth-child(3) .wp-block-column:nth-child(2) h2 {
  color: #90187F;
  font-size: 20px;
}

body.page-id-161 #content > .wp-block-group:nth-child(5) .wp-block-nk-awb {
  padding: 120px 0;
}

body.page-id-161 #content > .wp-block-group:nth-child(5) p {
  font-size: 22px;
  max-width: 400px;
  line-height: 1.2;
  margin: 0 auto 25px;
}

body.page-id-161 #content > div:nth-child(3) {
  padding-bottom: 0;
}

body.page-id-161 #content > div:nth-child(3) .wp-block-columns {
  margin-bottom: 0 !important;
  padding-bottom: 0;
}

body.page-id-161 #content > div:nth-child(4) .wp-block-columns {
  padding: 0 !important;
}

body.page-id-161 #content > div:nth-child(5) {
  padding-bottom: 30px !important;
}

body .phase-current-projects figure,
body .phase-current-projects time,
body .phase-current-projects h2,
body .phase-current-projects .wp-block-post-excerpt {
  cursor: pointer !important;
}

/* legacy */
body.page-id-426 .flex-grow-1 {
  background: url(/wp-content/themes/incentivefund/images/legacy/legacy-bg.png) no-repeat;
  background-size: 100% 100%;
  min-height: 800px;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}

body.page-id-426 .wp-block-column:nth-child(1) {
  justify-content: flex-end;
  align-items: flex-start;
  display: flex;
  flex-direction: column;
}

body.page-id-426 .wp-block-column:nth-child(1) h2 {
  font-size: 24px;
}

/* body.page-id-426 .videoContainer {
  height: 500px;
} */

/* resources */
body.page-id-424 #content {
  padding: 40px 30px !important;
}

body.page-id-424 .bg-light,
body.page-id-424 .resource-filter-sidebar,
body.page-id-424 .resource-item {
  background: transparent !important;
  border: 0 !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

body.page-id-424 .container-filter .flex-wrap .flex-fill:nth-child(1) {
  min-width: 20% !important;
}

body.page-id-424 .container-filter div div {
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  font-size: 14px;
}

body.page-id-424 .resources-container {
  justify-content: space-around;
}

body.page-id-424 .resource-filter-sidebar {
  font-size: 14px;
  position: relative;
  top: -350px;
}

body.page-id-424 .resource-filter-sidebar ul li label {
  margin-bottom: 10px;
  font-weight: 500;
}

body.page-id-424 .resource-filter-sidebar ul li ul li,
body.page-id-424 .resource-filter-sidebar ul li ul li label{
  margin: 0 !important;
  padding: 0 !important;
  font-weight: 300;
}

body.page-id-424 .resource-filter-sidebar h3 {
  position: absolute;
  margin-top: -70px;
  color: #89267F;
  font-size: 26px;
}

body.page-id-424 .resource-item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

body.page-id-424 .resources-grid {
  max-width: 70%;
}

body.page-id-424 .resource-item img.placeholder-img {
  background: #F3F3F3;
  padding: 90px 150px 15px 15px;
  max-width: 190px;
}

body.page-id-424 .resource-item img.application-grant {
  background: #F3F3F3;
  padding: 90px 150px 15px 15px;
  max-width: 190px;
}

body.page-id-424 .resource-item img.placeholder-img {
  background: #F3F3F3;
  padding: 90px 150px 15px 15px;
  max-width: 190px;
}

img.featured-image.wp-post-image {
  width: 195px;
  height: 135px;
}

body.page-id-424 .resources-info-bar {
  padding-left: 10px;
}

body.page-id-424 .resources-grid {
    height: 500px;
    overflow-y: scroll;
    margin-top: 30px;
}

/* job vacancies */
body.page-id-416 #content {
  padding: 0px 30px !important;
  margin: 160px 30px !important;
}

body.page-id-416 #content h3.wp-block-heading {
  color: #000 !important;
  margin-bottom: 30px;
  margin-top: 30px;
  margin-left: 3px;
}

body.page-id-416 #content .card {
  padding: 25px !important;
}

body.page-id-416 #content .card .card-title {
  font-size: 18px;
}

body.page-id-416 #content .card .card-text {
  font-size: 14px; 
  line-height: 1.2;
}

body.page-id-416 #content > div.wp-block-columns.is-layout-flex.wp-container-core-columns-is-layout-2.wp-block-columns-is-layout-flex > div > div > div > div > div.nk-awb-wrap-content.is-layout-flow.wp-block-awb-is-layout-flow > div {
  padding: 0;
  display: flex;
  align-items: flex-start;
}

body.page-id-416 #content > div.wp-block-columns.is-layout-flex.wp-container-core-columns-is-layout-2.wp-block-columns-is-layout-flex > div > div > div > div > div.nk-awb-wrap-content.is-layout-flow.wp-block-awb-is-layout-flow > p {
  margin-left: 55px;
  font-size: 14px;
  max-width: 200px;
}

body.page-id-416 #content > div.wp-block-columns.is-layout-flex.wp-container-core-columns-is-layout-2.wp-block-columns-is-layout-flex > div > div > div > div {
  min-height: 160px;
}

body.page-id-416 #content > div.wp-block-columns.is-layout-flex.wp-container-core-columns-is-layout-2.wp-block-columns-is-layout-flex > div > div > div > div > div.nk-awb-wrap.nk-awb-rendered {
  margin: 0;
}

body.page-id-416 #content > div.wp-block-columns.is-layout-flex.wp-container-core-columns-is-layout-2.wp-block-columns-is-layout-flex {
  margin-bottom: 24px;
}

body.page-id-416 #content > div.wp-block-columns.is-layout-flex.wp-container-core-columns-is-layout-2.wp-block-columns-is-layout-flex > div > div,
body.page-id-416 #content > div.wp-block-columns.is-layout-flex.wp-container-core-columns-is-layout-2.wp-block-columns-is-layout-flex > div,
body.page-id-416 #content > div.wp-block-columns.is-layout-flex.wp-container-core-columns-is-layout-2.wp-block-columns-is-layout-flex > div > div > div {
  padding: 0;
  margin: 0;
}

body.page-id-416 #content > div.wp-block-columns.is-layout-flex.wp-container-core-columns-is-layout-2.wp-block-columns-is-layout-flex > div > div > div:nth-child(1) > div > div.nk-awb-wrap.nk-awb-rendered > div,
body.page-id-416 #content > div.wp-block-columns.is-layout-flex.wp-container-core-columns-is-layout-2.wp-block-columns-is-layout-flex > div > div > div:nth-child(2) > div > div.nk-awb-wrap.nk-awb-rendered > div {
  margin-right: 20px;
}

body.page-id-416 #content > div.wp-block-columns.is-layout-flex.wp-container-core-columns-is-layout-2.wp-block-columns-is-layout-flex > div > div > div > div > div.nk-awb-wrap-content.is-layout-flow.wp-block-awb-is-layout-flow > div > figure {
  width: 25px;
  position: relative;
  bottom: 7px;
}

/* tenders */
body.page-id-418 #content {
  margin: 150px 70px 80px !important;
}

body:not(.home).page-id-418 .wp-block-column {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

body.page-id-418 .wp-block-column p {
  text-wrap: wrap !important;
}

body:not(.home).page-id-418 #content h3.wp-block-heading {
  color: #000 !important;
}

body:not(.home).page-id-418 .site-wrapper .site-content .wp-block-group {
  padding: 0 !important;
}

body.page-id-418 #content > div.get-in-touch > div > div > div:nth-child(1) {
  padding-right: 20px !important;
}
body.page-id-418 #content > div.get-in-touch > div > div > div:nth-child(3) {
  padding-left: 20px !important;
}

body.page-id-418 p {
  font-size: 14px;
}

body.page-id-418 #content .table-responsive thead {
  background-color: transparent !important;
  border: transparent !important;
  --bs-table-bg: transparent !important;
}

body.page-id-418 #content .table-responsive thead th,
body.page-id-418 #content .table-responsive td,
body.page-id-418 #content .table-responsive tr {
  padding: 15px;
  border: 0 !important;
}


body.page-id-418 #content .table-responsive tr {
  margin-bottom: 10px;
  border-bottom: 12px solid #fff !important;
  font-size: 14px;
}

body.page-id-418 #content .table-responsive td {
  background: #309C6D;
  color: #fff !important;
  font-size: 14px;
}

body.page-id-418 #content .pagination li span.page-link.current {
  background: #89277f !important;
  border: 0;
  border-radius: 0;
  color: #fff !important;
}

body.page-id-418 #content .pagination li.page-item {
  margin: 0 6px;
}

body.page-id-418 #content .pagination li.page-item .page-link {
  font-size: 14px !important;
  color: #000 !important;
}

body.page-id-418 h3.wp-block-heading:nth-child(4) {
  margin: 50px 0px 30px;
}

body.page-id-418 #content > div.get-in-touch > div > div > div > div > div.nk-awb-wrap-content.is-layout-flow.wp-block-awb-is-layout-flow > div {
  grid-template-columns: 8% auto !important;
  padding: 0;
}

body.page-id-418 #content > div.get-in-touch > div > div > div:nth-child(1) > div > div.nk-awb-wrap-content.is-layout-flow.wp-block-awb-is-layout-flow > div > div {
  display: flex;
  height: 45px;
  align-items: flex-start;
}

body.page-id-418 #content > div.get-in-touch > div > div > div:nth-child(1) > div > div.nk-awb-wrap-content.is-layout-flow.wp-block-awb-is-layout-flow > p {
  margin-top: -15px !important;
}
body.page-id-418 #content .nk-awb-wrap-content > p.has-link-color {
    display: block !important;
    margin-left: 65px !important;
}

body.page-id-418 #content .wp-block-nk-awb {
  min-height: 175px !important;
}

body.page-id-418 #content #wpgm-map {
  position: relative !important;
}

body.page-id-418 #content > div.get-in-touch > div > div > div > div > div.nk-awb-wrap-content.is-layout-flow.wp-block-awb-is-layout-flow > div > figure {
  width: 25px;
  position: relative;
  bottom: 7px;
}

/* map */
body.page-id-693 #content {
  margin: 150px 30px;
}

body.page-id-693 .interactive-map-details {
  margin-top: 80px;
  margin-bottom: 60px;
}

body.page-id-693 .interactive-map-details h3 {
  font-size: 24px
}

body.page-id-693 .interactive-map-details p {
  font-size: 14px;
}

body.page-id-693 .filters-container {
    background: #ECECED !important;
    padding: 25px;
    margin: 0;
    height: 360px;
    overflow-y: scroll;
}

body.page-id-693 .filters-container .box-title {
  margin-left: -5px;
  font-size: 16px;
}

body.page-id-693 #map {
  height: 580px;
}

body.page-id-693 .filters-container::-webkit-scrollbar {
  width: 12px; /* Width of the scrollbar */
  height: 12px; /* Height of the scrollbar for horizontal scrolling */
}

body.page-id-693 .filters-container::-webkit-scrollbar-thumb {
  background-color: #888; /* Color of the scrollbar thumb */
  border-radius: 6px; /* Roundness of the scrollbar thumb */
}

body.page-id-693 .filters-container::-webkit-scrollbar-thumb:hover {
  background-color: #555; /* Color when hovered */
}

body.page-id-693 .filters-container::-webkit-scrollbar-track {
  background-color: #f1f1f1; /* Color of the scrollbar track */
  border-radius: 6px; /* Roundness of the scrollbar track */
}

body.page-id-693 .filters-container h2 {
  font-size: 18px;
}

body.page-id-693 .filters-container .filters.phases .label-switch,
body.page-id-693 .filters-container .filters.sectors .label-switch {
  font-size: 14px;
  margin-left: 15px;
}

body.page-id-693 .filters-container .filters.sectors .label-switch input {
  margin-left: 8px;
}

body.page-id-693 .filters-container .filters.phases .label-switch img {
  position: absolute;
  left: 0;
  margin-left: -20px;
  margin-top: 5px;
}

body.page-id-693 .filters-container .filters.sectors .label-switch img {
  position: absolute;
  left: 0;
  margin-left: -25px;
  margin-top: -3px;
}

body.page-id-693 .label-switch input[type=checkbox]:checked+.checkbox {
  background: #309C6D !important;
  height: 20px;
  width: 40px;
}

body.page-id-693 .label-switch .checkbox {
  width: 40px;
  height: 20px;  
  background: #868686;
}
body.page-id-693 .label-switch .checkbox:before {
  width: 15px;
  height: 14px;
}
body.page-id-693 .label-switch input[type=checkbox]+.checkbox:after {
  color: #fff !important;
  background: #fff !important;
  height: 14px;
  width: 15px;
}

body.page-id-693 #content .filters-container .filters.phases .switch-container> label > img {
  width: 9px !important;
}

body.page-id-693 .filters-container .label-switch .sectors img {
  width: 22px !important;
}

body.page-id-693 .filters-container .label-switch div {
  position: relative;
}

body.page-id-693 .project-info h3 {
  line-height: 0.6 !important;
  margin-bottom: 25px;
}

body.page-id-693 .project-info h3 a {
  color: #000 !important;
  text-decoration: none;
  font-size: 16px;
}

/* Custom styling for the modal background */
#legacy {
  background: #F3F3F3 0% 0% no-repeat padding-box !important;
  padding: 20px; /* Adjust padding as needed */
  border-radius: 0 !important; /* Optional: Add some border radius for aesthetics */
}

#legacy .card {
  border-radius: 0 !important;
  background-color: transparent;
  border: none;
}

/* Make the modal body scrollable */
#legacy .modal-body {
  max-height: none;
  overflow-y: scroll !important;
  height: 500px;
  max-width: none;
  display: block;
}


/* Make scrollbar always visible */
#legacy .modal-body::-webkit-scrollbar {
  width: 5px; /* Adjust scrollbar width */
}

#legacy .modal-body::-webkit-scrollbar-thumb {
  background-color: #868686; /* Color of the scrollbar thumb */
  /* border-radius: 10px; Rounded corners for scrollbar thumb */
}

#legacy .modal-body::-webkit-scrollbar-track {
  background-color: #f3f3f3; /* Background of the scrollbar track */
}

#legacy h5.card-title {
  font-size: 14px;
  font-weight: 700;
}

#legacy .modal-header p {
  font-size: 13px;
  width: 350px;
}

#legacy p.card-text {
  font-size: 12px;
}

#legacy img.card-img-top {
  border-radius: 0 !important;
}

.listViewModal .play-btn {
  left: 70px;
  margin-top: 70px;
}

.page-id-693 .news-articles, .current-projects {
  border-top: 0;
  padding-top: 0;
}

/* Tenders */
#tenders {
  font-family: Arial, sans-serif;
  padding: 20px;
  background-color: #F3F3F3;
  margin-bottom: 10px;
}

#tenders .left, #tenders .right {
  width: 50%;
  padding: 10px;
  box-sizing: border-box;
}

#tenders strong {
  font-weight: 700 !important;
}

body.page-id-424 .d-flex.flex-wrap h3 {
  color: #89267F;
  font-size: 26px;
}

body.page-id-424 .d-flex.flex-wrap {
  align-items: flex-start;
}

body.page-id-424 .sort-by {
  margin-left: 50px;
}

body.page-id-424 p {
  display: block; 
  margin-bottom: 5px; 
  word-wrap: break-word; 
  white-space: normal;
}

body.page-id-424 .flex-columns {
  min-width: calc(33.33% - 10px); margin: 5px;
}

#resource-2-column {
  min-width: calc(33.33% - 10px); 
  word-wrap: break-word; 
  white-space: normal; 
  width: 30%; 
  margin-top: 10px
}

.page-id-418 .newsModal.show {
  background-color: #96969678;
}

h2#resources {
  position: absolute;
  left: 29%;
}

div#resources-grant .resource-item {
  align-items: flex-start;
}

div#vide-description {
  overflow-x: hidden;
}

/* Global scrollbar styles */
* {
  scrollbar-width: thin;  /* Firefox */
  scrollbar-color: #39393996 #f1f1f1; /* Thumb and track color */
}

/* WebKit-based browsers (Chrome, Edge, Safari) */

/* Hide scrollbar by default */
::-webkit-scrollbar {
  width: 0px;
  height: 0px;
}

/* ::-webkit-scrollbar {
  width: 10px;
  height: 10px;
} */

::-webkit-scrollbar-track {
  background: #f1f1f1; /* Track background */
  border-radius: 10px;
  box-shadow:none; 
}

::-webkit-scrollbar-thumb {
  background: #888; /* Thumb color */
  border-radius: 10px;
}

::-webkit-scrollbar-thumb:hover {
  background: gray; 
  border-radius: 10px;
}

/* Show scrollbar when hovering over scrollable content */
*:hover::-webkit-scrollbar {
  width: 5px !important;
  height: 5px !important;
}
