.paragraph.paragraph--type--cp-card {
  height: 100%;
}
.paragraph.paragraph--type--cp-card.no-buttons .card .card-content-wrapper .card-buttons {
  min-height: 0;
}
.paragraph.paragraph--type--cp-card .paragraph-inner {
  width: 100%;
}
.paragraph.paragraph--type--cp-card:not(.resource-card) .card .card-content-wrapper {
  position: relative;
}
.paragraph.paragraph--type--cp-card .card .card-content-wrapper .card-buttons {
  min-height: 80px;
}
.paragraph.paragraph--type--cp-card .card .card-content-wrapper .card-buttons .card-button {
  position: absolute;
  bottom: 0;
}
.paragraph.paragraph--type--cp-card.overlapped-right .card-img-top, .paragraph.paragraph--type--cp-card.overlapped-left .card-img-top {
  aspect-ratio: unset;
  max-height: none;
}
.paragraph.paragraph--type--cp-card.overlapped-right .card-content-wrapper, .paragraph.paragraph--type--cp-card.overlapped-left .card-content-wrapper {
  z-index: 1;
}

.tall-cards .paragraph.paragraph--type--cp-card .card .card-img-top {
  height: auto;
}

.text-grid-cards .paragraph.paragraph--type--cp-card .card {
  transition: 0.3s;
  background: #191919;
  border: solid 1.5px #d0d0d0;
}
.text-grid-cards .paragraph.paragraph--type--cp-card .card .card-body {
  padding-bottom: 0;
}
.text-grid-cards .paragraph.paragraph--type--cp-card .card .card-body .card-text, .text-grid-cards .paragraph.paragraph--type--cp-card .card .card-body .card-text a {
  color: #ffc627;
}
.text-grid-cards .paragraph.paragraph--type--cp-card .card .card-header {
  padding: 0;
}
.text-grid-cards .paragraph.paragraph--type--cp-card .card .card-event-details {
  padding: 0;
}
.text-grid-cards .paragraph.paragraph--type--cp-card .card .card-buttons {
  min-height: 0;
}
.text-grid-cards.text-gray .paragraph.paragraph--type--cp-card .card .card-body .card-text, .text-grid-cards.text-gray .paragraph.paragraph--type--cp-card .card .card-body .card-text a {
  color: #fafafa;
}
.text-grid-cards.text-gray .paragraph.paragraph--type--cp-card .card .card-body .card-text h1, .text-grid-cards.text-gray .paragraph.paragraph--type--cp-card .card .card-body .card-text h2, .text-grid-cards.text-gray .paragraph.paragraph--type--cp-card .card .card-body .card-text h3, .text-grid-cards.text-gray .paragraph.paragraph--type--cp-card .card .card-body .card-text h4, .text-grid-cards.text-gray .paragraph.paragraph--type--cp-card .card .card-body .card-text h5, .text-grid-cards.text-gray .paragraph.paragraph--type--cp-card .card .card-body .card-text h6, .text-grid-cards.text-gray .paragraph.paragraph--type--cp-card .card .card-body .card-text a h1, .text-grid-cards.text-gray .paragraph.paragraph--type--cp-card .card .card-body .card-text a h2, .text-grid-cards.text-gray .paragraph.paragraph--type--cp-card .card .card-body .card-text a h3, .text-grid-cards.text-gray .paragraph.paragraph--type--cp-card .card .card-body .card-text a h4, .text-grid-cards.text-gray .paragraph.paragraph--type--cp-card .card .card-body .card-text a h5, .text-grid-cards.text-gray .paragraph.paragraph--type--cp-card .card .card-body .card-text a h6 {
  color: #ffc627;
}/*# sourceMappingURL=paragraph-cards.css.map */