/*all pages*/
body {
  padding: 0;
  margin: 0;
  width: 100%;
  color: #666;
  font-family: "Times New Roman", Times, serif;
  font-size: 18px;
  box-sizing: border-box;
}

h1,
h2 strong {
  color: #333;
  font-weight: 400;
}

h1.left {
  color: #b2b1b1;
  font-family: "misoregular", Helvetica, Arial, sans-serif;
  color: #b2b1b1;
  text-transform: uppercase;
  letter-spacing: 4px;
  letter-spacing: 4px;
  margin: 40px 0;
}

header#mainheader {
  background-color: #515151;
  width: 100%;
  padding: 1vw 0;
  margin: 0;
}
header#mainheader div.addmargin {
  display: grid;
  grid-template-columns: 18vw auto;
}
header#mainheader #logo img {
  width: 40%;
  padding: 8% 0;
}
@media only screen and (max-width: 800px) {
  header#mainheader #logo img {
    width: 100%;
  }
}

/* hr*/
hr.dotted {
  background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' stroke='black' stroke-width='4' stroke-dasharray='2%2c 8' stroke-dashoffset='0' stroke-linecap='butt'/%3e%3c/svg%3e");
}

nav#nav {
  /* Hide Hamburger */
  /* Horizontal Menu Items */
  /* [ON SMALL SCREENS] */
}
nav#nav span.toplink {
  padding: 4.4vw 0;
  font-size: 1.25vw;
  letter-spacing: 2px;
  font-family: "misoregular", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
}
@media only screen and (min-width: 801px) and (max-width: 1199px) {
  nav#nav span.toplink {
    font-size: 16px;
  }
}
@media only screen and (max-width: 800px) {
  nav#nav span.toplink {
    font-size: 20px;
  }
}
nav#nav a {
  text-decoration: none;
  color: #ffffff;
  padding: 10px 0;
}
nav#nav a.active {
  color: #b2b1b1;
}
nav#nav a:hover {
  border-bottom: 4px white solid;
}
nav#nav label,
nav#nav #hamburger {
  display: none;
}
nav#nav #navitems {
  display: grid;
  grid-template-columns: auto auto auto auto auto auto auto;
}
@media only screen and (max-width: 800px) {
  nav#nav {
    /* Show Hamburger Icon */
    /* Break down menu items into vertical */
    /* Toggle Show/Hide Menu */
  }
  nav#nav label {
    display: inline-block;
    float: right;
    color: white;
    font-style: normal;
    font-size: 3em;
    padding: 12px;
  }
  nav#nav #navitems a {
    display: block;
    text-align: left;
    width: 100%;
    font-size: 24px;
  }
  nav#nav #navitems {
    display: none;
  }
  nav#nav input:checked ~ #navitems {
    display: block;
    padding-top: 22vw;
    margin-left: -20%;
  }
}

/*page wrap + footer*/
#page-container {
  position: relative;
  min-height: 100vh;
}

#content-wrap {
  padding-bottom: 150px;
  /* Footer height */
}
@media only screen and (max-width: 800px) {
  #content-wrap {
    padding-bottom: 450px;
  }
}

