:root {
    /* Use ACSS variable to create fake side width for when we want one side to go all the way to the edge */
	--av-faux-side-width: calc((100% - var(--content-width-safe)) / 2);
}

/* @media (max-width: 991px) {
	:root {
		--av-header-height: 60px;
	}
}

@media (min-width: 991.001px) {
	:root {
		--av-header-height: 90px;
	}
} */