.event, .complex-slat {
    box-shadow: 0 0 10px 0 rgba(0,0,0,0.1);
    padding: 30px 30px 20px;
    margin-bottom: 10px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.event__image, .complex-slat__image {
  position: relative;
  width: 12%;
}

.event__date, .event__time, .complex-slat__super-heading {
  margin-bottom: 10px;
  font-size: 0.75em;
  color: #8c1515;
  text-transform: uppercase;
}

.search-text-date {/*search date for events and news*/
  margin-bottom: 10px;
    font-size: 0.875em;
    font-weight: 800;
    text-transform: uppercase;
}
/*.complex-slat__super-heading a {*/
/*  color: #8c1515;*/
/*  text-transform: uppercase;*/
/*  display: flex;*/
  /*background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' id='i-arrow' viewBox='0 0 24 13' fill='%238c1515'%3E%3Ctitle%3Earrow%3C/title%3E%3Cpath d='M18.1 12.4c-0.1 0-0.3-0.1-0.4-0.2-0.2-0.2-0.2-0.5 0-0.8l4.4-4.4-21.6-0.1c-0.1 0-0.3-0.1-0.4-0.2s-0.1-0.2-0.1-0.3c0-0.3 0.2-0.5 0.5-0.5l21.6 0.1-4.4-4.4c-0.2-0.2-0.2-0.5 0-0.8 0.2-0.2 0.5-0.2 0.8 0l5.3 5.3c0.1 0.1 0.2 0.3 0.2 0.4s-0.1 0.3-0.2 0.4l-5.3 5.3c-0.1 0.1-0.3 0.2-0.4 0.2z'%3E%3C/path%3E%3C/svg%3E");*/
  /*background-repeat: no-repeat;*/
  /*background-position: 100%;*/
  /*padding-right: 30px;*/
/*  background-size: 20px;*/
/*}*/

.event__text, .complex-slat__text  {
  width: 82%;
}

/*  any time a paragraph summary is used inside a complex-slat, not applying to events though  */
.complex-slat .paragraph-summary {
    margin-left: -5px;  /*counteracts its grid display for this case */
}
.complex-slat .paragraph-summary span.summary-content::after {
    content: "...";
    color: #666666;
}

.event__text h2, .complex-slat h2, .complex-slat__title {
  font-size: 1.5em;
}