@charset "UTF-8";
.search-block {
  position: relative;
  width: 300px;
}
@media (max-width: 990px) {
  .search-block {
    display: none;
    position: fixed;
    align-self: flex-start;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 100;
    background-color: white;
    padding: 20px;
  }
}
.search-block .container-area-limit {
  width: 100%;
}
.search-block .col-auto {
  padding: 0;
}
.search-block .form-row {
  margin: 0;
}
.search-block .form-type-textfield {
  position: relative;
  margin: 0;
  padding: 0;
  width: 100%;
  margin-top: 12px;
}
@media (max-width: 990px) {
  .search-block .form-type-textfield {
    margin-top: 0;
  }
}
.search-block .form-type-textfield label {
  display: none;
}
.search-block .form-type-textfield input {
  border: 1px solid #a6cee3;
  font-family: "Lato", sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  color: #737b7d;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}
@media (max-width: 990px) {
  .search-block .form-type-textfield input {
    padding: 20px 20px;
  }
}
.search-block .form-type-textfield .search-redirect {
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
}
.search-block .form-type-textfield .search-redirect:after {
  display: inline-block;
  content: "";
  font-family: "Font Awesome Solid";
  color: #007ba5;
}
.search-block .view-content,
.search-block .view-empty {
  display: none;
  position: absolute;
  width: 300px;
  z-index: 50;
  background-color: white;
  border: 1px solid #a6cee3;
  box-sizing: border-box;
  box-shadow: 2px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 0px 0px 4px 4px;
  padding: 20px;
  margin: 0;
  max-height: 500px;
  overflow: auto;
}
.search-block .view-content::-ms-clear,
.search-block .view-empty::-ms-clear {
  display: none;
}
.search-block .view-content::-webkit-scrollbar-track,
.search-block .view-empty::-webkit-scrollbar-track {
  display: none;
  position: absolute;
  background: transparent !important;
}
.search-block .view-content::-webkit-scrollbar,
.search-block .view-empty::-webkit-scrollbar {
  width: 8px;
  background: transparent repeat-y !important;
}
.search-block .view-content::-webkit-scrollbar-thumb,
.search-block .view-empty::-webkit-scrollbar-thumb {
  background-color: rgba(102, 102, 102, 0.3);
  opacity: 0.6;
  border-radius: 4px;
}
@media (max-width: 990px) {
  .search-block .view-content,
.search-block .view-empty {
    width: 100%;
  }
}
.search-block .view-content .views-row,
.search-block .view-empty .views-row {
  display: block;
  margin: 10px 0;
}
.search-block .view-content .views-row:first-child,
.search-block .view-empty .views-row:first-child {
  margin-top: 0;
}
.search-block .view-content .views-row:last-child,
.search-block .view-empty .views-row:last-child {
  margin-bottom: 0;
}
.search-block .view-content .views-row a,
.search-block .view-empty .views-row a {
  font-family: "Lato", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 13px;
  line-height: 16px;
  color: #333333;
}
.search-block .view-content .views-row a:hover,
.search-block .view-empty .views-row a:hover {
  color: #a6cee3;
  text-decoration: none;
}
.search-block .form-actions {
  display: none;
}
