body {
	background: #b5d2e0;
	padding: 0;
	margin: 0;
	font-family: 'Raleway', sans-serif;
	color: #3e3e3e;
	line-height: 1.4em;
}

p {
	margin: 0 0 1.3em 0;
}

a {
	color: #000000;
}

ul li {
  margin-bottom: 5px;
}

.membership-link {
	display: block;
	background-image: url('../form.png');
	background-repeat: no-repeat;
	background-size: 32px 32px;
	font-size: 0.9em;
	line-height: 1.3em;
	min-height: 22px;
	padding: 5px 0 5px 38px;
}

#header {
	position: relative;
	background: #ffffff;
}

#header .inner {
	padding: 20px;
	max-width: 1020px;
	margin: 0 auto;
}

#header:after {
	display: block;
	background-repeat: no-repeat;
  background-size: 100% 100%;
	content: '';
	height: 70px;
	position: absolute;
	left: 0;
	bottom: 0;
	right: 0;
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100' height='100' viewBox='0 0 100 100' preserveAspectRatio='none'%3E%3Cpolygon points='0,100 100,0 100,100' style='fill:#b5d2e0' /%3E%3C/svg%3E");
	box-shadow: inset 0 -1px 0 0 #b5d2e0, 0 1px 0 0 #b5d2e0;
}

#header img {
	width: 250px;
	height: auto;
}

#main {
	max-width: 1020px;
	margin: 0 auto;
	padding: 60px 20px 20px;
}

#main h2 {
	text-transform: uppercase;
	font-size: 1.3em;
	font-weight: 700;
	letter-spacing: 0.1em;
	padding: 0 0 15px 0;
	margin: 0 0 20px 0;
	border-bottom: 2px solid #9cbecf;
}

#main h3 {
	text-transform: uppercase;
	font-size: 1.1em;
	font-weight: 700;
	letter-spacing: 0.1em;
	margin: 0 0 10px 0;
}

#content {
	float: left;
	width: 65%;
}

#sidebar {
	float: right;
	width: 30%;
	padding-top: 60px;
}

#contact {
	padding-bottom: 30px;
}

#footer {
	max-width: 1020px;
	margin: 0 auto;
	padding: 30px 20px;
	font-size: 0.8em;
	color: #70a3bc;
	clear: both;
	margin-top: 30px;
	text-align: right;
}

#footer p {
	margin: 0;
}


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

	#content {
		float: none;
		width: auto;
	}

	#sidebar {
		float: none;
		width: auto;
		padding-top: 20px;
	}

}

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

	#header .inner {
		padding: 20px 20px 40px;
	}

	#header img {
		width: 200px;
	}

}
