@import url("https://use.typekit.net/inv1ibv.css");
@keyframes fadeIn {
  0% {
    opacity: 0
  }

  100% {
    opacity: 1
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1
  }

  100% {
    opacity: 0
  }
}

@keyframes focusShadow {
  0%, 100% {
    box-shadow: 0 0 0 transparent
  }

  50% {
    box-shadow: 0 0 8px rgba(0,0,0,.08)
  }
}

@keyframes zoomIn {
  0% {
    transform: scale(0)
  }

  100% {
    transform: scale(1)
  }
}

@keyframes bounceFromRight {
  0%, 100% {
    margin-left: 0
  }

  50% {
    margin-left: -30px
  }
}

@keyframes bounceFromLeft {
  0%, 100% {
    margin-left: 0
  }

  50% {
    margin-left: 30px
  }
}

@keyframes bounce {
  0%, 100% {
    transform: scale(0)
  }

  50% {
    transform: scale(1)
  }
}

@keyframes fadeIn {
  from {
    opacity: 0
  }

  to {
    opacity: 1
  }
}

@import url(https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,700,900);


progress,
sub,
sup {
  vertical-align: baseline
}

button,
hr,
input {
  overflow: visible
}

button,
h3,
select {
  text-transform: none
}

html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
	color: #292C2D ;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block
}

audio,
canvas,
progress,
video {
  display: inline-block
}

audio:not([controls]) {
  display: none;
  height: 0
}

[hidden],
template {
  display: none
}

a:active,
a:hover {
  outline-width: 0
}

abbr[title] {
  border-bottom: 0;
  text-decoration: underline;
  text-decoration: underline dotted
}

b,
strong {
  font-weight: 700
}

dfn {
  font-style: italic
}

mark {
  background-color: #ff0;
  color: #292C2D 
}

small {
  font-size: 80%
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative
}

sub {
  bottom: -.25em
}

sup {
  top: -.5em
}

img {
  border-style: none
}

svg:not(:root) {
  overflow: hidden
}

code,
kbd,
pre,
samp {
  font-family: monospace,monospace;
  font-size: 1em
}

hr {
  box-sizing: content-box;
  height: 0
}

#baguetteBox-overlay .full-image img,
.gallery>a,
legend,
table {
  box-sizing: border-box
}

button,
input,
select,
textarea {
  font: inherit;
  margin: 0
}

optgroup {
  font-weight: 700
}

[type=reset],
[type=submit],
button,
html [type=button] {
  -webkit-appearance: button
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
  border-style: none;
  padding: 0
}

[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring,
button:-moz-focusring {
  outline: ButtonText dotted 1px
}

legend {
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal
}

textarea {
  overflow: auto
}

[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  padding: 0
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px
}

[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none
}

::-webkit-input-placeholder {
  color: inherit;
  opacity: .54
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit
}

details summary {
  cursor: pointer
}

details summary::-webkit-details-marker {
  display: none
}

details summary:active,
details summary:focus {
  outline: 0
}

details:not(.accordion) summary {
  font-weight: 700
}

details.accordion {
  transition: all .1s ease-in
}

details.accordion>.box {
  display: none;
  margin-bottom: 0;
  padding: 1.067em
}

details.accordion[open=""]>.box,
details.accordion[open=open]>.box {
  display: block
}

details.accordion summary {
  background-color: #13445e;
  color: #fff;
  cursor: pointer;
  display: block;
  font-size: 1.133em;
  padding: .8em 1.067em .8em 2.4em;
  position: relative;
  transition: all 50ms ease-in
}

details.accordion summary:before {
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGhlaWdodD0iMTgiIHdpZHRoPSIxOCI+PHJlY3QgZmlsbD0iI0ZGRiIgcng9Ii42IiByeT0iLjYiIGhlaWdodD0iNCIgd2lkdGg9IjE4IiB5PSI3Ii8+PHJlY3QgZmlsbD0iI0ZGRiIgcnk9Ii42IiByeD0iLjYiIHRyYW5zZm9ybT0icm90YXRlKDkwKSIgaGVpZ2h0PSI0IiB3aWR0aD0iMTgiIHk9Ii0xMSIvPjwvc3ZnPg==) center center no-repeat;
  border-radius: 50%;
  content: ' ';
  display: block;
  height: 1.6em;
  left: 10px;
  position: absolute;
  top: 12px;
  transition: background-color .2s ease-in-out,transform .2s ease-in-out;
  width: 1.6em
}

details.accordion summary:hover {
  background-color: #0a2534
}

details.accordion summary:hover:before {
  background-color: rgba(255,255,255,.25)
}

[open=""] details.accordion summary,
[open=open] details.accordion summary,
details.accordion summary:active,
details.accordion summary:focus {
  background-color: #06161e
}

details.accordion summary:active:before,
details.accordion summary:focus:before {
  transform: scale(1.25)
}

[open=""] details.accordion summary:before,
[open=open] details.accordion summary:before {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGhlaWdodD0iMTgiIHdpZHRoPSIxOCI+PHJlY3QgZmlsbD0iI0ZGRiIgcng9Ii42IiByeT0iLjYiIGhlaWdodD0iNCIgd2lkdGg9IjE4IiB5PSI3Ii8+PC9zdmc+)
}

.gallery>a {
  border-color: transparent;
  border-style: solid;
  border-width: .533em 0 0 .533em;
  display: inline-block;
  vertical-align: top;
  width: 33.333%
}

.gallery>a img {
  display: block;
  height: auto;
  width: 100%
}

@media only screen and (min-width:60em) {
  th {
    border-bottom: 2px solid #4c3e3c
  }

  td,
  th {
    display: table-cell;
    padding: .6em .933em
  }

  .gallery>a {
    width: 20%
  }
}

@media only screen and (min-width:80em) {
  .gallery>a {
    width: 16.666%
  }
}

#baguetteBox-overlay {
  background-color: #222;
  background-color: rgba(0,0,0,.85);
  display: none;
  height: 100%;
  left: 0;
  opacity: 0;
  overflow: hidden;
  position: fixed;
  top: 0;
  transition: opacity .5s ease;
  width: 100%;
  z-index: 1000000
}

#baguetteBox-overlay.visible {
  opacity: 1
}

#baguetteBox-overlay .full-image {
  display: inline-block;
  height: 94%;
  margin-top: 2%;
  position: relative;
  text-align: center;
  width: 100%
}

#baguetteBox-overlay .full-image figure {
  display: inline-block;
  height: 100%;
  margin: 0
}

#baguetteBox-overlay .full-image img {
  background: #fff;
  box-shadow: 0 0 8px rgba(0,0,0,.6);
  display: inline-block;
  height: auto;
  max-height: 100%;
  max-width: 100%;
  padding: .8em;
  vertical-align: middle;
  width: auto
}

#baguetteBox-overlay .full-image figcaption {
  background-color: #000;
  background-color: rgba(0,0,0,.6);
  bottom: 0;
  color: #ccc;
  display: block;
  font-family: sans-serif;
  line-height: 1.8;
  position: absolute;
  text-align: center;
  white-space: normal;
  width: 100%
}

#baguetteBox-overlay .full-image:before {
  content: "";
  display: inline-block;
  height: 50%;
  margin-right: -1px;
  width: 1px
}

#baguetteBox-slider {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  transition: left .4s ease,transform .4s ease;
  white-space: nowrap;
  width: 100%
}

#baguetteBox-slider.bounce-from-right {
  animation: bounceFromRight .4s ease-out
}

#baguetteBox-slider.bounce-from-left {
  animation: bounceFromLeft .4s ease-out
}

.baguetteBox-button {
  background-color: #323232;
  background-color: rgba(50,50,50,.5);
  border: 0;
  border-radius: 15%;
  color: #ddd;
  cursor: pointer;
  font: 1.6em sans-serif;
  margin: 0;
  outline: 0;
  padding: 0;
  position: absolute;
  transition: background-color .4s ease
}

.baguetteBox-button:focus,
.baguetteBox-button:hover {
  background-color: rgba(50,50,50,.9)
}

.baguetteBox-button#next-button,
.baguetteBox-button#previous-button {
  height: 60px;
  top: 50%;
  width: 44px
}

.baguetteBox-button#next-button {
  right: 2%
}

.baguetteBox-button#previous-button {
  left: 2%
}

.baguetteBox-button#close-button {
  height: 30px;
  right: 2%;
  top: 20px;
  width: 30px
}

.baguetteBox-button svg {
  left: 0;
  position: absolute;
  top: 0
}

.baguetteBox-button svg g,
.baguetteBox-button svg polyline {
  stroke: #fff
}

.baguetteBox-spinner {
  display: inline-block;
  height: 40px;
  left: 50%;
  margin-left: -20px;
  margin-top: -20px;
  position: absolute;
  top: 50%;
  width: 40px
}

.baguetteBox-double-bounce1,
.baguetteBox-double-bounce2 {
  animation: bounce 2s infinite ease-in-out;
  background-color: #fff;
  border-radius: 50%;
  height: 100%;
  left: 0;
  opacity: .6;
  position: absolute;
  top: 0;
  width: 100%
}

.modal-bg,
.modal.active {
  left: 0;
  position: fixed;
  right: 0;
  top: 0
}

.baguetteBox-double-bounce2 {
  animation-delay: -1s
}

.modal {
  display: none;
  padding: 2.267em;
  visibility: hidden;
  z-index: 9999
}

.modal:focus {
  outline: 0
}

.modal.active {
  animation: fadeInDelayed .4s ease-in-out;
  display: block;
  height: 100%;
  max-height: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  visibility: visible
}

.modal .box {
  box-shadow: 0 .25em .5em rgba(0,0,0,.3)
}

.modal-bg {
  animation: fadeIn .2s ease-in-out;
  background: #000;
  bottom: 0;
  opacity: .9;
  z-index: 9998
}

.modal-controls {
  position: absolute;
  right: 1.067em;
  top: 1.067em
}

.modal-controls a {
  background: center center no-repeat;
  border-radius: 50%;
  cursor: pointer;
  display: inline-block;
  height: 2.667em;
  overflow: hidden;
  text-indent: 100%;
  transition: all .2s ease-in-out;
  width: 2.667em
}

.stretch,
.stretch-y {
  height: 100%
}

.sidebar-right .large-thumbnail a,
.sidebar-right .medium-thumbnail a,
.sidebar-right .thumbnail a,
tr {
  border: 0
}

.modal-controls a:active,
.modal-controls a:focus,
.modal-controls a:hover {
  background-color: rgba(255,255,255,.3);
  transform: scale(1.1)
}

.modal-controls a:active,
.modal-controls a:focus {
  transform: scale(.9)
}

.modal-controls .close {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGhlaWdodD0iMTgiIHdpZHRoPSIxOCI+PHJlY3QgZmlsbD0iI0ZGRiIgdHJhbnNmb3JtPSJyb3RhdGUoNDUpIiByeD0iLjcxNzExIiByeT0iLjcxNzExIiBoZWlnaHQ9IjQuNzgwOCIgd2lkdGg9IjIxLjUxMyIgeT0iLTIuMzkwNCIgeD0iMS45NzEyIi8+PHJlY3QgZmlsbD0iI0ZGRiIgcnk9Ii43MTcxMSIgcng9Ii43MTcxMSIgdHJhbnNmb3JtPSJyb3RhdGUoMTM1KSIgaGVpZ2h0PSI0Ljc4MDgiIHdpZHRoPSIyMS41MTMiIHk9Ii0xNS4xMTgiIHg9Ii0xMC43NTciLz48L3N2Zz4=)
}

.gallery {
  margin: 0 -.4665em -.933em
}

.gallery .pane.thumbnail {
  width: 20%
}

.thumbnail {
  padding: 0 .4665em .933em;
  width: 25%
}

.thumbnail.iblock {
  padding: 0;
  width: 25%
}
.grid {
    display: flex;
    flex-wrap: wrap;
}
@media only screen and (min-width:40em) {
  .gallery>a {
    width: 20%
  }

  .thumbnail {
    width: 16.666%
  }

  .grid6 .thumbnail {
    width: 25%
  }

  .grid8 .thumbnail {
    width: 20%
  }
}

.stretch,
.stretch-x,
.thumbnail img {
  width: 100%
}

.thumbnail figcaption {
  background: rgba(46,204,64,.9);
  bottom: .933em;
  color: #fff;
  display: none;
  line-height: 1.4;
  padding: .6em;
  position: absolute;
  transition: all .2s sease-in-out;
  z-index: 2
}

.large-thumbnail a img,
.large-thumbnail a:before,
.medium-thumbnail a img,
.medium-thumbnail a:before,
.thumbnail a img,
.thumbnail a:before {
  transition: .2s all ease-in-out
}

.sidebar .thumbnail figcaption {
  display: block
}

.large-thumbnail a,
.medium-thumbnail a,
.thumbnail a {
  display: block;
  overflow: hidden;
  position: relative;
  text-decoration: none
}

.large-thumbnail a:before,
.medium-thumbnail a:before,
.thumbnail a:before {
  background: rgba(1,255,112,0);
  background-position: center center;
  background-repeat: no-repeat;
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2
}

.large-thumbnail a:hover img,
.medium-thumbnail a:hover img,
.thumbnail a:hover img {
  transform: none
}

.large-thumbnail a:hover:before,
.medium-thumbnail a:hover:before,
.thumbnail a:hover:before {
  background-color: rgba(19,68,94,.75);
  background-image: url(data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTguMS4xLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4PSIwcHgiIHk9IjBweCIgdmlld0JveD0iMCAwIDI1MC4zMTMgMjUwLjMxMyIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMjUwLjMxMyAyNTAuMzEzOyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSIgd2lkdGg9IjI0cHgiIGhlaWdodD0iMjRweCI+CjxnIGlkPSJTZWFyY2giPgoJPHBhdGggc3R5bGU9ImZpbGwtcnVsZTpldmVub2RkO2NsaXAtcnVsZTpldmVub2RkOyIgZD0iTTI0NC4xODYsMjE0LjYwNGwtNTQuMzc5LTU0LjM3OGMtMC4yODktMC4yODktMC42MjgtMC40OTEtMC45My0wLjc2ICAgYzEwLjctMTYuMjMxLDE2Ljk0NS0zNS42NiwxNi45NDUtNTYuNTU0QzIwNS44MjIsNDYuMDc1LDE1OS43NDcsMCwxMDIuOTExLDBTMCw0Ni4wNzUsMCwxMDIuOTExICAgYzAsNTYuODM1LDQ2LjA3NCwxMDIuOTExLDEwMi45MSwxMDIuOTExYzIwLjg5NSwwLDQwLjMyMy02LjI0NSw1Ni41NTQtMTYuOTQ1YzAuMjY5LDAuMzAxLDAuNDcsMC42NCwwLjc1OSwwLjkyOWw1NC4zOCw1NC4zOCAgIGM4LjE2OSw4LjE2OCwyMS40MTMsOC4xNjgsMjkuNTgzLDBDMjUyLjM1NCwyMzYuMDE3LDI1Mi4zNTQsMjIyLjc3MywyNDQuMTg2LDIxNC42MDR6IE0xMDIuOTExLDE3MC4xNDYgICBjLTM3LjEzNCwwLTY3LjIzNi0zMC4xMDItNjcuMjM2LTY3LjIzNWMwLTM3LjEzNCwzMC4xMDMtNjcuMjM2LDY3LjIzNi02Ny4yMzZjMzcuMTMyLDAsNjcuMjM1LDMwLjEwMyw2Ny4yMzUsNjcuMjM2ICAgQzE3MC4xNDYsMTQwLjA0NCwxNDAuMDQzLDE3MC4xNDYsMTAyLjkxMSwxNzAuMTQ2eiIgZmlsbD0iI0ZGRkZGRiIvPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+Cjwvc3ZnPgo=)
}

.large-thumbnail a:hover img,
.large-thumbnail a:hover:before,
.medium-thumbnail a:hover img,
.medium-thumbnail a:hover:before,
.thumbnail a:hover img,
.thumbnail a:hover:before {
  transition-duration: .5s
}

.top {
  top: 0
}

.bottom {
  bottom: 0
}

.left {
  left: 0
}

.right {
  right: 0
}

.static {
  position: static
}

.fixed {
  position: fixed
}

.absolute,
.absolute:active,
.absolute:focus,
.absolute:hover {
  position: absolute
}

.slide.active,
article.grid>.pane,
input+.description {
  position: relative
}

.absolute.top,
.fixed.top {
  top: 0
}

.absolute.right,
.fixed.right {
  right: 0
}

.absolute.bottom,
.fixed.bottom {
  bottom: 0
}

.absolute.left,
.fixed.left {
  left: 0
}

