/* GANTRY5 DEVELOPMENT MODE ENABLED.
 *
 * WARNING: This file is automatically generated by Gantry5. Any modifications to this file will be lost!
 *
 * For more information on modifying CSS, please read:
 *
 * http://docs.gantry.org/gantry5/configure/styles
 * http://docs.gantry.org/gantry5/tutorials/adding-a-custom-style-sheet
 */

@charset "UTF-8";
/* @import "helium/particles/onepage-menu"; */
/* Solid */
@font-face {
  font-family: "Font Awesome 6 Free";
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  /* key line */
  src: url('../../../../media/vendor/fontawesome-free/webfonts/fa-solid-900.woff2?v=4a6591') format("woff2");
}
/* Brands */
@font-face {
  font-family: "Font Awesome 6 Brands";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('../../../../media/vendor/fontawesome-free/webfonts/fa-brands-400.woff2?v=cbcf42') format("woff2");
}
/* Reserve space from attributes; kill baseline jiggle */
img[width][height] {
  display: block;
  max-width: 100%;
  aspect-ratio: attr(width number) / attr(height number);
}
.g-error #g-header .g-content {
  text-align: start;
  margin: 0.625rem;
  padding: 0.938rem;
}
/* If a specific badge has fixed pixel target, make a fixed slot */
.funder-emblem {
  width: 300px;
  aspect-ratio: 4.9180327869;
}
.funder-emblem > img {
  width: 100%;
  height: auto;
  object-fit: contain;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.bg-dark-green {
  background-color: #055B29 !important;
}
.bg-light-green {
  background-color: #63A330 !important;
}
.bg-primary-blue {
  background-color: #0092D8 !important;
}
.bg-secondary-blue {
  background-color: #587c97 !important;
}
.w-80 {
  width: 80%;
}
@media screen and (max-width: 991px) {
  .w-80 {
    width: 100%;
  }
}
.modal.show .modal-dialog {
  transform: none;
  min-height: unset;
}
.intro {
  font-size: calc(0.96rem + 0.72vw);
  font-weight: 500;
  font-variant: all-small-caps;
}
@media (min-width: 1200px) {
  .intro {
    font-size: 1.5rem;
  }
}
.lead {
  font-size: calc(0.935rem + 0.42vw);
  font-weight: 600;
  line-height: 1.6;
  color: #2c3e50;
  margin-bottom: 3.5rem;
  font-style: italic;
}
@media (min-width: 1200px) {
  .lead {
    font-size: 1.25rem;
  }
}
*:focus-visible {
  outline: -webkit-focus-ring-color auto 1px;
  outline-offset: 4px;
}
cite {
  font-size: 0.9rem;
  color: #63A330;
}
.border-primary {
  border-color: #CF9E3F !important;
}
.btn-secondary {
  font-family: "Barlow";
  font-weight: 600;
  font-size: 0.8rem;
  line-height: 1.15;
  letter-spacing: 0.1rem;
  text-transform: uppercase;
  background: #63a330;
  color: #ffffff;
  border: 1px solid transparent;
  vertical-align: middle;
  text-shadow: none;
  transition: all 0.2s;
}
.btn-secondary:hover, .btn-secondary:active, .btn-secondary:focus {
  background: #4b7c24;
  color: #ffffff;
}
.linkedin-feed.sociablelkit, .mod-articles-items.mod-articles-grid {
  margin-left: 0;
  padding: 0;
}
.mod-articles-item-content figure {
  margin: 0;
  height: 150px;
  width: 100%;
}
.mod-articles-item-content figure img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
#g-skip {
  position: absolute;
  /* takes it out of normal flow */
  top: 0;
  left: 0;
  height: 0;
  /* no height = no white-space */
  margin: 0;
  padding: 0;
  overflow: visible;
  /* so child .skip-link can show */
  z-index: 1000;
  /* When any child element receives focus, slide the container down (e.g. 70px)
  &:focus-within {
    transform: translateY(0); // Adjust as needed for your fixed nav height
  }*/
}
#g-skip .g-content {
  margin: 0.75rem;
  padding: 0;
  text-align: center;
}
#g-skip .g-content a.skip-link {
  position: absolute;
  top: -6rem;
  padding: 0.5em 1em;
  text-decoration: none;
  border-radius: 0.25rem;
  transition: top 0.4s ease-in-out;
  color: #ffffff;
  background-color: #055B29;
}
#g-skip .g-content a.skip-link:focus, #g-skip .g-content a.skip-link:focus-visible {
  top: 1.5rem;
}
#g-skip .g-content a.skip-link:hover {
  background-color: #088b3f;
}
html, body {
  height: 100%;
  margin: 0;
  line-height: 1.4;
  display: flex;
  flex-direction: column;
  font-size: calc(0.91rem + 0.12vw);
  font-family: "Montserrat", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-kerning: normal;
  font-feature-settings: "kern" 1;
  letter-spacing: 0.008em;
}
@media (min-width: 1200px) {
  html, body {
    font-size: 1rem;
  }
}
main {
  flex: 1;
}
@media only all and (min-width: 60rem) and (max-width: 74.99rem) {
  .row {
    margin-left: 0;
    margin-right: 0;
  }
}
#g-page-surround {
  overflow: unset;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}
