.column-splitter.grid-view > .map-results-column {
  visibility: hidden;
  position: absolute;
}

.grid-view .search-result-list {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.grid-view .search-result-list > li {
  position: relative;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
.grid-view .search-result-list > li:nth-child(even) {
  margin-right: 0;
}

@media only screen and (min-width: 992px) {
  .grid-view .search-result-list > li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(50% - 10px);
    flex: 0 0 calc(50% - 10px);
    max-width: calc(50% - 10px);
    margin-right: 20px;
  }
  .column-splitter.grid-view > .map-results-column {
    visibility: hidden;
    position: absolute;
  }
}
/* enabled Results in Small Glass */
/* @media only screen and (max-width: 992px) {
  .provider-results-column {
    display: none;
  }
  .grid-view .provider-results-column {
    display: block;
  }
} */

.provider-results-count {
  font-size: 14px;
  margin-bottom: 12px;
  margin-top: 0;
  /*display: none;*/
}

@media only screen and (min-width: 992px) {
  .provider-results-count {
    margin-top: 10px;
    margin-bottom: 0;
  }
}

.provider-results-count strong {
  font-weight: 700;
}

@media only screen and (max-width: 991px) {
  #searchViewToggle {
    margin-bottom: 12px;
  }
}
.btn.search-grid-view,
.btn.search-map-view {
  padding: 7px 7px 5px 30px;
  position: relative;
  border-color: transparent;
  border-bottom: 2px solid transparent;
  background: transparent;
  min-height: 42px;
}

.btn.search-grid-view span,
.btn.search-map-view span {
  background-image: url(../Images/icon-map-view-disabled.svg);
  content: "";
  display: block;
  height: 30px;
  width: 30px;
  background-size: cover;
  position: absolute;
  top: 4px;
  left: 0;
}
.btn.search-grid-view span {
  background-image: url(../Images/icon-grid-view-disabled.svg);
}
.btn.search-grid-view:hover,
.btn.search-map-view:hover,
.btn.search-grid-view.active,
.btn.search-map-view.active {
  border-bottom: 2px solid #009543;
}

.btn.search-grid-view:hover span,
.btn.search-grid-view.active span {
  background-image: url(../Images/icon-grid-view-active.svg);
}

.btn.search-map-view:hover span,
.btn.search-map-view.active span {
  background-image: url(../Images/icon-map-view-active.svg);
}

.facet-distancemi.facet-component[data-properties*="provider-search"]
  .facet-heading,
.facet-distancemi.facet-component[data-properties*="provider-search"]
  .bottom-remove-filter {
  display: none;
}

@media only screen and (max-width: 991px) {
  .facet-distancemi.facet-component[data-properties*="provider-search"] {
    magin-bottom: 0;
  }
}
@media only screen and (min-width: 992px) {
  .facet-distancemi.facet-component[data-properties*="provider-search"]
    .component-content
    ul {
    float: right;
  }
}