.absolute.stretch,
.absolute.stretch-x,
.absolute.stretch-y,
.fixed.stretch,
.fixed.stretch-x,
.fixed.stretch-y {
  bottom: 0;
  left: 0;
  right: 0;
  top: 0
}

.layer {
  z-index: 1
}

.layer1 {
  z-index: 9
}

.layer2 {
  z-index: 99
}

.layer3 {
  z-index: 999
}

.ofh {
  overflow: hidden
}

.ofx {
  overflow-x: hidden
}

.ofy {
  overflox-y: hidden
}

.va-top {
  vertical-align: top
}

.va-middle {
  vertical-align: middle
}

.block-socialicons,
.va-bottom {
  vertical-align: bottom
}

.ta-left {
  text-align: left
}

.ta-center {
  text-align: center
}

.ta-right {
  text-align: right
}

.slide .grid {
  border-spacing: 0;
  display: table;
  height: inherit;
  table-layout: fixed;
  width: 100%
}

.slide .col {
  box-sizing: border-box;
  display: table-cell
}

.slide .caption {
  background: #fff;
  font-size: 14px;
  line-height: 130%;
  margin: 2.267em;
  max-width: 50%;
  min-width: 300px;
  opacity: 0;
  padding-top: 0;
  width: 50%
}

.slide .caption h2 {
  font-size: 20px;
  margin-bottom: 8px
}


.slide.active {
  z-index: 9
}

.slide.swiper-slide-active .caption,
.slide.swiper-slide-duplicate-active .caption {
  animation: zoomIn .4s;
  opacity: .95
}

img.lazy {
  opacity: 0;
  width: 100%
}

img.lazy-loaded {
  animation: fadeIn .4s forwards;
  opacity: 1
}

.gallery .grid4 figure img.lazy-loaded,
.grid4>.gallery figure img.lazy-loaded {
  animation-delay: .2s
}

.gallery .grid4 figure+figure img.lazy-loaded,
.grid4>.gallery figure+figure img.lazy-loaded {
  animation-delay: .3s
}

.masonry-grid .masonry-item {
  animation-duration: .5s;
  animation-fill-mode: forwards;
  animation-iteration-count: 1;
  animation-name: fadeIn;
  opacity: 0
}

.masonry-grid .masonry-item:nth-child(2) {
  animation-delay: .5s
}

.masonry-grid .masonry-item:nth-child(3) {
  animation-delay: .7s
}

.masonry-grid .masonry-item:nth-child(4) {
  animation-delay: .9s
}

.masonry-grid .masonry-item:nth-child(5) {
  animation-delay: 1s
}

.masonry-grid .masonry-item:nth-child(6) {
  animation-delay: 1.1s
}

.masonry-grid .masonry-item:nth-child(7) {
  animation-delay: 1.2s
}

.masonry-grid .masonry-item:nth-child(n+8) {
  animation-delay: 1.5s
}

.masonry-grid.infscroll .masonry-item:nth-child(n+8) {
  animation-delay: .1s
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #292C2D;
  /*font-family: Myriad Pro,Gill Sans,Gill Sans MT,Calibri,sans-serif,sans-serif;*/
  font-weight: 600;
  margin: .8em 0 .6em
}

h4,
h5 {
  color: #454545
}

h1 {
  font-size: 1.867em;
  margin-top: 0
}

h2 {
  font-size: 1.6em
}

h4 {
  font-size: 1.133em
}

h5 {
  font-size: 1.067em
}

h6 {
  font-size: .867em
}

h3 {
  font-size: 1.3em
}

article footer a,
header.tiny h1 {
  letter-spacing: .1em;
  text-transform: uppercase
}

ol,
ul {
  line-height: 1.5;
  list-style: none;
  padding-left: 2.1em
}

.bundle-text ol,
.bundle-text ul {
  list-style: none
}

.bundle-text ol,
.ipdc-group ol,
ol {
  list-style: decimal
}

.bundle-text ol li:before,
.bundle-text ul li:before {
 /* content: url(../images/bullet.png);*/
    display: inline-block;
    font-size: 20px;
    left: -35px;
    position: relative;
    top: 6px;
    width: 0;
    color: #017dc5;
    font-weight: bold;
}
.text li{
	font-weight: 400;
	list-style: disc;
}

.bundle-text ol li:before {
  display: none
}

p+ul {
  margin-top: -1.133em
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  margin-bottom: 1.867em;
  min-width: 24em;
  width: 100%
}

article.box>header {
  margin-bottom: 0
}

article footer a {
  display: block;
  padding: .8em;
  text-decoration: none
}

header.tiny {
  margin-bottom: 2em
}

header.tiny h1 {
  font-weight: 500
}

.slider+header,
figure+header {
  margin-top: 2.2em
}

.submitted {
  display: block;
  margin-top: .6em;
  text-transform: lowercase
}

blockquote {
  font-size: 1.8rem;
  font-weight: 300;
  margin-top: 1.333em;
  padding: 0 1em
}

blockquote:after,
blockquote:before {
  /*font-size: 1.5em*/
	font-size: 128px;
	color: #eca755;
}
blockquote:after, blockquote:before {

    left: 0;
    position: absolute;
    top: -11px;
}

blockquote:after {
  left: auto;
  top: auto
}

th {
  border-bottom: 0 solid #4c3e3c;
  font-weight: 600;
  text-align: left
}

td,
th {
  display: table-cell;
  padding: .6em .933em
}

.text-block a,
.text-block ol,
.text-block p,
.text-block ul {
  font-size: .9em;
  line-height: 2
}

.pane>.grid {
  margin-top: 0
}

figure {
  margin: 0
}

.button,
button,
html input[type=button],
input[type=reset],
input[type=submit] {
  letter-spacing: .1em;
  text-transform: uppercase
}

.button.green,
button.green,
html input[type=button].green,
input[type=reset].green,
input[type=submit].green {
  background-color: #2ecc40;
  border: #25a233;
  color: #fff
}

.button.green:hover,
button.green:hover,
html input[type=button].green:hover,
input[type=reset].green:hover,
input[type=submit].green:hover {
  background-color: #25a233
}

.button.green:active,
.button.green:focus,
button.green:active,
button.green:focus,
html input[type=button].green:active,
html input[type=button].green:focus,
input[type=reset].green:active,
input[type=reset].green:focus,
input[type=submit].green:active,
input[type=submit].green:focus {
  background-color: #208e2c;
  outline: 0
}

.button.red,
button.red,
html input[type=button].red,
input[type=reset].red,
input[type=submit].red {
  background-color: #ff4136;
  border: #ff1103;
  color: #fff
}

.button.red:hover,
button.red:hover,
html input[type=button].red:hover,
input[type=reset].red:hover,
input[type=submit].red:hover {
  background-color: #ff1103
}

.button.red:active,
.button.red:focus,
button.red:active,
button.red:focus,
html input[type=button].red:active,
html input[type=button].red:focus,
input[type=reset].red:active,
input[type=reset].red:focus,
input[type=submit].red:active,
input[type=submit].red:focus {
  background-color: #e80d00;
  outline: 0
}

.button .icon {
  fill: #fff;
  height: 1em;
  margin-right: .5em;
  width: 1em
}

.overview>.grid>.pane .teaser,
.overview>.pane .teaser {
  border: 0;
  padding: 1.333em
}

.overview>.grid>.pane .teaser header a,
.overview>.pane .teaser header a {
  text-decoration: none
}

.overview>.grid>.pane .teaser a>img,
.overview>.pane .teaser a>img {
  min-width: 100%
}

.box {
  border-bottom: 1px solid #2f2f2f;
  padding-bottom: 1.333em
}

.box>figure {
  margin: -1.333em -1.333em 1.333em;
  text-align: center
}

.box>figure>img {
  width: 100%
}

.box.small {
  padding: 1.067em
}

.box.small h3 {
  font-size: 1em;
  font-weight: 700;
  margin: 0
}

.box.small a,
.date-calendar .day {
  font-size: .8em;
  text-transform: uppercase
}

.box.small a {
  text-decoration: none
}

.box.small>figure {
  margin: -1.067em -1.067em 1.333em
}

.bundle-links a.shortcut-link:before,
.bundle-shortcuts a.shortcut-link:before {
  background: #017dc5;
  border: 1px solid #017dc5;
  color: #fff
}
.shortcut-wrapper {
    background: #017dc5;
    border: 0px solid #f5f5f5;
    border-bottom: 0px solid #f5f5f5;
    border-radius: 4px;
    transition: all .4s;
}
.shortcut-wrapper .pd-tiny{
	color: white;
	
}
.shortcut-wrapper .pd-tiny p{
	padding: 0 40px 40px 80px;
}
.bundle-links a.shortcut-link, .bundle-shortcuts a.shortcut-link{
	background: transparent;
}
a.shortcut-link {
    background:none;
    line-height: 50px;
    padding: 0;
    width: 100%;
}
.bundle-links a, .bundle-shortcuts a {
    color: #fff;
    display: inline-block;
    font-weight: 700;
    padding: .429em 0 0;
    text-decoration: none;
    width: calc(100% - 30px);
}
.shortcut-wrapper:hover {
    background: #0a5783;
}
.date-calendar {
  background: rgba(0,0,0,.03);
  border-right: 1px solid rgba(0,0,0,.06);
  padding: 1em 0;
  width: 7.4em
}

.date-calendar span {
  display: block;
  line-height: 140%;
  text-align: center
}

.date-calendar .day-nr {
  font-size: 2em;
  font-weight: 300;
  margin-bottom: .1em
}

.date-calendar .month-year {
  font-size: .7em;
  fpnt-style: italic
}

.pager>a {
  display: block
}

.pager-nav span {
  font-size: 1.4em;
  line-height: 100%
}

article.teaser+.pager {
  margin-top: -5em
}

.description {
  background-color: rgba(249,228,192,.98);
  border: 1px solid #f2c67a;
  font-size: .8em;
  font-style: italic;
  line-height: 1.5;
  padding: .533em .8em
}

input+.description {
  display: none;
  left: 5px;
  margin-bottom: 1.333em;
  margin-top: -1.666em;
  padding: 12px;
  z-index: 2
}

input+.description:after,
input+.description:before {
  border: solid transparent;
  content: " ";
  height: 0;
  pointer-events: none;
  position: absolute;
  right: 100%;
  top: 50%;
  width: 0
}

input+.description:after {
  border-color: rgba(249,228,192,0);
  border-right-color: #f9e4c0;
  border-width: 10px;
  margin-top: -10px
}

input+.description:before {
  border-color: rgba(242,198,122,0);
  border-right-color: #f2c67a;
  border-width: 11px;
  margin-top: -11px
}

input:active+.description,
input:focus+.description {
  animate: fadeIn .2s;
  display: inline-block
}

.inline-menu {
  list-style: none;
  margin: 0;
  padding: 0
}

.inline-menu li {
  display: inline-block
}

.toolbar .toolbar-tray-horizontal {
  background-color: #f5f5f2;
  border-bottom: 1px solid #ddd;
  box-shadow: none
}

.block-subtheme-local-tasks+#head {
  margin-top: 45px
}

.bundle-entity .today-only .closing-days,
.bundle-entity .today-only .col.label,
.bundle-entity .today-only .hourgroup,
.bundle-entity .today-only .status-tomorrowstatus,
.bundle-entity .todaytomorrow-only .closing-days,
.bundle-entity .todaytomorrow-only .col.label,
.bundle-entity .todaytomorrow-only .hourgroup,
.bundle-entity .todaytomorrow-only .status-tomorrowstatus,
.bundle-entity .tomorrow-only .closing-days,
.bundle-entity .tomorrow-only .col.label,
.bundle-entity .tomorrow-only .hourgroup,
.bundle-entity .tomorrow-only .status-tomorrowstatus {
  display: none
}

.bundle-entity .field.today-only,
.bundle-entity .field.todaytomorrow-only,
.bundle-entity .field.tomorrow-only {
  margin-top: .933em
}

.bundle-entity .today-only .hourgroup.today,
.bundle-entity .todaytomorrow-only .hourgroup.today,
.bundle-entity .todaytomorrow-only .hourgroup.tomorrow,
.bundle-entity .tomorrow-only .hourgroup.tomorrow {
  display: inline-block
}

#drupal-live-announce,
.frontpage .field_title,
.hidden,
.hidden.pane,
.invisible,
.large-thumbnail .image-style-large,
.large-thumbnail .image-style-portret,
.lazy,
.visually-hidden,
body>svg,
footer.meta {
  display: none
}

.read-more {
  background: #13445e;
  border: 0;
  color: #fff;
  font-weight: 600;
  padding: .5rem 1.5rem;
  text-decoration: none
}

.read-more:active,
.read-more:focus,
.read-more:hover {
  background-color: #003e47;
  color: #fff
}

.button,
input[type=button] {
  background-color: #13445e;
  border: 1px solid #13445e;
  border-radius: 0;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 1em;
  font-weight: 600;
  line-height: 1.5;
  margin-right: .6em;
  padding: .75em 1em;
  text-align: center;
  text-decoration: none;
  transition: background-color .1s ease-out;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  vertical-align: middle;
  white-space: nowrap
}

.button:hover,
input[type=button]:hover {
  background-color: #0a2534
}

.button:active,
.button:focus,
input[type=button]:active,
input[type=button]:focus {
  background-color: #06161e;
  color: #fff;
  outline: 0
}

#search-block-form input {
  border: 0;
  border-radius: 0;
  height: 50px;
  padding: 0 inherit
}

header #search-block-form .button {
  background: #0a2534
}

form {
  text-align: left
}

form input[type=submit] {
  margin-top: 2em
}

form .input,
form input[type=date],
form input[type=datetime-local],
form input[type=datetime],
form input[type=email],
form input[type=file],
form input[type=image],
form input[type=month],
form input[type=number],
form input[type=password],
form input[type=search],
form input[type=tel],
form input[type=text],
form input[type=time],
form input[type=url],
form select,
form textarea {
  border: 1px solid #bbb;
  border-bottom-width: 1px;
  border-radius: 4px;
  box-sizing: border-box;
  margin: 0 0 10px;
  max-width: 100%;
  padding: 12px
}

form .input:focus,
form input[type=date]:focus,
form input[type=datetime-local]:focus,
form input[type=datetime]:focus,
form input[type=email]:focus,
form input[type=file]:focus,
form input[type=image]:focus,
form input[type=month]:focus,
form input[type=number]:focus,
form input[type=password]:focus,
form input[type=search]:focus,
form input[type=tel]:focus,
form input[type=text]:focus,
form input[type=time]:focus,
form input[type=url]:focus,
form select:focus,
form textarea:focus {
  border-color: #101010 #101010 #091f2b;
  outline: 0
}
.webform-progress-tracker .progress-step .progress-text {
    padding-top: 5px;
    padding-bottom: 5px;
    color: #777;
    line-height: 140%;
}
.webform-progress{
	margin: 60px auto 40px;
}
.form-item {
  min-height: 3.333em
}

fieldset {
  background: #f5f5f5;
  border: 0;
  margin: 0 2px;
  padding: 2.4em 1.2em 1.2em
}

fieldset legend {
  color: #000;
  font-size: 24px;
  font-weight: 700;
  position: relative;
  top: 1.2em
}

fieldset .form-item {
  min-height: auto
}

form#mailchimp-signup-subscribe-block-inschrijven-nieuwsbrief-form .mailchimp-newsletter-mergefields {
  margin-top: .8em
}

form#mailchimp-signup-subscribe-block-inschrijven-nieuwsbrief-form input[type=submit] {
  background: #7bc157;
  background: linear-gradient(to bottom,#7bc157 1%,#67ae43 100%);
  border-color: #f2f1f1;
  border-radius: 3px;
  border-style: solid;
  border-width: 1px;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#7bc157', endColorstr='#67ae43', GradientType=0);
  margin: 0
}

input[type=range] {
  -webkit-appearance: none;
  margin: 15px 0;
  width: 100%
}

input[type=range]:focus {
  outline: 0
}

input[type=range]::-webkit-slider-runnable-track {
  animate: .2s;
  background: #fff;
  border: 1px solid #2f2f2f;
  border-radius: 4px;
  box-shadow: 0 0 0 #222,0 0 0 #2f2f2f;
  cursor: pointer;
  height: 25px;
  width: 100%
}

input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
  background: #13445e;
  border: 3px solid #fff;
  border-radius: 0;
  box-shadow: 1px 1px 1px #111,0 0 1px #1e1e1e;
  cursor: pointer;
  height: 30px;
  margin-top: -3.5px;
  width: 30px
}

input[type=range]:focus::-webkit-slider-runnable-track {
  background: #fff
}

input[type=range]::-moz-range-track {
  animate: .2s;
  background: #fff;
  border: 1px solid #2f2f2f;
  border-radius: 4px;
  box-shadow: 0 0 0 #222,0 0 0 #2f2f2f;
  cursor: pointer;
  height: 25px;
  width: 100%
}

