<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/*! normalize.css v4.1.1 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Prevent adjustments of font size after orientation changes in IE and iOS.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 * 2. Add the correct display in IE.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  /* 1 */
  display: block;
}

/**
 * Add the correct display in IE 9-.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Add the correct display in IE 10-.
 * 1. Add the correct display in IE.
 */
template,
[hidden] {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/* Forms
   ========================================================================== */
/**
 * 1. Change font properties to `inherit` in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
select,
textarea {
  font: inherit;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Restore the font weight unset by the previous rule.
 */
optgroup {
  font-weight: bold;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
  /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on OS X.
 */
[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Correct the text style of placeholders in Chrome, Edge, and Safari.
 */
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

@media screen {
  * {
    box-sizing: border-box;
  }

  html {
    font: 18px/24px "Crimson Text", serif;
    color: #676767;
  }

  a {
    color: #C72E2E;
    text-decoration: none;
  }
  a:hover {
    text-decoration: underline;
  }

  h1, h2, h3, h4, h5, h6 {
    color: #000;
  }

  h1 {
    text-align: center;
    font-size: 36px;
    margin-bottom: 24px;
    line-height: 48px;
    font-weight: normal;
  }

  h2 {
    font-size: 27px;
    margin-bottom: 24px;
    line-height: 48px;
    font-weight: normal;
  }

  p {
    margin: 24px 0;
  }

  img {
    image-orientation: from-image;
  }

  /* @group ----- Mixins ----- */
  /* @end */
  /* @group ----- Containers ----- */
  #wrap,
footer {
    max-width: 1100px;
    margin: auto;
    padding: 0 5.2631578947%;
    position: relative;
  }

  /* @end */
  /* @group ----- Tables ----- */
  table {
    margin: 48px auto;
    border-collapse: collapse;
    border-top: 1px solid #dedede;
    border-bottom: 1px solid #dedede;
  }

  th, td {
    padding: 12px;
    vertical-align: top;
  }

  th {
    border-bottom: 3px solid #dedede;
    padding-bottom: 9px;
    text-align: left;
  }

  td {
    border-bottom: 1px solid #dedede;
    padding-bottom: 11px;
  }

  /* @end */
  /* @group ----- Forms ----- */
  ::-webkit-input-placeholder {
    font-style: italic;
  }

  ::-moz-placeholder {
    font-style: italic;
  }

  :-ms-input-placeholder {
    font-style: italic;
  }

  :-moz-placeholder {
    font-style: italic;
  }

  fieldset {
    border: 0;
    margin: 0;
    padding: 0;
  }

  select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-color: #fff;
    border: 1px solid #dedede;
    border-radius: 2px;
    font-size: 18px;
    line-height: 24px;
    color: #676767;
  }

  button,
html [type=button],
.button,
input[type=submit] {
    background-color: #dedede;
    border: 0;
    cursor: pointer;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    border-radius: 0;
  }

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

  .field &gt; label,
.field &gt; .label,
.field .two.columns {
    width: 24.0506329114%;
    padding-right: 5.2631578947%;
    text-align: right;
  }

  .field .inputs,
.field .five.columns {
    width: 74.6835443038%;
    padding-left: 5.2631578947%;
  }

  .field .inputs ~ *,
#submit_search_advanced {
    margin-left: calc(24.0506329114% + 5.2631578947%);
    margin-top: 12px;
  }

  .field .inputs * {
    max-width: 100%;
  }

  #advanced-search-form {
    padding: 24px 0;
  }

  #submit_search_advanced {
    font-size: 22.5px;
    padding: 6px;
  }

  .search-entry:not(:first-child) {
    margin-top: 12px;
  }

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

  /* @end */
  /* @group ----- Navigation ----- */
  nav .navigation,
