article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
	display: block;
}

audio, canvas, video {
	display: inline-block;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden] {
	display: none;
}

html {
	font-family: sans-serif;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}

body {
	margin: 0;
}

a:focus {
	outline: thin dotted;
}

a:active, a:hover {
	outline: 0;
}

h1 {
	font-size: 2em;
	margin: .67em 0;
}

abbr[title] {
	border-bottom: 1px dotted;
}

b, strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

hr {
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	height: 0;
}

mark {
	background: #ff0;
	color: #000;
}

code, kbd, pre, samp {
	font-family: monospace, serif;
	font-size: 1em;
}

pre {
	white-space: pre-wrap;
}

q {
	quotes: "\201C" "\201D" "\2018" "\2019";
}

small {
	font-size: 80%;
}

sub, sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	border: 0;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 0;
}

figure.image {
	display: inline-block;
}

figure.image img {
	margin: 0;
	float: none;
}

figure.image figcaption {
	padding: 0 0 5px;
	text-align: left;
	font-style: italic;
}

figure.alignleft {
	float: left;
	margin: 8px 16px 8px 0;
}

figure.alignright {
	float: right;
	margin: 8px 0 8px 16px;
}

figure.aligncenter {
	display: table;
	margin-left: auto;
	margin-right: auto;
}

fieldset {
	border: 1px solid silver;
	margin: 0 2px;
	padding: .35em .625em .75em;
}

legend {
	border: 0;
	padding: 0;
}

button, input, select, textarea {
	font-family: inherit;
	font-size: 100%;
	margin: 0;
}

button, input {
	line-height: normal;
}

button, select {
	text-transform: none;
}

button, html input[type="button"], input[type="reset"], input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled], html input[disabled] {
	cursor: default;
}

input[type="checkbox"], input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

