@charset "UTF-8";
@import url(https://fonts.googleapis.com/css?family=Lora:400,400italic,700|Lato:700,300,400);
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

td,
th {
  padding: 0;
}

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

body {
  font: 14px Helvetica, Arial, sans-serif;
  line-height: 20px;
  color: #333;
  background: #fff;
}

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

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

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

h1, h2, h3 {
  font-weight: normal;
  font-family: 'Gill Sans MT', 'Gill Sans', sans-serif;
  color: #015581;
}

h1 {
  font-size: 35px;
  line-height: 40px;
  text-transform: uppercase;
  letter-spacing: .1em;
  word-break: break-word;
}

h2 {
  font-size: 28px;
  line-height: 40px;
}

h3 {
  font-size: 21px;
  line-height: 20px;
  color: #015581;
}

h4, h5 {
  font-size: 17.5px;
  line-height: 20px;
}

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.42857em 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 #e1e1e1;
  margin: 0;
  padding: 0.71429em 0;
}

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

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

a:hover, a:active {
  color: #ff8000;
}

img a {
  border: none;
}

/* @end */
/* @group ----- Header ----- */
header {
  position: relative;
  margin: 0 auto;
  padding: 0;
  width: 960px;
  padding: 2.85714em 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 {
  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;
  border: solid #e1e1e1;
  border-width: 1px 1px 0 1px;
}

#site-title {
  float: left;
  width: 50%;
  font-weight: normal;
  font-family: 'Gill Sans MT', 'Gill Sans', sans-serif;
  color: #015581;
  font-size: 42px;
  line-height: 40px;
  text-transform: uppercase;
  letter-spacing: .2em;
  position: relative;
}
#site-title img {
  max-width: 100%;
  height: auto;
}

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

#search-container {
  float: right;
  width: 45%;
  position: relative;
  font-size: 1em;
  line-height: 1.42857em;
}
#search-container h2 {
  display: none;
}
#search-container input[type=text], #search-container button {
  border: 1px solid #e1e1e1;
  background: #fafafa;
  -moz-appearance: none;
  -webkit-appearance: none;
  border-radius: 0;
  height: 30px;
}
#search-container input[type=text] {
  padding: 3px;
  width: 100%;
  behavior: url("../javascripts/boxsizing.htc");
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#search-container button {
  background: #369;
  color: white;
  position: absolute;
  border: 0;
  right: 0;
  top: 0;
  width: 30px;
  text-indent: -9999px;
}
#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;
}

.show-advanced.button {
  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;
}
.show-advanced.button: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.open {
  display: block;
}

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

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

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

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

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

/* @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;
  /* mega menu list */
  /* 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 */
  /* sub-navigation panel */
  /* sub-navigation panel open state */
  /* list of items within sub-navigation panel */
  /* list item within sub-navigation panel */
}
#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 .nav-menu {
  display: block;
  position: relative;
  list-style: none;
  margin: 0 0 0 -1px;
  padding: 0 0 0 1px;
  z-index: 15;
}
#primary-nav li {
  list-style-type: none;
  margin: 0 0 -1px 0;
  position: relative;
}
#primary-nav .navigation {
  position: relative;
  z-index: 100;
  overflow: visible;
}
#primary-nav .nav-item {
  list-style: none;
  display: block;
  padding: 0;
  margin: 0;
  float: left;
  position: relative;
  overflow: visible;
}
#primary-nav .nav-item:first-child > a {
  border-left: 1px solid #e1e1e1;
}
#primary-nav .nav-item > a {
  position: relative;
  display: inline-block;
  margin: 0 0 -1px 0;
  border: 1px solid #e1e1e1;
}
#primary-nav .nav-item:not(:first-child) > a {
  margin-left: -1px;
}
#primary-nav .nav-item > a:focus,
#primary-nav .nav-item > a.open {
  border: 1px solid #dedede;
}
#primary-nav .nav-item > a.open {
  background-color: #fafafa;
  z-index: 1;
}
#primary-nav .sub-nav {
  position: absolute;
  display: none;
  top: 2.85714em;
  margin-top: 1px;
  padding: 0;
  border: 1px solid #dedede;
  background-color: #fff;
}
#primary-nav .sub-nav.open {
  display: block;
  width: 160px;
}
#primary-nav .sub-nav.open li {
  width: 100%;
}
#primary-nav .subnav a:hover + ul,
#primary-nav .subnav a:focus + ul {
  display: block;
  position: absolute;
  top: 2.85714em;
  margin-top: 1px;
  z-index: 1000;
  -moz-box-shadow: #e1e1e1 0 3px 5px;
  -webkit-box-shadow: #e1e1e1 0 3px 5px;
  box-shadow: #e1e1e1 0 3px 5px;
}
#primary-nav .sub-nav ul {
  vertical-align: top;
  margin: 0;
  padding: 0;
}
#primary-nav .sub-nav ul a {
  margin-top: -0.71429em;
  padding-left: 2.14286em;
}
#primary-nav .sub-nav li {
  display: block;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
#primary-nav .sub-nav > li {
  border-color: #e1e1e1;
  border-bottom-width: 0.07143em;
  border-bottom-style: solid;
  padding-bottom: -0.07143em;
}
#primary-nav .sub-nav a {
  width: 100%;
}
#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.71429em 18px;
  background: #fafafa;
}
#primary-nav a:hover,
#primary-nav a:focus,
#primary-nav li.active a {
  color: #ff8000;
  position: relative;
  z-index: 1;
}
#primary-nav [aria-haspopup="true"]:after {
  font-family: "FontAwesome";
  content: "\f0da";
  margin: -1px 0 0 .5em;
  display: inline-block;
}
#primary-nav [aria-haspopup="true"].open:after {
  content: "\f0d7";
}

#secondary-nav, .secondary-nav {
  margin-bottom: 1.42857em;
  overflow: auto;
  border-bottom: 1px solid #e1e1e1;
  clear: both;
}
#secondary-nav li, .secondary-nav li {
  padding: 1.42857em 0;
  margin-right: 20px;
}
#secondary-nav a, .secondary-nav a {
  color: #666;
}
#secondary-nav .active a, .secondary-nav .active a {
  background: #fff;
  color: #333;
  font-weight: bold;
}
#secondary-nav .tags .nav-browse-all a, .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.42857em 0;
}
.pagination ul {
  margin-left: 0;
}
.pagination li {
  height: 2.85714em;
  border: solid #e7e7e7;
  border-width: 1px 0 1px 1px;
  float: left;
  list-style-type: none;
}
.pagination li:last-of-type {
  border-right: 1px solid #e7e7e7;
}
.pagination a, .pagination form {
  text-decoration: none;
  padding: 0 10px;
  line-height: 40px;
  display: inline-block;
}

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

