@charset "UTF-8";
body {
  color: #1C1C1C;
}

/* Makes link underlines consistent */
p a,
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: inherit !important;
  text-decoration: underline !important;
  text-decoration-color: #1BE08B !important;
}

a:hover {
  color: #1BE08B !important;
}

/* Takes the fixed header into account and adds white space when linking/scrolling to anchored headlines */
h1[id]::before,
h2[id]::before,
h3[id]::before,
h4[id]::before,
h5[id]::before {
  content: "";
  display: block;
  height: 8rem;
  margin-top: -8rem;
  visibility: hidden;
}

/* fix: buttons don't end up centered despite the block being properly configured*/
.wp-block-button.aligncenter {
  text-align: center;
}

/* fix: button:hover text is invisible */
.wp-block-button:hover a {
  background-color: #2980FF !important;
  color: #fff !important;
  text-decoration: none !important;
}

/* Adjusts padding and reduces default rounding from 6px tp 4px */
button, .tw-btn-rounded .button, .tw-btn-rounded .faux-button, .tw-btn-rounded .wp-block-button__link, .tw-btn-rounded .wp-block-file__button, .tw-btn-rounded input[type=button], .tw-btn-rounded input[type=submit], .tw-btn-rounded .menu-button a {
  padding: 0.9em 2em;
  border-radius: 4px !important;
  text-transform: none;
  white-space: normal;
}

.iz-cta-primary .wp-block-button__link {
  white-space: nowrap;
  padding-left: 0;
  padding-right: 0;
}

/* Styles alert titles like headlines */
.wp-block-coblocks-alert__title {
  font-family: "Inter var", -apple-system, BlinkMacSystemFont, "Helvetica Neue", Helvetica, sans-serif;
  font-weight: bold;
}

.iz-testimonials {
  background: black;
  display: flex;
  justify-items: center;
  justify-content: center;
  margin: 0 !important;
  padding: 6rem 0;
}
.iz-testimonials .sp-testimonial-pro-wrapper .sp-testimonial-pro .tpro-testimonial-content-area {
  background: none !important;
}
.iz-testimonials .sp-testimonial-pro-wrapper .sp-testimonial-pro .tpro-testimonial-content-area:before {
  display: none;
}
.iz-testimonials .sp-testimonial-pro-wrapper .sp-testimonial-pro .tpro-testimonial-content-area:after {
  display: none;
}
.iz-testimonials .sp-testimonial-pro-wrapper .sp-testimonial-pro .tpro-testimonial-content-area .tpro-testimonial-text:before {
  content: "‟";
  font-size: 5rem;
  color: #fff;
  vertical-align: text-top;
}
.iz-testimonials .sp-testimonial-pro-wrapper .sp-testimonial-pro .tpro-testimonial-content-area .tpro-testimonial-text p {
  font-size: 3rem !important;
  color: #F3F3F3 !important;
}
.iz-testimonials .sp-testimonial-pro-wrapper .sp-testimonial-pro .tpro-testimonial-content-area .tpro-testimonial-text p em {
  font-style: normal;
  color: #bbb !important;
}
.iz-testimonials .sp-testimonial-pro-wrapper .sp-testimonial-pro .tpro-testimonial-content-area .tpro-testimonial-text p img {
  max-width: 30px;
  max-height: 30px;
  margin: 2rem;
  display: inline-block;
}
.iz-testimonials .sp-testimonial-pro-wrapper .sp-testimonial-pro .tpro-testimonial-meta-area {
  background: none !important;
}
.iz-testimonials .sp-testimonial-pro-wrapper .sp-testimonial-pro .tpro-testimonial-meta-area .tpro-client-image {
  float: left;
  margin-right: 2rem !important;
}
@media (max-width: 500px) {
  .iz-testimonials .sp-testimonial-pro-wrapper .sp-testimonial-pro .tpro-testimonial-meta-area .tpro-client-image {
    float: none !important;
  }
}
.iz-testimonials .sp-testimonial-pro-wrapper .sp-testimonial-pro .tpro-testimonial-meta-area .tpro-client-image img {
  max-width: 100px;
  max-height: 100px;
  background: #aaa !important;
}
@media (max-width: 500px) {
  .iz-testimonials .sp-testimonial-pro-wrapper .sp-testimonial-pro .tpro-testimonial-meta-area .tpro-client-image img {
    min-width: 0;
    width: 75px;
    min-height: 0;
    height: 75px;
  }
}
@media (max-width: 700px) {
  .iz-testimonials .sp-testimonial-pro-wrapper .sp-testimonial-pro .tpro-testimonial-meta-area .tpro-client-image img {
    min-width: 0;
    width: 100px;
    min-height: 0;
    height: 100px;
  }
}
.iz-testimonials .sp-testimonial-pro-wrapper .sp-testimonial-pro .tpro-testimonial-meta-area .tpro-client-name,
.iz-testimonials .sp-testimonial-pro-wrapper .sp-testimonial-pro .tpro-testimonial-meta-area .tpro-client-designation-company {
  color: #F3F3F3 !important;
}
.iz-testimonials .sp-testimonial-pro-wrapper .sp-testimonial-pro .tpro-testimonial-meta-area .tpro-client-name {
  font-family: "Inter var", -apple-system, BlinkMacSystemFont, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 2.4rem !important;
  padding-right: 0.5rem;
}
.iz-testimonials .sp-testimonial-pro-wrapper .sp-testimonial-pro .tpro-testimonial-meta-area .tpro-client-designation-company {
  font-size: 2rem !important;
  color: #bbb !important;
}

