/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}
/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}
/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block;
}
/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block;
}
/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}
/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}
/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}
/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}
/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}
/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}
/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}
/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}
/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}
/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}
/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}
/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}
/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
}
/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}
/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}
/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto;
}
/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}
/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}
/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block;
}
/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}
/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}
/**
 * Add the correct display in IE.
 */
template {
  display: none;
}
/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none;
}
/***********************************************************************************************************************
 mixins.less
 **********************************************************************************************************************/
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}
.bbox {
  box-sizing: border-box;
}
.clear,
.cleared {
  float: none;
  clear: both;
}
.abs {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.fixed {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: fixed;
}
.flat-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.align-right {
  text-align: right;
}
/* 
|----------------------------------------------------------------
| vertical & horizontal centering
|----------------------------------------------------------------
| The 'margin-right: -50%' is needed to compensate the 'left: 50%'. The 'left' rule reduces the available 
| width for the element by 50%. The renderer will thus try to make lines that are no longer than half the 
| width of the container. By saying that the right margin of the element is further to the right by that 
| same amount, the maximum line length is again the same as the container's width.
| Try resizing the window: You'll see that each sentence is on one line when the window is wide enough. 
| Only when the window is too narrow for the whole sentence will the sentence be broken over several lines. 
| When you remove the 'margin-right: -50%' and resize the window again, you'll see that the sentences will 
| be broken already when the window is still twice as wide as the text lines.
 */
input[type='email'],
input[type='password'],
input[type='text'],
textarea,
select {
  width: 100%;
  box-sizing: border-box;
  display: inline-block;
  background-color: transparent;
  border: 1px solid #322c2c;
  color: #322c2c;
  padding: 3px;
  margin: 0;
}
button,
input[type='button'],
input[type='submit'] {
  box-sizing: border-box;
  display: inline-block;
  background-color: #322c2c;
  border: 1px solid #322c2c;
  color: white;
  padding: 3px 10px;
  margin: 0;
  cursor: pointer;
}
button:hover,
input[type='button']:hover,
input[type='submit']:hover,
button:focus,
input[type='button']:focus,
input[type='submit']:focus {
  background-color: rgba(0, 0, 0, 0.5);
  border: 1px solid rgba(0, 0, 0, 0.5);
}
select {
  width: 100%;
  box-sizing: border-box;
}
select option {
  box-sizing: border-box;
}
.clear {
  clear: both;
  float: none;
}
span.pic-l {
  box-sizing: border-box;
  display: block;
  float: none;
  clear: both;
  margin: 0 auto 10px auto;
}
span.pic-r {
  box-sizing: border-box;
  display: block;
  float: none;
  clear: both;
  margin: 0 auto 10px auto;
}
span.pic-c {
  box-sizing: border-box;
  display: block;
  float: none;
  clear: both;
  margin: 0 auto 10px auto;
}
p:last-child span.pic-c {
  margin-bottom: 0;
}
span.pic-l img,
span.pic-r img,
span.pic-c img {
  max-width: 100%;
  height: auto;
}
span.pic-l span.caption,
span.pic-r span.caption,
span.pic-c span.caption {
  display: block;
  font-size: 11px;
  line-height: 15px;
  padding: 5px 0 0;
}
span.pic-l {
  width: 50%;
  float: left;
  margin: 0 10px 10px 0;
  clear: left;
}
span.pic-r {
  width: 50%;
  float: right;
  margin: 0 0 10px 10px;
  clear: right;
}
@media only screen and (min-width: 480px) {
  span.pic-l {
    width: 40%;
    float: left;
    margin: 0 10px 10px 0;
    clear: left;
  }
  span.pic-r {
    width: 40%;
    float: right;
    margin: 0 0 10px 10px;
    clear: right;
  }
}
@media only screen and (min-width: 769px) {
  span.pic-l {
    width: 30%;
    float: left;
    margin: 0 20px 10px 0;
  }
  span.pic-r {
    width: 30%;
    margin: 0 0 20px 10px;
  }
  span.pic-c {
    margin: 40px auto 40px auto;
  }
  p:first-child span.pic-c {
    margin-top: 0;
  }
}
/*
 Percentage-based grid with 5% increments
 */
.l-5,
.l5 {
  width: 5%;
  float: left;
}
.l-10,
.l10 {
  width: 10%;
  float: left;
}
.l-15,
.l15 {
  width: 15%;
  float: left;
}
.l-20,
.l20 {
  width: 20%;
  float: left;
}
.l-25,
.l25 {
  width: 25%;
  float: left;
}
.l-30,
.l30 {
  width: 30%;
  float: left;
}
.l-35,
.l35 {
  width: 35%;
  float: left;
}
.l-40,
.l40 {
  width: 40%;
  float: left;
}
.l-45,
.l45 {
  width: 45%;
  float: left;
}
.l-50,
.l50 {
  width: 50%;
  float: left;
}
.l-55,
.l55 {
  width: 55%;
  float: left;
}
.l-60,
.l60 {
  width: 60%;
  float: left;
}
.l-65,
.l65 {
  width: 65%;
  float: left;
}
.l-70,
.l70 {
  width: 70%;
  float: left;
}
.l-75,
.l75 {
  width: 75%;
  float: left;
}
.l-80,
.l80 {
  width: 80%;
  float: left;
}
.l-85,
.l85 {
  width: 85%;
  float: left;
}
.l-90,
.l90 {
  width: 90%;
  float: left;
}
.l-95,
.l95 {
  width: 95%;
  float: left;
}
.r-5,
.r5 {
  width: 5%;
  float: right;
}
.r-10,
.r10 {
  width: 10%;
  float: right;
}
.r-15,
.r15 {
  width: 15%;
  float: right;
}
.r-20,
.r20 {
  width: 20%;
  float: right;
}
.r-25,
.r25 {
  width: 25%;
  float: right;
}
.r-30,
.r30 {
  width: 30%;
  float: right;
}
.r-35,
.r35 {
  width: 35%;
  float: right;
}
.r-40,
.r40 {
  width: 40%;
  float: right;
}
.r-45,
.r45 {
  width: 45%;
  float: right;
}
.r-50,
.r50 {
  width: 50%;
  float: right;
}
.r-55,
.r55 {
  width: 55%;
  float: right;
}
.r-60,
.r60 {
  width: 60%;
  float: right;
}
.r-65,
.r65 {
  width: 65%;
  float: right;
}
.r-70,
.r70 {
  width: 70%;
  float: right;
}
.r-75,
.r75 {
  width: 75%;
  float: right;
}
.r-80,
.r80 {
  width: 80%;
  float: right;
}
.r-85,
.r85 {
  width: 85%;
  float: right;
}
.r-90,
.r90 {
  width: 90%;
  float: right;
}
.r-95,
.r95 {
  width: 95%;
  float: right;
}
/*
 Golden Ratio 
 */
.lg-big {
  width: 61.8%;
  float: left;
}
.lg-small {
  width: 38.2%;
  float: left;
}
.rg-big {
  width: 61.8%;
  float: right;
}
.rg-small {
  width: 38.2%;
  float: right;
}
body,
div,
section,
nav,
article,
header,
main,
footer,
figure,
blockquote,
input,
textarea,
button {
  box-sizing: border-box;
}
#type .regular {
  font-family: Work Sans, sans-serif;
  font-size: 14px;
}
@media only screen and (min-width: 720px) {
  #type .regular {
    font-size: 16px;
  }
}
#type .small {
  font-size: 12px;
}
#type .large {
  font-weight: normal;
  font-size: 1.25rem;
}
@media only screen and (min-width: 768px) {
  #type .large {
    font-size: 2rem;
  }
}
#type .xlarge {
  font-weight: normal;
  font-size: 1.5rem;
}
@media only screen and (min-width: 768px) {
  #type .xlarge {
    font-size: 3rem;
  }
}
#type .xxlarge {
  font-weight: normal;
  font-size: 4rem;
}
small,
.small {
  font-size: 12px;
}
h1 {
  font-weight: normal;
  font-size: 1.5rem;
}
@media only screen and (min-width: 768px) {
  h1 {
    font-size: 3rem;
  }
}
h2 {
  font-weight: normal;
  font-size: 1.25rem;
}
@media only screen and (min-width: 768px) {
  h2 {
    font-size: 2rem;
  }
}
h3,
h4,
h5,
h6 {
  font-family: Work Sans, sans-serif;
  font-size: 14px;
}
@media only screen and (min-width: 720px) {
  h3,
  h4,
  h5,
  h6 {
    font-size: 16px;
  }
}
h1,
h2,
h3 {
  margin: 2em 0 1em;
}
h1 + h2,
h1 + h3,
h2 + h3 {
  margin-top: 0;
}
:first-child {
  margin-top: 0;
}
:last-child {
  margin-bottom: 0;
}
dl dt {
  font-feature-settings: "tnum";
}
dl dd {
  margin: 0;
}
abbr,
abbr[title] {
  border: 0;
}
figure {
  margin: 0;
}
html {
  min-height: 100%;
  line-height: 1.4;
  font-family: Work Sans, sans-serif;
  font-size: 14px;
}
@media only screen and (min-width: 720px) {
  html {
    font-size: 16px;
  }
}
body {
  background-color: white;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center;
  color: #322c2c;
  margin: 0;
  padding: 0;
  min-height: 100vh;
  overflow-y: scroll;
  overflow-x: hidden;
}
a {
  color: currentColor;
  text-decoration: none;
}
nav ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
nav a {
  text-decoration: none;
}
main figure img {
  max-width: 100%;
  max-height: 100vh;
  width: auto;
  height: auto;
}
figcaption {
  text-align: center;
  font-size: 12px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: flex-end;
  -ms-justify-content: flex-end;
  justify-content: flex-end;
}
hr {
  border: 0;
  border-bottom: 1px dotted;
}
.datestr {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.exhibition .artists {
  margin: 0;
}
.exhibition-listing .exhibition .title {
  margin: 0;
}
.project .artists {
  margin: 0;
}
.project-listing .project .title {
  margin: 0;
}
.prev-next {
  position: fixed;
  bottom: 0;
  left: 3rem;
  right: 0;
  padding-right: 3rem;
  top: auto;
  margin-top: 0;
  height: 3rem;
  z-index: 3;
  line-height: 3rem;
  text-transform: uppercase;
  border-top: 2px solid;
}
@media print {
  .prev-next {
    display: none;
  }
}
@media only screen and (max-width: 720px) {
  .prev-next {
    left: 2rem;
    padding-right: 2rem;
    height: 2rem;
    line-height: 2rem;
  }
}
.prev-next .prev {
  width: 50%;
  float: left;
  text-align: center;
}
.prev-next .next {
  width: 50%;
  float: right;
  text-align: center;
}
.news-item {
  margin-bottom: 1rem;
}
.page-nav {
  text-align: center;
  margin-bottom: 4rem;
}
@media print {
  .page-nav {
    display: none;
  }
}
.page-nav ul {
  display: block;
}
.page-nav li {
  display: inline-block;
}
.page-nav a {
  display: inline-block;
  border-bottom: 1px solid transparent;
  margin: 0 0.5rem;
}
.page-nav .active a,
.page-nav a:hover,
.page-nav a:focus {
  border-bottom: 1px solid;
}
.richtext a {
  text-decoration: underline;
}
#main-header {
  position: fixed;
  z-index: 4;
  top: 0;
  left: 0;
  width: 100%;
  max-width: 100vw;
  text-transform: uppercase;
  font-size: 2rem;
  line-height: 3rem;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
#main-header .icon {
  width: 3rem;
  height: 3rem;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  outline: 0;
}
#main-header .icon .glyph {
  fill: #322c2c;
}
#main-header .icon:hover {
  background-color: #322c2c;
}
#main-header .icon:hover .glyph {
  fill: #fff;
}
@media print {
  #main-header .hamburger {
    opacity: 0;
  }
}
#main-header .brand {
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
#main-header .catinca {
  position: fixed;
  left: 0;
  top: 6rem;
  transform: rotate(-90deg) translateX(-100%);
  transform-origin: top left;
}
#main-header .tabacaru {
  padding-left: 3rem;
}
#main-header .gallery {
  float: right;
  margin-right: 6rem;
}
#main-header .ctg-gallery {
  display: inline;
}
#main-header .ctg-collective {
  display: none;
}
@media only screen and (max-width: 720px) {
  #main-header {
    font-size: 1.5rem;
    line-height: 2rem;
  }
  #main-header .icon {
    width: 2rem;
    height: 2rem;
  }
  #main-header .catinca {
    top: 4rem;
  }
  #main-header .tabacaru {
    padding-left: 2rem;
  }
  #main-header .gallery {
    margin-right: 4rem;
  }
}
#artist-nav {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  max-width: 100vw;
  height: 100vh;
  z-index: 1;
  padding: 3rem 6rem;
  text-transform: uppercase;
  font-size: 2rem;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: space-evenly;
  -ms-justify-content: space-evenly;
  justify-content: space-evenly;
  line-height: 1.2;
  background-image: url(/img/bg-artists.jpg);
  background-size: cover;
  background-position: center;
  background-blend-mode: color-burn;
  background-blend-mode: color-dodge;
  color: black;
  background-blend-mode: screen;
  background-blend-mode: overlay;
  background-image: url(/img/bg-artists.jpg), linear-gradient(45deg, #FFC107, #f4369b);
}
#artist-nav a {
  color: currentColor;
}
@media print {
  #artist-nav {
    display: none;
  }
}
@media only screen and (max-width: 720px) and (orientation: portrait) {
  #artist-nav {
    font-size: 1.25rem;
    padding: 2rem 4rem;
  }
}
@media only screen and (max-width: 1024px) and (orientation: landscape) {
  #artist-nav {
    font-size: 1.5rem;
    padding: 2rem 4rem;
  }
}
@media only screen and (max-width: 720px) and (orientation: landscape) {
  #artist-nav {
    font-size: 1rem;
    padding: 2rem 4rem;
  }
}
@media only screen and (max-width: 768px) and (orientation: portrait) {
  #artist-nav {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: flex-start;
    -ms-align-items: flex-start;
    align-items: flex-start;
  }
}
#artist-nav li.space-on-top {
  margin-top: 1rem;
}
@media only screen and (max-width: 520px) {
  #artist-nav {
    padding: 3rem 0 3rem 4rem;
    justify-content: flex-start;
  }
  #artist-nav .menu,
  #artist-nav .artists {
    margin-bottom: 1rem;
  }
  #artist-nav .menu {
    display: grid;
    grid-template-columns: 1fr auto;
    grid-auto-flow: dense;
    gap: 0 2ch;
  }
  #artist-nav .menu li:nth-child(1),
  #artist-nav .menu li:nth-child(2),
  #artist-nav .menu li:nth-child(3) {
    grid-column: 1;
  }
}
#side-nav {
  position: fixed;
  z-index: 3;
  top: 3rem;
  bottom: 0;
  left: 100%;
  margin-left: -3rem;
  border-left: 2px solid;
  border-top: 2px solid;
  text-transform: uppercase;
  line-height: 3rem;
  font-size: 2rem;
}
@media print {
  #side-nav {
    display: none;
  }
}
#side-nav ul.menu {
  transform-origin: bottom left;
  transform: rotate(90deg);
  margin-top: -3rem;
}
#side-nav ul.menu li {
  display: inline-block;
  margin-left: 3rem;
}
#side-nav ul.menu li a {
  white-space: nowrap;
}
@media only screen and (max-width: 720px) {
  #side-nav {
    top: 2rem;
    margin-left: -2rem;
    line-height: 2rem;
    font-size: 1.5rem;
  }
  #side-nav ul.menu {
    margin-top: -2rem;
  }
  #side-nav ul.menu li {
    margin-left: 2rem;
  }
}
#social-nav {
  position: fixed;
  z-index: 4;
  bottom: 0;
  right: 0;
  text-align: center;
  width: 3rem;
  height: 3rem;
  line-height: 3rem;
}
@media print {
  #social-nav {
    display: none;
  }
}
#social-nav a {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
}
#social-nav a:hover,
#social-nav a:focus {
  color: deeppink;
}
@media only screen and (max-width: 720px) {
  #social-nav {
    width: 2rem;
    height: 2rem;
    line-height: 2rem;
  }
  #social-nav a {
    width: 2rem;
    height: 2rem;
  }
  #social-nav .material-icons {
    font-size: 1.2rem;
  }
}
body > main {
  position: absolute;
  z-index: 2;
  width: calc(100% - 3rem);
  min-height: calc(100% - 3rem);
  padding: 2rem 5rem 2rem 2rem;
  background-color: aquamarine;
  background-color: white;
  border-top: 2px solid;
  border-left: 2px solid;
  top: 3rem;
  left: 3rem;
  transform: translate(0, 0);
  transition: transform 0.5s ease-in-out;
}
@media only screen and (max-width: 720px) {
  body > main {
    width: calc(100% - 2rem);
    min-height: calc(100% - 2rem);
    padding: 1rem 3rem 1rem 1rem;
    top: 2rem;
    left: 2rem;
  }
}
body.open-nav {
  overflow: hidden;
  overflow-y: scroll;
}
body.open-nav > main {
  transform: translate(100%, 100vh);
}
body.open-nav footer.prev-next {
  display: none;
}
#display,
#work-display {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: fixed;
  z-index: 5;
}
#display .panel,
#work-display .panel {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: white;
  top: 2rem;
  left: 2rem;
  right: 2rem;
  bottom: 2rem;
  box-shadow: 0 0 2rem #322c2c;
}
@media only screen and (max-width: 640px) {
  #display .panel,
  #work-display .panel {
    top: 1rem;
    left: 1rem;
    right: 1rem;
    bottom: 1rem;
  }
}
#display .panel > nav,
#work-display .panel > nav {
  z-index: 2;
}
#display .panel > nav .icon,
#work-display .panel > nav .icon {
  width: 24px;
  height: 24px;
  line-height: 24px;
  text-align: center;
}
#display .panel > nav .material-icons,
#work-display .panel > nav .material-icons {
  line-height: inherit !important;
}
#display .panel > nav i,
#work-display .panel > nav i {
  cursor: pointer;
}
#display .panel > nav .close,
#work-display .panel > nav .close {
  position: fixed;
  top: 3rem;
  right: 3rem;
}
@media only screen and (max-width: 640px) {
  #display .panel > nav .close,
  #work-display .panel > nav .close {
    top: 2rem;
    right: 2rem;
  }
}
#display {
  z-index: 10;
}
#display .panel nav .prev,
#display .panel nav .next {
  display: none;
  position: fixed;
  top: 50%;
  -ms-transform: translatey(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
#display .panel nav .prev {
  left: 3px;
}
#display .panel nav .next {
  right: 3px;
}
#display header {
  min-height: 30px;
  padding: 1rem 2rem;
}
#display figure {
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  position: relative;
}
#display figure img {
  cursor: pointer;
  max-width: 96%;
  max-height: 100%;
  width: auto;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-right: -50%;
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
#display footer {
  min-height: 30px;
  padding: 1rem 2rem;
}
#display footer p {
  margin: 0;
}
#display footer figcaption {
  max-width: 36rem;
  margin: auto;
  text-align: center;
}
#display footer .copyright {
  font-size: 12px;
  margin-bottom: 0.5rem;
}
body.with-display {
  overflow: hidden;
}
#work-display .content {
  height: 100%;
  overflow: auto;
}
#work-display .work-display {
  height: 100%;
}
#work-display .work-display .description {
  padding: 2rem;
}
@media only screen and (min-width: 960px) {
  #work-display .work-display .description {
    float: right;
    max-width: 36rem;
  }
}
@media only screen and (min-width: 1200px) {
  #work-display .work-display .description {
    padding: 3rem;
  }
}
#work-display .work-display .description .richtext > h2:first-child {
  line-height: 1.1;
}
#work-display .work-display .images {
  text-align: center;
  padding: 2rem;
}
@media only screen and (min-width: 1200px) {
  #work-display .work-display .images {
    padding: 3rem;
  }
}
#work-display .work-display .images figure,
#work-display .work-display .images .video {
  margin: 0 1rem 2rem;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  #work-display .work-display .images figure,
  #work-display .work-display .images .video {
    margin-bottom: 4rem;
  }
}
@media only screen and (min-width: 1024px) {
  #work-display .work-display .images figure,
  #work-display .work-display .images .video {
    margin-bottom: 6rem;
  }
}
#work-display .work-display .images figure img,
#work-display .work-display .images .video img {
  vertical-align: middle;
  max-height: 90vh;
  max-width: 100%;
  width: auto;
  height: auto;
}
@media only screen and (min-width: 1024px) {
  #work-display .work-display .images figure.m0,
  #work-display .work-display .images .video.m0 {
    margin-left: 32.8%;
  }
  #work-display .work-display .images figure.m1,
  #work-display .work-display .images .video.m1 {
    margin-right: 32.8%;
  }
  #work-display .work-display .images figure:first-child,
  #work-display .work-display .images .video:first-child {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}