/* @end */
/* @group ----- Global selectors ----- */
#content {
  overflow: hidden;
  border: 1px solid #e1e1e1;
  background: #fff;
  position: relative;
  margin: 0 auto;
  padding: 0;
  width: 960px;
  padding: 1.42857em 10px;
  z-index: 0;
}
#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;
  }
}

.hidden {
  display: none;
}

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

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

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

.record {
  clear: both;
  overflow: auto;
}

#sort-links + .item,
#sort-links + .collection,
nav + .exhibit {
  border-top: 1px solid #e1e1e1;
}

.item + .pagination-nav ul,
.collection + .pagination-nav ul,
.exhibit + .pagination-nav ul {
  margin-top: 1.42857em;
}

/* @end */
/* @group ----- Home Page ----- */
#home #primary {
  float: left;
  float: left;
  display: inline;
  margin-left: 10px;
  margin-right: 10px;
  width: 460px;
  margin-left: 0;
  margin-right: 0;
  padding-right: 10px;
}
@media only screen and (max-width: 767px) {
  #home #primary {
    margin: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 959px) {
  #home #primary {
    width: 364px;
  }
}
@media only screen and (max-width: 767px) {
  #home #primary {
    width: 300px;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  #home #primary {
    width: 420px;
  }
}
#home #secondary {
  float: right;
  float: left;
  display: inline;
  margin-left: 10px;
  margin-right: 10px;
  width: 460px;
  margin-right: 0;
  padding-left: 10px;
}
@media only screen and (max-width: 767px) {
  #home #secondary {
    margin: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 959px) {
  #home #secondary {
    width: 364px;
  }
}
@media only screen and (max-width: 767px) {
  #home #secondary {
    width: 300px;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  #home #secondary {
    width: 420px;
  }
}
#home #content h2 {
  text-transform: uppercase;
  letter-spacing: .1em;
}

.featured,
#featured-exhibit {
  overflow: hidden;
  background: #e1e1e1;
  padding: 1.42857em 20px;
  margin-bottom: 1.42857em;
}
.featured h2,
#featured-exhibit h2 {
  margin: 0;
}
.featured h3,
#featured-exhibit h3 {
  margin: 0 0 0.95238em;
}
.featured img,
#featured-exhibit img {
  float: left;
  border: 1px solid #e1e1e1;
  padding: 2px;
  height: 10em;
  width: auto;
  background-color: #fff;
}

#recent-items .item {
  overflow: hidden;
  border-bottom: 1px solid #e1e1e1;
  margin-bottom: 1.42857em;
}
#recent-items .item .image {
  height: 5.71429em;
}
#recent-items .item h3 {
  margin-top: 0;
}

.view-items-link {
  margin-bottom: 0em;
}

/* @end */
/* @group ----- Items ----- */
.items #content {
  position: relative;
  margin: 0 auto;
  padding: 0;
  width: 960px;
  padding: 1.42857em 10px;
}
.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;
  }
}

#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.71429em 0 0.71429em 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.71429em;
}

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

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

