.dept-row.brand,
      .nav-wrapper.d-flex.align-items-center,
      .dept-row.main-nav.sticky-clone {
        display: none !important;
      }

      .dept-header .dept-row.main-nav {
        height: 0px !important;
        margin-bottom: 22px;
      }

      .dept-header .dept-row.utility {
        position: relative;
      }

      .dept-header .dept-row.utility::after {
        content: "";
        position: absolute;
        bottom: -22px;
        left: 0;
        right: 0;
        height: 22px;
        background: linear-gradient(
          88.41deg,
          #002244 0%,
          #1791ad 36%,
          #bccf9d 100%
        );
        pointer-events: none;
        z-index: 1;
      }

      .dept-row.utility.has-prism-bg {
        background-image: url("/_resources/images/white%20prisms%20masthead.svg");
        background-repeat: no-repeat;
        background-position: right center;
        background-size: auto 100%;
      }

      .dept-header .dept-row.utility [data-group="top-left"] .uni-logo {
        height: 50px;
      }

      /* Mobile */
      @media (max-width: 995.98px) {
        .dept-header .dept-row.utility.has-prism-bg {
          background: #ffffff
            url("/_resources/images/white%20prisms%20masthead.svg") no-repeat
            right top;
          background-size: auto 100%;
        }

        .dept-header .dept-row.utility::after {
          bottom: -16px;
          height: 16px;
        }

        .dept-mobile-header.has-prism-bg .header-bar {
          background: #ffffff
            url("/_resources/images/white%20prisms%20masthead.svg") no-repeat 0
            top;
          background-size: auto 100%;
        }

        .dept-mobile-header.has-prism-bg .header-bar::after {
          content: "";
          position: absolute;
          bottom: -22px;
          left: 0;
          right: 0;
          height: 22px;
          background: linear-gradient(
            88.41deg,
            #002244 0%,
            #1791ad 36%,
            #bccf9d 100%
          );
          pointer-events: none;
          z-index: 1;
          bottom: -16px;
          height: 16px;
        }

        .dept-mobile-header .header-left .logo img {
          height: 40px;
          width: auto;
        }

        .dept-mobile-header .dept-search-toggle-mobile,
        .dept-mobile-header .dept-menu-toggle {
          display: none;
        }
      }