.triplet-block--signs h3 a {
  color: #fc7676;
}
.triplet-wide-teaser {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -20px;
}
.content-area .triplet-wide-teaser {
  margin: 0 -12px;
}
.triplet-wide-teaser__article {
  position: relative;
  -ms-flex: 1 0 calc(33.333% - 44px);
  -webkit-flex: 1 0 calc(33.333% - 44px);
  flex: 1 0 calc(33.333% - 44px);
  max-width: calc(33.333% - 44px);
  margin: 0 22px 30px;
  padding: 0 20px 20px;
  border-bottom: 2px solid #e4dbd4;
  text-align: center;
}
.content-area .triplet-wide-teaser__article {
  -ms-flex: 1 0 calc(33.333% - 24px);
  -webkit-flex: 1 0 calc(33.333% - 24px);
  flex: 1 0 calc(33.333% - 24px);
  max-width: calc(33.333% - 24px);
  margin: 0 12px 30px;
}
.triplet-wide-teaser__article--hide {
  display: none;
}
.triplet-wide-teaser__cover {
  display: block;
  height: 180px;
  margin: 0 -20px 12px;
  background-position: 50%;
  background-size: cover;
  text-indent: -9999px;
  overflow: hidden;
}
.triplet-wide-teaser__category {
  margin: 0 0 2px;
}
.triplet-wide-teaser__category a {
  position: relative;
  z-index: 1;
  font-size: 1.4rem;
  line-height: 1.7rem;
  color: #ed1c24;
}
.triplet-wide-teaser__title {
  margin: 0 0 15px;
  font-size: 2rem;
  line-height: 2.3rem;
  font-weight: bold;
  color: #005bab;
}
.triplet-wide-teaser__author {
  margin: 15px 0 0;
  font-size: 1.4rem;
  line-height: 1.7rem;
}


@media screen and (max-width: 999px) {
  .triplet-wide-teaser {
    margin: 0 -12px;
  }
  .triplet-wide-teaser__article {
    -ms-flex: 1 0 calc(33.333% - 24px);
    -webkit-flex: 1 0 calc(33.333% - 24px);
    flex: 1 0 calc(33.333% - 24px);
    max-width: calc(33.333% - 24px);
    margin: 0 12px 30px;
  }
}

@media screen and (max-width: 767px) {
  .triplet-wide-teaser__article,
  .content-area .triplet-wide-teaser__article {
    -ms-flex: 1 0 calc(50% - 24px);
    -webkit-flex: 1 0 calc(50% - 24px);
    flex: 1 0 calc(50% - 24px);
    max-width: calc(50% - 24px);
  }
  .triplet-wide-teaser__article:nth-child(2n+1):last-child {
    display: none;
  }
}

@media screen and (max-width: 599px) {
  .triplet-wide-teaser,
  .content-area .triplet-wide-teaser {
    display: block;
    margin: 0;
  }
  .triplet-wide-teaser__article {
    min-height: 91px;
    padding: 0 0 10px 95px;
    text-align: left;
    border-width: 1px;
  }
  .triplet-wide-teaser__article,
  .content-area .triplet-wide-teaser__article {
    max-width: none;
    margin: 0 0 10px;
  }
  .triplet-wide-teaser__cover {
    position: absolute;
    top: 0;
    left: 0;
    width: 80px;
    height: 80px;
    margin: 0;
  }
  .triplet-wide-teaser__title {
    margin: 0 0 5px;
    font-size: 1.6rem;
    line-height: 2rem;
  }
  .triplet-wide-teaser__summary {
    display: none;
  }
  .triplet-wide-teaser__author {
    margin: 0;
  }
}

