﻿:root {
	font-size: 16px;
}
* {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}
html {
	min-height: 100%;
}
#wrapper {
	width: 800px;
	margin: 0.75rem auto;
	padding: 0;
	font-family: 'Open Sans', sans-serif;
	font-size: 0.8125rem;
	line-height: 1.125rem;
	box-sizing: border-box;
	background-color: #fff;
	border: solid thin #242021;
	position: relative;
	overflow: hidden;
	color: #242021;
}
article {
	margin: 0;
	padding: 0 3.125rem;
}
header {
	margin: 0;
	padding: 0;
	position: relative;
}
header a {
	position: absolute;
	width: 20%;
	height: 48%;
	top: 40%;
	right: 5%;
}

footer {
	margin: 1.25rem 0 0;
	padding: 0.625rem 3%;
	background: #D42552;
}
footer p {
	text-align: center;
	color: #fff;
}
h1 {
	font-size: 1.375rem;
	margin: 1rem 0 0.625rem;
	line-height: 1.5625rem;
	color: #000000;
}

h1 +p {font-size: 95%;}

h2 {
	font-size: 15px;
	margin: 0.625rem 0 0.0625rem;
	line-height: 1.0625rem;
}

h2 +p {
    text-align: left;
}
img {
	max-width: 100%;
	height: auto;
	width: auto\9;
	border: none;
	vertical-align: bottom;
}
p {
	margin-bottom: 1rem;
	text-align: justify;
}
p:last-child {
	margin-bottom: 0;
}

p:last-child a {
    font-weight: bold;
    font-style: italic;
    text-decoration: underline;
}
a {
	color: #242021;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
ul {
	margin: 0 47px 0.625rem 1.125rem;
	padding: 0;
	list-style: none;
}
ul li {
	padding-left: 0.9375rem;
}
li:before {
	text-indent: -0.9375rem;
	content: "\2022";
	color: #242021;
	float: left;
	margin-left: 0;
	font-size: 1.3125rem;
	margin-top: 0.0625rem;
	font-family:Arial, Helvetica, sans-serif;
}
@media screen and (max-width: 798px) {
	#wrapper {
		width: 100%;
		margin: 0 auto;
		border: none;
	}

ul {
    margin-right: 0;
}
	article {
		padding: 0 3%;
	}
	br {
		display: none;
	}
	p {text-align: left;}
}