/* stylelint-disable */
/**
 * Theme Name:   UN Global Pulse
 * Theme URI:    
 * Description:  Between is an innovative, Gutenberg-first WordPress theme, hyper-focused on empowering makers to build beautifully rich websites with WordPress.
 * Author:       Babusi Nyoni
 * Author URI:   https://babusinyoni.com
 * Version:      1.0.0
 * License:      GPL-2.0
 * License URI:  https://www.gnu.org/licenses/gpl-2.0.html
 * Tags:         block-styles, custom-colors, custom-logo, custom-menu, e-commerce, editor-style, one-column, theme-options, threaded-comments, translation-ready, wide-blocks
 *
 * This theme, like WordPress, is licensed under the GPL.
 * Use it to make something cool, have fun, and share what you've learned with others.
 *
 * Copyright © 2024 UN Global Pulse. All Rights Reserved.
 */
/* stylelint-enable */
@import url("https://fonts.googleapis.com/css2?family=Overpass+Mono:wght@300;400;600;800&family=Overpass:wght@300;400;500;600;700&family=Roboto&display=swap");

body {
  font-family: "Overpass", sans-serif;
}

body * {
  transition: all ease-in-out 0.2s;
}

button {
  border: none;
}

dl,
ol,
ul {
  margin-bottom: inherit;
}

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

body.dark .dark-image img {
  background: #f3f3f3;
  border-radius: 4px;
}

h1 {
  font-size: 48px;
  line-height: 60px;
  font-weight: 600;
  margin-bottom: 0;
}

h2 {
  font-weight: 600;
  margin-bottom: 4px;
}

h3 {
  margin-top: 8px;
}

header h2 {
  font-size: 20px;
  font-weight: 600;
}

h4 {
  font-size: 20px;
  font-weight: 600;
}

p {
  font-family: "Roboto", sans-serif;
}

a {
  color: inherit;
  text-decoration: none;
}

main h2 {
  margin-bottom: 12px;
}

.wp-block-custom-section-block-section a,
.wp-block-custom-section-block-section-inner a,
body.single-project main a,
body.single-document main a {
  text-decoration: underline;
}

a.wp-block-button__link {
  text-decoration: none;
}

main p {
  font-family: "Overpass Mono", monospace;
}

main article p {
  font-family: "Overpass", sans-serif;
}

body.single-document main p {
  font-family: "Overpass", sans-serif;
}

.single-post main p {
  font-family: "Overpass", sans-serif;
  font-size: 18px;
}

.single main {
  padding-bottom: 100px;
}

.single-project main {
  padding-bottom: 0;
}

.single-project main a {
  text-decoration: none !important;
}

.footer-search h3 {
  margin: 0;
}

.secondaryBtn {
  background: #f1e0b2;
}

body.dark h1,
body.dark h2,
body.dark h3,
body.dark h4,
body.dark p {
  color: #fff !important;
}

.hd-1 {
  height: 300px;
  display: flex;
  text-align: left;
  position: relative;
  overflow: hidden; /* Prevents overflow due to negative margins */
}

