/*! normalize.css v2.1.2 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 8/9.
 */
@import "https://fonts.googleapis.com/css?family=Roboto+Slab|Open+Sans: 400, 600, 700";
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 styling not present in IE 8/9.
 */
[hidden] {
  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
   ========================================================================== */
/**
 * 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.
 * 2. Remove excess padding in IE 8/9.
 */
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;
}

/* @group ----- Generic ----- */
* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  font: 13px "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: 19px;
  color: #333;
  background: #394A58 url("../images/background.png") repeat-x top;
}

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

input[type=text], input[type=password], textarea {
  border: 1px solid #ccc;
  display: block;
}

/* -- Headings -- */
h1, h2, h3, h4, h5, h6 {
  margin-bottom: 19px;
}

h1, h2, h3 {
  font-weight: normal;
  font-family: 'Roboto Slab', serif;
  color: #589199;
}

h1 {
  font-size: 24px;
  line-height: 30px;
}

h2 {
  font-size: 19px;
  line-height: 24px;
}

h3 {
  font-size: 16px;
  line-height: 19px;
  color: #015581;
}

h4, h5 {
  font-size: 16.25px;
  line-height: 19px;
}

h4 {
  font-weight: bold;
}

h5 {
  font-style: italic;
}

h6 {
  color: #666;
}

h1 a, h2 a, h3 a {
  text-decoration: none;
}

/* -- Misc Block elements -- */
p, ul, ol, dl {
  margin: 1.46154em 0;
}

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

/* -- Misc Inline elements -- */
em, i {
  font-style: italic;
}

strong, b {
  font-weight: bold;
}

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

blockquote {
  margin: 0 3em;
  font-style: italic;
}

dt {
  font-weight: bold;
}

dd {
  margin-left: 1.5em;
}

/* -- Tables -- */
table {
  width: 100%;
}

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

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

/* -- Links -- */
a:link, a:visited {
  color: #1a1a1a;
}

a:hover, a:active {
  text-decoration: underline;
}

img a {
  border: none;
}

/* @end */
/* @group ----- Header ----- */
header {
  position: relative;
  margin: 0 auto;
  padding: 0;
  width: 960px;
  padding: 1em 0 1.5em 0;
  position: relative;
}
header:after {
  content: "\0020";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
@media only screen and (min-width: 768px) and (max-width: 959px) {
  header {
    width: 768px;
  }
}
@media only screen and (max-width: 767px) {
  header {
    width: 300px;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  header {
    width: 420px;
  }
}

#header-image {
  max-height: 300px;
  overflow: hidden;
  position: relative;
  margin: 0 auto;
  padding: 0;
  width: 960px;
}
#header-image:after {
  content: "\0020";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
@media only screen and (min-width: 768px) and (max-width: 959px) {
  #header-image {
    width: 768px;
  }
}
@media only screen and (max-width: 767px) {
  #header-image {
    width: 300px;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  #header-image {
    width: 420px;
  }
}
#header-image img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

#site-title {
  float: left;
  width: 50%;
  font-weight: normal;
  font-family: 'Roboto Slab', serif;
  color: #015581;
  font-size: 25px;
  line-height: 38px;
  position: relative;
}
#site-title img {
  max-width: 100%;
  height: auto;
}

a.gallery-title, a.gallery-title:link, a.gallery-title:visited, a.gallery-title:hover {
  color: #589199;
}

#site-title a {
  text-decoration: none;
}

#search-container {
  float: right;
  width: 45%;
  position: relative;
  font-size: 1.07692em;
  line-height: 1.35714em;
}
#search-container h2 {
  display: none;
}
#search-container input[type=text], #search-container button {
  border: 1px solid #e7e7e7;
  background: #fafafa;
  -moz-appearance: none;
  -webkit-appearance: none;
  border-radius: 0;
  height: 30px;
}
#search-container input[type=text] {
  padding: 3px;
  width: 100%;
  border-radius: 4px 0 0 4px;
  behavior: url("../javascripts/boxsizing.htc");
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#search-container button {
  background: #394a58;
  color: white;
  position: absolute;
  border: 0;
  right: 0;
  top: 0;
  width: 30px;
  text-indent: -9999px;
  border-radius: 0 4px 4px 0;
}
#search-container button:after {
  font-family: "FontAwesome";
  content: "\f002";
  text-indent: 0;
  position: absolute;
  top: 0;
  left: 0;
  height: 30px;
  line-height: 30px;
  text-align: center;
  width: 30px;
}

#advanced-search {
  width: 30px;
  right: 0;
  top: 0;
  bottom: 0;
  border-left: 1px solid #005177;
  position: absolute;
  text-decoration: none;
  text-indent: -9999px;
  behavior: url("../javascripts/boxsizing.htc");
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#advanced-search:after {
  content: "\2026";
  display: block;
  text-indent: 0;
  text-align: center;
  position: absolute;
  width: 100%;
  color: #fff;
  background: #369;
  top: 0;
  bottom: 0;
  font-size: 14px;
  line-height: 30px;
}

