body {
    background-color: #ffffff;
    color: #333333;
    font-family: helvetica,tahoma,arial,sans-serif;
    font-size: 13px;
    margin: 0;
}
div, form, img, td, span, fieldset, ul, li, input, th {
    border: 0 none;
    margin: 0;
    padding: 0;
    text-align: left;
}
input, textarea, select {
  -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;    /* Firefox, other Gecko */
  box-sizing: border-box;         /* Opera/IE 8+ */
}

[onclick] {
  cursor: pointer;
}
#rcErrorWrapper {
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999999;
}
.form-error, .form-success, .form-confirm, .form-alert {
    background: url("/files/img/alert-icon.png") no-repeat scroll 20px center #ffd2d2;
    border: 1px solid #c00;
    display: none;
    margin: 10px auto;
    min-height: 45px;
    padding: 20px 20px 20px 160px;
    position: relative;
}

.form-success {
    background: url("/files/img/succes-icon.png") no-repeat scroll 20px center #ebf5cc;
    border: 1px solid #9c0;
    display: block;
}
.close-error {
    color: #9c0;
    position: absolute;
    right: 5px;
    text-decoration: underline;
    top: 0;
}
.form-error .close-error {
    color: #c00;
}
.flexform-newsletter label.error, .flexform label.error {
    background-color: #ffd2d2;
    border: 1px solid #c00;
    color: #c00;
    left: 0;
    margin: 15px;
    padding: 5px;
    position: absolute;
    text-align: center;
    top: 0;
}
textarea.error, input.error {
    background: none repeat scroll 0 0 #ffd2d2 !important;
    border: 1px solid #cc0000 !important;
}
.flexform ul.button, .flexform-newsletter ul.button {
  width: 100%;
}

.flexform.default.page ul.button {
    float: right;
    margin: 0 6px 0 0;
    width: 187px;
}
.flexform.default.page.eventsfl textarea {
    height: 150px !important;
}

.flexform ul.button, .flexform-newsletter ul.button {
  background-color: #cccccc;
  margin: 5px 0;
}
.flexform .button li, .flexform-newsletter .button li {
  color: #ffffff;
  height: 35px;
  line-height: 35px;
  text-align: center;
}
.flexform input.button, .flexform-newsletter input.button {
    color: #ffffff;
    cursor: pointer;
    font-size: 14px;
    text-align: center;
    width: 100%;
}
input[type=text], select {
  background-color: #ffffff;
  color: #999999;
  padding: 0 10px;
  width: 100%;
  height: 33px;
  border: 1px solid #999999;
}
select option {
    padding: 10px;
}
.open-s {
  font-family: 'Open Sans', sans-serif;
}
.clear {
  clear: both;
  height: 0;
}
.moved {
    left: -9999em;
    position: absolute;
    top: -9999em;
}
h2 {
  font-size: 24px;
  font-weight: 400;
  line-height: 120%;
  margin: 0 0 5px;
}
.subjectheader {
  font-size: 24px;
  font-weight: 400;
  margin: 0 0 12px 3px;
}
/* homepagegrid */
.first-col {
  display inline;
  margin: 10px 20px 0 0;
  width: 490px;
}
.second-col {
  display inline;
  margin: 10px 20px 0 0;
  width: 270px;
}
.third-col {
  width: 200px;
  display inline;
  margin: 10px 0 0 0;
}
/* fullwidth col */
.fullwidth-col {
  margin: 0 20px 0 0;
}
/* double col */
.double-col {
  margin: 10px 20px 0 0;
  width: 780px;
}
.double-col-right {
  margin: 10px 0 0 20px;
  width: 780px;
}
/* newspage grid */

.light {
  color: #999999;
  font-family: 'Open Sans', sans-serif;
  font-weight: 200;
  font-size: 16px;
  text-transform: uppercase
}
ol, ul {
    list-style: none outside none;
}
p {
  margin: 0;
}
.watermark {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
a {
  color: #333333;
  display: inline-block;
  text-decoration: none;
}
.btline {
  border-bottom: 2px dotted #000000;
}
#rcWrapper {
    margin: 0 auto;
    padding: 0;
    position: relative;
    text-align: left;
    top: 0;
    width: 1010px;
}
.rcEmbed {
  margin: 0 5px;
}
.header {
  height: 120px;
}
.advertentie {
  position: relative;
}
.header .advertentie .image {
    width: 640px;
    height: 92px;
    overflow: hidden;
    position: relative;
}
.header .advertentie .image img {
  position: absolute;
  top: 50%;
  left: 50%;
}

