@media only screen and (min-width: 1000px) {
	/*
	 * Salient centers the desktop nav with a hidden .logo-spacing element.
	 * On this site that spacer contains a lazyloaded image whose placeholder
	 * starts wider than the rendered logo, causing the menu to shift on load.
	 */
	#header-outer[data-format="centered-menu"] .logo-spacing {
		width: 100px;
		flex: 0 0 100px;
	}

	#header-outer[data-format="centered-menu"] .logo-spacing img {
		width: 100px !important;
		max-width: 100px !important;
		height: auto !important;
	}
}