#advanced-form {
  display: none;
  background-color: #fff;
  overflow: auto;
  z-index: 1001;
  position: absolute;
  top: 30px;
  left: 0;
  border: 1px solid #e7e7e7;
  width: 100%;
  padding: 1.5em 1em;
  *behavior: url("../javascripts/boxsizing.htc");
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#advanced-form fieldset p {
  margin: 0;
}
#advanced-form > *:last-child {
  margin-bottom: 0em;
}

#advanced-form input[type="radio"] {
  margin-right: 5px;
}

#search-form fieldset fieldset {
  margin-bottom: 19px;
}

#search-form.with-advanced button {
  right: 30px;
}

/* @end */
/* @group ----- Navigation ----- */
.navigation {
  list-style: none;
  margin: 0;
  padding-left: 0;
}
.navigation a {
  text-decoration: none;
}
.navigation li {
  float: left;
}

#admin-bar ul {
  display: inline-block;
}

#primary-nav {
  clear: both;
  position: relative;
  margin: 0 auto;
  padding: 0;
  width: 960px;
  z-index: 50;
}
#primary-nav:after {
  content: "\0020";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
@media only screen and (min-width: 768px) and (max-width: 959px) {
  #primary-nav {
    width: 768px;
  }
}
@media only screen and (max-width: 767px) {
  #primary-nav {
    width: 300px;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  #primary-nav {
    width: 420px;
  }
}
#primary-nav ul {
  padding: 0 0 0 1px;
}
#primary-nav li {
  list-style-type: none;
  margin: 0 0 -1px -1px;
  position: relative;
}
#primary-nav .navigation {
  position: relative;
  z-index: 100;
  overflow: visible;
}
#primary-nav .navigation > li {
  float: left;
  position: relative;
  overflow: visible;
}
#primary-nav a {
  behavior: url("../javascripts/boxsizing.htc");
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-decoration: none;
  display: block;
  padding: 0.73077em 18px;
  background: #F5C855;
  border-radius: 4px 4px 0 0;
  font-weight: bold;
  margin-right: 5px;
}
#primary-nav a:hover, #primary-nav li.active a {
  background: #589199;
  color: #fff;
}
#primary-nav li ul, #primary-nav li ul ul {
  display: none;
}
#primary-nav li:hover > ul, #primary-nav li ul li:hover > ul {
  position: absolute;
  display: block;
  top: 2.92308em;
  margin-top: 1px;
  z-index: 1000;
  -moz-box-shadow: #ccc 0 3px 5px;
  -webkit-box-shadow: #ccc 0 3px 5px;
  box-shadow: #ccc 0 3px 5px;
}
#primary-nav li:hover > ul li {
  width: 160px;
}
#primary-nav li ul li:hover > ul {
  position: absolute;
  top: 0;
  left: 160px;
  border-left: 0;
  margin: 0 0 0 -1px;
}

.secondary-nav {
  margin-bottom: 1.46154em;
  overflow: auto;
  border-bottom: 1px solid #ccc;
}
.secondary-nav li {
  padding: 1.46154em 0;
  margin-right: 20px;
}
.secondary-nav a {
  color: #666;
}
.secondary-nav .active a {
  background: #fff;
  color: #333;
  font-weight: bold;
}
.secondary-nav .tags .nav-browse-all a {
  font-weight: normal;
  border: none;
  border-bottom: 1px solid #fff;
  background: none;
}

#mobile-nav {
  display: none;
}

/* Pagination Classes */
.pagination {
  float: left;
  padding-left: 0;
  margin: 0 0 1.46154em 0;
}
.pagination ul {
  margin-left: 0;
}
.pagination li {
  height: 2.92308em;
  border: solid #e7e7e7;
  border-width: 1px 0 1px 1px;
  float: left;
  list-style-type: none;
}
.pagination li:last-of-type {
  background: #fafafa;
  border-right: 1px solid #e7e7e7;
  border-radius: 0 4px 4px 0;
  font-weight: bold;
}
.pagination a, .pagination form {
  text-decoration: none;
  padding: 0 10px;
  line-height: 38px;
  display: inline-block;
}
.pagination li.pagination_previous {
  background: #fafafa;
  border-radius: 4px 0 0 4px;
  font-weight: bold;
}

.page-input input[type=text] {
  border: 1px solid #ccc;
  text-align: right;
  width: 50px;
  margin-right: 5px;
  display: inline-block;
  padding-right: 4px;
}

/* @end */
/* @group ----- Global selectors ----- */
#content {
  overflow: hidden;
  background: #fff;
  position: relative;
  margin: 0 auto;
  padding: 0;
  width: 960px;
  padding: 15px;
  z-index: 0;
  box-shadow: rgba(0, 0, 0, 0.1) 1px 1px 5px;
}
#content:after {
  content: "\0020";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
@media only screen and (min-width: 768px) and (max-width: 959px) {
  #content {
    width: 768px;
  }
}
@media only screen and (max-width: 767px) {
  #content {
    width: 300px;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  #content {
    width: 420px;
  }
}
#content a:link, #content a:visited {
  color: #739abc;
}
#content a:active, #content a:hover {
  text-decoration: underline;
}

.hidden {
  display: none;
}