.iz-track-record-upper {
  margin: 2rem auto;
}
@media (min-width: 440px) {
  .iz-track-record-upper {
    text-align: center;
    width: 340px !important;
  }
}
.iz-track-record-upper p {
  display: inline-block;
  padding: 0;
  height: 30px;
  margin: 0;
  vertical-align: top;
}
@media (max-width: 800px) {
  .iz-track-record-upper p {
    display: block;
    text-align: center;
  }
}
.iz-track-record-upper .slider {
  height: 30px;
  width: 190px;
  /* overflow: visible; */
  position: relative;
  display: inline-block;
  vertical-align: top;
}
@media (max-width: 800px) {
  .iz-track-record-upper .slider {
    display: block;
    margin: 0 auto;
  }
}
.iz-track-record-upper .mask {
  overflow: hidden;
  height: 100%;
}
.iz-track-record-upper .slider ul {
  margin: 0;
  padding: 0;
  position: relative;
}
.iz-track-record-upper .slider li {
  width: 100%;
  height: 30px;
  position: absolute;
  top: -35px;
  list-style: none;
  margin: 0;
  text-align: left;
}
@media (max-width: 800px) {
  .iz-track-record-upper .slider li {
    text-align: center;
  }
}
.iz-track-record-upper .slider li.anim1 {
  animation: cycle 15s linear infinite;
}
.iz-track-record-upper .slider li.anim2 {
  animation: cycle2 15s linear infinite;
}
.iz-track-record-upper .slider li.anim3 {
  animation: cycle3 15s linear infinite;
}
.iz-track-record-upper .slider li.anim4 {
  animation: cycle4 15s linear infinite;
}
.iz-track-record-upper .slider li.anim5 {
  animation: cycle5 15s linear infinite;
}
.iz-track-record-upper .slider:hover li {
  animation-play-state: paused;
}
@keyframes cycle {
  0% {
    top: 0px;
  }
  4% {
    top: 0px;
  }
  16% {
    top: 0px;
    opacity: 1;
    z-index: 0;
  }
  20% {
    top: 35px;
    opacity: 0;
    z-index: 0;
  }
  21% {
    top: -35px;
    opacity: 0;
    z-index: -1;
  }
  50% {
    top: -35px;
    opacity: 0;
    z-index: -1;
  }
  92% {
    top: -35px;
    opacity: 0;
    z-index: 0;
  }
  96% {
    top: -35px;
    opacity: 0;
  }
  100% {
    top: 0px;
    opacity: 1;
  }
}
@keyframes cycle2 {
  0% {
    top: -35px;
    opacity: 0;
  }
  16% {
    top: -35px;
    opacity: 0;
  }
  20% {
    top: 0px;
    opacity: 1;
  }
  24% {
    top: 0px;
    opacity: 1;
  }
  36% {
    top: 0px;
    opacity: 1;
    z-index: 0;
  }
  40% {
    top: 35px;
    opacity: 0;
    z-index: 0;
  }
  41% {
    top: -35px;
    opacity: 0;
    z-index: -1;
  }
  100% {
    top: -35px;
    opacity: 0;
    z-index: -1;
  }
}
@keyframes cycle3 {
  0% {
    top: -35px;
    opacity: 0;
  }
  36% {
    top: -35px;
    opacity: 0;
  }
  40% {
    top: 0px;
    opacity: 1;
  }
  44% {
    top: 0px;
    opacity: 1;
  }
  56% {
    top: 0px;
    opacity: 1;
    z-index: 0;
  }
  60% {
    top: 35px;
    opacity: 0;
    z-index: 0;
  }
  61% {
    top: -35px;
    opacity: 0;
    z-index: -1;
  }
  100% {
    top: -35px;
    opacity: 0;
    z-index: -1;
  }
}
@keyframes cycle4 {
  0% {
    top: -35px;
    opacity: 0;
  }
  56% {
    top: -35px;
    opacity: 0;
  }
  60% {
    top: 0px;
    opacity: 1;
  }
  64% {
    top: 0px;
    opacity: 1;
  }
  76% {
    top: 0px;
    opacity: 1;
    z-index: 0;
  }
  80% {
    top: 35px;
    opacity: 0;
    z-index: 0;
  }
  81% {
    top: -35px;
    opacity: 0;
    z-index: -1;
  }
  100% {
    top: -35px;
    opacity: 0;
    z-index: -1;
  }
}
@keyframes cycle5 {
  0% {
    top: -35px;
    opacity: 0;
  }
  76% {
    top: -35px;
    opacity: 0;
  }
  80% {
    top: 0px;
    opacity: 1;
  }
  84% {
    top: 0px;
    opacity: 1;
  }
  96% {
    top: 0px;
    opacity: 1;
    z-index: 0;
  }
  100% {
    top: 35px;
    opacity: 0;
    z-index: 0;
  }
}

