:root {
  --font-regular: "Theinhardt", Helvetica, Arial, sans-serif;
  --font-medium: "TheinhardtMedium";
  --font-graphics: "TheinhardtRegularOld";
  --background-color: #FFFFFF;
  --font-color: #000000;
  --cada-grey: #9B9B9B;
  --cada-light-grey: #d8d8d8;
  --cada-red: #EF3340;
}
/*          ***
  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: var(--font-regular);
  font-size: 20px;
  line-height: 24px;
  font-weight: normal;
  /*text-rendering: optimizeLegibility;*/
  color: var(--font-color);
  -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;
  /* overflow: hidden; */
}

.home .body-wrapper {
  max-width: 100%;
}

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

.notice {
  background-color: var(--cada-red);
  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: var(--background-color);
  top: 25px;
  width: 30px;
}

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

.notice-content {
  color: var(--background-color);
  text-align: center;
  padding: 10px;
  display: block;
  max-width: 85%;
  margin: auto;
}

.notice-content p {
  margin: 0;
}

.notice-content a {
  color: var(--background-color);
  text-decoration: underline;
}

nav, .scroll-down nav, .scroll-up nav {
  -webkit-transition:-webkit-transform .15s ease;
   -moz-transition:   -moz-transform .15s ease;
    -ms-transition:    -ms-transform .15s ease;
        transition:        transform .15s ease;
}

nav {
  position: fixed;
  width: 100%;
  z-index: 10000;
  max-width: 1440px;
  background-color: var(--background-color);
  /* border-bottom: 1px solid var(--cada-grey); */
  overflow: hidden !important;
  -ms-overflow-style: none !important;
  transition: opacity 0.15s;
}

.page-template-front-page nav {
  background-color: transparent;
}

.scroll-down nav, .scroll-up nav {
  /* transition: opacity 0.15s; */
}

.page-template-front-page nav {
  width: 50%;
}
.page-template-front-page nav {
  border-bottom: 1px solid transparent;
}

.menu-modal-closed.scroll-down nav {
  opacity: 0;
  z-index: -1;
}

.page-template-front-page.menu-modal-closed.scroll-down nav,
.menu-modal-open.scroll-down nav {
  /* opacity: 1 !important; */
  /* z-index: 99999; */
}

.slbActive .menu-modal-closed.scroll-down nav,
.slbActive .menu-modal-open.scroll-down nav,
.slbActive nav {
  opacity: 0 !important;
  z-index: -1 !important;
}

.menu-modal-open nav {
  border-bottom: 1px solid transparent;
  background-color: transparent;
}

.inside-nav {
  height: 110px;
  position: relative;
  overflow: hidden;
  border-bottom: 1px solid var(--cada-grey);
}

.page-template-front-page .inside-nav,
.menu-modal-open .inside-nav {
  border-bottom: 0px;
}

.menu-modal-closed .inside-menu {
  opacity: 0;
}

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

body.notice-open .container.affix {}

.second-menu {
  margin-bottom: 4rem;
  transition: opacity ease-in-out 0.2s;
  overflow-x: scroll;
}

.second-menu > div {
  overflow-x: scroll;
  width: max-content;
}

.second-menu ul.menu {
  display: flex;
  margin:0;
  padding: 1px 3rem 0;
  gap: 2rem;
  overflow-x: auto;
}

.second-menu ul.menu a {
  font-family:var(--font-regular);
  color: #919191;
  text-decoration: none;
  text-transform: none;
}

.second-menu ul.menu li.current-menu-item a,
.single-event ul.menu li.events a,
.single-news ul.menu li.news a,
.second-menu ul.menu a:hover,
.second-menu.graduate li.graduate a,
.second-menu.under-graduate li.under-graduate a {
  color: var(--font-color);
}

.second-menu ul.menu a {
  font-size: 2rem;
  line-height: 2.4rem;
}

.scroll-down .second-menu {
  opacity: 0;
}

.scroll-up .second-menu {
  position: sticky;
  top: 140px;
  z-index: 999999999;
  background-color: white;
  width: 100%;
  padding-bottom: 5px;
  margin-bottom: 0;
}

@media(min-width:768px) {
  .menu-modal-open.scroll-up .body-wrapper.on .second-menu,
  .scroll-up .body-wrapper .second-menu {
    z-index: -1;
    opacity: 0;
  }
  .scroll-up .body-wrapper.on .second-menu {
    z-index: 999999999;
    opacity: 1;
  }
}

.scroll-up nav.on::after {
  content: '';
  display: block;
  width: 100%;
  position: sticky;
  background-color: #FFFFFF;
  height: 75px;
  top: 111px;
  z-index: 999999998;
}

.scroll-up.menu-modal-open .second-menu,
.slbActive .second-menu,
.scroll-up.menu-modal-open nav::after,
.slbActive .scroll-up nav::after,
.page-template-front-page .scroll-up nav::after {
  content: unset;
  z-index: -1;
  opacity: 0;
}

button#sub-menu-button {
  display: none;
}
.menu-modal-closed.search-closed.scroll-up button#sub-menu-button {
  display: inline-flex;
  position: sticky;
  text-align: right;
  top: 4.5rem;
  z-index: 99999;
  font-size: 2rem;
  line-height: 2.4rem;
  color: var(--cada-grey);
  width: fit-content;
  margin-left: auto;
  align-items: center;
  background: white;
  padding-left: 10px;
}

button#sub-menu-button:after {
  font-family: var(--font-graphics);
  content: "\2193";
  color: var(--cada-grey);
  padding-left: 1rem;
}

button#sub-menu-button.on:after {
  content: "\2191";
}

.menu-modal-closed.search-closed.scroll-up button#sub-menu-button:hover,
.menu-modal-closed.search-closed.scroll-up button#sub-menu-button:hover::after {
  color: var(--font-color);
}

@media(max-width: 1440px) {
  button#sub-menu-button {
    padding-right: 3rem;
  }
}

@media(max-width: 768px)  {
 button#sub-menu-button {
   display: none !important;
 }
 body:not(.home).scroll-up nav::after {
   content: '';
   display: block;
   width: 100%;
   position: sticky;
   background-color: #FFFFFF;
   height: 75px;
   top: 111px;
   z-index: 999999998;
 }
 body:not(.home).scroll-up.menu-modal-open nav::after {
   content: unset;
   z-index: -1 !important;
 }
 .page-template-front-page nav {
   width: 100%;
 }
  .main-menu .menu-section-title span {
    font-size: 4rem;
    line-height: 4.2rem;
  }
  .second-menu ul.menu {
    padding: 1px 2rem 0;
  }
}
@media(min-width: 768px) and (min-height: 700px) {
  .main-menu .menu-section-title span {
    font-size: 6rem;
    line-height: 6.2rem;
  }
}
@media (min-width: 1440px) {
  .main-container {
/*     padding-top: 35px; */
  }

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

.slbActive button#sub-menu-button {
  display: none !important;
}

.slbActive .scroll-up .body-wrapper.on .second-menu {
  z-index: -1;
  opacity: 0;
}

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

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

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

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

}

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

.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: var(--background-color);
}

.inside-menu {
  display: flex;
  width: 100%;
  padding-top: 75px;
  transition: opacity 1s ease-in-out 1s;
  opacity: 0;
}

.menu-modal-open .inside-menu {
  opacity: 1;
}

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

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

@media(min-width: 768px) {
  .home .menu-container,
  .home .menu-container .main-menu {
    right: unset;
    width: 51%;
  }

  .menu-container,
  .menu-container .main-menu {
    right: unset;
    width: 50%;
  }
}

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

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

.admin-bar .menu-items {
  margin-top: 32px;
}

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

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

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

.menu-section-title {
  cursor: pointer;
}

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

#search {
  margin-bottom: 15px;
}
.search-menu {
  margin-bottom: 35px;
  margin-top: 20px;
}

.menu-options {
  height: auto;
  overflow: scroll;
  padding-left: 90px;
  -ms-overflow-style: none; /* IE and Edge */
  scrollbar-width: none;
}

.menu-options::-webkit-scrollbar,
#menu-programs-menu::-webkit-scrollbar,
.second-menu > div::-webkit-scrollbar,
.second-menu ul.menu::-webkit-scrollbar,
.menu-research-menu-container::-webkit-scrollbar,
.menu-item-container::-webkit-scrollbar,
.inside-menu::-webkit-scrollbar,
.menu-items::-webkit-scrollbar {
  display: none !important;
}

