/*          ***
  Document
*/

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

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

body {
  /* height: 100%; */
  margin:0;
}

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

/*          ***
  Sections
*/

body,
.notice-content {
  position: relative;
  margin: 0;
  font-family: "Theinhardt", Helvetica, Arial, sans-serif;
  font-size: 20px;
  line-height: 24px;
  font-weight: normal;
  /*text-rendering: optimizeLegibility;*/
  color: #000000;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}


.body-wrapper {
  display: flex;
  flex-direction: column;
  position: relative;
  height: 100%;
  width: 100%;
  margin: 0 auto;
  max-width: 1440px;
}

#wrap {
  display: flex;
  flex-direction: column;
  width: 100%;
  box-sizing: border-box;
  position: relative;
  max-width: 1440px;
  margin: 0 auto;
}

.catch {
  /*max-width: 1440px;*/
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  margin: auto;
}

/*#notice {display:none;}*/

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

#notice-close {
  display: block;
  height: 50px;
  position: absolute;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  line-height: 0;
  vertical-align: middle;
  z-index: 50;
}

#notice-close span {
  display: block;
  font-size: 0px;
  line-height: 0;
  width: 30px;
}

#notice-close span::before,
#notice-close span::after {
  content: "";
  position: absolute;
  height: 3px;
  background: #ffffff;
  top: 25px;
  width: 30px;
}

#notice-close span::before {
  transform: rotate(45deg);
}
#notice-close span::after {
  transform: rotate(-45deg);
}

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

.notice-content p {
  margin: 0;
}

.notice-content a {
  color: white;
  text-decoration: underline;
}

nav {
  position: fixed;
  width: 100%;
  z-index: 10000;
  max-width: 1440px;
  background-color: #ffffff;
  border-bottom: 1px solid #9b9b9b;
  overflow: hidden !important;
  -ms-overflow-style: none !important;
}

.inside-nav {
  height: 50px;
  position: relative;
  overflow: hidden;
}

/*.hero {
  height: 80vh;
    width: 100%;
    position: relative;
    background-color: pink;
    z-index: 999;
}*/

.side-nav {
  position: relative;
  /*left: 0;*/
  /* width: 100%; */
  box-sizing: border-box;
  padding-left: 20px;
/*   padding-top: 30px; */
  /* border-right: 0.75px solid #9b9b9b; */
  /* height: calc(100vh - 40px); */
  height: 100%;
}

.main-container .side-nav {z-index: 9999;}

.scroll-down .side-nav, .scroll-up .side-nav {

}

body.notice-open .secondary-nav, body.notice-open #secondary {
  /* height: calc(100vh - 90px); */
  position: fixed;
  top: 130px;
}

body.notice-open .people-people .secondary-nav, body.notice-open .people-people #secondary {
  position: fixed;
  top: 95px;
}

.secondary-nav, #secondary {
  /* height: calc(100vh - 90px); */
  position: fixed;
  top: 120px;
}

.container.affix {
  /* position: fixed; */
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  /* top: 40px; */
  /* overflow-y: hidden; */
}

body.notice-open .container.affix {}

.secondary-menu {
  display: none;
}

/*body.notice-open .side-nav {height: calc(100vh - 107px);}*/

/*body .side-nav {top:46px;}
body.notice-open .side-nav {top:108px;}
body.admin-bar .side-nav {top:77px;}
body.admin-bar.notice-open .side-nav {top:140px;}*/

/*.main-container {padding-top:30px;}*/

body.single-event .main-container,
body.single-event #content,
body.single-season .main-container,
body.single-season #content {
  padding-top: 0;
  width: 100%;
}

body.single-event .main-container, body.single-season .main-container {
  margin: 0;
}

.single-event .main-container {flex-direction: column;}

@media (min-width: 1440px) {
  .main-container {
/*     padding-top: 35px; */
  }

  .main-container.hero-enabled {
    padding-top: 0;
  }

  .main-container.hero-enabled #content {
    padding-top: 35px;
  }

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

.main-container {
  display: flex;
  width: 100%;
  position: relative;
  justify-content: space-between;
  min-height: 85vh;
  padding-bottom: 100px;
}

.secondary-nav {
  z-index: 999999;
}

/* .secondary-nav {margin-top: 50px;} */

.back-link {
/*   margin-top: 30px; */
  display: flex;
  justify-content: space-between;
}

.side-nav #secondary, .secondary-nav {
  width: 27.5%;
}

.side-nav #secondary::after {
  /* content: '\2193'; */
  font-family: 'TheinhardtRegularOld';
  position: absolute;
  top: 2px;
  right: 10px;
  opacity: 0.5;
}

.side-nav #secondary:hover::after {
  opacity: 0.9;
}

.side-nav.secondary-sibling-open #secondary::after {
  /* content: '\2191'; */
  opacity: 0.9;
}

.tax-uic_people .side-nav #secondary::after,
.page-template-people-page .side-nav #secondary::after {
  content: '';
}

@media(min-width: 768px){
  #content {
    width: 65%;
  }

  .page-template-resources-page #content, body.search-results:not(.archive) #content {
    width: 100%;
  }

  .side-nav {
    width: 30%;
  }

  body:not(.notice-open) .side-nav #secondary, body:not(.notice-open) .secondary-nav {
    position: fixed;
    top: 75px;
  }

  body.admin-bar:not(.notice-open):not(.has-hero) .side-nav #secondary {
    top: 107px;
  }

  /* body:not(.notice-open) .people-people .side-nav #secondary, body:not(.notice-open) .people-people .secondary-nav {
    position: fixed;
    top: 45px;
  } */

  body.has-hero .side-nav #secondary {
    position: relative;
    width: unset;
    padding-right: 20px;
    top: 30px;
  }

}

.menu-item-container {
  max-width: 1440px;
}

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

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

.inside-menu {
  display: flex;
  width: 100%;
  padding-top: 50px;
}

#secondary .inside-menu {
  padding-top: 0;
}

body.notice-open .inside-menu {
  padding-top: 105px;
}

body.admin-bar .inside-menu {
  padding-top: 100px;
}

body.admin-bar.notice-open .inside-menu {
  padding-top: 145px;
}

body.admin-bar #secondary .inside-menu {
  padding-top: 0;
}
body.admin-bar.notice-open #secondary .inside-menu {
  padding-top: 0;
}

@media (min-width: 1440px) {
  .inside-menu {
    padding-top: 50px;
  }
  body.notice-open .inside-menu {
    /* padding-top: 115px; */
    padding-top: 90px;
  }
}

@media(min-width:1500px){
  .side-nav #secondary, .secondary-nav {
    width: 410px;
  }
}

.menu-items {
  background-color: #ffffff;
  transition: 0.125s ease-in;
  width: 100%;
  padding-top: 20px;
}

.side-nav .menu-items {
  padding-top: 0;
}

#menu .menu-items {
  display: flex;
  justify-content: space-between;
}

.menu-row {
  margin-top: 88px;
  height: 100%;
  overflow-y: scroll;
  max-height: calc(100vh - 300px);
}
body.admin-bar .menu-row {
  margin-top: 119px;
}

.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;
}
.search-menu {
  margin-bottom: 35px;
  margin-top: 20px;
}

.menu-options {
  height: calc(100vh - 110px);
  overflow: scroll;
  padding-left: 20px;
  -ms-overflow-style: none; /* IE and Edge */
  scrollbar-width: none;
}
.menu-options::-webkit-scrollbar {
  display: none;
}

@media (max-width: 768px) {
  #menu .menu-items {
    flex-direction: column;
  }
  .menu-options {
    height: calc(100vh - 160px);
  }
}

body.notice-open .menu-options {
  height: calc(100vh - 215px);
  padding-left: 20px;
}

#secondary .menu-options {
  /* height: calc(100vh - 225px); */
  height: 100%;
/*   padding-left: 0; */
  padding: 2px 5px;
  border: 2px solid rgba(0,0,0, 0.5);
  position: relative;
}

body:not(.scroll-down.side-active) #secondary .menu-options {
  border: 2px solid rgba(0,0,0, 0.0);
}

.secondary-sibling-closed #secondary .menu-options::after {
  position: absolute;
  font-family: "TheinhardtRegularOld";
  content: "\2193";
  top: 4px;
  right: 2.7rem;
  width: 0;
}

#secondary .menu-section-title span {
  display: inline-block;
  /* margin-top: 5px; */
  margin-left: 5px;
}

body.notice-open #secondary .menu-options {
  /* height: calc(100vh - 275px); */
  height: 100%;
}

body:not(.has-hero) {}

.secondary-sibling-open #secondary .menu-options {
  border: 2px solid #FFFFFF;
}

@media(min-width:768px){
  .menu-options {
    width: 45%;
  }
  .menu-featured {
    width: 50%;
  }
  .side-nav .menu-options {
    width: 100%;
  }
}

@media (min-width: 768px) and (max-width: 1440px) {
  body.notice-open .menu-options {
    /* height: calc(100vh - 155px);
    padding-left: 20px; */
  }
}

@media (min-width: 1440px) {
  .menu-options {
    /* height: calc(100vh - 110px); */
  }

  body.notice-open .menu-options {
    /* height: calc(100vh - 165px); */
  }
}

@media (max-width: 768px) {
  .side-nav {
    display: none;
  }
  .menu-featured {display: none;}
}

.menu-extra {
  margin-top: 15px;
  padding-bottom: 20px;
}

@media(min-width:768px){
  .menu-extra {
    position: absolute;
    bottom: 50px;
    z-index: 0;
  }
}

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

.sidebar-footer.menu-footer {
  position: absolute;
  width: calc(100% - 40px);
  bottom: 0;
}

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

.sidebar-footer .inside-menu-footer {
  width: 100%;
}

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

@media(max-width: 768px){
  .menu-footer section {width: 100%;}
}

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

/*@media(min-width: 1440px) {
  .menu-footer {width: 775px;}
}*/

.cell .circles {
  padding-left: 20px;
}

