@charset "UTF-8";
@font-face {
  font-family: "Disclaimer";
  src: url("../fonts/Disclaimer-Narrow.woff");
  font-style: normal;
  font-weight: 200; }

@font-face {
  font-family: "Disclaimer";
  src: url("../fonts/Disclaimer-UltraNarrow.woff");
  font-style: normal;
  font-weight: 400; }

@font-face {
  font-family: "Disclaimer";
  src: url("../fonts/ArialNarrowBold.woff");
  font-style: normal;
  font-weight: bold; }

@font-face {
  font-family: "Disclaimer";
  src: url("../fonts/Helvetica-LT-Narrow-Oblique.woff");
  font-style: italic; }

@font-face {
  font-family: "Hijrnotes";
  src: url("../fonts/Hijrnotes.woff");
  font-style: normal; }

@font-face {
  font-family: "TNRCond";
  src: url("../fonts/TimesNRMTStd-Cond.woff");
  font-style: normal; }

@font-face {
  font-family: "TimesTen";
  src: url("../fonts/TimesTenLTStd-Roman.woff"); }

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-weight: inherit;
  color: inherit;
  text-decoration: none; }

html {
  font-size: 0.8vw;
  width: 100vw;
  overflow-x: hidden;
  --ease: cubic-bezier(0.19, 1, 0.22, 1);
  --mega: 12rem;
  --max: 9rem;
  --larger: 7.2rem;
  --large: 8rem;
  --medium: 3rem;
  --title-sm: 3.8rem;
  --body: 2.5rem;
  --body-shift: 3rem;
  --small: 2.7rem;
  --smallest: 1.8rem;
  --caption: 1.8rem;
  --details: 1.8rem;
  --line: 1.1em;
  --double: 2.2em;
  --highlight: #ccc; }
  @media (max-width: 767px) {
    html {
      --mega: 6.4rem;
      --larger: 4.8rem;
      --large: 4.1rem;
      --body: 2rem;
      --title-sm: 2.6rem;
      --medium: 2.2rem;
      --caption: 1.6rem;
      --smallest: 1.4rem;
      font-size: 10px; } }
  @media (max-width: 320px) {
    html {
      --mega: 4.8rem;
      --body: 1.9rem;
      --caption: 1.4rem; } }

body {
  font-family: "Disclaimer", sans-serif;
  font-style: normal;
  font-weight: 200;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: var(--body);
  letter-spacing: 0.07rem;
  line-height: 1.2;
  color: black;
  overflow-x: hidden;
  transition: opacity 0.75s var(--ease);
  min-height: 100vh;
  width: 100vw;
  display: flex;
  flex-direction: column;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  counter-reset: line-num; }
  @media (max-width: 1024px) {
    body {
      -webkit-appearance: none; } }
  body:not(.ready) {
    opacity: 0; }
  body.no-scroll {
    overflow: hidden !important; }
  body.content-pane-open {
    overflow-y: hidden; }
  body.shown .hyperlink,
  body.shown h1,
  body.shown h2 {
    color: white; }
  body.shown .trigger {
    background: white; }
  body.shown .information-inner h2 {
    color: black; }

.no_link {
  opacity: 0.25;
  pointer-events: none; }

p a {
  border-bottom: 1px solid; }
  p a:hover {
    color: var(--highlight); }

footer,
header {
  display: flex;
  flex-direction: row;
  width: calc(100vw - 1em);
  padding: 0.4em 0.5em 0.5em; }
  footer a,
  header a {
    border-bottom: none; }
  footer.main,
  header.main {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    left: 0;
    height: 6.2rem;
    width: 100%;
    z-index: 30; }

footer {
  width: 100%;
  margin-top: 10em; }
  @media (max-width: 670px) {
    footer {
      flex-direction: column; } }
  footer .left {
    display: flex; }
    @media (max-width: 670px) {
      footer .left {
        padding-bottom: 0.25em; } }
    footer .left > span {
      display: inline; }
      footer .left > span a {
        display: inline; }
  @media (max-width: 670px) {
    footer .right {
      text-align: left !important; } }
  footer form {
    display: none;
    width: 6.8em; }
    footer form button,
    footer form input {
      font: inherit;
      border: none;
      background: transparent;
      outline: none; }
    footer form input {
      flex: 1;
      width: 100%; }

h1 strong,
h2 strong {
  font-family: "Hijrnotes", cursive;
  font-size: 90%;
  letter-spacing: -0.05rem;
  line-height: 1;
  vertical-align: sub; }

.tagline {
  width: 100%;
  height: calc(100vh - 6.2rem);
  font-size: 10vw;
  line-height: 0.9;
  padding: 1.5rem;
  position: relative;
  top: 0;
  left: 0;
  padding-right: 1em; }
  @media (max-width: 670px) {
    .tagline {
      padding: 1rem;
      font-size: 4rem;
      height: calc(100vh - 3.6rem); } }
  .tagline a span {
    visibility: hidden; }
  .tagline a:hover span {
    visibility: visible; }

.content-pane footer {
  margin-top: 4em; }

.left,
.middle,
.right {
  flex: 1; }

.middle {
  text-align: center; }

.right {
  text-align: right; }

header .nav-trigger,
header h1,
header h2 {
  flex: 1; }

h3 {
  text-transform: uppercase; }

p + h3 {
  margin-top: 2em !important; }

blockquote {
  margin: 1em auto;
  max-width: 80%; }

.menu {
  background: white;
  position: fixed;
  top: 0;
  right: 0;
  width: 50vw;
  height: 100vh;
  z-index: 10;
  box-shadow: -8px 2px 14px -1px rgba(0, 0, 0, 0.25);
  padding: 0.5em 1em 0.5em 0.5em;
  transition: -webkit-transform 1s var(--ease);
  transition: transform 1s var(--ease);
  transition: transform 1s var(--ease), -webkit-transform 1s var(--ease);
  z-index: 100;
  -webkit-transform: translateX(105%);
          transform: translateX(105%); }
  @media (max-width: 767px) {
    .menu {
      width: 100%; } }
  .menu .information-inner {
    height: 100vh;
    overflow-y: auto; }
    .menu .information-inner h2 {
      margin-bottom: var(--line); }
    .menu .information-inner p + p {
      margin-top: 1.1em; }
      .menu .information-inner p + p a {
        border: none; }
    .menu .information-inner-la {
      margin-top: var(--double);
      max-width: 65%;
      font-size: var(--caption); }
      @media (max-width: 767px) {
        .menu .information-inner-la {
          max-width: 90%; } }
      .menu .information-inner-la p + p {
        margin-top: 0;
        text-indent: 2em; }
  .menu.open {
    -webkit-transform: translateX(0);
            transform: translateX(0); }

.menu_close {
  position: absolute;
  top: 0;
  right: 0;
  width: 60px; }
  @media (max-width: 767px) {
    .menu_close {
      width: 40px; } }
  .menu_close:hover {
    cursor: pointer; }

.menu ul {
  list-style: none; }
  .menu ul li {
    font-size: 10rem;
    line-height: 0.9; }

.nav-trigger {
  text-align: right;
  margin-left: auto;
  display: flex;
  justify-content: flex-end; }

.trigger {
  width: 0.9em;
  height: 0.9em;
  border-radius: 0.45em;
  background: black;
  margin-top: 2px; }
  .trigger:hover {
    background: var(--highlight);
    cursor: pointer; }

.share {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  left: 0;
  z-index: 20;
  display: inline-block;
  transition: -webkit-transform 0.5s var(--ease);
  transition: transform 0.5s var(--ease);
  transition: transform 0.5s var(--ease), -webkit-transform 0.5s var(--ease); }
  body.audio-paper-playing .share,
  body:not(.content-pane-open) .share {
    display: none; }
  .content-pane:not(.scrolled) .share {
    -webkit-transform: translateX(-150%);
            transform: translateX(-150%); }

.share-trigger {
  font-size: 80%;
  width: auto;
  background: white;
  display: inline;
  border-radius: 11rem;
  border: 1px solid;
  padding: 0.5rem 4rem; }
  .share-trigger:hover {
    color: var(--highlight);
    cursor: pointer; }
  @media (max-width: 767px) {
    .share-trigger {
      border: 1px solid; } }

.share-extra {
  font-size: 80%;
  display: inline-block;
  margin-top: 0.6em;
  width: auto;
  visibility: hidden; }
  .share-extra.show {
    visibility: visible; }
  .share-extra a:hover span {
    border-bottom: 1px solid;
    color: var(--highlight); }
  .share-extra a:not(:last-of-type):after {
    content: ", "; }

.content-pane {
  background: white;
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  right: -110vw;
  line-height: 1.2;
  z-index: 30;
  box-shadow: -9px 3px 16px 0 rgba(0, 0, 0, 0.15);
  padding: 1em;
  transition: right 1s var(--ease); }
  .content-pane .footnotes {
    width: 100%;
    font-size: 1.3rem;
    letter-spacing: 0.05rem;
    z-index: 20; }
    .content-pane .footnotes hr {
      display: none !important; }
  .content-pane sup {
    position: relative;
    z-index: 1; }
  .content-pane.show {
    right: 0; }
  .content-pane sup {
    line-height: 1;
    font-size: 1.6rem; }
    .content-pane sup a {
      border: none; }
    .content-pane sup:hover {
      cursor: pointer;
      color: var(--highlight); }
  .content-pane .footnote-backref {
    border-bottom: none; }
  .content-pane h1 {
    font-size: 3.6rem;
    text-align: center;
    max-width: 100%;
    margin: 0 auto;
    line-height: 1; }
    @media (max-width: 767px) {
      .content-pane h1 {
        max-width: 80%; } }
  .content-pane .content-pane-close {
    position: absolute;
    top: 0.5em;
    right: 0.5em;
    width: 48px;
    z-index: 20; }
    .content-pane .content-pane-close:hover {
      opacity: 0.25; }
    @media (max-width: 767px) {
      .content-pane .content-pane-close {
        width: 40px; } }
    @media (max-width: 767px) {
      .content-pane .content-pane-close {
        width: 30px; } }
    .content-pane .content-pane-close:hover {
      cursor: pointer;
      color: var(--highlight); }
  .content-pane-text {
    width: 100%;
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translate(-50%);
            transform: translate(-50%);
    overflow-y: auto;
    height: 100vh;
    -webkit-overflow-scrolling: touch; }
    .content-pane-text-inner {
      min-height: 100vh;
      display: flex;
      flex-direction: column; }
    .content-pane-text .text-block {
      width: 100%; }
      @media (max-width: 767px) {
        .content-pane-text .text-block {
          padding: 1em 0.5em 4em; } }
      .content-pane-text .text-block__footnotes {
        padding-top: 0.9em; }
        @media (max-width: 767px) {
          .content-pane-text .text-block__footnotes {
            padding-left: 0.85em;
            border-top: 1px solid;
            margin-top: 1em; } }
        .content-pane-text .text-block__footnotes > p {
          text-transform: uppercase; }
      .content-pane-text .text-block ol,
      .content-pane-text .text-block ul {
        margin-top: var(--line);
        margin-left: 1em; }
      .content-pane-text .text-block ol {
        margin-top: 0; }
      .content-pane-text .text-block hr {
        outline: 0;
        border: 0;
        display: block;
        border: 0;
        height: 60px;
        margin: var(--line) 0;
        background-image: url("../images/DisclaimerAsterisk.svg");
        background-repeat: no-repeat;
        background-position: center; }
      .content-pane-text .text-block h1 {
        padding-bottom: 1em; }
      .content-pane-text .text-block h2 {
        font-size: var(--mega);
        font-weight: 400;
        display: block;
        line-height: 1;
        letter-spacing: 1px;
        padding: 0.5em 0;
        text-align: center; }
      .content-pane-text .text-block p {
        padding-right: 0.5em;
        line-height: 1.2;
        font-weight: 200; }
        .content-pane-text .text-block p + p {
          margin-top: var(--line); }
      .content-pane-text .text-block-title {
        margin: 4em auto 2em; }
        @media (max-width: 670px) {
          .content-pane-text .text-block-title {
            margin: 2em auto 1em; } }
        .content-pane-text .text-block-title + .block-gallery,
        .content-pane-text .text-block-title + .block-image {
          mix-blend-mode: multiply; }
        body.audio-paper-playing .content-pane-text .text-block-title {
          display: none; }
        .content-pane-text .text-block-title h1 {
          font-size: var(--mega);
          font-weight: 400; }
          .content-pane-text .text-block-title h1 + p {
            margin-top: 1em; }
        .content-pane-text .text-block-title small {
          display: block;
          text-align: center;
          margin-bottom: 1em;
          text-transform: capitalize;
          font-size: var(--caption); }
      .content-pane-text .text-block .intro {
        font-size: 85%;
        line-height: 1.05;
        max-width: 70%;
        margin: 0 auto; }
      .content-pane-text .text-block figure {
        max-width: 75%;
        margin: 1.5em auto; }
        .content-pane-text .text-block figure.large {
          max-width: 100%; }
        .content-pane-text .text-block figure.small {
          max-width: 680px; }
        .content-pane-text .text-block figure.thumb {
          max-width: 280px; }
        @media (max-width: 767px) {
          .content-pane-text .text-block figure {
            max-width: 100%; } }
  .content-pane .related-block {
    border-top: 1px solid;
    padding-top: 0.5em;
    margin: 8em 1em 1em; }
  .content-pane dl {
    position: relative;
    margin-top: 2em; }
    .content-pane dl dd {
      text-indent: 0;
      padding-left: 8em;
      margin-top: -1.2em; }
      .content-pane dl dd strong {
        visibility: hidden; }

main {
  background: white;
  margin: 0 0.5em 0.5em;
  width: calc(100% - 1em);
  position: relative;
  z-index: 20;
  transition: all 0.5s var(--ease); }
  main.open {
    top: 120px; }

h1,
h2,
h3 {
  font: inherit;
  font-style: normal;
  line-height: 1; }

h4 {
  font-size: var(--body);
  text-align: center; }

img {
  max-width: 100%;
  display: block; }

.tag:not(:last-of-type):after {
  content: ", "; }

.human,
i {
  font-family: "Hijrnotes", cursive;
  font-size: 120%;
  letter-spacing: -0.05rem;
  line-height: 0.25; }

em {
  font-style: italic; }

.human-sans {
  font-family: "Disclaimer", sans-serif; }

i {
  border-bottom: 1px solid; }

.hyperlink {
  margin-right: 1em; }
  @media (max-width: 767px) {
    .hyperlink {
      letter-spacing: 4px; }
      .hyperlink span {
        display: none; } }
  .hyperlink span {
    opacity: 0; }
  .hyperlink:hover {
    cursor: pointer; }
    .hyperlink:hover span {
      opacity: 1; }

.content-pane .human {
  line-height: 1; }

.index-view {
  width: 100vw;
  height: 100vh;
  position: fixed;
  overflow-y: auto;
  top: 0;
  left: 0;
  background: #1A1A1A;
  color: white;
  z-index: 31;
  display: none; }
  .index-view.show {
    display: block; }
  .index-view header.main {
    background: transparent; }

.index-trigger {
  text-align: center; }
  .index-trigger:hover {
    color: var(--highlight);
    cursor: pointer; }

.index-bio {
  display: none; }

.index-wrap {
  display: flex;
  flex-direction: column;
  position: absolute;
  top: 0;
  z-index: 29;
  color: white;
  width: 100%; }
  @media (max-width: 767px) {
    .index-wrap {
      display: block;
      flex-direction: column;
      height: 100vh;
      overflow-y: auto; } }
  .index-wrap h2 {
    padding: 4em 0 1em; }
  .index-wrap .human {
    font-size: 100%;
    letter-spacing: -0.05rem;
    line-height: 0.1; }
  .index-wrap .index-left,
  .index-wrap .index-right {
    flex: 1;
    padding: 1rem 1.35em 5em; }
    @media (max-width: 670px) {
      .index-wrap .index-left,
      .index-wrap .index-right {
        overflow: visible;
        height: auto; } }
    .index-wrap .index-left h3,
    .index-wrap .index-right h3 {
      text-align: left;
      color: white;
      text-transform: none; }
    .index-wrap .index-left ul,
    .index-wrap .index-right ul {
      color: white;
      padding: 0 0 1.4em; }
      .index-wrap .index-left ul li,
      .index-wrap .index-right ul li {
        color: white;
        line-height: 1.2; }
        .index-wrap .index-left ul li span.title:before,
        .index-wrap .index-right ul li span.title:before {
          content: "‘"; }
        .index-wrap .index-left ul li span.title:after,
        .index-wrap .index-right ul li span.title:after {
          content: "’" !important; }
        .index-wrap .index-left ul li a,
        .index-wrap .index-right ul li a {
          color: white; }
          .index-wrap .index-left ul li a:hover,
          .index-wrap .index-right ul li a:hover {
            color: var(--highlight);
            text-shadow: 0 0 6px var(--highlight); }
          .index-wrap .index-left ul li a span:not(:last-of-type):after,
          .index-wrap .index-right ul li a span:not(:last-of-type):after {
            content: ", "; }
          .index-wrap .index-left ul li a br,
          .index-wrap .index-right ul li a br {
            display: none; }
  .index-wrap .index-left {
    -webkit-column-count: 2;
       -moz-column-count: 2;
            column-count: 2;
    padding-bottom: 0; }
    .index-wrap .index-left ul {
      display: block; }
      .index-wrap .index-left ul li {
        padding-right: 1em; }
    @media (max-width: 767px) {
      .index-wrap .index-left {
        padding-bottom: 0;
        -webkit-column-count: 1;
           -moz-column-count: 1;
                column-count: 1; } }
  .index-wrap .index-right {
    padding-left: 1.25em;
    -webkit-column-count: 4;
       -moz-column-count: 4;
            column-count: 4; }
    @media (max-width: 670px) {
      .index-wrap .index-right {
        padding-top: 2em;
        padding-left: 2em;
        -webkit-column-count: 2;
           -moz-column-count: 2;
                column-count: 2; } }
    .index-wrap .index-right ul li:hover {
      cursor: pointer; }

.index-view .nav-trigger,
.index-view h1,
.index-view h2 {
  color: white !important; }

.soundcite {
  border: none; }

div.soundcite .scrub,
div.soundcite .wrap {
  display: block; }

.block-player {
  width: auto;
  margin: 2em auto; }
  .block-player + .block-player {
    margin-top: -1.5em; }
  .block-player-inner {
    width: auto;
    background: white;
    display: inline-block;
    border-radius: 11rem;
    box-shadow: 10px 10px 12px 0 rgba(0, 0, 0, 0.15);
    padding: 1rem 2rem;
    font-size: var(--body);
    z-index: 100;
    border: 1px solid; }
    @media (max-width: 670px) {
      .block-player-inner {
        border: 1px solid; } }
    .block-player-inner:hover {
      color: var(--highlight);
      cursor: pointer; }

.block-playlist {
  width: 100%;
  max-width: 60rem;
  padding: 0.75em;
  margin: 2em auto;
  border: 1px solid;
  border-radius: 2rem;
  box-shadow: 10px 10px 12px 0 rgba(0, 0, 0, 0.15); }
  .block-playlist__track {
    display: flex;
    cursor: pointer; }
    @media (max-width: 670px) {
      .block-playlist__track__play {
        display: none; } }
    .block-playlist__track:not(:hover) .block-playlist__track__play {
      opacity: 0; }
    .block-playlist__track__title {
      flex: 1; }
    .block-playlist__track__time {
      text-align: right;
      flex: 0.4; }
      @media (max-width: 670px) {
        .block-playlist__track__time {
          flex: none; } }
  .block-playlist audio {
    display: none; }

.audio-player,
.audio-player--embed {
  position: fixed;
  bottom: 0;
  left: 0;
  background: white;
  width: 100%;
  box-shadow: 5px 5px 15px 5px rgba(0, 0, 0, 0.15);
  z-index: 100 !important;
  -webkit-transform: translateY(120%);
          transform: translateY(120%);
  transition: -webkit-transform 0.5s var(--ease);
  transition: transform 0.5s var(--ease);
  transition: transform 0.5s var(--ease), -webkit-transform 0.5s var(--ease); }
  .audio-player.show,
  .audio-player--embed.show {
    -webkit-transform: translateY(0);
            transform: translateY(0); }

.local-controls {
  display: flex;
  flex-direction: row; }
  @media (max-width: 670px) {
    .local-controls {
      display: flex;
      flex-direction: row-reverse; } }

.audio-player--embed {
  display: flex;
  font-size: 2rem; }
  @media (max-width: 670px) {
    .audio-player--embed {
      flex-direction: row; } }
  .audio-player--embed .audio-player__frame {
    flex: 1; }
  .audio-player--embed iframe {
    border: none;
    display: block; }

.audio-player {
  display: flex;
  font-size: 2rem;
  cursor: pointer; }
  .audio-player__info {
    margin: auto 0;
    padding: 0.5rem 2rem 0;
    flex: 1; }
    .audio-player__info:hover {
      color: var(--highlight); }
      .audio-player__info:hover .hover_show {
        display: inline; }
  .audio-player__close {
    width: 60px;
    height: 60px;
    position: relative;
    border-left: 1px solid black; }
    .audio-player__close a {
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      text-align: center;
      display: block;
      margin-top: 0.3rem; }
      .audio-player__close a:hover {
        color: var(--highlight); }
    .audio-player__close svg {
      width: 40px;
      height: 40px; }
      .audio-player__close svg rect {
        fill: currentColor; }
  .audio-player .hover_show {
    display: none;
    padding-left: 1em; }
  .audio-player__artist.human {
    font-size: 108%;
    line-height: 0.8; }
  .audio-player__artist:after {
    content: ": "; }
  .audio-player__link {
    padding: 0.9em;
    border-left: 1px solid; }
    @media (max-width: 670px) {
      .audio-player__link {
        flex: 1; } }
    .audio-player__link:hover {
      color: var(--highlight);
      border-left: 1px solid black; }

.header-block {
  height: 30rem; }
  .header-block:first-of-type {
    box-shadow: 0 10px 14px 0 rgba(0, 0, 0, 0.25); }
  @media (max-width: 767px) {
    .header-block article:not(:last-of-type) {
      border-right: none; } }
  @media (max-width: 767px) {
    .header-block article:last-of-type {
      border-bottom: none; } }
  @media (max-width: 767px) {
    .header-block article {
      border-bottom: 1px solid; } }
  @media (max-width: 767px) {
    .header-block {
      height: 80vh; } }
  .header-block.single {
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: space-between; }
    .header-block.single:last-of-type {
      border-bottom: 0 !important; }
    .header-block.single article {
      display: flex;
      justify-content: center;
      height: auto; }
      .header-block.single article figure {
        max-width: 50%; }
    @media (max-width: 767px) {
      .header-block.single {
        height: 40vh; } }

.header-block,
.related-block {
  padding: 0.5em 0;
  border-bottom: 1px solid; }
  .header-block:first-of-type,
  .related-block:first-of-type {
    margin-top: 23.25em; }

.featured-block a,
.header-block,
.related-block {
  display: flex;
  flex-direction: row; }
  @media (max-width: 767px) {
    .featured-block a,
    .header-block,
    .related-block {
      flex-direction: column; } }

.featured-block,
.header-block {
  width: 100%; }

@media (max-width: 767px) {
  .featured-block {
    max-width: 100%;
    height: 90vh; } }

.featured-block + .header-block {
  border-top: 1px solid;
  padding-top: 0.5em; }

.featured-block a {
  display: flex;
  flex-direction: row; }
  @media (max-width: 767px) {
    .featured-block a {
      flex-direction: column;
      height: 90vh; } }

.featured-block.flip a {
  flex-direction: row-reverse; }

.featured-block.flip .featured-block-text {
  border-right: 1px solid transparent;
  border-left: 1px solid; }
  .featured-block.flip .featured-block-text .human {
    display: block;
    text-align: center; }

.related-block {
  border-bottom: 0;
  padding-bottom: 0; }

.email-prompt {
  border: 1px solid;
  width: auto;
  padding: 0.5em;
  margin: 2em auto;
  display: inline-block; }

.double-block + .header-block {
  padding-top: 0.5em; }

.triple-block {
  display: flex;
  flex-direction: row;
  height: 420px;
  border-bottom: 1px solid;
  padding: 0.5em 0; }
  @media (max-width: 767px) {
    .triple-block {
      display: block;
      height: auto; } }
  .triple-block figure {
    max-width: 45%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%); }
    @media (max-width: 767px) {
      .triple-block figure {
        max-width: 55%; } }
  .triple-block .single,
  .triple-block article {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    text-align: center; }
    @media (max-width: 767px) {
      .triple-block .single,
      .triple-block article {
        height: 50vh;
        padding: 0.5em 0; } }
    .triple-block .single a,
    .triple-block article a {
      flex: 1;
      position: relative;
      display: flex; }
  .triple-block article a {
    justify-content: center; }
  .triple-block .single {
    padding: 0.5em 0 0; }
    @media (max-width: 767px) {
      .triple-block .single {
        padding: 0.5em 0; } }
  @media (max-width: 767px) {
    .triple-block article {
      border-top: 1px solid;
      border-bottom: 1px solid; } }

