/* -------------------------------------------------------------------------*/
/* Imports */
/*! 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 {
  -webkit-box-sizing: content-box;
          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"] {
  -webkit-box-sizing: border-box;
          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 */
  -webkit-box-sizing: content-box;
  /* 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; }

/* -------------------------------------------------------------------------*/
/* Screen */
/* -------------------------------------------------------------------------*/
/* Table of Contents
-- General Styles
---- Layout
---- General Styles
---- Headings
---- Links
-- Navigation
---- General Nav
---- Mega-Menu Navigation
-- Forms
---- Search
---- Advanced Search
-- Tables
-- Content
---- Browse and Item Pages
---- Collections
---- TagCloud
-- Plugins
---- Simple Pages
---- Geolocation
---- Exhibits

/* -------------------------------------------------------------------------*/
/* Layout */
#wrap {
  max-width: 59em;
  margin: auto;
  overflow: hidden;
  background-color: #fff;  }

#search-container {
  width: 100%;
  margin-right: 0; }

.nav-menu {
  width: 100%;
  margin-right: 0; }

header {
  padding: 0 24px; }

#content {
  width: 100%;
  overflow: auto;
  padding: 24px; }

.pagination {
  width: 100%; }

#item-filters {
  width: 100%;
  margin-right: 0; }

#sort-links {
  width: 100%; }

#outputs {
  width: 100%; }

#advanced-search-form label {
  width: 100%; }

#advanced-search-form .inputs {
  width: 100%;
  margin-right: 0; }

footer {
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0; }

/* -------------------------------------------------------------------------*/
/* General Styles */
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

body {
  background-color: #fff;
  font-family: "Lato", Verdana, Arial, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #444;
  margin: 0; }

.element-set,
.item,
.element,
.collection,
.exhibit,
.hTagcloud {
  margin: 1em 0;
  overflow: hidden;
  clear: both; }

#featured-item,
#featured-collection,
#featured-exhibit,
#recent-items {
  overflow: hidden;
  margin: 1em 0 0; }
  #featured-item h2, #featured-item #item-filters .collection, #item-filters #featured-item .collection,
  #featured-item h3,
  #featured-item .item,
  #featured-item .collection,
  #featured-item .exhibit,
  #featured-collection h2,
  #featured-collection #item-filters .collection,
  #item-filters #featured-collection .collection,
  #featured-collection h3,
  #featured-collection .item,
  #featured-collection .collection,
  #featured-collection .exhibit,
  #featured-exhibit h2,
  #featured-exhibit #item-filters .collection,
  #item-filters #featured-exhibit .collection,
  #featured-exhibit h3,
  #featured-exhibit .item,
  #featured-exhibit .collection,
  #featured-exhibit .exhibit,
  #recent-items h2,
  #recent-items #item-filters .collection,
  #item-filters #recent-items .collection,
  #recent-items h3,
  #recent-items .item,
  #recent-items .collection,
  #recent-items .exhibit {
    padding: 0; }
  #featured-item h2, #featured-item #item-filters .collection, #item-filters #featured-item .collection,
  #featured-collection h2,
  #featured-collection #item-filters .collection,
  #item-filters #featured-collection .collection,
  #featured-exhibit h2,
  #featured-exhibit #item-filters .collection,
  #item-filters #featured-exhibit .collection,
  #recent-items h2,
  #recent-items #item-filters .collection,
  #item-filters #recent-items .collection {
    padding-top: 24px; }
  #featured-item .image,
  #featured-collection .image,
  #featured-exhibit .image,
  #recent-items .image {
    margin-top: 24px; }
  #featured-item img,
  #featured-collection img,
  #featured-exhibit img,
  #recent-items img {
    float: right; }

#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;
  color: #f1911b; }

.intro {
  font-style: italic; }

abbr, acronym {
  border: none;
  font-style: normal; }

.clear {
  clear: both; }

a.show {
  padding-left: 5px;
  font-style: italic; }

blockquote {
  font-style: italic; }

.view-items-link {
  min-height: 36px;
  padding: 6px;
  display: block;
  background-color: #eaeaea;
  margin-bottom: .5em;
  border: 0;
  margin-top: 1em;
  display: inline-block; }
  .view-items-link:hover {
    background-color: #f1911b;
    color: white;
    text-decoration: none; }
  .view-items-link:active {
    background-color: #d83d28; }

#outputs {
  margin-top: 1em; }

