﻿: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: 'Roboto', sans-serif;
}
#wrapper {
	position: relative;
	max-width: 402px;
	margin: 0.75rem auto;
	border: 0.625rem solid #0075BC;
	padding: 0;
	background: #fff url(bg.jpg) no-repeat;
	overflow: hidden;
	text-align: left;
	line-height: 18px;
	font-size: 13px;
	/* word-spacing: 2px; */
	/* font-size: 13px; */
}
h1 {
	padding: 0.625rem;
	margin: 0.5rem 0 0.7rem 0;
	padding: 0.625rem 0 0.4375rem 1.0625rem;
	line-height: 2.2rem;
	text-align: left;
	font-weight: bold;
	font-size: 1.93rem;
	/* position: absolute; */
	top: 18rem;
	/* left: 34px; */
	color: #fff;
	background: #0777bc;
}
h1 span {
	font-weight: normal;
	font-size: 85%;
}
h1 small {
	font-size: 1rem;
	font-weight: normal;
	display: block;
}
h2 {
	margin: 1rem 0;
	line-height: 1.5rem;
	font-size: 1.375rem;
}
h3 {
	margin: 0 0;
	line-height: 1.25rem;
	font-size: 1.0625rem;
	color: #0075BC;
}
ul li:first-child {
}
p {
	margin: 0 0 0 0;
	padding: 0 0 0.3rem 0;
}
header {
	margin: 0 0 0px 0;
	padding: 0 0 0 0;
	position: relative;
}

header img {
    display: block;
    /* visibility: hidden; */
}
header a {
	position: absolute;
	top: 2%;
	right: 2%;
	display: inline-block;
	width: 57%;
	height: 27%;
	z-index: 100;
}
article {
	position: relative;
	/* box-shadow: 0px 0 4px rgba(0, 0, 0, 0.41); */
	/* background: #fff; */
	/* margin: 6px 7px   7px; */
	padding: 1px 15px  4px;
}
footer {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}
a {
	color: #000;
	text-decoration: none;
}

ul {
    margin: 0px 0rem 6px 0rem;
    padding: 0rem 0rem 0rem 0rem;
    list-style-image: url();
    list-style: none;
}
ul li {
    padding-left:12px;
}
ul li:before {
    content: "-";
    float: left;
    margin-left: 0rem;
    font-size: 17px;
    text-indent:-12px;
    position: relative;
    top: 0;
    color: #0075BC;
}
.clear {
	clear: both;
	margin: 0;
	display: block;
	padding: 0;
}
header img:nth-of-type(2) {
	display: none;
}

@media (max-width: 431px) {
#wrapper {
	background: #fff;
	width: 100%;
	min-width: 12.5rem !important;
	font-size: 0.8125rem;
	line-height: 1.0625rem;
	padding: 0rem;
	border: none;
	background-image: none;
}
header img:nth-of-type(1) {
	/* display: none; */
}
header img:nth-of-type(2) {
	display: block;
}
h1 span {
	font-weight: normal;
	font-size: 0.9375rem;
}
header {
	height: auto;
	padding: 0.1875rem 0.1875rem 0 0.1875rem;
	width: auto;
	margin: 0;
}
article {
	box-shadow: none;
	height: auto;
	padding: 0rem 0.625rem 0.625rem 0.625rem;
	width: auto;
	margin: 0;
}
footer {
	height: auto;
	padding: 0.1875rem;
	width: auto;
	margin: 0rem;
}
h1 {
	margin: 0 0 0.625rem 0;
	font-size: 1.125rem;
	line-height: 1.375rem;
	position: static;
	background: #0075BC;
	padding: 0.3125rem;
}
h1 small {
	font-size: 0.875rem;
}
h2 {
	margin: 0.625rem 0;
	font-size: 0.9375rem;
	line-height: 1.25rem;
}
h3 {
	margin: 0.625rem 0 0;
	font-size: 0.8125rem;
	line-height: 1.125rem;
}
a:hover {
	text-decoration: underline;
	color: #0160ae
}

p {
	margin: 0 0 0.625rem;
	text-align: left;
}
br {
	display: none;
}
ul li:first-child {
	white-space: normal;
}
p br {display: block;}
}
