html {
  box-sizing: border-box; }

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

/* @import must be at top of file, otherwise CSS will not work
@import url("//hello.myfonts.net/count/2e6187");

 */
h1 {
  font-size: 1.2em; }

h2 {
  font-size: 1.1em; }

h3 {
  font-size: 0.8em; }

h4 {
  font-size: 0.7em; }

@media screen and (min-width: 480px) {
  h1 {
    font-size: 1.2em; }

  h2 {
    font-size: 0.8em; }

  h3 {
    font-size: 0.8em; }

  h4 {
    font-size: 0.7em; } }
@media screen and (min-width: 768px) {
  h1 {
    font-size: 1.8em; }

  h2 {
    font-size: 1em; }

  h3 {
    font-size: 0.8em; }

  h4 {
    font-size: 0.7em; } }
h1, h2, h3, h4, h5 {
  text-transform: none;
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-weight: 700; }

body {
  background: #f6f5f0;
  color: #000000;
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif !important;
  font-size: 0.8em;
  margin-top: 0 !important;
  padding-top: 72px !important; }
  @media screen and (min-width: 1024px) {
    body {
      font-size: 1em; } }
  @media screen and (min-width: 1280px) {
    body {
      padding-top: 72px !important; } }

img {
  max-width: 100%;
  height: auto; }

strong {
  font-weight: 700; }

h3.type {
  text-transform: uppercase;
  margin-bottom: 0; }

.hidden {
  display: none; }

strong, bold, em {
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif; }

.small {
  font-size: 80% !important;
  margin-bottom: 1em; }

blockquote {
  margin: 3em; }

.inside {
  width: 96%; }