.image {
  float: left;
  margin: 0 1.46154em 1.46154em 0;
}

.image img {
  float: left;
  padding: 2px;
  width: auto;
  vertical-align: top;
  height: 100%;
}

.record, .div-clear {
  clear: both;
  overflow: auto;
}

/* @end */
/* @group ----- Home Page ----- */
#home #primary {
  display: block;
  width: 100%;
  margin-right: 0;
  padding-right: 10px;
}
#home h1, #home h2, #home h3, #home h4 {
  color: #1a1a1a;
}
#home h1 {
  font-size: 21px;
}
#home #content {
  padding: 10px 0 15px 0;
}
#home #secondary {
  float: right;
  width: 100%;
}
#home .homepage-desc {
  width: 50%;
  float: left;
  padding: 0 5px 0 20px;
  line-height: 21px;
}

#featured-item,
#featured-collection,
#featured-exhibit {
  overflow: hidden;
  background: #eee;
  padding: 1.46154em 20px;
  margin-bottom: 1.46154em;
}
#featured-item h2,
#featured-collection h2,
#featured-exhibit h2 {
  margin: 0;
}
#featured-item h3,
#featured-collection h3,
#featured-exhibit h3 {
  margin: 10px 0 0.97436em;
  line-height: 25px;
}
#featured-item img,
#featured-collection img,
#featured-exhibit img {
  float: left;
  padding: 2px;
  height: 10.23077em;
  width: auto;
}

#featured-exhibit {
  float: right;
  width: 40%;
  margin-top: 10px;
  margin-right: 10px;
}

.recent-exhibits {
  background: #F8F8F8;
}

#recent-items h2 {
  font-size: 16px;
  padding-left: 10px;
  background: #f8f8f8;
  width: 222px;
  padding: 10px;
  border-radius: 4px 4px 0 0;
  margin: 10px 0 0 10px;
  text-align: center;
}

#recent-items .item {
  overflow: hidden;
  padding: 20px 15px 0 20px;
  float: left;
  width: 33%;
  clear: none;
}
#recent-items .item .image {
  height: 150px;
  float: none;
  margin: 0 auto;
  display: block;
}
#recent-items .item .image img {
  display: block;
  margin: 0 auto;
  float: none;
}
#recent-items .item h3 {
  margin-top: 10px;
  font-size: 15px;
  min-height: 35px;
  clear: left;
  text-align: center;
}

.view-items-link {
  margin-bottom: 0em;
  clear: both;
  padding-left: 15px;
}

/* @end */
/* @group ----- Items ----- */
.single-item-image {
  max-width: 100%;
}

.browse .item .item-meta .item-img {
  width: 25%;
  margin-right: 10px;
}
.browse .item .item-meta .item-img img {
  height: auto !important;
  width: 100%;
}
.browse .item .item-meta .item-img a {
  display: block;
  width: 100%;
}

.item-files {
  margin-bottom: 20px;
}

.clearfix {
  clear: both;
}

.item-file {
  float: left;
  margin-right: 10px;
}

.item-file.image-jpeg a.download-file img {
  display: none;
}

.item-file.image-jpeg a.download-file {
  background: url(../images/icon-download.png) no-repeat;
  height: 32px !important;
  width: 100px;
}

.item-plugins {
  clear: both;
  margin-top: 15px;
}

#item-metadata {
  margin-top: 20px;
}

.element-text {
  word-wrap: break-word;
}

.items #content {
  position: relative;
  margin: 0 auto;
  padding: 0;
  width: 960px;
  padding: 15px 25px 15px 15px;
}
.items #content:after {
  content: "\0020";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
@media only screen and (min-width: 768px) and (max-width: 959px) {
  .items #content {
    width: 768px;
  }
}
@media only screen and (max-width: 767px) {
  .items #content {
    width: 300px;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .items #content {
    width: 420px;
  }
}

.items .item + .pagination-nav .pagination {
  margin-top: 1.46154em;
}

#next-item {
  float: right;
}

.item-description a.show {
  padding-left: 5px;
  display: inline;
}

.sort-label {
  display: inline-block;
}

#sort-links-list {
  display: inline-block;
  margin: 0.73077em 0 0.73077em 10px;
}

.desc a:after, .asc a:after {
  font-family: "FontAwesome";
  display: inline-block;
  height: 0;
  width: 0;
  text-decoration: underline;
  margin-right: 10px;
}

.desc a:after {
  content: "\00a0\f0d8";
}

.asc a:after {
  content: "\00a0\f0d7";
}

ul.title-list {
  margin: 0;
}

.title-list li {
  font-size: 1.2em;
  line-height: 1.5em;
  font-style: italic;
}

#item-images {
  overflow: hidden;
  margin-bottom: 18px;
  margin-right: -10px;
}

.fullsize {
  margin-right: 10px;
}

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

.items.show h3 {
  margin-bottom: 0.73077em;
}

/* Items Classes*/
.element {
  overflow: hidden;
  clear: both;
  margin-bottom: 1.46154em;
}

.browse .item {
  clear: both;
  border-bottom: 1px solid #eee;
  padding: 2.92308em 0;
  float: left;
  width: 100%;
}

