/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type=checkbox],
input[type=radio] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

@font-face {
  font-family: "Myriad Pro";
  src: url("../fonts/myriadpro/MyriadPro-Regular.woff2") format("woff2"), url("../fonts/myriadpro/MyriadPro-Regular.woff") format("woff"), url("../fonts/myriadpro/MyriadPro-Regular.ttf") format("truetype");
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/montserrat/Montserrat-VariableFont_wght.ttf") format("truetype");
  font-weight: 100 950;
}
.overhung-heading .numeric {
  font-size: 58px;
  font-weight: bold;
  color: var(--accent-color);
  margin-bottom: 1rem;
}
.overhung-heading h2 {
  padding: 0;
  margin: 0;
  font-size: 32px;
  position: relative;
  line-height: 1.2;
  padding-bottom: 0.5em;
}
.overhung-heading h2::before {
  content: "";
  position: absolute;
  top: -10px;
  left: 0;
  display: inline-block;
  width: 35px;
  height: 8px;
  background-color: var(--accent-color, transparent);
}

a.button {
  display: inline-block;
  margin-top: 1rem;
  padding: 0.5rem 1rem;
  color: #fff;
  text-decoration: none;
  line-height: 1;
  font-weight: bold;
}
a.button svg {
  width: 1em;
  height: 1em;
  vertical-align: middle;
  padding: 0;
}

:root {
  --header-bg-color: #000;
  --submenu-bg-color: #111;
  --header-text-color: #fff;
  --header-accent-color: #f0f;
  --color-aboutus: var(--color-accent-gold);
  --color-ourwork: var(--color-accent-red);
  --color-impact: #fff;
}