#menu-programs-menu,
.second-menu,
.second-menu > div,
.menu-options,
.second-menu ul.menu,
.menu-research-menu-container,
.menu-item-container,
.inside-menu,
.menu-items {
  -ms-overflow-style: none !important; /* IE and Edge */
  scrollbar-width: none !important;
}

.main-menu.menu-open,
.main-menu.menu-open .menu-item-container,
.main-menu.menu-open .menu-item-container .inside-menu {
  height: 100%;
}

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

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

@media(min-width:768px){
  .menu-options {
    width: 100%;
  }
}

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

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

#menu .menu-footer {
  box-sizing: border-box;
  width: 100%;
  max-width: 720px;
  background-color: var(--background-color);
}

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

.body-inside-menu-footer {
  text-transform: uppercase;
}

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

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

.menu-footer span.select_rotator,
.home-bottom span.select_rotator,
.update_span_dos {display: inline-block;white-space: nowrap;text-transform: uppercase;}

.main-menu.menu-open .menu-item-container .menu-footer {
  margin-top: auto;
}

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

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

.circles a {
  font-family: var(--font-regular);
  color: var(--font-color);
  text-transform: uppercase;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  border: 2px solid var(--font-color);
  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: 100px;
  height: 100px;
}

.circles a:hover {
  display: inline-flex;
  background-color: var(--cada-red);
  border: 2px solid var(--cada-red);
  color: var(--background-color);
  text-decoration: none;
}

.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: var(--background-color);
  background: var(--font-color);
}

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

/*
  Front Page
*/
body.page-template-front-page,
.page-template-front-page #content {
  height: 100%;
}
.home-container {
  display: flex;
}
.home-container aside {
  position: relative;
  display: flex;
  flex-direction: column;
}

.logo_white .home-container aside,
.logo_white .home-container aside a,
.logo_white .home-container aside a.direct-arrow::after,
.logo_white .home-container aside button.play::after,
.logo_white .home-container aside button.pause::after  {
  color: var(--background-color);
}

.home-container .aside-container {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.home-student-work-container {
  opacity: 0;
}
.home-student-work-container.slick-initialized {
  opacity: 1;
  display: block;
  position: absolute;
  height: 100%;
  top: 0;
  left: -3rem;
  width: calc(98% + 4.38rem);
  z-index: 1;
}
.home-student-work-container .slick-list,
.home-student-work-container .slick-track {
  height: 100%;
}
.home-student-work-container .slick-list {
  overflow: hidden;
}
.home-student-work-container .section-work.slick-slide {
  display: inline-block;
  position: relative;
  /* width: 100% !important; */
  height: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  z-index: 0;
}
.home-student-arrows {
  position: absolute;
  top: 50%;
  display: flex;
  justify-content: space-between;
  width: 100%;
  transform: translate(0, -50%);
  padding: 0 2rem;
  z-index: 999999;
}
.slick-arrow.slick-disabled {
  opacity: 0;
  cursor: default;
}
.slick-arrow {
  cursor: pointer;
}
.work-next, .work-prev,
.event-next, .news-next, .work-next {
  font-family: var(--font-graphics);
  font-size: 6.2rem;
  line-height: 3.6rem;
}
.work-next::after,
.news-next::after,
.event-next::after {
  content: '\2192';
  margin: auto;
  height: auto;
  display: flex;
  margin-top: -4px;
}
.work-prev::after {
  content: '\2190';
}
.home-container .aside-bottom {
  display: flex;
  flex-direction: column;
  margin-top: auto;
  padding-bottom: 2rem;
}
.admin-bar .home-container .aside-bottom {
  padding-bottom: 5rem;
  z-index: 2;
}
.home-container .aside-bottom-container {
  display: flex;
  z-index: 2;
}

.home-thumb {
  width: 100%;
  /* padding-bottom: 56.25%; */
  padding-bottom: 64%;
  background-size: cover;
  background-repeat: no-repeat;
  margin: 0 0 1rem 0;
  background-position: center;
}

.home-thumb.placeholder {
  background-size: contain;
}

.slide-title-section {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}

.slide-title-section a {
  text-decoration: none;
}

.slide-title-section .slideCount, .slide-title-section .slick-arrow  {
  font-size: 2.6rem;
  line-height: 2.4rem;
}

.slide-title-section .slick-arrow {
  padding-left: 10px;
  line-height: 1;
  padding-bottom: 2px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  height: auto;
}

.slide-title-section .slideCount {
  margin-left: auto;
}

.home-container section {
  padding: 4rem 0 2rem 0;
  display: flex;
  flex-direction: column;
  margin-left: 3rem;
}

.home-container section:first-child {
  height: 100vh;
}

.home-container section:not(:first-child) {
  border-top: 1px solid var(--cada-grey);
  margin-top: 5rem;
  padding-top: 1rem;
}

.home-container section:last-child {
  padding-top: 5rem;
}

p.q {
  margin-bottom:0;
  cursor: pointer;
}

p.q.active::after {
  /* content: "\2191"; */
  font-family: var(--font-graphics);
  padding-left: 0.5rem;
}

p.q.active {
  margin-left: 17%;
}

.first_section_links {
  display: flex;
  flex-direction: column;
  margin-top: auto;
}

.admin-bar .first_section_links {
  padding-bottom: 3.5rem;
}

.first_section_links a, .first_section_links a:hover {
  text-decoration: none;
}
.first_section_links a {
  margin-bottom: 0.5rem;
}
.first_section_links a:last-child {
  margin-bottom: 0;
}
.first_section_links a span {
  /* border-bottom: 1px solid; */
  text-decoration: underline;
}


@media(min-width: 768px){
  body.page-template-front-page,
  .page-template-front-page #content {
      position: fixed;
      width: 100%;
      height: 100vh;
      overflow: hidden;
  }
  .home-container aside,
  .home-container main {
    flex: 1;
    width: 50%;
    height: 100%;
  }
  .home-container main {
    overflow-y: scroll;
  }
  .slide-count-container {
    margin-left: auto;
    padding-right: 1rem;
  }
  .slide-count-container .slideCountItem {
    display: inline-block;
    margin-top: 6px;
  }
  .home-container .aside-bottom-container {
    width: calc(100% - 4rem);
  }
}
@media(min-width: 1440px){
  .home-container aside, .home-container main {
    width: 50%;
  }
  .page-template-front-page #content {
    position: relative;
  }
}
@media(max-width: 768px){
  .home-container {
    flex-direction: column;
  }

  .home-student-work-container.slick-initialized {
      opacity: 1;
      display: block;
      height: 100vh;
      height: -webkit-fill-available;
      height: 80svh;
      top: unset;
      left: unset;
      z-index: 1;
      margin-left: -3rem;
      width: calc(100% + 5rem);
  }
  .home-container aside {
    position: relative;
    display: flex;
    flex-direction: column;
    height: 100vh;
    height: -webkit-fill-available;
    height: 80svh;
    min-height: 80%;
  }

  .home-container aside a,
  .home-container aside span {
    font-size: 2rem;
  }

  .home-container .aside-bottom-container {
    width: 100%;
    align-content: center;
    align-items: center;
  }

  .home-container section, .home-container section:first-child {
    position: relative;
    height: auto;
  }

  .home-container main section {
    margin-left: 0;
  }

  .first_section_links a {
    font-size: 2rem;
  }

  .slide-title-section {
    align-items: center;
  }

}
.home-container main::-webkit-scrollbar,
.second-menu::-webkit-scrollbar {
  display: none;
}
.home-container main,
.second-menu {
  -ms-overflow-style: none;
  scrollbar-width: none;
}

/*
  Single
*/

#content {
  box-sizing: border-box;
  position: relative;
  padding: 0 3rem;
}
#content iframe {
  max-width: 100%;
}
#content.search.resources.page {
  min-height: 850px;
  width: 100%;
}

a .title {
  color: var(--font-color);
}

@media(max-width:768px){
  #content {
    padding: 0 2rem;
  }
  .with-aside aside {
    display: none;
  }
}

aside .excerpts {
  margin-bottom:3rem;
}
aside .excerpts:first-child {
  margin-top: 5px;
}

.excerpts p {
  margin:0;
  font-size: 2.6rem;
  line-height: 2.4rem;
}

@media(min-width:768px){
  .with-aside {
    display: flex;
    gap:3rem;
    justify-content: space-between;
  }
  .with-aside aside {
    max-width: 215px;
    min-width: 215px;
  }
  .with-aside aside .circles {
    margin-bottom: 2rem;
    text-align: right;
    margin-right: 0;
    display: flex;

  }
}

