/* -------------------------------------------------------------------------*/
/* Imports */
/*! normalize.css v2.1.3 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 8/9.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

/**
 * Correct `inline-block` display not defined in IE 8/9.
 */
audio,
canvas,
video {
  display: inline-block;
}

/**
 * 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.
 * Hide the `template` element in IE, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 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;
}

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

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted;
}

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

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

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

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

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

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

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

/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}

/**
 * Improve readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre-wrap;
}

/**
 * Set consistent quote types.
 */
q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}

/**
 * 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.
 */
img {
  border: 0;
}

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

/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari 5.
 */
figure {
  margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * 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.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */
button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */
}

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

/**
 * 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 Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
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;
}

/**
 * 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 */
}

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

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

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

/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}

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

/* -------------------------------------------------------------------------*/
/* Screen */
@font-face {
  font-family: "Century Gothic";
  src: url('fonts/century_gothic/century_gothic.woff?1425051296') format('woff'), url('fonts/century_gothic/century_gothic.ttf?1425051296') format('truetype'), url('fonts/century_gothic/century_gothic.svg?1425051296') format('svg');
}
/* -------------------------------------------------------------------------*/
/* 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 */
#admin-bar {
  text-align: left;
  font-size: 16px;
}
#admin-bar > ul {
  *zoom: 1;
  max-width: 70em;
  _width: 70em;
  padding-left: 2em;
  padding-right: 2em;
  margin-left: auto;
  margin-right: auto;
}
#admin-bar > ul:after {
  content: "";
  display: table;
  clear: both;
}
#admin-bar > ul li {
  font-size: 14px;
}

#wrap {
  *zoom: 1;
  max-width: 70em;
  _width: 70em;
  padding-left: 2em;
  padding-right: 2em;
  margin-left: auto;
  margin-right: auto;
}
#wrap:after {
  content: "";
  display: table;
  clear: both;
}

header[role=banner] {
  background-color: #ECECEC;
  margin: 0 -9999rem;
  padding: 0 9999rem;
}

#search-container {
  width: 100%;
  float: right;
  margin-right: 0;
  *margin-left: -2em;
  display: inline;
}

.nav-menu {
  width: 100%;
  float: left;
  margin-right: 2.85714%;
  display: inline;
  margin-right: 0;
}

#content {
  width: 100%;
  float: right;
  margin-right: 0;
  *margin-left: -2em;
  display: inline;
  position: relative;
  z-index: 1;
}

#item-filters {
  width: 100%;
  float: right;
  margin-right: 0;
  *margin-left: -2em;
  display: inline;
}

#sort-links {
  width: 100%;
  float: left;
  margin-right: 2.85714%;
  display: inline;
}

#outputs {
  width: 100%;
  float: left;
  margin-right: 2.85714%;
  display: inline;
}

#advanced-search-form label {
  width: 100%;
  float: left;
  margin-right: 2.85714%;
  display: inline;
}

#advanced-search-form .inputs {
  width: 100%;
  float: right;
  margin-right: 0;
  *margin-left: -2em;
  display: inline;
}

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

html, body {
  overflow-x: hidden;
}

html {
  background-color: #363636;
}

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

p {
  margin-top: 0.1em;
}

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

#featured-item,
#featured-collection,
#featured-exhibit,
#recent-items {
  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: 0.75em;
}
#featured-item .image,
#featured-collection .image,
#featured-exhibit .image,
#recent-items .image {
  margin-top: 1.5em;
}
#featured-item img,
#featured-collection img,
#featured-exhibit img,
#recent-items img {
  float: right;
}

#content {
  padding: 1em 0 2em 0;
  overflow-x: hidden;
}

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 {
  margin: 1em 0 .5em 0;
}
.view-items-link a {
  min-height: 36px;
  padding: 0.375em;
  display: block;
  background-color: #f9f9f9;
  margin-bottom: .5em;
  border: 0;
  display: inline;
}
.view-items-link a:hover {
  background-color: #0EADA9;
  color: white;
  text-decoration: none;
}
.view-items-link a:active {
  background-color: #10c5c0;
}

