.hero h1 {
  color: white;
}
/* Hero image area */
.hero {
  background-size: cover;
  background-position: center;
  padding: 200px 0 30px 0;
  position: relative;
  margin: 0 0 30px;
}
.hero.full-width {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
}
@media screen and (min-width: 768px) {
  .hero {
    padding: 400px 0 60px 0;
    margin: 0 0 40px;
  }
}
.hero-gradient-mask {
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: 0;
  background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.01) 1%,rgba(0,0,0,1) 100%);
}
/* article list view */
.article-tags>li {
  border-right: 1px solid rgba(0,0,0,0.1);
  font-size: 0.9em;
  margin-left: -6px;
  padding: 4px 18px;
  text-transform: uppercase;
}
.article-tags>li:first-child {
  margin-left: 0;
  border-left: 1px solid rgba(0,0,0,0.1);
}
.article-tags>li:hover {
  background-color: rgba(0,0,0,0.1);
}

.article-list li {
  list-style: none;
}

.article a.btn {
    background-color: #d4566b;
    color: white;
}

@media (min-width: 1025px) {
.article-list li:first-of-type, .articlepage-listing li:first-of-type,
.article-list li:nth-child(6), .articlepage-listing li:nth-child(6),
.article-list li:nth-child(7), .articlepage-listing li:nth-child(7),
.article-list li:nth-child(12), .articlepage-listing li:nth-child(12) {
      width: 50%;
    }
}

.article-list-item {
  display: flex;
  flex-direction: column;
  margin-bottom: 20px;
}

.article-list-item a {
  display: flex;
  flex-grow: 1;
  flex-direction: column;
}

.article-list-item:hover img {
    opacity: 0.3;
}

.article-list-item .image {
  overflow: hidden;
  background-color: #eb7400;
  flex: 1 0 auto;
}

.article-list-item .image img {
  min-height: 510px;
  width: auto;
  min-width: 100%;
}

.article-list-item .text {
  background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.6) 23%,rgba(0,0,0,1) 50%);
  margin-top: -150px;
  padding: 20px;
  position: relative;
  z-index: 1;
}

.article-list-item .text h2 {
  color: #fff;
  font-weight: 200;
  margin-top: 0;
}

.article-list-item .text p {
  color: #e3e3e3;
  font-size: 0.8em;
  margin-bottom: 0;
}

.article-list-item .footer {
  background-color: #333;
  color: #fff;
  margin-top: 0;
  padding: 20px;
  position: relative;
  z-index: 1;
}

/* used to style tags on article */
span.outline {
  border-radius: 3px;
  border: 1px solid rgba(0,0,0,0.1);
  font-size: 0.8em;
  padding: 3px 6px;
  text-transform: uppercase;
}

/* article detail page */
.article-tag-list {
  border-top: 1px solid rgba(0,0,0,0.1);
  padding-top: 10px;
}
.article-meta {
	padding-bottom: 1em;
}
.article-avatar {
    border-radius: 100%;
    display: inline;
    width: unset;
}
.article-avatars {
}
.article-avatars .author {
  display: inline-block;
  margin-right: 30px;
  font-size: 0.9em;
  color: #777;
}

.article-byline {
  font-size: 0.9em;
  color: #777;
}

.article-list a, .article-list a:focus, .article-list a:visited, .article-list a:hover {
  text-decoration: none;
}

@media (min-width: 768px) {
  .stand-first {
    font-size: 26px;
  }
}

.stand-first {
  color: rgba(255,255,255,0.8);
  margin: 0;
}