@media (min-width:768px) and (max-width:1165px) {
  div#views-exposed-form-bi-search-api-page-1 .gds-cell form .gds-form-section.gds-form-section--filter-section .gds-form-section__filters {
    padding-left: 12px;
}

  div#views-exposed-form-bi-search-api-page-1 .gds-cell form .gds-form-section.gds-form-section--filter-section .gds-form-section__filters .filter-wrapper:first-child {
    display: none;
}
}
@media only screen and (min-width: 1200px) {
  .gds-search__results {
    left: -22% !important;
    right: 0;
    width: auto !important;
  }
}
@media only screen and (max-width: 767px) {
  .gds-header__main .gds-search .gds-search__results {
    left: 0;
  }
}
@media only screen and (min-width: 1200px) {
  .gds-search--is-not-header .gds-search__results {
    left: 0% !important;
    top: 80px !important;
  }
}
.gds-search__result-type {
  display: none;
}
