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

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

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

/**
 * Address styling not present in IE 8/9.
 */
/* line 50, sass/_normalize.scss */
[hidden] {
  display: none; }

/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
/* line 64, sass/_normalize.scss */
html {
  font-family: sans-serif;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
/* line 74, sass/_normalize.scss */
body {
  margin: 0; }

/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
/* line 86, sass/_normalize.scss */
a:focus {
  outline: thin dotted; }

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

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

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

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

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

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

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

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

/**
 * Improve readability of pre-formatted text in all browsers.
 */
/* line 173, sass/_normalize.scss */
pre {
  white-space: pre-wrap; }

/**
 * Set consistent quote types.
 */
/* line 181, sass/_normalize.scss */
q {
  quotes: "\201C" "\201D" "\2018" "\2019"; }

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

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

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

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

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

/**
 * Correct overflow displayed oddly in IE 9.
 */
/* line 229, sass/_normalize.scss */
svg:not(:root) {
  overflow: hidden; }

/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari 5.
 */
/* line 241, sass/_normalize.scss */
figure {
  margin: 0; }

/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Define consistent border, margin, and padding.
 */
/* line 253, 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.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
/* line 264, sass/_normalize.scss */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

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

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

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
/* line 301, 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 314, 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 326, sass/_normalize.scss */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * 1. Address box sizing set to `content-box` in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 */
/* line 336, sass/_normalize.scss */
input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
/* line 348, 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 5 and Chrome
 * on OS X.
 */
/* line 360, sass/_normalize.scss */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

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

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

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

/* == Support == */
/* == Variables == */
/* == Colors == */
/* == Mixins == */
@media screen {
  /* == Generic styles ======== */
  /* line 2, sass/_screen.scss */
  *, *:after {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }

  /* line 5, sass/_screen.scss */
  html {
    overflow-y: scroll; }

  /* line 8, sass/_screen.scss */
  body {
    color: #444;
    font-family: "adobe-garamond-pro", Georgia, serif;
    word-break: break-word;
    font-size: 18px;
    background-color: #88A7BE;
    background-image: url("../images/paper-bg-2.png");
    background-image: url("../images/paper-bg-2.png"), -webkit-gradient(linear, left top, left bottom, from(#e5f0f8), color-stop(50%, #88a7be), to(#315774));
    background-image: url("../images/paper-bg-2.png"), -webkit-linear-gradient(#e5f0f8 10%, #88a7be 50%, #315774 100%);
    background-image: url("../images/paper-bg-2.png"), linear-gradient(#e5f0f8 10%, #88a7be 50%, #315774 100%); }

  /* line 26, sass/_screen.scss */
  h1, h2, h3, legend, h4, h5, h6 {
    margin-top: 0em;
    margin-bottom: 1.33333em; }

  /* line 31, sass/_screen.scss */
  h1, .h1 {
    font-size: 36px;
    line-height: 48px;
    margin-bottom: 0.33333em; }

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

  /* line 42, sass/_screen.scss */
  h3, legend, .h3, .browse .item .title {
    font-size: 22.5px;
    line-height: 30px; }

  /* line 47, sass/_screen.scss */
  h4, .h4 {
    font-size: 20.25px;
    line-height: 27px; }

  /* line 52, sass/_screen.scss */
  h5, .h5, h6, .h6 {
    font-size: 18px;
    line-height: 24px; }

  /* line 57, sass/_screen.scss */
  h6, .h6 {
    font-weight: normal;
    font-style: italic; }

  /* line 62, sass/_screen.scss */
  a {
    border-bottom: 1px dotted;
    text-decoration: none; }
    /* line 65, sass/_screen.scss */
    a:link {
      color: #274257; }
    /* line 68, sass/_screen.scss */
    a:visited {
      color: #1e4360; }
    /* line 71, sass/_screen.scss */
    a:hover {
      color: #644436; }
    /* line 74, sass/_screen.scss */
    a:active {
      color: #644436; }
    /* line 77, sass/_screen.scss */
    a img {
      margin-bottom: -2px;
      vertical-align: sub;
      border: none; }

  /* line 84, sass/_screen.scss */
  p, ul, ol, dl {
    line-height: 24px;
    margin-bottom: 0.88em; }

  /* line 87, sass/_screen.scss */
  p {
    margin-top: 0; }

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

  /* line 96, sass/_screen.scss */
  dt {
    font-style: italic;
    font-weight: normal; }

  /* line 101, sass/_screen.scss */
  dd {
    margin-left: 1.3333em; }

  /* line 105, sass/_screen.scss */
  table {
    width: 100%;
    border: 1px solid #ccc;
    border-width: 1px 1px 0 0;
    margin-bottom: 1.3333em; }

  /* line 112, sass/_screen.scss */
  th {
    font-weight: bold;
    text-align: left; }

  /* line 117, sass/_screen.scss */
  th, td {
    border: solid #ccc;
    border-width: 0 0 1px 1px;
    padding: 4px; }

  /* line 123, sass/_screen.scss */
  blockquote {
    font-style: italic;
    margin-left: 2.6667em;
    margin-right: 2.6667em; }

  /* Reusable classes */
  /* == Formalize Styles == */
  /* == http://formalize.me == */
  /* `Widths
  ----------------------------------------------------------------------------------------------------*/
  /* line 145, sass/_screen.scss */
  .input_tiny {
    width: 50px; }

  /* line 149, sass/_screen.scss */
  .input_small {
    width: 100px; }

  /* line 153, sass/_screen.scss */
  .input_medium {
    width: 150px; }

  /* line 157, sass/_screen.scss */
  .input_large {
    width: 200px; }

  /* line 161, sass/_screen.scss */
  .input_xlarge {
    width: 250px; }

  /* line 165, sass/_screen.scss */
  .input_xxlarge {
    width: 300px; }

  /* line 169, sass/_screen.scss */
  .input_full {
    width: 100%; }

  /*
  	Added via JS to <textarea> and class="input_full".
  	Applies only to IE7. Other browsers don't need it.
  */
  /* line 177, sass/_screen.scss */
  .input_full_wrap {
    display: block;
    padding-right: 8px; }

  /* `UI Consistency
  ----------------------------------------------------------------------------------------------------*/
  /* line 185, sass/_screen.scss */
  ::-moz-focus-inner {
    border: 0;
    padding: 0; }

  /* line 190, sass/_screen.scss */
  input[type="search"]::-webkit-search-decoration {
    display: none; }

  /* line 194, sass/_screen.scss */
  input,
  button,
  select,
  textarea {
    margin: 0;
    vertical-align: middle; }

  /* line 202, sass/_screen.scss */
  input[type="radio"],
  input[type="checkbox"] {
    position: relative;
    vertical-align: top;
    top: 3px;
    /* IE8, IE9, IE10 */
    top: 0\0;
    /* IE7 */
    *top: -3px;
    margin-right: 10px; }

  /* iPad */ }
@media screen and (-webkit-min-device-pixel-ratio: 1) and (max-device-width: 1024px) {
  /* line 216, sass/_screen.scss */
  input[type="radio"],
  input[type="checkbox"] {
    vertical-align: baseline;
    top: 2px; } }
@media screen {
  /* iPhone 3 */ }
@media screen and (-webkit-min-device-pixel-ratio: 1) and (max-device-width: 480px) {
  /* line 225, sass/_screen.scss */
  input[type="radio"],
  input[type="checkbox"] {
    vertical-align: baseline;
    top: 0; } }
@media screen {
  /* iPhone 4 */ }
@media screen and (-webkit-min-device-pixel-ratio: 2) and (max-device-width: 480px) {
  /* line 234, sass/_screen.scss */
  input[type="radio"],
  input[type="checkbox"] {
    vertical-align: baseline;
    top: 0; } }
@media screen {
  /* line 241, sass/_screen.scss */
  .button, button,
  input[type="reset"],
  input[type="submit"],
  input[type="button"] {
    -webkit-appearance: none;
    background-color: #644436;
    border: 0;
    color: #fff;
    cursor: pointer;
    font-size: 18px;
    line-height: 24px;
    outline: 0;
    overflow: visible;
    padding: 3px 10px;
    border-radius: 2px;
    /* text-shadow: #fff 0 1px 1px; */
    width: auto;
    /* IE7 */
    *padding-top: 2px;
    *padding-bottom: 0px; }

  /* line 264, sass/_screen.scss */
  button {
    /* IE7 */
    *padding-top: 1px;
    *padding-bottom: 1px; }

  /* line 270, sass/_screen.scss */
  textarea,
  select,
  input[type="date"],
  input[type="datetime"],
  input[type="datetime-local"],
  input[type="email"],
  input[type="month"],
  input[type="number"],
  input[type="password"],
  input[type="search"],
  input[type="tel"],
  input[type="text"],
  input[type="time"],
  input[type="url"],
  input[type="week"] {
    -webkit-appearance: none;
    border-radius: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #fff;
    border: 1px solid #8f6048;
    color: #644436;
    outline: 0;
    padding: 2px 10px;
    font-size: 18px;
    border-radius: 2px;
    /*
    	Leaving out Helvetica Neue, to not throw off size="..."
    	on inputs. Arial is more reliable, on Windows and OS X.
    */
    height: 1.8em; }

  /*
  	Separate rule for Firefox.
  	Separate rule for IE, too.
  	Cannot stack with WebKit's.
  */
  /* line 307, sass/_screen.scss */
  ::-webkit-input-placeholder {
    color: #888; }

  /* line 311, sass/_screen.scss */
  input:-moz-placeholder,
  textarea:-moz-placeholder {
    color: #888; }

  /* line 316, sass/_screen.scss */
  input.placeholder_text,
  textarea.placeholder_text {
    color: #888; }

  /* line 321, sass/_screen.scss */
  :invalid {
    -webkit-box-shadow: none;
    box-shadow: none; }

  /* line 332, sass/_screen.scss */
  button:focus,
  button:active,
  input:focus,
  input:active,
  select:focus,
  select:active,
  textarea:focus,
  textarea:active {
    -webkit-box-shadow: 0 0 7px rgba(143, 96, 72, 0.5);
    box-shadow: 0 0 7px rgba(143, 96, 72, 0.5);
    /* for Opera */
    z-index: 1; }

  /* line 348, sass/_screen.scss */
  input[type="file"]:focus,
  input[type="file"]:active,
  input[type="radio"]:focus,
  input[type="radio"]:active,
  input[type="checkbox"]:focus,
  input[type="checkbox"]:active {
    -webkit-box-shadow: none;
    box-shadow: none; }

  /* line 359, sass/_screen.scss */
  select[disabled],
  textarea[disabled],
  input[type="date"][disabled],
  input[type="datetime"][disabled],
  input[type="datetime-local"][disabled],
  input[type="email"][disabled],
  input[type="month"][disabled],
  input[type="number"][disabled],
  input[type="password"][disabled],
  input[type="search"][disabled],
  input[type="tel"][disabled],
  input[type="text"][disabled],
  input[type="time"][disabled],
  input[type="url"][disabled],
  input[type="week"][disabled] {
    background-color: #eee; }

  /* line 377, sass/_screen.scss */
  button[disabled],
  input[disabled],
  select[disabled],
  select[disabled] option,
  select[disabled] optgroup,
  textarea[disabled] {
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #888;
    cursor: default; }

  /* line 393, sass/_screen.scss */
  textarea,
  select[size],
  select[multiple] {
    height: auto; }

  /* Tweaks for Safari + Chrome. */ }
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  /* line 401, sass/_screen.scss */
  select {
    background-image: url(../images/select_arrow.gif);
    background-repeat: no-repeat;
    background-position: right center;
    padding-right: 20px; }

  /* line 408, sass/_screen.scss */
  select[size],
  select[multiple] {
    background-image: none;
    padding: 0; }

  /* line 414, sass/_screen.scss */
  ::-webkit-validation-bubble-message {
    -webkit-box-shadow: rgba(0, 0, 0, 0.5) 0 0 5px;
    box-shadow: rgba(0, 0, 0, 0.5) 0 0 5px;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #666666), color-stop(1, black));
    border: 1px solid;
    border-color: #747474 #5e5e5e #4f4f4f;
    color: #fff;
    font: 11px/1 'Lucida Grande', Arial, 'Liberation Sans', FreeSans, sans-serif;
    padding: 15px 15px 17px;
    text-shadow: #000 0 0 1px; }

  /* line 425, sass/_screen.scss */
  ::-webkit-validation-bubble-arrow,
  ::-webkit-validation-bubble-top-outer-arrow,
  ::-webkit-validation-bubble-top-inner-arrow {
    -webkit-box-shadow: none;
    box-shadow: none;
    background: #666;
    border: 0; } }
@media screen {
  /* line 435, sass/_screen.scss */
  textarea {
    min-height: 40px;
    overflow: auto;
    resize: vertical;
    width: 100%; }

  /* line 442, sass/_screen.scss */
  optgroup {
    color: #000;
    font-style: normal;
    font-weight: normal; }

  /* Theme-Specific Form Elements */
  /* line 455, sass/_screen.scss */
  fieldset {
    display: block;
    clear: both;
    border: 0;
    margin: 0; }

  /* line 463, sass/_screen.scss */
  #advanced-search-form label, #advanced-search-form .label {
    clear: left;
    font-weight: normal;
    margin: 40px 0 10px 0;
    display: inline-block; }
  /* line 470, sass/_screen.scss */
  #advanced-search-form .inputs {
    clear: both; }
  /* line 474, sass/_screen.scss */
  #advanced-search-form input, #advanced-search-form select {
    width: 100%;
    display: block;
    margin-bottom: 1.33333em; }
  /* line 479, sass/_screen.scss */
  #advanced-search-form input[type=submit], #advanced-search-form button {
    clear: both;
    width: auto;
    border-radius: 0; }
  /* line 485, sass/_screen.scss */
  #advanced-search-form .submit {
    margin-top: 1.33333em;
    margin-bottom: 1.33333em; }
  /* line 490, sass/_screen.scss */
  #advanced-search-form .field {
    border-bottom: 1px solid #ccc;
    width: 100%;
    overflow: auto;
    padding: 1.33333em 0; }
    /* line 496, sass/_screen.scss */
    #advanced-search-form .field .inputs {
      width: 100%; }
    /* line 500, sass/_screen.scss */
    #advanced-search-form .field label {
      margin: 0;
      margin-bottom: 1.33333em; }
    /* line 505, sass/_screen.scss */
    #advanced-search-form .field div.field:last-of-type {
      display: inline-block;
      margin-bottom: 1em; }
    /* line 510, sass/_screen.scss */
    #advanced-search-form .field div :only-child {
      margin-bottom: 0; }
    /* line 514, sass/_screen.scss */
    #advanced-search-form .field .remove_search {
      margin-bottom: 1.33333em; } }
@media screen and (min-width: 54em) {
  /* line 462, sass/_screen.scss */
  #advanced-search-form {
    margin-bottom: 40px; }
    /* line 521, sass/_screen.scss */
    #advanced-search-form button {
      clear: both;
      float: right;
      width: auto;
      margin: 0; }
    /* line 528, sass/_screen.scss */
    #advanced-search-form .field {
      border-bottom: 1px solid #efe0c1;
      width: 100%;
      overflow: auto;
      padding: 1.33333em 0; }
      /* line 534, sass/_screen.scss */
      #advanced-search-form .field .inputs {
        clear: none;
        float: right;
        width: 69%; }
      /* line 540, sass/_screen.scss */
      #advanced-search-form .field input, #advanced-search-form .field input[type=text], #advanced-search-form .field select {
        width: 97%;
        float: right; }
      /* line 545, sass/_screen.scss */
      #advanced-search-form .field label {
        width: 29%;
        float: left;
        margin: 0; }
      /* line 551, sass/_screen.scss */
      #advanced-search-form .field div.field:last-of-type {
        display: inline-block;
        margin-bottom: 1em; }
      /* line 556, sass/_screen.scss */
      #advanced-search-form .field div :only-child {
        margin-bottom: 0; }
    /* line 561, sass/_screen.scss */
    #advanced-search-form .submit {
      float: right; } }