.iz-track-record-icons {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-content: space-between;
  padding: 0;
}
.iz-track-record-icons li {
  flex-shrink: 0;
  display: block;
  margin: 0.5rem;
  width: 50px;
  height: 50px;
  border-radius: 50px;
}
.iz-track-record-icons li img {
  width: inherit;
  height: inherit;
}

/* ### Header ### */
/* Reduces vertical whitespace */
.header-inner {
  padding-top: 1.8rem !important;
  padding-bottom: 1.8rem !important;
}

/* Makes the site logo smaller (on high-ppi devices that works better than uploading a smaller file) */
.site-logo img {
  max-height: 35px !important;
}

/* Moves burger menu icon up to make sure it's centered including the "Menu* label added by the Twentig plugin */
#site-header button.nav-toggle {
  margin-top: -20px;
}

/* Hides burger menu when navigation is visible */
@media (min-width: 1000px) {
  #site-header .toggle-wrapper {
    display: none !important;
  }
}
.primary-menu .iz-nav-action {
  border: 2px solid #1BE08B;
  border-radius: 3px;
  padding: 4px 1.5rem;
  margin-left: 2rem;
  margin-right: -0.5rem;
}
.primary-menu .iz-nav-action > a {
  padding: 0 !important;
  margin: 0 !important;
}
.primary-menu .iz-nav-action > .icon {
  display: none;
}

.modal-menu .iz-nav-action {
  background-color: #f1fff9;
}

#site-header .primary-menu li.menu-item-has-children:hover > ul.sub-menu {
  transition: none !important;
  border-radius: 0 !important;
  top: calc(100% + 1rem);
  box-shadow: 0 0 8px 0px rgba(100, 100, 100, 0.5);
}

.primary-menu > li > ul:after {
  display: none !important;
  border: none !important;
  background: none !important;
}

/* Hides publish date from articles because they're supposed to get updated */
article.category-article header.entry-header .post-meta-wrapper .post-date {
  display: none;
}

body.page #site-content header .intro-text {
  display: none;
}

/* Underlines post titles in overviews to indicate that they're clickable */
article .entry-title a {
  text-decoration: underline !important;
  text-decoration-color: #1BE08B !important;
}

.wp-block-coblocks-hero {
  margin-top: 0 !important;
}