.serif {
  letter-spacing: 0; }

.featured-block figure,
.featured-block-text {
  width: 50%;
  margin: 0.5em 0; }
  @media (max-width: 767px) {
    .featured-block figure,
    .featured-block-text {
      width: 100%; } }

.featured-block-text {
  display: flex;
  flex-direction: column;
  border-right: 1px solid; }
  @media (max-width: 767px) {
    .featured-block-text {
      height: 100vh;
      border-right: none;
      flex: 1; } }
  .featured-block-text h2 {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    margin-top: 3em;
    padding: 0 1em; }
    @media (max-width: 767px) {
      .featured-block-text h2 {
        justify-content: center;
        margin-top: 0;
        font-size: 3rem;
        padding: 0; } }
  .featured-block-text header {
    font-size: 2rem;
    font-family: "Lido";
    letter-spacing: 0;
    margin: 0 1em;
    width: 100%; }
    .featured-block-text header .index-trigger,
    .featured-block-text header h1 {
      font-weight: 400; }
    .featured-block-text header .number {
      width: 50%;
      display: inline-block;
      text-align: center; }
    .featured-block-text header .title {
      width: calc(100% - 2em);
      text-align: center; }
    .featured-block-text header h2 {
      flex: 1; }

.page-information {
  max-width: 980px;
  margin: 4em auto 0; }

