/* List of blog posts and teasers, exposed as a view */
.co-p-blog-list {
  margin-top: 40px;
}

.co-p-blog-list .btn {
    display: block;
    color: #419eda;
    border: 1px solid #419eda;
    background: #ffffff;
    font-size: 18px;
    font-weight: 600;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    text-transform: capitalize;
}
.co-p-blog-list .btn:hover,
.co-p-blog-list .btn:active {
    background: #419eda;
    color: #ffffff;
}

/* limit RSS button width */
.feed-icon {
    max-width: 350px;
    margin-bottom: 60px;
}

/* add buffer around image in teaser mode, on the blog list */
.node--view-mode-teaser .article-image {
    margin: 20px 0;
}

.co-p-blog-list .taxonomy-name {
    border: 1px solid #f3f3f3;
    border-bottom: 0;
    background: #ffffff;
    padding: 20px 30px;
    margin-bottom: -1px;
    position: relative;
    z-index: 2;
    font-weight: 700;
    color: #1e394c;
    font-size: 21px;
}
.co-p-blog-list .taxonomy-name:after {
    content: '';
    display: block;
    position: absolute;
    top: 100%;
    left: 30px;
    right: 30px;
    height: 1px;
    background: rgba(230,230,230,0.75);
}