.item-pagination {
  clear: both;
  overflow: hidden;
  border-top: 1px solid #e1e1e1;
  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 .item-file a {
  display: block;
  height: 8.57143em;
}
.item .item-file a img {
  height: 100%;
  width: auto;
}

.item h2 {
  margin-top: 0;
}

/* Tags Classes */
.tags li {
  display: inline;
}

/* Tag Clouds */
.hTagcloud ul {
  list-style: none;
  margin-left: 0;
  padding-left: 0;
}

.hTagcloud li {
  display: inline;
  margin-right: 3px;
}

.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,
.browse .item-meta .item-img {
  float: left;
  display: inline;
  margin-left: 10px;
  margin-right: 10px;
  width: 220px;
}
@media only screen and (max-width: 767px) {
  .browse .item h2,
  .browse .item-meta .item-img {
    margin: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 959px) {
  .browse .item h2,
  .browse .item-meta .item-img {
    width: 172px;
  }
}
@media only screen and (max-width: 767px) {
  .browse .item h2,
  .browse .item-meta .item-img {
    width: 300px;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .browse .item h2,
  .browse .item-meta .item-img {
    width: 420px;
  }
}

.browse .item h2 {
  margin-left: 0;
  margin-bottom: 0;
  max-width: 100%;
}

.browse .item-meta .item-img {
  margin-right: 0;
  float: right;
  text-align: right;
}

.browse .item-img img {
  height: 10em;
}

.browse .item-meta {
  float: left;
  display: inline;
  margin-left: 10px;
  margin-right: 10px;
  width: 700px;
  margin: 0;
  max-width: 100%;
}
@media only screen and (max-width: 767px) {
  .browse .item-meta {
    margin: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 959px) {
  .browse .item-meta {
    width: 556px;
  }
}
@media only screen and (max-width: 767px) {
  .browse .item-meta {
    width: 300px;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .browse .item-meta {
    width: 420px;
  }
}
.browse .item-meta p:first-of-type {
  margin-top: 0;
}

.browse .item-meta > div {
  float: left;
  display: inline;
  margin-left: 10px;
  margin-right: 10px;
  width: 460px;
  margin: 0;
  max-width: 100%;
}
@media only screen and (max-width: 767px) {
  .browse .item-meta > div {
    margin: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 959px) {
  .browse .item-meta > div {
    width: 364px;
  }
}
@media only screen and (max-width: 767px) {
  .browse .item-meta > div {
    width: 300px;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .browse .item-meta > div {
    width: 420px;
  }
}

.browse .item-meta .item-description {
  margin-bottom: 1.42857em;
}
.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;
}

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

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

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

.remove_search {
  text-indent: -9999px;
  width: 20px;
  position: relative;
  height: 20px;
  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: 20px;
}

/* @end */
/* @group ----- Collections/Browse ----- */
.browse .collection,
.browse .exhibit {
  clear: both;
  border-bottom: 1px solid #e1e1e1;
  float: left;
  width: 100%;
  padding-top: 1.42857em;
}
.browse .collection .view-items-link,
.browse .exhibit .view-items-link {
  margin-bottom: 2.14286em;
}
.browse .collection h3,
.browse .exhibit h3 {
  margin: 0;
}

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

.collection .image,
.exhibit .image {
  display: block;
  -moz-box-shadow: -5px -5px 0 -1px #f2f2f2, -5px -5px 0 #e1e1e1, -8px -8px 0 -1px #ddd, -8px -8px 0 #CCC;
  -webkit-box-shadow: -5px -5px 0 -1px #f2f2f2, -5px -5px 0 #e1e1e1, -8px -8px 0 -1px #ddd, -8px -8px 0 #CCC;
  box-shadow: -5px -5px 0 -1px #f2f2f2, -5px -5px 0 #e1e1e1, -8px -8px 0 -1px #ddd, -8px -8px 0 #CCC;
  margin: 0 1.42857em 1.42857em 9px;
}

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

.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: 10em;
}
.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.71429em;
}

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

/* @end */
/* @group ----- Collections/Show ----- */
.collections .item-img {
  float: left;
  margin: 0 1.42857em 0 0;
}
.collections .item-img a {
  display: block;
  height: 5.71429em;
  border: 1px solid #e1e1e1;
  padding: 2px;
}
.collections .item-img img {
  height: 100%;
  width: auto;
}

.collections .item {
  overflow: hidden;
  border-color: #e1e1e1;
  border-top-width: 0.07143em;
  border-top-style: solid;
  padding-top: -0.07143em;
  margin-top: 1.42857em;
}

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

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

#search-results .image {
  float: left;
  height: 5.71429em;
  margin: 0 1.42857em 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.42857em;
}
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 {
  text-decoration: none;
}
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-text {
  float: left;
  width: 48%;
}

/* @end */
/* @group ----- Exhibit Builder ----- */
.pagination + .exhibit {
  border-top: 1px solid #e1e1e1;
}

#exhibit-pages {
  width: 220px;
  display: inline-block;
}
@media only screen and (min-width: 768px) and (max-width: 959px) {
  #exhibit-pages {
    width: 172px;
  }
}
#exhibit-pages h4 {
  font-family: 'Gill Sans MT', 'Gill Sans', sans-serif;
  font-weight: normal;
  text-transform: uppercase;
}
#exhibit-pages a {
  text-decoration: none;
}
#exhibit-pages > ul {
  margin-left: 0;
  border-top-width: 0.07143em;
  border-top-style: solid;
  padding-top: 1.35714em;
  border-color: #e1e1e1;
  padding-left: 0;
  list-style-type: none;
}
#exhibit-pages > ul > li {
  border-bottom-width: 0.07143em;
  border-bottom-style: solid;
  padding-bottom: 1.35714em;
  border-color: #e1e1e1;
  margin-bottom: 1.42857em;
}
#exhibit-pages ul li > ul {
  padding-left: 1.5em;
  margin-left: 0;
}
#exhibit-pages ul li > ul li {
  text-indent: -1.5em;
}
#exhibit-pages ul li > ul li:before {
  content: "\2014";
}
#exhibit-pages li {
  list-style-type: none;
  margin-left: 0;
}
#exhibit-pages .current {
  font-weight: bold;
}
#exhibit-pages .current > *:not(a) {
  font-weight: normal;
}
#exhibit-pages > ul > li:not(.parent) ul {
  display: none;
}
#exhibit-pages > ul > li.current ul {
  display: block;
}

#exhibit-pages ul ul {
  margin: 0;
}

.exhibits #content > h1:first-of-type,
#exhibit-blocks,
#exhibit-page-navigation,
.exhibits.summary #primary {
  float: left;
  display: inline;
  margin-left: 10px;
  margin-right: 10px;
  width: 700px;
  margin-left: 0;
  padding-right: 20px;
  margin-left: 0;
}
@media only screen and (max-width: 767px) {
  .exhibits #content > h1:first-of-type,
  #exhibit-blocks,
  #exhibit-page-navigation,
  .exhibits.summary #primary {
    margin: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 959px) {
  .exhibits #content > h1:first-of-type,
  #exhibit-blocks,
  #exhibit-page-navigation,
  .exhibits.summary #primary {
    width: 556px;
  }
}
@media only screen and (max-width: 767px) {
  .exhibits #content > h1:first-of-type,
  #exhibit-blocks,
  #exhibit-page-navigation,
  .exhibits.summary #primary {
    width: 300px;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .exhibits #content > h1:first-of-type,
  #exhibit-blocks,
  #exhibit-page-navigation,
  .exhibits.summary #primary {
    width: 420px;
  }
}

.exhibit-page-nav a:hover,
.exhibit-page-nav a:active,
.exhibit-page-nav .current a {
  background: #ff8000;
}

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

#exhibit-page-navigation {
  clear: none;
  margin: 2.85714em 0 1.42857em;
}

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

.exhibit .description ~ * {
  display: block;
  margin: 1.42857em auto;
  padding: 0 40px 0 80px;
  float: none;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

.exhibit-items .download-file:last-child {
  margin-bottom: 1.42857em;
}

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

#recaptcha_area input {
  display: inline;
}

/* @end */
@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.42857em;
    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.42857em;
  }

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

  #home #primary > div:last-of-type {
    border-bottom: 1px solid #ccc;
  }

  /* @end */
  /* @group ----- Items/Browse ----- */
  .browse .item img {
    margin-bottom: 1.42857em;
    margin-top: 1.42857em;
  }

  .browse .item.record h2 {
    margin-bottom: 0.71429em;
  }

  .browse .item-meta .item-img {
    width: auto;
    float: left;
    margin: 0 1.42857em 0 0;
  }
  .browse .item-meta .item-img img {
    margin-top: 0em;
  }

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

  .browse .item-meta > div {
    float: none;
  }

  #sort-links {
    float: left;
  }

  /* @end */
  /* @group ----- Exhibits/Show ----- */
  .exhibit {
    clear: both;
  }

  .exhibit .description {
    float: none;
  }

  .exhibit .description ~ * {
    padding: 0;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }

  /* @end */
  /* @group ----- Exhibits/Show ----- */
  #exhibit-pages {
    width: 100%;
  }

  /* @end */
}
@font-face {
  font-family: 'EntypoRegular';
  src: url("../fonts/entypo.eot");
  src: url("../fonts/entypo.eot?#iefix") format("embedded-opentype"), url("../fonts/entypo.woff") format("woff"), url("../fonts/entypo.ttf") format("truetype"), url("../fonts/entypo.svg#EntypoRegular") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'EntypoSocialRegular';
  src: url("../fonts/entypo-social.eot");
  src: url("../fonts/entypo-social.eot?#iefix") format("embedded-opentype"), url("../fonts/entypo-social.woff") format("woff"), url("../fonts/entypo-social.ttf") format("truetype"), url("../fonts/entypo-social.svg#EntypoRegular") format("svg");
  font-weight: normal;
  font-style: normal;
}
[data-social-icon]:before {
  font-family: 'EntypoSocialRegular';
  content: attr(data-social-icon);
  -webkit-font-smoothing: antialiased;
  speak: none;
}

