﻿: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: 830px;
	margin: 0.75rem auto;
	padding: 0;
	font-family:Verdana, "sans-serif";
	font-size: 0.875rem;
	line-height: 1.0625rem;
	box-sizing:border-box;
	background-color: #fff;
	position: relative;
	overflow: hidden;
	color:#231f20;
	background: url(bg.jpg) no-repeat;
	background-size: 100% 100%;
	height: 1195px;
}
address {
	font-style:normal;
}
article {
	margin: 0 0 0 0;
	padding: 0 2.1875rem 0 2.1875rem;
	position: relative;
}
article p:nth-of-type(1) {
	word-spacing: -1px;
}
article img {
	position: absolute;
	bottom: 6.25rem;
	right: 3.875rem;
}
header {
	margin: 0 0 0.625rem 0;
	padding: 0 0 0 0;
	position: relative;
}
header a {
	position: absolute;
	width: 21%;
	height: 53%;
	top: 30%;
	left: 2%;
}
section img {
	position: absolute;
	top: 1.5625rem;
	right: 1.875rem;
}
section {
	margin: 0 0 0 0;
	padding: 1.75rem 2.1875rem 0 2.1875rem;
	color: #7F7F7F;
	font-size: 0.6875rem;
	line-height: 1.125rem;
	position: relative;
}
section a {
	color: #7F7F7F;
}
footer {
	margin: 1.75rem 0 0 0;
	padding: 0 0 0 0;
	text-align: center;
}
h1{
	font-size: 1.4375rem;
	margin: 1.4375rem 0 1.25rem;
	line-height: 1.6875rem;
	color: #fff;
}
h1 span{ 
	font-size:0.8125rem; 
	font-weight:normal;
}
h2{
	font-size: 1.0625rem;
	margin: 1rem 0;
	line-height: 1.3125rem;
	color: #283579;
}

h2 + p {
    margin-bottom: 1.9rem;
}
h3{
	font-size:1.375rem;
	margin: 1rem 0;
	line-height:1.625rem;
}
p {
	margin-bottom: 0.625rem;
	text-align: justify;
}
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 */
	vertical-align: bottom;
}
ul {
	margin: 0 0 1.375rem 0;
	padding: 0 0 0 0;
	list-style: none;
}
ul:nth-of-type(1) li:nth-of-type(1) {
	word-spacing: -1px;
}
ul li {
	padding-left: 1.5625rem;
	margin-bottom: 0.125rem;
	line-height: 1.5rem;
}
li:before {
	text-indent:-1.5625rem;
	content: "\25A0";
	color: #231f20;
	float: left;
	margin-left: 0;
	font-size: 0.5625rem;
	margin-top: -1px;
}
figure {
	margin: 0; padding: 0;
}
.clearfix {
	clear:both;font-size:0;line-height:0;display:block;
}
@media screen and (max-width: 828px) {
#wrapper {
	width: 100%;
	margin: 12px auto;
	border:none;
	font-size: 0.8125rem;
	line-height: 1.125rem;
	background: none;
	height: auto;
}
	p {
		text-align: left;
	}
	article {
		padding: 3%;
	}
	ul:nth-of-type(1) li:nth-of-type(1), article p:nth-of-type(1) {
		word-spacing: 0;
	}
	h1 {
		background: #283579;
		margin-left: -3%;
		margin-right: -3%;
		padding-left: 3%;
		padding-right: 3%;
		margin-top: 1rem;
		margin-bottom: 1rem;
	}
	ul li {
		line-height: 1.125rem;
	}
	section {
		border-top: #7F7F7F 1px solid;
		padding: 3%;
		border-bottom: #7F7F7F 1px solid;
	}
	section p br {
		display: none;
	}
	h2 {
		font-size: 0.9375rem;
		line-height: 1.25rem;
	}
	article img, section img {
		position: static;
	}
	footer{
		margin-top: 0;
	}
	article p br, ul li br {
		display: none;
	}
	ul {
		margin-bottom: 3%;
	}
	h1 {
		font-size: 1.125rem;
		line-height: 1.4375rem;
		padding: 3%;
		
	}
	ul li {
	padding-left: 0.9375rem;
}
li:before {
	text-indent:-0.9375rem;
}
}