nav ul {
    list-style: none;
    padding: 0;
  }

  .item-pagination.navigation {
    border-top: 1px solid #dedede;
    padding-top: 11px;
    display: flex;
    justify-content: space-between;
  }

  .secondary-nav {
    text-align: center;
  }

  .secondary-nav ul {
    margin: 0 0 -1px;
    border-bottom: 1px solid #dedede;
    padding-bottom: 11px;
  }

  .secondary-nav.navigation li {
    display: inline-block;
    margin-right: 0.5em;
    padding-bottom: 12px;
  }
  .secondary-nav.navigation li.active a {
    color: #C72E2E;
  }

  .secondary-nav a {
    color: #676767;
  }

  /* @end */
  /* @group ----- Header ----- */
  #skipnav {
    position: absolute;
    top: 0;
    left: -9999px;
    background-color: #fff;
    padding: 6px;
    display: inline-block;
  }
  #skipnav:focus {
    left: 50%;
    transform: translateX(-50%);
  }

  header nav .navigation {
    list-style-type: none;
    padding: 5px 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    border: 1px solid #dedede;
    border-width: 1px 0;
    margin: 24px 0;
  }

  header nav li {
    display: block;
    margin: 0 0.5em;
  }

  header nav a {
    font-size: 15.75px;
  }

  header a {
    text-decoration: none;
  }

  #site-title {
    font-size: 27px;
    text-transform: uppercase;
    letter-spacing: 0.125em;
    margin: 48px 0 0;
  }

  #site-title a {
    display: block;
  }

  #site-title img {
    max-height: 72px;
    max-width: 100%;
  }

  #header-image {
    position: relative;
    display: flex;
    align-items: center;
    overflow: hidden;
    max-width: 1100px;
    margin: 0 auto 24px;
  }

  #header-image img {
    width: 100%;
  }

  #search-container {
    position: absolute;
    top: -48px;
    right: 5.2631578947%;
    z-index: 100;
  }

  #search-container input[type=text],
#search-container button {
    border: 0;
    border-bottom: 1px solid #dedede;
    background-color: #fff;
    height: 36px;
    display: inline-block;
    line-height: 24px;
    padding: 6px;
    vertical-align: bottom;
    background-color: #fff;
    color: #676767;
  }

  #search-form {
    display: flex;
    padding: 6px 12px 12px;
    box-shadow: 0 0 0 1px #dedede inset;
    background: #fff;
  }

  #search-form.closed {
    width: 36px;
    height: 42px;
  }

  #search-form.open {
    right: 36px;
    position: absolute;
  }

  #search-form + button.search-toggle {
    bottom: 0;
    position: absolute;
    width: 36px;
    height: 42px;
    border-bottom: 0;
    color: #b8b8b8;
  }

  #search-form.closed + .search-toggle {
    right: 0;
    border: 1px solid #dedede;
    border-top: 0;
  }
  #search-form.closed + .search-toggle:after {
    content: "\f002";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
  }

  #search-form.open + .search-toggle {
    top: 0;
    right: 0;
  }
  #search-form.open + .search-toggle:after {
    content: "\f00d";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
  }

  #search-form.closed [type=text],
