.header {
  display: block;
  padding: 0;
  position: fixed;
  top: 0;
  width: 100%;
  background: white;
  border-bottom: 1px solid black;
  padding: 24px 0 16px 0;
  z-index: 999;
}
.header-wrapper {
  padding-right: 0;
  height: 100%;
}

#header-large {
  overflow: hidden;
  display: block;
  padding: 0;
  position: fixed;
  top: 0;
  width: 100%;
  height: 50vh;
  background: white;
  z-index: 9999;
  left: 0;
  border-bottom: 1px solid black;
}

#header-large .wrap {
  padding-top: 24px;
}

body[data-show-large-header="false"] #header-large {
  height: 0px;
  opacity: 0;
}

.overflow-scroll {
  overflow: auto;
  padding-bottom: 6px;
  -ms-overflow-style: none; /* for Internet Explorer, Edge */
  scrollbar-width: none; /* for Firefox */
}

.header #exhibitions::-webkit-scrollbar {
  display: none; /* for Chrome, Safari, and Opera */
}

.header #exhibitions:hover .exhibition-year_list {
  /* display: block; */
}
.header.desktop .col {
  width: auto;
  height: 100%;
  flex: 1;
  /* padding-right: 16px; */
}
.header.desktop .col.big {
  flex: none;
}
.header.desktop .col:nth-child(1) {
  padding-left: 16px;
}

/* @media screen and (min-width: 1600px) {
  .header.desktop  .col:nth-child(1) {
    width: 16.667%;
  }
} */

/* @media screen and (max-width: 1200px) {
  .header-wrapper.wrap {
    padding-left: 0;
  }
  .header.desktop .col {
    padding-left: 16px;
  }
  .header.desktop .col:nth-child(1) {
    flex: none;
    margin-right: 0;
  }
  .header.desktop .col:nth-child(2) {
    margin-right: 0;
  }
} */

/* @media screen and (min-width: 1600px) {
  .header.desktop  .col:nth-child(2) {
    width: 50%;
  }
} */

.header.desktop .col:nth-child(3) {
  display: flex;
  flex-wrap: wrap;
  height: 100%;
}
.header.desktop .col.info-section {
  display: flex;
  flex-wrap: wrap;
  padding-top: 11px;
}
.header.desktop .col .col-upper {
  flex-basis: 100%;
  align-self: flex-start;
}
.header.desktop .col .col-lower {
  flex-basis: 100%;
  align-self: flex-end;
}

.header.desktop .col,
.header.desktop a {
  font-size: 0.968rem;
  display: inline-block;
  margin-bottom: 5px;
  border-bottom: none;
}
.header.desktop .col {
  padding-right: 16px;
}
.header.desktop .col a:hover {
  color: #a6a6a6;
}
.header.desktop .col.small-text,
.header.desktop .col h3,
.header.desktop .col.small-text a,
.header.desktop .col .col-lower,
.header.desktop .col .col-lower a,
.header.desktop .col .col-lower input {
  font-size: 0.6875rem;
  font-weight: normal;
  line-height: 1.4em;
}
.header.desktop .col h3 {
  margin-top: 10px;
}
.header.desktop .col.small-text a {
  height: 1.4em;
  border-bottom: 1px solid black;
  margin-bottom: -1px;
}
.header.desktop .col.info-section strong a,
.header.desktop .col .col-lower a,
.header.mobile strong a {
  border-bottom: 1px solid transparent !important;
  font-weight: normal;
}
.header.desktop .col.small-text a:hover {
  color: #000;
  border-bottom: 1px solid transparent;
}
.header.desktop .info-section p:first-child {
  margin-top: 0;
}
.header.desktop .info-section .newsletter {
  margin: 1.4em 0 0.5em 0;
  margin-top: 1.1em;
  margin-bottom: -0.2em;
}
@supports (-moz-appearance: none) {
  .header.desktop .info-section .newsletter {
    margin-top: 1.2em;
  }
}
.header.desktop .info-section .newsletter input,
.header.mobile .newsletter input {
  display: inline-block;
  width: 97%;
  height: 1.8em;
  padding: 0.15em 0.5em 0 0;
  border: 0px;
  border-bottom: 1px solid black;
  border-radius: 0;
  box-shadow: 0;
  color: #000;
  font-family: "MartaPastoral";
  -webkit-appearance: none;
}
.header.desktop .info-section .newsletter input::placeholder {
  color: black;
  opacity: 1;
}
.header.desktop .info-section .newsletter input:focus::placeholder {
  opacity: 0;
}
.header.desktop .info-section .newsletter input {
  box-shadow: none;
}
.newsletter button {
  border: 0;
  background: 0;
  margin-left: -2em;
  padding: 0;
}
.header.mobile {
  display: none;
  padding: 16px;
  padding-top: 14px;
}
.header.mobile span {
  display: block;
}
.header.mobile .top-row {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 60px;
}
.header.mobile .top-row .left {
  width: 45%;
}
.header.mobile .top-row .right {
  width: 55%;
}
.header.mobile .top-row .right .hidden {
  display: none;
}
.bottom {
  border-top: 1px solid black;
  padding: 16px 0px 80px 0px;
}
.bottom .box {
  padding: 0 16px;
}
@media (max-width: 740px) {
  .bottom .box {
    padding: 0 16px 60px;
  }

  .bottom .left-floater {
    padding-left: 16px;
    padding-bottom: 10px;
  }
}
.bottom p {
  margin-top: 0;
}
.bottom .home-link {
  text-align: left;
  width: auto;
  border-bottom: none;
}

