:root {
  --almost-white: #fffef8;
  --main: "Source Sans 3", sans-serif;
  --black: #2e2e2e;
  --headings: "Source Sans 3", sans-serif;
  --accent: #6c8872;
  --secondary-orange: #e69a20;
  --dark: #5e8ab4;
  --white: #fffffffc;
  --transparent: #fff0;
  --secondary-red: #fc4c02;
  --relume-library-lite--rl-black\<deleted\|variable-a7d61fee\>: black;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

body {
  background-color: var(--almost-white);
  font-family: var(--main);
  color: var(--black);
  font-size: 1rem;
  font-weight: 300;
  line-height: 1rem;
}

h1 {
  font-family: var(--headings);
  margin-top: 0;
  margin-bottom: 1rem;
  font-size: 4.2rem;
  font-weight: 700;
  line-height: 1.2;
}

h2 {
  font-family: var(--headings);
  margin-top: 0;
  margin-bottom: 2rem;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
}

h3 {
  font-family: var(--headings);
  letter-spacing: .5px;
  margin-top: 0;
  margin-bottom: 15px;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.3;
}

h4 {
  font-family: var(--headings);
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
}

h5 {
  font-family: var(--headings);
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
}

h6 {
  font-family: var(--headings);
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
}

p {
  margin-bottom: 2rem;
  font-size: 1.3rem;
  font-weight: 300;
  line-height: 1.5;
}

a {
  color: var(--accent);
  cursor: pointer;
  text-decoration: underline;
  transition: color .3s;
}

a:hover {
  color: var(--secondary-orange);
}

ul, ol {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 0;
}

img {
  max-width: 100%;
  display: inline-block;
}

label {
  margin-bottom: 5px;
  font-weight: bold;
  display: block;
}

strong {
  font-weight: bold;
}

em {
  font-style: italic;
}

blockquote {
  border-left: 5px solid #e2e2e2;
  margin-bottom: 10px;
  padding: 10px 20px;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1;
}

.section {
  padding: 5rem 2.5%;
  position: relative;
}

.section.hero {
  background-image: url('../images/watermark-2.png'), linear-gradient(#00000057, #00000057), url('../images/cover-image.jpg');
  background-position: 100% 100%, 0 0, 100% 0;
  background-repeat: no-repeat, repeat, repeat;
  background-size: auto 70%, auto, cover;
  background-attachment: scroll, scroll, scroll;
  height: 100%;
  margin-top: 0;
  padding: 15rem 0% 8rem;
}

.section.author-page {
  padding-bottom: 4rem;
}

.section.light-pattern {
  color: var(--black);
  background-image: url('../images/pattern.jpg');
  background-position: 0 0;
  background-size: auto;
}

.section.blue {
  background-color: var(--dark);
  color: var(--white);
  background-image: url('../images/curve-left.png');
  background-position: -2% 100%;
  background-repeat: no-repeat;
  background-size: 40%;
  padding-top: 8rem;
  padding-bottom: 8rem;
}

.section.blue.graphic-overlay-right {
  background-image: url('../images/white-curve.png');
  background-position: 100% 100%;
  background-size: 40%;
  background-attachment: fixed;
}

.section.background-white {
  background-image: none;
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto;
}

.section.background-white.custom-padding {
  padding-bottom: 0;
  padding-left: 0%;
  padding-right: 0%;
}

.section.green {
  background-color: var(--accent);
  color: var(--white);
}

.container {
  max-width: 80rem;
}

.container.hero-text {
  width: 80%;
  margin-left: auto;
}

.container.narrower {
  width: 80%;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
}

.container.flex {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: space-between;
  align-items: flex-start;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.container.flex.max-width-medium {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  max-width: 64rem;
}

.container.flex.margin-right-0 {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  max-width: none;
  margin-right: 0;
  padding-left: 2.5%;
}

.container.flex.margin-left-0 {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  max-width: none;
  margin-left: 0;
  padding-right: 2.5%;
}

.useful-links-box {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  text-transform: uppercase;
  justify-content: center;
  margin-bottom: 3.5rem;
  font-size: 1.1rem;
  font-weight: 700;
}

.info-text-footer {
  text-align: center;
  line-height: 1.5;
}

.form-button {
  background-color: var(--accent);
  width: 100%;
  color: var(--dark);
  text-align: center;
  text-transform: uppercase;
  cursor: pointer;
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-weight: 700;
  transition: background-color .3s;
}

.form-button:hover {
  background-color: var(--secondary-orange);
  color: var(--dark);
}

.post-summary-box.author-page {
  border-bottom: 1px solid var(--accent);
  margin-bottom: 3rem;
  padding-bottom: 3rem;
}

.accent-color-background {
  background-color: var(--accent);
  color: var(--dark);
}

.author-profile-picture-metadata {
  object-fit: cover;
  border-radius: 100px;
  width: 1.9rem;
  height: 1.9rem;
  display: block;
}

.post-tags-box {
  z-index: 1;
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  display: flex;
  position: relative;
}

.post-tag {
  color: var(--dark);
  text-transform: lowercase;
  cursor: pointer;
  border-radius: 20px;
  padding: .3rem 1rem .4rem;
  font-size: .9rem;
  font-weight: 400;
  line-height: 1;
  text-decoration: none;
  transition: opacity .3s;
  display: block;
}

.post-tag:hover {
  opacity: .6;
  color: var(--dark);
  box-shadow: 0 0 20px #181b22cc;
}

.attribution-box {
  grid-column-gap: .2rem;
  grid-row-gap: .2rem;
  color: var(--almost-white);
  align-self: center;
  align-items: center;
  text-decoration: none;
  transition: color .3s;
  display: flex;
}

.attribution-box:hover {
  color: var(--accent);
}

.bold {
  margin-bottom: 0;
  font-weight: 700;
}

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

.footer-link {
  color: var(--almost-white);
  transition: font-variation-settings .3s, color .3s;
}

.footer-link:hover {
  color: var(--dark);
  font-weight: 700;
}

.client-logo {
  mix-blend-mode: luminosity;
  width: 100%;
  max-width: 100px;
  max-height: 3rem;
  display: block;
}

.button {
  background-color: var(--transparent);
  letter-spacing: .8px;
  text-transform: uppercase;
  cursor: pointer;
  border: 2px solid #fdfcf924;
  padding: 1rem 2rem;
  font-size: 1rem;
  font-weight: 700;
  transition: color .3s, background-color .3s;
}

.button:hover {
  background-color: var(--accent);
  color: var(--dark);
}

.hero-heading {
  color: var(--white);
  font-size: 7rem;
  line-height: 1;
}

.logo-nav {
  width: 150px;
  display: block;
}

.nav-container {
  align-items: stretch;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
  padding-top: 11px;
  padding-bottom: 11px;
  display: flex;
}

.nav-menu {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  align-items: center;
  margin-left: auto;
  display: flex;
}

.navbar {
  background-color: var(--white);
  padding-left: 2.5%;
  padding-right: 2.5%;
  position: fixed;
  inset: 0% 0% auto;
  box-shadow: 0 -3px 14px 1rem #0000004a;
}

.nav-link {
  margin: 20px 0 0;
  padding: 5px 0;
  font-style: normal;
  font-weight: 400;
}

.nav-link:hover, .nav-link.w--current {
  color: var(--accent);
}

.nav-box-left {
  align-items: center;
  width: 100%;
  display: flex;
}

.nav-link-box {
  color: var(--almost-white);
  align-self: center;
  margin-left: auto;
  margin-right: 0;
  padding: 0;
  display: inline-block;
}

.nav-link-box.hide-until-mobile {
  display: none;
}

.nav-animated-line {
  border-top: 1px solid var(--accent);
  width: 0%;
  height: 1px;
  margin-bottom: 20px;
  margin-left: 0;
}

.container-blog-post {
  margin-bottom: 0;
  padding-top: 3rem;
  padding-bottom: 0;
}

.post-feature-image {
  z-index: 2;
  object-fit: cover;
  width: 100%;
  height: 25rem;
  position: relative;
}

.post-hero-section {
  padding-top: 5rem;
}

.post-main-content {
  max-width: 50rem;
  margin-left: auto;
  margin-right: auto;
}

.author-box {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  color: var(--almost-white);
  align-items: center;
  text-decoration: none;
  transition: color .3s;
  display: flex;
}

.author-box:hover {
  color: var(--accent);
}

.author-box.category-styles {
  margin-bottom: 3rem;
  transition-property: none;
}

.author-box.category-styles:hover {
  color: var(--almost-white);
}

.post-h1-heading {
  margin-bottom: 1.5rem;
}

.nav-link-cta {
  color: var(--almost-white);
  cursor: pointer;
  background-color: #ffffff0d;
  align-self: center;
  margin-left: auto;
  margin-right: 0;
  padding: 1rem 2.5rem;
  transition: color .3s, background-color .3s;
}

.nav-link-cta:hover {
  background-color: var(--accent);
  color: var(--dark);
}

.brand {
  margin-right: 2rem;
}

.uppercase {
  letter-spacing: 4px;
  text-transform: uppercase;
  font-size: .8rem;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.flex-box {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  margin-top: 1rem;
  display: flex;
}

.flex-box.author-page {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
}

.label {
  font-family: var(--headings);
  text-align: left;
}

.h1-style {
  font-family: var(--headings);
  font-size: 4.2rem;
  line-height: 1.2;
}

.tag-link-box {
  text-decoration: none;
  transition: opacity .3s;
}

.tag-link-box:hover {
  opacity: .6;
}

.two-columns-grid-box {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  border-bottom: 1px solid var(--accent);
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 2rem;
  padding-bottom: 2rem;
  display: grid;
}

.post-image-category-page {
  object-fit: cover;
  width: 100%;
  height: 100%;
  max-height: 350px;
  margin-left: auto;
  margin-right: auto;
}

.post-title-category-page {
  max-width: 31ch;
  margin-bottom: .7rem;
  font-size: 2.2rem;
}

.category-page-heading-box {
  grid-column-gap: 1rem;
  grid-row-gap: 0rem;
  flex-wrap: wrap;
  margin-bottom: 1rem;
  display: flex;
}

.category-page-heading {
  font-size: 5.7rem;
}

.category-list-filter-box {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  border-bottom: 3px solid var(--accent);
  align-items: center;
  margin-bottom: 3rem;
  padding-bottom: 2rem;
  display: flex;
}

.author-big-image {
  object-fit: cover;
  border-radius: 100px;
  width: 10rem;
  height: 10rem;
  overflow: hidden;
}

.author-hero-page-box {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  align-items: center;
  margin-top: 0;
  display: flex;
}

.author-page-hero-heading {
  font-family: var(--headings);
  margin-top: 1rem;
  margin-bottom: 0;
  font-size: 6rem;
  line-height: .8;
}

.author-page-hero-box {
  border-bottom: 4px solid var(--accent);
  margin-bottom: 2rem;
  padding-bottom: 2rem;
}

.post-image-author-page {
  object-fit: cover;
  width: 100%;
  max-height: 20rem;
  margin-bottom: 2rem;
}

.post-title-author-page {
  z-index: 2;
  max-width: 30ch;
  position: relative;
}

.main-wrap {
  height: 100%;
  margin-top: 0;
  padding-top: 4.5rem;
  overflow: visible;
}

.footer {
  background-color: var(--secondary-red);
}

.column {
  padding-top: 0;
  position: relative;
}

.column.left {
  width: 50%;
}

.column.left.smaller {
  width: 47%;
}

.column.left.larger {
  width: 60%;
}

.column.left.col-size-medium {
  width: 55%;
}

.column.right-flex {
  width: 50%;
}

.column.right-flex.smaller {
  width: 40%;
}

.sticky-element {
  flex-flow: column;
  flex: 1;
  width: 100%;
  margin-bottom: 3rem;
  display: flex;
  position: sticky;
  top: 5rem;
}

.sticky-element.slider {
  margin-bottom: 0;
}

.sticky-element.col-sm {
  max-width: 32rem;
}

.left-column {
  max-width: 650px;
  padding-right: 2rem;
}

.callout-font-large {
  color: var(--accent);
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.4;
}

.highlight {
  font-style: normal;
  box-shadow: inset 0 -18px #6c887247;
}

.highlight.yellow {
  font-weight: 700;
  box-shadow: inset 0 -18px #e69a2045;
}

.highlight.red {
  font-weight: 700;
  box-shadow: inset 0 -18px #fc4c0226;
}

.callout-image-large {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.callout-style-a {
  color: #3c3cfe;
  position: sticky;
  top: 20px;
}

.container-2 {
  flex-flow: column;
  margin-left: auto;
  margin-right: auto;
  padding-left: 4rem;
  padding-right: 4rem;
  display: flex;
}

.container-2.large {
  max-width: 80rem;
}

.container-2.large.layout-2-col {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: row;
  padding-top: 3rem;
  position: relative;
}

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

.eyebrow {
  color: var(--almost-white);
  text-transform: uppercase;
  margin-bottom: 25px;
  font-size: 1.3rem;
  font-weight: 700;
}

.image-4 {
  width: 240px;
  margin-bottom: 1rem;
}

.content_wrap {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.content_wrap.align-right {
  text-align: right;
  justify-content: center;
  align-items: flex-end;
}

.content_wrap.max-width-medium {
  justify-content: center;
  align-items: flex-start;
  width: 85%;
  margin-left: auto;
  margin-right: auto;
}

.content_wrap.max-width-small {
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 990px;
  margin-left: auto;
  margin-right: auto;
}

.content_wrap.max-width-small.align-center {
  grid-column-gap: 55px;
  grid-row-gap: 55px;
  justify-content: center;
  align-items: center;
  padding-top: 0;
}

.numbers {
  letter-spacing: -4px;
  font-weight: 900;
  line-height: 1;
}

.numbers.huge {
  width: 100%;
  color: var(--secondary-orange);
  text-align: center;
  font-size: 4rem;
}

.numbers.huge.red {
  color: var(--secondary-red);
  text-align: right;
}

.numbers.huge.blue {
  color: var(--dark);
}

.numbers.huge.green {
  color: var(--accent);
  text-align: right;
}

.card_wrap {
  grid-column-gap: 0px;
  grid-row-gap: 24px;
  border: 1px #ebf7fc;
  border-bottom-color: #a4cdbc;
  border-radius: 0;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 20px;
  display: flex;
}

.card_wrap.one-quarter {
  border-bottom-style: none;
  justify-content: space-between;
  align-items: flex-start;
  width: 20%;
}

.card_wrap.align-right {
  flex-flow: column;
  justify-content: center;
  align-items: flex-end;
  padding-top: 0;
}

.card_wrap.thirds {
  justify-content: space-between;
  align-items: flex-start;
  width: 32%;
}

.flex_wrap {
  grid-column-gap: 53px;
  grid-row-gap: 53px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: none;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.flex_wrap.metrics {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: wrap;
  justify-content: space-around;
  align-items: stretch;
  max-width: none;
}

.flex_wrap.metrics.vertical {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-end;
}

.data-details {
  text-align: center;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.3;
}

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

.section-no-padding {
  position: relative;
}

.section-no-padding.background-blue {
  background-color: var(--dark);
}

.section-no-padding.background-blue.graphic-overlay {
  background-image: url('../images/watermark-2.png');
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-size: 55%;
}

.section-hero {
  background-image: linear-gradient(356deg, #0000008c, #fff0 73%), url('../images/community-image.jpg');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  height: 70vh;
  position: relative;
}

.section-hero.overlay {
  background-image: linear-gradient(259deg, var(--dark) 13%, #fff0), url('../images/CARE-Nevada-Kathy-65-1.png');
  background-position: 0 0, 50%;
  background-size: auto, auto;
  background-attachment: scroll, fixed;
  height: 75vh;
  margin-bottom: 0;
}

.section-hero.overlay.education {
  background-image: linear-gradient(100deg, #6b2000a3, #fff0 82%), url('../images/2024-01-30---GBS-Classroom-Sessions---1094-1.png');
  height: 80vh;
}

.section-hero.overlay.agriculture {
  background-image: linear-gradient(100deg, #325c3b, #fff0 82%), url('../images/artisan.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  height: 80vh;
}

.section-hero.donors {
  background-image: linear-gradient(#0c3e5fd6, #0c3e5fd6), url('../images/Modern-Farmer-5-1.png');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  justify-content: flex-start;
  align-items: flex-start;
  height: 100vh;
  margin-bottom: 0;
  padding-top: 8rem;
  display: flex;
}

.section-hero.climate {
  background-image: linear-gradient(356deg, #0000008c, #fff0 73%), url('../images/NYCHAQueensbridgeHouses_NYC.jpg');
  margin-bottom: 0;
}

.section-hero.last {
  background-image: url('../images/Bhutanese-farmers-whistling-while-winnowing-the-rice-harvest_photo-courtesy-Lotus-Foods-1.jpg');
  background-position: 0 0;
  background-size: cover;
  background-attachment: fixed;
  height: 60vh;
}

.read-more {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.issue-icon {
  width: 300px;
  position: absolute;
  inset: auto auto 14% 9%;
}

.issue-area-name {
  background-color: var(--secondary-orange);
  margin-top: 40px;
  padding: 15px;
  font-weight: 700;
  display: inline-block;
}

.issue-area-name.temp-hide {
  display: none;
}

.issue-area-icon {
  margin-left: 0;
}

.cf-dropdown-links {
  color: #000;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 31%;
  padding: 40px 20px;
  text-decoration: none;
  display: flex;
}

.cf-visual-features-item {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.cf-visual-features-item.navbar {
  color: #0d0e10;
  background-color: #fff;
  border-radius: 0;
  padding: 40px;
  text-decoration: none;
}

.cf-visual-features-item.navbar:hover {
  background-color: #fafafa;
}

.cf-resource-visual-item {
  color: #000;
  flex-direction: column;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.rl_navbar2_logo {
  width: 150px;
}

.rl_menu-icon2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: var(--transparent);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 64px;
  height: 64px;
  margin-right: -.05px;
  padding-right: 0;
  display: flex;
}

.rl_menu-icon2_line-middle {
  background-color: var(--dark);
  width: 32px;
  height: 2px;
  margin-top: 6px;
  margin-bottom: 6px;
}

.rl_navbar2_button-wrapper {
  grid-column-gap: 1rem;
  margin-left: 1rem;
  display: flex;
}

.rl_navbar2_component {
  border-bottom: 1px none var(--relume-library-lite--rl-black\<deleted\|variable-a7d61fee\>);
  background-color: var(--almost-white);
  align-items: center;
  width: 100%;
  height: auto;
  min-height: 4.5rem;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
  position: fixed;
  box-shadow: 0 0 10px #0003;
}

.rl_navbar2_link {
  width: 100%;
  font-family: var(--main);
  color: var(--white);
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding: .5rem 1rem .5rem 0;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.1;
  display: block;
  position: static;
}

.rl_navbar2_link:hover {
  color: var(--secondary-orange);
}

.rl_navbar2_link.w--current {
  color: #000;
}

.rl_menu-icon_line-middle-inner {
  width: 4px;
  height: 0;
}

.rl_navbar2_menu-button {
  padding: 0;
}

.rl_navbar2_menu-button:active, .rl_navbar2_menu-button.w--open {
  background-color: var(--transparent);
}

.rl_navbar2_logo-link {
  padding-left: 0;
}

.navbar_menu-2 {
  justify-content: center;
  align-items: center;
  display: flex;
  position: static;
}

.navbar_menu-2.is-full-width {
  background-color: var(--dark);
  width: 100vw;
  height: auto;
  min-height: 100vh;
  padding-top: 0;
  padding-bottom: 0;
  display: block;
  position: absolute;
}

.rl_menu-icon2_line-bottom, .rl_menu-icon2_line-top {
  background-color: var(--dark);
  width: 32px;
  height: 2px;
}

.rl_navbar2_container {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr .25fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.video_grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  position: relative;
}

.video_contain {
  width: 100%;
  height: 100%;
  min-height: 175px;
  max-height: 200px;
  position: relative;
}

.video-overlay {
  opacity: 1;
  cursor: pointer;
  background-image: linear-gradient(#0000006b, #0000006b);
  justify-content: center;
  align-items: center;
  transition: opacity .4s;
  display: flex;
  position: absolute;
  inset: 0%;
}

.video-overlay:hover {
  opacity: 100;
  background-image: linear-gradient(#000000a1, #000000a1);
}

.h2-color {
  color: var(--secondary-orange);
  font-size: 2.6rem;
  font-weight: 600;
  line-height: 1.3;
}

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

.h2-color.accent-red {
  color: var(--secondary-red);
}

.h2-color.accent-green {
  color: var(--accent);
}

.quote-contain {
  border-top: 2px solid var(--secondary-red);
  border-bottom: 2px solid var(--secondary-red);
  color: var(--secondary-red);
  justify-content: flex-start;
  align-items: center;
  margin: 1rem auto 2rem;
  padding-top: 2rem;
  padding-bottom: 2rem;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.9rem;
  display: flex;
}

.quote-contain.blue {
  border-top-color: var(--dark);
  border-bottom-color: var(--dark);
}

.quote-contain.hidden-border {
  border-top-style: none;
  border-top-color: var(--white);
  border-bottom-style: none;
  border-bottom-color: var(--white);
}

.quote-contain.green {
  border-top-color: var(--accent);
  border-bottom-color: var(--accent);
}

.quote-mark {
  z-index: 10000;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-end;
  width: 500px;
  margin-right: 17px;
  display: flex;
  position: relative;
}

.content-narrowest {
  width: 70%;
  margin-left: auto;
  margin-right: auto;
}

.numbers-section {
  color: var(--dark);
  margin-bottom: 1rem;
}

.numbers-section.red {
  color: var(--secondary-red);
}

.numbers-section.green {
  color: var(--accent);
}

.p-large {
  font-size: 1.5rem;
}

.bold-red {
  color: var(--secondary-red);
}

.issue-section-beard {
  border-bottom: 10px solid var(--secondary-orange);
  padding-left: 10%;
  position: absolute;
  inset: auto 0% 0%;
}

.issue-section-beard.green {
  border-bottom-color: var(--accent);
  padding-left: 5%;
}

.issue-section-beard.green.temp-hide {
  display: none;
}

.issue-section-beard.blue {
  border-bottom-color: var(--dark);
  padding-left: 10%;
}

.issue-section-beard.blue.no-line {
  border-bottom-style: none;
}

.issue-section-beard.accent-red {
  border-bottom-color: var(--secondary-red);
}

.issue-section-beard.accent-green {
  border-bottom-color: var(--accent);
}

.issue-section-beard-title {
  background-color: var(--secondary-orange);
  padding: 19px 22px 12px;
  font-size: 1.5rem;
  font-weight: 700;
  display: inline-block;
}

.issue-section-beard-title.green {
  background-color: var(--accent);
}

.issue-section-beard-title.blue {
  background-color: var(--dark);
}

.issue-section-beard-title.red {
  background-color: var(--secondary-red);
}

.impact-by-the-numbers-contain {
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.ibn-right {
  width: 50%;
  margin-right: 0;
}

.quote-photo {
  position: relative;
}

.quote-details {
  width: 50%;
  margin-left: -15px;
  display: flex;
}

.quote-details.wide {
  width: 100%;
}

.quote-text {
  color: var(--secondary-red);
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.9rem;
}

.quote-text.green {
  color: var(--accent);
}

.quote-text.blue {
  color: var(--dark);
}

.quote-attribution {
  color: var(--black);
  margin-top: 1rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.2;
}

.dropdown-link_wrap {
  width: 50%;
  padding-top: 20px;
}

.dropdown-content_wrap {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.image_wrap {
  overflow: hidden;
}

.image_wrap.dropdown {
  width: 50%;
  padding-left: 0;
}

.image_wrap.dropdown.hide-mobile {
  position: relative;
}

.image_wrap.half-moon {
  border-top-left-radius: 250px;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.image_wrap.smaller {
  max-width: 32rem;
}

.image_wrap.hide-desktop {
  display: none;
}

.dropdown-image, .video-thumbnail {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.lightbox-link {
  width: 100%;
  height: 100%;
  color: var(--white);
}

.lightbox-link:hover, .text-color-white {
  color: var(--white);
}

.text-color-white.paragraph-text-large {
  margin-bottom: 0;
  font-size: 1.5rem;
}

.text-color-white.paragraph-size-med {
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.6;
}

.text-color-white.text-weight-bold {
  margin-bottom: 0;
  font-weight: 700;
}

.quote-temporary {
  filter: brightness(200%);
}

.quote-temporary.white {
  opacity: 1;
  filter: brightness(200%) brightness(200%);
}

.margin-top.margin-medium {
  padding-top: 60px;
}

.margin-top.margin-small {
  padding-top: 20px;
}

.margin-top.even-padding {
  padding-bottom: 40px;
}

.play-button {
  width: 32px;
}

.h2-impact {
  color: #9ecfff;
  margin-bottom: 0;
  font-size: 5rem;
}

.content-medium-width {
  margin-left: auto;
  margin-right: auto;
  padding-left: 10%;
  padding-right: 10%;
}

.half-moon-image {
  object-fit: cover;
  border-top-left-radius: 250px;
  border-bottom-left-radius: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.slider-image {
  object-fit: cover;
  width: 90%;
  height: 88vh;
  min-height: 88vh;
  max-height: none;
}

.slide-nav, .icon-2 {
  display: none;
}

.slide {
  width: 100%;
  height: 100%;
  min-height: 0;
  overflow: visible;
}

.mask {
  width: 100%;
  height: auto;
  min-height: 0;
}

.right-arrow, .left-arrow, .icon-3 {
  display: none;
}

.slider-2 {
  background-color: #ddd0;
  height: 85vh;
}

.padding-top {
  padding-top: 100px;
}

.red_banner {
  background-color: var(--secondary-red);
  padding-top: 60px;
  padding-bottom: 60px;
}

.interview-group {
  padding-bottom: 0;
}

.staff-image {
  padding-right: 0;
}

.single-quote-section {
  justify-content: center;
  align-items: center;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
}

.list {
  font-size: 1.3rem;
  line-height: 1.5;
}

.li {
  margin-bottom: 2rem;
  margin-left: 3rem;
}

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

.spacer {
  height: 8rem;
}

.spacer.smaller {
  height: 4rem;
}

.bold-green, .h3-green {
  color: var(--accent);
}

.paragraph-dropdown_wrap.margin-bottom {
  padding-bottom: 60px;
}

.text-no-margin {
  margin-bottom: 0;
}

.text-color-black {
  color: var(--black);
}

.read-more-text {
  font-family: var(--main);
  color: var(--black);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.5;
}

.read-more-text.text-color-white {
  color: var(--white);
}

.rl_faq1_answer-wrapper-2 {
  margin-bottom: 1.5rem;
}

.ibn-heading {
  margin-bottom: 3rem;
}

.divider-light {
  background-color: #f6e6d8;
  height: 2px;
  margin-top: 3rem;
  margin-bottom: 3rem;
}

.text-stack {
  flex-flow: column;
  height: 27px;
  display: flex;
  overflow: hidden;
}

.rl_faq1_accordion-3 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
}

.dropdown_wrap {
  grid-column-gap: .4rem;
  grid-row-gap: .4rem;
  border-top: 1px none var(--relume-library-lite--rl-black\<deleted\|variable-a7d61fee\>);
  cursor: pointer;
  justify-content: flex-start;
  align-items: center;
  padding-top: 0;
  padding-bottom: 1.25rem;
  display: flex;
}

.rl_faq1_icon-wrapper-3 {
  align-self: flex-start;
}

.rl_faq1_answer-3 {
  overflow: hidden;
}

.rl_faq1_answer-wrapper-3 {
  margin-bottom: 1.5rem;
}

.rl_faq1_icon-3 {
  width: 2rem;
  height: 2rem;
  color: var(--black);
  -webkit-text-stroke-color: black;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.rl_faq1_icon-3.white {
  color: var(--almost-white);
}

.cta-grid_wrap {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.cta-card {
  background-color: var(--transparent);
  background-image: linear-gradient(#00000080, #00000080), url('../images/Bhutanese-farmers-whistling-while-winnowing-the-rice-harvest_photo-courtesy-Lotus-Foods-1.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  padding-top: 80px;
  padding-bottom: 80px;
  text-decoration: none;
}

.cta-card.background-2 {
  background-image: linear-gradient(#00000080, #00000080), url('../images/Modern-Farmer-5-1.png');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  text-decoration: none;
}

.cta-card.background-3 {
  background-image: linear-gradient(#00000080, #00000080), url('../images/community-image.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.cta-card.background-4 {
  background-image: linear-gradient(#00000080, #00000080), url('../images/BarakaCardamom_Photos_Abraham-Chacko--Chachu-Lukose_2019_9219-1.png');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  text-decoration: none;
}

.cta-content_wrap {
  justify-content: space-between;
  align-items: center;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.arrow-white {
  width: 52px;
}

.white-link {
  color: var(--white);
  font-weight: 600;
}

.divider-subtle {
  background-color: #ffffff4a;
  height: 2px;
  margin-top: 3rem;
  margin-bottom: 3rem;
}

.photo-credit {
  opacity: .8;
  color: var(--white);
  font-size: .8rem;
  font-weight: 400;
  position: absolute;
  inset: auto auto 13px 13px;
}

.photo-credit.dark {
  color: var(--black);
}

.photo-credit.right {
  inset: auto 20px 25px auto;
}

@media screen and (min-width: 1280px) {
  .section.hero {
    padding-top: 15rem;
    padding-bottom: 8rem;
  }

  .container.flex.margin-left-0 {
    max-width: none;
  }

  .numbers {
    color: #158873;
    letter-spacing: -4px;
    font-size: 64px;
    font-weight: 900;
  }

  .card_wrap {
    padding-left: 20px;
  }

  .rl_menu-icon2 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 64px;
    height: 64px;
    margin-right: 0;
    display: flex;
  }

  .rl_menu-icon2_line-middle {
    background-color: var(--dark);
    width: 32px;
    height: 2px;
    margin-top: 6px;
    margin-bottom: 6px;
  }

  .rl_navbar2_link {
    font-size: 2.5rem;
    line-height: 1.1;
  }

  .rl_navbar2_link:active, .rl_navbar2_link:focus {
    color: var(--secondary-orange);
  }

  .rl_menu-icon_line-middle-inner {
    background-color: var(--secondary-red);
  }

  .navbar_menu-2.is-full-width {
    padding-top: 0;
    padding-bottom: 0;
  }

  .rl_menu-icon2_line-bottom, .rl_menu-icon2_line-top {
    background-color: var(--dark);
    width: 32px;
    height: 2px;
  }

  .video_grid {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .video_contain {
    min-height: 220px;
    max-height: 220px;
  }

  .quote-contain.hidden-border {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .content-narrowest {
    width: 75%;
  }

  .dropdown-link_wrap {
    padding-top: 60px;
  }

  .dropdown-content_wrap {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: space-between;
    align-items: flex-start;
    margin-left: 0;
    padding-right: 40px;
  }

  .image_wrap.dropdown {
    width: 45%;
  }
}

@media screen and (min-width: 1440px) {
  .container.flex {
    margin-left: auto;
    margin-right: auto;
  }

  .container.flex.max-width-medium {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
    max-width: 72rem;
  }

  .container.flex.margin-left-0 {
    max-width: 1440px;
  }

  .content_wrap {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    height: 100%;
  }

  .content_wrap.max-width-medium {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .numbers {
    color: #158873;
    font-size: 72px;
  }

  .numbers.huge {
    flex-flow: row;
    display: block;
  }

  .numbers.huge.red {
    font-size: 4.5rem;
  }

  .card_wrap {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    border: 1px #ebf7fc;
    border-bottom-color: #a4cdbc;
    border-radius: 0;
    width: 100%;
  }

  .card_wrap.align-right {
    border-bottom-style: none;
    padding-bottom: 20px;
  }

  .flex_wrap {
    grid-column-gap: 68px;
    grid-row-gap: 68px;
    justify-content: space-between;
    align-items: center;
  }

  .flex_wrap.metrics {
    justify-content: space-around;
    align-items: flex-start;
    width: 100%;
  }

  .section-hero.overlay.education, .section-hero.overlay.agriculture {
    height: 80vh;
  }

  .rl_menu-icon2 {
    width: 81px;
    height: 81px;
  }

  .rl_menu-icon2_line-middle {
    margin-top: 6px;
    margin-bottom: 6px;
  }

  .rl_navbar2_link {
    font-size: 2.6rem;
  }

  .navbar_menu-2.is-full-width {
    padding-top: 0;
  }

  .video_contain {
    min-height: 250px;
    max-height: 250px;
  }

  .numbers-section {
    font-size: 3.5rem;
  }

  .quote-text.text-color-white {
    line-height: 2.2rem;
  }

  .dropdown-link_wrap {
    padding-top: 60px;
  }

  .dropdown-content_wrap {
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
    margin-left: 0;
  }

  .h2-impact {
    font-size: 6rem;
  }

  .slider-image {
    height: 88vh;
    min-height: 80vh;
  }

  .slide {
    min-height: 0;
  }

  .slider-2 {
    height: 89vh;
  }

  .spacer {
    height: 10rem;
  }

  .arrow-white {
    filter: none;
  }
}

@media screen and (max-width: 991px) {
  h2 {
    font-size: 2.5rem;
  }

  .section {
    padding-bottom: 5rem;
  }

  .section.author-page {
    padding-bottom: 1rem;
  }

  .section.light-pattern {
    padding-top: 2rem;
  }

  .section.blue.graphic-overlay-right {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .section.background-white.custom-padding {
    padding-top: 4rem;
  }

  .container.narrower {
    width: 90%;
  }

  .container.narrower.mobile-larger {
    width: 100%;
  }

  .container.flex.max-width-medium {
    width: 95%;
  }

  .container.flex.margin-right-0 {
    flex-flow: column;
  }

  .container.flex.margin-left-0 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: space-between;
    align-items: flex-start;
    margin-left: auto;
    margin-right: auto;
    padding-right: 0%;
  }

  .author-profile-picture-metadata {
    width: 1.5rem;
    height: 1.5rem;
  }

  .post-tag {
    font-size: .8rem;
  }

  .hero-heading {
    font-size: 8vw;
  }

  .nav-menu {
    background-color: var(--accent);
    margin-left: 0;
  }

  .nav-link, .nav-link.w--current {
    color: var(--dark);
  }

  .menu-button.w--open {
    background-color: var(--dark);
  }

  .nav-link-box {
    margin-left: 0;
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .nav-link-box.hide-until-mobile {
    display: none;
  }

  .author-box.category-styles {
    margin-bottom: 2rem;
  }

  .post-h1-heading {
    font-size: 3.4rem;
  }

  .two-columns-grid-box {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    grid-template-columns: 1fr 1fr;
  }

  .post-title-category-page {
    font-size: 1.7rem;
  }

  .category-page-heading-box {
    margin-bottom: .5rem;
  }

  .category-page-heading {
    font-size: 3.7rem;
  }

  .block-tablet {
    display: block;
  }

  .column.left.col-size-medium {
    width: 95%;
  }

  .sticky-element.hide-mobile {
    display: none;
  }

  .left-column {
    max-width: 60%;
  }

  .callout-font-large {
    font-size: 1.6rem;
  }

  .container-2.large.layout-2-col {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .content_wrap.max-width-small {
    width: 100%;
    max-width: 760px;
  }

  .numbers.huge {
    font-size: 64px;
  }

  .card_wrap.one-quarter {
    width: 24%;
    padding-left: 10px;
    padding-right: 10px;
  }

  .card_wrap.thirds {
    width: 32%;
  }

  .section-no-padding {
    padding-top: 7rem;
    padding-bottom: 5rem;
  }

  .section-no-padding.background-blue.graphic-overlay {
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
    padding-bottom: 0;
  }

  .section-hero.overlay.agriculture {
    background-position: 0 0, 55%;
  }

  .section-hero.donors {
    padding-top: 4rem;
  }

  .cf-dropdown-links {
    width: 100%;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .cf-visual-features-item.navbar {
    padding: 25px;
  }

  .cf-resource-visual-item {
    flex-direction: column;
    align-items: flex-start;
    display: flex;
  }

  .rl_menu-icon2 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 48px;
    height: 48px;
    margin-right: -.5rem;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .rl_menu-icon2_line-middle {
    background-color: var(--dark);
    justify-content: center;
    align-items: center;
    width: 24px;
    height: 2px;
    margin-top: 6px;
    margin-bottom: 6px;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .rl_navbar2_button-wrapper {
    align-items: center;
  }

  .rl_navbar2_link {
    font-family: var(--main);
    color: var(--white);
    text-align: center;
    justify-content: flex-start;
    align-items: center;
    padding: .5rem 0;
    font-size: 2rem;
    font-weight: 700;
    display: flex;
  }

  .rl_navbar2_link:hover {
    color: var(--secondary-orange);
  }

  .rl_menu-icon_line-middle-inner {
    width: 4px;
    height: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .rl_navbar2_menu-button {
    padding: 0;
  }

  .rl_navbar2_menu-button.w--open {
    background-color: #0000;
  }

  .navbar_menu-2 {
    -webkit-text-fill-color: inherit;
    background-color: #fff;
    background-clip: border-box;
    border-bottom: 1px solid #000;
    justify-content: center;
    padding: 1rem 5% 2.5rem;
    display: flex;
    position: absolute;
    overflow: auto;
  }

  .navbar_menu-2.is-full-width {
    background-color: var(--dark);
    justify-content: flex-start;
    align-items: center;
    width: 100vw;
    height: 100vh;
    padding-bottom: 15rem;
  }

  .rl_menu-icon2_line-bottom, .rl_menu-icon2_line-top {
    background-color: var(--dark);
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .rl_navbar2_container {
    grid-template-columns: .25fr 1fr;
    display: flex;
  }

  .h2-color {
    font-size: 2.3rem;
  }

  .quote-contain.hidden-border, .content-narrowest {
    width: 100%;
  }

  .impact-by-the-numbers-contain {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .quote-photo {
    width: 100%;
    height: 200px;
  }

  .quote-details {
    width: 75%;
  }

  .dropdown-link_wrap {
    padding-top: 0;
  }

  .dropdown-content_wrap {
    grid-column-gap: 46px;
    grid-row-gap: 46px;
    justify-content: center;
    align-items: center;
    padding-top: 10px;
  }

  .image_wrap {
    width: 75%;
    margin-left: auto;
    margin-right: auto;
  }

  .image_wrap.hide-desktop {
    display: flex;
  }

  .quote-temporary.white {
    width: 100px;
  }

  .margin-top {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }

  .margin-top.margin-small {
    width: 100%;
  }

  .margin-top.even-padding {
    padding-bottom: 60px;
  }

  .content-medium-width {
    padding-left: 5%;
    padding-right: 5%;
  }

  .slider-image {
    width: 100%;
  }

  .padding-top.mobile-smaller {
    padding-top: 0;
  }

  .red_banner {
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px;
  }

  .staff-image {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .single-quote-section {
    padding-top: 0;
    padding-bottom: 0;
  }

  .center-mobile {
    text-align: center;
  }

  .quote-photo-img {
    object-fit: cover;
    width: 100%;
    height: 100%;
  }

  .cta-card {
    justify-content: flex-start;
    align-items: flex-end;
    min-height: 200px;
    padding-top: 0;
    padding-bottom: 20px;
    display: flex;
  }

  .cta-card.background-3 {
    justify-content: flex-start;
    align-items: flex-end;
    padding-top: 10px;
    padding-bottom: 20px;
    display: flex;
  }

  .cta-card.background-4 {
    justify-content: flex-start;
    align-items: flex-end;
    padding-top: 0;
    padding-bottom: 20px;
    display: flex;
  }
}

@media screen and (max-width: 767px) {
  .section {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .section.hero {
    padding-top: 8rem;
    padding-bottom: 6rem;
  }

  .section.blue {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .container.flex.max-width-medium {
    flex-flow: column;
  }

  .container.flex.margin-left-0 {
    margin-left: auto;
    padding-right: 0%;
  }

  .post-summary-box.author-page {
    margin-bottom: 2rem;
    padding-bottom: 2rem;
  }

  .client-logo {
    max-width: 85px;
    max-height: 2.5rem;
  }

  .hero-heading {
    font-size: 7.3vw;
  }

  .nav-menu {
    margin-left: 0;
  }

  .nav-link-box {
    margin-left: 0;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .post-h1-heading {
    font-size: 7.2vw;
  }

  .post-hero-box {
    padding-left: 2.5%;
    padding-right: 2.5%;
  }

  .section-post-main-content {
    padding-left: 5%;
    padding-right: 5%;
  }

  .two-columns-grid-box {
    grid-template-columns: 1fr;
  }

  .post-title-category-page {
    font-size: 1.8rem;
  }

  .category-page-heading-box {
    margin-bottom: 1.5rem;
  }

  .category-page-heading {
    margin-bottom: 0;
    font-size: 4rem;
    line-height: 1;
  }

  .category-list-filter-box {
    padding-bottom: 1rem;
  }

  .main-wrap {
    overflow: hidden;
  }

  .column.left.smaller, .column.left.larger, .column.right-flex.smaller {
    width: 100%;
  }

  .left-column {
    max-width: 100%;
  }

  .container-2.large.layout-2-col {
    flex-flow: column;
  }

  .content_wrap.align-right {
    text-align: center;
    justify-content: center;
    align-items: center;
  }

  .numbers.huge.red, .numbers.huge.green {
    text-align: center;
  }

  .card_wrap.one-quarter, .card_wrap.thirds {
    width: 100%;
  }

  .flex_wrap.metrics {
    flex-flow: column;
  }

  .data-details.align-right {
    text-align: center;
  }

  .section-no-padding {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .section-no-padding.background-blue.graphic-overlay {
    padding-top: 0;
  }

  .section-hero.donors {
    height: 100%;
    padding-bottom: 4rem;
  }

  .section-hero.climate {
    justify-content: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .issue-icon {
    justify-content: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 20px;
    display: flex;
    bottom: 29%;
    left: 19%;
  }

  .issue-area-icon {
    align-self: center;
  }

  .cf-dropdown-links {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .cf-visual-features-item.navbar.w--current {
    padding: 14px;
  }

  .cf-resource-visual-item {
    flex-direction: column;
    align-items: flex-start;
    display: flex;
  }

  .rl_navbar2_component {
    min-height: 4rem;
  }

  .rl_navbar2_link {
    text-align: left;
    font-size: 1.6rem;
  }

  .video_grid {
    grid-template-columns: 1fr;
  }

  .video_contain {
    min-height: 200px;
    max-height: 250px;
    margin-top: 20px;
  }

  .h2-color.accent-green {
    margin-bottom: 0;
  }

  .quote-contain.hidden-border {
    margin-top: 0;
    margin-bottom: 0;
  }

  .issue-section-beard {
    justify-content: center;
    align-items: center;
    padding-left: 0%;
    display: flex;
  }

  .issue-section-beard.blue {
    padding-left: 0%;
  }

  .impact-by-the-numbers-contain {
    flex-flow: column;
  }

  .ibn-right {
    width: 95%;
    margin-right: auto;
  }

  .quote-photo {
    height: 180px;
  }

  .dropdown-link_wrap {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    display: flex;
  }

  .text-color-white.text-weight-bold {
    font-size: 1.5rem;
  }

  .quote-temporary.white {
    width: 80px;
  }

  .margin-top.even-padding {
    margin-left: auto;
    margin-right: auto;
  }

  .h2-impact {
    font-size: 4rem;
  }

  .slider-image {
    height: 70vh;
    min-height: 70vh;
  }

  .mask {
    width: 80%;
  }

  .slider-2 {
    height: 70vh;
  }

  .spacer.hide-mobile {
    display: none;
  }

  .paragraph-dropdown_wrap {
    width: 95%;
    padding-left: 10px;
  }

  .read-more-text {
    font-size: 1rem;
  }

  .rl_faq1_answer-wrapper-2 {
    margin-bottom: 1.25rem;
  }

  .text-smaller-mobile {
    font-size: 1.2rem;
  }

  .dropdown_wrap {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .rl_faq1_icon-wrapper-3 {
    width: 1.75rem;
  }

  .rl_faq1_answer-wrapper-3 {
    margin-bottom: 1.25rem;
  }

  .rl_faq1_icon-3 {
    width: 1.75rem;
    height: 1.75rem;
  }

  .cta-content_wrap {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .arrow-white {
    width: 32px;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 3rem;
  }

  h2 {
    font-size: 2rem;
  }

  p {
    font-size: 1.1rem;
  }

  .section {
    padding: 1rem 0%;
  }

  .section.hero {
    justify-content: flex-start;
    align-items: flex-end;
    height: 90vh;
    padding-top: 0;
    padding-bottom: 12rem;
    display: flex;
  }

  .section.light-pattern {
    padding-top: 0;
  }

  .section.background-white {
    padding-top: 2rem;
  }

  .section.background-white.custom-padding {
    padding-bottom: 4rem;
  }

  .section.green {
    padding-top: 2rem;
  }

  .container.hero-text {
    width: 85%;
  }

  .useful-links-box {
    text-align: center;
    margin-bottom: 2rem;
    display: block;
  }

  .info-text-footer {
    font-size: .9rem;
  }

  .post-summary-box, .post-summary-box.author-page {
    margin-bottom: 1rem;
    padding-bottom: 1rem;
  }

  .post-tags-box {
    flex-wrap: wrap;
  }

  .footer-link {
    font-size: .9rem;
  }

  .client-logo {
    max-width: 75px;
    max-height: 2.5rem;
  }

  .hero-heading {
    font-size: 12vw;
  }

  .mobile-color-change {
    color: var(--accent);
    line-height: 1;
  }

  .nav-container {
    justify-content: space-between;
  }

  .nav-menu {
    background-color: var(--accent);
    box-shadow: 0 20px 30px 0 var(--dark);
    padding-left: 1.5rem;
  }

  .navbar {
    padding-left: 0%;
    padding-right: 0%;
  }

  .nav-box-left {
    flex: 1;
  }

  .menu-button {
    background-color: var(--dark);
  }

  .menu-button.w--open {
    background-color: var(--accent);
  }

  .nav-link-box {
    padding-left: 0;
    display: block;
  }

  .nav-link-box.hide-until-mobile {
    display: block;
  }

  .author-box {
    font-size: .9rem;
  }

  .post-h1-heading {
    font-size: 7.2vw;
  }

  .nav-link-cta.hide-on-mobile {
    display: none;
  }

  .uppercase {
    font-size: .65rem;
  }

  .uppercase.center-mobile {
    text-align: center;
  }

  .two-columns-grid-box {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .post-title-category-page {
    font-size: 1.4rem;
  }

  .category-page-heading-box {
    margin-top: 3rem;
    margin-bottom: 1rem;
  }

  .category-page-heading {
    margin-bottom: 0;
    font-size: 2.4rem;
  }

  .category-list-filter-box {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 1rem;
    padding-bottom: 1rem;
  }

  .select-category-text {
    font-size: .9rem;
  }

  .author-hero-page-box {
    flex-direction: column;
    align-items: center;
    margin-top: 3rem;
  }

  .author-page-hero-heading {
    margin-top: 0;
    font-size: 5.5rem;
  }

  .post-image-author-page {
    margin-bottom: .5rem;
  }

  .post-title-author-page {
    font-size: 1.8rem;
  }

  .block-tablet {
    display: block;
  }

  .main-wrap {
    padding-top: 4rem;
  }

  .column.left.smaller {
    width: 100%;
  }

  .column.left.larger {
    width: 98%;
  }

  .sticky-element.slider {
    position: static;
  }

  .callout-font-large {
    display: none;
  }

  .eyebrow {
    font-size: 1.2rem;
  }

  .content_wrap.max-width-small.align-center {
    padding-top: 20px;
    padding-bottom: 60px;
  }

  .numbers.huge {
    font-size: 48px;
  }

  .section-no-padding {
    padding: 1rem 0%;
  }

  .section-hero {
    background-position: 0 0, 50% 0;
    background-attachment: scroll, scroll;
  }

  .section-hero.overlay.education {
    background-attachment: scroll, scroll;
  }

  .section-hero.overlay.agriculture {
    background-position: 0 0, 65%;
    background-attachment: scroll, scroll;
  }

  .section-hero.donors {
    background-image: linear-gradient(to bottom, null, null), url('../images/Modern-Farmer-5-1.png');
    background-attachment: scroll, scroll;
  }

  .section-hero.climate {
    background-attachment: scroll, scroll;
  }

  .issue-icon {
    inset: 15% 0% 0%;
  }

  .issue-icon.top-align {
    top: -11%;
  }

  .issue-area-icon.hide-mobile {
    display: none;
  }

  .cf-dropdown-links {
    padding-top: 14px;
    padding-bottom: 14px;
    padding-left: 10px;
  }

  .cf-visual-features-item.navbar {
    padding: 10px;
    font-size: 14px;
  }

  .rl_navbar2_link {
    font-size: 2rem;
  }

  .h2-color {
    font-size: 1.8rem;
  }

  .quote-contain.blue {
    flex-flow: column;
  }

  .quote-contain.hidden-border {
    flex-flow: column;
    padding-bottom: 0;
  }

  .content-narrowest {
    padding: 20px;
  }

  .p-large {
    font-size: 1.3rem;
  }

  .issue-section-beard-title {
    padding-top: 12px;
  }

  .impact-by-the-numbers-contain {
    flex-flow: column;
  }

  .quote-photo {
    height: 270px;
  }

  .quote-details {
    width: 100%;
    padding-top: 40px;
  }

  .quote-details.wide {
    margin-left: -6px;
  }

  .quote-details.vertical {
    width: 100%;
    margin-top: 40px;
  }

  .dropdown-link_wrap {
    width: 100%;
    padding-top: 20px;
  }

  .dropdown-content_wrap {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .image_wrap.dropdown.hide-mobile {
    display: none;
  }

  .quote-temporary.white {
    width: 70px;
  }

  .margin-top {
    width: 100%;
    padding-left: 10px;
  }

  .slider-image {
    height: 100%;
    min-height: 0;
  }

  .mask {
    width: 95%;
    margin-left: auto;
    margin-right: auto;
  }

  .slider-2 {
    height: 100%;
  }

  .li {
    font-size: 1.1rem;
  }

  .spacer.hide-mobile {
    display: none;
  }

  .paragraph-dropdown_wrap {
    width: 100%;
  }

  .paragraph-dropdown_wrap.margin-bottom {
    padding-bottom: 20px;
  }

  .text-smaller-mobile {
    line-height: 1.6rem;
  }

  .heading-2 {
    font-size: 3.4rem;
  }

  .image-9 {
    object-fit: cover;
    width: 100%;
    height: 100%;
  }

  .ibn-heading {
    font-size: 3rem;
  }

  .cta-grid_wrap {
    grid-template-columns: 1fr;
    padding-left: 2%;
    padding-right: 2%;
  }

  .photo-credit.right {
    inset: 20px 15px auto auto;
  }
}

#w-node-_89cd9f24-b0f8-c1e2-bff1-3a4dd62a3b08-2f22ab18 {
  justify-self: center;
}

#w-node-_89cd9f24-b0f8-c1e2-bff1-3a4dd62a3b1b-2f22ab18 {
  justify-self: end;
}

#w-node-_70b93efe-b6c1-6e10-cafa-c5490f264821-2f22ab18 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a3d8f439-ecc8-22fd-f6a2-8f3e7767c168-2f22ab1c {
  align-self: stretch;
}

#w-node-e3afba1a-0604-902b-145a-859e0114db74-2f22ab1c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

@media screen and (max-width: 991px) {
  #w-node-a3d8f439-ecc8-22fd-f6a2-8f3e7767c168-2f22ab1c {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


