@charset "UTF-8";
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type=checkbox],
input[type=radio] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/* == Support == */
/* == Variables == */
/* == Mixins == */
@media screen {
  /* @group ----- Generic styles ----- */
  * {
    box-sizing: border-box;
  }

  body {
    font-family: "PT Serif", Times, serif;
    word-break: break-word;
    font-size: 16px;
    line-height: 24px;
  }

  h1, h2, .recent-title, h3, .record .title, legend, h4, h5, h6 {
    margin-top: 0;
    margin-bottom: 24px;
  }

  h1 {
    font-size: 32px;
    line-height: 48px;
  }

  h2, .recent-title {
    font-size: 24px;
    line-height: 36px;
  }

  h3, .record .title, legend {
    font-size: 20px;
    line-height: 30px;
  }

  h4 {
    font-size: 18px;
    line-height: 27px;
  }

  h5, h6 {
    font-size: 16px;
    line-height: 24px;
  }

  h6 {
    font-weight: normal;
    font-style: italic;
  }

  a {
    border-bottom: 1px dotted;
    text-decoration: none;
  }
  a img {
    margin-bottom: -2px;
    vertical-align: sub;
    border: none;
  }

  p, ul, ol, dl {
    line-height: 24px;
    margin-bottom: 24px;
  }

  ul ul, ul ol, ol ul, ol ol {
    margin: 0;
  }

  dt {
    font-style: italic;
    font-weight: normal;
  }

  dd {
    margin-left: 1.3333em;
  }

  table {
    width: 100%;
    border: 1px solid #ccc;
    border-width: 1px 1px 0 0;
    margin-bottom: 1.3333em;
  }

  th {
    font-weight: bold;
    text-align: left;
  }

  th, td {
    border: solid #ccc;
    border-width: 0 0 1px 1px;
    padding: 4px;
  }

  blockquote {
    font-style: italic;
    margin-left: 2.6667em;
    margin-right: 2.6667em;
  }

  #skipnav {
    height: 0;
  }

  #skipnav a {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }

  #skipnav a:focus {
    top: 0;
    z-index: 9999;
    clip: initial;
    height: auto;
    width: auto;
    padding: 0.5em;
    border: 1px blue dashed;
  }

  /* @end */
  /* @group ----- Reusable classes ----- */

  /* @end */
  /* @group ----- Formalize Styles -----  */
  /* == http://formalize.me == */
  /* `Widths
  ----------------------------------------------------------------------------------------------------*/

  /*
    Added via JS to <textarea> and class="input_full".
    Applies only to IE7. Other browsers don't need it.
  */

  /* `UI Consistency
  ----------------------------------------------------------------------------------------------------*/

  /* iPad */
  /* iPhone 3 */
  /* iPhone 4 */

  /*
    Separate rule for Firefox.
    Separate rule for IE, too.
    Cannot stack with WebKit's.
  */

  /* Tweaks for Safari + Chrome. */

  /* @end */
  /* @group ----- Theme-Specific Form Elements ----- */

  /* == Microformats == */

  /* @end */
  /* @group ----- Header ----- */

  /* @end */
  /* @group ----- Navigation -----  */

  /* @end */
  /* @group ----- Content ----- */

  /* = Page-specific == */

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

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

  /* @end */
  /* @group ----- Exhibit Builder ----- */

  /* @end */
  /* @group ----- Colors ----- */

  /* @end */
  /* @group ----- Other Plugins ----- */

  /* @end */
}
@media screen and (max-width: 840px) {
  #skipnav:focus {
    display: block;
    width: 100%;
    position: static;
  }
}
@media screen {
  #content {
    padding: 0 1em;
  }
}
@media screen {
  .active {
    font-weight: bold;
  }
}
@media screen {
  .item-img,
.image {
    float: left;
    display: block;
    margin: 0 24px 12px 0;
    border-bottom: 0;
    overflow: visible;
  }
  .item-img a,
.image a {
    display: block;
  }
}
@media screen {
  #content .item img,
.item #content img,
.image img,
img.image {
    vertical-align: bottom;
    border: 1px solid #ccc;
    padding: 5px;
    background-color: #fff;
  }
}
@media screen {
  #content img {
    max-width: 100%;
    max-height: 100%;
  }
}
@media screen {
  .collection .image,
.exhibit .image {
    box-shadow: -3px -3px 0 rgba(0, 0, 0, 0.2), -6px -6px 0 rgba(0, 0, 0, 0.1);
    margin-left: 6px;
  }
}
@media screen {
  .record {
    clear: both;
  }
}
@media screen {
  .secondary-nav + .exhibit {
    margin-top: -1px;
  }
}
@media screen {
  .columns.alpha,
.field label,
.field .label {
    font-weight: bold;
  }
}
@media screen {
  .input_tiny {
    width: 50px;
  }
}
@media screen {
  .input_small {
    width: 100px;
  }
}
@media screen {
  .input_medium {
    width: 150px;
  }
}
@media screen {
  .input_large {
    width: 200px;
  }
}
@media screen {
  .input_xlarge {
    width: 250px;
  }
}
@media screen {
  .input_xxlarge {
    width: 300px;
  }
}
@media screen {
  .input_full {
    width: 100%;
  }
}
@media screen {
  .input_full_wrap {
    display: block;
    padding-right: 8px;
  }
}
@media screen {
  ::-moz-focus-inner {
    border: 0;
    padding: 0;
  }
}
@media screen {
  input[type=search]::-webkit-search-decoration {
    display: none;
  }
}
@media screen {
  input,
button,
select,
textarea {
    margin: 0;
    vertical-align: middle;
  }
}
@media screen {
  input[type=radio],
input[type=checkbox] {
    position: relative;
    vertical-align: top;
    top: 3px;
    /* IE8, IE9, IE10 */
    top: 0\0 ;
    /* IE7 */
    *top: -3px;
    margin-right: 10px;
  }
}
@media screen and (-webkit-min-device-pixel-ratio: 1) and (max-device-width: 1024px) {
  input[type=radio],
input[type=checkbox] {
    vertical-align: baseline;
    top: 2px;
  }
}
@media screen and (-webkit-min-device-pixel-ratio: 1) and (max-device-width: 480px) {
  input[type=radio],
input[type=checkbox] {
    vertical-align: baseline;
    top: 0;
  }
}
@media screen and (-webkit-min-device-pixel-ratio: 2) and (max-device-width: 480px) {
  input[type=radio],
input[type=checkbox] {
    vertical-align: baseline;
    top: 0;
  }
}
@media screen {
  .button, button,
input[type=reset],
input[type=submit],
input[type=button] {
    -webkit-appearance: none;
    border: 0;
    cursor: pointer;
    font-family: "PT Serif", serif;
    font-size: 16px;
    line-height: 24px;
    outline: 0;
    overflow: visible;
    padding: 3px 10px;
    width: auto;
    /* IE7 */
    *padding-top: 2px;
    *padding-bottom: 0px;
  }
}
@media screen {
  button {
    /* IE7 */
    *padding-top: 1px;
    *padding-bottom: 1px;
  }
}
@media screen {
  textarea,
select,
input[type=date],
input[type=datetime],
input[type=datetime-local],
input[type=email],
input[type=month],
input[type=number],
input[type=password],
input[type=search],
input[type=tel],
input[type=text],
input[type=time],
input[type=url],
input[type=week] {
    -webkit-appearance: none;
    border-radius: 0;
    box-sizing: border-box;
    -moz-background-clip: padding;
    -webkit-background-clip: padding;
    background-clip: padding-box;
    background-color: #fff;
    border: 1px solid #000;
    color: #000;
    outline: 0;
    padding: 2px 10px;
    font-size: 16px;
    /*
      Leaving out Helvetica Neue, to not throw off size="..."
      on inputs. Arial is more reliable, on Windows and OS X.
    */
    font-family: "PT Serif", serif;
    height: 1.8em;
    /* IE7 */
    *padding-top: 2px;
    *padding-bottom: 1px;
    *height: auto;
  }
}
@media screen {
  ::-webkit-input-placeholder {
    color: #888;
  }
}
@media screen {
  input:-moz-placeholder,
textarea:-moz-placeholder {
    color: #888;
  }
}
@media screen {
  input.placeholder_text,
textarea.placeholder_text {
    color: #888;
  }
}
@media screen {
  :invalid {
    /*
      Suppress red glow that Firefox
      adds to form fields by default,
      even when user is still typing.
    */
    box-shadow: none;
  }
}
@media screen {
  a.button:focus,
button:focus,
button:active,
input:focus,
input:active,
select:focus,
select:active,
textarea:focus,
textarea:active {
    box-shadow: #333 0 0 7px;
    /* for Opera */
    z-index: 1;
  }
}
@media screen {
  input[type=file]:focus,
input[type=file]:active,
input[type=radio]:focus,
input[type=radio]:active,
input[type=checkbox]:focus,
input[type=checkbox]:active {
    box-shadow: none;
  }
}
@media screen {
  select[disabled],
textarea[disabled],
input[type=date][disabled],
input[type=datetime][disabled],
input[type=datetime-local][disabled],
input[type=email][disabled],
input[type=month][disabled],
input[type=number][disabled],
input[type=password][disabled],
input[type=search][disabled],
input[type=tel][disabled],
input[type=text][disabled],
input[type=time][disabled],
input[type=url][disabled],
input[type=week][disabled] {
    background-color: #eee;
  }
}
@media screen {
  button[disabled],
input[disabled],
select[disabled],
select[disabled] option,
select[disabled] optgroup,
textarea[disabled] {
    box-shadow: none;
    -webkit-user-select: none;
    user-select: none;
    color: #888;
    cursor: default;
  }
}
@media screen {
  textarea,
select[size],
select[multiple] {
    height: auto;
  }
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  select {
    background-image: url(../images/select_arrow.gif);
    background-repeat: no-repeat;
    background-position: right center;
    padding-right: 20px;
  }

  select[size],
select[multiple] {
    background-image: none;
    padding: 0;
  }

  ::-webkit-validation-bubble-message {
    box-shadow: rgba(0, 0, 0, 0.5) 0 0 5px;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #666), color-stop(1, #000));
    border: 1px solid;
    border-color: #747474 #5e5e5e #4f4f4f;
    color: #fff;
    font: 11px/1 "Lucida Grande", Arial, "Liberation Sans", FreeSans, sans-serif;
    padding: 15px 15px 17px;
    text-shadow: #000 0 0 1px;
  }

  ::-webkit-validation-bubble-arrow,
::-webkit-validation-bubble-top-outer-arrow,
::-webkit-validation-bubble-top-inner-arrow {
    box-shadow: none;
    background: #666;
    border: 0;
  }
}
@media screen {
  textarea {
    min-height: 40px;
    overflow: auto;
    resize: vertical;
    width: 100%;
  }
}
@media screen {
  optgroup {
    color: #000;
    font-style: normal;
    font-weight: normal;
  }
}
@media screen {
  fieldset {
    display: block;
    clear: both;
    border: 0;
    margin: 0;
    padding: 0;
  }
}
@media screen {
  .search-entry {
    background-color: rgba(0, 0, 0, 0.05);
    padding: 12px 2%;
    margin-bottom: 12px;
    overflow: auto;
    margin-top: 12px;
  }
}
@media screen {
  .remove_search {
    width: 30px;
    position: relative;
    height: 30px;
  }
}
@media screen {
  #advanced-search-form .inputs {
    clear: both;
  }
  #advanced-search-form input, #advanced-search-form select {
    width: 100%;
    display: block;
    margin-bottom: 0;
  }
  #advanced-search-form input[type=checkbox],