#outputs {
  margin-top: 1em;
}

#wrap > footer {
  overflow: hidden;
  *zoom: 1;
  background: #363636;
  clear: both;
  margin: 0 -9999rem;
  padding: 2em 9999rem;
  color: white;
}
#wrap > footer .footer-logo {
  margin-right: 1em;
  margin-bottom: 1em;
  margin-top: -4px;
}
#wrap > footer .footer-logo img {
  height: 2em;
}
#wrap > footer ul {
  margin: 0 0 1em 0;
}
#wrap > footer ul li {
  padding-right: 1em;
}
#wrap > footer a {
  color: rgba(255, 255, 255, 0.6);
}
#wrap > footer a:hover {
  color: white;
}
#wrap > footer a[rel~="external"]:after {
  display: none;
}
#wrap > footer .footer-primary li {
  font-size: .8em;
  font-weight: 400;
}
#wrap > footer .footer-primary ul.footer-social {
  margin-top: 1em;
}
#wrap > footer .footer-primary ul.footer-social li {
  float: left;
  font-size: 1em;
  padding-right: .7em;
  display: block;
}
#wrap > footer .footer-primary ul.footer-social li:last-child {
  padding-right: 0;
}
#wrap > footer .footer-primary ul.footer-social img {
  opacity: .7;
  height: 1.6em;
  padding: 1px;
}
#wrap > footer .footer-primary ul.footer-social img:hover {
  opacity: 1;
}
#wrap > footer hr {
  width: 100%;
  float: left;
  margin-right: 2.85714%;
  display: inline;
  border-color: rgba(255, 255, 255, 0.4);
  border-style: none none solid;
  border-width: medium medium 1px;
  margin-top: 16px;
  margin-bottom: 16px;
}
#wrap > footer .footer-secondary {
  width: 100%;
  float: left;
  margin-right: 2.85714%;
  display: inline;
  font-size: 0.75rem;
  color: rgba(255, 255, 255, 0.4);
}

/* -------------------------------------------------------------------------*/
/* Headings */
h1, h2, #item-filters .collection, h3, h4, h5, h6 {
  font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
  line-height: 1.1;
  padding: .5em 0 0.2em 0;
  margin: 0;
  color: #4a4a4a;
}

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

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

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

h3 {
  font-size: 24px;
}

h6 {
  font-size: italic;
}

#site-title {
  color: #363636;
  font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
  font-size: 24px;
  font-weight: bold;
  line-height: 48px;
  padding: 20px 0;
}
#site-title a {
  text-decoration: none;
  color: #363636;
  display: block;
}
#site-title a img {
  display: block;
  height: 52px;
}
#site-title .tagline {
  font-size: 23px;
}

/* -------------------------------------------------------------------------*/
/* Links */
a {
  color: #0EADA9;
  text-decoration: none;
}
a:visited {
  color: #0EADA9;
}
a:focus {
  color: #0c9592;
}
a:hover {
  color: #0bcac5;
}
a:active {
  color: #10c5c0;
}
a:hover {
  text-decoration: underline;
}

