﻿: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: 610px;
	margin: 0.75rem auto;
	padding: 0;
	font-family: 'Roboto', sans-serif;
	font-size: 0.875rem;
	line-height: 1.125rem;
	box-sizing:border-box;
	background-color: #fff;
	border: solid 2px #231f20;
	position: relative;
	overflow: hidden;
	color:#231f20;
}
address {
	font-style:normal;
}
article {
	margin: 0 0 0 0;
	padding: 0 0.75rem 0 0.75rem;
}
article p span {
	margin-left: 0.1875rem;
	margin-right: 0.1875rem;
}
header {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	position: relative;
}
header a {
	position: absolute;
	width: 17%;
	height: 53%;
	top: 0%;
	right: 1%;
}
section {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}
section p {
	margin-bottom: 0.3125rem;
}
section p:nth-of-type(2) {
	line-height: 1.25rem;
}
footer {
	margin: 0.625rem 0 0 0;
	padding: 0.625rem 0.75rem 0.3125rem 0.75rem;
	background: #DADBDD;
	border: #d1d2d4 0.3125rem solid;
	font-weight: bold;
	font-size: 1.125rem;
	line-height: 1.3125rem;
}
footer p {
	text-align: right;
}
h1{
	font-size: 1.9375rem;
	margin: 1rem 0 1rem;
	line-height: 2rem;
	color: #EE1D25;
}
h1 span{ 
	font-size:0.8125rem; 
	font-weight:normal;
}
h2{
	font-size: 1.0625rem;
	margin: 1rem 0 0.1875rem;
	line-height: 1.3125rem;
}
h3{
	font-size:1.375rem;
	margin: 1rem 0;
	line-height:1.625rem;
}
p {
	margin-bottom: 1rem;
}
p:last-child {
	margin-bottom:0;
}
a{
	color: #231f20;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
img {
	max-width: 100%;
	height: auto;
	width: auto\9; /* ie8 */
}
ul {
	margin: 0 0 1.25rem 0;
	padding: 0 0 0 0;
	list-style: none;
}
ul li {
	padding-left: 0.625rem;
}
li:before {
	text-indent:-0.625rem;
	content: "\2022";
	color: #231f20;
	float: left;
	margin-left: 0;
	font-size: 1.125rem;
	margin-top:0px;
}
figure {
	margin: 0; padding: 0;
}
.clearfix {
	clear:both;font-size:0;line-height:0;display:block;
}
@media screen and (max-width: 608px) {
#wrapper {
	width: 100%;
	margin:0 auto;
	border:none;
}

h1 {
	font-size: 1.5rem;
	line-height: 1.75rem;
}
footer {
	font-size: 0.9375rem;
	line-height: 1.1875rem;
}
}