footer {
  padding: .5em 0;
  overflow: auto;
  border-top: 5px double #ddd; }

/* -------------------------------------------------------------------------*/
/* Headings */
h1, h2, #item-filters .collection, h3, h4, h5, h6 {
  font-family: "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", sans-serif;
  font-weight: normal;
  line-height: 36px;
  padding: .5em 0;
  margin: 0;
  color: #555; }

h4, h6 {
  font-style: 19.2px; }

h5, h6 {
  font-weight: bold; }

h1 {
  text-transform: uppercase;
  font-size: 40px;
  clear: both;
  word-wrap: break-word; }

h2, #item-filters .collection {
  font-size: 32px;
  border-top: 4px solid #ddd; }

h3 {
  font-size: 24px; }

h6 {
  font-size: italic; }

#site-title {
  color: #d83d28;
  font-family: "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", sans-serif;
  text-transform: uppercase;
  font-size: 40px;
  font-weight: bold;
  line-height: 48px;
  margin: 20px 0; }
  #site-title a {
    text-decoration: none;
    color: #D83D28; }

/* -------------------------------------------------------------------------*/
/* Links */
a {
  color: #f1911b;
  text-decoration: none; }
  a:hover {
    color: #D83D28;
    text-decoration: underline; }
  a:active {
    color: #f1911b; }
  a:visited {
    color: #D83D28; }
  a:focus {
    color: #D83D28; }

/* -------------------------------------------------------------------------*/
/* General Navigation */
.navigation,
#sort-links {
  list-style: none;
  padding: 0; }
  .navigation ul,
  #sort-links ul {
    margin: 0;
    padding: 0; }
  .navigation li,
  #sort-links li {
    display: inline; }

.asc a:after,
.desc a:after {
  font-family: "FontAwesome"; }

.asc a:after {
  content: " \f0d8"; }

.desc a:after {
  content: " \f0d7"; }

.secondary-nav,
#secondary-nav {
  margin-bottom: 1em;
  overflow: auto; }
  .secondary-nav li,
  #secondary-nav li {
    margin-right: 10px;
    display: block;
    float: left; }
    .secondary-nav li.active a,
    #secondary-nav li.active a {
      font-weight: bold; }

.browse .secondary-nav li:before, .browse #secondary-nav li:before,
.tags .secondary-nav li:before,
.tags #secondary-nav li:before,
.items .secondary-nav li:before,
.items #secondary-nav li:before {
  content: "\2014\0020"; }

.pagination {
  margin: 0;
  padding: 0;
  border: 0;
  overflow: hidden;
  margin: 1em 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .pagination li {
    margin-right: 12px;
    list-style: none; }
  .pagination .page-input form {
    padding: 0; }
  .pagination .page-input #page {
    width: 30px;
    text-align: right; }
  .pagination .page-input input {
    width: 30px;
    text-align: center;
    margin: 0; }
  .pagination .pagination_next a,
  .pagination .pagination_previous a,
  .pagination .previous-page a,
  .pagination .next-page a {
    min-height: 36px;
    padding: 6px;
    display: block;
    background-color: #eaeaea;
    margin-bottom: .5em;
    border: 0;
    margin-bottom: 0;
    line-height: 24px; }
    .pagination .pagination_next a:hover,
    .pagination .pagination_previous a:hover,
    .pagination .previous-page a:hover,
    .pagination .next-page a:hover {
      background-color: #f1911b;
      color: white;
      text-decoration: none; }
    .pagination .pagination_next a:active,
    .pagination .pagination_previous a:active,
    .pagination .previous-page a:active,
    .pagination .next-page a:active {
      background-color: #f1911b; }

.pagination_next a,
.pagination_previous a {
  display: inline-block;
  text-indent: -9999px;
  position: relative;
  width: 36px;
  text-align: center; }

.pagination_next a:after,
.pagination_previous a:after {
  font-family: "FontAwesome";
  position: absolute;
  left: 0;
  top: 0;
  width: 36px;
  height: 36px;
  line-height: 36px;
  text-indent: 0; }

.pagination_previous a:after {
  content: "\f104"; }

.pagination_next a:after {
  content: "\f105"; }

.item-pagination {
  margin: 0;
  padding: 0;
  border: 0;
  overflow: hidden;
  padding: 2em 0 1em 0; }
  .item-pagination .next a, .item-pagination .previous a {
    min-height: 36px;
    padding: 6px;
    display: block;
    background-color: #eaeaea;
    margin-bottom: .5em;
    border: 0; }
    .item-pagination .next a:hover, .item-pagination .previous a:hover {
      background-color: #f1911b;
      color: white;
      text-decoration: none; }
    .item-pagination .next a:active, .item-pagination .previous a:active {
      background-color: #f1911b; }

#sort-links {
  margin: 0 0 24px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end; }
  #sort-links #sort-links-list {
    overflow: auto;
    padding-left: 10px; }
  #sort-links li {
    float: left;
    margin-right: 10px; }
    #sort-links li:before {
      content: "\2014\0020"; }
    #sort-links li.sorting a {
      text-decoration: underline;
      font-weight: bold; }