.screen-reader-text {
  position: absolute;
  top: -9999px;
  left: -9999px;
}

.entypo {
  font-family: 'EntypoRegular';
  font-size: 2em;
  font-weight: normal;
  line-height: 0;
}

.entypo-social {
  font-family: 'EntypoSocialRegular';
  font-size: 2em;
  font-weight: normal;
  line-height: 0;
}

.entypo.phone:before {
  content: '\1F4DE';
}

.entypo.mobile:before {
  content: '\1F4F1';
}

.entypo.mouse:before {
  content: '\E789';
}

.entypo.address:before {
  content: '\E723';
}

.entypo.mail:before {
  content: '\2709';
}

.entypo.paper-plane:before {
  content: '\1F53F';
}

.entypo.pencil:before {
  content: '\270E';
}

.entypo.feather:before {
  content: '\2712';
}

.entypo.attach:before {
  content: '\1F4CE';
}

.entypo.inbox:before {
  content: '\E777';
}

.entypo.reply:before {
  content: '\E712';
}

.entypo.reply-all:before {
  content: '\E713';
}

.entypo.forward:before {
  content: '\27A6';
}

.entypo.user:before {
  content: '\1F464';
}

.entypo.users:before {
  content: '\1F465';
}

.entypo.add-user:before {
  content: '\E700';
}

.entypo.vcard:before {
  content: '\E722';
}

.entypo.export:before {
  content: '\E715';
}

.entypo.location:before {
  content: '\E724';
}

.entypo.map:before {
  content: '\E727';
}

.entypo.compass:before {
  content: '\E728';
}

.entypo.direction:before {
  content: '\27A2';
}

.entypo.hair-cross:before {
  content: '\1F3AF';
}

.entypo.share:before {
  content: '\E73C';
}

.entypo.shareable:before {
  content: '\E73E';
}

.entypo.heart:before {
  content: '\2665';
}

.entypo.heart-empty:before {
  content: '\2661';
}

.entypo.star:before {
  content: '\2605';
}

.entypo.star-empty:before {
  content: '\2606';
}

.entypo.thumbs-up:before {
  content: '\1F44D';
}

.entypo.thumbs-down:before {
  content: '\1F44E';
}

.entypo.chat:before {
  content: '\E720';
}

.entypo.comment:before {
  content: '\E718';
}

.entypo.quote:before {
  content: '\275E';
}

.entypo.home:before {
  content: '\2302';
}

.entypo.popup:before {
  content: '\E74C';
}

.entypo.search:before {
  content: '\1F50D';
}

.entypo.flashlight:before {
  content: '\1F526';
}

.entypo.print:before {
  content: '\E716';
}

.entypo.bell:before {
  content: '\1F514';
}

.entypo.link:before {
  content: '\1F517';
}

.entypo.flag:before {
  content: '\2691';
}

.entypo.cog:before {
  content: '\2699';
}

.entypo.tools:before {
  content: '\2692';
}

.entypo.trophy:before {
  content: '\1F3C6';
}

.entypo.tag:before {
  content: '\E70C';
}

.entypo.camera:before {
  content: '\1F4F7';
}

.entypo.megaphone:before {
  content: '1F4E3';
}

.entypo.moon:before {
  content: '\0045';
}

.entypo.palette:before {
  content: '\1F3A8';
}

.entypo.leaf:before {
  content: '\1F342';
}

.entypo.note:before {
  content: '\266A';
}

.entypo.beamed-note:before {
  content: '\266B';
}

.entypo.new:before {
  content: '\1F4A5';
}

.entypo.graduation-cap:before {
  content: '\1F393';
}

.entypo.book:before {
  content: '\1F4D5';
}

.entypo.newspaper:before {
  content: '\1F4F0';
}

.entypo.bag:before {
  content: '\1F45C';
}

.entypo.airplane:before {
  content: '\2708';
}

.entypo.lifebuoy:before {
  content: '\E788';
}

.entypo.eye:before {
  content: '\E70A';
}

.entypo.clock:before {
  content: '\1F554';
}

.entypo.mic:before {
  content: '\1F3A4';
}

.entypo.calendar:before {
  content: '\1F4C5';
}

.entypo.flash:before {
  content: '\26A1';
}

.entypo.thunder-cloud:before {
  content: '\26C8';
}

.entypo.droplet:before {
  content: '\1F4A7';
}

.entypo.cd:before {
  content: '\1F4BF';
}

.entypo.briefcase:before {
  content: '\1F4BC';
}

.entypo.air:before {
  content: '\1F4A8';
}

.entypo.hourglass:before {
  content: '\23F3';
}

.entypo.gauge:before {
  content: '\1F6C7';
}

.entypo.language:before {
  content: '\1F394';
}

.entypo.network:before {
  content: '\E776';
}

.entypo.key:before {
  content: '\1F511';
}

.entypo.battery:before {
  content: '\1F50B';
}

.entypo.bucket:before {
  content: '\1F4FE';
}

.entypo.magnet:before {
  content: '\E7A1';
}

.entypo.drive:before {
  content: '\1F4FD';
}

.entypo.cup:before {
  content: '\2615';
}

.entypo.rocket:before {
  content: '\1F680';
}

.entypo.brush:before {
  content: '\E79A';
}

.entypo.suitcase:before {
  content: '\1F6C6';
}

.entypo.traffic-cone:before {
  content: '\1F6C8';
}

.entypo.globe:before {
  content: '\1F30E';
}

.entypo.keyboard:before {
  content: '\2328';
}