/* .menu-items,
.menu-items a {
  font-size: 5.2rem;
  line-height: .95em;
  font-weight: normal;
} */

/* Program */
section.programs-section {
  border-top: 1px solid var(--cada-grey);
  width: 100%;
  padding-top: 2rem;
  margin-bottom: 10rem;
}

.more-news-events {
  margin-top: 14rem;
}

.more-news-events section.programs-section {
    padding-top: 0;
}

section.programs-section h2 {
  margin-bottom: 5rem;
}

.inside-programs-section {
  width: 100%;
}

.inside-programs-section .thumb {
  width: 100%;
  padding-bottom: 62.5%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.inside-programs-section .thumb.no-thumb {
  background-size: contain !important;
}

.inside-programs-section h3 {
  padding: 2rem 0;
}

.inside-programs-section a,
.inside-programs-section a:hover {text-decoration: none;}

.inside-programs-section a:hover h3 {
  text-decoration: underline;
  text-underline-offset: 3px;
}

.page-template-programs-second-page .inside-programs-section a,
.page-template-programs-second-page .inside-programs-section a:hover {
  text-decoration: underline;
}

.more-news-events p.date-tag {
  margin-top: 2.8rem;
  margin-bottom: 1.8rem;
  font-size: 2rem;
  line-height: 2.2rem;
}

@media(min-width: 768px){
  .inside-programs-section {
    display: flex;
    flex-wrap: wrap;
    gap: 2rem;
  }
  .inside-programs-section > div {
    width: calc(50% - 1rem);
  }
}

@media(max-width: 768px) {

  section.programs-section h2 {
    margin-bottom: 2rem;
  }

  .flex-accordion h3 {
    padding-right: 2.5rem;
  }

  .page-template-programs-page .inside-programs-section h3 {
    padding-bottom: 4rem;
  }

  .page-template-programs-second-page .inside-programs-section .thumb {
    margin-bottom: 2rem;
  }

}

.programs-section-container.more  h2.section-heading {

}
.more:hover h2.section-heading {
  text-decoration: none !important;
}

h1, h2, h3, h4, h5, h6 {
  font-family:var(--font-regular);
  font-weight: normal;
}

h1, h2, section.details h1.heading-visible, h1.hero-title, section.intro h1, .about-section p,
.menu-items, .menu-items a {
  font-size: 60px;
  font-size: 6rem;
  line-height: 6.2rem;
}

h1.page-title {
  margin-bottom: 4rem;
}

.page-template-newsevents-page h1.page-title {
  margin-bottom: 6.7rem;
}

h2.home-header {
  font-size: 3.2rem;
  line-height: 1.8;
}

h3, .home-desc .slide-title h3 {
  font-size: 26px;
  font-size: 2.6rem;
  line-height: 2.9rem;
  color: var(--font-color);
}

h4 {
  font-size: 20px;
  font-size: 2rem;
  line-height:2.2rem;
}

.about-section {
  margin: 6rem 0 2rem 0;
}

body, p, .content p, section p, .content li, section li, .wp-block-table,
.flex-accordion h3,
.flex-button a, .flex-button-arrow a, .wp-block-button__link, a.button,
.side-nav .menu-items, .side-nav .menu-items a,
.back-link p, .back-link a p, .back-link a,
.more-news-events h2.section-heading {
  font-size: 32px;
  font-size: 3.2rem;
  line-height: 3.4rem;
}

p.a {
  line-height: 3.2rem;
}

.about-section p {
  max-width: 32ch;
}

.content p, section p, .flex-description p, .page-accordion-content p {
  max-width: 60ch;
}

.flex-accordion .page-accordion-content ul, .flex-accordion .page-accordion-content ol {
  margin: 3rem;
  max-width: calc(60ch - 3rem);
}

.flex-accordion .page-accordion-content ul li, .flex-accordion .page-accordion-content ol li {
  margin-bottom: 2rem;
}

.slideCount {
  font-size: 28px;
  font-size: 2.8rem;
  /* font-size: calc(1rem + 1.111vw); */
}

@media(min-width: 1440px) {
  body.home, .home p, .home section p, aside a {
    /* line-height: 3.4rem; */
    font-size: 2.21vw;
    line-height: 1.055;
  }

  body.home .first_section_links a,
  body.home .mllr-select,
  body.home form {
    font-size: 3.2rem !important;
    line-height: 3.4rem !important;
  }

  h2.home-header {
    font-size: 2.21vw;
    line-height: 1.8;
  }

  h3, .home-desc .slide-title h3 {
    font-size: 1.82vw;
    line-height: 1.2;
  }

  .slide-title-section .slideCount, .slide-title-section .slick-arrow {
    font-size: 1.82vw;
  }

  .work-next::after, .news-next::after, .event-next::after {
    margin-top: -5px;
  }

  .work-prev, .work-next {
    font-size: 4.25vw;
  }
}

@media(max-width: 768px){
  .slide-count-container {
    margin-left: auto;
  }
  .about-section {
    margin: 2rem 0 4rem 0;
  }
}

.slider__item a {
  text-decoration: none;
}

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

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

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

.home-news-slider,
.home-events-slider {
  overflow: hidden;
}

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

@media (max-width: 768px) {
  h1, h2, section.details h1.heading-visible, h1.hero-title, section.intro h1, .about-section p,
  .menu-items, .menu-items a {
    font-size: 34px;
    font-size: 3.4rem;
    line-height: 3.6rem;
  }

  h3, .slide-title, .home-desc .slide-title h3 {
    font-size: 20px;
    font-size: 2rem;
    line-height: 2.2rem;
  }
  h4 {
    font-size: 20px;
    font-size: 2rem;
  }

  .home-container section, .home-container section:first-child p,
  .home-container section, .home-container section:first-child a,
  .side-nav .menu-items, .side-nav .menu-items a {
    font-size: 32px;
    font-size: 3.2rem;
    line-height: 3.4rem;
  }

  body, p, .content p, section p, .content li, section li, .wp-block-table,
  .flex-accordion h3,
  .flex-button a, .flex-button-arrow a, .wp-block-button__link, a.button {
    font-size: 20px;
    font-size: 2rem;
    line-height: 2.2rem;
  }

  p.a {
    line-height: 3.2rem !important;
  }

  .circles a {font-size:24px !important;}
}

.flex-accordion h3 {
  position: relative;
  font-weight: normal;
  padding-top: 2rem;
  border-top: 1px solid var(--cada-grey);
}

.flex-accordion h3:not(.ui-state-active) {
  padding-bottom: 2rem;
}

h2.section-heading {
  margin:4rem 0 0;
  padding: 2rem 0;
}

h2.section-heading.underline {
  border-bottom: 1px solid var(--cada-grey);
}

.more-news-events h2.section-heading {
  padding: 2.8rem 0 6rem 0;
  margin: 0;
  text-transform: capitalize;
}

@media(max-width: 768px){
  h2.section-heading {
    margin: 2rem 0 0;
  }
}

@media(max-height:600px) {
  .menu-items, .menu-items a {
    font-size: 34px;
    font-size: 3.4rem;
    line-height: 3.6rem;
  }
}

/*                  ***
  Grouping content
*/

p {
  margin: 0 0 24px 0;
}

/* Blocks */

.page-accordion, .flex-accordion {
  margin-top: 6rem;
  margin-bottom: 2rem;
  border-bottom: 1px solid var(--cada-grey);
}

p.page-accordion-title,  {
  cursor: pointer;
  border-top: 2px solid var(--cada-light-grey);
  margin: 0;
  padding: 5px 0;
  position: relative;
}

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

.page-accordion-title::after {
  font-family: var(--font-graphics);
  content: "\2193";
  position: absolute;
  color: var(--font-color);
  /* right: 10px; */
  right: 0px;
  top: 50%;
  transform: translate(0, -50%);
}

.page-accordion-title:hover::after {
  color: var(--cada-grey);
  transition: all 0.2s;
}

.page-accordion-title.ui-state-active {
  /* color: var(--cada-grey); */
  transition: all 0.2s;
}
.page-accordion-title.ui-state-active::after {
  font-family: var(--font-graphics);
  content: "\2191";
  color: var(--font-color);
  top: 3.05rem;
}

.page-accordion-content {
  padding-top: 2rem;
}

.page-accordion-content a {
  text-decoration: underline;
}

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

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

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

.flex-button,
.flex-button-arrow {
  font-family: var(--font-medium);
  display: inline-block;
  width: 100%;
  box-sizing: border-box;
  position: relative;
  padding: 10px;
  border: 2px solid var(--font-color);
  margin: 20px 0 40px 0;
}

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

.flex-button a,
.flex-button-arrow a {
  font-family: var(--font-regular);
  display: inline-block;
  width: 100%;
  text-decoration: none;
  background-color: var(--background-color);
  color: var(--font-color);
  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); */
  width: 50%;
  float: left;
}