#bottom-nav {
  display: none; }

/* -------------------------------------------------------------------------*/
/* Top Navigation - Mega Menu Styles */
#top-nav {
  min-height: 40px;
  /*    position:relative;
*/ }
  #top-nav .nav-menu {
    overflow: auto;
    background-color: #eaeaea; }
    #top-nav .nav-menu .active {
      background-color: #D83D28; }
      #top-nav .nav-menu .active a {
        color: white; }
  #top-nav li {
    display: block;
    width: 100%; }
    #top-nav li .active a {
      color: white; }
    #top-nav li a {
      display: block;
      padding: 1em 0 1em 1em; }
      #top-nav li a:hover {
        background-color: #f1911b;
        color: #fff;
        text-decoration: none; }
    #top-nav li:last-of-type {
      border-color: transparent; }
    #top-nav li a.open {
      color: white;
      background-color: #f1911b; }
  #top-nav .sub-nav {
    display: none;
    background-color: #f7f7f7; }
  #top-nav .sub-nav.open {
    display: block;
    width: 100%;
    position: relative;
    margin: 0;
    padding: 0;
    top: 0; }
    #top-nav .sub-nav.open li {
      padding: 0; }
      #top-nav .sub-nav.open li a {
        color: #f1911b;
        padding: 1em;
        border-bottom: 1px solid white; }
      #top-nav .sub-nav.open li a:hover {
        color: white;
        text-decoration: none;
        background-color: #f3a646; }
    #top-nav .sub-nav.open .active a {
      color: white; }
    #top-nav .sub-nav.open ul a:before {
      content: "\2014\0020"; }
  #top-nav [aria-haspopup="true"]:after {
    font-family: "FontAwesome";
    content: "\f0da";
    margin: 0 0 0 .5em;
    vertical-align: bottom; }
  #top-nav [aria-haspopup="true"].open:after {
    content: "\f0d7"; }

/* -------------------------------------------------------------------------*/
/* Forms */
form fieldset {
  border: 0;
  padding: 0;
  margin: 0 0 24px 0; }

form label, form input, form select {
  margin: 1em .5em 1em 0; }

select {
  border-radius: 0;
  border: 1px solid #ddd;
  height: 36px;
  line-height: 36px;
  font-size: 16px;
  margin-right: 3px !important;
  display: inline-block; }

input[type=text],
input[type=password] {
  border: 1px solid #ddd;
  min-height: 36px;
  padding: 6px; }

input[type=submit],
button,
.button {
  min-height: 36px;
  padding: 6px;
  display: block;
  background-color: #eaeaea;
  margin-bottom: .5em;
  border: 0; }
  input[type=submit]:hover,
  button:hover,
  .button:hover {
    background-color: #f1911b;
    color: white;
    text-decoration: none; }
  input[type=submit]:active,
  button:active,
  .button:active {
    background-color: #f1911b; }

.button:focus {
  outline: -webkit-focus-ring-color auto 5px; }

/* -------------------------------------------------------------------------*/
/*-- Search--*/
#search-container #search-form {
  position: relative;
  height: 36px; }

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

#search-container.with-advanced input[type=text] {
  width: calc(100% - 76px); }