#search-form.closed [type=submit],
#search-form.closed #advanced-form {
    display: none;
  }

  #search-form button {
    width: 36px;
    overflow: hidden;
    text-indent: -9999px;
    position: relative;
  }
  #search-form button:after {
    content: "\f002";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    top: 6px;
    right: 0;
    text-indent: 0;
    width: 36px;
    text-align: center;
    cursor: pointer;
  }

  #query:focus {
    position: relative;
    z-index: 1;
  }

  #advanced-form {
    background-color: #fff;
    position: absolute;
    top: 100%;
    padding: 12px;
    right: 0;
    left: 0;
    border: 1px solid #dedede;
    border-top: 0;
  }

  #advanced-form fieldset {
    margin-bottom: 12px;
  }

  #advanced-form fieldset input {
    margin-right: 6px;
  }

  #advanced-form p {
    margin: 0;
  }

  /* mega menu list */
  header nav ul {
    display: block;
    position: relative;
    list-style: none;
    margin: 0;
    padding: 0;
    z-index: 15;
  }

  /* a top level navigation item in the mega menu */
  .nav-item {
    list-style: none;
    display: inline-block;
    padding: 0;
    margin: 0;
    height: 100%;
  }

  /* first descendant link within a top level navigation item */
  .nav-item &gt; a {
    position: relative;
    display: inline-flex;
    padding: 6px 12px;
    margin: 0 0 -1px 0;
    border: 1px solid transparent;
  }

  /* focus/open states of first descendant link within a top level 
      navigation item */
  .open {
    border-bottom: 3px solid #dedede;
  }

  .nav-item.open &gt; a {
    padding: 6px 12px 3px;
  }

  /* open state of first descendant link within a top level 
      navigation item */
  .nav-item &gt; a.open {
    background-color: #fff;
    border-bottom: 0;
    z-index: 1;
    margin-bottom: 0;
    text-decoration: underline;
  }

  header nav &gt; ul &gt; li &gt; .sub-nav-toggle {
    margin-left: -12px;
    position: relative;
    z-index: 1;
  }

  .nav-menu &gt; .nav-item &gt; [role=button]:after {
    content: "&nbsp;&nbsp;\f0da";
    font-family: "Font Awesome 5 Free";
    display: inline-block;
    line-height: 1.5;
    font-weight: 900;
  }

  .nav-menu &gt; .nav-item &gt; [aria-expanded=true]:after {
    content: "&nbsp;&nbsp;\f0d7";
  }

  a.parent {
    font-weight: bold;
  }

  a.parent:after {
    content: ":";
  }

  /* sub-navigation panel */
  .sub-nav {
    position: absolute;
    display: none;
    border: 1px solid #dedede;
    border-width: 1px 0;
    background-color: #fff;
  }
  .sub-nav.first {
    max-width: 100%;
    margin: 0 auto;
    padding: 0 12px;
  }

  .first.open.sub-nav &gt; ul &gt; li &gt; ul &gt; li {
    width: 25%;
  }

  .first.open.sub-nav ul ul ul {
    display: block;
    padding-left: 24px;
  }

  /* sub-navigation panel open state */

  /* list of items within sub-navigation panel */

  /* list item within sub-navigation panel */

  /* @end */
  /* @group ----- Footer ----- */

  /* @end */
  /* @group ----- Browse ----- */

  /* @end */
  /* @group ----- Show ----- */

  /* @end */
  /* @group ----- Home ----- */

  /* @end */
  /* @group ----- Search ----- */

  /* @end */
  /* @group ----- Exhibits ----- */

  /* @end */
}
@media screen and (min-width: 1100px) {
  .sub-nav.first {
    max-width: calc(1100px - (2 * 5.2631578947%));
  }
}
@media screen {
  .open.sub-nav,
.open.sub-nav ul {
    display: flex;
    flex-wrap: wrap;
    left: 0;
    right: 0;
    z-index: 999;
  }
}
@media screen {
  .sub-nav-group .sub-nav-group {
    margin-right: 24px;
  }
}
@media screen {
  .sub-nav ul {
    margin: 0;
    padding: 0;
    display: block;
  }
}
@media screen {
  .open.sub-nav &gt; ul {
    width: 100%;
    display: block;
  }
}
@media screen {
  .open.sub-nav ul {
    position: static;
    border: 0;
  }
  .open.sub-nav ul li {
    padding: 6px;
  }
  .open.sub-nav ul li a:not(.parent) {
    padding-left: 24px;
    text-indent: -24px;
    display: inline-block;
  }
  .open.sub-nav ul li a:not(.parent):before {
    content: "◆";
    display: inline-block;
    width: 24px;
    margin-right: -3px;
    text-indent: 0;
  }
}
@media screen {
  .sub-nav .sub-nav-toggle {
    display: none;
  }
}
@media screen {
  .sub-nav li {
    display: block;
    list-style-type: none;
    margin: 0;
    padding: 12px;
    position: relative;
  }
}
@media screen {
  footer {
    margin-top: 48px;
    clear: both;
  }
}
@media screen {
  #bottom-nav li {
    display: inline-block;
    margin-right: 1em;
    font-size: 15.75px;
  }
}
@media screen {
  .pagination-nav,
#sort-links {
    display: inline-block;
  }
  .pagination-nav ul,
#sort-links ul {
    list-style: none;
    padding: 0;
    display: inline-block;
  }
  .pagination-nav li,
#sort-links li {
    display: inline-block;
    margin: 0 0.5em;
  }
  .pagination-nav a,
#sort-links a {
    color: #676767;
  }
  .pagination-nav .sorting a,
