/* Exposed Filter */
.news-and-blogs-page .view-filters {
    margin-bottom: 30px;
}
.news-and-blogs-page .views-exposed-widget {
    padding: 0;
    float: none;
}
.news-and-blogs-page .views-exposed-widget label[for=edit-type] {
    color: #231f20;
    font-weight: normal;
    text-transform: uppercase;
    font-size: 12px;
    display: inline-block;
    float: left;
    margin-right: 10px;
    padding-top: 3px;
}
.news-and-blogs-page  .views-widget-filter-type .views-widget {
    float: left;
}
.news-and-blogs-page  .views-widget-filter-type .form-type-bef-checkbox {
    float: left;
    margin-right: 5px;
}
.news-and-blogs-page  .views-widget-filter-type input[type=checkbox] {
    display: none;
}
.news-and-blogs-page  .views-widget-filter-type input[type=checkbox] + label {
    background-color: #94a596;
    color: #fff;
    padding: 1px 8px;
    display: inline-block;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 0.5px;
}
.news-and-blogs-page  .form-item-type input[type=checkbox] + label[for*=edit-type-espa-blog] {
    background-color: #94a596;
}
.news-and-blogs-page  .form-item-type input[type=checkbox] + label[for*=edit-type-news-article] {
    background-color: #8c857b;
}
.news-and-blogs-page  .form-item-type input[type=checkbox]:checked + label[for*=edit-type-news-article],
.news-and-blogs-page  .form-item-type input[type=checkbox]:checked + label[for*=edit-type-espa-blog] {
    background-color: #004c97;
}
.news-and-blogs-page .captcha-admin-links {
    display: none;
}

.news-and-blogs-page .views-row {
    display: table;
    border-bottom: 1px solid #d7d3cd;
    margin-bottom: 15px;
    padding-bottom: 10px;
}
.news-item-left {
    display: table-cell;
    width: 90px;
    padding-right: 13px;
    padding-top: 3px;
    vertical-align: top;
}
.news-item-left img {
    box-shadow: 0 0 2px;
}
.news-item-right {
    display: table-cell;
    vertical-align: top;
}
.news-item-title a {
    color: #231f20;
    font-size: 18px;
    font-weight: 600;
    line-height: 1;
}
.news-item-type {
    background-color: #8c857b;
    color: #fff;
    padding: 1px 4px;
    display: inline-block;
    font-size: 10px;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 0.5px;
    float: left;
    margin-top: 4px;
    margin-right: 6px;
}
.news-item-type.type-news {
    background-color: #8c857b;
}
.news-item-type.type-blog {
    background-color: #94a596;
}
.news-item-date {
    font-weight: 500;
    font-size: 14px;
    padding-top: 2px;
}
.news-item-meta {
    margin-bottom: 3px;
    margin-top: -2px;
}
.news-item-body {
    font-weight: 500;
    font-size: 14px;
    line-height: 1.3;
}
.news-and-blogs-page .link-button {
    padding-top: 0;
    padding-bottom: 0;
    font-weight: normal;
    font-size: 11px;
}
.news-and-blogs-page [id*=edit-submit-news-articles] {
    display: none;
}

@media(max-width: 480px) {
    .news-and-blogs-page .view-filters {
        margin-bottom: 0;
    }
    .news-item-left {
        display: block;
    }
    .news-item-left img {
        margin-bottom: 10px;
    }
    .news-item-right {
        display: block;
    }
    .news-item-title {
        margin-bottom: 3px;
    }
    .news-item-title a {
        font-size: 16px;
    }
}
/* Latest news and blogs block */
#block-views-latest-news-blogs-block {
    margin-bottom: 25px;
    background: #f2f1ef;
    margin-top: 25px;
    padding: 15px 15px 12px;
}
#block-views-latest-news-blogs-block h2 {
     margin-top: 0;
     margin-bottom: 8px;
 }
#block-views-latest-news-blogs-block a {
     font-size: 14px;
 }
#block-views-latest-news-blogs-block .views-field-created {
    font-size: 14px;
}
#block-views-latest-news-blogs-block .view-footer {
    margin-top: 15px;
}
#block-views-latest-news-blogs-block .latest-item-type {
    background-color: #8c857b;
    color: #fff;
    padding: 1px 4px;
    display: inline-block;
    font-size: 10px;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 0.5px;
    float: left;
    margin-top: 4px;
    margin-right: 6px;
}
#block-views-latest-news-blogs-block .latest-item-type.type-news {
    background-color: #8c857b;
}
#block-views-latest-news-blogs-block .latest-item-type.type-blog {
    background-color: #94a596;
}