.double-block {
  width: 100%;
  display: flex;
  flex-direction: row;
  border-bottom: 1px solid; }
  @media (max-width: 767px) {
    .double-block:first-of-type {
      flex-direction: column; } }
  @media (max-width: 767px) {
    .double-block {
      flex-direction: column; } }

.score-block {
  width: 100%;
  z-index: 1;
  margin: 0.75em 0; }
  .score-block h1 {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 2;
    -webkit-transform: translate(-50%, -50%) scale(1, 1.4);
            transform: translate(-50%, -50%) scale(1, 1.4);
    color: white;
    font-size: 140%;
    text-align: center;
    font-family: "Lido";
    letter-spacing: 0;
    line-height: 0.9;
    display: none; }
  .score-block__image {
    width: 100%;
    height: calc(100vh - 7rem);
    background-size: cover;
    background-position: center -2%;
    position: relative;
    margin-bottom: 0.75em; }
  .score-block__details {
    display: flex;
    flex-direction: row;
    height: 60px;
    padding: 1.5rem 0.5em;
    transition: height 0.25s var(--ease);
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap; }
    @media (max-width: 767px) {
      .score-block__details {
        height: 50px; } }
    .score-block__details .dot {
      width: 1em;
      height: 1em;
      border-radius: 0.5rem;
      background: black; }
    .score-block__details .content-header {
      flex: 1;
      margin-left: 1.5em;
      font-size: var(--caption);
      padding: 0.25rem 0;
      font-family: "Lido";
      letter-spacing: -0.05rem; }
      .score-block__details .content-header .native-land {
        padding-right: 1em; }
    .score-block__details .details-trigger,
    .score-block__details figcaption {
      padding: 0.25rem 0.75rem 0.25rem 2px;
      font-size: var(--caption);
      letter-spacing: 0; }
      .score-block__details .details-trigger em,
      .score-block__details figcaption em {
        font-size: 100%;
        border: none; }
    .score-block__details .details-trigger {
      font-family: "Disclaimer";
      font-size: var(--smallest);
      border: 1px solid;
      margin-left: 1em;
      width: 90px;
      border-radius: 30px;
      padding: 0.3rem 1.5rem 0.5rem;
      text-align: center; }
      .score-block__details .details-trigger:hover {
        color: var(--highlight);
        cursor: pointer; }
      @media (max-width: 767px) {
        .score-block__details .details-trigger {
          height: 1.6em; } }
    .score-block__details-extra {
      margin: 0 2rem;
      font-size: var(--caption);
      border-top: 1px solid;
      padding-top: 1em;
      display: none;
      font-family: "Lido";
      letter-spacing: -0.05rem;
      padding-bottom: 1em; }
      .score-block__details-extra a {
        border-bottom: 1px solid; }
      .score-block__details-extra .extra-left,
      .score-block__details-extra .extra-right {
        width: 100%;
        max-width: 50%;
        display: inline-block;
        padding-right: 1em;
        font-size: var(--small); }
      .score-block__details-extra .extra-right {
        max-width: 30%;
        font-size: var(--caption);
        vertical-align: top;
        border-left: 1px solid;
        padding-left: 1em; }
  .score-block svg {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 50%; }

