/* Hide the empty page header band on the Catered Parties page */
body.page-id-11 #page-header-bg,
body.page-id-11 .page-header-wrap {
  display: none !important;
}

/* Remove extra top padding Salient injects */
body.page-id-11 #ajax-content-wrap,
body.page-id-11 .container-wrap {
  padding-top: 0 !important;
  margin-top: 0 !important;
}