/* ### Special: Tables ### */
.wp-block-table.is-style-stripes tbody tr:nth-child(odd) {
  background-color: #f0f0f0;
}

/* Observed in a 3-column grid each with a float-left image: Image had no margin with viewport width >= 1000px */
.iz-image-float-in-column {
  float: left;
  margin: 0 1em 0.5em 0 !important;
}
.iz-image-float-in-column figure {
  margin: 0 !important;
}

.iz-no-margin {
  margin: 0;
}

/* Special: Allows to clear floats */
.iz-clear-both {
  clear: both;
}

.iz-table-bigger-first-column table th {
  width: 80%;
}

.iz-table-bigger-first-column table th:first-child {
  width: 20%;
}

.iz-bg-block-upper {
  padding: 6rem 0 0 0 !important;
  margin-bottom: 0 !important;
  padding: 6rem 4rem 0 4rem !important;
}

.iz-bg-block-lower {
  padding: 0 0 6rem 0 !important;
  margin-top: 0 !important;
  padding: 0 4rem 6rem 4rem !important;
}

.iz-bg-block {
  margin: 4rem 0 !important;
  padding: 6rem 1rem !important;
}

.iz-bg-block,
.iz-bg-block-upper,
.iz-bg-block-lower {
  max-width: none !important;
  width: 100% !important;
  background: #f2f2f2;
}
.iz-bg-block.iz-margin-no-top,
.iz-bg-block-upper.iz-margin-no-top,
.iz-bg-block-lower.iz-margin-no-top {
  margin-top: 0 !important;
}
.iz-bg-block.iz-margin-no-bottom,
.iz-bg-block-upper.iz-margin-no-bottom,
.iz-bg-block-lower.iz-margin-no-bottom {
  margin-bottom: 0 !important;
}

.iz-margin-no-top {
  margin-top: 0 !important;
}

.iz-margin-no-bottom {
  margin-bottom: 0 !important;
}

/* Footer: Turn labels into icons */
#site-footer .footer-inline {
  display: flex;
  justify-content: center;
}
#site-footer .footer-menu .iz-footer-menu-item-icon a {
  background-repeat: no-repeat;
  background-size: contain;
  height: 20px;
  width: 20px;
  display: inline-block;
  vertical-align: middle;
  /* Hide the text. */
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
#site-footer .iz-footer-menu-item-medium a {
  background-image: url(https://imagine-zero.org/wp-content/uploads/2020/08/medium-icon.png);
}
#site-footer .iz-footer-menu-item-linkedin a {
  background-image: url(https://imagine-zero.org/wp-content/uploads/2020/08/linkedin-icon.png);
}
#site-footer li:not(.iz-footer-menu-item-icon) a {
  text-decoration: underline;
  text-decoration-color: #1BE08B;
}

/* ### Special: Full page templates ### */
/* Hides language switcher footer on pages with no header/footer */
.page-template-tw-no-header-footer .wpml-ls-statics-footer.wpml-ls {
  display: none;
}

