@charset "UTF-8";
@font-face {
  font-family: "Linearicons-Free";
  src: url("../fonts/Linearicons-Free.eot?w118d");
  src: url("../fonts/Linearicons-Free.eot?#iefixw118d") format("embedded-opentype"), url("../fonts/Linearicons-Free.woff2?w118d") format("woff2"), url("../fonts/Linearicons-Free.woff?w118d") format("woff"), url("../fonts/Linearicons-Free.ttf?w118d") format("truetype"), url("../fonts/Linearicons-Free.svg?w118d#Linearicons-Free") format("svg");
  font-weight: normal;
  font-style: normal;
}
@media screen {
  * {
    box-sizing: border-box;
  }

  .sr-only {
    position: absolute;
    left: -10000px;
    top: auto;
    width: 1px;
    height: 1px;
    overflow: hidden;
  }

  html {
    font-family: "Hind", sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    color: #555;
  }

  em {
    font-weight: 400i;
  }

  strong {
    font-weight: 700;
  }

  a {
    text-decoration: none;
    color: #0066c1;
  }

  h1, h2, h3, h4, h5, h6 {
    font-family: "Caudex", serif;
    margin: 21px 0;
  }

  h1 {
    font-size: 24.5px;
    line-height: 31.5px;
  }

  h2 {
    font-size: 21px;
    line-height: 31.5px;
  }

  h3 {
    font-size: 17.5px;
  }

  p, ol, ul, dl, blockquote {
    margin: 21px 0;
  }

  img {
    image-orientation: from-image;
  }

  nav ul {
    list-style: none;
    padding-left: 0;
  }

  blockquote {
    padding: 21px;
    font-size: 15.75px;
  }
  blockquote:before, blockquote:after {
    content: "";
    width: 50%;
    display: block;
    border-bottom: 1px solid #cecece;
    margin: auto;
  }

  table {
    margin: 21px auto;
  }

  thead {
    font-family: "Caudex", serif;
  }

  tr {
    border-bottom: 1px solid #cecece;
  }

  /* @group ----- Form ----- */
  fieldset {
    border: 0;
    padding: 0;
    margin: 0;
  }

  .button,
button,
optgroup,
select,
textarea,
input[type=text],
input[type=password],
input[type=date],
input[type=tel],
input[type=email],
input[type=search],
input[type=number],
input[type=month] {
    appearance: none;
    background-color: #fff;
    line-height: 21px;
    font-size: 14px;
    border-radius: 0px;
    border: 1px solid #8e8e8e;
    padding: 5.25px;
    vertical-align: bottom;
    height: 31.5px;
  }

  textarea {
    height: auto;
  }

  .button,
button,
[type=submit] {
    background-color: #cecece;
    border: 1px solid #ccc;
  }

  input[type=radio],
input[type=checkbox] {
    vertical-align: middle;
    margin: 0 0.5em;
  }

  select {
    padding: 5.25px 42px 5.25px 5.25px;
    background: #fff url("../img/chevron-down.svg") right 10.5px center no-repeat;
    background-size: 10.5px;
    appearance: none;
    max-width: 100%;
  }

  .field {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 21px;
  }

  .inputs {
    width: 70%;
  }

  .field > label,
.field > .label,
.field > .two.columns,
.field-meta {
    width: 30%;
    padding-top: 5.25px;
  }

  /* @end */
  /* @group ----- Global ----- */
  .flex {
    display: flex;
  }

  #content {
    padding: 0 21px;
  }

  a.image {
    display: block;
  }

  a.image img {
    vertical-align: top;
  }

  /* @end */
  /* @group ----- Header ----- */
  #skipnav {
    text-align: center;
    display: block;
    padding: 5.25px;
    border: 2px solid #0066c1;
  }

  #skipnav:not(:focus) {
    position: absolute;
    left: -10000px;
    top: auto;
    width: 1px;
    height: 1px;
    overflow: hidden;
  }

  #admin-bar {
    position: relative;
    z-index: 1;
  }

  header {
    padding: 21px 21px 20px 21px;
    border-bottom: 1px solid #cecece;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    background-color: #fff;
  }

  #wrap {
    position: relative;
    z-index: 2;
    background-color: #fff;
    overflow-x: hidden;
  }

  #site-title {
    font-size: 17.5px;
    font-family: "Caudex", serif;
    margin-right: auto;
    max-width: 70%;
  }

  #site-title img {
    max-height: 31.5px;
    width: auto;
    max-width: 100%;
    vertical-align: top;
  }

  .search-toggle:before,
