/**
 * @file
 * Style Zambon green brand bar.
 */

#zambonGreenBar {
  background-color: #AEBA00;
  height: 81px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#zambonGreenBar img {
  width: 135px;
  height: auto;
  margin-right: 38px;
}