/* ============================================================================
    Global Styling
============================================================================ */
@font-face {
    font-family: 'Geo';
    src: url('../fonts/geogtq-rg.eot');
    src: url('../fonts/geogtq-rg.eot?#iefix') format('embedded-opentype'),
         url('../fonts/geogtq-rg.woff2') format('woff2'),
         url('../fonts/geogtq-rg.woff') format('woff'),
         url('../fonts/geogtq-rg.ttf') format('truetype'),
         url('../fonts/geogtq-rg.svg#geogrotesque_rgregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Geo';
    src: url('../fonts/geogtq-md.eot');
    src: url('../fonts/geogtq-md.eot?#iefix') format('embedded-opentype'),
         url('../fonts/geogtq-md.woff2') format('woff2'),
         url('../fonts/geogtq-md.woff') format('woff'),
         url('../fonts/geogtq-md.ttf') format('truetype'),
         url('../fonts/geogtq-md.svg#geogrotesque_mdmedium') format('svg');
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family: 'Geo';
    src: url('../fonts/geogtq-sb.eot');
    src: url('../fonts/geogtq-sb.eot?#iefix') format('embedded-opentype'),
         url('../fonts/geogtq-sb.woff2') format('woff2'),
         url('../fonts/geogtq-sb.woff') format('woff'),
         url('../fonts/geogtq-sb.ttf') format('truetype'),
         url('../fonts/geogtq-sb.svg#geogrotesque_smbdsemibold') format('svg');
    font-weight: 600;
    font-style: normal;
}
* {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
html.js {margin:0 !important}
#wpadminbar {display:none;}
html, body {
	background: #333;
	height: 100%;
}
body {
	min-height: 100%;
	min-width: 1150px;
	font: normal 400 13px/24px "Geo", "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #454545;
}
body.lock {
	height: 100%;
	overflow: hidden;
}
h1, h2, h3, h4, h5, h6 {
	font-family: "Geo", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 600;
	color: #000;
}
p {
	font-size: 13px;
	line-height: 24px;
}
a {
	color: #000;
	text-decoration: none;
}
.Btn {
	display: inline-block;
	line-height: 40px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	padding: 0 25px;
	cursor: pointer;
	position: relative;
	overflow: hidden;
	font-size: 14px;
	font-weight: 500;
	background: none;
	color: #3064a5;
	text-transform: uppercase;
	-webkit-box-shadow: 0 0 0 1px #3064a5 inset, 0 0 0 0 #3064a5 inset;
	box-shadow: 0 0 0 1px #3064a5 inset, 0 0 0 0 #3064a5 inset;
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	-ms-transition: all 0.25s ease-in-out;
	-o-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
}
.Btn:hover {
	background: #3064a5;
	color: #FFF;
	-webkit-box-shadow: 0 0 0 1px #3064a5 inset, 0 -40px 0 0 #3064a5 inset;
	box-shadow: 0 0 0 1px #3064a5 inset, 0 -40px 0 0 #3064a5 inset;
}
.clearBtn {
	background: none;
	-webkit-box-shadow: 0 0 0 2px #FFF inset;
	box-shadow: 0 0 0 2px #FFF inset;
	color: #FFF;
}
.clearBtn:hover {
	background: #1d3054;
	color: #FFF;
	-webkit-box-shadow: 0 0 0 20px #1d3054 inset;
	box-shadow: 0 0 0 20px #1d3054 inset;
}
.blueBtn {
	background: #3064a5;
	-webkit-box-shadow: 0 0 0 1px #3064a5 inset, 0 0 0 0 #FFF inset;
	box-shadow: 0 0 0 1px #3064a5 inset, 0 0 0 0 #FFF inset;
	color: #FFF;
}
.blueBtn:hover {
	background: #FFF;
	color: #000;
	-webkit-box-shadow: 0 0 0 1px #FFF inset, 0 -40px 0 0 #FFF inset;
	box-shadow: 0 0 0 1px #FFF inset, 0 -40px 0 0 #FFF inset;
}
.alignCenter {
	text-align: center;
}
.title {
	margin: 0 0 30px;
	font-size: 32px;
	line-height: 38px;
}
.titleWrap {
	margin: 0 0 30px;
}
.titleWrap .title {
	float: left;
	margin: 0;
	line-height: 40px;
}
.titleWrap .Btn {
	float: right;
}
.subtitle {
	margin: 0 0 20px;
	font-size: 24px;
	line-height: 30px;
}
.desc, .pageContent p, .pageContent ul {
	font-size: 1em;
	line-height: 1.45em;
	margin: 0 0 1.75em;
}
.pageContent ul {
	list-style: inside;
}
.desc a {
	color: #3064a5;
	text-decoration: underline;
}
.articleContent p a {
	color: #3064a5;
	border-bottom: 1px dotted #3064a5;
	text-decoration: none !important;
}
.desc .Btn {
	vertical-align: middle;
	margin-right: 10px;
	color: #FFF;
	text-decoration: none;
}
.clearfix:after {
	content: "";
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
	line-height: 0;
	clear: both;
}
/* ============================================================================
    Containers
============================================================================ */
.siteWrap {
	height: 100%;
	background: #FFF;
	opacity: 1;
	position: relative;
	z-index: 0;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
body.lock .siteWrap {
	overflow: hidden;
}
.container {
	min-height: 100%;
	background: #FFF;
}
.innerContainer {
	overflow: auto;
	padding-bottom: 390px /* footer height */;
}
.wrapper {
	margin: 0 auto;
	padding: 0;
}
.wrapper:before,
.wrapper:after {
	content: "";
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
	line-height: 0;
	clear: both;
}
.inner {
	position: relative;
	width: 1120px;
	margin: 0 auto;
}
.content {
	padding: 30px 0;
}
.whiteBg {
	background: #FFF;
}
.greyBg {
	background: #f2f2f2;
}
/* ============================================================================
    Breadcrumbs
============================================================================ */
.breadCrumbs {
	padding: 10px 0;
	-webkit-box-shadow: 0 0 2px 0 rgba(0,0,0,0.1);
	box-shadow: 0 0 2px 0 rgba(0,0,0,0.1);
}
.breadCrumbs p {
	margin: 15px 0;
	line-height: 20px;
	font-size: 13px;
}
.breadCrumb {
	float: left;
}
.crumbLink {
	float: right;
}
/* ============================================================================
    Header
============================================================================ */
.pageHeader img {
	width: 100%;
}
/* ============================================================================
    Nieuws / Article
============================================================================ */
.articleContent {
	font-size: 15px;
	line-height: 22px;
}
.articleContent p, .articleContent ul, .articleContent ol {
	font-size: 14px;
	line-height: 24px;
	margin: 0 0 20px;
	color: #6a6a6a;
}
.articleContent ul li, .articleContent ol li {
	list-style: disc;
	margin-left: 20px;
}
.articleContent ol li {
	list-style: decimal;
}
.articleDate {
	margin: 0;
	line-height: 25px;
	font-size: 14px;
	text-transform: uppercase;
	color: #3064a5;
}
.articleImg {
	display: inline-block;
	float: right;
	margin: 0 0 30px 30px;
	padding: 5px;
	border: 1px solid #c2c2c2;
	background: #f2f2f2;
	max-width: 100%;
}
/* ============================================================================
    Footer
============================================================================ */
.footer {
	clear: both;
	/* height: 390px;
	margin-top: -390px /* negative footer height */
	position: relative;
	width: 100%;
	color: #FFF;
}
.footerTop {
	/* height: 90px; */
	background: url(../images/logo.jpg) no-repeat 50% 50% #ececf1;
}
.footerMiddle {
	background: #29292e;
	height: 250px;
	padding: 30px 0;
}
.footerSponsorTitle {
	color: #FFF;
	margin: 0 0 10px;
}
.footerSponsors {
	margin: 20px auto;
	padding: 0 30px;
}
#footerSlider {
	position: relative;
}
#footerSlider .slides li {
	width: 100px;
	max-width: 100px;
}
#footerSlider .slides li a {
	display: block;
	opacity: 0.75;
	overflow: hidden;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	background: #FFF;
	width: 80px;
	height: 80px;
	margin: 0 10px;
	padding: 5px;
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	-ms-transition: all 0.25s ease-in-out;
	-o-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
}
#footerSlider .slides li a:hover {
	opacity: 1;
}
#footerSlider .flex-direction-nav a {
	position: absolute;
	display: block;
	top: 0;
	width: 30px;
	height: 80px;
	line-height: 80px;
	cursor: pointer;
	color: #FFF;
	text-align: center;
	font-size: 16px;
}
#footerSlider .flex-direction-nav .flex-prev {
	left: -30px;
}
#footerSlider .flex-direction-nav .flex-next {
	right: -30px;
}
#footerSlider .flex-direction-nav .flex-disabled {
	display: none;
}
.footerBottom {
	background: #000;
	padding: 10px;
	/* height: 50px; */
}
.footerMenu ul {
	margin: 0;
}
.footerMenu ul li {
	display: inline-block;
	position: relative;
	margin: 0;
	line-height: 30px;
	font-size: 13px;
	padding: 0 0 0 20px;
}
.footerMenu ul li:first-child {
	padding: 0;
}
.footerMenu ul li:before {
	display: block;
	content: "-";
	position: absolute;
	left: 0;
	width: 20px;
	text-align: center;
	line-height: 30px;
	top: 0;
	color: #FFF;
}
.footerMenu ul li:first-child:before {
	display: none;
}
.footerMenu ul li a {
	color: #FFF;
	display: block;
}
