﻿:root {
	font-size: 16px;
}
* { box-sizing: border-box;margin:0rem; padding:0rem; }
html { min-height: 100%;}
#wrapper {
	border: solid thin #cbcbcb;
	font-family: 'Open Sans', sans-serif;
	font-size: 0.875rem;
	line-height: 1.25rem;
	max-width: 405px;
	margin: 0.75rem auto;
	padding: 0rem;
	background: #fff url(bg.jpg) no-repeat left 1px;
	overflow: hidden;
	text-align: left;
	position: relative;
	color: #231f20;
	border-top: 6px solid #f47922;
}
article {
	margin: 0rem 0rem 0rem 0rem;
	padding: 0.3125rem 10px 0.9375rem 12px;
}
header {
	margin: 0rem 0rem 0rem 0rem;
	padding: 0rem 0rem 0rem 0rem;
}
header img {
	position:relative;
	top:0rem;
	left:0rem;
	margin:0rem 0rem 0rem 0rem;
	text-align:right;
}
section {
	margin: 0rem 0rem 0rem 0rem;
	padding: 0rem 0rem 0rem 0rem;
}
footer {
	margin: 0.3125rem 0rem 0rem 0rem;
	padding: 0.625rem 0.625rem 0.625rem 0.625rem;
	background: #f47922;
	color: #fff;
	font-size: 93%;
	line-height: 1.125rem;
}
h1 {
	font-size: 1.25rem;
	margin: 0rem 0rem 0.5rem 0rem;
	line-height: 1.375rem;
	}
h1 span {
	font-size:70%;
}

h3 {
	font-size: 1.125rem;
	margin: 0.5rem 0rem 0rem 0rem;
	line-height:1.625rem;
	color: #58585a;
	text-align: center;
}
p {
	margin-bottom: 0.5rem;
}
p:last-child {
	margin-bottom:0rem;
}
a {
	color: #000;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
img {
	max-width: 100%;
	height: auto;
	width: auto\9;
}
.clearfix {
	clear:both;
	font-size:0rem;
	line-height:0rem;
	display:block;
}
u{text-decoration: underline;}
em{font-style: italic;}

br{display: block;}
h3 a{
    color: #58585a;
}
h1 img{
    position: relative;
    top: -0.25rem;
}
footer a{
    color: #fff;
}
footer aside:nth-of-type(2){position: absolute;right: 9.6875rem;bottom: 0.625rem;}
footer aside:nth-of-type(3){position: absolute;right: 0.625rem; bottom: 0.625rem;}

@media screen and (max-width: 405px) {
	footer aside:nth-of-type(2){position: static;}
	footer aside:nth-of-type(3){position: static;}

	#wrapper{width: 100%;font-size: 0.815rem;line-height: 1rem;border:none;margin:0rem;height: auto;background: none;}
	article{ padding: 0.625rem; margin: 0rem 0rem 0rem 0rem;}
	br{display: none;}
	header,aside,footer { position: relative; top: 0rem; left: 0rem;}
	header{text-align: center;display:  block;overflow:  hidden;margin-bottom: 1rem;}
	footer{text-align: left;margin-top: 0.3125rem;}
	aside{text-align: left;}
	
	section {margin: 0rem 0rem 0rem 0rem;padding: 0rem 0rem 0rem 0rem;}
	h1{margin: 0.625rem 0rem 0.625rem 0rem;font-size: 1.2rem;line-height: 1.5rem;text-align: left;}
	h3{margin: 0.625rem 0rem 0.625rem 0rem;font-size: 0.875rem;line-height: 1.25rem;}
	section h1 br{display: block;}
	footer br{display: block;}
}