* {
	box-sizing: border-box;
	margin: 0px;
	padding: 0px;
}

html {
	min-height: 100%;
}

body {
	color: #000;
	font-family: 'Times New Roman', Times, serif;
	font-size: 16px;
	line-height: 18px;
	font-weight: 400;
}

#wrapper {
	max-width: 910px;
	margin: 12px auto;
	border: 1px solid #000;
	padding: 90px;
	background: #fff;
	overflow: hidden;
}

header {
	padding: 0 0 30px;
	text-align: right;
}

p {
	margin: 0 0 20px;
}

strong {
	font-weight: 700;
}

h1 {
	margin: 0 0 20px;
	font-weight: 400;
	font-size: 26px;
	line-height: 32px;
}

h2 {
	margin: 0 0 16px;
	font-size: 16px;
	font-weight: 700;
	line-height: 18px;
	color: #004a99;
}

a {
	color: #000;
	text-decoration: none;
}

ul {
	padding: 0 0 30px 29px;
	list-style: none;
}

ul li {
	padding-left: 30px;
	position: relative;
	margin-bottom: 10px;
}

li:before {
	content: "";
	width: 9px;
	height: 1px;
	background: #000;
	position: absolute;
	z-index: 3;
	left: 0;
	top: 9px;
}

img {
	max-width: 100%;
	vertical-align: middle;
}

.font {
	font-family: 'Open Sans', sans-serif;
	font-size: 15px;
}

.color {
	color: #004a99 !important;
}

footer p {
	margin-bottom: 40px;
}

@media all and (max-width:909px) {
	#wrapper {
		margin: 0;
		padding: 1rem;
		border: none;
	}

	br {
		display: none;
	}
}