#advanced-search-form input[type=radio] {
    width: initial;
    float: none;
  }
  #advanced-search-form .search-entry select,
#advanced-search-form .search-entry input[type=text] {
    width: 100%;
    display: block;
  }
  #advanced-search-form .search-entry:first-child .advanced-search-joiner {
    display: none;
  }
  #advanced-search-form input[type=submit], #advanced-search-form button {
    clear: both;
    width: auto;
    border-radius: 0;
  }
  #advanced-search-form .submit {
    margin-top: 24px;
    margin-bottom: 24px;
  }
  #advanced-search-form .search-entry input[type=text] {
    margin-bottom: 0;
  }
  #advanced-search-form #search-narrow-by-fields .inputs {
    margin-bottom: 24px;
  }
  #advanced-search-form .field {
    width: 100%;
    padding: 24px 0 0;
    margin-bottom: 0;
  }
  #advanced-search-form .field .inputs {
    width: 100%;
  }
  #advanced-search-form .field label {
    display: block;
    margin: 0;
  }
  #advanced-search-form .field label:not(:last-of-type) {
    margin-bottom: 24px;
  }
  #advanced-search-form .field div.field:last-of-type {
    display: inline-block;
    margin-bottom: 1em;
  }
  #advanced-search-form .field div:only-child {
    margin-bottom: 0;
  }
  #advanced-search-form .field .add_search {
    margin-bottom: 24px;
  }
  #advanced-search-form .field .remove_search {
    margin: 24px 0 0;
  }
}
@media screen {
  #search-narrow-by-fields-remove-field {
    display: none;
  }
}
@media screen {
  ul.items-list, ul.collections-list, ul.title-list {
    list-style: none;
    margin-left: 0;
  }
}
@media screen {
  .title-list li {
    line-height: 1.33333em;
    margin-bottom: 1.33333em;
  }
}
@media screen {
  textarea#rights {
    float: none;
    display: none;
    line-height: 1.33333em;
    width: 512px;
    border: none;
    height: 31em;
    color: #444;
    padding: 0;
    margin: 0;
  }
}
@media screen {
  div.error {
    line-height: 1.33333em;
    margin: 1.33333em 0;
  }
}
@media screen {
  .hTagcloud {
    margin-top: 2em;
  }
  .hTagcloud ul {
    list-style: none;
    margin-left: 0;
    padding-left: 0;
    line-height: 1.8em;
  }
  .hTagcloud li {
    display: inline;
    margin-right: 8px;
  }
}
@media screen {
  .popular {
    font-size: 100%;
  }
}
@media screen {
  .v-popular {
    font-size: 140%;
  }
}
@media screen {
  .vv-popular {
    font-size: 180%;
  }
}
@media screen {
  .vvv-popular {
    font-size: 220%;
  }
}
@media screen {
  .vvvv-popular {
    font-size: 260%;
  }
}
@media screen {
  .vvvvv-popular {
    font-size: 300%;
  }
}
@media screen {
  .vvvvvv-popular {
    font-size: 320%;
  }
}
@media screen {
  .vvvvvvv-popular {
    font-size: 340%;
  }
}
@media screen {
  .vvvvvvvv-popular {
    font-size: 360%;
  }
}
@media screen {
  .popular a, .popular a:visited,
.v-popular a, .v-popular a:visited,
.vv-popular a, .vv-popular a:visited {
    color: #714271;
  }
}
@media screen {
  .vvv-popular a, .vvv-popular a:visited,
.vvvv-popular a, .vvvv-popular a:visited {
    color: #636;
  }
}
@media screen {
  .vvvvv-popular a, .vvvvv-popular a:visited,
.vvvvvv-popular a, .vvvvvv-popular a:visited,
.vvvvvvv-popular a, .vvvvvvv-popular a:visited,
.vvvvvvvv-popular a, .vvvvvvvv-popular a:visited {
    color: #5D2E5D;
  }
}
@media screen {
  header {
    background-size: auto !important;
    background-position-x: right !important;
  }
}
@media screen {
  .no-textshadow #site-title a {
    background-color: #000;
    padding: 6px;
  }
  .no-textshadow #site-title a:link, .no-textshadow #site-title a:visited, .no-textshadow #site-title a:active, .no-textshadow #site-title a:hover {
    color: #fff;
  }
}
@media screen {
  #site-title {
    font-size: 32px;
    margin-left: 16px;
    padding: 24px 0;
  }
  #site-title a {
    border-bottom: 0;
  }
  #site-title a img {
    vertical-align: bottom;
    max-width: 100%;
    height: auto;
  }
}
@media screen {
  nav ul {
    padding-left: 0;
  }
}
@media screen {
  ul.navigation {
    padding-left: 0;
  }
}
@media screen {
  .top ul {
    border: solid #ccc;
    border-width: 0 0 1px 0;
  }
}
@media screen {
  .bottom ul {
    margin-bottom: 0;
  }
}
@media screen {
  .button.menu-button {
    cursor: pointer;
    padding: 12px 1em;
    display: block;
    width: 100%;
    text-transform: uppercase;
    text-align: left;
  }
}
@media screen {
  .button.menu-button:after {
    content: "";
    display: inline-block;
    width: 12px;
    height: 12px;
    background-image: url("../images/menu.png");
    background-size: contain;
    margin-left: 10px;
  }
}
@media screen {
  .no-backgroundsize .menu-button:after {
    background-image: url("../images/menu_ie.png");
  }
}
@media screen {
  #primary-nav ul.navigation {
    border-top: 1px solid #ccc;
    position: relative;
    display: none;
    margin-top: 0;
  }
  #primary-nav ul.navigation ul {
    margin: 0;
    padding: 0;
    border-top: 0;
  }
  #primary-nav ul.navigation ul li {
    width: 100%;
    box-sizing: border-box;
    margin: 0;
  }
  #primary-nav ul.navigation ul li a {
    padding: 12px 1em 12px 11.1111111111%;
  }
  #primary-nav ul.navigation ul li ul li a {
    padding-left: 4em;
  }
  #primary-nav ul.navigation ul.sub-nav {
    display: none;
  }
  #primary-nav ul.navigation .open > ul, #primary-nav ul.navigation .sub-nav.open {
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
  }
  #primary-nav ul.navigation > li {
    padding: 0;
    list-style-type: none;
    width: 100%;
  }
}
@media screen and (max-width: 48em 16) {
  #primary-nav ul.navigation > li {
    padding: 0;
  }
}
@media screen {
  #primary-nav ul.navigation > li a {
    border-bottom: 1px solid #ccc;
    display: block;
    padding: 12px 1em;
  }
  #primary-nav ul.navigation > li a:before {
    content: "";
    display: inline-block;
    margin-right: 6px;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
  }
  #primary-nav ul.navigation > li a:focus {
    border: 1px dotted #ccc;
  }
}
@media screen {
  #primary-nav ul.navigation .parent {
    position: relative;
  }
}
@media screen {
  #primary-nav ul.navigation .sub-nav-toggle:after,
#primary-nav ul.navigation [aria-haspopup=true]:after {
    font-family: "Font Awesome 5 Free";
    content: "";
    font-weight: 900;
    font-size: 14px;
    float: right;
    transition-property: transform;
    transition: 0.5s ease;
  }
}
@media screen {
  #primary-nav ul.navigation .open .sub-nav-toggle:after,
#primary-nav ul.navigation [aria-haspopup=true].open:after {
    transform: rotate(405deg);
  }
}
@media screen {
  #primary-nav ul.navigation .sub-nav-toggle {
    position: absolute;
    top: 0;
    right: 0;
    height: 48px;
    width: 48px;
  }
  #primary-nav ul.navigation .sub-nav-toggle:after {
    float: none;
    text-align: center;
  }
}
@media screen {
  .secondary-nav ul, #secondary-nav ul {
    margin: 0;
  }
}
@media screen {
  .secondary-nav li, #secondary-nav li {
    display: inline-block;
    margin: 0 10px 0 0;
    padding: 0;
    list-style-type: none;
    font-size: 14px;
  }
  .secondary-nav li:last-of-type, #secondary-nav li:last-of-type {
    border-bottom: 0;
  }
  .secondary-nav li a, #secondary-nav li a {
    border-bottom: 0;
    padding: 6px 12px;
    display: inline-block;
  }
}
@media screen {
  .pagination {
    padding-left: 0;
    float: left;
    margin: 0;
    height: 48px;
    display: block;
    overflow: auto;
    line-height: 48px;
  }
  .pagination li {
    list-style-type: none;
    line-height: 24px;
    height: 24px;
    display: block;
    float: left;
    margin: 12px 10px 12px 0;
  }
  .pagination input[type=text] {
    width: 5em;
    margin-right: 5px;
    vertical-align: top;
    height: 24px;
    border: 1px solid;
  }
}
@media screen {
  .pagination_next, .pagination_previous {
    height: 24px;
  }
  .pagination_next a, .pagination_previous a {
    border-bottom: 0;
    padding: 0 10px;
    text-indent: -9999px;
    position: relative;
    display: block;
  }
  .pagination_next a:before, .pagination_previous a:before {
    position: absolute;
    top: 0;
    left: 0;
    text-indent: 0;
    text-align: center;
    width: 100%;
    line-height: 21px;
  }
}
@media screen {
  .pagination_next a:before {
    content: "»";
  }
}
@media screen {
  .pagination_previous a:before {
    content: "«";
  }
}
@media screen {
  nav.pagination {
    overflow: visible;
  }
  nav.pagination .pagination_list {
    padding-top: 0;
  }
  nav.pagination .pagination_list li {
    height: auto;
  }
}
@media screen {
  nav.pagination:nth-of-type(3), #content > .pagination:nth-of-type(2) {
    width: 100%;
    height: 96px;
  }
}
@media screen {
  nav.pagination:nth-of-type(3) ul, #content > .pagination:nth-of-type(2) {
    border-top: 1px solid #ccc;
    border-bottom: 0;
    padding-top: 24px;
    margin: 0 0 24px 0;
  }
}
@media screen {
  #content > nav.pagination:nth-of-type(2) {
    width: 100%;
    height: auto;
    padding-top: 0;
    margin-bottom: 0;
    border-top: 0;
  }
}
@media screen {
  .pagination_list {
    margin: 0;
    width: 100%;
    overflow: hidden;
    list-style-type: none;
    font-size: 14px;
    padding-top: 12px;
  }
  .pagination_list .pagination_current {
    background-color: #ccc;
    color: #444;
    font-weight: bold;
  }
  .pagination_list .next {
    border-left: 1px solid #ccc;
    padding-left: 1em;
  }
  .pagination_list .previous {
    border-right: 1px solid #ccc;
    padding-right: 1em;
  }
  .pagination_list li {
    float: left;
    margin: 0;
  }
  .pagination_list li:last-child a {
    border-right-width: 1px;
  }
  .pagination_list .pagination_previous, .pagination_list .pagination_next {
    display: none;
  }
  .pagination_list .pagination_current, .pagination_list a {
    border: solid #ccc;
    display: inline-block;
    padding: 6px 10px;
    vertical-align: top;
    border-width: 1px 0 1px 1px;
  }
}
@media screen {
  .item-pagination {
    border-top: 1px solid #ccc;
    margin: 0 0 1.5em 0;
    overflow: hidden;
    padding-top: 1.5em;
  }
  .item-pagination li.previous {
    width: 48%;
    display: block;
    float: left;
  }
  .item-pagination li.next {
    width: 48%;
    display: block;
    float: right;
    text-align: right;
  }
}
@media screen {
  #sort-links {
    font-size: 14px;
    clear: both;
  }
  #sort-links span {
    font-weight: bold;
    margin-right: 1em;
  }
}
@media screen {
  #sort-links-list {
    list-style: none;
    display: inline-block;
    padding-left: 0;
  }
  #sort-links-list li {
    display: inline-block;
    margin-right: 1em;
  }
}
@media screen {
  #sort-links + .item {
    border-top: 1px solid #ccc;
    clear: both;
  }
}
@media screen {
  .desc span:after, .asc span:after {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    display: inline-block;
  }
}
@media screen {
  .desc span:after {
    content: " ";
  }
}
@media screen {
  .asc span:after {
    content: " ";
  }
}
@media screen {
  #intro {
    margin-bottom: 24px;
    padding: 24px;
    background-color: #f7f7f7;
    font-size: 20px;
    line-height: 36px;
  }
}
@media screen {
  .subtitle {
    display: none;
  }
}
@media screen {
  #home #featured-records .record {
    padding: 24px;
    margin-bottom: 24px;
    overflow: auto;
  }
  #home #featured-records .record .subtitle {
    display: block;
    font-weight: none;
    font-size: 16px;
  }
  #home #featured-records .record .title {
    margin-bottom: 12px;
  }
  #home #featured-records .record img {
    display: block;
    float: none;
  }
}
@media screen {
  .record .title {
    font-weight: bold;
    overflow: hidden;
  }
  .record .title a:focus {
    outline-offset: -2px;
  }
}
@media screen {
  .recent-title {
    font-weight: bold;
    margin-top: 24px;
  }
}
@media screen {
  #recent-items .item {
    border-bottom: 1px solid #000;
    padding-bottom: 24px;
    margin-bottom: 24px;
  }
  #recent-items .item .title,
