/* to hide Facts from footer */
.dept-name + br,
.contact-info .site-name {
    display: none;
}