.global-header {
  background-color: #2e2e38;
  padding: 0;
  margin: 0;
  position: relative;
  height: 85px;
  -webkit-transition: height 0.3s ease-out;
  transition: height 0.3s ease-out;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.global-header .main-navigation {
  display: flex;
  align-items: flex-end;
  margin-right: 100px;
}

.global-header .main-navigation a {
  font-size: 18px;
  line-height: 30px;
  color: white;
  font-weight: 300;
  display: inline-block;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 8px 20px;
  position: relative;
  border-bottom: 5px solid #2e2e38;
}
.global-header .main-navigation a:hover {
  border-bottom: 5px solid #ffe600;
}

.eyLogo {
  padding: 13px 22px;
}

.reference-ey-logo {
  margin: 0;
  box-sizing: border-box;
  height: 55px;
  padding-right: 12px;
  width: 133x;
}

.reference-ey-logo svg,
.reference-ey-logo a {
  height: 100%;
  display: block;
  -webkit-transition: height 0.3s ease-out, width 0.3s ease-out;
  transition: height 0.3s ease-out, width 0.3s ease-out;
  width: 110px;
}
.reference-ey-logo svg polygon,
.reference-ey-logo svg path,
.reference-ey-logo a polygon,
.reference-ey-logo a path {
  fill: white;
}

.reference-ey-logo svg .ey-logo-yellow,
.reference-ey-logo a .ey-logo-yellow {
  fill: #ffe600;
}
