.items {
  overflow: hidden;
  padding-bottom: 25px;
  width: 100%;
}

.items article {
  width: 100%;
  overflow: hidden;
  padding-bottom: 2em;
  margin-bottom: 2em;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  overflow: hidden;
}

.items article .image-hover-reverse {
  float: none;
  display: block;
  position: relative;
  width: 100%;
  margin-right: 0;
}

@media (min-width: 1028px) {
  .items article .image-hover-reverse {
    float: left;
    width: 15%;
  }
}

.items article header {
  float: none;
  margin-left: 0;
  overflow: hidden;
}

@media (min-width: 1028px) {
  .items article header {
    display: block;
    float: right;
    width: 82.2%;
  }
}

.items article header h5 {
  margin: 0 0 0.3em 0;
}

.items article .meta {
  line-height: 1.2em;
  margin-bottom: 5px;
  padding-bottom: 5px;
  border-bottom-style: solid;
  border-bottom-width: 1px;
}

.items article .meta a {
  text-decoration: none;
}

.items article .summary {
  margin: 0;
}

.items article .media-icons {
  float: none;
  margin: 10px 0;
  overflow: hidden;
}

@media (min-width: 1028px) {
  .items article .media-icons {
    float: right;
    margin: 0;
    padding: 0;
    overflow: hidden;
  }
}

.items article .media-icons li {
  float: left;
  list-style: none;
  line-height: 1;
  padding: 0;
  font-size: 1rem;
  margin-left: .125em;
}

.items article .media-icons li a {
  display: block;
  padding: .1em;
}

/* article detail (sidebar added) */
.items article.detail {
  margin: 0;
  border: 0;
}

.items article.detail .image-hover-reverse {
  float: none;
  display: block;
  max-width: 100%;
  width: auto;
  margin: 0 0 2em 0;
}

.items article.detail .title {
  padding: 0;
  /*left padding should match header left padding*/
  overflow: hidden;
  margin-bottom: 10px;
}

.items article.detail .title h5 {
  display: block;
  float: none;
  width: 100%;
  margin: 0;
}

.items article.detail .meta {
  display: block;
  float: none;
  border: 0;
  width: 100%;
  text-align: left;
  padding-top: 0;
  margin: 0 0 5px 0;
}

.items article.detail header {
  display: block;
  position: relative;
  float: none;
  padding: 15px;
  margin-bottom: 15px;
  margin-left: 0;
}

.items article.detail .media-icons {
  float: none;
  margin: 0 0 2em 0;
}

.items article.detail .summary {
  font-size: 16px;
}

.items article.detail .media-icons {
  float: none;
}

.items article.detail .details {
  padding-left: 0;
}

/* sidebar (not used on list view) */
.content-sidebar .sidebar-article {
  margin: 0 0 15px 0;
}

.content-sidebar .sidebar-article img {
  margin-bottom: 5px;
}

.content-sidebar .sidebar-article h5 {
  margin: 0;
}

.content-sidebar .sidebar-article p {
  margin: 0;
}

/* Featured */
.featured-article3 {
  display: none;
  margin-bottom: 2em;
  padding: 1em;
  overflow: hidden;
  min-height: 235px;
  border-bottom-style: solid;
  border-bottom-width: 1px;
}

@media (min-width: 1028px) {
  .featured-article3 {
    display: block;
  }
}

.featured-article3 p {
  margin: 0 0 1.5em 0;
}

.featured-article3 h2 {
  margin-bottom: .35em;
}

.featured-article3 .thumbnails {
  float: left;
  width: 17.5%;
  margin-right: 2.5%;
}

.featured-article3 .thumbnail.alt {
  margin-bottom: 10px;
}

.featured-article3 .thumbnail img {
  display: block;
  width: 100%;
  border: 0;
  margin: 0;
}

.featured-article3 article.feature {
  margin: 0;
  float: left;
  width: 80%;
}

.featured-article3 article.feature header {
  display: block;
  position: relative;
  float: none;
  width: 100%;
  margin: 0;
  padding: 0;
}

.featured-article3 article.feature .replace {
  float: left;
  max-width: 200px;
  margin-right: 15px;
  margin-bottom: 0;
}

.featured-article3 article.feature header h3 {
  clear: right;
  font-size: 1.25em;
}

.featured-article3 article.feature .meta {
  font-size: .875em;
  margin: 0;
}
