@font-face {
  font-family: "nybgrotesque-lite";
  src: url("../fonts/nybgrotesque-lite.otf") format("opentype");
  font-style: normal;
}

.btn-close {
  color: #ea028c;
  font-size: 30px;
  text-decoration: none;
  position: absolute;
  right: 10px;
  top: 10px;
}
.btn-close:hover {
  opacity: 70%;
}
.modal:target:before {
  display: none;
}
.modal:before {
  content: "";
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
}

.modal-dialog {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.modal .modal-dialog {
  color: #ea028c;
  font-size: 12px;
  letter-spacing: -0.1px;
  text-align: center;
  position: fixed;
  z-index: 200;
  width: 80%;
  min-width: 240px;
  max-width: 340px;
  height: 480px;
  top: 50%;
  left: 50%;
  
  /* bring your own prefixes */
  transform: translate(-50%, -50%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
.modal:target .modal-dialog {
  top: -100%;
  -webkit-transform: translate(0, -500%);
  -ms-transform: translate(0, -500%);
  transform: translate(0, -500%);
}
.modal-body {
  padding: 0 24px 8px;
}
.modal-header,
.modal-footer {
  padding: 10px 24px;
}
.modal-header {
  font-size: 24px;
}

#modal-cta {
  color: #ea028c;
  width: 80px;
  padding-bottom: 20px;
  margin: 0 auto;
}

#modal-cta:hover {
  opacity: 70%;
}

@media (max-width: 649px) {
  .modal-header h2 {
    font-size: 24px;
  }
}

#header {
  position: fixed;
  left: 0;
  top: 0;
  height: 52px;
  width: 100%;
  padding: 0 40px;
  box-sizing: border-box;
  align-items: center;
  background-color: #ffffff;
  z-index: 100;
  transition: transform ease 0.3s;
  -webkit-transition: transform ease 0.3s;
}

html {
  height: 100%;
}

body {
  padding: 0 40px;
  font-size: 12px;
  line-height: 20px;
  font-family: "nybgrotesque-lite", sans-serif;
  overflow-y: scroll;
  overflow-x: hidden;
  color: #484848;
  height: 100%;
}

h1 {
  font-size: 28px;
  margin-bottom: 8px;
  font-weight: 300;
  line-height: 120%;
}

.h1-small {
  font-size: 24px;
  margin-bottom: 8px;
  font-weight: 300;
}

h2 {
  font-size: 28px;
  line-height: 135%;
  margin: 0;
  font-weight: 300;
}

h3 {
  font-size: 28px;
  line-height: 32px;
  margin: 0;
  font-weight: 300;
}

h4 {
  font-size: 20px;
  line-height: 28px;
  margin: 0;
  font-weight: 300;
}

h5 {
  font-size: 16px;
  margin: 0;
  font-weight: 300;
}

h6 {
  font-size: 12px;
  margin: 0;
  font-weight: 300;
}

p {
  display: block;
  margin-block-start: 0;
  margin-block-end: 0;
  margin-inline-start: 0;
  margin-inline-end: 0;
  margin-bottom: 10px;
}

.no-bottom_margin p {
  margin-bottom: 0;
}

a {
  text-decoration: none;
  color: #505050a8;
}

button {
  border: none;
  color: #505050;
  text-align: center;
  background: transparent;
  display: inline-block;
  font-size: 16px;
  margin: 5px 0;
  padding: 0;
  cursor: pointer;
  font-family: "nybgrotesque-lite", sans-serif;
}

#more {
  display: none;
}

.section-title {
  padding: 10px 0;
  margin-bottom: 40px;
  border-top: thin solid rgba(0, 0, 0, 0.2);
}

.button a {
  font-size: 18px;
  margin-top: 10px;
  font-weight: 800;
  margin-top: 20px;
  color: #505050;
}

.button-small {
  margin-top: 10px;
}

.button-small a {
  font-weight: 800;
  font-size: 12px;
  color: #505050;
}

.press-link {
  margin-bottom: 28px;
}

.page-container {
  padding: 40px 0;
  margin: 0 auto;
}

.page-container-shorttop {
  padding-top: 180px;
  margin: 0 auto;
}

.page-container-1024 {
  padding: 0 20px;
  max-width: 1024px;
  margin: 0 auto;
}

.page-container-1280 {
  padding: 0 20px;
  max-width: 1280px;
  margin: 0 auto;
}

