/*! 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: 0;
}
/**
 * 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
 **********************************************************************************************************************/
.bbox {
  box-sizing: border-box;
}
.clearfix {
  zoom: 1;
}
.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
}
.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: #fff;
  border: 1px solid #fff;
  color: #000;
  padding: 3px;
  margin: 0;
}
button,
input[type='button'],
input[type='submit'] {
  box-sizing: border-box;
  display: inline-block;
  background-color: #000;
  border: 1px solid #000;
  color: #fff;
  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;
}
.m-5 {
  margin-right: 5%;
}
/******************************************************************************/
/******************************************************************************/
/******************************************************************************/
/******************************************************************************/
:first-child {
  margin-top: 0;
}
:last-child {
  margin-bottom: 0;
}
*,
*:before,
*:after {
  box-sizing: border-box;
}
/******************************************************************************/
#type .xs {
  font-size: 10px;
}
#type .s {
  font-size: 11px;
}
#type .r {
  font-size: 14px;
}
@media screen and (min-width: 1200px) {
  #type .r {
    font-size: 16px;
  }
}
#type .l {
  font-size: 1.2rem;
}
#type .xl {
  font-size: 1.375rem;
}
#type .xl2 {
  font-size: 2rem;
}
#type .xl3 {
  font-size: 3rem;
}
#type .xl4 {
  font-size: 5rem;
}
/******************************************************************************/
html {
  font-size: 14px;
  font-family: Arial, sans-serif;
  line-height: 1.4;
}
@media screen and (min-width: 1200px) {
  html {
    font-size: 16px;
  }
}
body {
  color: #444440;
  background-color: #eaeae7;
}
main {
  background-color: #ffffff;
  padding: 10vh 0;
}
h1 {
  font-size: 1.375rem;
  font-weight: normal;
}
h2 {
  font-size: 1.2rem;
  font-weight: normal;
}
h3 {
  font-weight: normal;
}
h1,
h2,
h3 {
  margin: 1.5em 0 0.5em;
}
p,
blockquote,
ul,
ol {
  margin: 0.5em 0;
}
a {
  transition: color 0.5s;
  color: #444440;
}
a:hover,
a:hover {
  transition: color 0s;
  color: #000000;
}
.richtext p.large {
  font-size: 1.2rem;
}
.richtext p.small {
  font-size: 11px;
}
.richtext > * {
  max-width: 50rem;
}
/******************************************************************************/
.menu {
  list-style: none;
  padding: 0;
  margin: 0;
}
.container {
  margin: 0 4vw;
  display: grid;
  grid-gap: 2vw;
  grid-template-columns: repeat(12, 1fr);
}
.container > * {
  grid-column-end: span 12;
}
.profile-list-footer {
  padding: 2vw 0;
}
@media screen and (min-width: 768px) {
  .profile-list-footer {
    padding: 4vw 0;
  }
  .profile-list-footer > .container > .orts {
    grid-column: 2 / span 5;
  }
  .profile-list-footer > .container > .artists {
    grid-column: 7 / span 6;
  }
}
@media screen and (min-width: 1200px) {
  .profile-list-footer .artists ul {
    column-count: 2;
    column-gap: 2vw;
  }
}
.profile-list-footer ul {
  list-style: none;
  padding: 0;
}
.profile-list-footer a {
  text-decoration: none;
  font-weight: 500;
  color: #a9a9a7;
}
.profile-list-footer a:hover,
.profile-list-footer a:focus {
  color: #444440;
}
.profile-list-footer .orts {
  font-size: 2rem;
}
.profile-list-footer .artists {
  font-size: 1.375rem;
}
.listed-activity figure,
.listed-project figure {
  margin-bottom: 0.25rem;
  background-color: #000000;
}
.listed-activity img,
.listed-project img {
  vertical-align: middle;
  -webkit-filter: grayscale(1);
  -o-filter: grayscale(1);
  filter: grayscale(1);
  transition: filter 2s;
  background-color: #ffffff;
  width: 100%;
  height: auto;
  opacity: 0.98;
}
.listed-activity a,
.listed-project a {
  text-decoration: none;
  display: block;
}
.listed-activity a:hover img,
.listed-project a:hover img,
.listed-activity a:focus img,
.listed-project a:focus img {
  -webkit-filter: grayscale(0);
  -o-filter: grayscale(0);
  filter: grayscale(0);
}
.listed-activity .title,
.listed-project .title {
  font-size: 11px;
  font-weight: bold;
}
.listed-activity .info,
.listed-project .info {
  font-size: 11px;
}
.listed-activity figure {
  position: relative;
}
.listed-activity figcaption {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  color: #ffffff;
  padding: 1rem;
  display: grid;
  grid-template-columns: 1fr 3fr;
  grid-template-rows: 1fr auto auto auto;
  text-shadow: 0 0 9px rgba(0, 0, 0, 0.25);
  font-size: 14px;
}
@media screen and (min-width: 1200px) {
  .listed-activity figcaption {
    font-size: 16px;
  }
}
.listed-activity figcaption .title {
  font-size: 14px;
  display: none;
}
@media screen and (min-width: 1200px) {
  .listed-activity figcaption .title {
    font-size: 16px;
  }
}
.listed-activity figcaption .subtitle {
  font-size: 14px;
  display: none;
}
@media screen and (min-width: 1200px) {
  .listed-activity figcaption .subtitle {
    font-size: 16px;
  }
}
.listed-activity .label {
  margin-top: 0.5rem;
  grid-row: 2;
  grid-column: 2;
}
.listed-activity .date {
  display: flex;
  align-items: center;
  grid-row: 1;
  grid-column: 1 / span 2;
  line-height: 1;
  align-self: flex-start;
}
.listed-activity .title {
  grid-column: 2;
  grid-row: 3;
}
.listed-activity .subtitle {
  grid-column: 2;
  grid-row: 4;
}
.listed-activity .divider {
  margin: 0 0.5rem;
}
.listed-activity .ymd {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.listed-activity .md {
  font-weight: bold;
}
.listed-activity .y {
  font-size: 14px;
}
@media screen and (min-width: 1200px) {
  .listed-activity .y {
    font-size: 16px;
  }
}
.listed-activity.strip figure img {
  width: 38.2%;
}
.listed-activity.strip figure figcaption {
  background-color: #eaeae7;
  color: #444440;
  width: 61.8%;
  margin-left: 38.2%;
  text-shadow: none;
}
.listed-activity.strip figure figcaption .label {
  font-size: 2rem;
}
.listed-activity.strip figure figcaption .title {
  font-size: 2rem;
  font-weight: bold;
  display: block;
}
.listed-activity.strip .title {
  display: none;
}
.listed-activity.strip .info {
  display: none;
}
.listed-agendaitem {
  margin-bottom: 1.5rem;
  font-size: 11px;
}
.listed-agendaitem .time:before {
  content: ' — ';
}
.listed-agendaitem .where {
  font-weight: bold;
}
.listed-agendaitem .country {
  text-transform: uppercase;
}
.listed-agendaitem .label {
  font-style: italic;
}
.listed-series a {
  display: block;
  text-decoration: none;
}
.listed-series a:hover img,
.listed-series a:focus img {
  -webkit-filter: grayscale(0);
  -o-filter: grayscale(0);
  filter: grayscale(0);
}
.listed-series figure {
  margin: 0 0 1rem;
}
.listed-series img {
  width: 100%;
  height: auto;
  vertical-align: middle;
  -webkit-filter: grayscale(1);
  -o-filter: grayscale(1);
  filter: grayscale(1);
  transition: filter 2s;
  background-color: #eaeae7;
}
.listed-series .title {
  font-size: 1.375rem;
  line-height: 1.1;
  font-weight: bold;
  margin: 0 0 0.25rem;
}
.listed-series .short {
  font-size: 11px;
}
/******************************************************************************/
#newletter-subscription {
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  right: 0;
  background-color: #000000;
  color: #a9a9a7;
  padding: 2vw 2vw 4vw;
  transform: translateY(-100%);
  transition: transform 0.2s, box-shadow 0.2s;
}
#newletter-subscription.open {
  transform: translateY(0);
  box-shadow: 0 0 15px #444440;
}
#newletter-subscription .close {
  text-align: right;
}
#newletter-subscription .close a.close {
  cursor: pointer;
  opacity: 0.5;
}
#newletter-subscription .close a.close:hover,
#newletter-subscription .close a.close:focus {
  opacity: 1;
}
#newletter-subscription .close svg {
  fill: #ffffff;
}
#newletter-subscription a {
  color: #ffffff;
}
#mc_embed_signup_scroll {
  grid-gap: 0.5rem 2vw;
}
@media screen and (min-width: 640px) {
  #mc_embed_signup_scroll .email {
    grid-column: 7 / span 6;
  }
  #mc_embed_signup_scroll .fname {
    grid-column: 7 / span 3;
  }
  #mc_embed_signup_scroll .lname {
    grid-column: 10 / span 3;
  }
  #mc_embed_signup_scroll .responses {
    grid-column: 7 / span 6;
  }
  #mc_embed_signup_scroll .buttons {
    grid-column: 7 / span 6;
  }
  #mc_embed_signup_scroll .disclaimer {
    grid-column: 1 / span 6;
    grid-row: 1 / span 4;
  }
}
@media screen and (min-width: 1024px) {
  #mc_embed_signup_scroll .disclaimer {
    grid-column: 4 / span 3;
  }
}
#mc_embed_signup_scroll label {
  font-size: 11px;
  display: block;
  margin-bottom: 0.25rem;
}
#mc_embed_signup_scroll input {
  font-size: 1.2rem;
  padding: 0.25rem 0.5rem;
  background-color: #eaeae7;
  border: 0;
}
#mc_embed_signup_scroll input:focus {
  background-color: #ffffff;
}
#mc_embed_signup_scroll input[type="submit"],
#mc_embed_signup_scroll input[type="button"] {
  font-size: 14px;
  padding: 0.25rem 0.5rem;
  background-color: #444440;
  color: #ffffff;
  border: 0;
  padding: 0.5rem 1rem;
  opacity: 0.5;
}
@media screen and (min-width: 1200px) {
  #mc_embed_signup_scroll input[type="submit"],
  #mc_embed_signup_scroll input[type="button"] {
    font-size: 16px;
  }
}
#mc_embed_signup_scroll input[type="submit"]:hover,
#mc_embed_signup_scroll input[type="button"]:hover,
#mc_embed_signup_scroll input[type="submit"]:focus,
#mc_embed_signup_scroll input[type="button"]:focus {
  opacity: 1;
}
#mc_embed_signup_scroll .disclaimer {
  font-size: 11px;
}
#mc_embed_signup_scroll .buttons {
  text-align: right;
}
/******************************************************************************/
#main-header {
  background-color: #ffffff;
  padding-top: 4vw;
  position: relative;
}
@media screen and (min-width: 768px) {
  #main-header {
    padding-top: 6vw;
  }
}
#main-header .mobile-toggle {
  position: absolute;
  top: 4vw;
  right: 2vw;
  width: 32px;
  height: 32px;
}
#main-header .mobile-toggle .collapser {
  display: block;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
