@charset "UTF-8";
body {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	color: #151515;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	background-color: #E4F4F6;
}
#wrapper {
	background-color: #FFFFFF;
	width: 100%;
	min-width: 740px;
	max-width: 1000px;
	margin-left: auto;
	margin-right: auto;
	-webkit-box-shadow: 0px 1px 15px #999999;
	box-shadow: 0px 1px 15px #999999;
	margin-bottom: 0pc;
}
h1 {
	color: #2E72A4;
	font-family: cabin-sketch;
	font-style: normal;
	font-weight: 400;
	font-size: 72px;
	text-align: center;
	margin-bottom: 0pc;
	margin-top: 0pc;
	background-color: #FFFFFF;
	padding-top: 18px;
	padding-bottom: 6px;
}
#main {
	float: left;
	width: 75%;
	-webkit-box-shadow: 0px 0px;
	box-shadow: 0px 0px;
}
#main img {
	max-width: 100%;
	min-width: 0px;
}
footer {
	clear: left;
	padding-top: 2px;
	padding-bottom: 8px;
	text-align: left;
	padding-left: 23%;
	background-color: #FFFFFF;
	color: #2E72A4;
	font-family: cabin-sketch;
	font-style: normal;
	font-weight: 400;
	margin-bottom: 0pc;
}
#sidebar_l {
	width: 19%;
	margin-left: 2%;
	float: left;
	-webkit-box-shadow: 0px 0px;
	box-shadow: 0px 0px;
	margin-right: 2%;
}
#ads_sidebar_l {
	width: 160px;
	height: 600px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 15px;
}
#sidebar_r {
	width: 2%;
	float: left;
}
h2 {
	font-weight: normal;
	font-size: 30px;
	margin-top: 0pc;
	padding-top: 20px;
}

a {
	font-weight: bold;
	text-decoration: none;
}
a:link {
	color: #2E72A4;
}
a:visited {
	color: #879EB0;
}
a:hover, a:active, a:focus {
	color: #151515;
	text-decoration: underline;
}
#mainnav ul {
	list-style-type: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#mainnav a {
	width: 100%;
	display: block;
	text-align: left;
	background-color: #4D4D4D;
	color: #FFFFFF;
	padding-top: 6px;
	padding-bottom: 6px;
	text-transform: capitalize;
	text-indent: 14px;
	-webkit-box-shadow: 0px 0px;
	box-shadow: 0px 0px;
}
#mainnav li:first-of-type a {
	border-top-right-radius: 12px;
	border-top-left-radius: 12px;
}
#mainnav li:last-of-type a {
	border-bottom-left-radius: 12px;
	border-bottom-right-radius: 12px;
}
#mainnav a:hover, #mainnav a:active, #mainnav a:focus, #mainnav a.thispage {
	text-decoration: none;
	background-color: #2E72A4;
}
article , aside , figure, header, footer, nav{
	display: block;
}
figcaption {
	display: block;
	font-weight: normal;
	font-size: 14px;
	text-align: left;
}
.centered {
	margin-left: auto;
	margin-right: auto;
}
#cookieDiv {
	border: none;
	position: fixed;
	background-color: #4D4D4D;
	color: white;
	left: 0;
	bottom: 0;
	width: 100%;
	padding-left: 10px;
	padding-top: 7px;
	padding-bottom: 7px; 
	z-index: 1 ;
	font-size: 14px;
	opacity: 0.8;
}

#cookieDiv a {
	color: white;
	font-weight: normal;
	text-decoration: underline; 
}

#dismissButton {
	margin-left: 10px;
	background-color: transparent;	
	color: white;
	padding: 3px;
	border: 2px solid white;
	border-radius: 3px;
	font-size: 14px;
	transition-duration: 0.4s;
}

#dismissButton:hover {
	background-color: white;
	color: #4D4D4D;
}

article p, article li {
	line-height: 1.4em;
}

article p + ul {
	margin-top: -14px;
}

article h3 + p {
	margin-top: -14px;
}