#sort-links .sorting a {
    color: #C72E2E;
  }
}
@media screen {
  [name=page] {
    width: 72px;
    text-align: center;
  }
}
@media screen {
  #sort-links {
    float: right;
  }
}
@media screen {
  .browse .records,
#collection-items {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    clear: both;
  }
}
@media screen {
  .browse .hentry,
#collection-items .hentry {
    padding: 24px 5.2631578947%;
    width: 25%;
    font-size: 15.75px;
  }
}
@media screen {
  #collection-items h2 {
    width: 100%;
  }
}
@media screen {
  .browse .hentry h2,
#collection-items .hentry h2 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 0;
  }
}
@media screen {
  .browse .hentry h2 a,
#collection-items .hentry h2 a {
    color: #000;
  }
}
@media screen {
  .browse .item-img a {
    display: block;
  }
}
@media screen {
  .browse .hentry img {
    max-width: 100%;
  }
}
@media screen {
  .browse .creator + .date {
    margin-left: -4px;
  }
  .browse .creator + .date:before {
    content: ", ";
  }
}
@media screen {
  #search-filters ul,
#item-filters ul {
    list-style: none;
    padding: 0;
    text-align: center;
    margin: 0;
  }
  #search-filters ul li,
#item-filters ul li {
    display: inline-block;
    border-color: #dedede;
    font-size: 22.5px;
    border: 1px solid #dedede;
    padding: 3.5px;
    margin: 0 0.5em;
  }
  #search-filters ul ul,
#item-filters ul ul {
    display: inline-block;
  }
  #search-filters ul ul li,
#item-filters ul ul li {
    border: 0;
    padding: 0;
    margin: 0;
    text-transform: lowercase;
  }
  #search-filters ul ul li:not(:last-child):after,