.hd-1 .hd {
  background-image: linear-gradient(90deg, #d7bdd0 0%, #188bb6 100%);
  border-radius: 16px 0 0 0;
  animation-duration: 60s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
  margin-left: -20px;
}

.hd-1-1 {
  width: calc(25% + 20px);
  animation-name: animateWidth1;
  border-radius: 0 !important;
}

.hd-1-2 {
  width: calc(25% + 20px);
  animation-name: animateWidth2;
}

.hd-1-3 {
  width: calc(25% + 20px);
  animation-name: animateWidth3;
}

.hd-1-4 {
  width: calc(25% + 20px);
  animation-name: animateWidth4;
}

@keyframes animateWidth1 {
  0%,
  100% {
    width: calc(25% + 20px);
  }
  25% {
    width: calc(30% + 20px);
  }
  50% {
    width: calc(20% + 20px);
  }
  75% {
    width: calc(25% + 20px);
  }
}

@keyframes animateWidth2 {
  0%,
  100% {
    width: calc(25% + 20px);
  }
  25% {
    width: calc(40% + 20px);
  }
  50% {
    width: calc(30% + 20px);
  }
  75% {
    width: calc(25% + 20px);
  }
}

@keyframes animateWidth3 {
  0%,
  100% {
    width: calc(35% + 20px);
  }
  25% {
    width: calc(15% + 20px);
  }
  50% {
    width: calc(25% + 20px);
  }
  75% {
    width: calc(30% + 20px);
  }
}

@keyframes animateWidth4 {
  0%,
  100% {
    width: calc(15% + 20px);
  }
  25% {
    width: calc(25% + 20px);
  }
  50% {
    width: calc(25% + 20px);
  }
  75% {
    width: calc(20% + 20px);
  }
}

.hd-2 {
  padding: 100px 0;
}

body.dark .hd,
body.dark .hd-2 {
  background: #000 !important;
  border: 1px solid #333;
}

.wp-block-cover__background.has-global-pulse-sunrise-gradient-background {
  background-image: linear-gradient(90deg, #a0dade 0%, #f1e0b2 100%);
  mix-blend-mode: difference;
  opacity: 0.2 !important;
}

.title-header {
  height: 600px;
}

.title-header p {
  font-size: 24px;
  font-weight: 500;
}

.page_title {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 50px;
}

body.dark .hd-1-1 {
  width: calc(15%);
  margin-left: 0px;
}

.container {
  max-width: 1200px;
}

.App-header {
  z-index: 2;
  position: relative;
}

.nav {
  list-style-type: none;
  display: flex;
}

.nav-group {
  display: flex;
  align-items: center;
}

.menu-btn {
  border: none;
  border-radius: 30px;
  padding: 16px 20px;
  background: #a0dade;
  margin: 0;
  line-height: 0;
  display: inline-block;
  margin-left: 8px;
  color: #000;
}

.navbar-brand {
  display: flex;
}

.navbar-brand img {
  height: 44px;
}

.un-emblem {
  padding-right: 10px;
  border-right: 1px solid #000;
  margin-right: 10px;
}

body.dark .black-logo {
  display: none;
}

body.light .white-logo {
  display: none;
}

body.dark .un-emblem {
  border-right: 1px solid #fff;
}

.navbar {
  background: none !important;
  font-weight: 600;
}

nav {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

nav ul {
  display: flex;
  flex-direction: row;
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.nav li {
  color: #333;
}

#menu-main .current-menu-item {
  background: #fff;
  border-radius: 32px;
  padding: 8px 12px 6px;
}

body.dark #menu-main .current-menu-item {
  background: #333;
  border-radius: 32px;
  padding: 8px 12px 6px;
}

.nav li a {
  padding: 8px 12px;
  color: #333;
}

body.dark .nav li a {
  color: #fff;
}

.nav li a:hover {
  color: #555;
}

.search-btn {
  margin-left: 8px;
  margin-right: 16px;
}

.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  z-index: 999;
  display: none;
}

.overlay.active {
  display: block;
}

.utility-content {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: #f8f9fa;
  z-index: 1000;
  transform: translateY(-100%);
  transition: transform 0.3s ease-in-out;
  display: none;
}

.utility-content.active {
  transform: translateY(0);
  display: block;
}

.Navtop {
  position: fixed;
  left: 0;
  right: 0;
  top: 32px;
  z-index: 5;
}

.Navtop .container {
  transition: all 0.3s ease-in-out;
  padding-top: 12px;
  padding-bottom: 12px;
}

.Navtop.scrolled .container {
  background-color: #fff;
  border-radius: 16px;
}

body.dark .Navtop.scrolled .container {
  background-color: #000;
  border-radius: 8px;
}

.banner {
  background: #a0dade;
  display: none;
}

.banner .container {
  display: flex;
  justify-content: space-between;
  padding: 12px 16px;
}

.banner a {
  margin-left: 4px;
  text-decoration: underline;
}

.banner button {
  background: none;
  border: none;
  height: 30px;
  width: 30px;
  border-radius: 30px;
}

.banner-active .banner {
  display: block;
}

.banner-active .Navtop {
  position: fixed;
  left: 0;
  right: 0;
  top: 70px;
  z-index: 5;
}

.banner-active .Navtop.scrolled {
  top: 32px;
}

.utility-btn {
  background: #fff;
  height: 40px;
  width: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 4px;
  border-radius: 30px;
  transition: all ease-in-out 0.3s;
}

.utility-btn:hover {
  background: #ddd;
}

.utility-content {
  background: #a0dade;
  padding: 24px 0;
}

.utility-left {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  display: flex;
}

.utility-right {
  flex-direction: column;
  align-items: flex-end;
  justify-content: center;
  display: flex;
}

.utility-content h1 {
  margin: 0;
}

.select-container {
  position: relative;
  display: inline-block;
  width: auto;
  margin-bottom: 8px;
}

.setting-item {
  background: rgba(255, 255, 255, 0.1);
  border-radius: 16px;
  padding: 16px;
  width: 100%;
  cursor: pointer;
}

.setting-item p {
  margin-bottom: 4px;
}

select {
  font-size: 16px;
  padding: 10px 30px 10px 16px; /* Adjusted to make room for the arrow */
  border-radius: 20px;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-color: #ffffff2a;
  color: #333;
  width: auto;
  border: none;
  outline: none !important;
}

body.dark select {
  color: #fff;
}

.select-container::after {
  content: "";
  position: absolute;
  top: 23px;
  right: 10px;
  width: 17px;
  height: 9px;
  background-image: url('data:image/svg+xml;utf8,<svg width="12" height="5" viewBox="0 0 17 9" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M16.354 1.07494L8.499 8.92894L0.645996 1.07494L1.353 0.367943L8.498 7.51394L15.646 0.366943L16.354 1.07494Z" fill="black"/></svg>');
  background-size: contain;
  background-repeat: no-repeat;
  transform: translateY(-50%);
  pointer-events: none;
}

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

/* Hide default checkbox */
.setting-item input[type="checkbox"] {
  display: none;
}

/* Create the circle outline */
.setting-item label span {
  display: inline-block;
  width: 16px; /* or whatever size you desire */
  height: 16px;
  border: 3px solid #fff; /* border color of the circle */
  border-radius: 50%; /* make it round */
  margin-right: 8px; /* spacing between checkbox and label text */
  vertical-align: middle; /* align it with the label text */
  margin-top: -4px;
  opacity: 0.5;
}

/* Style for when the checkbox is checked */
.setting-item .psradio.darkEnabled span {
  background-color: #333; /* background color of the selected state */
}

body.dark .setting-item .psradio.darkEnabled span {
  background-color: #fff; /* background color of the selected state */
}

/* Style for when the checkbox is checked */
.setting-item .psradio.bioEnabled span {
  background-color: #333; /* background color of the selected state */
}

body.dark .setting-item .psradio.bioEnabled span {
  background-color: #fff; /* background color of the selected state */
}

.full-menu {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: #a0dade;
  z-index: 1001;
  transform: translateY(100%);
  transition: transform 0.3s ease-in-out;
  padding: 20px;
  display: flex;
}

.menu-container {
  background: #f1e0b2;
  border-radius: 16px;
  display: flex;
  flex: 1;
  flex-direction: column;
  justify-content: space-between;
  padding: 64px;
}

body.dark .full-menu {
  background: #222;
}

body.dark .menu-container {
  background: #000;
}

.full-menu.active {
  transform: translateY(0);
}

.full-menu ul {
  list-style-type: none;
  padding: 0;
  font-size: 2em;
}

.full-menu li {
  margin-bottom: 4vh;
  font-weight: 600;
  font-size: 6vh;
  line-height: 6vh;
}

body.dark .full-menu li {
  color: #fff;
}

.menu-main-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  height: 100%;
  margin-right: 12px;
}

