/*!
 * AgendaStad 1.0.0
 *
 * Copyright 2014 Yume
 *
 * By Timo van Leeuwen
 *
 * Mobile first gridsystem based on bootstrap 3.1.0
 */
@font-face {
  font-family: "OverheidSans";
  src: url("fonts_alt/rosanswebtextregular.eot?") format("embedded-opentype"), url("fonts_alt/rosanswebtextregular.woff") format("opentype");
  font-style: normal;
  font-weight: normal;
}
@font-face {
  font-family: "OverheidSans-italic";
  src: url("fonts/ROsanswebtextitalic.eot?") format("embedded-opentype"), url("fonts/ROsanswebtextitalic.woff") format("opentype");
  font-style: italic;
  font-weight: normal;
}
@font-face {
  font-family: "OverheidSans-bold";
  src: url("fonts/ROsanswebtextbold.eot?") format("embedded-opentype"), url("fonts/ROsanswebtextbold.woff") format("opentype");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "OverheidSerif";
  src: url("fonts/ROserifwebregular.eot?") format("embedded-opentype"), url("fonts/ROserifwebregular.woff") format("opentype");
  font-style: normal;
  font-weight: normal;
}
@font-face {
  font-family: "OverheidSerif-italic";
  src: url("fonts/ROserifwebitalic.eot?") format("embedded-opentype"), url("fonts/ROserifwebitalic.woff") format("opentype");
  font-style: italic;
  font-weight: normal;
}
@font-face {
  font-family: "OverheidSerif-bold";
  src: url("fonts/ROserifwebbold.eot?") format("embedded-opentype"), url("fonts/ROserifwebbold.woff") format("opentype");
  font-weight: bold;
  font-style: normal;
}
/***
 * General colors 
 **/
/***
 * Typography
 **/
/***
* Breakpoints
**/
/***
* Bootstrap Variables
**/
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1,
.h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
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: 1em 40px;
}
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
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;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
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;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  select {
    background: #fff !important;
  }
  .navbar {
    display: none;
  }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333333;
  background-color: #fff;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #337ab7;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #23527c;
  text-decoration: underline;
}
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
figure {
  margin: 0;
}
img {
  vertical-align: middle;
  max-width: 100%;
}
table img {
  max-width: none;
}
.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 6px;
}
.img-thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out 1s ease-in-out;
  -moz-transition: all 0.2s ease-in-out 1s ease-in-out;
  -o-transition: all 0.2s ease-in-out 1s ease-in-out;
  transition: all 0.2s ease-in-out 1s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.img-circle {
  border-radius: 50%;
}
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 10px;
  padding-right: 10px;
}
@media (min-width: 768px) {
  .container {
    width: 740px;
  }
}
@media (min-width: 1024px) {
  .container {
    width: 960px;
  }
}
@media (min-width: 1280px) {
  .container {
    width: 1160px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 10px;
  padding-right: 10px;
}
.row {
  margin-left: -10px;
  margin-right: -10px;
}
.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
}
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 768px) {
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1024px) {
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1280px) {
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
.clearfix,
.container,
.container-fluid,
.row,
.cookie p {
  zoom: 1;
}
.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.cookie p:before,
.cookie p:after {
  content: " ";
  display: table;
}
.clearfix:after,
.container:after,
.container-fluid:after,
.row:after,
.cookie p:after {
  clear: both;
}
.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.cookie p:before,
.cookie p:after {
  content: "";
  display: table;
}
.clearfix:after,
.container:after,
.container-fluid:after,
.row:after,
.cookie p:after {
  clear: both;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
  visibility: hidden !important;
}
.affix {
  position: fixed;
}
@-ms-viewport {
  width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1024px) and (max-width: 1279px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 1024px) and (max-width: 1279px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 1024px) and (max-width: 1279px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 1024px) and (max-width: 1279px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1280px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1280px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1280px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1280px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 1024px) and (max-width: 1279px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1280px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}
.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}
.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}
.inline-list ul,
.inline-list ol {
  margin: 0;
  padding: 0;
  list-style: none;
}
.inline-list ul > li,
.inline-list ol > li {
  margin: 0;
  padding: 0;
  display: inline-block;
}
.clearfix,
.container,
.container-fluid,
.row,
.cookie p {
  zoom: 1;
}
.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.cookie p:before,
.cookie p:after {
  content: "";
  display: table;
}
.clearfix:after,
.container:after,
.container-fluid:after,
.row:after,
.cookie p:after {
  clear: both;
}
.arrow-right {
  background: url('images/icon-arrow-right.png') no-repeat right center;
}
.avatar {
  float: left;
}
.alignleft .avatar {
  margin-right: 24px;
}
.alignright .avatar {
  margin-left: 24px;
}
img.centered,
.aligncenter {
  display: block;
  margin: 0 auto 24px;
}
img.alignnone {
  margin-bottom: 12px;
}
.alignleft {
  float: left;
  text-align: left;
}
.alignright {
  float: right;
  text-align: right;
}
img.alignleft,
.wp-caption.alignleft {
  margin: 0 15px 15px 0;
}
img.alignright,
.wp-caption.alignright {
  margin: 0 0 15px 15px;
}
.wp-caption {
  width: 100% !important;
}
.wp-caption-text {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 700;
  margin: 0;
  text-align: center;
}
.alignright p.wp-caption-text {
  text-align: left;
  padding: 0 10px;
  font-size: 14px;
  font-size: 1.4rem;
  margin-bottom: 0 !important;
}
.alignleft p.wp-caption-text {
  text-align: left;
  padding: 0;
  font-size: 14px;
  font-size: 1.4rem;
  margin-bottom: 0 !important;
}
.widget_calendar table {
  width: 100%;
}
.widget_calendar td {
  text-align: center;
}
#fancybox-wrap,
#fancybox-wrap * {
  -moz-box-sizing: content-box !important;
  -webkit-box-sizing: content-box !important;
  -safari-box-sizing: content-box !important;
  box-sizing: content-box !important;
}
.agendastad-slider {
  position: relative;
  padding-bottom: 50px !important;
}
.agendastad-slider,
.agendastad-slider li {
  margin: 0;
  padding: 0;
  list-style: none;
}
.agendastad-slider h2 {
  font-family: OverheidSans-bold;
  font-size: 3.6rem;
  line-height: 3.6rem;
}
.agendastad-slider li.agendastad-slide {
  position: relative;
}
.agendastad-slider li.agendastad-slide .slide-header {
  position: absolute;
  top: 25px;
  left: 30px;
  right: 30px;
  color: #FFF;
  z-index: 2;
}
.agendastad-slider li.agendastad-slide .slide-header h2 {
  margin: 0 !important;
  margin-bottom: 12px !important;
}
.agendastad-slider li.agendastad-slide::after {
  content: '';
  background-image: url(images/highlight-gradient.png);
  background-size: 100% 100%;
  position: absolute;
  bottom: 50%;
  opacity: 0.6;
  left: 0;
  right: 0;
  top: 0;
}
.agendastad-slider li.agendastad-slide .read-more {
  position: absolute;
  bottom: 30px;
  left: 30px;
  display: inline-block;
  border: 2px solid white;
  padding: 10px 14px;
  color: #000000;
  background-color: #ffffff;
  font-size: 18px;
  font-size: 1.8rem;
  transition: background-color 0.1s;
}
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  background: #000000;
  display: none;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