input[type="search"] {
	-webkit-appearance: textfield;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

button::-moz-focus-inner, input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
	vertical-align: top;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

/*
	Box Sizing
*/

*,
input[type="search"] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

/*
	Float Clearing
*/

.archive-pagination:before,
.clearfix:before,
.entry:before,
.entry-pagination:before,
.footer-widgets:before,
.nav-primary:before,
.nav-secondary:before,
.site-container:before,
.site-footer:before,
.site-header:before,
.site-inner:before,
.wrap:before {
	content: " ";
	display: table;
}

.archive-pagination:after,
.clearfix:after,
.entry:after,
.entry-pagination:after,
.footer-widgets:after,
.nav-primary:after,
.nav-secondary:after,
.site-container:after,
.site-footer:after,
.site-header:after,
.site-inner:after,
.wrap:after {
	clear: both;
	content: " ";
	display: table;
}
/*
	Objects
*/

embed,
iframe,
img,
object,
video,
.wp-caption {
	max-width: 100%;
}

/*
	Forms
*/

input,
select,
textarea {
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: 3px;
	box-shadow: 1px 1px 3px #eee inset;
	color: #999;
	font-size: 1.4rem;
	padding: 1.6rem;
	width: 100%;
}

input:focus,
textarea:focus {
	border: 1px solid #999;
	outline: none;
}

::-moz-placeholder {
	color: #999;
	opacity: 1;
}

::-webkit-input-placeholder {
	color: #999;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button,
.entry-content .button {
	background-color: #333;
	border: none;
	box-shadow: none;
	color: #fff;
	cursor: pointer;
	padding: 1.6rem 2.4rem;
	text-transform: uppercase;
	width: auto;
}

button:hover,
input:hover[type="button"],
input:hover[type="reset"],
input:hover[type="submit"],
.button:hover,
.entry-content .button:hover {
	background-color: #f15123;
}

.entry-content .button:hover {
	color: #fff;
}

.button {
	border-radius: 3px;
	display: inline-block;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button {
	display: none;
}

/*
	Tables
*/

table {
	border-collapse: collapse;
	border-spacing: 0;
	line-height: 2;
	margin-bottom: 4rem;
	width: 100%;
}

tbody {
	border-bottom: 1px solid #ddd;
}

th,
td {
	text-align: left;
}

th {
	font-weight: bold;
	text-transform: uppercase;
}

td {
	border-top: 1px solid #ddd;
	padding: .6rem 0;
}

/*
	WordPress
*/

.avatar {
	float: left;
}

.alignleft .avatar {
	margin-right: 2.4rem;
}

.alignright .avatar {
	margin-left: 2.4rem;
}

.search-form input[type="submit"] {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	margin: -1px;
	padding: 0;
	position: absolute;
	width: 1px;
}

.sticky {
}

img.centered,
.aligncenter {
	display: block;
	margin: 0 auto 2.4rem;
	text-align: center;
}

img.alignnone {
	margin-bottom: 1.2rem;
}

.alignleft {
	float: left;
	text-align: left;
}

.alignright {
	float: right;
	text-align: right;
}

img.alignleft,
.wp-caption.alignleft {
	margin: 0 2.4rem 2.4rem 0;
}

img.alignright,
.wp-caption.alignright {
	margin: 0 0 2.4rem 2.4rem;
}

.wp-caption-text {
	font-size: 1.4rem;
	font-weight: 700;
	text-align: center;
}

.widget_calendar table {
	width: 100%;
}

.widget_calendar td,
.widget_calendar th {
	text-align: center;
}

/*
	Genesis
*/

.breadcrumb {
	margin-bottom: 2rem;
}

.archive-description,
.author-box {
	background-color: #fff;
	margin-bottom: 4rem;
}

.archive-description {
	padding: 4rem 4rem 2.4rem;
}

.author-box {
	padding: 4rem;
}

.author-box-title {
	color: #333;
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 1.6rem;
	margin-bottom: .4rem;
}

.author-box a {
	border-bottom: 1px solid #ddd;
}

.author-box p {
	margin-bottom: 0;
}

.author-box .avatar {
	width: 100%;
	margin: 0 0 2.4rem 0;
}

.author-box table {
	width: 100% !important;
}

@media screen and (min-width: 768px) {
	.author-box .avatar {
		margin: 0 2.4rem 0 0;
		width: auto;
	}
}

/*
	Titles
*/

.entry-title {
	font-size: 3.6rem;
	line-height: 1;
}

.entry-title a,
.sidebar .widget-title a {
	color: #333;
}

.entry-title a:hover {
	color: #666;
}

.widget-title {
	font-size: 1.6rem;
	margin-bottom: 2.4rem;
	text-transform: uppercase;
}

.sidebar .widget-title a {
	border: none;
}

.archive-title {
	font-size: 2rem;
	margin-bottom: 2.4rem;
}

/*
	Other
*/

html, .p-author .profile .p-name, .custom-timeline-owner-profile .p-name, .cards-base p, .cards-base p a, .timeline-header .custom-timeline-summary, .timeline-header .custom-timeline-summary a:link, .timeline-header .custom-timeline-summary a:visited, .timeline-header .summary, .timeline-header .summary a:link, .timeline-header .summary a:visited, .p-author a.profile:hover .p-name, .p-author a.profile:focus .p-name {
	height: 1px !important;
}

body {
	background: url("../../../images/noise.png") repeat scroll 0 0 #FCFCFC;
	color: #4E4E4E;
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 14px;
	line-height: 22px;
}

body .post, body .page {
	border: 1px solid #DFDFDF;
	border-radius: 5px;
	box-shadow: 3px 3px 12px -7px rgba(0, 0, 0, 0.6);
	background: #fff;
}

.site-inner {
	padding-top: 3rem;
}

.site-inner, .wrap {
	margin: 0 auto;
	max-width: 1140px;
}

.menupop .blavatar {
	display: none;
}

.attachment-be_small {
	height: 150px;
}

.attachment-be_small {
	background: none repeat scroll 0 0 #FFFFFF;
	border: 0 solid #EFEFEF;
	border-radius: 5px 5px 5px 5px;
	box-shadow: 1px 1px 2px 0 #D0D0D0;
	height: auto;
	display: block;
	margin: 0 0 10px;
	padding: 5px;
}

#floating_label {
	box-shadow: -3px -3px 12px -7px rgba(0, 0, 0, 0.6);
	height: 158px;
	position: fixed;
	right: 0;
	top: 75px;
	width: 30px;
}

.author-box {
	overflow: hidden;
}

.entry-footer .entry-meta {
	margin: 0 0.2rem;
}

.description_excerpt {
	max-height: 190px;
	overflow: hidden;
	padding: 10px;
}

.avatar {
	height: auto;
	background-color: #fff;
	float: left;
	margin: 0 10px 0 0;
}

.loginfront-page .entry-content {
	padding: 0 20%;
}

.frontpage .site-inner .wrap {
	margin: 0 auto;
	max-width: 1140px;
}

.archive-pagination li a:hover, .archive-pagination li.active a {
	background-color: #0088ff;
}

.archive-pagination li a {
	background-color: #666666;
	border-radius: 3px 3px 3px 3px;
	color: #FFFFFF;
	cursor: pointer;
	display: inline-block;
	padding: 0.8rem 1.2rem;
}

.twitter-timeline {
	padding-top: 20px;
}

td {
	border: 1px solid #DDDDDD !important;
	padding: 0.6rem 0;
}

.home_content_wrap > .home_content_inner > .one-third > .widget-area .nieuwsbrief {
	margin: 3rem 0;
}

.home_content_wrap > .home_content_inner > .one-third > .widget-area .textwidget > .register_nieuwsbrief {
	margin: 3rem 0 0;
}
/*
	Typographical Elements
*/

html {
	font-size: 62.5%; /* 10px browser default */
}

body, code .mu_register {
	background-color: #f5f5f5;
	color: #666;
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 1.6rem;
	font-weight: 300;
	line-height: 1.625;
}

a,
button,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.button {
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition: all 0.1s ease-in-out;
	-ms-transition: all 0.1s ease-in-out;
	-o-transition: all 0.1s ease-in-out;
	transition: all 0.1s ease-in-out;
}

::-moz-selection,
::selection {
	background-color: #333;
	color: #fff;
}

a {
	color: #666;
	text-decoration: none;
}

a img {
	margin-bottom: -.4rem;
}

a:hover {
	color: #333;
}

p {
	margin: 0 0 2.4rem;
	padding: 0;
}

strong {
	font-weight: 700;
}

.widget-area strong {
	font-weight: 400;
}

ol,
ul {
	margin: 0;
	padding: 0;
}

blockquote,
blockquote::before {
	color: #999;
}

blockquote {
	margin: 4rem 4rem 2.4rem;
}

blockquote::before {
	content: "\201C";
	display: block;
	font-size: 3rem;
	height: 0;
	left: -2rem;
	position: relative;
	top: -1rem;
}

.entry-content code {
	background-color: #333;
	color: #ddd;
}

cite {
	font-style: normal;
}

/*
	Headings
*/

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #333;
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-weight: 700;
	line-height: 1.2;
	margin: 0 0 1.6rem;
}

h1 {
	font-size: 3.6rem;
}

h2 {
	font-size: 3rem;
}

h3 {
	font-size: 2.4rem;
}

h4 {
	font-size: 2rem;
}

h5 {
	font-size: 1.8rem;
}

h6 {
	font-size: 1.6rem;
}
.button-blue, .mu_register .submit {
	background-color: #0088FF;
	border-color: #0090FF;
	color: #fff;
}

.button-blue:hover, .button-blue:active, .mu_register .submit:hover, .mu_register .submit:active {
	color: #FFFFFF !important;
	opacity: 0.7;
	transition: all 0.5s ease 0s;
}

.register_nieuwsbrief {
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 2rem;
	letter-spacing: 1px;
	margin: 0;
	padding: 2rem 4rem;
	display: block;
	text-align: center;
	text-decoration: none;
	border: 1px solid #DDDDDD;
	border-radius: 5px 5px 5px 5px;
}

.info, .success, .warning, .error, .validation {
	border: 1px solid;
	margin: 1rem 0;
	padding: 1.5rem 1rem 1.5rem 5rem;
	background-repeat: no-repeat;
	background-position: 1rem center;
}

.info {
	color: #00529B;
	background-color: #BDE5F8;
	background-image: url('info.png');
}

.success {
	color: #4F8A10;
	background-color: #DFF2BF;
	background-image: url('success.png');
}

.warning {
	color: #9F6000;
	background-color: #FEEFB3;
	background-image: url('warning.png');
}

.error {
	color: #D8000C;
	background-color: #FFBABA;
	background-image: url('error.png');
}

.pdf-box {
	box-shadow: 0 2px 2px 0 #ddd;
	-moz-box-shadow: 0 2px 2px 0 #ddd;
	-webkit-box-shadow: 0 2px 2px 0 #ddd;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	background: #cae0ec url("../../../images/pdf.png") no-repeat 10px 15px;
	border: 1px solid #aec3ce;
	color: #08557e;
	margin: 0 2px 20px;
	padding: 1.7rem 1.5rem 2rem 5.5rem;
	min-width: 50px;
}

a.button {
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	display: inline-block;
	font-size: 1.3rem;
	font-weight: 400;
	line-height: 1.3rem;
	margin: 0 0 1rem;
	padding: .8rem 2rem;
	text-decoration: none;
}

a.button:hover {
	-moz-transition: all .5s ease;
	-o-transition: all .5s ease;
	-webkit-transition: all .5s ease;
	color: #fff !important;
	opacity: .7;
	transition: all .5s ease;
}

a.button.small {
	background-color: #303236;
	color: #fff;
	font-size: 1.3rem;
	font-weight: bold;
	line-height: 1.3rem;
	padding: .8rem 2rem;
}

a.button.normal {
	background-color: #303236;
	color: #fff;
	font-size: 1.6rem;
	line-height: 2.6rem;
	padding: .8rem 2rem;
}

a.button.big {
	background-color: #303236;
	color: #fff;
	font-size: 1.8rem;
	line-height: 2.4rem;
	padding: 1.6rem 3.2rem;
}

a.button.thin {
	background-color: #303236;
	color: #fff;
	font-size: 1.4rem;
	line-height: 2.2rem;
	margin: 0;
	padding: .4rem 4rem;
	text-transform: uppercase;
}

.footer-widgets button,
.footer-widgets input[type="button"],
.footer-widgets input[type="reset"],
.footer-widgets a.button.small,
.footer-widgets a.button.medium,
.footer-widgets a.button.large,
.footer-widgets .circle {
	background: #111;
}

a.button.zwart {
	background-color: #111 !important;
	border: 1px solid #000 !important;
	color: #fff !important;
}

a.button.blauw {
	background-color: #1887e5 !important;
	border: 1px solid #105c9e !important;
	color: #fff !important;
}

a.button.donkerblauw {
	background-color: #293f5e !important;
	border: 1px solid #000 !important;
	color: #fff !important;
}

a.button.grijs {
	background-color: #777 !important;
	border: 1px solid #555 !important;
	color: #fff !important;
}

a.button.groen {
	background-color: #9dcb2a !important;
	border: 1px solid #83a924 !important;
	color: #fff !important;
}

a.button.oranje {
	background-color: #ff7e00 !important;
	border: 1px solid #cb6400 !important;
	color: #fff !important;
}

a.button.roze {
	background-color: #ff55a9 !important;
	border: 1px solid #c14080 !important;
	color: #fff !important;
}

a.button.paars {
	background-color: #7154c4 !important;
	border: 1px solid #594299 !important;
	color: #fff !important;
}

a.button.rood {
	background-color: #d91420 !important;
	border: 1px solid #a8271e !important;
	color: #fff !important;
}

span.circle {
	border-radius: 0.8em;
	-moz-border-radius: 0.8em;
	-webkit-border-radius: 0.8em;
	background: #000;
	color: #fff;
	display: inline-block;
	font-weight: 400;
	line-height: 1.6em;
	margin-right: 5px;
	text-align: center;
	width: 1.6em;
}

.gsc-above-wrapper-area table {
	border-collapse: collapse;
	border-spacing: 0;
	line-height: 2;
	margin-bottom: 1rem;
}

.gsc-table-result td {
	border-top: 0 solid #DDDDDD;
}

.gsc-webResult:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	margin: -3rem 0 -1rem;
	visibility: hidden;
}

.gsc-webResult.gsc-result, .gsc-results .gsc-imageResult {
	background-color: #FFFFFF;
	border-color: #FFFFFF;
}

.gsc-control-wrapper-cse tbody, .gsc-control-wrapper-cse td {
	border: 0 solid #ddd;
}

.gcsc-branding {
	display: none;
}

.gsc-control-cse {
	background-color: transparent !important;
	border: 0;
	padding: 0 !important;;
}

.gsc-result-info-container {
	background-color: #fff;
}

.gsc-wrapper {
	margin: -4rem 0 0 0;
	background-color: #ffffff;
	padding: 2rem;
}
.comment-respond,
.entry-comments,
.entry-pings {
	background-color: #fff;
	margin-bottom: 4rem;
}

.entry-comments {
	padding: 4rem;
}

.comment-respond,
.entry-pings {
	padding: 4rem 4rem 1.6rem;
}

.comment-respond a,
.entry-comments a {
	border-bottom: 1px solid #ddd;
}

.comment-content {
	clear: both;
}

.entry-comments .comment-author {
	margin-bottom: 0;
}

