﻿: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: 'Open Sans', sans-serif;
	font-size: 0.6875rem;
	line-height: 1rem;
}
#wrapper {
	position: relative;
	max-width: 784px;
	margin: 0.75rem auto;
	border: 1px solid #000;
	padding: 1.5625rem;
	background-color: #fff;
	overflow: hidden;
	text-align: left;
}
header {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	position: relative;
}
header a {
	position: absolute;
	width: 29%;
	height: 33%;
	top: 10%;
	right: 3%;
	border: 0 solid red;
}
article {
	margin: 0 0 -0.3125rem 0;
	padding: 1rem 1rem 0 1rem;
}
footer {
	margin: 0 0 0 0;
	padding: 0.9375rem 1.5625rem 0.9375rem 2.1875rem;
	background: url(bg.png) no-repeat;
	color: #FFF;
	position: relative;
	background-size: 100% 100%;
}
nav, figure, address {
	display: block;
	margin: 0;
	font-style: normal;
	padding: 0;
}
p {
	margin: 0 0 1rem;
	padding: 0;
	text-align: justify;
}
h1 {
    margin: 0.9375rem 0 0.9375rem 0;
    padding: 0 0 0 0;
    font-size: 1.7rem;
    line-height: 2.0625rem;
    text-align: center;
    color: #013983;
    letter-spacing: 1px;
}
h1 span {
	font-size: 1rem;
	font-weight: normal;
}
h2 {
	font-size: 1.375rem;
	margin: 1rem 0;
	line-height: 1.625rem;
}
h3 {
	font-size: 1.0625rem;
	margin: 1.5rem 0 1.25rem 0;
	line-height: 1.3125rem;
	text-align: center;
	color: #013983;
}
a {
	color: #28378E;
	text-decoration: none;
}
a u{color: #0F32AF;}
ul {
	margin: 0.5rem 0 1rem 0;
	padding: 0 0 0 0;
	list-style-image: url();
	list-style: none;
}
ul li {
	padding-left: 1rem;
	margin-bottom: 0.5rem;
	line-height: 1.1rem;
}
li:before {
	content: "\2022";
	color: #000;
	float: left;
	margin-left: 0;
	font-size: 1.2rem;
	text-indent: -1rem;
	font-family:Arial, Helvetica, sans-serif;
}
ul span{display: block;
margin-top: 12px;}
.clear {
	clear: both;
	margin: 0;
	display: block;
	padding: 0;
}
header img {
	position: relative;
	top: 0;
	left: 0;
	margin: 0 auto;
}
section:nth-of-type(1) {
	width: 48%;
	float: left;
}
section:nth-of-type(2) {
    width: 50%;
    float: right;
}
section:nth-of-type(3) {
	/* float: left; */
	/* width: 100%; */
	font-size: 0.6875rem;
	/* padding: 0 0.8125rem; */
	line-height: 1rem;
}
section:nth-of-type(3) aside {
	font-style: normal;
	/* float: left; */
	padding-right: 0.9375rem;
	margin-bottom: 0.0625rem;
	font-size: 0.625rem;
	line-height: 0.875rem;
}
section aside:nth-of-type(4) {
	padding-right: 0;/* margin-right: -5px; */
}
aside address img {
	float: left;
	margin: -0.125rem 4px 0 0;
}
aside address span {
	float: left;
	padding-bottom: 0.9375rem
}
section:nth-of-type(3) {
	margin-right: -3.125rem;
}
section aside address:nth-of-type(1) {
	width: 9.5625rem;
	float: left;
	margin-right: 1.525rem;
}
section aside:nth-of-type(4) address:nth-of-type(1) {
	width: 10.5rem;
	float: left;
	margin-right: 0.125rem;
}
section aside:nth-of-type(2) address:nth-of-type(1) {
	width: 10.5rem;
	float: left;
	margin-right: 0.25rem;
}
section aside address:nth-of-type(2) {
	width: 10.8125rem;
	float: left;
	margin-right: 18px;
}
section address {
	width: 10.1875rem;
	float: left;
	margin-right: 1.25rem;
}
footer img {
	position: absolute;
	bottom: 0.625rem;
	right: 1.5625rem;
}
footer p {
	margin: 0;
	font-size: 0.775rem;
}

@media all and (max-width:770px) {
#wrapper {
	width: 100%;
	min-width: 200px !important;
	font-size: 0.75rem;
	line-height: 1rem;
	padding: 0;
	border: none;
}
aside address img {
    float: left;
    margin: -0.125rem 0.25rem 0.625rem 0;
}
header {
	height: auto;
	padding: 0%;
	width: auto;
	margin: 0;
}
article {
	height: auto;
	padding: 0% 3%;
	width: auto;
	text-align: left;
	margin: 0;
}
footer {
	height: auto;
	padding: 3%;
	width: auto;
	margin: 0;
}
h1 {
	margin: 3% 0 3% 0%;
	font-size: 1.5625rem;
	line-height: 1.6875rem;
}
ul span{display: block;
margin-top: 12px;}
ul span br{display: block;}
h2 {
	margin: 2.5% 0;
	font-size: 0.9375rem;
	line-height: 1.25rem;
}
h3 {
	margin: 2.5% 0;
	font-size: 1rem;
	line-height: 1.125rem;
}
a:hover {
	text-decoration: underline;
	color: #0160ae
}
ul {
	margin-bottom: 1rem;
}
ul li {
	padding-left: 0.9375rem;
}
li:before {
	text-indent: -0.9375rem;
}
p {
	margin: 0 0 3%;
	text-align: left;
}
br {
	display: none;
}
section:nth-of-type(1) {
	width: 100%;
	float: left;
}
section:nth-of-type(2) {
	width: 100%;
	float: left;
}
footer img {
	position: static;
	bottom: 0.625rem;
	right: 1.5625rem;
	margin-top: 0.5rem;
}
footer p {
	margin: 0;
}
footer br {
	display: block;
}
section aside address:nth-of-type(1) {
	width: 48%;
	float: left;
	margin-right: 0.125rem;
}
section aside:nth-of-type(4) address:nth-of-type(1) {
	width: 48%;
	float: left;
	margin-right: 0;
}
section aside:nth-of-type(2) address:nth-of-type(1) {
	width: 48%;
	float: left;
	margin-right: 0;
}
section aside address:nth-of-type(2) {
	width: 48%;
	float: left;
	margin-right: 0rem;
}
section address {
	width: 100%;
	float: left;
	margin-right:0rem;
}
section:nth-of-type(3) {
	margin-right: 0
}
section address {
	width: 100%;
	float: left;
	margin-right: 0.125rem;
}
section:nth-of-type(3) aside span {
	padding-top: 0.3125rem;
}

section address  br{display: block;}


}
section {
}
section {
	font-size: 0.75rem;
}
article>p:last-of-type {
	font-size: 0.625rem;
}
article>p:last-of-type small{font-size: 0.5625rem;}
section > strong {
	display: inline-block;
	font-size: 0.8125rem;
}

@media all and (max-width:400px) {
section aside address{width:100%!important;}
section aside br{display: none;}
}