.menu-toggle:before,
.advanced-toggle:before {
    font-family: "Linearicons-Free";
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 21px;
    width: 31.5px;
    height: 31.5px;
    line-height: 31.5px;
    text-align: center;
    display: block;
  }

  .menu-toggle:before {
    content: "";
  }

  .search-toggle:before {
    content: "";
  }

  .advanced-toggle:before {
    content: "";
  }

  .mm-listitem::after {
    inset-inline-start: 0;
  }

  #search-container,
#advanced-form {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    z-index: 1000;
    background-color: #fff;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    border-bottom: 1px solid #cecece;
  }

  #search-container legend {
    font-family: "Caudex", serif;
    font-size: 15.75px;
    margin-bottom: 5.25px;
  }

  #search-form {
    border-top: 1px solid #eee;
    padding: 10.5px 21px;
  }

  .advanced-toggle {
    display: inline-block;
  }

  #search-container input[type=text] {
    border-width: 0 0 1px 0;
    margin: 0;
    width: calc(100% - 84px);
  }

  #search-container button[type=submit] {
    margin: 0;
    border: 0;
    background-color: #fff;
    text-indent: -9999px;
    color: #0066c1;
    position: relative;
    display: inline-block;
    padding: 0;
    vertical-align: top;
  }
  #search-container button[type=submit]:after {
    font-family: "Linearicons-Free";
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-indent: 0;
    content: "";
    display: block;
    font-size: 21px;
    position: absolute;
    top: 0;
    left: 0;
    width: 31.5px;
    height: 31.5px;
    line-height: 31.5px;
  }

  #search-container .closed {
    display: none;
  }

  #search-form {
    width: 100%;
  }

  #advanced-form {
    padding: 21px;
    border-top: 1px solid #eee;
  }

  #advanced-form fieldset {
    margin: 0 21px;
  }

  #record-types + p {
    width: 100%;
    margin-bottom: 0;
    text-align: center;
  }

  /* @end */
  /* @group ----- Footer ----- */
  footer {
    padding: 21px;
  }

  /* @end */
  /* @group ----- Front Page ----- */
  #home #content {
    padding: 0;
  }

  #home #intro {
    padding: 42px;
    margin: 0;
    background-color: #f3f3f3;
    font-size: 21px;
    line-height: 31.5px;
  }

  #home #featured-slides {
    position: relative;
    width: 100%;
    height: 75vh;
    overflow: hidden;
  }
  #home #featured-slides:empty {
    display: none;
  }

  .slick-list,