.first-col .advertentie .image {
    width: 488px;
    height: 128px;
    overflow: hidden;
    position: relative;
}
.first-col .advertentie .image img {
  position: absolute;
  top: 50%;
  left: 50%;
}

.second-col .advertentie .image {
    width: 270px;
    height: 250px;
    overflow: hidden;
    position: relative;
}
.second-col .advertentie .image img {
  position: absolute;
  top: 50%;
  left: 50%;
}

.third-col .advertentie .image {
    width: 198px;
    height: 158px;
    overflow: hidden;
    position: relative;
}
.third-col .advertentie .image img {
  position: absolute;
  top: 50%;
  left: 50%;
}

.advertentieLabel {
    display: block;
    position: absolute;
    text-align: center;
    top: -9px;
    width: 100%;
}
.advertentieLabel span {
    background-color: #ffffff;
    color: #cccccc;
    font-size: 11px;
    padding: 0 5px;
}
.header .advertentie {
    border: 1px solid #cccccc;
    height: 92px;
    margin: 13px 0 0;
    text-align: center;
    width: 640px;
}
.first-col .advertentie {
    border: 1px solid #cccccc;
    height: 128px;
    margin: 17px 0;
    text-align: center;
    width: 488px;
}
.second-col .advertentie {
    border: 1px solid #cccccc;
    height: 250px;
    margin: 17px 0;
    text-align: center;
    width: 270px;
}
.third-col .advertentie {
    border: 1px solid #cccccc;
    height: 160px;
    margin: 17px 0;
    text-align: center;
    width: 200px;
}
.logo {
  height: 120px;
}
.logo a {
  display: block;
  margin: 20px 0 0;
}
.menu {
  border-top: 3px solid #000000;
  height: 110px;
}
.menu ul.menuitems {
  height: auto;
  margin: 8px 0 5px;
}
.menu .socialmedia {
  height: auto;
  margin: 11px 0 0;
}
.menu .socialmedia a {
    float: left;
    margin: 0 0 0 10px;
}
.menuitems li {
  float: left;
  font-size: 16px;
  height: auto;
  padding: 0; 
}
.menuitems li.first {
   padding: 0; 
}
.menuitems li a {
    border-left: 1px solid #000000;
    display: block;
    margin: 13px 0 12px;
    padding: 0 4px;
}
.menuitems li.first a {
  padding: 0 5px 0 0;
  border: 0;
}

.left {
  float: left;
}
.right {
  float: right;
}
/* blogs homepagina */
.third-col .blogs {
  background-color: #eeeeee;
  cursor: pointer;
  margin: 0 0 15px;
  padding: 0 0 15px;
}
.third-col .blogs .image {
    width: 200px;
    height: 122px;
    overflow: hidden;
    position: relative;
}
.third-col .blogs .image img {
  position: absolute;
  top: 50%;
  left: 50%;
}
.third-col .blogs h2 {
    font-size: 15px;
    padding: 15px 15px 0;
}
.third-col .blogs p {
    padding: 0px 15px;
}
/* topics pagina */
.topics li {
    border-bottom: 1px dotted #000000;
    float: left;
    margin: 0 30px 0 0;
    padding: 0;
    position: relative;
    width: 220px;
}
.topics h2 {
    height: auto;
    line-height: 25px;
    margin: 0;
    padding: 0 0 10px;
}
.topics a {
  text-decoration: none;
}

.topics .image {
    height: 122px;
    overflow: hidden;
    position: relative;
    width: 217px;
}
.topics .image img {
    left: 50%;
    position: absolute;
    top: 50%;
}
.topics .footnote {
    margin: 10px 0 0;
    width: 100%;
}

/* bloggers pagina */
.bloggers li {
  padding: 0 0 20px 0;
  position: relative;
}

.bloggers .image {
    background-color: #eee;
    height: 220px;
    overflow: hidden;
    position: relative;
    width: 360px;
}
.bloggers .image img {
  position: absolute;
  top: 50%;
  left: 50%;
}
.bloggers .content {
    margin: 0 0 0 20px;
    width: 400px;
}
.bloggers .date {
    background-color: #ffffff;
    display: inline-block;
    font-size: 32px;
    font-weight: 700;
    left: 250px;
    line-height: 60px;
    position: absolute;
    text-align: center;
    top: 30px;
    vertical-align: top;
    width: 80px;
}
.bloggers .date em {
    color: #ffffff;
    display: block;
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    height: 50px;
    line-height: 50px;
    text-align: center;
}

