.post-list{
  font-size: 14px;
}

.post-list h3{
  color: #005E82;
  font-size: 18px;
  font-weight: 700;
}

.post-list .read-more{
  color: #005E82;
  font-size: 14px;
  font-weight: 700;
  float: right;
}

.post-list .post_date{
  font-size: 14px;
}

.post_image{
  width: 100%;
  height: 100%;
  min-height: 200px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.side_bar h4{
  color: #005E82;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  border-bottom: 2px solid #707070;
  padding-bottom: 5px;
}
.category_list{
  list-style: none;
  padding-left: 0;
}

.category_list li{
  color: #005E82;
  border-bottom: 1px solid #707070;
  margin-bottom: 5px;
}

.category_list li:last-of-type {
  border-bottom: none;
}

.category_list li i{
  padding-right: 5px;
}

hr.divider {
  border: 1px solid #005E82;
  margin-bottom: 40px;
  opacity: 1;
}

.recent_story_list{
  list-style: none;
  padding-left: 0;
}

.recent_story_list li{
  color: #005E82;
  margin-bottom: 10px;
}

.recent_story_list li .date{
  display: block;
  color: #65696E;
  font-size: 12px;
}

.recent_story_list li .list_tn_image{
    display: inline-block;
    width: 45px;
    height: 45px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 50%;
}

.recent_story_list li .list_copy{
  display: inline-block;
  vertical-align: top;
  margin-left: 10px;
}