.entypo.browser:before {
  content: '\E74E';
}

.entypo.publish:before {
  content: '\E74D';
}

.entypo.progress-3:before {
  content: '\E76B';
}

.entypo.progress-2:before {
  content: '\E76A';
}

.entypo.progress-1:before {
  content: '\E769';
}

.entypo.progress-0:before {
  content: '\E768';
}

.entypo.light-down:before {
  content: '\1F505';
}

.entypo.light-up:before {
  content: '\1F506';
}

.entypo.adjust:before {
  content: '\25D1';
}

.entypo.code:before {
  content: '\E714';
}

.entypo.monitor:before {
  content: '\1F4BB';
}

.entypo.infinity:before {
  content: '\221E';
}

.entypo.light-bulb:before {
  content: '\1F4A1';
}

.entypo.credit-card:before {
  content: '\1F4B3';
}

.entypo.database:before {
  content: '\1F4F8';
}

.entypo.voicemail:before {
  content: '\2707';
}

.entypo.clipboard:before {
  content: '\1F4CB';
}

.entypo.cart:before {
  content: '\E73D';
}

.entypo.box:before {
  content: '\1F4E6';
}

.entypo.ticket:before {
  content: '\1F3AB';
}

.entypo.rss:before {
  content: '\E73A';
}

.entypo.signal:before {
  content: '\1F4F6';
}

.entypo.thermometer:before {
  content: '\1F4FF';
}

.entypo.water:before {
  content: '\1F4A6';
}

.entypo.sweden:before {
  content: '\F601';
}

.entypo.line-graph:before {
  content: '\1F4C8';
}

.entypo.pie-chart:before {
  content: '\25F4';
}

.entypo.bar-graph:before {
  content: '\1F4CA';
}

.entypo.area-graph:before {
  content: '\1F53E';
}

.entypo.lock:before {
  content: '\1F512';
}

.entypo.lock-open:before {
  content: '\1F513';
}

.entypo.logout:before {
  content: '\E741';
}

.entypo.login:before {
  content: '\E740';
}

.entypo.check:before {
  content: '\2713';
}

.entypo.cross:before {
  content: '\274C';
}

.entypo.squared-minus:before {
  content: '\229F';
}

.entypo.squared-plus:before {
  content: '\229E';
}

.entypo.squared-cross:before {
  content: '\274E';
}

.entypo.circled-minus:before {
  content: '\2296';
}

.entypo.circled-plus:before {
  content: '\2295';
}

.entypo.circled-cross:before {
  content: '\2716';
}

.entypo.minus:before {
  content: '\2796';
}

.entypo.plus:before {
  content: '\2795';
}

.entypo.erase:before {
  content: '\232B';
}

.entypo.block:before {
  content: '\1F6AB';
}

.entypo.info:before {
  content: '\2139';
}

.entypo.circled-info:before {
  content: '\E705';
}

.entypo.help:before {
  content: '\2753';
}

.entypo.circled-help:before {
  content: '\E704';
}

.entypo.warning:before {
  content: '\26A0';
}

.entypo.cycle:before {
  content: '\1F504';
}

.entypo.cw:before {
  content: '\27F3';
}

.entypo.ccw:before {
  content: '\27F2';
}

.entypo.shuffle:before {
  content: '\1F500';
}

.entypo.back:before {
  content: '\1F519';
}

.entypo.level-down:before {
  content: '\21B3';
}

.entypo.retweet:before {
  content: '\E717';
}

.entypo.loop:before {
  content: '\1F501';
}

.entypo.back-in-time:before {
  content: '\E771';
}

.entypo.level-up:before {
  content: '\21B0';
}

.entypo.switch:before {
  content: '\21C6';
}

.entypo.numbered-list:before {
  content: '\E005';
}

.entypo.add-to-list:before {
  content: '\E003';
}

.entypo.layout:before {
  content: '\268F';
}

.entypo.list:before {
  content: '\2630';
}

.entypo.text-doc:before {
  content: '\1F4C4';
}

.entypo.text-doc-inverted:before {
  content: '\E731';
}

.entypo.doc:before {
  content: '\E730';
}

.entypo.docs:before {
  content: '\E736';
}

.entypo.landscape-doc:before {
  content: '\E737';
}

.entypo.picture:before {
  content: '\1F304';
}

.entypo.video:before {
  content: '\1F3AC';
}

.entypo.music:before {
  content: '\1F3B5';
}

.entypo.folder:before {
  content: '\1F4C1';
}

.entypo.archive:before {
  content: '\E800';
}

.entypo.trash:before {
  content: '\E729';
}

.entypo.upload:before {
  content: '\1F4E4';
}

.entypo.download:before {
  content: '\1F4E5';
}

.entypo.save:before {
  content: '\1F4BE';
}

.entypo.install:before {
  content: '\E778';
}

.entypo.cloud:before {
  content: '\2601';
}

.entypo.upload-cloud:before {
  content: '\E711';
}

.entypo.bookmark:before {
  content: '\1F516';
}

.entypo.bookmarks:before {
  content: '\1F4D1';
}

.entypo.open-book:before {
  content: '\1F4D6';
}

.entypo.play:before {
  content: '\25B6';
}

.entypo.paus:before {
  content: '\2016';
}

.entypo.record:before {
  content: '\25CF';
}

.entypo.stop:before {
  content: '\25A0';
}

.entypo.ff:before {
  content: '\23E9';
}

.entypo.fb:before {
  content: '\23EA';
}

.entypo.to-start:before {
  content: '\23EE';
}

.entypo.to-end:before {
  content: '\23ED';
}

.entypo.resize-full:before {
  content: '\E744';
}

.entypo.resize-small:before {
  content: '\E746';
}

.entypo.volume:before {
  content: '\23F7';
}

.entypo.sound:before {
  content: '\1F50A';
}

.entypo.mute:before {
  content: '\1F507';
}

.entypo.flow-cascade:before {
  content: '\1F568';
}

.entypo.flow-branch:before {
  content: '\1F569';
}

.entypo.flow-tree:before {
  content: '\1F56A';
}

.entypo.flow-line:before {
  content: '\1F56B';
}

.entypo.flow-parallel:before {
  content: '\1F56C';
}

.entypo.left-bold:before {
  content: '\E4AD';
}

.entypo.down-bold:before {
  content: '\E4B0';
}