/* bloguser */
.bloguser.small {
    float: left;
    position: absolute;
    top: 5px;
    width: 180px;
}
.bloguser.small .content {
    background-color: #eeeeee;
    margin: 0 0 15px;
    overflow: hidden;
    padding: 15px;
    width: 150px;
}

.bloguser.small .image {
    height: 102px;
    overflow: hidden;
    position: relative;
    width: 180px;
}
.bloguser .image {
    width: 200px;
    height: 120px;
    overflow: hidden;
    position: relative;
}
.bloguser .image img {
  position: absolute;
  top: 50%;
  left: 50%;
}
.bloguser .content {
    background-color: #eeeeee;
    margin: 0 0 15px;
    padding: 15px;
}
.bloguser h2 {
    font-size: 15px;
}
/* whitepapers homepagina */
.third-col .whitepapers {
  cursor: pointer;
  background-color: #eeeeee;
  margin: 0 0 15px;
  padding: 0 0 15px;
}
.third-col .whitepapers .image {
    width: 200px;
    height: 122px;
    overflow: hidden;
    position: relative;
}
.third-col .whitepapers .image img {
  position: absolute;
  top: 50%;
  left: 50%;
}
.third-col .whitepapers h2 {
    font-size: 15px;
    padding: 15px 15px 0;
}
.third-col .whitepapers p {
    padding: 0px 15px;
}
/* twitter homepagina */
.third-col .twitter {
    background-color: #eeeeee;
    margin: 0 0 30px;
    padding: 0 15px 15px;
}
/* nieuwsbrief homepagina */
.third-col .nieuwsbrief {
  position: relative;
  background-color: #eeeeee;
  margin: 0 0 30px;
  padding: 0 15px 15px;
}
.nieuwsbrief p {
  padding: 15px 0;
}
/* events homepage */
.third-col .events {
    background-color: #eeeeee;
    margin: 0 0 15px;
    padding: 0 0 15px;
}
.third-col .events li {
  cursor: pointer;
  padding: 15px 15px 0;
}
.third-col .events .date {
    background-color: #ffffff;
    display: inline-block;
    font-size: 16px;
    line-height: 35px;
    text-align: center;
    vertical-align: top;
    width: 40px;
}
.third-col .events .date em {
    color: #ffffff;
    display: block;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    height: 25px;
    line-height: 25px;
    text-align: center;
}
.third-col .events .location {
    display: inline-block;
    line-height: 100%;
    margin: 0 0 0 6px;
    width: 119px;
}
.events h2, .events p {
  font-size: 13px;
}
.newsitem-image .date {
    background-color: #ffffff;
    box-shadow: 1px 1px 2px #000;
    display: inline-block;
    font-size: 32px;
    font-weight: 700;
    left: 20px;
    line-height: 60px;
    position: absolute;
    text-align: center;
    top: 20px;
    vertical-align: top;
    width: 80px;
}
.newsitem-image .date em {
    color: #ffffff;
    display: block;
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    height: 50px;
    line-height: 50px;
    text-align: center;
}