hr {
  height: 4px;
  background: #B8B6AE; }

.smallGreyLine {
  height: 4px;
  background: #B8B6AE;
  margin-right: 70%;
  margin-top: 24px;
  margin-bottom: 30px; }

.css-columns p {
  margin-top: 0 !important; }

.fa {
  margin-right: 0.4em; }

.carousel {
  margin-bottom: 3.5em;
  padding: 0 1em;
  background: #fff; }
  .carousel .flickity-viewport {
    height: 200px; }
    @media screen and (min-width: 480px) {
      .carousel .flickity-viewport {
        height: 300px; } }
    @media screen and (min-width: 768px) {
      .carousel .flickity-viewport {
        height: 380px; } }
    @media screen and (min-width: 1024px) {
      .carousel .flickity-viewport {
        height: 500px; } }
    @media screen and (min-width: 1280px) {
      .carousel .flickity-viewport {
        height: 600px; } }
    .carousel .flickity-viewport img {
      display: block;
      height: 100%;
      width: auto;
      padding: 1em 0.5em; }
  .carousel .flickity-page-dots .dot {
    margin: 0 2px; }
    @media screen and (min-width: 480px) {
      .carousel .flickity-page-dots .dot {
        margin: 0 6px; } }
    @media screen and (min-width: 768px) {
      .carousel .flickity-page-dots .dot {
        margin: 0 8px; } }

.audiojs {
  width: 100%; }
  @media screen and (min-width: 1024px) {
    .audiojs {
      width: 50%; } }
  .audiojs .play-pause {
    width: 30px;
    padding: 4px 6px;
    display: inline-block; }
    .audiojs .play-pause p {
      display: none; }
    .audiojs .play-pause .play {
      display: block; }
    .audiojs .play-pause .play:before {
      content: "\f04b"; }
    .audiojs .play-pause .pause:before {
      content: "\f04c"; }
  .audiojs .scrubber {
    position: relative;
    top: 3px;
    display: inline-block;
    border: 1px solid #B8B6AE;
    width: 80%;
    max-width: 300px;
    height: 18px; }
    .audiojs .scrubber .progress {
      background: #B8B6AE;
      border-top: 1px solid #B8B6AE;
      border-bottom: 1px solid #B8B6AE;
      width: 0%;
      height: 100%; }
  .audiojs .time {
    margin-left: 10px;
    width: 80px;
    font-size: 0.7em;
    display: inline-block; }
    .audiojs .time em {
      font-style: normal; }
    .audiojs .time strong {
      font-weight: 400; }
  .audiojs.playing .play, .audiojs.playing .loading, .audiojs.playing .error {
    display: none; }
  .audiojs.playing .pause {
    display: block; }
  .audiojs.loading .play, .audiojs.loading .pause, .audiojs.loading .error {
    display: none; }
  .audiojs.loading .loading {
    display: block; }
  .audiojs.error .time, .audiojs.error .play, .audiojs.error .pause, .audiojs.error .scrubber, .audiojs.error .loading {
    display: none; }
  .audiojs.error .error {
    display: block; }
  .audiojs.error .play-pause p {
    cursor: auto; }
  .audiojs.error .error-message {
    display: block; }

/* --------------      responsive video player.     ------------------ */
.video-container {
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
  height: 0;
  background: #000000;
  margin-bottom: 0.5em; }
  .video-container iframe {
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    position: absolute; }

.video-title {
  font-style: italic;
  font-size: 80% !important;
  margin-bottom: 1em;
  margin-bottom: 1.5em; }

.pageHeader {
  position: fixed;
  padding: 0  !important;
  top: 0px;
  left: 0px;
  right: 0px;
  z-index: 1000;
  max-height: 120px !important;
  background: #ffffff;
  display: block;
  height: 50px;
  box-shadow: 0px 3px 3px #ddd, 0px -3px 3px #ddd;
  margin-bottom: 30px; }
  .pageHeader #triennial-header-nav {
    position: absolute;
    top: 68px; }
  .pageHeader .hd-left {
    display: inline-block;
    position: absolute;
    left: 1em;
    width: 88%; }
    @media screen and (min-width: 768px) {
      .pageHeader .hd-left {
        left: 2em;
        top: 2px; } }
    @media screen and (min-width: 1024px) {
      .pageHeader .hd-left {
        width: 40%; } }
    .pageHeader .hd-left .ngv-site-logo {
      position: absolute;
      top: 14px;
      left: 0;
      max-width: 50px; }
      @media screen and (min-width: 480px) {
        .pageHeader .hd-left .ngv-site-logo {
          top: 9px;
          max-width: 64px; } }
      @media screen and (min-width: 768px) {
        .pageHeader .hd-left .ngv-site-logo {
          top: 7px; } }
    .pageHeader .hd-left ul {
      margin: 0;
      padding: 0;
      display: inline-block; }
      .pageHeader .hd-left ul li {
        display: block;
        list-style: none; }
    .pageHeader .hd-left .triennial-voices-logo {
      position: absolute;
      top: 20px;
      left: 64px;
      max-width: 190px; }
      @media screen and (min-width: 480px) {
        .pageHeader .hd-left .triennial-voices-logo {
          top: 14px;
          left: 80px;
          max-width: 225px; } }
      @media screen and (min-width: 1024px) {
        .pageHeader .hd-left .triennial-voices-logo {
          max-width: 275px; } }
  .pageHeader .hd-right {
    display: inline-block;
    width: 10%;
    position: absolute;
    top: 29px;
    right: 40px;
    /********.     hamburger.    *********/ }
    @media screen and (min-width: 1024px) {
      .pageHeader .hd-right {
        width: 59%; } }
    .pageHeader .hd-right .nav-menu {
      margin: 0;
      padding: 0;
      display: inline-block;
      display: none;
      vertical-align: middle;
      padding-left: 0; }
      .pageHeader .hd-right .nav-menu li {
        display: block;
        list-style: none; }
      @media screen and (min-width: 1024px) {
        .pageHeader .hd-right .nav-menu {
          display: block;
          position: absolute;
          right: 0;
          top: -26px; } }
      .pageHeader .hd-right .nav-menu li {
        height: 100%;
        border: 0;
        padding: 0;
        border-radius: 0;
        background: inherit;
        outline: none;
        display: inline-block;
        padding: 0.5em 0.6em; }
        @media screen and (min-width: 1280px) {
          .pageHeader .hd-right .nav-menu li {
            padding: 0.6em 0.8em; } }
        .pageHeader .hd-right .nav-menu li a {
          display: block;
          text-transform: uppercase;
          font-size: 0.8em;
          font-weight: lighter;
          border-bottom: 4px solid transparent;
          padding-top: 4px; }
        .pageHeader .hd-right .nav-menu li:nth-last-child(1) {
          padding-right: 0; }
    .pageHeader .hd-right .header-menu-link {
      position: absolute;
      top: -11px;
      right: -31px; }
      @media screen and (min-width: 768px) {
        .pageHeader .hd-right .header-menu-link {
          top: -12px;
          right: -20px; } }
      .pageHeader .hd-right .header-menu-link .fa {
        display: block; }
        @media screen and (min-width: 1024px) {
          .pageHeader .hd-right .header-menu-link .fa {
            display: none; } }

#triennial-header-nav {
  display: none;
  background: #4b4b4b;
  position: fixed;
  top: 50px;
  height: 100%;
  z-index: 9999;
  width: 100%; }
  #triennial-header-nav ul {
    margin: 0;
    padding: 0;
    display: inline-block;
    margin-bottom: 30px; }
    #triennial-header-nav ul li {
      display: block;
      list-style: none; }
    #triennial-header-nav ul li {
      display: block; }
      #triennial-header-nav ul li a {
        color: #ffffff;
        display: inline-block;
        font-size: 1.8em;
        font-weight: 900;
        margin: 15px; }