.slick-dots {
  position: absolute;
  bottom: 10px;
  display: block;
  width: 100%;
  padding: 0;
  list-style: none;
  text-align: left;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  border-radius: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
  overflow: hidden;
}
.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 0;
  cursor: pointer;
  color: black;
  border: 0;
  outline: none;
}
.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  font-family: 'slick';
  font-size: 6px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  border-radius: 20px;
  background: #000000;
  content: '';
  text-align: center;
  font-size: 30px;
  opacity: 0.25;
  color: black;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  opacity: 0.75;
  color: black;
}
.block {
  background: white;
}
.block .excerpt,
.block .meta,
.block h3 {
  margin: 0 15px;
}
.block h3 {
  font-size: 22px;
  font-size: 2.2rem;
  font-weight: normal;
  padding-top: 20px;
}
.block h3 a {
  color: #d52b1e;
}
.block.article .thumb {
  width: 100%;
  height: 200px;
  position: relative;
  background: #666666;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.block.article .thumb a {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
}
.block.article .thumb a:hover {
  text-decoration: underline;
}
.block.article .thumb h3 {
  font-weight: normal;
  position: absolute;
  bottom: 10px;
  color: white;
}
.block.article .thumb h3 a {
  color: white;
}
.block.article .thumb:hover h3 {
  text-decoration: underline;
}
.block.article .thumb .shadow {
  background: url('images/highlight-gradient-alt.png');
  background-position: center center;
  background-repeat: repeat-x;
  height: 100%;
  width: 100%;
}
.block.article .excerpt {
  padding-bottom: 15px;
}
.block.article .article-meta {
  margin: 15px 15px 0 15px;
}
.block.highlight {
  height: 100%;
  padding-bottom: 0;
  background-position: center top !important;
  background-repeat: no-repeat;
  transition: opacity 0.1s;
  background: #000000;
  position: relative;
}
.block.highlight:after {
  content: '';
  background-image: url('images/highlight-gradient.png');
  background-size: 100% 100%;
  position: absolute;
  bottom: 0;
  opacity: 0.8;
  left: 0;
  right: 0;
  top: 0;
}
.block.highlight a {
  position: absolute;
  z-index: 100;
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
}
.block.highlight h2 {
  padding: 17px 3px 0 3px;
  left: 20px;
  color: white;
  font-size: 2.2rem;
  font-weight: normal;
  margin: 0 15px;
}
.block.highlight .block-button {
  margin-left: 20px;
}
.block.highlight:hover h2 {
  text-decoration: underline;
}
.block.discussion,
.block.agenda {
  margin-bottom: 20px;
}
.block.discussion h2,
.block.agenda h2 {
  color: white;
  padding: 0 12px;
  min-height: 40px;
  background-color: #d52b1e;
  margin: 0;
  margin-bottom: 20px;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 40px;
}
.block.discussion h2 a,
.block.agenda h2 a {
  color: white;
}
.block.discussion h3,
.block.agenda h3 {
  font-size: 18px;
  font-size: 1.8rem;
  padding-top: 0;
  margin-top: 0;
}
.block.discussion h3 a,
.block.agenda h3 a {
  color: black;
}
.block.discussion .agenda-items,
.block.agenda .agenda-items {
  margin: 0;
  padding: 0;
  list-style: none;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .block.discussion .agenda-items,
  .block.agenda .agenda-items {
    font-size: 15px;
    line-height: 16px;
    padding: 0 5px 5px 5px;
  }
}
.block.discussion .agenda-item,
.block.agenda .agenda-item {
  margin: 0;
  padding: 0;
  list-style: none;
  display: table;
  box-sizing: border-box;
  width: 100%;
  min-height: 60px;
  margin-bottom: 2px;
}
.block.discussion .agenda-item:hover,
.block.agenda .agenda-item:hover,
.block.discussion .agenda-item.highlighted,
.block.agenda .agenda-item.highlighted {
  text-decoration: none !important;
  background: #f2bfbb;
  color: #000;
}
.block.discussion .agenda-item .date-thumb,
.block.agenda .agenda-item .date-thumb,
.block.discussion .agenda-item .post-excerpt-content,
.block.agenda .agenda-item .post-excerpt-content {
  display: table-cell;
  line-height: 22px;
  padding-top: 6px;
}
.block.discussion .agenda-item .date-thumb,
.block.agenda .agenda-item .date-thumb {
  vertical-align: middle !important;
  width: 60px !important;
  text-align: center;
  min-height: 60px;
}
.block.discussion .agenda-item .date-thumb .date,
.block.agenda .agenda-item .date-thumb .date {
  max-width: 0px !important;
  min-width: 60px !important;
  height: 52px;
}
.block.discussion .agenda-item .day,
.block.agenda .agenda-item .day {
  font-size: 28px !important;
  font-size: rem(2.8) !important;
  line-height: 28px !important;
  line-height: rem(2.8) !important;
}
.block.discussion .agenda-item .month,
.block.agenda .agenda-item .month {
  font-size: 18px !important;
  font-size: rem(1.8) !important;
  line-height: 12px !important;
  line-height: rem(1.2) !important;
}
.block.discussion .agenda-item .meta-item,
.block.agenda .agenda-item .meta-item {
  display: block;
}
.block.discussion .agenda-item .tijd,
.block.agenda .agenda-item .tijd {
  font-family: "OverheidSans-bold";
}
@media (min-width: 768px) and (max-width: 1023px) {
  .block.discussion .agenda-item .day,
  .block.agenda .agenda-item .day {
    font-size: 24px !important;
  }
  .block.discussion .agenda-item .post-excerpt-content,
  .block.agenda .agenda-item .post-excerpt-content {
    padding-left: 10px;
  }
}
.block.linkedin {
  font-family: OverheidSans;
}
.block.linkedin .linkedin-header {
  color: white;
  padding: 0px 12px;
  min-height: 40px;
  background-color: #004182;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 40px;
  margin: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.block.linkedin .linkedin-header a {
  color: white;
  font-size: 16px;
  font-weight: 700;
}
.block.linkedin .linkedin-content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex: 1 0 0;
  align-self: stretch;
  background: #E8F3FF;
  padding: 32px 20px;
  height: 448px;
}
.block.linkedin .linkedin-content .linkedin-title {
  color: #004182;
  font-size: 36px;
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: -0.03rem;
  font-family: OverheidSans;
}
.block.linkedin .linkedin-content .content {
  font-size: 18px;
}
.block.linkedin .linkedin-content .text-container {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.block.linkedin ol {
  padding: 0;
  word-wrap: break-word;
}
.block.linkedin li {
  zoom: 1;
  list-style: none;
  padding: 10px 5px 5px 0;
  line-height: 22px;
  line-height: 2.2rem;
}
.block.linkedin li:before,
.block.linkedin li:after {
  content: " ";
  display: table;
}
.block.linkedin li:after {
  clear: both;
}
.block.linkedin li:before,
.block.linkedin li:after {
  content: " ";
  display: table;
}
.block.linkedin li:after {
  clear: both;
}
.block.linkedin li:before,
.block.linkedin li:after {
  content: "";
  display: table;
}
.block.linkedin li:after {
  clear: both;
}
.block.linkedin li:before,
.block.linkedin li:after {
  content: "";
  display: table;
}
.block.linkedin li:after {
  clear: both;
}
.block.linkedin li a {
  color: #d52b1e;
}
.block.linkedin .msg {
  display: inline-block;
  width: 75%;
}
.block.linkedin .avatar {
  display: inline-block;
  margin: 0 10px 10px 0;
  border: 1px solid #ddd;
  width: 48px;
}
.block.linkedin .info {
  margin-left: 58px;
}
#home__recent .block.twitter .twitter-content {
  padding: 0 10px;
}
@media (min-width: 1024px) {
  #home__recent .block.twitter {
    position: absolute;
    right: 10px;
    left: 10px;
    background-color: white;
  }
  #home__recent .block.twitter .twitter-content {
    height: 493px;
  }
}
@media (min-width: 1280px) {
  #home__recent .block.twitter .twitter-content {
    height: 554px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  #home__recent .block.twitter .avatar {
    display: none;
  }
  #home__recent .block.twitter .info {
    margin-left: 0;
  }
  #home__recent .block.twitter .twitter-content {
    height: 385px;
  }
}
.block.friend {
  background: transparent;
  margin-bottom: 30px;
}
.block.friend .thumb {
  text-align: center;
}
.block.friend .thumb img {
  border: 5px solid white;
  max-width: 100%;
}
.block.friend .titles {
  text-align: center;
  line-height: 18px;
  line-height: 1.8rem;
  margin-bottom: 6px;
}
.block.friend h3 {
  font-size: 18px;
  font-size: 1.8rem;
  color: #d52b1e;
  margin-bottom: 4px;
}
.block.friend.persoon img {
  border-radius: 50%;
  max-width: 150px;
  height: auto;
}
.block.friend .link {
  margin-top: 20px;
  text-align: center;
}
.block.friend .link a {
  color: #d52b1e;
  font-weight: bold;
}
/* Remove column on front page */
@media (max-width: 1023px) {
  .home #friends .nr4 {
    display: none;
  }
}
@media (max-width: 767px) {
  .home #friends .nr3 {
    display: none;
  }
}
@media (max-width: 480px) {
  .home #friends .nr2 {
    display: none;
  }
  .home #friends .nr1 {
    width: 100% !important;
  }
}
.related-posts .block .thumb {
  background-color: #666666;
  background-repeat: no-repeat;
}
.related-posts .block .thumb a h2 {
  position: absolute;
  bottom: 10px;
  left: 0;
  margin-bottom: 0px;
  color: white;
  text-decoration: none;
}
.related-posts .block .thumb a:hover {
  text-decoration: none;
}
.block.sidebar_highlight {
  background-color: #F3F5F6;
  padding-bottom: 10px;
}
.block.sidebar_highlight h3 {
  color: #d52b1e;
  margin-bottom: 20px;
}
.block.sidebar_highlight .image {
  width: 100%;
  height: 140px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: auto 140px;
}
.block.sidebar_highlight .content,
.block.sidebar_highlight .link {
  padding: 10px 20px;
}
.block.sidebar_highlight a {
  color: #d52b1e;
}
.block.sidebar_nieuwsbrief {
  background: #d52b1e;
}
.block.sidebar_nieuwsbrief a {
  display: block;
  color: white;
  padding: 5px 12px;
  min-height: 38px;
  background: url('images/icon-newsletter.png') #d52b1e no-repeat right center;
  font-size: 16px;
  font-size: 1.6rem;
}
.block.sidebar_actueel {
  background-color: #F3F5F6;
  padding-top: 15px;
}
.block.sidebar_actueel h3 {
  background: url('images/icon-arrow-right.png') no-repeat right center;
  font-size: 18px;
  font-size: 1.8rem;
  padding: 0;
  margin-bottom: 10px;
  color: #d52b1e;
}
.block.sidebar_actueel h3 a {
  display: block;
}
.block.sidebar_actueel h4 {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 18px;
  line-height: 1.8rem;
  margin-bottom: 0;
}
.block.sidebar_actueel .date {
  font-size: 14px;
  font-size: 1.4rem;
  color: #666666;
}
.block.sidebar_actueel ul,
.block.sidebar_actueel li {
  list-style: none;
  margin: 0;
  padding: 0;
}
.block.sidebar_actueel li {
  padding: 0 15px 15px;
}
.block.sidebar_actueel a:hover {
  text-decoration: none;
}
.block.sidebar_actueel a:hover h3,
.block.sidebar_actueel a:hover h4 {
  text-decoration: underline;
}
.block.posts h2 {
  color: white;
  padding: 0 12px;
  min-height: 40px;
  background-color: #d52b1e;
  margin: 0;
  margin-bottom: 20px;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 40px;
}
.block.posts h2:hover {
  text-decoration: underline;
}
.block.posts a:focus {
  color: white;
  outline: 2px dotted #333 !important;
  text-decoration: underline;
}
.post-items {
  padding-left: 0;
  margin-left: 0;
}
.post-item {
  display: flex;
  flex-direction: column;
  margin-bottom: 17px;
  font-size: 15px;
  font-size: 1.5rem;
}
.post-item a:focus {
  color: #23527c !important;
  outline: 2px dotted #333 !important;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .post-item {
    zoom: 1;
  }
  .post-item:before,
  .post-item:after {
    content: " ";
    display: table;
  }
  .post-item:after {
    clear: both;
  }
  .post-item:before,
  .post-item:after {
    content: " ";
    display: table;
  }
  .post-item:after {
    clear: both;
  }
  .post-item:before,
  .post-item:after {
    content: "";
    display: table;
  }
  .post-item:after {
    clear: both;
  }
  .post-item:before,
  .post-item:after {
    content: "";
    display: table;
  }
  .post-item:after {
    clear: both;
  }
}
.post-item .title {
  font-size: 15px;
  font-size: 1.5rem;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .post-item .title {
    float: left;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .post-item .post-details {
    float: right;
  }
}
.post-item .post-details .date {
  display: inline-block;
  color: #666666;
  padding-left: 23px;
  background-image: url('images/icon-clock.svg');
  background-size: 19px 19px;
  background-repeat: no-repeat;
  background-position: left 2px;
}
.no-svg .post-item .post-details .date {
  background-image: url('images/icon-clock.png');
}
.post-item .post-details .category {
  display: inline-block;
  margin-left: 20px;
  padding-left: 23px;
  background-image: url('images/icon-actueel.svg');
  background-size: 19px 21px;
  background-repeat: no-repeat;
  background-position: left 2px;
}
.no-svg .post-item .post-details .category {
  background-image: url('images/icon-actueel.png');
}
.post-item a:hover {
  text-decoration: none;
}
.post-item a:hover .title {
  text-decoration: underline;
}
.post-item a:hover .category {
  color: black;
}
.home-intro {
  padding-top: 66px;
}
.home-article {
  margin-bottom: 20px;
  height: 200px;
}
.home-article.home-article-big {
  height: 420px;
  margin-bottom: 40px;
}
.home-article.home-article-big h2 {
  font-size: 3.6rem;
  line-height: 3.6rem;
}
.home-article.home-article-big .subtitle {
  font-size: 1.8rem;
  font-weight: normal;
  color: #FFF;
  margin: 12px 18px;
}
.home-article.home-article-big .block.highlight a {
  padding: 7px;
}
.block-button {
  position: absolute;
  bottom: 22px;
  display: inline-block;
  border: 1px solid black;
  padding: 8px 14px;
  color: #000000;
  background-color: #ffffff;
  font-size: 18px;
  font-size: 1.8rem;
  transition: background-color 0.1s;
}
.block-button:hover {
  background-color: rgba(255, 255, 255, 0.9);
  border: 1px solid black;
}
.home-posts {
  padding-bottom: 50px;
  background-color: white;
}
.instafeed .instabox {
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
}
.instafeed .instabox div {
  width: 25%;
}
.instafeed .instabox div:last-child {
  display: none;
}
@media (min-width: 1280px) {
  .instafeed .instabox div {
    width: 20%;
  }
  .instafeed .instabox div:last-child {
    display: inline-block;
  }
}
.instafeed .instabox img {
  display: block;
  width: 100%;
}
.instafeed .instafeed-header {
  color: white;
  padding: 0px 12px;
  min-height: 40px;
  background: #d52b1e;
  margin-bottom: 15px;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 40px;
  margin: 0 0 15px 0;
}
@media (min-width: 1280px) {
}
.instafeed .instafeed-header a {
  color: white;
}
.gform_wrapper h3 {
  display: none;
}
.gform_wrapper label {
  font-size: 14px !important;
  font-size: 1.4rem !important;
}
.gform_wrapper label.error {
  color: #d52b1e;
  display: block;
  font-weight: bold;
}
.gform_wrapper input[type=text] {
  font-size: 15px !important;
  font-size: 1.5rem !important;
}
.gform_wrapper .gform_button {
  background: #d52b1e;
  color: white !important;
  border: 0;
  padding: 2px 16px;
}
.gform_wrapper .gform_button:hover {
  margin-top: 1px;
  margin-bottom: -1px;
}
#gform_confirmation_wrapper_1 {
  background: #f2bfbb;
  padding: 10px 24px;
  margin-top: 20px;
}
.post_comments {
  background: white;
  margin-bottom: 50px;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 26px;
}
.post_comments h4.comments-title {
  padding-top: 15px;
  margin-bottom: 20px;
  font-weight: normal;
  font-family: 'OverheidSans-bold';
  color: #d52b1e;
  font-size: 24px;
  font-size: 2.4rem;
}
.post_comments ol {
  padding: 0;
}
.post_comments li {
  list-style: none;
}
.post_comments .reply,
.post_comments .says,
.post_comments .avatar,
.post_comments .comment-notes,
.post_comments .comment-reply-title,
.post_comments .comment-form-url,
.post_comments .form-allowed-tags {
  display: none;
}
.post_comments label {
  display: inline-block;
  width: 120px;
  text-transform: lowercase;
}
.post_comments label .required {
  display: none;
}
.post_comments label:before {
  content: 'Uw ';
  text-transform: capitalize;
}
.post_comments label:after {
  content: '*';
}
.post_comments input,
.post_comments textarea {
  border: 2px solid #888;
  margin-bottom: 10px;
  padding: 0 5px;
  resize: none;
}
.post_comments footer {
  height: auto;
}
.post_comments .comment-form-email {
  position: relative;
}
.post_comments textarea {
  width: 100%;
}
.post_comments input.submit {
  background: #d52b1e;
  color: white;
  border: 0;
  padding: 6px 15px;
  font-size: 18px;
  font-size: 1.8rem;
}
.post_comments p.form-submit {
  text-align: right;
}
.post_comments .comment-author {
  display: inline-block;
  font-size: 15px;
  font-size: 1.5rem;
}
.post_comments .comment-author .fn {
  font-weight: bold !important;
}
.post_comments .comment-metadata {
  font-size: 14px;
  font-size: 1.4rem;
  display: inline-block;
  color: #9a9a9a;
}
.post_comments .comment-metadata a {
  text-decoration: none;
  color: #9a9a9a;
}
.post_comments .comment-metadata:before {
  content: ' | ';
  display: inline-block;
  margin: 0 10px;
}
.post_comments .comment-body {
  margin-bottom: 15px;
}
.post_comments #comments {
  margin-top: 30px;
}
.post_comments .comment-list {
  padding-top: 30px;
}
.post_comments label.error {
  display: block;
  clear: both;
  margin-top: -5px;
  margin-bottom: 20px;
  font-size: 14px;
  color: #d52b1e;
  font-weight: bold;
  width: 100%;
  text-transform: none;
}
.post_comments label.error::before {
  content: '';
}
.post_comments label.error:after {
  content: '';
}
.social-popups a {
  display: inline-block;
  width: 27px;
  height: 27px;
  margin-right: 5px;
  background: url('images/social-icons.svg') no-repeat;
}
.social-popups a span {
  display: none;
}
.social-popups a.twitter {
  background-position: 0 3px;
}
.social-popups a.linkedin {
  background-position: -27px;
}
.social-popups a.facebook {
  background-position: -54px;
}
.social-popups a.googleplus {
  background-position: -81px;
}
.social-popups a.email {
  background-position: -108px;
}
.social-popups a.print {
  background-position: -135px;
}
.photo-header-image {
  width: 100%;
  height: 400px;
}
@media (max-width: 1023px) {
  .photo-header-image {
    height: 300px;
  }
}
@media (max-width: 767px) {
  .photo-header-image {
    height: 250px;
  }
}
.photo-header-gradient {
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#cc000000', GradientType=0);
  opacity: 0.3;
  height: 400px;
}
@media (max-width: 1023px) {
  .photo-header-gradient {
    height: 300px;
  }
}
@media (max-width: 767px) {
  .photo-header-gradient {
    height: 250px;
  }
}
.photo-content {
  margin-bottom: 40px;
}
.photo-content.rules-content {
  margin-bottom: 0px;
}
.photo-intro {
  margin-top: -70px;
}
.photo-headline {
  margin: 0;
  margin-bottom: 5px;
  font-size: 26px;
  color: white;
}
.photo-title {
  margin: 0;
  margin-bottom: 48px;
  font-size: 26px;
}
.photo-prize-header {
  margin-bottom: 5px;
}
.photo-prizes {
  padding-left: 0;
  margin-bottom: 30px;
  zoom: 1;
}
.photo-prizes:before,
.photo-prizes:after {
  content: " ";
  display: table;
}
.photo-prizes:after {
  clear: both;
}
.photo-prizes:before,
.photo-prizes:after {
  content: " ";
  display: table;
}
.photo-prizes:after {
  clear: both;
}
.photo-prizes:before,
.photo-prizes:after {
  content: "";
  display: table;
}
.photo-prizes:after {
  clear: both;
}
.photo-prizes:before,
.photo-prizes:after {
  content: "";
  display: table;
}
.photo-prizes:after {
  clear: both;
}
.photo-prize {
  list-style: none;
  width: 25%;
  float: left;
  padding-right: 20px;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .photo-prize {
    width: 33%;
  }
}
.photo-the-money {
  font-size: 20px;
}
.photo-rules {
  background-color: white;
  position: relative;
}
.photo-rules-title {
  margin-top: 40px;
  font-family: "OverheidSans";
  font-size: 22px;
}
.photo-rules-subtitle {
  font-size: 18px;
  margin-bottom: 16px;
  display: none;
}
.photo-rules-pdf {
  margin-top: -10px;
  margin-bottom: 50px;
}
.photo-rules-pdf a {
  color: #d52b1e;
  text-decoration: underline;
}
.photo-extra-title {
  margin-top: 40px;
  margin-bottom: 26px;
  font-family: "OverheidSans";
  font-size: 22px;
}
.photo-extra-content {
  margin-bottom: 60px;
}
@media (min-width: 768px) {
  .photo-extra-content {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 30px;
    -moz-column-gap: 30px;
    column-gap: 30px;
  }
}
.photo-extra-image {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 50%;
}
@media (max-width: 767px) {
  .photo-extra-image {
    width: 100%;
    position: static;
    height: 250px;
    margin-bottom: 40px;
  }
}
.half-width-wrap {
  width: 50%;
  padding-right: 15px;
}
@media (max-width: 767px) {
  .half-width-wrap {
    width: 100%;
    padding-right: 0px;
  }
}
.photo-jury {
  background-color: white;
}
.photo-jury-title {
  margin-top: 40px;
  margin-bottom: 3px;
  font-family: "OverheidSans";
  font-size: 22px;
}
.photo-jury-undertitle {
  margin-bottom: 35px;
  line-height: 2rem;
}
.photo-juries {
  margin-bottom: 30px;
  list-style: none;
  padding-left: 0;
  text-align: center;
  zoom: 1;
}
.photo-juries:before,
.photo-juries:after {
  content: " ";
  display: table;
}
.photo-juries:after {
  clear: both;
}
.photo-juries:before,
.photo-juries:after {
  content: " ";
  display: table;
}
.photo-juries:after {
  clear: both;
}
.photo-juries:before,
.photo-juries:after {
  content: "";
  display: table;
}
.photo-juries:after {
  clear: both;
}
.photo-juries:before,
.photo-juries:after {
  content: "";
  display: table;
}
.photo-juries:after {
  clear: both;
}
@media (min-width: 768px) {
  .photo-jury-person {
    width: 33%;
    float: left;
    padding-left: 10px;
    padding-right: 10px;
  }
}
.photo-jury-img img {
  border-radius: 50%;
  overflow: hidden;
  margin-bottom: 5px;
}
.photo-jury-name {
  font-family: "OverheidSans-bold";
}
.photo-form {
  background-color: white;
  margin-top: -200px;
}
@media (max-width: 767px) {
  .photo-form {
    margin-top: 20px;
    margin-bottom: 40px;
  }
}
.photo-form-header {
  background-color: #d52b1e;
  color: white;
  line-height: 60px;
  margin-left: -10px;
  margin-right: -10px;
  padding-left: 50px;
}
.photo-gravity-form {
  padding: 0px 40px 20px 40px;
}
.photo-gravity-form .gfield_required {
  display: none;
}
.photo-gravity-form .half-width {
  width: 50%;
}
@media (max-width: 1023px) {
  .photo-gravity-form .half-width {
    width: 100%;
  }
}
.photo-gravity-form input {
  width: 100%;
}
.photo-gravity-form .gform_wrapper .top_label input.medium {
  width: 100% !important;
  border: 0;
  border-bottom: 5px solid #d52b1e;
  background-color: #f2bfbb;
  padding-left: 10px;
  padding-right: 10px;
}
.photo-gravity-form .gform_wrapper .top_label input.medium[type="file"] {
  border: 0;
  border-bottom: 0;
  background-color: white;
  padding-left: 0px;
  padding-right: 0px;
  line-height: 0;
}
.photo-gravity-form .gform_wrapper input[type="submit"] {
  line-height: 40px;
}
.photo-gravity-form .gform_wrapper .top_label textarea.textarea {
  width: 100%;
  border: 0;
  border-bottom: 5px solid #d52b1e;
  background-color: #f2bfbb;
  padding-left: 10px;
  padding-right: 10px;
}
.photo-gravity-form .top_label .form-terms .gfield_label {
  display: none;
}
.photo-gravity-form .top_label li .gfield_label {
  margin-top: 20px;
  margin-bottom: 0px;
}
.photo-gravity-form .gformsrcwdplupload-button {
  height: 40px;
  line-height: 40px;
  width: 33%;
  margin: 0;
  margin-left: 2%;
  padding: 0;
  background: #d52b1e;
  border: 0;
  -moz-border-radius: 0px;
  -khtml-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  text-decoration: none;
  font-size: 12px;
  color: white;
}
.photo-gravity-form .gformsrcwdplupload-filelist {
  width: 65%;
  padding: 3px 10px 0;
  border: 0;
  border-bottom: 5px solid #d52b1e;
  background-color: #f2bfbb;
  -moz-border-radius: 0px;
  -khtml-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  font-size: 12px;
  line-height: 20px;
  color: #333;
  height: 40px;
  line-height: 40px;
}
.photo-gravity-form .gform_wrapper .top_label .gfield_description {
  padding-top: 0;
}
.photo-gravity-form .half-width {
  clear: none !important;
  float: left;
  padding-right: 0;
}
@media (min-width: 1024px) {
  .photo-gravity-form .half-width.first {
    padding-right: 7px;
  }
}
@media (min-width: 1024px) {
  .photo-gravity-form .half-width.second {
    padding-left: 7px;
  }
}
.photo-gravity-form .gform_wrapper .gfield_description {
  font-family: "OverheidSans";
}
.photo-gravity-form .gform_wrapper li.gfield.gfield_error.gfield_contains_required,
.photo-gravity-form .gform_wrapper li.gfield.gfield_error,
.photo-gravity-form .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
  margin: 0 !important;
  padding: 0 !important;
  width: 100%;
  background-color: white;
  border: 0;
}
.photo-gravity-form .gform_wrapper .ginput_container + .gfield_description.validation_message {
  margin-top: 0;
}
.photo-gravity-form .gform_wrapper div.validation_error {
  border: 0;
  margin-bottom: 0;
}
.photo-gravity-form .gform_confirmation_message {
  background-color: white;
  border: 0;
  padding-top: 20px;
}
.photo-gravity-form .gform_wrapper li.gfield.gfield_error.gfield_contains_required div.gfield_description,
.photo-gravity-form .gform_wrapper li.gfield.gfield_error.gfield_contains_required div.ginput_container,
.photo-gravity-form .gform_wrapper li.gfield.gfield_error.gfield_contains_required fieldset legend.gfield_label,
.photo-gravity-form .gform_wrapper li.gfield.gfield_error.gfield_contains_required label.gfield_label {
  margin-top: 0px;
  margin-left: 0px;
}
.photo-gravity-form .gform_wrapper li.gfield.gfield_error.gfield_contains_required label.gfield_label {
  margin-top: 20px;
}
.wp-content strong {
  font-family: "OverheidSans-bold";
}
.wp-content p {
  margin-bottom: 20px;
}
.wp-content ul {
  list-style: none;
  padding: 0;
  margin: 0;
  margin-bottom: 26px;
}
.wp-content li {
  padding-left: 1em;
  text-indent: -0.7em;
  padding-bottom: 5px;
}
.wp-content li:before {
  content: "•";
  padding-right: 5px;
  color: #d52b1e;
}
.wp-content h2 {
  color: #d52b1e;
  margin: 20px 0 5px;
  font-size: 18px;
  font-size: 1.8rem;
}
/**
 *
 * Homepage
 *
 */
