/* --Hover Mixin.--*/
/* -- Cross browser opacity.--*/
/* -- Animation.--*/
/* ==========================================================================
   #Site Global Sizes
   ========================================================================== */
/**
 * This shall stop the z-index chaos
 */
/* ==========================================================================
   #Site Global Colours
   ========================================================================== */
/* BLOCK: Page Header Hero --------------------------------- */
.page-header-hero {
  margin-bottom: 3.125rem;
}
@media (min-width: 61.25em) {
  .page-header-hero {
    max-height: 32.5rem;
    margin-bottom: 0;
  }
}

@media (min-width: 61.25em) {
  .page-header-hero.site-row {
    padding-top: 6.25rem;
    padding-bottom: 9.375rem;
  }
}

@media (min-width: 61.25em) {
  .page-header-hero.site-row.header-next__content__drag {
    max-height: 100%;
    padding-bottom: 16.875rem;
  }
}

.page-header-hero_row {
  z-index: 6;
  position: relative;
  bottom: -5.625rem;
  margin-bottom: -0.625rem;
}
@media (min-width: 46.25em) {
  .page-header-hero_row {
    bottom: 0;
    z-index: 1;
    margin-bottom: 0;
  }
}

.fullbleed-header__background-img {
  width: 100%;
  overflow: hidden;
  top: 0;
  bottom: 0;
  z-index: 0;
  position: absolute;
}

.page-header-hero__title {
  padding: 3.125rem 2.5rem;
  border-radius: 0.75rem;
  background-color: white;
}

.dark-blue-bck .page-header-hero__title {
  background-color: #142052;
}

@media (min-width: 61.25em) {
  .page-header-hero.block-left .page-header-hero__title {
    grid-column: 1/7;
  }
}

@media (min-width: 61.25em) {
  .page-header-hero.block-right .page-header-hero__title {
    grid-column: 7/-1;
  }
}
