/* AVENSCI R1.1B — logo normalization */
.fm-global-footer-logo{
    width:auto !important;
    max-width:250px !important;
    height:auto !important;
    object-fit:contain !important;
    filter:none !important;
    opacity:1 !important;
}
.fm-logo img,
.xp-brand img,
.site-header-v11__brand img{
    object-fit:contain !important;
    height:auto;
}

/* AVENSCI R1.3 - override legacy AvenSci content:url rule on Home */
body .fm-header .fm-logo img,
.fm-logo img{
    content: url("../img/avensci-logo-horizontal.04c0d917913d.png") !important;
}

/* AVENSCI R1.4 - force AvenSci white logo in dark footer */
.fm-global-footer-logo,
footer .fm-global-footer-logo{
    content: url("../img/avensci-logo-footer-white.bbe36af90399.png") !important;
    filter: none !important;
    opacity: 1 !important;
}