/* -------------------------------------------------------------------------*/
/* 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:after, .browse #secondary-nav li:after,
.tags .secondary-nav li:after,
.tags #secondary-nav li:after,
.items .secondary-nav li:after,
.items #secondary-nav li:after {
  content: "\00A0\0020";
}

.pagination-nav {
  background-color: #ECECEC;
}
.pagination-nav .pagination {
  overflow: hidden;
  *zoom: 1;
}

.pagination {
  margin: 0;
  padding: 0;
  border: 0;
  overflow: hidden;
  *zoom: 1;
  margin: 1em 0;
  background-color: #ECECEC;
  padding: 2px;
}
.pagination li {
  list-style-image: none;
  list-style-type: none;
  margin-left: 0;
  white-space: nowrap;
  float: left;
  padding-left: 4px;
  padding-right: 4px;
}
.pagination li:first-child {
  padding-left: 0;
}
.pagination li:last-child {
  padding-right: 0;
}
.pagination li.last {
  padding-right: 0;
}
.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: 0.375em;
  display: block;
  background-color: #f9f9f9;
  margin-bottom: .5em;
  border: 0;
  line-height: 24px;
  margin-bottom: 0;
}
.pagination .pagination_next a:hover,
.pagination .pagination_previous a:hover,
.pagination .previous-page a:hover,
.pagination .next-page a:hover {
  background-color: #0EADA9;
  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: #10c5c0;
}

.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;
  *zoom: 1;
  padding: 2em 0 1em 0;
  clear: both;
}
.item-pagination li {
  list-style-image: none;
  list-style-type: none;
  margin-left: 0;
  white-space: nowrap;
  float: left;
  padding-left: 4px;
  padding-right: 4px;
}
.item-pagination li:first-child {
  padding-left: 0;
}
.item-pagination li:last-child {
  padding-right: 0;
}
.item-pagination li.last {
  padding-right: 0;
}
.item-pagination .next a, .item-pagination .previous a {
  min-height: 36px;
  padding: 0.375em;
  display: block;
  background-color: #f9f9f9;
  margin-bottom: .5em;
  border: 0;
}
.item-pagination .next a:hover, .item-pagination .previous a:hover {
  background-color: #0EADA9;
  color: white;
  text-decoration: none;
}
.item-pagination .next a:active, .item-pagination .previous a:active {
  background-color: #10c5c0;
}

#sort-links {
  margin: 0 0 1em 0;
}
#sort-links .sort-label {
  float: left;
}
#sort-links #sort-links-list {
  overflow: auto;
  padding-left: 10px;
}
#sort-links li {
  float: left;
  margin-right: 10px;
}
#sort-links li:after {
  content: "\00A0\0020";
}
#sort-links li.sorting a {
  text-decoration: underline;
  font-weight: bold;
}

#bottom-nav {
  display: none;
}

/* -------------------------------------------------------------------------*/
/* Top Navigation - Mega Menu Styles */
#top-nav {
  clear: both;
  min-height: 40px;
  overflow: hidden;
  *zoom: 1;
  /*    position:relative;
  */
}
#top-nav .nav-menu {
  overflow: auto;
  background-color: #f9f9f9;
}
#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: #0EADA9;
  color: white;
  text-decoration: none;
}
#top-nav li:last-of-type {
  border-color: transparent;
}
#top-nav li a.open {
  color: white;
  background-color: #0EADA9;
}
#top-nav .sub-nav {
  display: none;
  background-color: white;
}
#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: #0EADA9;
  padding: 1em;
  border-bottom: 1px solid white;
}
#top-nav .sub-nav.open li a:hover {
  color: white;
  text-decoration: none;
  background-color: #10c5c0;
}
#top-nav .sub-nav.open .active a {
  color: white;
}
#top-nav .sub-nav.open ul a:before {
  content: "\2014\0020";
}

/* -------------------------------------------------------------------------*/
/* Forms */
form fieldset {
  border: 0;
  padding: 0;
  margin: 0 0 1.5em 0;
}
form label, form input, form select {
  margin: 1em .5em 1em 0;
}

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

input[type=text],
input[type=password] {
  border-color: #ECECEC;
  background: #fff;
  border-width: 0.125em;
  border-style: solid;
  padding: -0.125em;
  min-height: 36px;
  padding: 0.375em;
}

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

