  @media screen and (min-width: 999px) {
  .calendar-events-featured {
    position: relative;
  }

  .calendar-events-featured-wrapper {
    float: left;
    padding-left: 0px;
    padding-right: 15px;
    padding-bottom: 25px;
  }

  .calendar-events-featured-title {
    width: 90%;
  }

  .calendar-events-featured-date-time {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .calendar-events-featured-time-col-1 {
    width: 12%;
  }

  .calendar-events-featured-time-col-2 {
    position: relative;
  }
}

.calendar-events-featured-photo img {
  width: 100%;
}

.calendar-events-featured-calendar-wrapper {
  background-color: var(--color-white);
  box-shadow: -1px 1px 4px 0 rgba(0, 0, 0, 0.15);
  position: relative;
  padding: 15px;
  border-top: 8px solid var(--color-lehigh-red);
  text-align: center;
  height: 88px;
  width: 88px;
  top: 0px;
  left: 0px;
}

.calendar-events-featured-calendar-month {
  font-style: normal;
  font-weight: 400;
  font-size: var(--fs-14px);
  line-height: 170%;
  color: var(--color-606060);
  margin-top: -8px;
  text-transform: uppercase;
}

.calendar-events-featured-calendar-day {
  font-family: var(--ff-meursault-variable-serif);
  font-style: normal;
  font-weight: 500;
  font-size: var(--fs-40px);
  line-height: 100%;
  color: var(--color-2D2A1F);
}

.calendar-events-featured-type {
  font-style: normal;
  font-weight: 400;
  font-size: var(--fs-14px);
  line-height: normal;
  letter-spacing: 1.4px;
  color: var(--color-2D2A1F);
  text-transform: uppercase;
}

.calendar-events-featured-title h3 {
  padding: 16px 0 0 0;
  margin-bottom: 0px;
  line-height: 128%;
  color: var(--color-2D2A1F);
}

.calendar-events-featured-title h3 a {
  color: var(--color-2D2A1F);
  text-decoration: none;
}

.calendar-events-featured-title h3 a:hover,
.calendar-events-featured-title h3 a:focus {
  text-decoration: underline;
}

.calendar-events-featured-date-time-formatted {
  font-style: normal;
  font-weight: 500;
  font-size: var(--fs-16px);
  line-height: 150%;
  color: var(--color-red-image);
}

.calendar-events-featured-description {
  font-style: normal;
  font-weight: 400;
  font-size: var(--fs-16px);
  line-height: 150%;
  color: var(--color-575757);
}

.calendar-events-featured-description-outer-wrapper {
  display: flex;
  padding-top: 2.2em;
}

.calendar-events-featured-date-time {
  display: none !important;
}

@media screen and (max-width: 998px) {
  .calendar-events-featured-description-outer-wrapper {
    padding-bottom: 2.2em;
  }

  .calendar-events-featured-time-col-1 {
    width: 25%;
  }

  .calendar-events-featured-time-col-2 {
    flex: 0 0 auto;
    width: 75%;
  }

  .calendar-events-featured-wrapper {
    width: 100%;
    max-width: 100%;
    min-width: 100%;
    height: unset !important;
    padding-left: 0px;
    padding-right: 0px;
  }

  .calendar-events-featured {
    display: grid;
  }

  .calendar-events-featured-type {
    order: 3;
  }

  .calendar-events-featured-calendar-wrapper {
    width: 95px;
    height: 95px;
  }

  .calendar-events-featured-title {
    width: 100%;
  }

  .calendar-events-featured-date-time {
    margin-bottom: 15px;
  }

  .calendar-events-featured-description {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media screen and (max-width: 500px) {
  .calendar-events-featured-calendar-wrapper {
    width: 100% !important;
    max-width: 100% !important;
  }

  .calendar-events-featured-type {
    padding-left: 15px !important;
  }

  .calendar-events-featured-title {
    padding-left: 15px !important;
  }

  .calendar-events-featured-description {
    padding-left: 15px !important;
  }
}
