/*! 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, h3, legend, h4, h5, h6 {
    margin-top: 0;
    margin-bottom: 24px; }
  h1 {
    font-size: 32px;
    line-height: 48px; }
  h2 {
    font-size: 24px;
    line-height: 36px; }
  h3, 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 {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px; }
  #skipnav:focus {
    top: 0;
    z-index: 9999;
    clip: initial;
    height: auto;
    width: auto;
    padding: .5em;
    border: 1px blue dashed; }
  #content {
    padding: 0 5.26316%; }
  /* @end */
  /* @group ----- Reusable classes ----- */
  .active {
    font-weight: bold; }
  .item-img,
  .image {
    float: left;
    display: block;
    margin: 0 24px 24px 0;
    height: 100px;
    border-bottom: 0;
    overflow: visible; }
  #content .item img,
  .item #content img,
  .image img {
    height: 100%;
    border: 1px solid #ccc;
    padding: 5px;
    background-color: #fff; }
  .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; }
  .record {
    clear: both; }
  .secondary-nav + .exhibit {
    margin-top: -1px; }
  .columns.alpha,
  .field label,
  .field .label {
    font-weight: bold; }
  /* @end */
  /* @group ----- Formalize Styles -----  */
  /* == http://formalize.me == */
  /* `Widths
----------------------------------------------------------------------------------------------------*/
  .input_tiny {
    width: 50px; }
  .input_small {
    width: 100px; }
  .input_medium {
    width: 150px; }
  .input_large {
    width: 200px; }
  .input_xlarge {
    width: 250px; }
  .input_xxlarge {
    width: 300px; }
  .input_full {
    width: 100%; }
  /*
  Added via JS to <textarea> and class="input_full".
  Applies only to IE7. Other browsers don't need it.
*/
  .input_full_wrap {
    display: block;
    padding-right: 8px; }
  /* `UI Consistency
----------------------------------------------------------------------------------------------------*/
  ::-moz-focus-inner {
    border: 0;
    padding: 0; }
  input[type="search"]::-webkit-search-decoration {
    display: none; }
  input,
  button,
  select,
  textarea {
    margin: 0;
    vertical-align: middle; }
  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; }
  /* iPad */ }

@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 {
  /* iPhone 3 */ }

@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 {
  /* iPhone 4 */ }

@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; }
  button {
    /* IE7 */
    *padding-top: 1px;
    *padding-bottom: 1px; }
  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;
    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; }
  /*
  Separate rule for Firefox.
  Separate rule for IE, too.
  Cannot stack with WebKit's.
*/
  ::-webkit-input-placeholder {
    color: #888; }
  input:-moz-placeholder,
  textarea:-moz-placeholder {
    color: #888; }
  input.placeholder_text,
  textarea.placeholder_text {
    color: #888; }
  :invalid {
    /*
    Suppress red glow that Firefox
    adds to form fields by default,
    even when user is still typing.
  */
    box-shadow: none; }
  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; }
  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; }
  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; }
  button[disabled],
  input[disabled],
  select[disabled],
  select[disabled] option,
  select[disabled] optgroup,
  textarea[disabled] {
    box-shadow: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
        user-select: none;
    color: #888;
    cursor: default; }
  textarea,
  select[size],
  select[multiple] {
    height: auto; }
  /* Tweaks for Safari + Chrome. */ }

