@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.dbf-interface {
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.dbf-interface .search-results-count {
  width: 100%;
  margin: 0em 0 0.5em;
  padding: 0;
}
.dbf-interface .search-results-count span._count {
  color: hsl(11deg, 67%, 36%);
}
.dbf-interface .search-results-count._searched-results {
  border-bottom: 1px dashed silver;
  border-top: 1px dashed silver;
  padding: 0.2em 0.5em;
  margin-bottom: 1em;
}

form.dbf-book-finder-search {
  width: 100%;
  background-image: linear-gradient(hsl(0deg, 0%, 95%), hsl(0deg, 0%, 92%));
  border: 1px solid hsl(0deg, 0%, 90%);
  border-radius: 3px;
  margin-bottom: 1.5em;
  padding: 1em 1em;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
form.dbf-book-finder-search input[name=q] {
  margin-bottom: 0.4em;
  font-size: 1.5em;
}
form.dbf-book-finder-search p.active-filter-hints,
form.dbf-book-finder-search p.clear-filters {
  margin: 0.5em 0;
}
form.dbf-book-finder-search ul.active-filter-hints li {
  margin: 0;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
form.dbf-book-finder-search ul.active-filter-hints li:before {
  content: none;
}
form.dbf-book-finder-search p.clear-filters {
  font-size: 0.9em;
}
form.dbf-book-finder-search h3 {
  margin: 0 0 0.3em;
}
form.dbf-book-finder-search .facet-tool {
  margin-left: 0.5em;
  position: relative;
  top: 2px;
}

.link-buttons a,
a.link-button {
  display: inline-block;
  padding: 0.3em 0.7em;
  margin-right: 0.5em;
  color: white;
  text-decoration: none;
  border-radius: 4px;
  background: hsl(218deg, 0%, 60%);
}
.link-buttons a:link, .link-buttons a:visited, .link-buttons a:hover,
a.link-button:link,
a.link-button:visited,
a.link-button:hover {
  color: white;
}
.link-buttons a:hover,
a.link-button:hover {
  box-shadow: 0 0 100px hsla(0deg, 0%, 0%, 0.2) inset;
  text-decoration: underline;
  text-decoration-color: hsla(0deg, 0%, 100%, 0.5);
  background: hsl(200deg, 81%, 42%);
}

a.facet-tool {
  display: inline-block;
  color: transparent;
  margin-right: 0.3em;
  height: 15px;
  width: 15px;
  background-repeat: no-repeat;
  background-size: 100%;
  opacity: 0.5;
  transition: 0.3s transform, 0.3s opacity, 0.3s filter;
  -webkit-filter: saturate(0);
  filter: saturate(0);
}
a.facet-tool:hover, a.facet-tool:active {
  -webkit-filter: saturate(1);
  filter: saturate(1);
  opacity: 1;
}
a.facet-tool:active {
  -webkit-filter: saturate(1);
  filter: saturate(1);
}
a.facet-tool.facet-unselect {
  background-image: url("../im/facet-unselect.svg");
}
a.facet-tool.facet-more-info {
  background-image: url("../im/info.svg");
}

.dbf-filters {
  background-color: hsl(0deg, 0%, 90%);
  box-sizing: border-box;
  padding: 1em;
  position: absolute;
  transform: translate3d(-200%, 0, 0);
  transition: 0.2s transform;
  box-shadow: 1px 1px 4px hsla(0deg, 0%, 20%, 0.5);
  border-top: 2px solid hsl(0deg, 0%, 20%);
  width: 85%;
  /* Hide these filter groups */
}
.dbf-filters .dbf-facet-group-cross-group-sub {
  display: none;
}
.dbf-filters.js-active {
  transform: translate3d(0, 0, 0);
}
.dbf-filters .toggle-filter-display {
  --size: 30px;
  position: absolute;
  top: calc(var(--size) / 2 * -1);
  right: calc(var(--size) / 2 * -1);
  height: var(--size);
  width: var(--size);
  line-height: var(--size);
  font-weight: bold;
  text-transform: uppercase;
  background: black;
  color: white;
  text-align: center;
  border-radius: var(--size);
  text-decoration: none;
}
.dbf-filters .filter-title {
  font-size: 0.9em;
  font-weight: bold;
  color: hsl(0deg, 0%, 45%);
  border-bottom: dotted 1px hsl(0deg, 0%, 80%);
  text-transform: uppercase;
  margin-bottom: 1.6em;
}
.dbf-filters .clear-filters {
  display: none;
}
.dbf-filters p.dbf-facet-name.dbf-facet-name {
  margin: 0.9em 0 0;
  padding: 0;
  text-transform: capitalize;
  font-weight: bold;
}
.dbf-filters a.dbf-toggle-group {
  border: none;
  font-weight: bold;
  font-size: 0.5em;
  text-decoration: none;
  border: none;
  margin-left: 0.7em;
  top: -2px;
  position: relative;
  font-style: italic;
}
.dbf-filters a.dbf-toggle-group:hover {
  border: none;
}
.dbf-filters a.dbf-toggle-group:after {
  content: "hide";
}
.dbf-filters .dbf-facet-group.js-hidden .dbf-toggle-group:after {
  content: "show";
}
.dbf-filters .dbf-facet-group-0 {
  opacity: 0.3;
}
.dbf-filters .dbf-facet-group-0 .dbf-facet-name {
  font-weight: normal;
}
.dbf-filters .dbf-facet-group-0 .dbf-toggle-group {
  display: none;
}
.dbf-filters .dbf-facet-group-0 .dbf-facet-name:after {
  content: "(0)";
  padding-left: 0.4em;
  font-size: 0.8em;
}
.dbf-filters .dbf-facet-list {
  margin: 0 0 1.5em;
  padding: 0 0 0 0.7em;
  list-style-type: none;
}
.dbf-filters .dbf-facet-list li {
  margin: 0;
  padding: 0.2em 0 0.1em 0.5em;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.dbf-filters .dbf-facet-list li:before {
  content: none;
}
.dbf-filters .dbf-facet-list .facet-tools {
  padding-right: 0.2em;
}
.dbf-filters .dbf-facet-list .facet-tool {
  display: none;
  margin-right: 0.3em;
}
.dbf-filters .dbf-facet-list .dbf-facet-count {
  color: hsl(0deg, 0%, 55%);
  font-size: 0.8em;
  padding-left: 0.2em;
}
.dbf-filters .dbf-facet-list .dbf-facet-count:before {
  content: "(";
}
.dbf-filters .dbf-facet-list .dbf-facet-count:after {
  content: ")";
}
.dbf-filters .dbf-facet-list li.dbf-single-facet-count-0 a {
  color: inherit;
  text-decoration: none;
  border-bottom: none;
  pointer-events: none;
}
.dbf-filters .dbf-facet-list li.has-tooltip a.facet-more-info {
  display: inline-block;
}
.dbf-filters .dbf-facet-list li.currently-in-use {
  background-color: hsl(56deg, 93%, 82%);
}
.dbf-filters .dbf-facet-list li.currently-in-use a:not(.facet-tool) {
  color: inherit;
  text-decoration: none;
  pointer-events: none;
  border-bottom: none;
}
.dbf-filters .dbf-facet-list li.currently-in-use a.facet-unselect {
  display: inline-block;
}
.dbf-filters .dbf-facet-list li.currently-in-use .dbf-facet-count {
  display: none;
}
@media (min-width: 783px) {
  .dbf-filters {
    width: 25%;
    position: static;
    transform: translateX(0);
    font-size: 0.9em;
    border-top: 0;
    box-shadow: none;
  }
}

@media (min-width: 783px) {
  a.toggle-filter-display {
    display: none !important;
  }
}
.collection-full-results-link a {
  padding: 0.7em 1.3em;
  background: hsl(200deg, 81%, 42%);
  color: white;
  text-decoration: none;
  border-radius: 4px;
}
.collection-full-results-link a:link, .collection-full-results-link a:visited, .collection-full-results-link a:hover {
  color: white;
}
.collection-full-results-link a:hover {
  box-shadow: 0 0 50px hsla(0deg, 0%, 0%, 0.2) inset;
  text-decoration: underline;
  text-decoration-color: hsla(0deg, 0%, 100%, 0.5);
}

.dbf-booklist {
  box-sizing: border-box;
}

.dbf-book {
  overflow: auto;
  margin: 0 0 1.5em;
  padding-bottom: 2.5em;
}
.dbf-book:last-of-type {
  border-bottom: none;
}
.dbf-book .diverse-book-thumbnail {
  float: left;
  padding: 0 1em 0.5em 0;
  box-shadow: none;
  max-width: 150px;
  background: white;
  margin: 0;
}
.dbf-book .diverse-book-thumbnail img {
  transition: 0.4s opacity;
  z-index: 55;
}
.dbf-book h2 {
  margin: 0;
  padding-top: 0.2em;
  padding-bottom: 0.5em;
  font-size: 1.2em;
  font-weight: bold;
  clear: none;
}
.dbf-book .book-excerpt {
  font-size: 0.9em;
  margin-top: 0.5em;
  margin-bottom: 1em;
  padding-top: 0.8em;
  border-top: 1px dashed silver;
  font-style: italic;
}
.dbf-book .book-excerpt:empty {
  padding: 0;
}
.dbf-book .book-meta {
  font-size: 0.85em;
  margin: 1px 0 2px;
  padding: 0;
}
.dbf-book .book-published {
  opacity: 0.7;
  float: right;
  margin-left: 0.5em;
}
.dbf-book .book-category-list {
  text-align: right;
}

.dbf-book.dbf-book-align-right,
.dbf-book.dbf-book-align-left {
  width: 50%;
  min-width: 300px;
  padding: 1em;
  background: hsl(0deg, 0%, 94%);
  border-radius: 2px;
}
.dbf-book.dbf-book-align-right .diverse-book-thumbnail,
.dbf-book.dbf-book-align-left .diverse-book-thumbnail {
  float: none;
  display: block;
  margin: 0 auto;
  padding: 0;
  max-width: 150px;
  background: transparent;
  text-align: center;
}
.dbf-book.dbf-book-align-right h2,
.dbf-book.dbf-book-align-left h2 {
  padding: 0;
}

.dbf-book.dbf-book-align-right {
  margin: 0 0 1em 1em;
  float: right;
}

.dbf-book.dbf-book-align-left {
  margin: 0 1em 1em 0;
  float: left;
}

.dbf-booklist.main-content .archive-table .archive-row {
  display: none;
}

@media (min-width: 783px) {
  .dbf-booklist.dbf-search-results {
    width: 75%;
    padding-left: 1em;
  }
}

a.dbf-tax-tag {
  display: inline-block;
  padding: 0 0.7em;
  background-color: hsl(218deg, 0%, 60%);
  transition: 0.2s background;
  color: white;
  text-decoration: none;
  border-radius: 4px;
}
a.dbf-tax-tag:visited {
  color: white;
}
a.dbf-tax-tag:hover {
  background-color: hsl(200deg, 81%, 42%);
  color: white;
}

.pagination.dbf-pagination ul.page-numbers {
  list-style-type: none;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
}
.pagination.dbf-pagination ul.page-numbers li {
  list-style-type: none;
  padding: 0;
  line-height: inherit;
}
.pagination.dbf-pagination ul.page-numbers .current {
  font-weight: bold;
}

body.single-diversebook .diverse-book-thumbnail,
.type-diversebook .diverse-book-thumbnail {
  float: right;
  max-width: 300px;
  margin: 0 1em 0.6em;
}
body.single-diversebook .book-meta,
.type-diversebook .book-meta {
  font-size: 0.9em;
  margin: 0.5em 0;
  color: hsl(0deg, 0%, 46%);
}
body.single-diversebook .dbf-taxonomies,
.type-diversebook .dbf-taxonomies {
  margin: 0.7em 0;
  padding: 1em;
  background: hsl(192deg, 63%, 95%);
  clear: both;
  border-radius: 3px;
}
body.single-diversebook .dbf-taxonomies h2,
.type-diversebook .dbf-taxonomies h2 {
  margin: 0 0 0.6em;
  color: hsl(200deg, 20%, 60%);
  font-weight: bold;
}
body.single-diversebook p.taxonomy-list,
.type-diversebook p.taxonomy-list {
  margin: 0 0 0.4em;
  padding: 0;
}

.details-buttons {
  padding: 1em 0 1.4em;
  font-size: 0.9em;
}

/* Tooltip tipped.js
 */
.tpd-skin-dark {
  /* line below the title */
  /* spinner */
}
.tpd-skin-dark .tpd-close-icon {
  width: 1.4em;
  height: 1.4em;
  line-height: 1.4em;
  font-size: 1.4em;
}
.tpd-skin-dark .tpd-content,
.tpd-skin-dark .tpd-title,
.tpd-skin-dark .tpd-close {
  color: hsl(0deg, 0%, 100%);
}
.tpd-skin-dark .tpd-content a {
  color: hsl(183deg, 89%, 79%);
}
.tpd-skin-dark .tpd-content a:hover {
  color: hsl(183deg, 100%, 87%);
}
.tpd-skin-dark .tpd-close {
  opacity: 0.7;
}
.tpd-skin-dark .tpd-close:hover {
  opacity: 1;
}
.tpd-skin-dark .tpd-background-content,
.tpd-skin-dark .tpd-background-title {
  background-color: hsl(188deg, 93%, 24%);
}
.tpd-skin-dark .tpd-background {
  border-width: 2px;
  border-color: white;
}
.tpd-skin-dark .tpd-title-wrapper {
  border-bottom: 1px solid hsla(188deg, 53%, 80%, 0.2);
}
.tpd-skin-dark .tpd-spinner-spin {
  border-color: hsla(188deg, 93%, 50%, 0.2);
  border-left-color: #fff;
}
.tpd-skin-dark span.dbf-popup-tooltip-subtitle {
  text-transform: none;
  font-weight: normal;
  opacity: 0.9;
}

.dbf-attribution-section {
  text-align: right;
  margin: 3em 0 1em;
  font-size: 0.8em;
  color: hsl(0deg, 0%, 50%);
}
.dbf-attribution-section a, .dbf-attribution-section a:link, .dbf-attribution-section a:visited {
  color: inherit;
}
.dbf-attribution-section a.dbf-attribution-googlebooks img {
  margin-left: 1em;
  height: 60px;
  vertical-align: -100%;
}

.dbf-loading {
  position: relative;
}
.dbf-loading:after {
  content: "";
  display: block;
  position: absolute;
  top: 45%;
  left: 45%;
  z-index: 45;
  box-sizing: border-box;
  border: 4px solid hsla(0deg, 0%, 0%, 0.3);
  border-right-color: transparent;
  border-radius: 20px;
  height: 20px;
  width: 20px;
  animation: rotate 1.2s infinite linear;
}
.diverse-book-thumbnail.dbf-loading {
  width: 130px;
  height: 165px;
  display: inline-block;
}
.diverse-book-thumbnail.dbf-loading img {
  opacity: 0;
}

.link-buttons a,
.link-button {
  position: relative;
  transition: 0.4s opacity;
  z-index: 55;
}
.link-buttons a.dbf-loading,
.link-button.dbf-loading {
  opacity: 0.4;
  pointer-events: none;
}
.link-buttons a.dbf-loading:after,
.link-button.dbf-loading:after {
  top: 24%;
  border-color: hsl(0deg, 0%, 0%);
  border-right-color: transparent;
}

.dbf-flagged-item {
  background-color: hsl(0deg, 0%, 30%);
  border-radius: 2px;
  color: hsl(0deg, 0%, 90%);
  font-size: 0.9em;
  margin: 0 0 1.5em;
  padding: 1em;
  text-shadow: 0 0 2px black;
}
.dbf-flagged-item.problematic, .dbf-flagged-item.questionable {
  background-position: 10px center;
  background-repeat: no-repeat;
  border-style: dashed;
  border-width: 1px;
  text-shadow: 0 0 2px white;
}
.dbf-flagged-item.problematic {
  background-color: hsl(0deg, 89%, 90%);
  background-image: url("../im/flag.svg");
  background-size: 60px;
  border-color: red;
  color: hsl(0deg, 50%, 20%);
  padding-left: calc(60px + 0.5em);
}
.dbf-flagged-item.questionable {
  background-color: hsl(50deg, 95%, 85%);
  background-image: url("../im/question-mark.svg");
  background-position: 15px center;
  background-size: 40px;
  border-color: hsl(50deg, 97%, 49%);
  color: hsl(50deg, 90%, 20%);
  padding-left: calc(70px + 0.5em);
}
.dbf-flagged-item a:link, .dbf-flagged-item a:visited {
  color: hsl(213deg, 100%, 30%);
}
.dbf-flagged-item a.flag-link {
  white-space: pre;
}
.dbf-flagged-item div.flagging-more-info-link {
  text-align: right;
  font-size: 0.9em;
  margin: 0;
  padding: 0.7em 0 0;
  text-shadow: none;
}

.dbf-breadcrumb-widget {
  font-weight: 300;
}
.dbf-breadcrumb-widget .dbf-bc-caret {
  display: inline-block;
  height: 0;
  width: 0;
  border-color: transparent;
  border-width: 0.35em;
  border-style: solid;
  border-left-color: hsl(0deg, 0%, 70%);
  border-right-width: 0;
  margin: 0 0.6em;
}
.dbf-breadcrumb-widget .dbf-bc-current {
  font-weight: 700;
}

table.dbf-race-category-breakdown-chart {
  border: 1px solid hsl(0deg, 0%, 90%);
}
table.dbf-race-category-breakdown-chart._horizontal tbody tr:nth-child(even), table.dbf-race-category-breakdown-chart._horizontal tr {
  background-color: white;
}
table.dbf-race-category-breakdown-chart._horizontal tr:nth-child(4n+1) td._bar div {
  background-color: #f7c434;
}
table.dbf-race-category-breakdown-chart._horizontal tr:nth-child(4n+2) td._bar div {
  background-color: #aed24d;
}
table.dbf-race-category-breakdown-chart._horizontal tr:nth-child(4n+3) td._bar div {
  background-color: #6bc8c1;
}
table.dbf-race-category-breakdown-chart._horizontal tr:nth-child(4n+4) td._bar div {
  background-color: #f47b20;
}
table.dbf-race-category-breakdown-chart._horizontal td {
  border: none;
}
table.dbf-race-category-breakdown-chart._horizontal td._label {
  background: hsl(0deg, 0%, 98%);
  min-width: 300px;
  font-size: 0.8em;
  vertical-align: top;
  padding: 5px;
  border-bottom: 1px solid hsl(0deg, 0%, 87%);
}
table.dbf-race-category-breakdown-chart._horizontal td._bar {
  padding: 5px 0;
  background-image: linear-gradient(90deg, transparent 24%, hsl(0deg, 0%, 95%) 25%, transparent 25%, transparent 49%, hsl(0deg, 0%, 95%) 50%, transparent 50%, transparent 74%, hsl(0deg, 0%, 95%) 75%, transparent 75%);
}
table.dbf-race-category-breakdown-chart._horizontal td._bar div {
  border-radius: 0 4px 4px 0;
  height: 70px;
  background: silver;
}
table.dbf-race-category-breakdown-chart._horizontal ._percent-indicator {
  font-weight: bold;
  display: block;
}
@media (max-width: 800px) {
  table.dbf-race-category-breakdown-chart {
    border: none;
  }
  table.dbf-race-category-breakdown-chart._horizontal ._percent-indicator {
    display: inline;
  }
  table.dbf-race-category-breakdown-chart._horizontal ._percent-indicator:after {
    content: " - ";
  }
  table.dbf-race-category-breakdown-chart._horizontal tr {
    display: flex;
    flex-direction: column-reverse;
  }
  table.dbf-race-category-breakdown-chart._horizontal tr td {
    display: block;
    width: 100%;
    border: none;
  }
  table.dbf-race-category-breakdown-chart._horizontal tr td._label {
    width: 100%;
    font-size: 1em;
    margin-bottom: 25px;
    border: none;
  }
  table.dbf-race-category-breakdown-chart._horizontal tr td._bar {
    height: 40px;
    padding: 0;
  }
  table.dbf-race-category-breakdown-chart._horizontal tr td._bar div {
    height: 100%;
    border-radius: 0;
  }
}
table.dbf-race-category-breakdown-chart._vertical {
  background-color: hsl(0deg, 0%, 96%);
}
table.dbf-race-category-breakdown-chart._vertical tr._bars td {
  height: 300px;
  vertical-align: bottom;
  padding: 0 4px;
  border: none;
}
table.dbf-race-category-breakdown-chart._vertical tr._bars td:nth-child(2n+1) {
  background: hsl(0deg, 0%, 98%);
}
table.dbf-race-category-breakdown-chart._vertical ._bar {
  background: hsl(120deg, 61%, 25%);
  border-radius: 4px 4px 0 0;
  color: white;
  font-weight: bold;
  font-size: 0.7em;
}
table.dbf-race-category-breakdown-chart._vertical ._labels td {
  font-weight: bold;
  font-size: 0.8em;
  border: 1px solid hsl(0deg, 0%, 90%);
  background: hsl(0deg, 0%, 96%);
}

.dbf-race-category-other-page-links {
  margin-top: 2em;
}
.dbf-race-category-other-page-links a {
  display: flex;
  justify-content: left;
  align-items: center;
  border-radius: 50px/10px 40px;
  background-color: hsl(120deg, 10%, 45%);
  padding: 1.3em;
  color: white;
  text-decoration: none;
  transition: background-color 0.2s, text-shadow 0.2s;
  margin-bottom: 0.7em;
  text-shadow: 0 0 2px hsla(0deg, 0%, 0%, 0.5);
}
.dbf-race-category-other-page-links a:visited, .dbf-race-category-other-page-links a:active, .dbf-race-category-other-page-links a:focus {
  color: white;
}
.dbf-race-category-other-page-links a:hover {
  color: white;
  background-color: hsl(120deg, 61%, 25%);
  text-shadow: 1px 1px 2px hsla(0deg, 0%, 0%, 0.3);
}
.dbf-race-category-other-page-links a img {
  height: 75px;
  width: 75px;
  box-shadow: none;
  margin-right: 0.9em;
}
.dbf-race-category-other-page-links a:nth-child(6n+1) {
  background-color: #90b42e;
}
.dbf-race-category-other-page-links a:nth-child(6n+1):hover {
  background-color: #667f20;
}
.dbf-race-category-other-page-links a:nth-child(6n+2) {
  background-color: #43b3ab;
}
.dbf-race-category-other-page-links a:nth-child(6n+2):hover {
  background-color: #31837d;
}
.dbf-race-category-other-page-links a:nth-child(6n+3) {
  background-color: #cd5e0a;
}
.dbf-race-category-other-page-links a:nth-child(6n+3):hover {
  background-color: #8e4107;
}
.dbf-race-category-other-page-links a:nth-child(6n+4) {
  background-color: #c2227a;
}
.dbf-race-category-other-page-links a:nth-child(6n+4):hover {
  background-color: #8a1856;
}
.dbf-race-category-other-page-links a:nth-child(6n+5) {
  background-color: #c79508;
}
.dbf-race-category-other-page-links a:nth-child(6n+5):hover {
  background-color: #a57c07;
}
.dbf-race-category-other-page-links a:nth-child(6n+6) {
  background-color: #c8300e;
}
.dbf-race-category-other-page-links a:nth-child(6n+6):hover {
  background-color: #8a2109;
}
@media (min-width: 768px) {
  .dbf-race-category-other-page-links {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 2em;
  }
  .dbf-race-category-other-page-links a {
    margin: 0;
  }
}

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