/*          ***
  Document
*/

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  scroll-behavior: smooth;
}

/* preset for non-HTML5 browsers */
main, article, aside, footer, header, nav, section {display: block;}

.catch {
  max-width: 1440px;
  margin: auto;
}

/*          ***
  Sections
*/

body {
  position:relative;
  margin: 0;
  font-family: 'Theinhardt';
  font-size: 26px;
  line-height: 30px;
  font-weight: normal;
  /*text-rendering: optimizeLegibility;*/
  color: #000000;
}

nav {
  position: fixed;
  width: 100%;
  z-index: 1000;
  max-width: 1440px;
  background-color: #FFFFFF;
}

/*.menu-item-container {
  max-width: 720px;
}*/

.menu-container {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 999;
}

.menu-container .main-menu {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  width: 50%;
  /*transition: .125s ease-in;*/
  background-color: #FFFFFF;
}

.menu-items {
  background-color: #FFFFFF;
  transition: .125s ease-in;
}

.menu-row {
  margin-top: 50px;
  height: 100%;
  overflow-y: scroll;
  max-height: calc(100vh - 265px);
  -ms-overflow-style: none;  /* IE and Edge */
  scrollbar-width: none;
}
.menu-row::-webkit-scrollbar {display:none;}
body.admin-bar .menu-row {margin-top:85px;max-height: calc(100vh - 290px);}

.menu-row .cell {box-sizing:border-box;padding-left: 37px;}

.menu-section-title { cursor: pointer; }
/*.menu-section-title:hover span {
  text-decoration: underline;
  text-underline-position: under;
  /*border-bottom: 1px solid;
}*/

.menu-row ul.sub-menu {
  display: none;
}

#search {margin-bottom: 15px;}

.menu-footer {
  position: absolute;
  box-sizing: border-box;
  width: 100%;
  bottom: 0;
  background-color: #FFFFFF;
}

.inside-menu-footer {
  display: block;
  box-sizing: border-box;
  width: calc(100% - 74px);
  margin: auto;
}

.menu-footer section {
  display: inline-block;
  box-sizing: border-box;
  width: 49%;
  vertical-align: top;
}

.menu-footer span {display: block;height: auto;}

body.menu-modal-open .outside {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(250, 250, 250, 0.5);
  webkit-transition: .35s ease-in;
    -moz-transition: .35s ease-in;
    -o-transition: .35s ease-in;
    -ms-transition: .35s ease-in;
    transition: .35s ease-in;
  transition-delay: .125s;
  z-index: 99;
}

.container, .gallery {
  position: relative;
  width: calc(100% - 74px);
  margin: auto;
  height: 100%;
}

body.page-template-events-plus-page .container {
  width: 100%;
  min-height: 900px;
}

.book {
  position: relative;
  display: block;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  padding: 60px 0;
}

.book a.button, .book p.small {
  position: absolute;
  bottom: 0;
  margin-bottom: 0;
}

.book a.button {
  width: 100%;
  text-decoration: none;
  padding: 10px 0;
  text-align: center;
}

.book-nav {font-family: 'TheinhardtRegularOld';float: right;margin-bottom: 30px;}

.book:after {
  content: "";
  display: table;
  clear: both;
}

.book-spot {
  cursor: pointer;
}

.prologue p {margin-top: 20px;}

