﻿.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;
}
img.figure-img {
    width: 50px;
}
.card.card-panel .card-body {
    display: flex;
    padding: 1.5rem 3rem;
    position: relative;
    /* height: 100%; */
    width: 100%;
}
li.nav-item.mb-2.me-0 {
    list-style: none;
}
a#geolocateButton {
    color: white;
}

    a#geolocateButton:hover {
        color: #eee;
    }


hr.text-white {
    margin-top: 20px;
    /* padding-top: 20px; */
}

.text-toogle[aria-expanded=false] .text-expanded {
    display: none;
}

.text-toogle[aria-expanded=true] .text-collapsed {
    display: none;
}


.locationIdLeft {
    font-size: 15px;
    font-weight: bold;
    margin-top: 3px;
}

.bg-ltgrey {
    background-color: #E1EDF4;
}

.dropdownIcon {
    margin-left: 12px;
}

#locatorAnchor {
    font-weight: normal;
    font-size: 18px !important;
    font-family: Arial;
}

#geolocateButton {
    color: #22559D;
    font-family: Arial;
}

.dropdown-toggle {
    min-width: 215px;
    height: 38px;
    max-width: 250px;
}

#dropdownMenu {
    min-width: 450px;
}

#dropdownMenuButton {
    overflow: hidden;
    overflow: -moz-hidden-unscrollable;
}