.flex-button.no-image .flex-content {
  float: none;
}

.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: var(--font-graphics);
  content: "\2192";
  position: absolute;
  right: 5px;
  top: 0;
  background-color: var(--background-color);
  padding-left: 10px;
  width: 30px;
  height: 35px;
  text-align: center;
}

.flex-button.no-image a::after {
  top: 50%;
  transform: translate(0, -50%);
  height: 40px;
}

/* .flex-button.no-image a::after {
  width: unset;
  height: unset;
}

.flex-button.no-image a::after {
  top: 50%;
  transform: translate(0, -50%);
} */

.flex-button-arrow a::after {
  font-family: var(--font-graphics);
  content: "\2192";
  font-size: 35px;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translate(0, -50%);
  background-color: var(--background-color);
  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: var(--background-color);
  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: var(--font-color);
  color: var(--background-color);
}

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

.flex-table .flex-row,
.search .flex-row {
  display: inline-block;
  width: 100%;
  padding: 2rem 0;
  border-bottom: 1px solid var(--cada-grey);
}

.flex-row {
  display: inline-block;
  width: 100%;
  padding: 0.5em 0 0.5em;
  border-bottom: 1px solid var(--cada-grey);
}

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

.flex-table a {
  text-decoration: none !important;
  color: inherit;
}

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

.flex-table .flex-row .right-cell,
.search .flex-row .right-cell {
  /* width: calc(50% - 12.5px); */
  width: 49%;
  float: right;
  padding-right: 2rem;
}

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

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

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

.section-slider {
  margin-top: 2rem;
  overflow: hidden;
}
.section-header-container {
  display: flex;
  align-items: center;
  width: 100%;
  border-top: 1px solid var(--cada-grey);
  padding: 2rem 0;
}

.section-header-container .slideCount {
  margin-left: auto;
  margin-right: 2rem;
}

.section-slider .inside-section-slide {
  width: 100%;
  display: flex;
  gap: 2rem;
}

.inside-section-slide figure,
.inside-section-slide .slide-content {
  flex: 1;
}

.inside-section-slide figcaption,
.inside-section-slide .caption {
  font-family:var(--font-regular);
  color: var(--font-color);
}

.section-slide {
  display: inline-block;
}

button.sect-next {
  position: relative;
  display: flex;
  align-content: center;
  align-items: center;
  justify-content: center;
  width: 25px;
  height: 25px;
}

button.sect-next::after {
  font-family: var(--font-graphics);
  content: "\2192";
  padding-left: 10px;
  position: relative;
  right: 10px;
  top: -3.5px;
}

.flex-gallery {
  padding-top: 2rem;
  border-top: 1px solid var(--cada-grey);
}

.single-people .flex-gallery {
  margin: 4rem 3rem 4rem 3rem;
}

.page-template-student_work-page .flex-gallery {
  padding-top: 6rem;
  border-top: 1px solid transparent;
}

.flex-gallery h2 {
  margin-top: 0;
  margin-bottom: 2rem;
}

.flex-gallery .inside-gallery .gallery-image figcaption {
  line-height: 1.3;
}

.inside-gallery {
  --gap: 2rem;
  --columns: 2;
  max-width: 100%;
  margin: 0 auto;
  flex-direction:column;
  columns: var(--columns);
  gap: var(--gap);
}

@media(max-width: 768px) {
  .inside-gallery {
    --columns: 1;
  }
}

.inside-gallery > * {
  break-inside: avoid;
  margin-bottom: var(--gap);
}

.single-people .inside-gallery .gallery-image {
  margin-bottom: 4rem;
}

@supports (grid-template-rows: masonry) {
  .inside-gallery {
    display: grid;
    grid-template-columns: repeat(var(--columns), 1fr);
    grid-template-rows: masonry;
    grid-auto-flow: dense;
    /* align-tracks: stretch; */
  }

  .inside-gallery > * {
    margin-bottom: 0em;
  }
}

.inside-gallery .gallery-image {
  grid-column: span 2;
  margin-bottom: 4rem;
}

.inside-gallery .gallery-image figure {
  margin: 0;
}

.inside-gallery .gallery-image figcaption {
  font-family:var(--font-regular);
  font-size: 2rem;
  margin:0;
  color: var(--font-color);
  margin-top: 1rem;
  line-height: 1rem;
}

@media(min-width: 768px) and (max-width: 1200px) {
  .inside-gallery .gallery-image figcaption {
    line-height: 1;
  }
}

@media(max-width: 768px) {
  .inside-gallery .gallery-image figcaption {
    line-height: 2.2rem;
  }
}

.inside-gallery .gallery-image,
.inside-gallery .gallery-image .im {
  max-width: 100%;
  display: block;
  height: fit-content;
}

.inside-gallery .gallery-image img {
  width: 100%;
  cursor: zoom-in;
}

.img-program {
  line-height: 1.3;
}

.img-program a {
  font-size: 2rem;
  cursor: pointer;
  color: var(--font-color);
}

.img-program a::before {
  content: ' ';
  width: 15px;
  height: 15px;
  display: inline-block;
  background: black;
  border-radius: 50%;
  margin-right: 5px;
  margin-top: -2px;
}

@media(min-width: 768px) {
  .img-program a {
    display: flex;
    align-items: center;
  }
}

@media(max-width: 768px){
  .section-slider .inside-section-slide {
    flex-direction: column;
  }
}

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

.flex-description ul {
  margin-left: 2.5rem;
}

.menu-section-title span {
  position: relative;
  display: inline-block;
  width: fit-content;
}

.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.menu-unbind.title-inactive span,
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;
}

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

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

#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: var(--font-color);
}
ul.sub-menu li a:hover {
  color: var(--cada-grey);
  /*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: 3.2rem;
  line-height: 3.4rem;
  color: var(--font-color);
  display: block;
}

aside a.link {
  /*text-decoration: underline;*/
  display: inline;
}

aside .section-content a {
  display: inline;
  font-size: 2.6rem;
  line-height: 2.4rem;
  text-decoration: underline;
}

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

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

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

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

.centered {
  vertical-align: text-top;
  /* display: inline-block; */
}
.title-tag {
  float: left;
}

/* News & Events */
.page-template-newsevents-page #sub-menu, .page-template-newsevents-page #sub-menu-button {
  display: none !important;
}

/* .page-template-newsevents-page #sub-menu, .page-template-newsevents-page #sub-menu-button,
.page-template-news-page #sub-menu, .page-template-news-page #sub-menu-button,
.page-template-events-page #sub-menu, .page-template-events-page #sub-menu-button {
  display: none !important;
} */

.single-event section.main-details,
.single-news  section.main-details {
  display: flex;
  justify-content: space-between;
  width: 100%;
  gap: 2rem;
}

/* .single-event section.main-details section.intro .date-time {
  margin-bottom: 2rem;
} */

.single-news  section.main-details h1,
.single-event section.main-details section.intro .date-time {
  margin-bottom: 6rem;
}

.single-event  section.main-details h1 {
  margin-bottom: 1rem;
}

.single-event .details figure,
.single-news  .details figure {
  margin: 0;
  height: auto;
  padding-bottom: 0;
  line-height: 0;
}

.single-event .details figure img,
.single-news  .details figure img {
  margin-bottom: 2rem;
}

.single-event .details p, .single-event .details time,
.single-news .details p, .single-news .details time {
  font-size: 2rem;
}

.single-event .details, .single-event .details p, .single-event .details address,
.single-news .details, .single-news .details p, .single-news .details address {
  font-size: 2rem;
  line-height: 2.2rem;
  margin:0;
  font-style: normal;
}

.single-event .showtimes {
  margin: 4rem 0;
  border-top: 1px solid var(--cada-grey);
}

@media(min-width: 768px){
  .single-event section.main-details > section,
  .single-news  section.main-details > section {
    flex:1;
  }
}

@media(max-width: 768px){
  .single-event section.main-details,
  .single-news  section.main-details {
    flex-direction: column;
  }
}

/* Search & Resource Center */

.search-results .content {
  margin-bottom: 100px;
  display: inline-block;
  width: 100%;
}

