﻿.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;
}

#infographic .card .card-title {
    font-size: 2rem;
    font-weight: bold;
    line-height: 24px;
    color: #004987;
    display: block;
}

#infographic .card-text {
    font-size: 1rem;
    font-weight: bold;
    line-height: normal;
    color: #0076bc;
    display: block;
}

#infographic .display-1 {
    font-family: 'gotham light';
    font-weight: 100;
    font-size: 8rem;
    line-height: 6rem;
    color: #58595B;
    margin-bottom: .5rem;
}

#infographic .display-2 {
    font-family: 'gotham light';
    font-weight: 100;
    font-size: 4rem ;
    line-height: 3rem ;
    color: #004987;
}

#infographic .display-3 {
    font-weight: 300;
    font-size: 1.5rem;
    line-height: normal;
    color: #58595b;
}

#infographic .display-4 {
    font-weight: bold;
    font-size: 1.8rem;
    line-height: 24px;
    color: #004987;
    display: block;
}

#infographic .rounded-circle {
    border: 12px #e8f5fc solid;
    max-width: 300px;
    margin: auto;
}

    #infographic .rounded-circle .display-1 {
        font-family: 'gotham';
        color: #2c9ddf;
    }

    #infographic .rounded-circle .card-text {
        font-size: 1.2rem;
        line-height: 26px;
        color: #004987;
    }

#Employees {
    padding-top: 6px;
}

@media (max-width: 575.98px) {
    #infographic .display-1 {
        font-size: 6rem;
    }

    #infographic .display-2 {
        font-size: 3.2rem;
    }

    #infographic .display-3 {
        font-size: 1.2rem;
    }

    #infographic .display-4 {
        font-size: 1.4rem;
    }

    #infographic .card-title {
        font-size: 1.8rem;
    }

    #infographic .rounded-circle {
        max-width: 250px;
    }

        #infographic .rounded-circle .card-text {
            font-size: 1.1rem;
            line-height: normal;
        }
}