input[type=range]::-moz-range-thumb {
  background: #13445e;
  border: 3px solid #fff;
  border-radius: 0;
  box-shadow: 1px 1px 1px #111,0 0 1px #1e1e1e;
  cursor: pointer;
  height: 30px;
  width: 30px
}

input[type=range]::-ms-track {
  animate: .2s;
  background: 0 0;
  border-color: transparent;
  border-width: 30px 0;
  color: transparent;
  cursor: pointer;
  height: 25px;
  width: 100%
}

input[type=range]::-ms-fill-lower {
  background: #fff;
  border: 1px solid #2f2f2f;
  border-radius: 8px;
  box-shadow: 0 0 0 #222,0 0 0 #2f2f2f
}

input[type=range]::-ms-fill-upper {
  background: #fff;
  border: 1px solid #2f2f2f;
  border-radius: 8px;
  box-shadow: 0 0 0 #222,0 0 0 #2f2f2f
}

input[type=range]::-ms-thumb {
  background: #13445e;
  border: 3px solid #fff;
  border-radius: 0;
  box-shadow: 1px 1px 1px #111,0 0 1px #1e1e1e;
  cursor: pointer;
  height: 30px;
  width: 30px
}

input[type=range]:focus::-ms-fill-lower {
  background: #fff
}

input[type=range]:focus::-ms-fill-upper {
  background: #fff
}

.toolbar-icon-admin-toolbar-tools-help:before, .toolbar-icon-admin-toolbar-tools-help:before {
  background-image: url(../../subtheme/favicon/mstile-70x70.svg)
}

.bgc-main {
  background-color: #13445e
}

.bgc-grey {
  background-color: #f5f5f5
}

.bgc-dark {
  background-color: #017dc5;
	position: relative;
	z-index: 9;
}

.bgc-beige {
  background: #ede3ca;
  color: #b18518
}

.bgc-light,
.bgc-white {
  background: transparent;
}

.bgc-red {
  background: #ff0004
}

.bgc-e2e {
  background: #e2e2e2
}

.bshadow {
  box-shadow: 0 0 8px 0 rgba(0,0,0,.05)
}

.br-reset {
  border: 0
}

.br-all {
  border: 1px solid #2f2f2f
}

.br-top-grey {
  border-top-color: #72c9e5
}

.br-top-main {
  border-top: 0px solid #13445e
}

.br-bottom-main {
  border-bottom-color: #13445e
}

.br-top-large {
  border-style: solid;
  border-top-width: .667em
}

.br-bottom-large {
  border-bottom-width: .667em;
  border-style: solid
}

.br-bottom-medium {
  border-bottom-width: .333em;
  border-style: solid
}

.br-light {
  border-color: #f5f5f5
}

.no-margin {
  margin: 0!important
}

h1,
h1.field_title,
h2,
h3,
h4,
h5,
h6 {
  font-family: quatro, sans-serif;
	line-height: 110%;
}

body,
html {
  background: #fff;
}

a {
  background-color: transparent;
  color: #13445e;
  -webkit-text-decoration-skip: objects
}

a:active,
a:focus,
a:hover {
  top: 0
}

.wrapper {
  position: inherit;
	max-width: 1420px;
}

.relative {
  position: relative
}

.iblock {
  display: inline-block
}

.bundle-gallery .gallery .large-thumbnail img.lazy-loaded,
.bundle-gallery .gallery .thumbnail img.lazy-loaded,
.large-thumbnail .lazy-loaded,
.medium-thumbnail .lazy-loaded {
  display: block
}

.message {
  border-radius: .2em;
  box-shadow: 0 -2px 0 rgba(0,0,0,.1) inset;
  margin: 1.333em 0;
  padding: 1.067em
}

.bundle-gallery .gallery {
  margin-left: 0;
  margin-right: 0
}

.bundle-gallery .gallery .large-thumbnail,
.bundle-gallery .gallery .thumbnail {
  margin: 0 10px 0 0;
  width: calc(20% - 10px)
}

.hidden {
  display: none!important
}

.slide.swiper-slide img.lazy-loaded {
  display: block
}

.block-socialicons {
  bottom: 0;
  display: inline-block;
  position: absolute;
  right: 0
}

.block-socialicons .social-icon:before {
  color: #fff;
  font-size: 24px
}

.social-icon {
  color: #b6b6b6;
  font-size: 0;
  margin: 0 5px
}

.social-icon:before {
  font-size: 36px
}

.wrapper.searchblock {
  max-width: 540px;
  position: absolute;
  top: 70px
}

.wrapper.searchblock:hover {
  max-width: 540px
}

.wrapper.searchblock #search-block-form {
  position: relative
}

.wrapper.searchblock #search-block-form .button {
  margin: 0;
  position: absolute;
  right: 0;
  top: 0;
	font-family: quatro, sans-serif;
	font-weight: bold;
}

.glossary .index ul.menu>li {
  margin-right: 1px
}

.glossary .index ul.menu>li a {
  background: #13445e;
  color: #fff;
  font-size: 1.133em;
  padding: 0 .533em
}

.glossary .index ul.menu>li a:hover {
  background: #72c9e5;
  color: #13445e
}

.glossary .columns {
  column-count: 3;
  display: block;
  margin: 1.333em 0 0;
  width: 100%
}

.glossary .box,
.glossary .index {
  margin-bottom: 1.333em
}

.glossary .columns .box {
  break-inside: avoid
}

.glossary .box {
  background: #f5f5f5;
  padding: 1.067em
}

.glossary .box h3.node-title {
  margin: 0 0 .8em
}

.glossary .box h3.node-title a {
  color: #13445e;
  text-decoration: none
}

.glossary .box a {
  color: #13445e
}

ul.tabs>li a {
  border: 0
}

.field-date {
  font-family: Calibri,Candara,Segoe,Segoe UI,Optima,Arial,sans-serif;
  font-weight: 600;
  position: relative;
  top: -1rem
}

.ipdc-group .content-header,
.view-solr-search-content .views-row .views-field-title {
  font-family: quatro, sans-serif;
}

.field-date * {
  display: inline
}

.field-link {
  margin: .533em 0 0
}

#Overview-Filter-Form {
  margin-bottom: 1.867em
}

#Overview-Filter-Form form>div {
  display: inline-block;
  margin: 0 10px 0 0;
  max-width: 250px;
  vertical-align: top
}

#Overview-Filter-Form form>div#dates-wrapper {
  max-width: 420px
}

#Overview-Filter-Form form>div#dates-wrapper .iblock:first-child {
  margin-right: 15px
}

#Overview-Filter-Form form>div input,
#Overview-Filter-Form form>div select {
  font-size: 15px;
  max-height: 50px;
  min-height: 50px;
  min-width: 250px
}

#Overview-Filter-Form form>div input[type=submit],
#Overview-Filter-Form form>div select[type=submit] {
  border: 1px solid #ebebeb;
  border-bottom-width: 4px;
  border-radius: 4px;
  margin-top: 0;
  min-width: 100px;
  text-transform: none
}

.bundle+.hours-table,
.bundle+.info-table,
.sidebar-right>article.block+.block {
  margin-top: 1.333em
}

#Overview-Filter-Form form>div input::-webkit-input-placeholder,
#Overview-Filter-Form form>div select::-webkit-input-placeholder {
  color: grey;
  opacity: 1
}

#Overview-Filter-Form form>div input::-moz-placeholder,
#Overview-Filter-Form form>div select::-moz-placeholder {
  color: grey;
  opacity: 1
}

#Overview-Filter-Form form>div input:-ms-input-placeholder,
#Overview-Filter-Form form>div select:-ms-input-placeholder {
  color: grey;
  opacity: 1
}

#Overview-Filter-Form form>div input:-moz-placeholder,
#Overview-Filter-Form form>div select:-moz-placeholder {
  color: grey;
  opacity: 1
}

.hours-table,
.info-table {
  margin-bottom: 1.867em
}

.hours-table .label.grid1,
.info-table .label.grid1 {
  margin-bottom: 0
}

.hours-table h3,
.info-table h3 {
  border-bottom: .1rem solid #2f2f2f;
  margin-bottom: .533em
}

.hours-table .col,
.hours-table .field-content,
.hours-table .label,
.info-table .col,
.info-table .field-content,
.info-table .label {
  display: inline-block;
  margin-bottom: 1.333em;
  vertical-align: top
}

.hours-table a,
.info-table a,
.map_link {
  display: block
}

.hours-table .col.label,
.hours-table .label,
.info-table .col.label,
.info-table .label {
  font-weight: 700;
  width: 20%
}

.hours-table .col,
.hours-table .field-content,
.info-table .col,
.info-table .field-content {
  width: 80%
}

@media only screen and (min-width:500px) and (max-width:1024px) {
  .hours-table .col.label,
  .hours-table .label,
  .info-table .col.label,
  .info-table .label {
    margin: 0;
    width: 100%
  }

  .hours-table .col,
  .hours-table .field-content,
  .info-table .col,
  .info-table .field-content {
    width: 100%
  }
}

.hours-table .field-item.pane,
.info-table .field-item.pane {
  padding-bottom: 0
}

.entity .hours-table,
.entity .info-table {
  background: #72c9e5;
  padding: 1.333em
}

.map_link {
  background: #4285f4;
  color: #fff;
  padding: 1.067em;
  text-align: right;
  text-decoration: none
}

.bundle-entity .icon,
.bundle-overview .overview .icon,
.entity .icon,
fieldset.hours legend,
fieldset.info legend {
  display: none
}

.map_link:hover {
  background: #1266f1
}

aside.pane .gallery {
  margin: 0
}

aside.pane .gallery+aside {
  margin-top: 1.333em
}

aside.pane aside.sidebar-right .bundle-entity {
  border-radius: 5px
}

fieldset.hours,
fieldset.info {
  background: #f5f5f5;
  border-color: #dcdcdc
}

.bundle-entity .wrapper,
.bundle-overview .overview .wrapper,
.entity .wrapper {
  margin: 0;
  padding: 0
}

.bundle-entity .label,
.bundle-overview .overview .label,
.entity .label {
  color: #13445e;
  font-weight: 700
}

.bundle-entity .field-hours-days,
.bundle-entity>.field-content,
.bundle-overview .overview .field-hours-days,
.bundle-overview .overview>.field-content,
.entity .field-hours-days,
.entity>.field-content {
  margin-bottom: .8em
}

.bundle-entity .field-hours-days .col.label,
.bundle-overview .overview .field-hours-days .col.label,
.entity .field-hours-days .col.label {
  display: inline-block
}

.bundle-entity .field-hours-days .hourgroup,
.bundle-overview .overview .field-hours-days .hourgroup,
.entity .field-hours-days .hourgroup {
  font-size: 14px;
  margin-bottom: 1.333em;
  width: 100%
}

.bundle-entity .field-hours-days .hourgroup .hours,
.bundle-overview .overview .field-hours-days .hourgroup .hours,
.entity .field-hours-days .hourgroup .hours {
  display: inline-block;
  margin-right: .533em
}

.bundle-entity .field-hours-days .hourgroup .hours .note,
.bundle-overview .overview .field-hours-days .hourgroup .hours .note,
.entity .field-hours-days .hourgroup .hours .note {
  margin-left: .533em
}

.bundle-entity .field-hours-days .hourgroup .hours+.hours *,
.bundle-overview .overview .field-hours-days .hourgroup .hours+.hours *,
.entity .field-hours-days .hourgroup .hours+.hours * {
  display: inline
}

.bundle-entity .field-hours-days .hourgroup .hours+.hours:before,
.bundle-overview .overview .field-hours-days .hourgroup .hours+.hours:before,
.entity .field-hours-days .hourgroup .hours+.hours:before {
  content: "|";
  display: inline;
  margin-right: .533em
}

.bundle-entity .field-hours-days .hourgroup .label.day,
.bundle-overview .overview .field-hours-days .hourgroup .label.day,
.entity .field-hours-days .hourgroup .label.day {
  color: #454545;
  display: inline-block;
  font-weight: 400;
  margin: 0;
  width: 85px
}

.bundle-entity .field-hours-days .hourgroup .hours label,
.bundle-overview .overview .field-hours-days .hourgroup .hours label,
.entity .field-hours-days .hourgroup .hours label {
  margin: 0
}

.bundle-entity .field-hours-days .hourgroup+.hourgroup,
.bundle-overview .overview .field-hours-days .hourgroup+.hourgroup,
.entity .field-hours-days .hourgroup+.hourgroup {
  margin-top: -1.333em
}

.bundle-entity .field-hours-days .status,
.bundle-overview .overview .field-hours-days .status,
.entity .field-hours-days .status {
  background-color: #13445e;
  border: 1px solid #13445e;
  border-radius: 0;
  color: #fff;
  cursor: default;
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: .1em;
  line-height: 1.5;
  margin-right: .6em;
  margin-top: .533em;
  padding: .75em 1em;
  text-align: center;
  text-decoration: none;
  text-transform: none;
  transition: background-color .1s ease-out;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  vertical-align: middle;
  white-space: nowrap
}

.bundle-entity .teaser-content header h3,
.bundle-overview .overview .teaser-content header h3,
.entity .teaser-content header h3,
.sidebar-right fieldset.info .field-item strong {
  display: none
}

.block .contact-info .label,
.ipdc-group .content-header,
.label.pane {
  color: #13445e;
  font-weight: 700
}

.bundle-entity .field-hours-days .status.green,
.bundle-overview .overview .field-hours-days .status.green,
.entity .field-hours-days .status.green {
  background-color: #2ecc40;
  border: #25a233;
  color: #fff
}

.bundle-entity .field-hours-days .status.green:hover,
.bundle-overview .overview .field-hours-days .status.green:hover,
.entity .field-hours-days .status.green:hover {
  background-color: #25a233
}

.bundle-entity .field-hours-days .status.green:active,
.bundle-entity .field-hours-days .status.green:focus,
.bundle-overview .overview .field-hours-days .status.green:active,
.bundle-overview .overview .field-hours-days .status.green:focus,
.entity .field-hours-days .status.green:active,
.entity .field-hours-days .status.green:focus {
  background-color: #208e2c;
  outline: 0
}

.bundle-entity .field-hours-days .status.red,
.bundle-overview .overview .field-hours-days .status.red,
.entity .field-hours-days .status.red {
  background-color: #ff4136;
  border: #ff1103;
  color: #fff
}

.bundle-entity .field-hours-days .status.red:hover,
.bundle-overview .overview .field-hours-days .status.red:hover,
.entity .field-hours-days .status.red:hover {
  background-color: #ff1103
}

.bundle-entity .field-hours-days .status.red:active,
.bundle-entity .field-hours-days .status.red:focus,
.bundle-overview .overview .field-hours-days .status.red:active,
.bundle-overview .overview .field-hours-days .status.red:focus,
.entity .field-hours-days .status.red:active,
.entity .field-hours-days .status.red:focus {
  background-color: #e80d00;
  outline: 0
}

.bundle-entity .field-hours-days .status:hover,
.bundle-overview .overview .field-hours-days .status:hover,
.entity .field-hours-days .status:hover {
  background-color: #0a2534
}

.bundle-entity .field-hours-days .status:active,
.bundle-entity .field-hours-days .status:focus,
.bundle-overview .overview .field-hours-days .status:active,
.bundle-overview .overview .field-hours-days .status:focus,
.entity .field-hours-days .status:active,
.entity .field-hours-days .status:focus {
  background-color: #06161e;
  color: #fff;
  outline: 0
}

.bundle-entity .teaser-content header+.teaser-content,
.bundle-overview .overview .teaser-content header+.teaser-content,
.entity .teaser-content header+.teaser-content {
  margin: 0 0 .533em;
  padding: 0!important
}

.sidebar-right fieldset.info .grid1 {
  width: 20%
}

.sidebar-right fieldset.info .grid11 {
  width: 80%
}

.sidebar-right .gallery a {
  width: 100%
}

.map {
  margin: 1.333em 0
}

.block .contact-info {
  margin: 1.333em 0 0
}

.block .contact-info h3 {
  margin: 0
}

.block .contact-info .field {
  border-bottom: 1px dashed #e8e8e8
}

.block .contact-info .label {
  display: inline-block;
  font-size: 105%;
  margin-top: .533em
}

.block .contact-info .field-item {
  margin-top: .533em
}

.block .contact-info .field-content a {
  display: inline-block;
  margin: 0;
  width: 100%
}

.field-name-field-phone .field-content span,
.ipdc-group.ipdc-theme a,
.spanBlock span {
  display: block
}

.block .contact-info .field-content a+a {
  margin: 0
}

