/* line 1, ../sass/_see-all-btn.sass */
.see-all-btn {
  margin: 0 auto;
  width: 250px;
  height: 45px;
  cursor: pointer;
  display: block;
  padding: 12px;
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 50%, #522b80 50%);
  background-size: 200% 100%;
  background-position: left bottom;
  text-align: center;
  color: #522b80;
  border: 1px solid #522b80;
  transition: all 600ms cubic-bezier(0.68, 0.55, 0.265, 0.8);
}
/* line 16, ../sass/_see-all-btn.sass */
.see-all-btn .cls-1 {
  stroke: none;
}
/* line 19, ../sass/_see-all-btn.sass */
.see-all-btn:hover {
  background-position: right bottom;
  color: white;
}
/* line 23, ../sass/_see-all-btn.sass */
.see-all-btn:hover .cls-1 {
  fill: white;
}
/* line 26, ../sass/_see-all-btn.sass */
.see-all-btn p {
  display: inline-block;
  font-size: 18px !important;
}
/* line 30, ../sass/_see-all-btn.sass */
.see-all-btn svg {
  width: 16px;
  height: 16px;
  margin: 2px auto;
  float: right;
}
/* line 36, ../sass/_see-all-btn.sass */
.see-all-btn svg .cls-1 {
  transition: fill 600ms cubic-bezier(0.68, 0.55, 0.265, 0.8);
}

/* line 1, ../sass/_expand-btn.sass */
.expand-btn {
  width: 25px;
  height: 25px;
  cursor: pointer;
  flex-basis: 25px;
  float: right;
}
/* line 8, ../sass/_expand-btn.sass */
.expand-btn span {
  transition: all 600ms ease-in-out;
  width: 15px;
  height: 2px;
  background-color: #522b80;
  position: absolute;
}
/* line 15, ../sass/_expand-btn.sass */
.expand-btn span.lv {
  transform: rotate(270deg);
}
/* line 18, ../sass/_expand-btn.sass */
.expand-btn span.lv.close {
  transform: rotate(0deg);
}

@font-face {
  font-family: "regular_bold";
  src: url("../updated-fonts/Regular-Bold.eot");
  src: url("../updated-fonts/Regular-Bold.eot?#iefix") format("embedded-opentype"), url("../updated-fonts/Regular-Bold.woff") format("woff"), url("../updated-fonts/Regular-Bold.ttf") format("truetype"), url("../updated-fonts/Regular-Bold.svg#91889d2e311e59dc4a1765e32055e500") format("svg");
  font-style: normal;
  font-weight: 400;
}
@font-face {
  font-family: "regular_medium";
  src: url("../updated-fonts/Regular-Medium.eot");
  src: url("../updated-fonts/Regular-Medium.eot?#iefix") format("embedded-opentype"), url("../updated-fonts/Regular-Medium.woff") format("woff"), url("../updated-fonts/Regular-Medium.ttf") format("truetype"), url("../updated-fonts/Regular-Medium.svg#9ed3ae35513606c29cec7b31d485768b") format("svg");
  font-style: normal;
  font-weight: 400;
}
@font-face {
  font-family: "stanley_regular";
  src: url("../updated-fonts/Stanley-Regular.eot");
  src: url("../updated-fonts/Stanley-Regular.eot?#iefix") format("embedded-opentype"), url("../updated-fonts/Stanley-Regular.woff") format("woff"), url("../updated-fonts/Stanley-Regular.ttf") format("truetype"), url("../updated-fonts/Stanley-Regular.svg#60d698afecc605624890b8061d63f57a") format("svg");
  font-style: normal;
  font-weight: 400;
}
@font-face {
  font-family: "stanley_ital";
  src: url("../updated-fonts/Stanley-RegularIta.eot");
  src: url("../updated-fonts/Stanley-RegularIta.eot?#iefix") format("embedded-opentype"), url("../updated-fonts/Stanley-RegularIta.woff") format("woff"), url("../updated-fonts/Stanley-RegularIta.ttf") format("truetype"), url("../updated-fonts/Stanley-RegularIta.svg#6b990d7e7f013e96f836111c024f99b3") format("svg");
  font-style: normal;
  font-weight: 400;
}
@font-face {
  font-family: regular_semibold;
  src: url("../fonts/Regular-Semibold.woff"), url("../fonts/Regular-Semibold.eot");
}
/* line 33, ../sass/_typography.sass */
p, .stanley-regular {
  font-family: stanley_regular;
}

/* line 36, ../sass/_typography.sass */
.stanley-ital {
  font-family: stanley_ital;
}

/* line 39, ../sass/_typography.sass */
.regular-medium {
  font-family: regular_medium;
}

/* line 45, ../sass/_typography.sass */
.regular-semibold {
  font-family: regular_semibold;
}

/* line 48, ../sass/_typography.sass */
.regular-bold {
  font-family: regular_bold;
}

/* line 55, ../sass/_typography.sass */
.small-text {
  font-size: 16px;
  line-height: 22px;
}

/* line 59, ../sass/_typography.sass */
.med-text {
  font-size: 18px;
  line-height: 26px;
}

/* line 63, ../sass/_typography.sass */
.mid-text {
  font-size: 20px;
  line-height: 28px;
}

/* line 66, ../sass/_typography.sass */
.large-text {
  font-size: 34px;
  line-height: 40px;
}
@media only screen and (max-width: 1100px) {
  /* line 66, ../sass/_typography.sass */
  .large-text {
    font-size: 28px;
    line-height: 36px;
  }
}

/* line 73, ../sass/_typography.sass */
.xlarge-text {
  font-size: 60px;
  line-height: 66px;
  letter-spacing: -1px;
}

/* line 78, ../sass/_typography.sass */
.hero-text {
  font-size: 120px;
  line-height: 126px;
  letter-spacing: -1px;
}

/* line 83, ../sass/_typography.sass */
.gray-text {
  color: #6f6f6f;
}

/* line 87, ../sass/_typography.sass */
p .bold, p.bold {
  font-weight: bold;
}
/* line 89, ../sass/_typography.sass */
p .gray, p.gray {
  color: #a8a8a8;
}
/* line 91, ../sass/_typography.sass */
p .underline, p.underline {
  border-bottom: 3px solid black;
}

/* line 95, ../sass/_typography.sass */
span .bold, span.bold {
  font-weight: bold;
}
/* line 97, ../sass/_typography.sass */
span .gray, span.gray {
  color: #a8a8a8;
}
/* line 99, ../sass/_typography.sass */
span .underline, span.underline {
  border-bottom: 3px solid black;
}

/* line 102, ../sass/_typography.sass */
a, .artist-name {
  text-decoration: none;
  color: inherit;
  transition: color 200ms ease-in-out;
}
/* line 107, ../sass/_typography.sass */
a:hover, .artist-name:hover {
  text-decoration: none;
  color: #b3b3b3 !important;
}

/* line 111, ../sass/_typography.sass */
.purple {
  color: #522b80;
}

/* line 114, ../sass/_typography.sass */
.artist-no-link {
  color: #6f6f6f;
}

/* line 117, ../sass/_typography.sass */
.highlighted-text {
  text-align: center;
  font-size: 26px;
  line-height: 34px;
}
@media only screen and (max-width: 1100px) {
  /* line 117, ../sass/_typography.sass */
  .highlighted-text {
    font-size: 24px;
    line-height: 26px;
  }
}

/* line 125, ../sass/_typography.sass */
.outline-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
@media only screen and (max-width: 1100px) {
  /* line 134, ../sass/_typography.sass */
  .outline-wrapper p {
    font-size: 18px;
    line-height: 26px;
  }
}
/* line 139, ../sass/_typography.sass */
.outline-wrapper:before {
  content: "";
  position: absolute;
  left: 45%;
  bottom: 1px;
  height: 97%;
  width: 15%;
  border-top: 1px solid #522b80;
  border-bottom: 1px solid #522b80;
}

/* line 1, ../sass/_base.sass */
* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
}

/* line 21, ../sass/_base.sass */
.slick-dots {
  list-style-type: none;
  margin: 40px auto 20px auto;
  padding: 0;
  display: flex;
  justify-content: center;
}
/* line 28, ../sass/_base.sass */
.slick-dots li {
  display: block;
}
/* line 31, ../sass/_base.sass */
.slick-dots button {
  display: block;
  width: 10px;
  height: 10px;
  border: 1px solid #522b80;
  border-radius: 50%;
  margin: 0 10px 10px 10px;
  padding: 0;
  text-indent: -9999em;
  background-color: transparent;
  outline: none;
  cursor: pointer;
}
/* line 44, ../sass/_base.sass */
.slick-dots li.slick-active button {
  background-color: #522b80;
}

/* line 1, ../sass/_veil.sass */
.veil {
  background-color: #000;
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 0.6s cubic-bezier(0.56, 0.97, 0.94, 0.99);
}
/* line 12, ../sass/_veil.sass */
.veil.mask {
  transition: opacity 0.6s cubic-bezier(0.56, 0.97, 0.94, 0.99);
  opacity: 0.7;
}

/* line 1, ../sass/_header.sass */
.header {
  display: block;
  margin-top: 20px;
  margin-bottom: 50px;
}
@media only screen and (max-width: 812px) {
  /* line 1, ../sass/_header.sass */
  .header {
    display: none;
  }
}
/* line 9, ../sass/_header.sass */
.header a {
  display: block;
}
/* line 12, ../sass/_header.sass */
.header img {
  width: 359px;
  height: 35px;
  display: block;
  margin: 0 auto 0 auto;
}

/* line 1, ../sass/_grid.sass */
.grid-row {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  overflow: hidden;
}
@media only screen and (max-width: 812px) {
  /* line 1, ../sass/_grid.sass */
  .grid-row {
    display: block;
  }
}

