/*****************/
/* html elements */
/*****************/

html {
	margin: 0;
	padding: 0;
}

body {
	color: #222221;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	margin: 0;
	padding: 0;
}

img {
	display: block;
}

a img {
	border: none;
}

h1, h2, h3, h4, h5, h6, p {
	margin-bottom: 0;
	margin-top: 0;
}

h1 {
	font-size: 26px;
	line-height: 30px;
	margin-bottom: 18px;
}

h2 {
	display: inline;
	font-size: 12px;
	font-weight: normal;
	line-height: 18px;
}

h2:before {
	content:'▪';
	display: inline-block;
	float: left;
	font-size: 20px;
	margin-right: 5px;
}

p {
	margin-bottom: 18px;
}

a {
	color: #B18B64;
	text-decoration: none;
}

a:hover {
	color: #B18B64;
	text-decoration: underline;
}

.blue h2,
.blue a,
.blue a:hover {
	color: #1B467F;
}

.brown h2,
.brown a,
.brown a:hover {
	color: #B18B64;
}

.grey h2,
.grey a,
.grey a:hover {
	color: #585857;
}

h1:last-child,
h2:last-child,
h3:last-child,
h4:last-child,
h5:last-child,
h6:last-child,
ul:last-child,
li:last-child,
table:last-child,
p:last-child {
	margin-bottom: 0;
}

/* **** */
/* Grid */
/* **** */

.container {
	margin: 0 auto;
}

.row.col {
	margin: 0;
	padding: 0;
}

.col {
	padding: 0 10px;
}

#line {
	position: absolute;
	right: 0;
	top: 0;
	z-index: 10;
}

#line img {
	height: 100%;
	margin: 20px 0;
	width: 100%;
}

/* ****** */
/* Header */
/* ****** */

#header {
	background-color: #FFF;
	background-color: rgba(255, 255, 255, 0.85);
}

.ie8 #header {
	background-color: transparent;
	background-image: url('/img/bg/bck_white.png');
}

#header .logo img {
	margin: 20px 0;
	padding: 0 0 0 10px;
	width: 100%;
}

#header .drieluik img {
	width: 100%;
}

#nav {
	z-index: 100;
}

#nav a,
#nav a:hover {
	font-weight: bold;
	text-decoration: none;
}

#nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#nav ul li {
	position: relative;
}

#nav .fw_main_wrapper > ul > li {
	float: left;
	margin-left: 25px;
	position: relative;
}

#nav .fw_main_wrapper > ul > li:first-child {
	margin-left: 0px;
}

#nav .fw_main_wrapper > ul > li > a {
	color: #1B467F;
	display: block;
	font-size: 14px;
	padding-bottom: 5px;
	text-transform: uppercase;
}

#nav .fw_main_wrapper > ul > li > a:hover,
#nav .fw_main_wrapper > ul > li.fw_active > a,
#nav .fw_main_wrapper > ul > li > .fw_subs_wrapper > ul > li > .fw_subs_wrapper > ul > li > a:hover,
#nav .fw_main_wrapper > ul > li > .fw_subs_wrapper > ul > li > .fw_subs_wrapper > ul > li.fw_active > a{
	color: #222221;
}

#nav .fw_main_wrapper > ul > li > .fw_subs_wrapper {
	background-color: #FFF;
	background-color: rgba(255, 255, 255, 0.85);
	display: none;
	left: -10px;
	padding: 5px 10px;
	position: absolute;
	top: 22px;
	width: 100%;
}

#nav .fw_main_wrapper > ul > li:hover > .fw_subs_wrapper,
.touch #nav .fw_main_wrapper > ul > li.fw_expanded > .fw_subs_wrapper {
	display: block;
}

#nav .fw_main_wrapper > ul > li > .fw_subs_wrapper > ul {
	list-style: none;
}

#nav .fw_main_wrapper > ul > li > .fw_subs_wrapper > ul > li {
	line-height: 16px;
}

#nav .fw_main_wrapper > ul > li > .fw_subs_wrapper > ul > li > .fw_subs_wrapper {
	margin-bottom: 13px;
}

#nav .fw_main_wrapper > ul > li > .fw_subs_wrapper > ul > li > a {
	color: #222221;
}

#nav .fw_main_wrapper > ul > li > .fw_subs_wrapper > ul > li > a:hover,
#nav .fw_main_wrapper > ul > li > .fw_subs_wrapper > ul > li.fw_active > a {
	color: #222221;
}

#nav .fw_main_wrapper > ul > li > .fw_subs_wrapper > ul > li > .fw_subs_wrapper > ul > li > a {
	color: #1B467F;
}

#nav .fw_main_wrapper > ul > li > .fw_subs_wrapper > ul > li > .fw_subs_wrapper > ul > li > a:before {
	content:'▪';
	display: inline-block;
	float: left;
	font-size: 28px;
	margin-right: 5px;
}

#nav .fw_main_wrapper > ul > li > a.fw_toggle {
	display: none;
}