@media screen {
  /* line 567, sass/_screen.scss */
  ul.items-list, ul.collections-list, ul.title-list {
    list-style: none;
    margin-left: 0; }

  /* line 572, sass/_screen.scss */
  .title-list li {
    line-height: 1.33333em;
    margin-bottom: 1.33333em; }

  /* line 577, sass/_screen.scss */
  textarea#rights {
    float: none;
    display: none;
    line-height: 1.33333em;
    width: 512px;
    border: none;
    height: 31em;
    color: #444;
    padding: 0;
    margin: 0; }

  /* line 589, sass/_screen.scss */
  div.error {
    line-height: 1.33333em;
    margin: 1.33333em 0; }

  /* == Microformats == */
  /* line 596, sass/_screen.scss */
  .hTagcloud {
    margin-top: 2em; }
    /* line 598, sass/_screen.scss */
    .hTagcloud ul {
      list-style: none;
      margin-left: 0;
      padding-left: 0;
      line-height: 1.8em; }
    /* line 604, sass/_screen.scss */
    .hTagcloud li {
      display: inline;
      margin-right: 8px; }

  /* line 611, sass/_screen.scss */
  .popular {
    font-size: 100%; }

  /* line 614, sass/_screen.scss */
  .v-popular {
    font-size: 140%; }

  /* line 617, sass/_screen.scss */
  .vv-popular {
    font-size: 180%; }

  /* line 620, sass/_screen.scss */
  .vvv-popular {
    font-size: 220%; }

  /* line 623, sass/_screen.scss */
  .vvvv-popular {
    font-size: 260%; }

  /* line 626, sass/_screen.scss */
  .vvvvv-popular {
    font-size: 300%; }

  /* line 629, sass/_screen.scss */
  .vvvvvv-popular {
    font-size: 320%; }

  /* line 632, sass/_screen.scss */
  .vvvvvvv-popular {
    font-size: 340%; }

  /* line 635, sass/_screen.scss */
  .vvvvvvvv-popular {
    font-size: 360%; }

  /* line 639, sass/_screen.scss */
  .popular a, .popular a:visited,
  .v-popular a, .v-popular a:visited,
  .vv-popular a, .vv-popular a:visited {
    color: #714271; }

  /* line 645, sass/_screen.scss */
  .vvv-popular a, .vvv-popular a:visited,
  .vvvv-popular a, .vvvv-popular a:visited {
    color: #636; }

  /* line 650, sass/_screen.scss */
  .vvvvv-popular a, .vvvvv-popular a:visited,
  .vvvvvv-popular a, .vvvvvv-popular a:visited,
  .vvvvvvv-popular a, .vvvvvvv-popular a:visited,
  .vvvvvvvv-popular a, .vvvvvvvv-popular a:visited {
    color: #5D2E5D; }

  /* == Susy grid styles == */
  /* line 659, sass/_screen.scss */
  #page-wrap {
    *zoom: 1;
    max-width: 62em;
    _width: 62em;
    padding-left: 0.5em;
    padding-right: 0.5em;
    margin-left: auto;
    margin-right: auto; }
    /* line 38, ../../../../../../.rvm/gems/ruby-2.0.0-p353@sass3.3/gems/compass-core-1.0.1/stylesheets/compass/utilities/general/_clearfix.scss */
    #page-wrap:after {
      content: "";
      display: table;
      clear: both; }

  /* line 662, sass/_screen.scss */
  #wrap {
    background-color: #FFF5D7;
    background-image: url("../images/paper-bg-2.png");
    padding: 1em;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    border-radius: 2px;
    position: relative;
    overflow: hidden;
    clear: both; }

  /* == Header == */
  /* line 680, sass/_screen.scss */
  header {
    color: #274257;
    padding: 1em 1em 0; }

  /* line 32, sass/_mixins.scss */
  .exhibit-info:after {
    content: "";
    display: table;
    clear: both; }

  /* line 694, sass/_screen.scss */
  .home-image {
    display: block;
    background-color: #FFF;
    padding: 10px;
    outline: 0;
    border: 0;
    -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
    max-width: 350px;
    margin: 0 auto;
    border-radius: 2px;
    outline: 0;
    margin-top: 10px; }
    /* line 706, sass/_screen.scss */
    .home-image:focus {
      outline: 0; }
    /* line 709, sass/_screen.scss */
    .home-image img {
      width: 100%;
      height: auto;
      outline: 0; }

  /* line 716, sass/_screen.scss */
  #site-title {
    line-height: 1.2;
    padding: 10px 0;
    max-width: 450px;
    margin: 0 auto;
    font-size: 1.8em; }
    /* line 722, sass/_screen.scss */
    #site-title a {
      border-bottom: 0;
      color: #274257; }
    /* line 726, sass/_screen.scss */
    #site-title span {
      display: block;
      font-size: .65em;
      font-weight: normal;
      color: #644436; }

  /* line 735, sass/_screen.scss */
  #advanced-form {
    margin-bottom: 1.33333em; }
    /* line 738, sass/_screen.scss */
    #advanced-form label {
      line-height: 24px; }
    /* line 741, sass/_screen.scss */
    #advanced-form input[type="radio"] {
      margin: 3px 10px 3px 0; }

  /* line 745, sass/_screen.scss */
  .browse-collection {
    display: block;
    float: right;
    clear: both;
    border: 0;
    background: #FFFFFF;
    padding: 5px 15px;
    border-radius: 2px 2px 0 0; }

  /* == Navigation == */
  /* line 756, sass/_screen.scss */
  nav ul {
    padding-left: 0; }

  /* line 760, sass/_screen.scss */
  ul.navigation {
    padding-left: 0; }

  /* line 764, sass/_screen.scss */
  .top ul {
    border: solid #ccc;
    border-width: 0 0 1px 0; }

  /* line 769, sass/_screen.scss */
  .bottom ul {
    margin-bottom: 0; }

  /* line 773, sass/_screen.scss */
  #menu-button {
    background-color: #644436;
    float: left;
    cursor: pointer;
    padding: .5em 1em;
    display: block;
    color: #fff;
    text-transform: uppercase;
    border: 0;
    border-radius: 2px;
    margin-top: 0.25em;
    -webkit-transition: -webkit-transform 0.2s ease, background 0.2s ease;
    transition: transform 0.2s ease, background 0.2s ease; }
    /* line 785, sass/_screen.scss */
    #menu-button.open {
      border-radius: 2px 2px 0 0; }
      /* line 787, sass/_screen.scss */
      #menu-button.open:after {
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg); }
    /* line 791, sass/_screen.scss */
    #menu-button:hover, #menu-button:active {
      background-color: #754f3f; }

  /* line 796, sass/_screen.scss */
  #menu-button:after {
    content: "";
    display: inline-block;
    width: 12px;
    height: 12px;
    background-image: url("../images/menu.png");
    -webkit-background-size: contain;
    background-size: contain;
    margin-left: 10px;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease; }

  /* line 807, sass/_screen.scss */
  .no-backgroundsize #menu-button:after {
    background-image: url("../images/menu_ie.png"); }

  /* line 811, sass/_screen.scss */
  #primary-nav {
    position: relative;
    clear: left;
    margin: 0 0 1em 0; }
    /* line 815, sass/_screen.scss */
    #primary-nav.open ul {
      max-height: 400px;
      opacity: 1;
      background-color: #644436; }
    /* line 820, sass/_screen.scss */
    #primary-nav > ul {
      overflow: hidden;
      opacity: 0;
      background-color: transparent;
      max-height: 0;
      clear: left;
      -webkit-transition: max-height 0.3s ease, max-height 0.3s ease;
      transition: max-height 0.3s ease, max-height 0.3s ease;
      position: absolute;
      top: 0;
      left: 0;
      z-index: 1002;
      margin: 0;
      width: 100%;
      border-radius: 0 2px 2px 2px; }
      /* line 834, sass/_screen.scss */
      #primary-nav > ul ul {
        margin: 0;
        padding: 0;
        display: none;
        border-top: 0; }
        /* line 840, sass/_screen.scss */
        #primary-nav > ul ul li {
          width: 100%;
          margin: 0; }
          /* line 845, sass/_screen.scss */
          #primary-nav > ul ul li a {
            padding-left: 2.5em; }
          /* line 849, sass/_screen.scss */
          #primary-nav > ul ul li ul li a {
            padding-left: 4em; }
      /* line 855, sass/_screen.scss */
      #primary-nav > ul li:hover > ul {
        display: block;
        top: 0;
        left: 0;
        width: 100%;
        overflow: hidden; }
      /* line 863, sass/_screen.scss */
      #primary-nav > ul li {
        padding: 0;
        list-style-type: none; } }
      @media screen and (min-width: 54em) {
        /* line 863, sass/_screen.scss */
        #primary-nav > ul li {
          padding: 0; } }