#menu .cell .circles {
  padding-left: 0;
}

.circles a {
  font-family: 'TheinhardtMedium';
  color: #000000;
  text-transform: uppercase;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  border: 3px solid #ef3340;
  border-radius: 50%;
  margin-right: 10px;
  text-decoration: none;
  font-size: 24px !important;
  /* font-size: 2.4em !important;
  font-size: calc(1rem + 0.572vw) !important; */
  /* line-height: 94px !important; */
  width: 90px;
  height: 90px;
}

.circles a:hover {
  background-color: #ef3340;
  color: #ffffff;
}

.main-menu .resource {
  display: inline-block;
  width: 100%;
  box-sizing: border-box;
  border: 2px solid;
  padding: 0.75em 1em 0.5em;
  margin-top: 10px;
}

.resource a {
  display: block;
  color: #343434;
  font-size: 30px;
  font-size: 3rem;
  font-size: calc(1rem + 1.389vw);
  line-height: 1.2em;
  text-transform: uppercase;
  width: 100%;
  height: 100%;
}

.resource a::after {
  content: "\2192";
  float: right;
  font-size: 30px;
  font-size: 3rem;
  font-size: calc(1rem + 1.389vw);
  line-height: 0.875em;
}

.resource a:hover {
  color: #ffffff;
  background: #000000;
}

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: 0.35s ease-in;
  -moz-transition: 0.35s ease-in;
  -o-transition: 0.35s ease-in;
  -ms-transition: 0.35s ease-in;
  transition: 0.35s ease-in;
  transition-delay: 0.125s;
  z-index: 99;
}

.container,
.gallery {
  position: relative;
  /* width: calc(100% - 80px); */
  width: 100%;
  margin: auto;
  height: 100%;
  /* overflow-x: hidden; */
}

.container.events,
.container.news {
  overflow-x: visible;
}

/* Front Page */

.slick-list {
  width: 100%;
  margin: 0 auto 35px auto;
  overflow: hidden;
}

.home-container {
  width: 100%;
  box-sizing: border-box;
/*   overflow: hidden; */
}

.home-events-slider,
.home-news-slider {
  display: none;
}

.home-events-slider.slick-initialized,
.home-news-slider.slick-initialized {
  display: block;
  margin-top: 40px;
}

.home-events,
.home-news {
  display: inline-block;
  width: 100%;
  box-sizing: border-box;
  position: relative;
  background-color: white;
}

.inside-home-events,
.inside-home-news {
  width: calc(100% - 20px);
  margin: auto;
  position: relative;
  /*border-top: 2px solid #9B9B9B;*/
  margin-top: 10px;
  /*padding-top: 16px;*/
}

.home-event-item,
.home-news-item {
  display: inline-block;
  vertical-align: top;
}

.home-event-item a,
.home-news-item a {
  display: block;
  box-sizing: border-box;
  /*width: 100%;*/
  margin: 0 10px;
}

.home-event-item .home-thumb,
.home-news-item .home-thumb {
  width: 100%;
  padding-bottom: 62.5%;
  background-size: cover;
}

.home-event-item .home-thumb.placeholder,
.home-news-item .home-thumb.placeholder {
  background-size: 100% 100%;
}

/*.home-event-item:nth-child(odd) a, .home-news-item:nth-child(odd) a {float:left;}
.home-event-item:nth-child(even) a, .home-news-item:nth-child(even) a {float:right;}*/

.degree-buttons {
  width: 97%;
  box-sizing: border-box;
  position: relative;
  text-align: center;
  margin: 10px auto;
}

.degree-buttons a.button {
  display: inline-block;
  box-sizing: border-box;
  padding: 10px;
  margin: 20px 0;
}

.degree-buttons a.button:nth-child(1) {
  width: calc(50% - 10px);
  float: left;
}

.degree-buttons a.button:nth-child(2) {
  width: calc(50% - 10px);
  float: right;
}

.home-line {
  display: inline-block;
  width: 100%;
}
.inside-home-line {
  width: 97%;
  height: 2px;
  background-color: #9b9b9b;
  display: block;
  margin: -11px auto;
}

.next.slick-arrow,
.event-next.slick-arrow,
.news-next.slick-arrow {
  cursor: pointer;
  position: absolute;
  right: 10px;
  top: -6px;
  border: 2px solid;
  padding: 5px 10px 5px 10px;
  text-transform: uppercase;
}

.next.slick-arrow:hover,
.event-next.slick-arrow:hover,
.news-next.slick-arrow:hover {
  background-color: #000000;
  color: #ffffff;
}

.home-events .slideCount,
.home-news .slideCount {
  right: 140px !important;
  position: absolute;
  top: -1px;
  border: 2px solid #ffffff;
  /*padding-top: 5px;*/
}

/*
  Single
*/

body.single main#content,
body.page #content,
body.archive #content,
body.search #content {
  /* overflow-x: hidden; */
}

@media (min-width: 768px) {
  body.single .container,
  body.page .container,
  body.archive .container {
    /* width: 50%;
    float: left; */
    width: 100%;
    max-width: 100%;
    float: none;
    /* min-height: calc(100vh - 155px); */
    /* overflow-y: hidden; */
/*     height: 100%; */
  }
  body.single main#content,
  body.page #content,
  body.archive #content,
  body.search #content {
    /* width: 50%;
    float: right;
    width: 100%; */
    float: none;
  }
  body.single main#content,
  body.page #content {
    flex: 2;
    padding-right: 0;
  }
  .main-container .side-nav {
    flex: 1;
  }
  body.home.page #content {
    width: 100%;
    max-width: 100%;
    float: none;
  }

  #content iframe {
    width: 100%;
  }
}

#content .main-search.page {
  width: 100%;
}

body.has-hero #content {
  padding-top: 40px;
}

body:not(.home).notice-open #content, body:not(.page-template-calendar-page).notice-open #content {
  padding-top: 30px;
}

body.home.notice-open #content, body.page-template-calendar-page.notice-open #content {
  padding-top: 0;
}

@media(min-width: 1440px){
  body.page #content.search .search-menu {
    margin-top: 35px;
  }
}

body.page-template .search-menu {
  margin-top: 0 !important;
}

#content {
  box-sizing: border-box;
  /* padding: 0 40px; */
  padding: 0 40px 0 20px;
  /* overflow: hidden; */
}
#content iframe {
  max-width: 100%;
}
#content.search.resources.page {
  min-height: 850px;
  width: 100%;
}
body.home #content {
  /* margin-top: 50px; */
  padding: 0;
}

a .title {
  color: #000000;
}

@media (min-width: 1440px) {
  #content {
    box-sizing: border-box;
    /* padding: 0 40px; */
    padding: 0 40px 0 20px;
    flex:2;
  }
  #content.events {
    padding-right: 0;
  }
}

@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%;
  }

  .people-people #content.search.resources.page,
  .course-course #content.search.resources.page,
  .events-events #content.search.resources.page,
  .ensemble-ensemble #content.search.resources.page,
  .people-people #content.search.resources.page,
  .past-events-events #content.search.resources.page {
    width: 65%;
  }

}

@media (max-width: 768px) {
  #content {padding: 0 20px 0 15px;}

  .degree-buttons a.button {
    padding: 10px 20px;
  }
}

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

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

h1.hero-title {
  font-size: 40px;
  line-height: 42px;
  font-weight: normal;
}

h1.heading-visible {
  margin-bottom: 24px;
}

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

.container.search .search-menu,
body.page #content.search .search-menu {
  display: inline-block;
  width: 99%;
}

h2.home-header {
  font-family: "TheinhardtMedium";
  text-transform: uppercase;
  padding-left: 10px;
  font-size: 26px;
  line-height: 26px;
}

h2.home-header a {
  width: fit-content;
  width: -moz-fit-content;
  text-decoration: none;
}

h2.home-header a:hover {
  text-decoration: underline;
}

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-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 h1.heading-visible {
  font-size: 40px;
  line-height: 40px;
  /* text-transform: uppercase; */
}
section.details h2,
section.details h3 {
  margin: 48px 0 24px 0;
  margin-top: 48px;
  margin-bottom: calc(20px + 0.062em);
}

section.details ul {
  margin-left: 24px;
  margin-top: 20px;
  padding-left: 24px;
}

section.details ol {
  margin-top: 20px;
  padding-left: 24px;
}

section.details ul ul {
  margin-top: 24px;
}

section.details blockquote {
  margin: 24px;
}

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

/* .past-event-content h2, .past-event-content p.date {
  font-size: 24px;
  line-height: 28px;
} */

.past-event-content.below p.date {
  margin-bottom: 0;
  line-height: 0.5;
}

.past-events-events .event-list .event-section:first-child {
  padding-top: 0;
}

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

.home-desc .slide-title h3 {
  font-size: 26px;
  line-height: 24px;
}

.home-desc a:nth-child(2) {
  padding-bottom: 5px;
}

p.found-search {
  font-size: 20px;
}

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;
}

.home-desc .news-school p {
  font-size: 18px;
  line-height: 26px;
}

.slider__item a {
  text-decoration: none;
}

.slider__item a h3 {
  display: inline-block;
}

.home-desc .news-school p,
.home-desc .slide-title h3 {
  font-family: "Theinhardt";
  font-weight: normal;
  text-transform: uppercase;
}

.home-desc .news-school p {
  color: #919191;
  margin: 10px 0 0 0;
}

.home-desc .slide-title h3 {
  margin: 0;
}

@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); */
    width: 100%;
  }
  h1,
  h2,
  nav,
  .post-list-links a,
  .menu-items,
  .menu-items a,
  .home-content,
  .news-date {
    font-size: 26px;
    line-height: 28px;
  }

  h2.home-header {
    font-size: 20px;
    line-height: 20px;
  }

  h1.hero-title {
    font-size: 26px;
    line-height: 28px;
    font-weight: normal;
  }
  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,
  #signup_form .input-group li,
  p.found-search {
    font-size: 16px;
    line-height: 16px;
  }
  .home-desc .slide-title h3 {
    font-size: 16px;
    line-height: 18px;
  }
  h4,
  h4.subhead,
  .home-desc .news-school p {
    font-size: 20px;
    line-height: 24px;
  }
  .related h4 {
    margin: 40px 0 40px 24px;
  }
  .home-desc .news-school p {
    font-size: 16px;
    line-height: 18px;
    margin-bottom: 5px;
  }
  .circles a {font-size:24px !important;}
}

