/* ----------------------- */
/* -- Product Page Hero -- */
.page-hero {
  /*background-image: url(/content/dam/html/us/deloitte-platforms/current-release/images/uni-hero-bg.png);*/
  background-position: top left;
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-color: #000;
}
.page-hero-image {
  /*background-image: url(/content/dam/html/us/deloitte-platforms/current-release/images/uni-hero-bg.png);*/
  background-position: top left;
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-color: #000;
  margin: 0 -20px;
  padding: 10px 0;
  text-align: center;
}
.page-hero-content h1 {
  font-size: 24px;
  font-weight: 300;
  line-height: 28.8px;
  margin: 0;
  padding: 0;
  color: #75787B;
}
.page-hero-content h1 b {
  color: #000;
}
.page-hero-content h1 .tm {
  font-size: .5em;
  position: relative;
  top: -.75em;
}
.page-hero-content h1 img {
  vertical-align: baseline;
}
.page-hero-content__text-logo {
  margin-bottom: 10px;
}
.page-hero-content__mobile-logo {
  height: 28px !important;
  margin-bottom: 10px;
}
.page-hero-content__desktop-logo {
  display: none;
  height: 64px !important;
}
.page-hero-content p {
  font-size: 14px;
  line-height: 20px;
  margin: 0;
}
@media (max-width: 899px) {
  .page-hero {
    background: transparent !important;
  }
  .page-hero-image img {
    height: 120px !important;
    width: auto;
  }
  .page-hero-content {
    background: #FFF;
    padding: 20px;
    margin: 0 -20px;
  }
}
@media (min-width: 900px) {
  .page-hero {
    height: 600px;
    padding: 40px 0;
  }
  .page-hero .l-container {
    display: flex;
    flex-direction: row-reverse;
  }
  .page-hero-content {
    padding: 80px 0 0;
    width: 50%;
  }
  .page-hero-image {
    background: transparent !important;
    width: 50%;
    text-align: right;
    margin: 0;
  }
  .page-hero-content h1 {
    font-size: 50px;
    line-height: 58px;
    margin: 0 0 30px;
  }
  .page-hero-content h1 b {
    color: #FFF;
  }
  .page-hero-content__mobile-logo {
    display: none;
  }
  .page-hero-content__desktop-logo {
    display: inline-block;
  }
  .page-hero-content p {
    font-size: 18px;
    line-height: 24px;
    color: #FFF;
    max-width: 570px;
  }
}
@media (min-width: 1024px) {
  .page-hero-content h1 {
    font-size: 62px;
    line-height: 74px;
  }
}