@charset "UTF-8";

/* FONTS */

@font-face {
    font-family: '_text';
    src: url('webfont/OpenSans-Regular.eot');
    src: url('webfont/OpenSans-Regular.eot?#iefix') format('embedded-opentype'),
         url('webfont/OpenSans-Regular.woff') format('woff'),
         url('webfont/OpenSans-Regular.ttf') format('truetype'),
         url('webfont/OpenSans-Regular.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: '_text';
    src: url('webfont/OpenSans-Italic.eot');
    src: url('webfont/OpenSans-Italic.eot?#iefix') format('embedded-opentype'),
         url('webfont/OpenSans-Italic.woff') format('woff'),
         url('webfont/OpenSans-Italic.ttf') format('truetype'),
         url('webfont/OpenSans-Italic.svg') format('svg');
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: '_text';
    src: url('webfont/OpenSans-SemiBold.eot');
    src: url('webfont/OpenSans-SemiBold.eot?#iefix') format('embedded-opentype'),
         url('webfont/OpenSans-SemiBold.woff') format('woff'),
         url('webfont/OpenSans-SemiBold.ttf') format('truetype'),
         url('webfont/OpenSans-SemiBold.svg') format('svg');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: '_text';
    src: url('webfont/OpenSans-SemiBoldItalic.eot');
    src: url('webfont/OpenSans-SemiBoldItalic.eot?#iefix') format('embedded-opentype'),
         url('webfont/OpenSans-SemiBoldItalic.woff') format('woff'),
         url('webfont/OpenSans-SemiBoldItalic.ttf') format('truetype'),
         url('webfont/OpenSans-SemiBoldItalic.svg#fontid') format('svg');
    font-weight: 600;
    font-style: italic;
}

@font-face {
    font-family: '_text';
    src: url('webfont/OpenSans-Bold.eot');
    src: url('webfont/OpenSans-Bold.eot?#iefix') format('embedded-opentype'),
         url('webfont/OpenSans-Bold.woff') format('woff'),
         url('webfont/OpenSans-Bold.ttf') format('truetype'),
         url('webfont/OpenSans-Bold.svg') format('svg');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: '_text';
    src: url('webfont/OpenSans-BoldItalic.eot');
    src: url('webfont/OpenSans-BoldItalic.eot?#iefix') format('embedded-opentype'),
         url('webfont/OpenSans-BoldItalic.woff') format('woff'),
         url('webfont/OpenSans-BoldItalic.ttf') format('truetype'),
         url('webfont/OpenSans-BoldItalic.svg#fontid') format('svg');
    font-weight: bold;
    font-style: italic;
}

/*
@font-face {
	font-family: '_code';
	font-style: normal;
	font-weight: normal;
	src:	url('webfont/scp.eot');
	src:	url('webfont/scp.eot?#iefix') format('embedded-opentype'),
			url('webfont/scp.woff') format('woff'),
			url('webfont/scp.ttf') format('truetype'),
			url('webfont/scp.svg#scp') format('svg');
}
*/

@font-face{
	font-family:'_icon';
	src:	url('webfont/TKHIcons.eot');
	src:	url('webfont/TKHIcons.eot?#iefix') format('embedded-opentype'),
			url('webfont/TKHIcons.woff') format('woff'),
			url('webfont/TKHIcons.ttf') format('truetype'),
			url('webfont/TKHIcons.svg#fontid') format('svg');
	font-weight:normal;
	font-style:normal;
}

/* RESET */

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

html, body, div, span, applet, object, iframe, 
h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, 
abbr, acronym, address, cite, code, 
del, dfn, em, img, ins, kbd, q, s, samp, 
big, small, strike, strong, sub, sup, tt, var, 
b, u, i, center, 
dl, dt, dd, ol, ul, li, 
fieldset, form, label, legend, 
table, caption, tbody, tfoot, thead, tr, th, td, 
article, aside, canvas, details, embed, figure, figcaption,  
footer, header, hgroup, menu, nav, output, ruby, section, summary, 
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

body {
    line-height: 1;
}

article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section { 
	display: block;
}

ol, ul {
    list-style: none;
}

blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

ins {
    background-color: #ff9;
    color: #000;
    text-decoration: none;
}

del {
    text-decoration:  line-through;
}

abbr[title], dfn[title] {
    border-bottom: 1px dotted;
    cursor: help;
}

hr {
    display: block;
    height: 1px;
    border: 0;   
    border-top: 1px dotted #cc7700;
    margin: 1em 0;
    padding: 0;
}

input, select {
    vertical-align: middle;
}

/* SETUP */

html {
	min-height: 100%;
}

body {
	margin: 0;
	padding: 0;
	height: 100%;
	font-family: _text, sans-serif;
	font-size: 100%;
	line-height: 1.375;
	color: #444444;
	text-align: center;
	background: #ffffff;
	-webkit-font-smoothing: auto;
	-moz-osx-font-smoothing: auto;
	text-rendering: optimizeLegibility;
}

button, input, select, textarea {
	font-family: _text, sans-serif;
}

h1, h2, h3, h4, h5, h6 {
	font-family: _text, sans-serif;
	font-weight: bold;
	color: #aabb00;
	font-size: 1em;
	line-height: 1.25;
}

h1 {
	font-weight: normal;
	font-size: 1.25em;
	margin-bottom: 0.5em;
}

h2 {
	font-weight: normal;
	font-size: 1.125em;
	margin-bottom: 0.5em;
}

h3, h4 {
	margin-top: 0.25em;
	font-weight: 600;
	margin-bottom: 0.125em;
}

h5 {
	color: #333333;
	font-weight: bold;
	margin-bottom: 0.125em;
}

h6 {
	color: #333333;
	font-weight: bold;
	margin-bottom: 0.125em;
}

p {
	font-size: 1em;
	margin-bottom: 0.5em;
}

ul, ol {
	margin-bottom: 1em;
}

ul.dotlist {
	list-style: disc outside;
}
ul.dotlist li {
	margin-left: 1.5em;
}
ul.list li {
	margin-bottom: 0.25em;
}

.semibold {
	font-weight: 600;
	color: #222222;
}

small, .small {
	font-size: 0.875em;
	line-height: 1.286;
}
p.small {
	margin-bottom: 0.3572em;
}

.nobreak, .nowrap {
	white-space: nowrap;
}

.left {
	float: left;
}
.right {
	float: right;
}
.clear {
	clear: both;
}

code, pre, tt {
	font-family: courier, monospace;
	color: #666;
}

.icon {
	font-family: '_icon';
	font-weight: normal;
	font-style: normal;
	display: inline-block;
	text-transform: none;
	letter-spacing: normal;
	word-wrap: normal;
	white-space: nowrap;
	direction: ltr;
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
	-moz-osx-font-smoothing: grayscale;
}

/* LAYOUT */

#wrapper {
	width: 100%;
	min-width: 20em;
	text-align: left;
	position: relative;
	background: #ffffff;
}