@media (min-width: 1440px) {
  body {
    font-size: 20px;
    line-height: 24px;
  }
  h1,
  h2,
  nav,
  .post-list-links a,
  .menu-items,
  .menu-items a,
  .home-content,
  .news-date {
    /* font-size: 60px;
    line-height: 62px; */
    font-size: 5.2rem;
    line-height: .95em;
  }
  h2.home-header {
    font-size: 26px;
    line-height: 34px;
  }
  h1.hero-title {
    font-size: 60px;
    line-height: 64px;
    font-weight: normal;
  }
  h2.events {
    font-size: 46px;
    line-height: 48px;
  }
  h3,
  h3.date,
  #signup_form .input-group li,
  p.found-search {
    font-size: 24px;
    line-height: 24px;
  }
  .home-desc .slide-title h3 {
    font-size: 36px;
    /* line-height: 38px; */
  }
  h4,
  h4.subhead,
  .home-desc .news-school p {
    font-size: 28px;
    line-height: 32px;
  }

  .menu-row {
    max-height: 655px;
  }

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

  .home-desc .news-school p {
    font-size: 18px;
    line-height: 26px;
  }

}

@media screen and (max-height: 800px){
  .menu-items,
  .menu-items a {
    font-size: 26px;
    line-height: 28px;
  }
}

.side-nav .menu-items, .side-nav .menu-items a {
  font-size: 20px;
  line-height: 25px;
}

/*                  ***
  Grouping content
*/

p {
  margin: 0 0 24px 0;
}

.content p,
section p,
.content li,
section li,
.wp-block-table {
  font-size: 20px;
  line-height: 24px;
}

.content .people-list .intro-right p,
.single-people .intro-right h1,
.single-people .intro-right h2 {
  font-size: 28px;
  line-height: 28px;
  margin-bottom: 0;
  padding-top: 10px;
  box-sizing: border-box;
}

.single-people .intro h1 span {
  font-style: italic;
}
.single-people .intro h2 {
  text-transform: none;
  margin-top: 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;
}

.past-event-image {
  /* width: auto;
  height: auto;
  background-size: cover;
  padding-bottom: 100%; */
  width: 100%;
  background-size: cover;
  padding-bottom: 62.5%;
  background-repeat: no-repeat;
  background-position: center;
}

.past-event-content.above p.dept {
  font-size: 24px;
  line-height: 24px;
}

.event-list.past a h2 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  text-transform: unset;
  padding-bottom: 0.062em;
  margin-top: 15px;
}

/* @media (max-width: 768px) {
  .content .people-list .intro-right p {
    font-size: 20px;
    line-height: 22px;
  }
}

@media (min-width: 1440px) {
  .content .people-list .intro-right p,
  .single-people .intro-right h1,
  .single-people .intro-right h2 {
    font-size: 36px;
    line-height: 36px;
  }
} */

/* Blocks */

.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 0.2s;
}

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

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

.flex-columns-container {
  display: inline-block;
  width: 100%;
  margin: 40px 0;
}

.flex-column {
  /*font-size: calc(1rem + 1.250vw);
  line-height: 1.2em;*/
}

@media (min-width: 768px) {
  .flex-column {
    width: calc(50% - 12.5px);
    float: left;
    box-sizing: border-box;
  }
}

.flex-button,
.flex-button-arrow {
  font-family: "TheinhardtMedium";
  display: inline-block;
  width: 100%;
  box-sizing: border-box;
  position: relative;
  padding: 10px;
  border: 2px solid #000000;
  margin: 20px 0 40px 0;
}

.flex-button-arrow {
  margin: 10px 0;
}

.flex-button a,
.flex-button-arrow a {
  font-family: "TheinhardtMedium";
  display: inline-block;
  width: 100%;
  text-decoration: none;
  background-color: #ffffff;
  color: #000000;
  background-image: none;
  transition: none !important;
  /*font-size: 28px;
    font-size: 2.8rem;
    font-size: calc(1rem + 1.250vw);
    line-height: 1.2em;*/
}

.flex-button .flex-content {
  display: inline-block;
  width: calc(50% - 12.5px);
  float: left;
}

.arrow-button .flex-content {
  width: calc(100% - 40px);
}

.flex-button a .flex-content {
  text-decoration: none;
}

.flex-button .flex-thumb {
  display: inline-block;
  width: calc(50% - 12.5px);
  float: right;
}

.flex-button .flex-thumb img {
  float: right;
}

.flex-button a::after {
  font-family: "TheinhardtRegularOld";
  content: "\2192";
  position: absolute;
  right: 10px;
  top: 0;
  background-color: white;
  padding-left: 10px;
  width: 30px;
  height: 35px;
  text-align: center;
}

.flex-button-arrow a::after {
  font-family: "TheinhardtRegularOld";
  content: "\2192";
  font-size: 35px;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translate(0, -50%);
  background-color: white;
  padding-left: 10px;
  width: 30px;
  /* height: 30px; */
  text-align: center;
}

.flex-button a.outgoing::after,
.flex-button-arrow a.outgoing::after {
  content: "\2197";
  background-color: white;
  padding-left: 8px;
}

.flex-button:hover,
.flex-button:hover a.outgoing::after,
.flex-button:hover,
div.flex-button:hover a,
div.flex-button:hover a::after,
.flex-button-arrow:hover,
.flex-button-arrow:hover a.outgoing::after,
.flex-button-arrow:hover,
div.flex-button-arrow:hover a,
div.flex-button-arrow:hover a::after {
  background-color: #000000;
  color: #ffffff;
}

.flex-table {
  display: inline-block;
  width: 100%;
  position: relative;
  margin: 40px 0;
}

.flex-table .flex-row,
.search .flex-row {
  display: inline-block;
  width: 100%;
  padding: 0.25em 0 0.5em;
  /*font-size: 28px;
    font-size: 2.8rem;
    font-size: calc(1rem + 1.250vw);
    line-height: 1.2em;*/
  border-bottom: 1px solid #9b9b9b;
}

.flex-row {
  display: inline-block;
  width: 100%;
  padding: 0.5em 0 0.5em;
  /*font-size: 28px;
    font-size: 2.8rem;
    font-size: calc(1rem + 1.250vw);
    line-height: 1.2em;*/
  border-bottom: 1px solid #9b9b9b;
}

.flex-table p,
.flex-row p {
  margin: 0;
}

.flex-table a {
  text-decoration: none !important;
  /*font-size: 28px;
    font-size: 2.8rem;
    font-size: calc(1rem + 1.250vw);
    line-height: 1.2em;*/
}

.flex-table .flex-row .left-cell,
.search .flex-row .left-cell {
  width: calc(50% - 12.5px);
  float: left;
}

.flex-table .flex-row .right-cell,
.search .flex-row .right-cell {
  width: calc(50% - 12.5px);
  float: right;
}

.flex-row .cell {
  display: inline-block;
  width: 32%;
}

.flex-table .flex-row a::after,
.search .flex-row a::after {
  font-family: "TheinhardtRegularOld";
  content: "\2192";
  padding-left: 10px;
  position: absolute;
  right: 0;
}

.flex-table .flex-row a.outgoing::after,
.search .flex-row a.outgoing::after {
  content: "\2197";
}

.wp-block-column tbody {
  word-break: keep-all;
}

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

ul li, ol ul li {list-style: disc;}
ol li, ul ol li {list-style: numeric;}

.menu-section-title span {
  position: relative;
}

/*.cell .curent_page_item a::after, a[aria-current="page"]::after,
.cell .menu-item a:hover:after, .menu-section-title a:hover:after,
#menu .menu-section-title.title-inactive span:hover:after,
.menu-section-title span::after, .menu-section-title.title-active span::after, .menu-section-title.menu-unbind.title-inactive span::after,
body.page #secondary .menu-section-title span:hover:after, body.search #secondary .menu-section-title span:hover:after,
body.search #secondary .menu-section-title span:hover:after,
body.page-template-resources-page #resource .menu-section-title span::after, #menu .menu-section-title span:hover:after,
.parent-item .menu-section-title.title-inactive span::after,
#mc_embed_signup div.response a::after,
#featured .featured-section a:hover span:after {
  content: ' ';
  height: 0.05em;
  background-color: black;
  width: 100%;
  position: absolute;
  bottom: 2.75px;
  left: 0;
}*/

/* .event-list.past a h2 {
  display: inline;
  background-size: 100%;
  background-repeat: repeat-x;
  background-position: 100% 0;
  background-image: -webkit-gradient( linear, left bottom, left top, from(rgba(0, 0, 0, 0)), color-stop(0.048em, rgba(0, 0, 0, 0)), color-stop(0.048em, #FFFFFF), color-stop(0.12em, #FFFFFF), color-stop(0.12em, rgba(0, 0, 0, 0)) );
  background-image: -o-linear-gradient( bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0) 0.048em, #FFFFFF 0.048em, #FFFFFF 0.12em, rgba(0, 0, 0, 0) 0.12em );
  background-image: linear-gradient(
0deg
, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0) 0.048em, #FFFFFF 0, #FFFFFF 0.12em, rgba(0, 0, 0, 0) 0 );
} */

