.media-listing .media {
  display: flex;
  flex-wrap: wrap;
  gap: 3rem;
  margin-bottom: 1rem;
}
.media-listing .media + .media {
  margin-top: 3rem;
  padding-top: 2rem;
  border-top: 2px solid #A5997F;
}
.media-listing .media + .media .post-excerpt.large {
  flex: 1;
}
.media-listing .media + .media .post-excerpt.large img {
  display: none;
}
.media-listing .post-excerpt {
  display: block;
  width: 100%;
  text-decoration: none;
  color: #4D4D4D;
}
.media-listing .post-excerpt.small {
  padding-top: 2rem;
  border-top: 2px solid #A5997F;
}
.media-listing .post-excerpt img {
  width: 100%;
  margin: 0 0 2rem 0;
}
.media-listing .post-excerpt .meta {
  font-size: 1.4rem;
  font-weight: 500;
  text-transform: uppercase;
  margin: 0 0 1ch 0;
  color: #A3A3A3;
}
.media-listing .post-excerpt .meta .cat {
  display: inline-block;
  margin-right: 0.5ch;
  padding: 0.15ch 0.8ch;
  color: #fff;
  background: #4D4D4D;
  transition: background 0.2s ease-in-out;
}
.media-listing .post-excerpt h4 {
  font-weight: 700;
  margin-top: 1ch !important;
  transition: color 0.2s ease-in-out;
}
@media (min-width: 600px) {
  .media-listing .post-excerpt.large {
    flex: 0.5;
  }
}
.media-listing .post-excerpt:hover, .media-listing .post-excerpt:active, .media-listing .post-excerpt:focus {
  text-decoration: none;
}
.media-listing .post-excerpt:hover h4, .media-listing .post-excerpt:active h4, .media-listing .post-excerpt:focus h4 {
  color: #006EB3;
}
.media-listing .post-excerpt:hover .meta .cat, .media-listing .post-excerpt:active .meta .cat, .media-listing .post-excerpt:focus .meta .cat {
  background: rgba(77, 77, 77, 0.65);
}
.media-listing .filter {
  margin: 0 0 30px 0;
  padding: 15px 15px 2px 15px;
  background: #F2F1F1;
}
@media (min-width: 400px) {
  .media-listing .filter {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 15px;
  }
  .media-listing .filter .facetwp-facet {
    margin: 0;
  }
  .media-listing .filter .facetwp-facet-categories {
    width: calc(100% - 110px);
    padding-right: 20px;
  }
  .media-listing .filter .facetwp-facet-year {
    width: 110px;
  }
}
@media (min-width: 1025px) {
  .media-listing .filter {
    padding: 25px 25px 22px 25px;
  }
  .media-listing .filter .facetwp-facet-categories {
    width: calc(100% - 150px);
  }
  .media-listing .filter .facetwp-type-radio {
    gap: 1.8rem;
  }
  .media-listing .filter .facetwp-facet-year {
    width: 150px;
  }
}
.media-listing .facetwp-load-more {
  min-width: 12rem;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 1.5rem;
  font-family: acumin-pro, sans-serif;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1.1;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  padding: 11px 20px;
  color: #fff;
  background: #00A1D5;
  border: 1px solid #00A1D5;
  border-radius: 0;
  position: relative;
  overflow: hidden;
  transition: color 0.25s ease-in-out, background 0.35s ease-in-out, border 0.25s ease-in-out;
  margin: 4rem 0 0 0 !important;
  cursor: pointer;
}
.media-listing .facetwp-load-more:after {
  position: absolute;
  transition: 0.3s;
  content: "";
  display: block;
  width: 0;
  left: 50%;
  bottom: 0;
  height: 3px;
  background: #006EB3;
  opacity: 0.2;
  height: 120%;
  left: -10%;
  transform: skewX(15deg);
  z-index: 1;
}
* + .media-listing .facetwp-load-more {
  margin-top: 2.5ch;
}
.media-listing .facetwp-load-more svg,
.media-listing .facetwp-load-more span {
  z-index: 2;
  position: relative;
}
.media-listing .facetwp-load-more svg path,
.media-listing .facetwp-load-more span path {
  fill: #fff;
}
.media-listing .facetwp-load-more svg {
  width: 25px;
  height: 25px;
  fill: #fff;
}
.media-listing .facetwp-load-more:hover, .media-listing .facetwp-load-more:active, .media-listing .facetwp-load-more:focus {
  color: #fff;
  background: transparent;
  border-color: #006EB3;
}
.media-listing .facetwp-load-more:hover svg path,
.media-listing .facetwp-load-more:hover span path, .media-listing .facetwp-load-more:active svg path,
.media-listing .facetwp-load-more:active span path, .media-listing .facetwp-load-more:focus svg path,
.media-listing .facetwp-load-more:focus span path {
  fill: #4D4D4D;
}
.media-listing .facetwp-load-more:hover:after, .media-listing .facetwp-load-more:active:after, .media-listing .facetwp-load-more:focus:after {
  left: -10%;
  width: 120%;
  opacity: 1;
}
.media-listing .facetwp-load-more.is-style-btn-white {
  color: #00A1D5;
  background: #fff;
  border-color: #fff;
}
.media-listing .facetwp-load-more.is-style-btn-white path {
  fill: #00A1D5;
}
.media-listing .facetwp-load-more.is-style-btn-white:hover, .media-listing .facetwp-load-more.is-style-btn-white:active, .media-listing .facetwp-load-more.is-style-btn-white:focus {
  color: #fff;
  background: transparent;
  border-color: #006EB3;
}
.media-listing .facetwp-load-more.full-width, .media-listing .facetwp-load-more.fw {
  display: block;
}
.media-listing .facetwp-load-more.aligncenter, .media-listing .facetwp-load-more.center {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}
.media-listing .facetwp-load-more:after {
  z-index: -1;
}
.media-listing .facetwp-load-more.facetwp-hidden {
  display: none;
}
.media-listing .facetwp-counter {
  display: none;
}
.media-listing .facetwp-facet {
  margin-bottom: 15px;
}
.media-listing .facetwp-facet.is-loading {
  opacity: 1;
}
.media-listing .facetwp-type-radio {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}
.media-listing .facetwp-radio {
  font-family: acumin-pro, sans-serif;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1.4;
  height: 21px;
  text-transform: uppercase;
  margin: 0;
  padding-left: 26px;
  color: #4D4D4D;
  background: none;
  position: relative;
}
.media-listing .facetwp-radio:before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background: url(img/ui-checkbox.svg) -60px 0 no-repeat;
  position: absolute;
  top: 1px;
  left: 0;
}
.media-listing .facetwp-radio.checked {
  background: transparent;
}
.media-listing .facetwp-radio.checked:before {
  background-position: 0 0;
}
.media-listing .facetwp-dropdown {
  width: 100%;
  font-family: acumin-pro, sans-serif;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1.4;
  padding: 1ch;
  color: #4D4D4D;
  background-color: #fff;
  background-size: 12px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='11.515' height='6.465' viewBox='0 0 11.515 6.465'%3E%3Cpath fill='none' stroke='%2300a1d5' d='m.354.353 5.4 5.4 5.4-5.4'/%3E%3C/svg%3E");
  background-position: calc(100% - 10px) 50%;
  background-repeat: no-repeat;
  border: 1px solid #A5997F;
  -webkit-appearance: none;
}

@media (min-width: 600px) {
  .wrapper.full .media-listing .post-excerpt.small, .wrapper.full .media-listing .post-excerpt.large {
    width: calc(50% - 1.5rem);
    flex: unset;
  }
}/*# sourceMappingURL=block-media-filters.css.map */