#item-filters ul ul li:not(:last-child):after {
    content: ", ";
  }
}
@media screen {
  .hTagcloud ul {
    list-style: none;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .hTagcloud ul li {
    padding: 6px 12px;
    border: 1px solid #dedede;
    margin: 0 12px 12px 0;
  }
  .hTagcloud ul .vvvvvvvv-popular {
    font-size: 36px;
  }
  .hTagcloud ul .vvvvvvv-popular {
    font-size: 33.75px;
  }
  .hTagcloud ul .vvvvvv-popular {
    font-size: 31.5px;
  }
  .hTagcloud ul .vvvvv-popular {
    font-size: 29.25px;
  }
  .hTagcloud ul .vvvv-popular {
    font-size: 27px;
  }
  .hTagcloud ul .vvv-popular {
    font-size: 24.75px;
  }
  .hTagcloud ul .vv-popular {
    font-size: 22.5px;
  }
  .hTagcloud ul .v-popular {
    font-size: 20.25px;
  }
}
@media screen {
  .show .download-file img {
    max-width: 100%;
    height: auto;
  }
}
@media screen {
  #itemfiles {
    padding-bottom: 0 !important;
  }
}
@media screen {
  #itemfiles {
    background-color: rgba(0, 0, 0, 0.8);
    width: 100%;
    margin: 0 auto 24px;
    text-align: center;
    min-height: 50vh !important;
  }
}
@media screen {
  #itemfiles li {
    bottom: 0;
  }
}
@media screen {
  .lg-container button {
    background-color: transparent;
  }
}
@media screen {
  .lg-icon.hidden {
    display: none;
  }
}
@media screen {
  .lg-icon.o-icon-undo {
    font-size: 16px;
    font-family: "Font Awesome 5 Free" !important;
    font-weight: 900;
  }
  .lg-icon.o-icon-undo:before {
    content: "\f0e2";
  }
}
@media screen {
  .lg-outer .lg-thumb {
    margin: auto;
  }
}
@media screen {
  .element-set {
    margin-bottom: 48px;
  }
}
@media screen {
  .element-set h2 {
    border-bottom: 1px solid #dedede;
    padding-bottom: 5px;
  }
}
@media screen {
  .element {
    display: flex;
    margin-bottom: 24px;
    flex-wrap: wrap;
    justify-content: flex-end;
  }
}
@media screen {
  .element h3 {
    width: 17.7215189873%;
    margin: 0;
    text-align: right;
    padding: 0 5.2631578947%;
  }
}
@media screen {
  .element-text {
    width: 81.0126582278%;
    padding: 0 5.2631578947%;
  }
}
@media screen {
  .element-text &gt; *:first-child {
    margin-top: 0;
  }
}
@media screen {
  .chocolat-overlay {
    background-color: #000;
  }
}
@media screen {
  .collections.show .view-items-link {
    width: 100%;
    text-align: center;
    font-size: 20.25px;
    border-top: 1px solid #dedede;
    border-bottom: 1px solid #dedede;
    padding: 11px 0;
  }
}
@media screen {
  #home #featured {
    margin: 0 0 48px;
    background-color: #dedede;
  }
}
@media screen {
  #home #featured .slick-list .image {
    display: block;
    height: 50vh;
    overflow: hidden;
  }
}
@media screen {
  #featured img {
    width: 100%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
  }
}
@media screen {
  #featured .slick-slide {
    min-height: 50vh;
  }
}
@media screen {
  #featured .featured-meta {
    position: absolute;
    top: 50%;
    left: 20%;
    right: 20%;
    transform: translateY(-50%);
    border: 1px solid #fff;
    padding: 24px;
    color: #fff;
    text-align: center;
  }
  #featured .featured-meta:after {
    content: "";
    position: absolute;
    top: -24px;
    bottom: -24px;
    right: -24px;
    left: -24px;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: -1;
  }
}
@media screen {
  #featured .featured-meta h3 {
    font-size: 31.5px;
    line-height: 36px;
    margin: 0;
    font-weight: normal;
  }
}
@media screen {
  #featured .featured-meta h3 a {
    color: #fff;
  }
  #featured .featured-meta h3 a:hover {
    text-decoration: none;
  }
}
@media screen {
  #featured .featured-meta p {
    font-size: 15.75px;
    margin: 0;
  }
}
@media screen {
  #featured .slick-dots {
    background-color: #fff;
    width: 100%;
    text-align: center;
    list-style: none;
    padding: 0;
    margin: 0;
    padding: 24px 0;
  }
}
@media screen {
  #featured .slick-dots li {
    display: inline-block;
  }
}
@media screen {
  #featured .slick-dots button {
    background-color: #dedede;
    width: 13.5px;
    height: 13.5px;
    border-radius: 18px;
    text-indent: -9999px;
    border: 0;
    cursor: pointer;
    margin: 0 0.5em;
  }
}
@media screen {
  #featured .slick-dots li[aria-hidden=false] button {
    background-color: #9e9e9e;
  }
}
@media screen {
  #search-results {
    width: 100%;
    margin: 24px 0 0;
  }
}
@media screen {
  #search-results img {
    height: 72px;
    float: right;
  }
}
@media screen {
  #search-results a {
    vertical-align: top;
  }
}
@media screen {
  .exhibit-block {
    overflow: hidden;
  }
}
@media screen {
  .exhibit-items + * {
    margin-top: 0;
  }
}
@media screen {
  #exhibit-page-navigation {
    border-top: 1px solid #dedede;
    padding-top: 11px;
    margin-top: 48px;
  }
}
@media screen {
  .exhibits.show h1,
.exhibits.summary h1,
.exhibits #primary,
#exhibit-blocks,
#exhibit-page-navigation {
    width: 81.0126582278%;
    float: right;
    padding-left: 5.2631578947%;
  }
}
@media screen {
  #exhibit-pages {
    padding: 0 5.2631578947% 24px 0;
    width: 15.1898734177%;
  }
}
@media screen {
  #exhibit-pages &gt; ul {
    margin: 0;
  }
}
@media screen {
  #exhibit-pages a {
    font-size: 15.75px;
    color: #676767;
  }
}
@media screen {
  #exhibit-pages .current a {
    color: #C72E2E;
  }
}
@media screen {
  #exhibit-pages &gt; ul &gt; li:not(:last-of-type) {
    padding-bottom: 5px;
    border-bottom: 1px solid #dedede;
    margin-bottom: 6px;
  }
}
@media screen {
  #exhibit-pages h4 {
    border-bottom: 3px solid #dedede;
    padding-bottom: 3px;
    margin: 0 0 6px;
  }
}
@media screen {
  .summary #primary &gt; div &gt; *:first-child,
#exhibit-blocks &gt; .exhibit-block &gt; *:first-child {
    margin-top: 0;
    padding-top: 0;
  }
}
@media screen {
  .exhibit-block &gt; *:last-child {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 640px) {
  #site-title {
    text-align: center;
  }

  .featured-meta h3 + p {
    display: none;
  }

  /* @group ----- Containers ----- */
  #wrap,
footer {
    padding: 0 24px;
  }

  /* @end */
  /* @group ----- Forms ----- */
  .field .label,
.field label,
.field .two.columns {
    width: 100%;
    text-align: left;
    margin-bottom: 6px;
  }

  .field .inputs,
.field .five.columns {
    width: 100%;
  }

  /* @end */
  /* @group ----- Navigation ----- */
  .pagination-nav,
#sort-links {
    width: 100%;
    text-align: center;
    padding-top: 6px;
    border-bottom: 1px solid #dedede;
    padding-bottom: 5px;
  }

  .pagination-nav ul,
