/* ARAM ADDED */
/*
#med_header_w_menu {
  top: -2px;
}

header[stuck] #med_header_w_menu {
   position: -webkit-sticky; 
  position: fixed;
  top: 0px;
  z-index: 100;
  width: 100%;
  background: RGB(0,0,0,.7) !important;
}
*/