.home-citydeals {
  background-color: #f2f2f2;
  padding-top: 40px;
}
.home-citydeals .container {
  position: relative;
}
.home-citydeals .intro-container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 40px;
}
.home-citydeals .citydeal-title {
  margin-left: 0 !important;
  margin-bottom: 10px;
  margin-top: 10px;
}
.home-citydeals .citydeal-description {
  line-height: 1.5em;
}
.home-citydeals .button {
  position: relative;
}
.home-citydeals .citydeal-items {
  margin-bottom: 30px;
}
@media (min-width: 1024px) and (max-width: 1279px) {
  .home-citydeals .col:nth-child(7),
  .home-citydeals .col:nth-child(8) {
    display: none;
  }
}
.citydeal-items {
  display: flex;
  flex-wrap: wrap;
  align-content: stretch;
  padding-left: 0;
}
.citydeal-items,
.citydeal-items li {
  list-style: none;
}
.citydeal-items li {
  display: flex;
  align-content: stretch;
}
.citydeal-header {
  border-top: 3px solid #979797;
  display: flex;
  justify-content: space-between;
}
.citydeal-header h1 {
  border-top: 0 !important;
}
.citydeal-header.no-margin h1 {
  margin-bottom: 0 !important;
}
/**
 *
 * General citydeal
 *
 */
