/* @group general */
header,
footer,
nav,
section,
article {
	display: block;
}

body {
	margin: 0;
	padding: 0;
	background-color: #fff;
	color: #000;
	font-family: 'minion-pro', Georgia, Times, 'Times New Roman', serif;
	font-size: 18px;
	line-height: 1.5;
}

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

a:link,
a:visited {
	color: #82cb27;
}

a img {
	border-width: 0;
}
/* @end */

/* @group layout */
#wrapper {
	width: 720px;
	margin: 0 auto;
}
	#wrapper > header hgroup {
		text-align: center;
		margin-bottom: 32px;
	}

#content {
	padding: 2em 0;
}
/* @end */

/* @group navigation */
nav > ul {
	position: relative;
	margin: 0;
	padding: 0;
	list-style: none;
}
	nav > ul > li {
		display: inline-block;
		margin: 0;
		padding: 0;
		list-style: none;
		vertical-align: top;
	}
		nav > ul > li > ul {
			display: none;
			position: absolute;
			left: 0;
			bottom: -4.5em;
			margin: 0;
			padding: 0;
			font-size: 11px;
			font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, Verdana, sans-serif;
			font-weight: 600;
			text-transform: uppercase;
			letter-spacing: 3px;
			list-style: disc;
		}
		nav > ul > li.active > ul {
			display: block;
		}
		nav > ul:hover > li.active > ul {
			display: none;
		}
		nav > ul:hover > li:hover > ul {
			display: block;
		}
			nav > ul > li > ul > li {
				float: left;
				margin: 0 0 0 1.5em;
				padding: 0 2.5em 0 0;
			}
				nav > ul > li > ul > li a {
					display: block;
					padding: 1.5em 0;
				}
	nav a:link {
		color: #000;
		display: inline-block;
		text-decoration: none;
	}
	nav a:visited {
		color: #000;
	}

header > nav > ul {
	border-color: #000;
	border-style: solid;
	border-width: 1px 0;
	text-align: justify;
	text-justify: distribute-all-lines;
	font-size: 0 !important;
	zoom: 1;
	text-transform: uppercase;
	letter-spacing: 1px;
}
header > nav > ul:after {
	content: ".";
	display: inline-block;
	width: 100%;
	height: 0;
	visibility: hidden;
}
	header > nav > ul > li {
		display: inline-block;
		font-size: 16px;
		zoom: 1;
	}
	* + html header > nav > ul > li {
		display: inline;
	}
	header > nav > ul > li.active > a,
	header > nav > ul > li> ul > li.active > a {
		color: #82cb27;
	}

	footer nav li {
		margin-right: 1em;
	}
/* @end */

/* @group things */
#wrapper > header h1 {
	font-size: 40px;
	font-weight: 600;
}
#wrapper > header h2 {
	font-size: 11px;
	font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, Verdana, sans-serif;
	font-weight: 400;
	text-transform: uppercase;
	letter-spacing: 3px;
}
#wrapper > header h1 a {
	color: #333;
}
#wrapper > header h1 a:hover {
	color: #82cb27;
}
#wrapper > header hgroup h1 span {
	font-style: italic;
}
#wrapper > header hgroup h2 em {
	font-style: normal;
}
header a:link,
header a:visited {
	text-decoration: none;
}
header > a:link,
header > a:visited {
	color: #333;
}
header a:hover {
	color: #82cb27;
}

footer {
	padding: 1em;
	background-color: #82cb27;
	color: #fff;
	zoom: 1;
}
footer:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: ' ';
	clear: both;
	height: 0;
}
footer a:link,
footer a:visited {
	color: #fff;
	text-decoration: none;
}
footer > a {
	float: left;
	font-size: 25px;
	line-height: 54px;
}
	footer > a span {
		font-style: italic;
	}
footer nav {
	float: right;
	font-size: 12px;
	font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, Verdana, sans-serif;
	font-weight: 400;
	line-height: 18px;
	width: 200px;
	letter-spacing: 1px;
}
.csscolumns footer nav {
	-moz-column-count: 2;
	-moz-column-gap: 18px;
	-webkit-column-count: 2;
	-webkit-column-gap: 18px;
	column-count: 2;
	column-gap: 18px;
}
	footer nav li {
		float: left;
		width: 100px;
		margin: 0;
	}
	.csscolumns footer nav li {
		float: none;
		width: auto;
	}
/* @end */

/* @group contents */
article {
	padding: 2em 0;
}
article + article {
	border-color: #444;
	border-style: dotted;
	border-width: 1px 0 0 0;
}
article.single + article {
	border-top-width: 0;
	padding-top: 0;
}

#content h1 {
	margin: 0 0.5em 1em 0.5em;
	text-align: center;
	font-weight: 600;
	font-style: italic;
	font-size: 48px;
	color: #444;
}

