.sr-only {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
@media (prefers-reduced-motion: reduce) {
  * {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
[data-tippy-root] {
  pointer-events: auto !important;
}
*:focus-visible {
  outline: 2px solid #193c61 !important;
}
footer *:focus-visible {
  outline: 2px solid #e42313 !important;
}
.search-shortcuts {
  text-align: center;
  color: inherit;
  width: 640px;
  max-width: 100%;
  margin: auto;
}
.search-shortcuts .shortcut {
  color: #fff;
  position: relative;
  margin: 0 1vw;
  background: -moz-radial-gradient(circle, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 66%);
  background: -webkit-radial-gradient(circle, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 66%);
  background: radial-gradient(circle, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 66%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1);
}
.search-shortcuts .shortcut a {
  color: inherit;
  text-decoration: inherit;
}
.search-shortcuts .shortcut a:hover .shortcut-title {
  opacity: 1;
  transform: translate(-50%, 0) scale(1);
}
.search-shortcuts .shortcut-icon {
  font-size: 48px;
  line-height: 1;
  display: block;
}
.search-shortcuts .shortcut-icon svg {
  vertical-align: top;
  width: 1em;
  height: 1em;
  fill: currentColor;
}
.search-shortcuts .shortcut-title {
  font-weight: bold;
  font-size: 1rem;
  line-height: 1.5;
  display: block;
  opacity: 0;
  transform: translate(-50%, -10px) scale(0.5);
  transition: all 0.2s;
  position: absolute;
  top: 100%;
  left: 50%;
  pointer-events: none;
  text-shadow: 0px 1px 5px black;
}
.widget--header-searchbox {
  margin-bottom: 15px;
}
@media (min-width: 576px) {
  .widget--header-searchbox {
    margin-bottom: 30px;
  }
}
.widget--header-searchbox .search-form {
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  width: 300px;
  max-width: 100%;
}
.widget--header-searchbox .search-form .tx-solr-q {
  background: rgba(255, 255, 255, 0.8);
}
.header-search-outer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
@media (max-width: 991.98px) {
  .header-search-outer {
    margin-top: -50px;
    padding-top: 50px;
    max-height: 100vh;
    overflow: auto;
  }
}
.autocomplete-suggestions {
  position: absolute;
  z-index: 1030;
  padding-left: 0;
}
.autocomplete-suggestions .autocomplete-group {
  font-weight: bold;
  margin: 0;
}
.autocomplete-suggestions .autocomplete-suggestion {
  display: block;
}
.header-search {
  overflow: hidden;
  background: #ededed;
}
.header-search:not(.show) {
  height: 0;
}
.header-search.collapsing, .header-search.show {
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.35);
}
.header-search .header-search-inner {
  padding-top: 2rem;
  padding-bottom: 4rem;
}
.header-search .tx-solr-autosuggest {
  width: 100% !important;
  position: relative !important;
}
.header-search .tx-solr-autocomplete-results .internal-link {
  font-weight: normal;
}
.tx-solr-search-form .tx-solr-q {
  width: 100%;
  height: calc(1.5em + 16px);
  padding: 8px 7px;
  padding-right: 45px;
}
.tx-solr-search-form .tx-solr-submit {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  background: transparent;
  z-index: 10;
}
.tx-solr-search-form .tx-solr-submit .svg-icon {
  width: 2em;
  height: 2em;
}
.tx_solr .search-form-mini {
  width: 100%;
  margin: auto;
  position: relative;
}
.tx_solr .search-form-mini .tx-solr-q {
  width: 100%;
  height: calc(1.5em + 16px);
  padding: 8px 7px;
  padding-right: 45px;
}
.tx_solr .search-form-mini .tx-solr-submit {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  background: transparent;
  z-index: 10;
}
.tx_solr .search-form-mini .tx-solr-submit .svg-icon {
  width: 2em;
  height: 2em;
}
.tx_solr .facet-option-list.swiper-container {
  overflow: visible;
}
.tx_solr .facet-option-list.swiper-container .swiper-slide {
  width: auto;
}
.tx_solr .facet-option-list .btn {
  background-color: #dae0dc;
  margin-bottom: 1rem;
  font-weight: 800;
}
.tx_solr .facet-option-list .btn.active {
  background-color: #193c61;
  color: #fff;
}
.tx_solr .search-result {
  margin-bottom: 2rem;
  margin-top: 2rem;
}
.tx_solr .results-topic {
  font-size: 1rem;
  line-height: 1.5;
  margin-bottom: 1rem;
}
