/*Featured*/
article.featured-article {
  border-bottom: 1px solid #a8a09d;
  margin-bottom: 1em;
  padding-bottom: 1em;
  overflow: hidden;
}

article.featured-article .title {
  padding-bottom: 1em;
  margin-bottom: 1em;
  overflow: hidden;
  border-bottom: 1px solid #a8a09d;
}

article.featured-article .title h2 {
  float: left;
  width: 47.5%;
  margin: 0;
  line-height: 1.1em;
}

article.featured-article .meta {
  float: right;
  width: 47.5%;
  text-align: right;
  font-size: 1em;
  padding-top: 5px;
  margin: .5em 0 0 0;
}

article.featured-article-article header {
  overflow: hidden;
}

article.featured-article img {
  float: left;
  max-width: 30%;
  margin-right: 2.5%;
}

article.featured-article .summary {
  margin: 0;
  font-family: "Merriweather", serif;
}

article.featured-article .media-icons {
  float: none !important;
}

.results {
  padding-bottom: 10px;
  margin-bottom: 15px;
  border-bottom: 1px solid #a8a09d;
}

.results h3 {
  margin-bottom: 0;
}

.results .meta {
  margin-bottom: 0;
}

.results .summary {
  margin-bottom: 0;
}

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

.items article {
  overflow: hidden;
  padding-bottom: 2em;
  margin-bottom: 2em;
  border-bottom: 1px solid #a8a09d;
}

.items article img.image {
  float: none;
  display: block;
  width: 100%;
  margin-right: 0;
}
@media (min-width: 62.5em) {
  .items article img.image {
    float: left;
    margin-right: -150px;
    max-width: 150px;
  }
}

.items article header {
  float: none;
  margin-left: 0;
  overflow: hidden;
}
@media (min-width: 62.5em) {
  .items article header {
    float: left;
    margin-left: 175px;
  }
}

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

.items article h3 a {
  text-decoration: none;
  font-size: 1em;
  line-height: 1em;
}

.items article .meta {
  font-family: "PT Sans", sans-serif;
  color: #a8a09d;
  line-height: 1.2em;
  margin-bottom: 5px;
  padding-bottom: 5px;
  border-bottom: 1px solid #a8a09d;
}

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

.items article .summary {
  margin: 0;
}

#content article .media-icons {
  float: none;
  margin: 10px 0;
  overflow: hidden;
}
@media (min-width: 62.5em) {
  #content article .media-icons {
    float: right;
    margin: 0;
    padding: 0;
    overflow: hidden;
  }
}
#content article .media-icons li {
  float: left;
  list-style: none;
  line-height: 1;
  padding: 0;
  font-size: 1.25em;
  margin-left: .125em;
}
#content article .media-icons li a {
  display: block;
  padding: .1em;
}
#content article .media-icons li a.current {
  color: #2a2623;
}

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

.items article.detail img.image {
  float: none;
  display: block;
  max-width: 100%;
  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 h2 {
  display: block;
  float: none;
  width: 100%;
  margin: 0;
  font-size: 36px;
}

.items article.detail .title h2 a {
  text-decoration: none;
}

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

.items article.detail header {
  display: block;
  position: relative;
  float: none;
  background: rgba(0, 0, 0, 0.08);
  padding: 15px;
  margin-bottom: 15px;
  margin-left: 0;
}

#content .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) */
#sidebar .sidebar-article {
  margin: 0 0 15px 0;
}

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

#sidebar .sidebar-article h3 {
  margin: 0;
}

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