@media screen {
        /* line 870, sass/_screen.scss */
        #primary-nav > ul li a {
          border-bottom: 1px solid #53392d;
          display: block;
          padding: 0.5em 0.75em;
          color: #fff; }
          /* line 875, sass/_screen.scss */
          #primary-nav > ul li a:hover, #primary-nav > ul li a:active {
            background-color: #754f3f; }

  /* line 883, sass/_screen.scss */
  .secondary-nav ul, #secondary-nav ul {
    margin: 0; }

  /* line 887, sass/_screen.scss */
  .secondary-nav li, #secondary-nav li {
    margin: 0 10px 0 0;
    padding: 0;
    list-style-type: none; }
    /* line 893, sass/_screen.scss */
    .secondary-nav li:last-of-type, #secondary-nav li:last-of-type {
      border-bottom: 0; }

  /* line 901, sass/_screen.scss */
  .pagination {
    padding-left: 0;
    float: left;
    margin: 12px 0;
    height: 48px;
    display: block;
    line-height: 48px; }
    /* line 908, sass/_screen.scss */
    .pagination li {
      list-style-type: none;
      line-height: 24px;
      height: 24px;
      display: inline-block;
      float: left;
      margin: 12px 10px 12px 0; }
    /* line 916, sass/_screen.scss */
    .pagination input[type=text] {
      width: 5em;
      margin-right: 5px;
      vertical-align: top;
      height: 24px;
      border-width: 0.05556em;
      border-style: solid;
      padding: -0.05556em; }
    /* line 923, sass/_screen.scss */
    .pagination .pagination_next, .pagination .pagination_previous {
      height: 24px; }
      /* line 926, sass/_screen.scss */
      .pagination .pagination_next a, .pagination .pagination_previous a {
        display: block;
        background-color: #8f6048;
        border-bottom: 0;
        padding: 0 10px;
        color: #dfc184;
        border-radius: 2px; }
        /* line 933, sass/_screen.scss */
        .pagination .pagination_next a:hover, .pagination .pagination_previous a:hover {
          background-color: #ad785d;
          color: #ead5ac; }

  /* line 941, sass/_screen.scss */
  nav.pagination {
    overflow: visible; }
    /* line 944, sass/_screen.scss */
    nav.pagination .pagination_list {
      padding-top: 0; }
    /* line 948, sass/_screen.scss */
    nav.pagination .pagination_list li {
      height: auto; }

  /* line 953, sass/_screen.scss */
  nav.pagination:nth-of-type(3), #content > .pagination:nth-of-type(2) {
    width: 100%;
    height: 96px; }

  /* line 958, sass/_screen.scss */
  nav.pagination:nth-of-type(3) ul, #content > .pagination:nth-of-type(2) {
    border-bottom: 0;
    padding-top: 1.33333em;
    margin: 0 0 1.33333em 0; }

  /* line 964, sass/_screen.scss */
  #content > nav.pagination:nth-of-type(2) {
    width: 100%;
    height: auto;
    padding-top: 0;
    margin-bottom: 0;
    border-top: 0; }

  /* line 972, sass/_screen.scss */
  .pagination_list {
    margin: 0;
    width: 100%;
    overflow: hidden;
    list-style-type: none;
    font-size: 0.77778em;
    line-height: 1.71429em;
    padding-top: 0.66667em; }
    /* line 980, sass/_screen.scss */
    .pagination_list .pagination_current {
      background-color: #ccc;
      color: #444;
      font-weight: bold; }
    /* line 986, sass/_screen.scss */
    .pagination_list .next {
      border-left: 1px solid #ccc;
      padding-left: 1em; }
    /* line 991, sass/_screen.scss */
    .pagination_list .previous {
      border-right: 1px solid #ccc;
      padding-right: 1em; }
    /* line 996, sass/_screen.scss */
    .pagination_list li {
      float: left;
      margin: 0; }
      /* line 1000, sass/_screen.scss */
      .pagination_list li:last-child a {
        border-right-width: 1px; }
    /* line 1005, sass/_screen.scss */
    .pagination_list .pagination_previous, .pagination_list .pagination_next {
      display: none; }
    /* line 1009, sass/_screen.scss */
    .pagination_list .pagination_current, .pagination_list a {
      border: solid #ccc;
      display: inline-block;
      padding: 0.33333em 10px;
      vertical-align: top;
      border-width: 1px 0 1px 1px; }

  /* line 1018, sass/_screen.scss */
  .item-pagination {
    border-top: 1px solid #ccc;
    margin: 0 0 1.5em 0;
    overflow: hidden;
    padding-top: 1.5em; }
    /* line 1023, sass/_screen.scss */
    .item-pagination li.previous {
      width: 48%;
      display: block;
      float: left; }
    /* line 1028, sass/_screen.scss */
    .item-pagination li.next {
      width: 48%;
      display: block;
      float: right;
      text-align: right; }

  /* line 1036, sass/_screen.scss */
  #sort-links {
    font-size: 0.77778em;
    line-height: 1.71429em;
    clear: both; }
    /* line 1039, sass/_screen.scss */
    #sort-links span {
      font-weight: bold;
      margin-right: 1em; }

  /* line 1045, sass/_screen.scss */
  #sort-links-list {
    list-style: none;
    display: inline-block;
    padding-left: 0; }
    /* line 1049, sass/_screen.scss */
    #sort-links-list li {
      display: inline-block;
      margin-right: 1em; }

  /* line 1055, sass/_screen.scss */
  #sort-links + .item {
    border-top: 1px solid #efe0c1;
    clear: both; }

  /* == Content == */
  /* line 1062, sass/_screen.scss */
  #simple-search {
    width: 100%;
    display: inline-block;
    margin: 0 10px 10px 0; } }
  @media screen and (min-width: 54em) {
    /* line 1062, sass/_screen.scss */
    #simple-search {
      display: block; } }