.comment-respond input[type="email"],
.comment-respond input[type="text"],
.comment-respond input[type="url"] {
	width: 50%
}

.comment-respond label {
	display: block;
	margin-right: 1.2rem;
}

.comment-list li,
.ping-list li {
	list-style-type: none;
}

.comment-list li {
	margin-top: 2.4rem;
	padding: 3.2rem;
}

.comment-list li li {
	margin-right: -3.2rem;
}

li.comment {
	background-color: #f5f5f5;
	border: 2px solid #fff;
	border-right: none;
}

.comment .avatar {
	margin: 0 1.6rem 2.4rem 0;
}

.entry-pings .reply {
	display: none;
}

.form-allowed-tags {
	background-color: #f5f5f5;
	font-size: 1.4rem;
	padding: 2.4rem;
}

.entry {
	background-color: #fff;
	border-radius: 3px;
	margin-bottom: 4rem;
	padding: 4rem 4rem 2.4rem;
}

.entry-content img {
	object-fit: contain;
	height: auto !important;
	object-position: center;
}

.entry-content a {
	border-bottom: 1px solid #ddd;
	color: #f15123;
}

.entry-content a:hover {
	color: #333;
}

.entry-content .attachment a,
.entry-content .gallery a {
	border: none;
}

.entry-content ol,
.entry-content p,
.entry-content ul,
.quote-caption {
	margin-bottom: 2.6rem;
}

.entry-content ol,
.entry-content ul {
	margin-left: 4rem;
}

.entry-content ol li {
	list-style-type: decimal;
}

.entry-content ul li {
	list-style-type: disc;
}

.entry-content ol ol,
.entry-content ul ul {
	margin-bottom: 0;
}

.entry-content table td,
.entry-content table th {
	padding: 1.5rem .7rem;
}

.entry-meta {
	color: #999;
	font-size: 1.4rem;
}

.entry-meta a {
	border-bottom: 1px solid #ddd;
}

.entry-header .entry-meta {
	margin-bottom: 2.4rem;
}

.entry-footer {
	clear: both;
}

.entry-footer .entry-meta {
	border-top: 2px solid #f5f5f5;
	margin: 0 -4rem;
	padding: 3.2rem 4rem 0.8rem;
}

.entry-comments-link::before {
	content: "\2014";
	margin: 0 0.6rem 0 0.2rem;
}

.entry-categories,
.entry-tags {
	display: block;
}

.entry-title {
	display: block;
	padding: 22px 0 0;
	margin: 0 36px 20px 0;
	position: relative;
	text-decoration: none;
	color: #333333;
	font-size: 22px;
	font-weight: lighter;
	letter-spacing: 0.1rem;
	text-transform: none;
}

.entry-content {
	min-height: 150px;
}

.entry-content a {
	border-bottom: 1px solid #DDDDDD;
	color: #0088FF;
}

a {
	color: #0088FF;
	text-decoration: none;
}

.content .page, .content .post, .content .author-box {
	background: none repeat scroll 0 0 #FFFFFF;
	border: 1px solid #DFDFDF;
	border-radius: 5px 5px 5px 5px;
	box-shadow: 0 1px 5px 0 #E3E3E3;
	padding: 30px;
	margin-bottom: 22px;
}

.content .page, .content .post, .content .author-box {
	margin-bottom: 22px;
	padding: 30px;
}

.post-image {
	background-color: #F5F5F5;
	border: 1px solid #DDDDDD !important;
	width: 100%;
	height: auto;
	border-radius: 5px 5px 5px 5px;
	box-shadow: 1px 1px 2px 0 #D0D0D0;
	display: block;
	padding: 5px;
	max-width: 100%;
}

.entry-content table {
	width: 100% !important;
}

.content-sidebar-wrap main.content article.entry .entry-content {
	overflow-x: auto;
}

@media screen and (min-width: 768px) {
	.post-image {
		max-width: 180px;
	}
}

@media screen and (min-width: 1023px) {
	.entry-content .search-form {
		width: 50%;
	}
}
.mediatheek {
    overflow-x: auto;
}

.mediatheek table {
    border-collapse: collapse;
    border-spacing: 0;
    line-height: 2;
    margin-bottom: 4rem;
    width: 100%;
}

.mediatheek th {
    background: #FCFCFC;
}

.mediatheek tr:nth-child(odd) {
    background: none repeat scroll 0 0 #F5F5F5;
}

.mediatheek th,
.mediatheek td {
    padding: 1rem 2rem;
    text-align: center;
}

.mediatheek td .button {
    padding: 3px 12px;
    vertical-align: center;
}

.mediatheek td .button:hover {
    color: #fff;
}

.mediatheek th.col1,
.mediatheek td.col1 {
    font-family: 'museo-sans', sans-serif;
    font-weight: 700;
    text-align: left;
}

.mediatheek img {
    background: none repeat scroll 0 0 #EEEEEE;
    border-radius: 50%;
    display: inline-block;
    height: 60px;
    margin-right: 20px;
    vertical-align: middle;
    width: 60px;
}

.download-box {
	box-shadow: 0 2px 2px 0 #ddd;
	-moz-box-shadow: 0 2px 2px 0 #ddd;
	-webkit-box-shadow: 0 2px 2px 0 #ddd;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	background: #d2eac2 url("../../../images/download-arrow.png") no-repeat 10px 15px;
	border: 1px solid #a7d28a;
	color: #689c2a;
	margin: 0 2px 2rem;
	padding: 1.4rem 1.5rem 2rem 5.5rem;
}

.info-box {
	box-shadow: 0 2px 2px 0 #ddd;
	-moz-box-shadow: 0 2px 2px 0 #ddd;
	-webkit-box-shadow: 0 2px 2px 0 #ddd;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	background: #cae0ec url("../../../images/info-button.png") no-repeat 10px 15px;
	border: 1px solid #aec3ce;
	color: #08557e;
	margin: 0 2px 2rem;
	padding: 1.7rem 1.5rem 2rem 5.5rem;
}

.alert-box {
	box-shadow: 0 2px 2px 0 #ddd;
	-moz-box-shadow: 0 2px 2px 0 #ddd;
	-webkit-box-shadow: 0 2px 2px 0 #ddd;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	background: #f2dbdb url("../../../images/alert-button.png") no-repeat 10px 15px;
	border: 1px solid #eab4b4;
	color: #c8001c;
	margin: 0 2px 2rem;
	padding: 1.7rem 1.5rem 2rem 5.5rem;
}

.note-box {
	box-shadow: 0 2px 2px 0 #ddd;
	-moz-box-shadow: 0 2px 2px 0 #ddd;
	-webkit-box-shadow: 0 2px 2px 0 #ddd;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	background: #ffec97 url("../../../images/note-button.png") no-repeat 10px 15px;
	border: 1px solid #ded5af;
	color: #ac670e;
	margin: 0 2px 2rem;
	padding: 1.7rem 1.5rem 2rem 5.5rem;
}

.gray-box {
	box-shadow: 0 2px 2px 0 #ddd;
	-moz-box-shadow: 0 2px 2px 0 #ddd;
	-webkit-box-shadow: 0 2px 2px 0 #ddd;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	background: #f5f5f5;
	border: 1px solid #e5e5e5;
	color: #888;
	margin: 0 2px 2rem;
	padding: 2rem 1.5rem 2rem;
}

.pagination,
.archive-pagination,
.entry-pagination {
	font-size: 1.4rem;
	margin: 4rem 0;
}

.archive-pagination li {
	display: inline;
}

.archive-pagination li a {
	background-color: #333;
	border-radius: 3px;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	padding: 0.8rem 1.2rem;
}

.archive-pagination li a:hover,
.archive-pagination li.active a {
	background-color: #f15123;
}

.entry-pagination a {
	border-bottom: 1px solid #ddd;
}

.related-posts {
	overflow: auto;
	margin: 5rem 0 1rem;
	display: block;
	min-width: 6rem;
}

.related_wrap {
	margin: 0 auto;
	max-width: 60rem;
}

.related-list li {
	float: left;
	list-style-type: none;
	margin: 0 1rem 0 0;
	text-align: center;
	width: 14rem;
}

.related-title {
	color: #999;
}

.related-list img {
	box-shadow: 1px 1px 2px 0 #D0D0D0;
	border: 0 solid #efefef;
	display: block;
	margin: 0 auto;
	padding: 5px;
	border-radius: 5px;
}

@media only screen and (max-width: 640px) {
	.related-list li {
		width: 100%;
		margin: 0;
		padding: 0 0 2rem;
	}
}
.content-sidebar-sidebar .content-sidebar-wrap,
.sidebar-content-sidebar .content-sidebar-wrap,
.sidebar-sidebar-content .content-sidebar-wrap {
	width: 92rem;
}