.entypo.up-bold:before {
  content: '\E4AF';
}

.entypo.right-bold:before {
  content: '\E4AE';
}

.entypo.left:before {
  content: '\2B05';
}

.entypo.down:before {
  content: '\2B07';
}

.entypo.up:before {
  content: '\2B06';
}

.entypo.right:before {
  content: '\27A1';
}

.entypo.circled-left:before {
  content: '\E759';
}

.entypo.circled-down:before {
  content: '\E758';
}

.entypo.circled-up:before {
  content: '\E75B';
}

.entypo.circled-right:before {
  content: '\E75A';
}

.entypo.triangle-left:before {
  content: '\25C2';
}

.entypo.triangle-down:before {
  content: '\25BE';
}

.entypo.triangle-up:before {
  content: '\25B4';
}

.entypo.triangle-right:before {
  content: '\25B8';
}

.entypo.chevron-left:before {
  content: '\E75D';
}

.entypo.chevron-down:before {
  content: '\E75C';
}

.entypo.chevron-up:before {
  content: '\E75F';
}

.entypo.chevron-right:before {
  content: '\E75E';
}

.entypo.chevron-small-left:before {
  content: '\E761';
}

.entypo.chevron-small-down:before {
  content: '\E760';
}

.entypo.chevron-small-up:before {
  content: '\E763';
}

.entypo.chevron-small-right:before {
  content: '\E762';
}

.entypo.chevron-thin-left:before {
  content: '\E765';
}

.entypo.chevron-thin-down:before {
  content: '\E764';
}

.entypo.chevron-thin-up:before {
  content: '\E767';
}

.entypo.chevron-thin-right:before {
  content: '\E766';
}

.entypo.left-thin:before {
  content: '\2190';
}

.entypo.down-thin:before {
  content: '\2193';
}

.entypo.up-thin:before {
  content: '\2191';
}

.entypo.right-thin:before {
  content: '\2192';
}

.entypo.arrow-combo:before {
  content: '\E74F';
}

.entypo.three-dots:before {
  content: '\23F6';
}

.entypo.two-dots:before {
  content: '\23F5';
}

.entypo.dot:before {
  content: '\23F4';
}

.entypo.cc:before {
  content: '\1F545';
}

.entypo.cc-by:before {
  content: '\1F546';
}

.entypo.cc-nc:before {
  content: '\1F547';
}

.entypo.cc-nc-eu:before {
  content: '\1F548';
}

.entypo.cc-nc-jp:before {
  content: '\1F549';
}

.entypo.cc-sa:before {
  content: '\1F54A';
}

.entypo.cc-nd:before {
  content: '\1F54B';
}

.entypo.cc-pd:before {
  content: '\1F54C';
}

.entypo.cc-zero:before {
  content: '\1F54D';
}

.entypo.cc-share:before {
  content: '\1F54E';
}

.entypo.cc-remix:before {
  content: '\1F54F';
}

.entypo.db-logo:before {
  content: '\1F5F9';
}

.entypo.db-shape:before {
  content: '\1F5FA';
}

.entypo-social.github:before {
  content: '\F300';
}

.entypo-social.c-github:before {
  content: '\F301';
}

.entypo-social.flickr:before {
  content: '\F303';
}

.entypo-social.c-flickr:before {
  content: '\F304';
}

.entypo-social.vimeo:before {
  content: '\F306';
}

.entypo-social.c-vimeo:before {
  content: '\F307';
}

.entypo-social.twitter:before {
  content: '\F309';
}

.entypo-social.c-twitter:before {
  content: '\F30A';
}

.entypo-social.facebook:before {
  content: '\F30C';
}

.entypo-social.c-facebook:before {
  content: '\F30D';
}

.entypo-social.s-facebook:before {
  content: '\F30E';
}

.entypo-social.google + :before {
  content: '\F30F';
}

.entypo-social.c-google + :before {
  content: '\F310';
}

.entypo-social.pinterest:before {
  content: '\F312';
}

.entypo-social.c-pinterest:before {
  content: '\F313';
}

.entypo-social.tumblr:before {
  content: '\F315';
}

.entypo-social.c-tumblr:before {
  content: '\F316';
}

.entypo-social.linkedin:before {
  content: '\F318';
}

.entypo-social.c-linkedin:before {
  content: '\F319';
}

.entypo-social.dribbble:before {
  content: '\F31B';
}

.entypo-social.c-dribbble:before {
  content: '\F31C';
}

.entypo-social.stumbleupon:before {
  content: '\F31E';
}

.entypo-social.c-stumbleupon:before {
  content: '\F31F';
}

.entypo-social.lastfm:before {
  content: '\F321';
}

.entypo-social.c-lastfm:before {
  content: '\F322';
}

.entypo-social.rdio:before {
  content: '\F324';
}

.entypo-social.c-rdio:before {
  content: '\F325';
}

.entypo-social.spotify:before {
  content: '\F327';
}

.entypo-social.c-spotify:before {
  content: '\F328';
}

.entypo-social.qq:before {
  content: '\F32A';
}

.entypo-social.instagram:before {
  content: '\F32D';
}

.entypo-social.dropbox:before {
  content: '\F330';
}

.entypo-social.evernote:before {
  content: '\F333';
}

.entypo-social.flattr:before {
  content: '\F336';
}

.entypo-social.skype:before {
  content: '\F339';
}

.entypo-social.c-skype:before {
  content: '\F33A';
}

.entypo-social.renren:before {
  content: '\F33C';
}

.entypo-social.sina-weibo:before {
  content: '\F33F';
}

.entypo-social.paypal:before {
  content: '\F342';
}

.entypo-social.picasa:before {
  content: '\F345';
}

.entypo-social.soundcloud:before {
  content: '\F348';
}

.entypo-social.mixi:before {
  content: '\F34B';
}

.entypo-social.behance:before {
  content: '\F34E';
}

.entypo-social.google-circles:before {
  content: '\F351';
}

.entypo-social.vk:before {
  content: '\F354';
}

.entypo-social.smashing:before {
  content: '\F357';
}

body {
  font-family: 'Lora', serif;
  color: #333;
}

h1, h2, h3, h4 {
  font-family: 'Lato', sans-serif;
  font-weight: lighter;
  color: #333;
}

h1 {
  font-size: 2em;
}

h2 {
  font-size: 1.5em;
}

