.top-resource-hub {
	text-align: center;
	padding-bottom: 50px;
}
.top-resource-hub .wp-block-heading {
  margin-bottom: 10px;
}
.bottom-resource-hub .block-faceted-focus-areas__filters-bar {
	padding: 50px 25px;
	margin-bottom: 70px;
}
.bottom-resource-hub .block-faceted-focus-areas__filters-bar-filters .facet-label {
  margin-bottom: 7px;
  display: inline-block;
  font-weight: 700;
}
.bottom-resource-hub.block-faceted-focus-areas .block-faceted-focus-areas__filters-bar-filters {
	display: flex;
  align-content: center;
  justify-content: center;
}
.bottom-resource-hub.block-faceted-focus-areas .block-faceted-focus-areas__filters-bar-filters .facet-container {
  width: 33.3%;
}
.bottom-resource-hub .facetwp-display-value {
  padding-right: 5px;
  font-size: 18px;
}
.bottom-resource-hub .facetwp-type-checkboxes {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	grid-gap: 0;
}
.bottom-resource-hub .block-faceted-focus-areas__filters-bar-filters .facetwp-facet-sort_by {
	/*max-width: 300px;*/
}
.bottom-resource-hub  a.block-faceted-focus-areas__filters-bar-reset {
  display: inline-block;
  color: #fff;
  position: relative;
  left: calc(50% - 59px);
  margin-top: 25px;
}
.bottom-resource-hub .post-summary.post-summary--resource {
  border-top-width: 1px !important;
}
.bottom-resource-hub .post-summary .post-summary__image img {
  height: 250px;
  object-fit: cover;
  margin: 0 0 20px 0;
}
.bottom-resource-hub footer {
  padding-top: 0;
  padding-bottom: 0;
}
.post-summary__excerpt {
  word-break: break-word;
}

.bottom-resource-hub {

}
.filter-summary {
  font-weight: 600;
  margin-bottom: 25px;
}
.no-results ~ .block-faceted-focus-areas__results {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.block-faceted-focus-areas__results .no-results p {
  font-weight: 600;
  font-size: 22px;
}
.no-results {
  text-align: center;
  grid-template-columns: repeat(1, minmax(0, 1fr)) !important; 
}

@media(max-width:1199px){
  .top-resource-hub {
    padding-bottom: 30px;
  }
  .bottom-resource-hub .facetwp-type-checkboxes {
    grid-template-columns: repeat(3,1fr);
  }
  .bottom-resource-hub .facetwp-display-value,
  .bottom-resource-hub .facetwp-counter {
    font-size: 16px;
  }
  .bottom-resource-hub .block-faceted-focus-areas__filters-bar {
    padding: 35px 25px;
  }
  .facetwp-checkbox {
    padding-left: 25px; 
    background: url(../images/checkbox.png) 0 56% no-repeat;
  }
  .bottom-resource-hub a.block-faceted-focus-areas__filters-bar-reset {
    margin-top: 15px;
  }
  .bottom-resource-hub .post-summary .post-summary__image img {
    height: 170px;
  }
}
@media(max-width:991px){
  article[aria-label="Resource Hub"] .block-faceted-focus-areas__results {
    display: grid;
    grid-template-columns: repeat(2,minmax(0,1fr));
  }
  .bottom-resource-hub .post-summary .post-summary__image img {
    height: 200px;
  }
  .facetwp-pager {
    padding-top: 5px;
  }
  .bottom-resource-hub .block-faceted-focus-areas__filters-bar {
    margin-bottom: 50px;
  }
.bottom-resource-hub.block-faceted-focus-areas .block-faceted-focus-areas__filters-bar-filters .facet-container {
  width: 48%;
  margin-right: 4%;
}
.bottom-resource-hub.block-faceted-focus-areas .block-faceted-focus-areas__filters-bar-filters .facet-container:last-child {
  margin-right: 0;
}
}
@media(max-width:767px){
  .block-faceted-focus-areas .facet-container + .facet-container {
    margin-top: 0;
  }
  .bottom-resource-hub .post-summary .post-summary__image img {
    height: 170px;
  }
  .block-faceted-focus-areas .block-faceted-focus-areas__pagination {
  margin-top: 10px;
}
.bottom-resource-hub .facetwp-type-checkboxes {
    grid-template-columns: repeat(2,1fr);
  }
  .bottom-resource-hub a.block-faceted-focus-areas__filters-bar-reset {
  left: 0;
}
.block-faceted-focus-areas__filters-bar .block-faceted-focus-areas__filters-toggle {
  display: none;
}
 .wp-block-media-text.has-luminous-vivid-amber-background-color > .wp-block-media-text__content {
    padding: 20px;
  }
}
@media(max-width:575px){
  .bottom-resource-hub.block-faceted-focus-areas .block-faceted-focus-areas__filters-bar-filters {
    flex-wrap: wrap;
  }
 .bottom-resource-hub.block-faceted-focus-areas .block-faceted-focus-areas__filters-bar-filters .facet-container {
  width: 100%;
  margin-right: 0;
  margin-bottom: 15px;
}
.bottom-resource-hub.block-faceted-focus-areas .block-faceted-focus-areas__filters-bar-filters .facet-container:last-child {
  margin-bottom: 0;
}
  article[aria-label="Resource Hub"] .block-faceted-focus-areas__results {
    grid-template-columns: repeat(1,minmax(0,1fr));
  }
  .bottom-resource-hub .post-summary .post-summary__image img {
    height: auto;
  }
  .bottom-resource-hub .block-faceted-focus-areas__filters-bar {
    padding: 20px;
  }
}
@media(max-width:479px){
  .bottom-resource-hub .facetwp-type-checkboxes {
    grid-template-columns: repeat(1,1fr);
  }
}