﻿:root {font-size: 16px;}
* {box-sizing: border-box;margin:0; padding:0;}
html {min-height: 100%;}
/* List style:
25A0 - square
25B6 - Triangle
23E9 - 2 triangles
2713 - tick
2714 - tick dick
2010 - dash
2212 - long dash
2022 - District (Bullet)
2B9A - Dreick 3D
*/
#wrapper {
	width: 460px;
	margin: 0.75rem auto;
	padding: 0.5rem;
	font-family: 'Open Sans', sans-serif;
	font-size: 0.9375rem;
	line-height: 1.1875rem;
	box-sizing:border-box;
	background-color: #fff;
	border: solid 2px #231f20;
	position: relative;
	overflow: hidden;
	color:#231f20;
	text-align: center;
}
address {
	font-style:normal;
}
article {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}
header {
	margin: 0 0 0.3125rem 0;
	padding: 0 0 0 0;
}
section {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

footer {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}
h1{
	font-size: 2.25rem;
	margin: -0.375rem 0 0.625rem;
	line-height: 2.25rem;
	color: #3EAD48;
}
h1 span{ 
	font-size:0.8125rem; 
	font-weight:normal;
}
h2{
	font-size: 1.125rem;
	margin: 1rem 0;
	line-height: 1.375rem;
}

p {
	margin-bottom: 0.75rem;
}
p:last-child {
	margin-bottom:0;
}
a{
	color: #3EAD48;
	text-decoration: none;
	font-size: 1.375rem;
	line-height: 1.6875rem;
}
a:hover {
	text-decoration: underline;
}
img {
	max-width: 100%;
	height: auto;
	width: auto\9; /* ie8 */
}

figure {
	margin: 0; padding: 0;
}
.clearfix {
	clear:both;font-size:0;line-height:0;display:block;
}
@media screen and (max-width: 458px) {
#wrapper {
	width: 100%;
	margin:0 auto;
	border:none;
	font-size: 0.875rem;
	line-height: 1.125rem;
}
article br {
	display: none;
}
h1 {
	font-size: 1.5rem;
	line-height: 1.75rem;
}
h2 {
	font-size: 1rem;
	line-height: 1.25rem;
}
a {
	font-size: 1.125rem;
	line-height: 1.4375rem;
}
}