#search-container .show-advanced,
#search-container button {
  margin: 0;
  width: 36px;
  position: absolute;
  top: 0;
  text-align: center;
  color: #f1911b; }
  #search-container .show-advanced:hover,
  #search-container button:hover {
    color: #fff; }
  #search-container .show-advanced:after,
  #search-container button:after {
    font-family: "FontAwesome";
    text-indent: 0;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    line-height: 24px;
    padding: 6px; }

#search-container.with-advanced .show-advanced {
  right: 37.9992px; }

#search-container.with-advanced button {
  right: 0; }

#search-container .show-advanced,
#search-container button {
  text-indent: -9999px;
  right: 0; }

#search-container .show-advanced:after {
  content: "\f141"; }

#search-container button:after {
  content: "\f002"; }

#search-container #advanced-form {
  position: absolute;
  top: 36px;
  background-color: #fff;
  z-index: 20;
  width: 100%;
  border: 1px solid;
  border-color: #ddd;
  border-top-color: #fff;
  padding: 0 5%;
  text-align: left; }
  #search-container #advanced-form.closed {
    display: none; }
  #search-container #advanced-form label {
    font-weight: normal; }
  #search-container #advanced-form input[type=checkbox],
  #search-container #advanced-form input[type=radio] {
    margin: 6px 5px 0 0;
    float: left; }

#search-filters ul,
#item-filters ul {
  list-style-type: none;
  padding: 0;
  margin-bottom: 24px; }

#search-filters li,
#item-filters li {
  display: inline-block;
  vertical-align: top; }
  #search-filters li:not(:last-of-type),
  #item-filters li:not(:last-of-type) {
    border-right: 1px solid #444;
    padding-right: .5em;
    margin-right: .25em; }

#search-filters ul ul,
#item-filters ul ul {
  display: inline-block; }

#search-filters li li,
#item-filters li li {
  text-transform: lowercase; }
  #search-filters li li:not(:last-of-type):after,
  #item-filters li li:not(:last-of-type):after {
    content: ", "; }
  #search-filters li li:not(:last-of-type),
  #item-filters li li:not(:last-of-type) {
    border-right: 0;
    padding-right: 0;
    margin-right: .125em; }

/* -------------------------------------------------------------------------*/
/* Advanced Search Form */
.field {
  border-top: 1px solid #ddd;
  overflow: auto; }
  .field label {
    display: inline-block; }

#advanced-search-form {
  padding: 2em 0; }
  #advanced-search-form label, #advanced-search-form input, #advanced-search-form select, #advanced-search-form button {
    margin: .5em 0; }

.remove_search {
  padding: 6px 10px;
  text-indent: -9999px;
  width: 36px;
  position: relative;
  height: 36px;
  display: inline-block; }
  .remove_search:after {
    content: "\f00d";
    font-family: "FontAwesome";
    text-indent: 0;
    text-align: center;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
    line-height: 36px; }

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

/* -------------------------------------------------------------------------*/
/* Tables */
table {
  width: 100%;
  margin: 1em 0;
  overflow: auto; }

th,
td {
  border-bottom: 1px solid #ddd;
  margin: 0;
  padding: 0.5em 0; }

th {
  border-width: 3px;
  text-align: left; }

/* -------------------------------------------------------------------------*/
/* Browse and Item Pages */
#recent-items .item {
  border-bottom: 1px solid #ddd;
  margin-bottom: 24px; }

.item .item-img {
  padding-bottom: .5em;
  height: 120px;
  float: right; }
  .item .item-img img {
    height: 100%;
    width: auto;
    float: right; }

.item-file img {
  max-width: 100%;
  height: auto; }

.show .element {
  border-top: 1px solid #ddd; }

.show #output-format-list {
  margin: 0;
  padding: 0;
  border: 0;
  overflow: hidden; }

#itemfiles .item-file {
  display: inline-block;
  padding-right: 1em; }

#itemfiles [class^="video-"].item-file,
#itemfiles [class*=" video-"].item-file,
#itemfiles [class^="audio-"].item-file,
#itemfiles [class*=" audio-"].item-file {
  display: block;
  padding-right: 0; }

#itemfiles .download-link {
  display: block;
  height: 120px; }
  #itemfiles .download-link img {
    height: 100%;
    width: auto; }

/* -------------------------------------------------------------------------*/
/* File Pages */
body.files .item-file {
  margin-bottom: 24px; }

#sidebar {
  clear: both; }