/* laatste nieuws homepagina */
.laatste-nieuws {
  cursor: pointer;
  margin: 0 0 17px;
  padding: 0 0 20px;
  position: relative;
}
.laatste-nieuws .image {
    width: 490px;
    height: 300px;
    overflow: hidden;
    position: relative;
}
.laatste-nieuws .image img {
  position: absolute;
  top: 50%;
  left: 50%;
}
.redactie {
    cursor: pointer;
    padding: 0 0 15px;
    position: relative;
}
.redactie .image {
    height: 165px;
    margin: 10px 0 0;
    overflow: hidden;
    position: relative;
    width: 270px;
}
.redactie .image img {
  position: absolute;
  top: 50%;
  left: 50%;
}
.redactie h2 {
    font-size: 18px;
    font-weight: 400;
    margin: 10px 0 0;
}
.footnote {
    color: #bbbbbb;
    display: table;
    font-size: 11px;
    margin: 10px 0;
    width: 100%;
}
.footnote a {
  color: #bbbbbb;  
}
/* lid worden */
.lidworden {
  margin: 55px auto 0;
  width: 500px;
}
.lidworden p {
  margin: 0 0 10px 0;
}
.lidworden .image {
  width: 220px;
}
.lidworden .content {
    margin: 0 0 0 30px;
    width: 250px;
}
ul.button {
  display: inline-block;
}
ul.button li {
    color: #ffffff;
    height: 40px;
    line-height: 40px;
    text-align: center;
}
ul.button a {
    color: #ffffff;
    cursor: pointer;
    display: block;
    font-size: 14px;
    font-weight: 700;
    padding: 0 20px;
    text-align: center;
}
/* footer */
#footer {
  display: table;
  height: auto;
  margin: 0 auto;
  overflow: visible;
  padding: 0;
  position: relative;
  width: 100%;
}
.footer {
    height: 400px;
    margin: 0 auto;
    overflow: hidden;
    width: 1010px;
}
.footer-logo {
    height: 270px;
    margin: 0 auto;
    overflow: hidden;
    text-align: center;
    width: 1010px;
}
.footer-logo p, .footer-logo p a {
  color: #BBBBBB;
}
.sitebuttons {
    margin: 60px 0 38px;
    text-align: center;
}
#footer .sitebuttons a {
    display: inline-block;
    margin: 0 12px;
}
.footer h2, .footer p, .footer p a {
  color: #ffffff;
}
.menufooteritems {
    display: table;
    margin: 0 auto 25px;
    text-align: center;
}
.menufooteritems a {
  padding: 0 5px;
}
.footer-partners {
  margin: 15px 0 0 0;
}
/* newsitem */
article.newsitem {
  margin: 0 auto;
  position: relative;
  width: 1000px;
}
.newsitem-image {
    background-color: #eeeeee;
    text-align: center;
}
.newsitem-image .image {
    width: 640px;
    height: 360px;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
}
.newsitem-image .image img {
  position: absolute;
  top: 50%;
  left: 50%;
}
.newsitem-text {
  width: 640px;
  margin: 0 auto;
}
article.newsitem {
    margin: 40px auto 10px;
    width: 1000px;
}
.fullwidth-col .share {
    margin: 20px auto 25px;
    padding: 0 0 25px;
    width: 640px;
}
.fullwidth-col .share .title {
  color: #666666;
  font-size: 16px;
  margin: 0 0 10px;
}
/* tekst review */
.fullwidth-col .review_form {
    margin: 0 auto 25px;
    padding: 0 0 25px;
    width: 640px;
}
.fullwidth-col .review_form .title {
    color: #666666;
    font-size: 16px;
    margin: 0 0 10px;
}
.flexform.default.page {
    background-color: #eeeeee;
    padding: 20px;
}
.flexform-container-review {
  width: 315px;
}
.content-container-reply.left textarea {
  height: 30px !important;
}
.content-container-review {
    margin: 0 0 0 10px;
    width: 315px;
}
.content-container-reply {
  width: 33%;
}
.content-container-reply .form-row {
    margin: 0 0 10px 10px;
}
.content-container-reply.firstcol  .form-row {
    margin: 0 0 10px 0;
}

.content-container-reply .form-required, .content-container-reply label {
  float: left;
}

.flexform-container-review .form-required, .flexform-container-review label {
  display: none;
}
.flexform-container label {
  font-family: 'Open Sans', sans-serif;
  font-size: 15px;
  float: left;
}
.form-field.radio {
    clear: both;
    display: table;
    width: 100%;
}
.form-field.radio label {
    margin: 0 10px 0 0;
    width: auto !important;
}
.flexform-container .form-required {
  float: left;
}
.content-container-review .form-required {
  display: none;
}
.review_form .reviewDescription {
  background-color: #ffffff;
  color: #999999;
  font-size: 13px;
  font-family: tahoma,arial,helvetica,sans-serif;
  padding: 5px 10px;
  height: 75px;
  width: 100%;
  border: 1px solid #cccccc;
}
textarea {
  background-color: #ffffff;
  color: #999999;
  font-size: 13.3333px;
  font-family: arial,sans-serif;
  padding: 5px 10px;
  height: 75px;
  width: 100%;
  border: 1px solid #999999;
}
.review_form input[type=text] {
  border: 1px solid #cccccc;
}
.form-row {
  margin: 0 0 10px; 
}
.flexform-newsletter ul.button.review {
  margin: 0;
  width: 120px;
}
.review_form .footnote .left {
  font-size: 14px;
  font-weight: 700;
  color: #333333;
}
.review_form ul.box, .review_form div.box {
  border-bottom: 1px solid #AAAAAA;
  margin: 0 0 30px;
  padding: 0 0 10px;
}
.review_form ul.box li {
  margin: 0 0 10px;
}
/* paging */
#showMoreItems {
    border: 1px solid #cccccc;
    height: 28px;
    line-height: 28px;
    margin: 10px 0;
    text-align: center;
    width: 100%;
}
#showMoreItems a {
  display: block;
}
.paging .page {
    border: 1px solid #cccccc;
    float: left;
    height: 28px;
    line-height: 28px;
    margin: 0 5px 0 0;
    text-align: center;
    width: 28px;
}
.ias_loader , .ias_trigger {
	font-size: 24px;
	font-family: "Cardo",serif;
	color: #333;
	padding: 5px;
	text-align: center;
	 
}
.meerart {
  border: 1px solid #999999;
  height: 35px;
  line-height: 35px;
  width: 100%;
  text-align: center;
  font-size: 14px;
  color: #47484A;
  text-transform: uppercase;
}

