html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline; }

html {
  line-height: 1; }

ol, ul {
  list-style: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle; }

q, blockquote {
  quotes: none; }
  q:before, q:after, blockquote:before, blockquote:after {
    content: "";
    content: none; }

a img {
  border: none; }

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

* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

html, body {
  width: 100%;
  height: 100%; }

body {
  font: 0.8em/1.6em "Poppins", sans-serif;
  font-weight: 400;
  text-align: center;
  background-color: #FAFAFA;
  color: #272a32;
  letter-spacing: 0.05em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }
  @media screen and (max-width: 640px) {
    body {
      font: 0.65em/1.6em "Poppins", sans-serif; } }

h1 {
  font: normal 1em/1.2em "Poppins", sans-serif;
  font-weight: 600;
  margin-bottom: 40px;
  text-transform: uppercase; }
  @media screen and (max-width: 640px) {
    h1 {
      margin-bottom: 20px; } }

h2 {
  font: normal 2em/1.4em "Poppins", sans-serif;
  font-weight: 500;
  margin-bottom: 20px; }

h3 {
  font: normal 1.6em/1.4em "Poppins", sans-serif;
  font-weight: 500;
  margin-bottom: 20px; }

p {
  font: 1.2em/1.7em "Poppins", sans-serif;
  font-weight: 400;
  margin-bottom: 20px; }

a {
  color: #272a32; }

b, strong {
  font-weight: 600; }

i {
  font-style: italic; }

.underline {
  display: inline-block;
  vertical-align: top;
  position: relative;
  border-bottom: 1px solid white; }

blockquote.wp-block-quote {
  border: 0;
  margin: 0;
  padding: 0; }
  blockquote.wp-block-quote p {
    font: normal 1em/1.6em "Open Sans", sans-serif; }

.post-edit {
  display: inline-block;
  margin: 20px 0px; }
  .post-edit .meta-icon,
  .post-edit .screen-reader-text {
    display: none; }

.inner {
  width: 100%;
  max-width: 1080px;
  display: inline-block;
  vertical-align: top;
  text-align: left;
  padding: 60px 40px;
  position: relative; }
  @media screen and (max-width: 640px) {
    .inner {
      padding: 30px; } }

.thumb-wrapper {
  width: 100%;
  height: 0px;
  padding-bottom: 65%;
  display: inline-block;
  position: relative;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat; }

.cover + #site-content.inner {
  padding-top: 40px;
  margin-top: -100px;
  background-color: white; }

a.more {
  background-color: #85C458;
  color: white;
  padding: 12px 24px;
  width: 180px;
  display: inline-block;
  vertical-align: top;
  text-align: center;
  border-radius: 60px;
  text-decoration: none; }
  a.more:hover {
    background-color: #272a32;
    cursor: pointer; }

