.future-events {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.future-events__article {
  position: relative;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  -ms-flex: 1 0 25%;
  -webkit-flex: 1 0 25%;
  flex: 1 0 25%;
  max-width: 25%;
  margin: 0 0 30px;
  padding: 0 20px 20px;
  border-left: 1px solid #005bac;
  text-align: center;
  font-size: 1.6rem;
  line-height: 2rem;
  background: #012241;
  color: #fff;
}
.future-events__article:first-child {
  border: 0;
}
.content-area .future-events__article {
  max-width: 33.3333%;
}
.content-area .future-events__article:nth-child(4) {
  display: none;
}
.future-events__cover {
  display: block;
  height: 180px;
  margin: 0 -20px 15px;
  background-position: 50%;
  background-size: cover;
  text-indent: -9999px;
  overflow: hidden;
}
.future-events__title {
  position: relative;
  -ms-flex: 1 0 auto;
  -webkit-flex: 1 0 auto;
  flex: 1 0 auto;
  margin: 0 0 15px;
  padding: 12px 0 0;
  font-size: 1.8rem;
  line-height: 2.1rem;
  font-weight: bold;
  color: #f7b31b;
}
.future-events__title:before,
.future-events__date:before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  width: 40px;
  margin-left: -20px;
  border-top: 2px solid #47c9af;
}
.rating--future-events {
  margin: 0 auto;
}
.future-events__place {
  font-weight: bold;
}
.future-events__date {
  position: relative;
  margin: 12px 0 0;
  padding: 12px 0 0;
}


@media screen and (max-width: 767px) {
  .future-events__article,
  .content-area .future-events__article {
    -ms-flex: 1 0 50%;
    -webkit-flex: 1 0 50%;
    flex: 1 0 50%;
    max-width: 50%;
  }
  .content-area .future-events__article:nth-child(4) {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }
}
