.filter-bar{
  background:#f6f6f6;
  border-radius:14px;
  padding:12px;
}
.full-bleed{
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}

.hero-carousel .carousel-item img{
  width:100%;
  height: 460px;
  object-fit: cover;
  background:#eee;
}

@media (max-width: 768px){
  .hero-carousel .carousel-item img{ height: 280px; }
}

.hero-carousel .carousel-caption{
  text-shadow: 0 6px 18px rgba(0,0,0,.55);
}

.rich-content b,
.rich-content strong {
  font-weight: 700 !important;
}

.rich-content i,
.rich-content em {
  font-style: italic !important;
}

.rich-content img {
  max-width: 100%;
  height: auto;
}