/* ==== Header Styles ==== */
header.header-fixed {
  position: fixed;
  top: 0;
  transition: 0.2s;
  background-color: var(--header-bg-color, #f0f);
  color: var(--header-text-color);
}

/*NAVIGATION*/
.nav-active {
  font-weight: bold;
  text-transform: uppercase;
  width: 100%;
  padding: 24px 0;
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  position: relative;
  z-index: 999999;
  justify-content: space-between;
  background-color: var(--header-bg-color);
  color: var(--header-text-color);
  transition: 0.2s;
}
.nav-active .nav-container {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  justify-content: space-between;
  position: relative;
  max-width: var(--max-container-width);
  margin: auto;
  width: 100%;
  padding-right: 1.4em;
}
.nav-active .logo {
  flex: 0 0 170px;
  margin-left: var(--common-margin);
}
.nav-active .primary-nav {
  margin-left: auto;
  margin-right: 3em;
}
.nav-active .primary-nav ul {
  display: flex;
  align-items: center;
  gap: 54px;
  list-style: none;
}
.nav-active .primary-nav ul > li {
  margin-bottom: 0;
  position: relative;
  /* about us */
  /* our work */
  /* impact */
  /* color bars under current page */
}
.nav-active .primary-nav ul > li a {
  color: var(--header-text-color);
  font-size: 20px;
  line-height: 120%;
  text-decoration: none;
  padding: 10px 0;
  animation: myfirst 1s;
  position: relative;
}
.nav-active .primary-nav ul > li a::before {
  transition: all 0.2s;
  content: "";
  position: absolute;
  height: 4px;
  width: 100%;
  left: 0;
  bottom: 0;
}
.nav-active .primary-nav ul > li a:hover::before {
  animation: myfirst 1s;
}
.nav-active .primary-nav ul > li:nth-child(2) a:hover::before {
  background: var(--color-aboutus);
}
.nav-active .primary-nav ul > li:nth-child(3) a:hover::before {
  background: var(--color-ourwork);
}
.nav-active .primary-nav ul > li:nth-child(4) a:hover::before {
  background: var(--color-impact);
}
.nav-active .primary-nav ul > li .sub-menu {
  display: none;
  position: absolute;
  z-index: 9;
  background-color: var(--submenu-bg-color, #f0f);
  box-shadow: 0 12px 24px 0 rgba(0, 0, 0, 0.15);
  padding: 18px 18px 14px;
  right: -30px;
  top: 30px;
  min-width: 244px;
  box-shadow: 0 0 30px black;
}
.nav-active .primary-nav ul > li .sub-menu li {
  line-height: normal;
  margin-bottom: 8px;
  display: block;
  width: 100%;
  /* submenu link hover states */
  /* smart drinking */
  /* sustainable development */
  /* publications */
  /* resources */
  /* selected current-page submenu items */
  /* smart drinking */
  /* sustainable development */
  /* publications */
  /* publications */
}
.nav-active .primary-nav ul > li .sub-menu li a {
  border-bottom: unset;
  font-size: 17px;
  line-height: normal;
  padding: 0;
  display: block;
  width: 100%;
}
.nav-active .primary-nav ul > li .sub-menu li a:hover {
  color: #747474;
}
.nav-active .primary-nav ul > li .sub-menu li a:hover::before {
  display: none;
}
.nav-active .primary-nav ul > li .sub-menu li:first-of-type a:hover {
  color: var(--color-accent-gold);
}
.nav-active .primary-nav ul > li .sub-menu li:nth-child(2) a:hover {
  color: var(--color-accent-green);
}
.nav-active .primary-nav ul > li .sub-menu li:nth-child(3) a:hover {
  color: var(--color-accent-red);
}
.nav-active .primary-nav ul > li .sub-menu li:nth-child(4) a:hover {
  color: var(--color-accent-blue);
}
.nav-active .primary-nav ul > li .sub-menu li:last-child a {
  padding: 0;
}
.nav-active .primary-nav ul > li .sub-menu li.current-menu-item:nth-child(1) a {
  color: var(--color-accent-gold);
}
.nav-active .primary-nav ul > li .sub-menu li.current-menu-item:nth-child(2) a {
  color: var(--color-accent-green);
}
.nav-active .primary-nav ul > li .sub-menu li.current-menu-item:nth-child(3) a {
  color: var(--color-accent-red);
}
.nav-active .primary-nav ul > li .sub-menu li.current-menu-item:nth-child(4) a {
  color: var(--color-accent-blue);
}
.nav-active .primary-nav ul > li:hover > .sub-menu {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0;
}
.nav-active .primary-nav ul > li.ns-home-menu {
  display: none;
}
.nav-active .primary-nav ul > li.current-menu-item:nth-child(2) > a {
  color: var(--color-accent-gold);
}
.nav-active .primary-nav ul > li.current-menu-item:nth-child(3) > a {
  color: var(--color-accent-red);
}
.nav-active .primary-nav ul > li.current-menu-item:nth-child(4) > a {
  color: var(--color-accent-green);
}
.nav-active .primary-nav ul > li.current-menu-item > a::before {
  animation: myfirst 1s;
  background-image: linear-gradient(270deg, var(--header-accent-color) 0%, var(--header-accent-color) 100%);
}
.nav-active .primary-nav ul > li.current-menu-item:nth-child(2) > a::before {
  background-image: linear-gradient(270deg, var(--color-aboutus) 0%, var(--color-aboutus) 100%);
}
.nav-active .primary-nav ul > li.current-menu-item:nth-child(3) > a::before {
  background-image: linear-gradient(270deg, var(--color-ourwork) 0%, var(--color-ourwork) 100%);
}
.nav-active .primary-nav ul > li.current-menu-item:nth-child(4) > a::before {
  background-image: linear-gradient(270deg, var(--color-accent-green) 0%, var(--color-accent-green) 100%);
}
.nav-active .primary-nav ul > li.current-menu-parent .sub-menu > li > a::before {
  background-image: unset;
}
.nav-active .hamburger-menu {
  display: none;
}

@media only screen and (max-width: 768px) {
  .nav-active .primary-nav ul > li .sub-menu {
    display: block;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .nav-active .primary-nav ul {
    padding-right: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .nav-active .logo {
    flex: 0 0 118.6px;
    z-index: 9;
  }
  .nav-active .hamburger-menu {
    height: 2rem;
    width: 2rem;
    position: absolute;
    padding: 0.25rem;
    z-index: 2;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    right: 1em;
  }
  .nav-active .hamburger-menu span {
    background-color: var(--header-text-color);
    border-radius: 0;
    width: 1.9rem;
    height: 3px;
  }
  .nav-active .hamburger-menu span.top {
    transform-origin: 0% 0%;
    transition: transform 100ms ease-in-out;
  }
  .nav-active .hamburger-menu span.bottom {
    transform-origin: 0% 100%;
    transition: transform 100ms ease-in-out;
  }
  .nav-active .hamburger-menu.open span.top {
    display: block;
    transform: rotate(45deg);
  }
  .nav-active .hamburger-menu.open span.middle {
    opacity: 0;
  }
  .nav-active .hamburger-menu.open span.bottom {
    display: block;
    transform: rotate(-45deg);
  }
  .nav-active .hamburger-menu.open > .sub-menu {
    display: block !important;
  }
  .nav-active .primary-nav {
    display: none;
    background: var(--header-bg-color);
    position: absolute;
    width: 100vw;
    height: 100vh;
    overflow: auto;
    top: 0px;
    left: 0;
    padding-inline: 0px;
  }
  .nav-active .primary-nav ul {
    display: flex;
    flex-direction: column;
    margin: 0;
    padding: 0;
    gap: 0;
  }
  .nav-active .primary-nav ul ul > li a:hover::before {
    display: none;
  }
  .nav-active .primary-nav ul li {
    text-align: left;
    width: 100%;
    padding: 0;
    margin: 0;
  }
  .nav-active .primary-nav ul li a {
    font-size: 1.8em;
    padding-block: 1em;
    display: block;
    padding-inline: 1em;
  }
  .nav-active .primary-nav ul li.current-menu-item a::before, .nav-active .primary-nav ul li.current_page_item a::before {
    display: none !important;
  }
  .nav-active .primary-nav ul li a:hover {
    background: #111;
  }
  .nav-active .primary-nav ul li:nth-child(2) a:hover::before {
    background: unset;
  }
  .nav-active .primary-nav ul li:nth-child(3) a:hover::before {
    background: unset;
  }
  .nav-active .primary-nav ul li:nth-child(4) a:hover::before {
    background: unset;
  }
  .nav-active .primary-nav ul#menu-main-menu {
    position: relative;
    top: 4em;
  }
  .nav-active .primary-nav ul#menu-main-menu ul.sub-menu {
    /* duplicate of regular ul#menu-main-menu because these are
    set in the desktop layout */
    background: black;
    position: relative;
    left: 0;
    top: 0;
    display: flex;
    flex-direction: column;
    margin: 0;
    padding: 0;
    gap: 0;
  }
  .nav-active .primary-nav ul#menu-main-menu ul.sub-menu li {
    text-align: left;
    width: 100%;
    padding: 0;
    margin: 0;
  }
  .nav-active .primary-nav ul#menu-main-menu ul.sub-menu li a {
    font-size: 1.8em;
    padding-block: 1em;
    display: block;
    padding-inline: 1em;
  }
  .nav-active .primary-nav ul#menu-main-menu ul.sub-menu li a:hover {
    color: white;
    background: #111;
  }
  .nav-active .primary-nav ul#menu-main-menu ul.sub-menu li.current-menu-item a::before, .nav-active .primary-nav ul#menu-main-menu ul.sub-menu li.current_page_item a::before {
    display: none !important;
  }
}
/* Chrome, Safari, Opera */
@-webkit-keyframes myfirst {
  from {
    opacity: 0.2;
  }
  to {
    opacity: 1;
  }
}
/* Standard syntax */
@keyframes myfirst {
  from {
    opacity: 0.2;
  }
  to {
    opacity: 1;
  }
}
#Footer {
  background: var(--color-dark-background);
  padding-block: 3em;
}
#Footer .container {
  display: flex;
  flex-direction: column;
  max-width: var(--max-container-width);
  margin: auto;
}
#Footer .footer-wrapper {
  flex: 1 0 auto;
  display: grid;
  grid-template-rows: 200px auto;
  gap: 1em;
  height: 100%;
}
#Footer .footer-wrapper .logo {
  height: 100%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
