﻿:root {
	font-size: 16px;
}
* {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}
html {
	min-height: 100%;
}
img {
	max-width: 100%;
	height: auto;
	width: auto\9; /* ie8 */
	border: none;
}
body {
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9rem;
	line-height: 1.0625rem;
}
#wrapper {
	font-family: 'Roboto Condensed', sans-serif;
	color: #2D1F0F;
	position: relative;
	max-width: 511px;
	margin: 0.75rem auto;
	border: 1px solid #013400;
	padding: 0;
	background-color: #fff;
	overflow: hidden;
	text-align: left;
	/* line-height: 18px; */
}
header {
	margin: 0 0 0 0;
	padding: 0.625rem 0.625rem 0 0.625rem;
	position: relative;
}
article {
	margin: 0 0 0 0;
	padding: 0.3125rem 0.625rem 0.0625rem 0.625rem;
	text-align: justify;
}

article p:last-of-type {
	word-spacing: 0.125rem;
	margin-bottom: 0;
}
p span{
	font-size: 1.25rem;
	position: relative;
	font-family: Arial, Helvetica, sans-serif;
	top: 0.1875rem;
}
p big{
	font-size: 1rem;
}
article p:nth-of-type(1) {
	word-spacing: 0.125rem;
}

article p:nth-of-type(2) {
	word-spacing: 0.125rem;
}
footer {
	color: #2D1F10;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0.375rem 0 0 0;
	padding: 0.5rem 0.625rem 0.5rem 0.625rem;
	background: #78B753;
	text-align: left;
	font-weight: 700;
	font-size: 12px;
	text-align: center;
}
nav, figure, address {
	display: block;
	margin: 0;
	font-style: normal;
	padding: 0;
}
p {
	margin: 0 0 0.475rem;
	padding: 0;
}
p span {
	white-space: nowrap;
}
h1 {
	margin: 0 0 0.2rem 0;
	padding: 0 0 0 0;
	font-size: 1.55rem;
	line-height: 2.4rem;
	color: #78B753;
	text-align: left;
}
h2 {
	font-size: 1.5rem;
	margin: 0.625rem 0 1rem 0;
	line-height: 1.625rem;
	text-align: left;
}



h2 span {
	word-spacing: -0.0625rem;
	font-size: 94%;
}
h2 + p+p {
	padding: 0.125rem 0px 0.125rem;
}
h2 + p {/* line-height: 23px; */margin-top: -0.1875rem;margin-bottom: 3.6875rem;line-height: 1.375rem;}
h3 {
	color: #72B842;
	font-size: 1.6875rem;
	line-height: 1.9375rem;
	margin: 0 0 0.625rem;
}
a {
	color: #2D1F0F;
	text-decoration: none;
}
ul {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	list-style: none;
}
ul li {
	padding-left: 1.25rem;
}
li:before {
	content: "\2022";
	color: #000;
	float: left;
	margin-left: 0;
	font-size: 1.5625rem;
	text-indent: -1.25rem;
}
.clear {
	clear: both;
	margin: 0;
	display: block;
	padding: 0;
}
header img {
	position: relative;
	top: 0;
	left: 0;
	margin: 0 auto;
}
header a {
	position: absolute;
	width: 30%;
	height: 91%;
	top: 6%;
	left: 2%;
	border: 0 solid red;
}
article img {
	position: absolute;
	top: 24.3rem;
	right: 0.5075rem;
}
small {
	font-size: 72%;
}
article p:nth-of-type(3) {
}

@media (max-width: 511px) {
	#wrapper {
		width: 98%;
		min-width: 200px !important;
		padding: 0;
		border: none;
	}
	header {
		height: auto;
		padding: 3% 3% 0% 3%;
		width: auto;
		margin: 0;
	}
	article {
		height: auto;
		padding: 0% 3% 0.5rem;
		width: auto;
		margin: 0;
		text-align: left;
	}
	footer {
		height: auto;
		padding: 3%;
		width: auto;
		margin: 0;
	}
	h1 {
		margin: 3% 0 3% 0%;
		font-size: 1.125rem;
		line-height: 1.375rem;
	}
	h2 {
		font-size: 1.225rem;
		line-height: 1.4375rem;
	}
	h2 + p{
		margin-bottom: 0.5rem;
	}
	h2 +p br {
		display: block !important
	}
	h2 small {
		display: block;
		font-size: 80%;
	}
	h3 {
		margin: 2.5% 0;
		font-size: 1.2rem;
		line-height: 1.525rem;
	}
	a:hover {
		text-decoration: underline;
		color: #0160ae
	}
	ul li {
		padding-left: 0.9375rem;
	}
	li:before {
		text-indent: -0.9375rem;
	}
	p {
		margin: 0 0 3%;
		text-align: left;
	}
	br {
		display: none;
	}
	article img {
		position: static;
		bottom: 7.5rem;
		right: 0.625rem;
	}
	p span {
		white-space: normal;
	}
	article p:last-of-type {
		word-spacing: 0;
		margin-bottom: 0.3125rem;
	}

	article p:nth-of-type(1) {
		word-spacing: 0;
	}

	article p:nth-of-type(2) {
		word-spacing: 0;
	}
	h2 br{
		display: none;
	}
	h2 span {
    word-spacing:0px;
    font-size:100%;
}
}
