.hero-banner .image {
  position: relative;
  overflow: hidden;
}
.hero-banner .image img {
  width: 100%;
}
.hero-banner .image .overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.4);
}
.hero-banner .image .text {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  text-align: center;
}
@media all and (max-width: 768px) {
  .hero-banner .image .text {
    padding: 0 30px;
  }
}
.hero-banner .image .text h1 {
  color: #fff;
  font-size: 120px;
  line-height: 106px;
  text-transform: uppercase;
  margin: 0;
}
@media all and (max-width: 768px) {
  .hero-banner .image .text h1 {
    font-size: 60px;
    line-height: 60px;
  }
}
.hero-banner .image .text h3 {
  color: #fff;
  font-size: 40px;
  text-transform: uppercase;
  line-height: 46px;
  margin: 0;
}
@media all and (max-width: 768px) {
  .hero-banner .image .text h3 {
    font-size: 20px;
    line-height: 20px;
  }
}
header .outer-container {
  position: absolute;
  z-index: 10;
  width: 100%;
}
header .outer-container .logo img {
  content: url(/Portals/0/LogoEcoWhite.svg);
}
.header-pane {
  z-index: inherit;
}
ul.megamenu > li > a.current,
ul.megamenu > li:hover > a {
  color: #fff;
}
