/* mixins */
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder,
input:-ms-input-placeholder,
textarea:-ms-input-placeholder,
input::-ms-input-placeholder,
textarea::-ms-input-placeholder,
input::placeholder,
textarea::placeholder {
  color: #888;
}
.sr-only {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute;
  /* reset */

  width: auto;
  height: auto;
  margin: 0;
  padding: 0;
  overflow: hidden;
  border: 0;
}
.sr-only:focus {
  background-color: #ffffff;
  border-radius: 4px;
  clip: auto;
  color: #132531;
  display: block;
  font-size: 14px;
  height: 50px;
  line-height: 20px;
  padding: 15px 15px;
  position: absolute;
  left: 5px;
  top: 5px;
  text-decoration: none;
  text-transform: none;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar */

}
/* this mixins give output generate duplicate CSS code
 * alternatively you will to have to rewrite the original mixin in buttons.less
 */
.navbar-brand {
  font-size: 20px;
}
/* buttons */
/* link on white background */
.group {
  position: relative;
  background: #eeeeee;
  border-radius: 4px;
  border: 1px solid #c8c8c8;
  margin-top: 0;
  margin-bottom: .5em !important;
}
.group .add_search_link {
  display: inline-block;
  margin-top: 4px;
}
.group .group-close {
  position: absolute;
  top: .3em;
  right: .5em;
  opacity: .4;
  z-index: 2;
}
.group .search {
  margin-bottom: 2px;
}
.group .search .close {
  opacity: .8;
}
@media (min-width: 768px) {
  .group {
    padding: 10px 10px 10px 25px;
  }
  .group [class^=col-] {
    padding-left: 0;
  }
}
@media (max-width: 767px) {
  .group .search .middle {
    float: left;
    width: 90%;
  }
  .group .group-close {
    top: .5em;
    right: 1em;
    opacity: .6;
  }
}
@media (max-width: 991px) {
  .group .form-control {
    max-width: none;
  }
}
#groupPlaceHolder {
  display: block;
  padding: 6px;
}
.template-dir-eds.template-name-advanced legend {
  margin-bottom: 0;
}
.template-dir-eds.template-name-advanced .no-js .group:nth-child(n+3) {
  display: none;
}
.template-dir-eds.template-name-advanced .search .close a {
  margin-left: -2em;
}
.alphabrowse {
  border-collapse: separate;
  /* highlighting the row makes ff bugs; operate on its children */

}
.alphabrowse .lcc {
  width: 20%;
}
.alphabrowse .titles {
  width: 10%;
  text-align: center;
}
.alphabrowse tr.browse-match td {
  border-top: 0.2em solid #265680;
  border-bottom: 0.2em solid #265680;
}
.alphabrowse tr.browse-match td:first-child {
  border-left: 0.2em solid #265680;
}
.alphabrowse tr.browse-match td:last-child {
  border-right: 0.2em solid #265680;
}
/* crhallberg/autocomplete.js 0.14 */
.autocomplete-results {
  position: absolute;
  margin: 0;
  margin-top: 2px;
  padding: 0;
  border: 1px solid #d3d3d3;
  background-color: #ffffff;
  border-radius: 4px;
  overflow: hidden;
  z-index: 50;
}
.autocomplete-results .item {
  display: block;
  margin: 0;
  padding: .75rem 1.25rem;
  border-bottom: 1px solid #d3d3d3;
  cursor: pointer;
}
.autocomplete-results .item:last-child {
  border: 0;
}
.autocomplete-results .item:hover {
  background-color: #e2edf6;
}
.autocomplete-results .item.loading {
  background-color: #ffffff;
}
.autocomplete-results .item.selected {
  background-color: #265680;
  color: #ffffff;
}
.autocomplete-results .item small {
  display: block;
  color: #a9a9a9;
}
.fa-grid:before {
  content: "\f00a";
}
.fa-visual:before {
  content: "\f008";
}
.fa-x:before {
  content: "\f0f6";
}
.fa-atlas:before {
  content: "\f14e";
}
.fa-book:before {
  content: "\f02d";
}
.fa-braille:before {
  content: "\f0a6";
}
.fa-cdrom:before {
  content: "\f109";
}
.fa-chart:before {
  content: "\f012";
}
.fa-chipcartridge:before {
  content: "\f109";
}
.fa-collage:before {
  content: "\f03e";
}
.fa-disccartridge:before {
  content: "\f109";
}
.fa-drawing:before {
  content: "\f03e";
}
.fa-ebook:before {
  content: "\f0f6";
}
.fa-electronic:before {
  content: "\f1c6";
}
.fa-filmstrip:before {
  content: "\f008";
}
.fa-flashcard:before {
  content: "\f0e7";
}
.fa-floppydisk:before {
  content: "\f0c7";
}
.fa-globe:before {
  content: "\f0ac";
}
.fa-journal:before {
  content: "\f0f6";
}
.fa-kit:before {
  content: "\f0b1";
}
.fa-manuscript:before {
  content: "\f0f6";
}
.fa-map:before {
  content: "\f14e";
}
.fa-microfilm:before {
  content: "\f008";
}
.fa-motionpicture:before {
  content: "\f03d";
}
.fa-musicalscore:before {
  content: "\f001";
}
.fa-musicrecording:before {
  content: "\f001";
}
.fa-newspaper:before {
  content: "\f0f6";
}
.fa-online:before {
  content: "\f109";
}
.fa-painting:before {
  content: "\f03e";
}
.fa-photo:before {
  content: "\f03e";
}
.fa-photonegative:before {
  content: "\f03e";
}
.fa-physicalobject:before {
  content: "\f187";
}
.fa-print:before {
  content: "\f03e";
}
.fa-sensorimage:before {
  content: "\f03e";
}
.fa-serial:before {
  content: "\f0f6";
}
.fa-slide:before {
  content: "\f008";
}
.fa-software:before {
  content: "\f109";
}
.fa-soundcassette:before {
  content: "\f025";
}
.fa-sounddisc:before {
  content: "\f109";
}
.fa-soundrecording:before {
  content: "\f025";
}
.fa-tapecartridge:before {
  content: "\f109";
}
.fa-tapecassette:before {
  content: "\f025";
}
.fa-tapereel:before {
  content: "\f008";
}
.fa-transparency:before {
  content: "\f008";
}
.fa-unknown:before {
  content: "\f128";
}
.fa-video:before {
  content: "\f03d";
}
.fa-videocartridge:before {
  content: "\f03d";
}
.fa-videocassette:before {
  content: "\f03d";
}
.fa-videodisc:before {
  content: "\f109";
}
.fa-videoreel:before {
  content: "\f03d";
}
.hierarchy-tree {
  /* jsTree arrows */

}
.hierarchy-tree .jstree-ocl:before {
  float: left;
  width: 10px;
  padding: 0;
  margin-left: -10px;
  font-family: 'FontAwesome';
  font-style: normal;
  font-weight: normal;
  cursor: pointer;
  text-decoration: inherit;
  speak: none;
}
.hierarchy-tree .jstree-open > .jstree-ocl:before {
  content: "\f0d7";
}
.hierarchy-tree .jstree-closed > .jstree-ocl:before {
  content: "\f0da";
}
.hierarchy-tree .jstree-leaf > .jstree-ocl:before {
  content: " ";
}
.hierarchy-tree .jstree-icon {
  width: 16px;
  color: #000;
}
.hierarchy-tree .jstree-anchor {
  padding: 2px 5px;
  white-space: nowrap;
}
.hierarchy-tree .jstree-container-ul,
.hierarchy-tree .jstree-children {
  padding-left: 16px;
}
.hierarchy-tree .jstree-initial-node {
  display: none;
}
.hierarchy-tree .jstree-clicked {
  color: #ffffff;
  background-color: #265680;
}
.hierarchy-tree .jstree-clicked .jstree-icon {
  color: #fff;
}
.hierarchy-tree .jstree-search a {
  font-style: italic;
  color: #8b0000 ;
  font-weight: bold;
}
/* --- Record --- */
#hierarchyTreeHolder {
  overflow-x: hidden;
  border-right: 1px solid #eeeeee;
}
#hierarchyTree .currentHierarchy > a,
#hierarchyTree .currentRecord a {
  font-weight: bold;
  color: #000;
}
/* --- Facets --- */
.facet .jstree-ocl:before {
  float: left;
  width: 10px;
  padding: 0;
  margin-left: -10px;
  font-family: 'FontAwesome';
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  cursor: pointer;
  speak: none;
}
.facet .jstree-default .jstree-open > .jstree-ocl:before {
  content: "\f0d7";
}
.facet .jstree-default .jstree-closed > .jstree-ocl:before {
  content: "\f0da";
}
.facet .jstree-default .jstree-leaf > .jstree-ocl:before {
  content: " ";
}
/* facet list styling */
.jstree-facet li span.main {
  display: block;
  padding-left: 1px;
  /* Fix Firefox cutting the checkboxes */

  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.jstree-facet .jstree-container-ul {
  padding: 0;
}
.jstree-facet .jstree-container-ul > li.active,
.jstree-facet .jstree-container-ul > li.active a.jstree-anchor {
  background-color: #265680;
  color: #fff;
}
li.jstree-facet,
li.jstree-node {
  list-style: none;
}
li.jstree-facet .badge {
  cursor: text;
}
li.jstree-facet ul {
  padding-left: 20px;
}
#modal {
  background-color: rgba(0, 0, 0, 0.2);
}
#modal .modal-content > .close {
  position: absolute;
  right: -50px;
  top: 0;
  z-index: 2;
  font-size: 32pt;
  color: #fff;
  opacity: .7;
}
#modal .modal-content > .close:hover {
  opacity: 1;
}
#modal .modal-body h1,
#modal .modal-body h2 {
  margin-top: 0.3rem;
  margin-bottom: 1.3rem;
}
#modal .cart-controls .btn {
  margin-bottom: 4px;
}
#modal .cart-controls .checkbox {
  padding-bottom: 1em;
}
#modal .cart-controls ~ hr {
  margin-top: 0;
}
.offcanvas-overlay,
.offcanvas-toggle {
  display: none;
}
@media screen and (max-width: 767px) {
  body.offcanvas {
    overflow-x: hidden;
    /* Prevent scroll on narrow devices */
  
  }
  body.offcanvas .sidebar {
    position: fixed;
    height: 100%;
    top: 0;
    width: 75%;
    padding-left: 0;
    padding-right: 0;
    overflow-y: auto;
  }
  body.offcanvas .sidebar h4 {
    padding-left: 12px;
  }
  body.offcanvas .sidebar .checkbox {
    margin-left: 32px;
  }
  body.offcanvas .sidebar .list-group,
  body.offcanvas .sidebar .list-group-item {
    border-left: 0;
    border-right: 0;
    border-radius: 0 !important;
  }
  body.offcanvas.active {
    overflow-y: hidden;
  }
  body.offcanvas.offcanvas-left {
    padding-left: 15px;
  }
  body.offcanvas.offcanvas-left .main {
    background: #FFF;
  }
  body.offcanvas.offcanvas-left.active {
    margin-left: 75%;
    margin-right: -75%;
  }
  body.offcanvas.offcanvas-left.active .sidebar {
    left: 0;
  }
  body.offcanvas.offcanvas-left.active .offcanvas-overlay {
    right: -75%;
  }
  body.offcanvas.offcanvas-left.active .offcanvas-toggle {
    left: 75%;
  }
  body.offcanvas.offcanvas-left .sidebar {
    left: -75%;
  }
  body.offcanvas.offcanvas-left .offcanvas-overlay {
    right: -100%;
  }
  body.offcanvas.offcanvas-left .offcanvas-toggle {
    border-radius: 0 3px 3px 0;
    left: 0;
  }
  body.offcanvas.offcanvas-right {
    padding-right: 15px;
  }
  body.offcanvas.offcanvas-right .main > .container {
    background: #FFF;
  }
  body.offcanvas.offcanvas-right.active {
    margin-left: -75%;
    margin-right: 75%;
  }
  body.offcanvas.offcanvas-right.active .sidebar {
    right: 0;
  }
  body.offcanvas.offcanvas-right.active .offcanvas-overlay {
    left: -75%;
  }
  body.offcanvas.offcanvas-right.active .offcanvas-toggle {
    right: 75%;
  }
  body.offcanvas.offcanvas-right .sidebar {
    right: -75%;
  }
  body.offcanvas.offcanvas-right .offcanvas-overlay {
    left: -100%;
  }
  body.offcanvas.offcanvas-right .offcanvas-toggle {
    border-radius: 3px 0 0 3px;
    right: 0;
  }
  body.offcanvas .offcanvas-overlay {
    display: block;
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
    z-index: 3;
  }
  body.offcanvas .offcanvas-toggle {
    display: block;
    position: fixed;
    top: 50%;
    width: calc(25px);
    padding: 20px 0;
    background: #265680;
    color: #EEE;
    text-align: center;
    z-index: 5;
  }
  body.offcanvas .offcanvas-overlay,
  body.offcanvas .offcanvas-toggle,
  body.offcanvas .offcanvas-toggle * {
    cursor: pointer;
  }
  body.offcanvas,
  body.offcanvas .sidebar,
  body.offcanvas .offcanvas-overlay,
  body.offcanvas .offcanvas-toggle {
    -webkit-transition: all 0.25s ease-out;
    -o-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
  }
}
.citation .pace-car th,
.citation .pace-car td {
  border: 0;
  padding: 0;
}
.citation th {
  text-align: right;
}
.item-notes ul {
  padding-left: 2rem;
}
.recordcover {
  max-height: 300px;
}
.tagList .tag {
  display: inline-block;
  margin: 0 1px 1px;
  padding: 6px 6px;
  font-size: 14px;
  line-height: 1.428571429;
  border-radius: 4px;
}
.tagList .tag.selected {
  background-color: #265680;
}
.tagList .tag.selected a {
  color: #fff;
}
.tagList .tag.selected .badge {
  color: #222222;
  background-color: #fff;
}
.tagList .tag.selected .badge:hover {
  color: #a94442;
}
.tagList .tag .badge .fa {
  width: 12px;
}
.tagList button {
  border: 0;
}
.tagList .tag-form {
  display: inline;
}
.tagList.loggedin .tag:not(.selected) .badge:hover {
  background-color: #028302;
}
.subject-line:hover {
  color: #999;
}
.subject-line:hover a {
  color: #092b47;
}
.subject-line a:hover ~ a {
  color: #999;
  text-decoration: none;
}
.bulkActionButtons label {
  display: inline-block;
}
.bulkActionButtons label input {
  margin-top: 2px;
}
@media (max-width: 767px) {
  .grid {
    min-height: 250px;
  }
}
.result a.title {
  font-weight: bold;
}
.result .left {
  text-align: center;
}
.result .left img {
  max-width: 100%;
}
@media (max-width: 767px) {
  .result a {
    text-decoration: underline;
  }
  .result .middle,
  .result .right {
    padding: 0;
  }
}
@media (max-width: 530px) {
  .result .checkbox {
    display: none !important;
  }
  .result .left {
    width: 40%;
  }
  .result .middle {
    width: 60%;
  }
  .result .right {
    display: none;
  }
}
.search-controls .alert {
  margin-bottom: 0;
}
.searchtools a {
  padding: 0 .5em;
}
.title-in-heading {
  font-size: inherit;
  font-style: italic;
}
.wikipedia img {
  margin-right: 1rem;
}
/* Sidebar rounded corners */
.narrow-toggle {
  text-align: center;
}
.sidebar label:not(.list-group-item) {
  margin-left: 20px;
}
.sidebar .list-group.facet .list-group-item.title {
  cursor: pointer;
}
.sidebar .list-group.facet .list-group-item.title.collapsed {
  border-radius: 4px;
}
.sidebar .list-group.facet .list-group-item.title.collapsed:after {
  content: '\25BC';
}
.sidebar .list-group.facet .list-group-item.title:after {
  content: '\25B2';
  float: right;
}
.sidebar .collapse .list-group-item,
.sidebar .collapsing .list-group-item {
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}
.sidebar .collapse .list-group-item[id^=more],
.sidebar .collapsing .list-group-item[id^=more] {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.sidebar #side-collapse-publishDate .list-group-item {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
label.list-group-item {
  margin-top: 0;
  padding-left: 35px;
  font-weight: normal;
  border-radius: 0;
}
.list-group-item.title {
  font-weight: bold;
}
.list-group-item i.fa,
.badge i.fa {
  cursor: inherit;
}
.sidebar .facet a {
  text-decoration: none;
}
.top-row .applied {
  font-weight: bold;
}
.top-row .applied:hover {
  color: #a94442;
}
.top-row .applied:hover .fa.fa-check:before {
  content: "\f00d";
}
#similar-items-carousel .carousel-indicators {
  bottom: 0px;
}
#similar-items-carousel .carousel-indicators li {
  width: 8px;
  height: 8px;
  margin: 2px;
  background-color: rgba(255, 255, 255, 0.3);
  border-color: #222222;
}
#similar-items-carousel .hover-overlay {
  position: relative;
  display: block;
  min-width: 150px;
  min-height: 200px;
  margin: auto;
  text-align: center;
}
#similar-items-carousel .hover-overlay img {
  max-width: 100%;
  margin: 10px 0;
}
#similar-items-carousel .hover-overlay .content {
  position: absolute;
  top: 0;
  left: 0;
  display: none;
  width: 100%;
  height: 100%;
  padding: .5em .5em 0;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.5);
}
#similar-items-carousel .hover-overlay:hover .content {
  display: block;
}
#similar-items-carousel .item {
  padding: 0 4em;
}
.slider-container {
  padding: 4px 10px;
  text-align: center;
}
.slider-container .slider.slider-horizontal {
  width: 100%;
}
.slider-container .slider-track {
  background: #777777;
  box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.4);
}
.slider-container .slider-handle {
  background: #265680;
  background-image: none;
  border: 1px solid #265680;
  box-shadow: none;
  opacity: .9;
}
.slider-container .slider-handle:hover,
.slider-container .slider-handle:active,
.slider-container .slider-handle:focus {
  opacity: 1;
  background: #FFF;
  border-color: #777777;
}
.slider-container .slider-handle:active,
.slider-container .slider-handle:focus {
  border-color: #265680;
}
.slider-container .slider-selection {
  background: #CCC;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.3);
}
.slider-container input {
  display: none;
}
.alert.alert-info a {
  text-decoration: underline;
}
.btn.disabled:active,
.btn.disabled:focus,
.btn.disabled:hover {
  color: #000;
}
[data-toggle~="dropdown"] {
  cursor: pointer;
}
.fa {
  cursor: default;
}
.list-unstyled {
  margin: 0;
}
.highlight,
mark {
  background: #ffff66;
  padding: .1em .2em;
}
.icon-bar {
  background-color: #888;
}
img {
  max-width: 100%;
}
.popover {
  width: 250px;
}
.sub-breadcrumb {
  padding: 5px 10px;
  white-space: nowrap;
}
.sub-breadcrumb li {
  display: inline-block;
}
.sub-breadcrumb li + li:before {
  padding-left: 5px;
  padding-right: 5px;
  color: #cccccc;
  content: "/\00a0";
}
.tab-content {
  padding: 4px;
}
@media (max-width: 991px) {
  header .container.navbar {
    margin-bottom: 0;
  }
  .searchForm {
    margin-top: 0;
  }
}
@media (min-width: 768px) {
  h2 {
    font-size: 23px;
    font-weight: normal;
  }
  h3 {
    font-size: 20px;
    font-weight: normal;
  }
  .form-control {
    max-width: 400px;
  }
}
@media (max-width: 767px) {
  h2 {
    font-size: 20px;
  }
  h3 {
    font-size: 16px;
  }
  .searchForm {
    padding-top: 0;
  }
}
/* --- Form Errors --- */
.has-error {
  margin-bottom: 0;
}
.sms-error {
  margin-bottom: 0;
}
.help-block.with-errors {
  margin: 0;
  padding-top: 6px;
  padding-bottom: 6px;
}
.help-block.with-errors:empty {
  padding: 0;
}
/* --- Badges - blend the links in --- */
.badge a {
  color: #fff;
}
/* --- Browse --- */
.browse.list-group .list-group-item {
  word-wrap: break-word;
}
.browse.list-group .list-group-item.view-record {
  padding: 2px 4px;
  font-size: 85%;
  text-align: right;
  border-top: 0;
}
/* --- Cart --- */
.cart-controls .checkbox {
  line-height: 2.5em;
  padding-right: 1em;
}
/* --- PubDateVis --- */
#dateVisColorSettings {
  background-color: #fff;
  fill: #eaeaea;
  outline-color: #e8cfac;
  stroke: #265680;
}
/* --- Table wrapping to prevent horizontal overflow --- */
.table {
  table-layout: fixed;
  word-wrap: break-word;
}
/* --- Visualization View --- */
.node {
  position: absolute;
  box-sizing: content-box;
  margin: -1px;
  overflow: hidden;
  font: 10px sans-serif;
  line-height: 12px;
  border: 1px solid white;
}
.node div {
  margin-top: 0px;
}
.toplevel {
  border: 2px solid black;
}
.node .label {
  position: absolute;
  bottom: 0;
  left: 0;
  min-height: 1px;
  padding: 2px 4px;
  font-size: 85%;
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 0;
  text-shadow: none;
}
.notalabel {
  color: #000;
}
#viz-instructions {
  padding-top: 600px;
}
span[class^="services-"],
span[class*=" services-"] span::before {
  content: ", ";
}
span[class^="services-"],
span[class*=" services-"] span:first-of-type::before {
  content: "";
}
.searchtools .hidden-print{
display: none;
}
header.hidden-print {
    background: #fffdd6;
}
img.img-responsive {
    border: 2px solid;
}
