.muniverse-bg {
    color: #000;
    background-color: transparent;
}

.muniverse-align {
    vertical-align: inherit;
}

.muniverse-blog-title {
    font-size: .8rem;
}

.muniverse-blog-title a {
    text-decoration: underline;
}

.muniverse-filter {
    padding-bottom: 40px;
}

.muniverse-blog-date-category
{
    clear: left; padding-top: .5rem;
}

.article.blog {
    border-top: 0;
    clear: left;
}

.sectionNavGrid__list a:hover {
  color: #89764B;
}

.sectionNavGrid__list a:focus {
  color: #fff;
}

.article .summary-image {
    max-width: 200px; float: right; margin-left: 1rem; max-height: 150px;
}

.article.article-image {
    min-height: 188px;
}

.muniverse-blog-header .author-image {
    height: 50px;
}

.article .read-more {
    float: right; color: #89764b;
}

.blogTitleImage{
    width:100%;
}

@media (min-width: 960px) {
    .blogTitleImage {
        width: 50%;
        float:left;
        padding-right:2rem;
    }

}

@media (min-width: 960px) and (max-width: 1199px) {
    .section--split .section__content_left {
        width: 30%;
    }
}

@media (min-width: 960px) and (max-width: 1199px) {
    .section--split .section__content_right {
        width: 70%;
    }
}

@media (min-width: 1200px) and (max-width: 1499px) {
    .section--split .section__content_left {
        width: 25%;
    }
}

@media (min-width: 1200px) and (max-width: 1499px) {
    .section--split .section__content_right {
        width: 75%;
    }
}

@media (min-width: 1500px) {
    .section--split .section__content_left {
        width: 20%;
    }
}

@media (min-width: 1500px) {
    .section--split .section__content_right {
        width: 80%;
    }
}

.element-underline{
    text-decoration:underline;
}