.underline {
  text-decoration: underline;
}

.full-width {
  width: 100%;
}

.no-margin-top {
  margin-top: 0 !important;
}

.upcoming-signature-events,
.upcoming-signature-events-location-related {
  padding: 0 1.75rem 20px 1rem;
}
@media (min-width: 0) and (max-width: 1199px) {
  .upcoming-signature-events,
  .upcoming-signature-events-location-related {
    padding: 0 30px !important;
    margin-bottom: 25px !important;
  }
}
@media (min-width: 1200px) {
  .upcoming-signature-events .detailed-card,
  .upcoming-signature-events-location-related .detailed-card {
    height: 615px;
  }
}
.upcoming-signature-events .flex-container,
.upcoming-signature-events-location-related .flex-container {
  flex-direction: column;
}
@media (min-width: 768px) {
  .upcoming-signature-events .flex-container,
  .upcoming-signature-events-location-related .flex-container {
    flex-direction: row;
  }
}
@media (min-width: 0) and (max-width: 1199px) {
  .upcoming-signature-events,
  .upcoming-signature-events-location-related {
    margin: 0 auto;
    max-width: 1400px;
    padding: 0 30px;
  }
}
.upcoming-signature-events .views-row,
.upcoming-signature-events-location-related .views-row {
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .upcoming-signature-events .views-row,
  .upcoming-signature-events-location-related .views-row {
    margin-bottom: 0;
  }
}
@media (min-width: 0) and (max-width: 767px) {
  .upcoming-signature-events .detailed-card,
  .upcoming-signature-events-location-related .detailed-card {
    height: 100%;
  }
  .upcoming-signature-events .views-row,
  .upcoming-signature-events-location-related .views-row {
    padding-left: 10px;
    padding-right: 10px;
  }
  .upcoming-signature-events .views-row:first-child,
  .upcoming-signature-events-location-related .views-row:first-child {
    padding-left: 0;
  }
  .upcoming-signature-events .views-row:last-child,
  .upcoming-signature-events-location-related .views-row:last-child {
    padding-right: 0;
  }
}
.upcoming-signature-events footer,
.upcoming-signature-events-location-related footer {
  margin-top: 20px;
  margin-bottom: 20px;
}
@media (min-width: 0) and (max-width: 991px) {
  .upcoming-signature-events footer,
  .upcoming-signature-events-location-related footer {
    margin-top: 10px;
    margin-bottom: 10px;
  }
}
.upcoming-signature-events footer .view-all-button,
.upcoming-signature-events-location-related footer .view-all-button {
  text-align: center;
  display: flex;
  justify-content: center;
  margin: 0 auto;
  max-width: 350px;
}
.upcoming-signature-events .node__special-events,
.upcoming-signature-events-location-related .node__special-events {
  height: 100%;
}
@media (min-width: 768px) {
  .upcoming-signature-events .node__special-events .detailed-card,
  .upcoming-signature-events-location-related .node__special-events .detailed-card {
    display: flex;
    flex-direction: column;
  }
  .upcoming-signature-events .node__special-events .detailed-card__body-wrapper,
  .upcoming-signature-events-location-related .node__special-events .detailed-card__body-wrapper {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    padding: 1.4rem;
  }
  .upcoming-signature-events .node__special-events .detailed-card__text__inner h3,
  .upcoming-signature-events-location-related .node__special-events .detailed-card__text__inner h3 {
    font-size: 32px;
  }
  .upcoming-signature-events .node__special-events .detailed-card__body,
  .upcoming-signature-events-location-related .node__special-events .detailed-card__body {
    flex-grow: 1;
    display: flex;
    flex-wrap: wrap;
  }
  .upcoming-signature-events .node__special-events .detailed-card__body__text p,
  .upcoming-signature-events .node__special-events .detailed-card__body__text .field--name-body,
  .upcoming-signature-events-location-related .node__special-events .detailed-card__body__text p,
  .upcoming-signature-events-location-related .node__special-events .detailed-card__body__text .field--name-body {
    font-size: 20px;
    font-weight: 300;
  }
}
.upcoming-signature-events .node__special-events .detailed-card__body__link,
.upcoming-signature-events-location-related .node__special-events .detailed-card__body__link {
  align-self: flex-end;
  text-align: center;
  width: 100%;
}

.upcoming-signature-events-location-related .views-rows {
  gap: 2rem;
  justify-content: flex-start;
}
.upcoming-signature-events-location-related .views-rows .views-row {
  flex: 0 1 32%;
}
.upcoming-signature-events-location-related .views-rows .detailed-card {
  height: 525px;
}
@media (min-width: 0) and (max-width: 767px) {
  .upcoming-signature-events-location-related .views-rows .detailed-card {
    height: 100%;
  }
}
.upcoming-signature-events-location-related .views-rows .detailed-card__text__inner h3 {
  font-size: 24px;
}
.upcoming-signature-events-location-related .views-rows .detailed-card__body__text p,
.upcoming-signature-events-location-related .views-rows .detailed-card__body__text .field--name-body {
  font-size: 18px;
}
.upcoming-signature-events-location-related .views-rows .detailed-card__details__location,
.upcoming-signature-events-location-related .views-rows .time {
  display: none;
}
.upcoming-signature-events-location-related .views-rows .detailed-card__details > div span:first-of-type:not(:only-of-type)::after {
  content: "";
}
.upcoming-signature-events-location-related footer {
  display: flex;
  justify-content: center;
}
.upcoming-signature-events-location-related footer .view-all-button {
  max-width: 350px;
  width: calc(50% - 10px);
}