.third-block {
  width: 100%;
  max-width: calc(100% / 3 * 1);
  flex: 1;
  display: flex;
  align-items: center;
  position: relative; }
  .third-block a {
    display: flex;
    flex-direction: column; }
  .third-block .bottom {
    position: absolute;
    bottom: -1em;
    font-size: 2rem;
    left: 50%;
    -webkit-transform: translate(-50%);
            transform: translate(-50%); }
  @media (max-width: 767px) {
    .third-block {
      max-width: 100%;
      height: 50vh;
      border-top: 1px solid; } }
  .third-block h2 {
    font-size: 4rem;
    font-family: "Lido";
    letter-spacing: -0.05rem;
    line-height: 0.9; }
  .third-block header {
    position: absolute;
    top: 0.75em;
    left: 0;
    text-align: center;
    font-size: 2rem;
    font-family: "Lido";
    letter-spacing: 0;
    margin: 0 1em;
    width: calc(100% - 2em);
    display: flex;
    text-align: center;
    justify-content: center; }
    .third-block header span {
      display: block; }

body.loading {
  cursor: wait !important; }
  body.loading * {
    cursor: wait !important; }

.index-search {
  width: 100%;
  padding: 2.5em 0.5em 0;
  text-align: center; }
  .index-search input {
    background: transparent;
    color: white;
    border: none;
    font: inherit;
    border-bottom: 1px solid;
    width: 100%;
    outline: none; }

#search-results {
  text-align: left;
  padding: 1em 1.35em 0; }
  #search-results li {
    padding-right: 1em;
    line-height: 1.2; }
    #search-results li a:hover {
      color: var(--highlight);
      text-shadow: 0 0 6px var(--highlight); }

.bones-back {
  width: 10%;
  position: fixed;
  right: 0.5em;
  top: calc(48px + 1em);
  z-index: 20; }
  @media (max-width: 767px) {
    .bones-back {
      top: calc(30px + 1em); } }
  .bones-back .bones-cell {
    width: 100%;
    margin: 0; }

.bones {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 953px;
  margin: auto; }

.bones-cell {
  width: calc(33.33333% - 12px);
  margin: 18px 0;
  overflow: hiden; }
  .bones-cell--full {
    width: 100%;
    margin: 0; }
  .bones-cell a {
    overflow: hiden;
    display: block; }
    .bones-cell a img {
      transition: all 1000ms ease-in-out; }
    .bones-cell a:hover img {
      -webkit-transform: scale(1.1);
              transform: scale(1.1);
      -webkit-filter: blur(10px);
              filter: blur(10px); }

.online-block {
  display: flex;
  flex-direction: row;
  border-bottom: 1px solid;
  padding: 0.5em 0;
  margin: 0;
  height: 420px; }
  @media (max-width: 767px) {
    .online-block {
      height: auto;
      display: block; } }
  .online-block__abstract, .online-block__type {
    text-align: center;
    font-size: 2rem;
    font-family: "Lido";
    letter-spacing: 0; }
  .online-block h2 {
    padding-top: 0.5em; }
    @media (max-width: 670px) {
      .online-block h2 {
        max-width: 80%; } }
  .online-block .single {
    flex: 1;
    display: flex;
    flex-direction: column;
    position: relative; }
    @media (max-width: 767px) {
      .online-block .single:not(:first-of-type) {
        border-top: 1px solid; } }
    @media (max-width: 767px) {
      .online-block .single h2 br {
        display: none; } }
    @media (max-width: 767px) {
      .online-block .single {
        height: 50vh;
        padding: 0.5em 0; } }
    .online-block .single a {
      flex: 1;
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      align-items: center; }
    .online-block .single.review:hover {
      cursor: pointer; }
      .online-block .single.review:hover figure {
        display: block;
        box-shadow: 10px 10px 12px 0 rgba(0, 0, 0, 0.25); }
    .online-block .single.review figure {
      max-width: 40%;
      margin: 0 auto;
      pointer-events: none;
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      display: none; }
      @media (max-width: 670px) {
        .online-block .single.review figure {
          max-width: 35%;
          display: block; } }
    .online-block .single figure {
      max-width: 45%;
      margin: 0 auto; }

.single-block {
  text-align: center;
  padding: 2em 0 0.5em;
  margin: 0 0 0.5em; }
  .single-block + .double-block,
  .single-block + .online-block,
  .single-block + .triple-block {
    border-top: 1px solid; }
  .single-block-inner {
    width: 50%;
    display: inline-block;
    position: relative; }
  .single-block h2 {
    display: none; }
  .single-block figure {
    max-width: 50%;
    margin: 0 auto; }
    .single-block figure img {
      max-width: 100%;
      display: block; }

.block-interview {
  margin: 1.1em auto;
  max-width: 77.75%;
  padding: 0 1em; }
  @media (max-width: 1080px) {
    .block-interview {
      max-width: 100%; } }

.block-acknowledgements + .block-related {
  margin-top: 1em; }

.block-acknowledgements p + h4 {
  margin-top: 1em; }

.block-related p a {
  border-bottom: 0; }
  .block-related p a:before {
    content: "\2197";
    padding-right: 0.25em; }

.block-title + .block-gallery {
  padding-top: 0; }

.block-text {
  max-width: 77.75%;
  margin: 1em auto;
  padding: 0 1em; }
  @media (max-width: 1080px) {
    .block-text {
      max-width: 100%; } }

.block-details {
  max-width: 77.75%;
  margin: 4em auto;
  padding: 1em;
  border: 1px solid;
  border-radius: 4rem; }
  @media (max-width: 1080px) {
    .block-details {
      margin: 2em 1em;
      max-width: 100%; } }
  .block-details ul {
    list-style: none;
    margin-bottom: 1em; }
    .block-details ul li {
      text-indent: -2em;
      margin-left: 2em; }
  .block-details__text h1 {
    line-height: 1; }
  .block-details__text h3 {
    text-align: center;
    margin-bottom: 1em; }

.block-endmatter {
  display: flex;
  flex-direction: row;
  margin: 4em auto 1em;
  max-width: 1120px; }
  @media (max-width: 767px) {
    .block-endmatter {
      flex-direction: column; } }
  .block-endmatter .left-col .notes,
  .block-endmatter .left-col h4,
  .block-endmatter .left-col ol,
  .block-endmatter .left-col ol li,
  .block-endmatter .left-col p,
  .block-endmatter .left-col span,
  .block-endmatter .left-col ul,
  .block-endmatter .left-col ul li,
  .block-endmatter .right-col .notes,
  .block-endmatter .right-col h4,
  .block-endmatter .right-col ol,
  .block-endmatter .right-col ol li,
  .block-endmatter .right-col p,
  .block-endmatter .right-col span,
  .block-endmatter .right-col ul,
  .block-endmatter .right-col ul li {
    font-size: var(--details);
    line-height: 1.2;
    letter-spacing: 0; }
    @media (max-width: 767px) {
      .block-endmatter .left-col .notes,
      .block-endmatter .left-col h4,
      .block-endmatter .left-col ol,
      .block-endmatter .left-col ol li,
      .block-endmatter .left-col p,
      .block-endmatter .left-col span,
      .block-endmatter .left-col ul,
      .block-endmatter .left-col ul li,
      .block-endmatter .right-col .notes,
      .block-endmatter .right-col h4,
      .block-endmatter .right-col ol,
      .block-endmatter .right-col ol li,
      .block-endmatter .right-col p,
      .block-endmatter .right-col span,
      .block-endmatter .right-col ul,
      .block-endmatter .right-col ul li {
        font-size: var(--caption); } }
  .block-endmatter .left-col .notes + p,
  .block-endmatter .right-col .notes + p {
    margin-top: 0; }
  @media (max-width: 767px) {
    .block-endmatter .left-col,
    .block-endmatter .right-col {
      width: 90% !important; } }
  @media (max-width: 320px) {
    .block-endmatter .left-col,
    .block-endmatter .right-col {
      width: 100% !important; } }
  .block-endmatter .block-bios span,
  .block-endmatter h4 {
    text-align: left;
    text-transform: uppercase; }
    .block-endmatter .block-bios span.editor,
    .block-endmatter h4.editor {
      text-transform: none;
      display: block; }
  .block-endmatter .block-bios + .block-bios {
    margin-top: 1em; }
  .block-endmatter .left-col {
    width: 52.5%;
    padding-right: 3.5%; }
    @media (max-width: 320px) {
      .block-endmatter .left-col + .right-col {
        margin-top: 1em; } }
  .block-endmatter .right-col {
    width: 44.5%; }
    @media (max-width: 670px) {
      .block-endmatter .right-col {
        padding: 2em 0 0 1em; } }

.block-full-img {
  margin: 2em auto;
  padding: 0 1em; }
  .block-full-img figure {
    padding: 1em;
    max-width: 95% !important; }
  .block-full-img figcaption {
    font: inherit;
    font-size: var(--smallest);
    padding-top: 0.5em; }

.block-html {
  max-width: 1120px;
  margin: 2em auto;
  display: block; }
  .block-html iframe {
    width: 100%;
    border: none; }
  .block-html a {
    display: table;
    color: blue;
    text-decoration: underline;
    border: none; }

