/*
Oranje - #ff7609
Blauw - #0d1d6f
*/

/*-- Start reset --*/
	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 { 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; }
/*-- Einde reset --*/

html {
	font-size: 62.5%;
}

body {
	background: #eee;
	/*background: #fff;*/
	/*background-image: linear-gradient(#eee 100px, rgba(255,255,255,0) 400px);*/
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.6;
	font-family: 'lucida grande','lucida sans unicode','lucida sans',Helvetica,Arial,sans-serif;
	color: #444;
	text-rendering: optimizelegibility;
}

h1,
h2,
h3 {
	margin: 1em 0 0.5em;
	color: #ff7609;
	/*font-weight: bold;*/
}

h1 {
	margin-top: 0;
	font-size: 30px;
	font-size: 3rem;
}

h3 {
	color: #444;
	font-weight: bold;
}
		
@media screen and (min-width: 40em) {

	h1 {
		margin-top: 0;
		font-size: 32px;
		font-size: 3.2rem;
	}

}

h2 {
	font-size: 24px;
	font-size: 2.4rem;
}

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

p a {
	text-decoration: underline;
}

p a:hover,
p a:focus {
	text-decoration: none;
}

p {
	margin: 1em 0;
}

ol {
	margin-left: 1.5em;
	list-style: decimal outside;
}

ul {
	margin-left: 1em;
	list-style: circle outside;
}

.wrapper {
	margin: 0 auto;
	border-bottom: 10px solid #ff7609;
	padding: 0 8% 0;
	max-width: 48em;
	background-color: #fff;
	/*
	border: 1px solid #eee;
	border-top: none;
	border-bottom: none;
	*/
}
	

/*-- Start small screens --*/
	
	@media screen and (max-width: 39.9999em) {

		.wrapper {
			padding: 0 1em;
		}

	}

/*-- End small screens --*/


/*-- Start general classes --*/
	
	.iBlock,
	.iList > li,
	.iList > ul > li {
		/* sometimes class iList can't be set on ul, so has to be set on its parent elm instead, hence iList > ul > li */
		display: inline-block;
		vertical-align: top;
	}
	
	.ie7 .iBlock,	
	.ie7 .iList > li,
	.ie7 .iList > ul > li {
		display: inline;
		zoom: 1;
	}

	.mediaBox img {
		max-width: 100%;
		height: auto;
	}

/*-- End general classes --*/


/*-- Start header --*/

	.header {
		overflow: hidden;
		border-top: 8px solid #ff7609;
	}

	.logo {
		float: left;
		display: block;
		margin: 0.6em 0;
	}

	.mainnav {
		overflow: hidden;
		margin: 2em 0 0;
		text-align: right;
	}

	.mainnav li,
	.social li {
		border-left: 1px solid #999;
		text-align: left;
	}

	.mainnav li:first-child,
	.social li:first-child {
		border-left: none;
	}

	.mainnav a,
	.social a {
		display: block;
		margin: 0 1em;
		color: #0d1d6f;
		color: #444;
		font-size: 14px;
		font-size: 1.4rem;
	}

	.mainnav li:last-child a,
	.social li:last-child a {
		margin-right: 0;
	}

	.mainnav .active a {
		font-weight: bold;
		color: #0d1d6f;
		border-bottom: 4px solid #ff7609;
	}

	.mainnav a:hover,
	.mainnav a:focus {
		color: #0d1d6f;
		border-bottom: 4px solid #ff7609;
	}

	/*-- Start really narrow screens --*/
		
		@media screen and (max-width: 29.9999em) {

			.wrapper {
				/*padding: 0 0.5em;*/
			}

			.mainVisual {
				margin: 0 -0.5em;/* same as wrapper */
			}

			.mainnav {
				margin-top: 0.2em;
			}
			
			ul.mainnav > li {
				display: block;
				border: none;
				padding: 0;
				text-align: right;
			}

			.mainnav a {
				margin: 0;
				display: inline;
			}
		}

	/*-- End really narrow screens --*/

/*-- End header --*/


/*-- Start mainVisual --*/
	
	.mainVisual {
		margin: 0 -2em;
	}

	/*-- Start small screens --*/
		
		@media screen and (max-width: 39.9999em) {

			.mainVisual {
				margin: 0 -1em;/* same as wrapper */
			}

		}

	/*-- End small screens --*/

	.caption {
		margin: -0.5em 0.5em 0;
		color: #666;
		font-size: 12px;
		font-size: 1.2rem;
		text-align: right;
	}

	.attribution {
		margin-left: 0.5em;
		color: #999;
	}

	/*-- Start small screens --*/
		
		@media screen and (max-width: 39.9999em) {

			.attribution {
				font-size: 1rem;
			}

		}

	/*-- End small screens --*/

/*-- End mainVisual --*/


/*-- Start main --*/

	.main {
		margin: 0 0 0 25%;
	}


	/*-- Start small screens --*/
		
		@media screen and (max-width: 39.9999em) {

			.main {
				margin: 0;
			}

		}

	/*-- End small screens --*/



	/*-- Start wide screens --*/
		
		@media screen and (min-width: 40em) {

			.intro {
				font-size: 20px;
				font-size: 2.0rem;
				color: #555;
			}

		}

	/*-- End wide screens --*/


	.pullquote {
		float: left;
		margin-top: -4em;
		margin-left: -35%;
		width: 30%;
	}

	.pullquote p {
		position: relative;
		margin: 0;
		color: #999;
		font-family: georgia;
		font-style: italic;
		font-size: 1.3em;
	}

	.pullquote p:before,
	.pullquote p:after {
		position: absolute;
		font-size: 2em;
		font-weight: bold;
		color: rgba(255, 118, 9, 0.5);
		color: #ccc;
	}

	.pullquote p:before {
		content: "“";
		top: -0.6em;
		left: -0.7em;
	}

	.pullquote p:after {
		content: "”";
		bottom: -0.8em;
		right: -0.1em;
	}



	@media screen and (max-width: 39.9999em) {

		.pullquote {
			margin: 0 auto;
			float: none;
			border: 1px solid #ccc;
			border-left: none;
			border-right: none;
			padding: 1em 2em;
			width: auto;

		}

		.pullquote p:before {
			top: -0.5em;
			left: -0.5em;
		}

		.pullquote p:after {
			right: -0.3em;
			bottom: -0.9em;
		}

	}

	.pg-background .mediaBox {
		float: left;
		margin: 1.5em 1em 0 -33%;
		width: 25%;
	}
	.pg-background .mediaBox img {
		border: 1px solid #ccc;
	}


	/*-- Start small screens --*/
		
		@media screen and (max-width: 39.9999em) {

			.pg-background .mediaBox {
				margin-left: 0;
				/*width: 40%;*/
			}

		}

	/*-- End small screens --*/

/*-- End main --*/


/*-- Start footer --*/

	.mainFooter {
		margin-top: 2em;
		border-top: 1px solid #ccc;
		padding: 1em 0;
		text-align: right;
	}

	.mainFooter a:hover,
	.mainFooter a:focus {
		color: #ff7609;
	}
/*-- End footer --*/