#site-header {
  margin-top: 20px;
  position: relative;
  z-index: 100; }
  @media screen and (max-width: 640px) {
    #site-header {
      margin: 0; } }
  #site-header .burger.on li {
    background-color: #272a32; }
  #site-header .burger.on li:nth-child(1) {
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    margin-top: 10px; }
  #site-header .burger.on li:nth-child(2) {
    background-color: transparent; }
  #site-header .burger.on li:nth-child(3) {
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    margin-top: -13px; }
  #site-header .burger {
    width: 50px;
    height: 50px;
    padding: 10px;
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 110;
    display: none; }
    @media screen and (max-width: 640px) {
      #site-header .burger {
        display: block; } }
    #site-header .burger:hover {
      cursor: pointer; }
    #site-header .burger li {
      width: 100%;
      height: 1px;
      float: left;
      margin: 4px 0px;
      background-color: #272a32;
      -moz-transition: all 0.25s ease;
      -o-transition: all 0.25s ease;
      -webkit-transition: all 0.25s ease;
      transition: all 0.25s ease; }
  #site-header .inner {
    border: 1px solid #DDDDDD;
    padding: 0px;
    background-color: white; }
    #site-header .inner .logo {
      width: 100px;
      height: 120px;
      float: left;
      background: url("../images/neo-logo.png") center center no-repeat;
      background-size: 80px;
      border-right: 1px solid #DDDDDD;
      text-indent: -999px;
      text-overflow: hidden; }
      @media screen and (max-width: 640px) {
        #site-header .inner .logo {
          width: 150px;
          height: 80px;
          border-right: 0;
          background: url("../images/neo-logo-mobile.png") center center no-repeat;
          background-size: 80%; } }
    @media screen and (max-width: 640px) {
      #site-header .inner .main-menu-wrapper.show {
        height: auto; } }
    #site-header .inner .main-menu-wrapper {
      width: calc(100% - 100px);
      float: left;
      border-bottom: 1px solid #DDDDDD;
      position: relative; }
      @media screen and (max-width: 640px) {
        #site-header .inner .main-menu-wrapper {
          width: 100%;
          height: 0;
          overflow: hidden;
          background-color: #272a32; } }
      #site-header .inner .main-menu-wrapper .menu-language {
        width: 60px;
        height: 62px;
        overflow: hidden;
        position: absolute;
        right: -1px;
        top: -1px;
        z-index: 1;
        background-color: white;
        border: 1px solid #DDDDDD;
        -moz-transition: all 0.25s ease;
        -o-transition: all 0.25s ease;
        -webkit-transition: all 0.25s ease;
        transition: all 0.25s ease; }
        @media screen and (max-width: 640px) {
          #site-header .inner .main-menu-wrapper .menu-language {
            position: relative;
            width: 183px;
            height: 60px;
            height: auto;
            float: right;
            border: 0;
            background-color: #272a32; } }
        #site-header .inner .main-menu-wrapper .menu-language:hover {
          height: 180px;
          cursor: pointer; }
          @media screen and (max-width: 640px) {
            #site-header .inner .main-menu-wrapper .menu-language:hover {
              height: auto; } }
        @media screen and (max-width: 640px) {
          #site-header .inner .main-menu-wrapper .menu-language li.current a {
            color: white; } }
        #site-header .inner .main-menu-wrapper .menu-language li {
          display: block;
          width: 60px;
          height: 61px;
          border-bottom: 1px solid #DDDDDD; }
          @media screen and (max-width: 640px) {
            #site-header .inner .main-menu-wrapper .menu-language li {
              float: left;
              border: 0;
              vertical-align: top;
              height: 60px; } }
          #site-header .inner .main-menu-wrapper .menu-language li a {
            display: block;
            padding: 20px 0px;
            text-align: center;
            text-decoration: none; }
            @media screen and (max-width: 640px) {
              #site-header .inner .main-menu-wrapper .menu-language li a {
                color: rgba(255, 255, 255, 0.6);
                font: 1.2em/1.7em "Poppins", sans-serif; } }
            #site-header .inner .main-menu-wrapper .menu-language li a:hover {
              background-color: #FAFAFA; }
              @media screen and (max-width: 640px) {
                #site-header .inner .main-menu-wrapper .menu-language li a:hover {
                  background-color: #272a32; } }
      #site-header .inner .main-menu-wrapper .menu-main-container,
      #site-header .inner .main-menu-wrapper .menu-main-anglais-container,
      #site-header .inner .main-menu-wrapper .menu-main-neerlandais-container {
        width: calc(100% - 60px);
        float: left;
        margin-right: 60px;
        position: relative;
        z-index: 0; }
        @media screen and (max-width: 640px) {
          #site-header .inner .main-menu-wrapper .menu-main-container,
          #site-header .inner .main-menu-wrapper .menu-main-anglais-container,
          #site-header .inner .main-menu-wrapper .menu-main-neerlandais-container {
            width: 100%;
            margin: 0;
            border: 0;
            border-top: 1px solid #333; } }
        #site-header .inner .main-menu-wrapper .menu-main-container ul,
        #site-header .inner .main-menu-wrapper .menu-main-anglais-container ul,
        #site-header .inner .main-menu-wrapper .menu-main-neerlandais-container ul {
          width: 100%;
          text-align: right; }
          @media screen and (max-width: 640px) {
            #site-header .inner .main-menu-wrapper .menu-main-container ul,
            #site-header .inner .main-menu-wrapper .menu-main-anglais-container ul,
            #site-header .inner .main-menu-wrapper .menu-main-neerlandais-container ul {
              text-align: left; } }
          #site-header .inner .main-menu-wrapper .menu-main-container ul li,
          #site-header .inner .main-menu-wrapper .menu-main-anglais-container ul li,
          #site-header .inner .main-menu-wrapper .menu-main-neerlandais-container ul li {
            display: inline-block; }
            @media screen and (max-width: 640px) {
              #site-header .inner .main-menu-wrapper .menu-main-container ul li,
              #site-header .inner .main-menu-wrapper .menu-main-anglais-container ul li,
              #site-header .inner .main-menu-wrapper .menu-main-neerlandais-container ul li {
                width: 100%;
                float: left; } }
            #site-header .inner .main-menu-wrapper .menu-main-container ul li a,
            #site-header .inner .main-menu-wrapper .menu-main-anglais-container ul li a,
            #site-header .inner .main-menu-wrapper .menu-main-neerlandais-container ul li a {
              display: block;
              padding: 20px 20px 20px 0px;
              text-decoration: none; }
              @media screen and (max-width: 640px) {
                #site-header .inner .main-menu-wrapper .menu-main-container ul li a,
                #site-header .inner .main-menu-wrapper .menu-main-anglais-container ul li a,
                #site-header .inner .main-menu-wrapper .menu-main-neerlandais-container ul li a {
                  padding: 15px 30px;
                  border-bottom: 1px solid #333;
                  color: white;
                  font: 500 1.6em/1.6em "Poppins", sans-serif; } }
              #site-header .inner .main-menu-wrapper .menu-main-container ul li a:hover,
              #site-header .inner .main-menu-wrapper .menu-main-anglais-container ul li a:hover,
              #site-header .inner .main-menu-wrapper .menu-main-neerlandais-container ul li a:hover {
                text-decoration: underline; }
    #site-header .inner .tabs-wrapper {
      width: calc(100% - 100px);
      float: left;
      vertical-align: top;
      position: relative; }
      @media screen and (max-width: 640px) {
        #site-header .inner .tabs-wrapper {
          width: 100%; } }
      #site-header .inner .tabs-wrapper .menu-public-container > ul > li,
      #site-header .inner .tabs-wrapper .menu-public-anglais-container > ul > li,
      #site-header .inner .tabs-wrapper .menu-public-neerlandais-container > ul > li {
        border-right: 1px solid #DDDDDD; }
        @media screen and (max-width: 640px) {
          #site-header .inner .tabs-wrapper .menu-public-container > ul > li > a,
          #site-header .inner .tabs-wrapper .menu-public-anglais-container > ul > li > a,
          #site-header .inner .tabs-wrapper .menu-public-neerlandais-container > ul > li > a {
            padding: 22px 20px 20px 30px !important; } }
      #site-header .inner .tabs-wrapper .menu-public-container,
      #site-header .inner .tabs-wrapper .menu-pro-container,
      #site-header .inner .tabs-wrapper .menu-public-anglais-container,
      #site-header .inner .tabs-wrapper .menu-pro-anglais-container,
      #site-header .inner .tabs-wrapper .menu-public-neerlandais-container,
      #site-header .inner .tabs-wrapper .menu-pro-neerlandais-container {
        float: left; }
        @media screen and (max-width: 640px) {
          #site-header .inner .tabs-wrapper .menu-public-container,
          #site-header .inner .tabs-wrapper .menu-pro-container,
          #site-header .inner .tabs-wrapper .menu-public-anglais-container,
          #site-header .inner .tabs-wrapper .menu-pro-anglais-container,
          #site-header .inner .tabs-wrapper .menu-public-neerlandais-container,
          #site-header .inner .tabs-wrapper .menu-pro-neerlandais-container {
            width: 50%; } }
        @media screen and (max-width: 640px) {
          #site-header .inner .tabs-wrapper .menu-public-container > ul,
          #site-header .inner .tabs-wrapper .menu-pro-container > ul,
          #site-header .inner .tabs-wrapper .menu-public-anglais-container > ul,
          #site-header .inner .tabs-wrapper .menu-pro-anglais-container > ul,
          #site-header .inner .tabs-wrapper .menu-public-neerlandais-container > ul,
          #site-header .inner .tabs-wrapper .menu-pro-neerlandais-container > ul {
            width: 100%; } }
        #site-header .inner .tabs-wrapper .menu-public-container > ul > li,
        #site-header .inner .tabs-wrapper .menu-pro-container > ul > li,
        #site-header .inner .tabs-wrapper .menu-public-anglais-container > ul > li,
        #site-header .inner .tabs-wrapper .menu-pro-anglais-container > ul > li,
        #site-header .inner .tabs-wrapper .menu-public-neerlandais-container > ul > li,
        #site-header .inner .tabs-wrapper .menu-pro-neerlandais-container > ul > li {
          display: inline-block; }
          @media screen and (max-width: 640px) {
            #site-header .inner .tabs-wrapper .menu-public-container > ul > li,
            #site-header .inner .tabs-wrapper .menu-pro-container > ul > li,
            #site-header .inner .tabs-wrapper .menu-public-anglais-container > ul > li,
            #site-header .inner .tabs-wrapper .menu-pro-anglais-container > ul > li,
            #site-header .inner .tabs-wrapper .menu-public-neerlandais-container > ul > li,
            #site-header .inner .tabs-wrapper .menu-pro-neerlandais-container > ul > li {
              width: 100%; } }
          #site-header .inner .tabs-wrapper .menu-public-container > ul > li > a,
          #site-header .inner .tabs-wrapper .menu-pro-container > ul > li > a,
          #site-header .inner .tabs-wrapper .menu-public-anglais-container > ul > li > a,
          #site-header .inner .tabs-wrapper .menu-pro-anglais-container > ul > li > a,
          #site-header .inner .tabs-wrapper .menu-public-neerlandais-container > ul > li > a,
          #site-header .inner .tabs-wrapper .menu-pro-neerlandais-container > ul > li > a {
            font-size: 1em;
            font-weight: 600;
            height: 60px;
            display: block;
            padding: 20px 40px 20px 20px;
            text-decoration: none;
            color: #272a32;
            background: url("../images/arrow.png") 93% center no-repeat;
            background-size: 16px; }
            @media screen and (max-width: 640px) {
              #site-header .inner .tabs-wrapper .menu-public-container > ul > li > a,
              #site-header .inner .tabs-wrapper .menu-pro-container > ul > li > a,
              #site-header .inner .tabs-wrapper .menu-public-anglais-container > ul > li > a,
              #site-header .inner .tabs-wrapper .menu-pro-anglais-container > ul > li > a,
              #site-header .inner .tabs-wrapper .menu-public-neerlandais-container > ul > li > a,
              #site-header .inner .tabs-wrapper .menu-pro-neerlandais-container > ul > li > a {
                padding: 22px 20px 20px 20px; } }
          #site-header .inner .tabs-wrapper .menu-public-container > ul > li:hover a,
          #site-header .inner .tabs-wrapper .menu-pro-container > ul > li:hover a,
          #site-header .inner .tabs-wrapper .menu-public-anglais-container > ul > li:hover a,
          #site-header .inner .tabs-wrapper .menu-pro-anglais-container > ul > li:hover a,
          #site-header .inner .tabs-wrapper .menu-public-neerlandais-container > ul > li:hover a,
          #site-header .inner .tabs-wrapper .menu-pro-neerlandais-container > ul > li:hover a {
            background-color: #85C458;
            color: #272a32; }
          #site-header .inner .tabs-wrapper .menu-public-container > ul > li:hover > ul.sub-menu,
          #site-header .inner .tabs-wrapper .menu-pro-container > ul > li:hover > ul.sub-menu,
          #site-header .inner .tabs-wrapper .menu-public-anglais-container > ul > li:hover > ul.sub-menu,
          #site-header .inner .tabs-wrapper .menu-pro-anglais-container > ul > li:hover > ul.sub-menu,
          #site-header .inner .tabs-wrapper .menu-public-neerlandais-container > ul > li:hover > ul.sub-menu,
          #site-header .inner .tabs-wrapper .menu-pro-neerlandais-container > ul > li:hover > ul.sub-menu {
            display: block; }
          #site-header .inner .tabs-wrapper .menu-public-container > ul > li > ul.sub-menu,
          #site-header .inner .tabs-wrapper .menu-pro-container > ul > li > ul.sub-menu,
          #site-header .inner .tabs-wrapper .menu-public-anglais-container > ul > li > ul.sub-menu,
          #site-header .inner .tabs-wrapper .menu-pro-anglais-container > ul > li > ul.sub-menu,
          #site-header .inner .tabs-wrapper .menu-public-neerlandais-container > ul > li > ul.sub-menu,
          #site-header .inner .tabs-wrapper .menu-pro-neerlandais-container > ul > li > ul.sub-menu {
            width: calc(100% + 100px);
            position: absolute;
            top: 60px;
            left: -100px;
            z-index: 1;
            padding: 40px;
            background-color: #85C458;
            display: none; }
            @media screen and (max-width: 640px) {
              #site-header .inner .tabs-wrapper .menu-public-container > ul > li > ul.sub-menu,
              #site-header .inner .tabs-wrapper .menu-pro-container > ul > li > ul.sub-menu,
              #site-header .inner .tabs-wrapper .menu-public-anglais-container > ul > li > ul.sub-menu,
              #site-header .inner .tabs-wrapper .menu-pro-anglais-container > ul > li > ul.sub-menu,
              #site-header .inner .tabs-wrapper .menu-public-neerlandais-container > ul > li > ul.sub-menu,
              #site-header .inner .tabs-wrapper .menu-pro-neerlandais-container > ul > li > ul.sub-menu {
                width: 100%;
                padding: 0;
                left: 0; } }
            #site-header .inner .tabs-wrapper .menu-public-container > ul > li > ul.sub-menu > li,
            #site-header .inner .tabs-wrapper .menu-pro-container > ul > li > ul.sub-menu > li,
            #site-header .inner .tabs-wrapper .menu-public-anglais-container > ul > li > ul.sub-menu > li,
            #site-header .inner .tabs-wrapper .menu-pro-anglais-container > ul > li > ul.sub-menu > li,
            #site-header .inner .tabs-wrapper .menu-public-neerlandais-container > ul > li > ul.sub-menu > li,
            #site-header .inner .tabs-wrapper .menu-pro-neerlandais-container > ul > li > ul.sub-menu > li {
              width: 25%;
              float: left;
              padding-right: 40px; }
              @media screen and (max-width: 640px) {
                #site-header .inner .tabs-wrapper .menu-public-container > ul > li > ul.sub-menu > li,
                #site-header .inner .tabs-wrapper .menu-pro-container > ul > li > ul.sub-menu > li,
                #site-header .inner .tabs-wrapper .menu-public-anglais-container > ul > li > ul.sub-menu > li,
                #site-header .inner .tabs-wrapper .menu-pro-anglais-container > ul > li > ul.sub-menu > li,
                #site-header .inner .tabs-wrapper .menu-public-neerlandais-container > ul > li > ul.sub-menu > li,
                #site-header .inner .tabs-wrapper .menu-pro-neerlandais-container > ul > li > ul.sub-menu > li {
                  width: 100%;
                  border-bottom: 1px solid rgba(39, 42, 50, 0.15); } }
              #site-header .inner .tabs-wrapper .menu-public-container > ul > li > ul.sub-menu > li > a,
              #site-header .inner .tabs-wrapper .menu-pro-container > ul > li > ul.sub-menu > li > a,
              #site-header .inner .tabs-wrapper .menu-public-anglais-container > ul > li > ul.sub-menu > li > a,
              #site-header .inner .tabs-wrapper .menu-pro-anglais-container > ul > li > ul.sub-menu > li > a,
              #site-header .inner .tabs-wrapper .menu-public-neerlandais-container > ul > li > ul.sub-menu > li > a,
              #site-header .inner .tabs-wrapper .menu-pro-neerlandais-container > ul > li > ul.sub-menu > li > a {
                display: block;
                text-decoration: none;
                margin-bottom: 10px;
                line-height: 1.3em;
                font-weight: 600;
                color: #272a32; }
                @media screen and (max-width: 640px) {
                  #site-header .inner .tabs-wrapper .menu-public-container > ul > li > ul.sub-menu > li > a,
                  #site-header .inner .tabs-wrapper .menu-pro-container > ul > li > ul.sub-menu > li > a,
                  #site-header .inner .tabs-wrapper .menu-public-anglais-container > ul > li > ul.sub-menu > li > a,
                  #site-header .inner .tabs-wrapper .menu-pro-anglais-container > ul > li > ul.sub-menu > li > a,
                  #site-header .inner .tabs-wrapper .menu-public-neerlandais-container > ul > li > ul.sub-menu > li > a,
                  #site-header .inner .tabs-wrapper .menu-pro-neerlandais-container > ul > li > ul.sub-menu > li > a {
                    padding: 15px 30px;
                    margin: 0;
                    font: 500 1.6em/1.3em "Poppins", sans-serif; } }
                #site-header .inner .tabs-wrapper .menu-public-container > ul > li > ul.sub-menu > li > a:hover .read-more,
                #site-header .inner .tabs-wrapper .menu-pro-container > ul > li > ul.sub-menu > li > a:hover .read-more,
                #site-header .inner .tabs-wrapper .menu-public-anglais-container > ul > li > ul.sub-menu > li > a:hover .read-more,
                #site-header .inner .tabs-wrapper .menu-pro-anglais-container > ul > li > ul.sub-menu > li > a:hover .read-more,
                #site-header .inner .tabs-wrapper .menu-public-neerlandais-container > ul > li > ul.sub-menu > li > a:hover .read-more,
                #site-header .inner .tabs-wrapper .menu-pro-neerlandais-container > ul > li > ul.sub-menu > li > a:hover .read-more {
                  color: white; }
                #site-header .inner .tabs-wrapper .menu-public-container > ul > li > ul.sub-menu > li > a p,
                #site-header .inner .tabs-wrapper .menu-public-container > ul > li > ul.sub-menu > li > a .read-more,
                #site-header .inner .tabs-wrapper .menu-pro-container > ul > li > ul.sub-menu > li > a p,
                #site-header .inner .tabs-wrapper .menu-pro-container > ul > li > ul.sub-menu > li > a .read-more,
                #site-header .inner .tabs-wrapper .menu-public-anglais-container > ul > li > ul.sub-menu > li > a p,
                #site-header .inner .tabs-wrapper .menu-public-anglais-container > ul > li > ul.sub-menu > li > a .read-more,
                #site-header .inner .tabs-wrapper .menu-pro-anglais-container > ul > li > ul.sub-menu > li > a p,
                #site-header .inner .tabs-wrapper .menu-pro-anglais-container > ul > li > ul.sub-menu > li > a .read-more,
                #site-header .inner .tabs-wrapper .menu-public-neerlandais-container > ul > li > ul.sub-menu > li > a p,
                #site-header .inner .tabs-wrapper .menu-public-neerlandais-container > ul > li > ul.sub-menu > li > a .read-more,
                #site-header .inner .tabs-wrapper .menu-pro-neerlandais-container > ul > li > ul.sub-menu > li > a p,
                #site-header .inner .tabs-wrapper .menu-pro-neerlandais-container > ul > li > ul.sub-menu > li > a .read-more {
                  font: 0.9em/1.6em "Poppins", sans-serif;
                  margin: 10px 0px 10px 0px; }
                  @media screen and (max-width: 640px) {
                    #site-header .inner .tabs-wrapper .menu-public-container > ul > li > ul.sub-menu > li > a p,
                    #site-header .inner .tabs-wrapper .menu-public-container > ul > li > ul.sub-menu > li > a .read-more,
                    #site-header .inner .tabs-wrapper .menu-pro-container > ul > li > ul.sub-menu > li > a p,
                    #site-header .inner .tabs-wrapper .menu-pro-container > ul > li > ul.sub-menu > li > a .read-more,
                    #site-header .inner .tabs-wrapper .menu-public-anglais-container > ul > li > ul.sub-menu > li > a p,
                    #site-header .inner .tabs-wrapper .menu-public-anglais-container > ul > li > ul.sub-menu > li > a .read-more,
                    #site-header .inner .tabs-wrapper .menu-pro-anglais-container > ul > li > ul.sub-menu > li > a p,
                    #site-header .inner .tabs-wrapper .menu-pro-anglais-container > ul > li > ul.sub-menu > li > a .read-more,
                    #site-header .inner .tabs-wrapper .menu-public-neerlandais-container > ul > li > ul.sub-menu > li > a p,
                    #site-header .inner .tabs-wrapper .menu-public-neerlandais-container > ul > li > ul.sub-menu > li > a .read-more,
                    #site-header .inner .tabs-wrapper .menu-pro-neerlandais-container > ul > li > ul.sub-menu > li > a p,
                    #site-header .inner .tabs-wrapper .menu-pro-neerlandais-container > ul > li > ul.sub-menu > li > a .read-more {
                      display: none; } }
                #site-header .inner .tabs-wrapper .menu-public-container > ul > li > ul.sub-menu > li > a p,
                #site-header .inner .tabs-wrapper .menu-pro-container > ul > li > ul.sub-menu > li > a p,
                #site-header .inner .tabs-wrapper .menu-public-anglais-container > ul > li > ul.sub-menu > li > a p,
                #site-header .inner .tabs-wrapper .menu-pro-anglais-container > ul > li > ul.sub-menu > li > a p,
                #site-header .inner .tabs-wrapper .menu-public-neerlandais-container > ul > li > ul.sub-menu > li > a p,
                #site-header .inner .tabs-wrapper .menu-pro-neerlandais-container > ul > li > ul.sub-menu > li > a p {
                  opacity: 0.6; }
                #site-header .inner .tabs-wrapper .menu-public-container > ul > li > ul.sub-menu > li > a .read-more,
                #site-header .inner .tabs-wrapper .menu-pro-container > ul > li > ul.sub-menu > li > a .read-more,
                #site-header .inner .tabs-wrapper .menu-public-anglais-container > ul > li > ul.sub-menu > li > a .read-more,
                #site-header .inner .tabs-wrapper .menu-pro-anglais-container > ul > li > ul.sub-menu > li > a .read-more,
                #site-header .inner .tabs-wrapper .menu-public-neerlandais-container > ul > li > ul.sub-menu > li > a .read-more,
                #site-header .inner .tabs-wrapper .menu-pro-neerlandais-container > ul > li > ul.sub-menu > li > a .read-more {
                  text-decoration: underline; }
              @media screen and (max-width: 640px) {
                #site-header .inner .tabs-wrapper .menu-public-container > ul > li > ul.sub-menu > li ul,
                #site-header .inner .tabs-wrapper .menu-pro-container > ul > li > ul.sub-menu > li ul,
                #site-header .inner .tabs-wrapper .menu-public-anglais-container > ul > li > ul.sub-menu > li ul,
                #site-header .inner .tabs-wrapper .menu-pro-anglais-container > ul > li > ul.sub-menu > li ul,
                #site-header .inner .tabs-wrapper .menu-public-neerlandais-container > ul > li > ul.sub-menu > li ul,
                #site-header .inner .tabs-wrapper .menu-pro-neerlandais-container > ul > li > ul.sub-menu > li ul {
                  padding: 0px 0px 20px 30px; } }
              #site-header .inner .tabs-wrapper .menu-public-container > ul > li > ul.sub-menu > li ul li a,
              #site-header .inner .tabs-wrapper .menu-pro-container > ul > li > ul.sub-menu > li ul li a,
              #site-header .inner .tabs-wrapper .menu-public-anglais-container > ul > li > ul.sub-menu > li ul li a,
              #site-header .inner .tabs-wrapper .menu-pro-anglais-container > ul > li > ul.sub-menu > li ul li a,
              #site-header .inner .tabs-wrapper .menu-public-neerlandais-container > ul > li > ul.sub-menu > li ul li a,
              #site-header .inner .tabs-wrapper .menu-pro-neerlandais-container > ul > li > ul.sub-menu > li ul li a {
                line-height: 1.8em; }
                @media screen and (max-width: 640px) {
                  #site-header .inner .tabs-wrapper .menu-public-container > ul > li > ul.sub-menu > li ul li a,
                  #site-header .inner .tabs-wrapper .menu-pro-container > ul > li > ul.sub-menu > li ul li a,
                  #site-header .inner .tabs-wrapper .menu-public-anglais-container > ul > li > ul.sub-menu > li ul li a,
                  #site-header .inner .tabs-wrapper .menu-pro-anglais-container > ul > li > ul.sub-menu > li ul li a,
                  #site-header .inner .tabs-wrapper .menu-public-neerlandais-container > ul > li > ul.sub-menu > li ul li a,
                  #site-header .inner .tabs-wrapper .menu-pro-neerlandais-container > ul > li > ul.sub-menu > li ul li a {
                    font: 500 1.2em/1.8em "Poppins", sans-serif; } }
              #site-header .inner .tabs-wrapper .menu-public-container > ul > li > ul.sub-menu > li ul li a:hover,
              #site-header .inner .tabs-wrapper .menu-pro-container > ul > li > ul.sub-menu > li ul li a:hover,
              #site-header .inner .tabs-wrapper .menu-public-anglais-container > ul > li > ul.sub-menu > li ul li a:hover,
              #site-header .inner .tabs-wrapper .menu-pro-anglais-container > ul > li > ul.sub-menu > li ul li a:hover,
              #site-header .inner .tabs-wrapper .menu-public-neerlandais-container > ul > li > ul.sub-menu > li ul li a:hover,
              #site-header .inner .tabs-wrapper .menu-pro-neerlandais-container > ul > li > ul.sub-menu > li ul li a:hover {
                color: white; }
      #site-header .inner .tabs-wrapper .menu-pro-container > ul > li > ul.sub-menu > li,
      #site-header .inner .tabs-wrapper .menu-pro-anglais-container > ul > li > ul.sub-menu > li,
      #site-header .inner .tabs-wrapper .menu-pro-neerlandais-container > ul > li > ul.sub-menu > li {
        width: 20%; }
        @media screen and (max-width: 640px) {
          #site-header .inner .tabs-wrapper .menu-pro-container > ul > li > ul.sub-menu > li,
          #site-header .inner .tabs-wrapper .menu-pro-anglais-container > ul > li > ul.sub-menu > li,
          #site-header .inner .tabs-wrapper .menu-pro-neerlandais-container > ul > li > ul.sub-menu > li {
            width: 100%; } }