.slick-track {
    position: relative;
    height: 100%;
  }

  #featured {
    position: relative;
  }

  #featured img {
    width: 100%;
    height: auto;
    position: absolute;
    top: 0;
    left: 0;
  }

  #featured .record {
    background-size: cover;
    background-position: center center;
    height: 100%;
  }

  #featured .record-meta {
    width: 100%;
    color: #fff;
    padding: 21px 25%;
    text-align: center;
    text-transform: uppercase;
    text-shadow: 0 0 20px #000;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    background-color: rgba(0, 0, 0, 0.5);
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    align-items: center;
  }
  #featured .record-meta:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 1;
  }
  #featured .record-meta a {
    color: #fff;
  }
  #featured .record-meta > * {
    position: relative;
    z-index: 2;
  }

  #featured .resource-title {
    margin-bottom: 10.5px;
    padding-bottom: 9.5px;
    font-size: 28px;
    line-height: 42px;
    font-family: "Caudex", serif;
    text-transform: none;
    width: 100%;
  }
  #featured .resource-title:not(:last-child) {
    border-bottom: 1px solid #fff;
  }

  #featured .creator:not(:last-child):after {
    content: ",";
  }

  #featured-controls {
    position: absolute;
    top: 21px;
    right: 21px;
    z-index: 999;
  }
  #featured-controls .slick-status:not(.active) {
    display: none;
  }
  #featured-controls button {
    appearance: none;
    background-color: #000;
    color: #fff;
    width: 31.5px;
    height: 31.5px;
    border: 0;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  #featured-controls button:not(.active) {
    display: none;
  }

  #featured-controls button:after {
    content: "";
    display: block;
  }

  #featured-controls .slick-play:after {
    border-color: transparent transparent transparent #fff;
    border-style: solid;
    border-width: 5px 0 5px 7px;
    height: 1px;
  }

  #featured-controls .slick-pause:after {
    width: 4px;
    height: 10px;
    border: 1px solid #fff;
    border-width: 0 1px;
    margin: 0 auto;
  }

  .records {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }

  .records .item,
.records .file,
.records .collection {
    width: calc(50% - 42px);
    padding: 21px;
    margin: 21px;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
  }
  .records .item img,
.records .file img,
.records .collection img {
    max-width: 100%;
    height: auto;
  }

  .records h3,
.records .resource-title {
    margin: 10.5px 0;
    font-size: 17.5px;
    font-family: "Caudex", serif;
    text-transform: none;
    font-weight: 400;
    position: relative;
    width: 100%;
    display: block;
  }

  .records .resource-body {
    position: relative;
    padding-top: 10.5px;
  }

  .records .resource-body:before {
    content: "";
    position: absolute;
    top: 0;
    height: 1px;
    width: 50%;
    left: 25%;
    background-color: #cecece;
  }

  .records .item-meta {
    width: 100%;
    text-transform: uppercase;
    color: #757575;
  }

  .records .resource-link {
    display: block;
  }

  .records .resource-link img {
    display: block;
    margin: auto;
    margin-bottom: 10.5px;
  }

  /* @end */
  /* @group ----- Search Results ----- */
  .record-type {
    font-family: "Caudex", serif;
    width: 100%;
    text-transform: uppercase;
    margin-bottom: 5.25px;
  }

  .search .records a.image {
    margin-bottom: 21px;
  }

  /* @end */
  /* @group ----- Items/Show ----- */
  .show #content > h1:first-child {
    word-wrap: break-word;
  }

  .show .download-file > img {
    max-width: 100%;
    height: auto;
  }

  .items.show:not(.gallery) .item-metadata-content {
    columns: 2;
    column-gap: 21px;
  }

  .items.show:not(.gallery) .item-metadata h1 {
    column-span: all;
  }

  .items.show h1 + .item-metadata {
    columns: 2;
    column-gap: 21px;
  }

  .items.show h1 + .item-metadata > * {
    break-inside: avoid;
  }

  .items.show.gallery .flex {
    height: calc(100vh - 73.5px);
    margin: 0;
    justify-content: space-between;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 2;
  }

  .items.show.gallery #content {
    height: calc(100vh - 73.5px);
    border-bottom: 1px solid #cecece;
    position: relative;
  }

  .items.show div#itemfiles {
    width: 75%;
    height: 100%;
    position: relative;
  }

  .items.show #itemfiles-stage {
    width: 100%;
    height: 80%;
    background: #E0E0E0;
    margin: auto;
  }

  .items.show #itemfiles-nav {
    height: 20%;
    text-align: center;
    padding: 21px;
    background: rgba(0, 0, 0, 0.2);
    border-top: 1px solid #333;
  }

  .items.show .solo #itemfiles-stage {
    height: 100%;
  }

  #itemfiles > .media.resource {
    display: none;
  }

  #itemfiles {
    height: 100%;
    margin: 0;
    width: 100%;
    padding-bottom: 0 !important;
  }

  .count-1 #itemfiles {
    height: 100% !important;
  }

  #itemfiles > li {
    height: 100%;
  }

  #itemfiles .media-render {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  #itemfiles .media-render img {
    max-height: 100%;
    max-width: 100%;
  }

  .items.show.gallery .item-metadata {
    width: 25%;
    padding: 0 21px;
    overflow-y: scroll;
    word-wrap: break-word;
  }

  .items.show:not(.gallery) .item-metadata {
    width: 100%;
  }

  button.lg-icon {
    height: auto;
  }

  .item-metadata h3 {
    margin: 0 0 5.25px;
  }

  .item-metadata .element-text {
    word-break: break-word;
  }

  .item-metadata .element {
    break-inside: avoid;
    border-bottom: 21px solid transparent;
  }

  .item-metadata nav {
    margin: 0 -21px;
    border-bottom: 1px solid #cecece;
  }

  ul.item-pagination.navigation {
    column-span: all;
    display: flex;
    justify-content: space-between;
    position: relative;
    margin: 0;
  }
  ul.item-pagination.navigation:after {
    content: "";
    bottom: 0;
    top: 0;
    left: 50%;
    width: 1px;
    background-color: #cecece;
    position: absolute;
  }
  ul.item-pagination.navigation a {
    padding: 10.5px;
    display: inline-block;
  }

  .element-set {
    display: table;
  }

  /* @end */
  /* @group ----- Items/Search ----- */
  #advanced-search-form {
    clear: both;
    margin-top: 21px;
  }

  .search-entry {
    display: flex;
    width: 100%;
    margin-bottom: 10.5px;
  }

  .search-entry .advanced-search-terms {
    flex-grow: 1;
  }

  .search-entry:first-child .advanced-search-joiner {
    display: none;
  }

  .search-entry .advanced-search-joiner select {
    width: auto;
  }

  .search-entry > * {
    margin-top: 0;
    padding-right: 5.25px;
  }

  .search-entry select {
    width: 100%;
  }

  .search-entry input[type=text] {
    margin-bottom: 5.25px;
    width: 100%;
  }

  .add_search {
    margin: 0 0 21px 30%;
  }

  .remove_search {
    border: 0;
    width: 31.5px;
    height: 31.5px;
    text-indent: -9999px;
    position: relative;
    padding: 0;
    margin: 23.625px 0 0 0;
  }
  .remove_search:after {
    font-family: "Linearicons-Free";
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "";
    position: absolute;
    width: 100%;
    left: 0;
    color: #000;
    text-indent: 0;
    top: 0;
    line-height: 31.5px;
  }

  /* @end */
  /* @group ----- Items/Browse ----- */
  #item-filters,