.page-container-nopadding {
  margin: 0 auto;
}

.page-container-nopadding-flex {
  display: flex;
  margin: 0 auto;
}

.columnize {
  -moz-column-count: 2;
  -webkit-column-count: 2;
  column-count: 2;
  -webkit-column-gap: 40px;
  -moz-column-gap: 40px;
  column-gap: 40px;
}

.4columnize {
  -moz-column-count: 4;
  -webkit-column-count: 2;
  column-count: 2;
  -webkit-column-gap: 40px;
  -moz-column-gap: 40px;
  column-gap: 40px;
}

/*--------------- Home Slideshow ---------------*/

#slideshow > div {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
}
.single_slide {
  height: 100%;
}

/*--------------- Header ---------------*/

/* Scrollbar styles */
::-webkit-scrollbar {
  width: 2px;
  height: 0px;
  opacity: 0.6;
}

::-webkit-scrollbar-track {
  border: 1px solid #e6e6e6;
  border-radius: 10px;
}

::-webkit-scrollbar-thumb {
  background: #000000cc;
}

/*--------------- Header ---------------*/
.header {
  position: absolute;
  width: 100%;
  height: 40px;
  top: 52px;
  background-color: #fff;
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  align-items: flex-end;
  z-index: 50;
}

.fixed-header {
  position: fixed;
  height: 30px;
  top: 51px;
}

.header-container {
  width: 100%;
  margin: 0 auto;
}

.header-title {
  text-transform: uppercase;
  font-weight: 300;
  margin-bottom: 5px;
}

.fixed-title {
  font-size: 16px;
}

.header-small {
  margin-bottom: 20px;
}

.column-header {
  margin: 0px;
  margin-bottom: 10px;
  border-bottom: 1px solid #d3d3d3;
}

.exhibition-header {
  position: absolute;
  width: 100%;
  height: auto;
  top: 52px;
  background-color: #fff;
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  align-items: flex-end;
  z-index: 50;
}

.fixed-exhibition-header {
  position: fixed;
  height: 44px;
  top: 51px;
}

.header-padding {
  width: 100%;
}

.exhibition-header-container {
  width: 100%;
  margin: 0 auto;
}

.fixed-exhibition-header-container {
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  align-items: baseline;
}

.exhibition-type {
  margin: 0 0 5px 0;
}

.fixed-exhibition-type {
  font-size: 14px;
  display: none;
}

.hr-header {
  margin: 0;
  margin-bottom: 5px;
}

.fixed-hr-header {
  display: none;
}

.exhibition-artist {
  font-weight: 300;
  margin-bottom: 5px;
  text-transform: uppercase;
}

.fixed-exhibition-artist {
  margin: 0;
  font-size: 18px;
}

.exhibition-type {
  color: #a5a5a5;
}

.exhibition-title {
  margin-bottom: 4px;
  line-height: 16px;
  font-weight: 300;
}

.fixed-exhibition-title {
  margin: 0;
  margin-left: 20px;
  font-size: 18px;
}

.exhibition-date {
  margin: 10px 0 0 0;
  font-weight: 300;
}

.fixed-exhibition-date {
  margin: 5px 0 0 0;
  margin-left: 20px;
  font-size: 14px;
}

.submenu-header {
  position: absolute;
  width: 100%;
  height: 56px;
  top: 52px;
  background-color: #fff;
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  align-items: flex-end;
  z-index: 50;
}

.fixed-submenu-header {
  position: fixed;
  height: 46px;
  top: 40px;
}

.submenu-header-container {
  width: 100%;
  margin: 0 auto;
}

.fixed-submenu-header-container {
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  align-items: baseline;
}

.submenu-header-title {
  margin-right: 40px;
  font-weight: 300;
  text-transform: uppercase;
  color: #a5a5a5;
}

.submenu-container {
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  margin: 5px 0;
}

.submenu {
  margin: 0;
  margin-right: 20px;
  font-weight: 300;
}

.submenu a:hover {
  color: #00000063;
}

.fixed-submenu {
  font-size: 13px;
}

.active-submenu {
  color: #505050;
  opacity: 1;
}

.sub-menu {
  display: none;
  position: absolute;
  top: 30px;
  background-color: #fff;
  min-width: 120px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 50;
  list-style: none;
  padding-left: 0;
}

.sub-menu.display {
  display: block;
}