@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%; }
  optgroup {
    color: #000;
    font-style: normal;
    font-weight: normal; }
  /* @end */
  /* @group ----- Theme-Specific Form Elements ----- */
  fieldset {
    display: block;
    clear: both;
    border: 0;
    margin: 0;
    padding: 0; }
  .search-entry {
    background-color: rgba(0, 0, 0, 0.05);
    padding: 12px 2%;
    margin-bottom: 24px;
    overflow: auto;
    margin-top: 12px; }
  .remove_search {
    width: 30px;
    position: relative;
    height: 30px; }
  #advanced-search-form .inputs {
    clear: both; }
  #advanced-search-form input, #advanced-search-form select {
    width: 100%;
    display: block;
    margin-bottom: 24px; }
  #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 {
    border-bottom: 1px solid #ccc;
    width: 100%;
    overflow: auto;
    padding: 24px 0;
    margin-bottom: 0; }
    #advanced-search-form .field .inputs {
      width: 100%; }
    #advanced-search-form .field label {
      margin: 0;
      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 .remove_search {
      margin: 24px 0 0; }
  ul.items-list, ul.collections-list, ul.title-list {
    list-style: none;
    margin-left: 0; }
  .title-list li {
    line-height: 1.33333em;
    margin-bottom: 1.33333em; }
  textarea#rights {
    float: none;
    display: none;
    line-height: 1.33333em;
    width: 512px;
    border: none;
    height: 31em;
    color: #444;
    padding: 0;
    margin: 0; }
  div.error {
    line-height: 1.33333em;
    margin: 1.33333em 0; }
  /* == Microformats == */
  .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; }
  .popular {
    font-size: 100%; }
  .v-popular {
    font-size: 140%; }
  .vv-popular {
    font-size: 180%; }
  .vvv-popular {
    font-size: 220%; }
  .vvvv-popular {
    font-size: 260%; }
  .vvvvv-popular {
    font-size: 300%; }
  .vvvvvv-popular {
    font-size: 320%; }
  .vvvvvvv-popular {
    font-size: 340%; }
  .vvvvvvvv-popular {
    font-size: 360%; }
  .popular a, .popular a:visited,
  .v-popular a, .v-popular a:visited,
  .vv-popular a, .vv-popular a:visited {
    color: #714271; }
  .vvv-popular a, .vvv-popular a:visited,
  .vvvv-popular a, .vvvv-popular a:visited {
    color: #636; }
  .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; }
  /* @end */
  /* @group ----- Header ----- */
  header {
    background-size: auto !important;
    -ms-behavior: url("../javascripts/backgroundsize.min.htc");
    background-position-x: right !important; }
  .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; }
  #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; }
  /* @end */
  /* @group ----- Navigation -----  */
  nav ul {
    padding-left: 0; }
  ul.navigation {
    padding-left: 0; }
  .top ul {
    border: solid #ccc;
    border-width: 0 0 1px 0; }
  .bottom ul {
    margin-bottom: 0; }
  .button.menu-button {
    cursor: pointer;
    padding: 12px 5.26316%;
    display: block;
    text-transform: uppercase; }
  .button.menu-button:after {
    content: "";
    display: inline-block;
    width: 12px;
    height: 12px;
    background-image: url("../images/menu.png");
    background-size: contain;
    margin-left: 10px; }
  .no-backgroundsize .menu-button:after {
    background-image: url("../images/menu_ie.png"); }
  #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 5.26316% 12px 11.11111%; }
        #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 5.26316%; }
        #primary-nav ul.navigation > li a:before {
          content: "\BB\20";
          display: inline; }
        #primary-nav ul.navigation > li a:focus {
          border: 1px dotted #ccc; }
    #primary-nav ul.navigation .parent {
      position: relative; }
    #primary-nav ul.navigation .sub-nav-toggle:after,
    #primary-nav ul.navigation [aria-haspopup="true"]:after {
      font-family: "FontAwesome";
      content: "\f055";
      font-size: 14px;
      float: right;
      transition-property: transform;
      transition: .5s ease; }
    #primary-nav ul.navigation .open .sub-nav-toggle:after,
    #primary-nav ul.navigation [aria-haspopup="true"].open:after {
      transform: rotate(405deg); }
    #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; }
  .secondary-nav ul, #secondary-nav ul {
    margin: 0; }
  .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; }
  .pagination {
    padding-left: 0;
    float: left;
    margin: 12px 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; }
  .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; }
  .pagination_next a:before {
    content: "\bb"; }
  .pagination_previous a:before {
    content: "\ab"; }
  nav.pagination {
    overflow: visible; }
    nav.pagination .pagination_list {
      padding-top: 0; }
    nav.pagination .pagination_list li {
      height: auto; }
  nav.pagination:nth-of-type(3), #content > .pagination:nth-of-type(2) {
    width: 100%;
    height: 96px; }
  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; }
  #content > nav.pagination:nth-of-type(2) {
    width: 100%;
    height: auto;
    padding-top: 0;
    margin-bottom: 0;
    border-top: 0; }
  .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; }
  .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; }
  #sort-links {
    font-size: 14px;
    clear: both; }
    #sort-links span {
      font-weight: bold;
      margin-right: 1em; }
  #sort-links-list {
    list-style: none;
    display: inline-block;
    padding-left: 0; }
    #sort-links-list li {
      display: inline-block;
      margin-right: 1em; }
  #sort-links + .item {
    border-top: 1px solid #ccc;
    clear: both; }
  .desc a:after, .asc a:after {
    font-family: "FontAwesome";
    display: inline-block; }
  .desc a:after {
    content: "\00a0\f0d8"; }
  .asc a:after {
    content: "\00a0\f0d7"; }
  /* @end */
  /* @group ----- Content ----- */
  #featured-item,
  #featured-collection,
  #featured-exhibit {
    background-color: rgba(0, 0, 0, 0.03);
    padding: 0 5.26316%;
    margin-bottom: 24px;
    overflow: auto; }
    #featured-item h2,
    #featured-collection h2,
    #featured-exhibit h2 {
      margin-top: 24px; }
  #recent-items .item,
  #recent-items .view-items-link {
    clear: both; }
  #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 5.26316%; }
    #search-container:after {
      content: "";
      display: block;
      height: 0;
      width: 100%;
      clear: both; }
    #search-container.with-advanced .button {
      right: 30px; }
  .show-advanced.button {
    width: 30px;
    text-indent: -9999px;
    display: inline-block;
    position: absolute;
    top: 0;
    right: 0;
    font-weight: bold;
    border-left: 1px solid rgba(255, 255, 255, 0.3);
    box-sizing: border-box; }
    .show-advanced.button:link, .show-advanced.button:hover, .show-advanced.button:active, .show-advanced.button:visited {
      color: #fff; }
  .show-advanced.button:after {
    content: "\2026";
    display: block;
    text-indent: 0;
    text-align: center;
    margin-top: -1.75em; }
  #search-container {
    position: relative; }
    #search-container a {
      font-size: .875em;
      text-decoration: none;
      display: inline-block;
      clear: both; }
    #search-container h2 {
      display: none; }
    #search-container input[type=text], #search-container .button {
      height: 30px;
      font-size: 16px;
      line-height: 24px; }
    #search-container button {
      width: 30px;
      border: 0;
      color: #fff;
      position: absolute;
      top: 0;
      right: 0;
      padding: 3px 5px;
      border-radius: 0;
      text-indent: -9999px; }
      #search-container button:after {
        font-family: "FontAwesome";
        content: "\f002";
        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; }
  #search-form.with-advanced input[type=text] {
    padding: 5px 70px 5px 10px; }
  #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; }
  #submit_search_advanced {
    margin-top: 5px;
    margin-bottom: 5px; }
  #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: " \00B7";
      margin: 0 10px 0 5px; }
    #search-filters li:last-child:after, #item-filters li:last-child:after {
      content: "\00A0"; }
  #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: ""; }
  .element-text {
    margin-bottom: 24px; }
  #outputs {
    clear: both; }
  /* = Page-specific == */
  .collections .element {
    margin-bottom: 20px; }
  #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; }
  .browse .item {
    overflow: hidden;
    border-top: 1px solid #ccc;
    padding: 24px 0; }
    .browse .item:last-of-type {
      border-bottom: 0; }
  .items {
    line-height: 1.5em; }
    .items .element {
      margin-bottom: 20px; }
  .tags li {
    display: inline; }
  #item-content img {
    padding: 5px;
    border: 1px solid #ccc;
    margin-bottom: 2em; }
  #featured-item h3, #featured-item legend {
    clear: both; }
  #featured-collection .collection,
  #featured-exhibit .exhibit {
    border-top: 0; }
  .items-list li {
    border-bottom: 1px solid #ccc;
    margin-bottom: 1.33333em; }
  #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; }
  .collection {
    clear: both;
    border-top: 1px solid #ccc;
    padding-top: 23px; }
  .collection .element {
    margin-bottom: 0; }
  .element-div {
    line-height: 24px;
    margin-bottom: 24px; }
  /* @end */
  /* @group ----- Footer ----- */
  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; }
    footer li {
      margin-left: 12px; }
  /* @end */
  /* @group ----- Search Results ----- */
  #search-filters {
    margin-bottom: 24px; }
  #search-filters ul {
    margin: 0; }
  #search-filters li li {
    text-transform: lowercase; }
    #search-filters li li:after {
      margin: 0 .1em 0 0; }
  #search-results td,
  #search-results th {
    vertical-align: top;
    padding: 12px; }
  #search-results .image {
    margin: 0 12px 0 0; }
  /* @end */
  /* @group ----- Exhibit Builder ----- */
  .exhibit {
    border-top: 1px solid #ccc;
    padding-top: 23px;
    overflow: hidden; }
  .exhibits .pagination + .exhibit {
    border-top: 0;
    clear: both; }
  .summary #exhibit-pages {
    padding-top: 0; }
  #exhibit-pages {
    border: 1px solid #ccc;
    border-width: 0 1px;
    padding: 0 12px;
    width: 100%;
    margin: 0 0 24px; }
    #exhibit-pages h4,
    #exhibit-pages > ul:first-child > li:first-of-type {
      margin: -12px;
      padding: 12px;
      border-top: 1px solid;
      padding-top: 23px; }
    #exhibit-pages h4,
    #exhibit-pages > ul > li {
      border-bottom: 1px solid #ccc;
      padding-bottom: 23px;
      margin-bottom: 0;
      position: relative; }
    #exhibit-pages > ul > li {
      margin: -12px;
      padding: 12px;
      padding-top: 6px; }
    #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; }
  .show .exhibit-block:first-child {
    clear: none; }
  .show .exhibit-child-nav li {
    display: inline-block;
    margin-right: 10px; }
  .exhibit-item-caption p {
    font-size: 12px;
    margin-top: 24px; }
  #exhibit-page-nav {
    border-top: 1px solid #ccc;
    line-height: 24px;
    padding-top: 24px; }
  .exhibit-block {
    overflow: hidden; }
  .exhibit-block > *:last-child {
    margin-bottom: 0; }
  .exhibit-block > *:first-child,
  .gallery + p,
  .exhibit-items + p {
    margin-top: 0; }
  /* @end */
  /* @group ----- Colors ----- */
  body {
    color: #444; }
  header {
    border-color: #000; }
  a:link {
    color: #888; }
  a:visited {
    color: #999; }
  a:hover {
    color: #777; }
  a:active {
    color: #777; }
  .button, button,
  input[type="reset"],
  input[type="submit"],
  input[type="button"],
  .pagination_next a,
  .pagination_previous a {
    background-color: #000;
    color: #fff; }
  #primary-nav li {
    background-color: #4d4d4d; }
    #primary-nav li ul li {
      background-color: #333; }
    #primary-nav li ul li ul li {
      background-color: #000; }
  /* @end */
  /* @group ----- Other Plugins ----- */
  #recaptcha_area input {
    height: auto; }
  /* @end */ }

@media screen and (min-width: 768px) {
  /* @group ----- Grid ----- */
  #wrap {
    max-width: 95em;
    padding: 0 5.26316%;
    margin: 0; }
  #content {
    width: 74.68354%;
    float: left;
    margin-right: 1.26582%;
    margin-right: 0;
    padding: 40px 0; }
  #primary-nav {
    width: 24.05063%;
    float: left;
    margin-right: 1.26582%;
    margin-left: 0; }
  #primary {
    padding-left: 0%; }
  #home #primary {
    width: 49.15254%;
    float: left;
    margin-right: 1.69492%;
    margin-left: 0;
    padding: 0 0 0 5.26316%; }
  #home #secondary {
    width: 49.15254%;
    float: left;
    margin-right: 1.69492%;
    margin-right: 0;
    padding: 0 5.26316%; }
  /* @end */
  /* @group ----- Header ----- */
  header {
    background-size: cover !important;
    -ms-behavior: url("../javascripts/backgroundsize.min.htc");
    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; }
  /* == Browse Items == */
  .pagination {
    width: 47%;
    overflow: hidden;
    float: left;
    padding-bottom: 24px; }
  nav.pagination {
    overflow: visible; }
  #content > nav.pagination:nth-of-type(2) {
    width: 47%; }
  .pagination_list {
    margin-top: 18px;
    float: left; }
  .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-top: 18px;
      padding-top: 12px; }
    #sort-links span, #sort-links li {
      padding: 6px 0 6px 20px;
      margin-right: 0; }
  /* @end */
  /* @group ----- Forms ----- */
  div#contribution-type-form div.inputs {
    clear: none;
    float: right;
    width: 69%; }
  .field {
    border-bottom: 1px solid #ccc;
    width: 100%;
    overflow: auto;
    padding: 24px 0; }
    .field .inputs,
    .field .columns.omega {
      clear: none;
      float: right;
      width: 69%; }
    .field input, .field input[type=text], .field select {
      width: 100%;
      float: right; }
    .field label,
    .field .label,
    .field .columns.alpha {
      width: 29%;
      float: left;
      margin: 0; }
    .field .columns.alpha label,
    .field .columns.alpha .label {
      width: 100%; }
    .field div.field:last-of-type {
      display: inline-block;
      margin-bottom: 1em; }
    .field div :only-child {
      margin-bottom: 0; }
  /* @end */
  /* @group ----- Advanced Search Form ----- */
  #advanced-search-form {
    margin-bottom: 40px; }
    #advanced-search-form .submit {
      float: right; }
  #advanced-search-form .search-entry input[type=text],
  #advanced-search-form .search-entry select {
    width: calc((100% - 42px) / 4);
    display: inline-block;
    margin: 0 3px 0 0;
    float: none; }
  #advanced-search-form .search-entry:first-child input[type="text"],
  #advanced-search-form .search-entry:first-child select {
    width: calc((100% - 42px) / 3); }
  #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: "\f00d";
      font-family: "FontAwesome";
      text-indent: 0;
      text-align: center;
      width: 100%;
      top: 0;
      left: 0;
      position: absolute;
      line-height: 30px; }
  /* @end */
  /* @group ----- Exhibit Builder ----- */
  #content nav + .exhibit {
    clear: both; }
  #exhibit-blocks,
  .exhibits.summary #primary,
  #exhibit-page-navigation {
    width: 74.57627%;
    float: left;
    margin-right: 1.69492%;
    margin-left: 0;
    float: left; }
  #exhibit-page-navigation {
    clear: none; }
  #exhibit-pages {
    width: 23.72881%;
    float: left;
    margin-right: 1.69492%;
    margin-right: 0;
    display: inline-block;
    float: none; }
  /* @end */ }

 
