@charset "UTF-8";
@import url("https://fast.fonts.net/t/1.css?apiType=css&projectid=bb96a767-9e99-4d97-b693-e1b1e824d685");
@-ms-viewport {
  width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}
.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}
.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.row {
  margin-left: -15px;
  margin-right: -15px;
}
.col,
.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12,
.col-xs-13,
.col-sm-13,
.col-md-13,
.col-lg-13,
.col-xs-14,
.col-sm-14,
.col-md-14,
.col-lg-14 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.col,
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-13,
.col-xs-14 {
  float: left;
}
.col-xs-14 {
  width: 100%;
}
.col-xs-13 {
  width: 92.85714286%;
}
.col-xs-12 {
  width: 85.71428571%;
}
.col-xs-11 {
  width: 78.57142857%;
}
.col-xs-10 {
  width: 71.42857143%;
}
.col-xs-9 {
  width: 64.28571429%;
}
.col-xs-8 {
  width: 57.14285714%;
}
.col-xs-7 {
  width: 50%;
}
.col-xs-6 {
  width: 42.85714286%;
}
.col-xs-5 {
  width: 35.71428571%;
}
.col-xs-4 {
  width: 28.57142857%;
}
.col-xs-3 {
  width: 21.42857143%;
}
.col-xs-2 {
  width: 14.28571429%;
}
.col-xs-1 {
  width: 7.14285714%;
}
.col-xs-pull-14 {
  right: 100%;
}
.col-xs-pull-13 {
  right: 92.85714286%;
}
.col-xs-pull-12 {
  right: 85.71428571%;
}
.col-xs-pull-11 {
  right: 78.57142857%;
}
.col-xs-pull-10 {
  right: 71.42857143%;
}
.col-xs-pull-9 {
  right: 64.28571429%;
}
.col-xs-pull-8 {
  right: 57.14285714%;
}
.col-xs-pull-7 {
  right: 50%;
}
.col-xs-pull-6 {
  right: 42.85714286%;
}
.col-xs-pull-5 {
  right: 35.71428571%;
}
.col-xs-pull-4 {
  right: 28.57142857%;
}
.col-xs-pull-3 {
  right: 21.42857143%;
}
.col-xs-pull-2 {
  right: 14.28571429%;
}
.col-xs-pull-1 {
  right: 7.14285714%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-14 {
  left: 100%;
}
.col-xs-push-13 {
  left: 92.85714286%;
}
.col-xs-push-12 {
  left: 85.71428571%;
}
.col-xs-push-11 {
  left: 78.57142857%;
}
.col-xs-push-10 {
  left: 71.42857143%;
}
.col-xs-push-9 {
  left: 64.28571429%;
}
.col-xs-push-8 {
  left: 57.14285714%;
}
.col-xs-push-7 {
  left: 50%;
}
.col-xs-push-6 {
  left: 42.85714286%;
}
.col-xs-push-5 {
  left: 35.71428571%;
}
.col-xs-push-4 {
  left: 28.57142857%;
}
.col-xs-push-3 {
  left: 21.42857143%;
}
.col-xs-push-2 {
  left: 14.28571429%;
}
.col-xs-push-1 {
  left: 7.14285714%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-14 {
  margin-left: 100%;
}
.col-xs-offset-13 {
  margin-left: 92.85714286%;
}
.col-xs-offset-12 {
  margin-left: 85.71428571%;
}
.col-xs-offset-11 {
  margin-left: 78.57142857%;
}
.col-xs-offset-10 {
  margin-left: 71.42857143%;
}
.col-xs-offset-9 {
  margin-left: 64.28571429%;
}
.col-xs-offset-8 {
  margin-left: 57.14285714%;
}
.col-xs-offset-7 {
  margin-left: 50%;
}
.col-xs-offset-6 {
  margin-left: 42.85714286%;
}
.col-xs-offset-5 {
  margin-left: 35.71428571%;
}
.col-xs-offset-4 {
  margin-left: 28.57142857%;
}
.col-xs-offset-3 {
  margin-left: 21.42857143%;
}
.col-xs-offset-2 {
  margin-left: 14.28571429%;
}
.col-xs-offset-1 {
  margin-left: 7.14285714%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 768px) {
  .col,
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12,
  .col-sm-13,
  .col-sm-14 {
    float: left;
  }
  .col-sm-14 {
    width: 100%;
  }
  .col-sm-13 {
    width: 92.85714286%;
  }
  .col-sm-12 {
    width: 85.71428571%;
  }
  .col-sm-11 {
    width: 78.57142857%;
  }
  .col-sm-10 {
    width: 71.42857143%;
  }
  .col-sm-9 {
    width: 64.28571429%;
  }
  .col-sm-8 {
    width: 57.14285714%;
  }
  .col-sm-7 {
    width: 50%;
  }
  .col-sm-6 {
    width: 42.85714286%;
  }
  .col-sm-5 {
    width: 35.71428571%;
  }
  .col-sm-4 {
    width: 28.57142857%;
  }
  .col-sm-3 {
    width: 21.42857143%;
  }
  .col-sm-2 {
    width: 14.28571429%;
  }
  .col-sm-1 {
    width: 7.14285714%;
  }
  .col-sm-pull-14 {
    right: 100%;
  }
  .col-sm-pull-13 {
    right: 92.85714286%;
  }
  .col-sm-pull-12 {
    right: 85.71428571%;
  }
  .col-sm-pull-11 {
    right: 78.57142857%;
  }
  .col-sm-pull-10 {
    right: 71.42857143%;
  }
  .col-sm-pull-9 {
    right: 64.28571429%;
  }
  .col-sm-pull-8 {
    right: 57.14285714%;
  }
  .col-sm-pull-7 {
    right: 50%;
  }
  .col-sm-pull-6 {
    right: 42.85714286%;
  }
  .col-sm-pull-5 {
    right: 35.71428571%;
  }
  .col-sm-pull-4 {
    right: 28.57142857%;
  }
  .col-sm-pull-3 {
    right: 21.42857143%;
  }
  .col-sm-pull-2 {
    right: 14.28571429%;
  }
  .col-sm-pull-1 {
    right: 7.14285714%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-14 {
    left: 100%;
  }
  .col-sm-push-13 {
    left: 92.85714286%;
  }
  .col-sm-push-12 {
    left: 85.71428571%;
  }
  .col-sm-push-11 {
    left: 78.57142857%;
  }
  .col-sm-push-10 {
    left: 71.42857143%;
  }
  .col-sm-push-9 {
    left: 64.28571429%;
  }
  .col-sm-push-8 {
    left: 57.14285714%;
  }
  .col-sm-push-7 {
    left: 50%;
  }
  .col-sm-push-6 {
    left: 42.85714286%;
  }
  .col-sm-push-5 {
    left: 35.71428571%;
  }
  .col-sm-push-4 {
    left: 28.57142857%;
  }
  .col-sm-push-3 {
    left: 21.42857143%;
  }
  .col-sm-push-2 {
    left: 14.28571429%;
  }
  .col-sm-push-1 {
    left: 7.14285714%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-14 {
    margin-left: 100%;
  }
  .col-sm-offset-13 {
    margin-left: 92.85714286%;
  }
  .col-sm-offset-12 {
    margin-left: 85.71428571%;
  }
  .col-sm-offset-11 {
    margin-left: 78.57142857%;
  }
  .col-sm-offset-10 {
    margin-left: 71.42857143%;
  }
  .col-sm-offset-9 {
    margin-left: 64.28571429%;
  }
  .col-sm-offset-8 {
    margin-left: 57.14285714%;
  }
  .col-sm-offset-7 {
    margin-left: 50%;
  }
  .col-sm-offset-6 {
    margin-left: 42.85714286%;
  }
  .col-sm-offset-5 {
    margin-left: 35.71428571%;
  }
  .col-sm-offset-4 {
    margin-left: 28.57142857%;
  }
  .col-sm-offset-3 {
    margin-left: 21.42857143%;
  }
  .col-sm-offset-2 {
    margin-left: 14.28571429%;
  }
  .col-sm-offset-1 {
    margin-left: 7.14285714%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  .col,
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12,
  .col-md-13,
  .col-md-14 {
    float: left;
  }
  .col-md-14 {
    width: 100%;
  }
  .col-md-13 {
    width: 92.85714286%;
  }
  .col-md-12 {
    width: 85.71428571%;
  }
  .col-md-11 {
    width: 78.57142857%;
  }
  .col-md-10 {
    width: 71.42857143%;
  }
  .col-md-9 {
    width: 64.28571429%;
  }
  .col-md-8 {
    width: 57.14285714%;
  }
  .col-md-7 {
    width: 50%;
  }
  .col-md-6 {
    width: 42.85714286%;
  }
  .col-md-5 {
    width: 35.71428571%;
  }
  .col-md-4 {
    width: 28.57142857%;
  }
  .col-md-3 {
    width: 21.42857143%;
  }
  .col-md-2 {
    width: 14.28571429%;
  }
  .col-md-1 {
    width: 7.14285714%;
  }
  .col-md-pull-14 {
    right: 100%;
  }
  .col-md-pull-13 {
    right: 92.85714286%;
  }
  .col-md-pull-12 {
    right: 85.71428571%;
  }
  .col-md-pull-11 {
    right: 78.57142857%;
  }
  .col-md-pull-10 {
    right: 71.42857143%;
  }
  .col-md-pull-9 {
    right: 64.28571429%;
  }
  .col-md-pull-8 {
    right: 57.14285714%;
  }
  .col-md-pull-7 {
    right: 50%;
  }
  .col-md-pull-6 {
    right: 42.85714286%;
  }
  .col-md-pull-5 {
    right: 35.71428571%;
  }
  .col-md-pull-4 {
    right: 28.57142857%;
  }
  .col-md-pull-3 {
    right: 21.42857143%;
  }
  .col-md-pull-2 {
    right: 14.28571429%;
  }
  .col-md-pull-1 {
    right: 7.14285714%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-14 {
    left: 100%;
  }
  .col-md-push-13 {
    left: 92.85714286%;
  }
  .col-md-push-12 {
    left: 85.71428571%;
  }
  .col-md-push-11 {
    left: 78.57142857%;
  }
  .col-md-push-10 {
    left: 71.42857143%;
  }
  .col-md-push-9 {
    left: 64.28571429%;
  }
  .col-md-push-8 {
    left: 57.14285714%;
  }
  .col-md-push-7 {
    left: 50%;
  }
  .col-md-push-6 {
    left: 42.85714286%;
  }
  .col-md-push-5 {
    left: 35.71428571%;
  }
  .col-md-push-4 {
    left: 28.57142857%;
  }
  .col-md-push-3 {
    left: 21.42857143%;
  }
  .col-md-push-2 {
    left: 14.28571429%;
  }
  .col-md-push-1 {
    left: 7.14285714%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-14 {
    margin-left: 100%;
  }
  .col-md-offset-13 {
    margin-left: 92.85714286%;
  }
  .col-md-offset-12 {
    margin-left: 85.71428571%;
  }
  .col-md-offset-11 {
    margin-left: 78.57142857%;
  }
  .col-md-offset-10 {
    margin-left: 71.42857143%;
  }
  .col-md-offset-9 {
    margin-left: 64.28571429%;
  }
  .col-md-offset-8 {
    margin-left: 57.14285714%;
  }
  .col-md-offset-7 {
    margin-left: 50%;
  }
  .col-md-offset-6 {
    margin-left: 42.85714286%;
  }
  .col-md-offset-5 {
    margin-left: 35.71428571%;
  }
  .col-md-offset-4 {
    margin-left: 28.57142857%;
  }
  .col-md-offset-3 {
    margin-left: 21.42857143%;
  }
  .col-md-offset-2 {
    margin-left: 14.28571429%;
  }
  .col-md-offset-1 {
    margin-left: 7.14285714%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1200px) {
  .col,
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12,
  .col-lg-13,
  .col-lg-14 {
    float: left;
  }
  .col-lg-14 {
    width: 100%;
  }
  .col-lg-13 {
    width: 92.85714286%;
  }
  .col-lg-12 {
    width: 85.71428571%;
  }
  .col-lg-11 {
    width: 78.57142857%;
  }
  .col-lg-10 {
    width: 71.42857143%;
  }
  .col-lg-9 {
    width: 64.28571429%;
  }
  .col-lg-8 {
    width: 57.14285714%;
  }
  .col-lg-7 {
    width: 50%;
  }
  .col-lg-6 {
    width: 42.85714286%;
  }
  .col-lg-5 {
    width: 35.71428571%;
  }
  .col-lg-4 {
    width: 28.57142857%;
  }
  .col-lg-3 {
    width: 21.42857143%;
  }
  .col-lg-2 {
    width: 14.28571429%;
  }
  .col-lg-1 {
    width: 7.14285714%;
  }
  .col-lg-pull-14 {
    right: 100%;
  }
  .col-lg-pull-13 {
    right: 92.85714286%;
  }
  .col-lg-pull-12 {
    right: 85.71428571%;
  }
  .col-lg-pull-11 {
    right: 78.57142857%;
  }
  .col-lg-pull-10 {
    right: 71.42857143%;
  }
  .col-lg-pull-9 {
    right: 64.28571429%;
  }
  .col-lg-pull-8 {
    right: 57.14285714%;
  }
  .col-lg-pull-7 {
    right: 50%;
  }
  .col-lg-pull-6 {
    right: 42.85714286%;
  }
  .col-lg-pull-5 {
    right: 35.71428571%;
  }
  .col-lg-pull-4 {
    right: 28.57142857%;
  }
  .col-lg-pull-3 {
    right: 21.42857143%;
  }
  .col-lg-pull-2 {
    right: 14.28571429%;
  }
  .col-lg-pull-1 {
    right: 7.14285714%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-14 {
    left: 100%;
  }
  .col-lg-push-13 {
    left: 92.85714286%;
  }
  .col-lg-push-12 {
    left: 85.71428571%;
  }
  .col-lg-push-11 {
    left: 78.57142857%;
  }
  .col-lg-push-10 {
    left: 71.42857143%;
  }
  .col-lg-push-9 {
    left: 64.28571429%;
  }
  .col-lg-push-8 {
    left: 57.14285714%;
  }
  .col-lg-push-7 {
    left: 50%;
  }
  .col-lg-push-6 {
    left: 42.85714286%;
  }
  .col-lg-push-5 {
    left: 35.71428571%;
  }
  .col-lg-push-4 {
    left: 28.57142857%;
  }
  .col-lg-push-3 {
    left: 21.42857143%;
  }
  .col-lg-push-2 {
    left: 14.28571429%;
  }
  .col-lg-push-1 {
    left: 7.14285714%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-14 {
    margin-left: 100%;
  }
  .col-lg-offset-13 {
    margin-left: 92.85714286%;
  }
  .col-lg-offset-12 {
    margin-left: 85.71428571%;
  }
  .col-lg-offset-11 {
    margin-left: 78.57142857%;
  }
  .col-lg-offset-10 {
    margin-left: 71.42857143%;
  }
  .col-lg-offset-9 {
    margin-left: 64.28571429%;
  }
  .col-lg-offset-8 {
    margin-left: 57.14285714%;
  }
  .col-lg-offset-7 {
    margin-left: 50%;
  }
  .col-lg-offset-6 {
    margin-left: 42.85714286%;
  }
  .col-lg-offset-5 {
    margin-left: 35.71428571%;
  }
  .col-lg-offset-4 {
    margin-left: 28.57142857%;
  }
  .col-lg-offset-3 {
    margin-left: 21.42857143%;
  }
  .col-lg-offset-2 {
    margin-left: 14.28571429%;
  }
  .col-lg-offset-1 {
    margin-left: 7.14285714%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
.clearfix,
.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after {
  content: " ";
  display: table;
}
.clearfix:after,
.container:after,
.container-fluid:after,
.row:after {
  clear: both;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.medewerkers-wrapper {
  padding-top: 50px;
}
@media (max-width: 1200px) {
  .medewerkers-wrapper {
    padding-top: 30px;
  }
}
.medewerkers-wrapper .medewerkers-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  gap: 30px;
}
@media (max-width: 992px) {
  .medewerkers-wrapper .medewerkers-head {
    gap: 20px;
  }
}
@media (max-width: 767px) {
  .medewerkers-wrapper .medewerkers-head {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 0;
  }
}
.medewerkers-wrapper .medewerkers-head .styled-select {
  width: 50%;
  height: 60px;
  line-height: 58px;
  margin-bottom: 30px;
  padding: 0 15px;
  border: 2px solid transparent;
  color: #29226d;
  background-color: #f7f8fa;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
  background-position: calc(100% - 15px) center;
  background-repeat: no-repeat;
  background-image: url('/wp-content/themes/afuk/dist/img/chevron_down.svg');
}
@media (max-width: 767px) {
  .medewerkers-wrapper .medewerkers-head .styled-select {
    width: 100%;
    margin-bottom: 20px;
  }
}
.medewerkers-wrapper .medewerkers-head .styled-select:focus,
.medewerkers-wrapper .medewerkers-head .styled-select:hover {
  border-bottom: 2px solid #29226d;
}
.medewerkers-wrapper .medewerkers-head .styled-input {
  width: 50%;
  height: 60px;
  line-height: 58px;
  margin-bottom: 30px;
  padding: 0 15px;
  border: 2px solid transparent;
  color: #29226d;
  background-color: #f7f8fa;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
@media (max-width: 767px) {
  .medewerkers-wrapper .medewerkers-head .styled-input {
    width: 100%;
  }
}
.medewerkers-wrapper .medewerkers-head .styled-input:focus,
.medewerkers-wrapper .medewerkers-head .styled-input:hover {
  border-bottom: 2px solid #29226d;
}
.medewerkers-wrapper .medewerkers-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 30px;
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .medewerkers-wrapper .medewerkers-body {
    width: 100%;
    margin-bottom: 20px;
    gap: 0px;
  }
}
.medewerkers-wrapper .medewerkers-body .medewerker-card {
  width: calc(25% - 23px);
  cursor: pointer;
}
@media (max-width: 1200px) {
  .medewerkers-wrapper .medewerkers-body .medewerker-card {
    width: calc(33.3333% - 20px);
  }
}
@media (max-width: 767px) {
  .medewerkers-wrapper .medewerkers-body .medewerker-card {
    width: 100%;
    margin-bottom: 30px;
  }
}
.medewerkers-wrapper .medewerkers-body .medewerker-card .image-wrapper {
  position: relative;
  height: 0;
  padding-bottom: 140%;
  margin-bottom: 20px;
  background-color: #f7f8fa;
  overflow: hidden;
}
.medewerkers-wrapper .medewerkers-body .medewerker-card .image-wrapper:after {
  content: '\00a0\f061';
  font-family: FontAwesome;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 1;
  width: 40px;
  height: 40px;
  background-color: #29226d;
  color: white;
  font-size: 0.875rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: 300ms ease-in-out;
  transition: 300ms ease-in-out;
}
.medewerkers-wrapper .medewerkers-body .medewerker-card .image-wrapper img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.medewerkers-wrapper .medewerkers-body .medewerker-card .image-wrapper .initials {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 3em;
  font-weight: bold;
  color: #29226d;
  opacity: 0.15;
}
.medewerkers-wrapper .medewerkers-body .medewerker-card .card-title {
  margin-bottom: 15px;
  color: #29226d;
}
.medewerkers-wrapper .medewerkers-body .medewerker-card .card-title .title,
.medewerkers-wrapper .medewerkers-body .medewerker-card .card-title .functienamen,
.medewerkers-wrapper .medewerkers-body .medewerker-card .card-title .afdelingen {
  display: inline-block;
  width: 100%;
  line-height: 24px;
  margin: 0;
}
.medewerkers-wrapper .medewerkers-body .medewerker-card .card-title .title {
  font-size: 1.15em;
  color: #29226d !important;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
}
.medewerkers-wrapper .medewerkers-body .medewerker-card .card-title .functienamen {
  display: none;
  font-size: 1em;
}
.medewerkers-wrapper .medewerkers-body .medewerker-card .card-title .afdelingen {
  font-size: 0.75em;
  text-transform: uppercase;
}
.medewerkers-wrapper .medewerkers-body .medewerker-card .card-meta {
  margin-bottom: 15px;
}
.medewerkers-wrapper .medewerkers-body .medewerker-card .card-meta a {
  display: inline-block;
  width: 100%;
  line-height: 24px;
  margin: 0;
  word-break: break-word;
}
.medewerkers-wrapper .medewerkers-body .medewerker-card .card-meta a,
.medewerkers-wrapper .medewerkers-body .medewerker-card .card-meta a:link,
.medewerkers-wrapper .medewerkers-body .medewerker-card .card-meta a:visited {
  color: #4c4c4b;
}
.medewerkers-wrapper .medewerkers-body .medewerker-card .card-meta a:hover {
  color: #29226d;
}
.medewerkers-wrapper .medewerkers-body .medewerker-card .hidden {
  display: none;
}
.medewerkers-wrapper .medewerkers-body .medewerker-card:hover .image-wrapper:after {
  background-color: #de000e;
}
.medewerkers-wrapper .medewerkers-body .medewerker-card:hover .card-title .title {
  color: #de000e !important;
}
@media (max-width: 992px) {
  .page-template-page-medewerkers .page-content-wrapper {
    padding: 0 15px !important;
    margin: 0 auto !important;
  }
}
body.lock-scroll {
  overflow: hidden;
}
html.lock-scroll {
  overflow: hidden;
}
.slide-panel-overlay {
  position: fixed;
  display: block;
  z-index: 800;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000;
  perspective: 1000;
  opacity: 0;
  -webkit-transition: opacity 1000ms, height 0ms 1000ms, width 0ms 1000ms;
  transition: opacity 1000ms, height 0ms 1000ms, width 0ms 1000ms;
  overflow: hidden;
}
.is-visible {
  width: 100vw;
  height: 100vh;
  opacity: 1;
  -webkit-transition: opacity 1000ms, height 0ms 0ms, width 0ms 0ms;
  transition: opacity 1000ms, height 0ms 0ms, width 0ms 0ms;
}
.slide-panel {
  position: fixed;
  display: block;
  z-index: 900;
  top: 0;
  right: 0;
  width: 100vw;
  min-width: 320px;
  max-width: 75vw;
  height: 100vh;
  max-height: 100vh;
  overflow-x: hidden;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  scroll-behavior: smooth;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000;
  perspective: 1000;
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
  -webkit-transition: all 350ms;
  transition: all 350ms;
}
@media (max-width: 1200px) {
  .slide-panel {
    max-width: 80vw;
  }
}
@media (max-width: 992px) {
  .slide-panel {
    max-width: 100vw;
  }
}
.is-open {
  height: 100vh;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: all 350ms;
  transition: all 350ms;
}
.scroll-style-default {
  display: block;
  width: 100%;
  max-width: 500px;
  height: 100%;
  background-color: white;
  min-width: 320px;
  max-width: 60vw;
  overflow-x: hidden;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  scroll-behavior: smooth;
}
@media (max-width: 1200px) {
  .scroll-style-default {
    max-width: 80vw;
  }
}
@media (max-width: 992px) {
  .scroll-style-default {
    max-width: 100vw;
  }
}
button.slide-panel-close {
  border: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 50px;
  height: 50px;
  text-align: center;
  font-size: 1.5rem;
  color: white;
  float: right;
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 15;
  background: #29226d;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
}
button.slide-panel-close:after {
  content: '\f00d';
  font-family: FontAwesome;
  display: block;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
}
.slide-panel-content {
  padding: 70px 30px 30px;
}
.slide-panel-content .image-wrapper {
  position: relative;
  height: 0;
  padding-bottom: 140%;
  margin-bottom: 20px;
  background-color: #f7f8fa;
  overflow: hidden;
}
.slide-panel-content .image-wrapper img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.slide-panel-content .image-wrapper .initials {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 3em;
  font-weight: bold;
  color: #29226d;
  opacity: 0.15;
}
.slide-panel-content .card-title {
  margin-bottom: 20px;
  color: #29226d;
}
.slide-panel-content .card-title span {
  display: block;
}
.slide-panel-content .card-title .title {
  color: #29226d;
  font-size: 2.25rem;
  line-height: 2.5rem;
}
.slide-panel-content .card-title .afdelingen {
  font-size: 0.75em;
  text-transform: uppercase;
}
.slide-panel-content .card-meta {
  margin-bottom: 30px;
}
.slide-panel-content .card-meta a {
  display: block;
  color: #29226d;
}
.slide-panel-content .card-content p {
  margin-bottom: 20px;
}
.slide-panel-content .card-content ul {
  padding-left: 19px !important;
  margin: 20px 0;
  list-style-type: disc;
}
.slide-panel-content .card-content ol {
  padding-left: 19px;
  margin: 20px 0;
  list-style-type: decimal;
}
.slide-panel-content .card-content strong,
.slide-panel-content .card-content b {
  font-family: "Nitti Black";
}
/**
 * Global Reset of all HTML Elements
 *
 * Resetting all of our HTML Elements ensures a smoother
 * visual transition between browsers. If you don't believe me,
 * try temporarily commenting out this block of code, then go
 * and look at Mozilla versus Safari, both good browsers with
 * a good implementation of CSS. The thing is, all browser CSS
 * defaults are different and at the end of the day if visual
 * consistency is what we're shooting for, then we need to
 * make sure we're resetting all spacing elements.
 *
 */
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
html,
body {
  border: 0;
  font-family: "Helvetica-Neue", "Helvetica", Arial, sans-serif;
  line-height: 1.5;
  margin: 0;
  padding: 0;
}
div,
span,
object,
iframe,
img,
table,
caption,
thead,
tbody,
tfoot,
tr,
tr,
td,
article,
aside,
canvas,
details,
figure,
hgroup,
menu,
nav,
footer,
header,
section,
summary,
mark,
audio,
video {
  border: 0;
  margin: 0;
  padding: 0;
}
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
address,
cit,
code,
del,
dfn,
em,
ins,
q,
samp,
small,
strong,
sub,
sup,
b,
i,
hr,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
legend,
label {
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
  margin: 0;
}
article,
aside,
canvas,
figure,
figure img,
figcaption,
hgroup,
footer,
header,
nav,
section,
audio,
video {
  display: block;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
table caption,
table th,
table td {
  text-align: left;
  vertical-align: middle;
}
a img {
  border: 0;
}
:focus {
  outline: 0;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
/* Slider */
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover,
.slick-next:hover,
.slick-prev:focus,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before,
.slick-next:hover:before,
.slick-prev:focus:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev {
  left: -25px;
}
[dir="rtl"] .slick-prev {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: "←";
}
[dir="rtl"] .slick-prev:before {
  content: "→";
}
.slick-next {
  right: -25px;
}
[dir="rtl"] .slick-next {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: "→";
}
[dir="rtl"] .slick-next:before {
  content: "←";
}
/* Dots */
.slick-dotted .slick-slider {
  margin-bottom: 30px;
}
.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  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 {
  color: black;
  opacity: 0.75;
}
@font-face {
  font-family: "Adobe Caslon Italic";
  src: url("../fonts//48e53584-22ac-4328-a940-54ac91ee35db.eot?#iefix");
  src: url("../fonts//48e53584-22ac-4328-a940-54ac91ee35db.eot?#iefix") format("eot"), url("../fonts//df7ba2f1-324a-404c-88c7-f68adad9ac33.woff2") format("woff2"), url("../fonts//67620760-8bd8-45d7-b70d-de7936d7a6e1.woff") format("woff"), url("../fonts//d39c7172-0364-4db6-80c5-116c450e3e98.ttf") format("truetype"), url("../fonts//c1570ebd-fc91-4d70-b33b-8f19e9a0fabf.svg#c1570ebd-fc91-4d70-b33b-8f19e9a0fabf") format("svg");
}
@font-face {
  font-family: "Adobe Caslon Bold Italic";
  src: url("../fonts//f836877b-9052-4543-aab9-0b9118d2bbb7.eot?#iefix");
  src: url("../fonts//f836877b-9052-4543-aab9-0b9118d2bbb7.eot?#iefix") format("eot"), url("../fonts//3f46d85a-d74b-4644-b444-8ed0015edc6c.woff2") format("woff2"), url("../fonts//d0cb96f2-3c0c-45ee-9014-d3e87cff2f80.woff") format("woff"), url("../fonts//107a8de2-bc10-4dfe-b4a2-24277160ac3f.ttf") format("truetype"), url("../fonts//ff11bb4d-1a82-4d73-95d8-688bb65795e9.svg#ff11bb4d-1a82-4d73-95d8-688bb65795e9") format("svg");
}
@font-face {
  font-family: "Nitti Normal";
  src: url("../fonts/nittigrotesk-normal-v20.eot") format("eot"), url("../fonts/nittigrotesk-normal-v20.woff") format("woff");
}
@font-face {
  font-family: "Nitti Black";
  src: url("../fonts/nittigrotesk-black-v20.eot") format("eot"), url("../fonts/nittigrotesk-black-v20.woff") format("woff");
}
.list-unstyled {
  padding: 0 !important;
  margin: 0;
  list-style-type: none;
}
.transition-faster {
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}
.transition-fast {
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
}
.transition-slow {
  -webkit-transition: all 800ms ease;
  transition: all 800ms ease;
}
.dropshadow {
  -webkit-box-shadow: 0 3px 3px 1px rgba(155, 155, 155, 0.2);
  box-shadow: 0 3px 3px 1px rgba(155, 155, 155, 0.2);
}
.big {
  font-size: 3.5rem;
  line-height: 3.2rem;
}
.medium {
  font-size: 1.375rem;
  line-height: 1.625rem;
}
.small {
  font-size: 1.15rem;
  line-height: 1.5rem;
}
.img-responsive {
  width: 100%;
  height: auto;
  vertical-align: top;
}
.beige {
  background: #e9e2dd !important;
}
.white {
  background: white !important;
}
h1,
h2,
h3,
h4,
h5,
h6,
.title,
.intro {
  font-family: "Nitti Black";
  color: #4c4c4b;
  font-weight: normal;
}
h1,
.title {
  font-size: 3.5rem;
  line-height: 3.2rem;
  display: block;
}
h2,
.intro {
  font-size: 1.375rem;
  line-height: 1.625rem;
}
h3 {
  font-size: 1.15rem;
  line-height: 1.5rem;
}
h4,
h5,
h6 {
  font-size: 1rem;
}
a {
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #de000e;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
.button {
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
}
.button-wrapper {
  width: 100%;
  padding-top: 30px;
  text-align: center;
}
html {
  font-size: 100%;
}
body {
  font-family: "Nitti Normal";
  font-size: 1.25rem;
  line-height: 1.5rem;
  color: #4c4c4b;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
ul {
  padding: 0 !important;
  margin: 0;
  list-style-type: none;
}
.no-scroll {
  overflow: hidden;
}
.video-media {
  width: 100%;
  position: relative;
  height: 0;
  overflow: hidden;
  text-align: center;
  padding-bottom: 56.25%;
}
.video-media iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/*
 *  OVERRIDES
*/
header {
  overflow: visible !important;
}
header .header-top {
  position: relative;
  z-index: 8;
}
body .header-bottom .row {
  height: 70px;
}
.submenu {
  position: relative;
  display: table;
  width: 100%;
  height: auto;
  min-height: 450px;
  -webkit-box-shadow: 0 0 50px rgba(0, 0, 0, 0.35);
  box-shadow: 0 0 50px rgba(0, 0, 0, 0.35);
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: all 750ms -150ms;
  transition: all 750ms -150ms;
}
.submenu .loading-message {
  display: none;
}
.submenu.loading .loading-message {
  display: block;
  width: 100%;
  padding: 0 25%;
  text-align: center;
}
.submenu.open {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: all 750ms -250ms;
  transition: all 750ms -250ms;
}
.submenu::before {
  content: '';
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 10px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.1)), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0));
}
.submenu .submenu-nav,
.submenu .submenu-popular {
  display: table-cell;
  padding: 60px 0 40px;
  height: auto;
  min-height: 450px;
}
.submenu .submenu-nav {
  vertical-align: middle;
  background-color: #fff;
}
.submenu .submenu-nav .submenu-nav-container {
  display: block;
  padding: 0;
  text-align: left;
}
.submenu .submenu-nav .submenu-nav-container h2 {
  font-size: 2.8rem;
  line-height: 2.8rem;
  margin-bottom: 20px;
}
.submenu .submenu-nav .submenu-nav-container ul li a {
  line-height: 1.8rem;
}
.submenu .submenu-popular {
  vertical-align: middle;
  padding-left: 14.28571429%;
  background-color: #eee;
}
.submenu .submenu-popular .popular-item {
  position: relative;
  display: table;
  float: left;
  width: 50%;
  margin: 0;
  padding: 0 15px;
  height: auto;
  text-align: left;
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
  opacity: 0;
}
.submenu .submenu-popular .popular-item.show {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
  -webkit-transition: all 750ms;
  transition: all 750ms;
}
.submenu .submenu-popular .popular-item .thumbnail {
  display: block;
  width: 100%;
  margin-bottom: 10px;
  position: relative;
  height: 0;
  overflow: hidden;
  text-align: center;
  padding-bottom: 56.25%;
}
.submenu .submenu-popular .popular-item .thumbnail img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  height: auto;
}
.submenu .submenu-popular .popular-item .category {
  display: block;
  padding-left: 25px;
  position: relative;
  margin-bottom: 15px;
  font-family: "Nitti Black";
  font-size: 1rem;
  line-height: 1.5rem;
}
.submenu .submenu-popular .popular-item .category::before {
  content: '';
  width: 18px;
  height: 4px;
  background: black;
  display: block;
  position: absolute;
  left: 0;
  top: 11px;
}
.submenu .submenu-popular .popular-item a {
  margin-top: 10px;
}
.submenu .submenu-popular .popular-item a,
.submenu .submenu-popular .popular-item a:link,
.submenu .submenu-popular .popular-item a:visited {
  color: #000;
  text-decoration: none;
}
.submenu .submenu-popular .popular-item a:hover,
.submenu .submenu-popular .popular-item a:hover > h2 {
  color: #de000e;
}
header {
  height: 140px;
  position: relative;
  overflow: hidden;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
}
@media (max-width: 992px) {
  header {
    height: 70px;
  }
}
@media (max-width: 768px) {
  header {
    height: 56px;
  }
}
header .logo {
  background: #de000e;
  width: 150px;
  height: 70px;
  padding: 10px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
}
@media (max-width: 768px) {
  header .logo {
    height: 56px;
    padding: 10px 15px;
    width: 124px;
  }
  header .logo img {
    height: 36px;
    display: block;
  }
}
header .search-toggle,
header .responsive-toggle {
  width: 70px;
  height: 70px;
  padding-top: 20px;
  text-align: center;
  font-size: 1.5rem;
  color: white;
  float: right;
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 15;
  background: #29226d;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
}
@media (max-width: 992px) {
  header .search-toggle,
  header .responsive-toggle {
    position: fixed;
    right: 70px;
  }
}
@media (max-width: 768px) {
  header .search-toggle,
  header .responsive-toggle {
    width: 56px;
    height: 56px;
    padding-top: 15px;
    border-left: 1px solid black;
  }
}
header .search-toggle:after,
header .responsive-toggle:after {
  content: '\f002';
  font-family: FontAwesome;
  display: block;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
}
header .search-toggle:hover,
header .responsive-toggle:hover,
header .search-toggle.active,
header .responsive-toggle.active,
header .search-toggle:focus,
header .responsive-toggle:focus {
  background: #de000e;
}
header .search-toggle.active:after,
header .responsive-toggle.active:after {
  content: '\f00d';
}
@media (max-width: 992px) {
  header .search-toggle:hover,
  header .responsive-toggle:hover {
    background: #29226d;
  }
  header .search-toggle.active,
  header .responsive-toggle.active {
    background: #de000e;
  }
}
header .language {
  width: 70px;
  height: 70px;
  position: absolute;
  top: 0;
  right: 0;
  background: #29226d;
  z-index: 25;
}
@media (max-width: 768px) {
  header .language {
    width: 56px;
    height: 56px;
  }
}
header .language .wpml-ls-current-language {
  width: 70px;
  height: 70px;
}
@media (max-width: 768px) {
  header .language .wpml-ls-current-language {
    width: 56px;
    height: 56px;
  }
}
header .language .wpml-ls-current-language a {
  display: block;
  width: 70px;
  height: 70px;
  padding-top: 22px;
  text-align: center;
  font-size: 1.6rem;
  color: white;
  border-left: 1px solid black;
  float: right;
  pointer-events: none;
}
@media (max-width: 768px) {
  header .language .wpml-ls-current-language a {
    width: 56px;
    height: 56px;
    padding-top: 16px;
  }
}
header .language .wpml-ls-current-language a:hover {
  text-decoration: none;
}
header .language .wpml-ls-current-language .sub-menu {
  width: 190px;
  display: none;
  background: white;
  position: absolute;
  top: 70px;
  right: 0px;
}
@media (max-width: 992px) {
  header .language .wpml-ls-current-language .sub-menu {
    width: 56px;
    top: 56px;
  }
}
header .language .wpml-ls-current-language .sub-menu li a {
  color: #29226d;
  border: 0;
  pointer-events: all;
}
header .language .wpml-ls-current-language .sub-menu.active {
  display: block;
}
header .language .wpml-ls-current-language:hover .sub-menu {
  display: block;
}
header .search-toggle {
  right: 70px;
}
@media (max-width: 992px) {
  header .search-toggle {
    right: 140px;
    border-right: 1px solid black;
  }
}
@media (max-width: 768px) {
  header .search-toggle {
    right: 112px;
  }
}
header .responsive-toggle {
  display: none;
  z-index: 20;
  background: #29226d;
}
@media (max-width: 992px) {
  header .responsive-toggle {
    display: block;
  }
}
@media (max-width: 768px) {
  header .responsive-toggle {
    right: 56px;
  }
}
header .responsive-toggle:after {
  content: '\f0c9';
}
header .responsive-toggle:hover {
  background: #29226d;
}
header .responsive-toggle.active,
header .responsive-toggle:focus {
  background: #e5e5e6;
}
header .responsive-toggle.active:after {
  content: '\f00d';
  color: #29226d;
}
header .header-top {
  background: #29226d;
  height: 70px;
}
@media (max-width: 992px) {
  header .header-top {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 8;
  }
  header .header-top.active {
    z-index: 9;
  }
}
@media (max-width: 768px) {
  header .header-top {
    height: 56px;
  }
}
header .header-top .search {
  width: 100%;
  height: 70px;
  padding-left: 150px;
  position: absolute;
  top: 0;
  right: 0;
  pointer-events: none;
}
@media (max-width: 992px) {
  header .header-top .search {
    right: 70px;
    padding-left: 220px;
  }
}
@media (max-width: 768px) {
  header .header-top .search {
    height: 56px;
    right: 112px;
    padding-left: 236px;
  }
}
@media (max-width: 579px) {
  header .header-top .search {
    height: 0px;
    top: 56px;
    right: 0;
    padding-left: 0;
    position: fixed;
    z-index: 15;
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
    -webkit-transition-delay: 0.1s;
    /* Safari */
    transition-delay: 0.1s;
  }
}
header .header-top .search .search-form {
  position: relative;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  width: 0%;
  visibility: hidden;
  height: 70px;
  background: white;
  float: right;
}
@media (max-width: 768px) {
  header .header-top .search .search-form {
    height: 56px;
  }
}
@media (max-width: 579px) {
  header .header-top .search .search-form {
    opacity: 0;
    width: 100%;
    height: 0;
  }
}
header .header-top .search .search-form .search-field {
  width: 100%;
  height: 70px;
  border: 0;
  padding: 0;
  float: left;
  -webkit-appearance: none;
  position: relative;
  z-index: 1;
  border-bottom: 1px solid #e9e2dd;
}
@media (max-width: 768px) {
  header .header-top .search .search-form .search-field {
    height: 56px;
    border-bottom: 0;
  }
}
@media (max-width: 579px) {
  header .header-top .search .search-form .search-field {
    padding: 10px 66px 10px 10px;
  }
}
header .header-top .search .search-form .search-submit {
  position: absolute;
  top: 0;
  opacity: 0;
  right: 140px;
  width: 0px;
  visibility: hidden;
  height: 70px;
  background: white;
  z-index: 5;
  -webkit-appearance: none;
  border: 0;
  cursor: pointer;
  border-left: 1px solid #e9e2dd;
  border-bottom: 1px solid #e9e2dd;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
}
@media (max-width: 992px) {
  header .header-top .search .search-form .search-submit {
    right: 140px;
  }
}
@media (max-width: 768px) {
  header .header-top .search .search-form .search-submit {
    right: 56px;
    height: 56px;
    border-bottom: 0;
  }
}
@media (max-width: 579px) {
  header .header-top .search .search-form .search-submit {
    right: 0px;
    height: 56px;
    width: 56px;
    border-bottom: 0;
  }
}
header .header-top .search .search-form .search-submit .fa {
  color: #de000e;
}
header .header-top.active .search {
  pointer-events: auto;
}
@media (max-width: 579px) {
  header .header-top.active .search {
    height: 56px;
    background: white;
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
  }
}
header .header-top.active .search .search-form {
  width: 100%;
  visibility: visible;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
}
header .header-top.active .search .search-form .search-field {
  padding: 20px 230px 20px 20px;
}
@media (max-width: 768px) {
  header .header-top.active .search .search-form .search-field {
    padding: 10px 121px 10px 10px;
  }
}
@media (max-width: 579px) {
  header .header-top.active .search .search-form {
    opacity: 1;
    -webkit-transition-delay: 0.2s;
    /* Safari */
    transition-delay: 0.2s;
  }
}
header .header-top.active .search .search-submit {
  width: 70px;
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
}
@media (max-width: 768px) {
  header .header-top.active .search .search-submit {
    width: 56px;
  }
}
header .header-top.active .search .search-submit:hover {
  background: #e7e8e8;
}
header .header-top .topnav-wrapper {
  width: 100%;
  height: 70px;
  display: block;
}
header .header-top .topnav-wrapper a {
  color: white;
}
header .header-top .topnav-wrapper .top-nav {
  text-align: center;
}
header .header-top .topnav-wrapper .top-nav li {
  display: inline-block;
  padding-top: 20px;
}
header .header-top .topnav-wrapper .top-nav li a {
  color: white;
  padding: 0 5px;
  text-transform: lowercase;
  font-size: 1.15rem;
  line-height: 1.5rem;
}
header .header-top .topnav-wrapper .top-nav li.current-menu-item a {
  text-decoration: underline;
}
@media (max-width: 992px) {
  header .header-top .topnav-wrapper {
    display: none;
  }
}
header .header-bottom {
  background: white;
  height: 70px;
  text-align: center;
  position: relative;
  z-index: 7;
}
@media (max-width: 992px) {
  header .header-bottom {
    display: none;
  }
}
header .header-bottom .nav.primary {
  font-size: 0;
  position: relative;
  z-index: 6;
  background: white;
  -webkit-box-shadow: 0 3px 3px 1px rgba(155, 155, 155, 0.2);
  box-shadow: 0 3px 3px 1px rgba(155, 155, 155, 0.2);
}
header .header-bottom .nav.primary li {
  position: relative;
  height: 70px;
  padding-top: 22px;
  display: inline-block;
  border-right: 1px solid #e7e8e8;
}
header .header-bottom .nav.primary li:first-child {
  border-left: 1px solid #e7e8e8;
}
header .header-bottom .nav.primary li:after {
  content: "";
  position: absolute;
  right: 0;
  width: 0;
  bottom: 0px;
  background: #29226d;
  height: 4px;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
}
header .header-bottom .nav.primary li:hover {
  text-decoration: none;
}
header .header-bottom .nav.primary li:hover:after {
  left: 0;
  right: auto;
  width: 100%;
}
header .header-bottom .nav.primary li a {
  font-size: 1rem;
  padding: 0px 25px 0px;
  color: #4c4c4b;
  display: block;
  position: relative;
  font-size: 1.375rem;
  line-height: 1.625rem;
}
header .header-bottom .nav.primary li a:hover {
  text-decoration: none;
}
header .header-bottom .nav.primary li.current-menu-item:after,
header .header-bottom .nav.primary li.current_page_parent:after {
  left: 0;
  right: auto;
  width: 100%;
}
header .header-bottom .nav.primary li:last-child {
  position: absolute;
  right: 0;
  top: 0;
  border: none;
  float: right;
}
header .header-bottom .nav.primary li:last-child a {
  color: #de000e;
}
header .header-bottom .nav.primary li .sub-menu-toggle {
  display: none;
}
header .header-bottom .nav.primary .sub-menu {
  display: none;
}
header .sub-navigation-wrapper {
  position: fixed;
  overflow: hidden;
  top: 70px;
  width: 100%;
  padding-bottom: 100%;
  background: rgba(41, 34, 109, 0.7);
  z-index: 5;
}
header .sub-navigation-wrapper .left-column {
  padding-top: 140px;
  padding: 90px 0;
  background: white;
}
header .sub-navigation-wrapper .right-column {
  padding: 90px 0;
  background: #e9e2dd;
}
header.sticky .header-bottom {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}
header.sticky .sub-navigation-wrapper {
  top: 70px;
}
header .responsive-navigation-wrapper {
  visibility: hidden;
  width: 100%;
  height: 0;
  margin-top: 70px;
  background: white;
  position: fixed;
  z-index: 7;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  /* lets it scroll lazy */
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
}
@media (max-width: 768px) {
  header .responsive-navigation-wrapper {
    margin-top: 0px;
    padding-top: 56px;
  }
}
header .responsive-navigation-wrapper .inner {
  padding-top: 90px;
  position: relative;
  z-index: 10;
  background: white;
}
header .responsive-navigation-wrapper .inner .nav {
  opacity: 0;
  height: 100%;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
}
header .responsive-navigation-wrapper .inner .nav li {
  width: 100%;
  border-bottom: 1px dotted black;
  position: relative;
}
header .responsive-navigation-wrapper .inner .nav li a {
  width: 100%;
  display: block;
  color: #4c4c4b;
  padding: 15px 40px 15px 15px;
}
header .responsive-navigation-wrapper .inner .nav > li:last-child {
  background: #e5e5e6;
  position: absolute;
  top: 0px;
  padding-top: 15px;
  height: 90px;
  border-bottom: 0;
  text-align: center;
}
header .responsive-navigation-wrapper .inner .nav > li:last-child a {
  width: auto;
  display: inline-block;
  background: #de000e;
  color: white;
  padding: 2px 5px;
}
header .responsive-navigation-wrapper .inner .nav > li:last-child:before {
  content: 'Kinne wy jo helpe?';
  font-size: 1rem;
  display: block;
  color: #de000e;
}
header .responsive-navigation-wrapper .inner .nav > li:last-child .sub-menu-toggle {
  display: none;
}
header .responsive-navigation-wrapper .inner .nav .sub-menu-toggle {
  width: 54px;
  height: 54px;
  background: transparent;
  border: 0;
  position: absolute;
  top: 0;
  right: 0;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
}
header .responsive-navigation-wrapper .inner .nav .sub-menu-toggle:after {
  content: '\f107';
  font-family: FontAwesome;
  display: block;
  font-size: 2rem;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
}
header .responsive-navigation-wrapper .inner .nav .sub-menu-toggle.active:after {
  content: '\f106';
}
header .responsive-navigation-wrapper .inner .nav .sub-menu {
  background: #29226d;
  display: none;
  border-top: 1px solid black;
}
header .responsive-navigation-wrapper .inner .nav .sub-menu .sub-menu-toggle {
  color: white;
}
header .responsive-navigation-wrapper .inner .nav .sub-menu li:last-child {
  border: 0;
}
header .responsive-navigation-wrapper .inner .nav .sub-menu li a {
  color: white;
}
header .responsive-navigation-wrapper .inner .nav .sub-menu .sub-menu {
  background: #e9e2dd;
}
header .responsive-navigation-wrapper .inner .nav .sub-menu .sub-menu .sub-menu-toggle {
  color: #4c4c4b;
}
header .responsive-navigation-wrapper .inner .nav .sub-menu .sub-menu li a {
  color: #4c4c4b;
}
header .responsive-navigation-wrapper .inner .nav .sub-menu .sub-menu .sub-menu {
  background: #e5e5e6;
}
header .responsive-navigation-wrapper .second-nav {
  width: 100%;
  padding: 10px 40px;
  text-align: center;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 5;
}
header .responsive-navigation-wrapper .second-nav ul {
  padding: 0 30px;
}
header .responsive-navigation-wrapper .second-nav ul li {
  margin: 0 3px;
  display: inline-block;
}
header .responsive-navigation-wrapper .second-nav ul li a {
  color: #29226d;
  font-size: 0.9rem;
  text-decoration: underline;
}
header .responsive-navigation-wrapper.active {
  visibility: visible;
  height: 100%;
}
header .responsive-navigation-wrapper.active .nav {
  opacity: 1;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  -webkit-transition-delay: 0.2s;
  /* Safari */
  transition-delay: 0.2s;
}
header .submenu-popular {
  display: none;
}
.meer-oer .current-item a {
  text-decoration: underline !important;
}
article.content,
section.content {
  padding-bottom: 0px;
}
@media (max-width: 992px) {
  article.content,
  section.content {
    padding: 0;
  }
}
article.content .intro,
section.content .intro {
  margin-bottom: 30px;
}
article.content h1,
section.content h1 {
  display: block;
  margin-bottom: 30px;
}
article.content h2 a,
section.content h2 a {
  color: #000;
}
article.content h2 a:hover,
section.content h2 a:hover,
article.content h2 a:focus,
section.content h2 a:focus {
  text-decoration: none;
}
article.content h2,
section.content h2,
article.content h3,
section.content h3,
article.content h4,
section.content h4,
article.content h5,
section.content h5,
article.content h6,
section.content h6 {
  margin-bottom: 15px;
}
article.content p,
section.content p {
  margin-bottom: 30px;
}
article.content p:last-child,
section.content p:last-child {
  margin-bottom: 0;
}
article.content ul,
section.content ul {
  padding-left: 19px !important;
  margin: 20px 0;
  list-style-type: disc;
}
article.content ol,
section.content ol {
  padding-left: 19px;
  margin: 20px 0;
  list-style-type: decimal;
}
article.content strong,
section.content strong,
article.content b,
section.content b {
  font-family: "Nitti Black";
}
article.content .alignleft,
section.content .alignleft {
  float: left;
  width: 40%;
  height: auto;
  margin: 5px 30px 20px 0;
}
@media (max-width: 992px) {
  article.content .alignleft,
  section.content .alignleft {
    width: 100%;
    margin: 0 0 20px 0;
  }
}
article.content .alignright,
section.content .alignright {
  float: right;
  width: 40%;
  height: auto;
  margin: 5px 0 20px 30px;
}
article.content .alignnone,
section.content .alignnone {
  width: 100%;
  margin-bottom: 30px;
  height: auto;
}
article.content .wp-caption.alignleft,
section.content .wp-caption.alignleft {
  float: left;
  width: 40% !important;
  height: auto;
  margin: 5px 30px 20px 0;
}
@media (max-width: 992px) {
  article.content .wp-caption.alignleft,
  section.content .wp-caption.alignleft {
    width: 100% !important;
    margin: 0 0 20px 0;
  }
}
article.content .wp-caption.alignleft img,
section.content .wp-caption.alignleft img {
  width: 100%;
  height: auto;
  vertical-align: top;
}
article.content .wp-caption.alignright,
section.content .wp-caption.alignright {
  float: right;
  width: 40% !important;
  height: auto;
  margin: 5px 0 20px 30px;
}
article.content .wp-caption.alignright img,
section.content .wp-caption.alignright img {
  width: 100%;
  height: auto;
  vertical-align: top;
}
@media (max-width: 992px) {
  article.content .wp-caption.alignright,
  section.content .wp-caption.alignright {
    width: 100% !important;
  }
}
article.content .wp-caption.aligncenter,
section.content .wp-caption.aligncenter,
article.content .wp-caption.alignnone,
section.content .wp-caption.alignnone {
  float: left;
  width: 100% !important;
  height: auto;
  margin: 0 0 20px 0;
}
@media (max-width: 992px) {
  article.content .wp-caption.aligncenter,
  section.content .wp-caption.aligncenter,
  article.content .wp-caption.alignnone,
  section.content .wp-caption.alignnone {
    width: 100% !important;
    margin: 0 0 20px 0;
  }
}
article.content .wp-caption.aligncenter img,
section.content .wp-caption.aligncenter img,
article.content .wp-caption.alignnone img,
section.content .wp-caption.alignnone img {
  width: 100%;
  height: auto;
  vertical-align: top;
}
article.content .wp-caption .wp-caption-text,
section.content .wp-caption .wp-caption-text {
  font-size: 0.9rem;
}
article.content .share-wrapper,
section.content .share-wrapper {
  display: block;
}
article.content .share-wrapper span,
section.content .share-wrapper span {
  display: inline-block !important;
}
article.content .video-media,
section.content .video-media {
  width: 100%;
  position: relative;
  height: 0;
  overflow: hidden;
  text-align: center;
  padding-bottom: 56.25%;
}
article.content .video-media iframe,
section.content .video-media iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.pagedepth-2 .backbutton {
  position: relative;
  padding-left: 15px;
  font-size: 0.9em;
}
@media (min-width: 992px) {
  .pagedepth-2 .backbutton {
    position: absolute;
    left: 12px;
    top: -30px;
  }
}
@media (max-width: 767px) {
  .pagedepth-2 .backbutton {
    margin-left: -6px;
  }
}
.pagedepth-2 .backbutton span {
  padding-left: 5px;
  display: inline !important;
  text-align: left;
  font-size: 0.9em;
}
.pagedepth-2 .backbutton:before {
  content: '\f060';
  font-family: FontAwesome;
  font-size: 0.6em;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
}
.pagedepth-2 .page-header-content {
  padding-top: 30px;
}
@media (max-width: 767px) {
  .pagedepth-2 .page-header-content {
    text-align: center;
  }
}
.pagedepth-3 {
  margin-bottom: 45px;
}
.pagedepth-3 h2 > a,
.pagedepth-3 h2 > a:hover,
.pagedepth-3 h2 > a:focus {
  color: #4c4c4b;
  text-decoration: none;
}
.pagedepth-3 h2,
.pagedepth-3 h3,
.pagedepth-3 h4,
.pagedepth-3 h5,
.pagedepth-3 h6 {
  margin-bottom: 15px;
}
.pagedepth-3 p {
  margin-bottom: 30px;
}
.pagedepth-3 p:last-child {
  margin-bottom: 0;
}
.pagedepth-3 ul,
.pagedepth-3 ol {
  margin-bottom: 30px;
}
.pagedepth-3 strong,
.pagedepth-3 b {
  font-family: "Nitti Black";
}
.pagedepth-3 .alignleft {
  float: left;
  width: 40%;
  height: auto;
  margin: 5px 30px 20px 0;
}
@media (max-width: 992px) {
  .pagedepth-3 .alignleft {
    width: 100%;
    margin: 0 0 20px 0;
  }
}
.pagedepth-3 .alignright {
  float: right;
  width: 40%;
  height: auto;
  margin: 5px 0 20px 30px;
}
@media (max-width: 992px) {
  .pagedepth-3 .alignright {
    width: 100%;
  }
}
.pagedepth-3 .alignnone,
.pagedepth-3 .aligncenter {
  width: 100%;
  margin-bottom: 30px;
  height: auto;
}
.pagedepth-3 .toggle {
  width: 100%;
  float: left;
  margin-bottom: 15px;
  padding-bottom: 40px;
  position: relative;
}
.pagedepth-3 .toggle .toggle-title {
  display: block;
  margin-bottom: 6px;
}
.pagedepth-3 .toggle .toggle-title .more-link {
  position: absolute;
  bottom: -40px;
  left: 0;
  width: 100%;
  display: block;
  text-align: right;
  text-transform: lowercase;
  cursor: pointer;
  margin-top: 15px;
  padding-top: 5px;
  color: #4c4c4b;
  border-top: 1px solid #e9e2dd;
}
.pagedepth-3 .toggle .toggle-title .more-link span {
  position: relative;
  padding-right: 13px;
}
.pagedepth-3 .toggle .toggle-title .more-link span:after {
  content: '';
  display: inline-block;
  width: 4px;
  height: 8px;
  position: absolute;
  top: 9px;
  right: 0;
  background: url('../img/arrow-dark.svg') no-repeat center center;
  background-size: 4px 8px;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}
.pagedepth-3 .toggle .toggle-title .more-link:hover {
  color: #de000e;
}
.pagedepth-3 .toggle .toggle-title .more-link:hover span:after {
  background: url('../img/arrow-red.svg') no-repeat center center;
  background-size: 4px 8px;
}
.pagedepth-3 .toggle .toggle-title.active .more-link span:after {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.pagedepth-3 .toggle .toggle-inner {
  padding: 7px 40px 10px 0px;
  display: none;
  margin: 10px 0 0;
}
@media (max-width: 767px) {
  .pagedepth-3 .toggle .toggle-inner {
    padding-right: 0;
  }
}
.gallery {
  display: block;
  margin-bottom: 30px !important;
}
.gallery .gallery-item img {
  width: 100%;
  height: auto;
  vertical-align: top;
  border: 0 !important;
}
.gallery .gallery-item .gallery-caption {
  text-align: left;
  font-size: 0.8rem;
  opacity: 0.7;
  line-height: 1rem;
  padding: 5px 0 10px 0;
}
.table-wrapper {
  width: 100%;
  display: block;
  overflow-x: scroll;
  -webkit-overflow-scrolling: touch;
}
.page-header.pagedepth-1 .details .intro {
  margin-top: 10px;
  font-size: 1.375rem;
  line-height: 1.625rem;
  text-align: left;
}
.title-wrapper,
.date-wrapper,
.subtitle-wrapper {
  padding: 50px 0;
}
@media (max-width: 992px) {
  .title-wrapper,
  .date-wrapper,
  .subtitle-wrapper {
    padding: 0;
  }
}
@media (max-width: 768px) {
  .title-wrapper,
  .date-wrapper,
  .subtitle-wrapper {
    padding: 0 0 20px;
  }
}
.left-column.title-wrapper {
  background: transparent;
}
.agenda {
  padding: 90px 0;
}
@media (max-width: 992px) {
  .agenda {
    padding: 30px;
  }
}
@media (max-width: 767px) {
  .agenda {
    padding: 30px 0;
  }
}
.agenda h2 {
  padding-bottom: 25px;
  border-bottom: 1px solid white;
}
.agenda .agenda-item {
  padding: 20px 0;
  border-bottom: 1px solid white;
}
.agenda .agenda-item:last-child {
  margin-bottom: 30px;
}
.agenda .agenda-item .date {
  font-size: 1.375rem;
  line-height: 1.625rem;
  font-family: "Nitti Black";
}
.agenda .agenda-item a {
  font-family: "Nitti Black";
}
.agenda .agenda-item .time {
  font-size: 1.15rem;
  line-height: 1.5rem;
  margin-bottom: 10px;
  position: relative;
  font-family: "Nitti Black";
}
.agenda .agenda-item .time .start-time {
  padding-left: 25px;
}
.agenda .agenda-item .time .start-time:before {
  content: '';
  width: 18px;
  height: 4px;
  background: #4c4c4b;
  display: block;
  position: absolute;
  left: 0px;
  top: 11px;
}
.agenda .agenda-item .time .start-time:empty {
  display: none;
}
.agenda .agenda-item .time .end-time:before {
  content: 'tot ';
}
.agenda .agenda-item .time .end-time:empty {
  display: none;
}
.agenda .agenda-item .time:empty {
  display: none;
}
.agenda .agenda-item a {
  font-size: 1.375rem;
  line-height: 1.625rem;
  display: block;
  padding-right: 50px;
}
.end-date:before {
  content: '-\00a0';
  display: inline-block;
}
.end-date:empty {
  display: none;
}
.single-agenda .single-content-wrapper .right-column .details {
  display: block;
  font-family: "Nitti Black";
  opacity: 0.8;
}
.single-agenda .single-content-wrapper .right-column .details .date,
.single-agenda .single-content-wrapper .right-column .details .time {
  display: inline-block;
}
.single-agenda .single-content-wrapper .right-column .details .date span,
.single-agenda .single-content-wrapper .right-column .details .time span {
  display: inline-block;
}
.news-overview {
  padding: 90px 15px;
}
@media (max-width: 992px) {
  .news-overview {
    padding: 30px 20px;
  }
}
@media (max-width: 767px) {
  .news-overview {
    padding: 30px 15px;
  }
}
.news-overview .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.news-overview .row:before,
.news-overview .row:after {
  display: none;
}
.news-overview .news-title > h2 {
  text-align: left !important;
  margin-bottom: 31px !important;
}
@media (max-width: 992px) {
  .news-overview .block {
    margin: 0 0 30px 0;
  }
}
@media (max-width: 992px) {
  .news-overview .block:nth-child(odd) {
    margin-left: 0;
  }
}
.news-overview .block .thumbnail {
  display: block;
  margin-bottom: 15px;
  opacity: 1;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
}
.news-overview .block .thumbnail img {
  width: 100%;
  height: auto;
}
.news-overview .block h2 {
  margin-bottom: 15px !important;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}
.news-overview .block:hover {
  text-decoration: none;
}
.news-overview .block p {
  color: #4c4c4b;
}
.news-overview .block .category {
  display: block;
  padding-left: 25px;
  position: relative;
  margin-bottom: 15px;
  font-family: "Nitti Black";
  font-size: 1.15rem;
  line-height: 1.5rem;
}
.news-overview .block .category:before {
  content: '';
  width: 18px;
  height: 4px;
  background: black;
  display: block;
  position: absolute;
  left: 0px;
  top: 11px;
}
.news-overview .block:hover {
  text-decoration: none;
}
.news-overview .block:hover .thumbnail {
  opacity: 0.8;
}
.news-overview .block:hover h2 {
  color: #de000e;
}
.news-overview.related {
  padding: 45px 15px 50px;
}
.news-overview.related h2 {
  width: 100%;
  text-align: center;
}
@media (max-width: 767px) {
  .news-overview.related {
    padding: 30px 15px;
  }
}
.newsletter {
  background: #c6e4e3;
  padding: 90px 0;
}
@media (max-width: 768px) {
  .newsletter {
    padding: 50px 20px;
  }
}
@media (max-width: 767px) {
  .newsletter {
    padding: 50px 5px;
  }
}
.newsletter .title,
.newsletter em {
  margin-bottom: 20px;
  display: block;
  text-align: center;
}
.newsletter em {
  font-family: "Adobe Caslon Italic";
}
.newsletter .newsletter-form {
  width: 100%;
  margin-bottom: 30px;
  float: left;
}
.newsletter .newsletter-form form {
  float: left;
  margin: 0;
  width: 100%;
  height: 60px;
  position: relative;
}
.newsletter .newsletter-form input {
  width: 100%;
  height: 60px;
  margin-bottom: 30px;
  padding: 0 123px 0 20px !important;
  border: 0;
  float: left;
}
.newsletter .newsletter-form .button {
  position: absolute;
  right: 0;
  top: 0;
  float: left;
  margin-left: -120px;
  width: 120px;
  padding: 0 !important;
  height: 60px;
  border-left: 1px solid #e9e2dd;
  border-top: 0;
  border-bottom: 0;
  border-right: 0;
  background: white;
  color: #de000e;
  font-weight: 700;
  margin: 0 !important;
  -webkit-appearance: none;
  border-radius: 0;
  text-align: center;
  cursor: pointer;
}
.newsletter .newsletter-form .button:hover {
  color: white;
  text-decoration: none;
  background: #de000e;
}
.social-media {
  display: block;
  text-align: center;
}
.social-media li {
  display: inline-block;
}
.social-media li a .fa {
  width: 28px;
  height: 28px;
  padding-top: 6px;
  background: #de000e;
  border-radius: 100%;
  text-align: center;
  font-size: 1rem;
  color: white;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
}
.social-media li a:hover .fa {
  background: black;
}
.share span {
  display: inline-block;
  padding-right: 10px;
  font-family: "Adobe Caslon Italic";
}
@media (max-width: 767px) {
  .share span {
    padding-right: 0;
  }
}
.share ul {
  display: inline-block;
}
.share ul li {
  display: inline-block;
}
.share ul li a {
  width: 24px;
  height: 24px;
  background: #de000e;
  color: white;
  border-radius: 100%;
  padding-top: 1px;
  font-size: 0.8rem;
  display: block;
  text-align: center;
}
.share ul li a:hover {
  background: black;
}
.page-title-wrapper {
  height: 290px;
  margin-bottom: 90px;
  overflow: hidden;
  background-size: cover !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
}
@media (max-width: 992px) {
  .page-title-wrapper {
    margin-bottom: 50px;
  }
}
@media (max-width: 768px) {
  .page-title-wrapper {
    margin-bottom: 30px;
  }
}
.page-title-wrapper .title-wrapper,
.page-title-wrapper .subtitle-wrapper {
  position: relative;
  height: 290px;
}
@media (max-width: 992px) {
  .page-title-wrapper .title-wrapper,
  .page-title-wrapper .subtitle-wrapper {
    height: auto;
  }
}
.page-title-wrapper .title-wrapper h1 {
  position: absolute;
  bottom: 40px;
  left: 0;
  padding: 0 10px;
}
@media (max-width: 992px) {
  .page-title-wrapper .title-wrapper {
    position: absolute;
    left: 30px;
    bottom: 30px;
  }
}
.page-title-wrapper .subtitle-wrapper {
  font-family: "Adobe Caslon Bold Italic";
  font-size: 1.375rem;
  line-height: 1.625rem;
}
.page-title-wrapper .subtitle-wrapper span {
  position: absolute;
  bottom: 40px;
  padding: 0 10px;
  left: 0;
}
@media (max-width: 992px) {
  .page-title-wrapper .subtitle-wrapper span {
    bottom: 0;
  }
}
@media (max-width: 992px) {
  .page-title-wrapper .subtitle-wrapper {
    position: absolute;
    left: 30px;
    bottom: 30px;
    padding: 0;
  }
}
@media (max-width: 992px) {
  .page-content-wrapper {
    margin: 0;
  }
}
@media (max-width: 767px) {
  .page-content-wrapper .left-column {
    display: none;
  }
}
aside {
  padding-bottom: 40px;
}
@media (max-width: 992px) {
  aside {
    padding: 0 30px;
  }
}
aside .block {
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid #f1f2f6;
  display: block;
}
aside .block h3 {
  margin-bottom: 0;
}
aside .block ul li {
  margin-bottom: 10px;
}
.theme-content .left-column {
  background: transparent;
}
@media (max-width: 767px) {
  .page-header h1 {
    text-align: center;
  }
  .page-header span {
    display: block;
    text-align: center;
  }
  .page-header .share {
    text-align: center;
  }
}
.page-header {
  padding: 50px 0 50px;
  background: #f7f8fa;
  color: #29226d;
}
@media (max-width: 767px) {
  .page-header {
    padding: 30px 0 40px;
  }
}
.page-header .intro {
  margin-top: 50px;
  text-align: center;
  font-size: 1.9rem;
  line-height: 2.4rem;
  font-family: "Nitti Normal";
  color: #29226d;
}
.page-header .page-visual img {
  width: 100%;
  height: auto;
  vertical-align: top;
}
.page-header h1 {
  margin: 30px 0 10px;
  color: #29226d;
}
.page-header .share-wrapper {
  margin-top: 30px;
}
.page-content-wrapper {
  padding: 0 0 50px 0;
}
.page-content-wrapper .left-column,
.page-content-wrapper .right-column {
  padding-top: 40px;
}
@media (max-width: 767px) {
  .page-content-wrapper .left-column,
  .page-content-wrapper .right-column {
    padding-top: 0;
  }
}
@media (max-width: 767px) {
  .page-content-wrapper {
    padding: 40px 15px;
  }
}
.page-content-wrapper .left-column {
  padding-right: 0;
}
.page-content-wrapper .left-column h3 {
  margin-bottom: 15px;
}
.wrapper .left-col {
  background-color: #d6dbe5;
  padding-right: 0;
}
@media (max-width: 767px) {
  .wrapper .left-col {
    padding-right: 15px;
  }
}
.wrapper .left-col .featured-item {
  padding: 95px 0 15px 0px;
  vertical-align: top;
}
@media (max-width: 767px) {
  .wrapper .left-col .featured-item {
    padding: 15px 0;
  }
}
.wrapper .left-col .featured-item span {
  font-family: "Nitti Black";
  display: block;
}
.wrapper .left-col .featured-item p {
  padding: 5px 15px 10px 0;
}
@media (max-width: 768px) {
  .wrapper .left-col .featured-item {
    padding: 0px 0 30px 0;
  }
}
@media (max-width: 767px) {
  .wrapper .left-col .featured-item {
    padding-bottom: 0;
  }
}
.wrapper .left-col .featured-item img {
  width: 100%;
  height: auto;
}
@media (max-width: 768px) {
  .wrapper .left-col.featured {
    padding-top: 65px;
  }
}
@media (max-width: 767px) {
  .wrapper .left-col.featured {
    padding: 0;
  }
}
.wrapper .right-col {
  background-color: white;
  position: relative;
  z-index: 0;
  padding-left: 14.28571429%;
}
@media (max-width: 992px) {
  .wrapper .right-col {
    padding-left: 30px;
  }
}
@media (max-width: 767px) {
  .wrapper .right-col {
    padding-left: 15px;
  }
}
.wrapper .right-col h2 {
  text-align: center;
  margin-bottom: 50px;
}
@media (max-width: 768px) {
  .wrapper .right-col h2 {
    margin-bottom: 20px;
  }
}
.wrapper .right-col .block {
  margin-bottom: 30px;
}
.wrapper .right-col .block:before,
.wrapper .right-col .block:after {
  display: none;
}
.wrapper .right-col .block h2 {
  text-align: left;
}
.wrapper.left-to-right .left-col {
  padding: 0 15px 0 0;
  position: relative;
  z-index: 0;
  background: #e9e2dd;
}
@media (max-width: 767px) {
  .wrapper.left-to-right .left-col {
    padding: 0;
  }
}
.wrapper.left-to-right .left-col .featured-item {
  padding: 95px 0 0 0px;
  vertical-align: top;
}
.wrapper.left-to-right .left-col .featured-item span {
  padding-left: 15px;
}
.wrapper.left-to-right .left-col .featured-item p {
  padding: 5px 15px 10px;
}
@media (max-width: 768px) {
  .wrapper.left-to-right .left-col .featured-item {
    padding: 0px 0 30px 0;
  }
}
@media (max-width: 767px) {
  .wrapper.left-to-right .left-col .featured-item {
    padding-bottom: 0;
  }
}
.wrapper.left-to-right .left-col .featured-item img {
  width: 100%;
  height: auto;
}
.wrapper.left-to-right .right-col {
  padding-left: 0;
  padding-right: 14.28571429%;
}
@media (max-width: 992px) {
  .wrapper.left-to-right .right-col {
    padding-right: 30px;
  }
}
@media (max-width: 768px) {
  .wrapper.left-to-right .right-col {
    padding: 30px 30px 30px 20px;
  }
}
@media (max-width: 767px) {
  .wrapper.left-to-right .right-col {
    padding: 30px 15px;
  }
}
/* Apply from md screens */
@media (min-width: 768px) {
  .wrapper {
    background-color: #e9e2dd;
    overflow-x: hidden;
  }
  .wrapper.agenda-wrapper {
    background-color: #d6dbe5;
  }
  .wrapper .right-col .bg {
    background-color: white;
    left: 0;
    height: 100%;
    position: absolute;
    top: 0;
    width: 100%;
    width: 100vw;
    z-index: -1;
  }
  .wrapper .left-col .bg {
    background-color: #e9e2dd;
    left: 0;
    height: 100%;
    position: absolute;
    top: 0;
    width: 100%;
    width: 100vw;
    z-index: -1;
  }
  .wrapper.left-to-right {
    background-color: white;
  }
  .wrapper.left-to-right .right-col .bg {
    background-color: #e9e2dd;
    left: 0;
    height: 100%;
    position: absolute;
    top: 0;
    width: 100%;
    width: 100vw;
    z-index: -1;
  }
  .wrapper.left-to-right .left-col .bg {
    left: 0;
    height: 100%;
    position: absolute;
    top: 0;
    width: 100%;
    width: 100vw;
    z-index: -1;
  }
}
.single .page-title-wrapper .subtitle-wrapper {
  height: auto;
}
.single .page-title-wrapper .subtitle-wrapper span {
  position: relative;
  bottom: auto;
  left: auto;
  padding: 65px 0 50px;
  display: block;
  text-align: right;
}
.single .page-title-wrapper .title-wrapper {
  height: auto;
}
.single .page-title-wrapper .title-wrapper h1 {
  position: relative;
  bottom: auto;
  left: auto;
}
.single .left-column img {
  width: 100%;
  height: auto;
}
@media (max-width: 768px) {
  .single .single-content {
    padding: 30px 30px 0;
  }
}
.single .single-content {
  padding: 0;
}
.single .single-content .left-column {
  padding: 0;
}
.single .single-content .left-column img {
  vertical-align: top;
}
.single .single-content .page-title-wrapper {
  height: auto;
  padding-top: 30px;
  margin-bottom: 0;
}
.single-content-wrapper {
  padding: 60px 0;
}
@media (max-width: 767px) {
  .single-content-wrapper {
    padding-top: 0;
  }
}
.single-content-wrapper .left-column {
  padding: 0;
}
.single-content-wrapper .left-column .visual img {
  width: 100%;
  height: auto;
  vertical-align: top;
}
.single-content-wrapper .left-column .visual .caption {
  display: block;
  margin-top: 10px;
  font-size: 1rem;
  line-height: 1.3rem;
  opacity: 0.7;
  font-style: italic;
}
@media (max-width: 768px) {
  .single-content-wrapper .left-column .visual .caption {
    padding: 0 15px;
  }
}
@media (max-width: 767px) {
  .single-content-wrapper .left-column {
    margin-bottom: 40px;
  }
}
.single-content-wrapper .right-column {
  padding-left: 0;
}
@media (max-width: 992px) {
  .single-content-wrapper .right-column {
    padding-left: 15px;
  }
}
@media (max-width: 767px) {
  .single-content-wrapper .right-column {
    padding: 0;
  }
}
.single-content-wrapper .right-column article {
  padding-left: 0;
}
@media (max-width: 992px) {
  .single-content-wrapper .right-column article {
    padding-left: 15px;
  }
}
.single-content-wrapper .right-column article h1 {
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .single-content-wrapper .right-column article h1 {
    font-size: 2.8rem;
    line-height: 2.8rem;
  }
}
.single-content-wrapper .right-column article span {
  display: block;
  margin-bottom: 30px;
}
.single-content-wrapper .right-column article .category {
  display: block;
  position: relative;
  padding-left: 25px;
}
.single-content-wrapper .right-column article .category:before {
  content: '';
  width: 18px;
  height: 4px;
  background: black;
  display: block;
  position: absolute;
  left: 0;
  top: 11px;
}
.single-content-wrapper .right-column article .category span {
  display: inline-block;
  font-family: "Nitti Black";
  margin-bottom: 10px;
}
.single-content-wrapper .right-column article .category span:after {
  content: '|';
  display: inline-block;
  padding-left: 5px;
}
.single-content-wrapper .right-column article .category span:last-child:after {
  display: none;
}
.single-content-wrapper .right-column article .intro {
  margin: 0 0 30px 0;
  display: block;
}
.archive-wrapper {
  min-height: 700px;
}
@media (max-width: 768px) {
  .archive-wrapper {
    min-height: 300px;
  }
}
.archive-wrapper h1 {
  padding: 50px 10px;
}
@media (max-width: 768px) {
  .archive-wrapper h1 {
    padding: 30px;
  }
}
@media (max-width: 767px) {
  .archive-wrapper h1 {
    padding: 30px 15px;
  }
}
.archive-wrapper .block {
  width: 33.33%;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .archive-wrapper .block {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .archive-wrapper .block {
    padding: 0 15px;
    width: 100%;
  }
}
.archive-wrapper .block .thumb {
  margin-bottom: 10px;
  display: block;
}
.archive-wrapper .block .date {
  font-family: "Nitti Black";
  opacity: 0.8;
}
.archive-wrapper .block h2 {
  margin-bottom: 10px;
}
.archive-wrapper .block img {
  width: 100%;
  height: auto;
}
.archive-wrapper .block a {
  color: #4c4c4b;
}
.archive-wrapper .block a:hover {
  color: #de000e;
  text-decoration: none;
}
.archive-wrapper .block .category {
  display: block;
  padding-left: 25px;
  position: relative;
  margin-bottom: 15px;
  font-family: "Nitti Black";
  font-size: 1.15rem;
  line-height: 1.5rem;
}
.archive-wrapper .block .category:before {
  content: '';
  width: 18px;
  height: 4px;
  background: black;
  display: block;
  position: absolute;
  left: 0px;
  top: 11px;
}
.archive-wrapper .block .category a {
  color: #4c4c4b;
}
.archive-wrapper .block .category a:hover {
  color: #de000e;
}
.archive-wrapper .block.agenda-block .details {
  display: block;
  margin-bottom: 20px;
}
.archive-wrapper .block.agenda-block .details p {
  margin-bottom: 15px;
}
.archive-wrapper .block.agenda-block h2,
.archive-wrapper .block.agenda-block .date,
.archive-wrapper .block.agenda-block .time {
  margin-bottom: 0;
}
.archive-wrapper .block.agenda-block .date,
.archive-wrapper .block.agenda-block .time {
  display: inline-block;
}
.archive-wrapper .block.agenda-block .time {
  padding-left: 4px;
  opacity: 0.8;
  font-family: "Nitti Black";
}
.archive-wrapper .agenda-block {
  margin-bottom: 30px;
}
.archive-wrapper .agenda-block .thumbnail img {
  width: 100%;
  height: auto;
  vertical-align: top;
}
@media (max-width: 767px) {
  .archive-wrapper .agenda-block .thumbnail {
    display: none;
  }
}
.archive-wrapper .agenda-block .details .date {
  font-family: "Nitti Black";
}
.archive-wrapper .agenda-block .details .time {
  margin-bottom: 10px;
  font-size: 1rem;
}
.archive-wrapper .agenda-block .details .intro {
  margin-bottom: 10px;
}
.archive-wrapper .agenda-block .details p {
  margin-bottom: 15px;
}
.home .right-column {
  padding: 90px 0 90px 15px;
}
@media (max-width: 992px) {
  .home .right-column {
    padding: 40px 30px;
  }
}
@media (max-width: 768px) {
  .home .right-column {
    padding: 40px 30px 40px;
  }
}
.home .right-column .block {
  margin-bottom: 40px;
}
.home .right-column .block:last-child {
  margin-bottom: 0 !important;
}
.home .right-column .block:nth-child(odd) {
  margin-left: 0;
}
@media (max-width: 992px) {
  .home .right-column .block:nth-child(even) {
    margin-left: 0;
  }
}
.home .grid-wrapper .left-column {
  background: #d6dbe5;
}
.home .grid-wrapper .left-column .featured-item {
  padding: 90px 0 5px 0;
}
@media (max-width: 992px) {
  .home .grid-wrapper .left-column .featured-item {
    padding-top: 40px;
  }
}
@media (max-width: 767px) {
  .home .grid-wrapper .left-column .featured-item {
    padding: 0 0 5px 0;
  }
}
.home .grid-wrapper .left-column.aligned-right .featured-item p {
  padding: 5px 15px 10px;
}
.home .grid-wrapper.left-right .left-column {
  padding-right: 12.5%;
  padding-left: 0;
}
@media (max-width: 768px) {
  .home .grid-wrapper.left-right .left-column {
    padding-right: 0;
  }
}
.home .grid-wrapper.left-right .left-column .featured-item {
  padding: 90px 0 0 0;
}
@media (max-width: 768px) {
  .home .grid-wrapper.left-right .left-column .featured-item {
    padding: 0 0 30px 0;
  }
}
.home .grid-wrapper.left-right .left-column .featured-item span {
  padding: 10px 0 0 30px;
}
.home .grid-wrapper.left-right .left-column .featured-item span:last-child {
  padding-top: 0;
}
.home .grid-wrapper.left-right .right-column {
  padding-right: 6.25%;
}
.home .grid-wrapper.left-right .right-column .block {
  margin-bottom: 40px;
}
.home .grid-wrapper.left-right .right-column .block:nth-child(odd) {
  margin-left: 6.25%;
}
@media (max-width: 768px) {
  .home .grid-wrapper.left-right .right-column .block:nth-child(odd) {
    margin-left: 0;
  }
}
.home .grid-wrapper.left-right .right-column .block:nth-child(even) {
  margin-left: 6.25%;
}
@media (max-width: 992px) {
  .home .grid-wrapper.left-right .right-column .block:nth-child(even) {
    margin-left: 0;
  }
}
footer {
  background: #29226d;
  padding: 80px 20px 90px 20px;
}
@media (max-width: 768px) {
  footer {
    padding: 40px 15px 50px 15px;
  }
}
footer ul.col {
  width: 25%;
}
@media (max-width: 992px) {
  footer ul.col {
    width: 50%;
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  footer ul.col {
    width: 100%;
  }
}
footer ul.col li a,
footer ul.col li a:link,
footer ul.col li a:visited {
  display: block;
  padding: 5px 20px;
  color: white;
  text-transform: lowercase;
}
@media (max-width: 767px) {
  footer ul.col li a,
  footer ul.col li a:link,
  footer ul.col li a:visited {
    padding: 5px 0px;
  }
}
footer ul.col li a > span,
footer ul.col li a:link > span,
footer ul.col li a:visited > span {
  font-weight: 700;
}
.results .result {
  margin-bottom: 30px;
}
.results .result h3 {
  font-size: 1.5rem;
  line-height: 2rem;
}
.pagination {
  text-align: center;
  padding: 40px 15px;
}
.pagination .page-numbers {
  padding: 5px;
}
.error-page article {
  min-height: 700px;
}
.pages-slider {
  overflow: hidden;
  background: white;
  padding: 60px 0;
}
@media (max-width: 768px) {
  .pages-slider {
    padding: 40px 0;
  }
}
.pages-slider .title {
  text-align: center;
}
.pages-slider .row {
  margin: 0 !important;
}
.pages-slider .slick-list {
  padding: 0 10% 0 0;
}
.pages-slider .slick-slide {
  margin: 50px 50px 0;
  position: relative;
  -webkit-transform: scale(1);
  transform: scale(1);
}
.pages-slider .slick-slide:hover {
  -webkit-transform: scale(1.03);
  transform: scale(1.03);
}
@media (max-width: 768px) {
  .pages-slider .slick-slide {
    margin: 30px 25px 0;
  }
}
.pages-slider .slick-slide span {
  position: absolute;
  width: 100%;
  text-align: center;
  top: 50%;
  /* position the top  edge of the element at the middle of the parent */
  left: 50%;
  /* position the left edge of the element at the middle of the parent */
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: white;
  font-family: "Nitti Black";
  font-size: 1.625rem;
}
.pages-slider .slick-slide img {
  width: 100%;
  height: auto;
}
#menu-hoofdmenu-submenu {
  display: table;
  width: 100%;
  color: white;
  margin-top: -5px;
}
#menu-hoofdmenu-submenu:before {
  display: none !important;
}
#menu-hoofdmenu-submenu .white {
  background: white;
}
#menu-hoofdmenu-submenu .bg {
  background: #eee;
}
#menu-hoofdmenu-submenu .cell {
  display: table-cell;
  vertical-align: middle;
}
#menu-hoofdmenu-submenu .cell .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
#menu-hoofdmenu-submenu .cell .row:before,
#menu-hoofdmenu-submenu .cell .row:after {
  display: none;
}
#menu-hoofdmenu-submenu .cell.container {
  padding: 0;
}
.cell {
  display: table-cell;
  vertical-align: top;
}
#SliderContainer {
  display: block;
  width: 718px;
  height: 470px;
  margin: 50px auto;
  padding: 0;
  background-color: #f2f2f2;
}
.sn-item {
  display: block;
  position: absolute;
  left: 20px;
  right: 20px;
  z-index: 1;
  cursor: pointer;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
}
.sn-item > span {
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transform-origin: top left;
  transform-origin: top left;
  color: #777;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
}
.sn-fixed-top {
  top: 10px;
  height: 130px;
}
.sn-item-1 {
  top: 15px;
  bottom: auto;
  height: 275px !important;
}
.sn-item-1 .details span {
  font-size: 2rem;
  line-height: 2rem;
  font-family: "Nitti Black";
}
@media (max-width: 992px) {
  .sn-item-1 .details span {
    font-size: 1.8rem;
  }
}
@media (max-width: 499px) {
  .sn-item-1 .details span {
    font-size: 1.6rem;
    line-height: 1.9rem;
  }
}
.sn-item-1 > span {
  display: block;
  width: 85%;
  -webkit-transform: scale(1.15);
  transform: scale(1.15);
  -webkit-transform-origin: top left;
  transform-origin: top left;
  color: #333;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
}
.sn-item-2 {
  bottom: 80px;
  height: 60px;
}
@media (max-width: 1280px) {
  .sn-item-2 {
    bottom: 100px;
  }
}
@media (max-width: 499px) {
  .sn-item-2 {
    bottom: 70px;
  }
}
.sn-item-2:before {
  content: '';
  display: block;
  position: absolute;
  z-index: 9999999;
  left: 0px;
  top: -30px;
  height: 1px;
  width: 80%;
}
@media (max-width: 499px) {
  .sn-item-2:before {
    display: none;
  }
}
@media (max-width: 499px) {
  .sn-item-2 .details span {
    font-size: 1.1rem;
  }
}
.sn-item-3 {
  bottom: 15px;
  height: 60px;
}
@media (max-width: 499px) {
  .sn-item-3 .details span {
    font-size: 1.1rem;
  }
}
.slick-slide {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  cursor: pointer;
}
@media (max-width: 499px) {
  .slick-slide {
    height: 220px !important;
  }
}
.home-wrapper {
  padding: 100px 80px;
  background: #e9e2dd;
}
@media (max-width: 1300px) {
  .home-wrapper {
    padding: 100px 50px;
  }
}
@media (max-width: 1200px) {
  .home-wrapper {
    padding: 50px;
  }
}
@media (max-width: 767px) {
  .home-wrapper {
    padding: 30px 15px;
  }
}
.home-wrapper .container-fluid .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.home-wrapper .container-fluid .row:before,
.home-wrapper .container-fluid .row:after {
  display: none;
}
.home-wrapper .container-fluid .row .home-slider {
  position: relative;
  padding-right: 20px;
}
@media (max-width: 1440px) {
  .home-wrapper .container-fluid .row .home-slider {
    height: 490px;
  }
}
@media (max-width: 1200px) {
  .home-wrapper .container-fluid .row .home-slider {
    padding-right: 15px;
  }
}
@media (max-width: 1200px) {
  .home-wrapper .container-fluid .row .home-slider {
    padding: 0px;
    margin-bottom: 30px;
  }
}
@media (max-width: 992px) {
  .home-wrapper .container-fluid .row .home-slider {
    height: 380px;
  }
}
@media (max-width: 768px) {
  .home-wrapper .container-fluid .row .home-slider {
    padding: 0;
    height: auto;
  }
}
@media (max-width: 767px) {
  .home-wrapper .container-fluid .row .home-slider {
    padding: 0px 0 200px 0;
  }
}
@media (max-width: 499px) {
  .home-wrapper .container-fluid .row .home-slider {
    padding: 0px 0 50px 0;
  }
}
.home-wrapper .container-fluid .row .home-slider #SliderNav {
  position: relative;
  display: block;
  float: left;
  min-width: 215px;
  width: 30%;
  height: 100%;
  background-color: white;
  overflow: hidden;
}
@media (max-width: 768px) {
}
@media (max-width: 767px) {
  .home-wrapper .container-fluid .row .home-slider #SliderNav {
    width: 100%;
    height: 220px !important;
    position: absolute;
    bottom: 0;
    z-index: 5;
    background: white;
  }
}
@media (max-width: 499px) {
  .home-wrapper .container-fluid .row .home-slider #SliderNav {
    height: 220px !important;
  }
}
.home-wrapper .container-fluid .row .home-slider #SliderNav h2 {
  font-size: 3.5rem;
  line-height: 3rem;
}
@media (max-width: 992px) {
  .home-wrapper .container-fluid .row .home-slider #SliderNav h2 {
    font-size: 2rem;
    line-height: 2rem;
  }
}
@media (max-width: 499px) {
  .home-wrapper .container-fluid .row .home-slider #SliderNav h2 {
    font-size: 1.6rem;
    line-height: 1.9rem;
  }
}
.home-wrapper .container-fluid .row .home-slider #SliderNav .sn-item {
  height: auto;
  margin-bottom: 0px;
}
.home-wrapper .container-fluid .row .home-slider #SliderNav .sn-item .thumbnail {
  display: none;
  width: 30%;
  float: left;
}
.home-wrapper .container-fluid .row .home-slider #SliderNav .sn-item .thumbnail img {
  width: 100%;
  height: auto;
  vertical-align: top;
}
.home-wrapper .container-fluid .row .home-slider #SliderNav .sn-item .details {
  width: 100%;
  float: left;
}
.home-wrapper .container-fluid .row .home-slider #SliderNav .sn-item.sn-item-1 .thumbnail {
  display: none;
}
.home-wrapper .container-fluid .row .home-slider #SliderNav .sn-item.sn-item-1 .details {
  padding: 0;
  width: 100%;
}
.home-wrapper .container-fluid .row .home-slider #SliderWrapper {
  height: 100%;
  min-height: 650px;
}
@media (max-width: 1920px) {
  .home-wrapper .container-fluid .row .home-slider #SliderWrapper {
    min-height: 466px;
  }
}
@media (max-width: 1201px) {
  .home-wrapper .container-fluid .row .home-slider #SliderWrapper {
    min-height: 480px;
  }
}
@media (max-width: 992px) {
  .home-wrapper .container-fluid .row .home-slider #SliderWrapper {
    min-height: 380px;
  }
}
@media (max-width: 767px) {
  .home-wrapper .container-fluid .row .home-slider #SliderWrapper {
    height: 300px ;
    width: 100%;
    float: left;
  }
}
@media (max-width: 499px) {
  .home-wrapper .container-fluid .row .home-slider #SliderWrapper {
    height: 100px !important;
  }
}
.home-wrapper .container-fluid .row .home-buttons {
  max-width: 360px;
  position: relative;
}
@media (max-width: 1440px) {
  .home-wrapper .container-fluid .row .home-buttons {
    height: 490px;
  }
}
@media (max-width: 1200px) {
  .home-wrapper .container-fluid .row .home-buttons {
    max-width: 100%;
    padding: 0px;
    height: auto;
  }
}
.home-wrapper .container-fluid .row .home-buttons .block {
  position: relative;
  width: 100%;
  max-width: 400px;
  margin-bottom: 30px;
  float: left;
  background: #f8f8fb;
}
@media (min-width: 1920px) {
  .home-wrapper .container-fluid .row .home-buttons .block {
    height: 47.5%;
    margin-bottom: 10%;
  }
}
@media (max-width: 1440px) {
  .home-wrapper .container-fluid .row .home-buttons .block {
    height: 230px;
    overflow: hidden;
  }
}
@media (max-width: 1200px) {
  .home-wrapper .container-fluid .row .home-buttons .block {
    height: 300px;
    margin-bottom: 0 !important;
  }
  .home-wrapper .container-fluid .row .home-buttons .block:last-child {
    position: absolute;
    bottom: 0;
    left: 15px;
  }
}
@media (max-width: 1200px) {
  .home-wrapper .container-fluid .row .home-buttons .block {
    width: 48%;
    max-width: none;
    padding-right: 25px;
    margin-bottom: 0;
  }
  .home-wrapper .container-fluid .row .home-buttons .block:last-child {
    position: relative;
    bottom: auto;
    left: auto;
  }
}
@media (max-width: 768px) {
  .home-wrapper .container-fluid .row .home-buttons .block {
    margin-bottom: 30px;
    height: 240px;
  }
}
@media (max-width: 499px) {
  .home-wrapper .container-fluid .row .home-buttons .block {
    width: 100%;
    max-width: none;
    margin-bottom: 30px !important;
    padding-right: 0;
  }
}
.home-wrapper .container-fluid .row .home-buttons .block img {
  width: 100%;
  height: auto;
  vertical-align: top;
}
.home-wrapper .container-fluid .row .home-buttons .block span {
  position: absolute;
  bottom: 15px;
  left: 15px;
  color: #4c4c4b;
  font-family: "Nitti Black";
  font-size: 2rem;
  padding: 0 27px 0 0px;
}
.home-wrapper .container-fluid .row .home-buttons .block span:before {
  font-size: 1rem;
  position: absolute;
  right: 0;
  top: 0px;
  content: '\f08e';
  font-family: FontAwesome;
  display: inline-block;
}
.home-wrapper .container-fluid .row .home-buttons .block:hover {
  background: #fffbee;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
}
.home-wrapper .container-fluid .row .home-buttons .block:hover span {
  color: #de000e;
}
.home-wrapper .container-fluid .row .home-buttons .block:last-child {
  margin-bottom: 0;
}
@media (max-width: 1200px) {
  .home-wrapper .container-fluid .row .home-buttons .block:last-child {
    width: 48%;
    margin-bottom: 0;
    padding-left: 25px;
    padding-right: 0;
    float: right;
  }
}
@media (max-width: 499px) {
  .home-wrapper .container-fluid .row .home-buttons .block:last-child {
    width: 100%;
    max-width: none;
    padding-left: 0;
    margin-bottom: 0px !important;
  }
}
.home-wrapper .container-fluid .row .home-buttons .block:last-child:hover {
  background: #fef8f7;
}
header .header-top .topnav-wrapper {
  text-align: center;
}
header .header-top .topnav-wrapper h1 {
  padding-top: 10px;
  font-size: 1.25rem;
  color: white;
}
header .header-bottom .nav.primary.bff li a {
  color: #4c4c4b;
}
header .header-bottom .nav.primary.bff li:last-child {
  position: relative;
  top: auto;
  right: auto;
  float: none;
  border-right: 1px solid #e7e8e8;
}
header .responsive-navigation-wrapper.bff-menu .inner {
  padding-top: 0;
}
header .responsive-navigation-wrapper.bff-menu .inner .nav .bff li:last-child {
  position: relative;
  top: auto;
  height: auto;
  background: white;
  padding-top: 0;
}
header .responsive-navigation-wrapper.bff-menu .inner .nav .bff li:last-child:before {
  display: none;
}
header .responsive-navigation-wrapper.bff-menu .inner .nav .bff li:last-child a {
  width: 100%;
  border-bottom: 1px dotted black;
  position: relative;
  color: #4c4c4b;
  padding: 15px 40px 15px 15px;
  background: transparent;
  text-align: left;
}
.page-header .bff-logo img {
  width: 100%;
  max-width: 312px;
  height: auto;
  vertical-align: top;
  margin-bottom: 20px;
}
.bff-agenda {
  background: #e9e2dd !important;
}
.bff-agenda .flex-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.bff-agenda .flex-row:before,
.bff-agenda .flex-row:after {
  display: none;
}
.bff-agenda .left-col {
  background: #e9e2dd;
}
.bff-agenda .right-col .block {
  padding: 0 30px;
}
@media (max-width: 992px) {
  .bff-agenda .right-col .block {
    padding: 0 15px;
  }
}
.bff-agenda .right-col .block h3 {
  color: black;
  font-size: 1.3rem;
}
.bff-agenda .right-col .block h3 a {
  color: black;
}
.bff-agenda .right-col .block h3 a:hover {
  color: #de000e;
  text-decoration: none;
}
.bff-agenda .right-col .block .thumbnail {
  position: relative;
}
.bff-agenda .right-col .block .thumbnail img {
  vertical-align: top;
}
.bff-agenda .right-col .block .thumbnail .price {
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 15px 20px;
  background: #29226d;
  color: white;
  font-size: 1.75rem;
  font-family: "Nitti Black";
}
.bff-agenda .right-col .block .button {
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  background: rgba(253, 197, 0, 0.25);
  display: inline-block;
  margin-top: 20px;
  padding: 15px 20px;
  font-size: 1.5rem;
}
.bff-agenda .right-col .block .button:after {
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  content: '\2192';
  font-size: 1.2rem;
  display: inline-block;
}
.bff-agenda .right-col .block .button:hover {
  background: #fdc500;
  text-decoration: none;
}
.bff-agenda .right-col .block .button:hover:after {
  margin-left: 5px;
}
.bff-agenda .right-col .block:hover .thumbnail,
.bff-agenda .right-col .block:hover h3,
.bff-agenda .right-col .block:hover p {
  opacity: 1 !important;
}
.bff-agenda .right-col .block:hover a.thumbnail {
  opacity: 0.8 !important;
}
.bff-agenda .shop-url:first-letter {
  text-transform: uppercase;
}
.bff-agenda .agenda-item h3 {
  opacity: 0.7;
  font-size: 1.375rem;
  line-height: 1.625rem;
}
@media (max-width: 992px) {
  .bff-projects {
    padding-top: 15px;
  }
}
@media (max-width: 767px) {
  .bff-projects {
    padding-top: 0;
  }
}
.bff-projects .featured-project {
  background: #29226d;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .bff-projects .featured-project {
    margin-bottom: 30px;
  }
}
.bff-projects .featured-project .details {
  padding: 30px;
  color: white;
}
@media (max-width: 992px) {
  .bff-projects .featured-project .details {
    padding: 15px;
  }
}
@media (max-width: 767px) {
  .bff-projects .featured-project .details {
    padding: 20px 15px;
  }
}
.bff-projects .featured-project .details h2 {
  color: white;
  text-align: left;
  margin-bottom: 20px;
  font-size: 3rem;
  line-height: 2.5rem;
}
.bff-projects .featured-project .details h2 span {
  display: block;
}
.bff-projects .featured-project .details h2 span:last-child {
  font-size: 1.3rem;
}
.bff-projects .featured-project .details h2 a {
  color: white;
}
.bff-projects .featured-project .details h2 a span {
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  opacity: 1;
}
.bff-projects .featured-project .details h2 a:hover {
  text-decoration: none;
}
.bff-projects .featured-project .details h2 a:hover span {
  opacity: 0.7;
}
.bff-projects .featured-project .details h2:hover {
  text-decoration: none;
  opacity: 0.7;
}
.bff-projects .featured-project .details p {
  margin-bottom: 10px;
}
.bff-projects .featured-project .thumbnail {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  padding-right: 0;
  min-height: 410px;
}
@media (max-width: 992px) {
  .bff-projects .featured-project .thumbnail {
    min-height: 400px;
  }
}
.bff-projects .featured-project .thumbnail img {
  width: 100%;
  height: auto;
  vertical-align: top;
}
@media (max-width: 992px) {
  .bff-projects .featured-project .thumbnail {
    padding-left: 0;
  }
}
.bff-projects .featured-project a.thumbnail {
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
}
.bff-projects .featured-project a.thumbnail:hover {
  opacity: 0.8;
}
.bff-projects .featured-project .bottom .price {
  color: white;
  text-align: center;
  font-size: 3rem;
  font-family: "Nitti Black";
}
@media (max-width: 992px) {
  .bff-projects .featured-project .bottom .price {
    padding: 15px;
  }
}
.bff-projects .featured-project .bottom .link {
  padding: 0;
}
@media (max-width: 992px) {
  .bff-projects .featured-project .bottom .link {
    padding: 0;
  }
}
.bff-projects .featured-project .bottom .link .button {
  display: block;
  padding: 15px;
  text-align: center;
  font-size: 1.5rem;
  background: #de000e;
  color: white;
}
.bff-projects .featured-project .bottom .link .button:after {
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  content: '\2192';
  font-size: 1.2rem;
  display: inline-block;
}
.bff-projects .featured-project .bottom .link .button:hover {
  background: #b5000b;
  text-decoration: none;
}
.bff-projects .featured-project .bottom .link .button:hover:after {
  margin-left: 5px;
}
.shops-overview .shop {
  width: 100%;
  float: left;
  display: block;
  margin-bottom: 50px;
  padding: 0;
}
.shops-overview .shop:last-child {
  margin-bottom: 0;
}
.shops-overview .shop .details {
  padding-left: 0;
}
.shops-overview .shop .thumbnail {
  padding-right: 0;
}
.shops-overview .shop .thumbnail img {
  width: 100%;
  height: auto;
  vertical-align: top;
}
.toggle .toggle-title {
  position: relative;
  display: block;
  margin-bottom: 6px;
}
.toggle .toggle-title h3 {
  font-size: 1.5rem;
  margin: 0px;
  line-height: 1;
  cursor: pointer;
  font-weight: 500;
}
@media (max-width: 768px) {
  .toggle .toggle-title h3 {
    font-size: 1.25rem;
    line-height: 1.5rem;
  }
}
.toggle .toggle-inner {
  width: 100%;
  float: left;
  padding: 7px 0px 10px 0px;
  display: none;
  margin: 10px 0 10px;
}
.toggle .toggle-inner div {
  max-width: 100%;
}
.toggle .toggle-inner p {
  margin-bottom: 10px;
}
.toggle .toggle-inner p:last-child {
  margin-bottom: 0;
}
.toggle .toggle-title .title-name {
  display: block;
  padding: 25px 60px 25px 0;
}
@media (max-width: 767px) {
  .toggle .toggle-title .title-name {
    padding: 25px 40px 25px 0;
  }
}
.toggle .toggle-title a i {
  font-size: 22px;
  margin-right: 5px;
}
.toggle .toggle-title i {
  position: absolute;
  background: url('../img/plus_minus.png') 0px -24px no-repeat;
  background-size: 24px 48px;
  width: 24px;
  height: 24px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  margin: 25px 0;
  right: 0;
}
@media (max-width: 767px) {
  .toggle .toggle-title i {
    margin: 25px 0px 20px;
  }
}
.toggle .toggle-title.active i {
  background: url('../img/plus_minus.png') 0px 0px no-repeat;
  background-size: 24px 48px;
}
.single-projectsbff .backbutton {
  display: block;
  position: relative;
  padding-left: 15px;
  font-size: 0.9em;
  margin-bottom: 10px;
}
.single-projectsbff .backbutton span {
  padding-left: 5px;
  display: inline !important;
  text-align: left;
  font-size: 0.9em;
}
.single-projectsbff .backbutton:before {
  content: '\f060';
  font-family: FontAwesome;
  font-size: 0.6em;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
}
.post-type-archive-narrowcast .narrowcasting {
  overflow: hidden;
}
.post-type-archive-narrowcast .narrowcasting .left {
  width: 50%;
  height: 100vh;
  float: left;
  background: white;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.post-type-archive-narrowcast .narrowcasting .right {
  width: 50%;
  height: 100vh;
  padding: 80px 80px;
  float: left;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.post-type-archive-narrowcast .narrowcasting .right .flex {
  width: 100%;
}
.post-type-archive-narrowcast .narrowcasting .right .flex .nc-title h3 {
  font-size: 64px;
  line-height: 64px;
  margin-bottom: 0px;
  color: #FFA700;
}
.post-type-archive-narrowcast .narrowcasting .right .flex .nc-title h1 {
  font-size: 100px;
  line-height: 98px;
  margin-bottom: 80px;
  color: white;
}
.post-type-archive-narrowcast .narrowcasting .right .flex .nc-content {
  padding-right: 10%;
  font-family: "Nitti Black";
  font-size: 60px;
  line-height: 64px;
}
.post-type-archive-narrowcast .narrowcasting .dark .right {
  background: #29226d;
  color: white;
}
.post-type-archive-narrowcast .narrowcasting .light .right .flex .nc-title h3 {
  color: #de000e;
}
.post-type-archive-narrowcast .narrowcasting .light .right .flex .nc-title h1 {
  color: #29226d;
}
.post-type-archive-narrowcast .narrowcasting .light .right .flex .nc-content {
  color: #29226d;
}
.post-type-archive-narrowcast .narrowcasting .product .left {
  background: #f8f9fb;
  position: relative;
}
.post-type-archive-narrowcast .narrowcasting .product .left img {
  width: auto;
  max-height: 870px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.post-type-archive-narrowcast .narrowcasting .product .right {
  background: white;
}
.post-type-archive-narrowcast .narrowcasting .product .right .flex .nc-title h3 {
  color: #de000e;
}
.post-type-archive-narrowcast .narrowcasting .product .right .flex .nc-title h1 {
  color: #29226d;
  margin-bottom: 100px;
}
.post-type-archive-narrowcast .narrowcasting .product .right .flex .nc-title .nc-price {
  color: #de000e;
  font-family: "Nitti Black";
  margin-bottom: 100px;
  font-size: 120px;
}
.post-type-archive-narrowcast .narrowcasting .product .right .flex .nc-title .nc-price em,
.post-type-archive-narrowcast .narrowcasting .product .right .flex .nc-title .nc-price sup {
  font-size: 70px;
  font-style: normal;
}
.post-type-archive-narrowcast .narrowcasting .product .right .flex .nc-title .nc-price sup {
  vertical-align: top;
  line-height: 0;
}
.post-type-archive-narrowcast .narrowcasting .product .right .flex .nc-content {
  color: #29226d;
}
.post-type-archive-narrowcast .hidden {
  display: none;
}
html[lang='en-US'] header .responsive-navigation-wrapper .inner .nav > li:last-child:before {
  content: 'Can we assist you?';
}
