/* Apply a left border to all the articles */
.col-xs-12:first-of-type {margin-left: -20px}
.this-issue__articles-container {
  border-right: 1px solid #eee;
}
h2 {font-weight: 400;}
.page-header__selected-issue-cover {
     box-shadow: none;
    }
.c-card__tag {color: #255C4E;}
.c-card--horizontal .c-card__content { background-color: #255C4E;}
.subscribe-title:not(.subscribe-title strong) {font-size: 20px; font-weight: 500 !important; }


.digital-exclusives .c-card__tag:hover, .digital-exclusives .c-card__title a:hover {
    color: #e7f2e0;
}