﻿:root {
	font-size: 16px;
}
* { box-sizing: border-box;margin:0rem; padding:0rem; }
html { min-height: 100%;}
#wrapper {
	border: solid thin #000;
	font-family: 'Open Sans', sans-serif;
	font-size: 0.9375rem;
	line-height: 1.0625rem;
	max-width: 747px;
	margin: 0.75rem auto;
	padding: 0rem;
	background-color: #fff;
	overflow: hidden;
	text-align: left;
	position: relative;
	color: #000;
	border-radius: 26px;
}
article {
	margin: 0rem 0rem 0rem 0rem;
	padding: 1.1875rem 2.6875rem 4.5rem 2.6875rem;
}
header {
	margin: 0rem 0rem 0rem 0rem;
	padding: 0rem 0rem 0rem 0rem;
}
header img {
	position:relative;
	top:0rem;
	left:0rem;
	margin:0rem 0rem 0rem 0rem;
	text-align:right;
	display: block;
}
section {
	margin: 0rem 0rem 0rem 0rem;
	padding: 0rem 0rem 0rem 0rem;
}
footer {
	margin: 0rem 0rem 0rem 0rem;
	padding: 0rem 0rem 0rem 0rem;
}
h1 {
	font-size: 2.1875rem;
	margin: 0rem 0rem 0.7rem 0rem;
	line-height: 2.375rem;
	color: #004b7f;
	font-family: 'Roboto Slab', serif;
	}
h1 span {
	font-size:70%;
	font-weight:normal;
}

h3 {
	font-size: 0.9375rem;
	margin: 0.5rem 0rem 0rem 0rem;
	line-height: 1.2rem;
}
p {
	margin-bottom: 1rem;
	text-align: justify;
}
p:last-child {
	margin-bottom:0rem;
}
a {
	color: #000;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
img {
	max-width: 100%;
	height: auto;
	width: auto\9;
}
ul {
	margin: 0rem 0rem 0rem 0rem;
	padding: 0rem 0rem 0rem 0rem;
	list-style: none;
}
ul li {
	padding-left: 0.9rem;
	background: url("iconli.png") no-repeat left 6px;
	text-align: left;
}

.clearfix {
	clear:both;
	font-size:0rem;
	line-height:0rem;
	display:block;
}
u{text-decoration: underline;}
em{font-style: italic;}

br{display: block;}
section p:nth-of-type(1){
    margin-bottom: 0.3125rem;
}
section p span{
    font-family: 'Roboto Slab', serif;
    color: #004b7f;
    font-size: 121%;
}
section h2{
    background: #0067b3;
    padding: 0.625rem 0.625rem 0.625rem 0.9375rem;
    font-size: 20px;
    color: #fff;
    border: 3px solid #fff;
    box-shadow: 3px 2px 9px #888888;
    line-height: 1.5rem;
    width: 292px;
    position: absolute;
    right: -0.5rem;
    top: 13.0625rem;
    -ms-transform: rotate(3deg);
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg);
}
footer strong, footer strong a{
    color: #0067b3;
}
ul + p {margin-top: 0.625rem;}
section aside:nth-of-type(2) h3:nth-of-type(1){margin-top: 0;}
footer aside:nth-of-type(1){
    margin-top: -2.9rem;
}
footer aside:nth-of-type(2){position: absolute;right: 0.625rem;bottom: 1.25rem;}
section aside:nth-of-type(1){width: 52.4%;float: left;}
section aside:nth-of-type(2){width: 43.5%;float: right;}
figure{margin: 0; padding: 0; position: relative;}
figure>a{position: absolute;bottom: 6%;right: 8%;height: 90%;width: 24%;}
section aside:nth-of-type(1) ul{font-size: 101%;/* letter-spacing: 0.3px; */}

@media screen and (max-width: 747px) {
	section aside:nth-of-type(1){width: 100%; float: none;}
	section aside:nth-of-type(2){width: 100%; float: none;}
	section h2{
	position: static;
	-ms-transform: rotate(0deg);
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
	width: 100%;
	margin-bottom: 1rem;
	font-size: 1rem;
	}
	footer aside:nth-of-type(1){
    position: static;
    margin-top: 1rem;
}
	footer aside:nth-of-type(2){position: static;margin-top: 1rem;}
section h2 br{display: block;}
	#wrapper{width: 100%;font-size: 0.815rem;line-height: 1rem;border:none;margin:0rem;}
	article{ padding: 0.625rem; margin: 0rem 0rem 0rem 0rem;}
	br{display: none;}
	header,aside,footer { position: relative; top: 0rem; left: 0rem;}
	header{text-align: center;display:  block;overflow:  hidden;margin-bottom: 0rem;}
	footer{text-align: left;margin-top: 0.3125rem;}
	aside{text-align: left;}
	
	section {margin: 0rem 0rem 0rem 0rem;padding: 0rem 0rem 0rem 0rem;}
	h1{margin: 0.625rem 0rem 0.625rem 0rem;font-size: 1.2rem;line-height: 1.5rem;text-align: center;}
	h3{margin: 1rem 0rem 0rem 0rem;font-size: 0.875rem;line-height: 1.25rem;}
	p {margin-bottom:3%;text-align: left;}
	a { font-weight:bold;}
	
	ul{margin-left: 0rem;/* margin-top: 0.625rem; */margin-bottom: 0.625rem;}
	ul li{padding: 0rem 0rem 0rem 0.75rem;background: url(iconli.png) no-repeat left 0.375rem;}
	section h1 br{display: block;}
	footer br{display: block;}
}