.links-cards-with-description .field--name-field-links-cards {
  display: flex;
  gap: 20px;
}

.links-cards-with-description .field__item {
  min-width: 270px;
}

.links-cards-with-description .card-default {
  height: 100%;
  padding-bottom: 30px;
}

.checklists .card-default .checklist-wrapper {
  position: relative;
  border: 1px solid #d3d4d5;
  border-bottom: 3px solid #bfd730;
  height: 100%;
  overflow: initial;
  transition: background-color 0.3s linear;
  border-radius: 4px;
  /* padding-bottom: 40px; */
  cursor: pointer;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
}

.check-cta {
  padding: 16px 16px 16px 30px;
  /* position: absolute; */
  /* bottom: 0; */
  width: 100%;
  border-top: 1px solid #d3d4d5;
  font-size: 18px;
  align-self: flex-end;
}

.checklist {
  /* height: 97%; */
  position: relative;
}

.checklist img {
  margin: 0;
}

.checklists-wrapper {
  display: flex;
  justify-content: left;
  flex-wrap: wrap;
  gap: 11px;
}

.checklists-wrapper .image-checklist {
  margin: 0 0 20px 0;
  min-width: 290px;
}

.row--with-sidebar .checklists-wrapper .image-checklist {
  min-width: 240px;
}

.list-cards.checklists {
  padding: 0 !important;
}

.row--with-sidebar .list-cards.checklists {
  margin: 0;
}

.checklist.checked::after {
  content: "";
  position: absolute;
  background-color: rgba(104, 236, 131, 0.3);
  width: 100%;
  height: 100%;
  top: 0;
  background-image: url("/themes/custom/knox_theme/images/icons/checked-white.svg");
  background-repeat: no-repeat;
  background-position: center 40px;
  background-size: 100px;
}

.check-cta .icon-link {
  left: -16px;
  bottom: 6px;
}

.check-cta .card__info-link {
  margin: 0;
  display: inline-block;
}

@media screen and (min-width: 767px) {
  .checklists .card__image+.card__info {
    /* height: 170px; */
    overflow: hidden;
  }

  .checklists-wrapper .image-checklist {
    padding: 0;
    max-width: 290px;
  }

  .row--with-sidebar .checklists-wrapper .image-checklist {
    max-width: 240px;
  }
}

.checklists .card__image {
  max-height: 180px;
  overflow: hidden;
}

.field--name-field-landing-page-content ol,
.field--name-field-landing-page-content ul {
  /* padding-left: 20px; */
}

.field--name-field-landing-page-content ul li {
  /* list-style: disc !important; */
}

.card__info-details ul {
  /* list-style: disc;
  margin: 0 0 10px 20px; */
}

.main-content__body a.card {
  text-decoration: none;
}

.view-events-page .field--name-field-event-thumbnail .text-long{
  display: none;
}

