@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;
  --max-width: 1450px;
  height: 100%;
  --theme-light-yellow: #e3e1c4;
  --theme-light-green: #acc2a6;
  --theme-tan: #dbc3a1;
  --theme-tan: #e3cec0;
  --theme-grey: #ebe7e2;
  --theme-blue: #1a3186;
  --theme-orange: #e75b29;
  --theme-yellow: #ffc61c;
  --theme-dark-grey: #282828;
  --theme-forest-green: #006145;
  --box-shadow: 2px 4px 4px rgba(0,0,0,0.15);
  --theme-light-light-grey: #eee;
  font-size: 15px;
  --border-radius: 3px;
  --padding: 15px;
}
@media (min-width: 767px) {
  html {
    --padding: 17px;
  }
}
@media (min-width: 1280px) {
  html {
    --padding: 20px;
    font-size: 17px;
  }
}

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

body {
  line-height: 1.3;
  font-family: "Basilar-Web", sans-serif;
  letter-spacing: 0.01em;
  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;
  color: var(--theme-dark-grey);
}
body > section,
body > article {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

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

.offsetanchor {
  position: relative;
  visibility: hidden;
  top: -80px;
  display: block;
}

.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;
  }
}

a {
  color: inherit;
  text-decoration: none;
}
a > span:not(.system) {
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 2px;
  -webkit-text-decoration-color: inherit;
          text-decoration-color: inherit;
}

hr {
  border: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

sup {
  font-size: 0.6em;
}

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

h4 {
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 0.8rem;
  font-weight: 500;
}

.prose {
  font-size: 1.15rem;
  line-height: 1.55;
  max-width: 100%;
  overflow: hidden;
  letter-spacing: 0.02em;
  width: 100%;
}
.prose p, .prose ul, .prose ol, .prose blockquote {
  opacity: 1;
}
.prose a {
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 2px;
  -webkit-text-decoration-color: inherit;
          text-decoration-color: inherit;
}
.prose p:nth-last-child(1), .prose ul:nth-last-child(1), .prose li:nth-last-child(1) {
  margin-bottom: 0;
}
.prose hr {
  border: none;
  border-top: 1px solid #000;
  margin: 2rem 0;
}
.prose h2 {
  letter-spacing: 0.01em;
  font-weight: 500;
  margin-top: 2rem;
}
.prose h1 {
  font-family: "Basilar-Web", sans-serif;
  font-size: 1.7rem;
  margin: 2rem 0 1.15rem 0;
  letter-spacing: 0.01em;
  line-height: 1.15;
}
@media (min-width: 1024px) {
  .prose h1 {
    font-size: 2.2rem;
  }
}
.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";
}

@media (min-width: 767px) {
  .mediumsans {
    font-size: 1.15rem;
  }
}

ol {
  list-style-type: decimal;
}

ul {
  list-style-type: disc;
}

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

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

li {
  padding-left: 1rem;
}

h1 {
  font-family: "Petit-Serif", sans-serif;
  font-size: 1.7rem;
  line-height: 1.2;
  letter-spacing: 0.2rem;
  margin-bottom: 1rem;
}
@media (min-width: 767px) {
  h1 {
    margin-bottom: 1em;
    font-size: 2rem;
  }
}
h1 a {
  -webkit-transition: opacity 100ms;
  transition: opacity 100ms;
}
h1 a:hover {
  opacity: 0.6;
}

h2 {
  font-size: 1.3rem;
  margin: 0 0 1rem 0;
  line-height: 1.15;
  letter-spacing: 0.02em;
  font-weight: 500;
  -webkit-font-smoothing: antialiased;
  text-transform: none;
  font-family: "Basilar-Web", sans-serif;
}
@media (min-width: 767px) {
  h2 {
    font-size: 1.5rem;
  }
}

h3 {
  font-size: 1.15rem;
  margin: 0 0 1rem 0;
  line-height: 1.55;
  letter-spacing: 0.02em;
  font-weight: 500;
  -webkit-font-smoothing: antialiased;
  text-transform: none;
  font-family: "Basilar-Web", sans-serif;
}

em {
  font-style: italic;
}

.nav {
  font-size: 18px;
  position: relative;
  display: none;
  grid-column: span 2;
  margin-top: 1rem;
}
@media (min-width: 1024px) {
  .nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 0;
  }
}
.nav__item {
  text-decoration: none;
  display: block;
  border-bottom: 1px solid #ddd;
  padding: 6px 0;
}
.nav__item:nth-last-child(1) {
  border-bottom: none;
}
@media (min-width: 1024px) {
  .nav__item {
    border: none;
    padding: 0 16px 0 0;
  }
}
@media (min-width: 1280px) {
  .nav__item {
    padding-right: 18px;
  }
}
.nav__item:nth-last-child(1) {
  padding-right: 0;
}
@media (min-width: 1280px) {
  .nav__item:nth-last-child(1) {
    padding-right: 18px;
  }
}
.nav--active {
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 2px;
  -webkit-text-decoration-color: inherit;
          text-decoration-color: inherit;
}
.nav--search > span {
  display: inline;
  padding-right: 5px;
  text-decoration: none !important;
}
@media (min-width: 1024px) {
  .nav--search > span {
    display: none;
  }
}

body {
  --text-color: var(--theme-dark-grey);
  --background-color: var(--theme-grey);
  color: var(--text-color);
  background-color: var(--background-color);
}
body.tax-residency-type .grid--dynamic {
  grid-template-columns: repeat(10, 1fr);
}
body.page-id-19674, body.home {
  background-color: var(--theme-light-light-grey);
}
body.page:not(.page--current) {
  --background-color: var(--theme-grey);
}
body.post-type-archive-residencies {
  --background-color: var(--theme-blue);
}
body.post-type-archive-residencies .header__inner {
  background: var(--theme-dark-grey);
  color: var(--theme-grey);
}
body.post-type-archive-shop-items, body.single-shop-items {
  --background-color: var(--theme-grey);
}
body.category.category-news {
  --background-color: var(--theme-light-green);
}
body.single.category-news {
  --background-color: #FFF;
}
body.single.category-news .header__inner {
  background: var(--theme-grey);
}
body.single.category-event {
  border-top: 10px solid var(--theme-yellow);
}
body.page--residencies-overview {
  background: var(--theme-tan);
}
body.page--residencies-overview .postpreview {
  background: var(--theme-grey);
}

body.noshadow {
  --box-shadow: none;
}

body.noresidencysticker .residencysticker {
  display: none;
}

