﻿
:root {  font-size:16px;} 
* {
	box-sizing: border-box;
	margin:0rem; padding:0rem;
}
html {
	min-height: 100%;
}
img {
	max-width: 100%;
	height: auto;
	width: auto\9; /* ie8 */
	border:none;
}
body {
	color: #000;
	
	/* font-family:"Trebuchet MS", Arial, Helvetica, sans-serif; */
/* font-family: 'Roboto', sans-serif; */
/* font-family:"Times New Roman", Times, serif;  */
}

#wrapper {
	position: relative;
	max-width: 430px;
	margin: 0.625rem auto;
	border:2px solid #828282;
	padding:0rem;
	overflow: hidden;
	text-align: left;
	line-height:1.125rem;
	font-size: 0.9375rem;
	color: #11345B;
	font-family:'Open Sans', Arial, Helvetica, sans-serif;
	background-color: #fff;
}
h1 {
	margin:1rem 0rem 1rem 0rem;
	padding: 0rem 0rem 0rem 0rem;
	font-size: 1.25rem;
	line-height:1.5rem;
	text-align: left;
}
h1 span{font-size: 0.9375rem;
font-weight: 500;
display: block;
line-height: 1.1875rem;}
h2 {
	font-size: 1.125rem;
	margin: 1rem 0rem;
	line-height: 1.375rem;
}

h3 {
	font-size: 0.8125rem;
	margin: 1rem 0rem;
	line-height: 1.125rem;
}

p{
	margin: 0rem 0rem 1rem 0rem;
	padding: 0rem 0rem 0rem 0rem;
}

header {
	margin: 0rem 0rem 0rem 0rem;
	padding: 0rem 0rem 0rem 0rem;
	position: relative;

}
header section{position: relative;}
header section a{position: absolute;width: 62%;height: 71%;top: 5%;right: 4%;/* border:1px solid #000; */}
article {
	margin: 0rem 0rem 0rem 0rem;
	padding: 0rem 0.625rem 0rem 0.625rem;
}

footer {
	margin: 0rem 0rem 0rem 0rem;
	padding:1rem 0.625rem 0.5rem 0.625rem;
	position: relative;font-weight: 500;
	
}

a {
	color: #11345B;
	text-decoration: none;
}
a:hover{
		text-decoration:underline;
	}

ul {
	margin: 0rem 0rem 0rem 0rem;
	padding: 0rem 0rem 0rem 0rem;
	list-style: none;
}
ul li {
	padding-left:0.8125rem;font-weight: 700;
}
ul li:before {
	content: "\2022";
	color: #11345B;
	float: left;
	margin-left: 0rem;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 1.2625rem;
	text-indent:-0.8125rem;
}

.clear{
	clear: both; 
	margin: 0px;
	display: block;
	padding: 0rem;
} 

header img { position: relative; top: 0rem; left: 0rem;}
article section{border-bottom:1px solid #000;
margin-bottom: 1rem;
padding-bottom: 0.625rem;}
footer span{display: block;
position:absolute;
bottom:0.5rem;
left:180px;}
header aside{position: absolute;font-size: 0.6875rem;
	left: 145px;bottom: 3px;line-height: 0.9375rem;font-weight: bold;}
@media all and (max-width:429px) {
	#wrapper {
		width:100%;
		min-width: 200px !important;
		font-size: 0.875rem;
		line-height: 1.225rem;
		padding: 0rem;
		border:none;
	}
	header {
		height: auto;	
		padding:0rem;	
		width:auto;
		margin:0rem;
	}
	article {
		height: auto;	
		padding:0 0.625rem;	
		width:auto;
		margin:0rem;
	}

	footer {
		height: auto;	
		padding:0.625rem;
		width:auto;
		margin:0rem;
	}
	h1{
		margin: 0.5rem 0rem 0.5rem 0rem;
		font-size: 1.125rem;
		line-height: 1.375rem;
	}
	h2{
		margin: 0.5rem 0rem;
		font-size: 0.9375rem;
		line-height: 1.25rem;
	}
	h3{
		margin: 0.5rem 0rem;
		font-size: 0.8125rem;
		line-height:1.125rem;
	}
		
	ul li {
		padding-left: 0.9375rem;
	}
	ul li:before {
		text-indent: -0.9375rem;
	}
	p{
		margin: 0rem 0rem 0.625rem;
		text-align: left;
	}
	br{display: none;}
	footer br{display: block;}
footer span{display: block;
position:static;
bottom:0.5rem;
left:180px;}
header aside{position: static;font-size: 0.6875rem;
	padding-left: 0.625rem;
	left: 145px;bottom: 3px;line-height: 0.9375rem;font-weight: bold;}
	header aside br{display: block;}
}