.header .exhibition-year .exhibition-year_list {
  display: none;
  margin-bottom: 0.5em;
}

.header .exhibition-year label {
  margin-bottom: 0.5em;
}

.header .exhibition-year label[data-expand="true"] ~ .exhibition-year_list {
  display: block;
  margin-bottom: 1em;
}

.header .exhibition-year label {
  font-size: 0.6875rem;
  display: block;
  padding: 0.1em 0;
  cursor: pointer;
}

@media (min-width: 1600px) {
  /* .header.desktop  {
    display: flex;
    align-items: flex-start;
    justify-content: unset;
    height: 100%;
  } */
  /* .header.desktop  .col:nth-child(1) {
    display: none;
  }
  .header.desktop  .col:nth-child(2) {
    padding-left: 0;
    width: 16.66%;
  }
  .header.desktop  .col:nth-child(3) {
    width: 49.99%;
  } */
}

@media (max-width: 740px) {
  .header.desktop {
    display: none;
  }
  .header.mobile.full .exhibition-year .exhibition-year_list {
    display: block;
    margin-bottom: 1em;
  }

  .header.full .exhibition-year:last-child {
    margin-bottom: 5rem;
  }

  .header.mobile {
    display: block;
    border-bottom: 1px solid black;
    padding-bottom: 20px;
    height: auto;
    max-height: 85vh;
    overflow: auto;
  }

  .header.mobile.full {
    padding-bottom: 120px;
  }

  .header.mobile.full {
    max-height: 100vh;
  }

  .bottom {
    display: flex;
    flex-direction: column;
    padding-bottom: 60px;
  }
  .bottom-row {
    padding-bottom: 16px;
  }
  .top-row span a,
  .bottom-row span a {
    font-size: 0.781rem;
    border: none;
  }
  .bottom-row span a,
  #expand-contact a {
    font-size: 0.94rem;
  }
  .full #expand-contact {
    display: none;
    height: 0;
  }
  .top-row .small-text {
    margin-top: 0;
  }
  .left .big-text,
  .top-row span a.big-text {
    font-size: 0.94rem;
  }
  h3 {
    margin-bottom: 0.2em;
  }
  .header.mobile.full,
  .header.mobile.small.full {
    height: 100vh;
    padding-top: 60px;
    position: fixed;
    overflow: scroll;
  }
  #close-mobile-header {
    position: fixed;
    top: 0px;
    right: 16px;
    padding-top: 14px;
    padding-left: 16px;
    width: auto;
    height: 60px;
  }
  #close-mobile-header a {
    font-size: 0.94rem;
  }
  .header.mobile.full .top-row .right .hidden {
    display: block;
  }
  .header.mobile.full.full .hidden > p:first-of-type {
    margin-top: 0;
  }
  .small-banner {
    display: none;
  }
  .header.mobile.small {
    height: 50px;
    overflow: hidden;
    padding: 16px;
  }
  .header.mobile.small .small-banner {
    display: block;
    position: absolute;
    height: 50px;
    width: 100%;
    top: 0;
    left: 0;
    background: white;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 16px;
  }

  .header.mobile.small .current-title {
    position: absolute;
    max-width: 75%;
  }

  .header.mobile.small .small-banner #more {
    width: 100%;
    text-align: right;
    position: relative;
    z-index: 10;
  }

  /* .header.mobile .bottom-row {
    display: none;
  }
  .header.mobile.full .bottom-row {
    display: block;
  } */
  .newsletter {
    margin-top: 13px;
  }
}
