@charset "UTF-8";
body {
  line-height: inherit;
}

.detailFieldLabel {
  font-weight: bold;
  float: left;
  min-width: 150px;
  margin-right: 5px;
  line-height: 25px;
}

.detailFieldValue {
  overflow: hidden;
  display: block;
  line-height: 25px;
}

.thesTerms {
  clear: none;
  width: calc(100% - 160px);
  padding-left: 0px;
}

.detailFieldValue .col-lg-4 {
  float: left !important;
  padding-left: 0px !important;
}

.item-details-inner {
  background-color: #fff;
  float: left;
  padding: 16px;
  min-width: calc(100% - 35px);
  margin-bottom: 20px;
}

.hideDetail {
  display: none;
}

.hooverId {
  clear: both;
  display: block;
}

#details-tabs-block-inner {
  background-color: #fff;
  padding-bottom: 10px;
}

#citation {
  border: 1px solid #666;
  display: block;
  background: #d7d7d7;
  font-size: 12px;
  min-height: 110px;
  width: 100%;
  padding: 5px;
  box-sizing: border-box;
  overflow-wrap: break-word;
  word-wrap: break-word;
}

#get ul li, #cite ul li, #share ul li, #api ul li, #purchase ul li {
  list-style: none;
}

#get li, #cite li, #share li, #api li, #purchase li {
  margin: 10px 0px;
}

.home-tabs {
  padding: 0;
  margin: 0;
  list-style: none;
  float: left;
  width: calc(100% - -32px);
  margin-top: -15px;
  margin-left: -15px;
}

.home-tabs .nav-link.active, .context-tabs .nav-link.active {
  background: #8c1515;
  color: #fff;
}

.home-tabs li a.active, .context-tabs li.active a {
  background: #8c1515;
}

ul.home-tabs.nav li:first-child + li {
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
}

.home-tabs li a, .context-tabs li a {
  height: 66px;
  display: block;
  text-align: center;
  line-height: 66px;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  background: #2f3237;
  font-weight: bold;
}

.middle-tab {
  border-left: 1px solid #FFF;
  border-right: 1px solid #FFF;
  box-sizing: border-box;
}

.context-tabs li a {
  height: 40px;
  line-height: 40px;
  padding: 0 12px;
  font-weight: normal;
  font-size: 14px;
}

.home-tabs li a, .context-tabs li a {
  height: 66px;
  display: block;
  text-align: center;
  line-height: 66px;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  background: #2f3237;
  font-weight: bold;
}

#emuseum-collection-header {
  position: relative;
  height: 420px;
  overflow: hidden;
  color: #fff;
  text-align: center;
}

#emuseum-collection-header #collection-header-image {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}

#emuseum-collection-header #advancedsearch-link {
  color: #fff;
  margin: 10px 0;
  display: block;
  text-decoration: underline;
  text-transform: uppercase;
}

.header-text {
  max-width: 510px;
  margin: 0 auto;
}

.background-text {
  position: absolute;
  bottom: 0;
  z-index: 1;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  text-align: left;
  padding: 6px 15px;
  margin-bottom: 0;
  font-size: 14px;
  font-style: italic;
}

.collection-header-overlay {
  background: rgba(0, 0, 0, 0.15);
  width: 100%;
  height: 100%;
  position: absolute;
}

#header-text-block {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 75%;
  max-width: 1200px;
  margin: 0 auto;
}

#header-text-block p.collections-text {
  background: rgba(0, 125, 147, 0.7);
  color: #fff !important;
  /* font-weight: bold; */
  font-size: 16px;
  line-height: 22px;
  padding: 8px 10px 10px 10px;
}

@media screen and (min-width: 768px) {
  #header-text-block p.collections-text {
    font-size: 17px;
    line-height: 23px;
  }
}
#header-text-block h1 {
  background: rgba(255, 255, 255, 0.8);
  padding: 10px;
  color: #000;
  margin-bottom: 0;
  text-transform: uppercase;
}

#header-library-link {
  color: #fff !important;
}

#emuseum-footer {
  text-align: center;
  padding: 20px 0;
  background: #777;
  font-size: 14px;
}

#emuseum-footer p {
  font-size: 14px;
  color: #fff;
}

#emuseum-footer p a {
  color: #fff;
  text-decoration: underline;
}

#emuseum-rightbar-wrap {
  position: fixed;
  right: 0;
  top: 50%;
  z-index: 200;
}

