@charset "UTF-8";
@font-face {
  font-weight: normal;
  font-style: normal;
  font-family: "Arizona Serif";
  src: url("../fonts/arizonaserif-thin.otf") format("opentype");
}
@font-face {
  font-weight: bold;
  font-style: normal;
  font-family: "Arizona Serif";
  src: url("../fonts/arizonaserif-regular.otf") format("opentype");
}
@font-face {
  font-weight: normal;
  font-style: normal;
  font-family: "Site Icons";
  src: url("../fonts/icomoon.eot");
  src: url("../fonts/icomoon.eot?#iefix") format("embedded-opentype"), url("../fonts/icomoon.woff") format("woff"), url("../fonts/icomoon.ttf") format("truetype"), url("../fonts/icomoon.svg") format("svg");
}
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,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video,
button {
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  margin: 0;
  padding: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

body,
input[type=submit],
input[type=button],
button {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

ol,
ul {
  list-style: none;
}

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

table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}

input[type=text],
input[type=email],
input[type=password],
input[type=number],
input[type=color],
input[type=submit],
input[type=button],
button,
textarea,
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  display: block;
  border: none;
  border-radius: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 20px;
  line-height: 20px;
  background: none;
}

input[type=text],
input[type=email],
input[type=password],
input[type=number],
input[type=color],
textarea,
select {
  width: 100%;
}

input[type=radio],
input[type=checkbox],
input[type=color],
input[type=submit],
input[type=button],
button,
select {
  cursor: pointer;
}

textarea {
  resize: none;
}

strong,
b {
  font-weight: bold;
}

em,
i {
  font-style: italic;
}