.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: -webkit-calc(100% - 34px);
  width: calc(100% - 34px);
  border-color: #fff;
}
#search-container.with-advanced input[type=text] {
  width: -webkit-calc(100% - 76px);
  width: calc(100% - 76px);
}
#search-container .show-advanced,
#search-container button {
  margin: 0;
  width: 36px;
  position: absolute;
  top: 0;
  text-align: center;
  color: #0EADA9;
}
#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: 0.375em;
}
#search-container.with-advanced .show-advanced {
  right: 0;
}
#search-container.with-advanced button {
  right: 37.9992px;
}
#search-container button {
  text-indent: -9999px;
  right: 0;
}
#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: #ECECEC;
  border-top-color: #fff;
  padding: 0 5%;
  text-align: left;
}
#search-container #advanced-form.closed {
  left: -9999px;
}
#search-container #advanced-form.open {
  left: 0;
}
#search-container #advanced-form label {
  font-weight: normal;
}
#search-container #advanced-form input[type=checkbox],
#search-container #advanced-form input[type=radio] {
  margin: 0.375em 5px 0 0;
  float: left;
}

#search-filters ul,
#item-filters ul {
  list-style-type: none;
  padding: 0;
  margin-bottom: 1.5em;
}
#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 */
#advanced-search-form {
  padding: 2em 0;
}
#advanced-search-form .field {
  border-top: 1px solid #ECECEC;
  overflow: auto;
}
#advanced-search-form label, #advanced-search-form input, #advanced-search-form select, #advanced-search-form button {
  margin: .5em 0;
}

.remove_search {
  padding: 0.375em 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;
}

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

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

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

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

.show .element-set {
  background-color: #f9f9f9;
  padding: 21.33333px;
  margin-bottom: 32px;
}
.show .element {
  border-top: 1px solid #ECECEC;
}
.show .item-file {
  margin-bottom: 32px;
  background-color: #f9f9f9;
  padding: 21.33333px;
}
.show [class^="video-"].item-file,
.show [class*=" video-"].item-file,
.show [class^="audio-"].item-file,
.show [class*=" audio-"].item-file {
  display: block;
  padding-right: 0;
}
.show #output-format-list {
  margin: 0;
  padding: 0;
  border: 0;
  overflow: hidden;
  *zoom: 1;
}
.show #output-format-list li {
  list-style-image: none;
  list-style-type: none;
  margin-left: 0;
  white-space: nowrap;
  float: left;
  padding-left: 4px;
  padding-right: 4px;
}
.show #output-format-list li:first-child {
  padding-left: 0;
}
.show #output-format-list li:last-child {
  padding-right: 0;
}
.show #output-format-list li.last {
  padding-right: 0;
}

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

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

/* -------------------------------------------------------------------------*/
/* Collections */
.collections .collection {
  margin-bottom: 2em;
}
.collections .element {
  margin: 0 0 1em 0;
  padding: 0;
  clear: none;
}
.collections .item {
  border-top: 1px solid #ECECEC;
}

#item-filters ul {
  list-style-type: none;
  padding-left: 0;
}
#item-filters .collection {
  overflow: initial;
  border-top: none;
}

.image {
  float: right;
  margin: 0 0 1.5em 1.5em;
  height: 7.5em;
}
.image img {
  float: left;
  height: 100%;
  width: auto;
}

.collection .image img,
.exhibit .image img {
  -moz-box-shadow: -6px -6px 0 #bbb, -12px -12px 0 #eee;
  -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%;
}