#sort-links + .item {
  border-top: 1px solid #eee;
}

.item-pagination {
  clear: both;
  overflow: hidden;
  border-top: 1px solid #eee;
  padding-top: 18px;
}

.item-pagination a {
  text-decoration: none;
  font-weight: bold;
  float: left;
}

.item-pagination .next a {
  float: right;
  text-align: right;
}

.item .tags {
  clear: left;
  margin-left: 216px;
}

.item-file a {
  display: block;
  height: 8.76923em;
}
.item-file a img {
  height: 100%;
  width: auto;
}

.item h2 {
  margin-top: 0;
}

/* Icon Classes */
a.addthis_button_email span {
  background: url("../images/icon-email.png") no-repeat left !important;
}

a.addthis_button_facebook span {
  background: url("../images/icon-facebook.png") no-repeat left !important;
}

a.addthis_button_twitter span {
  background: url("../images/icon-twitter.png") no-repeat left !important;
}

a.addthis_button_reddit span {
  background: url("../images/icon-reddit.png") no-repeat left !important;
}

a.addthis_button_pinterest span {
  background: url("../images/icon-pintrest.png") no-repeat left !important;
}

a.addthis_button_tumblr span {
  background: url("../images/icon-tumblr.png") no-repeat left !important;
}

a.addthis_button_wordpress span {
  background: url("../images/icon-wordpress.png") no-repeat left !important;
}

a.addthis_button_compact span {
  background: url("../images/icon-share.png") no-repeat left !important;
}

.at_PinItButton {
  height: 32px !important;
  width: 32px !important;
}

/* Tags Classes */
.tags li {
  display: inline;
  margin-right: 10px;
}

/* Tag Clouds */
.hTagcloud {
  clear: both;
  margin-top: 10px;
}

.hTagcloud ul {
  list-style: none;
  margin-left: 0;
  padding-left: 0;
}

.hTagcloud li {
  display: inline-block;
  margin-right: 3px;
  margin-top: 5px;
  margin-bottom: 5px;
}

.popular a {
  font-size: 120%;
}

.v-popular a {
  font-size: 140%;
}

.vv-popular a {
  font-size: 180%;
}

.vvv-popular a {
  font-size: 220%;
}

.vvvv-popular a {
  font-size: 260%;
}

.vvvvv-popular a {
  font-size: 300%;
}

.vvvvvv-popular a {
  font-size: 320%;
}

.vvvvvvv-popular a {
  font-size: 340%;
}

.vvvvvvvv-popular a {
  font-size: 360%;
}

/* @end */
/* @group ----- Items/Browse ----- */
.browse .item h2 {
  width: 100%;
  margin-left: 0;
  margin-bottom: 0;
  max-width: 100%;
}
.browse .item .item-meta .item-img {
  margin-right: 0;
  float: right;
  text-align: right;
}
.browse .item .item-meta .item-img img {
  height: 10.23077em;
}
.browse .item .tags {
  margin-left: 0;
}
.browse .item .tags p {
  margin-top: 15px;
}
.browse .item .item-text {
  float: left;
  margin-left: 15px;
  width: 70%;
}
.browse .item div {
  max-width: 100%;
}

#item-images img {
  float: left;
  margin-right: 10px;
  margin-top: 10px;
}

#content .element {
  overflow: visible;
}

.left-column {
  float: left;
  width: 22%;
  border-right: 1px dotted #ccc;
  padding-right: 20px;
}

.right-column {
  float: right;
  width: 75%;
}

.browse .item-meta {
  margin: 0;
}

.browse .item-meta > div {
  margin: 0;
}

.browse .item-meta .item-description:only-of-type {
  margin-bottom: 0;
}

#sort-links {
  float: right;
  list-style-type: none;
  padding: 0;
  display: block;
}
#sort-links ul {
  padding-left: 0;
}
#sort-links ul li {
  padding-left: 10px;
  display: inline-block;
}

#outputs {
  clear: both;
}

.item-img a {
  display: block;
}

.item + .pagination-nav {
  margin-top: 1.46154em;
}

/* @end */
/* @group ----- Items/Search ----- */
.field {
  margin-bottom: 1.46154em;
}

.search-entry select {
  margin-bottom: 0.73077em;
}

.search-entry input[type=text] {
  display: inline-block;
}

.remove_search {
  text-indent: -9999px;
  width: 19px;
  position: relative;
  height: 19px;
  color: #666;
}
.remove_search:after {
  content: "\f00d";
  font-family: "FontAwesome";
  text-indent: 0;
  text-align: center;
  width: 100%;
  top: 0;
  left: 0;
  position: absolute;
  line-height: 19px;
}

/* @end */
/* @group ----- Items/Search ----- */
a:link.exhibit-page-title {
  color: #000;
}

/* @end */
/* @group ----- Collections/Browse ----- */
.collections.browse #sort-links {
  width: 100%;
  margin-bottom: 15px;
}
.collections.browse #sort-links + .collection {
  border-top: none;
  margin-top: 0;
  padding-top: 0;
}
.collections.browse .collection {
  clear: none;
  width: 33%;
  height: 300px;
  text-align: center;
  padding: 0 8px;
}
.collections.browse .collection a, .collections.browse .collection img, .collections.browse .collection h2 {
  float: none;
  text-align: center;
}
.collections.browse .collection .collection-meta {
  width: 100% !important;
}