#emuseum-feedback-link {
  transform: rotateZ(-90deg);
  background: #8c1515;
  /* padding: 10px; */
  color: #fff;
  text-transform: capitalize;
  height: 50px;
  width: 125px;
  text-align: center;
  line-height: 50px;
  margin-right: -37px;
  cursor: pointer;
}

#emuseum-feedback-link:hover {
  background: #00a6c5;
}

#emuseum-back-to-top {
  display: block;
  position: fixed;
  right: 0px;
  bottom: 81px;
  margin: 0;
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  font-size: 28px;
  background: #9f9f9f;
  color: #fff;
  border-radius: 50px;
  cursor: pointer;
  display: none;
}

#emuseum-back-to-top:hover {
  background: #999;
}

#feedback-form {
  background: #fff;
  padding: 20px;
}

#feedback-form .feedbackField {
  margin: 5px 0 10px;
}

#feedback-form .feedbackField label {
  font-weight: normal;
  font-size: 14px;
  text-transform: uppercase;
  margin-bottom: 2px;
}

#feedback-form .feedbackField input[type=text],
#feedback-form .feedbackField input[type=email] {
  height: 30px;
  padding: 3px;
  width: 100%;
}

#feedback-form .feedbackField input[type=radio] {
  float: left;
  margin-right: 5px;
  margin-top: 3px;
}

#feedback-form legend {
  text-transform: uppercase;
  margin-bottom: 5px;
}

#feedback-form input[type=submit] {
  margin-left: 0;
  width: 100%;
  margin-top: 16px;
}

#header.small .mmenu-icon {
  display: none;
}

.feedbackField textarea {
  min-height: 75px;
  width: 100%;
  max-width: 100%;
  padding: 3px;
}

.numeric {
  margin-right: 0px !important;
}

.spaced {
  margin-left: 155px;
}

.main-content-wrap {
  float: left;
  width: 100%;
  background: #fff;
  padding: 15px;
  box-sizing: border-box;
}

#themes .height-img-wrap {
  max-width: 130px !important;
}

#cboxLoadedContent {
  background: #fff !important;
  padding: 0;
  border: 1px solid #000;
}

fieldset {
  border: none;
  padding: 0;
  margin: 0;
}

.hiddenField {
  visibility: hidden !important;
  height: 0px !important;
}

#colorbox #cboxClose:before {
  content: "";
  font-family: fontAwesome;
  position: absolute;
  top: 0;
  right: 0;
  height: 30px;
  width: 30px;
  text-indent: 0;
  padding: 0 11px;
}

.emuseum-img-grid .grid-item .grid-item-inner .text-wrap {
  text-align: center;
  padding: 0 15px;
  margin-bottom: 3px;
}

.thesaurus-base-wrapper {
  display: none;
}

.thesaurus-wrapper {
  background: #fff;
}

.emuseum-advancedsearch-form {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
}

.emuseum-advancedsearch-form.row:before {
  display: inherit;
}

.advancedsearch-field {
  margin-bottom: 10px;
}

.advancedsearch-field input, .advancedsearch-field select {
  width: 100%;
  box-sizing: border-box;
}

.advancedsearch-field-wrap {
  /* border-right:1px solid #ccc;*/
}

.advancedsearch-field-wrap .dynamic-field {
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.3s;
}

.advancedsearch-field-wrap .dynamic-field.active {
  visibility: visible;
  opacity: 1;
}

.dynamic-field select {
  height: 27px;
  border: 1px solid darkgrey;
  margin: 0 6px;
}

#advanced-search-submit input {
  width: 100%;
}

#advanced-search-submit a {
  width: 100%;
  max-width: 200px;
  background-color: #ccc;
}

.emuseum-advancedsearch-form label {
  margin-bottom: 5px;
}

.dynamic-field.null {
  height: 0;
}

.dynamic-field.active {
  height: auto;
  margin-bottom: 12px;
}

.dynamic-field input[type=text] {
  height: 27px;
  border: 1px solid darkgrey;
  box-sizing: border-box;
  margin: 0 5px;
  width: calc(100% - 343px);
  padding: 0;
  text-indent: 19px;
}

#dynamicFieldButton {
  margin-bottom: 12px;
}

@media screen and (max-width: 600px) {
  .dynamic-field input[type=text] {
    width: 100%;
    margin-bottom: 7px;
  }
}
#advanced-search-right-wrap {
  border-left: 1px solid #ccc;
}