.content-sidebar-sidebar .content-sidebar-wrap {
	float: left;
}

.sidebar-content-sidebar .content-sidebar-wrap,
.sidebar-sidebar-content .content-sidebar-wrap {
	float: right;
}

.content {
	float: right;
	width: 74rem;
}

.content-sidebar .content,
.content-sidebar-sidebar .content,
.sidebar-content-sidebar .content {
	float: left;
}

.content-sidebar-sidebar .content,
.sidebar-content-sidebar .content,
.sidebar-sidebar-content .content {
	width: 52rem;
}

.full-width-content .content {
	width: 100%;
}

.sidebar-primary {
	float: right;
	width: 36rem;
}

.sidebar-primary .entry {
	padding: 0;
	box-shadow: none;
	border: 0;
}

.sidebar-primary .entry h2 {
	font-size: 16px;
}

.sidebar-primary .entry a {
	border: 0;
}

.sidebar-primary .entry img {
	margin: 0 10px 5px 0;
	object-fit: cover;
}

.sidebar-content .sidebar-primary,
.sidebar-sidebar-content .sidebar-primary {
	float: left;
}

.sidebar-secondary {
	float: left;
	width: 18rem;
}

.content-sidebar-sidebar .sidebar-secondary {
	float: right;
}

.five-sixths,
.four-sixths,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.three-fourths,
.three-sixths,
.two-fourths,
.two-sixths,
.two-thirds {
	margin: 0 0 2rem;
	padding: 0;
	width: 100%;
}

.first {
	clear: both;
	margin-left: 0 !important;
}

@media only screen and (min-width: 768px) {
	.five-sixths,
	.four-sixths,
	.one-fourth,
	.one-half,
	.one-sixth,
	.one-third,
	.three-fourths,
	.three-sixths,
	.two-fourths,
	.two-sixths,
	.two-thirds {
		float: left;
		margin-left: 3rem;
	}

	.one-half,
	.three-sixths,
	.two-fourths {
		width: calc(50% - 2rem);
	}

	.one-third,
	.two-sixths {
		width: calc(100% / 3 - 2rem);
	}

	.four-sixths,
	.two-thirds {
		width: calc(100% / 3 * 2 - 2rem);
	}

	.one-fourth {
		width: calc(100% / 4 - 2rem);
	}

	.three-fourths {
		width: calc(100% / 4 * 3 - 2rem);
	}

	.one-sixth {
		width: calc(100% / 6 - 2rem);
	}

	.five-sixths {
		width: calc(100% / 6 * 5 - 2rem);
	}
}
.site-inner,
.wrap {
	margin: 0 auto;
	max-width: 114rem;
}

.site-inner {
	clear: both;
	padding-top: 3rem;
}

@media only screen and (max-width: 1139px) {
	.site-inner,
	.wrap {
		max-width: 96rem;
	}
}
.site-footer {
	background-color: #fff;
	color: #999;
	font-size: 1.4rem;
	padding: 4rem 0;
	text-align: center;
}

.site-footer a {
	border-bottom: 1px solid #ddd;
}

.site-footer p {
	margin-bottom: 0;
}

.content div.sharedaddy div.sd-block {
	border: none;
	padding: 0;
}

.content div.sharedaddy .sd-content {
	float: left;
	margin-bottom: 32px;
}

.content div.sharedaddy a.sd-button {
	border: none !important;
	box-shadow: none;
}

.content .sd-social-icon-text a.sd-button > span, a.sd-button > span {
	opacity: 1;
	padding: 6px 12px;
}

.content a.sd-button > span {
	background-image: none !important;
	background: #EEEEEE;
	border: none;
	color: #0088FF;
	font-size: 11px;
	font-weight: bold;
	letter-spacing: 2px;
	padding: 8px 18px 7px;
	text-transform: uppercase;
}

.content a.sd-button:hover > span {
	background: #0088FF;
	color: #fff;
}

.sd-content .sd-button span.share-count {
	color: #333 !important;
	font-size: 100% !important;
}
/*
	Site Header
*/

.site-header {
	background-color: #fff;
	padding: 0 0;
	margin: 3rem auto 0;
	max-width: 96rem;
	width: 100%;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
}

.site-header .wrap {
	padding: 0 !important;
}

/*
	Site Header Navigation
*/

.site-header .sub-menu {
	border-top: 1px solid #eee;
}

.site-header .sub-menu .sub-menu {
	margin-top: -5.5rem;
}

/*
	Title Area
*/

.title-area {
	float: left;
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-weight: 700;
	padding: 1.6rem 0;
	width: 100%;
}

.header-image .title-area {
	padding: 0;
}

.site-title {
	font-size: 2.8rem;
	line-height: 1;
	margin: 0;
	text-transform: uppercase;
}

.site-title a,
.site-title a:hover {
	color: #333;
}

.site-description {
	color: #999;
	font-size: 1.6rem;
	font-weight: 300;
	line-height: 1;
	margin-bottom: 0;
}

/*
	Full width header, no widgets
*/

.header-full-width .title-area,
.header-full-width .site-title {
	width: 100%;
}

.site-description,
.site-title a {
	display: block;
	text-indent: -9999px;
}

.site-title a {
	float: left;
	min-height: 100px;
	width: 100%;
}

/*
	Widget Area
*/

.site-header .widget-area {
	float: right;
	text-align: right;
	width: 80rem;
}

.header-image .site-header .widget-area {
	padding: 4rem 0;
}

.site-header .search-form {
	float: right;
	margin-top: 2.4rem;
}

.site-header .widget-area {
	float: right;
	margin-top: 1.4rem;
	text-align: right;
	width: 800px;
}

/*
	Logo, hide text
*/

.header-image .site-header .widget-area {
	padding: 0;
}

.header-image .site-header .wrap {
	margin: 0 auto;
	max-width: 96rem;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
}

.header-image .site-header .wrap .title-area a {
	width: 100%;
}

.header-image .site-title a {
	min-height: 10rem;
}

/*
	Event Information
*/

.register_content {
	border-top: 1px solid #DFDFDF;
	background-color: #F3F3F3;
}

.cta {
	border-radius: 5px 5px 5px 5px;
	border: 1px solid #DFDFDF;
	background-color: #fff;
	max-width: 114rem;
	margin: 3rem auto 0;
	box-shadow: 0 1px 5px 0 #e3e3e3;
}

#event-information .thirds {
	border-bottom: 1px solid #DFDFDF;
	border-top: 1px solid #DFDFDF;
}

#event-information {
	margin: 3rem auto 0;
	max-width: 114rem;
	overflow: auto;
	padding: 0 1.6rem;
}

#event-information .wrap {
	-moz-border-bottom-colors: none;
	-moz-border-left-colors: none;
	-moz-border-right-colors: none;
	-moz-border-top-colors: none;
	background: none repeat scroll 0 0 #FFFFFF;
	border-color: #D2D2D2;
	border-image: none;
	border-style: solid;
	border-width: 1px 1px 0;
	overflow: visible;
	padding: 1.5rem 2rem 0;
	min-height: 9rem;
}

#event-information .title {
	color: #2b2b2b;
	display: block;
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 2rem;
	font-weight: bold;
}

#event-information .subtitle {
	color: #434343;
	font-size: 1.4rem;
}

#event-information .date,
#event-information .entry-time,
#event-information .location {
	background-position: left center;
	background-repeat: no-repeat;
	background-size: 4.5rem;
	margin-bottom: 2rem;
	min-height: 4.5rem;
	padding-left: 6rem;
	display: flex;
	align-items: flex-start;
	flex-direction: column;
	justify-content: center;
}

#event-information .date {
	background-image: url("../../../images/icon-date.png");
}

#event-information .entry-time {
	background-image: url("../../../images/icon-date.png");
}

#event-information .entry-time .icon,
#event-information .date .icon {
	position: absolute;
	color: #fff;
	font-weight: bold;
	font-size: 1.4rem;
	text-align: center;
	display: block;
	width: 2.4rem;
	left: 1.2rem;
	top: 1.6rem;
}

#event-information .location {
	background-image: url("../../../images/icon-location.png");
}

#event-information .location a.title {
	cursor: pointer;
}

#event-information .register .subtitle {
	background: #0088FF;
	color: #fff;
	padding: 1.5rem 1.5rem 0;
	font-size: 1.5rem;
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	display: inline-block;
}

#event-information .register .subtitle strong {
	font-size: 2.2rem;
}

#event-information .register .title {
	background: #0088FF;
	color: #fff;
	display: block;
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-weight: bold;
	font-size: 2.8rem;
	line-height: 3.2rem;
	text-transform: none;
	padding: 1.5rem 1.5rem 1.5rem 1.2rem;
}