/* line 9, ../sass/_grid.sass */
.grid-item-c {
  flex-basis: 25%;
  margin-bottom: 40px;
  overflow: hidden;
}
@media only screen and (max-width: 812px) {
  /* line 9, ../sass/_grid.sass */
  .grid-item-c {
    display: flex;
    padding-top: 20px;
    margin-bottom: 20px;
    border-top: 1px solid #ccc;
  }
}
/* line 20, ../sass/_grid.sass */
.grid-item-c .grid-tb-c > a, .grid-item-c .grid-tb-c-news > a {
  display: block;
  padding-bottom: 64%;
  position: relative;
}
/* line 14, ../sass/_mixins.sass */
.grid-item-c .grid-tb-c > a img, .grid-item-c .grid-tb-c > a .outline-wrapper, .grid-item-c .grid-tb-c > a iframe, .grid-item-c .grid-tb-c-news > a img, .grid-item-c .grid-tb-c-news > a .outline-wrapper, .grid-item-c .grid-tb-c-news > a iframe {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
/* line 25, ../sass/_mixins.sass */
.grid-item-c .grid-tb-c > a .outline-wrapper, .grid-item-c .grid-tb-c-news > a .outline-wrapper {
  display: flex;
}
@media only screen and (max-width: 812px) {
  /* line 19, ../sass/_grid.sass */
  .grid-item-c .grid-tb-c, .grid-item-c .grid-tb-c-news {
    flex-basis: 42%;
    padding-right: 10px;
  }
}
/* line 27, ../sass/_grid.sass */
.grid-item-c .grid-tb-c .pub-date {
  padding-bottom: 5px;
  display: none;
}
@media only screen and (max-width: 812px) {
  /* line 27, ../sass/_grid.sass */
  .grid-item-c .grid-tb-c .pub-date {
    display: block;
  }
}
/* line 33, ../sass/_grid.sass */
.grid-item-c .grid-detail-c {
  margin-top: 20px;
  padding-top: 10px;
  border-top: 1px solid #ccc;
}
@media only screen and (max-width: 812px) {
  /* line 33, ../sass/_grid.sass */
  .grid-item-c .grid-detail-c {
    flex-basis: 58%;
    padding-left: 10px;
    border-top: none;
    padding-top: 0;
    margin-top: 0;
  }
}
@media only screen and (max-width: 812px) {
  /* line 44, ../sass/_grid.sass */
  .grid-item-c .grid-detail-c .pub-date {
    display: none;
  }
}
/* line 48, ../sass/_grid.sass */
.grid-item-c .grid-detail-c p {
  width: 100%;
}
@media only screen and (max-width: 812px) {
  /* line 51, ../sass/_grid.sass */
  .grid-item-c:first-child {
    padding-top: 0;
    border-top: none;
  }
}
/* line 56, ../sass/_grid.sass */
.grid-item-c.right {
  margin-right: 0;
}
/* line 61, ../sass/_grid.sass */
.grid-item-c.square .grid-tb-c > a {
  display: block;
  padding-bottom: 100%;
  position: relative;
}
/* line 14, ../sass/_mixins.sass */
.grid-item-c.square .grid-tb-c > a img, .grid-item-c.square .grid-tb-c > a .outline-wrapper, .grid-item-c.square .grid-tb-c > a iframe {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
/* line 25, ../sass/_mixins.sass */
.grid-item-c.square .grid-tb-c > a .outline-wrapper {
  display: flex;
}
/* line 67, ../sass/_grid.sass */
.grid-item-c.highlighted .grid-tb-c > a {
  height: 100%;
}
/* line 70, ../sass/_grid.sass */
.grid-item-c.highlighted .grid-tb-c .pub-date {
  display: none;
}
/* line 74, ../sass/_grid.sass */
.grid-item-c.highlighted .grid-detail-c .pub-date {
  display: block;
}
@media only screen and (max-width: 812px) {
  /* line 77, ../sass/_grid.sass */
  .grid-item-c a.highlighted {
    padding-bottom: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
  }
  /* line 84, ../sass/_grid.sass */
  .grid-item-c a.highlighted p {
    font-size: 18px;
    line-height: 26px;
  }
}

/* line 1, ../sass/_related-artist.sass */
.related-artist-c {
  width: 100%;
  overflow: hidden;
}
/* line 5, ../sass/_related-artist.sass */
.related-artist-c .ra-header {
  margin-bottom: 30px;
}
@media only screen and (max-width: 812px) {
  /* line 8, ../sass/_related-artist.sass */
  .related-artist-c .btn-wrapper {
    padding-top: 20px;
  }
}
/* line 12, ../sass/_related-artist.sass */
.related-artist-c .grid-item-c {
  margin-right: 20px;
  flex-basis: calc(25% - 20px);
}

/* line 1, ../sass/_fullscreen-slideshow.sass */
.fullscreen-slideshow {
  top: 0;
  left: 90;
  transition: none;
  background: #fff;
  z-index: 10;
  opacity: 0;
  width: 0;
  height: 0;
  overflow: hidden;
}
/* line 12, ../sass/_fullscreen-slideshow.sass */
.fullscreen-slideshow.active {
  opacity: 1;
  position: fixed;
  width: 100vw;
  height: 100%;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}
/* line 21, ../sass/_fullscreen-slideshow.sass */
.fullscreen-slideshow .close-btn {
  width: 25px;
  height: 25px;
  float: right;
  position: absolute;
  top: 0;
  margin: 15px;
  right: 0;
  z-index: 4;
  cursor: pointer;
}
/* line 32, ../sass/_fullscreen-slideshow.sass */
.fullscreen-slideshow .full-slideshow-c, .fullscreen-slideshow .full-video-c {
  width: 100%;
  overflow: hidden;
  padding: 60px;
  margin: 0 auto;
  transform: translate(0%, 0%);
  max-width: 1500px;
}
@media only screen and (max-width: 812px) {
  /* line 32, ../sass/_fullscreen-slideshow.sass */
  .fullscreen-slideshow .full-slideshow-c, .fullscreen-slideshow .full-video-c {
    margin-top: 65px;
    padding: 44px 25px 25px 25px;
  }
}
/* line 43, ../sass/_fullscreen-slideshow.sass */
.fullscreen-slideshow .full-slideshow-c.slick-initialized, .fullscreen-slideshow .full-video-c.slick-initialized {
  background: none;
  height: auto;
}
/* line 47, ../sass/_fullscreen-slideshow.sass */
.fullscreen-slideshow .full-slideshow-c.slick-initialized .slick-list, .fullscreen-slideshow .full-video-c.slick-initialized .slick-list {
  opacity: 1;
  position: relative;
  transition-delay: 1.5s;
  transition: opacity 0.8s ease-in;
}
@media only screen and (max-width: 812px) {
  /* line 53, ../sass/_fullscreen-slideshow.sass */
  .fullscreen-slideshow .full-video-c {
    width: 100%;
    height: 100%;
    margin-top: 0;
    padding: 25px;
  }
  /* line 59, ../sass/_fullscreen-slideshow.sass */
  .fullscreen-slideshow .full-video-c iframe {
    width: 100%;
    height: 100%;
  }
}
@media only screen and (max-width: 812px) {
  /* line 63, ../sass/_fullscreen-slideshow.sass */
  .fullscreen-slideshow .video-container {
    width: 100%;
    height: 100%;
  }
}
/* line 68, ../sass/_fullscreen-slideshow.sass */
.fullscreen-slideshow .slide-container {
  overflow: hidden;
  outline: 0;
}
/* line 72, ../sass/_fullscreen-slideshow.sass */
.fullscreen-slideshow .slide-container .full-detail-c {
  display: inline-block;
  width: 100%;
  overflow: hidden;
  margin-top: 15px;
}
/* line 78, ../sass/_fullscreen-slideshow.sass */
.fullscreen-slideshow .slide-container .full-detail-c p {
  width: 100%;
  float: left;
}
/* line 82, ../sass/_fullscreen-slideshow.sass */
.fullscreen-slideshow .full-img-c {
  width: 100%;
  height: 544px;
}
/* line 86, ../sass/_fullscreen-slideshow.sass */
.fullscreen-slideshow .full-img-c img {
  margin: 0 auto;
  height: 100%;
  display: block;
  object-fit: contain;
}
@media only screen and (max-width: 812px) {
  /* line 86, ../sass/_fullscreen-slideshow.sass */
  .fullscreen-slideshow .full-img-c img {
    object-fit: contain;
    width: 100%;
    margin: 0;
  }
}
/* line 98, ../sass/_fullscreen-slideshow.sass */
.fullscreen-slideshow .slide-controls {
  width: 440px;
  position: relative;
  bottom: 117px;
  left: 81.8%;
  z-index: 1;
  overflow: hidden;
}
@media only screen and (max-width: 812px) {
  /* line 98, ../sass/_fullscreen-slideshow.sass */
  .fullscreen-slideshow .slide-controls {
    position: fixed;
    bottom: 19px;
    left: auto;
    right: 19px;
    width: 164px;
  }
}
/* line 112, ../sass/_fullscreen-slideshow.sass */
.fullscreen-slideshow .slide-controls .slide-center-btn {
  display: none;
}
/* line 115, ../sass/_fullscreen-slideshow.sass */
.fullscreen-slideshow .slide-controls .slide-arrow-btn {
  width: 70px;
  height: 50px;
  float: left;
  margin: 6px;
  padding: 15px;
  border: 1px solid #522b80;
  cursor: pointer;
}
/* line 124, ../sass/_fullscreen-slideshow.sass */
.fullscreen-slideshow .slide-controls .slide-arrow-btn svg {
  margin: -2px 5px;
  width: 25px;
  height: 25px;
}
/* line 130, ../sass/_fullscreen-slideshow.sass */
.fullscreen-slideshow .slide-controls .slide-arrow-btn.left svg {
  transform: rotate(180deg);
}

/* line 1, ../sass/_small-slideshow.sass */
.small-slideshow-c, .small-video-c {
  margin-bottom: 40px;
}
@media only screen and (max-width: 812px) {
  /* line 1, ../sass/_small-slideshow.sass */
  .small-slideshow-c, .small-video-c {
    margin-bottom: 40px;
  }
}
/* line 9, ../sass/_small-slideshow.sass */
.small-slideshow-c .thumb-wrapper .caption-c, .small-video-c .thumb-wrapper .caption-c {
  display: flex;
  justify-content: space-between;
  margin-top: 15px;
}
@media only screen and (max-width: 812px) {
  /* line 9, ../sass/_small-slideshow.sass */
  .small-slideshow-c .thumb-wrapper .caption-c, .small-video-c .thumb-wrapper .caption-c {
    display: block;
  }
}
/* line 16, ../sass/_small-slideshow.sass */
.small-slideshow-c .thumb-wrapper .full-detail-c, .small-video-c .thumb-wrapper .full-detail-c {
  flex-basis: 25%;
}
/* line 19, ../sass/_small-slideshow.sass */
.small-slideshow-c .thumb-wrapper .controls-c, .small-video-c .thumb-wrapper .controls-c {
  flex-basis: 152px;
  height: 58px;
  overflow: hidden;
}
@media only screen and (max-width: 812px) {
  /* line 19, ../sass/_small-slideshow.sass */
  .small-slideshow-c .thumb-wrapper .controls-c, .small-video-c .thumb-wrapper .controls-c {
    width: 152px;
    margin-top: 15px;
  }
}
/* line 27, ../sass/_small-slideshow.sass */
.small-slideshow-c .thumb-wrapper .controls-c .gallery-btn, .small-video-c .thumb-wrapper .controls-c .gallery-btn {
  border: 1px solid #522b80;
  overflow: hidden;
}
/* line 31, ../sass/_small-slideshow.sass */
.small-slideshow-c .thumb-wrapper .controls-c .slide-center-btn, .small-video-c .thumb-wrapper .controls-c .slide-center-btn {
  display: flex;
  justify-content: space-between;
  padding: 8px;
  background: linear-gradient(to right, #fff0 50%, #522b80 50%);
  background-size: 200% 100%;
  background-position: left bottom;
  color: #522b80;
  transition: all 600ms cubic-bezier(0.68, 0.55, 0.265, 0.8);
}
/* line 41, ../sass/_small-slideshow.sass */
.small-slideshow-c .thumb-wrapper .controls-c .slide-center-btn .view-g, .small-video-c .thumb-wrapper .controls-c .slide-center-btn .view-g {
  padding: 7px;
  transition: color 600ms ease-in-out;
  cursor: pointer;
}
/* line 46, ../sass/_small-slideshow.sass */
.small-slideshow-c .thumb-wrapper .controls-c .slide-center-btn .expand-btn, .small-video-c .thumb-wrapper .controls-c .slide-center-btn .expand-btn {
  padding: 18px 3px;
}
/* line 49, ../sass/_small-slideshow.sass */
.small-slideshow-c .thumb-wrapper .controls-c .slide-center-btn:hover, .small-video-c .thumb-wrapper .controls-c .slide-center-btn:hover {
  background-position: right bottom;
}
/* line 52, ../sass/_small-slideshow.sass */
.small-slideshow-c .thumb-wrapper .controls-c .slide-center-btn:hover .view-g, .small-video-c .thumb-wrapper .controls-c .slide-center-btn:hover .view-g {
  color: #fff;
}
/* line 56, ../sass/_small-slideshow.sass */
.small-slideshow-c .thumb-wrapper .controls-c .slide-center-btn:hover .expand-btn span, .small-video-c .thumb-wrapper .controls-c .slide-center-btn:hover .expand-btn span {
  background-color: #fff;
}

/* line 63, ../sass/_small-slideshow.sass */
.small-video-c .thumb-wrapper .slideshow-thumbnail-c {
  padding-bottom: 66%;
  background-color: #f2f2f2;
}
/* line 67, ../sass/_small-slideshow.sass */
.small-video-c .thumb-wrapper .caption-c {
  justify-content: flex-end;
}

/* line 1, ../sass/_preview-slideshow.sass */
.preview-slideshow-c {
  position: relative;
}
/* line 4, ../sass/_preview-slideshow.sass */
.preview-slideshow-c .slideshow-container {
  width: 100%;
  padding: 80px;
}
/* line 8, ../sass/_preview-slideshow.sass */
.preview-slideshow-c .slideshow-container .slide-container {
  outline: 0;
  cursor: pointer;
  padding-right: 20px;
  padding-left: 20px;
}
/* line 14, ../sass/_preview-slideshow.sass */
.preview-slideshow-c .slideshow-container .slide-container .inner {
  display: block;
  padding-bottom: 64%;
  position: relative;
}
/* line 14, ../sass/_mixins.sass */
.preview-slideshow-c .slideshow-container .slide-container .inner img, .preview-slideshow-c .slideshow-container .slide-container .inner .outline-wrapper, .preview-slideshow-c .slideshow-container .slide-container .inner iframe {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
/* line 25, ../sass/_mixins.sass */
.preview-slideshow-c .slideshow-container .slide-container .inner .outline-wrapper {
  display: flex;
}
/* line 17, ../sass/_preview-slideshow.sass */
.preview-slideshow-c .slide-control-wide {
  width: 100%;
  position: absolute;
  top: calc(50% - 25px);
  left: 0;
}
/* line 23, ../sass/_preview-slideshow.sass */
.preview-slideshow-c .slide-control-wide .slide-arrow-btn {
  width: 50px;
  height: 50px;
  float: left;
  padding: 15px;
  border: 1px solid #522b80;
  cursor: pointer;
  background: linear-gradient(to right, #fff0 50%, #522b80 50%);
  background-size: 200% 100%;
  background-position: left bottom;
  transition: all 400ms cubic-bezier(0.68, 0.55, 0.265, 0.8);
}
/* line 36, ../sass/_preview-slideshow.sass */
.preview-slideshow-c .slide-control-wide .slide-arrow-btn.left svg {
  transform: rotate(180deg);
}
/* line 39, ../sass/_preview-slideshow.sass */
.preview-slideshow-c .slide-control-wide .slide-arrow-btn.right {
  float: right;
}

/* line 1, ../sass/_page-container.sass */
.page-container {
  width: 100%;
  position: relative;
  background-color: white;
}
/* line 6, ../sass/_page-container.sass */
.page-container.lock-scroll {
  overflow-y: hidden;
}
@media only screen and (max-width: 812px) {
  /* line 1, ../sass/_page-container.sass */
  .page-container {
    margin-bottom: 0px !important;
  }
}

/* line 1, ../sass/_menu.sass */
.menu {
  width: 96px;
  height: 100%;
  position: fixed;
  top: 0;
  z-index: 3;
  left: 0;
  border-right: 1px solid #ccc;
  background-color: white;
}
@media only screen and (max-width: 812px) {
  /* line 1, ../sass/_menu.sass */
  .menu {
    width: 100%;
    height: 65px;
    display: inline-block;
    border-right: none;
    border-bottom: 1px solid #ccc;
    padding: 8px;
  }
}
/* line 19, ../sass/_menu.sass */
.menu.hide {
  display: none;
}
/* line 22, ../sass/_menu.sass */
.menu .headers {
  width: 100%;
  position: fixed;
  display: none;
  top: 0;
  left: 0;
  padding-left: 50px;
  z-index: 2;
  transition: top 90ms ease-in-out;
  transition: opacity 90ms ease-in-out;
}
@media only screen and (max-width: 812px) {
  /* line 22, ../sass/_menu.sass */
  .menu .headers {
    display: block;
  }
}
/* line 46, ../sass/_menu.sass */
.menu .headers img {
  width: 255px;
  height: 35px;
  margin: 27px auto 0 auto;
  display: block;
}
/* line 52, ../sass/_menu.sass */
.menu .menu-btn-c {
  display: block;
  padding: 24px 32px 24px 32px;
  position: relative;
  z-index: 100000;
  cursor: pointer;
  pointer-events: all;
  transition: all 0.6s cubic-bezier(0.17, 0.67, 0.83, 0.67);
  border-bottom: 1px solid #ccc;
  background-color: white;
}
@media only screen and (max-width: 812px) {
  /* line 52, ../sass/_menu.sass */
  .menu .menu-btn-c {
    padding: 8px;
    width: 50px;
    height: 50px;
    padding-bottom: 0 !important;
    border: 0;
  }
  /* line 70, ../sass/_menu.sass */
  .menu .menu-btn-c:hover {
    background: none;
  }
  /* line 73, ../sass/_menu.sass */
  .menu .menu-btn-c.search, .menu .menu-btn-c.artist-index {
    display: none;
  }
}
/* line 76, ../sass/_menu.sass */
.menu .menu-btn-c svg {
  width: 25px;
  height: 25px;
  display: block;
}
/* line 81, ../sass/_menu.sass */
.menu .menu-btn-c:hover {
  background-color: rgba(26, 26, 26, 0.1);
}
@media only screen and (max-width: 812px) {
  /* line 81, ../sass/_menu.sass */
  .menu .menu-btn-c:hover {
    background-color: #fff;
  }
}
/* line 86, ../sass/_menu.sass */
.menu .menu-btn-c.main {
  padding-bottom: 46px;
}
/* line 89, ../sass/_menu.sass */
.menu .menu-btn-c.inventory {
  padding: 24px 12px 24px 12px;
  text-align: center;
}
/* line 93, ../sass/_menu.sass */
.menu .menu-btn-c.inventory p {
  color: #522b80;
}
/* line 89, ../sass/_menu.sass */
.menu .menu-btn-c.artist-index {
  padding: 20px 12px 20px 12px;
  text-align: center;
}
/* line 93, ../sass/_menu.sass */
.menu .menu-btn-c.artist-index p {
  color: #522b80;
}
/* line 96, ../sass/_menu.sass */
.menu .menu-btn-c .l1 {
  top: 4px;
  transform: matrix(1, 0, 0, 1, 0, 0);
  transition: top 500ms ease 500ms, transform 500ms ease;
}
/* line 101, ../sass/_menu.sass */
.menu .menu-btn-c .l1.close {
  top: 15px;
  transform: matrix(0.7071, 0.7071, -0.7071, 0.7071, 0, 0);
  transition: top 500ms ease, transform 500ms ease 500ms;
}
/* line 106, ../sass/_menu.sass */
.menu .menu-btn-c .l2 {
  top: 14px;
  opacity: 1;
  transition: opacity 200ms ease 500ms;
}
/* line 111, ../sass/_menu.sass */
.menu .menu-btn-c .l2.close {
  opacity: 0;
}
/* line 114, ../sass/_menu.sass */
.menu .menu-btn-c .l3 {
  top: 24px;
  transform: matrix(1, 0, 0, 1, 0, 0);
  transition: top 500ms ease 500ms, transform 500ms ease;
}
/* line 119, ../sass/_menu.sass */
.menu .menu-btn-c .l3.close {
  top: 11px;
  transform: matrix(-0.7071, 0.7071, -0.7071, -0.7071, 0, 0);
  transition: top 500ms ease, transform 500ms ease 500ms;
}
/* line 124, ../sass/_menu.sass */
.menu .menu-btn-c span {
  width: 100%;
  height: 2px;
  background-color: #522b80;
  display: block;
  position: relative;
  transition: all 0.8s cubic-bezier(0.17, 0.67, 0.83, 0.67);
}

/* line 1, ../sass/_expanded-nav.sass */
.expanded-nav {
  position: fixed;
  height: 100%;
  width: 550px;
  top: 0;
  z-index: 2;
  left: 0;
  border-right: 1px solid #ccc;
  background: white;
  overflow: hidden;
  transform: translateX(-100%);
  transition: all 0.8s cubic-bezier(0.56, 0.97, 0.94, 0.99);
}
/* line 14, ../sass/_expanded-nav.sass */
.expanded-nav .mobile-links {
  display: none;
}
/* line 17, ../sass/_expanded-nav.sass */
.expanded-nav.expand-nav {
  transform: translateX(11%);
}
/* line 20, ../sass/_expanded-nav.sass */
.expanded-nav.search-menu, .expanded-nav.artist-expand {
  width: 1110px;
  transform: translateX(5%);
}

@media only screen and (max-width: 812px) {
  /* line 25, ../sass/_expanded-nav.sass */
  .expanded-nav {
    width: 100% !important;
    border-right: none;
  }
  /* line 29, ../sass/_expanded-nav.sass */
  .expanded-nav .mobile-links {
    display: block;
  }
  /* line 32, ../sass/_expanded-nav.sass */
  .expanded-nav.expand-nav {
    transform: translateX(0%);
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
  }
  /* line 37, ../sass/_expanded-nav.sass */
  .expanded-nav.artist-expand {
    transform: translateX(0%);
  }
  /* line 40, ../sass/_expanded-nav.sass */
  .expanded-nav.artist-expand .close-btn, .expanded-nav.artist-expand .see-all {
    display: none;
  }
  /* line 43, ../sass/_expanded-nav.sass */
  .expanded-nav.artist-expand .artist-header-c {
    padding: 0;
    display: none;
  }
  /* line 47, ../sass/_expanded-nav.sass */
  .expanded-nav.artist-expand .artist-index-c {
    width: 100%;
    height: 125%;
  }
  /* line 51, ../sass/_expanded-nav.sass */
  .expanded-nav.artist-expand .artist-list-c {
    padding: 0;
    height: 90% !important;
  }
}
@media only screen and (max-width: 812px) and (max-width: 812px) {
  /* line 51, ../sass/_expanded-nav.sass */
  .expanded-nav.artist-expand .artist-list-c {
    margin-top: 75px;
  }
}
@media only screen and (max-width: 812px) {
  /* line 57, ../sass/_expanded-nav.sass */
  .expanded-nav.artist-expand .artist-list-c .list-c {
    padding-bottom: 0px;
    width: 94%;
  }
  /* line 61, ../sass/_expanded-nav.sass */
  .expanded-nav.artist-expand .artist-list-c .list-c .name-col {
    width: 100%;
    -webkit-column-count: 1;
    -webkit-column-gap: 0px;
    column-count: 1;
    column-gap: 0px;
  }
  /* line 68, ../sass/_expanded-nav.sass */
  .expanded-nav.artist-expand .artist-list-c .list-c .name-col .artist-name {
    padding-top: 5px;
  }
  /* line 71, ../sass/_expanded-nav.sass */
  .expanded-nav.artist-expand .navigation-menu {
    border: 0;
    height: auto;
    display: inline-block;
    position: absolute;
    right: 0;
    display: none;
    margin: 0;
    z-index: 1000;
  }
  /* line 81, ../sass/_expanded-nav.sass */
  .expanded-nav.artist-expand .navigation-menu .artist-nav {
    width: 20px;
    display: inline-block;
    height: 100%;
    padding: 0;
    float: right;
  }
  /* line 88, ../sass/_expanded-nav.sass */
  .expanded-nav.artist-expand .navigation-menu .artist-nav span {
    width: 100%;
    float: right;
  }
  /* line 92, ../sass/_expanded-nav.sass */
  .expanded-nav.search-menu {
    transform: translateX(0%);
  }
  /* line 95, ../sass/_expanded-nav.sass */
  .expanded-nav.search-menu .close-btn {
    display: none;
  }
  /* line 98, ../sass/_expanded-nav.sass */
  .expanded-nav.search-menu .entries-c {
    margin-left: 60px;
  }
  /* line 101, ../sass/_expanded-nav.sass */
  .expanded-nav.search-menu .input-c {
    margin: 0px;
  }
  /* line 104, ../sass/_expanded-nav.sass */
  .expanded-nav.search-menu .input-c input {
    width: 100%;
    color: #522b80;
    border-color: #522b80;
  }
}
/* line 1, ../sass/_menu-panel.sass */
.menu-panel {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  display: none;
  width: 450px;
  margin: 76px 60px;
  margin-bottom: 0;
  transition-property: width, opacity;
  transition-duration: 0.8s, 0.25s;
  transition-delay: 0.8s, 0s;
}
@media only screen and (max-width: 812px) {
  /* line 1, ../sass/_menu-panel.sass */
  .menu-panel {
    margin: 75px 20px;
    width: 94%;
  }
}
/* line 17, ../sass/_menu-panel.sass */
.menu-panel.artist-expand {
  margin: 20px 30px;
  transition-delay: 0s;
  width: 95%;
  height: 75%;
}
@media only screen and (max-width: 812px) {
  /* line 17, ../sass/_menu-panel.sass */
  .menu-panel.artist-expand {
    width: 100%;
    margin: 0;
  }
}
/* line 26, ../sass/_menu-panel.sass */
.menu-panel.search-menu {
  margin: 30px 96px;
  transition-delay: 0s;
  width: 88%;
  height: 100%;
}
@media only screen and (max-width: 812px) {
  /* line 26, ../sass/_menu-panel.sass */
  .menu-panel.search-menu {
    width: 100%;
    margin: 0;
  }
}
/* line 35, ../sass/_menu-panel.sass */
.menu-panel .social-media-c {
  overflow: hidden;
  display: inline-block;
  float: left;
  padding-left: 12px;
  margin-top: 20px;
}
/* line 42, ../sass/_menu-panel.sass */
.menu-panel .social-media-c img {
  width: 20px;
  height: 20px;
  margin-right: 25px;
  float: left;
  cursor: pointer;
}
/* line 49, ../sass/_menu-panel.sass */
.menu-panel .artist-index-c {
  position: relative;
  width: 1000px;
  height: 100%;
}
/* line 54, ../sass/_menu-panel.sass */
.menu-panel .artist-index-c .artist-header-c {
  position: relative;
  width: 100%;
  overflow: hidden;
  padding: 60px;
}
/* line 60, ../sass/_menu-panel.sass */
.menu-panel .artist-index-c .artist-header-c .ai-header {
  float: left;
  font-size: 36px;
  color: #5E5E5E;
}
/* line 65, ../sass/_menu-panel.sass */
.menu-panel .artist-index-c .artist-header-c .see-all {
  float: right;
  width: 175px;
  height: 45px;
  padding: 12px;
  text-align: center;
  border: 1px solid #522b80;
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 50%, #522b80 50%);
  background-size: 200% 100%;
  background-position: left bottom;
  text-align: center;
  color: #522b80;
  border: 1px solid #522b80;
  transition: all 600ms cubic-bezier(0.68, 0.55, 0.265, 0.8);
}
/* line 80, ../sass/_menu-panel.sass */
.menu-panel .artist-index-c .artist-header-c .see-all:hover {
  background-position: right bottom;
  color: white;
}
/* line 84, ../sass/_menu-panel.sass */
.menu-panel .artist-index-c .artist-header-c .see-all:hover .cls-1 {
  fill: white;
}
/* line 87, ../sass/_menu-panel.sass */
.menu-panel .artist-index-c .artist-header-c .see-all p {
  display: inline-block;
}
/* line 90, ../sass/_menu-panel.sass */
.menu-panel .artist-index-c .artist-header-c .see-all svg {
  width: 16px;
  height: 16px;
  margin: 2px auto;
  float: right;
}
/* line 96, ../sass/_menu-panel.sass */
.menu-panel .artist-index-c .artist-header-c .see-all svg .cls-1 {
  transition: fill 600ms cubic-bezier(0.68, 0.55, 0.265, 0.8);
}
/* line 99, ../sass/_menu-panel.sass */
.menu-panel .artist-index-c .navigation-menu {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  margin: 0 60px;
}
/* line 104, ../sass/_menu-panel.sass */
.menu-panel .artist-index-c .navigation-menu .artist-nav {
  padding: 20px 10px;
  color: #5E5E5E;
  font-size: 23px;
}
/* line 109, ../sass/_menu-panel.sass */
.menu-panel .artist-index-c .navigation-menu .artist-nav span {
  color: #b3b3b3;
  margin: 5px;
  cursor: pointer;
  transition: color 0.2s ease-in-out;
}
/* line 115, ../sass/_menu-panel.sass */
.menu-panel .artist-index-c .navigation-menu .artist-nav span:hover, .menu-panel .artist-index-c .navigation-menu .artist-nav span.active {
  color: #522b80;
}
/* line 118, ../sass/_menu-panel.sass */
.menu-panel .artist-index-c .artist-list-c {
  width: 100%;
  overflow: scroll;
  top: auto;
  overflow-x: hidden;
  position: relative;
  padding: 0 60px;
  height: 95%;
  -webkit-overflow-scrolling: touch;
}
/* line 119, ../sass/_menu-panel.sass */
.menu-panel .artist-index-c .artist-list-c::-webkit-scrollbar {
  display: none;
}
@media only screen and (max-width: 812px) {
  /* line 118, ../sass/_menu-panel.sass */
  .menu-panel .artist-index-c .artist-list-c {
    padding: 0 30px 0 30px;
  }
}
/* line 133, ../sass/_menu-panel.sass */
.menu-panel .artist-index-c .artist-list-c .list-c {
  border-bottom: 1px solid #ccc;
  width: 100%;
  float: left;
  overflow: hidden;
  padding-bottom: 40px;
  margin-top: 20px;
  position: relative;
}
/* line 142, ../sass/_menu-panel.sass */
.menu-panel .artist-index-c .artist-list-c .alphabet-c {
  width: 10%;
  float: left;
  text-align: left;
  position: relative;
}
/* line 148, ../sass/_menu-panel.sass */
.menu-panel .artist-index-c .artist-list-c .name-col {
  width: 70%;
  /*overflow: hidden; comment out to fix overflow issue when there is only one name to display*/
  float: left;
  -moz-column-count: 2;
  -moz-column-gap: 20px;
  -webkit-column-count: 2;
  -webkit-column-gap: 20px;
  column-count: 2;
  column-gap: 20px;
}
/* line 159, ../sass/_menu-panel.sass */
.menu-panel .artist-index-c .artist-list-c .name-col .artist-name {
  width: 100%;
  float: left;
  padding-bottom: 5px;
}
/* line 164, ../sass/_menu-panel.sass */
.menu-panel .close-btn {
  width: 25px;
  height: 25px;
  float: right;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  cursor: pointer;
}
/* line 174, ../sass/_menu-panel.sass */
.menu-panel .search-c {
  width: 100%;
  overflow: hidden;
  height: 100%;
}
/* line 179, ../sass/_menu-panel.sass */
.menu-panel .search-c .results-container {
  width: 100%;
  overflow-y: scroll;
}
/* line 183, ../sass/_menu-panel.sass */
.menu-panel .search-c .results-container::-webkit-scrollbar {
  display: none;
}
/* line 186, ../sass/_menu-panel.sass */
.menu-panel .search-c .results-container #search-results {
  width: 100%;
  overflow: hidden;
  margin-top: 20px;
}
@media only screen and (max-width: 812px) {
  /* line 186, ../sass/_menu-panel.sass */
  .menu-panel .search-c .results-container #search-results {
    margin-top: 15px;
  }
}
/* line 193, ../sass/_menu-panel.sass */
.menu-panel .search-c .results-container #search-results .row {
  width: 100%;
  float: left;
  overflow: hidden;
  margin: 15px 0;
}
/* line 199, ../sass/_menu-panel.sass */
.menu-panel .search-c .results-container #search-results .row p {
  float: left;
}
/* line 202, ../sass/_menu-panel.sass */
.menu-panel .search-c .results-container #search-results .row .section-title {
  width: 10%;
}
/* line 205, ../sass/_menu-panel.sass */
.menu-panel .search-c .results-container #search-results .row .entries-c {
  width: 75%;
  margin-left: 10px;
  float: left;
}
/* line 210, ../sass/_menu-panel.sass */
.menu-panel .search-c .results-container #search-results .row .entries-c p {
  width: 100%;
}
/* line 215, ../sass/_menu-panel.sass */
.menu-panel .search-c .results-container #search-results .row .entries-c p.regular-semibold {
  margin-top: 1px;
}
/* line 218, ../sass/_menu-panel.sass */
.menu-panel .search-c .input-c {
  margin: 40px;
  position: relative;
  display: block;
  height: 100%;
}
@media only screen and (max-width: 812px) {
  /* line 218, ../sass/_menu-panel.sass */
  .menu-panel .search-c .input-c {
    margin: 92px 30px 0 30px;
  }
}
/* line 226, ../sass/_menu-panel.sass */
.menu-panel .search-c .input-c input {
  -webkit-appearance: none;
  border-bottom: 1px solid #ccc;
  color: #5E5E5E;
  border-style: solid;
  position: relative;
  font-size: 36px;
  z-index: 2;
  width: 80%;
  padding: 0;
  outline: none;
  border-width: thin;
  border-top: 0;
  border-left: 0;
  border-right: 0;
}
@media only screen and (max-width: 812px) {
  /* line 226, ../sass/_menu-panel.sass */
  .menu-panel .search-c .input-c input {
    width: 100%;
  }
}
/* line 244, ../sass/_menu-panel.sass */
.menu-panel.active {
  opacity: 1;
  transition-delay: 0s;
  display: block;
}
/* line 249, ../sass/_menu-panel.sass */
.menu-panel .expand-links-c {
  overflow: hidden;
}
/* line 252, ../sass/_menu-panel.sass */
.menu-panel .expand-links-c .border-c {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding: 10px 10px;
}
/* line 257, ../sass/_menu-panel.sass */
.menu-panel .expand-links-c .menu-link {
  padding: 5px 0;
  cursor: pointer;
  text-decoration: none;
  transition: color 200ms ease-in-out;
}
/* line 263, ../sass/_menu-panel.sass */
.menu-panel .expand-links-c .menu-link:hover {
  text-decoration: none;
  color: #b3b3b3 !important;
}
/* line 267, ../sass/_menu-panel.sass */
.menu-panel .small-link {
  margin: 20px 0;
  cursor: pointer;
  float: left;
  display: inline-block;
}
/* line 273, ../sass/_menu-panel.sass */
.menu-panel .small-link:nth-child(1) {
  margin-right: 25px;
}