#work-display .work-display .images .video {
  display: inline-block;
}
@media screen and (min-width: 960px) {
  #work-display .work-display .images .video {
    width: 80vw;
  }
}
@media screen and (min-width: 1200px) {
  #work-display .work-display .images .video {
    width: 40vw;
  }
}
@media screen and (min-width: 1600px) {
  #work-display .work-display .images .video {
    width: 40vw;
  }
}
#work-display .work-display .images figure {
  display: inline-block;
  position: relative;
  margin-bottom: 6rem;
}
@media screen and (min-width: 960px) {
  #work-display .work-display .images figure {
    max-width: 40vw;
  }
}
#work-display .work-display .images figure img {
  vertical-align: baseline;
  max-height: 80vh;
  max-width: 100%;
  width: auto;
  height: auto;
}
#work-display .work-display .images figcaption {
  margin-left: auto;
  margin-right: auto;
  margin-top: 0.5rem;
  font-size: 12px;
}
body.with-work-display {
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  #artist-nav {
    display: grid;
    grid-template-columns: auto auto;
    grid-template-rows: 1fr auto;
  }
}
#artist-nav .contact {
  padding-top: 1rem;
  text-transform: none;
  grid-column: 1 / span 2;
  font-size: 12px;
  display: grid;
  gap: 2rem;
}
@media screen and (min-width: 768px) {
  #artist-nav .contact {
    padding-top: 2rem;
  }
}
body#exhibition-58 > main,
body#exhibition-57 > main,
body#exhibition-56 > main {
  color: white;
  background-color: black;
}
body#exhibition-58 #social-nav,
body#exhibition-57 #social-nav,
body#exhibition-56 #social-nav,
body#exhibition-58 #side-nav,
body#exhibition-57 #side-nav,
body#exhibition-56 #side-nav,
body#exhibition-58 > footer,
body#exhibition-57 > footer,
body#exhibition-56 > footer {
  color: white;
}
body#exhibition-58 #social-nav,
body#exhibition-57 #social-nav,
body#exhibition-56 #social-nav {
  border-top: 2px solid;
  border-left: 2px solid;
}
body#exhibition-58 > footer,
body#exhibition-57 > footer,
body#exhibition-56 > footer {
  border-left: 2px solid;
}
body#collective main.collective .mission {
  margin-bottom: 6rem;
}
body#collective main.collective .projects {
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
@media only screen and (min-width: 1024px) {
  body#collective main.collective {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  body#collective main.collective .mission {
    font-size: 1.25rem;
    width: 38.2%;
    padding-right: 3.2%;
  }
}
body#collective main.collective .project {
  margin-bottom: 2rem;
}
body#collective main.collective .project:nth-child(2n+1) {
  float: right;
}
body#collective main.collective .project > a {
  display: inline-block;
  border: 10px solid;
  position: relative;
}
body#collective main.collective .project > a .overlay {
  z-index: 2;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 1rem;
}
body#collective main.collective .project > a .overlay h2 {
  font-size: 5vmin;
  line-height: 1;
}
body#collective main.collective .project img {
  max-width: 100%;
  max-height: 60vh;
  width: auto;
  height: auto;
  vertical-align: middle;
}
body#collective main.collective .project.zimbabwe a {
  border-color: hotpink;
  color: hotpink;
}
body#collective main.collective .project.newfoundland a {
  border-color: yellow;
  color: yellow;
}
body#collective main.collective .project.transcultural a {
  border-color: grey;
  color: grey;
}
body#collective main.collective .project.zimbabwe-2017 a {
  border-color: dodgerblue;
  color: white;
  color: dodgerblue;
}
body#collective main.collective .project.zimbabwe-2018 a {
  border-color: #ffa110;
  color: white;
  color: #ffa110;
}
body#collective main.collective .project.serbia-2018 a {
  border-color: #1EECB4;
  color: #1EECB4;
}
body#collective main.collective .project.lagos-2019 a {
  border-color: #772ffc;
  color: white;
  color: #772ffc;
}
body#collective main.collective .project.finland-2019 a {
  border-color: #1cac17;
  color: white;
  color: #1cac17;
}
body#collective main.collective .project.romania-2020 a {
  border-color: tan;
  border-color: #e8202a;
  color: white;
  color: #e8202a;
}
body#collective main.collective .project.romania-2021 a {
  border-color: #ff8e00;
  color: #ff8e00;
  border-color: #E02348;
  color: #E02348;
  border-color: hotpink;
  color: hotpink;
}
body#collective main.collective .project.ukraine-2022 a {
  border-color: #0258b5;
  color: #0258b5;
}
body.collective.edition #artist-nav {
  background-image: none;
}
body.collective.edition #artist-nav a {
  color: #322c2c;
  text-shadow: none;
}
body.collective.edition #artist-nav a:hover,
body.collective.edition #artist-nav a:focus {
  color: white;
}
body.collective.edition > main {
  padding-right: 6rem;
}
body.collective.edition > main > header {
  text-align: center;
  margin-top: 3rem;
  margin-bottom: 6rem;
}
@media only screen and (max-width: 768px) {
  body.collective.edition > main > header {
    margin-top: 2rem;
    margin-bottom: 4rem;
  }
}
body.collective.edition > main > header h1 {
  font-size: 8vh;
  line-height: 1.1;
  margin-bottom: 1rem;
}
@media only screen and (max-width: 768px) and (orientation: portrait) {
  body.collective.edition > main > header h1 {
    font-size: 2rem;
  }
}
@media only screen and (max-width: 768px) and (orientation: landscape) {
  body.collective.edition > main > header h1 {
    font-size: 1.5rem;
  }
}
body.collective.edition > main > header p {
  font-size: 1.25rem;
  max-width: 40rem;
  margin-left: auto;
  margin-right: auto;
}
body.collective.edition > main h2 {
  margin: 1rem 0 0.5rem;
}
body.collective.edition > main .projects {
  max-width: 1400px;
  margin: 0 auto 6rem;
}
body.collective.edition > main .projects h2 {
  margin-bottom: 0;
}
@media only screen and (min-width: 768px) {
  body.collective.edition > main .projects {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
  }
}
body.collective.edition > main .projects > * {
  width: 80%;
  margin: 0 auto 6rem;
}
body.collective.edition > main .project {
  margin-bottom: 6rem;
}
body.collective.edition > main .project > h3 {
  margin-bottom: 0;
}
body.collective.edition > main .project > h3 + p {
  margin-top: 0;
}
@media only screen and (min-width: 768px) {
  body.collective.edition > main .project {
    width: 48%;
  }
}
body.collective.edition > main .project .pic-c {
  margin: 0;
}
body.collective.edition > main section.about {
  max-width: 1400px;
  margin-bottom: 6rem;
  margin-left: auto;
  margin-right: auto;
}
body.collective.edition > main section.about > div {
  margin-bottom: 6rem;
}
@media only screen and (min-width: 768px) {
  body.collective.edition > main section.about {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
  }
  body.collective.edition > main section.about > div {
    width: 48%;
  }
}
body.collective.edition > main section.single,
body.collective.edition > main section.double,
body.collective.edition > main section.triple {
  max-width: 1400px;
  margin: 0 auto 6rem;
}
body.collective.edition > main section.single > div,
body.collective.edition > main section.double > div,
body.collective.edition > main section.triple > div {
  width: auto;
}
body.collective.edition > main section.single {
  max-width: 40rem;
}
body.collective.edition > main section.double {
  display: grid;
  grid-gap: 2rem;
}
@media screen and (min-width: 1024px) {
  body.collective.edition > main section.double {
    grid-template-columns: 1fr 1fr;
  }
}
body.collective.edition > main section.triple {
  display: grid;
  grid-gap: 2rem;
}
@media screen and (min-width: 1024px) {
  body.collective.edition > main section.triple {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
body#ctg-zimbabwe #artist-nav {
  background-color: hotpink;
}
body#ctg-newfoundland #artist-nav {
  background-color: yellow;
}
body#ctg-newfoundland > main .project:first-child {
  width: 50%;
  margin-left: 25%;
  margin-right: 25%;
}
@media only screen and (max-width: 768px) {
  body#ctg-newfoundland > main .project:first-child {
    width: 80%;
    margin-left: 10%;
    margin-right: 10%;
  }
}
body#ctg-zimbabwe-2017 #artist-nav {
  background-color: dodgerblue;
}
body#ctg-zimbabwe-2017 > main .project:first-child {
  width: 50%;
  margin-left: 25%;
  margin-right: 25%;
}
@media only screen and (max-width: 768px) {
  body#ctg-zimbabwe-2017 > main .project:first-child {
    width: 80%;
    margin-left: 10%;
    margin-right: 10%;
  }
}
body#ctg-zimbabwe-2018 #artist-nav {
  background-color: #ffa110;
}
body#ctg-zimbabwe-2018 > main {
  padding-right: 6rem;
}
body#ctg-zimbabwe-2018 > main > header p {
  text-align: left;
  font-size: 1rem;
}
body#ctg-serbia-2018 #artist-nav {
  background-color: #1EECB4;
}
body#ctg-serbia-2018 > main {
  padding-right: 6rem;
}
body#ctg-serbia-2018 > main > header p {
  text-align: left;
  font-size: 1rem;
}
body#ctg-lagos-2019 #artist-nav {
  background-color: #772ffc;
}
body#ctg-finland-2019 #artist-nav {
  background-color: #1cac17;
}
body#ctg-romania-2020 #artist-nav {
  background-color: tan;
  background-color: #e8202a;
}
body#ctg-romania-2021 #artist-nav {
  background-color: #ff8e00;
  background-color: #E02348;
  background-color: hotpink;
}
body#ctg-ukraine-2022-2023 #artist-nav {
  background-color: #f6cf01;
}
main.exhibitions.dual {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
main.exhibitions.dual .pictures {
  width: 70%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: baseline;
  -ms-align-items: baseline;
  align-items: baseline;
  -webkit-align-content: flex-start;
  -ms-align-content: flex-start;
  align-content: flex-start;
}
main.exhibitions.dual .pictures figure {
  width: 30%;
  margin-bottom: 3rem;
}
main.exhibitions.dual .exhibition-listing {
  width: 30%;
  padding-left: 3rem;
  margin-left: 3rem;
  border-left: 2px solid;
}
main.exhibitions.dual .exhibition {
  margin-bottom: 3rem;
}
main.exhibitions .exhibition {
  max-width: 1000px;
  margin: 3rem auto 3rem;
}
main.exhibitions .exhibition .info {
  padding: 3rem;
}
main.exhibitions .exhibition .title {
  font-size: 2rem;
  line-height: 1.1;
  margin-bottom: 1rem;
}
main.exhibitions .exhibition.solo .title,
main.exhibitions .exhibition.solo .artists {
  margin-bottom: 0.5rem;
}
main.exhibitions .exhibition.solo .artists {
  font-size: 2rem;
  line-height: 1.1;
}
@media only screen and (max-width: 768px) {
  main.exhibitions .exhibition {
    margin: 2rem auto 2rem;
  }
  main.exhibitions .exhibition .info {
    padding: 1rem 0 1rem 1rem;
  }
  main.exhibitions .exhibition .title {
    font-size: 1.25rem;
    margin-bottom: 0.5rem;
  }
  main.exhibitions .exhibition.solo .title,
  main.exhibitions .exhibition.solo .artists {
    margin-bottom: 0.25rem;
  }
  main.exhibitions .exhibition.solo .artists {
    font-size: 1.25rem;
  }
}
main.exhibitions.per-year .page-nav .carte-blanche {
  text-transform: uppercase;
}
main.exhibitions.per-year .exhibition {
  display: flex;
}
main.exhibitions.per-year .exhibition figure,
main.exhibitions.per-year .exhibition .info {
  width: 50%;
}
main.exhibitions.per-year .exhibition.image-right .info {
  -webkit-order: -1;
  -ms-order: -1;
  order: -1;
  text-align: right;
}
main.exhibitions.per-year .exhibition.image-left .info {
  -webkit-order: 1;
  -ms-order: 1;
  order: 1;
  text-align: left;
}
@media only screen and (max-width: 768px) {
  main.exhibitions.per-year .exhibition.image-right .info {
    padding: 1rem 1rem 1rem 0;
  }
  main.exhibitions.per-year .exhibition.image-left .info {
    padding: 1rem 0 1rem 1rem;
  }
}
main.exhibitions.per-year h3 {
  text-align: center;
}
main.exhibitions.current h3 {
  font-weight: normal;
  text-align: center;
}
main.exhibitions.current .exhibition {
  max-width: 40rem;
  text-align: center;
}
main.exhibitions.current .announced {
  text-align: center;
  padding-bottom: 10rem;
}
main.exhibitions.current .years {
  text-align: center;
  padding-bottom: 10rem;
}
main.exhibitions.current .years a {
  margin: 0 0.5rem;
}
main.exhibitions.current .years a:hover,
main.exhibitions.current .years a:focus {
  color: hotpink;
}
main.projects .project {
  max-width: 1000px;
  margin: 3rem auto 3rem;
}
main.projects .project .info {
  padding: 3rem;
}
main.projects .project .title {
  font-size: 2rem;
  line-height: 1.1;
  margin-bottom: 1rem;
}
main.projects .project.solo .title,
main.projects .project.solo .artists {
  margin-bottom: 0.5rem;
}
main.projects .project.solo .artists {
  font-size: 2rem;
  line-height: 1.1;
}
@media only screen and (max-width: 768px) {
  main.projects .project {
    margin: 2rem auto 2rem;
  }
  main.projects .project .info {
    padding: 1rem 0 1rem 1rem;
  }
  main.projects .project .title {
    font-size: 1.25rem;
    margin-bottom: 0.5rem;
  }
  main.projects .project.solo .title,
  main.projects .project.solo .artists {
    margin-bottom: 0.25rem;
  }
  main.projects .project.solo .artists {
    font-size: 1.25rem;
  }
}
main.projects.per-year .project {
  display: flex;
}
main.projects.per-year .project figure,
main.projects.per-year .project .info {
  width: 50%;
}
main.projects.per-year .project:nth-child(2n + 1) .info {
  -webkit-order: -1;
  -ms-order: -1;
  order: -1;
  text-align: right;
}
@media only screen and (max-width: 768px) {
  main.projects.per-year .project:nth-child(2n + 1) .info {
    padding: 1rem 1rem 1rem 0;
  }
}
main.projects.current h3 {
  font-weight: normal;
  text-align: center;
}
main.projects.current .project {
  max-width: 40rem;
  text-align: center;
}
main.projects.current .announced {
  text-align: center;
  padding-bottom: 10rem;
}
main.projects.current .years {
  text-align: center;
  padding-bottom: 10rem;
}
main.projects.current .years a {
  margin: 0 0.5rem;
}
main.projects.current .years a:hover,
main.projects.current .years a:focus {
  color: hotpink;
}
main.exhibition header,
main.project header,
main.artist header {
  text-align: center;
}
@media print {
  main.exhibition header,
  main.project header,
  main.artist header {
    text-align: left;
  }
}
@media only screen and (max-width: 768px) {
  main.exhibition header,
  main.project header,
  main.artist header {
    margin-bottom: 4rem;
  }
}
main.exhibition header .site-section,
main.project header .site-section,
main.artist header .site-section {
  text-align: left;
}
main.exhibition header h1,
main.project header h1,
main.artist header h1 {
  font-size: 10vh;
  line-height: 1.1;
  margin-top: 1rem;
  margin-bottom: 1rem;
}
@media print {
  main.exhibition header h1,
  main.project header h1,
  main.artist header h1 {
    font-size: 5vh;
  }
}
@media only screen and (max-width: 768px) and (orientation: portrait) {
  main.exhibition header h1,
  main.project header h1,
  main.artist header h1 {
    font-size: 2rem;
  }
}
@media only screen and (max-width: 768px) and (orientation: landscape) {
  main.exhibition header h1,
  main.project header h1,
  main.artist header h1 {
    font-size: 1.5rem;
  }
}
@media only screen and (max-width: 768px) {
  main.exhibition header h2,
  main.project header h2,
  main.artist header h2 {
    font-size: 1.25rem;
  }
}
main.exhibition header .artists,
main.project header .artists,
main.artist header .artists {
  max-width: 61.8%;
  margin-left: auto;
  margin-right: auto;
}
main.exhibition header .dates,
main.project header .dates,
main.artist header .dates {
  margin-top: 0.5rem;
}
main.exhibition .works,
main.project .works,
main.artist .works {
  text-align: center;
  margin-bottom: 6rem;
}
main.exhibition .works figure,
main.project .works figure,
main.artist .works figure {
  margin-bottom: 2rem;
}
@media only screen and (min-width: 768px) {
  main.exhibition .works figure,
  main.project .works figure,
  main.artist .works figure {
    margin-bottom: 4rem;
  }
}
@media only screen and (min-width: 1024px) {
  main.exhibition .works figure,
  main.project .works figure,
  main.artist .works figure {
    margin-bottom: 6rem;
  }
}
main.exhibition .works figure img,
main.project .works figure img,
main.artist .works figure img {
  vertical-align: middle;
  max-height: 90vh;
  max-width: 800px;
}
@media only screen and (min-width: 1024px) {
  main.exhibition .works figure.m0,
  main.project .works figure.m0,
  main.artist .works figure.m0 {
    margin-left: 32.8%;
  }
  main.exhibition .works figure.m1,
  main.project .works figure.m1,
  main.artist .works figure.m1 {
    margin-right: 32.8%;
  }
  main.exhibition .works figure:first-child,
  main.project .works figure:first-child,
  main.artist .works figure:first-child {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}
main.exhibition .works figcaption,
main.project .works figcaption,
main.artist .works figcaption {
  max-width: 24rem;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0.5rem;
  font-size: 12px;
}
main.exhibition .works .above,
main.project .works .above,
main.artist .works .above {
  margin-bottom: 6rem;
  max-width: 40rem;
  margin-left: auto;
  margin-right: auto;
}
main.exhibition .works .below,
main.project .works .below,
main.artist .works .below {
  margin-top: 6rem;
  max-width: 40rem;
  margin-left: auto;
  margin-right: auto;
}
main.exhibition .video-works,
main.project .video-works,
main.artist .video-works {
  text-align: left;
}
main.exhibition .description,
main.project .description,
main.artist .description,
main.exhibition .video,
main.project .video,
main.artist .video,
main.exhibition .bio,
main.project .bio,
main.artist .bio,
main.exhibition .cv,
main.project .cv,
main.artist .cv,
main.exhibition .exhibitions,
main.project .exhibitions,
main.artist .exhibitions,
main.exhibition .news,
main.project .news,
main.artist .news,
main.exhibition .presentation,
main.project .presentation,
main.artist .presentation {
  margin-bottom: 6rem;
  max-width: 40rem;
  margin-left: auto;
  margin-right: auto;
}
main.exhibition footer,
main.project footer,
main.artist footer {
  margin-top: 8rem;
}
main.exhibition nav.sections {
  margin-top: 2rem;
}
main.exhibition .description .download {
  float: left;
  margin: 0 1rem 1rem 0;
}
@media only screen and (min-width: 1024px) {
  main.exhibition .description .download {
    margin-left: -3rem;
  }
}
main.exhibition .video-works {
  width: 80vw;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
main.project nav.sections {
  margin-top: 2rem;
}
main.project .description .download {
  float: left;
  margin: 0 1rem 1rem 0;
}
@media only screen and (min-width: 1024px) {
  main.project .description .download {
    margin-left: -3rem;
  }
}
main.artist .portrait {
  margin-bottom: 2rem;
  text-align: center;
}
main.artist .portrait img {
  max-width: 100%;
  max-height: 50vh;
  height: auto;
  width: auto;
}
main.artist .cv {
  max-width: 50rem;
}
main.artist .cv .download {
  float: left;
  margin: 0 1rem 1rem 0;
}
@media only screen and (min-width: 1024px) {
  main.artist .cv .download {
    margin-left: -50px;
  }
}
main.artist .cv h3 {
  font-family: Work Sans, sans-serif;
  font-size: 14px;
  margin-top: 2rem;
}
@media only screen and (min-width: 720px) {
  main.artist .cv h3 {
    font-size: 16px;
  }
}
@media screen {
  main.artist .cv dt {
    float: left;
    clear: both;
  }
  main.artist .cv dd {
    margin-left: 4em;
    margin-right: 4em;
  }
}
@media print {
  main.artist .cv {
    display: none;
  }
  main.artist .cv dt {
    font-size: 12px;
    float: left;
    clear: both;
  }
  main.artist .cv dd {
    font-size: 12px;
    margin-left: 4em;
  }
}
main.artist .exhibitions {
  text-align: center;
}
main.artist .exhibitions .exhibition {
  margin-bottom: 1rem;
}
main.artist .exhibitions .exhibition a:hover,
main.artist .exhibitions .exhibition a:focus {
  color: deeppink;
}
main.artist .exhibitions .exhibition .title {
  font-weight: bold;
}
main.artist .work-panels {
  text-align: center;
  display: grid;
  grid-gap: 2rem 1rem;
  padding-bottom: 6rem;
}
@media screen and (min-width: 640px) {
  main.artist .work-panels {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 1024px) {
  main.artist .work-panels {
    grid-template-columns: repeat(3, 1fr);
  }
}
main.artist .work-panels figure {
  margin: 0;
}
main.about > section {
  margin-bottom: 3rem;
}
main.about .about-practical {
  margin: 0 auto 3rem;
  max-width: 1600px;
}
main.about .about-practical > * {
  margin-bottom: 3rem;
}
main.about .about-practical .map img {
  vertical-align: middle;
}
main.about .about-practical .map > * {
  margin: 0;
}
@media only screen and (min-width: 600px) and (max-width: 1023px) {
  main.about .about-practical .map {
    display: flex;
    flex-direction: row;
  }
  main.about .about-practical .map > * {
    flex: 1;
  }
}
@media only screen and (min-width: 1024px) {
  main.about .about-practical .map {
    display: flex;
    flex-direction: column;
  }
  main.about .about-practical .map > * {
    flex: 1;
  }
}
@media only screen and (min-width: 1400px) {
  main.about .about-practical .map {
    flex-direction: row;
  }
}
@media only screen and (max-width: 1023px) {
  main.about .about-practical {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  main.about .about-practical .staff,
  main.about .about-practical .address {
    width: 50%;
    font-size: 12px;
  }
  main.about .about-practical .map {
    width: 100%;
  }
}
@media only screen and (min-width: 1024px) {
  main.about .about-practical {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
  }
  main.about .about-practical .staff {
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-order: 1;
    -ms-order: 1;
    order: 1;
    font-size: 12px;
    min-width: 200px;
    padding-right: 20px;
  }
  main.about .about-practical .address {
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-order: 2;
    -ms-order: 2;
    order: 2;
    font-size: 12px;
    min-width: 200px;
    padding-right: 20px;
  }
  main.about .about-practical .map {
    -webkit-flex: 2;
    -ms-flex: 2;
    flex: 2;
    -webkit-order: 3;
    -ms-order: 3;
    order: 3;
  }
}
@media only screen and (min-width: 1400px) {
  main.about .about-practical .staff {
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  main.about .about-practical .address {
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  main.about .about-practical .map {
    -webkit-flex: 4;
    -ms-flex: 4;
    flex: 4;
  }
}
main.about .about-info {
  max-width: 1600px;
  margin: 3rem auto;
}
@media only screen and (min-width: 1024px) {
  main.about .about-info {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
  }
  main.about .about-info > * {
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  main.about .about-info .picture {
    padding: 0 2rem;
  }
}
main.about .about-info > * {
  margin-bottom: 3rem;
}
main.about .about-info a {
  color: hotpink;
}
main.about a:hover,
main.about a:focus {
  color: hotpink;
}
main.about-new {
  display: grid;
  gap: 2rem;
}
main.about-new a {
  color: deeppink;
}
@media screen and (min-width: 1200px) {
  main.about-new {
    grid-template-columns: 1fr 1fr;
  }
  main.about-new .galleries,
  main.about-new .contact {
    grid-column: 1 / span 2;
  }
}
main.about-new section.galleries {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
}
main.about-new section.galleries figcaption {
  display: none;
  font-size: 12px;
  font-weight: bold;
}
@media screen and (min-width: 1024px) {
  main.about-new section.galleries figcaption {
    display: block;
  }
}
main.about-new .richtext {
  max-width: 64ch;
  margin: auto;
}
main.about-new section.contact {
  font-size: 12px;
  display: grid;
  gap: 2rem;
}
main.about-new section.contact p {
  margin: 0;
}
@media screen and (min-width: 768px) {
  main.about-new section.contact {
    justify-content: center;
    grid-template-columns: auto auto;
  }
}
main.about-new section.contact .address {
  display: grid;
  gap: 2rem;
}
@media screen and (min-width: 520px) {
  main.about-new section.contact .address {
    grid-template-columns: auto auto auto;
  }
}
main.home .newsshow {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
main.home .slide {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  transition: opacity 0.4s linear;
}
main.home .slide.active {
  visibility: visible;
  opacity: 1;
  z-index: 10;
}
main.home .slide .slide-text {
  text-transform: uppercase;
}
main.home .slide-figure {
  background-color: #322c2c;
  position: absolute;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  overflow-y: hidden;
}
main.home .slide-figure video {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
main.home .slide-overlay {
  color: #fff;
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
  font-size: 7vmin;
  line-height: 1.1;
  text-shadow: 2px 2px 0 hsla(0, 58%, 49%, 0.75);
  text-align: center;
  text-align: right;
  justify-content: flex-end;
  align-items: flex-end;
  padding: 4rem;
  font-size: 2rem;
}
@media screen and (min-width: 720px) {
  main.home .slide-overlay {
    padding: 6rem;
  }
}
main.home .slide-overlay a {
  color: #fff;
}
main.home .slide-overlay a:hover,
main.home .slide-overlay a:focus {
  color: deeppink;
}
main.news .unsectioned {
  display: none;
}
main.news .sectioned {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
}
main.news .sectioned > section,
main.news .sectioned > div {
  width: 30%;
}
@media only screen and (max-width: 768px) {
  main.news .unsectioned {
    display: block;
  }
  main.news .sectioned {
    display: none;
  }
}
main.news .news-item > a:hover,
main.news .news-item > a:focus {
  color: deeppink;
}
main.fairs article {
  max-width: 1600px;
  margin: auto;
  display: grid;
  grid-gap: 2rem;
}
main.fairs article > * {
  padding-bottom: 3rem;
}
@media screen and (min-width: 1024px) {
  main.fairs article {
    grid-template-columns: repeat(2, 1fr);
  }
  main.fairs article .past {
    grid-column: 1 / span 2;
  }
}
@media screen and (min-width: 1200px) {
  main.fairs article {
    grid-template-columns: repeat(3, 1fr);
  }
  main.fairs article .current {
    grid-column: 2;
  }
  main.fairs article .upcoming {
    grid-column: 3;
  }
  main.fairs article .past {
    grid-column: 1 / span 3;
  }
}
@media screen and (min-width: 1024px) {
  main.fairs article .past .items {
    display: grid;
    grid-gap: 2rem;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 1200px) {
  main.fairs article .past .items {
    grid-template-columns: repeat(3, 1fr);
  }
}
main.fairs article .news-item {
  margin-bottom: 3rem;
}
main.fairs article figure {
  margin: 0 0 0.5rem;
}
main.newsitem {
  padding-right: 6rem;
}
main.newsitem header {
  text-align: center;
  margin-top: 3rem;
  margin-bottom: 6rem;
}
@media only screen and (max-width: 768px) {
  main.newsitem header {
    margin-top: 2rem;
    margin-bottom: 4rem;
  }
}
main.newsitem .text {
  margin-bottom: 6rem;
  max-width: 40rem;
  margin-left: auto;
  margin-right: auto;
}
main.follow header {
  text-align: center;
  margin-top: 3rem;
  margin-bottom: 6rem;
}
@media only screen and (max-width: 768px) {
  main.follow header {
    margin-top: 2rem;
    margin-bottom: 4rem;
  }
}
main.follow header h1 {
  font-size: 10vh;
  line-height: 1.1;
}
@media only screen and (max-width: 768px) {
  main.follow header h1 {
    font-size: 6vh;
  }
}
@media only screen and (max-width: 480px) {
  main.follow header h1 {
    font-size: 3rem;
  }
}
main.follow .subscribe,
main.follow .social,
main.follow .feedback {
  text-align: center;
  margin-bottom: 6rem;
  max-width: 40rem;
  margin-left: auto;
  margin-right: auto;
}
main.follow .name {
  *zoom: 1;
}
main.follow .name .fname {
  float: left;
  width: 48%;
}
main.follow .name .lname {
  float: right;
  width: 48%;
}
main.follow .buttons {
  margin-top: 2rem;
}
main.follow .subscribe input,
main.follow .subscribe button {
  font-family: Work Sans, sans-serif;
  font-size: 14px;
}
@media only screen and (min-width: 720px) {
  main.follow .subscribe input,
  main.follow .subscribe button {
    font-size: 16px;
  }
}
main.follow .subscribe input[type='email'],
main.follow .subscribe input[type='text'] {
  padding: 0.5rem;
}
main.follow .subscribe input[type='submit'],
main.follow .subscribe button {
  padding: 0.5rem 1rem;
}
main.follow .subscribe input[type='submit']:hover,
main.follow .subscribe button:hover,
main.follow .subscribe input[type='submit']:focus,
main.follow .subscribe button:focus {
  background-color: deeppink;
  border-color: deeppink;
}
main.follow .subscribe .mc-field-group {
  padding: 0.5rem 0;
}
main.follow .social svg {
  width: 40px;
  height: 40px;
}
main.follow .social svg:hover,
main.follow .social svg:focus {
  fill: deeppink;
}
body#project-9 main {
  background-image: radial-gradient(ellipse at 50% 164%, darkgrey 57%, transparent);
  background-attachment: fixed;
}
body#project-9 article section.description {
  max-width: 72rem;
}
body#project-9 article section.press {
  margin-bottom: 6rem;
  max-width: 40rem;
  margin-left: auto;
  margin-right: auto;
}
body#project-9 hr {
  border-color: red;
  border-style: solid;
}