#search-filters {
    align-self: flex-start;
  }

  #item-filters ul,
#search-filters ul {
    padding-left: 0;
    list-style: none;
  }

  #item-filters > ul > li,
#search-filters > ul > li {
    background-color: #cecece;
    padding: 5.25px;
    font-family: "Caudex", serif;
    text-transform: uppercase;
    display: inline-block;
  }

  #item-filters > ul ul,
#item-filters li,
#search-filters > ul ul,
#search-filters li {
    display: inline-block;
    margin: 0;
  }

  #item-filters li li:not(:last-child):after,
#search-filters li li:not(:last-child):after {
    content: ", ";
  }

  .browse-header {
    display: flex;
    justify-content: flex-end;
    align-items: center;
  }

  .browse-header #sort-links {
    margin-left: auto;
  }

  .items-nav {
    margin-right: auto;
  }

  .browse-header ul,
.items-nav ul {
    margin: 0;
  }

  .browse-header li,
.items-nav li,
#sort-links-list,
.sort-links-list {
    display: inline-block;
  }

  .secondary-nav li {
    margin-right: 10.5px;
  }
  .secondary-nav li.active {
    font-weight: bold;
  }

  .secondary-nav {
    margin-right: auto;
  }

  #sort-links,
.sort-links {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
  }

  .sort-label {
    margin-right: 5.25px;
  }

  #sort-links-list,
