.cc-news-listing-widget {
    margin-bottom: 25px;
}
.cc-news-listing-widget-card a,
.cc-news-listing-widget-sbs a,
.cc-news-listing-widget-card a:hover,
.cc-news-listing-widget-sbs a:hover,
.cc-news-listing-widget-card a:active,
.cc-news-listing-widget-sbs a:active {
  color: rgb(0, 0, 0);
}
#content .cc-news-listing-widget-card .cc-story-card a,
#content .cc-news-listing-widget-sbs a {
  text-decoration: none;
}
#content .cc-news-listing-widget-card .cc-story-card h3 {
  padding-top: 15px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 1.15rem;
  line-height: 1.4rem;
}
#content .cc-news-listing-widget-sbs .cc-story-sm-2col h3 {
  font-size: 0.95rem;
  margin-bottom: 0;
}
#content .cc-news-listing-widget-card .cc-story-card a:hover,
#content .cc-news-listing-widget-sbs a:hover {
  text-decoration: underline;
}

.cc-story-card {
  margin-top: 15px;
  margin-bottom: 15px;
  height: 320px;
}
.cc-story-stripe {
  height: 10px;
  display: block;
  border-bottom: 2px solid rgb(255, 255, 255);
}
.cc-story-card .cc-story-label {
  display: inline-block;
  position: absolute;
  bottom: 10px;
  right: 15px;
  padding: 2px 7px;
  border-top: 2px solid rgb(255, 255, 255);
  border-left: 2px solid rgb(255, 255, 255);
}

/* side-by-side */
.cc-story-sm-2col {
  margin-top: 15px;
  margin-bottom: 15px;
}
.cc-story-sm-2col img {
  width: 100%;
}
.cc-story-sm-2col h3 {
  font-size: 0.95rem !important;
  margin-bottom: 0;
}
.cc-story-sm-2col h3 a {
  color: #000;
}
.cc-story-sm-2col .cc-story-label {
  font-size: 0.8rem;
  line-height: 1.25;
  display: inline-block;
}

@media screen and (min-width: 576px) {
  .cc-story-card {
    height: 240px;
  }
}
@media screen and (min-width: 768px) {
  .cc-story-card {
    height: 330px;
  }
  .cc-news-listing-widget-card .col-md-3 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media screen and (min-width: 992px) {
  .cc-story-card {
    height: 210px;
  }
  .cc-news-listing-widget-card .col-md-3 {
    -ms-flex: 0 0 33%;
    flex: 0 0 33%;
    max-width: 33%;
  }
}
@media screen and (min-width: 1200px) {
  .cc-story-card {
    height: 240px;
  }
  .cc-news-listing-widget-card .col-md-3 {
    min-width: 240px;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
}
@media screen and (min-width: 1600px) {
  .cc-story-card {
    height: 355px;
  }
}

/* full width */

.cc-story-sm-fullwidth {
  text-align: center;
}
.cc-story-sm-fullwidth .card {
  border: none;
  border-radius: 0;
  margin-bottom: 2rem;
  display: block;
}
.cc-story-sm-fullwidth .card-block {
  text-align: left;
  padding: 1rem;
}
.cc-story-sm-fullwidth .card-block a {
  color: #000;
}
span.cc-news-date {
  font-family: "Crimson Text", serif !important;
  font-weight: normal !important;
  color: #888;
}
.cc-story-sm-fullwidth .card img {
  height: 100%;
  width: 100%;
  min-height: 0.01px;
  display: block;
}

/* card type */

/*
.cc-home-story {
  margin-top: 15px;
  margin-bottom: 15px;
}

.cc-home-story-stripe {
  height: 10px;
  display: block;
  border-bottom: 2px solid rgb(255, 255, 255);
}

.cc-home-story h3 {
  padding-top: 15px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 1.15rem !important;
}

.cc-home-story-label {
  display: inline-block;
  position: absolute;
  bottom: 10px;
  right: 15px;
  padding: 2px 7px;
  border-top: 2px solid rgb(255, 255, 255);
  border-left: 2px solid rgb(255, 255, 255);
}

.cc-home-story {
  background-color: #aff;
  height: 320px;
}

@media screen and (min-width: 576px) {
  .cc-home-story {
    height: 240px;
  }
}

@media screen and (min-width: 768px) {
  .cc-home-story {
    height: 330px;
  }
}

@media screen and (min-width: 992px) {
  .cc-home-story {
    height: 210px;
  }
}

@media screen and (min-width: 1200px) {
  .cc-home-story {
    height: 240px;
  }
}

@media screen and (min-width: 1600px) {
  .cc-home-story {
    height: 355px;
  }
}
*/

#content .cc-home-story a:hover {
  text-decoration: underline;
}
.cc-home-story a,
.cc-home-story a:hover,
.cc-home-story a:active {
  color: rgb(0, 0, 0);
}