.close-btn {
  position: absolute;
  top: 35px;
  right: 35px;
  background: none;
  border: none;
  font-size: 2em;
  cursor: pointer;
  transition: all ease-in-out 0.3s;
  height: 60px;
  width: 60px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
}

body.dark .close-btn svg path {
  fill: #fff;
}

.close-btn:hover {
  transform: rotate(360deg);
}

.menu-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.footer-search a {
  display: flex;
  align-items: center;
}

.footer-brand {
  display: flex;
  flex-direction: row;
}

.footer-brand img {
  height: 50px;
  width: auto;
}

body.dark .footer-search svg path {
  fill: #fff;
}

.menu-footer form {
  display: flex;
  align-items: center;
  justify-content: center;
}

.menu-footer input {
  background: none;
  border: none;
  outline: none !important;
  width: 100px;
}

.menu-footer input::placeholder {
  font-size: 24px;
  color: #000;
  font-weight: 400;
  line-height: 12px;
}

.menu-footer button {
  background: none;
  border: none;
  outline: none !important;
}

.footer-search a {
  display: flex;
  justify-content: center;
}

.footer-search-btn {
  margin-left: 16px;
  margin-top: -4px;
}

.search-overlay {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: 1001;
  transform: translateY(100%);
  transition: transform 0.3s ease-in-out;
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  align-content: center;
}

body.dark .search-overlay {
  background: #111;
}

.search-overlay.active {
  transform: translateY(0);
}

.search-form {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 80%;
}

.search-form input {
  border: none;
  font-size: 40px;
  border-bottom: 1px solid;
  width: 100%;
  text-align: center;
  padding-bottom: 16px;
  outline: transparent;
}

body.dark .search-form input {
  background: none;
  color: #fff;
}

.search-meta {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-top: 32px;
}

.search-meta ul li {
  padding: 4px 12px 3px;
  margin-right: 8px;
  background: #a0dade;
  border-radius: 32px;
  font-weight: 300;
}

span.links-title {
  background: #fff;
  font-weight: 600;
}

body.dark span.links-title {
  background: none;
  color: #fff;
}

.useful-links {
  display: flex;
  list-style: none;
  padding: 0;
  margin-left: 24px;
}

.useful-links li {
  transition: all ease-in-out 0.3s;
  cursor: pointer;
  display: inline-block;
}

.useful-links li:hover {
  background: #80b7be;
}

.search-footer {
  position: absolute;
  bottom: 40px;
  left: 40px;
  right: 40px;
  display: flex;
  justify-content: space-between;
}

.search-menu ul {
  list-style: none;
}

.search-menu ul li {
  display: inline-block;
  margin-left: 24px;
}

body.dark .search-menu ul li {
  color: #fff;
}

/* Range Slider as a Single Thumb Slider */

.single-thumb.range-slider {
  background: rgba(0, 0, 0, 0.3);
  margin-top: 8px;
}

.single-thumb .range-slider__thumb[data-lower] {
  width: 0 !important;
}
.single-thumb .range-slider__range {
  border-radius: 6px;
}

.single-thumb.range-slider .range-slider__thumb {
  position: absolute;
  z-index: 3;
  top: 50%;
  width: 16px;
  height: 16px;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background: #fff;
}

.emissions-count {
  margin-top: 8px;
  display: inline-block;
}

.single-thumb.range-slider .range-slider__range {
  background: #fff;
}

.wp-block-custom-section-block-section {
  padding: 100px 0;
}

body.dark .wp-block-custom-section-block-section,
body.dark main,
body.dark footer {
  background-color: #000 !important;
  background-image: none !important;
  color: #fff;
}

body.dark .wp-block-custom-section-block-section:nth-child(even) {
  background-color: #222 !important;
}

body.dark h1,
body.dark h2,
body.dark h3,
body.dark h4,
body.dark h5,
body.dark p,
body.dark cite,
body.dark small {
  color: #fff !important;
}

body.dark footer ul li a {
  color: #fff;
}

.bg-section {
  height: 80vh;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  color: #fff;
  margin-top: -32px;
  z-index: 1;
}

.wp-block-custom-section-block-section-inner {
  padding: 16px;
}

.in-section {
  border-radius: 8px;
  padding: 100px 0;
}

main .wp-element-button,
.application_button,
input[type="submit"].ninja-forms-field.nf-element {
  border-radius: 30px;
  padding: 8px 24px;
  font-size: 1rem;
  font-weight: 400;
  height: auto;
  border: none;
}

main .col-section .btn,
.application_button {
  background: #f1e0b2;
}

body.dark .grad-section,
body.dark .in-section {
  background: #111 !important;
}

@media (min-width: 992px) {
  .navbar-expand-lg {
    flex-wrap: nowrap;
    justify-content: space-between;
  }
}

:where(.wp-block-columns) {
  margin-bottom: 0 !important;
}

footer {
  background: #f8fafa;
  padding: 100px 0;
}

.footer-menu {
  list-style: none;
  padding: 0;
}

.footer-menu li a {
  color: #000;
  font-size: 16px;
  padding: 6px 0;
  display: block;
}

footer .social ul {
  list-style: none;
}

footer .social {
  text-align: right;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: center;
}

footer .social ul li {
  display: inline-block;
  margin-left: 16px;
}

.footer-end {
  padding: 50px 0 0;
}

.social ul li img {
  height: 16px;
}

.footer-search a {
  color: #000;
}

body.dark .footer-search a {
  color: #fff;
}

#whatwedo {
  height: 60px;
  margin-bottom: 12px;
}

.psradio {
  display: flex;
  align-items: center;
}

.no-animation {
  background: #e3e2de !important;
  animation: none !important;
  color: #000;
}