.sort-links-list {
    list-style-type: none;
    padding-left: 0;
  }

  #sort-links-list li:not(:last-child),
.sort-links-list li:not(:last-child) {
    margin-right: 10.5px;
  }

  #sort-links-list li a:before,
.sort-links-list li a:before {
    font-family: "Linearicons-Free";
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    margin-right: 5.25px;
  }

  #sort-links-list li:first-child a:before,
.sort-links-list li:first-child a:before {
    content: "";
  }

  #sort-links-list li:nth-child(2) a:before,
.sort-links-list li:nth-child(2) a:before {
    content: "";
  }

  #sort-links-list li:nth-child(3) a:before,
.sort-links-list li:nth-child(3) a:before {
    content: "";
  }

  #sort-links-list .sorting a,
.sort-links-list .sorting a {
    font-weight: bold;
    opacity: 1;
  }

  #sort-links-list .sorting a span:after,
.sort-links-list .sorting a span:after {
    font-family: "Linearicons-Free";
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "";
    font-size: 12.25px;
    display: inline-block;
  }

  #sort-links-list .sorting.desc a:after,
.sort-links-list .sorting.desc a:after {
    transform: scaleY(-1);
  }

  .pagination-nav {
    margin-left: 21px;
  }

  ul.pagination {
    margin: 0;
    display: flex;
    align-items: center;
    width: max-content;
  }

  .pagination li {
    margin-left: 10.5px;
    display: inline-block;
  }

  .pagination .page-input form label {
    display: flex;
    align-items: center;
  }

  .pagination a:before {
    font-family: "Linearicons-Free";
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  .pagination [rel=prev]:before {
    content: "";
  }

  .pagination [rel=next]:before {
    content: "";
  }

  .pagination input[type=text] {
    border: 1px solid #cecece;
    width: 31.5px;
    text-align: right;
    color: #555;
    padding: 0 10.5px;
    line-height: 21px;
    margin: 0 5.25px;
  }

  .page-input form {
    display: flex;
    align-items: center;
  }

  .browse .records {
    margin: 0 -21px;
  }

  .hTagcloud {
    clear: both;
    margin-top: 63px;
  }

  .hTagcloud ul {
    padding-left: 0;
    display: flex;
    flex-wrap: wrap;
  }

  .hTagcloud li {
    background-color: #cecece;
    padding: 5.25px;
    margin: 0 5.25px 5.25px 0;
    list-style-type: none;
  }

  .popular {
    font-size: 100%;
  }

  .v-popular {
    font-size: 140%;
  }

  .vv-popular {
    font-size: 180%;
  }

  .vvv-popular {
    font-size: 190%;
  }

  .vvvv-popular {
    font-size: 200%;
  }

  .vvvvv-popular {
    font-size: 210%;
  }

  .vvvvvv-popular {
    font-size: 220%;
  }

  .vvvvvvv-popular {
    font-size: 230%;
  }

  .vvvvvvvv-popular {
    font-size: 240%;
  }

  /* @end */
  /* @group ----- Collections/Browse and Exhibits/Browse----- */
  .browse.collections .records,
.browse.exhibits .records {
    display: flex;
    margin: 21px 0;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .browse.collections .record,
.browse.exhibits .record {
    background-size: cover;
    background-position: center center;
    width: calc(50% - 10.5px);
    position: relative;
    min-height: 25vh;
    margin: 0 0 21px;
  }

  .browse.collections .record-meta:before,
.browse.exhibits .record-meta:before {
    content: "";
    background-color: rgba(0, 0, 0, 0.6);
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
  }

  .browse.collections .record a,
.browse.exhibits .record a {
    position: relative;
    color: #fff;
  }

  .browse .record {
    margin: 21px 0;
    display: flex;
    align-items: center;
    align-content: center;
    background-color: #828282;
  }

  .browse .record h2 {
    margin: 0;
    position: relative;
    font-size: 24.5px;
  }
  .browse .record h2 a {
    display: inline-block;
    padding: 5.25px 10.5px;
    background-color: #000;
  }

  .browse .record .image {
    margin-right: 21px;
    display: block;
    width: 30%;
  }

  .browse .record .image img {
    width: 100%;
  }

  .browse .record-meta {
    text-align: center;
    padding: 21px;
    font-size: 21px;
    line-height: 31.5px;
    width: 100%;
  }

  .browse .image + .record-meta {
    padding-left: 0;
  }

  .view-items-link {
    font-family: "Caudex", serif;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 21px;
    margin: 0;
    text-align: center;
    width: 100%;
  }

  /* @end */
  /* @group ----- Collections/Show ----- */
  .items.browse .flex,
.collections.show .flex {
    border-bottom: 1px solid #cecece;
    margin: 0 -21px;
  }

  .collection-meta {
    width: 25%;
    order: 2;
    border-left: 1px solid #cecece;
    padding: 0 21px;
    margin-left: 21px;
  }

  .collection-meta .mobile-toggle {
    display: none;
  }

  #collection-items {
    width: calc(75% + 21px);
    order: 1;
    display: flex;
    flex-wrap: wrap;
    padding: 0 0 21px 21px;
  }

  #collection-items h2 {
    width: 100%;
    text-align: center;
  }

  #collection-items #item-filters ul {
    padding: 21px 21px 0;
    margin: 0;
  }

  #collection-items #item-filters .collection {
    display: none;
  }

  #collection-items .view-items-link:before {
    content: "";
    width: 50%;
    margin: auto;
    border-top: 1px solid #cecece;
    display: block;
    padding-bottom: 20px;
  }

  #collection-items .browse-header {
    padding: 21px;
    width: 100%;
    justify-content: space-between;
  }

  /* @end */
  /* @group ----- Exhibits/Page ----- */
  .exhibits.summary .summary-header {
    color: #fff;
    background-size: cover;
    background-position: center center;
    position: relative;
    width: 70%;
    margin: auto;
    padding: 42px 21px;
  }
  .exhibits.summary .summary-header:before {
    content: "";
    background-color: rgba(0, 0, 0, 0.5);
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
  }
  .exhibits.summary .summary-header h1 {
    position: relative;
    z-index: 1;
    background-color: #000;
    display: inline-block;
    padding: 5.25px 10.5px;
  }

  .exhibits.show #content > h1 {
    text-align: center;
    width: 70%;
    margin: 21px auto;
  }

  .exhibits.summary #primary,