.collections .collection {
  clear: both;
  border-bottom: 1px solid #eee;
  margin-bottom: 1.46154em;
  float: left;
  width: 100%;
}
.collections .collection .view-items-link {
  margin-bottom: 2.19231em;
}
.collections .collection h3 {
  margin: 0;
}

.pagination + .collection {
  border-top: 1px solid #ccc;
  padding-top: 1.46154em;
}

.collection .element-text p:only-child {
  margin-bottom: 0;
}

.collection .image,
.exhibit .image {
  display: block;
}

.collection .image img,
.exhibit .image img {
  height: 10.23077em;
}

#sort-links + .collection {
  border-color: #eee;
  border-top-width: 0.07692em;
  border-top-style: solid;
  padding-top: 1.38462em;
  margin-top: 0.73077em;
}

.browse .collection h2,
.browse .exhibit h2 {
  float: left;
  display: inline;
  margin-left: 10px;
  margin-right: 10px;
  width: 220px;
  margin-left: 0;
  margin: 0;
  max-width: 100%;
}
@media only screen and (max-width: 767px) {
  .browse .collection h2,
  .browse .exhibit h2 {
    margin: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 959px) {
  .browse .collection h2,
  .browse .exhibit h2 {
    width: 172px;
  }
}
@media only screen and (max-width: 767px) {
  .browse .collection h2,
  .browse .exhibit h2 {
    width: 300px;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .browse .collection h2,
  .browse .exhibit h2 {
    width: 420px;
  }
}

.browse .collection .image,
.browse .exhibit .image {
  margin-right: 0;
  float: right;
  text-align: right;
  height: 10.23077em;
}
.browse .collection .image img,
.browse .exhibit .image img {
  height: 100%;
  width: auto;
}

.collection-meta {
  float: left;
  display: inline;
  margin-left: 10px;
  margin-right: 10px;
  width: 520px;
}
@media only screen and (max-width: 767px) {
  .collection-meta {
    margin: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 959px) {
  .collection-meta {
    width: 412px;
  }
}
@media only screen and (max-width: 767px) {
  .collection-meta {
    width: 300px;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .collection-meta {
    width: 420px;
  }
}

.collection-description p:first-of-type,
.view-items-link:only-child {
  margin-top: 0.73077em;
}

.browse .collection .element {
  clear: none;
}

/* @end */
/* @group ----- Collections/Show ----- */
#collection-items {
  border-bottom: 1px solid #ccc;
  padding-bottom: 15px;
}
#collection-items h3 {
  text-decoration: underline;
}

.collections .item-img {
  float: left;
  margin: 0 1.46154em 0 0;
}
.collections .item-img a {
  display: block;
  height: 5.84615em;
  border: 1px solid #ccc;
  padding: 2px;
}
.collections .item-img img {
  height: 100%;
  width: auto;
}

.collections .item {
  overflow: hidden;
  border-color: #ccc;
  border-top-width: 0.07692em;
  border-top-style: solid;
  padding-top: -0.07692em;
  margin-top: 1.46154em;
}

li.collection {
  font-weight: normal;
  font-family: 'Roboto Slab', serif;
  color: #589199;
  font-size: 20px;
}

/* @end */
/* @group ----- Search Results ----- */
#search-results + .pagination {
  margin-top: 2.19231em;
}

#search-results td {
  vertical-align: top;
}

#search-results .image {
  float: left;
  height: 5.84615em;
  margin: 0 1.46154em 0 0;
}
#search-results .image img {
  height: 100%;
  width: auto;
}

#item-filters ul, #search-filters ul {
  padding-left: 0;
  list-style-type: none;
}
#item-filters ul > li, #search-filters ul > li {
  display: inline-block;
}
#item-filters ul > li:after, #search-filters ul > li:after {
  content: " \00B7";
  margin: 0 10px 0 5px;
}
#item-filters ul > li:last-child:after, #search-filters ul > li:last-child:after {
  content: "\00A0";
}
#item-filters ul li ul, #search-filters ul li ul {
  display: inline;
}
#item-filters ul li ul li, #search-filters ul li ul li {
  display: inline-block;
}
#item-filters ul li ul li:after, #search-filters ul li ul li:after {
  content: ", ";
  margin: 0;
}
#item-filters ul li ul li:last-child:after, #search-filters ul li ul li:last-child:after {
  content: "";
}

