#OCPS-news.newsList {
    text-align: center;
}

#OCPS-news .newsItem .image .inside {
    height: 150px;
}

#OCPS-news a.newsItem {
    display: inline-block;
    width: 33.33334%;
    vertical-align: top;
    text-align: left;
}

#OCPS-news a.newsItem:hover, a.newsItem:focus {
 text-decoration: none;
}

#OCPS-news .newsItem > .inside {
  margin: 10px;
  min-height: 390px;
  position: relative;
}

#OCPS-news .newsItem:first-child > .inside { margin-left:0; }
#OCPS-news .newsItem:last-child > .inside { margin-right:0; }

#OCPS-news .newsItem .image {
 position: relative;
}

#OCPS-news .row.bg-d .newsContent > .inside-padding {
    padding: 45px 20px 60px 20px;
}

#OCPS-news .newsContent > .inside-padding { padding:0; }

#OCPS-news .newsItem .newsTitle {
  color: #344e5c;
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
  margin: 10px 0;
}

#OCPS-news .newsItem .newsSummary {
  font-weight: 300;
  font-size: 14px;
  line-height: 20px;
  margin: 10px 0;
}

#OCPS-news .newsItem .newsDate {
  font-weight: 300;
  font-size: 14px;
  line-height: 20px;
  margin: 10px 0;
  color: #6a6a6a;
}


#OCPS-news .newsItem .readMore {
  color: #344e5c;
  font-weight: 500;
  font-size: 14px;
  display: block;
  position: absolute;
  bottom: 40px;
  transition: all .2s ease-in-out;
}

#OCPS-news a.newsItem:hover .readMore, a.newsItem:focus .readMore {
    opacity: 0.8;
}

#OCPS-news .newsItem span.offscreen {
  width: 1px;
  height: 1px;
  position: absolute;
  overflow: hidden;
  left: -10000px;
  top: -10000px;
}

#OCPS-news .newsItem img {
  margin-left: 0;
  height: 100%;
  margin: 0 auto;
  left: 0;
  right: 0;

 -webkit-transition: all 0.6s;
 -moz-transition: all 0.6s;
 -o-transition: all 0.6s;
 transition: all 0.6s;
}

#OCPS-news .newsItem:hover img, #OCPS-news .newsItem:focus img {
 -webkit-transform: translate3d(0, 0, 0);
 -webkit-perspective: 0;
 -webkit-backface-visibility: hidden;
 -webkit-transform: scale(1.1);
 transform: scale(1.1);
 -moz-transform: scale(1.1) rotate(0.1deg);
}



@media screen and (max-width: 840px) {
  #OCPS-news .newsItem .readMore {
   position: static; }
}

@media screen and (max-width: 560px) {

  #OCPS-news a.newsItem {
    display: block;
    width: 100%;
  }

  #OCPS-news .newsItem .readMore {
    font-size: 12px; }

  #OCPS-news .newsItem .image .inside {
    height: 200px; }
}