@media screen {
  /* 2.3
Table of Contents
=================
-- General HTML Elements
----- Headings
----- Form Elements
-- Global Classes
-- Navigation
----- Pagination
-- Header
-- Footer
-- Content
-- Home
-- Items
-- Search
----- Advanced Search
-- Files
-- Collections
-- ExhibitBuilder
-- Simple Pages
-- Winter Styles
-- Spring Styles
-- Summer Styles
-- Autumn Styles
-- Night Styles
*/
  /* !---------- General HTML Elements ---------- */
  body {
    font-family: "Ubuntu", sans-serif;
    font-weight: 300;
    font-size: 16px;
    line-height: 24px;
    word-wrap: break-word;
    height: 100%; }
  a {
    border-bottom:1px solid #285e71;}
  #skipnav {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px; }
  #skipnav:focus {
    top: 0;
    z-index: 9999;
    clip: initial;
    height: auto;
    width: auto;
    padding: .5em;
    border: 1px blue dashed; }
  /* !---------- Headings ---------- */
  h1 {
    font-size: 32px;
    line-height: 48px; }
  h2 {
    font-size: 24px;
    line-height: 36px; }
  h3 {
    font-size: 20px;
    line-height: 30px;
    font-weight: 500; }
  h4 {
    font-size: 18px;
    line-height: 27px; }
  h5, h6 {
    font-size: 16px;
    line-height: 24px; }
  p, ol, ul {
    margin-bottom: 24px; }
    p:only-child, p:last-child, ol:only-child, ol:last-child, ul:only-child, ul:last-child {
      margin-bottom: 0; }
  ul {
    list-style-type: disc;
    padding-left: 1.5em; }
  /* !---------- Form Elements ---------- */
  label {
    padding: 0px 0;
    display: inline-block;
    font-weight: bold; }
  input[type=text], input[type=password], textarea,
  input[type=submit], button, .button {
    border: 0;
    padding: 7.5px 16px;
    margin: 0;
    box-sizing: border-box; }
  input[type=text], input[type=password],
  input[type=submit], button, .button {
    height: 35px; }
  input[type=text], input[type=password], textarea {
    width: 100%; }
  input[type=radio] {
    margin-right: 5px; }
  select {
    margin: 0 0 24px;
    border: 1px solid #dfe2e2;
    line-height: 36px;
    height: 36px;
    font-size: 16px; }
  input[type=submit], button, .button {
    color: #fff;
    text-transform: uppercase;
    cursor: pointer; }
  fieldset {
    border: 0;
    margin: 0;
    padding: 0; }
  /* !---------- Tables ---------- */
  table {
    width: 100%;
    margin: 24px 0; }
    table caption {
      text-align: left;
      font-style: italic; }
  td,
  th {
    text-align: left;
    border-color: rgba(0, 0, 0, 0.2);
    padding: 6px; }
  td {
    border-bottom: 1px solid;
    padding-bottom: 5px; }
  th {
    border-bottom: 5px solid;
    padding-bottom: 5px; }
  /* !---------- Global classes ---------- */
  .container {
    max-width: 59em;
    padding: 0 1em;
    margin: 0 auto; }
  .show #primary {
    padding: 0; }
  .show #primary > div, .show #content #sidebar > div {
    border-style: solid;
    border-width: 10px 0 0 0;
    padding: 12px 16px;
    box-sizing: border-box;
    margin-bottom: 18px;
    box-shadow: rgba(0, 0, 0, 0.15) 0 0 10px; }
    .show #primary > div > *:first-child, .show #content #sidebar > div > *:first-child {
      margin-top: 0; }
  .show .item-file {
    text-align: center;
    width: 100%; }
    .show .item-file .download-file {
      display: block; }
    .show .item-file img {
      vertical-align: bottom;
      max-width: 100%; }
    .show .item-file > div {
      display: inline-block; }
  .gm-style {
    word-wrap: normal; }
  .image {
    height: 72px;
    width: auto;
    float: left;
    display: block;
    margin: 0 12px 12px 0; }
    .image img {
      height: 100%;
      width: auto; }
  .collection .image,
  .exhibit .image {
    box-shadow: -3px -3px 0 #bbb, -4px -4px 0 #fff, -7px -7px 0 #dedede;
    margin-left: 7px; }
  .record {
    clear: both;
    overflow: hidden; }
  /* !---------- Navigation ---------- */
  nav ul {
    list-style: none;
    margin: 0 auto; }
  nav a {
    display: inline-block; }
  .top {
    padding: 0 16px; }
    .top ul {
      display: none; }
    .top a {
      padding: 12px 0; }
    .top .mobile {
      margin: 24px auto;
      width: 100%; }
  .navigation ul, ul.navigation {
    padding-left: 0; }
  .secondary-nav, #secondary-nav {
    margin-bottom: 24px; }
    .secondary-nav:after, #secondary-nav:after {
      content: "";
      display: block;
      height: 0px;
      clear: both; }
    .secondary-nav .current, .secondary-nav .active, #secondary-nav .current, #secondary-nav .active {
      font-weight: 500;
      text-transform: uppercase; }
    .secondary-nav ul, #secondary-nav ul {
      padding-left: 0; }
    .secondary-nav li, #secondary-nav li {
      float: left;
      width: auto;
      margin-right: 16px; }
  /* !---------- Pagination ---------- */
  .pagination {
    list-style-type: none;
    padding-left: 0;
    margin: 0 0 24px;
    clear: left; }
    .pagination li {
      display: inline-block;
      margin-right: 5px;
      vertical-align: top; }
    .pagination input[type=text] {
      width: 50px;
      text-align: right;
      margin-right: 10px;
      padding-left: 5px !important;
      padding-right: 5px !important;
      border: 1px solid;
      box-shadow: rgba(0, 0, 0, 0.15) 0 0 10px;
      margin-bottom: 24px; }
  nav.pagination {
    padding: 0; }
    nav.pagination .pagination_list {
      box-shadow: rgba(0, 0, 0, 0.15) 0 0 10px;
      margin-bottom: 30px;
      clear: both;
      padding: 6px 0;
      text-align: center; }
      nav.pagination .pagination_list li {
        display: inline-block;
        width: auto;
        color: #fff;
        margin: 0 4px;
        zoom: 1; }
      nav.pagination .pagination_list a {
        padding: 0; }
      nav.pagination .pagination_list .pagination_current {
        font-weight: 500; }
      nav.pagination .pagination_list .pagination_first a, nav.pagination .pagination_list .pagination_last a,
      nav.pagination .pagination_list .pagination_previous a, nav.pagination .pagination_list .pagination_next a {
        display: inline-block;
        text-indent: -9999px;
        height: auto;
        box-shadow: transparent 0 0 0; }
        nav.pagination .pagination_list .pagination_first a:after, nav.pagination .pagination_list .pagination_last a:after,
        nav.pagination .pagination_list .pagination_previous a:after, nav.pagination .pagination_list .pagination_next a:after {
          text-indent: 0;
          display: block;
          margin-top: -2em; }
      nav.pagination .pagination_list .pagination_first a:after {
        content: "<<"; }
      nav.pagination .pagination_list .pagination_last a:after {
        content: ">>"; }
      nav.pagination .pagination_list .pagination_previous a:after {
        content: "<"; }
      nav.pagination .pagination_list .pagination_next a:after {
        content: ">"; }
  .pagination_previous a, .pagination_next a {
    width: 36px;
    height: 36px;
    display: inline-block;
    text-indent: -9999px;
    box-shadow: rgba(0, 0, 0, 0.15) 0 0 10px;
    position: relative; }
    .pagination_previous a:after, .pagination_next a:after {
      content: "\f0da";
      font-family: "Font Awesome 5 Free";
      font-weight: 900;
      text-indent: 0;
      position: absolute;
      top: 0;
      left: 0;
      width: 36px;
      text-align: center;
      line-height: 36px; }
  .pagination_previous a:after {
    content: "\f0d9"; }
  .pagination_next a:after {
    content: "\f0da"; }
  .item-pagination {
    clear: both;
    padding-bottom: 12px;
    overflow: hidden; }
    .item-pagination li {
      display: inline-block;
      background-color: #fff;
      margin: 0 0 12px 0;
      padding: 6px 8px;
      box-shadow: rgba(0, 0, 0, 0.15) 0 0 10px; }
      .item-pagination li:empty {
        display: none; }
    .item-pagination .next {
      float: right; }
    .item-pagination .previous {
      float: left; }
  /* !---------- Header ---------- */
  #site-title {
    font-size: 32px;
    line-height: 48px;
    font-weight: 300;
    text-align: center;
    margin: 0;
    padding: 24px 0; }
  #site-title img {
    max-width: calc(100% - 16px);
    height: auto;
    vertical-align: top;
    margin: auto; }
  #search-container {
    padding: 0 16px 24px; }
    #search-container:after {
      content: "";
      display: block;
      height: 0;
      width: 100px;
      clear: both; }
  #search-form {
    text-align: center;
    position: relative;
    overflow: visible; }
    #search-form input[type=text], #search-form button {
      -webkit-appearance: none;
      -moz-appearance: none;
      border-radius: 0px; }
    #search-form input[type=text] {
      width: 100%;
      font-size: 14px;
      padding-right: 48px; }
    #search-form button {
      width: 36px;
      padding: 0;
      position: absolute;
      top: 0;
      right: 0;
      text-indent: -9999px; }
      #search-form button:after {
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
        content: "\f002";
        position: absolute;
        left: 0;
        top: 0;
        text-indent: 0;
        width: 36px;
        line-height: 36px; }
    #search-form.with-advanced input[type=text] {
      padding-right: 84px; }
    #search-form.with-advanced button {
      right: 36px; }
  .show-advanced.button {
    width: 36px;
    height: 35px;
    text-indent: -9999px;
    display: block;
    position: absolute;
    padding: 0;
    top: 0;
    right: 36px;
    line-height: 30px;
    background-color: #4b6569;
    box-sizing: content-box; }
    .show-advanced.button:focus {
      outline: -webkit-focus-ring-color auto 5px; }
    .show-advanced.button:link, .show-advanced.button:hover, .show-advanced.button:active, .show-advanced.button:visited {
      color: #fff; }
    .show-advanced.button:after {
      width: 36px;
      content: "\2026";
      display: block;
      text-indent: 0;
      text-align: center;
      position: absolute;
      left: 0;
      top: 0;
      height: 36px;
      line-height: 36px;
      border-left: 1px solid rgba(255, 255, 255, 0.2); }
  #advanced-form {
    display: none;
    background-color: #fff;
    overflow: auto;
    z-index: 1001;
    position: absolute;
    top: 35px;
    left: 0;
    border: 1px solid #e7e7e7;
    width: 100%;
    padding: 24px 16px;
    text-align: left;
    box-sizing: border-box;
    box-shadow: rgba(0, 0, 0, 0.25) 0 5px 10px; }
    #advanced-form.open {
      display: block; }
    #advanced-form #query-types *:first-child {
      margin-top: 0; }
    #advanced-form label {
      margin: 0;
      padding: 0; }
    #advanced-form p {
      margin: 12px 0; }
      #advanced-form p:last-of-type {
        margin-bottom: 0; }
  /* !---------- Footer ---------- */
  footer {
    margin-top: 24px;
    padding: 0 16px; }
    footer p {
      padding-bottom: 24px; }
    footer:empty {
      display: none; }
  /* !---------- Content ---------- */
  #content {
    clear: both;
    overflow: visible;
    padding: 24px 16px; }
    #content:after {
      content: "";
      display: block;
      height: 0px;
      clear: both; }
    #content > h1 {
      font-size: 24px;
      line-height: 48px;
      text-transform: uppercase;
      border-top: 0;
      padding: 0 0 12px;
      margin: 0; }
    #content > h2:first-child, #content > div > h2:first-child,
    #content #primary > h2:first-child, #content #primary > div > h2:first-child,
    #content #sidebar > h2:first-child, #content #sidebar > div > h2:first-child {
      padding: 0 16px 6px;
      font-weight: 500;
      border-style: solid;
      border-width: 0 0 5px 0;
      margin: 0 0 12px -16px;
      width: 100%; }
    #content > div, #content section {
      background-color: #fff;
      border-style: solid;
      border-width: 10px 0 0 0;
      overflow: hidden;
      padding: 12px 16px;
      box-shadow: rgba(0, 0, 0, 0.15) 0 0 10px;
      box-sizing: border-box;
      margin-bottom: 18px; }
      #content > div:after, #content section:after {
        content: "";
        display: block;
        height: 0px;
        clear: both; }
      #content > div > *:only-child, #content section > *:only-child {
        margin-top: 0; }
    #content .field {
      margin-bottom: 48px; }
      #content .field div:only-of-type {
        margin-bottom: 0; }
    #content .inputs {
      padding: 12px 0 0;
      clear: both; }
    #content > .element {
      border-bottom: 0; }
    #content .element-set div {
      padding-bottom: 12px;
      margin-bottom: 0; }
      #content .element-set div:only-of-type, #content .element-set div:last-of-type {
        border-bottom: 0;
        padding-bottom: 6px; }
    #content .item-meta {
      padding-bottom: 0; }
      #content .item-meta .item-description {
        padding-top: 0; }
      #content .item-meta .item-img {
        border: 1px solid #dfe2e2;
        padding: 0;
        float: left;
        margin: 0 12px 12px 0; }
        #content .item-meta .item-img img {
          margin: 0; }
    #content #search-filters, #content #item-filters {
      background-color: transparent;
      border-top: 0;
      box-shadow: 0px 0px 0px transparent;
      padding: 0;
      margin-bottom: 24px; }
      #content #search-filters > ul, #content #item-filters > ul {
        float: left;
        padding-left: 0; }
      #content #search-filters > ul > li, #content #item-filters > ul > li {
        margin-right: 12px; }
      #content #search-filters li, #content #item-filters li {
        overflow: auto;
        padding: 6px 8px;
        box-shadow: rgba(0, 0, 0, 0.15) 0 0 10px; }
        #content #search-filters li li, #content #item-filters li li {
          display: inline;
          padding: 6px 0;
          text-transform: lowercase;
          box-shadow: transparent 0 0 0; }
          #content #search-filters li li:last-of-type:after, #content #item-filters li li:last-of-type:after {
            content: ""; }
          #content #search-filters li li:after, #content #item-filters li li:after {
            content: ", "; }
    #content div.hTagcloud {
      border: 0;
      background-color: transparent;
      box-shadow: transparent 0 0 0;
      padding: 0; }
      #content div.hTagcloud ul {
        list-style: none;
        margin: 0;
        padding: 0; }
        #content div.hTagcloud ul li {
          display: inline-block;
          zoom: 1;
          background-color: #fff;
          margin: 0 8px 12px 0;
          padding: 6px 8px;
          box-shadow: rgba(0, 0, 0, 0.15) 0 0 10px; }
    #content .view-items-link {
      border-top: 1px solid #dfe2e2 !important;
      margin: 12px 0 0 -16px !important;
      padding: 12px 16px 0 !important;
      width: 100% !important;
      clear: both;
      display: block; }
      #content .view-items-link + div {
        border-top: 1px solid #DFE2E2;
        padding-top: 23px;
        margin-top: 12px; }
    #content #sort-links {
      border-top: 0;
      padding: 6px 12px;
      margin-bottom: 24px; }
      #content #sort-links span, #content #sort-links ul, #content #sort-links li {
        display: inline-block;
        margin: 0 4px;
        zoom: 1;
        display: inline; }
    #content #sort-links-list {
      padding-left: 0; }
  .login #content form {
    background-color: #fff;
    border-style: solid;
    border-width: 10px 0 0 0;
    overflow: visible;
    padding: 12px 16px;
    box-shadow: rgba(0, 0, 0, 0.15) 0 0 10px;
    box-sizing: border-box;
    margin-bottom: 18px; }
    .login #content form:after {
      content: "";
      display: block;
      height: 0px;
      clear: both; }
    .login #content form > *:only-child {
      margin-top: 0; }
  .asc a:after,
  .desc a:after {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    display: inline-block;
    margin-left: 3px; }
  .asc a:after {
    content: "\f0d8"; }
  .desc a:after {
    content: "\f0d7"; }
  #primary {
    border-style: solid;
    border-width: 10px 0 0 0;
    overflow: visible;
    padding: 24px 16px;
    box-shadow: rgba(0, 0, 0, 0.15) 0 0 10px;
    box-sizing: border-box;
    margin-bottom: 18px;
    padding-left: 13.15789%;
    padding-right: 13.15789%; }
    #primary h1:first-child {
      margin-top: 0; }
    #primary > ul, #primary > ol {
      padding-left: 1.5em; }
  /* !---------- Home ---------- */
  #home #content div#recent-items .item {
    margin: -16px;
    padding: 16px;
    border-top: 1px solid #dfe2e2; }
    #home #content div#recent-items .item:first-of-type {
      border-top: 0; }
      #home #content div#recent-items .item:first-of-type h3 {
        margin-top: 0px; }
    #home #content div#recent-items .item h3 {
      margin-top: 12px; }
  #home #content div .items-list {
    margin: 0 -16px; }
    #home #content div .items-list .item-description {
      margin: 12px 0 0; }
  #home #content div h3, #home #content div h4, #home #content div h5, #home #content div h6,
  #home #content div p, #home #content div input, #home #content div textarea {
    margin-top: 12px;
    margin-bottom: 12px; }
  #home #content div h3 {
    margin-top: 0;
    font-weight: 300;
    text-transform: uppercase; }
  #home #content div img {
    border: 1px solid #dfe2e2;
    display: block;
    max-height: 100%;
    width: auto;
    box-sizing: border-box; }
  #home #content div .show {
    display: block;
    text-transform: capitalize; }
    #home #content div .show:before {
      content: "("; }
    #home #content div .show:after {
      content: "...)"; }
  #home #content div .view-items-link {
    border-top: 1px solid #dfe2e2; }
  #home #content div .item-img {
    display: inline; }
  #home #content div .item-description {
    margin-top: 0;
    padding-top: 0; }
  #home #intro {
    margin-bottom: 24px; }
  #home #featured-item p {
    clear: both; }
  #home #featured-item img {
    margin-bottom: 0; }
  #home #recent-items h2 {
    padding-bottom: 12px; }
  /* !---------- Items ---------- */
  .items.show h3 {
    margin-bottom: 12px; }
  .items.show #itemfiles #item-images > div {
    width: 22.5%;
    display: inline-block;
    margin-right: 3%; }
    .items.show #itemfiles #item-images > div:nth-of-type(4n) {
      margin-right: 0; }
  .items.show #itemfiles a {
    border: 1px solid #dfe2e2;
    display: inline-block;
    zoom: 1;
    overflow: visible;
    margin: 0;
    padding: 0;
    box-sizing: border-box; }
    .items.show #itemfiles a img {
      width: 100%;
      height: auto;
      vertical-align: bottom; }
  .items.show #itemfiles .element-text div:first-of-type {
    border-top: 1px solid #dfe2e2; }
  .items.show #primary .element:last-of-type {
    padding-bottom: 0; }
  .items.show #primary {
    background-color: transparent;
    border-top: 0;
    box-shadow: 0px 0px 0px transparent;
    padding: 0;
    padding: 0; }
    .items.show #primary > div {
      border-top-width: 10px;
      border-top-style: solid;
      box-shadow: rgba(0, 0, 0, 0.15) 0 0 10px; }
  #content #outputs {
    background-color: transparent;
    border-top: 0;
    box-shadow: 0px 0px 0px transparent;
    padding: 0;
    clear: both; }
    #content #outputs p {
      padding-left: 0; }
  .item img {
    height: 72px;
    width: auto;
    float: left;
    margin: 0 12px 12px 0; }
  /* !---------- Search ---------- */
  #search-results {
    background-color: #fff;
    margin-bottom: 24px;
    box-shadow: rgba(0, 0, 0, 0.15) 0 0 10px; }
    #search-results .record-image {
      height: 72px; }
    #search-results th {
      color: #fff; }
    #search-results th, #search-results td {
      padding: 12px 8px;
      text-align: left;
      vertical-align: top; }
      #search-results th:last-of-type, #search-results td:last-of-type {
        border-right: 0; }
    #search-results td {
      border-bottom: 1px solid #ddd;
      padding-top: 24px; }
    #search-results .item img {
      margin: 0;
      height: 100%;
      width: auto; }
  #no-results {
    clear: both; }
  /* !---------- Advanced Search ---------- */
  .advanced-search #content form > div {
    background-color: #fff;
    border-style: solid;
    border-width: 10px 0 0 0;
    overflow: visible;
    padding: 0 16px;
    box-shadow: rgba(0, 0, 0, 0.15) 0 0 10px;
    box-sizing: border-box;
    margin-bottom: 18px; }
    .advanced-search #content form > div:last-of-type {
      padding: 0; }
    .advanced-search #content form > div input {
      margin-bottom: 24px; }
    .advanced-search #content form > div .label {
      margin-bottom: 12px;
      margin-top: 12px; }
  .search-entry select {
    width: calc(49% - 2.25em);
    margin-bottom: 6px; }
  .search-entry input[type=text] {
    width: calc(100% - 48px); }
  .search-entry select {
    margin-right: 1%; }
  .search-entry:first-of-type {
    padding-bottom: 0; }
  .search-entry:first-of-type .advanced-search-joiner {
    display: none; }
  .search-entry .advanced-search-joiner {
    width: 4em; }
  .search-entry:only-of-type {
    margin-bottom: 0; }
  .remove_search {
    text-indent: -9999px;
    width: 36px;
    position: relative;
    height: 36px; }
    .remove_search:after {
      content: "\f00d";
      font-family: "Font Awesome 5 Free";
      font-weight: 900;
      text-indent: 0;
      text-align: center;
      width: 100%;
      top: 0;
      left: 0;
      position: absolute;
      line-height: 36px; }
  .advanced-search button {
    display: inline-block;
    margin: 0 0 24px; }
  .advanced-search #advanced-search-form > div:last-of-type {
    border: 0;
    background-color: transparent;
    float: left; }
  .advanced-search #submit_search_advanced {
    margin-bottom: 0 !important; }
  /* !---------- File Pages ---------- */
  .files #primary {
    background-color: transparent;
    border-top: 0;
    box-shadow: 0px 0px 0px transparent;
    padding: 0;
    padding-top: 0; }
    .files #primary:first-child {
      margin-top: 0; }
  .files #content #sidebar h3 {
    padding-left: 0; }
  .files .download-file {
    box-sizing: border-box;
    overflow: auto;
    padding: 6px;
    display: inline-block; }
    .files .download-file img {
      max-width: 100%;
      vertical-align: bottom;
      float: left; }
  .files .item-file {
    text-align: center; }
    .files .item-file > div {
      display: inline-block; }
  /* !---------- Collections ---------- */
  .collections:only-of-type, .collections:last-of-type {
    border-bottom: 0;
    margin-bottom: 0; }
  .collections #content .element-set .element {
    margin-bottom: 24px; }
    .collections #content .element-set .element:last-of-type {
      margin-bottom: 0; }
  .collections #collection-items .item {
    border-top: 1px solid #dfe2e2;
    margin: 0 -16px;
    padding: 0 16px 24px;
    overflow: hidden; }
    .collections #collection-items .item:first-of-type {
      border-top: 0; }
    .collections #collection-items .item:last-of-type {
      margin-bottom: 12px; }
    .collections #collection-items .item div:only-of-type {
      margin-bottom: 0; }
  .collections .collection {
    clear: both; }
  .collections h3:only-child {
    margin-bottom: 0; }
  /* !---------- ExhibitBuilder ---------- */
  .exhibits #content .navigation {
    padding-left: 0; }
    .exhibits #content .navigation .current, .exhibits #content .navigation .active {
      font-weight: 500; }
  .exhibits #content .primary {
    padding-bottom: 0; }
  .exhibits .exhibit {
    clear: both; }
  .exhibits .exhibit-page {
    font-weight: bold; }
  .exhibits.summary #content #primary > div {
    background-color: transparent;
    border-top: 0;
    box-shadow: 0px 0px 0px transparent;
    padding: 0; }
    .exhibits.summary #content #primary > div:last-child {
      margin-bottom: 0; }
  .exhibits #exhibit-pages:not(.full) > ul > li:not(:last-of-type) {
    border-bottom: 1px solid #dfe2e2; }
  .exhibits #exhibit-pages:not(.full) a {
    margin: 6px 0; }
  .exhibits #exhibit-pages.top li a {
    max-width: 100%;
    height: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis; }
  .exhibits #exhibit-pages.top li {
    max-width: 40%; }
  .exhibits.show #content h1 {
    font-size: 32px; }
  .exhibits.show #content #primary:first-child {
    margin-top: 24px; }
  .exhibits.show #content #primary p, .exhibits.show #content #primary ol, .exhibits.show #content #primary ul {
    margin-bottom: 24px; }
  .exhibits.show #content .exhibit-item {
    padding-top: 0; }
  .exhibits.show #content #exhibit-page-navigation {
    background-color: transparent;
    border-top: 0;
    box-shadow: 0px 0px 0px transparent;
    padding: 0; }
    .exhibits.show #content #exhibit-page-navigation a, .exhibits.show #content #exhibit-page-navigation span {
      padding: 6px 0;
      display: inline-block;
      width: 100%;
      box-shadow: rgba(0, 0, 0, 0.15) 0 0 10px;
      box-sizing: border-box; }
    .exhibits.show #content #exhibit-page-navigation > div {
      padding: 0;
      width: 100%;
      text-align: center; }
    .exhibits.show #content #exhibit-page-navigation #exhibit-nav-next {
      margin-bottom: 24px; }
  .exhibits.show #content #exhibit-pages ul {
    margin-left: 0 !important; }
  .exhibits.show #content .exhibit-page-nav, .exhibits.show #content .exhibit-child-nav {
    margin-left: 0;
    padding-left: 0;
    clear: both; }
    .exhibits.show #content .exhibit-page-nav .current, .exhibits.show #content .exhibit-child-nav .current {
      font-weight: bold; }
  .exhibits.show #content .exhibit-page-nav {
    box-shadow: rgba(0, 0, 0, 0.15) 0 0 10px;
    margin-bottom: 24px; }
    .exhibits.show #content .exhibit-page-nav a {
      padding: 0;
      vertical-align: bottom; }
    .exhibits.show #content .exhibit-page-nav > li:nth-child(2) {
      background-color: rgba(0, 0, 0, 0.1);
      max-width: none; }
    .exhibits.show #content .exhibit-page-nav > li:nth-child(3) {
      background-color: rgba(0, 0, 0, 0.2);
      max-width: none; }
    .exhibits.show #content .exhibit-page-nav > li:nth-child(4) {
      background-color: rgba(0, 0, 0, 0.3);
      max-width: none; }
    .exhibits.show #content .exhibit-page-nav > li {
      display: block;
      float: none;
      overflow: hidden;
      margin-right: 0; }
      .exhibits.show #content .exhibit-page-nav > li:first-of-type {
        text-transform: uppercase;
        padding: 6px 8px; }
        .exhibits.show #content .exhibit-page-nav > li:first-of-type a:after {
          content: ":"; }
      .exhibits.show #content .exhibit-page-nav > li ul {
        padding-left: 0; }
        .exhibits.show #content .exhibit-page-nav > li ul li {
          display: inline-block;
          padding: 6px 8px;
          width: auto; }
  .exhibits #content #secondary-nav .current a,
  .exhibits #content #secondary-nav a.current,
  .exhibits #content .exhibit-section-nav .current a {
    background-color: transparent; }
  #content .exhibit-items,
  #content .gallery {
    padding-bottom: 0; }
  #exhibit-pages:not(.full) {
    border-style: solid;
    border-width: 10px 0 0 0;
    overflow: visible;
    box-shadow: rgba(0, 0, 0, 0.15) 0 0 10px;
    padding: 12px 16px;
    background-color: #fff; }
    #exhibit-pages:not(.full) ul {
      margin-left: 0;
      padding-left: 0; }
      #exhibit-pages:not(.full) ul ul {
        padding-left: 16px; }
  #exhibit-pages h4 {
    margin: 3px 0 0; }
  .exhibit-block:first-child p:first-of-type {
    margin-top: 0; }
  #content .exhibit-item:empty {
    padding: 0; }
  .gallery-full-left, .gallery-full-right, .gallery-thumbnails,
  .gallery-thumbnails-text-bottom, .gallery-thumbnails-text-top, .image-list-left,
  .image-list-left-thumbs, .image-list-right, .image-list-right-thumbs,
  .text-full, .text-image-left, .text-image-right {
    padding: 24px 0;
    margin-top: 24px; }
    .gallery-full-left div:empty, .gallery-full-right div:empty, .gallery-thumbnails div:empty,
    .gallery-thumbnails-text-bottom div:empty, .gallery-thumbnails-text-top div:empty, .image-list-left div:empty,
    .image-list-left-thumbs div:empty, .image-list-right div:empty, .image-list-right-thumbs div:empty,
    .text-full div:empty, .text-image-left div:empty, .text-image-right div:empty {
      display: none; }
  #content .layout-text p:only-child {
    margin-top: 24px; }
  .exhibit-block {
    overflow: hidden; }
  .exhibit-block > *:last-child {
    margin-bottom: 0; }
  .exhibit-item .exhibit-item-link img {
    width: 100%; }
  /* !---------- Simple Pages ---------- */
  .simple-pages-navigation {
    list-style: none; }
  .simple-pages-navigation ul {
    display: none; }
  .simple-pages-navigation .current ul {
    display: block; }
  .simple-pages-navigation a {
    text-decoration: none;
    border-bottom: 1px solid #ddd;
    display: block;
    font-weight: bold;
    padding: 4px; }
  #simple-pages-breadcrumbs {
    font-weight: bold;
    margin-bottom: 24px; }
  /* !---------- Other Plugin Styles ---------- */
  #recaptcha_area input {
    height: auto; }