#recent-items .item img.image {
    margin-bottom: 0;
    margin-right: 0;
  }
}
@media screen {
  #recent-items .item,
#recent-items .view-items-link {
    clear: both;
  }
}
@media screen {
  #recent-items .image {
    float: right;
    margin: 0 0 0 d 24px;
  }
}
@media screen {
  #simple-search {
    width: 100%;
    display: inline-block;
    margin: 0 10px 10px 0;
  }
}
@media screen and (max-width: 48em 16) {
  #simple-search {
    display: block;
  }
}
@media screen {
  #search-container {
    position: relative;
    box-sizing: border-box;
    margin: 24px 1em;
  }
  #search-container:after {
    content: "";
    display: block;
    height: 0;
    width: 100%;
    clear: both;
  }
}
@media screen {
  .show-advanced.button {
    width: 30px;
    text-indent: -9999px;
    display: inline-block;
    position: absolute;
    top: 0;
    right: 30px;
    font-weight: bold;
    border-left: 1px solid rgba(255, 255, 255, 0.3);
    box-sizing: border-box;
    padding: 6px 0;
    overflow: hidden;
  }
  .show-advanced.button:link, .show-advanced.button:hover, .show-advanced.button:active, .show-advanced.button:visited {
    color: #fff;
  }
}
@media screen {
  .show-advanced .icon:after {
    content: "…";
    display: block;
    text-indent: 0;
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
  }
}
@media screen {
  #search-container {
    position: relative;
  }
  #search-container a {
    font-size: 0.875em;
    text-decoration: none;
    display: inline-block;
    clear: both;
  }
  #search-container h2, #search-container .recent-title {
    display: none;
  }
  #search-container input[type=text], #search-container .button {
    height: 30px;
    font-size: 16px;
    line-height: 24px;
  }
  #search-container #submit_search {
    width: 30px;
    border: 0;
    color: #fff;
    position: absolute;
    top: 0;
    right: 0;
    padding: 3px 5px;
    border-radius: 0;
    text-indent: -9999px;
  }
  #search-container #submit_search .icon:after {
    font-family: "Font Awesome 5 Free";
    content: "";
    font-weight: 900;
    text-indent: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 30px;
    text-align: center;
    height: 30px;
    line-height: 30px;
  }
  #search-container input[type=text] {
    width: 100%;
    border: 1px solid #000;
    padding: 5px 40px 5px 10px;
  }
}
@media screen {
  #search-form.with-advanced input[type=text] {
    padding: 5px 70px 5px 10px;
  }
}
@media screen {
  #advanced-form {
    background-color: #fff;
    overflow: auto;
    clear: both;
    z-index: 1001;
    position: absolute;
    top: 30px;
    left: 0;
    border: 1px solid #e7e7e7;
    width: 100%;
    padding: 0 1em;
    box-sizing: border-box;
    margin-bottom: 24px;
  }
  #advanced-form.closed {
    display: none;
  }
  #advanced-form label {
    line-height: 24px;
    vertical-align: top;
  }
  #advanced-form input[type=radio],
