:root {  font-size:16px;}
* { margin:0; box-sizing:border-box; }
html {min-height: 100%;}
#wrapper {
	margin:0.75rem auto;
	border: 2px #55B7E8 solid;
	max-width: 772px;
	color: #231f20;
	position:relative;
	padding:0;
	background-color:#fff;
	font-family: 'Open Sans', sans-serif;
	line-height: 1rem;
	font-size: 0.8125rem;
	text-align: left;
	overflow:hidden;
}
p {
	padding-bottom: 0.9375rem;
	text-align: justify;
}
h1{
	margin: 0 1.25rem 2.25rem 0;
	font-size: 1.375rem;
	line-height: 1.625rem;
	text-align: center;
	color: #55b6e8;
}
h1 span {
	display: block;
	font-size: 0.9375rem;
	line-height: 2rem;
	margin: 0 0 0.3125rem;
}
h2{
	font-size: 1.25rem;
	line-height:1.125rem;
	margin: 0 0 0.9375rem;
	color: #f9a560;
}
a {
	color: #231f20;
	text-decoration:none;
}
a:hover{
	text-decoration: underline;
}
a u{
	color: #217abe;
}
img {
	max-width: 100%; 
	height: auto; 
	width: auto; 
	border:none;
}
ul {
	margin-bottom: 3rem;
	margin-top: 0.875rem;
	padding:0;
	list-style:none;
}
ul li {
	background: url(../images/iconlist.jpg) no-repeat 0 0.375rem;
	padding-left: 1.125rem;
}
.clear:after {
	content: ".";
	clear: both;
	display: block;
	visibility: hidden;
	height: 0;
}
header{
	width: 100%;
	float: left;
	position: relative;
}
header img{
	vertical-align: middle;
}
header a{
	position: absolute;
	top: 5%;
	height: 28%;
	width: 23%;
	right: 3%;
}
article{
	width: 100%;
	float: left;
	padding: 0.5rem 2.5rem 0 3.25rem;
	font-size: 0.75rem;
	line-height: 1rem;
}
article img{
	margin: 0 0 0.625rem;
}
footer{
	width: 100%;
	float: left;
	padding: 0 3rem 1.25rem 3.125rem;
}
footer h2{
	font-size: 0.9375rem;
}
footer img {
	display: none;
}
aside:nth-of-type(2n-1){
    width: 356px;
    float: left;
}
aside:nth-of-type(2n-1) h2 {
	margin-bottom: 2rem;
}
aside:nth-of-type(2n){
    width: 311px;
    float: right;
}
@media only screen and (max-width:772px) { 
	#wrapper{
		border: none;
		margin: 0 auto;
	}
	h1{
		font-size: 1.25rem;
		line-height: 1.375rem;
		margin: 0 0 1.25rem;
	}
	h1 span{
		font-size: 0.875rem;
		line-height: 1.25rem;
	}
	h2{
		font-size: 1rem;
		line-height: 1.25rem;
	}
	p{
		text-align: left;
	}
	ul li br, h1 span br {
		display: none;
	}
	aside{
		width: auto !important;
		float: none !important;
	}
	footer img{
		position: static;
		margin: 0.625rem 0 0;
		float: none;
	}
	article{
		padding: 0.9375rem 0.9375rem 0.625rem;
	}
	footer{
		padding: 0 0.9375rem 0.9375rem;
	}
	footer img {
		display: block;
		margin-top: 2rem;
	}
	aside:nth-of-type(2n) img {
		display: none;
	}
	ul {
		margin-bottom: 1rem
	}
	aside:nth-of-type(2n-1) h2 {
		margin-bottom: 0.9375rem
	}
}