#exhibit-blocks,
#exhibit-pages {
    width: 70%;
    margin: auto;
  }

  #exhibit-pages ul {
    list-style: decimal;
    font-size: 21px;
    line-height: 31.5px;
    font-family: "Caudex", serif;
  }

  #exhibit-pages li {
    margin: 21px 0;
  }

  .exhibit-block {
    overflow: hidden;
  }

  .exhibit-items + * {
    margin-top: 0;
  }

  .exhibit-items .download-file {
    text-align: center;
    background-color: #cecece;
  }
  .exhibit-items .download-file:last-child {
    margin-bottom: 42px;
  }

  .exhibit-items .download-file + .download-file {
    text-align: center;
    background-color: #cecece;
    margin-top: 21px;
  }

  .layout-file-text .exhibit-items > * {
    margin-bottom: 10.5px;
  }

  .layout-file-text .exhibit-items.right {
    margin-left: 42px;
  }

  .layout-file-text .exhibit-items.left {
    margin-right: 42px;
  }

  .exhibit-item-caption {
    font-size: 12.25px;
    margin-bottom: 42px;
  }

  #exhibit-page-navigation #exhibit-nav-prev,
#exhibit-page-navigation #exhibit-nav-next {
    position: fixed;
    top: 50%;
    transform: translateY(-50%);
    width: 10%;
    font-family: "Caudex", serif;
    border-top: 1px solid #cecece;
    border-bottom: 1px solid #cecece;
    padding: 20px 0;
    text-align: center;
    opacity: 0.6;
  }
  #exhibit-page-navigation #exhibit-nav-prev:hover,