.event .bundle+.field,
article.product header+.bundle-button {
  margin-top: 1.333em;
	font-family: quatro, sans-serif;
	font-weight: bold;
}

.bundle-button+.ipdc-group {
  padding-top: 1.333em;
	font-family: quatro, sans-serif;
	font-weight: bold;
}

.ipdc-group .content-header {
  font-size: 18px
}

.ipdc-group th {
  display: none
}

.menu-showmore a {
  text-decoration: underline!important
}

.content-main ul {
  list-style: disc
}

.content-main ul li {
  line-height: 1.6em
}

.field-address span,
.field-item time.datetime {
  display: block
}

.field-address span.title {
  font-weight: 500
}

.field-address+.field {
  margin-top: .8em
}

.hide-title .field-title {
  display: none
}

.asideblock {
  margin: 0 0 1.333em
}

.view-solr-search-content .view-content {
  padding: 0 17px
}

.view-solr-search-content .views-row {
  box-shadow: 0 0 2px rgba(0,0,0,.2);
  margin-bottom: 1.333em;
  padding: 1.067em
}

.view-solr-search-content .views-row .views-field-title {
  color: #13445e;
  font-size: 26px;
  font-weight: 600
}

.view-solr-search-content .views-row h1 {
  margin: 0;
  padding: 0
}

.view-solr-search-content .views-row .node-type {
  color: #292C2D;
  font-weight: 600;
  position: absolute;
  right: 1.333em
}

.block.block-subtheme-content {
  margin: 0 auto;
  max-width: 1260px;
  min-width: 300px;
  padding: 0 1em;
  position: relative
}
.frontpage .block.block-subtheme-content {
  margin: 0 auto;
  max-width: 100%;
  min-width: 300px;
  padding: 0;
  position: relative
}

.block.block-subtheme-content .view-header {
  padding: 0 17px
}

.block.block-subtheme-content .views-exposed-form {
  padding: 17px
}

.block.block-subtheme-content .views-exposed-form .form-item {
  display: inline-block
}

#main-menu>a,
.block.block-subtheme-content .search-help-link,
.block.block-subtheme-content .views-exposed-form #edit-advanced #edit-lang-fieldset {
  display: none
}

.block.block-subtheme-content .views-exposed-form input[type=submit] {
  border-radius: 5px;
  margin: -2px 0 0 .8em;
  min-height: 55px
}

.block.block-subtheme-content .views-exposed-form #edit-advanced {
  background: #f5f5f5;
  padding: 1.333em
}

.block.block-subtheme-content .views-exposed-form #edit-advanced fieldset {
  margin: 1.333em
}

.block.block-subtheme-content .views-exposed-form #edit-advanced fieldset legend {
  padding: 0 1.067em
}

.block.block-subtheme-content .views-exposed-form #edit-advanced fieldset .form-item {
  margin-bottom: 0;
  margin-right: 1.333em
}

.block.block-subtheme-content .views-exposed-form #edit-advanced fieldset fieldset {
  margin: 0
}

.block.block-subtheme-content .views-exposed-form+h2,
.block.block-subtheme-content .views-exposed-form+h3 {
  margin: 0 auto;
  max-width: 1260px;
  min-width: 300px;
  padding: 0 17px 1.067em;
  position: relative
}

main ul li {
  line-height: 1
}

#main-menu a {
  color: #13445e;
  font-family: Myriad Pro,Gill Sans,Gill Sans MT,Calibri,sans-serif;
  font-size: 2.1rem;
  font-weight: 600;
  line-height: 3em;
  padding: 0 1.5em;
  text-decoration: none
}

.frontpage section.overview-menu,
section.overview-menu {
  border: 0;
  padding: 75px 0
}

#main-menu a.active,
#main-menu a:active,
#main-menu a:focus,
#main-menu a:hover {
  background: rgba(19,68,94,.1);
  color: #0a2534
}

#main-menu>a {
  color: teal
}

@media 60em {
  #main-menu>ul>li {
    border-color: #5f5f5f;
    border-style: solid;
    border-width: 0 1px
  }

  #main-menu>ul>li+li {
    border-left-width: 0
  }
}

@media only screen and (max-width:40em) {
  td,
  th {
    display: table-cell;
    padding: 0 !important
  }

 /* td {
    display: table;
    margin: .6em 1.2em;
    padding: 0
  }

  td:first-child {
    padding-top: .6em
  }

  td:last-child {
    padding-bottom: .6em
  }*/

  td:before {
    content: none;
    display: none;
    font-weight: 700;
    width: 6.5em
  }
	table {
    min-width: auto;
    width: 100%;
}

  #main-menu>a.menutoggle {
    display: block
  }

  #main-menu>a {
    border-color: #5f5f5f;
    border-style: solid;
    border-width: 0 1px;
    display: inline-block
  }
}

.table-menu>ul.menu {
  display: table;
  width: 100%
}

.table-menu>ul.menu>li {
  display: table-cell
}

.frontpage section.overview-menu .menu-columns-3 {
  background: 0 0;
  border: 0;
  margin: 0
}

section.overview-menu #main-menu ul.inline-menu>li,
section.overview-menu #main-menu ul.menu>li,
section.overview-menu div.menu-columns-3 ul.inline-menu>li,
section.overview-menu div.menu-columns-3 ul.menu>li {
  display: inline-block;
  margin-bottom: 20px;
  margin-top: 20px;
  padding: 0 20px;
  vertical-align: top;
  width: calc(33% - 40px)
}

section.overview-menu #main-menu ul.inline-menu>li p,
section.overview-menu #main-menu ul.menu>li p,
section.overview-menu div.menu-columns-3 ul.inline-menu>li p,
section.overview-menu div.menu-columns-3 ul.menu>li p {
  color: #454545;
  display: inline-block;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 18px;
  font-weight: 500
}

section.overview-menu #main-menu ul.inline-menu>li p:hover,
section.overview-menu #main-menu ul.menu>li p:hover,
section.overview-menu div.menu-columns-3 ul.inline-menu>li p:hover,
section.overview-menu div.menu-columns-3 ul.menu>li p:hover {
  background: 0 0;
  color: #13445e
}

section.overview-menu #main-menu ul.inline-menu>li a,
section.overview-menu #main-menu ul.menu>li a,
section.overview-menu div.menu-columns-3 ul.inline-menu>li a,
section.overview-menu div.menu-columns-3 ul.menu>li a {
  color: #13445e;
  display: inline-block;
  font-family: quatro, sans-serif;;
  font-size: 23px;
  margin: 0;
  padding: 0;
  width: 100%
}

section.overview-menu #main-menu ul.inline-menu>li a.active,
section.overview-menu #main-menu ul.inline-menu>li a.is-active,
section.overview-menu #main-menu ul.inline-menu>li a:active,
section.overview-menu #main-menu ul.inline-menu>li a:focus,
section.overview-menu #main-menu ul.inline-menu>li a:hover,
section.overview-menu #main-menu ul.menu>li a.active,
section.overview-menu #main-menu ul.menu>li a.is-active,
section.overview-menu #main-menu ul.menu>li a:active,
section.overview-menu #main-menu ul.menu>li a:focus,
section.overview-menu #main-menu ul.menu>li a:hover,
section.overview-menu div.menu-columns-3 ul.inline-menu>li a.active,
section.overview-menu div.menu-columns-3 ul.inline-menu>li a.is-active,
section.overview-menu div.menu-columns-3 ul.inline-menu>li a:active,
section.overview-menu div.menu-columns-3 ul.inline-menu>li a:focus,
section.overview-menu div.menu-columns-3 ul.inline-menu>li a:hover,
section.overview-menu div.menu-columns-3 ul.menu>li a.active,
section.overview-menu div.menu-columns-3 ul.menu>li a.is-active,
section.overview-menu div.menu-columns-3 ul.menu>li a:active,
section.overview-menu div.menu-columns-3 ul.menu>li a:focus,
section.overview-menu div.menu-columns-3 ul.menu>li a:hover {
  color: #0a2534;
  text-decoration: underline
}

.bundle-overview .overview article header a,
.teaser header a {
  text-decoration: none
}

section.overview-menu #main-menu ul.inline-menu>li>.menu>li,
section.overview-menu #main-menu ul.menu>li>.menu>li,
section.overview-menu div.menu-columns-3 ul.inline-menu>li>.menu>li,
section.overview-menu div.menu-columns-3 ul.menu>li>.menu>li {
  display: inline;
  padding: 0;
  width: auto
}

section.overview-menu #main-menu ul.inline-menu>li>.menu>li a,
section.overview-menu #main-menu ul.menu>li>.menu>li a,
section.overview-menu div.menu-columns-3 ul.inline-menu>li>.menu>li a,
section.overview-menu div.menu-columns-3 ul.menu>li>.menu>li a {
  color: #454545;
  display: inline;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 18px;
  font-weight: 500
}

section.overview-menu #main-menu ul.inline-menu>li>.menu>li a:hover,
section.overview-menu #main-menu ul.menu>li>.menu>li a:hover,
section.overview-menu div.menu-columns-3 ul.inline-menu>li>.menu>li a:hover,
section.overview-menu div.menu-columns-3 ul.menu>li>.menu>li a:hover {
  background: 0 0;
  color: #13445e
}

section.overview-menu #main-menu ul.inline-menu>li>.menu>li:after,
section.overview-menu #main-menu ul.menu>li>.menu>li:after,
section.overview-menu div.menu-columns-3 ul.inline-menu>li>.menu>li:after,
section.overview-menu div.menu-columns-3 ul.menu>li>.menu>li:after {
  content: " | ";
  display: inline-block;
  padding: 0 10px
}

section.overview-menu #main-menu ul.inline-menu>li>.menu>li.menu-showmore:after,
section.overview-menu #main-menu ul.inline-menu>li>.menu>li:last-child:after,
section.overview-menu #main-menu ul.menu>li>.menu>li.menu-showmore:after,
section.overview-menu #main-menu ul.menu>li>.menu>li:last-child:after,
section.overview-menu div.menu-columns-3 ul.inline-menu>li>.menu>li.menu-showmore:after,
section.overview-menu div.menu-columns-3 ul.inline-menu>li>.menu>li:last-child:after,
section.overview-menu div.menu-columns-3 ul.menu>li>.menu>li.menu-showmore:after,
section.overview-menu div.menu-columns-3 ul.menu>li>.menu>li:last-child:after {
  display: none
}

.wrapper-breadcrumb {
  border-bottom: 1px solid #c8c8c8
}

nav.breadcrumb ol li {
  background: 0 0;
  margin: 0 5px 0 0;
  padding: 0
}

nav.breadcrumb ol li a {
  color: #13445e;
  font-weight: 600;
  padding: 0
}

nav.breadcrumb ol li a:after {
  background-image: url(arrow.svg);
  content: "";
    display: inline-block;
    height: 9px;
    margin: 0 5px 0 10px;
    width: 8px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

aside .bundle-entity .field-hours-days .closing-days,
nav.breadcrumb ol li:last-child a:after,
section.bundle-overview .overview .field-hours-days .closing-days {
  display: none
}

.bundle-overview .overview article header {
  overflow: hidden
}

.bundle-overview .overview article header h1 {
  font-size: 1.8rem;
  margin: 0 0 1.5rem
}

section.bundle-overview .overview figure {
  margin: 0 0 1.333em
}

section.bundle-overview .overview .pane a {
  color: #292C2D ;
	font-size: 1.1em;
}

section.bundle-overview .overview .pane a.read-more {
  color: #fff;
  display: inline-block;
  margin: .533em 0
}
section.bundle-overview .overview .pane .download-link a{
	position: relative;
	color: #017dc5;
	text-decoration: underline;
}

section.bundle-overview .overview.view-mode-teaser-large figure {
  margin: 0
}

section.bundle-overview .overview.view-mode-teaser-large .teaser-content {
  background: #f5f5f5;
  padding: 1.067em
}

section.bundle-overview .overview.view-mode-teaser-large .node-person-large .pane.grid7 {
  padding-left: 0
}

section.bundle-overview .overview.view-mode-teaser figure+.teaser-content {
  border-top: 0
}

section.bundle-overview .overview.view-mode-teaser h3,
section.bundle-overview .overview.view-mode-teaser-small h3 {
  margin: 0 0 .533em
}

section.bundle-overview .overview.view-mode-thumbnail figure {
  margin: 0
}

section.bundle-overview .overview.view-mode-links ul.menu.list li {
  border: 1px solid #2f2f2f;
  border-left: 0;
  border-right: 0
}

section.bundle-overview .overview.view-mode-links ul.menu.list li a {
  padding: .533em;
  transition: all .4s
}

section.bundle-overview .overview.view-mode-links ul.menu.list li a:hover {
  background: #13445e;
  color: #fff
}

section.bundle-overview .overview.view-mode-links ul.menu.list li+li {
  border-top: 0
}

.teaser header {
  overflow: hidden
}

.teaser header h1 {
  font-size: 1.8rem;
  margin: 0 0 1.5rem
}

.teaser.event-teaser .pane {
  padding-bottom: 0
}

.view-mode-thumbnail .masonry-item #node article {
  background: #5eb2df;
  padding: 1.067em 0;
  text-align: center
}

.view-mode-thumbnail .masonry-item #node article header h1 {
  font-size: .867em;
  margin: 0
}

.view-mode-thumbnail .masonry-item #node article img.lazy {
  margin: 0 auto
}

.view-mode-thumbnail .masonry-item #node .pane.grid2 {
  margin: 0 auto 1.067em;
  width: 100%
}

.view-mode-thumbnail .masonry-item #node .pane.grid10 {
  width: 100%
}

.view-mode-teaser-small .masonry-item #node article {
  border: 0;
  border: 5px solid #2f2f2f;
  border-radius: 5px;
  overflow: hidden;
  padding: 0
}

.view-mode-teaser-small .masonry-item #node article header h1 {
  margin: 0
}

.view-mode-teaser-small .masonry-item #node article img.lazy {
  min-width: 100%;
  transition: all .2s
}

.view-mode-teaser-small .masonry-item #node article .absolute.bottom {
  padding: 0 1.067em 1.067em
}

.view-mode-teaser-small .masonry-item #node article .absolute.bottom h1.field_title {
  color: #fff;
  font-family: quatro, sans-serif;;
  font-size: 35px;
  font-weight: 600;
  margin: 0 0 10px
}

.view-mode-teaser-small .masonry-item #node article .absolute.bottom .content-multilingual {
  border-left: 5px solid #13445e;
  display: block;
  padding-left: 20px
}

.view-mode-teaser-small .masonry-item #node article .absolute.bottom .content-multilingual h1.field_title {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 18px;
  font-weight: 200;
  margin: 0;
  padding: 2px 0
}

.view-mode-teaser-small .masonry-item #node article .teaser_holder>a {
  display: block;
  position: inherit
}

.view-mode-teaser-small .masonry-item #node article:hover img {
  transform: scale(1.05)
}

.view-mode-teaser-small .masonry-item #node .pane.grid2 {
  margin: 0 auto 1.067em;
  width: 100%
}

.view-mode-teaser-small .masonry-item #node .pane.grid10 {
  width: 100%
}

#innerbottom .block .thumbnail {
  padding: 0;
  width: 100%
}

.overview .pane.masonry-item .block {
  background-color: #f5f5f5;
  margin: 0;
  padding: 0
}

.overview .pane.masonry-item .block a {
  color: #454545
}

.overview .pane.masonry-item .block .block-content {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 28px;
  padding: 0 1.333em 1.067em
}

.overview .pane.masonry-item .block .block-content h3 {
  color: #292C2D ;
  font-family: quatro, sans-serif;;
  font-size: 26px;
  font-weight: 400
}

body {
  font-family: 'Source Sans Pro', sans-serif;
	font-size: 18px;
  margin: 0;
	font-weight: 300;
line-height: 28px;
}

body>main {
  margin-top: 0
}

.slide.swiper-slide img.lazy {
  opacity: 1
}

main {
  padding: 1.333em 0
}

body>.kint {
  padding-top: 3.5em
}

#toolbar-administration {
  z-index: 9999
}

#drupal-live-announce,
.visually-hidden {
  display: none
}

.adminimal .toolbar .toolbar-menu {
  background: #fff!important
}
.branding{
	float: left;
	padding-bottom: 0 !important;
}
/*              Additional CSS                */
.frontpage main > .wrapper{
	width: 100%;
	max-width: 100%;
padding: 0;
}
.frontpage main{
	padding-top: 0px;
	padding-bottom: 80px;
}
.frontpage main > .wrapper .frontpage .contentwrapper-inner, .frontpage main > .wrapper .frontpage #innerbottom .opstapplaatsen .content-wrapper, .frontpage main > .wrapper .frontpage #innerbottom .incijfers .content-wrapper, .frontpage main > .wrapper .frontpage > .content-wrapper2 > .contentwrapper2-inner{
	margin: 0 auto;