.citydeal-phase {
  margin-top: 20px;
  margin-left: 20px;
  color: white;
  line-height: 24px;
  padding: 1px 8px 0 8px;
  border-radius: 2px;
  font-size: 14px;
  white-space: nowrap;
  align-self: flex-start;
}
.citydeal-phase.b-inontwikkeling {
  background-color: #64CDF2;
}
.citydeal-phase.a-nieuwvoorstel {
  background-color: #39870c;
}
.citydeal-phase.c-inuitvoering {
  background-color: #d52b1e;
}
.citydeal-phase.d-alafgerond {
  background-color: #ffba00;
  height: 24px;
  color: #000000;
}
.single-citydeal .single-content {
  border-bottom: 0;
}
.single-citydeal .social-popups {
  margin-top: 0;
}
.meta-citydeal .theme {
  padding-left: 35px;
  background-repeat: no-repeat;
  background-position: left top;
}
.maincontent.citydeals {
  margin-top: 40px;
  margin-bottom: 0;
}
.citydeal-title {
  margin-bottom: 30px;
}
.citydeal-description {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.8em;
  margin-bottom: 10px;
}
.citydeal-description a {
  text-decoration: underline;
  color: #d52b1e;
}
.citydeal-overview {
  padding-top: 40px;
  padding-bottom: 50px;
  background-color: #f2f2f2;
}
.citydeal-overview .cd-overview-title {
  margin-left: 0;
}
.cd-overview-description {
  font-size: 18px;
  font-size: 1.8rem;
  margin-bottom: 20px;
}
.citydeals-map-section {
  padding-top: 50px;
}
.citydeals-map-section h2 {
  margin-bottom: 30px;
}
.citydeal-filter {
  display: inline-block;
  background-color: white;
  margin-right: 6px;
  margin-bottom: 6px;
  background-repeat: no-repeat;
  background-position: left 7px top 5px;
  line-height: 28px;
  border-radius: 2px;
  padding: 3px 10px 2px 33px;
}
.citydeal-filter.is-active {
  border: 2px solid #d52b1e;
  padding: 1px 8px 0px 31px;
}
.citydeal-filter:focus {
  text-decoration: none;
  color: black;
}
@media (max-width: 480px) {
  .citydeal-filter {
    display: block;
  }
}
.toolkit-sidebar {
  padding: 20px;
}
.toolkit-sidebar ul {
  margin: 0 0 10px 0;
  padding: 0;
  list-style: none;
}
.toolkit-sidebar ul li {
  padding: 0 0 0 14px;
  margin: 0;
  position: relative;
}
.toolkit-sidebar ul li::before {
  left: 2px;
  top: 10px;
  width: 6px;
  height: 6px;
  content: '';
  position: absolute;
  background-color: #000;
  border-radius: 10px;
}
.toolkit-sidebar a {
  color: #d52b1e;
  text-decoration: underline;
}
.citydeal-item {
  margin-bottom: 20px;
  background-color: white;
}
.citydeal-item .citydeal-item-header {
  display: flex;
  justify-content: space-between;
}
.citydeal-item.toolkit-item {
  padding: 15px;
}
.citydeal-item.toolkit-item .intro {
  margin-bottom: 20px;
}
.citydeal-item.toolkit-item b,
.citydeal-item.toolkit-item .bold-text,
.citydeal-item.toolkit-item strong {
  font-family: 'OverheidSans-bold';
}
.citydeal-item.toolkit-item a {
  padding: 0;
  text-decoration: underline;
  color: #cf2e2e;
}
.citydeal-item.toolkit-item a:hover {
  padding: 0;
  text-decoration: underline;
  border: none;
}
.citydeal-item.toolkit-item .citydeal-phase {
  background-color: #cf2e2e;
}
.citydeal-item.toolkit-item .button {
  display: inline-block;
  padding: 2px 20px;
  line-height: 1.5em;
  text-decoration: none;
}
.citydeal-item.toolkit-item .button:hover {
  padding: 2px 20px;
  text-decoration: none;
  border: 2px solid #cf2e2e;
}
.citydeal-item .citydeal-phase {
  margin-top: 0;
  margin-left: 10px;
}
.citydeal-item .title {
  margin-bottom: 10px;
  font-size: 16px;
  font-size: 1.6rem;
  font-family: OverheidSans-bold;
  color: #d52b1e;
  float: left;
  hyphens: auto;
}
.citydeal-item .locatie {
  padding-left: 28px;
  background-repeat: no-repeat;
  background-position: left top 2px;
  background-image: url('images/icon-location.svg');
}
.no-svg .citydeal-item .locatie {
  background-image: url('images/location.png');
}
.citydeal-item .theme {
  padding-left: 28px;
  background-repeat: no-repeat;
}
.citydeal-item a {
  display: block;
  padding: 20px 16px;
  min-height: 100%;
}
.citydeal-item a:hover,
.citydeal-item a:focus {
  color: black;
  text-decoration: none;
  border: 2px solid #d52b1e;
  padding: 18px 14px;
  outline: none !important;
}
@media (max-width: 1023px) {
  .citydeal-item {
    margin-bottom: 10px;
  }
}
.citydeal-map {
  height: 630px;
  margin-bottom: 50px;
}
.circulaire-stad {
  background-image: url('images/icon-circular.svg');
}
.circulaire-stad.black {
  background-image: url('images/icon-circular-black.svg');
}
.no-svg .circulaire-stad {
  background-image: url('images/icon-circular-black.png');
}
.data-infrastructuur {
  background-image: url('images/icon-data.svg');
}
.data-infrastructuur.black {
  background-image: url('images/icon-data-black.svg');
}
.no-svg .data-infrastructuur {
  background-image: url('images/icon-data-black.png');
}
.energietransitie {
  background-image: url('images/icon-energy.svg');
}
.energietransitie.black {
  background-image: url('images/icon-energy-black.svg');
}
.no-svg .energietransitie {
  background-image: url('images/icon-energy-black.png');
}
.gezonde-stad-en-leefkwaliteit {
  background-image: url('images/icon-home.svg');
}
.gezonde-stad-en-leefkwaliteit.black {
  background-image: url('images/icon-home-black.svg');
}
.no-svg .gezonde-stad-en-leefkwaliteit {
  background-image: url('images/icon-home-black.png');
}
.grensoverschrijdende-economie {
  background-image: url('images/icon-global.svg');
}
.grensoverschrijdende-economie.black {
  background-image: url('images/icon-global-black.svg');
}
.no-svg .grensoverschrijdende-economie {
  background-image: url('images/icon-global-black.png');
}
.klimaatadaptatie {
  background-image: url('images/icon-climate.svg');
}
.klimaatadaptatie.black {
  background-image: url('images/icon-climate-black.svg');
}
.no-svg .klimaatadaptatie {
  background-image: url('images/icon-climate-black.png');
}
.topcampussen-en-innovatiemilieus {
  background-image: url('images/icon-knowledge.svg');
}
.topcampussen-en-innovatiemilieus.black {
  background-image: url('images/icon-knowledge-black.svg');
}
.no-svg .topcampussen-en-innovatiemilieus {
  background-image: url('images/icon-knowledge-black.png');
}
.next-economy {
  background-image: url('images/icon-economy.svg');
}
.next-economy.black {
  background-image: url('images/icon-economy-black.svg');
}
.no-svg .next-economy {
  background-image: url('images/icon-economy-black.png');
}
.sociale-arrangementen {
  background-image: url('images/icon-socialconnect.svg');
}
.sociale-arrangementen.black {
  background-image: url('images/icon-socialconnect-black.svg');
}
.no-svg .sociale-arrangementen {
  background-image: url('images/icon-socialconnect-black.png');
}
.stedelijke-bereikbaarheid {
  background-image: url('images/icon-transport.svg');
}
.stedelijke-bereikbaarheid.black {
  background-image: url('images/icon-transport-black.svg');
}
.no-svg .stedelijke-bereikbaarheid {
  background-image: url('images/icon-transport-black.png');
}
.stedelijke-transformatie {
  background-image: url('images/icon-transformation.svg');
}
.stedelijke-transformatie.black {
  background-image: url('images/icon-transformation-black.svg');
}
.no-svg .stedelijke-transformatie {
  background-image: url('images/icon-transformation-black.png');
}
.topcampusseninnovatiemilieus {
  background-image: url('images/icon-knowledge.svg');
}
.topcampusseninnovatiemilieus.black {
  background-image: url('images/icon-knowledge-black.svg');
}
.no-svg .topcampusseninnovatiemilieus {
  background-image: url('images/icon-knowledge-black.png');
}
/**
 *
 * Map
 *
 */
