.work-detail .image-header {
  width: 100%;
  height: 600px;
  background-size: cover;
  background-position: center center;
  background-blend-mode: saturation;
  position: relative;
}
.work-detail .image-header .overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.4);
}
.work-detail .image-header .text {
  position: absolute;
  width: 90%;
  max-width: 1170px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
@media all and (max-width: 768px) {
  .work-detail .image-header .text {
    padding: 0 30px;
  }
}
.work-detail .image-header .text h1 {
  color: #fff;
  font-size: 56px;
  line-height: 60px;
}
.work-detail .image-header .text h3 {
  color: #fff;
}
.work-detail .resume .contents {
  width: 90%;
  max-width: 1170px;
  margin: 0 auto;
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}
.work-detail .resume .contents > div {
  width: 50%;
  box-sizing: border-box;
  padding: 40px;
}
.work-detail .resume .contents .resume {
  font-size: 20px;
}
.work-detail .resume .contents .resume img {
  width: 200px;
}
.work-detail .resume .contents .location {
  font-size: 20px;
  color: #fff;
}
.work-detail .content {
  width: 90%;
  max-width: 1170px;
  margin: 0 auto;
  padding: 48px 0;
}
.work-detail .content .image-gallery {
  display: flex;
  flex-flow: row wrap;
}
.work-detail .content .image-gallery > div {
  width: calc(50% - 16px);
  margin: 8px;
}
.work-detail .content .image-gallery > div img {
  width: 100%;
}
.work-detail .content .more-button {
  padding: 24px;
  text-align: center;
}
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;
}