#exhibit-page-navigation #exhibit-nav-next:hover {
    opacity: 1;
  }

  #exhibit-nav-prev {
    left: 21px;
  }

  #exhibit-nav-next {
    right: 21px;
  }

  .current-page {
    display: none;
  }

  #other-exhibits {
    display: flex;
    flex-wrap: wrap;
    width: 50%;
    margin: 0 auto;
  }

  #other-exhibits .exhibit {
    width: calc(50% - 42px);
    margin: 21px;
    text-align: center;
    position: relative;
  }

  #other-exhibits h2 {
    width: 100%;
    text-transform: uppercase;
    font-weight: 400;
    text-align: center;
    font-size: 17.5px;
    border-bottom: 1px solid #cecece;
    padding-bottom: 20px;
  }

  #other-exhibits .exhibit h3 {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.5);
    margin: 0;
  }

  #other-exhibits .exhibit h3 a {
    color: #fff;
    display: block;
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    padding: 21px;
  }

  #other-exhibits img {
    width: 100%;
  }

  /* @end */
  /* @group ----- Plugins ----- */
  #geolocation-browse {
    margin-top: 63px;
    clear: both;
  }

  #geolocation-browse #map-links li {
    background-color: #cecece;
  }

  /* @end */
}
@media screen and (max-width: 800px) {
  /* @group ----- Header ----- */
  header {
    padding: 10.5px 21px;
  }

  #advanced-form {
    justify-content: flex-start;
  }

  #advanced-form fieldset {
    margin: 0 0 21px 0;
  }

  /* @end */
  #content > h1:first-child {
    margin: 10.5px 0;
  }

  /* @group ---- Browse Views ----- */
  .browse-header {
    flex-wrap: wrap;
    margin-top: -10.5px;
  }

  .secondary-nav {
    width: 100%;
    max-width: none;
    margin: 10.5px auto 0 0;
  }

  #sort-links,
.sort-links,
.pagination-nav {
    width: 50%;
    margin: 10.5px 0;
    border-top: 1px solid #cecece;
    border-bottom: 1px solid #cecece;
    height: 42px;
    line-height: 1;
  }
  #sort-links:only-child,
.sort-links:only-child,
.pagination-nav:only-child {
    width: 100%;
  }

  .items-nav + .pagination-nav {
    text-align: center;
    width: 100%;
  }

  .sort-links .sort-label {
    margin-right: 10.5px;
  }

  #sort-links-list {
    padding: 5.25px 0;
  }

  #sort-links-list li {
    margin-right: 0;
    padding: 5.25px 0;
  }
  #sort-links-list li.desc, #sort-links-list li.asc {
    background-color: #eee;
    width: 45px;
    padding: 5.25px;
  }
  #sort-links-list li:not(:last-child) {
    margin-right: 10.5px;
  }

  #sort-links-list li a {
    text-indent: -9999px;
    display: inline-block;
    position: relative;
    padding-left: 15.75px;
    width: 15.75px;
  }
  #sort-links-list li a:before, #sort-links-list li a:after {
    text-indent: 0;
    position: absolute;
    top: 0;
    text-align: center;
    width: 15.75px;
    line-height: 1;
  }
  #sort-links-list li a:before {
    left: 0;
  }

  #sort-links-list .sorting a:after {
    right: 0;
    line-height: 21px;
  }

  #sort-links-list .sorting .sort-icon {
    position: absolute;
    right: -20.5px;
    width: 15.5px;
    text-indent: 0;
    height: 14px;
    top: 1px;
  }

  .pagination-nav {
    text-align: right;
  }
  .pagination-nav .pagination {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-left: auto;
  }
  .pagination-nav input[type=text] {
    height: auto;
  }

  .records .item {
    width: 100%;
  }

  .browse.collections .record,
.browse.exhibits .record {
    width: 100%;
  }

  /* @end */
  /* @group ----- Items/Show ----- */
  .items.show:not(.gallery) .item-metadata {
    columns: 1;
  }

  .items.show.gallery .flex {
    display: block;
    margin-right: 0;
    height: auto;
  }

  .items.show #itemfiles-nav {
    display: none;
  }

  .items.show div#itemfiles,
