* {
	margin: 0px;
	box-sizing: border-box;
}

html {
	min-height: 100%;
}

#wrapper {
	margin: 12px auto;
	border: 1px #000000 solid;
	max-width: 824px;
	color: #000;
	position: relative;
	padding: 0;
	background-color: #FFFFFF;
	font-family: 'Roboto', sans-serif;
	font-size: 0.8125rem;
	line-height: 1.125rem;
	text-align: left;
	overflow: hidden;
}

p {
	margin-bottom: 0.9375rem;
}

h1 {
	margin: 0 0 0.9375rem;
	font-size: 3.4375rem;
	line-height: 4.1875rem;
	font-weight: 500;
}

h1 span {
	display: inline-block;
	padding: 0.1875rem 0.375rem;
	margin: 0 0 0.3125rem;
	background: #fff;
	color: #0068A0;
}

h1 small {
	display: block;
	font-size: 1.1875rem;
	line-height: 1.5rem;
	padding: 0.3125rem;
	width: 370px;
	margin: 2.4375rem 0 0;
	background: #fff;
	color: #0068A0;
	font-weight: normal;
}

h2 {
	font-size: 1.375rem;
	line-height: 1.5rem;
	background: #0068A0;
	color: #fff;
	padding: 0.3125rem 0.625rem;
	margin: 0 0 1.25rem;
	font-weight: 900;
}

h3 {
	font-size: 1.9375rem;
	line-height: 2.1875rem;
	margin: 0 0 0.625rem;
	font-weight: 400;
	color: #fff;
}

a {
	color: #006496;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

img {
	max-width: 100%;
	height: auto;
	width: auto;
	border: none;
}

ul {
	margin: 0 0 1rem 0.625rem;
	padding: 0;
	list-style: none;
}

ul li {
	padding-left: 1rem;
	padding-bottom: 0.2rem;
}

ul li:before {
	content: "\2022";
	color: #000;
	float: left;
	font-family: Arial, sans-serif;
	margin-left: 0;
	font-size: 1rem;
	text-indent: -1rem;
}

p span {
	color: #006496;
	font-weight: 500;
}

.clear:after {
	content: ".";
	clear: both;
	display: block;
	visibility: hidden;
	height: 0px;
}

strong {
	font-weight: 700;
}

header {
	width: 100%;
	float: left;
}

header img {
	display: block;
}

article {
	width: 100%;
	float: left;
	padding: 1.25rem 3.125rem;
}

footer {
	width: 100%;
	float: left;
	padding: 0 3.125rem 1.875rem;
	position: relative;
}

footer img {
	position: absolute;
	top: -0.625rem;
	right: 3.125rem;
}

footer p {
	margin-bottom: 0.375rem;
}

aside:nth-of-type(1) {
	width: 230px;
	float: left;
}

aside:nth-of-type(1) p {
	padding-left: 0.625rem;
}

aside:nth-of-type(2) {
	width: 230px;
	float: left;
	margin: 0 0.9375rem;
}

aside:nth-of-type(3) {
	width: 230px;
	float: right;
}

nav {
	padding: 0 3.125rem 3.125rem;
}

address + a {
	font-size: 0.875rem;
	color: #fff;
	padding: 0.625rem 0.75rem;
	background: #006496;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	border: 1px solid #004263;
	-webkit-box-shadow: 0px 2px 4px rgb(0 0 0 / 18%);
	-moz-box-shadow: 0px 2px 4px rgba(0, 0, 0, .18);
	box-shadow: 0px 2px 4px rgb(0 0 0 / 18%);
	white-space: nowrap;
	position: absolute;
	top: 45%;
	right: 2rem;
}

address + a:hover {
	-webkit-box-shadow: 2px 2px 10px rgb(0 0 0 / 50%);
	-moz-box-shadow: 2px 2px 10px rgba(0, 0, 0, .5);
	box-shadow: 2px 2px 10px rgb(0 0 0 / 50%);
	background: #0086c9;
	text-decoration: none;
}

section {
	position: absolute;
	top: 2.1875rem;
	left: 3.625rem;
}

address {
	width: 475px;
	font-style: normal;
}

@media only screen and (max-width:824px) {
	#wrapper {
		border: none;
		font-size: 0.8125rem;
		line-height: 1.0625rem;
	}

	h1 {
		font-size: 2.1875rem;
		line-height: 2.625rem;
	}

	h1 small {
		width: auto;
		margin: 0.625rem 0 0;
		font-size: 0.9375rem;
		line-height: 1.1875rem;
	}

	h2 {
		font-size: 0.875rem;
		line-height: 1.1875rem;
	}

	h3 {
		font-size: 1rem;
		line-height: 1.375rem;
		margin: 0 0 0.9375rem;
	}

	.no {
		display: none;
	}

	p {
		text-align: left;
	}

	aside {
		width: auto !important;
		float: none !important;
		margin: 0 !important;
	}

	footer img {
		position: static;
		float: right;
		margin: 0.625rem 0 0;
	}

	article {
		padding: 0 0.625rem 0.625rem;
	}

	footer {
		padding: 0.625rem;
	}

	address {
		width: auto;
	}

	section {
		position: static;
		background: #0068A0;
		margin: 0 -0.625rem 0.625rem;
		padding: 0.625rem;
	}

	address + a {
		position: static;
		display: inline-block;
		margin: 0.9375rem 0;
	}

	nav {
		padding: 0.625rem;
	}

}
