/*------------------------------ News Page ------------------------------------- */

.sitevine-news-container {
    width: 90%;
    margin: auto;
}

.sitevine-news {
    background-color: #f7f7f7;
    height: max-content
}

.sitevine-sidebar {
    background-color: #f7f7f7;
}

.sitevine-news .news-header {
    width: 100%;
    height: 350px;
    background-color: red;
}

.sitevine-news-banner {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.news-body {
    padding: 40px;
}

    .news-body p {
        margin-bottom: 2px;
    }

.similar-news {
    margin-top: 15px;
}

.sitevine-similar-news-heading {
    color: #da463a;
}

.similar-microsite-news {
    margin-top: 15px;
}

.sitevine-category-list {
    padding-left: 0px;
}

.sitevine-category {
    list-style: none;
    padding: 15px;
    border-left: 2px solid #da463a;
    margin-bottom: 5px;
}

    .sitevine-category:hover {
        background-color: #e6e5e5;
    }

    .sitevine-category.active {
        background-color: #e6e5e5;
    }
.sitevine-sidebar-Notices {
    height: 300px;
    background-color: #da463a;
    margin-left: 0px
}

.notices-heading {
    color: white;
}

.notice-content {
    color: white;
    font-size: 14px;
}

.notice-buttons {
    background-color: white;
    color: #da463a;
    transform: scale(0.95);
    transition: 0.7s;
}

    .notice-buttons:hover {
        background-color: white;
        color: #da463a;
        transform: scale(1);
        transition: 0.7s;
    }

.sitevine-microsite-similar-news-heading {
    color: #E0A75E;
}