 h1, h2, body, html, div.paragraph { 
	margin: 0;
	padding: 0;
	}
 
html { 
	width: 100%; 
	height: 100%; 
	}
	 
body { 
	width: 100%; 
	height: 100%; 
	background: #ffffff; 
	}
	
.page-content {
	position: relative;
	min-height: 100%;
	background: #ffffff;
	}
	
#main { 
	background: #fff;
	padding: 60px 0;
	}
	
.container {
	width: 100%;
	max-width: 1100px;
	margin: 0 auto;
	padding: 0 2em;
	box-sizing: border-box;
	}


/* text */
	
h1 { 
	margin: 0;
	font-family: 'Source Sans Pro', sans-serif; 
	font-weight: 700;
	font-size: 38px;
	line-height: 44px;
	color: #142824;
	}

h2 { 
	margin: 0;
	font-family: 'Source Sans Pro', sans-serif; 
	padding-top: 46px;
	padding-bottom: 12px;
	font-weight: 600;
	color: #a0c800; 
	font-size: 24px;
	}

p { 
	margin: 0;
	text-align: justify;
	padding-top: 10px;
	font-family: 'Source Sans Pro', sans-serif; 
	font-weight: 400; 
	font-size: 16px;
	line-height: 22px;
	color: #142824;
	}
	
pi { 
	margin: 0;
	text-align: justify;
	padding-top: 4px;
	font-family: 'Source Sans Pro', sans-serif; 
	font-weight: 400; 
	font-size: 16px;
	line-height: 22px; 
	color: #142824;
	}
	
p pb { 
	color: #a0c800;
	font-weight: 400;
	margin-right: 6px; 
	}

strong { 
	font-weight: 600; 
	}


/* header */
	
#header {
	position: absolute;
	display: table;
	padding: 20px 0px;
	z-index: 3;
	}
	
.wbg {
	background-image: url('w-bg.jpg') !important;
	background-repeat: no-repeat !important;
	background-position: 50% 50% !important;
	background-size: cover !important;
	height: 320px;
	}

#logo-wrap {
	height: 100%;
	position: relative;
	}
	
.logo {
	width: 180px;
	height: 180px;
	background: transparent url('w-logo.png') center center no-repeat;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -90px 0 0 -90px;
	}

#ribbon-wrap {
    position: relative;
	}

.ribbon {
	width: 242px;
	height: 166px;
	background: transparent url('erfa.png') center center no-repeat;
	position: absolute;
    top: 0px;
    right: 0px;
	}

 
/* main */


hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #eeeeee;
    margin: 10px 0;
    padding: 0; 
}

/* footer */

#footer {
	background: #142824;
	padding: 20px 0px 32px 0;
	}
	
#footer p { 
	text-align: center;
	color: #ffffff;
	font-family: 'Source Sans Pro', sans-serif; 
	font-weight: 400; 
	font-size: 16px; 
	}


/* responsive */

@media (max-width: 840px) {
 .wsite-multicol-col {
	max-width: 100% !important;
	display: block;
	width: auto !important;
	margin: 0 auto 1em !important;
	}
}