﻿:root {
	font-size: 16px;
}
* {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}
html {
	min-height: 100%;
}
#wrapper {
	border: solid 1px #0A72A7;
	font-family: "Times New Roman", Times, serif;
	font-size: 1rem;
	line-height: 1.25rem;
	width: 800px;
	margin: 0.75rem auto;
	padding: 0;
	background-color: #fff;
	overflow: hidden;
	text-align: left;
	position: relative;
}
article {
	margin: 0 0 0 0;
	padding: 3.75rem 5rem 3.75rem 5rem;
}
header {
	margin: 0 0 1rem 0;
	padding: 0 0 0 0;
	text-align: center;
}
header img {
	position: relative;
	top: 0;
	left: 0;
	margin: 0 0 0 0;
	text-align: right;
}
section {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}
footer {
	margin: 2.5rem 0 0 0;
	padding: 0 0 0 0;
}
sub, sup {
	font-size: 50%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	top: -0.5em;
}
sub {
	bottom: -0.25em;
}
h1 {
	font-size: 1.875rem;
	margin: 1rem 0;
	line-height: 2.3125rem;
	font-weight: normal;
}
h1 span {
	font-size: 70%;
	font-weight: normal;
}
h3 + strong + p {
	margin-bottom: 0.5rem;
}
h2 {
	font-size: 2rem;
	margin: 0.5rem 0;
	line-height: 2.4375rem;
}
h3 {
	font-size: 1.1875rem;
	margin: 0.5rem 0;
	line-height: 1.375rem;
}
p {
	margin-bottom: 1rem;
}
p:last-child {
	margin-bottom: 0;
}
a {
	color: #000;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
img {
	max-width: 100%;
	height: auto;
}
ul {
	margin: 0 0 1rem 1.5625rem;
	padding: 0 0 0 0;
	list-style-image: url();
	list-style: none;
}
ul li {
	padding-left: 1.25rem;
}
li:before {
	text-indent: -1.25rem;
	content: "\2022";
	color: #000;
	float: left;
	margin-left: 0;
	font-size: 1.125rem;
	margin-top: -0.0625rem;
}
.clearfix {
	clear: both;
	font-size: 0;
	line-height: 0;
	display: block;
}

@media screen and (max-width: 798px) {
#wrapper {
	width: 100%;
	font-size: 0.8125rem;
	line-height: 1.0625rem;
	border: none;
	margin: 0;
}
article {
	padding: 0.625rem;
	text-align: left;
}
header, aside, footer {
	position: relative;
	top: 0;
	left: 0;
}
header {
	text-align: left;
}
footer {
	text-align: left;
}
aside {
	text-align: left;
}
p {
	margin-bottom: 0.5rem;
	text-align: left;
}
a {
	font-weight: bold;
}
}