/* GOOGLE MAP */
.newsitem .contentbox {
  width: 1000px;
  margin: 0 auto;
}
.newsitem-text.googlemap {
  float: left;
  margin: 0 0 0 10px;
  position: relative;
  width: 340px;
}
#boxMap {
  float: left;
}
.newsitem-text.googlemap .newsitem-text {
    float: left;
    margin: 0 auto;
    width: 340px;
}
/* SOCIAL MEDIA BUTTONS */

.socialmedia.right a {
    background-image: url("/files/img/sprite.png");
    height: 40px;
    margin: 0 0 0 5px;
    overflow: hidden;
    text-indent: 50px;
    transition: background-position 0.2s linear 0s;
    white-space: nowrap;
    width: 40px;
}
.socialmedia.right a.twitter {
    background-position: -62px 0;
}
.socialmedia.right a.facebook {
    background-position: -104px 0;
}
.socialmedia.right a.google {
    background-position: -146px 0;
}
.socialmedia.right a.linkedin {
    background-position: -188px 0;
}
.socialmedia.right a.pinterest {
    background-position: -230px 0;
}
.socialmedia.right a.email {
    background-position: -272px 0;
}
.socialmedia.right a.twitter:hover {
    background-position: -62px -50px;
}
.socialmedia.right a.facebook:hover {
    background-position: -104px -50px;
}
.socialmedia.right a.google:hover {
    background-position: -146px -50px;
}
.socialmedia.right a.linkedin:hover {
    background-position: -188px -50px;
}
.socialmedia.right a.pinterest:hover {
    background-position: -230px -50px;
}
.socialmedia.right a.email:hover {
    background-position: -272px -50px;
}
.advertentie-container {
    margin: 40px 0;
    position: absolute;
    z-index: 1;
}

.fullwidth-col.left .advertentie {
  float: left;
}
.fullwidth-col.left .advertentie .image img {
    left: 50%;
    position: absolute;
    top: 50%;
}
.fullwidth-col.left .advertentie .image {
    background-color: #ffffff;
    height: 135px;
    overflow: hidden;
    position: relative;
    width: 170px;
}
.fullwidth-col.left .advertentie {
    border: 1px solid #cccccc;
    height: 135px;
    margin: 0 0 10px;
    text-align: center;
    width: 170px;
}
#search-box {
  border-top: 1px dotted #CCCCCC;
  margin: 0;
}
input.QuickSearch {
  width: 250px;
}
#search-box form {
    float: right;
    margin: 10px 0 0;
}
a.quickSearch {
    border: 1px solid #cccccc;
    height: 31px;
    line-height: 32px;
    padding: 0 10px;
}
.tags {
  width: 640px;
  margin: 0 auto 10px;
}
.event-flexform-container {
    background-color: #eeeeee;
    margin: 40px 0;
    padding: 5px;
    position: absolute;
    right: 5px;
    width: 170px;
}
.event-flexform-container input[type="text"] {
  border: 1px solid #cccccc;
  color: #999999;
}
.event-flexform-container h2 {
  font-size: 15px;
}
.whitepaper-flexform-container {
    background-color: #eeeeee;
    margin: 40px 0;
    padding: 5px;
    position: absolute;
    right: 5px;
    width: 170px;
}
.whitepaper-flexform-container input[type="text"] {
  border: 1px solid #cccccc;
  color: #999999;
}
.whitepaper-flexform-container h2 {
  font-size: 15px;
}
.tweet .buttons a {
  font-size: 8px;
}
.tweet .text {
    padding: 15px 0 0;
}
#box-twitter .follow {
  margin: 10px 0 0 0;
}