/* BYZART
================================================== */
html{background: url('../images/byzart/bg.jpg') no-repeat center #000;
    background-size: cover;background-attachment:fixed;}
body{background:rgba(255,255,255,0.7) !important;}

h1 {font-size: 26px;line-height: 42px; }

#content:focus {outline: 0;}
a{border:0;outline:0;color:#ed0015 !important;}
a:hover{border:0;outline:0;color:#fa322b !important;}
header{background:transparent;background-size:cover;color:#fff;border-bottom:20px solid #ed0015;}
footer{background:#000;color:#fff;}
footer p{float:none;padding:0;margin:0;font-size:11px;text-align:center;}

.inea-logo{height:100%;display:inline-block;margin:10px;width:450px;top:0px;position:relative;}
.inea-logo a{vertical-align:top;display:inline-block;width:inherit !important;height:inherit  !important;background:none  !important;font-size:0px;}

#site-title{text-align:center;margin:0;padding:2px 0 5px 0;background:rgba(255,255,255,0.6);}
#site-title a{display:inline-block;width:240px;height:240px;background:url('../images/byzart/logo_v2.png') no-repeat;font-size:0px;}
/*
.item-file.image-jpeg{display:inline-block;margin:5px;}
.item-file.image-jpeg .download-file img{width:150px;height:150px;}
*/
#primary-nav a:hover{font-weight:normal;}
.external-container{display:inline-block;padding:20px;border-radius:15px;border:1px solid #ed0015;overflow: auto;background:#f4f1ec;}
.external-disclaimer{font-style:italic;}
.external-container img{max-width:50%;float:right}

#disclaimer-container{text-align:justify;margin-bottom:25px;padding:10px;}

.gal-thumb{display:inline-block;width:20%;height:150px;background-size:contain !important;background-position:top !important;padding:10px;margin:0 10px 10px 0;opacity:0.8;transition:0.3s;vertical-align:top;}
.gal-thumb:hover{opacity:1;transition:0.3s}
.gallery-text{margin:5px 0 10px 10px;text-align:justify;display:inline-block;width:75%;vertical-align:top;}
.gallery-wrap{border-bottom:2px solid #ed0015;margin-bottom:20px;}

.view-in-europeana a{
    background: url('https://commons.utopia.gr/images/various/europeana-projects-portrait-small.png') #fff no-repeat 5px 0px;
	background-size:40px;
    color: #444444 !important;
    padding: 10px 15px 16px 50px;
    border-radius: 20px;
	font-size: 22px;
	line-height: 40px;
	font-weight:bold;
	border:1px solid #444444;
}
.view-in-europeana a:hover{
	border:1px solid #ed0015;
}

#disclaimer-container a{ 
	background: url('https://commons.utopia.gr/images/various/europeana-projects-landscape.png') #fff no-repeat 5px 5px;
	background-size:300px;
    color: #444444 !important;
    padding: 110px 15px 5px 15px;
    border-radius: 20px;
	font-size: 16px;
	line-height: 24px;
	display:block;
	border:1px solid #444444;
}
	
#disclaimer-container a:hover{
	border:1px solid #ed0015;
}	
	

/*.images-wrapper{max-width:40%;float:right;margin-left:10px;}
.full{max-width:100%}*/

.element-text{line-height:1.2;margin-bottom:0px;text-align:justify}
.element h3{margin-bottom: 5px;margin-top:15px;}
.images-wrapper img.full{width:100%;height:auto;margin-bottom:10px;}
#collection{clear:both;display:block;margin-top:20px;margin-bottom:20px;border-top: 1px solid #ccc;}
.hidden-sm{display:none}
.hidden-md{display:block;}	

#primary-nav li{background: #f4f1ec;}

@media screen and (min-width: 769px) {
	#disclaimer-container{padding:2px;}
    .inea-logo{margin:10px 0 0 100px;width:500px;top:90px;}
	.element-set{width:49%;vertical-align:top;display:inline-block}
    .images-wrapper{width:49%;vertical-align:top;padding-left:2%;}
	.hidden-md{display:none}
	.hidden-sm{display:inline-block}	
}