max-width: 1400px;
min-width: 0 25.714em;
padding: 0 1.286em;
position: relative;
}
.frontpage main > .wrapper .frontpage > .content-wrapper2 .contentwrapper2-inner .ref-view-mode-full .bundle.bundle-text{
	margin-top: 10%;
}
.bundle .text a{
	font-weight: 700;
	text-decoration: underline;
}
.frontpage #bowtop{
	display: none;
}
#bowtop{
	background-image: url(balkblauw.svg);
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: cover;
	height: 150px;
	position: relative;
	z-index: 8;
}
.frontpage main > .wrapper .frontpage > .content-wrapper2{
	background-color:#017dc5;
	background-image: url("boog.png");
	background-repeat: no-repeat;
	background-position: bottom center;
	background-size: contain;
	color: white;
	padding-bottom: 50px;
}
.frontpage main > .wrapper .frontpage > .content-wrapper2 .ref-view-mode-full .page > .pane, .raketmov > .pane.grid8{
	width: 45% !important;
}
.raketmov > .pane.grid4{
	width: 55%;
	margin-bottom: -30px;
}
.frontpage main > .wrapper .frontpage > .content-wrapper2 .ref-view-mode-full .pane .large-thumbnail{
	width: 100%;
}
.raketmov > .pane.grid4 .bundle-media{
	width: 100%;
    float: right;
    margin-top: 25px;
}
.frontpage main > .wrapper .frontpage > .content-wrapper2 h2.field-title{
	color: white;
font-size: 3.4vw;
font-weight: 800;
line-height: 110%;
width: 45% !important;
}
.inside #innertop .text {
    font-size: 1.1em;
    color: white;
    width: 80%;
    margin-left: 20px;
	
}
.inside #innertop .bundle-text {
	margin-top: 0 !important;
}
.inside #innertop .grid8 .contentwrapper-inner .bundle-button{
	margin-left: 20px;
} 
.inside #innertop .grid8 .contentwrapper-inner{
	/*padding-bottom: 40px;*/
	padding-bottom: 80px;
}
.frontpage main > .wrapper .frontpage > .content-wrapper2 .ref-view-mode-full .pane .bundle-button a, #innertop .button {
    background-color: rgba(255,255,255,.8);
    border: 0px solid;
    color: #017dc5;
    text-transform: none;
    letter-spacing: 0;
    border-radius: 25px;
    line-height: 24px;
    font-weight: 700;
    padding: 0;
    padding: .75em 2.5em;
    margin-top: 1.5em;
	transition: ease-in-out .3s;
	font-family: quatro, sans-serif;
	font-weight: bold;
}
.opvang .bundle-references .bundle-text .text{
	font-size: 18px;
	font-weight: 400
}
.frontpage main > .wrapper .frontpage > .content-wrapper2 .ref-view-mode-full .pane .bundle-button a:hover, .frontpage main > .wrapper .frontpage > .content-wrapper2 .ref-view-mode-full .pane .bundle-button a:focus, .opvang .bundle-references .bundle-button a:hover, #innertop .button:hover, .opvang .bundle-references .bundle-button a:focus, #innertop .button:focus{
	background-color: white;
}
header.bgc-dark{
	float: left;
	width: calc(100% - 90px);
	padding: 45px;
}
main{
	float: left;
	width: 100%;
}
.message{
	float: left;
}
.menu-dropdown {
    position: absolute;
    z-index: 2;
    width: 300px;
	background-image: url("drop.svg");
	background-position: bottom right;
	background-repeat: no-repeat;
	    background-size: cover;
	display: none;
	z-index: 9;
}
.menu-item--expanded > .menu-dropdown {
        padding: 30px 40px 90px 20px;
    z-index: 9;
    /*margin-top: 20px;*/
    overflow: hidden;
    border-radius: 5px 5px 0 0;
}
#menu-bar .menu-item--expanded a::after{
	content: "\e88f";
	    font-family: "fontello";
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    margin-right: .2em;
    text-align: center;
    /* opacity: .8; */
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    margin-left: .2em;
	transform: rotate(90deg);
	 color: #EB9B00;
}
#menu-bar .menu-item--expanded .menu-item a::after{
	content: none;
}
/*ul.menu-level-0 li:hover > .menu-dropdown {
    display: block;
}*/
#menu-bar{
	float: right;
    width: auto;
    margin-top: 40px;
}
ul.menu-level-0 a{
	color: white;
	display: inline-block;
	margin-left: 40px;
	font-family: quatro, sans-serif;
	font-weight: 400;
	padding-bottom: 20px;
}
.opstapplaatsen{
	float: left;
	width: 100%;
	margin: 80px auto;
}
#innerbottom article{
	float: left;
	width: 100%;
}
.opstapplaatsen .bundle-button{
	margin-top: 0px;
}
.opstapplaatsen .bundle-references{
	float: right;
	width: 60%;
}
.opstapplaatsen .bundle-references:last-child .bundle-text{
	/*width: 80%;*/
}
.opstapplaatsen .bundle-references:first-child{
	float: left;
	width: 36%;
}
.opstapplaatsen .bundle-references:last-child .bundle-text h2.field-title, .opstapplaatsen .bundle-references:last-child .bundle-overview h2.field-title{
	    font-size: 1.6em;
    color: #017dc5;
    font-weight: 800;
    margin-top: 55px;
    margin-bottom: 20px;
    float: left;
    width: 100%;
    clear: both;
}
.opstapplaatsen .bundle-references:last-child .bundle-text .text{
	width: 100%;
	float: left;
}
.opstapplaatsen .bundle-references:first-child .bundle-text, .opstapplaatsen .bundle-references:first-child .bundle-text .text{
	    font-size: 18px !important;
    font-weight: 400;
}
.opstapplaatsen .bundle-references:first-child .bundle-text h2.field-title{
	    font-size: 50px;
    font-weight: 400;
    margin-bottom: 60px;
	color: #017dc5;
}
.frontpage main > .wrapper .frontpage .opstapplaatsen .bundle-references:first-child .bundle-button a {
    background-color: #017dc5;
    border: 0px solid;
    color: #fff;
    text-transform: none;
    letter-spacing: 0;
    border-radius: 23px;
    line-height: 24px;
    font-weight: 800;
    padding: 0;
    padding: .65em 2.5em;
    margin-top: .5em;
    transition: ease-in-out .3s;
	font-family: quatro, sans-serif;
	font-weight: bold;
}
.frontpage main > .wrapper .frontpage .opstapplaatsen .bundle-references:first-child .bundle-button a:hover, .lefty .bundle-button a:hover, .frontpage main > .wrapper .frontpage .opstapplaatsen .bundle-references:first-child .bundle-button a:focus, .lefty .bundle-button a:focus{
	background-color: #cd7812;
}
.lefty .bundle-button a {
    background-color: #eca755;
    border: 0px solid;
    color: #fff;
    text-transform: none;
    letter-spacing: 0;
    border-radius: 23px;
    line-height: 24px;
    font-weight: 800;
    padding: 0;
    padding: .45em 1.1em .55em;
    margin-top: .5em;
    transition: ease-in-out .3s;
	font-family: quatro, sans-serif;
	font-weight: bold;
}
.masonry-grid{
	display: flex;
    flex-wrap: wrap;
}
.card{position: relative;}
.card.medium{
	padding: 1em;
    background-color: #f2f8fc;
    border-radius: 6px;
	height: calc(100% - 2em);
	transition: ease-in-out .5s;
	position: relative;
}
.card.medium:hover, .card.medium:focus-within{
	-webkit-box-shadow: 0px 0px 0px 1px rgba(1,125,197,1);
-moz-box-shadow: 0px 0px 0px 1px rgba(1,125,197,1);
box-shadow: 0px 0px 0px 1px rgba(1,125,197,1);
	transition: ease-in-out .5s;
}
.card .city{
	/*background-color: #eca755;
    border: 0px solid;
    color: #fff;
    text-transform: none;
    letter-spacing: 0;
    border-radius: 23px;
    line-height: 24px;
    font-weight: 800;
    padding: 0;
    padding: .45em 1.5em;
    margin-top: .5em;
    transition: ease-in-out .3s;
	position: absolute;
	left: 20px;*/
}
.card .city {
    position: absolute;
    float: right;
    width: 100%;
    text-align: right;
    margin-bottom: 30px;
    margin-top: 20px;
    bottom: 0;
    right: 20px;
}
.card figure{
	border-radius: 3px;
	overflow: hidden;
}
.card .pd-medium {
    padding: 1.286em 0 80px;
	border: 0px solid;
}
.card h3 a{color: #292C2D ;}
.read-more {
    background: none;
        background-color: transparent;
    border: 0;
    color: #017dc5;
    font-weight: 400;
    padding: .5rem 0;
    text-decoration: underline;
	font-size: 1.1em;
}
.crea-date{
	color: #017dc5;
	padding-bottom: 10px;
float: left;
width: 100%;
	font-size: 0.9em;
}
.frontpage main > .wrapper .frontpage .opstapplaatsen .bundle-references:last-child .bundle-button a, .opvang .bundle-references:first-child .bundle-button a, .frontpage .nieuws-front .bundle-button a, .inside .button {
    background-color: #017dc5;
    border: 0px solid;
    color: #fff;
    text-transform: none;
    letter-spacing: 0;
    border-radius: 25px;
    line-height: 24px;
    font-weight: 800;
    padding: 0;
    padding: .75em 2.5em;
    margin-top: 1.5em;
    transition: ease-in-out .3s;
	font-family: quatro, sans-serif;
	font-weight: bold;
}
.frontpage main > .wrapper .frontpage .opstapplaatsen .bundle-references:last-child .bundle-button a:hover, .opvang .bundle-references:first-child .bundle-button a:hover, .frontpage .nieuws-front .bundle-button a:hover, .inside .button:hover, .frontpage main > .wrapper .frontpage .opstapplaatsen .bundle-references:last-child .bundle-button a:focus, .opvang .bundle-references:first-child .bundle-button a:focus, .frontpage .nieuws-front .bundle-button a:focus, .inside .button:focus, .opvang .bundle-references .bundle-button .button:hover, .opvang .bundle-references .bundle-button .button:focus{
	background-color: #0a5783;
}
.inside .grid8 .bundle-button{
	margin-bottom: 80px;
	margin-top: 0;
}
.inside .grid8 .bundle-text .button{
	margin: 0;
}
.frontpage .nieuws-front .bundle-button{
	    width: 100%;
    float: left;
    margin-bottom: 190px;
    text-align: center;
    margin-top: 0px;
}
main .text{
	font-size: 1.1em;
	line-height: 160%;
    font-weight: 400;
}
main .text a{
	color: #017dc5;
}
main .text li{
	line-height: 1.6em;
	margin: 0 0 1.286em;
}
.frontpage .nieuws-front{
	background-image: url(raket.png);
	background-repeat: no-repeat;
	background-position: bottom right;
	padding-bottom: 170px;
}
.incijfers{
	background-color: #deeffa;
    background-image: url(boog2.png);
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: contain;
    padding-bottom: 180px;
    text-align: center;
    margin-top: -100px;
    margin-bottom: 80px;
/*		-webkit-transform:scaleY(-1);
-moz-transform:scaleX(-1);
-ms-transform:scaleX(-1);
-o-transform:scaleX(-1);
transform:scaleX(-1);*/
}
.incijfers .bundle-text {
/*-webkit-transform:scaleY(-1);
-moz-transform:scaleX(-1);
-ms-transform:scaleX(-1);
-o-transform:scaleX(-1);
transform:scaleX(-1);*/
}
.incijfers::before{
	content: "";
	display: block;
	width: 100%;
	background-color: white;
	background-image: url("wolk_light.png");
	background-repeat: no-repeat;
	background-position: bottom center;
	background-size: contain;
	height: 250px;
	float: left;
}
.incijfers  h2.field-title {
    font-size: 3em !important;
    color: #017dc5;
    font-weight: 800;
    margin-top: 30px;
    margin-bottom: 20px;
}
.incijfers  .text {
    font-size: 1.3em;
    width: 100%;
    margin: 0 auto;
	color: #017dc5;
}
.incijfers .number{
	display: inline-block;
	text-align: center;
	width: 25%;
	
}
.incijfers .number h3{
	    font-size: 3.8em !important;
    color: #017dc5;
    font-weight: 800;
	margin: 10px;
}
.incijfers .number .numberinfo{
	color: #017dc5;
    font-weight: 800;
	text-transform: uppercase;
	font-family: quatro, sans-serif;
	    font-size: .9em;
}
.gt-large {
    margin-left: 0;
    margin-right: 0;
}
.opvang > .content-wrapper > .contentwrapper-inner{
	display: flex;
    flex-wrap: wrap;
}
.opvang .bundle-references{
	width: 40%;
    float: right;
    margin-top: 0;
    display: inline;
    margin-left: 3%;
    margin-right: 0;
}
.opvang .bundle-references h2.field-title{
	font-size: 1.6em;
}
.opvang .bundle-references:first-child h2.field-title{
	font-size: 3em;
	color: #017dc5;
}
.opvang .bundle-references:first-child h2.field-title::before{
	content: " ";
	width: 110px;
	height: 85px;
	background-image: url(opvang.svg);
	background-repeat: no-repeat;
	background-position: bottom left;
	background-size: 64px;
	display: block;
	margin-bottom: 20px;
}
.opvang .bundle-references h2.field-title::before{

	width: 110px;
	height: 85px;
	background-image: url(bus2.svg);
	background-repeat: no-repeat;
	background-position: bottom left;
	background-size: 64px;
	display: block;
	margin-bottom: 20px;
	opacity: 1;
}
.opvang .bundle-text .text h2.field-title{
	margin: 0 auto;
    max-width: 81%;
	font-size: 3em !important;
    color: #017dc5;
    font-weight: 400;
}
.opvang .bundle-text .text h2.field-title strong{
	font-weight: 800;
}
.opvang .bundle-references .bundle-button .button{
	background-color: #017dc5;
    border: 0px solid;
    color: #fff;
    text-transform: none;
    letter-spacing: 0;
    border-radius: 23px;
    line-height: 24px;
    font-weight: 800;
    padding: 0;
    padding: .65em 2.5em;
    margin-top: .5em;
    transition: ease-in-out .3s;
    font-family: quatro,sans-serif;
    font-weight: bold;
}
.opvang{
	margin-top: 70px;
	background-image: url("../images/vlieger.jpg");
	background-repeat: no-repeat;
	background-position: 95% 100%;
}
.opvang .bundle-references .ref-view-mode-full{
	margin: 3em 0em 6em 5em;
    float: left;
}
.opvang .bundle-references:first-child{
	width: 47%;
    float: left;
    background-color: #fdf6ee;
    color: #292C2D ;
    margin-right: 3%;
    margin-left: 0;
}
.nieuws-front .bundle-text{
	max-width: 750px;
    text-align: center;
    margin: 100px auto 30px;
	font-size: 1.2em;
}
.nieuws-front .bundle-text h2.field-title{
	    font-size: 2.5em;
    margin-top: 0;
}
.download-links > .content-wrapper{
	margin: 0 auto;
    max-width: 1400px;
    min-width: 0 25.714em;
    padding: 0 1.286em;
    position: relative;
	/*background-image: url("kaart.png");
	background-repeat: no-repeat;
	background-position: left;
	background-size: contain;*/
	width: 100%;
}
.download-links .contentwrapper-inner{
	background-color: #f7f7f7;
	float: left;
	width: 100%;
	background-image: url("kaart.png");
	background-repeat: no-repeat;
	background-position: left;
	background-size: contain;
}
.download-links .contentwrapper-inner > .bundle{
	    float: right;
    width: 15%;
    clear: both;
    margin-top: .2em;
    padding: 0 5em;
}
.download-links .contentwrapper-inner .bundle a{
	line-height: 220%;
	display: block
}
.download-links .contentwrapper-inner > .bundle:first-child{
	margin-top: 5em;
}
.download-links .contentwrapper-inner > .bundle h2.field-title{
	font-size: 2.3em;
}
.download-links .contentwrapper-inner > .bundle-links:nth-child(3){
	margin-top: 3em;
}
.download-links .contentwrapper-inner > .bundle:last-child{
	margin-bottom: 5em;
}
.download-links .contentwrapper-inner .bundle .masonry-item.pane {
    width: 100%;
}
.download-links .contentwrapper-inner > .bundle-links:nth-child(2) a, .download-links .contentwrapper-inner > .bundle-links:last-child a {
	color: #017dc5;
}
.download-links .icon-right:before {
    content: none;
}
.download-links .bundle-links a, .download-links .bundle-shortcuts a {
    color: #292C2D ;
    display: inline-block;
    font-weight: 400;
    padding: 0;
    text-decoration: underline;
    width: calc(100% - 30px);
	font-size: 1.1em;
}
.download-links .field-files .link, .download-links .field-links .link {
    background: transparent;
    padding: 0;
    transition: all .4s;
	margin: 0 !important
}
.download-links section.bundle-overview .overview .pane a {
    text-decoration: underline;
}
.download-links .field-link-description {
    margin-bottom: .857em;
    display: none;
	line-height: 240%;
}
section.bundle-overview .overview .medium.card h3 a {
    color: #292C2D;
    font-size: 1.4em;
    font-weight: 800;
	font-family: 'Source Sans Pro', sans-serif;
	letter-spacing: -1px;
	    line-height: 105%;
}
section.bundle-overview .overview .medium.card .teaser-content p{
	font-size: 1.1em;
}
footer.pd-large {
    padding: 0em;

}
footer .wrapper {
	background-color:#017dc5;
	width: 100%;
	max-width: 100%;
	float: left;
}
footer .wrapper2 {
	background-color:#fff;
	width: 100%;
	max-width: 100%;
	float: left;
}
.frontpage footer::before {
    content: "";
    display: block;
    width: 100%;
    background-color: white;
    background-image: url(wolk_blauw.svg);
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: contain;
    height: 250px;
    float: left;
	padding-top: 50px;
}
footer::before {
    content: "";
    display: block;
    width: 100%;
    background-color: transparent;
    background-image: url(wolk_blauw.svg);
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: contain;
    height: 250px;
    float: left;
    padding-top: 0px;
    margin-top: -250px;
    position: relative;
}
footer .wrapper ul.menu>li a{
	color: white;
    display: inline-block;
    margin-left: 80px;
    font-family: quatro, sans-serif;
    font-weight: 400;
}

footer .wrapper ul.menu>li {
    display: inline-block;
}
footer .wrapper .inwrap{
	max-width: 1400px;
	margin: 40px auto 100px;
	text-align: right;
	padding-right: 40px;
}
footer .wrapper2 .inwrap{
	max-width: 1400px;
	margin: 0 auto;
}
footer .wrapper2 .inwrap .left{
	float: left;
}
footer .wrapper2 .inwrap .left, footer .wrapper2 .inwrap .left a{
	font-size: 12px;
	font-weight: bold;
	line-height: 63px;
	color: #292C2D !important;
}
footer .wrapper2 .inwrap .left{
	width: 40%;
}
footer .wrapper2 .inwrap .right{
	float: right;
	padding: 10px 0;
}
.inside #contentbody > .page{
	display: flex;
flex-wrap: wrap;
}
.wrapper.inside, .inside .block.block-subtheme-content{
	width: 100%;
	max-width: 100%;
	padding: 0;
	/*margin-bottom: 100px;*/
}
main{padding-top: 0!important; min-height: 550px;}
.wrapper.inside #innertop .innertopwrap{
}
.wrapper.inside #innertop .innertopwrap > article.block{
	max-width: 1400px;
	margin: 0 auto;
	padding: 0 2.571em;
}
.wrapper.inside #innertop .innertopwrap > article.block .grid8, .wrapper.inside #innertop .innertopwrap > article.block .grid4 {
    width: 50% !important;
}
.wrapper.inside #innertop .innertopwrap > article.block .grid8 .bundle.bundle-text {
    margin-top: 15%;
}
.wrapper.inside #innertop .innertopwrap > article.block .grid8 .bundle.bundle-text h2.field-title {
    color: white;
    font-size: 3.2vw;
    font-weight: 800;
    line-height: 110%;
    width: 80% !important;
	margin-left: 20px;
}
.wrapper.inside #innertop{
    background-image: url(balkblauw.svg);