#footer {
  position: absolute;
  bottom: 0;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 104;
  /* Footer height */
  background-color: #515151;
}
#footer .addmargin {
  display: grid;
  padding: 0;
  grid-template-columns: auto auto auto auto auto auto;
  /*modify mailer lite style*/
}
@media only screen and (max-width: 800px) {
  #footer .addmargin {
    grid-template-columns: auto;
  }
}
#footer .addmargin #mlb2-4082836.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-formContent.horozintalForm {
  padding: 11px 0px !important;
}
@media only screen and (max-width: 800px) {
  #footer .addmargin #mlb2-4082836.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-formContent.horozintalForm {
    padding: 0 !important;
  }
}
#footer .addmargin #mlb2-4082836.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow input,
#footer .addmargin #mlb2-4082836.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow button {
  text-transform: uppercase !important;
  font-family: "misoregular", Helvetica, Arial, sans-serif !important;
}
#footer .addmargin #mlb2-4082836.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedContent h4,
#footer .addmargin #mlb2-4082836.ml-form-embedContainer .ml-form-embedWrapper .ml-form-successBody .ml-form-successContent h4,
#footer .addmargin #mlb2-4082836.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedContent p:last-child,
#footer .addmargin #mlb2-4082836.ml-form-embedContainer .ml-form-embedWrapper .ml-form-successBody .ml-form-successContent p:last-child {
  font-size: 12px;
  font-family: "misoregular", Helvetica, Arial, sans-serif;
  color: #f0f0ef;
}
@media only screen and (max-width: 800px) {
  #footer {
    height: 400px;
  }
}
#footer a {
  text-decoration: none;
  font-size: 16px;
  color: #ffffff;
  letter-spacing: 2px;
  font-family: "misoregular", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  padding: 2.75em 0;
}
#footer a img {
  width: 20px;
  position: absolute;
  padding: 0;
  margin: 0;
}
@media only screen and (max-width: 800px) {
  #footer a {
    padding: 1.5em;
  }
}
@media only screen and (min-width: 801px) and (max-width: 1199px) {
  #footer a {
    text-align: center;
    max-width: 10vw;
  }
}
#footer a:hover {
  color: #b2b1b1;
}
#footer .copy {
  text-decoration: none;
  font-size: 16px;
  color: #b2b1b1;
  letter-spacing: 2px;
  font-family: "misoregular", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  padding: 2.75em 0;
}

.addmargin {
  width: 65vw;
  margin: auto;
}
@media only screen and (min-width: 801px) and (max-width: 1199px) {
  .addmargin {
    width: 770px;
  }
}
@media only screen and (max-width: 800px) {
  .addmargin {
    width: 90%;
  }
}

/*basic pages*/
.basic {
  margin: 3vw auto;
  font-size: 18px;
}
.basic a {
  color: #333;
  font-weight: bold;
  text-decoration: none;
}
.basic a:hover {
  text-decoration: underline;
}
.basic h4 {
  font-family: "misoregular", Helvetica, Arial, sans-serif;
  color: #b2b1b1;
  text-transform: uppercase;
  letter-spacing: 4px;
  margin-bottom: 2px;
  letter-spacing: 1px;
  font-size: 20px;
}

/*for sale items, index*/
.forsale {
  display: inline-grid;
  margin-bottom: 100px;
}
@media only screen and (max-width: 800px) {
  .forsale {
    display: block;
  }
}
.forsale.three {
  width: 100%;
  grid-template-columns: auto auto auto;
}
.forsale.three article {
  width: 260px;
  margin: auto;
  margin-bottom: 3em;
  padding: 2px;
}
@media only screen and (max-width: 800px) {
  .forsale.three article {
    margin-bottom: 2em;
    height: auto;
  }
}
.forsale.three h1 {
  grid-column: 1/4;
}
.forsale.four {
  width: 100%;
  grid-template-columns: auto auto auto auto;
}
.forsale.four article {
  width: 200px;
  margin: auto;
  margin-bottom: 3em;
}
@media only screen and (max-width: 800px) {
  .forsale.four article {
    margin-bottom: 2em;
    height: auto;
  }
}
.forsale.four h1 {
  grid-column: 1/5;
}
.forsale .article {
  margin: 0;
  padding: 0;
  text-align: center;
  width: 100%;
}
.forsale a {
  text-decoration: none;
  color: #333;
}
.forsale h1 {
  font-family: "misoregular", Helvetica, Arial, sans-serif;
  color: #b2b1b1;
  text-transform: uppercase;
  letter-spacing: 4px;
  padding: 0.5em 0;
}
.forsale h2,
.forsale h3,
.forsale h4 {
  margin: 4px;
}
.forsale h2 {
  font-size: 28px;
  font-weight: 400;
}
.forsale h3 {
  color: #666;
  font-weight: 400;
}
.forsale h4 {
  color: #666;
  font-size: 18px;
}
.forsale img.book {
  padding: 2px;
  margin: 3px 0;
}
.forsale a:hover article {
  background: #f0f0ef;
  border: 0.25px solid #b2b1b1;
  padding: 1.5px;
}
.forsale a.featured {
  background: #f0f0ef;
  padding: 1em 0;
  display: block;
}
.forsale form {
  font-family: "misoregular", Helvetica, Arial, sans-serif;
  display: inline-block;
  text-align: right;
  padding: 1em 0;
  margin: 1em 0;
}
.forsale form.three {
  grid-column: 3;
}
.forsale form.four {
  grid-column: 4;
}
@media only screen and (max-width: 800px) {
  .forsale form {
    grid-column: auto;
  }
}
.forsale input.searchsubmit {
  border: none;
  text-transform: uppercase;
  letter-spacing: 1px;
  border-radius: 2px;
  padding: 6px 12px;
  font-family: "misoregular", Helvetica, Arial, sans-serif;
  font-size: 16px;
  color: #fff;
  background-color: #7f7f7f;
}
.forsale #s {
  border: none;
  padding: 6px 12px;
  border-radius: 2px;
  width: 120px;
  font-size: 16px;
  background-color: #ececeb;
  font-family: "Times New Roman", Times, serif;
}
.forsale .results {
  grid-column: 2;
}
@media only screen and (max-width: 800px) {
  .forsale {
    grid-column: auto;
  }
}