#event-information .one-third {
	margin-bottom: 0;
}

.thirds {
	overflow: auto;
	margin: 0 auto;
	max-width: 1140px;
	padding: 3rem;
}

.thirds .widget-area > div:last-of-type {
	margin-bottom: 0;
}

.thirds .home_content_inner {
	margin: 0 auto;
	max-width: 114rem;
	overflow: auto;
	padding: 4rem 0 3rem;
}

.cta .slider-wrapper {
	margin: 0 auto 1rem;
	max-height: 40rem;
	max-width: 72rem;
	overflow: auto;
	padding: .5rem 1rem 0;
}

@media only screen and (min-width: 761px) {
	#event-information {
		display: flex;
		align-items: center;
	}

	#event-information .location,
	#event-information .date,
	#event-information .entry-time {
		margin-bottom: 0;
	}
}

@media screen and ( min-width: 1023px) {
	.thirds .widget-area > div {
		margin-bottom: 0;
	}
}
/*
	Primary Navigation
*/

.nav-primary {
	background-color: #fff;
	-webkit-box-shadow: 0 2px 5px 0 rgba(50, 50, 50, 0.2);
	-moz-box-shadow: 0 2px 5px 0 rgba(50, 50, 50, 0.2);
	box-shadow: 0 2px 5px 0 rgba(50, 50, 50, 0.2);
}

.nav-primary a:hover,
.nav-primary .current-menu-item > a {
	color: #333;
}

.nav-primary .sub-menu a:hover {
	color: #333;
}

.search-icon::after {
	-webkit-font-smoothing: antialiased;
	color: #0088FF;
	content: "\f002";
	font-family: FontAwesome;
	font-size: 1.9rem;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	padding-left: 1rem;
}

.account_dropdown {
	display: flex !important;
	align-items: center;
}

.account_dropdown::after {
	-webkit-font-smoothing: antialiased;
	color: #0088FF;
	content: "\f0d7";
	font-family: FontAwesome;
	font-size: 1.9rem;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	margin-left: 1rem;
}

.menuicon {
	display: block;
}

/*
	Secondary Navigation
*/

.nav-secondary {
	background: transparent;
}

/*
	Responsive Menu
*/

#mobile_login {
	display: none;
}

#responsive-menu-icon {
	cursor: pointer;
	display: none;
	padding: 1.7rem 0 1.8rem;
	text-align: center;
}

#responsive-menu-icon::before {
	-webkit-font-smoothing: antialiased;
	color: #0088FF;
	content: "\f0c9";
	font-family: FontAwesome;
	font-size: 2.2rem;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	line-height: 1;
	margin: 0 auto;
	speak: none;
	text-transform: none;
}

/*
	Site Navigation
*/

.genesis-nav-menu {
	clear: both;
	color: #999;
	font-family: Lato, sans-serif;
	line-height: 1.5;
	width: 100%;
}

.genesis-nav-menu .menu-item {
	display: block;
	text-align: left;
}

.genesis-nav-menu a {
	border: none;
	color: #333;
	display: block;
	padding: 1.4rem 1.6rem;
	position: relative;
	font-size: 1.4rem;
}

.genesis-nav-menu a:hover,
.genesis-nav-menu .current-menu-item > a,
.genesis-nav-menu .sub-menu .current-menu-item > a:hover {
	color: #333;
}

.genesis-nav-menu .sub-menu .current-menu-item > a {
	color: #999;
}

.genesis-nav-menu > .menu-item > a, #mobile_login .menu-item a {
	text-transform: uppercase;
}

.genesis-nav-menu > .first > a {
	padding-left: 0;
}

.genesis-nav-menu > .last > a {
	padding-right: 0;
}

.genesis-nav-menu > .right {
	display: inline-block;
	float: right;
	list-style-type: none;
	padding: 2.8rem 0;
	text-transform: uppercase;
}

.genesis-nav-menu > .right > a {
	display: inline;
	padding: 0;
}

.genesis-nav-menu > .rss > a {
	margin-left: 4.8rem;
}

.genesis-nav-menu > .search {
	padding: 1.4rem 0 0;
}

/*
	Media queries
*/

@media only screen and (min-width: 1023px) {
	.genesis-nav-menu .menu-item {
		display: inline-block;
	}

	.genesis-nav-menu #zoeken {
		float: right;
	}

	.genesis-nav-menu a,
	.genesis-nav-menu > .first > a,
	.genesis-nav-menu > .last > a {
		padding: 2rem 1.4rem;
	}

	.genesis-nav-menu .sub-menu {
		left: -9999px;
		opacity: 0;
		position: absolute;
		-webkit-transition: opacity .4s ease-in-out;
		-moz-transition: opacity .4s ease-in-out;
		-ms-transition: opacity .4s ease-in-out;
		-o-transition: opacity .4s ease-in-out;
		transition: opacity .4s ease-in-out;
		width: 20rem;
		z-index: 99;
	}

	.genesis-nav-menu .sub-menu a {
		background-color: #fff;
		border: 1px solid #eee;
		border-top: none;
		font-size: 1.4rem;
		padding: 1.6rem 2rem;
		position: relative;
		width: 20rem;
	}

	.genesis-nav-menu .sub-menu .sub-menu {
		margin: -5.4rem 0 0 19.9rem;
	}

	.genesis-nav-menu .menu-item:hover {
		position: static;
	}

	.genesis-nav-menu .menu-item:hover > .sub-menu {
		left: auto;
		opacity: 1;
	}
}

@media only screen and (max-width: 1023px) {
	.responsive-menu,
	#account {
		display: none;
	}

	#responsive-menu-icon {
		display: block;
	}

	#mobile_login {
		display: inline;
	}

	.genesis-nav-menu > .menu-item,
	.genesis-nav-menu .menu-item-type-custom:not(.menu-item-has-children) {
		border-top: 1px solid #eee;
	}

	.genesis-nav-menu > .menu-item > .sub-menu > .menu-item {
		border: none;
	}

	.genesis-nav-menu .sub-menu {
		padding-left: 3rem;
	}

	.genesis-nav-menu > .menu-item > .sub-menu {
		padding-bottom: 1.4rem;
	}

	.genesis-nav-menu .sub-menu a {
		font-size: 1.4rem;
		padding: 1rem 0;
	}
}
/*
	Page Frontpage
*/

.frontpage .thirds .post, .frontpage .thirds .page {
	background: none repeat scroll 0 0;
	border: 0 solid #DFDFDF;
	border-radius: 0;
	box-shadow: none;
}

.frontpage .widget-area .post {
	background-color: transparent;
	border-radius: 3px 3px 3px 3px;
	margin: 0.6rem 0 0.6rem;
	padding: 0.6rem 0.6rem 0.5rem;
	border: 0;
	box-shadow: 0 0 0 0 #E3E3E3;
}

.frontpage .widget-area .entry h2 {
	margin: 0.2rem 0 0.2rem;
	display: block;
	padding: 0;
	position: relative;
	text-decoration: none;
	color: #333333;
	font-size: 18px;
	font-weight: bolder;
	letter-spacing: 0.1rem;
	text-transform: none;
}

.frontpage .widget-area .entry p {
	margin: 0 0 0.5rem;
	padding: 0;
}

.frontpage .widget-area .entry img {
	background: none repeat scroll 0 0 #FFFFFF;
	border: 0 solid #EFEFEF;
	border-radius: 5px 5px 5px 5px;
	box-shadow: 1px 1px 2px 0 #D0D0D0;
	display: block;
	margin: 0 10px 10px 0;
	padding: 5px;
	height: 150px;
	width: 150px;
	object-fit: cover;
}

/*
	Page Leden/Exposanten
*/

#group .content {
	background: none;
	border: 0 solid #DFDFDF;
	border-radius: 5px 5px 5px 5px;
	margin-bottom: 22px;
	max-width: 100%;
}

#group .authorName, .author-box {
	border-bottom: 2px solid #F5F5F5;
}

.social img {
	border-radius: 3px 3px 3px 3px;
}

.authorDescrption {
	max-height: 173px;
	overflow: hidden;
	-webkit-box-orient: vertical;
	display: -webkit-box;
	-webkit-line-clamp: 8;
}

.authorDescrption img {
	display: none;
}

.author_wrapper {
	overflow: auto;
}
.author_wrapper_profile {
	overflow: auto;
	margin-bottom: 20px;
}

.authorAvatar {
	display: block;
	width: 100%;
	overflow: hidden;
	height: 100px;
	position: relative;
}

.author-box .current-author {
	margin-top: -70px;
}

.author_avatar_wrapper {
	display: block;
	width: 100%;
	overflow: auto;
}

