.path-taxonomy .news-wrapper,
.path-news .news-wrapper{
    max-width:1400px;
    margin:auto !important;
}

.path-taxonomy .region.region-content,
.path-news .region.region-content{
    width:65%;
    float: left;
    padding:0 15px;
}

.path-taxonomy .layout-sidebar-second,
.path-news .layout-sidebar-second{
    width:35%;
    float:left;
    padding: 0 15px;
    margin-top: 48px;
}

.news{
    margin-bottom: 30px;
}

.news .news-body{
    display: none;
}

.news .news-featuredImage{
    height: 175px;
    max-width: 175px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.news .news-featuredImageContainer{
    display: block;
    float: left;
    height: 175px;
    width: 175px;
    margin-right: 30px;
}

.newsPrimary .news-featuredImage{
    padding-top:60%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.newsPrimary{
    margin-bottom: 60px;
}

.newsPrimary .news-body{
    margin-top: 1rem;
}

.newsPrimary .news-category{
    display: none;
}

.news-author i{
    font-size: 7px;
    color: #ccc;
    position: relative;
    top: -2px;
    padding-right: 5px;
}

.news-category{
    font-weight: bold;
}

.news-date{
    margin-right: 5px;
}

.news-title a,
.news-title{
    font-size: 28px;
    font-weight: bold;
    line-height: 2rem;
    color:#000;
    text-transform: uppercase;
}

.news-title a,
.news-title:hover{
    color:#000;
}

.sidebar-newsCategory a{
    display: block;
    font-size: 16px;
    padding: 10px;
    border: 1px solid;
    margin-bottom: 15px;
}

.sidebar-newsCategory:first-of-type{
    margin-top: 15px;
}

@media screen and (max-width: 991px){
    .path-taxonomy .region.region-content,
    .path-news .region.region-content{
        width:100%;
        float: none;
        padding:0 15px;
    }

    .path-taxonomy .layout-sidebar-second,
    .path-news .layout-sidebar-second{
        width:100%;
        float:none;
        padding: 0 15px;
        margin-top: 0;
    }
}

@media screen and (max-width: 767px){
    .news .news-featuredImage{
        height: 300px;
        max-width:100%;
    }

    .news .news-featuredImageContainer{
        display: block;
        float: none;
        width: 100%;
        height: auto;
        margin-bottom: 15px;
    }
}