@charset "utf-8";

@font-face {
	font-display: swap;
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 400;
	src: url('../fonts/open-sans-v40-latin-regular.eot');
	src: url('../fonts/open-sans-v40-latin-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/open-sans-v40-latin-regular.woff2') format('woff2'), url('../fonts/open-sans-v40-latin-regular.woff') format('woff'), url('../fonts/open-sans-v40-latin-regular.ttf') format('truetype'), url('../fonts/open-sans-v40-latin-regular.svg#OpenSans') format('svg');
}

* {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}

:root {
	font: 16px;
}

img {
	max-width: 100%;
	height: auto;
	display: block;
}

body {
	font-family: 'Open Sans', Arial sans-serif;
	font-size: 1rem;
	line-height: 1.4;
	color: #000;
	background: #fff;
}

#wrapper {
	display: block;
	max-width: 50rem;
	margin: .625rem auto;
	background: #fff;
	border: 1px solid #000;
	overflow: hidden;
	padding: 1.875rem;
}

:is(a:link, a:visited, a:hover, a:active) {
	color: inherit;
	display: inline-block;
	text-decoration: none;
	white-space: nowrap;
}

article p {
	margin: 0 0 .937rem;
}

.color {
	color: #4F81BD;
}

.center {
	text-align: center;
}

h1 {
	color: #4F81BD;
	font-size: 1rem;
	margin: 0 0 1.25rem;
	text-align: center;
	font-weight: normal;
}

h2 {
	font-size: 1rem;
	margin: 1.25rem 0 .937rem;
	font-style: italic;
}

ul {
	list-style: none;
	margin: 0 0 .937rem;
}

ul li {
	margin-bottom: 0.2rem;
	padding-left: 2.375rem;
}

ul li:before {
	content: "\2022";
	float: left;
	margin-left: -1.375rem;
	font-size: 22px;
	line-height: 1;
}

article {
	padding-top: 1.875rem;
}

footer p::after {
	content: "";
	display: block;
	width: 100%;
	height: 5px;
	background-color: #4F81BD;
	border: 5px solid #375d8a;
	border-radius: 3px;
	margin-top: 2rem;
}

@media only screen and (max-width:49.937rem) {
	#wrapper {
		margin: 0 auto;
		border: 0;
	}

	p,
	ul {
		-moz-hyphens: auto;
		-webkit-hyphens: auto;
		-ms-hyphens: auto;
		hyphens: auto;
	}

}

@media only screen and (max-width:46rem) {
	#wrapper {
		padding: 1rem;
	}

	br {
		display: none;
	}
}

@media only screen and (max-width:30rem) {
	ul li {
		padding-left: 1.375rem;
	}
}