.author_name {
	margin: 15px 0;
	display: block;
	width: 100%;
}

.author_name h3 {
	font-size: 25px;
}

.author_description p {
	margin-bottom: 26px;
}

.author_description ul {
	margin-bottom: 26px;
	padding-left: 15px;
}

.author_avatar_wrapper .avatar {
	background-color: #fff;
	float: left;
	margin: 0 10px 0 0;
}

.authorAvatar .avatar {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background-color: #fff;
	width: auto;
	height: 120%;
}

.authorInfo {
	display: block;
	overflow: hidden;
	width: 100%;
}

.authorInfo p {
	padding: 0 10px;
}

.authorInfo h3 {
	color: #0088FF;
	font-size: 20px;
	margin: 15px 0 10px;
	min-height: 55px;
}

.authorz-post {
	background: #fff;
	box-shadow: 3px 3px 12px -7px rgba(0, 0, 0, 0.6);
	Margin: 10px 0 20px;
	overflow: auto;
	max-width: 99%;
	padding: 20px;
}

.author .fn {
	font-size: 20px;
}

.left_post_meta {
	float: left;
}

.right_post_meta {
	float: right;
}

.authorz .avatar, .featuredpage img, .featuredpost img {
	background-color: #F5F5F5;
	border: 1px solid #DDDDDD;
	padding: 0;
	margin: 0 20px 20px 0;
}

.author-avatar {
	float: left;
}

.custom .author_info {
	clear: both;
	overflow: hidden;
	border: 1px dotted #666;
	width: 28em;
	padding: 1.0em;
	margin-bottom: 1em;
	margin-top: 1em;
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 14px;
}

.custom .author_info a {
	color: #cc0000;
	border-bottom: 1px dotted #fff;
	text-decoration: none;
}

.custom .author_info a:hover {
	border-bottom: 1px dotted #cc0000;
}

.custom .author_info .author_photo img {
	display: block;
	border: 1px dotted #666;
	padding: 0.2em;
	float: left;
	margin: 1.0em 1.0em 1.0em 0;
}

.custom .author_info p {
	margin-top: 0.8em;
	margin-bottom: 0.4em;
}

.authorInfo a {
	text-align: center !important;
}

.authorbutton {
	display: block;
	width: 96.3%;
	padding: 10px 0;
	background: #0088FF;
	margin: 14px auto;
	font-weight: bold;
	font-size: 18px;
	text-align: center;
}

.authorbutton a {
	color: #fff;
	text-decoration: none;
}

.page-template-video-php .post, .post_line {
	background: none repeat scroll 0 0 #FFFFFF;
	border: 1px solid #DFDFDF;
	border-radius: 5px 5px 5px 5px;
	box-shadow: 3px 3px 12px -7px rgba(0, 0, 0, 0.6);
	min-height: 275px;
}

.post_line {
	padding: 20px;
}

.page-leden .authorDescrption h1, .page-leden .authorDescrption h2, .page-leden .authorDescrption h3,
.page-leden .authorDescrption span, .page-leden .authorDescrption p,
.page-leden .authorDescrption ul,
.page-leden .authorDescrption li,
.page-leden .authorDescrption em,
.page-leden .authorDescrption b,
.page-leden .authorDescrption td,
.page-leden .authorDescrption p strong {
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif !important;
	font-size: 14px !important;
	line-height: 22px !important;
	font-weight: normal !important;
	display: inline-block !important;
}

#group .authorName, .author-box {
	border-bottom: 2px solid #F5F5F5;
}

@media only screen and (min-width: 768px) {
	.post_line {
		margin: 0 0 4rem;
	}
}

@media only screen and (min-width: 1023px) {
	.content-sidebar-wrap main.content section.content {
		padding: 0 3rem 3rem;
	}
}

/*
	Page forum
*/

.forum_wrap {
	overflow: auto;
	display: block;
}

.forum_rules {
	padding: 10px 0;
}

/*
	Page Video
*/

.pitches-cat .content .post {
	background: #fff;
	border: 0 solid #ECECEC;
	box-shadow: 3px 3px 12px -7px rgba(0, 0, 0, 0.6);
}

.pitches-cat h2.entry-title {
	border-bottom: 1px solid #ececec;
	font-size: 1.4rem;
	margin: 0 0 2rem;
	padding: 0 0 2rem;
	text-align: center;
}

.pitches-cat .entry-content p {
	text-align: center;
	margin-bottom: 6px;
}

.pitches-cat h2.entry-title a {
	border-bottom: 0 solid #DDDDDD;
	color: #333333;
	display: block;
	font-size: 22px;
	font-weight: lighter;
	letter-spacing: 0.1rem;
	padding: 22px 0 0;
	position: relative;
	text-decoration: none;
	text-transform: none;
}

.pitches-cat .entry-content {
	border-bottom-width: 0;
	padding: 0;
}

.pitches-cat .entry {
	background: none;
	border: none;
	border-bottom: 1px solid #ececec;
	box-shadow: none;
	padding: 0;
}

.pitches-cat .entry-header {
	border-bottom: 1px solid #ececec;
	margin: 0;
	padding: 0;
}

.pitches-cat .entry-title {
	font-size: 2rem;
	margin: 0;
}

.pitches-cat .entry-content {
	padding: 2rem 2rem 2rem 2rem;
}

.pitches-cat .alignnone {
	background: #f8f8f8;
	border-bottom: 1px solid #ececec;
	margin-bottom: 0;
}

.pitches-cat img {
	margin-bottom: -0.7rem;
}

.pitches-cat .more-link {
	display: block;
	font-weight: 700;
	margin-top: 2rem;
}

.pitches-cat .post-image {
	border: 0 solid #EFEFEF;
	border-radius: 0;
	box-shadow: 0 0 0 0 #D0D0D0;
	display: block;
	margin: 0 auto;
	padding: 0;
}

.pitches-cat .entry-content {
	min-height: 190px;
	max-height: 190px;
}

/*
	Page Programma
*/

#programwrap .seminar {
	background: none repeat scroll 0 0 #FFFFFF;
	border: 1px solid #DFDFDF;
	border-radius: 5px;
	box-shadow: 3px 3px 12px -7px rgba(0, 0, 0, 0.6);
	padding: 10px 20px;
}

.filler:first-child {
	clear: both;
	margin-left: 0;
}

/*
	Page Login
*/

.page-login .login-remember input{
	width: auto;
}
.sidebar {
	color: #999;
}

.sidebar a {
	border-bottom: 1px solid #ddd;
}

.sidebar p:last-child {
	margin-bottom: 0;
}

.sidebar li {
	list-style-type: none;
	margin-bottom: 0.6rem;
	word-wrap: break-word;
}

.sidebar ul > li:last-child {
	margin-bottom: 0;
}

.sidebar .widget {
	background-color: #fff;
	border-radius: 3px;
	margin-bottom: 4rem;
	padding: 4rem;
}

.sidebar .enews-widget {
	background-color: #333;
}

.sidebar .head_sidebar {
	background-color: #FFFFFF;
	margin-bottom: 4rem;
	padding: 4rem;
	border: 1px solid #DFDFDF;
	border-radius: 5px 5px 5px 5px;
}

.sidebar .widget-wrap {
	padding: 4rem;
}

.sidebar .widget {
	background-color: #FFFFFF;
	border-radius: 3px 3px 3px 3px;
	margin-bottom: 4rem;
	padding: 0;
}

/*
	Media queries
*/

@media only screen and (max-width: 1139px) {
	.content-sidebar-sidebar .content-sidebar-wrap,
	.sidebar-content-sidebar .content-sidebar-wrap,
	.sidebar-sidebar-content .content-sidebar-wrap {
		width: 74rem;
	}

	.sidebar-content-sidebar .content,
	.sidebar-sidebar-content .content,
	.content-sidebar-sidebar .content {
		width: 40rem;
	}
}
.sidebar .widget {
	border: 1px solid #DFDFDF;
	border-radius: 5px;
}

.home_content_inner .one-third {
	border: 0 solid #DFDFDF;
	border-radius: 5px;
	margin-bottom: 4rem;
}

.home_content_inner {
	margin: 0 auto;
	max-width: 114rem;
	overflow: auto;
	padding: 0;
}

.knop {
	border: 1px solid transparent;
	border-radius: 5px;
	cursor: pointer;
	display: inline-block;
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 1.4rem;
	letter-spacing: 1px;
	line-height: 1.1;
	padding: 1.5rem 3rem;
	position: relative;
	text-align: center;
	text-decoration: none;
	width: 20rem;
}

.button-default {
	background-color: #0088FF;
	border-color: #8E9C1F;
	color: #5F6815;
}

