@charset "UTF-8";

/******************************************
*   Reset
******************************************/

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
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;
	font-size: 100%;
	/*font: inherit;*/
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, main {
	display: block;
}
body {
	line-height: 1;
}
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;
}

/******************************************
*   Helper Classes
******************************************/

.clearfloat::after {
	display: block;
	visibility: hidden;
	clear: both;
	height: 0;
	content: ".";
}

/******************************************
*   Structure
******************************************/

* {
	margin: 0;
	padding: 0;
}

html {
	margin: 0 0;
	padding: 10px calc(50% - 550px) 10px calc(50% - 550px);
	width: 100%;
	overflow-x: hidden;
	border-width: 0 0 0 0;
	background-color: #EEEEEE;
}

body {
	margin: 0 0;
	padding: 0 0 0 0;
	width: 1100px;
	background-color: #FFFFFF;
}

header {
	position: relative;
	margin: 0 0 0 0;
	padding: 10px 15px 10px 15px;
	border-top: 4px solid #999999;
	width: auto;
	height: 120px;
}

header::after {
	display: block;
	visibility: hidden;
	clear: both;
	height: 0;
	content: ".";
}

nav {
	position: relative;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

main {
	position: relative;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	flex-wrap: wrap;
	height: auto;
	width: 1100px;
	min-width: 1100px;
	max-width: 1100px;
}
article {
	max-width: 100%;
	position: relative;
	margin: 0 0 0 0;
	padding: 10px 15px 10px 15px;
	height: auto;
}
article[style*=flex] {
	max-width: calc(100% - 360px);
}

section {
	position: relative;
	margin: 0 0 15px 0;
	padding: 0 0 0 0;
	border-width: 0 0 0 0;
	height: auto;
	width: 100%;
	max-width: 100%;
}

section::after {
	display: block;
	visibility: hidden;
	clear: both;
	height: 0;
	content: ".";
}

aside {
	margin: 0 0 0 0;
	padding: 10px 15px 10px 15px;
	height: auto;
	width: 300px;
	min-width: 300px;
	max-width: 300px;
	flex: 1;
}

footer {
	margin: 0 0 0 0;
	padding: 0 15px 15px 15px;
	border-top: 4px solid #999999;
	background-color: #EEEEEE;
}

/******************************************
*   Content structure
******************************************/

/* Main Text Columns */

.threecol {
	margin: 20px 0 0 0;
	padding: 0 0 0 0;
	-moz-column-count:    3;
	-webkit-column-count: 3;
	column-count:         3;
	-moz-column-gap:      15px;
	-webkit-column-gap:   15px;
	column-gap:           15px;
	-moz-column-rule-width:    thin;
	-webkit-column-rule-width: thin;
	column-rule-width:         thin;
	-moz-column-rule-style:    dashed;
	-webkit-column-rule-style: dashed;
	column-rule-style:         dashed;
}

.twocol {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	border-width: 0 0 0 0;
	-moz-column-count:    2;
	-webkit-column-count: 2;
	column-count:         2;
	-moz-column-gap:      15px;
	-webkit-column-gap:   15px;
	column-gap:           15px;
	-moz-column-rule-width:    thin;
	-webkit-column-rule-width: thin;
	column-rule-width:         thin;
	-moz-column-rule-style:    dashed;
	-webkit-column-rule-style: dashed;
	column-rule-style:         dashed;
}

.fullwidth {
	min-width: 90%;
	flex: 3 !important;
}

/* Content Flexboxes */

.threeboxes, .twoboxes {
	padding: 0 0 0 0;
	position: relative;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: stretch;
}
.threeboxes .box {
	position: relative;
	left: 7.5px;
	flex: 1 2 28%;
}
.threeboxes .box-2 {
	position: relative;
	left: 7.5px;
	flex: 2 1 58% !important;
}
.twoboxes .box {
	position: relative;
	left: 7.5px;
	flex: 1 1 47%;
}
.threeboxes .box,
.twoboxes .box {
	height: auto;
	margin: 0 15px 0 0;
	min-height: 250px;
}

.structure {
	margin: 0 0 15px 0;
	padding: 0 0 0 0;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
}

.structure > * {
	margin: 0 15px 0 0;
}

.structure:last-child {
	margin: 0 0 0 0;
}

section > .label {
}

.threeboxes > .label,
.twoboxes > .label,
#agenda {
	width: 100%;
}

section .structure > .label {
	min-width: 100%;
}

/*.structure :first-child {
	margin-right: 15px;
}*/
