.ogmt-object-group-row {
  position: relative;
  min-height: 220px;
  padding: 10px 10px 10px 220px;
  border-bottom: 1px solid #EFEFEF;
}
.ogmt-object-group-row h2 {
  margin-top: 0;
}
.ogmt-object-group-row .ogmt-object-group-img {
  position: absolute;
  top: 10px;
  left: 10px;
}
.block-ogmt .read-more {
  margin-top: 10px;
}

/*OGMT Search Results*/

.page-object-groups .search-results {}

.page-object-groups .search-results.show-facets {

}

/*Facets Display*/
.search-results.hide-facets .edan-search-facets {
  display: none;
}

.search-results.hide-facets .edan-search-results-with-facets {
  width: 100%;
}

.search-results.show-facets .edan-search-facets {
  width: 25%;
  padding: 0;
}

.search-results.show-facets .edan-search-facets .filter {
  padding: 0 10px;
}

.search-results.show-facets .edan-search-results-with-facets {
  width: 72%;
  margin: 0;
}

/*Content Styles Reset*/

.search-results .edan-search .edan-search-results-with-facets .edan-row {
  display: inline-block;
  padding: 10px;
}

.search-results .edan-search-results-with-facets .edan-row .edan-image,
.search-results .edan-search-results-with-facets .edan-row .edan-record-info{
  flex: none;
  -webkit-flex: none;
  max-width: inherit;
  width: inherit;
  float: none;
}

.edan-search .search-results .has-media .edan-row .edan-image {
  width: inherit;
  max-width: inherit;
  flex: none;
  -webkit-flex: none;
  max-width: inherit;
  width: inherit;
  float: none;
}

.edan-search .search-results .has-media .edan-row .edan-record-info {
  width: inherit;
  max-width: inherit;
  flex: none;
  -webkit-flex: none;
  max-width: inherit;
  width: inherit;
  float: none;
}

/*Grid Display*/

.search-results.grid-view .edan-search-results-with-facets .edan-search-result {
  float: left;
  padding: 0;
}


/*List Display*/

.search-results.list-view .edan-search-results-with-facets .edan-search-result {}