button:hover, input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:hover, .button:hover, .entry-content .button:hover {
	color: #FFFFFF !important;
	opacity: 0.7;
	transition: all 0.5s ease 0s;
	background-color: #0088FF;
}

.home-button {
	width: 20rem;
	margin: 3rem auto 1rem auto;
}

button, input[type="button"], input[type="reset"], input[type="submit"], .button, .entry-content .button {
	background-color: #0088FF !important;
	border: medium none;
	box-shadow: none;
	color: #FFFFFF;
	cursor: pointer;
	padding: 1.6rem 2.4rem;
	width: auto;
	text-transform: none;
}

/*
	Featured Content
*/

.featured-content .entry {
	border-bottom: 2px solid #f5f5f5;
	margin-bottom: 2rem;
	padding: 0 0 2.4rem;
}

.featured-content .entry-title {
	border: none;
	font-size: 2.4rem;
	line-height: 1.2;
}

.featured-content .entry-title a {
	border: none;
}

/*
	Footer
*/

.footer-widgets {
	background-color: #333;
	color: #999;
	clear: both;
	padding: 4rem 0 1.6rem;
}

.footer-widgets-1,
.footer-widgets-3 {
	width: 35rem;
}

.footer-widgets-2 {
	width: 36rem;
}

.footer-widgets-1 {
	margin-right: 4rem;
}

.footer-widgets-1,
.footer-widgets-2 {
	float: left;
}

.footer-widgets-3 {
	float: right;
}

.footer-widgets a {
	border-bottom: 1px solid #666;
	color: #999;
}

.footer-widgets a:hover {
	color: #ddd;
}

.footer-widgets .widget {
	margin-bottom: 2.4rem;
}

.footer-widgets .widget-title {
	color: #fff;
}

.footer-widgets li {
	list-style-type: none;
	margin-bottom: 0.6rem;
	word-wrap: break-word;
}

.footer-widgets .search-form input:focus {
	border: 1px solid #ddd;
}

.widget_search .widget-wrap .search-form {
	margin-block-end: 0;
}

@media only screen and (max-width: 1139px) {
	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3 {
		width: 30rem;
	}
}

@media only screen and (max-width: 1023px) {
	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3 {
		width: 100%;
	}
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
	.home_content_inner .one-third {
		width: calc(50% - 4rem);
	}
}
/*
	Genesis eNews Extended
*/

.enews-widget {
	color: #999;
}

.enews-widget .widget-title {
	color: #fff;
}

.enews-widget input {
	margin-bottom: 1.6rem;
}

.enews-widget input:focus {
	border: 1px solid #ddd;
}

.enews-widget input[type="submit"] {
	background-color: #f15123;
	color: #fff;
	margin: 0;
	width: 100%;
}

.enews-widget input:hover[type="submit"] {
	background-color: #fff;
	color: #333;
}

/*
	Genesis Latest Tweets
*/

.latest-tweets ul li {
	margin-bottom: 1.6rem;
}
div.gform_wrapper input[type="email"],
div.gform_wrapper input[type="text"],
div.gform_wrapper textarea,
div.gform_wrapper .ginput_complex label {
	font-size: 1.6rem;
	padding: 1.6rem;
}

div.gform_wrapper .ginput_complex label {
	padding: 0;
}

div.gform_wrapper li,
div.gform_wrapper form li {
	margin: 1.6rem 0 0;
}

div.gform_wrapper .gform_footer input[type="submit"] {
	font-size: 1.4rem;
}

.gform_wrapper .gform_body .gfield_radio {
	width: 100% !important;
	margin: 0;
}

.gform_wrapper .gform_body .gfield_radio li input {
	width: auto;
	margin: 0 !important;
	box-shadow: none;
}

.gform_wrapper .gform_body .gfield_radio li label {
	margin: 0 0 0 1rem;
}

.gform_wrapper .gfield_checkbox input {
	width: auto;
}

.gform_wrapper .gfield_checkbox label {
	margin: 0 0 0 1rem !important;
}

.gform_wrapper .ginput_container_consent input {
	width: auto;
}
.nivoSlider {
	max-width: 70.5rem;
	max-height: 35rem;
}
@media only screen and (max-width: 1139px) {
	.content,
	.site-header .widget-area {
		width: 62rem;
	}

	.sidebar-primary,
	.title-area {
		width: 30rem;
	}
}

@media only screen and (max-width: 1023px) {
	body {
		background-color: #fff;
	}

	.content,
	.content-sidebar-sidebar .content,
	.content-sidebar-sidebar .content-sidebar-wrap,
	.sidebar-content-sidebar .content,
	.sidebar-content-sidebar .content-sidebar-wrap,
	.sidebar-primary,
	.sidebar-secondary,
	.sidebar-sidebar-content .content,
	.sidebar-sidebar-content .content-sidebar-wrap,
	.site-header .widget-area,
	.site-inner,
	.title-area,
	.wrap {
		width: 100%;
	}

	.site-header .wrap {
		padding: 2rem 0;
	}

	.site-inner {
		padding-left: 5%;
		padding-right: 5%;
	}

	.archive-description,
	.author-box,
	.comment-respond,
	.entry,
	.entry-comments,
	.entry-footer .entry-meta,
	.header-image .site-header .widget-area,
	.sidebar .widget,
	.site-header {
		padding: 0;
	}

	.genesis-nav-menu li,
	.site-header ul.genesis-nav-menu,
	.site-header .search-form {
		float: none;
	}

	.genesis-nav-menu,
	.site-description,
	.site-header .title-area,
	.site-header .search-form,
	.site-title {
		text-align: center;
	}

	.site-header .search-form {
		margin: 1.6rem auto;
	}

	.genesis-nav-menu li.right {
		display: none;
	}

	.entry-footer .entry-meta {
		margin: 0;
		padding-top: 1.2rem;
	}

	.sidebar .widget.enews-widget {
		padding: 4rem;
	}

	.site-footer {
		padding: 2.4rem 0;
	}

	.footer-widgets {
		padding: 4rem 5% 1.6rem;
	}

	.footer-widgets-1 {
		margin: 0;
	}
}

@media only screen and (max-width: 760px) {
	/* Add Padding around elements */
	#nav,
	#header {
		padding: 0 2%;
		margin: 0;
		width: 96%;
	}

	/* Resize Site Title */
	#header #title {
		font-size: 48px;
		line-height: 50px;
		margin: 20px 10px 10px;
	}

	/* Event Information */
	.home #inner {
		padding-top: 0;
	}

	#event-information .wrap {
		margin: 0 2%;
		padding: 15px 20px;
		border-width: 1px;
	}

	#event-information .register .subtitle {
		margin: 0;
	}
}
body.dutch_building_commissioning_association {
	background: #f5f5f5;
	font-family: Lato, sans-serif;
	color: #333 !important;
	font-size: 18px;
	font-weight: 300;
	line-height: 1.625;
}

.dutch_building_commissioning_association h1,
.dutch_building_commissioning_association h2,
.dutch_building_commissioning_association h3,
.dutch_building_commissioning_association h4,
.dutch_building_commissioning_association h5,
.dutch_building_commissioning_association h6 {
	color: #333;
	font-family: Lato, sans-serif;
	font-weight: 400;
	line-height: 1.2;
	margin: 0 0 10px;
}

.dutch_building_commissioning_association h3 {
	font-size: 24px;
}

.dutch_building_commissioning_association .site-inner {
	max-width: 1200px;
}

.dutch_building_commissioning_association .wrap {
	max-width: 1200px;
}

.dutch_building_commissioning_association .content {
	max-width: 800px;
}

.dutch_building_commissioning_association .genesis-nav-menu {
	clear: both;
	font-size: 17px;
	line-height: 1;
	width: 100%;
}

.dutch_building_commissioning_association .genesis-nav-menu a {
	text-transform: unset;
}

.dutch_building_commissioning_association .genesis-nav-menu .sub-menu a {
	padding: 20px;
}

.dutch_building_commissioning_association .genesis-nav-menu > .menu-item-has-children > a::after {
	content: "\f347";
	display: inline-block;
	-webkit-font-smoothing: antialiased;
	font: 400 16px/1 dashicons;
	padding-left: 3px;
	vertical-align: top;
	color: #2980b9;
}

.dutch_building_commissioning_association .site-header {
	display: none;
}

.dutch_building_commissioning_association .wp-caption.alignright,
.dutch_building_commissioning_association a.alignright,
.dutch_building_commissioning_association img.alignright {
	margin: 0 0 14px 10px;
}

.dutch_building_commissioning_association .entry-title {
	display: block;
	padding: 22px 0 0;
	margin: 0 36px 24px 0;
	position: relative;
	text-decoration: none;
	color: #333333;
	font-size: 22px;
	letter-spacing: 0.1rem;
	text-transform: none;
	line-height: 1;
}