.no-animation:nth-child(even) {
  background: #d7d6d2 !important;
}

.no-animation.bg-section {
  height: auto;
}

body.dark .utility-content {
  background: #111 !important;
  color: #fff;
}

li a[href="#search"] {
  background: #fff;
  height: 40px;
  width: 40px;
  display: flex;
  border-radius: 20px;
  align-items: center;
  justify-content: center;
  margin-right: 8px;
}

.gallery-section {
  height: 500px; /* Adjust as needed */
  overflow: hidden;
}

.wp-block-cover .wp-block-cover__inner-container,
.wp-block-cover-image .wp-block-cover__inner-container {
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
}

.wp-block-cover__inner-container figure {
  width: 350px;
  background: #fff;
  color: #000;
  padding: 16px;
  border-radius: 8px;
  margin-bottom: 0;
  margin-top: 100px;
}

.wp-block-cover__inner-container figure blockquote {
  margin-bottom: 0;
  text-align: left;
}

.wp-block-cover__inner-container figure blockquote p {
  font-family: "Roboto", sans-serif;
  font-size: 24px;
  font-weight: 600;
}

.wp-block-cover__inner-container figure blockquote cite {
  font-family: "Overpass Mono", monospace;
  font-size: 14px;
  line-height: 21px;
  padding: 0;
  margin: 0;
  display: inline-block;
}

.medium-posts {
  display: grid;
  grid-template-columns: 220px 300px;
  height: calc(100% + 100px);
  overflow: hidden;
  margin-top: -100px;
  list-style: none;
  gap: 16px;
}

.medium-posts li {
  transition: transform 1s ease-out; /* Adjust timing and easing as desired */
  width: 220px;
  height: 300px;
  position: relative;
  overflow: hidden;
  border-radius: 16px;
  border: none !important;
}