.nav ul.menu ul.sub-menu li.menu-item {
  margin-left: 0;
  display: inline-block;
  border-bottom: 0 solid #000;
  width: 70%;
  text-align: left;
}

ul.sub-menu li.menu-item {
  padding: 5px;
}

.no-active {
  border-bottom: 0 solid #000 !important;
}

@media (max-width: 649px) {
  .sub-menu {
    padding-left: 20px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0);
    top: 0;
    position: relative;
  }
}

/*---------------- Home ----------------*/
.home-ex-text {
  position: absolute;
  z-index: 1;
  bottom: 10%;
  left: 10%;
  color: #fff;
}

.home-text-container {
  width: auto;
  display: inline-block;
  min-width: 240px;
  padding: 20px;
}

#slide {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  position: fixed;
  width: 100%;
  height: 100%;
}

.column img {
  width: 100%;
  margin: 0 auto;
}

.column h1,
.column h2 {
  margin-top: 0;
  margin-bottom: 2.4rem;
}

.home__description {
  position: relative;
  margin: 8rem auto 0;
  max-width: 102rem;
  text-align: center;
}

.home-section {
  height: 100%;
  margin: 0;
}

.container {
  position: relative;
  max-width: 102rem;
  margin: 0 auto;
}

.container--slim {
  position: relative;
  max-width: 64rem;
  margin: 0 auto;
}

.container--full {
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
}

.container > img {
  max-width: 100%;
}

.row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  margin-bottom: 6rem;
}

@media (max-width: 767px) {
  .row {
    grid-template-columns: 1fr;
  }
  .row--reverse .column:first-child {
    grid-row-start: 2;
  }
  .row--reverse .column:nth-child(2) {
    grid-row-start: 1;
  }
}

.column {
  align-self: start;
}

.column h1,
.column h2,
.column p {
  margin-left: 3rem;
  margin-right: 3rem;
}

/*------------------- EXHIBITION ---------------------*/

.ex-link {
  display: block;
  opacity: 1;
  -webkit-transition: opacity 0.3s ease-in-out;
  -moz-transition: opacity 0.3s ease-in-out;
  -ms-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
  color: #E5E5E5;
}

.ex-link:hover {
  opacity: 0.6;
}

.current-ex-container {
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  position: relative;
}

.current-ex-main {
  width: 100%;
}

.current-ex-hero {
  width: 100%;
  height: 660px;
  margin-right: 20px;
  background: url(../img/sunk-main.jpg) no-repeat center center;
  background-size: cover;
}

.ex-text-container {
  width: auto;
  display: inline-block;
  min-width: 240px;
  color: #484848;
  /*background-color: rgb(255, 255, 255, 0.7);*/
}

.ex-text-container-upcoming {
  width: auto;
  display: inline-block;
  color: #505050;
}

.current-ex-artist {
  margin: 0px;
  padding: 5px 0;
}

.current-ex-title {
  margin-bottom: 5px;
}

.current-ex-text {
  position: absolute;
  display: block;
  width: auto;
  margin: 0 40px 40px 40px;
  bottom: 0;
  left: 0;
}

.linkbox-card {
  margin-right: 32px;
  margin-bottom: 40px;
  opacity: 1;
  -webkit-transition: opacity 0.3s ease-in-out;
  -moz-transition: opacity 0.3s ease-in-out;
  -ms-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}

/*----------------------------------------------*/
hr {
  border: 0;
  height: 0;
  max-width: 1440px;
  border-bottom: thin solid rgba(0, 0, 0, 0.2);
}

ul {
  display: contents;
}

.download-links {
  margin-top: 20px;
}

.doc-links {
  list-style: none;
  margin-bottom: 8px;
  font-size: 16px;
}

.doc-links a {
  margin-top: 5px;
  text-decoration: underline;
  -webkit-transition: opacity 0.3s ease-in-out;
  -moz-transition: opacity 0.3s ease-in-out;
  -ms-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
  color: #505050;
}

.doc-links a:hover {
  color: #505050;
}

li.doc-links a {
  list-style: none;
  margin-top: 10px;
}

/*---------- nav ----------*/

.logo {
  position: absolute;
  display: inline-block;
  padding: 15px 0;
  width: 180px;
  height: 20px;
  z-index: 100;
  background-size: cover;
  background-image: url(img/nyblogo-black.png) no-repeat center center;
}