.cell .curent_page_item a,
a[aria-current="page"],
.cell .menu-item a:hover,
.menu-item a:hover,
.menu-section-title a:hover,
#menu .menu-section-title.title-inactive span:hover,
.menu-section-title.title-active span,
.menu-section-title.menu-unbind.title-inactive span,
body.page #secondary .menu-section-title span:hover,
body.search #secondary .menu-section-title span:hover,
body.search #secondary .menu-section-title span:hover,
body.page-template-resources-page #resource .menu-section-title span,
#menu .menu-section-title span:hover,
.parent-item .menu-section-title.title-inactive span,
#mc_embed_signup div.response a,
#featured .featured-section a:hover span,
.slider__item a:hover h3,
aside a.link:hover,
a.link:hover,
section a:hover,
a.link:hover,
section a:hover,
.event-list a:hover h2,
.news-list a:hover h2,
.top-show:hover,
.more:hover,
.menu-footer section:nth-child(2) a:hover,
.next-parent-item > a,
h2.home-header a:hover span,
p.back-to-news a:hover {
  display: inline;
  background-size: 100%;
  background-repeat: repeat-x;
  background-position: 100% 0;
  text-decoration: underline;
  /* background-image: -webkit-gradient(
    linear,
    left bottom,
    left top,
    from(rgba(0, 0, 0, 0)),
    color-stop(0.048em, rgba(0, 0, 0, 0)),
    color-stop(0.048em, #0f0f0f),
    color-stop(0.12em, #0f0f0f),
    color-stop(0.12em, rgba(0, 0, 0, 0))
  );
  background-image: -o-linear-gradient(
    bottom,
    rgba(0, 0, 0, 0),
    rgba(0, 0, 0, 0) 0.048em,
    #0f0f0f 0.048em,
    #0f0f0f 0.12em,
    rgba(0, 0, 0, 0) 0.12em
  );
  background-image: linear-gradient(
    0deg,
    rgba(0, 0, 0, 0),
    rgba(0, 0, 0, 0) 0.048em,
    #0f0f0f 0,
    #0f0f0f 0.12em,
    rgba(0, 0, 0, 0) 0
  ); */
}

.slider__item a:hover h3 {
  display: inline-block;
}

#secondary .menu-options.secondary > .parent-item > .menu-section-title.title-active span {
  text-decoration: none;
}

#secondary a[aria-current="page"] {text-decoration: none;}

.side-nav .menu-section-title span, .side-nav .menu-section-title.title-active span, .side-nav .menu-section-title span, .side-nav .menu-section-title.menu-unbind.title-inactive span, .side-nav .next-parent-item > a {
  background-image: none;
}

.side-nav a[aria-current="page"] {
  background-image: none;
  position: relative;
}

.side-nav li a[aria-current="page"]:before,
.side-nav li a.yes:before {
  content: '';
  width: 11px;
  height: 11px;
  background-color: #000000;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(-30px, -50%);
}

.side-nav li.menu-item.secondary a:not(.yes):before {
  background-color: #FFFFFF;
}

.page-template-people-page .side-nav a[aria-current="page"]:before {
  /* content: none; */
}

.home-desc > a:hover .news-school p span {
  display: inline;
  background-size: 100%;
  background-repeat: repeat-x;
  background-position: 100% 0;
  text-decoration: underline;
  /* background-image: -webkit-gradient(
    linear,
    left bottom,
    left top,
    from(rgba(145, 145, 145, 0)),
    color-stop(0.048em, rgba(145, 145, 145, 0)),
    color-stop(0.048em, #919191),
    color-stop(0.12em, #919191),
    color-stop(0.12em, rgba(145, 145, 145, 0))
  );
  background-image: -o-linear-gradient(
    bottom,
    rgba(145, 145, 145, 0),
    rgba(145, 145, 145, 0) 0.048em,
    #919191 0.048em,
    #919191 0.12em,
    rgba(145, 145, 145, 0) 0.12em
  );
  background-image: linear-gradient(
    0deg,
    rgba(145, 145, 145, 0),
    rgba(145, 145, 145, 0) 0.048em,
    #919191 0,
    #919191 0.12em,
    rgba(145, 145, 145, 0) 0
  ); */
}

.menu-section-title.title-inactive span,
#menu #resource.menu-section-title span,
#resource.menu-section-title span {
  background-image: none;
}

/*#menu*/

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

#secondary .menu-section-title span {
  position: relative;
}*/

/*body.page #secondary .menu-section-title span, body.search #secondary .menu-section-title span {
  text-decoration: none;
}*/

/*body.page #secondary .menu-section-title span:hover, body.search #secondary .menu-section-title span:hover {
  text-decoration: underline;
}

body.search #secondary .menu-section-title span:hover {
  text-decoration: underline;
}*/

#search.menu-section-title.title-active span::after {
  content: "";
}

li.menu-section-title ul.sub-menu {
  display: none;
}

ul.sub-menu {
  margin: 5px 0 0 30px;
  padding: 0;
  list-style: none;
}
ul.sub-menu li {
  list-style: none;
  position: relative;
}
ul.sub-menu li a {
  color: #000000;
}
ul.sub-menu li a:hover {
  color: #9b9b9b;
  /*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;*/
  display: inline;
}

.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: text-top;
  /* display: inline-block; */
}

.home-container a,
.home-container a:hover {
  color: #000000;
  transition: all 0.2s;
  background: none;
  display: block;
  /* padding-bottom: 5px; */
}
.home-container .item:hover span.title {
  text-decoration: underline;
  transition: all 0.2s;
}
.title-tag {
  float: left;
}

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

.page-template-exhibitions-page a.item,
.page-template-events-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-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 0.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-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. */

#no-events {
  /* padding: 14vh 0;
  text-transform: uppercase;
  font-size: 24px;
  color: #919191;
  letter-spacing: 0.15px;
  text-align: center;
  line-height: 28px; */

  text-transform: uppercase;
  font-size: 24px;
  color: #919191;
  letter-spacing: 0.15px;
  text-align: center;
  line-height: 28px;
  height: 321.25px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-bottom: 0.75px solid #9b9b9b;
}

.events-events #no-events {
  text-transform: unset;
  font-size: 24px;
  color: #000000;
  letter-spacing: 0.15px;
  text-align: center;
  line-height: 28px;
  height: auto;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  border-bottom: 0.75px solid #9b9b9b;
}

body.notice-open #no-events {
  padding: 11.5vh 0;
}

body.page-templates-events-page #content,
body.page-templates-events-page .content {
  -ms-overflow-style: none; /* IE and Edge */
  scrollbar-width: none;
}

body.page-templates-events-page #content::-webkit-scrollbar,
body.page-templates-events-page .content::-webkit-scrollbar {
  display: none;
}

.above-event {
  display: inline-block;
  width: 100%;
  box-sizing: border-box;
  position: relative;
  margin-bottom: 34px;
}

.above-event.below, .showtimes {
  margin-bottom: 20px;
}

.above-event p {
  margin: 0;
}

/* .above-event.below {
  display: none;
} */

.single-event .event-section.bg-present {
  position: relative;
  margin-bottom: 20px;
}

.single-event .event-section.bg-present .title-section.bg {
  padding: 0 20px;
}

.single-event .event-section.bg-present .title-section.bg p.date {
  margin-bottom: 0;
}

.single-event section.details.content .back-link,
.single-event section.details.content .title-section,
.single-event section.details.content .title-section h2 {
  margin-top: 0;
}

.single-event section.details.content .back-link a {
  background-image: none;
}

.single-event section.details.content .event-list {
  width: 50%;
  float: left;
}

.single-event section.details.content .event-list .event-section {
  padding: 0;
}

.single-event section.details.content .event-image-thumbnail {
  width: calc(50% - 20px);
  float: right;
  text-align: center;
  margin-right: 20px;
}

.single-event #content {
  padding-bottom: 100px;
}

@media(max-width: 768px) {
  .single-event section.details.content .event-list {
    width: 100%;
    float: none;
  }

  .single-event section.details.content .event-image-thumbnail {
    width: 100%;
    float: left;
  }
}

@media (min-width: 768px) {
  .above-event p:first-child {
    float: left;
  }
  .above-event p:nth-child(2) {
    float: right;
  }

  .event-section.bg-present .above-event p:nth-child(2) {
    position: absolute;
    right: 80px;
    top: 0;
  }

  .single-event section.details.content .event-image-thumbnail figure {
    text-align: right;
  }

  .single-event section.details.content .event-image-thumbnail figure img {
    max-width: calc(100% - 40px);
  }

}

.top-show {
  cursor: pointer;
}

.top-show:hover,
.more:hover {
  /*text-decoration: underline;*/
}

/* Season */

#season-shows .event-list {
  display: flex;
}

.season-event-thumb, .season-event-content {
  width: 100%;
}

#season-shows .event-list .event-section:first-child {
  padding-top: 5%;
}

.season-event-thumbe-img {
  width: 95%;
  padding-bottom: 95%;
  background-repeat: no-repeat;
  background-size: cover;
  margin: 5%;
}

@media(min-width:768px){

  #season-shows .event-list {
    flex-direction: row-reverse;
  }

  .season-event-thumb, .season-event-content {
    width: 50%;
  }

}

@media(max-width:768px){
  #season-shows .event-list {
    flex-direction: column;
  }

  .season-event-thumbe-img {
    width: 100%;
    margin: 0;
  }
}

.news-list {
  padding: 40px 0;
}

.news-list:first-child {
  padding-top: 0;
}

.news-list a {
  display: block;
  /* padding: 40px 0; */
}

.news-list figure {
  text-align: center;
}

@media(min-width: 768px){
  .events-events .news-list a,
  .news-news .news-list a {
    display: flex;
  }
  .events-events .news-list a .news-left,
  .news-news .news-list a .news-left {
    padding-right: 20px;
    flex: 1;
    min-width: 470px;
    flex-shrink: 0;
  }
  .events-events .news-list a .news-right,
  .news-news .news-list a .news-right {
    display: flex;
    flex-direction: column;
    flex: 1;
  }
  .events-events .news-list .news-right .news-date,
  .news-news .news-list .news-right .news-date {
    margin-top: auto;
    line-height: 0.5;
  }
}