.searched-event .events-title:first-child::before,
.searched-about .about-title:first-child::before,
.searched-admissions .admissions-title:first-child::before,
.searched-people .people-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 var(--cada-grey);
  color: var(--font-color);
  /* font-size: 28px; */
  padding: 10px 0;
  font-weight: normal;
}
.searched-event .events-title:first-child::before {
  content: "Events";
  border-top: 2px solid var(--cada-grey);
}
.searched-about .about-title:first-child::before {
  content: "About";
  border-top: 2px solid var(--cada-grey);
}
.searched-admissions .admissions-title:first-child::before {
  content: "Admissions";
  border-top: 2px solid var(--cada-grey);
}
.searched-people .people-title:first-child::before {
  content: "People";
  border-top: 2px solid var(--cada-grey);
}
.searched-program .program-title:first-child::before {
  content: "Programs";
  border-top: 2px solid var(--cada-grey);
}
.searched-news .news-title:first-child::before {
  content: "News";
  border-top: 2px solid var(--cada-grey);
}
.searched-page .page-title:first-child::before {
  content: "Page";
  border-top: 2px solid var(--cada-grey);
}
.searched-resources .resources-title:first-child::before {
  content: "Resources";
  border-top: 2px solid var(--cada-grey);
}

#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 var(--cada-light-grey);
  display: inline-block;
  width: 100%;
  padding: 20px 0;
}

/*
  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: 0;
  position: relative;
  margin-left: 10px;
  text-transform: capitalize;
}

p.found-search span.main::before {
  /* content: "\2022"; */
  position: absolute;
  left: 0;
  border: 1px solid var(--font-color);
  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: var(--font-color);
  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 {
    display: inline-block;
    width: 100%;
    /* padding-right: 20px; */
  }
  .resources-resources .resource-form-section.right{float:right;}
}

.resource-form-section.right {
  position: relative;
  height: 50px;
  border-bottom: 1px solid var(--font-color);
  margin-bottom: 20px;
}

.popular {
  text-transform: uppercase;
  margin-top: 3rem;
  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 var(--cada-grey);
  /* font-size: 20px;
  line-height: 24px; */
  color: var(--font-color);
  position: relative;
}

#content.resources a.resource-result:hover,
#content.search .content .parent .child a:hover {
  color: var(--cada-grey);
  transition: all 0.2s;
}

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

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

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

.resources-description {
  width: 65%;
}

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

.title-container {
  display: flex;
  justify-content: space-between;
}

.page-template-newsevents-page .title-container {
  margin-top: 6rem;
}

/* Dropdown Selector */

.uic-mllr-select {
  width: 100%;
}

.mllr-select, .inside-mllr-select, .mllr-select-one, .outside-mllr-select {
  width: 100%;
}

.inside-mllr-select {
  position: relative;
}

.mllr-select-one {
  border-top: 2px solid var(--font-color);
  cursor: pointer;
  text-transform: capitalize;
  position: relative;
  overflow: hidden;
}
.mllr-select-one, .mllr-select a {
  display: block;
  padding: 1.2rem 1.2rem 1rem 1.2rem;
  border-left: 2px solid var(--font-color);
  border-right: 2px solid var(--font-color);
  border-bottom: 2px solid var(--font-color);
  background-color: var(--background-color);
  color: var(--font-color);
  text-transform: uppercase;
  /* line-height: 0.8em; */
  text-decoration: none;
}

.mllr-select-one.rotate {
  line-height: 0.85;
}

.mllr-select-one:hover, .outside-mllr-select a:hover {
  background-color: var(--font-color);
  color: var(--background-color);

  display: block;
  background-size: unset;
  background-repeat: unset;
  background-position: unset;
  text-decoration: unset;
}

.outside-mllr-select {
  display: none;
  position: absolute;
  z-index: 2;
}

.home .uic-mllr-select {
  margin-bottom: 2rem;
}

.home .outside-mllr-select {
  position: absolute;
  z-index: 2;
  top: -198px;
  border-top: 2px solid;
}

@media(min-width: 768px){
  .main-menu .uic-mllr-select {
    position: absolute;
    bottom: 6rem;
    width: 80%;
  }
  .main-menu .outside-mllr-select {
    top: -172px;
    background-color: var(--background-color);
    border-top: 2px solid;
  }
  .main-menu .uic-mllr-select,
  .main-menu .outside-mllr-select a {
    font-size: 3.2rem;
  }
  .home .main-menu .uic-mllr-select {
    position: absolute;
    bottom: 6rem;
    width: 80%;
  }
  .home .main-menu .uic-mllr-select,
  .home .main-menu .outside-mllr-select a {
    font-size: 3.2rem;
  }
  .home .main-menu .outside-mllr-select {
    /* top: -172px; */
    background-color: var(--background-color);
    border-top: 2px solid;
  }
  .home .main-menu .inside-mllr-select .mllr-select-one::after {
    top: 50%;
    transform: translate(0, -45%);
  }
  /* .page-template-student_work-page .main-menu .uic-mllr-selec,
  .page-template-people-page .main-menu .uic-mllr-select, */
  .main-menu .uic-mllr-select {
    bottom: 8rem;
  }
  .main-menu .inside-mllr-select .mllr-select-one::after {
    top: 50%;
    transform: translate(0, -45%);
  }

  .page-template-student_work-page .main-container .mllr-select,
  .page-template-newsevents-page .main-container .mllr-select {
    max-width: 50%;
    margin-top: 5px;
  }
}

@media(min-width: 1440px) {
  .home-bottom .outside-mllr-select {
    top: -385%;
  }
}

@media(max-width: 768px){
  .main-menu .outside-mllr-select {
    position: absolute;
    z-index: 2;
    top: -172px;
    border-top: 2px solid;
    background-color: var(--background-color);
  }
}

.inside-mllr-select.active .outside-mllr-select {
  display: block;
}

.inside-mllr-select .mllr-select-one:after {
  font-family: var(--font-graphics);
  position: absolute;
  content: "\2193";
  top: 50%;
  transform: translate(0, -45%);
  right: 1em;
  width: 0;
  z-index: 2;
}

.inside-mllr-select.active .mllr-select-one:after {
  content: "\2191";
}

.rotator.active {
  display: inline-block;
}

.rotator:not(.active){
  display: none;
}

.inside-mllr-select .select_rotator,
.inside-mllr-select.active .select_rotator {
  padding-left: 8px;
  z-index: 0;
  opacity: 1;

  -webkit-transition:-webkit-transform .3s ease;
   -moz-transition:   -moz-transform .3s ease;
    -ms-transition:    -ms-transform .3s ease;
        transition:        transform .3s ease;
}

.inside-mllr-select .select_rotator:not(.active),
.inside-mllr-select.active .select_rotator:not(.active) {
  display: inline-block;
  position: absolute;
 -webkit-transform: translate(0, -200%);
 -moz-transform: translate(0, -200%);
  -ms-transform: translate(0, -200%);
      transform: translate(0, -200%);
  opacity: 0;

}

.inside-mllr-select .select_rotator.active:not(.first),
.inside-mllr-select.active .select_rotator.active:not(.first) {
  position: absolute;
  display: inline-block;
  /* animation: mllr_rotator_animate_active 4.25s forwards;
  animation-delay: 2s;
  opacity: 1; */
  -webkit-transform: translate(0, 0%);
  -moz-transform: translate(0, 0%);
   -ms-transform: translate(0, 0%);
       transform: translate(0, 0%);
}

@keyframes mllr_rotator_animate_active {
   0%,50% {
     top: unset;
   }
   51%,100% {
     top: -60px;
     botton: unset;
   }
}

.inside-mllr-select .select_rotator.next,
.inside-mllr-select.active .select_rotator.next {
  position: absolute;
  display: inline-block;
  -webkit-transform: translate(0, 200%);
   -moz-transform: translate(0, 200%);
    -ms-transform: translate(0, 200%);
        transform: translate(0, 200%);
}

@keyframes mllr_rotator_animate_next {
   100% {
     botton: unset;
     top:unset;
   }
}