.items.show.gallery .item-metadata {
    width: calc(100% + 42px);
    overflow: visible;
  }

  .items.show div#itemfiles.lightgallery {
    height: 50vh;
  }

  .items.show.gallery .item-metadata {
    padding: 0;
    max-width: 100%;
  }

  .items.show #itemfiles {
    margin: 0 -21px;
    width: calc(100% + 42px);
  }

  .items.show #itemfiles-stage {
    min-height: 500px;
  }

  .admin-bar.items.show.gallery .flex {
    height: auto;
    min-height: 75vh;
  }

  .items.show.gallery .flex {
    position: relative;
    margin: 0;
  }

  .items.show.gallery #content {
    height: auto;
  }

  .items.show .lSSlideOuter {
    height: 70vh;
    width: calc(100% + 42px);
    margin: 0 -21px;
  }

  .lSSlideWrapper,
.lSSlideWrapper .lSFade {
    position: static;
  }

  .lSSlideWrapper, .lSSlideWrapper .lSFade > * {
    height: calc(100% - 42px) !important;
  }

  ul#itemfiles {
    padding-bottom: 0 !important;
  }

  .lSSlideOuter .lSPager.lSGallery {
    height: 42px;
  }

  /* @end */
  /* @group ----- Collections/Show ----- */
  .items.browse .flex {
    flex-wrap: wrap;
  }

  .collection-meta {
    width: 100%;
    order: 1;
    margin: 0;
    border-left: 0;
  }

  .collection-meta .mobile-toggle {
    display: block;
    text-transform: uppercase;
    font-family: "Caudex", serif;
    padding: 9.5px 0;
    border: solid #cecece;
    border-width: 1px 0;
  }
  .collection-meta .mobile-toggle:after {
    font-family: "Linearicons-Free";
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "";
    display: block;
    float: right;
    line-height: 21px;
    width: 21px;
    height: 21px;
    text-align: center;
  }
  .collection-meta .mobile-toggle.open:after {
    content: "";
  }

  .collection-meta .mobile-toggle + .closed {
    display: none;
  }

  #collection-items {
    order: 2;
    width: calc(100% + 21px);
  }

  /* @end */
  /* @group ----- Advanced Search ----- */
  .field > label,
.field > .label,
.field > .two.columns,
.field-meta,
.inputs {
    width: 100%;
  }

  .add_search {
    margin-left: 0;
  }

  .search-entry {
    flex-wrap: wrap;
  }

  .search-entry > * {
    margin-bottom: 5.25px;
  }

  /* @end */
  /* @group ----- Exhibits/Page ----- */
  #exhibit-page-navigation {
    display: flex;
    border-top: 1px solid #cecece;
    border-bottom: 1px solid #cecece;
  }

  #exhibit-page-navigation #exhibit-nav-prev,
#exhibit-page-navigation #exhibit-nav-next {
    position: relative;
    width: 33%;
    transform: none;
    border: 0;
    padding: 9.5px 5.25px;
    display: flex;
    align-items: center;
  }

  #exhibit-page-navigation #exhibit-nav-prev {
    justify-content: flex-end;
    text-align: right;
    order: 1;
    left: auto;
  }

  #exhibit-page-navigation #exhibit-nav-up {
    order: 2;
    padding: 9.5px 0;
    border-left: 1px solid #cecece;
    border-right: 1px solid #cecece;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  #exhibit-page-navigation #exhibit-nav-next {
    justify-content: flex-start;
    text-align: left;
    order: 3;
    right: auto;
  }

  #other-exhibits {
    width: 100%;
  }

  #other-exhibits .exhibit {
    width: 100%;
    margin: 21px 0;
  }

  #other-exhibits h3:only-child {
    position: relative;
  }

  #other-exhibits .exhibit h3 a {
    justify-content: center;
  }

  /* @end */
}