#headercontainer {
	clear: both;
	width: 100%;
	text-align: center;
	background: #fff;
	background: rgba(255,255,255,0.85);
	-webkit-backdrop-filter: blur(5px);
	backdrop-filter: blur(5px);
/*
	position: fixed; top 0; z-index: 200;
*/
}

#header {
	width: 96%;
	max-width: 75em; /* 1200 / 16 */
	margin: 0 auto;
}

#contentcontainer {
	clear: both;
	width: 100%;
}

#content {
	width: 96%;
	max-width: 75em; /* 1200 / 16 */
	margin: 0 auto;
}

#footercontainer {
	clear: both;
	width: 100%;
}

#footer {
	width: 96%;
	max-width: 75em; /* 1200 / 16 */
	margin: 0 auto;
	text-align: center;
	padding-top: 2em;
	background: #fff;
	background: rgba(255,255,255,0.85);
	-webkit-backdrop-filter: blur(5px);
	backdrop-filter: blur(5px);
}
#footer p {
	padding-bottom: 1em;
}
#footer #line {
	background: #bbcc00;
	text-align: right;
	padding-bottom: 0.25em;
	padding-right: 1em;
}
#footer #line span, #footer #line a {
	vertical-align: bottom;
}

#footer #line a:link, #footer #line a:visited {
	color: #ffffff;
	color: rgba(255,255,255,0.85);
}
#footer #line a:hover, #footer #line a:active {
	color: #000000;
}

.row {
	width: 100%;
}

.col {
	width: 100%;
	overflow: hidden;
	float: left;
}

.col .padbox {
	margin-bottom: 0.75em;
}

.col.last .padbox {
	margin-right: 0;
}

.row.static {
	line-height: 0;
}
.row.static .col .padbox {
	margin-left: 0.25em;
	margin-right: 0.25em;
	margin-bottom: 0.5em;
}
.row.static .w1of5 {
	width: 20%;
}
.row.static .w4of5 {
	width: 80%;
}
.row.static .w1of3 {
	width: 33%;
}
.row.static .w2of3 {
	width: 66%;
}
.row.static .w1of2 {
	width: 50%;
}

#nav {
	display: block;
	padding: 0 1em;
	text-align: center;
	font-family: _text, sans-serif;
}

#nav li {
	display: inline;
	color: #666666;
	line-height: 1;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
}

#nav li.selected {
	font-weight: 600;
}

#nav li a {
	text-decoration: none;
}
#nav li a:link, #nav li a:visited {
	text-decoration: none;
	color: #666666;
}
#nav li a:hover, #nav li a:active {
	text-decoration: none;
	color: #aabb00;
}
#nav li.selected a {
	color: #333333;
	font-weight: 600;
}