#sort-links ul {
    margin: 0;
  }

  /* @end */
  /* @group ----- Header ----- */
  header {
    display: flex;
    flex-wrap: wrap;
  }

  #site-title {
    margin: 6px 0;
    order: 2;
    width: 100%;
  }

  #site-title img {
    max-height: 24px;
    max-width: calc(100% - 42px);
  }

  #search-container {
    top: 0;
  }
  #search-container:not(.with-advanced) {
    order: 1;
    position: relative;
    width: 100%;
  }

  #search-container.with-advanced #search-form.closed {
    padding: 0;
  }

  #search-container:not(.with-advanced) #search-form {
    margin-bottom: 12px;
  }
  #search-container:not(.with-advanced) #search-form.open {
    position: relative;
  }

  #search-container:not(.with-advanced) #search-form.closed {
    width: auto;
    height: auto;
  }

  #search-container:not(.with-advanced) #search-form + .search-toggle {
    display: none;
  }

  #search-container:not(.with-advanced) [type=text],
#search-container:not(.with-advanced) [type=submit],
#search-container:not(.with-advanced) #advanced-form {
    display: block;
  }

  #search-form.closed [type=text] {
    width: 100%;
  }

  #top-nav {
    order: 3;
  }

  #header-image {
    order: 4;
  }

  #top-nav ul {
    margin: 12px 0;
  }

  header nav .navigation {
    justify-content: center;
    flex-wrap: wrap;
    margin: 12px 0;
  }

  .sub-nav.first {
    max-width: 100%;
    margin: 0 24px;
  }

  .first.open.sub-nav &gt; ul &gt; li &gt; ul &gt; li {
    width: 100%;
  }

  /* @end */
  /* @group ----- Browse ----- */
  .browse .records {
    padding: 24px 0;
  }

  .browse .hentry,
#collection-items .hentry {
    width: 100%;
    border: 1px solid #dedede;
    padding: 11px;
    margin-bottom: 24px;
  }

  .browse .hentry img,
#collection-items .hentry img {
    max-width: 50%;
    float: left;
    margin: 0 24px 6px 0;
  }

  .browse .hentry h2,
#collection-items .hentry h2 {
    margin-top: 0;
  }

  /* @end */
  /* @group ----- Show ----- */
  .element h3,
.element .element-text {
    width: 100%;
    text-align: left;
  }

  /* @end */
  /* @group ----- Search ----- */
  #search-filters ul li {
    font-size: 15.75px;
    margin: 0 3px 12px;
  }

  #search-results {
    margin-top: 12px;
  }

  .search-entry:first-child select {
    width: 50%;
  }

  .search-entry select {
    width: calc(50% - 2.25em);
    margin-bottom: 6px;
  }

  .search-entry .advanced-search-joiner {
    width: 4em;
  }

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

  .field .inputs ~ .add_search {
    margin-left: 0;
  }

  /* @end */
  /* @group ----- Exhibits ----- */
  .exhibits.show h1,
.exhibits.summary h1,
.exhibits #primary,
#exhibit-pages,
#exhibit-blocks,
#exhibit-page-navigation {
    width: 100%;
    float: none;
    overflow: hidden;
  }

  #exhibit-pages {
    margin: 48px 0;
  }

  /* @end */
}</pre></body></html>