#Footer .footer-wrapper .links {
  padding-block: 2em;
}
#Footer .footer-wrapper .links .menu-wrapper {
  display: grid;
  width: fit-content;
  grid-template-rows: repeat(4, auto);
  height: 100%;
  gap: 2em;
  margin: auto;
  text-align: center;
}
#Footer .footer-wrapper .links .menu-wrapper .menu h3 {
  padding: 0;
  margin: 0;
  color: white;
}
#Footer .footer-wrapper .links .menu-wrapper .menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
#Footer .footer-wrapper .links .menu-wrapper .menu li a {
  color: var(--color-dark-primary);
  text-decoration: none;
  font-size: 0.9em;
  font-weight: normal;
  transition: all 0.2s ease-in-out;
}
#Footer .footer-wrapper .links .menu-wrapper .menu li a:hover {
  color: var(--color-dark-secondary);
  text-decoration: underline;
}
#Footer .wheat-mobile {
  background-image: url(/wp-content/themes/abiforg-2025/img/footer/wheat.svg);
  height: 200px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
#Footer .cp {
  flex: 0 0 auto;
  text-align: center;
  padding-top: 1em;
  margin-right: 1em;
}

@media (min-width: 1024px) {
  #Footer {
    background: var(--color-dark-background);
    height: 200px;
    padding-block: 3em;
  }
  #Footer .container {
    display: flex;
    height: 100%;
    flex-direction: column;
  }
  #Footer .footer-wrapper {
    flex: 1 0 auto;
    display: grid;
    grid-template-columns: 150px auto;
    grid-template-rows: unset;
    gap: 1em;
    height: 100%;
    padding-inline: 2em;
  }
  #Footer .footer-wrapper .logo {
    height: 100%;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
  }
  #Footer .footer-wrapper .links {
    background-image: url(/wp-content/themes/abiforg-2025/img/footer/wheat.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center right;
    padding: 0;
  }
  #Footer .footer-wrapper .links .menu-wrapper {
    display: grid;
    width: fit-content;
    grid-template-columns: repeat(4, auto);
    grid-template-rows: unset;
    height: 100%;
    gap: 2em;
    text-align: left;
    margin: unset;
  }
  #Footer .footer-wrapper .links .menu-wrapper .menu h3 {
    padding: 0;
    margin: 0;
  }
  #Footer .footer-wrapper .links .menu-wrapper .menu ul {
    list-style: none;
    padding: 0;
    margin: 0;
  }
  #Footer .footer-wrapper .links .menu-wrapper .menu li a {
    color: var(--color-dark-primary);
    text-decoration: none;
    font-size: 0.9em;
    font-weight: normal;
  }
  #Footer .footer-wrapper .links .menu-wrapper .menu li a:hover {
    text-decoration: underline;
  }
  #Footer .wheat-mobile {
    display: none;
  }
  #Footer .cp {
    flex: 0 0 auto;
    text-align: center;
    padding-top: 1em;
    margin-right: 1em;
  }
}
.block-arc.mobile {
  overflow: hidden;
}
.block-arc.mobile .container {
  height: auto;
}
.block-arc.mobile .container .outer {
  display: grid;
  grid-template-rows: auto auto;
  position: relative;
}
.block-arc.mobile .container .outer .side-text {
  place-content: center;
  display: grid;
  z-index: 10;
  height: auto;
  padding-block: 6rem;
}
.block-arc.mobile .container .outer .side-text .subheader {
  color: white;
}
.block-arc.mobile .container .outer .side-image {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  overflow: hidden;
  aspect-ratio: 16/9;
  width: 100%;
  height: auto;
}
.block-arc.mobile .container .outer .side-image .side-image-mask {
  position: absolute;
  left: -1em;
  z-index: 5;
  width: 100vw;
  background-size: contain;
  display: block;
  top: -70px;
  aspect-ratio: 16/12;
}
.block-arc.mobile .container .outer .side-image .side-image-mask.flipX {
  transform: scaleX(-1);
  left: unset;
  right: -1em;
}
.block-arc.mobile .container .outer .side-image .side-image-mask.flipY {
  transform: scaleY(-1);
  top: unset;
  bottom: -110px;
}
.block-arc.mobile .container .outer .side-image .side-image-mask.flipXY {
  transform: scale(-1, -1);
  left: unset;
  right: -1em;
  top: unset;
  bottom: -68px;
}
.block-arc.mobile .container .outer .side-image .side-image-mask svg {
  width: 100%;
  height: 100%;
}