.cover {
  width: 100%;
  display: inline-block;
  margin-top: -143px;
  position: relative;
  z-index: 0;
  visibility: hidden;
  padding-bottom: 640px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat; }

.swiper-container {
  padding-bottom: 0; }
  .swiper-container .swiper-wrapper .swiper-slide {
    width: 100%;
    height: 0;
    padding-bottom: 640px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat; }

.side-wrapper {
  width: 33.3%;
  float: left;
  padding-right: 80px; }
  @media screen and (max-width: 640px) {
    .side-wrapper {
      padding-right: 0;
      width: 100%;
      margin-bottom: 0px; } }
  .side-wrapper .nav-wrapper {
    width: 100%;
    display: inline-block;
    vertical-align: top; }
    @media screen and (max-width: 640px) {
      .side-wrapper .nav-wrapper {
        display: none; } }
    .side-wrapper .nav-wrapper > li.current_page_item > a {
      color: #85C458; }
    .side-wrapper .nav-wrapper > li {
      width: 100%;
      display: inline-block;
      vertical-align: top;
      border-bottom: 1px solid #DDDDDD; }
      .side-wrapper .nav-wrapper > li > a {
        display: block;
        text-decoration: none;
        padding: 10px 0px;
        color: #272a32; }
      .side-wrapper .nav-wrapper > li .children {
        margin-bottom: 20px; }

.post-inner {
  width: 66.6%;
  float: right; }
  @media screen and (max-width: 640px) {
    .post-inner {
      width: 100%; } }
  .post-inner .entry-content .wp-block-table {
    margin-bottom: 40px; }
    .post-inner .entry-content .wp-block-table figcaption {
      padding: 20px 0px;
      font-size: 0.9em; }
    .post-inner .entry-content .wp-block-table td {
      padding: 10px !important; }
  .post-inner .entry-content ul + h2,
  .post-inner .entry-content p + h2 {
    margin-top: 40px; }
    @media screen and (max-width: 640px) {
      .post-inner .entry-content ul + h2,
      .post-inner .entry-content p + h2 {
        margin-top: 20px; } }
  .post-inner .entry-content > ul {
    margin-bottom: 20px; }
    .post-inner .entry-content > ul li {
      padding-left: 20px;
      position: relative;
      font: 1.2em/1.8em "Poppins", sans-serif; }
      .post-inner .entry-content > ul li:before {
        content: "";
        width: 6px;
        height: 26px;
        background: url("../images/arrow-green.png") center center no-repeat;
        background-size: 100%;
        position: absolute;
        left: 0;
        top: 0;
        z-index: 1; }
        @media screen and (max-width: 640px) {
          .post-inner .entry-content > ul li:before {
            height: 20px; } }

.pagination-wrapper {
  width: 100%;
  text-align: center; }
  .pagination-wrapper .navigation.pagination {
    width: 100%;
    display: inline-block;
    margin: 0 auto;
    text-align: center; }
  .pagination-wrapper a {
    text-decoration: none; }
  .pagination-wrapper .page-numbers.next,
  .pagination-wrapper .page-numbers.prev {
    display: none; }
  .pagination-wrapper .page-numbers {
    display: inline-block;
    vertical-align: top;
    width: 40px;
    height: 40px;
    padding: 10px 0px;
    margin: 0px 3px;
    border-radius: 40px;
    border: 1px solid rgba(39, 42, 50, 0.25); }
    @media screen and (max-width: 640px) {
      .pagination-wrapper .page-numbers {
        width: 30px;
        height: 30px;
        padding: 5px; } }
    .pagination-wrapper .page-numbers .meta-nav {
      display: none; }
    .pagination-wrapper .page-numbers:hover {
      border: 1px solid #272a32;
      color: #272a32; }
  .pagination-wrapper .page-numbers.current {
    color: white;
    border: 1px solid #85C458;
    background-color: #85C458; }

.page-template-page-map #primary {
  width: 100%;
  height: 200%;
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin-top: -143px;
  border-bottom: 1px solid #DDDDDD; }
  @media screen and (max-width: 640px) {
    .page-template-page-map #primary {
      height: auto;
      margin-top: 0; } }
  .page-template-page-map #primary #site-content {
    height: calc(50% - 120px);
    background-color: rgba(255, 255, 255, 0.8);
    padding-top: 143px;
    position: relative;
    z-index: 2;
    overflow: hidden;
    overflow-y: auto; }
    @media screen and (max-width: 640px) {
      .page-template-page-map #primary #site-content {
        height: auto;
        padding-top: 0; } }
    .page-template-page-map #primary #site-content .anchor-wrapper {
      width: 100%;
      height: 0;
      position: absolute;
      bottom: 0;
      left: 0;
      z-index: 0; }
    .page-template-page-map #primary #site-content .side-wrapper ul {
      display: none; }
  .page-template-page-map #primary .map-wrapper {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    vertical-align: top;
    overflow: hidden;
    border: 0 !important;
    outline: none !important; }
    @media screen and (max-width: 640px) {
      .page-template-page-map #primary .map-wrapper {
        position: relative; } }
    .page-template-page-map #primary .map-wrapper:focus {
      outline: none !important; }
    .page-template-page-map #primary .map-wrapper .drawer.show {
      right: 0 !important; }
    .page-template-page-map #primary .map-wrapper .drawer {
      width: 460px;
      height: calc(100% - 120px);
      background-color: #85C458;
      position: absolute;
      top: 0;
      right: -460px;
      z-index: 10;
      color: #272a32;
      padding: 40px;
      text-align: left;
      overflow-y: scroll;
      -moz-transition: all 0.5s ease;
      -o-transition: all 0.5s ease;
      -webkit-transition: all 0.5s ease;
      transition: all 0.5s ease; }
      @media screen and (max-width: 640px) {
        .page-template-page-map #primary .map-wrapper .drawer {
          width: 80%;
          right: -80%;
          padding: 20px;
          height: calc(100% - 80px); } }
      .page-template-page-map #primary .map-wrapper .drawer ul.close {
        width: 40px;
        height: 40px;
        position: absolute;
        top: 10px;
        right: 10px;
        text-align: center;
        border-radius: 60px;
        background-color: #272a32;
        z-index: 10;
        padding: 0px 5px;
        -moz-transition: all 0.15s ease;
        -o-transition: all 0.15s ease;
        -webkit-transition: all 0.15s ease;
        transition: all 0.15s ease; }
        .page-template-page-map #primary .map-wrapper .drawer ul.close li:nth-child(1) {
          top: 7px;
          -moz-transform: rotate(45deg);
          -ms-transform: rotate(45deg);
          -webkit-transform: rotate(45deg);
          transform: rotate(45deg); }
          @media screen and (max-width: 640px) {
            .page-template-page-map #primary .map-wrapper .drawer ul.close li:nth-child(1) {
              top: 10px; } }
        .page-template-page-map #primary .map-wrapper .drawer ul.close li {
          width: 16px;
          height: 2px;
          display: inline-block;
          position: relative;
          margin: 0 auto;
          top: -13px;
          background-color: white;
          -moz-transform: rotate(-45deg);
          -ms-transform: rotate(-45deg);
          -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg); }
          @media screen and (max-width: 640px) {
            .page-template-page-map #primary .map-wrapper .drawer ul.close li {
              top: -6px; } }
        .page-template-page-map #primary .map-wrapper .drawer ul.close:hover {
          cursor: pointer;
          -moz-transform: rotate(90deg);
          -ms-transform: rotate(90deg);
          -webkit-transform: rotate(90deg);
          transform: rotate(90deg); }
      .page-template-page-map #primary .map-wrapper .drawer p, .page-template-page-map #primary .map-wrapper .drawer h1, .page-template-page-map #primary .map-wrapper .drawer h2, .page-template-page-map #primary .map-wrapper .drawer h3, .page-template-page-map #primary .map-wrapper .drawer a {
        color: #272a32; }
      .page-template-page-map #primary .map-wrapper .drawer p, .page-template-page-map #primary .map-wrapper .drawer ul li {
        font-size: 1em;
        line-height: 1.6em; }
      .page-template-page-map #primary .map-wrapper .drawer h1 {
        margin-bottom: 20px; }
      .page-template-page-map #primary .map-wrapper .drawer ul li:before {
        height: 18px;
        background: url("../images/arrow-white.png") center center no-repeat;
        background-size: 100%; }
        @media screen and (max-width: 640px) {
          .page-template-page-map #primary .map-wrapper .drawer ul li:before {
            height: 16px; } }
      .page-template-page-map #primary .map-wrapper .drawer img {
        width: calc(100% + 80px);
        height: auto;
        margin-top: -40px;
        margin-left: -40px;
        margin-bottom: 20px; }
        @media screen and (max-width: 640px) {
          .page-template-page-map #primary .map-wrapper .drawer img {
            width: calc(100% + 40px);
            margin-top: -20px;
            margin-left: -20px; } }
      .page-template-page-map #primary .map-wrapper .drawer .side-wrapper,
      .page-template-page-map #primary .map-wrapper .drawer .post-inner {
        width: 100%;
        padding: 0; }
    .page-template-page-map #primary .map-wrapper .acf-map {
      width: 100%;
      height: calc(100% - 120px);
      position: relative;
      z-index: 1;
      border-bottom: 1px solid #DDDDDD;
      outline: none !important; }
      @media screen and (max-width: 640px) {
        .page-template-page-map #primary .map-wrapper .acf-map {
          height: 100%; } }
      .page-template-page-map #primary .map-wrapper .acf-map .gm-style .gm-style-iw-tc::after {
        background: #272a32 !important; }
      .page-template-page-map #primary .map-wrapper .acf-map .gm-style-iw {
        width: 280px !important;
        min-width: 180px !important;
        left: 0 !important;
        top: 0 !important;
        padding: 20px !important;
        box-shadow: none !important;
        text-align: center !important;
        background-color: #272a32 !important;
        border-radius: 4px !important;
        outline: none !important; }
        @media screen and (max-width: 640px) {
          .page-template-page-map #primary .map-wrapper .acf-map .gm-style-iw {
            width: 180px !important; } }
        .page-template-page-map #primary .map-wrapper .acf-map .gm-style-iw > div {
          padding: 0px !important;
          width: 100% !important;
          max-width: 100% !important;
          overflow: visible !important;
          background-color: #272a32 !important; }
        .page-template-page-map #primary .map-wrapper .acf-map .gm-style-iw a.thumb-wrapper {
          width: calc(100% + 40px);
          height: auto;
          display: inline-block;
          position: relative;
          margin: 0;
          margin-left: -20px;
          margin-top: -20px;
          margin-bottom: 20px;
          text-decoration: none; }
          @media screen and (max-width: 640px) {
            .page-template-page-map #primary .map-wrapper .acf-map .gm-style-iw a.thumb-wrapper {
              display: none; } }
        .page-template-page-map #primary .map-wrapper .acf-map .gm-style-iw h1 {
          margin: 0px 0px 5px 0px;
          color: white; }
          @media screen and (max-width: 640px) {
            .page-template-page-map #primary .map-wrapper .acf-map .gm-style-iw h1 {
              margin: 0px;
              font-size: 0.8em; } }
        .page-template-page-map #primary .map-wrapper .acf-map .gm-style-iw p {
          margin: 0;
          text-decoration: underline;
          color: rgba(255, 255, 255, 0.4);
          font-size: 0.8em; }
        .page-template-page-map #primary .map-wrapper .acf-map .gm-style-iw .gm-ui-hover-effect {
          display: none !important; }