.nav-bg {
  width: 100%;
  top: 0;
  margin: 0 auto;
}

.nav {
  margin: 0 auto;
  height: 52px;
  left: 0;
  right: 0;
  text-align: left;
}

.nav ul.menu {
  position: relative;
  display: block;
  padding: 15px 0;
  list-style: none;
  margin: 0;
  /*overflow: hidden;*/
  text-align: center;
  z-index: 75;
}

li.menu-item {
  position: relative;
  color: #000;
  text-decoration: none;
}

li.menu-item a {
  font-size: 13px;
  text-transform: uppercase;
  color: #000;
}

.nav ul.menu li.menu-item {
  margin-left: 20px;
  display: inline-block;
}

.menu-item:after {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 0%;
  border-bottom: 1px solid #000;
  transition: 0.5s;
}

.menu-item:hover:after {
  width: 100%;
}

.active {
  border-bottom: 1px solid #000;
}

.active:hover:after {
  width: 0%;
}

/*----------------------------------*/

section {
  display: block;
  margin-bottom: 80px;
}

.top-section {
  margin-top: 80px;
}

.top-section2 {
  margin-top: 132px;
}

.top-section3 {
  margin-top: 40px;
  margin-bottom: 30px;
}

.section-small {
  max-width: 1040px;
  margin-left: auto;
  margin-right: auto;
}

