:root {  font-size:16px;}
* { margin:0; box-sizing:border-box; }
html {min-height: 100%;}
#wrapper {
	margin:0.75rem auto;
	border:1px #231F20 solid;
	max-width: 730px;
	color:#fff;
	position:relative;
	padding:0;
	background-color:#0089CF;
	font-family: 'Roboto', sans-serif;
	line-height: 1.125rem;
	font-size: 0.8125rem;
	text-align: left;
	overflow:hidden;
}
p {padding-bottom: 0.5rem;}
h1{margin: 0.275rem 0 0.45em 0;font-size: 3.125rem;line-height: 4rem;color: #FFF229;font-weight: 300;}
h1 span {display: block;font-weight: 700;font-size: 1.4375rem;line-height: 1.625rem;}
h2{font-size:0.8125rem; line-height:1.125rem;margin:0;color: #BBD76A;}
h3{
	font-size: 0.875rem;
	line-height: 1.125rem;
	margin: 0 0;
	color: #FFF229;
}
a {color:#fff;text-decoration:none; white-space: nowrap;}
a:hover{text-decoration: underline;}
a u{color: blue;}
img {max-width: 100%; height: auto; width: auto; border:none;}
ul {margin-bottom: 0.9375rem; padding:0;list-style:none;}
ul li {background: url(../images/iconlist.jpg) no-repeat 0 0.3125rem;padding-left: 0.9375rem;}
.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:nth-of-type(1){
    position: absolute;
    top: 8%;
    height: 31%;
    width: 23%;
    left: 5%;
}
header a:nth-of-type(2){
    position: absolute;
    bottom: 2%;
    height: 20%;
    width: 13%;
    left: 9%;
}
article{width: 100%;float: left;padding: 1.2rem 4.075rem 0;}
article p:first-of-type{font-size: 0.82rem;line-height: 1.1875rem;}
footer{width: 100%;float: left;padding: 0 4.375rem 1.7rem;}
footer a{color: #FFF229;}
aside:nth-of-type(2n-1){width: 314px;float: left;}
aside:nth-of-type(2n){width: 288px;float: right;margin: 0 -1.875rem 0 0;}
address{font-style: normal;}
@media only screen and (max-width:730px) { 
	#wrapper{border: none;}
	h1{font-size: 1.5rem;line-height: 1.75rem;}
	h1 span{font-size: 0.9375rem;line-height: 1.25rem;}
	p{text-align: left;}
	ul li br, article br{display: none;}
	aside{width: auto !important;float: none !important;margin: 0 !important;}
	article{padding: 0.9375rem 0.9375rem 0;}
	footer{padding:  0 0.9375rem 0.9375rem;}
}