@charset "UTF-8";
@import url(//fonts.googleapis.com/css?family=Open+Sans:400);
/* See http://mrdanadams.com/2012/pixel-ems-css-conversion-sass-mixin/ */
/* Default font size in pixels if not overridden. */
/* Convert PX units to EMs.
Ex: margin-right: pem(16);
*/
/* Used to convert PX to EMs for multiple properties or values or both.
$base is an optional measurement that allows making measurements relative to the parent font size rather than the current. Also accepts a list of lists (instead a list of values) for properties that accept multiple lists of values. Only numbers of converted; everything else is passed through.

Examples:

@include scale(line-height, 30)
@include scale(line-height, 30, 16)
@include scale(width height, 125);
@include scale(padding, 0 25, 16);
@include scale(text-shadow, (#0d6e28 1 1) (#777 0 0 2), 16);
@include scale(box-shadow, (inset 0 0 0 1 #2a9022) (inset 0 0 3 #459966), 16);
*/
@media only screen and (min-width: 600px) {
  .mobile .show-for-small-only.whatsapp {
    display: none !important; }
  .mobile div.gplus.soc_media_item_center, .mobile .gplus div.google-plus {
    display: block  !important; } }

@media (max-width: 736px) and (max-height: 599px) and (orientation: landscape) {
  .mobile .show-for-small-only.whatsapp {
    display: block !important; }
  .mobile div.google-plus.soc_media_item_center, .mobile div.gplus.soc_media_item_center, .mobile div.google-plus, .mobile #si_iconen form:nth-of-type(3) {
    display: none !important; } }

@media only screen and (min-width: 37.626em) and (max-width: 47.99em) {
  .mobile #sib_print {
    padding-top: 0.3em; }
  #vlucht .sib_full {
    margin-top: 9px; } }

@media only screen and (min-width: 48em) and (max-width: 52.99em) {
  .gewoneversie .avlucht #avlucht_agenda {
    margin-bottom: 0; }
  .sib_center_alleen_txt {
    padding-top: 0.05em !important; }
  .soc_media_balk {
    padding: 0; }
  #sociale_iconen_home, #sociale_iconen_home_content, #si_iconen {
    height: auto !important; }
  .gewoneversie #vlucht > #vlucht_content, .geen_avlucht #vlucht > #vlucht_content {
    position: static; }
  .android.mobile .gewoneversie #content {
    padding-bottom: 19em !important; }
  #home #sociale_iconen_home_content {
    padding-bottom: 0.8em;
    /*		img, input {
			width: 85%;
			margin: 0 0.3em;
		}
*/ }
  .geen_avlucht #main_container {
    padding-right: 0 !important; }
  /*	.android #home #sociale_iconen_home_content {
		img, input {
			width: 82%;
			margin: 0 0.1em;
		}
	}
*/ }

@media only screen and (min-width: 37.626em) and (max-width: 52.99em) {
  .push-3 {
    left: 0 !important;
    padding-left: 0 !important; }
  .pull-6 {
    right: auto !important; }
  #nieuwsbrief .nieuwsbrief_form_Email {
    width: 50% !important; }
  .safari #vluchtx {
    position: static !important; }
  .vlucht #vluchtx {
    padding-right: 0 !important; }
  #vlucht .terugOmhoog {
    display: block !important; }
  #main .terugOmhoog {
    display: none !important; }
  body footer.row {
    background: #f9fdff; } }

meta.foundation-version {
  font-family: "/{{VERSION}}/"; }

meta.foundation-mq-small {
  font-family: "/only screen/";
  width: 0em; }

meta.foundation-mq-small-only {
  font-family: "/only screen and (max-width: 37.625em)/";
  width: 0em; }

meta.foundation-mq-medium {
  font-family: "/only screen and (min-width:37.626em)/";
  width: 37.626em; }

meta.foundation-mq-medium-only {
  font-family: "/only screen and (min-width:37.626em) and (max-width:52.99em)/";
  width: 37.626em; }

meta.foundation-mq-large {
  font-family: "/only screen and (min-width:53em)/";
  width: 53em; }

meta.foundation-mq-large-only {
  font-family: "/only screen and (min-width:53em) and (max-width:999999999999)/";
  width: 53em; }

meta.foundation-mq-xlarge {
  font-family: "/only screen and (min-width:90.0625em)/";
  width: 90.0625em; }

meta.foundation-mq-xlarge-only {
  font-family: "/only screen and (min-width:90.0625em) and (max-width:120em)/";
  width: 90.0625em; }

meta.foundation-mq-xxlarge {
  font-family: "/only screen and (min-width:120.0625em)/";
  width: 120.0625em; }

meta.foundation-data-attribute-namespace {
  font-family: false; }

html, body {
  height: 100%; }

html {
  box-sizing: border-box; }

*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
  -moz-box-sizing: inherit;
  box-sizing: inherit; }

html,
body {
  font-size: 100%; }

body {
  background: #fff;
  color: #222;
  cursor: auto;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
  line-height: 1.5;
  margin: 0;
  padding: 0;
  position: relative; }

a:hover {
  cursor: pointer; }

img {
  max-width: 100%;
  height: auto; }

img {
  -ms-interpolation-mode: bicubic; }

#map_canvas img,
#map_canvas embed,
#map_canvas object,
.map_canvas img,
.map_canvas embed,
.map_canvas object,
.mqa-display img,
.mqa-display embed,
.mqa-display object {
  max-width: none !important; }

.left {
  float: left !important; }

.right {
  float: right !important; }

.clearfix:before, .clearfix:after {
  content: " ";
  display: table; }

.clearfix:after {
  clear: both; }

.hide {
  display: none; }

.invisible {
  visibility: hidden; }

.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

img {
  display: inline-block;
  vertical-align: middle; }

textarea {
  height: auto;
  min-height: 50px; }

select {
  width: 100%; }

.accordion {
  margin-bottom: 0; }
  .accordion:before, .accordion:after {
    content: " ";
    display: table; }
  .accordion:after {
    clear: both; }
  .accordion .accordion-navigation, .accordion dd {
    display: block;
    margin-bottom: 0 !important; }
    .accordion .accordion-navigation.active > a, .accordion dd.active > a {
      background: #e8e8e8; }
    .accordion .accordion-navigation > a, .accordion dd > a {
      background: #EFEFEF;
      color: #222222;
      display: inline-block;
      font-family: Verdana, Arial, Helvetica, sans-serif;
      font-size: 1rem;
      padding: 1rem; }
      .accordion .accordion-navigation > a:hover, .accordion dd > a:hover {
        background: #e3e3e3; }
    .accordion .accordion-navigation > .content, .accordion dd > .content {
      display: none;
      padding: 0.9375rem; }
      .accordion .accordion-navigation > .content.active, .accordion dd > .content.active {
        background: #FFFFFF;
        display: block; }

button, .button {
  border-style: solid;
  border-width: 0px;
  cursor: pointer;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-weight: normal;
  line-height: normal;
  margin: 0 0 1.25rem;
  position: relative;
  text-decoration: none;
  text-align: center;
  display: inline-block;
  padding-top: 1rem;
  padding-right: 2rem;
  padding-bottom: 1.0625rem;
  padding-left: 2rem;
  font-size: 1rem;
  /*     @else                            { font-size: $padding - rem-calc(2); } */
  background-color: #1f4a9e;
  border-color: #193b7e;
  color: #fff;
  -webkit-transition: background-color 300ms ease-out;
  -moz-transition: background-color 300ms ease-out;
  transition: background-color 300ms ease-out;
  padding-top: 1.0625rem;
  padding-bottom: 1rem;
  -webkit-appearance: none;
  border: none;
  font-weight: normal !important; }
  button:hover, button:focus, .button:hover, .button:focus {
    background-color: #193b7e; }
  button:hover, button:focus, .button:hover, .button:focus {
    color: #fff; }
  button.secondary, .button.secondary {
    background-color: #e7e7e7;
    border-color: #b9b9b9;
    color: #333; }
    button.secondary:hover, button.secondary:focus, .button.secondary:hover, .button.secondary:focus {
      background-color: #b9b9b9; }
    button.secondary:hover, button.secondary:focus, .button.secondary:hover, .button.secondary:focus {
      color: #333; }
  button.success, .button.success {
    background-color: #43AC6A;
    border-color: #368a55;
    color: #fff; }
    button.success:hover, button.success:focus, .button.success:hover, .button.success:focus {
      background-color: #368a55; }
    button.success:hover, button.success:focus, .button.success:hover, .button.success:focus {
      color: #fff; }
  button.alert, .button.alert {
    background-color: #f04124;
    border-color: #cf2a0e;
    color: #fff; }
    button.alert:hover, button.alert:focus, .button.alert:hover, .button.alert:focus {
      background-color: #cf2a0e; }
    button.alert:hover, button.alert:focus, .button.alert:hover, .button.alert:focus {
      color: #fff; }
  button.large, .button.large {
    padding-top: 1.125rem;
    padding-right: 2.25rem;
    padding-bottom: 1.1875rem;
    padding-left: 2.25rem;
    font-size: 1.25rem;
    /*     @else                            { font-size: $padding - rem-calc(2); } */ }
  button.small, .button.small {
    padding-top: 0.875rem;
    padding-right: 1.75rem;
    padding-bottom: 0.9375rem;
    padding-left: 1.75rem;
    font-size: 0.8125rem;
    /*     @else                            { font-size: $padding - rem-calc(2); } */ }
  button.tiny, .button.tiny {
    padding-top: 0.625rem;
    padding-right: 1.25rem;
    padding-bottom: 0.6875rem;
    padding-left: 1.25rem;
    font-size: 0.6875rem;
    /*     @else                            { font-size: $padding - rem-calc(2); } */ }
  button.expand, .button.expand {
    padding-right: 0;
    padding-left: 0;
    width: 100%; }
  button.left-align, .button.left-align {
    text-align: left;
    text-indent: 0.75rem; }
  button.right-align, .button.right-align {
    text-align: right;
    padding-right: 0.75rem; }
  button.radius, .button.radius {
    -webkit-border-radius: 3px;
    border-radius: 3px; }
  button.round, .button.round {
    -webkit-border-radius: 1000px;
    border-radius: 1000px; }
  button.disabled, button[disabled], .button.disabled, .button[disabled] {
    background-color: #1f4a9e;
    border-color: #193b7e;
    color: #fff;
    cursor: default;
    opacity: 0.7;
    -webkit-box-shadow: none;
    box-shadow: none; }
    button.disabled:hover, button.disabled:focus, button[disabled]:hover, button[disabled]:focus, .button.disabled:hover, .button.disabled:focus, .button[disabled]:hover, .button[disabled]:focus {
      background-color: #193b7e; }
    button.disabled:hover, button.disabled:focus, button[disabled]:hover, button[disabled]:focus, .button.disabled:hover, .button.disabled:focus, .button[disabled]:hover, .button[disabled]:focus {
      color: #fff; }
    button.disabled:hover, button.disabled:focus, button[disabled]:hover, button[disabled]:focus, .button.disabled:hover, .button.disabled:focus, .button[disabled]:hover, .button[disabled]:focus {
      background-color: #1f4a9e; }
    button.disabled.secondary, button[disabled].secondary, .button.disabled.secondary, .button[disabled].secondary {
      background-color: #e7e7e7;
      border-color: #b9b9b9;
      color: #333;
      cursor: default;
      opacity: 0.7;
      -webkit-box-shadow: none;
      box-shadow: none; }
      button.disabled.secondary:hover, button.disabled.secondary:focus, button[disabled].secondary:hover, button[disabled].secondary:focus, .button.disabled.secondary:hover, .button.disabled.secondary:focus, .button[disabled].secondary:hover, .button[disabled].secondary:focus {
        background-color: #b9b9b9; }
      button.disabled.secondary:hover, button.disabled.secondary:focus, button[disabled].secondary:hover, button[disabled].secondary:focus, .button.disabled.secondary:hover, .button.disabled.secondary:focus, .button[disabled].secondary:hover, .button[disabled].secondary:focus {
        color: #333; }
      button.disabled.secondary:hover, button.disabled.secondary:focus, button[disabled].secondary:hover, button[disabled].secondary:focus, .button.disabled.secondary:hover, .button.disabled.secondary:focus, .button[disabled].secondary:hover, .button[disabled].secondary:focus {
        background-color: #e7e7e7; }
    button.disabled.success, button[disabled].success, .button.disabled.success, .button[disabled].success {
      background-color: #43AC6A;
      border-color: #368a55;
      color: #fff;
      cursor: default;
      opacity: 0.7;
      -webkit-box-shadow: none;
      box-shadow: none; }
      button.disabled.success:hover, button.disabled.success:focus, button[disabled].success:hover, button[disabled].success:focus, .button.disabled.success:hover, .button.disabled.success:focus, .button[disabled].success:hover, .button[disabled].success:focus {
        background-color: #368a55; }
      button.disabled.success:hover, button.disabled.success:focus, button[disabled].success:hover, button[disabled].success:focus, .button.disabled.success:hover, .button.disabled.success:focus, .button[disabled].success:hover, .button[disabled].success:focus {
        color: #fff; }
      button.disabled.success:hover, button.disabled.success:focus, button[disabled].success:hover, button[disabled].success:focus, .button.disabled.success:hover, .button.disabled.success:focus, .button[disabled].success:hover, .button[disabled].success:focus {
        background-color: #43AC6A; }
    button.disabled.alert, button[disabled].alert, .button.disabled.alert, .button[disabled].alert {
      background-color: #f04124;
      border-color: #cf2a0e;
      color: #fff;
      cursor: default;
      opacity: 0.7;
      -webkit-box-shadow: none;
      box-shadow: none; }
      button.disabled.alert:hover, button.disabled.alert:focus, button[disabled].alert:hover, button[disabled].alert:focus, .button.disabled.alert:hover, .button.disabled.alert:focus, .button[disabled].alert:hover, .button[disabled].alert:focus {
        background-color: #cf2a0e; }
      button.disabled.alert:hover, button.disabled.alert:focus, button[disabled].alert:hover, button[disabled].alert:focus, .button.disabled.alert:hover, .button.disabled.alert:focus, .button[disabled].alert:hover, .button[disabled].alert:focus {
        color: #fff; }
      button.disabled.alert:hover, button.disabled.alert:focus, button[disabled].alert:hover, button[disabled].alert:focus, .button.disabled.alert:hover, .button.disabled.alert:focus, .button[disabled].alert:hover, .button[disabled].alert:focus {
        background-color: #f04124; }

@media only screen and (min-width: 37.626em) {
  button, .button {
    display: inline-block; } }

@media only screen and (max-width: 37.625em) {
  .f-dropdown {
    max-width: 100%;
    left: 0; } }

/* Foundation Dropdowns */
.f-dropdown {
  position: absolute;
  left: -9999px;
  list-style: none;
  margin-left: 0;
  width: 100%;
  max-height: none;
  height: auto;
  background: #fff;
  border: solid 1px #cccccc;
  font-size: 16px;
  z-index: 99;
  margin-top: 2px;
  max-width: 200px; }
  .f-dropdown > *:first-child {
    margin-top: 0; }
  .f-dropdown > *:last-child {
    margin-bottom: 0; }
  .f-dropdown:before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    border-color: transparent transparent #fff transparent;
    border-bottom-style: solid;
    position: absolute;
    top: -12px;
    left: 10px;
    z-index: 99; }
  .f-dropdown:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border: inset 7px;
    border-color: transparent transparent #cccccc transparent;
    border-bottom-style: solid;
    position: absolute;
    top: -14px;
    left: 9px;
    z-index: 98; }
  .f-dropdown.right:before {
    left: auto;
    right: 10px; }
  .f-dropdown.right:after {
    left: auto;
    right: 9px; }
  .f-dropdown li {
    font-size: 0.875rem;
    cursor: pointer;
    line-height: 1.125rem;
    margin: 0; }
    .f-dropdown li:hover, .f-dropdown li:focus {
      background: #eeeeee; }
    .f-dropdown li a {
      display: block;
      padding: 0.5rem;
      color: #555; }
  .f-dropdown.content {
    position: absolute;
    left: -9999px;
    list-style: none;
    margin-left: 0;
    padding: 1.25rem;
    width: 100%;
    height: auto;
    max-height: none;
    background: #fff;
    border: solid 1px #cccccc;
    font-size: 16px;
    z-index: 99;
    max-width: 200px; }
    .f-dropdown.content > *:first-child {
      margin-top: 0; }
    .f-dropdown.content > *:last-child {
      margin-bottom: 0; }
  .f-dropdown.tiny {
    max-width: 200px; }
  .f-dropdown.small {
    max-width: 300px; }
  .f-dropdown.medium {
    max-width: 500px; }
  .f-dropdown.large {
    max-width: 800px; }

/* Standard Forms */
form {
  margin: 0 0 1rem; }

/* Using forms within rows, we need to set some defaults */
form .row .row {
  margin: 0 -0.5rem; }
  form .row .row .column,
  form .row .row .columns {
    padding: 0 0.5rem; }
  form .row .row.collapse {
    margin: 0; }
    form .row .row.collapse .column,
    form .row .row.collapse .columns {
      padding: 0; }
    form .row .row.collapse input {
      -moz-border-radius-bottomright: 0;
      -moz-border-radius-topright: 0;
      -webkit-border-bottom-right-radius: 0;
      -webkit-border-top-right-radius: 0; }

form .row input.column,
form .row input.columns,
form .row textarea.column,
form .row textarea.columns {
  padding-left: 0.5rem; }

/* Label Styles */
label {
  font-size: 0.875rem;
  color: #4d4d4d;
  cursor: pointer;
  display: block;
  font-weight: normal;
  line-height: 1.5;
  margin-bottom: 0;
  /* Styles for required inputs */ }
  label.right {
    float: none;
    text-align: right; }
  label.inline {
    margin: 0 0 1rem 0;
    padding: 0.625rem 0; }
  label small {
    text-transform: capitalize;
    color: #676767; }

select {
  -webkit-appearance: none !important;
  background: #fafafa url("data:image/svg+xml;base64, PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgeD0iMHB4IiB5PSIwcHgiIHdpZHRoPSI2cHgiIGhlaWdodD0iM3B4IiB2aWV3Qm94PSIwIDAgNiAzIiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCA2IDMiIHhtbDpzcGFjZT0icHJlc2VydmUiPjxwb2x5Z29uIHBvaW50cz0iNS45OTIsMCAyLjk5MiwzIC0wLjAwOCwwICIvPjwvc3ZnPg==") no-repeat;
  background-position-x: 97%;
  background-position-y: center;
  border: 1px solid #cccccc;
  padding: 0.5rem;
  font-size: 0.875rem;
  -webkit-border-radius: 0;
  border-radius: 0; }
  select.radius {
    -webkit-border-radius: 3px;
    border-radius: 3px; }
  select:hover {
    background: #f3f3f3 url("data:image/svg+xml;base64, PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgeD0iMHB4IiB5PSIwcHgiIHdpZHRoPSI2cHgiIGhlaWdodD0iM3B4IiB2aWV3Qm94PSIwIDAgNiAzIiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCA2IDMiIHhtbDpzcGFjZT0icHJlc2VydmUiPjxwb2x5Z29uIHBvaW50cz0iNS45OTIsMCAyLjk5MiwzIC0wLjAwOCwwICIvPjwvc3ZnPg==") no-repeat;
    background-position-x: 97%;
    background-position-y: center;
    border-color: #999999; }

select::-ms-expand {
  display: none; }

@-moz-document url-prefix() {
  select {
    background: #fafafa; }
  select:hover {
    background: #f3f3f3; } }

/* Attach elements to the beginning or end of an input */
.prefix,
.postfix {
  display: block;
  position: relative;
  z-index: 2;
  text-align: center;
  width: 100%;
  padding-top: 0;
  padding-bottom: 0;
  border-style: solid;
  border-width: 1px;
  overflow: hidden;
  font-size: 0.875rem;
  height: 2.3125rem;
  line-height: 2.3125rem; }

/* Adjust padding, alignment and radius if pre/post element is a button */
.postfix.button {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
  padding-bottom: 0;
  text-align: center;
  line-height: 2.125rem;
  border: none; }

.prefix.button {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
  padding-bottom: 0;
  text-align: center;
  line-height: 2.125rem;
  border: none; }

.prefix.button.radius {
  -webkit-border-radius: 0;
  border-radius: 0;
  -moz-border-radius-bottomleft: 3px;
  -moz-border-radius-topleft: 3px;
  -webkit-border-bottom-left-radius: 3px;
  -webkit-border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px; }

.postfix.button.radius {
  -webkit-border-radius: 0;
  border-radius: 0;
  -moz-border-radius-bottomright: 3px;
  -moz-border-radius-topright: 3px;
  -webkit-border-bottom-right-radius: 3px;
  -webkit-border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px; }

.prefix.button.round {
  -webkit-border-radius: 0;
  border-radius: 0;
  -moz-border-radius-bottomleft: 1000px;
  -moz-border-radius-topleft: 1000px;
  -webkit-border-bottom-left-radius: 1000px;
  -webkit-border-top-left-radius: 1000px;
  border-bottom-left-radius: 1000px;
  border-top-left-radius: 1000px; }

.postfix.button.round {
  -webkit-border-radius: 0;
  border-radius: 0;
  -moz-border-radius-bottomright: 1000px;
  -moz-border-radius-topright: 1000px;
  -webkit-border-bottom-right-radius: 1000px;
  -webkit-border-top-right-radius: 1000px;
  border-bottom-right-radius: 1000px;
  border-top-right-radius: 1000px; }

/* Separate prefix and postfix styles when on span or label so buttons keep their own */
span.prefix, label.prefix {
  background: #f2f2f2;
  border-right: none;
  color: #333;
  border-color: #cccccc; }
  span.prefix.radius, label.prefix.radius {
    -webkit-border-radius: 0;
    border-radius: 0;
    -moz-border-radius-bottomleft: 3px;
    -moz-border-radius-topleft: 3px;
    -webkit-border-bottom-left-radius: 3px;
    -webkit-border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px; }

span.postfix, label.postfix {
  background: #f2f2f2;
  border-left: none;
  color: #333;
  border-color: #cccccc; }
  span.postfix.radius, label.postfix.radius {
    -webkit-border-radius: 0;
    border-radius: 0;
    -moz-border-radius-bottomright: 3px;
    -moz-border-radius-topright: 3px;
    -webkit-border-bottom-right-radius: 3px;
    -webkit-border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    border-top-right-radius: 3px; }

/* We use this to get basic styling on all basic form elements */
input[type="text"],
input[type="password"],
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="month"],
input[type="week"],
input[type="email"],
input[type="number"],
input[type="search"],
input[type="tel"],
input[type="time"],
input[type="url"],
textarea {
  -webkit-appearance: none;
  background-color: #fff;
  font-family: inherit;
  border: 1px solid #cccccc;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.75);
  display: block;
  font-size: 0.875rem;
  margin: 0 0 1rem 0;
  padding: 0.5rem;
  height: 2.3125rem;
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: -webkit-box-shadow 0.45s, border-color 0.45s ease-in-out;
  -moz-transition: -moz-box-shadow 0.45s, border-color 0.45s ease-in-out;
  transition: box-shadow 0.45s, border-color 0.45s ease-in-out; }
  input[type="text"]:focus,
  input[type="password"]:focus,
  input[type="date"]:focus,
  input[type="datetime"]:focus,
  input[type="datetime-local"]:focus,
  input[type="month"]:focus,
  input[type="week"]:focus,
  input[type="email"]:focus,
  input[type="number"]:focus,
  input[type="search"]:focus,
  input[type="tel"]:focus,
  input[type="time"]:focus,
  input[type="url"]:focus,
  textarea:focus {
    -webkit-box-shadow: 0 0 5px #999999;
    -moz-box-shadow: 0 0 5px #999999;
    box-shadow: 0 0 5px #999999;
    border-color: #999999; }
  input[type="text"]:focus,
  input[type="password"]:focus,
  input[type="date"]:focus,
  input[type="datetime"]:focus,
  input[type="datetime-local"]:focus,
  input[type="month"]:focus,
  input[type="week"]:focus,
  input[type="email"]:focus,
  input[type="number"]:focus,
  input[type="search"]:focus,
  input[type="tel"]:focus,
  input[type="time"]:focus,
  input[type="url"]:focus,
  textarea:focus {
    background: #fafafa;
    border-color: #999999;
    outline: none; }
  input[type="text"][disabled],
  input[type="password"][disabled],
  input[type="date"][disabled],
  input[type="datetime"][disabled],
  input[type="datetime-local"][disabled],
  input[type="month"][disabled],
  input[type="week"][disabled],
  input[type="email"][disabled],
  input[type="number"][disabled],
  input[type="search"][disabled],
  input[type="tel"][disabled],
  input[type="time"][disabled],
  input[type="url"][disabled],
  textarea[disabled] {
    background-color: #ddd; }
  input[type="text"].radius,
  input[type="password"].radius,
  input[type="date"].radius,
  input[type="datetime"].radius,
  input[type="datetime-local"].radius,
  input[type="month"].radius,
  input[type="week"].radius,
  input[type="email"].radius,
  input[type="number"].radius,
  input[type="search"].radius,
  input[type="tel"].radius,
  input[type="time"].radius,
  input[type="url"].radius,
  textarea.radius {
    -webkit-border-radius: 3px;
    border-radius: 3px; }

/* Add height value for select elements to match text input height */
select {
  height: 2.3125rem; }

/* Adjust margin for form elements below */
input[type="file"],
input[type="checkbox"],
input[type="radio"],
select {
  margin: 0 0 1rem 0; }

input[type="checkbox"] + label,
input[type="radio"] + label {
  display: inline-block;
  margin-left: 0.5rem;
  margin-right: 1rem;
  margin-bottom: 0;
  vertical-align: baseline; }

/* Normalize file input width */
input[type="file"] {
  width: 100%; }

/* We add basic fieldset styling */
fieldset {
  border: solid 1px #ddd;
  padding: 1.25rem;
  margin: 1.125rem 0; }
  fieldset legend {
    font-weight: bold;
    background: #fff;
    padding: 0 0.1875rem;
    margin: 0;
    margin-left: -0.1875rem; }

/* Error Handling */
[data-abide] .error small.error, [data-abide] span.error, [data-abide] small.error {
  display: block;
  padding: 0.375rem 0.5625rem 0.5625rem;
  margin-top: -1px;
  margin-bottom: 1rem;
  font-size: 0.75rem;
  font-weight: normal;
  font-style: italic;
  background: #f04124;
  color: #fff; }

[data-abide] span.error, [data-abide] small.error {
  display: none; }

span.error, small.error {
  display: block;
  padding: 0.375rem 0.5625rem 0.5625rem;
  margin-top: -1px;
  margin-bottom: 1rem;
  font-size: 0.75rem;
  font-weight: normal;
  font-style: italic;
  background: #f04124;
  color: #fff; }

.error input,
.error textarea,
.error select {
  margin-bottom: 0; }

.error input[type="checkbox"],
.error input[type="radio"] {
  margin-bottom: 1rem; }

.error label,
.error label.error {
  color: #f04124; }

.error small.error {
  display: block;
  padding: 0.375rem 0.5625rem 0.5625rem;
  margin-top: -1px;
  margin-bottom: 1rem;
  font-size: 0.75rem;
  font-weight: normal;
  font-style: italic;
  background: #f04124;
  color: #fff; }

.error > label > small {
  color: #676767;
  background: transparent;
  padding: 0;
  text-transform: capitalize;
  font-style: normal;
  font-size: 60%;
  margin: 0;
  display: inline; }

.error span.error-message {
  display: block; }

input.error,
textarea.error {
  margin-bottom: 0; }

label.error {
  color: #f04124; }

.row {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 0;
  max-width: 1220px;
  *zoom: 1; }
  .row:before, .row:after {
    content: " ";
    display: table; }
  .row:after {
    clear: both; }
  .row.collapse > .column,
  .row.collapse > .columns {
    padding-left: 0;
    padding-right: 0;
    float: left; }
  .row.collapse .row {
    margin-left: 0;
    margin-right: 0; }
  .row .row {
    width: auto;
    margin-left: -0.9375rem;
    margin-right: -0.9375rem;
    margin-top: 0;
    margin-bottom: 0;
    max-width: none;
    *zoom: 1; }
    .row .row:before, .row .row:after {
      content: " ";
      display: table; }
    .row .row:after {
      clear: both; }
    .row .row.collapse {
      width: auto;
      margin: 0;
      max-width: none;
      *zoom: 1; }
      .row .row.collapse:before, .row .row.collapse:after {
        content: " ";
        display: table; }
      .row .row.collapse:after {
        clear: both; }

.column,
.columns {
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  width: 100%;
  float: left; }

@media only screen {
  .column.small-centered,
  .columns.small-centered {
    margin-left: auto;
    margin-right: auto;
    float: none; }
  .column.small-uncentered,
  .columns.small-uncentered {
    margin-left: 0;
    margin-right: 0;
    float: left; }
  .column.small-uncentered.opposite,
  .columns.small-uncentered.opposite {
    float: right; }
  .small-push-0 {
    left: 0%;
    right: auto; }
  .small-pull-0 {
    right: 0%;
    left: auto; }
  .small-push-1 {
    left: 8.33333%;
    right: auto; }
  .small-pull-1 {
    right: 8.33333%;
    left: auto; }
  .small-push-2 {
    left: 16.66667%;
    right: auto; }
  .small-pull-2 {
    right: 16.66667%;
    left: auto; }
  .small-push-3 {
    left: 25%;
    right: auto; }
  .small-pull-3 {
    right: 25%;
    left: auto; }
  .small-push-4 {
    left: 33.33333%;
    right: auto; }
  .small-pull-4 {
    right: 33.33333%;
    left: auto; }
  .small-push-5 {
    left: 41.66667%;
    right: auto; }
  .small-pull-5 {
    right: 41.66667%;
    left: auto; }
  .small-push-6 {
    left: 50%;
    right: auto; }
  .small-pull-6 {
    right: 50%;
    left: auto; }
  .small-push-7 {
    left: 58.33333%;
    right: auto; }
  .small-pull-7 {
    right: 58.33333%;
    left: auto; }
  .small-push-8 {
    left: 66.66667%;
    right: auto; }
  .small-pull-8 {
    right: 66.66667%;
    left: auto; }
  .small-push-9 {
    left: 75%;
    right: auto; }
  .small-pull-9 {
    right: 75%;
    left: auto; }
  .small-push-10 {
    left: 83.33333%;
    right: auto; }
  .small-pull-10 {
    right: 83.33333%;
    left: auto; }
  .small-push-11 {
    left: 91.66667%;
    right: auto; }
  .small-pull-11 {
    right: 91.66667%;
    left: auto; }
  .column,
  .columns {
    position: relative;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    float: left; }
  .small-1 {
    width: 8.33333%; }
  .small-2 {
    width: 16.66667%; }
  .small-3 {
    width: 25%; }
  .small-4 {
    width: 33.33333%; }
  .small-5 {
    width: 41.66667%; }
  .small-6 {
    width: 50%; }
  .small-7 {
    width: 58.33333%; }
  .small-8 {
    width: 66.66667%; }
  .small-9 {
    width: 75%; }
  .small-10 {
    width: 83.33333%; }
  .small-11 {
    width: 91.66667%; }
  .small-12 {
    width: 100%; }
  [class*="column"] + [class*="column"]:last-child {
    float: right; }
  [class*="column"] + [class*="column"].end {
    float: left; }
  .small-offset-0 {
    margin-left: 0% !important; }
  .small-offset-1 {
    margin-left: 8.33333% !important; }
  .small-offset-2 {
    margin-left: 16.66667% !important; }
  .small-offset-3 {
    margin-left: 25% !important; }
  .small-offset-4 {
    margin-left: 33.33333% !important; }
  .small-offset-5 {
    margin-left: 41.66667% !important; }
  .small-offset-6 {
    margin-left: 50% !important; }
  .small-offset-7 {
    margin-left: 58.33333% !important; }
  .small-offset-8 {
    margin-left: 66.66667% !important; }
  .small-offset-9 {
    margin-left: 75% !important; }
  .small-offset-10 {
    margin-left: 83.33333% !important; }
  .small-offset-11 {
    margin-left: 91.66667% !important; }
  .small-reset-order,
  .small-reset-order {
    margin-left: 0;
    margin-right: 0;
    left: auto;
    right: auto;
    float: left; } }

@media only screen and (min-width: 37.626em) {
  .column.medium-centered,
  .columns.medium-centered {
    margin-left: auto;
    margin-right: auto;
    float: none; }
  .column.medium-uncentered,
  .columns.medium-uncentered {
    margin-left: 0;
    margin-right: 0;
    float: left; }
  .column.medium-uncentered.opposite,
  .columns.medium-uncentered.opposite {
    float: right; }
  .medium-push-0 {
    left: 0%;
    right: auto; }
  .medium-pull-0 {
    right: 0%;
    left: auto; }
  .medium-push-1 {
    left: 8.33333%;
    right: auto; }
  .medium-pull-1 {
    right: 8.33333%;
    left: auto; }
  .medium-push-2 {
    left: 16.66667%;
    right: auto; }
  .medium-pull-2 {
    right: 16.66667%;
    left: auto; }
  .medium-push-3 {
    left: 25%;
    right: auto; }
  .medium-pull-3 {
    right: 25%;
    left: auto; }
  .medium-push-4 {
    left: 33.33333%;
    right: auto; }
  .medium-pull-4 {
    right: 33.33333%;
    left: auto; }
  .medium-push-5 {
    left: 41.66667%;
    right: auto; }
  .medium-pull-5 {
    right: 41.66667%;
    left: auto; }
  .medium-push-6 {
    left: 50%;
    right: auto; }
  .medium-pull-6 {
    right: 50%;
    left: auto; }
  .medium-push-7 {
    left: 58.33333%;
    right: auto; }
  .medium-pull-7 {
    right: 58.33333%;
    left: auto; }
  .medium-push-8 {
    left: 66.66667%;
    right: auto; }
  .medium-pull-8 {
    right: 66.66667%;
    left: auto; }
  .medium-push-9 {
    left: 75%;
    right: auto; }
  .medium-pull-9 {
    right: 75%;
    left: auto; }
  .medium-push-10 {
    left: 83.33333%;
    right: auto; }
  .medium-pull-10 {
    right: 83.33333%;
    left: auto; }
  .medium-push-11 {
    left: 91.66667%;
    right: auto; }
  .medium-pull-11 {
    right: 91.66667%;
    left: auto; }
  .column,
  .columns {
    position: relative;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    float: left; }
  .medium-1 {
    width: 8.33333%; }
  .medium-2 {
    width: 16.66667%; }
  .medium-3 {
    width: 25%; }
  .medium-4 {
    width: 33.33333%; }
  .medium-5 {
    width: 41.66667%; }
  .medium-6 {
    width: 50%; }
  .medium-7 {
    width: 58.33333%; }
  .medium-8 {
    width: 66.66667%; }
  .medium-9 {
    width: 75%; }
  .medium-10 {
    width: 83.33333%; }
  .medium-11 {
    width: 91.66667%; }
  .medium-12 {
    width: 100%; }
  [class*="column"] + [class*="column"]:last-child {
    float: right; }
  [class*="column"] + [class*="column"].end {
    float: left; }
  .medium-offset-0 {
    margin-left: 0% !important; }
  .medium-offset-1 {
    margin-left: 8.33333% !important; }
  .medium-offset-2 {
    margin-left: 16.66667% !important; }
  .medium-offset-3 {
    margin-left: 25% !important; }
  .medium-offset-4 {
    margin-left: 33.33333% !important; }
  .medium-offset-5 {
    margin-left: 41.66667% !important; }
  .medium-offset-6 {
    margin-left: 50% !important; }
  .medium-offset-7 {
    margin-left: 58.33333% !important; }
  .medium-offset-8 {
    margin-left: 66.66667% !important; }
  .medium-offset-9 {
    margin-left: 75% !important; }
  .medium-offset-10 {
    margin-left: 83.33333% !important; }
  .medium-offset-11 {
    margin-left: 91.66667% !important; }
  .medium-reset-order,
  .medium-reset-order {
    margin-left: 0;
    margin-right: 0;
    left: auto;
    right: auto;
    float: left; }
  .push-0 {
    left: 0%;
    right: auto; }
  .pull-0 {
    right: 0%;
    left: auto; }
  .push-1 {
    left: 8.33333%;
    right: auto; }
  .pull-1 {
    right: 8.33333%;
    left: auto; }
  .push-2 {
    left: 16.66667%;
    right: auto; }
  .pull-2 {
    right: 16.66667%;
    left: auto; }
  .push-3 {
    left: 25%;
    right: auto; }
  .pull-3 {
    right: 25%;
    left: auto; }
  .push-4 {
    left: 33.33333%;
    right: auto; }
  .pull-4 {
    right: 33.33333%;
    left: auto; }
  .push-5 {
    left: 41.66667%;
    right: auto; }
  .pull-5 {
    right: 41.66667%;
    left: auto; }
  .push-6 {
    left: 50%;
    right: auto; }
  .pull-6 {
    right: 50%;
    left: auto; }
  .push-7 {
    left: 58.33333%;
    right: auto; }
  .pull-7 {
    right: 58.33333%;
    left: auto; }
  .push-8 {
    left: 66.66667%;
    right: auto; }
  .pull-8 {
    right: 66.66667%;
    left: auto; }
  .push-9 {
    left: 75%;
    right: auto; }
  .pull-9 {
    right: 75%;
    left: auto; }
  .push-10 {
    left: 83.33333%;
    right: auto; }
  .pull-10 {
    right: 83.33333%;
    left: auto; }
  .push-11 {
    left: 91.66667%;
    right: auto; }
  .pull-11 {
    right: 91.66667%;
    left: auto; } }

@media only screen and (min-width: 53em) {
  .column.large-centered,
  .columns.large-centered {
    margin-left: auto;
    margin-right: auto;
    float: none; }
  .column.large-uncentered,
  .columns.large-uncentered {
    margin-left: 0;
    margin-right: 0;
    float: left; }
  .column.large-uncentered.opposite,
  .columns.large-uncentered.opposite {
    float: right; }
  .large-push-0 {
    left: 0%;
    right: auto; }
  .large-pull-0 {
    right: 0%;
    left: auto; }
  .large-push-1 {
    left: 8.33333%;
    right: auto; }
  .large-pull-1 {
    right: 8.33333%;
    left: auto; }
  .large-push-2 {
    left: 16.66667%;
    right: auto; }
  .large-pull-2 {
    right: 16.66667%;
    left: auto; }
  .large-push-3 {
    left: 25%;
    right: auto; }
  .large-pull-3 {
    right: 25%;
    left: auto; }
  .large-push-4 {
    left: 33.33333%;
    right: auto; }
  .large-pull-4 {
    right: 33.33333%;
    left: auto; }
  .large-push-5 {
    left: 41.66667%;
    right: auto; }
  .large-pull-5 {
    right: 41.66667%;
    left: auto; }
  .large-push-6 {
    left: 50%;
    right: auto; }
  .large-pull-6 {
    right: 50%;
    left: auto; }
  .large-push-7 {
    left: 58.33333%;
    right: auto; }
  .large-pull-7 {
    right: 58.33333%;
    left: auto; }
  .large-push-8 {
    left: 66.66667%;
    right: auto; }
  .large-pull-8 {
    right: 66.66667%;
    left: auto; }
  .large-push-9 {
    left: 75%;
    right: auto; }
  .large-pull-9 {
    right: 75%;
    left: auto; }
  .large-push-10 {
    left: 83.33333%;
    right: auto; }
  .large-pull-10 {
    right: 83.33333%;
    left: auto; }
  .large-push-11 {
    left: 91.66667%;
    right: auto; }
  .large-pull-11 {
    right: 91.66667%;
    left: auto; }
  .column,
  .columns {
    position: relative;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    float: left; }
  .large-1 {
    width: 8.33333%; }
  .large-2 {
    width: 16.66667%; }
  .large-3 {
    width: 25%; }
  .large-4 {
    width: 33.33333%; }
  .large-5 {
    width: 41.66667%; }
  .large-6 {
    width: 50%; }
  .large-7 {
    width: 58.33333%; }
  .large-8 {
    width: 66.66667%; }
  .large-9 {
    width: 75%; }
  .large-10 {
    width: 83.33333%; }
  .large-11 {
    width: 91.66667%; }
  .large-12 {
    width: 100%; }
  [class*="column"] + [class*="column"]:last-child {
    float: right; }
  [class*="column"] + [class*="column"].end {
    float: left; }
  .large-offset-0 {
    margin-left: 0% !important; }
  .large-offset-1 {
    margin-left: 8.33333% !important; }
  .large-offset-2 {
    margin-left: 16.66667% !important; }
  .large-offset-3 {
    margin-left: 25% !important; }
  .large-offset-4 {
    margin-left: 33.33333% !important; }
  .large-offset-5 {
    margin-left: 41.66667% !important; }
  .large-offset-6 {
    margin-left: 50% !important; }
  .large-offset-7 {
    margin-left: 58.33333% !important; }
  .large-offset-8 {
    margin-left: 66.66667% !important; }
  .large-offset-9 {
    margin-left: 75% !important; }
  .large-offset-10 {
    margin-left: 83.33333% !important; }
  .large-offset-11 {
    margin-left: 91.66667% !important; }
  .large-reset-order,
  .large-reset-order {
    margin-left: 0;
    margin-right: 0;
    left: auto;
    right: auto;
    float: left; }
  .push-0 {
    left: 0%;
    right: auto; }
  .pull-0 {
    right: 0%;
    left: auto; }
  .push-1 {
    left: 8.33333%;
    right: auto; }
  .pull-1 {
    right: 8.33333%;
    left: auto; }
  .push-2 {
    left: 16.66667%;
    right: auto; }
  .pull-2 {
    right: 16.66667%;
    left: auto; }
  .push-3 {
    left: 25%;
    right: auto; }
  .pull-3 {
    right: 25%;
    left: auto; }
  .push-4 {
    left: 33.33333%;
    right: auto; }
  .pull-4 {
    right: 33.33333%;
    left: auto; }
  .push-5 {
    left: 41.66667%;
    right: auto; }
  .pull-5 {
    right: 41.66667%;
    left: auto; }
  .push-6 {
    left: 50%;
    right: auto; }
  .pull-6 {
    right: 50%;
    left: auto; }
  .push-7 {
    left: 58.33333%;
    right: auto; }
  .pull-7 {
    right: 58.33333%;
    left: auto; }
  .push-8 {
    left: 66.66667%;
    right: auto; }
  .pull-8 {
    right: 66.66667%;
    left: auto; }
  .push-9 {
    left: 75%;
    right: auto; }
  .pull-9 {
    right: 75%;
    left: auto; }
  .push-10 {
    left: 83.33333%;
    right: auto; }
  .pull-10 {
    right: 83.33333%;
    left: auto; }
  .push-11 {
    left: 91.66667%;
    right: auto; }
  .pull-11 {
    right: 91.66667%;
    left: auto; } }

.label {
  font-weight: normal;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  text-align: center;
  text-decoration: none;
  line-height: 1;
  white-space: nowrap;
  display: inline-block;
  position: relative;
  margin-bottom: inherit;
  padding: 0.25rem 0.5rem 0.375rem;
  font-size: 0.6875rem;
  background-color: #1f4a9e;
  color: #fff; }
  .label.radius {
    -webkit-border-radius: 3px;
    border-radius: 3px; }
  .label.round {
    -webkit-border-radius: 1000px;
    border-radius: 1000px; }
  .label.alert {
    background-color: #f04124;
    color: #fff; }
  .label.success {
    background-color: #43AC6A;
    color: #fff; }
  .label.secondary {
    background-color: #e7e7e7;
    color: #333; }

.side-nav {
  display: block;
  margin: 0;
  padding: 0.875rem 0;
  list-style-type: none;
  list-style-position: inside;
  font-family: Verdana, Arial, Helvetica, sans-serif; }
  .side-nav li {
    margin: 0 0 0.4375rem 0;
    font-size: 0.875rem; }
    .side-nav li a:not(.button) {
      display: block;
      color: #1f4a9e; }
      .side-nav li a:not(.button):hover, .side-nav li a:not(.button):focus {
        color: #4376da; }
    .side-nav li.active > a:first-child:not(.button) {
      color: #4376da;
      font-weight: normal;
      font-family: Verdana, Arial, Helvetica, sans-serif; }
    .side-nav li.divider {
      border-top: 1px solid;
      height: 0;
      padding: 0;
      list-style: none;
      border-top-color: white; }

table {
  background: #fff;
  margin-bottom: 1.25rem;
  border: solid 1px #ddd; }
  table thead,
  table tfoot {
    background: #f5f5f5; }
    table thead tr th,
    table thead tr td,
    table tfoot tr th,
    table tfoot tr td {
      padding: 0.5rem 0.625rem 0.625rem;
      font-size: 0.875rem;
      font-weight: bold;
      color: #222;
      text-align: left; }
  table tr th,
  table tr td {
    padding: 0.5625rem 0.625rem;
    font-size: 0.875rem;
    color: #222; }
  table tr.even, table tr.alt, table tr:nth-of-type(even) {
    background: #f9f9f9; }
  table thead tr th,
  table tfoot tr th,
  table tbody tr td,
  table tr td,
  table tfoot tr td {
    display: table-cell;
    line-height: 1.125rem; }

.tabs {
  *zoom: 1;
  margin-bottom: 0 !important; }
  .tabs:before, .tabs:after {
    content: " ";
    display: table; }
  .tabs:after {
    clear: both; }
  .tabs dd {
    position: relative;
    margin-bottom: 0 !important;
    top: 1px;
    float: left; }
    .tabs dd > a {
      display: block;
      background: #efefef;
      color: #222;
      padding-top: 1rem;
      padding-right: 2rem;
      padding-bottom: 1.0625rem;
      padding-left: 2rem;
      font-family: Verdana, Arial, Helvetica, sans-serif;
      font-size: 1rem; }
      .tabs dd > a:hover {
        background: #e1e1e1; }
    .tabs dd.active a {
      background: #fff; }
  .tabs.radius dd:first-child a {
    -moz-border-radius-bottomleft: 3px;
    -moz-border-radius-topleft: 3px;
    -webkit-border-bottom-left-radius: 3px;
    -webkit-border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px; }
  .tabs.radius dd:last-child a {
    -moz-border-radius-bottomright: 3px;
    -moz-border-radius-topright: 3px;
    -webkit-border-bottom-right-radius: 3px;
    -webkit-border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    border-top-right-radius: 3px; }
  .tabs.vertical dd {
    position: inherit;
    float: none;
    display: block;
    top: auto; }

.tabs-content {
  *zoom: 1;
  margin-bottom: 1.5rem;
  width: 100%; }
  .tabs-content:before, .tabs-content:after {
    content: " ";
    display: table; }
  .tabs-content:after {
    clear: both; }
  .tabs-content > .content {
    display: none;
    float: left;
    padding: 0.9375rem 0;
    width: 100%; }
    .tabs-content > .content.active {
      display: block; }
    .tabs-content > .content.contained {
      padding: 0.9375rem; }
  .tabs-content.vertical {
    display: block; }
    .tabs-content.vertical > .content {
      padding: 0 0.9375rem; }

@media only screen and (min-width: 37.626em) {
  .tabs.vertical {
    width: 20%;
    float: left;
    margin-bottom: 1.25rem; }
  .tabs-content.vertical {
    width: 80%;
    float: left;
    margin-left: -1px; } }

.text-left {
  text-align: left !important; }

.text-right {
  text-align: right !important; }

.text-center {
  text-align: center !important; }

.text-justify {
  text-align: justify !important; }

@media only screen and (max-width: 37.625em) {
  .small-only-text-left {
    text-align: left !important; }
  .small-only-text-right {
    text-align: right !important; }
  .small-only-text-center {
    text-align: center !important; }
  .small-only-text-justify {
    text-align: justify !important; } }

@media only screen {
  .small-text-left {
    text-align: left !important; }
  .small-text-right {
    text-align: right !important; }
  .small-text-center {
    text-align: center !important; }
  .small-text-justify {
    text-align: justify !important; } }

@media only screen and (min-width: 37.626em) and (max-width: 52.99em) {
  .medium-only-text-left {
    text-align: left !important; }
  .medium-only-text-right {
    text-align: right !important; }
  .medium-only-text-center {
    text-align: center !important; }
  .medium-only-text-justify {
    text-align: justify !important; } }

@media only screen and (min-width: 37.626em) {
  .medium-text-left {
    text-align: left !important; }
  .medium-text-right {
    text-align: right !important; }
  .medium-text-center {
    text-align: center !important; }
  .medium-text-justify {
    text-align: justify !important; } }

@media only screen and (min-width: 53em) and (max-width: 999999999999) {
  .large-only-text-left {
    text-align: left !important; }
  .large-only-text-right {
    text-align: right !important; }
  .large-only-text-center {
    text-align: center !important; }
  .large-only-text-justify {
    text-align: justify !important; } }

@media only screen and (min-width: 53em) {
  .large-text-left {
    text-align: left !important; }
  .large-text-right {
    text-align: right !important; }
  .large-text-center {
    text-align: center !important; }
  .large-text-justify {
    text-align: justify !important; } }

@media only screen and (min-width: 90.0625em) and (max-width: 120em) {
  .xlarge-only-text-left {
    text-align: left !important; }
  .xlarge-only-text-right {
    text-align: right !important; }
  .xlarge-only-text-center {
    text-align: center !important; }
  .xlarge-only-text-justify {
    text-align: justify !important; } }

@media only screen and (min-width: 90.0625em) {
  .xlarge-text-left {
    text-align: left !important; }
  .xlarge-text-right {
    text-align: right !important; }
  .xlarge-text-center {
    text-align: center !important; }
  .xlarge-text-justify {
    text-align: justify !important; } }

@media only screen and (min-width: 120.0625em) and (max-width: 6249999.9375em) {
  .xxlarge-only-text-left {
    text-align: left !important; }
  .xxlarge-only-text-right {
    text-align: right !important; }
  .xxlarge-only-text-center {
    text-align: center !important; }
  .xxlarge-only-text-justify {
    text-align: justify !important; } }

@media only screen and (min-width: 120.0625em) {
  .xxlarge-text-left {
    text-align: left !important; }
  .xxlarge-text-right {
    text-align: right !important; }
  .xxlarge-text-center {
    text-align: center !important; }
  .xxlarge-text-justify {
    text-align: justify !important; } }

/* Typography resets */
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0; }

/* Default Link Styles */
a {
  color: #1f4a9e;
  text-decoration: none;
  line-height: inherit; }
  a:hover, a:focus {
    color: #1b4088; }
  a img {
    border: none; }

/* Default paragraph styles */
p {
  font-family: inherit;
  font-weight: normal;
  font-size: 1rem;
  line-height: 1.6;
  margin-bottom: 1.25rem;
  text-rendering: optimizeLegibility; }
  p.lead {
    font-size: 1.21875rem;
    line-height: 1.6; }
  p aside {
    font-size: 0.875rem;
    line-height: 1.35;
    font-style: italic; }

/* Default header styles */
h1, h2, h3, h4, h5, h6 {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-weight: normal;
  font-style: normal;
  color: #222;
  text-rendering: optimizeLegibility;
  margin-top: 0.2rem;
  margin-bottom: 0.5rem;
  line-height: 1.4; }
  h1 small, h2 small, h3 small, h4 small, h5 small, h6 small {
    font-size: 60%;
    color: #6f6f6f;
    line-height: 0; }

h1 {
  font-size: 0.3125rem; }

h2 {
  font-size: 0.1875rem; }

h3 {
  font-size: 1.375rem; }

h4 {
  font-size: 1.125rem; }

h5 {
  font-size: 1.125rem; }

h6 {
  font-size: 1rem; }

.subheader {
  line-height: 1.4;
  color: #6f6f6f;
  font-weight: normal;
  margin-top: 0.2rem;
  margin-bottom: 0.5rem; }

hr {
  border: solid #ddd;
  border-width: 1px 0 0;
  clear: both;
  margin: 1.25rem 0 1.1875rem;
  height: 0; }

/* Helpful Typography Defaults */
em,
i {
  font-style: italic;
  line-height: inherit; }

strong,
b {
  font-weight: bold;
  line-height: inherit; }

small {
  font-size: 60%;
  line-height: inherit; }

code {
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  font-weight: bold;
  color: #bd260d; }

/* Lists */
ul,
ol,
dl {
  font-size: 1rem;
  line-height: 1.6;
  margin-bottom: 1.25rem;
  list-style-position: outside;
  font-family: inherit; }

ul {
  margin-left: 1.1rem; }
  ul.no-bullet {
    margin-left: 0; }
    ul.no-bullet li ul,
    ul.no-bullet li ol {
      margin-left: 1.25rem;
      margin-bottom: 0;
      list-style: none; }

/* Unordered Lists */
ul li ul,
ul li ol {
  margin-left: 1.25rem;
  margin-bottom: 0; }

ul.square li ul, ul.circle li ul, ul.disc li ul {
  list-style: inherit; }

ul.square {
  list-style-type: square;
  margin-left: 1.1rem; }

ul.circle {
  list-style-type: circle;
  margin-left: 1.1rem; }

ul.disc {
  list-style-type: disc;
  margin-left: 1.1rem; }

ul.no-bullet {
  list-style: none; }

/* Ordered Lists */
ol {
  margin-left: 1.4rem; }
  ol li ul,
  ol li ol {
    margin-left: 1.25rem;
    margin-bottom: 0; }

/* Definition Lists */
dl dt {
  margin-bottom: 0.3rem;
  font-weight: bold; }

dl dd {
  margin-bottom: 0.75rem; }

/* Abbreviations */
abbr,
acronym {
  text-transform: uppercase;
  font-size: 90%;
  color: #222;
  border-bottom: 1px dotted #ddd;
  cursor: help; }

abbr {
  text-transform: none; }

/* Blockquotes */
blockquote {
  margin: 0 0 1.25rem;
  padding: 0.5625rem 1.25rem 0 1.1875rem;
  border-left: 1px solid #ddd; }
  blockquote cite {
    display: block;
    font-size: 0.8125rem;
    color: #555555; }
    blockquote cite:before {
      content: "\2014 \0020"; }
    blockquote cite a,
    blockquote cite a:visited {
      color: #555555; }

blockquote,
blockquote p {
  line-height: 1.6;
  color: #6f6f6f; }

/* Microformats */
.vcard {
  display: inline-block;
  margin: 0 0 1.25rem 0;
  border: 1px solid #ddd;
  padding: 0.625rem 0.75rem; }
  .vcard li {
    margin: 0;
    display: block; }
  .vcard .fn {
    font-weight: bold;
    font-size: 0.9375rem; }

.vevent .summary {
  font-weight: bold; }

.vevent abbr {
  cursor: default;
  text-decoration: none;
  font-weight: bold;
  border: none;
  padding: 0 0.0625rem; }

@media only screen and (min-width: 37.626em) {
  h1, h2, h3, h4, h5, h6 {
    line-height: 1.4; }
  h1 {
    font-size: 0.9375rem; }
  h2 {
    font-size: 0.8125rem; }
  h3 {
    font-size: 1.6875rem; }
  h4 {
    font-size: 1.4375rem; } }

/*
       * Print styles.
       *
       * Inlined to avoid required HTTP connection: www.phpied.com/delay-loading-your-print-css/
       * Credit to Paul Irish and HTML5 Boilerplate (html5boilerplate.com)
      */
.print-only {
  display: none !important; }

@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster: h5bp.com/s */
    box-shadow: none !important;
    text-shadow: none !important; }
  a,
  a:visited {
    text-decoration: underline; }
  a[href]:after {
    content: " (" attr(href) ")"; }
  abbr[title]:after {
    content: " (" attr(title) ")"; }
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: ""; }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }
  thead {
    display: table-header-group;
    /* h5bp.com/t */ }
  tr,
  img {
    page-break-inside: avoid; }
  img {
    max-width: 100% !important; }
  @page {
    margin: 0.5cm; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; }
  .hide-on-print {
    display: none !important; }
  .print-only {
    display: block !important; }
  .hide-for-print {
    display: none !important; }
  .show-for-print {
    display: inherit !important; } }

.text-left {
  text-align: left !important; }

.text-right {
  text-align: right !important; }

.text-center {
  text-align: center !important; }

.text-justify {
  text-align: justify !important; }

@media only screen and (max-width: 37.625em) {
  .small-only-text-left {
    text-align: left !important; }
  .small-only-text-right {
    text-align: right !important; }
  .small-only-text-center {
    text-align: center !important; }
  .small-only-text-justify {
    text-align: justify !important; } }

@media only screen {
  .small-text-left {
    text-align: left !important; }
  .small-text-right {
    text-align: right !important; }
  .small-text-center {
    text-align: center !important; }
  .small-text-justify {
    text-align: justify !important; } }

@media only screen and (min-width: 37.626em) and (max-width: 52.99em) {
  .medium-only-text-left {
    text-align: left !important; }
  .medium-only-text-right {
    text-align: right !important; }
  .medium-only-text-center {
    text-align: center !important; }
  .medium-only-text-justify {
    text-align: justify !important; } }

@media only screen and (min-width: 37.626em) {
  .medium-text-left {
    text-align: left !important; }
  .medium-text-right {
    text-align: right !important; }
  .medium-text-center {
    text-align: center !important; }
  .medium-text-justify {
    text-align: justify !important; } }

@media only screen and (min-width: 53em) and (max-width: 999999999999) {
  .large-only-text-left {
    text-align: left !important; }
  .large-only-text-right {
    text-align: right !important; }
  .large-only-text-center {
    text-align: center !important; }
  .large-only-text-justify {
    text-align: justify !important; } }

@media only screen and (min-width: 53em) {
  .large-text-left {
    text-align: left !important; }
  .large-text-right {
    text-align: right !important; }
  .large-text-center {
    text-align: center !important; }
  .large-text-justify {
    text-align: justify !important; } }

@media only screen and (min-width: 90.0625em) and (max-width: 120em) {
  .xlarge-only-text-left {
    text-align: left !important; }
  .xlarge-only-text-right {
    text-align: right !important; }
  .xlarge-only-text-center {
    text-align: center !important; }
  .xlarge-only-text-justify {
    text-align: justify !important; } }

@media only screen and (min-width: 90.0625em) {
  .xlarge-text-left {
    text-align: left !important; }
  .xlarge-text-right {
    text-align: right !important; }
  .xlarge-text-center {
    text-align: center !important; }
  .xlarge-text-justify {
    text-align: justify !important; } }

@media only screen and (min-width: 120.0625em) and (max-width: 6249999.9375em) {
  .xxlarge-only-text-left {
    text-align: left !important; }
  .xxlarge-only-text-right {
    text-align: right !important; }
  .xxlarge-only-text-center {
    text-align: center !important; }
  .xxlarge-only-text-justify {
    text-align: justify !important; } }

@media only screen and (min-width: 120.0625em) {
  .xxlarge-text-left {
    text-align: left !important; }
  .xxlarge-text-right {
    text-align: right !important; }
  .xxlarge-text-center {
    text-align: center !important; }
  .xxlarge-text-justify {
    text-align: justify !important; } }

meta.foundation-mq-topbar {
  font-family: "/only screen and (min-width:48em)/";
  width: 48em; }

/* Wrapped around .top-bar to contain to grid width */
.contain-to-grid {
  width: 100%;
  background: #1f4a9e; }
  .contain-to-grid .top-bar {
    margin-bottom: 0; }

.fixed {
  width: 100%;
  left: 0;
  position: fixed;
  top: 0;
  z-index: 99; }
  .fixed.expanded:not(.top-bar) {
    overflow-y: auto;
    height: auto;
    width: 100%;
    max-height: 100%; }
    .fixed.expanded:not(.top-bar) .title-area {
      position: fixed;
      width: 100%;
      z-index: 99; }
    .fixed.expanded:not(.top-bar) .top-bar-section {
      z-index: 98;
      margin-top: 35px; }

.top-bar {
  overflow: hidden;
  height: 35px;
  line-height: 35px;
  position: relative;
  background: #1f4a9e;
  margin-bottom: 0; }
  .top-bar ul {
    margin-bottom: 0;
    list-style: none; }
  .top-bar .row {
    max-width: none; }
  .top-bar form,
  .top-bar input {
    margin-bottom: 0; }
  .top-bar input {
    height: auto;
    padding-top: .35rem;
    padding-bottom: .35rem;
    font-size: 0.75rem; }
  .top-bar .button {
    padding-top: .45rem;
    padding-bottom: .35rem;
    margin-bottom: 0;
    font-size: 0.75rem; }
  .top-bar .title-area {
    position: relative;
    margin: 0; }
  .top-bar .name {
    height: 35px;
    margin: 0;
    font-size: 16px; }
    .top-bar .name h1 {
      line-height: 35px;
      font-size: 1.0625rem;
      margin: 0; }
      .top-bar .name h1 a {
        font-weight: normal;
        color: #fff;
        width: 50%;
        display: block;
        padding: 0 11.66667px; }
  .top-bar .toggle-topbar {
    position: absolute;
    right: 0;
    top: 0; }
    .top-bar .toggle-topbar a {
      color: #fff;
      text-transform: uppercase;
      font-size: 0.8125rem;
      font-weight: bold;
      position: relative;
      display: block;
      padding: 0 11.66667px;
      height: 35px;
      line-height: 35px; }
    .top-bar .toggle-topbar.menu-icon {
      right: 11.66667px;
      top: 50%;
      margin-top: -16px;
      padding-left: 40px; }
      .top-bar .toggle-topbar.menu-icon a {
        height: 34px;
        line-height: 33px;
        padding: 0;
        padding-right: 25px;
        color: #fff;
        position: relative; }
        .top-bar .toggle-topbar.menu-icon a::after {
          content: "";
          position: absolute;
          right: 0;
          display: block;
          width: 16px;
          top: 0;
          height: 0;
          -webkit-box-shadow: 0 10px 0 1px #fff, 0 16px 0 1px #fff, 0 22px 0 1px #fff;
          box-shadow: 0 10px 0 1px #fff, 0 16px 0 1px #fff, 0 22px 0 1px #fff; }
  .top-bar.expanded {
    height: auto;
    background: transparent; }
    .top-bar.expanded .title-area {
      background: #1f4a9e; }
    .top-bar.expanded .toggle-topbar a {
      color: #888; }
      .top-bar.expanded .toggle-topbar a span {
        -webkit-box-shadow: 0 10px 0 1px #888, 0 16px 0 1px #888, 0 22px 0 1px #888;
        box-shadow: 0 10px 0 1px #888, 0 16px 0 1px #888, 0 22px 0 1px #888; }

.top-bar-section {
  left: 0;
  position: relative;
  width: auto;
  -webkit-transition: left 300ms ease-out;
  -moz-transition: left 300ms ease-out;
  transition: left 300ms ease-out; }
  .top-bar-section ul {
    width: 100%;
    height: auto;
    display: block;
    background: #1f4a9e;
    font-size: 16px;
    margin: 0; }
  .top-bar-section .divider,
  .top-bar-section [role="separator"] {
    border-top: solid 1px #1a1a1a;
    clear: both;
    height: 1px;
    width: 100%; }
  .top-bar-section ul li > a {
    display: block;
    width: 100%;
    color: #fff;
    padding: 12px 0 12px 0;
    padding-left: 11.66667px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 0.8125rem;
    font-weight: bold;
    background: #1f4a9e; }
    .top-bar-section ul li > a.button {
      background: #1f4a9e;
      font-size: 0.8125rem;
      padding-right: 11.66667px;
      padding-left: 11.66667px; }
      .top-bar-section ul li > a.button:hover {
        background: #173673; }
    .top-bar-section ul li > a.button.secondary {
      background: #e7e7e7; }
      .top-bar-section ul li > a.button.secondary:hover {
        background: #cecece; }
    .top-bar-section ul li > a.button.success {
      background: #43AC6A; }
      .top-bar-section ul li > a.button.success:hover {
        background: #358854; }
    .top-bar-section ul li > a.button.alert {
      background: #f04124; }
      .top-bar-section ul li > a.button.alert:hover {
        background: #d42b0f; }
  .top-bar-section ul li:hover > a {
    background: #272727;
    color: #fff; }
  .top-bar-section ul li.active > a {
    background: #1f4a9e;
    color: #fff; }
    .top-bar-section ul li.active > a:hover {
      background: #1b4088;
      color: #fff; }
  .top-bar-section .has-form {
    padding: 11.66667px; }
  .top-bar-section .has-dropdown {
    position: relative; }
    .top-bar-section .has-dropdown > a:after {
      content: "";
      display: block;
      width: 0;
      height: 0;
      border: inset 3px;
      border-color: transparent transparent transparent rgba(255, 255, 255, 0);
      border-left-style: solid;
      margin-right: 11.66667px;
      margin-top: -3.5px;
      position: absolute;
      top: 50%;
      right: 0; }
    .top-bar-section .has-dropdown.moved {
      position: static; }
      .top-bar-section .has-dropdown.moved > .dropdown {
        display: block; }
  .top-bar-section .dropdown {
    position: absolute;
    left: 100%;
    top: 0;
    display: none;
    z-index: 99; }
    .top-bar-section .dropdown li {
      width: 100%;
      height: auto; }
      .top-bar-section .dropdown li a {
        font-weight: normal;
        padding: 8px 11.66667px; }
        .top-bar-section .dropdown li a.parent-link {
          font-weight: bold; }
      .top-bar-section .dropdown li.title h5 {
        margin-bottom: 0; }
        .top-bar-section .dropdown li.title h5 a {
          color: #fff;
          line-height: 17.5px;
          display: block; }
      .top-bar-section .dropdown li.has-form {
        padding: 8px 11.66667px; }
      .top-bar-section .dropdown li .button {
        top: auto; }
    .top-bar-section .dropdown label {
      padding: 8px 11.66667px 2px;
      margin-bottom: 0;
      text-transform: uppercase;
      color: #777;
      font-weight: bold;
      font-size: 0.625rem; }

.js-generated {
  display: block; }

@media only screen and (min-width: 48em) {
  .top-bar {
    background: #1f4a9e;
    *zoom: 1;
    overflow: visible; }
    .top-bar:before, .top-bar:after {
      content: " ";
      display: table; }
    .top-bar:after {
      clear: both; }
    .top-bar .toggle-topbar {
      display: none; }
    .top-bar .title-area {
      float: left; }
    .top-bar .name h1 a {
      width: auto; }
    .top-bar input,
    .top-bar .button {
      font-size: 0.875rem;
      position: relative;
      top: 7px; }
    .top-bar.expanded {
      background: #1f4a9e; }
  .contain-to-grid .top-bar {
    max-width: 1220px;
    margin: 0 auto;
    margin-bottom: 0; }
  .top-bar-section {
    -webkit-transition: none 0 0;
    -moz-transition: none 0 0;
    transition: none 0 0;
    left: 0 !important; }
    .top-bar-section ul {
      width: auto;
      height: auto !important;
      display: inline; }
      .top-bar-section ul li {
        float: left; }
        .top-bar-section ul li .js-generated {
          display: none; }
    .top-bar-section li.hover > a:not(.button) {
      background: #272727;
      color: #fff; }
    .top-bar-section li:not(.has-form) a:not(.button) {
      padding: 0 11.66667px;
      line-height: 35px;
      background: #1f4a9e; }
      .top-bar-section li:not(.has-form) a:not(.button):hover {
        background: #272727; }
    .top-bar-section li.active:not(.has-form) a:not(.button) {
      padding: 0 11.66667px;
      line-height: 35px;
      color: #fff;
      background: #1f4a9e; }
      .top-bar-section li.active:not(.has-form) a:not(.button):hover {
        background: #1b4088; }
    .top-bar-section .has-dropdown > a {
      padding-right: 31.66667px !important; }
      .top-bar-section .has-dropdown > a:after {
        content: "";
        display: block;
        width: 0;
        height: 0;
        border: inset 3px;
        border-color: rgba(255, 255, 255, 0) transparent transparent transparent;
        border-top-style: solid;
        margin-top: -1.5px;
        top: 17.5px; }
    .top-bar-section .has-dropdown.moved {
      position: relative; }
      .top-bar-section .has-dropdown.moved > .dropdown {
        display: none; }
    .top-bar-section .has-dropdown.hover > .dropdown, .top-bar-section .has-dropdown.not-click:hover > .dropdown {
      display: block; }
    .top-bar-section .has-dropdown .dropdown li.has-dropdown > a:after {
      border: none;
      content: "\00bb";
      top: 1rem;
      margin-top: -2px;
      right: 5px;
      line-height: 1.2; }
    .top-bar-section .dropdown {
      left: 0;
      top: auto;
      background: transparent;
      min-width: 100%; }
      .top-bar-section .dropdown li a {
        color: #fff;
        line-height: 1;
        white-space: nowrap;
        padding: 12px 11.66667px;
        background: #333; }
      .top-bar-section .dropdown li label {
        white-space: nowrap;
        background: #333; }
      .top-bar-section .dropdown li .dropdown {
        left: 100%;
        top: 0; }
    .top-bar-section > ul > .divider,
    .top-bar-section > ul > [role="separator"] {
      border-bottom: none;
      border-top: none;
      border-right: solid 1px #4e4e4e;
      clear: none;
      height: 35px;
      width: 0; }
    .top-bar-section .has-form {
      background: #1f4a9e;
      padding: 0 11.66667px;
      height: 35px; }
    .top-bar-section .right li .dropdown {
      left: auto;
      right: 0; }
      .top-bar-section .right li .dropdown li .dropdown {
        right: 100%; }
    .top-bar-section .left li .dropdown {
      right: auto;
      left: 0; }
      .top-bar-section .left li .dropdown li .dropdown {
        left: 100%; }
  .no-js .top-bar-section ul li:hover > a {
    background: #272727;
    color: #fff; }
  .no-js .top-bar-section ul li:active > a {
    background: #1f4a9e;
    color: #fff; }
  .no-js .top-bar-section .has-dropdown:hover > .dropdown {
    display: block; } }

.off-canvas-wrap {
  -webkit-backface-visibility: hidden;
  position: relative;
  width: 100%;
  overflow-x: hidden; }
  .off-canvas-wrap.move-right, .off-canvas-wrap.move-left {
    height: 100%; }

.inner-wrap {
  -webkit-backface-visibility: hidden;
  position: relative;
  width: 100%;
  *zoom: 1;
  -webkit-transition: -webkit-transform 500ms ease;
  -moz-transition: -moz-transform 500ms ease;
  -ms-transition: -ms-transform 500ms ease;
  -o-transition: -o-transform 500ms ease;
  transition: transform 500ms ease; }
  .inner-wrap:before, .inner-wrap:after {
    content: " ";
    display: table; }
  .inner-wrap:after {
    clear: both; }

nav.tab-bar {
  -webkit-backface-visibility: hidden;
  background: #333;
  color: #FFF;
  height: 2.8125rem;
  line-height: 2.8125rem;
  position: relative; }
  nav.tab-bar h1, nav.tab-bar h2, nav.tab-bar h3, nav.tab-bar h4, nav.tab-bar h5, nav.tab-bar h6 {
    color: #FFF;
    font-weight: bold;
    line-height: 2.8125rem;
    margin: 0; }
  nav.tab-bar h1, nav.tab-bar h2, nav.tab-bar h3, nav.tab-bar h4 {
    font-size: 1.125rem; }

section.left-small {
  width: 2.8125rem;
  height: 2.8125rem;
  position: absolute;
  top: 0;
  border-right: solid 1px #1a1a1a;
  box-shadow: 1px 0 0 #4e4e4e;
  left: 0; }

section.right-small {
  width: 2.8125rem;
  height: 2.8125rem;
  position: absolute;
  top: 0;
  border-left: solid 1px #4e4e4e;
  box-shadow: -1px 0 0 #1a1a1a;
  right: 0; }

section.tab-bar-section {
  padding: 0 0.625rem;
  position: absolute;
  text-align: center;
  height: 2.8125rem;
  top: 0; }
  @media only screen and (min-width: 37.626em) {
    section.tab-bar-section {
      text-align: left; } }
  section.tab-bar-section.left {
    left: 0;
    right: 2.8125rem; }
  section.tab-bar-section.right {
    left: 2.8125rem;
    right: 0; }
  section.tab-bar-section.middle {
    left: 2.8125rem;
    right: 2.8125rem; }

a.menu-icon {
  text-indent: 2.1875rem;
  width: 2.8125rem;
  height: 2.8125rem;
  display: block;
  line-height: 2.0625rem;
  padding: 0;
  color: #fff;
  position: relative; }
  a.menu-icon span {
    position: absolute;
    display: block;
    width: 1rem;
    height: 0;
    left: 0.8125rem;
    top: 0.3125rem;
    -webkit-box-shadow: 1px 10px 1px 1px #FFF, 1px 16px 1px 1px #FFF, 1px 22px 1px 1px #FFF;
    box-shadow: 0 10px 0 1px #FFF, 0 16px 0 1px #FFF, 0 22px 0 1px #FFF; }
  a.menu-icon:hover span {
    -webkit-box-shadow: 1px 10px 1px 1px #b3b3b3, 1px 16px 1px 1px #b3b3b3, 1px 22px 1px 1px #b3b3b3;
    box-shadow: 0 10px 0 1px #b3b3b3, 0 16px 0 1px #b3b3b3, 0 22px 0 1px #b3b3b3; }

.left-off-canvas-menu {
  -webkit-backface-visibility: hidden;
  width: 250px;
  top: 0;
  bottom: 0;
  position: absolute;
  overflow-y: auto;
  background: #333;
  z-index: 1001;
  box-sizing: content-box;
  -webkit-transform: translate3d(-100%, 0, 0);
  -moz-transform: translate3d(-100%, 0, 0);
  -ms-transform: translate3d(-100%, 0, 0);
  -o-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
  left: 0; }
  .left-off-canvas-menu * {
    -webkit-backface-visibility: hidden; }

.right-off-canvas-menu {
  -webkit-backface-visibility: hidden;
  width: 250px;
  top: 0;
  bottom: 0;
  position: absolute;
  overflow-y: auto;
  background: #333;
  z-index: 1001;
  box-sizing: content-box;
  -webkit-transform: translate3d(100%, 0, 0);
  -moz-transform: translate3d(100%, 0, 0);
  -ms-transform: translate3d(100%, 0, 0);
  -o-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
  right: 0; }

ul.off-canvas-list {
  list-style-type: none;
  padding: 0;
  margin: 0; }
  ul.off-canvas-list li label {
    padding: 0.3rem 0.9375rem;
    color: #999;
    text-transform: uppercase;
    font-weight: bold;
    background: #444;
    border-top: 1px solid #5e5e5e;
    border-bottom: none;
    margin: 0; }
  ul.off-canvas-list li a {
    display: block;
    padding: 0.66667rem;
    color: rgba(255, 255, 255, 0.7);
    border-bottom: 1px solid #262626; }

.move-right > .inner-wrap {
  -webkit-transform: translate3d(250px, 0, 0);
  -moz-transform: translate3d(250px, 0, 0);
  -ms-transform: translate3d(250px, 0, 0);
  -o-transform: translate3d(250px, 0, 0);
  transform: translate3d(250px, 0, 0); }

.move-right a.exit-off-canvas {
  -webkit-backface-visibility: hidden;
  transition: background 300ms ease;
  cursor: pointer;
  box-shadow: -4px 0 4px rgba(0, 0, 0, 0.5), 4px 0 4px rgba(0, 0, 0, 0.5);
  display: block;
  position: absolute;
  background: rgba(255, 255, 255, 0.2);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1002;
  -webkit-tap-highlight-color: transparent; }
  @media only screen and (min-width: 37.626em) {
    .move-right a.exit-off-canvas:hover {
      background: rgba(255, 255, 255, 0.05); } }

.move-left > .inner-wrap {
  -webkit-transform: translate3d(-250px, 0, 0);
  -moz-transform: translate3d(-250px, 0, 0);
  -ms-transform: translate3d(-250px, 0, 0);
  -o-transform: translate3d(-250px, 0, 0);
  transform: translate3d(-250px, 0, 0); }

.move-left a.exit-off-canvas {
  -webkit-backface-visibility: hidden;
  transition: background 300ms ease;
  cursor: pointer;
  box-shadow: -4px 0 4px rgba(0, 0, 0, 0.5), 4px 0 4px rgba(0, 0, 0, 0.5);
  display: block;
  position: absolute;
  background: rgba(255, 255, 255, 0.2);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1002;
  -webkit-tap-highlight-color: transparent; }
  @media only screen and (min-width: 37.626em) {
    .move-left a.exit-off-canvas:hover {
      background: rgba(255, 255, 255, 0.05); } }

.csstransforms.no-csstransforms3d .left-off-canvas-menu {
  -webkit-transform: translate(-100%, 0);
  -moz-transform: translate(-100%, 0);
  -ms-transform: translate(-100%, 0);
  -o-transform: translate(-100%, 0);
  transform: translate(-100%, 0); }

.csstransforms.no-csstransforms3d .right-off-canvas-menu {
  -webkit-transform: translate(100%, 0);
  -moz-transform: translate(100%, 0);
  -ms-transform: translate(100%, 0);
  -o-transform: translate(100%, 0);
  transform: translate(100%, 0); }

.csstransforms.no-csstransforms3d .move-left > .inner-wrap {
  -webkit-transform: translate(-250px, 0);
  -moz-transform: translate(-250px, 0);
  -ms-transform: translate(-250px, 0);
  -o-transform: translate(-250px, 0);
  transform: translate(-250px, 0); }

.csstransforms.no-csstransforms3d .move-right > .inner-wrap {
  -webkit-transform: translate(250px, 0);
  -moz-transform: translate(250px, 0);
  -ms-transform: translate(250px, 0);
  -o-transform: translate(250px, 0);
  transform: translate(250px, 0); }

.no-csstransforms .left-off-canvas-menu {
  left: -250px; }

.no-csstransforms .right-off-canvas-menu {
  right: -250px; }

.no-csstransforms .move-left > .inner-wrap {
  right: 250px; }

.no-csstransforms .move-right > .inner-wrap {
  left: 250px; }

/* Foundation Visibility HTML Classes */
.show-for-small,
.show-for-small-only,
.show-for-medium-down,
.show-for-large-down,
.hide-for-medium,
.hide-for-medium-up,
.hide-for-medium-only,
.hide-for-large,
.hide-for-large-up,
.hide-for-large-only,
.hide-for-xlarge,
.hide-for-xlarge-up,
.hide-for-xlarge-only,
.hide-for-xxlarge-up,
.hide-for-xxlarge-only {
  display: inherit !important; }

.hide-for-small,
.hide-for-small-only,
.hide-for-medium-down,
.show-for-medium,
.show-for-medium-up,
.show-for-medium-only,
.hide-for-large-down,
.show-for-large,
.show-for-large-up,
.show-for-large-only,
.show-for-xlarge,
.show-for-xlarge-up,
.show-for-xlarge-only,
.show-for-xxlarge-up,
.show-for-xxlarge-only {
  display: none !important; }

/* Specific visibility for tables */
table.show-for-small, table.show-for-small-only, table.show-for-medium-down, table.show-for-large-down, table.hide-for-medium, table.hide-for-medium-up, table.hide-for-medium-only, table.hide-for-large, table.hide-for-large-up, table.hide-for-large-only, table.hide-for-xlarge, table.hide-for-xlarge-up, table.hide-for-xlarge-only, table.hide-for-xxlarge-up, table.hide-for-xxlarge-only {
  display: table; }

thead.show-for-small, thead.show-for-small-only, thead.show-for-medium-down, thead.show-for-large-down, thead.hide-for-medium, thead.hide-for-medium-up, thead.hide-for-medium-only, thead.hide-for-large, thead.hide-for-large-up, thead.hide-for-large-only, thead.hide-for-xlarge, thead.hide-for-xlarge-up, thead.hide-for-xlarge-only, thead.hide-for-xxlarge-up, thead.hide-for-xxlarge-only {
  display: table-header-group !important; }

tbody.show-for-small, tbody.show-for-small-only, tbody.show-for-medium-down, tbody.show-for-large-down, tbody.hide-for-medium, tbody.hide-for-medium-up, tbody.hide-for-medium-only, tbody.hide-for-large, tbody.hide-for-large-up, tbody.hide-for-large-only, tbody.hide-for-xlarge, tbody.hide-for-xlarge-up, tbody.hide-for-xlarge-only, tbody.hide-for-xxlarge-up, tbody.hide-for-xxlarge-only {
  display: table-row-group !important; }

tr.show-for-small, tr.show-for-small-only, tr.show-for-medium-down, tr.show-for-large-down, tr.hide-for-medium, tr.hide-for-medium-up, tr.hide-for-medium-only, tr.hide-for-large, tr.hide-for-large-up, tr.hide-for-large-only, tr.hide-for-xlarge, tr.hide-for-xlarge-up, tr.hide-for-xlarge-only, tr.hide-for-xxlarge-up, tr.hide-for-xxlarge-only {
  display: table-row !important; }

td.show-for-small, td.show-for-small-only, td.show-for-medium-down, td.show-for-large-down, td.hide-for-medium, td.hide-for-medium-up, td.hide-for-large, td.hide-for-large-up, td.hide-for-xlarge, td.hide-for-xlarge-up, td.hide-for-xxlarge-up,
th.show-for-small,
th.show-for-small-only,
th.show-for-medium-down,
th.show-for-large-down,
th.hide-for-medium,
th.hide-for-medium-up,
th.hide-for-large,
th.hide-for-large-up,
th.hide-for-xlarge,
th.hide-for-xlarge-up,
th.hide-for-xxlarge-up {
  display: table-cell !important; }

/* Medium Displays: 641px and up */
@media only screen and (min-width: 37.626em) {
  .hide-for-small,
  .hide-for-small-only,
  .show-for-medium,
  .show-for-medium-down,
  .show-for-medium-up,
  .show-for-medium-only,
  .hide-for-large,
  .hide-for-large-up,
  .hide-for-large-only,
  .hide-for-xlarge,
  .hide-for-xlarge-up,
  .hide-for-xlarge-only,
  .hide-for-xxlarge-up,
  .hide-for-xxlarge-only {
    display: inherit !important; }
  .show-for-small,
  .show-for-small-only,
  .hide-for-medium,
  .hide-for-medium-down,
  .hide-for-medium-up,
  .hide-for-medium-only,
  .hide-for-large-down,
  .show-for-large,
  .show-for-large-up,
  .show-for-large-only,
  .show-for-xlarge,
  .show-for-xlarge-up,
  .show-for-xlarge-only,
  .show-for-xxlarge-up,
  .show-for-xxlarge-only {
    display: none !important; }
  /* Specific visibility for tables */
  table.hide-for-small, table.hide-for-small-only, table.show-for-medium, table.show-for-medium-down, table.show-for-medium-up, table.show-for-medium-only, table.hide-for-large, table.hide-for-large-up, table.hide-for-large-only, table.hide-for-xlarge, table.hide-for-xlarge-up, table.hide-for-xlarge-only, table.hide-for-xxlarge-up, table.hide-for-xxlarge-only {
    display: table; }
  thead.hide-for-small, thead.hide-for-small-only, thead.show-for-medium, thead.show-for-medium-down, thead.show-for-medium-up, thead.show-for-medium-only, thead.hide-for-large, thead.hide-for-large-up, thead.hide-for-large-only, thead.hide-for-xlarge, thead.hide-for-xlarge-up, thead.hide-for-xlarge-only, thead.hide-for-xxlarge-up, thead.hide-for-xxlarge-only {
    display: table-header-group !important; }
  tbody.hide-for-small, tbody.hide-for-small-only, tbody.show-for-medium, tbody.show-for-medium-down, tbody.show-for-medium-up, tbody.show-for-medium-only, tbody.hide-for-large, tbody.hide-for-large-up, tbody.hide-for-large-only, tbody.hide-for-xlarge, tbody.hide-for-xlarge-up, tbody.hide-for-xlarge-only, tbody.hide-for-xxlarge-up, tbody.hide-for-xxlarge-only {
    display: table-row-group !important; }
  tr.hide-for-small, tr.hide-for-small-only, tr.show-for-medium, tr.show-for-medium-down, tr.show-for-medium-up, tr.show-for-medium-only, tr.hide-for-large, tr.hide-for-large-up, tr.hide-for-large-only, tr.hide-for-xlarge, tr.hide-for-xlarge-up, tr.hide-for-xlarge-only, tr.hide-for-xxlarge-up, tr.hide-for-xxlarge-only {
    display: table-row !important; }
  td.hide-for-small, td.hide-for-small-only, td.show-for-medium, td.show-for-medium-down, td.show-for-medium-up, td.show-for-medium-only, td.hide-for-large, td.hide-for-large-up, td.hide-for-large-only, td.hide-for-xlarge, td.hide-for-xlarge-up, td.hide-for-xlarge-only, td.hide-for-xxlarge-up, td.hide-for-xxlarge-only,
  th.hide-for-small,
  th.hide-for-small-only,
  th.show-for-medium,
  th.show-for-medium-down,
  th.show-for-medium-up,
  th.show-for-medium-only,
  th.hide-for-large,
  th.hide-for-large-up,
  th.hide-for-large-only,
  th.hide-for-xlarge,
  th.hide-for-xlarge-up,
  th.hide-for-xlarge-only,
  th.hide-for-xxlarge-up,
  th.hide-for-xxlarge-only {
    display: table-cell !important; } }

/* Large Displays: 1024px and up */
@media only screen and (min-width: 53em) {
  .hide-for-small,
  .hide-for-small-only,
  .hide-for-medium,
  .hide-for-medium-down,
  .hide-for-medium-only,
  .show-for-medium-up,
  .show-for-large,
  .show-for-large-up,
  .show-for-large-only,
  .hide-for-xlarge,
  .hide-for-xlarge-up,
  .hide-for-xlarge-only,
  .hide-for-xxlarge-up,
  .hide-for-xxlarge-only {
    display: inherit !important; }
  .show-for-small-only,
  .show-for-medium,
  .show-for-medium-down,
  .show-for-medium-only,
  .hide-for-large,
  .hide-for-large-up,
  .hide-for-large-only,
  .show-for-xlarge,
  .show-for-xlarge-up,
  .show-for-xlarge-only,
  .show-for-xxlarge-up,
  .show-for-xxlarge-only {
    display: none !important; }
  /* Specific visibility for tables */
  table.hide-for-small, table.hide-for-small-only, table.hide-for-medium, table.hide-for-medium-down, table.hide-for-medium-only, table.show-for-medium-up, table.show-for-large, table.show-for-large-up, table.show-for-large-only, table.hide-for-xlarge, table.hide-for-xlarge-up, table.hide-for-xlarge-only, table.hide-for-xxlarge-up, table.hide-for-xxlarge-only {
    display: table; }
  thead.hide-for-small, thead.hide-for-small-only, thead.hide-for-medium, thead.hide-for-medium-down, thead.hide-for-medium-only, thead.show-for-medium-up, thead.show-for-large, thead.show-for-large-up, thead.show-for-large-only, thead.hide-for-xlarge, thead.hide-for-xlarge-up, thead.hide-for-xlarge-only, thead.hide-for-xxlarge-up, thead.hide-for-xxlarge-only {
    display: table-header-group !important; }
  tbody.hide-for-small, tbody.hide-for-small-only, tbody.hide-for-medium, tbody.hide-for-medium-down, tbody.hide-for-medium-only, tbody.show-for-medium-up, tbody.show-for-large, tbody.show-for-large-up, tbody.show-for-large-only, tbody.hide-for-xlarge, tbody.hide-for-xlarge-up, tbody.hide-for-xlarge-only, tbody.hide-for-xxlarge-up, tbody.hide-for-xxlarge-only {
    display: table-row-group !important; }
  tr.hide-for-small, tr.hide-for-small-only, tr.hide-for-medium, tr.hide-for-medium-down, tr.hide-for-medium-only, tr.show-for-medium-up, tr.show-for-large, tr.show-for-large-up, tr.show-for-large-only, tr.hide-for-xlarge, tr.hide-for-xlarge-up, tr.hide-for-xlarge-only, tr.hide-for-xxlarge-up, tr.hide-for-xxlarge-only {
    display: table-row !important; }
  td.hide-for-small, td.hide-for-small-only, td.hide-for-medium, td.hide-for-medium-down, td.hide-for-medium-only, td.show-for-medium-up, td.show-for-large, td.show-for-large-up, td.show-for-large-only, td.hide-for-xlarge, td.hide-for-xlarge-up, td.hide-for-xlarge-only, td.hide-for-xxlarge-up, td.hide-for-xxlarge-only,
  th.hide-for-small,
  th.hide-for-small-only,
  th.hide-for-medium,
  th.hide-for-medium-down,
  th.hide-for-medium-only,
  th.show-for-medium-up,
  th.show-for-large,
  th.show-for-large-up,
  th.show-for-large-only,
  th.hide-for-xlarge,
  th.hide-for-xlarge-up,
  th.hide-for-xlarge-only,
  th.hide-for-xxlarge-up,
  th.hide-for-xxlarge-only {
    display: table-cell !important; } }

/* X-Large Displays: 1441 and up */
@media only screen and (min-width: 90.0625em) {
  .hide-for-small,
  .hide-for-small-only,
  .hide-for-medium,
  .hide-for-medium-down,
  .hide-for-medium-only,
  .show-for-medium-up,
  .show-for-large-up,
  .hide-for-large-only,
  .show-for-xlarge,
  .show-for-xlarge-up,
  .show-for-xlarge-only,
  .hide-for-xxlarge-up,
  .hide-for-xxlarge-only {
    display: inherit !important; }
  .show-for-small-only,
  .show-for-medium,
  .show-for-medium-down,
  .show-for-medium-only,
  .show-for-large,
  .show-for-large-only,
  .show-for-large-down,
  .hide-for-xlarge,
  .hide-for-xlarge-up,
  .hide-for-xlarge-only,
  .show-for-xxlarge-up,
  .show-for-xxlarge-only {
    display: none !important; }
  /* Specific visibility for tables */
  table.hide-for-small, table.hide-for-small-only, table.hide-for-medium, table.hide-for-medium-down, table.hide-for-medium-only, table.show-for-medium-up, table.show-for-large-up, table.hide-for-large-only, table.show-for-xlarge, table.show-for-xlarge-up, table.show-for-xlarge-only, table.hide-for-xxlarge-up, table.hide-for-xxlarge-only {
    display: table; }
  thead.hide-for-small, thead.hide-for-small-only, thead.hide-for-medium, thead.hide-for-medium-down, thead.hide-for-medium-only, thead.show-for-medium-up, thead.show-for-large-up, thead.hide-for-large-only, thead.show-for-xlarge, thead.show-for-xlarge-up, thead.show-for-xlarge-only, thead.hide-for-xxlarge-up, thead.hide-for-xxlarge-only {
    display: table-header-group !important; }
  tbody.hide-for-small, tbody.hide-for-small-only, tbody.hide-for-medium, tbody.hide-for-medium-down, tbody.hide-for-medium-only, tbody.show-for-medium-up, tbody.show-for-large-up, tbody.hide-for-large-only, tbody.show-for-xlarge, tbody.show-for-xlarge-up, tbody.show-for-xlarge-only, tbody.hide-for-xxlarge-up, tbody.hide-for-xxlarge-only {
    display: table-row-group !important; }
  tr.hide-for-small, tr.hide-for-small-only, tr.hide-for-medium, tr.hide-for-medium-down, tr.hide-for-medium-only, tr.show-for-medium-up, tr.show-for-large-up, tr.hide-for-large-only, tr.show-for-xlarge, tr.show-for-xlarge-up, tr.show-for-xlarge-only, tr.hide-for-xxlarge-up, tr.hide-for-xxlarge-only {
    display: table-row !important; }
  td.hide-for-small, td.hide-for-small-only, td.hide-for-medium, td.hide-for-medium-down, td.hide-for-medium-only, td.show-for-medium-up, td.show-for-large-up, td.hide-for-large-only, td.show-for-xlarge, td.show-for-xlarge-up, td.show-for-xlarge-only, td.hide-for-xxlarge-up, td.hide-for-xxlarge-only,
  th.hide-for-small,
  th.hide-for-small-only,
  th.hide-for-medium,
  th.hide-for-medium-down,
  th.hide-for-medium-only,
  th.show-for-medium-up,
  th.show-for-large-up,
  th.hide-for-large-only,
  th.show-for-xlarge,
  th.show-for-xlarge-up,
  th.show-for-xlarge-only,
  th.hide-for-xxlarge-up,
  th.hide-for-xxlarge-only {
    display: table-cell !important; } }

/* XX-Large Displays: 1920 and up */
@media only screen and (min-width: 120.0625em) {
  .hide-for-small,
  .hide-for-small-only,
  .hide-for-medium,
  .hide-for-medium-down,
  .hide-for-medium-only,
  .show-for-medium-up,
  .show-for-large-up,
  .hide-for-large-only,
  .hide-for-xlarge-only,
  .show-for-xlarge-up,
  .show-for-xxlarge-up,
  .show-for-xxlarge-only {
    display: inherit !important; }
  .show-for-small-only,
  .show-for-medium,
  .show-for-medium-down,
  .show-for-medium-only,
  .show-for-large,
  .show-for-large-only,
  .show-for-large-down,
  .hide-for-xlarge,
  .show-for-xlarge-only,
  .hide-for-xxlarge-up,
  .hide-for-xxlarge-only {
    display: none !important; }
  /* Specific visibility for tables */
  table.hide-for-small, table.hide-for-small-only, table.hide-for-medium, table.hide-for-medium-down, table.hide-for-medium-only, table.show-for-medium-up, table.show-for-large-up, table.hide-for-xlarge-only, table.show-for-xlarge-up, table.show-for-xxlarge-up, table.show-for-xxlarge-only {
    display: table; }
  thead.hide-for-small, thead.hide-for-small-only, thead.hide-for-medium, thead.hide-for-medium-down, thead.hide-for-medium-only, thead.show-for-medium-up, thead.show-for-large-up, thead.hide-for-xlarge-only, thead.show-for-xlarge-up, thead.show-for-xxlarge-up, thead.show-for-xxlarge-only {
    display: table-header-group !important; }
  tbody.hide-for-small, tbody.hide-for-small-only, tbody.hide-for-medium, tbody.hide-for-medium-down, tbody.hide-for-medium-only, tbody.show-for-medium-up, tbody.show-for-large-up, tbody.hide-for-xlarge-only, tbody.show-for-xlarge-up, tbody.show-for-xxlarge-up, tbody.show-for-xxlarge-only {
    display: table-row-group !important; }
  tr.hide-for-small, tr.hide-for-small-only, tr.hide-for-medium, tr.hide-for-medium-down, tr.hide-for-medium-only, tr.show-for-medium-up, tr.show-for-large-up, tr.hide-for-xlarge-only, tr.show-for-xlarge-up, tr.show-for-xxlarge-up, tr.show-for-xxlarge-only {
    display: table-row !important; }
  td.hide-for-small, td.hide-for-small-only, td.hide-for-medium, td.hide-for-medium-down, td.hide-for-medium-only, td.show-for-medium-up, td.show-for-large-up, td.hide-for-xlarge-only, td.show-for-xlarge-up, td.show-for-xxlarge-up, td.show-for-xxlarge-only,
  th.hide-for-small,
  th.hide-for-small-only,
  th.hide-for-medium,
  th.hide-for-medium-down,
  th.hide-for-medium-only,
  th.show-for-medium-up,
  th.show-for-large-up,
  th.hide-for-xlarge-only,
  th.show-for-xlarge-up,
  th.show-for-xxlarge-up,
  th.show-for-xxlarge-only {
    display: table-cell !important; } }

/* Orientation targeting */
.show-for-landscape,
.hide-for-portrait {
  display: inherit !important; }

.hide-for-landscape,
.show-for-portrait {
  display: none !important; }

/* Specific visibility for tables */
table.hide-for-landscape, table.show-for-portrait {
  display: table; }

thead.hide-for-landscape, thead.show-for-portrait {
  display: table-header-group !important; }

tbody.hide-for-landscape, tbody.show-for-portrait {
  display: table-row-group !important; }

tr.hide-for-landscape, tr.show-for-portrait {
  display: table-row !important; }

td.hide-for-landscape, td.show-for-portrait,
th.hide-for-landscape,
th.show-for-portrait {
  display: table-cell !important; }

@media only screen and (orientation: landscape) {
  .show-for-landscape,
  .hide-for-portrait {
    display: inherit !important; }
  .hide-for-landscape,
  .show-for-portrait {
    display: none !important; }
  /* Specific visibility for tables */
  table.show-for-landscape, table.hide-for-portrait {
    display: table; }
  thead.show-for-landscape, thead.hide-for-portrait {
    display: table-header-group !important; }
  tbody.show-for-landscape, tbody.hide-for-portrait {
    display: table-row-group !important; }
  tr.show-for-landscape, tr.hide-for-portrait {
    display: table-row !important; }
  td.show-for-landscape, td.hide-for-portrait,
  th.show-for-landscape,
  th.hide-for-portrait {
    display: table-cell !important; } }

@media only screen and (orientation: portrait) {
  .show-for-portrait,
  .hide-for-landscape {
    display: inherit !important; }
  .hide-for-portrait,
  .show-for-landscape {
    display: none !important; }
  /* Specific visibility for tables */
  table.show-for-portrait, table.hide-for-landscape {
    display: table; }
  thead.show-for-portrait, thead.hide-for-landscape {
    display: table-header-group !important; }
  tbody.show-for-portrait, tbody.hide-for-landscape {
    display: table-row-group !important; }
  tr.show-for-portrait, tr.hide-for-landscape {
    display: table-row !important; }
  td.show-for-portrait, td.hide-for-landscape,
  th.show-for-portrait,
  th.hide-for-landscape {
    display: table-cell !important; } }

/* Touch-enabled device targeting */
.show-for-touch {
  display: none !important; }

.hide-for-touch {
  display: inherit !important; }

.touch .show-for-touch {
  display: inherit !important; }

.touch .hide-for-touch {
  display: none !important; }

/* Specific visibility for tables */
table.hide-for-touch {
  display: table; }

.touch table.show-for-touch {
  display: table; }

thead.hide-for-touch {
  display: table-header-group !important; }

.touch thead.show-for-touch {
  display: table-header-group !important; }

tbody.hide-for-touch {
  display: table-row-group !important; }

.touch tbody.show-for-touch {
  display: table-row-group !important; }

tr.hide-for-touch {
  display: table-row !important; }

.touch tr.show-for-touch {
  display: table-row !important; }

td.hide-for-touch {
  display: table-cell !important; }

.touch td.show-for-touch {
  display: table-cell !important; }

th.hide-for-touch {
  display: table-cell !important; }

.touch th.show-for-touch {
  display: table-cell !important; }

@media only screen and (min-width: 48em) {
  .top-bar-section ul li .right.level0 {
    left: auto;
    right: 0; }
  .top-bar-section ul li .right.level0 li .dropdown {
    right: 100%; } }

/*body {
	padding: 0;
	margin: 0;
	font-family: sans-serif;
	font-size: 1em;
	line-height: 1.5;
	color: #555;
	background: #fff;
}
h1 {
	font-size: 1.5em;
	font-weight: normal;
	box-shadow: 0 1px #ddd, 0 2px #fff, 0 3px #ddd;
}
small {
	font-size: .66666667em;
}
a {
	color: #e74c3c;
	text-decoration: none;
}
a:hover, a:focus {
	box-shadow: 0 1px #e74c3c;
}
.bshadow0, input {
	box-shadow: inset 0 -2px #e7e7e7;
}
input:hover {
	box-shadow: inset 0 -2px #ccc;
}
input, fieldset {
	font-size: 1em;
	margin: 0;
	padding: 0;
	border: 0;
}
input {
	color: inherit;
	line-height: 1.5;
	height: 1.5em;
	padding: .25em 0;
}
input:focus {
	outline: none;
	box-shadow: inset 0 -2px #449fdb;
}
*/
/*
.glyph {
	font-size: 16px;
	width: 17em;

	margin-right: 1.5em;
	float: left;
}
*/
svg {
  color: #fff;
  font-size: 18px; }

/*.liga {
	width: 80%;
	width: calc(100% - 2.5em);
}
.talign-right {
	text-align: right;
}
.talign-center {
	text-align: center;
}
.bgc1 {
	background: #f1f1f1;
}
.fgc0 {
	color: #000;
}
.fgc1 {
	color: #999;
}
p {
	margin-top: 1em;
	margin-bottom: 1em;
}
.mvm {
	margin-top: .75em;
	margin-bottom: .75em;
}
.mtn {
	margin-top: 0;
}
.mtl, .mal {
	margin-top: 1.5em;
}
.mbl, .mal {
	margin-bottom: 1.5em;
}
.mal, .mhl {
	margin-left: 1.5em;
	margin-right: 1.5em;
}
.mhmm {
	margin-left: 1em;
	margin-right: 1em;
}
.mls {
	margin-left: .25em;
}
.ptl {
	padding-top: 1.5em;
}
.pbs, .pvs {
	padding-bottom: .25em;
}
.pvs, .pts {
	padding-top: .25em;
}
.unit {
	float: left;
}
.unitRight {
	float: right;
}
.size1of2 {
	width: 50%;
}
.size1of1 {
	width: 100%;
}
*/
.clearfix:before, .clearfix:after {
  content: " ";
  display: table; }

.clearfix:after {
  clear: both; }

.hidden-true {
  display: none; }

.textbox0 {
  width: 3em;
  background: #f1f1f1;
  padding: .25em .5em;
  line-height: 1.5;
  height: 1.5em; }

.fs0 {
  font-size: 16px; }

/*.fs1 {
	font-size: 32px;
	display: inline-block;
	width: 32px;
	height: 32px;
	-webkit-border-radius: .3rem;
	border-radius: .3rem;
}*/
.fs2 {
  font-size: 32px; }

.fs1 {
  font-size: 32px;
  display: inline-block;
  width: 32px;
  height: 32px;
  -webkit-border-radius: .3rem;
  border-radius: .3rem;
  overflow: hidden; }

.delen_balk .soc-icon {
  position: relative;
  left: 5px;
  display: inline-block;
  width: 1em;
  height: 1em; }

.delen_balk .icon-r {
  top: 2px;
  left: 6px; }

.delen_balk .soc-icon.facebook {
  left: 3px;
  top: -4px;
  font-size: 24px; }

.delen_balk .soc-icon.twitter {
  left: 6px; }

.delen_balk .soc-icon.google-plus {
  left: 5px; }

.delen_balk .linkedin {
  top: 1px;
  left: 4px;
  font-size: 20px; }

.delen_balk .soc-icon .linkedin {
  top: 1px; }

.delen_balk svg {
  fill: #fff; }

.mobile .delen_balk .soc-icon.twitter {
  left: 8px; }

.mobile .delen_balk .soc-icon.facebook {
  left: 5px;
  top: 0px;
  font-size: 24px; }

.mobile .delen_balk .linkedin {
  top: 3px;
  left: 5px;
  font-size: 22px; }

.ios.mobile .delen_balk .soc-icon.twitter {
  top: 2px; }

/*.android.mobile {
	.delen_balk {
		.icon-r {
			top: 4px;
		}
	}
}

@media only screen and (min-width: 48em) { 
	.android.mobile {
		.delen_balk {
			.icon-r {
				top: 2px;
			}
		}
	}
}*/
@media (min-width: 70.01em) {
  .delen_balk .fs1 {
    width: 27px;
    height: 27px;
    margin-left: 9px; }
  .delen_balk .icon {
    width: 0.9em;
    height: 0.9em;
    font-size: 19px;
    top: -5px; }
  .delen_balk .icon-r {
    top: -1px;
    left: 4px; }
  .delen_balk .icon.icon-twitter {
    top: 0; }
  .delen_balk .icon.icon-facebook {
    font-size: 22px;
    top: -6px; }
  .delen_balk .icon.icon-google-plus {
    left: 4px; }
  .delen_balk .icon.icon-nujij {
    font-size: 21px; } }

.icon {
  display: inline-block;
  width: 1em;
  height: 1em;
  fill: currentColor; }

/* =======================================================================================
Example showing how to change the color/size of the icons:
.icon-name {
	font-size: 32px; // works because "width" & "height" were set using em units
	color: red; // works for single-colored icons, because "fill" was set to "currentColor"
}
======================================================================================== */
.icon-R {
  width: 0.7861328125em; }

.icon-T {
  width: 0.9287109375em; }

.icon-h {
  width: 0.9287109375em; }

.icon-n {
  width: 0.9287109375em; }

.icon-o {
  width: 0.9287109375em; }

.icon-p {
  width: 0.9287109375em; }

.icon-s {
  width: 0.857421875em; }

.icon-t {
  width: 0.857421875em; }

.icon-searchplus {
  width: 0.9287109375em; }

.doorstuurhome {
  background: #e1b100;
  /* Old browsers */
  background: -moz-linear-gradient(top, #e5bc00 0%, #d59a00 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e5bc00), color-stop(100%, #d59a00));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #e5bc00 0%, #d59a00 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #e5bc00 0%, #d59a00 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #e5bc00 0%, #d59a00 100%);
  /* IE10+ */
  background: linear-gradient(top bottom, #e5bc00 0%, #d59a00 100%); }

.twitter {
  background: #0077cd;
  /* Old browsers */
  background: -moz-linear-gradient(top, #009dde 0%, #006cca 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #009dde), color-stop(100%, #006cca));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #009dde 0%, #006cca 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #009dde 0%, #006cca 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #009dde 0%, #006cca 100%);
  /* IE10+ */
  background: linear-gradient(top bottom, #009dde 0%, #006cca 100%); }

.facebook {
  background: #2452a8;
  /* Old browsers */
  background: -moz-linear-gradient(top, #2452a8 0%, #1c3d89 72%, #445ea0 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #2452a8), color-stop(72%, #1c3d89), color-stop(100%, #445ea0));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #2452a8 0%, #1c3d89 72%, #445ea0 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #2452a8 0%, #1c3d89 72%, #445ea0 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #2452a8 0%, #1c3d89 72%, #445ea0 100%);
  /* IE10+ */
  background: linear-gradient(top bottom, #2452a8 0%, #1c3d89 72%, #445ea0 100%);
  /* W3C */
  line-height: 34px; }
  .facebook svg {
    font-size: 26px; }

.google-plus {
  background: #d74233;
  /* Old browsers */
  background: -moz-linear-gradient(top, #d33f30 0%, #d74233 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #d33f30), color-stop(100%, #d74233));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #d33f30 0%, #d74233 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #d33f30 0%, #d74233 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #d33f30 0%, #d74233 100%);
  /* IE10+ */
  background: linear-gradient(top bottom, #d33f30 0%, #d74233 100%);
  line-height: 29px; }
  .google-plus svg {
    font-size: 21px; }

.linkedin {
  background: #00224f;
  /* Old browsers */
  background: -moz-linear-gradient(top, #1773a0 0%, #175c84 82%, #124c72 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #1773a0), color-stop(82%, #175c84), color-stop(100%, #124c72));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #1773a0 0%, #175c84 82%, #124c72 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #1773a0 0%, #175c84 82%, #124c72 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #1773a0 0%, #175c84 82%, #124c72 100%);
  /* IE10+ */
  background: linear-gradient(top bottom, #1773a0 0%, #175c84 82%, #124c72 100%);
  /* W3C */
  line-height: 23px; }
  .linkedin svg {
    font-size: 22px; }

.nujij {
  border: solid 1px #b00505;
  background: #dc1010;
  /* Old browsers */
  background: -moz-linear-gradient(top, #dc1010 0%, #c70c0c 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #dc1010), color-stop(100%, #c70c0c));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #dc1010 0%, #c70c0c 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #dc1010 0%, #c70c0c 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #dc1010 0%, #c70c0c 100%);
  /* IE10+ */
  background: linear-gradient(top bottom, #dc1010 0%, #c70c0c 100%);
  line-height: 29px; }
  .nujij svg {
    font-size: 24px; }

#SteunbetuigingdezeSite .whatsapp,
.soc_media_item_center .whatsapp {
  border: solid 1px #13ab32;
  background: #5bda75;
  /* Old browsers */
  background: -moz-linear-gradient(top, #5bda75 0%, #1ad03f 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #5bda75), color-stop(100%, #1ad03f));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #5bda75 0%, #1ad03f 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #5bda75 0%, #1ad03f 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #5bda75 0%, #1ad03f 100%);
  /* IE10+ */
  background: linear-gradient(top bottom, #5bda75 0%, #1ad03f 100%); }
  #SteunbetuigingdezeSite .whatsapp .icon-whatsapp,
  .soc_media_item_center .whatsapp .icon-whatsapp {
    margin-left: 6px !important; }

#SteunbetuigingdezeSite form > div > h2, #SteunbetuigingdezeSite form > div .uitleg_verplichtteken + p {
  margin-bottom: 0.5rem; }

.icon.home_top_lblauw {
  fill: #fff;
  color: #3498cc; }

#vanwie .fs1 {
  width: auto;
  height: auto;
  float: left;
  margin: 0 8px 5px 0; }

#vanwie svg {
  font-size: 29px;
  width: 3em;
  height: 2.3em;
  color: #fff !important; }
  #vanwie svg use {
    color: #00529C;
    fill: #A49A00; }

#vanwie .mi_icon {
  width: 0.45em;
  height: 0.65em;
  margin-left: 0.075em; }

#vanwie .icon-pcom, #vanwie .icon-nlgw {
  width: 0.625em;
  height: 0.625em; }

#vanwie .icon-nlgw {
  margin-left: 2px; }

#vanwie svg.pdclogo {
  width: 257px;
  height: 56px;
  font-size: 36px;
  margin-left: -2.6em; }
  #vanwie svg.pdclogo use {
    color: #A49A00; }

#vanwie g.logotitel {
  display: inline-block !important; }

#bc_knoppen li > div svg {
  font-size: 40px;
  width: 40px; }

#bc_knoppen li.home_top_uitroepteken > div svg {
  font-size: 18px;
  width: 18px;
  margin-top: 10px; }

#bc_knoppen li > div.home_top_wit svg {
  color: #000 !important; }

#bc_knoppen li > div.home_top_rood svg {
  width: 32px; }

.no-svg .doorstuurhome {
  background: url(/9353265/g/sprite_no-svg_icons.png) no-repeat scroll 0px 0px; }

.no-svg .twitter {
  background: url(/9353265/g/sprite_no-svg_icons.png) no-repeat scroll -45px 0; }

.no-svg .facebook {
  background: url(/9353265/g/sprite_no-svg_icons.png) no-repeat scroll -87px 0; }

.no-svg .google-plus {
  background: url(/9353265/g/sprite_no-svg_icons.png) no-repeat scroll -129px 0; }

.no-svg .linkedin2 {
  background: url(/9353265/g/sprite_no-svg_icons.png) no-repeat scroll -172px 0; }

.no-svg .nujij {
  background: url(/9353265/g/sprite_no-svg_icons.png) no-repeat scroll -214px 0; }

.no-svg .glyph {
  background-color: transparent;
  border: none; }
  .no-svg .glyph div {
    width: 100%;
    height: 100%; }

.no-svg #bc_knoppen {
  display: table;
  table-layout: fixed; }
  .no-svg #bc_knoppen li {
    text-align: center;
    float: none !important;
    display: table-cell; }
    .no-svg #bc_knoppen li > div {
      float: none !important; }

.no-svg div.home_top_dk_blauw {
  background: url(/9353265/g/sprite_no-svg_icons.png) no-repeat scroll -264px 0; }

.no-svg div.home_top_lblauw {
  background: url(/9353265/g/sprite_no-svg_icons.png) no-repeat scroll -329px 0; }

.no-svg div.home_top_rood {
  background: url(/9353265/g/sprite_no-svg_icons.png) no-repeat scroll -394px 0; }

.no-svg div.home_top_wit {
  background: url(/9353265/g/sprite_no-svg_icons.png) no-repeat scroll -459px 0; }

.no-svg div.home_top_tw_blauw {
  background: url(/9353265/g/sprite_no-svg_icons.png) no-repeat scroll -524px 0; }

html {
  scroll-behavior: smooth; }

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto; } }

.flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex; }

.flex.panel .left {
  margin-right: 1em; }

.flex_col {
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column; }

.panel {
  margin-bottom: 1em;
  padding: 1em;
  background: #f1f1f1;
  border: 1px solid #ddd; }

.panel-image div.mnone {
  display: none; }

.panel-tekst p.mtop {
  margin-top: 0; }

.safari .panel-image {
  -webkit-flex: 1 0 auto;
  flex: 1 0 auto; }

.flex.met-tussenruimte > table, .flex.met-tussenruimte > div {
  margin: 0 0.5em; }

.flex.met-tussenruimte > table:first-of-type, .flex.met-tussenruimte > div:first-of-type {
  margin-left: 0; }

.flex.met-tussenruimte > table:last-of-type, .flex.met-tussenruimte > div:last-of-type {
  margin-right: 0; }

.niet_schaalbaar {
  max-width: none;
  vertical-align: baseline; }

#coordinaten_landkaart {
  position: absolute; }

.gewoneversie #main {
  background: #fff;
  border: #ccc solid 1px;
  padding: 0.7em 0.85em 0.65em 0.85em;
  margin-bottom: 1.15em;
  float: inherit;
  width: 100%; }

.gewoneversie #main_container.large6 {
  width: 50%; }

.geen_avlucht #main_container {
  padding-left: .9375rem;
  padding-right: .9375rem; }

.geen_avlucht #main_container.large-9 #main {
  background: #fff;
  border: #ccc solid 1px;
  padding: 0.7em 0.85em 0.65em 0.85em;
  float: left;
  width: 100%; }
  .geen_avlucht #main_container.large-9 #main #h1_top {
    padding-left: 0; }
  .geen_avlucht #main_container.large-9 #main .ladder_nieuws.eh, .geen_avlucht #main_container.large-9 #main .ladder_agenda.eh, .geen_avlucht #main_container.large-9 #main #analyses_home {
    margin: -0.85em;
    border: none; }

.geen_avlucht .terugOmhoog {
  margin-top: 11em; }

.geen_avlucht #analyses_home + .infowijzer.infowijzer2 + .clear + .terugOmhoog {
  margin-top: 2.05em; }

.geen_avlucht .large-9#main_container .nieuws_group_container .uitgebreid, .geen_avlucht .large-9#main_container .nieuws_group_container .laddernav {
  border-bottom: #aa3460 solid 2px;
  height: 6.3em; }

.geen_avlucht .large-9#main_container .nieuws_group_container .laddernav:after {
  border-bottom: #aa3460 solid 2px; }

.geen_avlucht .large-9#main_container .agenda_group_container .uitgebreid, .geen_avlucht .large-9#main_container .agenda_group_container .laddernav {
  border-bottom: solid #2da487 2px;
  margin-bottom: 2em;
  background: #fff; }

.geen_avlucht .large-9#main_container .agenda_group_container .laddernav:after {
  border-bottom: solid #2da487 2px; }

#home_ladder_nieuws .titelbalk, .geen_avlucht .large-9#main_container .titelbalk {
  position: relative; }

.geen_avlucht .large-9#main_container .uitgebreid, .geen_avlucht .large-9#main_container .laddernav {
  margin-bottom: 2em;
  background: #fff; }

.geen_avlucht .large-9#main_container .uitgebreid {
  border-left: #ccc solid 1px;
  margin-left: -1px; }

.geen_avlucht .large-9#main_container .laddernav {
  left: -1px;
  position: relative; }

.geen_avlucht .large-9#main_container .laddernav:after {
  position: absolute;
  right: -2px;
  top: 2px;
  content: "";
  width: 2px;
  height: 100%;
  border-right: #ccc solid 1px; }

.geen_avlucht .large-12#main_container .nieuws_group_container .group section {
  border: #ccc solid 1px;
  border-bottom: #aa3460 solid 2px;
  background: #fff;
  margin-bottom: 2em; }

.geen_avlucht .large-12#main_container .agenda_group_container .group section {
  border: #ccc solid 1px;
  border-bottom: solid #2da487 2px;
  background: #fff;
  margin-bottom: 2em; }

/* HEADER */
#secundair_menu a, #secundair_menu a:link, #secundair_menu a:visited {
  color: #575757;
  line-height: 18px;
  margin-left: 5px; }

#secundair_menu .hide {
  display: block; }

#uitgelicht li a, #uitgelicht li a:visited {
  color: #575757; }

input::-webkit-input-placeholder {
  color: #333; }

.text-placeholder {
  color: #333; }

/*ab 24-12-12: t.b.v. Chrome de attributes van de 2 vorige regels niet samenvoegen, zie http://www.html-5.com/tags/form-tag/examples.html*/
.main_zoekveld {
  width: 95%; }

#pageheader #sitetitel {
  position: relative;
  padding-left: 0.25em;
  height: 4.375em;
  margin: 0;
  top: -1.2em;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -moz-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start; }

#pageheader #header_container {
  padding: 0 0.9375rem; }
  #pageheader #header_container > .row {
    margin: 0; }

#pageheader #header_container, #pageheader .top-bar-section {
  margin-left: auto;
  margin-right: auto;
  max-width: 1260px; }

#pageheader .nav_container {
  padding: 0 !important; }
  #pageheader .nav_container nav {
    padding-left: .9375rem;
    padding-right: .9375rem;
    width: 100%;
    float: left;
    padding: 0; }

#pageheader .small-12.large-4.column {
  padding: 0; }

#pageheader div.left {
  margin: 0; }

@media only screen and (min-width: 2em) and (max-width: 48em) {
  #sitetitel {
    height: 2.9em !important;
    width: 100%;
    margin-top: 0.8em; } }

#opZwart .secundair_menu {
  height: 2.125em; }

#opZwart .top-bar-section li {
  color: #fff;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 0.8125rem;
  font-weight: bold; }
  #opZwart .top-bar-section li .dropdown {
    display: none; }

#opZwart #uitgelicht {
  margin-bottom: 0;
  padding: 0; }

#opZwart .infowijzer.infowijzer, #opZwart #main_content_wrapper .MainEnd_Banner, #opZwart #main_container .MainEnd_Banner, #opZwart .terugOmhoog {
  display: none !important; }

#opZwart #main_content_wrapper {
  padding-bottom: 0.5em; }

#secundair_menu {
  position: relative;
  font-size: 80%;
  text-align: left;
  margin: 0;
  color: #c4c4c4;
  padding-top: 0.375em; }

#secundair_menu_content {
  right: 0;
  width: 391px;
  height: 70px; }

#secundair_menu ul, #uitgelicht ul {
  display: block;
  list-style: none;
  margin: 0;
  padding: 0;
  line-height: 1.5em !important; }

#secundair_menu ul {
  float: right;
  /*margin-top: 0.4em;*/ }

#zoekveld {
  margin-top: 0.8125em;
  padding-right: 0; }
  #zoekveld form {
    margin: 0; }
  #zoekveld input {
    height: 30px  !important;
    -webkit-appearance: none;
    -webkit-border-radius: 0;
    border-radius: 0; }
  #zoekveld .button.prefix {
    margin: auto;
    background: transparent;
    height: 30px !important;
    text-indent: -9000px;
    text-transform: capitalize; }
  #zoekveld .row.collapse {
    position: relative; }
  #zoekveld .small-10.columns {
    width: calc(100% - 38px); }
  #zoekveld .small-2.columns {
    position: absolute;
    right: 0;
    width: 38px; }
  #zoekveld .icon-zoek {
    height: 30px;
    width: 38px;
    right: 0;
    background-color: #1f4a9e; }
  #zoekveld .icon-zoek:after {
    font-size: 160%;
    color: #fff;
    right: 0.35em;
    top: 0.2em; }

.ie #zoekveld .icon-zoek:after {
  font-size: 95%; }

input:-moz-placeholder {
  /* Firefox 18- */
  color: #222 !important; }

input::-moz-placeholder {
  /* Firefox 19+ */
  color: #222 !important; }

input:-ms-input-placeholder {
  color: #999 !important; }

input::-webkit-input-placeholder {
  color: #999 !important; }

input:focus:-moz-placeholder {
  color: transparent !important; }

input:focus::-moz-placeholder {
  color: transparent !important; }

input:focus:-ms-input-placeholder {
  color: transparent !important; }

input:focus::-webkit-input-placeholder {
  color: transparent !important; }

#secundair_menu li {
  line-height: 1.6 !important; }

#secundair_menu li {
  list-style-image: none;
  list-style-position: outside;
  list-style-type: none;
  margin: 0;
  float: left;
  text-align: left;
  padding: 0;
  display: table-cell; }

.row.nav_container {
  margin: 0;
  padding: 0; }
  .row.nav_container #top-bar {
    max-width: 1260px;
    margin: 0 auto; }
  .row.nav_container .top-bar-section {
    max-width: 1220px;
    margin: 0 auto; }
    .row.nav_container .top-bar-section a {
      font-weight: normal; }

#uitgelicht {
  margin-top: 1.075em;
  margin-bottom: 1.15em;
  margin-left: .9375rem;
  margin-right: .9375rem;
  padding: 0.8em 0.85em 0.75em 0.85em;
  background: #eae9e9;
  padding-left: 0.9em; }

#uitgelicht.foto-uitlichting {
  padding: 0; }

#uitgelicht.foto-uitlichting + #main_container #main {
  margin-top: -45px; }

html:not(.ie9) #uitgelicht_content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -moz-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  webkit-box-align: center;
  -moz-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

#uitgelicht_content {
  width: 100%;
  text-align: left; }

#uitgelicht h2 {
  line-height: 1.5em;
  font-size: 100%;
  margin: 0;
  font-weight: 700;
  text-rendering: inherit !important; }

header #uitgelicht_ul {
  width: 85%; }

#content > .row {
  max-width: 1260px; }

@media only screen and (max-width: 53.9999em) {
  #footer_container #vanwie {
    width: 100% !important; }
    #footer_container #vanwie .aanhef, #footer_container #vanwie .subtitel {
      font-style: italic;
      font-weight: 900; }
  #home_etalage-items_alle.carousel_empty {
    border-top: none; }
  #footer_container {
    padding-top: 1em; }
  .gewoneversie #footer_container {
    padding-top: 1em; }
  footer.row {
    background: #fff !important;
    border-top: 0.5em solid #f9fdff; }
    footer.row #vanwie {
      padding-top: 0.5em; }
  #home footer.row {
    border-top: 1.5em solid #f9fdff; }
  .android.mobile #footer_container {
    padding-left: 1.4em; }
  .geen_avlucht #contentsection_header + article > div {
    overflow: inherit !important; }
  .group_container #drie_cols_group1, .group_container #drie_cols_group2 {
    margin: 0; }
  .group_container section {
    width: 100%;
    float: left !important;
    padding: 0;
    margin-bottom: 1.15em; }
  .jspContainer {
    height: auto !important; } }

@media only screen and (min-width: 54em) {
  .group_container section {
    padding: 0; }
  .group_container .col_1van3 {
    margin: 0 1.4% 0 0; }
  .group_container .col_2van3 {
    margin: 0 0.7%; }
  .group_container .col_3 van3 {
    margin: 0 0 0 1.4%; } }

/*
a:hover{
	border-bottom: 1px solid #204ca2;
}
a:visited:hover{
		border-bottom: 1px solid #787878;
}
*/
.vlucht a:hover {
  border: none; }

nav a:hover {
  border: none; }

#main a:hover, .home_etalage-items_alle_content a:hover, .home_actueel_en_vlucht a:hover, .jspContainer a:hover {
  border-bottom: 1px solid #0f345e; }

#main a:visited:hover, .home_etalage-items_alle_content a:visited:hover, .home_actueel_en_vlucht a:visited:hover, .jspContainer a:visited:hover {
  border-bottom: 1px solid #787878; }

#secundair_menu a:hover {
  border: none !important; }

.meer a:hover {
  border: none; }

.uitgebreid a:hover {
  border: none; }

.sib_full a:hover {
  border: none; }

.titelbalk a:hover {
  border: none; }

.agendatitelsubbalk a:hover {
  border: none; }

aside.avlucht li:not(.zonder_lnk_voor_ul_cur) > a, aside.avlucht .ladder_bladeren a {
  border-bottom: 1px solid #fff; }

aside.avlucht li:not(.zonder_lnk_voor_ul_cur) > a:hover, aside.avlucht a:hover {
  border-bottom: 1px solid #0f345e; }

aside.avlucht li a:visited:hover, aside.avlucht .ladder_bladeren a:visited:hover {
  border-bottom: 1px solid #787878 !important; }

.secundair_menu a:hover {
  border-bottom: 1px solid #787878 !important; }

.titelbalk div.rss {
  position: absolute;
  right: 0em; }

.biofotolink img {
  vertical-align: bottom;
  left: auto !important; }

.pasfoto.w112:not(.tabelpasfoto) {
  max-width: 112px; }

.pasfoto:not(.tabelpasfoto) {
  float: left;
  margin: 4px 16px 6px 0;
  max-width: 156px; }
  .pasfoto:not(.tabelpasfoto) a {
    position: relative;
    display: inherit; }
  .pasfoto:not(.tabelpasfoto) .zoom-in {
    vertical-align: bottom;
    z-index: 0;
    position: absolute;
    top: auto;
    left: auto;
    right: 0;
    bottom: 0;
    width: 17px;
    height: 22px;
    display: inline-block; }
  .pasfoto:not(.tabelpasfoto) .credits {
    line-height: 1.2;
    display: inline-block;
    padding: 2px 0 12px;
    font-size: 0.92em;
    font-style: italic;
    width: 100%; }
  .pasfoto:not(.tabelpasfoto) .credits:empty {
    padding: 0;
    display: inline; }

.ie .pasfoto {
  margin-bottom: -20px; }
  .ie .pasfoto a {
    width: 15px;
    height: 20px;
    float: right;
    bottom: 20px; }
  .ie .pasfoto .credits {
    position: relative;
    top: -20px; }

#main .pasfoto {
  max-width: 8.75rem; }
  #main .pasfoto img {
    max-width: 100%;
    height: auto; }

.jspContainer {
  overflow: hidden;
  position: relative; }

.jspPane {
  position: absolute;
  width: 100% !important;
  padding-right: 1em; }

/*BEGIN VOORKEURSTEMWIJZER BANNER*/
.columns_tekstvks {
  padding: 0 0.7em;
  xxfont-weight: 800em;
  background: #315087 !important;
  display: inline-block; }

#vksBanner {
  margin-top: 2em; }

#vksBanner .nav_bar_columns1 {
  max-width: 450px;
  background: #315087 !important; }

#vksBanner .nav_bar_columns1 a {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 110% !important; }

#vksBanner .nav_bar_columns1 a, #vksBanner .nav_bar_columns1 a:visited {
  color: #fff !important; }

#vksBanner .boven_columns1 {
  background: transparent !important;
  min-height: inherit !important;
  max-width: 450px; }

#vksBanner .header_tekst_columns1 {
  position: absolute;
  right: 5.7em;
  top: 3em;
  z-index: 33; }

#vksBanner .columns_img1 {
  right: 0;
  width: 100% !important;
  position: relative;
  vertical-align: middle;
  float: none; }

#vksBanner .columns_titel {
  font-family: "Open Sans", sans-serif;
  font-size: 210% !important;
  line-height: 1.1 !important;
  font-weight: 800; }

#vksBanner .columns_titel span {
  position: relative;
  left: 1.8em; }

@media only screen and (min-width: 780px) and (max-width: 990px) {
  #vksBanner .columns_titel {
    font-size: 180% !important; }
  #vksBanner .header_tekst_columns1 {
    right: 5em;
    top: 3em; } }

.android.mobile #vksBanner .header_tekst_columns1 {
  top: 2em; }

@media only screen and (max-width: 779px) {
  #vksBanner .columns_titel {
    font-size: 185% !important; }
  #vksBanner .header_tekst_columns1 {
    right: 4.5em;
    top: 3.4em; }
  .banner_columns1 {
    width: 100% !important; }
  .columns_img1 {
    width: 50%; }
  .columns_titel {
    font-size: 135% !important; }
  .nav_bar_columns1 a {
    max-width: 100%; }
  .columns_namen {
    font-size: 100% !important;
    max-width: 60%; } }

@media only screen and (min-width: 401px) and (max-width: 480px) {
  #vksBanner .columns_titel {
    font-size: 165% !important; }
  #vksBanner .header_tekst_columns1 {
    right: 4.5em;
    top: 2.8em; } }

@media only screen and (min-width: 321px) and (max-width: 400px) {
  #vksBanner .columns_titel {
    font-size: 160% !important; }
  #vksBanner .header_tekst_columns1 {
    right: 4.5em;
    top: 2.1em; }
  .android.mobile #BoekenBanner .header_tekst_columns1 {
    top: 1em; } }

@media only screen and (max-width: 321px) {
  #vksBanner .columns_titel {
    font-size: 145% !important; }
  #vksBanner .header_tekst_columns1 {
    right: 3.5em;
    top: 1.4em; } }

.vlucht {
  padding: 0 !important; }

.vlucht #vluchtx {
  padding-right: .9375rem;
  padding-left: .9375rem;
  position: relative; }

.vlucht #instellingen, .vlucht .infowijzer, .vlucht .sib_full {
  border: #ccc solid 1px;
  background: #fff;
  padding: 0.7em 0.85em 0.65em 0.85em;
  margin-bottom: 1.1em;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.vlucht h2 {
  font-weight: 700;
  color: #333;
  left: 0;
  padding-top: 0;
  padding-left: 0;
  font-size: 120%;
  font-family: "tiennebold";
  margin-top: 0; }

.vlucht .infowijzer, .vlucht #route {
  display: none; }

.vlucht .infowijzer li, .vlucht #route li {
  border-top: solid #ebeaea 1px;
  padding: 0.5625em 0 0.5625em 0.03125em; }

.vlucht #route {
  height: 22.8125em;
  position: relative;
  overflow: hidden;
  border: #ccc solid 1px;
  background: #fff; }

.vlucht #route ul {
  padding: 0 1.7em 0 0.85em; }

.vlucht #route h2 {
  font-weight: 700;
  color: #333;
  left: 0;
  padding-top: 0;
  padding-left: 0;
  font-size: 120%;
  font-family: "tiennebold";
  margin-top: 0;
  padding: 0.7em 0.85em 0 0.6em !important; }

.vlucht .geenroute p {
  padding: 0 0.85em 0 0.85em; }

.vlucht #vacatures {
  border: 1px solid #111141;
  margin-top: 1.075em;
  background: #fff; }

.vlucht td {
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto; }

.align_tekst_center {
  text-align: center; }

.vkslijn {
  border: 1px solid #315087; }

/*EIND VOORKEURSTEMWIJZER BANNER*/
@media only screen and (min-width: 1170px) {
  html:not(.android) .vlucht_home_banner_tekst img {
    display: inline-block !important; } }

@media only screen and (min-width: 54em) and (max-width: 893px) {
  .vlucht_home_banner_tekst h3 {
    font-size: 145% !important; } }

@media only screen and (min-width: 895px) and (max-width: 964px) {
  .vlucht_home_banner_tekst h3 {
    font-size: 150% !important; } }

@media only screen and (min-width: 54em) and (max-width: 1183px) {
  .gecko .vlucht_home_banner_tekst h3 {
    margin-bottom: 0.2rem !important; } }

@media only screen and (min-width: 54em) and (max-width: 1145px) {
  .vlucht_home_banner_tekst p {
    margin-bottom: 0.1rem !important; } }

html.home, #home, #home_etalage-items_alle {
  background: #b8c8e1; }

#home #content {
  padding-right: .9375rem;
  padding-left: .9375rem; }

#home_etalage-items, #home_etalage-items_carousel {
  margin-top: 1.2em;
  width: 100%; }

.android.mobile #home_etalage-items, .android.mobile #home_etalage-items_carousel {
  margin-top: 1.05em; }

#home_etalage_carousel .home_etalage-item {
  float: left; }

html:not(.ie9) .home_etalage-item.slide,
.laddernav_ladder2.last, .uitgebreid_ladder2.last {
  background: #fff; }

@media only screen and (min-width: 331px) and (max-width: 879px) {
  html:not(.ie9) #home #home_etalage_carousel {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-justify-content: space-around;
    -moz-justify-content: space-around;
    -webkit-justify-content: space-around;
    justify-content: space-around;
    max-height: 302px;
    /*
			.home_etalage-item {
				margin: 11.9%;
				width: 38.1%;
			}
			*/ }
    html:not(.ie9) #home #home_etalage_carousel > .home_etalage-item {
      margin-bottom: 49px !important; }
  html:not(.ie9) #home .slick-track {
    -ms-justify-content: space-around;
    -moz-justify-content: space-around;
    -webkit-justify-content: space-around;
    justify-content: space-around; }
  html:not(.ie9) #home #home_etalage_carousel.slick-initialized {
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    max-height: none; }
  #home_etalage-items_alle .home_etalage-items_alle_content {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; } }

html:not(.ie9) #home_etalage_carousel,
html:not(.ie9) .slick-track, html.no-js #home_etalage_carousel,
html:not(.ie9) #home_etalage-items_alle .home_etalage-items_alle_content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-justify-content: space-around;
  -moz-justify-content: space-around;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  -webkit-box-align: stretch;
  -moz-box-align: stretch;
  -ms-flex-line-pack: stretch;
  -webkit-align-items: stretch;
  align-items: stretch; }

html:not(.ie9) #home_etalage_carousel.slick-initialized {
  display: block; }

/* bovenaan, carousel, 2x per keer ingeval 4 ITEMS IN TOTAAL, ANDERS 3 + 1 */
@media only screen and (min-width: 330px) and (max-width: 25.0624em) {
  html:not(.ie9) #home #home_etalage_carousel .home_etalage-item1, html:not(.ie9) #home #home_etalage_carousel .home_etalage-item3, html:not(.ie9) #home #home_etalage_carousel .home_etalage-item5, html:not(.ie9) #home #home_etalage_carousel .home_etalage-item7 {
    margin: 0 0.5em 0 0;
    width: calc(50% - 1em); }
  html:not(.ie9) #home #home_etalage_carousel .home_etalage-item2, html:not(.ie9) #home #home_etalage_carousel .home_etalage-item4, html:not(.ie9) #home #home_etalage_carousel .home_etalage-item6, html:not(.ie9) #home #home_etalage_carousel .home_etalage-item8 {
    margin: 0 0 0 0.5em;
    width: calc(50% - 1em); }
  html:not(.ie9) #home #home_etalage_carousel > .home_etalage-item {
    width: calc(50% - 1em);
    background: transparent;
    position: relative;
    margin: 0; }
  html:not(.ie9) #home #home_etalage_carousel > .home_etalage-item1, html:not(.ie9) #home #home_etalage_carousel > .home_etalage-item3, html:not(.ie9) #home #home_etalage_carousel > .home_etalage-item5, html:not(.ie9) #home #home_etalage_carousel > .home_etalage-item7 {
    margin: 0 0.5em 0 0;
    background: #fff; }
  html:not(.ie9) #home #home_etalage_carousel > .home_etalage-item2, html:not(.ie9) #home #home_etalage_carousel > .home_etalage-item4, html:not(.ie9) #home #home_etalage_carousel > .home_etalage-item6, html:not(.ie9) #home #home_etalage_carousel > .home_etalage-item8 {
    margin: 0 0 0 0.5em;
    background: #fff; } }

@media only screen and (min-width: 25.0625em) and (max-width: 39.69em) {
  html:not(.ie9) #home #home_etalage_carousel .home_etalage-item1, html:not(.ie9) #home #home_etalage_carousel .home_etalage-item3, html:not(.ie9) #home #home_etalage_carousel .home_etalage-item5, html:not(.ie9) #home #home_etalage_carousel .home_etalage-item7 {
    margin: 0 0.7em 0 0;
    width: calc(50% - 0.7em); }
  html:not(.ie9) #home #home_etalage_carousel .home_etalage-item2, html:not(.ie9) #home #home_etalage_carousel .home_etalage-item4, html:not(.ie9) #home #home_etalage_carousel .home_etalage-item6, html:not(.ie9) #home #home_etalage_carousel .home_etalage-item8 {
    margin: 0 0 0 0.7em;
    width: calc(50% - 0.7em); }
  html:not(.ie9) #home #home_etalage_carousel > .home_etalage-item {
    width: 38%;
    background: transparent;
    position: relative;
    margin: 0; }
  html:not(.ie9) #home #home_etalage_carousel > .home_etalage-item1, html:not(.ie9) #home #home_etalage_carousel > .home_etalage-item3, html:not(.ie9) #home #home_etalage_carousel > .home_etalage-item5, html:not(.ie9) #home #home_etalage_carousel > .home_etalage-item7 {
    margin: 0 6%;
    background: #fff; }
  html:not(.ie9) #home #home_etalage_carousel > .home_etalage-item2, html:not(.ie9) #home #home_etalage_carousel > .home_etalage-item4, html:not(.ie9) #home #home_etalage_carousel > .home_etalage-item6, html:not(.ie9) #home #home_etalage_carousel > .home_etalage-item8 {
    margin: 0 6%;
    background: #fff; } }

/* bovenaan, carousel, 2x per keer ingeval 4 ITEMS IN TOTAAL, ANDERS 3 + 1 */
@media only screen and (min-width: 39.7em) and (max-width: 41.69em) {
  html:not(.ie9) #home #home_etalage_carousel .home_etalage-item1, html:not(.ie9) #home #home_etalage_carousel .home_etalage-item3, html:not(.ie9) #home #home_etalage_carousel .home_etalage-item5, html:not(.ie9) #home #home_etalage_carousel .home_etalage-item7 {
    margin: 0 0.8em 0 0;
    width: calc(50% - 0.8em); }
  html:not(.ie9) #home #home_etalage_carousel .home_etalage-item2, html:not(.ie9) #home #home_etalage_carousel .home_etalage-item4, html:not(.ie9) #home #home_etalage_carousel .home_etalage-item6, html:not(.ie9) #home #home_etalage_carousel .home_etalage-item8 {
    margin: 0 0 0 0.8em;
    width: calc(50% - 0.8em); }
  #home #home_etalage-items_alle .home_etalage-item {
    width: 40%;
    margin: 0 5% 0 5%; }
  #home #vluchtx .sib_full .sib_mid > div {
    padding: 0.6em 0.6em 0 !important; } }

/* bovenaan, carousel, 2x per keer ingeval 4 ITEMS IN TOTAAL, ANDERS 3 + 1 */
@media only screen and (min-width: 41.7em) and (max-width: 49.69em) {
  html:not(.ie9) #home #home_etalage_carousel .home_etalage-item {
    margin: 0 3.05em;
    width: calc(50% - 6.1em); }
  #home_etalage-items_alle .home_etalage-item {
    width: 40%;
    margin: 0 5%; } }

/* bovenaan, carousel, 2x per keer ingeval 4 ITEMS IN TOTAAL, ANDERS 3 + 1 */
@media only screen and (min-width: 49.7em) and (max-width: 51.69em) {
  html:not(.ie9) #home #home_etalage_carousel .home_etalage-item {
    margin: 0 3.6em;
    width: calc(50% - 7.2em); }
  html.android.mobile #home #home_etalage_carousel .home_etalage-item {
    margin: 0 2.6em;
    width: calc(50% - 5.2em); }
  #home_etalage-items_alle .home_etalage-item {
    width: 38%;
    margin: 0 6% 0 6%; } }

/* bovenaan, carousel, 2x per keer ingeval 4 ITEMS IN TOTAAL, ANDERS 3 + 1 */
@media only screen and (min-width: 51.7em) and (max-width: 53.1999em) {
  html:not(.ie9) #home #home_etalage_carousel .home_etalage-item {
    margin: 0 4em;
    width: calc(50% - 8em); }
  #home_etalage-items_alle .home_etalage-item {
    width: 36%;
    margin: 0 7% 0 7%; } }

/* bovenaan, carousel, nog 2x per keer, breakpoint = 895!  */
@media only screen and (min-width: 53.2em) and (max-width: 894px) {
  html:not(.ie9) #home #home_etalage_carousel .home_etalage-item {
    margin: 0 5.7em;
    width: calc(50% - 11.4em); }
  #home_etalage-items_alle .home_etalage-item {
    width: 34%;
    margin: 0 8% 0 8%; } }

@media only screen and (min-width: 895px) and (max-width: 909px) {
  .no-touch.webkit.safari #home_etalage-items .home_etalage-item1, .no-touch.webkit.safari #home_etalage-items .home_etalage-item5, .no-touch.webkit.safari #home_etalage_carousel .home_etalage-item1, .no-touch.webkit.safari #home_etalage_carousel .home_etalage-item5 {
    margin: 0 1.5% 0 0;
    width: 23.5%; }
  .no-touch.webkit.safari #home_etalage-items .home_etalage-item2, .no-touch.webkit.safari #home_etalage-items .home_etalage-item6, .no-touch.webkit.safari #home_etalage_carousel .home_etalage-item2, .no-touch.webkit.safari #home_etalage_carousel .home_etalage-item6 {
    margin: 0 1% 0 0.5%;
    width: 23.5%; }
  .no-touch.webkit.safari #home_etalage-items .home_etalage-item3, .no-touch.webkit.safari #home_etalage-items .home_etalage-item7, .no-touch.webkit.safari #home_etalage_carousel .home_etalage-item3, .no-touch.webkit.safari #home_etalage_carousel .home_etalage-item7 {
    margin: 0 0.5% 0 1%;
    width: 23.5%; }
  .no-touch.webkit.safari #home_etalage-items .home_etalage-item4, .no-touch.webkit.safari #home_etalage-items .home_etalage-item8, .no-touch.webkit.safari #home_etalage_carousel .home_etalage-item4, .no-touch.webkit.safari #home_etalage_carousel .home_etalage-item8 {
    margin: 0 0 0 1.5%;
    width: 23.5%; }
  .no-touch.webkit.safari #home_etalage-items .home_etalage-item5, .no-touch.webkit.safari #home_etalage-items .home_etalage-item6, .no-touch.webkit.safari #home_etalage-items .home_etalage-item7, .no-touch.webkit.safari #home_etalage-items .home_etalage-item8, .no-touch.webkit.safari #home_etalage_carousel .home_etalage-item5, .no-touch.webkit.safari #home_etalage_carousel .home_etalage-item6, .no-touch.webkit.safari #home_etalage_carousel .home_etalage-item7, .no-touch.webkit.safari #home_etalage_carousel .home_etalage-item8 {
    display: none; }
  .mac.safari .carousel_small, .ie #home_etalage-items_carousel.carousel_small {
    margin-bottom: 1.2em; } }

@media only screen and (min-width: 895px) {
  #home_etalage-items_carousel.carousel_small {
    margin-bottom: 1.2em; } }

@media only screen and (min-width: 56.91em) {
  #home_etalage-items_alle .home_etalage-item {
    width: 23.5%; }
  #home_etalage-items_alle .home_etalage-item1 {
    margin-right: 1.5%; }
  #home_etalage-items_alle .home_etalage-item2 {
    margin: 0 1.0% 0 0.5%; }
  #home_etalage-items_alle .home_etalage-item3 {
    margin: 0 0.5% 0 1.0%; }
  #home_etalage-items_alle .home_etalage-item4 {
    margin-left: 1.5%; } }

@media only screen and (min-width: 879px) {
  .home_etalage-item {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
  /* bovenaan, carousel, 4x per keer */
  html:not(.ie9) #home_etalage-items .home_etalage-item, html:not(.ie9) #home_etalage_carousel .home_etalage-item {
    width: calc(25% - 1.6em); }
  html:not(.ie9) #home_etalage-items .home_etalage-item1, html:not(.ie9) #home_etalage-items .home_etalage-item5, html:not(.ie9) #home_etalage_carousel .home_etalage-item1, html:not(.ie9) #home_etalage_carousel .home_etalage-item5 {
    margin: 0 1.6em 0 0; }
  html:not(.ie9) #home_etalage-items .home_etalage-item2, html:not(.ie9) #home_etalage-items .home_etalage-item6, html:not(.ie9) #home_etalage_carousel .home_etalage-item2, html:not(.ie9) #home_etalage_carousel .home_etalage-item6 {
    margin: 0 1.05em 0 0.55em; }
  html:not(.ie9) #home_etalage-items .home_etalage-item3, html:not(.ie9) #home_etalage-items .home_etalage-item7, html:not(.ie9) #home_etalage_carousel .home_etalage-item3, html:not(.ie9) #home_etalage_carousel .home_etalage-item7 {
    margin: 0 0.55em 0 1.05em; }
  html:not(.ie9) #home_etalage-items .home_etalage-item4, html:not(.ie9) #home_etalage-items .home_etalage-item8, html:not(.ie9) #home_etalage_carousel .home_etalage-item4, html:not(.ie9) #home_etalage_carousel .home_etalage-item8 {
    margin: 0 0 0 1.6em; }
  html.webkit .home_etalage-item {
    max-width: 294px; }
  html.webkit .home_etalage-item2, html.webkit .home_etalage-item6, html.webkit .home_etalage-item4, html.webkit .home_etalage-item8 {
    max-width: 294px; }
  #home_etalage-items_alle .home_etalage-item1, #home_etalage-items_alle .home_etalage-item5 {
    margin: 0 1.5% 0 0;
    width: 23.5%; }
  #home_etalage-items_alle .home_etalage-item2, #home_etalage-items_alle .home_etalage-item6 {
    margin: 0 1% 0 0.5%;
    width: 23.5%; }
  #home_etalage-items_alle .home_etalage-item3, #home_etalage-items_alle .home_etalage-item7 {
    margin: 0 0.5% 0 1%;
    width: 23.5%; }
  #home_etalage-items_alle .home_etalage-item4, #home_etalage-items_alle .home_etalage-item8 {
    margin: 0 0 0 1.5%;
    width: 23.5%; } }

@media only screen and (min-width: 80.46em) {
  html:not(.ie8) #pageheader #header_container,
  html:not(.ie8) #home_etalage-items_alle, .home_etalage-items_alle_content {
    padding-right: 0 !important;
    padding-left: 0 !important; }
  #footer_container {
    padding-left: 0.95em !important; } }

.home_etalage-items_alle_content {
  max-width: 1260px;
  margin: 0 auto;
  padding: 0 0.9375rem;
  overflow: hidden; }

#home .titelbalk h2 {
  margin-top: -0.3em !important; }

/*#home_etalage-items article, */
#home_etalage-items_alle article {
  padding: 0;
  display: block;
  background: #fff;
  text-align: left; }

#home_etalage-items_alle {
  position: relative;
  width: 100%;
  clear: both;
  padding: 1.5em 0;
  float: left; }

.no-touch .pagination, .no-touch .slick-dots {
  text-align: center;
  padding: 0.625em 0;
  margin: 0 !important;
  text-align: center;
  height: auto; }

.no-touch .pagination a, .no-touch .slick-dots a {
  font-size: 120% !important;
  width: 30px;
  height: 30px;
  margin-left: 0.5em;
  background: white;
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  border-radius: 50px;
  border: 3px solid white;
  display: inline-block; }

.no-touch .slick-dots li {
  width: 30px;
  height: 30px;
  margin-left: 0.5em;
  background: white;
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  border-radius: 50px;
  border: 3px solid white; }

.no-touch .pagination a.selected, .no-touch li.slick-active {
  background-color: #039;
  cursor: default; }

.no-touch .pagination a span, .no-touch .slick-dots button {
  background: transparent;
  display: block;
  cursor: pointer;
  margin: 0.10625em 0 0 -0.0625em;
  padding: 0;
  color: #039; }

.no-touch .pagination a.selected span, .no-touch li.slick-active button {
  color: #fff;
  font-weight: bold !important; }

.slick-dots button {
  width: 100%;
  height: 85%; }

.slick-dots li button:focus {
  outline: none; }

.touch .slick-dots li button {
  padding: 0;
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0;
  font-size: 0;
  color: transparent;
  padding: 5px;
  cursor: pointer; }

.touch .slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "\2022";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.touch .slick-dots li.slick-active button:before {
  opacity: 0.75; }

.clearfix {
  float: none;
  clear: both; }

.laddernav a:visited, .uitgebreid a:visited, #analyses_home .meerlink a:visited {
  color: #039; }

#home_etalage-items, #home_etalage-items_alle, #home_etalage_carousel {
  font-size: 87.5%; }
  #home_etalage-items h2, #home_etalage-items_alle h2, #home_etalage_carousel h2 {
    color: #039;
    font-size: 110%;
    margin: 0.65em 0 0.15em 0;
    padding: 0 0.8em;
    line-height: 120%; }
  #home_etalage-items p, #home_etalage-items_alle p, #home_etalage_carousel p {
    padding: 0em 0 0.6em 0.95em;
    width: 94%;
    margin-bottom: 0; }

.row .row.home_actueel_en_vlucht {
  margin: 0;
  padding: 1.5em 0 0; }
  .row .row.home_actueel_en_vlucht ul {
    margin-left: 0; }
  .row .row.home_actueel_en_vlucht .laddernav {
    right: 0; }

.row .large-9 .uitgebreid {
  float: left; }

.row .large-9 .laddernav {
  float: right; }

.group.row ul {
  margin: 0 0 3.7em 0; }

.group.row .meer_link, .group.row .uitgebreid, .group.row .laddernav {
  position: absolute;
  bottom: 0;
  right: 0;
  margin-right: 0.65em;
  padding-right: 0; }

.group.row .uitgebreid {
  left: 0;
  right: 0; }

#home #vlucht_content {
  position: relative;
  background: #f9fdff; }

#home #vluchtx {
  border-left: 0;
  width: 100%;
  right: auto;
  padding: 0;
  background: #f9fdff; }

#col1 .col_a_section, #col1 .col_b_container2, #col2 .col_a_section, #col2 .col_b_container2 {
  border-left: #ccc	solid 1px;
  border-right: #ccc solid 1px; }

.container_col_a_en_b, #col_2 {
  border-left: #ccc	solid 1px;
  border-right: #ccc solid 1px;
  background: #fff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0; }

.col_b_container {
  position: relative; }
  .col_b_container ul {
    margin-bottom: 0; }

.col_b:before, .col_b .col_b_container:before, #col1 .col_b_container2:before {
  content: '';
  display: block;
  position: absolute;
  background: #f9fdff;
  top: 0;
  width: 101%;
  height: 19px;
  z-index: 12;
  margin: 0 0 0 -1px; }

#col2, #col_2 {
  width: 32.2%;
  border-bottom: #aa3460 solid 2px; }
  #col2 .titelbalk h2, #col_2 .titelbalk h2 {
    padding-top: 0 !important;
    padding-bottom: 1px !important; }
  #col2 .ladder.ladder2, #col_2 .ladder.ladder2 {
    padding-bottom: 3.375em; }
  #col2 .laddernav a, #col2 .uitgebreid a, #col_2 .laddernav a, #col_2 .uitgebreid a {
    padding: .75em !important;
    margin-bottom: 0;
    position: relative; }

#col3, #col_3 {
  border-bottom: solid #e1930c 2px; }

/*li.headlines, */
#col2 li, #col_2 li {
  padding: 0.7em 0.85em 0.65em 0.85em;
  border-bottom-color: #e6ebf4 !important;
  display: table-row;
  border: none;
  overflow: hidden !important; }

#col_2a li.laatste_headline, #col2 li.laatste_headline {
  border-bottom: none !important; }

#col_1a {
  border-bottom: solid #7d2f99 2px; }

#analyses_home .meerlink {
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 0.75em !important; }

#col_2a {
  border-bottom: solid #083999 2px; }

#analyses_home, #nieuwsheadlines_home {
  min-height: 18.25em;
  position: relative; }

#vlucht_banner_home {
  min-height: 19.05em;
  position: relative;
  -webkit-box-align: end;
  -ms-flex-align: end;
  -webkit-align-items: flex-end;
  -moz-align-items: flex-end;
  align-items: flex-end; }

.webkit #vlucht_banner_home {
  min-height: 19.05em; }

#vluchtx .vlucht_carousel_tekst img,
#home #nieuwsbrief #image_nieuwsbrief {
  background-size: cover;
  height: 177px;
  object-fit: cover; }

@media only screen and (max-width: 41.99em) {
  #vluchtx .vlucht_carousel_tekst img {
    min-height: 209px; }
  #home #nieuwsbrief #image_nieuwsbrief {
    min-height: 171px; } }

@media all and (min-width: 54em) and (max-width: 62.99em) {
  .webkit #analyses_home, .webkit #nieuwsheadlines_home,
  #analyses_home, #nieuwsheadlines_home {
    min-height: 19.25em; }
  #vluchtx .vlucht_carousel_tekst img,
  #home #nieuwsbrief #image_nieuwsbrief {
    background-size: cover;
    height: 192px;
    object-fit: cover; } }

@media all and (min-width: 54em) and (max-width: 65em) {
  .webkit #analyses_home, .webkit #nieuwsheadlines_home,
  #analyses_home, #nieuwsheadlines_home,
  #vlucht_carousel {
    min-height: 19.35em; }
  #vluchtx .vlucht_carousel_tekst img,
  #home #nieuwsbrief #image_nieuwsbrief {
    background-size: cover;
    height: 192px;
    object-fit: cover; } }

.vlucht_home_banner_tekst {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
  -moz-box-flex: 1;
  -moz-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto; }

.ie10 .vlucht_home_banner_tekst, .ie11 .vlucht_home_banner_tekst {
  min-height: 16.3em; }

#home .titelbalk_container {
  margin: 24px 0 0;
  padding-top: 1.45em;
  background: #f9fdff; }

.col_b .ladder li,
#col1 .ladder li {
  padding: 0 !important;
  border-bottom-color: #e6ebf4 !important;
  width: 100%;
  display: table; }

.titelbalk_col_a h2:after {
  border: none !important;
  /*	content: "\2605"; */
  content: "\e602" !important;
  font-family: 'awesome';
  font-size: 0.9em;
  top: .7em;
  margin-left: 0.5em; }

.col_b .datefloat, #col1 .datefloat {
  border-right-color: #e6ebf4 !important;
  font-size: 230% !important;
  padding: 0.45em 0 0.05em;
  text-align: center;
  max-width: 2.7em;
  width: 2.7em;
  display: table-cell;
  float: none; }

.datefloat div {
  display: inline-block;
  padding-left: 0 !important;
  float: none !important;
  min-width: 2.3em;
  color: #585858 !important; }

.datum_maand {
  padding-left: 0 !important;
  font-size: 35% !important;
  position: relative;
  top: -0.5em; }

.agenda_item_tekst {
  display: inline-block;
  border-left: #ccc solid 1px;
  padding: 0 0.6em 0 0.9em !important;
  clear: both;
  float: none !important;
  display: table-cell;
  vertical-align: middle; }

.checkstatus {
  float: right;
  padding-right: 0.6em; }

.update_nieuwtje {
  color: #7e2121;
  font-weight: 600; }

.headlines {
  display: table;
  border-collapse: collapse;
  width: 100%; }

li.headline {
  display: table-row; }

.headline_foto {
  overflow: hidden;
  display: table-cell;
  vertical-align: middle;
  padding: 0.85em;
  width: 5.4em; }

html:not(.android) #nieuwsheadlines_home .headline_foto {
  width: 6.375em;
  min-width: 6.375em; }

.headline_tekst {
  line-height: 115%;
  width: auto;
  min-height: 50px;
  font-weight: 700;
  padding: 0.1em 0.85em 0 0;
  display: table-cell;
  vertical-align: middle; }
  .headline_tekst h2 {
    line-height: inherit;
    margin: 0;
    font-size: .8125em !important; }
    .headline_tekst h2 a {
      font-size: 125%; }

#analyses_home .titelbalk h2 {
  font-size: 140% !important;
  margin-top: -0.35em !important; }

#analyses_home .headline_tekst h2 {
  font-size: 100% !important;
  margin-top: 0.15em;
  line-height: 1.4; }

#analyses_home p a {
  font-weight: 900; }

.headline_datum, .datum_nieuwtje, .datenews {
  color: #575757;
  font-size: 85% !important;
  font-weight: 500;
  margin: 0; }

.datum_nieuwtje:before {
  border: none !important;
  margin: -1px 0 0 8px !important;
  font-size: 1.4125em;
  position: absolute;
  right: 3.5em; }

p.headline_datum {
  font-size: 85%; }

.headline_updateimg {
  margin-left: 0.6em; }

.agendatitelsubbalk {
  background: #217f68;
  clear: both;
  height: 2.18em;
  padding-top: 0.2em; }
  .agendatitelsubbalk .rss {
    float: right;
    margin-top: -1.6em;
    margin-right: 0.5em; }

.col_b h3, #col1 h3 {
  font-weight: 500;
  color: #fff;
  left: 0;
  padding: 0.2em 1em;
  font-size: 95%;
  margin: 0;
  line-height: 1.4; }

.safari5 .container2_col_a_en_b {
  display: block !important;
  height: 100%; }

.safari5 .uitgebreid_ladder2 {
  left: 0; }

#verder_publieke_agenda {
  position: relative;
  height: 3.15em; }
  #verder_publieke_agenda > div {
    position: absolute; }

.titelbalk h2 {
  display: block;
  font-weight: 700;
  color: #fff;
  left: 0;
  padding-top: 0;
  padding-left: 0.65em;
  font-size: 140% !important;
  font-family: 'tiennebold' !important; }

.nieuws_group_container .titelbalk h2, .agenda_group_container .titelbalk h2 {
  padding: 0 0 1px 0.85em;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  width: 85%;
  font-size: 140% !important; }

.titelbalk, .nieuws_group_container, .agenda_group_container {
  color: #fff; }

.titelbalk {
  height: 3em !important;
  padding-top: 1em !important;
  line-height: 29px; }

#home .titelbalk, .nieuws_group_container .titelbalk, .agenda_group_container .titelbalk {
  min-height: 39px;
  line-height: 39px;
  width: 100%;
  overflow: hidden; }

#home footer.row {
  width: 100%;
  max-width: none;
  margin: 0; }

#home .print li a.print:before {
  margin-top: 10px; }

footer.row, #home_etalage-items_content, #footer_container {
  max-width: 1260px;
  margin: 0 auto !important; }

#home_etalage-items_pijlen {
  max-width: 1279px;
  position: relative;
  margin-left: auto;
  margin-right: auto; }

.home_etalage-items_pijl {
  position: absolute;
  width: 30px;
  height: 50px;
  overflow: hidden; }

.home_etalage-items_pijl a {
  display: block;
  width: 100%;
  height: 100%; }

.nieuws_group_container li {
  display: table;
  width: 100% !important;
  padding: 0 0.85em 0 0 !important;
  line-height: 140% !important; }
  .nieuws_group_container li .tekst_kopje {
    display: table-cell; }
  .nieuws_group_container li .geen_exheadline, .nieuws_group_container li .exheadline {
    display: table-cell; }
  .nieuws_group_container li .datenews {
    display: table-cell;
    text-align: center;
    padding-right: 0 !important;
    font-size: 95% !important; }

#main .ladder_nieuws.eh li > div {
  display: table-cell; }

.gecko #home_ladder_nieuws li .container {
  padding-right: 0.6em; }

#home_ladder_nieuws li .container, #home_ladder_nieuws li .datum_nieuwtje, .nieuws_group_container li .container, .nieuws_group_container li .datum_nieuwtje {
  overflow: auto;
  display: table-cell; }

#home_ladder_nieuws li .container, #home_ladder_nieuws li .tekst_kopje, .nieuws_group_container li .container, .nieuws_group_container li .tekst_kopje {
  padding: 0.86em 0 0.86em 0.85em;
  padding: 0.79em 0 0.94em 0.85em; }

#home_ladder_nieuws li .datum_nieuwtje, #home_ladder_nieuws li .datenews, .nieuws_group_container li .datum_nieuwtje, .nieuws_group_container li .datenews {
  text-align: center;
  width: 4.1em;
  padding: 0.65em 0.2em 0.65em 0;
  overflow: hidden; }

#home_ladder_nieuws li br, .nieuws_group_container li br {
  display: none; }

#home_ladder_nieuws li .geen_exheadline, #home_ladder_nieuws li .exheadline, .nieuws_group_container li .geen_exheadline, .nieuws_group_container li .exheadline {
  display: table-cell;
  padding: 0.85em 0.5em 0.85em 1.0em;
  position: relative; }

#home_ladder_nieuws li .exheadline a:after, .nieuws_group_container li .exheadline a:after {
  border: none !important;
  /*			content: "\2605" !important; 
				font-size: 1.4125em;
				top: .35em;*/
  content: "\e602" !important;
  font-family: 'awesome';
  font-size: 0.9em;
  top: .7em;
  position: absolute;
  margin: -0.2em 0 0 0.15em !important;
  margin: 0 0 0 0.15em !important; }

.gecko .datum_nieuwtje > div:first-of-type, .gecko .datenews > div:first-of-type {
  width: 4.1em !important;
  word-wrap: break-word; }

#home_ladder_nieuws .exheadline a, #home_ladder_nieuws .exheadline a:visited {
  color: #039;
  cursor: default; }

.exheadline a:after {
  right: 0; }

#home_ladder_nieuws ul li {
  display: table;
  padding: 0 0.75em 0 0;
  width: 100%; }

.gecko #home_ladder_nieuws li > div {
  border-bottom: none; }

.instellen, .group.row .rss, .titelbalk .rss, .ladder_nieuws .rss, .ladder_agenda .rss {
  float: right;
  margin: 0 0.9em 0 0 !important;
  top: 0em !important; }

.instellen, .rss {
  padding-top: 0.125em;
  width: 2em; }

.rss a:before {
  content: "R";
  font-family: "awesome";
  font-size: 125%;
  padding-left: 0.7em;
  color: white; }

.instellen {
  margin-right: 0;
  display: none; }

.rss a:link,
.rss a:visited {
  font-weight: 500;
  color: #fff; }

.atab_container .rss {
  float: right;
  margin-right: 0.5em;
  margin-top: -1.75em; }

.rss a:hover {
  border: 0 none !important;
  text-decoration: none; }

.datefloat, .datenews {
  padding: 0 0.2em 0 0.5em; }

.datefloat, ul.zonder_lnk_ervoor li div {
  float: right; }

.group_container li div, ul.zonder_lnk_ervoor li div {
  color: #575757; }

ul.zonder_lnk_ervoor li div {
  padding-left: 0.625em; }

ul.zonder_lnk_ervoor li div.linktekst {
  float: none; }

#home #vlucht_carousel {
  background: #f9fdff;
  width: 100%;
  overflow: hidden;
  margin: 0;
  position: relative;
  border-top: none;
  border-bottom: 1px solid #ccc; }

#home #eutweets {
  width: 100%;
  height: 100%;
  padding: 1px 0px 0 0;
  margin-top: 1.45em;
  border-left: #ccc	solid 1px;
  border-right: #ccc solid 1px; }
  #home #eutweets .jspPane {
    margin-right: -0.125em; }

#home .eutweetheading {
  border-top: 1px #d9d9d9 solid; }

#home .eutweetheading, #home .eutweettext {
  padding: 0.5em 1.7em 0.5em 0.85em; }

#home .sib_full {
  margin: 0; }

#sociale_iconen_home, #vlucht_gebruikers_carousel {
  width: 100%;
  border-top: #ccc solid 1px;
  border-bottom: #ccc solid 1px;
  border-left: #ccc	solid 1px;
  border-right: #ccc solid 1px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: #fff;
  margin: 0;
  padding-bottom: 0.7em;
  margin-top: 1.45em; }

#vlucht_gebruikers_carousel {
  border: #ccc solid 1px; }

#vlucht_carousel_visual {
  width: 100%;
  overflow: hidden; }

#gebruikers_caroussel {
  margin: 0 20px 20px 20px; }
  #gebruikers_caroussel .slick-center img {
    border: 3px solid #1f4a9e;
    height: 97% !important; }

.gebruikers_caroussel_arrow {
  color: grey;
  font-size: 32px;
  font-family: "Trebuchet MS";
  position: absolute;
  margin-top: -12%;
  cursor: pointer; }

.gebruikers_caroussel_arrow:hover {
  color: #1f4a9e; }

.ca_prev {
  margin-left: -17px; }

.ca_next {
  right: 0;
  margin-right: -18px; }

/*#sociale_iconen_home_content {
	width: 100%;
	position: relative;
}
#sociale_iconen_home_content input{
	width:31px;
}
*/
.si_kop_m, .gc_kop_m {
  text-align: center;
  width: 100%; }

#si_home_kop, #gc_home_kop {
  color: #666;
  margin: 1.05em 0 1.05em;
  font-size: 0.9em !important;
  font-weight: 500;
  font-family: inherit; }

#gc_home_kop {
  margin: 1.35em 0 1.35em; }

#si_iconen_content {
  position: relative;
  height: 100%;
  text-align: center;
  vertical-align: middle;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around; }

.doorstuurhome img {
  vertical-align: top;
  vertical-align: inherit; }

.doorstuurhome a:hover {
  border: 0 none; }

#vluchtx > nav.vlucht_content_home_top {
  height: 27.65em;
  background: #d4eaff url(/9353265/g/8er_wiewatwaar.jpg) no-repeat left bottom;
  position: relative;
  left: -1px; }

nav.vlucht nav.vlucht_content_home_top {
  width: 98%;
  overflow: auto;
  padding-top: 0; }

nav.vlucht nav.vlucht_content_home_top {
  overflow: hidden;
  height: 19.65em; }

.vlucht_carousel_tekst {
  display: none; }

.li_large.vlucht_carousel_tekst {
  display: block; }

/*uitzondering voor vluchtbanner */
.vlucht_content_home_top_onderwerp_img {
  float: left !important;
  width: 40px; }

.vlucht_carousel_tekst {
  padding: 0;
  float: none !important; }
  .vlucht_carousel_tekst a {
    display: block;
    position: relative; }
  .vlucht_carousel_tekst span {
    position: absolute;
    top: 58px;
    right: 0;
    width: 100%;
    height: calc(100% - 40px);
    display: inline-flex;
    text-align: center; }

.vlucht_carousel_tekst.home_top_rood span {
  font-size: 2.75em;
  line-height: 1.2em;
  z-index: 93;
  padding: 0 0.6em;
  xxbackground: aqua;
  color: #fff;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center; }

.tekst_carouselitem {
  width: 100%;
  height: 40px;
  line-height: 32px;
  overflow: hidden;
  display: table-cell;
  position: absolute;
  top: 40px;
  height: 40px; }

#nieuwsbrief_tekst_wrapper {
  font-size: 1.6em;
  position: absolute;
  top: 80px;
  width: 100%;
  float: left;
  font-weight: bold;
  padding: 0.6em; }
  #nieuwsbrief_tekst_wrapper h2, #nieuwsbrief_tekst_wrapper h3, #nieuwsbrief_tekst_wrapper h4 {
    color: #fff; }
  #nieuwsbrief_tekst_wrapper h2 {
    line-height: 1.2em;
    margin: 0; }
  #nieuwsbrief_tekst_wrapper h3 {
    font-size: 0.9em;
    line-height: 1.0em;
    margin-bottom: 0.7em; }
  #nieuwsbrief_tekst_wrapper h4 {
    font-size: 0.8em;
    line-height: 1.1em;
    font-style: italic; }

#bc_knoppen {
  position: absolute;
  top: 0; }

#home .bc_image, #home #image_nieuwsbrief {
  margin-top: 80px;
  display: inline-block; }

.tekst_carouselitem a {
  margin-top: 0.5em;
  margin-bottom: 0.2em; }

.vlucht_carousel_tekst .tekst_carouselitem a {
  padding: 0 1em;
  display: inline-block;
  line-height: 1.1;
  vertical-align: middle; }

.vlucht_carousel_tekst .tekst_carouselitem a:link, .vlucht_carousel_tekst a:visited {
  color: #fff; }

.vlucht_carousel_tekst img {
  border-left: #ccc	solid 1px;
  border-right: #ccc solid 1px;
  object-fit: cover;
  height: 162px; }

#bc_teksten {
  margin-bottom: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex; }

.banner_fixed {
  margin-top: -40px;
  border: 1px #9f9d00 solid;
  height: 40px;
  padding: 5px 0 5px 0; }

#bc_knoppen {
  width: 100%;
  height: 40px; }

.bc_ul.knoppen li, #bc_knoppen li {
  float: left;
  width: 20%; }

.vlucht_content_home_top_onderwerp_txt_wit {
  background-color: #fff;
  border-left: #ccc	solid 1px;
  border-right: #ccc solid 1px; }

.home_top_uitroepteken, li.home_top_uitroepteken, .vlucht_content_home_top_onderwerp_txt_uitroepteken {
  background: #fff; }

.home_top_dblauw, li.home_top_dk_blauw, .vlucht_content_home_top_onderwerp_txt_dk_blauw {
  background: #1f4a9e; }

.vlucht #bc_knoppen li.home_top_lblauw svg {
  position: relative;
  left: -8px; }

.home_top_lblauw, li.home_top_lblauw, .vlucht_content_home_top_onderwerp_txt_lblauw {
  background: #3498cc; }

.home_top_rood, li.home_top_rood, .vlucht_content_home_top_onderwerp_txt_rood {
  background: #fe0201; }

.home_top_wit, li.home_top_wit, .vlucht_content_home_top_onderwerp_txt_wit {
  background: #fff; }

.home_top_tw_blauw, li.home_top_tw_blauw, .vlucht_content_home_top_onderwerp_tw_blauw, .home_top_tw_blauw:after {
  background-color: #28aae1 !important; }

.safari #vluchtx .home_top_tw_blauw:after {
  position: absolute;
  top: 0;
  right: 0;
  width: 4px;
  height: 40px;
  z-index: 834;
  content: ""; }

.vlucht_content_home_top_onderwerp_txt_wit.tekst_carouselitem a:link, .vlucht_content_home_top_onderwerp_txt_wit.tekst_carouselitem a:visited {
  color: #039; }

li.home_top_oranje .tekst_carouselitem a:hover {
  border-color: #ff9000 !important; }

li.home_top_lblauw .tekst_carouselitem a:hover {
  border-color: #3498cc !important; }

#footer_container {
  padding-left: 1.8875em;
  font-size: 80% !important; }

/* COLS, ALGEMEEN */
.container_col_a_en_b, .col_a, .col_b, #col_2, #col_3 {
  padding: 0; }

.container_col_a_en_b .laddernav.laddernav_ladder2 a, .container_col_a_en_b .uitgebreid.uitgebreid_ladder2 a, #col1 .laddernav.laddernav_ladder2 a, #col1 .uitgebreid.uitgebreid_ladder2 a {
  border-bottom: solid #2da487 2px;
  padding: .75em !important;
  margin-bottom: 0;
  position: relative; }

#container_col_2a_en_2b .laddernav a, #container_col_2a_en_2b .uitgebreid a {
  border-bottom: #aa3460 solid 2px;
  padding: .75em !important;
  margin-bottom: 0;
  position: relative; }

/* COLS, FLEX */
@media only screen and (min-width: 42em) {
  html:not(.ie9) .home_actueel_en_vlucht.row .container_col_a_en_b, html:not(.ie9) .no-js .home_actueel_en_vlucht.row .container_col_a_en_b {
    position: relative; }
  html:not(.ie9) .home_actueel_en_vlucht.row .container2_col_a_en_b, html:not(.ie9) .no-js .home_actueel_en_vlucht.row .container2_col_a_en_b {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column; }
  html:not(.ie9) .home_actueel_en_vlucht.row #container_nav_agd_publiek, html:not(.ie9) .no-js .home_actueel_en_vlucht.row #container_nav_agd_publiek {
    position: relative;
    height: 2.4em; }
  html:not(.ie9) .home_actueel_en_vlucht.row #home_ladder_nieuws, html:not(.ie9) .no-js .home_actueel_en_vlucht.row #home_ladder_nieuws {
    height: 100%;
    flex-shrink: 0; }
    html:not(.ie9) .home_actueel_en_vlucht.row #home_ladder_nieuws ul, html:not(.ie9) .no-js .home_actueel_en_vlucht.row #home_ladder_nieuws ul {
      margin-bottom: 4em; }
  html:not(.ie9) #home .titelbalk_container {
    margin-top: 0; }
  html:not(.ie9) .uitgebreid_ladder2.last, html:not(.ie9) .laddernav_ladder2.last,
  html:not(.ie9) #col2 .uitgebreid, html:not(.ie9) #col2 .laddernav, html:not(.ie9) #col_2 .uitgebreid, html:not(.ie9) #col_2 .laddernav {
    position: absolute;
    bottom: 0;
    z-index: 342; } }

@media only screen and (max-width: 53.9999em) {
  html:not(.ie9) .home_actueel_en_vlucht.row .uitgebreid {
    float: left; }
  html:not(.ie9) .home_actueel_en_vlucht.row .laddernav {
    float: right; } }

@media only screen and (min-width: 42em) and (max-width: 53.9999em) {
  /* COLS, FLEX */
  .home_actueel_en_vlucht.row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .container_col_a_en_b, #col_2 {
    float: left;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -moz-flex: 1;
    -ms-flex: 1;
    flex: 1; }
  .container_col_a_en_b, #col_2, #col1, #col2 {
    width: 49.2% !important; }
  #container_col_1a_en_1b, #col1 {
    margin-right: 0.8% !important; }
  #container_col_2a_en_2b, #col2 {
    margin: 0 0 0 0.8% !important; }
  .col_a, .col_b, #col_3 {
    width: 100%; }
  /*	html:not(.safari5) {
		.uitgebreid.uitgebreid_ladder2, .laddernav.laddernav_ladder2 {
			position: absolute;
			margin-top: 0.1em;
			background: #fff;
		}
	}
*/
  .container2_col_a_en_b {
    padding-bottom: 3.5em; }
  .laddernav.laddernav_ladder2 {
    left: 80%; }
  #col_3 {
    border: none;
    margin-top: 1.55em; }
  #home #eutweets {
    padding: 0 0 2.8em;
    border-bottom: solid #e1930c 2px;
    margin-top: 0; }
    #home #eutweets .titelbak {
      margin-top: 2px; }
  .chrome #eutweets:after {
    bottom: 0 !important; } }

@media only screen and (min-width: 54em) {
  #col2 {
    min-height: 920px; }
  html:not(.ie9) .home_actueel_en_vlucht.row, html:not(.ie9) .no-js .home_actueel_en_vlucht.row, html:not(.ie9) .group_container > .group {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    align-items: stretch; }
  .container_col_a_en_b, #container_col_2a_en_2b, #col_3 {
    width: 32%; }
  #container_col_2a_en_2b {
    margin: 0 2%;
    min-height: 1489px; }
  .uitgebreid_ladder2.last, .laddernav_ladder2.last,
  #container_col_2a_en_2b .uitgebreid, #container_col_2a_en_2b .laddernav, #container_col_2a_en_2b .uitgebreid, #container_col_2a_en_2b .laddernav {
    position: absolute;
    bottom: 0;
    z-index: 342; } }

@media only screen and (max-width: 41.99em) {
  /*NEW*/
  html:not(.ie9) .home_actueel_en_vlucht {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    -webkit-box-orient: vertical;
    flex-direction: column;
    /*			.col_a {
				position: absolute;
				topp: 1.35em;
				background: #fff;
				@include border-l-and-r-grey;
				width: 100%;
			}
*/ }
    html:not(.ie9) .home_actueel_en_vlucht #container_col_1a_en_1b {
      -webkit-box-ordinal-group: 3;
      -webkit-order: 2;
      -moz-order: 2;
      -ms-flex-order: 2;
      order: 2;
      background: transparent;
      margin-top: 1.65em; }
    html:not(.ie9) .home_actueel_en_vlucht #container_col_2a_en_2b {
      -webkit-box-ordinal-group: 2;
      -webkit-order: 1;
      -moz-order: 1;
      -ms-flex-order: 1;
      order: 1;
      width: 100%; }
    html:not(.ie9) .home_actueel_en_vlucht #col_3 {
      -webkit-box-ordinal-group: 4;
      -webkit-order: 3;
      -moz-order: 3;
      -ms-flex-order: 3;
      order: 3;
      margin-top: 1.65em; }
    html:not(.ie9) .home_actueel_en_vlucht #home_ladder_nieuws, html:not(.ie9) .home_actueel_en_vlucht #col2 {
      height: auto !important; }
    html:not(.ie9) .home_actueel_en_vlucht .titelbalk_container {
      margin-top: 0 !important; }
    html:not(.ie9) .home_actueel_en_vlucht #col_1a, html:not(.ie9) .home_actueel_en_vlucht .col_b_container {
      background: #fff; }
    html:not(.ie9) .home_actueel_en_vlucht footer {
      background: #f9fdff !important; }
  html.android.mobile .home_actueel_en_vlucht #col_2 {
    margin-top: 17.95em; }
  html.android.mobile .home_actueel_en_vlucht #col_3 {
    margin-top: 1.4em; }
  html.android.mobile .home_actueel_en_vlucht .titelbalk_container {
    margin-top: 0 !important;
    padding-top: 1.1em !important; }
  #vlucht_banner_home {
    min-height: inherit !important; } }

@media (max-width: 750px) {
  #form_bar {
    display: none; } }

@media only screen and (min-width: 20.68em) and (max-width: 56.9em) {
  #home_etalage-items_alle .home_etalage-item3, #home_etalage-items_alle .home_etalage-item4 {
    margin-top: 2.7% !important; } }

@media only screen and (min-width: 54em) and (max-width: 63em) {
  #pageheader #sitetitel {
    width: 32em !important;
    top: 0em;
    padding-left: 0.7em; } }

/*
hierna carouselblokken en agenda, nieuws en vlucht
eerst t/m 36em width
*/
@media only screen and (min-width: 20.68em) and (max-width: 39.68em) {
  /* bovenaan, carousel, 2x per keer */
  #home_etalage-items .home_etalage-item1, #home_etalage-items .home_etalage-item3, #home_etalage-items .home_etalage-item5, #home_etalage-items .home_etalage-item7, #home_etalage_carousel .home_etalage-item1, #home_etalage_carousel .home_etalage-item3, #home_etalage_carousel .home_etalage-item5, #home_etalage_carousel .home_etalage-item7 {
    margin: 0 0.625em 0 0; }
  #home_etalage-items .home_etalage-item2, #home_etalage-items .home_etalage-item4, #home_etalage-items .home_etalage-item6, #home_etalage-items .home_etalage-item8, #home_etalage_carousel .home_etalage-item2, #home_etalage_carousel .home_etalage-item4, #home_etalage_carousel .home_etalage-item6, #home_etalage_carousel .home_etalage-item8 {
    margin: 0 0 0 0.3125em; }
  #home_etalage-items .home_etalage-item, #home_etalage_carousel .home_etalage-item {
    min-height: 15.625em;
    -moz-box-shadow: 0px 0px 2px 2px #a9b8ce;
    -webkit-box-shadow: 0px 0px 2px 2px #a9b8ce;
    box-shadow: 0px 0px 2px 2px #a9b8ce;
    border-bottom: solid 1px #b3c3db;
    border-bottom: solid 1px #a9b8ce; }
  /* midden, col1 en col2 naast elkaar, col3 de gehele breedte 
+ onderaan, alleen laatste 2 (zonder carousel) */
  #home_etalage-items_alle .home_etalage-item, .home_actueel_en_vlucht .home_etalage-item {
    width: 48%; }
  #home_etalage-items_alle #col1, #home_etalage-items_alle .home_etalage-item1, #home_etalage-items_alle .home_etalage-item3, #home_etalage-items_alle .home_etalage-item5, #home_etalage-items_alle .home_etalage-item7, .home_actueel_en_vlucht #col1, .home_actueel_en_vlucht .home_etalage-item1, .home_actueel_en_vlucht .home_etalage-item3, .home_actueel_en_vlucht .home_etalage-item5, .home_actueel_en_vlucht .home_etalage-item7 {
    margin: 0 2% 0 0; }
  #home_etalage-items_alle #col2, #home_etalage-items_alle .home_etalage-item2, #home_etalage-items_alle .home_etalage-item4, #home_etalage-items_alle .home_etalage-item6, #home_etalage-items_alle .home_etalage-item8, .home_actueel_en_vlucht #col2, .home_actueel_en_vlucht .home_etalage-item2, .home_actueel_en_vlucht .home_etalage-item4, .home_actueel_en_vlucht .home_etalage-item6, .home_actueel_en_vlucht .home_etalage-item8 {
    margin: 0 0 0 2%; }
  #home #home_etalage-items_alle .home_etalage-items_alle_content .home_etalage-item3, #home #home_etalage-items_alle .home_etalage-items_alle_content .home_etalage-item4 {
    margin-top: 4% !important; }
  .bc_image {
    width: 100%; } }

@media only screen and (min-width: 20.68em) and (max-width: 27.68em) {
  #home_etalage_carousel h2, #home_etalage-items h2, #home_etalage-items_alle h2 {
    padding: 0.5em 0.5em 0;
    margin: 0 0 .1em 0; }
  #home_etalage_carousel p, #home_etalage-items p, #home_etalage-items_alle p {
    padding-left: 0.5em;
    width: 96%; } }

#home_etalage-items_alle {
  border-top: 1.5em #f9fdff solid; }

@media only screen and (min-width: 33em) and (max-width: 39.69em) {
  body #pageheader #sitetitel {
    height: 4.4em !important; }
  .ie10 #sitetitel img {
    width: 50%; } }

@media only screen and (min-width: 39.7em) and (max-width: 53.9999em) {
  #content > .row > article {
    background: #f5fbff; }
  .home_actueel_en_vlucht .sib_full {
    width: 49.2% !important;
    margin-right: 0.8% !important; }
  .home_actueel_en_vlucht #si_iconen_content > div {
    margin: 0 1.8%; }
  .home_actueel_en_vlucht #si_iconen_content > form {
    margin: 0 1.8%; }
  #home #vlucht_content {
    left: 0; }
  #home #vluchtx {
    left: 1px; }
  #pageheader #sitetitel {
    width: 32em;
    top: 0em; }
  /*
	html:not(.ie9) #home .sib_left3 a:before{
		font-size:180% !important;
	}
	html:not(.ie9) #home .sib_left1 a:before{
		font-size:180% !important;
	}
	html:not(.ie9) #home .sib_left4 a:before{
		font-size:180% !important;
	}
	html:not(.ie9) #home .sib_left2 .print a:before{
		font-size:150% !important;
	}
	html:not(.ie9) #home .sib_left4 a:before{
		font-size:180% !important;
	}
	html:not(.ie9) #home .sib_right1 a:before{
		font-size:180%!important;
		margin-top:-4px!important;
	}
	html:not(.ie9) #home .sib_right2 a:before{
		font-size:180%!important;
	}

*/
  #home #vlucht_carousel, #vlucht_banner_home {
    width: 49.2%;
    margin-right: 0.8% !important; }
  #sociale_iconen_home, #vlucht_gebruikers_carousel {
    width: 49.2% !important;
    margin-right: 0.8% !important; }
  #eutweets {
    width: 49.2% !important;
    margin-left: 0.8% !important;
    margin-right: 0 !important;
    float: right;
    position: absolute !important;
    top: 0;
    right: 0;
    background: #fff; }
    #eutweets .jspContainer {
      width: 100% !important;
      min-height: 517px !important; }
  .scroll-pane-tweets {
    height: 99% !important;
    border-bottom: #ccc solid 1px; } }

.terugOmhoog.hide-small, .terugOmhoog.hide-for-medium-up {
  clear: both;
  padding-right: .9375rem; }

#mihofvb .mihofvb_tekst {
  font-family: 'mibanner';
  background: #f7f7f7;
  margin-top: 1em;
  width: 100%;
  border: solid 1px #9f121e; }

#mihofvb .mihofvb_tekst h1 {
  font-family: 'mibanner';
  font-size: 195%;
  text-align: center;
  margin-bottom: 0em !important;
  color: #9f121e; }

#mihofvb .mihofvb_tekst h2 {
  font-family: 'mibanner';
  font-size: 150%;
  color: #9f121e;
  text-align: center;
  margin-bottom: 0em; }

#mihofvb .mihofvb_tekst h3 {
  font-family: 'mibanner';
  font-size: 120%;
  text-align: center;
  color: #464343;
  margin-bottom: 0.5em; }

.mihofvba {
  margin-left: 2em;
  text-align: left;
  display: inline-block; }

.mihofvbami {
  display: inline-block;
  padding-left: 1em; }

#home_etalage-items_alle.carousel_empty {
  padding: 0;
  background: transparent; }

.seperate_soc_icons {
  border-left: 6px solid #f5fbff !important;
  margin-left: -1px;
  height: 1.45em; }

.cookie_warning {
  background-color: #f7f7f7;
  padding: 1.4em 0 0.8em 1em;
  margin-bottom: 0.5em;
  box-shadow: 1px 1px 0px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.75);
  -moz-box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.75);
  box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.75); }
  .cookie_warning .cookie_p {
    display: inline-block;
    font-size: 115%; }
  .cookie_warning .meer_info {
    color: #003399 !important;
    margin-left: 6em; }
    .cookie_warning .meer_info a {
      color: #003399 !important; }
  .cookie_warning .accept {
    background-color: #68B624;
    background-image: -moz-linear-gradient(center top, #a1d23b, #68b624);
    border: 1px solid #8DAD62;
    border-radius: 3px;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.3), 0 1px 1px 0 rgba(255, 255, 255, 0.6) inset;
    color: #FFF !important;
    display: inline-block;
    font-size: 1.05em;
    font-weight: bold;
    line-height: 15px;
    margin: 0 0 16px;
    padding: 15px 0;
    text-align: center;
    text-decoration: none !important;
    text-shadow: 0 1px rgba(0, 0, 0, 0.3);
    width: 11em;
    margin-left: 1em;
    margin-right: 0.5em;
    cursor: pointer; }
  .cookie_warning .accept:hover {
    background-color: #77C42F;
    background-image: -moz-linear-gradient(center top, #ACDB4C, #77C42F);
    box-shadow: 0px 2px 8px 0 rgba(0, 0, 0, 0.3); }
  .cookie_warning .accept_cookies {
    display: inline-block; }
  .cookie_warning .ck_b {
    font-weight: bold; }
  .cookie_warning .eur_title {
    color: #1f4a9e; }
  .cookie_warning .weiger {
    display: inline; }
  .cookie_warning .weiger_link {
    color: #777777 !important;
    font-style: italic; }

#home .cookie_warning {
  margin-bottom: 0 !important; }

img.sitetitel, .home_etalage-item.slide, #vluchtx > nav.vlucht_content_home_top, #bc_list, .teksten .li_large, table.formtbl {
  width: 100%; }

.sib_midright a:hover {
  opacity: 0.5;
  transition: .5s ease; }

.scroll-indicator ~ audio {
  width: 100%; }

.kbtabelkader {
  border-top: 3px solid #2aa48b;
  padding-bottom: 0px; }
  .kbtabelkader > div, .kbtabelkader > audio {
    border-right: 3px solid #2aa48b;
    border-left: 3px solid #2aa48b; }
  .kbtabelkader audio {
    border-bottom: 3px solid #2aa48b; }
  .kbtabelkader audio::-webkit-media-controls-enclosure {
    border-radius: 0; }

#main .kbtabelkader th {
  border-left: none !important; }

/*hierna tbv vl4dewn91tqg (zie ook op vlcbf513vtrb  van de mepsite */
article > .vidborder .newln > div > span video, article > .vidborder .newln > div > div {
  width: 100% !important;
  overflow: hidden; }

article > .vidborder .newln > div > table[id*="vsh"] {
  display: none; }

article > .vidborder .newln > div > div[id*="vsh"] {
  margin-top: -28px; }

/* zie https://lea.verou.me/2011/01/styling-children-based-on-their-number-with-css3 voor css hierna /*/
/* voor drie td's: */
article > .vidborder .newln > div > div td:nth-child(1):nth-last-child(3),
article > .vidborder .newln > div > div td:nth-child(2):nth-last-child(2),
article > .vidborder .newln > div > div td:nth-child(3):nth-last-child(1) {
  width: 33.3333%; }

/* voor vier td's: */
article > .vidborder .newln > div > div td:nth-child(1):nth-last-child(4),
article > .vidborder .newln > div > div td:nth-child(2):nth-last-child(3),
article > .vidborder .newln > div > div td:nth-child(3):nth-last-child(2),
article > .vidborder .newln > div > div td:nth-child(4):nth-last-child(1) {
  width: 25%; }

article > .vidborder .newln > div > div td > div {
  width: 100% !important; }

article > .vidborder .newln #vsh1all #vsh1cue tr.odd {
  background: #efefef; }

/*hiervoor tbv l4dewn91tqg  */
/*hierna tbv l/id/vlvxgy5z6wrl/nieuws/europa_vandaag_wordt_de_discussie_over  */
.kadersjabloon3 {
  background: #1f4a9e;
  color: white;
  font-size: 0.9289em;
  font-style: italic;
  border: 2px solid grey;
  padding: 0.9289em; }

.bij_zoeken {
  padding-right: 1em !important;
  padding-left: 1em !important;
  padding-bottom: 1em !important;
  padding-top: 1em !important;
  font-size: 0.8rem;
  margin-top: 0.8rem; }

.extra_zoekvld {
  border: 1px solid black;
  border: 0;
  background-color: #fff;
  padding: 0 8px !important;
  margin: 0;
  /*width: 15em;*/
  font-size: 90%;
  padding: 0px 26px 0px 8px !important;
  /* width: 100%; */
  height: 26px;
  border: medium none;
  /* border-radius: 5px; */
  background: transparent linear-gradient(to bottom, #F2F2F2, #FAFAFA) repeat scroll 0% 0%;
  background: #fafafa;
  background: transparent !important;
  background-color: #fafafa !important;
  box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.1) inset;
  font-size: 13px;
  /*width: auto !important;*/ }

html:not(.webkit) .extra_zoekvld {
  width: 17.7em !important; }

.icon-zoek {
  position: absolute;
  right: 0.3em;
  top: 0;
  display: block !important; }

.icon-zoek:after {
  content: "\e601";
  font-family: 'awesome';
  font-size: 110%;
  display: block;
  color: #1f4a9e;
  position: absolute;
  right: 0.1em; }

.icon-zoek-input {
  display: block !important;
  position: absolute;
  right: 0;
  top: -4px;
  background: transparent;
  border: none;
  width: 22px;
  height: 26px; }

.verder_in_tekst {
  padding-left: 0.65em; }

.h2_zoek_verder {
  font-size: 120%;
  margin: 0.8em 0 1.1em; }

p.zoek_verder {
  margin-bottom: 1.3em; }

#deel_verder_in_tekst {
  height: 6.2em;
  border-top: solid 1px #e5e5e5; }
  #deel_verder_in_tekst .main_zoekveld {
    width: 65% !important;
    float: left; }
  #deel_verder_in_tekst .button {
    height: 33px !important;
    line-height: 2.125em;
    display: block;
    z-index: 2;
    width: 100%;
    padding: 0;
    overflow: hidden;
    font-size: .875em !important; }

div.zoektermenplain li, #results h2 {
  background: #eef7fc !important;
  border-bottom: 1px #fff solid;
  padding: 0.5em 0.5625em 0.5em 0.5625em !important;
  margin: 0 !important;
  list-style: none !important; }

#deel_verder_in_tekst, #gresults, #main .gsc-branding, #main .gsc-table-result, #zoek_volledig, #zoek_volledig h2 {
  background: #fafafa; }

.verder_in_tekst input[type="search"] {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

#results_content, .tips_bij_zoeken {
  padding: 0 0.25em 1.1em; }

#deel_verder_in_tekst, #gresults, #zoek_volledig, .tips_bij_zoeken {
  display: block;
  margin: 0 0.25em 1.1em; }

#main #zoek_volledig, #main #zoek_volledig:hover, #main #zoek_volledig:visited {
  border-bottom: none  !important;
  margin-bottom: 0; }

.button_floatleft {
  float: left;
  width: 31%;
  margin-left: 2%; }

#gresults {
  border-top: none;
  padding-bottom: 1.2em;
  height: auto;
  border-bottom: solid 1px #e5e5e5; }

#main .gsc-webResult.gsc-result {
  font-family: Verdana, Arial, Helvetica, sans-serif !important; }

#main #gresults div > a, #main #gresults div > a:link, #main #gresults div > a:hover {
  border-bottom: none; }

#gresults > div {
  margin-top: 1px !important;
  padding: 0.1em 0.4em; }
  #gresults > div .gsc-control-cse, #gresults > div .gsc-thumbnail-inside, #gresults > div td {
    padding: 0; }

.gs-result {
  border-top: solid 1px #fff; }

.gsc-table-cell-thumbnail, .gs-promotion-image-cell {
  display: none; }

#main .gsc-selected-option-container {
  width: auto !important; }

#main .gsc-result .gs-title {
  height: auto; }

#main .gsc-control-cse .gs-spelling, #main .gsc-control-cse .gs-result .gs-title, #main .gsc-control-cse .gs-result .gs-title * {
  font-size: inherit;
  text-decoration: inherit; }

#results li .inhoud {
  display: block; }

#results .soort {
  float: right; }

#results h2, #zoek_volledig h2 {
  font-size: 110%;
  margin: 0.8em 0 1em;
  background: #fafafa;
  border-top: solid 1px #e5e5e5;
  margin: 0;
  padding: 0.8em 0.5625em 0.8em 0.5625em !important; }

div.zoek_verder, div.zoek_terug {
  padding: 1em 0 0;
  float: right; }

#results {
  clear: both; }

.zoeken_bladeren {
  padding: 0.4em .625em 0.4em 0;
  min-width: 11.5em;
  text-align: right;
  border-bottom: solid 1px #e5e5e5;
  background: #eef7fc !important; }

.zoeken_terug {
  margin-top: 0.3em;
  float: none; }

.zoeken_bladeren a, .zoeken_bladeren a:visited {
  color: #039;
  border-bottom: solid 1px #eef7fc  !important; }

.avlucht {
  padding: 0 0.9375rem 1.375em 0.9375rem; }
  .avlucht #avlucht_nieuws {
    border-bottom: #aa3460 solid 2px; }
  .avlucht #avlucht_agenda {
    border-bottom: solid #2da487 2px; }
  .avlucht #avlucht_columns {
    border-bottom: #aa3460 solid 2px; }
  .avlucht #avlucht_historie {
    border-bottom: solid #083999 2px; }
  .avlucht #avlucht_agenda, .avlucht #avlucht_nieuws, .avlucht #avlucht_historie, .avlucht #avlucht_vacatures, .avlucht #avlucht_columns {
    border-left: #ccc	solid 1px;
    border-right: #ccc solid 1px;
    background: #fff;
    margin-bottom: 1.15em; }
  .avlucht .ladder li {
    padding: 0.7em 0.85em 0.65em 0.85em; }
  .avlucht h3 {
    padding: 0.7em 0.85em 0.65em 0.85em;
    border-bottom: #c9e4f2 solid 1px;
    margin-bottom: 0; }
  .avlucht .nonemsg {
    padding: 0.7em 0.85em 0.65em 0.85em;
    font-style: italic; }

#avlucht_vacatures {
  background: #ed1e24; }

#a_vlucht_selects > #a_vlucht_selects_topmargin {
  width: 100%;
  height: 17px;
  clear: both; }

#avlucht div.h2-a_vlucht {
  border-bottom: 1px solid #e5e6ff; }

.h2-a_vlucht > h2, .webkit #avlucht .h2-a_vlucht > h2 {
  padding: .7em .85em .65em .85em;
  margin-bottom: 0;
  font-size: 100% !important;
  font-weight: 700 !important; }

.qtip.qtip-pdc {
  background-color: #eef7fc;
  border-color: #e2e2e2;
  color: #454545;
  font-size: 80%;
  max-width: 360px; }
  .qtip.qtip-pdc .qtip-titlebar {
    background-color: #1f4a9e;
    color: #fff; }
  .qtip.qtip-pdc .qtip-content {
    padding-top: 0.625em;
    padding-bottom: 0.625em;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column; }
  .qtip.qtip-pdc .tipmeer {
    bottom: 0.3125em;
    right: 0.625em;
    padding-right: 0.25em;
    float: right;
    -webkit-align-self: flex-end;
    -moz-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end; }
  .qtip.qtip-pdc .meer {
    margin: 0.2em 0 0 0;
    display: block; }
  .qtip.qtip-pdc .meer:before {
    content: 's';
    font-family: "awesome";
    font-size: 70%;
    display: inline-block;
    color: #005ab7;
    margin-left: -2.3em;
    /*same as padding-left set on li*/
    width: 1.2em;
    /*same as padding-left set on li*/
    position: relative;
    left: 0.1em;
    vertical-align: top;
    margin-left: 0;
    left: -0.1em; }

.media-zoom-in {
  display: inline-block;
  position: relative; }
  .media-zoom-in a {
    position: relative;
    display: inline-block; }

.media-zoom-in > a:after {
  position: absolute;
  font-size: 150%;
  width: 25.5px;
  height: 22.5px;
  padding-top: 1.5px;
  padding-left: 2.75px;
  background-color: rgba(255, 255, 255, 0.53);
  border: 1px solid #1f4a9e;
  bottom: 0;
  right: 0;
  color: #1f4a9e;
  font-family: "awesome";
  content: "\e600"; }

.copyright {
  display: block;
  font-size: 90%; }

.inlopendetekst div.opsomtekst div.seriekeuze ul {
  left: 0; }

.banner_lesidee {
  margin-top: 1em;
  margin-bottom: 0.5em;
  width: 100%;
  text-align: center;
  border: solid 1px #1F4A9E;
  background-image: url("/9353265/g/bg_banner.jpg"); }
  .banner_lesidee h1 {
    font-family: "verdana" !important;
    color: #1F4A9E !important;
    font-size: 220%;
    font-weight: 600 !important;
    letter-spacing: 1px;
    margin-bottom: 0.1em;
    margin-top: 0.5em;
    text-shadow: 1px 1px 3px rgba(150, 150, 150, 0.57); }
  .banner_lesidee .lesidee_ondertitel {
    font-family: "verdana" !important;
    color: #1F4A9E !important;
    text-align: center;
    font-size: 100%;
    margin-bottom: 1.5em !important;
    text-shadow: 1px 1px 3px rgba(150, 150, 150, 0.57); }
  .banner_lesidee .boven_euv {
    margin-bottom: 3em;
    margin-top: 1em; }
  .banner_lesidee .lesidee_tekst {
    margin-top: 0 !important; }
  .banner_lesidee .nav_bar_lesidee {
    padding-top: 0.75em;
    height: 3em;
    background-color: #1F4A9E;
    background-color: rgba(31, 74, 158, 0.8); }
    .banner_lesidee .nav_bar_lesidee .lesidee_tekst {
      color: #fff;
      color: white;
      font-weight: bold;
      font-family: "verdana" !important; }

.banner_lesidee:hover {
  -webkit-box-shadow: -1px 0px 21px -3px rgba(50, 50, 50, 0.5);
  -moz-box-shadow: -1px 0px 21px -3px rgba(50, 50, 50, 0.5);
  box-shadow: -1px 0px 21px -3px rgba(50, 50, 50, 0.5); }

.tbbtn {
  background-color: #F7F7F7 !important;
  border: none !important; }

.tbbtnOver, .tbbtnDown {
  background-color: #CACACA !important;
  border: 1px solid #AAB8C9 !important; }

.editor_toolbar {
  border: 1px solid #AAB8C9 !important;
  height: 2.5em;
  margin-bottom: 0.2em; }
  .editor_toolbar table {
    background-color: #f7f7f7 !important; }
    .editor_toolbar table td {
      padding-top: 0.2em !important;
      padding-bottom: 0.2em !important; }

.plus_uit_archief:before {
  display: none !important; }

.inklap_archief, .uitklap_archief {
  color: #005AB7 !important; }

.inklap_archief:before, .uitklap_archief:before {
  font-family: les-icons !important;
  left: -1.65em;
  margin-top: 0px;
  position: absolute; }

.uitklap_archief:before {
  content: "" !important; }

.inklap_archief:before {
  content: "" !important; }

.banner_columns {
  height: 12em; }

.columns_ondertitel {
  float: none !important; }

.boven_columns {
  height: 8em;
  background-color: #1A7CAA !important;
  position: relative; }

.nav_bar_columns {
  background-color: #BBA081 !important;
  height: 3em;
  float: none !important;
  padding-left: 1em;
  padding-top: 0.8em; }
  .nav_bar_columns .columns_tekst {
    font-size: 120%;
    color: #1B3D4D;
    font-weight: normal;
    font-family: Georgia;
    border-bottom: none !important; }
  .nav_bar_columns .columns_tekst:hover {
    color: #005ab7; }

.columns_tekst:after {
  content: 'u';
  font-family: "awesome";
  font-weight: normal;
  margin-left: 0.5em;
  font-size: 90%; }

.columns_img {
  position: absolute;
  right: 0.5em;
  bottom: 0;
  float: none !important;
  z-index: 0; }

.columns_h1 {
  font-family: georgia;
  color: #FFF;
  font-size: 200%;
  font-style: normal;
  font-weight: normal; }

.columns_ondertitel {
  font-family: georgia;
  color: #FFF;
  font-style: normal;
  font-weight: normal;
  padding-left: .3em;
  margin-top: 1.2em;
  font-size: 0.9em; }

.columns_h1 {
  margin-bottom: 0.2em !important; }

.header_tekst_columns {
  padding-left: 0.7em;
  padding-top: 0.5em;
  position: absolute;
  z-index: 1; }

.columns_tekst {
  font-size: 150%;
  font-family: verdana; }

#lesidee_banner_wrapper {
  margin-top: 0.5em; }

.tabel2080 div.seriekeuze.mtop, .tabel2080 div.seriekeuze ul {
  margin-top: 0; }

.tabel2080 td:nth-child(1) {
  width: 220px; }

.tabel2080 td:nth-child(2) {
  width: calc(100% - 220px); }
  .tabel2080 td:nth-child(2) p.mtop {
    margin-left: 1.5em;
    margin-bottom: 0.25em;
    font-weight: 600; }

.tabel2080.met_lopende_tekst td p.mtop, .tabel2080.met_lopende_tekst td p.mnone {
  margin-left: 0;
  margin-top: 0;
  margin-bottom: 1em;
  font-weight: 500; }

.tabel2080.met_lopende_tekst table, .tabel2080.met_lopende_tekst .rij1 td {
  width: 100%; }

/*bannerhtml BEGIN*/
#fb_box {
  width: 450px;
  margin: 2em auto 1.3em;
  padding: 0 !important; }

#fb_box a, #fb_box a:link, #fb_box a:visited, #fb_box a:hover, #fb_box a:active {
  border: 0 !important;
  text-decoration: none; }

.fb_banner {
  display: table;
  border: 1px solid #003399;
  padding: 1em; }

.euag {
  background: #005daa; }

.fb_bannerbox {
  position: relative;
  display: table-row;
  max-width: 37%; }

.fb_imgbox {
  display: table-cell;
  vertical-align: middle;
  width: 37%;
  text-align: center; }

.fb_img {
  z-index: 0; }

.fb_tekstbox {
  display: table-cell;
  vertical-align: middle;
  z-index: 1; }

.fb_tekst {
  color: #000 !important;
  margin-bottom: 0em !important;
  padding-left: 1em;
  font-size: 100%;
  font-style: normal;
  font-weight: normal; }

.fb_teksteumo {
  color: white !important;
  margin-bottom: 0em !important;
  padding-left: 1em;
  font-size: 100%;
  font-style: normal;
  font-weight: normal; }

.fb_namen {
  padding: 0 0.8em;
  margin-bottom: 0em;
  font-family: georgia;
  color: #575757;
  font-size: 1.2em !important;
  font-style: normal;
  font-weight: bond;
  text-align: center; }

.fb_namen {
  float: none !important; }

.top-bar-js-breakpoint {
  width: 793px !important; }

/*bannerhtml EIND*/
.boven_columns1 {
  position: relative; }

.gewoneversie .banner_columns1 {
  width: 80%;
  height: auto !important;
  margin: 0 auto;
  line-height: 1;
  background-color: transparent; }
  .gewoneversie .banner_columns1 a {
    display: inline-block;
    border-bottom: none !important; }

header_tekst_columns1 {
  padding: 0.9em 0 0.8em 0.7em; }

.columns_titel {
  color: #fff !important;
  font-family: georgia;
  font-size: 200%; }

.nav_bar_columns1 {
  padding: 0.5em 0 0.5em 0; }
  .nav_bar_columns1 a, .nav_bar_columns1 a:visited {
    border-bottom: none !important; }

.columns_tekst1 {
  padding: 0 0.7em;
  display: inline-block; }

.MainEnd_Banner .bron_nieuwtje,
.vacatureBanner .bron_nieuwtje {
  height: auto !important; }

#BoekenBanner, .vacatureBanner, .MainEnd_Banner {
  margin-top: 2em; }

#BoekenBanner .nav_bar_columns1 {
  max-width: 450px;
  background: #c91a35 !important; }
  #BoekenBanner .nav_bar_columns1 a {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 100% !important; }
  #BoekenBanner .nav_bar_columns1 a, #BoekenBanner .nav_bar_columns1 a:visited {
    color: #fff !important; }

#BoekenBanner .boven_columns1 {
  background: transparent !important;
  min-height: inherit !important;
  max-width: 450px; }

#BoekenBanner .header_tekst_columns1 {
  position: absolute;
  right: 5.7em;
  top: 3em;
  z-index: 33; }

#BoekenBanner .columns_img1 {
  right: 0;
  width: 100% !important;
  position: relative;
  vertical-align: middle;
  float: none; }

#BoekenBanner .columns_titel {
  font-family: "Open Sans", sans-serif;
  font-size: 210% !important;
  line-height: 1.1 !important;
  font-weight: 800; }
  #BoekenBanner .columns_titel span {
    position: relative;
    left: 1.8em; }

@media only screen and (min-width: 780px) and (max-width: 990px) {
  #BoekenBanner .columns_titel {
    font-size: 180% !important; }
  #BoekenBanner .header_tekst_columns1 {
    right: 5em;
    top: 3em; } }

.android.mobile #BoekenBanner .header_tekst_columns1 {
  top: 2em; }

@media only screen and (max-width: 779px) {
  #BoekenBanner .columns_titel {
    font-size: 185% !important; }
  #BoekenBanner .header_tekst_columns1 {
    right: 4.5em;
    top: 3.4em; }
  .banner_columns1 {
    width: 100% !important; }
  .columns_img1 {
    width: 50%; }
  .columns_titel {
    font-size: 135% !important; }
  .nav_bar_columns1 a {
    max-width: 100%; }
  .columns_namen {
    font-size: 100% !important;
    max-width: 60%; } }

@media only screen and (min-width: 401px) and (max-width: 480px) {
  #BoekenBanner .columns_titel {
    font-size: 165% !important; }
  #BoekenBanner .header_tekst_columns1 {
    right: 4.5em;
    top: 2.8em; } }

@media only screen and (min-width: 321px) and (max-width: 400px) {
  #BoekenBanner .columns_titel {
    font-size: 160% !important; }
  #BoekenBanner .header_tekst_columns1 {
    right: 4.5em;
    top: 2.1em; }
  .android.mobile #BoekenBanner .header_tekst_columns1 {
    top: 1em; } }

@media only screen and (max-width: 321px) {
  #BoekenBanner .columns_titel {
    font-size: 145% !important; }
  #BoekenBanner .header_tekst_columns1 {
    right: 3.5em;
    top: 1.4em; } }

/* a3/ 2016-08-17: voor youtube embed */
.youtubecontainer {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 0px;
  height: 0;
  overflow: hidden; }

.youtubecontainer iframe,
.youtubecontainer object,
.youtubecontainer embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.visuallyhidden, .visually-hidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus
.visually-hidden.focusable:active,
.visually-hidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static; }

#eumon_adv {
  background-image: url("/9353265/g/8er_sfeer_ep.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  margin: 0.5714em 0 0;
  position: relative;
  color: #fff; }

#c_over_plaat {
  background: rgba(0, 57, 216, 0.758);
  max-width: 54.9375rem;
  margin: 1.5em;
  padding: 0; }

#c_inhoud-adv table {
  color: #fff;
  background: transparent;
  margin: 0;
  text-atdgn: left;
  padding-left: 1.14284em; }

#c_inhoud-adv a {
  color: #fff; }

#main .eudos_nr {
  padding: 1rem;
  background: transparent;
  color: #fff;
  border: none; }

#main .eudos_kopje {
  padding: 1rem 1rem 1rem 0;
  background: transparent;
  color: #fff;
  border: none; }

#main #c_inhoud-adv tr {
  background: transparent; }

#main #c_inhoud-adv a, #main #c_inhoud-adv a::link {
  border-color: #fff; }

#main #c_inhoud-adv a:visited {
  color: #d8d8d8;
  border-color: #d8d8d8; }

#main #c_inhoud-adv tr + tr td {
  padding-top: 0; }

.vgrtglas {
  z-index: 0;
  position: absolute;
  display: inline-block;
  width: 25px;
  height: 25px;
  top: auto;
  left: auto;
  right: 0;
  bottom: 0; }

.vlucht {
  padding: 0 !important; }
  .vlucht #vluchtx {
    padding-right: .9375rem;
    padding-left: .9375rem;
    position: relative; }
  .vlucht #instellingen, .vlucht .infowijzer, .vlucht .sib_full {
    border: #ccc solid 1px;
    background: #fff;
    padding: 0.7em 0.85em 0.65em 0.85em;
    margin-bottom: 1.15em;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
  .vlucht h2 {
    font-weight: 700;
    color: #333;
    left: 0;
    padding-top: 0;
    padding-left: 0;
    font-size: 120%;
    font-family: "tiennebold";
    margin-top: 0; }
  .vlucht .infowijzer, .vlucht #route {
    display: none; }
    .vlucht .infowijzer li, .vlucht #route li {
      border-top: solid #ebeaea 1px;
      padding: 0.5625em 0 0.5625em 0.03125em; }
  .vlucht #route {
    height: 22.8125em;
    position: relative;
    overflow: hidden;
    border: #ccc solid 1px;
    background: #fff; }
    .vlucht #route ul {
      padding: 0 1.7em 0 0.85em; }
    .vlucht #route h2 {
      font-weight: 700;
      color: #333;
      left: 0;
      padding-top: 0;
      padding-left: 0;
      font-size: 120%;
      font-family: "tiennebold";
      margin-top: 0;
      padding: 0.7em 0.85em 0 0.6em !important; }
  .vlucht .geenroute p {
    padding: 0 0.85em 0 0.85em; }
  .vlucht #vacatures {
    border: 1px solid #111141;
    margin: 1.15em 0;
    background: #fff; }

/*.vlucht.large-3 { 
	voor width & margin-left zie style_layout.css
}
*/
#heading_vacatures {
  width: 100%;
  height: 42px;
  border-bottom: 1px solid #111141;
  background: #fff;
  display: flex;
  align-items: center; }

#content_vacatures {
  padding: 0.6em 0.6em 0 0.8em;
  line-height: 175%; }

#content_vacatures #selectie_vacatures {
  margin-top: 1.1em;
  border-top: solid #ebeaea 1px; }

#selectie_vacatures li {
  border-bottom: solid #ebeaea 1px;
  padding: 0.6em 0 !important;
  background: url(/9353265/g/pijl_werkenbijeu.png) no-repeat scroll left -30px;
  padding-left: 1.2em;
  font-weight: 500; }

#vacatures span {
  padding-left: 1.5em;
  display: inline-block; }

#alle_vacatures li {
  padding: 0.9em 0 !important;
  position: relative; }

#alle_vacatures li:before {
  border: 0;
  content: "\00bb";
  color: #e17000;
  margin-top: 2px;
  left: 6px;
  display: block;
  position: absolute; }

/*netwerk buttons / social icons*/
.sib_full {
  width: 100%;
  height: 3.0625em;
  line-height: 3.4375em;
  float: left;
  border: solid #e6ebf4 1px;
  border-right-color: #b8c8e1;
  background: #fff;
  padding: 0 !important;
  border-bottom: none;
  border-bottom: solid #e6ebf4 3px !important;
  float: none; }
  .sib_full ul {
    background: transparent !important; }

.sib_left {
  border-right: solid #b8c8e1 1px; }

.sib_full div div {
  text-align: center;
  height: 100%; }

.sib_full > .sib_left, .sib_full > .sib_mid, .sib_full > .sib_right {
  height: 2.9375em; }

.sib_left {
  width: 48%; }
  .sib_left ul.print li {
    position: relative; }
  .sib_left ul.print li:hover ul {
    visibility: visible; }
  .sib_left ul.print ul {
    visibility: hidden;
    position: absolute;
    left: 0;
    top: 1.1875em;
    padding: 0.2em 0;
    border: 0;
    border-bottom: none;
    border-left: none;
    background: #ddd;
    z-index: 999;
    width: 11.25em; }
    .sib_left ul.print ul li {
      padding-bottom: 0 !important;
      text-align: left; }
      .sib_left ul.print ul li a, .sib_left ul.print ul li a:visited {
        color: #fff;
        background: #2354b3;
        line-height: 1.2em;
        padding: 0.8em 1em;
        font-size: 85%; }
      .sib_left ul.print ul li a:hover {
        background: #071022 !important; }

.print li a.print:before {
  display: block;
  content: "p";
  font-family: 'awesome';
  font-size: 160%;
  margin-top: 9px;
  height: 35px;
  color: #646464; }

.sib_left3 a:before {
  content: 'h';
  font-family: 'awesome';
  font-size: 160%;
  margin-top: -4px;
  display: block;
  color: #646464; }

.print li.a.print:visited, .sib_left3 a:visited, .sib_left1 a:visited {
  color: #646464; }

.sib_left1 a:before {
  content: 'r';
  font-family: 'awesome';
  font-size: 160%;
  margin-top: -5px;
  display: block;
  color: #646464; }

.sib_right1 a:before {
  content: 'T';
  font-family: 'awesome';
  font-size: 180%;
  margin-top: -4px;
  display: block;
  color: #2860cc; }

.sib_right2 a:before {
  content: 'R';
  font-family: 'awesome';
  font-size: 160%;
  margin-top: -4px;
  display: block;
  color: #d86e09; }

/*@media only screen and (min-width: 38em) and (max-width: 61.75em){
	#home .sib_mid{
		//width: 23%!important;
	}
	#home .sib_left{
		//width:49%!important;
		//font-size:110%;
	}
	#home .sib_mid .sib_center{
		//font-size:80%!important;
	}
	html:not(.ie9) #home .print li a.print:before {
		font-size:150%;
	}
	html:not(.ie9) #home .sib_left3 a:before{
		font-size:150%;
	}
	html:not(.ie9) #home .sib_left1 a:before{
		font-size:150%;
	}
	html:not(.ie9) #home .sib_left4 a:before{
		font-size:150%;
	}
	html:not(.ie9) #home .sib_left2 a:before{
		font-size:150%;
	}
	#home .sib_right1 a:before{
		font-size:150%;
		margin-top:-4px!important;
	}
	#home .sib_right2 a:before{
		font-size:150%;
	}


}*/
#sib_print ul li:hover ul {
  visibility: visible; }

.sib_mid div {
  width: 100%;
  font-size: 89%;
  line-height: 3.5em; }

.sib_right {
  width: 27%; }

.sib_right div {
  width: 49.4%; }

.sib_icon {
  display: block;
  width: 16px;
  height: 36px;
  margin: 0 auto; }

#sib_icon4 {
  width: 21px; }

.sib_full a {
  display: block;
  height: 100%; }

.jspContainer {
  min-height: 507px !important;
  height: 100%; }

#vlucht .jspContainer {
  width: 100% !important; }

.scroll-pane-tweets {
  height: 100%;
  background-color: #fff;
  position: relative;
  padding: 0;
  overflow: hidden; }

#xeutweets2 {
  bottom: 80px;
  position: absolute;
  height: inherit; }

#xeutweets2_loadmore {
  position: absolute;
  bottom: 0;
  width: 100%;
  margin-bottom: 0; }

.zoekVacature {
  padding-top: 6.5px;
  padding-bottom: 0.5px;
  background: #0e2179;
  background: -moz-linear-gradient(top, #07113d 1%, #081344 92%, #0e2179 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(1%, #207cca), color-stop(92%, #0e2179), color-stop(100%, #207cca));
  background: -webkit-linear-gradient(top, #07113d 1%, #081344 92%, #0e2179 100%);
  background: -o-linear-gradient(top, #07113d 1%, #081344 92%, #0e2179 100%);
  background: -ms-linear-gradient(top, #07113d 1%, #081344 92%, #0e2179 100%);
  background: linear-gradient(to bottom, #07113d 1%, #081344 92%, #0e2179 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#07113d',endColorstr='#081344',GradientType=0); }

.zoekVacature h2 {
  position: relative;
  padding-left: .65em;
  padding-top: 5px !important;
  color: #fff !important; }

.zoekVacature h2:before {
  content: " ";
  background: url("/9353265/g/search.png");
  background-position: 50% 50%;
  width: 30px;
  height: 23px;
  margin-right: 0.5em;
  margin-left: 0.5em;
  margin-top: -2px;
  float: left; }

#nieuwsbrief {
  clear: both;
  padding: 0; }

#nieuwsbrief #image_nieuwsbrief {
  height: auto;
  position: relative;
  width: 100%;
  background: url("/9353265/g/bhp/new/8er_banner_nwsbrf_k.png"); }
  #nieuwsbrief #image_nieuwsbrief a {
    text-align: right; }
  #nieuwsbrief #image_nieuwsbrief img {
    border: none;
    margin-right: 8%; }

.ie #home .vlucht_carousel_tekst:not(.home_tophome_top_dk_blauw), .edge #home .vlucht_carousel_tekst:not(.home_tophome_top_dk_blauw) {
  height: 242px; }
  .ie #home .vlucht_carousel_tekst:not(.home_tophome_top_dk_blauw) > a, .edge #home .vlucht_carousel_tekst:not(.home_tophome_top_dk_blauw) > a {
    height: 242px; }
  .ie #home .vlucht_carousel_tekst:not(.home_tophome_top_dk_blauw) img.bc_image, .edge #home .vlucht_carousel_tekst:not(.home_tophome_top_dk_blauw) img.bc_image {
    display: none; }

.ie #home li.home_top_lblauw, .edge #home li.home_top_lblauw {
  background: #3498cc url("/9353265/g/car/2019/meew.jpg?t=1496998527000") center 80px no-repeat; }

.ie #home li.home_top_rood, .edge #home li.home_top_rood {
  background: #fe0201 url("/9353265/g/car/2019/boek.jpg?t=1496998527001") center 80px no-repeat; }

.ie #home li.home_top_wit, .edge #home li.home_top_wit {
  background: #fff url("/9353265/g/bhp/new/4.jpg?t=1496998527002") center 81px no-repeat; }
  .ie #home li.home_top_wit > a, .edge #home li.home_top_wit > a {
    border-left: #ccc	solid 1px;
    border-right: #ccc solid 1px; }

.ie #home li.home_top_tw_blauw, .edge #home li.home_top_tw_blauw {
  background: #28aae1 url("/9353265/g/bhp/new/5.png?t=1496998527003") center 80px no-repeat; }
  .ie #home li.home_top_tw_blauw > a, .edge #home li.home_top_tw_blauw > a {
    border-left: #28aae1	solid 1px;
    border-right: #28aae1 solid 1px; }

#nieuwsbrief_form_wrapper {
  font-size: 90%;
  position: absolute;
  bottom: 0;
  width: 100%;
  float: left;
  color: #12449f;
  font-weight: bold;
  padding: 1.2em; }
  #nieuwsbrief_form_wrapper input {
    margin: 0 !important;
    padding: 8px 6px 7px !important;
    height: 26px !important; }

.gewoneversie #nieuwsbrief_form_wrapper, .geen_avlucht #nieuwsbrief_form_wrapper {
  padding-bottom: 1em; }

.gewoneversie .nieuwsbrief_form_submit, .geen_avlucht .nieuwsbrief_form_submit {
  bottom: 0.5em; }

.gewoneversie #image_nieuwsbrief, .geen_avlucht #image_nieuwsbrief {
  height: 162px; }

.gewoneversie #nieuwsbrief #image_nieuwsbrief img, .geen_avlucht #nieuwsbrief #image_nieuwsbrief img {
  margin-right: 6%; }

.gewoneversie #image_nieuwsbrief a, .geen_avlucht #image_nieuwsbrief a {
  display: inline-block;
  width: 100%; }

.gewoneversie #nieuwsbrief_tekst_wrapper, .geen_avlucht #nieuwsbrief_tekst_wrapper {
  top: 0; }

.nieuwsbrief_form_submit {
  text-align: right;
  height: 26px !important;
  color: white !important;
  padding: 6px;
  padding-top: 4px !important;
  margin-bottom: 0.5em;
  font-weight: normal;
  position: absolute;
  right: 1.2em !important;
  text-align: right !important;
  bottom: 0.7em; }

.vlucht_content_home_top_onderwerp_txt_dk_blauw {
  background: #1f4a9e; }

#nieuwsbrief_vlucht {
  position: relative;
  margin-bottom: 1.075em;
  clear: both; }

.gewoneversie #nieuwsbrief_vlucht {
  margin-bottom: 1.15em; }

body.printversie {
  background: #fff !important;
  line-height: 160%; }
  body.printversie #content {
    padding: 2em 3.75em;
    font-size: 87.5%; }
  body.printversie #content #main_container {
    padding: 0 !important;
    border-left: none; }

@page {
  body.printversie {
    margin: 0.64in 0.64in 0.64in; } }

@page :right {
  @bottom-right {
    body.printversie {
      content: counter(page) !important; } } }

@page :left {
  @bottom-left {
    body.printversie {
      content: counter(page) !important; } } }
  body.printversie #content, body.printversie .gewoneversie #content, body.printversie .geen_avlucht #content, body.printversie #home #content {
    padding: 0;
    font-size: 87.5% !important; }
  body.printversie .gewoneversie #content #main_container {
    padding: 0 !important;
    border-left: none; }
  body.printversie #main table {
    border-top: 1px solid #000 !important;
    border-left: 1px solid #000 !important; }
  body.printversie #main th {
    background-image: none; }
  body.printversie #main th, body.printversie #main td {
    border-bottom: 1px solid #000 !important;
    border-right: 1px solid #000 !important;
    border-top: none !important;
    border-left: none !important; }
  body.printversie #main .wijzerkop_en_niveau .inhoud h2:after {
    border-left-color: #fff; }
  body.printversie #main .inhoud h2 {
    font-size: 110%; }
  body.printversie #h1_top {
    margin-top: 0.375em !important; }
  body.printversie .inhoud, body.printversie #inhoudsopgave, body.printversie .inhoudsopgave_column {
    background: #fff !important; }
  body.printversie .infowijzer h2 {
    padding-left: 0 !important; }
  body.printversie .inhoud h2 {
    margin-left: 0.2em !important;
    padding-left: 0 !important; }
  body.printversie .inhoudsopgave_column {
    margin-top: -1px;
    padding: 0 .8em 0 1.5em !important;
    float: left !important;
    width: 100% !important; }
  body.printversie #main .infowijzer ol {
    margin: 0; }
  body.printversie .inhoud h2, body.printversie .wijzerkop, body.printversie .wijzerkop_en_niveau, body.printversie .delenbalk_container {
    background: transparent !important; }
  body.printversie #BoekenBanner, body.printversie .vacatureBanner, body.printversie .MainEnd_Banner, body.printversie .meti:after {
    display: none; }

@media print {
  @page {
    margin: 0.64in 0.64in 0.64in; }
  @page :right {
    @bottom-right {
      content: counter(page) !important; } }
  @page :left {
    @bottom-left {
      content: counter(page) !important; } }
  #content, .gewoneversie #content, .geen_avlucht #content, #home #content {
    padding: 0;
    font-size: 87.5% !important; }
  .gewoneversie #content #main_container {
    padding: 0 !important;
    border-left: none; }
  #main table {
    border-top: 1px solid #000 !important;
    border-left: 1px solid #000 !important; }
  #main th {
    background-image: none; }
  #main th, #main td {
    border-bottom: 1px solid #000 !important;
    border-right: 1px solid #000 !important;
    border-top: none !important;
    border-left: none !important; }
  #main .wijzerkop_en_niveau .inhoud h2:after {
    border-left-color: #fff; }
  #main .inhoud h2 {
    font-size: 110%; }
  body.printversie .inhoudsopgave_column {
    padding-left: 1.3em !important; }
  .inhoud h2, body.printversie .inhoud h2 {
    margin-left: 0 !important;
    padding-left: 0 !important; }
  .inhoudsopgave_column {
    margin-top: -1px;
    padding: 0 .8em 0 2.2em !important;
    float: left !important;
    width: 100% !important; }
  #main .infowijzer ol {
    margin: 0; }
  #BoekenBanner, .vacatureBanner, .MainEnd_Banner, footer.row, .meti:after {
    display: none; }
  .gewoneversie #main {
    border: none !important;
    padding: 0 !important; }
  body.gewoneversie, .gewoneversie #content {
    background: #fff !important; }
  #h1_top {
    margin-top: 0.375em !important; }
  div.fontwit_hor, div.fontwit_vert, div.fontwit_horvert, div.schema, div.schemaV, div.visiekleur, div.breed {
    overflow: inherit !important; }
  #main_content > form, body.gewoneversie div > table {
    overflow: inherit !important;
    width: auto !important; }
  .gewoneversie .paragraaf_kop {
    left: 0; }
  .inhoudsopgave_column {
    padding-left: 1.3em !important; }
  #main .infowijzer h2 {
    width: 100%;
    margin: 0 !important;
    padding: 0 !important;
    background: transparent !important; }
  .wijzerkop, .wijzerkop .inhoud, .wijzerkop_en_niveau .inhoud, .wijzerkop_en_niveau .delen, .wijzerkop .delen {
    height: auto !important; }
  #main_container a, #main_container li a, #main_container a:visited {
    border-bottom: none !important;
    text-decoration: none !important; }
  a:link:after,
  a:visited:after {
    content: " "; }
  a {
    border-bottom: none !important;
    text-decoration: none !important; }
  #pageheader, .secundair_menu, #logo_en_titel, #zoekveld, #uitgelicht, .top-bar, #main .delen_balk, .opmaat, aside, #vlucht, .lnksmeti, .terugOmhoog {
    display: none !important; } }

br {
  line-height: 92%; }

.clear {
  clear: both;
  height: 1px; }

.hidden, #skip {
  position: absolute;
  left: -1000em;
  background: #fff; }

.group_container {
  position: relative;
  clear: both;
  font-size: 90%; }
  .group_container .row {
    margin: 0; }
  .group_container li {
    line-height: 150% !important;
    font-size: 111%; }

.group_container_rij2 {
  border-top: solid #f5fbff 1.3em;
  width: 100%;
  z-index: 98; }

.group_container .titelbalk_container, #accordion-panel {
  padding: 0; }

::selection {
  background: #2860cc;
  color: #fff; }

::-moz-selection {
  background: #2860cc;
  color: #fff; }

#main li .opsomtekst a,
#main li .opsomtekst a:link {
  border-bottom: 1px dotted #005ab7 !important; }

#main a, #main a:link {
  border-bottom: 1px dotted #005ab7;
  text-decoration: none; }

#main a:visited {
  border-bottom: 1px dotted #787878;
  text-decoration: none; }

#main #analyses_home .terug a, #main #analyses_home .terug a:visited,
#main a.linkvgrtglas, #main a.linkvgrtglas:visited,
#main li a, #main li a:visited,
#main form .large-3.columns a, #main form .large-3.columns a:visited
.eh div a, #main .eh div a:visited,
#main .uitgebreid a, #main .uitgebreid a:visited,
#main .meer a, #main .meer a:visited,
#main .titelbalk a, #main .titelbalk a:visited,
#main .footerkader a, #main footerkader a:visited,
#main a.biofotolink, #main a.biofotolink:visited {
  border-bottom: none !important; }

#main .eh .titelbalk a:active, #main .eh .titelbalk a:hover {
  border-bottom: 1px solid #fff !important; }

#home .titelbalk a, #home .titelbalk a:visited, #home .vlucht a, #home .vlucht a:visited {
  border-bottom: 0 !important; }

#home .titelbalk a:hover,
#home .agendatitelsubbalk a:hover {
  border-bottom: 1px solid #fff !important; }

.large-9 .uitgebreid a, .large-9 .laddernav a,
.large-9 .uitgebreid a:visited, .large-9 .laddernav a:visited {
  border-bottom: none !important; }

#uitgelicht a:active, #uitgelicht a:hover,
footer a:active, footer a:hover {
  text-decoration: none;
  border-bottom: 1px solid #0f345e; }

.center {
  text-align: center; }

a {
  text-decoration: none; }

a:link,
#main .gsc-results .gsc-cursor-box .gsc-cursor-page,
#main .gs-webResult.gs-result a.gs-title:link, #main .gs-webResult.gs-result a.gs-title:link b, #main .gs-imageResult a.gs-title:link, #main .gs-imageResult a.gs-title:link b {
  color: #039; }

a:visited,
#main .gs-webResult.gs-result a.gs-title:visited, #main .gs-webResult.gs-result a.gs-title:visited b, #main .gs-imageResult a.gs-title:visited, #main .gs-imageResult a.gs-title:visited b {
  color: #787878; }

aside.avlucht li a:visited,
aside.avlucht li:not(.zonder_lnk_voor_ul_cur) a:visited {
  color: #787878 !important; }

a:active {
  color: #c78f29; }

a:hover {
  color: #0f345e; }

#alle_vacatures a:visited, section.infowijzer a:visited, #selectie_vacatures a:link {
  color: #06c; }

div.h1 {
  margin: 1px 0 19px 0; }

h1 {
  font-size: 125%;
  font-weight: bold;
  text-decoration: none;
  line-height: 110%;
  margin: 0.1em 0 0.85em; }

.webkit h1 {
  margin-bottom: 0.9em; }

h1.geen_main {
  margin: -0.8em  0 0.8em;
  padding-left: 0.7em; }

h3 {
  font-size: 100%;
  color: #036;
  font-weight: 900;
  text-decoration: none; }

.linkophome {
  color: #fff; }

.partitel a, .partitel a:visited, .partitel a:hover, .partitel a:active {
  color: #333366;
  font-weight: bold; }

.dossier_link {
  float: right;
  padding-left: 2em; }

ol.x {
  list-style-type: none;
  countercounter-reset: list; }
  ol.x li:before {
    countercounter-increment: list 1;
    content: counter(list) ".";
    color: #9dce32; }

table tr th, table tr td {
  font-size: inherit;
  line-height: inherit !important; }

#vlucht table.styletable {
  margin-bottom: 1.15em;
  line-height: 142%; }

#main td > table {
  margin-bottom: 0;
  background: transparent; }

table.styletable, table.flextbl {
  border-collapse: separate;
  margin-top: 3px; }

table.astbl, tr.fontwit:last-child th, table.flextbl tr:last-child th, table.styletable tr:last-child th {
  border-bottom: 1px solid #d6e6f5; }

#main th {
  background: #d6e6f5;
  color: #003366;
  font-weight: 500;
  text-align: left;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  border-left: 3px solid #2ba688;
  padding-left: 7px; }

#main tr.rij1 th:first-of-type {
  border-top: 3px solid #2ba688;
  padding-top: 9px; }

#main tr:first-of-type th + th,
#main .rij1 th + td {
  border-top: 3px solid #2ba688;
  border-left: none; }

#main .fontwit_hor > div > div > table > tbody > tr:has(th) ~ tr:has(th) > * {
  border-top: none !important;
  border-left: none !important;
  padding-top: 9px !important; }

#main td {
  background: #eef7fc;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  color: #003366;
  overflow: hidden; }

#main tr td:last-of-type {
  border-right: none; }

#main tr:last-of-type th {
  border-bottom-color: #d6e6f5; }

#main tr:last-of-type td {
  border-bottom-color: #eef7fc; }

.tbl_lang .tblplaceholder_1 {
  position: relative;
  padding-top: 40px;
  z-index: 10; }
  .tbl_lang .tblplaceholder_1 .tblwrapper.fontwit_hor {
    max-height: calc(100vh - 300px);
    overflow-y: auto;
    overflow-x: hidden;
    position: static; }
    .tbl_lang .tblplaceholder_1 .tblwrapper.fontwit_hor .button.small.tblexpand {
      position: absolute;
      top: 0; }
    .tbl_lang .tblplaceholder_1 .tblwrapper.fontwit_hor .scroll-indicator {
      z-index: 9;
      overflow: initial !important; }
    .tbl_lang .tblplaceholder_1 .tblwrapper.fontwit_hor .content-wrapper {
      overflow: inherit !important; }
    .tbl_lang .tblplaceholder_1 .tblwrapper.fontwit_hor .styletable {
      margin-top: 0; }
    .tbl_lang .tblplaceholder_1 .tblwrapper.fontwit_hor th {
      position: sticky;
      top: 0; }

/*
	tr:last-child th {
		border-bottom: 1px solid #d6e6f5;
	}

div.fontwit_horvert  th {
	background: #d6e6f5;
}

div.fontwit_horvert tr:first-child th {
	border-top: 3px solid #2ba688;	
}

div.fontwit_hor .stacktable.small-only th.st-head-row.st-head-row-main:first-child,
div.fontwit_horvert .stacktable.small-only th.st-head-row.st-head-row-main:first-child {
	border-top: 5px solid #2ba688!important;	
}

div.fontwit_horvert table {
	//border-top: 3px solid #2ba688!important;
	border-left: 3px solid #2ba688!important;   
}*/
div.fontwit_horvert table {
  background-color: #d6e6f5;
  color: #003366;
  font-weight: 500;
  text-align: left;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #d6e6f5; }

#vlucht div.fontwit_vert table {
  border-color: #ccc;
  border-left: none;
  margin-top: 0; }
  #vlucht div.fontwit_vert table th {
    border-left: 3px solid #a72d2d; }
  #vlucht div.fontwit_vert table tr:last-of-type th:last-of-type, #vlucht div.fontwit_vert table tr:last-of-type td:last-of-type {
    border-bottom: none; }
  #vlucht div.fontwit_vert table td:last-of-type {
    border-right: none; }

div.fontwit_vert .small-only tr td:first-child {
  border-left: 3px solid #2ba688; }

/*

div.fontwit_horvert table th {
	background: none;
}
*/
.w_payoff,
div.right + div.left + div.fontwit_vert,
div.left + div + div.right + div.fontwit_vert {
  clear: both; }

/*
body.geen_avlucht div.fontwit_hor>table, body.geen_avlucht div.fontwit_vert>table, body.geen_avlucht div.fontwit_horvert>table, body.geen_avlucht div.schema>table, body.geen_avlucht div.schemaV>table, body.geen_avlucht div.visiekleur>table, 
#main_content>form, body.gewoneversie div.fontwit_hor>table, body.gewoneversie div.fontwit_vert>table, body.gewoneversie div.fontwit_horvert>table, body.gewoneversie div.schema>table, body.gewoneversie div.schemaV>table, body.gewoneversie div.visiekleur>table{
	overflow:hidden;
//	width: 100%;  uitgecomment op verzoek van nv 280915 
}


head ~   body  #main div.fontwit_hor,
head ~   body  #main div.fontwit_vert,
head ~   body  #main div.fontwit_horvert,
head ~   body  #main div.schema,
head ~   body  #main div.schemaV,
head ~   body  #main div.visiekleur,
head ~   body  #main div.breed { 
	overflow:auto;
	width: 100%; 
}

head ~ body #main .naast_image div.fontwit_vert {
	overflow: inherit;
}

*/
.scroll-indicator table,
div.fontwit_hor table, .accordion table {
  margin-bottom: 0; }

table th, table tr, table td {
  font-size: 100%;
  vertical-align: top; }

article > a {
  word-break: break-word; }

tr.trtop000 td.fontwit, td.tdstart000, tr.trtop201 td.fontwit, td.tdstart201, tr.trtop202 td.fontwit, td.tdstart202, tr.trtop203 td.fontwit, td.tdstart203, tr.trtop204 td.fontwit, td.tdstart204 {
  border: 1px solid #fff;
  background: #F0F0F0;
  color: #000; }

th.thcol {
  color: #000; }

th.thcol, th.throw {
  border: 0px solid #000;
  background: #d6e6f5; }

td.tdstart em {
  font-style: normal; }

td.fontwit em {
  color: #000;
  font-weight: bold; }

tr.trtop em {
  font-style: normal;
  font-weight: bold; }

span.bold {
  font-weight: bold;
  font-size: 120%; }

span.footerrub a {
  font-weight: bold;
  font-size: 90%; }

img.ikoon {
  vertical-align: bottom; }

th {
  text-align: left; }

h2.sub a:visited {
  color: #575757; }

sub, sup {
  line-height: 0px;
  text-decoration: none; }

.imgfloatright, div.right, table.right {
  float: right;
  padding: 0;
  margin: 0 0 8px 8px; }

div.left h3, div.right h3 {
  margin: 11px 0 5px 0; }

#main div.left:not(.kaart) .left,
#main div.right:not(.kaart) .right {
  max-width: 100% !important; }

.center {
  width: 100% !important;
  margin-bottom: 0.25em; }

.imgfloatleft, div.left, table.left {
  float: left;
  padding: 0;
  margin: 0 8px 8px 0; }

.imgfloatleft p.mtop img, div.left p.mtop img,
.imgfloatright p.mtop img, div.right p.mtop img {
  margin-top: -1em; }

.left {
  float: left !important; }

.bronvermelding, div.right.right div > img + span, div.left div > img + span {
  word-wrap: break-word;
  word-break: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
  line-height: 1;
  max-width: 100% !important;
  padding-top: 0.2em; }

.bronvermelding, .copyright em {
  font-size: 85%; }

#main_container div.right > a {
  border-bottom: none; }

img {
  border-style: none; }

img.metborder {
  /* 19-04-04 door ab toegevoegd t.b.v. Vormgeving specifieke omgeving bekijken/controleren */
  border: #000 1px solid; }

td.vmargesupdowns {
  height: 4px; }

section.infowijzer ul, #route ul, nav.vlucht ul, ul.inlopendetekst, div.zoektermenplain ul {
  margin: 0;
  border: none;
  vertical-align: baseline;
  list-style-type: none; }

nav.vlucht div.ladderkop {
  padding: 6px 0 3px 0;
  color: #000;
  /* is nodig vanwege IE-bug */ }

nav.vlucht div.kopinbalk {
  width: 100%;
  padding: 0px 5px;
  background: #333366;
  position: relative;
  margin-left: 0;
  z-index: 1;
  left: -1px; }

nav.vlucht_content > div.kopinbalk {
  left: -1px; }

#vlucht_content div.content_rubr ul {
  position: relative;
  left: -13px;
  margin-top: 9px; }

nav.vlucht_content div.content_rubr ul .datum {
  line-height: 170%; }

nav.vlucht_content div.content_rubr ul .datum {
  font-weight: bold;
  color: #333399; }

nav.vlucht_content div.content_rubr ul li {
  font-weight: normal; }

span.meer {
  white-space: nowrap;
  float: right;
  font-size: 110%; }

#home_etalage-items span.meer {
  display: block;
  margin-top: -0.1em;
  width: 100%;
  text-align: right; }

p b.meer {
  padding-top: 1em;
  display: block; }

aside.avlucht ul {
  margin-left: 0;
  clear: both;
  margin-bottom: 0px; }

.avlucht .atab_container {
  padding-top: 0.6em;
  padding-bottom: 0.5em; }
  .avlucht .atab_container h2 {
    margin: 0;
    font-weight: 700;
    color: #fff;
    left: 0;
    padding-top: 0;
    padding-left: 0.65em;
    font-size: 140% !important;
    font-family: 'tiennebold' !important; }

aside.avlucht .nieuws_open, aside.avlucht .agenda_open, #atab_container {
  border-top: 0.5em solid #fff;
  width: 100%; }

aside.avlucht .agenda_open {
  padding-bottom: 0.3em; }

div.zoektermenplain h2 {
  position: relative;
  left: -2px; }

div.column ol {
  margin: 0.5em 0 0 1.55em; }

.ladder_nieuws li, .ladder_agenda li, .home_actueel_en_vlucht li, .group_container li,
aside.avlucht ul.ladder li, ul.inlopendetekst li, nav.vlucht_content ul li {
  list-style-image: none;
  list-style: none;
  color: #333333;
  vertical-align: baseline;
  line-height: 110%; }

.documentenladder .datum {
  margin-top: 4px;
  color: #333; }

.documentenladder .icoon {
  margin-right: 6px; }

.col_a_section ul, .col_a_section ul {
  margin-bottom: 0; }

#home #col1 li, #home .container_col_a_en_b li, #home #col2 li, #home #col_2 li, .nieuws_group_container li,
.agenda_group_container li, #avlucht .ladder li, .geen_avlucht #analyses_home li {
  border-bottom: #e6ebf4 solid 1px;
  line-height: 150%; }

li.zonder_lnk_voor_ul_cur {
  background: #eae9e9;
  background: #f5f5f5; }

.nieuws_group_container li, .agenda_group_container li {
  padding: 0.85em; }

.laddernav {
  width: 40%;
  text-align: right; }

.meer {
  font-weight: bold;
  margin-top: 1em;
  margin-bottom: 1em; }

.meer_link {
  padding: 0.6em  4% 0.9em  4%;
  text-align: right; }

.meer_link a {
  background: #fff;
  padding: 0.1em 0.5em 0.4em 0.5em;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px; }

.laddernav .meer, .laddernav .terug {
  float: right;
  min-width: 3em; }

.laddernav .meer {
  margin: 0;
  width: 100%; }

#analyses_home .meer {
  width: 100%;
  margin-top: 4em;
  border-bottom: #7d2f99 solid 2px;
  padding-bottom: 4em; }
  #analyses_home .meer a {
    float: right; }

#analyses_home .terug {
  bottom: 7em; }
  #analyses_home .terug a {
    top: 3em;
    position: relative; }

#analyses_home + .infowijzer.infowijzer2 {
  display: none; }

/* .large9 .uitgebreid, .large9 .laddernav {
	float: left;
	vertical-align: top;
	border-top: #ccc solid 1px;
	font-size: 105%;
	margin: -0.1em 0;
}*/
.large-9 .uitgebreid, .large-9 .laddernav {
  padding-top: 3em; }

.large-9 .terug {
  position: absolute;
  bottom: 3em;
  right: 0; }

.mobile.iphone .show-for-mobile-only {
  display: inline-flex; }

.uitgebreid a, .laddernav a {
  display: block; }

.uitgebreid {
  width: 80%; }
  .uitgebreid a {
    padding: 0.75em;
    padding-bottom: 0em !important;
    margin-bottom: 0.65em; }

.laddernav {
  width: 20%; }

.agendatitelsubbalk + ul + .laddernav {
  width: 100%; }

.col_b_container2 > .uitgebreid, .col_b_container2 > .laddernav {
  float: left; }

.laddernav a, .geen_meer, .geen_avlucht #analyses_home .terug a, .geen_avlucht #analyses_home .meer a {
  padding: 0.75em;
  font-weight: 500;
  padding-bottom: 0em !important;
  margin-bottom: 0.7em;
  display: block; }

.gecko .large-9 .laddernav a {
  margin-bottom: 0.6em; }

/*uitzondering voor de jquery vluchtbanner */
.vlucht ul.bc_ul li {
  padding: 0 !important; }

aside.avlucht ul.zonder_lnk_ervoor li.zonder_lnk_voor_ul {
  list-style: none;
  margin: 1em 0;
  padding: 0; }

li.zonder_lnk_voor_ul div {
  float: right;
  margin: 0 0 0 .5em;
  color: #999; }

nav.vlucht ul li a {
  line-height: 150%; }

div .geen_margin-left {
  margin-left: 0; }

.printversie .opmaat_1,
.printversie .opmaat {
  display: none !important; }

ul.inlopendetekst li, .agenda_group_container ul, .nieuws_group_container ul, .geen_avlucht #analyses_home ul, ul.accordion {
  padding: 0;
  margin-left: 0;
  margin-right: 0; }

.accordion {
  width: 100%; }

#accordion-panel {
  width: 100%;
  overflow: auto; }
  #accordion-panel table {
    min-width: 100%; }

.accordion .accordion-navigation:not(.active) {
  background: #fff url(/9353000/g/keyboard_arrow_down.svg?eh343) -3px -2px no-repeat; }

.accordion .accordion-navigation.active {
  background: #fff url(/9353000/g/keyboard_arrow_up.svg?eh343) -3px -3px no-repeat; }

.accordion .accordion-navigation > a, .accordion .accordion-navigation > a:hover, .accordion .accordion-navigation.active > a {
  background: transparent;
  font-size: inherit;
  padding: 0 1.5rem; }

body.printversie ul.inlopendetekst li {
  margin-bottom: 0px; }

nav.vlucht_inst {
  position: relative;
  top: -29px;
  left: 0;
  margin-top: 1px;
  width: 100%;
  height: 40px;
  background: #6c6c6c;
  overflow: hidden; }

div.seriekeuze ul, div.wegwijzer ul {
  margin: 0.25em 0 0 1.3125em;
  padding: 0;
  padding-left: 0.25em; }
  div.seriekeuze ul li a, div.wegwijzer ul li a {
    display: inline-block;
    padding-left: 0.375em; }

div.seriekeuze ul li a {
  display: inline; }

#vlucht .bij_zoeken {
  margin-bottom: -0.8em; }

#vlucht div.seriekeuze ul {
  margin-left: 0; }
  #vlucht div.seriekeuze ul li {
    padding-left: 1.2em; }

.documentenladder li, div.wegwijzer ul li, div.seriekeuze ul li.plus,
ul.met_plusgifjes li.plus, div.zoektermenplain ul li, div.seriekeuze ul li.plusuit, ul.met_plusgifjes li.plusuit {
  list-style: none; }

div.wegwijzer ul li:before,
div.seriekeuze ul li.plus:before {
  content: 's';
  font-family: "awesome";
  font-size: 70%;
  display: inline-block;
  color: #005ab7;
  margin-left: -2.3em;
  /*same as padding-left set on li*/
  width: 1.2em;
  /*same as padding-left set on li*/
  position: relative;
  left: 0.1em;
  vertical-align: top; }

div.seriekeuze ul li.plusuit:before {
  content: 'u';
  font-family: "awesome";
  font-size: 0.914285em;
  display: inline-block;
  color: #005ab7;
  margin-left: -1.7em;
  /*same as padding-left set on li*/
  margin-top: 0.1em;
  vertical-align: top; }

div.seriekeuze ul li.min, ul.met_plusgifjes li.min {
  list-style-image: url(/9353243/g/min.png); }

/*.plusuit a:after {
	content: '\feff' url('/9353265/g/vlag/en.png');
	display: inline-block;
	width: 24px;
	height: 16px;
	position: relative;
	top: 4px;
}
*/
div.seriekeuze ul li.plusuit a {
  margin-right: 24px;
  position: relative; }

.plusuit .vlag_land {
  vertical-align: top;
  display: inline-block;
  margin-top: -1px;
  margin-left: 8px;
  position: absolute;
  width: 16px; }

div.seriekeuze {
  clear: both; }
  div.seriekeuze p {
    margin-left: -0.375em; }
    div.seriekeuze p a {
      padding-left: 0 !important; }

.seriekeuze-ul_geen_clear div.seriekeuze {
  clear: none; }

.europarl-lid.seriekeuze-ul_geen_clear {
  overflow: hidden;
  border: solid 1px #eee;
  background: #f5f5f5;
  margin-top: 1rem; }
  .europarl-lid.seriekeuze-ul_geen_clear .left {
    margin-bottom: 0;
    width: 142px; }
  .europarl-lid.seriekeuze-ul_geen_clear .bronvermelding {
    padding: .3em;
    line-height: 120%; }

.europarl-lid.seriekeuze-ul_geen_clear div.seriekeuze {
  float: left;
  margin: 6px 0 0 8px;
  width: calc(100% - 166px); }

.europarl-lid ul {
  width: 100%;
  padding-right: 1em; }

div.opsomtekst div.seriekeuze ul {
  position: relative;
  left: -22px;
  top: -5px; }

.info-icoon, .lnksmeti {
  position: relative;
  top: -2px;
  vertical-align: top;
  margin: 0;
  font-size: 80%;
  font-family: "Times New Roman";
  font-weight: bold;
  text-align: center;
  padding: 0px 2px;
  text-decoration: none; }

div.acties, div.rolacties {
  position: relative;
  left: -18px; }

div.acties_pijl, div.rolacties_pijl {
  position: relative;
  left: 18px;
  top: 1px; }

div.rolacties_pijl img {
  position: relative;
  top: 11px; }

div.acties div div span.datum, div.acties div div span.kop, div.rolacties_pijl {
  position: relative;
  left: 17px; }

div.rolacties_tekst h3 {
  position: relative;
  left: 14px; }

div.paragraaf_kop {
  width: 100%;
  display: flex; }
  div.paragraaf_kop .paragraaf_koptekst {
    width: calc(100% - 16px); }

div.acties, div.rolacties, div.landennieuws {
  width: 99%;
  /* 100% resulteert in IE in het verwdijnen vande scrollbar!!!! */
  clear: both; }

div.opsomitem {
  width: 99%;
  /* 100% resulteert in IE in het verwdijnen vande scrollbar!!!! */ }

div.opsomteken, div.acties_pijl, div.rolacties_pijl, div.paragraaf_kopnr {
  float: left;
  line-height: 150%;
  letter-spacing: -0.03em; }

div.opsomteken {
  width: 1.4em; }

/*
.styletable{
	width:100%;  uitgecomment op verzoek van nv 280915
}
*/
div.paragraaf_kopnr {
  text-align: left; }

div.landennieuws_datum {
  width: 8em; }

div.opsomtekens ul.inlopendetekst li div.opsomitem div.opsomteken {
  float: left;
  width: 22px;
  height: 100%;
  text-align: right; }

div.opsomitem > div.opsomtekst, div.acties > div.acties_tekst, div.rolacties > div.rolacties_tekst, div.landennieuws > div.landennieuws_txt {
  overflow: hidden;
  padding: 0 0 0 4px; }

div.landennieuws > div.landennieuws_txt {
  padding-left: 0; }

div.paragraaf_kop > div.paragraaf_koptekst {
  overflow: hidden;
  padding: 0 0 0 0.45em; }

div.opsomtekst, div.acties_tekst, div.rolacties_tekst, div.landennieuws_txt, div.paragraaf_koptekst {
  margin: 0;
  padding: 0 0 2px 0;
  width: auto;
  line-height: 150%; }

div.landennieuws_txt > div {
  padding: 0 7em 0 0; }

div.acties div div span.datum, div.landennieuws_datum {
  font-weight: bold;
  white-space: nowrap; }

div.acties div div span.kop {
  color: #036;
  font-weight: bold; }

div.tekst_opsomitem {
  margin-left: 0%; }

ul.inlopendetekst li span.opsomteken {
  margin: 0 2% 0 0;
  padding: 0 0 0 0;
  width: 125px;
  overflow: hidden;
  height: 110px; }

.text_right {
  text-align: right; }

.nowrap {
  white-space: nowrap; }

div.radio_plus_txt {
  position: relative;
  width: 100%;
  margin-top: 0;
  margin-bottom: 10px; }

div.hr {
  height: 1px;
  background: #fff; }

hr {
  border-top: 1px solid #f0f0f0;
  height: 1px; }

#main > div.hr {
  height: 1px;
  padding: 0px;
  margin-top: 3px;
  margin-bottom: 12px; }

div.hr > hr {
  height: 0px;
  border: 0px solid #f0f0f0;
  border-top-width: 1px; }

a.f4vlink1, a.f4vlink2 {
  line-height: 165%;
  font-weight: bold; }

a.f4vlink2_last {
  line-height: 50%; }

.width {
  width: 70%;
  min-width: 200px;
  background: #fff; }

.incbim {
  vertical-align: top;
  /*  dit wordt nog overruled door vertical-align:middle in v9000chlst2.js 
	en levert daarom nog niet het goede resultaat op */
  padding: 0px;
  margin: 2px 0px 0px 0px; }

div.citaat {
  background: #e7e7dc;
  margin-left: 20px;
  border: 0px solid #000;
  padding: 0px 3px 3px 3px; }

.f_ital,
.italic {
  font-style: italic; }

fieldset {
  border-style: none;
  padding: 0; }

/*zie voor legend ook style_lte_ie8.css ivm IE-bug*/
legend {
  font-weight: bold;
  font-size: 145%;
  color: #004a99;
  text-decoration: none;
  margin: 0 0 12px 0; }

.geen_avlucht legend {
  font-size: 120%; }

fieldset div > legend {
  font-size: 120%; }

.biozonderlink {
  margin-right: 15px; }

.bron_nieuwtje {
  color: #575757;
  font-style: italic;
  margin: 1em auto; }

div.brontekst {
  border: 1px solid #f0f0f0;
  padding: 6px;
  left: -7px;
  margin-top: 8px; }

span.kaartklaar {
  color: #78E000; }

div.display_yn {
  display: block; }

div.main_extramarge2 {
  height: 220px; }

div.main_extramarge4 {
  height: 440px; }

.meer_links p {
  margin: 0; }

.meer_links,
.mtop {
  margin-top: 1em;
  margin-bottom: 0; }

.mnone {
  margin-top: 0;
  margin-bottom: 0; }

.paragraaf_kop + .mtop.seriekeuze, th .mtop, td .mtop {
  margin-top: 0; }

.flexbox #main .boek_wrapper_kort:only-child > div {
  margin-top: 8px; }

.naast_image {
  display: inline; }
  .naast_image div.fontwit_vert > div {
    overflow: inherit !important; }
  .naast_image table.styletable {
    margin: 0 0 0px 0; }

.naast_tabel {
  margin: 0 0 8px 2px; }

.naast_tabel.kaart {
  width: inherit !important;
  position: relative; }
  .naast_tabel.kaart img {
    min-width: inherit;
    height: inherit; }

.introtekst {
  height: 8px;
  overflow: hidden;
  background: green;
  display: none;
  /*  tijdelijk op none voorzolang de div in kwestie nog niet alleen geschreven wordt als  er een ointrotekst is, zoals op /9353000/1/j9vvh6nf08temv0/vhbnlvx6rvzz?ctx=vh7ej5swwyye&tab=1 */ }

aside.avlucht div.ladder_bladeren, .ladder_verlopen {
  padding: 0.5em 1.0em 0.5em 1.5em;
  text-align: right; }

.ladder_bladeren.verder a:after, .ladder_verlopen a:after, .ladder_bladeren.zoeken_bladeren:not(.zoeken_terug) a:after {
  content: 's';
  font-family: "awesome";
  font-size: 70%;
  display: inline-block;
  color: #005ab7;
  margin-left: 0;
  width: 1.2em;
  /*same as padding-left set on li*/
  top: -0.0625em;
  margin-left: -5px; }

.ladder_bladeren.terug a:after {
  content: 't';
  font-family: "awesome";
  font-size: 70%;
  display: inline-block;
  color: #005ab7;
  margin-left: 0;
  left: -0.1em;
  width: 1.2em;
  /*same as padding-left set on li*/
  position: relative;
  top: -0.0625em; }

.ladder_bladeren.zoeken_terug a:before {
  content: 't';
  font-family: "awesome";
  font-size: 0.914285em;
  display: inline-block;
  color: #005ab7;
  margin-left: 0;
  left: -0.1em;
  width: 1.2em;
  /*same as padding-left set on li*/
  position: relative;
  top: -0.0625em;
  left: -0.875em; }

.ladder.zonder_lnk_ervoor + .ladder_verlopen,
.ladder_bladeren.verder + .ladder_verlopen {
  display: none; }

.text_carouselitem br, .items_metpijl, a.prev span, a.next span,
#home_etalage-items_alle.carousel_empty .home_etalage-items_alle_content,
#content2 .niet_tonen, #vluchtx div.mnone,
div.avlucht_boven, .invisible, h1.hidden {
  display: none; }

#main table, div.kaal table.astbl, div.kaal table.styletable, div.kaal td.fontwit, div.kaal th.fontwit {
  border: none;
  color: black; }

div.kaal th.fontwit {
  font-weight: bold; }

.routenoscript {
  margin-left: 15px; }

.homeknop {
  position: relative;
  left: 2px; }

.rss_knop {
  margin-top: 10px;
  margin-right: 10px;
  text-align: right; }

.positie_afb {
  position: relative;
  top: 2px; }

.waarschuwing {
  color: #FF0000; }

.buttondatum {
  font-size: 1px; }

.bijpijltjekalender {
  width: 0px;
  overflow: hidden; }

div.geenroute {
  padding: 0 8px 0 13px;
  margin-top: 32px; }

form.opmaat {
  margin: 0; }

div.kader_afb_en_txt {
  height: 82px;
  margin-bottom: 1em; }

div.kader_afb {
  float: left; }

div.kader_txt {
  border-left: 96px solid #fff;
  background: #d6f5cc;
  height: 82px; }

div.kader_txt_inhoud {
  padding: 0.3em 0.5em 0 0.5em; }

div.kader_txt_kop {
  font-weight: bold;
  margin-bottom: 0.5em; }

div.kader_txt_meer {
  text-align: right;
  margin: 0 8px 0 0; }

div.kader_txt_meer div.seriekeuze {
  margin: 0;
  padding: 0;
  clear: none; }

.m0 {
  margin: 0; }

body.printversie section.infowijzer {
  margin-top: 1.1em; }

/* inhoud + 1t/m7*/
.chklst {
  font-size: 70%; }

.ico_in_seriekeuze {
  position: relative;
  top: 2px; }

.display_none, .page-break, .ladder_bladeren.zoeken_bladeren img {
  display: none; }

.chklst {
  /* nodig voor javascript select-uitklapmenu'tjes zoals bij agenda op maat*/
  font-size: 115%; }

.tussenbalk {
  display: block;
  clear: both; }

.text-align_left {
  text-align: left; }

.text-align_center {
  text-align: center; }

.text-align_right {
  text-align: right; }

nav.vlucht nav.vlucht_content_home_top {
  padding: 0;
  border-left: 1px solid #fff;
  border-bottom: 6px solid #fff; }

#vlucht nav.vlucht_content_home_top a {
  color: #212a37; }

nav.vlucht .kop_wiewatwaar {
  background: #fff;
  width: 100%;
  min-height: 20px;
  height: 20px;
  position: relative;
  left: -1px; }

nav.vlucht .kop_wiewatwaar div {
  background: #00539b;
  color: #fff;
  padding: 1px 4px 4px 15px;
  width: 30%;
  font-weight: 600;
  border-left: 1px solid #fff; }

.vlucht_content_home_top_onderwerp, .vlucht_content_home_top_onderwerp_laatste, .vlucht_content_home_top_onderwerp_rood, .vlucht_content_home_top_onderwerp_blauw {
  padding: 0;
  width: 100%;
  min-height: 20px;
  z-index: 1;
  margin: 0;
  clear: both; }

.vlucht_content_home_top_onderwerp, .vlucht_content_home_top_onderwerp_blauw, .vlucht_content_home_top_onderwerp_rood, .vlucht_content_home_top_onderwerp_img, #instellingen {
  border: 0; }

.vlucht_content_home_top_onderwerp {
  padding: 10px 3px 3px 0; }

.vlucht_content_home_top_onderwerp_2regels {
  padding: 6px 3px 9px 0; }

.vlucht_content_home_top_onderwerp_laatste {
  border-bottom: none; }

.vlucht_content_home_top_onderwerp_rood {
  background-color: #f30; }

.vlucht_content_home_top_onderwerp_blauw {
  background-color: #96C4FF; }

.vlucht_content_home_top_onderwerp_img {
  width: 100%;
  height: 40px;
  margin: 0;
  padding: 0;
  text-align: center; }

.vlucht_content_home_top_onderwerp_txt {
  margin: 0;
  padding: 2px 0 3px 3px;
  overflow: hidden;
  z-index: 2;
  line-height: 120%; }

#footer_menu ul {
  display: block;
  list-style: none;
  margin: 0;
  padding: 0;
  margin: -0.35em 0 0 0;
  background-color: transparent;
  width: 100%; }

#main ul.footermenu li, #footer_menu ul li {
  display: table-cell;
  margin: 0 1px;
  float: left;
  text-align: left;
  padding: 0.14em 0;
  width: 100%; }

#footer_menu ul li {
  padding: 0.25em 0;
  line-height: 1.15; }

#footer_menu ul a, #footer_menu ul a:hover, #footer_menu ul a:visited {
  text-decoration: none; }

#footer_menu h2 {
  font-size: 110%;
  padding-bottom: 9px;
  margin-bottom: 7px;
  border-bottom: #868f9f solid 1px; }

@media only screen and (min-width: 48em) and (max-width: 70.74em) {
  #footer_menu h2 {
    min-height: 3.5em; } }

header ul span a, ul.footermenu span a, #footer_menu ul span a {
  display: block;
  margin: 0;
  padding: 4px 13px 7px 9px;
  text-align: left;
  font: 80%/95% Verdana, Arial, sans-serif;
  color: #fff;
  font-weight: 700;
  text-decoration: none; }

#footer_menu ul span a {
  color: #0c6f8f; }

header ul span a:hover {
  color: #000;
  background: #bddfed;
  border-color: #920B01; }

.table_no_margin {
  margin: 0;
  padding: 0;
  border-collapse: collapse; }

#avlucht h2 a, #avlucht h2 a:visited,
.titelbalk h2 a, .titelbalk h2 a:visited,
.agendatitelsubbalk h3 a, .agendatitelsubbalk h2 a:visited {
  color: #fff; }

.agendaopmaat {
  margin-top: 2em; }

.footer_meer_link {
  font-weight: bold; }

.zoekopties {
  margin-top: 0.65em;
  float: left; }

.imagekablinksfo {
  margin: 0 0.8em 0.8em 0; }

.google_branding {
  margin-top: 0.9em; }

.google_branding img {
  position: relative;
  top: 0.5em; }

.geen_avlucht footer {
  clear: both;
  z-index: 10000; }

.imagecopyright {
  font-style: italic;
  font-size: 90%; }

td.gsc-branding-text {
  vertical-align: top;
  padding-bottom: 1px; }

td.gsc-branding-img-noclear {
  vertical-align: bottom;
  padding-left: 2px; }

img.gsc-branding-img-noclear {
  display: block; }

.sub_inspring {
  margin-left: 19px; }

#primair_menu ul.hoofdmenu {
  position: static !important; }

/*.group_container li div, */
ul.zonder_lnk_ervoor li div.clearavluchtn {
  float: none;
  clear: both; }

#alleen_tekst {
  margin-top: -1.75em;
  padding-top: 2em;
  background: #fff; }

#alleen_tekst_content {
  padding: 1.2em 1.0em;
  border: solid #cc3333 1px;
  background: #fdf9ed;
  margin-top: 0.6em; }

#alleen_tekst h2 {
  font-size: 120%;
  margin-bottom: 1em;
  color: #cc3333; }

.disc {
  text-align: center;
  font-size: smaller;
  margin-top: 3em;
  padding: 2em 3em; }

li.item_ladder_columns {
  position: relative;
  left: 0;
  width: 100%;
  margin: 0;
  overflow: hidden;
  /*	border: solid 1px #999;
	background: #fefaf5;*/
  border: solid 1px #dee7f0;
  background: #e5f2ff; }

div.avlucht ul.ladder li, ul.inlopendetekst li, div.vlucht_content ul li, li.item_ladder_columns {
  list-style-image: none;
  list-style: none;
  color: #333333;
  vertical-align: baseline;
  padding-left: 0.03125em;
  padding-bottom: 1.0625em;
  line-height: 110%; }

h2.item_ladder_columns_heading a,
h2.item_ladder_columns_heading a:link,
h2.item_ladder_columns_heading a:visited {
  color: #06c; }

ul.inlopendetekst li, li.item_ladder_columns {
  padding: 0;
  margin-left: 0;
  margin-right: 0; }

#main li.item_ladder_columns {
  margin-bottom: 1.4em; }

div.content_item_ladder_columns {
  padding: 1.4em 1.0em; }

h2.item_ladder_columns_heading {
  margin: 0 0 0.6em 0; }

h3.item_ladder_columns_subheading {
  color: #333;
  font-weight: 500;
  font-style: italic;
  margin: 0 0 1.45em 0; }

.item_ladder_columns_tekst {
  margin: 0;
  line-height: 150%;
  width: auto;
  min-height: 64px;
  padding: 0; }

body.met_grdtbl {
  font: 100% Verdana, Arial, Helvetica, sans-serif;
  line-height: 165%; }

.nieuws_group_container .titelbalk, .agenda_group_container .titelbalk {
  padding-top: 0.6em !important; }

.atab_container {
  z-index: 9999; }

#avlucht_agenda .atab_container, #home #col_1b .titelbalk,
#home #col1 .titelbalk, .agenda_group_container .titelbalk {
  background: #2ba688;
  /* Old browsers */
  background: -moz-linear-gradient(top, #2ba688 0%, #29a083 92%, #217e67 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #2ba688), color-stop(92%, #29a083), color-stop(100%, #217e67));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #2ba688 0%, #29a083 92%, #217e67 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #2ba688 0%, #29a083 92%, #217e67 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #2ba688 0%, #29a083 92%, #217e67 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #2ba688 0%, #29a083 92%, #217e67 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2ba688', endColorstr='#27977c',GradientType=0 );
  /* IE6-9 */ }

#avlucht_historie .atab_container,
#home #nieuwsheadlines_home .titelbalk {
  background: #083999;
  /* Old browsers */
  background: -moz-linear-gradient(top, #083999 1%, #063592 92%, #052a73 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(1%, #083999), color-stop(92%, #063592), color-stop(100%, #052a73));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #083999 1%, #063592 92%, #052a73 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #083999 1%, #063592 92%, #052a73 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #083999 1%, #063592 92%, #052a73 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #083999 1%, #063592 92%, #052a73 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#083999', endColorstr='#062f80',GradientType=0 );
  /* IE6-9 */ }

#avlucht_columns .atab_container,
#analyses_home .titelbalk {
  background: #7d2f99;
  /* Old browsers */
  background: -moz-linear-gradient(top, #7d2f99 1%, #682e7d 92%, #5e2473 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(1%, #7d2f99), color-stop(92%, #682e7d), color-stop(100%, #5e2473));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #7d2f99 1%, #682e7d 92%, #5e2473 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #7d2f99 1%, #682e7d 92%, #5e2473 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #7d2f99 1%, #682e7d 92%, #5e2473 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #7d2f99 1%, #682e7d 92%, #5e2473 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7d2f99', endColorstr='#052a73',GradientType=0 );
  /* IE6-9 */ }

#vlucht_banner_home .titelbalk {
  background: #0889a0;
  /* Old browsers */
  background: -moz-linear-gradient(top, #0889a0 1%, #099ab4 92%, #0895ae 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(1%, #0889a0), color-stop(92%, #099ab4), color-stop(100%, #0895ae));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #0889a0 1%, #099ab4 92%, #0895ae 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #0889a0 1%, #099ab4 92%, #0895ae 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #0889a0 1%, #099ab4 92%, #0895ae 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #0889a0 1%, #099ab4 92%, #0895ae 100%);
  /* W3C */
  background: linear-gradient(to bottom, #0889a0 1%, #099ab4 92%, #0895ae 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0889a0', endColorstr='#0895ae',GradientType=0 );
  /* IE6-9 */ }

#avlucht_nieuws .atab_container,
#home #home_ladder_nieuws .titelbalk, .nieuws_group_container .titelbalk {
  background: #a72d2d;
  /* Old browsers */
  background: -moz-linear-gradient(top, #a72d2d 1%, #9f2929 92%, #7e2121 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(1%, #a72d2d), color-stop(92%, #9f2929), color-stop(100%, #7e2121));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #a72d2d 1%, #9f2929 92%, #7e2121 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #a72d2d 1%, #9f2929 92%, #7e2121 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #a72d2d 1%, #9f2929 92%, #7e2121 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #a72d2d 1%, #9f2929 92%, #7e2121 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a72d2d', endColorstr='#972727',GradientType=0 );
  /* IE6-9 */ }

#eutweets .titelbak {
  background: #e1930c;
  /* Old browsers */
  background: -moz-linear-gradient(top, #e1930c 1%, #cf890f 92%, #bd731b 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(1%, #e1930c), color-stop(92%, #cf890f), color-stop(100%, #bd731b));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #e1930c 1%, #cf890f 92%, #bd731b 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #e1930c 1%, #cf890f 92%, #bd731b 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #e1930c 1%, #cf890f 92%, #bd731b 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #e1930c 1%, #cf890f 92%, #bd731b 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e1930c', endColorstr='#ca8312',GradientType=0 );
  /* IE6-9 */
  height: 3.2em; }

#eutweets .titelbak h2 {
  font-weight: 700;
  color: #fff;
  left: 0;
  margin-top: -0.1em;
  padding-top: 0;
  padding-left: .65em;
  font-size: 140%;
  font-family: "tiennebold";
  line-height: 2.3;
  padding-right: 0.6em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%; }

#avlucht_vacatures {
  border-bottom: solid #081344 2px; }
  #avlucht_vacatures .atab_container {
    background: #081344 !important; }

.nieuws_group_container .titelbalk div.rss, .agenda_group_container .titelbalk div.rss {
  display: inline-block;
  width: 13%;
  max-width: 2em;
  margin: 0; }

aside.avlucht .brontekst {
  margin: 12px 0 0 0; }

#primair_menu {
  position: relative;
  height: 56px;
  z-index: 17;
  overflow: visible !important;
  top: 77px; }

.inline, #vlucht_content form {
  display: inline; }

#vlucht > #vlucht_content {
  width: 100%; }

.wijzerkop_en_niveau .m0 {
  width: 18%;
  min-width: 80px;
  height: 2.6em;
  float: left; }

#uitgelicht h2, .menu-uitgelicht,
.opmaat label.afbeelding, .opmaat .span, .opmaat .opmaat_1, .sib_full div,
.soc_media_balk, .zoekopties div, #veld_en_knop, .column1 {
  float: left; }

.safari5 #uitgelicht h2, .safari5 .menu-uitgelicht {
  float: none; }

#inhoudsopgave {
  display: table;
  width: 100%;
  background-color: #ecf5fb;
  clear: both; }

.inhoudsopgave_column {
  display: table-cell;
  background-color: #ecf5fb;
  width: 100%; }
  .inhoudsopgave_column ol {
    margin-bottom: 0; }

.inhoudsopgave_column.column0 li {
  padding-right: 0.375em; }

div.soc_media_item_center {
  margin-top: 0.28125em;
  float: left; }
  div.soc_media_item_center a {
    border-bottom: none !important; }

.uw_mening_heading th, .uw_mening_heading td {
  padding: 0; }

.uw_mening_heading .uw_mening_tekst {
  width: auto !important; }

/*
.opmaat {
	clear: both;
	margin-bottom: 1.4em;
}*/
.infowijzer2 {
  margin: 1.6em 0 0.25em;
  background: #ecf5fb;
  clear: both; }

.delen_balk {
  padding-bottom: 1em; }

.wijzerkop, .wijzerkop_en_niveau, .delenbalk_container {
  width: 100%;
  height: 2.6em;
  background: #ecf5fb;
  margin: 0; }

.wijzerkop {
  padding-right: 5px; }

.wijzerkop .inhoud, .wijzerkop_en_niveau .inhoud, .wijzerkop_en_niveau .delen, .wijzerkop .delen {
  height: 2.6em;
  float: left;
  margin-right: 1.25em; }

.inhoud {
  height: 2.6em;
  background: #d6e6f5 none no-repeat right top;
  padding-right: 1.25em; }

.wijzerkop_en_niveau .delen_balk, .wijzerkop .delen_balk, .wijzerkop_en_niveau .inhoud img {
  float: right; }

.delen {
  position: relative;
  background: #d6e6f5;
  width: 95%; }

.delen:after, .delen:before {
  left: 100%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none; }

.delen:after {
  border-color: rgba(206, 213, 164, 0);
  border-left-color: #d6e6f5;
  border-width: 17px;
  top: 50%;
  margin-top: -17px; }

.wijzerkop_en_niveau .inhoud h2 {
  position: relative; }

.wijzerkop_en_niveau .inhoud h2:after, wijzerkop_en_niveau .inhoud h2:before {
  left: 100%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none; }

.wijzerkop_en_niveau .inhoud h2:after {
  border-color: rgba(206, 213, 164, 0);
  border-left-color: #d6e6f5;
  border-width: 17px;
  top: 50%;
  margin-top: -17px; }

section.infowijzer .wijzerkop h2, section.infowijzer .wijzerkop_en_niveau h2 {
  margin: 0.6875em 1.125em 0;
  float: left;
  padding-left: 0; }

@media (min-width: 70.01em) {
  .wijzerkop_en_niveau {
    float: left;
    padding-right: 0.5em; }
  html:not(.mobile) .wijzerkop {
    overflow: hidden; }
  /*	html:not(.android) .delen_balk {
		padding-bottom: 0;

	}
*/
  .delen_balk {
    padding-bottom: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    justify-content: flex-end; }
  .soc_media_balk {
    padding-top: 0.05em;
    /*		img {
			float: right;
		}
*/ }
  section.infowijzer .wijzerkop_en_niveau h2 {
    margin-top: 0.75em; }
  .inhoud h2 {
    margin: 0em !important;
    padding-top: 0.8em !important;
    padding-bottom: 0.85em !important;
    padding-left: 1em !important;
    padding-right: 1em !important;
    background-color: #d6e6f5 !important; }
  section.infowijzer .wijzerkop h2, section.infowijzer .wijzerkop_en_niveau h2 {
    font-size: .875em; }
  .inhoud {
    background-color: transparent !important;
    padding-right: 0; }
  /*	.opmaat .opmaat_1{
		padding-left: 1.5em;
		padding-top: 0.1em;
	}
*/
  .opmaat .instellingen {
    min-width: 103px !important; }
  div.soc_media_item_center {
    margin-top: 0.2em; } }

section.infowijzer .wijzerkop h2 {
  margin-top: 0.8em; }

.opmaat, .opmaat .instellingen {
  border: none;
  height: 100%; }

.opmaat .instellingen {
  clear: both;
  min-width: 170px;
  background: #ecf5fb; }

.opmaat .opmaat_2 {
  float: left;
  width: 61%;
  padding-left: 0; }

.niveaus_wrapper {
  padding: 0.5em 0 0;
  overflow: hidden;
  background: #ecf5fb;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  line-height: 1.3; }
  .niveaus_wrapper .tekst_niveaus {
    padding-top: 0 !important; }

.niveaus_wrapper + hr {
  padding-bottom: 1em;
  margin-top: -1px;
  margin-left: 9px;
  margin-bottom: 0;
  background: #ecf5fb;
  border-top: 1px solid #d6e6f5;
  text-align: left; }

.tekst_niveaus, .opmaat label.txt {
  padding-left: 0.3125em;
  font-size: 85% !important;
  margin-left: 0;
  margin-right: 0.5em; }

.tekst_niveaus > div {
  position: relative;
  display: inline-block;
  padding-right: 2em; }
  .tekst_niveaus > div > span {
    font-weight: bold; }

.ie9 .niveaus_wrapper .opmaat {
  position: relative;
  top: -0.5em; }

.opmaat label.txt {
  position: relative; }

.opmaat_1 label > span {
  padding-left: 1.45em;
  color: #06c; }

.niveaus_wrapper input[type="checkbox"] {
  display: none; }

.niveaus_wrapper label {
  cursor: pointer; }

.niveaus_wrapper input[type="checkbox"] + label:before {
  content: "\00a0";
  display: inline-block;
  font: 16px/1em sans-serif;
  height: 16px;
  margin: 0 .25em 0 0;
  padding: 0;
  vertical-align: top;
  width: 16px;
  position: absolute;
  margin-top: -2px; }

.niveaus_wrapper input[type="checkbox"] + label:before {
  color: #666;
  text-align: center;
  content: 's';
  font-family: "awesome";
  font-size: 70%;
  display: inline-block;
  color: #005ab7;
  margin-left: 0;
  width: 1.2em;
  /*same as padding-left set on li*/
  top: -0.0625em;
  position: absolute;
  top: 0.85em; }

.niveaus_wrapper input[type="checkbox"] + label:after {
  font-weight: bold; }

.ie .niveaus_wrapper input[type="checkbox"] + label:before {
  font-size: 60%;
  margin-left: 2px; }

.opmaat label.image img, .opmaat .txt, .opmaat input[type="radio"] {
  cursor: pointer; }

.tekst_niveaus > .uitgebreide_versie, .opmaat_1 .uitgebreide_versie {
  display: none; }

html:not(.ie9) .opmaat_1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
  background: #d6e6f5;
  padding: 7px; }
  html:not(.ie9) .opmaat_1 input {
    margin: 0.2em 0 0; }

.tekst_niveaus {
  padding-top: 8px !important; }

/*----------------------------mediaquery max-width 900px---------------------------------*/
@media screen and (max-width: 820px) {
  .wijzerkop .delen {
    clear: left;
    float: left; }
  .wijzerkop .delen, .wijzerkop .delen_balk {
    float: left;
    clear: left; } }

/*----------------------------mediaquery max-width 900px---------------------------------*/
@media screen and (max-width: 900px) {
  .wijzerkop_en_niveau .delen {
    clear: left;
    float: left; }
  .wijzerkop_en_niveau .delen, .wijzerkop_en_niveau .delen_balk {
    float: left;
    clear: left; } }

/*----------------------------mediaquery max-width 1023px---------------------------------*/
@media screen and (max-width: 1023px) {
  div.kaart, div.naast_tabel {
    display: none; }
  div.naast_image {
    float: left; } }

/*----------------------------mediaquery max-width 1024px---------------------------------*/
@media screen and (min-width: 1024px) {
  div.kaart + div.naast_image {
    width: calc(100% - 234px);
    float: left; } }

#layout_content_only {
  overflow: auto;
  position: absolute;
  z-index: 3;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  padding-top: 5px;
  margin-top: 0; }

#vanwie {
  width: 23%;
  float: left;
  padding: 1.3em 0 0 1%; }

#footer_menu {
  width: 72%;
  padding: 0 2% 2% 0;
  float: left;
  display: table-row; }

#main ol {
  margin-left: 1.6em; }

#home #vanwie {
  width: 24%; }

#home #footer_menu {
  width: 71.5%; }

.footer_menu_content {
  display: table-row;
  border-collapse: collapse;
  width: 100%;
  height: auto; }

.ladder_seperator0, .ladder_seperator1 {
  padding-top: 1em;
  height: 1em; }

.ladder_seperator1 {
  width: 100%;
  clear: both;
  padding-top: 2.1em; }

#footer_menu .ladder {
  width: 23%;
  float: left;
  margin-right: 2%;
  position: relative; }

#vanwie p.aanhef {
  margin: -1px 0 0 0.2em; }

footer a:link, footer a:visited, #footer_menu h2, footer h2 a:link, footer h2 a:visited {
  color: #4f5663; }

#vanwie .subtitel {
  margin: 3.25em 0 0 0.2em;
  clear: both; }

#vanwie ul {
  list-style: none;
  margin: 0.5em 0 0 0.3em; }

#vanwie ul li {
  padding-bottom: 0.2em;
  clear: both; }

.bezoek_ook_icon {
  float: left;
  width: 2em;
  height: 2em; }

.bezoek_ook_icon1 {
  background: url(/9353265/g/sprite.png) no-repeat scroll left -261px; }

.bezoek_ook_icon2 {
  background: url(/9353265/g/sprite.png) no-repeat scroll -32px -261px; }

.bezoek_ook_icon3 {
  background: url(/9353265/g/sprite.png) no-repeat scroll -56px -262px; }

.bezoek_ook_icon4 {
  background: url(/9353265/g/sprite.png) no-repeat scroll -84px -261px; }

section.sib_full_footer {
  border-right: 20px solid white; }

footer {
  position: relative;
  width: 100%;
  height: auto;
  padding-top: 0.5em;
  overflow: hidden;
  background: #fff;
  border-top: solid #f9fdff 1em; }

@media screen and (max-width: 750px) {
  #v1 {
    display: none; }
  #contentsection_header {
    width: 100%;
    margin-right: 1em;
    float: left; }
  .sib_full .sib_right div {
    width: 49.0% !important; } }

.issue_intro_afbeelding {
  float: right;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-left: 0.65em; }

/*----------------------------mediaquery max-width 1100px---------------------------------*/
@media screen and (max-width: 1220px) {
  #header_container {
    padding-left: 22px; }
  #home_etalage-items_pijl_links {
    left: 20px; } }

/*-------- mediaquery min-width: 677px --------*/
@media only screen and (min-width: 677px) {
  #home_etalage-items_alle article {
    padding-bottom: 0.6em; }
  .no-flexbox #si_iconen_content > div {
    margin: 0 0.05em; } }

/*-------- mediaquery min-width: 981px --------*/
@media only screen and (min-width: 981px) {
  #home_etalage-items_alle article {
    padding-bottom: 0.6em; } }

@media only screen and (min-width: 981px) and (max-width: 1060px) {
  .no-flexbox #si_iconen_content > div {
    margin: 0 0.1em; } }

/*-------- mediaquery min-width: 1100px --------*/
@media only screen and (min-width: 1100px) {
  #home_etalage-items_alle article {
    padding-bottom: 0.05em; }
  .no-flexbox #si_iconen_content {
    padding: 0 2%; } }

@media screen and (max-width: 1260px) {
  .home_etalage-items_pijl {
    top: 299px; } }

@media only screen and (min-width: 1261px) {
  .home_etalage-items_pijl {
    top: 134px; }
  .no-flexbox #si_iconen_content {
    padding: 0 8%; } }

#tweets {
  border: none;
  overflow: hidden;
  width: 100%;
  height: 489px; }

@media only screen and (min-width: 751px) and (max-width: 880px) {
  .sib_right div {
    width: 49.1% !important; } }

.fontwit_hor {
  width: 100%;
  overflow: auto; }

.paragraaf_kop + .fontwit_hor:not(.tblwrapper) {
  margin-top: 1em; }

.fontwit_hor:not(.tblwrapper), .fontwit_hor.tblwrapper {
  width: 100%;
  overflow: inherit; }

.tblwrapper, .fontwit_hor.tblwrapper {
  position: relative;
  z-index: 9; }

.fontwit_hor.tblwrapper.is-clicked {
  width: calc(74vw - 51px);
  max-width: 918px; }

.tblexpand {
  max-width: 9.125rem;
  margin-left: 0; }

#content #main .expandmore__button {
  border: 0;
  background: transparent;
  margin: 0;
  padding: 0; }

.js-expandmore-button[aria-expanded="false"] .selecteertekst-toggled, .js-expandmore-button[aria-expanded="true"] .selecteertekst-default {
  display: none; }

.tblexpand, .button.small.tblexpand {
  margin: 0 0 1rem 0.125rem;
  display: block;
  position: relative;
  z-index: 9;
  padding: 0.4375rem 0.75rem 0.5rem 0.625rem; }

#gridgrp {
  position: relative;
  z-index: 99999999;
  color: black; }

html div, html dl, html dt, html dd, html ul, html ol, html li, html h1, html h2, html h3, html h4, html h5, html h6, html pre, html form, html p, html blockquote, html th, html td, html label, html .top-bar a {
  font-size: inherit;
  font-family: inherit; }

.gewoneversie #content, .geen_avlucht #content, #home #content {
  background: #f9fdff;
  font-size: 87.5%; }

@media screen and (-ms-high-contrast: active) and (max-device-width: 480px), (-ms-high-contrast: none) and (max-device-width: 480px) {
  .gewoneversie #content, .geen_avlucht #content, #home #content {
    font-size: 60% !important; }
  #home_etalage-items h2, #home_etalage-items_alle h2, #home_etalage_carousel h2 {
    font-size: 90% !important; }
  .headline_tekst h2, #home_etalage-items p, #home_etalage-items_alle p, #home_etalage_carousel p {
    font-size: 80% !important; }
  html .home_actueel_en_vlucht #col_2 {
    margin-top: 20.4em !important; } }

#pageheader {
  z-index: 48394;
  top: 0;
  width: 100%;
  max-width: none;
  overflow: visible !important;
  padding: 0;
  background: #fff;
  margin: 0;
  font-size: 80%; }

.ctxmenu {
  font-size: 80% !important; }

@font-face {
  font-family: 'les-icons';
  src: url("/9353265/v/lesopdracht.eot?#iefix") format("embedded-opentype"), url("/9353265/v/lesopdracht.woff") format("woff"), url("/9353265/v/lesopdracht.ttf") format("truetype"), url("/9353265/v/lesopdracht.svg") format("svg");
  font-weight: normal;
  font-style: normal; }

/*Google Chrome Fixx: afdwingen svg */
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  @font-face {
    font-family: 'les-icons';
    src: url("/9353265/v/lesopdracht.svg") format("svg"); } }

@font-face {
  font-family: 'tiennebold';
  src: url("/9353265/v/tienne-bold-webfont.eot");
  src: url("/9353265/v/tienne-bold-webfont.eot?#iefix") format("embedded-opentype"), url("/9353265/v/tienne-bold-webfont.woff") format("woff"), url("/9353265/v/tienne-bold-webfont.ttf") format("truetype"), url("/9353265/v/tienne-bold-webfont.svg#tiennebold") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'awesome';
  /*	src: url('/9353265/v/fontawesome.eot');
	src: url('/9353265/v/fontawesome.eot?#iefix') format('embedded-opentype'),
		  url('/9353265/v/fontawesome.ttf') format('truetype'),
		  url('/9353265/v/fontawesome.woff') format('woff'),
		  url('/9353265/v/fontawesome.svg') format('svg');*/
  font-family: 'awesome';
  src: url("/9353265/v/font/icomoon.eot?v=3.0.1");
  src: url("/9353265/v/font/icomoon.eot?#iefix&v=3.0.1") format("embedded-opentype"), url("/9353265/v/font/icomoon.woff?v=3.0.1") format("woff"), url("/9353265/v/font/icomoon.ttf?v=3.0.1") format("truetype"), url("/9353265/v/font/icomoon.svg") format("svg"); }

@font-face {
  font-family: 'mibanner';
  src: url("/9353265/g/font/slfrg.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }

body {
  margin-bottom: 1px !important;
  font-size: 100% !important;
  line-height: 140% !important;
  background: #f9fdff;
  color: #333;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -ms-overflow-style: scrollbar;
  overflow-style: scrollbar; }

h1, h2, h3, h4, h5, h6 {
  font-weight: bold; }

.meti:after {
  content: 'i';
  position: relative;
  top: -2px;
  vertical-align: top;
  margin: 0 0.1875em 0 0.1875em;
  font-size: 80%;
  font-family: "Times New Roman";
  font-weight: bold;
  text-align: center;
  padding: 0px 2px;
  text-decoration: none; }

.tab_up:after {
  content: 'o';
  font-family: "awesome";
  font-size: 70%;
  display: inline-block;
  color: #005ab7;
  position: absolute;
  top: 1.2em;
  right: 4.25em;
  width: 1.1875em;
  height: 100%;
  z-index: 12;
  color: #fff; }

.tab_down:after {
  content: 'n';
  font-family: "awesome";
  font-size: 70%;
  display: inline-block;
  position: absolute;
  top: 1.2em;
  right: 4.25em;
  width: 1.1875em;
  height: 100%;
  z-index: 12;
  color: #fff; }

#h1_top {
  font-size: 157.143%;
  line-height: 100% !important;
  font-family: "tiennebold";
  margin-top: 0;
  /*	-webkit-font-smoothing: antialiased;*/ }

html:not(.webkit) #h1_top {
  margin-top: -0.125em; }

.geen_avlucht #h1_top {
  padding-left: 0.5em;
  margin-top: 0.2em; }

div.paragraaf_kop h2 {
  margin: 1em 0 0 0;
  font-size: 120%;
  font-family: "tiennebold"; }

.gecko div.paragraaf_kop h2, .gecko #h1_top, .gecko #vlucht h2, .gecko .titelbalk h2, .gecko #avlucht h2, .safari div.paragraaf_kop h2, .safari #h1_top, .safari #vlucht h2, .safari .titelbalk h2, .safari #avlucht h2, .mac.webkit div.paragraaf_kop h2, .mac.webkit #h1_top, .mac.webkit #vlucht h2, .mac.webkit .titelbalk h2, .mac.webkit #avlucht h2, .webkit div.paragraaf_kop h2, .webkit #h1_top, .webkit #vlucht h2, .webkit .titelbalk h2, .webkit #avlucht h2 {
  font-weight: 300 !important; }

p, ul, ol, dl, .qtip.qtip-pdc, .gewoneversie #main article {
  line-height: 140% !important;
  line-height: 150% !important; }

@media only screen and (max-width: 47.98em) {
  .bron_nieuwtje {
    margin-top: 0 !important; } }

@media only screen and (max-width: 48em) {
  .soc_media_balk div.soc_media_item_center {
    width: 20%;
    margin-top: 1.1em;
    /*			img, div {
				display:block;
				width: 32px;
				height: 32px;
			}*/
    /*			input {
				width:80%;
				height: auto;
				margin-top: 0.7em;
			}
*/ } }

@media only screen and (max-width: 26.6em) {
  #secundair_menu {
    float: right;
    width: 100%; }
    #secundair_menu li a {
      white-space: nowrap; }
    #secundair_menu .menuitem3, #secundair_menu .menuitem4 {
      float: none; }
  .pasfoto:not(.tabelpasfoto) {
    max-width: 42%; } }

@media only screen and (min-width: 20.68em) and (max-width: 32.6999em) {
  #home_etalage-items_alle h2, #home_etalage-items h2 {
    margin-bottom: 1.5em !important; } }

@media only screen and (min-width: 20.68em) and (max-width: 42em) {
  #home_etalage-items_alle .home_etalage-item2 h2, #home_etalage-items_alle .home_etalage-item4 h2, #home_etalage-items_alle .home_etalage-item6 h2, #home_etalage-items_alle .home_etalage-item8 h2, #home_etalage-items .home_etalage-item2 h2, #home_etalage-items .home_etalage-item4 h2, #home_etalage-items .home_etalage-item6 h2, #home_etalage-items .home_etalage-item8 h2 {
    margin-top: 0.5em; } }

@media only screen and (min-width: 28em) and (max-width: 42em) {
  #pageheader #sitetitel {
    margin-top: -0.1em !important;
    height: 3.4em !important; }
  .mobile #uitgelicht h2 {
    margin-top: -0.0625em; }
  .headline_tekst {
    margin-top: -2.8em; }
  .iphone .headline_tekst {
    margin-top: -3.05em; }
  .agenda_item_tekst {
    margin-top: -5.7em; }
  #home .sib_full .sib_mid > div {
    padding: 0.6em 2.1em 0 !important; } }

@media only screen and (max-width: 42em) {
  .touch .tekst_carouselitem {
    line-height: 39px; }
    .touch .tekst_carouselitem a {
      margin-top: 0.15em; }
  .touch .vlucht_content_home_top_onderwerp_txt_oranje a {
    padding: 0.1em  1em 0.4em; }
  .android.mobile #col1 .uitgebreid, .android.mobile #col1 .laddernav {
    bottom: 2px; }
  .mobile #col2 .datefloat {
    width: 2em; } }

.sib_full {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex; }
  .sib_full .sib_left {
    width: 51%;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -moz-flex: 1;
    -ms-flex: 1;
    flex: 1; }
    .sib_full .sib_left div {
      width: 33.3% !important; }
  .sib_full .sib_left4 {
    display: none; }
  .sib_full .sib_midright {
    width: 49%;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -moz-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    justify-content: flex-end; }
  .sib_full .sib_mid {
    width: 16%;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -moz-flex: 1;
    -ms-flex: 1;
    flex: 1; }
    .sib_full .sib_mid > div {
      line-height: 1;
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -moz-box-orient: vertical;
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
      justify-content: space-around;
      padding: 0 0.6em !important; }
  .sib_full .sib_center {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center; }
  .sib_full .sib_last {
    min-width: 3.6em; }

#xxvlucht a:before, html:not(.ie9) #home .sib_full a:before {
  font-size: 210% !important; }

.sib_full > div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex; }
  .sib_full > div > div {
    padding-top: 1px; }

@media only screen and (max-width: 37.625em) {
  .eudos_nr {
    position: absolute;
    width: 100%;
    padding: 1rem !important; }
  .eudos_kopje {
    margin: 0px 0 0 -4.375rem;
    padding: 2.375rem 1rem 0 1rem !important;
    width: 100%; }
  .android.mobile #nieuwsheadlines_home .headline_foto {
    min-width: auto; }
  .headline_tekst {
    line-height: 110%; }
  .android.mobile .headline_tekst {
    line-height: 100%; }
  .mobile div.gplus, .mobile div.google-plus, .mobile #si_iconen_content form:nth-of-type(3) {
    display: none !important; }
  html:not(.mobile) .whatsapp.show-for-small-only {
    display: none !important; }
  .gewoneversie #main {
    margin-bottom: 1.075em; }
  .eurnu-nieuws-vlucht {
    margin-top: -1px; }
  #avlucht {
    padding-bottom: 0; }
  footer {
    padding: 0; }
  .android.mobile #sib_print {
    padding-top: 0.3em; }
  .scroll-pane-tweets {
    height: 400px !important; }
  .gewoneversie .banner_columns1 {
    margin-top: 2em; }
  #fb_box, .gewoneversie .banner_columns1 {
    width: auto;
    height: auto; }
    #fb_box .fb_banner, #fb_box #fb_bannerbox, .gewoneversie .banner_columns1 .fb_banner, .gewoneversie .banner_columns1 #fb_bannerbox {
      display: block; }
    #fb_box .fb_bannerbox, .gewoneversie .banner_columns1 .fb_bannerbox {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      -moz-flex-direction: column;
      -ms-flex-direction: column;
      -webkit-flex-direction: column;
      -webkit-box-orient: vertical;
      flex-direction: column;
      max-width: none; }
    #fb_box .fb_imgbox, .gewoneversie .banner_columns1 .fb_imgbox {
      -webkit-box-ordinal-group: 3;
      -webkit-order: 2;
      -moz-order: 2;
      -ms-flex-order: 2;
      order: 2;
      width: auto;
      margin: 0.8em 0 0.2em;
      display: inline; }
    #fb_box .fb_tekstbox, .gewoneversie .banner_columns1 .fb_tekstbox {
      display: inline;
      -webkit-box-ordinal-group: 2;
      -webkit-order: 1;
      -moz-order: 1;
      -ms-flex-order: 1;
      order: 1; }
    #fb_box .fb_tekst, .gewoneversie .banner_columns1 .fb_tekst {
      padding: 0; }
  .niveaus_wrapper + hr {
    margin-top: 0; } }

@media only screen and (min-width: 37.71em) and (max-width: 42em) {
  #vlucht .sib_full, #home .sib_full {
    margin-right: 0 !important; }
    #vlucht .sib_full .sib_left div, #home .sib_full .sib_left div {
      width: 33.3% !important; }
    #vlucht .sib_full .sib_left4, #home .sib_full .sib_left4 {
      display: none; }
    #vlucht .sib_full .sib_mid, #home .sib_full .sib_mid {
      width: 18% !important; }
    #vlucht .sib_full .sib_right, #home .sib_full .sib_right {
      width: 37%; }
  #col_1a, #col_1b, #col_2a, #col_2b {
    width: 100%; }
  html:not(.ie9) #home .sib_mid .sib_center {
    padding-top: 1.3em; }
  #home #eutweets {
    border-bottom: solid #e1930c 2px;
    overflow: hidden;
    margin-top: 0; }
  #col3, #col_3 {
    border: none; } }

.linklang {
  font-style: italic;
  font-size: 90%; }

a:visited, #main_container .mnone a:visited, a[data-visited], #main_container a:visited .linklang {
  color: #787878; }

#main_container a:visited {
  border-bottom-color: #787878; }

#main li .opsomtekst a:visited {
  border-bottom-color: #787878 !important; }

.vista #h1_top {
  font-family: "Times New Roman" !important; }

/*hierna alternatief clear "x" voor not-webkit, not-oe1-up en not-edge:*/
/*zie normailize voor wbekit en ie10up, incl edge*/
.webkit .icon-clear, .ie .icon-clear, .edge .icon-clear, .show-for-mobile-only {
  display: none; }

.icon-clear {
  border: 1px solid transparent;
  background-color: transparent !important;
  display: inline-block;
  vertical-align: middle;
  outline: 0;
  cursor: pointer;
  position: absolute;
  bottom: 0.85em;
  right: 0.5em; }

.icon-clear:after {
  content: "X";
  display: block;
  width: 15px;
  height: 15px;
  position: absolute;
  /*	background-color: #FA9595;
	box-shadow: 0 0 2px #E50F0F;
*/
  z-index: 1;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  padding: 2px;
  border-radius: 50%;
  text-align: center;
  color: #999;
  font-weight: bold;
  font-size: 85%;
  cursor: pointer;
  font-family: verdana; }

#q:not(:valid) ~ .icon-clear {
  display: none !important; }

/* einde alternatief clear "x" voor not-webkit, not-oe1-up en not-edge:*/
.safari input[type="search"] {
  padding-right: 3px !important; }

.ios.chrome #zoekveld input, .mac.chrome #zoekveld input {
  padding-left: 3px !important; }

.mac.safari #zoekveld input {
  padding-left: 0 !important; }

input[type="text"], input[type="password"], input[type="date"], input[type="datetime"], input[type="email"], input[type="number"],
input[type="search"], input[type="tel"], input[type="time"], input[type="url"], textarea {
  font-size: 1em !important;
  margin: 0 0 12px 0 !important;
  padding: 8px 6px 7px !important;
  width: 100% !important;
  -moz-box-sizing: border-box !important;
  -webkit-box-sizing: border-box !important;
  box-sizing: border-box !important; }

input[type="text"], input[type="password"], input[type="date"], input[type="datetime"], input[type="email"], input[type="number"],
input[type="search"], input[type="tel"], input[type="time"], input[type="url"], textarea:not(.autoresize) {
  height: 33px !important; }

textarea.autoresize {
  overflow: hidden;
  min-height: 0px; }

/*::-webkit-input-placeholder { font-size: 120%; }
::-moz-placeholder { font-size: 130%; }  firefox 19+ 
:-ms-input-placeholder { font-size: 120%; }  ie 
input:-moz-placeholder { font-size: 120%; }*/
.aanhef h2 {
  font-weight: 600;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 120% !important; }

.paragraaf_koptekst h2 strong {
  font-weight: 500; }

p {
  text-rendering: inherit !important; }

#main p b.meer {
  text-align: left;
  margin-top: 1em;
  font-family: Georgia,Times,serif;
  font-size: 140% !important;
  font-weight: 500;
  margin-bottom: -0.25em; }

#main .plus .inlopendetekst {
  padding-left: 0;
  margin-left: 0; }

.hyphenate {
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto;
  -webkit-hyphenate-limit-before: 3;
  -webkit-hyphenate-limit-after: 3;
  -webkit-hyphenate-limit-chars: 8 3 3;
  -webkit-hyphenate-limit-lines: 2;
  -webkit-hyphenate-limit-last: always;
  -webkit-hyphenate-limit-zone: 8%;
  -moz-hyphenate-limit-chars: 8 3 3;
  -moz-hyphenate-limit-lines: 2;
  -moz-hyphenate-limit-last: always;
  -moz-hyphenate-limit-zone: 8%;
  -ms-hyphenate-limit-chars: 8 3 3;
  -ms-hyphenate-limit-lines: 2;
  -ms-hyphenate-limit-last: always;
  -ms-hyphenate-limit-zone: 8%;
  hyphenate-limit-chars: 8 4 3;
  hyphenate-limit-lines: 2;
  hyphenate-limit-last: always;
  hyphenate-limit-zone: 8%; }

.pre_select_vac + div.row + div.row {
  padding-bottom: 4.4em; }

#main .clfb1 {
  border-right: 1px solid #0846b9 !important;
  border-bottom-color: #0846b9 !important; }

#main .clfb2 {
  background: #fff;
  border-bottom: none !important; }

#main .clfb2 td {
  background: #fff;
  border: none !important; }
  #main .clfb2 td input {
    padding: 3px 0 !important; }

.chkchk {
  margin-top: 2px !important; }

.chkrow {
  line-height: 1.4 !important; }

.chktxt {
  font-size: 70%;
  padding-left: 2px; }

.top-bar li.moved > a:after {
  border: none;
  content: "\00ab" !important;
  margin-top: -15px;
  right: 5px; }

.top-bar .toggle-topbar.menu-icon {
  right: 1.25em; }
  .top-bar .toggle-topbar.menu-icon a {
    text-indent: -62px;
    width: 18px; }
    .top-bar .toggle-topbar.menu-icon a span {
      -moz-box-shadow: none;
      -webkit-box-shadow: none;
      box-shadow: none; }

.top-bar.expanded .toggle-topbar.menu-icon a:after {
  -moz-box-shadow: 0 10px 0 1px #888,0 16px 0 1px #888,0 22px 0 1px #888;
  -webkit-box-shadow: 0 10px 0 1px #888,0 16px 0 1px #888,0 22px 0 1px #888;
  box-shadow: 0 10px 0 1px #888,0 16px 0 1px #888,0 22px 0 1px #888; }

@media (max-width: 52.99em) {
  .vlucht .infowijzer, #route {
    display: none !important; }
  .gewoneversie .sib_full {
    float: left; }
  .gewoneversie #nieuwsbrief_vlucht, .geen_avlucht #nieuwsbrief_vlucht {
    margin: 0 auto; }
  .gewoneversie #nieuwsbrief_tekst_wrapper, .geen_avlucht #nieuwsbrief_tekst_wrapper {
    padding-left: 0.7em; }
  .geen_avlucht #vlucht .terugOmhoog {
    margin-top: 2em; }
  #analyses_home .meer {
    margin-bottom: 0; }
  form .large-9 .verplicht {
    font-size: inherit;
    left: 4px; }
  #footer_menu {
    width: 100%;
    padding: 0 0 0  1%; }
  #footer_menu .ladder:not(.ladder7) {
    display: none; }
  #footer_menu .ladder.ladder7 {
    width: 100%;
    padding-left: 0;
    margin-bottom: 0.5em;
    margin-left: 0.2em; }
    #footer_menu .ladder.ladder7 li:not(:first-of-type) {
      margin-left: 0.35em; }
    #footer_menu .ladder.ladder7 h2 {
      font-style: italic;
      font-size: inherit;
      font-weight: 900;
      padding-bottom: 0;
      margin-bottom: 0;
      border: none; } }

@media (min-width: 450px) and (max-width: 39.6999em) {
  .gewoneversie #nieuwsbrief_vlucht {
    margin: 0 auto;
    margin-bottom: 1.4em; }
  #home #nieuwsbrief_form_wrapper {
    margin: 0 auto;
    max-width: 402px;
    text-align: center; }
  #home #nieuwsbrief {
    margin-bottom: -1.7em; }
  #home #nieuwsbrief img {
    border: none; }
  #home #nieuwsbrief_form_wrapper {
    float: none;
    position: relative;
    top: -4.7em; } }

@media (max-width: 47.99em) {
  #opZwart #top-bar {
    margin-top: 0.5em; }
  #pageheader #sitetitel {
    height: 4.375em;
    left: -1px;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    position: relative;
    top: -3px; }
  h2 {
    line-height: 1.4; }
  #inhoudsopgave ol {
    margin-left: 1.1em; }
  .top-bar-section .has-dropdown > a:after {
    padding-left: 0.432em;
    content: "\02C7" !important;
    font-size: 227%;
    margin-right: 1.1em !important;
    margin-top: 0 !important; }
  .top-bar-section .has-dropdown.moved > a:after {
    padding-left: 0.432em;
    content: "\02C6" !important;
    margin-right: 1em !important;
    margin-top: 0 !important;
    top: 27px; }
  html:not(.ie) .top-bar-section .has-dropdown.moved > a:after {
    font-size: 227%; }
  .ie .top-bar-section .has-dropdown.moved > a:after {
    font-size: 105%; }
  .touch .top-bar-section .has-dropdown > a:after, .touch .top-bar-section .has-dropdown.moved > a:after {
    margin-right: 1.2em !important; }
  body:not(#opZwart) .top-bar {
    height: auto !important; }
  .top-bar-section {
    display: none;
    z-index: 9;
    left: auto !important; }
  #SteunbetuigingdezeSite .glyph.fs1 {
    margin-right: calc(20% - 32px); }
  .expanded .top-bar-section {
    display: block; }
  .row .top-bar .has-dropdown a, .top-bar ul li > a {
    padding: 0 0 0 11.66667px !important; }
  .top-bar-section ul {
    border-bottom: 1px #fff solid; }
  .top-bar-section ul.dropdown {
    border-bottom: 0; }
  .top-bar-section li {
    border-top: 1px #fff solid;
    background: #B61522; }
    .top-bar-section li a, .top-bar-section li a:visited {
      color: #fff !important; }
  .top-bar-section ul.dropdown li {
    background: #e41a2b; }
  .top-bar-section .moved > .dropdown {
    position: relative !important;
    visibility: visible !important;
    left: auto !important; }
  .top-bar-section .has-dropdown.moved {
    position: relative !important; }
  .top-bar-section ul li a span {
    display: block;
    margin-right: 4.5em;
    width: auto !important;
    padding: 1.15em 0;
    border-right: 1px #fff solid; }
  .row .top-bar ul.level0 li > a {
    padding-left: 2.125em !important; }
  .row .top-bar ul.level1 li > a {
    padding-left: 3.5em !important; }
  .row .top-bar ul.level2 li > a {
    padding-left: 4.875em !important; }
  .row .top-bar ul.level3 li > a {
    padding-left: 6.25em !important; }
  .inhoudsopgave_column {
    height: auto !important;
    min-height: inherit !important; }
  .inhoudsopgave_column.column1 {
    margin-top: -1px;
    padding: 0 .8em 0 1.2em; }
  footer {
    background: #f9fdff;
    border: none; } }

.top-bar li.moved > a:after {
  border: none;
  margin-top: -15px; }

@media only screen and (min-width: 48em) {
  .top-bar-section .has-dropdown:hover > .dropdown, .top-bar-section .has-dropdown:active > .dropdown {
    display: block;
    position: static !important;
    height: auto;
    overflow: visible;
    clip: auto;
    position: absolute !important; }
  .top-bar-section ul li.has-dropdown.menutop_4 ul,
  .top-bar-section ul li.has-dropdown.menutop_5 ul {
    left: auto;
    right: 0; }
    .top-bar-section ul li.has-dropdown.menutop_4 ul li.has-dropdown > a:after,
    .top-bar-section ul li.has-dropdown.menutop_5 ul li.has-dropdown > a:after {
      content: "\00ab" !important; }
    .top-bar-section ul li.has-dropdown.menutop_4 ul ul,
    .top-bar-section ul li.has-dropdown.menutop_5 ul ul {
      left: -100% !important;
      width: 100%; }
  .has-dropdown.menutop_6 ul {
    left: 0 !important; }
  .has-dropdown.menutop_7 ul {
    left: 0 !important;
    min-width: 8.2em !important; }
  #main {
    min-height: 39.75em; }
  .top-bar-section .has-dropdown > a {
    padding-right: 11.66667px !important; }
  .top-bar-section .has-dropdown .dropdown li.has-dropdown > a:after {
    margin-top: -11px; }
  .top-bar-section .has-dropdown .right.dropdown li.has-dropdown > a:after {
    content: "\00ab" !important; }
  .top-bar-section .right li .dropdown {
    right: 100% !important;
    left: auto !important; }
  .top-bar :hover > a {
    background: #071022 !important; }
  .inhoudsopgave_column {
    float: left;
    width: 50%; }
  .inhoudsopgave_column.column0 {
    padding: 0 0.875em 0 0.55em; }
  #main .infowijzer ol {
    margin: 0.75em 0.75em 0.75em 1.625em; }
  body {
    background: #fff; }
  #content {
    padding-right: .9375rem;
    padding-left: .9375rem; }
  .geen_avlucht .large-12#main_container, .vlucht #vluchtx {
    padding: 0; }
  .geen_avlucht .large-9#main_container {
    padding-left: 0; }
  .avlucht {
    padding: 0 0 1.375em 0; }
  #uitgelicht {
    margin-left: 0;
    margin-right: 0; } }

@media only screen and (min-width: 37.626em) {
  .top-bar-section .dropdown li a {
    padding: 7px 11.66667px !important;
    line-height: 1 !important; }
  .ios.safari #vanwie .fs1 svg {
    width: 87px;
    height: 67px; } }

@media all and (min-width: 37.626em) and (max-width: 47.99em) {
  .fontwit_hor.tblwrapper.is-clicked {
    width: calc(100vw - 61px); }
  .ie10 #sitetitel img {
    width: 72%; }
  .top-bar .toggle-topbar {
    display: block  !important; }
  .top-bar .title-area {
    float: none; }
  #content {
    padding-right: .9375rem; }
  .geen_avlucht #main_container, .avlucht {
    padding-right: 0; }
  #uitgelicht {
    margin-right: 0; }
  .gewoneversie #main_container {
    border: none;
    border-left: solid .9375rem #f5fbff;
    padding: 0 !important; }
  .gewoneversie #main {
    border: 1px solid #ccc; }
  .avlucht {
    padding-left: .9375rem;
    padding-bottom: 0.2em; }
  .gewoneversie footer.row {
    background: #fff !important; }
    .gewoneversie footer.row #footer_container {
      padding-top: 1em; }
  #fb_box {
    width: 97%;
    height: auto; } }

@media only screen and (min-width: 48em) and (max-width: 61.84em) {
  #pageheader #sitetitel {
    padding-left: 0.7em; }
  html:not(.ie9) .top-bar .top-bar-section ul.left > li.has-dropdown.menutop_1 > a {
    padding: 0 22px 0 7px !important; }
  .top-bar-section ul li.has-dropdown ul.dropdown {
    width: min-content; }
  html:not(.ie9) .top-bar .top-bar-section ul.left > li.has-dropdown.menutop_4 > a {
    padding-right: 1px !important; }
  .ie8 section > ul.left > .menutop_1, .ie9 section > ul.left > .menutop_1, .safari5 section > ul.left > .menutop_1 {
    width: 14.25%; }
  .ie8 section > ul.left > .menutop_2, .ie9 section > ul.left > .menutop_2, .safari5 section > ul.left > .menutop_2 {
    width: 16.1%; }
  .ie8 section > ul.left > .menutop_3, .ie9 section > ul.left > .menutop_3, .safari5 section > ul.left > .menutop_3 {
    width: 16.7%; }
  .ie8 section > ul.left > .menutop_4, .ie9 section > ul.left > .menutop_4, .safari5 section > ul.left > .menutop_4 {
    width: 10%; }
  .ie8 section > ul.left > .menutop_5, .ie9 section > ul.left > .menutop_5, .safari5 section > ul.left > .menutop_5 {
    width: 13.7%; }
  .ie8 section > ul.left > .menutop_6, .ie9 section > ul.left > .menutop_6, .safari5 section > ul.left > .menutop_6 {
    width: 13%; }
  .ie8 section > ul.left > .menutop_7, .ie9 section > ul.left > .menutop_7, .safari5 section > ul.left > .menutop_7 {
    width: 14%; }
  .top-bar-section ul li.has-dropdown.menutop_6 ul {
    left: auto !important;
    right: 0; }
    .top-bar-section ul li.has-dropdown.menutop_6 ul li.has-dropdown > a:after {
      content: "\00ab" !important; }
    .top-bar-section ul li.has-dropdown.menutop_6 ul ul {
      left: -100% !important;
      width: 100%; }
  section > ul.left > .has-dropdown {
    height: 2.2em; }
  #opZwart .top-bar-section li,
  section > ul.left > .has-dropdown > a, section > ul.left > li > a {
    display: inline-block;
    line-height: 1.3125em !important;
    height: 100%; }
  html.mac header .top-bar .top-bar-section > ul.left > li.has-dropdown > a,
  html.android.mobile header .top-bar .top-bar-section > ul.left > li.has-dropdown > a {
    padding-top: 1px !important; }
  .top-bar-section .dropdown {
    top: 2.2em; }
  .sib_left .sib_left1, .sib_left .sib_left2 {
    position: relative;
    left: 0.1875em; }
  #col2 .datefloat {
    width: 2.3em;
    max-width: 2.3em; } }

@media only screen and (min-width: 61.85em) {
  #opZwart .top-bar-section li {
    height: 35px !important;
    display: inline-flex;
    align-items: center; } }

@media only screen and (min-width: 53em) {
  .gewoneversie footer p.terugOmhoog {
    display: none; } }

@media only screen and (min-width: 47.99em) {
  #SteunbetuigingdezeSite .glyph.fs1 {
    margin-right: 2rem; } }

@media only screen and (min-width: 53em) and (max-width: 61.84em) {
  .ie8 section > ul.left > .menutop_1, .ie9 section > ul.left > .menutop_1, .safari5 section > ul.left > .menutop_1 {
    width: 12%; }
  .ie8 section > ul.left > .menutop_4, .ie9 section > ul.left > .menutop_4, .safari5 section > ul.left > .menutop_4 {
    width: 9%; }
  .ie8 section > ul.left > .menutop_6, .ie9 section > ul.left > .menutop_6, .safari5 section > ul.left > .menutop_6 {
    width: 12%; }
  .ie8 section > ul.left > .menutop_7, .ie9 section > ul.left > .menutop_7, .safari5 section > ul.left > .menutop_7 {
    width: 13%; } }

@media only screen and (min-width: 54.5em) and (max-width: 61.84em) {
  .ie8 section > ul.left > .menutop_6, .ie9 section > ul.left > .menutop_6, .safari5 section > ul.left > .menutop_6 {
    width: 10%; } }

/*hierna ontleend  van mi-site*/
@media only screen and (min-width: 48em) and (max-width: 50.99em) {
  section > ul.left {
    margin-left: 0.75em; }
  .top-bar-section .has-dropdown > a {
    padding-right: 1.375em !important; } }

@media only screen and (min-width: 51em) and (max-width: 53.99em) {
  section > ul.left {
    margin-left: 0.6875em; }
  .top-bar-section .has-dropdown > a {
    padding-right: 1.5625em !important; }
  .mobile .top-bar-section .has-dropdown > a {
    padding-right: 2.125em !important; }
  #nieuwsbrief #image_nieuwsbrief {
    height: 162px; }
  #vlucht #nieuwsbrief #image_nieuwsbrief img {
    width: 23%;
    margin-top: 2%;
    margin-right: 3%; } }

@media only screen and (min-width: 53em) and (max-width: 53.99em) {
  .sib_full .sib_last {
    min-width: 2.9em; } }

@media only screen and (min-width: 54em) and (max-width: 58.74em) {
  section > ul.left {
    margin-left: 1.1875em; }
  .top-bar-section .has-dropdown > a {
    padding-left: 0.375em !important;
    padding-right: 0.375em !important; }
  .top-bar-section .dropdown li a {
    padding-left: 0.375em !important; }
  .ie8 .top-bar-section ul.left > .has-dropdown, .ie9 .top-bar-section ul.left > .has-dropdown, .safari5 .top-bar-section ul.left > .has-dropdown {
    margin-right: 0.375em !important; }
  #home_etalage-items .home_etalage-items_alle_content .home_etalage-item {
    width: 22.9%; }
  .sib_full .sib_last {
    min-width: 3em; }
  #nieuwsbrief #image_nieuwsbrief {
    height: 162px; }
  #vlucht #nieuwsbrief #image_nieuwsbrief img {
    width: 24%;
    margin-top: 2%;
    margin-right: 3%; }
  /*	.hoofd-artikel img {
		max-width: 92%;
	}
*/ }

@media only screen and (min-width: 58.75em) and (max-width: 61.84em) {
  section > ul.left {
    margin-left: 1.03125em; }
  section > ul.left > .has-dropdown > a, section > ul.left > li > a {
    line-height: 35px !important; }
  .top-bar-section .has-dropdown > a {
    padding-left: 0.5em !important;
    padding-right: 0.5em !important; }
  .top-bar-section .dropdown li a {
    padding-left: 0.5em !important; }
  .ie8 .top-bar-section ul.left > .has-dropdown, .ie9 .top-bar-section ul.left > .has-dropdown, .safari5 .top-bar-section ul.left > .has-dropdown {
    margin-right: 0.25em !important; }
  #home_etalage-items .home_etalage-items_alle_content .home_etalage-item {
    width: 23.1%; }
  .wijzerkop_en_niveau .delen_balk {
    display: block; }
  .soc_media_balk {
    width: 14.375em; }
    .soc_media_balk div.soc_media_item_center {
      width: 14%;
      /*
			img {
				width: 66%;
				margin-top: pem(2);
			}
			input {
				width: 66%;
				margin-top: pem(3);
			}
		*/ }
  .jspContainer {
    min-height: 707px !important; }
  #nieuwsbrief #image_nieuwsbrief {
    height: 162px; }
  #vlucht #nieuwsbrief #image_nieuwsbrief img {
    width: 26%;
    margin-top: 2%;
    margin-right: 4%; } }

@media only screen and (min-width: 61.85em) and (max-width: 63.2em) {
  html.ie section > ul.left > .has-dropdown > a, html.ie section > ul.left > li > a {
    line-height: 1.25em !important; } }

@media screen and (device-width: 768px) and (device-height: 1024px) and (orientation: portrait) and (-webkit-device-pixel-ratio: 1) {
  .ipad #home_ladder_nieuws li .exheadline a:after {
    right: 2.65em; }
  .ipad section > ul.left li {
    height: 35px; } }

@media only screen and (min-width: 61.85em) and (max-width: 64.75em) {
  .top-bar-section ul li.has-dropdown.menutop_6 ul.dropdown {
    width: min-content; }
  html:not(.ie9) .top-bar-section {
    padding-left: 1.3125em;
    padding-right: 0.9375em; }
  .top-bar-section ul.left > li.has-dropdown > a:not(.button), section > ul.left > li > a {
    padding: 0 7px !important; }
  #home_etalage-items .home_etalage-items_alle_content .home_etalage-item {
    width: 23.2%; }
  #col2 .datefloat {
    width: 2.3em;
    max-width: 2.3em; }
  .soc_media_balk {
    width: 100%;
    /*
		img {
			width: 66%;
			margin-top: pem(-1);
		}
		input {
			width: 66%;
			padding: 0;
			margin: 0;
		}
	*/ }
  .jspContainer {
    min-height: 677px !important; }
  #nieuwsbrief #image_nieuwsbrief {
    height: 162px; }
  #vlucht #nieuwsbrief #image_nieuwsbrief img {
    width: 28%;
    margin-top: 2%;
    margin-right: 4%; }
  /*	.sib_left {
		.sib_left1, .sib_left2 {
			position: relative;
			left: pem(3);
		}
	}*/ }

@media only screen and (min-width: 2em) and (max-width: 70em) {
  #main .imgfloatright, #main div.right:not(.kaart), #main table.right, #main .imgfloatleft, #main div.left, #main table.left {
    max-width: 43% !important; }
  #main .tabel2080 div.right {
    max-width: none !important;
    margin: 0; }
  .delen_balk {
    width: 100% !important; }
  .delen_balk .delen {
    width: 100% !important; }
  .delen:after {
    display: none !important; }
  .delen:before {
    display: none !important; }
  .inhoud {
    width: 100% !important; }
  .wijzerkop .inhoudsopgave_column {
    width: 50% !important; }
  .wijzerkop_en_niveau .inhoud .inhoudsopgave_column {
    width: 50% !important; }
  .wijzerkop_en_niveau .delen_balk {
    margin-top: 0em !important; }
  .wijzerkop_en_niveau .inhoud {
    margin-top: 1em; }
  section.infowijzer.infowijzer2.wel_inhoud .inhoud {
    margin-top: 0; }
  .inhoud h2, .delen h2 {
    font-size: 100%;
    margin-top: 0.5em !important; }
  .opmaat label.txt {
    padding-top: 0.125em; } }

div.kaart + div.naast_image {
  float: left; }

@media only screen and (max-width: 37.625em) {
  #main .tabel2080 div.right, #main .tabel2080 .bronvermelding, #main .tabel2080 .copyright {
    width: 100% !important;
    max-width: none !important; }
  #main .tabel2080 td:nth-child(1) {
    width: 35%; }
  #main .tabel2080 td:nth-child(2) {
    width: 65%; } }

@media only screen and (min-width: 2em) and (max-width: 47.95em) {
  .wijzerkop {
    background-color: transparent;
    padding-right: 0; }
    .wijzerkop .inhoud {
      width: 100% !important;
      margin-top: 1em; }
  .wijzerkop_en_niveau .inhoud {
    width: 100%; }
  .wijzerkop_en_niveau .m0 {
    position: absolute;
    left: 60%; }
    .wijzerkop_en_niveau .m0 .opmaat .instellingen {
      background-color: transparent;
      padding-top: 0; }
  .inhoudsopgave_column {
    min-height: 6em;
    margin: 0px;
    padding: 0.8em 0.8em 0 1.2em;
    background-color: #ecf5fb;
    float: left; }
  .tekst_niveaus.inhoudsopgave_column.column0 {
    width: calc(100%  - 155px); }
  .tekst_niveaus.inhoudsopgave_column.column0 + .column1 {
    width: 155px; }
  .niveaus_wrapper .inhoudsopgave_column.column1 {
    padding-left: 0; }
  .niveaus_wrapper .opmaat .instellingen {
    min-width: inherit; }
  .delen_balk {
    width: 100%;
    background-color: #ecf5fb; }
    .delen_balk .delen {
      display: block;
      width: 96.5%; }
  .soc_media_balk {
    width: 100%;
    padding: 0 1% 0 4%; }
  section.infowijzer .wijzerkop h2 {
    font-size: 100%; } }

@media only screen and (min-width: 48em) and (max-width: 70em) {
  .html:not(.mobile) .inhoudsopgave_column.column0 {
    padding-left: 1.1em; }
  #fb_box, .gewoneversie .banner_columns1 {
    width: 97%;
    height: auto; }
  ul.dropdown {
    width: 13em; }
  .menutop_7 ul.dropdown {
    width: 8.75em; }
  .top-bar-section .dropdown li a {
    white-space: normal; }
  .wijzerkop .instellingen {
    padding: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex; }
  .opmaat {
    margin-bottom: 0; }
  section.infowijzer .wijzerkop h2 {
    margin-left: 1.5em; }
  .wijzerkop {
    background-color: transparent;
    padding-right: 0; }
    .wijzerkop .inhoud {
      width: 100%;
      margin-top: 1em; }
  .wijzerkop_en_niveau .inhoud {
    width: 100%; }
  .wijzerkop_en_niveau .m0 {
    position: absolute;
    left: 60%; }
    .wijzerkop_en_niveau .m0 .opmaat .instellingen {
      background-color: transparent;
      padding-top: 0.1em; }
  .soc_media_balk div.soc_media_item_center {
    text-align: center; }
    .soc_media_balk div.soc_media_item_center .fs1, .soc_media_balk div.soc_media_item_center img {
      text-align: left;
      margin: 0 auto; }
  .delen_balk {
    margin-top: 13px;
    background-color: #ecf5fb; }
    .delen_balk .delen {
      display: block;
      width: 95.2%; }
  .soc_media_balk {
    width: 100%; }
    .soc_media_balk div.soc_media_item_center {
      width: 20%;
      margin-top: 1em;
      /*	
			img {
				width:32px;
				height:32px;
				//margin-top: pem(2);
			}
			
			input {
				width:32px;
				height:32px;
				margin-top: pem(2);
			}
		*/ } }

@media only screen and (min-width: 68.76em) {
  ul.dropdown {
    min-width: 14em !important; }
  .has-dropdown.menutop_6 ul.dropdown {
    min-width: min-content !important; }
  .top-bar-section .dropdown li a {
    white-space: normal; }
  .delen {
    width: 27%; } }

@media only screen and (min-width: 64.76em) and (max-width: 70.75em) {
  #home_etalage-items .home_etalage-items_alle_content .home_etalage-item {
    width: 23.3%; }
  html:not(.ie9) .top-bar-section {
    padding-left: 1.3125em;
    padding-right: 0.9375em; }
  .top-bar-section ul.left > li.has-dropdown > a:not(.button) {
    padding: 0 11px !important; }
  #nieuwsbrief #image_nieuwsbrief {
    height: 162px; }
  #vlucht #nieuwsbrief #image_nieuwsbrief img {
    width: 30%;
    margin-top: 2%;
    margin-right: 4%; } }

/*
@media only screen and (min-width: 70em) and (max-width: 75.75em){ 
	.soc_media_balk {
		img {
			margin-left:2px;
		}
	}
}
*/
@media (min-width: 70.01em) {
  .inhoudsopgave_column {
    width: 297px; }
  .inhoudsopgave_column.column0 {
    width: calc(100% - 297px); }
  .gecko .niveaus_wrapper .inhoudsopgave_column.column0, .ie .niveaus_wrapper .inhoudsopgave_column.column0 {
    letter-spacing: -0.5px; }
  .niveaus_wrapper + hr {
    width: calc(100% - 306px); } }

@media only screen and (min-width: 70.76em) and (max-width: 75.75em) {
  section > ul.left {
    margin-left: 0.71875em; }
  #main .imgfloatright, #main div.right:not(.kaart), #main div.right span, #main table.right, #main .imgfloatleft, #main div.left, #main table.left {
    max-width: 45% !important; }
    #main .imgfloatright img, #main div.right:not(.kaart) img, #main div.right span img, #main table.right img, #main .imgfloatleft img, #main div.left img, #main table.left img {
      width: 100% !important; }
  #home_etalage-items .home_etalage-items_alle_content .home_etalage-item {
    width: 23.4%; }
  #vlucht #image_nieuwsbrief {
    height: 162px; }
  #vlucht #nieuwsbrief #image_nieuwsbrief img {
    width: 31%;
    margin-top: 1%;
    margin-right: 5%; } }

@media only screen and (min-width: 75.76em) and (max-width: 77.25em) {
  section > ul.left {
    margin-left: 0.75em; }
  #home_etalage-items .home_etalage-items_alle_content .home_etalage-item {
    width: 23.5%; }
  #container_col_2a_en_2b {
    min-height: 1189px; }
  /*
	.soc_media_balk {
		img, input {
			width: 27px;
			height: 27px;
		}
		img {
			margin-left:2px;
		}
		input {
			margin-left:7px;
		}
	}
*/ }

/*
@media only screen and (min-width: 77.26em) {
.soc_media_balk {
		img, input {
			width: 27px;
			height: 27px;
		}
		img {
			margin-left:2px;
		}
	}
}*/
@media only screen and (min-width: 77.26em) and (max-width: 79.05em) {
  section > ul.left {
    margin-left: 0.625em; }
  #home_etalage-items .home_etalage-items_alle_content .home_etalage-item {
    width: 23.5%; }
  #container_col_2a_en_2b {
    min-height: 1149px; } }

@media only screen and (min-width: 79.06em) and (max-width: 80.45em) {
  section > ul.left {
    margin-left: 0.75em; }
  #home_etalage-items .home_etalage-items_alle_content .home_etalage-item {
    width: 23.5%; }
  #container_col_2a_en_2b {
    min-height: 1179px; } }

@media only screen and (min-width: 80.455em) {
  #container_col_2a_en_2b {
    min-height: 1199px; } }

.geen_avlucht #main {
  margin-bottom: 1.6em !important; }

#vacature .vacature_tekst {
  margin-top: 1em;
  margin-bottom: 0.5em;
  width: 72%;
  margin-left: 14%;
  margin-right: 20%;
  text-align: center;
  border: solid 1px #18518a; }
  #vacature .vacature_tekst h1 {
    font-size: 125%;
    margin-bottom: 0.5em !important;
    color: #18518a; }
  #vacature .vacature_tekst h2 {
    font-size: 115%;
    color: #18518a;
    margin-bottom: 1.2em; }
  #vacature .vacature_tekst h2:before {
    font-family: 'awesome';
    content: "s";
    font-size: 90%;
    font-weight: normal;
    margin-right: 0.25em; }

.banner_euv {
  margin-top: 1em;
  margin-bottom: 0.5em;
  width: 100%;
  text-align: center;
  border: solid 1px #2e5677; }
  .banner_euv h1 {
    font-family: "arial" !important;
    color: #2e5677 !important;
    font-size: 180%;
    font-weight: 600 !important;
    letter-spacing: 1px;
    margin-bottom: 0.1em; }
  .banner_euv .parlement {
    font-family: Palatino Linotype !important;
    color: #1a7caa;
    font-size: 120%;
    font-style: normal; }
  .banner_euv .euro_nu {
    color: #002e93;
    font-family: 'Source Sans Pro';
    font-size: 120%;
    font-style: normal; }
  .banner_euv .euv_ondertitel {
    font-family: "arial" !important;
    color: #5b7a92 !important;
    text-align: center;
    font-size: 100%; }
  .banner_euv .boven_euv {
    margin-bottom: 3em;
    margin-top: 1em; }
  .banner_euv .euv_tekst {
    margin-top: 0 !important; }
  .banner_euv .nav_bar_euv {
    padding-top: 0.75em;
    height: 3em;
    background-color: #2e5677; }
    .banner_euv .nav_bar_euv .euv_tekst {
      color: #fff;
      color: white;
      font-weight: bold;
      font-family: "arial" !important; }

@media only screen and (min-width: 2em) and (max-width: 27.99em) {
  .banner_euv .nav_bar_euv {
    padding-top: 0em; }
  .panel {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column; }
  #main .panel-image {
    margin-top: 1em;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -moz-order: 2;
    -ms-flex-order: 2;
    order: 2; }
    #main .panel-image div.right {
      max-width: 100% !important;
      margin-right: 0; }
      #main .panel-image div.right p.mnone {
        display: none; }
    #main .panel-image div.right, #main .panel-image .bronvermelding {
      width: 100% !important; }
  .panel-image {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center; }
  .panel-tekst {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -moz-order: 1;
    -ms-flex-order: 1;
    order: 1; }
  .ellipsis-container {
    max-height: 45px;
    overflow: hidden;
    padding-right: 1em;
    position: relative; }
    .ellipsis-container h2 {
      display: inline; }
  .ellipsis {
    background: inherit;
    display: inline; }
  .ellipsis:before,
  .ellipsis:after {
    background: inherit;
    position: absolute; }
  .ellipsis:before {
    content: '\2026';
    bottom: 0;
    right: 0;
    line-height: 150%; }
  .ellipsis:after {
    content: '';
    height: 100%;
    width: 100%;
    background: #fff; }
  .android.mobile .ellipsis-container {
    max-height: 57px; }
  .android.mobile .headline_tekst {
    line-height: 100%;
    padding-top: 5px; }
  .sib_full .sib_left {
    -webkit-box-flex: 1.2;
    -webkit-flex: 1.2;
    -moz-box-flex: 1.2;
    -moz-flex: 1.2;
    -ms-flex: 1.2;
    flex: 1.2; } }

@media only screen and (min-width: 2em) and (max-width: 46em) {
  #vacature .vacature_tekst {
    margin-left: 0% !important;
    width: 98%; } }

.banner_eurapp {
  color: #039;
  border: 1px solid #039;
  width: 80%;
  margin-top: 1em;
  margin-right: auto;
  margin-bottom: 1em;
  margin-left: auto; }

.bannerLinks {
  width: 46%;
  display: inline-block;
  vertical-align: top; }

.bannerRechts {
  width: 50%;
  padding: 2px;
  display: inline-block;
  vertical-align: top;
  font-size: 90%; }

.bannerRechts p {
  margin-bottom: 0.5em; }

.bannerRechts ul {
  margin-bottom: -0.2em; }

.bannerRechts ul li {
  list-style: none;
  margin-left: 0.5em; }

.bannerRechts ul li:before {
  content: '-';
  font-size: 70%;
  display: inline-block;
  color: #005ab7;
  margin-left: -0.9em;
  /*same as padding-left set on li*/
  width: 0.9em;
  /*same as padding-left set on li*/
  position: relative;
  left: 0.1em;
  vertical-align: top; }

.sib_left4 a:after {
  content: "o";
  font-size: 150%;
  font-family: "awesome";
  color: #787878;
  margin-top: -5px;
  display: block; }

.omhoog:after:visited {
  color: #787878; }

.terugOmhoog {
  margin-top: 1em;
  width: 100%;
  text-align: right; }

.terugOmhoog a {
  border-bottom: 1px solid #fff !important;
  border-bottom-color: #fff !important; }

.terugOmhoog .omhoog:hover {
  color: #0f345e !important;
  border-bottom: 1px solid #005ab7 !important; }

.terugOmhoog .omhoog:after {
  content: "o";
  font-family: "awesome";
  font-size: 100%;
  margin-left: 0.7em;
  color: #005ab7; }

.terugOmhoog .omhoog:visited {
  color: #005ab7; }

.omhoog:after:hover {
  color: #0f345e !important; }

@media only screen and (min-width: 48em) {
  html:not(.ie9) .top-bar section > ul.left.left {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    list-style: none;
    -moz-justify-content: space-between;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-pack: justify;
    -webkit-box-lines: multiple;
    -webkit-flex-wrap: no-wrap;
    -ms-flex-wrap: no-wrap;
    flex-wrap: no-wrap;
    width: 100% !important;
    margin-left: 0 !important; }
  html:not(.ie9) .top-bar .top-bar-section ul.left > .has-dropdown {
    float: none;
    margin: 0 !important; }
  html:not(.ie9) .top-bar .top-bar-section ul.left > li.has-dropdown > a {
    margin: 0 !important;
    padding: 0 7px !important; } }

@media only screen and (min-width: 48em) and (max-width: 80.45em) {
  html:not(.ie9) .top-bar-section {
    padding-left: 1.3125em;
    padding-right: 1.0625em; } }

@media only screen and (min-width: 80.46em) {
  html:not(.ie9) .top-bar-section {
    padding-left: 0.375em;
    padding-right: 0; } }

@media only screen and (min-width: 64.76em) {
  html:not(.ie9) .top-bar top-bar-section ul.left > li.has-dropdown > a, html:not(.ie9) .top-bar section > ul.left > li > a {
    padding: 0 11.66667px !important; }
  .sib_full .sib_left {
    -webkit-box-flex: 1.2;
    -webkit-flex: 1.2;
    -moz-box-flex: 1.2;
    -moz-flex: 1.2;
    -ms-flex: 1.2;
    flex: 1.2; } }

@media screen and (max-width: 599px), screen and (max-height: 599px) and (orientation: landscape) {
  .mobile.android .whatsapp.show-for-mobile-only {
    display: inline-flex; } }

@media (max-width: 41.99em) {
  .android #home #image_nieuwsbrief, #home #image_nieuwsbrief {
    min-height: 209px !important; }
  #form_bar {
    display: none; } }

@media only screen and (min-width: 42em) and (max-width: 53.9999em) {
  .android #home #image_nieuwsbrief, #home #image_nieuwsbrief {
    min-height: 177px !important; } }

input[type="file"], input[type="checkbox"], input[type="radio"] {
  margin: 2px 3px 1rem 0; }

.gecko input[type="text"], .gecko input[type="password"], .gecko input[type="date"], .gecko input[type="datetime"], .gecko input[type="email"],
.gecko input[type="number"], .gecko input[type="search"], .gecko input[type="tel"], .gecko input[type="time"], .gecko input[type="url"], .gecko textarea {
  padding: 0.4em !important; }

#form_bar {
  background: url("/9353202/g/form_bar3.png") no-repeat;
  height: 31px;
  width: 665px;
  padding: 7px 0 0 42px;
  margin: 20px 0 0 0; }

#form_bar .stage {
  color: #a9a9a9;
  font-weight: bold;
  float: left;
  display: inline;
  height: 20px;
  text-align: left;
  margin: 0;
  font-size: 13px; }

#form_bar_twostep {
  background: url("/9353202/g/form_bar_film.png") no-repeat;
  height: 31px;
  width: 602px;
  padding: 7px 0 0 42px;
  margin: 20px 0 0 0; }

.stage {
  color: #a9a9a9;
  font-weight: bold;
  float: left;
  display: inline;
  height: 20px;
  text-align: left;
  margin: 0;
  width: 186px;
  font-size: 13px; }

#form_bar .stage3 {
  width: 113px; }

#form_bar_twostep .active, #form_bar .active {
  color: #1f4a9e; }

.verplicht {
  position: absolute;
  left: 0; }

#SteunbetuigingdezeSite .verplicht ~ input[type="checkbox"]#formv0a {
  margin-right: 0.25rem; }

#SteunbetuigingdezeSite textarea {
  min-height: 14.375rem;
  height: auto !important; }

.verplicht {
  color: #1f4a9e;
  float: left;
  font-size: 120%;
  margin-right: 0.25em; }

/*.verplicht.verplicht_zonder_veld {
	margin-top:pem(4);
}

*/
.verplicht_item {
  float: left; }

span.verplicht + img.verplicht {
  display: none; }

#main form .row input {
  float: left;
  clear: both; }

#main form .row label {
  float: left;
  padding-left: 0.625em; }

#main form .small-4 {
  padding-top: 0; }

#main form .row .row .row {
  margin: 0; }

#main form label {
  font-size: 100%;
  line-height: 135%; }

#main form .large-9 input[type="radio"] {
  margin: 0.25em 0 0.875em 0em; }

#main form .large-9 input[type="checkbox"] {
  margin: 0.125em 0 0.875em 0em; }

#main #landenform input[type="checkbox"] {
  margin: 0.25em 0.25em 0.875em 0em !important; }

.prefix.button {
  margin-top: 0.625em; }

form .buttons_onerow input {
  float: none; }

/*2 decla's hierna t.b.v. /9353000/1/j9vvj9idsj04xr6/vhzpdh0qxkrd*/
.uw_mening td input[type="file"], .uw_mening td input[type="checkbox"], .uw_mening td input[type="radio"], .uw_mening td select {
  margin-top: 0.7em; }

.uw_mening td td input[type="file"], .uw_mening td td input[type="checkbox"], .uw_mening td td input[type="radio"], .uw_mening td td select {
  margin-top: 0em; }

.uw_mening label {
  display: inline-block;
  padding-left: 0.2em;
  position: relative;
  top: -0.2em; }

.uw_mening .meti:visited:after {
  color: #1f4a9e; }

.meti_form {
  position: absolute;
  right: 0.2em; }

/*
// ar 2015-11-12 ??? geeft vreemde dropdown lijstjes in formulieren -> uitgezet
select.sel {
	height: 220px;
	background: transparent;
}
*/
@media only screen and (min-width: 0em) and (max-width: 43em) {
  .lesidee .leswrap {
    width: 100%; } }

@media only screen and (min-width: 43em) and (max-width: 70em) {
  .lesidee .leswrap {
    width: 45%; } }

/*LET OP: alle css uit edze file is ook gekopieerd naar style_ie.css, omdat IE9 deze css niet "pakt"*/
.lesidee {
  margin-top: 2%; }
  .lesidee #main_container {
    left: 0 !important;
    width: 75% !important;
    padding-left: 0 !important; }
  .lesidee .les_klimaat {
    background-color: rgba(41, 160, 131, 0.8) !important; }
  .lesidee .leswrap {
    position: relative;
    width: 30.5%;
    display: inline-block;
    vertical-align: top;
    margin-left: 1%;
    margin-right: 1%;
    margin-bottom: 2%;
    background-color: #f7f7f7;
    border: 1px solid #aab8c9; }
    .lesidee .leswrap h3 {
      color: #FFF;
      font-size: .8125em;
      font-weight: bold;
      line-height: 1;
      display: table-cell;
      margin: 0;
      vertical-align: middle; }
    .lesidee .leswrap img {
      height: 100%;
      width: 100%; }
  .lesidee .les_link {
    font-size: 120%;
    border: none !important; }
  .lesidee .les_tekst {
    position: absolute;
    bottom: 0;
    background-color: rgba(238, 247, 252, 0.6);
    margin: 0;
    padding-left: 0;
    left: 0;
    right: 0;
    padding: 7px;
    font-size: 80%; }
  .lesidee .les_bottom {
    opacity: 0;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.6s ease; }
  .lesidee .les_tekst {
    opacity: 0;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.6s ease; }
  .lesidee .leswrap:hover .les_bottom {
    opacity: 1;
    display: block;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.6s ease; }
  .lesidee .leswrap:hover {
    -webkit-box-shadow: 0px 0px 13px 0px rgba(50, 50, 50, 0.4);
    -moz-box-shadow: 0px 0px 13px 0px rgba(50, 50, 50, 0.4);
    box-shadow: 0px 0px 13px 0px rgba(50, 50, 50, 0.4); }
  .lesidee .leswrap:hover .les_tekst {
    opacity: 1;
    display: block;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.6s ease;
    background-color: #039;
    background-color: rgba(31, 74, 158, 0.8);
    color: #fff !important; }
  .lesidee .lesitem {
    position: absolute;
    top: 0;
    left: 0;
    padding: 7px;
    width: 100%;
    height: 35px;
    background-color: rgba(31, 74, 158, 0.8);
    vertical-align: sub;
    color: #fff;
    display: table; }
    .lesidee .lesitem a {
      color: #fff;
      border: none !important; }
    .lesidee .lesitem a:visited {
      color: #fff !important; }
    .lesidee .lesitem a:hover {
      color: #f7f7f7;
      border: none !important; }

.vlaggen_pagina .vlag {
  display: inline-block;
  width: 13em;
  height: 8em;
  background-color: #f7f7f7;
  border: 1px solid #AAB8C9;
  position: relative;
  margin-right: 5.9%;
  margin-bottom: 5.9%; }
  .vlaggen_pagina .vlag img {
    width: 100%;
    height: 100%; }
  .vlaggen_pagina .vlag .titel {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 27px;
    background-color: rgba(34, 34, 34, 0.71);
    vertical-align: sub;
    color: #FFF;
    text-align: center;
    line-height: 1; }
    .vlaggen_pagina .vlag .titel h3 {
      color: #fff;
      height: 100%;
      width: 100%;
      line-height: 19px; }

.vlaggen_pagina .titel {
  opacity: 0;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.6s ease; }

.vlaggen_pagina .vlag:hover .titel {
  opacity: 1;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.6s ease; }

.vlaggen_pagina .vlag:hover {
  -webkit-box-shadow: 0px 0px 13px 0px rgba(50, 50, 50, 0.4);
  -moz-box-shadow: 0px 0px 13px 0px rgba(50, 50, 50, 0.4);
  box-shadow: 0px 0px 13px 0px rgba(50, 50, 50, 0.4); }

@media only screen and (min-width: 0em) and (max-width: 33em) {
  .lesidee .leswrap {
    width: 100%; } }

@media only screen and (min-width: 33em) and (max-width: 70em) {
  .lesidee .leswrap {
    width: 45%; } }

/*STER LESIDEE BEGIN*/
.lesitem {
  padding-right: 2em !important; }

.lesitem h3 {
  vertical-align: middle; }

.sterlesidee:after {
  border: none !important;
  content: "\2605" !important;
  font-size: 2.2em;
  color: yellow;
  position: absolute;
  right: 0em; }

.touch .lesitem {
  display: block;
  height: 2.7em !important; }

.touch .sterlesidee:after {
  top: 0.4em; }

.touch .leswrap .les_bottom, .touch .leswrap .les_tekst {
  display: block !important;
  opacity: 1 !important;
  background-color: #039;
  background-color: rgba(31, 74, 158, 0.8);
  color: #fff !important; }
  .touch .leswrap .les_bottom .les_tekst, .touch .leswrap .les_tekst .les_tekst {
    color: #fff !important; }
  .touch .leswrap .les_bottom a, .touch .leswrap .les_tekst a {
    color: #fff !important; }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }

.slick-list:focus {
  outline: none; }

.slick-loading .slick-list {
  background: white url("/9000000/v/jquery/slick/slick/ajax-loader.gif") center center no-repeat; }

.slick-list.dragging {
  cursor: pointer;
  cursor: hand; }

.slick-slider .slick-list, .slick-track, .slick-slide, .slick-slide img {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  zoom: 1; }

.slick-track:before, .slick-track:after {
  content: "";
  display: table; }

.slick-track:after {
  clear: both; }

.slick-loading .slick-track {
  visibility: hidden; }

.slick-slide {
  float: left;
  min-height: 1px;
  display: none;
  /*height: 100%;*/ }

.slick-slide img {
  display: block; }

.slick-slide.slick-loading img {
  display: none; }

.slick-slide.dragging img {
  pointer-events: none; }

.slick-initialized .slick-slide {
  display: block; }

#vlucht_gebruikers_carousel .slick-list.draggable {
  padding: 0 18% !important;
  width: calc(100% - 5px);
  margin: 0 auto; }

#vlucht_gebruikers_carousel .slick-initialized .slick-slide img {
  width: calc(100% - 4px);
  margin: 0 2px; }

.slick-loading .slick-slide {
  visibility: hidden; }

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent; }

.slick-slide {
  opacity: 0.295; }

.slick-active, .xslick-slide {
  opacity: 1;
  -webkit-transition: opacity 2s 0.2s ease;
  /* Chrome1+, Safari3+, Safari Mobile 3.2+, Android2.1+ */
  -moz-transition: opacity 2s 0.2s ease;
  /* Firefox4+ */
  -ms-transition: opacity 2s 0.2s ease;
  /* IE10+ */
  -o-transition: opacity 2s 0.2s ease;
  /* Opera11.6+, Opera Mobile10+ */
  transition: opacity 2s 0.2s ease; }

/*
.slick-slide {
	-webkit-transition: opacity 5s linear;
	-moz-transition: opacity 500ms linear;
	-ms-transition: opacity 500ms linear;
	-o-transition: opacity 500ms linear;
	transition: opacity 15s linear;
}
*/
/* Icons */
@font-face {
  font-family: "slick";
  src: url("/9000000/v/jquery/slick/css/fonts/slick.eot");
  src: url("/9000000/v/jquery/slick/css/fonts/slick.eot?#iefix") format("embedded-opentype"), url("/9000000/v/jquery/slick/css/fonts/slick.woff") format("woff"), url("fonts/slick.ttf") format("truetype"), url("fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal; }

/* Arrows */
.slick-prev, .slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0;
  font-size: 0;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  margin-top: -10px;
  padding: 0;
  border: none;
  outline: none; }

.slick-prev:focus, .slick-next:focus {
  outline: none; }

.slick-prev.slick-disabled:before, .slick-next.slick-disabled:before {
  opacity: 0.25; }

.slick-prev:before, .slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.85;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.slick-prev {
  left: -25px; }

.slick-prev:before {
  content: "\2190"; }

.slick-next {
  right: -25px; }

.slick-next:before {
  content: "\2192"; }

/* Dots */
.slick-dots {
  margin: 5px 0; }

.slick-dots {
  /*position: absolute;*/
  bottom: -45px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0px;
  width: 100%; }

.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0px 5px;
  padding: 0px;
  cursor: pointer; }

/*
.slick-dots li button { border: 0; background: transparent; display: block; height: 20px; width: 20px; outline: none; line-height: 0; font-size: 0; color: transparent; padding: 5px; cursor: pointer; }
.slick-dots li button:focus { outline: none; }
.slick-dots li button:before { position: absolute; top: 0; left: 0; content: "\2022"; width: 20px; height: 20px; font-family: "slick"; font-size: 6px; line-height: 20px; text-align: center; color: black; opacity: 0.25; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }
*/
.slick-dots li.slick-active button:before {
  opacity: 0.75; }

.boek_wrapper, .boek_bestel_wrapper_compact, .boek_bestel_wrapper_naast_foto {
  display: flex;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: border-box; }

.flexbox .boek_wrapper_kort:only-child > div {
  margin-top: 3px; }

.no-flexbox .boek_wrapper > div {
  float: left;
  margin-top: 15px;
  margin-bottom: 15px; }

.no-flexbox .boek_wrapper_kort:only-child > div {
  margin-top: 0;
  margin-bottom: 0; }

.boek_bestel_wrapper_met_foto .boek_bestel {
  display: table; }

.boek_bestel_wrapper_met_foto .boek_bestel_wrapper_naast_foto, .boek_bestel_wrapper_met_foto .view_boek_image {
  display: table-cell;
  vertical-align: top; }

.boek_bestel_wrapper_met_foto .boek_bestel_info_extra {
  display: block;
  text-align: center; }

.boek_bestel_wrapper_met_foto .view_boek_image img {
  max-width: none; }

.flexbox .vorm9353241 .boek_wrapper:not(.boek_wrapper_kort), .flexbox .vorm9353262 .boek_wrapper:not(.boek_wrapper_kort), .flexbox .vorm9353265 .boek_wrapper:not(.boek_wrapper_kort) {
  display: block; }
  .flexbox .vorm9353241 .boek_wrapper:not(.boek_wrapper_kort) .boek_col1, .flexbox .vorm9353262 .boek_wrapper:not(.boek_wrapper_kort) .boek_col1, .flexbox .vorm9353265 .boek_wrapper:not(.boek_wrapper_kort) .boek_col1 {
    float: left;
    margin-right: 15px;
    margin-bottom: 8px; }
  .flexbox .vorm9353241 .boek_wrapper:not(.boek_wrapper_kort) .boek_col2, .flexbox .vorm9353262 .boek_wrapper:not(.boek_wrapper_kort) .boek_col2, .flexbox .vorm9353265 .boek_wrapper:not(.boek_wrapper_kort) .boek_col2 {
    width: auto;
    margin-left: 0; }

.boek_col2 {
  margin-left: 20px;
  width: calc(100% - 180px);
  max-width: 600px; }

#main .boek_titel h1 {
  font-size: 140%;
  line-height: 1.15;
  margin-top: 0; }

.ondertitel {
  font-size: 80%;
  font-style: italic;
  padding: 0.3em 0 0; }

.boek_prijs, .boek_beschrijving_kort_intro {
  padding: 0 0 0.9em; }

.auteur, .boek_details {
  padding: 0.9em 0 0.6em; }

.boek_prijs {
  padding: 1.1em 0 0.1em; }

.boek_bestel_wrapper {
  border: 1px solid #e0e0e0;
  padding: 7px; }

.boek_bestel_wrapper:not(.boek_bestel_wrapper_met_foto) .boek_bestel,
.boek_bestel_wrapper_naast_foto > div {
  display: flex;
  align-items: center; }

.boek_bestel_button {
  padding-right: 7px; }

.gewoneversie .boek_bestel_button a {
  padding-right: 0.9em !important;
  padding-left: 0.9em !important;
  padding: 0.45em 0.9em  !important;
  font-size: 100%; }

.boek_bestel_info {
  font-style: italic;
  padding: 0 0 0 3em;
  font-size: 95%;
  line-height: 1.3;
  max-width: 360px; }
  .boek_bestel_info a:link, .boek_bestel_info a:visited {
    cursor: default; }

.boek_bestel .boek_bestel_info {
  padding-left: 0; }

.no-flexbox .boek_bestel_wrapper {
  max-width: 499px;
  overflow: hidden; }
  .no-flexbox .boek_bestel_wrapper .boek_bestel_button {
    float: left;
    margin-top: 0.05em; }
  .no-flexbox .boek_bestel_wrapper .boek_bestel_info {
    float: left;
    max-width: 355px;
    max-width: calc(100% - 150px); }

.boeklijst_details > div {
  color: #666; }

.auteur, .boek_details {
  font-style: italic;
  font-size: 110%; }

.boek_col1 img {
  border: 1px solid #e0e0e0; }

#main .boeken_kort_wrapper .boek_bestel_button {
  float: right;
  min-width: inherit;
  width: auto; }

#main .boek_bestel_button a:link, #main .boek_bestel_button a:visited {
  color: #fff;
  background-color: #43ac6a;
  border: none;
  margin: 0;
  font-weight: 100; }

.boeken_kort_wrapper {
  overflow: hidden;
  width: 100%; }

.boek_bestel_wrapper {
  margin: 1.1em 0; }
  .boek_bestel_wrapper .meti {
    font-size: 90%;
    font-style: normal;
    border: none !important; }

.boek_bestel_info_extra {
  font-size: 85%;
  font-style: italic;
  color: #090;
  text-align: center;
  padding-top: 0.6em;
  line-height: 1.3; }

.no-flexbox .boek_bestel_info_extra {
  clear: both; }

.vorm9353241 .boek_bestel_info, .vorm9353241 .meti, .vorm9353241 .boek_bestel_info_extra, .vorm9353257 .boek_bestel_info, .vorm9353257 .meti, .vorm9353257 .boek_bestel_info_extra, .vorm9310204 .boek_bestel_info, .vorm9310204 .meti, .vorm9310204 .boek_bestel_info_extra {
  font-size: 100%; }

.boek_wrapper_kort:not(.boek_wrapper_kort) .boek_col2 {
  width: calc(100% - 100px);
  max-width: 700px; }

.boek_wrapper_kort {
  border-bottom: 1px solid #e5e5e5;
  float: left;
  width: 100%; }
  .boek_wrapper_kort h2 {
    margin: 0; }
  .boek_wrapper_kort .boek_info {
    text-align: center; }
  .boek_wrapper_kort .boek_col1 {
    min-width: 100px;
    margin-bottom: 1.375rem; }
  .boek_wrapper_kort .boek_col2 {
    width: calc(100% - 114px);
    max-width: 700px;
    margin-left: 14px; }

.boeken_kort_wrapper .boek_wrapper_kort:only-child {
  border: none; }

.boek_wrapper_kort:after {
  clear: both; }

.boek_beschrijving_kort {
  padding: 0.3em 0 0; }

html #main .boek_kort_titel {
  font-size: 130%; }

html #main .boek_kort_ondertitel {
  font-style: italic;
  font-size: 85%; }

.view_boek_image a {
  border: none !important;
  text-decoration: none !important; }

.boek_kort_details {
  padding-bottom: 0.2em; }

.boek_bestel_wrapper_met_foto .boek_bestel_wrapper_naast_foto {
  flex-direction: column; }
  .boek_bestel_wrapper_met_foto .boek_bestel_wrapper_naast_foto h2 {
    margin-bottom: 0.5em; }
  .boek_bestel_wrapper_met_foto .boek_bestel_wrapper_naast_foto > div .boek_bestel_button {
    padding: 0 7px 0 0; }
  .boek_bestel_wrapper_met_foto .boek_bestel_wrapper_naast_foto > .boek_bestel_info_extra {
    padding-top: 0.5em;
    align-self: center; }

.boek_bestel_wrapper_met_foto .boek_bestel .boek_bestel_info {
  padding-right: 7px; }

.boek_bestel_wrapper_met_foto .boek_bestel_info {
  max-width: none; }

.boek_bestel_wrapper_met_foto .view_boek_image {
  align-self: flex-end; }

@media only screen and (min-width: 48em) {
  .mobile .delen_balk {
    background-color: #ecf5fb; }
  .mobile div.soc_media_item_center {
    margin-left: 0;
    margin-right: 0;
    width: 16.666666666%; }
  .ipad .inhoudsopgave_column {
    padding-left: 1.1em; } }

@media only screen and (min-width: 54em) {
  .mobile.android #home_etalage-items .home_etalage-item {
    width: 23.1%; } }

@media only screen and (min-width: 61em) and (max-width: 64em) {
  .mobile.android #home_ladder_nieuws li .datum_nieuwtje {
    width: 4.6em; }
  .mobile.android #home_ladder_nieuws li .exheadline a:after {
    right: 2.3em; }
  .mobile.android #col1 .laddernav .meer a, .mobile.android #col2 .laddernav .meer a {
    padding-left: 0 !important; } }

@media only screen and (min-width: 53em) and (max-width: 64em) {
  .mobile #vlucht .sib_full, .mobile #home .sib_full {
    margin-right: 0 !important; }
    .mobile #vlucht .sib_full .sib_left, .mobile #home .sib_full .sib_left {
      width: 45% !important; }
      .mobile #vlucht .sib_full .sib_left div, .mobile #home .sib_full .sib_left div {
        width: 33.3% !important; }
    .mobile #vlucht .sib_full .sib_left4, .mobile #home .sib_full .sib_left4 {
      display: none; }
    .mobile #vlucht .sib_full .sib_mid, .mobile #home .sib_full .sib_mid {
      width: 18% !important; }
      .mobile #vlucht .sib_full .sib_mid .sib_center, .mobile #home .sib_full .sib_mid .sib_center {
        padding-top: 0.4375em !important;
        line-height: 1.3em; }
    .mobile #vlucht .sib_full .sib_right, .mobile #home .sib_full .sib_right {
      width: 37%; } }

/*
@media only screen and (min-width: 75.76em) {
	.ipad {
		.soc_media_balk {
			img, input {
				margin-top: pem(-3);
			}
		} 
	}
}
*/
.st-head-row th {
  color: #fff; }

.st-head-row.st-head-row-main {
  font-size: 120%; }

div.stacktable {
  width: 100%; }
  div.stacktable .st-head-row.st-head-row-main {
    border-bottom: solid 5px #fff; }
  div.stacktable .st-head-row {
    border-bottom: solid #fff 2px;
    font-size: inherit; }
  div.stacktable .st-key, div.stacktable .st-val {
    border-bottom: solid #fff 2px;
    background: #487adb;
    font-size: inherit; }
  div.stacktable .st-val {
    border-left: solid #fff 2px; }

.st-key {
  width: 38.5%;
  text-align: right;
  padding-right: 1.5%; }

.st-val {
  width: 58.5%;
  padding-left: 1.5%; }

/* RESPONSIVE EXAMPLE */
.stacktable.large-only {
  display: table; }

.stacktable.small-only {
  display: none; }
  .stacktable.small-only tr.even, .stacktable.small-only tr.alt, .stacktable.small-only tr:nth-of-type(even) {
    background: #fff; }

@media (max-width: 40em) {
  .stacktable.large-only, span.toelichting {
    display: none; }
  .stacktable.small-only {
    display: table; } }

@media only screen and (max-width: 23.75em) {
  body .qtip-pdc {
    left: 12px !important;
    max-width: calc(100% - 24px) !important; } }

@media only screen and (max-width: 20.679em) {
  #home #home_etalage-items_alle .home_etalage-items_alle_content .home_etalage-item:not(.home_etalage-item1) {
    margin-top: 7% !important; }
  #main .imgfloatright, #main div.right, #main table.right, #main .imgfloatleft, #main div.left, #main table.left {
    max-width: 130px !important; }
  .ie10 #sitetitel img {
    width: 37%; } }

@media only screen and (max-width: 21.59em) {
  .ie10 #sitetitel img {
    width: 35%; }
  .europarl-lid.seriekeuze-ul_geen_clear table {
    margin-bottom: 0.2em; }
  .europarl-lid.seriekeuze-ul_geen_clear div.seriekeuze {
    margin: 0 0 0.3em 8px;
    clear: both; } }

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1) {
  .ios .top-bar-section > ul > .menutop_1 {
    width: 14.25%; }
  .ios .top-bar-section > ul > .menutop_2 {
    width: 16.1%; }
  .ios .top-bar-section > ul > .menutop_3 {
    width: 16.7%; }
  .ios .top-bar-section > ul > .menutop_4 {
    width: 10%; }
  .ios .top-bar-section > ul > .menutop_5 {
    width: 13.7%; }
  .ios .top-bar-section > ul > .menutop_6 {
    width: 13%; }
  .ios .top-bar-section > ul > .menutop_7 {
    width: 14%; } }

@media only screen and (min-width: 1023px) and (max-width: 1024px) {
  .no-touch.safari5 #home_etalage_carousel .home_etalage-item {
    width: 236px !important; }
    .no-touch.safari5 #home_etalage_carousel .home_etalage-item p, .no-touch.safari5 #home_etalage_carousel .home_etalage-item h2, .no-touch.safari5 #home_etalage_carousel .home_etalage-item img {
      width: 100%; } }

@media only screen and (max-width: 644px) {
  .mobile #home .eutweetheading, .mobile #home .eutweettext {
    padding-right: 0.85em; }
  #home_etalage-items_alle .home_etalage-items_alle_content {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; } }

@media only screen and (min-width: 61.74em) and (max-width: 79.75em) {
  .mobile.android #home_etalage-items .home_etalage-item {
    width: 22.6%; } }

.android.mobile input[type="checkbox"] {
  width: 1.25em;
  height: 1.25em; }

.android.mobile .headline_foto {
  width: 5.3125em;
  min-width: 5.3125em; }

html.touch .slick-dots li button:before {
  font-size: 10px; }

html.android.touch .slick-dots li button:before {
  font-size: 12px; }

.android.mobile h3 {
  font-weight: 500 !important; }

@media only screen and (min-width: 32.7em) {
  .carouselkop span {
    display: block;
    width: 100%; } }

@media only screen and (min-width: 42em) {
  .gecko #home_ladder_nieuws li .exheadline {
    width: 1.2em; }
  .safari5 #home_etalage_carousel.slick-initialized .slick-slide {
    max-height: 260px; }
  .safari5 #col1 .laddernav {
    margin-right: -2px; }
  .safari5 #col2 .laddernav.laddernav_ladder2, .safari5 #col2 .uitgebreid.uitgebreid_ladder2 {
    bottom: 18px !important; }
  .safari5 #col2 .laddernav {
    margin-right: -1px; }
  .safari5 #col2 .uitgebreid {
    width: 81%; }
  .safari5 #col1 .meer, .safari5 #col2 .meer {
    position: relative;
    left: -1px; }
  .safari5.no-touch #col1 .laddernav, .safari5.no-touch #col1 .uitgebreid {
    bottom: -1px !important; }
  .safari5.no-touch #col2 .laddernav.laddernav_ladder2, .safari5.no-touch #col2 .uitgebreid.uitgebreid_ladder2 {
    bottom: 17px !important; }
  .android.mobile #col2 .laddernav.laddernav_ladder2, .android.mobile #col2 .uitgebreid.uitgebreid_ladder2 {
    bottom: 25px !important; } }

.android.mobile #home .col_b_container2 .titelbalk {
  min-height: 49px !important; }

@keyframes right {
  from {
    transform: translate(0); }
  to {
    transform: translate(20px);
    opacity: 0; } }

@keyframes left {
  from {
    transform: translate(0); }
  to {
    transform: translate(-20px);
    opacity: 0; } }

.hide-right {
  animation: right 1s forwards ease-out; }

.hide-left {
  animation: left 1s forwards ease-out; }

.content-wrapper {
  white-space: normal !important;
  -ms-overflow-style: auto !important; }

.scroll-indicator {
  width: 100%; }

[class*="arrow-"] svg {
  cursor: pointer; }

.scroll-indicator [class*="fade-"] {
  height: calc(100% - 32px) !important; }

.ie .scroll-indicator [class*="fade-"], .edge .scroll-indicator [class*="fade-"] {
  height: calc(100% - 20px) !important; }

.ie .scroll-indicator .fade-left, .ie .scroll-indicator .fade-right {
  box-shadow: 0px 0px 18px 18px white !important;
  right: 8px !important; }

.ie .scroll-indicator .fade-left {
  left: 8px !important;
  right: auto !important; }

#_editor_toolbar .scroll-indicator {
  width: auto;
  display: inline-block; }

#_editor_toolbar > .scroll-indicator {
  width: 100%;
  display: block; }

#_editor_toolbar .content-wrapper > table.plain {
  margin: 0; }

#_editor_toolbar {
  height: auto; }

#_editor_toolbar table td {
  padding-bottom: 0em !important;
  padding-top: 0.3em !important; }

#_editor_toolbar button.tbbtn {
  background-color: #eef7fc !important; }

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  #sitetitel img {
    width: 100%; }
  html.ie .extra_zoekvld {
    width: 16.5em !important; }
  #nieuwsbrief_form_wrapper input {
    line-height: 0.8; }
  #home .sib_full a:before {
    font-size: 0.65em !important; } }

@media screen and (min-width: 48em) and (max-width: 59.84em) {
  .ie10 section > ul.left > li {
    -ms-flex: 0 1 100%;
    line-height: 1.8em;
    vertical-align: middle; }
    .ie10 section > ul.left > li > a {
      background-color: transparent !important; } }
