*{
	position:relative;
	overflow:auto;
	z-index:1;
	font-family:Arial,sans-serif;
}

body{
	width:100%;
	text-align:center;
}

h3{
	font-size:1.3em !important;
}

/*
#header{
	margin:40px auto 20px;
	width:90%;
	min-height:100px;
	background:url('images/logo.png') scroll left center no-repeat;
	background-size:contain;
}
*/

#header{
	min-height:100px;
	background:url('images/logo.png') scroll left center no-repeat;
	background-size:contain;
	margin-bottom: 1em;
}

#header img{
	margin-top:10px;
	width:50%;
}

.header-link{
	text-align: left;
	margin:40px auto 20px;
	width:90%;
}


#container{
	margin:20px auto 40px;
	width:90%;
	text-align:left;
}

#toc{
	font-size:1.5em;
}

#toc legend{
	font-size:1.3em !important;
}

#toc h3{
	font-size:1.1em !important;
}

ul li:before{
	content:'\2022 ';
	padding-left:-20px;
	margin:0.8em 1em -0.8em 0;
	font-size:1.5em;
}

ol,ol li{
	padding-top:0.5em;
	list-style-type:decimal !important;
}

legend{
	font-size:2em !important;
	margin-top:20px;
}

input,select{
	padding:10px 15px !important;
	margin:10px 0 !important;
	width:100% !important;
	font-size:1.2em !important;
	border:1px #dfdfdf solid !important;
	border-radius:8px !important;
}

.half{
	width:49% !important;
}

.left{
	float:left !important;
}

.right{
	float:right !important;
}

section{
	padding:40px;
	margin:40px 0;
	border:1px #dfdfdf solid;
}

.thankyou{
	margin:30px 0;
	width:100%;
	color:#3baa53;
	font-size:2em;
	text-align:center;
}

.btn-back{
	padding:10px 40px;
	margin:0 auto;
	background:#2563ab;
	color:#fff;
	font-size:14px;
	border:none;
	border-radius:8px;
	-webkit-border-radius:8px;
	cursor:pointer;
}

@media screen and (max-width: 700px){
	#header{
		min-height:80px;
	}
	
	#header img{
		display:none;
	}
	
	legend{
		font-size:1.5em !important;
	}
	
	input,select,.half{
		width:100% !important;
	}
	
	.left,.right{
		float:none !important;
	}
	
	section{
		margin:0;
	}
}

@media screen and (max-width: 500px){
	#container{
		margin-left:5%;
		width:80%;
	}
	#toc p,#toc li{
		/*font-size:1.4em;*/
		max-width:90%;
	}
	
	legend{
		width:90% !important;
	}
	
	ul,ol{
		padding-left:1em;
	}
	
	li::before{
		margin-left:0.5em !important;
	}
	
	section{
		padding:0;
		border:none;
	}
}