legend {
  font-family: 'Hind', sans-serif;
  font-size: 1.3125em;
  line-height: 1.3;
}
label {
  font-family: 'Hind', sans-serif;
  font-weight: bold;
  font-size: 16px;
  line-height: 1.3;
}
#search {
  color: #000000;
  display: inline-block;
  font-size: 24px;
  font-weight: 200;
  line-height: 25px;
  position: relative;
  top: 27px;
}
@media (max-width: 991px) {
  #search {
    position: absolute;
    right: 80px;
    top: 25px;
  }
}
#search #btn-search {
  color: #000000;
}
#searchLayer {
  background: #ffffff;
  color: #000000;
  pointer-events: none;
  position: fixed;
  top: -9999px;
  left: 0;
  opacity: 0;
  width: 100%;
  height: 100vh;
  z-index: -1;
  display: -ms-flexbox;
  display: flex;
  -ms-justify-content: center;
  justify-content: center;
  align-items: center;
  text-align: center;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.9399999999999999);
  -o-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.9399999999999999);
  -moz-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.9399999999999999);
  transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.9399999999999999);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
#searchLayer.search-open {
  top: 0;
  opacity: 1;
  pointer-events: auto;
  z-index: 2000;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
#searchLayer.search-open form {
  opacity: 1;
  transform: scale3d(1, 1, 1);
}
#searchLayer #btn-search-close {
  cursor: pointer;
  position: absolute;
  right: 15px;
  top: 20px;
}
#searchLayer form {
  color: #ffffff;
  opacity: 0;
  transform: scale3d(0.8, 0.8, 1);
  transition: opacity 0.5s, transform 0.5s;
}
#searchLayer form.tx-indexedsearch-searchbox {
  float: none;
  width: auto;
  padding: 0;
}
#searchLayer form .search-query {
  border: 0;
  background: transparent;
  border-radius: 0;
  -webkit-appearance: none;
  font-family: inherit;
  font-size: 10vw;
  line-height: 1;
  display: inline-block;
  box-sizing: border-box;
  width: 75%;
  padding: 0.05em 0;
  color: #000000;
  border-bottom: 2px solid;
}
#searchLayer form .search-query:focus {
  outline: 0;
}
#searchLayer form .search-info {
  color: #000000;
  font-size: 90%;
  font-weight: 500;
  display: block;
  margin: 0 auto;
  padding: 0.85em 0;
  text-align: left;
  width: 75%;
}
@media (min-width: 768px) {
  #searchLayer form .search-info {
    text-align: right;
  }
}
@media only screen {
  #searchLayer form .btn-primary {
    display: none;
  }
}
.tx-indexedsearch-browsebox ul.tx-indexedsearch-browsebox {
  list-style: none;
  padding-left: 0;
}
.tx-indexedsearch-browsebox ul.tx-indexedsearch-browsebox li {
  display: inline-block;
  margin-right: 15px;
}
@media print {
  .tx-indexedsearch-browsebox {
    display: none !important;
  }
}
