@media (min-width: 768px) {
  .news_search_list .col-md-3 {
    min-height: 100px;
  }
}
span.news_search_clear-button {
  display: none !important;
}
a.news_search__clear-button {
  position: absolute;
  right: 96px;
  top: 5px;
  display: none;
  overflow: hidden;
  height: 39px;
  line-height: 39px;
  text-indent: -9999px;
  cursor: pointer;
}
a.news_search__clear-button:before {
  content: "\E01B";
  font-family: "web-font";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  text-decoration: none;
  text-transform: none;
  display: block;
  margin: 0 10px;
  color: #000;
  text-indent: 0;
}
@media (max-width: 991px) {
  .intro_banner_carousel__photo-box {
    left: 0;
    transform: translate(0);
  }
}