background-repeat: no-repeat;
background-position: bottom center;
background-size: cover;
	position: relative;
z-index: 8;
}
.page-node-393 .inside #innertop + #contentbody{
	max-width: 1400px;
    margin: -5% auto 0;
    padding: 0 1.286em;
}
.page-node-393 .inside #innertop + #contentbody > .page > .content-wrapper2{
	 margin-left: 0px;
	margin: 13% auto 50px;
    width: 100%;
    max-width: 1400px;
    padding-bottom: 0%;
}
.page-node-393 .inside  #innertop + #contentbody .grid8 > .content-wrapper > .contentwrapper-inner {
    margin-left: 0px;
}
.inside #contentbody{
	margin-top: -10%;
}
.inside #contentbody.bow{
	margin-top: -13%;
}
.inside #contentbody .content-wrapper2{
	margin: 13% auto;
	width: 100%;
	max-width: 1400px;
	padding-bottom: 8%;
}
.bundle-image_big img.lazy-loaded{display: block;}
#innerbottom #bowtop{display: none;}
nav.tabs {
    z-index: 5;
    position: relative;
	float: left;
}
.inside #contentbody .sidebar-left{
background-color: #f7f7f7;
    padding-top: 15%;
    padding-bottom: 455px;
    background-image: url(raket2.png);
    background-repeat: no-repeat;
    background-position: 90% 82%;
    min-height: 750px;
    margin-top: 50px;
    background-size: 200px;
}
.inside #contentbody .sidebar-left .lefty{
	max-width: 325px;
	float: right;
	margin-right: 20px;
}
.inside #contentbody .sidebar-left .lefty .block{
	margin-right: 20px;
	margin-bottom: 80px
}
.inside #contentbody .grid8{
	padding-top: 15%;
	padding-bottom: 275px;
}
.inside #contentbody .grid8 > .content-wrapper{
	max-width: 1030px;
	float: left;
}
.inside #contentbody .grid8 > .content-wrapper > .contentwrapper-inner{
	margin-left: 85px;
}
.inside #contentbody .grid8 > .content-wrapper > .contentwrapper-inner h1, .content-wrapper2 > .contentwrapper2-inner h1{
	font-size: 3em;
    font-weight: 400;
    color: #017dc5;
}
.inside #contentbody .grid8 > .content-wrapper > .contentwrapper-inner h2{
	font-size: 2em;
	font-weight: 600;
}

.inside .lefty .block .bundle > .field-title {
    font-size: 1.9em;
    margin-top: 0;
}
.inside .lefty .block .bundle-button > .field-title {
    font-size: 18px;
    margin-top: 0;
}
.inside .lefty .block .bundle-button{
	margin-top: 2.7em;
}
.lefty ul.menu-level-0 a {
	text-decoration: underline;
    line-height: 120%;
    display: block;
    margin-left: 0px;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 400;
	    color: #292C2D;
    font-size: 1.1em;
}
.lefty ul.menu-level-0 a.is-active{
	color: #017dc5;
}
.lefty .icon-right::before {
    content: none;
}

.lefty section.bundle-overview .overview .pane .icon-right a {
    color: #292C2D;
    font-size: 1.1em;text-decoration: underline;line-height: 220%;
    display: block;
}
.lefty .field-links .link{
	padding: 0;
	border: 0px solid;
	background: none;
}
.lefty .bundle-links{
	margin-top: 0;
}
.lefty .field-links a {
    color: #017dc5 !important;
    font-size: 1.1em !important;
	text-decoration: underline !important;
	line-height: 220% !important;
    display: block !important;
	font-weight: 400 !important;
	padding: 0 !important;
	font-family: 'Source Sans Pro',sans-serif;
}
.lefty .field-links a:hover, .lefty .field-links a:focus {
    color: #017dc5 !important;
    font-size: 1.1em !important;
	text-decoration: none !important;
	line-height: 220% !important;
    display: block !important;
	font-weight: 400 !important;
	padding: 0 !important;
	font-family: 'Source Sans Pro',sans-serif;
	background-color: none !important;
}
.lefty .field-links .link:hover{
	background-color: none !important;
}
.lefty .field-link-description {
    display: none;
}
/*blockquote {
    font-size: 4em;
    font-weight: 800;
    margin: 3.333em;
    padding: 0 1em;
    font-family: quatro, sans-serif;
    color: #eca755;
    font-style: normal;
    width: 50%;
    margin: 50px auto;
    display: block;
    line-height: 110%;
    float: left;
}*/
blockquote {
        font-size: 26px;
    font-weight: 700;
    margin: 3.333em;
    padding: 0 1em;
    font-family: quatro,sans-serif;
    
	color: #292C2D;
    font-style: normal;
        width: 80%;
    margin: 50px auto;
    display: block;
    line-height: 40px;
    float: left;
    margin-right: 20%;
}
blockquote:after {
    display: none;
}
.social-buttons{
	background-image: none;
}
.bundle-menu .menu-dropdown{
	display: none;
}
/*.bundle-menu .menu-item--active-trail .menu-dropdown{
	display: block;
	margin-left: 5px
}*/
.bundle-menu .menu-item--active-trail > a{
	color: #017dc5 !important;
}
.menu-level-1 .menu-item{
	/*padding-left: 35px;
background-image: url("bullet.svg");
background-repeat: no-repeat;
background-position: left;
background-size: 25px;*/
}
.menu-level-1 .menu-item a {
    color: black;
    display: block;
    margin-left: 0px;
    font-family: quatro,sans-serif;
    font-weight: 600;
    font-size: 16px;
    padding: 9px 10px;
    width: 100%;
}
.important-quote{
	padding: 3%;
	font-size: 1.4em;
	font-weight: 600;
	font-family: quatro, sans-serif;
	line-height: 140%;
	text-align: center;
	display: block;
	width: 84%;
	position: relative;
	margin: 0 auto 20px;
}
.important-quote::before{
	content: url(lefttop.png);
	position: absolute;
	top: 0;
	left: 0;
}
.important-quote::after{
	content: url(rightbottom.png);
	position: absolute;
	bottom: 0;
	right: 0;
}
.wrapper.inside #innertop .innertopwrap > article.block .nieuwsblock .grid8 .bundle.bundle-text {
    margin-top: 15% !important;
}
.block-subtheme-breadcrumbs{
	background-color: #017dc5;
	padding: 15px 0;
	position: relative;
	z-index: 5
}
.block-subtheme-breadcrumbs .breadcrumb{
	max-width: 1400px;
	margin: -15px auto 0;
	color: white;
	font-size: .9em;
}
.block-subtheme-breadcrumbs .breadcrumb a{
	color: white;
	font-size: .9em;
}
nav.breadcrumb ol {
    list-style: none;
    margin: 0 1.743em;
    padding: 0;
}
.inside .bow .grid.gt-large{
	max-width: 1400px;
margin: 70px auto;
}
.frontpage .bow .grid.gt-large, .bundle .bow .grid.gt-large{
	max-width: auto;
margin: 0 auto;
}
.inside .bow .grid.gt-large .sidebar-right.grid4{
	    margin-top: 222px;
}
#innertop .grid.gt-large .sidebar-right.grid4, .frontpage .grid.gt-large .sidebar-right.grid4{
	    margin-top:0px;

}
.bow .grid.gt-large .reference, .card .reference, .reference{
background-color: #eca755;
border: 0px solid;
color: #fff;
text-transform: none;
letter-spacing: 0;
border-radius: 23px;
line-height: 24px;
font-weight: 800;
padding: 0;
padding: .45em 1.5em;
margin-top: .5em;
transition: ease-in-out .3s;
float: right;
/*clear: both;*/
display: inline;
margin-bottom: 5px;

	margin-right: 5px;
}
.bow .grid.gt-large.article .reference{
float: left
}
.bow .grid.gt-large.article  .city{
	float: left;
	width: 100%;
}
.bow .grid.gt-large .card .reference{
	margin-bottom: 5px;
}
.bow .grid.gt-large .bundle-text{
	clear: both;
}
.form-item-straat, .form-item-nr, .form-item-postcode, .form-item-gemeente{
	display: inline-block
}
.form-item-straat{
	width: 73%;
	margin-right: 2%;
}
.form-item-nr{
	width: 25%;
}
.form-item-postcode2{
	width: 33%;
	margin-right: 2%;
	display: inline-block
}
.js-form-type-date{
	display: inline-block;
	margin-right: 15px;
}
.form-item-gemeente{
	width: 65%;
}
.fieldgroup{
	padding: 20px;
}
#edit-adres-domicilie-verzoekende-partij3{
	    background: #fff;
    border: 0;
    margin: 0;
    padding: 2.4em 0 0;
}
#edit-adres-domicilie-verzoekende-partij3 .fieldset-legend{
	font-size: .9em;
	color: #292C2D ;
}
.hamburger {
	display: none;
}
.sitemap-box-menu-footer{
	display: none;
}
.sitemap{
	max-width: 750px;
	margin: 80px auto 250px;
}
.sitemap > .sitemap-box-menu > .content > .sitemap-menu a{
font-family: quatro, sans-serif;
    line-height: 110%;
	color: #292C2D ;
	font-size: 1.8em;
	font-weight: 600;
	padding: 10px 0;
	display: block;
}
.sitemap > .sitemap-box-menu > .content > .sitemap-menu  .sitemap-menu a{
font-family: quatro, sans-serif;
    line-height: 110%;
	color: #292C2D ;
	font-size: 1.2em;
	padding: 10px 0;
	display: block;
	font-weight: 400;
}
.sitemap > .sitemap-box-menu > .content > .sitemap-menu a:hover{
	text-decoration: underline;
}
.footsie{
	margin-right: 5%
}
.scroll{
	display: none;
}
.wrapper.inside #innertop .innertopwrap > article.block {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 2.571em;
    width: calc(100% - 5.142em);
}

.back-to-top {
    background-color: #017dc5;
    position: relative;
    display: none;
	}
     .back-to-top a{
    display: block;
z-index: 99;
position: fixed;
right: 10px;
bottom: 10px;
background-color: #017dc5;
padding: 10px;
line-height: 21px;
border-radius: 10px;
}
	.back-to-top a:hover, .back-to-top a:focus{
		text-decoration: none;
		display: block;
z-index: 99;
position: fixed;
right: 10px;
bottom: 10px;
background-color: #017dc5;
padding: 10px;
line-height: 21px;
border-radius: 10px;
		top: auto;
	}
	.back-to-top img{
		width: 20px;
	}
.webform-submission-form{
	width: 50%;
    margin: 0 auto;
    min-width: 400px;
}
.webform{
	padding: 2%;
	width: 96%;
}
.user-login-form{
	    max-width: 500px;
    margin: 5% auto;
    padding-bottom: 15%;
}
.webform-submission-aanvraag-voor-een-afwijking-van--form{
	width: 100%;
}
.error{
	border: 2px solid red;
	border-bottom: 2px;
}
.field-files .link, .field-links .link, #Overview-Filter-Form form>div input[type=submit] {
    background-color: #017dc5;
    border: 0px solid;
    color: #fff;
    text-transform: none;
    letter-spacing: 0;
    border-radius: 23px;
    line-height: 24px;
    font-weight: 800;
    padding: 0;
    padding: .75em 1.5em;
    margin-top: .5em !important;
	margin-right: .5em;
    transition: ease-in-out .3s;
    font-family: quatro,sans-serif;
    font-weight: bold;
	display: inline-block;
}
.field-files .link:hover, .field-links .link:hover, #Overview-Filter-Form form>div input[type=submit]:hover{
	    background-color: #0a5783;
}
#Overview-Filter-Form form>div input[type=submit]{
	    margin-top: 31px !important;
	border-radius: 15px;
}
.field-files .link a, .field-links .link a{
	color: #fff;
    display: inline-block;
    font-weight: 700;
    padding: 0;
    text-decoration: none;
    width: auto;
}
section.bundle-overview .overview.view-mode-teaser-large .teaser-content{
	background: transparent
}
.bundle-gallery .gallery .gallery-wrapper {
    max-width: 100%;
    margin: 0 auto;
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
}
.bundle-gallery .gallery .gallery-wrapper .iblock, .bundle-gallery .gallery .gallery-wrapper .large-thumbnail, .bundle-gallery .gallery .gallery-wrapper .thumbnail {
    margin: 0 10px 10px 0;
    width: 100%;
    height: auto;
}
.accordion .content-header:before, .accordion .content-header:after {
        content: "";
    height: 4px;
    width: 100%;
    max-width: 24px;
    max-height: 20px;
    background-color: #017dc5;
    position: absolute;
    left: 12px;
    top: 62%;
    margin-top: -11px;
    margin-right: 40px;
}
.accordion .content-header:before {
    transform: rotate(90deg);
}
.bundle-accordions .accordion.field .content-header:hover {
    background: transparent;
}
.accordion .content-header:before {
    transition: transform 0.3s ease;
}
.accordion .content-header.active:before {
    transform: rotate(0);
}
.accordion .content-header {
    position: relative;
    cursor: pointer;
    border: none;
    background-color: transparent;
    width: 30px;
    height: 30px;
    white-space: nowrap;
    padding-left: 35px;
}
.accordion {
        background-color: #f2f8fc;
    border-radius: 6px;
    padding: 0 30px 0px 10px;
    margin-bottom: 15px;
}
.bundle-accordions .accordion.field .content-header .field-title {
    font-size: 22px !important;
    margin: 2px 0 0 19px;
    padding: 0;
    display: block;
    color: #292C2D;
    font-weight: 800;
}
.accordion .col-teaser-image img.lazy-loaded {
	display: block;
}
.accordion .grid{
	display: table;
}
.accordion .grid .col{
	padding: 0 15px 30px;
}
.accordion .grid .col{
	font-size: 1.1em;
}
.accordion .content-main {
	background-color: transparent;
}
.accordion .content-main a{
	font-weight: bold;
	text-decoration: underline;
}
.block .bundle>.field-title {
    font-size: 24;
    margin-top: 0;
}
aside .large-thumbnail{
	margin-bottom: 7px;
}
aside .thumbnail.iblock {
    padding: 0;
    width: 100%;
}
aside .thumbnail.iblock img.lazy-loaded {
    animation: fadeIn .4s forwards;
    opacity: 1;
    display: block;
}
/*.opstapplaatsen .bundle-references:first-child .bow{
	background-image: url("Icons-Route.svg");
	background-size: 70px;
    background-repeat: no-repeat;
    background-position: left top;
    padding-top: 80px;
}*/
.opstapplaatsen .bundle-references:first-child {
    float: left;
    width: 36%;
    margin-top: 0px;
}
header .wrapper > .grid{
	display: block;
}
.blokwrap{
	display: flex;
	flex-wrap: wrap;
}
.blok-blok{
	width: 48%;
	display: inline-block;
	margin-right: 4%;
	margin-bottom: 6%;
}
.blok-blok:nth-child(2n){
	width: 48%;
	display: inline-block;
	margin-right: 0;
}
.blok-blok .blok-txt{
	font-size: 18px;
    font-weight: 400;
}
.blok-blok h3{
	margin-top: 0px;
}