.emuseum-advancedsearch-form .alert {
  width: 100%;
  padding: 15px;
  border: 3px solid #8c1515;
  margin: 0px 15px 15px 15px;
}

.alert h4 {
  font-size: 19px;
}

.alert-danger .close {
  color: #8c1515;
  opacity: 1;
  font-size: 20px;
}

.as-date {
  text-indent: 10px;
}

.as-date::-webkit-input-placeholder,
.as-date:-moz-placeholder,
.as-date::-moz-placeholder,
.as-date:-ms-input-placeholder {
  color: #525252;
  font-weight: bold;
  opacity: 1;
}

#emuseum-menu-wrap {
  position: fixed;
  z-index: 1;
  right: 0;
  bottom: 0;
}

.header .emuseum-quicksearch {
  position: absolute;
  right: 103px;
  top: 28px;
}
@media (max-width: 800px) {
  .header .emuseum-quicksearch {
    top: 8px;
  }
}
@media (max-width: 567px) {
  .header .emuseum-quicksearch {
    display: none;
    top: 58px;
    width: 100%;
    left: 0;
  }
  .header .emuseum-quicksearch input[type=text] {
    width: 100%;
  }
  .qsOpen .header .emuseum-quicksearch {
    display: block;
  }
}
.header input[type=submit] {
  border: 1px solid #c1c1c1;
}

header.header #qsToggle {
  top: 8px;
}

#emuseumMainWrap .dynamic-field input[type=text] {
  width: calc(100% - 343px);
  display: inline-block;
}
#emuseumMainWrap .dynamic-field select {
  display: inline-block;
  width: auto;
  padding: 0;
}

.emuseum-advancedsearch-form label {
  font-size: 16px;
}

.col-xs-6 {
  flex: 0 0 50%;
  max-width: 50%;
}

.col-xs-12 {
  flex: 0 0 100%;
  max-width: 100%;
}

.col-xs-6, .col-xs-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  box-sizing: border-box;
}

.geographyAdvTerms-as-wrap, .languageAdvTerms-as-wrap,
.approved-as-wrap, .classification-as-wrap {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  box-sizing: border-box;
  flex: 0 0 50%;
  max-width: 50%;
}

.toggleContent {
  display: block;
}

#viewSwitchForm, #sortByForm {
  float: right;
  margin-right: 10px;
}

.viewSwitch li {
  list-style: none;
  float: left;
  margin-left: 8px;
}

.viewSwitchLabel {
  float: left;
  display: inline;
}

.viewSwitch i {
  margin-top: -5px;
}

.queryHL {
  background-color: yellow;
}

.multisearch input[type=text] {
  border: 1px #ccc solid;
}

#emuseum-collection-header .multisearch {
  width: 75%;
  margin: 0 auto;
  position: relative;
  overflow: visible;
  height: 40px;
}
#emuseum-collection-header .multisearch input[type=text] {
  width: 100%;
  height: 41px;
}

#header-text-block {
  z-index: 2;
}

#emuseum-collection-header {
  overflow: visible;
}

.main-content-wrap {
  padding: 15px 0;
}

.tab-pane.in {
  opacity: 1;
}

#themes .grid-item {
  text-align: center;
}
#themes .grid-item img {
  width: auto;
}

.tab-content #formats {
  padding-top: 55px;
}
.tab-content #recentlyAdded {
  padding-top: 25px;
}

#emuseumMainWrap .navigation-back-form {
  display: inline-block;
  color: #fff;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 3px;
  font-weight: bold;
  width: 215px;
  padding: 18px 5px 17px;
  text-align: center;
  background: #007c93;
  border: 0;
  float: none;
  left: 0;
}
#emuseumMainWrap .navigation-back-wrap .em-icon {
  display: none;
}

.emuseum-pager-button {
  padding: 0;
}

@media screen and (min-width: 769px) {
  .detail-one-column .detail-grid .grid-child.tombstone-wrapper {
    max-width: 100%;
  }
}
#detailsBlockMain {
  padding: 0 15px 0 0;
}

#detail-tabs-block {
  padding: 0 0 0 15px;
}
#detail-tabs-block .context-tabs li a {
  height: 40px;
  line-height: 40px;
  padding: 0 12px;
  font-weight: normal;
  font-size: 14px;
  border-radius: 0;
}

@media (max-width: 1024px) {
  #detailsBlockMain, #detail-tabs-block {
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0;
  }
}

.item-details-inner {
  margin-top: 15px;
}