/* -------------------------------------------------------------------------*/
/* Home page */
#home .record h3 {
  padding-top: 0.2em;
  padding-bottom: 0.2em;
}
#home .record .image {
  float: none;
  display: block;
  margin-left: 0;
  height: auto;
}
#home .record .image img {
  width: 100%;
  height: auto;
  float: none;
}
#home [id^="featured-"] h2, #home [id^="featured-"] #item-filters .collection, #item-filters #home [id^="featured-"] .collection,
#home .featured-exhibit h2,
#home .featured-exhibit #item-filters .collection,
#item-filters #home .featured-exhibit .collection,
#home #recent-items h2,
#home #recent-items #item-filters .collection,
#item-filters #home #recent-items .collection {
  font-size: 20px;
  padding-top: 1.5em;
}
#home #featured-item {
  background-color: #ECECEC;
  padding: 21.33333px;
}
#home #featured-item h2, #home #featured-item #item-filters .collection, #item-filters #home #featured-item .collection {
  padding-top: 0;
}
#home #featured-item .record .image {
  float: none;
  display: block;
  margin: 16px 0 8px 0;
  height: auto;
}
#home #featured-item .record .image img {
  width: 100%;
  height: auto;
  float: none;
}
#home #featured-item .record :last-child {
  margin-bottom: 0;
}
#home #featured-collection h2, #home #featured-collection #item-filters .collection, #item-filters #home #featured-collection .collection {
  border: none;
}
#home .featured-exhibit h2, #home .featured-exhibit #item-filters .collection, #item-filters #home .featured-exhibit .collection {
  margin-top: 1em;
  padding-bottom: 0;
}
#home .featured-exhibit #featured-exhibit {
  margin-top: 0;
}
#home .featured-exhibit #featured-exhibit h2, #home .featured-exhibit #featured-exhibit #item-filters .collection, #item-filters #home .featured-exhibit #featured-exhibit .collection {
  display: none;
}
#home #recent-items h2, #home #recent-items #item-filters .collection, #item-filters #home #recent-items .collection {
  margin-bottom: 0.3em;
}

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

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

#geolocation {
  margin: 1em 0;
}

/* -------------------------------------------------------------------------*/
/* Commenting */
#comments-container {
  margin: 1em 0;
  background-color: #ECECEC;
  padding: 21.33333px;
}
#comments-container #comments {
  margin: 0;
  padding: 0;
}

#recaptcha_area input {
  min-height: 0;
}

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

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

.exhibits.show #exhibit-pages {
  padding: 1em 0;
  /*        border-bottom:2px solid $grey-light;
  */
}
.exhibits.show #exhibit-pages ul {
  margin: 1em 0 0 0;
  list-style-type: none;
}
.exhibits.show #exhibit-pages ul li {
  display: block;
  border-top: 2px solid #ECECEC;
}
.exhibits.show #exhibit-pages ul li a {
  display: block;
}
.exhibits.show #exhibit-pages ul li a:hover {
  text-decoration: none;
}
.exhibits.show #exhibit-pages ul li ul {
  margin-left: 2em;
}
.exhibits.show #exhibit-pages .current-page {
  display: block;
  background-color: #10c5c0;
  padding: .5em;
  color: white;
}
.exhibits.show #exhibit-pages #secondary-nav {
  overflow: hidden;
}
.exhibits.show #exhibit-pages #secondary-nav li {
  border: none;
  margin: 0 0 0.5em 0;
}
.exhibits.show #exhibit-pages #secondary-nav ul {
  width: 100%;
  float: left;
  margin: 0;
}
.exhibits.show #exhibit-pages #secondary-nav ul .current a {
  background-color: #10c5c0;
  color: white;
}
.exhibits.show #exhibit-pages #secondary-nav ul li {
  padding: 0;
  display: block;
  float: left;
}
.exhibits.show #exhibit-pages #secondary-nav ul li a {
  margin: 0;
  padding: 0.5em 1em;
}
.exhibits.show #exhibit-pages #secondary-nav > li:nth-child(2) {
  display: block;
}
.exhibits.show #exhibit-pages #secondary-nav > li:nth-child(3) {
  display: block;
  clear: both;
  margin-top: .5em;
}
.exhibits.show #exhibit-pages #secondary-nav > li:nth-child(3) a:after {
  content: "\00A0\0020";
}
.exhibits.show #exhibit-pages #secondary-nav > li:nth-child(3) ul {
  padding-top: 3px;
}
.exhibits.show #exhibit-pages #secondary-nav > li:nth-child(4) {
  display: block;
}
.exhibits.show #exhibit-pages #secondary-nav > li:nth-child(4) a:after {
  content: "\00A0\0020";
}
.exhibits.show #exhibit-pages #secondary-nav .exhibit-title {
  color: #A4A4A4;
}
.exhibits.show #exhibit-pages #secondary-nav .exhibit-title:after {
  content: ":";
}
.exhibits.show #exhibit-child-pages {
  clear: both;
  overflow: hidden;
  padding: .5em 0;
}
.exhibits.show #exhibit-child-pages .exhibit-child-nav {
  margin: .5em 0;
}
.exhibits.show #exhibit-child-pages .exhibit-child-nav li {
  border: none;
  display: block;
  float: left;
  margin: 0 5px 5px 0;
}
.exhibits.show #exhibit-child-pages .exhibit-child-nav li a {
  min-height: 36px;
  padding: 0.375em;
  display: block;
  background-color: #f9f9f9;
  margin-bottom: .5em;
  border: 0;
}
.exhibits.show #exhibit-child-pages .exhibit-child-nav li a:hover {
  background-color: #0EADA9;
  color: white;
  text-decoration: none;
}
.exhibits.show #exhibit-child-pages .exhibit-child-nav li a:active {
  background-color: #10c5c0;
}
.exhibits.show #exhibit-child-pages .exhibit-child-nav li a:after {
  content: "\00A0\0020";
}
.exhibits.show .exhibit-block {
  margin-top: 1em;
  padding-right: 1em;
  overflow: auto;
  clear: both;
}
.exhibits.show .exhibit-block .exhibit-items.left {
  margin-right: 5%;
}
.exhibits.show .exhibit-block .exhibit-items.right {
  margin-left: 5%;
}
.exhibits.show #exhibit-page-navigation {
  clear: both;
  margin: 0;
  padding: 1em 0em;
}
.exhibits.show #exhibit-page-navigation #exhibit-nav-next,
.exhibits.show #exhibit-page-navigation #exhibit-nav-prev {
  width: 45%;
  margin: .5em 0;
}
.exhibits.show #exhibit-page-navigation .current-page {
  clear: both;
  display: block;
  background-color: #0EADA9;
  padding: .5em 0;
  color: white;
  margin-top: .5em;
  display: none;
}
.exhibits.show #exhibit-page-navigation #exhibit-nav-up {
  clear: both;
  width: 100%;
}

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