.flat-menu {
  grid-column: 1/3;
}

.flat-menu ul {
  margin: 0;
  padding: 2em 1em 0 0;
}

.flat-menu li {
  list-style-type: none;
  display: inline-block;
  padding-right: 1em;
}

.Records li {
  padding-right: 3em;
}

.flat-menu li a {
  font-family: "misoregular", Helvetica, Arial, sans-serif;
  color: #b2b1b1;
  text-transform: uppercase;
  letter-spacing: 4px;
  text-transform: uppercase;
  display: inline;
  color: #b2b1b1;
  text-decoration: none;
}

.temp {
  width: 70vw;
  background: #333;
  color: white;
  position: absolute;
  top: 40vh;
  font-size: 20px;
  left: 10vw;
  border: 1px #333 solid;
  padding: 3em;
  animation: fadeIn linear 7s;
}
.temp h2 {
  font-family: "misoregular", Helvetica, Arial, sans-serif;
  color: #b2b1b1;
  text-transform: uppercase;
  letter-spacing: 4px;
  margin: 0 0 1em 0;
}
.temp a,
.temp a:link,
.temp a:visited {
  color: #d6d6d5;
  font-weight: bold;
}
.temp a:hover {
  color: #333;
  background: #d6d6d5;
}

.fadeIn {
  -webkit-animation: fadeIn linear 0.5s;
  -moz-animation: fadeIn linear 0.5s;
  -o-animation: fadeIn linear 0.5s;
  -ms-animation: fadeIn linear 0.5s;
}

@-moz-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-o-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-ms-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/*for sale items, pages*/
.forsale-page {
  display: grid;
  grid-template-columns: 50% 50%;
  padding: 0;
  margin: 3vw 0;
}
@media only screen and (max-width: 800px) {
  .forsale-page {
    grid-template-rows: auto auto;
    grid-template-columns: 100%;
  }
}
@media only screen and (min-width: 801px) and (max-width: 1199px) {
  .forsale-page {
    grid-template-columns: 50% 45%;
  }
}
.forsale-page h1 {
  margin: 0;
}
.forsale-page h2 {
  font-size: 18px;
  padding: 0;
  margin: 0;
  font-weight: 400;
}
.forsale-page .cover img {
  width: 90%;
  height: inherit;
  margin: auto;
  padding: 1em 0;
}
.forsale-page .info {
  padding: 0 2vw;
}
.forsale-page .info a,
.forsale-page .info a:link,
.forsale-page .info a:visited {
  color: #333;
  text-decoration: none;
  font-weight: bold;
}
.forsale-page .price {
  font-size: 2em;
  padding: 20px 3px;
}
.forsale-page .content {
  line-height: 1.4;
  font-size: 18px;
  font-weight: 400;
}