#advanced-form input[type=checkbox] {
    margin: 3px 10px 3px 0;
  }
  #advanced-form legend {
    font-size: 16px;
    line-height: 24px;
    padding-top: 24px;
    margin-bottom: 0;
  }
}
@media screen {
  #submit_search_advanced {
    margin-top: 5px;
    margin-bottom: 5px;
  }
}
@media screen {
  #search-filters ul, #item-filters ul {
    padding-left: 0;
    list-style-type: none;
    display: inline-block;
    margin: 24px 0 0 0;
  }
  #search-filters li, #item-filters li {
    display: inline;
  }
  #search-filters li:after, #item-filters li:after {
    content: " ·";
    margin: 0 10px 0 5px;
  }
  #search-filters li:last-child:after, #item-filters li:last-child:after {
    content: " ";
  }
  #search-filters ul li ul, #item-filters ul li ul {
    display: inline-block;
  }
  #search-filters ul li ul li, #item-filters ul li ul li {
    list-style-type: none;
    display: inline-block;
  }
  #search-filters ul li ul li:after, #item-filters ul li ul li:after {
    content: ", ";
  }
  #search-filters ul li ul li:last-child:after, #item-filters ul li ul li:last-child:after {
    content: "";
  }
}
@media screen {
  .element-text {
    margin-bottom: 24px;
  }
}
@media screen {
  #outputs {
    clear: both;
  }
}
@media screen {
  .collections .element {
    margin-bottom: 20px;
  }
}
@media screen {
  #collection-items .item {
    border-bottom: 1px solid #ccc;
    padding: 20px 0;
    overflow: hidden;
    width: 100%;
  }
  #collection-items .item:last-child {
    border-bottom: 0;
  }
  #collection-items .item-description {
    line-height: 1.5em;
  }
  #collection-items a.view-items-link {
    margin: 24px 0;
    display: inline-block;
    background-color: #000;
    color: #fff;
    padding: 6px;
    border-bottom: 0;
  }
}
@media screen {
  .browse .item {
    overflow: hidden;
    border-top: 1px solid #ccc;
    padding: 24px 0;
    width: 100%;
  }
  .browse .item:last-of-type {
    border-bottom: 0;
  }
}
@media screen {
  #browse-results {
    width: 100%;
  }
}
@media screen {
  .items {
    line-height: 1.5em;
  }
  .items .element {
    margin-bottom: 20px;
  }
}
@media screen {
  .tags li {
    display: inline;
  }
}
@media screen {
  #item-content img {
    padding: 5px;
    border: 1px solid #ccc;
    margin-bottom: 2em;
  }
}
@media screen {
  #featured-item h3, #featured-item legend, #featured-item .record .title, .record #featured-item .title {
    clear: both;
  }
}
@media screen {
  .items-list li {
    border-bottom: 1px solid #ccc;
    margin-bottom: 1.33333em;
  }
}
@media screen {
  #itemfiles {
    overflow: auto;
  }
  #itemfiles:after {
    content: "";
    display: block;
    height: 0;
    width: 100%;
    clear: both;
  }
  #itemfiles a {
    float: left;
    margin-right: 1em;
    overflow: visible;
    border-bottom: 0;
    margin-bottom: 24px;
    box-sizing: border-box;
    height: 120px;
  }
  #itemfiles a img {
    border: 1px solid #ccc;
    max-height: 100%;
  }
}
@media screen {
  .browse .collection {
    clear: both;
    border-top: 1px solid #ccc;
    padding-top: 23px;
  }
  .browse .collection .view-items-link {
    display: inline-block;
    margin-bottom: 24px;
  }
}
@media screen {
  .collection .element {
    margin-bottom: 0;
  }
}
@media screen {
  .element-div {
    line-height: 24px;
    margin-bottom: 24px;
  }
}
@media screen {
  footer {
    clear: both;
    overflow: hidden;
    padding: 20px;
    border-top: 1px solid #000;
  }
  footer p {
    float: left;
  }
}
@media screen and (max-width: 48em 16) {
  footer p {
    width: 30%;
  }
}
@media screen {
  footer ul {
    float: right;
    width: 60%;
    margin: 0 0 0 60px;
    text-align: right;
  }
}
@media screen {
  footer li {
    margin-left: 12px;
  }
}
@media screen {
  #search-filters {
    margin-bottom: 24px;
  }
}
@media screen {
  #search-filters ul {
    margin: 0;
  }
}
@media screen {
  #search-filters li li {
    text-transform: lowercase;
  }
  #search-filters li li:after {
    margin: 0 0.1em 0 0;
  }
}
@media screen {
  #search-results td,
#search-results th {
    vertical-align: top;
    padding: 12px;
  }
}
@media screen {
  #search-results .image {
    margin: 0 12px 0 0;
  }
}
@media screen {
  .browse .exhibit {
    border-top: 1px solid #ccc;
    padding-top: 23px;
    overflow: hidden;
  }
}
@media screen {
  .exhibits .pagination + .exhibit {
    border-top: 0;
    clear: both;
  }
}
@media screen {
  .summary #exhibit-pages {
    padding-top: 0;
  }
}
@media screen {
  #exhibit-pages {
    border: 1px solid #ccc;
    border-width: 0 1px;
    width: 100%;
    margin: 0 0 24px;
  }
  #exhibit-pages h4, #exhibit-pages > ul:first-child > li:first-of-type {
    border-top: 1px solid #ccc;
  }
  #exhibit-pages h4, #exhibit-pages > ul > li {
    border-bottom: 1px solid #ccc;
    margin-bottom: 0;
    position: relative;
    padding: 12px;
  }
  #exhibit-pages > ul > li.parent:before, #exhibit-pages > ul > li.current:before {
    content: "";
    height: 100%;
    width: 5px;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #ccc;
  }
  #exhibit-pages ul {
    list-style-type: none;
    margin: 0;
  }
  #exhibit-pages ul ul {
    margin-left: 1.5em;
  }
  #exhibit-pages .current {
    font-weight: bold;
  }
  #exhibit-pages .current > *:not(a) {
    font-weight: normal;
  }
  #exhibit-pages > ul > li:not(.parent) ul {
    display: none;
  }
  #exhibit-pages > ul > li.current ul {
    display: block;
  }
}
@media screen {
  .show .exhibit-block:first-child {
    clear: none;
  }
}
@media screen {
  .show .exhibit-child-nav li {
    display: inline-block;
    margin-right: 10px;
  }
}
@media screen {
  .exhibit-item-caption p {
    font-size: 12px;
    margin-top: 24px;
  }
}
@media screen {
  #exhibit-page-nav {
    border-top: 1px solid #ccc;
    line-height: 24px;
    padding-top: 24px;
  }
}
@media screen {
  .exhibit-block {
    overflow: hidden;
  }
}
@media screen {
  .exhibit-block > *:last-child {
    margin-bottom: 0;
  }
}
@media screen {
  .exhibit-block > *:first-child,
.gallery + p,
.exhibit-items + p {
    margin-top: 0;
  }
}
@media screen {
  body {
    color: #444;
  }
}
@media screen {
  header {
    border-color: #000;
  }
}
@media screen {
  a:link {
    color: #555;
  }
  a:visited {
    color: #7d7d7d;
  }
  a:hover {
    color: #2d2d2d;
  }
  a:active {
    color: #2d2d2d;
  }
}
@media screen {
  .button, button,
input[type=reset],
input[type=submit],
input[type=button],
.pagination_next a,
.pagination_previous a {
    background-color: #000;
    color: #fff;
  }
}
@media screen {
  #primary-nav li {
    background-color: #4d4d4d;
  }
  #primary-nav li ul li {
    background-color: #333;
  }
  #primary-nav li ul li ul li {
    background-color: #000;
  }
}
@media screen {
  #recaptcha_area input {
    height: auto;
  }
}
@media screen and (min-width: 768px) {
  /* ----- Grid ----- */
  #wrap {
    max-width: 95em;
    padding: 0 1em;
    margin: 0;
  }

  #content {
    width: 74.6835443038%;
    float: left;
    margin-right: 1.2658227848%;
    margin-right: 0;
    padding: 40px 0;
  }

  #primary-nav {
    width: 24.0506329114%;
    float: left;
    margin-right: 1.2658227848%;
    margin-left: 0;
  }

  #primary {
    padding-left: 0%;
  }

  /* ----- Header ----- */
  header {
    background-size: cover !important;
    border-width: 0 0 20px 0;
    border-style: solid;
  }

  .button.menu-button {
    display: none;
  }

  #primary-nav {
    margin-top: 42px;
  }
  #primary-nav ul.navigation {
    display: block;
    margin: 0;
  }
  #primary-nav .active ul {
    display: block;
  }
  #primary-nav ul {
    margin-top: 0;
    margin-bottom: 48px;
  }
  #primary-nav li {
    background-color: #fff;
  }
  #primary-nav li ul li {
    background-color: #fff;
  }
  #primary-nav li ul li ul li {
    background-color: #fff;
  }
  #primary-nav a:hover {
    font-weight: bold;
  }

  #search-container {
    margin: 24px 0;
  }

  #search-form {
    margin-bottom: 24px;
  }

  #query {
    margin-bottom: 24px;
  }

  .secondary-nav, #secondary-nav {
    border-bottom: 1px solid #ccc;
    font-size: 1.125em;
  }
  .secondary-nav a, #secondary-nav a {
    padding: 0.5em 1em 0.5em;
    color: #666;
    border-bottom: 0;
  }
  .secondary-nav ul, #secondary-nav ul {
    margin: 0 0 -1px 0;
  }
  .secondary-nav li, #secondary-nav li {
    display: inline-block;
    padding: 0;
    border: 1px solid #ccc;
  }
  .secondary-nav .active, #secondary-nav .active {
    border-bottom-color: #fff;
  }
  .secondary-nav .current a, #secondary-nav .current a {
    background: #fff;
    color: #333;
    font-weight: bold;
    border-color: #ccc;
    border-width: 1px;
    border-style: solid;
    border-bottom-color: #fff;
  }

  /* ----- Home ----- */
  #home #featured-records {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }
  #home #featured-records .record, #home #featured-records > p {
    width: 50%;
  }

  #recent-items {
    display: flex;
    flex-wrap: wrap;
  }

  #recent-items .item {
    width: calc(50% - 48px);
    margin: 0 24px 24px;
  }

  #recent-items .recent-title,