/*----------- General Column Setting ----------------*/
.column-container {
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  margin: 0 auto;
  min-height: 100px;
  -webkit-box-pack: left;
  -webkit-justify-content: left;
  -ms-flex-pack: left;
  justify-content: left;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.artists-column-container {
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  width: 100%;
  min-height: 100px;
  -webkit-box-pack: left;
  -webkit-justify-content: left;
  -ms-flex-pack: left;
  justify-content: left;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.border-right {
  border-right: 1px solid #00000070;
}

/*--------------- 4 Column Setting -------------------*/
.col-4-box {
  width: 25%;
  background: white;
  box-sizing: border-box;
}

/*--------------- 3 Column Setting -------------------*/
.wrapper-2column {
  display: flex;
  width: 66.6666%;
  margin: 0 auto;
}

.wrapper-2-3-column {
  display: block;
  width: 66.6666%;
  margin: 0 auto;
  padding-left: 40px;
}

.wrapper-2-3-column-left {
  min-height: 320px;
}

.wrapper-2-3-column-right {
  margin-top: 30px;
}

.col-3-imgbox {
  width: 33.3333%;
  box-sizing: border-box;
}

.artist-bio-col-3-imgbox {
  width: 33.3333%;
  box-sizing: border-box;
  position: sticky;
  max-height: 400px;
  overflow: hidden;
  top: 81px;
}

.artist-bio-col-3-imgbox img {
  width: 100%;
}

.col-3-box {
  width: 100%;
  box-sizing: border-box;
  padding-left: 40px;
}

.profile-pic img {
  width: 100%;
}

.linkbox-image {
  width: 100%;
  height: 360px;
  margin-bottom: 10px;
}

/*--------------- Footer -------------------*/

.footer {
  margin: 0 auto;
  font-size: 12px;
  color: #505050;
  margin-top: 120px;
}

.footer a {
  color: #505050;
}

.footer-container {
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  width: 100%;
  padding-top: 20px;
  margin-bottom: 20px;
}

.col-4-box ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.contact-item {
  width: 100%;
}

.social-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.social-icon {
  width: 15px;
  height: 15px;
  margin-right: 10px;
  opacity: 0.7;
}

.footer-left {
  width: 10%;
}

.footer-center-right {
  display: flex;
  width: 40%;
}

.footer-right {
  display: flex;
  justify-content: flex-end;
}

/*--------------- Artist Page -------------------*/

li.artist-container {
  width: fit-content;
  margin-bottom: 10px;
}

.artist-list-container {
  width: 50%;
  min-height: 580px;
}

.artist-name {
  color: #000;
  text-transform: uppercase;
  margin-bottom: 5px;
}

.artist-cover {
  position: absolute;
  bottom: 0;
  left: 50%;
  z-index: -999;
  overflow: hidden;
  transition: all 0.3s ease;
  opacity: 0;
  top: 200px;
  filter: grayscale(100%);
}

.artist-cover img {
  width: 65%;
}

ul.artists-list {
  display: block;
  padding: 0 0 80px 0;
  -moz-column-count: 2;
  -webkit-column-count: 2;
  column-count: 2;
  -moz-column-gap: 10;
  -webkit-column-gap: 10;
  column-gap: 10;
  list-style: none;
}

.artist-name:hover + .artist-cover {
  opacity: 1;
}

/*--------------- Footer svg logo -------------------*/
.footer-logo {
  height: 44px;
}

.st0 {
  fill: none;
  stroke: #010101;
  stroke-width: 2;
  stroke-miterlimit: 10;
}

/*--------------- 2 Column Setting -------------------*/

.col-2-container {
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
}

.col-2-left-1-3 {
  width: 33.3333%;
  padding-right: 20px;
  box-sizing: border-box;
}

.col-2-left {
  width: 50%;
  padding-right: 20px;
  box-sizing: border-box;
}

.col-2-right-2-3 {
  width: 66.6666%;
  padding-left: 40px;
  box-sizing: border-box;
}

.col-2-right {
  width: 50%;
  padding-left: 20px;
  box-sizing: border-box;
}

.exhibition-spec {
  margin-bottom: 32px;
}

.ex-info-title {
  margin-bottom: 8px;
}

.ex-info a {
  opacity: 1;
  color: #505050;
  -webkit-transition: opacity 0.3s ease-in-out;
  -moz-transition: opacity 0.3s ease-in-out;
  -ms-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}

.ex-info a:hover {
  color: #505050;
}

.list-title {
  margin: 40px 0 8px;
  color: #a5a5a5;
}

.list-info {
  margin: 0;
  margin-bottom: 0px;
}

.list-info a {
  color: #505050;
}

.contact-image img {
  width: 100%;
}

.video-container {
  margin-top: 80px;
  position: relative;
  overflow: hidden;
}

.video-container video {
  width: 100%;
}

@media (max-width: 1024px) {
  .nav ul.menu li.menu-item {
    display: inline-block;
    margin-left: 20px;
  }

  .home-ex-text {
    left: 5%;
    bottom: 7%;
    max-width: 50%;
  }

  .page-container-shorttop {
    padding-top: 190px;
  }

  .page-container-1024 {
    padding: 0 16px;
  }

  .page-container-1280 {
    padding: 0 16px;
  }

  .current-ex-hero {
    height: 540px;
  }

  .col-3-imgbox {
    padding-right: 16px;
  }

  .artist-bio-col-3-imgbox {
    padding: 0 16px;
  }

  .header-container {
    padding: 0 16px;
  }

  .header-small {
    margin-left: 0px;
    padding-bottom: 5px;
    margin-bottom: 16px;
  }

  .wrapper-2column {
    display: block;
    width: 66.6666%;
  }

  .col-3-box {
    width: 100%;
    box-sizing: border-box;
    padding-left: 0;
  }

  .linkbox-card {
    padding: 0;
    width: 100%;
  }

  .linkbox-image {
    width: 100%;
    height: 200px;
  }

  .border-right {
    border-right: 0.5px solid;
  }

  .current-ex-text {
    margin: 0 16px 16px 16px;
  }

  @media (max-width: 900px) {
    body {
      margin: 0;
      padding: 0 16px;
      font-size: 13px;
      line-height: 24px;
    }

    h1 {
      font-size: 28px;
      margin-bottom: 0px;
      font-weight: 300;
    }

    h2 {
      font-size: 24px;
      line-height: 32px;
      margin: 0;
      margin-bottom: 0px;
      font-weight: 300;
    }

    h3 {
      font-size: 22px;
      margin: 0;
      font-weight: 300;
    }

    h4 {
      font-size: 18px;
      line-height: 24px;
      margin: 0;
      font-weight: 300;
    }

    h5 {
      font-size: 14px;
      margin: 0;
      line-height: 20px;
      font-weight: 300;
    }

    h6 {
      font-size: 12px;
      margin: 0;
      font-weight: 300;
    }

    .nav {
      position: fixed;
      display: block;
      padding: 0;
      top: 0;
      left: 0;
      height: 52px;
      width: 100%;
      background: #ffffff;
      transition: all 0.5s ease-out, background 1s ease-out;
      transition-delay: 0.2s;
      overflow: hidden;
    }

    .logo {
      width: 240px;
      height: 20px;
      padding: 18px 0;
    }

    .menu-item:after {
      position: absolute;
      bottom: 1;
      left: 0;
      width: 0%;
      border-bottom: 1px solid #000;
    }

    .menu-item:hover:after {
      width: unset;
    }

    .nav .burger-container {
      display: inline-block;
      height: 50px;
      width: 50px;
      cursor: pointer;
      -webkit-transform: rotate(0deg);
      transform: rotate(0deg);
      transition: all 0.3s cubic-bezier(0.4, 0.01, 0.165, 0.99);
      -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none;
      -webkit-tap-highlight-color: transparent;
    }

    .nav .burger-container #burger {
      width: 18px;
      height: 8px;
      position: relative;
      display: block;
      margin: -4px auto 0;
      top: 50%;
    }

    .nav .burger-container #burger .bar {
      width: 100%;
      height: 1px;
      display: block;
      position: relative;
      background: rgb(0, 0, 0);
      transition: all 0.3s cubic-bezier(0.4, 0.01, 0.165, 0.99);
      transition-delay: 0s;
    }

    .nav .burger-container #burger .bar.topBar {
      -webkit-transform: translateY(0px) rotate(0deg);
      transform: translateY(0px) rotate(0deg);
    }

    .nav .burger-container #burger .bar.btmBar {
      -webkit-transform: translateY(6px) rotate(0deg);
      transform: translateY(6px) rotate(0deg);
    }

    .nav ul.menu {
      position: relative;
      display: block;
      list-style: none;
      padding: 0px 50px 0px;
      padding-top: 50px;
    }

    .nav ul.menu li.menu-item {
      margin-left: 0px;
      border-bottom: 0px solid #333;
      -webkit-transform: scale(1.15) translateY(-30px);
      transform: scale(1.15) translateY(-30px);
      opacity: 0;
      transition: opacity 0.6s cubic-bezier(0.4, 0.01, 0.165, 0.99),
        -webkit-transform 0.5s cubic-bezier(0.4, 0.01, 0.165, 0.99);
      transition: transform 0.5s cubic-bezier(0.4, 0.01, 0.165, 0.99),
        opacity 0.6s cubic-bezier(0.4, 0.01, 0.165, 0.99);
      transition: transform 0.5s cubic-bezier(0.4, 0.01, 0.165, 0.99),
        opacity 0.6s cubic-bezier(0.4, 0.01, 0.165, 0.99),
        -webkit-transform 0.5s cubic-bezier(0.4, 0.01, 0.165, 0.99);
    }

    .nav ul.menu li.menu-item:nth-child(1) {
      transition-delay: 0.49s;
    }

    .nav ul.menu li.menu-item:nth-child(2) {
      transition-delay: 0.42s;
    }

    .nav ul.menu li.menu-item:nth-child(3) {
      transition-delay: 0.35s;
    }

    .nav ul.menu li.menu-item:nth-child(4) {
      transition-delay: 0.28s;
    }

    .nav ul.menu li.menu-item:nth-child(5) {
      transition-delay: 0.21s;
    }

    .nav ul.menu li.menu-item:nth-child(6) {
      transition-delay: 0.14s;
    }

    .nav ul.menu li.menu-item:nth-child(7) {
      transition-delay: 0.07s;
    }

    .nav ul.menu li.menu-item a {
      display: block;
      position: relative;
      font-size: 20px;
      line-height: 54px;
      overflow: hidden;
      color: #000;
    }

    .menu-item {
      width: 100%;
    }

    .nav.menu-opened {
      height: 100%;
      background-color: rgb(255, 255, 255);
      transition: all 0.3s ease-in, background 0.5s ease-in;
      transition-delay: 0.25s;
    }

    .nav.menu-opened .burger-container {
      -webkit-transform: rotate(90deg);
      transform: rotate(90deg);
    }

    .nav.menu-opened .burger-container #burger .bar {
      transition: all 0.4s cubic-bezier(0.4, 0.01, 0.165, 0.99);
      transition-delay: 0.2s;
    }

    .nav.menu-opened .burger-container #burger .bar.topBar {
      -webkit-transform: translateY(4px) rotate(45deg);
      transform: translateY(5px) rotate(45deg);
    }

    .nav.menu-opened .burger-container #burger .bar.btmBar {
      -webkit-transform: translateY(3px) rotate(-45deg);
      transform: translateY(3px) rotate(-45deg);
    }

    .nav.menu-opened ul.menu li.menu-item {
      -webkit-transform: scale(1) translateY(0px);
      transform: scale(1) translateY(0px);
      opacity: 1;
    }

    .nav.menu-opened ul.menu li.menu-item:nth-child(1) {
      transition-delay: 0.27s;
    }

    .nav.menu-opened ul.menu li.menu-item:nth-child(2) {
      transition-delay: 0.34s;
    }

    .nav.menu-opened ul.menu li.menu-item:nth-child(3) {
      transition-delay: 0.41s;
    }

    .nav.menu-opened ul.menu li.menu-item:nth-child(4) {
      transition-delay: 0.48s;
    }

    .nav.menu-opened ul.menu li.menu-item:nth-child(5) {
      transition-delay: 0.55s;
    }

    .nav.menu-opened ul.menu li.menu-item:nth-child(6) {
      transition-delay: 0.62s;
    }

    .nav.menu-opened ul.menu li.menu-item:nth-child(7) {
      transition-delay: 0.69s;
    }

    .page-container-1024 {
      padding: 0 10px;
    }

    .page-container-1280 {
      padding: 0 10px;
    }

    .page-container-nopadding {
      display: block;
    }

    .page-container-nopadding-flex {
      display: block;
    }

    .column-container {
      display: block;
    }

    .current-ex-container {
      display: block;
    }

    .ex-link {
      display: block;
      color: #484848;
    }

    .columnize {
      -moz-column-count: unset;
      -webkit-column-count: unset;
      column-count: unset;
      -webkit-column-gap: unset;
      -moz-column-gap: unset;
      column-gap: unset;
    }

    .4columnize {
      -moz-column-count: 2;
      -webkit-column-count: 2;
      column-count: 2;
      -webkit-column-gap: unset;
      -moz-column-gap: unset;
      column-gap: unset;
    }

    .current-ex-main {
      width: 100%;
      margin-bottom: 10px;
    }

    .current-ex-hero {
      width: 100%;
      height: 420px;
    }

    .ex-text-container {
      padding: 0;
    }

    .current-ex-text {
      position: relative;
      width: 100%;
      margin: 0;
      overflow-wrap: break-word;
      right: unset;
      max-width: unset;
    }

    .current-ex-artist {
      padding: 5px 0;
      margin-block-start: 0;
      margin-block-end: 0;
    }

    .artist-cover img {
      width: 100%;
    }

    .artist-profile-pic img {
      width: 75%;
      filter: grayscale(100%);
    }

    .col-3-imgbox {
      display: flex;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      width: 50%;
    }

    .artist-bio-col-3-imgbox {
      top: unset;
      display: flex;
      width: 100%;
      padding: 0;
      margin-bottom: 20px;
    }

    .profile-pic {
      width: 100%;
    }

    .artist-profile-pic {
      padding-right: 10px;
      width: 50%;
    }

    .download-links {
      margin-top: 0;
      width: 50%;
    }

    .border-right {
      border-right: 1px solid #00000040;
    }

    .col-3-box {
      width: 100%;
      box-sizing: border-box;
    }

    .wrapper-2column {
      display: block;
      width: 100%;
      margin-top: 20px;
    }

    .wrapper-2-3-column {
      display: block;
      width: 100%;
      padding-left: 0px;
    }

    .col-2-container {
      padding: 0;
    }

    .col-2-left,
    .col-2-left-1-3 {
      padding-right: 10px;
    }

    .col-2-right,
    .col-2-right-2-3 {
      padding-left: 10px;
    }

    .hr-footer {
      margin-top: 80px;
    }

    .header-container {
      padding: 0;
    }

    /*-------- Exhibition Header --------*/
    .fixed-title {
      font-size: 16px;
    }

    /*-------- Exhibition Header --------*/
    .fixed-exhibition-header {
      height: 88px;
    }

    .fixed-exhibition-header-container {
      display: block;
      height: 100%;
    }

    .fixed-exhibition-type {
      display: none;
    }

    .fixed-exhibition-title {
      margin-left: 0px;
    }

    .fixed-exhibition-date {
      margin-left: 0px;
      margin-bottom: 2px;
    }

    /*-------- Footer --------*/

    .footer {
      margin-top: 40px;
    }

    .footer-container {
      padding-top: 5px;
    }

    .footer-center-left {
      width: 20%;
      margin-right: 40px;
    }

    .footer-center-right {
      display: block;
    }

    li.artist-container {
      margin-bottom: unset;
      width: unset;
      min-height: 240px;
    }

    .artist-list-container {
      width: 100%;
    }

    .artist-cover {
      position: unset;
      bottom: unset;
      width: 100%;
      left: unset;
      bottom: unset;
      z-index: unset;
      overflow: hidden;
      transition: all 0.3s ease;
      opacity: 1;
    }

    ul.artists-list {
      display: flex;
      flex-wrap: wrap;
      padding-bottom: 80px;
      -moz-column-count: unset;
      -webkit-column-count: unset;
      column-count: unset;
      -moz-column-gap: unset;
      -webkit-column-gap: unset;
      column-gap: unset;
      list-style: none;
      padding: 0;
    }

    li.artist-container {
      width: 25%;
    }

    .artist-container-inner {
      display: flex;
      justify-content: flex-end;
      flex-direction: column-reverse;
      padding: 0 10px;
    }
  }

  @media (max-width: 649px) {
      
    #header {
        padding: 0px;
    }
     
    .logo {
      width: 170px;
      padding: 15px 0;
      margin-left: 10px;
    }

    .footer-logo {
      height: 52px;
    }

    .nav ul.menu {
      text-align: unset;
    }

    .nav ul.menu li.menu-item a {
      font-size: 20px;
      line-height: 54px;
    }

    .submenu-container {
      margin: 4px 0;
    }

    .fixed-submenu {
      font-size: 14px;
    }

    .fixed-submenu-header {
      height: 56px;
      top: 28px;
    }

    .fixed-submenu-header-container {
      display: block;
      border-bottom: none;
    }

    .home-ex-text {
      left: 5%;
      max-width: 85%;
    }

    .container {
      padding: 0 10px;
    }

    .top-section {
      margin-bottom: 50px;
    }

    .column-container {
      display: block;
    }

    .header-title {
      margin-bottom: 0;
    }

    .artists-column-container {
      display: block;
    }

    .artist-profile-pic {
      width: 100%;
    }
    .artist-cover img {
      width: 80%;
    }

    .artist-bio-col-3-imgbox {
      display: block;
      width: 100%;
    }

    .artist-name {
      font-size: 12px;
      margin-bottom: 10px;
    }

    .artist-profile-pic img {
      width: 100%;
    }

    .artist-container-inner {
      padding: 0;
    }

    .col-2-container {
      display: block;
    }

    .col-2-left {
      width: 100%;
      margin-bottom: 30px;
      padding-right: 0px;
      box-sizing: border-box;
    }

    .col-2-left-1-3 {
      width: 100%;
      margin-bottom: 30px;
      padding-right: 0px;
      box-sizing: border-box;
    }

    .col-2-right {
      width: 100%;
      padding-left: 0px;
      box-sizing: border-box;
    }

    .col-2-right-2-3 {
      width: 100%;
      padding-left: 0px;
      box-sizing: border-box;
    }

    li.artist-container {
      width: 50%;
      min-height: 190px;
    }

    .col-3-imgbox {
      width: 100%;
      display: block;
      padding-right: 0px;
    }

    .download-links {
      padding-left: 0px;
      margin: 20px 0;
      width: 100%;
    }

    .wrapper-2column {
      display: block;
    }

    .col-3-box {
      width: 100%;
      line-height: 24px;
    }

    .border-right {
      border-right: 0;
    }

    .col-4-box {
      width: 100%;
      margin: 20px 0;
    }

    .footer-container {
      display: block;
      padding-top: 00px;
    }

    /*-------- Exhibition Header --------*/

    .fixed-exhibition-header {
      height: auto;
    }

    .fixed-exhibition-header-container {
      display: block;
    }

    .fixed-exhibition-artist {
      font-size: 16px;
      margin-bottom: 0px;
    }

    .exhibition-title {
      margin-bottom: 5px;
    }

    .fixed-exhibition-title {
      margin-left: 0px;
      font-size: 12px;
      line-height: 18px;
      margin-bottom: 0px;
    }

    .fixed-exhibition-date {
      margin-left: 0px;
      font-size: 10px;
    }

    .current-ex-hero {
      height: 300px;
    }

    .current-ex-text {
      text-align: left;
    }

    .current-ex-title {
      margin-bottom: 10px;
    }

    .footer-right {
      display: block;
    }

    .contact-item {
      margin-bottom: 10px;
    }
  }
}