@media screen {
  /* line 1071, sass/_screen.scss */
  #search-form {
    position: relative; }
    /* line 1073, sass/_screen.scss */
    #search-form:after {
      content: "";
      display: block;
      height: 0;
      width: 100%;
      clear: both; }

  /* line 1082, sass/_screen.scss */
  #advanced-search {
    width: 10%;
    text-indent: -9999px;
    display: block;
    float: left;
    font-weight: bold; }
    /* line 1088, sass/_screen.scss */
    #advanced-search:link, #advanced-search:hover, #advanced-search:active, #advanced-search:visited {
      color: #fff; }

  /* line 1093, sass/_screen.scss */
  #advanced-search:after {
    content: "+";
    display: block;
    text-indent: 0;
    text-align: center;
    margin-top: -1.75em; }

  /* line 1101, sass/_screen.scss */
  #search-wrap {
    max-width: 350px;
    position: relative;
    padding: 1em 0;
    display: none; }
    /* line 1106, sass/_screen.scss */
    #search-wrap a {
      font-size: .875em;
      text-decoration: none;
      display: inline-block; }
    /* line 1112, sass/_screen.scss */
    #search-wrap h2 {
      display: none; }
    /* line 1116, sass/_screen.scss */
    #search-wrap input[type=text], #search-wrap input[type=submit] {
      height: 30px;
      font-size: 18px;
      line-height: 24px;
      *zoom: 1; }
    /* line 1123, sass/_screen.scss */
    #search-wrap input[type=submit] {
      display: block;
      float: left;
      border: 0;
      background-color: #432d24;
      color: #fff;
      padding: 3px 5px;
      border-radius: 0; }
    /* line 1134, sass/_screen.scss */
    #search-wrap input[type=text] {
      width: 70%;
      float: left;
      display: block;
      border: 1px solid #432d24;
      padding: 5px 10px; }
    /* line 1141, sass/_screen.scss */
    #search-wrap #advanced-search {
      background-color: #432d24; }

  /* line 1146, sass/_screen.scss */
  #advanced-form {
    position: absolute;
    top: 30px;
    left: 0;
    width: 100%;
    padding: 0;
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    clear: both;
    z-index: 1001;
    background-color: transparent;
    border: solid 1px transparent;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease; }
    /* line 1160, sass/_screen.scss */
    #advanced-form.open {
      max-height: 500px;
      background-color: #fff;
      border-color: #644436;
      opacity: 1; }

  /* line 1171, sass/_screen.scss */
  #submit_search {
    margin: -1px 0 0 5px; }

  /* line 1175, sass/_screen.scss */
  #submit_search_advanced {
    margin-top: 5px;
    margin-bottom: 5px; }

  /* line 1182, sass/_screen.scss */
  #search-filters ul, #item-filters ul {
    padding-left: 0;
    list-style-type: none;
    display: inline-block;
    margin: 1.33333em 0 0 0; }
  /* line 1189, sass/_screen.scss */
  #search-filters li, #item-filters li {
    display: inline; }
    /* line 1191, sass/_screen.scss */
    #search-filters li:after, #item-filters li:after {
      content: " \00B7";
      margin: 0 10px 0 5px; }
    /* line 1195, sass/_screen.scss */
    #search-filters li:last-child:after, #item-filters li:last-child:after {
      content: "\00A0"; }
  /* line 1199, sass/_screen.scss */
  #search-filters ul li ul, #item-filters ul li ul {
    display: inline-block; }
    /* line 1201, sass/_screen.scss */
    #search-filters ul li ul li, #item-filters ul li ul li {
      list-style-type: none;
      display: inline-block; }
      /* line 1204, sass/_screen.scss */
      #search-filters ul li ul li:after, #item-filters ul li ul li:after {
        content: ", "; }
      /* line 1207, sass/_screen.scss */
      #search-filters ul li ul li:last-child:after, #item-filters ul li ul li:last-child:after {
        content: ""; }

  /* line 1214, sass/_screen.scss */
  .element-text {
    margin-bottom: 1.33333em; }

  /* = Page-specific == */
  /* line 1221, sass/_screen.scss */
  #home #primary div {
    margin-bottom: 40px;
    overflow: hidden; }
  /* line 1224, sass/_screen.scss */
  #home #secondary div {
    margin-bottom: 40px;
    overflow: hidden; }
  /* line 1227, sass/_screen.scss */
  #home #recent-items ul {
    padding: 0; }

  /* line 1232, sass/_screen.scss */
  .collections .element {
    margin-bottom: 20px; }

  /* line 1237, sass/_screen.scss */
  #collection-items .item {
    border-bottom: 1px solid #ccc;
    padding: 20px 0;
    overflow: hidden;
    width: 100%; }
    /* line 1243, sass/_screen.scss */
    #collection-items .item:last-child {
      border-bottom: 0; }
  /* line 1248, sass/_screen.scss */
  #collection-items .item-description {
    line-height: 1.5em; }

  /* line 1254, sass/_screen.scss */
  .browse .item {
    overflow: hidden;
    border-top: 0;
    border-bottom: solid 1px #efe0c1;
    padding-top: 1.33333em;
    padding-bottom: 1.33333em; }
    /* line 1260, sass/_screen.scss */
    .browse .item:last-of-type {
      border-bottom: 0; }
    /* line 1263, sass/_screen.scss */
    .browse .item a {
      border: 0; }
    /* line 1266, sass/_screen.scss */
    .browse .item .title {
      margin-bottom: 0.25em; }
  /* line 1273, sass/_screen.scss */
  .browse .item-img img {
    width: 100px;
    height: 100px;
    float: left;
    display: block;
    margin: 0 1em 0 0;
    padding: 6px;
    border: 1px solid #ccc; }

  /* line 1284, sass/_screen.scss */
  .items {
    line-height: 1.5em; }
    /* line 1286, sass/_screen.scss */
    .items .element {
      margin-bottom: 20px; }

  /* line 1291, sass/_screen.scss */
  .tags li {
    display: inline; }

  /* line 1295, sass/_screen.scss */
  #item-content img {
    padding: 5px;
    border: 1px solid #ccc;
    margin-bottom: 2em; }

  /* line 1302, sass/_screen.scss */
  #featured-item img {
    padding: 8px;
    border: 1px solid #ccc;
    margin-right: 20px;
    margin-bottom: 20px;
    float: left; }
  /* line 1309, sass/_screen.scss */
  #featured-item h3, #featured-item legend {
    clear: both; }

  /* line 1314, sass/_screen.scss */
  .items-list li {
    border-bottom: 1px solid #ccc;
    margin-bottom: 1.33333em; }

  /* line 1319, sass/_screen.scss */
  #itemfiles {
    overflow: auto; }
    /* line 1321, sass/_screen.scss */
    #itemfiles:after {
      content: "";
      display: block;
      height: 0;
      width: 100%;
      clear: both; }
    /* line 1329, sass/_screen.scss */
    #itemfiles a {
      float: left;
      margin-right: 1em;
      overflow: visible;
      border-bottom: 0;
      margin-bottom: 1.33333em; }
      /* line 1335, sass/_screen.scss */
      #itemfiles a img {
        min-width: 100%;
        border: 1px solid #ccc; }

  /* line 1342, sass/_screen.scss */
  .collection {
    clear: both;
    border-top: 1px solid #ccc;
    padding-top: 1.33333em; }

  /* line 1348, sass/_screen.scss */
  .collection .element {
    margin-bottom: 0; }

  /* line 1352, sass/_screen.scss */
  .element-div {
    line-height: 24px;
    margin-bottom: 0.88em; }

  /* == Footer == */
  /* line 1358, sass/_screen.scss */
  footer {
    clear: both;
    overflow: hidden;
    padding: 20px;
    border-top: 1px solid #000; }
    /* line 1364, sass/_screen.scss */
    footer p {
      float: left; } }
    @media screen and (min-width: 54em) {
      /* line 1364, sass/_screen.scss */
      footer p {
        width: 30%; } }