body.home {
  /* Hides "Imagine Zero" on home page */
  /* Home page: Replaces site name and whitespace with hero image with tagline */
}
body.home #site-content .entry-header h1 {
  display: none;
}
@media (min-width: 500px) {
  body.home .wp-block-coblocks-hero .has-background-image {
    background-position-y: -6% !important;
  }
}
@media (min-width: 1000px) {
  body.home .wp-block-coblocks-hero .has-background-image {
    background-position-y: -6% !important;
  }
  body.home .wp-block-coblocks-hero .has-background-image::before {
    opacity: 0;
  }
}
@media (min-width: 1100px) {
  body.home .wp-block-coblocks-hero .has-background-image {
    background-position-y: 4% !important;
  }
}
@media (min-width: 1200px) {
  body.home .wp-block-coblocks-hero .has-background-image {
    background-position-y: 8% !important;
  }
}
@media (min-width: 1300px) {
  body.home .wp-block-coblocks-hero .has-background-image {
    background-position-y: 12% !important;
  }
}
@media (min-width: 1400px) {
  body.home .wp-block-coblocks-hero .has-background-image {
    background-position-y: 16% !important;
  }
}
@media (min-width: 1500px) {
  body.home .wp-block-coblocks-hero .has-background-image {
    background-position-y: 20% !important;
  }
}
@media (min-width: 1600px) {
  body.home .wp-block-coblocks-hero .has-background-image {
    background-position-y: 21% !important;
  }
}
@media (min-width: 1700px) {
  body.home .wp-block-coblocks-hero .has-background-image {
    background-position-y: 22.5% !important;
  }
}
@media (min-width: 1800px) {
  body.home .wp-block-coblocks-hero .has-background-image {
    background-position-y: 24% !important;
  }
}
@media (min-width: 1900px) {
  body.home .wp-block-coblocks-hero .has-background-image {
    background-position-y: 25.5% !important;
  }
}
@media (min-width: 2000px) {
  body.home .wp-block-coblocks-hero .has-background-image {
    background-position-y: 27% !important;
  }
}
body.home .wp-block-coblocks-hero {
  text-shadow: 0 0 20px black;
  margin-bottom: 0 !important;
}
body.home .wp-block-columns {
  justify-items: center;
  justify-content: center;
}
body.home .iz-home-stats {
  margin-top: 0;
}
body.home .iz-home-stats a {
  text-decoration: none !important;
}
body.home .iz-home-logo-animation {
  margin: 0 !important;
  padding: 0 !important;
  background: #fbfbfb;
}
body.home .iz-home-logo-animation + div {
  margin-top: 0 !important;
}
body.home .iz-home-logo-animation > div {
  display: flex;
  align-items: center;
  justify-content: center;
}
body.home .iz-home-logo-animation > div > p {
  color: transparent;
  background: url("https://static.imagine-zero.org/images/home/claim-animation.gif");
  background-size: 100%;
  background-repeat: no-repeat;
  background-position-y: center;
  width: 625px;
  height: 150px;
  margin: 4rem !important;
  padding: 0;
  max-width: 50rem !important;
}
body.home .iz-track-record {
  margin-bottom: 0 !important;
}
body.home .iz-home-news-big {
  background-color: black;
  margin-top: 0 !important;
}
body.home .iz-home-news-big article {
  background-color: black;
  margin-bottom: 4rem;
}
body.home .iz-home-news-big article .post-thumbnail {
  margin: 0;
}
body.home .iz-home-news-big article .entry-wrapper {
  padding: 2rem;
  color: white;
}
body.home .iz-home-news-small .entry-wrapper {
  display: flex;
  flex-direction: column;
}
body.home .iz-home-news-small .entry-wrapper .entry-meta {
  order: -1;
  margin-bottom: 0.5rem;
}
body.home .iz-home-news-small .entry-wrapper .entry-meta .byline {
  display: none;
}
body.home header.entry-header {
  padding-top: 0;
  padding-bottom: 0;
}

/* Author pages */
body.author main article {
  display: none;
}

body.author main hr {
  display: none;
}

body.author #pagination-wrapper {
  display: none;
}

body.author #infinite-handle {
  display: none;
}

/* Hides author and date for posts of type project */
article.category-project .post-meta-wrapper {
  display: none;
}

/* Hides the excerpt from posts of type Project */
article.category-project .entry-header .intro-text {
  display: none;
}

/* Reduces whitespace between title and content for posts of type Project */
article.category-project .post-inner {
  padding-top: 0;
}

/* Hides excerpt from articles */
article.category-article header.entry-header .intro-text {
  display: none;
}

body.page-id-84 .rt-team-container .single-team-area img,
body.page-id-491 .rt-team-container .single-team-area img {
  opacity: 0.7;
  filter: grayscale(90%);
}
body.page-id-84 .rt-team-container .single-team-area:hover img,
body.page-id-491 .rt-team-container .single-team-area:hover img {
  opacity: 1;
  filter: none;
}
body.page-id-84 .rt-team-container .single-team-area h3, body.page-id-84 .rt-team-container .single-team-area .tlp-position,
body.page-id-491 .rt-team-container .single-team-area h3,
body.page-id-491 .rt-team-container .single-team-area .tlp-position {
  color: #1C1C1C !important;
}
body.page-id-84 .tlp-content,
body.page-id-491 .tlp-content {
  background: white !important;
}

