.page-node-type-research-highlight .region-banner,
.page-node-type-research-highlight .page__breadcrumb {
  display: none;
}

.page-node-type-research-highlight .main-wrapper {
  margin-bottom: 0;
}

.node--type-research-highlight .hero {
  background-size: cover;
  background-position: center;
  position: relative;
  padding: 15px 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  height: 350px;
}

.node--type-research-highlight .hero::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: 0.4;
}

.node--type-research-highlight .container {
  position: relative;
  z-index: 100;
}

.node--type-research-highlight .hero__heading {
  color: white;
  text-shadow: 0px 2px 3px rgba(0, 0, 0, 0.55);
  margin-bottom: 0;
  letter-spacing: .03em;
}

.node--type-research-highlight .hero__caption-wrapper {
  margin-top: 10px;
  display: flex;
  min-height: 34px;
  position: relative;
  z-index: 100;
}

.node--type-research-highlight .hero__caption {
  background: #46535E;
  color: white;
  font-size: 15px;
  line-height: 18px;
  font-weight: 400;
  padding: 8px 15px;
}

@media (min-width: 768px) {
  .node--type-research-highlight .hero {
    height: 415px;
  }

  .node--type-research-highlight .hero__caption-wrapper {
    justify-content: flex-end;
  }

  .node--type-research-highlight .hero__caption {
    padding: 8px;
  }
}

@media (min-width: 1024px) {
  .node--type-research-highlight .hero {
    height: 615px;
  }
}