.events-events .news-list a .news-left .news-thumb,
.news-news .news-list a .news-left .news-thumb {
  width: 100%;
  background-size: cover;
  padding-bottom: 62.5%;
  background-repeat: no-repeat;
  background-position: center;
}

.events-events .news-list a .news-left .news-thumb.no-thumb,
.news-news .news-list a .news-left .news-thumb.no-thumb {
  width: 100%;
  background-color: #FFFFFF;
  padding-bottom: 62.5%;
  height: unset;
  background-image: url('../images/CADA_ImageNotAvailable.svg');
  background-size: contain;
}

.events-events .news-list a .news-right .department-name,
.news-news .news-list a .news-right .department-name {
  color: #919191;
  text-transform: uppercase;
  font-size: 24px;
  line-height: 24px;
}

/* @media (min-width: 768px) {
  .news-list h2 {
      font-size: 48px;
      line-height: 48px;
  }
} */

body.single-news .news-date {
  margin-bottom: 25px;
}

body.single-news .details figure {
  padding-bottom: 30px;
  text-align: center;
}

body.single-news p.department-name {
  color: #919191;
  text-transform: uppercase;
  margin-bottom:5px;
}

p.back-to-news {margin-top: 65px;}

p.back-to-news::before {
  font-family: "TheinhardtRegularOld";
  content: '\2190';
  padding-right: 5px;
}

p.back-to-news a {
  text-decoration: none;
  background: none;
}

/* .event-border {
  width: calc(100% + 80px);
  margin-left: -40px;
  height: 0.75px;
  background-color: #9b9b9b;
} */

.event-border {
  width: 100%;
  /* margin-left: -40px; */
  height: 0.75px;
  background-color: #9b9b9b;
}

.calendar-container .event-border {
  padding-top: 1px;
}

.event-list .event-section {
  padding: 40px 0;
}

.event-list .event-section:first-child {
  padding-bottom: 0;
  height: auto;
  position: relative;
  padding-top: 10px;
}

.event-list .title-section {
  margin-top: 34px;
}

.event-list .title-section.bg {
  margin-top: 0;
  position: absolute;
  bottom: 20px;
}

.event-list .event-section:nth-child(2) {
  padding-top: 20px;
}

.event-list .event-section.past:nth-child(2) {
  padding-top: 0;
  box-sizing: border-box;
}

body.single-season .event-list a:hover h2,
body.single-season .event-list a:hover p {
  text-decoration: underline;
}

body.single-season .event-list a h2,
body.single-season .event-list a p,
body.single-season .event-list a,
body.single-season .event-list a:hover p.dept {
  text-decoration: none;
}

@media(min-width: 768px) {
  .event-list .event-section.past:nth-child(2) {
    padding-left: 15px;
    position: relative;
  }

  .event-list .event-section.past .past-event-content.above {
    position: absolute;
    top: 0;
  }

  .event-list .event-section.past .past-event-content.below {
      position: absolute;
      bottom: 0;
    }

    body.single-season .event-list,
    body.single-season .event-list .season-event-thumb {
      padding-right: 10px;
    }

}

.event-list .showtimes {
  display: none;
  border-top: 1px solid #9b9b9b;
}

.flex-row .date.cell {width: 48%;}
.flex-row .time.cell {width: 25%;}
.flex-row .price.cell {width: 23%;text-align:right;}

.event-list .by,
.event-list .dept,
.event-list .directed {
  margin-bottom: 0;
}
.event-list .copy {
  margin-top: 34px;
}

.event-list .dept {
  color: #919191;
  text-transform: uppercase;
}

.event-list.bg-present .dept {
  color: #FFFFFF;
}

.event-list a,
.event-list a:hover,
.news-list a,
.news-list a:hover {
  color: #000000;
}

.event-section.bg-present a {color: #FFFFFF;}

.event-list.past a {
  display: flex;
  width: 100%;
  vertical-align: top;
  padding: 37px 0;
  position: relative;
}

@media(max-width: 768px) {
  .event-list.past a {
    display: inline-block;
  }
}

.top-show a, .top-show-season a {
  background: none;
}
/*.event-list a:hover h2, .news-list a:hover h2 {text-decoration: underline;}*/

.news-list .news-date {
  margin-bottom: 0;
  font-size: inherit;
}
.news-list h2 {
  margin-top: 15px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  text-transform: capitalize;
}

.event-list a h2, .event-list a:hover h2, .news-list a h2, .news-list a:hover h2 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  text-transform: unset;
  padding-bottom: 0.062em;
}

.news-list figure {
  display: none; /* padding-bottom: 30px; */
}
.no-news-thumb {
  display: block;
  height: 25px;
  width: 100%;
}

.event-section.bg-present {
  color: white;
  padding-bottom: 62.5%;
  background-size: cover;
  margin-left: -40px;
  width: calc(100% + 80px);
  padding-left: 40px;
}

.event-section.bg-present h2 {
  color: #ffffff;
}

.event-section.bg-present a:hover h2,
.event-section.bg-present .above .top-show a:hover {
  display: inline;
  background-size: 100%;
  background-repeat: repeat-x;
  background-position: 100% 0;
  background-image: -webkit-gradient(
    linear,
    left bottom,
    left top,
    from(rgba(0, 0, 0, 0)),
    color-stop(0.048em, rgba(0, 0, 0, 0)),
    color-stop(0.048em, #ffffff),
    color-stop(0.12em, #ffffff),
    color-stop(0.12em, rgba(0, 0, 0, 0))
  );
  background-image: -o-linear-gradient(
    bottom,
    rgba(0, 0, 0, 0),
    rgba(0, 0, 0, 0) 0.048em,
    #ffffff 0.048em,
    #ffffff 0.12em,
    rgba(0, 0, 0, 0) 0.12em
  );
  background-image: linear-gradient(
    0deg,
    rgba(0, 0, 0, 0),
    rgba(0, 0, 0, 0) 0.048em,
    #ffffff 0,
    #ffffff 0.12em,
    rgba(0, 0, 0, 0) 0
  );
}

.event-section.past {
  width: 50%;
  display:inline-block;
  box-sizing: border-box;
  vertical-align: top;
  padding: 0;
}

@media (max-width: 768px) {
  .event-list {
    padding: 0;
    /* margin-bottom: 40px; */
  }

  .event-section.past {
    width: 100%;
  }
}

.past-section {
  margin-top: 60px;
}

.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;
  display: inline-block;
  width: 100%;
}

.past-events-events .content {
  width: 100%;
}

@media (min-width: 768px) {
  .container.events .content,
  .container.news .content {
    width: calc(100% + 80px);
    margin-left: -40px;
  }
}

.searched-event .events-title:first-child::before,
.searched-about .about-title:first-child::before,
.searched-admissions .admissions-title:first-child::before,
.searched-degree .degree-title:first-child::before,
.searched-ensemble .ensemble-title:first-child::before,
.searched-people .people-title:first-child::before,
.searched-season .season-title:first-child::before,
.searched-course .course-title:first-child::before,
.searched-program .program-title:first-child::before,
.searched-news .news-title:first-child::before,
.searched-page .page-title:first-child::before,
.searched-resources .resources-title:first-child::before {
  font-weight: bold;
  display: inline-block;
  width: 100%;
  border-top: 1px solid #9b9b9b;
  color: #000000;
  font-size: 28px;
  padding: 10px 0;
  font-weight: normal;
}
.searched-event .events-title:first-child::before {
  content: "Events";
  border-top: 2px solid #9b9b9b;
}
.searched-about .about-title:first-child::before {
  content: "About";
  border-top: 2px solid #9b9b9b;
}
.searched-admissions .admissions-title:first-child::before {
  content: "Admissions";
  border-top: 2px solid #9b9b9b;
}
.searched-degree .degree-title:first-child::before {
  content: "Degrees";
  border-top: 2px solid #9b9b9b;
}
.searched-ensemble .ensemble-title:first-child::before {
  content: "Ensembles";
  border-top: 2px solid #9b9b9b;
}
.searched-people .people-title:first-child::before {
  content: "People";
  border-top: 2px solid #9b9b9b;
}
.searched-season .season-title:first-child::before {
  content: "Seasons";
  border-top: 2px solid #9b9b9b;
}
.searched-course .course-title:first-child::before {
  content: "Courses";
  border-top: 2px solid #9b9b9b;
}
.searched-program .program-title:first-child::before {
  content: "Programs";
  border-top: 2px solid #9b9b9b;
}
.searched-news .news-title:first-child::before {
  content: "News";
  border-top: 2px solid #9b9b9b;
}
.searched-page .page-title:first-child::before {
  content: "Page";
  border-top: 2px solid #9b9b9b;
}
.searched-resources .resources-title:first-child::before {
  content: "Resources";
  border-top: 2px solid #9b9b9b;
}

#content.search .content .parent {
  margin: 40px 0;
}

#content.search .content .parent:first-child {
  margin-top: 0;
}

#content.search .content .parent .child {
  margin: 0;
}

#content.search .content .parent .child:first-child {
  border-top: 0;
}

#content.search .content .parent .child a {
  border-top: 1px solid #d8d8d8;
  display: inline-block;
  width: 100%;
  padding: 20px 0;
}

.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%;}*/

  .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) {
  .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;
  }
}

@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%);
  }
  .search-row-heading,
  .search-row-block span.date {
    font-size: 24px;
  }
}

/*
  Resource Center
*/

.container.search .inside-search-menu,
#content .search .inside-search-menu {
  border-bottom: 1px solid #000;
  margin-bottom: 40px;
  position: relative;
  width: 100%;
  display: inline-block;
}

/*.container.search.main-search .search-menu, .container.search.main-search .inside-search-menu,*/
#content .search.main-search .search-menu,
#content .search.main-search .inside-search-menu {
  margin-bottom: 0;
}

/*.container.resources.search .inside-search-menu, .container.news.search .inside-search-menu,*/
#content .resources.search .inside-search-menu,
#content .news.search .inside-search-menu {
  border: none;
}

#content.main-search .search-menu {
  margin-bottom: 15px;
}

