.slice-hero {
  height: 80vh;
  max-height: 736px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
  -webkit-font-smoothing: antialiased;
}

.slice-hero--full-bleed {
  left: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  right: 50%;
  width: 100vw;
}

.slice-hero .content-area {
  margin-top: 0 !important;
}

.slice-hero__overlay {
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0) 100%);
  height: 60%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.slice-hero__content {
  padding-top: 64px;
  position: relative;
}

.slice-hero__breadcrumbs {
  font-family: Helvetica Neue;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  color: #ffffff;
}

.slice-hero__breadcrumbs__link {
  font-family: Helvetica Neue;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  color: #fff !important;
}

.slice-hero__breadcrumbs__link:focus {
  text-decoration: underline;
}

.slice-hero__title {
  color: #ffffff;
  margin-top: 0 !important;
  font-family: Helvetica Neue;
  font-style: normal;
  font-weight: bold;
  font-size: 55px;
  line-height: 53px;
  /* or 96% */
  letter-spacing: -2.5px;
  padding-top: 24px;
}

@media screen and (max-width: 990px) {
  .slice-hero {
    height: 300px;
    min-height: 200px;
  }

  .slice-hero__content {
    padding-top: 17px;
  }

  .slice-hero__title {
    font-size: 27px;
    line-height: 27px;
    letter-spacing: -1px;
  }
}