#get ul li, #cite ul li, #share ul li, #api ul li, #purchase ul li {
  margin: 6px 0;
}

.detailField {
  margin: 0 0 4px 0;
}

body {
  font-size: 1rem;
}

.emuseum-title-wrap h1 {
  margin-left: 18px;
}

#cboxClose {
  background: none;
}

.result-details-result-count {
  margin-left: 15px;
}

.col.col-auto.text-right .dropdown {
  margin-right: 15px;
}

.emuseum-secondary-media .primaryMediaZoneWrap {
  min-height: 465px;
}

.primaryMediaZoneWrap .notApproved {
  height: 100%;
  padding: 0;
  border-bottom: none;
  border-top: none;
  width: 100%;
  color: #fff;
  line-height: 400px;
}

.detail-item-img .primaryMediaZoneWrap .emuseum-defaultmedia {
  padding: 0;
  height: 400px;
}

#mediaZone {
  display: table;
  height: 100%;
  width: 100%;
}

#mediaZone > div {
  display: table-cell;
  vertical-align: middle;
}

.detail-item-img .primaryMediaZoneWrap .emuseum-defaultmedia {
  padding: 0;
  height: 400px;
}

@media screen and (min-width: 769px) {
  .detail-one-column .detail-grid .media-zone {
    margin-left: inherit;
    left: inherit;
  }
}

.emuseum-defaultmedia .defaultmedia-text {
  position: absolute;
  top: 50%;
  width: 100%;
  text-transform: uppercase;
  font-size: 1em;
  padding: 0 15px;
}

#popPlayerWrapper audio {
  background-color: #efefef;
  border-radius: 8px;
  -webkit-border-radius: 8px;
}

audio, video {
  width: 100%;
}

.main_audio_caption {
  color: #fff;
  position: absolute;
  top: 37%;
  text-align: center;
  width: 100%;
}

.emuseum-filters {
  /*
  background-color: #e8e8e8;
  box-shadow: inset 0 0 14px -2px #b3b3b3;
  padding: 15px;*/
}
.emuseum-filters .filter-item a {
  color: #000;
}

.filter-wrapper {
  background-color: #e8e8e8;
  box-shadow: inset 0 0 14px -2px #b3b3b3;
  padding: 15px;
}

@media screen and (min-width: 769px) {
  .results-grid-two-column .results-grid {
    -ms-grid-columns: 330px 15px 1fr;
    grid-template-columns: 330px 1fr;
    grid-gap: 15px;
  }
}
.results-page .emuseum-main-wrap {
  padding-left: 0;
  padding-right: 0;
}

.emuseum-filters .filter-headline {
  font: bold 18px/28px "proxima-nova-condensed", Arial, Helvetica, sans-serif;
  text-transform: uppercase;
}

.filter-items .emuseum-button {
  letter-spacing: 0 !important;
  background: transparent;
  color: #000 !important;
  font-size: 14px !important;
  font-family: "proxima-nova-condensed", Arial, Helvetica, sans-serif;
  margin: 0 0 0 8px;
  padding-top: 0 !important;
}
.filter-items .emuseum-button:before {
  content: "";
  width: 15px;
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.results-grid-two-column .emuseum-filters .toggleContent {
  max-height: 450px;
  overflow-y: auto;
  scrollbar-width: thin;
}
.results-grid-two-column .emuseum-filters .toggleContent::-webkit-scrollbar {
  width: 8px;
}
.results-grid-two-column .emuseum-filters .toggleContent::-webkit-scrollbar-thumb {
  background: #d2d2d2;
}
.results-grid-two-column .emuseum-filters .toggleContent::-webkit-scrollbar-track {
  background: #f5f5f5;
}

.filter-wrapper .filter-header {
  font-weight: 600;
  font-size: 15px;
}

.filter-wrapper .filter-name {
  padding-left: 21px;
}

#dateFilterForm input[type=submit] {
  background: #717171;
  height: 37px;
  margin-top: 15px;
  color: #fff !important;
  padding-top: 8px !important;
}

.filter-wrapper .toggleIcon {
  float: none;
}
.filter-wrapper .toggleIcon:before {
  content: "";
  font-size: 14px;
}
.filter-wrapper .toggleFieldOpen .toggleIcon:before {
  content: "";
}

