.notice_card, .events_card{
    box-shadow: 1px 1px 1px lightgrey, 0px 0px 1px lightgrey;
}
.notice-column{
    padding-left: 30px;
    padding-right: 30px;
    margin-bottom: 10px;
}

.notice-item{
    display: flex;
    margin: 10px 0px;
}

.notice-icon-div{
    min-width: 50px;
    max-width: 50px;
    min-height: 50px;
    max-height: 50px;
    position: relative;
    background: #fffbe7;
    margin: 10px;
}

.notice-icon-div > i{
    position: absolute;
    top: 15px;
    left: 15px;
    font-size: 17px;
}

.notice-item-info{
    margin-right: 10px;
    margin-top: 10px;
}

.notice-date{
    font-family: 'Roboto Condensed', sans-serif;
}

.notice-title{

}

.notice-title > a{
    color: black!important;
    transition: color .25s ease;
}

.notice-title > a:hover{
    color: #0A9297!important;
    text-decoration: none;
}

.see-more-link-div{
    padding: 0px 10px 10px 10px;
    text-align: center;
    font-weight: 600;
    display: none;
}

.see-more-arrow{
    position: relative;
    top: 1px;
    transition: position 0.25s ease;
    left: 2px;
    display: none;
}

.see-more-link-div>a:hover .see-more-arrow{
    left: 3px;
}


        /* STYLES FOR EVENTS */
.event-column{
    padding-left: 30px;
    padding-right: 30px;
    margin-bottom: 10px;
}

.event-date-div{
    min-width: 60px;
    max-width: 60px;
    min-height: 60px;
    max-height: 60px;
    position: relative;
    background: #252522;
    margin: 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: #fff;
    font-size: 16px;
    text-align: center;
    font-weight: 600;
}

.event-item-info{
    margin-right: 10px;
    margin-top: 10px;
}

.event-time{
    font-family: 'Roboto Condensed', sans-serif;
}

        /* STYLES FOR NEWS */
.news-column{
    padding-left: 30px;
    padding-right: 30px;
    margin-bottom: 10px;
}