.block-video {
  max-width: 100%;
  margin: 2em 1em;
  padding: 0 1em;
  position: relative; }
  .block-video.fullscreen {
    margin: 0;
    padding: 0; }
    @media (max-width: 670px) {
      .block-video.fullscreen {
        display: none; } }
  .block-video figcaption {
    font-size: var(--details);
    padding-top: 0.5em; }
  @media (max-width: 670px) {
    .block-video {
      margin: 2em 0;
      padding: 0; } }
  .block-video .plyr__poster,
  .block-video .plyr__video-embed {
    pointer-events: none; }
  .block-video-wrap {
    position: relative;
    cursor: pointer; }
    .block-video-wrap__controls {
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      color: white;
      z-index: 100;
      display: none;
      pointer-events: none; }
      @media (max-width: 670px) {
        .block-video-wrap__controls {
          display: block; } }
      .block-video-wrap__controls:hover {
        cursor: pointer; }
      .block-video-wrap__controls[data-action="pause"] {
        display: none; }
    .block-video-wrap:hover .block-video-wrap__controls {
      display: block; }
  .block-video.playing .block-video-wrap__controls[data-action="play"] {
    display: none; }
  .block-video.fullscreen .block-video-wrap__controls[data-action="pause"], .block-video.paused .block-video-wrap__controls[data-action="pause"] {
    display: none; }
  .block-video:not(:hover) .block-video__state {
    display: none; }
  .block-video:-webkit-full-screen .block-video-fullscreen svg polygon {
    -webkit-transform: rotate(135deg);
            transform: rotate(135deg); }
  .block-video:-moz-full-screen .block-video-fullscreen svg polygon {
    transform: rotate(135deg); }
  .block-video:-ms-fullscreen .block-video-fullscreen svg polygon {
    transform: rotate(135deg); }
  .block-video:fullscreen .block-video-fullscreen svg polygon {
    -webkit-transform: rotate(135deg);
            transform: rotate(135deg); }
  .block-video-fullscreen {
    position: absolute;
    top: 1rem;
    right: 1rem;
    width: 2.7rem;
    z-index: 2; }
    @media (max-width: 670px) {
      .block-video-fullscreen {
        display: none !important; } }
    .block-video-fullscreen svg polygon {
      fill: white;
      -webkit-transform: rotate(-45deg);
              transform: rotate(-45deg);
      -webkit-transform-origin: center center;
              transform-origin: center center; }
    .block-video-fullscreen svg:hover {
      cursor: pointer; }
    .block-video-fullscreen:not(:hover) {
      display: none; }
  .block-video__state {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    display: flex;
    align-items: center;
    z-index: 2;
    padding: 1rem 2rem;
    color: white; }
    .block-video__state .block-video__bar {
      background: rgba(255, 255, 255, 0.1);
      position: relative;
      height: 0.5rem;
      flex: 1;
      cursor: pointer; }
      .block-video__state .block-video__bar div {
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        background: white; }
    .block-video__state .block-video__time {
      margin-left: 2rem; }
  .block-video:hover .block-video-fullscreen {
    display: block; }

.block-slider {
  max-width: 1120px;
  margin: 3em auto;
  position: relative;
  padding: 0 1em; }
  .block-slider__sound-toggle {
    position: absolute;
    bottom: 0;
    left: 1em; }
    @media (max-width: 670px) {
      .block-slider__sound-toggle {
        left: 1em; } }
  .block-slider:not(.sound-on) .block-slider__sound-toggle:nth-of-type(2) {
    display: none; }
  .block-slider.sound-on .block-slider__sound-toggle:nth-of-type(1) {
    display: none; }
  .block-slider:hover {
    cursor: pointer; }
  .block-slider + .block-slider {
    padding-top: 3em; }
  .block-slider .fig-nos {
    text-align: center;
    margin: 1em 0; }
  .block-slider-title {
    font-size: var(--body); }
  .block-slider-single:not(:first-of-type) {
    display: none; }
  .block-slider-single audio {
    display: none; }
  .block-slider-single-images {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 1em; }
    @media (max-width: 670px) {
      .block-slider-single-images {
        flex-flow: row;
        max-width: 100%;
        margin: 2em auto; } }
    .block-slider-single-images figure {
      width: calc(100% / 2 - .25em);
      max-width: 100%;
      min-height: 36rem;
      display: block;
      margin: 0 !important;
      background-size: cover; }
      @media (max-width: 670px) {
        .block-slider-single-images figure {
          min-height: 18rem; } }
      @media (max-width: 320px) {
        .block-slider-single-images figure {
          min-height: 16rem; } }
      .block-slider-single-images figure img {
        max-width: 100%; }
  .block-slider-title {
    display: block;
    text-align: center;
    margin: 1em 0; }

.block-gallery {
  position: relative;
  padding: 2em 1em; }
  .block-gallery .img-counter {
    text-align: left;
    padding-left: 2rem;
    position: absolute;
    right: 0; }
    .block-gallery .img-counter ~ figure {
      margin-top: 0.25em !important; }
    @media (max-width: 767px) {
      .block-gallery .img-counter {
        display: none !important; } }
  .block-gallery figure.portrait {
    max-width: 40%; }
    @media (max-width: 767px) {
      .block-gallery figure.portrait {
        max-width: 75%; } }
  .block-gallery:hover {
    cursor: pointer; }
  .block-gallery figcaption {
    font-size: var(--caption);
    letter-spacing: 0;
    text-align: center;
    padding-top: 1rem;
    position: relative;
    height: 30px; }
    .block-gallery figcaption .caption {
      max-width: 90%;
      display: block;
      margin: 0 auto; }
  .block-gallery + .block-introduction {
    margin-top: 2em; }

.block-bios, .block-notes {
  padding: 0 1em; }
  @media (max-width: 767px) {
    .block-bios, .block-notes {
      max-width: 100%; } }
  .block-bios ul, .block-notes ul {
    margin: 1em 0; }
  .block-bios strong, .block-notes strong {
    font-family: "Hijrnotes", cursive;
    font-size: 120%;
    letter-spacing: -0.05rem;
    line-height: 0.6;
    vertical-align: sub; }
  .block-bios .notes,
  .block-bios p,
  .block-bios ul li, .block-notes .notes,
  .block-notes p,
  .block-notes ul li {
    font-family: "Disclaimer", sans-serif;
    font-size: 2.4rem;
    line-height: 1.2;
    letter-spacing: 0; }
    @media (max-width: 767px) {
      .block-bios .notes,
      .block-bios p,
      .block-bios ul li, .block-notes .notes,
      .block-notes p,
      .block-notes ul li {
        font-size: var(--caption); } }
    .block-bios .notes + p,
    .block-bios p + p,
    .block-bios ul li + p, .block-notes .notes + p,
    .block-notes p + p,
    .block-notes ul li + p {
      margin-top: 1.1em; }
  .block-bios span, .block-notes span {
    display: block; }
  .block-bios span + p, .block-notes span + p {
    margin-top: 0 !important; }
  .block-bios .notes + p, .block-notes .notes + p {
    margin-top: 0; }

.block-notes {
  max-width: 1120px;
  margin: 0 auto; }
  .block-notes a {
    word-break: break-all; }

.block-image {
  margin: 0 auto;
  display: table; }
  .block-image figcaption {
    font-size: var(--caption);
    text-align: center;
    letter-spacing: 0;
    padding-top: 1rem; }

.block-introduction {
  display: flex;
  flex-direction: row;
  margin: 0 auto;
  padding: 2em 1em 0;
  font-size: var(--body);
  margin-bottom: var(--line); }
  .block-introduction + .block-text {
    margin-top: -1em; }
  @media (max-width: 767px) {
    .block-introduction {
      padding: 1rem; } }
  .block-introduction__title {
    flex: 1; }
  .block-introduction__text {
    flex: 3;
    font-size: var(--medium);
    margin-bottom: 1em; }
    .block-introduction__text p {
      padding-right: 0; }

.block-bubble_chat, .block-interview {
  margin-top: 1.1em;
  padding: 2em 1em 0; }
  .block-bubble_chat + .block-text, .block-interview + .block-text {
    margin-top: 2em; }
  .block-bubble_chat:last-of-type, .block-interview:last-of-type {
    padding-bottom: 0; }
  .block-bubble_chat p:not(:first-of-type), .block-interview p:not(:first-of-type) {
    margin-top: 1.1em; }
  .block-bubble_chat .conversation, .block-interview .conversation {
    display: block;
    position: relative;
    padding-right: 1em; }
    .block-bubble_chat .conversation ol, .block-interview .conversation ol {
      margin-left: 1em; }
    .block-bubble_chat .conversation:first-of-type, .block-interview .conversation:first-of-type {
      margin-top: var(--line); }
    .block-bubble_chat .conversation .initials, .block-interview .conversation .initials {
      display: inline;
      padding-right: 1em; }
      .block-bubble_chat .conversation .initials:before, .block-interview .conversation .initials:before {
        content: "("; }
      .block-bubble_chat .conversation .initials:after, .block-interview .conversation .initials:after {
        content: ")"; }
    .block-bubble_chat .conversation:not(:first-of-type), .block-interview .conversation:not(:first-of-type) {
      margin-top: 1em; }
    .block-bubble_chat .conversation:nth-of-type(even), .block-interview .conversation:nth-of-type(even) {
      margin-left: 25%;
      padding-right: 1em; }
    .block-bubble_chat .conversation:nth-of-type(odd), .block-interview .conversation:nth-of-type(odd) {
      margin-right: 8em; }
      @media (max-width: 670px) {
        .block-bubble_chat .conversation:nth-of-type(odd), .block-interview .conversation:nth-of-type(odd) {
          margin-right: 4em; } }
      .block-bubble_chat .conversation:nth-of-type(odd) p, .block-interview .conversation:nth-of-type(odd) p {
        text-indent: 0; }
    .block-bubble_chat .conversation a, .block-interview .conversation a {
      overflow-wrap: break-word;
      word-wrap: break-word; }
    .block-bubble_chat .conversation p, .block-interview .conversation p {
      line-height: 1.2;
      display: inline; }
      .block-bubble_chat .conversation p + p, .block-interview .conversation p + p {
        margin-top: 1.1em !important;
        text-indent: 0; }
      .block-bubble_chat .conversation p:not(:first-of-type), .block-interview .conversation p:not(:first-of-type) {
        display: block;
        text-indent: 0; }

figure {
  display: table; }

h2 {
  text-align: center; }