.is-checked {
  border-bottom: 4px solid #B8B6AE !important;
  transition: border-bottom 1s; }

.triennial-article li .article {
  border-bottom: 4px solid #B8B6AE !important;
  transition: border-bottom 1s; }

.triennial-artist li .artist {
  border-bottom: 4px solid #B8B6AE !important;
  transition: border-bottom 1s; }

.triennial-podcast li .podcast {
  border-bottom: 4px solid #B8B6AE !important;
  transition: border-bottom 1s; }

.triennial-video li .video {
  border-bottom: 4px solid #B8B6AE !important;
  transition: border-bottom 1s; }

.triennial-theme li .theme {
  border-bottom: 4px solid #B8B6AE !important;
  transition: border-bottom 1s; }

.content.about {
  width: 100%; }
  @media screen and (min-width: 1024px) {
    .content.about {
      width: 50%; } }

.grid {
  position: relative;
  width: 100%;
  margin: 0;
  padding: 0;
  display: inline-block; }
  .grid li {
    display: block;
    list-style: none; }
  .grid .gutter-sizer {
    width: 2.86%	!important; }
  .grid .grid-sizer {
    width: 4.0%		!important; }
  .grid .grid-sizer,
  .grid .grid-item {
    width: 100%;
    float: left;
    position: relative; }
  .grid .gutter-sizer {
    width: 0; }
  @media screen and (min-width: 480px) {
    .grid .grid-sizer,
    .grid .grid-item {
      width: 32%; }
    .grid .gutter-sizer {
      width: 4%; } }
  @media screen and (min-width: 768px) {
    .grid .grid-sizer,
    .grid .grid-item {
      width: 17.8%;
      margin-bottom: 20px; }
    .grid .gutter-sizer {
      width: 3.25%; } }
  .grid .grid-sizer {
    width: 100%; }
    @media screen and (min-width: 768px) {
      .grid .grid-sizer {
        width: 6.67%; } }
    @media screen and (min-width: 1024px) {
      .grid .grid-sizer {
        width: 5.2%; } }
  .grid .grid-item {
    padding-bottom: 12px;
    margin-bottom: 18px;
    border-bottom: 4px solid #B8B6AE; }
    .grid .grid-item.show {
      opacity: 1;
      height: auto;
      margin-bottom: 18px; }
    .grid .grid-item img {
      width: 100%;
      display: block; }
    .grid .grid-item .imageholder {
      margin-bottom: 8px;
      position: relative; }
      .grid .grid-item .imageholder:before {
        display: block;
        content: "";
        width: 100%;
        padding-top: 66.0592255125%; }
      .grid .grid-item .imageholder > .image {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center center;
        overflow: hidden; }
    .grid .grid-item h2 {
      line-height: 1.2;
      margin: 0; }
      @media screen and (min-width: 480px) {
        .grid .grid-item h2 {
          font-size: 0.9em; } }
      @media screen and (min-width: 768px) {
        .grid .grid-item h2 {
          font-size: 0.8em; } }
    .grid .grid-item h3 {
      margin-bottom: 0.4em;
      line-height: 1.4;
      font-weight: normal;
      color: #4b4b4b;
      text-transform: none !important;
      margin-top: 3px; }
      @media screen and (min-width: 480px) {
        .grid .grid-item h3 {
          font-size: 0.7em; } }
      @media screen and (min-width: 768px) {
        .grid .grid-item h3 {
          font-size: 0.62em; } }
      .grid .grid-item h3.type, .grid .grid-item h3.theme {
        text-transform: uppercase !important;
        width: 100%; }
      .grid .grid-item h3.supported_by, .grid .grid-item h3.commissioned_by {
        display: none; }
    .grid .grid-item .intro,
    .grid .grid-item .more {
      display: none; }
    .grid .grid-item.filtered h3:nth-child(1) {
      display: none; }
    .grid .grid-item:nth-child(1) {
      border-bottom: 0; }
    .grid .grid-item.noBottomBorder {
      border-bottom: none !important; }
    .grid .grid-item:nth-last-child(1) {
      border-bottom: none; }
      @media screen and (min-width: 480px) {
        .grid .grid-item:nth-last-child(1) {
          border-bottom: 4px solid #B8B6AE; } }
  .grid.filter_theme .theme {
    opacity: 1 !important; }

.holding {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
  background: url("/wp-content/uploads/2017/12/triennial-screensaver.jpg");
  background-size: cover;
  display: block;
  width: 100%;
  height: 100vh;
  z-index: 9999; }

.post-78798 .filter_none .gutter-sizer {
  width: 2.86% !important; }
.post-78798 .filter_none .grid-sizer {
  width: 4% !important; }
.post-78798 .filter_none .grid-item:nth-child(2):not(.filtered) {
  width: 100%;
  border-right: none;
  margin-top: 0; }
  @media screen and (min-width: 768px) {
    .post-78798 .filter_none .grid-item:nth-child(2):not(.filtered) {
      margin-bottom: 18px; } }
  .post-78798 .filter_none .grid-item:nth-child(2):not(.filtered) div.info h2 {
    font-size: 1.1em;
    margin: 0.4em 0 8px 0; }
  .post-78798 .filter_none .grid-item:nth-child(2):not(.filtered) div.info h3 {
    font-size: 0.8em; }
    .post-78798 .filter_none .grid-item:nth-child(2):not(.filtered) div.info h3 strong {
      font-weight: bold; }
  @media screen and (min-width: 480px) {
    .post-78798 .filter_none .grid-item:nth-child(2):not(.filtered) div.info h3 {
      margin-bottom: 12px; } }
  @media screen and (min-width: 768px) {
    .post-78798 .filter_none .grid-item:nth-child(2):not(.filtered) div.info {
      display: block;
      width: 38%; }
      .post-78798 .filter_none .grid-item:nth-child(2):not(.filtered) div.info h2 {
        font-size: 1.8em; } }
  .post-78798 .filter_none .grid-item:nth-child(2):not(.filtered) .imageholder {
    position: relative; }
    .post-78798 .filter_none .grid-item:nth-child(2):not(.filtered) .imageholder:before {
      display: block;
      content: "";
      width: 100%;
      padding-top: 52.8901734104%; }
    .post-78798 .filter_none .grid-item:nth-child(2):not(.filtered) .imageholder > .image {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background-size: cover;
      background-repeat: no-repeat;
      background-position: center center;
      overflow: hidden; }
    @media screen and (min-width: 480px) {
      .post-78798 .filter_none .grid-item:nth-child(2):not(.filtered) .imageholder {
        width: 59%;
        margin-left: 20px;
        float: right;
        overflow: visible; } }
    @media screen and (min-width: 768px) {
      .post-78798 .filter_none .grid-item:nth-child(2):not(.filtered) .imageholder {
        position: relative; }
        .post-78798 .filter_none .grid-item:nth-child(2):not(.filtered) .imageholder:before {
          display: block;
          content: "";
          width: 100%;
          padding-top: 76.5895953757%; }
        .post-78798 .filter_none .grid-item:nth-child(2):not(.filtered) .imageholder > .image {
          position: absolute;
          top: 0;
          left: 0;
          right: 0;
          bottom: 0;
          background-size: cover;
          background-repeat: no-repeat;
          background-position: center center;
          overflow: hidden; } }
    @media screen and (min-width: 1280px) {
      .post-78798 .filter_none .grid-item:nth-child(2):not(.filtered) .imageholder {
        position: relative; }
        .post-78798 .filter_none .grid-item:nth-child(2):not(.filtered) .imageholder:before {
          display: block;
          content: "";
          width: 100%;
          padding-top: 52.8901734104%; }
        .post-78798 .filter_none .grid-item:nth-child(2):not(.filtered) .imageholder > .image {
          position: absolute;
          top: 0;
          left: 0;
          right: 0;
          bottom: 0;
          background-size: cover;
          background-repeat: no-repeat;
          background-position: center center;
          overflow: hidden; } }
  .post-78798 .filter_none .grid-item:nth-child(2):not(.filtered) .intro {
    display: none;
    font-size: 0.8em;
    margin: 1em 0 1em 0;
    color: #4b4b4b;
    font-size: 1em;
    line-height: 1.5; }
    @media screen and (min-width: 768px) {
      .post-78798 .filter_none .grid-item:nth-child(2):not(.filtered) .intro {
        font-size: 0.8em; } }
    @media screen and (min-width: 768px) {
      .post-78798 .filter_none .grid-item:nth-child(2):not(.filtered) .intro {
        display: block; } }
  @media screen and (min-width: 768px) {
    .post-78798 .filter_none .grid-item:nth-child(2):not(.filtered) .more {
      font-weight: bold;
      text-transform: uppercase;
      display: block;
      font-size: 1.2em;
      margin-top: 0.5em; }
      .post-78798 .filter_none .grid-item:nth-child(2):not(.filtered) .more i {
        font-size: 0.8em;
        line-height: 1em; } }
  .post-78798 .filter_none .grid-item:nth-child(2):not(.filtered) .supported_by,
  .post-78798 .filter_none .grid-item:nth-child(2):not(.filtered) .commissioned_by {
    display: block; }
@media screen and (min-width: 768px) {
  .post-78798 .filter_none .grid-item:nth-child(3):not(.filtered), .post-78798 .filter_none .grid-item:nth-child(4):not(.filtered), .post-78798 .filter_none .grid-item:nth-child(5):not(.filtered) {
    width: 31.47%; }
  .post-78798 .filter_none .grid-item:nth-child(3) .imageholder, .post-78798 .filter_none .grid-item:nth-child(4) .imageholder, .post-78798 .filter_none .grid-item:nth-child(5) .imageholder {
    position: relative; }
    .post-78798 .filter_none .grid-item:nth-child(3) .imageholder:before, .post-78798 .filter_none .grid-item:nth-child(4) .imageholder:before, .post-78798 .filter_none .grid-item:nth-child(5) .imageholder:before {
      display: block;
      content: "";
      width: 100%;
      padding-top: 65.1041666667%; }
    .post-78798 .filter_none .grid-item:nth-child(3) .imageholder > .image, .post-78798 .filter_none .grid-item:nth-child(4) .imageholder > .image, .post-78798 .filter_none .grid-item:nth-child(5) .imageholder > .image {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background-size: cover;
      background-repeat: no-repeat;
      background-position: center center;
      overflow: hidden; } }

.artist .artistImageHolder {
  height: auto !important; }

.landingpage .grid .grid-item {
  width: 20%; }
  .landingpage .grid .grid-itemdiv:nth-child(6n), .landingpage .grid .grid-item.last {
    border-right: 0; }

.page-template-triennial-voices .content .hero {
  position: relative; }
  .page-template-triennial-voices .content .hero:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 34.4939271255%; }
  .page-template-triennial-voices .content .hero > .image {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    overflow: hidden; }
  .page-template-triennial-voices .content .hero .image {
    margin-bottom: 20px; }
.page-template-triennial-voices .content h1 {
  margin-top: 0; }
.page-template-triennial-voices .content h3 {
  margin-bottom: 0.4em;
  line-height: 1.4;
  font-weight: normal;
  color: #4b4b4b; }
  .page-template-triennial-voices .content h3.type {
    margin-bottom: 4px; }
.page-template-triennial-voices .content p:first-child {
  margin-top: 0; }
@media screen and (min-width: 768px) {
  .page-template-triennial-voices .content:nth-child(1) {
    padding-bottom: 20px;
    margin-bottom: 18px; } }
.page-template-triennial-voices .content:nth-child(2) {
  margin-top: 20px;
  padding-top: 36px;
  position: relative;
  top: -24px;
  border-top: 4px solid #B8B6AE; }
  @media screen and (min-width: 768px) {
    .page-template-triennial-voices .content:nth-child(2) {
      padding-top: 36px; } }
  .page-template-triennial-voices .content:nth-child(2) .grid .grid-item {
    min-height: 2px; }
    .page-template-triennial-voices .content:nth-child(2) .grid .grid-item:nth-last-child(1) {
      border-bottom: none;
      margin-bottom: 0; }
      @media screen and (min-width: 480px) {
        .page-template-triennial-voices .content:nth-child(2) .grid .grid-item:nth-last-child(1) {
          border-bottom: 4px solid #B8B6AE; } }

.post-78800 .content .grid .grid-sizer,
.post-78800 .content .grid .grid-item {
  width: 32%; }
.post-78800 .content .grid .gutter-sizer {
  width: 4%; }
@media screen and (min-width: 768px) {
  .post-78800 .content .grid .grid-sizer,
  .post-78800 .content .grid .grid-item {
    width: 17.8%;
    margin-bottom: 20px; }
  .post-78800 .content .grid .gutter-sizer {
    width: 3.25%; } }
.post-78800 .content .grid .grid-item {
  padding-bottom: 10px; }
  .post-78800 .content .grid .grid-item a {
    display: block; }
  .post-78800 .content .grid .grid-item h2 {
    line-height: 1.2em;
    margin-top: 10px; }
.post-78800 .content.individual_artist {
  width: 100%; }
  @media screen and (min-width: 768px) {
    .post-78800 .content.individual_artist {
      width: 82%;
      display: inline-block;
      padding-right: 22px;
      border-right: 1px solid #dedede; } }
  .post-78800 .content.individual_artist .inner_content h3 {
    margin-top: 0; }
  .post-78800 .content.individual_artist .inner_content hr {
    height: 4px;
    background: #B8B6AE;
    margin-right: 70%;
    margin-top: 24px;
    margin-bottom: 30px;
    margin-bottom: 18px; }
  .post-78800 .content.individual_artist .inner_content h1 {
    text-transform: uppercase;
    margin-bottom: 18px; }
  .post-78800 .content.individual_artist .inner_content .profile p:nth-child(1) {
    font-weight: 700; }
    .post-78800 .content.individual_artist .inner_content .profile p:nth-child(1) em {
      font-weight: 700; }
@media screen and (min-width: 768px) {
  .post-78800 .smallGreyLine {
    display: none; } }

.exhibition_post .content,
.single-exhibition_post .content {
  width: 100%; }
  @media screen and (min-width: 768px) {
    .exhibition_post .content,
    .single-exhibition_post .content {
      width: 82%;
      display: inline-block;
      padding-right: 22px;
      border-right: 1px solid #dedede; } }
  .exhibition_post .content .inner-content .credits,
  .single-exhibition_post .content .inner-content .credits {
    width: 100%;
    margin-bottom: 18px; }
    @media screen and (min-width: 768px) {
      .exhibition_post .content .inner-content .credits,
      .single-exhibition_post .content .inner-content .credits {
        width: 50%; } }
  .exhibition_post .content .inner-content .intro,
  .single-exhibition_post .content .inner-content .intro {
    color: #4b4b4b;
    font-size: 1em;
    line-height: 1.5; }
    @media screen and (min-width: 768px) {
      .exhibition_post .content .inner-content .intro,
      .single-exhibition_post .content .inner-content .intro {
        font-size: 0.8em; } }
  .exhibition_post .content .inner-content ul,
  .single-exhibition_post .content .inner-content ul {
    margin: 0;
    padding: 0;
    display: inline-block;
    width: 100%; }
    .exhibition_post .content .inner-content ul li,
    .single-exhibition_post .content .inner-content ul li {
      display: block;
      list-style: none; }
    .exhibition_post .content .inner-content ul li,
    .single-exhibition_post .content .inner-content ul li {
      width: 100%;
      margin-bottom: 18px; }
    .exhibition_post .content .inner-content ul .title,
    .single-exhibition_post .content .inner-content ul .title {
      margin-bottom: 0; }
  .exhibition_post .content .inner-content h1,
  .single-exhibition_post .content .inner-content h1 {
    margin: 0.5em 0;
    color: #000000; }
  .exhibition_post .content .inner-content h4,
  .single-exhibition_post .content .inner-content h4 {
    margin-bottom: 0.2em; }
  .exhibition_post .content .inner-content h3,
  .single-exhibition_post .content .inner-content h3 {
    margin-top: 1em;
    margin-bottom: 0.4em;
    line-height: 1.4;
    font-weight: normal;
    color: #4b4b4b; }
    .exhibition_post .content .inner-content h3:nth-child(1),
    .single-exhibition_post .content .inner-content h3:nth-child(1) {
      text-transform: uppercase;
      margin-top: 0; }
  .exhibition_post .content .inner-content p,
  .single-exhibition_post .content .inner-content p {
    margin-top: 0; }
  .exhibition_post .content .inner-content .references,
  .single-exhibition_post .content .inner-content .references {
    margin-top: 20px;
    font-weight: 500;
    font-style: italic;
    font-size: 80%;
    line-height: 1.4; }
    .exhibition_post .content .inner-content .references sup,
    .single-exhibition_post .content .inner-content .references sup {
      font-size: 100% !important; }
    .exhibition_post .content .inner-content .references h2,
    .single-exhibition_post .content .inner-content .references h2 {
      font-size: 1.2em;
      margin: 10px 0; }

.sidebar {
  margin-top: 2em;
  padding-top: 2em;
  border-top: 4px solid #B8B6AE;
  display: inline-block;
  vertical-align: top;
  height: 100%;
  width: 100%; }
  @media screen and (min-width: 768px) {
    .sidebar {
      margin-top: 0;
      padding-top: 0;
      border-top: none; } }
  @media screen and (min-width: 768px) {
    .sidebar {
      width: 16%;
      padding-left: 20px; } }
  .sidebar h3 {
    margin-bottom: 0.4em;
    line-height: 1.4;
    font-weight: normal;
    color: #4b4b4b; }
    .sidebar h3.heading {
      text-transform: uppercase;
      font-weight: 700;
      margin-bottom: 18px;
      font-size: 0.8em; }
    @media screen and (min-width: 768px) {
      .sidebar h3 {
        margin-top: 0; } }
  .sidebar ul {
    margin: 0;
    padding: 0;
    display: inline-block;
    margin-top: 0.4em;
    width: 100%; }
    .sidebar ul li {
      display: block;
      list-style: none; }
    .sidebar ul li {
      border-bottom: 4px solid #B8B6AE;
      margin-bottom: 18px;
      padding-bottom: 10px !important;
      width: 100%; }
      .sidebar ul li .imageholder {
        position: relative;
        margin-bottom: 4px; }
        .sidebar ul li .imageholder:before {
          display: block;
          content: "";
          width: 100%;
          padding-top: 66.0592255125%; }
        .sidebar ul li .imageholder > .image {
          position: absolute;
          top: 0;
          left: 0;
          right: 0;
          bottom: 0;
          background-size: cover;
          background-repeat: no-repeat;
          background-position: center center;
          overflow: hidden; }
      .sidebar ul li h2 {
        margin: 0.2em 0 0.2em 0; }
        @media screen and (min-width: 480px) {
          .sidebar ul li h2 {
            font-size: 0.9em; } }
        @media screen and (min-width: 768px) {
          .sidebar ul li h2 {
            font-size: 0.8em; } }
      .sidebar ul li h3 {
        margin-top: 0;
        line-height: 1.6; }
        @media screen and (min-width: 480px) {
          .sidebar ul li h3 {
            font-size: 0.7em; } }
        @media screen and (min-width: 768px) {
          .sidebar ul li h3 {
            font-size: 0.62em; } }
        .sidebar ul li h3:last-child {
          margin-bottom: 0; }
      .sidebar ul li.artist h2 {
        margin-bottom: 0;
        font-weight: 700;
        font-size: 0.8em; }
        @media screen and (min-width: 480px) {
          .sidebar ul li.artist h2 {
            font-size: 0.9em; } }
        @media screen and (min-width: 768px) {
          .sidebar ul li.artist h2 {
            font-size: 0.8em; } }
      .sidebar ul li:nth-last-child(1) {
        border-bottom: none;
        margin-bottom: 0; }
      @media screen and (min-width: 480px) {
        .sidebar ul li {
          display: inline-block;
          width: 48.2%; }
          .sidebar ul li:nth-child(odd) {
            margin-right: 5px; }
          .sidebar ul li:nth-child(even) {
            margin-left: 5px; } }
      @media screen and (min-width: 768px) {
        .sidebar ul li {
          display: block;
          width: 100%; }
          .sidebar ul li:nth-child(odd) {
            margin-right: 0; }
          .sidebar ul li:nth-child(even) {
            margin-left: 0; }
          .sidebar ul li:nth-last-child(1) {
            border-bottom: none;
            margin-bottom: 0; } }

body > footer {
  clear: both;
  padding-top: 0;
  border-top: 0; }
  @media screen and (min-width: 768px) {
    body > footer {
      margin-top: 20px;
      padding-top: 20px; } }
  body > footer .inside p {
    font-size: 0.7em; }
  body > footer .inside .footer-content {
    border-top: 4px solid #B8B6AE;
    padding-top: 20px; }
    body > footer .inside .footer-content h3,
    body > footer .inside .footer-content .back-to-top {
      margin-top: 0;
      margin-bottom: 18px;
      font-size: 0.7em;
      font-weight: 700;
      text-transform: uppercase; }
      @media screen and (min-width: 768px) {
        body > footer .inside .footer-content h3,
        body > footer .inside .footer-content .back-to-top {
          font-size: 0.8em; } }
    body > footer .inside .footer-content .first {
      vertical-align: top;
      display: inline-block;
      width: 50%;
      width: 100%;
      margin-bottom: 18px; }
      @media screen and (min-width: 768px) {
        body > footer .inside .footer-content .first {
          width: 85.7%;
          margin-bottom: 0; } }
    body > footer .inside .footer-content .second {
      display: inline-block;
      width: 45%; }
      @media screen and (min-width: 768px) {
        body > footer .inside .footer-content .second {
          width: 13.5%; }
          body > footer .inside .footer-content .second img {
            width: 100%; } }
      body > footer .inside .footer-content .second h3 {
        font-size: 0.7em; }
