.event-date-container {
    background-color: #da463a;
    ;
}

.events-row {
    width: 85%;
    margin: auto;
}

.event-card {
    margin-bottom: 15px;
    border: 1px solid #e7e6e6;
    ;
}

.event-date-container {
    color: white;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

    .event-date-container h5 {
        margin-bottom: 7px;
    }

.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-sidebar-Notices {
    height: 300px;
    background-color: #da463a;
}
/*.sitevine-sidebar-Notices{
    padding: 15px;
   }*/
.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;
    }