:root {
	font-size: 16px;
}

* {
	margin: 0px;
	box-sizing: border-box;
}

html {
	min-height: 100%;
}

body {
	font-family: Times, "Times New Roman", serif;
	line-height: 1.375rem;
	font-size: 1rem;
	color: #231F20;
	font-weight: 400;
}

#wrapper {
	margin: 12px auto;
	border: 1px #231F20 solid;
	max-width: 795px;
	position: relative;
	padding: 3.125rem 4.375rem;
	background-color: #FFFFFF;
	text-align: left;
	overflow: hidden;
}

p {
	padding-bottom: 0.9375rem;
}

h1 {
	margin: 0 0 0.9375rem;
	font-size: 1.5rem;
	line-height: 1.625rem;
	font-weight: 700;
}

h1 span {
	display: block;
}

h2 {
	line-height: 1.375rem;
	font-size: 1rem;
	margin: 0 0 0.9375rem;
	font-weight: 700;
}

a {
	color: #0563C1;
	text-decoration: underline;
	white-space: nowrap;
}

a:hover {
	text-decoration: underline;
}

strong {
	font-weight: 700;
}

img {
	max-width: 100%;
}

ul {
	margin: 0px 0rem 1.125rem;
	padding: 0rem;
	list-style: none;
}

ul li {
	padding-left: 3rem;
}

ul li:before {
	content: "\2022";
	float: left;
	margin-left: 0rem;
	font-size: 1.1875rem;
	text-indent: -1.5rem;
	position: relative;
	top: -0.0625rem;
}

header p {
	font-weight: bold;
	margin: 2.25rem 0 0;
}

p>em {
	font-size: 0.8125rem;
	line-height: 1.0625rem;
}

header  img {
	float: left;
	margin-right: 1.25rem;
}

header {
	overflow: hidden;
}

@media only screen and (max-width:795px) {
	#wrapper {
		border: none;
		padding: 3%;
	}

}

@media only screen and (max-width:401px) {
	header  img {
		float: none;
		margin-right: 0px;
	}

	header p {
		margin: 1rem 0 0;
	}

}
