/*! 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.
 */
/* line 9, sass/_normalize.scss */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove default margin.
 */
/* line 19, sass/_normalize.scss */
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.
 */
/* line 33, sass/_normalize.scss */
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.
 */
/* line 54, sass/_normalize.scss */
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.
 */
/* line 67, sass/_normalize.scss */
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.
 */
/* line 77, sass/_normalize.scss */
[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
/* line 89, sass/_normalize.scss */
a {
  background-color: transparent;
}

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

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

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

/**
 * Address styling not present in Safari and Chrome.
 */
/* line 126, sass/_normalize.scss */
dfn {
  font-style: italic;
}

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

/**
 * Address styling not present in IE 8/9.
 */
/* line 144, sass/_normalize.scss */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
/* line 153, sass/_normalize.scss */
small {
  font-size: 80%;
}

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

/* line 169, sass/_normalize.scss */
sup {
  top: -0.5em;
}

/* line 173, sass/_normalize.scss */
sub {
  bottom: -0.25em;
}

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

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
/* line 192, sass/_normalize.scss */
svg:not(:root) {
  overflow: hidden;
}

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

/**
 * Address differences between Firefox and other browsers.
 */
/* line 211, sass/_normalize.scss */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
/* line 221, sass/_normalize.scss */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
/* line 229, sass/_normalize.scss */
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.
 */
/* line 252, sass/_normalize.scss */
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.
 */
/* line 266, sass/_normalize.scss */
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.
 */
/* line 277, sass/_normalize.scss */
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.
 */
/* line 290, sass/_normalize.scss */
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.
 */
/* line 302, sass/_normalize.scss */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
/* line 311, sass/_normalize.scss */
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.
 */
/* line 322, sass/_normalize.scss */
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.
 */
/* line 334, sass/_normalize.scss */
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`.
 */
/* line 346, sass/_normalize.scss */
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).
 */
/* line 357, sass/_normalize.scss */
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).
 */
/* line 370, sass/_normalize.scss */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
/* line 379, sass/_normalize.scss */
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.
 */
/* line 390, sass/_normalize.scss */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
/* line 399, sass/_normalize.scss */
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.
 */
/* line 408, sass/_normalize.scss */
optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
/* line 419, sass/_normalize.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 424, sass/_normalize.scss */
td,
th {
  padding: 0;
}

/*! 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.
 */
/* line 9, sass/_normalize.scss */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove default margin.
 */
/* line 19, sass/_normalize.scss */
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.
 */
/* line 33, sass/_normalize.scss */
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.
 */
/* line 54, sass/_normalize.scss */
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.
 */
/* line 67, sass/_normalize.scss */
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.
 */
/* line 77, sass/_normalize.scss */
[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
/* line 89, sass/_normalize.scss */
a {
  background-color: transparent;
}

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

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

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

/**
 * Address styling not present in Safari and Chrome.
 */
/* line 126, sass/_normalize.scss */
dfn {
  font-style: italic;
}

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

/**
 * Address styling not present in IE 8/9.
 */
/* line 144, sass/_normalize.scss */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
/* line 153, sass/_normalize.scss */
small {
  font-size: 80%;
}

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

/* line 169, sass/_normalize.scss */
sup {
  top: -0.5em;
}

/* line 173, sass/_normalize.scss */
sub {
  bottom: -0.25em;
}

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

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
/* line 192, sass/_normalize.scss */
svg:not(:root) {
  overflow: hidden;
}

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

/**
 * Address differences between Firefox and other browsers.
 */
/* line 211, sass/_normalize.scss */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
/* line 221, sass/_normalize.scss */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
/* line 229, sass/_normalize.scss */
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.
 */
/* line 252, sass/_normalize.scss */
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.
 */
/* line 266, sass/_normalize.scss */
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.
 */
/* line 277, sass/_normalize.scss */
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.
 */
/* line 290, sass/_normalize.scss */
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.
 */
/* line 302, sass/_normalize.scss */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
/* line 311, sass/_normalize.scss */
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.
 */
/* line 322, sass/_normalize.scss */
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.
 */
/* line 334, sass/_normalize.scss */
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`.
 */
/* line 346, sass/_normalize.scss */
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).
 */
/* line 357, sass/_normalize.scss */
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).
 */
/* line 370, sass/_normalize.scss */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
/* line 379, sass/_normalize.scss */
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.
 */
/* line 390, sass/_normalize.scss */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
/* line 399, sass/_normalize.scss */
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.
 */
/* line 408, sass/_normalize.scss */
optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
/* line 419, sass/_normalize.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 424, sass/_normalize.scss */
td,
th {
  padding: 0;
}