.block-arc.desktop {
  overflow: hidden;
  height: 520px;
}
.block-arc.desktop .container {
  height: 100%;
  padding-right: unset;
}
.block-arc.desktop .container .outer {
  height: 100%;
  display: grid;
  grid-template-columns: 1fr 60%;
  position: relative;
}
.block-arc.desktop .container .outer .side-text {
  place-content: center;
  display: grid;
  z-index: 10;
}
.block-arc.desktop .container .outer .side-text .subheader {
  color: white;
}
.block-arc.desktop .container .outer .side-image {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
}
.block-arc.desktop .container .outer .side-image .side-image-mask {
  position: absolute;
  left: -40px;
  z-index: 5;
  width: 140%;
  height: 140%;
  background-size: contain;
  display: block;
  top: -110px;
  aspect-ratio: 1/1;
}
.block-arc.desktop .container .outer .side-image .side-image-mask.flipX {
  transform: scaleX(-1);
  left: unset;
  right: -1em;
}
.block-arc.desktop .container .outer .side-image .side-image-mask.flipY {
  transform: scaleY(-1);
  top: unset;
  bottom: -110px;
}
.block-arc.desktop .container .outer .side-image .side-image-mask.flipXY {
  transform: scale(-1, -1);
  left: unset;
  right: -1em;
  top: unset;
  bottom: -110px;
}
.block-arc.desktop .container .outer .side-image .side-image-mask svg {
  width: 100%;
  height: 100%;
}