/*artists index page*/
.artists {
  margin-top: 2vw;
  margin-bottom: 100px;
}
.artists h1 {
  font-family: "misoregular", Helvetica, Arial, sans-serif;
  color: #b2b1b1;
  text-transform: uppercase;
  letter-spacing: 4px;
  padding: 10px 0;
}
.artists .rep,
.artists .selected {
  column-width: 200px;
}
.artists a {
  text-decoration: none;
  color: #666;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.4em;
}
.artists a:hover {
  text-decoration: underline;
}

/*artist & exhbit individual pages*/
.exhibit a,
.artist a {
  text-decoration: none;
  color: #333;
}
.exhibit a:hover,
.artist a:hover {
  text-decoration: underline;
}
.exhibit h1,
.artist h1 {
  font-family: "misoregular", Helvetica, Arial, sans-serif;
  color: #333;
  margin: 50px 0;
}
@media only screen and (min-width: 801px) and (max-width: 1199px) {
  .exhibit h1,
.artist h1 {
    margin: 50px 0;
  }
}
.exhibit .slidestyle,
.artist .slidestyle {
  text-align: right;
  font-family: "misoregular", Helvetica, Arial, sans-serif;
  margin: 2em 0;
}
.exhibit .slidestyle span,
.artist .slidestyle span {
  text-transform: uppercase;
  font-size: 22px;
  color: #666;
  line-height: 2em;
  padding: 0;
}
.exhibit .slidestyle img,
.artist .slidestyle img {
  height: 18px;
  padding-left: 10px;
  padding: 0 0 0 10px;
}
.exhibit .caption,
.artist .caption {
  text-align: center;
  font-size: 14px;
  font-weight: 200;
  padding: 1em;
}
.exhibit .caption br,
.artist .caption br {
  content: "";
  display: inline;
}
.exhibit .caption br::before,
.artist .caption br::before {
  content: ", ";
}
@media only screen and (max-width: 800px) {
  .exhibit .caption,
.artist .caption {
    width: 95vw;
    margin: none;
    padding: 0.5em 0;
  }
}
.exhibit h4,
.artist h4 {
  font-family: "misoregular", Helvetica, Arial, sans-serif;
  color: #b2b1b1;
  text-transform: uppercase;
  letter-spacing: 4px;
}
.exhibit .info,
.artist .info {
  display: grid;
  grid-template-columns: auto auto;
  column-gap: 3em;
}
.exhibit .info .bio,
.artist .info .bio {
  padding-right: 20px;
}
.exhibit .info br,
.artist .info br {
  height: 2em;
}
.exhibit .info .infoblock,
.artist .info .infoblock {
  padding: 0;
  overflow: auto;
}
.exhibit .info .infoblock h4,
.artist .info .infoblock h4 {
  position: sticky;
  top: 0;
  background: white;
  padding: 0.5em 0;
  margin: 0;
  z-index: 1;
}
.exhibit .info .infoblock ul,
.artist .info .infoblock ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.exhibit .info .infoblock ul li,
.artist .info .infoblock ul li {
  font-size: 16px;
  padding-bottom: 0.75em;
}
.exhibit .info .infoblock ul li a,
.artist .info .infoblock ul li a {
  display: block;
  margin: 0;
  padding: 0;
}
.exhibit .info .infoblock ul li.expand, .exhibit .info .infoblock ul li.contract,
.artist .info .infoblock ul li.expand,
.artist .info .infoblock ul li.contract {
  cursor: pointer;
}
.exhibit .info .infoblock .bigdig,
.artist .info .infoblock .bigdig {
  padding: 0;
  margin: 0 0 0.5em 0;
}
.exhibit .info .infoblock .bigdig h5,
.artist .info .infoblock .bigdig h5 {
  font-family: "misoregular", Helvetica, Arial, sans-serif;
  font-size: 18px;
  text-transform: uppercase;
  font-style: italic;
  margin: 0;
  color: #666;
}
.exhibit .info .infoblock .bigdig a,
.artist .info .infoblock .bigdig a {
  color: #666;
}
@media only screen and (max-width: 1350px) {
  .exhibit .info,
.artist .info {
    display: block;
  }
}
.exhibit .links a,
.artist .links a {
  padding-bottom: 10px;
  display: inline-block;
  font-size: 16px;
}
.exhibit .links a h4,
.artist .links a h4 {
  padding: 0;
  color: #333;
  font-size: 20px;
  margin: 1em 0 0 0;
}