@media screen {
    /* line 1370, sass/_screen.scss */
    footer ul {
      float: right;
      width: 60%;
      margin: 0 0 0 60px;
      text-align: right; }
    /* line 1376, sass/_screen.scss */
    footer li {
      margin-left: 12px; }

  /* == Exhibit Builder == */
  /* line 1384, sass/_screen.scss */
  #top:focus {
    outline: 0; }

  /* line 1391, sass/_screen.scss */
  .exhibit-nav {
    position: absolute;
    width: 250px;
    top: 50px;
    left: 1em;
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease; }
    /* line 1400, sass/_screen.scss */
    .exhibit-nav.open {
      max-height: 450px;
      opacity: 1; }

  /* line 1405, sass/_screen.scss */
  #exhibit-menu-trigger {
    display: block;
    position: relative;
    float: left;
    margin-bottom: 0.5em;
    padding: 5px 25px 5px 10px;
    text-align: center;
    background-color: #fff;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    border-radius: 2px;
    border: 0; }
    /* line 1416, sass/_screen.scss */
    #exhibit-menu-trigger:before {
      content: " ";
      display: block;
      position: absolute;
      right: 10px;
      top: 50%;
      margin-top: -2px;
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 5px 5px 0 5px;
      border-color: #274257 transparent transparent; }
    /* line 1432, sass/_screen.scss */
    #exhibit-menu-trigger.open:before {
      border-width: 0 5px 5px 5px;
      border-color: transparent transparent #274257 transparent; }

  /* line 1441, sass/_screen.scss */
  #exhibit-pages ul {
    list-style: none; }
  /* line 1444, sass/_screen.scss */
  #exhibit-pages .exhibit-page-nav {
    margin: 0;
    background-color: #fff;
    padding: 1em;
    border-radius: 2px; }
    /* line 1449, sass/_screen.scss */
    #exhibit-pages .exhibit-page-nav li {
      position: relative; }
      /* line 1454, sass/_screen.scss */
      #exhibit-pages .exhibit-page-nav li a {
        display: block;
        position: relative;
        padding-left: 10px;
        -webkit-transition: all 0.2s ease;
        transition: all 0.2s ease;
        border-style: solid;
        border-width: 0 0 1px;
        border-color: transparent; }
        /* line 1465, sass/_screen.scss */
        #exhibit-pages .exhibit-page-nav li a:before {
          content: " ";
          display: block;
          position: absolute;
          left: 0;
          top: 50%;
          margin-top: -5px;
          width: 0;
          height: 0;
          -webkit-transition: all 0.2s ease;
          transition: all 0.2s ease;
          border-style: solid;
          border-width: 5px 0 5px 5px;
          border-color: transparent; }
        /* line 1481, sass/_screen.scss */
        #exhibit-pages .exhibit-page-nav li a:hover {
          color: #644436; }
          /* line 1484, sass/_screen.scss */
          #exhibit-pages .exhibit-page-nav li a:hover:before {
            border-left-color: #644436; }
      /* line 1490, sass/_screen.scss */
      #exhibit-pages .exhibit-page-nav li.current > a {
        font-weight: bold;
        color: #644436; }
        /* line 1497, sass/_screen.scss */
        #exhibit-pages .exhibit-page-nav li.current > a:before {
          border-left-color: #644436; }
      /* line 1501, sass/_screen.scss */
      #exhibit-pages .exhibit-page-nav li.current ul {
        display: block; }
      /* line 1505, sass/_screen.scss */
      #exhibit-pages .exhibit-page-nav li ul {
        margin: 0 0 0.25em 0.5em;
        display: none; }
        /* line 1508, sass/_screen.scss */
        #exhibit-pages .exhibit-page-nav li ul.current {
          display: block; }
        /* line 1516, sass/_screen.scss */
        #exhibit-pages .exhibit-page-nav li ul li a {
          font-size: 0.9em; }

  /* line 1524, sass/_screen.scss */
  .exhibit-wrap {
    clear: both; }

  /* line 1596, sass/_screen.scss */
  div[class^="gallery-thumbnails"] .primary {
    overflow: visible;
    text-align: center; }
  /* line 1600, sass/_screen.scss */
  div[class^="gallery-thumbnails"] .exhibit-item {
    width: auto; }

  /* line 1609, sass/_screen.scss */
  .gallery-full-left .primary, .gallery-full-right .primary {
    float: none;
    width: auto; }
    /* line 1612, sass/_screen.scss */
    .gallery-full-left .primary .exhibit-item, .gallery-full-right .primary .exhibit-item {
      max-width: 300px;
      margin-left: auto;
      margin-right: auto; }
  /* line 1619, sass/_screen.scss */
  .gallery-full-left .secondary.gallery, .gallery-full-right .secondary.gallery {
    float: none;
    width: auto;
    text-align: center; }

  /* line 1632, sass/_screen.scss */
  .exhibit-item a {
    border: 0; }
  /* line 1635, sass/_screen.scss */
  .exhibit-item img {
    padding: 5px;
    background-color: #fff;
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3); }

  /* line 1641, sass/_screen.scss */
  .exhibit-item-caption p {
    margin-bottom: 0; }

  /* line 1650, sass/_screen.scss */
  .item-wrap h2, .item-wrap h3, .item-wrap legend {
    margin-bottom: 0.125em; }
  /* line 1653, sass/_screen.scss */
  .item-wrap dl {
    margin: 0 0 1em 0;
    padding-bottom: 0.5em;
    border-bottom: solid 1px #efe0c1; }
  /* line 1658, sass/_screen.scss */
  .item-wrap dt {
    font-style: normal;
    font-weight: bold; }
  /* line 1662, sass/_screen.scss */
  .item-wrap dd {
    margin: 0 0 0.25em 0.5em; }

  /* line 10, sass/_branding.scss */
  .branding {
    position: relative; }
  /* line 21, sass/_branding.scss */
  .lt-ie9 .branding {
    height: 78px; }

  /* line 24, sass/_branding.scss */
  .ua {
    display: none; } }
  @media screen and (min-width: 1260px) {
    /* line 24, sass/_branding.scss */
    .ua {
      display: block;
      height: 30px;
      width: 100%;
      background: #3c3c3c; } }
@media screen {
    /* line 32, sass/_branding.scss */
    .ua a {
      overflow: hidden;
      background: url(http://speccoll.library.arizona.edu/sites/all/themes/sc/images/logo-white.svg) no-repeat 0 -250px;
      width: 306px;
      height: 30px;
      margin-left: 10px;
      float: left;
      border: 0; }
      /* line 39, sass/_mixins.scss */
      .ua a:before {
        content: "";
        display: block;
        width: 0;
        height: 100%; } }
@media screen and (min-width: 1260px) {
  /* line 43, sass/_branding.scss */
  .lt-ie9 .ua {
    display: none; } }

@media screen {
  /* line 48, sass/_branding.scss */
  .logomark {
    background: #212121 url(http://speccoll.library.arizona.edu/sites/all/themes/sc/images/logo-white.png) no-repeat 0 2px;
    background: #212121 url(http://speccoll.library.arizona.edu/sites/all/themes/sc/images/logo-white.svg) no-repeat 0 2px;
    height: 57px;
    position: relative; } }
  @media screen and (min-width: 620px) {
    /* line 48, sass/_branding.scss */
    .logomark {
      background-position: 0 9px;
      height: 75px; } }
  @media screen and (min-width: 1260px) {
    /* line 48, sass/_branding.scss */
    .logomark {
      background-position: 45px -146px; } }
@media screen {
    /* line 60, sass/_branding.scss */
    .logomark span:first-child {
      display: none; }
    /* line 63, sass/_branding.scss */
    .logomark a {
      overflow: hidden;
      border: 0; }
      /* line 39, sass/_mixins.scss */
      .logomark a:before {
        content: "";
        display: block;
        width: 0;
        height: 100%; }

  /* line 72, sass/_branding.scss */
  .lt-ie9 .logomark {
    background: url(http://speccoll.library.arizona.edu/sites/all/themes/sc/images/logo-white.svg) no-repeat 0 22px; } }
  @media screen and (min-width: 620px) {
    /* line 72, sass/_branding.scss */
    .lt-ie9 .logomark {
      background-position: 0 11px; } }

@media screen {
  /* line 78, sass/_branding.scss */
  .dept-branding {
    margin: 0; }
    /* line 80, sass/_branding.scss */
    .dept-branding a {
      border-radius: 2px;
      position: absolute;
      top: 19px;
      left: 50px;
      width: 247px;
      height: 20px; } }
    @media screen and (min-width: 620px) {
      /* line 80, sass/_branding.scss */
      .dept-branding a {
        top: 21px;
        left: 48px;
        width: 256px;
        height: 30px; } }
    @media screen and (min-width: 1260px) {
      /* line 80, sass/_branding.scss */
      .dept-branding a {
        top: 9px;
        left: 0px;
        width: 873px;
        height: 60px; }
        /* line 98, sass/_branding.scss */
        .dept-branding a:hover {
          -webkit-box-shadow: none;
          box-shadow: none; } }

@media screen {
  /* line 105, sass/_branding.scss */
  .ua-branding {
    margin: 0;
    background-color: #3c3c3c; }
    /* line 108, sass/_branding.scss */
    .ua-branding > a {
      position: absolute;
      top: 7px;
      left: 2px;
      width: 39px;
      height: 42px; } }
    @media screen and (min-width: 620px) {
      /* line 108, sass/_branding.scss */
      .ua-branding > a {
        top: 14px; } }

@media screen and (max-width: 620px) {
  /* line 119, sass/_branding.scss */
  .ua-branding .library-branding {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px; } }
@media screen and (min-width: 620px) {
  /* line 119, sass/_branding.scss */
  .ua-branding .library-branding {
    background: url(http://speccoll.library.arizona.edu/sites/all/themes/sc/images/logo-white.png) no-repeat 0 -63px;
    background: url(http://speccoll.library.arizona.edu/sites/all/themes/sc/images/logo-white.svg) no-repeat 0 -63px;
    position: absolute;
    left: auto;
    right: 13px;
    top: 13px;
    width: 130px;
    height: 42px; } }
@media screen and (min-width: 1260px) {
  /* line 119, sass/_branding.scss */
  .ua-branding .library-branding {
    top: 18px; } }

@media screen and (min-width: 620px) {
  /* line 144, sass/_branding.scss */
  .lt-ie9 .ua-branding .library-branding {
    background: url(http://speccoll.library.arizona.edu/sites/all/themes/sc/images/logo-white.png) no-repeat 0 -63px; } }

@media screen {
  /* line 150, sass/_branding.scss */
  .branding li {
    list-style-type: none; }

  /* line 153, sass/_branding.scss */
  .branding .navigation a {
    border: 0; }

  /* line 156, sass/_branding.scss */
  .middle-wrap {
    border-bottom: 1px solid #AFAFAF;
    background: white url("../images/white_texture.png");
    -webkit-box-shadow: 0px -1px 0px 0px white, 0px -2px 0px 0px #626262, 1px 1px 0px rgba(255, 255, 255, 0.2) inset;
    box-shadow: 0px -1px 0px 0px white, 0px -2px 0px 0px #626262, 1px 1px 0px rgba(255, 255, 255, 0.2) inset; }
    /* line 32, sass/_mixins.scss */
    .middle-wrap:after {
      content: "";
      display: table;
      clear: both; }

  /* line 162, sass/_branding.scss */
  .branding .navigation a {
    color: #161616; }

  /* line 165, sass/_branding.scss */
  .nav-wrap {
    background: url("../images/white_texture.png") repeat scroll 0px 0px transparent; }
    /* line 32, sass/_mixins.scss */
    .nav-wrap:after {
      content: "";
      display: table;
      clear: both; } }
@media screen and (min-width: 740px) {
  /* line 172, sass/_branding.scss */
  .middle-wrap {
    padding: 0 2.5%; }

  /* line 176, sass/_branding.scss */
  .nav-wrap {
    background: transparent;
    float: right;
    width: 60%;
    padding: 0;
    top: 13px;
    position: relative; }

  /* line 184, sass/_branding.scss */
  .mobile-toggle {
    display: none; }

  /* line 187, sass/_branding.scss */
  .branding .navigation {
    display: block;
    max-width: 1200px;
    margin: 0 auto; }
    /* line 191, sass/_branding.scss */
    .branding .navigation li {
      float: left; }
    /* line 194, sass/_branding.scss */
    .branding .navigation a {
      display: block;
      padding: 1.5em 1.85em; }
      /* line 197, sass/_branding.scss */
      .branding .navigation a:hover {
        background-color: rgba(98, 98, 98, 0.2);
        background-position: 98% -744px;
        color: #161616; } }
@media screen and (min-width: 960px) {
  /* line 206, sass/_branding.scss */
  .branding .navigation a {
    padding: 1.5em 2em; } }
@media screen and (min-width: 1200px) {
  /* line 211, sass/_branding.scss */
  .middle-wrap-inner {
    max-width: 1200px;
    margin: 0 auto; } }
@media screen and (min-width: 1260px) {
  /* line 219, sass/_branding.scss */
  .nav-wrap {
    width: auto;
    float: right;
    padding-right: 2em; }

  /* line 224, sass/_branding.scss */
  .branding .navigation a {
    padding: 1.5em 2.2em; } }
@media screen and (min-width: 768px) {
  /* == Grid == */
  /* == Susy grid styles == */
  /* line 32, sass/_mixins.scss */
  #wrap:after {
    content: "";
    display: table;
    clear: both; }

  /* line 26, sass/_screen_768.scss */
  #primary {
    padding-left: 0%; }

  /* line 37, sass/_screen_768.scss */
  #exhibit-menu-trigger {
    display: none; }

  /* line 40, sass/_screen_768.scss */
  .exhibit-nav {
    width: 24.09639%;
    float: left;
    margin-right: 1.20482%;
    display: inline;
    position: relative;
    top: auto;
    left: auto;
    -webkit-transition: none;
    transition: none;
    max-height: none;
    opacity: 1;
    overflow: visible; }

  /* line 55, sass/_screen_768.scss */
  #exhibit-pages .exhibit-page-nav {
    background-color: rgba(255, 255, 255, 0.5); }
    /* line 75, sass/_screen_768.scss */
    #exhibit-pages .exhibit-page-nav li ul {
      margin: 0 0 0.25em 0.5em; }

  /* line 85, sass/_screen_768.scss */
  .exhibit-wrap {
    width: 74.6988%;
    float: right;
    margin-right: 0;
    *margin-left: -1em;
    display: inline;
    padding-left: 1.20482%;
    clear: none; }

  /* line 94, sass/_screen_768.scss */
  div[class^="gallery-thumbnails"] .exhibit-item {
    width: 23%; }

  /* line 102, sass/_screen_768.scss */
  .gallery-full-right .primary {
    float: right;
    width: 49%; }
    /* line 105, sass/_screen_768.scss */
    .gallery-full-right .primary .exhibit-item {
      max-width: none;
      margin: 0 auto; }
  /* line 110, sass/_screen_768.scss */
  .gallery-full-right .secondary.gallery {
    float: left;
    width: 49%; }

  /* line 117, sass/_screen_768.scss */
  .gallery-full-left .primary {
    float: left;
    width: 49%; }
    /* line 120, sass/_screen_768.scss */
    .gallery-full-left .primary .exhibit-item {
      max-width: none;
      margin: 0 auto; }
  /* line 125, sass/_screen_768.scss */
  .gallery-full-left .secondary.gallery {
    float: right;
    width: 49%; }
  /* line 131, sass/_screen_768.scss */
  .gallery-full-left .exhibit-item a {
    border: 0;
    display: inline-block;
    padding: 5px;
    background-color: #fff;
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3); }

  /* == Header == */
  /* line 142, sass/_screen_768.scss */
  header {
    text-align: center; }
    /* line 32, sass/_mixins.scss */
    header:after {
      content: "";
      display: table;
      clear: both; }

  /* line 146, sass/_screen_768.scss */
  .home-image {
    width: 25%;
    margin-right: 3%;
    display: inline-block;
    vertical-align: middle; }

  /* line 155, sass/_screen_768.scss */
  #site-title {
    width: 71%;
    display: inline-block;
    vertical-align: middle;
    text-align: left; }

  /* line 164, sass/_screen_768.scss */
  #menu-button {
    display: none; }

  /* line 168, sass/_screen_768.scss */
  #primary-nav {
    clear: both;
    margin: 1.5em 0 1em; }
    /* line 175, sass/_screen_768.scss */
    #primary-nav > ul {
      text-align: left;
      max-height: none;
      display: block;
      position: relative;
      background-color: transparent;
      opacity: 1; }
      /* line 182, sass/_screen_768.scss */
      #primary-nav > ul li {
        display: inline-block;
        vertical-align: middle;
        *vertical-align: auto;
        *zoom: 1;
        *display: inline;
        border: 0; }
        /* line 185, sass/_screen_768.scss */
        #primary-nav > ul li a {
          border: 0;
          padding: 2px 10px;
          -webkit-transition: all 0.2s ease;
          transition: all 0.2s ease;
          font-size: 1.125em;
          color: #274257;
          border-style: solid;
          border-width: 0 0 2px;
          border-color: transparent; }
          /* line 196, sass/_screen_768.scss */
          #primary-nav > ul li a:hover {
            border-color: #8f6048;
            background-color: transparent; }
        /* line 201, sass/_screen_768.scss */
        #primary-nav > ul li.active a {
          border-color: #274257; }

  /* line 212, sass/_screen_768.scss */
  #query {
    margin-bottom: 1.33333em; }

  /* == Browse Items == */
  /* line 244, sass/_screen_768.scss */
  .pagination {
    width: 47%;
    float: left; }

  /* line 249, sass/_screen_768.scss */
  nav.pagination {
    overflow: visible; }

  /* line 253, sass/_screen_768.scss */
  #content > nav.pagination:nth-of-type(2) {
    width: 47%; }

  /* line 257, sass/_screen_768.scss */
  .pagination_list {
    margin-top: 1em;
    float: left; }

  /* line 262, sass/_screen_768.scss */
  .pagination_list a, li.pagination_current {
    border: 1px solid #ccc;
    display: inline-block;
    padding: 0.33333em 10px;
    vertical-align: top;
    margin-right: 10px; }

  /* line 270, sass/_screen_768.scss */
  #sort-links {
    clear: none;
    float: right; }
    /* line 273, sass/_screen_768.scss */
    #sort-links ul {
      margin-top: 1em;
      padding-top: 0.66667em; }
    /* line 277, sass/_screen_768.scss */
    #sort-links span, #sort-links li {
      padding: 0.33333em 0 0.33333em 20px;
      margin-right: 0; } }

/*# sourceMappingURL=style.css.map */