/* -------------------------------------------------------------------------*/
/* Collections */
.collections .element {
  margin: 0 0 1em 0;
  padding: 0;
  clear: none; }

.collections .item {
  border-top: 1px solid #ddd; }

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

#item-filters .collection {
  overflow: initial;
  border-top: none; }

.image {
  float: right;
  margin: 0 0 24px 24px;
  height: 120px; }
  .image img {
    float: left;
    height: 100%;
    width: auto; }

.collection .image img,
.exhibit .image img {
  -webkit-box-shadow: -6px -6px 0 #bbb, -12px -12px 0 #eee;
          box-shadow: -6px -6px 0 #bbb, -12px -12px 0 #eee;
  margin-left: 12px !important; }

/* -------------------------------------------------------------------------*/
/* TagCloud */
.hTagcloud ul {
  list-style: none;
  margin-left: 0;
  padding-left: 0;
  padding-top: 1em; }
  .hTagcloud ul li {
    display: inline-block;
    margin: 6px 20px;
    margin-left: 0; }
    .hTagcloud ul li a {
      text-decoration: none; }
  .hTagcloud ul .popular,
  .hTagcloud ul .-popular {
    font-size: 120%; }
  .hTagcloud ul .v-popular {
    font-size: 140%; }
  .hTagcloud ul .vv-popular {
    font-size: 180%; }
  .hTagcloud ul .vvv-popular {
    font-size: 220%; }
  .hTagcloud ul .vvvv-popular {
    font-size: 260%; }
  .hTagcloud ul .vvvvv-popular {
    font-size: 300%; }
  .hTagcloud ul .vvvvvv-popular {
    font-size: 320%; }
  .hTagcloud ul .vvvvvvv-popular {
    font-size: 340%; }
  .hTagcloud ul .vvvvvvvv-popular {
    font-size: 360%; }

/* -------------------------------------------------------------------------*/
/* Simple Pages */
#simple-pages-breadcrumbs {
  margin-bottom: 1.5em;
  font-style: italic; }
  #simple-pages-breadcrumbs a {
    min-height: 36px;
    padding: 6px;
    display: block;
    background-color: #eaeaea;
    margin-bottom: .5em;
    border: 0;
    display: initial; }
    #simple-pages-breadcrumbs a:hover {
      background-color: #f1911b;
      color: white;
      text-decoration: none; }
    #simple-pages-breadcrumbs a:active {
      background-color: #f1911b; }

/* -------------------------------------------------------------------------*/
/* Geolocation */
#map #map-links {
  padding-top: 0 !important; }

#map #link-block {
  height: auto; }

#geolocation {
  margin: 1em 0; }

/* -------------------------------------------------------------------------*/
/* Commenting */
#comments-container {
  margin: 1em 0; }
  #comments-container #comments {
    margin: 0;
    padding: 0; }

#recaptcha_area input {
  min-height: 0; }

/* -------------------------------------------------------------------------*/
/* Exhibits */
#exhibit-pages:not(.full) {
  padding-top: 0; }
  #exhibit-pages:not(.full) ul {
    padding: 0;
    list-style-type: none; }
    #exhibit-pages:not(.full) ul li {
      padding: .5em 0;
      display: block; }
      #exhibit-pages:not(.full) ul li a {
        display: block;
        padding-left: 1em; }
        #exhibit-pages:not(.full) ul li a:hover {
          text-decoration: none; }
      #exhibit-pages:not(.full) ul li ul a:before {
        content: "\2014\0020"; }
  #exhibit-pages:not(.full) > ul {
    margin-left: 0; }
  #exhibit-pages:not(.full) > ul > li {
    border-top: 2px solid #ddd; }

.exhibit .description p:first-of-type,
.collection .collection-description p:first-of-type {
  margin-top: 0; }