/*exhibit pages*/
.exhibit h1 {
  font-family: "misobold", Helvetica, Arial, sans-serif;
  margin-bottom: 0.5em;
}
.exhibit h1 .subtitle {
  font-family: "misolight", Helvetica, Arial, sans-serif;
}
.exhibit p {
  margin: 0;
}
.exhibit div.media {
  padding: 0;
}
.exhibit div.pressrelease {
  padding: 0;
}

a#tockbutton {
  font-family: misolight, Helvetica, Arial, sans-serif;
  color: white;
  padding: 10px;
  background: #666;
  margin: 20px 0;
  display: inline-block;
}

/*exhibit and artist slideshows*/
/*slide animation*/
.exit-left {
  animation-name: exit-left;
  animation-duration: 0.4s;
  opacity: 0;
}

@keyframes exit-left {
  from {
    -webkit-transform: translateX(0%);
    opacity: 1;
  }
  to {
    -webkit-transform: translateX(-85%);
    opacity: 0;
  }
}
.enter-left {
  animation-name: enter-left;
  animation-duration: 0.4s;
  opacity: 1;
}

@keyframes enter-left {
  from {
    -webkit-transform: translateX(85%);
    opacity: 0;
  }
  to {
    -webkit-transform: translateX(0%);
    opacity: 1;
  }
}
/*enter and exit right animations*/
.exit-right {
  animation-name: exit-right;
  animation-duration: 0.4s;
  opacity: 0;
}

/*exit-right keyframes*/
@keyframes exit-right {
  from {
    -webkit-transform: translateX(0%);
    opacity: 1;
  }
  to {
    -webkit-transform: translateX(85%);
    opacity: 0;
  }
}
/*enter-right antimation and keyframes*/
.enter-right {
  animation-name: enter-right;
  animation-duration: 0.4s;
  opacity: 1;
}

/*enter right keyframes*/
@keyframes enter-right {
  from {
    -webkit-transform: translateX(-85%);
    opacity: 0;
  }
  to {
    -webkit-transform: translateX(0%);
    opacity: 1;
  }
}
reload .lazy {
  display: none;
}

#slides.grid {
  display: none;
  width: 70vw;
  column-count: 3;
  text-align: center;
}
#slides.grid img {
  margin: 0.7em auto;
  cursor: pointer;
}
@media only screen and (min-width: 801px) and (max-width: 1199px) {
  #slides.grid {
    width: 100%;
    column-count: 2;
  }
}
@media only screen and (max-width: 800px) {
  #slides.grid {
    width: 100%;
    column-count: 1;
  }
}

#single {
  margin: 3em 0 1em 0;
}

.slideshow {
  height: 585px;
  width: 100%;
  margin: auto auto 30px auto;
  text-align: center;
  background: url(/static/dotted.png) repeat-x bottom;
}
@media only screen and (max-width: 800px) {
  .slideshow {
    margin: auto;
    height: auto;
    background: none;
    width: 100%;
  }
}
.slideshow .pictureframe {
  position: relative;
  top: 0;
  height: auto;
  width: 100%;
  display: flex;
  flex-direction: column;
}
@media only screen and (max-width: 800px) {
  .slideshow .pictureframe {
    overflow: visible;
  }
}
.slideshow .slide {
  width: 65vw;
  text-align: center;
  margin: auto;
  display: inline;
  max-width: 65vw;
  overflow: hidden;
}
.slideshow .slide .imagewrap {
  width: 100%;
  height: 500px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  overflow: visible;
}
@media only screen and (max-width: 800px) {
  .slideshow .slide .imagewrap {
    height: auto;
  }
}
@media only screen and (max-width: 800px) {
  .slideshow .slide {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    overflow: visible;
  }
}
.slideshow .slide.lazy {
  opacity: 0;
  display: none;
}