.bundle-text.blue_paper{
	background-color: #017dc5;
    padding: 50px 40px;
    width: calc(85% - 80px);
    color: white;
    border-radius: 15px;
    margin-top: 150px;
	position: relative;
}
.bundle-text.blue_paper::before{
	display: block;
	width: 80px;
	height: 104px;
	content: url("../images/paperclip.png");
	position: absolute;
	top: -36px;
    right: -20px;
}
.bundle-text.blue_paper h2.field-title{
	font-size: 1.3em !important;
    font-weight: 600 !important;
    color: white !important;
    margin-bottom: 20px !important;
}
.bundle-text.blue_paper .button, .mov-button a{
	background-color: #eca755;
    color: black !important;
    text-transform: none;
    text-decoration: none;
    border-radius: 23px;
    line-height: 24px;
    font-weight: 800;
    border: 0px solid;
    letter-spacing: 0;
    padding: .65em 2.5em;
}
.card.download figure img{
	max-height: 300px;
	width: auto;
	-webkit-box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.23); 
box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.23);
}
.download-link a::after{
	content: url("download.svg");
	display: inline-block;
	width: 20px;
	height: 20px;
	position: absolute;
    right: -30px;
    top: 2px;
}
.card.download figure{
	overflow: inherit;
	background-color: transparent;
	text-align: left;
}
.mov-button a{
	background-image: url("mov-arrow.png");
	background-color: #eb9b00;
	background-position: right center;
	background-repeat: no-repeat;
	 padding: .65em 4.2em .65em 2.5em;
}
.mov-button{
	position: relative;
    margin-top: 20px;
    float: left;
}
.masonry-grid.gt-2 .masonry-item.pane.grid6 {
    width: 46% !important;
	margin-right: 4%;
        margin-bottom: 6%;
    margin-left: 0%;
    padding: 0;
	
}

.masonry-grid.gt-2 .masonry-item.pane .card.medium {
    padding: 0;
    background-color: white;
    border-radius: 6px;
    height: 100%;
    transition: ease-in-out .5s;
}
section.bundle-overview .overview.view-mode-teaser-large .teaser-content {
    background: transparent;
    padding: 0;
	    font-size: 18px !important;
    font-weight: 400;
}
section.bundle-overview .overview.view-mode-teaser-large .teaser-content p{
	    font-size: 18px !important;
    font-weight: 400;
}
section.bundle-overview .overview.view-mode-teaser-large .medium.card h3 a{
	font-weight: 600;
}
.frontpage .overview.view-mode-teaser-large{
	margin-right: -4%;
}
.overview.view-mode-teaser-large .card.medium:hover, .overview.view-mode-teaser-large .card.medium:focus-within {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    transition: none;
}
.frontpage .frontfoto .contentwrapper-inner{
	max-width: 100% !important;
	padding: 0 !important;
	margin: 0px auto 0 !important;
}
.frontpage .frontfoto .contentwrapper-inner img.lazy-loaded {
    animation: fadeIn .4s forwards;
    opacity: 1;
	display: block;
	margin-top: 100px;
}
.frontpage .slider-top{
	margin-top: 70px;
	margin-bottom: -40px;
	position: relative;
}
.frontpage .movie-top{
	margin-top: 32px;
    position: relative;
    float: right;
	width: 100%;
}


.frontpage .slider-top::before{
	content: url("wolk.svg");
	position: absolute;
	bottom: -8px;
    right: -2px;
    width: 85px;
    z-index: 9;
    height: 85px;
}
.frontpage .movie-top .bundle-media .field-media::before{
	content: url(/themes/custom/subtheme/css/wolk.svg);
    position: absolute;
    bottom: -6px;
    right: -1px;
    width: 85px;
    z-index: 9;
    height: 85px;
}
.frontpage main > .wrapper .frontpage > .content-wrapper2 .text p{
	font-size: 18px;
	    line-height: 140%;
}
.frontpage footer::before {
    margin-top: -200px;
	    z-index: 5;
}
.frontpage .nieuws-front {
    background-position: 95% 100%;
    padding-bottom: 109px;
    float: left;
    width: 100%;
	position: relative;
	z-index: 10;
}
.view-mode-teaser .medium.card{
	cursor: pointer;
}
.field-files .link, .field-links .link, #Overview-Filter-Form form>div input[type=submit] {
    background-color: #017dc5;
    border: 0px solid;
    color: #fff;
    text-transform: none;
    letter-spacing: 0;
    border-radius: 23px;
    line-height: 24px;
    font-weight: 800;
    padding: 0;
    padding: .75em 1.5em;
    margin-top: .5em !important;
	margin-right: .5em;
    transition: ease-in-out .3s;
    font-family: quatro,sans-serif;
    font-weight: bold;
	display: inline-block;
}
.field-files .link:hover, .field-links .link:hover, #Overview-Filter-Form form>div input[type=submit]:hover{
	    background-color: #0a5783;
}
#Overview-Filter-Form form>div input[type=submit]{
	    margin-top: 31px !important;
	border-radius: 15px;
}
.field-files .link a, .field-links .link a{
	color: #fff;
    display: inline-block;
    font-weight: 700;
    padding: 0;
    text-decoration: none;
    width: auto;
}
section.bundle-overview .overview.view-mode-teaser-large .teaser-content{
	background: transparent
}
.bundle-gallery .gallery .gallery-wrapper {
    max-width: 100%;
    margin: 0 auto;
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
}
.bundle-gallery .gallery .gallery-wrapper .iblock, .bundle-gallery .gallery .gallery-wrapper .large-thumbnail, .bundle-gallery .gallery .gallery-wrapper .thumbnail {
    margin: 0 10px 10px 0;
    width: 100%;
    height: auto;
}
.accordion .content-header:before, .accordion .content-header:after {
        content: "";
    height: 4px;
    width: 100%;
    max-width: 24px;
    max-height: 20px;
    background-color: #017dc5;
    position: absolute;
    left: 12px;
    top: 62%;
    margin-top: -11px;
    margin-right: 40px;
}
.accordion .content-header:before {
    transform: rotate(90deg);
}
.bundle-accordions .accordion.field .content-header:hover {
    background: transparent;
}
.accordion .content-header:before {
    transition: transform 0.3s ease;
}
.accordion .content-header.active:before {
    transform: rotate(0);
}
.accordion .content-header {
    position: relative;
    cursor: pointer;
    border: none;
    background-color: transparent;
    width: 30px;
    height: 30px;
    white-space: nowrap;
    padding-left: 35px;
}
.accordion {
        background-color: #f2f8fc;
    border-radius: 6px;
    padding: 0 30px 0px 10px;
    margin-bottom: 15px;
}
.bundle-accordions .accordion.field .content-header .field-title {
    font-size: 22px !important;
    margin: 2px 0 0 19px;
    padding: 0;
    display: block;
    color: #292C2D;
    font-weight: 800;
}
.accordion .col-teaser-image img.lazy-loaded {
	display: block;
}
.accordion .grid{
	display: table;
}
.accordion .grid .col{
	padding: 0 15px 30px;
}
.accordion .grid .col{
	font-size: 1.1em;
}
.accordion .content-main {
	background-color: transparent;
}
.accordion .content-main a{
	font-weight: bold;
	text-decoration: underline;
}
.block .bundle>.field-title {
    font-size: 24;
    margin-top: 0;
}
aside .large-thumbnail{
	margin-bottom: 7px;
}
aside .thumbnail.iblock {
    padding: 0;
    width: 100%;
}
aside .thumbnail.iblock img.lazy-loaded {
    animation: fadeIn .4s forwards;
    opacity: 1;
    display: block;
}
.user-login-form{
	    max-width: 500px;
    margin: 5% auto;
    padding-bottom: 15%;
}
#contentbody{
	position: relative;
}
.city .reference a, .bow .grid.gt-large .reference a{
	color: black !important;
	font-family: quatro,sans-serif;
	font-size: .9em !important;
	font-weight: 600;
}
.city .reference:hover, .city .reference:focus-within, .bow .grid.gt-large .reference:hover, .bow .grid.gt-large .reference:focus-within{
	background-color: #cd7812;
}
.node-preview-form-select{
	    max-width: 300px;
    position: fixed;
    z-index: 99;
    background-color: white;
    padding: 20px;
    border-radius: 20px;
    right: 10px;
    top: 90px;
    border: 2px solid midnightblue;
}
a.node-preview-backlink{
	    background-color: #017dc5;
    border: 0px solid;
    color: #fff;
    text-transform: none;
    letter-spacing: 0;
    border-radius: 23px;
    line-height: 24px;
    font-weight: 800;
    padding: 0;
    padding: .75em 1em;
    margin-top: 1em;
    transition: ease-in-out .3s;
    font-family: quatro,sans-serif;
    font-weight: bold;
    margin-bottom: 20px;
    float: left;
    font-size: .9em;
}

.inside .blox.block.block-subtheme-content {

	min-height: 800px;
}
.align-left{
	max-width: 350px;
	margin: 10px 20px 10px 0;
}
.align-right{
	max-width: 350px;
	margin: 10px 0px 10px 20px;
}
.caption-img figcaption{
	font-size: 12px;
	font-style: italic;
}
.bundle{
	width: 100%;
}
.pager ul.menu {
    background-color: transparent;
    text-align: center;
}
.pager ul.menu li a.active{
	    background-color: #017dc5;
    width: 20px;
    height: 20px;
    padding: 5px;
    color: white;
    border-radius: 50%;
}
 .taxo .block.block-subtheme-content .view-content  {
        margin: 2% auto 13%;
    width: 100%;
    max-width: 1400px;
	 display: flex;
    flex-wrap: wrap;
}
.taxo .block.block-subtheme-content .view-content > div{
	width: 23%;
	margin: 1%;
	float: left;
}
.taxo .block.block-subtheme-content .view-content .lazy-loaded{
	display: block;
}
/*.taxo .card .city {
    position: absolute;
    left: 20px;
    z-index: 9;
}*/
.icon-facebook:before, .icon-twitter:before, .icon-linkedin:before, .icon-mail:before{
	content: none;
}
.social-buttons .iblock.icon.icon-facebook{

	background: url("facebook.svg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.social-buttons .iblock.icon.icon-twitter{

	background: url("twitter.svg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.social-buttons .iblock.icon.icon-linkedin {

	background: url("linkedin.svg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.social-buttons .iblock.icon.icon-mail {

	background: url("mail.svg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.article .reference{
	margin-bottom: 35px !important;
}
.player .vp-video-wrapper.transparent{
	border: 2px solid white !important;
}
.bundle.blue_paper .text a{
	color: white;
}
.blok-ond h2{
	color: #eb9b00;
	font-size: 26px !important;
}
.blok-ond h3{
	color: #000;
	font-size: 20px !important;
}
.blok-ond{
	background-color: #f2f7fa;
	padding: 30px;
	width: calc(100% - 60px);
	display: flex;
	flex-wrap: wrap;
	gap: 30px;
	margin-bottom: 40px;
	border-radius: 20px;
}
.blok-ond img{
	width: 80%;
	height: auto;
	margin-right: 30px;
}
.blok-ond figure{
	text-align: left;
    margin: 0;
}
.blok-ond > *{
	flex:  1 1 28%;
}
.backbutton{text-decoration: underline;}
.page-node-85 .inside #contentbody .content-wrapper2{
	max-width: 900px;
}
.page-node-85 .inside #contentbody .content-wrapper2 .webform-submission-form {
    width: 100%;
    margin: 0 auto;
    min-width: 400px;
}
.page-node-85 .inside #contentbody .content-wrapper2 .webform-submission-form .button{
    background-color: #eb9b00;
	    color: black !important;
}
.grid4.sidebar-left .bundle-text.blue_paper{
	    background-color: #017dc5;
    padding: 50px 40px;
    width: calc(100% - 80px);
    color: white;
    border-radius: 15px;
    margin-top: 80px;
    position: relative;
}
.grid4.sidebar-left .bundle-text.blue_paper .button{
	font-size: 1.6rem;
	padding: 0.65em 1em;
}
.menu-item--expanded .menu-dropdown{
	transition: ease-in-out .3s;
}
.menu-item--expanded.hover-active .menu-dropdown{
	display: block;
	transition: ease-in-out .3s;
}
.frontpage .movie-top .field.field-media .sixteen-by-nine.aspect-ratio{
	 position: relative;
  display: block;
  width: 100%;
  overflow: hidden;
}
.frontpage .movie-top .field.field-media .sixteen-by-nine.aspect-ratio::before{
	display: block;
  content: "";
  padding-top: 56.25%;
}
.frontpage .movie-top .field.field-media .sixteen-by-nine.aspect-ratio > iframe{
	position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.frontpage .movie-top .field.field-media{
	/*padding-top: 56.25%;
    position: relative;
    width: 100%;*/
}
@media only screen and (min-width:1920px) {
	.frontpage main > .wrapper .frontpage > .content-wrapper2 h2.field-title, .wrapper.inside #innertop .innertopwrap > article.block .grid8 .bundle.bundle-text h2.field-title {
  font-size: 60px;
}
}

@media only screen and (max-width:1024px) {
	#logo {
    padding-top: 0;
}
	.frontpage main > .wrapper .frontpage > .content-wrapper2 h2.field-title {
    color: white;
    /*font-size: 3em;*/
    font-weight: 800;
    line-height: 110%;
    width: 45% !important;
}
	.frontpage main > .wrapper .frontpage > .content-wrapper2 .contentwrapper2-inner .ref-view-mode-full .bundle.bundle-text{
		margin-top: 0px;
	}
	.frontpage main > .wrapper .frontpage .contentwrapper-inner{
		padding-bottom: 40px;
	}
	.masonry-grid.gt-4 .masonry-item.pane {
    width: 50%;
}
	.grid4 {
    width: 40%;
}
	.grid8 {
    width: 60%;
}
	.inside #contentbody .grid8 > .content-wrapper > .contentwrapper-inner {
    margin-left: 45px;
    margin-right: 25px;
}
	footer .wrapper2 .inwrap .left {
    width: 50%;
}
	footer .wrapper2 {
    background-color: #fff;
    width: calc(100% - 3.652em);
    max-width: 100%;
    float: left;
    padding: 0 1.826em;
}
	.frontpage main > .wrapper .frontpage .opstapplaatsen .bundle-references:last-child{
		background-size: 150px;
	}
	.wrapper.inside #innertop .innertopwrap > article.block .grid8 .bundle.bundle-text h2.field-title {
    color: white;
    /*font-size: 3em;*/
    font-weight: 800;
    line-height: 110%;
    width: 80% !important;
    margin-left: 20px;
}
	.wrapper.inside #innertop .innertopwrap > article.block {
    padding: 0 2.571em 2.571em;
}
	.block-subtheme-breadcrumbs{
		padding: 15px 2.571em;
	}
	.inside #contentbody .sidebar-left {
    background-color: #f7f7f7;
    padding-top: 15%;
    padding-bottom: 455px;
    background-image: url(raket2.png);
    background-repeat: no-repeat;
    background-position: 90% 90%;
    min-height: 750px;
    margin-top: 50px;
    background-size: 150px;
}
	.masonry-grid.gt-4 .masonry-item.pane.grid3 {
    width: 33%;
}
	
	.frontpage .masonry-grid.gt-4 .masonry-item.pane.grid3 {
    width: 50%;
}
}
@media only screen and (max-width:900px) {
	.incijfers .number h3 {
    font-size: 2.5em !important;
    color: #017dc5;
    font-weight: 800;
    margin: 10px;
}
	.incijfers .number .numberinfo {
    color: #017dc5;
    font-weight: 800;
    text-transform: uppercase;
    font-family: quatro, sans-serif;
    font-size: .7em;
}
	.opvang .bundle-references:first-child {
    width: 100%;
    float: left;
    background-color: #fdf6ee;
    color: #292C2D ;
    margin-right: 0;
    margin-left: 0;
		margin-bottom: 1.286em
}
	.opvang .bundle-references {
    width: 100%;
    float: right;
    background-color: #017dc5;
    color: white;
    margin-top: 0;
    display: inline;
    margin-left: 0;
    margin-right: 0;
}
	.nieuws-front .bundle-text {
    max-width: 750px;
    text-align: center;
    margin: 70px auto 30px;
    font-size: 1.2em;
}
	.frontpage footer::before {
    content: "";
    display: block;
    width: 100%;
    background-color: white;
    background-image: url(wolk_blauw.svg);
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: contain;
    height: 250px;
    float: left;
    padding-top: 0px;
}
	/*.frontpage main > .wrapper .frontpage > .content-wrapper2 h2.field-title, */.wrapper.inside #innertop .innertopwrap > article.block .grid8 .bundle.bundle-text h2.field-title {
    color: white;
    font-size: 2.8em;
}
	#logo{padding: 0}
	.inside #contentbody .sidebar-left .lefty{
		width: 80%;
	}
	.inside #contentbody .sidebar-left{
		margin-top: 0px;
		padding-top: 17%;
	}
	.inside #contentbody .grid8 > .content-wrapper > .contentwrapper-inner h1, .content-wrapper2 > .contentwrapper2-inner h1 {
    font-size: 4.2vw;
    font-weight: 800;
}
	.frontpage main > .wrapper .frontpage > .content-wrapper2 h2.field-title{
		font-size: 4.2vw;
	}
	.frontpage main > .wrapper .frontpage .opstapplaatsen .bundle-references:last-child .bundle-button a, .opvang .bundle-references:first-child .bundle-button a, .frontpage .nieuws-front .bundle-button a, .inside .button{
		white-space: normal;
	}
	iframe {
    border: 0;
    max-height: 100%;
    height: inherit;
}
	.masonry-grid.gt-4 .masonry-item.pane.grid3 {
    width: 50%;
}
	
}
@media only screen and (max-width:750px) {
	#menu-bar .menu.menu-level-0{
		display: none;
		position: absolute;
		width: 100vw;
		left: 0;
		margin: 0 0 0 -45px;
		background-color: #017dc5;
		padding: 15px 0;
	}
	#menu-bar .inline-menu ul.menu li {
    display: inline-block;
    width: 100%;
}
	#menu-bar ul.menu-level-0 a {
    color: white;
    display: inline-block;
    margin-left: 40px;
    font-family: quatro, sans-serif;
    font-weight: 400;
    font-size: 1.2em;
    line-height: 140%;
    padding: 8px 0;
		width: calc(100% - 55px);
}
	.block-subtheme-breadcrumbs{
		display: none;
	}
	.hamburger {
  /*padding: 15px 15px;*/
  	display: inline-block;
	cursor: pointer;
	transition-property: opacity, filter;
	transition-duration: 0.15s;
	transition-timing-function: linear;
	font: inherit;
    font-weight: inherit;
    font-size: inherit;
    line-height: inherit;
	color: inherit;
	text-transform: uppercase;
	background-color: transparent;
	border: 0;
	margin: -10px 0 0;
	overflow: visible;
	font-size: 16px;
	font-weight: bold;
	background-color: transparent;
	line-height: 70px;
	padding: 0 0 0 25px;
	}
  .hamburger:hover {
    opacity: 0.7; }
  .hamburger.active:hover {
    opacity: 0.7; }
  .hamburger.active .hamburger-inner,
  .hamburger.active .hamburger-inner::before,
  .hamburger.active .hamburger-inner::after {
    background-color: #fff; }

.hamburger-box {
  width: 30px;
  height: 16px;
  display: inline-block;
  position: relative; }

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2px; }
  .hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
    width: 20px;
    height: 3px;
    background-color: #fff;
    border-radius: 0px;
    position: absolute;
    transition-property: transform;
    transition-duration: 0.15s;
    transition-timing-function: ease; 
	margin-bottom: 4px;
}
  .hamburger-inner::before, .hamburger-inner::after {
    content: "";
    display: block; }
  .hamburger-inner::before {
    top: -6px; }
  .hamburger-inner::after {
    bottom: -10px; }