a {
  text-decoration: none;
}

ul {
  margin: 0 0;
}

#primary-nav .nav-item a {
  font-family: 'Lato', sans-serif;
}
#primary-nav .sub-nav {
  border: none;
}

#content {
  border: none;
  border-top: 1px solid #e1e1e1;
  padding: 1.42857em 0px !important;
}
#content:focus {
  outline: none;
}
#content #main-row {
  zoom: 1;
  margin-bottom: 20px;
  padding: 0em 0px;
  margin-bottom: 0.71429em;
}
#content #main-row:after {
  clear: both;
}
#content #main-row:before, #content #main-row:after {
  content: '\0020';
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}
#content #title-row {
  zoom: 1;
  margin-bottom: 20px;
}
#content #title-row:after {
  clear: both;
}
#content #title-row:before, #content #title-row:after {
  content: '\0020';
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}
#content #title-row .title {
  float: left;
  display: inline;
  margin-left: 10px;
  margin-right: 10px;
  width: 940px;
}
@media only screen and (max-width: 767px) {
  #content #title-row .title {
    margin: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 959px) {
  #content #title-row .title {
    width: 748px;
  }
}
@media only screen and (max-width: 767px) {
  #content #title-row .title {
    width: 300px;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  #content #title-row .title {
    width: 420px;
  }
}

.element-set h2 {
  font-size: 1em;
  text-transform: uppercase;
  margin-bottom: 0em;
}
.element-set .element {
  padding-bottom: 0.28571em;
  margin-bottom: 0.71429em;
  border-bottom: 1px solid #f2f2f2;
}
.element-set .element h3 {
  display: inline;
  font-size: 0.8em;
  font-family: 'Lato', sans-serif;
  font-weight: lighter;
  color: #999;
  text-transform: uppercase;
  margin-right: 0.28571em;
}
.element-set .element h3:after {
  content: "";
  font-family: "EntypoRegular";
  -webkit-font-smoothing: antialiased;
  font-size: 1.45rem;
  line-height: 0.5em;
  vertical-align: -2px;
  margin-right: 2px;
  margin-left: 1px;
  text-transform: none;
  -moz-user-select: -moz-none;
  -ms-user-select: none;
  -webkit-user-select: none;
  user-select: none;
}
.element-set .element .element-text {
  font-size: 1em;
  display: inline;
}

.items.show #title-row .title h2 {
  display: inline;
  font-size: 1.5em;
  font-weight: lighter;
  padding: 0em 0px;
  margin-bottom: 0em;
}
.items.show #title-row .title .collection {
  margin-left: 0.71429em;
  font-size: 0.9em;
}
.items.show #title-row .title .collection h3 {
  text-transform: lowercase;
  margin-right: 0;
}
.items.show #title-row .title .collection h3:after {
  vertical-align: -3px;
  margin-right: 0;
}
.items.show #item-metadata {
  float: left;
  display: inline;
  margin-left: 10px;
  margin-right: 10px;
  width: 400px;
  padding-left: 15px;
  margin-bottom: 1.42857em;
}
@media only screen and (max-width: 767px) {
  .items.show #item-metadata {
    margin: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 959px) {
  .items.show #item-metadata {
    width: 316px;
  }
}
@media only screen and (max-width: 767px) {
  .items.show #item-metadata {
    width: 300px;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .items.show #item-metadata {
    width: 420px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 959px) {
  .items.show #item-metadata {
    padding-left: 12px;
  }
}
@media only screen and (max-width: 767px) {
  .items.show #item-metadata {
    padding-left: 0;
  }
}
.items.show #item-media {
  float: left;
  display: inline;
  margin-left: 10px;
  margin-right: 10px;
  width: 520px;
  margin-bottom: 1.42857em;
}
@media only screen and (max-width: 767px) {
  .items.show #item-media {
    margin: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 959px) {
  .items.show #item-media {
    width: 412px;
  }
}
@media only screen and (max-width: 767px) {
  .items.show #item-media {
    width: 300px;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .items.show #item-media {
    width: 420px;
  }
}
.items.show #item-media #seadragon-wrapper {
  height: 520px;
}
@media only screen and (min-width: 768px) and (max-width: 959px) {
  .items.show #item-media #seadragon-wrapper {
    height: 412px;
  }
}
.items.show #item-media #seadragon-wrapper {
  margin-bottom: 0.71429em;
}
.items.show #item-media #seadragon-wrapper #seadragon-viewer {
  width: 100%;
  height: 100%;
  -moz-box-shadow: #eee 1px 1px 6px inset;
  -webkit-box-shadow: #eee 1px 1px 6px inset;
  box-shadow: #eee 1px 1px 6px inset;
  background-color: #fcfcfc;
}
.items.show #item-media .player-wrapper {
  width: 100%;
  -moz-box-shadow: #eee 1px 1px 6px inset;
  -webkit-box-shadow: #eee 1px 1px 6px inset;
  box-shadow: #eee 1px 1px 6px inset;
  background-color: #fcfcfc;
  margin-bottom: 0.71429em;
}
.items.show #item-media .player-wrapper audio {
  width: 100%;
}
.items.show #item-metadata #dublin-core-title {
  display: none;
}
.items.show #title-row .element-set {
  display: inline;
}
.items.show #title-row .element-set #collection {
  display: none;
}
.items.show #title-row .element-set #collection h3 {
  display: inline;
}
.items.show #item-media #oral-history-item-type-metadata-transcription a.download-transcription {
  float: right;
  font-size: 0.9em;
  font-family: 'Lato', sans-serif;
  font-weight: lighter;
}
.items.show #item-media #oral-history-item-type-metadata-transcription a.download-transcription:before {
  content: "📥";
  font-family: "EntypoRegular";
  -webkit-font-smoothing: antialiased;
  font-size: 1.45rem;
  line-height: 0.5em;
  vertical-align: -2px;
  margin-right: 2px;
  margin-left: 1px;
  text-transform: none;
  -moz-user-select: -moz-none;
  -ms-user-select: none;
  -webkit-user-select: none;
  user-select: none;
}
.items.show #item-media #oral-history-item-type-metadata-transcription .element-text {
  display: block;
}
.items.show #item-metadata #oral-history-item-type-metadata-transcription {
  display: none;
}
.items.show #item-citation.element .element-text {
  font-size: 0.8em;
  line-height: 0.8em;
}
.items.show #collection.element .element-text ul {
  display: inline;
}
.items.show #collection.element .element-text li {
  display: inline;
}
.items.show #collection.element .element-text li:before {
  content: "▸";
  font-family: "EntypoRegular";
  -webkit-font-smoothing: antialiased;
  font-size: 1.45rem;
  line-height: 0.5em;
  vertical-align: -2px;
  margin-right: 2px;
  margin-left: 1px;
  text-transform: none;
  -moz-user-select: -moz-none;
  -ms-user-select: none;
  -webkit-user-select: none;
  user-select: none;
}
.items.show #collection.element .element-text > ul > li:before {
  content: none;
}
.items.show #item-files.element-set .element {
  border-bottom: none;
}
.items.show #item-files.element-set h3 {
  -moz-user-select: -moz-none;
  -ms-user-select: none;
  -webkit-user-select: none;
  user-select: none;
  cursor: pointer;
}
.items.show #item-files.element-set h3:after {
  content: "";
  font-family: "EntypoRegular";
  -webkit-font-smoothing: antialiased;
  font-size: 2rem;
  line-height: 0.5em;
  vertical-align: -4px;
  margin-right: 5px;
  text-transform: none;
  -moz-user-select: -moz-none;
  -ms-user-select: none;
  -webkit-user-select: none;
  user-select: none;
}
.items.show #item-files.element-set ul {
  display: none;
  list-style: circle;
  list-style-type: circle;
  padding: 0 15px;
}
.items.show #item-files.element-set ul li {
  padding: 0px;
}

