﻿* {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}

html {
	min-height: 100%;
}

:root {
	font-size: 16px;
}

#wrapper {
	border: solid .125rem #b1b0b0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.813rem;
	line-height: 1.125rem;
	color: #585757;
	max-width: 46.937rem;
	margin: 0.75rem auto;
	padding: 0;
	background-color: #fff;
	overflow: hidden;
	text-align: left;
	position: relative;
}

article {
	margin: 0 0 0 0;
	text-align: justify;
	padding: 2rem 2.875rem 1.875rem 3.0625rem;
}

header {
	margin: 0 0 0 0;
	font-size: 1.125rem;
	line-height: 140%;
	padding: 0 0 0 0;
}

header p span {
	display: block;
}

header img {
	position: relative;
	top: 0;
	left: 0;
	margin: -0.4375rem -0.4375rem 2.5rem 3.375rem;
	text-align: right;
	float: right;
}

h1 + img {
	width: 35.5rem;
}

section {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

footer {
	margin: 0 0 0 0;
	text-align: center;
	background: url(../images/bottom.png);
	padding: 0.5rem 0;
	color: #585757;
}

h1 {
	color: #000000;
	margin: 0.625rem 0;
	font-size: 1.55rem;
	text-align: left;
	padding-top: 0;
	line-height: 2.0625rem;
	padding-right: 0;
	padding-bottom: 0;
}

h1 span {
	font-size: 70%;
	font-weight: normal;
}

h2 {
	font-size: 1.125rem;
	margin: 1rem 0;
	line-height: 1.375rem;
	font-weight: normal;
}

h3 {
	font-size: 0.813rem;
	margin: 0 0;
	line-height: 1.125rem;
}

p {
	margin-bottom: 1rem;
}

p:last-child {
	margin-bottom: 0;
}

a {
	color: #585757;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

img {
	max-width: 100%;
	height: auto;
	width: auto;
}

ul {
	margin: 0 0 1rem -0.313rem;
	padding: 0 0 0 0;
	list-style: none;
}

ul li {
	padding-left: 1.25rem;
}

li:before {
	text-indent: -1.25rem;
	content: "\2022";
	color: #585757;
	float: left;
	margin-left: 0;
	font-size: 21px;
	margin-top: -1px;
}

.clearfix {
	clear: both;
	font-size: 0;
	line-height: 0;
	display: block;
}

span.clearfix {
	display: none;
}

@media screen and (max-width: 46.875rem) {
	#wrapper {
		width: 100%;
		font-size: 0.75rem;
		line-height: 1rem;
		border: none;
		margin: 0;
	}

	ul li {
		text-align: left;
	}

	article {
		padding: 0.625rem;
	}

	article br {
		display: none;
	}

	header,
	aside,
	footer {
		position: relative;
		top: 0;
		left: 0;
	}

	header {
		text-align: left;
		font-size: 0.813rem;
		line-height: 1.125rem;
	}

	footer {
		text-align: center;
		background-size: contain;
		background-position: top center;
	}

	aside {
		text-align: left;
	}

	p {
		margin-bottom: 3%;
		text-align: left;
	}

	a {
		font-size: 0.938rem;
		font-weight: bold;
	}

	header p span {
		display: inline;
	}

	header img {
		position: relative;
		top: 0;
		left: 0;
		margin: 0 0 0.625rem 0;
		text-align: right;
		float: right;
	}

	h1 {
		color: #000000;
		margin: 0.625rem 0;
		font-size: 1.125rem;
		text-align: left;
		padding-top: 0;
		line-height: 1.375rem;
		padding-right: 0;
		padding-bottom: 0;
	}

	h1 span {
		font-size: 70%;
		font-weight: normal;
	}

	h2 {
		font-size: 0.875rem;
		margin: 1rem 0;
		line-height: 1.125rem;
		font-weight: normal;
	}

	h3 {
		font-size: 0.813rem;
		margin: 0 0;
		line-height: 1.125rem;
	}

	span.clearfix {
		display: block;
	}
}