.header {
  position: sticky;
  top: 0;
  z-index: 10;
  max-width: var(--max-width);
  margin: 0 auto;
  width: 100%;
  padding: var(--padding) var(--padding) 0 var(--padding);
}
.header__toggle {
  font-size: 1.1rem;
  text-align: center;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 2px;
  -webkit-text-decoration-color: inherit;
          text-decoration-color: inherit;
  display: block;
}
@media (min-width: 767px) {
  .header__toggle {
    font-size: 1.2rem;
  }
}
@media (min-width: 1024px) {
  .header__toggle {
    display: none;
  }
}
.header--open .nav {
  display: block;
}
.header__inner {
  background: #FFF;
  border-radius: var(--border-radius);
  -webkit-box-shadow: var(--box-shadow), 0px -2px 8px rgba(0, 0, 0, 0.04);
          box-shadow: var(--box-shadow), 0px -2px 8px rgba(0, 0, 0, 0.04);
  padding: 0.5rem var(--padding) 0.65rem var(--padding);
  display: grid;
  grid-template-columns: 1fr 60px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: var(--theme-dark-grey);
}
@media (min-width: 1024px) {
  .header__inner {
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.header__logo {
  font-family: "Petit-Serif";
  text-decoration: none;
}
.header__logo h1 {
  margin: 0;
}

.year {
  display: none;
}
.year__seasons {
  height: 15px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  grid-gap: 1px;
  background: var(--theme-dark-grey);
  background: #949494;
}
.year__season, .year__position {
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  padding-top: 1px;
}
.year__season span, .year__position span {
  opacity: 1;
  -webkit-transition: opacity 150ms;
  transition: opacity 150ms;
}
.year__season {
  background: #e6e6e6;
  height: 100%;
  text-align: center;
}
.year__position {
  position: absolute;
  inset: 0;
  background: #c1c1c1;
  left: 0;
  z-index: 1;
  text-align: right;
  padding-right: 5px;
}
@font-face {
  font-family: "Petit-Serif";
  src: url("../../build/fonts/Petit Serif - Regular-205TF.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Basilar-Web";
  src: url(../../build/fonts/Basilar-Regular.woff2) format("woff2");
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
}
@font-face {
  font-family: "Basilar-Web";
  src: url(../../build/fonts/Basilar-Medium.woff2) format("woff2");
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
}
@font-face {
  font-family: "Basilar-Web";
  src: url(../../build/fonts/Basilar-MediumItalic.woff2) format("woff2");
  font-weight: 500;
  font-style: italic;
  font-stretch: normal;
}
@font-face {
  font-family: "Basilar-Web";
  src: url(../../build/fonts/Basilar-Italic.woff2) format("woff2");
  font-weight: 400;
  font-style: italic;
  font-stretch: normal;
}
.home__actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}
.home__actions > a {
  margin: 0 5px 5px 0;
  text-decoration: none;
  background: rgba(255, 255, 255, 0.5);
}
.home__current {
  background: var(--theme-light-light-grey);
}
.home__current .home__gridheader {
  grid-row: span 2;
}
.home__current .home__gridheader {
  color: var(--theme-dark-grey);
}
.home__current .postpreview__excerpt {
  margin-top: 1rem;
  display: block;
}
.home__current .postpreview.category-event {
  background: var(--theme-yellow);
  --color-inverse: var(--theme-yellow);
}
.home__current .postpreview.category-event .postpreview__content {
  border-top: none;
}
.home__newsletter {
  --color: var(--theme-blue);
  --color-inverse: var(--theme-grey);
  display: none;
}
.home__gridheader {
  padding: var(--padding);
}
@media (min-width: 767px) {
  .home__gridheader {
    grid-column: span 4;
  }
}
.home__gridheader h1 {
  margin: 0 0 1.5rem 0;
}
.home__archivegrid {
  grid-gap: var(--padding);
}
@media (min-width: 767px) {
  .home__archivegrid {
    grid-template-columns: 1fr 1fr;
  }
}
.home__residencies {
  background-color: var(--theme-tan);
}
.home__residencies .postpreview__postype {
  display: none;
}
.home__residencies .postpreview.type-residencies {
  grid-row: span 2;
}
.home__residencies .postpreview__excerpt {
  display: block;
}
@media (min-width: 767px) {
  .home__residencies .grid--dynamic {
    grid-template-columns: repeat(6, 1fr);
  }
}
@media (min-width: 1024px) {
  .home__residencies .grid--dynamic {
    grid-template-columns: repeat(10, 1fr);
  }
}
.home__archive {
  background: var(--theme-blue);
  color: var(--theme-grey);
}
.home__archive .postpreview__postype {
  display: none;
}
.home__archive .postpreview {
  margin-bottom: 0;
}
.home__archive .postpreview--horizontal .postpreview__excerpt {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.home__map {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  left: 0%;
}
.home__place {
  --color: var(--theme-grey);
  background-color: var(--theme-forest-green);
  height: 50vh;
  color: var(--theme-grey);
}
@media (min-width: 767px) {
  .home__place {
    min-height: 500px;
    height: 70vh;
  }
}
@media (min-width: 1280px) {
  .home__place {
    min-height: 700px;
  }
}
.home__place .gallery__slide {
  height: 500px;
}
.home__place .gallery-1 {
  left: 420px;
  top: 80px;
}
.home__place .gallery-1 .tns-controls {
  right: 15px;
  left: auto;
}
.home__place .gallery-2 {
  top: 360px;
}
.home__place .section__header p {
  max-width: 470px;
}
@media (min-width: 767px) {
  .home__place .section__inner {
    display: grid;
    grid-template-columns: 1fr 1.2fr;
  }
}
.home__place .container {
  z-index: 1;
}
.home__mapcover {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  right: 400px;
  background: transparent;
}
.home__mapgradient {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  top: 0;
  right: 0;
  bottom: 200px;
  background: -webkit-gradient(linear, left top, left bottom, from(var(--theme-forest-green)), color-stop(20%, var(--theme-forest-green)), to(transparent));
  background: linear-gradient(to bottom, var(--theme-forest-green) 0%, var(--theme-forest-green) 20%, transparent 100%);
  opacity: 0.95;
  mix-blend-mode: normal;
  pointer-events: none;
}
.home__mapgradient2 {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  right: 0;
  height: 270px;
  bottom: 0;
  top: auto;
  background: -webkit-gradient(linear, left bottom, left top, from(var(--theme-forest-green)), color-stop(20%, var(--theme-forest-green)), to(transparent));
  background: linear-gradient(to top, var(--theme-forest-green) 0%, var(--theme-forest-green) 20%, transparent 100%);
  opacity: 0.85;
  mix-blend-mode: normal;
  pointer-events: none;
}

.placeslider {
  height: 740px;
  position: relative;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.placeslider__images {
  position: absolute;
  inset: 0;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}
.placeslider__images > div {
  overflow: hidden;
}
.placeslider__images > div img {
  position: relative;
  left: -50%;
  width: auto;
  height: 740px;
}

.place__image img {
  width: 100%;
  height: auto;
  display: block;
  -webkit-box-shadow: var(--box-shadow);
          box-shadow: var(--box-shadow);
  border-radius: var(--border-radius);
}

.fullplace {
  color: #eaf3fc;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.fullplace__image {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.fullplace__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

.section {
  position: relative;
}
.section .section__logo[style*=yellow] h1 {
  text-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}
.section__break {
  opacity: 0.2;
  border-bottom: 1px solid rgba(0, 0, 0, 0.5);
}
.section__inner {
  padding: 30px var(--padding);
}
@media (min-width: 767px) {
  .section__inner {
    padding: 50px var(--padding);
  }
}
@media (min-width: 1024px) {
  .section__inner {
    padding: 70px var(--padding);
  }
}
@media (min-width: 1280px) {
  .section__inner {
    padding: 100px var(--padding);
  }
}
.section__linkheader {
  margin-bottom: 2rem;
  display: grid;
  grid-gap: var(--padding);
}
@media (min-width: 767px) {
  .section__linkheader {
    grid-gap: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}
.section__linkheader h1 {
  margin: 0 2rem 0 0;
}
.section__linkheader h1 a:hover {
  opacity: 0.5;
}
.section__linkheader > a {
  position: relative;
  top: -5px;
}
.section__header h1 {
  color: inherit;
}
.section__header a {
  text-decoration: none;
}
.section__duotone {
  position: absolute;
  inset: 0;
  right: 50%;
  display: none;
}
.section__duotone img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

.hero {
  height: 240px;
  position: relative;
  --vpadding: 30px;
}
@media (min-width: 767px) {
  .hero {
    height: 300px;
    height: 40vh;
  }
}
@media (min-width: 1024px) {
  .hero {
    height: 50vh;
  }
}
@media (min-width: 1280px) {
  .hero {
    min-height: 500px;
  }
}
@media (min-width: 767px) {
  .hero {
    --vpadding: 60px;
  }
}
.hero br {
  display: none;
}
@media (min-width: 767px) {
  .hero br {
    display: block;
  }
}
.hero__background {
  z-index: 0;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  overflow: hidden;
}
.hero__background img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  width: 120%;
  height: 120%;
}
@media (min-width: 767px) {
  .hero__background img {
    width: 100%;
    height: 100%;
  }
}
.hero .section__inner {
  position: relative;
  padding: 0 var(--padding);
}
.hero .container, .hero .section__inner {
  height: 100%;
}
.hero__gradient {
  background: linear-gradient(179deg, rgba(0, 0, 0, 0.2) 0%, transparent 50%);
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.hero .prose {
  position: absolute;
  top: 14px;
  padding: 0 var(--padding);
  right: 0;
  left: 0;
  text-shadow: 0 0 6px rgba(0, 0, 0, 0.15);
}
@media (min-width: 767px) {
  .hero .prose {
    text-shadow: 0 0 6px rgba(0, 0, 0, 0.1);
    top: var(--vpadding);
    right: auto;
  }
}
.hero.bottom-left .hero__gradient {
  background: linear-gradient(38deg, rgba(0, 0, 0, 0.2) 0%, transparent 50%);
}
.hero.bottom-left .prose {
  top: auto;
  bottom: var(--vpadding);
}
.hero.bottom-right .hero__gradient {
  background: linear-gradient(310deg, rgba(0, 0, 0, 0.2) 0%, transparent 50%);
}
.hero.bottom-right .prose {
  top: auto;
  right: var(--vpadding);
  left: auto;
  bottom: var(--vpadding);
}
.hero.top-right .hero__gradient {
  background: linear-gradient(197deg, rgba(0, 0, 0, 0.2) 0%, transparent 50%);
}
.hero.top-right .prose {
  right: var(--vpadding);
  left: auto;
}

.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 img {
  width: 100% !important;
  height: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.gallery dl {
  height: 100%;
  width: 100%;
}
.gallery dt {
  height: 300px;
  background: rgba(0, 0, 0, 0.5);
}
@media (min-width: 767px) {
  .gallery dt {
    height: 380px;
  }
}
@media (min-width: 1280px) {
  .gallery dt {
    height: 500px;
  }
}

.gallery__navcontrols, .tns-controls {
  margin-bottom: 5px;
}
.gallery__navcontrols button, .tns-controls button {
  border: none;
  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-size: 20px;
  background: var(--theme-dark-grey);
  color: #FFF;
  font-weight: 100;
  border-radius: var(--border-radius);
  margin: 0 2px;
  padding: 0px 6px 1px 6px;
}
.gallery__navcontrols button:active, .tns-controls button:active {
  opacity: 0.6;
}

.tns-outer {
  position: relative;
  margin: 1rem 0;
}
@media (min-width: 1024px) {
  .tns-outer {
    margin: 1.5rem 0;
  }
}

.tns-nav {
  position: absolute;
  right: 0;
  top: 0;
}

.tns-nav-active {
  background: var(--text-color);
}

.tns-nav button, .dot {
  border-radius: 50%;
  width: 12px;
  height: 12px;
  margin-left: 4px;
  border: 1px solid var(--text-color);
  cursor: pointer;
  padding: 0;
}

.gallery__image {
  height: 280px;
  background: rgba(0, 0, 0, 0.5);
  border-radius: var(--border-radius);
  overflow: hidden;
}
@media (min-width: 767px) {
  .gallery__image {
    height: 340px;
  }
}
@media (min-width: 1280px) {
  .gallery__image {
    height: 500px;
  }
}
.gallery__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.gallery .caption {
  display: none;
}
.gallery--portraitimage img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
}
.gallery__navcontrols {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.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;
}

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

.alignleft,
.alignright {
  height: auto;
}
.alignleft:nth-child(1),
.alignright:nth-child(1) {
  margin-top: 0.3rem;
}
.alignleft a, .alignleft img,
.alignright a,
.alignright img {
  display: block;
  height: auto;
  width: 100% !important;
}

.alignleft {
  float: left;
  margin: 1rem 1.5rem 1rem 0;
}

.alignright {
  float: right;
  margin: 1rem 0 1rem 1.5rem;
}

.aligncenter, .alignnone {
  text-align: center;
  width: 100% !important;
  position: relative;
  height: auto;
  margin: 1rem auto;
}
@media (min-width: 767px) {
  .aligncenter, .alignnone {
    margin: 1.5rem 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;
}

.wp-caption-text, .caption {
  font-size: 0.9rem;
  margin: 10px 0 1rem 0;
  opacity: 0.5;
}
@media (min-width: 767px) {
  .wp-caption-text, .caption {
    margin: 10px 0 2rem 0;
  }
}
.wp-caption-text--empty::before, .caption--empty::before {
  content: "";
}

.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;
}
.grid--standard {
  grid-gap: var(--padding);
  grid-template-columns: 1fr;
}
@media (min-width: 767px) {
  .grid--standard {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1024px) {
  .grid--standard {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (min-width: 1280px) {
  .grid--standard {
    grid-gap: calc(var(--padding) * 1.5);
  }
}
.grid--standard .has-post-thumbnail {
  grid-row: span 2;
}
.grid--dynamic {
  grid-template-columns: 1fr;
  grid-gap: var(--padding);
  grid-auto-flow: dense;
}
.grid--dynamic .category-news {
  -ms-flex-item-align: start;
      align-self: flex-start;
}
@media (min-width: 767px) {
  .grid--dynamic {
    grid-template-columns: repeat(7, 1fr);
  }
}
@media (min-width: 1024px) {
  .grid--dynamic {
    grid-template-columns: repeat(11, 1fr);
  }
}
@media (min-width: 1280px) {
  .grid--dynamic {
    grid-gap: calc(var(--padding) * 2);
  }
}
@media (min-width: 767px) {
  .grid--dynamic .postpreview {
    grid-column: span 3;
  }
}
.grid--dynamic .postpreview__image div {
  aspect-ratio: 16/9;
}
@media (min-width: 767px) {
  .grid--dynamic .postpreview__image div {
    aspect-ratio: 4/3.05;
  }
}
@media (min-width: 767px) {
  .grid--dynamic .type-residencies {
    grid-column: span 3;
  }
}
@media (min-width: 767px) {
  .grid--dynamic .category-opportunity {
    grid-column: span 4;
  }
}
@media (min-width: 767px) {
  .grid--dynamic .category-podcast {
    grid-column: span 4;
  }
}
.grid--dynamic .category-opportunity .postpreview__image div,
.grid--dynamic .type-residencies .postpreview__image div {
  aspect-ratio: 16/9;
}
.grid--dynamic .has-post-thumbnail {
  grid-row: span 4;
}
.grid--columns-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}

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

.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));
}

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

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

.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));
}

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

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

.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));
}

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

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

