@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/
   v5.0.1 | 20191019
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
main, menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, main, menu, nav, section {
  display: block;
}

/* HTML5 hidden-attribute fix for newer browsers */
*[hidden] {
  display: none;
}

body {
  line-height: 1;
}

menu, ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 100%;
  --padding: 18px;
  --border-radius: 35px;
  --light-yellow: #fdf1cf;
  --light-grey: #e3e3dd;
  --light-green: #8fcebd;
  --light-light-grey: #f0f0e8;
  --light-light-green: #d3ece4;
  --light-light-light-green: #ecf7f3;
  --light-light-yellow: #fffbef;
  --grey: #868279;
  --dark-grey: #46443e;
  --green: #00a176;
  --max-width: 1300px;
  --nav-width: 100%;
  font-size: 15px;
}
@media (min-width: 1024px) {
  html {
    --padding: 20px;
    font-size: 16px;
  }
}
@media (min-width: 767px) {
  html {
    --nav-width: 400px;
  }
}
@media (min-width: 1280px) {
  html {
    font-size: 17px;
  }
}

*, *:before, *:after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

body {
  line-height: 1.3;
  font-family: sans-serif;
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  background: #FFF;
}
body > main,
body > article {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.tns-outer {
  padding: 0 !important;
}

.tns-outer [hidden] {
  display: none !important;
}

.tns-outer [aria-controls], .tns-outer [data-action] {
  cursor: pointer;
}

.tns-slider {
  -webkit-transition: all 0s;
  transition: all 0s;
}

.tns-slider > .tns-item {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.tns-horizontal.tns-subpixel {
  white-space: nowrap;
}

.tns-horizontal.tns-subpixel > .tns-item {
  display: inline-block;
  vertical-align: top;
  white-space: normal;
}

.tns-horizontal.tns-no-subpixel:after {
  content: "";
  display: table;
  clear: both;
}

.tns-horizontal.tns-no-subpixel > .tns-item {
  float: left;
}

.tns-horizontal.tns-carousel.tns-no-subpixel > .tns-item {
  margin-right: -100%;
}

.tns-no-calc {
  position: relative;
  left: 0;
}

.tns-gallery {
  position: relative;
  left: 0;
  min-height: 1px;
}

.tns-gallery > .tns-item {
  position: absolute;
  left: -100%;
  -webkit-transition: transform 0s, opacity 0s;
  -webkit-transition: opacity 0s, -webkit-transform 0s;
  transition: opacity 0s, -webkit-transform 0s;
  transition: transform 0s, opacity 0s;
  transition: transform 0s, opacity 0s, -webkit-transform 0s;
}

.tns-gallery > .tns-slide-active {
  position: relative;
  left: auto !important;
}

.tns-gallery > .tns-moving {
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}

.tns-autowidth {
  display: inline-block;
}

.tns-lazy-img {
  -webkit-transition: opacity 0.6s;
  transition: opacity 0.6s;
  opacity: 0.6;
}

.tns-lazy-img.tns-complete {
  opacity: 1;
}

.tns-ah {
  -webkit-transition: height 0s;
  transition: height 0s;
}

.tns-ovh {
  overflow: hidden;
}

.tns-visually-hidden {
  position: absolute;
  left: -10000em;
}

.tns-transparent {
  opacity: 0;
  visibility: hidden;
}

.tns-fadeIn {
  opacity: 1;
  filter: alpha(opacity=100);
  z-index: 0;
}

.tns-normal, .tns-fadeOut {
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: -1;
}

.tns-vpfix {
  white-space: nowrap;
}

.tns-vpfix > div, .tns-vpfix > li {
  display: inline-block;
}

.tns-t-subp2 {
  margin: 0 auto;
  width: 310px;
  position: relative;
  height: 10px;
  overflow: hidden;
}

.tns-t-ct {
  width: 2333.3333333%;
  width: -moz-calc(100% * 70 / 3);
  width: 2333.3333333333%;
  position: absolute;
  right: 0;
}

.tns-t-ct:after {
  content: "";
  display: table;
  clear: both;
}

.tns-t-ct > div {
  width: 1.4285714%;
  width: -moz-calc(100% / 70);
  width: 1.4285714286%;
  height: 10px;
  float: left;
}

.pill {
  border-radius: 30px;
  font-family: "Styrene";
  padding: 0.2rem 0.7rem 0.3rem 0.7rem;
  display: inline-block;
  text-decoration: none;
  -webkit-transition: 150ms background;
  transition: 150ms background;
  font-weight: 600;
  font-size: inherit;
  margin-bottom: 5px;
}
a.pill, button.pill {
  background: var(--green);
  color: #fff;
  border: none;
  cursor: pointer;
}
a.pill:hover, button.pill:hover {
  opacity: 0.8;
}

span.pill {
  border: 1px solid var(--green);
  color: var(--green);
}
span.pill--green {
  background: var(--green);
  color: #fff;
}

.commas > span::after, .commas > div::after, .commas > a::after {
  content: ", ";
}
.commas > span:nth-last-child(1)::after, .commas > div:nth-last-child(1)::after, .commas > a:nth-last-child(1)::after {
  content: "";
}

.upper {
  text-transform: uppercase;
}

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

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

a {
  color: inherit;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 2px;
  -webkit-text-decoration-color: inherit;
          text-decoration-color: inherit;
}

h1 {
  margin-bottom: 1em;
}

sup {
  font-size: 0.6em;
}

.mono {
  font-family: "Pitch", monospace;
}

blockquote {
  padding-left: 1.5em;
  margin: 2em 0;
  border-left: 2px solid #000;
}

h4 {
  text-transform: uppercase;
  font-family: "Pitch", monospace;
  font-size: 0.9rem;
}

.largeprose {
  font-size: 1.2rem;
  line-height: 1.3;
  max-width: 700px;
  width: 100%;
  font-family: "Lyon", serif;
  color: var(--green);
  letter-spacing: -0.01em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media (min-width: 1024px) {
  .largeprose {
    font-size: 1.3rem;
  }
}
.largeprose p, .largeprose ul, .largeprose ol, .largeprose blockquote {
  opacity: 1;
}
.largeprose h2 {
  margin: 3rem 0 1.5rem 0;
  color: var(--dark-grey);
}
.largeprose p:nth-last-child(1), .largeprose ul:nth-last-child(1), .largeprose li:nth-last-child(1) {
  margin-bottom: 0;
}

.prose {
  line-height: 1.4;
  max-width: 700px;
  letter-spacing: 0.02em;
  width: 100%;
  font-family: "Lyon", serif;
  letter-spacing: -0.01em;
}
.prose p, .prose ul, .prose ol, .prose blockquote {
  opacity: 1;
  font-size: 1.05rem;
}
@media (min-width: 767px) {
  .prose p, .prose ul, .prose ol, .prose blockquote {
    font-size: 1.15rem;
  }
}
.prose p, .prose ul, .prose li {
  color: #333;
}
.prose p:nth-last-child(1), .prose ul:nth-last-child(1), .prose li:nth-last-child(1) {
  margin-bottom: 0;
}
.prose h2 {
  letter-spacing: -0.01em;
  font-weight: 500;
  margin-top: 2rem;
  color: #333;
}
.prose h1 {
  font-size: 1.8rem;
  margin: 2rem 0 1.15rem 0;
  letter-spacing: -0.02em;
  line-height: 1.15;
}
@media (min-width: 767px) {
  .prose h1 {
    font-size: 2.3rem;
  }
}
.prose > h2:nth-child(1), .prose > h1:nth-child(1) {
  margin-top: 0;
}

strong {
  font-weight: 500;
}

.system {
  letter-spacing: 0.02em;
  font-weight: 300;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}

ol {
  list-style-type: decimal;
}

ul {
  list-style-type: disc;
}

ol, ul, p {
  margin: 0 0 1em 0;
}

ul, ol {
  padding-left: 1.2em;
  margin: 1em 0;
}

h1 {
  font-family: sans-serif;
  font-size: 1.5rem;
  line-height: 1.1;
  font-family: "Styrene", sans-serif;
  color: var(--green);
  margin-bottom: 0.8rem;
  font-weight: 600;
}
@media (min-width: 767px) {
  h1 {
    margin-bottom: 1.1rem;
    font-size: 1.7rem;
  }
}
@media (min-width: 1024px) {
  h1 {
    font-size: 2rem;
  }
}

h2 {
  font-size: 1.3rem;
  margin: 0 0 1rem 0;
  line-height: 1.15;
  font-weight: 600;
  -webkit-font-smoothing: antialiased;
  font-family: "Styrene", sans-serif;
  color: var(--green);
}
@media (min-width: 767px) {
  h2 {
    font-size: 1.5rem;
  }
}

h3 {
  font-size: 1.1rem;
  margin: 0 0 0 0;
  line-height: 1.3;
  font-weight: 600;
  -webkit-font-smoothing: antialiased;
  font-family: "Styrene", sans-serif;
}
@media (min-width: 767px) {
  h3 {
    font-size: 1.1rem;
  }
}

em {
  font-style: italic;
}

.header button, .nav button {
  margin-top: 4px;
}

.header {
  position: sticky;
  top: 0;
  z-index: 10;
  height: auto;
}
.header__outer {
  padding-bottom: 10px;
  background: #FFF;
}
@media (min-width: 767px) {
  .header__outer {
    background: #FFF;
    padding-bottom: var(--padding);
    padding-bottom: 0;
  }
}
.header--pinned .header__outer {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.header--pinned .header__blurb h1 {
  display: none;
}
@media (min-width: 767px) {
  .header--pinned .header__inner {
    padding: var(--padding);
  }
}
@media (min-width: 767px) {
  .header--pinned .header__logo {
    max-width: 200px;
  }
}
.header img {
  width: 100%;
  height: auto;
  display: block;
}
.header__inner {
  -webkit-transition: padding 150ms;
  transition: padding 150ms;
  padding: 14px var(--padding) 0 var(--padding);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: grid;
  grid-template-columns: 1fr auto;
}
@media (min-width: 767px) {
  .header__inner {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    grid-template-columns: 1fr 1fr;
    grid-gap: var(--padding);
    padding: calc(var(--padding) * 2) var(--padding);
  }
}
.header__blurb {
  display: none;
}
@media (min-width: 767px) {
  .header__blurb {
    display: grid;
    grid-template-columns: 1fr 82px;
    grid-gap: calc(var(--padding) * 2);
  }
}
.header__blurb h2 {
  margin-top: 1rem;
  color: var(--light-green);
  max-width: 470px;
}
.header__logo {
  max-width: 180px;
}
@media (min-width: 767px) {
  .header__logo {
    max-width: 250px;
  }
}
@media (min-width: 1024px) {
  .header__logo {
    margin-top: 8px;
    max-width: 300px;
  }
}
.header h1 {
  margin-bottom: 0;
  color: #fff;
  font-size: 1.3rem;
}
@media (min-width: 767px) {
  .header h1 {
    font-size: 1.7rem;
    color: var(--green);
  }
}
.header button {
  margin-top: 4px;
}
.header__mobiletoggle {
  display: block;
}
@media (min-width: 767px) {
  .header__mobiletoggle {
    display: none;
  }
}

.nav {
  background: var(--green);
  position: fixed;
  top: 0;
  right: 0;
  z-index: 10;
  bottom: 0;
  -webkit-box-shadow: -5px 0 10px rgba(0, 0, 0, 0.1);
          box-shadow: -5px 0 10px rgba(0, 0, 0, 0.1);
  color: #FFF;
  width: var(--nav-width);
  display: none;
  opacity: 1;
}
.nav__logo {
  max-width: 180px;
}
@media (min-width: 767px) {
  .nav__logo {
    display: none;
  }
}
.nav__logo img {
  width: 100%;
  height: auto;
  display: block;
}
.nav h1 {
  color: #fff;
  border-bottom: 1px solid #fff;
}
.nav--open {
  display: block;
}
.nav a {
  text-decoration: none;
  font-family: sans-serif;
  font-size: 1.5rem;
  line-height: 1.1;
  font-family: "Styrene", sans-serif;
  color: var(--green);
  margin-bottom: 0.8rem;
  font-weight: 600;
  color: #FFF;
}
@media (min-width: 767px) {
  .nav a {
    margin-bottom: 1.1rem;
    font-size: 1.7rem;
  }
}
@media (min-width: 1024px) {
  .nav a {
    font-size: 2rem;
  }
}
.nav a:hover {
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 4px;
  -webkit-text-decoration-color: rgba(255, 255, 255, 0.5);
          text-decoration-color: rgba(255, 255, 255, 0.5);
}
@media (min-width: 1450px) {
  .nav {
    width: calc((100vw - var(--max-width)) / 2 + var(--nav-width));
  }
}
.nav__item {
  display: block;
  padding-left: 1em;
  text-indent: -1em;
}
.nav__blurb {
  display: grid;
  grid-template-columns: 1fr auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 2rem;
}
@media (min-width: 767px) {
  .nav__blurb {
    margin-bottom: 0;
  }
}
.nav__inner {
  padding: 14px var(--padding) var(--padding) var(--padding);
  width: var(--nav-width);
  position: relative;
}
@media (min-width: 767px) {
  .nav__inner {
    padding: calc(var(--padding) * 2);
  }
}
@media (min-width: 767px) {
  .nav__close {
    position: absolute;
    right: 0;
    top: 0;
    padding: calc(var(--padding) * 2) var(--padding) 0 0;
  }
}
.nav__close button {
  color: var(--green);
  background: #fff;
}

@font-face {
  font-family: "Styrene";
  src: url(../../build/fonts/StyreneA-Medium.otf) format("opentype");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "Lyon";
  src: url("../../build/fonts/Lyon Text-Regular No. 2.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Lyon";
  src: url("../../build/fonts/Lyon Text-Regular No. 2 Italic.otf") format("opentype");
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: "Pitch";
  src: url(../../build/fonts/test-pitch-sans-semibold.woff2) format("woff");
  font-weight: 500;
  font-style: normal;
}
.section__inner {
  padding: var(--padding) var(--padding);
}
@media (min-width: 767px) {
  .section__inner {
    padding: calc(var(--padding) * 2) var(--padding);
  }
}
@media (min-width: 1280px) {
  .section__inner {
    padding: calc(var(--padding) * 3) var(--padding);
  }
}
.section__introduction {
  margin-bottom: 2rem;
}
@media (min-width: 767px) {
  .section__introduction {
    margin-bottom: 4rem;
  }
}
.section--border-top {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.section--whoweare {
  background: var(--light-light-green);
}
.section--whoweare .personpreview__role {
  display: none;
}
.section--whoweare .personpreview h3 {
  padding: 0 0.75rem;
  line-height: 1.1;
  font-size: 0.75rem;
}
.section--whoweare .peoplegrid {
  margin-bottom: 2rem;
}
.section--whoweare .peoplegrid a {
  mix-blend-mode: multiply;
}

section img {
  width: 100%;
  height: auto;
  display: block;
}

.peoplegrid {
  grid-template-columns: repeat(3, 1fr);
}
@media (min-width: 1024px) {
  .peoplegrid {
    grid-template-columns: repeat(4, 1fr);
  }
}
.peoplegrid h3 {
  grid-column: 1/-1;
}

.gte {
  background: var(--light-yellow);
}
@media (min-width: 767px) {
  .gte__left {
    border-right: 1px solid var(--green);
    padding-right: var(--padding);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column nowrap;
            flex-flow: column nowrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.credits {
  background: var(--light-grey);
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.credits__left {
  padding-right: var(--padding);
}
.credits .mono {
  font-size: 0.75rem;
}

.footer {
  font-size: 0.75rem;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  background: var(--grey);
  color: #FFF;
  font-family: "Pitch", monospace;
  padding-bottom: calc(var(--padding) * 2);
}
.footer p {
  margin-bottom: 0;
}
@media (min-width: 767px) {
  .footer {
    padding-bottom: 0;
  }
}
.footer .pill {
  background: #FFF;
  color: #000;
}
.footer__links {
  margin-top: 10px;
}
@media (min-width: 767px) {
  .footer__links {
    margin-top: 0;
  }
}
.footer__notices {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  grid-gap: 1rem;
}

.home__background {
  position: absolute;
  inset: 0;
  z-index: 0;
}
.home__background img {
  opacity: 1;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
@media (min-width: 767px) {
  .home .whatwedo > div:nth-child(2) {
    margin-top: 3.5rem;
  }
}
.home .slideshow .caption {
  color: #000;
}
.home .links {
  margin: var(--padding) 0 0 0;
}
@media (min-width: 767px) {
  .home .links {
    margin: 1rem 0 2rem 0;
  }
}
.home .links .pill {
  margin-bottom: 10px;
}
.home__introduction {
  position: relative;
}
.home__introduction .background {
  display: none;
}
.home__introduction .largeprose {
  font-size: 1.4rem;
  color: var(--dark-grey);
}
@media (min-width: 767px) {
  .home__introduction .largeprose {
    font-size: 1.6rem;
  }
}
@media (min-width: 1280px) {
  .home__introduction .largeprose {
    font-size: 1.8rem;
  }
}
.home__introduction .section__inner {
  position: relative;
  z-index: 1;
}
.home__featureprojects {
  position: relative;
}
.home__featureprojects .previewcontainer {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 80vw;
          flex: 0 0 80vw;
  margin-right: var(--padding);
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (min-width: 767px) {
  .home__featureprojects .previewcontainer {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 60vw;
            flex: 0 0 60vw;
  }
}
@media (min-width: 1024px) {
  .home__featureprojects .previewcontainer {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc((var(--max-width) - var(--padding) * 4) / 2);
            flex: 0 0 calc((var(--max-width) - var(--padding) * 4) / 2);
  }
}
@media (min-width: 1280px) {
  .home__featureprojects .previewcontainer {
    margin-right: calc(var(--padding) * 2);
  }
}
.home__featureprojects .previewcontainer a {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: block;
}
.home__featureprojects .postpreview__image {
  aspect-ratio: 16/9;
}
.home__featureprojects .themepreview {
  display: block;
}
.home__featureprojects .themepreview .prose p {
  display: none;
}
.home__featureprojects .themepreview .prose p:nth-child(1) {
  display: block;
}
.home__featureprojects .pagepreview {
  background: var(--green);
  color: var(--light-yellow);
}
.home__featureprojects .pagepreview .postpreview__largeexcerpt, .home__featureprojects .pagepreview h2 {
  color: #FFF;
}
.home__featureprojects .pagepreview .largeprose {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.home__featureprojects .scroller__inner {
  padding: 0 0 2rem 0;
}
.home__featureprojects .scroller__controls {
  margin: 0;
  padding-bottom: 2rem;
}
.home__introductionleft h2 {
  margin-top: 1rem;
  color: var(--dark-grey);
}
@media (min-width: 767px) {
  .home__introductionleft h2 {
    margin-top: 0;
  }
}
.home__introductionleft h2 a {
  text-decoration: none;
}
.home__introductionleft .largeprose {
  color: #383838;
}

.gallery[data-index="1"] .caption:nth-child(1) {
  display: block;
}

.gallery[data-index="2"] .caption:nth-child(2) {
  display: block;
}

.gallery[data-index="3"] .caption:nth-child(3) {
  display: block;
}

.gallery[data-index="4"] .caption:nth-child(4) {
  display: block;
}

.gallery[data-index="5"] .caption:nth-child(5) {
  display: block;
}

.gallery[data-index="6"] .caption:nth-child(6) {
  display: block;
}

.gallery[data-index="7"] .caption:nth-child(7) {
  display: block;
}

.gallery[data-index="8"] .caption:nth-child(8) {
  display: block;
}

.gallery[data-index="9"] .caption:nth-child(9) {
  display: block;
}

.gallery[data-index="10"] .caption:nth-child(10) {
  display: block;
}

.gallery[data-index="11"] .caption:nth-child(11) {
  display: block;
}

.gallery[data-index="12"] .caption:nth-child(12) {
  display: block;
}

.gallery[data-index="13"] .caption:nth-child(13) {
  display: block;
}

.gallery[data-index="14"] .caption:nth-child(14) {
  display: block;
}

.gallery[data-index="15"] .caption:nth-child(15) {
  display: block;
}

.gallery[data-index="16"] .caption:nth-child(16) {
  display: block;
}

.gallery[data-index="17"] .caption:nth-child(17) {
  display: block;
}

.gallery[data-index="18"] .caption:nth-child(18) {
  display: block;
}

.gallery[data-index="19"] .caption:nth-child(19) {
  display: block;
}

.gallery[data-index="20"] .caption:nth-child(20) {
  display: block;
}

.gallery[data-index="21"] .caption:nth-child(21) {
  display: block;
}

.gallery[data-index="22"] .caption:nth-child(22) {
  display: block;
}

.gallery[data-index="23"] .caption:nth-child(23) {
  display: block;
}

.gallery[data-index="24"] .caption:nth-child(24) {
  display: block;
}

.gallery[data-index="25"] .caption:nth-child(25) {
  display: block;
}

.gallery[data-index="26"] .caption:nth-child(26) {
  display: block;
}

.gallery[data-index="27"] .caption:nth-child(27) {
  display: block;
}

.gallery[data-index="28"] .caption:nth-child(28) {
  display: block;
}

.gallery[data-index="29"] .caption:nth-child(29) {
  display: block;
}

.gallery[data-index="30"] .caption:nth-child(30) {
  display: block;
}

.gallery[data-index="31"] .caption:nth-child(31) {
  display: block;
}

.gallery[data-index="32"] .caption:nth-child(32) {
  display: block;
}

.gallery[data-index="33"] .caption:nth-child(33) {
  display: block;
}

.gallery[data-index="34"] .caption:nth-child(34) {
  display: block;
}

.gallery[data-index="35"] .caption:nth-child(35) {
  display: block;
}

.gallery[data-index="36"] .caption:nth-child(36) {
  display: block;
}

.gallery[data-index="37"] .caption:nth-child(37) {
  display: block;
}

.gallery[data-index="38"] .caption:nth-child(38) {
  display: block;
}

.gallery[data-index="39"] .caption:nth-child(39) {
  display: block;
}

.gallery[data-index="40"] .caption:nth-child(40) {
  display: block;
}

.gallery[data-index="41"] .caption:nth-child(41) {
  display: block;
}

.gallery[data-index="42"] .caption:nth-child(42) {
  display: block;
}

.gallery[data-index="43"] .caption:nth-child(43) {
  display: block;
}

.gallery[data-index="44"] .caption:nth-child(44) {
  display: block;
}

.gallery[data-index="45"] .caption:nth-child(45) {
  display: block;
}

.gallery[data-index="46"] .caption:nth-child(46) {
  display: block;
}

.gallery[data-index="47"] .caption:nth-child(47) {
  display: block;
}

.gallery[data-index="48"] .caption:nth-child(48) {
  display: block;
}

.gallery[data-index="49"] .caption:nth-child(49) {
  display: block;
}

.gallery[data-index="50"] .caption:nth-child(50) {
  display: block;
}

.gallery {
  position: relative;
}
.gallery button {
  border: none;
  font-size: 1rem;
  margin-right: 5px;
  cursor: pointer;
  padding: 4px 8px 5px 8px;
}
.gallery button:hover {
  background: #008864;
  color: #FFF;
}
.gallery button:active {
  background: #fff;
  color: var(--green);
}
.gallery button span {
  pointer-events: none;
}
.gallery__navcontrols {
  position: absolute;
  z-index: 1;
  left: 0;
  right: 0;
  padding: 10px;
}
.gallery__image {
  height: 0;
  position: relative;
  padding-bottom: 70%;
}
.gallery__image div {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.gallery__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.gallery .caption {
  display: none;
}
.gallery__navcontrols {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.gallery__controls {
  font-size: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  letter-spacing: 0.02em;
  font-weight: 300;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-weight: 300;
  margin-bottom: 5px;
}
.gallery__controls div {
  padding: 0 8px;
}
.gallery__controls div:hover {
  opacity: 0.6;
  cursor: pointer;
}
.gallery .dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.gallery .dot {
  border-radius: 50%;
  width: 12px;
  height: 12px;
  margin-left: 4px;
  background: rgba(255, 255, 255, 0.5);
  cursor: pointer;
}
.gallery .dot.tns-nav-active {
  background: #FFF;
}

.oembed {
  height: 0;
  padding-bottom: 56%;
  position: relative;
}
.oembed iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
}

.alignleft {
  float: left;
  margin: 1rem 2rem 1rem 0;
}
.alignleft a, .alignleft img {
  display: block;
  height: auto;
  width: 100% !important;
}

.alignleft {
  width: var(--float-image-width) !important;
  height: auto;
}
@media (min-width: 1280px) {
  .alignleft {
    margin: 1rem 2rem 1rem -8vw;
  }
}

.alignright {
  float: right;
  margin: 1rem 0 1rem 2rem;
}
.alignright a, .alignright img {
  display: block;
  height: auto;
  width: 100% !important;
}

.alignright {
  width: var(--float-image-width) !important;
  height: auto;
}
@media (min-width: 1280px) {
  .alignright {
    margin: 1rem -8vw 1rem 2vw;
  }
}

.aligncenter, .alignnone {
  text-align: center;
  width: 100% !important;
  position: relative;
  height: auto;
  margin: 1rem auto;
}
@media (min-width: 767px) {
  .aligncenter, .alignnone {
    margin: 3rem auto;
  }
}
.aligncenter img, .alignnone img {
  display: block;
  height: auto;
  width: 100% !important;
}

.prose .oembed-container {
  margin: 2rem 0;
}

.oembed-container:not(.not-video) {
  height: 0;
  padding-bottom: 56%;
  position: relative;
}
.oembed-container:not(.not-video) iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
}

.oembed-caption {
  margin-top: 1rem;
}

.wp-caption-text, .caption {
  margin: 0.8rem 0 0.8rem 0;
  color: var(--grey);
  font-size: 0.9rem;
}
.wp-caption-text::before, .caption::before {
  content: "▴ ";
}
.wp-caption-text.mono, .caption.mono {
  font-size: 0.8rem;
}

.caption.right {
  margin-bottom: 0;
}
.caption.right::before {
  display: none;
}
.caption.right::after {
  content: "▸";
}

.grid {
  -ms-flex-line-pack: start;
      align-content: flex-start;
  display: grid;
}
.grid--gap {
  grid-gap: calc(var(--padding) * 1);
}
.grid--gap-2 {
  grid-gap: var(--padding);
}
@media (min-width: 1280px) {
  .grid--gap-2 {
    grid-gap: calc(var(--padding) * 2);
  }
}
.grid--gap-3 {
  grid-gap: var(--padding);
}
@media (min-width: 1280px) {
  .grid--gap-3 {
    grid-gap: calc(var(--padding) * 3);
  }
}
.grid--gap-4 {
  grid-gap: var(--padding);
}
@media (min-width: 1280px) {
  .grid--gap-4 {
    grid-gap: calc(var(--padding) * 4);
  }
}
.grid--gap-5 {
  grid-gap: calc(var(--padding) * 3);
}
@media (min-width: 1280px) {
  .grid--gap-5 {
    grid-gap: calc(var(--padding) * 5);
  }
}
.grid--span-all {
  grid-column: 1/-1;
}
.grid--rowspan-2 {
  grid-row: span 2;
}

@media (min-width: 767px) {
  .grid--columns-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}

.grid--rows-1 {
  grid-template-rows: repeat(1, minmax(0, 1fr));
}

@media (min-width: 767px) {
  .grid--span-1 {
    grid-column: span 1;
  }
}

.grid--rowspan-1 {
  grid-row: span 1;
}

[data-columns="1"] {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}

@media (min-width: 767px) {
  .grid--columns-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

.grid--rows-2 {
  grid-template-rows: repeat(2, minmax(0, 1fr));
}

@media (min-width: 767px) {
  .grid--span-2 {
    grid-column: span 2;
  }
}

.grid--rowspan-2 {
  grid-row: span 2;
}

[data-columns="2"] {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

@media (min-width: 767px) {
  .grid--columns-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

.grid--rows-3 {
  grid-template-rows: repeat(3, minmax(0, 1fr));
}

@media (min-width: 767px) {
  .grid--span-3 {
    grid-column: span 3;
  }
}

.grid--rowspan-3 {
  grid-row: span 3;
}

[data-columns="3"] {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

@media (min-width: 767px) {
  .grid--columns-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

.grid--rows-4 {
  grid-template-rows: repeat(4, minmax(0, 1fr));
}

@media (min-width: 767px) {
  .grid--span-4 {
    grid-column: span 4;
  }
}

.grid--rowspan-4 {
  grid-row: span 4;
}

[data-columns="4"] {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

@media (min-width: 767px) {
  .grid--columns-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
}

.grid--rows-5 {
  grid-template-rows: repeat(5, minmax(0, 1fr));
}

@media (min-width: 767px) {
  .grid--span-5 {
    grid-column: span 5;
  }
}

.grid--rowspan-5 {
  grid-row: span 5;
}

[data-columns="5"] {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

@media (min-width: 767px) {
  .grid--columns-6 {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
}

.grid--rows-6 {
  grid-template-rows: repeat(6, minmax(0, 1fr));
}

@media (min-width: 767px) {
  .grid--span-6 {
    grid-column: span 6;
  }
}

.grid--rowspan-6 {
  grid-row: span 6;
}

[data-columns="6"] {
  grid-template-columns: repeat(6, minmax(0, 1fr));
}

@media (min-width: 767px) {
  .grid--columns-7 {
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }
}

.grid--rows-7 {
  grid-template-rows: repeat(7, minmax(0, 1fr));
}

@media (min-width: 767px) {
  .grid--span-7 {
    grid-column: span 7;
  }
}

.grid--rowspan-7 {
  grid-row: span 7;
}

[data-columns="7"] {
  grid-template-columns: repeat(7, minmax(0, 1fr));
}

@media (min-width: 767px) {
  .grid--columns-8 {
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }
}

.grid--rows-8 {
  grid-template-rows: repeat(8, minmax(0, 1fr));
}

@media (min-width: 767px) {
  .grid--span-8 {
    grid-column: span 8;
  }
}

.grid--rowspan-8 {
  grid-row: span 8;
}

[data-columns="8"] {
  grid-template-columns: repeat(8, minmax(0, 1fr));
}

@media (min-width: 767px) {
  .grid--columns-9 {
    grid-template-columns: repeat(9, minmax(0, 1fr));
  }
}

.grid--rows-9 {
  grid-template-rows: repeat(9, minmax(0, 1fr));
}

@media (min-width: 767px) {
  .grid--span-9 {
    grid-column: span 9;
  }
}

.grid--rowspan-9 {
  grid-row: span 9;
}

[data-columns="9"] {
  grid-template-columns: repeat(9, minmax(0, 1fr));
}

@media (min-width: 767px) {
  .grid--columns-10 {
    grid-template-columns: repeat(10, minmax(0, 1fr));
  }
}

.grid--rows-10 {
  grid-template-rows: repeat(10, minmax(0, 1fr));
}

@media (min-width: 767px) {
  .grid--span-10 {
    grid-column: span 10;
  }
}

.grid--rowspan-10 {
  grid-row: span 10;
}

[data-columns="10"] {
  grid-template-columns: repeat(10, minmax(0, 1fr));
}

@media (min-width: 767px) {
  .grid--columns-11 {
    grid-template-columns: repeat(11, minmax(0, 1fr));
  }
}

.grid--rows-11 {
  grid-template-rows: repeat(11, minmax(0, 1fr));
}

@media (min-width: 767px) {
  .grid--span-11 {
    grid-column: span 11;
  }
}

.grid--rowspan-11 {
  grid-row: span 11;
}

[data-columns="11"] {
  grid-template-columns: repeat(11, minmax(0, 1fr));
}

@media (min-width: 767px) {
  .grid--columns-12 {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }
}

.grid--rows-12 {
  grid-template-rows: repeat(12, minmax(0, 1fr));
}

@media (min-width: 767px) {
  .grid--span-12 {
    grid-column: span 12;
  }
}

.grid--rowspan-12 {
  grid-row: span 12;
}

[data-columns="12"] {
  grid-template-columns: repeat(12, minmax(0, 1fr));
}

.standardgrid {
  display: grid;
  grid-gap: var(--padding);
}
@media (min-width: 767px) {
  .standardgrid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1280px) {
  .standardgrid {
    grid-template-columns: repeat(3, 1fr);
    grid-gap: calc(var(--padding) * 2);
  }
}

.container {
  max-width: var(--max-width);
  margin: 0 auto;
  position: relative;
  width: 100%;
}
.themepreview {
  text-decoration: none;
  background: var(--light-yellow);
  border-radius: var(--border-radius);
  overflow: hidden;
  display: grid;
}
@media (min-width: 1280px) {
  .themepreview {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
.themepreview--small .themepreview__illustration {
  aspect-ratio: 16/9;
}
.themepreview--small .prose p {
  color: var(--green);
}
.themepreview--small .pill {
  margin-top: 1rem;
}
.themepreview__illustration {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  aspect-ratio: 16/9;
  overflow: hidden;
}
@media (min-width: 1280px) {
  .themepreview__illustration {
    aspect-ratio: initial;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
}
.themepreview__illustration img {
  opacity: 0.6;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.themepreview__content {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  padding: var(--padding);
}
@media (min-width: 767px) {
  .themepreview__content {
    padding: calc(var(--padding) * 1.5);
  }
}
.themepreview .largeprose {
  margin-bottom: 1rem;
  font-size: 1.1rem;
}

.peopledense {
  display: grid;
  grid-gap: var(--padding);
  grid-template-columns: repeat(2, 1fr);
}
@media (min-width: 767px) {
  .peopledense {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (min-width: 1024px) {
  .peopledense {
    grid-template-columns: repeat(5, 1fr);
  }
}
@media (min-width: 1280px) {
  .peopledense {
    grid-template-columns: repeat(6, 1fr);
    grid-gap: calc(var(--padding) * 2);
  }
}
.peopledense .personpreview h3 {
  font-size: 0.8rem;
}

.personpreview {
  text-decoration: none;
  text-align: center;
  position: relative;
  border-radius: 50%;
  overflow: hidden;
  aspect-ratio: 1/1;
  background: rgba(0, 0, 0, 0.05);
  border: 2px solid rgba(0, 0, 0, 0.05);
}
.personpreview--has-photo {
  border: none;
  mix-blend-mode: multiply;
}
.personpreview--has-photo .personpreview__content {
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(0, 0, 0, 0.4)));
  background: linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0.4));
  color: #fff;
  top: 40%;
  max-width: 100%;
  margin: 0 auto;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}
.personpreview img {
  -webkit-transition: 150ms;
  transition: 150ms;
  will-change: transform;
  -webkit-transform: scale(1) translateZ(0);
          transform: scale(1) translateZ(0);
}
.personpreview:hover img {
  contain: paint;
  -webkit-transform: scale(1.05) translateZ(0);
          transform: scale(1.05) translateZ(0);
}
.personpreview__role {
  line-height: 1.1;
  font-size: 0.7rem;
  padding: 0 0.7rem;
}
.personpreview__profile {
  overflow: hidden;
  height: 100%;
}
.personpreview__profileinner {
  width: 108%;
  margin: 0 auto;
  height: 108%;
  top: -8%;
  left: -8%;
  position: relative;
}
.personpreview__profileinner img {
  -webkit-transition: -webkit-transform 100ms;
  transition: -webkit-transform 100ms;
  transition: transform 100ms;
  transition: transform 100ms, -webkit-transform 100ms;
  -webkit-filter: grayscale(1) brightness(1.2) contrast(0.7);
          filter: grayscale(1) brightness(1.2) contrast(0.7);
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.personpreview__content {
  position: absolute;
  color: var(--dark-grey);
  inset: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 0.5rem;
}
.personpreview h3 {
  font-size: 1rem;
  line-height: 1.1;
  margin-bottom: 0.1rem;
}

.projectpreview,
.postpreview {
  text-decoration: none;
}
.projectpreview__taxonomies,
.postpreview__taxonomies {
  margin-bottom: 0.5rem;
}

@media (min-width: 767px) {
  .events__upcoming .postpreview .postpreview__content,
  .news__recent .postpreview .postpreview__content {
    padding: calc(var(--padding) * 1.5);
  }
}
.events__upcoming .postpreview .postpreview__taxonomies,
.news__recent .postpreview .postpreview__taxonomies {
  font-size: 0.9rem;
  margin-bottom: 0.8rem;
}

.projectpreview {
  background: var(--light-yellow);
  border-radius: var(--border-radius);
  overflow: hidden;
  position: relative;
}
.projectpreview__content {
  color: var(--dark-grey);
  overflow: hidden;
  padding: var(--padding);
}
@media (min-width: 767px) {
  .projectpreview__content {
    padding: calc(var(--padding) * 1.5);
  }
}
.projectpreview__image {
  height: 0;
  padding-bottom: 56.6%;
  position: relative;
}
.projectpreview__image div {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.1);
}
.projectpreview__image div img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.projectpreview h1 {
  color: var(--dark-grey);
}
.projectpreview__taxonomies {
  font-size: 0.9rem;
}

.postpreview {
  background: var(--light-yellow);
  overflow: hidden;
  border-radius: var(--border-radius);
  position: relative;
}
.postpreview__excerpt {
  font-size: 1rem;
  color: var(--dark-grey);
  font-family: "Lyon", serif;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.postpreview__largeexcerpt {
  display: -webkit-box;
  -webkit-line-clamp: 9;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.postpreview__image {
  overflow: hidden;
  aspect-ratio: 5/3;
}
.postpreview__image div {
  height: 100%;
}
.postpreview__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.postpreview img {
  -webkit-transition: 150ms;
  transition: 150ms;
  -webkit-transform: scale(1) translateZ(0);
          transform: scale(1) translateZ(0);
  will-change: transform;
}
.postpreview:hover img {
  contain: paint;
  -webkit-transform: scale(1.03) translateZ(0);
          transform: scale(1.03) translateZ(0);
}
.postpreview__content {
  padding: var(--padding);
}
@media (min-width: 767px) {
  .postpreview__content {
    padding: calc(var(--padding) * 1.3);
  }
}
.postpreview.category-news:not(.postpreview--large) {
  background: var(--light-light-green);
}
.postpreview.category-news:not(.postpreview--large) h2 {
  color: var(--dark-grey);
}
.postpreview.category-news:not(.postpreview--large) .postpreview__excerpt {
  color: var(--dark-grey);
}
.postpreview--large {
  background: #fff;
  display: grid;
}
.postpreview--large h2 {
  color: var(--dark-grey);
}
@media (min-width: 767px) {
  .postpreview--large h2 {
    font-size: 1.8rem;
  }
}
.postpreview--large .largeprose {
  color: var(--dark-grey);
  font-size: 1rem;
}
@media (min-width: 1024px) {
  .postpreview--large .largeprose {
    font-size: 1.3rem;
  }
}
@media (min-width: 767px) {
  .postpreview--large {
    grid-template-columns: 1fr 1fr;
  }
}
@media (min-width: 1280px) {
  .postpreview--large {
    grid-template-columns: 1.15fr 2fr;
  }
}
.postpreview--large .postpreview__pill {
  z-index: 1;
}
.postpreview--large .postpreview__content {
  max-height: 100%;
  padding: var(--padding);
}
@media (min-width: 767px) {
  .postpreview--large .postpreview__content {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    padding: calc(var(--padding) * 2);
  }
}
.postpreview--large .postpreview__image {
  max-height: 100%;
  position: relative;
}
@media (min-width: 767px) {
  .postpreview--large .postpreview__image {
    aspect-ratio: unset;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
.postpreview--large .postpreview__image div {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.postpreview--large .postpreview__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.postpreview__pill {
  font-size: 0.8rem;
  color: var(--dark-grey);
  position: absolute;
  top: var(--padding);
  right: var(--padding);
}
.postpreview__taxonomies {
  font-size: 0.8rem;
  margin-bottom: 0.5rem;
  color: var(--dark-grey);
}
.postpreview__action {
  margin-top: 1.5rem;
}

.embedpreview {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  background: var(--light-light-grey);
}
.embedpreview h2 {
  color: var(--dark-grey);
}

body.single-post main,
body.single-project main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.introduction {
  display: grid;
  grid-gap: 1rem;
  z-index: 1;
  position: relative;
}
@media (min-width: 767px) {
  .introduction {
    grid-template-columns: repeat(2, 1fr);
    grid-gap: calc(var(--padding) * 2);
  }
}
.introduction__text h1 {
  font-size: 2.6rem;
  line-height: 1;
  margin-bottom: 0;
}
@media (min-width: 1024px) {
  .introduction__text h1 {
    font-size: 4rem;
  }
}
.introduction__pronouns {
  color: var(--green);
  margin: 0.4rem 0 0.2rem 0;
}
.introduction__title {
  margin-bottom: 1.2rem;
}
@media (min-width: 767px) {
  .introduction__title {
    margin-bottom: 2rem;
  }
}
.introduction__media img {
  width: 100%;
  height: auto;
  display: block;
}
.introduction__labels {
  margin-bottom: 1rem;
}
@media (min-width: 767px) {
  .introduction__labels {
    margin-bottom: 2rem;
  }
}
hr {
  margin: 2rem 0;
  border: none;
  border-top: 1px solid #000;
}

.background {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  pointer-events: none;
}
.background__guide {
  height: 100%;
  border-left: 1px solid rgba(0, 0, 0, 0.1);
}
.background__absolute {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
}
@media (min-width: 1300px) {
  .background__absolute {
    left: calc((100vw - var(--max-width)) / 2);
  }
}

.project__introduction {
  background: var(--light-yellow);
}
.project__gallery {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.project__content .largeprose, .project__content h2 {
  color: var(--dark-grey);
}
.project__keylinks > div {
  margin-bottom: 0.5rem;
}
.project .largeprose {
  grid-column: span 3;
}
@media (min-width: 1280px) {
  .project .largeprose {
    grid-column: span 2;
  }
}

.post, .project {
  height: 100%;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.post .container, .project .container {
  height: 100%;
}
.post__people, .project__people {
  background: var(--light-light-light-green);
}
.post__inner, .project__inner {
  position: relative;
  padding: var(--padding) var(--padding);
}
@media (min-width: 767px) {
  .post__inner, .project__inner {
    padding: calc(var(--padding) * 2.5) var(--padding);
  }
}
.post__image, .project__image {
  position: relative;
}
.post__image img, .project__image img {
  width: 100%;
  height: auto;
  display: block;
}
.post__imagecrop, .project__imagecrop {
  aspect-ratio: 1/1;
  overflow: hidden;
}
.post__imagecrop img, .project__imagecrop img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.post .organisations, .project .organisations {
  margin-top: 2rem;
}
.post .organisations h3, .project .organisations h3 {
  color: #333;
}

.post__introduction {
  background: var(--light-light-green);
}
.post__date {
  margin-top: 1rem;
}
.post.category-event .post__introduction {
  background: var(--light-yellow);
}
.post__eventdate {
  margin-top: 3rem;
}

.cards {
  padding: calc(var(--padding) * 1.5) 0;
  background: var(--light-light-green);
}

.card {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 300px;
          flex: 0 0 300px;
  background: var(--green);
  border-radius: 10px;
  padding: var(--padding);
  position: relative;
  line-height: 1.4;
  max-width: 700px;
  letter-spacing: 0.02em;
  width: 100%;
  font-family: "Lyon", serif;
  letter-spacing: -0.01em;
  overflow: hidden;
}
.card p, .card ul, .card ol, .card blockquote {
  opacity: 1;
  font-size: 1.05rem;
}
@media (min-width: 767px) {
  .card p, .card ul, .card ol, .card blockquote {
    font-size: 1.15rem;
  }
}
.card p, .card ul, .card li {
  color: #333;
}
.card p:nth-last-child(1), .card ul:nth-last-child(1), .card li:nth-last-child(1) {
  margin-bottom: 0;
}
.card h2 {
  letter-spacing: -0.01em;
  font-weight: 500;
  margin-top: 2rem;
  color: #333;
}
.card h1 {
  font-size: 1.8rem;
  margin: 2rem 0 1.15rem 0;
  letter-spacing: -0.02em;
  line-height: 1.15;
}
@media (min-width: 767px) {
  .card h1 {
    font-size: 2.3rem;
  }
}
.card > h2:nth-child(1), .card > h1:nth-child(1) {
  margin-top: 0;
}
.card h1, .card h2, .card p {
  color: #FFF;
}
@media (min-width: 767px) {
  .card {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 400px;
            flex: 0 0 400px;
    padding: calc(var(--padding) * 1.5);
  }
}
.card__mark {
  position: absolute;
  inset: 0;
}
.card__mark img {
  -webkit-transform: translate(100px, 0);
          transform: translate(100px, 0);
  opacity: 0.3;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
}

.section--news {
  background: var(--light-light-light-green);
}
.section--events {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  background: var(--light-light-yellow);
}

.page--themes {
  background: #FFF;
}
.page__prose {
  grid-column: 2/5;
  color: var(--dark-grey);
  padding-bottom: 2rem;
}
@media (min-width: 1280px) {
  .page__prose {
    grid-column: 2/4;
  }
}
.page__content {
  display: block;
}
@media (min-width: 767px) {
  .page__content {
    grid-template-columns: repeat(3, 1fr);
    display: grid;
  }
}
.page--people-and-organisations {
  background: var(--light-light-green);
}
.page--people-and-organisations main h1 {
  color: var(--dark-grey);
}
.page--people-and-organisations .section {
  border-top: 1px solid rgba(0, 0, 0, 0.05);
}
.page--people-and-organisations .section h1 {
  margin-bottom: 2rem;
}
.page__contact {
  color: var(--dark-grey);
  margin-bottom: 2rem;
}
@media (min-width: 767px) {
  .page__contact {
    margin-bottom: 0;
  }
}
.page__contact .mono {
  max-width: 220px;
  font-size: 0.85rem;
  margin-top: 2rem;
}
.page__hero {
  height: 18rem;
  margin-bottom: 1rem;
  position: relative;
}
@media (min-width: 767px) {
  .page__hero {
    margin-bottom: 2rem;
    height: 24rem;
  }
}
@media (min-width: 1280px) {
  .page__hero {
    height: 30rem;
    margin-bottom: 3rem;
  }
}
.page__hero h1 {
  font-size: 2.6rem;
  position: absolute;
  color: #FFF;
  z-index: 1;
  padding: var(--padding);
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.3)), to(transparent));
  background: linear-gradient(to top, rgba(0, 0, 0, 0.3), transparent);
}
@media (min-width: 767px) {
  .page__hero h1 {
    padding: calc(var(--padding) * 2);
    font-size: 4rem;
  }
}
.page__hero img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

.news__all .section__inner,
.events__past .section__inner {
  padding-bottom: 6rem;
}

.news__recent {
  background: var(--light-light-green);
}

.no-upcoming {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.projectsgrid {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.people {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: var(--padding);
  margin-bottom: 2rem;
}
@media (min-width: 767px) {
  .people {
    margin-bottom: 4rem;
    grid-gap: calc(var(--padding) * 2);
    grid-template-columns: repeat(4, 1fr);
  }
}

@media (min-width: 767px) {
  .filters {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: var(--padding);
  }
}
.filters h4 {
  margin-bottom: 0.5rem;
}
.filters .pill {
  background: #fff;
  color: var(--green);
  border: 1px solid var(--green);
}
.filters .pill--active {
  background: var(--green);
  color: #fff;
}

.grabbing {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

.grabbable {
  cursor: -webkit-grab;
  cursor: grab;
}

.scroller {
  width: 100%;
  height: 100%;
}
.scroller .caption {
  margin-bottom: 0;
}
.scroller__outer {
  position: relative;
  overflow-x: scroll;
  -ms-overflow-style: none;
  -webkit-overflow-scrolling: touch;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
}
.scroller__outer::-webkit-scrollbar {
  width: 0;
  height: 0;
  display: none;
}
.scroller__padding {
  width: 0px;
}
.scroller__controls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin: 1rem 0 0 0;
  font-size: 16px;
  padding: 0 var(--padding);
}
@media (min-width: 767px) {
  .scroller__controls {
    font-size: 20px;
  }
}
.scroller__controls div {
  padding: 0 4px;
}
.scroller__outer, .scroller__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
}
.scroller__inner {
  padding: 10px 0;
}
.scroller__inner > * {
  margin-right: calc(var(--padding) * 1);
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.scroller__spacer {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 40px;
          flex: 0 0 40px;
}
@media (min-width: 767px) {
  .scroller__spacer {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 80px;
            flex: 0 0 80px;
  }
}
.scroller__left {
  width: var(--padding);
  margin-right: 0;
}
@media (min-width: 1280px) {
  .scroller__left {
    width: calc(max(0px, (100vw - var(--max-width)) / 2) + var(--padding) * 1);
  }
}
.scroller__gradient {
  width: 180px;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  pointer-events: none;
  z-index: 1;
  left: auto;
}
.scroller__image {
  height: 18rem;
}
@media (min-width: 767px) {
  .scroller__image {
    height: 20rem;
  }
}
@media (min-width: 1280px) {
  .scroller__image {
    height: 30rem;
  }
}
.scroller__image img {
  height: 100%;
  width: auto;
}
.scroller__slide .caption.mono {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.scroller__slide .caption.mono::before {
  content: "";
}
.scroller__slide .caption.mono div {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  width: 0;
}
.scroller__slide .caption.mono div::before {
  content: "▴ ";
}

.events__upcoming {
  background: var(--light-yellow);
}
.events__upcoming .postpreview {
  background: #FFF;
  min-height: 24rem;
}
.organisationslist {
  font-family: "Styrene", sans-serif;
  -webkit-column-gap: calc(var(--padding) * 2);
     -moz-column-gap: calc(var(--padding) * 2);
          column-gap: calc(var(--padding) * 2);
  color: var(--dark-grey);
  font-weight: 600;
  -webkit-column-count: 2;
     -moz-column-count: 2;
          column-count: 2;
}
@media (min-width: 1280px) {
  .organisationslist {
    -webkit-column-count: 4;
       -moz-column-count: 4;
            column-count: 4;
  }
}
.organisationslist h5 {
  font-family: "Pitch", monospace;
  margin: 2rem 0 0.7rem 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
  font-size: 0.8rem;
  padding-bottom: 0.6rem;
  -webkit-column-break-after: avoid;
     -moz-column-break-after: avoid;
          break-after: avoid;
}
.organisationslist h5:nth-child(1) {
  margin-top: 0;
}
.organisationslist__group {
  -webkit-column-break-inside: avoid;
     -moz-column-break-inside: avoid;
          break-inside: avoid;
  margin-bottom: 2rem;
}
.organisationslist__group div {
  margin-bottom: 0.5rem;
  padding-left: 1em;
  text-indent: -1em;
  line-height: 1.2;
}

.person__introduction {
  background: var(--light-light-green);
}
.person__introduction .post__image {
  overflow: hidden;
}
.person__introduction .post__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

.theme__gallery {
  position: relative;
}
.theme__gallery .scroller__inner {
  padding: 0;
}
.theme__background {
  position: absolute;
  height: 800px;
  bottom: 0;
  top: 0;
  left: 50%;
  right: 0;
  mix-blend-mode: multiply;
  -webkit-mask-image: -webkit-gradient(linear, left top, right top, from(transparent), to(#000)), -webkit-gradient(linear, left bottom, left top, from(transparent), to(#000));
  -webkit-mask-image: linear-gradient(to right, transparent, #000), linear-gradient(to top, transparent, #000);
          mask-image: -webkit-gradient(linear, left top, right top, from(transparent), to(#000)), -webkit-gradient(linear, left bottom, left top, from(transparent), to(#000));
          mask-image: linear-gradient(to right, transparent, #000), linear-gradient(to top, transparent, #000);
  -webkit-mask-composite: destination-in;
  mask-composite: intersect;
  opacity: 0.3;
}
.theme__background img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.theme__introduction {
  position: relative;
  background: var(--light-yellow);
}
.theme__introduction .section__inner:not(.container) {
  padding-top: 0;
}
.theme__introduction .introduction__media {
  background: var(--light-yellow);
}
.theme__introduction .post__image {
  overflow: hidden;
  background: var(--light-yellow);
}
.theme__introduction .post__image img {
  -webkit-filter: saturate(0.85);
          filter: saturate(0.85);
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

.scrollanchor {
  position: relative;
  visibility: hidden;
  top: -30px;
  display: block;
}

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
