.news-list .post {
  background: rgba(151, 130, 115, 0.2);
  display: flex;
  flex-direction: column;
  margin-bottom: 2em;
  transition-duration: 0.2s;
}
.news-list .post h3.title {
  font-family: 'Handlee', 'Open Sans', sans-serif;
  font-size: 3rem;
  margin-bottom: 0;
  margin-top: 0;
}
@media only screen and (min-width: 62em) {
  .news-list .post h3.title {
    margin-top: 21px;
  }
}
.news-list .post h3.title a {
  transition-duration: 0.2s;
}
.news-list .post .posted-by,
.news-list .post .posted-on {
  font-style: italic;
  display: inline-block;
  margin-right: .5em;
}
.news-list .post .post-intro {
  margin-top: .5em;
}
.news-list .post:hover {
  background: rgba(151, 130, 115, 0.3);
}
@media only screen and (min-width: 62em) {
  .news-list .post {
    flex-direction: row;
    align-items: stretch;
  }
}
.news-list .post .news-thumbnail {
  padding: 1.5em 0 0;
  position: relative;
  text-align: center;
}
@media only screen and (min-width: 48em) {
  .news-list .post .news-thumbnail {
    padding: 3em 0 0;
  }
}
.news-list .post .news-thumbnail:before {
  background-clip: padding-box;
  border-bottom: 1em solid #978273;
  content: '';
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 4em;
}
@media only screen and (min-width: 62em) {
  .news-list .post .news-thumbnail:before {
    bottom: 0;
    border-bottom: none;
    right: 1.5em;
    border-right: 1em solid #978273;
  }
}
@media only screen and (min-width: 62em) {
  .news-list .post .news-thumbnail {
    width: 25%;
    padding: 1.4em 0;
  }
}
.news-list .post .news-thumbnail picture {
  position: relative;
  border: 7px solid rgba(255, 255, 255, 0.9);
  margin-left: 1em;
  margin-right: 1em;
  max-width: 90%;
  display: inline-block;
}
@media only screen and (min-width: 62em) {
  .news-list .post .news-thumbnail picture {
    margin-left: 1.5em;
    margin-right: 0;
    max-width: 100%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}
.news-list .post .content {
  padding: 1em 2.1em;
}
@media only screen and (min-width: 62em) {
  .news-list .post .content {
    width: 80%;
    padding: 1em 2em 1em 4em;
  }
}
.news-list .post .read-more {
  border: 1px solid #8a7567;
  color: #5e5046;
  display: inline-block;
  line-height: 1.4;
  padding: .4em 1.2em;
  border-radius: 3px;
}
.news-list .post .read-more:hover {
  background: rgba(151, 130, 115, 0.5);
}
.news-list .post.accent-blue .news-thumbnail:before {
  background-color: #5e7899;
  border-color: rgba(94, 120, 153, 0.35);
}
.news-list .post.accent-blue h3.title a {
  color: #4b5f79;
}
.news-list .post.accent-blue:hover h3.title a {
  color: #242e3a;
}
.news-list .post.accent-red .news-thumbnail:before {
  background-color: #552628;
  border-color: rgba(85, 38, 40, 0.35);
}
.news-list .post.accent-red h3.title a {
  color: #552628;
}
.news-list .post.accent-red:hover h3.title a {
  color: #200e0f;
}
.news-list .post.accent-green .news-thumbnail:before {
  background-color: #9b9558;
  border-color: rgba(155, 149, 88, 0.35);
}
.news-list .post.accent-green h3.title a {
  color: #6a663c;
}
.news-list .post.accent-green:hover h3.title a {
  color: #292817;
}
@supports (-ms-ime-align:auto) {
  .news-list .post {
    display: block;
    overflow: hidden;
  }
  .news-list .post .news-thumbnail {
    border-left: 1em solid #978273;
    width: 33%;
    float: left;
  }
  .news-list .post .news-thumbnail:before {
    display: none;
  }
  .news-list .post .news-thumbnail picture {
    top: 0;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  .news-list .post .content {
    width: 60%;
    float: right;
  }
  .news-list .post.accent-blue .news-thumbnail {
    border-color: #5e7899;
  }
  .news-list .post.accent-green .news-thumbnail {
    border-color: #9b9558;
  }
  .news-list .post.accent-red .news-thumbnail {
    border-color: #552628;
  }
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .news-list .post {
    display: block;
    overflow: hidden;
  }
  .news-list .post .news-thumbnail {
    border-left: 1em solid #978273;
    width: 33%;
    float: left;
  }
  .news-list .post .news-thumbnail:before {
    display: none;
  }
  .news-list .post .news-thumbnail picture {
    top: 0;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  .news-list .post .content {
    width: 60%;
    float: right;
  }
  .news-list .post.accent-blue .news-thumbnail {
    border-color: #5e7899;
  }
  .news-list .post.accent-green .news-thumbnail {
    border-color: #9b9558;
  }
  .news-list .post.accent-red .news-thumbnail {
    border-color: #552628;
  }
}
