.gold-slice {
    margin: 0 -999rem;
    padding: 5rem 999rem;
    background: var(--cwf-color--gold);
    justify-items: center;
}


.gray-slice {
    margin: 0 -999rem;
    padding: 5rem 999rem;
    background: var(--cwf-color--gray);
    justify-items: center;
}

.plugin-card.slice {
	border: none;  

  	--background-color: var(--cwf-card--background-color);
}


.plugin-card.slice {
	border: none;  

  	--background-color: var(--cwf-card--background-color);
}


.cwf-header {
  --projectconnects-logo--size: 5rem;
  --projectconnects-logo--path: url('/media/project-connects/logos/HouseLogo.png');
  --projectconnects-logo--gap: 1rem;
}
.cwf-header__title {
  text-align: center;
}
.cwf-header__title:before {
  order: 1;
  aspect-ratio: 1/1;
  background-image: var(--projectconnects-logo--path);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: var(--projectconnects-logo--size);
  margin-bottom: 0.5rem;
}

@media (min-width: 1024px) {
  .cwf-header__title {
    position: relative;
    flex-direction: column-reverse !important;
    padding-right: 1rem;
    text-align: left;
  }
  .cwf-header__title:before {
    position: absolute;
    top: -1rem;
  }
  .cwf-header__department, .cwf-header__parent {
    margin-left: calc(var(--projectconnects-logo--size) + var(--projectconnects-logo--gap));
  }
}