section.block-arc.dark.desktop.image-on-left div.outer {
  grid-template-columns: 60% 1fr !important;
}

section.block-arc.dark.mobile.image-on-left div.outer {
  grid-template-rows: auto auto !important;
  grid-template-columns: 1fr !important;
}

section.block-arc.mobile.image-on-bottom .side-image {
  aspect-ratio: 16/10 !important;
}

section.block-arc.mobile.image-on-bottom .side-image-mask {
  aspect-ratio: 16/14 !important;
}

section.block-arc.quote .side-text {
  padding-left: 4em;
  position: relative;
}
section.block-arc.quote .side-text .quote {
  z-index: 7;
  position: relative;
}
section.block-arc.quote .side-text .quote blockquote {
  text-transform: unset;
  font-weight: 500;
  position: relative;
  padding-left: 0.5em;
  font-size: 1.6em;
}
@media (min-width: 1024px) and (max-width: 1280px) {
  section.block-arc.quote .side-text .quote blockquote {
    font-size: 2vw !important;
  }
}
section.block-arc.quote .side-text .quote svg {
  position: absolute;
  width: 3.5em;
  height: 3.5em;
  top: -1.5em;
  left: -3.5em;
  color: var(--accent-color);
}
section.block-arc.quote .subheader {
  color: var(--accent-color) !important;
  font-weight: 500;
  padding-left: 3.1em;
  font-size: 1.05em;
}

section.block-arc.mobile.quote .side-text {
  padding-left: unset !important;
  padding-block: 2rem !important;
}
section.block-arc.mobile.quote blockquote {
  font-size: 4.5vw !important;
}
section.block-arc.mobile.quote .subheader {
  font-size: 2.5vw !important;
}

section.block-arc.desktop.image-on-left .container {
  padding-right: var(--common-margin) !important;
  padding-left: unset !important;
}

section.block-arc.mobile .container {
  padding-inline: 0;
}
section.block-arc.mobile .container .side-image .side-image-mask {
  left: unset !important;
  top: -21vw;
  width: 107vw !important;
}
section.block-arc.mobile .container .side-text {
  padding-inline: var(--common-margin) !important;
}

.goals-grid {
  padding-block: 4rem;
  padding-inline: 2rem;
}
.goals-grid h2 {
  font-size: 32px;
  text-transform: uppercase;
  margin-block: 0.5em;
  margin-block-end: 1.5em;
}
.goals-grid.has-subheading h2 {
  margin-block: 0.5em;
  margin-block-end: 0.5em;
}
.goals-grid .subheading {
  margin-bottom: 3rem;
}
.goals-grid .goals-container {
  display: flex;
  flex-direction: row;
  width: 100%;
  gap: 2.5em;
  margin: auto;
  box-sizing: border-box;
  justify-items: center;
  align-items: center;
  justify-content: center;
}
.goals-grid .goals-container .goal-image {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
  height: stretch;
  aspect-ratio: 1/1;
}
.goals-grid .goals-container.three {
  flex: 0 0 auto;
  margin-bottom: 3rem;
}
.goals-grid .goals-container.three .goal-image {
  width: 25%;
}
.goals-grid .goals-container.two {
  flex: 0 0 auto;
}
.goals-grid .goals-container.two .goal-image {
  width: 25%;
  max-width: 400px;
}
.goals-grid .goals-container.two .goal-image:first-child {
  justify-self: end;
}
.goals-grid .goals-container.two .goal-image:last-child {
  justify-self: start;
}

@media (max-width: 768px) {
  .goals-grid .goals-container {
    flex-direction: column;
    gap: 4rem !important;
    height: unset;
  }
  .goals-grid .goals-container.three .goal-image, .goals-grid .goals-container.two .goal-image {
    width: 80vw !important;
    height: 80vw;
    max-width: 400px;
    max-height: 400px;
  }
}
.impact-gallery .container {
  padding: 0;
}
.impact-gallery .outer {
  display: flex;
  flex-direction: column;
  gap: 4rem;
  padding-block: 4em;
  min-height: 914px;
}
@media (max-width: 1280px) {
  .impact-gallery .outer {
    padding-inline: 2em;
  }
}
.impact-gallery .outer .header {
  position: relative;
}
.impact-gallery .outer .header h2.title {
  text-transform: uppercase;
  padding: 0;
  margin: 0;
  margin-bottom: 0.5em;
}

