/**
 * Foundation for Sites
 * Version 6.6.3
 * https://get.foundation
 * Licensed under MIT Open Source
 */
.tx-solr-search-header .frame-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.tx-solr-search-header .frame-inner > div:not(.tx-solr-search-form) {
  margin: 0 0 0.625rem;
}
.tx-solr-search-header .frame-inner > div.tx-solr-search-facets {
  margin: 1.5625rem 0 0.625rem;
}
.tx-solr-search-form .input-group {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.tx-solr-search-form .tx-solr-q {
  font-size: 1.125rem;
  margin: 0;
}
.tx-solr-search-form button.button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-width: 0;
  padding: 0 0.625rem;
  margin: 0;
}
.tx-solr-search-info.bold {
  font-weight: 700;
}
.tx-solr-search-facets ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  list-style: none;
}
.tx-solr-search-facets ul li.tx-solr-search-facets-item {
  font-size: 1.125rem;
  max-width: 18.75rem;
  line-height: 1.4;
}
.tx-solr-search-facets ul li.tx-solr-search-facets-item .tx-solr-search-facets-item-label {
  background: #fff;
  border: 0.0625rem solid #242E3C;
  border-radius: 1.5625rem;
  padding: 0.3125rem 1.875rem 0.3125rem 0.9375rem;
}
.tx-solr-search-facets ul li.tx-solr-search-facets-item .tx-solr-search-facets-result-count {
  display: inline-block;
  position: relative;
  right: 1.5625rem;
  top: 0.125rem;
  width: 2.75rem;
  height: 2.75rem;
  line-height: 2.75rem;
  border: 0.125rem solid #fff;
  color: #fff;
  font-weight: 700;
  border-radius: 50%;
  background: #242E3C;
  text-align: center;
}
.tx-solr-search-sorting {
  -ms-flex-item-align: end;
      align-self: flex-end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 0.0625rem solid #242E3C;
  border-radius: 1.5625rem;
  padding: 0.3125rem 0.3125rem 0.3125rem 1.25rem;
  background: #fff;
}
.tx-solr-search-sorting-label {
  width: 100%;
  font-size: 1.125rem;
}
.tx-solr-search-sorting-items {
  border: none;
  height: inherit;
  font-size: 1.125rem;
  margin: 0;
}
.tx-solr-search-sorting-items:focus {
  border: none;
}
.tx-solr-search-results .search-result {
  padding-bottom: 1.5625rem;
}
.tx-solr-search-results .search-result-statistic {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.tx-solr-search-results .search-result-statistic .results-type {
  font-weight: 300;
  font-style: italic;
  color: #6d7c88;
  padding-right: 0.625rem;
}
.tx-solr-search-results .search-result-statistic .search-result-relevancebar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  min-width: 12.5rem;
}
.tx-solr-search-results .search-result-statistic .search-result-relevancebar .relevance {
  padding-right: 0.625rem;
}
.tx-solr-search-results .search-result-statistic .search-result-relevancebar .progress {
  width: 100%;
  max-width: 6.25rem;
  margin-bottom: 0;
}
.tx-solr-search-results .search-result-statistic .search-result-relevancebar .progress .progress-meter {
  border-radius: 1.875rem;
  background: -webkit-gradient(linear, left top, right top, from(#324055), to(#636c7b));
  background: linear-gradient(90deg, #324055 0%, #636c7b 100%);
}
@media print, screen and (min-width: 40em) and (max-width: 63.99875em) {
  .tx-solr-search-results .search-result-statistic .search-result-relevancebar {
    min-width: 9.375rem;
  }
  .tx-solr-search-results .search-result-statistic .search-result-relevancebar .progress {
    max-width: 4.6875rem;
  }
}
.tx-solr-search-results .search-result-header {
  border-top: 0.125rem solid #242E3C;
}
.tx-solr-search-results .search-result-header h3 {
  text-transform: none;
}
.tx-solr-search-results .search-result-teaser .results-highlight {
  background-color: #EDEEEF;
}
/*# sourceMappingURL=list.css.map */