p.found-search {
  margin: 0px 0 35px 0;
  padding: 0;
}

p.found-search span.first {
  margin-right: 10px;
}

p.found-search span.main {
  display: inline-block;
  padding-left: 20px;
  position: relative;
  margin-left: 10px;
  text-transform: capitalize;
}

p.found-search span.main::before {
  content: "\2022";
  position: absolute;
  left: 0;
  border: 1px solid #000000;
  border-radius: 50%;
  width: 15px;
  height: 15px;
  text-align: center;
  line-height: 17px;
  margin-top: 3px;
}

.resource-form-section {
  width: calc(50% - 12.5px);
  float: left;
}

.select-audience {
  margin-bottom: 10px;
}

.resource-form-section select {
  width: 100%;
}

.resource-filter-bt {
  color: #000000;
  padding: 0;
  border: none;
  cursor: pointer;
  text-transform: uppercase;
  margin-top: 10px;
  width: max-content;
  display: block;
}

.resource-form-section {
  width: 100%;
}

@media(min-width: 768px){
  .resources-resources .resource-form-section {
    width: calc(50% - 12.5px);;
  }
  .resources-resources .content {
    padding-right: 20px;
  }
  .resources-resources .resource-form-section.right{float:right;}
}

.resource-form-section.right {
  position: relative;
  height: 50px;
  border-bottom: 1px solid #000000;
  margin-bottom: 20px;
}

.popular {
  text-transform: uppercase;
  font-size: 28px;
  font-size: 2.8rem;
  font-size: calc(1rem + 1.25vw);
  padding-bottom: 20px;
}

#content.resources a.resource-result,
#content.search .content .parent .child a {
  display: inline-block;
  width: 100%;
  padding: 10px 0;
  border-top: 1px solid #9b9b9b;
  /* font-size: 20px;
  line-height: 24px; */
  color: #000000;
  position: relative;
}

#content.resources a.resource-result:hover,
#content.search .content .parent .child a:hover {
  color: #9b9b9b;
  transition: all 0.2s;
}

#content.resources h1 {
  padding-bottom: 20px;
}

a.resource-result::after {
  font-family: "TheinhardtRegularOld";
  content: "\2192";
  padding-left: 10px;
  position: absolute;
  right: 0;
}

a.resource-result.outgoing::after {
  content: "\2197";
  padding-left: 10px;
  position: absolute;
  right: 0;
}

/* @media(min-width: 1440px) {
  #content .resources-description {margin-top: 35px;}
} */

.resources-description {
  width: 65%;
}

@media(max-width: 768px){
  .resources-description {
    width: 100%;
  }
}

/*
@media(max-width: 768px) {
  .container.resources a.resource-result, .container.search .content .parent .child a {}
}
/*

/*
  People
*/

body.single-people {
}

.people-list {
  margin-bottom: 20px;
}

/* .content.people img {
  aspect-ratio: 16 / 9;
  object-fit: cover;
} */

.people-list .no-thumb {
  padding-bottom: 62.5%;
  background-color: #cccccc;
}

.people-list a,
.single-people .intro {
  display: block;
  width: 100%;
  box-sizing: border-box;
  position: relative;
}

.tax-uic_people .content.people,
.page-template-people-page .content.people,
.content.people {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.tax-uic_people .found-search,
.page-template-people-page .found-search,
.content.people .found-search {
  width: 100%;
}

.intro figure,
.intro .no-thumb,
.people-list .no-thumb {
  display: block;
  box-sizing: border-box;
  width: 100%;
  text-align: center;
}

.people-list .thumb-outer {
  padding-bottom: 62.5%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.people-list figure {
  position: absolute !important;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  width: 1px;
  border: 0;
  overflow: hidden;
}

.single-people .intro figure {
  display: block;
  box-sizing: border-box;
  width: 100%;
  text-align: center;
  margin: auto;
}

.intro .no-thumb {
  min-height: 200px;
  background-color: #efefef;
}

.intro .intro-right,
.people-list .intro-right {
  display: block;
  box-sizing: border-box;
  width: 100%;
  vertical-align: top;
  position: relative;
  /* padding-left: 20px; */
}

.people-list a {
  color: #343534;
}

.people-list .intro-right .p-title {
  font-size: 28px;
  font-style: normal;
  line-height: 28px;
}

.p-title span.dept {
  font-style: italic;
}

.people-list .intro-right span,
.single-people .intro-right h2 {
  /* font-style: italic; */
}

.single-people .intro-right h2 span {
  display: block;
  font-style: italic;
}

.single-people .intro-right h1 span.department {
  font-style: italic;
}

.single-people .intro,
.single-people #contact {
  margin-bottom: 24px;
}

.single-people #contact p {
  margin-bottom: 5px;
}

.single-people h3.people-courses,
.single-people h3.people-education,
.single-people h3.people-about {
  margin: 0;
  font-size: 2.8rem;
  line-height: 1.2em;
}

.single-people .people-course-list {
  margin: 0 0 30px 0;
  padding: 0;
}

.single-people .people-course-list li {
  margin: 0;
  list-style-type: none;
}

.single-people img.main {
  width: unset;
}

@media (min-width: 768px) {
    /* .people-list .intro-right,
    .single-people .intro-right {
      position: absolute;
      top: 0;
      bottom: 0;
    } */

  .tax-uic_people .content.people, .page-template-people-page .content.people {
    justify-content: space-between;
  }

  .people-list {
    width: 31%;
  }

  .people-list .intro-right p {
    position: relative;
    height: 100%;
  }

  /* .people-list .intro-right .p-title {
    position: absolute;
    bottom: 10px;
    left: 20px;
  } */

  .single-people .intro-right h2 {
    position: absolute;
    bottom: 10px;
  }
}

/* @media (min-width: 768px) and (max-width: 1439px) {
  .people-list .intro-right .p-title {
    font-size: 22px;
    line-height: 24px;
  }
} */

@media(min-width: 768px) and (max-width: 1080px) {
  .single-people .intro-right h2 {position: unset;}
}

@media(max-width: 768px){
  .tax-uic_people .content.people, .page-template-people-page .content.people, .content.people {
    flex-direction: column;
  }
  .people-list {
    width: 100%;
  }
}

/*
  Ensemble
*/
.supervisor-type {
  text-transform: capitalize;
}

.ensemble-info span.supervisor:first-child {
  padding-left: 10px;
}
.ensemble-info span.supervisor {
  padding-right: 10px;
}

/*                      ***
  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;
}

.searched-people .people-title.child a span.people-right {
  float: right;
}

.searched-people .people-title.child span.people-term::before {
  content: " & ";
}

.searched-people .people-title.child span.people-term:first-child::before {
  content: "";
}

.searched-news .news-title.child .inside-news .thumb,
.searched-event .events-title.child .inside-events .thumb,
.searched-season .season-title.child .inside-events .thumb {
  float: left;
  width: 45%;
  padding-bottom: 20%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: left;
}

.searched-news .news-title.child .inside-news .title-space,
.searched-event .events-title.child .inside-events .title-space,
.searched-season .season-title.child .inside-events .title-space {
  width: 50%;
  float: right;
}

.searched-news .news-title.child .inside-news .title-space .the-date,
.searched-event .events-title.child .inside-events .title-space .the-date,
.searched-season .season-title.child .inside-events .title-space .the-date {
  margin: 5px 0 25px;
}

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: 18px;
  text-transform: uppercase;
  display: inline-block;
  vertical-align: middle;
  line-height: 0.7;
  color: #000000;
}

.inside-nav .menu-item {
  line-height: 55px;
}

@media(max-width: 1440px){
  .inside-nav .menu-item {
    line-height: 51px;
  }
}

@media (max-width: 768px) {
  .menu-item {
    font-size: 16px;
  }
}

ul.menu {
  display: none;
  margin: 5px 0 0 30px;
  padding: 0;
}

body:not(.side-active) .side-nav ul.menu.parent-item,
body.has-hero .side-nav .menu-section-title .sec-post-title {
  display: inline-block;
}

.sec-post-title {display:none !important;}

/* body:not(.side-active) .side-nav .menu-section-title .sec-post-title {
  display: none;
} */

/* #secondary ul.menu {
  display: block;
} */

body.page #secondary ul.menu,
body.search #secondary ul.menu {
  display: none;
}

body.archive.search #secondary ul.menu {
  display: block;
}

body.archive.search #secondary.resources ul.menu {
  display: none;
}

/* .side-active .side-nav .next-parent-item:first-child, .side-active .side-nav #secondary ul.menu.parent-item:first-child, .has-hero ul.menu.parent-item:first-child {
  display: none;
}

.side-active .side-nav .next-parent-item:first-child.side-child-active, .side-active .side-nav #secondary ul.menu.parent-item:first-child.side-child-active {
  display: block;
} */

.has-hero .side-nav .secondary-sibling {
  display: none;
}

.secondary-sibling {
  margin-left: 30px;
}

.has-hero .side-nav .side-child-active .secondary-sibling {
  display: block;
}

body.side-active:not(.has-hero) .side-nav .secondary-sibling {
  display: none;
}

body.side-active:not(.has-hero) .side-nav .side-child-active .secondary-sibling {
  display: block;
}

ul.menu li {
  padding: 0;
  margin: 0;
}

.menu-section-title,
li.menu-item {
  /* margin-bottom: 2.5px !important; */
  margin-bottom: 5px !important;
}

.secondary .menu-section-title,
.secondary li.menu-item {
  /* margin-bottom: 2.5px !important; */
  margin-bottom: 0 !important;
}

.cell .menu-item {
  width: 100%;
}

.cell .menu-item a,
.menu-section-title a {
  font-family: "Theinhardt";
  text-transform: none;
  color: #000000;
  font-weight: normal;
  position: relative;
}

.cell .menu-item a:hover,
.menu-section-title a:hover {
  /*text-decoration: underline;*/
  color: #000000;
}

