.hidden{
	display: none;
}
body{
	min-height: 100vh;
	overflow-y: auto;
	position: relative;
}
.wrapper {
	padding: 0;
	flex: 1 0 auto;
	width: 100%;
}
footer{
	padding: 50px 0;
	background: #16223A;
	font-size: 24px;
	color: #fff;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
}
footer a{
	color: #FDC93D;
	text-decoration: underline;
}
#form-survey-completed{
	position: relative;
	display: block;
}
#form-survey-completed h1{
	text-align: center;
}
@media (max-width: 450px){
	h1{
		font-size: 32px;
	}
	h2{
		font-size: 26px;
	}
}