/* FIXED Sticky Bar (Zero Block) */
#rec1227498651 {
  position: fixed !important;
  top: 0;
  left: 0;
  width: 100%;
  height: 80px;
  z-index: 9999;
}

/* Compensation for content under sticky bar */
body {
  padding-top: 80px;
}
