header.usa-header.usa-header--extended {
	background: var(--magenta-20);
	position: relative;
}

div.usa-header.usa-header--extended::after {
    content: "DEVELOPMENT";
    position: absolute;
    top: 6rem;
    right: 0;
    z-index: 999999;
    opacity: .4;
    font-size: 3vw;
}

header.content-header {
	background-color: var(--color-bgred-active);
}
header.content-header::after {
    content: "DEVELOPMENT";
    position: absolute;
    top: 6rem;
    right: 0;
    z-index: 999999;
    opacity: .4;
    font-size: 3vw;
}