.audio {
  height: auto; }
  .audio img {
    display: block;
    margin: 0 auto;
    max-height: 300px; }

.mejs-overlay-button {
  display: none !important; }

.carousel .previous, .carousel .next {
  display: none; }

@media (max-width: 500px) {
  button,
  html input[type="button"],
  input[type="reset"],
  input[type="submit"] {
    -webkit-appearance: none;
    /* 2 */
    cursor: pointer;
    /* 3 */
    border-radius: 0; }

  input[type="search"] {
    -webkit-appearance: textfield;
    /* 1 */
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    /* 2 */
    box-sizing: content-box; }

  input[type="search"]::-webkit-search-cancel-button,
  input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none; }

  input[type=text] {
    -webkit-appearance: none;
    border-radius: 0; }

  body, .alpha, .omega, .container_24, .search-results .padded, .container_24 .grid_1, .container_24 .push_1, .container_24 .pull_1, .container_24 .prefix_1, .container_24 .suffix_1, .container_24 .grid_2, .container_24 .push_2, .container_24 .pull_2, .container_24 .prefix_2, .container_24 .suffix_2, .container_24 .grid_3, .container_24 .push_3, .container_24 .pull_3, .container_24 .prefix_3, .container_24 .suffix_3, .container_24 .grid_4, .container_24 .push_4, .container_24 .pull_4, .container_24 .prefix_4, .container_24 .suffix_4, .container_24 .grid_5, .container_24 .push_5, .container_24 .pull_5, .container_24 .prefix_5, .container_24 .suffix_5, .container_24 .grid_6, .container_24 .push_6, .container_24 .pull_6, .container_24 .prefix_6, .container_24 .suffix_6, .container_24 .grid_7, .container_24 .push_7, .container_24 .pull_7, .container_24 .prefix_7, .container_24 .suffix_7, .container_24 .grid_8, .container_24 .push_8, .container_24 .pull_8, .container_24 .prefix_8, .container_24 .suffix_8, .container_24 .grid_9, .container_24 .push_9, .container_24 .pull_9, .container_24 .prefix_9, .container_24 .suffix_9, .container_24 .grid_10, .container_24 .push_10, .container_24 .pull_10, .container_24 .prefix_10, .container_24 .suffix_10, .container_24 .grid_11, .container_24 .push_11, .container_24 .pull_11, .container_24 .prefix_11, .container_24 .suffix_11, .container_24 .grid_12, .container_24 .push_12, .container_24 .pull_12, .container_24 .prefix_12, .container_24 .suffix_12, .container_24 .grid_13, .container_24 .push_13, .container_24 .pull_13, .container_24 .prefix_13, .container_24 .suffix_13, .container_24 .grid_14, .container_24 .push_14, .container_24 .pull_14, .container_24 .prefix_14, .container_24 .suffix_14, .container_24 .grid_15, .container_24 .push_15, .container_24 .pull_15, .container_24 .prefix_15, .container_24 .suffix_15, .container_24 .grid_16, .container_24 .push_16, .container_24 .pull_16, .container_24 .prefix_16, .container_24 .suffix_16, .container_24 .grid_17, .container_24 .push_17, .container_24 .pull_17, .container_24 .prefix_17, .container_24 .suffix_17, .container_24 .grid_18, .container_24 .push_18, .container_24 .pull_18, .container_24 .prefix_18, .container_24 .suffix_18, .container_24 .grid_19, .container_24 .push_19, .container_24 .pull_19, .container_24 .prefix_19, .container_24 .suffix_19, .container_24 .grid_20, .container_24 .push_20, .container_24 .pull_20, .container_24 .prefix_20, .container_24 .suffix_20, .container_24 .grid_21, .container_24 .push_21, .container_24 .pull_21, .container_24 .prefix_21, .container_24 .suffix_21, .container_24 .grid_22, .container_24 .push_22, .container_24 .pull_22, .container_24 .prefix_22, .container_24 .suffix_22, .container_24 .grid_23, .container_24 .push_23, .container_24 .pull_23, .container_24 .prefix_23, .container_24 .suffix_23, .container_24 .grid_24, .container_24 .push_24, .container_24 .pull_24, .container_24 .prefix_24, .container_24 .suffix_24 {
    display: block;
    float: none;
    padding: 0;
    margin: 0;
    width: auto;
    left: auto;
    min-width: 0; }

  html {
    -webkit-text-size-adjust: 100%; }

  body {
    margin: 0; }
    body.overlay-open {
      overflow-x: hidden; }
 pre {
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word;
}

  img, table {
    max-width: 100%;
    height: auto; }

  .video, .audio, .videobox {
    margin: 10px 0 !important;
    max-width: 100%; }

  .table-wrap-container {
    position: relative; }
    .table-wrap-container:before {
      position: absolute;
      top: 0;
      bottom: 0;
      right: 0;
      content: '';
      background-color: rgba(50, 50, 50, 0.2);
      background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(50, 50, 50, 0.2)), color-stop(100%, transparent));
      background-image: -webkit-linear-gradient(right, rgba(50, 50, 50, 0.2), transparent);
      background-image: linear-gradient(to left,rgba(50, 50, 50, 0.2), transparent);
      width: 10px;
      pointer-events: none; }
    .table-wrap-container .table-wrap {
      width: 100%;
      overflow-x: scroll; }
    .table-wrap-container td {
      white-space: nowrap; }

  h1 {
    font-size: 30px; }

  h2 {
    margin-bottom: 10px;
    font-size: 17px; }

  .inner {
    width: auto !important;
    height: auto !important; }

  .hatched {
    background: #fff none; }

  .container_24 .everything {
    padding-top: 10px;
    padding-bottom: 10px; }

  .logo_history_art_archives {
    float: none;
    position: static;
    border: 1px solid #555;
    border-width: 0 1px;
    padding: 0;
    margin: 0 auto;
    width: 70%;
    height: 52px;
    background-size: 215px auto !important;
    background-position: center; }

  .header-bar {
    position: static;
    background-image: none;
    background-color: #1B1C2F;
    height: auto; }

  .header-wrap {
    height: auto; }

  .carousel .header-wrap {
    height: 192px !important;
    background-size: 100% auto !important;
    background-position-y: 30px !important; }
  .carousel .header-carousel-controls {
    left: 0;
    right: 0;
    top: 80px; }
  .carousel .header-carousel-text a {
    bottom: -192px;
    left: 0;
    padding: 10px;
    text-align: right; }
  .carousel .header-carousel-text-1,
  .carousel .header-carousel-text-2 {
    display: inline;
    font-size: 1em; }
  .carousel .btn_carousel_image,
  .carousel .btn_play_carousel,
  .carousel .btn_pause_carousel {
    display: none; }
  .carousel .previous, .carousel .next {
    display: block !important;
    width: 100px;
    height: 50px;
    position: absolute;
    margin-left: 0;
    background-repeat: no-repeat;
    background-size: auto 100%; }
  .carousel .previous {
    left: 10px;
    background-image: url("../_images/carousel_arrow_prev.png"); }
  .carousel .next {
    right: 10px;
    background-image: url("../_images/carousel_arrow_next.png");
    background-position: right; }

  .mobile-menu {
    display: block; }
    .mobile-menu .toggle {
      position: absolute;
      width: 15%;
      height: 27px;
      z-index: 50;
      top: 12px;
      color: transparent; }
      .mobile-menu .toggle:before {
        width: 24px;
        height: 24px;
        content: '';
        display: block;
        margin: 0 auto;
        background-size: 100% auto; }
      .mobile-menu .toggle:active:before, .mobile-menu .toggle.active:before {
        background-position-y: -24px; }
    .mobile-menu .toggle--search {
      right: 0; }
      .mobile-menu .toggle--search:before {
        background-image: url("../_images/btn_search.png"); }
    .mobile-menu .toggle--menu {
      left: 0; }
      .mobile-menu .toggle--menu:before {
        background-image: url("../_images/btn_menu.png"); }

  span.sortby {
    overflow: hidden;
    display: block; }
    span.sortby .label {
      display: block !important; }
    span.sortby input {
      margin: 0 !important;
      padding: 10px 5px 10px 0 !important;
      border-width: 0;
      padding: 0;
      height: auto; }
    span.sortby input[style="text-decoration:underline"] {
      font-weight: bold;
      text-decoration: none !important; }

  .filter-and-sort {
    margin-top: 20px; }
    .filter-and-sort button {
      width: 100%;
      text-align: center;
      padding: 10px 0;
      color: #3F7382;
      text-transform: uppercase;
      background-color: #eee;
      font-family: "Georgia", serif;
      border: 1px solid #bbb;
      font-size: 15px;
      outline: 0;
      background-color: white;
      background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, white), color-stop(100%, #bbbbbb));
      background-image: -webkit-linear-gradient(white, #bbbbbb);
      background-image: linear-gradient(white, #bbbbbb); }
      .filter-and-sort button:active, .filter-and-sort button.open {
        background-color: #444444;
        background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #444444), color-stop(100%, #bbbbbb));
        background-image: -webkit-linear-gradient(#444444, #bbbbbb);
        background-image: linear-gradient(#444444, #bbbbbb);
        color: #fff; }

  .header-menu,
  .search-box {
    position: absolute;
    float: none;
    width: auto;
    top: 0;
    left: 0; }

  .main-menu, .header-menu, .search-box {
    display: none; }
    .main-menu.visible, .header-menu.visible, .search-box.visible {
      display: block; }

  .main-menu {
    top: 50px;
    height: auto;
    background-color: #fff;
    z-index: 20; }
    .main-menu .sub {
      padding: 0 !important;
      margin: 0;
      display: none; }
    .main-menu ul.menu {
      width: auto;
      height: auto;
      background-image: none;
      display: block;
      padding: 0; }
      .main-menu ul.menu li {
        float: none;
        position: relative; }
      .main-menu ul.menu a {
        background-position: 0 0 !important;
        display: block;
        height: 20px;
        width: auto;
        padding: 15px 10px;
        border-bottom: 1px solid #c2c2c2; }
      .main-menu ul.menu ul a {
        font-family: Georgia, serif;
        padding-left: 10px; }
        .main-menu ul.menu ul a:hover {
          color: #c5351c; }
      .main-menu ul.menu > li {
        display: block;
        position: relative; }
        .main-menu ul.menu > li > a {
          text-transform: uppercase;
          background-color: white;
          background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, white), color-stop(100%, #dddddd));
          background-image: -webkit-linear-gradient(white, #dddddd);
          background-image: linear-gradient(white, #dddddd);
          text-indent: 0;
          color: #222;
          font-weight: normal !important; }
          .main-menu ul.menu > li > a:hover {
            color: #c5351c;
            text-decoration: none; }
        .main-menu ul.menu > li > .toggle {
          display: block;
          position: absolute;
          right: 0;
          top: 0;
          bottom: 0;
          width: 40px;
          padding-top: 15px;
          text-align: center;
          color: #1b1c2f;
          font-weight: bold; }
          .main-menu ul.menu > li > .toggle:before {
            content: "+"; }
        .main-menu ul.menu > li.expanded .toggle:before {
          content: "-"; }
    .main-menu .meganav {
      display: none !important; }
    .main-menu .sub .featured {
      display: none; }
    .main-menu .sub .col {
      height: auto !important; }
    .main-menu .sub .toggle {
      display: none; }
    .main-menu .sub ul {
      margin: 0;
      padding: 0; }
    .main-menu .expanded > .sub {
      display: block; }
    .main-menu .expanded > a {
      font-weight: bold;
      color: #c5351c; }

  .header-menu {
    background-color: #1b1c2f;
    margin: 0;
    right: 0;
    padding: 5px 0;
    position: static;
    display: block !important; }
    .header-menu li {
      display: block !important;
      padding: 0;
      margin: 0; }
    .header-menu a {
      display: block;
      padding: 10px;
      font-size: 14px;
      color: #fff; }

  .search-box {
    background-color: #ddd;
    top: 50px;
    z-index: 5;
    padding: 10px; }
    .search-box fieldset {
      position: relative; }
    .search-box .search-keywords, .search-box .search-submit {
      box-sizing: border-box;
      height: 25px; }
    .search-box .search-keywords {
      width: 90%;
      font-size: 16px; }
    .search-box .search-submit {
      width: 10%;
      background-position: top center; }

  .tools {
    margin-right: 10px; }
    .tools li {
      margin: 0;
      padding: 0 5px; }
    .tools .button {
      width: 15px;
      height: 15px;
      overflow: hidden;
      background-position: top right; }
      .tools .button:hover {
        background-position: top right; }
      .tools .button.active {
        background-position-y: -33px; }
    .tools .btn_print {
      height: 14px; }

  ul.menu.breadcrumb {
    margin-left: 10px;
    width: auto; }
    ul.menu.breadcrumb li {
      display: none; }
      ul.menu.breadcrumb li:last-child {
        display: block; }
        ul.menu.breadcrumb li:last-child:before {
          content: '< '; }

  .footer-wrap {
    background-image: none; }
    .footer-wrap .footer {
      padding: 10px 5px; }
      .footer-wrap .footer address, .footer-wrap .footer .footer-menu {
        position: static;
        width: auto; }
      .footer-wrap .footer .footer-menu {
        padding-top: 20px; }
        .footer-wrap .footer .footer-menu a {
          margin: 0 5px 0 0; }

  .content-wrap {
    padding-bottom: 0; }

  .menu-column {
    display: none !important; }

  .menu .active > a,
  .menu .active-trail > a {
    color: #c5351c; }

  .home-left,
  .home-right,
  .home-everything,
  .home-left-middle-right,
  .home-left-middle,
  .home-right-bottom,
  .home-right-top {
    float: none;
    width: auto;
    padding: 0;
    margin: 20px 0;
    border-width: 0; }
    .home-left .callout,
    .home-right .callout,
    .home-everything .callout,
    .home-left-middle-right .callout,
    .home-left-middle .callout,
    .home-right-bottom .callout,
    .home-right-top .callout {
      margin-bottom: 0; }

  .home-left-bottom .from-the-blog {
    padding: 15px; }
  .home-left-bottom .blog-blurb {
    float: none;
    width: auto;
    margin-bottom: 15px; }

  .home-left-top {
    padding: 0 15px; }

  .one-col .main-column > .inner {
    padding: 0; }

  .two-col .left-column > .inner {
    padding-right: 15px; }

  .two-col-bottom .left-column > .inner {
    padding-right: 15px; }

  .three-col-menu .menu-column > .inner {
    padding-right: 15px; }

  .three-col-menu .main-column > .inner {
    padding-right: 0; }

  .three-col-menu .callouts-column,
  .landing-page-with-navigation .callouts-column {
    margin-left: 0;
    width: auto; }

  .two-col-menu .main-column > .inner {
    padding-right: 0; }

  .two-col-bottom-solid .callouts-column > .inner {
    padding: 0; }

  .two-col-bottom-solid .main-column > .inner {
    margin: 0 -15px; }

  .main-column {
    padding-left: 15px !important;
    padding-right: 15px  !important;
    padding-bottom: 10px !important; }

  .full-col .main-column > .inner {
    padding: 0; }

  .callouts-column {
    padding-left: 15px;
    padding-right: 15px; }
    .main-column .callouts-column {
      padding-left: 0;
      padding-right: 0; }

  .teaser {
    padding-left: 0; }
    .teaser img {
      position: static;
      width: 100%; }

  .detailed {
    width: auto; }

  .captionbox {
    float: none;
    width: auto;
    margin: 0 0 15px 0 !important; }

  .media-landing .media-info {
    float: none;
    width: auto; }
  .media-landing .media-player {
    float: none;
    width: auto; }
  .media-landing .tab {
    height: auto;
    padding: 0;
    padding-bottom: 73px; }
  .media-landing .site-search .search-keywords {
    width: 221px; }

  .general-detail .small-viewer {
    padding: 0;
    float: none;
    width: auto;
    margin: 0 0 20px 0; }

  .base .small-viewer {
    float: none;
    width: auto;
    margin: 0 0 20px 0;
    padding: 0; }
    .base .small-viewer .large-image-hole {
      width: auto;
      height: auto; }

  .small-viewer-310 .nav .small-image-hole {
    width: 28%; }

  .three-col-menu .callouts-column {
    float: none; }

  .results-listing .right-column {
    padding: 0 15px; }
  .results-listing .viewby {
    width: auto;
    float: none;
    display: block;
    margin: 0 0 5px 0; }
  .results-listing .results.grid .result {
    float: left;
    width: 45%;
    margin: 0 2% 20px 2% !important; }
    .results-listing .results.grid .result.alpha, .results-listing .results.grid .result.omega {
      clear: none; }
    .results-listing .results.grid .result:nth-child(odd) {
      clear: left; }
    .results-listing .results.grid .result .hole {
      width: auto;
      height: auto; }
    .results-listing .results.grid .result .icon_video, .results-listing .results.grid .result .icon_audio {
      left: 50%;
      margin-left: -30px; }
    .results-listing .results.grid .result img {
      width: 100% !important;
      height: auto !important; }
  .results-listing .results.list .result {
    padding-left: 142px; }
    .results-listing .results.list .result .image {
      width: 120px;
      float: none; }
      .results-listing .results.list .result .image img {
        height: auto !important; }
  .results-listing .results.tab .result:nth-child(odd) {
    clear: none; }
  .results-listing .results.tab .result:nth-child(even) {
    clear: left; }
  .results-listing ul.pager {
    margin-left: 0;
    padding-left: 0;
    float: none; }

  ul.pager li input.next, ul.pager li input.prev {
    background-size: 20%; }

  .tabs ul.tab-nav {
    font-size: 0.65em; }
    .tabs ul.tab-nav li {
      float: none; }
    .tabs ul.tab-nav input {
      padding: 5px 3px;
      display: block;
      width: 98%;
      text-align: left; }

  .overlay {
    top: 0;
    bottom: 0;
    right: 0;
    left: 0; }
    .overlay .close {
      right: 15px; }
    .overlay .overlay-title {
      padding-left: 15px; }
    .overlay .caption {
      display: none; }
    .overlay #seadragon {
      margin: 0; }

  .collection-landing .collections-search .btn_view_all_collections {
    float: none;
    width: auto;
    background-position: top center; }
  .collection-landing .collections-search .collections-keywords {
    width: 183px; }
  .collection-landing .collections-search span {
    display: block;
    float: none;
    margin: 15px auto;
    text-align: center; }
  .collection-landing .tabs .tab {
    padding: 10px; }
  .collection-landing .tabs .row .item {
    float: left;
    width: 49%;
    margin: 0;
    margin: 0 0 20px 0; }
    .collection-landing .tabs .row .item img {
      width: 100%; }
    .collection-landing .tabs .row .item:nth-child(2n + 2) {
      clear: left;
      margin-right: 2%; }
  .collection-landing .tabs .row .item-190 {
    width: 100%;
    margin: 0 0 20px 0; }

  .collection-detail .metadata-box {
    width: auto; }

  .large-viewer {
    width: auto;
    float: none;
    clear: none;
    margin-right: 0 !important; }
    .large-viewer .title, .large-viewer .large-image-hole, .large-viewer .description, .large-viewer .credit {
      float: none;
      width: auto; }
    .large-viewer .viewnav select {
      display: block;
      width: auto !important; }
    .large-viewer .nav .small-image-hole {
      margin: 0;
      width: 31.3333%;
      margin: 0 1% 5px 1% !important; }

  .interactive-map .map-back-to-top {
    border: 1px solid #ccc;
    margin: 0 0 5px 0;
    font-family: Georgia;
    padding: 5px; }
  .interactive-map .map-back-to-top-top {
    position: absolute;
    right: 0; }
  .interactive-map .map-back-to-top-bottom {
    text-align: center;
    width: 100%; }
  .interactive-map .map-intro, .interactive-map .the-overview {
    padding-right: 0; }
  .interactive-map .map-filters select {
    margin: 3px 0;
    display: block; }
  .interactive-map .the-controls {
    padding: 0; }
  .interactive-map .the-range {
    display: block; }
  .interactive-map .the-people {
    position: relative;
    padding-bottom: 40px; }
  .interactive-map .the-map {
    width: auto;
    height: auto; }
    .interactive-map .the-map > div {
      display: none;
      width: auto;
      position: static;
      height: auto; }
    .interactive-map .the-map .the-map-text {
      display: block; }
      .interactive-map .the-map .the-map-text > div {
        left: auto;
        top: auto;
        position: static;
        text-align: left;
        width: auto;
        margin: 5px 0 !important;
        padding: 5px 0;
        font-size: 1.3em; }
      .interactive-map .the-map .the-map-text br {
        display: none; }
      .interactive-map .the-map .the-map-text span {
        margin-right: 10px; }

  .oral-history .interviewee-intro {
    padding-right: 0; }
  .oral-history .interviewee-filters .icon_plus {
    display: none; }
  .oral-history .interviewee-filters select {
    width: 100%; }
  .oral-history .interviewee-filters .interviewee-submit {
    margin-left: 0;
    margin-top: 10px; }

  .search-results .site-search .search-keywords {
    width: 225px; }
  .search-results .search-other a {
    float: left;
    width: 33.3333%;
    margin-right: 0;
    background-position: top;
    background-size: 100% 200%; }

  .mejs-container, .mejs-layers > div {
    max-width: 100%; }

  .js .collapsible-box-sections h2 {
    margin: 0; }
  .js .collapsible-box-sections .collapsible {
    background-color: #eee;
    border: 1px solid #a8a8a8;
    border-width: 0 1px 1px 1px; }
    .js .collapsible-box-sections .collapsible ul {
      list-style: none;
      padding: 0;
      margin: 0; }
      .js .collapsible-box-sections .collapsible ul ul {
        margin-left: 15px; }
    .js .collapsible-box-sections .collapsible a {
      display: block;
      padding: 10px;
      border-bottom: 1px solid #ddd; }
  .js .collapsible-title {
    background-color: #eee;
    background-size: 100% 100%;
    padding: 5px;
    padding-left: 28px;
    line-height: 23px;
    text-indent: 0;
    height: auto; }
    .js .collapsible-title .arrow {
      top: 13px; }

  .infobox {
    position: fixed;
    width: auto;
    top: auto !important;
    bottom: 0;
    right: 0;
    left: 0 !important; }

  .overlay-metadata {
    display: none; }

  form.filters .submit {
    float: none; }

  .filters-search {
    font-size: 16px; }

  #lnkReset, .last .reset-filters {
    float: right !important;
    display: block; }

  .reset-filters {
    display: none; }

  /* RETINE IMAGES */
  .replace {
    background-size: 100%;
    margin: 0 auto; }

  /*
  ** buttons
  */
  .btn_carousel_image {
    width: 28px;
    height: 11px;
    background-image: url(../_images/2x/btn_carousel_image.png); }

  .btn_cite {
    width: 38px;
    height: 15px;
    background-image: url(../_images/2x/btn_cite.png); }

  .btn_close_image_overlay {
    width: 25px;
    height: 24px;
    background-image: url(../_images/2x/btn_close_image_overlay.png); }

  .btn_close_info {
    width: 12px;
    height: 11px;
    background-image: url(../_images/2x/btn_close_info.png); }

  .btn_collections {
    width: 129px;
    height: 57px;
    background-image: url(../_images/2x/btn_collections.png); }

  .btn_explore_map {
    width: 250px;
    height: 33px;
    background-image: url(../_images/2x/btn_explore_map.png); }

  .btn_go {
    width: 75px;
    height: 33px;
    background-image: url(../_images/2x/btn_go.png); }

  .btn_historical_highlights {
    width: 119px;
    height: 57px;
    background-image: url(../_images/2x/btn_historical_highlights.png); }

  .btn_information {
    width: 13px;
    height: 12px;
    background-image: url(../_images/2x/btn_information.png); }

  .btn_next {
    width: 20px;
    height: 23px;
    background-image: url(../_images/2x/btn_next.png); }

  .btn_pause_carousel {
    width: 15px;
    height: 11px;
    background-image: url(../_images/2x/btn_pause_carousel.png); }

  .btn_play_carousel {
    width: 15px;
    height: 11px;
    background-image: url(../_images/2x/btn_play_carousel.png); }

  .btn_previous {
    width: 20px;
    height: 23px;
    background-image: url(../_images/2x/btn_previous.png); }

  .btn_print {
    width: 47px;
    height: 15px;
    background-image: url(../_images/2x/btn_print.png); }

  .btn_profiles {
    width: 93px;
    height: 57px;
    background-image: url(../_images/2x/btn_profiles.png); }

  .btn_recommend {
    width: 74px;
    height: 15px;
    background-image: url(../_images/2x/btn_recommend.png); }

  .btn_search_icon {
    width: 29px;
    height: 25px;
    background-image: url(../_images/2x/btn_search_icon.png); }

  .btn_search_icon_large {
    width: 34px;
    height: 32px;
    background-image: url(../_images/2x/btn_search_icon_large.png); }

  .btn_search_icon_people_search {
    width: 26px;
    height: 25px;
    background-image: url(../_images/2x/btn_search_icon_people_search.png); }

  .btn_search_people_search {
    width: 133px;
    height: 33px;
    background-image: url(../_images/2x/btn_search_people_search.png); }

  .btn_share {
    width: 48px;
    height: 15px;
    background-image: url(../_images/2x/btn_share.png); }

  .btn_sort_as {
    width: 7px;
    height: 6px;
    background-image: url(../_images/2x/btn_sort_as.png); }

  .btn_sort_des {
    width: 7px;
    height: 6px;
    background-image: url(../_images/2x/btn_sort_des.png); }

  .btn_submit_comment {
    width: 242px;
    height: 34px;
    background-image: url(../_images/2x/btn_submit_comment.png); }

  .btn_view_all_collections {
    width: 285px;
    height: 33px;
    background-image: url(../_images/2x/btn_view_all_collections.png); }

  .btn_zoom {
    width: 25px;
    height: 25px;
    background-image: url(../_images/2x/btn_zoom.png); }

  /*
  ** icons
  */
  .icon_audio {
    width: 76px;
    height: 82px;
    background-image: url(../_images/2x/icon_audio.png); }

  .icon_back_to_results {
    width: 9px;
    height: 9px;
    background-image: url(../_images/2x/icon_back_to_results.png); }

  .icon_blog_title {
    width: 18px;
    height: 12px;
    background-image: url(../_images/2x/icon_blog_title.png); }

  .icon_bullet {
    width: 6px;
    height: 6px;
    background-image: url(../_images/2x/icon_bullet.png); }

  .icon_cite {
    width: 13px;
    height: 14px;
    background-image: url(../_images/2x/icon_cite.png); }

  .icon_facebook {
    width: 21px;
    height: 20px;
    background-image: url(../_images/2x/icon_facebook.png); }

  .icon_fields {
    width: 8px;
    height: 7px;
    background-image: url(../_images/i2x/con_fields.png); }

  .icon_flckr {
    width: 21px;
    height: 20px;
    background-image: url(../_images/2x/icon_flckr.png); }

  .icon_next_paging {
    width: 9px;
    height: 9px;
    background-image: url(../_images/2x/icon_next_paging.png); }

  .icon_plus {
    width: 7px;
    height: 7px;
    background-image: url(../_images/2x/icon_plus.png); }

  .icon_prev_paging {
    width: 9px;
    height: 9px;
    background-image: url(../_images/2x/icon_prev_paging.png); }

  .icon_print {
    width: 16px;
    height: 15px;
    background-image: url(../_images/2x/icon_print.png); }

  .icon_recommend {
    width: 14px;
    height: 15px;
    background-image: url(../_images/2x/icon_recommend.png); }

  .icon_rss {
    width: 26px;
    height: 26px;
    background-image: url(../_images/2x/icon_rss.png); }

  .icon_share {
    width: 15px;
    height: 14px;
    background-image: url(../_images/2x/icon_share.png); }

  .icon_twitter {
    width: 21px;
    height: 20px;
    background-image: url(../_images/2x/icon_twitter.png); }

  .icon_video {
    width: 72px;
    height: 75px;
    background-image: url(../_images/2x/icon_video.png); }

  .icon_youtube {
    width: 21px;
    height: 20px;
    background-image: url(../_images/2x/icon_youtube.png); }

  /*
  ** logos
  */
  /*
  ** main menu
  */
  .menu_collections {
    width: 123px;
    height: 48px;
    background-image: url(../_images/2x/menu_collections.png); }

  .menu_education {
    width: 108px;
    height: 48px;
    background-image: url(../_images/2x/menu_education.png); }

  .menu_exhibitions_publications {
    width: 223px;
    height: 48px;
    background-image: url(../_images/2x/menu_exhibitions_publications.png); }

  .menu_institution {
    width: 115px;
    height: 48px;
    background-image: url(../_images/2x/menu_institution.png); }

  .menu_oral_history {
    width: 129px;
    height: 48px;
    background-image: url(../_images/2x/menu_oral_history.png); }

  .menu_people {
    width: 79px;
    height: 48px;
    background-image: url(../_images/2x/menu_people.png); }

  .menu_records_research {
    width: 173px;
    height: 48px;
    background-image: url(../_images/2x/menu_records_research.png); }

  /*
  ** titles
  */
  .title_graphic_blog_post {
    width: 166px;
    height: 55px;
    background-image: url(../_images/2x/title_graphic_blog_post.png); }

  .title_graphic_fast_facts {
    width: 166px;
    height: 54px;
    background-image: url(../_images/2x/title_graphic_fast_facts.png); }

  .title_graphic_featured {
    width: 158px;
    height: 46px;
    background-image: url(../_images/2x/title_graphic_featured.png); }

  .title_graphic_featured_meganav {
    width: 169px;
    height: 44px;
    background-image: url(../_images/2x/title_graphic_featured_meganav.png); }

  .title_graphic_from_the_blog {
    width: 207px;
    height: 23px;
    background-image: url(../_images/2x/title_graphic_from_the_blog.png); }

  .title_graphic_historical_highlight {
    width: 225px;
    height: 58px;
    background-image: url(../_images/2x/title_graphic_historical_highlight.png); }

  .title_graphic_historical_highlights {
    width: 225px;
    height: 58px;
    background-image: url(../_images/2x/title_graphic_historical_highlights.png); }

  .title_graphic_most_recommended {
    width: 237px;
    height: 54px;
    background-image: url(../_images/2x/title_graphic_most_recommended.png); }

  .title_graphic_oral_history {
    width: 167px;
    height: 56px;
    background-image: url(../_images/2x/title_graphic_oral_history.png); }

  .title_graphic_related_collection_object {
    width: 200px;
    height: 83px;
    background-image: url(../_images/2x/title_graphic_related_collection_object.png); }

  .title_graphic_related_congress_profile {
    width: 199px;
    height: 89px;
    background-image: url(../_images/2x/title_graphic_related_congress_profile.png); }

  .title_graphic_related_links {
    width: 200px;
    height: 60px;
    background-image: url(../_images/2x/title_graphic_related_links.png); }

  .title_graphic_related_video {
    width: 200px;
    height: 53px;
    background-image: url(../_images/2x/title_graphic_related_video.png); }

  .title_graphic_teaching_tip {
    width: 213px;
    height: 55px;
    background-image: url(../_images/2x/title_graphic_teaching_tip.png); } }
