/*
 * Keep the document itself as the contact page's only vertical scroll area.
 * The legacy Muse layout must not create a second nested scroller.
 */

html {
  height: auto !important;
  min-height: 100% !important;
  overflow-x: hidden !important;
  overflow-y: auto !important;
}

body,
body.no_vert_scroll,
body.always_vert_scroll {
  height: auto !important;
  max-height: none !important;
  min-height: 0 !important;
  overflow: visible !important;
}

#page,
#ppmenuu1439 {
  max-height: none !important;
  overflow-y: visible !important;
}

#u776 iframe {
  border: 0;
  display: block;
  overflow: hidden;
}
