div.header {
  div.page-header.event-page-header {
    background-color: #1a64a0;
    .button-bar .i-button:not(.label) {
      color: #fff;
    }
    .button-bar .i-button:not(.label):hover {
      background: #fff;
      color: #1a64a0;
    }
  }
}