This will detect hover on X element, and apply properties to Y element. jQ171 wrap.
jQ171('.historic-sites-menu-toggle').hover(
function () { jQ171(".cta-buttons").css("display", "none"); },
function () { jQ171(".cta-buttons").css("display", "block"); }
);