.mappopup {
  font-family: OverheidSans, Arial, Verdana;
  font-size: 16px;
  font-size: 1.6rem;
  background-color: white;
}
.mappopup .map-read-more {
  display: block;
  background-color: #d52b1e;
  color: white;
  font-family: 'OverheidSans-bold';
  line-height: 35px;
  padding: 0 16px;
}
.mappopup .citydeal-item-header {
  align-items: center;
  margin-top: -5px;
}
.mappopup .citydeal-item-header .title {
  line-height: 25px;
}
.multiple .mappopup .citydeal-item {
  padding-top: 55px;
}
.multiple .mappopup .citydeal-item:hover {
  padding-top: 55px;
}
.multiple .mappopup .close {
  top: 18px;
}
.mappopup .citydeal-item {
  margin-bottom: 0;
  padding-top: 40px;
}
.mappopup .citydeal-item:hover {
  border: none;
  padding: 40px 16px 20px;
}
.mappopup .close {
  position: absolute;
  top: 8px;
  right: 16px;
}
.infoBox img {
  display: none;
}
.popup-switcher {
  position: absolute;
  top: 20px;
  left: 15px;
  font-size: 13px;
  color: #000;
}
.popup-switcher .prev,
.popup-switcher .next {
  width: 24px;
  height: 24px;
  display: block;
  float: left;
  margin-right: 4px;
}
.popup-switcher .prev:before,
.popup-switcher .next:before {
  content: '◄';
  font-family: 'arial';
  color: #000;
  font-size: 14px;
  position: relative;
  left: 4px;
  top: -2px;
}
.popup-switcher .prev:hover,
.popup-switcher .next:hover,
.popup-switcher .prev:focus,
.popup-switcher .next:focus {
  text-decoration: none;
}
.popup-switcher .prev:hover:before,
.popup-switcher .next:hover:before,
.popup-switcher .prev:focus:before,
.popup-switcher .next:focus:before {
  color: #666;
}
.popup-switcher .next:before {
  content: '►';
  color: #000;
  left: 6px;
  top: -2px;
}
.popup-switcher .indicator {
  float: left;
  line-height: 24px;
  margin-right: 4px;
  font-weight: bold;
}
.map-filters {
  margin-bottom: 5px;
}
.map-filters fieldset {
  border: none;
}
.map-filters legend {
  opacity: 0;
}
.filter-current {
  display: inline-block;
  line-height: 32px;
  padding: 0 33px 0 33px;
  margin-bottom: 3px;
  background-color: #F3F5F6;
  cursor: pointer;
  position: relative;
  width: 320px;
  font-size: 16px;
  font-size: 1.6rem;
}
@media (max-width: 1280px) {
  .filter-current {
    width: 300px;
  }
}
@media (max-width: 1023px) {
  .filter-current {
    width: 220px;
  }
}
.filter-current:after {
  content: '▼';
  position: absolute;
  right: 10px;
  top: 2px;
}
.filter-current:hover {
  background-color: #dfe4e7;
}
.filter-list {
  display: none;
  position: absolute;
  z-index: 100;
}
.filter-list.is-active {
  display: block;
}
.type-filter,
.citydeals-filter,
.city-filter {
  width: 320px;
  background: white;
  left: 30px;
  top: 30px;
  font-family: OverheidSans, Arial, Verdana;
  font-size: 12px;
  z-index: 100;
}
@media (max-width: 1280px) {
  .type-filter,
  .citydeals-filter,
  .city-filter {
    width: 300px;
  }
}
@media (max-width: 1023px) {
  .type-filter,
  .citydeals-filter,
  .city-filter {
    width: 220px;
  }
}
.type-filter .map-title,
.citydeals-filter .map-title,
.city-filter .map-title {
  margin-bottom: 12px;
  font-family: 'OverheidSans-bold';
  font-size: 18px;
  font-size: 1.8rem;
  color: #d52b1e;
}
.type-filter .nano,
.citydeals-filter .nano,
.city-filter .nano {
  height: 300px;
}
.type-filter ul,
.citydeals-filter ul,
.city-filter ul {
  padding-left: 0;
}
.type-filter li,
.citydeals-filter li,
.city-filter li {
  font-size: 16px;
  font-size: 1.6rem;
  list-style: none;
  line-height: 32px;
  padding: 0 14px 0 33px;
  margin-bottom: 3px;
  background-color: #F3F5F6;
  cursor: pointer;
  position: relative;
  background-repeat: no-repeat;
  background-position: 7px 5px;
}
.type-filter li:first-child,
.citydeals-filter li:first-child,
.city-filter li:first-child {
  border-top: 0;
}
.type-filter li:first-child.active:after,
.citydeals-filter li:first-child.active:after,
.city-filter li:first-child.active:after {
  display: none;
}
.type-filter li:hover,
.citydeals-filter li:hover,
.city-filter li:hover {
  background-color: #dfe4e7;
}
.type-filter li.active,
.citydeals-filter li.active,
.city-filter li.active {
  background-color: #dfe4e7;
}
.citydeal-filters {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .citydeal-filters {
    flex-direction: column;
  }
  .citydeal-filters .filter-container {
    width: 100% !important;
  }
}
.citydeal-filters fieldset {
  border: none;
  padding: 0;
}
.citydeal-filters .filter-list {
  left: 0;
}
.citydeal-filters .filter-container {
  vertical-align: top;
  width: calc(33.3% - 10px);
  margin-bottom: 25px;
  border: none;
  position: relative;
}
@media (max-width: 1280px) {
  .citydeal-filters .filter-container:nth-child(3) {
    margin-right: 0;
  }
}
.citydeal-filters .filter-container::after {
  content: '';
  display: block;
  position: absolute;
  cursor: pointer;
  pointer-events: none;
  right: 27px;
  top: 50%;
  margin-top: -3px;
  width: 0;
  height: 0;
  border-top: 5px solid #000;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
}
.citydeal-filters .filter-container select {
  width: 100%;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  padding: 6px 15px 4px 15px;
  background-color: #FFF;
  border: 1px solid #999;
  border-radius: 5px;
}
.citydeal-filters .filter-container select::after {
  content: '';
  display: block;
  position: absolute;
  cursor: pointer;
  pointer-events: none;
  right: 27px;
  top: 50%;
  margin-top: -3px;
  width: 0;
  height: 0;
  border-top: 5px solid #000;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
}
.citydeal-filters .filter-current {
  background-color: white;
}
.citydeal-filters .filter-current:hover {
  background-color: #dfe4e7;
}
.block-citydeal.is-hidden {
  display: none;
}
/**
 *
 * Spinner
 *
 */