body.page-id-4279 .wp-block-coblocks-hero__inner,
body.page-id-6374 .wp-block-coblocks-hero__inner {
  background-position: center 200px !important;
  background-repeat: no-repeat !important;
  background-size: 100%;
}
@media (max-width: 2800px) {
  body.page-id-4279 .wp-block-coblocks-hero__inner,
body.page-id-6374 .wp-block-coblocks-hero__inner {
    background-position: center 230px !important;
  }
}
@media (max-width: 2100px) {
  body.page-id-4279 .wp-block-coblocks-hero__inner,
body.page-id-6374 .wp-block-coblocks-hero__inner {
    background-position: center 240px !important;
  }
}
@media (max-width: 1900px) {
  body.page-id-4279 .wp-block-coblocks-hero__inner,
body.page-id-6374 .wp-block-coblocks-hero__inner {
    background-position: center 250px !important;
  }
}
@media (max-width: 1000px) {
  body.page-id-4279 .wp-block-coblocks-hero__inner,
body.page-id-6374 .wp-block-coblocks-hero__inner {
    background-size: 150%;
  }
}
@media (max-width: 600px) {
  body.page-id-4279 .wp-block-coblocks-hero__inner,
body.page-id-6374 .wp-block-coblocks-hero__inner {
    background-size: 200%;
  }
}
@media (max-width: 400px) {
  body.page-id-4279 .wp-block-coblocks-hero__inner,
body.page-id-6374 .wp-block-coblocks-hero__inner {
    background-size: 300%;
  }
}
@media (max-width: 300px) {
  body.page-id-4279 .wp-block-coblocks-hero__inner,
body.page-id-6374 .wp-block-coblocks-hero__inner {
    background-size: 400%;
  }
}
@media (max-width: 200px) {
  body.page-id-4279 .wp-block-coblocks-hero__inner,
body.page-id-6374 .wp-block-coblocks-hero__inner {
    background-size: cover;
    background-position: bottom !important;
  }
}
body.page-id-4279 #site-content article header,
body.page-id-6374 #site-content article header {
  display: none;
}
@media (min-width: 1700px) {
  body.page-id-4279 .iz-donors-circles,
body.page-id-6374 .iz-donors-circles {
    max-width: 1700px;
  }
  body.page-id-4279 .iz-donors-circles strong,
body.page-id-6374 .iz-donors-circles strong {
    font-size: 2.5rem !important;
  }
}
body.page-id-4279 .iz-donors-circles > div,
body.page-id-6374 .iz-donors-circles > div {
  display: flex;
  flex-direction: row;
  align-items: stretch;
}
body.page-id-4279 .iz-donors-circles > div ul,
body.page-id-6374 .iz-donors-circles > div ul {
  display: flex;
  flex-wrap: wrap;
  width: 200px;
  margin: 0;
  align-items: center;
  justify-content: space-around;
}
body.page-id-4279 .iz-donors-circles > div ul li,
body.page-id-6374 .iz-donors-circles > div ul li {
  flex: 1;
  display: flex;
  background: #f2f2f2;
  text-align: center;
  border-radius: 500px;
  padding: 2vw;
  margin: 2rem 0;
  min-width: 200px;
  max-width: 40%;
}
body.page-id-4279 .iz-donors-circles > div ul li:before,
body.page-id-6374 .iz-donors-circles > div ul li:before {
  content: "";
  display: block;
  padding-top: 100%;
  float: left;
}
@media (max-width: 900px) {
  body.page-id-4279 .iz-donors-circles > div ul li,
body.page-id-6374 .iz-donors-circles > div ul li {
    min-width: 300px;
  }
}
@media (max-width: 800px) {
  body.page-id-4279 .iz-donors-circles > div ul li,
body.page-id-6374 .iz-donors-circles > div ul li {
    min-width: 250px;
  }
}
@media (max-width: 700px) {
  body.page-id-4279 .iz-donors-circles > div ul li,
body.page-id-6374 .iz-donors-circles > div ul li {
    min-width: 200px;
  }
}
@media (max-width: 500px) {
  body.page-id-4279 .iz-donors-circles > div ul li,
body.page-id-6374 .iz-donors-circles > div ul li {
    min-width: 180px;
  }
}
@media (max-width: 400px) {
  body.page-id-4279 .iz-donors-circles > div ul li,
body.page-id-6374 .iz-donors-circles > div ul li {
    min-width: 140px;
  }
}
@media (max-width: 300px) {
  body.page-id-4279 .iz-donors-circles > div ul li,
body.page-id-6374 .iz-donors-circles > div ul li {
    min-width: 100px;
  }
}
body.page-id-4279 .iz-donors-circles > div ul li strong,
body.page-id-6374 .iz-donors-circles > div ul li strong {
  font-weight: normal;
  font-family: "Inter var", -apple-system, BlinkMacSystemFont, "Helvetica Neue", Helvetica, sans-serif;
  align-self: center;
  white-space: break-spaces;
  font-size: 1.6vw;
}
@media (max-width: 1000px) {
  body.page-id-4279 .iz-donors-circles > div ul li strong,
body.page-id-6374 .iz-donors-circles > div ul li strong {
    font-size: 1.9vw;
  }
}
@media (max-width: 900px) {
  body.page-id-4279 .iz-donors-circles > div ul li strong,
body.page-id-6374 .iz-donors-circles > div ul li strong {
    font-size: 3.1vw;
  }
}
@media (max-width: 700px) {
  body.page-id-4279 .iz-donors-circles > div ul li strong,
body.page-id-6374 .iz-donors-circles > div ul li strong {
    font-size: 2.6vw;
  }
}
@media (max-width: 600px) {
  body.page-id-4279 .iz-donors-circles > div ul li strong,
body.page-id-6374 .iz-donors-circles > div ul li strong {
    font-size: 3vw;
  }
}
body.page-id-4279 .wp-block-image figure,
body.page-id-6374 .wp-block-image figure {
  max-width: none !important;
}
@media (max-width: 600px) {
  body.page-id-4279 .wp-block-image figure,
body.page-id-6374 .wp-block-image figure {
    max-width: 30vw !important;
  }
}
body.page-id-4279 .wp-block-buttons .wp-block-button,
body.page-id-6374 .wp-block-buttons .wp-block-button {
  display: flex;
}