#recent-items .view-items-link {
    width: 100%;
  }

  /* ----- Browse Items ----- */
  .pagination-nav {
    width: 47%;
    overflow: hidden;
    float: left;
  }

  nav.pagination {
    overflow: visible;
  }

  #content > nav.pagination:nth-of-type(2) {
    width: 47%;
  }

  .pagination_list a, li.pagination_current {
    border: 1px solid #ccc;
    display: inline-block;
    padding: 6px 10px;
    vertical-align: top;
    margin-right: 10px;
  }

  #sort-links {
    clear: none;
    float: right;
  }
  #sort-links ul {
    margin: 6px 0 0;
    padding: 0;
  }
  #sort-links span, #sort-links li {
    padding: 6px 0 6px;
    margin-right: 0;
  }
  #sort-links li {
    padding-left: 24px;
  }

  /* ----- Forms ----- */
  .field {
    border-bottom: 1px solid #ccc;
    width: 100%;
    overflow: auto;
    padding: 24px 0;
  }
  .field input, .field input[type=text], .field select {
    width: 100%;
    float: right;
  }
  .field label,
.field .label,
.field .columns.alpha {
    margin: 0;
    width: 100%;
  }
  .field div.field:last-of-type {
    display: inline-block;
    margin-bottom: 1em;
  }
  .field div :only-child {
    margin-bottom: 0;
  }

  /* ----- Advanced Search Form ----- */
  #advanced-search-form {
    margin-bottom: 40px;
  }
  #advanced-search-form .submit {
    float: right;
  }
  #advanced-search-form .field {
    padding-bottom: 24px;
  }

  #advanced-search-form .search-entry {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    justify-content: flex-start;
  }

  #advanced-search-form .search-entry .input {
    width: calc((100% - 72px) / 4);
    display: inline-block;
    margin: 0 3px 0 0 !important;
    float: none;
    vertical-align: top;
  }

  #advanced-search-form .field .add_search,
#advanced-search-form .search-entry select {
    margin-bottom: 0;
  }

  #advanced-search-form .field .remove_search {
    text-indent: -9999px;
    margin-top: 0;
    width: 30px;
    float: right;
    clear: none;
  }
  #advanced-search-form .field .remove_search:after {
    content: "";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    text-indent: 0;
    text-align: center;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
    line-height: 30px;
  }

  /* ----- Exhibit Builder ----- */
  #content nav + .exhibit {
    clear: both;
  }

  #exhibit-blocks,
.exhibits.summary #primary,
#exhibit-page-navigation {
    width: 74.5762711864%;
    float: left;
    margin-right: 1.6949152542%;
    margin-left: 0;
    float: left;
  }

  #exhibit-page-navigation {
    clear: none;
  }

  #exhibit-pages {
    width: 23.7288135593%;
    float: left;
    margin-right: 1.6949152542%;
    margin-right: 0;
    display: inline-block;
    float: none;
  }
}