@media only screen and (max-width: 812px) {
  /* line 279, ../sass/_menu-panel.sass */
  .menu-panel .mobile-links {
    display: block !important;
    padding: 10px 10px;
  }
  /* line 283, ../sass/_menu-panel.sass */
  .menu-panel .menu-link {
    font-size: 28px;
  }

  /* line 286, ../sass/_menu-panel.sass */
  .menu-panel {
    width: 94%;
  }
  /* line 287, ../sass/_menu-panel.sass */
  .menu-panel .search-c .results-container #search-results .row .section-title {
    width: 30%;
  }
  /* line 292, ../sass/_menu-panel.sass */
  .menu-panel .expand-links-c {
    width: 94%;
  }
}
/* line 1, ../sass/_body-container.sass */
.body-container {
  padding-right: 40px;
  padding-bottom: 150px;
  padding-left: 116px;
  width: 100%;
  z-index: 1;
  background: white;
  overflow: hidden;
  position: relative;
}
@media only screen and (max-width: 812px) {
  /* line 1, ../sass/_body-container.sass */
  .body-container {
    padding: 15px 15px 75px 15px;
  }
}

/* line 1, ../sass/_homepage.sass */
.homepage-container {
  max-width: 1600px;
  margin: 0 auto 0 auto;
}
/* line 5, ../sass/_homepage.sass */
.homepage-container .homepage-col {
  display: flex;
  flex-grow: 1;
}
@media only screen and (max-width: 812px) {
  /* line 5, ../sass/_homepage.sass */
  .homepage-container .homepage-col {
    display: block;
  }
}
@media only screen and (max-width: 812px) {
  /* line 10, ../sass/_homepage.sass */
  .homepage-container .homepage-col:first-child {
    margin-top: 50px;
  }
}
/* line 14, ../sass/_homepage.sass */
.homepage-container .btn-wrapper {
  padding-top: 40px;
}
/* line 17, ../sass/_homepage.sass */
.homepage-container img {
  display: block;
  object-fit: cover;
  outline: none;
}
/* line 22, ../sass/_homepage.sass */
.homepage-container .col {
  flex-basis: 50%;
  display: flex;
  overflow: hidden;
  justify-content: space-between;
  flex-direction: column;
}
/* line 29, ../sass/_homepage.sass */
.homepage-container .col.exh {
  border-right: 1px solid #ccc;
  padding-right: 40px;
}
@media only screen and (max-width: 812px) {
  /* line 29, ../sass/_homepage.sass */
  .homepage-container .col.exh {
    border-right: none;
    padding-right: 0;
  }
}
@media only screen and (max-width: 812px) {
  /* line 37, ../sass/_homepage.sass */
  .homepage-container .col.exh.news {
    display: none;
  }
}
/* line 42, ../sass/_homepage.sass */
.homepage-container .col.np {
  padding-left: 40px;
}
@media only screen and (max-width: 812px) {
  /* line 42, ../sass/_homepage.sass */
  .homepage-container .col.np {
    padding-left: 0;
    margin-top: 40px;
  }
}
/* line 48, ../sass/_homepage.sass */
.homepage-container .col-header {
  margin-bottom: 20px;
  text-align: left;
}
/* line 52, ../sass/_homepage.sass */
.homepage-container .exhibit-c {
  text-align: center;
}
@media only screen and (max-width: 812px) {
  /* line 52, ../sass/_homepage.sass */
  .homepage-container .exhibit-c {
    margin-top: 25px;
    margin-bottom: 0;
    padding-bottom: 25px;
  }
}
@media only screen and (max-width: 812px) {
  /* line 59, ../sass/_homepage.sass */
  .homepage-container .exhibit-c.wo {
    border-bottom: 1px solid #ccc;
  }
}
/* line 64, ../sass/_homepage.sass */
.homepage-container .exhibit-c .img-slide-c > a {
  display: block;
  padding-bottom: 74%;
  position: relative;
}
/* line 14, ../sass/_mixins.sass */
.homepage-container .exhibit-c .img-slide-c > a img, .homepage-container .exhibit-c .img-slide-c > a .outline-wrapper, .homepage-container .exhibit-c .img-slide-c > a iframe {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
/* line 25, ../sass/_mixins.sass */
.homepage-container .exhibit-c .img-slide-c > a .outline-wrapper {
  display: flex;
}
/* line 67, ../sass/_homepage.sass */
.homepage-container .exhibit-c.news {
  margin-top: 40px;
}
/* line 71, ../sass/_homepage.sass */
.homepage-container .exhibit-c a {
  display: block;
}
/* line 74, ../sass/_homepage.sass */
.homepage-container .exhibit-c .on-view {
  margin-top: 2px;
}
/* line 77, ../sass/_homepage.sass */
.homepage-container .grid-c {
  display: flex;
  flex-wrap: wrap;
}
@media only screen and (max-width: 812px) {
  /* line 77, ../sass/_homepage.sass */
  .homepage-container .grid-c {
    display: block;
  }
}
/* line 83, ../sass/_homepage.sass */
.homepage-container .grid-item-c {
  flex-basis: 50%;
  margin-bottom: 20px;
}
@media only screen and (max-width: 812px) {
  /* line 83, ../sass/_homepage.sass */
  .homepage-container .grid-item-c {
    display: flex;
    margin-bottom: 20px;
  }
}
/* line 93, ../sass/_homepage.sass */
.homepage-container .grid-item-c .grid-tb-c > a {
  display: block;
  padding-bottom: 64%;
  position: relative;
}
/* line 14, ../sass/_mixins.sass */
.homepage-container .grid-item-c .grid-tb-c > a img, .homepage-container .grid-item-c .grid-tb-c > a .outline-wrapper, .homepage-container .grid-item-c .grid-tb-c > a iframe {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
/* line 25, ../sass/_mixins.sass */
.homepage-container .grid-item-c .grid-tb-c > a .outline-wrapper {
  display: flex;
}
@media only screen and (max-width: 812px) {
  /* line 92, ../sass/_homepage.sass */
  .homepage-container .grid-item-c .grid-tb-c {
    flex-basis: 50%;
    padding-right: 10px;
  }
}
@media only screen and (max-width: 812px) {
  /* line 100, ../sass/_homepage.sass */
  .homepage-container .grid-item-c .grid-detail-c {
    flex-basis: 50%;
    padding-left: 10px;
  }
}
/* line 105, ../sass/_homepage.sass */
.homepage-container .grid-item-c.left {
  padding-right: 10px;
}
@media only screen and (max-width: 812px) {
  /* line 105, ../sass/_homepage.sass */
  .homepage-container .grid-item-c.left {
    padding-right: 0;
  }
}
/* line 110, ../sass/_homepage.sass */
.homepage-container .grid-item-c.right {
  padding-left: 10px;
}
@media only screen and (max-width: 812px) {
  /* line 110, ../sass/_homepage.sass */
  .homepage-container .grid-item-c.right {
    padding-left: 0;
  }
}
@media only screen and (max-width: 812px) {
  /* line 115, ../sass/_homepage.sass */
  .homepage-container .grid-item-c:last-child {
    border-bottom: none;
  }
}
/* line 120, ../sass/_homepage.sass */
.homepage-container .row-element {
  display: flex;
  margin-bottom: 40px;
}
@media only screen and (max-width: 812px) {
  /* line 120, ../sass/_homepage.sass */
  .homepage-container .row-element {
    display: block;
  }
}
/* line 126, ../sass/_homepage.sass */
.homepage-container .row-element .thumb-c {
  flex-basis: 60%;
}
/* line 129, ../sass/_homepage.sass */
.homepage-container .row-element .right-detail-c {
  flex-basis: 40%;
}
/* line 132, ../sass/_homepage.sass */
.homepage-container .row-element .thumb-c {
  padding-right: 10px;
}
/* line 134, ../sass/_homepage.sass */
.homepage-container .row-element .thumb-c > a {
  display: block;
  padding-bottom: 74%;
  position: relative;
}
/* line 14, ../sass/_mixins.sass */
.homepage-container .row-element .thumb-c > a img, .homepage-container .row-element .thumb-c > a .outline-wrapper, .homepage-container .row-element .thumb-c > a iframe {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
/* line 25, ../sass/_mixins.sass */
.homepage-container .row-element .thumb-c > a .outline-wrapper {
  display: flex;
}
/* line 137, ../sass/_homepage.sass */
.homepage-container .row-element .right-detail-c {
  padding-left: 10px;
  text-align: left;
}
/* line 141, ../sass/_homepage.sass */
.homepage-container .row-element .pub-date {
  padding-bottom: 15px;
}
/* line 145, ../sass/_homepage.sass */
.homepage-container .fa-col-c {
  margin-top: 40px;
}
/* line 147, ../sass/_homepage.sass */
.homepage-container .fa-col-c > a {
  display: block;
  padding-bottom: 64%;
  position: relative;
}
/* line 14, ../sass/_mixins.sass */
.homepage-container .fa-col-c > a img, .homepage-container .fa-col-c > a .outline-wrapper, .homepage-container .fa-col-c > a iframe {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
/* line 25, ../sass/_mixins.sass */
.homepage-container .fa-col-c > a .outline-wrapper {
  display: flex;
}
/* line 150, ../sass/_homepage.sass */
.homepage-container .fa-col-c .artist-name {
  margin: 15px 0 15px 0;
}
/* line 153, ../sass/_homepage.sass */
.homepage-container .fa-col-c .description {
  font-size: 20px;
  line-height: 28px;
  margin: 15px 0 15px 0;
  padding: 0;
  overflow: hidden;
  height: 136px;
}

/* line 1, ../sass/_exhibition.sass */
.exhibition-container, .artist-container, .news-container, .inventory-container, .publication-container, .feature-container {
  max-width: 1600px;
  margin: 0 auto 0 auto;
}
/* line 5, ../sass/_exhibition.sass */
.exhibition-container img, .artist-container img, .news-container img, .inventory-container img, .publication-container img, .feature-container img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
}
/* line 11, ../sass/_exhibition.sass */
.exhibition-container .exhibition-hero, .exhibition-container .artist-header, .exhibition-container .detail-text, .exhibition-container .exhibitions-c .center-container, .artist-container .exhibition-hero, .artist-container .artist-header, .artist-container .detail-text, .artist-container .exhibitions-c .center-container, .news-container .exhibition-hero, .news-container .artist-header, .news-container .detail-text, .news-container .exhibitions-c .center-container, .inventory-container .exhibition-hero, .inventory-container .artist-header, .inventory-container .detail-text, .inventory-container .exhibitions-c .center-container, .publication-container .exhibition-hero, .publication-container .artist-header, .publication-container .detail-text, .publication-container .exhibitions-c .center-container, .feature-container .exhibition-hero, .feature-container .artist-header, .feature-container .detail-text, .feature-container .exhibitions-c .center-container {
  width: 100%;
  margin: 20px auto 20px auto;
  text-align: center;
}
@media only screen and (max-width: 812px) {
  /* line 11, ../sass/_exhibition.sass */
  .exhibition-container .exhibition-hero, .exhibition-container .artist-header, .exhibition-container .detail-text, .exhibition-container .exhibitions-c .center-container, .artist-container .exhibition-hero, .artist-container .artist-header, .artist-container .detail-text, .artist-container .exhibitions-c .center-container, .news-container .exhibition-hero, .news-container .artist-header, .news-container .detail-text, .news-container .exhibitions-c .center-container, .inventory-container .exhibition-hero, .inventory-container .artist-header, .inventory-container .detail-text, .inventory-container .exhibitions-c .center-container, .publication-container .exhibition-hero, .publication-container .artist-header, .publication-container .detail-text, .publication-container .exhibitions-c .center-container, .feature-container .exhibition-hero, .feature-container .artist-header, .feature-container .detail-text, .feature-container .exhibitions-c .center-container {
    margin-top: 88px;
  }
}
/* line 18, ../sass/_exhibition.sass */
.exhibition-container .artist-header, .exhibition-container .detail-text, .artist-container .artist-header, .artist-container .detail-text, .news-container .artist-header, .news-container .detail-text, .inventory-container .artist-header, .inventory-container .detail-text, .publication-container .artist-header, .publication-container .detail-text, .feature-container .artist-header, .feature-container .detail-text {
  border-bottom: 1px solid #ccc;
  padding-bottom: 10px;
}
@media only screen and (max-width: 812px) {
  /* line 18, ../sass/_exhibition.sass */
  .exhibition-container .artist-header, .exhibition-container .detail-text, .artist-container .artist-header, .artist-container .detail-text, .news-container .artist-header, .news-container .detail-text, .inventory-container .artist-header, .inventory-container .detail-text, .publication-container .artist-header, .publication-container .detail-text, .feature-container .artist-header, .feature-container .detail-text {
    margin-top: 68px;
  }
}
/* line 24, ../sass/_exhibition.sass */
.exhibition-container .artist-header, .artist-container .artist-header, .news-container .artist-header, .inventory-container .artist-header, .publication-container .artist-header, .feature-container .artist-header {
  color: #522b80;
}
/* line 28, ../sass/_exhibition.sass */
.exhibition-container .detail-text span, .artist-container .detail-text span, .news-container .detail-text span, .inventory-container .detail-text span, .publication-container .detail-text span, .feature-container .detail-text span {
  display: block;
}
/* line 32, ../sass/_exhibition.sass */
.exhibition-container .rule-line-wrapper .detail-text, .artist-container .rule-line-wrapper .detail-text, .news-container .rule-line-wrapper .detail-text, .inventory-container .rule-line-wrapper .detail-text, .publication-container .rule-line-wrapper .detail-text, .feature-container .rule-line-wrapper .detail-text {
  border-bottom: none;
  padding-bottom: 0;
}
@media only screen and (max-width: 812px) {
  /* line 32, ../sass/_exhibition.sass */
  .exhibition-container .rule-line-wrapper .detail-text, .artist-container .rule-line-wrapper .detail-text, .news-container .rule-line-wrapper .detail-text, .inventory-container .rule-line-wrapper .detail-text, .publication-container .rule-line-wrapper .detail-text, .feature-container .rule-line-wrapper .detail-text {
    margin-top: 0;
  }
}
/* line 39, ../sass/_exhibition.sass */
.exhibition-container .hero-container .hero-img-c, .artist-container .hero-container .hero-img-c, .news-container .hero-container .hero-img-c, .inventory-container .hero-container .hero-img-c, .publication-container .hero-container .hero-img-c, .feature-container .hero-container .hero-img-c {
  display: block;
  padding-bottom: 50%;
  position: relative;
}
/* line 14, ../sass/_mixins.sass */
.exhibition-container .hero-container .hero-img-c img, .exhibition-container .hero-container .hero-img-c .outline-wrapper, .exhibition-container .hero-container .hero-img-c iframe, .artist-container .hero-container .hero-img-c img, .artist-container .hero-container .hero-img-c .outline-wrapper, .artist-container .hero-container .hero-img-c iframe, .news-container .hero-container .hero-img-c img, .news-container .hero-container .hero-img-c .outline-wrapper, .news-container .hero-container .hero-img-c iframe, .inventory-container .hero-container .hero-img-c img, .inventory-container .hero-container .hero-img-c .outline-wrapper, .inventory-container .hero-container .hero-img-c iframe, .publication-container .hero-container .hero-img-c img, .publication-container .hero-container .hero-img-c .outline-wrapper, .publication-container .hero-container .hero-img-c iframe, .feature-container .hero-container .hero-img-c img, .feature-container .hero-container .hero-img-c .outline-wrapper, .feature-container .hero-container .hero-img-c iframe {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
/* line 25, ../sass/_mixins.sass */
.exhibition-container .hero-container .hero-img-c .outline-wrapper, .artist-container .hero-container .hero-img-c .outline-wrapper, .news-container .hero-container .hero-img-c .outline-wrapper, .inventory-container .hero-container .hero-img-c .outline-wrapper, .publication-container .hero-container .hero-img-c .outline-wrapper, .feature-container .hero-container .hero-img-c .outline-wrapper {
  display: flex;
}
@media only screen and (max-width: 812px) {
  /* line 39, ../sass/_exhibition.sass */
  .exhibition-container .hero-container .hero-img-c, .artist-container .hero-container .hero-img-c, .news-container .hero-container .hero-img-c, .inventory-container .hero-container .hero-img-c, .publication-container .hero-container .hero-img-c, .feature-container .hero-container .hero-img-c {
    display: block;
    padding-bottom: 64%;
    position: relative;
  }
  /* line 14, ../sass/_mixins.sass */
  .exhibition-container .hero-container .hero-img-c img, .exhibition-container .hero-container .hero-img-c .outline-wrapper, .exhibition-container .hero-container .hero-img-c iframe, .artist-container .hero-container .hero-img-c img, .artist-container .hero-container .hero-img-c .outline-wrapper, .artist-container .hero-container .hero-img-c iframe, .news-container .hero-container .hero-img-c img, .news-container .hero-container .hero-img-c .outline-wrapper, .news-container .hero-container .hero-img-c iframe, .inventory-container .hero-container .hero-img-c img, .inventory-container .hero-container .hero-img-c .outline-wrapper, .inventory-container .hero-container .hero-img-c iframe, .publication-container .hero-container .hero-img-c img, .publication-container .hero-container .hero-img-c .outline-wrapper, .publication-container .hero-container .hero-img-c iframe, .feature-container .hero-container .hero-img-c img, .feature-container .hero-container .hero-img-c .outline-wrapper, .feature-container .hero-container .hero-img-c iframe {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  /* line 25, ../sass/_mixins.sass */
  .exhibition-container .hero-container .hero-img-c .outline-wrapper, .artist-container .hero-container .hero-img-c .outline-wrapper, .news-container .hero-container .hero-img-c .outline-wrapper, .inventory-container .hero-container .hero-img-c .outline-wrapper, .publication-container .hero-container .hero-img-c .outline-wrapper, .feature-container .hero-container .hero-img-c .outline-wrapper {
    display: flex;
  }
}
/* line 44, ../sass/_exhibition.sass */
.exhibition-container .hero-container .full-detail-c, .artist-container .hero-container .full-detail-c, .news-container .hero-container .full-detail-c, .inventory-container .hero-container .full-detail-c, .publication-container .hero-container .full-detail-c, .feature-container .hero-container .full-detail-c {
  width: 30%;
  margin-top: 15px;
}
@media only screen and (max-width: 812px) {
  /* line 44, ../sass/_exhibition.sass */
  .exhibition-container .hero-container .full-detail-c, .artist-container .hero-container .full-detail-c, .news-container .hero-container .full-detail-c, .inventory-container .hero-container .full-detail-c, .publication-container .hero-container .full-detail-c, .feature-container .hero-container .full-detail-c {
    width: 100%;
    margin-top: 20px;
  }
}
/* line 51, ../sass/_exhibition.sass */
.exhibition-container .artist-col-c, .artist-container .artist-col-c, .news-container .artist-col-c, .inventory-container .artist-col-c, .publication-container .artist-col-c, .feature-container .artist-col-c {
  margin-top: 40px;
}
/* line 54, ../sass/_exhibition.sass */
.exhibition-container .news-detail-c, .artist-container .news-detail-c, .news-container .news-detail-c, .inventory-container .news-detail-c, .publication-container .news-detail-c, .feature-container .news-detail-c {
  border-top: 1px solid #ccc;
  padding-top: 40px;
  margin-top: 20px;
  margin-bottom: 40px;
}
/* line 60, ../sass/_exhibition.sass */
.exhibition-container .news-detail-c .body-copy, .artist-container .news-detail-c .body-copy, .news-container .news-detail-c .body-copy, .inventory-container .news-detail-c .body-copy, .publication-container .news-detail-c .body-copy, .feature-container .news-detail-c .body-copy {
  width: 50%;
  text-align: left;
  font-size: 20px;
  line-height: 26px;
  margin: 0 auto;
}
@media only screen and (max-width: 812px) {
  /* line 60, ../sass/_exhibition.sass */
  .exhibition-container .news-detail-c .body-copy, .artist-container .news-detail-c .body-copy, .news-container .news-detail-c .body-copy, .inventory-container .news-detail-c .body-copy, .publication-container .news-detail-c .body-copy, .feature-container .news-detail-c .body-copy {
    width: 100%;
  }
}
/* line 69, ../sass/_exhibition.sass */
.exhibition-container .news-detail-c .body-copy p, .artist-container .news-detail-c .body-copy p, .news-container .news-detail-c .body-copy p, .inventory-container .news-detail-c .body-copy p, .publication-container .news-detail-c .body-copy p, .feature-container .news-detail-c .body-copy p {
  margin-bottom: 1em;
}
/* line 72, ../sass/_exhibition.sass */
.exhibition-container .col-wrapper, .artist-container .col-wrapper, .news-container .col-wrapper, .inventory-container .col-wrapper, .publication-container .col-wrapper, .feature-container .col-wrapper {
  display: flex;
  flex-direction: row-reverse;
}
@media only screen and (max-width: 812px) {
  /* line 72, ../sass/_exhibition.sass */
  .exhibition-container .col-wrapper, .artist-container .col-wrapper, .news-container .col-wrapper, .inventory-container .col-wrapper, .publication-container .col-wrapper, .feature-container .col-wrapper {
    display: block;
  }
}
/* line 78, ../sass/_exhibition.sass */
.exhibition-container .col-left, .artist-container .col-left, .news-container .col-left, .inventory-container .col-left, .publication-container .col-left, .feature-container .col-left {
  padding-right: 20px;
  flex-basis: 50%;
}
@media only screen and (max-width: 812px) {
  /* line 78, ../sass/_exhibition.sass */
  .exhibition-container .col-left, .artist-container .col-left, .news-container .col-left, .inventory-container .col-left, .publication-container .col-left, .feature-container .col-left {
    padding-right: 0;
    width: 100%;
  }
}
/* line 85, ../sass/_exhibition.sass */
.exhibition-container .slideshow-thumbnail-c, .artist-container .slideshow-thumbnail-c, .news-container .slideshow-thumbnail-c, .inventory-container .slideshow-thumbnail-c, .publication-container .slideshow-thumbnail-c, .feature-container .slideshow-thumbnail-c {
  display: block;
  padding-bottom: 64%;
  position: relative;
}
/* line 14, ../sass/_mixins.sass */
.exhibition-container .slideshow-thumbnail-c img, .exhibition-container .slideshow-thumbnail-c .outline-wrapper, .exhibition-container .slideshow-thumbnail-c iframe, .artist-container .slideshow-thumbnail-c img, .artist-container .slideshow-thumbnail-c .outline-wrapper, .artist-container .slideshow-thumbnail-c iframe, .news-container .slideshow-thumbnail-c img, .news-container .slideshow-thumbnail-c .outline-wrapper, .news-container .slideshow-thumbnail-c iframe, .inventory-container .slideshow-thumbnail-c img, .inventory-container .slideshow-thumbnail-c .outline-wrapper, .inventory-container .slideshow-thumbnail-c iframe, .publication-container .slideshow-thumbnail-c img, .publication-container .slideshow-thumbnail-c .outline-wrapper, .publication-container .slideshow-thumbnail-c iframe, .feature-container .slideshow-thumbnail-c img, .feature-container .slideshow-thumbnail-c .outline-wrapper, .feature-container .slideshow-thumbnail-c iframe {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
/* line 25, ../sass/_mixins.sass */
.exhibition-container .slideshow-thumbnail-c .outline-wrapper, .artist-container .slideshow-thumbnail-c .outline-wrapper, .news-container .slideshow-thumbnail-c .outline-wrapper, .inventory-container .slideshow-thumbnail-c .outline-wrapper, .publication-container .slideshow-thumbnail-c .outline-wrapper, .feature-container .slideshow-thumbnail-c .outline-wrapper {
  display: flex;
}
/* line 88, ../sass/_exhibition.sass */
.exhibition-container .col-title, .artist-container .col-title, .news-container .col-title, .inventory-container .col-title, .publication-container .col-title, .feature-container .col-title {
  float: left;
  padding: 10px 0 10px 0;
}
/* line 92, ../sass/_exhibition.sass */
.exhibition-container .col-right, .artist-container .col-right, .news-container .col-right, .inventory-container .col-right, .publication-container .col-right, .feature-container .col-right {
  padding-left: 20px;
  flex-basis: 50%;
}
@media only screen and (max-width: 812px) {
  /* line 92, ../sass/_exhibition.sass */
  .exhibition-container .col-right, .artist-container .col-right, .news-container .col-right, .inventory-container .col-right, .publication-container .col-right, .feature-container .col-right {
    padding-left: 0;
    width: 100%;
    margin-bottom: 40px;
  }
}
/* line 100, ../sass/_exhibition.sass */
.exhibition-container .col-right .expand-btn, .artist-container .col-right .expand-btn, .news-container .col-right .expand-btn, .inventory-container .col-right .expand-btn, .publication-container .col-right .expand-btn, .feature-container .col-right .expand-btn {
  padding: 21px;
}
/* line 103, ../sass/_exhibition.sass */
.exhibition-container .bio-c, .artist-container .bio-c, .news-container .bio-c, .inventory-container .bio-c, .publication-container .bio-c, .feature-container .bio-c {
  width: 100%;
}
/* line 106, ../sass/_exhibition.sass */
.exhibition-container .expand-c, .artist-container .expand-c, .news-container .expand-c, .inventory-container .expand-c, .publication-container .expand-c, .feature-container .expand-c {
  border-top: 1px solid #ccc;
  width: 100%;
  float: left;
  overflow: hidden;
  max-height: 0;
  transition: max-height 0.8s cubic-bezier(0.55, 0.72, 0, 0.98);
  margin-bottom: 30px;
}
@media only screen and (max-width: 812px) {
  /* line 106, ../sass/_exhibition.sass */
  .exhibition-container .expand-c, .artist-container .expand-c, .news-container .expand-c, .inventory-container .expand-c, .publication-container .expand-c, .feature-container .expand-c {
    float: none;
  }
}
/* line 117, ../sass/_exhibition.sass */
.exhibition-container .expand-c p, .artist-container .expand-c p, .news-container .expand-c p, .inventory-container .expand-c p, .publication-container .expand-c p, .feature-container .expand-c p {
  font-family: regular_medium;
}
/* line 120, ../sass/_exhibition.sass */
.exhibition-container .expand-c .entry-bio, .artist-container .expand-c .entry-bio, .news-container .expand-c .entry-bio, .inventory-container .expand-c .entry-bio, .publication-container .expand-c .entry-bio, .feature-container .expand-c .entry-bio {
  margin-bottom: 1em;
}
/* line 124, ../sass/_exhibition.sass */
.exhibition-container .expand-c .bio a, .artist-container .expand-c .bio a, .news-container .expand-c .bio a, .inventory-container .expand-c .bio a, .publication-container .expand-c .bio a, .feature-container .expand-c .bio a {
  color: #522b80;
}
/* line 127, ../sass/_exhibition.sass */
.exhibition-container .expand-c .redirect, .artist-container .expand-c .redirect, .news-container .expand-c .redirect, .inventory-container .expand-c .redirect, .publication-container .expand-c .redirect, .feature-container .expand-c .redirect {
  width: 15px;
  height: 15px;
  margin: 0 10px;
  cursor: pointer;
  float: left;
}
/* line 134, ../sass/_exhibition.sass */
.exhibition-container .expand-c.active, .artist-container .expand-c.active, .news-container .expand-c.active, .inventory-container .expand-c.active, .publication-container .expand-c.active, .feature-container .expand-c.active {
  max-height: 2000px;
}
/* line 137, ../sass/_exhibition.sass */
.exhibition-container .expand-c > .press-item, .exhibition-container .expand-c .expand-grid-item, .artist-container .expand-c > .press-item, .artist-container .expand-c .expand-grid-item, .news-container .expand-c > .press-item, .news-container .expand-c .expand-grid-item, .inventory-container .expand-c > .press-item, .inventory-container .expand-c .expand-grid-item, .publication-container .expand-c > .press-item, .publication-container .expand-c .expand-grid-item, .feature-container .expand-c > .press-item, .feature-container .expand-c .expand-grid-item {
  display: flex;
  padding: 20px 0 20px 0;
}
/* line 141, ../sass/_exhibition.sass */
.exhibition-container .expand-c > .press-item .press-img-c, .exhibition-container .expand-c > .press-item .grid-tb-c, .exhibition-container .expand-c .expand-grid-item .press-img-c, .exhibition-container .expand-c .expand-grid-item .grid-tb-c, .artist-container .expand-c > .press-item .press-img-c, .artist-container .expand-c > .press-item .grid-tb-c, .artist-container .expand-c .expand-grid-item .press-img-c, .artist-container .expand-c .expand-grid-item .grid-tb-c, .news-container .expand-c > .press-item .press-img-c, .news-container .expand-c > .press-item .grid-tb-c, .news-container .expand-c .expand-grid-item .press-img-c, .news-container .expand-c .expand-grid-item .grid-tb-c, .inventory-container .expand-c > .press-item .press-img-c, .inventory-container .expand-c > .press-item .grid-tb-c, .inventory-container .expand-c .expand-grid-item .press-img-c, .inventory-container .expand-c .expand-grid-item .grid-tb-c, .publication-container .expand-c > .press-item .press-img-c, .publication-container .expand-c > .press-item .grid-tb-c, .publication-container .expand-c .expand-grid-item .press-img-c, .publication-container .expand-c .expand-grid-item .grid-tb-c, .feature-container .expand-c > .press-item .press-img-c, .feature-container .expand-c > .press-item .grid-tb-c, .feature-container .expand-c .expand-grid-item .press-img-c, .feature-container .expand-c .expand-grid-item .grid-tb-c {
  flex-basis: 33.33%;
  padding-right: 10px;
}
/* line 144, ../sass/_exhibition.sass */
.exhibition-container .expand-c > .press-item .press-img-c > a, .exhibition-container .expand-c > .press-item .grid-tb-c > a, .exhibition-container .expand-c .expand-grid-item .press-img-c > a, .exhibition-container .expand-c .expand-grid-item .grid-tb-c > a, .artist-container .expand-c > .press-item .press-img-c > a, .artist-container .expand-c > .press-item .grid-tb-c > a, .artist-container .expand-c .expand-grid-item .press-img-c > a, .artist-container .expand-c .expand-grid-item .grid-tb-c > a, .news-container .expand-c > .press-item .press-img-c > a, .news-container .expand-c > .press-item .grid-tb-c > a, .news-container .expand-c .expand-grid-item .press-img-c > a, .news-container .expand-c .expand-grid-item .grid-tb-c > a, .inventory-container .expand-c > .press-item .press-img-c > a, .inventory-container .expand-c > .press-item .grid-tb-c > a, .inventory-container .expand-c .expand-grid-item .press-img-c > a, .inventory-container .expand-c .expand-grid-item .grid-tb-c > a, .publication-container .expand-c > .press-item .press-img-c > a, .publication-container .expand-c > .press-item .grid-tb-c > a, .publication-container .expand-c .expand-grid-item .press-img-c > a, .publication-container .expand-c .expand-grid-item .grid-tb-c > a, .feature-container .expand-c > .press-item .press-img-c > a, .feature-container .expand-c > .press-item .grid-tb-c > a, .feature-container .expand-c .expand-grid-item .press-img-c > a, .feature-container .expand-c .expand-grid-item .grid-tb-c > a {
  display: block;
  padding-bottom: 64%;
  position: relative;
}
/* line 14, ../sass/_mixins.sass */
.exhibition-container .expand-c > .press-item .press-img-c > a img, .exhibition-container .expand-c > .press-item .press-img-c > a .outline-wrapper, .exhibition-container .expand-c > .press-item .press-img-c > a iframe, .exhibition-container .expand-c > .press-item .grid-tb-c > a img, .exhibition-container .expand-c > .press-item .grid-tb-c > a .outline-wrapper, .exhibition-container .expand-c > .press-item .grid-tb-c > a iframe, .exhibition-container .expand-c .expand-grid-item .press-img-c > a img, .exhibition-container .expand-c .expand-grid-item .press-img-c > a .outline-wrapper, .exhibition-container .expand-c .expand-grid-item .press-img-c > a iframe, .exhibition-container .expand-c .expand-grid-item .grid-tb-c > a img, .exhibition-container .expand-c .expand-grid-item .grid-tb-c > a .outline-wrapper, .exhibition-container .expand-c .expand-grid-item .grid-tb-c > a iframe, .artist-container .expand-c > .press-item .press-img-c > a img, .artist-container .expand-c > .press-item .press-img-c > a .outline-wrapper, .artist-container .expand-c > .press-item .press-img-c > a iframe, .artist-container .expand-c > .press-item .grid-tb-c > a img, .artist-container .expand-c > .press-item .grid-tb-c > a .outline-wrapper, .artist-container .expand-c > .press-item .grid-tb-c > a iframe, .artist-container .expand-c .expand-grid-item .press-img-c > a img, .artist-container .expand-c .expand-grid-item .press-img-c > a .outline-wrapper, .artist-container .expand-c .expand-grid-item .press-img-c > a iframe, .artist-container .expand-c .expand-grid-item .grid-tb-c > a img, .artist-container .expand-c .expand-grid-item .grid-tb-c > a .outline-wrapper, .artist-container .expand-c .expand-grid-item .grid-tb-c > a iframe, .news-container .expand-c > .press-item .press-img-c > a img, .news-container .expand-c > .press-item .press-img-c > a .outline-wrapper, .news-container .expand-c > .press-item .press-img-c > a iframe, .news-container .expand-c > .press-item .grid-tb-c > a img, .news-container .expand-c > .press-item .grid-tb-c > a .outline-wrapper, .news-container .expand-c > .press-item .grid-tb-c > a iframe, .news-container .expand-c .expand-grid-item .press-img-c > a img, .news-container .expand-c .expand-grid-item .press-img-c > a .outline-wrapper, .news-container .expand-c .expand-grid-item .press-img-c > a iframe, .news-container .expand-c .expand-grid-item .grid-tb-c > a img, .news-container .expand-c .expand-grid-item .grid-tb-c > a .outline-wrapper, .news-container .expand-c .expand-grid-item .grid-tb-c > a iframe, .inventory-container .expand-c > .press-item .press-img-c > a img, .inventory-container .expand-c > .press-item .press-img-c > a .outline-wrapper, .inventory-container .expand-c > .press-item .press-img-c > a iframe, .inventory-container .expand-c > .press-item .grid-tb-c > a img, .inventory-container .expand-c > .press-item .grid-tb-c > a .outline-wrapper, .inventory-container .expand-c > .press-item .grid-tb-c > a iframe, .inventory-container .expand-c .expand-grid-item .press-img-c > a img, .inventory-container .expand-c .expand-grid-item .press-img-c > a .outline-wrapper, .inventory-container .expand-c .expand-grid-item .press-img-c > a iframe, .inventory-container .expand-c .expand-grid-item .grid-tb-c > a img, .inventory-container .expand-c .expand-grid-item .grid-tb-c > a .outline-wrapper, .inventory-container .expand-c .expand-grid-item .grid-tb-c > a iframe, .publication-container .expand-c > .press-item .press-img-c > a img, .publication-container .expand-c > .press-item .press-img-c > a .outline-wrapper, .publication-container .expand-c > .press-item .press-img-c > a iframe, .publication-container .expand-c > .press-item .grid-tb-c > a img, .publication-container .expand-c > .press-item .grid-tb-c > a .outline-wrapper, .publication-container .expand-c > .press-item .grid-tb-c > a iframe, .publication-container .expand-c .expand-grid-item .press-img-c > a img, .publication-container .expand-c .expand-grid-item .press-img-c > a .outline-wrapper, .publication-container .expand-c .expand-grid-item .press-img-c > a iframe, .publication-container .expand-c .expand-grid-item .grid-tb-c > a img, .publication-container .expand-c .expand-grid-item .grid-tb-c > a .outline-wrapper, .publication-container .expand-c .expand-grid-item .grid-tb-c > a iframe, .feature-container .expand-c > .press-item .press-img-c > a img, .feature-container .expand-c > .press-item .press-img-c > a .outline-wrapper, .feature-container .expand-c > .press-item .press-img-c > a iframe, .feature-container .expand-c > .press-item .grid-tb-c > a img, .feature-container .expand-c > .press-item .grid-tb-c > a .outline-wrapper, .feature-container .expand-c > .press-item .grid-tb-c > a iframe, .feature-container .expand-c .expand-grid-item .press-img-c > a img, .feature-container .expand-c .expand-grid-item .press-img-c > a .outline-wrapper, .feature-container .expand-c .expand-grid-item .press-img-c > a iframe, .feature-container .expand-c .expand-grid-item .grid-tb-c > a img, .feature-container .expand-c .expand-grid-item .grid-tb-c > a .outline-wrapper, .feature-container .expand-c .expand-grid-item .grid-tb-c > a iframe {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
/* line 25, ../sass/_mixins.sass */
.exhibition-container .expand-c > .press-item .press-img-c > a .outline-wrapper, .exhibition-container .expand-c > .press-item .grid-tb-c > a .outline-wrapper, .exhibition-container .expand-c .expand-grid-item .press-img-c > a .outline-wrapper, .exhibition-container .expand-c .expand-grid-item .grid-tb-c > a .outline-wrapper, .artist-container .expand-c > .press-item .press-img-c > a .outline-wrapper, .artist-container .expand-c > .press-item .grid-tb-c > a .outline-wrapper, .artist-container .expand-c .expand-grid-item .press-img-c > a .outline-wrapper, .artist-container .expand-c .expand-grid-item .grid-tb-c > a .outline-wrapper, .news-container .expand-c > .press-item .press-img-c > a .outline-wrapper, .news-container .expand-c > .press-item .grid-tb-c > a .outline-wrapper, .news-container .expand-c .expand-grid-item .press-img-c > a .outline-wrapper, .news-container .expand-c .expand-grid-item .grid-tb-c > a .outline-wrapper, .inventory-container .expand-c > .press-item .press-img-c > a .outline-wrapper, .inventory-container .expand-c > .press-item .grid-tb-c > a .outline-wrapper, .inventory-container .expand-c .expand-grid-item .press-img-c > a .outline-wrapper, .inventory-container .expand-c .expand-grid-item .grid-tb-c > a .outline-wrapper, .publication-container .expand-c > .press-item .press-img-c > a .outline-wrapper, .publication-container .expand-c > .press-item .grid-tb-c > a .outline-wrapper, .publication-container .expand-c .expand-grid-item .press-img-c > a .outline-wrapper, .publication-container .expand-c .expand-grid-item .grid-tb-c > a .outline-wrapper, .feature-container .expand-c > .press-item .press-img-c > a .outline-wrapper, .feature-container .expand-c > .press-item .grid-tb-c > a .outline-wrapper, .feature-container .expand-c .expand-grid-item .press-img-c > a .outline-wrapper, .feature-container .expand-c .expand-grid-item .grid-tb-c > a .outline-wrapper {
  display: flex;
}
/* line 147, ../sass/_exhibition.sass */
.exhibition-container .expand-c > .press-item .press, .exhibition-container .expand-c > .press-item p.exhibition, .exhibition-container .expand-c .expand-grid-item .press, .exhibition-container .expand-c .expand-grid-item p.exhibition, .artist-container .expand-c > .press-item .press, .artist-container .expand-c > .press-item p.exhibition, .artist-container .expand-c .expand-grid-item .press, .artist-container .expand-c .expand-grid-item p.exhibition, .news-container .expand-c > .press-item .press, .news-container .expand-c > .press-item p.exhibition, .news-container .expand-c .expand-grid-item .press, .news-container .expand-c .expand-grid-item p.exhibition, .inventory-container .expand-c > .press-item .press, .inventory-container .expand-c > .press-item p.exhibition, .inventory-container .expand-c .expand-grid-item .press, .inventory-container .expand-c .expand-grid-item p.exhibition, .publication-container .expand-c > .press-item .press, .publication-container .expand-c > .press-item p.exhibition, .publication-container .expand-c .expand-grid-item .press, .publication-container .expand-c .expand-grid-item p.exhibition, .feature-container .expand-c > .press-item .press, .feature-container .expand-c > .press-item p.exhibition, .feature-container .expand-c .expand-grid-item .press, .feature-container .expand-c .expand-grid-item p.exhibition {
  flex-basis: 66.66%;
  padding-left: 10px;
}
/* line 151, ../sass/_exhibition.sass */
.exhibition-container .expand-c > .press-item .pub, .exhibition-container .expand-c > .press-item .artist, .exhibition-container .expand-c > .press-item .date, .exhibition-container .expand-c > .press-item .title, .exhibition-container .expand-c .expand-grid-item .pub, .exhibition-container .expand-c .expand-grid-item .artist, .exhibition-container .expand-c .expand-grid-item .date, .exhibition-container .expand-c .expand-grid-item .title, .artist-container .expand-c > .press-item .pub, .artist-container .expand-c > .press-item .artist, .artist-container .expand-c > .press-item .date, .artist-container .expand-c > .press-item .title, .artist-container .expand-c .expand-grid-item .pub, .artist-container .expand-c .expand-grid-item .artist, .artist-container .expand-c .expand-grid-item .date, .artist-container .expand-c .expand-grid-item .title, .news-container .expand-c > .press-item .pub, .news-container .expand-c > .press-item .artist, .news-container .expand-c > .press-item .date, .news-container .expand-c > .press-item .title, .news-container .expand-c .expand-grid-item .pub, .news-container .expand-c .expand-grid-item .artist, .news-container .expand-c .expand-grid-item .date, .news-container .expand-c .expand-grid-item .title, .inventory-container .expand-c > .press-item .pub, .inventory-container .expand-c > .press-item .artist, .inventory-container .expand-c > .press-item .date, .inventory-container .expand-c > .press-item .title, .inventory-container .expand-c .expand-grid-item .pub, .inventory-container .expand-c .expand-grid-item .artist, .inventory-container .expand-c .expand-grid-item .date, .inventory-container .expand-c .expand-grid-item .title, .publication-container .expand-c > .press-item .pub, .publication-container .expand-c > .press-item .artist, .publication-container .expand-c > .press-item .date, .publication-container .expand-c > .press-item .title, .publication-container .expand-c .expand-grid-item .pub, .publication-container .expand-c .expand-grid-item .artist, .publication-container .expand-c .expand-grid-item .date, .publication-container .expand-c .expand-grid-item .title, .feature-container .expand-c > .press-item .pub, .feature-container .expand-c > .press-item .artist, .feature-container .expand-c > .press-item .date, .feature-container .expand-c > .press-item .title, .feature-container .expand-c .expand-grid-item .pub, .feature-container .expand-c .expand-grid-item .artist, .feature-container .expand-c .expand-grid-item .date, .feature-container .expand-c .expand-grid-item .title {
  display: block;
}
/* line 156, ../sass/_exhibition.sass */
.exhibition-container .secondary-slideshow .small-slideshow-c, .artist-container .secondary-slideshow .small-slideshow-c, .news-container .secondary-slideshow .small-slideshow-c, .inventory-container .secondary-slideshow .small-slideshow-c, .publication-container .secondary-slideshow .small-slideshow-c, .feature-container .secondary-slideshow .small-slideshow-c {
  display: none;
}
@media only screen and (max-width: 812px) {
  /* line 156, ../sass/_exhibition.sass */
  .exhibition-container .secondary-slideshow .small-slideshow-c, .artist-container .secondary-slideshow .small-slideshow-c, .news-container .secondary-slideshow .small-slideshow-c, .inventory-container .secondary-slideshow .small-slideshow-c, .publication-container .secondary-slideshow .small-slideshow-c, .feature-container .secondary-slideshow .small-slideshow-c {
    display: block;
  }
}
/* line 160, ../sass/_exhibition.sass */
.exhibition-container .secondary-slideshow .preview-slideshow-c, .artist-container .secondary-slideshow .preview-slideshow-c, .news-container .secondary-slideshow .preview-slideshow-c, .inventory-container .secondary-slideshow .preview-slideshow-c, .publication-container .secondary-slideshow .preview-slideshow-c, .feature-container .secondary-slideshow .preview-slideshow-c {
  display: block;
}
@media only screen and (max-width: 812px) {
  /* line 160, ../sass/_exhibition.sass */
  .exhibition-container .secondary-slideshow .preview-slideshow-c, .artist-container .secondary-slideshow .preview-slideshow-c, .news-container .secondary-slideshow .preview-slideshow-c, .inventory-container .secondary-slideshow .preview-slideshow-c, .publication-container .secondary-slideshow .preview-slideshow-c, .feature-container .secondary-slideshow .preview-slideshow-c {
    display: none;
  }
}

/* line 6, ../sass/_inventory-and-publication.sass */
.inventory-container, .publication-container, .feature-container {
  max-width: 1600px;
  margin: 0 auto 0 auto;
}
@media only screen and (max-width: 812px) {
  /* line 6, ../sass/_inventory-and-publication.sass */
  .inventory-container, .publication-container, .feature-container {
    margin-top: 68px;
  }
}
/* line 12, ../sass/_inventory-and-publication.sass */
.inventory-container .artist-header, .publication-container .artist-header, .feature-container .artist-header {
  border-bottom: 0;
  text-align: left;
}
/* line 16, ../sass/_inventory-and-publication.sass */
.inventory-container .artist-header .inv-title, .publication-container .artist-header .inv-title, .feature-container .artist-header .inv-title {
  color: #222 !important;
}
@media only screen and (max-width: 812px) {
  /* line 19, ../sass/_inventory-and-publication.sass */
  .inventory-container .artist-col-c, .publication-container .artist-col-c, .feature-container .artist-col-c {
    margin-top: 20px;
  }
}
/* line 23, ../sass/_inventory-and-publication.sass */
.inventory-container .related-artist-c, .publication-container .related-artist-c, .feature-container .related-artist-c {
  margin-top: 40px;
}
@media only screen and (max-width: 812px) {
  /* line 23, ../sass/_inventory-and-publication.sass */
  .inventory-container .related-artist-c, .publication-container .related-artist-c, .feature-container .related-artist-c {
    margin-top: 20px;
  }
}
/* line 28, ../sass/_inventory-and-publication.sass */
.inventory-container .col-wrapper, .publication-container .col-wrapper, .feature-container .col-wrapper {
  flex-direction: row;
}
@media only screen and (max-width: 812px) {
  /* line 31, ../sass/_inventory-and-publication.sass */
  .inventory-container .col-left, .publication-container .col-left, .feature-container .col-left {
    margin-bottom: 20px;
  }
}
/* line 35, ../sass/_inventory-and-publication.sass */
.inventory-container .col-left > div, .publication-container .col-left > div, .feature-container .col-left > div {
  display: block;
  padding-bottom: 100%;
  position: relative;
}
/* line 14, ../sass/_mixins.sass */
.inventory-container .col-left > div img, .inventory-container .col-left > div .outline-wrapper, .inventory-container .col-left > div iframe, .publication-container .col-left > div img, .publication-container .col-left > div .outline-wrapper, .publication-container .col-left > div iframe, .feature-container .col-left > div img, .feature-container .col-left > div .outline-wrapper, .feature-container .col-left > div iframe {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
/* line 25, ../sass/_mixins.sass */
.inventory-container .col-left > div .outline-wrapper, .publication-container .col-left > div .outline-wrapper, .feature-container .col-left > div .outline-wrapper {
  display: flex;
}
/* line 38, ../sass/_inventory-and-publication.sass */
.inventory-container .col-right, .inventory-container .expand-c, .publication-container .col-right, .publication-container .expand-c, .feature-container .col-right, .feature-container .expand-c {
  margin-bottom: 0;
}
/* line 41, ../sass/_inventory-and-publication.sass */
.inventory-container .bio, .publication-container .bio, .feature-container .bio {
  padding-top: 1em;
}
/* line 45, ../sass/_inventory-and-publication.sass */
.inventory-container .grid-tb-c .thumb-img.inv, .publication-container .grid-tb-c .thumb-img.inv, .feature-container .grid-tb-c .thumb-img.inv {
  background-color: #ebebeb;
  background-repeat: no-repeat;
}
/* line 49, ../sass/_inventory-and-publication.sass */
.inventory-container .top-hero, .publication-container .top-hero, .feature-container .top-hero {
  width: 100%;
  overflow: hidden;
  height: auto;
  display: flex;
}
@media only screen and (max-width: 812px) {
  /* line 49, ../sass/_inventory-and-publication.sass */
  .inventory-container .top-hero, .publication-container .top-hero, .feature-container .top-hero {
    display: block;
  }
}
/* line 57, ../sass/_inventory-and-publication.sass */
.inventory-container .top-hero img, .publication-container .top-hero img, .feature-container .top-hero img {
  object-fit: cover;
}
/* line 60, ../sass/_inventory-and-publication.sass */
.inventory-container .top-hero .hero-img.inv, .publication-container .top-hero .hero-img.inv, .feature-container .top-hero .hero-img.inv {
  display: block;
  padding-bottom: 70%;
  position: relative;
}
/* line 14, ../sass/_mixins.sass */
.inventory-container .top-hero .hero-img.inv img, .inventory-container .top-hero .hero-img.inv .outline-wrapper, .inventory-container .top-hero .hero-img.inv iframe, .publication-container .top-hero .hero-img.inv img, .publication-container .top-hero .hero-img.inv .outline-wrapper, .publication-container .top-hero .hero-img.inv iframe, .feature-container .top-hero .hero-img.inv img, .feature-container .top-hero .hero-img.inv .outline-wrapper, .feature-container .top-hero .hero-img.inv iframe {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
/* line 25, ../sass/_mixins.sass */
.inventory-container .top-hero .hero-img.inv .outline-wrapper, .publication-container .top-hero .hero-img.inv .outline-wrapper, .feature-container .top-hero .hero-img.inv .outline-wrapper {
  display: flex;
}
/* line 63, ../sass/_inventory-and-publication.sass */
.inventory-container .top-hero > div, .publication-container .top-hero > div, .feature-container .top-hero > div {
  flex-basis: 50%;
}
/* line 66, ../sass/_inventory-and-publication.sass */
.inventory-container .top-hero > div.left, .publication-container .top-hero > div.left, .feature-container .top-hero > div.left {
  padding-right: 20px;
}
@media only screen and (max-width: 812px) {
  /* line 66, ../sass/_inventory-and-publication.sass */
  .inventory-container .top-hero > div.left, .publication-container .top-hero > div.left, .feature-container .top-hero > div.left {
    padding-right: 0;
  }
}
/* line 71, ../sass/_inventory-and-publication.sass */
.inventory-container .top-hero > div.right, .publication-container .top-hero > div.right, .feature-container .top-hero > div.right {
  padding-left: 20px;
}
@media only screen and (max-width: 812px) {
  /* line 71, ../sass/_inventory-and-publication.sass */
  .inventory-container .top-hero > div.right, .publication-container .top-hero > div.right, .feature-container .top-hero > div.right {
    padding-left: 0;
  }
}
/* line 76, ../sass/_inventory-and-publication.sass */
.inventory-container .top-hero p, .publication-container .top-hero p, .feature-container .top-hero p {
  font-family: regular_medium;
  margin-top: 1em;
  float: left;
  display: inline-block;
  text-align: left;
}
/* line 83, ../sass/_inventory-and-publication.sass */
.inventory-container .top-hero .top-header, .publication-container .top-hero .top-header, .feature-container .top-hero .top-header {
  margin-top: 0;
}
@media only screen and (max-width: 812px) {
  /* line 83, ../sass/_inventory-and-publication.sass */
  .inventory-container .top-hero .top-header, .publication-container .top-hero .top-header, .feature-container .top-hero .top-header {
    margin-top: 30px;
  }
}
/* line 88, ../sass/_inventory-and-publication.sass */
.inventory-container .ra-header, .publication-container .ra-header, .feature-container .ra-header {
  margin-top: 30px;
}
@media only screen and (max-width: 812px) {
  /* line 88, ../sass/_inventory-and-publication.sass */
  .inventory-container .ra-header, .publication-container .ra-header, .feature-container .ra-header {
    margin-top: 20px;
  }
}
/* line 93, ../sass/_inventory-and-publication.sass */
.inventory-container .btn-wrapper, .publication-container .btn-wrapper, .feature-container .btn-wrapper {
  width: 100%;
}

/* line 98, ../sass/_inventory-and-publication.sass */
.feature-container .artist-header {
  text-align: center;
  border-bottom: 1px solid #ccc;
}
@media only screen and (max-width: 812px) {
  /* line 102, ../sass/_inventory-and-publication.sass */
  .feature-container .exhibition-hero {
    margin-top: 40px;
  }
}
/* line 106, ../sass/_inventory-and-publication.sass */
.feature-container .exhibitions-c {
  margin-top: 60px;
}
@media only screen and (max-width: 812px) {
  /* line 106, ../sass/_inventory-and-publication.sass */
  .feature-container .exhibitions-c {
    margin-top: 40px;
  }
}
/* line 111, ../sass/_inventory-and-publication.sass */
.feature-container .exhibitions-c .row {
  display: flex;
}
@media only screen and (max-width: 812px) {
  /* line 111, ../sass/_inventory-and-publication.sass */
  .feature-container .exhibitions-c .row {
    display: block;
  }
}
/* line 116, ../sass/_inventory-and-publication.sass */
.feature-container .exhibitions-c .feat-col {
  flex-basis: 50%;
  padding-left: 20px;
}
@media only screen and (max-width: 812px) {
  /* line 116, ../sass/_inventory-and-publication.sass */
  .feature-container .exhibitions-c .feat-col {
    padding-left: 0;
    border-top: 1px solid #ccc;
    padding-top: 20px;
  }
}
/* line 124, ../sass/_inventory-and-publication.sass */
.feature-container .exhibitions-c .feat-col:first-child {
  padding-right: 20px;
  padding-left: 0;
}
@media only screen and (max-width: 812px) {
  /* line 124, ../sass/_inventory-and-publication.sass */
  .feature-container .exhibitions-c .feat-col:first-child {
    padding-right: 0;
  }
}
/* line 130, ../sass/_inventory-and-publication.sass */
.feature-container .exhibitions-c .col-title {
  float: none;
}
/* line 133, ../sass/_inventory-and-publication.sass */
.feature-container .exhibitions-c .img-slide-c {
  display: block;
  padding-bottom: 70%;
  position: relative;
}
/* line 14, ../sass/_mixins.sass */
.feature-container .exhibitions-c .img-slide-c img, .feature-container .exhibitions-c .img-slide-c .outline-wrapper, .feature-container .exhibitions-c .img-slide-c iframe {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
/* line 25, ../sass/_mixins.sass */
.feature-container .exhibitions-c .img-slide-c .outline-wrapper {
  display: flex;
}
/* line 136, ../sass/_inventory-and-publication.sass */
.feature-container .exhibitions-c .center-container {
  margin-top: 40px;
}
@media only screen and (max-width: 812px) {
  /* line 136, ../sass/_inventory-and-publication.sass */
  .feature-container .exhibitions-c .center-container {
    margin-top: 20px;
  }
}

/* line 141, ../sass/_inventory-and-publication.sass */
.thumb-img.inv, .right-hero-img {
  width: 100%;
  height: 100%;
  background-color: #ebebeb;
  background-position: 50% 50% !important;
  background-size: 50% !important;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
/* line 154, ../sass/_inventory-and-publication.sass */
.thumb-img.inv.is-horizontal, .right-hero-img.is-horizontal {
  background-size: 75% !important;
}

/* line 158, ../sass/_inventory-and-publication.sass */
.overview .views-c .list-view .list-row .main-row-c .thumbnail-img-c.square .thumb-img {
  background-color: #ebebeb;
  background-position: 50% 50% !important;
  background-size: 50% !important;
  background-repeat: no-repeat;
}
/* line 164, ../sass/_inventory-and-publication.sass */
.overview .views-c .list-view .list-row .main-row-c .thumbnail-img-c.square .thumb-img.is-horizontal {
  background-size: 75% !important;
}

/* line 169, ../sass/_inventory-and-publication.sass */
.overview .views-c .grid-view .grid-wrapper .grid-item-c.square,
.feature-container .grid-item-c.square {
  height: auto !important;
}
/* line 172, ../sass/_inventory-and-publication.sass */
.overview .views-c .grid-view .grid-wrapper .grid-item-c.square .exh-title,
.feature-container .grid-item-c.square .exh-title {
  overflow: hidden;
  height: 84px;
}
/* line 177, ../sass/_inventory-and-publication.sass */
.overview .views-c .grid-view .grid-wrapper .grid-item-c.square .grid-tb-c > a,
.feature-container .grid-item-c.square .grid-tb-c > a {
  display: block;
  padding-bottom: 100%;
  position: relative;
}
/* line 14, ../sass/_mixins.sass */
.overview .views-c .grid-view .grid-wrapper .grid-item-c.square .grid-tb-c > a img, .overview .views-c .grid-view .grid-wrapper .grid-item-c.square .grid-tb-c > a .outline-wrapper, .overview .views-c .grid-view .grid-wrapper .grid-item-c.square .grid-tb-c > a iframe,
.feature-container .grid-item-c.square .grid-tb-c > a img,
.feature-container .grid-item-c.square .grid-tb-c > a .outline-wrapper,
.feature-container .grid-item-c.square .grid-tb-c > a iframe {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
/* line 25, ../sass/_mixins.sass */
.overview .views-c .grid-view .grid-wrapper .grid-item-c.square .grid-tb-c > a .outline-wrapper,
.feature-container .grid-item-c.square .grid-tb-c > a .outline-wrapper {
  display: flex;
}
/* line 180, ../sass/_inventory-and-publication.sass */
.overview .views-c .grid-view .grid-wrapper .grid-item-c.square .grid-tb-c .thumb-img,
.feature-container .grid-item-c.square .grid-tb-c .thumb-img {
  background-color: #ebebeb;
  background-position: 50% 50% !important;
  background-size: 50% !important;
  background-repeat: no-repeat;
}
/* line 186, ../sass/_inventory-and-publication.sass */
.overview .views-c .grid-view .grid-wrapper .grid-item-c.square .grid-tb-c .thumb-img.is-horizontal,
.feature-container .grid-item-c.square .grid-tb-c .thumb-img.is-horizontal {
  background-size: 75% !important;
}
/* line 189, ../sass/_inventory-and-publication.sass */
.overview .views-c .grid-view .grid-wrapper .grid-item-c.square .grid-detail-c,
.feature-container .grid-item-c.square .grid-detail-c {
  text-align: left;
}

/* line 1, ../sass/_overview.sass */
.overview {
  max-width: 1600px;
  margin: 0 auto 0 auto;
}
/* line 5, ../sass/_overview.sass */
.overview .overview-header {
  width: 100%;
  overflow: hidden;
  margin-top: 50px;
}
/* line 10, ../sass/_overview.sass */
.overview .overview-header .filters-c {
  width: 100%;
  float: left;
  border-top: 1px solid #ccc;
}
@media only screen and (max-width: 812px) {
  /* line 10, ../sass/_overview.sass */
  .overview .overview-header .filters-c {
    display: none;
  }
}
/* line 17, ../sass/_overview.sass */
.overview .overview-header .filters-c .filter-col {
  float: left;
  overflow: hidden;
  width: 24.5%;
  padding: 10px 0px;
}
/* line 23, ../sass/_overview.sass */
.overview .overview-header .filters-c .filter-col.sort {
  width: 23.8%;
  float: right;
}
/* line 27, ../sass/_overview.sass */
.overview .overview-header .filters-c .filter-col .expand-btn {
  float: left;
  width: 25px;
  padding: 10px;
  height: 25px;
  cursor: pointer;
}
/* line 34, ../sass/_overview.sass */
.overview .overview-header .filters-c .filter-col .expand-btn .lv {
  transform: rotate(270deg);
  transition: transform 0.8s cubic-bezier(0.55, 0.72, 0, 0.98);
}
/* line 38, ../sass/_overview.sass */
.overview .overview-header .filters-c .filter-col .expand-btn .lv.close {
  transform: rotate(0deg);
}
/* line 41, ../sass/_overview.sass */
.overview .overview-header .filters-c .filter-col .expand-btn span {
  width: 15px;
  height: 2px;
  background-color: #522b80;
  position: absolute;
}
/* line 47, ../sass/_overview.sass */
.overview .overview-header .filters-c .filter-col .arrow-down {
  width: 16px;
  height: 19px;
  cursor: pointer;
  padding-top: 5px;
}
/* line 53, ../sass/_overview.sass */
.overview .overview-header .filters-c .filter-col .filter-text, .overview .overview-header .filters-c .filter-col .sort-text {
  color: #5E5E5E;
  margin-left: 12px;
  display: inline-block;
}
/* line 58, ../sass/_overview.sass */
.overview .overview-header .filters-c .filter-col .grid-select {
  display: inline-block;
}
/* line 61, ../sass/_overview.sass */
.overview .overview-header .filters-c .filter-col .grid-select span {
  cursor: pointer;
  transition: color 0.2s ease-in-out;
}
/* line 65, ../sass/_overview.sass */
.overview .overview-header .filters-c .filter-col .grid-select span.active {
  color: #522b80;
}
/* line 68, ../sass/_overview.sass */
.overview .overview-header .overview-title {
  float: left;
  width: 100%;
  padding: 10px 0;
  text-align: center;
}
/* line 74, ../sass/_overview.sass */
.overview .overview-header .filters-expand,
.overview .overview-header .order-expand {
  position: relative;
  display: block;
  width: 100%;
  margin-bottom: 20px;
  overflow: hidden;
  transition: max-height 0.6s cubic-bezier(0.31, 0.79, 0.42, 0.95);
  max-height: 0;
}
/* line 86, ../sass/_overview.sass */
.overview .overview-header .filters-expand.active,
.overview .overview-header .order-expand.active {
  transition: max-height 0.6s cubic-bezier(0.31, 0.79, 0.42, 0.95);
  max-height: 450px;
}
/* line 90, ../sass/_overview.sass */
.overview .overview-header .filters-expand .order-col, .overview .overview-header .order-expand .order-col {
  float: right !important;
  width: 23.5% !important;
}
/* line 95, ../sass/_overview.sass */
.overview .overview-header .filters-expand .category-col, .overview .overview-header .filters-expand .order-col {
  width: 25%;
  overflow: hidden;
  float: left;
  display: inline-block;
}
/* line 101, ../sass/_overview.sass */
.overview .overview-header .filters-expand .category-col.category-col-medium, .overview .overview-header .filters-expand .order-col.category-col-medium {
  width: 50%;
}
/* line 104, ../sass/_overview.sass */
.overview .overview-header .order-expand {
  display: none;
}
/* line 107, ../sass/_overview.sass */
.overview .overview-header .order-expand .category-col, .overview .overview-header .order-expand .order-col {
  width: 25%;
  overflow: hidden;
  float: left;
  display: inline-block;
}
/* line 114, ../sass/_overview.sass */
.overview .overview-header .filters-expand .category-col .category-header, .overview .overview-header .filters-expand .order-col .category-header {
  margin: 10px 0;
}
/* line 118, ../sass/_overview.sass */
.overview .overview-header .order-expand .category-col .category-header, .overview .overview-header .order-expand .order-col .category-header {
  margin: 10px 0;
}
/* line 122, ../sass/_overview.sass */
.overview .overview-header .filters-expand .category-col .checkbox-c, .overview .overview-header .filters-expand .order-col .checkbox-c {
  width: 100%;
  float: left;
  margin: 5px 0;
  overflow: hidden;
}
/* line 128, ../sass/_overview.sass */
.overview .overview-header .filters-expand .category-col.category-col-medium .checkbox-c {
  width: 50%;
}
/* line 132, ../sass/_overview.sass */
.overview .overview-header .order-expand .category-col .checkbox-c, .overview .overview-header .order-expand .order-col .checkbox-c {
  width: 100%;
  float: left;
  margin: 5px 0;
  overflow: hidden;
}
/* line 139, ../sass/_overview.sass */
.overview .overview-header .filters-expand .category-col .checkbox-c p, .overview .overview-header .filters-expand .order-col .checkbox-c p {
  float: left;
  line-height: 21px;
}
/* line 144, ../sass/_overview.sass */
.overview .overview-header .order-expand .category-col .checkbox-c p, .overview .overview-header .order-expand .order-col .checkbox-c p {
  float: left;
  line-height: 21px;
}
/* line 149, ../sass/_overview.sass */
.overview .overview-header .filters-expand .category-col .checkbox-c .checkbox, .overview .overview-header .filters-expand .order-col .checkbox-c .checkbox {
  width: 18px;
  height: 18px;
  border: 1px solid #522b80;
  float: left;
  cursor: pointer;
  margin-right: 10px;
  background: white;
  transition: background 200ms ease-in-out;
}
/* line 160, ../sass/_overview.sass */
.overview .overview-header .order-expand .category-col .checkbox-c .checkbox, .overview .overview-header .order-expand .order-col .checkbox-c .checkbox {
  width: 18px;
  height: 18px;
  border: 1px solid #522b80;
  float: left;
  cursor: pointer;
  margin-right: 10px;
  background: white;
  transition: background 200ms ease-in-out;
}
/* line 171, ../sass/_overview.sass */
.overview .overview-header .filters-expand .category-col .checkbox-c .checkbox.active, .overview .overview-header .filters-expand .order-col .checkbox-c .checkbox.active {
  background: #522b80;
}
/* line 175, ../sass/_overview.sass */
.overview .overview-header .order-expand .category-col .checkbox-c .checkbox.active, .overview .overview-header .order-expand .order-col .checkbox-c .checkbox.active {
  background: #522b80;
}
/* line 178, ../sass/_overview.sass */
.overview .views-c {
  width: 100%;
  overflow: hidden;
  display: block;
}
/* line 183, ../sass/_overview.sass */
.overview .views-c .representation-heading {
  text-align: center;
  margin-bottom: 28px;
}
@media only screen and (max-width: 812px) {
  /* line 183, ../sass/_overview.sass */
  .overview .views-c .representation-heading {
    font-size: 24px;
    lineheight: 28px;
  }
}
/* line 190, ../sass/_overview.sass */
.overview .views-c .representation-heading.previously-represented {
  margin-top: 28px;
}
/* line 193, ../sass/_overview.sass */
.overview .views-c .grid-view {
  width: 100%;
  opacity: 0;
  display: none;
  margin-top: 15px;
  -webkit-transition: all 1s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: all 1s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
/* line 201, ../sass/_overview.sass */
.overview .views-c .grid-view.fade {
  opacity: 1;
  -webkit-transition: all 600ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: all 600ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
/* line 206, ../sass/_overview.sass */
.overview .views-c .grid-view.active {
  display: inline-block;
  -webkit-transition: all 600ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: all 600ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
/* line 211, ../sass/_overview.sass */
.overview .views-c .grid-view .grid-wrapper {
  grid-template-columns: repeat(4, 1fr);
  width: 100%;
  display: grid;
  overflow: hidden;
  text-align: left;
  -webkit-column-count: 4;
  -moz-column-count: 4;
  column-count: 4;
}
/* line 213, ../sass/_overview.sass */
.overview .views-c .grid-view .grid-wrapper .no-results-found {
  display: none;
}
/* line 216, ../sass/_overview.sass */
.overview .views-c .grid-view .grid-wrapper.has-no-results {
  display: block;
  grid-template-columns: none;
  column-count: unset;
  -moz-column-count: unset;
  -webkit-column-count: unset;
}
/* line 223, ../sass/_overview.sass */
.overview .views-c .grid-view .grid-wrapper.has-no-results .no-results-found {
  display: block;
}
/* line 226, ../sass/_overview.sass */
.overview .views-c .grid-view .grid-wrapper:after {
  content: "";
  width: 100%;
  display: inline-block;
}
@media only screen and (max-width: 812px) {
  /* line 211, ../sass/_overview.sass */
  .overview .views-c .grid-view .grid-wrapper {
    display: block;
    column-count: auto;
    -moz-column-count: auto;
    -webkit-column-count: auto;
    text-align: left;
  }
}
/* line 253, ../sass/_overview.sass */
.overview .views-c .grid-view .grid-wrapper .grid-item-c {
  padding: 10px;
  width: 100%;
  margin-bottom: 20px;
  overflow: hidden;
  display: block;
  transition: all 300ms ease-in-out;
}
@media only screen and (max-width: 812px) {
  /* line 253, ../sass/_overview.sass */
  .overview .views-c .grid-view .grid-wrapper .grid-item-c {
    display: flex;
  }
}
/* line 263, ../sass/_overview.sass */
.overview .views-c .grid-view .grid-wrapper .grid-item-c.placeholder .grid-detail-c {
  border-top: 0 !important;
}
/* line 266, ../sass/_overview.sass */
.overview .views-c .grid-view .grid-wrapper .grid-item-c.hide {
  opacity: 0;
  display: none;
}
/* line 270, ../sass/_overview.sass */
.overview .views-c .grid-view .grid-wrapper .grid-item-c.active {
  opacity: 1;
}
/* line 273, ../sass/_overview.sass */
.overview .views-c .grid-view .grid-wrapper .grid-item-c.right {
  margin-right: 0;
}
/* line 276, ../sass/_overview.sass */
.overview .views-c .grid-view .grid-wrapper .grid-item-c .grid-tb-c {
  width: 100%;
}
/* line 279, ../sass/_overview.sass */
.overview .views-c .grid-view .grid-wrapper .grid-item-c .grid-tb-c .pub-date {
  display: none;
}
@media only screen and (max-width: 812px) {
  /* line 279, ../sass/_overview.sass */
  .overview .views-c .grid-view .grid-wrapper .grid-item-c .grid-tb-c .pub-date {
    display: block;
    margin-bottom: 5px;
  }
}
/* line 285, ../sass/_overview.sass */
.overview .views-c .grid-view .grid-wrapper .grid-item-c .grid-tb-c .thumb-img {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-color: #EBEBEB;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
/* line 298, ../sass/_overview.sass */
.overview .views-c .grid-view .grid-wrapper .grid-item-c .grid-tb-c.placeholder div {
  background: none !important;
}
/* line 301, ../sass/_overview.sass */
.overview .views-c .grid-view .grid-wrapper .grid-item-c .grid-tb-c.placeholder .thumb-img:hover {
  box-shadow: none !important;
}
/* line 304, ../sass/_overview.sass */
.overview .views-c .grid-view .grid-wrapper .grid-item-c .grid-detail-c {
  margin-top: 20px;
  padding-top: 10px;
  border-top: 1px solid #ccc;
}
@media only screen and (max-width: 812px) {
  /* line 304, ../sass/_overview.sass */
  .overview .views-c .grid-view .grid-wrapper .grid-item-c .grid-detail-c {
    margin-top: 0;
    padding-top: 0;
    border-top: none;
  }
}
@media only screen and (max-width: 812px) {
  /* line 313, ../sass/_overview.sass */
  .overview .views-c .grid-view .grid-wrapper .grid-item-c .grid-detail-c .pub-date {
    display: none;
  }
}
/* line 317, ../sass/_overview.sass */
.overview .views-c .grid-view .grid-wrapper .grid-item-c .grid-detail-c p {
  width: 100%;
  float: left;
  cursor: pointer;
}
/* line 322, ../sass/_overview.sass */
.overview .views-c .grid-view .grid-wrapper .grid-item-c .grid-detail-c .show-title {
  text-align: left;
}
@media only screen and (max-width: 812px) {
  /* line 326, ../sass/_overview.sass */
  .overview .views-c .grid-view .grid-wrapper .grid-item-c .grid-detail-c-highlighted .pub-date {
    display: block;
  }
}
/* line 330, ../sass/_overview.sass */
.overview .views-c .list-view {
  opacity: 0;
  display: none;
  width: 100%;
  margin-bottom: 40px;
  -webkit-transition: all 600ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: all 600ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
/* line 338, ../sass/_overview.sass */
.overview .views-c .list-view a.highlighted {
  padding-bottom: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
/* line 344, ../sass/_overview.sass */
.overview .views-c .list-view a.highlighted p {
  font-size: 18px;
  line-height: 26px;
}
/* line 348, ../sass/_overview.sass */
.overview .views-c .list-view.fade {
  opacity: 1;
  -webkit-transition: all 600ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: all 600ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
/* line 353, ../sass/_overview.sass */
.overview .views-c .list-view.active {
  display: block;
  -webkit-transition: all 600ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: all 600ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
/* line 358, ../sass/_overview.sass */
.overview .views-c .list-view .outline-wrapper {
  width: 100%;
  position: relative;
  background-color: transparent;
}
/* line 363, ../sass/_overview.sass */
.overview .views-c .list-view .outline-wrapper p {
  position: relative;
  background-color: transparent;
  text-align: center;
  transition: color 200ms ease-in-out;
}
/* line 369, ../sass/_overview.sass */
.overview .views-c .list-view .outline-wrapper p:hover {
  text-decoration: none;
  color: #b3b3b3 !important;
}
/* line 373, ../sass/_overview.sass */
.overview .views-c .list-view .outline-wrapper:before {
  content: "";
  position: absolute;
  left: 45%;
  bottom: 1px;
  height: 99%;
  width: 15%;
  border-top: 1px solid #522b80;
  border-bottom: 1px solid #522b80;
}
/* line 385, ../sass/_overview.sass */
.overview .views-c .list-view .list-row {
  width: 100%;
  overflow: hidden;
  margin-top: 15px;
}
/* line 390, ../sass/_overview.sass */
.overview .views-c .list-view .list-row .alphabet-c {
  width: 7%;
  float: left;
  text-align: left;
}
/* line 395, ../sass/_overview.sass */
.overview .views-c .list-view .list-row .alphabet-c span {
  color: #522b80;
}
/* line 398, ../sass/_overview.sass */
.overview .views-c .list-view .list-row .main-row-c {
  width: 93%;
  float: left;
  overflow: hidden;
}
/* line 403, ../sass/_overview.sass */
.overview .views-c .list-view .list-row .main-row-c .content-c {
  width: 66%;
  float: left;
  margin: 0 20px;
  overflow: hidden;
  border-top: 1px solid #ccc;
  padding-top: 15px;
}
/* line 411, ../sass/_overview.sass */
.overview .views-c .list-view .list-row .main-row-c .detail-c {
  float: right !important;
}
/* line 414, ../sass/_overview.sass */
.overview .views-c .list-view .list-row .main-row-c a.image, .overview .views-c .list-view .list-row .main-row-c .detail-c {
  float: left;
  width: 15%;
  overflow: hidden;
  border-top: 1px solid #ccc;
  padding-top: 15px;
}
/* line 421, ../sass/_overview.sass */
.overview .views-c .list-view .list-row .main-row-c .thumbnail-img-c .thumb-img, .overview .views-c .list-view .list-row .main-row-c .detail-c .thumb-img {
  width: 100%;
  background-size: cover;
  background-position: center;
  background-color: #EBEBEB;
}
/* line 427, ../sass/_overview.sass */
.overview .views-c .list-view .list-row .main-row-c .thumbnail-img-c .view-d-btn, .overview .views-c .list-view .list-row .main-row-c .detail-c .view-d-btn {
  cursor: pointer;
}
/* line 430, ../sass/_overview.sass */
.overview .views-c .list-view .list-row .main-row-c .thumbnail-img-c img, .overview .views-c .list-view .list-row .main-row-c .detail-c img {
  width: 100%;
  height: 100%;
}
/* line 434, ../sass/_overview.sass */
.overview .views-c .list-view .list-row .main-row-c .thumbnail-img-c p, .overview .views-c .list-view .list-row .main-row-c .detail-c p {
  color: #522b80;
  transition: color 200ms ease-in-out;
}
/* line 438, ../sass/_overview.sass */
.overview .views-c .list-view .list-row .main-row-c .thumbnail-img-c p:hover, .overview .views-c .list-view .list-row .main-row-c .detail-c p:hover {
  text-decoration: none;
  color: #b3b3b3 !important;
}
/* line 442, ../sass/_overview.sass */
.overview .views-c .list-view .list-row .main-row-c .thumbnail-img-c {
  display: block;
  padding-bottom: 64%;
  position: relative;
}
/* line 14, ../sass/_mixins.sass */
.overview .views-c .list-view .list-row .main-row-c .thumbnail-img-c img, .overview .views-c .list-view .list-row .main-row-c .thumbnail-img-c .outline-wrapper, .overview .views-c .list-view .list-row .main-row-c .thumbnail-img-c iframe {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
/* line 25, ../sass/_mixins.sass */
.overview .views-c .list-view .list-row .main-row-c .thumbnail-img-c .outline-wrapper {
  display: flex;
}
/* line 445, ../sass/_overview.sass */
.overview .views-c .list-view .list-row .main-row-c .thumbnail-img-c.square {
  display: block;
  padding-bottom: 100%;
  position: relative;
}
/* line 14, ../sass/_mixins.sass */
.overview .views-c .list-view .list-row .main-row-c .thumbnail-img-c.square img, .overview .views-c .list-view .list-row .main-row-c .thumbnail-img-c.square .outline-wrapper, .overview .views-c .list-view .list-row .main-row-c .thumbnail-img-c.square iframe {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
/* line 25, ../sass/_mixins.sass */
.overview .views-c .list-view .list-row .main-row-c .thumbnail-img-c.square .outline-wrapper {
  display: flex;
}

/* line 1, ../sass/_about.sass */
.about-container {
  max-width: 1600px;
  margin: 0 auto 0 auto;
}
@media only screen and (max-width: 812px) {
  /* line 1, ../sass/_about.sass */
  .about-container {
    margin-top: 68px;
  }
}

/* line 7, ../sass/_about.sass */
.timeline-c {
  display: flex;
}
@media only screen and (max-width: 812px) {
  /* line 7, ../sass/_about.sass */
  .timeline-c {
    display: block;
  }
}

/* line 12, ../sass/_about.sass */
.main-container {
  flex-basis: 70%;
  padding-right: 40px;
  border-right: 1px solid #ccc;
}
@media only screen and (max-width: 812px) {
  /* line 12, ../sass/_about.sass */
  .main-container {
    padding-right: 0;
    border-right: none;
  }
}
/* line 20, ../sass/_about.sass */
.main-container .body-copy-c {
  width: 100%;
  padding: 120px;
  text-align: left;
}
@media only screen and (max-width: 812px) {
  /* line 20, ../sass/_about.sass */
  .main-container .body-copy-c {
    padding: 0;
  }
}
/* line 27, ../sass/_about.sass */
.main-container .body-copy-c p {
  line-height: 26px;
  font-size: 18px;
}
/* line 31, ../sass/_about.sass */
.main-container .hero-img-c {
  width: 100%;
  margin: 15px 0;
  overflow: hidden;
}
/* line 36, ../sass/_about.sass */
.main-container .hero-img-c .caption-c {
  width: 100%;
  float: left;
  margin: 10px 0;
}
/* line 41, ../sass/_about.sass */
.main-container .hero-img-c .hero-img {
  width: 100%;
  display: block;
  padding-bottom: 69%;
  position: relative;
}
/* line 14, ../sass/_mixins.sass */
.main-container .hero-img-c .hero-img img, .main-container .hero-img-c .hero-img .outline-wrapper, .main-container .hero-img-c .hero-img iframe {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
/* line 25, ../sass/_mixins.sass */
.main-container .hero-img-c .hero-img .outline-wrapper {
  display: flex;
}

/* line 45, ../sass/_about.sass */
.side-container {
  flex-basis: 30%;
  padding-left: 40px;
}
@media only screen and (max-width: 812px) {
  /* line 45, ../sass/_about.sass */
  .side-container {
    width: 100%;
    padding-left: 0;
    padding-top: 40px;
  }
}
@media only screen and (max-width: 812px) {
  /* line 53, ../sass/_about.sass */
  .side-container .col-header {
    font-size: 28px;
    margin: 0 0 20px 0;
  }
}
/* line 58, ../sass/_about.sass */
.side-container .timeline-item-c {
  width: 100%;
  overflow: hidden;
  margin: 20px 0;
}
@media only screen and (max-width: 812px) {
  /* line 58, ../sass/_about.sass */
  .side-container .timeline-item-c {
    margin: 10px 0;
  }
}
/* line 65, ../sass/_about.sass */
.side-container .detail-c {
  margin: 10px 0;
}
/* line 68, ../sass/_about.sass */
.side-container .detail-c .description {
  padding: 0;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
}
/* line 76, ../sass/_about.sass */
.side-container .img-c {
  width: 100%;
}
/* line 78, ../sass/_about.sass */
.side-container .img-c > a {
  display: block;
  padding-bottom: 79%;
  position: relative;
}
/* line 14, ../sass/_mixins.sass */
.side-container .img-c > a img, .side-container .img-c > a .outline-wrapper, .side-container .img-c > a iframe {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
/* line 25, ../sass/_mixins.sass */
.side-container .img-c > a .outline-wrapper {
  display: flex;
}

/* line 1, ../sass/_contact.sass */
.contact-container {
  max-width: 1600px;
  margin: 0 auto 0 auto;
}
@media only screen and (max-width: 812px) {
  /* line 1, ../sass/_contact.sass */
  .contact-container {
    margin-top: 68px;
  }
}

/* line 7, ../sass/_contact.sass */
.section-container {
  margin-top: 10px;
}
/* line 10, ../sass/_contact.sass */
.section-container .section-row {
  display: flex;
  margin: 30px 0;
}
@media only screen and (max-width: 812px) {
  /* line 10, ../sass/_contact.sass */
  .section-container .section-row {
    display: block;
  }
}
/* line 16, ../sass/_contact.sass */
.section-container .section-row .left-c {
  flex-basis: 80%;
  border-top: 1px solid #ccc;
  padding-top: 10px;
  margin-left: 10px;
}
@media only screen and (max-width: 812px) {
  /* line 16, ../sass/_contact.sass */
  .section-container .section-row .left-c {
    margin-left: 0;
    border-top: none;
  }
}
/* line 25, ../sass/_contact.sass */
.section-container .section-row .right-c {
  flex-basis: 20%;
  border-top: 1px solid #ccc;
  padding-top: 10px;
  margin-right: 10px;
}
@media only screen and (max-width: 812px) {
  /* line 25, ../sass/_contact.sass */
  .section-container .section-row .right-c {
    margin-right: 0;
  }
}

/* line 34, ../sass/_contact.sass */
.gallery-staff-c .col-container {
  display: flex;
  flex-wrap: wrap;
  margin-top: 40px;
  padding-top: 20px;
  border-top: 1px solid #ccc;
}
@media only screen and (max-width: 812px) {
  /* line 34, ../sass/_contact.sass */
  .gallery-staff-c .col-container {
    margin-top: 0;
    display: block;
  }
}
/* line 44, ../sass/_contact.sass */
.gallery-staff-c .contact-item {
  flex-basis: 33.33%;
  padding: 10px 0;
}

/* line 1, ../sass/_archived-press.sass */
.archived-container {
  margin-top: 80px;
}
/* line 4, ../sass/_archived-press.sass */
.archived-container .row {
  width: 100%;
  overflow: hidden;
  display: flex;
}
@media only screen and (max-width: 812px) {
  /* line 4, ../sass/_archived-press.sass */
  .archived-container .row {
    display: block;
    padding-bottom: 40px;
    margin-bottom: 40px;
    border-bottom: 1px solid #ccc;
  }
}
/* line 14, ../sass/_archived-press.sass */
.archived-container .row .row-col {
  border-top: 1px solid #ccc;
  margin-left: 20px;
  padding-top: 10px;
}
@media only screen and (max-width: 812px) {
  /* line 14, ../sass/_archived-press.sass */
  .archived-container .row .row-col {
    border-top: none;
    padding-top: 0;
  }
}
/* line 22, ../sass/_archived-press.sass */
.archived-container .row .row-col.th {
  flex-basis: 25%;
  margin-left: 0;
  height: 500px;
  min-height: 500px;
}
/* line 28, ../sass/_archived-press.sass */
.archived-container .row .row-col.main {
  flex-basis: 60%;
}
/* line 31, ../sass/_archived-press.sass */
.archived-container .row .row-col.detail {
  flex-basis: 15%;
}
@media only screen and (max-width: 812px) {
  /* line 31, ../sass/_archived-press.sass */
  .archived-container .row .row-col.detail {
    padding-top: 10px;
  }
}
/* line 36, ../sass/_archived-press.sass */
.archived-container .row .row-col.detail span {
  width: 100%;
  float: left;
  margin: 10px 0;
}
/* line 41, ../sass/_archived-press.sass */
.archived-container .row .row-col.detail span:hover {
  text-decoration: none;
  color: #b3b3b3 !important;
}
/* line 45, ../sass/_archived-press.sass */
.archived-container .row .row-col .date {
  margin-bottom: 20px;
}
/* line 48, ../sass/_archived-press.sass */
.archived-container .row .row-col .redirect {
  width: 15px;
  height: 15px;
  margin: 0 10px;
  cursor: pointer;
}
/* line 54, ../sass/_archived-press.sass */
.archived-container .row .row-col .thumb-c {
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  width: 100%;
  background-position: center;
}
/* line 61, ../sass/_archived-press.sass */
.archived-container .btn-wrapper {
  width: 100%;
}

/* line 1, ../sass/_footer.sass */
.footer {
  background: #f2f2f2;
  right: 0;
  z-index: 0 !important;
  position: fixed;
  bottom: 0;
  left: 60px;
  overflow: hidden;
  padding: 1rem;
  transition: background-color 0.6s cubic-bezier(0.56, 0.97, 0.94, 0.99);
}
/* line 12, ../sass/_footer.sass */
.footer .footer-row {
  overflow: hidden;
  margin: 15px 60px;
}
/* line 16, ../sass/_footer.sass */
.footer .footer-row .footer-copy {
  width: 40%;
  float: left;
}
/* line 20, ../sass/_footer.sass */
.footer .footer-row .footer-link-c {
  width: 50%;
  float: right;
}
/* line 24, ../sass/_footer.sass */
.footer .footer-row .footer-link-c .footer-col {
  width: 33%;
  min-width: 192px;
  display: block;
  padding: 0 25px;
  cursor: pointer;
  float: left;
}
/* line 32, ../sass/_footer.sass */
.footer .footer-row .footer-link-c .footer-col .social-media-c {
  width: 100%;
  margin-top: 20px;
  overflow: hidden;
}
/* line 37, ../sass/_footer.sass */
.footer .footer-row .footer-link-c .footer-col .social-media-c img {
  width: 20px;
  height: 20px;
  margin-right: 25px;
  float: left;
  cursor: pointer;
}
/* line 44, ../sass/_footer.sass */
.footer .footer-row .footer-link-c .footer-col .contact,
.footer .footer-row .footer-link-c .footer-col .phone {
  color: #522b80;
}
/* line 48, ../sass/_footer.sass */
.footer .footer-row .footer-link-c .footer-col .contact,
.footer .footer-row .footer-link-c .footer-col .hours {
  margin-top: 20px;
}
/* line 52, ../sass/_footer.sass */
.footer .footer-row .footer-link-c .footer-col .footer-link {
  display: block;
  padding-bottom: 20px;
  text-decoration: none;
  transition: color 200ms ease-in-out;
}
/* line 58, ../sass/_footer.sass */
.footer .footer-row .footer-link-c .footer-col .footer-link:hover {
  text-decoration: none;
  color: #B3B3B3 !important;
}
/* line 63, ../sass/_footer.sass */
.footer .footer-row.top .newsletter-c {
  display: none;
}
/* line 66, ../sass/_footer.sass */
.footer .footer-row.bot {
  border-top: 1px solid #5E5E5E;
  padding: 30px 0;
  margin-top: 60px;
}
/* line 71, ../sass/_footer.sass */
.footer .footer-row .logo-c {
  display: block;
  float: left;
}
/* line 75, ../sass/_footer.sass */
.footer .footer-row .logo-c img {
  width: 100%;
  height: 100%;
}
/* line 79, ../sass/_footer.sass */
.footer .footer-row .logo-c .copyright {
  padding: 10px 0;
}
/* line 82, ../sass/_footer.sass */
.footer .footer-row .logo-c .footer-logo {
  display: block;
}
/* line 85, ../sass/_footer.sass */
.footer .footer-row .logo-c .footer-logo-phone {
  display: none;
}
/* line 88, ../sass/_footer.sass */
.footer .footer-row .newsletter-c {
  float: right;
  display: block;
  width: 27%;
  overflow: hidden;
  min-width: 385px;
}
/* line 95, ../sass/_footer.sass */
.footer .footer-row .newsletter-c .newsletter-field {
  float: right;
  width: 83%;
  border: 0;
  padding: 8px;
  border-radius: 0;
  -webkit-appearance: none;
  margin-right: 15px;
  height: 50px;
}
/* line 105, ../sass/_footer.sass */
.footer .footer-row .newsletter-c .submit-btn {
  border: 1px solid #522b80;
  cursor: pointer;
  width: 50px;
  height: 50px;
  padding: 17px;
  float: right;
}
/* line 113, ../sass/_footer.sass */
.footer .footer-row .newsletter-c .submit-btn img {
  display: block;
  width: 16px;
  height: 16px;
}
/* line 118, ../sass/_footer.sass */
.footer .footer-row .newsletter-c .signup {
  margin-bottom: 10px;
  width: 83%;
  float: right;
  margin-right: 65px;
}

@media only screen and (max-width: 1280px) {
  /* line 128, ../sass/_footer.sass */
  .footer .footer-link-c {
    float: left !important;
    width: 60% !important;
  }
}
@media only screen and (max-device-width: 812px) {
  /* line 133, ../sass/_footer.sass */
  .footer {
    left: 0;
    position: relative;
    background: #522b80;
    padding: 0;
  }
  /* line 139, ../sass/_footer.sass */
  .footer .footer-copy {
    display: none;
  }
  /* line 142, ../sass/_footer.sass */
  .footer .gray-text,
  .footer .purple {
    color: #fff;
  }
  /* line 146, ../sass/_footer.sass */
  .footer .footer-row {
    margin: 0;
  }
  /* line 149, ../sass/_footer.sass */
  .footer .footer-row.top {
    margin-top: 40px;
  }
  /* line 152, ../sass/_footer.sass */
  .footer .footer-row.top form {
    position: relative;
  }
  /* line 155, ../sass/_footer.sass */
  .footer .footer-row.top .newsletter-c {
    width: 100%;
    min-width: 0;
    display: block;
    padding: 0 25px 50px 25px;
  }
  /* line 161, ../sass/_footer.sass */
  .footer .footer-row.top .newsletter-c .newsletter-field {
    width: 100%;
    float: none;
    outline: none;
    color: #6f6f6f;
  }
  /* line 167, ../sass/_footer.sass */
  .footer .footer-row.top .newsletter-c .submit-btn {
    border: 1px solid #fff;
    background-color: #522b80;
    position: absolute;
    bottom: 0;
    right: 0;
  }
  /* line 174, ../sass/_footer.sass */
  .footer .footer-row.top .newsletter-c .submit-btn:before {
    content: "";
    position: absolute;
    top: -1px;
    left: -16px;
    width: 15px;
    height: 50px;
    background-color: #522b80;
    display: block;
  }
  /* line 184, ../sass/_footer.sass */
  .footer .footer-row.top .newsletter-c .signup {
    width: 100%;
    float: none;
    margin-right: 0;
  }
  /* line 189, ../sass/_footer.sass */
  .footer .footer-row.bot {
    margin: 0;
    margin-top: 0;
    padding: 25px;
    border-top: 0;
  }
  /* line 195, ../sass/_footer.sass */
  .footer .footer-row.bot .newsletter-c {
    display: none;
  }
  /* line 199, ../sass/_footer.sass */
  .footer .footer-row.bot .logo-c .footer-logo {
    display: none;
  }
  /* line 202, ../sass/_footer.sass */
  .footer .footer-row.bot .logo-c .footer-logo-phone {
    display: block;
  }
  /* line 205, ../sass/_footer.sass */
  .footer .footer-row .footer-link-c {
    width: 100% !important;
    float: left;
  }
  /* line 209, ../sass/_footer.sass */
  .footer .footer-row .footer-link-c .footer-col {
    width: 50%;
    min-width: 0;
  }
  /* line 213, ../sass/_footer.sass */
  .footer .footer-row .footer-link-c .footer-col:last-child {
    margin-top: 25px;
    margin-bottom: 10px;
    width: 100%;
  }
  /* line 218, ../sass/_footer.sass */
  .footer .footer-row .footer-link-c .footer-col .footer-link {
    font-size: 20px;
    line-height: 28px;
    font-family: regular_semibold;
  }
  /* line 223, ../sass/_footer.sass */
  .footer .footer-row .footer-link-c .footer-col .social-media-c {
    display: none;
  }
  /* line 226, ../sass/_footer.sass */
  .footer .footer-row .footer-link-c .footer-col .contact, .footer .footer-row .footer-link-c .footer-col .phone {
    color: #fff;
  }
}
@media only screen and (max-device-width: 768px) and (orientation: landscape), only screen and (min-device-width: 560px) and (max-device-width: 1136px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape), only screen and (min-device-width: 768px) and (max-device-width: 768px) {
  /* line 232, ../sass/_footer.sass */
  .footer .footer-row.top .newsletter-c {
    width: 50%;
    float: left;
  }
  /* line 236, ../sass/_footer.sass */
  .footer .footer-row .footer-link-c .footer-col {
    width: 33%;
    margin-bottom: 10px;
  }
  /* line 240, ../sass/_footer.sass */
  .footer .footer-row .footer-link-c .footer-col:last-child {
    margin-top: 0;
    width: 33%;
  }
}
/* line 28, ../sass/new.sass */
body {
  margin: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizelegibility;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004);
}
/* line 35, ../sass/new.sass */
body.lock-scroll {
  overflow-y: hidden;
}

.artist-col-c  p {padding-top:10px;}


@media only screen and (max-width: 920px) {
  .preview-slideshow-c .slideshow-container {
    padding: 0 80px;
  }
}


.fullscreen-slideshow .slide-controls {
    position: relative;
    margin: 0 auto;
    left:auto;
    bottom:auto;
    width:170px;
  }
.slide-controls {text-align: center;}


@media only screen and (max-width: 700px) {
  .fullscreen-slideshow .slide-controls .slide-arrow-btn {
      width: 40px;
      height: 30px;
      float: left;
      margin: 6px;
      padding: 3px;
      border: 1px solid #522b80;
      cursor: pointer;
  }
  .fullscreen-slideshow .slide-controls {right:auto;}

  .fullscreen-slideshow .slide-controls {
    width: 110px;
  }

.preview-slideshow-c .slideshow-container {
    padding: 0 0px;
}

.preview-slideshow-c .slide-control-wide {
    padding-top:20px;
    top: auto;
    position: relative;
    margin: 0 auto;
    left:auto;
    bottom:auto;
    width:120px;
}


}


