﻿p {
  color: #666; }

.banner-wrapper {
  position: relative;
  width: 100%;
  margin-bottom: 1.5rem;
  border-radius: 0.5rem;
  overflow: hidden;
  padding-right: 1rem; }
  @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .banner-wrapper {
      height: 40rem;
      border-radius: 0.5rem;
      overflow: hidden; } }
  .banner-wrapper .hero-img {
    border-radius: 0.5rem;
    width: 100%;
    object-fit: cover;
    object-position: center;
    height: 40rem;
    opacity: 1; }
    @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
      .banner-wrapper .hero-img {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        height: 100%;
        width: auto; } }
    @media (max-width: 768px) {
      .banner-wrapper .hero-img {
        object-position: left; } }
  @media (max-width: 768px) {
    .banner-wrapper .overlay {
      position: absolute;
      width: 100%;
      top: 0;
      height: 100%;
      background-color: rgba(0, 0, 0, 0.55); } }
  .banner-wrapper .content-wrapper {
    position: absolute;
    display: flex;
    top: 0;
    flex-direction: column;
    height: 100%;
    width: 50%;
    justify-content: center;
    align-items: start;
    text-align: center; }
    @media (max-width: 768px) {
      .banner-wrapper .content-wrapper {
        padding: 1rem; }
        .banner-wrapper .content-wrapper .heading {
          color: white !important; }
        .banner-wrapper .content-wrapper .short-desc {
          color: white !important; } }
    .banner-wrapper .content-wrapper.right {
      right: 0.5rem; }
      @media (max-width: 768px) {
        .banner-wrapper .content-wrapper.right {
          right: 25%; } }
      @media (max-width: 576px) {
        .banner-wrapper .content-wrapper.right {
          right: 0;
          width: 100%; } }
    .banner-wrapper .content-wrapper.left {
      left: 0; }
      @media (max-width: 768px) {
        .banner-wrapper .content-wrapper.left {
          left: 25%; } }
      @media (max-width: 576px) {
        .banner-wrapper .content-wrapper.left {
          left: 0;
          width: 100%; } }
    .banner-wrapper .content-wrapper.center {
      left: 25%; }
    .banner-wrapper .content-wrapper h1 {
      font-size: 4.5rem; }
    .banner-wrapper .content-wrapper .cta-link {
      padding: 0.5rem 1rem;
      border-radius: 0.5rem;
      text-decoration: none; }

.breadcrumb-row {
  display: flex;
  flex-direction: row; }
  .breadcrumb-row p {
    color: #666; }