/* ================================== */
.ns-stories {
  background-color: transparent;
}
.ns-stories .gallery-container {
  display: flex;
  flex-wrap: wrap;
}
.ns-stories .gallery-container .ns-stories-carousel {
  display: flex;
  justify-content: space-between;
  flex: 100%;
}
.ns-stories .gallery-container .ns-stories-carousel div.link a {
  font-weight: bold;
  color: var(--color-accent-gold);
  text-decoration: none;
  text-transform: uppercase;
  margin-top: 0;
}
.ns-stories .gallery-container .ns-stories-carousel .splide {
  max-width: var(--max-container-width);
  position: relative;
}
.ns-stories .gallery-container .ns-stories-carousel .splide .splide__arrows .splide__arrow {
  background: transparent;
  width: 54px;
  height: 54px;
  transform: none;
}
.ns-stories .gallery-container .ns-stories-carousel .splide .splide__arrows .splide__arrow--prev {
  left: 45%;
  top: 112%;
}
.ns-stories .gallery-container .ns-stories-carousel .splide .splide__arrows .splide__arrow--next {
  rotate: 180deg;
  right: 0;
  top: 112%;
  left: 52%;
}
.ns-stories .gallery-container .ns-stories-carousel .splide .splide__track {
  padding: 0 !important;
}
.ns-stories .gallery-container .ns-stories-carousel .splide .splide__track .splide__list .splide__slide {
  margin-right: 5px;
  display: grid;
  grid-template-rows: auto 1fr 1fr auto;
  padding-inline: var(--common-margin);
}
.ns-stories .gallery-container .ns-stories-carousel .splide .splide__track .splide__list .splide__slide figure {
  width: 95%;
  height: 242px;
  margin-bottom: 32px;
}
.ns-stories .gallery-container .ns-stories-carousel .splide .splide__track .splide__list .splide__slide figure img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.ns-stories .gallery-container .ns-stories-carousel .splide .splide__track .splide__list .splide__slide h5 {
  margin: 0;
  padding-top: 4em;
  padding-bottom: 0;
  margin-bottom: 0.5em;
  font-size: 1.25em;
  text-transform: uppercase;
}
.ns-stories .gallery-container .ns-stories-carousel .splide .splide__track .splide__list .splide__slide p {
  margin: 0;
  padding-top: 0;
  padding-bottom: 0;
  margin-bottom: 0.5em;
  font-size: 20px;
  line-height: 120%;
}
.ns-stories .gallery-container .ns-stories-carousel .splide .splide__track .splide__list li h5,
.ns-stories .gallery-container .ns-stories-carousel .splide .splide__track .splide__list li p {
  box-sizing: border-box;
  padding: 1em;
}
.ns-stories .gallery-container .ns-stories-carousel .splide.hide-desktop {
  display: none;
}
.ns-stories.ns-padding-top-0 {
  padding-top: 0;
}
.ns-stories.ns-padding-bottom-s {
  padding-bottom: 120px;
}

@media (max-width: 1280px) {
  section.impact-gallery .container {
    padding-inline: unset !important;
  }
  section.impact-gallery .container .outer {
    min-height: 700px;
    padding-inline: unset !important;
  }
  section.impact-gallery .container .outer .header {
    padding-inline: var(--common-margin);
  }
  .ns-stories li {
    grid-template-rows: auto auto auto auto !important;
  }
  .ns-stories li figure img,
  .ns-stories li h5,
  .ns-stories li p {
    max-width: 100%;
    padding: 0 !important;
    width: 100%;
  }
  .ns-stories li figure {
    margin: 0;
  }
  .ns-stories .gallery-container .ns-stories-carousel .splide .splide__arrows .splide__arrow--prev {
    left: 40%;
  }
  .ns-stories .gallery-container .ns-stories-carousel .splide .splide__arrows .splide__arrow--next {
    left: 50%;
  }
}
@media (max-width: 768px) {
  .ns-stories .gallery-container .ns-stories-carousel .splide .splide__arrows .splide__arrow--prev {
    left: 35%;
  }
  .ns-stories .gallery-container .ns-stories-carousel .splide .splide__arrows .splide__arrow--next {
    left: 45%;
  }
}
.link-grid {
  padding-block: 4rem;
}
.link-grid .subheading {
  font-size: 1rem;
  margin-block: 3rem;
  margin-block-start: 1rem;
}
.link-grid .link-container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 6rem;
  row-gap: 8rem;
}
.link-grid .link-container .link-pillar .overhung-heading {
  padding-top: 2em;
}
.link-grid .link-container .link-pillar h2,
.link-grid .link-container .link-pillar .link-description {
  padding: 0;
  margin: 0;
}
.link-grid .link-container .link-pillar h2 {
  margin-bottom: 0.3em;
}
@media (max-width: 768px) {
  .link-grid .link-container {
    grid-template-columns: 1fr;
    row-gap: 6rem;
  }
}