@media(min-width:768px){
  .page-template-people-page .uic-mllr-select {
    width: 50%;
    margin-top: 5px;
  }
  .inside-menu-footer .uic-mllr-select {
    width: 80%;
  }
  .inside-menu-footer .outside-mllr-select {
    top: -198px;
  }
}
@media(min-width:1440px) {
  .inside-menu-footer .outside-mllr-select {
    top: -188px;
  }
}
@media(max-width: 768px){
  .title-container {
    flex-direction: column;
  }
  h1.page-title {
      margin-bottom: 2rem;
  }
  .uic-mllr-select {
    margin-bottom: 2rem;
  }
  .mllr-select-one, .mllr-select a {
    font-size: 2rem !important;
  }
  /* .inside-mllr-select .mllr-select-one::after {
    top: 0.65em;
  } */

  .home .main-menu .outside-mllr-select,
  .home .home-container .outside-mllr-select {
    top: -172px;
  }

  .inside-mllr-select .select_rotator, .inside-mllr-select.active .select_rotator {
    padding-left: 6px;
  }
}

.mllr-select-one::before {
  position: absolute;
  right: 0;
  top: 0;
  content: '';
  width: 70px;
  height: 100%;
  /* background-color: var(--background-color); */
  background-image: linear-gradient( to right, rgba(255,255,255,0), rgba(255,255,255,1), rgba(255,255,255,1) );
  z-index: 1;
}

.mllr-select-one:hover::before {
  /* background-color: var(--font-color); */
  background-image: linear-gradient(to right, rgba(0,0,0,0), rgba(0,0,0,1),rgba(0,0,0,1));
}

/*
  People
*/

.people-listings {}

.people-listings a {color: var(--font-color);}

.person-listing figure {
  margin-bottom: 0.5rem;
}

.person-listing p {
  font-size:1.8rem;
  line-height: 2.2rem;
  margin:0;
}
.person-listing-title p.person-name {
  font-family: var(--font-medium);
}

.single-people .title-section {
  margin-bottom: 6rem;
}

.single-people .main-details {
  display: flex;
  gap: 2rem;
}

.single-people .main-details section.details p {
  font-size: 1.8rem;
  margin-bottom: 2rem;
  line-height: 1.15;
}

.single-people .main-details figcaption {
  font-family: var(--font-medium);
  font-size: 1.8rem;
  color: var(--font-color);
  margin-top: 2rem;
}

.single-people .main-details > section {
  flex: 1;
}

.single-people #contact p {
  margin:0;
}

@media (min-width: 768px) {
  .people-listings {
    display: flex;
    flex-wrap: wrap;
    gap: 0 2rem;
  }
  .person-listing {
    width: calc(25% - 1.5rem);
  }
  .person-listing-title {
    margin: 0 0 3rem;
  }
}

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

@media(max-width: 768px){
  .person-listing {
    margin-bottom: 4rem;
  }

  .single-people .main-details {
    flex-direction: column-reverse;
  }
  .single-news section.details, .single-people section.details, .single section.details {
    margin-bottom: unset;
    padding-bottom: unset;
  }
}

/* Listing Pages (Events, News) */
.post-listing {
  width: 100%;
  margin-bottom: 4rem;
}

.listing-title h2 {
  margin-bottom: 2rem;
}

.post-listing .listing-thumb {
  width: 100%;
  padding-bottom: 64%;
  background-size: cover;
  background-repeat: no-repeat;
}

.post-listing .listing-thumb.no-thumb {
  background-size: contain;
}

.post-listing a {color: var(--font-color);}

p.news-events-type,
.news-events-type-also {
  margin-bottom: 1rem;
  /* text-transform: uppercase; */
}

.page-template-newsevents-page p.news-events-type,
.page-template-newsevents-page .news-events-type-also,
.listing-title p.news-events-type,
.listing-title .news-events-type-also {
  font-size: 2rem;
  text-transform: none;
  line-height: 2.2rem;
}

.page-template-newsevents-page h2,
.listing-title h2 {
  font-size: 3.2rem;
  line-height: 3.2rem;
  font-weight: bold;
}

@media(min-width: 768px){
  .inside-post-listing {
    display: flex;
    gap: 2rem;
  }
  .inside-post-listing > div {flex:1;}
}
@media(max-width: 768px){
  .listing-title {
    margin-top: 2rem;
  }
}

/*                      ***
  Text-level semantics
*/

.tag {
  display: inline-block;
  font-size: 16px;
  line-height: 16px;
  text-transform: uppercase;
  border: 1px solid var(--font-color);
  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: var(--font-color);
  text-transform: uppercase;
}

.highlight {
  font-family: var(--font-medium);
  font-size: 24px;
  line-height: 28px;
  color: var(--cada-grey);
}

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

.search-form-header-text {
  /*font-family: 'TheinhardtRegular';*/
  font-size: 20px;
  line-height: 20px;
  font-weight: normal;
  color: var(--cada-grey);
}

.search-total-results {
  font-family: var(--font-medium);
  font-size: 24px;
  line-height: 28px;
  text-transform: uppercase;
  color: var(--cada-grey);
  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 {
  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 {
  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 {
  margin: 5px 0 25px;
}

figcaption,
.caption {
  font-family: var(--font-regular);
  font-size: 2rem;
  line-height: 2.2rem;
  color: var(--font-color);
}

figcaption.main {
  margin: 14px 37px 37px 37px;
  line-height: 1.3;
}

figcaption span {
  display: block;
  line-height: 1.3;
}

figcaption span.designer {
  margin-bottom: 1.1rem;
}

@media(max-width: 768px) {
  figcaption span.designer {margin-bottom: unset;}
}

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

.menu-item {
  font-family: var(--font-medium);
  font-size: 18px;
  text-transform: uppercase;
  display: inline-block;
  vertical-align: middle;
  line-height: 0.7;
  color: var(--font-color);
}

.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-inside-top-footer ul.menu {
  display: block;
  margin: 1rem 0 0 0;
}

.body-inside-top-footer ul.menu li {
  display: block;
  padding: 0;
  text-indent: -26px;
  padding-left: 26px;
  /* margin: -2px 0 0 0; */
}
.body-inside-top-footer ul.menu a {
  line-height: 1.15;
}

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

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

.single-people li.faculty.menu-item a {
  color: var(--font-color);
}

.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: var(--font-regular);
  text-transform: none;
  color: var(--font-color);
  font-weight: normal;
  position: relative;
}

.cell .menu-item a:hover,
.menu-section-title a:hover {
  /*text-decoration: underline;*/
  color: var(--font-color);
}

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

.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 var(--background-color); */
}

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

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

@media(max-width: 768px) {
  #menu .main-menu.menu-open .menu-footer {
    height: 175px;
  }
}

#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;
  }
}
@media(max-width: 768px){
  #menu .main-menu.menu-open .menu-footer {
    padding: 0px 0 0 15px;
  }
  .body-top-footer {display:none;}
}
@media(min-width: 1440px){
  .inside-menu, #menu .main-menu.menu-open .menu-footer {
    width: 720px;
  }
}

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

.featured-rule {
  display: block;
  width: 100%;
  position: relative;
  vertical-align: top;
  height: 1px;
  margin-bottom: 0;
  padding-bottom: 10px;
}
.inside-featured-rule {
  background-color: var(--cada-grey);
  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: var(--cada-grey);
  margin: 0;
  text-transform: uppercase;
  line-height: normal;
  margin-top: 10px;
}

#featured .featured-section a {
  font-size: 22px;
  line-height: 24px;
  color: var(--font-color);
  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;
  color: var(--font-color);
}

.flex-description a {
  color: var(--font-color);
  text-decoration: underline;
  text-underline-offset: 5px;
}

a:hover {
  color: var(--cada-grey);
  transition: all 0.2s;
}

.post-listing a:hover h2,
.post-listing a:hover .date,
.post-listing a:hover .time {
  color: var(--font-color);
  text-decoration: underline;
  text-underline-offset: 3px;
  transition: all 0.2s;
}

.post-listing a:hover p.news-events-type {
  color: var(--font-color);
}

.container a:hover::not(.date) {
  transition: all 0.2s;
}

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

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

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

a.link:hover, section a:hover, a[data-type='URL']:hover {
  color: var(--cada-grey);
  transition: all 0.2s;
}

a.logo {
  font-family: var(--font-medium);
  display: inline-block;
  color: var(--font-color);
  position: absolute;
  left: 94px;
}

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.logo span {
  font-size: 20px;
  line-height: 53px;
}
aside a.direct-arrow {
  display: flex;
  align-items: center;
}
aside a.direct-arrow span {
  line-height: 1;
  display: inline-block;
  /* border-bottom: 1px solid; */
  text-decoration: underline;
}
a.direct-arrow::after {
  font-family: var(--font-graphics);
  content: "\2192";
  padding-left: 10px;
  line-height: 1;
  padding-bottom: 2px;
}

button#menu_button {
  width: 42px;
  height: 24px;
  position: absolute;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  left: 30px;
  top: 50%;
  transform: translateY(-50%);
}