.dutch_building_commissioning_association .widget-title {
	font-size: 18px;
	margin-bottom: 20px;
	text-transform: unset;
}

.dutch_building_commissioning_association .widget-area strong {
	font-weight: 700;
}

.dutch_building_commissioning_association #front-page-1 {
	background: #FFFFFF;
}

.dutch_building_commissioning_association #front-page-1,
.dutch_building_commissioning_association #front-page-2,
.dutch_building_commissioning_association #front-page-3 {
	margin: 2rem 0;
}

.dutch_building_commissioning_association .featured-content .entry {
	border-bottom: 2px solid #f5f5f5;
	margin-bottom: 20px;
	padding: 0 0 24px;
}

.dutch_building_commissioning_association .featured-content .entry-title {
	font-size: 20px;
}

.dutch_building_commissioning_association .featured-content .entry h2 {
	font-size: 30px;
	font-weight: 400;
}

.dutch_building_commissioning_association .section-header img {
	margin: 0 auto 30px;
}

.dutch_building_commissioning_association .entry-content {
	min-height: auto;
	font-size: 16px;
}

.dutch_building_commissioning_association .entry-content table td {
	border-left: none !important;
	border-right: none !important;
}

.dutch_building_commissioning_association .sidebar {
	font-size: 16px;
}

.dutch_building_commissioning_association .sidebar a {
	border: none;
}

.dutch_building_commissioning_association .sidebar li {
	border-bottom: 1px dotted #ddd;
	margin-bottom: 10px;
	padding-bottom: 10px
}


@media only screen and (min-width: 1023px) {
	.dutch_building_commissioning_association .genesis-nav-menu a {
		padding: 30px 24px;
	}
}
.RF #event-information {
	display: none;
}

.ledapplicatie #event-information {
	display: none;
}

.ledapplicatie #event-information-led {
	border-bottom: 1px solid #dfdfdf;
	margin: 20px auto 0;
	max-width: 1140px;
	overflow: auto;
	padding: 13px 10px 15px;
}

#event-information-led .thirds {
	border-bottom: 1px solid #DFDFDF;
	border-top: 1px solid #DFDFDF;
}

#event-information-led {
	margin: 3rem auto 0;
	max-width: 1140px;
	overflow: auto;
	padding: 0 1.6rem;
}

#event-information-led .wrap {
	-moz-border-bottom-colors: none;
	-moz-border-left-colors: none;
	-moz-border-right-colors: none;
	-moz-border-top-colors: none;
	background: none repeat scroll 0 0 #FFFFFF;
	border-color: #D2D2D2;
	border-image: none;
	border-style: solid;
	border-width: 1px 1px 0;
	overflow: visible;
	padding: 15px 20px 0;
	min-height: 90px;
}

#event-information-led .title {
	color: #2b2b2b;
	display: block;
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 20px;
	font-weight: bold;
	margin-bottom: .5rem;
}

#event-information-led .register .title {
	margin-bottom: 0;
}

#event-information-led .subtitle {
	color: #434343;
	font-size: 14px;
}

#event-information-led .date,
#event-information-led .entry-time,
#event-information-led .location {
	background-position: left center;
	background-repeat: no-repeat;
	background-size: 4.5rem;
	margin-bottom: 2rem;
	min-height: 4.5rem;
	padding-left: 6rem;
	display: flex;
	align-items: flex-start;
	flex-direction: column;
	justify-content: center;
}

#event-information-led .date {
	background-image: url("../../../images/icon-date.png");
}

#event-information-led .entry-time {
	background-image: url("../../../images/icon-date.png");
}

#event-information-led .date .icon,
#event-information-led .entry-time .icon {
	position: absolute;
	color: #fff;
	font-weight: bold;
	font-size: 14px;
	text-align: center;
	display: block;
	width: 24px;
	left: 12px;
	top: 16px;
}

#event-information-led .location {
	background-image: url("../../../images/icon-location.png");
}

#event-information-led .location a.title {
	cursor: pointer;
}

#event-information-led .register .subtitle {
	background: #0088FF;
	color: #fff;
	padding: 15px 15px 0;
	font-size: 15px;
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	display: inline-block;
}

#event-information-led .register .subtitle strong {
	font-size: 22px;
}

#event-information-led .register .title {
	background: #0088FF;
	color: #fff;
	display: block;
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-weight: bold;
	font-size: 28px;
	line-height: 32px;
	text-transform: none;
	padding: 15px 15px 15px 12px;
}

#event-information-led .one-third {
	margin-bottom: 0;
}

@media only screen and (max-width: 760px) {
	#event-information-led .wrap {
		margin: 0 2%;
		padding: 15px 20px;
		border-width: 1px;
	}

	#event-information-led .register .subtitle {
		margin: 0;
	}
}

@media only screen and (min-width: 761px) {
	#event-information-led .location,
	#event-information-led .date,
	#event-information-led .entry-time {
		margin-bottom: 0;
	}

	#event-information-led {
		display: flex;
		align-items: center;
	}
}
/*
	micronano theme overwrite
*/

.micronano #event-information .register span {
	background-color: #00a231;
}
/*
	Weeginstrumenten theme overwrite
*/

.vlw .nav-primary {
	clear: both;
	color: #686868;
	overflow: hidden;
	text-transform: none;
	width: 100%;
	box-shadow: none;
}

.vlw .nav-primary a {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	transition: all 0s ease-in-out 0s;
}

.vlw .nav-primary li li a:hover,
.vlw .nav-primary li li a:active {
	background-color: #0088ff;
}

.vlw .nav-primary li ul ul {
	margin: -33px 0 0 159px;
}

.vlw .home_content_inner .one-third h4 {
	text-align: center;
}

.vlw .home_content_inner .one-third img {
	margin: 0 auto;
}

.vlw .button,
.vlw .entry-content .button,
.vlw button,
.vlw input[type="button"],
.vlw input[type="reset"],
.vlw input[type="submit"] {
	background-color: #333333 !important;
	border: medium none;
	box-shadow: none;
	color: #FFFFFF;
	cursor: pointer;
	padding: 1.6rem 2.4rem;
	width: auto;
	text-transform: none;
}

.vlw .page-login a {
	color: #333333;
}

.vlw .home_content_wrap .home_content_inner {
	display: flex;
	flex-wrap: wrap;
}

.vlw .home_content_wrap .home_content_inner .one-third {
	margin: 0;
	text-align: center;
	width: 100%;
	margin-bottom: 3rem;
}

@media only screen and (min-width: 761px) {
	.vlw .home_content_wrap .home_content_inner .one-third {
		width: 50%;
	}
}

@media only screen and (min-width: 1023px) {
	.vlw .home_content_wrap .home_content_inner .one-third {
		width: calc(100% / 3);
	}

	.vlw .nav-primary {
		background: transparent;
	}

	.vlw .nav-primary ul {
		border-bottom: 1px solid #eee;
		float: left;
		width: 100%;
	}

	.vlw .nav-primary li li a,
	.vlw .nav-primary li li a:link,
	.vlw .nav-primary li li a:visited {
		background-color: #0088ff;
		border: 1px solid #f3f3f3;
		border-top-width: 0;
		color: #fff;
		font-size: 12px;
		padding: 5px 10px;
		margin: 0;
		position: relative;
		text-transform: none;
		width: 138px;
	}

	.vlw .nav-primary li {
		float: left;
		list-style-type: none;
	}

	.vlw .nav-primary li a:hover,
	.vlw .nav-primary li a:active,
	.vlw .nav-primary .current_page_item a,
	.vlw .nav-primary .current-cat a,
	.vlw .nav-primary .current-menu-item a {
		border-top: 10px solid #0088FF;
		color: #2b2b2b;
		padding-top: 12px;
	}

	.vlw .nav-primary ul {
		border: none;
	}

	.vlw .nav-primary li a {
		display: block;
		padding: 22px 0 0;
		margin: 0 18px 20px;
		position: relative;
		text-decoration: none;
		color: #333333;
		font-size: 13px;
		font-weight: bolder;
		letter-spacing: 0.2rem;
		text-transform: uppercase;
	}

	.vlw .nav-primary li ul {
		height: auto;
		left: -9999px;
		position: absolute;
		width: 160px;
		z-index: 9999;
		padding: 0 0 0 10px;
	}

	.vlw .nav-primary li:hover > ul,
	.vlw .nav-primary li.sfHover ul {
		left: auto;
	}

	.vlw .nav-primary li ul a {
		width: 140px;
	}

	.vlw .home_content_inner {
		margin: 0 auto;
		max-width: 600px;
		overflow: auto;
		padding: 0;
	}
}