.medium-posts li::before {
  background: linear-gradient(90deg, #e39479 0%, #a0dade 100%);
  mix-blend-mode: exclusion;
  opacity: 0.5;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  display: block;
  z-index: 1;
}

.medium-posts li::after {
  background: rgba(0, 0, 0, 0.4);
  opacity: 0.5;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  display: block;
  z-index: 1;
}

.medium-posts .blog-title {
  position: absolute;
  top: 16px;
  left: 16px;
  right: 16px;
  color: #fff !important;
  text-decoration: none !important;
  z-index: 2;
  font-size: 20px;
}

.medium-posts > li:nth-child(even) {
  margin-top: -50px;
}

.medium-posts .blog-info {
  position: absolute;
  bottom: 50px;
  left: 16px;
  z-index: 2;
  color: #fff;
  font-size: 13px;
}

.medium-posts li a {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 9;
  text-decoration: none;
}

body.dark .social-icons svg path {
  fill: #fff;
}

/* Colours */

/* Background Color Classes */
.has-white-background-color {
  background-color: #ffffff !important;
}
.has-black-background-color {
  background-color: #000000 !important;
}
.has-dynamic-1-background-color {
  background-color: #b99eba !important;
}
.has-dynamic-2-background-color {
  background-color: #d7bdd0 !important;
}
.has-dynamic-3-background-color {
  background-color: #b98ab6 !important;
}
.has-dynamic-4-background-color {
  background-color: #734d7c !important;
}
.has-curious-1-background-color {
  background-color: #80b7be !important;
}
.has-curious-2-background-color {
  background-color: #a0dade !important;
}
.has-curious-3-background-color {
  background-color: #86d1ca !important;
}
.has-curious-4-background-color {
  background-color: #188bb6 !important;
}
.has-courageous-1-background-color {
  background-color: #e76942 !important;
}
.has-courageous-2-background-color {
  background-color: #e49478 !important;
}
.has-courageous-3-background-color {
  background-color: #df3502 !important;
}
.has-courageous-4-background-color {
  background-color: #b12502 !important;
}
.has-imaginative-1-background-color {
  background-color: #f1e0b2 !important;
}

/* Text Color Classes */
.has-white-color {
  color: #ffffff !important;
}
.has-black-color {
  color: #000000 !important;
}
.has-dynamic-1-color {
  color: #b99eba !important;
}
.has-dynamic-2-color {
  color: #d7bdd0 !important;
}
.has-dynamic-3-color {
  color: #b98ab6 !important;
}
.has-dynamic-4-color {
  color: #734d7c !important;
}
.has-curious-1-color {
  color: #80b7be !important;
}
.has-curious-2-color {
  color: #a0dade !important;
}
.has-curious-3-color {
  color: #86d1ca !important;
}
.has-curious-4-color {
  color: #188bb6 !important;
}
.has-courageous-1-color {
  color: #e76942 !important;
}
.has-courageous-2-color {
  color: #e49478 !important;
}
.has-courageous-3-color {
  color: #df3502 !important;
}
.has-courageous-4-color {
  color: #b12502 !important;
}
.has-imaginative-1-color {
  color: #f1e0b2 !important;
}

/* gallery */

figure.wp-block-gallery {
  overflow: hidden;
  position: relative;
  display: flex !important;
  align-content: center;
  justify-content: center;
  height: 282px;
  margin-bottom: 0 !important;
}

figure.wp-block-gallery figure {
  position: absolute !important;
  opacity: 0;
  transition: opacity 0.5s ease;
  height: 282px;
  width: 200px !important;
}

figure.wp-block-gallery figure.active {
  opacity: 1;
}

.slider-btn {
  position: absolute;
  left: 50%;
  top: 50%;
  border-radius: 32px;
  border: 0;
  height: 40px;
  width: 40px;
  margin-top: -20px !important;
}

.slider-btn.next {
  margin-left: 85px;
}

.slider-btn.prev {
  margin-left: -122px;
}

.inner-footer {
  margin-top: -32px;
}

.inner-footer .in-section {
  padding: 50px 0;
}

.team-section {
  padding-top: 40px;
}

.team-section .container {
  display: flex;
  flex-wrap: wrap;
  padding: 0 2px;
}

.wp-block-custom-team-member.team-member {
  margin-bottom: 8px;
  padding: 8px;
  width: 33.333%;
  word-wrap: break-word;
  box-sizing: border-box;
}

.team-member .info {
  background: #f4e8f1;
  padding: 32px 32px 40px;
  border-radius: 16px;
  z-index: 3;
  position: relative;
  min-height: 192px;
}

.block-footer {
  background: linear-gradient(90deg, #188bb6 0%, #ebd5e5 100%);
  height: 82px;
  padding: 35px 32px 8px;
  margin-top: -20px;
  z-index: 1;
  border-radius: 0 0 16px 16px;
  position: relative;
}

.block-footer a {
  display: inline-block;
  margin-right: 12px;
}

.team-member .info h3 {
  font-weight: 600;
}

.team-member .info p {
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  font-weight: 200;
}

.team-twitter {
  margin-top: 2px;
}

.not-selected {
  display: none;
}

.ee-filters.ee-filters--pulse_lab {
  list-style-type: none;
  padding: 0;
}

.filter-row {
  padding: 32px 0;
  background: #188bb6;
  border-radius: 0 0 8px 8px;
}

.ee-filters.ee-filters--pulse_lab li {
  display: inline-block;
  margin-right: 4px;
}

.ee-filters.ee-filters--pulse_lab li a {
  padding: 8px 16px;
  border-radius: 32px;
  background: #f4e8f1;
  text-decoration: none;
  display: inline-block;
}

.ee-filters.ee-filters--pulse_lab li a.active-filter {
  background: #fff;
}

.image-overlay,
.doc-image-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  mix-blend-mode: exclusion;
  opacity: 0.6;
}

.doc-image-overlay {
  background-image: linear-gradient(90deg, #188bb6 0%, #b98ab6 100%) !important;
  border-radius: 16px;
  z-index: 3;
  opacity: 0.3;
}

.document-dark {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #000;
  opacity: 0.6;
}

.post-featured-image {
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 0 0 16px 16px;
  overflow: hidden;
  background-position: center;
}

.post-featured-image h1 {
  color: #fff;
}

.single-project article,
.single-post article,
.single-job_listing article,
.single-document article {
  z-index: 3;
  position: relative;
}

.single-project .nav li a,
.single-post .nav li a,
.single-job_listing .nav li a,
.single-document .nav li a {
  color: #fff;
}

body.single-project .nav .white-logo,
body.single-post .nav .white-logo,
body.single-job_listing .nav .white-logo,
body.single-document .nav .white-logo {
  display: inline-block;
}

body.single-project .nav .black-logo,
body.single-post .nav .black-logo,
body.single-job_listing .nav .black-logo,
body.single-document .nav .black-logo {
  display: none;
}

body.single-project .nav .un-emblem,
body.single-post .nav .un-emblem,
body.single-job_listing .nav .un-emblem,
body.single-document .nav .un-emblem {
  border-right: 1px solid #fff;
}

.single-project .scrolled.nav li a,
.single-post .scrolled.nav li a,
.single-job_listing .scrolled.nav li a,
.single-document .scrolled.nav li a {
  color: #000;
}

body.single-project .scrolled .white-logo,
body.single-post .scrolled .white-logo,
body.single-job_listing .scrolled .white-logo,
body.single-document .scrolled .white-logo {
  display: none;
}

body.single-project .scrolled .black-logo,
body.single-post .scrolled .black-logo,
body.single-job_listing .scrolled .black-logo,
body.single-document .scrolled .black-logo {
  display: inline-block;
}

body.single-project .scrolled .un-emblem,
body.single-post .scrolled .un-emblem,
body.single-job_listing .scrolled .un-emblem,
body.single-document .scrolled .un-emblem {
  border-right: 1px solid #000;
}

body.single-project.dark .scrolled .white-logo,
body.single-post.dark .scrolled .white-logo,
body.single-job_listing.dark .scrolled .white-logo,
body.single-document.dark .scrolled .white-logo {
  display: inline-block;
}

body.single-project.dark .scrolled .black-logo,
body.single-post.dark .scrolled .black-logo,
body.single-job_listing.dark .scrolled .black-logo,
body.single-document.dark .scrolled .black-logo {
  display: none;
}

body.single-project.dark .scrolled .un-emblem,
body.single-post.dark .scrolled .un-emblem,
body.single-job_listing.dark .scrolled .un-emblem,
body.single-document.dark .scrolled .un-emblem {
  border-right: 1px solid #fff;
}

.single-project.dark .scrolled.nav li a,
.single-post.dark .scrolled.nav li a,
.single-job_listing.dark .scrolled.nav li a,
.single-document.dark .scrolled.nav li a {
  color: #fff;
}

.project-meta {
  display: inline-block;
  margin-right: 16px;
  margin-bottom: 8px;
}

.meta-title {
  padding: 8px 20px 32px;
  background: #e76942;
  border-radius: 16px;
  color: #fff;
  font-weight: 500;
}

.meta-value {
  padding: 4px 20px;
  border-radius: 16px;
  color: #000;
  display: flex;
  gap: 4px;
  align-items: center;
  margin-top: -28px;
}

.meta-data {
  display: flex;
  align-items: center;
  justify-content: center;
}

.meta-data a {
  text-decoration: none;
  margin-top: 1px;
  display: block;
  margin-left: 4px;
}

.project-details {
  background: #e49478;
  padding: 50px 0;
  margin-top: -16px;
  z-index: -1;
  position: relative;
}

.single .post-featured-image {
  border-radius: 0;
}

/* .single-post main .container,
.single-post .page_title .container {
  max-width: 900px;
} */

.single-post .meta-title {
  background: #188bb6;
}

.single-document .meta-title {
  background: #734d7c;
}

.single-post .meta-value {
  background: #f1e0b2;
}

.single-document .meta-value {
  background: #d7bdd0;
}

.single-post .project-details,
.single-document .project-details {
  z-index: 1;
  border-radius: 0 0 16px 16px;
  margin-bottom: 40px;
}

.single-post .project-details .pull-up {
  margin-top: -16px;
  z-index: -2;
  position: relative;
}

body.single-post .image-overlay {
  background-image: linear-gradient(90deg, #a0dade 0%, #f1e0b2 100%) !important;
  opacity: 0.4;
}

body.single-document .image-overlay {
  background-image: linear-gradient(90deg, #188bb6 0%, #b98ab6 100%) !important;
  opacity: 0.4;
}

.project-taxonomy {
  background-color: #e49478;
  padding: 100px 0;
}

.project-taxonomy-inner {
  padding: 50px 16px;
  margin-top: 32px;
  border-radius: 16px;
}

.project-taxonomy-inner a {
  padding: 8px 16px;
  border-radius: 32px;
  background: #e76942;
  text-decoration: none;
  margin-right: 4px;
  margin-bottom: 8px;
  display: inline-block;
}

.widget_block ul {
  list-style-type: none;
  padding: 0;
}

#project-list {
  margin-top: 32px;
  margin-bottom: 32px;
}

#project-list.list-viewer {
  flex-direction: column;
}

.project-item {
  display: flex;
  flex-direction: column;
}

.project-filters {
  background: #e49478;
  padding: 40px 0;
  border-radius: 0 0 16px 16px;
}

.document-filters {
  background: #d7bdd0;
  padding: 40px 0;
  border-radius: 0 0 16px 16px;
}

body.dark .document-filters {
  background: #000;
}

body.dark .document-item .image .document-types {
  background: #000;
}

.filter-container {
  gap: 8px;
}

.filter-container .select-container {
  margin-right: 8px;
}

.project-item,
.document-item {
  margin-bottom: 32px;
}

.document-item .image {
  position: relative;
  margin-bottom: 16px;
}

.document-item .image .document-types {
  position: absolute;
  top: 8px;
  right: 8px;
  z-index: 2;
  background: #fff;
  padding: 2px 8px;
  border-radius: 8px;
  font-weight: 600;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
  z-index: 4;
}

.project-item a,
.document-item a {
  text-decoration: none;
}

.project-item img,
.document-item img {
  border-radius: 16px;
  position: relative;
  z-index: 2;
}

.project-item .categories {
  background: #f1e0b2;
  padding: 40px 16px 12px;
  margin-top: -30px;
  position: relative;
  z-index: 1;
  border-radius: 0 0 16px 16px;
}

.project-item .title,
.document-item .title,
.wp-block-latest-posts li .wp-block-latest-posts__post-title {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 0;
  margin-top: 12px;
  text-decoration: none;
}

.project-item .tags {
  display: none;
}

#project-list.list-viewer .project-item {
  flex-direction: row;
  width: 100%;
  gap: 16px;
  border-bottom: 1px solid;
  padding-bottom: 16px;
  margin-bottom: 16px;
}

#project-list.list-viewer .project-item img {
  width: 250px !important;
  max-width: max-content;
}