.prologue .blank-thumb {background-color: #D8D8D8;}

.open-book {
  position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: white;
    z-index: 999999;
    margin-left: -37px;
    margin-right: -37px;
    padding: 0 34px;
    min-height: 100vh;
    cursor: auto;
    box-sizing: border-box;
    padding: 6%;
}

.open-book .book-wrap {
  position: relative;
  width: 100%;
  height: 100%;
}

.open-book .blank-thumb {
  background-color: #D8D8D8;
}

body.book-open nav, body.book-open footer, body.book-open .head-space, body.book-open .post-list  {display: none;}
body.book-open .book {padding-top: 0;padding-bottom:0;}

body.admin-bar.book-open .open-book {
  padding-top: 32px;
}
.close-book {
    cursor: pointer;
    width: 50px;
    height: 50px;
    display: inline-block;
    position: absolute;
    top: -70px;
    right: -15px;
    z-index: 999;
}

.book-nav {
    margin-bottom: 0;
    position: absolute;
    bottom: -40px;
}
.book-nav.prev {right: 80px;z-index: 1;}
.book-nav.next {right: 34px;}
.book-nav span {
  cursor: pointer;
    display: inline-block;
    height: 32px;
    width: 26px;
    opacity: 0.1;
}
.book-nav span, .book-nav.available span {opacity: 0.6;}
.book-nav:hover span, .book-nav.available:hover span {opacity: 1;}

.book-nav.no-prev span, .book-nav.no-next span, .book-nav.no-prev:hover span, .book-nav.no-next:hover span {
  opacity:0.2;
  cursor: default;
}

.open-book section {height: 100% !important;}

.open-book .link-content-button {
  width: 15px;
  position: absolute;
  right: 125px;
  bottom: -32px;
  display: block;
  cursor: pointer;
  opacity: 0.6;
  background-size: 100%;
  background-repeat: no-repeat;
  height: 15px;
}

.open-book .link-content-button:hover {
  opacity: 1;
}

.open-book .link-content {
  display: none;
  position: absolute;
  right: 155px;
  bottom: -32px;
}

@media (min-width: 1440px) {
	.book-spot {min-height: 645px;}
}

@media (min-width:768px) {
  .book-spot {
    width: 30%;
      float: left;
      margin-right: 3%;
      box-sizing: border-box;
      height: 100%;
      min-height: 585px;
  }
  .prologue {
    width: 100%;
      height: 100%;
  }

  .prologue .book-thumb {
    padding-bottom: 100%;
      background-repeat: no-repeat;
      background-size: contain;
      background-position: bottom left;
  }

  .open-book .blank-thumb {
    display: inline-block;
    background-color: #D8D8D8;
    width: 33%;
    height: 100%;
  }
}

@media (max-width: 768px) {
  .close-book {text-align: center;}
  .open-book .book-wrap {
    position: relative;
    width: calc(100% - 60px);
    height: calc(100% - 30px);
    margin: auto;
    box-sizing: border-box;
    padding: 10px 20px;
  }
  .open-book figure {display: none;}
  .book-nav {bottom: -34px;}
  .book a.button, .book p.small {
    position: absolute;
    bottom: 50px;
    margin-bottom: 0;
  }
  .open-book .link-content {
    display: none;
    position: absolute;
    right: unset;
    bottom: 0px;
    box-sizing: border-box;
    max-width: 100%;
    overflow: hidden;
  }
}

.blog-spot {
    display: inline-block;
    width: 100%;
    height: 100%;
    margin-bottom: 30px;
  }

.blog-spot a {
  display: block;
}

.blog-spot a:hover h2.title {
  text-decoration: underline;
}

  .blog-thumb {
    width: 100%;
    background-size: cover;
    padding-bottom: 55%;
    display: inline-block;
    vertical-align: top;
  }

  .blog-title {
    display: inline-block;
      vertical-align: top;
  }

  a .title {color: #000000;}

  @media (min-width: 768px) {

    body.page-template-blog-page h2.title, body.page-template-blog-page h3.date {margin: 0 37px 15px;}

    .blog-thumb {
      width: calc(50% - 20px);
      padding-bottom: 30%;
    }

    .blog-title { width: 50%; }
  }

.menu-items, .menu-items a {
  /*font-family: 'TheinhardtRegular';*/
  font-size: 40px;
  line-height: 42px;
  font-weight: normal;
}

h1, h2, nav, .post-list-links a, .home-content {
  margin: 0;
  /*font-family: 'TheinhardtRegular';*/
  font-size: 40px;
  line-height: 42px;
  font-weight: normal;
}

.container.search h1.page-headline {
  display: inline-block;
}

.container.search .search-menu {
  display: inline-block;
}

h2.title {margin: 35px 37px 25px;}

h2 span.title {
  display: inline;
  /*vertical-align: middle;*/
}

h2 span.date {
  display: block;
  vertical-align: middle;
}

h2.past-headline {
  display: inline-block;
  width: 100%;
  box-sizing: border-box;
  padding: 0 37px 0;
}

body.page-template-events-plus-page h2.past-headline {padding: 20px 0 37px 0;}
body.page-template-exhibitions-page h2.past-headline {padding: 0;}

h2.search-type-results {
  margin-top: 60px;
  text-transform: capitalize;
}

section.details h2, section.details h3 {
  margin-bottom: 25px;
}

#notice {display:none;}

.notice {
  background-color: #FFAA00;
  box-sizing: border-box;
  display: inline-block;
  width: 100%;
  margin: auto;
  position: relative;
}

.notice .close {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  right: 37px;
  top: 50%;
  transform: translateY(-50%);
  background-color: #000000;
  cursor: pointer;
}

.notice-content {
  font-family: 'TheinhardtMedium';
  color: #000000;
  text-align: center;
  padding: 10px;
  display: block;
  max-width: 85%;
  margin: auto;
}

.notice-content p {margin: 0;}

h2.events {
  margin: 0;
  /*font-family: 'TheinhardtRegular';*/
  font-size: 30px;
  line-height: 32px;
  font-weight: normal;
}

h3, h3.date, .past.events a p.title span.date, li.past-event p.date {
  margin: 0;
  /*font-family: 'TheinhardtRegular';*/
  font-size: 20px;
  line-height: 20px;
  font-weight: normal;
  color: #919191;
  text-transform: uppercase;
}

li.past-event p.date {line-height:normal;}

.single-blog h2.title {margin-bottom: 10px;}
.single-blog h3.date {
  margin-left: 37px;
  margin-bottom: 60px;
}

h4, h4.subhead {
  margin: 40px 0;
  font-family: 'TheinhardtMedium';
  font-size: 24px;
  line-height: 28px;
  color: #000000;
  text-transform: uppercase;
  font-weight: normal;
}

aside h4 {margin-bottom: 30px;}

h4.event {margin-bottom: 0;}

.related h4 {
  width: calc(100% - 74px);
  margin: 40px 0 40px 37px;
}

@media (min-width: 768px) {
    .book figure, .book section {
      position: relative;
      width: 50%;
      display: inline-block;
      box-sizing: border-box;
      vertical-align: top;
    }

    .open-book figure {
      max-height: 95%;
      height: 100%;
    }

    .open-book figure img {
      max-width: 100%;
      height: 100%;
      max-height: 100%;
      width: auto;
    }

    .book figure {padding-right: 40px;}
    .book section {padding-left: 20px;float: right;}
}

/*@media (min-width: 768px) and (max-width: 1440px) {
  h2.title {max-width: 70%;}
}*/

@media (max-width: 768px) {
  body {
    font-size: 20px;
    line-height: 24px;
  }
  nav a.so {display: none;}
  .menu-container .main-menu {width: 100%;}
  .inside-menu-footer {width: calc(100% - 48px);}
  .menu-row .cell {padding-left: 24px;}
  .container, .gallery, .related h4 {width: calc(100% - 48px);}
  h1, h2, nav, .post-list-links a, .menu-items, .menu-items a, .home-content {
    font-size: 26px;
    line-height: 28px;
  }
  h2.events {
    font-size: 22px;
    line-height: 24px;
  }
  .front h2.title {margin-left: 0;}

  h2.title {margin-left: 24px;}
  body.page-template-exhibitions-page h2.title {margin-left:0;}

  h2.past-headline {padding-left: 24px;}

  h3, h3.date, .past.events a p.title span.date, li.past-event p.date {
    font-size: 16px;
    line-height: 16px;
  }
  h4, h4.subhead {
    font-size: 20px;
    line-height: 24px;
  }
  .related h4 {margin: 40px 0 40px 24px;}
}

@media (min-width: 1440px) {
  body {
    font-size: 28px;
    line-height: 32px;
  }
  h1, h2, nav, .post-list-links a, .menu-items, .menu-items a, .home-content {
    font-size: 60px;
    line-height: 62px;
  }
  h2.events {
    font-size: 46px;
    line-height: 48px;
  }
  h3, h3.date {
    font-size: 24px;
    line-height: 24px;
  }
  h4, h4.subhead {
    font-size: 28px;
    line-height: 32px;
  }

  .menu-row {
	max-height: calc(100vh - 420px);
  	margin-top: 85px;
  }

  h2.search-type-results {
    max-width: 1440px;
    margin: auto;
  }
}

/*                  ***
  Grouping content
*/

p { margin:0 0 40px 0; }

li.past-event .tag {padding: 5px 10px !important;}

li.past-event p.title {
  margin-bottom: 0;
}

li.past-event p.title span.title {display: block;margin: 5px 0px;}
li.past-event a:hover p.title span.title, a.exhibit.past:hover p.title span.title {text-decoration: underline;}

li.past-event figure {margin-bottom: 10px;}


.page-accordion {margin-bottom: 40px;}

p.page-accordion-title {
  cursor: pointer;
  border-top: 2px solid #D8D8D8;
  margin: 0;
  padding: 5px 0;
  position: relative;
}

.page-accordion-title {cursor: pointer;}

.page-accordion-title::after {
  font-family: 'TheinhardtRegularOld';
  content: '\2193';
  position: absolute;
  color: #F2F2F2;
  right: 20px;
}

.page-accordion-title:hover::after {color: #7F7F7F;transition: all .2s;}

.page-accordion-title.ui-state-active {color: #7F7F7F;transition: all .2s;}
.page-accordion-title.ui-state-active::after {
  font-family: 'TheinhardtRegularOld';
  content: '\2191';
  color: #000000;
}

.page-accordion-content {padding-top:40px;}

ul, ol, li {
	font-size: 26px;
	line-height: 28px;
  text-align: left;
}

.menu-section-title span:hover {
  text-decoration: underline;
}

.menu-section-title.title-active span {
  text-decoration: underline;
}

#search.menu-section-title.title-active span {
  text-decoration: none;
}

ul.sub-menu {
  margin: 5px 0 0 30px;
  padding: 0;
  list-style: none;
}
ul.sub-menu li { list-style: none; }
ul.sub-menu li a, .menu-section-title_link a { color: #000000; }
ul.sub-menu li a:hover, .menu-section-title_link a:hover {
  color: #000000;
  text-decoration: underline;
  transition: none;
}

section li {margin-bottom: 20px;}

aside ul, .gallery ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

aside a {
  /*font-family: 'TheinhardtRegular';*/
  font-size: 20px;
  line-height: 26px;
  color: #000000;
  display: block;
}

aside a.link {text-decoration: underline;}

.gallery li {
  width: 50%;
  height: auto;
  display: inline-block;
  box-sizing: border-box;
  padding: 20px;
}

.gallery li img {
  vertical-align: middle;
  margin: auto;
}

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

.centered {
	vertical-align: middle;
  display: inline-block;
}

.home-container a, .home-container a:hover {color: #000000;transition: all .2s;}
.home-container .item:hover span.title {text-decoration: underline;transition: all .2s;}
.title-tag {float: left;}

.home-container .related li {
  width: 50%;
  margin-top: 40px;
}

.page-template-exhibitions-page a.item, .page-template-events-plus-page .related a, .home-container .related a, .single-exhibition .related a, .single-blog .related a {text-decoration: none;}
.page-template-exhibitions-page a.item:hover h2 span.title, .page-template-events-plus-page .related a:hover h2 span.title, .home-container .related a:hover h2 span.title, .single-exhibition .related a:hover h2 span.title, .single-blog .related a:hover h3 .title  {text-decoration: underline;transition: all .2s;}
a.item:hover span.date, a.item:hover h2 span.date, .page-template-exhibitions-page a.item:hover h2 span.date, .page-template-events-plus-page .related a:hover h2 span.date, .home-container .related a:hover h2 span.date, .single-exhibition .related a:hover h2 span.date, .single-blog .related a:hover h3 .date {text-decoration: none;}

/*.single-exhibition .related a:hover .tag {color: #000000; background-color: #FFFFFF; transition: none;}
*/
.page-template-exhibitions-page .anchor {padding-top: 50px;}
.page-template-exhibitions-page .post-list {margin-bottom: 0;}

.related.articles h3 span.title {
  color: #000000;
    font-size: 24px;
    line-height: 26px;
    text-transform: none;
}

.related.events ul {margin:0;padding:0;list-style: none;}
.related.articles ul {
  width: calc(100% - 74px);
  margin: auto;
  list-style: none;
  padding: 0;
}
.related.events ul li, .related.articles ul li {box-sizing: border-box;display:inline-block;vertical-align: top;}
.page-template-exhibitions-page a.item, .related.events h2.title {
  max-width: unset;
  color: #000000;
  margin-top: 0;
  margin-right: 10px;
}
.page-template-exhibitions-page .onview a.item:last-child {margin-bottom: 0;}
.related.events h3.date {margin-bottom: 30px;margin-left: 37px;}

.contains-past {
  display: inline-block;
  width: 100%;
}

.contains-past p.tag-container {margin-top: 55px;}

.past.events a.item.past div, .past-event a.item div {
  width: 100%;
  height: auto;
  padding-bottom: 61%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.past-event a.item div {margin-bottom: 15px;}

.past.events a.item.past p span.date {
  display: block;
  padding: 15px 0px 8px;
}

/* Events cont. */
.past-section {margin-top: 60px;}

.events-thumb {
    padding-bottom: 61%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.related .thumb {
  width: 167px;
  height: 110px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  display: inline-block;
  float: left;
  margin-right: 30px;
}

form.event-select {
  position: relative;
  display: inline-block;
  margin: 30px 0 60px 0;
  padding-left: 15px;
  min-height: 100px;
  clear: both;
}

form.event-select fieldset {border: none;}
form.event-select div {
  display: inline-block;
  cursor: pointer;
  width: auto;
  position: relative;
  margin-right: 20px;
  border: 1px solid #000000;
  text-transform: uppercase;
  padding: 0 10px;
  margin-bottom: 20px;
}
form.event-select div [type="radio"] {
  width: 100%;
  cursor: pointer;
  position: absolute;
  height: 30px;
  z-index: 999;
  color: transparent;
}

form.event-select div label {font-size: 16px;}

form.event-select div input {
  opacity: 0;
}
form.event-select div input:checked+label {
  background: #000000;
  color: #FFFFFF;
}
form.event-select div.tax-selected {background-color: #000000;}
form.event-select div label {position: relative;}

@media (min-width: 1440px) {
  form.event-select div label {font-size: 20px;}
}

.search-results .content {margin-bottom: 100px;}
.search-row-heading {
  font-size: 20px;
  display: inline-block;
  width: 100%;
  margin-top: 35px;
  text-transform: uppercase;
}
.search-row-heading-block {
  display: inline-block;
}
.search-row-line {
  display: block;
  width: calc(100% + 74px);
  background-color: #9B9B9B;
  height: 2px;
  margin-left: -37px;
}

.search-results .type {
  display: inline-block;
  width: calc(100% + 74px);
  margin-left: -37px;
  border-bottom: 2px solid #9B9B9B;
}

.search-results a.search-row {
  display: inline-block;
  padding: 20px 37px;
  box-sizing: border-box;
  color: #000000;
}

.search-results a.search-row:hover {
  color: #000000;
  text-decoration: none;
}

.search-results a.search-row:hover span.title {
  text-decoration: underline;
  /*text-decoration-thickness: 3px;*/
}

.search-row-block {box-sizing: border-box;vertical-align: top;}

.search-row-block span.date {
  display: block;
  text-transform: uppercase;
  font-size: 20px;
  color: #9B9B9B;
}

.search-row-block.blank-thumb:after {
  content: '';
  display: block;
  width: 167px;
  height: 110px;
  background-color: #D8D8D8;
}

@media (min-width: 768px) {

  section.details {max-width: 65%;}

  body.page-template-exhibitions-page a.item {
    margin-right: 0;
    display: inline-block;
    margin-bottom: 30px;
  }

  body.page-template-exhibitions-page h2.title {
    margin:0;
    width: 49%;
    float: left;
  }

  body.page-template-exhibitions-page figure {
    margin:0;
    width: 49%;
    float: right;
  }

  .single-exhibition section.details {float: left;width: 80%;}
  .single-interact section.details {float: left;width: 80%;}
  .single-schedule figure {width: 60%;float: right;margin-left: 35px;}
  .single-schedule section.related.events figure {width: 100%;float: none;margin-left: 0;}
  .single-schedule figcaption.main {margin-left: 0;}
  .single-schedule section.details {margin-top: 80px;}
  .single-schedule section.related.events h2 a, .single-schedule section.related.events h3 a {text-decoration: none;}
  .single-schedule section.related.events h2 a:hover {text-decoration: underline;}
  .page-template-events-plus-page .related.events ul li, .single .related.events ul li, .single .related.articles ul li {width: 50%;margin-bottom: 70px;}
  aside {float: right;width: 20%;}
  body.single .related li {padding-right:10px;}
  .gallery li {width: 20%;}
  .related.events h2.title {min-height: 180px;}
  .home .related.events h2.title {min-height: 170px;}
  .related.events figure {max-height: 336px;overflow:hidden;}
  .related.events li:nth-child(odd) figure img {width: calc(100% - 4px);}
  .home-content {width: calc(100% - 74px);margin: 90px auto;}
  .past.events a.item.past, .page-template-events-plus-page .related.events ul li {
    width: 30%;
    float: left;
    margin-right: 2.8%;
	min-height: 415px;
  }
  .page-template-events-plus-page ul, .page-template-events-plus-page ul li {list-style-type: none;}
  .page-template-events-plus-page .new-section .related.events ul li {
    width: 49%;
    float: left;
    margin-right: 0.8%;
    min-height: 750px;
    max-height: 750px;
    margin-bottom: 10px;
  }

  .page-template-events-plus-page .new-section .related.events h2.title {
  	min-height: 0px;
  }
  .search-row-block, .search-row-heading-block { display: inline-block; float: left;}
  .search-row-block:nth-child(1), .search-row-heading-block:nth-child(1) { width: 10%; }
  .search-row-block:nth-child(2), .search-row-heading-block:nth-child(2) { width: 20%; }
  .search-row-block:nth-child(3), .search-row-heading-block:nth-child(3) { width: 30%; }
  .search-row-block:nth-child(4), .search-row-heading-block:nth-child(4) { width: 40%; }

  .search-row-block:nth-child(2), .search-row-block:nth-child(3) {
    padding-right: 20px;
  }

  .past-section {margin-left: 37px;}
}

@media (max-width: 768px) {
  .home-container .related li {width: 100%;}
  .related.events ul li, .related.articles ul li {width: 100%;}
  .related.articles ul {width: calc(100% - 48px);}
  .related.events h3.date {margin-left: 24px;}
  .search-row-block span.date {font-size: 16px;}
  .search-row-block {margin-bottom: 10px;}
  .search-row-heading, .search-row-line { display: none; }
  .search-results .type { width: calc(100% + 48px); margin-left: -24px;}
  .search-results a.search-row {width: 100%;border-bottom: 2px solid #f3f3f3;}
  .past-section p.title, .past-section p.date {margin-left: 24px !important;}
  .home-content p {padding: 0 24px;}
  .page-template-exhibitions-page .anchor {padding-top: 0;}

}

@media (min-width: 1440px) {
  body.search-results .catch {max-width: 100%;}
  body.search-results nav {
    max-width: 1440px;
    margin: auto;
    left: 50%;
    transform: translate(-50%);
  }
  .related.events h2.title {min-height: 328px;}
  .home .related.events h2.title {min-height: 170px;}
  .related.events figure {max-height: 450px;}
  .search-row-heading, .search-row-block span.date {font-size: 24px;}
  .page-template-events-plus-page .related.events ul li {min-height: 420px;}
  .past.events a.item.past, .page-template-events-plus-page .related.events ul li {
	  min-height: 435px;
  }
}

/*                      ***
  Text-level semantics
*/

.tag {
  display: inline-block;
  font-size: 16px;
  line-height: 16px;
  text-transform: uppercase;
  border: 1px solid #000000;
  vertical-align: middle;
  padding: 6px 5px 5px 5px;
  margin-right: 10px;
  margin-top: -7px;
}

.all-caps {
  /*font-family: 'TheinhardtRegular';*/
  font-size: 24px;
  line-height: 28px;
  font-weight: normal;
  color: #000000;
  text-transform: uppercase;
}

.highlight {
  font-family: 'TheinhardtMedium';
  font-size: 24px;
  line-height: 28px;
  font-weight: medium;
  color: #343434;
}

.list-sidebar-link {
  /*font-family: 'TheinhardtRegular';*/
  font-size: 20px;
  line-height: 26px;
  font-weight: normal;
  color: #000000;
}

.search-form-header-text {
  /*font-family: 'TheinhardtRegular';*/
  font-size: 20px;
  line-height: 20px;
  font-weight: normal;
  color: #A7A7A7;
}

.search-total-results {
  font-family: 'TheinhardtMedium';
  font-size: 24px;
  line-height: 28px;
  text-transform: uppercase;
  color: #A7A7A7;
  letter-spacing: 0.5px;
  margin-bottom: 0;
}

figcaption, .caption {
  font-family: 'TheinhardtMedium';
  font-size: 16px;
  line-height: 18px;
  color: #919191;
}

figcaption.main {margin: 14px 37px 37px 37px;}

.store-detail {
  /*font-family: 'TheinhardtRegular';*/
  font-size: 16px;
  line-height: 16px;
  font-weight: normal;
  color: #000000;
}

.menu-item {
	font-family: 'TheinhardtMedium';
	font-size: 16px;
	text-transform: uppercase;
	display: inline-block;
  vertical-align: middle;
  line-height: 0.7;
  color: #000000;
}

body.menu-modal-open nav a.so {display: none;}
body.menu-modal-open nav a.logo {opacity: 0.5;}

.menu-modal-open .container {z-index: 0;}

a {
  background-color: transparent;
  text-decoration: none;
}

a:hover {
  color: #9B9B9B;
  /*text-decoration: underline;
  text-decoration-thickness: 3px;*/
  transition: all .2s;
}

.container a:hover::not(.date) {
  text-decoration: underline;
  /*text-decoration-thickness: 3px;*/
  transition: all .2s;
}

a:hover span.date {
  text-decoration: none !important;
}

a:not([href]):hover {
  color: #000000;
  text-decoration: none;
}

a.link, section a {
  color: #000000;
  text-decoration: underline;
  /*text-decoration-thickness: 3px;*/
}

a.link:hover {color: #9B9B9B;transition: all .2s;}

a.logo {
	font-family: 'TheinhardtMedium';
	display: inline-block;
	color: #000000;
}

a.logo span {
	display: inline-block;
	height: auto;
  vertical-align: middle;
  float: right;
  padding-top: 10%;
}

a.menu-button {cursor: pointer;z-index:19999;}

a.menu-button span.menu-close {font-size: 50%;}

a .tag, .home-container a .tag {color: #000000;transition: all .2s;}
.home-container a:hover .tag {background-color: #000000;color: #FFFFFF;transition: all .2s;}

body.single a:hover .tag {
  color: #FFFFFF;
  background-color: #000000;
  transition: all .2s;
}

a.right {
	float: right;
	margin-right: 35px;
}

a.right:hover, nav a:hover .menu-item {
  color: #9B9B9B;
}

nav a:hover .menu-item.it, nav a:hover .menu-item.it::before, nav a:hover .menu-item.it::after {background-color: #9B9B9B;}

nav a:hover .menu-item.it.closed {background-color: white;}

.partner-logos {margin-bottom: 35px;}

.partner-logos a {
  display: inline-block;
  height: 60px;
  width: 130px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  margin: 10px;
}

div.social-icons {padding-top: 10px;}

.social-icons a.instagram, .social-icons a.facebook, .social-icons a.twitter {
	font-size: 0px;
	display: inline-block;
	width: 24px;
	height: 24px;
	position: relative;
	text-align: center;
}

.social-icons a img {
	height: 24px;
	filter: grayscale(1);
  opacity: 0.3;
}

.social-icons a:hover img {opacity:0.6;transition: all .2s;}

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/*b, strong {
  font-family: 'TheinhardtMedium';
  font-weight: normal;
}*/

/*em {font-family: 'TheinhardtBoldItalic';}*/

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

small {font-size: 80%;}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {bottom: -0.25em;}

sup {top: -0.5em;}

@media (max-width: 768px) {

  .tag {
    font-size: 16px;
    line-height: 16px;
  }

  .all-caps {
    font-size: 20px;
    line-height: 24px;
  }

  .highlight {
    font-size: 20px;
    line-height: 24px;
  }

  .list-sidebar-link {
    font-size: 20px;
    line-height: 26px;
  }

  .search-form-header-text {
    font-size: 16px;
    line-height: 16px;
  }

  .search-total-results {
    font-size: 20px;
    line-height: 24px;
  }

  figcaption, .caption {
    font-size: 16px;
    line-height: 18px;
  }

  figcaption.main {margin-left: 24px;margin-right: 24px;}

  .store-detail {
    font-size: 16px;
    line-height: 16px;
  }

}

@media (min-width: 1440px) {

  .tag {
    font-size: 20px;
    line-height: 20px;
    margin-right: 10px;
    margin-top: -12px;
    padding: 10px;
  }

  .all-caps {
    font-size: 28px;
    line-height: 32px;
  }

  .highlight {
    font-size: 28px;
    line-height: 32px;
  }

  .list-sidebar-link {
    font-size: 22px;
    line-height: 28px;
  }

  .search-form-header-text {
    font-size: 22px;
    line-height: 22px;
  }

  .search-total-results {
    font-size: 24px;
    line-height: 28px;
    max-width: 1440px;
    margin: auto;
  }

  figcaption, .caption {
    font-size: 20px;
    line-height: 22px;
  }

  .store-detail {
    font-size: 20px;
    line-height: 20px;
  }
  .menu-item {font-size: 20px;}

}

/*                  ***
  Embedded content
*/

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

img.logo {
	margin-left: 30px;
    margin-top: 6px;
    margin-right: 10px;
    width: 28px;
    height: 28px;
}

img.main {width: 100%;}

figure {margin:0;}

/*.event-details, .page-accordion {max-width: 70%;}*/

footer, .menu-footer {
  padding-top: 20px;
  border-top: 2px solid #9B9B9B;
  clear: both;
  padding-bottom: 30px;
}
footer, .menu-footer, .menu-footer a {
  font-family: 'TheinhardtMedium';
  font-size: 16px;
  line-height: 19px;
}

footer, footer a, footer a span.menu-item,
.menu-footer, .menu-footer a {color: #A7A7A7;text-decoration: none;}

footer a.logo {margin-top: -15px;}

footer img.logo {
	-webkit-filter: grayscale(1);
  	filter: grayscale(1);
  	opacity: 0.6;
}

footer section {
	display: inline-block;
	width: 33%;
	vertical-align: top;
}

footer section span {display: block;line-height: 1.3;}

/*@media (min-width: 768px) {
  .single-exhibition .event-details { max-width: 90%;}
  .single-schedule .event-details { max-width: 70%;}
}*/

@media (max-width: 768px) {
  .event-details { max-width: 100%; }
  .inside-footer {
    width: calc(100% - 48px);
    margin: auto;
  }
  footer section {
    width: 49%;
  }
  footer section:first-child, footer section span:not(.mobile) {display: none;}
  footer section span.spacer {height: 20px;}
  footer section span.mobile-spacer {margin-bottom: 20px;}
}

@media (min-width: 1440px) {
  img.logo {width: 38px;height: 38px;}
  a.logo span {padding-top: 13%;}
  footer a.logo span {padding-top: 10%;}
  footer, .menu-footer, .menu-footer a {
    font-size: 20px;
    line-height: 23px;
  }
}

/*          ***
  Forms
*/

button,
input,
optgroup,
select,
textarea {
  box-sizing: border-box;
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

button, input { /* 1 */ overflow: visible;}

button, select { /* 1 */ text-transform: none;}

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
  background: transparent;
  border: none;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

.wp-block-button__link, a.button {
  background-color: #FFFFFF;
  color: #000000 !important;
  font-size: inherit;
  border: 2px solid #000000;
}

.wp-block-button__link:hover, a.button:hover {
  background-color: #000000;
  color: #FFFFFF !important;
  border: 2px solid #000000;
}

fieldset {padding: 0.35em 0.75em 0.625em;}

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

progress {vertical-align: baseline;}

textarea {overflow: auto;}

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

table, tr, td, tbody, thead {
  vertical-align: top;
  text-align: left;
}

/*              ***
  Interactive
*/

#menu, .main-menu {display:none;}

.inside-search-menu {
  width: 90%;
  display: block;
  border: 2px solid;
  font-size: 26px;
  max-width: 600px;
}
.inside-search-menu .spacer {height: 0px;}
.inside-search-menu form {
  display: block;
    width: 100%;
    box-sizing: border-box;
    padding: 0;
}
.inside-search-menu input[type="text"] {
  border: 0;
    display: inline-block;
    float: left;
    width: 60%;
    line-height: 1;
    box-sizing: border-box;
    padding-left: 10px;
    padding: 10px 0 0 10px;
}

input:-internal-autofill-selected {background-color: transparent;}

.inside-search-menu input[type="submit"] {
  text-transform: uppercase;
    display: inline-block;
    float: right;
    /*line-height: 1;*/
    padding: 10px 5px;
    box-sizing: border-box;
    width: 110px;
}

.inside-search-menu input[type="submit"]:hover {
  background-color: #000000;
  color: #FFFFFF;
}

.inside-search-menu input[type="submit"]:active {
  background-color: #EF3340;
  color: #FFFFFF;
}

.post-list, .post-search {
  width: calc(100% - 74px);
  margin: 30px auto 30px auto;
  /*text-transform: capitalize;*/
  cursor: pointer;
  box-sizing: border-box;
  position: relative;
}

.post-list span.type {
  text-transform: capitalize;
}

.post-list span.type span.title, .page-template-books-page .post-list span.type {
  text-transform: none;
}

.post-search {
  cursor: default;
}

.post-search.inside-search-menu {
  max-width: 100%;
}

.post-search.inside-search-menu form {
  width: 100%;
}

.post-search.inside-search-menu form:before {
  content: 'Search results for';
  position: relative;
  margin-right: 0;
  text-transform: none;
  display: inline-block;
}

.post-search.inside-search-menu input[type="text"] {
  font-family: 'TheinhardtMedium';
  float: none;
  width: auto;
}

.post-search.inside-search-menu input[type="submit"] {
  width: auto;
}

.post-search h1 span {
  display: inline-block;
  width: 30%;
  text-transform: none;
}

.post-search form {
  display: inline-block;
  width: 69%;
}

.post-list a {color: #000000;}

.post-list-links {
  display: none;
  box-sizing: border-box;
  position: absolute;
  background-color: #FFFFFF;
  width: 100%;
  z-index: 100;
}
.post-list h1 {
  padding: 20px 17px;
  border: 2px solid #F2F2F2;
}
.post-search h1 {
  padding: 10px 17px;
  border: 2px solid #F2F2F2;
}
.post-list h1:hover {border: 2px solid #7F7F7F;transition: all .2s;}
.post-list h1, .post-list-links a {
  width: 100%;
  display: inline-block;
  box-sizing: border-box;
}

.post-list h1::after {
  font-family: 'TheinhardtRegularOld';
  content: '\2193';
  position: absolute;
  color: #F2F2F2;
  right: 20px;
  font-size: 3.4rem;
  margin-top: 2px;
}

.post-list h1:hover::after {color: #7F7F7F;transition: all .2s;}

.post-list.active h1::after {
  content: '\2191';
  color: #000000;
}

.post-list.active h1, .post-list-links a {border: 2px solid #000000;}

.post-list-links a {
  border-top: 0;
  padding: 20px 48px;
}
.post-list-links a.year {padding-left: 65px;}
.post-list-links a:hover {
  text-decoration: none;
  background-color: #000000;
  color: #FFFFFF;
}

details {display: block;}

summary {display: list-item;}

@media (min-width: 768px) {
  .post-search.inside-search-menu input[type="text"] {
    width: 30%;
    overflow: hidden;
  }
}

@media (min-width: 1440px) {
  body.search-results .container {width: 100%;box-sizing: border-box;overflow:hidden;}
  body.search-results .post-search.inside-search-menu {max-width: 1440px;}
  body.search-results .search-row-heading {max-width: 1440px; transform: translate(-50%); margin-left: 50%;}
  body.search-results h2.search-type-results {margin: 60px auto 0;}
  body.search-results a.search-row {width: 100%;max-width: 1440px; transform: translate(-50%); margin-left: 50%;padding: 20px 0;}
  .related.events h2.title {min-height: 328px;}
  .home .related.events h2.title {
/* 	  min-height: 250px; */
	  min-height: 170px
	}
  .related.events figure {max-height: 450px;}
  .search-row-heading, .search-row-block span.date {font-size: 24px;}
  .page-template-events-plus-page .related.events ul li {min-height: 420px;}
}

/*@media (min-width: 768px) and (max-width: 1000px) {
  .post-search.inside-search-menu input[type="text"] {width: 32%;}
}*/

@media (max-width: 768px) {
  .post-list, .post-search {width: calc(100% - 48px);}
  .post-list h1::after {font-size: 2.4rem;}

  .post-search.inside-search-menu form:before {
    content: none;
  }

  .post-search.inside-search-menu input[type="text"] {
    width: 50%;
  }

  .post-search.inside-search-menu input[type="submit"] {
    width: auto;
  }

  .post-search h1 span {
    display: inline-block;
    width: 30%;
    text-transform: none;
  }

  .post-search form {
    display: inline-block;
    width: 69%;
  }

}

/* Misc */


/* iframe dimensions */

iframe {
	width: 100%;
	height: calc(100vh - 300px);
}

.past-anchor {display: inline-block;width: 100%;height:1px;color: transparent;background-color: transparent;}

.menu-item.it {
  font-size: 0px;
  line-height: 0;
  width: 30px;
  height: 3px;
  background-color: black;
}

.menu-item.it::before {
  content: '';
  height: 3px;
  background-color: black;
  position: absolute;
  top: 16px;
  width: 30px;
}

.menu-item.it::after {
  content: '';
  height: 3px;
  background-color: black;
  position: absolute;
  bottom: 14px;
  width: 30px;
}

.menu-item.it.closed {
  background-color: #FFFFFF;
}

.menu-item.it.closed::before, .menu-item.it.closed::after {
  height: 3px;
  background: #000;
  top: 30px;
}

.menu-item.it.closed::before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.menu-item.it.closed::after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

@media(min-width: 1440px) {
  .menu-item.it::before {top: 26px;}
  .menu-item.it::after {bottom: 23px;}
}

@media(max-width: 768px) {
  a.menu-button span.menu-close {
    font-size: 24px;
    margin-top: 12px;
  }
  a.right {margin-right: 20px;}
  .menu-item.it {margin-top: 7px;}
  .menu-item.it::before {top: 12px;}
  .menu-item.it::after {bottom: 13px;}
  .menu-item.it.closed::before, .menu-item.it.closed::after {top:20px;}
}

body.home .item {display: inline-block;width: 100%;}
body.home a.item {display:inline;}
body.home .item.exhibit:first-child, body.home.item.exhibit .thumb:first-child, body.home .item.exhibit:first-child h2, body.home .item.exhibit:first-child figure img, body.home .item.exhibit:first-child .thumb { opacity:1 !important; }
body.home .item:not(.inview) h2,
body.home .item:not(.inview) figure img,
body.home .item.exhibit:not(.inview) .thumb,
body.home li .item:not(.inview) .thumb {
  opacity: 0.1;
  transition: all .2s;}
body.home:nth-child(2) .item.inview h2, body.home li:first-child .item.inview h2,
body.home:nth-child(2) .item.inview figure img, body.home li:first-child .item.inview figure img, body.home .item.exhibit.inview .thumb:nth-child(2),
body.home li:nth-child(odd) .item.inview .thumb {
  opacity: 1;
  transition: all 2s;
}
body.home li:nth-child(even) .item.inview h2, body.home li:nth-child(even) .item.inview figure img,
body.home li:nth-child(even) .item.inview .thumb {
  opacity: 1;
  transition: all 5s;}

body.home .item:hover h2, body.home .item:hover figure img {opacity: 1;}

body.home .item.exhibit .thumb, .single-exhibition figure .thumb {
  height: 765px;
  min-height: calc(100vh - 40px);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

body.home .related .thumb {
  width: 99%;
  height: 335px;
  margin-right: 0;
}

@media(min-width: 1440px) {
  body.home .related .thumb {
    height: 475px;
    margin-right: 0;
  }
}

@media(max-width: 768px) {
  body.home .item {display: inline-block;}

  body.home .item.exhibit .thumb, body.home .related .thumb, .single-exhibition figure .thumb {
    height: 285px;
    min-height: calc(90vh - 40px);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
  }

  body.home li:nth-child(even) .item.inview h2, body.home li:nth-child(even) .item.inview figure img, body.home li:nth-child(even) .item.inview .thumb {
    opacity: 1;
    transition: all 2s;
  }
}


h2 .item:hover span.date, .item:hover span.date {text-decoration: none !important;}
/*body.home main:not(li) a.item:first-child h2, body.home main:not(li) a.item:first-child figure img {opacity: 1;}*/

.screen-reader-label, .screen-reader-text, .screen-reader-text span, .screen-reader-shortcut {
    position: absolute !important;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    width: 1px;
    border: 0;
    overflow: hidden;
}

.off_screen {
    position: absolute;
    left: -10000px;
    top: auto;
    width: 1px;
    height: 1px;
    overflow: hidden;
    padding: .5em;
    margin: .5em;
}

.spacer {
  display: block;
  width: 100%;
  height: 1px;
  clear: both;
}

.divider {
  display: block;
  width: 100%;
  height: 2px;
  background-color: #9B9B9B;
  clear: both;
}

template {display: none;}

[hidden] {display: none;}

.clearfix {overflow: auto;}

@media (min-width: 768px) {
  footer .spacer {height: 16px;}
}

@media (min-width: 1440px) {
  footer .spacer {height: 20px;}
}
