.event-teaser {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  margin-bottom: 20px;
  position: relative;
}
.event-teaser .event-date {
  background-color: #024345;
  color: white;
  padding: 10px;
  text-align: center;
  border-radius: 5px;
  margin-right: 20px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100px;
      -ms-flex: 0 0 100px;
          flex: 0 0 100px;
  height: 100px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.event-teaser .event-date .day-of-week,
.event-teaser .event-date .year {
  color: white;
  font-size: 0.8em;
  line-height: 1;
}
.event-teaser .event-date .day,
.event-teaser .event-date .month {
  color: #e5b54c;
  font-size: 1.5em;
  font-weight: bold;
  line-height: 1;
}
.event-teaser .event-date .month {
  text-transform: uppercase;
}
.event-teaser .event-details {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-right: 20px;
  width: 200px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
.event-teaser .event-details .event-time-location {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.event-teaser .event-details .event-time {
  font-size: 0.9em;
  white-space: nowrap;
  line-height: 1.4;
}
.event-teaser .event-details .event-location {
  font-size: 0.9em;
  line-height: 1.4;
}
.event-teaser .event-details .event-location p {
  margin: 0;
  padding: 0;
}
.event-teaser .separator {
  width: 2px;
  background-color: #024345;
  margin: 0 20px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  -webkit-align-self: stretch;
      -ms-flex-item-align: stretch;
          align-self: stretch;
  min-height: 100px;
}
.event-teaser .body-info {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.event-teaser .body-info p {
  line-height: 1.4;
  font-weight: 500;
  color: #333;
}
.event-teaser .body-info a {
  color: #8dbdb9;
  font-weight: 500;
  text-decoration: none;
}
.event-teaser .body-info a:hover {
  text-decoration: underline;
  color: #6a9a9b;
}
@media (min-width: 768px) {
  .event-teaser {
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
  }
}
@media (max-width: 767px) {
  .event-teaser {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .event-teaser .event-date {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100px;
        -ms-flex: 0 0 100px;
            flex: 0 0 100px;
    margin-bottom: 0;
  }
  .event-teaser .event-details {
    width: auto;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
  .event-teaser .body-info {
    -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
        -ms-flex-order: 3;
            order: 3;
    margin-top: 20px;
  }
  .event-teaser .separator {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
        -ms-flex-order: 4;
            order: 4;
    width: 100%;
    height: 2px;
    margin: 20px 0 0;
    min-height: 0;
  }
}