.info-modal {
    position: fixed;
    right: 7rem;
    padding: 1rem;
    bottom: 0;
    width: 17rem;
    background-color: #6c3;
    border-radius: 4px;
    color: #fff;
    box-shadow: 0 -1px 18px -2px rgba(0,  0,  0,  0.19);
    transition: transform 1s;
    transform: translateY(100%);
}
.info-modal--opened {
    transform: translateY(10%);
}
.info-modal {
    z-index: 999999;
}

.slide-out-div {
  display: none !important;
}

/* Search */
.tx-indexedsearch-searchbox {

}
.tx-indexedsearch-info-sword {
  margin-top: 10px;
}
.tx-indexedsearch-browsebox {

}

.tx-indexedsearch-res p {
  font-size: inherit;
}
.tx-indexedsearch-res h3 {
  font-size: 20px;
}
.tx-indexedsearch-title a {
  text-decoration: underline;
}
input.tx-indexedsearch-searchbox-button {
  position: absolute;
  right: 0;
  top: 0;
  border: none;
  padding: 0.8rem 1rem;
  margin: 1px 0px 0px;
  font-size: 1rem;
  cursor: pointer;
  background-color: #304646;
  border: none;
  color: #fff;
  height: 45px;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  -webkit-border-radius: 0;
}
.tx-indexedsearch-searchbox input.search-item {
  width: 100%;
  height: 44px;
  padding: 0rem 0.3rem;
  padding-left: 0.3rem;
  font-size: 1.125em;
  font-family: 'TheSans';
  font-weight: 300;
  border: none;
  margin-top: 1px;
  padding-left: 0px;
  text-align: justify;
  background-color: #f2f4f3;
  color: #000;
  -webkit-border-radius: 0;
  margin-bottom: 10px;
  text-indent: 10px;
}

ul.tx-indexedsearch-browsebox li {
  display: inline-block;
  margin: 0 5px;
}
.tx-indexedsearch-browselist-currentPage strong {
  font-weight: normal !important;
}

.error ul {
  color: #ff0000;
  margin-bottom: 20px;
}
.error ul li {
  font-size: 16px !important;
  margin-bottom: 5px !important;
  line-height: normal !important;
}