@media screen {
  /* line 21, ../../../../../../lib/gems/1.9.1/gems/susy-2.2.6/sass/susy/language/susy/_box-sizing.scss */
  html *, html *:before, html *:after {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }

  /* line 4, sass/_screen.scss */
  * {
    box-sizing: inherit;
  }

  /* line 6, sass/_screen.scss */
  body {
    font-family: Arial, sans-serif;
    color: #766a62;
    font-size: 16px;
    line-height: 24px;
  }
  /* line 12, sass/_screen.scss */
  body p {
    margin: 0 0 10px;
  }

  /* line 17, sass/_screen.scss */
  header, #content, footer {
    *zoom: 1;
    padding-left: 8.47458%;
    padding-right: 8.47458%;
  }
  /* line 38, ../../../../../../lib/gems/1.9.1/gems/compass-core-1.0.3/stylesheets/compass/utilities/general/_clearfix.scss */
  header:after, #content:after, footer:after {
    content: "";
    display: table;
    clear: both;
  }

  /* line 22, sass/_screen.scss */
  div, nav {
    *zoom: 1;
  }
  /* line 38, ../../../../../../lib/gems/1.9.1/gems/compass-core-1.0.3/stylesheets/compass/utilities/general/_clearfix.scss */
  div:after, nav:after {
    content: "";
    display: table;
    clear: both;
  }

  /* line 26, sass/_screen.scss */
  ul {
    margin: 0;
  }

  /* line 30, sass/_screen.scss */
  nav ul {
    list-style: none;
    padding: 0;
  }

  /* line 35, sass/_screen.scss */
  .clear {
    clear: both;
  }

  /* line 39, sass/_screen.scss */
  .right {
    float: right;
    margin-left: 10px;
  }

  /* line 44, sass/_screen.scss */
  .left {
    float: left;
    margin-right: 10px;
  }

  /* line 49, sass/_screen.scss */
  .ital {
    font-style: italic;
  }

  /* line 53, sass/_screen.scss */
  .hidden {
    display: none;
  }

  /* line 57, sass/_screen.scss */
  .large-4 {
    width: 32.20339%;
    float: left;
    margin-right: 1.69492%;
  }

  /* line 61, sass/_screen.scss */
  .large-4.last {
    width: 32.20339%;
    float: right;
    margin-right: 0;
  }

  /* line 65, sass/_screen.scss */
  h1, h2, h3, h4, h5, h6 {
    font-family: 'Lato', sans-serif;
    font-weight: normal;
    margin: 0 0 .25em;
  }

  /* line 71, sass/_screen.scss */
  h2, h3, h4, h5, h6 {
    color: #007f24;
  }

  /* line 75, sass/_screen.scss */
  h2 {
    font-size: 37px;
    line-height: 37px;
  }

  /* line 80, sass/_screen.scss */
  h3 {
    font-size: 27px;
    line-height: 27px;
  }

  /* line 85, sass/_screen.scss */
  h5 {
    font-size: 16px;
    line-height: 16px;
  }

  /* line 90, sass/_screen.scss */
  a {
    text-decoration: none;
  }

  /* line 94, sass/_screen.scss */
  #top-nav {
    width: 66.10169%;
    float: left;
    margin-right: 1.69492%;
  }

  /* line 98, sass/_screen.scss */
  #mobile-nav, .mobile-secondary-nav {
    display: none;
  }

  /* line 102, sass/_screen.scss */
  #search-container {
    width: 32.20339%;
    float: right;
    margin-right: 0;
  }

  /* line 106, sass/_screen.scss */
  #site-title {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
  }

  /* line 110, sass/_screen.scss */
  #site-title, #site-title a, h1 a, h1 a:hover, h4 a, h4 a:hover {
    color: #663b29;
  }

  /* line 114, sass/_screen.scss */
  #site-title {
    padding-top: 15px;
    padding-bottom: 15px;
    margin-bottom: 25px;
  }
  /* line 119, sass/_screen.scss */
  #site-title h1 {
    font-size: 64px;
    line-height: 51.6px;
  }
  /* line 124, sass/_screen.scss */
  #site-title h4 {
    font-size: 23px;
  }

  /* line 130, sass/_screen.scss */
  .exhibits #site-title {
    border-bottom: 5px solid #cc0000;
  }

  /* line 134, sass/_screen.scss */
  .standard #site-title, .items.show #site-title {
    border-bottom: 5px solid #007f24;
  }

  /* line 138, sass/_screen.scss */
  .collections-page {
    border-bottom: 5px solid #007f24;
  }

  /* line 142, sass/_screen.scss */
  .map #site-title {
    border-bottom: 5px solid #fcc32b;
  }

  /* line 146, sass/_screen.scss */
  .stories #site-title {
    border-bottom: 5px solid #065180;
  }

  /* line 150, sass/_screen.scss */
  .search #site-title, #about #site-title {
    border-bottom: 5px solid #663b29;
  }

  /* line 155, sass/_screen.scss */
  a {
    color: #065180;
  }

  /* line 159, sass/_screen.scss */
  a:hover {
    color: #4799CC;
  }

  /* line 163, sass/_screen.scss */
  .accordion dd > a {
    background: rgba(0, 127, 36, 0.75);
    color: #fff;
  }

  /* line 168, sass/_screen.scss */
  .accordion dd > a:hover {
    background: #007f24;
    color: #fff;
  }

  /* line 173, sass/_screen.scss */
  .accordion dd.active > a {
    background: #007f24;
    color: #fff;
  }

  /* line 178, sass/_screen.scss */
  .row {
    max-width: 1200px;
  }

  /* line 182, sass/_screen.scss */
  header {
    padding-top: 10px;
    padding-bottom: 10px;
    /* Background pattern from subtlepatterns.com */
    background: url(../images/gradient.png) bottom repeat-x, url(../images/sos.png);
  }

  /* line 189, sass/_screen.scss */
  #site-title h1, #site-title h4 {
    display: inline;
  }

  /* line 193, sass/_screen.scss */
  #site-title h4 {
    font-style: italic;
  }

  /* line 197, sass/_screen.scss */
  .top-bar {
    background: none;
  }

  /* line 201, sass/_screen.scss */
  #top-nav {
    margin-top: -10px;
  }

  /* line 205, sass/_screen.scss */
  #top-nav ul {
    list-style-type: none;
    margin: 0 auto 1.0625rem auto;
    margin-left: 0;
    margin-right: 0;
    padding: 0;
    list-style: none;
  }

  /* line 214, sass/_screen.scss */
  #top-nav ul li {
    list-style: none;
    float: left;
    display: block;
    padding-left: 1rem;
    border-right: 1px solid #663b29;
    width: 100px;
    padding-top: 5px;
  }

  /* line 224, sass/_screen.scss */
  #top-nav > ul > li > * {
    display: block;
  }

  /* line 230, sass/_screen.scss */
  #top-nav ul li a {
    background: url(../images/liberia-icons/icon-sprite.png) top left no-repeat;
    padding: 60px 10px 0 0;
  }
  /* line 235, sass/_screen.scss */
  #top-nav ul li.map:hover, #top-nav ul li.map.active {
    display: block;
    border-top: 5px solid #fcc32b;
    padding-top: 0px;
  }
  /* line 241, sass/_screen.scss */
  #top-nav ul li.exhibits a {
    background-position: 0 -120px;
  }
  /* line 245, sass/_screen.scss */
  #top-nav ul li.exhibits:hover, #top-nav ul li.exhibits.active {
    border-top: 5px solid #cc0000;
    padding-top: 0px;
  }
  /* line 250, sass/_screen.scss */
  #top-nav ul li.collections a {
    background-position: 0 -240px;
  }
  /* line 254, sass/_screen.scss */
  #top-nav ul li.collections:hover {
    border-top: 5px solid #007f24;
    padding-top: 0px;
  }
  /* line 259, sass/_screen.scss */
  #top-nav ul li.stories a {
    background-position: 0 -367px;
  }
  /* line 263, sass/_screen.scss */
  #top-nav ul li.stories:hover, #top-nav ul li.stories.active {
    border-top: 5px solid #065180;
    padding-top: 0px;
  }
  /* line 268, sass/_screen.scss */
  #top-nav ul li.share a {
    background-position: 0 -503px;
  }
  /* line 272, sass/_screen.scss */
  #top-nav ul li.share:hover, #top-nav ul li.share.active {
    border-top: 5px solid #000000;
    padding-top: 0px;
  }
  /* line 277, sass/_screen.scss */
  #top-nav ul li.about a {
    background-position: 0 -630px;
  }
  /* line 281, sass/_screen.scss */
  #top-nav ul li.about:hover, #top-nav ul li.about.active {
    border-top: 5px solid #663b29;
    padding-top: 0px;
  }

  /* line 288, sass/_screen.scss */
  body.standard #top-nav ul li.collections:hover, body.standard #top-nav ul li.collections.active {
    border-top: 5px solid #007f24;
    padding-top: 0px;
  }

  /* line 293, sass/_screen.scss */
  #search-container {
    padding-top: 40px;
  }
  /* line 296, sass/_screen.scss */
  #search-container input {
    width: 100%;
  }
  /* line 300, sass/_screen.scss */
  #search-container button {
    display: none;
  }

  /* line 306, sass/_screen.scss */
  #content {
    clear: both;
    margin-top: 10px;
    overflow: hidden;
  }

  /* line 316, sass/_screen.scss */
  #main {
    clear: both;
  }

  /*Home Page*/
  /* line 323, sass/_screen.scss */
  #home #about {
    width: 32.20339%;
    float: left;
    margin-right: 1.69492%;
  }

  /* line 327, sass/_screen.scss */
  #home-map {
    width: 66.10169%;
    float: right;
    margin-right: 0;
  }
  /* line 330, sass/_screen.scss */
  #home-map img {
    width: 100%;
  }

  /* line 335, sass/_screen.scss */
  #portals {
    clear: both;
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
  }

  /* line 340, sass/_screen.scss */
  .portal-wrap {
    padding: 6%;
    background-color: #ededed;
  }

  /* line 345, sass/_screen.scss */
  #home-map, .map-show {
    border-top: 5px solid #fcc32b;
    margin-top: 8px;
  }

  /* line 350, sass/_screen.scss */
  .portal {
    width: 100%;
    height: 100%;
    background-size: cover;
    overflow: hidden;
    margin: 0;
  }

  /* line 358, sass/_screen.scss */
  .overlay {
    background: rgba(0, 0, 0, 0.75);
    text-align: center;
    padding: 140px 0;
    opacity: 0.5;
    -webkit-transition: opacity .25s ease;
    -moz-transition: opacity .25s ease;
  }

  /* line 367, sass/_screen.scss */
  .portal:hover .overlay {
    opacity: 1;
  }

  /* line 371, sass/_screen.scss */
  .overlay-text {
    font-variant: small-caps;
    font-size: 4rem;
    font-size: 4vw;
    color: #ededed;
  }

  /* line 378, sass/_screen.scss */
  #exhibits-portal {
    background-image: url(../images/blanket.jpg);
  }

  /* line 382, sass/_screen.scss */
  #exhibits-portal-wrap {
    border-top: 5px solid #cc0000;
    margin-top: 8px;
  }

  /* line 387, sass/_screen.scss */
  #collections-portal {
    background-image: url(../images/collections_collage.png);
  }

  /* line 391, sass/_screen.scss */
  #collections-portal-wrap {
    border-top: 5px solid #007f24;
    margin-top: 8px;
  }

  /* line 396, sass/_screen.scss */
  #stories-portal-wrap {
    border-top: 5px solid #000000;
    margin-top: 8px;
  }

  /* line 401, sass/_screen.scss */
  #stories-portal {
    background-image: url(../images/web.jpg);
  }

  /*.portal {
      border-top:5px solid #fcc32b;
      padding:20px;
      background-color:#ededed;    
  }*/
  /* Items Browse */
  /* line 412, sass/_screen.scss */
  .items-list {
    clear: both;
    padding-top: 20px;
  }
  /* line 416, sass/_screen.scss */
  .items-list ul {
    list-style: none;
  }

  /* line 421, sass/_screen.scss */
  .page-info {
    width: 40.67797%;
    float: left;
    margin-right: 1.69492%;
  }
  /* line 424, sass/_screen.scss */
  .page-info h3 {
    display: none;
  }

  /* line 429, sass/_screen.scss */
  .stories .page-info {
    width: 57.62712%;
    float: left;
    margin-right: 1.69492%;
  }

  /* line 435, sass/_screen.scss */
  .standard .items-nav.secondary-nav ul {
    float: right;
  }
  /* line 439, sass/_screen.scss */
  .standard .items-nav.secondary-nav li {
    float: left;
  }
  /* line 442, sass/_screen.scss */
  .standard .items-nav.secondary-nav li a {
    display: block;
    text-align: center;
    padding: 1rem 1.4rem;
    background: rgba(0, 127, 36, 0.75);
    color: #fff;
  }
  /* line 450, sass/_screen.scss */
  .standard .items-nav.secondary-nav li a:hover, .standard .items-nav.secondary-nav li a.current {
    background: #007f24;
  }

  /* line 456, sass/_screen.scss */
  .item-filter {
    width: 57.62712%;
    float: right;
    margin-right: 0;
  }

  /* line 460, sass/_screen.scss */
  #sort-links {
    clear: both;
    width: 23.72881%;
    float: right;
    margin-right: 0;
    margin-top: 1em;
    text-align: right;
  }
  /* line 465, sass/_screen.scss */
  #sort-links .sort-label {
    display: inline-block;
  }
  /* line 469, sass/_screen.scss */
  #sort-links #sort-links-list {
    display: inline-block;
    margin-left: 3px;
  }
  /* line 474, sass/_screen.scss */
  #sort-links ul {
    padding-left: 0;
    list-style-type: none;
  }
  /* line 478, sass/_screen.scss */
  #sort-links ul li {
    padding-left: 10px;
    display: inline-block;
  }
  /* line 483, sass/_screen.scss */
  #sort-links ul li:first-child {
    padding-left: 0;
  }
  /* line 489, sass/_screen.scss */
  #sort-links .desc a:after, #sort-links .asc a:after {
    font-family: "FontAwesome";
    display: inline-block;
    height: 0;
    width: 0;
    margin-right: 10px;
  }
  /* line 497, sass/_screen.scss */
  #sort-links .desc a:after {
    content: "\00a0\f0d8";
  }
  /* line 501, sass/_screen.scss */
  #sort-links .asc a:after {
    content: "\00a0\f0d7";
  }

  /* line 506, sass/_screen.scss */
  .item-themes {
    width: 32.20339%;
    float: right;
    margin-right: 0;
    margin-top: .5rem;
  }
  /* line 510, sass/_screen.scss */
  .item-themes form, .item-themes select {
    max-width: 100%;
  }
  /* line 514, sass/_screen.scss */
  .item-themes select {
    text-align: center;
    display: block;
  }

  /* line 523, sass/_screen.scss */
  .photos .items-list ul {
    padding: 0;
  }

  /* line 527, sass/_screen.scss */
  .photos .item-img {
    width: 15.25424%;
    float: left;
    margin-right: 1.69492%;
  }
  /* line 529, sass/_screen.scss */
  .photos .item-img:nth-child(6n) {
    width: 15.25424%;
    float: right;
    margin-right: 0;
  }
  /* line 533, sass/_screen.scss */
  .photos .item-img img {
    width: 100%;
  }

  /* line 538, sass/_screen.scss */
  .films .item-img {
    width: 23.72881%;
    float: left;
    margin-right: 1.69492%;
  }
  /* line 540, sass/_screen.scss */
  .films .item-img:nth-child(4n) {
    width: 23.72881%;
    float: right;
    margin-right: 0;
  }
  /* line 544, sass/_screen.scss */
  .films .item-img img {
    width: 100%;
  }

  /* line 556, sass/_screen.scss */
  #outputs {
    clear: both;
    margin-top: 10px;
    padding-top: 10px;
    border-top: 1px solid #ededed;
  }

  /* line 563, sass/_screen.scss */
  .documents .item, .stories .item, .search .item, .browse.all .item {
    border: 2px solid #f1f1f2;
    margin-bottom: 1rem;
    padding: 10px;
    background: #FCFCFD;
  }
  /* line 569, sass/_screen.scss */
  .documents .item h5, .stories .item h5, .search .item h5, .browse.all .item h5 {
    margin-bottom: 0.5rem;
  }
  /* line 573, sass/_screen.scss */
  .documents .item .item-img, .stories .item .item-img, .search .item .item-img, .browse.all .item .item-img {
    display: block;
    float: left;
    margin-right: 10px;
    width: 15.25424%;
    float: left;
    margin-right: 1.69492%;
  }
  /* line 579, sass/_screen.scss */
  .documents .item .item-img img, .stories .item .item-img img, .search .item .item-img img, .browse.all .item .item-img img {
    width: 100%;
  }

  /* Items Show */
  /* line 600, sass/_screen.scss */
  .element {
    margin-bottom: 1.25rem;
  }

  /* line 604, sass/_screen.scss */
  .element-text {
    font-style: italic;
  }

  /* line 608, sass/_screen.scss */
  .items.show #primary {
    width: 66.10169%;
    float: left;
    margin-right: 1.69492%;
  }

  /* line 612, sass/_screen.scss */
  .items.show #secondary {
    width: 32.20339%;
    float: right;
    margin-right: 0;
    padding-left: 10px;
  }

  /* line 617, sass/_screen.scss */
  .item-files {
    margin-top: 2rem;
  }

  /* line 621, sass/_screen.scss */
  #secondary-metadata {
    display: none;
  }

  /* line 625, sass/_screen.scss */
  .more-info {
    display: block;
    width: 100%;
    text-align: left;
    background: #007f24;
    color: #fff;
    padding: 1rem;
    border: none;
    margin-bottom: 1rem;
  }

  /* line 636, sass/_screen.scss */
  .more-info:hover {
    color: #fff;
    border-top: 1px solid #ededed;
  }

  /* line 640, sass/_screen.scss */
  #itemfiles {
    margin-top: 2rem;
  }
  /* line 643, sass/_screen.scss */
  #itemfiles .item-file {
    padding: 20px;
    background: #ededed;
    margin-bottom: 10px;
  }
  /* line 648, sass/_screen.scss */
  #itemfiles .item-file img {
    max-width: 100%;
  }

  /* line 654, sass/_screen.scss */
  .item-pagination, .pagination {
    clear: both;
    border-top: 1px solid #ededed;
    padding-top: 10px;
  }
  /* line 659, sass/_screen.scss */
  .item-pagination #previous-item, .item-pagination .pagination_previous, .pagination #previous-item, .pagination .pagination_previous {
    float: left;
  }
  /* line 662, sass/_screen.scss */
  .item-pagination #next-item, .item-pagination .pagination_next, .pagination #next-item, .pagination .pagination_next {
    float: right;
  }
  /* line 666, sass/_screen.scss */
  .item-pagination .page-input, .pagination .page-input {
    display: none;
  }

  /* line 671, sass/_screen.scss */
  .customHtml {
    padding-top: 10px;
  }
  /* line 674, sass/_screen.scss */
  .customHtml h3, .customHtml a {
    color: #fff;
  }

  /* Items Show */
  /* line 680, sass/_screen.scss */
  .show h3 {
    font-variant: small-caps;
  }

  /* line 685, sass/_screen.scss */
  .show #secondary ul {
    list-style: none;
    padding-left: 0;
  }

  /* line 690, sass/_screen.scss */
  .locations {
    border-top: 5px solid #fcc32b;
    padding-top: 5px;
  }

  /* line 695, sass/_screen.scss */
  .themes {
    margin-top: 20px;
    border-top: 5px solid #065180;
    padding-top: 5px;
  }

  /* line 701, sass/_screen.scss */
  .item-entry {
    padding: 0 -10px;
  }

  /* line 705, sass/_screen.scss */
  .item-entry.last {
    margin-right: 0;
  }

  /* line 709, sass/_screen.scss */
  .item-entry-text {
    border-bottom: 2px solid #f1f1f2;
    border-left: 2px solid #f1f1f2;
    border-right: 2px solid #f1f1f2;
    padding: 0 0.625rem 1.25rem;
    display: block;
  }

  /* line 717, sass/_screen.scss */
  .item-entry h5 {
    margin-top: 0;
    padding-top: 5px;
  }

  /* line 722, sass/_screen.scss */
  .item-entry p {
    margin: 0;
  }

  /* Search */
  /* line 730, sass/_screen.scss */
  .search #main #search-filters {
    display: none;
  }

  /* Contribution */
  /* line 739, sass/_screen.scss */
  .contribution .explanation {
    display: none;
  }
  /* line 743, sass/_screen.scss */
  .contribution .field {
    padding: 5px 0;
  }

  /* Exhibits */
  /* line 752, sass/_screen.scss */
  .item-entry {
    margin: 0 1em 1em 0;
  }

  /* line 756, sass/_screen.scss */
  div.exhibit {
    width: 32.20339%;
    float: left;
    margin-right: 1.69492%;
    margin-bottom: 20px;
  }
  /* line 758, sass/_screen.scss */
  div.exhibit:nth-child(3n) {
    width: 32.20339%;
    float: right;
    margin-right: 0;
  }
  /* line 763, sass/_screen.scss */
  div.exhibit .exhibit-image {
    width: 100%;
    min-height: 300px;
    background-size: cover;
    overflow: hidden;
  }
  /* line 769, sass/_screen.scss */
  div.exhibit .exhibit-image a {
    display: block;
    height: 300px;
    width: 100%;
  }
  /* line 776, sass/_screen.scss */
  div.exhibit .exhibit-text {
    border-bottom: 2px solid #f1f1f2;
    border-left: 2px solid #f1f1f2;
    border-right: 2px solid #f1f1f2;
    padding: 0 0.625rem 1.25rem;
    display: block;
  }
  /* line 783, sass/_screen.scss */
  div.exhibit .exhibit-text h2 {
    font-size: 18px;
    padding-top: 5px;
  }

  /* line 792, sass/_screen.scss */
  #exhibit-pages h4 {
    font-size: 18px;
  }
  /* line 795, sass/_screen.scss */
  #exhibit-pages h4 a, #exhibit-pages a {
    padding: 2px 5px;
  }
  /* line 799, sass/_screen.scss */
  #exhibit-pages ul li {
    width: 100%;
    margin-bottom: .5em;
  }
  /* line 803, sass/_screen.scss */
  #exhibit-pages ul li > ul {
    border-left: 1px solid #cc0000;
  }
  /* line 806, sass/_screen.scss */
  #exhibit-pages ul li > ul > li {
    margin-bottom: 0;
  }
  /* line 811, sass/_screen.scss */
  #exhibit-pages ul li a {
    display: block;
    border-bottom: 1px solid #cc0000;
  }
  /* line 816, sass/_screen.scss */
  #exhibit-pages ul li a:hover {
    background: rgba(204, 0, 0, 0.75);
    color: #fff;
  }
  /* line 821, sass/_screen.scss */
  #exhibit-pages ul li.current > a {
    background: rgba(204, 0, 0, 0.75);
    color: #fff;
  }

  /* line 828, sass/_screen.scss */
  #mobile-exhibit-pages {
    display: none;
  }

  /* line 834, sass/_screen.scss */
  .exhibits #main #primary, .exhibits #main #exhibit-blocks {
    width: 74.57627%;
    float: left;
    margin-right: 1.69492%;
  }
  /* line 837, sass/_screen.scss */
  .exhibits #main #primary .representative-image, .exhibits #main #exhibit-blocks .representative-image {
    width: 23.72881%;
    float: left;
    margin-right: 1.69492%;
  }
  /* line 840, sass/_screen.scss */
  .exhibits #main #primary .representative-image img, .exhibits #main #exhibit-blocks .representative-image img {
    width: 100%;
  }
  /* line 846, sass/_screen.scss */
  .exhibits #main #exhibit-pages {
    width: 23.72881%;
    float: right;
    margin-right: 0;
  }

  /* line 852, sass/_screen.scss */
  .collections-page .tabs-content {
    clear: both;
    margin-top: 1rem;
  }

  /* line 857, sass/_screen.scss */
  div#panel3 > div > div {
    border: 2px solid #f1f1f2;
  }

  /* line 861, sass/_screen.scss */
  .tabs dd.active > a {
    background: #007f24;
  }

  /* line 865, sass/_screen.scss */
  .tabs dd > a {
    background: rgba(0, 127, 36, 0.75);
    color: #fff;
  }

  /* line 870, sass/_screen.scss */
  .tabs dd > a:hover {
    background: #007f24;
  }

  /* line 874, sass/_screen.scss */
  .stories-page #filter .button {
    background: rgba(6, 81, 128, 0.75);
  }

  /* line 877, sass/_screen.scss */
  .stories-page #filter .button:hover {
    background: #065180;
  }

  /* line 881, sass/_screen.scss */
  .stories-page div.items > div > div {
    border: 2px solid #f1f1f2;
  }

  /* line 885, sass/_screen.scss */
  .clearing-thumbs li, [data-clearing] li {
    margin-right: 0;
    background: #ededed;
    padding: 20px;
  }

  /* Map Page */
  /* line 892, sass/_screen.scss */
  #geolocation-browse {
    width: 74.57627%;
    float: left;
    margin-right: 1.69492%;
  }
  /* line 895, sass/_screen.scss */
  #geolocation-browse #map_browse {
    width: 100%;
  }

  /* line 900, sass/_screen.scss */
  #map-help {
    width: 23.72881%;
    float: right;
    margin-right: 0;
  }

  /* Simple Pages */
  /* line 906, sass/_screen.scss */
  .simple-page #primary {
    width: 74.57627%;
    float: left;
    margin-right: 1.69492%;
  }

  /* line 910, sass/_screen.scss */
  .simple-page #secondary {
    width: 23.72881%;
    float: right;
    margin-right: 0;
  }

  /* Footer */
  /* line 918, sass/_screen.scss */
  footer {
    margin-top: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
    background-color: #f1f1f2;
    box-shadow: 0px 500px 0px 500px #f1f1f2;
  }

  /* line 926, sass/_screen.scss */
  footer ul {
    float: right;
  }

  /* line 928, sass/_screen.scss */
  footer ul li {
    display: inline-block;
    float: left;
    margin-right: 20px;
  }
}
@media screen and (max-width: 768px) {
  /*General*/
  /* line 2, sass/_screen_768.scss */
  .arrow {
    float: right;
  }

  /* line 6, sass/_screen_768.scss */
  .contribution form {
    width: 90%;
  }

  /* line 10, sass/_screen_768.scss */
  fieldset, textarea, option, div#contribution-type-form div.inputs, div#contribution-type-form input {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
  }

  /*Header*/
  /* line 20, sass/_screen_768.scss */
  #top-nav {
    display: none;
  }

  /* line 24, sass/_screen_768.scss */
  #mobile-nav {
    display: block;
    clear: both;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    zoom: 1;
  }
  /* line 12, ../../../../../../lib/gems/1.9.1/gems/susy-2.2.6/sass/susy/output/support/_clearfix.scss */
  #mobile-nav:after {
    content: " ";
    display: block;
    clear: both;
  }
  /* line 30, sass/_screen_768.scss */
  #mobile-nav ul {
    position: absolute;
    z-index: 199;
    background: #fff;
    border-bottom: 1px solid #ccc;
    width: 83.05084%;
    padding-left: 0;
    margin: 0;
  }
  /* line 40, sass/_screen_768.scss */
  #mobile-nav li {
    text-align: left;
    display: block;
    overflow: hidden;
    width: 100%;
  }
  /* line 47, sass/_screen_768.scss */
  #mobile-nav a {
    text-decoration: none;
    display: block;
    padding: 5px;
    border: 1px solid #ccc;
    border-width: 1px 1px 0 1px;
  }
  /* line 55, sass/_screen_768.scss */
  #mobile-nav a:hover {
    background: #fff;
  }
  /* line 57, sass/_screen_768.scss */
  #mobile-nav > a:first-child {
    background: #fff;
    cursor: pointer;
  }
  /* line 62, sass/_screen_768.scss */
  #mobile-nav li.active a {
    background: #fff;
    color: #663b29;
  }

  /* line 68, sass/_screen_768.scss */
  #search-container {
    width: 100%;
    float: none;
    padding-top: 10px;
  }

  /* line 74, sass/_screen_768.scss */
  #site-title {
    padding-top: 5px;
    padding-bottom: 5px;
    margin-bottom: 25px;
  }
  /* line 79, sass/_screen_768.scss */
  #site-title h1 {
    font-size: 28px;
    line-height: 25.8px;
    display: block;
    float: left;
  }
  /* line 86, sass/_screen_768.scss */
  #site-title h4 {
    font-size: 12.8px;
    display: block;
    clear: both;
  }

  /* line 94, sass/_screen_768.scss */
  #main > div, #portals > div {
    width: 100% !important;
  }

  /* line 98, sass/_screen_768.scss */
  .overlay {
    opacity: 0.75;
  }

  /* Home Page */
  /* Items Browse */
  /* line 115, sass/_screen_768.scss */
  .page-info h3 {
    display: inline;
  }

  /* line 119, sass/_screen_768.scss */
  nav.items-nav.secondary-nav {
    display: none;
  }

  /* line 123, sass/_screen_768.scss */
  .items-list .item-img, .items-list .item-img img, .items-list .item-img:nth-child(6n), .items-list > .item, .items-list .item:nth-child(3n), .films .item-img:nth-child(4n), .item-themes, .item-themes select, #sort-links {
    width: 100%;
    clear: both;
    height: auto;
  }

  /* line 129, sass/_screen_768.scss */
  .items-list .item {
    margin-bottom: 10px;
  }
  /* line 132, sass/_screen_768.scss */
  .items-list .item .item-description {
    clear: left;
  }

  /* line 138, sass/_screen_768.scss */
  .documents .item .item-img, .stories .item .item-img, .search .item .item-img, .browse.all .item .item-img {
    width: 100%;
  }
  /* line 141, sass/_screen_768.scss */
  .documents .item .item-img img, .stories .item .item-img img, .search .item .item-img img, .browse.all .item .item-img img {
    width: 100%;
  }

  /* line 147, sass/_screen_768.scss */
  .mobile-secondary-nav {
    display: block;
    clear: both;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  /* line 12, ../../../../../../lib/gems/1.9.1/gems/susy-2.2.6/sass/susy/output/support/_clearfix.scss */
  .mobile-secondary-nav:after {
    content: " ";
    display: block;
    clear: both;
  }
  /* line 153, sass/_screen_768.scss */
  .mobile-secondary-nav ul {
    width: 100%;
    padding-left: 0;
    margin: 0;
  }
  /* line 162, sass/_screen_768.scss */
  .mobile-secondary-nav li {
    text-align: left;
    display: block;
    overflow: hidden;
    width: 100%;
  }
  /* line 169, sass/_screen_768.scss */
  .mobile-secondary-nav a {
    text-decoration: none;
    display: block;
    padding: 5px;
    border: 1px solid #fff;
    border-width: 1px 1px 0 1px;
    color: #fff;
  }
  /* line 178, sass/_screen_768.scss */
  .mobile-secondary-nav > a:first-child {
    background: #fafafa;
    cursor: pointer;
  }

  /* line 184, sass/_screen_768.scss */
  .browse.standard .mobile-secondary-nav a {
    background: rgba(0, 127, 36, 0.75);
  }

  /* line 188, sass/_screen_768.scss */
  .browse.standard .mobile-secondary-nav a.current {
    background: #007f24;
  }

  /* line 192, sass/_screen_768.scss */
  .browse.stories .mobile-secondary-nav a {
    background: #065180;
  }

  /* Exhibits */
  /* line 197, sass/_screen_768.scss */
  #exhibit-pages {
    display: none;
  }

  /* line 201, sass/_screen_768.scss */
  #mobile-exhibit-pages {
    display: block;
    clear: both;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    zoom: 1;
    margin-bottom: 10px;
  }
  /* line 12, ../../../../../../lib/gems/1.9.1/gems/susy-2.2.6/sass/susy/output/support/_clearfix.scss */
  #mobile-exhibit-pages:after {
    content: " ";
    display: block;
    clear: both;
  }
  /* line 208, sass/_screen_768.scss */
  #mobile-exhibit-pages ul {
    position: absolute;
    z-index: 199;
    background: #fff;
    width: 83.05084%;
    padding-left: 0;
    margin: 0;
  }
  /* line 217, sass/_screen_768.scss */
  #mobile-exhibit-pages li {
    text-align: left;
    display: block;
    overflow: hidden;
    width: 100%;
  }
  /* line 224, sass/_screen_768.scss */
  #mobile-exhibit-pages a {
    text-decoration: none;
    display: block;
    padding: 5px;
    border: 1px solid #ccc;
    border-width: 1px 1px 0 1px;
  }
  /* line 232, sass/_screen_768.scss */
  #mobile-exhibit-pages a:hover {
    background: #fff;
  }
  /* line 234, sass/_screen_768.scss */
  #mobile-exhibit-pages > a:first-child {
    background: #cc0000;
    color: #fff;
    cursor: pointer;
  }
  /* line 240, sass/_screen_768.scss */
  #mobile-exhibit-pages li.current a {
    background: #fff;
    color: #4799CC;
  }
  /* line 245, sass/_screen_768.scss */
  #mobile-exhibit-pages li ul {
    position: relative;
    width: 100%;
  }
  /* line 250, sass/_screen_768.scss */
  #mobile-exhibit-pages li ul a:before {
    content: "-- ";
  }
  /* line 254, sass/_screen_768.scss */
  #mobile-exhibit-pages li ul ul a:before {
    content: "---- ";
  }

  /* Footer */
  /* line 261, sass/_screen_768.scss */
  footer {
    padding: 20px;
  }
}
