:root {
	--theme-color: #224371;
}

body {
	background: #fff;
}

body::before
{
	background: url(/_customers/images/ui/AIAA/aiaa-bg.png);
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	opacity: .3;
	content: "";
	height: 100vh;
	left: 0;
	position: fixed;
	top: 0;
	transition: unset;
	width: 100vw;
	z-index: -1;
}