html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td { margin:0; padding:0; border:0; outline:0; font-weight:inherit; font-style:inherit; font-size:100%; font-family:inherit; vertical-align:baseline; }
:focus { outline:0; }
a:active { outline:none; }
body { line-height:1; color:black; background:white; }
ol,ul { list-style:none; }
table { border-collapse:separate; border-spacing:0; }
caption,th,td { text-align:left; font-weight:normal; }
blockquote:before,blockquote:after,q:before,q:after { content:""; }
blockquote,q { quotes:"" ""; }

html, body {
	height: 100%;
	width: 100%;}
	
body {
	font-size: 100.01%;
	width: 100%;
	-webkit-font-smoothing: subpixel-antialiased;}
	
h1 {
	font-family: 'Open Sans', Arial, sans-serif;
	font-weight: 800;
	font-size: 50px;
	line-height: 60px;
	color: #003e81;
	margin: 0 0 50px 0;}

p, a {
	font-family: 'Open Sans', Arial, sans-serif;
	font-weight: 400;
	font-size: 20px;
	line-height: 30px;
	color: #808285;
	margin-bottom: 20px;}
	
img {
	display: block;
	width: 220px;
	height: auto;}
  
a {
	text-decoration: none;}
	
a:hover {
	text-decoration: underline;}
	
/* ----------------------------- CONTENT ----------------------------- */
	
#wrapper {
	position: relative;	
	height: auto;
	min-height: 100%;
	width: 100%;
	margin: auto;}
	
#content {
	position: relative;
	width: 90%;
	min-height: 100vh;
	max-width: 1700px;
	box-sizing: border-box;
	padding: 5vh;
	margin: auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: center;}
	
.logo {
	width: 10%;
	min-width: 220px;
	margin: 0 5% 50px 0;}
	
.text {
	min-height: 100%;
	border-left: 1px solid #ccc;
	padding-left: 5%;
	width: 60%;}
	
@media only screen and (max-width: 900px) {
	
.text {
	border-left: 0;
	padding-left: 0;
	width: 100%;}
	
@media only screen and (max-width: 600px) {
	
h1 {
	font-size: 34px;
	line-height: 43px;}
	
p, a {
	font-size: 18px;
	line-height: 26px;}
	
.logo {
	margin: 0 50px 40px 0;}
	
}
	

	