button#menu_button span {
  display: inline-block;
  width: 100%;
  height: 3px;
  background-color: var(--font-color);
}

.menu-modal-closed.logo_white button#menu_button span {
  background-color: var(--background-color);
}

.play-pause-buttons {
  display: flex;
  align-items: center;
}

.play-pause-buttons button {
  margin-top: 4px;
}

.play-pause-buttons button:not(.active) {
  display: flex;
}

button.play::after, button.pause::after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 1.6rem;
  width: 2rem;
  height: 2rem;
  border: 1px solid;
  border-radius: 50%;
  padding: 0.5rem;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  content: '';
  background-repeat: no-repeat;
  background-size: 50%;
  background-position: center;
}
button.play::after {
  /* content: '\f04b'; */
  background-image: url('../images/play-solid.svg');
}
.logo_white button.play::after {
  background-image: url('../images/play-solid_w.svg');
}

button.pause::after {
  /* content: '\f04c'; */
  background-image: url('../images/pause-solid.svg');
}
.logo_white button.pause::after {
  background-image: url('../images/pause-solid_w.svg');
}

@media(max-width: 768px){
  button#menu_button {
    left: 2rem;
  }

  a.logo {
    left: 80px;
  }

  .play-pause-buttons {
    display: inline-flex;
    line-height: 0;
  }
  .play-pause-buttons button {
    display: flex;
    padding-left: 1rem;
  }
  button.play::after, button.pause::after {
    font-size: 1.2rem;
    padding: 0.2rem;
  }
}

.menu-modal-open button#menu_button {
  display: block;
}

.menu-modal-open button#menu_button span:last-child {display: none;}

.menu-modal-open button#menu_button span {
  position: absolute;
  top: 50%;
  left: 0;
}

.menu-modal-open button#menu_button span:first-child {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.menu-modal-open button#menu_button span:nth-child(2) {
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
}

@media (min-width: 1440px){
  a.logo span {
    font-size: 24px;
    line-height: 55px;
  }
}

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: var(--font-graphics);
  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;
  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: var(--font-color);
  transition: all 0.2s;
}
.home-container a:hover .tag {
  background-color: var(--font-color);
  color: var(--background-color);
  transition: all 0.2s;
}

body.single a:hover .tag {
  color: var(--background-color);
  background-color: var(--font-color);
  transition: all 0.2s;
}

.nav-links {
  display: inline-block;
  width: auto;
  float: none;
  padding-right: 0;
  box-sizing: border-box;
  position: absolute;
  height: 50px;
  /* left: 50%; */
  bottom: 1rem;
  text-transform: uppercase;
}

@media(max-width: 768px) {
  .nav-links {
    display: flex;
    flex-direction: column;
    width: auto;
    float: none;
    padding-right: 0;
    box-sizing: border-box;
    position: absolute;
    height: 70px;
    bottom: 3rem;
  }
}

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.left {
  float: none;
  margin-left: 0;
  position: absolute;
  left: 30px;
}

a.right:hover,
nav a:hover .menu-item {
  color: var(--cada-grey);
}

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

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

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

.carousel-image img,
.inside-section-slide img {
  max-height: 550px;
  width: auto;
}

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

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

img.main {
  width: 100%;
}

figure {
  margin: 0 0 2rem 0;
}

.flex-image figure {
  margin-bottom: 6rem;
}

footer {
  position: relative;
  padding-bottom: 30px;
  background-color: var(--background-color) !important;
  padding: 0;
}

.menu-footer {
  padding-top: 20px;
  /* border-top: 1px solid var(--cada-grey); */
  clear: both;
  padding-bottom: 30px;
  background-color: var(--background-color) !important;
}

footer .menu-footer {
  padding-bottom: 20px;
}

footer,
footer a,
footer a span.menu-item,
.menu-footer,
.menu-footer a,
.inside-menu-footer .menu-item {
  font-family:var(--font-regular);
  color: var(--font-color);
  text-decoration: none;
  font-size: 1.8rem;
  background: none;
  text-transform: unset;
}

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

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

.body-inside-top-footer {
  padding-top: 4rem;
}

.body-inside-top-footer,
.body-inside-menu-footer {
  border-top: 1px solid var(--cada-grey);
}

.body-inside-top-footer .menu-section-title a {
  text-transform: uppercase;
  display: block;
}

.body-inside-top-footer .menu-section-title a:hover span {
  text-decoration: underline;
}

.body-mid-footer {
  padding-bottom: 3rem;
}
.body-inside-mid-footer {
  width: calc(100% - 60px);
  display: flex;
  margin: auto;
}

.body-inside-mid-footer .circles {
  display: flex;
  align-content: center;
}

@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,
  .body-inside-top-footer {
    width: calc(100% - 60px);
    display: flex;
    justify-content: space-between;
    /* align-items: center; */
    align-content: center;
    padding-bottom: 4rem;
    /* height: 50px; */
  }

  .body-inside-top-footer {
    margin: auto auto 8rem auto;
  }

  .body-inside-menu-footer section {
    display: inline-block;
    width: 50%;
  }

  .body-inside-top-footer section {
    width: 100%;
  }

  .body-inside-menu-footer section:first-child {
    /* float: left; */
    display: flex;
    align-items: end;
  }
  .body-inside-menu-footer section:last-child {
    /* float: right; */
    padding-bottom: 4px;
    padding-top: 2rem;
    display: flex;
    /* justify-content: space-between; */
    padding-left: 2rem;
    gap: 4rem;
  }

  .body-inside-top-footer .footer-menu-options {
    display: flex;
    justify-content: space-between;
    gap: 4rem;
  }

  .body-inside-top-footer .footer-menu-options .cell {
    flex: 1;
  }

  .body-inside-menu-footer section:last-child > div {
    display: flex;
    flex-direction: column;
    flex: 1;
  }

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

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

  footer.body-footer .body-inside-menu-footer .social-icons {
    margin-top: 2px;
  }
}
@media(min-width:1470px) {
  body:not(.home) button#menu_button {
    left: 0;
  }
  body:not(.home) a.logo {
    left: 64px;
  }
  body:not(.home) .menu-options {
    padding-left: 75px;
  }
  #menu .main-menu.menu-open .menu-footer {
    padding: 0 0 0 57px;
    position: relative;
  }
  .second-menu ul.menu {
    padding: 1px 0 0;
  }
  body:not(.home) #content {
    padding: 0;
  }
  .body-inside-mid-footer {
    width: 100%;
  }
  .body-inside-menu-footer, .body-inside-top-footer {
    width: 100%;
  }
}

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

footer .inside-footer {
  display: none;
}

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

  body:not(.home) .body-footer {
    padding: 0 2rem;
    width: 100%;
  }

  .body-footer .body-inside-menu-footer,
  .body-footer .body-inside-mid-footer {
    width: 100%;
    padding: unset;
  }

  .body-menu-footer .body-inside-menu-footer {
    padding-top: 2rem;
    margin-left: 0;
  }

  .body-footer .body-inside-top-footer {
    padding: 2rem 0 0 0;
  }

  .body-footer .body-mid-footer {
    padding-bottom: 2rem;
  }

  .body-inside-top-footer .footer-menu-options {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    flex-wrap: wrap;
  }

  .body-inside-top-footer .footer-menu-options .cell {
    width: calc(50% - 1rem);
    padding-bottom: 2rem;
  }

  .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%;
    margin-bottom: 2.47rem;
  }
  footer section span, .menu-footer section span {
    display: block;
  }
  footer section span.spacer {
    height: 20px;
  }
  footer section span.mobile-spacer {
    margin-bottom: 20px;
  }

  .body-inside-menu-footer section:last-child div:not(:last-child) {
    margin-bottom: 2.47rem;
  }

  .body-footer {
    padding: 2rem 0;
  }
}

@media (min-width: 1440px) {
  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: var(--background-color);
  color: var(--font-color) !important;
  font-size: inherit;
  border: 2px solid var(--font-color);
  border-radius: 0;
  background-image: none;
  padding: 10px;
}

.wp-block-button__link:hover,
a.button:hover {
  background-color: var(--font-color);
  color: var(--background-color);
  border: 2px solid var(--font-color);
  background-image: none;
}

.degree-buttons a.button:hover {
  color: var(--background-color) !important;
}

.degree-buttons {
  display: flex;
  width: 100%;
  gap: 2rem;
  margin: 4rem 0;
}