/* @end */
/* @group ----- Footer ----- */
footer {
  clear: both;
  position: relative;
  margin: 0 auto;
  padding: 0;
  width: 960px;
  overflow: hidden;
  margin-top: 1.46154em;
  color: #fff;
  margin-top: 0;
}
footer:after {
  content: "\0020";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
@media only screen and (min-width: 768px) and (max-width: 959px) {
  footer {
    width: 768px;
  }
}
@media only screen and (max-width: 767px) {
  footer {
    width: 300px;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  footer {
    width: 420px;
  }
}
footer a, footer a:link, footer a:visited, footer a:hover {
  text-decoration: none;
  line-height: 24px;
  color: #fff;
}
footer .navigation {
  font-weight: bold;
}
footer .navigation li {
  display: inline;
}
footer .navigation li:after {
  content: " \00B7";
  margin: 0 10px 0 5px;
}
footer .navigation li:last-child {
  margin: 0;
}
footer .navigation li:last-child:after {
  content: "\00A0";
  display: none;
}
footer .navigation a {
  white-space: nowrap;
}
footer nav + p {
  text-align: right;
}

.footer-links {
  width: 50%;
  float: left;
}

.powered-by {
  width: 50%;
  float: right;
}

#footer-text {
  float: left;
  width: 48%;
}

#custom-footer-text p:first-of-type {
  margin: 0;
  padding: 0;
}

/* @end */
/* @group ----- Exhibit Builder ----- */
.browse .exhibit {
  clear: both;
  border-bottom: 1px solid #eee;
  margin-bottom: 1.46154em;
  overflow: auto;
}
.browse .exhibit p.tags {
  margin-top: 15px;
}

.exhibits.browse .description {
  width: 100%;
  height: auto;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.exhibits.browse .description p, .exhibits.browse .description h3, .exhibits.browse .description h2, .exhibits.browse .description h1, .exhibits.browse .description blockquote, .exhibits.browse .description div {
  display: none;
}
.exhibits.browse .description p:first-of-type, .exhibits.browse .description blockquote:first-of-type {
  display: inline-block;
  text-overflow: ellipsis;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
}
.exhibits.browse .exhibit {
  clear: none;
  border-bottom: 1px solid #eee;
  margin-bottom: 1.46154em;
  overflow: hidden;
  width: 33%;
  float: left;
  padding: 15px;
  height: 300px;
  text-align: center;
}
.exhibits.browse .exhibit .exhibit-desc {
  float: left;
  width: 100%;
}
.exhibits.browse .exhibit .exhibit-img {
  float: none;
}
.exhibits.browse .exhibit .exhibit-text {
  width: 100%;
}
.exhibits.browse .exhibit .exhibit-text h2 {
  font-size: 16px;
}
.exhibits.browse .exhibit img, .exhibits.browse .exhibit .image {
  float: none !important;
  text-align: center !important;
}

.exhibit-text {
  float: left;
  width: 200px;
}
.exhibit-text h2 {
  width: 100% !important;
}
.exhibit-text a:link, .exhibit-text a:visited {
  color: #739abc !important;
}

.exhibit-desc {
  float: left;
}

.exhibit-img {
  float: right;
}

.pagination + .exhibit {
  border-top: 1px solid #eee;
}

.layout-gallery .exhibit-item-caption p {
  margin: 8px 0 8px 0;
}

.layout-gallery .gallery.captions-center .exhibit-item, .layout-gallery .gallery.captions-center .exhibit-item:nth-of-type(2n) {
  width: 48%;
  background: #f2f2f2;
  padding: 10px;
}

.layout-gallery .gallery.with-showcase.right.captions-center .exhibit-item, .layout-gallery .gallery.with-showcase.right.captions-center .exhibit-item:nth-of-type(2n), .layout-gallery .gallery.with-showcase.left.captions-center .exhibit-item, .layout-gallery .gallery.with-showcase.left.captions-center .exhibit-item:nth-of-type(2n) {
  width: 48%;
  background: none;
  padding: 5px;
}

.layout-gallery .gallery .exhibit-item, .layout-gallery .gallery .exhibit-item:nth-of-type(2n) {
  width: 48%;
  padding: 5px;
}
.layout-gallery .gallery .exhibit-item a, .layout-gallery .gallery .exhibit-item:nth-of-type(2n) a {
  border-bottom: 0;
  height: 210px;
  width: auto;
}
.layout-gallery .gallery .exhibit-item .exhibit-item-link img, .layout-gallery .gallery .exhibit-item:nth-of-type(2n) .exhibit-item-link img {
  display: block;
  margin: 0 auto 10px auto;
  max-height: 100%;
}

.layout-gallery .gallery.with-showcase .exhibit-item, .layout-gallery .gallery.with-showcase .exhibit-item:nth-of-type(2n) {
  width: 48%;
  margin-right: 2%;
  padding: 5px;
}
.layout-gallery .gallery.with-showcase .exhibit-item a, .layout-gallery .gallery.with-showcase .exhibit-item:nth-of-type(2n) a {
  border-bottom: 0;
  height: auto;
  width: auto;
}
.layout-gallery .gallery.with-showcase .exhibit-item img, .layout-gallery .gallery.with-showcase .exhibit-item:nth-of-type(2n) img {
  max-height: 84px;
  width: auto;
  border: 1px solid #cccccc;
}

.layout-gallery .exhibit-item-link * {
  display: block;
  margin: 10px auto 10px auto;
}

.exhibits.summary #exhibit-pages, .exhibits.show #exhibit-pages {
  border-right: dotted 1px #ccc;
  padding-right: 15px;
  float: left;
  display: inline;
  margin-left: 10px;
  margin-right: 10px;
  width: 220px;
  margin-left: 0;
}
@media only screen and (max-width: 767px) {
  .exhibits.summary #exhibit-pages, .exhibits.show #exhibit-pages {
    margin: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 959px) {
  .exhibits.summary #exhibit-pages, .exhibits.show #exhibit-pages {
    width: 172px;
  }
}
@media only screen and (max-width: 767px) {
  .exhibits.summary #exhibit-pages, .exhibits.show #exhibit-pages {
    width: 300px;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .exhibits.summary #exhibit-pages, .exhibits.show #exhibit-pages {
    width: 420px;
  }
}
.exhibits.summary #exhibit-pages a.exhibit-title, .exhibits.show #exhibit-pages a.exhibit-title {
  font-family: 'Roboto Slab', serif;
  font-weight: normal;
  font-size: 18px;
}
.exhibits.summary #exhibit-pages a, .exhibits.show #exhibit-pages a {
  text-decoration: none;
  color: #739abc;
  font-weight: bold;
  font-size: 14px;
}
.exhibits.summary #exhibit-pages > ul, .exhibits.show #exhibit-pages > ul {
  padding-left: 0;
  list-style-type: none;
  margin-left: 0;
}
.exhibits.summary #exhibit-pages > ul > li, .exhibits.show #exhibit-pages > ul > li {
  border-bottom-style: dotted;
  border-bottom-width: 1px;
  border-color: #ccc;
  width: 100%;
}
.exhibits.summary #exhibit-pages ul li > ul, .exhibits.show #exhibit-pages ul li > ul {
  padding: 0;
  margin: 0 0 0 10px;
}
.exhibits.summary #exhibit-pages ul li ul li:before, .exhibits.show #exhibit-pages ul li ul li:before {
  content: url("../images/icon-chevron.png");
}
.exhibits.summary #exhibit-pages ul li ul li, .exhibits.show #exhibit-pages ul li ul li {
  text-indent: -19px;
  margin: 5px 0 5px 12px;
}
.exhibits.summary #exhibit-pages ul li ul li a, .exhibits.show #exhibit-pages ul li ul li a {
  margin-left: 4px;
  font-weight: normal;
  font-size: 13px;
}
.exhibits.summary #exhibit-pages li, .exhibits.show #exhibit-pages li {
  list-style-type: none;
  margin-left: 0;
}

