 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: 'Nunito', sans-serif; 
	font-weight: 900;
	color: #141e28; 
	font-size: 32px;
	line-height: 40px;
	}

h2 { 
	margin: 0;
	font-family: 'Nunito', sans-serif; 
	padding-top: 52px;
	padding-bottom: 0px;
	font-weight: 900;
	color: #f05014;
	font-size: 20px;
	}
	
	
h3 { 
	margin: 0;
	font-family: 'Nunito', sans-serif; 
	padding-top: 16px;
	font-weight: 900; 
	color: #141e28; 
	font-size: 20px;
	}	
	

ul {
    list-style: none;
    padding-left: 16px;
    margin: 0;
}

ul li::before {
	content: "\2022";
    color: #f05014;
    font-weight: 900;
    display: inline-block;
    width: 16px;
    margin-left: -16px;
}

p, li { 
	margin: 0;
	padding-top: 16px;
	font-family: 'Nunito', sans-serif; 
	font-weight: 600; 
	color: #141e28; 
	font-size: 16px;
	line-height: 22px;
	}
	
p.ws { 
	padding-top: 0px;
	}

p strong { 
	font-weight: 900; 
	}


/* header */
	
#header {
	position: absolute;
	display: table;
	padding: 20px 0px;
	z-index: 3;
	}
	
.wbg {
	background-color: #e8eef4;
	height: 220px;
	}

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

#ribbon-wrap {
    position: relative;
	}

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

 
/* main */


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


.btn {
	background-color: #f05014;
	border-radius: 20px;
	display: inline-block;
	height: 40px;
	font-family: 'Nunito', sans-serif; 
	font-weight: 900; 
	color: #ffffff; 
	font-size: 16px;
	text-decoration: none;
	text-align: center;
	line-height: 40px;
	margin-top: 20px;
	padding: 0px 20px;
}




/* footer */

#footer {
	background: #e8eef4;
	padding: 20px 0px 32px 0;
	}
	
#footer p { 
	text-align: center;
	color: #141e28;
	font-family: 'Nunito', sans-serif; 
	font-weight: 600; 
	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;
	}
}