#exhibit-pages.full {
  border-top: 2px solid #ddd; }
  #exhibit-pages.full ul {
    margin: 1em 0 0 0;
    list-style-type: none; }
    #exhibit-pages.full ul li {
      display: block;
      border-top: 2px solid #ddd; }
      #exhibit-pages.full ul li a {
        display: block; }
        #exhibit-pages.full ul li a:hover {
          text-decoration: none; }
      #exhibit-pages.full ul li ul {
        margin-left: 2em; }
  #exhibit-pages.full .current-page {
    display: block;
    background-color: #f1911b;
    padding: .5em;
    color: white; }
  #exhibit-pages.full #secondary-nav {
    overflow: hidden; }
    #exhibit-pages.full #secondary-nav li {
      border: none;
      margin: 0 .5em .5em 0; }
    #exhibit-pages.full #secondary-nav ul {
      width: 100%;
      float: left;
      margin: 0; }
      #exhibit-pages.full #secondary-nav ul .current a {
        background-color: #7453a9;
        color: white; }
      #exhibit-pages.full #secondary-nav ul li {
        padding: 0;
        display: block;
        float: left; }
        #exhibit-pages.full #secondary-nav ul li a {
          min-height: 36px;
          padding: 6px;
          display: block;
          background-color: #eaeaea;
          margin-bottom: .5em;
          border: 0;
          margin-bottom: 0; }
          #exhibit-pages.full #secondary-nav ul li a:hover {
            background-color: #f1911b;
            color: white;
            text-decoration: none; }
          #exhibit-pages.full #secondary-nav ul li a:active {
            background-color: #f1911b; }
    #exhibit-pages.full #secondary-nav > li:nth-child(2) {
      display: block; }
    #exhibit-pages.full #secondary-nav > li:nth-child(3) {
      display: block;
      clear: both; }
      #exhibit-pages.full #secondary-nav > li:nth-child(3) a:before {
        content: "\2014\0020"; }
    #exhibit-pages.full #secondary-nav > li:nth-child(4) {
      display: block;
      clear: left; }
      #exhibit-pages.full #secondary-nav > li:nth-child(4) a:before {
        content: "\2014\0020"; }
    #exhibit-pages.full #secondary-nav .exhibit-title {
      font-family: "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", sans-serif;
      text-transform: uppercase;
      padding: .5em 0; }
      #exhibit-pages.full #secondary-nav .exhibit-title:after {
        content: ":"; }

#exhibit-child-pages {
  clear: both;
  overflow: hidden;
  padding: .5em 0; }
  #exhibit-child-pages .exhibit-child-nav {
    margin: .5em 0; }
    #exhibit-child-pages .exhibit-child-nav li {
      border: none;
      display: block;
      float: left;
      margin: 0 5px 5px 0; }
      #exhibit-child-pages .exhibit-child-nav li a {
        min-height: 36px;
        padding: 6px;
        display: block;
        background-color: #eaeaea;
        margin-bottom: .5em;
        border: 0; }
        #exhibit-child-pages .exhibit-child-nav li a:hover {
          background-color: #f1911b;
          color: white;
          text-decoration: none; }
        #exhibit-child-pages .exhibit-child-nav li a:active {
          background-color: #f1911b; }
        #exhibit-child-pages .exhibit-child-nav li a:before {
          content: "\2014\0020"; }

.exhibit-block {
  margin-top: 1em;
  padding-right: 1em;
  overflow: auto;
  clear: both; }
  .exhibit-block .exhibit-items.left {
    margin-right: 5%; }
  .exhibit-block .exhibit-items.right {
    margin-left: 5%; }

#exhibit-page-navigation {
  clear: both;
  margin: 0;
  padding: 1em 0em; }
  #exhibit-page-navigation #exhibit-nav-next,
  #exhibit-page-navigation #exhibit-nav-prev {
    width: 45%;
    margin: .5em 0; }
  #exhibit-page-navigation .current-page {
    clear: both;
    display: block;
    background-color: #f1911b;
    padding: .5em 0;
    color: white;
    margin-top: .5em; }
  #exhibit-page-navigation #exhibit-nav-up {
    clear: both;
    width: 100%; }

/* -------------------------------------------------------------------------*/
/* Html5MediaPlayer */
.mejs-inner button {
  /* Prevents all media player buttons from showing. */
  min-height: 0; }

