.news-content-raw {
    margin-top: 5px; 
    overflow: hidden;
    height: 150px;
    width: 100%;
}

.news-content-raw img{
    display: none;
}

.news-block {
    border: 0.10em solid #cecece;
    margin-bottom: 20px;
}

.news-block > h3{
    margin-top: 0px;
    background-color: #154391;
    color: #ffffff;
    padding: 5px 20px 5px 10px;
    display: inline-block;
    margin-bottom: 2px;
}

.news-content {
    padding-right: 15px !important;
  }

.news-content h3 {
    margin-top: 0;
}

@media (max-width: 768px) {
  .news-content {
    padding-left: 15px !important;
  }
  
  .news-content-raw {
    max-height: 110px;
    height: inherit;
  }
}

.spacer {
    height: 10px;
}

.scale-image-wrap {
  position: relative;
  width: 100%;
  padding-bottom: 40%;
  float: left;
  height: 0;
}

.scale-image {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
}

.readmore {
  float:right;
  margin: 10px 10px 10px 0px;
}

.archive {
  float:left;
  margin: 10px 10px 10px 0px;
}

.post-date {
  padding: 5px 0;
  margin-top: 10px;
  margin-bottom: 20px;
  border-top: 1px solid #cecece;
  border-bottom: 1px solid #cecece;
}

.back-link {
  padding: 10px 0;
  margin-top: 10px;
  margin-bottom: 10px;
  border-top: 1px solid #cecece;
  border-bottom: 1px solid #cecece;
}