.touch #nav .fw_main_wrapper > ul > li > a.fw_toggle {
	display: block;
	padding: 0 4px;
	position: absolute;
	right: -20px;
	top: -1px;
}

/* ***** */
/* Intro */
/* ***** */

#intro {
	color: #FFF;
	display: table;
	font-size: 20px;
	height: 464px;
	line-height: 24px;
	width: 100%;
}

#intro .wrapper {
	display: table-cell;
	vertical-align: middle;
	width: 100%;
}

#intro .intro {
	background-color: #000;
	background-color: rgba(0, 0, 0, 0.5);
	color: #FFF;
	padding: 33px 20px 31px;
}

.ie8 #intro .intro  {
	background-color: transparent;
	background-image: url('/img/bg/bck_black.png');
}

#intro strong {
	font-size: 26px;
	line-height: 29px;
}

.content #intro strong {
	font-size: 20px;
	line-height: 24px;
}

/* ******* */
/* Content */
/* ******* */

#content {
	background-color: #FFF;
	background-color: rgba(255, 255, 255, 0.85);
	margin-bottom: 22px;
	padding: 15px 0 20px;
}

.ie8 #content  {
	background-color: transparent;
	background-image: url('/img/bg/bck_white.png');
}

#content .image img {
	height: auto;
	width: 100%;
}

#content ol,
#content ul {
	padding: 0 0 0 15px;
}

#content .col,
#footer .col {
	margin-bottom: 20px;
}

#content .col:last-child,
#footer .col:last-child {
	margin-bottom: 0;
}

/* ***** */
/* FORMS */
/* ***** */

.fw_form_feedback {
	margin-bottom: 20px;
}

.error,
.fw_form_feedback_error {
	color: #F00;
}

.fw_form_legend {
	color: #0061A1;
	font-weight: bold;
}

.fw_form_fieldset {
	border: 1px solid #b3b2b2;
	margin-bottom: 20px;
	padding: 20px;
}

.fw_form_fieldset:last-child,
.fw_form_row:last-child {
	margin-bottom: 0;
}

.fw_form_row {
	margin-bottom: 5px;
}

.fw_form input[type=text],
.fw_form input[type=password],
.fw_form select,
.fw_form textarea {
	border: 1px solid #b3b2b2;
	border-radius: 0;
	font-family: inherit;
	font-size: inherit;
	padding: 5px;
	width: 100%;
}

.fw_form .fw_error input,
.fw_form .fw_error select,
.fw_form .fw_error textarea {
	border: 1px solid #F00;
}

.fw_form .fw_form_option .fw_form_sub_field {
	display: inline-block;
	width: 20px;
}

.fw_form .fw_form_option .fw_form_option_label {
	display: inline-block;
}

/* ****** */
/* Footer */
/* ****** */

#footer {
	background-color: #1b467f;
	background-color: rgba(27, 70, 127, 0.85);
	color: #FFF;
	line-height: 16px;
	padding: 25px 0 50px;
}

.ie8 #footer  {
	background-color: transparent;
	background-image: url('/img/bg/bck_blue.png');
}

#footer a {
	color: #FFF;
	text-decoration: none;
}

#footer a:hover {
	color: #FFF;
	text-decoration: underline;
}

#footer img[style*="left"] {
	margin-right: 10px;
	margin-top: 7px;
}

/* ********** */
/* Background */
/* ********** */

#background {
	bottom: 0;
	height: 100%;
	left: 0;
	position: fixed;
	right: 0;
	top: 0;
	width: 100%;
	z-index: -1;
}

@media screen and (min-width: 480px){
	#header .logo img {
		padding: 0 10px;
	}
}

@media screen and (min-width: 768px){
	#header .logo img {
		margin-left: 25%;
		width: 75%;
	}
	
	#nav .fw_main_wrapper {
		margin-top: 38px;
	}
	
	#nav .fw_main_wrapper > ul > li > a {
		padding-bottom: 30px;
	}
	
	#nav .fw_main_wrapper > ul > li > .fw_subs_wrapper {
		top: 47px;
	}
	
	#content .col,
	#footer .col {
		margin-bottom: 0px;
	}
	
	#content .image img {
		margin-bottom: -20px;
		margin-top: -15px;
	}
}

@media screen and (min-width: 1024px){
	#header .logo img,
	#line img {
		margin-top: 40px;
	}
	
	#nav .fw_main_wrapper {
		margin-top: 82px;
	}
	
	#nav .fw_main_wrapper > ul > li > .fw_subs_wrapper {
		top: 48px;
	}
	
	.drieluik img {
		height: 131px;
		width: 100%;
	}
}

@media screen and (min-width: 1280px){
	#header .logo img,
	#line img {
		margin-top: 60px;
	}
	
	#nav .fw_main_wrapper {
		margin-top: 127px;
	}
	
	#nav .fw_main_wrapper > ul > li > .fw_subs_wrapper {
		top: 47px;
	}
	
	.drieluik img {
		height: auto;
	}
	
}