#g-container-main {
  flex: 1;
}
h1, h2, h3, h4, h5, h6 {
  font-family: "Barlow", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-weight: 500;
  font-kerning: normal;
  font-feature-settings: "kern" 1;
  letter-spacing: 0.012em;
}
h1 {
  font-size: calc(1.11rem + 2.52vw);
}
@media (min-width: 1200px) {
  h1 {
    font-size: 3rem;
  }
}
h1 img {
  display: inline-block;
  width: auto;
}
h2 {
  font-size: calc(1.04rem + 1.68vw);
}
@media (min-width: 1200px) {
  h2 {
    font-size: 2.3rem;
  }
}
h3 {
  font-size: calc(0.98rem + 0.96vw);
}
@media (min-width: 1200px) {
  h3 {
    font-size: 1.7rem;
  }
}
h4 {
  font-size: calc(0.92rem + 0.24vw);
}
@media (min-width: 1200px) {
  h4 {
    font-size: 1.1rem;
  }
}
.page-title .hero-overlay img {
  filter: drop-shadow(0 1px 1px rgba(0, 0, 0, 0.4)) drop-shadow(0 2px 3px rgba(0, 0, 0, 0.3)) drop-shadow(0 4px 6px rgba(0, 0, 0, 0.15)) drop-shadow(0 8px 12px rgba(0, 0, 0, 0.08)) drop-shadow(0 -1px 1px rgba(255, 255, 255, 0.2));
}
/*p a {
  display: inline-block;
  position: relative;
  font-weight: 400;
  transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transform: scale(1);

  &::before {
    content: "";
    position: absolute;
    top: 50%; left: 50%;
    width: 100%; height: 100%;
    border: 1px solid $secondary-beige;
    opacity: 0;
    transform: translate(-50%, -50%) scale(0.7);
    transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94), opacity 0.5s ease;
    pointer-events: none;
  }

  &:hover {
    transform: scale(0.95);

    &::before {
      opacity: 1;
      transform: translate(-50%, -50%) scale(1.05);
    }
  }
}*/
#g-navigation .g-main-nav .g-toplevel > li > a.g-menu-item-container .g-menu-parent-indicator {
  vertical-align: middle;
}
#g-navigation {
  box-shadow: 0 2px 2px -2px rgba(0, 0, 0, 0.2);
}
#g-navigation #grid-toggler {
  position: absolute;
  height: 100%;
  top: 0;
}
#g-navigation #grid-toggler .g-offcanvas-toggle {
  position: absolute;
  top: 50%;
  left: 2rem;
  transform: translateY(-50%);
  height: auto;
  width: auto;
}
#g-navigation .g-grid #logo-9608-particle.g-content {
  padding: 0 0.938rem;
  margin: 0.3rem 0.625rem;
}
margin: 0.625rem;
padding: 0.938rem;
@media (max-width: 59.938rem) {
  #g-navigation .g-grid #logo-9608-particle {
    text-align: center;
  }
}
#g-navigation .g-grid #menu-8011-particle.g-content {
  padding: 0 0.625rem 0 0;
  margin: 0 0.938rem 0 0;
  height: 100%;
}
#g-navigation .g-grid #menu-8011-particle.g-content .g-main-nav {
  display: flex;
  align-items: center;
  height: 100%;
  justify-content: end;
}
@media only screen and (max-width: 59.938rem) {
  #g-navigation .g-grid #menu-8011-particle.g-content .g-main-nav {
    justify-content: center;
  }
}
#g-navigation .g-grid #menu-8011-particle.g-content .g-main-nav .g-menu-item-container {
  font-weight: 600;
  font-size: 1.2rem;
  line-height: 1.7;
}
#g-navigation .g-grid #menu-8011-particle.g-content .g-main-nav .g-menu-item-container .fa {
  font-size: 2rem;
  vertical-align: sub;
}
#g-navigation .g-grid #menu-8011-particle.g-content .g-main-nav .g-menu-item-container .g-menu-item-content::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 2px;
  height: 2px;
  width: 0;
  background-color: rgba(5, 91, 41, 0.5);
  transition: width 0.3s ease-in-out;
}
#g-navigation .g-grid #menu-8011-particle .g-main-nav .g-toplevel > li.linked-in a {
  color: #0077B5;
}
#g-navigation .g-grid #menu-8011-particle .g-main-nav .g-toplevel > li.linked-in a:hover {
  color: rgba(6, 91, 41, 0.7);
}
#g-navigation .g-grid #menu-8011-particle .g-main-nav .g-toplevel > li.g-menu-item:hover > .g-menu-item-container {
  color: rgba(6, 91, 41, 0.7);
}
#g-navigation .g-grid #menu-8011-particle .g-main-nav .g-toplevel > li.g-menu-item:hover > .g-menu-item-container > .g-menu-item-content::after {
  width: 45%;
}
#g-navigation .g-grid #menu-8011-particle .g-main-nav .g-toplevel > li.g-menu-item:hover > .g-menu-item-container > .g-selected {
  color: rgba(6, 91, 41, 0.7);
}
#g-navigation .g-grid #menu-8011-particle .g-main-nav .g-toplevel > li.active > .g-menu-item-container > .g-menu-item-content {
  color: #587c97;
  font-weight: 700;
  box-shadow: none;
}
#g-navigation .g-grid #menu-8011-particle .g-main-nav .g-toplevel > li.active > .g-menu-item-container > .g-menu-item-content::after {
  bottom: 2px;
  height: 2px;
  width: 45%;
  background-color: rgba(88, 124, 151, 0.5);
}
#g-mainbar {
  padding: 0 0 3rem 0;
}
#g-mainbar .container > .row {
  --bs-gutter-x: 0;
}
.hero-container {
  display: flex;
  position: relative;
  align-items: center;
}
/* Left Column: Green Text Box */
.hero-text {
  background-color: #055B29;
  color: #fff;
  padding: 20px;
  position: relative;
  z-index: 2;
  margin-right: -80px;
  display: flex;
  flex-direction: column;
  box-shadow: rgba(50, 50, 93, 0.15) 0px -2px 4px -1px, rgba(50, 50, 93, 0.25) 0px 3px 6px -1px, rgba(0, 0, 0, 0.3) 0px 2px 4px -1px;
  transition: box-shadow 0.25s ease-in-out, transform 0.25s ease-in-out;
}
.hero-text p {
  font-size: calc(0.935rem + 0.42vw);
  color: #fff;
}
@media (min-width: 1200px) {
  .hero-text p {
    font-size: 1.25rem;
  }
}
/* Right Column: Image */
.hero-image {
  flex: 1 1 auto;
  /* allow it to grow and shrink naturally */
  position: relative;
  z-index: 1;
  overflow: hidden;
  box-shadow: rgba(50, 50, 93, 0.15) 0px -2px 4px -1px, rgba(50, 50, 93, 0.25) 0px 3px 6px -1px, rgba(0, 0, 0, 0.3) 0px 2px 4px -1px;
  transition: box-shadow 0.25s ease-in-out, transform 0.25s ease-in-out;
}
.hero-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
/* Button styling */
.hero-btn {
  background-color: #fff;
  color: #055B29;
  padding: 0.75rem 1.5rem;
  text-decoration: none;
  display: inline-block;
  font-weight: 500;
  text-align: center;
  line-height: 1;
  align-self: center;
  box-shadow: rgba(50, 50, 93, 0.15) 0px -2px 4px -1px, rgba(50, 50, 93, 0.25) 0px 3px 6px -1px, rgba(0, 0, 0, 0.3) 0px 2px 4px -1px;
  transition: box-shadow 0.25s ease-in-out, transform 0.25s ease-in-out;
  transform: translateY(0px);
  transition: transform 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.hero-btn:hover {
  box-shadow: none;
  outline: 1px solid white;
  background: #055B29;
  color: #fff;
  transform: translateY(-4px);
  box-shadow: 0 4px 16px var(--card-shadow);
}
#g-header {
  padding: 0;
  overflow: clip;
}
.about-tcforbe #g-header {
  background-color: #63A330;
  overflow: clip;
}
.publications #g-header {
  background-color: #0092D8;
  overflow: clip;
}
.media-centre #g-header {
  background-color: #587c97;
  overflow: clip;
}
.cls-1, .cls-2, .cls-3, .cls-4, .cls-5, .cls-6, .cls-7, .cls-9, .cls-8 {
  fill: #fff;
  stroke-width: 4;
  stroke: #CF9E3F;
}
#sister-projects + div .card, #partners + p + div .card {
  color: #0092D8;
  height: 100%;
  background: #fff;
  border: none;
  border: 1px solid transparent;
  border-left: 4px solid transparent;
  border-radius: 0;
  box-shadow: rgba(50, 50, 93, 0.15) 0px -2px 4px -1px, rgba(50, 50, 93, 0.25) 0px 3px 6px -1px, rgba(0, 0, 0, 0.3) 0px 2px 4px -1px;
  overflow: hidden;
  transition: all 0.5s ease;
  cursor: pointer;
}
#sister-projects + div .card:focus-visible, #sister-projects + div .card:hover, #partners + p + div .card:focus-visible, #partners + p + div .card:hover {
  transform: translateY(-6px);
  box-shadow: rgba(50, 50, 93, 0.25) 0px -4px 8px -2px, rgba(50, 50, 93, 0.35) 0px 6px 12px -4px, rgba(0, 0, 0, 0.4) 0px 4px 8px -4px;
  border: 1px solid #0092D8;
  border-left: 4px solid #0092D8;
  background: rgba(0, 124, 145, 0.05);
  background: linear-gradient(to bottom, rgba(0, 146, 216, 0.05) 0%, rgba(0, 146, 216, 0.15) 80%);
}
#sister-projects + div .card:after, #partners + p + div .card:after {
  content: "+";
  position: absolute;
  bottom: 0;
  right: 0;
  font-size: 1.4rem;
  opacity: 0;
  transform: translateX(-40px);
  transition: opacity 0.3s ease, transform 0.3s ease;
  pointer-events: none;
  font-family: "Font Awesome 6 Free";
  font-weight: 700;
}
#sister-projects + div .card:hover::after, #sister-projects + div .card:focus-within::after, #partners + p + div .card:hover::after, #partners + p + div .card:focus-within::after {
  opacity: 1;
  transform: translateX(-5px);
}
#sister-projects + div .card .card-body, #partners + p + div .card .card-body {
  max-width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
