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:"" ""; }

@font-face {
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 300;
	src: url('../fonts/roboto-v30-latin-300.woff2') format('woff2'), /* Super Modern Browsers */
		url('../fonts/roboto-v30-latin-300.woff') format('woff'); /* Modern Browsers */
	text-rendering: optimizeLegibility;}

@font-face {
	font-family: 'Roboto';
	font-style: normal;	
	font-weight: 400;
	src: url('../fonts/roboto-v30-latin-regular.woff2') format('woff2'), 
		url('../fonts/roboto-v30-latin-regular.woff') format('woff'); 
	text-rendering: optimizeLegibility;}

@font-face {
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 700;
	src: url('../fonts/roboto-v30-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
		url('../fonts/roboto-v30-latin-700.woff') format('woff'); /* Modern Browsers */
	text-rendering: optimizeLegibility;}

	
html, body {
	height: 100%;
	width: 100%;}
	
body {
	font-size: 100.01%;
	width: 100%;
	-webkit-font-smoothing: subpixel-antialiased;}
	
h1 {
	font-family: 'Roboto', sans-serif;
	font-weight: 700;
	font-size: 50px;
	color: #152f6a;
	margin: 20px 0;}
	 
h2 {
	font-family: 'Roboto', sans-serif;
	font-weight: 700;
	font-size: 50px;
	color: #152f6a;
	margin: 20px 0;}

h3 {
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	font-size: 30px;
	line-height: 40px;
	color: #152f6a;
	margin: 20px 0;}
	
p {
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
	font-size: 18px;
	line-height: 26px;
	margin: 15px 0;
	color: #666;}

a {	
	font-family: 'Roboto', sans-serif;
	color: #666;
	text-decoration: none;}
	
a:hover {
	text-decoration: underline;}
	
hr {
	border-top: solid 1px #152f6a;
	margin: 25px 0 5px 0;}
	

/*------------------------------------------------------------------------------------------*/
/*                                       HEADER                                             */
/*------------------------------------------------------------------------------------------*/
	
#header {
	position: relative;
	top: 0;
	left: 0;
	width: 90%;
	height: 89px;
	padding: 0 5%;
	background-color: #152f6a;}
	
.logo {
	position: relative;
	top: -2px;
	padding: 0 10px;
	width: 246px;
	height: 109px;
	background-color: #fff;}
	
	
/*------------------------------------------------------------------------------------------*/
/*                                        NAVIGATION                                        */
/*------------------------------------------------------------------------------------------*/

#navi {
	position: absolute;
	width: auto;
	top: 13px;
	right: 5%;
	-webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;}
	
#navi li {
	cursor: pointer;
    display: block;
    float: left;}
	
#navi .current > a {
    color: #fff;}
	
#navi a {
    display: block;
	color: rgb(255, 255, 255, 0.5);
	font-weight: 400;
	text-transform: uppercase;
	font-size: 20px;
    padding: 20px 15px 22px;
    text-decoration: none;
	transition: all 0.8s ease-in-out 0s;}
	
#navi a:hover {
	color: #fff;
    text-decoration: none;
	transition: all 0.8s ease-in-out 0s;}
	
#navi li {
    transition: all 0.8s ease-in-out 0s;}
	
#navi li:hover {
	background: rgb(255, 255, 255, 0.3);
    transition: all 0.5s ease-in-out 0s;}
	

/*------------------------------------------------------------------------------------------*/
/*                                        CONTENT                                           */
/*------------------------------------------------------------------------------------------*/

#wrapper {
	position: relative;
	min-height: 100vh;
	width: 100%;}

#contentwrapper {
	position: relative;
	height: auto;
	width: 90%;
	padding: 2% 5% 89px 5%;}
	
.column {
	float: left;
	width: 48%;}
	
.left {
	padding-right: 2%;}
	
.right {
	padding-left: 2%;}
	
.clearer {
	clear: both;}

/*------------------------------------------------------------------------------------------*/
/*                                         FOOTER                                           */
/*------------------------------------------------------------------------------------------*/

#footer {
	position: relative;
	width: 100%;
	height: 89px;
	background-color: #152f6a;
	margin-top: -89px;}