body.page-id-4573 .wp-block-jetpack-layout-grid,
body.page-id-6312 .wp-block-jetpack-layout-grid {
  background: linear-gradient(#040808, #0c1718, #0c1718);
  margin-top: 4rem;
}
body.page-id-4573 .wp-block-jetpack-layout-grid .wp-block-embed,
body.page-id-6312 .wp-block-jetpack-layout-grid .wp-block-embed {
  margin: 2rem !important;
}
@media (max-width: 600px) {
  body.page-id-4573 .iz-cta .wp-block-button,
body.page-id-6312 .iz-cta .wp-block-button {
    width: 100%;
    margin-right: 0;
    margin-left: 0;
  }
}
body.page-id-4573 .iz-challenges-submitted,
body.page-id-6312 .iz-challenges-submitted {
  display: none;
}
body.page-id-4573 .coblocks-form__submitted,
body.page-id-6312 .coblocks-form__submitted {
  display: none;
}
body.page-id-4573 .entry-content > .iz-bg-block:nth-child(2),
body.page-id-6312 .entry-content > .iz-bg-block:nth-child(2) {
  margin-top: 0 !important;
}
body.page-id-4573 .iz-challenges-headline,
body.page-id-6312 .iz-challenges-headline {
  margin-bottom: 4rem;
}
body.page-id-4573 .iz-challenges-headline h2,
body.page-id-6312 .iz-challenges-headline h2 {
  margin: 0;
}
body.page-id-4573 .iz-challenges-bootstrap summary em,
body.page-id-6312 .iz-challenges-bootstrap summary em {
  background-color: #14ad6b;
}
body.page-id-4573 summary,
body.page-id-6312 summary {
  font-family: "Inter var", -apple-system, BlinkMacSystemFont, "Helvetica Neue", Helvetica, sans-serif;
  background-color: #3C3C3C;
  color: #F3F3F3;
}
body.page-id-4573 summary em, body.page-id-4573 summary strong,
body.page-id-6312 summary em,
body.page-id-6312 summary strong {
  background-color: rgba(41, 128, 255, 0.7);
  color: #3C3C3C;
  display: inline-block;
  vertical-align: text-bottom;
  margin: 3px 0.1rem 1px 0;
  padding: 0px 8px;
  font-style: normal;
  border-radius: 3px;
  font-size: 0.8em;
}
body.page-id-4573 summary strong,
body.page-id-6312 summary strong {
  background-color: rgba(255, 62, 73, 0.7);
  font-weight: normal;
}
body.page-id-4573 details > div,
body.page-id-6312 details > div {
  border: none;
}
body.page-id-4573 details form,
body.page-id-6312 details form {
  display: flex;
  align-content: stretch;
  flex-flow: row wrap;
  margin-top: 4rem;
}
body.page-id-4573 details form label,
body.page-id-6312 details form label {
  display: none;
}
body.page-id-4573 details form input[type=email],
body.page-id-6312 details form input[type=email] {
  width: auto;
  flex: 100 0px;
  border: 2px solid #1BE08B;
  margin-right: 2rem;
  padding: 1rem;
}
body.page-id-4573 details form .wp-block-button,
body.page-id-6312 details form .wp-block-button {
  padding: 0;
}
body.page-id-4573 details form .wp-block-button button,
body.page-id-6312 details form .wp-block-button button {
  padding: 1rem 2rem;
}

.iz-phileas-header-first-row {
  margin-bottom: 2rem !important;
}

.iz-phileas-header-first-row .wp-block-columns {
  margin-bottom: 0 !important;
}

.iz-phileas-header-first-row .wp-block-columns .wp-block-image {
  margin-bottom: 0 !important;
}

.iz-phileas-header-second-row {
  margin-top: 0 !important;
  /* Reduces vertical space between items and flag on mobile */
  grid-gap: 0 !important;
}

/* Removes whitespace around language link */
.iz-phileas-header-nav-first-col {
  padding-top: 0.5rem;
}

.iz-phileas-header-second-row p {
  margin: 0.4rem 0 0 0;
}

.iz-phileas-header-second-row .wpml-ls-link {
  padding: 0;
}

.iz-phileas-header-second-row .wpml-ls {
  padding: 0;
}

.iz-phileas-header {
  margin-bottom: 0;
}

.post-1163 .wp-block-coblocks-gallery-carousel .flickity-button.previous,
.post-1163 .wp-block-coblocks-gallery-carousel .flickity-button.next {
  background-color: #1BE08B;
}

/* ### Impact 1on1 */
.iz-impact1on1-navigation {
  top: 0;
  position: fixed;
  z-index: 100;
  background: white;
}

.iz-impact1on1-navigation h2 {
  margin: 0;
}

.iz-impact1on1-navigation .wp-block-navigation {
  margin: 0;
}

#post-932 .wp-block-cover {
  margin-top: 0;
}

