/* reset all */

html {
	box-sizing: border-box;
}

* {
	margin: 0;
	padding: 0;
}

:root {
	font: 16px;
}

*,
*:before,
*:after {
	box-sizing: inherit;
}

a {
	color: inherit;
}

a,
img {
	outline: none;
	border: none;
}

img {
	max-width: 100%;
	display: inline-block;
}

/* body set-up */

body {
	font-family: 'Arial', sans-serif;
	font-size: .812rem;
	line-height: 1.5;
	color: #484b4d;
	background: #fff;
	font-weight: normal;
}

/* main style */

a {
	color: #484b4d;
	display: inline-block;
	text-decoration: none;
}

a:hover,
a:focus {
	outline: none;
	text-decoration: underline;
}

p {
	margin: 0 0 1.562rem;
	text-align: justify;
}

h1 {
	color: #484b4d;
	display: block;
	font-size: 1.937rem;
	font-weight: bold;
	margin: 0 0 2.187rem 0;
	text-align: left;
	line-height: 1.1;
}

h1 span {
	font-size: 1rem;
	font-weight: normal;
}

h2 {
	text-align: left;
	font-size: .875rem;
	line-height: 1;
	margin: 0 0 .937rem;
}

h3 {
	font-size: 1rem;
	margin: .625rem 0 0;
	letter-spacing: -0.01rem;
	line-height: 1.2
}

h3 + p {
	font-size: .75rem
}

h3 span {
	font-size: 1.125rem;
	text-transform: normal;
}

h3 a {
	font-size: 1.05rem;
	text-decoration: underline;
}

ul {
	padding: 0;
	margin-bottom: .937rem;
	list-style: none;
	line-height: 1.2;
}

ul:nth-of-type(2) li {
	width: 92%;
}

ul li {
	padding-left: 2rem;
	margin-bottom: .25rem;
}

ul li:before {
	content: "";
	float: left;
	position: relative;
	width: .25rem;
	height: .25rem;
	border-radius: 3em;
	background: #484b4d;
	margin-left: -.5rem;
	top: .375rem;
}

#wrapper {
	max-width: 56.25rem;
	margin: .625rem auto;
	border: 1px solid #10253f;
	background-position: left 4.375rem bottom 1.25rem
}

header {
	margin: 0;
}

header a {
	display: block;
	text-align: center;
}

header img {
	margin-bottom: 1.562rem;
	width: 100%;
}

article p:first-child + p,
article p:first-child {
	text-align: justify;
	padding-right: .625rem
}

article p:nth-of-type(3),
article p:nth-of-type(4) {
	margin-bottom: 0
}

article {
	padding: 0 3.125rem;
}

/*article p:last-of-type {
    margin-top: 2.5rem;

}*/

.clearfix:after {
	content: ".";
	clear: both;
	display: block;
	visibility: hidden;
	height: 0;
}

/* content */


/* footer */

footer {
	padding: .625rem 52px 0.625em 4.500rem;
	position: relative;
	margin-top: 0;
}

footer p:last-child {
	margin-bottom: 0;
}

footer section:last-of-type {
	float: right;
	width: 40%;
	margin-bottom: 0;
	margin-top: 0;
	text-align: right;
}

footer section p:last-child {
	text-align: right;
	font-size: .875rem;
	padding-right: 1.1rem;
	float: right;
	margin-top: 1.75rem;
}

footer section p span {
	font-size: 0.8em;
	text-decoration: none;
}

footer section:first-child {
	float: right;
	width: 28%;
}

footer section:first-child img {
	width: 100%;
}

@media only screen and (max-width:56.187rem) {
	#wrapper {
		margin: 0 auto;
		border: 0;
		background: 0
	}

	article {
		padding: 0 .625rem 0;
	}

	article p br {
		display: none
	}

	article p:first-child + p,
	article p:first-child,
	article p:nth-of-type(2) {
		margin: 0 0 .625rem;
		text-align: left;
	}

	article p:nth-of-type(3) {
		margin: 0;
	}

	article ul:last-of-type {
		margin-bottom: 1.250rem;
	}

	footer {
		padding: 0.625rem;
		background: 0;
		text-align: center;
		margin-top: 0.5rem;
	}

	footer section:last-of-type {
		float: none;
		width: 100%;
		margin: 0
	}

	footer section p:last-child {
		text-align: center;
		margin: 0;
		padding: 0;
		width: 100%;
	}

	footer section:first-child {
		padding: 0 0 0.625rem 0;
		float: none;
		margin: 0 auto;
	}

	p {
		text-align: left
	}

	a {
		font-weight: bold;
		text-decoration: underline;
	}

	h1 {
		font-size: 1.500em;
		margin: .5rem 0 .937rem;
		line-height: 1.2;
		width: auto;
		letter-spacing: normal;
	}

	h1 span {
		font-size: 0.9em;
	}

	h1 br {
		display: block;
	}

	p {
		margin: 0 0 0.625rem;
		text-align: left;
	}

	h3 {
		font-size: 1rem;
		margin: 0;
	}

	h3 span {
		font-size: 1.125em;
	}

	h3 a {
		font-size: 1.000em;
	}

	ul {
		margin-bottom: 0.625rem;
	}

	article ul:last-of-type {
		margin-bottom: 1.250rem;
	}

	ul li {
		padding-left: 0.938rem;
		margin-right: 0;
	}

	article > br,
	ul br,
	ul li br {
		display: none;
	}

	ul:nth-of-type(2) li {
		width: auto;
	}

	article p:last-of-type {
		margin-top: 0;
	}

	header img {
		margin-bottom: 1em;
	}

	article p:nth-of-type(2) {}

	ul:nth-of-type(2) li:nth-of-type(2) {
		width: auto;
	}

	ul br {
		display: none
	}
}

@media only screen and (max-width:29.937rem) {
	body {
		font-size: 0.813em;
	}

	h3 {
		margin: 0 0 0;
		font-size: .875rem;
		line-height: 1.2;
	}

	h3 span {
		font-size: 1.2em;
	}

	h3 a {
		font-size: 1em;
	}

	h1 {
		font-size: 1.6em;
	}

	footer section:first-child {
		width: 70%;
	}
}