/* -------------------------------------------------------------------------*/
/* embed-codes */
#embed-codes #embed-code-text {
  width: 100%;
  background-color: #A4A4A4;
  border: none;
  padding: 16px;
  color: #fff;
}

/* -------------------------------------------------------------------------*/
/* Screen - Mobile */
@media screen and (min-width: 40em) {
  @font-face {
    font-family: "Century Gothic";
    src: url('fonts/century_gothic/century_gothic.woff?1425051296') format('woff'), url('fonts/century_gothic/century_gothic.ttf?1425051296') format('truetype'), url('fonts/century_gothic/century_gothic.svg?1425051296') format('svg');
  }
  /* -------------------------------------------------------------------------*/
  /* Table of Contents 
  -- Layout
  -- General
  -- Search
  -- Navigation
  -- Exhibits
  
  /* -------------------------------------------------------------------------*/
  /* Layout */
  #admin-bar {
    text-align: right;
  }
  #admin-bar > ul {
    padding: 0;
  }

  #site-title {
    width: 57.14286%;
    float: left;
    margin-right: 2.85714%;
    display: inline;
    line-height: 55px;
    font-size: 27.2px;
  }
  #site-title a {
    float: left;
  }
  #site-title .tagline {
    float: left;
    margin-left: 10px;
    line-height: 70px;
    position: absolute;
  }

  #search-container {
    width: 40%;
    float: right;
    margin-right: 0;
    *margin-left: -2em;
    display: inline;
  }

  #featured {
    width: 57.14286%;
    float: left;
    margin-right: 2.85714%;
    display: inline;
  }

  .secondary-nav + .pagination-nav {
    width: 48.57143%;
    float: left;
    margin-right: 2.85714%;
    display: inline;
  }
  .secondary-nav + .pagination-nav .pagination {
    margin-top: 0;
    margin-bottom: 0;
  }

  .pagination-nav + #sort-links {
    width: 48.57143%;
    float: right;
    margin-right: 0;
    *margin-left: -2em;
    display: inline;
    background-color: #ECECEC;
    display: table;
    padding-top: 7px;
    padding-bottom: 8px;
    position: relative;
  }
  .pagination-nav + #sort-links .sort-label {
    display: table-cell;
    float: none;
    text-align: right;
    width: 100%;
  }
  .pagination-nav + #sort-links #sort-links-list {
    display: table-cell;
    text-align: right;
    white-space: nowrap;
  }
  .pagination-nav + #sort-links #sort-links-list li {
    float: none;
  }
  .pagination-nav + #sort-links:before {
    content: '';
    display: block;
    background-color: #ECECEC;
    *zoom: 1;
    max-width: 70em;
    _width: 70em;
    padding-left: 2em;
    padding-right: 2em;
    margin-left: auto;
    margin-right: auto;
    width: 70em;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: -1;
  }
  .pagination-nav + #sort-links:before:after {
    content: "";
    display: table;
    clear: both;
  }

  #recent-items {
    width: 40%;
    float: right;
    margin-right: 0;
    *margin-left: -2em;
    display: inline;
  }

  #advanced-search-form label {
    width: 22.85714%;
    float: left;
    margin-right: 2.85714%;
    display: inline;
  }

  #advanced-search-form .label {
    width: 22.85714%;
    float: left;
    margin-right: 2.85714%;
    display: inline;
  }

  #advanced-search-form .inputs {
    width: 74.28571%;
    float: right;
    margin-right: 0;
    *margin-left: -2em;
    display: inline;
  }

  #advanced-search-form .field .two {
    width: 22.85714%;
    float: left;
    margin-right: 2.85714%;
    display: inline;
  }

  .exhibits.summary #primary {
    width: 65.71429%;
    float: left;
    margin-right: 2.85714%;
    display: inline;
  }

  .exhibits.summary #exhibit-pages {
    width: 31.42857%;
    float: right;
    margin-right: 0;
    *margin-left: -2em;
    display: inline;
  }

  /* -------------------------------------------------------------------------*/
  /* 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 {
    overflow: visible;
  }
  #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: #0EADA9;
    /* 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:before, #top-nav .nav-menu:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    width: 9600px;
    right: 100%;
    background-color: #0EADA9;
  }
  #top-nav .nav-menu:after {
    left: 100%;
  }
  #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: #0EADA9;
  }
  #top-nav .nav-menu a:hover, #top-nav .nav-menu a:focus {
    background-color: #0EADA9;
  }
  #top-nav .nav-menu .nav-item {
    list-style: none;
    display: block;
    float: left;
    padding: 0;
    position: relative;
  }
  #top-nav .nav-menu .nav-item > a {
    position: relative;
    display: inline-block;
    padding: .5em 1em;
    margin: 0;
    border: 0;
    color: white;
  }
  #top-nav .nav-menu .nav-item > a:hover {
    color: white;
    background-color: rgba(255, 255, 255, 0.2);
  }
  #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: #0EADA9;
  }
  #top-nav .nav-menu .nav-item > a.open {
    background-color: #A4A4A4;
    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: #A4A4A4;
    z-index: 2;
    border-radius: 0px 0px 3px 3px;
    border-radius: 0px 0px 3px 3px;
    border-radius: 0px 0px 3px 3px;
  }
  #top-nav .nav-menu .sub-nav.open {
    display: block;
    min-width: 250px;
  }
  #top-nav .nav-menu .sub-nav.open .active a {
    color: #fff;
  }
  #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: #fff;
  }
  #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: #fff;
    padding: 0.5em 1em;
  }
  #top-nav .nav-menu .sub-nav.open li a:hover {
    background-color: rgba(255, 255, 255, 0.2);
    color: white;
  }
  #top-nav .nav-menu .sub-nav.open li a:focus {
    background-color: #1bede7;
    color: white;
  }

  #bottom-nav {
    display: block;
    overflow: auto;
    margin-bottom: 1em;
  }
  #bottom-nav li {
    padding-right: 20px;
    display: block;
    float: left;
  }
  #bottom-nav li:after {
    content: "\00A0\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 #exhibit-pages {
    width: 31.42857%;
    float: right;
    margin-right: 0;
    *margin-left: -2em;
    display: inline;
  }
  .exhibits.show #exhibit-pages #secondary-nav.exhibit-page-nav li {
    float: none;
  }
  .exhibits.show #exhibit-pages #secondary-nav.exhibit-page-nav li ul li {
    width: auto;
    float: none;
    margin: 0;
    border-top: 2px solid #ECECEC;
  }
  .exhibits.show #exhibit-pages #exhibit-page-navigation #exhibit-nav-next,
  .exhibits.show #exhibit-pages #exhibit-page-navigation #exhibit-nav-prev {
    width: 50%;
  }
  .exhibits.show #exhibit-pages #exhibit-page-navigation #exhibit-nav-up {
    clear: both;
    width: 33%;
  }
  .exhibits.show #exhibit-pages #exhibit-page-navigation #exhibit-nav-up .current-page {
    clear: none;
  }

  /* -------------------------------------------------------------------------*/
  /* Browse and Item Pages */
  .item.hentry {
    position: relative;
    min-height: 150px;
  }
  .item.hentry h2, .item.hentry #item-filters .collection, #item-filters .item.hentry .collection,
  .item.hentry h3,
  .item.hentry .item-description,
  .item.hentry .tags {
    padding-left: 150px;
  }
  .item.hentry .item-img {
    padding-bottom: .5em;
    height: 7.5em;
    position: absolute;
    left: 0;
    top: 34px;
  }
  .item.hentry .item-img img {
    height: 100%;
    width: auto;
  }

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

  /* -------------------------------------------------------------------------*/
  /* Show */
  #primary {
    width: 65.71429%;
    float: left;
    margin-right: 2.85714%;
    display: inline;
  }

  #primary + #sidebar {
    width: 31.42857%;
    float: right;
    margin-right: 0;
    *margin-left: -2em;
    display: inline;
  }

  /* -------------------------------------------------------------------------*/
  /* Footer */
  #wrap > footer .footer-logo {
    float: left;
    margin-bottom: 0;
  }
  #wrap > footer ul {
    float: left;
    margin-left: 1em;
    margin-bottom: 0;
  }
  #wrap > footer ul li {
    display: inline;
    text-align: left;
  }
  #wrap > footer .footer-primary {
    float: right;
  }
  #wrap > footer .footer-primary ul.footer-social {
    float: right;
    margin-top: 0;
  }

  /* -------------------------------------------------------------------------*/
  /* Home */
  #home .record {
    overflow: visible;
    position: relative;
    min-height: 146px;
  }
  #home .record h3,
  #home .record .item-description {
    margin-right: 150px;
  }
  #home .record .image {
    margin: 0 0 1.5em 1.5em;
    height: 7.5em;
    position: absolute;
    top: 0;
    right: 0;
  }
  #home .record .image img {
    height: 100%;
    width: auto;
  }
  #home [id^="featured-"] h2, #home [id^="featured-"] #item-filters .collection, #item-filters #home [id^="featured-"] .collection,
  #home [id^="featured-"] p {
    margin-right: 150px;
  }
  #home [id^="featured-"] .image {
    top: -10px;
  }
  #home #featured-item h2, #home #featured-item #item-filters .collection, #item-filters #home #featured-item .collection {
    margin-right: 0;
  }
  #home #featured-item .record h3,
  #home #featured-item .record .item-description {
    margin-right: 0;
  }
  #home #featured-item .record .image {
    position: static;
  }
  #home .featured-exhibit h2, #home .featured-exhibit #item-filters .collection, #item-filters #home .featured-exhibit .collection {
    padding-right: 150px;
    margin-top: 0;
  }
}
/* -------------------------------------------------------------------------*/
/* 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;
  }
}