.filter-group h4 {
  border-bottom: var(--em-global-border-std, 1px solid #ccc);
  margin-bottom: 0;
}

@media screen and (min-width: 769px) {
  .stickyTools .emuseum-filters {
    position: fixed;
    top: 188px;
    height: calc(100vh - 188px) !important;
    overflow: auto;
    width: 315px;
  }
}
.emuseum-filter-toggle {
  display: none !important;
}

@media screen and (max-width: 768px) {
  .emuseum-filter-toggle {
    display: inline-block !important;
  }

  .results-wrapper {
    padding: 0 15px;
  }
}
.emuseum-mobile-filter-mode header.header {
  display: none;
}
.emuseum-mobile-filter-mode #emuseum-feedback-link {
  display: none;
}
.emuseum-mobile-filter-mode .filter-headline {
  padding-top: 20px;
}
.emuseum-mobile-filter-mode .emuseum-filter-toggle {
  display: inline-block !important;
}

@media screen and (min-width: 769px) {
  .atBottom.stickyTools .emuseum-filters {
    height: calc(100vh - 188px - 212px) !important;
  }
}
.results-grid {
  position: relative;
}

.filter-collapse-toggle {
  display: none;
  cursor: pointer;
}

@media screen and (min-width: 769px) {
  .emuseum-result-tools {
    position: absolute;
    height: 44px;
    top: -45px;
    right: 0;
    width: 100%;
  }

  .filter-collapse-toggle {
    position: absolute;
    left: 6px;
    top: 5px;
    background: #8c1515;
    height: 40px;
    line-height: 40px;
    padding: 0 12px;
    font-weight: normal;
    font-size: 14px;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    display: inline-block;
  }
}
.emuseum .sort-by-form select {
  height: 30px;
  line-height: 15px;
}
.emuseum .sort-by-form .select-wrapper:after {
  line-height: 27px;
}
.emuseum .sort-by-form .sort-by-label {
  font-size: 1rem;
}

#sortByForm {
  margin-top: 11px;
}

#viewSwitchForm {
  margin-top: 16px;
}

.stickyTools .emuseum-result-tools {
  position: fixed;
  top: 133px;
  max-width: 1200px;
  width: 100%;
  z-index: 1000;
  background: #fff;
  border-bottom: 1px solid #2f3237;
  left: 0;
  right: 0;
  margin: 0 auto;
  height: 55px;
}
@media (max-width: 1280px) {
  .stickyTools .emuseum-result-tools {
    width: 995px;
  }
}
@media (max-width: 1024px) {
  .stickyTools .emuseum-result-tools {
    width: 770px;
    top: 121px;
  }
}
@media (max-width: 800px) {
  .stickyTools .emuseum-result-tools {
    width: 670px;
    top: 58px;
  }
}
@media (max-width: 767px) {
  .stickyTools .emuseum-result-tools {
    width: calc(100% - 30px);
  }
}
.stickyTools .filter-collapse-toggle {
  left: 9px;
  top: 6px;
}
.stickyTools #viewSwitchForm {
  margin-top: 17px;
}
.stickyTools #sortByForm {
  margin-top: 12px;
}

@media (min-width: 769px) {
  .emuseum-filter-collapsed .filter-wrapper {
    display: none;
  }

  .results-grid-two-column.emuseum-filter-collapsed .results-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .results-wrapper {
    padding: 0 8px;
  }
}
#mycollections-link-text {
  position: relative;
  top: -4px;
}

@media screen and (min-width: 769px) {
  .detail-one-column .detail-grid .media-zone .emuseum-img-wrap:before {
    display: none;
  }

  .detail-one-column .detail-grid .media-zone {
    background: transparent;
  }
}
.thesaurus-wrapper {
  margin-top: 0;
}

@media (max-width: 768px) {
  .thesaurus-wrapper .jstree-node .jstree-anchor .viewall {
    width: 64px;
    top: 7px;
    right: -55px;
  }

  #thesTreeWrap .jstree-icon {
    padding: 0;
  }

  #thesTreePanel #thesTreeWrap #thesTreeWrapInner .jstree-node .thesterm {
    max-width: calc(100% - 80px);
    text-overflow: ellipsis;
    display: block;
    float: none;
    white-space: nowrap;
    overflow: hidden;
  }
}
@media (max-width: 769px) {
  .thesaurus-wrapper .jstree-node {
    background: #fff !important;
    border: 0;
  }

  .thesaurus-wrapper .jstree-node .jstree-node {
    background: #fff !important;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
  }
}
.results-page .header-tabs-form {
  display: none;
}