.flex-container {
  position: relative;
  height: 0;
  overflow: hidden;
}
.flex-container iframe,
.flex-container object {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.row,
.masonry-grid {
  font-size: 0;
  margin-left: -80px;
}
@media only screen and (max-width: 779px) {
  .row,
  .masonry-grid {
    margin-left: -40px;
  }
}
.row.row--reverse,
.masonry-grid.row--reverse {
  direction: rtl;
  text-align: left;
}
.row.row--narrow,
.masonry-grid.row--narrow {
  margin-left: -40px;
}
.row.row--narrow > .col,
.masonry-grid.row--narrow > .col {
  padding-left: 40px;
}
.row.row--centred,
.masonry-grid.row--centred {
  text-align: center;
}
.row.row--flex,
.masonry-grid.row--flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.row.row--flex-reverse,
.masonry-grid.row--flex-reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.row.row--flush,
.masonry-grid.row--flush {
  margin-left: 0;
}
.row.row--flush > .col,
.masonry-grid.row--flush > .col {
  padding-left: 0;
}

.col,
.masonry-grid__item {
  font-size: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  direction: ltr;
  display: inline-block;
  padding-left: 80px;
  text-align: left;
  vertical-align: top;
  white-space: normal;
}
.row--flex .col,
.row--flex .masonry-grid__item {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 779px) {
  .col,
  .masonry-grid__item {
    padding-left: 40px;
  }
}

.col--ar {
  text-align: right;
}
@media only screen and (max-width: 779px) {
  .col--ar {
    text-align: left;
  }
}

.col--ac {
  text-align: center;
}
@media only screen and (max-width: 779px) {
  .col--ac {
    text-align: left;
  }
}

.a1-16 {
  width: 6.25%;
}

.a2-16 {
  width: 12.5%;
}

.a3-16 {
  width: 18.75%;
}

.a4-16 {
  width: 25%;
}

.a5-16 {
  width: 31.25%;
}

.a6-16 {
  width: 37.5%;
}

.a7-16 {
  width: 43.75%;
}

.a8-16 {
  width: 50%;
}

.a9-16 {
  width: 56.25%;
}

.a10-16 {
  width: 62.5%;
}

.a11-16 {
  width: 68.75%;
}

.a12-16 {
  width: 75%;
}

.a13-16 {
  width: 81.25%;
}

.a14-16 {
  width: 87.5%;
}

.a15-16 {
  width: 93.75%;
}

.a16-16 {
  width: 100%;
}

.a1-15 {
  width: 6.6666666667%;
}

.a2-15 {
  width: 13.3333333333%;
}

.a3-15 {
  width: 20%;
}

.a4-15 {
  width: 26.6666666667%;
}

.a5-15 {
  width: 33.3333333333%;
}

.a6-15 {
  width: 40%;
}

.a7-15 {
  width: 46.6666666667%;
}

.a8-15 {
  width: 53.3333333333%;
}

.a9-15 {
  width: 60%;
}

.a10-15 {
  width: 66.6666666667%;
}

.a11-15 {
  width: 73.3333333333%;
}

.a12-15 {
  width: 80%;
}

.a13-15 {
  width: 86.6666666667%;
}

.a14-15 {
  width: 93.3333333333%;
}

.a15-15 {
  width: 100%;
}

.a1-12 {
  width: 8.3333333333%;
}

.a2-12 {
  width: 16.6666666667%;
}

.a3-12 {
  width: 25%;
}

.a4-12 {
  width: 33.3333333333%;
}

.a5-12 {
  width: 41.6666666667%;
}

.a6-12 {
  width: 50%;
}

.a7-12 {
  width: 58.3333333333%;
}

.a8-12 {
  width: 66.6666666667%;
}

.a9-12 {
  width: 75%;
}

.a10-12 {
  width: 83.3333333333%;
}

.a11-12 {
  width: 91.6666666667%;
}

.a12-12 {
  width: 100%;
}

@media only screen and (max-width: 1449px) {
  .b1-12 {
    width: 8.3333333333%;
  }
  .b2-12 {
    width: 16.6666666667%;
  }
  .b3-12 {
    width: 25%;
  }
  .b4-12 {
    width: 33.3333333333%;
  }
  .b5-12 {
    width: 41.6666666667%;
  }
  .b6-12 {
    width: 50%;
  }
  .b7-12 {
    width: 58.3333333333%;
  }
  .b8-12 {
    width: 66.6666666667%;
  }
  .b9-12 {
    width: 75%;
  }
  .b10-12 {
    width: 83.3333333333%;
  }
  .b11-12 {
    width: 91.6666666667%;
  }
  .b12-12 {
    width: 100%;
  }
}
@media only screen and (max-width: 1199px) {
  .d1-12 {
    width: 8.3333333333%;
  }
  .d2-12 {
    width: 16.6666666667%;
  }
  .d3-12 {
    width: 25%;
  }
  .d4-12 {
    width: 33.3333333333%;
  }
  .d5-12 {
    width: 41.6666666667%;
  }
  .d6-12 {
    width: 50%;
  }
  .d7-12 {
    width: 58.3333333333%;
  }
  .d8-12 {
    width: 66.6666666667%;
  }
  .d9-12 {
    width: 75%;
  }
  .d10-12 {
    width: 83.3333333333%;
  }
  .d11-12 {
    width: 91.6666666667%;
  }
  .d12-12 {
    width: 100%;
  }
}
@media only screen and (max-width: 979px) {
  .e1-1 {
    width: 100%;
  }
}
@media only screen and (max-width: 779px) {
  .f1-12 {
    width: 8.3333333333%;
  }
  .f2-12 {
    width: 16.6666666667%;
  }
  .f3-12 {
    width: 25%;
  }
  .f4-12 {
    width: 33.3333333333%;
  }
  .f5-12 {
    width: 41.6666666667%;
  }
  .f6-12 {
    width: 50%;
  }
  .f7-12 {
    width: 58.3333333333%;
  }
  .f8-12 {
    width: 66.6666666667%;
  }
  .f9-12 {
    width: 75%;
  }
  .f10-12 {
    width: 83.3333333333%;
  }
  .f11-12 {
    width: 91.6666666667%;
  }
  .f12-12 {
    width: 100%;
  }
}
@media only screen and (max-width: 449px) {
  .h1-12 {
    width: 8.3333333333%;
  }
  .h2-12 {
    width: 16.6666666667%;
  }
  .h3-12 {
    width: 25%;
  }
  .h4-12 {
    width: 33.3333333333%;
  }
  .h5-12 {
    width: 41.6666666667%;
  }
  .h6-12 {
    width: 50%;
  }
  .h7-12 {
    width: 58.3333333333%;
  }
  .h8-12 {
    width: 66.6666666667%;
  }
  .h9-12 {
    width: 75%;
  }
  .h10-12 {
    width: 83.3333333333%;
  }
  .h11-12 {
    width: 91.6666666667%;
  }
  .h12-12 {
    width: 100%;
  }
}
img,
object,
video,
audio {
  max-width: 100%;
}

img {
  height: auto;
  display: block;
}

.flex-container {
  padding-bottom: 56.25%;
}

.lightbox__button--next::after, .lightbox__button--prev::before, .lightbox__button--close::before, .sidebar__mobile-toggle::after, .search__close::before, .header__search::after,
.header__mobile-nav-toggle::after, .download-link__inner::after, .show-cookie-notice .cookie-notice button::before, .icon::before,
.icon-end::after {
  font-family: "Site Icons";
  vertical-align: middle;
  speak: none;
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
}

.header__search::after, .icon--search::before,
.icon-end--search::after {
  content: "\e900";
}

.download-link__inner::after, .icon--down::before,
.icon-end--down::after {
  content: "\e901";
}

.lightbox__button--next::after, .icon--next::before,
.icon-end--next::after {
  content: "\e902";
}

.lightbox__button--prev::before, .icon--prev::before,
.icon-end--prev::after {
  content: "\e903";
}

.lightbox__button--close::before, .search__close::before, .header__search.toggler--a::after,
.header__mobile-nav-toggle.toggler--a::after, .show-cookie-notice .cookie-notice button::before, .icon--close::before,
.icon-end--close::after {
  content: "\e904";
}

.header__mobile-nav-toggle::after, .icon--menu::before,
.icon-end--menu::after {
  content: "\e905";
}

.sidebar__mobile-toggle::after, .icon--more::before,
.icon-end--more::after {
  content: "\e906";
}

.icon--tick::before,
.icon-end--tick::after {
  content: "\e920a";
}

.container {
  margin: 0 auto;
  max-width: 1920px;
  padding: 0 80px;
}
@media only screen and (max-width: 1199px) {
  .container {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media only screen and (max-width: 449px) {
  .container {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.container--full-bleed {
  padding: 0;
}

.search__form input[type=submit],
.invisible {
  left: -999rem;
  position: absolute;
}

.removed {
  display: none;
}

.relative {
  position: relative;
}

.separated {
  margin-bottom: 20px;
}

.separated-s {
  margin-bottom: 40px;
}

.separated-m {
  margin-bottom: 60px;
}

.separated-l {
  margin-bottom: 80px;
}

.separated-top {
  margin-top: 20px;
}

.svg {
  display: inline-block;
  fill: currentColor;
  height: auto;
  width: 100%;
}

.delta {
  font-size: 32px;
}

.slideshow__info, .slideshow--full .slideshow__pip, .search__results__result, .event__title,
.event__date,
.event__curator,
.theta {
  font-size: 20px;
}

.iota {
  font-size: 18px;
}

.sidebar, .pagination, .listing, .footer a,
.footer button, .footer li, .event__description-toggler::before, .event__status,
.event__location, .download-link__inner, body, .p,
.typeset p,
.typeset ul,
.typeset ol,
.typeset img,
.kappa {
  font-size: 16px;
}

.lambda {
  font-size: 12px;
}

.h,
.viewing-room__artist-name,
.slideshow__info__artist,
.search__results__title,
.event__related-artists,
.entry-title,
.typeset h3,
.typeset h2,
.h-listing {
  color: #3F2537;
  margin-bottom: 20px;
  text-transform: uppercase;
}

.h-listing {
  margin-bottom: 0;
}

.p,
.typeset p,
.typeset ul,
.typeset ol,
.typeset img {
  display: block;
  margin: 0 0 20px;
}

.typeset--lg p {
  font-size: 18px;
  display: block;
  margin: 0 0 20px;
}

.typeset--delta p {
  font-size: 32px;
  display: block;
  margin: 0 0 20px;
}

.typeset--eta p {
  font-size: 24px;
  display: block;
  margin: 0 0 20px;
}

.a,
.viewing-room__call-to-action a,
.footer a,
.footer button,
.event__description-toggler::before,
.event__related-artists,
.download-link__inner,
.show-cookie-notice .cookie-notice button::before,
.typeset a,
.header__search,
.header__nav a {
  color: #3F2537;
  font-weight: bold;
  text-decoration: none;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
}
.a:hover, .a:focus,
.viewing-room__call-to-action a:hover,
.footer a:hover,
.footer button:hover,
.event__description-toggler:hover::before,
.event__related-artists:hover,
.download-link__inner:hover,
.show-cookie-notice .cookie-notice button:hover::before,
.typeset a:hover,
.header__search:hover,
.header__nav a:hover,
.viewing-room__call-to-action a:focus,
.footer a:focus,
.footer button:focus,
.event__description-toggler:focus::before,
.event__related-artists:focus,
.download-link__inner:focus,
.show-cookie-notice .cookie-notice button:focus::before,
.typeset a:focus,
.header__search:focus,
.header__nav a:focus {
  color: #85717E;
}

.a-inverse {
  color: #FFF;
  font-weight: bold;
  text-decoration: none;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
}
.a-inverse:hover, .a-inverse:focus {
  color: #cd171a;
}

.header__search, .header__nav a {
  font-size: 18px;
  font-weight: normal;
  text-decoration: none;
  text-transform: uppercase;
}

.typeset ul, .typeset ol, .ul, .ol {
  padding-left: 24px;
}

.typeset ul li, .typeset ol li, .ul li, .ol li {
  margin-bottom: 12px;
}

.typeset ul li, .ul li {
  list-style: disc outside;
}

.typeset ol li, .ol li {
  list-style: decimal outside;
}

.typeset h2 {
  font-size: 20px;
}
.typeset h3 {
  font-size: 20px;
}
.cookie-notice {
  display: none;
}
.show-cookie-notice .cookie-notice {
  font-size: 16px;
  background-color: #FFF;
  bottom: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  left: 0;
  margin-bottom: 20px;
  margin-left: 20px;
  padding: 6.6666666667px 40px 6.6666666667px 10px;
  position: fixed;
  width: 25%;
  z-index: 5;
}
.show-cookie-notice .cookie-notice button {
  font-size: 18px;
  position: absolute;
  right: 7px;
  top: 5px;
}
@media only screen and (max-width: 1199px) {
  .show-cookie-notice .cookie-notice {
    width: 50%;
  }
}
@media only screen and (max-width: 449px) {
  .show-cookie-notice .cookie-notice {
    width: 80%;
  }
}

body,
input,
textarea,
button {
  font-family: "Arizona Serif";
}

body {
  color: #3F2537;
  line-height: 1.5;
}
body.lightbox-open {
  height: 100vh;
  position: fixed;
  width: 100vw;
}

.slideshow--full .slideshow__slide::before, .hero::before {
  background: rgba(0, 0, 0, 0.1);
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
}

.artist-grid {
  display: none;
}
@media only screen and (max-width: 1199px) {
  .artist-grid {
    display: block;
  }
}
.artist-grid__image img {
  height: 33.3333333333vw;
  -o-object-fit: contain;
     object-fit: contain;
}
@media only screen and (max-width: 449px) {
  .artist-grid__image img {
    height: 50vw;
  }
}
.artist-grid__label {
  margin-bottom: 40px;
  text-align: center;
}

.download-link--centred {
  text-align: center;
}
@media only screen and (max-width: 779px) {
  .download-link--centred {
    text-align: left;
  }
}

.download-link__inner::after {
  font-size: 20px;
  padding-left: 10px;
  vertical-align: -3px;
}

.entry-title {
  margin-bottom: 60px;
}
@media only screen and (max-width: 779px) {
  .entry-title {
    margin-bottom: 10px;
  }
}

.event {
  color: #3F2537;
  margin-bottom: 40px;
}
.event--inverse {
  color: #FFF;
  margin-bottom: 0;
}

.event__status,
.event__location {
  text-transform: uppercase;
}
.event__status--viewing-room,
.event__location--viewing-room {
  font-size: 32px;
}

.event__status {
  margin-bottom: 20px;
}

.event__title--viewing-room,
.event__date--viewing-room,
.event__curator--viewing-room {
  font-size: 32px;
}

.event__title {
  font-weight: bold;
}

.event__location {
  margin-top: 20px;
}

.event__related-artists {
  display: block;
  font-weight: normal;
}

.event__description {
  max-height: 300px;
  overflow: hidden;
  position: relative;
}
.event__description.toggled {
  max-height: none;
}
.event__description.toggled::before {
  content: none;
}
.event__description::before {
  background: linear-gradient(0deg, #FFF 20px, rgba(255, 255, 255, 0));
  bottom: 0;
  content: "";
  height: 100px;
  left: 0;
  margin-top: 20px;
  position: absolute;
  right: 0;
}

.event__description-toggler::before {
  content: "Read more";
}
.event__description-toggler:focus {
  outline: 0;
}
.event__description-toggler.toggler--a::before {
  content: "Read less";
}

.footer {
  padding-bottom: 80px;
  padding-top: 200px;
}
.nav-hidden .footer .footer__right {
  opacity: 0;
}
.footer li {
  display: inline-block;
}
@media only screen and (max-width: 979px) {
  .footer li {
    display: block;
  }
}
@media only screen and (max-width: 979px) {
  .footer {
    padding-bottom: 90px;
    padding-top: 50px;
  }
}

.footer__left li {
  margin-right: 20px;
}

.footer__right {
  text-align: right;
}
.footer__right li {
  margin-left: 20px;
}

@media only screen and (max-width: 979px) {
  .footer__copyright-notice {
    left: 0;
    margin-top: 20px;
    padding-left: 20px;
    position: absolute;
  }
}
@media only screen and (max-width: 449px) {
  .footer__copyright-notice {
    padding-left: 0;
  }
}

.header__logo {
  color: #3F2537;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
}
.header__logo:hover, .header__logo:focus {
  color: #85717E;
}

.header__search--inverse::after,
.header__mobile-nav-toggle--inverse::after, .header__nav--inverse a, .header__logo--inverse {
  color: #FFF;
}
.header__search--inverse:hover::after,
.header__mobile-nav-toggle--inverse:hover::after, .header__nav--inverse a:hover, .header__logo--inverse:hover {
  color: #cd171a;
}

.header {
  padding: 32px 0 120px;
  z-index: 5;
}
.nav-hidden .header .header__nav,
.nav-hidden .header .header__search {
  opacity: 0;
}
.header--flush {
  position: absolute;
  width: 100%;
}
@media only screen and (max-width: 1199px) {
  .header--flush.header--alt {
    position: static;
  }
}
@media only screen and (max-width: 1199px) {
  .header {
    padding: 40px 0 100px;
  }
}
@media only screen and (max-width: 779px) {
  .header {
    padding: 30px 0 70px;
  }
}

.header__inner {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 auto;
  max-width: 1920px;
  position: relative;
}
@media only screen and (max-width: 1199px) {
  .header__inner {
    -webkit-box-align: unset;
        -ms-flex-align: unset;
            align-items: unset;
  }
}
@media only screen and (max-width: 779px) {
  .header__inner {
    position: static;
  }
}

.header__logo {
  bottom: 6px;
  height: 20px;
  position: relative;
  width: 232px;
  z-index: 5;
}
@media only screen and (max-width: 779px) {
  .header__logo {
    bottom: -6px;
    margin-top: -1px;
  }
}
.header__logo.toggled {
  color: #3F2537;
}

.header__nav-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}
@media only screen and (max-width: 1199px) {
  .header__nav-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    position: absolute;
    top: 40px;
  }
}
@media only screen and (max-width: 779px) {
  .header__nav-wrap {
    background-color: #FFF;
    bottom: 0;
    height: 100vh;
    left: 0;
    margin-top: 0;
    opacity: 0;
    padding: 100px 40px;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transition: opacity 0.3s, visibility 0.3s;
    transition: opacity 0.3s, visibility 0.3s;
    visibility: hidden;
    z-index: 4;
  }
}
@media only screen and (max-width: 449px) {
  .header__nav-wrap {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media only screen and (max-width: 779px) {
  .header__nav-wrap.toggled {
    opacity: 1;
    visibility: visible;
  }
}

.header__nav {
  text-align: right;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.header__nav li {
  display: inline-block;
  margin: 0 10px;
}
@media only screen and (max-width: 1280px) {
  .header__nav li {
    margin: 0 8px;
  }
}
@media only screen and (max-width: 1199px) {
  .header__nav li {
    font-size: 18px;
    margin: 0 16px 0 0;
  }
}
@media only screen and (max-width: 779px) {
  .header__nav li {
    display: block;
    margin: 0 0 16px;
  }
}
.header__nav--small {
  margin-bottom: 10px;
}
.header__nav--small a {
  font-size: 16px;
}
.header__nav .selected a {
  color: #85717E;
}
@media only screen and (max-width: 779px) {
  .header__nav--inverse a {
    color: #3F2537;
  }
}
.header__nav--inverse .selected a {
  color: #cd171a;
}
@media only screen and (max-width: 1280px) {
  .header__nav {
    text-align: right;
  }
}
@media only screen and (max-width: 1199px) {
  .header__nav {
    text-align: left;
  }
}

.header__search::after,
.header__mobile-nav-toggle::after {
  font-size: 20px;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
}
.header__search.toggled::after,
.header__mobile-nav-toggle.toggled::after {
  color: #3F2537;
}
.header__search.toggler--a::after,
.header__mobile-nav-toggle.toggler--a::after {
  color: #3F2537;
}
@media only screen and (max-width: 1199px) {
  .header__search,
  .header__mobile-nav-toggle {
    top: 42px;
  }
}
@media only screen and (max-width: 779px) {
  .header__search,
  .header__mobile-nav-toggle {
    display: inline-block;
    position: absolute;
    top: auto;
    z-index: 5;
  }
}

.header__search {
  position: relative;
  top: -4px;
  z-index: 6;
}
.header__mobile-nav-toggle {
  display: none;
  right: 40px;
}
@media only screen and (max-width: 779px) {
  .header__mobile-nav-toggle {
    display: block;
    top: auto;
  }
}
@media only screen and (max-width: 449px) {
  .header__mobile-nav-toggle {
    right: 20px;
  }
}

.hero {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: calc(100vh - 213px);
  margin-bottom: 40px;
  position: relative;
  width: 100%;
}
@media only screen and (max-width: 1199px) {
  .hero {
    height: calc(100vh - 157px);
  }
}
@media only screen and (max-width: 779px) {
  .hero {
    height: calc(100vh - 116px);
  }
}

.hero__inner {
  bottom: 40px;
  margin: 0 auto;
  max-width: 1920px;
  position: absolute;
  z-index: 4;
}
@media only screen and (max-width: 1199px) {
  .hero__inner {
    left: 40px;
  }
}
@media only screen and (max-width: 449px) {
  .hero__inner {
    left: 20px;
  }
}

.listing {
  color: #3F2537;
  display: block;
  margin-bottom: 80px;
  text-decoration: none;
}
.listing--reduced-mb {
  margin-bottom: 20px;
}
.listing--link {
  color: #3F2537;
  text-decoration: none;
}
.listing:hover .listing__title, .listing:focus .listing__title {
  color: #85717E;
}
@media only screen and (max-width: 449px) {
  .listing {
    margin-bottom: 50px;
  }
}

.listing__title {
  font-weight: bold;
  text-decoration: none;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
}

.pagination li {
  display: inline-block;
  margin-right: 10px;
}

.search {
  opacity: 0;
  position: relative;
  -webkit-transition: opacity 0.2s, visibility 0.2s 0s;
  transition: opacity 0.2s, visibility 0.2s 0s;
  visibility: hidden;
}
.search--overlay {
  z-index: 4;
}
.search.toggled, .search--page {
  opacity: 1;
  visibility: visible;
}

.search__close {
  position: fixed;
  right: 80px;
  top: 64px;
}
@media only screen and (max-width: 779px) {
  .search__close {
    right: 1.5rem;
  }
}

.search__form--overlay {
  background-color: #FFF;
  bottom: 0;
  left: 0;
  overflow: scroll;
  position: fixed;
  right: 0;
  top: 0;
}
.search__form--overlay .search__inner {
  display: block;
  left: 50%;
  position: absolute;
  top: 270px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 50%;
}
@media only screen and (max-width: 449px) {
  .search__form--overlay .search__inner {
    top: 120px;
    width: 90%;
  }
}
.search__form input {
  border-bottom: 1px solid #3F2537;
  padding-bottom: 10px;
}
.search__form input:focus {
  outline: 0;
}

.search__inner {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}

.search__results__title {
  margin-top: 60px;
}

.search__results__result {
  display: block;
  margin-bottom: 10px;
}
.search__results__result--artist {
  text-transform: uppercase;
}

.sidebar-sticky {
  position: sticky;
  top: 80px;
}
@media only screen and (max-width: 779px) {
  .sidebar-sticky {
    position: static;
  }
}

@media only screen and (max-width: 779px) {
  .sidebar {
    margin-bottom: 40px;
  }
  .sidebar--inline-at-f li {
    display: inline-block;
    margin-right: 20px;
  }
}

.sidebar__list-item--selected {
  position: relative;
}
.sidebar__list-item--selected a {
  font-weight: normal;
}
.sidebar__list-item--selected::before {
  background-color: #85717E;
  content: "";
  height: 1px;
  left: -25px;
  position: absolute;
  top: 10px;
  width: 15px;
}
@media only screen and (max-width: 779px) {
  .sidebar__list-item--selected::before {
    content: none;
  }
}
.sidebar__list-item--pushed {
  margin-top: 20px;
}
.sidebar__list-item--sub {
  font-size: 12px;
  margin-bottom: 5px;
  text-transform: uppercase;
}
.sidebar__list-item--last {
  margin-bottom: 5px;
}

.sidebar__mobile-toggle {
  display: none;
  position: absolute;
  right: 40px;
  z-index: 1;
}
.sidebar__mobile-toggle::before {
  font-size: 16px;
  content: "More";
  font-weight: bold;
}
.sidebar__mobile-toggle::after {
  margin-left: 5px;
  vertical-align: -3px;
}
.sidebar__mobile-toggle:focus {
  outline: 0;
}
.sidebar__mobile-toggle.toggler--a::before {
  content: "Less";
}
@media only screen and (max-width: 779px) {
  .sidebar__mobile-toggle {
    display: block;
  }
}
@media only screen and (max-width: 449px) {
  .sidebar__mobile-toggle {
    right: 20px;
  }
}

.slideshow {
  position: relative;
}
.slideshow--full {
  height: 100vh;
  overflow: hidden;
}
.slideshow--full .slideshow__slide {
  height: 100vh;
}
.slideshow--full .slideshow__pips {
  bottom: 40px;
  position: absolute;
  z-index: 3;
}
.slideshow--full .slideshow__pip {
  border-bottom: 2px solid rgba(255, 255, 255, 0);
  color: #FFF;
  display: inline-block;
  font-weight: bold;
  margin-right: 20px;
  padding: 10px;
  text-transform: uppercase;
  -webkit-transition: border-bottom-color 0.2s;
  transition: border-bottom-color 0.2s;
}
.slideshow--full .slideshow__pip:hover, .slideshow--full .slideshow__pip:focus {
  border-bottom-color: #FFF;
  cursor: pointer;
}
.slideshow--full .slideshow__pip--selected {
  border-bottom-color: #FFF;
}
@media only screen and (max-width: 1199px) {
  .slideshow--half {
    display: none;
  }
}
.slideshow--half .slideshow__slide {
  height: 100%;
}
.slideshow--half .slideshow__slide img {
  -o-object-fit: contain;
     object-fit: contain;
}
.slideshow--half .slideshow__fixed-container {
  height: 100%;
  position: fixed;
  top: 0;
}
.slideshow--half .slideshow__pips {
  margin-left: 80px;
  padding-top: 210px;
}
@media only screen and (max-width: 1199px) {
  .slideshow--half .slideshow__pips {
    margin-left: 40px;
    padding-top: 170px;
  }
}
@media only screen and (max-width: 449px) {
  .slideshow--half .slideshow__pips {
    margin-left: 20px;
    padding-top: 90px;
  }
}
.slideshow--half .slideshow__pip {
  font-size: 18px;
  color: #3F2537;
  display: block;
  font-weight: normal;
  padding: 10px 0;
  text-decoration: none;
  text-transform: uppercase;
}
.slideshow--half .slideshow__pip:hover, .slideshow--half .slideshow__pip:focus {
  color: #85717E;
}

.slideshow__prop {
  visibility: hidden;
}

.slideshow__slide {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  max-width: none;
  opacity: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 0;
}
.slideshow__slide--behind, .slideshow__slide--top {
  -webkit-transition: opacity 0.6s ease;
  transition: opacity 0.6s ease;
}
.slideshow__slide--behind {
  z-index: 1;
}
.slideshow__slide--top {
  opacity: 1;
  z-index: 2;
}

.slideshow__info {
  bottom: 100px;
  color: #FFF;
  position: absolute;
}

.slideshow__info__artist {
  color: #FFF;
  margin-bottom: 0;
}

.viewing-room__introduction {
  font-size: 24px;
  margin-bottom: 40px;
}
@media only screen and (max-width: 779px) {
  .viewing-room__introduction {
    font-size: 20px;
    margin-bottom: 20px;
  }
}

.viewing-room__call-to-action {
  font-size: 32px;
  margin-bottom: 60px;
}
@media only screen and (max-width: 779px) {
  .viewing-room__call-to-action {
    font-size: 20px;
    margin-bottom: 20px;
  }
}

.viewing-room__content {
  display: block;
}

.viewing-room {
  margin-bottom: 80px;
}

.viewing-room__artist-name {
  font-size: 32px;
  margin-bottom: 40px;
}
@media only screen and (max-width: 779px) {
  .viewing-room__artist-name {
    padding-top: 20px;
  }
}

.viewing-room__body-copy {
  margin-bottom: 80px;
}
@media only screen and (max-width: 779px) {
  .viewing-room__body-copy {
    margin-bottom: 40px;
  }
}

.viewing-room__work {
  margin-bottom: 40px;
}
.viewing-room__work img {
  width: 100%;
}

.viewing-room__figure {
  margin-bottom: 80px;
}
@media only screen and (max-width: 779px) {
  .viewing-room__figure {
    margin-bottom: 40px;
  }
}

@media only screen and (max-width: 779px) {
  .viewing-room__aside {
    margin-bottom: 40px;
  }
}

.viewing-room__quote {
  font-size: 32px;
  margin-bottom: 20px;
  padding-top: 40px;
}
@media only screen and (max-width: 779px) {
  .viewing-room__quote {
    padding-top: 0;
  }
}

.viewing-room__quote-source {
  font-size: 16px;
  font-weight: bold;
}

input.viewing-room__text {
  font-size: 16px;
  border-bottom: 1px solid #3F2537;
  margin-bottom: 20px;
}
input.viewing-room__checkbox:checked + .viewing-room__checkbox-label {
  color: #3F2537;
}
input.viewing-room__checkbox:checked + .viewing-room__checkbox-label::after {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}
input.viewing-room__checkbox:focus + .viewing-room__checkbox-label {
  color: #3F2537;
}
input.viewing-room__checkbox:focus + .viewing-room__checkbox-label::before {
  border-color: #3F2537;
}

input.viewing-room__checkbox {
  border: 0;
  height: 1rem;
  margin: 0;
  opacity: 0;
  outline: 0;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1rem;
}

.viewing-room__checkbox-label {
  font-size: 16px;
  color: #3F2537;
  cursor: pointer;
  display: inline-block;
  line-height: 1.5rem;
  padding-left: 2.5rem;
  position: relative;
}
.viewing-room__checkbox-label::before {
  background-color: transparent;
  border: 1px solid #3F2537;
  border-radius: 4px;
  content: "";
  display: inline-block;
  height: 1.5rem;
  left: 0;
  position: absolute;
  top: -1px;
  vertical-align: middle;
  width: 1.5rem;
}
.viewing-room__checkbox-label::after {
  background-color: #3F2537;
  border: 1px solid #3F2537;
  border-radius: 4px;
  color: #FFF;
  content: "󩈊";
  display: inline-block;
  font-family: "Site Icons";
  height: 1.5rem;
  left: 0;
  line-height: 1.5rem;
  opacity: 0;
  position: absolute;
  text-align: center;
  top: -1px;
  -webkit-transform: scale(0.1);
          transform: scale(0.1);
  -webkit-transition: opacity 0.4s, -webkit-transform 0.4s;
  transition: opacity 0.4s, -webkit-transform 0.4s;
  transition: opacity 0.4s, transform 0.4s;
  transition: opacity 0.4s, transform 0.4s, -webkit-transform 0.4s;
  width: 1.5rem;
}

.viewing-room__button {
  font-size: 16px;
  background-color: #3F2537;
  border-radius: 4px;
  color: #FFF;
  display: inline-block;
  line-height: 1.5rem;
  padding: 0.25rem 0.75rem;
  -webkit-transition: background-color 0.2s;
  transition: background-color 0.2s;
}
.viewing-room__button:disabled {
  background-color: #C4C4C4;
}

.viewing-room__enquire-button {
  font-size: 16px;
  background-color: #3F2537;
  border-radius: 4px;
  color: #FFF;
  display: inline-block;
  line-height: 1.5rem;
  padding: 0.125rem 0.75rem;
  text-decoration: none;
  -webkit-transition: background-color 0.2s;
  transition: background-color 0.2s;
}
.viewing-room__enquire-button--spaced {
  margin-left: 0.5rem;
}

.viewing-room__note {
  font-size: 16px;
  line-height: 1.5;
}
.viewing-room__note--title {
  font-weight: bold;
}

.lightbox {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0 100px;
  z-index: 9999;
  opacity: 1;
  visibility: visible;
  background-color: #FFF;
  -webkit-transition: opacity 0.2s, visibility 0s 0s;
  transition: opacity 0.2s, visibility 0s 0s;
  -webkit-backface-visibility: hidden;
}
@media only screen and (max-width: 979px) {
  .lightbox {
    padding: 0 20px;
  }
}

.lightbox--disabled {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.2s, visibility 0s 0.2s;
  transition: opacity 0.2s, visibility 0s 0.2s;
}

.lightbox__inner {
  margin: 0 auto;
  max-width: 1440px;
  position: relative;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
.lightbox__inner img,
.lightbox__inner .flex-container {
  margin: 0 auto;
}
.lightbox__inner .flex-container {
  background-color: #3F2537;
}
.lightbox--loading .lightbox__inner {
  opacity: 0.3;
}

.lightbox__caption {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  padding: 8px 0;
}
@media only screen and (max-width: 449px) {
  .lightbox__caption {
    padding: 8px 25px;
  }
}

.lightbox__button {
  font-family: "Site Icons";
  color: #3F2537;
  background-color: #FFF;
  line-height: 1;
  display: block;
  position: absolute;
  -webkit-transition: background-color 0.2s;
  transition: background-color 0.2s;
  font-size: 20px;
  padding: 6px;
  cursor: pointer;
  width: auto;
}
.lightbox__button:hover {
  background-color: #FFF;
}

.lightbox__button--close {
  top: 0;
  right: 0;
}
.lightbox__button--prev,
.lightbox__button--next {
  top: 45%;
}
@media only screen and (max-width: 979px) {
  .lightbox__button--prev,
  .lightbox__button--next {
    top: auto;
    bottom: 3%;
  }
}

.lightbox__button--prev {
  left: 0;
}
.lightbox__button--next {
  right: 0;
  text-align: right;
}
@-webkit-keyframes lightbox-loader {
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes lightbox-loader {
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.lightbox__loader {
  -webkit-transition: -webkit-transform 0.4s;
  transition: -webkit-transform 0.4s;
  transition: transform 0.4s;
  transition: transform 0.4s, -webkit-transform 0.4s;
  -webkit-transform: scale(0);
          transform: scale(0);
  position: absolute;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  top: 50%;
  left: 50%;
  margin-left: -20px;
  margin-top: -20px;
  width: 40px;
  height: 40px;
}
.lightbox__loader::before {
  content: "";
  position: absolute;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1.3px solid rgba(63, 37, 55, 0.5);
  border-top-color: #3F2537;
  -webkit-animation: lightbox-loader 0.8s infinite;
          animation: lightbox-loader 0.8s infinite;
}
.lightbox--loading .lightbox__loader {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.lightbox-zoomer:hover, .lightbox-zoomer:active {
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}
.lightbox-zoomer.lightbox-zoomer--zooming:hover, .lightbox-zoomer.lightbox-zoomer--zooming:active {
  cursor: none;
}
.lightbox-zoomer.lightbox-zoomer--zooming:hover .lightbox-zoomer__image, .lightbox-zoomer.lightbox-zoomer--zooming:active .lightbox-zoomer__image {
  opacity: 1;
}

.lightbox-zoomer__image {
  background-repeat: no-repeat;
  border: 1px solid #3F2537;
  display: block;
  height: 240px;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
  width: 240px;
  z-index: 99;
}

.uncloak--fade {
  -webkit-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}

.js .uncloak--fade.uncloak--cloaked {
  opacity: 0;
}

.uncloak__lazy {
  height: 100%;
  overflow: hidden;
  position: relative;
  -webkit-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}

.uncloak__lazy__image {
  display: none;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
.js .uncloak__lazy__image {
  display: block;
}