.degree-buttons > a {
  flex: 1;
  display: flex;
  justify-content: center;
  flex-direction: column;
  text-align: center;
}

@media(max-width: 768px){
  .degree-buttons > a {
    font-size: 2rem;
  }
}

.carousel-slide {
  overflow: hidden;
  width: 100%;
  margin-top: 2rem;
  border-top: 1px solid #9B9B9B;
  padding-top: 2rem;
}

.carousel-image {
  display: inline-block;
}

.carousel-image figure {
  margin: 0 auto 2rem auto;
  text-align: center;
}

.carousel-image figcaption {
  margin-top: 4rem;
}

button.carousel-next::after {
    font-family: var(--font-graphics);
    content: "\2192";
    padding-left: 10px;
    position: relative;
    right: 10px;
    top: -3.5px;
}

.section-carousel {
  position: relative;
}

.section-carousel-container-controls {
  display: flex;
  justify-content: space-between;
  position: absolute;
  bottom: 0;
  width: 100%;
  z-index: 999;
  border-bottom: 1px solid #9B9B9B;
  padding-bottom: 10px;
}

@media(max-width: 768px) {
  .section-carousel-container-controls {
    width: 100%;
  }
}

.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: var(--font-color);
  color: var(--background-color);
}

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 var(--cada-grey);
}

@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 var(--cada-grey); */
}

#menu .inside-search-menu {
  max-width: 100%;
  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: var(--font-color);
}

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;
  /* width: 20%; */
  box-sizing: border-box;
  height: 50px;
  line-height: 0;
  text-align: center;
  float: right;
  min-width: 100px;
}

@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: var(--font-color);
  color: var(--background-color);
}

.inside-search-menu input[type="submit"]:active {
  background-color: var(--cada-red);
  color: var(--background-color);
}

.home-bottom-search form {
  width: 100%;
  display: flex;
  justify-content: space-between;
  border-bottom: 2px solid var(--font-color);
  /* padding-bottom: 1rem; */
  margin-top: 2rem;
}
.home-bottom-search input {
  border-color: transparent;
}
.home-bottom-search input[type="text"] {
  width: 75%;
  padding-left: 1.2rem;
}
.home-bottom-search input[type="search"] {
  width: 100%;
}
.home-bottom-search input::placeholder {
  color: var(--font-color);
}
.home-bottom-search button {
  width: 25%;
  text-align: right;
}
.home-bottom-search button::after {
  content: url('../images/magnifying-glass-solid.svg');
  display: inline-block;
  height: 34px;
  width: 20px;
  padding-right: 1rem;
}
.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 var(--font-color);
  border-top: none;
}

.select-hide {
  display: none;
}

.select-selected {
  border-top: 2px solid;
  cursor: pointer;
  background: var(--background-color);
}

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

.select-selected:after {
  position: absolute;
  font-family: var(--font-graphics);
  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: var(--background-color) !important;
  background-color: rgba(0, 0, 0, 1);
  border-color: black;
}

.resource-filter-bt {
  color: var(--font-color);
  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: var(--font-color);
  padding: 2px 8px;
  border: 2px solid var(--font-color);
  cursor: pointer;
  text-transform: uppercase;
  margin-top: 10px;
  width: auto;
  display: block;
  margin-bottom: 20px;
  border-radius: 0;
  background: var(--background-color);
}

.container.search #resourcesubmit:hover {
  color: var(--background-color);
  background-color: var(--font-color);
}

details {
  display: block;
}

summary {
  display: list-item;
}

@media (min-width: 1440px) {

  .related.events h2.title {
    min-height: 328px;
  }
  .home .related.events h2.title {
    /* 	  min-height: 250px; */
    min-height: 330px;
  }
  .related.events figure {
    max-height: 450px;
  }
  .page-template-events-page .related.events ul li {
    min-height: 420px;
  }
}

/* Misc */

#hero-pop {
  z-index: 9999999 !important;
}

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

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

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

.page-template-front-page .head-space {
  display: none;
}

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

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

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

@media (max-width: 768px) {
  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;
  }
}

@media(max-width: 768px){
  .menu-footer section {width: 100%;}
  #menu .main-menu.menu-open .menu-footer {
    padding:0;
  }
  .inside-menu-footer, .body-inside-menu-footer {
    width: calc(100% - 50px);
    margin: 0px 0px 0px 2rem;
  }
}

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

/* SCREENSAVER */
body.screen-active {
  overflow: hidden;
}
#screensaver:not(.active) {
  display: none;
}
#screensaver.active {
  position: fixed;
  top: 0;
  left: 0;
  background-color: white;
  width: 100%;
  height: 100%;
  z-index: 999999999;
}

#screensaver .logo-container {
  position: fixed;
  display: flex;
  gap: 2rem;
  align-items: center;
  margin-top:1rem;
}

button#sreensaver_menu_button {
  position: relative;
  width: 42px;
  height: 24px;
  display: block;
  flex-direction: column;
  justify-content: space-between;
}

button#sreensaver_menu_button span {
  display: inline-block;
  position: absolute;
  top: 50%;
  width: 100%;
  height: 3px;
  background-color: var(--font-color);
}

button#sreensaver_menu_button span:first-child {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

button#sreensaver_menu_button span:nth-child(2){
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
}

button#sreensaver_menu_button span:last-child {
  display: none;
}

#screensaver .section-content-container {
  display: flex;
  flex-direction: column;
  padding: 3rem;
  box-sizing: border-box;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: calc(100% - 3rem);
}

#screensaver .section-content {
  margin-top: auto;
}

@media(min-width: 768px){
  #screensaver p {
    margin:0;
    font-size: 6rem;
    line-height: 5.6rem;
  }
}

@media(min-width: 1024px){
  #screensaver p {
    margin:0;
    font-size: 9rem;
    line-height: 8.6rem;
  }
}

/*.screen-reader-shortcut {display:none;}*/

.home-bottom-search button span,
.news-next span, .event-next span,
.play-pause-buttons button.active,
.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;
}

.home .home-student-work-container .slick-arrow,
.home .aside-container a.direct-arrow {
  opacity: 0;
}

.home .home-student-work-container:hover .work-next.slick-arrow,
.home .aside-container:hover a.direct-arrow {
  opacity: 1;
}

.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: var(--cada-grey);
  clear: both;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

.clearfix {
  overflow: auto;
}

@media (min-width: 768px) {

  .home-student-arrows {
    position: absolute;
      bottom: 110px;
      height: calc(100vh - 110px);
      display: flex;
      width: 100%;
      padding: 0 2rem;
      z-index: 999999;
  }

  .home .work-next,
  .home .work-previous {
    height: calc(100vh - 50px);
    width: 45%;
  }

  .work-next.slick-arrow,
  .work-prev.slick-arrow {
    height: 100%;
    width: 45%;
  }

  .work-prev::after,
  .work-next::after {
    content: unset;
  }

  .home.logo_black .work-next.slick-arrow {
    cursor: url('../images/right_k.svg'), auto !important;
  }

  .home.logo_black .work-prev.slick-arrow {
    cursor: url('../images/left_k.svg'), auto !important;
  }

  .home.logo_white .work-next.slick-arrow {
    cursor: url('../images/right_w.svg'), auto !important;
  }

  .home.logo_white .work-prev.slick-arrow {
    cursor: url('../images/left_w.svg'), auto !important;
  }

  footer .spacer {
    height: 16px;
  }
}

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

*: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: var(--cada-red);
}

#mc_embed_signup div.response a {
  color: var(--font-color);
  position: relative;
  display: inline-block;
}

#mc_embed_signup div.response a:hover {
  color: var(--cada-grey);
  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: var(--cada-red) !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;
}

.no-upper {
  text-transform: lowercase !important;
}

.sticky-post {
  position: sticky;
  top: 10rem;
}

@media(min-width: 768px) {
  main .outside-mllr-select,
  .menu-footer .outside-mllr-select {
    top: -232px !important;
  }
  .menu-footer .mllr-select a {
    line-height: 3.4rem !important;
  }
}

/* .footer-menu-item-container {
  display: none;
} */

@media(max-width: 768px) {
  .q-a p.q {
    display: flex;
    justify-content: space-between;
    scroll-margin-top: 4.8rem;
  }
  .q-a:last-child p.q:not(.active) {
    padding-bottom: 2.4rem;
  }

  .q-a p.q::after {
    font-family: var(--font-graphics);
    display: block;
  }

  .q-a p.q:not(.active)::after {
    content: '\2191';
  }

  .q-a p.q.active::after {
    content: '\2193';
  }

}