.search-page-top {
  padding: 15px 0;
  background: #fafafa;
  border-bottom: 1px solid #f2f2f2;
}
.search-page-top h1 {
  font-weight: 400;
  font-family: EuclidFlex, sans-serif;
}
.search-page-top .term-place {
  display: flex;
}
.search-page-top .term-place input {
  border-right: none;
  background: #fff;
}
.search-pieces .m-confs-btn {
  display: block;
  line-height: 1;
  color: #666;
}
.search-pieces .m-confs-btn svg {
  position: relative;
  top: -1px;
  vertical-align: middle;
  width: 20px;
  fill: #666;
}
.search-pieces .confs {
  display: none;
}
.search-pieces .confs.active {
  display: block;
}
.search-pieces .conf {
  margin-bottom: 5px;
}
@media all and (min-width: 1084px) {
  .search-pieces .m-confs-btn {
    display: none;
  }
  .search-pieces .confs {
    display: flex !important;
    flex-direction: row;
    margin-top: 5px;
  }
  .search-pieces .confs select {
    width: auto;
    padding: 0;
    border: none;
    color: #666;
  }
  .search-pieces .conf {
    margin-right: 30px;
    border-bottom: 1px dashed #999;
  }
}
.search-results.loading {
  position: relative;
}
.search-results.loading:before {
  content: " ";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
  background: #fff;
  opacity: 0.7;
}
.search-results .captions {
  font-size: 80%;
  color: #555;
}
.search-results .captions span {
  margin-right: 15px;
}
.search-results .item {
  width: 100%;
  overflow: hidden;
  margin: 30px auto;
}
.search-results .item .item-header {
  color: #666;
  font-size: 80%;
}
.search-results .item .item-content {
  font-size: 120%;
}
.search-results .item-link {
  color: #000;
  text-decoration: none;
}
.search-results .item-link .zag {
  border-bottom: 1px solid #f2f2f2;
}
.search-results .item-link:visited {
  color: #555;
}
.search-results .item-link:visited .zag {
  border-bottom: 1px solid #fff;
  text-decoration: none;
}
.search-results .item-link:hover {
  color: #fe0002;
}
.agency-widget {
  border: 1px solid #dadada;
  box-sizing: border-box;
  margin-top: 30px;
  padding: 10px;
  background: #f2f2f2;
}
.agency-widget .top {
  width: 100%;
  margin-bottom: 10px;
  color: #b4b4b4;
  font-size: 80%;
  line-height: 1;
}
.agency-widget .pic {
  display: block;
  float: left;
  width: 20%;
  border: 1px solid #dadada;
}
.agency-widget .pic img {
  max-width: 100%;
}
.agency-widget .capts {
  margin-left: 20%;
  padding-left: 15px;
  font-size: 80%;
  color: #444;
}
.agency-widget .capts a {
  color: #444;
  text-decoration: none;
  border-bottom: 1px dashed #555;
}
.agency-widget .name {
  margin-bottom: 10px;
}
.agency-widget .name a {
  color: #000;
  text-decoration: none;
  font-size: 140%;
  font-family: EuclidFlex, sans-serif;
}
/*# sourceMappingURL=search.css.map */