#exhibit-pages a {
  text-decoration: none;
  border-bottom: none !important;
}



  /* !---------- RUL Dark Styles ---------- */

  .rul-dark body {
    background-color: #fff;
    color: #000; }
  .rul-dark h1, .rul-dark #site-title a {
    color: #473319;}
  .rul-dark #site-title {background-color: #FFF;}
  .rul-dark input[type=submit], .rul-dark button, .rul-dark .button, .rul-dark .show-advanced.button {
    background-color: #cc0033; }
  .rul-dark input[type=text], .rul-dark input[type=password], .rul-dark textarea {
    background-color: #fff;
    border: 1px solid #36404e; }
  .rul-dark a:link {
    color: #285e71; }

    /* general link color: blueish, bottom border */
  .rul-dark #content a:link {color: #285e71; border-bottom:none; }

  .rul-dark a:visited {
    color: #285e71; }
  .rul-dark a:hover, .rul-dark a:active, .rul-dark a:focus {
     text-decoration:underline !important;}
  .rul-dark header {
    background-color: #fff; border-bottom: 1px solid #000;}
  .rul-dark nav.top {
    background-color: #cc0033; clear:both; }
    .rul-dark nav.top a:link, .rul-dark nav.top a:visited {
      color: #fff; }
    .rul-dark nav.top a:active, .rul-dark nav.top a:hover, .rul-dark nav.top a:focus {
      color: #fff; }
    .rul-dark nav.top .sub-nav {
      background-color: #cc0033; }
      .rul-dark nav.top .sub-nav li > a:link, .rul-dark nav.top .sub-nav li > a:visited {
        color: #FFF; }
      .rul-dark nav.top .sub-nav li > a:hover, .rul-dark nav.top .sub-nav li > a:focus {
        color: #fff; }
  .rul-dark #intro {
    color: #FF8F00; }
  .rul-dark #content,
  .rul-dark #secondary-nav .current a,
  .rul-dark #secondary-nav a.current,
  .rul-dark .secondary-nav .current a,
  .rul-dark .secondary-nav a.current,
  .rul-dark .exhibit-section-nav .current a {
    background-color: #fff; }
  .rul-dark #home #content > div {
    border-color: #36404e; }
  .rul-dark #content > h1 {
    color: #473319; }
  .rul-dark #content h2 {
    border-color: #222; }
  .rul-dark #content > div, .rul-dark #content #primary > div, .rul-dark #content #sidebar > div,
  .rul-dark #content #advanced-search-form > div, .rul-dark #content #exhibit-pages {
    border-top:4px solid #473319; }
  .rul-dark #content #primary > div, .rul-dark #content #sidebar > div {
    background-color: #fff; }
  .rul-dark #content .pagination_previous a, .rul-dark #content .pagination_next a {
    background-color: #473319; }
  .rul-dark #content .pagination a:link, .rul-dark #content .pagination a:visited {
    color: #FFF; }
  .rul-dark #content .pagination a:hover, .rul-dark #content .pagination a:active {
    color: #fff; }
  .rul-dark #content .pagination input[type=text] {
    border-color: #FFF; }
  .rul-dark #content nav .pagination_list {
    background-color: #285e71; }
  .rul-dark #content .items-nav a:link, .rul-dark #content .items-nav a:visited {
    color: #285e71; }
  .rul-dark #content .items-nav a:active, .rul-dark #content .items-nav a:hover {
    color: #285e71; }
  .rul-dark #content .item-img {
    border-color: #e8e8e8; }
  .rul-dark #content div.hTagcloud {
    border: 0;
    background-color: transparent;
    box-shadow: transparent 0 0 0; }
  .rul-dark #search-results th {
    background-color: #BA5656; }
  .rul-dark #search-filters li, .rul-dark #item-filters li {
    background-color: #FFFFAD; }
  .rul-dark .page #content {
    border-color: #BA5656; }
  .rul-dark .exhibit-page-nav {
    background-color: #BA5656; }
  .rul-dark .exhibit-page-nav .current, .rul-dark .exhibit-child-nav .current {
    background-color: rgba(0, 0, 0, 0.1); }
  .rul-dark .exhibit-page-nav a:link, .rul-dark .exhibit-page-nav a:visited {
    color: #FFFFAD; }
  .rul-dark .exhibit-page-nav a:hover, .rul-dark .exhibit-page-nav a:active {
    color: #fff; }
  .rul-dark #exhibit-page-navigation a, .rul-dark #exhibit-page-navigation span {
    background-color: #fff; }


/* shadow on main content and nav - made brownish */
.rul-dark #content > div, 
.rul-dark #content section,
.rul-dark #exhibit-pages {box-shadow: #473319 0 5px 10px;}

/* top right: RU links, position and color (to set | color) */
  .rul-dark #topRight {width:29ex;float:right;font-size: .9em;color:#fff;}
  .rul-dark #topRight a {color:#fff;}
  .rul-dark #RUhome   {padding-right:.5em;}
  .rul-dark #RUsearch {padding-left:.2em;}
  .rul-dark #RULlogo {max-width:250px;display: inline-block;margin:1em -.7em 1em 1em;float:left;} 
  .rul-dark .text-white {color:#FFF;;display:block;margin: 1.1em 3em 1em 1em;float:left;font-size:2.3em;}

/* RULheader: set grey color; force width */
  .rul-dark #RULheader {background-color:#36404e;width:100%;min-height:8em;}

@media (max-width: 900px) { 
  .rul-dark #RULlogo {max-width:30%;display:block;margin:2.5em 3em 1em 1em;float:left;}
  .rul-dark .text-white {font-size:1.5em;margin-top:1.3em;float:left;} 
}  
 @media (max-width: 600px) { 
  .rul-dark #RULlogo {max-width:30%;display:block;margin:1em 0em 0em 1em;float:left;}
  .rul-dark .text-white {font-size:1em;margin:1.1em 2m 1em 0em;float:right;} 
  .rul-dark h1 {font-size:18px;} 
  .rul-dark #RULheader {min-height:5em;}
} 

/* make images in body fill whole block width */
  .rul-dark .exhibit-items img {max-width:initial;width:100%;}

/* footer */

/* footer: set grey color (middle row) and back it up; make text white */
  .rul-dark footer {background-color: #36404e;margin-top:-6px;padding:0; }
  .rul-dark footer p {color: #fff; }

/* footer: blue-ish and white text */
  .rul-dark #footerMedia {background-color:  #285e71;display:inline-block;color:#FFF;width:100%;}

/* footer: social media link styles */
  .rul-dark .connect-with-us {
    font-size: 1.14285714286em;
    float: right;
    margin: 7px 0; padding-right: 6.77966%;}
  .rul-dark .connect-with-us li {
    list-style: none;
    margin: 0 5px;
    display: block;
    float: left;
    font-size: 14px;  }
  .rul-dark .connect-with-us li img {
    vertical-align: middle;
    height: 24px;
    width: 24px;  }

/* footer middle row: custom footer text, options. set colors */
  .rul-dark #custom-footer-text {width: 100%;text-align: left;}
  .rul-dark #custom-footer-text p {margin:0;padding: .5em 0;padding-left:6.77966%;padding-right:6.77966%;}
  .rul-dark #custom-footer-text a,
  .rul-dark #custom-footer-text a:visited {color:#FFF;border-bottom: 1px dotted #fff;}
  .rul-dark footer p {padding-bottom: 0px;margin: 0 0 12px 0;}

/* footer bottom, row: accessibility, copyright colors etc. */
  .rul-dark #bottomFooter {background-color: #28313E; color:#FFF;padding-left: 6.77966%;padding-right: 6.77966%;padding-bottom: .6em;display:table;}
  .rul-dark #accessibilityRU {margin:0;font-size:.8em;color:#FFF;}
  .rul-dark #copyrightRU {margin-bottom:1em;font-size:.8em;color:#FFF;}
  .rul-dark #accessibilityRU a,
  .rul-dark #accessibilityRU a:visited {color:#FFF;border-bottom: 1px solid #fff;}
  .rul-dark #copyrightRU a,
  .rul-dark #copyrightRU a:visited {color:#FFF;border-bottom: 1px solid #fff;}





/* top nav */

/* top nav: make text larger and bolder */
  .rul-dark nav.top .nav-item > a {font-size:16px;font-weight:500;}

  .rul-dark nav.top .nav-item > a:focus, 
  .rul-dark nav.top .nav-item > a:hover, 
  .rul-dark nav.top .nav-item > a.open  {border:none; background-color:#36404e;}
  .rul-dark nav.top .nav-item {margin-top:-1px;margin-bottom: -1px;}

/* top nav: adjust hover to be gray */
.rul-dark nav.top .sub-nav a:focus, 
.rul-dark nav.top .sub-nav a:hover {
   background-color: #36404e;}

/* top nav: make ropdown submenus not have a gap */
.rul-dark nav.top .sub-nav {border: none;}

/* body nav: */

/* body nav: make nav bullets */
.rul-dark #exhibit-pages ul li a::before {
    content: "\BB\20";
    display: inline;}

/* body nav: remove underline on nav links..is under bullet */
.rul-dark #exhibit-pages ul li a:hover, 
.rul-dark #exhibit-pages ul li a:active, 
.rul-dark #exhibit-pages ul li a:focus {
    text-decoration: none !important;}

.rul-dark .side a:link {
  border-bottom: none !important;
  text-decoration: none;
}

/* body nav: make site title be centered */
.rul-dark #exhibit-pages h2 {text-align: center;font-size: 1.1rem;}

/* body nav: make bullets not be above a text wrapped nav link */
.rul-dark .exhibits #exhibit-pages:not(.full) a {
    padding-left: 11px;
    text-indent: -11px;}





  /* !---------- RUL-Linen Styles ---------- */


/* set linen-like color */
.rul-linen header {background-color:#E2DED5 !important;}


  .rul-linen body {
    background-color: #fff;
    color: #000; }
  .rul-linen h1, .rul-linen #site-title a {
    color: #473319;}
  .rul-linen #site-title {background-color: #E2DED5;}
  .rul-linen input[type=submit], .rul-linen button, .rul-linen .button, .rul-linen .show-advanced.button {
    background-color: #cc0033; }
  .rul-linen input[type=text], .rul-linen input[type=password], .rul-linen textarea {
    background-color: #fff;
    border: 1px solid #36404e; }
  .rul-linen a:link {
    color: #285e71; }

    /* general link color: blueish, bottom border */
  .rul-linen #content a:link {color: #285e71;border-bottom:none;}

  .rul-linen a:visited {
    color: #285e71; }
  .rul-linen a:hover, .rul-linen a:active, .rul-linen a:focus {
     text-decoration:underline !important;}
  .rul-linen header {
    background-color: #fff; border-bottom: 1px solid #000;}
  .rul-linen nav.top {
    background-color: #cc0033; clear:both;}
    .rul-linen nav.top a:link, .rul-linen nav.top a:visited {
      color: #fff; }
    .rul-linen nav.top a:active, .rul-linen nav.top a:hover, .rul-linen nav.top a:focus {
      color: #fff; }
    .rul-linen nav.top .sub-nav {
      background-color: #cc0033; }
      .rul-linen nav.top .sub-nav li > a:link, .rul-linen nav.top .sub-nav li > a:visited {
        color: #FFF; }
      .rul-linen nav.top .sub-nav li > a:hover, .rul-linen nav.top .sub-nav li > a:focus {
        color: #fff; }
  .rul-linen #intro {
    color: #FF8F00; }
  .rul-linen #content,
  .rul-linen #secondary-nav .current a,
  .rul-linen #secondary-nav a.current,
  .rul-linen .secondary-nav .current a,
  .rul-linen .secondary-nav a.current,
  .rul-linen .exhibit-section-nav .current a {
    background-color: #fff; }
  .rul-linen #home #content > div {
    border-color: #36404e; }
  .rul-linen #content > h1 {
    color: #473319; }
  .rul-linen #content h2 {
    border-color: #222; }
  .rul-linen #content > div, .rul-linen #content #primary > div, .rul-linen #content #sidebar > div,
  .rul-linen #content #advanced-search-form > div, .rul-linen #content #exhibit-pages {
    border-top:4px solid #473319; }
  .rul-linen #content #primary > div, .rul-linen #content #sidebar > div {
    background-color: #fff; }
  .rul-linen #content .pagination_previous a, .rul-linen #content .pagination_next a {
    background-color: #473319; }
  .rul-linen #content .pagination a:link, .rul-linen #content .pagination a:visited {
    color: #FFF; }
  .rul-linen #content .pagination a:hover, .rul-linen #content .pagination a:active {
    color: #fff; }
  .rul-linen #content .pagination input[type=text] {
    border-color: #FFF; }
  .rul-linen #content nav .pagination_list {
    background-color: #285e71; }
  .rul-linen #content .items-nav a:link, .rul-linen #content .items-nav a:visited {
    color: #285e71; }
  .rul-linen #content .items-nav a:active, .rul-linen #content .items-nav a:hover {
    color: #285e71; }
  .rul-linen #content .item-img {
    border-color: #e8e8e8; }
  .rul-linen #content div.hTagcloud {
    border: 0;
    background-color: transparent;
    box-shadow: transparent 0 0 0; }
  .rul-linen #search-results th {
    background-color: #BA5656; }
  .rul-linen #search-filters li, .rul-linen #item-filters li {
    background-color: #FFFFAD; }
  .rul-linen .page #content {
    border-color: #BA5656; }
  .rul-linen .exhibit-page-nav {
    background-color: #BA5656; }
  .rul-linen .exhibit-page-nav .current, .rul-linen .exhibit-child-nav .current {
    background-color: rgba(0, 0, 0, 0.1); }
  .rul-linen .exhibit-page-nav a:link, .rul-linen .exhibit-page-nav a:visited {
    color: #FFFFAD; }
  .rul-linen .exhibit-page-nav a:hover, .rul-linen .exhibit-page-nav a:active {
    color: #fff; }
  .rul-linen #exhibit-page-navigation a, .rul-linen #exhibit-page-navigation span {
    background-color: #fff; }


/* shadow on main content and nav - made brownish */
.rul-linen #content > div, 
.rul-linen #content section,
.rul-linen #exhibit-pages {box-shadow: #473319 0 5px 10px;}

/* top right: RU links, position and color (to set | color) */
  .rul-linen #topRight {width:29ex;float:right;font-size: .9em;color:#fff;}
  .rul-linen #topRight a {color:#fff;}
  .rul-linen #RUhome   {padding-right:.5em;}
  .rul-linen #RUsearch {padding-left:.2em;}
  .rul-linen #RULlogo {max-width:250px;display: inline-block;margin:1em -.7em 1em 1em;float:left;} 
  .rul-linen .text-white {color:#FFF;display:block;margin: 1.1em 3em 1em 1em;float:left;font-size:2.3em;}

/* RULheader: set  color; force width */
  .rul-linen #RULheader {background-color:#36404e;width:100%;min-height:8em;}


@media (max-width: 900px) { 
  .rul-linen #RULlogo {max-width:30%;display:block;margin:2.5em 3em 1em 1em;float:left;}
  .rul-linen .text-white {font-size:1.5em;margin-top:1.3em;float:left;} 
}  

@media (max-width: 600px) { 
  .rul-linen #RULlogo {max-width:30%;display:block;margin:1em 0em 0em 1em;float:left;}
  .rul-linen .text-white {font-size:1em;margin:1.1em 2em 1em 0em;float:right;} 
  .rul-linen h1 {font-size:18px;} 
  .rul-linen #RULheader {min-height:5em;}
}  

/* make images in body fill whole block width */
  .rul-linen .exhibit-items img {max-width:initial;width:100%;}

/* footer */

/* footer: set grey color (middle row) and back it up; make text white */
  .rul-linen footer {background-color: #28313E;margin-top:-6px; padding:0;}
  .rul-linen footer p {color: #fff; }

/* footer: blue-ish and white text */
  .rul-linen #footerMedia {background-color:  #285e71;display:inline-block;color:#FFF;width:100%;}

/* footer: social media link styles */
  .rul-linen .connect-with-us {
    font-size: 1.14285714286em;
    float: right;
    margin: 7px 0; padding-right: 6.77966%;}
  .rul-linen .connect-with-us li {
    list-style: none;
    margin: 0 5px;
    display: block;
    float: left;
    font-size: 14px;  }
  .rul-linen .connect-with-us li img {
    vertical-align: middle;
    height: 24px;
    width: 24px;  }

/* footer middle row: custom footer text, options. set colors */
  .rul-linen #custom-footer-text {width: 100%;text-align: left;}
  .rul-linen #custom-footer-text p {margin:0;padding: .5em 0;padding-left:6.77966%;padding-right:6.77966%;}
  .rul-linen #custom-footer-text a,
  .rul-linen #custom-footer-text a:visited {color:#FFF;border-bottom: 1px dotted #fff;}
  .rul-linen footer p {padding-bottom: 0px;margin: 0 0 12px 0;}

/* footer bottom, row: accessibility, copyright colors etc. */
  .rul-linen #bottomFooter {background-color: #28313E; color:#FFF;padding-left: 6.77966%;padding-right: 6.77966%;padding-bottom: .6em;display:table;}
  .rul-linen #accessibilityRU {margin:0;font-size:.8em;color:#FFF;}
  .rul-linen #copyrightRU {margin-bottom:1em;font-size:.8em;color:#FFF;}
  .rul-linen #accessibilityRU a,
  .rul-linen #accessibilityRU a:visited {color:#FFF;border-bottom: 1px solid #fff;}
  .rul-linen #copyrightRU a,
  .rul-linen #copyrightRU a:visited {color:#FFF;border-bottom: 1px solid #fff;}

@media (max-width: 900px) {
  .rul-linen #accessibilityRU, 
  .rul-linen #copyrightRU {width:100%;} 
}  




/* top nav */

/* top nav: make text larger and bolder */
  .rul-linen nav.top .nav-item > a {font-size:16px;font-weight:500;}

  .rul-linen nav.top .nav-item > a:focus, 
  .rul-linen nav.top .nav-item > a:hover, 
  .rul-linen nav.top .nav-item > a.open  {border:none; background-color:#36404e;}
  .rul-linen nav.top .nav-item {margin-top:-1px;margin-bottom: -1px;}

/* top nav: adjust hover to be gray */
.rul-linen nav.top .sub-nav a:focus, 
.rul-linen nav.top .sub-nav a:hover {
   background-color: #36404e;}

/* top nav: make ropdown submenus not have a gap */
.rul-linen nav.top .sub-nav {border: none;}

/* body nav: */

/* body nav: make nav bullets */
.rul-linen #exhibit-pages ul li a::before {
    content: "\BB\20";
    display: inline;}

/* body nav: remove underline on nav links..is under bullet */
.rul-linen #exhibit-pages ul li a:hover, 
.rul-linen #exhibit-pages ul li a:active, 
.rul-linen #exhibit-pages ul li a:focus {
    text-decoration: none !important;}

.rul-linen .side a:link {
  border-bottom: none !important;
  text-decoration: none;
}


/* body nav: make site title be centered */
.rul-linen #exhibit-pages h2 {text-align: center;font-size: 1.1rem;}

/* body nav: make bullets not be above a text wrapped nav link */
.rul-linen .exhibits #exhibit-pages:not(.full) a {
    padding-left: 11px;
    text-indent: -11px;}







  /* !---------- RUL-Light Styles ---------- */


  .rul-light body {
    background-color: #fff;
    color: #000; }
  .rul-light h1, .rul-light #site-title a {
    color: #524848;}

.rul-light #site-title a:hover {text-decoration: none !important;}

  .rul-light #site-title {background-color: #fff;}
  .rul-light input[type=submit], .rul-light button, .rul-light .button, .rul-light .show-advanced.button {
    background-color: #cc0033; }
  .rul-light input[type=text], .rul-light input[type=password], .rul-light textarea {
    background-color: #fff;
    border: 1px solid #36404e; }
  .rul-light a:link {
    color: #285e71; }

    /* general link color: blueish,  bottom border */
  .rul-light #content a:link {color: #285e71; border-bottom:none;}

  .rul-light a:visited {
    color: #285e71; }
  .rul-light a:hover, .rul-light a:active, .rul-light a:focus {
     text-decoration:underline !important;}

  .rul-light header {
    background-color: #fff; border-bottom: 1px solid #ebe8e8;}

  .rul-light nav.top {
    background-color: #cc0033; clear:both }
    .rul-light nav.top a:link, .rul-light nav.top a:visited {
      color: #fff; }
    .rul-light nav.top a:active, .rul-light nav.top a:hover, .rul-light nav.top a:focus {
      color: #fff; }
    .rul-light nav.top .sub-nav {
      background-color: #cc0033; }
      .rul-light nav.top .sub-nav li > a:link, .rul-light nav.top .sub-nav li > a:visited {
        color: #FFF; }
      .rul-light nav.top .sub-nav li > a:hover, .rul-light nav.top .sub-nav li > a:focus {
        color: #fff; }
  .rul-light #intro {
    color: #FF8F00; }
  .rul-light #content,
  .rul-light #secondary-nav .current a,
  .rul-light #secondary-nav a.current,
  .rul-light .secondary-nav .current a,
  .rul-light .secondary-nav a.current,
  .rul-light .exhibit-section-nav .current a {
    background-color: #fff; }
  .rul-light #home #content > div {
    border-color: #36404e; }

  .rul-light #content > h1 {
    color: #524848; text-transform: capitalize;}

  .rul-light #content h2 {
    border-color: #222; }

/* border on major blocks */
  .rul-light #content > div, .rul-light #content #primary > div, .rul-light #content #sidebar > div,
  .rul-light #content #advanced-search-form > div, .rul-light #content #exhibit-pages {
    border-top:4px solid #ebe8e8; }

  .rul-light #content #primary > div, .rul-light #content #sidebar > div {
    background-color: #fff; }
  .rul-light #content .pagination_previous a, .rul-light #content .pagination_next a {
    background-color: #473319; }
  .rul-light #content .pagination a:link, .rul-light #content .pagination a:visited {
    color: #FFF; }
  .rul-light #content .pagination a:hover, .rul-light #content .pagination a:active {
    color: #fff; }
  .rul-light #content .pagination input[type=text] {
    border-color: #FFF; }
  .rul-light #content nav .pagination_list {
    background-color: #285e71; }
  .rul-light #content .items-nav a:link, .rul-light #content .items-nav a:visited {
    color: #285e71; }
  .rul-light #content .items-nav a:active, .rul-light #content .items-nav a:hover {
    color: #285e71; }
  .rul-light #content .item-img {
    border-color: #e8e8e8; }
  .rul-light #content div.hTagcloud {
    border: 0;
    background-color: transparent;
    box-shadow: transparent 0 0 0; }
  .rul-light #search-results th {
    background-color: #BA5656; }
  .rul-light #search-filters li, .rul-light #item-filters li {
    background-color: #FFFFAD; }
  .rul-light .page #content {
    border-color: #BA5656; }
  .rul-light .exhibit-page-nav {
    background-color: #BA5656; }
  .rul-light .exhibit-page-nav .current, .rul-light .exhibit-child-nav .current {
    background-color: rgba(0, 0, 0, 0.1); }
  .rul-light .exhibit-page-nav a:link, .rul-light .exhibit-page-nav a:visited {
    color: #FFFFAD; }
  .rul-light .exhibit-page-nav a:hover, .rul-light .exhibit-page-nav a:active {
    color: #fff; }
  .rul-light #exhibit-page-navigation a, .rul-light #exhibit-page-navigation span {
    background-color: #fff; }


/* shadow on main content and nav - made brownish */
.rul-light #content > div, 
.rul-light #content section,
.rul-light #exhibit-pages {box-shadow: #ebe8e8 0 5px 10px;}

/* top right: RU links, position and color (to set | color) */
  .rul-light #topRight {width:29ex;float:right;font-size: .9em;color:#000;}
  .rul-light #topRight a {color:#000;}
  .rul-light #RUhome   {padding-right:.5em;}
  .rul-light #RUsearch {padding-left:.2em;}
  .rul-light #RULlogo {max-width:250px;display:inline-block;margin:1em -.7em 1em 1em;float:left;} 
  .rul-light .text-black {color:#000;display:block;margin: 1.1em 3em 1em 1em;float:left;font-size:2.3em;}

/* RULheader: set white color; force width */
  .rul-light #RULheader {background-color:#fff;width:100%;min-height:8em;}

@media (max-width: 900px) { 
  .rul-light #RULlogo {max-width:30%;display:block;margin:2.5em 3em 1em 1em;float:left;}
  .rul-light .text-black {font-size:1.5em;margin-top:1.3em;float:left;} 
}  
 @media (max-width: 600px) { 
  .rul-light #RULlogo {max-width:30%;display:block;margin:1em 0em 0em 1em;float:left;}
  .rul-light .text-black {font-size:1em;margin:1.1em 2em 1em 0em;float:right;} 
  .rul-light h1 {font-size:18px;} 
  .rul-light #RULheader {min-height:5em;}
} 

/* make images in body fill whole block width */
  .rul-light .exhibit-items img {max-width:initial;width:100%;}

/* footer */

/* footer: set grey color (middle row) and back it up; make text white */
  .rul-light footer {background-color: #d6d6d6;;margin-top:-6px;padding:0; }
  .rul-light footer p {color: #000; }

/* footer: blue-ish and white text */
  .rul-light #footerMedia {background-color:  #80c7e0;display:inline-block;color:#000;width:100%;}

/* footer: social media link styles */
  .rul-light .connect-with-us {
    font-size: 1.14285714286em;
    float: right;
    margin: 7px 0; padding-right: 6.77966%;}
  .rul-light .connect-with-us li {
    list-style: none;
    margin: 0 5px;
    display: block;
    float: left;
    font-size: 14px;  }
  .rul-light .connect-with-us li img {
    vertical-align: middle;
    height: 24px;
    width: 24px;  }

/* footer middle row: custom footer text, options. set colors */
  .rul-light #custom-footer-text {width: 100%;text-align: left;}
  .rul-light #custom-footer-text p {margin:0;padding: .5em 0;padding-left:6.77966%;padding-right:6.77966%;}
  .rul-light #custom-footer-text a,
  .rul-light #custom-footer-text a:visited {color:#FFF;border-bottom: 1px dotted #fff;}
  .rul-light footer p {padding-bottom: 0px;margin: 0 0 12px 0;}

/* footer bottom, row: accessibility, copyright  colors etc. */
  .rul-light #bottomFooter {background-color: #d6d6d6; color:#000;padding-left: 6.77966%;padding-right: 6.77966%;padding-bottom: .6em;display:table;}
  .rul-light #accessibilityRU {margin:0;font-size:.8em;color:#000;}
  .rul-light #copyrightRU {margin-bottom:1em;font-size:.8em;color:#000;}
  .rul-light #accessibilityRU a,
  .rul-light #accessibilityRU a:visited {color:#000;border-bottom: 1px solid #000;}
  .rul-light #copyrightRU a,
  .rul-light #copyrightRU a:visited {color:#000;border-bottom: 1px solid #fff;}

@media (max-width: 900px) {
  .rul-light #accessibilityRU, 
  .rul-light #copyrightRU {width:100%;} 
}  





/* top nav */

/* top nav: make text larger and bolder */
  .rul-light nav.top .nav-item > a {font-size:16px;font-weight:500;}

  .rul-light nav.top .nav-item > a:focus, 
  .rul-light nav.top .nav-item > a:hover, 
  .rul-light nav.top .nav-item > a.open  {border:none; background-color:#36404e;}
  .rul-light nav.top .nav-item {margin-top:-1px;margin-bottom: -1px;}

/* top nav: adjust hover to be gray */
.rul-light nav.top .sub-nav a:focus, 
.rul-light nav.top .sub-nav a:hover {
   background-color: #36404e;}

/* top nav: make ropdown submenus not have a gap */
.rul-light nav.top .sub-nav {border: none;}

/* body nav: */

/* body nav: make nav bullets */
.rul-light #exhibit-pages ul li a::before {
    content: "\BB\20";
    display: inline;}

/* body nav: remove underline on nav links..is under bullet */
.rul-light #exhibit-pages ul li a:hover, 
.rul-light #exhibit-pages ul li a:active, 
.rul-light #exhibit-pages ul li a:focus {
    text-decoration: none !important;}


.rul-light .side a:link {
  border-bottom: none !important;
  text-decoration: none;
}

/* body nav: make site title be centered */
.rul-light #exhibit-pages h2 {text-align: center;font-size: 1.1rem;}

/* body nav: make bullets not be above a text wrapped nav link */
.rul-light .exhibits #exhibit-pages:not(.full) a {
    padding-left: 11px;
    text-indent: -11px;}


























































@media screen and (min-width: 768px) {
  /*
Table of Contents
=================
-- Header
-- Navigation
----- Pagination
-- Search
-- Content
-- Home
-- Items
-- Collections
-- ExhibitBuilder
*/
  /* !---------- Header ---------- */
  header:after {
    content: "";
    display: block;
    height: 0px;
    clear: both; }
  #site-title {
    width: 66.10169%;
    float: left;
    margin-right: 1.69492%;
    display: inline;
    text-align: left; }
    #site-title:after {
      content: "";
      display: block;
      height: 0px;
      clear: both; }
  /* !---------- Navigation --------- */
  nav.top {
    /* mega menu list */
    box-sizing: border-box;
    /* a top level navigation item in the mega menu */
    /* first descendant link within a top level navigation item */
    /* focus/open states of first descendant link within a top level
       navigation item */
    /* open state of first descendant link within a top level
       navigation item */
    /* sub-navigation panel */ }
    nav.top *, nav.top *:before, nav.top *:after {
      box-sizing: inherit; }
    nav.top .nav-menu {
      display: block;
      position: relative;
      list-style: none;
      margin: 0;
      padding: 0;
      z-index: 15; }
    nav.top .nav-item {
      list-style: none;
      display: inline-block;
      padding: 0;
      margin: 0;
      position: relative; }
      nav.top .nav-item a {
        padding: 12px 16px; }
    nav.top .nav-item > a {
      position: relative;
      display: inline-block;
      border: 1px solid transparent; }
    nav.top .nav-item > a:focus,
    nav.top .nav-item > a:hover,
    nav.top .nav-item > a.open {
      border: 1px solid #dedede;
      background-color: rgba(0, 0, 0, 0.15); }
    nav.top .nav-item > a.open {
      border-bottom: none; }
    nav.top .sub-nav {
      position: absolute;
      display: none;
      border: 1px solid #dedede;
      min-width: 200px; }
      nav.top .sub-nav.open {
        display: block;
        z-index: 20; }
      nav.top .sub-nav ul {
        display: inline-block;
        vertical-align: top;
        width: 100%; }
        nav.top .sub-nav ul a {
          width: 100%;
          display: block;
          padding: .25em 16px .25em 2em;
          text-indent: -1em; }
          nav.top .sub-nav ul a:before {
            font-family: "Font Awesome 5 Free";
            font-weight: 900;
            content: "\f101";
            margin-right: .5em; }
        nav.top .sub-nav ul ul {
          padding-left: 1em; }
      nav.top .sub-nav li {
        display: block;
        list-style-type: none;
        margin: 0;
        padding: 0; }
      nav.top .sub-nav a:focus, nav.top .sub-nav a:hover {
        background-color: rgba(0, 0, 0, 0.05);
        display: block; }
    nav.top [aria-haspopup="true"]:after {
      font-family: "Font Awesome 5 Free";
      font-weight: 900;
      content: "\f0da";
      margin-left: .5em; }
    nav.top [aria-haspopup="true"].open:after {
      content: "\f0d7"; }
    nav.top .mobile {
      display: none; }
  /* !---------- Pagination ---------- */
  .pagination {
    float: left; }
  #content nav .pagination_list {
    margin-top: .25; }
  /* !---------- Search ---------- */
  #search-container {
    padding: 0;
    width: 32.20339%;
    margin-right: 0;
    float: right;
    display: inline;
    margin-top: 30px; }
    #search-container input {
      padding: 7.5px 8px; }
  #search-results {
    width: 100%; }
  #search-filters, #item-filters {
    float: left; }
    #search-filters li, #item-filters li {
      float: left; }
      #search-filters li ul, #item-filters li ul {
        display: inline;
        padding: 0; }
        #search-filters li ul li, #item-filters li ul li {
          float: none; }
  /* !---------- Advanced Search ---------- */
  .search-entry select,
  .search-entry input[type=text] {
    width: 24%; }
  /* !---------- Content --------- */
  header, nav.top, #content, footer {
    padding-left: 6.77966%;
    padding-right: 6.77966%; }
    header:after, nav.top:after {
      content: "";
      display: table;
      clear: both; }
  .page #primary {
    padding: 48px; }
  #content #sort-links {
    float: right;
    text-align: center; }
  /* !---------- Home ---------- */
  #home #content #intro {
    font-size: 24px;
    line-height: 36px;
    margin-bottom: 18px; }
    #home #content #intro p {
      margin: 0; }
  #home #content #featured-item {
    margin-bottom: 24px;
    width: 32.20339%;
    float: left;
    margin-right: 1.69492%;
    margin-left: 0; }
    #home #content #featured-item .image {
      display: inline-block;
      width: 100%;
      height: auto; }
    #home #content #featured-item img {
      width: 100%;
      height: auto; }
  #home #content > div {
    width: 66.10169%;
    float: right;
    margin-right: 0;
    margin-right: 0; }
  /* !---------- Items --------- */
  .items .item {
    clear: both; }
  .items #advanced-search-form > div {
    width: 61.53846%;
    float: left;
    margin-right: 2.5641%;
    clear: both; }
  .items #advanced-search-form > div:last-of-type {
    width: auto; }
  .show #primary, .exhibit-item-show #primary {
    width: 61.53846%;
    float: left;
    margin-right: 2.5641%;
    margin-left: 0; }
  .show #sidebar, .exhibit-item-show #sidebar {
    width: 35.89744%;
    float: left;
    margin-right: 2.5641%;
    margin-right: 0; }
  /* !---------- Collections ---------- */
  .collections.show #primary .element-set {
    width: 61.53846%;
    float: left;
    margin-right: 2.5641%;
    margin-left: 0; }
  .collections.show #primary > div {
    width: 35.89744%;
    float: left;
    margin-right: 2.5641%;
    margin-right: 0;
    clear: right; }
  .collections.show .item-img {
    margin-left: 0; }
  /* !---------- ExhibitBuilder ---------- */
  .exhibits #primary,
  .exhibits #exhibit-blocks,
  .exhibits #exhibit-page-navigation {
    width: 66.10169%;
    float: left;
    margin-right: 1.69492%;
    margin-left: 0;
    padding: 24px 16px; }
  .exhibits #exhibit-pages:not(.full) {
    width: 32.20339%;
    display: inline-block;
    box-sizing: border-box; }
  .exhibits #exhibit-pages.full ~ #exhibit-blocks,
  .exhibits #exhibit-pages.full ~ #exhibit-page-navigation {
    width: 100%; }
  .exhibits.show #content .exhibit-page-nav > li:first-child {
    background-color: rgba(0, 0, 0, 0.1);
    float: left; }
  .exhibits.show #content .exhibit-page-nav > li:nth-child(2) li:first-of-type {
    padding-left: 8px; }
  .exhibits.show #content #exhibit-page-navigation .exhibits-nav-prev {
    text-align: left; }
  .exhibits.show #content #exhibit-page-navigation .exhibits-nav-next {
    text-align: right; }
  .exhibits.show #content #exhibit-page-navigation > div {
    padding: 0;
    width: 33%; }
  .exhibits.show #content #exhibit-page-navigation a, .exhibits.show #content #exhibit-page-navigation span {
    width: 100%; } }


/* general for side nav make the current page bold */
.current {
    font-weight: 700;
}


