/* Header bar */
.headerBar {
  overflow: hidden;
  background-color: #ed6d21;
  position: fixed;
  top: 0;
  width: 100%;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.9);
  z-index: 127;
}
.headerBar_Content_FixWidthCenterSmall {
  max-width: 770px;
  margin: 0px auto;
}
.headerBar_Content_FixWidthCenterMedium {
  max-width: 983px;
  margin: 0px auto;
}
.headerBar_Content_CenterBlock {
  float: left;
  display: block;
  color: #ffffff;
  text-align: center;
  padding: 12px 16px;
  font-size: 16px;
  font-weight: bold;
  width: 100%;
}