.featured-tiles-horizontal-wide__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
}
.featured-tiles-horizontal-wide__tile {
  background: #FFFFFF;
  box-shadow: 0 0 14.9px 0 rgba(0, 41, 87, 0.2);
  display: flex;
  flex-direction: column;
  min-width: 0;
}
@media only screen and (min-width: 1200px) {
  .featured-tiles-horizontal-wide__tile {
    flex-direction: row;
    align-items: stretch;
    min-height: 280px;
  }
  .featured-tiles-horizontal-wide__tile:hover .featured-tiles-horizontal-wide__tile-red-divider {
    height: 100%;
    opacity: 1;
  }
}
.featured-tiles-horizontal-wide__tile-image-wrap {
  overflow: hidden;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .featured-tiles-horizontal-wide__tile-image-wrap {
    height: 182px;
  }
}
@media only screen and (min-width: 1200px) {
  .featured-tiles-horizontal-wide__tile-image-wrap {
    flex: 0 0 588px;
    height: 100%;
  }
}
.featured-tiles-horizontal-wide__tile-image {
  display: block;
  height: 100%;
  object-fit: cover;
  width: 100%;
}
.featured-tiles-horizontal-wide__tile-red-divider {
  background-color: #AE132A;
  height: 0;
  width: 8px;
  opacity: 0;
  transition: all 0.3s ease-out;
}
.featured-tiles-horizontal-wide__tile-body {
  border-radius: 0 0 20px 20px;
  display: flex;
  flex-direction: column;
  flex: 1;
  gap: 25px;
  padding: 20px 20px 30px 20px;
}
@media only screen and (min-width: 768px) {
  .featured-tiles-horizontal-wide__tile-body {
    flex-direction: row;
    padding: 40px;
  }
}
.featured-tiles-horizontal-wide__tile-content {
  display: flex;
  flex-direction: column;
  flex: 1;
  gap: 20px;
  min-width: 0;
}
.featured-tiles-horizontal-wide__tile-heading-group {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.featured-tiles-horizontal-wide__tile-heading {
  color: #AE132A;
  font-family: "Articulat CF", sans-serif;
  font-size: 28px;
  font-weight: 800;
  line-height: normal;
  margin: 0;
}
.featured-tiles-horizontal-wide__tile-subheading {
  color: #AE132A;
  font-family: "Articulat CF", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: normal;
  margin: 0;
}
@media only screen and (min-width: 1200px) {
  .featured-tiles-horizontal-wide__tile-subheading {
    font-size: 20px;
  }
}
.featured-tiles-horizontal-wide__tile-divider {
  border: none;
  border-top: 2px solid #ECB11F;
  margin: 0;
  width: 100%;
}
.featured-tiles-horizontal-wide__tile-text {
  color: #002957;
  font-family: "Articulat CF", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: normal;
}
.featured-tiles-horizontal-wide__tile-button-wrap {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-shrink: 0;
}
.featured-tiles-horizontal-wide__preview-notice {
  padding: 1rem;
  background: #f0f0f0;
  border: 1px dashed #ccc;
  text-align: center;
}

/*# sourceMappingURL=featured-tiles-horizontal-wide.css.map */
