:root {
	font-size: 16px;
}
* {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}
html {
	min-height: 100%;
}
#wrapper {
	border: solid 0.125rem #00aeb5;
	font-family: 'Roboto', sans-serif;
	font-size: 0.9375rem;
	line-height: 1.375rem;
	max-width: 918px;
	margin: 0.75rem auto;
	padding: 0;
	background-color: #fff;
	overflow: hidden;
	text-align: left;
	position: relative;
	color: #333333;
	font-weight: 400;
}
strong {
	font-weight: 500;
}
article {
	margin: 0;
	padding: 0 3rem 0.5rem;
	position: relative;
}
article p:nth-of-type(2) strong {
	color: #00AEB5;
	font-weight: bold;
}
article p:nth-of-type(2) {
	word-spacing: -1px
}
article p:nth-of-type(2) strong span {
	font-family: Arial, Helvetica, sans-serif;
	margin-right: 0.5rem;
}
article p span {
	color: #00aeb5;
}
header {
	margin: 0;
	padding: 0;
}
header img {
	position: relative;
	top: 0;
	left: 0;
	margin: 0;
	text-align: right;
}
section {
	margin: -1.85rem 0 0;
	padding: 0;
}
footer {
	margin: 5px 0 0;
	padding: 0.725rem 3rem 1.3rem;
	background: #00aeb5;
	color: #fff;
	line-height: 1.375rem;
}
h1 {
	font-size: 1.825rem;
	margin: 0 0 1.5rem;
	line-height: 1.875rem;
	color: #00aeb5;
	font-weight: 500;
}
h1+p {
	margin-bottom: 1.25rem;
}
h1 span {
	font-size: 74%;
	font-weight: normal;
}
h1 span:nth-of-type(1) {
	display: block;
	margin-bottom: 1rem;
}
h3 {
	font-size: 1.1875rem;
	margin: 2rem 0 1rem;
	line-height: 1.625rem;
	color: #00aeb5;
	font-weight: 500;
}
p {
	margin-bottom: 1.375rem;
	text-align: justify;
}
p:last-child {
	margin-bottom: 0;
}
a {
	color: #333333;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
img {
	max-width: 100%;
	height: auto;
	width: auto\9;
}
ul {
	margin: 0 0 0.5rem;
	padding: 0;
	list-style: none;
}
ul li {
	padding-left: 1rem;
	line-height: 1.3125rem;
}
ul li:before {
	content: "\2022";
	float: left;
	margin-left: 0;
	font-size: 1rem;
	text-indent: -1rem;
	position: relative;
	top: 0;
}
.clearfix {
	clear: both;
	font-size: 0;
	line-height: 0;
	display: block;
}
section>p:nth-of-type(2) {
	margin-bottom: 1.25rem;
}
section p span {
	color: #00aeb5;
}
footer a {
	color: #fff;
}
footer aside:nth-of-type(2) {
	position: absolute;
	right: 2.5rem;
	bottom: 1.5rem;
	width: 25rem;
	line-height: 1.25rem;
}
footer aside:nth-of-type(2) small {
	display: block;
	word-spacing: -0.0625rem;
}
section aside:nth-of-type(1) {
	width: 49%;
	float: left;
}
section aside:nth-of-type(2) {
	width: 25rem;
	float: right;
	line-height: 1.3125rem;
	padding: 0;
}
header {
	position: relative;
}
header>a:nth-of-type(1) {
	position: absolute;
	top: 19%;
	left: 3%;
	height: 52%;
	width: 22%;
}
header>a:nth-of-type(2) {
	position: absolute;
	bottom: 3%;
	right: 0%;
	height: 6%;
	width: 16%;
}
section aside:nth-of-type(2), 
section aside:nth-of-type(2) p {
	text-align: left;
}
section section {
	text-align: right;
	padding-top: 0;
	margin-top: -4rem;
	position: relative;
}
small {
	font-size: 56%;
	font-weight: normal;
}
h2 {
	font-size: 1.175rem;
	margin-bottom: 0.5rem;
}
footer p {
	margin-bottom: 0.8125rem;
}

@media screen and (max-width: 916px) {
	h2 {
		font-size: 1rem;
	}
	section aside:nth-of-type(1),
	section aside:nth-of-type(2) {
		width: 100%;
		float: none;
	}
	section aside {
		margin-top: 1rem;
	}
	section section {
		margin-top: -2rem;
		top: 0;
	}
	footer aside:nth-of-type(2) {
		position: static;
	}
	#wrapper {
		width: 100%;
		font-size: 0.815rem;
		line-height: 1rem;
		border: none;
		margin: 0;
	}
	article {
		padding: 0.625rem;
		margin: 0;
	}
	br {
		display: none;
	}
	h1 + p + p br {
		display: inline;
	}
	header, aside, footer {
		position: relative;
		top: 0;
		left: 0;
	}
	header {
		text-align: center;
		display: block;
		overflow: hidden;
		margin-bottom: 0;
	}
	footer {
		text-align: left;
		margin-top: 0.3125rem;
		padding: 0.625rem;
		line-height: 1.125rem;
	}
	aside {
		text-align: left;
	}
	section {
		margin: 0;
		padding: 0;
	}
	h1 {
		margin: 0.625rem 0;
		font-size: 1.5rem;
		line-height: 1.8rem;
	}
	h3 {
		margin: 0.625rem 0;
		font-size: 0.875rem;
		line-height: 1.25rem;
	}
	p {
		margin-bottom: 3%;
		text-align: left;
	}
	a {
		font-weight: bold;
	}
	ul li {
		line-height: 1.125rem;
	}
	footer br {
		display: inline;
	}
	section aside:nth-of-type(1), footer aside:nth-of-type(1) {
		width: 47%;
		float: left;
		word-spacing: 0;
	}
	section aside:nth-of-type(2), footer aside:nth-of-type(2) {
		width: 48%;
		float: right;
		word-spacing: 0;
	}
}

@media screen and (max-width: 660px) {
	section aside:nth-of-type(1),
	section aside:nth-of-type(2),
	footer aside:nth-of-type(1),
	footer aside:nth-of-type(2) {
		width: 100%;
		float: left;
		word-spacing: 0;
		margin-top: 0;
	}
	section section {
		margin-top: 1rem;
		text-align: left;
	}
	section aside:nth-of-type(2) {
		margin-top: 0
	}
	section section {
		text-align: right;
		clear: both;
		padding-top: 0;
		margin-top: 0;
		position: relative;
		top: 0.5rem;
	}
}