/* -------------------------------------------------------------------------*/
/* Screen - Mobile */
@media screen and (min-width: 40em) {
  /* -------------------------------------------------------------------------*/
  /* Table of Contents 
-- Layout
-- General
-- Search
-- Navigation
-- Exhibits

/* -------------------------------------------------------------------------*/
  /* Layout */
  #site-title {
    width: 57.62712%;
    float: left;
    margin-right: 1.69492%; }
  #search-container {
    width: 40.67797%;
    float: right;
    margin-right: 0;
    margin-right: 0; }
  #featured {
    width: 57.62712%;
    float: left;
    margin-right: 1.69492%; }
  .pagination-nav {
    width: 49.15254%;
    float: left;
    margin-right: 1.69492%; }
  .pagination {
    width: 100%; }
  #sort-links {
    width: 49.15254%;
    float: right;
    margin-right: 0;
    margin: 24px 0; }
  #recent-items {
    width: 40.67797%;
    float: left;
    margin-right: 1.69492%;
    margin-right: 0; }
  #advanced-search-form label,
  #advanced-search-form .label,
  .field .columns.alpha {
    width: 23.72881%;
    float: left;
    margin-right: 1.69492%; }
  #advanced-search-form .inputs,
  .field .columns.omega,
  .field .inputs,
  div#contribution-type-form div.inputs {
    width: 74.57627%;
    float: right;
    margin-right: 0; }
  .exhibits.summary #primary,
  .exhibits.summary #content > h1:first-of-type,
  .exhibits.show #content > h1:first-of-type,
  #exhibit-blocks,
  #exhibit-page-navigation {
    width: 66.10169%;
    float: left;
    margin-right: 1.69492%; }
  .exhibits #exhibit-pages:not(.full) {
    width: 32.20339%;
    display: inline-block;
    margin-right: 0; }
  .full ~ #exhibit-blocks,
  .full ~ #exhibit-page-navigation {
    width: 100%; }
  /* -------------------------------------------------------------------------*/
  /* General */
  .image {
    float: right; }
  /* -------------------------------------------------------------------------*/
  /* Search */
  #search-container {
    margin: 30px 0; }
  /* -------------------------------------------------------------------------*/
  /* Advanced Search Form */
  #advanced-search-form .field .two label {
    width: 100% !important; }
  #advanced-search-form .field label,
  #advanced-search-form .field .label,
  #advanced-search-form .field input,
  #advanced-search-form .field select,
  #advanced-search-form .field button {
    margin: 1em 0; }
  /* -------------------------------------------------------------------------*/
  /* Navigation */
  /*------------ Mega Menu Styles -----------*/
  /* mega menu list */
  /*** Adapted from Emiglio by Kim Nguyen ****/
  /* mega menu list */
  #top-nav .nav-menu {
    width: 100%;
    display: block;
    overflow: initial;
    position: relative;
    list-style: none;
    margin: 0;
    padding: 0;
    z-index: 15;
    float: left;
    background-color: white;
    /* a top level navigation item in the mega menu */
    /* first descendant link within a top level navigation item */
    /* focus/open states of first descendant link within a top level 
   navigation item */
    /* open state of first descendant link within a top level 
   navigation item */ }
    #top-nav .nav-menu .active {
      background-color: #D83D28; }
      #top-nav .nav-menu .active a {
        color: white; }
    #top-nav .nav-menu li {
      width: auto;
      border: none; }
    #top-nav .nav-menu a {
      text-decoration: none;
      padding: .5em; }
      #top-nav .nav-menu a:link, #top-nav .nav-menu a:visited {
        color: #f1911b; }
      #top-nav .nav-menu a:hover, #top-nav .nav-menu a:focus {
        background-color: #f1911b; }
    #top-nav .nav-menu .nav-item {
      list-style: none;
      display: block;
      float: left;
      padding: 0;
      margin: 5px 5px 0 0;
      background-color: #eaeaea;
      position: relative; }
    #top-nav .nav-menu .nav-item.active {
      background-color: #D83D28; }
      #top-nav .nav-menu .nav-item.active a {
        color: white; }
    #top-nav .nav-menu .nav-item > a {
      position: relative;
      display: inline-block;
      padding: .5em 1em;
      margin: 0;
      border: 0;
      color: #f1911b; }
      #top-nav .nav-menu .nav-item > a:hover {
        color: white; }
      #top-nav .nav-menu .nav-item > a:focus {
        color: white; }
    #top-nav .nav-menu .nav-item > a:focus,
    #top-nav .nav-menu .nav-item > a.open {
      background-color: #f1911b; }
    #top-nav .nav-menu .nav-item > a.open {
      background-color: #f1911b;
      color: white;
      border-bottom: none;
      z-index: 1; }
    #top-nav .nav-menu .sub-nav {
      position: absolute;
      display: none;
      top: 2.5em;
      padding: 0;
      border: 0;
      margin: 0;
      background-color: #f1911b;
      z-index: 2;
      border: 1px solid #6f6f6f; }
    #top-nav .nav-menu .sub-nav.open {
      display: block;
      background-color: #f7f7f7;
      min-width: 250px; }
      #top-nav .nav-menu .sub-nav.open .active {
        background-color: #f7f7f7; }
        #top-nav .nav-menu .sub-nav.open .active a {
          color: #f1911b; }
          #top-nav .nav-menu .sub-nav.open .active a:hover {
            color: white; }
      #top-nav .nav-menu .sub-nav.open ul {
        display: block;
        vertical-align: top;
        margin: 0;
        padding: 0; }
        #top-nav .nav-menu .sub-nav.open ul a {
          color: #f1911b; }
          #top-nav .nav-menu .sub-nav.open ul a:before {
            content: "\2014\0020"; }
      #top-nav .nav-menu .sub-nav.open li {
        display: block;
        list-style-type: none;
        margin: 0;
        padding: 0; }
        #top-nav .nav-menu .sub-nav.open li a {
          color: #f1911b; }
          #top-nav .nav-menu .sub-nav.open li a:hover {
            background-color: #f3a646;
            color: white; }
          #top-nav .nav-menu .sub-nav.open li a:focus {
            background-color: #f3a646;
            color: white; }
  #bottom-nav {
    display: block;
    overflow: auto;
    margin-bottom: 1em; }
    #bottom-nav li {
      padding-right: 20px;
      display: block;
      float: left; }
      #bottom-nav li:before {
        content: "\2014\0020"; }
      #bottom-nav li.active {
        font-weight: bold; }
      #bottom-nav li ul {
        display: none; }
  /* -------------------------------------------------------------------------*/
  /* Exhibits */
  .exhibits.summary #primary .exhibit-description,
  .exhibits.summary #primary .exhibit-credits {
    padding-right: 1em; }
  .exhibits.summary #exhibit-pages {
    padding-top: 0; }
  .exhibits.show #secondary-nav.exhibit-page-nav li {
    float: left;
    margin-top: .5em; }
    .exhibits.show #secondary-nav.exhibit-page-nav li ul li {
      width: auto; }
  .exhibits.show #exhibit-page-navigation #exhibit-nav-next,
  .exhibits.show #exhibit-page-navigation #exhibit-nav-prev {
    width: 50%; }
  .exhibits.show #exhibit-page-navigation #exhibit-nav-up {
    clear: both;
    width: 33%; }
    .exhibits.show #exhibit-page-navigation #exhibit-nav-up .current-page {
      clear: none; } }

