﻿* { box-sizing: border-box;margin:0rem; padding:0rem; }

aside {
    position: absolute;
    top: 7.1rem;
    color: #fff;
    left: 2.5rem;
    font-size: 1.0625rem;
}

nav {
    margin: 0rem -1.5625rem 0.9375rem;
}
:root {  font-size:16px;}
html { min-height: 100%; }
#wrapper {
	color: #3F5464;
	border: solid thin #3F5464;
	font-size: 0.9375rem;
	line-height: 1.3125rem;
	max-width: 585px;
	margin: 0.75rem auto;
	padding: 0rem;
	background-color: #fff;
	font-family: 'Fira Sans', sans-serif;
	overflow: hidden;
	text-align: left;
	position: relative;
	}
article {
	margin: 0rem -0.5rem 0rem 0rem;
	padding: 1.5625rem;
	}
header {
	position: relative;
	text-align: right;
	margin: 0rem 0rem 1.25rem 0rem;
	padding: 0rem 0rem 0rem 0rem;
	}

header p span:nth-of-type(1) {
    color: #365DA7;
}

header p span:nth-of-type(2) {
    color: #A3AD17;
}

header p {
    font-weight: bold;
    font-size: 1.25rem;
    bottom: 0px;
    position: absolute;
    left: 0;
}
header img { position:relative; top:0rem; left:0rem; margin:0rem 0rem 0rem 0rem; text-align:right; }
section {
	margin: 0rem 0rem 0rem 0rem;
	padding: 0rem 0rem 0rem 0rem; }

section p:nth-of-type(1) {
    text-align: justify;
}
footer {
	text-align: center;
	margin: 1rem 0rem 0rem 0rem;
	padding: 0rem 0rem 0rem 0rem;
	}

footer p {
    text-align: center;
}
footer strong{color: #3264B0;}
footer strong a{color: #3264B0;}
h1 {
	padding-left: 0.75rem;
	color: #365DA7;
	font-size: 2.1rem;
	margin: 1rem 0rem 1rem;
	line-height:1.75rem;
	}
h1 span {color: #3F5464;font-size: 0.9375rem;font-weight:normal;}
h2 {
	font-size: 1.1875rem;
	margin: 1rem 0rem 2.75rem;
	line-height: 2rem;
	}
h3 {
	font-size:1.375rem;
	margin: 1rem 0rem;
	line-height:1.625rem; }
p {
	margin-bottom: 1rem;
	text-align: justify;
	}
p:last-child {
	margin-bottom:0rem;
	}
a {
	color: #3F5464;
	text-decoration: none;
	}
a:hover {
	text-decoration: underline; }
img {
	max-width: 100%;
	height: auto;
	width: auto\9; /* ie8 */ }

nav img:nth-of-type(2) {
    display: none;
}
ul {
	margin: 0.125rem 0rem 1rem 0rem;
	padding: 0rem 0rem 0rem 0rem;
	list-style-image: url();
	list-style: none;
	}
ul li {
	margin-bottom: 0.125rem;
	padding-left: 0.625rem;
	}
li:before {
	text-indent: -0.625rem;
	content: "\2022";
	/* color: #000; */
	float: left;
	margin-left: 0px;
	font-size: 0.75rem;
	margin-top: 0.0625rem;
	font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
	}
	h1:before {
	text-indent: -0.625rem;
	content: "\2022";
	color: #3F5464;
	float: left;
	margin-left: 0rem;
	font-size: 15px;
	margin-top: 0px;
	}
.clearfix {
	clear:both;font-size:0rem;line-height:0rem;display:block; }
section p:last-of-type{font-size: 0.875rem;}
@media screen and (max-width: 585px) {
#wrapper {
	width: 100%;
	font-size: 0.875rem;
	line-height: 1.25rem;
	border:none;
	margin:0rem;
	}
h1 {line-height: 2.3rem}
h2 {
    margin: 0 0 1rem;
}

nav img:nth-of-type(2) {
    display: block;
}
article  { padding: 0.625rem; }
article br {display: none; }
header,aside,footer { position: relative; top: 0px; left: 0px;}
header{margin-bottom: 0.875rem;text-align: center;}

header p {
    position: static;
    /* text-align: left; */
    margin-top: 1rem;
}

nav {
    margin-bottom: 0px;
}

nav img:nth-of-type(1) {
    display: none;
} 
footer br{/* text-align: left; */display: block;}
aside{padding: 0.625rem;background: #3c5360;text-align: left;margin: 0px -0.625rem 0.625rem;}
p {margin-bottom:3%;text-align: left;}

section p:nth-of-type(1) {
    text-align: left;
}
a { font-weight:bold;}
h2 br {display: block;}
}