#project-list.list-viewer .project-item .categories {
  background: none;
  padding: 0;
  margin: 0;
}

#project-list.list-viewer .project-item .tags {
  display: block;
  margin-top: 4px;
}

#project-list.list-viewer .project-item .title,
#project-list.list-viewer .project-item .title,
.wp-block-latest-posts li .wp-block-latest-posts__post-title {
  margin-top: 0;
  margin-bottom: 8px;
}

.tags a {
  display: inline-block;
  padding: 4px 12px;
  border-radius: 32px;
  border: 1px solid;
  font-size: 12px;
  margin-right: 4px;
  text-decoration: none;
  margin-bottom: 4px;
}

.project-filters button,
.document-filters button {
  display: inline-block;
  padding: 8px 24px;
  border-radius: 32px;
  margin-right: 4px;
  border: none;
}

.project-filters button svg,
.document-filters button svg {
  margin-top: -3px;
}

.filter-item.active-select {
  background-color: #fff;
  color: #000;
}

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

.viewBtn {
  background: #f1e0b2;
  margin-right: 0;
  margin-left: 8px;
}

.viewBtn.active-view {
  background: #fff;
}

body.dark .project-filters,
body.dark .project-item .categories,
body.dark .filter-row,
body.dark .team-member .info,
body.dark .project-taxonomy,
body.dark .project-details,
body.dark .wp-block-cover__inner-container figure {
  background: #333;
  color: #fff;
}

body.dark .project-partners {
  background: #111 !important;
  color: #fff;
}

body.dark #project-list.list-viewer .project-item .categories {
  background: none;
}
body.dark .ee-filters.ee-filters--pulse_lab li a {
  color: #000;
  display: inline-block;
}

body.dark .project-taxonomy-inner {
  background-color: #111 !important;
}

body.dark .project-taxonomy-inner a {
  color: #000 !important;
}

.wp-block-details {
  margin-bottom: 16px;
  border-bottom: 1px solid;
  padding-bottom: 16px;
}

.wp-block-details summary {
  font-size: 28px;
}

summary::marker {
  color: #d7bdd0;
}

.widget_nav_menu ul {
  list-style: none;
  padding: 0;
}

.widget_nav_menu ul li {
  margin-bottom: 8px;
}

.widget_nav_menu li a[href="#search"] {
  display: inline-block;
  padding: 0;
  margin: 0;
  background: none;
}

.image-header {
  text-align: center;
  margin-top: 100px;
  margin-bottom: 32px;
}

.image-header img {
  border-radius: 8px;
}