.cell .curent_page_item a,
a[aria-current="page"] {
  /*text-decoration: underline !important;*/
  position: relative;
}

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;
}

#featured {
  display: flex;
  width: 100%;
  position: relative;
  box-sizing: border-box;
  /*overflow: hidden;*/
  vertical-align: top;
}

#featured::before {
  content: "";
  position: absolute;
  width: 100%;
  top: 0px;
  height: 30px;
  background: transparent;
  /* box-shadow: -10px -10px 15px 5px #ffffff; */
}

#menu .menu-footer {
  height: 50px;
  line-height: 0;
  padding: 0;
}

#menu .main-menu.menu-open .menu-footer{
  height: 50px;
  line-height: 0;
  padding: 0;
  width: 100%;
  max-width: 1440px;
  /* margin: 0 0 0 20px; */
}

#menu .menu-footer .social-icons {
margin-top: 6px;
}

#menu .menu-footer section span.mobile {
  line-height: 50px;
}

@media(min-width: 768px){
  #menu .menu-footer section span.mobile {
    line-height: 49px;
  }
}

/* #menu .menu-footer section span.mobile a {
  font-family: "Theinhardt";
} */

#menu .menu-footer::before {
  content: "";
  position: absolute;
  width: 100%;
  top: -1px;
  height: 10px;
  background: transparent;
  box-shadow: -10px -10px 15px 5px #ffffff;
}

.featured-rule {
  display: block;
  width: 100%;
  position: relative;
  vertical-align: top;
  height: 1px;
  margin-bottom: 0;
  padding-bottom: 10px;
}
.inside-featured-rule {
  background-color: #9b9b9b;
  height: 1px;
  width: calc(100% - 20px);
  margin-bottom: 0px;
  display: block;
}
#featured .featured-section {
  display: inline-block;
  vertical-align: top;
  box-sizing: border-box;
}
#featured .feature-section-title p {
  font-size: 20px;
  color: #919191;
  margin: 0;
  text-transform: uppercase;
  line-height: normal;
  margin-top: 10px;
}

#featured .featured-section a {
  font-size: 22px;
  line-height: 24px;
  color: #000000;
  text-transform: uppercase;
  display: block;
  position: relative;
}

#featured .featured-section a span {
  display: inline-block;
  position: relative;
}

#featured .featured-section a:hover {
  transition: all 0.2s;
}

.box-bck {
  width: 100%;
  padding-top: 62.5%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
}

.box-bck a {
  position: absolute !important;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#featured .featured-section:first-child {
  margin-bottom: 15px;
}

@media (min-width: 768px) {
  #featured .featured-section {
    width: 100%;
    padding-right: 20px;
  }
}

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

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

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

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

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

a.link, section a, a[data-type='URL'] {
  color: #000000;
  text-decoration: underline;
  /*text-decoration-thickness: 3px;*/
}

a.link:hover, section a:hover, a[data-type='URL']:hover {
  color: #9b9b9b;
  transition: all 0.2s;
}

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

a.logo span {
  display: inline-block;
  height: auto;
  vertical-align: top;
  float: right;
  /* padding-top: 20px; */
}

span.tam {padding-left:5px;}

a.logo span.school-of {
  float: none;
  display: inline;
}

a.menu-button {
  cursor: pointer;
  z-index: 19999;
  display: block;
  position: relative;
  line-height: normal;
  margin-top: -5px;
}

.back-link a, .back-link a p {
  font-size: 20px;
  line-height: 20px;
  color: #919191;
  text-transform: uppercase;
  text-decoration: none;
}

.back-link p {
  display: block;
  position: relative;
}

.back-link p:first-child::before {
  font-family: "TheinhardtRegularOld";
  content: '\2190';
  width: 20px;
  height: 20px;
  position: absolute;
  left: 0;
  top: -4px;
}

.back-link span {
  padding-left: 25px;
}

.back-link a:hover p span {
  display: inline;
  background-size: 100%;
  background-repeat: repeat-x;
  background-position: 100% 0;
  /* background-image: -webkit-gradient(
    linear,
    left bottom,
    left top,
    from(rgba(145, 145, 145, 0)),
    color-stop(0.048em, rgba(145, 145, 145, 0)),
    color-stop(0.048em, #919191),
    color-stop(0.12em, #919191),
    color-stop(0.12em, rgba(145, 145, 145, 0))
  );
  background-image: -o-linear-gradient(
    bottom,
    rgba(145, 145, 145, 0),
    rgba(145, 145, 145, 0) 0.048em,
    #919191 0.048em,
    #919191 0.12em,
    rgba(145, 145, 145, 0) 0.12em
  );
  background-image: linear-gradient(
    0deg,
    rgba(145, 145, 145, 0),
    rgba(145, 145, 145, 0) 0.048em,
    #919191 0,
    #919191 0.12em,
    rgba(145, 145, 145, 0) 0
  ); */
  text-decoration: underline;
 }

@media(max-width: 768px) {
  a.menu-button {margin-top:0;}
  a.logo span.school-of {
    float: none;
    display: none;
  }
}

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

body.single a:hover .tag {
  color: #ffffff;
  background-color: #000000;
  transition: all 0.2s;
}
/*a.right:nth-child(1) {margin-right:35px;}*/

.nav-links {
  display: inline-block;
  width: auto;
  float: none;
  padding-right: 0;
  box-sizing: border-box;
  position: absolute;
  height: 50px;
  left: 50%;
}

a.right {
  /* position: absolute; */
  /* vertical-align: middle; */
  line-height: 50px;
  display: inline-block;
  margin-right: 20px;
  width: auto;
  position: relative;
}

@media(max-width:900px) and (orientation: landscape) {
  .nav-links {display: none;}
}

/* a.right:nth-child(1) {
  left: 0;
}
a.right:nth-child(2) {
  right: calc(50% - 30px);
}
a.right:nth-child(3) {
  right: 20px;
} */

a.left {
  float: none;
  margin-left: 0;
  position: absolute;
  right: 20px;
}

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 {
  margin-right: 10px;
}

.social-icons a.instagram,
.social-icons a.facebook,
.social-icons a.twitter,
.social-icons a.youtube {
  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 0.2s;
}

.social-icons a:hover {
  background: none;
}

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,
  .notice-content {
    font-size: 20px;
  }
}

/*                  ***
  Embedded content
*/

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

.single-season figure {text-align: center;}

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

@media (max-width: 768px) {
  img.logo {
    margin-left: 15px;
  }
}

img.main {
  width: 100%;
}

figure {
  margin: 0;
}

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

footer {
  position: relative;
  padding-bottom: 30px;
  background-color: #ffffff !important;
  padding: 0;
}

.menu-footer {
  padding-top: 20px;
  border-top: 1px solid #9b9b9b;
  clear: both;
  padding-bottom: 30px;
  background-color: #ffffff !important;
}

footer .menu-footer {
  padding-bottom: 20px;
}
.sidebar-footer.menu-footer {
  border-top: 0px !important;
  margin-bottom: 0;
  padding-bottom: 15px;
}

.sidebar-footer.menu-footer a {
  font-family: "Theinhardt";
  background: none;
}
.sidebar-footer.menu-footer a:hover {
  color: #000000;
  transition: all 0.2s;
}
.sidebar-footer.menu-footer section span.mobile:first-child {
  padding-left: 10px;
}

footer,
footer a,
footer a span.menu-item,
.menu-footer,
.menu-footer a {
  font-family: "TheinhardtMedium";
  color: #000000;
  text-decoration: none;
  font-size: 20px;
  background: 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,
.menu-footer section span {
  display: inline-block;
  line-height: 1.3;
}

footer section:nth-child(2) span:nth-child(2),
.menu-footer section:nth-child(2) span:nth-child(2) {
  /* float: right; */
  padding-left: 40px;
}

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

.home-footer.menu-footer {
  position: relative;
  max-width: 100%;
  display: block;
  margin-bottom: 0;
  padding: 10px 0 0 0;
  overflow: hidden;
  box-sizing: border-box;
  width: calc(100% - 40px);
  margin: 0 auto;
  height: 50px;
}

footer .menu-footer {
  width: 100%;
  max-width: 100%;
  position: relative;
  max-width: 1440px;
  margin: 0 auto;
}

footer {
  border-top: 1px solid #9b9b9b;
}

@media (min-width: 768px) {
  footer {
    width: 100%;
    display: inline-block;
    box-sizing: border-box;
    position: relative;
  }
  footer .inside-footer {
    width: 100%;
    display: inline-block;
    box-sizing: border-box;
    position: relative;
  }
  footer section {
    display: inline-block;
    width: 50%;
    float: left;
    vertical-align: bottom;
    box-sizing: border-box;
    /* padding-left: 35px; */
  }
  .menu-footer section {
    display: inline-block;
    width: 50%;
    float: left;
    vertical-align: bottom;
    box-sizing: border-box;
  }

  .body-inside-menu-footer {
    width: calc(100% - 40px);
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-content: center;
    height: 50px;
  }

  .body-inside-menu-footer section {
    display: inline-block;
    width: fit-content;
  }

  .body-inside-menu-footer section:first-child {float: left;}
  .body-inside-menu-footer section:last-child {
    float: right;
    padding-bottom: 4px;
  }

  .menu-footer section:last-child {
    text-align: right;
    padding-bottom: 5px;
  }

  .home-footer.menu-footer section:nth-child(2) {
    text-align: right;
  }
  .home-footer.menu-footer section:nth-child(2) span {
    float: unset;
  }
  .home-footer.menu-footer section:nth-child(2) span:first-child {
    margin-right: 70px;
  }

  .body-inside-menu-footer .social-icons {
    margin-top: 5px;
  }

  footer.body-footer .body-inside-menu-footer .social-icons {
    margin-top: 2px;
  }
}

body:not(.page-template-calendar-page) .body-footer {
  display: block;
  margin: 0 auto;
  max-width: 1440px;
  width: 100%;
}

.admin-bar.page-template-calendar-page .body-inside-menu-footer {
  padding-bottom: 30px;
}

footer .inside-footer {
  display: none;
}

@media (max-width: 768px) {
  footer,
  .menu-footer,
  .menu-footer a {
    font-size: 16px;
    line-height: 19px;
  }

  .event-details {
    max-width: 100%;
    box-sizing: border-box;
    overflow: hidden;
  }

  .event-details iframe {
    max-width; 100%;
  }

  .inside-footer {
    width: calc(100% - 48px);
    margin: auto;
  }
  footer section {
    width: 100%;
  }
  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;
  }

  .body-footer {
    padding: 10px 0;
  }
}

