* {
	font-family:'Open Sans', sans-serif;
	font-size:100%;
	margin:0;
	padding:0;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
}
body {
	
}
#note {
	padding:0;
}
#note > p {
	background-color:rgba(0,0,0,0.05);
	color:rgba(17,17,17,0.3);
	font-size:0.8em;
	text-align:center;
	padding:0.2em;
}
#note > p > a {
	color:#000000;
}
hr {
	clear:both;
	margin-left:5%;
	margin-right:5%;
	border:0;
	height:1px;
	background-color:#8BBB6A;
}
div {
	width:49.9%;
	padding:5%;
	float:left;
}
div.full {
	width:99.9%;
}
div.part {
	padding-top:0;
}
div.box {
	background-color:#8BBB6A;
	padding:2em;
}
div.box > p > b {
	color:white;
	font-size:1.2em;
}
div > p {
	margin-bottom:1em;
}
div > p:last-child {
	margin-bottom:0em;
}
div > p.center {
	text-align:center;
}
div > p span {
	font-size:0.6em;
}
div > p img {
	display:inline-block;
	border:0;
	width:auto;
	height:auto;
}
div > h1 {
	font-size:1.5em;
	font-weight:300;
	margin-top:2em;
	margin-bottom:2em;
}
div > h1:first-child {
	margin-top:0;
}
div > ul {
	list-style-type:none;
	text-align:center;
}
div > ul > li {
	display:inline-block;
	width:250pt;
	height:auto;
	vertical-align:top;
	padding-left:2em;
	padding-right:2em;
	padding-bottom:2em;
	text-align:left;
}
div > ul > li > h2 {
	margin-bottom:1em;
}
div > ul > li > h3 {
	margin-bottom:1em;
	font-weight:600;
}
div > ul > li > p {
	margin-bottom:1em;
}
div > p:last-child {
	margin-bottom:0em;
}
div > ul > li > p > img {
	display:block;
	width:auto;
	height:auto;
	max-height:3em;
	max-width:100pt;
}
div > ul > li > p > img ~ img {
	margin-top:1em;
}
#privacypolicy > p > img {
	height:1em;
	vertical-align:middle;
}


@media only screen and (max-width:500px) {

div {
	width:99.9%;
}

}