.entry-content .nav-wrapper.page,
.page-template-page-map .nav-wrapper {
  width: 100%;
  height: 120px;
  max-width: 1000px;
  margin: 0 auto;
  display: inline-block;
  vertical-align: top;
  position: relative; }
  @media screen and (max-width: 640px) {
    .entry-content .nav-wrapper.page,
    .page-template-page-map .nav-wrapper {
      white-space: nowrap;
      overflow-x: scroll;
      height: 80px; } }
  .entry-content .nav-wrapper.page li:nth-child(1) a,
  .page-template-page-map .nav-wrapper li:nth-child(1) a {
    background: url("../images/icons/icon-1.svg") center 10px no-repeat;
    background-size: 60px; }
    @media screen and (max-width: 640px) {
      .entry-content .nav-wrapper.page li:nth-child(1) a,
      .page-template-page-map .nav-wrapper li:nth-child(1) a {
        background: url("../images/icons/icon-1.svg") center 10px no-repeat;
        background-size: 30px; } }
  .entry-content .nav-wrapper.page li:nth-child(2) a,
  .page-template-page-map .nav-wrapper li:nth-child(2) a {
    background: url("../images/icons/icon-2.svg") center 10px no-repeat;
    background-size: 60px; }
    @media screen and (max-width: 640px) {
      .entry-content .nav-wrapper.page li:nth-child(2) a,
      .page-template-page-map .nav-wrapper li:nth-child(2) a {
        background: url("../images/icons/icon-2.svg") center 10px no-repeat;
        background-size: 30px; } }
  .entry-content .nav-wrapper.page li:nth-child(3) a,
  .page-template-page-map .nav-wrapper li:nth-child(3) a {
    background: url("../images/icons/icon-3.svg") center 10px no-repeat;
    background-size: 60px; }
    @media screen and (max-width: 640px) {
      .entry-content .nav-wrapper.page li:nth-child(3) a,
      .page-template-page-map .nav-wrapper li:nth-child(3) a {
        background: url("../images/icons/icon-3.svg") center 10px no-repeat;
        background-size: 30px; } }
  .entry-content .nav-wrapper.page li:nth-child(4) a,
  .page-template-page-map .nav-wrapper li:nth-child(4) a {
    background: url("../images/icons/icon-4.svg") center 10px no-repeat;
    background-size: 60px; }
    @media screen and (max-width: 640px) {
      .entry-content .nav-wrapper.page li:nth-child(4) a,
      .page-template-page-map .nav-wrapper li:nth-child(4) a {
        background: url("../images/icons/icon-4.svg") center 10px no-repeat;
        background-size: 30px; } }
  .entry-content .nav-wrapper.page li:nth-child(5) a,
  .page-template-page-map .nav-wrapper li:nth-child(5) a {
    background: url("../images/icons/icon-5.svg") center 10px no-repeat;
    background-size: 60px; }
    @media screen and (max-width: 640px) {
      .entry-content .nav-wrapper.page li:nth-child(5) a,
      .page-template-page-map .nav-wrapper li:nth-child(5) a {
        background: url("../images/icons/icon-5.svg") center 10px no-repeat;
        background-size: 30px; } }
  .entry-content .nav-wrapper.page li:nth-child(6) a,
  .page-template-page-map .nav-wrapper li:nth-child(6) a {
    background: url("../images/icons/icon-6.svg") center 10px no-repeat;
    background-size: 60px; }
    @media screen and (max-width: 640px) {
      .entry-content .nav-wrapper.page li:nth-child(6) a,
      .page-template-page-map .nav-wrapper li:nth-child(6) a {
        background: url("../images/icons/icon-6.svg") center 10px no-repeat;
        background-size: 30px; } }
  .entry-content .nav-wrapper.page li:nth-child(7) a,
  .page-template-page-map .nav-wrapper li:nth-child(7) a {
    background: url("../images/icons/icon-7.svg") center 10px no-repeat;
    background-size: 60px; }
    @media screen and (max-width: 640px) {
      .entry-content .nav-wrapper.page li:nth-child(7) a,
      .page-template-page-map .nav-wrapper li:nth-child(7) a {
        background: url("../images/icons/icon-7.svg") center 10px no-repeat;
        background-size: 30px; } }
  .entry-content .nav-wrapper.page li.current_page_item a,
  .page-template-page-map .nav-wrapper li.current_page_item a {
    border-top: 5px solid #85C458 !important;
    background-color: white !important; }
  .entry-content .nav-wrapper.page li,
  .page-template-page-map .nav-wrapper li {
    display: inline-block;
    width: 14.2%;
    margin-right: -4px;
    vertical-align: top;
    border-left: 1px solid #DDDDDD; }
    @media screen and (max-width: 640px) {
      .entry-content .nav-wrapper.page li,
      .page-template-page-map .nav-wrapper li {
        width: 22%;
        float: none;
        vertical-align: top; } }
    .entry-content .nav-wrapper.page li a,
    .page-template-page-map .nav-wrapper li a {
      display: block;
      width: 100%;
      height: 120px;
      padding: 70px 10px 10px 10px;
      text-decoration: none;
      border-top: 5px solid transparent;
      font: normal 0.9em/1.4em "Poppins", sans-serif;
      font-weight: 600;
      text-transform: uppercase; }
      @media screen and (max-width: 640px) {
        .entry-content .nav-wrapper.page li a,
        .page-template-page-map .nav-wrapper li a {
          height: 80px;
          padding: 40px 10px 10px 10px;
          white-space: normal; } }
      .entry-content .nav-wrapper.page li a:hover,
      .page-template-page-map .nav-wrapper li a:hover {
        background-color: white !important; }

.page-template-page-map.parent-pageid-24 .nav-wrapper li:nth-child(1) a,
.page-id-24 .entry-content .nav-wrapper li:nth-child(1) a,
.page-template-page-map.parent-pageid-644 .nav-wrapper li:nth-child(1) a,
.page-id-644 .entry-content .nav-wrapper li:nth-child(1) a,
.page-template-page-map.parent-pageid-645 .nav-wrapper li:nth-child(1) a,
.page-id-645 .entry-content .nav-wrapper li:nth-child(1) a {
  background: url("../images/icons/icon-8.svg") center 10px no-repeat;
  background-size: 60px; }
  @media screen and (max-width: 640px) {
    .page-template-page-map.parent-pageid-24 .nav-wrapper li:nth-child(1) a,
    .page-id-24 .entry-content .nav-wrapper li:nth-child(1) a,
    .page-template-page-map.parent-pageid-644 .nav-wrapper li:nth-child(1) a,
    .page-id-644 .entry-content .nav-wrapper li:nth-child(1) a,
    .page-template-page-map.parent-pageid-645 .nav-wrapper li:nth-child(1) a,
    .page-id-645 .entry-content .nav-wrapper li:nth-child(1) a {
      background: url("../images/icons/icon-8.svg") center 10px no-repeat;
      background-size: 30px; } }
.page-template-page-map.parent-pageid-24 .nav-wrapper li:nth-child(2) a,
.page-id-24 .entry-content .nav-wrapper li:nth-child(2) a,
.page-template-page-map.parent-pageid-644 .nav-wrapper li:nth-child(2) a,
.page-id-644 .entry-content .nav-wrapper li:nth-child(2) a,
.page-template-page-map.parent-pageid-645 .nav-wrapper li:nth-child(2) a,
.page-id-645 .entry-content .nav-wrapper li:nth-child(2) a {
  background: url("../images/icons/icon-9.svg") center 10px no-repeat;
  background-size: 60px; }
  @media screen and (max-width: 640px) {
    .page-template-page-map.parent-pageid-24 .nav-wrapper li:nth-child(2) a,
    .page-id-24 .entry-content .nav-wrapper li:nth-child(2) a,
    .page-template-page-map.parent-pageid-644 .nav-wrapper li:nth-child(2) a,
    .page-id-644 .entry-content .nav-wrapper li:nth-child(2) a,
    .page-template-page-map.parent-pageid-645 .nav-wrapper li:nth-child(2) a,
    .page-id-645 .entry-content .nav-wrapper li:nth-child(2) a {
      background: url("../images/icons/icon-2.svg") center 10px no-repeat;
      background-size: 30px; } }
.page-template-page-map.parent-pageid-24 .nav-wrapper li:nth-child(3) a,
.page-id-24 .entry-content .nav-wrapper li:nth-child(3) a,
.page-template-page-map.parent-pageid-644 .nav-wrapper li:nth-child(3) a,
.page-id-644 .entry-content .nav-wrapper li:nth-child(3) a,
.page-template-page-map.parent-pageid-645 .nav-wrapper li:nth-child(3) a,
.page-id-645 .entry-content .nav-wrapper li:nth-child(3) a {
  background: url("../images/icons/icon-10.svg") center 10px no-repeat;
  background-size: 60px; }
  @media screen and (max-width: 640px) {
    .page-template-page-map.parent-pageid-24 .nav-wrapper li:nth-child(3) a,
    .page-id-24 .entry-content .nav-wrapper li:nth-child(3) a,
    .page-template-page-map.parent-pageid-644 .nav-wrapper li:nth-child(3) a,
    .page-id-644 .entry-content .nav-wrapper li:nth-child(3) a,
    .page-template-page-map.parent-pageid-645 .nav-wrapper li:nth-child(3) a,
    .page-id-645 .entry-content .nav-wrapper li:nth-child(3) a {
      background: url("../images/icons/icon-10.svg") center 10px no-repeat;
      background-size: 30px; } }
.page-template-page-map.parent-pageid-24 .nav-wrapper li:nth-child(4) a,
.page-id-24 .entry-content .nav-wrapper li:nth-child(4) a,
.page-template-page-map.parent-pageid-644 .nav-wrapper li:nth-child(4) a,
.page-id-644 .entry-content .nav-wrapper li:nth-child(4) a,
.page-template-page-map.parent-pageid-645 .nav-wrapper li:nth-child(4) a,
.page-id-645 .entry-content .nav-wrapper li:nth-child(4) a {
  background: url("../images/icons/icon-2.svg") center 10px no-repeat;
  background-size: 60px; }
  @media screen and (max-width: 640px) {
    .page-template-page-map.parent-pageid-24 .nav-wrapper li:nth-child(4) a,
    .page-id-24 .entry-content .nav-wrapper li:nth-child(4) a,
    .page-template-page-map.parent-pageid-644 .nav-wrapper li:nth-child(4) a,
    .page-id-644 .entry-content .nav-wrapper li:nth-child(4) a,
    .page-template-page-map.parent-pageid-645 .nav-wrapper li:nth-child(4) a,
    .page-id-645 .entry-content .nav-wrapper li:nth-child(4) a {
      background: url("../images/icons/icon-2.svg") center 10px no-repeat;
      background-size: 30px; } }

.entry-content .nav-wrapper.page {
  height: auto;
  padding: 0;
  margin: 20px 0px 0px 0px; }
  .entry-content .nav-wrapper.page li {
    list-style: none;
    float: left !important;
    width: calc(25% - 20px) !important;
    padding: 0;
    margin: 0px 20px 20px 0px;
    border: 0;
    background-color: #F4F4F4;
    border-radius: 4px;
    overflow: hidden; }
    @media screen and (max-width: 640px) {
      .entry-content .nav-wrapper.page li {
        width: calc(50% - 20px) !important; } }
    .entry-content .nav-wrapper.page li:before {
      content: none; }
    .entry-content .nav-wrapper.page li a {
      height: 140px;
      padding: 90px 20px 20px 20px;
      text-align: center;
      font: 600 0.8em/1.2em "Poppins", sans-serif;
      background-size: 80px !important;
      background-position: center 15px !important; }

section.pro {
  background-color: #272a32;
  color: white; }
  section.pro .mosaic li {
    background: rgba(255, 255, 255, 0.05); }
  section.pro .mosaic a {
    color: white; }

.mosaic {
  width: calc(100% + 20px);
  margin-left: -10px;
  visibility: hidden; }
  .mosaic li:first-child {
    width: calc(50% - 20px); }
    @media screen and (max-width: 640px) {
      .mosaic li:first-child {
        width: calc(100% - 20px); } }
    .mosaic li:first-child .thumb-wrapper {
      padding-bottom: calc(75% + 45px); }
  .mosaic li {
    width: calc(25% - 20px);
    float: left;
    background: #F1F1F1;
    margin: 10px;
    border-radius: 4px;
    overflow: hidden; }
    @media screen and (max-width: 640px) {
      .mosaic li {
        width: calc(50% - 20px); } }
    .mosaic li a {
      display: block;
      text-decoration: none;
      white-space: nowrap; }
      .mosaic li a .thumb-wrapper {
        width: calc(100% + 40px);
        margin-top: -20px;
        margin-left: -20px;
        position: relative;
        display: block;
        vertical-align: top;
        padding-bottom: 75%;
        overflow: hidden; }
        .mosaic li a .thumb-wrapper .thumb {
          position: absolute;
          width: 100%;
          height: 100%;
          top: 0;
          left: 0;
          z-index: 1;
          background-size: cover;
          background-position: center center;
          background-repeat: no-repeat;
          -moz-transition: all 0.25s ease;
          -o-transition: all 0.25s ease;
          -webkit-transition: all 0.25s ease;
          transition: all 0.25s ease; }
      .mosaic li a .title-wrapper {
        padding: 20px; }
  .mosaic li:hover .thumb {
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -webkit-transform: scale(1.05);
    transform: scale(1.05); }

.news-wrapper {
  width: 100%;
  display: inline-flex;
  align-items: stretch;
  flex-wrap: wrap;
  padding: 0px;
  margin-top: 40px; }
  .news-wrapper .news-container {
    width: 100%;
    display: inline-block;
    vertical-align: top;
    position: relative;
    margin-bottom: 40px;
    overflow: hidden; }
    .news-wrapper .news-container .swiper-wrapper .swiper-slide {
      width: 100%;
      background-color: #FAFAFA; }
      .news-wrapper .news-container .swiper-wrapper .swiper-slide .thumb-wrapper {
        width: calc(66.6% - 10px);
        padding-bottom: 44.4%;
        float: left;
        background-color: #272a32; }
        @media screen and (max-width: 640px) {
          .news-wrapper .news-container .swiper-wrapper .swiper-slide .thumb-wrapper {
            width: 100%;
            padding-bottom: 60%; } }
      .news-wrapper .news-container .swiper-wrapper .swiper-slide .entry-content {
        width: calc(33.3% + 10px);
        float: right;
        padding: 20px 40px 40px 40px; }
        @media screen and (max-width: 640px) {
          .news-wrapper .news-container .swiper-wrapper .swiper-slide .entry-content {
            width: 100%;
            padding: 20px 0px; } }
        .news-wrapper .news-container .swiper-wrapper .swiper-slide .entry-content > a:first-of-type {
          text-decoration: none; }
        .news-wrapper .news-container .swiper-wrapper .swiper-slide .entry-content p {
          font-size: 1em; }
        .news-wrapper .news-container .swiper-wrapper .swiper-slide .entry-content a.more {
          margin-top: 20px;
          display: block; }
          @media screen and (max-width: 640px) {
            .news-wrapper .news-container .swiper-wrapper .swiper-slide .entry-content a.more {
              margin-left: 25%;
              width: 50%; } }
  .news-wrapper .pagination {
    text-align: right;
    width: 100%;
    position: relative;
    display: inline-block;
    z-index: 10;
    margin-top: -80px; }
    @media screen and (max-width: 640px) {
      .news-wrapper .pagination {
        text-align: center;
        margin-top: -40px;
        margin-bottom: 40px; } }
    .news-wrapper .pagination .swiper-pagination-bullet {
      width: 40px;
      height: 40px;
      border-radius: 40px;
      display: inline-block;
      margin-right: 4px;
      background-color: transparent;
      text-align: center;
      padding: 10px;
      border: 1px solid rgba(39, 42, 50, 0.25);
      opacity: 1; }
      .news-wrapper .pagination .swiper-pagination-bullet:hover {
        border: 1px solid #272a32;
        cursor: pointer; }
      .news-wrapper .pagination .swiper-pagination-bullet:focus {
        outline: 0; }
    .news-wrapper .pagination .swiper-pagination-bullet-active {
      background-color: #272a32;
      color: white; }

.posts-wrapper {
  position: relative;
  width: calc(100% + 20px);
  margin-left: -10px;
  margin-bottom: 40px;
  display: inline-flex;
  align-items: stretch;
  flex-wrap: wrap; }
  .posts-wrapper .post {
    width: calc(33.3% - 20px);
    float: left;
    vertical-align: top;
    margin: 10px;
    background-color: white; }
    @media screen and (max-width: 640px) {
      .posts-wrapper .post {
        width: 100%; } }
    .posts-wrapper .post .entry-content {
      padding: 20px 40px 0px 40px; }
      .posts-wrapper .post .entry-content h3 a {
        text-decoration: none; }
      .posts-wrapper .post .entry-content a.more {
        border: 0;
        border-radius: 0;
        padding: 0;
        width: auto;
        color: #272a32;
        background-color: transparent;
        text-decoration: underline; }
      .posts-wrapper .post .entry-content p {
        font-size: 1em; }
  .posts-wrapper .pagination-wrapper {
    width: 100%;
    display: inline-block;
    vertical-align: top;
    text-align: center;
    padding-top: 40px;
    margin-top: 40px;
    border-top: 1px solid #DDDDDD; }

.posts-wrapper + a.more {
  width: 180px;
  margin-left: calc(50% - 90px); }

#site-footer {
  width: 100%;
  display: inline-block;
  border-top: 1px solid #ccc; }
  #site-footer .menu li:first-child:before {
    content: none; }
  #site-footer .menu li {
    display: inline-block; }
    #site-footer .menu li:before {
      content: "|";
      margin: 0px 10px;
      display: inline-block;
      color: #ccc; }

#cookie-law-info-bar {
  box-shadow: none !important;
  padding: 20px 20px 25px 20px !important;
  border-top: 1px solid rgba(255, 255, 255, 0.25);
  background-color: #272a32 !important;
  width: 100% !important;
  margin: 0 !important;
  left: auto !important;
  right: 0px !important;
  bottom: 0px !important;
  color: white !important; }
  #cookie-law-info-bar span {
    font: 0.8em/1.6em "Poppins", sans-serif;
    font-weight: 400; }
    #cookie-law-info-bar span a {
      min-width: 80px;
      border-radius: 40px;
      border: 0;
      background-color: transparent !important;
      border: 1px solid rgba(255, 255, 255, 0.25);
      color: white !important; }
      @media screen and (max-width: 640px) {
        #cookie-law-info-bar span a {
          margin-top: 10px;
          min-width: 40%; } }
      #cookie-law-info-bar span a:hover {
        border: 1px solid rgba(255, 255, 255, 0.25); }
    #cookie-law-info-bar span a#cookie_action_close_header {
      background-color: #85C458 !important;
      border: 0;
      color: white;
      border: 1px solid #85C458; }
      #cookie-law-info-bar span a#cookie_action_close_header:hover {
        background-color: #272a32 !important;
        border: 1px solid rgba(255, 255, 255, 0.25); }
      #cookie-law-info-bar span a#cookie_action_close_header:focus {
        outline: none; }