.slideimg {
  /*note this strategy!!*/
  max-height: 500px;
  max-width: 100%;
  height: auto;
  width: auto;
}
@media only screen and (max-width: 800px) {
  .slideimg {
    width: 100vw;
    max-width: 100vw;
    height: auto;
  }
}

.arrow {
  position: absolute;
  top: 250px;
  transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  /* IE */
  -moz-transform: translateY(-50%);
  /* Firefox */
  -webkit-transform: translateY(-50%);
  /* Safari and Chrome */
  -o-transform: translateY(-50%);
  opacity: 0;
  z-index: 1;
}
.slideshow:hover .arrow {
  opacity: 0.5;
}
.arrow.right {
  right: -2em;
}
.arrow.left {
  left: -2em;
}
.arrow:hover {
  cursor: pointer;
  opacity: 1;
}
.arrow svg.mobile {
  display: none;
}
.arrow svg.mobile g, .arrow svg.mobile path {
  fill: #b2b1b1;
}
@media only screen and (max-width: 800px) {
  .arrow svg.mobile {
    display: block;
  }
}
.arrow svg.pc {
  display: block;
}
@media only screen and (max-width: 800px) {
  .arrow svg.pc {
    display: none;
  }
}
@media only screen and (max-width: 800px) {
  .arrow {
    transform: translateY(-150%);
    opacity: 0.5;
    top: 1em;
  }
  .arrow svg path {
    fill: white;
    stroke: #333;
  }
  .arrow.right {
    right: -1em;
  }
  .arrow.left {
    left: -1em;
  }
}

.arrow.grid {
  display: none;
}

.slideshow:hover a.arrow {
  text-decoration: none;
}
@media only screen and (max-width: 800px) {
  .slideshow:hover a.arrow {
    color: #333;
  }
}

/*events index page*/
.events h2 {
  font-family: "misoregular", Helvetica, Arial, sans-serif;
  color: #b2b1b1;
  text-transform: uppercase;
  letter-spacing: 4px;
  font-weight: 400;
}
.events h2 .droplabel,
.events h2 .droplabel a {
  font-size: 16px;
  text-decoration: none;
  color: #666;
}
.events h2 .droplabel {
  margin: 0 1em;
}
.events #upcoming article {
  background: #f6f6f6;
}
.events #upcoming article:hover {
  background: #f0f0ef;
}
.events #past article {
  background: #d6d6d5;
}
.events #past article:hover {
  background: #f0f0ef;
}
.events article {
  display: block;
  padding: 4em 6.5%;
  background: #d6d6d5;
  margin: 2px 0;
}
.events article a {
  font-family: "misobold", Helvetica, Arial, sans-serif;
  text-decoration: none;
  font-size: 32px;
  font-weight: 800;
  color: #333;
}
.events article span.subtitle {
  font-size: 32px;
  margin-left: 0.2em;
  font-family: "misolight", Helvetica, Arial, sans-serif;
}
.events article a.bigdig {
  font-family: "misobold", Helvetica, Arial, sans-serif;
  font-size: 35px;
}
.events article p {
  margin: 0.5em 0;
}
.events article.bigdig {
  padding: 2.5em 6.5%;
}
.events article.noevents {
  text-align: center;
}
.events article:hover {
  background: #f0f0ef;
}
.events #dropdown {
  max-height: 0px;
  overflow: auto;
  display: none;
  position: absolute;
  top: 30px;
  left: 50px;
  z-index: 1;
  background: white;
  padding: 20px;
}
.events #dropdown li {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.events #dropdown li a:hover {
  color: #f0f0ef;
}
.events #drop:hover > ul {
  display: inline-block;
  max-height: 150px;
  color: red;
  transition: max-height 1s linear;
}
.events #past {
  position: relative;
  z-index: 0;
}

/*news index page*/
.featurednews {
  width: 600px;
  margin: auto;
}
@media only screen and (max-width: 800px) {
  .featurednews {
    width: 100%;
  }
}