#logo {
	display: block;
	width: 18em;
	margin: 1em auto 0.5em auto;
}

a.button {
	text-shadow: 0 1px 0 #889900;
	padding: 0.5em 1em 0.6em 1em;
	line-height: 1.5;
	white-space: nowrap;
	vertical-align: middle;
	font-weight: bold;
	letter-spacing: 1px;
	border-radius: 3px;
	background: #bbcc00;
	border: 1px solid #aabb00;
	color: #fff;
}
a.button:link, a.button:visited {
	text-decoration: none;
	color: #fff;
}
a.button:hover, a.button:active {
	text-decoration: none;
	color: #fff;
	background: #aabb00;
}

a:link, a:visited {
	text-decoration: none;
	color: #aabb00;
}
a:hover, a:active {
	text-decoration: none;
	color: #000000;
}

a.ext:before {
	font-family: '_icon';
	font-weight: normal;
	font-style: normal;
	text-transform: none;
	letter-spacing: normal;
	word-wrap: normal;
	white-space: nowrap;
	direction: ltr;
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
	-moz-osx-font-smoothing: grayscale;
	color: #666;
	content: "\f004\00a0";
}
a.pdf:before {
	font-family: '_icon';
	font-weight: normal;
	font-style: normal;
	text-transform: none;
	letter-spacing: normal;
	word-wrap: normal;
	white-space: nowrap;
	direction: ltr;
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
	-moz-osx-font-smoothing: grayscale;
	color: #666;
	content: "\f003\00a0";
}
.extlinks a.ext:before {
	content: "";
}
/*
a.ext.pdf:before {
	content: "\f004\00a0\f003\00a0";
}
*/

.switch + div, .switch > span, .switch:target > a {
	display: none;
}
.switch:target + div {
	display: block;
}
.switch:target > span, .switch > a {
	display: inline;
}
.switch:target {
	margin-top: 0.5em;
}
.firstclose .switch:target {
	margin-top: 0;
}
.switch:target + div {
	margin-bottom: 0.5em;
}
.switch a:hover, .switch a:active {
	text-decoration: none;
}

h5.switch a {
	color: #444444;
}
h5.switch a:hover, h5.switch a:active {
	color: #aabb00;
}

.rollframe {
	position: relative;
}
.rollbox {
	position: absolute; bottom: 0;
	width: 100%;
	overflow: hidden;
	background: #eeeeee;
	color: #333333;
	background: rgba(255, 255, 255, 0.85);
	-webkit-backdrop-filter: blur(5px);
	backdrop-filter: blur(5px);
	opacity: 0.0;
	-webkit-transition: opacity 0.5s;
	-o-transition: opacity 0.5s;
	-moz-transition: opacity 0.5s;
	transition: opacity 0.5s;
}
.rollframe:hover .rollbox, .rollframe:active .rollbox {
	opacity: 1.0;
}
.rollbox h4 {
	color: #333333;
	font-weight: 600;
}
.rollbox .padbox {
	margin: 0.5em 0.75em 1em 0.75em;
}

/* MEDIAQUERIES */

.desk {
	display: none;
}
.mobi {
	display: block;
}

@media print {
	body {
		background: #fff;
		color: #000;
		font-size: 10pt;
		line-height: 1.2;
	}
	.desk, nav, #nav, .noprint {
		display: none;
	}
	#logo {
		margin-bottom: 1em;
	}
	
	.switch, .switch:target {
		margin-top: 0.5em;
	}
	.firstclose .switch:target {
		margin-top: 0;
	}
	.switch + div, .switch > span {
		display: block;
	}
	.switch > a {
		display: none;
	}
}

@media screen and (min-width: 55em) {
	#logo {
		float: left;
		margin-top: 2.5em;
		margin-bottom: 1em;
		margin-left: 0;
	}
	#nav {
		float: right;
		text-align: right;
		white-space: nowrap;
	}
	#nav li {
		display: block; float: left;
		padding-top: 2.5em;
		padding-bottom: 24px;
	}
	#nav li.selected {
		background: url(images/navbg.png) 50% 100% no-repeat;
	}
	#headercontainer {
/*
		position: relative;
*/
	}
	#footercontainer {
		position: fixed; bottom: 0px; z-index: 100;
	}
	
	.col .padbox {
		margin-right: 1.5em;
	}
	.w1of5 {
		width: 20%;
	}
	.w4of5 {
		width: 80%;
	}
	.w1of3 {
		width: 33%;
	}
	.w2of3 {
		width: 66%;
	}
	.w1of2 {
		width: 50%;
	}
	
	.desk {
		display: block;
	}
	.mobi {
		display: none;
	}
	
	.rollbox .padbox {
		margin: 0.5em 2em 1em 2em;
	}
}