.tag-block {
  font-size: var(--caption);
  position: fixed;
  top: 1em;
  left: 1em; }
  .tag-block .tag {
    display: inline-block !important;
    border: 1px solid;
    padding: 2px 10px;
    border-radius: 15px;
    margin-right: 0.5rem; }
    .tag-block .tag:after {
      content: ""; }

.marquee__row {
  white-space: nowrap;
  padding: 0.25em 0 0.15em;
  border-bottom: 1px solid;
  font-weight: 400;
  font-size: var(--larger);
  line-height: 0.9;
  transition: -webkit-transform 1s var(--ease);
  transition: transform 1s var(--ease);
  transition: transform 1s var(--ease), -webkit-transform 1s var(--ease);
  display: flex;
  align-items: center;
  width: 100%; }
  .marquee__row span {
    -webkit-animation: marquee 30s linear infinite;
            animation: marquee 30s linear infinite;
    -webkit-transform-origin: bottom left;
            transform-origin: bottom left;
    position: relative; }
    .marquee__row span:after {
      content: "•"; }
    .marquee__row span a {
      display: inline-block;
      font-weight: 400; }
      .marquee__row span a:hover {
        color: #ccc; }

@-webkit-keyframes marquee {
  0% {
    -webkit-transform: translate(0);
            transform: translate(0); }
  100% {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%); } }

@keyframes marquee {
  0% {
    -webkit-transform: translate(0);
            transform: translate(0); }
  100% {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%); } }

@media (max-width: 670px) {
  .series-home {
    padding: 0 1em; } }

.series-home h1 {
  font-size: var(--mega);
  font-weight: 400;
  margin-top: 0.5em;
  max-width: 80%;
  margin-bottom: 0.5em !important; }

.series-subtitle {
  display: table;
  text-align: center; }

.series-img, .series-list, .series-subtitle, .series-text {
  max-width: 1120px;
  margin: 2em auto; }

.series-img figure {
  margin: 0 auto; }

.series-img figcaption {
  font-size: var(--smallest);
  padding-top: 0.5em; }

.series-text p + p {
  margin-top: 1em; }

.series-list {
  counter-reset: line-num;
  max-width: 1180px; }
  .series-list .title {
    display: block;
    font-size: var(--larger);
    font-weight: 400;
    line-height: 0.95;
    text-align: center;
    margin-bottom: 0.25em; }
  .series-list h4 {
    font-size: var(--larger);
    font-weight: 400;
    line-height: 0.95;
    text-align: center; }
  .series-list a {
    display: block;
    font-size: var(--larger);
    font-weight: 400;
    line-height: 0.95;
    margin-left: 1em;
    text-indent: -1em; }
    .series-list a + .title {
      margin-top: 1em; }
    .series-list a em {
      font-weight: 400;
      font-style: normal;
      font-size: 50%; }
    .series-list a br {
      display: none; }
    .series-list a:hover {
      opacity: 0.25; }
  .series-list.bulleted a {
    margin-left: 0.4em;
    text-indent: -.4em; }
    .series-list.bulleted a:before {
      content: "•";
      padding-right: 0.25em; }
  .series-list.numbered a {
    margin-left: 0.65em;
    text-indent: -.65em; }
    .series-list.numbered a:before {
      counter-increment: line-num;
      content: counter(line-num) ".";
      padding-right: 0.25em; }

.series__row {
  padding: 0.75em;
  display: block !important; }
  .series__row figure.wide {
    max-width: 80%;
    margin: 0 auto; }
  .series__row__byline {
    border-bottom: 1px solid; }
    .series__row__byline h2 {
      font-size: var(--mega) !important;
      font-weight: 400;
      padding: 1em 1em 0.5em; }
    .series__row__byline figure.wide {
      max-width: 80%;
      margin: 0 auto; }
  .series__row-byline {
    max-width: 80%;
    margin: 2em auto 1em;
    text-align: center; }
  .series__row h2 {
    font-size: var(--mega) !important; }
  .series__row__contents {
    max-width: 1180px;
    margin: 0 auto; }
    .series__row__contents h3 {
      font-size: var(--larger);
      font-weight: 400;
      line-height: 0.95;
      text-align: center;
      margin: 0.5em 0; }
    .series__row__contents ol {
      margin-bottom: 1em;
      list-style: none; }
      .series__row__contents ol li {
        font-size: var(--larger);
        font-weight: 400;
        line-height: 0.95;
        margin-left: 1em;
        text-indent: -1em; }
        .series__row__contents ol li:hover a {
          opacity: 0.25; }
    .series__row__contents.numbered ol {
      list-style: decimal; }
      .series__row__contents.numbered ol li {
        margin-left: 0;
        text-indent: 0; }
    .series__row__contents.bulleted ol {
      list-style: disc; }
      .series__row__contents.bulleted ol li {
        margin-left: 0;
        text-indent: 0; }
  .series__row-blocks {
    display: flex;
    flex-direction: row; }
    @media (max-width: 670px) {
      .series__row-blocks {
        flex-direction: column; } }
    .series__row-blocks article {
      width: 50%; }
      @media (max-width: 670px) {
        .series__row-blocks article {
          width: 100%; } }
      @media (max-width: 670px) {
        .series__row-blocks article:not(:last-of-type) {
          border: none; } }
      .series__row-blocks article figure {
        margin-bottom: 0.5em; }
  .series__row h2 {
    font-weight: 400;
    display: block;
    font-size: var(--larger);
    line-height: 0.9;
    text-align: center;
    padding: 1em; }
  .series__row h3 {
    text-transform: none; }

.content-title-serif strong {
  font-family: "Hijrnotes", cursive;
  font-size: 80%;
  letter-spacing: -0.05rem;
  line-height: 1;
  vertical-align: sub; }
  @media (max-width: 767px) {
    .content-title-serif strong {
      font-size: 80%; } }

article {
  flex: 1;
  position: relative;
  text-align: center;
  padding: 1em; }
  article .content-title {
    line-height: 1;
    display: block;
    margin-top: 1em; }
    article .content-title:hover {
      text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.3); }
  article .content-title-stretch {
    -webkit-transform: scale(1, 1.7);
            transform: scale(1, 1.7);
    display: block;
    line-height: 0.9;
    letter-spacing: 0;
    padding-top: 1.5em;
    font-size: 3.6rem; }
  article .content-title-serif {
    font-weight: 400;
    display: block;
    line-height: 0.9;
    letter-spacing: 0;
    padding-top: 1em; }
    @media (max-width: 767px) {
      article .content-title-serif {
        padding-top: 2em;
        font-size: 2.7rem;
        flex: 1;
        display: flex;
        flex-direction: column;
        justify-content: space-around;
        align-items: center;
        padding-top: 0.35em; } }
  article .meta {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0.5em;
    font-size: var(--caption);
    font-family: "Lido";
    text-align: center;
    letter-spacing: 0;
    display: none;
    text-transform: capitalize; }
  article:hover .meta {
    display: block; }
  article:not(:last-of-type) {
    border-right: 1px solid; }

.content-title-serif,
.subtitle {
  display: block;
  line-height: 0.9;
  letter-spacing: 0; }
  .content-title-serif .human,
  .subtitle .human {
    -webkit-transform: none;
            transform: none;
    font-size: 105%; }
    @media (max-width: 767px) {
      .content-title-serif .human,
      .subtitle .human {
        font-size: 90%; } }

.img-num,
.img-total {
  display: inline-block !important; }

.subtitle {
  margin-top: 0.5em; }
  .subtitle + .human {
    padding-top: 1em; }

.audio-paper .text-block {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  min-height: 100vh;
  padding: 0;
  display: flex;
  flex-direction: column; }

.audio-paper__text {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  line-height: 1.1;
  letter-spacing: 1px;
  font-size: 4.8rem;
  width: 100%;
  max-width: 90%;
  text-align: center;
  pointer-events: none; }
  .audio-paper__text.smaller {
    font-size: var(--medium) !important;
    line-height: 1.1; }
  body:not(.audio-paper-playing) .audio-paper__text {
    opacity: 0; }
  @media (max-width: 767px) {
    .audio-paper__text {
      font-size: 120%;
      padding: 0 1em;
      line-height: 0.9; } }

.audio-paper__time {
  position: absolute;
  bottom: 0.5em;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%); }

.audio-paper__play {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0; }
  .audio-paper__play span {
    position: absolute;
    bottom: 0.5em;
    left: 0.5em; }
  body.audio-paper-playing .audio-paper__play span {
    display: none; }

.soundcite:before {
  content: "[listen] ";
  color: #ccc; }

.soundcite.playing:before {
  content: "[stop] "; }

figure.video {
  max-width: 100%;
  margin: 4em auto !important; }

.gloss {
  margin: 1.5rem; }
  .gloss.landscape {
    position: relative;
    height: calc(100vh - 3rem);
    width: calc(100vw - 3rem); }
    .gloss.landscape .gloss__sound {
      bottom: 0;
      right: 0; }
    .gloss.landscape .gloss__videos {
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%) rotate(90deg);
              transform: translate(-50%, -50%) rotate(90deg);
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center; }
      .gloss.landscape .gloss__videos__side {
        display: flex;
        flex-direction: column; }
        .gloss.landscape .gloss__videos__side video {
          width: calc(100vh - 3rem);
          height: auto; }
        .gloss.landscape .gloss__videos__side:nth-of-type(1) {
          justify-content: flex-end; }
        .gloss.landscape .gloss__videos__side:nth-of-type(2) {
          justify-content: flex-start; }
  .gloss:not(.landscape) .gloss__videos {
    width: 100%;
    height: calc(100vh - 3rem);
    display: flex; }
    .gloss:not(.landscape) .gloss__videos__side {
      flex: 1;
      height: 100%;
      overflow: hidden;
      position: relative; }
      .gloss:not(.landscape) .gloss__videos__side video {
        height: calc(50vw - 1.5rem);
        width: auto;
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform-origin: center center;
                transform-origin: center center;
        -webkit-transform: translate(-50%, -50%) rotate(90deg);
                transform: translate(-50%, -50%) rotate(90deg); }
  .gloss__sound {
    position: absolute;
    bottom: 2rem;
    right: 2rem;
    background: white;
    color: black;
    border-radius: 1em;
    padding: 0.1rem 1.4rem 0.3rem;
    z-index: 2;
    box-shadow: rgba(0, 0, 0, 0.2) 0.1em 0.1em 0.5em; }
  .gloss__contents figcaption {
    padding: 0.25em 0.5em;
    letter-spacing: -0.05rem;
    font-size: var(--caption); }
  .gloss + [data-content-type="audio-paper"] {
    height: auto !important; }