body.postid-5742 .iz-act-top-buttons {
  display: flex;
  justify-items: center;
  justify-content: space-around;
  margin: 0;
}
@media (min-width: 700px) {
  body.postid-5742 .iz-act-top-buttons {
    justify-content: center;
  }
}
body.postid-5742 .iz-act-top-buttons .wp-block-button {
  width: 45%;
  margin: 0;
}
@media (min-width: 700px) {
  body.postid-5742 .iz-act-top-buttons .wp-block-button {
    width: 30rem;
    margin: 0 2rem;
  }
}
body.postid-5742 .iz-act-top-buttons .wp-block-button > a {
  width: 100%;
  padding-left: 1em;
  padding-right: 1em;
}
body.postid-5742 .wp-block-jetpack-layout-grid {
  background: linear-gradient(#040808, #0c1718, #0c1718);
  margin-top: 4rem;
  margin-bottom: 0;
}
body.postid-5742 .wp-block-jetpack-layout-grid .wp-block-embed {
  margin: 2rem !important;
}
body.postid-5742 .wp-block-jetpack-layout-grid + .wp-block-group {
  margin-top: 0 !important;
}
body.postid-5742 .iz-matcha img {
  margin: 0 2rem 2rem 0;
}
@media (max-width: 700px) {
  body.postid-5742 .iz-matcha .wp-block-image {
    float: none !important;
    text-align: center;
  }
  body.postid-5742 .iz-matcha .wp-block-image figure {
    float: none !important;
    display: inline-block;
    margin: 0;
  }
}

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