.exhibits.show #exhibit-pages .exhibit-page-nav li {
  float: left;
}

.exhibits.summary #primary, .exhibits.show #primary {
  float: right;
  width: 75%;
  padding-left: 20px;
  margin-left: 0;
}

.exhibit-page-nav {
  color: #fff;
}
.exhibit-page-nav li {
  float: none;
}
.exhibit-page-nav li ul li {
  float: left;
  border-top: 1px dotted #ccc;
  width: 100%;
}
.exhibit-page-nav li ul li:first-of-type {
  border-top: none;
}
.exhibit-page-nav a {
  display: block;
  float: left;
}
.exhibit-page-nav a:link, .exhibit-page-nav a:visited {
  padding: 0.73077em 0;
}

.exhibits #exhibit-pages > ul > li {
  padding: 0.73077em 10px;
}

.exhibit-pagination .next a {
  float: right;
  text-align: right;
}

#exhibit-page-navigation {
  background: #739abc;
  padding: 10px;
  color: #fff;
  clear: both;
  margin: 2.92308em 0 1.46154em;
}
#exhibit-page-navigation a {
  color: #fff;
}

.exhibit-child-nav a {
  display: inline-block;
  padding: 0.73077em 10px;
  background-color: #f3f3f3;
}
.exhibit-child-nav li {
  margin: 0 20px 1.46154em 0;
}