[data-block-type="mixtape"] {
  justify-content: space-between; }
  [data-block-type="mixtape"] a {
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    flex: none !important; }

.block-text + .block-interview {
  margin-top: 0;
  padding-top: 0; }

.takeover {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  z-index: 999;
  background: white;
  display: none; }
  .takeover__close {
    position: fixed;
    top: 0;
    right: 0;
    display: block; }
    .takeover__close svg {
      display: block;
      width: 6.4rem; }
      @media (max-width: 767px) {
        .takeover__close svg {
          width: 40px; } }
  .takeover img {
    width: 90vh;
    height: auto;
    margin: auto; }

[data-content-type="interview"] .content-title-serif {
  line-height: 0.9; }

[data-title="chance-composition"] h1 {
  display: block; }

[data-title="chance-composition"] span:first-of-type {
  display: block; }

.video-click {
  position: relative;
  z-index: 1; }
  .video-click:not(:hover) .video-click__overlay {
    display: none; }
  .video-click__overlay {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 2;
    color: white;
    cursor: pointer; }
    .video-click__overlay__text {
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%); }

.ribcage {
  margin: 1.5rem; }
  .ribcage video {
    width: 100%; }
  .ribcage figcaption {
    padding: 0.25em 0.5em;
    letter-spacing: -0.05rem;
    font-size: var(--caption); }

.series__row {
  border-bottom: 1px solid;
  display: flex; }
  @media (max-width: 860px) {
    .series__row {
      display: block; } }

.series__item {
  height: 100%;
  position: relative;
  height: 25vw;
  flex: 1; }
  @media (max-width: 767px) {
    .series__item {
      border-bottom: 1px solid; } }
  @media (max-width: 767px) {
    .series__item {
      height: 80vh; } }
  .series__item .label {
    position: absolute;
    top: 0;
    left: 0;
    font-size: 2rem;
    margin: 2rem;
    color: red;
    z-index: 3;
    display: inline-block;
    border: 1px solid red;
    padding: 0.1em 0.2em; }
  .series__item:not(:last-child):after {
    content: "";
    border-right: 1px solid;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    margin: 2rem 0; }
    @media (max-width: 767px) {
      .series__item:not(:last-child):after {
        display: none; } }
  .series__item--double {
    flex: 2; }

.home__row {
  border-bottom: 1px solid;
  display: flex; }
  @media (max-width: 860px) {
    .home__row {
      display: block; } }

.home__item {
  height: 100%;
  position: relative;
  height: 25vw;
  flex: 1; }
  @media (max-width: 767px) {
    .home__item {
      border-bottom: 1px solid; } }
  @media (max-width: 767px) {
    .home__item {
      height: 80vh; } }
  .home__item .label {
    position: absolute;
    top: 0;
    left: 0;
    font-size: 2rem;
    margin: 2rem;
    color: red;
    z-index: 3;
    display: inline-block;
    border: 1px solid red;
    padding: 0.1em 0.2em; }
  .home__item:not(:last-child):after {
    content: "";
    border-right: 1px solid;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    margin: 2rem 0; }
    @media (max-width: 767px) {
      .home__item:not(:last-child):after {
        display: none; } }
  .home__item--double {
    flex: 2; }

.block {
  display: flex;
  flex-direction: column; }
  .block-toc {
    max-width: 1120px;
    margin: 4em auto;
    padding: 0 1em; }
    @media (max-width: 1080px) {
      .block-toc {
        margin: 2em 1em; } }
    .block-toc h1 {
      line-height: 1; }
    .block-toc a.file {
      border: none; }
      .block-toc a.file[href='undefined'] {
        display: none; }
    .block-toc ol li a {
      border-bottom: 1px solid; }
      .block-toc ol li a:hover {
        opacity: 0.25; }
  .block-title {
    margin: 1em;
    text-align: center; }
  .block__link {
    display: flex;
    flex: 1;
    width: 100%;
    flex-direction: column; }
  .block__foot, .block__head, .block__title {
    position: absolute;
    text-align: center;
    width: 100%;
    padding: 2rem 0; }
  .block__foot, .block__head {
    font-size: var(--details);
    letter-spacing: -0.025rem; }
  .block__head {
    top: 0; }
  .block__foot {
    bottom: 0; }
  .block__title {
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    font-weight: 400;
    font-size: var(--larger);
    line-height: 0.9; }
    .block__title--serif {
      font-weight: 400;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%);
      font-size: var(--larger);
      line-height: 0.9; }
      .block__title--serif strong {
        font-size: 80%; }
  .block-title + .block-slider {
    margin-top: -1em; }
  .block-text ul {
    margin-bottom: 1em; }
  .block-text strong {
    font-weight: normal;
    text-align: center;
    display: inline-block;
    width: 100%; }
  .block figure img {
    height: 60%;
    width: auto;
    max-width: none;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    box-shadow: 10px 10px 12px 0 rgba(0, 0, 0, 0.25);
    z-index: 10; }
    @media (max-width: 670px) {
      .block figure img {
        box-shadow: none;
        mix-blend-mode: multiply;
        max-width: 60%;
        height: auto; } }
  .block__link:not(:hover) figure {
    display: none; }
  .block--artist-profile__outer {
    display: flex;
    height: 100%; }
  .block--artist-profile__left, .block--artist-profile__right {
    flex: 1;
    height: 100%;
    position: relative; }
  .block--artist-profile__right {
    display: flex;
    flex-direction: column; }
  .block--artist-profile__left {
    padding: 2rem 0; }
    @media (max-width: 767px) {
      .block--artist-profile__left {
        display: none; } }
  .block--artist-profile__image {
    height: 100%;
    flex: 1;
    background-position: center;
    background-size: cover; }
  .block--score.home__item--full {
    height: 100vh; }
    .block--score.home__item--full .xenoglossia {
      flex: 1;
      height: 100%;
      display: flex;
      justify-content: center;
      align-items: center;
      position: relative; }
      .block--score.home__item--full .xenoglossia img {
        -webkit-transform: none !important;
                transform: none !important;
        height: 90vh !important;
        margin: auto; }
    .block--score.home__item--full figcaption {
      font-size: var(--caption);
      letter-spacing: -0.05rem;
      position: absolute;
      bottom: 1em;
      left: 0; }
  .block-bubble_chat {
    margin: 1.1em auto;
    max-width: 1120px; }
    .block-bubble_chat .conversation {
      padding: 0.5em 0.75em;
      border-radius: 2rem;
      box-shadow: rgba(0, 0, 0, 0.2) 0.1em 0.1em 0.5em; }
  .block--interview.home__item--full {
    height: auto; }
    .block--interview.home__item--full figure {
      display: block !important; }
      .block--interview.home__item--full figure img {
        height: 680px !important;
        margin: 2em auto 0; }
    .block--interview.home__item--full .block__title,
    .block--interview.home__item--full figure img {
      position: static !important;
      top: initial !important;
      left: initial !important;
      -webkit-transform: initial !important;
              transform: initial !important; }
    .block--interview.home__item--full .block__title {
      margin: 1em 0; }
  .block--editors-letter .block__title,
  .block--essay .block__title {
    top: 0.5em;
    -webkit-transform: none;
            transform: none; }
  .block--mixtape figure img {
    box-shadow: none; }

.play {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  visibility: hidden; }

.block:hover .play {
  visibility: visible;
  cursor: pointer; }

.block--artist-profile {
  height: 32vw; }
  @media (max-width: 767px) {
    .block--artist-profile {
      height: 100vw; } }

.podcasts {
  counter-reset: podcast; }
  .podcasts h2 {
    font-size: var(--larger);
    font-weight: 400;
    padding: 1em 0; }
  .podcasts ul li {
    font-size: var(--details);
    padding: 1em 0; }
  .podcasts ul li {
    padding: 5px 0 7px;
    display: flex;
    flex-direction: row; }
    .podcasts ul li:hover {
      color: var(--highlight);
      cursor: pointer; }
      .podcasts ul li:hover:not(:first-of-type) {
        border-top: 1px solid black; }
    .podcasts ul li + li {
      border-top: 1px solid; }
    .podcasts ul li .podcast--title {
      line-height: 1;
      letter-spacing: 0;
      flex: 1;
      padding-right: 4em;
      padding-top: 3px; }
      @media (max-width: 670px) {
        .podcasts ul li .podcast--title {
          padding-right: 1em; } }
    .podcasts ul li .podcast--img {
      height: 5.4rem;
      width: 5.4rem;
      margin-right: 0.5em;
      overflow: hidden;
      display: none; }
      @media (max-width: 670px) {
        .podcasts ul li .podcast--img {
          height: 4rem;
          width: 4rem; } }
      .podcasts ul li .podcast--img img {
        max-width: 100%;
        display: block; }
    .podcasts ul li .podcast--date {
      text-align: left;
      flex: 0.055;
      letter-spacing: 0; }
      @media (max-width: 670px) {
        .podcasts ul li .podcast--date {
          text-align: right;
          padding-right: 0.5em; } }

.score[data-content-slug="ancestory-play-ancestry"] figure,
.score[data-content-slug="church-of-xenoglossia"] figure {
  width: 100%;
  min-height: 100vh;
  background-size: cover;
  background-position: top left;
  background-repeat: no-repeat; }

