﻿.img-hover-zoom {
    /*height: 240px;*/
    overflow: hidden;
}

    .img-hover-zoom img {
        transition: transform .5s ease;
    }

    .img-hover-zoom:hover img {
        transform: scale(1.2);
    }

.momentsNotice {
    color: #7e7f80;
    font-size: 12px;
    display: flex;
    justify-content: flex-end;
    /*margin-top: -22px !important;*/  
}

    .momentsNotice span {
        color: #0076bc;
        font-size: 15px;
        margin-top: 1px;
        margin-left: 5px;
        font-weight: bold; 
    }

.newsPageBanner {
    height: 500px;
    background-image: url();
    background-size: cover;
    background-position: center;
}

.momentsNoticeSpan {
    color: #0076bc;
    font-size: 15px;
    margin-top: -5px;
    margin-left: 5px;
}

    .momentsNoticeSpan::after {
        content: '';
        display: inline-block;
        position: relative;
        top: 5px;
        left: 11px;
        border-style: solid;
        border-width: 10px 0 10px 20px;
        border-color: transparent transparent transparent #0076bc;
    }
.newsRow {
    margin-bottom:30px;
}
.newsRow .card-body a {
    font-size: 16px;
}
.dropdown-menu .dropdown-megamenu .dropdown-menu .dropdown-link {
    padding: 5px 0;
    color: #58595b;
    font-weight: bold;
}