.hamburger--squeeze .hamburger-inner {
  transition-duration: 0.075s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); 
margin-top: 0}
  .hamburger--squeeze .hamburger-inner::before {
    transition: top 0.075s 0.12s ease, opacity 0.075s ease; }
  .hamburger--squeeze .hamburger-inner::after {
    transition: bottom 0.075s 0.12s ease, transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--squeeze.active .hamburger-inner {
  transform: rotate(45deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  .hamburger--squeeze.active .hamburger-inner::before {
    top: 0;
    opacity: 0;
    transition: top 0.075s ease, opacity 0.075s 0.12s ease; }
  .hamburger--squeeze.active .hamburger-inner::after {
    bottom: -4px;
    transform: rotate(-90deg);
    transition: bottom 0.075s ease, transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1); }
	fieldset > div >fieldset.fieldgroup{
		padding: 30px 0 0px;
	}
	#menu-bar {
    float: right;
    width: auto;
    margin-top: 0;
}
	#logo img{
		width: 150px;
		padding: 0 2.571em 0 0;
	}
	header .grid{
		display: block;
		flex-wrap: nowrap;
	}
	header .grid .grid4{
		width: auto !important;
	}
	.grid4, .grid8, .bundle-references, .frontpage main > .wrapper .frontpage > .content-wrapper2 .ref-view-mode-full .page > .pane, .opstapplaatsen .bundle-references:last-child .bundle-text, .wrapper.inside #innertop .innertopwrap > article.block .grid8, .wrapper.inside #innertop .innertopwrap > article.block .grid4{
		width: 100% !important;
		float: unset !important;
	}
	.frontpage main > .wrapper .frontpage > .content-wrapper2 h2.field-title {
    color: white;
    font-size: 2em;
    font-weight: 800;
    line-height: 110%;
    width: 45% !important;
}
	.opvang .bundle-references:first-child, .opvang .bundle-references{
		margin: 0px !important;
	}
	.opvang .bundle-references .ref-view-mode-full {
    margin: 3em 2em 6em;
    float: left;
}
	.opstapplaatsen .bundle-references:last-child .bundle-text h2.field-title, .opvang .bundle-references:first-child h2.field-title, .opvang .bundle-references h2.field-title, .incijfers h2.field-title, .wrapper.inside #innertop .innertopwrap > article.block .grid8 .bundle.bundle-text h2.field-title, .inside #contentbody .grid8 > .content-wrapper > .contentwrapper-inner h1, .content-wrapper2 > .contentwrapper2-inner h1 {
    font-size: 1.9em !important;
}
	header .wrapper, #logo, .opvang .contentwrapper-inner{
		padding: 0 !important;
	}	
.incijfers::before {
content: "";
    background-size: 200%;
	height: 145px;
}
	.incijfers .number {
    width: 100%;
		margin-bottom: 5%;
margin-top: 5%;
}
	.opvang {
    margin-top: 0px !important;
}
	.incijfers .number h3 {
    font-size: 2.5em !important;
    color: #017dc5;
    font-weight: 800;
    margin: 10px;
}
	.incijfers {
    background-color: #deeffa;
    background-image: none;
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: contain;
    padding-bottom: 100px;
    text-align: center;
    margin-top: -100px;
    margin-bottom: 0px;
}
	.frontpage main > .wrapper .frontpage > .content-wrapper2 .ref-view-mode-full .pane .large-thumbnail {
    width: 94%;
    margin: 15% 3% -5%;
}
	.opstapplaatsen .contentwrapper-inner {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column-reverse;
}
	.frontpage main > .wrapper .frontpage .opstapplaatsen .bundle-references:last-child {
    background-size: 120px;
}
	.masonry-grid.gt-4 .masonry-item.pane {
    width: 100%;
		padding-bottom: 1.286em;
}
	.nieuws-front .bundle-text {
    margin: 60px auto 0px;
}
	.frontpage main {
    padding-bottom: 0px;
}
	.wrapper.inside #innertop .innertopwrap > article.block {
    padding: 0 1.286em;
	width: 90%;	
}
	.frontpage footer::before {
    content: "";
    display: block;
    width: 100%;
    background-color: transparent;
    background-image: url(wolk_blauw.svg);
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: cover;
    height: 30px;
    float: left;
    padding-top: 150px;
		margin-top: 0;
}
	footer .wrapper .inwrap {
    max-width: 1400px;
    margin: 0px auto 59px;
    text-align: right;
    padding-right: 0px;
}
	footer .wrapper ul.menu > li {
    display: block;
    width: 100%;
    text-align: center;
}
	footer .wrapper ul.menu > li a {
    margin: 5px auto;
}
	footer .wrapper2 .inwrap .left, footer .wrapper2 .inwrap .left a {
    font-size: 12px;
    font-weight: bold;
    line-height: 20px;
    color: #292C2D !important;
    margin: 1.286em;
}
	#innertop .large-thumbnail {
    width: 100%;
    margin: 1% 0% 10%;
}
	.inside #contentbody > .page {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column-reverse;
}
	.inside #contentbody .grid8 > .content-wrapper > .contentwrapper-inner{
		margin: 0;
	}
	.frontpage main > .wrapper .frontpage .opstapplaatsen .bundle-references:last-child .bundle-button a, .opvang .bundle-references:first-child .bundle-button a, .frontpage .nieuws-front .bundle-button a, .inside .button{
		white-space: normal;
		padding: .75em 1.8em;
		margin-top: 1em;
	}
	.inside #innertop .text{
		width: 90%;
		margin: 0 1.286em;
		
	}
	.inside #contentbody .grid8 {
    padding-top: 20%;
    padding-bottom: 0px;
}
	.inside #contentbody .sidebar-left {
    background-color: #f7f7f7;
    padding-top: 15%;
    padding-bottom: 155px;
    background-image: url(raket2.png);
    background-repeat: no-repeat;
    background-position: 90% 96%;
    min-height: auto;
    background-size: 120px;
}
	#bowtop {
    background-image: url(balkblauw.svg);
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: cover;
    height: 28px;
    position: relative;
    z-index: 8;
    margin-bottom: 30px;
}
	.inside #contentbody .sidebar-left .lefty{
		float: unset;
		margin: 0 2.56em !important;
	}
	.inside .bow .grid.gt-large .sidebar-right.grid4 {
    margin-top: 0;
}
	.inside .masonry-grid.gt-4 .masonry-item.pane{
		width: 110%;
padding-bottom: 1.286em;
margin: 0 -5%;
	}
	.inside #contentbody .grid8 > .content-wrapper {
    margin: 0 1.286em;
}
	.important-quote{
		font-size: 1.2em;
	}
	.field-media iframe{
		height: auto;
	}
	.inside .bundle-text{
		padding-bottom: 0px;
	}
	footer .wrapper2 .inwrap .left {
    width: 96%;
}
	footer .wrapper2 .inwrap .left .footsie{
		display: block
	}
	footer .wrapper2 .inwrap .left a.footsie{
		margin: 1.286em 0;
	}
	footer::before {
		background-size: 200%;
	}
	.article.grid.gt-large{
		flex-direction: column-reverse;
	}
	.article.grid.gt-large .sidebar-right .gallery{
		margin-top: -62px;
	}
	.inside .article > .content-wrapper2 {
    margin: 23% 10% !important;
    width: 80% !important;
}
	.inside .page > .content-wrapper2 {
    margin: 23% 10% !important;
    width: 80% !important;
}
	.back-to-top {
    background-color: #017dc5;
    position: relative;
    display: none;
	}
     .back-to-top a{
    display: block;
z-index: 99;
position: fixed;
right: 10px;
bottom: 10px;
background-color: #017dc5;
padding: 10px;
line-height: 21px;
border-radius: 10px;
}
	.back-to-top a:hover, .back-to-top a:focus{
		text-decoration: none;
		display: block;
z-index: 99;
position: fixed;
right: 10px;
bottom: 10px;
background-color: #017dc5;
padding: 10px;
line-height: 21px;
border-radius: 10px;
		top: auto;
	}
	.back-to-top img{
		width: 20px;
	}
	.wrapper.inside, .inside .block.block-subtheme-content{
		margin-bottom: 100px;
	}
	.webform{flex-direction: column-reverse}
	.frontpage main > .wrapper .frontpage > .content-wrapper2 .ref-view-mode-full .page > .pane, .raketmov > .pane.grid8 {
    width: 100% !important;
}
	.frontpage .field-media iframe {
    height: 250px;
}
	.frontpage .movie-top .bundle-media .field-media::before {
    content: none;
    position: absolute;
    bottom: 15px;
    right: -2px;
    width: 85px;
    z-index: 9;
    height: 85px;
}
	.mov-button a {
    background-image: none;
    background-color: #eb9b00;
    background-position: right center;
    background-repeat: no-repeat;
    padding: .65em 4.2em .65em 2.5em;
    display: block;
}
	.masonry-grid.gt-2 .masonry-item.pane.grid6 {
    width: 100% !important;
    margin-right: 0;
    margin-bottom: 6%;
    margin-left: 0%;
    padding: 0;
}
	.opstapplaatsen .bundle-references:first-child {
    float: left;
    width: 36%;
    margin-top: 80px;
}
	.frontpage main > .wrapper .frontpage .opstapplaatsen .bundle-references:first-child .bundle-button a {
    background-color: #017dc5;
    border: 0px solid;
    color: #fff;
    text-transform: none;
    letter-spacing: 0;
    border-radius: 40px;
    line-height: 24px;
    font-weight: 800;
    padding: 0;
    padding: .65em 2.5em;
    margin-top: .5em;
    transition: ease-in-out .3s;
    font-family: quatro,sans-serif;
    font-weight: bold;
    display: block;
    white-space: break-spaces;
}
	.bundle-text.blue_paper {
    background-color: #017dc5;
    padding: 50px 40px;
    width: calc(100% - 50px);
    color: white;
    border-radius: 15px;
    margin-top: 150px;
    position: relative;
    margin: 150px -15px 0;
}
	.bundle-text.blue_paper .button, .mov-button a {
    background-color: #eca755;
    color: black;
    text-transform: none;
    text-decoration: none;
    border-radius: 23px;
    line-height: 24px;
    font-weight: 800;
    border: 0px solid;
    letter-spacing: 0;
    padding: .65em 2.5em;
    display: block;
    white-space: break-spaces;
}
	.masonry-grid.gt-3 .masonry-item.pane {
    width: 33%;
    margin-bottom: 30px;
}
	.frontpage .movie-top {
    margin-top: -30px;
    margin-bottom: -30px;
    position: relative;
    float: right;
}
	.bundle .text a{
		word-break: break-word;
	}
	.bundle.blue_paper .text a{
		color: white;
	}
	.menu-item--expanded > .menu-dropdown {
    padding: 0px 20px 0px;
    z-index: 9;
    overflow: hidden;
    border-radius: 5px 5px 0 0;
    position: relative;
    display: block !important;
    background-image: none;
    width: 100%;
}
	.menu-item--expanded > .menu-dropdown a::after{
		content: none !important;
	}
	.mov-button {
    position: relative;
    margin-top: 55px;
    float: left;
}
	.taxo .block.block-subtheme-content .view-content > div {
    width: 44%;
    margin: 3%;
    float: left;
}
	#user-login-form{
		margin: 40px;
	}
	#user-login-form #edit-submit{
		position: relative;
z-index: 99999;
	}
	.blok-ond > *{
	flex:  0 1 100%;
}
}
@media only screen and (max-width:500px) {
		.taxo .block.block-subtheme-content .view-content > div {
    width: 90%;
    margin: 5%;
    float: left;
}
}