.score[data-content-slug="ancestory-play-ancestry"] .conversation figure,
.score[data-content-slug="church-of-xenoglossia"] .conversation figure {
  width: 100%;
  min-height: 100% !important;
  background-size: auto; }

.score[data-content-slug="ancestory-play-ancestry"] .content-pane-text-inner,
.score[data-content-slug="church-of-xenoglossia"] .content-pane-text-inner {
  overflow-y: auto; }

.score[data-content-slug="ancestory-play-ancestry"] .xenoglossia,
.score[data-content-slug="church-of-xenoglossia"] .xenoglossia {
  height: 100vh;
  position: relative; }
  .score[data-content-slug="ancestory-play-ancestry"] .xenoglossia img,
  .score[data-content-slug="church-of-xenoglossia"] .xenoglossia img {
    max-width: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%); }
  .score[data-content-slug="ancestory-play-ancestry"] .xenoglossia + figcaption,
  .score[data-content-slug="church-of-xenoglossia"] .xenoglossia + figcaption {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 0.5em; }

.score[data-content-slug="ancestory-play-ancestry"] figcaption,
.score[data-content-slug="church-of-xenoglossia"] figcaption {
  padding: 0.25em 0;
  letter-spacing: 0;
  font-size: var(--caption); }

@media (max-width: 670px) {
  .block__link figure {
    display: block !important; } }

.block--interview.home__item--full figure img {
  height: 680px !important;
  margin: 2em auto 0; }
  @media (max-width: 860px) {
    .block--interview.home__item--full figure img {
      height: 480px !important; } }
  @media (max-width: 670px) {
    .block--interview.home__item--full figure img {
      height: auto !important;
      max-width: 100%;
      margin: 0.5em auto 0; } }

.footer-container {
  margin-top: auto; }

.page {
  padding: 0.5em; }

form.feedback {
  display: flex;
  flex-direction: column;
  margin-top: 1em;
  border-top: 1px solid; }
  form.feedback button,
  form.feedback input,
  form.feedback select,
  form.feedback textarea {
    font: inherit;
    border: none;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    background: none; }
  form.feedback input,
  form.feedback select,
  form.feedback textarea {
    border-bottom: 1px solid;
    width: 100%; }
  form.feedback textarea {
    height: 3.4em; }
  form.feedback button {
    margin-left: auto; }

[data-title="collagen"] .block-multimedia video {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 65vw;
  top: initial;
  height: auto; }

.block-multimedia {
  width: 100vw;
  height: 100vh;
  overflow: hidden;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative; }
  .block-multimedia .block-video {
    max-width: initial !important;
    margin: 0 !important !important;
    padding: 0 !important !important;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
    .block-multimedia .block-video-wrap {
      height: 100%; }
    .block-multimedia .block-video-fullscreen {
      display: none !important; }
  .block-multimedia iframe {
    height: 100vh;
    border: none;
    outline: 0; }
  .block-multimedia video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  .block-multimedia audio {
    bottom: 0;
    right: 0;
    position: absolute; }
  .block-multimedia__controls {
    position: absolute;
    bottom: 0;
    right: 0;
    padding: 1rem;
    font-size: var(--smallest);
    z-index: 2; }
  .block-multimedia .plyr--video {
    height: 100%; }

.block-anchor {
  position: relative;
  top: -4rem; }

.comma-list > *:not(:last-child):after {
  content: ", "; }

img {
  transition: opacity 0.5s; }
  img:not(.loaded) {
    opacity: 0; }

[data-content-type="series"] .text-block-title {
  display: none; }

.block--score {
  height: auto; }

@media (max-width: 670px) {
  ol {
    margin-left: 0.5em; } }

iframe {
  width: 100%; }
  @media (max-width: 670px) {
    iframe {
      max-width: 100%; } }

.anchor {
  position: relative;
  display: inline-block;
  border: none;
  padding-top: 1em; }
  .anchor:hover {
    cursor: pointer; }

[data-title="proposals-from-the-future"] .block-toc ol {
  list-style: none; }

.score .block-details figure,
.score .block-text figure {
  min-height: 1px !important; }

@media (max-width: 1024px) {
  [data-title="oruaiti-e-kurapae-o-hikoi-whakarekareka"] iframe {
    max-height: 80vh !important; } }

.text-block-title.has-text-slides {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%; }

.text-slides {
  position: relative;
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0; }

[data-title="singing-china"] .block-text {
  max-width: 28em; }
  @media (max-width: 670px) {
    [data-title="singing-china"] .block-text {
      max-width: 100%;
      font-size: 2.8vw; } }

@media (max-width: 670px) {
  .text-block:not([data-title="songs-you-cant-hear"]) .content-pane-text br {
    display: none; } }

p strong {
  font-weight: bold; }

.plyr {
  font-family: "Disclaimer";
  font-weight: 200 !important;
  --plyr-color-main: white; }
  .plyr__captions {
    padding: 3.5rem !important; }
    @media (max-width: 670px) {
      .plyr__captions {
        padding: 3.5rem 1.5rem !important; } }
  .plyr__controls {
    font-family: "Disclaimer";
    font-weight: 200 !important;
    font-size: 16px; }
    .plyr__controls [data-plyr="play"] {
      display: none; }
  .plyr__time {
    font-size: var(--small) !important; }
  .plyr__progress .plyr__tooltip {
    display: none !important; }
  .plyr__progress input[type=range], .plyr__progress__buffer,
  .plyr .plyr--full-ui input[type=range] {
    border-radius: 0 !important; }
  .plyr__control:hover {
    background: transparent !important; }
  .plyr__control--overlaid {
    background: none !important; }
  .plyr__control[data-plyr="play"] svg {
    display: none !important; }
  .plyr__control[data-plyr="play"] span {
    width: auto !important;
    position: relative !important;
    text-transform: lowercase;
    font-size: var(--small); }
    .plyr__control[data-plyr="play"] span:before {
      content: "("; }
    .plyr__control[data-plyr="play"] span:after {
      content: ")"; }
  .plyr__caption {
    background: none !important;
    font-size: var(--small);
    line-height: 1.2 !important;
    letter-spacing: 0;
    font-weight: 200;
    text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5); }
    @media (max-width: 670px) {
      .plyr__caption {
        font-size: 2.1rem !important;
        line-height: 1.1; } }

[data-plyr="pip"],
[data-plyr="settings"] {
  display: none !important; }

[data-caption-color="yellow"] .plyr__caption {
  color: yellow !important; }

[data-title="the-yearning"] .block-text {
  position: relative; }
  [data-title="the-yearning"] .block-text p {
    position: relative;
    text-shadow: 2px 2px 2px rgba(255, 255, 255, 0.75); }
  [data-title="the-yearning"] .block-text strong {
    font-weight: bold !important;
    width: auto;
    display: inline !important;
    text-align: left !important; }
  [data-title="the-yearning"] .block-text .inline {
    position: absolute;
    z-index: 0;
    mix-blend-mode: multiply;
    opacity: 0.7; }
    [data-title="the-yearning"] .block-text .inline.right {
      right: 0; }

[data-title="the-yearning"] .block-introduction strong {
  font-weight: bold !important;
  width: auto;
  display: inline !important;
  text-align: left !important;
  letter-spacing: -1px; }

.block-schedule {
  margin: -0.5rem;
  padding: 0 1em; }
  .block-schedule__row {
    display: flex; }
  .block-schedule__row:not(.block-schedule__row--header) .block-schedule__col {
    position: relative; }
    .block-schedule__row:not(.block-schedule__row--header) .block-schedule__col__content {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
    .block-schedule__row:not(.block-schedule__row--header) .block-schedule__col__image {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
    .block-schedule__row:not(.block-schedule__row--header) .block-schedule__col__sizer {
      width: 100%;
      padding-top: 100%; }
  .block-schedule__col {
    flex: 1;
    margin: 0.5rem; }
  @media (max-width: 670px) {
    .block-schedule a.soundcite:before {
      color: inherit; } }
  .block-schedule a.soundcite span.wrap {
    display: none; }

.block-schedule-key {
  margin: 0 1em;
  display: flex;
  margin-bottom: 0.5em; }
  .block-schedule-key__image {
    margin-right: 0.5em;
    width: calc((100vw - 1em) / 5 - 0.5em); }
    .block-schedule-key__image img {
      width: 100%;
      display: block; }
  .block-schedule-key__text {
    flex: 1; }

.manus-fixed,
.manus-rec {
  border: 1px solid;
  border-radius: 1rem;
  padding: 1.5rem;
  font-size: 3.6rem;
  background: white;
  color: purple;
  box-shadow: 10px 10px 11px 0 rgba(128, 0, 128, 0.2);
  font-family: "TimesTen";
  line-height: 1.1;
  letter-spacing: -0.005em;
  font-variant-numeric: oldstyle-nums; }
  .manus-fixed:hover,
  .manus-rec:hover {
    color: red;
    box-shadow: 10px 10px 11px 0 rgba(255, 0, 0, 0.2); }

.manus-fixed {
  position: fixed;
  bottom: 1rem;
  right: 1rem;
  z-index: 5;
  font-size: 1.8rem;
  padding: 1rem 1em 0.6rem;
  border-radius: 2em; }

.manus-rec {
  cursor: pointer; }
  .manus-rec-wrap {
    margin: 0 auto 2em;
    max-width: 65rem; }
    .manus-rec-wrap figcaption {
      font-size: var(--caption);
      text-align: right;
      margin-top: 1rem;
      color: purple; }
      .manus-rec-wrap figcaption a:hover {
        color: red; }
  .manus-rec.playing .manus-rec__play,
  .manus-rec:not(.playing) .manus-rec__pause {
    display: none; }
  .manus-rec.playing .manus-rec__pause,
  .manus-rec:not(.playing) .manus-rec__play {
    display: inline; }

/*# sourceMappingURL=style.css.map */
