Trouble hiding menu on single page

This should do it:

.page-id-17091 div.fixed-header-box { display: none; }

I’d generally prefer setting the theme up to not generate the header for that page, though, rather than hiding it after the fact.