.card {
  padding: 32px 24px;
  margin-bottom: 16px;
  height: 320px;
  justify-content: space-between;
  background: linear-gradient(270deg, rgba(235, 213, 229, 0) 0%, #188bb6 100%);
  border: none;
  color: #fff;
  border-radius: 16px;
}

.card a {
  text-decoration: none;
}

.blog-posts {
  padding: 100px 0;
}

.blog-posts img {
  height: auto;
  border-radius: 12px;
  margin-bottom: 4px;
}

.article-list-item {
  padding-bottom: 32px;
  border-bottom: 1px solid #000;
  margin-bottom: 32px;
}

h2.title {
  margin-bottom: 0;
}

.blog_date {
  margin-bottom: 8px;
}

/* First row, first card */
.container .wp-block-columns:nth-child(3) .wp-block-column:nth-child(1) .card {
  background: linear-gradient(to right, #188bb6, rgba(215, 189, 208, 0));
}

/* First row, second card */
.container .wp-block-columns:nth-child(3) .wp-block-column:nth-child(2) .card {
  background: linear-gradient(to right, #e76942, rgba(215, 189, 208, 0));
}

/* Second row, first card */
.container .wp-block-columns:nth-child(3) .wp-block-column:nth-child(1) .card {
  background: linear-gradient(to right, #734d7c, rgba(215, 189, 208, 0));
}

/* Second row, second card */
.container .wp-block-columns:nth-child(4) .wp-block-column:nth-child(2) .card {
  background: linear-gradient(to right, #df3502, rgba(215, 189, 208, 0));
}

main ul {
  list-style: inherit;
  padding-left: 14px;
}

.wp-block-custom-section-block-section-inner ul li,
.wp-block-custom-section-block-section ul li {
  font-size: inherit;
  font-family: "Overpass Mono";
  padding: 16px 0;
  border-bottom: 1px solid;
  margin-bottom: 16px;
}

.single-project main ul li a {
  font-size: 24px;
  text-decoration: none;
}

.no-results.not-found {
  padding: 100px 0;
}

/* single document */

.download-btns {
  margin-bottom: 24px;
}

.single-document .download-btn {
  background: #a0dade;
  padding: 12px 24px;
  display: inline-block;
  font-weight: 400;
  border-radius: 24px;
  color: #000;
  text-decoration: none;
  margin-bottom: 8px;
}

.document-details {
  padding: 16px;
  margin: 8px 0 16px;
  background: rgb(160 218 222 / 20%);
  border-radius: 8px;
}

body.single-document .project-details {
  z-index: 2;
  margin-bottom: 100px;
  background: #188bb6;
}

body.single-document .project-details .meta-data span {
  display: flex;
}

.wp-post-image {
  border-radius: 8px;
}

.project-partners {
  padding: 100px 0;
}

.project-partners .project-taxonomy-inner {
  padding: 0;
}

.wp-block-latest-posts li {
  border: none !important;
}

.wp-block-latest-posts li a {
  font-family: "Overpass", sans-serif;
}

.wp-block-latest-posts__featured-image img {
  margin-bottom: 16px;
}

.pagination-controls {
  display: flex;
  justify-content: center;
  gap: 8px;
  flex-direction: row;
  align-items: center;
}

.page-navigation {
  background: #f1e0b2;
  padding: 8px 24px;
  display: inline-block;
  font-weight: 400;
  border-radius: 24px;
  color: #000;
  text-decoration: none;
  height: 40px;
}

#document-pagination-controls .page-navigation,
#document-pagination-controls .page-indicator.active-pagination {
  background: #d7bdd0;
}

body.dark #document-pagination-controls .page-navigation,
body.dark #document-pagination-controls .page-indicator.active-pagination {
  color: #000;
  border: 1px solid #d7bdd0;
}

#document-pagination-controls .page-indicator.active-pagination {
  border: 1px solid #d7bdd0;
}

.page-indicator {
  background: transparent;
  padding: 8px;
  display: inline-block;
  font-weight: 400;
  border-radius: 24px;
  color: #000;
  text-decoration: none;
  height: 40px;
  width: 40px;
  border: 1px solid #000;
}

body.dark .page-indicator {
  color: #f1e0b2;
  border: 1px solid #f1e0b2;
}

body.dark #document-pagination-controls .page-indicator {
  color: #d7bdd0;
  border: 1px solid #d7bdd0;
}

.page-indicator.active-pagination {
  background: #f1e0b2;
  padding: 8px;
  display: inline-block;
  font-weight: 400;
  border-radius: 24px;
  color: #000;
  text-decoration: none;
  height: 40px;
  width: 40px;
  border: 1px solid #f1e0b2;
}

body.dark .page-indicator.active-pagination {
  color: #000;
}

.page-navigation:disabled {
  opacity: 0.3;
  background: #fff;
}

.pagination-controls {
  padding: 16px 0 50px;
}

.document-footer {
  margin-top: 50px;
}

.document-footer img {
  border-radius: 4px;
}

.related-project {
  padding: 16px;
  background: #a0dade;
  border-radius: 8px;
}

.breadcrumb {
  justify-content: flex-start;
  gap: 8px;
  padding: 16px 0;
  margin: 0;
  color: #fff;
  font-size: 15px;
}

.current-page {
  font-weight: 600;
}

.vision-mission-goals {
  margin-top: 32px;
}

.vision-mission-goals .wp-block-column {
  background: #fff;
  padding: 32px;
  border-radius: 8px;
}

body.dark .vision-mission-goals .wp-block-column {
  background: #000;
  padding: 32px;
  border-radius: 8px;
}

.no-animation .vision-mission-goals .wp-block-column {
  background: #e3e2de !important;
}

input.submit {
  border-radius: 30px;
  padding: 8px 24px;
  font-size: 1rem;
  font-weight: 400;
  height: auto;
  border: none;
  background: #a0dade;
}

.comment-form-comment label {
  display: block;
}

body.single-post article a {
  text-decoration: underline;
}

.project-filters button.allbtn,
.document-filters button.allbtn {
  background: #fff;
  margin-right: 8px;
  padding: 9px 24px;
}

.no-pagination #document-pagination-controls {
  display: none;
}