.news a {
  text-decoration: none;
  color: #333;
}
.news .img {
  text-align: center;
}

.newsitems {
  display: inline-grid;
  grid-template-columns: auto auto auto;
  margin: 2em 0;
}
@media only screen and (min-width: 801px) and (max-width: 1199px) {
  .newsitems {
    grid-template-columns: auto auto;
  }
}
@media only screen and (max-width: 800px) {
  .newsitems {
    grid-template-columns: auto;
  }
}

.newsitem {
  padding: 1em;
}

/*events & news individual pages*/
.featurednews h1,
.event h1 {
  font-family: "misobold", Helvetica, Arial, sans-serif;
  color: black;
}
.featurednews .image,
.event .image {
  background: url(/static/dotted.png) repeat-x bottom;
  text-align: center;
  margin: 0;
  padding-bottom: 2em;
}
.featurednews .image .eventimg,
.event .image .eventimg {
  max-height: 500px;
  max-width: 80%;
  height: auto;
  width: auto;
}
.featurednews .img,
.event .img {
  text-align: center;
  margin: 1.5em;
}
.featurednews .img .featimg,
.event .img .featimg {
  width: 100%;
}
.featurednews a,
.event a {
  color: #333;
  text-decoration: none;
  font-weight: 800;
  width: 600px;
  margin: auto;
}
.featurednews .description,
.event .description {
  margin: 2em 0;
}

/*home page */
.homeexhibit {
  display: grid;
  grid-template-columns: 32% 68%;
  color: black;
  margin: 0.2em;
  background: url(/static/dotted.png) repeat-x bottom;
}
.homeexhibit a {
  text-decoration: none;
  color: black;
}
.homeexhibit h1 {
  font-family: "misobold", Helvetica, Arial, sans-serif;
  font-size: 36px;
  margin: 1em 0 0.1em 0;
  color: black;
}
.homeexhibit h2 {
  font-family: "misolight", Helvetica, Arial, sans-serif;
  font-size: 36px;
  margin: 0.1em 0;
}
.homeexhibit .homeimg {
  padding: 2em 0 1em 1em;
  text-align: center;
}
@media only screen and (max-width: 800px) {
  .homeexhibit .homeimg {
    padding: 0;
    width: 100%;
  }
}
.homeexhibit .homeimg img {
  margin: auto auto 3em auto;
}
.homeexhibit .homeimg img.portrait {
  height: 38.5vw;
  width: inherit;
}
@media only screen and (max-width: 800px) {
  .homeexhibit .homeimg img.portrait {
    width: 100%;
    padding: 0;
    height: inherit;
    max-width: 100vw;
  }
}
.homeexhibit .homeimg img.landscape {
  width: 100%;
  height: inherit;
}
@media only screen and (max-width: 800px) {
  .homeexhibit .homeimg img {
    width: 100%;
    padding: 0;
    height: inherit;
    max-width: 100vw;
  }
}
@media only screen and (max-width: 800px) {
  .homeexhibit {
    grid-template-columns: auto;
    grid-template-rows: auto auto;
  }
}

#cookieNotice {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 90%;
  padding: 1em 5%;
  background-color: #d6d6d5;
  color: #333;
  z-index: 5;
}
#cookieNotice .wrap {
  display: grid;
  grid-template-columns: auto auto;
}
#cookieNotice .wrap p {
  margin: 0;
  font-size: 12px;
}
#cookieNotice .wrap h3 {
  font-family: "misoregular", Helvetica, Arial, sans-serif;
  color: #b2b1b1;
  text-transform: uppercase;
  letter-spacing: 4px;
  color: #333;
  font-size: 16px;
  margin: 0 0 0.5em 0;
}
#cookieNotice .wrap .btn-wrap {
  text-align: right;
}
#cookieNotice .wrap .btn-wrap button {
  display: inline-block;
  font-family: "misolight", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  letter-spacing: 2px;
  background-color: #333;
  color: white;
  font-size: 16px;
  border: 1px solid #333;
  padding: 0.8em;
  cursor: pointer;
  margin: auto;
}

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