.news-press-block {
  margin-top: 3rem !important;
}
.news-press-block .heading {
  display: grid;
  grid-template-columns: 1fr 1fr;
  text-transform: uppercase;
  margin-bottom: 1.5rem;
}
@media (max-width: 1280px) {
  .news-press-block .heading {
    padding-inline: 2em;
  }
}
.news-press-block .heading h2 {
  margin: 0;
}
.news-press-block .heading .right {
  text-align: right;
  align-content: end;
}
.news-press-block a.view-more {
  display: inline-block;
  background-color: #FF9E1B;
  color: #000;
  text-decoration: none;
  font-weight: bold;
  padding: 0.75rem 2rem;
  transition: background-color 0.3s ease;
}
.news-press-block a.view-more:hover {
  background-color: rgb(255, 179.6973684211, 78);
}
@media (max-width: 1280px) {
  .news-press-block .content {
    padding-inline: 2em;
  }
}

.j-text {
  height: 250px !important;
  /* Default height */
  overflow: hidden !important;
}
.j-text::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 20%;
  background: linear-gradient(to bottom, transparent 0%, #fff 90%, #fff 100%);
  pointer-events: none;
}

.feed-item {
  cursor: pointer;
  user-select: none;
}

/* without this the overlay pins to the top under the header */
.j-overlay {
  place-content: center;
  display: grid;
}
.j-overlay .j-overlay-content {
  max-height: 80vh;
  height: auto;
  overflow-y: auto;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.people-gallery {
  padding-block: 4em;
  padding-inline: 4em;
}
.people-gallery .people {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 2em;
  padding-block: 2em;
}
.people-gallery .people .person {
  flex: 0 0 256px;
}
.people-gallery .people .person .photo {
  max-width: 256px;
}
.people-gallery .people .person .photo img {
  max-width: 256px;
  height: 256px;
}
.people-gallery .people .person .info {
  margin-top: 1em;
  display: grid;
  grid-template-rows: 2em 3em 16em auto;
  height: auto;
}
.people-gallery .people .person .info.collapsed-title {
  grid-template-rows: 2em auto 16em auto !important;
}
.people-gallery .people .person .info h3.full_name {
  margin: 0;
  padding: 0;
  padding-bottom: 1em;
}
.people-gallery .people .person .info .title {
  font-weight: bold;
  padding-bottom: 1em;
  font-size: 0.8em;
}
.people-gallery .people .person .info .biography {
  line-height: initial !important;
}
.people-gallery .people .person .info .biography .bio-short,
.people-gallery .people .person .info .biography .bio-full {
  margin-block: 0.5em;
}
.people-gallery .people .person .info .read-more .read-more-btn {
  background: none;
  border: none;
  color: currentColor;
  cursor: pointer;
  font-size: 0.9em;
  margin-top: 8px;
  padding: 0;
  text-decoration: underline;
  font-weight: 600;
  text-decoration: none;
}
.people-gallery .people .person.bio-expanded .info {
  grid-template-rows: 2em 3.5em auto auto;
  height: auto;
}

@media (max-width: 1200px) {
  .people-gallery {
    max-width: 80vw;
    margin: auto;
    place-content: center;
    display: grid;
  }
  .people-gallery .people {
    grid-template-columns: 1fr 1fr;
    gap: 1em;
  }
  .people-gallery .people .photo {
    max-width: 80vw;
  }
  .people-gallery .people .info {
    display: block !important;
    grid-template-rows: auto auto 1fr;
    margin-top: 0.5em !important;
  }
  .people-gallery .people .info h3 {
    margin: 0;
    padding-top: 1em !important;
    padding-bottom: 0 !important;
  }
  .people-gallery .people .info .title {
    padding-bottom: 1em !important;
  }
}
@media (max-width: 768px) {
  .people-gallery {
    width: 60vw;
    padding-inline: 2em;
    margin: auto;
  }
  .people-gallery .people {
    grid-template-columns: 1fr;
    gap: 1em;
  }
  .people-gallery .people .person {
    margin-block: 1em;
  }
  .people-gallery .people .person .photo {
    display: grid;
    width: 100%;
    max-width: unset !important;
    place-content: center;
  }
  .people-gallery .people .person .photo img {
    width: 60vw;
    max-width: unset !important;
    height: unset !important;
    max-height: unset;
  }
}
.resource-row {
  display: grid;
  grid-template-columns: 150px 1fr;
  padding-block: 2.5em;
}
.resource-row.less-top-padding {
  padding-block-start: 0;
}
.resource-row .left {
  text-align: center;
  position: relative;
  top: -0.6em;
}
.resource-row img {
  max-width: 100px;
  width: 100%;
  height: auto;
}
@media (max-width: 768px) {
  .resource-row {
    grid-template-columns: 1fr;
    gap: 2.5em;
  }
  .resource-row .left {
    text-align: center;
    position: unset;
    top: unset;
  }
}

.text-block {
  padding-block: 2em;
}
.text-block a {
  color: var(--link-color, #0066cc);
  text-decoration: none;
}

.twopane.reverse .container {
  flex-direction: row-reverse;
}
.twopane .container {
  display: flex;
  flex-direction: row;
  width: 100%;
  height: 500px;
}
.twopane .container > div {
  flex: 1 0 50%;
}
.twopane .container .left {
  place-content: center;
  display: grid;
}
.twopane .container .left .content {
  max-width: 400px;
  margin: auto;
  position: relative;
  font-family: var(--font-montserrat);
  text-wrap: balance;
  line-height: 1.5;
}
.twopane .container .left .content .overhang {
  position: absolute;
  top: -0.8rem;
  left: 0;
  width: 2.5rem;
  height: 0.5rem;
  background-color: #f0f;
}
.twopane .container .left .content > h2 {
  font-weight: bold;
  text-transform: uppercase;
}
.twopane .container .left .content a.button {
  display: inline-block;
  margin-top: 1rem;
  padding: 0.5rem 1rem;
  background-color: #f0f;
  color: #fff;
  text-decoration: none;
  line-height: 1;
  font-weight: bold;
}
.twopane .container .left .content a.button svg {
  width: 1em;
  height: 1em;
  vertical-align: middle;
  padding: 0;
}
.twopane .container .right {
  background-position: center;
  background-size: cover;
}

@media (max-width: 1024px) {
  .twopane .container {
    display: grid;
    grid-template-rows: 500px 1fr;
    width: 100%;
    height: unset;
    padding-inline: 0;
  }
  .twopane .container > div {
    grid-area: 2/1;
    padding-block: 4rem;
  }
  .twopane .container > div:last-child {
    grid-area: 1/1;
  }
  .twopane .container .left {
    margin-inline: var(--common-margin);
  }
}
.where-map {
  min-height: 300px;
  padding-block: 4rem;
}
.where-map img {
  width: 100%;
  border-top: 1px solid grey;
}

:root {
  --color-dark-primary: white;
  --color-light-primary: black;
  --color-dark-secondary: #fff;
  --color-dark-background: black;
  --color-light-background: white;
  --color-accent-red: #a21942;
  --color-accent-gold: #dda63a;
  --color-accent-green: #4c9f38;
  --color-accent-blue: #26bde2;
  --color-accent-orange: #fd9d24;
  --max-container-width: 1280px;
  --breakpoint-mobile: 1024px;
  --common-margin: 2.5rem;
  --font-montserrat: "Montserrat", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  --font-myriadpro: "Myriad Pro", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  --link-color: var(--color-accent-red) ;
}

body {
  font-family: var(--font-montserrat);
}

section {
  display: flex;
  flex-direction: column;
  width: 100%;
  line-height: 1.4;
  background-color: var(--color-light-background);
  color: var(--color-light-primary);
}
section.dark {
  background-color: var(--color-dark-background);
  color: var(--color-dark-primary);
}
section .container {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: var(--max-container-width);
  margin: 0 auto;
  padding-inline: var(--common-margin);
}
section li {
  margin-bottom: 1em;
}

.mobile {
  display: block;
}

.desktop {
  display: none;
}

@media (min-width: 1024px) {
  .mobile {
    display: none;
  }
  .desktop {
    display: block;
  }
}

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