﻿:root {
	font-size: 16px;
}
* {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}
html {
	min-height: 100%;
}
#wrapper {
	border: solid thin #cbc;
	font-family: 'Open Sans', sans-serif;
	font-size: 0.9375rem;
	line-height: 1.375rem;
	width: 800px;
	margin: 0.75rem auto;
	padding: 0;
	background-color: #fff;
	overflow: hidden;
	text-align: center;
	position: relative;
	color: #626262;
	font-size: 16px;
}
article {
	margin: 0 0 0 0;
	padding: 2.5625rem 2.2rem 1.5625rem;
	text-align: left;
}
header {
	margin: 0 0 0 0;
	padding: 0.625rem 0 0.625rem 15px;
	text-align: left;
}
header img {
	position: relative;
	top: 0;
	left: 0;
	margin: 0 0 0 0;
	text-align: right;
}
section {
	margin: 0 0 2rem 0;
	padding: 0.9375rem 1.5rem;
	border: 1px solid #A4BF2E;
	/* color: #000; */
}

section:last-of-type {
    padding: 0.0375rem 10px  0.9375rem 10px !important;
}
footer {
	margin: 30px 0 0 0;
	padding: 0 0 0 0;
	text-align: center;
}
footer p {
	margin-bottom: 0.9375rem;
}
footer a {
	padding: 0.8rem 1.0625rem 1.6rem 1.0625rem;
	text-align: center;
	border: 0.125rem solid #A4BF2E;
	-webkit-border-radius: 0.1875rem;
	-moz-border-radius: 0.1875rem;
	border-radius: 0.1875rem;
	font-size: 25px;
	line-height: 1.875rem;
	font-weight: 300;
	display: inline-block;
	color: #000;
}
footer a:hover {
	background-color: #F2F2F2;
}
footer h2 {
	text-align: center;
}
sub, sup {
	font-size: 50%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	top: -0.5em;
}
sub {
	bottom: -0.25em;
}
h1 {
	font-size: 40px;
	margin: 1rem 0 2rem;
	line-height: 49px;
	color: #FF0000;
	text-align: center;
	position: relative;
	font-weight: 300;
	padding-bottom: 1rem;
	border-bottom: 1px solid #EDEDED;
}
h1 span {
	font-size: 70%;
	font-weight: normal;
}h1:after{content:  url(arrow.jpg);position: absolute;bottom: -16px;left: 48%;margin-left: 8px;}
h2 {
	font-size: 1.5rem;
	margin: 0 0 0.5625rem;
	line-height: 1.75rem;
	font-weight: 300;
	/* color: #000; */
}
h3 {
	font-size: 1.375rem;
	margin: 1rem 0;
	line-height: 1.625rem;
	font-weight: 300;
	color: #000;
}
h4 {
	color: #000;
	font-size: 1.875rem;
	margin: 0 0 0.5625rem;
	line-height: 2.25rem;
	font-weight: 300;
}

h4 +p {
    margin-bottom: 1rem;
}
big {
	font-size: 1.5625rem;
	line-height: 2rem;
	font-weight: 300;
}
p {
	margin-bottom: 2rem;
}
p:last-child {
	margin-bottom: 0;
}
a {
	color: #626262;
	text-decoration: none;
}
img {
	max-width: 100%;
	height: auto;
	vertical-align: bottom;
}
ul {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	list-style-image: url();
	list-style: none;
}
ul li {
	padding-left: 2.8125rem;
	position: relative;
	padding-bottom: 0.625rem;
	margin-bottom: 0.625rem;
	color: #737E86;
}
ul li:before {
	text-indent: -2.8125rem;
	content: url(icon.jpg);
	color: #626262;
	float: left;
	margin-left: 0;
	margin-top: 0;
}
ul li:after {
	content: "";
	display: block;
	width: 4.375rem;
	border-width: 0 0 0.0625rem;
	border-style: solid;
	border-color: rgba(255,255,255,.2);
	position: absolute;
	left: -1.875rem;
	bottom: 0;
}
.clearfix {
	clear: both;
	font-size: 0;
	line-height: 0;
	display: block;
}

@media screen and (max-width: 800px) {
#wrapper {
	width: 100%;
	font-size: 0.8125rem;
	line-height: 1.0625rem;
	border: none;
	margin: 0;
}
article {
	padding: 0.625rem;
	text-align: left;
}
article br {
	display: none;
}
header, aside, footer {
	position: relative;
	top: 0;
	left: 0;
}
header {
	text-align: left;
}
footer {
	text-align: center;
}
	footer p{ text-align: center;}
aside {
	text-align: left;
}
p {
	margin-bottom: 0.5625rem;
	text-align: left;
}
a {
	font-weight: bold;
} h1 {
	font-size: 1.5rem;
	margin: 1rem 0 1rem;
	line-height: 1.875rem;
	color: #FF0000;
	text-align: center;
	font-weight: 300;
}
h1 span {
	font-size: 70%;
	font-weight: normal;
}
h2 {
	font-size: 1rem;
	margin: 0 0 0.5625rem;
	line-height: 1.375rem;
	font-weight: 300;
}
h3 {
	font-size: 0.9375rem;
	margin: 1rem 0;
	line-height: 1.25rem;
	font-weight: 300;
	color: #626262;
}
h4 {
	font-size: 1.375rem;
	margin: 0 0 0.5625rem;
	line-height: 1.875rem;
	font-weight: 300;
	color: #626262;
}
big {
	font-size: 0.9375rem;
	line-height: 1.25rem;
	font-weight: 300;
}
h1:after{bottom: -15px;}
}