#main-header .mobile-toggle svg {
  width: 100%;
  height: 100%;
}
#main-header .container > .logo {
  grid-row: 1;
}
#main-header .container > .address {
  grid-column: 1 / span 6;
  grid-row: 2;
}
#main-header .container > .social {
  grid-column: 7 / span 6;
  grid-row: 2;
}
@media screen and (min-width: 768px) {
  #main-header .container > .logo {
    grid-column: 1 / span 6;
    grid-row: 1 / span 2;
    text-align: center;
  }
  #main-header .container > .address {
    grid-column: 7 / span 3;
    grid-row: 1;
  }
  #main-header .container > .social {
    grid-column: 10 / span 3;
    grid-row: 1;
  }
  #main-header .container > .pages {
    grid-column: 7 / span 6;
    grid-row: 2;
  }
  #main-header .container > .logo {
    align-self: end;
  }
}
@media screen and (min-width: 1024px) {
  #main-header > .container > .address {
    grid-column: 7 / span 2;
    grid-row: 1;
  }
  #main-header > .container > .social {
    grid-column: 9 / span 2;
    grid-row: 1;
  }
}
#main-header .address,
#main-header .social {
  font-size: 11px;
  color: #a9a9a7;
}
#main-header .address a,
#main-header .social a {
  color: #a9a9a7;
}
#main-header .address a:hover,
#main-header .social a:hover,
#main-header .address a:focus,
#main-header .social a:focus {
  color: #444440;
}
#main-header nav.pages {
  font-size: 1.2rem;
  text-transform: lowercase;
}
@media screen and (min-width: 360px) {
  #main-header ul.pages {
    display: flex;
  }
  #main-header ul.pages li {
    margin-right: 4vw;
  }
  #main-header ul.pages li:last-child {
    margin-right: 0;
  }
}
@media screen and (min-width: 640px) {
  #main-header ul.pages li {
    margin-right: 2vw;
  }
}
#main-header .address {
  color: #a9a9a7;
}
#main-header a {
  text-decoration: none;
  padding-bottom: 2px;
}
#main-header .active a {
  color: #000000;
  border-bottom: 2px solid #eaeae7;
}
#main-header .address,
#main-header .social,
#main-header nav.pages {
  display: none;
}
#main-header.open .address,
#main-header.open .social,
#main-header.open nav.pages {
  display: block;
}
@media screen and (min-width: 768px) {
  #main-header .mobile-toggle {
    display: none !important;
  }
  #main-header .address,
  #main-header .social,
  #main-header nav.pages {
    display: block !important;
  }
}
#main-logo {
  font-size: 2rem;
  font-weight: bold;
  line-height: 1;
}
@media screen and (min-width: 1024px) {
  #main-logo {
    font-size: 3.5rem;
  }
}
@media screen and (min-width: 1600px) {
  #main-logo {
    font-size: 5rem;
  }
}
#main-footer {
  padding: 2rem 0;
  color: #a9a9a7;
  font-size: 11px;
}
#main-footer .container > .address {
  grid-column: 1 / span 6;
}
#main-footer .container > .social {
  grid-column: 7 / span 6;
}
@media screen and (min-width: 768px) {
  #main-footer .container > .logo {
    grid-column: 2 / span 5;
  }
  #main-footer .container > .address {
    grid-column: 7 / span 3;
  }
  #main-footer .container > .social {
    grid-column: 10 / span 3;
  }
}
@media screen and (min-width: 1024px) {
  #main-footer {
    padding: 4rem 0;
  }
  #main-footer .container > .address {
    grid-column: 7 / span 2;
  }
  #main-footer .container > .social {
    grid-column: 9 / span 2;
  }
}
#main-footer .logo {
  font-weight: 600;
  font-size: 14px;
}
@media screen and (min-width: 1200px) {
  #main-footer .logo {
    font-size: 16px;
  }
}
#main-footer a {
  text-decoration: none;
  color: #a9a9a7;
}
#main-footer a:hover,
#main-footer a:focus {
  color: #444440;
}
/******************************************************************************/
main.home {
  padding: 6vw 0;
}
main.home .primary > * {
  grid-column-end: span 12;
}
main.home .secondary > * {
  grid-column-end: span 6;
}
@media screen and (min-width: 480px) {
  main.home .primary > * {
    grid-column-end: span 6;
  }
  main.home .secondary > * {
    grid-column-end: span 4;
  }
}
@media screen and (min-width: 768px) {
  main.home .primary > * {
    grid-column-end: span 3;
  }
  main.home .secondary > * {
    grid-column-end: span 2;
  }
}
main.home .primary {
  margin-bottom: 2vw;
}
/******************************************************************************/
@media screen and (min-width: 768px) {
  main.about .about {
    grid-column: 4 / span 9;
  }
}
@media screen and (min-width: 1024px) {
  main.about .about {
    grid-column: 7 / span 6;
  }
}
main.about .about {
  font-weight: bold;
}
/******************************************************************************/
main.profile article h1 {
  font-size: 1.375rem;
  font-weight: bold;
  line-height: 1.1;
  margin: 0 0 0.25rem;
}
main.profile article .info {
  margin-top: 0.5rem;
}
@media screen and (min-width: 1024px) {
  main.profile.with-projects article {
    grid-column: 1 / span 6;
    padding-right: 2vw;
    grid-row-end: span 3;
  }
  main.profile.with-projects section.projects {
    grid-column: 7 / span 6;
    align-self: start;
  }
}
@media screen and (min-width: 1400px) {
  main.profile.with-projects article {
    grid-column: 2 / span 5;
  }
}
main.profile.with-projects section.projects.small {
  display: grid;
  grid-gap: 2vw;
  grid-template-columns: repeat(12, 1fr);
}
main.profile.with-projects section.projects.small > * {
  grid-column-end: span 12;
}
@media screen and (min-width: 320px) {
  main.profile.with-projects section.projects.small > * {
    grid-column-end: span 6;
  }
}
@media screen and (min-width: 768px) {
  main.profile.with-projects section.projects.small > * {
    grid-column-end: span 4;
  }
}
@media screen and (min-width: 1024px) {
  main.profile.without-projects article {
    grid-column: 7 / span 6;
  }
}
/******************************************************************************/
@media screen and (min-width: 320px) {
  main.projects .container > * {
    grid-column-end: span 6;
  }
}
@media screen and (min-width: 640px) {
  main.projects .container > * {
    grid-column-end: span 4;
  }
}
@media screen and (min-width: 768px) {
  main.projects .container > * {
    grid-column-end: span 3;
  }
}
/******************************************************************************/
@media screen and (min-width: 768px) {
  main.project article {
    display: grid;
    grid-gap: 2vw;
    grid-template-columns: repeat(12, 1fr);
    grid-auto-flow: dense;
  }
  main.project article figure {
    grid-column: 1 / span 6;
    grid-row: 2;
    text-align: right;
  }
  main.project article .text {
    grid-column: 7 / span 6;
  }
  main.project article aside {
    grid-column: 7 / span 6;
  }
}
@media screen and (min-width: 1024px) {
  main.project article header {
    grid-column: 7 / span 6;
  }
  main.project article figure {
    grid-column: 2 / span 5;
  }
  main.project article .text {
    grid-column: 7 / span 4;
  }
  main.project article aside {
    grid-column: 11 / span 2;
    padding-left: 2vw;
  }
  main.project article .on-display {
    grid-column: 7 / span 6;
  }
}
main.project figure img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 90vh;
}
main.project header h1 {
  font-size: 3rem;
  font-weight: bold;
  line-height: 1.1;
  margin: 0;
}
main.project header .artists {
  font-size: 3rem;
  line-height: 1.1;
  margin: 0 0 0.5rem;
}
main.project header .meta {
  font-size: 11px;
}
main.project aside {
  font-size: 11px;
}
main.project .credits {
  margin-top: 2vw;
  font-size: 11px;
}
main.project .on-display {
  text-align: justify;
  margin-top: 6rem;
  font-size: 11px;
  color: #a9a9a7;
}
main.project .on-display .item:before {
  content: '— ';
}
main.project .on-display .item:first-child:before {
  display: none;
}
main.project .on-display .where:after {
  content: ',';
}
main.project .on-display .country {
  text-transform: uppercase;
}
/******************************************************************************/
main.activities section {
  grid-column: 1 / span 12;
  margin-bottom: 2vw;
}
main.activities .list {
  display: grid;
  grid-gap: 2vw;
  grid-template-columns: repeat(12, 1fr);
}
main.activities .list > * {
  grid-column-end: span 6;
}
@media screen and (min-width: 768px) {
  main.activities section.upcoming .list > * {
    grid-column-end: span 3;
  }
}
main.activities section.series .list > * {
  grid-column-end: span 12;
}
@media screen and (min-width: 768px) {
  main.activities section.series .list > * {
    grid-column-end: span 3;
  }
}
main.activities section.series figure img {
  aspect-ratio: 8/5;
  object-fit: cover;
}
@media screen and (min-width: 768px) {
  main.activities section.activities .list > * {
    grid-column-end: span 2;
  }
}
@media screen and (min-width: 1400px) {
  main.activities section.upcoming {
    grid-column: 1 / span 4;
  }
  main.activities section.upcoming .list > * {
    grid-column-end: span 12;
  }
  main.activities section.activities {
    grid-column: 5 / span 8;
  }
  main.activities section.activities .list > * {
    grid-column-end: span 3;
  }
}
/******************************************************************************/
@media screen and (min-width: 768px) {
  main.activities-series article {
    grid-column: 2 / span 4;
    padding-right: 1rem;
  }
  main.activities-series section.activities {
    grid-column: 7 / span 6;
    align-self: start;
  }
}
@media screen and (min-width: 768px) {
  main.activities-series section.activities {
    display: grid;
    grid-gap: 2vw;
    grid-template-columns: repeat(9, 1fr);
  }
  main.activities-series section.activities > * {
    grid-column-end: span 3;
  }
}
main.activities-series article h1 {
  font-size: 1.375rem;
  font-weight: bold;
  line-height: 1.1;
  margin: 0 0 0.25rem;
}
/******************************************************************************/
@media screen and (min-width: 768px) {
  main.activity article {
    display: grid;
    grid-gap: 2vw;
    grid-template-columns: repeat(12, 1fr);
    grid-auto-flow: dense;
  }
  main.activity article figure {
    grid-column: 1 / span 6;
    grid-row: 2;
    text-align: right;
  }
  main.activity article .text {
    grid-column: 7 / span 6;
  }
  main.activity article aside {
    grid-column: 7 / span 6;
  }
}
@media screen and (min-width: 1024px) {
  main.activity article header {
    grid-column: 7 / span 6;
  }
  main.activity article figure {
    grid-column: 2 / span 5;
  }
  main.activity article .text {
    grid-column: 7 / span 4;
  }
  main.activity article aside {
    grid-column: 11 / span 2;
    padding-left: 2vw;
  }
  main.activity article .on-display {
    grid-column: 7 / span 6;
  }
}
main.activity figure img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 90vh;
}
main.activity header h1 {
  font-size: 3rem;
  font-weight: bold;
  line-height: 1.1;
  margin: 0;
}
main.activity header .subtitle {
  font-size: 3rem;
  line-height: 1.1;
  margin: 0 0 0.5rem;
}
main.activity header .meta {
  font-size: 11px;
}
main.activity aside {
  font-size: 11px;
}
main.activity .credits {
  margin-top: 2vw;
  font-size: 11px;
}
/******************************************************************************/
@media screen and (min-width: 768px) {
  main.agenda .current {
    grid-column: 4 / span 4;
  }
  main.agenda .upcoming {
    grid-column: 9 / span 4;
  }
  main.agenda .complete {
    grid-column: 4 / span 9;
  }
}
@media screen and (min-width: 1024px) {
  main.agenda .current {
    grid-column: 7 / span 3;
  }
  main.agenda .upcoming {
    grid-column: 10 / span 3;
  }
  main.agenda .complete {
    grid-column: 7 / span 6;
  }
}
/******************************************************************************/
@media screen and (min-width: 1024px) {
  main.agenda-complete .year {
    grid-column: 4 / span 9;
  }
}
@media screen and (min-width: 1400px) {
  main.agenda-complete .year {
    grid-column: 7 / span 6;
  }
}
main.agenda-complete .listed-agendaitem {
  margin-bottom: 0.5rem;
}
@media screen and (min-width: 768px) {
  main.agenda-complete .listed-agendaitem {
    display: grid;
    grid-gap: 2vw;
    grid-template-columns: 1fr 1fr;
  }
  main.agenda-complete .when-where {
    display: flex;
  }
  main.agenda-complete .when-where .when {
    padding-right: 0.5rem;
    text-align: right;
    flex: 1;
  }
  main.agenda-complete .when-where .where {
    flex: 1;
  }
}
/******************************************************************************/
@media screen and (min-width: 768px) {
  main.disclaimer .disclaimer {
    grid-column: 4 / span 9;
  }
}
@media screen and (min-width: 1024px) {
  main.disclaimer .disclaimer {
    grid-column: 7 / span 6;
  }
}
main.disclaimer h2 {
  font-weight: bold;
  color: #a9a9a7;
}
main.disclaimer h3 {
  font-weight: bold;
}