@media (min-width: 1440px) {
  img.logo {
    width: 38px;
    height: 38px;
  }
  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;
  border-radius: 0;
  background-image: none;
  padding: 10px;
}

.wp-block-button__link:hover,
a.button:hover {
  background-color: #000000;
  color: #ffffff;
  border: 2px solid #000000;
  background-image: none;
}

.degree-buttons a.button:hover {
  color: white !important;
}

.uic_loadmore2 {
  text-align: center;
  padding: 20px;
  cursor: pointer;
  margin-top: 30px;
  margin-bottom: 80px;
}

.uic_loadmore2 span {
  text-transform: uppercase;
  border: 1px solid;
  padding: 5px 15px;
}

.uic_loadmore2 span:hover {
  background-color: #000000;
  color: #FFFFFF;
}

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;
  padding: 0.5em;
}

table {
  border-collapse: collapse;
}

table tbody tr {
  border-top: 1px solid #9b9b9b;
}

@media(max-width: 768px) {
  table {
    width: 100%;
    max-width: 100% !important;
  }
}

.wp-block-table {
  overflow: visible;
  margin-bottom: 20px;
}

/*              ***
  Interactive
*/

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

#menu .main-menu.menu-open {
  border-right: 1px solid #9b9b9b;
}

#menu .inside-search-menu {
  width: 90%;
  display: block;
  border: 2px solid;
  font-size: 26px;
  /*max-width: 600px;*/
  margin-top: 20px;
}

#secondary-search-menu .inside-search-menu {
  width: 90%;
  border: 2px solid;
  font-size: 26px;
  /*max-width: 600px;*/
}

body.archive .search-menu,
body.page .search-menu {
  display: block;
  width: 100%;
}

#content .search-menu {
  margin-top: 0;
  padding-top: 2px;
}

body.archive .inside-search-menu::-webkit-scrollbar, main#content::-webkit-scrollbar,
body.page .inside-search-menu::-webkit-scrollbar
 {
  display: none;
}

body.archive .inside-search-menu, main#content,
body.page .inside-search-menu
 {
  -ms-overflow-style: none;  /* IE and Edge */
  scrollbar-width: none;
}

body.page #content.search .search-menu {
  padding-top: 2px;
}

body.archive .resource-filter-bt #resourcesubmit:hover,
body.page .resource-filter-bt #resourcesubmit:hover {
  color: #000000;
}

body.search #content .inside-search-menu form.search-form {
  border: 2px solid;
  margin-top: 10px;
}

.inside-search-menu .spacer {
  height: 0px;
}
#menu .inside-search-menu form {
  display: block;
  width: 100%;
  box-sizing: border-box;
  padding: 0;
  position: relative;
  height: 50px;
}
#content .inside-search-menu form {
  display: block;
  width: 100%;
  box-sizing: border-box;
  padding: 0;
  position: relative;
  height: 53px;
}
.inside-search-menu input[type="text"] {
  border: 0;
  display: inline-block;
  width: 73%;
  line-height: 1;
  padding-left: 10px;
  box-sizing: border-box;
  height: 49px;
  vertical-align: top;
}

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

#clear_val {
  position: relative;
  top: 50%;
  transform: translate(0, -50%);
  line-height: 50px;
  cursor: pointer;
  display: inline-block;
  width: 5%;
  text-align: center;
}

.inside-search-menu input[type="submit"] {
  text-transform: uppercase;
  display: inline-block;
  padding: 10px 5px;
  width: 20%;
  box-sizing: border-box;
  height: 50px;
  line-height: 0;
  text-align: center;
  float: right;
}

@media (max-width: 768px) {
  .inside-search-menu input[type="text"] {
    width: 66%;
  }
  .inside-search-menu input[type="submit"] {
    width: 33%;
  }
  #clear_val {
    display: none;
  }
}

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

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

.custom-select,
.custom-select-past {
  position: relative;
}

.custom-select select,
.custom-select-past select {
  display: none;
}

.select-items div,
.select-selected {
  font-size: 30px;
  font-size: 3rem;
  /* font-size: calc(1rem + 1.389vw); */
  line-height: 1em;
  padding: 0.25em 0.25em 0.125em;
  cursor: pointer;
  text-transform: uppercase;
  margin-top: -1px;
}

button.button,
.select-items div,
.select-selected {
  border: 2px solid #000000;
  border-top: none;
}

.select-hide {
  display: none;
}

.select-selected {
  border-top: 2px solid;
  cursor: pointer;
  background: #FFFFFF;
}

.select-items {
  position: absolute;
  background-color: #ffffff;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 99;
}

.select-selected:after {
  position: absolute;
  font-family: "TheinhardtRegularOld";
  content: "\2193";
  top: 0.275em;
  right: 1em;
  width: 0;
}

.select-selected.select-arrow-active:after {
  content: "\2191";
}

.select-items div:hover,
.same-as-selected {
  color: #ffffff !important;
  background-color: rgba(0, 0, 0, 1);
  border-color: black;
}

.resource-filter-bt {
  color: #000000;
  padding: 0;
  border: none;
  cursor: pointer;
  text-transform: uppercase;
  margin-top: 10px;
  width: max-content;
  display: block;
}

.resource-form-section #resourcesubmit {
  padding: 2px 8px;
  float: right;
}

.resource-filter-bt #resourcesubmit {
  color: #000000;
  padding: 2px 8px;
  border: 2px solid #000000;
  cursor: pointer;
  text-transform: uppercase;
  margin-top: 10px;
  width: max-content;
  display: block;
  margin-bottom: 20px;
  border-radius: 0;
  background: #FFFFFF;
}

.container.search #resourcesubmit:hover {
  color: #ffffff;
  background-color: #000000;
}

.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 0.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 0.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;
/*     margin-top: 35px; */
  }
  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: 330px;
  }
  .related.events figure {
    max-height: 450px;
  }
  .search-row-heading,
  .search-row-block span.date {
    font-size: 24px;
  }
  .page-template-events-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 */

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

.head-space {
  display: block;
  height: 80px;
  width: 100%;
}

.page-template-front-page .head-space,
.page-template-calendar-page .head-space,
body.has-hero .head-space {
  height: 50px;
}

body.notice-open .head-space {
  height: 100px;
}

@media (min-width: 1440px) {
  a.menu-button {
    height: 50px;
    margin-top: 0;
    line-height: 44px;
  }

  .menu-item.it::before {
    top: 31px;
  }
  .menu-item.it::after {
    bottom: 14px;
  }

  img.logo {
    display: block;
    margin-top: 7px;
    float: left;
  }

  a.logo span {
    padding-top: 0px;
    margin-top: 0;
    line-height: 55px;
    display: block;
  }

  a.logo span.school-of {
    float: none;
    display: inline;
  }

  body.menu-modal-open a.menu-button {
    margin-top: 0;
    height: 50px;
    line-height: 50px;
  }

  /*.menu-item.it.closed::before, .menu-item.it.closed::after {top: 40px;}*/
}

@media (min-width: 768px) {
  a.menu-button {margin: 0;}
}

@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: 0;
    height: 50px;
    line-height: 50px;
  }
  .menu-item.it::before {
    top: 22px;
  }
  .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 .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 0.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-shortcut {display:none;}*/

.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: 0.5em;
  margin: 0.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;
  }
}

/*          ***
  Fonts
*/

/*i, em {
  font-family: 'TheinhardtRegularItalic';
}

strong, b {
  font-family: 'TheinhardtBold';
}

strong i, strong em, b i, b em {
  font-family: 'TheinhardtBoldItalic';
}*/

/*
    Misc
*/

*:focus {
  outline: 0;
}

#mc_embed_signup div.response {
  display: block !important;
  margin: 0 !important;
  padding: 0 !important;
  font-weight: normal !important;
  font-size: 20px !important;
  line-height: 24px;
  color: #ec3e40;
}

#mc_embed_signup div.response a {
  color: #000000;
  position: relative;
  display: inline-block;
}

#mc_embed_signup div.response a:hover {
  color: #9b9b9b;
  transition: all 0.2s;
}

#mc_embed_signup div#mce-responses {
  float: none !important;
  top: unset !important;
  padding: 0 !important;
  overflow: unset !important;
  width: 100% !important;
  margin: 0 !important;
  clear: both !important;
}

#mc_embed_signup #mc-embedded-subscribe-form div.mce_inline_error {
  display: inline-block !important;
  margin: 0 !important;
  padding: 5px 10px !important;
  background-color: rgba(255, 255, 255, 0.85) !important;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important;
  font-size: 20px !important;
  font-weight: normal !important;
  z-index: 1 !important;
  color: #ec3e40 !important;
}

.no-top-margin, h1.no-top-margin, h2.no-top-margin, h3.no-top-margin, h4.no-top-margin, h5.no-top-margin, h6.no-top-margin, p.no-top-margin {
  margin-top:0 !important;
}

.no-bottom-margin, h1.no-bottom-margin, h2.no-bottom-margin, h3.no-bottom-margin, h4.no-bottom-margin, h5.no-bottom-margin, h6.no-bottom-margin, p.no-bottom-margin {
  margin-bottom:0 !important;
}

.top-padding-18, h1.top-padding-18, h2.top-padding-18, h3.top-padding-18, h4.top-padding-18, h5.top-padding-18, h6.top-padding-18, p.top-padding-18 {
  padding-top: 18px !important;
}