.mejs-container {
  background: #333;
}
.mejs-container .mejs-inner .mejs-controls {
  -moz-box-shadow: #ccc 0px 0px 3px inset;
  -webkit-box-shadow: #ccc 0px 0px 3px inset;
  box-shadow: #ccc 0px 0px 3px inset;
  background: #f5f5f5;
}
.mejs-container .mejs-inner .mejs-controls div {
  font-family: sans-serif;
  color: #333;
}
.mejs-container .mejs-inner .mejs-controls .mejs-button button {
  background: none;
  color: #333;
  outline: none;
}
.mejs-container .mejs-inner .mejs-controls .mejs-playpause-button button {
  margin: 7px 0 0 11px;
}
.mejs-container .mejs-inner .mejs-controls .mejs-playpause-button.mejs-play button:after {
  content: "▶";
  font-family: "EntypoRegular";
  -webkit-font-smoothing: antialiased;
  font-size: 2rem;
  line-height: 0.5em;
  vertical-align: -4px;
  margin-right: 5px;
  text-transform: none;
  -moz-user-select: -moz-none;
  -ms-user-select: none;
  -webkit-user-select: none;
  user-select: none;
}
.mejs-container .mejs-inner .mejs-controls .mejs-playpause-button.mejs-pause button:after {
  content: "‖";
  font-family: "EntypoRegular";
  -webkit-font-smoothing: antialiased;
  font-size: 2rem;
  line-height: 0.5em;
  vertical-align: -4px;
  margin-right: 5px;
  text-transform: none;
  -moz-user-select: -moz-none;
  -ms-user-select: none;
  -webkit-user-select: none;
  user-select: none;
}
.mejs-container .mejs-inner .mejs-controls .mejs-time-rail span {
  border-radius: 0;
}
.mejs-container .mejs-inner .mejs-controls .mejs-time-rail .mejs-time-total.mejs-time-slider {
  outline: none;
  background: #333;
}
.mejs-container .mejs-inner .mejs-controls .mejs-time-rail .mejs-time-total.mejs-time-slider .mejs-time-current {
  background: #ccc;
}
.mejs-container .mejs-inner .mejs-controls .mejs-time-rail .mejs-time-total.mejs-time-slider .mejs-time-loaded {
  background: #333;
}
.mejs-container .mejs-inner .mejs-controls .mejs-volume-button {
  width: 24px;
}
.mejs-container .mejs-inner .mejs-controls .mejs-volume-button button {
  margin: 7px 0px 0px 1px;
}
.mejs-container .mejs-inner .mejs-controls .mejs-volume-button.mejs-mute button:after {
  content: "⏷";
  font-family: "EntypoRegular";
  -webkit-font-smoothing: antialiased;
  font-size: 2rem;
  line-height: 0.5em;
  vertical-align: -4px;
  margin-right: 5px;
  text-transform: none;
  -moz-user-select: -moz-none;
  -ms-user-select: none;
  -webkit-user-select: none;
  user-select: none;
}
.mejs-container .mejs-inner .mejs-controls .mejs-volume-button.mejs-unmute button:after {
  content: "🔇";
  font-family: "EntypoRegular";
  -webkit-font-smoothing: antialiased;
  font-size: 2rem;
  line-height: 0.5em;
  vertical-align: -4px;
  margin-right: 5px;
  text-transform: none;
  -moz-user-select: -moz-none;
  -ms-user-select: none;
  -webkit-user-select: none;
  user-select: none;
}
.mejs-container .mejs-inner .mejs-controls a.mejs-horizontal-volume-slider .mejs-horizontal-volume-total {
  border-radius: 0;
}
.mejs-container .mejs-inner .mejs-controls a.mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
  background: #ccc;
  border-radius: 0;
}
.mejs-container .mejs-inner .mejs-controls .mejs-fullscreen-button button {
  background: none;
  color: #333;
  margin: 6px 0px;
  outline: none;
}
.mejs-container .mejs-inner .mejs-controls .mejs-fullscreen-button button:after {
  content: "";
  font-family: "EntypoRegular";
  -webkit-font-smoothing: antialiased;
  font-size: 2rem;
  line-height: 0.5em;
  vertical-align: -4px;
  margin-right: 5px;
  text-transform: none;
  -moz-user-select: -moz-none;
  -ms-user-select: none;
  -webkit-user-select: none;
  user-select: none;
}
.mejs-container .mejs-inner .mejs-controls .mejs-fullscreen-button.mejs-unfullscreen button:after {
  content: "";
  font-family: "EntypoRegular";
  -webkit-font-smoothing: antialiased;
  font-size: 2rem;
  line-height: 0.5em;
  vertical-align: -4px;
  margin-right: 5px;
  text-transform: none;
  -moz-user-select: -moz-none;
  -ms-user-select: none;
  -webkit-user-select: none;
  user-select: none;
}