.teaser {
	margin: 0 0 3em 0;
	padding: 0.75em 0;
	color: #444;
	border-color: #444;
	border-style: dotted;
	border-width: 1px 0;
	font-size: 15px;
	font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, Verdana, sans-serif;
	font-weight: 400;
	letter-spacing: 1px;
}
	.teaser > * {
		margin: 0;
	}

.meta {
	font-size: 14px;
	font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, Verdana, sans-serif;
	font-weight: 400;
	letter-spacing: 1px;
}

.body {
}
	.body h2 {
		margin: 3em 0 1em 0;
		text-align: center;
		color: #333;
	}
	.body ul,
	.body ol {
		margin-left: 0;
		padding-left: 0;
	}
	.body li {
		margin-left: 1em;
	}
	.body dl {
		margin-left: 0;
		margin-right: 0;
	}
		.body dl dt {
			float: left;
			clear: left;
			width: 100px;
			font-weight: bold;
		}
		.body dl dd {
			margin-left: 120px;
		}

.images {
	text-align: center;
}
ul + .images,
ol + .images,
p + .images {
	margin: 3em 0 0 0;
}
.image {
	margin: 1em 0;
	text-align: center;
}
.image.medium {
	display: inline-block;
	max-width: 360px;
}
.image.small {
	display: inline-block;
	margin: 1em;
	max-width: 120px;
}
.caption {
	font-size: 14px;
	font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, Verdana, sans-serif;
	font-weight: 400;
	letter-spacing: 1px;
	color: #666;
	margin: 0;
}

blockquote {
	font-size: 19px;
	font-weight: 600;
	font-style: italic;
}

aside {
	position: relative;
	padding: 2em 0;
	text-align: center;
}
	aside .slider {
		position: relative;
		height: 442px;
		overflow: hidden;
	}
		.slider .item {
			display: none;
			position: relative;
			-webkit-transition: 0.4s ease-in-out left;
			-moz-transition: 0.4s ease-in-out left;
			-ms-transition: 0.4s ease-in-out left;
			-o-transition: 0.4s ease-in-out left;
			transition: 0.4s ease-in-out left;
		}
		.slider .active,
		.slider .next,
		.slider .prev {
			display: block;
		}
		.slider .active {
			left: 0;
		}
		.slider .next,
		.slider .prev {
			position: absolute;
			top: 0;
			width: 100%;
		}
		.slider .next {
			left: 100%;
		}
		.slider .prev {
			left: -100%;
		}
		.slider .next.left,
		.slider .prev.right {
			left: 0;
		}
		.slider .active.left {
			left: -100%;
		}
		.slider .active.right {
			left: 100%;
		}
		
	aside button {
		display: block;
		position: absolute;
		top: 442px;
		z-index: 500;
		width: 18px;
		height: 18px;
		padding: 0;
		color: #fff;
		background-color: #ddd;
		border-color: #ddd;
		font-weight: bold;
		font-size: 18px;
		line-height: 18px;
		border-style: none;
		border-radius: 9px;
		cursor: pointer;
	}
	aside button:hover {
		background-color: #82cb27;
		border-color: #82cb27;
	}
	aside button.prev {
		left: 0;
	}
	aside button.next {
		right: 0;
	}
	aside article {
		position: absolute;
		padding: 0;
		border-width: 0;
	}
	aside header {
		margin: 0;
	}
	#content aside h1 {
		margin: 0;
		color: #82cb27;
	}
	aside .image {
		margin: 0;
		font-size: 16px;
	}
		aside .image img {
			display: block;
		}
	aside .caption {
		font-weight: normal;
		font-style: normal;
	}
	aside .meta {
		color: #666;
	}

.more {
	display: block;
	text-align: center;
}
.body .more {
	text-align: left;
}
aside .more {
	display: inline-block;
}
.more a {
	position: relative;
	padding-left: 24px;
	text-decoration: none;
	font-size: 12px;
	font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, Verdana, sans-serif;
	font-weight: 400;
}
.more a:before {
	position: absolute;
	left: 0;
	top: 0;
	width: 18px;
	height: 18px;
	background-color: #82cb27;
	border-radius: 9px;
	content: '';
}
.more a:after {
	position: absolute;
	left: 2px;
	top: 2px;
	width: 12px;
	height: 12px;
	border: 1px solid #fff;
	border-radius: 7px;
	content: '';
}

section.documents {
	margin-top: 3em;
	border-top: 1px dotted #444;
}

.page-start #content > article {
	display: inline-block;
	vertical-align: top;
	width: 45%;
	margin-right: 10%;
	border-width: 1px 0;
	border-style: dotted;
	border-color: #444;
}
.page-start #content > article + article {
	margin-right: 0;
}
.page-start #content > article + article + article {
	width: 100%;
	margin: 0;
	border-width: 0;
}
	.page-start #content > article h2 {
		text-align: center;
	}
/* @end */