@media (max-width: 768px) {
  .results-actions {
    position: absolute;
    top: 2px;
  }

  .stickyTools .results-actions {
    position: fixed;
    top: 60px;
    z-index: 1000;
  }

  .emuseum-mobile-filter-mode .emuseum-result-tools, .emuseum-mobile-filter-mode .results-actions {
    display: none;
  }

  .filter-wrapper {
    display: none;
  }

  .emuseum-mobile-filter-mode .filter-wrapper {
    display: block;
  }

  .results-grid {
    margin-top: -5px;
  }
}
@media (max-width: 567px) {
  .emuseum .sort-by-form .sort-by-label {
    font-size: 14px;
    display: block;
  }

  #sortByForm {
    margin-top: 7px;
  }

  #viewSwitchForm {
    margin-top: 7px;
  }

  .viewSwitchWrap select {
    height: 20px;
    line-height: 15px;
    padding: 0;
    font-size: 13px;
  }

  .emuseum .sort-by-form select {
    height: 20px;
    font-size: 13px;
    -webkit-appearance: auto;
    -moz-appearance: auto;
    padding-left: 0;
  }

  .emuseum .sort-by-form .select-wrapper:after {
    display: none;
  }

  .sort-by-form .select-wrapper:before {
    font-size: 13px;
    top: 1px;
    left: 5px;
  }

  .stickyTools #sortByForm {
    margin-top: 7px;
  }

  .stickyTools #viewSwitchForm {
    margin-top: 7px;
  }
}
@media (min-width: 769px) and (max-width: 800px) {
  .stickyTools .emuseum-filters {
    top: 113px;
    height: calc(100vh - 113px) !important;
  }
}
@media (min-width: 801px) and (max-width: 1023px) {
  .stickyTools .emuseum-filters {
    top: 176px;
    height: calc(100vh - 176px) !important;
  }
}
.media-zone {
  background-color: #000 !important;
}

.detail-item-img {
  background-color: #000;
}

.detail-item-img #mediaZone img {
  max-height: 400px;
  margin: 0 auto;
  outline: none;
}

.primaryMediaZoneWrap {
  min-height: 465px;
}

/* Should apply to audio
#archiveMediaBlockWrap.videoArchiveWrap iframe {
    height: 50px;
    padding-top: 0;
}*/
.thesaurus-wrapper .jstree-node > .jstree-icon {
  padding: 0;
}

.category .img-wrap:after {
  display: none;
}

.category .img-wrap .emuseum-defaultmedia,
.category .img-wrap .emuseum-img-wrap {
  position: relative;
}

.category .img-wrap .emuseum-img-wrap {
  height: 218px;
  overflow: hidden;
}

@media (max-height: 580px) and (min-width: 801px) {
  .header .emuseum-quicksearch {
    top: 7px;
  }
}
@media (min-width: 992px) {
  .collections-page #formats .emuseum-img-grid .grid-item, .category-page .emuseum-img-grid .grid-item {
    flex: 0 0 10%;
    max-width: 10%;
    max-height: 120px;
  }
}

.category .category-inner {
  border-bottom: none !important;
}

.category-inner > h3 {
  display: inline;
}

#detailView .secondary-media-wrap {
  padding: 15px;
  background: #222;
  border-top: 1px solid #444;
}

.media-overlay .secondary-media-wrap .secondary-media-tabs {
  margin-top: 0;
}

.media-overlay {
  background: #000;
}

.media-overlay .overlayTitle .result-title {
  color: #fff;
}

.details-page #cboxClose {
  color: #fff;
}

.media-overlay .secondary-media-tabs a {
  text-transform: uppercase;
  font-size: 12px;
  color: #fff;
  font-weight: bold;
}

.media-overlay .secondary-media-wrap {
  border-top: 1px solid #4d4d4d;
}

#map .ol-viewport .ol-zoom button,
.media-overlay .secondary-media-wrap .secondary-media-toggle .em-icon {
  color: #fff;
}

.details-page #cboxClose {
  right: 15px;
}

#colorbox #cboxClose:before {
  padding: 0;
  height: 40px;
  width: 40px;
}

.media-overlay #overlayMediaZone {
  height: calc(100vh - 200px);
}

.media-overlay .secondary-media-wrap {
  height: 200px;
}

.result-details-result-count {
  margin-top: 15px;
  margin-right: 3px;
}

/*# sourceMappingURL=custom-compiled.css.map */