.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));
}

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

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

.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));
}

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

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

.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));
}

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

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

.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));
}

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

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

.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));
}

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

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

.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));
}

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

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

.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));
}

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

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

.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));
}

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

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

.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));
}

.container {
  max-width: var(--max-width);
  margin: 0 auto;
  position: relative;
  width: 100%;
}
.residencypreview {
  border-bottom: 1px solid rgba(235, 231, 226, 0.6392156863);
  display: grid;
  grid-template-columns: 130px 1fr 40px;
  grid-gap: 0 10px;
  padding: 5px 0;
  color: rgba(235, 231, 226, 0.6392156863);
}
@media (min-width: 767px) {
  .residencypreview {
    grid-gap: 10px;
    grid-template-columns: 1fr 1fr 40px 1fr 1fr 20px;
  }
}
@media (min-width: 1280px) {
  .residencypreview {
    grid-template-columns: 1fr 1fr 100px 1fr 1fr 20px;
  }
}
.residencypreview__artists {
  color: #fff;
}
.residencypreview--hidden {
  display: none;
}
.residencypreview .system {
  text-align: right;
}

a.residencypreview:hover {
  opacity: 0.5;
}

.strippreview {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

.topicpreview {
  --background-color: var(--theme-light-green);
  --text-color: #FFF;
  background-color: var(--background-color);
  color: var(--text-color);
  -webkit-box-shadow: var(--box-shadow);
          box-shadow: var(--box-shadow);
  border-radius: var(--border-radius);
  overflow: hidden;
  display: block;
  position: relative;
  text-decoration: none;
}
@media (min-width: 767px) {
  .topicpreview {
    grid-column: span 3;
  }
}
.topicpreview h2 {
  margin: 0.3rem 0 1rem 0;
}
@media (min-width: 767px) {
  .topicpreview--hasthumbnail {
    grid-row: span 2;
  }
}
.topicpreview--hasthumbnail .topicpreview__overlay {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: var(--background-color);
  z-index: 1;
  pointer-events: none;
  mix-blend-mode: multiply;
}
.topicpreview--hasthumbnail .topicpreview__content {
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.topicpreview__content {
  padding: var(--padding);
}
.topicpreview__content p {
  opacity: 0.7;
}
.topicpreview__image {
  height: 100%;
  aspect-ratio: 16/9;
}
@media (min-width: 767px) {
  .topicpreview__image {
    aspect-ratio: auto;
  }
}
.topicpreview img {
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

.home__current .type-residencies {
  background: var(--theme-orange);
  color: #fff;
}

.postpreview {
  --color: var(--theme-dark-grey);
  background: var(--color-inverse);
  color: var(--color);
  text-decoration: none;
  -webkit-box-shadow: var(--box-shadow);
          box-shadow: var(--box-shadow);
  border-radius: var(--border-radius);
  overflow: hidden;
  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: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}
.postpreview__content {
  position: relative;
  padding: 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: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.postpreview__deadline {
  margin-top: 1rem;
  font-size: 0.9rem;
  letter-spacing: 0.02rem;
  opacity: 0.8;
}
.postpreview__deadline + .postpreview__taxonomies {
  margin-top: 0;
}
.postpreview--placeholder .postpreview__content {
  color: var(--theme-dark-grey);
  background: #fff;
  display: block;
}
.postpreview--placeholder .postpreview__button {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  color: #fff;
}
.postpreview.type-residencies {
  --color-inverse: var(--theme-grey);
  --color: var(--theme-dark-grey);
  background: var(--color-inverse);
  color: var(--color);
}
.postpreview.type-residencies h2 {
  font-size: 1.8rem;
  margin-bottom: 0.5rem;
  line-height: 1;
}
@media (min-width: 1280px) {
  .postpreview.type-residencies h2 {
    font-size: 2.1rem;
  }
}
.postpreview.type-residencies h2 span {
  opacity: 1;
}
.postpreview.type-residencies .postpreview__content {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.postpreview.type-residencies .postpreview__excerpt {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.postpreview.type-residencies .postpreview__taxonomies {
  opacity: 0.8;
}
.postpreview.category-news {
  background: var(--theme-dark-grey);
  --color-inverse: var(--theme-dark-grey);
  color: var(--theme-grey);
}
.postpreview.type-page {
  background: #fff;
}
.postpreview.category-text, .postpreview.category-film, .postpreview.topics-engagement {
  background-color: #FFF;
}
.postpreview.category-podcast .postpreview__tags, .postpreview.category-text .postpreview__tags, .postpreview.category-film .postpreview__tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  grid-gap: 8px;
}
.postpreview.category-event {
  background: #fff;
  --color-inverse: #FFF;
}
.postpreview.category-event .postpreview__content {
  border-top: 10px solid var(--theme-yellow);
}
.postpreview.category-event .postpreview__title {
  display: block;
}
.postpreview.category-opportunity {
  background: var(--theme-tan);
  --color-inverse: var(--theme-tan);
  --color: var(--theme-dark-grey);
  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: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.postpreview.category-opportunity .postpreview__content {
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-top: none;
  border-radius: var(--border-radius);
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
@media (min-width: 1024px) {
  .postpreview--horizontal.has-post-thumbnail {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
}
.postpreview--horizontal .postpreview__title h2 {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.postpreview--horizontal .postpreview__excerpt {
  display: block;
}
.postpreview--horizontal .postpreview__content {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.postpreview--horizontal .postpreview__image {
  position: relative;
  width: 100%;
  min-height: 180px;
  overflow: hidden;
}
@media (min-width: 1024px) {
  .postpreview--horizontal .postpreview__image {
    min-height: 200px;
  }
}
.postpreview--horizontal .postpreview__image div {
  aspect-ratio: auto;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.postpreview--horizontal .postpreview__image div img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.postpreview--horizontal .postpreview__button {
  margin-top: 10px;
}
.postpreview.category-podcast {
  background: var(--theme-blue);
  color: var(--theme-grey);
}
.postpreview.category-podcast.has-post-thumbnail {
  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: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.postpreview.category-podcast .postpreview__content {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding-right: 60px;
  display: block;
}
.postpreview.shop-items {
  background: #fff;
}
@media (min-width: 767px) {
  .postpreview__image div {
    aspect-ratio: 4/2.5;
  }
}
.postpreview__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.postpreview--imagecontain .postpreview__image {
  background: var(--image-background);
}
.postpreview--imagecontain .postpreview__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
}
.postpreview h2 {
  margin: 0 0 0.3rem 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.postpreview h2 span {
  opacity: 0.6;
}
.postpreview h2 .system {
  font-size: 0.8em;
}
.postpreview__excerpt {
  display: none;
}
.postpreview__excerpt p {
  margin-bottom: 0;
}
.postpreview__taxonomies {
  font-size: 0.9rem;
  letter-spacing: 0.02rem;
  margin-top: 0.8rem;
}
.postpreview__taxonomies span {
  opacity: 0.8;
}
.postpreview__taxonomies span.child {
  opacity: 0.6;
}
.postpreview__button {
  background: var(--color);
  display: inline-block;
  color: var(--color-inverse);
  padding: 4px 11px;
  border-radius: var(--border-radius);
}
.postpreview__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.pagepreview {
  background: var(--theme-yellow);
  -webkit-box-shadow: var(--box-shadow);
          box-shadow: var(--box-shadow);
  border-radius: var(--border-radius);
  text-decoration: none;
  overflow: hidden;
}
@media (min-width: 767px) {
  .pagepreview {
    grid-column: 2/5;
  }
}
.pagepreview__image {
  height: 160px;
}
.pagepreview__image img {
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
  mix-blend-mode: multiply;
  opacity: 0.9;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.pagepreview__text {
  padding: 10px 10px 10px var(--padding);
}
.pagepreview__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.pagepreview .system {
  padding: 0 10px;
  background: rgba(0, 0, 0, 0.1);
  font-size: 30px;
  font-weight: 100;
  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: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.post--compacthero .post__heroimage {
  grid-column: 1/-1;
}
@media (min-width: 1280px) {
  .post--compacthero .post__heroimage {
    grid-column: 2/-1;
    max-width: 680px;
  }
}
@media (min-width: 767px) {
  .post--compacthero .post__hero {
    height: 460px;
  }
}
.post--compacthero .post__title {
  padding-top: var(--padding);
}
.post__meta {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  margin-top: 1rem;
}
.post__meta h4 {
  margin-bottom: 0.1rem;
}
@media (min-width: 767px) {
  .post__meta {
    margin-top: 0;
    display: block;
  }
}
.post__meta .post__caption {
  grid-column: 1/-1;
}
@media (min-width: 1024px) {
  .post__meta .post__caption {
    display: none;
  }
}
.post__date {
  margin-bottom: 1.2rem;
}
.post__hero {
  height: 260px;
  padding: var(--padding) var(--padding) 0 var(--padding);
  border-bottom: none;
  max-width: var(--max-width);
  margin: 0 auto;
}
@media (min-width: 767px) {
  .post__hero {
    height: 500px;
  }
}
@media (min-width: 1280px) {
  .post__hero {
    padding: 40px var(--padding) 0 var(--padding);
    height: 700px;
  }
}
.post__heroimage {
  height: 100%;
  border-radius: var(--border-radius);
  -webkit-box-shadow: var(--box-shadow);
          box-shadow: var(--box-shadow);
  overflow: hidden;
}
.post__heroimage img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.post__2up {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.post--imagecontain .post__hero img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
}
.post--imagecontain .post__heroimage {
  background: var(--image-background);
}
.post__breadcrumb, .post__meta {
  opacity: 0.7;
}
.post__footer {
  padding-top: 2rem;
  margin-top: 2rem;
  font-size: 0.9rem;
}
.post__breadcrumb h2 {
  font-weight: normal;
  margin-bottom: 0;
  font-size: 1rem;
}
.post__breadcrumb a {
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 2px;
  -webkit-text-decoration-color: inherit;
          text-decoration-color: inherit;
}
.post__terms {
  margin-bottom: 1.2rem;
}
.post__terms a {
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 2px;
  -webkit-text-decoration-color: inherit;
          text-decoration-color: inherit;
}
.post__title, .post__content, .post--compacthero .post__hero {
  display: grid;
  grid-gap: var(--padding);
  padding: 0 var(--padding) 5px var(--padding);
}
@media (min-width: 767px) {
  .post__title, .post__content, .post--compacthero .post__hero {
    padding: 0 var(--padding) var(--padding) var(--padding);
    grid-gap: var(--padding);
    display: grid;
    grid-template-columns: 180px minmax(0, 1fr);
  }
}
@media (min-width: 1024px) {
  .post__title, .post__content, .post--compacthero .post__hero {
    padding: calc(var(--padding) * 2) var(--padding) var(--padding) var(--padding);
    grid-template-columns: 200px 1fr 1fr 200px;
    grid-gap: 30px;
  }
}
@media (min-width: 1280px) {
  .post__title, .post__content, .post--compacthero .post__hero {
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-gap: 40px;
  }
}
.post__title {
  padding-top: var(--padding);
}
@media (min-width: 767px) {
  .post__title {
    padding-top: 40px;
  }
}
.post__title .caption {
  margin-bottom: 0;
}
.post__title h1 {
  font-size: 1.3rem;
  margin: 0 0 1rem 0;
  line-height: 1.15;
  letter-spacing: 0.02em;
  font-weight: 500;
  -webkit-font-smoothing: antialiased;
  text-transform: none;
  font-family: "Basilar-Web", sans-serif;
  letter-spacing: 0.01em;
  font-size: 1.8rem;
  line-height: 1.05;
  margin-bottom: 0;
}
@media (min-width: 767px) {
  .post__title h1 {
    font-size: 1.5rem;
  }
}
@media (min-width: 767px) {
  .post__title h1 {
    font-size: 2.4rem;
  }
}
@media (min-width: 1280px) {
  .post__title h1 {
    font-size: 2.8rem;
  }
}
.post__title .post__caption {
  display: none;
}
@media (min-width: 1024px) {
  .post__title .post__caption {
    display: block;
  }
}
.post__infobox {
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  margin-top: var(--padding);
}
@media (min-width: 767px) {
  .post__infobox {
    font-size: 1.15rem;
  }
}
@media (min-width: 767px) {
  .post__infobox {
    margin-top: 2rem;
  }
}
.post__infoboxrow {
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  grid-template-columns: 90px 1fr;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  padding: 0.35rem 0 0.35rem 0;
}
.post__infoboxrow p {
  margin-bottom: 0;
}
@media (min-width: 767px) {
  .post__infoboxrow {
    padding: 0.35rem 0 0.25rem 0;
    grid-template-columns: 120px 1fr;
  }
}
@media (min-width: 1024px) {
  .post__titletext, .post__prose {
    grid-column: span 2;
  }
}
.post__prose {
  padding-bottom: 50px;
}
.post__prose .organisations {
  margin-top: 2rem;
  grid-template-columns: repeat(5, minmax(0, 1fr));
}
@media (min-width: 767px) {
  .post__actions {
    margin: 1rem 0;
  }
}
@media (min-width: 1024px) {
  .post__actions {
    margin: 2rem 0;
  }
}
.post__button {
  margin-bottom: 15px;
}
.post__button a {
  display: inline-block;
  text-decoration: none;
  padding: 0.3rem 0.8rem 0.4rem 0.8rem;
  background: #FFF;
  -webkit-box-shadow: var(--box-shadow);
          box-shadow: var(--box-shadow);
  border-radius: var(--border-radius);
}
@media (min-width: 767px) {
  .post__button a {
    padding: 0.5rem 0.9rem 0.5rem 0.9rem;
  }
}
.post__button a span {
  padding-left: 5px;
}
.post .expandable summary {
  font-size: 1.15rem;
  line-height: 1.55;
  max-width: 100%;
  overflow: hidden;
  letter-spacing: 0.02em;
  width: 100%;
}
.post .expandable summary p, .post .expandable summary ul, .post .expandable summary ol, .post .expandable summary blockquote {
  opacity: 1;
}
.post .expandable summary a {
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 2px;
  -webkit-text-decoration-color: inherit;
          text-decoration-color: inherit;
}
.post .expandable summary p:nth-last-child(1), .post .expandable summary ul:nth-last-child(1), .post .expandable summary li:nth-last-child(1) {
  margin-bottom: 0;
}
.post .expandable summary hr {
  border: none;
  border-top: 1px solid #000;
  margin: 2rem 0;
}
.post .expandable summary h2 {
  letter-spacing: 0.01em;
  font-weight: 500;
  margin-top: 2rem;
}
.post .expandable summary h1 {
  font-family: "Basilar-Web", sans-serif;
  font-size: 1.7rem;
  margin: 2rem 0 1.15rem 0;
  letter-spacing: 0.01em;
  line-height: 1.15;
}
@media (min-width: 1024px) {
  .post .expandable summary h1 {
    font-size: 2.2rem;
  }
}
.post .expandable summary > h2:nth-child(1), .post .expandable summary > h1:nth-child(1) {
  margin-top: 0;
}
.post .expandable details {
  font-size: 1.15rem;
  line-height: 1.55;
  max-width: 100%;
  overflow: hidden;
  letter-spacing: 0.02em;
  width: 100%;
}
.post .expandable details p, .post .expandable details ul, .post .expandable details ol, .post .expandable details blockquote {
  opacity: 1;
}
.post .expandable details a {
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 2px;
  -webkit-text-decoration-color: inherit;
          text-decoration-color: inherit;
}
.post .expandable details p:nth-last-child(1), .post .expandable details ul:nth-last-child(1), .post .expandable details li:nth-last-child(1) {
  margin-bottom: 0;
}
.post .expandable details hr {
  border: none;
  border-top: 1px solid #000;
  margin: 2rem 0;
}
.post .expandable details h2 {
  letter-spacing: 0.01em;
  font-weight: 500;
  margin-top: 2rem;
}
.post .expandable details h1 {
  font-family: "Basilar-Web", sans-serif;
  font-size: 1.7rem;
  margin: 2rem 0 1.15rem 0;
  letter-spacing: 0.01em;
  line-height: 1.15;
}
@media (min-width: 1024px) {
  .post .expandable details h1 {
    font-size: 2.2rem;
  }
}
.post .expandable details > h2:nth-child(1), .post .expandable details > h1:nth-child(1) {
  margin-top: 0;
}

.expandable {
  --border-color: var(--theme-dark-grey);
  margin: 2em 0 3rem 0;
  border-top: 1px solid var(--border-color);
}
.expandable details {
  padding: 3px 0;
  border-bottom: 1px solid var(--border-color);
}
.expandable details div {
  margin: 1rem 20px;
}
.expandable summary span {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.expandable summary .role {
  opacity: 0.6;
}
.expandable summary::marker {
  background: green;
  display: block;
  margin-right: 15px;
}

.section--featuredresources {
  background: var(--theme-light-green);
}
.section--featuredresources .section__inner {
  padding-bottom: 4rem;
  padding-top: 3rem;
}
.section--resourcesintro .section__inner {
  padding-bottom: 0;
}

.tableinformation, .staffcontact {
  background: #dfd4cc;
  padding: var(--padding);
  border-radius: var(--border-radius);
}

.accomodations {
  grid-column: span 3;
}

.resourcefilters h4 {
  margin-bottom: 10px;
}
.resourcefilters__filter {
  text-decoration: none;
}
.resourcefilters__filter .system {
  display: none;
}
.resourcefilters .button {
  font-size: 0.9rem;
  padding: 0.2rem 0.6rem;
  background: rgba(0, 0, 0, 0.1);
}
.resourcefilters .button.active {
  background: var(--theme-light-green);
}
.resourcefilters .button.active .system {
  display: inline;
}

.accomodationcontainer {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.accomodationcontainer aside {
  -ms-flex-item-align: start;
      align-self: flex-start;
  position: sticky;
  top: 120px;
}
.accomodationcontainer aside a {
  margin-bottom: 3px;
  display: block;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 2px;
  -webkit-text-decoration-color: inherit;
          text-decoration-color: inherit;
}

.accomodation {
  display: grid;
  grid-gap: var(--padding);
  background: #fff;
  margin-bottom: 2rem;
  padding: var(--padding);
  border-radius: var(--border-radius);
  -webkit-box-shadow: 2px 4px 4px rgba(0, 0, 0, 0.08);
          box-shadow: 2px 4px 4px rgba(0, 0, 0, 0.08);
}
@media (min-width: 1024px) {
  .accomodation {
    grid-template-columns: 460px 1fr;
    grid-gap: calc(var(--padding) * 2);
  }
}
.accomodation__title {
  margin-bottom: 1rem;
}
@media (min-width: 1280px) {
  .accomodation__title {
    margin-bottom: 2rem;
  }
}
.accomodation__title h2 {
  margin-bottom: 0.2rem;
}
.accomodation__title div {
  opacity: 0.6;
}
.accomodation__gallery {
  grid-gap: var(--padding);
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
@media (min-width: 767px) {
  .accomodation__gallery {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
.accomodation__slide {
  aspect-ratio: 16/9;
}
.accomodation__slide p {
  font-size: 13px;
  margin-bottom: 0;
}
.accomodation img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

.newsletter {
  margin-top: 2rem;
}
.newsletter__row {
  margin-bottom: 1rem;
}
.newsletter__row input {
  width: 100%;
  border: none;
  border-radius: 3px;
  padding: 0.5rem 1rem;
}
.newsletter__row label {
  display: block;
}
.newsletter__types {
  margin: 2rem 0;
}
.newsletter__types input {
  width: 16px;
  height: 16px;
  margin: 0 10px 0 0;
}
.newsletter__button {
  margin-top: 1rem;
}
.newsletter__button button {
  border: none;
  padding: 0.4rem 0.8rem;
  background: var(--theme-blue);
  color: #FFF;
  border-radius: var(--border-radius);
}

.staffcontact {
  margin-top: 2rem;
}
.staffcontact__member {
  display: grid;
  grid-template-columns: 1fr 1.5fr;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.staffcontact__member:nth-last-child(1) {
  border-bottom: none;
}
@media (min-width: 767px) {
  .staffcontact__member {
    grid-template-columns: 1fr 1.5fr 1fr;
  }
}
.staffcontact__member a {
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 2px;
  -webkit-text-decoration-color: inherit;
          text-decoration-color: inherit;
}
.staffcontact__member p {
  margin-bottom: 0;
}
.staffcontact__member:nth-last-child(1) {
  margin-bottom: 0;
}
.staffcontact__role {
  opacity: 0.7;
}
.staffcontact__email {
  grid-column: 2/3;
}
@media (min-width: 767px) {
  .staffcontact__email {
    grid-column: initial;
  }
}

.tableinformation {
  margin-bottom: 2rem;
  display: none;
}
@media (min-width: 1024px) {
  .tableinformation {
    display: block;
  }
}
.tableinformation--mobile {
  display: block;
}
@media (min-width: 1024px) {
  .tableinformation--mobile {
    display: none;
  }
}
.tableinformation__row {
  display: grid;
  grid-template-columns: 1fr 2fr;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.tableinformation__row:nth-last-child(1) {
  border-bottom: none;
}
.tableinformation__row p {
  margin-bottom: 0;
}
.tableinformation__row:nth-last-child(1) {
  margin-bottom: 0;
  padding-bottom: 0;
}

@media (min-width: 1024px) {
  .panels {
    display: grid;
    grid-gap: 0 calc(var(--padding) * 2);
    padding: var(--padding);
    grid-template-columns: 1.2fr 1fr;
  }
}
@media (min-width: 1280px) {
  .panels {
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 0 calc(var(--padding) * 3);
  }
}
.panels__gallery {
  display: none;
}
@media (min-width: 1024px) {
  .panels__gallery {
    display: block;
  }
}
.panels__gallery img {
  width: 100%;
  height: auto;
  display: block;
}
.panels__mobilegallery {
  display: block;
}
@media (min-width: 1024px) {
  .panels__mobilegallery {
    display: none;
  }
}

.page__subnav {
  display: grid;
  grid-gap: var(--padding);
}
@media (min-width: 767px) {
  .page__subnav {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1280px) {
  .page__subnav {
    grid-gap: calc(var(--padding) * 2);
  }
}
.page__subnav h2 {
  margin-bottom: 1rem;
}
.page--panels .post__title {
  padding: 0;
  margin-bottom: 2rem;
  grid-column: 1/-1;
}
.page--panels .oembed-container {
  border-radius: var(--border-radius);
  overflow: hidden;
}
.page--engagement .prose .readmore {
  font-size: 1rem;
  text-decoration: none;
}
.page--engagement .prose .readmore span {
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 2px;
  -webkit-text-decoration-color: inherit;
          text-decoration-color: inherit;
}
.page--engagement .prose p:nth-of-type(n+4) {
  display: none;
}
.page--engagement .prose.readmore--expanded > div {
  display: none;
}
.page--engagement .prose.readmore--expanded p {
  display: block;
}
.page .pagination {
  display: none;
}
.page--support-us {
  background: var(--theme-light-green);
}

.engagementterm {
  margin: 4rem 0;
  padding-bottom: 4rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.engagementterm:nth-last-child(1) {
  border-bottom: none;
}
.engagementterm .prose {
  margin-bottom: 3rem;
}

.people {
  margin-top: 2rem;
}
.people .expandable {
  margin-top: 1rem;
}

body.category-news > article {
  border-bottom: 1px solid var(--theme-grey);
}

.footer {
  background: var(--theme-dark-grey);
  --text-color: #fff;
  color: var(--text-color);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.footer a {
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 2px;
  -webkit-text-decoration-color: #999;
          text-decoration-color: #999;
}
.footer a:hover {
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 2px;
  -webkit-text-decoration-color: #fff;
          text-decoration-color: #fff;
}
.footer img {
  width: 100%;
  height: auto;
  display: block;
}
.footer__inner {
  padding: 30px var(--padding);
}
@media (min-width: 767px) {
  .footer__inner {
    padding: 50px var(--padding);
  }
}
@media (min-width: 1024px) {
  .footer__inner {
    padding: 70px var(--padding);
  }
}
.footer__contact a[href*=mailto] {
  display: none;
  white-space: nowrap;
  position: absolute;
}
@media (min-width: 767px) {
  .footer__contact a[href*=mailto] {
    display: block;
  }
}
.footer__mobilecontact {
  display: block;
}
@media (min-width: 767px) {
  .footer__mobilecontact {
    display: none;
  }
}
.footer__row {
  display: grid;
  grid-gap: 1rem;
}
@media (min-width: 767px) {
  .footer__row {
    grid-gap: 2rem;
    grid-template-columns: 1fr 1.4fr;
  }
}
@media (min-width: 1024px) {
  .footer__row {
    grid-template-columns: 1fr 1.2fr;
    grid-gap: 3rem;
  }
}
@media (min-width: 1280px) {
  .footer__row {
    grid-template-columns: 1fr 1fr;
    grid-gap: 4rem;
  }
}
.footer__row:nth-child(1) {
  margin-bottom: 1rem;
  padding-bottom: 1rem;
}
.footer__map, .footer__contact {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 1rem;
}
@media (min-width: 767px) {
  .footer__map, .footer__contact {
    grid-template-columns: 1.2fr 1.2fr 1fr;
  }
}
@media (min-width: 1024px) {
  .footer__map, .footer__contact {
    grid-template-columns: repeat(3, 1fr);
  }
}
.footer__blurblogo {
  display: grid;
  grid-gap: 1rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  grid-template-columns: 31% 1fr;
  margin-bottom: 1rem;
}
@media (min-width: 767px) {
  .footer__blurblogo {
    margin-bottom: 0;
    grid-template-columns: 1fr;
  }
}
@media (min-width: 1024px) {
  .footer__blurblogo {
    grid-template-columns: 90px 1fr;
    grid-gap: 2rem;
  }
}
.footer__blurblogo img {
  -webkit-filter: invert(1);
          filter: invert(1);
  width: 80px;
}
@media (min-width: 1024px) {
  .footer__blurblogo img {
    width: 100%;
  }
}
.footer__blurblogo p {
  opacity: 0.6;
  max-width: 500px;
  margin-bottom: 0rem;
}
.footer__newsletter p {
  margin-bottom: 0.5rem;
}
.footer__newsletter input {
  border: none;
  border-bottom: 1px solid #fff;
  display: block;
  width: 100%;
  background: transparent;
  padding: 10px 0;
  color: #FFF;
}
.footer__social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 16px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}
@media (min-width: 1024px) {
  .footer__social {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
  }
}
.footer__social div {
  margin: 0 6px 6px 0;
}
@media (min-width: 767px) {
  .footer__social div {
    margin: 0 10px 10px 0;
  }
}
@media (min-width: 1024px) {
  .footer__social div {
    margin: 0 12px 0 0;
  }
}
.footer__social a {
  cursor: pointer;
  display: block;
}
.footer__social a:hover {
  opacity: 0.6;
}
.footer__social i {
  font-size: 18px;
}
@media (min-width: 1024px) {
  .footer__social i {
    font-size: 25px;
  }
}
.footer__input {
  position: relative;
}
.footer__input button {
  position: absolute;
  border: none;
  right: 0;
  top: 0;
  background: transparent;
  bottom: 0;
  color: #FFF;
}
.footer .button {
  background: var(--theme-light-yellow);
  padding: 7px 15px;
  text-decoration: none;
  border-radius: var(--border-radius);
  display: inline-block;
}
.footer .cs {
  width: 80px;
  -webkit-filter: invert(1);
          filter: invert(1);
}
@media (min-width: 1024px) {
  .footer .cs {
    width: 100px;
  }
}
.footer .lv {
  margin: 10px 0 0 5px;
  width: 70px;
}
@media (min-width: 1024px) {
  .footer .lv {
    margin: 10px 0 0 15px;
    width: 80px;
  }
}
.footer__after {
  background: #111;
  border-top: 1px solid #333;
  font-size: 0.8rem;
  --text-color: var(--theme-dark-grey);
  color: #777;
}
.footer__after a {
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 2px;
  -webkit-text-decoration-color: inherit;
          text-decoration-color: inherit;
}
.footer__after .footer__inner {
  padding: 10px var(--padding);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

body.post-type-archive-residencies section {
  color: var(--theme-grey);
}

body.post-type-archive-residencies section {
  color: var(--theme-grey);
}

.archivebutton {
  border-radius: var(--border-radius);
  color: #bfc6e2;
  background: #3c4e98;
  padding: 2px 6px;
  font-size: 0.85rem;
  margin: 0 3px 3px 0;
}
.archivebutton.selected {
  background: #fff;
  color: var(--theme-blue);
}
.archivebutton.selected::after {
  content: " ×";
}

#archivelist {
  position: relative;
  visibility: hidden;
  top: -120px;
  display: block;
}

.archive__gridheader {
  grid-column: span 3;
}
.archive__tableheader {
  padding: 0 var(--padding);
}
.archive__tableheader .residencypreview > h4:nth-child(4),
.archive__tableheader .residencypreview > h4:nth-child(5) {
  display: none;
}
@media (min-width: 767px) {
  .archive__tableheader .residencypreview > h4:nth-child(4),
  .archive__tableheader .residencypreview > h4:nth-child(5) {
    display: block;
  }
}
.archive__tablerows {
  padding: var(--padding);
}
.archive__table .prose {
  max-width: none;
  margin: 2rem 0 0rem 0;
}
@media (min-width: 767px) {
  .archive__table .prose {
    margin: 3rem 0 1rem 0;
  }
}
.archive__table .prose:nth-child(1) {
  margin-top: 0;
}
.archive__table h1 {
  grid-column: 1/-1;
  margin-bottom: 10px;
}
.archive .postpreview__postype {
  display: none;
}

.filters {
  margin-bottom: 2rem;
}
.filters h4 {
  margin-bottom: 8px;
  opacity: 0.7;
}
.filters__inner {
  grid-gap: var(--padding);
  padding: 0 var(--padding);
  display: grid;
  grid-auto-flow: dense;
}
@media (min-width: 767px) {
  .filters__inner {
    grid-template-columns: 1fr 190px 190px 1fr;
  }
}
@media (min-width: 1280px) {
  .filters__inner {
    grid-template-columns: 1fr 140px 220px 1fr;
  }
}
@media (min-width: 1280px) {
  .filters__inner {
    grid-gap: calc(var(--padding) * 2);
  }
}
.filters__dateclear {
  display: block;
  margin-top: 5px;
  font-size: 0.85rem;
  opacity: 0.7;
}
.filters__filter {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}
.filters input {
  width: 100%;
  padding: 10px 15px;
  border: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: var(--border-radius);
}
.filters select {
  font-family: inherit;
  font-size: inherit;
  letter-spacing: inherit;
  font-size: 0.85rem;
  width: 100%;
  padding: 2px 6px;
  border: none;
  display: block;
  border-radius: var(--border-radius);
  color: #bfc6e2;
  background: #3c4e98;
}
.filters__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}
.filters__artforms {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  grid-row: span 2;
}
@media (min-width: 767px) {
  .filters__artforms {
    grid-column: span 2;
  }
}
@media (min-width: 1280px) {
  .filters__artforms {
    grid-row: span 1;
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
    grid-column: span 1;
  }
}
.filters__search {
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0;
}
@media (min-width: 767px) {
  .filters__search {
    grid-column: span 2;
  }
}
@media (min-width: 1280px) {
  .filters__search {
    grid-column: span 1;
  }
}

mark {
  background: var(--theme-orange);
  color: #FFF;
}

article + .pagination {
  display: none;
}

.pagination {
  margin: 3rem 0 3rem 0;
  text-align: center;
  grid-column: 1/-1;
  -webkit-box-ordinal-group: 101;
      -ms-flex-order: 100;
          order: 100;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  --border-color: var(--theme-dark-grey);
}
.pagination .current {
  background: var(--theme-dark-grey);
  color: #fff;
  display: inline-block;
  border: none;
}
.pagination a:hover {
  background: var(--theme-grey);
}
.pagination .prev {
  padding: 10px var(--padding);
  border-right: 1px solid var(--border-color);
}
.pagination .next {
  padding: 10px var(--padding);
}
.pagination a, .pagination span {
  min-width: 45px;
}
.pagination a {
  text-decoration: none;
}
.pagination a span {
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 2px;
  -webkit-text-decoration-color: inherit;
          text-decoration-color: inherit;
  text-transform: capitalize;
}
.pagination__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid var(--border-color);
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 8px;
  overflow: hidden;
}
.pagination__inner > * {
  padding: 10px var(--padding);
  display: block;
  height: 100%;
  border-right: 1px solid var(--border-color);
}
.pagination__inner > *:nth-last-child(1) {
  border-right: none;
}

.page--residencies-overview .introduction {
  display: block;
}
@media (min-width: 767px) {
  .page--residencies-overview .introduction {
    display: grid;
    grid-template-columns: 2fr 1fr;
  }
}

.introduction {
  display: grid;
  grid-gap: var(--padding);
  margin-bottom: 2rem;
}
@media (min-width: 767px) {
  .introduction {
    margin-bottom: 3rem;
  }
}
@media (min-width: 1024px) {
  .introduction {
    grid-template-columns: 1.2fr 1fr;
    grid-gap: 25px;
  }
}
@media (min-width: 1280px) {
  .introduction {
    grid-template-columns: 1fr 1fr;
    grid-gap: 40px;
  }
}
.introduction > div:nth-child(2) {
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0;
}
@media (min-width: 1024px) {
  .introduction > div:nth-child(2) {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
.introduction h1 span {
  opacity: 0.6;
}
.introduction .caption {
  margin-bottom: 0;
}
.introduction__buttons {
  margin-top: 2rem;
  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: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  display: flex;
}
@media (min-width: 767px) {
  .introduction__buttons {
    margin-top: 0;
    width: 70%;
    margin-left: 30%;
  }
}
@media (min-width: 1024px) {
  .introduction__buttons {
    width: 50%;
    margin-left: 50%;
  }
}
.introduction__buttons h4 {
  margin-bottom: 10px;
}
.introduction__buttons .button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background: rgba(255, 255, 255, 0.5098039216);
}
.introduction__text {
  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: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.introduction__text .prose {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.introduction__media {
  overflow: hidden;
}
.introduction__media img {
  -webkit-box-shadow: var(--box-shadow);
          box-shadow: var(--box-shadow);
  border-radius: var(--border-radius);
  width: 100%;
  height: auto;
  display: block;
}

.taxonomy__break {
  opacity: 0.2;
  border-bottom: 1px solid var(--text-color);
}
.taxonomy__gridheader {
  grid-column: span 4;
  height: 120px;
  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: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.taxonomy .grid--dynamic {
  grid-auto-flow: dense;
}
.taxonomy .grid--dynamic > a {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.taxonomy .grid--dynamic > a:nth-child(3) {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.taxonomy__organisations {
  margin-top: 2rem;
}
.taxonomy__organisations .organisations {
  grid-gap: 2rem;
  grid-template-columns: repeat(5, 1fr);
}
.taxonomy__organisations .organisations img {
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
}
.taxonomy__organisations .organisations--dark img {
  -webkit-filter: invert(1) grayscale(1);
          filter: invert(1) grayscale(1);
}

.tax-residency-type {
  display: block;
}
.tax-residency-type hr {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

.organisations {
  display: grid;
  grid-gap: var(--padding);
  grid-template-columns: repeat(4, 1fr);
  grid-gap: var(--padding);
}
.organisations img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
}
.organisations__organisation img {
  mix-blend-mode: multiply;
}
.organisations--dark img {
  -webkit-filter: invert(1);
          filter: invert(1);
  mix-blend-mode: screen;
}

.current .postpreview--horizontal {
  margin-bottom: var(--padding);
}
@media (min-width: 767px) {
  .current .postpreview--horizontal {
    margin-bottom: 1.5rem;
  }
}
.current .postpreview.has-post-thumbnail .postpreview__title {
  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: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.current--opportunities .postpreview__taxonomies {
  display: none;
}
.current--residencies {
  background: var(--theme-tan);
}
.current--residencies .postpreview__postype {
  display: none;
}
.current--residencies .section__inner {
  padding-bottom: 0;
}
.current--introduction .section__inner {
  padding-bottom: 0;
}
.current--introduction .introduction {
  margin-bottom: 0;
}
.current--eventsopportunities {
  --color: var(--theme-light-yellow);
  --color-inverse: var(--theme-dark-grey);
  background: var(--theme-light-light-grey);
}
.current--eventsopportunities .section__inner {
  display: grid;
  grid-gap: calc(var(--padding) * 2);
}
@media (min-width: 767px) {
  .current--eventsopportunities .section__inner {
    grid-gap: var(--padding);
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1024px) {
  .current--eventsopportunities .section__inner {
    grid-gap: calc(var(--padding) * 2);
  }
}
.current--resources {
  background: var(--theme-grey);
}
.current--events {
  background: var(--theme-blue);
}
.current--news {
  background: var(--theme-light-green);
}
.current--news .section__linkheader {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
@media (min-width: 767px) {
  .current--news .section__linkheader {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.current__residencygroup {
  padding-bottom: 2rem;
}
@media (min-width: 1024px) {
  .current__residencygroup {
    padding-bottom: 3rem;
  }
}
.current__residencygroup .postpreview {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc((var(--max-width) - var(--padding) * 5) / 4);
          flex: 0 0 calc((var(--max-width) - var(--padding) * 5) / 4);
}
.current__residencygroup .section__inner {
  padding-top: 0;
  padding-bottom: 0;
}
.current__residencygroup .section__inner p {
  opacity: 0.7;
  max-width: 700px;
  margin-bottom: 2rem;
}
@media (min-width: 767px) {
  .current__residencygroup .section__inner p {
    font-size: 1.15rem;
  }
}

input, button {
  font-family: inherit;
  letter-spacing: inherit;
  font-size: inherit;
}

.button {
  padding: 5px 10px;
  display: inline-block;
  background: rgba(0, 0, 0, 0.15);
  font-size: 1rem;
  border-radius: 3px;
  margin-bottom: 10px;
}

.search__form form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
.search__form form a {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  left: auto;
  padding: 0 15px;
  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: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.search__form input {
  width: 100%;
  border: none;
  padding: 10px 15px;
  font-size: 1.4rem;
}
.search__resultmessage {
  margin-top: 1rem;
  font-size: 1.15rem;
  line-height: 1.55;
  max-width: 100%;
  overflow: hidden;
  letter-spacing: 0.02em;
  width: 100%;
}
.search__resultmessage p, .search__resultmessage ul, .search__resultmessage ol, .search__resultmessage blockquote {
  opacity: 1;
}
.search__resultmessage a {
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 2px;
  -webkit-text-decoration-color: inherit;
          text-decoration-color: inherit;
}
.search__resultmessage p:nth-last-child(1), .search__resultmessage ul:nth-last-child(1), .search__resultmessage li:nth-last-child(1) {
  margin-bottom: 0;
}
.search__resultmessage hr {
  border: none;
  border-top: 1px solid #000;
  margin: 2rem 0;
}
.search__resultmessage h2 {
  letter-spacing: 0.01em;
  font-weight: 500;
  margin-top: 2rem;
}
.search__resultmessage h1 {
  font-family: "Basilar-Web", sans-serif;
  font-size: 1.7rem;
  margin: 2rem 0 1.15rem 0;
  letter-spacing: 0.01em;
  line-height: 1.15;
}
@media (min-width: 1024px) {
  .search__resultmessage h1 {
    font-size: 2.2rem;
  }
}
.search__resultmessage > h2:nth-child(1), .search__resultmessage > h1:nth-child(1) {
  margin-top: 0;
}

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

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

.scroller {
  width: 100%;
  height: 100%;
}
.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__controls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin: 1rem 0;
  font-size: 16px;
  padding: 0 var(--padding);
}
@media (min-width: 767px) {
  .scroller__controls {
    font-size: 20px;
  }
}
.scroller__controls div {
  padding: 0 4px;
}
.scroller__controls button {
  color: inherit;
  cursor: pointer;
  font-size: 1rem;
  border-radius: 3px;
  padding: 3px 8px 1px 8px;
  background: rgba(0, 0, 0, 0.1);
  display: block;
  border: none;
}
.scroller__controls button:hover {
  background: rgba(0, 0, 0, 0.15);
}
.scroller__controls button:active {
  background: rgba(0, 0, 0, 0.2);
}
.scroller__outer, .scroller__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
}
.scroller__inner {
  padding: 10px 0;
}
.scroller__inner > * {
  margin-right: var(--padding);
  -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;
}
