/**
 * Template
 */

html,
body{
	height:100%;
}
body{
	background:var(--light-alternative);
}

/* main grid */
#wrap_outer{
	position:relative;
	overflow:hidden;
	display:flex;
	/*width:1920px;
	max-width:100%;
	min-height:100vh;*/
	margin:0 auto;
}
#wrap{
	position:relative;
	display:flex;
	flex-direction:column;
	justify-content:space-between;
	box-sizing:border-box;
	width:1200px;
	max-width:100%;
	/*min-height:100%;*/
	margin:0 auto;
	padding:0 15px;
}
#copyright{
	margin-top:120px;
	margin-left:calc((100% - 100vw) / 2 + 70px);
	margin-right:calc((100% - 100vw) / 2 + 70px);
}

/* Content Elements */

/* Content Blocks */

/* Style Corrections */