#sister-projects + div .card .card-body img, #partners + p + div .card .card-body img {
  display: block;
  width: auto;
  max-width: 100%;
  max-height: 100%;
  height: auto;
  object-fit: contain;
}
#menu-8085-particle .g-main-nav .g-toplevel > li {
  display: block;
}
#g-aside .g-content {
  margin: 0;
  padding: 0;
}
.g-onepage-menu .nav {
  flex-direction: column;
  border-radius: 0;
}
.g-onepage-menu .nav li {
  padding: 0;
  margin: 0;
  text-underline-offset: 4px;
}
.g-onepage-menu .nav li a {
  transition: all, 0.2s cubic-bezier(0.4, 0, 1, 1);
  font-family: "Barlow";
  font-weight: 500;
}
.g-onepage-menu .nav li a:hover {
  border-left: 5px solid #0092D8;
}
/* When #about is targeted, style its corresponding nav link */
.g-container:has(#about:target) .g-onepage-menu a[href="#about"], .g-container:has(#partners:target) .g-onepage-menu a[href="#partners"], .g-container:has(#research-activities:target) .g-onepage-menu a[href="#research-activities"], .g-container:has(#learning-alliances:target) .g-onepage-menu a[href="#learning-alliances"], .g-container:has(#sister-projects:target) .g-onepage-menu a[href="#sister-projects"] {
  border-left-color: #007bff;
  /* Replace with your primary blue */
}
/* Card Container */
.single-blog {
  background-color: #fff;
  border: 1px solid #ddd;
  overflow: hidden;
  margin-bottom: 20px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
/* Hover effect on card */
.single-blog:hover {
  transform: translateY(-5px);
  box-shadow: rgba(50, 50, 93, 0.25) 0px -4px 8px -2px, rgba(50, 50, 93, 0.35) 0px 6px 12px -4px, rgba(0, 0, 0, 0.4) 0px 4px 8px -4px;
}
/* Blog image styling */
.blog-img img {
  display: block;
  width: 100%;
  height: auto;
  /* Alternatively, set a fixed height and use object-fit: cover; */
}
/* Content area styling */
.blog-content {
  padding: 15px;
}
/* Blog title styling */
.blog-title h4 {
  font-size: 1.2em;
  line-height: 1.5;
  margin: 0;
  padding: 10px 0;
}
/* Link styling within the title */
.blog-title h4 a {
  text-decoration: none;
  transition: color 0.3s ease;
}
.blog-title h4 a:hover {
  color: #0092d8;
  /* Navigation hover colour */
  text-decoration: underline;
}
#g-footer .g-content {
  display: flex;
  justify-content: flex-end;
  height: 100%;
}
#g-footer .g-content .platform-content {
  display: flex;
  align-items: end;
}
#g-footer .g-content .funders {
  font-size: 0.8125rem;
  line-height: 1.25rem;
}
#g-footer .g-content .funders #funding a {
  color: white;
}
#g-footer .g-content .funders #funding a:hover {
  color: rgba(255, 255, 255, 0.8);
}
#g-footer .g-content .g-copyright {
  display: flex;
  align-items: end;
  gap: 1rem;
  margin-bottom: 1rem;
  text-align: end;
}
#g-footer .g-content .g-copyright img.project-logo {
  margin-left: 1rem;
  width: 60px;
  height: auto;
}
#g-footer .g-content .g-copyright p {
  margin: 0;
}
@media only all and (max-width: 59.99rem) {
  div.modal.fade {
    top: 10px;
  }
}
/* ========== SUB-SECTION HEADINGS ========== */
.publications h2.my-3, .publications h3.mt-5 {
  display: inline-block;
  padding-bottom: 0.25rem;
  margin-top: 2rem;
  margin-bottom: 1rem;
  colour: #333;
}
/* ========== CARDS ========== */
.publications .card {
  background: #fff;
  border: none;
  border: 1px solid transparent;
  border-left: 4px solid transparent;
  border-radius: 0;
  box-shadow: rgba(50, 50, 93, 0.15) 0px -2px 4px -1px, rgba(50, 50, 93, 0.25) 0px 3px 6px -1px, rgba(0, 0, 0, 0.3) 0px 2px 4px -1px;
  overflow: hidden;
  transition: transform 0.5s ease, box-shadow 0.5s ease, border-color 0.5s ease;
}
.publications .card:after {
  content: "";
  position: absolute;
  bottom: 0.5rem;
  right: 0.5rem;
  font-size: 1.4rem;
  opacity: 0;
  transform: translateX(-40px);
  transition: opacity 0.3s ease, transform 0.3s ease;
  pointer-events: none;
  font-family: "Font Awesome 6 Free";
  font-weight: 700;
}
.publications .card:hover::after, .publications .card:focus-visible::after {
  opacity: 1;
  transform: translateX(-5px);
}
.publications .card.border-primary::after {
  content: unset;
}
.publications .card:hover {
  transform: translateY(-6px);
  box-shadow: rgba(50, 50, 93, 0.25) 0px -4px 8px -2px, rgba(50, 50, 93, 0.35) 0px 6px 12px -4px, rgba(0, 0, 0, 0.4) 0px 4px 8px -4px;
  border: 1px solid #0092D8;
  border-left: 4px solid #0092D8;
  background: rgba(0, 124, 145, 0.05);
}
/* accent the project-leaflet card */
.publications .card.border-primary {
  background: rgba(0, 124, 145, 0.05);
  border-left-color: #CF9E3F;
}
/* ========== CARD CONTENT ========== */
.publications .card-body {
  padding: 1.5rem;
  display: flex;
  flex-direction: column;
}
.publications .card-title {
  color: #0092D8;
  text-decoration: none;
  position: relative;
  display: inline-block;
  transition: colour 0.5s ease;
  margin-top: 0;
}
.publications .card-title span {
  position: relative;
  display: inline-block;
}
.publications .card-title span::after {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 0;
  height: 2px;
  background: #0092D8;
  transition: width 0.5s ease;
}
.publications a:hover .card-title span::after, .publications a:focus-visible .card-title span::after {
  width: 75%;
}
.publications .card-text {
  color: #747373;
}
/* ========== ANIMATION KEYFRAMES ========== */
@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.news-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(225px, 1fr));
  gap: 1.5rem;
  padding: 1.5rem;
}
.related-articles-sidebar .news-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(225px, 1fr));
  gap: 1.5rem;
  padding: 1.5rem 1.5rem 1.5rem 0;
}
.news-card {
  border-radius: 0;
  box-shadow: rgba(50, 50, 93, 0.15) 0px -2px 4px -1px, rgba(50, 50, 93, 0.25) 0px 3px 6px -1px, rgba(0, 0, 0, 0.3) 0px 2px 4px -1px;
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  position: relative;
  /* establish a positioning context */
  overflow: hidden;
}
.news-card:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border: 1px solid transparent;
  border-bottom: 4px solid transparent;
  border-radius: inherit;
  /* match whatever rounding your card has */
  pointer-events: none;
  /* don’t block clicks */
  transition: border-color 0.2s ease;
}
.news-card__link {
  text-decoration: none;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.news-card__link__row {
  flex-direction: row;
}
.news-card__link:after {
  content: "";
  position: absolute;
  bottom: 0.5rem;
  right: 0.5rem;
  font-size: 1.4rem;
  opacity: 0;
  transform: translateX(-40px);
  transition: opacity 0.3s ease, transform 0.3s ease;
  pointer-events: none;
  font-family: "Font Awesome 6 Free";
  font-weight: 700;
}
.news-card__link:hover::after, .news-card__link:focus-within::after, .news-card__link:focus-visible::after {
  opacity: 1;
  transform: translateX(-5px);
}
.news-card__figure {
  margin: 0;
  width: 100%;
  padding-top: 56.25%;
  position: relative;
}
.news-card__figure .news-card__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.news-card__body {
  padding: 1rem;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}
.news-card__title {
  font-size: calc(0.94rem + 0.48vw);
  font-weight: bold;
  color: inherit;
  margin: 0 0 1rem;
  line-height: 1.3;
  position: relative;
  text-decoration: none;
  display: inline-block;
  transition: colour 0.5s ease;
}
@media (min-width: 1200px) {
  .news-card__title {
    font-size: 1.3rem;
  }
}
.news-card__title__lead {
  font-size: calc(0.99rem + 1.08vw);
  position: relative;
  color: #055B29;
}
@media (min-width: 1200px) {
  .news-card__title__lead {
    font-size: 1.8rem;
  }
}
.news-card__title__lead:after {
  content: "";
  position: absolute;
  left: 0;
  width: 0%;
  height: 2px;
  background: #055B29;
  transition: width 0.5s ease;
  bottom: -12%;
}
.news-card__title__lead:hover::after, .news-card__title__lead:focus-visible::after {
  width: 55%;
}
.news-card__title:hover {
  color: inherit;
}
.news-card__title:after {
  content: "";
  position: absolute;
  left: 0;
  width: 0%;
  height: 2px;
  background: #0092D8;
  transition: width 0.5s ease;
  bottom: -0.5rem;
}
.news-card__title:hover::after, .news-card__title:focus-visible::after {
  width: 75%;
}
.news-card__excerpt {
  flex-grow: 1;
  font-size: 0.95rem;
  color: #555;
  margin: 0;
}
.news-card:hover, .news-card:focus-within {
  transform: translateY(-4px);
  box-shadow: rgba(50, 50, 93, 0.25) 0px -4px 8px -2px, rgba(50, 50, 93, 0.35) 0px 6px 12px -4px, rgba(0, 0, 0, 0.4) 0px 4px 8px -4px;
  background: rgba(0, 124, 145, 0.05);
  background: linear-gradient(to bottom, rgba(0, 146, 216, 0.05) 0%, rgba(0, 146, 216, 0.15) 80%);
}
.news-card:hover:after, .news-card:focus-within:after {
  border-color: #0092D8;
}
.news-card:hover.lead-card:after, .news-card:focus-within.lead-card:after {
  border-color: #055B29;
}
.news-card:hover .news-card__title::after, .news-card:focus-within .news-card__title::after {
  width: 75%;
}
.news-card:hover .news-card__title__lead::after, .news-card:focus-within .news-card__title__lead::after {
  width: 55%;
}
.news-card.lead-card:hover, .news-card.lead-card:focus-within {
  background: rgba(5, 91, 41, 0.05);
  background: linear-gradient(to bottom, rgba(5, 91, 41, 0.05) 0%, rgba(5, 91, 41, 0.15) 80%);
}
.news-card.lead-card .item-image {
  height: 100%;
}
.btn-modal {
  background-color: #0092D8;
  /* secondary-beige */
  color: #fff;
  /* primary-dark-green */
  border: 1px solid #0092D8;
  padding: 0.75rem 1.5rem;
  font-weight: 700;
  font-size: 18px;
  text-decoration: none;
  display: inline-block;
  line-height: 1;
  box-shadow: rgba(50, 50, 93, 0.15) 0px -2px 4px -1px, rgba(50, 50, 93, 0.25) 0px 3px 6px -1px, rgba(0, 0, 0, 0.3) 0px 2px 4px -1px;
  transition: box-shadow 0.25s ease, transform 0.25s ease, background-color 0.2s ease, color 0.2s ease;
  text-align: center;
  letter-spacing: 0.03rem;
}
.btn-modal:hover {
  background-color: #ffffff;
  /* primary-dark-green */
  color: #0092D8;
  /* white */
  transform: translateY(-2px);
  border-color: #0092D8;
  box-shadow: rgba(50, 50, 93, 0.25) 0px -4px 8px -2px, rgba(50, 50, 93, 0.35) 0px 6px 12px -4px, rgba(0, 0, 0, 0.4) 0px 4px 8px -4px;
}
.hero-banner {
  position: relative;
  overflow: visible;
}
.hero-image-container {
  position: relative;
  overflow: visible;
}
.hero-image-container .hero-overlay {
  position: absolute;
  top: -100px;
  right: 20px;
  width: 500px;
  height: 500px;
  transform: rotate(14deg);
  z-index: 1;
  opacity: 0.35;
}
#focus .row .card, #approach .row .card {
  height: 100%;
  background: #fff;
  border: none;
  border: 1px solid transparent;
  border-left: 4px solid transparent;
  border-radius: 0;
  box-shadow: rgba(50, 50, 93, 0.15) 0px -2px 4px -1px, rgba(50, 50, 93, 0.25) 0px 3px 6px -1px, rgba(0, 0, 0, 0.3) 0px 2px 4px -1px;
  overflow: hidden;
  transition: all 0.5s ease;
}
#focus .row .card:focus-visible, #focus .row .card:hover, #approach .row .card:focus-visible, #approach .row .card:hover {
  transform: translateY(-6px);
  box-shadow: rgba(50, 50, 93, 0.25) 0px -4px 8px -2px, rgba(50, 50, 93, 0.35) 0px 6px 12px -4px, rgba(0, 0, 0, 0.4) 0px 4px 8px -4px;
  border: 1px solid #63A330;
  border-left: 4px solid #63A330;
  background: rgba(99, 163, 48, 0.05);
}
#approach .row .card.fa-bg, #focus .row .card.card- {
  position: relative;
  overflow: hidden;
  background-color: #fff;
}
#approach .row .card.fa-bg.participatory:focus-visible, #approach .row .card.fa-bg.participatory:hover, #focus .row .card.card-.participatory:focus-visible, #focus .row .card.card-.participatory:hover {
  transform: translateY(-6px);
  box-shadow: rgba(50, 50, 93, 0.25) 0px -4px 8px -2px, rgba(50, 50, 93, 0.35) 0px 6px 12px -4px, rgba(0, 0, 0, 0.4) 0px 4px 8px -4px;
  border: 1px solid #055B29;
  border-left: 4px solid #055B29;
  background: rgba(5, 91, 41, 0.05);
  background: linear-gradient(to bottom, rgba(5, 91, 41, 0.05) 0%, rgba(5, 91, 41, 0.15) 80%);
}
#approach .row .card.fa-bg.transdisciplinary:focus-visible, #approach .row .card.fa-bg.transdisciplinary:hover, #focus .row .card.card-.transdisciplinary:focus-visible, #focus .row .card.card-.transdisciplinary:hover {
  transform: translateY(-6px);
  box-shadow: rgba(50, 50, 93, 0.25) 0px -4px 8px -2px, rgba(50, 50, 93, 0.35) 0px 6px 12px -4px, rgba(0, 0, 0, 0.4) 0px 4px 8px -4px;
  border: 1px solid #0092D8;
  border-left: 4px solid #0092D8;
  background: rgba(0, 146, 216, 0.05);
  background: linear-gradient(to bottom, rgba(0, 146, 216, 0.05) 0%, rgba(0, 146, 216, 0.15) 80%);
}
#approach .row .card.fa-bg.telecoupled:focus-visible, #approach .row .card.fa-bg.telecoupled:hover, #focus .row .card.card-.telecoupled:focus-visible, #focus .row .card.card-.telecoupled:hover {
  transform: translateY(-6px);
  box-shadow: rgba(50, 50, 93, 0.25) 0px -4px 8px -2px, rgba(50, 50, 93, 0.35) 0px 6px 12px -4px, rgba(0, 0, 0, 0.4) 0px 4px 8px -4px;
  border: 1px solid #63A330;
  border-left: 4px solid #63A330;
  background: rgba(99, 163, 48, 0.05);
  background: linear-gradient(to bottom, rgba(99, 163, 48, 0.05) 0%, rgba(99, 163, 48, 0.15) 80%);
}
.card.fa-bg::before {
  content: "";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0.1;
  pointer-events: none;
  z-index: 0;
  transform: rotate(15deg);
  top: -50px;
  font-size: 10rem;
}
.card.fa-bg .card-body {
  position: relative;
  z-index: 1;
}
.card.fa-bg.participatory::before {
  content: "";
  color: #055B29;
}
.card.fa-bg.transdisciplinary::before {
  content: "";
  color: #0092D8;
}
.card.fa-bg.telecoupled::before {
  content: "";
  color: #63A330;
}
.card.focus-card .card-body {
  position: relative;
  overflow: hidden;
  /* in case your cards have rounded corners */
}
.card.focus-card .card-body > * {
  position: relative;
  z-index: 1;
}
.card.focus-card .card-body::before {
  content: "";
  position: absolute;
  top: -30%;
  left: 30%;
  width: 100%;
  /* make it a bit larger than the card itself */
  height: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  /* preserve aspect ratio */
  opacity: 0.08;
  /* very faint; tweak between 0.05 – 0.15 as needed */
  z-index: 0;
  transform: rotate(15deg);
}
.card-colombia .card-body::before {
  background-image: url('../../../../images/flags/Flag_of_Colombia.png');
}
.card-cameroon .card-body::before {
  background-image: url('../../../../images/flags/Flag_of_Cameroon.png');
}
.card-kenya .card-body::before {
  background-image: url('../../../../images/flags/Flag_of_Kenya.png');
}
#g-header .title-banner .platform-content {
  width: 100%;
  padding-right: var(--bs-gutter-x, 0.75rem);
  padding-left: var(--bs-gutter-x, 0.75rem);
  margin-right: auto;
  margin-left: auto;
}
.article-info-term {
  all: unset;
}
.news-post .article-info .authors-links {
  margin-bottom: 8px;
}
.news-post .article-info time {
  font-size: 0.9rem;
}
.news-post .social-container .social-btn {
  display: block;
  height: 75%;
  width: 50%;
  transition: 0.3s ease-in-out 0s;
}
.news-post .social-container .social-btn:hover {
  transform: scale(1.15);
}
.news-post .social-container .social-btn i {
  line-height: 1.15;
}
.news-post .social-container .social-facebook {
  color: #0866ff;
}
.news-post .social-container .social-x-twitter {
  color: #000;
}
.news-post .social-container .social-linkedin {
  color: #0a66c2;
}
.news-post h2 {
  margin-bottom: 0.75rem;
}
.news-post hr.news-rule {
  border-bottom: 1px solid #01033c;
}
@media only all and (max-width: 59.99rem) {
  .row, .thumbnails {
    margin-left: calc(var(--bs-gutter-x) * -.5);
  }
}
.map-object {
  margin-left: 85px;
}
.partner-flag {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  object-fit: cover;
}
.partner-card {
  border-radius: 0;
  padding: 0.75rem 1rem;
  display: flex;
  align-items: center;
  gap: 1.5rem;
  background-color: #fff;
  box-shadow: rgba(50, 50, 93, 0.15) 0px -2px 4px -1px, rgba(50, 50, 93, 0.25) 0px 3px 6px -1px, rgba(0, 0, 0, 0.3) 0px 2px 4px -1px;
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  position: relative;
  overflow: hidden;
  height: 100%;
}
.partner-card:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border: 1px solid transparent;
  border-left: 4px solid transparent;
  border-radius: inherit;
  pointer-events: none;
  transition: border-color 0.2s ease;
}
.partner-card:hover {
  transform: translateY(-2px);
  box-shadow: rgba(50, 50, 93, 0.25) 0px -4px 8px -2px, rgba(50, 50, 93, 0.35) 0px 6px 12px -4px, rgba(0, 0, 0, 0.4) 0px 4px 8px -4px;
}
.partner-card:hover:after {
  border-color: #63A330;
}
.partner-name {
  margin: 0;
  font-size: 1rem;
  font-weight: 600;
  color: #212529;
}
.partner-text {
  margin: 0;
  font-size: 0.875rem;
  color: #6c757d;
}
.sc-bpUBKd.bJmOUR {
  max-width: unset !important;
}
#contact-team .row .card.contact-card {
  height: 100%;
  background: #fff;
  border: 1px solid transparent;
  border-left: 4px solid transparent;
  border-radius: 0;
  box-shadow: rgba(50, 50, 93, 0.15) 0px -2px 4px -1px, rgba(50, 50, 93, 0.25) 0px 3px 6px -1px, rgba(0, 0, 0, 0.3) 0px 2px 4px -1px;
  overflow: hidden;
  transition: all 0.5s ease;
}
#contact-team .row .card.contact-card:focus-visible, #contact-team .row .card.contact-card:hover {
  transform: translateY(-6px);
  box-shadow: rgba(50, 50, 93, 0.25) 0px -4px 8px -2px, rgba(50, 50, 93, 0.35) 0px 6px 12px -4px, rgba(0, 0, 0, 0.4) 0px 4px 8px -4px;
  border: 1px solid #055B29;
  border-left: 4px solid #055B29;
  background: linear-gradient(to bottom, rgba(5, 91, 41, 0.05) 0%, rgba(5, 91, 41, 0.15) 80%);
}
#contact-team .row .card.contact-card .card-body {
  position: relative;
  z-index: 1;
}
#contact-team .row .card.contact-card .card-body .contact-badge {
  display: inline-block;
  padding: 0.35em 0.65em;
  font-size: 0.75em;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
  background-color: #e1cb9b;
  color: #604b1d;
  text-transform: uppercase;
}
#contact-team .row .card.contact-card .card-body .card-title {
  font-weight: 700;
  color: #343a40;
  font-size: 1.5rem;
}
#contact-team .row .card.contact-card .card-body .card-text {
  font-size: 0.9rem;
  color: #555;
}
#contact-team .row .card.contact-card .btn-contact {
  background-color: transparent;
  border: 1px solid #055B29;
  color: #055B29;
  font-weight: 600;
  text-transform: uppercase;
  padding: 0.75rem 1.25rem;
  transition: all 0.3s ease;
  display: block;
  width: 100%;
}
#contact-team .row .card.contact-card .btn-contact:hover, #contact-team .row .card.contact-card .btn-contact:focus-visible {
  background-color: #055B29;
  color: #fff;
  border-color: #055B29;
}
/*# sourceMappingURL=custom_16.css.map */