/* Events */

#tribe-events-pg-template {
  max-width: 1200px !important;
}

.tribe-events .tribe-events-c-search__button,
.tribe-events button.tribe-events-c-search__button,
.single-tribe_events
  .tribe-events-c-subscribe-dropdown
  .tribe-events-c-subscribe-dropdown__button.tribe-events-c-subscribe-dropdown__button--active,
.single-tribe_events
  .tribe-events-c-subscribe-dropdown
  .tribe-events-c-subscribe-dropdown__button:focus,
.single-tribe_events
  .tribe-events-c-subscribe-dropdown
  .tribe-events-c-subscribe-dropdown__button:focus-within,
.single-tribe_events
  .tribe-events-c-subscribe-dropdown
  .tribe-events-c-subscribe-dropdown__button:hover,
.tribe-events
  .tribe-events-c-subscribe-dropdown
  .tribe-events-c-subscribe-dropdown__button.tribe-events-c-subscribe-dropdown__button--active,
.tribe-events
  .tribe-events-c-subscribe-dropdown
  .tribe-events-c-subscribe-dropdown__button:focus,
.tribe-events
  .tribe-events-c-subscribe-dropdown
  .tribe-events-c-subscribe-dropdown__button:focus-within,
.tribe-events
  .tribe-events-c-subscribe-dropdown
  .tribe-events-c-subscribe-dropdown__button:hover {
  background: #734d7c !important;
  color: #fff !important;
}

.tribe-common .tribe-common-c-btn-border,
.tribe-common a.tribe-common-c-btn-border {
  border-color: #734d7c !important;
  color: #734d7c !important;
}

.tribe-events-meta-group a {
  color: #734d7c !important;
}

@media (max-width: 1230px) {
}
@media (max-width: 992px) {
  .nav li a {
    padding: 8px 5px;
  }

  #menu-main .current-menu-item {
    background: #fff;
    border-radius: 32px;
    padding: 8px 7px 6px;
  }
}

@media (max-width: 792px) {
  h1 {
    font-size: 40px;
    line-height: 40px;
  }

  .viewBtn {
    margin-bottom: 8px;
    margin-left: 0;
  }

  #whatwedo {
    display: inline-block;
  }

  .Navtop {
    top: 0;
  }

  #menu-main {
    display: none;
  }

  nav {
    align-items: center;
  }

  .Navtop .container {
    background-color: #fff;
    border-radius: 0 0 16px 16px;
  }

  body.dark .Navtop .container {
    background: #000;
  }

  .nav-group {
    flex-direction: column;
  }

  .menu-btn {
    position: absolute;
    top: 13px;
    right: 8px;
    margin-left: 0;
  }

  .utility-btn {
    padding: 8px;
    margin: 0;
    height: auto;
    width: auto;
    background: transparent;
  }

  body.dark .utility-btn svg path {
    fill: #fff;
  }

  li a[href="#search"] {
    display: none;
  }

  nav ul {
    display: flex;
    flex-direction: row;
    list-style-type: none;
    margin: 0;
    padding: 0;
    margin-right: 100px;
  }

  .wp-block-custom-medium-articles.medium-posts {
    display: none;
  }

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

  .menu-footer {
    flex-direction: column;
    gap: 16px;
    align-items: flex-start;
  }

  .setting-item {
    margin-bottom: 19px;
  }

  .wp-block-custom-team-member.team-member {
    margin-bottom: 8px;
    padding: 8px;
    width: 50%;
    word-wrap: break-word;
    box-sizing: border-box;
  }
}

@media (max-width: 562px) {
  .wp-block-custom-section-block-section,
  .hd-2,
  .in-section,
  .project-partners,
  .project-taxonomy {
    padding: 50px 0;
  }

  .banner-active .Navtop {
    top: 96px;
  }

  .wp-block-cover {
    min-height: 400px !important;
  }

  body .is-layout-flex {
    gap: 0;
  }

  .vision-mission-goals .wp-block-column {
    margin-bottom: 16px;
  }

  .gallery-section {
    height: auto;
  }

  .ee-filters.ee-filters--pulse_lab li {
    margin-bottom: 8px;
  }
  .ee-filters.ee-filters--pulse_lab li a {
    padding: 8px 16px;
    border-radius: 32px;
    background: rgba(244, 232, 241, 0.5);
    text-decoration: none;
    display: inline-block;
  }

  .wp-block-custom-team-member.team-member {
    margin-bottom: 8px;
    padding: 8px;
    width: 100%;
    word-wrap: break-word;
    box-sizing: border-box;
  }

  .navbar-brand img,
  .footer-brand img {
    height: 32px;
  }

  .menu-btn {
    padding: 10px 20px;
  }

  .title-header {
    height: 300px;
  }

  .title-header p {
    font-size: 16px;
    font-weight: 500;
  }

  h1 {
    font-size: 28px;
    line-height: 34px;
  }

  .single main {
    padding-bottom: 50px;
  }

  body.single-document .project-details {
    margin-bottom: 50px;
  }

  footer .social {
    text-align: left;
    align-items: flex-start;
    margin-top: 24px;
  }

  footer .social ul {
    padding: 0;
  }

  footer .social ul li {
    margin-left: 0;
    margin-right: 16px;
  }

  .footer-search {
    padding-left: 0;
  }

  .search-footer {
    justify-content: center;
  }

  .search-form {
    width: 100%;
  }

  .search-form input {
    font-size: 18px;
    padding-bottom: 8px;
  }
  .search-meta {
    flex-direction: column;
    gap: 8px;
  }
  .search-menu {
    display: none;
  }
}

@media (min-width: 992px) {
}