.sk-fading-circle {
  margin: 100px auto;
  width: 40px;
  height: 40px;
  position: relative;
  display: none;
}
.sk-fading-circle .sk-circle {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.sk-fading-circle .sk-circle:before {
  content: '';
  display: block;
  margin: 0 auto;
  width: 15%;
  height: 15%;
  background-color: #d52b1e;
  border-radius: 100%;
  -webkit-animation: sk-circleFadeDelay 1.2s infinite ease-in-out both;
  animation: sk-circleFadeDelay 1.2s infinite ease-in-out both;
}
.sk-fading-circle .sk-circle2 {
  -webkit-transform: rotate(30deg);
  -ms-transform: rotate(30deg);
  transform: rotate(30deg);
}
.sk-fading-circle .sk-circle3 {
  -webkit-transform: rotate(60deg);
  -ms-transform: rotate(60deg);
  transform: rotate(60deg);
}
.sk-fading-circle .sk-circle4 {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.sk-fading-circle .sk-circle5 {
  -webkit-transform: rotate(120deg);
  -ms-transform: rotate(120deg);
  transform: rotate(120deg);
}
.sk-fading-circle .sk-circle6 {
  -webkit-transform: rotate(150deg);
  -ms-transform: rotate(150deg);
  transform: rotate(150deg);
}
.sk-fading-circle .sk-circle7 {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.sk-fading-circle .sk-circle8 {
  -webkit-transform: rotate(210deg);
  -ms-transform: rotate(210deg);
  transform: rotate(210deg);
}
.sk-fading-circle .sk-circle9 {
  -webkit-transform: rotate(240deg);
  -ms-transform: rotate(240deg);
  transform: rotate(240deg);
}
.sk-fading-circle .sk-circle10 {
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.sk-fading-circle .sk-circle11 {
  -webkit-transform: rotate(300deg);
  -ms-transform: rotate(300deg);
  transform: rotate(300deg);
}
.sk-fading-circle .sk-circle12 {
  -webkit-transform: rotate(330deg);
  -ms-transform: rotate(330deg);
  transform: rotate(330deg);
}
.sk-fading-circle .sk-circle2:before {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}
.sk-fading-circle .sk-circle3:before {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}
.sk-fading-circle .sk-circle4:before {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}
.sk-fading-circle .sk-circle5:before {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}
.sk-fading-circle .sk-circle6:before {
  -webkit-animation-delay: -0.7s;
  animation-delay: -0.7s;
}
.sk-fading-circle .sk-circle7:before {
  -webkit-animation-delay: -0.6s;
  animation-delay: -0.6s;
}
.sk-fading-circle .sk-circle8:before {
  -webkit-animation-delay: -0.5s;
  animation-delay: -0.5s;
}
.sk-fading-circle .sk-circle9:before {
  -webkit-animation-delay: -0.4s;
  animation-delay: -0.4s;
}
.sk-fading-circle .sk-circle10:before {
  -webkit-animation-delay: -0.3s;
  animation-delay: -0.3s;
}
.sk-fading-circle .sk-circle11:before {
  -webkit-animation-delay: -0.2s;
  animation-delay: -0.2s;
}
.sk-fading-circle .sk-circle12:before {
  -webkit-animation-delay: -0.1s;
  animation-delay: -0.1s;
}
@-webkit-keyframes sk-circleFadeDelay {
  0%,
  39%,
  100% {
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
}
@keyframes sk-circleFadeDelay {
  0%,
  39%,
  100% {
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
}
/**
 *
 * Banner
 *
 */
.banner {
  margin-bottom: 80px;
  background-color: #d52b1e;
  color: white;
  padding: 20px;
  display: table;
  width: 100%;
}
.banner .banner-content {
  display: table-cell;
}
.banner .banner-title {
  margin: 0;
  font-size: 24px;
  font-size: 2.4rem;
}
.banner .banner-button {
  text-align: right;
  display: table-cell;
  vertical-align: middle;
  white-space: nowrap;
}
.banner .btn {
  border-color: white;
  color: white;
}
@media (max-width: 1023px) {
  .banner {
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  .banner {
    display: block;
    text-align: center;
  }
  .banner .banner-content {
    display: block;
    margin-bottom: 10px;
  }
  .banner .banner-button {
    text-align: center;
    display: block;
  }
}
.button-center {
  text-align: center;
}
/* =============================================================================
 	Citydeal sidebar
============================================================================= */
/*  sidebar citydeal top */
.meta-item.logo {
  text-align: center;
  margin-bottom: 15px;
}
.meta-item.logo img {
  max-width: 70%;
}
.article-meta .citydeal_contact {
  padding-left: 35px;
  padding-bottom: 15px;
  line-height: 22px;
  background-repeat: no-repeat;
  background-position: left top;
  background-image: url(../images/icon-mail-grey.svg);
}
.sidebar-citydeal a,
.sidebar-citydeal a:active,
.sidebar-citydeal a:focus {
  color: #d52b1e;
  /* rood */
}
.sidebar-citydeal a:hover {
  color: #000000;
}
.page-template-page-euroagenda .meta-item.logo img {
  max-width: 50%;
}
.cookie {
  width: 100%;
  background-color: #23282d;
  color: white;
}
.cookie p {
  margin-right: auto;
  margin-left: auto;
  padding-left: 10px;
  padding-right: 10px;
  width: 100%;
  position: relative;
  padding: 15px 10px 5px 10px;
}
@media (min-width: 768px) {
  .cookie p {
    width: 740px;
  }
}
@media (min-width: 1024px) {
  .cookie p {
    width: 960px;
  }
}
@media (min-width: 1280px) {
  .cookie p {
    width: 1160px;
  }
}
@media (max-width: 600px) {
  .cookie p {
    padding: 15px 15px 55px 15px;
  }
}
.cookie a {
  text-decoration: underline;
  color: white;
}
.cookie .cookie-close {
  text-decoration: none;
  float: right;
  color: white;
  position: relative;
  top: -5px;
  padding: 5px 10px;
  background-color: #555;
  cursor: pointer;
  margin-left: 20px;
}
.cookie .cookie-close:hover {
  background-color: #484848;
  color: white;
}
@media (max-width: 600px) {
  .cookie .cookie-close {
    float: none;
    position: absolute;
    bottom: 15px;
    top: auto;
    margin-left: 0;
  }
}
span[style="font-weight: bold;"] {
  display: none;
}
* {
  margin: 0;
}
html {
  font-size: 62.5%;
}
html,
body {
  height: 100%;
  font-family: OverheidSans, Arial, Verdana;
}
body {
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 26px;
  line-height: 2.6rem;
}
a {
  color: #000000;
}
a:hover {
  color: #d52b1e;
}
a:focus {
  text-decoration: underline;
}
*:focus {
  outline: 2px dotted #333 !important;
  outline-offset: 4px !important;
}
.red {
  color: #d52b1e;
}
.wrapper {
  min-height: 100%;
  height: auto !important;
  height: 100%;
  margin: 0 auto -200px;
}
footer,
.push {
  height: 200px;
}
h1,
h2,
h3 {
  font-family: OverheidSans-bold;
  font-weight: normal;
}
h1.page-title {
  margin-top: 40px;
  border-bottom: 3px solid #979797;
  padding-bottom: 20px;
  margin-bottom: 10px;
}
h4,
h5 {
  font-family: OverheidSans;
  font-weight: normal;
}
h2 {
  font-weight: normal;
  font-size: 26px;
  font-size: 2.6rem;
  margin-bottom: 26px;
  margin-left: 10px;
  margin-right: 35%;
}
h2 a {
  display: block;
}
header {
  position: relative;
}
header .headermenu {
  display: none;
}
header .mobilemenu {
  display: block;
}
header .secondarymenu {
  position: absolute;
  top: 0;
  right: 0;
}
.social a {
  background: none;
  font-size: 20px;
}
.social img {
  width: 35px;
  padding: 6px;
  box-shadow: none !important;
  display: inline;
  vertical-align: middle;
}
/* Cookie noticiation */
.site.message.cookie {
  max-width: 100%;
}
/* Custom adjustments for nested columns. Bootstrap sucks with this */
.row {
  zoom: 1;
}
.row:before,
.row:after {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
.row:before,
.row:after {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
.row:before,
.row:after {
  content: "";
  display: table;
}
.row:after {
  clear: both;
}
.row:before,
.row:after {
  content: "";
  display: table;
}
.row:after {
  clear: both;
}
.row .leftcol .subcol {
  width: 50%;
  display: block;
  float: left;
  margin-bottom: 20px;
}
.row .leftcol .subcol:last-child {
  padding-left: 10px;
}
.row .leftcol .subcol:first-child {
  padding-right: 10px;
}
@media (max-width: 1023px) {
  .row .leftcol .subcol {
    width: 100%;
    float: none;
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  .row .row,
  .row .col {
    margin-top: 0;
    margin-bottom: 10px;
  }
}
#home__highlighted .subcol-cust {
  width: 50%;
  display: block;
  float: left;
  margin-bottom: 20px;
}
#home__highlighted .subcol-cust:last-child {
  padding-left: 10px;
}
#home__highlighted .subcol-cust:first-child {
  padding-right: 10px;
}
@media (max-width: 768px) {
  #home__highlighted .subcol-cust {
    width: 100%;
    float: none;
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  #home__highlighted .row,
  #home__highlighted .col {
    margin-top: 0;
    margin-bottom: 10px;
  }
}
/* UpShifted Right Column */
.rightcol-shiftup {
  position: relative;
  z-index: 1010;
}
.rightcol-shiftup .rightcol {
  margin-top: -200px;
}
@media (max-width: 767px) {
  .rightcol-shiftup .rightcol {
    margin-top: 0;
  }
}
.article-meta {
  margin-top: 10px;
  margin-bottom: 35px;
  font-size: 18px;
  font-size: 1.8rem;
}
.article-meta .author,
.article-meta .date,
.article-meta .cats {
  display: inline-block;
  padding-left: 25px;
  background-repeat: no-repeat;
  background-position: left top;
  margin-right: 6px;
}
.article-meta .author {
  background-image: url('images/icon-author-20.png');
}
.article-meta .date {
  background-image: url('images/icon-clock.svg');
  background-size: 19px;
  background-position: left top 3px;
  color: #666666;
}
.article-meta .cats {
  background-image: url('images/icon-cats-20.png');
}
.article-meta .locatie {
  margin-bottom: 15px;
  line-height: 22px;
  padding-left: 35px;
  background-repeat: no-repeat;
  background-position: left top;
  background-image: url('images/icon-location.svg');
}
.article-meta .house {
  margin-bottom: 15px;
  line-height: 22px;
  padding-left: 35px;
  background-repeat: no-repeat;
  background-position: left top;
  background-image: url('images/icon-transformation-black.png');
}
.article-meta .theme {
  margin-bottom: 15px;
  line-height: 22px;
}
.article-meta .download {
  padding-left: 35px;
  padding-bottom: 15px;
  line-height: 22px;
  background-repeat: no-repeat;
  background-position: left top;
  background-image: url('images/icon-download.svg');
}
.article-meta.meta-citydeal {
  margin-top: 40px;
  margin-bottom: 15px;
}
.secondary-nav ul,
.secondary-nav ol {
  margin: 0;
  padding: 0;
  list-style: none;
}
.secondary-nav ul > li,
.secondary-nav ol > li {
  margin: 0;
  padding: 0;
  display: inline-block;
}
.secondary-nav li:before {
  content: '|';
  display: inline-block;
  margin: 0 10px;
}
.secondary-nav li:first-child:before {
  display: none;
}
.secondary-nav.footernav {
  text-align: center;
  margin-bottom: 20px;
}
#header {
  background: white;
}
#header .container {
  background: white;
  padding: 0;
  position: relative;
}
#header .logo img {
  width: 140px;
  height: auto;
}
#header .secondary-nav {
  position: absolute;
  top: 15px;
  right: 10px;
  text-align: right;
}
#header .secondary-nav a:focus {
  color: black !important;
}
#header .secondary-nav li.english_page {
  background: url('images/icon-flag-en-20.png') no-repeat right center;
  padding-right: 25px;
  margin-right: -8px;
}
.single-citydeal #main-nav .menu-item-4897 a {
  background: #f2bfbb;
  color: black;
}
#main-nav {
  font-size: 16px;
  font-size: 1.6rem;
  background: #d52b1e;
  border-bottom: 10px solid #f2bfbb;
  padding-top: 24px;
  /* Styling for default WP search form */
}
#main-nav ul,
#main-nav ol {
  margin: 0;
  padding: 0;
  list-style: none;
}
#main-nav ul > li,
#main-nav ol > li {
  margin: 0;
  padding: 0;
  display: inline-block;
}
#main-nav a {
  color: white;
  display: block;
  padding: 5px 15px 5px;
  margin-right: 3px;
}
#main-nav a:focus {
  outline: 2px dotted white !important;
  outline-offset: 4px !important;
}
@media (max-width: 767px) {
  #main-nav a:focus {
    outline: 2px dotted #333 !important;
  }
}
@media (min-width: 1024px) and (max-width: 1279px) {
  #main-nav a {
    padding: 5px 9px 5px;
  }
}
#main-nav .current_page_item a,
#main-nav .current-page-ancestor a {
  background: #f2bfbb;
  color: black;
}
#main-nav .container {
  position: relative;
}
#main-nav .search-form {
  display: block;
  position: absolute;
  right: 10px;
  bottom: 0;
  background: #f2bfbb;
}
#main-nav .search-form .screen-reader-text {
  display: none;
}
#main-nav .search-form input {
  background: #f2bfbb;
  border: 0;
  padding: 10px;
  display: inline-block;
  height: 36px;
}
#main-nav .search-form input.search-submit {
  width: 40px;
  cursor: pointer;
  background: url('images/icon-search.png') no-repeat center center;
  text-indent: -9999px;
}
@media (max-width: 1023px) {
  #main-nav .search-form label {
    display: none;
  }
}
#mobile-search {
  display: none;
}
@media (max-width: 1023px) {
  #mobile-search {
    display: block;
    width: 100%;
    padding: 20px 0 0;
  }
  #mobile-search input.s {
    width: 70% !important;
  }
  #mobile-search input.search-submit {
    width: 25%;
  }
}
#footer-subnav {
  margin-bottom: 25px;
}
#footer-subnav ul li {
  margin: 0;
  padding: 0;
  border-top: 1px solid #e1e1e1;
  background: white;
}
#footer-subnav ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#footer-subnav a {
  color: #000000;
  padding: 15px 30px;
  display: block;
  margin: 0;
}
#footer-subnav .current-page-ancestor,
#footer-subnav .current_page_item {
  background: #e1e1e1;
}
/* Activate specific pachi */
.single-post #main-nav .blog_page a,
.single-agenda-item #main-nav .agenda_page a,
.single-discussie #main-nav .discussion_page a {
  background: #f2bfbb;
  color: black;
}
#main-subnav {
  font-size: 14px;
  font-size: 1.4rem;
  background: #f2bfbb;
}
#main-subnav ul,
#main-subnav ol {
  margin: 0;
  padding: 0;
  list-style: none;
}
#main-subnav ul > li,
#main-subnav ol > li {
  margin: 0;
  padding: 0;
  display: inline-block;
}
#main-subnav a {
  display: block;
  padding: 2px 10px 8px;
  border-bottom: 2px solid #f2bfbb;
}
#main-subnav li.current_page_item a {
  border-bottom: 2px solid #d52b1e;
}
#footer {
  padding-bottom: 45px;
  color: white;
  background: #d52b1e;
  padding-top: 45px;
}
#footer a {
  color: white;
}
@media (min-width: 1024px) {
  #footer nav {
    float: left;
    margin-right: 70px;
  }
  #footer nav:last-child {
    margin-right: 0;
  }
}
#footer ul {
  padding-left: 0;
}
#footer li {
  list-style: none;
  padding-left: 20px;
  background: url('images/li.png') no-repeat left center;
}
#footer li a:focus {
  outline: 2px dotted white !important;
  outline-offset: 4px !important;
}
#footer h4 {
  font-size: 18px;
  font-size: 1.8rem;
  font-family: "OverheidSans-bold";
  margin-bottom: 8px;
}
#footer .col {
  margin-bottom: 18px;
}
#footer .social-icons-list {
  display: flex;
  gap: 5px;
}
#footer .social-icons-list li {
  background: none;
  padding-left: 0;
}
#footer .social-icon {
  display: inline-block;
  width: 25px;
  height: 25px;
  transition: opacity 0.2s ease;
  margin-right: 5px;
}
#footer .social-icon.twitter {
  background: url('images/x-logo-white.svg') no-repeat center center;
  background-size: 22px;
}
.no-svg #footer .social-icon.twitter {
  background: url('images/icon-twitter.png') no-repeat center center;
}
#footer .social-icon.instagram {
  background: url('images/icon-white-instagram-25.png') center center;
}
.no-svg #footer .social-icon.instagram {
  background: url('images/icon-instagram.png') no-repeat center center;
}
#footer .social-icon.feed {
  background: url('images/icon-white-instagram-25.png') center center;
}
.no-svg #footer .social-icon.feed {
  background: url('images/icon-instagram.png') no-repeat center center;
}
#footer .social-icon span {
  display: none;
}
#footer .social-icon:hover {
  opacity: 0.8;
}
#footer2 {
  background-color: white;
}
#footer2 .partners {
  padding-top: 10px;
  margin-top: 70px;
  margin-bottom: 60px;
}
#footer2 .partners h4 {
  font-size: 18px;
  font-size: 1.8rem;
  font-family: "OverheidSans-bold";
  margin-bottom: 15px;
}
#footer2 .partners .partner-logo {
  display: inline-block;
  width: 16.66666667%;
  padding: 0 10px;
}
#footer2 .partners img {
  width: 100%;
  height: auto;
}
@media (max-width: 1023px) {
  #footer2 .partners .partner-logo {
    width: 25%;
  }
}
@media (max-width: 767px) {
  #footer2 .partners .partner-logo {
    width: 50%;
    max-width: 200px;
  }
}
@media (max-width: 480px) {
  #footer2 .partners .partner-logo {
    width: 100%;
    max-width: 200px;
  }
}
#home__recent {
  margin-bottom: 36px;
}
#home__recent h2 {
  background: url('images/icon-arrow-right.png') no-repeat right center;
  font-family: OverheidSans;
  color: #FFF;
  padding: 20px;
}
#home__recent h2 a {
  padding-right: 20px;
}
#home__recent .row {
  padding: 0 10px;
}
#home__recent .excerpt {
  padding-bottom: 25px;
}
#friends h2 {
  width: 100%;
  font-family: OverheidSans;
  padding-top: 10px;
}
.home #friends h2 {
  max-width: 310px;
  padding-top: 0;
  background: url('images/icon-arrow-right.png') no-repeat right center;
}
.home #friends h2 a {
  padding-right: 20px;
}
.page-template-page-partners #friends h2 {
  margin-top: 20px;
}
.sidebar {
  padding-top: 10px;
}
.sidebar .block {
  margin-top: 20px;
}
.sidebar .block.sidebar_twitter,
.sidebar .block.twitter {
  background: transparent;
}
@media (max-width: 1023px) {
  .sidebar {
    margin-bottom: 30px;
  }
}
#home__highlighted {
  background: white;
  padding: 45px 0;
  margin-bottom: 36px;
}
.maincontent {
  margin-bottom: 20px;
}
.single-content {
  background: white;
  padding: 35px 0 5px 0;
  margin-bottom: 60px;
  border-bottom: 2px solid #d52b1e;
}
.single-content a {
  color: #d52b1e;
  text-decoration: underline;
}
.single-content a:hover {
  color: black;
}
.single-content .thumb {
  margin-bottom: 25px;
}
.single-content .thumb img {
  width: 100%;
  height: auto;
}
.single-content .thumb .caption {
  font-size: 14px;
  font-size: 1.4rem;
  margin-top: 4px;
}
.single-content h1 {
  border-top: 3px solid #979797;
  padding-top: 25px;
  margin-bottom: 15px;
  margin-top: 0px;
  font-size: 32px;
  font-size: 3.2rem;
  line-height: 1.2em;
}
.single-content .content-main {
  margin-bottom: 20px;
  marign-bottom: 2rem;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 32px;
  zoom: 1;
}
.single-content .content-main:before,
.single-content .content-main:after {
  content: " ";
  display: table;
}
.single-content .content-main:after {
  clear: both;
}
.single-content .content-main:before,
.single-content .content-main:after {
  content: " ";
  display: table;
}
.single-content .content-main:after {
  clear: both;
}
.single-content .content-main:before,
.single-content .content-main:after {
  content: "";
  display: table;
}
.single-content .content-main:after {
  clear: both;
}
.single-content .content-main:before,
.single-content .content-main:after {
  content: "";
  display: table;
}
.single-content .content-main:after {
  clear: both;
}
.single-content .content-main h2 {
  color: #d52b1e;
  margin: 20px 0 5px;
  font-size: 20px;
  font-size: 2rem;
}
.single-content .content-main h3 {
  color: #d52b1e;
  margin: 16px 0 4px;
  font-size: 18px;
  font-size: 1.8rem;
}
.single-content .content-main .intro {
  font-family: "OverheidSans-bold";
}
.single-content .content-main p {
  margin-bottom: 25px;
  margin-bottom: 2.5rem;
}
.single-content .content-main ul {
  list-style: none;
  margin-bottom: 20px;
  margin-bottom: 2rem;
  padding-left: 0;
}
.single-content .content-main ul ul {
  padding-left: 20px;
}
.single-content .content-main ol {
  margin-bottom: 20px;
  margin-bottom: 2rem;
  padding-left: 20px;
}
.single-content .content-main ul > li:before {
  background-image: url('images/list-icon.png');
  background-size: 5px 8px;
  width: 5px;
  height: 8px;
  display: inline-block;
  content: '';
  margin-right: 15px;
}
.single-content .content-main blockquote {
  background: #fae7e6;
  padding: 25px;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 30px;
  line-height: 3rem;
  quotes: "\201C" "\201D" "\2018" "\2019";
  margin-bottom: 20px;
}
.single-content .content-main blockquote:before {
  color: #f2bfbb;
  display: block;
  content: open-quote;
  font-size: 4em;
  margin-right: 20px;
  margin-top: 10px;
  margin-bottom: -20px;
}
.single-content .content-main blockquote:after {
  color: #f2bfbb;
  display: inline-block;
  content: open-quote;
  font-size: 4em;
  margin-right: 20px;
  margin-left: 10px;
  content: '\201D';
  position: absolute;
  margin-bottom: -60px;
  line-height: 80px;
}
.single-content .content-main blockquote p {
  display: inline;
}
.single-content .content-main .intro {
  font-weight: bold;
}
.single-content .content-footer {
  zoom: 1;
}
.single-content .content-footer:before,
.single-content .content-footer:after {
  content: " ";
  display: table;
}
.single-content .content-footer:after {
  clear: both;
}
.single-content .content-footer:before,
.single-content .content-footer:after {
  content: " ";
  display: table;
}
.single-content .content-footer:after {
  clear: both;
}
.single-content .content-footer:before,
.single-content .content-footer:after {
  content: "";
  display: table;
}
.single-content .content-footer:after {
  clear: both;
}
.single-content .content-footer:before,
.single-content .content-footer:after {
  content: "";
  display: table;
}
.single-content .content-footer:after {
  clear: both;
}
.single-content .modification-date {
  color: #9a9a9a;
}
.single-content .modification-date,
.single-content .cats {
  display: inline-block;
  margin-right: 10px;
}
/* Agenda items */
.agenda-meta {
  margin-bottom: 10px;
  color: #666;
}
.agenda-meta .meta-item {
  display: inline-block;
  padding-left: 25px;
}
.agenda-meta .locatie {
  color: black;
  background: url('images/icon-location.svg') no-repeat left center;
  margin-right: 20px;
}
.no-svg .agenda-meta .locatie {
  background: url('images/icon-location.png') no-repeat left center;
}
.agenda-meta .house {
  color: black;
  background: url('images/icon-transformation-black.png') no-repeat left center;
  margin-right: 20px;
}
.no-svg .agenda-meta .house {
  background: url('images/icon-transformation-black.png') no-repeat left center;
}
.agenda-meta .tijd {
  padding-left: 0;
}
.agenda-meta .datum {
  background: url('images/icon-clock.svg') no-repeat left center;
  background-size: 19px;
}
.no-svg .agenda-meta .datum {
  background: url('images/icon-clock.png') no-repeat left center;
}
.thumb.date-thumb {
  background: #f2bfbb;
  color: black;
  vertical-align: middle !important;
  padding-right: 0 !important;
  margin-right: 20px;
}
.thumb.date-thumb .date {
  height: 80px;
  width: 100%;
  min-width: 90px;
  text-align: center;
  display: inline-block;
}
.thumb.date-thumb .date .day {
  display: block;
  font-size: 46px;
  line-height: 46px;
}
.thumb.date-thumb .date .month {
  font-size: 30px;
  line-height: 24px;
}
.agenda-item .post-excerpt-content {
  padding-left: 20px;
}
.agenda-item.highlighted .date-thumb {
  background: #d52b1e;
  color: #FFF !important;
}
.social-popups {
  float: right;
  margin-top: 20px;
}
.video-placeholder {
  max-width: 480px;
  display: block;
  position: relative;
}
.video-placeholder img {
  opacity: 0.5;
  position: relative;
  z-index: 1;
}
.video-placeholder::before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.6);
  z-index: 2;
}
.video-placeholder .label {
  position: absolute;
  left: 20px;
  right: 20px;
  top: 50%;
  text-align: center;
  margin-top: -20px;
  height: 40px;
  color: #fff !important;
  line-height: 40px;
  z-index: 3;
}
.content-attachment {
  margin-top: 40px;
  padding-bottom: 10px;
  margin-bottom: 20px;
}
.content-attachment h4 {
  font-size: 24px;
  font-size: 2.4rem;
  margin-bottom: 16px;
}
.content-attachment ul {
  padding: 0 0 0 15px;
}
.content-attachment li {
  list-style: none;
  background: url('images/icon-document.png') no-repeat left center;
  padding-left: 30px;
  height: 32px;
  line-height: 38px;
}
.returnlink {
  background: white;
  padding: 30px 0 0 10px;
  margin-bottom: -25px;
  text-align: right;
}
.returnlink a.return {
  font-size: 14px;
  font-size: 1.4rem;
  display: inline-block;
  padding-left: 24px;
  background: url('images/icon-arrow-back-16.png') no-repeat left center;
}
.returnlink a:focus {
  color: black !important;
}
.post-archive {
  background: white;
  padding: 15px 0;
}
.post-archive ul,
.post-archive li {
  margin: 0;
  padding: 0;
  list-style: none;
}
.post-archive .post-excerpt {
  border-bottom: 1px solid #f2f2f2;
  padding: 15px 0;
}
.post-archive .post-excerpt:last-child {
  border-bottom: 0;
}
.post-archive .post-excerpt .article-meta {
  margin-bottom: 10px;
}
.post-archive .post-excerpt h2 {
  color: #d52b1e;
  margin: 0 0 5px;
  font-size: 22px;
  font-weight: normal;
}
.post-archive .post-excerpt h2 a {
  color: #d52b1e;
}
.post-archive .post-excerpt.has-thumb {
  display: table;
}
.post-archive .post-excerpt.has-thumb .thumb {
  display: table-cell;
  vertical-align: top;
  padding-right: 20px;
}
.post-archive .post-excerpt.has-thumb .thumb img {
  max-width: 200px;
  height: auto;
}
.post-archive .post-excerpt.has-thumb .post-excerpt-content {
  display: table-cell;
  vertical-align: top;
}
@media (min-width: 1023px) {
  .ie8 .has-thumb .thumb {
    display: block;
    float: left;
    width: 30%;
  }
  .ie8 .has-thumb .post-excerpt-content {
    display: block;
    float: left;
    width: 65%;
  }
}
@media (max-width: 767px) {
  .post-archive .post-excerpt.has-thumb {
    display: block;
  }
  .post-archive .post-excerpt.has-thumb .thumb,
  .post-archive .post-excerpt.has-thumb .post-excerpt-content {
    display: block;
  }
  .post-archive .post-excerpt.has-thumb .thumb {
    margin-bottom: 20px;
    padding-right: 0;
    overflow: hidden;
    max-height: 260px;
  }
  .post-archive .post-excerpt.has-thumb .thumb img {
    margin-top: -50px;
    max-width: 100%;
    width: 100%;
    height: auto;
  }
}
.cats {
  font-size: 14px;
  font-size: 1.4rem;
  margin-top: 15px;
}
.cats a {
  display: inline-block;
  padding: 2px 8px;
  color: white !important;
  background: #666666;
}
.pagination {
  text-align: center;
  padding-top: 150px;
  font-size: 14px;
  font-size: 1.4rem;
}
.pagination ul,
.pagination li {
  padding: 0;
  margin: 0;
  list-style: none;
}
.pagination ul {
  display: flex;
  gap: 2px;
  align-items: center;
  justify-content: center;
}
.pagination .page-numbers {
  display: inline-block;
  padding: 0px 10px;
  background: #f2f2f2;
}
.pagination .page-numbers.current {
  display: inline-block;
  padding: 0px 10px;
  background: #d52b1e;
  color: white;
}
.pagination a.next,
.pagination a.prev {
  background: #f2bfbb;
  color: #000 !important;
}
.post-filter {
  padding-bottom: 20px;
}
.post-filter .label {
  display: inline-block;
  margin-right: 10px;
}
.post-filter a.tax-link {
  padding: 4px 12px;
  border-radius: 4px;
  background: #f2f2f2;
  display: inline-block;
  margin: 0 3px 18px 3px;
}
.post-filter fieldset {
  display: flex;
  border: none;
  margin: 0;
  padding: 0;
}
.post-filter .categories-container {
  display: flex;
}
.post-filter nav {
  display: inline;
}
.post-filter ul {
  display: inline;
  margin: 0;
  padding: 0;
  list-style: none;
}
.post-filter ul li {
  display: inline;
}
.post-filter a.active {
  background: #d52b1e;
  color: white;
  position: relative;
}
.post-filter a.active:after {
  content: ' ';
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 7px solid #d52b1e;
  left: 50%;
  bottom: -6px;
  margin-left: -7px;
}
.post-filter.friends {
  padding: 20px;
}
.post-filter.friends a.tax-link {
  background: white;
}
.post-filter.friends a.tax-link.active {
  background: #d52b1e;
}
.search-archive h1 {
  font-size: 26px;
  font-size: 2.6rem;
  border-top: 2px solid black;
  padding-top: 15px;
  margin-bottom: 30px;
  margin-top: 30px;
  font-weight: normal;
}
.search-archive h1 .searchquery {
  color: #d52b1e;
}
.search-archive ul.search-results {
  margin: 0;
  padding: 0;
  list-style: none;
}
.search-archive .single-content-search {
  padding: 0;
  margin-bottom: 20px;
}
.search-archive .single-content-search .thumb {
  width: 200px;
  min-width: 200px;
  max-width: 200px;
}
.search-archive .single-content-search .thumb img {
  max-width: 100%;
}
@media (max-width: 767px) {
  .search-archive .single-content-search .thumb {
    width: 100px;
    min-width: 100px;
    max-width: 100px;
  }
}
.search-archive .label-type {
  background: #EEE;
  color: #000;
  display: inline-block;
  padding: 0px 10px;
  text-decoration: none !important;
  order: -1;
  margin-right: auto;
  font-size: 14px;
  font-size: 1.4rem;
}
.search-archive h3 {
  color: #d52b1e;
  font-size: 22px;
  font-size: 2.2rem;
  margin: 10px 0 5px;
  min-width: 100%;
}
.search-archive .holder {
  display: flex;
  background: white;
  width: 100%;
}
.search-archive .holder a:hover {
  text-decoration: none;
  color: black;
}
.search-archive .holder a:hover h3 {
  text-decoration: underline;
}
.search-archive .thumb,
.search-archive .content-main {
  display: flex;
  flex-wrap: wrap;
  vertical-align: top;
  align-items: start;
}
.search-archive .content-main {
  padding: 0px 30px 20px;
}
.search-archive .pagination {
  padding-top: 50px;
}
.search-archive .page-numbers {
  background: white;
}
.related-posts > h3 {
  font-size: 24px;
  font-size: 2.4rem;
  border-top: 2px solid;
  padding-top: 10px;
  margin-top: 40px;
  margin-bottom: 20px;
}
.discussion-item {
  display: table;
  width: 100%;
  background: white;
  margin-bottom: 20px;
  cursor: pointer;
}
.discussion-item:first-child {
  margin-top: 30px;
}
.discussion-item h3 {
  font-size: 22px;
  font-size: 2.2rem;
  margin-bottom: 30px;
  color: #d52b1e;
}
.discussion-item .discussion-count {
  display: table-cell;
  width: 100px;
  background: #d52b1e;
  color: white;
  font-size: 46px;
  vertical-align: middle;
  text-align: center;
}
.discussion-item .discussion-content {
  display: table-cell;
  padding: 40px;
}
.discussion-item .discussion-reference {
  text-align: right;
}
.discussion-item .commentcount {
  float: left;
}
.discussion-item.twitter .discussion-count {
  background: #00aced;
}
.discussion-item.twitter .discussion-reference {
  background: url('images/icon-twitter-25.png') no-repeat left center;
}
.discussion-item.twitter h3 {
  color: #00aced;
}
.discussion-item.linkedin .discussion-count {
  background: #007bb6;
}
.discussion-item.linkedin .discussion-reference {
  background: url('images/icon-linkedin-25.png') no-repeat left center;
}
.discussion-item.linkedin h3 {
  color: #007bb6;
}
.discussion-item.facebook .discussion-count {
  background: #3b5998;
}
.discussion-item.facebook .discussion-reference {
  background: url('images/icon-facebook-25.png') no-repeat left center;
}
.discussion-item.facebook h3 {
  color: #3b5998;
}
.discussion-item.extern .discussion-count {
  background: #3e3e3e;
}
.discussion-item.extern h3 {
  color: #3e3e3e;
}
.submit-discussion {
  margin-top: 30px;
  background: white;
  padding: 20px;
}
.submit-discussion h3 {
  font-weight: normal;
  color: #d52b1e;
}
.submit-discussion .gform_footer {
  text-align: right;
  margin-top: 0 !important;
}
.submit-discussion label.gfield_label {
  display: none !important;
}
.submit-discussion .gform_confirmation_message {
  background: white;
  border: 1px solid #d52b1e;
  color: #d52b1e;
}
.submit-discussion input,
.submit-discussion textarea {
  border: 1px solid #ccc;
}
.container {
  width: 100%;
}
.mobile_btns {
  position: absolute;
  right: 0;
  top: 20px;
}
.mobile_btns a {
  display: inline-block;
  width: 50px;
  height: 50px;
  background: url('images/icons-mobile.png');
}
.mobile_btns a.search {
  background-position: right;
}
.mobile-hide {
  display: inherit;
}
.mobile-show {
  display: none;
}
@media (max-width: 1023px) {
  .sm-full {
    width: 100%;
  }
  .container {
    max-width: 440px;
  }
  .mobile-hide {
    display: none !important;
  }
  .mobile-show {
    display: inherit;
  }
  .mobile-show .mobile-hide {
    display: inherit !important;
  }
  /* ---------- */
  .maincontent {
    margin-bottom: 0;
  }
  .alignleft {
    float: left;
    text-align: left;
  }
  .alignright {
    float: right;
    text-align: right;
  }
  img.alignleft,
  .wp-caption.alignleft {
    margin: 0 15px 15px 0;
  }
  img.alignright,
  .wp-caption.alignright {
    margin: 0 0 15px 15px;
  }
  /* Responsive Header  Menu */
  #header {
    padding-top: 0;
    border-top: 2px solid #f2f2f2;
    border-bottom: 4px solid #f2f2f2;
  }
  #header .container {
    max-width: 100%;
  }
  .menu {
    color: blue;
  }
  #main-nav {
    padding-top: 0;
    border-top: 10px solid #d52b1e;
    border-bottom: 0;
    width: 100%;
    background: #f2f2f2;
  }
  #main-nav .menu {
    width: 100%;
    max-width: 100%;
  }
  #main-nav .container {
    width: 100%;
    max-width: 100%;
    margin: 0;
    padding: 0;
    overflow: hidden;
    visibility: hidden;
    max-height: 0px;
    transition: max-height 0.4s ease-out;
  }
  #main-nav .container.opened {
    visibility: visible;
    max-height: auto;
    max-height: 500px;
  }
  #main-nav ul li {
    display: block;
    border-bottom: 1px solid #e1e1e1;
  }
  #main-nav a {
    color: #000000;
    padding: 15px 30px;
    margin: 0;
  }
  #main-nav .current-page-ancestor a,
  #main-nav .current_page_item {
    background: #e1e1e1;
    color: #d52b1e;
  }
  #main-subnav-mobile {
    background: #f2bfbb;
    padding: 10px 0;
  }
  #main-subnav-mobile select {
    width: 100%;
  }
}
.fourofour {
  background: white;
  padding: 140px 20px;
  margin-bottom: 20px;
}
.fourofour h1 {
  width: 100%;
  max-width: 860px;
  margin: 0 auto;
  font-size: 42px;
  line-height: 52px;
}
@media (max-width: 480px) {
  .fourofour h1 {
    font-size: 28px;
    line-height: 32px;
  }
}
.fourofour h1 a {
  text-decoration: underline !important;
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
  .md-full {
    width: 100%;
  }
}
@media (min-width: 1024px) {
  .container {
    max-width: 960px;
  }
}
/* Large devices (large desktops, 1200px and up). Disabled by default.  */
@media (min-width: 1280px) {
  .container {
    max-width: 1220px;
  }
}
.middle-wrap {
  max-width: 750px;
  margin: 0 auto;
  margin-bottom: 100px;
}
#argumentenfabriek {
  margin-top: 30px;
}
.button {
  display: inline-block;
  color: black !important;
  font-size: 18px;
  font-size: 1.8rem;
  border: 2px solid black;
  line-height: 45px;
  padding: 0 15px;
}
.btn {
  display: inline-block;
  color: black;
  font-size: 18px;
  font-size: 1.8rem;
  border: 2px solid black;
  line-height: 45px;
  padding: 0 15px;
}
.video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  margin-bottom: 30px;
  height: 0;
  overflow: hidden;
}
.video-container iframe,
.video-container object,
.video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 4;
}
body .single-content .gform_wrapper.gf_browser_chrome .gfield_checkbox li input,
body .single-content .gform_wrapper.gf_browser_chrome .gfield_checkbox li input[type=checkbox],
body .single-content .gform_wrapper.gf_browser_chrome .gfield_radio li input[type=radio] {
  margin-top: -6px;
}
.cookieconsent-gm-optout-marketing {
  display: none;
}
.cookieconsent-gm-optout-marketing a {
  color: #ff0000;
}
body.cbNoGoogleMap .cookieconsent-gm-optout-marketing {
  display: inline-block;
}
body .single-content .gform_wrapper.gf_browser_chrome .gfield_checkbox li input,
body .single-content .gform_wrapper.gf_browser_chrome .gfield_checkbox li input[type=checkbox],
body .single-content .gform_wrapper.gf_browser_chrome .gfield_radio li input[type=radio] {
  margin-top: -6px;
}
body .single-content .gformsrcwdplupload-pickfiles {
  height: 44px;
  font-size: 20px;
  text-decoration: none;
  border-radius: 0;
}
body .single-content .gformsrcwdplupload-filelist {
  border-radius: 0;
  height: 44px;
  font-size: 16px;
  padding-top: 17px;
}
#skiplink {
  position: absolute;
  left: 0;
  top: -100%;
}
#skiplink:active,
#skiplink:focus {
  top: 0;
  color: #000;
  z-index: 100;
}
