@charset "UTF-8";
/* CSS Document */

html {
     overflow: -moz-scrollbars-vertical;
     overflow: scroll;
}
h1, h2, h3, h4, h5, h6, blockquote, p, form{
	margin: 0;
	padding: 0;
}
body {
	background:none repeat scroll 0 0 #FFF;
	color:#485D60;
	font-family: 'foco', Arial, Helvetica, sans-serif;
	font-weight: 400;
	font-size:14px;
	margin:0;
	text-align:center;
	vertical-align:top;
	-webkit-text-size-adjust: 100%;
}
h1{
	font-size: 30px;
	padding: 0px 0px 10px 0px;
	line-height: 1.3em;
	font-family:'foco', Arial, Helvetica, sans-serif;
	font-weight: 400;
	color: #65C0BE;
}
h2, h2 a{
	font-size:  23px;
	line-height: 1.3em;
	font-family:'foco', Arial, Helvetica, sans-serif;
	font-weight: 700;
	margin-bottom: 20px;
	text-decoration:none;
}
p{
	font-size: 21px;
	padding: 10px;
	line-height: 1.4em;
	font-family: 'foco', Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #485D60;
	font-weight: 400;
}

strong {
	font-weight: 700;
}
a:link, a:visited, a:hover{
	text-decoration: none;
}
a {
	color: inherit;
	border: none;
	text-decoration: none;
}
img {
	display: block;
	border: 0;
}

.logo {
	margin: 10% auto 50px;
	width: 80%;
	max-width: 375px;
	padding: 0;
}
.logo img {
	width: 100%;
	height: auto;
}

.text {
	margin: 0 auto 0;
	width: 100%;
	max-width: 760px;
}
.textwrapper {
	padding: 20px 5%;
	color: #fff;
	font-weight: 400;
	font-size: 18px;
	line-height: 22px;
	text-align: center;
}

.footer {
	margin: 30px auto 0;
	width: 100%;
	max-width: 760px;
}
.footerwrapper {
	padding: 20px 5%;
	color: #fff;
	font-weight: 400;
	font-size: 18px;
	line-height: 22px;
	text-align: center;
}
.footerwrapper h2 {
	color: #38919F;

}
.footerwrapper p {
	font-size: 17px;
	line-height: 1.6em;
}