.articleImage, .articlesListing .articleList_remove {
  width: 100%;
  height: 400px;
  background-position: 50% 50%;
  background-size: cover;
  background-image: url({resource="pattern.png" app="core" location="global"});
  display: block
}

.ipsType_pageTitle.articlesTitle {
  line-height: 50px;
}

.articlesContent.ipsType_richText > p:first-child::first-line {
  color: #377cbf;
  font-size: 18px;
}
.articlesListing {
  position: relative;
}
.articleList_remove img {
  display:none;
}

.articlesListing a::before {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 45px;
    background: rgba(0,0,0,0.8);

}


.articlesListing .ipsType_sectionHead, .articlesListing .articlesList_info, .articlesListing .articlesTruncate {
    color: #fff;
    position: absolute;
    left: 7px;
    right: 7px;
    text-shadow: 1px 1px 1px rgba(0,0,0,1);

}

.articlesListing .ipsType_sectionHead {
    bottom: 12px;

    font-size: 15px;

}

.articlesListing .articlesTruncate {
  bottom: 30px;

    font-size: 13px;
}

.articlesListing .articlesTruncate br {
  display: none !important;
}

.articlesListing .articlesList_info {

    bottom: 7px;
    font-size: 11px;
	display: inline-block;
  text-align: right;
}

.cArticlesWidget {
  height: 250px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
  width: 175px;
}

.cArticlesFeatured {
  height: 400px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
  width: 100%;
}


.articlesWidgetInfo {
  position: absolute;
  top: 50px;
  left: 0;
  right: 0;
  bottom: 0;
  text-align: center;
  padding: 30px 15px 15px 15px;
  color: #fff;
  text-shadow: 1px 1px 1px rgba(0,0,0,1);
  background: -moz-linear-gradient(top, rgba(34,34,34,0) 0%, rgba(34,34,34,0.8) 100%);
  background: -webkit-linear-gradient(top, rgba(34,34,34,0) 0%,rgba(34,34,34,0.8) 100%);
  background: linear-gradient(to bottom, rgba(34,34,34,0) 0%,rgba(34,34,34,0.8) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00222222', endColorstr='#222222',GradientType=0 );
}

.articlesFeaturedInfo {
  position: absolute;
  top: 200px;
  left: 0;
  right: 0;
  bottom: 0;
  text-align: center;
  padding: 30px 15px 15px 15px;
  color: #fff;
  text-shadow: 1px 1px 1px rgba(0,0,0,1);
  background: -moz-linear-gradient(top, rgba(34,34,34,0) 0%, rgba(34,34,34,0.8) 100%);
  background: -webkit-linear-gradient(top, rgba(34,34,34,0) 0%,rgba(34,34,34,0.8) 100%);
  background: linear-gradient(to bottom, rgba(34,34,34,0) 0%,rgba(34,34,34,0.8) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00222222', endColorstr='#222222',GradientType=0 );
}



.cArticlesWidget .ipsType_break {
  white-space: initial;
}

.articlesFeaturedInfo .cArticlesWidget_title {
  font-size: 40px;
  line-height: 50px;
  text-transform: uppercase;
  color: #fff;
}

.articlesWidgetInfo .cArticlesWidget_title {
  font-size: 40px;
  line-height: 50px;
  text-transform: uppercase;
  color: #fff;
}


.articlesListing .ipsTruncate.ipsTruncate_line {
  width: 95%;
}

.cReviewsWidget {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
  width: 200px;
  overflow: hidden;
  word-wrap: break-word;
  word-break: break-word;
  white-space: initial;
}