.exhibit .description {
  float: left;
  display: inline;
  margin-left: 10px;
  margin-right: 10px;
  width: 520px;
}
@media only screen and (max-width: 767px) {
  .exhibit .description {
    margin: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 959px) {
  .exhibit .description {
    width: 412px;
  }
}
@media only screen and (max-width: 767px) {
  .exhibit .description {
    width: 300px;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .exhibit .description {
    width: 420px;
  }
}
.exhibit .description p:first-of-type {
  margin-top: 0.73077em;
}

/* @end */
/* @group ----- Other plugin styles ----- */
#collection-tree {
  margin-left: auto;
  margin-right: auto;
}

/* @end */
.vvvvvvvv-popular a {
  line-height: 1;
}

@media screen and (max-width: 960px) {
  #featured-item img {
    max-width: 50%;
  }

  .exhibit .exhibit-desc .description {
    width: 380px;
  }
}
@media screen and (max-width: 768px) {
  /* @group ----- Generic HTML elements ----- */
  input[type=text], input[type=password], textarea {
    width: 100%;
    display: block;
  }

  /* @end */
  /* @group ----- Global selectors ----- */
  #search-container {
    clear: both;
    width: 100%;
    margin-top: 1.46154em;
    margin-bottom: 0em;
  }

  /* @end */
  /* @group ----- Header ----- */
  #site-title {
    width: 100%;
  }

  /* @end */
  /* @group ----- Navigation ----- */
  #primary-nav {
    display: none;
  }

  #mobile-nav {
    display: block;
    clear: both;
    position: relative;
    margin: 0 auto;
    padding: 0;
    width: 960px;
    zoom: 1;
  }
  #mobile-nav:after {
    content: "\0020";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
  }
}
@media only screen and (max-width: 768px) and (min-width: 768px) and (max-width: 959px) {
  #mobile-nav {
    width: 768px;
  }
}
@media only screen and (max-width: 768px) and (max-width: 767px) {
  #mobile-nav {
    width: 300px;
  }
}
@media only screen and (max-width: 768px) and (min-width: 480px) and (max-width: 767px) {
  #mobile-nav {
    width: 420px;
  }
}
@media screen and (max-width: 768px) {
  #mobile-nav ul {
    position: absolute;
    z-index: 199;
    background: #fafafa;
    border-bottom: 1px solid #ccc;
    width: 100%;
    padding-left: 0;
    margin: 0;
  }
  #mobile-nav li {
    text-align: left;
    display: block;
    overflow: hidden;
    width: 100%;
  }
  #mobile-nav a {
    text-decoration: none;
    display: block;
    padding: 10px;
    border: 1px solid #ccc;
    border-width: 1px 1px 0 1px;
  }
  #mobile-nav a:hover {
    background: #fff;
  }
  #mobile-nav > a:first-child {
    background: #fafafa;
    cursor: pointer;
  }
  #mobile-nav li.current a {
    background: #fff;
    color: #ff8000;
  }
  #mobile-nav li ul {
    position: relative;
  }
  #mobile-nav li ul a:before {
    content: "-- ";
  }
  #mobile-nav li ul ul a:before {
    content: "---- ";
  }

  /* @end */
  /* @group ----- Footer ----- */
  footer .navigation {
    float: none;
    width: 100%;
    text-align: left;
    margin-bottom: 1.46154em;
  }

  footer p {
    text-align: center !important;
  }

  /* @end */
  /* @group ----- Home ----- */
  #home #primary, #home #secondary {
    padding: 0;
    max-width: 100%;
  }

  #home .homepage-desc, #featured-exhibit {
    width: 100%;
  }

  #recent-items .item {
    width: 100%;
  }
  #recent-items .item h3 {
    width: 50%;
    float: left;
  }
  #recent-items .item .image {
    height: 150px;
    float: right;
  }

  /* @end */
  /* @group ----- Items/Browse ----- */
  .items.show .right-column, .items.show .left-column {
    width: 100%;
  }

  .items.show .left-column {
    border: none;
  }

  .browse .item img {
    max-width: 100%;
    margin-bottom: 1.46154em;
    margin-top: 1.46154em;
  }

  .browse .item {
    padding: 1.46154em 0;
  }

  #sort-links {
    float: left;
  }

  .exhibit .exhibit-desc .description {
    width: 250px;
  }

  /* @end */
  /* @group ----- Items/Browse ----- */
  .browse .item .item-text {
    width: 50%;
  }

  /* @end */
  /* @group ----- Exhibits/Browse ----- */
  .exhibits.browse .exhibit {
    width: 100%;
  }

  .layout-gallery .gallery.with-showcase .exhibit-item, .layout-gallery .gallery.with-showcase .exhibit-item:nth-of-type(2n) {
    width: 100%;
    min-height: 167px;
  }

  /* @end *
  
  /* @group ----- Collections/Browse ----- */
  #content .collection a:link {
    float: none;
    text-align: center;
    clear: both;
    margin: 10px 0;
  }

  .collection-meta {
    width: 100%;
  }

  .collections.browse .collection {
    text-align: center;
    padding-bottom: 15px;
    width: 100%;
    height: auto;
  }

  .browse .collection .image img {
    float: none;
    margin: 10px 0;
  }

  .exhibits.summary #primary, .exhibits.show #primary {
    width: 100%;
    border-left: none;
    padding-left: 0;
    margin-left: 0;
  }

  .exhibits.show #exhibit-pages {
    width: 100%;
  }
}
@media screen and (max-width: 500px) {
  #recent-items .item {
    width: 100%;
  }

  #recent-items .item .image, #recent-items .item h3 {
    width: 100%;
    float: none;
  }

  .browse .item .item-meta .item-img {
    width: 100%;
    text-align: left;
  }

  .browse .item .item-text {
    width: auto;
    margin-left: 0;
  }

  .item.record .image img {
    width: 200px;
  }

  .browse .item img {
    margin-top: 0;
    margin-bottom: 0;
  }

  .exhibits.browse .exhibit {
    width: 100%;
  }

  .exhibit-img {
    float: right;
    height: 200px;
    overflow: hidden;
  }

  .browse .exhibit .image {
    height: auto;
  }

  .collection-meta {
    float: left;
    width: 250px;
  }

  #content .collection a:link {
    float: none;
    text-align: center;
    clear: both;
    margin: 10px 0;
  }

  .collections.browse .collection {
    text-align: center;
    width: 100%;
    height: auto;
  }

  .browse .collection .image img {
    float: none;
    margin: 10px 0;
  }

  footer p {
    text-align: center !important;
  }
}