/* -------------------------------------------------------------------------*/
/* Print */
@media print {
  /* Print Styles */
  body {
    font: 12px Georgia, "Palatino Linotype", "Book Antiqua", "Times New Roman", Times, serif; }
  #content {
    width: 100%;
    margin: 0;
    float: none; }
  h1,
  #site-title {
    font-size: 16pt;
    font-weight: bold; }
  h2, #item-filters .collection {
    font-size: 14pt;
    font-style: italic; }
  h3 {
    font-size: 14pt; }
  h4 {
    font-weight: bold; }
  h5 {
    font-weight: bold;
    font-style: italic;
    text-transform: uppercase; }
  a:link:after {
    content: " (" attr(href) ") ";
    font-size: 80%; }
  #search-container,
  #primary-nav,
  #header-image,
  .navigation,
  .pagination,
  #exhibit-page-navigation,
  .exhibit-section-nav,
  .exhibit-page-nav {
    display: none; }
  blockquote {
    margin: 10pt 0 0 0;
    font-style: italic; } }
/* -------------------------------------------------------------------------*/
/*CSS custom page accueil*/

.intro{
	grid-area:intro;
}

.A1{
	padding:1em;
	grid-area:A1;
}

.A2{
	padding:1em;
	grid-area:A2;
}

.A3{
	padding:1em;
	grid-area:A3;
}

.A4{
	padding:1em;
	grid-area:A4;
}

.accueil{
	text-align:justify;
	display:grid;
	grid-template-columns: 50% 50%;
	grid-template-areas: "intro intro"
						"A1 A2"
						"A3 A4"
}