/* compiled by scssphp v0.6.3 on Tue, 17 Oct 2017 10:44:05 +0200 (1.7312s) */

@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,600,700');
/**
 * STYLE.SCSS
 * ==============
 *
 * This is the main entrypoint for the SASS stylesheets. This is the only file that gets included in Wordpress.
 *
 * Do not put any CSS in this file! Only use this file to include other files.
 *
 * ==============
 *
 * Use the following folders:
 *
 * includes/
 *   This folder should keep files that are used throughout the project, for instance the variables or mixins.
 *
 * modules/
 *   This folder should include files for each page or type of page, for instance:
 *   modules/homepage.scss or modules/archive-posts.php
 *
 *  components/
 *    This folder should include files that are reused through multiple modules, for instance a masonry element or gravity forms styling.
 *    These files should be project-based.
 *
 * ==============
 * KEEP THIS FILE CLEAN!
 */
@font-face {
  font-family: Open Sans;
  src: url("../fonts/OpenSans-Light.eot");
  src: url("../fonts/OpenSans-Lightd41d.eot?#iefix") format('embedded-opentype'), url("../fonts/OpenSans-Light.woff") format('woff'), url("../fonts/OpenSans-Light.ttf") format('truetype'), url("../fonts/OpenSans-Light.svg#Open Sans") format('svg');
  font-weight: 300;
  font-style: normal;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  @font-face {
    font-family: Open Sans;
    src: url("../fonts/OpenSans-Light.svg#Open Sans") format('svg');
  }
}
/* line 1, sass/modules/mainmenu.scss */
#top .main_menu {
  position: static;
  height: auto;
}
@media only screen and (max-width: 989px) {
  #top .main_menu {
    display: none;
  }
}
/* line 9, sass/modules/mainmenu.scss */
#top .main_menu .av-main-nav-wrap {
  float: none;
}
/* line 13, sass/modules/mainmenu.scss */
#top .main_menu .menu {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-content: center;
  align-items: center;
}
/* line 22, sass/modules/mainmenu.scss */
#top .main_menu .menu-item {
  float: none;
  margin: 10px 13px;
}
/* line 26, sass/modules/mainmenu.scss */
#top .main_menu .menu-item a {
  height: auto !important;
  line-height: 20px !important;
  font-size: 16px;
  color: #1a4474;
  font-weight: 600;
  font-family: Open Sans;
  padding: 0;
}
/* line 37, sass/modules/mainmenu.scss */
#top .main_menu .red .avia-menu-text {
  background: #ef4123;
  color: #fff;
  padding: 10px;
  border-radius: 4px;
  display: inline-block;
  vertical-align: top;
}
/* line 46, sass/modules/mainmenu.scss */
#top .main_menu .current-menu-item a {
  color: #ef4123 !important;
}
/* line 51, sass/modules/mainmenu.scss */
#mobile-advanced {
  background: #fff;
  width: 85%;
  min-width: 270px;
  overflow-y: auto;
  max-height: 100vh;
  padding: 50px 0;
  display: block !important;
  height: 100vh;
  transform: none !important;
  right: -85%;
  transition: right 0.25s linear 0s;
}
/* line 65, sass/modules/mainmenu.scss */
@media only screen and (max-width: 989px) {
  .menu-is-opened #mobile-advanced {
    right: 0;
  }
}
/* line 71, sass/modules/mainmenu.scss */
#mobile-advanced .menu-item a {
  font-size: 20px;
  line-height: 30px;
  padding: 9px 30px;
  color: #1a4474;
  border: none !important;
}
@media only screen and (max-width: 767px) {
  #mobile-advanced .menu-item a {
    font-size: 16px;
    line-height: 19px;
    padding: 9px 20px;
  }
}
/* line 84, sass/modules/mainmenu.scss */
#mobile-advanced .menu-item a:before {
  display: none;
}
/* line 88, sass/modules/mainmenu.scss */
#mobile-advanced .menu-item a:hover {
  background: none;
  color: #1a4474;
}
/* line 94, sass/modules/mainmenu.scss */
#mobile-advanced .current-menu-item a {
  color: #ef4123;
}
/* line 97, sass/modules/mainmenu.scss */
#mobile-advanced .current-menu-item a:hover {
  color: #ef4123;
}
/* line 100, sass/modules/mainmenu.scss */
#mobile-advanced .menu-item.red a {
  font-size: 20px;
  line-height: 25px;
  text-transform: uppercase;
  margin: 20px 0 0 30px;
  min-width: 190px;
  display: inline-block;
  vertical-align: top;
  padding: 13px 20px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  background: #ef4123;
  width: auto;
  color: #fff;
  text-align: center;
  border-radius: 5px;
}
@media only screen and (max-width: 767px) {
  #mobile-advanced .menu-item.red a {
    margin-left: 20px;
    font-size: 14px;
    line-height: 18px;
  }
}
/**
 * Home page
 */
/* line 1, sass/modules/headerslider.scss */
/* line 2, sass/modules/headerslider.scss */
#top .headerslider {
  padding-top: 30px;
}
@media only screen and (max-width: 989px) {
  #top .headerslider {
    padding-top: 0;
  }
}
/* line 9, sass/modules/headerslider.scss */
#top .headerslider .headerslider {
  padding: 0;
}
/* line 12, sass/modules/headerslider.scss */
#top .headerslider .headerslider li {
  padding: 0;
}
/* line 17, sass/modules/headerslider.scss */
#top .headerslider .avia-image-container {
  margin-bottom: 0;
}
/* line 19, sass/modules/headerslider.scss */
#top .headerslider .av_one_fifth {
  opacity: 0;
  -webkit-transition: opacity 0.5s ease;
  -moz-transition: opacity 0.5s ease;
  -ms-transition: opacity 0.5s ease;
  -o-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  height: 490px;
  max-height: 90%;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-line-pack: center;
  align-content: center;
  padding: 90px 50px 30px;
  width: 420px;
  left: 10px;
}
/* line 42, sass/modules/headerslider.scss */
#top .headerslider .av_one_fifth.visible {
  opacity: 1;
}
@media only screen and (max-width: 989px) {
  #top .headerslider .av_one_fifth {
    left: 0;
    max-height: 100%;
    width: 50%;
    top: 0;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@media only screen and (max-width: 767px) {
  #top .headerslider .av_one_fifth {
    position: static;
    padding: 100px 20px 48px;
  }
}
/* line 60, sass/modules/headerslider.scss */
#top .headerslider .av_one_fifth:after {
  width: 840px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  box-shadow: 0px 2px 4px 0px rgba(26, 68, 116, 0.13), 0px 0px 5px 0px rgba(0, 0, 0, 0.41), 0px 0px 30px 6px rgba(0, 0, 0, 0.23);
  visibility: visible;
  pointer-events: none;
}
@media only screen and (max-width: 989px) {
  #top .headerslider .av_one_fifth:after {
    display: none;
  }
}
/* line 77, sass/modules/headerslider.scss */
#top .headerslider .bx-wrapper .bx-prev {
  background: none;
}
/* line 81, sass/modules/headerslider.scss */
#top .headerslider .bx-viewport {
  overflow: visible !important;
}
/* line 85, sass/modules/headerslider.scss */
#top .headerslider .next_hslide, #top .headerslider .prev_hslide {
  position: relative;
  top: -50px;
  left: -50px;
  z-index: 5000;
}
/* line 93, sass/modules/headerslider.scss */
#top .headerslider .av_font_icon {
  background: #173c67;
}
/* line 96, sass/modules/headerslider.scss */
#top .headerslider .av_font_icon a {
  color: #a4d8dd;
  font-size: 30px !important;
  line-height: 40px !important;
  padding: 10px;
  min-width: 74px;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  #top .headerslider .av_font_icon a {
    min-width: 60px;
  }
}
/* line 111, sass/modules/headerslider.scss */
#top .headerslider .next_hslide {
  position: absolute;
  top: 0;
  left: 75px;
}
@media only screen and (max-width: 767px) {
  #top .headerslider .next_hslide {
    left: 61px;
  }
}
/* line 121, sass/modules/headerslider.scss */
#top .headerslider .prev_hslide {
  position: absolute;
  top: 0;
  left: 0;
}
/* line 127, sass/modules/headerslider.scss */
#top .headerslider .sliderarrows {
  position: absolute;
  z-index: 99;
  top: 0;
  left: 0;
}
/* line 134, sass/modules/headerslider.scss */
#top .headerslider .avia-image-container-inner {
  margin: 0px 55px;
}
@media only screen and (max-width: 989px) {
  #top .headerslider .avia-image-container-inner {
    margin: 0;
  }
  /* line 140, sass/modules/headerslider.scss */
  #top .headerslider .avia-image-container-inner .avia_image {
    border-radius: 0;
  }
}
@media only screen and (max-width: 989px) and (max-width: 512px) {
  #top .headerslider .avia-image-container-inner .avia_image {
    position: relative;
    left: 50%;
    height: 238px;
    width: auto;
    max-width: none;
    transform: translate(-50%, 0);
  }
}
/* line 155, sass/modules/headerslider.scss */
#top .headerslider .avia-button-wrap {
  left: 430px;
  padding: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  height: 490px;
  max-height: 90%;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-line-pack: center;
  align-content: center;
  justify-content: center;
  width: 420px;
}
/* line 177, sass/modules/headerslider.scss */
#top .headerslider .avia-button-wrap.layer_header_btn {
  opacity: 0;
  -webkit-transition: opacity 0.5s ease;
  -moz-transition: opacity 0.5s ease;
  -ms-transition: opacity 0.5s ease;
  -o-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}
/* line 181, sass/modules/headerslider.scss */
#top .headerslider .avia-button-wrap.layer_header_btn.visible_btn {
  opacity: 1;
}
@media only screen and (max-width: 989px) {
  #top .headerslider .avia-button-wrap {
    left: auto;
    right: 0;
    max-height: 100%;
    width: 50%;
    top: 0;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@media only screen and (max-width: 767px) {
  #top .headerslider .avia-button-wrap {
    display: none;
  }
}
/* line 202, sass/modules/headerslider.scss */
#top .headerslider .avia-button {
  background: #ef4123;
  padding: 20px 20px 18px;
}
@media only screen and (max-width: 767px) {
  #top .headerslider .avia-button {
    padding: 14px;
  }
}
/* line 210, sass/modules/headerslider.scss */
#top .headerslider .avia-button span {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
}
/* line 218, sass/modules/headerslider.scss */
#top .headerslider .av-special-heading {
  margin-top: 0;
  margin-bottom: 40px;
}
@media only screen and (max-width: 767px) {
  #top .headerslider .av-special-heading {
    margin-bottom: 20px;
  }
}
/* line 227, sass/modules/headerslider.scss */
#top .headerslider h1, #top .headerslider h2 {
  font-size: 35px;
  color: #fff;
  font-style: italic;
}
@media only screen and (max-width: 767px) {
  #top .headerslider h1, #top .headerslider h2 {
    font-size: 24px;
    line-height: 28px;
  }
}
/* line 238, sass/modules/headerslider.scss */
#top .headerslider .av-special-heading p, #top .headerslider .subtitle p, #top .headerslider .subtitle {
  color: #fff;
  font-size: 35px;
  font-style: italic;
  font-weight: 300;
  line-height: 50px;
  margin: 0;
}
@media only screen and (max-width: 767px) {
  #top .headerslider .av-special-heading p, #top .headerslider .subtitle p, #top .headerslider .subtitle {
    font-size: 24px;
    line-height: 28px;
  }
}
/* line 254, sass/modules/headerslider.scss */
@media only screen and (max-width: 767px) {
  #top .headerslider .flex_column {
    margin: 0 !important;
  }
}
/* line 261, sass/modules/headerslider.scss */
#top .bx-wrapper .bx-viewport {
  border: none;
  box-shadow: none;
  left: 0;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
/* line 271, sass/modules/headerslider.scss */
#top .fixed_fifth {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  height: 490px;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  left: 0;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-line-pack: center;
  align-content: center;
  padding: 0px 50px;
  width: 420px;
  left: 10px;
}
/* line 293, sass/modules/headerslider.scss */
/* line 294, sass/modules/headerslider.scss */
#top .avia_start_delayed_animation.av_font_icon {
  transform: none;
  animation: none;
  -webkit-animation: none;
  transition: none;
}
/* line 303, sass/modules/headerslider.scss */
.responsive #top #wrap_all .av-flex-cells.headerslider > .no_margin {
  padding: 0 !important;
}
/* line 307, sass/modules/headerslider.scss */
@media only screen and (max-width: 767px) {
  .responsive #top #wrap_all .av-flex-cells.headerslider .av_one_fifth {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}
/* line 1, sass/includes/base.scss */
#top {
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 26px;
  /*menu*/
}
/* line 7, sass/includes/base.scss */
#top p {
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 26px;
  color: #2f2f2f;
}
/* line 15, sass/includes/base.scss */
#top .avia-button {
  background: #ef4123;
  padding: 20px 20px 18px;
}
/* line 19, sass/includes/base.scss */
#top .avia-button span {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
}
/* line 27, sass/includes/base.scss */
#top .av-special-heading-tag, #top h1, #top h2, #top h3, #top h4, #top h5, #top h6 {
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  text-transform: none;
  letter-spacing: 0;
}
/* line 40, sass/includes/base.scss */
#top .hr-inner-style {
  display: none;
}
/* line 44, sass/includes/base.scss */
#top .hrhome {
  margin: 20px 0 10px 0;
}
/* line 48, sass/includes/base.scss */
#top blockquote p {
  font-style: italic;
  font-size: 18px;
}
/* line 54, sass/includes/base.scss */
#top blockquote {
  border-color: #1a4474;
}
/* line 58, sass/includes/base.scss */
#top .full-link-btn a {
  position: absolute;
  top: 0;
  z-index: 6;
  left: 0;
  background: transparent !important;
  width: 100%;
  height: 100%;
  border: none !important;
}
/* line 69, sass/includes/base.scss */
#top .full-link {
  position: absolute;
  top: 0;
  z-index: 6;
  left: 0;
  background: transparent !important;
  width: 100%;
  height: 100%;
  border: none !important;
  pointer-events: all;
}
/* line 81, sass/includes/base.scss */
#top .linktarget_div {
  position: absolute;
  width: 20px;
  height: 20px;
  top: -30px;
  display: block;
}
/* line 91, sass/includes/base.scss */
#top .menu a:hover {
  color: #ef4123 !important;
}
/* line 95, sass/includes/base.scss */
#top #socket .container {
  padding: 19px 20px;
  font-size: 14px;
  line-height: 18px;
  color: #1a4474;
  width: calc(100% - 180px);
  margin: 0 90px;
}
@media only screen and (max-width: 1139px) {
  #top #socket .container {
    width: 100%;
    margin: 0;
  }
}
/* line 110, sass/includes/base.scss */
#top #header_main .container {
  max-width: 1832px;
}
/* line 114, sass/includes/base.scss */
/* line 115, sass/includes/base.scss */
#top.home #after_section_1 {
  display: none;
}
/* line 120, sass/includes/base.scss */
/* line 121, sass/includes/base.scss */
#top.single-countries .countrymenu span {
  color: #ef4123;
}
/* line 126, sass/includes/base.scss */
/* line 127, sass/includes/base.scss */
#top.single-service .servicemenu span {
  color: #ef4123;
}
/* line 132, sass/includes/base.scss */
/* line 133, sass/includes/base.scss */
#top.single-post .newsmenu span {
  color: #ef4123;
}
/* line 140, sass/includes/base.scss */
/* line 141, sass/includes/base.scss */
#top.single-teammember .teammenu span {
  color: #ef4123;
}
/* line 146, sass/includes/base.scss */
/* line 147, sass/includes/base.scss */
#top.single-sector .sectormenu span {
  color: #ef4123;
}
/* line 152, sass/includes/base.scss */
/* line 153, sass/includes/base.scss */
#top.single-ppp .pppmenu span {
  color: #ef4123;
}
/* line 159, sass/includes/base.scss */
/* line 160, sass/includes/base.scss */
#header_main .container {
  height: auto !important;
}
@media only screen and (max-width: 1440px) {
  #header_main .container {
    padding: 0 30px;
  }
}
@media only screen and (max-width: 989px) {
  #header_main .container {
    width: 100% !important;
    max-width: 100% !important;
    padding: 0 20px !important;
  }
}
/* line 174, sass/includes/base.scss */
#header_main .inner-container {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-content: center;
  align-items: center;
  position: static;
}
/* line 184, sass/includes/base.scss */
#header_main .logo {
  width: 212px;
  min-width: 190px;
  height: auto;
  position: static;
  margin: 0;
}
@media only screen and (max-width: 989px) {
  /* line 192, sass/includes/base.scss */
  #top #header_main .logo {
    width: 95px !important;
    height: auto !important;
    min-width: 95px;
    margin: 18px 0;
  }
}
/* line 201, sass/includes/base.scss */
#header_main #advanced_menu_toggle {
  position: absolute;
  right: 20px;
  top: 27px;
  margin: 0;
  width: 27px;
  height: 13px;
  background: #1a4474 !important;
  border: solid #fff;
  border-width: 5px 0;
  border-radius: 0;
}
/* line 213, sass/includes/base.scss */
#header_main #advanced_menu_toggle:after, #header_main #advanced_menu_toggle:before {
  content: "";
  position: absolute;
  left: 0;
  top: -8px;
  width: 27px;
  height: 3px;
  background: #1a4474;
}
/* line 224, sass/includes/base.scss */
#header_main #advanced_menu_toggle:after {
  top: auto;
  bottom: -8px;
}
/* line 229, sass/includes/base.scss */
#header_main #advanced_menu_toggle:hover {
  background: none;
}
@media only screen and (max-width: 989px) {
  #header_main #advanced_menu_toggle {
    display: block;
  }
}
/* line 239, sass/includes/base.scss */
#advanced_menu_hide {
  position: absolute;
  right: 22px;
  top: 22px;
  margin: 0;
  width: 25px;
  height: 25px;
  background: none;
  border-radius: 0;
  border: none;
}
/* line 250, sass/includes/base.scss */
#advanced_menu_hide:after, #advanced_menu_hide:before {
  content: '';
  position: absolute;
  top: 10px;
  left: 0;
  width: 28px;
  height: 3px;
  background-color: #1a4474;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
/* line 263, sass/includes/base.scss */
#advanced_menu_hide:after {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
/* line 268, sass/includes/base.scss */
#advanced_menu_hide:hover {
  background: none !important;
}
@media only screen and (max-width: 989px) {
  #advanced_menu_hide {
    display: block;
  }
}
/* line 277, sass/includes/base.scss */
#wrap_all {
  height: auto !important;
  position: relative;
}
@media only screen and (max-width: 989px) {
  #wrap_all {
    padding-top: 72px;
  }
}
/* line 285, sass/includes/base.scss */
#wrap_all:before {
  content: '';
  position: fixed;
  top: 0;
  left: -9999px;
  bottom: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.6);
  opacity: 0;
  z-index: 600;
  -webkit-transition: left 0.1s linear 0.1s;
  -moz-transition: left 0.1s linear 0.1s;
  -ms-transition: left 0.1s linear 0.1s;
  -o-transition: left 0.1s linear 0.1s;
  transition: left 0.1s linear 0.1s;
}
/* line 298, sass/includes/base.scss */
@media only screen and (max-width: 989px) {
  .menu-is-opened #wrap_all:before {
    left: 0;
    opacity: 1;
    -webkit-transition: left 0.1s linear 0s;
    -moz-transition: left 0.1s linear 0s;
    -ms-transition: left 0.1s linear 0s;
    -o-transition: left 0.1s linear 0s;
    transition: left 0.1s linear 0s;
  }
}
@media only screen and (max-width: 989px) {
  /* line 308, sass/includes/base.scss */
  .menu-is-opened #advanced_menu_hide {
    opacity: 1;
    visibility: visible;
  }
}
/* line 314, sass/includes/base.scss */
.menu-is-opened {
  height: 100vh;
  overflow: hidden;
  position: relative;
}
/* line 320, sass/includes/base.scss */
#top .avia-post-nav {
  padding: 12px;
}
/* line 324, sass/includes/base.scss */
.avia-post-prev .label {
  left: 7px;
}
/* line 325, sass/includes/base.scss */
.avia-post-next .label {
  right: 7px;
}
/* line 328, sass/includes/base.scss */
@media only screen and (max-width: 989px) {
  .responsive #top #wrap_all #header {
    position: fixed;
    top: 0;
  }
}
/* line 1, sass/modules/dienstensectie.scss */
/* line 2, sass/modules/dienstensectie.scss */
#top .dienstensectie .container {
  padding: 30px 250px 0px 250px;
}
@media only screen and (max-width: 1339px) {
  #top .dienstensectie .container {
    padding: 30px 50px 0;
  }
}
@media only screen and (max-width: 767px) {
  #top .dienstensectie .container {
    padding: 47px 20px 0 !important;
    width: 100% !important;
    max-width: 100% !important;
  }
  /* line 14, sass/modules/dienstensectie.scss */
  #top .dienstensectie .container .content {
    padding: 0;
  }
}
/* line 20, sass/modules/dienstensectie.scss */
#top .dienstensectie.services .container {
  padding: 30px 250px 50px 250px;
}
@media only screen and (max-width: 1339px) {
  #top .dienstensectie.services .container {
    padding: 30px 50px 50px;
  }
}
@media only screen and (max-width: 989px) {
  #top .dienstensectie.services .container {
    padding: 30px 20px 50px;
  }
}
/* line 32, sass/modules/dienstensectie.scss */
#top .dienstensectie .avia-content-slider, #top .dienstensectie .avia-content-slider-inner {
  overflow: visible;
}
/* line 37, sass/modules/dienstensectie.scss */
#top .dienstensectie h3 {
  color: #1a4474;
  font-size: 18px;
  font-weight: 400;
}
/* line 43, sass/modules/dienstensectie.scss */
#top .dienstensectie .av-special-heading {
  margin-top: 0;
}
/* line 47, sass/modules/dienstensectie.scss */
#top .dienstensectie .avia-content-slider-inner {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  flex-direction: row;
  -ms-flex-align: stretch;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  align-items: stretch;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
/* line 70, sass/modules/dienstensectie.scss */
#top .dienstensectie article {
  margin-bottom: 20px;
  padding-top: 30px;
  transition: 0.5s ease;
  padding-bottom: 13px;
}
/* line 76, sass/modules/dienstensectie.scss */
@media only screen and (max-width: 767px) {
  /* line 78, sass/modules/dienstensectie.scss */
  #top .dienstensectie article .av-special-heading-tag:after {
    content: '>';
    margin: 0 0 0 5px;
    position: relative;
    top: 1px;
    font-size: 16px;
  }
}
@media only screen and (max-width: 989px), @media only screen and (max-width: 767px) {
  #top .dienstensectie article {
    width: 45% !important;
    margin-left: 2.5% !important;
    margin-right: 2.5% !important;
  }
}
@media only screen and (max-width: 570px) {
  #top .dienstensectie article {
    width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}
/* line 100, sass/modules/dienstensectie.scss */
/* line 102, sass/modules/dienstensectie.scss */
#top .dienstensectie article:nth-child(3) .av-icon-char {
  font-size: 42px !important;
}
@media only screen and (max-width: 1650px) {
  #top .dienstensectie article:nth-child(3) .av-icon-char {
    font-size: 32px !important;
  }
}
/* line 111, sass/modules/dienstensectie.scss */
/* line 113, sass/modules/dienstensectie.scss */
#top .dienstensectie article:nth-child(3):hover .av-icon-char {
  font-size: 52px !important;
}
/* line 123, sass/modules/dienstensectie.scss */
@media only screen and (max-width: 989px), @media only screen and (max-width: 767px) {
  #top .dienstensectie article.first {
    width: 45% !important;
    margin-left: 2.5% !important;
    margin-right: 2.5% !important;
    clear: none !important;
  }
}
@media only screen and (max-width: 570px) {
  #top .dienstensectie article.first {
    width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    clear: none !important;
  }
}
/* line 139, sass/modules/dienstensectie.scss */
#top .dienstensectie h2, #top .dienstensectie h1 {
  color: #ef4123;
  font-weight: 600;
  font-size: 14px;
  text-transform: uppercase;
  margin-bottom: 10px;
}
@media only screen and (max-width: 767px) {
  #top .dienstensectie h2, #top .dienstensectie h1 {
    margin-bottom: 20px;
  }
}
/* line 151, sass/modules/dienstensectie.scss */
#top .dienstensectie .av_font_icon {
  float: none;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  #top .dienstensectie .av_font_icon {
    text-align: left;
  }
}
/* line 161, sass/modules/dienstensectie.scss */
#top .dienstensectie .av-icon-char {
  font-size: 50px !important;
  line-height: 50px !important;
  color: #1a4474;
  transition: 0.2s ease;
}
@media only screen and (max-width: 1650px) {
  #top .dienstensectie .av-icon-char {
    font-size: 40px !important;
    line-height: 40px !important;
  }
}
/* line 173, sass/modules/dienstensectie.scss */
/* line 174, sass/modules/dienstensectie.scss */
#top .dienstensectie article:nth-child(5) .av-icon-char {
  font-size: 52px !important;
  line-height: 52px !important;
}
@media only screen and (max-width: 1650px) {
  #top .dienstensectie article:nth-child(5) .av-icon-char {
    font-size: 42px !important;
    line-height: 42px !important;
  }
}
/* line 184, sass/modules/dienstensectie.scss */
#top .dienstensectie article:nth-child(5):hover .av-icon-char {
  font-size: 62px !important;
  line-height: 62px !important;
}
@media only screen and (max-width: 1650px) {
  #top .dienstensectie article:nth-child(5):hover .av-icon-char {
    font-size: 52px !important;
    line-height: 52px !important;
  }
}
/* line 196, sass/modules/dienstensectie.scss */
/* line 199, sass/modules/dienstensectie.scss */
#top .dienstensectie article:nth-child(6) .av-icon-char {
  font-size: 56px !important;
  line-height: 56px !important;
  color: #1a4474;
}
@media only screen and (max-width: 1650px) {
  #top .dienstensectie article:nth-child(6) .av-icon-char {
    font-size: 46px !important;
    line-height: 46px !important;
  }
}
/* line 210, sass/modules/dienstensectie.scss */
#top .dienstensectie article:nth-child(6):hover .av-icon-char {
  font-size: 66px !important;
  line-height: 66px !important;
}
@media only screen and (max-width: 1650px) {
  #top .dienstensectie article:nth-child(6):hover .av-icon-char {
    font-size: 46px !important;
    line-height: 46px !important;
  }
}
@media only screen and (max-width: 767px) {
  #top .dienstensectie article:nth-child(6) {
    padding: 20px 15px 0 !important;
  }
  /* line 223, sass/modules/dienstensectie.scss */
  #top .dienstensectie article:nth-child(6) .icon_services p {
    margin: 0 0 12px;
  }
}
/* line 229, sass/modules/dienstensectie.scss */
#top .dienstensectie .avia-icon-pos-left {
  margin: 0;
}
/* line 231, sass/modules/dienstensectie.scss */
#top .dienstensectie article:hover {
  box-shadow: 0px 2px 43px 0px rgba(26, 68, 116, 0.02), 0px 0px 18px 0px rgba(0, 0, 0, 0.1), 0px 0px 3px 0px rgba(0, 0, 0, 0.22);
}
/* line 234, sass/modules/dienstensectie.scss */
#top .dienstensectie article:hover .av-icon-char {
  font-size: 60px !important;
  line-height: 60px !important;
  color: #1a4474;
}
@media only screen and (max-width: 1650px) {
  #top .dienstensectie article:hover .av-icon-char {
    font-size: 40px !important;
    line-height: 40px !important;
  }
}
@media only screen and (max-width: 767px) {
  #top .dienstensectie article:hover {
    box-shadow: none;
  }
}
/* line 250, sass/modules/dienstensectie.scss */
#top .dienstensectie div .av_one_half {
  margin-left: 10%;
  width: 45%;
}
/* line 254, sass/modules/dienstensectie.scss */
#top .dienstensectie div .av_one_half.first {
  margin-left: 0;
}
@media only screen and (max-width: 767px) {
  #top .dienstensectie div .av_one_half {
    width: 100% !important;
    margin: 0 0 25px !important;
    padding: 0;
  }
}
/* line 266, sass/modules/dienstensectie.scss */
#top .dienstensectie .av_one_fourth {
  width: 14.5%;
}
/* line 270, sass/modules/dienstensectie.scss */
#top .dienstensectie .av_three_fourth {
  width: 75%;
  float: right;
  margin: 0 0% 0 0;
}
@media only screen and (max-width: 1139px) {
  #top .dienstensectie .av_three_fourth {
    width: 74%;
    margin: 6% 0 0;
  }
}
/* line 281, sass/modules/dienstensectie.scss */
#top .dienstensectie .hr-inner {
  width: 330px;
  left: 0;
  margin-left: 0px;
  background: rgba(26, 68, 116, 1);
  background: -moz-linear-gradient(left, rgba(26, 68, 116, 1) 0%, rgba(75, 184, 191, 1) 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, rgba(26, 68, 116, 1)), color-stop(100%, rgba(75, 184, 191, 1)));
  background: -webkit-linear-gradient(left, rgba(26, 68, 116, 1) 0%, rgba(75, 184, 191, 1) 100%);
  background: -o-linear-gradient(left, rgba(26, 68, 116, 1) 0%, rgba(75, 184, 191, 1) 100%);
  background: -ms-linear-gradient(left, rgba(26, 68, 116, 1) 0%, rgba(75, 184, 191, 1) 100%);
  background: linear-gradient(to right, rgba(26, 68, 116, 1) 0%, rgba(75, 184, 191, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1a4474', endColorstr='#4bb8bf', GradientType=1);
  border: none;
  height: 2px;
}
@media only screen and (max-width: 767px) {
  #top .dienstensectie .hr-inner {
    max-width: 71%;
  }
}
/* line 301, sass/modules/dienstensectie.scss */
#top .dienstensectie .hr-inner-style {
  display: none;
}
/* line 305, sass/modules/dienstensectie.scss */
#top .dienstensectie .hr-short {
  margin: 20px 0 60px;
}
@media only screen and (max-width: 767px) {
  #top .dienstensectie .hr-short {
    margin-bottom: 45px;
  }
}
/* line 313, sass/modules/dienstensectie.scss */
#top .dienstensectie .av-subheading p {
  font-weight: 200;
  font-size: 45px;
  line-height: 60px;
  background: -moz-linear-gradient(left, rgba(26, 68, 116, 1) 40%, rgba(75, 184, 191, 1) 60%);
  background: -webkit-gradient(left top, right top, color-stop(40%, rgba(26, 68, 116, 1)), color-stop(60%, rgba(75, 184, 191, 1)));
  background: -webkit-linear-gradient(left, rgba(26, 68, 116, 1) 40%, rgba(75, 184, 191, 1) 60%);
  background: -o-linear-gradient(left, rgba(26, 68, 116, 1) 40%, rgba(75, 184, 191, 1) 60%);
  background: -ms-linear-gradient(left, rgba(26, 68, 116, 1) 40%, rgba(75, 184, 191, 1) 60%);
  background: linear-gradient(to right, rgba(26, 68, 116, 1) 40%, rgba(75, 184, 191, 1) 60%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1a4474', endColorstr='#4bb8bf', GradientType=1);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: #1a4474;
  max-width: 830px;
}
/* line 329, sass/modules/dienstensectie.scss */
.avia-msie #top .dienstensectie .av-subheading p {
  background: -ms-linear-gradient(left, rgba(26, 68, 116, 0) 40%, rgba(75, 184, 191, 0) 60%);
}
@media only screen and (max-width: 767px) {
  #top .dienstensectie .av-subheading p {
    font-size: 24px;
    line-height: 33px;
    font-weight: 400;
  }
}
/* line 342, sass/modules/dienstensectie.scss */
.special_amp {
  font-family: inherit;
  font-style: inherit;
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  color: inherit !important;
}
/* line 1, sass/modules/contactdiv.scss */
#top .contactsection, #top .pum-container {
  width: calc(100% - 180px);
  margin: 0px 90px;
  background: #1a4474 !important;
}
/* line 2, sass/modules/contactdiv.scss */
#top .contactsection h2, #top .pum-container h2 {
  font-size: 14px;
  font-weight: 600;
 
  text-transform: uppercase;
}
@media only screen and (max-width: 767px) {
  #top .contactsection h2, #top .pum-container h2 {
    margin: 0 0 10px;
  }
}
/* line 13, sass/modules/contactdiv.scss */
#top .contactsection .av_font_icon, #top .pum-container .av_font_icon {
  opacity: 0.8;
  margin-right: 30px;
}
/* line 18, sass/modules/contactdiv.scss */
#top .contactsection h3, #top .pum-container h3 {
  font-size: 54px;
  font-weight: 300;
  color: #fff;
  max-width: 50%;
  margin-bottom: 60px;
  font-family: Open Sans;
}
@media only screen and (max-width: 989px) {
  #top .contactsection h3, #top .pum-container h3 {
    max-width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  #top .contactsection h3, #top .pum-container h3 {
    font-size: 30px;
    line-height: 36px;
    margin-bottom: 22px;
  }
}
/* line 37, sass/modules/contactdiv.scss */
#top .contactsection .followus h3, #top .pum-container .followus h3 {
  margin-bottom: 35px;
  margin-top: 40px;
  font-size: 45px;
}
/* line 43, sass/modules/contactdiv.scss */
#top .contactsection .av-special-heading-h3, #top .pum-container .av-special-heading-h3 {
  margin-top: 30px;
}
@media only screen and (max-width: 767px) {
  #top .contactsection .av-special-heading-h3, #top .pum-container .av-special-heading-h3 {
    margin-top: 0;
  }
}
/* line 51, sass/modules/contactdiv.scss */
#top .contactsection li, #top .pum-container li {
  color: #fff;
  font-weight: normal;
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 15px;
}
/* line 59, sass/modules/contactdiv.scss */
#top .contactsection .av_one_half.first ul li, #top .pum-container .av_one_half.first ul li {
  list-style: none;
  background: url(../images/check.png) no-repeat 3px 5px;
  padding-left: 40px;
  margin-left: -6px;
}
/* line 66, sass/modules/contactdiv.scss */
#top .contactsection .formhalf, #top .pum-container .formhalf {
  width: 43%;
  margin-left: 10%;
}
/* line 71, sass/modules/contactdiv.scss */
#top .contactsection .container, #top .pum-container .container {
  max-width: 1330px;
  padding: 0px 50px;
}
/* line 76, sass/modules/contactdiv.scss */
#top .contactsection .content, #top .pum-container .content {
  padding: 120px 0px 180px 0px;
}
@media only screen and (max-width: 767px) {
  #top .contactsection .content, #top .pum-container .content {
    padding: 34px 0px 10px;
  }
}
/* line 84, sass/modules/contactdiv.scss */
#top .contactsection .gform_wrapper, #top .pum-container .gform_wrapper {
  margin-top: -16px;
}
/* line 88, sass/modules/contactdiv.scss */
#top .contactsection .gform_button, #top .pum-container .gform_button {
  background: #4bb8bf;
  float: right;
  margin: 0;
  border-radius: 5px;
  padding: 15px;
  font-weight: 600;
  font-size: 14px;
  text-transform: uppercase;
  color: #fff;
}
/* line 100, sass/modules/contactdiv.scss */
#top .contactsection .gfield input, #top .pum-container .gfield input, #top .contactsection .gfield textarea, #top .pum-container .gfield textarea {
  background: #1a4474;
  border-width: 0px 0px 1px 0px;
  border-color: #4475ac;
  transition: all 0.5s;
  margin: 0;
}
/* line 109, sass/modules/contactdiv.scss */
#top .contactsection .gfield textarea, #top .pum-container .gfield textarea {
  overflow-y: auto;
}
/* line 113, sass/modules/contactdiv.scss */
#top .contactsection #field_1_1 input:focus:after, #top .pum-container #field_1_1 input:focus:after {
  left: 20px;
}
/* line 117, sass/modules/contactdiv.scss */
#top .contactsection ::-webkit-input-placeholder, #top .pum-container ::-webkit-input-placeholder {
  color: #fff;
  font-family: Open Sans;
  font-size: 16px;
  font-weight: 400;
}
/* line 124, sass/modules/contactdiv.scss */
#top .contactsection label, #top .pum-container label {
  color: #fff;
  font-family: Open Sans;
  font-size: 16px;
  font-weight: 400;
}
/* line 131, sass/modules/contactdiv.scss */
/* line 132, sass/modules/contactdiv.scss */
#top .contactsection .gfield.active label, #top .pum-container .gfield.active label {
  margin-top: -20px;
  color: #a4d8dd;
}
/* line 138, sass/modules/contactdiv.scss */
#top .contactsection .gfield.active input, #top .pum-container .gfield.active input, #top .contactsection .gfield.active textarea, #top .pum-container .gfield.active textarea {
  border-color: #4bb8bf;
}
/* line 144, sass/modules/contactdiv.scss */
#top .contactsection .inline, #top .pum-container .inline {
  display: inline-block !important;
  width: 100%;
}
/* line 149, sass/modules/contactdiv.scss */
#top .contactsection input, #top .pum-container input, #top .contactsection textarea, #top .pum-container textarea {
  color: #000000 !important;
  font-family: Open Sans;
  font-size: 14px;
}
/* line 156, sass/modules/contactdiv.scss */
#top .contactsection .gfield label, #top .pum-container .gfield label {
  position: absolute;
  transition: all 0.5s;
}
/* line 161, sass/modules/contactdiv.scss */
#top .contactsection #inner-editor:after, #top .pum-container #inner-editor:after {
  content: 'test';
}
/* line 165, sass/modules/contactdiv.scss */
#top .contactsection .gform_wrapper div.validation_error, #top .pum-container .gform_wrapper div.validation_error {
  background: transparent;
  color: #fff;
}
/* line 170, sass/modules/contactdiv.scss */
#top .contactsection .gform_wrapper .validation_message, #top .pum-container .gform_wrapper .validation_message {
  color: #fff;
  background: transparent;
}
/* line 175, sass/modules/contactdiv.scss */
#top .contactsection .gfield_description.validation_message, #top .pum-container .gfield_description.validation_message {
  background: rgba(255, 223, 224, .25);
  color: #790000;
}
/* line 180, sass/modules/contactdiv.scss */
#top .contactsection .gfield_error, #top .pum-container .gfield_error {
  background: transparent;
}
@media only screen and (max-width: 1139px) {
  #top .contactsection, #top .pum-container {
    width: 100%;
    margin: 0;
  }
}
@media only screen and (max-width: 767px) {
  /* line 194, sass/modules/contactdiv.scss */
  #top .contactsection .flex_column, #top .pum-container .flex_column {
    width: 100%;
    margin: 0 0 20px;
  }
  /* line 199, sass/modules/contactdiv.scss */
  #top .contactsection .av_textblock_section ul, #top .pum-container .av_textblock_section ul {
    margin-left: 0;
  }
  /* line 203, sass/modules/contactdiv.scss */
  #top .contactsection .gform_body, #top .pum-container .gform_body {
    width: 100%;
  }
  /* line 207, sass/modules/contactdiv.scss */
  #top .contactsection .gfield, #top .pum-container .gfield {
    width: 100%;
    padding-right: 0;
    display: inline-block;
  }
  /* line 213, sass/modules/contactdiv.scss */
  #top .contactsection .gform_footer, #top .pum-container .gform_footer {
    margin: 0;
    padding: 12px 0 0;
  }
  /* line 218, sass/modules/contactdiv.scss */
  #top .contactsection .gform_button, #top .pum-container .gform_button {
    width: auto;
    padding: 8px 15px;
  }
}
/* line 225, sass/modules/contactdiv.scss */
#top .pum-container {
  max-width: 600px;
  padding: 45px;
}
/* line 229, sass/modules/contactdiv.scss */
#top .pum-container .pum-close {
  background-color: #173c67 !important;
}
/* line 234, sass/modules/contactdiv.scss */
#top .pum-overlay {
  background-color: rgba(0, 0, 0, 0.86);
}
/* line 238, sass/modules/contactdiv.scss */
#top .mapsection {
  width: calc(100% - 180px);
  margin: 0px 90px;
}
@media only screen and (max-width: 1139px) {
  #top .mapsection {
    width: 100%;
    margin: 0;
  }
}
/* line 247, sass/modules/contactdiv.scss */
#top .mapsection .container {
  padding: 0;
}
@media only screen and (max-width: 767px) {
  #top .mapsection .container {
    width: 100% !important;
    max-width: 100% !important;
  }
}
/* line 1, sass/modules/singleteam.scss */
#top .teamheader {
  width: calc(100% - 180px);
  margin: 0px 90px;
}
@media only screen and (max-width: 1139px) {
  #top .teamheader {
    width: calc(100% - 60px);
    margin: 0 30px;
  }
}
@media only screen and (max-width: 767px) {
  #top .teamheader {
    width: 100%;
    margin: 0;
  }
}
/* line 15, sass/modules/singleteam.scss */
#top .teamheader .member_countries {
  background: #1a4474;
  padding: 55px 35px;
  border-top: 115px solid #f6f6f6;
  width: 335px;
}
/* line 21, sass/modules/singleteam.scss */
#top .teamheader .member_countries p {
  color: #fff;
  font-size: 18px;
  line-height: 28px;
}
/* line 29, sass/modules/singleteam.scss */
#top .teamheader .membersection {
  width: 300px;
  background: #1a4474;
  top: 40px;
  box-shadow: 0px 2px 43px 0px rgba(26, 68, 116, 0.02), 0px 2px 70px 0px rgba(0, 0, 0, 0.21), 0px 0px 3px 0px rgba(0, 0, 0, 0.05);
}
@media only screen and (max-width: 767px) {
  #top .teamheader .membersection {
    width: 300px !important;
    max-width: 100%;
    margin: 0 auto 30px !important;
    float: none;
    overflow: hidden;
  }
}
/* line 43, sass/modules/singleteam.scss */
#top .teamheader .membersection img {
  border-radius: 0;
}
/* line 47, sass/modules/singleteam.scss */
#top .teamheader .membersection .av-special-heading-tag {
  color: #1a4474;
  font-size: 18px;
  font-weight: bold;
  padding: 35px 35px 15px 35px;
  margin: 0;
  background: #fff;
}
@media only screen and (max-width: 767px) {
  #top .teamheader .membersection .av-special-heading-tag {
    font-size: 15px;
    line-height: 20px;
    padding: 11px 20px 0;
    margin-top: -62px;
    background: rgba(255, 255, 255, .8);
  }
}
/* line 64, sass/modules/singleteam.scss */
#top .teamheader .membersection .av-special-heading {
  margin-top: 0;
  padding-bottom: 0 !important;
}
/* line 69, sass/modules/singleteam.scss */
#top .teamheader .membersection .el_after_draad_customfield {
  background: #fff;
  padding-top: 50px;
  padding-bottom: 60px;
}
@media only screen and (max-width: 767px) {
  #top .teamheader .membersection .el_after_draad_customfield {
    padding-top: 30px;
    padding-bottom: 40px;
  }
}
/* line 79, sass/modules/singleteam.scss */
#top .teamheader .membersection .el_after_draad_customfield:after {
  content: url('../images/linesmall.png');
  height: 10px;
  position: absolute;
  bottom: 0;
  left: -1px;
  visibility: visible;
  z-index: 999;
}
@media only screen and (max-width: 767px) {
  #top .teamheader .membersection .el_after_draad_customfield:after {
    bottom: 8px;
  }
}
/* line 95, sass/modules/singleteam.scss */
#top .teamheader .membersection p {
  color: #1a4474;
  background: #fff;
  padding: 0px 35px 0px 35px;
  margin: 0;
}
@media only screen and (max-width: 767px) {
  #top .teamheader .membersection p {
    font-size: 14px;
    line-height: 20px;
    padding: 0 20px 11px;
    background: rgba(255, 255, 255, .8);
    position: relative;
  }
}
/* line 110, sass/modules/singleteam.scss */
@media only screen and (max-width: 767px) {
  #top .teamheader .membersection .avia-button {
    font-size: 14px;
    line-height: 18px;
    padding: 15px 20px;
    margin: 0;
  }
}
/* line 119, sass/modules/singleteam.scss */
#top .teamheader .membersection .linkedin {
  position: absolute;
  top: 0;
  left: 0;
  border-right: 1px solid #1e567f;
  height: 75px;
}
/* line 124, sass/modules/singleteam.scss */
#top .teamheader .membersection .linkedin span {
  color: #a4d8dd;
  font-size: 20px;
}
/* line 129, sass/modules/singleteam.scss */
#top .teamheader .membersection .linkedin a {
  padding-top: 24px;
}
@media only screen and (max-width: 767px) {
  #top .teamheader .membersection .linkedin a {
    min-width: 50px;
    padding: 16px 10px 14px;
    margin: 0;
    text-align: center;
  }
  /* line 138, sass/modules/singleteam.scss */
  #top .teamheader .membersection .linkedin a .avia_button_icon {
    left: 0;
  }
}
@media only screen and (max-width: 767px) {
  #top .teamheader .membersection .linkedin {
    height: 50px;
  }
}
/* line 152, sass/modules/singleteam.scss */
#top .teamheader .membersection .overview {
  position: absolute;
  top: 0px;
  right: 0px;
  border-left: 1px solid #1e567f;
}
/* line 157, sass/modules/singleteam.scss */
#top .teamheader .membersection .overview a {
  padding: 23px;
}
@media only screen and (max-width: 767px) {
  #top .teamheader .membersection .overview a {
    min-width: 50px;
    padding: 10px 5px;
    margin: 0;
    text-align: center;
  }
  /* line 166, sass/modules/singleteam.scss */
  #top .teamheader .membersection .overview a .avia_image {
    margin: 0 auto;
  }
}
/* line 175, sass/modules/singleteam.scss */
#top .teamheader .membersection .avia-align-center {
  margin-top: 75px;
  margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
  #top .teamheader .membersection .avia-align-center {
    margin-top: 50px;
  }
}
/* line 186, sass/modules/singleteam.scss */
#top .teamheader .content {
  padding-bottom: 0;
}
@media only screen and (max-width: 989px) {
  #top .teamheader .content {
    padding-top: 0;
  }
}
/* line 194, sass/modules/singleteam.scss */
#top .teamheader .container {
  max-width: 1425px;
}
@media only screen and (max-width: 989px) {
  #top .teamheader .container {
    padding: 0 35px;
  }
}
@media only screen and (max-width: 767px) {
  #top .teamheader .container {
    width: 100% !important;
    max-width: 100% !important;
    padding: 0 20px !important;
  }
}
/* line 208, sass/modules/singleteam.scss */
#top .teamheader .av-flex-placeholder {
  display: none;
}
/* line 212, sass/modules/singleteam.scss */
#top .teamheader .av_three_fourth {
  padding-left: 65px;
  padding-top: 65px;
  width: calc(100% - 300px);
}
@media only screen and (max-width: 989px) {
  #top .teamheader .av_three_fourth {
    padding-left: 40px;
    padding-top: 0;
  }
}
@media only screen and (max-width: 767px) {
  #top .teamheader .av_three_fourth {
    padding: 0;
  }
}
/* line 226, sass/modules/singleteam.scss */
#top .teamheader .av_three_fourth p {
  color: #757981;
}
/* line 230, sass/modules/singleteam.scss */
#top .teamheader .av_three_fourth h2 {
  color: #1a4474;
  font-size: 18px;
  font-weight: 400;
  margin-top: 35px;
}
/* line 237, sass/modules/singleteam.scss */
#top .teamheader .av_three_fourth .av-special-heading-tag {
  font-family: Open Sans;
  font-weight: 600;
  font-size: 14px;
  color: #ef4123;
  text-transform: uppercase;
}
/* line 245, sass/modules/singleteam.scss */
#top .teamheader .av_three_fourth .av-special-heading {
  padding-bottom: 0;
}
/* line 253, sass/modules/singleteam.scss */
#top .teamtab {
  width: calc(100% - 180px);
  margin: 0px 90px;
  /*
   .av-layout-tab-inner {
   max-width: calc(100% - 198px);
   }
   */
}
@media only screen and (max-width: 1139px) {
  #top .teamtab {
    width: calc(100% - 60px);
    margin: 0 30px;
  }
}
@media only screen and (max-width: 767px) {
  #top .teamtab {
    width: 100%;
    margin: 0 !important;
  }
}
/* line 267, sass/modules/singleteam.scss */
#top .teamtab .av-tab-section-tab-title-container {
  text-align: left;
}
/* line 271, sass/modules/singleteam.scss */
@media only screen and (max-width: 767px) {
  #top .teamtab .av-section-tab-title {
    width: 50%;
    padding: 0 10px;
  }
  /* line 276, sass/modules/singleteam.scss */
  #top .teamtab .av-section-tab-title .av-outer-tab-title {
    padding: 15px 0;
    text-align: center;
  }
  /* line 281, sass/modules/singleteam.scss */
  #top .teamtab .av-section-tab-title .av-inner-tab-title {
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    margin: 0;
    width: auto;
  }
}
/* line 291, sass/modules/singleteam.scss */
#top .teamtab .av-tab-section-inner-container {
  margin-left: -90px;
}
@media only screen and (max-width: 1600px) {
  #top .teamtab .av-tab-section-inner-container {
    margin: 0;
  }
}
/* line 299, sass/modules/singleteam.scss */
@media only screen and (max-width: 1600px) {
  #top .teamtab .container {
    width: calc(100vw - 180px);
    padding: 0 90px !important;
    margin: 0;
  }
}
@media only screen and (max-width: 1139px) {
  #top .teamtab .container {
    width: calc(100vw - 60px);
    padding: 0 30px !important;
  }
}
@media only screen and (max-width: 767px) {
  #top .teamtab .container {
    padding: 0 !important;
  }
  /* line 314, sass/modules/singleteam.scss */
  #top .teamtab .container > .flex_column {
    margin: 0 !important;
  }
}
/* line 325, sass/modules/singleteam.scss */
#top .teamtab .av-inner-tab-title {
  color: #a4d8dd;
  font-size: 16px;
  font-weight: 600;
}
/* line 331, sass/modules/singleteam.scss */
#top .teamtab .cases_overview {
  width: 100vw;
  margin: 0px;
  padding-right: 15px;
}
@media only screen and (max-width: 767px) {
  #top .teamtab .cases_overview {
    padding-right: 0;
  }
}
/* line 341, sass/modules/singleteam.scss */
@media only screen and (max-width: 1600px) {
  #top .teamtab .av_tab_navigation {
    display: none;
  }
}
/* line 347, sass/modules/singleteam.scss */
#top .teamtab .ppp_newscontent {
  width: 100vw;
  margin: 0px;
  background: #f6f6f6;
}
/* line 353, sass/modules/singleteam.scss */
#top .teamtab .av-tab-section-tab-title-container {
  padding: 0;
}
/* line 357, sass/modules/singleteam.scss */
#top .teamtab .av-active-tab-title {
  background: #f6f6f6;
}
/* line 360, sass/modules/singleteam.scss */
#top .teamtab .av-active-tab-title .av-inner-tab-title {
  color: #1a4474;
}
/* line 365, sass/modules/singleteam.scss */
#top .teamtab .av-tab-arrow-container {
  display: none;
}
/* line 369, sass/modules/singleteam.scss */
#top .teamtab .av-layout-tab {
  padding-top: 70px;
  vertical-align: top !important;
}
@media only screen and (max-width: 767px) {
  #top .teamtab .av-layout-tab {
    padding: 50px 0 0 !important;
  }
}
/* line 378, sass/modules/singleteam.scss */
#top .teamtab .ppp_newscontent .container {
  max-width: 1325px;
  padding: 0;
}
@media only screen and (max-width: 767px) {
  #top .teamtab .ppp_newscontent .container {
    width: 100vw !important;
  }
}
/* line 387, sass/modules/singleteam.scss */
#top .teamtab .ppp_newscontent .av_one_third {
  margin-bottom: 3%;
  margin-left: 3%;
  width: 31%;
}
/* line 394, sass/modules/singleteam.scss */
@media only screen and (max-width: 767px) {
  .single-teammember #after_section_1 .content {
    padding: 10px 0;
  }
}
/* line 1, sass/modules/teamoverview.scss */
/* line 2, sass/modules/teamoverview.scss */
#top .teamoverview {
  width: calc(100% - 180px);
  margin: 0px 90px;
}
@media only screen and (max-width: 989px) {
  #top .teamoverview {
    width: 100%;
    margin: 0;
  }
}
/* line 11, sass/modules/teamoverview.scss */
#top .teamoverview .line {
  position: absolute;
  bottom: -11px;
  border-radius: 0px;
}
/* line 16, sass/modules/teamoverview.scss */
#top .teamoverview .line img {
  border-radius: 0;
}
/* line 22, sass/modules/teamoverview.scss */
/* line 23, sass/modules/teamoverview.scss */
#top .teamoverview .local_member .arrow, #top .teamoverview .local_member .full-link-button {
  display: none;
}
/* line 27, sass/modules/teamoverview.scss */
#top .teamoverview .local_member .localbutton a {
  visibility: hidden;
}
@media only screen and (max-width: 767px) {
  /* line 32, sass/modules/teamoverview.scss */
  #top .teamoverview .local_member .localbutton {
    padding-top: 0 !important;
    padding-bottom: 25px !important;
  }
  /* line 36, sass/modules/teamoverview.scss */
  #top .teamoverview .local_member .localbutton a {
    display: none;
  }
}
/* line 43, sass/modules/teamoverview.scss */
#top .teamoverview .avia-content-slider-inner {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  flex-direction: row;
  -ms-flex-align: stretch;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  align-items: stretch;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  overflow: visible;
}
/* line 67, sass/modules/teamoverview.scss */
#top .teamoverview .container {
  padding: 0 210px;
}
@media only screen and (max-width: 1339px) {
  #top .teamoverview .container {
    padding: 0 110px;
  }
}
@media only screen and (max-width: 1139px) {
  #top .teamoverview .container {
    padding: 0 50px;
  }
}
@media only screen and (max-width: 989px) {
  #top .teamoverview .container {
    padding: 0 20px;
  }
}
@media only screen and (max-width: 767px) {
  #top .teamoverview .container {
    width: 100% !important;
    max-width: 100% !important;
    padding: 0 20px !important;
  }
  /* line 87, sass/modules/teamoverview.scss */
  #top .teamoverview .container .content {
    padding-top: 30px;
  }
}
/* line 93, sass/modules/teamoverview.scss */
#top .teamoverview article {
  width: 300px;
  margin: 0 10px 28px;
  background: #fff;
  box-shadow: 0px 2px 43px 0px rgba(26, 68, 116, 0.02), 0px 2px 70px 0px rgba(0, 0, 0, 0.1), 0px 0px 3px 0px rgba(0, 0, 0, 0.05);
}
@media only screen and (max-width: 767px) {
  #top .teamoverview article {
    width: 300px !important;
    margin: 0 10px 28px !important;
    max-width: 100%;
    overflow: hidden;
  }
  /* line 105, sass/modules/teamoverview.scss */
  #top .teamoverview article .flex_column {
    margin: 0 !important;
  }
}
@media only screen and (max-width: 479px) {
  #top .teamoverview article {
    margin: 0 auto 28px !important;
  }
}
/* line 115, sass/modules/teamoverview.scss */
#top .teamoverview .membersection.overview {
  width: 300px;
  background: #1a4474;
  top: 0px;
}
/* line 120, sass/modules/teamoverview.scss */
#top .teamoverview .membersection.overview img {
  border-radius: 0;
  width: 300px;
}
/* line 125, sass/modules/teamoverview.scss */
#top .teamoverview .membersection.overview .avia-image-container-inner {
  min-height: 300px;
}
@media only screen and (max-width: 767px) {
  #top .teamoverview .membersection.overview .avia-image-container-inner {
    min-height: 0;
  }
}
/* line 133, sass/modules/teamoverview.scss */
#top .teamoverview .membersection.overview .member_sub {
  min-height: 80px;
  background: #fff;
}
@media only screen and (max-width: 767px) {
  #top .teamoverview .membersection.overview .member_sub {
    min-height: 0;
  }
}
/* line 142, sass/modules/teamoverview.scss */
@media only screen and (max-width: 767px) {
  #top .teamoverview .membersection.overview .avia-button {
    margin: 0;
    border: none;
    line-height: 20px;
    padding: 12px 20px;
  }
}
/* line 151, sass/modules/teamoverview.scss */
#top .teamoverview .membersection.overview .full-link-button a {
  height: calc(100% - 75px);
  position: absolute;
  bottom: 0;
  z-index: 6;
  left: 0;
  background: transparent !important;
  width: 100%;
  border: none !important;
}
@media only screen and (max-width: 767px) {
  #top .teamoverview .membersection.overview .full-link-button a {
    height: calc(100% - 50px);
  }
}
/* line 166, sass/modules/teamoverview.scss */
#top .teamoverview .membersection.overview .av-special-heading-tag {
  color: #1a4474;
  font-size: 18px;
  font-weight: bold;
  padding: 35px 35px 15px 35px;
  margin: 0;
  background: #fff;
}
@media only screen and (max-width: 767px) {
  #top .teamoverview .membersection.overview .av-special-heading-tag {
    padding: 15px 25px 5px;
  }
}
/* line 179, sass/modules/teamoverview.scss */
#top .teamoverview .membersection.overview .av-special-heading {
  margin-top: 0;
  padding-bottom: 0 !important;
}
/* line 184, sass/modules/teamoverview.scss */
#top .teamoverview .membersection.overview .member_title {
  min-height: 30px;
}
/* line 188, sass/modules/teamoverview.scss */
#top .teamoverview .membersection.overview .el_after_draad_customfield {
  background: #fff;
  padding-top: 50px;
  padding-bottom: 60px;
}
@media only screen and (max-width: 767px) {
  #top .teamoverview .membersection.overview .el_after_draad_customfield {
    padding-top: 30px;
    padding-bottom: 40px;
  }
}
/* line 198, sass/modules/teamoverview.scss */
#top .teamoverview .membersection.overview .el_after_draad_customfield:after {
  content: url('../images/linesmall.png');
  height: 10px;
  position: absolute;
  bottom: 0;
  left: -1px;
  visibility: visible;
  z-index: 999;
}
@media only screen and (max-width: 767px) {
  #top .teamoverview .membersection.overview .el_after_draad_customfield:after {
    bottom: 8px;
  }
}
/* line 214, sass/modules/teamoverview.scss */
#top .teamoverview .membersection.overview p {
  color: #1a4474;
  background: #fff;
  padding: 0px 35px 0px 35px;
  margin: 0;
}
@media only screen and (max-width: 767px) {
  #top .teamoverview .membersection.overview p {
    padding: 0 25px;
  }
}
/* line 225, sass/modules/teamoverview.scss */
#top .teamoverview .membersection.overview .linkedin {
  position: absolute;
  top: 0;
  left: 0;
  border-right: 1px solid #1e567f;
  height: 75px;
}
/* line 230, sass/modules/teamoverview.scss */
#top .teamoverview .membersection.overview .linkedin span {
  color: #a4d8dd;
  font-size: 20px;
  left: 0;
}
/* line 236, sass/modules/teamoverview.scss */
#top .teamoverview .membersection.overview .linkedin a {
  padding-top: 24px;
}
@media only screen and (max-width: 767px) {
  #top .teamoverview .membersection.overview .linkedin a {
    min-width: 50px;
    padding: 16px 10px 14px;
    margin: 0;
  }
}
@media only screen and (max-width: 767px) {
  #top .teamoverview .membersection.overview .linkedin {
    height: 50px;
  }
}
/* line 254, sass/modules/teamoverview.scss */
#top .teamoverview .membersection.overview .arrow {
  position: absolute;
  top: 0;
  right: 0;
  border-left: 1px solid #1e567f;
  height: 75px;
}
/* line 260, sass/modules/teamoverview.scss */
#top .teamoverview .membersection.overview .arrow span {
  font-size: 34px;
  line-height: 25px;
  color: #a4d8dd;
  left: 0;
}
@media only screen and (max-width: 767px) {
  #top .teamoverview .membersection.overview .arrow span {
    font-size: 25px;
    line-height: 30px;
  }
}
/* line 272, sass/modules/teamoverview.scss */
#top .teamoverview .membersection.overview .arrow a {
  padding-top: 24px;
}
@media only screen and (max-width: 767px) {
  #top .teamoverview .membersection.overview .arrow a {
    min-width: 50px;
    padding: 10px;
    margin: 0;
  }
}
@media only screen and (max-width: 767px) {
  #top .teamoverview .membersection.overview .arrow {
    height: 50px;
  }
}
/* line 290, sass/modules/teamoverview.scss */
#top .teamoverview .membersection.overview .overview {
  position: absolute;
  top: 0px;
  right: 0px;
  border-left: 1px solid #1e567f;
}
/* line 295, sass/modules/teamoverview.scss */
#top .teamoverview .membersection.overview .overview a {
  padding: 23px;
}
/* line 302, sass/modules/teamoverview.scss */
#top .teamoverview .membersection.overview .avia-align-center {
  margin-top: 75px;
  margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
  #top .teamoverview .membersection.overview .avia-align-center {
    margin-top: 50px;
  }
}
/* line 315, sass/modules/teamoverview.scss */
#top .teammembers {
  overflow: visible;
}
/* line 319, sass/modules/teamoverview.scss */
/* line 320, sass/modules/teamoverview.scss */
#top .teamintro h1 {
  color: #ef4123;
  font-weight: 600;
  font-size: 14px;
  text-transform: uppercase;
  margin-bottom: 10px;
}
/* line 328, sass/modules/teamoverview.scss */
#top .teamintro .av-subheading p {
  font-weight: 200;
  font-size: 45px;
  line-height: 60px;
  background: -moz-linear-gradient(left, rgba(26, 68, 116, 1) 40%, rgba(75, 184, 191, 1) 60%);
  background: -webkit-gradient(left top, right top, color-stop(40%, rgba(26, 68, 116, 1)), color-stop(60%, rgba(75, 184, 191, 1)));
  background: -webkit-linear-gradient(left, rgba(26, 68, 116, 1) 40%, rgba(75, 184, 191, 1) 60%);
  background: -o-linear-gradient(left, rgba(26, 68, 116, 1) 40%, rgba(75, 184, 191, 1) 60%);
  background: -ms-linear-gradient(left, rgba(26, 68, 116, 1) 40%, rgba(75, 184, 191, 1) 60%);
  background: linear-gradient(to right, rgba(26, 68, 116, 1) 40%, rgba(75, 184, 191, 1) 60%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1a4474', endColorstr='#4bb8bf', GradientType=1);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: #1a4474;
}
/* line 343, sass/modules/teamoverview.scss */
.avia-msie #top .teamintro .av-subheading p {
  background: -ms-linear-gradient(left, rgba(26, 68, 116, 0) 40%, rgba(75, 184, 191, 0) 60%);
}
@media only screen and (max-width: 767px) {
  #top .teamintro .av-subheading p {
    font-size: 24px;
    line-height: 33px;
    font-weight: 400;
  }
}
/* line 354, sass/modules/teamoverview.scss */
#top .teamintro .hr-short {
  margin: 5px 0px;
}
/* line 358, sass/modules/teamoverview.scss */
#top .teamintro .hr-inner {
  width: 100px;
  left: 50%;
  margin-left: -50px;
  background: rgba(26, 68, 116, 1);
  background: -moz-linear-gradient(left, rgba(26, 68, 116, 1) 0%, rgba(75, 184, 191, 1) 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, rgba(26, 68, 116, 1)), color-stop(100%, rgba(75, 184, 191, 1)));
  background: -webkit-linear-gradient(left, rgba(26, 68, 116, 1) 0%, rgba(75, 184, 191, 1) 100%);
  background: -o-linear-gradient(left, rgba(26, 68, 116, 1) 0%, rgba(75, 184, 191, 1) 100%);
  background: -ms-linear-gradient(left, rgba(26, 68, 116, 1) 0%, rgba(75, 184, 191, 1) 100%);
  background: linear-gradient(to right, rgba(26, 68, 116, 1) 0%, rgba(75, 184, 191, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1a4474', endColorstr='#4bb8bf', GradientType=1);
  border: none;
  height: 2px;
}
/* line 374, sass/modules/teamoverview.scss */
#top .teamintro .hr-inner-style {
  display: none;
}
@media only screen and (max-width: 767px) {
  /* line 379, sass/modules/teamoverview.scss */
  #top .teamintro .container {
    padding: 0 20px !important;
  }
  /* line 383, sass/modules/teamoverview.scss */
  #top .teamintro .content {
    padding: 25px 0 !important;
  }
}
/* line 389, sass/modules/teamoverview.scss */
#top #team {
  width: calc(100% - 180px);
  margin: 0px 90px;
  min-height: 75px;
}
@media only screen and (max-width: 989px) {
  #top #team {
    width: 100%;
    margin: 0;
  }
}
@media only screen and (max-width: 767px) {
  #top #team {
    min-height: 50px;
  }
}
/* line 404, sass/modules/teamoverview.scss */
#top #team .container {
  z-index: 9;
}
@media only screen and (max-width: 989px) {
  #top #team .container {
    padding: 0 20px;
  }
}
@media only screen and (max-width: 767px) {
  #top #team .container {
    width: 100% !important;
    max-width: 100% !important;
    height: auto !important;
  }
}
/* line 419, sass/modules/teamoverview.scss */
#top .team_filter_container {
  width: 220px;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  #top .team_filter_container {
    width: 100%;
    padding: 0 20px;
  }
}
/* line 429, sass/modules/teamoverview.scss */
#top .team_filter_container .team_filter {
  position: relative;
  margin-bottom: 0;
  padding: 10px;
  border-bottom: 1px solid #4475ac;
}
@media only screen and (max-width: 767px) {
  #top .team_filter_container .team_filter {
    margin: 0;
    line-height: 19px;
    padding: 13px 10px 10px;
  }
}
/* line 441, sass/modules/teamoverview.scss */
#top .team_filter_container .team_filter li {
  font-size: 16px;
  color: #fff;
  list-style-type: none;
  text-align: left;
  padding: 0;
  margin: 0;
}
/* line 451, sass/modules/teamoverview.scss */
#top .team_filter_container .team_filter .first:after {
  content: '\e877';
  font-family: entypo-fontello;
  position: absolute;
  right: 10px;
  font-size: 22px;
}
/* line 460, sass/modules/teamoverview.scss */
/* line 463, sass/modules/teamoverview.scss */
#top .team_filter_container .team_filter:active .filter, #top .team_filter_container .team_filter:focus .filter, #top .team_filter_container .team_filter:hover .filter {
  visibility: visible;
  opacity: 1;
}
@media only screen and (max-width: 989px) {
  /* line 471, sass/modules/teamoverview.scss */
  /* line 474, sass/modules/teamoverview.scss */
  #top .team_filter_container .team_filter:active .filter, #top .team_filter_container .team_filter:focus .filter, #top .team_filter_container .team_filter:hover .filter {
    visibility: hidden;
    opacity: 0;
  }
  /* line 480, sass/modules/teamoverview.scss */
  /* line 481, sass/modules/teamoverview.scss */
  #top .team_filter_container .team_filter.team_filter-opened .filter {
    visibility: visible;
    opacity: 1;
  }
}
/* line 489, sass/modules/teamoverview.scss */
#top .team_filter_container .blog_articles_filter {
  left: 0;
  margin: 0;
  width: 220px;
  position: absolute;
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s;
  list-style: none;
  top: 100%;
  background: #fff;
}
@media only screen and (max-width: 767px) {
  #top .team_filter_container .blog_articles_filter {
    width: 100%;
  }
}
/* line 505, sass/modules/teamoverview.scss */
#top .team_filter_container .blog_articles_filter li {
  text-align: left;
}
/* line 509, sass/modules/teamoverview.scss */
#top .team_filter_container .blog_articles_filter a {
  color: #1a4474;
  padding: 4px 10px;
  text-decoration: none;
  width: 100%;
  display: block;
}
/* line 518, sass/modules/teamoverview.scss */
#top .team_filter_container .blog_articles_filter a:hover {
  background: #f4f4f4;
}
/* line 1, sass/modules/countriesoverview.scss */
/* line 2, sass/modules/countriesoverview.scss */
/* line 3, sass/modules/countriesoverview.scss */
#top .countrieslist .hr-short {
  margin: 20px 0px;
}
/* line 7, sass/modules/countriesoverview.scss */
#top .countrieslist .hr-inner {
  width: 100px;
  left: 0;
  margin-left: 0px;
  background: rgba(26, 68, 116, 1);
  background: -moz-linear-gradient(left, rgba(26, 68, 116, 1) 0%, rgba(75, 184, 191, 1) 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, rgba(26, 68, 116, 1)), color-stop(100%, rgba(75, 184, 191, 1)));
  background: -webkit-linear-gradient(left, rgba(26, 68, 116, 1) 0%, rgba(75, 184, 191, 1) 100%);
  background: -o-linear-gradient(left, rgba(26, 68, 116, 1) 0%, rgba(75, 184, 191, 1) 100%);
  background: -ms-linear-gradient(left, rgba(26, 68, 116, 1) 0%, rgba(75, 184, 191, 1) 100%);
  background: linear-gradient(to right, rgba(26, 68, 116, 1) 0%, rgba(75, 184, 191, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1a4474', endColorstr='#4bb8bf', GradientType=1);
  border: none;
  height: 2px;
}
/* line 23, sass/modules/countriesoverview.scss */
#top .countrieslist .hr-inner-style {
  display: none;
}
/* line 27, sass/modules/countriesoverview.scss */
#top .countrieslist .av_one_full {
  height: 400px;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  left: 0;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0 15px;
}
@media only screen and (max-width: 767px) {
  #top .countrieslist .av_one_full {
    height: 225px;
  }
}
/* line 45, sass/modules/countriesoverview.scss */
#top .countrieslist .av-special-heading {
  margin-top: 170px;
  transition: 0.5s ease;
}
@media only screen and (max-width: 767px) {
  #top .countrieslist .av-special-heading {
    margin: 0;
  }
}
/* line 54, sass/modules/countriesoverview.scss */
#top .countrieslist .av-special-heading-tag {
  width: 312px;
  position: relative;
  overflow: hidden;
  max-width: 100%;
}
@media only screen and (max-width: 767px) {
  #top .countrieslist .av-special-heading-tag {
    font-size: 30px;
    line-height: 36px;
    padding: 7px 20px;
  }
  /* line 65, sass/modules/countriesoverview.scss */
  #top .countrieslist .av-special-heading-tag:before {
    right: 50px;
  }
  /* line 69, sass/modules/countriesoverview.scss */
  #top .countrieslist .av-special-heading-tag:after {
    right: 18px;
  }
}
/* line 75, sass/modules/countriesoverview.scss */
#top .countrieslist .av-special-heading-tag:after {
  content: '\e87d';
  font-family: 'entypo-fontello';
  font-size: 30px;
  position: absolute;
  right: 29px;
  visibility: visible;
}
/* line 84, sass/modules/countriesoverview.scss */
#top .countrieslist .av-special-heading-tag:before {
  content: '';
  width: 0;
  height: 100%;
  position: absolute;
  border: 1px solid #f96349;
  top: 0;
  right: 70px;
  transition: 0.5s ease;
}
/* line 95, sass/modules/countriesoverview.scss */
#top .countrieslist h3 {
  color: #fff;
  padding: 20px;
  background: #ef4123;
  font-weight: 100;
  max-width: 312px;
  margin: 0 auto;
  text-align: left;
  font-size: 33px;
  transition: 0.5s ease;
}
/* line 109, sass/modules/countriesoverview.scss */
#top .av_one_third {
  width: 31.33333%;
  margin-left: 3%;
  margin-bottom: 1%;
}
/* line 114, sass/modules/countriesoverview.scss */
#top .av_one_third.first {
  margin-left: 0;
}
/* line 120, sass/modules/countriesoverview.scss */
/* line 121, sass/modules/countriesoverview.scss */
#top .countrieslist .slide-entry {
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 989px) {
  #top .countrieslist .slide-entry {
    width: 46%;
    margin: 0 2%;
    clear: none;
  }
}
@media only screen and (max-width: 767px) {
  #top .countrieslist .slide-entry {
    width: 100% !important;
    margin: 0 !important;
  }
}
/* line 136, sass/modules/countriesoverview.scss */
#top .countrieslist .slide-entry:hover {
  z-index: 2;
}
/* line 141, sass/modules/countriesoverview.scss */
/* line 142, sass/modules/countriesoverview.scss */
@media only screen and (max-width: 767px) {
  #top .countrieslist .av_one_full .population_now, #top .countrieslist .av_one_full .population_future, #top .countrieslist .av_one_full .population_growth, #top .countrieslist .av_one_full .avia-image-container {
    display: none;
  }
}
/* line 151, sass/modules/countriesoverview.scss */
@media only screen and (min-width: 768px) {
  #top .countrieslist .av_one_full .population_now, #top .countrieslist .av_one_full .population_future, #top .countrieslist .av_one_full .population_growth {
    width: 312px;
    max-width: 100%;
    margin: 0 auto;
  }
}
@media only screen and (min-width: 768px) {
  /* line 163, sass/modules/countriesoverview.scss */
  /* line 164, sass/modules/countriesoverview.scss */
  #top .countrieslist .av_one_full:hover .population_now, #top .countrieslist .av_one_full:hover .population_future, #top .countrieslist .av_one_full:hover .population_growth, #top .countrieslist .av_one_full:hover .avia-image-container {
    visibility: visible;
    opacity: 1;
  }
  /* line 172, sass/modules/countriesoverview.scss */
  #top .countrieslist .av_one_full:hover h3 {
    background: #1a4474;
    color: #a4d8dd;
  }
  /* line 177, sass/modules/countriesoverview.scss */
  #top .countrieslist .av_one_full:hover .av-special-heading-tag:before {
    border-color: #1e567f;
  }
  /* line 181, sass/modules/countriesoverview.scss */
  #top .countrieslist .av_one_full:hover .av-special-heading {
    margin-top: 70px;
  }
  /* line 185, sass/modules/countriesoverview.scss */
  #top .countrieslist .av_one_full:hover .avia-image-container {
    visibility: visible;
    opacity: 1;
  }
}
/* line 193, sass/modules/countriesoverview.scss */
#top .countrieslist .avia-image-container {
  background: #fff;
  visibility: hidden;
  opacity: 0;
  transition: 0.5s ease;
}
/* line 199, sass/modules/countriesoverview.scss */
#top .countrieslist .avia-image-container img {
  border-radius: 0;
}
/* line 207, sass/modules/countriesoverview.scss */
/* line 208, sass/modules/countriesoverview.scss */
#top #countries .container {
  padding: 0px 60px;
}
@media only screen and (max-width: 1139px) {
  #top #countries .container {
    padding: 0 20px;
  }
}
@media only screen and (max-width: 767px) {
  #top #countries .container {
    width: 100% !important;
    max-width: 100% !important;
  }
}
/* line 220, sass/modules/countriesoverview.scss */
#top #countries .content {
  padding-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  #top #countries .content {
    padding: 0;
  }
}
/* line 229, sass/modules/countriesoverview.scss */
/* line 230, sass/modules/countriesoverview.scss */
#top .countries_intro .content {
  padding: 120px 160px 40px 160px !important;
}
@media only screen and (max-width: 1339px) {
  #top .countries_intro .content {
    padding: 120px 0 40px !important;
  }
}
@media only screen and (max-width: 989px) {
  #top .countries_intro .content {
    padding-top: 40px !important;
  }
}
@media only screen and (max-width: 767px) {
  #top .countries_intro .content {
    padding: 0 0 20px !important;
  }
}
/* line 246, sass/modules/countriesoverview.scss */
@media only screen and (max-width: 767px) {
  #top .countries_intro .container {
    padding: 30px 20px 0 !important;
    width: 100% !important;
    max-width: 100% !important;
  }
}
/* line 254, sass/modules/countriesoverview.scss */
#top .countries_intro h1 {
  color: #ef4123;
  font-weight: 600;
  font-size: 14px;
  text-transform: uppercase;
  margin-bottom: 10px;
  max-width: 70%;
}
/* line 263, sass/modules/countriesoverview.scss */
#top .countries_intro .av-subheading p {
  font-weight: 200;
  font-size: 45px;
  line-height: 60px;
  background: -moz-linear-gradient(left, rgba(26, 68, 116, 1) 40%, rgba(75, 184, 191, 1) 60%);
  background: -webkit-gradient(left top, right top, color-stop(40%, rgba(26, 68, 116, 1)), color-stop(60%, rgba(75, 184, 191, 1)));
  background: -webkit-linear-gradient(left, rgba(26, 68, 116, 1) 40%, rgba(75, 184, 191, 1) 60%);
  background: -o-linear-gradient(left, rgba(26, 68, 116, 1) 40%, rgba(75, 184, 191, 1) 60%);
  background: -ms-linear-gradient(left, rgba(26, 68, 116, 1) 40%, rgba(75, 184, 191, 1) 60%);
  background: linear-gradient(to right, rgba(26, 68, 116, 1) 40%, rgba(75, 184, 191, 1) 60%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1a4474', endColorstr='#4bb8bf', GradientType=1);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: #1a4474;
  max-width: 60%;
}
/* line 279, sass/modules/countriesoverview.scss */
.avia-msie #top .countries_intro .av-subheading p {
  background: -ms-linear-gradient(left, rgba(26, 68, 116, 0) 40%, rgba(75, 184, 191, 0) 60%);
}
@media only screen and (max-width: 1339px) {
  #top .countries_intro .av-subheading p {
    max-width: 830px;
  }
}
@media only screen and (max-width: 767px) {
  #top .countries_intro .av-subheading p {
    font-size: 24px;
    line-height: 33px;
    font-weight: 400;
  }
}
/* line 294, sass/modules/countriesoverview.scss */
#top .countries_intro .hr-short {
  margin: 20px 0px;
}
/* line 298, sass/modules/countriesoverview.scss */
#top .countries_intro .hr-inner {
  width: 100px;
  left: 0;
  margin-left: 0px;
  background: rgba(26, 68, 116, 1);
  background: -moz-linear-gradient(left, rgba(26, 68, 116, 1) 0%, rgba(75, 184, 191, 1) 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, rgba(26, 68, 116, 1)), color-stop(100%, rgba(75, 184, 191, 1)));
  background: -webkit-linear-gradient(left, rgba(26, 68, 116, 1) 0%, rgba(75, 184, 191, 1) 100%);
  background: -o-linear-gradient(left, rgba(26, 68, 116, 1) 0%, rgba(75, 184, 191, 1) 100%);
  background: -ms-linear-gradient(left, rgba(26, 68, 116, 1) 0%, rgba(75, 184, 191, 1) 100%);
  background: linear-gradient(to right, rgba(26, 68, 116, 1) 0%, rgba(75, 184, 191, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1a4474', endColorstr='#4bb8bf', GradientType=1);
  border: none;
  height: 2px;
}
@media only screen and (max-width: 767px) {
  #top .countries_intro .hr-inner {
    width: 330px;
    max-width: 71%;
  }
}
/* line 319, sass/modules/countriesoverview.scss */
#top .countries_intro .hr-inner-style {
  display: none;
}
/* line 325, sass/modules/countriesoverview.scss */
#top #after_section_1, #top #av_section_1 {
  border: none;
}
/* line 332, sass/modules/countriesoverview.scss */
/* line 333, sass/modules/countriesoverview.scss */
#top .population_now, #top .population_future, #top .population_growth {
  width: 312px;
  position: relative;
  float: none;
  margin: 0 auto;
  font-weight: 900;
  font-size: 22px;
  color: #1a4474;
  min-height: 65px;
  background: #fff;
  padding-left: 100px;
  visibility: hidden;
  opacity: 0;
  transition: 0.5s ease;
}
@media only screen and (max-width: 767px) {
  /* line 351, sass/modules/countriesoverview.scss */
  #top .population_now, #top .population_future, #top .population_growth, #top .population_now p, #top .population_future p, #top .population_growth p {
    color: #1a4474;
    font-size: 20px !important;
    margin: 0;
    font-weight: 700;
  }
}
/* line 361, sass/modules/countriesoverview.scss */
#top .population_now {
  padding-top: 45px;
  padding-bottom: 22px;
}
/* line 366, sass/modules/countriesoverview.scss */
#top .population_future {
  padding-bottom: 20px;
}
/* line 370, sass/modules/countriesoverview.scss */
#top .population_growth {
  padding-bottom: 20px;
}
/* line 374, sass/modules/countriesoverview.scss */
#top .population_now:before {
  content: url('../images/population.png');
  position: absolute;
  left: 30px;
  bottom: 25px;
}
/* line 381, sass/modules/countriesoverview.scss */
#top .population_now:after {
  content: '2016 population (MN)';
  font-size: 14px;
  color: #1a4474;
  font-weight: 400;
  font-family: Open Sans;
  display: block;
}
/* line 390, sass/modules/countriesoverview.scss */
#top .population_future:before {
  content: url('../images/futurepopulation.png');
  position: absolute;
  left: 30px;
  bottom: 22px;
}
/* line 397, sass/modules/countriesoverview.scss */
#top .population_future:after {
  content: 'Nominal GDP US$ BN (2016)';
  font-size: 14px;
  color: #1a4474;
  font-weight: 400;
  font-family: Open Sans;
  display: block;
}
/* line 406, sass/modules/countriesoverview.scss */
#top .population_growth:before {
  content: url('../images/growth.png');
  position: absolute;
  left: 30px;
  bottom: 25px;
}
/* line 413, sass/modules/countriesoverview.scss */
#top .population_growth:after {
  content: 'Ease of doing business (2017)';
  font-size: 14px;
  color: #1a4474;
  font-weight: 400;
  font-family: Open Sans;
  display: block;
}
/* line 422, sass/modules/countriesoverview.scss */
#top .countryfilter.filter {
  list-style: none;
  padding-left: 140px;
  margin-bottom: 40px;
}
@media only screen and (max-width: 767px) {
  #top .countryfilter.filter {
    padding: 0;
    margin: 0 0 20px;
    text-align: center;
  }
  /* line 432, sass/modules/countriesoverview.scss */
  #top .countryfilter.filter > li {
    vertical-align: top;
    margin: 0 6px 12px;
  }
}
@media only screen and (max-width: 767px) and (max-width: 767px) {
  #top .countryfilter.filter > li {
    margin: 0 4px 12px;
  }
}
/* line 442, sass/modules/countriesoverview.scss */
#top .countryfilter.filter li:hover {
  background: #1a4474;
}
/* line 443, sass/modules/countriesoverview.scss */
#top .countryfilter.filter li:hover a {
  color: #a4d8dd;
  text-decoration: none;
}
/* line 451, sass/modules/countriesoverview.scss */
#top .countryfilter.filter a {
  color: #1a4474;
  padding: 10px 30px;
  font-weight: 600;
}
@media only screen and (max-width: 767px) {
  #top .countryfilter.filter a {
    padding: 10px 11px;
  }
}
/* line 461, sass/modules/countriesoverview.scss */
#top .countryfilter.filter li {
  display: inline-block;
  background: #a4d8dd;
}
/* line 466, sass/modules/countriesoverview.scss */
#top .countryfilter.filter li.active {
  background: #1a4474;
}
/* line 469, sass/modules/countriesoverview.scss */
#top .countryfilter.filter li.active a {
  color: #a4d8dd;
}
/* line 475, sass/modules/countriesoverview.scss */
#top .countryfilter.filter .remove_terms {
  background: #ef4123;
}
/* line 478, sass/modules/countriesoverview.scss */
#top .countryfilter.filter .remove_terms a {
  color: #fff;
}
/* line 1, sass/modules/caseslider.scss */
/* line 2, sass/modules/caseslider.scss */
/* line 4, sass/modules/caseslider.scss */
@media only screen and (max-width: 989px) {
  #top .caseslider_container > .flex_cell {
    padding: 60px 0 0 !important;
  }
}
@media only screen and (max-width: 767px) {
  #top .caseslider_container > .flex_cell {
    padding: 0 !important;
  }
}
/* line 15, sass/modules/caseslider.scss */
#top .caseslider_container .bx-wrapper {
  height: 800px;
}
@media only screen and (max-width: 989px) {
  #top .caseslider_container .bx-wrapper {
    height: 750px;
  }
}
@media only screen and (max-width: 767px) {
  #top .caseslider_container .bx-wrapper {
    height: auto;
    margin-bottom: 88px !important;
  }
}
/* line 28, sass/modules/caseslider.scss */
#top .caseslider_container #caseslider_content li:only-child {
  display: block !important;
}
/* line 32, sass/modules/caseslider.scss */
#top .caseslider_container .bx-wrapper {
  max-width: 100% !important;
}
/* line 36, sass/modules/caseslider.scss */
#top .caseslider_container .bx-wrapper:nth-child(3) {
  position: absolute;
  width: 100%;
  height: 800px;
  top: 0;
}
@media only screen and (max-width: 767px) {
  #top .caseslider_container .bx-wrapper:nth-child(3) {
    width: 80%;
    max-width: 400px !important;
    min-width: 280px;
    left: 20px;
    right: 20px;
    margin: 0 auto !important;
    top: 150px;
    height: 237px;
    background: #fff;
    border: none;
    box-shadow: 0px 2px 43px 0px rgba(26, 68, 116, 0.02), 0px 2px 70px 0px rgba(0, 0, 0, 0.21), 0px 0px 3px 0px rgba(0, 0, 0, 0.05);
    overflow: hidden;
  }
  /* line 56, sass/modules/caseslider.scss */
  #top .caseslider_container .bx-wrapper:nth-child(3) .custom_slider {
    height: 100%;
  }
  /* line 59, sass/modules/caseslider.scss */
  #top .caseslider_container .bx-wrapper:nth-child(3) .custom_slider li {
    height: 100%;
  }
  /* line 64, sass/modules/caseslider.scss */
  #top .caseslider_container .bx-wrapper:nth-child(3) p {
    font-size: 16px;
    line-height: 22px;
    color: #1a4474;
    margin: 0;
  }
}
/* line 72, sass/modules/caseslider.scss */
#top .caseslider_container .bx-wrapper:nth-child(3) .bx-viewport {
  background: transparent;
  z-index: 99;
  height: 100% !important;
  pointer-events: none;
}
/* line 81, sass/modules/caseslider.scss */
#top .caseslider_container .fixedfourth {
  position: absolute;
  top: 55px;
  right: 380px;
  min-width: 390px;
  height: 550px;
  box-shadow: 0px 2px 43px 0px rgba(26, 68, 116, 0.02), 0px 2px 70px 0px rgba(0, 0, 0, 0.1), 0px 0px 3px 0px rgba(0, 0, 0, 0.05);
  border-top: 70px solid #1a4474;
}
@media only screen and (max-width: 989px) {
  #top .caseslider_container .fixedfourth {
    right: 340px;
  }
}
/* line 94, sass/modules/caseslider.scss */
#top .caseslider_container .fixedfourth .next_slide, #top .caseslider_container .fixedfourth .prev_slide {
  position: relative;
  top: -50px;
  left: -50px;
  z-index: 5000;
  border-right: 1px solid #1e567f;
}
/* line 103, sass/modules/caseslider.scss */
#top .caseslider_container .fixedfourth .av_font_icon {
  background: #1a4474;
}
/* line 106, sass/modules/caseslider.scss */
#top .caseslider_container .fixedfourth .av_font_icon a {
  color: #a4d8dd;
  font-size: 30px !important;
  line-height: 40px !important;
  padding: 14px 30px;
}
/* line 115, sass/modules/caseslider.scss */
#top .caseslider_container .fixedfourth .next_slide {
  position: absolute;
  top: -70px;
  left: 75px;
}
/* line 121, sass/modules/caseslider.scss */
#top .caseslider_container .fixedfourth .prev_slide {
  position: absolute;
  top: -70px;
  left: 0;
}
/* line 127, sass/modules/caseslider.scss */
#top .caseslider_container .fixedfourth .overview {
  position: absolute;
  top: -70px;
  right: 0px;
  border-left: 1px solid #1e567f;
}
/* line 132, sass/modules/caseslider.scss */
#top .caseslider_container .fixedfourth .overview a {
  padding: 20px;
}
@media only screen and (max-width: 767px) {
  #top .caseslider_container .fixedfourth {
    width: 80% !important;
    max-width: 400px;
    min-width: 280px;
    left: 20px;
    right: 20px;
    margin: 0 auto !important;
    top: 100px;
    height: 50px;
    background: #1a4474 !important;
    border: none;
    box-shadow: none;
  }
  /* line 152, sass/modules/caseslider.scss */
  #top .caseslider_container .fixedfourth .prev_slide, #top .caseslider_container .fixedfourth .next_slide, #top .caseslider_container .fixedfourth .avia-image-container {
    position: static;
    margin: 0;
  }
  /* line 158, sass/modules/caseslider.scss */
  #top .caseslider_container .fixedfourth .prev_slide .av-icon-char, #top .caseslider_container .fixedfourth .next_slide .av-icon-char, #top .caseslider_container .fixedfourth .avia-image-container .av-icon-char {
    font-size: 20px !important;
    line-height: 30px !important;
    padding: 10px;
    width: 50px;
    height: 50px;
    text-align: center;
  }
  /* line 168, sass/modules/caseslider.scss */
  #top .caseslider_container .fixedfourth .avia-image-container {
    float: right;
  }
  /* line 171, sass/modules/caseslider.scss */
  #top .caseslider_container .fixedfourth .avia-image-container a {
    padding: 10px 12px;
  }
  /* line 176, sass/modules/caseslider.scss */
  #top .caseslider_container .fixedfourth:after {
    display: none;
  }
}
/* line 183, sass/modules/caseslider.scss */
#top #caseslider_image {
  margin-left: 20vw;
}
@media only screen and (max-width: 989px) {
  #top #caseslider_image {
    margin-left: 0;
  }
}
/* line 188, sass/modules/caseslider.scss */
#top #caseslider_image li {
  width: 60vw !important;
  margin-right: 0px !important;
}
@media only screen and (max-width: 989px) {
  #top #caseslider_image li {
    width: 100vw !important;
  }
}
/* line 197, sass/modules/caseslider.scss */
@media only screen and (max-width: 600px) {
  #top #caseslider_image .avia-image-container-inner {
    overflow: hidden;
  }
}
/* line 203, sass/modules/caseslider.scss */
#top #caseslider_image img {
  border-radius: 0;
  width: 100%;
}
@media only screen and (max-width: 600px) {
  #top #caseslider_image img {
    position: relative;
    top: 0;
    left: 50%;
    right: 0;
    height: 350px;
    width: auto;
    max-width: none;
    transform: translate(-50%, 0);
  }
}
/* line 222, sass/modules/caseslider.scss */
/* line 223, sass/modules/caseslider.scss */
#top #caseslider_content .av_one_fourth {
  position: absolute;
  top: 170px;
  right: 438px;
  width: 280px;
  height: 420px;
}
@media only screen and (max-width: 989px) {
  #top #caseslider_content .av_one_fourth {
    right: 398px;
  }
}
@media only screen and (max-width: 767px) {
  #top #caseslider_content .av_one_fourth {
    position: static;
    width: auto;
    height: auto;
    padding: 30px 20px 0;
  }
  /* line 240, sass/modules/caseslider.scss */
  #top #caseslider_content .av_one_fourth .draad_content_wrapper {
    display: none;
  }
  /* line 244, sass/modules/caseslider.scss */
  /* line 245, sass/modules/caseslider.scss */
  #top #caseslider_content .av_one_fourth .case_sub p {
    display: inline;
  }
  /* line 249, sass/modules/caseslider.scss */
  #top #caseslider_content .av_one_fourth .case_sub:after {
    content: '...';
    display: inline;
    font-size: 16px;
    line-height: 22px;
    color: #1a4474;
    margin: 0;
  }
}
/* line 260, sass/modules/caseslider.scss */
#top #caseslider_content .av_one_fourth .bx-wrapper .bx-prev {
  background: none;
}
/* line 264, sass/modules/caseslider.scss */
#top #caseslider_content .av_one_fourth .case_sub {
  font-size: 18px;
  line-height: 28px;
  color: #1a4474;
}
/* line 270, sass/modules/caseslider.scss */
#top #caseslider_content .av_one_fourth .avia-image-container {
  position: absolute;
  bottom: -134px;
  left: -36px;
}
@media only screen and (max-width: 767px) {
  #top #caseslider_content .av_one_fourth .avia-image-container {
    bottom: 0;
    left: 20px;
  }
}
/* line 286, sass/modules/caseslider.scss */
/* line 287, sass/modules/caseslider.scss */
.new_logoslider .container {
  padding: 0px;
}
/* line 290, sass/modules/caseslider.scss */
@media only screen and (max-width: 989px) {
  .new_logoslider .container .av_one_full {
    padding: 20px 0 20px 0 !important;
  }
}
/* line 297, sass/modules/caseslider.scss */
/* line 298, sass/modules/caseslider.scss */
.logo_div .bx-wrapper {
  max-width: 100%;
}
/* line 305, sass/modules/caseslider.scss */
/* line 307, sass/modules/caseslider.scss */
@media only screen and (max-width: 1420px) {
  .logo_div .bx-wrapper .bx-viewport li {
    width: 20vw !important;
  }
}
@media only screen and (max-width: 1139px) {
  .logo_div .bx-wrapper .bx-viewport li {
    width: 25vw !important;
  }
}
@media only screen and (max-width: 989px) {
  .logo_div .bx-wrapper .bx-viewport li {
    width: 33.33333vw !important;
  }
}
@media only screen and (max-width: 479px) {
  .logo_div .bx-wrapper .bx-viewport li {
    width: 50vw !important;
  }
}
/* line 326, sass/modules/caseslider.scss */
.logo_div .bx-wrapper .bx-viewport li .avia-image-container, .logo_div .bx-wrapper .bx-viewport li .avia-image-container-inner {
  height: 100%;
}
/* line 330, sass/modules/caseslider.scss */
.logo_div .bx-wrapper .bx-viewport li .full-link-btn {
  position: absolute;
  background: transparent;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
/* line 339, sass/modules/caseslider.scss */
.logo_div .bx-wrapper .bx-viewport li img {
  max-width: 80%;
  margin-left: 10%;
  top: 50%;
  position: relative;
  max-height: 200px;
}
/* line 1, sass/modules/countryslider.scss */
@media only screen and (max-width: 767px) {
  #top .countryslider_container {
    margin: 0 0 89px;
  }
}
/* line 7, sass/modules/countryslider.scss */
#top .countryslider_container .bx-wrapper {
  height: 800px;
}
@media only screen and (max-width: 767px) {
  #top .countryslider_container .bx-wrapper {
    height: 475px;
  }
}
/* line 14, sass/modules/countryslider.scss */
#top .countryslider_container .bx-wrapper li {
  padding: 0;
}
/* line 17, sass/modules/countryslider.scss */
#top .countryslider_container .bx-wrapper:nth-child(3) {
  position: absolute;
  width: 100%;
  height: 800px;
  top: 0;
}
@media only screen and (max-width: 767px) {
  #top .countryslider_container .bx-wrapper:nth-child(3) {
    width: 80%;
    max-width: 400px !important;
    min-width: 280px;
    left: 20px;
    right: 20px;
    margin: 0 auto;
    top: 150px;
    height: 417px;
    background: #fff;
    border: none;
    box-shadow: 0px 2px 43px 0px rgba(26, 68, 116, 0.02), 0px 2px 70px 0px rgba(0, 0, 0, 0.21), 0px 0px 3px 0px rgba(0, 0, 0, 0.05);
    overflow: hidden;
  }
  /* line 37, sass/modules/countryslider.scss */
  #top .countryslider_container .bx-wrapper:nth-child(3):after {
    content: url(../images/linegradient.png);
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 18px;
  }
  /* line 46, sass/modules/countryslider.scss */
  #top .countryslider_container .bx-wrapper:nth-child(3) .custom_slider {
    height: 100%;
  }
  /* line 49, sass/modules/countryslider.scss */
  #top .countryslider_container .bx-wrapper:nth-child(3) .custom_slider li {
    height: 100%;
  }
}
/* line 55, sass/modules/countryslider.scss */
#top .countryslider_container .bx-wrapper:nth-child(3) .bx-viewport {
  background: transparent;
  z-index: 99;
  height: 100% !important;
  pointer-events: none;
}
/* line 64, sass/modules/countryslider.scss */
#top .countryslider_container .av_one_full {
  height: 820px;
}
@media only screen and (max-width: 767px) {
  #top .countryslider_container .av_one_full {
    margin: 0 !important;
    height: 475px;
  }
}
/* line 73, sass/modules/countryslider.scss */
@media only screen and (max-width: 989px) {
  #top .countryslider_container > .av_one_full {
    padding-left: 50px !important;
    padding-right: 50px !important;
  }
}
/* line 80, sass/modules/countryslider.scss */
#top .countryslider_container .fixedfourth {
  position: absolute;
  top: 55px;
  right: 380px;
  height: 550px;
  box-shadow: 0px 2px 43px 0px rgba(26, 68, 116, 0.02), 0px 2px 70px 0px rgba(0, 0, 0, 0.21), 0px 0px 3px 0px rgba(0, 0, 0, 0.05);
  border-top: 70px solid #1a4474;
  left: 210px;
  top: -35px;
  width: 415px;
  height: 890px;
  background-size: 100%;
}
/* line 118, sass/includes/mixins.scss */
#top .countryslider_container .fixedfourth .next_slide, #top .countryslider_container .fixedfourth .prev_slide, #top .countryslider_container .fixedfourth .next_cslide, #top .countryslider_container .fixedfourth .prev_cslide {
  position: relative;
  top: -50px;
  left: -50px;
  z-index: 5000;
  border-right: 1px solid #1e567f;
}
/* line 129, sass/includes/mixins.scss */
#top .countryslider_container .fixedfourth .av_font_icon {
  background: #1a4474;
}
/* line 132, sass/includes/mixins.scss */
#top .countryslider_container .fixedfourth .av_font_icon a {
  color: #a4d8dd;
  font-size: 30px !important;
  line-height: 40px !important;
  padding: 14px 30px;
}
/* line 141, sass/includes/mixins.scss */
#top .countryslider_container .fixedfourth .next_slide, #top .countryslider_container .fixedfourth .next_cslide {
  position: absolute;
  top: -70px;
  left: 75px;
}
/* line 148, sass/includes/mixins.scss */
#top .countryslider_container .fixedfourth .prev_slide, #top .countryslider_container .fixedfourth .prev_cslide {
  position: absolute;
  top: -70px;
  left: 0;
}
/* line 155, sass/includes/mixins.scss */
#top .countryslider_container .fixedfourth .overview {
  position: absolute;
  top: -70px;
  right: 0px;
  border-left: 1px solid #1e567f;
}
/* line 160, sass/includes/mixins.scss */
#top .countryslider_container .fixedfourth .overview a {
  padding: 20px;
}
/* line 88, sass/modules/countryslider.scss */
#top .countryslider_container .fixedfourth:after {
  content: url(../images/linegradient.png);
}
@media only screen and (max-width: 767px) {
  #top .countryslider_container .fixedfourth {
    width: 80% !important;
    max-width: 400px;
    min-width: 280px;
    left: 20px;
    right: 20px;
    margin: 0 auto !important;
    top: 100px;
    height: 50px;
    background: #1a4474 !important;
    border: none;
    box-shadow: none;
  }
  /* line 105, sass/modules/countryslider.scss */
  #top .countryslider_container .fixedfourth .prev_cslide, #top .countryslider_container .fixedfourth .next_cslide, #top .countryslider_container .fixedfourth .avia-image-container {
    position: static;
    margin: 0;
  }
  /* line 111, sass/modules/countryslider.scss */
  #top .countryslider_container .fixedfourth .prev_cslide .av-icon-char, #top .countryslider_container .fixedfourth .next_cslide .av-icon-char, #top .countryslider_container .fixedfourth .avia-image-container .av-icon-char {
    font-size: 20px !important;
    line-height: 30px !important;
    padding: 10px;
    width: 50px;
    height: 50px;
    text-align: center;
  }
  /* line 121, sass/modules/countryslider.scss */
  #top .countryslider_container .fixedfourth .avia-image-container {
    float: right;
  }
  /* line 124, sass/modules/countryslider.scss */
  #top .countryslider_container .fixedfourth .avia-image-container a {
    padding: 10px 12px;
  }
  /* line 129, sass/modules/countryslider.scss */
  #top .countryslider_container .fixedfourth:after {
    display: none;
  }
}
/* line 135, sass/modules/countryslider.scss */
#top .countryslider_container .population_now, #top .countryslider_container .population_future, #top .countryslider_container .population_growth {
  visibility: visible;
  opacity: 1;
  font-size: 33px;
  padding: 20px 0 20px 85px;
  margin: 0 0 5px;
}
@media only screen and (max-width: 767px) {
  #top .countryslider_container .population_now, #top .countryslider_container .population_future, #top .countryslider_container .population_growth {
    padding: 13px 0 12px 68px;
    width: auto;
    margin: 0;
  }
}
/* line 150, sass/modules/countryslider.scss */
#top .countryslider_container .population_now:before, #top .countryslider_container .population_future:before, #top .countryslider_container .population_growth:before {
  bottom: auto;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
@media only screen and (max-width: 767px) {
  #top .countryslider_container .population_now:before, #top .countryslider_container .population_future:before, #top .countryslider_container .population_growth:before {
    left: 8px;
  }
}
/* line 162, sass/modules/countryslider.scss */
#top .countryslider_container .population_now:after, #top .countryslider_container .population_future:after, #top .countryslider_container .population_growth:after {
  margin-top: 4px;
}
@media only screen and (max-width: 767px) {
  /* line 167, sass/modules/countryslider.scss */
  #top .countryslider_container .population_now p, #top .countryslider_container .population_future p, #top .countryslider_container .population_growth p {
    color: #1a4474;
    font-size: 20px;
    margin: 0;
    font-weight: 700;
  }
}
/* line 176, sass/modules/countryslider.scss */
#top .countryslider_container .button_text {
  position: absolute;
  bottom: 90px;
  z-index: 1;
  background: #ef4123;
  padding: 10px;
  text-align: center;
  margin: 0 auto;
  color: white;
  width: auto;
  border-radius: 4px;
  left: 0;
  right: 0;
  text-transform: uppercase;
}
@media only screen and (max-width: 767px) {
  #top .countryslider_container .button_text {
    bottom: auto;
    top: 333px;
    padding: 14px 10px;
    width: 240px;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
  }
}
/* line 201, sass/modules/countryslider.scss */
#top .countryslider_container .button_text p {
  color: #fff;
}
@media only screen and (max-width: 767px) {
  #top .countryslider_container .button_text p {
    margin: 0;
    font-size: 12px;
    line-height: 16px;
    font-weight: 600;
  }
}
/* line 213, sass/modules/countryslider.scss */
#top .countryslider_container .country_icon {
  margin-top: 80px;
}
@media only screen and (max-width: 767px) {
  #top .countryslider_container .country_icon {
    display: none;
  }
}
/* line 221, sass/modules/countryslider.scss */
#top .countryslider_container .population_now:before {
  content: url(../images/populationbig.png);
}
@media only screen and (max-width: 767px) {
  #top .countryslider_container .population_now:before {
    content: url(../images/population.png);
  }
}
/* line 229, sass/modules/countryslider.scss */
#top .countryslider_container .population_future:before {
  content: url(../images/populationfuturebig.png);
}
@media only screen and (max-width: 767px) {
  #top .countryslider_container .population_future:before {
    content: url(../images/futurepopulation.png);
  }
}
/* line 237, sass/modules/countryslider.scss */
#top .countryslider_container .population_growth:before {
  content: url(../images/populationgrowthbig.png);
}
@media only screen and (max-width: 767px) {
  #top .countryslider_container .population_growth:before {
    content: url(../images/growth.png);
  }
}
/* line 245, sass/modules/countryslider.scss */
/* line 246, sass/modules/countryslider.scss */
#top .countryslider_container #countryslider_image .av_textblock_section {
  display: none;
}
/* line 249, sass/modules/countryslider.scss */
#top .countryslider_container #countryslider_image .av_textblock_section p {
  color: #fff;
  font-size: 14px;
  line-height: 28px;
  font-weight: 600;
  text-transform: uppercase;
  color: #cceaef;
}
/* line 260, sass/modules/countryslider.scss */
#top .countryslider_container #countryslider_image .title {
  width: 55%;
  float: right;
  display: none;
}
/* line 265, sass/modules/countryslider.scss */
#top .countryslider_container #countryslider_image .title p {
  color: #fff;
  font-size: 45px;
  line-height: 60px;
  font-weight: 200;
  margin-top: 5px;
}
@media only screen and (max-width: 767px) {
  #top .countryslider_container #countryslider_image .title {
    display: none;
  }
}
/* line 279, sass/modules/countryslider.scss */
/* line 280, sass/modules/countryslider.scss */
#top .countryslider_container #countryslider_content .av_four_fifth {
  position: absolute;
  left: 277px;
  float: none;
  width: 280px;
  top: 34px;
  min-height: 520px;
  pointer-events: all;
}
@media only screen and (max-width: 767px) {
  #top .countryslider_container #countryslider_content .av_four_fifth {
    position: static;
    margin: 0 !important;
    min-height: 0;
    width: auto;
    padding: 0 20px;
  }
}
/* line 297, sass/modules/countryslider.scss */
#top .countryslider_container #countryslider_content .av_four_fifth .av-special-heading {
  margin-bottom: 25px;
}
@media only screen and (max-width: 767px) {
  #top .countryslider_container #countryslider_content .av_four_fifth .av-special-heading {
    margin: 26px 7px 7px;
  }
}
/* line 306, sass/modules/countryslider.scss */
#top .countryslider_container #countryslider_content h3 {
  font-size: 45px;
  line-height: 60px;
  color: #1a4474;
}
@media only screen and (max-width: 767px) {
  #top .countryslider_container #countryslider_content h3 {
    font-size: 30px;
    line-height: 40px;
    font-weight: 300;
  }
}
/* line 321, sass/modules/countryslider.scss */
/* line 322, sass/modules/countryslider.scss */
#top .country_title {
  padding: 0 20px;
}
@media only screen and (max-width: 767px) {
  #top .country_title {
    margin-bottom: 30px !important;
  }
}
/* line 329, sass/modules/countryslider.scss */
#top .country_title h2 {
  color: #ef4123;
  font-weight: 600;
  font-size: 14px;
  text-transform: uppercase;
  margin-bottom: 10px;
}
@media only screen and (max-width: 767px) {
  #top .country_title h2 {
    margin-bottom: 20px;
  }
}
/* line 341, sass/modules/countryslider.scss */
#top .country_title .hr-inner {
  width: 120px;
  left: 50%;
  margin-left: -60px;
  background: rgba(26, 68, 116, 1);
  background: -moz-linear-gradient(left, rgba(26, 68, 116, 1) 0%, rgba(75, 184, 191, 1) 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, rgba(26, 68, 116, 1)), color-stop(100%, rgba(75, 184, 191, 1)));
  background: -webkit-linear-gradient(left, rgba(26, 68, 116, 1) 0%, rgba(75, 184, 191, 1) 100%);
  background: -o-linear-gradient(left, rgba(26, 68, 116, 1) 0%, rgba(75, 184, 191, 1) 100%);
  background: -ms-linear-gradient(left, rgba(26, 68, 116, 1) 0%, rgba(75, 184, 191, 1) 100%);
  background: linear-gradient(to right, rgba(26, 68, 116, 1) 0%, rgba(75, 184, 191, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1a4474', endColorstr='#4bb8bf', GradientType=1);
  border: none;
  height: 2px;
}
/* line 357, sass/modules/countryslider.scss */
#top .country_title p {
  font-weight: 200;
  font-size: 45px;
  line-height: 60px;
  background: -moz-linear-gradient(left, rgba(26, 68, 116, 1) 40%, rgba(75, 184, 191, 1) 60%);
  background: -webkit-gradient(left top, right top, color-stop(40%, rgba(26, 68, 116, 1)), color-stop(60%, rgba(75, 184, 191, 1)));
  background: -webkit-linear-gradient(left, rgba(26, 68, 116, 1) 40%, rgba(75, 184, 191, 1) 60%);
  background: -o-linear-gradient(left, rgba(26, 68, 116, 1) 40%, rgba(75, 184, 191, 1) 60%);
  background: -ms-linear-gradient(left, rgba(26, 68, 116, 1) 40%, rgba(75, 184, 191, 1) 60%);
  background: linear-gradient(to right, rgba(26, 68, 116, 1) 40%, rgba(75, 184, 191, 1) 60%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1a4474', endColorstr='#4bb8bf', GradientType=1);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: #1a4474;
  max-width: 1000px;
  margin: 0 auto;
}
/* line 374, sass/modules/countryslider.scss */
.avia-msie #top .country_title p {
  background: -ms-linear-gradient(left, rgba(26, 68, 116, 0) 40%, rgba(75, 184, 191, 0) 60%);
}
@media only screen and (max-width: 767px) {
  #top .country_title p {
    font-size: 24px;
    line-height: 33px;
    font-weight: 400;
  }
}
/* line 389, sass/modules/countryslider.scss */
#after_submenu {
  border: none;
}
/* line 393, sass/modules/countryslider.scss */
@media only screen and (max-width: 767px) {
  .responsive #top #wrap_all .av-flex-cells.countryslider_container .flex_cell {
    padding: 0 !important;
    overflow: visible !important;
  }
}
/* line 1, sass/modules/timeline.scss */
/* line 2, sass/modules/timeline.scss */
#top .timeline_container .bx-wrapper {
  height: 820px;
}
@media only screen and (max-width: 767px) {
  #top .timeline_container .bx-wrapper {
    height: 500px;
  }
}
/* line 10, sass/modules/timeline.scss */
#top .timeline_container #timeline li {
  height: 820px !important;
  padding: 0;
}
@media only screen and (max-width: 767px) {
  #top .timeline_container #timeline li {
    height: 500px;
  }
}
/* line 19, sass/modules/timeline.scss */
#top .timeline_container .bx-viewport {
  height: 820px !important;
}
@media only screen and (max-width: 767px) {
  #top .timeline_container .bx-viewport {
    height: 500px !important;
  }
}
/* line 27, sass/modules/timeline.scss */
#top .timeline_container .flex_cell .bx-wrapper:before {
  width: 397px;
  height: 175px;
  content: '';
  position: absolute;
  left: 379px;
  top: 0;
  visibility: visible;
  background: rgba(0, 0, 0, 0.26);
  background: -moz-linear-gradient(left, rgba(0, 0, 0, 0.26) 0%, rgba(255, 255, 255, 0) 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, rgba(0, 0, 0, 0.26)), color-stop(100%, rgba(255, 255, 255, 0)));
  background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.26) 0%, rgba(255, 255, 255, 0) 100%);
  background: -o-linear-gradient(left, rgba(0, 0, 0, 0.26) 0%, rgba(255, 255, 255, 0) 100%);
  background: -ms-linear-gradient(left, rgba(0, 0, 0, 0.26) 0%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(to right, rgba(0, 0, 0, 0.26) 0%, rgba(255, 255, 255, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#ffffff', GradientType=1);
}
@media only screen and (max-width: 767px) {
  #top .timeline_container .flex_cell .bx-wrapper:before {
    display: none;
  }
}
/* line 49, sass/modules/timeline.scss */
#top .timeline_container .flex_cell .bx-wrapper:after {
  width: 397px;
  height: 185px;
  content: '';
  position: absolute;
  left: 379px;
  bottom: 0;
  visibility: visible;
  background: rgba(0, 0, 0, 0.26);
  background: -moz-linear-gradient(left, rgba(0, 0, 0, 0.26) 0%, rgba(255, 255, 255, 0) 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, rgba(0, 0, 0, 0.26)), color-stop(100%, rgba(255, 255, 255, 0)));
  background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.26) 0%, rgba(255, 255, 255, 0) 100%);
  background: -o-linear-gradient(left, rgba(0, 0, 0, 0.26) 0%, rgba(255, 255, 255, 0) 100%);
  background: -ms-linear-gradient(left, rgba(0, 0, 0, 0.26) 0%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(to right, rgba(0, 0, 0, 0.26) 0%, rgba(255, 255, 255, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#ffffff', GradientType=1);
}
@media only screen and (max-width: 767px) {
  #top .timeline_container .flex_cell .bx-wrapper:after {
    display: none;
  }
}
/* line 71, sass/modules/timeline.scss */
#top .timeline_container .bx-wrapper:nth-child(3) {
  position: absolute;
  width: 100%;
  height: 820px;
  top: 0;
}
/* line 77, sass/modules/timeline.scss */
#top .timeline_container .bx-wrapper:nth-child(3) .bx-viewport {
  background: transparent;
  z-index: 99;
  height: 100% !important;
  pointer-events: none;
}
/* line 86, sass/modules/timeline.scss */
#top .timeline_container .yearintime {
  border-radius: 0px;
  position: absolute;
  top: 278px;
  left: 450px;
  visibility: visible;
  z-index: 9999999;
}
/* line 94, sass/modules/timeline.scss */
#top .timeline_container .yearintime p {
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  font-style: italic;
}
/* line 103, sass/modules/timeline.scss */
#top .timeline_container .av_one_full {
  height: 820px;
}
@media only screen and (max-width: 989px) {
  #top .timeline_container .av_one_full {
    padding: 0 0 100px !important;
    overflow: hidden;
  }
}
/* line 112, sass/modules/timeline.scss */
#top .timeline_container .t_content {
  position: absolute;
  top: 157px;
  max-width: 270px;
}
@media only screen and (max-width: 989px) {
  #top .timeline_container .t_content {
    left: 20px;
    top: 175px;
  }
}
@media only screen and (max-width: 767px) {
  #top .timeline_container .t_content {
    width: 80% !important;
    max-width: 460px;
    min-width: 280px;
    left: 20px;
    right: 20px;
    margin: 0 auto !important;
    top: 100px;
    background: #1a4474;
    border: none;
    box-shadow: none;
    padding: 0 50px 0 20px;
  }
}
/* line 136, sass/modules/timeline.scss */
#top .timeline_container .t_content h3, #top .timeline_container .t_content p {
  color: #fff;
  margin: 0;
}
/* line 142, sass/modules/timeline.scss */
#top .timeline_container .t_content h3 {
  font-size: 40px;
  font-weight: 700;
  font-style: italic;
}
/* line 148, sass/modules/timeline.scss */
#top .timeline_container .t_content .content {
  padding-top: 5px;
  padding-bottom: 30px;
}
/* line 155, sass/modules/timeline.scss */
#top .timeline_container .fixedhalf {
  position: absolute;
  top: 55px;
  right: 380px;
  height: 550px;
  box-shadow: 0px 2px 43px 0px rgba(26, 68, 116, 0.02), 0px 2px 70px 0px rgba(0, 0, 0, 0.21), 0px 0px 3px 0px rgba(0, 0, 0, 0.05);
  border-top: 70px solid #1a4474;
  left: -40px;
  width: 420px;
  height: 460px;
  background-size: 100%;
  border-top: 0;
  top: 175px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
/* line 118, sass/includes/mixins.scss */
#top .timeline_container .fixedhalf .next_slide, #top .timeline_container .fixedhalf .prev_slide, #top .timeline_container .fixedhalf .next_cslide, #top .timeline_container .fixedhalf .prev_cslide {
  position: relative;
  top: -50px;
  left: -50px;
  z-index: 5000;
  border-right: 1px solid #1e567f;
}
/* line 129, sass/includes/mixins.scss */
#top .timeline_container .fixedhalf .av_font_icon {
  background: #1a4474;
}
/* line 132, sass/includes/mixins.scss */
#top .timeline_container .fixedhalf .av_font_icon a {
  color: #a4d8dd;
  font-size: 30px !important;
  line-height: 40px !important;
  padding: 14px 30px;
}
/* line 141, sass/includes/mixins.scss */
#top .timeline_container .fixedhalf .next_slide, #top .timeline_container .fixedhalf .next_cslide {
  position: absolute;
  top: -70px;
  left: 75px;
}
/* line 148, sass/includes/mixins.scss */
#top .timeline_container .fixedhalf .prev_slide, #top .timeline_container .fixedhalf .prev_cslide {
  position: absolute;
  top: -70px;
  left: 0;
}
/* line 155, sass/includes/mixins.scss */
#top .timeline_container .fixedhalf .overview {
  position: absolute;
  top: -70px;
  right: 0px;
  border-left: 1px solid #1e567f;
}
/* line 160, sass/includes/mixins.scss */
#top .timeline_container .fixedhalf .overview a {
  padding: 20px;
}
@media only screen and (max-width: 989px) {
  #top .timeline_container .fixedhalf {
    right: auto;
    left: 0;
    width: 380px;
  }
}
@media only screen and (max-width: 767px) {
  #top .timeline_container .fixedhalf {
    width: 80% !important;
    max-width: 460px;
    min-width: 280px;
    left: 20px;
    right: 20px;
    margin: 0 auto !important;
    top: 100px;
    height: 50px;
    background: none !important;
    border: none;
    box-shadow: none;
    z-index: 150;
  }
}
/* line 188, sass/modules/timeline.scss */
#top .timeline_container .fixedhalf .prev_tslide, #top .timeline_container .fixedhalf .next_tslide {
  position: absolute;
  right: 0;
}
/* line 194, sass/modules/timeline.scss */
#top .timeline_container .fixedhalf .prev_tslide {
  top: 0;
}
/* line 198, sass/modules/timeline.scss */
#top .timeline_container .fixedhalf .next_tslide {
  top: 70px;
}
@media only screen and (max-width: 767px) {
  #top .timeline_container .fixedhalf .next_tslide {
    top: 46px;
  }
}
/* line 206, sass/modules/timeline.scss */
#top .timeline_container .fixedhalf .av_font_icon {
  background: #173c67;
  margin-right: 0;
}
@media only screen and (max-width: 767px) {
  /* line 211, sass/modules/timeline.scss */
  #top .timeline_container .fixedhalf .av_font_icon a {
    font-size: 20px !important;
    line-height: 26px !important;
    padding: 10px 15px;
  }
}
/* line 219, sass/modules/timeline.scss */
#top .timeline_container .fixedhalf:after {
  height: 100%;
  content: '';
  width: 800px;
  box-shadow: 0px 2px 4px 0px rgba(26, 68, 116, 0.13), 0px 0px 5px 0px rgba(0, 0, 0, 0.41), 0px 0px 34px 6px rgba(0, 0, 0, 0.23);
  visibility: visible;
}
@media only screen and (max-width: 767px) {
  #top .timeline_container .fixedhalf:after {
    display: none;
  }
}
/* line 233, sass/modules/timeline.scss */
#top .timeline_container .flex_cell_inner:before {
  content: url(../images/dotted.png);
  height: 100%;
  width: 5px;
  position: absolute;
  visibility: visible;
  left: 379px;
  z-index: 2;
}
@media only screen and (max-width: 767px) {
  #top .timeline_container .flex_cell_inner:before {
    display: none;
  }
}
/* line 248, sass/modules/timeline.scss */
@media only screen and (max-width: 767px) {
  .responsive #top #wrap_all .av-flex-cells.timeline_container .no_margin {
    padding: 0 0 100px !important;
  }
}
/* line 1, sass/modules/about.scss */
/* line 2, sass/modules/about.scss */
#top .aboutsection {
  width: calc(100% - 180px);
  margin: 0px 90px;
}
/* line 3, sass/modules/about.scss */
#top .aboutsection .world:before, #top .aboutsection .hammer:before, #top .aboutsection .honour:before {
  position: relative;
  width: 100%;
  background: #24668a;
  visibility: visible;
  text-align: center;
  padding: 40px 0px;
  height: 100px;
}
@media only screen and (max-width: 989px) {
  #top .aboutsection {
    width: 100%;
    margin: 0;
  }
}
/* line 23, sass/modules/about.scss */
#top .aboutsection .container {
  max-width: 1325px;
}
/* line 26, sass/modules/about.scss */
#top .aboutsection .container .content {
  padding-bottom: 70px;
}
@media only screen and (max-width: 767px) {
  #top .aboutsection .container .content {
    padding-top: 0;
    padding-bottom: 0;
  }
}
/* line 37, sass/modules/about.scss */
#top .aboutsection .world:before {
  content: url(../images/world.png);
}
/* line 41, sass/modules/about.scss */
#top .aboutsection .hammer:before {
  content: url(../images/hammer.png);
  background: #338da3;
}
/* line 46, sass/modules/about.scss */
#top .aboutsection .honour:before {
  content: url(../images/honour.png);
  background: #4bb8bf;
}
/* line 51, sass/modules/about.scss */
#top .aboutsection .av-special-heading {
  padding: 30px 40px 30px 40px;
}
@media only screen and (max-width: 767px) {
  #top .aboutsection .av-special-heading {
    padding: 45px 20px !important;
  }
}
/* line 59, sass/modules/about.scss */
#top .aboutsection .avia_textblock p {
  padding: 0px 40px 50px 40px;
}
@media only screen and (max-width: 767px) {
  #top .aboutsection .avia_textblock p {
    padding: 0 30px;
    margin: 0 0 24px;
  }
}
/* line 68, sass/modules/about.scss */
#top .aboutsection h3 {
  color: #4bb8bf;
  font-size: 10px;
  text-transform: uppercase;
  font-weight: 700;
}
/* line 75, sass/modules/about.scss */
#top .aboutsection .av-subheading p {
  font-size: 18px;
  color: #1a4474;
}
/* line 80, sass/modules/about.scss */
#top .aboutsection h2 {
  color: #1a4474;
  font-size: 33px;
  font-weight: 400;
  margin-bottom: 75px;
}
@media only screen and (max-width: 767px) {
  #top .aboutsection h2 {
    margin-bottom: 0;
  }
}
/* line 91, sass/modules/about.scss */
/* line 92, sass/modules/about.scss */
@media only screen and (max-width: 767px) {
  #top .aboutsection .flex_column .av-special-heading {
    padding: 24px 30px !important;
  }
}
/* line 99, sass/modules/about.scss */
@media only screen and (max-width: 767px) {
  #top .aboutsection .av_textblock_section {
    padding: 0 0 20px !important;
  }
}
/* line 105, sass/modules/about.scss */
@media only screen and (max-width: 767px) {
  #top .aboutsection .flex_column {
    margin: 0 0 50px !important;
  }
}
/* line 111, sass/modules/about.scss */
/* line 112, sass/modules/about.scss */
#top .aboutsection.white h3 {
  color: #1a4474;
  font-size: 18px;
  text-transform: none;
  font-weight: 400;
}
/* line 119, sass/modules/about.scss */
#top .aboutsection.white .avia_textblock p {
  padding: 0px;
}
@media only screen and (max-width: 767px) {
  #top .aboutsection.white .avia_textblock p {
    margin: 0 0 30px;
    line-height: 24px;
  }
}
/* line 128, sass/modules/about.scss */
#top .aboutsection.white .av-special-heading {
  padding: 0;
}
@media only screen and (max-width: 767px) {
  #top .aboutsection.white .av-special-heading {
    padding: 0 0 15px !important;
  }
}
/* line 136, sass/modules/about.scss */
#top .aboutsection.white .why {
  padding-right: 50px;
}
@media only screen and (max-width: 989px) {
  #top .aboutsection.white .why {
    padding-right: 30px;
  }
}
/* line 144, sass/modules/about.scss */
#top .aboutsection.white .how {
  padding: 0px 25px;
}
@media only screen and (max-width: 989px) {
  #top .aboutsection.white .how {
    padding: 0px 15px;
  }
}
/* line 152, sass/modules/about.scss */
#top .aboutsection.white .what {
  padding-left: 50px;
}
@media only screen and (max-width: 989px) {
  #top .aboutsection.white .what {
    padding-left: 30px;
  }
}
/* line 160, sass/modules/about.scss */
#top .aboutsection.white .content {
  padding-top: 70px;
  padding-bottom: 70px;
}
@media only screen and (max-width: 767px) {
  #top .aboutsection.white .content {
    padding-top: 40px;
    padding-bottom: 20px;
  }
}
/* line 170, sass/modules/about.scss */
@media only screen and (max-width: 767px) {
  #top .aboutsection.white .flex_column {
    margin: 0 !important;
    padding: 0 !important;
  }
}
/* line 177, sass/modules/about.scss */
@media only screen and (max-width: 767px) {
  #top .aboutsection.white .av_textblock_section {
    padding: 0 !important;
  }
}
@media only screen and (max-width: 767px) {
  /* line 187, sass/modules/about.scss */
  .responsive #top #wrap_all .aboutsection .container {
    width: 100%;
    max-width: 100%;
  }
  /* line 192, sass/modules/about.scss */
  .responsive #top #wrap_all .aboutsection.white .container {
    padding: 0 20px;
  }
}
/* line 1, sass/modules/countryheader.scss */
#top .countryheader {
  width: calc(100% - 180px);
  margin: 0px 90px;
}
/* line 3, sass/modules/countryheader.scss */
#top .countryheader .container {
  height: 740px;
}
@media only screen and (max-width: 1339px) {
  #top .countryheader {
    width: 100%;
    margin: 0;
  }
}
@media only screen and (max-width: 1024px) {
  /* line 13, sass/modules/countryheader.scss */
  #top .countryheader .container {
    padding: 0 30px !important;
  }
}
@media only screen and (max-width: 767px) {
  #top .countryheader {
    margin: 0 0 350px;
  }
  /* line 20, sass/modules/countryheader.scss */
  #top .countryheader .container {
    width: 100% !important;
    max-width: 100% !important;
    padding: 0 20px !important;
    height: 475px;
  }
}
/* line 28, sass/modules/countryheader.scss */
#top .countryheader .population_now, #top .countryheader .population_future, #top .countryheader .population_growth {
  visibility: visible;
  opacity: 1;
}
@media only screen and (max-width: 767px) {
  #top .countryheader .population_now, #top .countryheader .population_future, #top .countryheader .population_growth {
    width: auto;
  }
}
/* line 39, sass/modules/countryheader.scss */
#top .countryheader .population_now, #top .countryheader .population_future, #top .countryheader .population_growth {
  visibility: visible;
  opacity: 1;
  font-size: 33px;
  padding-left: 110px;
}
/* line 48, sass/modules/countryheader.scss */
#top .countryheader .population_now:after, #top .countryheader .population_future:after, #top .countryheader .population_growth:after {
  margin-top: 5px;
}
/* line 54, sass/modules/countryheader.scss */
#top .countryheader .population_future, #top .countryheader .population_growth {
  padding-top: 20px;
}
/* line 59, sass/modules/countryheader.scss */
#top .countryheader .population_now:before {
  content: url(../images/populationbig.png);
  left: 30px;
}
/* line 64, sass/modules/countryheader.scss */
#top .countryheader .population_future:before {
  content: url(../images/populationfuturebig.png);
  left: 30px;
}
/* line 69, sass/modules/countryheader.scss */
#top .countryheader .population_growth:before {
  content: url(../images/populationgrowthbig.png);
  left: 30px;
}
/* line 74, sass/modules/countryheader.scss */
#top .countryheader .av_one_fourth {
  background: #fff;
  border-top: 70px solid #1a4474;
  width: 315px;
  position: absolute;
  top: 100px;
  box-shadow: 0px 2px 43px 0px rgba(26, 68, 116, 0.02), 0px 2px 70px 0px rgba(0, 0, 0, 0.21), 0px 0px 3px 0px rgba(0, 0, 0, 0.05);
}
@media only screen and (max-width: 767px) {
  #top .countryheader .av_one_fourth {
    max-width: 410px;
    width: 90%;
    min-width: 280px;
    left: 50%;
    transform: translate(-50%, 0);
  }
}
/* line 90, sass/modules/countryheader.scss */
#top .countryheader .av_one_fourth:after {
  content: url(../images/linegradient.png);
}
/* line 94, sass/modules/countryheader.scss */
#top .countryheader .av_one_fourth .av-special-heading {
  position: absolute;
  top: -103px;
  color: white;
  left: 20px;
}
/* line 100, sass/modules/countryheader.scss */
#top .countryheader .av_one_fourth .av-special-heading h3 {
  color: #a4d8dd;
  font-weight: 200;
  font-size: 33px;
}
/* line 110, sass/modules/countryheader.scss */
#top .countryheader .button_text {
  position: absolute;
  bottom: 90px;
  z-index: 1;
  background: #ef4123;
  padding: 10px;
  text-align: center;
  margin: 0 auto;
  color: white;
  width: auto;
  border-radius: 4px;
  left: 0;
  right: 0;
  text-transform: uppercase;
  margin: 0px 30px;
  font-weight: 600;
}
@media only screen and (max-width: 767px) {
  #top .countryheader .button_text {
    position: static;
    margin-bottom: 30px;
  }
}
/* line 133, sass/modules/countryheader.scss */
@media only screen and (max-width: 767px) {
  #top .countryheader .country_icon {
    display: none;
  }
}
/* line 142, sass/modules/countryheader.scss */
#top .countryheader .container {
  max-width: 1330px;
  padding: 0px 10px;
}
/* line 147, sass/modules/countryheader.scss */
#top .countryheader .av_three_fourth {
  position: absolute;
  right: 0;
  bottom: -50px;
  width: 300px;
  height: 214px;
}
@media only screen and (max-width: 767px) {
  #top .countryheader .av_three_fourth {
    top: 100%;
    width: 300px !important;
    bottom: auto;
    left: 50%;
    right: auto;
    transform: translate(-50%, 0);
    margin-top: 130px !important;
    box-shadow: 0px 2px 43px 0px rgba(26, 68, 116, 0.02), 0px 2px 70px 0px rgba(0, 0, 0, 0.21), 0px 0px 3px 0px rgba(0, 0, 0, 0.05);
  }
}
/* line 165, sass/modules/countryheader.scss */
#top .countryheader .av_three_fourth .relation.second, #top .countryheader .av_three_fourth .relation.first {
  position: absolute;
  top: 0;
  width: 150px;
}
/* line 171, sass/modules/countryheader.scss */
#top .countryheader .av_three_fourth .relation.second .avia-image-container, #top .countryheader .av_three_fourth .relation.first .avia-image-container {
  margin-bottom: 0;
}
/* line 175, sass/modules/countryheader.scss */
#top .countryheader .av_three_fourth .relation.second img, #top .countryheader .av_three_fourth .relation.first img {
  border-radius: 0;
}
/* line 181, sass/modules/countryheader.scss */
#top .countryheader .av_three_fourth .relation.second {
  right: 0;
}
/* line 185, sass/modules/countryheader.scss */
#top .countryheader .av_three_fourth .relation.first {
  right: 150px;
}
/* line 189, sass/modules/countryheader.scss */
#top .countryheader .av_three_fourth .localteam {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 300px;
  background: #1a4474;
}
/* line 196, sass/modules/countryheader.scss */
#top .countryheader .av_three_fourth .localteam p {
  text-align: left;
  margin-left: 30px;
  color: #a1d4da;
}
/* line 204, sass/modules/countryheader.scss */
#top .countryheader .av_three_fourth .localtitle {
  position: absolute;
  width: auto;
  margin: 0;
  bottom: 0px;
  transition: 0.5s all;
  opacity: 0;
  visibility: hidden;
  color: #1a4474;
  text-align: center;
  left: 0;
  right: 0;
  background: rgba(248, 248, 248, 0.75);
  border-radius: 0;
  padding-bottom: 0px !important;
}
@media only screen and (max-width: 767px) {
  #top .countryheader .av_three_fourth .localtitle {
    opacity: 1;
    visibility: visible;
  }
}
/* line 226, sass/modules/countryheader.scss */
#top .countryheader .av_three_fourth .relation:hover .localtitle {
  opacity: 1;
  visibility: visible;
}
/* line 1, sass/modules/countrycontent.scss */
#top .country_content, #top .service_content {
  width: calc(100% - 180px);
  margin: 115px 90px 0px 90px;
  border: none;
}
/* line 3, sass/modules/countrycontent.scss */
#top .country_content .av_one_fourth, #top .service_content .av_one_fourth {
  width: 300px;
  background: #1a4474;
  top: 40px;
  box-shadow: 0px 2px 43px 0px rgba(26, 68, 116, 0.02), 0px 2px 70px 0px rgba(0, 0, 0, 0.21), 0px 0px 3px 0px rgba(0, 0, 0, 0.05);
  float: right;
}
/* line 30, sass/includes/mixins.scss */
#top .country_content .av_one_fourth img, #top .service_content .av_one_fourth img {
  border-radius: 0;
}
/* line 34, sass/includes/mixins.scss */
#top .country_content .av_one_fourth .av-special-heading-tag, #top .service_content .av_one_fourth .av-special-heading-tag {
  color: #1a4474;
  font-size: 18px;
  font-weight: bold;
  padding: 35px 35px 15px 35px;
  margin: 0;
  background: #fff;
}
/* line 43, sass/includes/mixins.scss */
#top .country_content .av_one_fourth .av-special-heading, #top .service_content .av_one_fourth .av-special-heading {
  margin-top: 0;
  padding-bottom: 0 !important;
}
/* line 48, sass/includes/mixins.scss */
#top .country_content .av_one_fourth .el_after_draad_customfield, #top .service_content .av_one_fourth .el_after_draad_customfield {
  background: #fff;
  padding-top: 50px;
  padding-bottom: 60px;
}
/* line 53, sass/includes/mixins.scss */
#top .country_content .av_one_fourth .el_after_draad_customfield:after, #top .service_content .av_one_fourth .el_after_draad_customfield:after {
  content: url('../images/linesmall.png');
  width: 300px;
  height: 10px;
  position: absolute;
  bottom: 0;
  left: -1px;
  visibility: visible;
  z-index: 999;
}
/* line 66, sass/includes/mixins.scss */
#top .country_content .av_one_fourth p, #top .service_content .av_one_fourth p {
  color: #1a4474;
  background: #fff;
  padding: 0px 35px 0px 35px;
  margin: 0;
}
/* line 73, sass/includes/mixins.scss */
#top .country_content .av_one_fourth .linkedin, #top .service_content .av_one_fourth .linkedin {
  position: absolute;
  top: 0;
  left: 0;
  border-right: 1px solid #1e567f;
  height: 75px;
}
/* line 78, sass/includes/mixins.scss */
#top .country_content .av_one_fourth .linkedin span, #top .service_content .av_one_fourth .linkedin span {
  color: #a4d8dd;
  font-size: 20px;
}
/* line 83, sass/includes/mixins.scss */
#top .country_content .av_one_fourth .linkedin a, #top .service_content .av_one_fourth .linkedin a {
  padding-top: 24px;
}
/* line 91, sass/includes/mixins.scss */
#top .country_content .av_one_fourth .overview, #top .service_content .av_one_fourth .overview {
  position: absolute;
  top: 0px;
  right: 0px;
  border-left: 1px solid #1e567f;
}
/* line 96, sass/includes/mixins.scss */
#top .country_content .av_one_fourth .overview a, #top .service_content .av_one_fourth .overview a {
  padding: 23px;
}
/* line 103, sass/includes/mixins.scss */
#top .country_content .av_one_fourth .avia-align-center, #top .service_content .av_one_fourth .avia-align-center {
  margin-top: 75px;
  margin-bottom: 0;
}
/* line 8, sass/modules/countrycontent.scss */
#top .country_content .av_three_fourth, #top .service_content .av_three_fourth {
  width: calc(94% - 300px);
  max-width: 820px;
}
/* line 12, sass/modules/countrycontent.scss */
#top .country_content .av_three_fourth h3, #top .service_content .av_three_fourth h3 {
  font-size: 14px;
  line-height: 26px;
  color: #ef4123;
  font-weight: bold;
}
@media only screen and (max-width: 767px) {
  #top .country_content .av_three_fourth, #top .service_content .av_three_fourth {
    float: none;
  }
}
/* line 24, sass/modules/countrycontent.scss */
@media only screen and (max-width: 767px) {
  #top .country_content .av_one_fourth, #top .service_content .av_one_fourth {
    max-width: 300px;
    min-width: 280px;
    margin: 0 auto !important;
    float: none;
    top: 0;
    overflow: hidden;
  }
  /* line 33, sass/modules/countrycontent.scss */
  #top .country_content .av_one_fourth .flex_column, #top .service_content .av_one_fourth .flex_column {
    margin: 0 !important;
  }
  /* line 35, sass/modules/countrycontent.scss */
  #top .country_content .av_one_fourth .overview a, #top .service_content .av_one_fourth .overview a {
    padding: 10px;
  }
  /* line 39, sass/modules/countrycontent.scss */
  #top .country_content .av_one_fourth .linkedin, #top .service_content .av_one_fourth .linkedin {
    height: 50px;
  }
  /* line 42, sass/modules/countrycontent.scss */
  #top .country_content .av_one_fourth .linkedin a, #top .service_content .av_one_fourth .linkedin a {
    min-width: 50px;
    padding: 16px 12px 15px;
    margin: 0;
  }
  /* line 48, sass/modules/countrycontent.scss */
  #top .country_content .av_one_fourth .linkedin .avia_button_icon, #top .service_content .av_one_fourth .linkedin .avia_button_icon {
    left: auto;
  }
  /* line 53, sass/modules/countrycontent.scss */
  #top .country_content .av_one_fourth .avia-align-center, #top .service_content .av_one_fourth .avia-align-center {
    margin-top: 50px;
  }
  /* line 55, sass/modules/countrycontent.scss */
  #top .country_content .av_one_fourth .av-special-heading-tag, #top .service_content .av_one_fourth .av-special-heading-tag {
    background: rgba(255, 255, 255, 0.8);
    position: relative;
    margin: -72px 0 0;
    padding: 10px 20px 0;
    font-size: 15px;
  }
  /* line 63, sass/modules/countrycontent.scss */
  #top .country_content .av_one_fourth p, #top .service_content .av_one_fourth p {
    background: rgba(255, 255, 255, 0.8);
    padding: 0 20px 10px;
    position: relative;
    color: #1a4474 !important;
  }
}
/* line 72, sass/modules/countrycontent.scss */
#top .country_content .container, #top .service_content .container {
  max-width: 1330px;
  padding: 0px 10px;
  border: none;
}
@media only screen and (max-width: 767px) {
  #top .country_content .container, #top .service_content .container {
    width: 100% !important;
    max-width: 100% !important;
    padding: 0;
  }
}
/* line 84, sass/modules/countrycontent.scss */
#top .country_content .content, #top .service_content .content {
  padding-top: 0;
  border: none;
}
@media only screen and (max-width: 989px) {
  #top .country_content .content, #top .service_content .content {
    padding-bottom: 0;
  }
}
/* line 93, sass/modules/countrycontent.scss */
#top .country_content .title, #top .service_content .title {
  color: #ef4123;
  text-transform: uppercase;
  font-weight: 600;
}
/* line 99, sass/modules/countrycontent.scss */
#top .country_content h3, #top .service_content h3 {
  font-size: 33px;
  line-height: 48px;
  color: #1a4474;
}
/* line 105, sass/modules/countrycontent.scss */
#top .country_content ul.disc, #top .service_content ul.disc, #top .country_content .entry-content-wrapper ul, #top .service_content .entry-content-wrapper ul {
  list-style: circle;
  color: #1a4474;
}
/* line 111, sass/modules/countrycontent.scss */
#top .country_content h2 p, #top .service_content h2 p {
  font-weight: 200;
  font-size: 45px;
  line-height: 60px;
  background: -moz-linear-gradient(left, rgba(26, 68, 116, 1) 40%, rgba(75, 184, 191, 1) 60%);
  background: -webkit-gradient(left top, right top, color-stop(40%, rgba(26, 68, 116, 1)), color-stop(60%, rgba(75, 184, 191, 1)));
  background: -webkit-linear-gradient(left, rgba(26, 68, 116, 1) 40%, rgba(75, 184, 191, 1) 60%);
  background: -o-linear-gradient(left, rgba(26, 68, 116, 1) 40%, rgba(75, 184, 191, 1) 60%);
  background: -ms-linear-gradient(left, rgba(26, 68, 116, 1) 40%, rgba(75, 184, 191, 1) 60%);
  background: linear-gradient(to right, rgba(26, 68, 116, 1) 40%, rgba(75, 184, 191, 1) 60%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1a4474', endColorstr='#4bb8bf', GradientType=1);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: #1a4474;
  margin-top: 10px !important;
  margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  #top .country_content h2 p, #top .service_content h2 p {
    font-size: 24px;
    line-height: 33px;
    font-weight: 400;
  }
}
/* line 134, sass/modules/countrycontent.scss */
.avia-msie #top .country_content h2 p, .avia-msie #top .service_content h2 p {
  background: -ms-linear-gradient(left, rgba(26, 68, 116, 0) 40%, rgba(75, 184, 191, 0) 60%);
  color: #1a4474;
}
/* line 140, sass/modules/countrycontent.scss */
#top .country_content .hr-inner, #top .service_content .hr-inner {
  width: 330px;
  left: 0;
  margin-left: 0px;
  background: rgba(26, 68, 116, 1);
  background: -moz-linear-gradient(left, rgba(26, 68, 116, 1) 0%, rgba(75, 184, 191, 1) 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, rgba(26, 68, 116, 1)), color-stop(100%, rgba(75, 184, 191, 1)));
  background: -webkit-linear-gradient(left, rgba(26, 68, 116, 1) 0%, rgba(75, 184, 191, 1) 100%);
  background: -o-linear-gradient(left, rgba(26, 68, 116, 1) 0%, rgba(75, 184, 191, 1) 100%);
  background: -ms-linear-gradient(left, rgba(26, 68, 116, 1) 0%, rgba(75, 184, 191, 1) 100%);
  background: linear-gradient(to right, rgba(26, 68, 116, 1) 0%, rgba(75, 184, 191, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1a4474', endColorstr='#4bb8bf', GradientType=1);
  border: none;
  height: 2px;
  max-width: 71%;
}
/* line 156, sass/modules/countrycontent.scss */
#top .country_content .hr-inner span, #top .service_content .hr-inner span {
  display: none;
}
/* line 162, sass/modules/countrycontent.scss */
#top .country_content .sub_title p, #top .service_content .sub_title p {
  font-size: 18px;
  color: #757981;
}
/* line 167, sass/modules/countrycontent.scss */
#top .country_content .hr-short, #top .service_content .hr-short {
  margin: 0px 0px 25px 0px;
}
/* line 171, sass/modules/countrycontent.scss */
#top .country_content .content p, #top .service_content .content p {
  color: #757981;
  margin-top: 0;
}
/* line 176, sass/modules/countrycontent.scss */
#top .country_content .askme, #top .service_content .askme {
  background: #fff;
  padding: 35px 0px 55px;
}
/* line 180, sass/modules/countrycontent.scss */
#top .country_content .askme:after, #top .service_content .askme:after {
  content: url(../images/linesmall.png);
  width: 300px;
  height: 10px;
  position: absolute;
  bottom: 0;
  left: -1px;
  visibility: visible;
  z-index: 999;
}
@media only screen and (max-width: 767px) {
  #top .country_content .askme:after, #top .service_content .askme:after {
    bottom: 8px;
  }
}
@media only screen and (max-width: 1339px) {
  #top .country_content, #top .service_content {
    width: 100%;
    margin: 115px 0 0;
    padding: 0 30px;
  }
}
@media only screen and (max-width: 989px) {
  #top .country_content, #top .service_content {
    padding: 0 20px;
  }
}
@media only screen and (max-width: 767px) {
  #top .country_content, #top .service_content {
    margin: 25px 0 0;
  }
}
/* line 1, sass/modules/countrynews.scss */
#top .country_news {
  width: calc(100% - 180px);
  margin: 0px 90px;
  border: none;
}
@media only screen and (max-width: 1339px) {
  #top .country_news {
    width: 100%;
    margin: 0;
    padding: 0 30px;
  }
  /* line 11, sass/modules/countrynews.scss */
  #top .country_news .av_one_fourth {
    left: 20px;
  }
}
@media only screen and (max-width: 989px) {
  /* line 17, sass/modules/countrynews.scss */
  #top .country_news .flex_column {
    left: auto;
    width: 32%;
    margin: 0 0 0 10%;
  }
  /* line 22, sass/modules/countrynews.scss */
  #top .country_news .flex_column.first {
    margin: 0;
    width: 100%;
  }
  /* line 27, sass/modules/countrynews.scss */
  #top .country_news .flex_column .slide-entry {
    width: 100%;
    margin: 0 0 30px !important;
    margin-left: 2% !important;
  }
}
@media only screen and (max-width: 899px) {
  #top .country_news {
    margin-left: 0;
  }
}
@media only screen and (max-width: 767px) {
  #top .country_news {
    padding: 25px 0 0;
  }
  /* line 43, sass/modules/countrynews.scss */
  #top .country_news .av_one_fourth {
    padding: 0 20px;
  }
  /* line 47, sass/modules/countrynews.scss */
  /* line 48, sass/modules/countrynews.scss */
  #top .country_news .flex_column .slide-entry {
    width: 420px !important;
    margin: 0 auto 30px !important;
    max-width: 100%;
  }
  /* line 54, sass/modules/countrynews.scss */
  #top .country_news .flex_column > .avia-button-wrap {
    border: none !important;
  }
  /* line 57, sass/modules/countrynews.scss */
  #top .country_news .flex_column > .avia-button-wrap .avia-button {
    max-width: 400px;
    width: auto;
    margin: 0 auto;
    background: #ef4123 !important;
    font-size: 14px;
    line-height: 18px;
    padding: 13px 20px;
    display: inline-block;
    vertical-align: top;
  }
  /* line 68, sass/modules/countrynews.scss */
  #top .country_news .flex_column > .avia-button-wrap .avia-button span {
    color: #fff !important;
  }
  /* line 75, sass/modules/countrynews.scss */
  #top .country_news .content {
    padding: 0;
  }
}
/* line 80, sass/modules/countrynews.scss */
#top .country_news .container {
  max-width: 1330px;
  padding: 0px 10px;
}
@media only screen and (max-width: 989px) {
  #top .country_news .container {
    padding: 0;
  }
}
@media only screen and (max-width: 767px) {
  #top .country_news .container {
    width: 100% !important;
    max-width: 100% !important;
  }
}
/* line 94, sass/modules/countrynews.scss */
#top .country_news .icon-Market:before {
  content: '\e800';
  font-family: larive;
  font-size: 20px;
  line-height: 20px;
  visibility: visible;
  color: #1a4474;
  margin-right: 20px;
  position: absolute;
  left: -40px;
  margin-top: 3px;
}
/* line 107, sass/modules/countrynews.scss */
#top .country_news .icon-Strategy:before {
  content: '\e801';
  font-family: larive;
  font-size: 20px;
  line-height: 20px;
  visibility: visible;
  color: #1a4474;
  margin-right: 20px;
  position: absolute;
  left: -38px;
  margin-top: 3px;
}
/* line 120, sass/modules/countrynews.scss */
#top .country_news .icon-Partner:before {
  content: '\e802';
  font-family: larive;
  font-size: 15px;
  line-height: 15px;
  visibility: visible;
  color: #1a4474;
  margin-right: 20px;
  position: absolute;
  left: -40px;
  margin-top: 3px;
}
/* line 133, sass/modules/countrynews.scss */
#top .country_news .icon-Implementation:before {
  content: '\e803';
  font-family: larive;
  font-size: 24px;
  line-height: 24px;
  visibility: visible;
  color: #1a4474;
  margin-right: 20px;
  position: absolute;
  left: -38px;
  margin-top: 3px;
}
/* line 146, sass/modules/countrynews.scss */
#top .country_news .icon-Concept:before {
  content: '\e805';
  font-family: larive;
  font-size: 20px;
  line-height: 20px;
  visibility: visible;
  color: #1a4474;
  margin-right: 20px;
  position: absolute;
  left: -40px;
  margin-top: 3px;
}
/* line 159, sass/modules/countrynews.scss */
#top .country_news .icon-Subsidies:before {
  content: '\e804';
  font-family: larive;
  font-size: 20px;
  line-height: 20px;
  visibility: visible;
  color: #1a4474;
  margin-right: 20px;
  position: absolute;
  left: -38px;
  margin-top: 3px;
}
/* line 172, sass/modules/countrynews.scss */
@media only screen and (max-width: 767px) {
  #top .country_news .icon-Market:before, #top .country_news .icon-Strategy:before, #top .country_news .icon-Partner:before, #top .country_news .icon-Implementation:before, #top .country_news .icon-Concept:before, #top .country_news .icon-Subsidies:before {
    position: static;
    vertical-align: middle;
  }
}
/* line 184, sass/modules/countrynews.scss */
#top .country_news .offer p, #top .country_news .sectors p {
  color: #1a4474;
  font-size: 18px;
  margin-left: -40px;
  margin-bottom: 36px;
}
@media only screen and (max-width: 767px) {
  #top .country_news .offer p, #top .country_news .sectors p {
    margin-left: 0;
  }
}
/* line 196, sass/modules/countrynews.scss */
#top .country_news .sectors p {
  margin: 60px 0px 40px -40px;
}
@media only screen and (max-width: 767px) {
  #top .country_news .sectors p {
    margin-left: 0;
  }
}
/* line 204, sass/modules/countrynews.scss */
#top .country_news p {
  color: #1a4474;
}
/* line 208, sass/modules/countrynews.scss */
#top .country_news .news_title {
  font-size: 33px;
  color: #1a4474;
}
@media only screen and (max-width: 767px) {
  /* line 213, sass/modules/countrynews.scss */
  #top .country_news .news_title, #top .country_news .news_title p {
    color: #1a4474 !important;
    font-size: 24px !important;
    margin: 0 0 20px;
    text-align: center;
    padding: 0 20px !important;
    text-transform: none !important;
    font-weight: 500 !important;
  }
}
/* line 226, sass/modules/countrynews.scss */
/* line 227, sass/modules/countrynews.scss */
#top .country_news .av_one_full img {
  border-radius: 0;
}
/* line 231, sass/modules/countrynews.scss */
#top .country_news .av_one_full p {
  font-size: 10px;
  font-weight: 700;
  color: #4bb8bf;
  text-transform: uppercase;
  padding: 10px 30px 0px 30px;
}
/* line 239, sass/modules/countrynews.scss */
#top .country_news .av_one_full h4 {
  color: #1a4474;
  font-size: 18px;
  font-weight: 400;
  font-family: Open Sans;
  line-height: 25px;
  padding: 0 30px 10px 30px;
}
/* line 248, sass/modules/countrynews.scss */
#top .country_news .av_one_full .av-special-heading {
  margin-top: 0;
}
/* line 252, sass/modules/countrynews.scss */
#top .country_news .av_one_full article {
  width: 32%;
  max-width: 420px;
  background: #fff;
  -webkit-box-shadow: 0px 25px 30px 0px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0px 25px 30px 0px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 25px 30px 0px rgba(0, 0, 0, 0.05);
  margin-bottom: 45px;
  margin-left: 2%;
}
/* line 263, sass/modules/countrynews.scss */
#top .country_news .av_one_full .av_one_third {
  margin-left: 2%;
}
/* line 266, sass/modules/countrynews.scss */
#top .country_news .av_one_full .av_one_third.first {
  margin-left: 0;
}
/* line 272, sass/modules/countrynews.scss */
#top .country_news .av_one_full .avia-content-slider {
  overflow: visible;
}
/* line 276, sass/modules/countrynews.scss */
#top .country_news .av_one_full .avia-content-slider-inner {
  overflow: visible;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  flex-direction: row;
  -ms-flex-align: stretch;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  align-items: stretch;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
/* line 300, sass/modules/countrynews.scss */
#top .country_news .av_one_full .avia-button-center {
  border: 1px solid #ebebeb;
  border-radius: 3px;
}
/* line 308, sass/modules/countrynews.scss */
#top .country_news .av_one_full .full-link-btn {
  border: none;
}
/* line 312, sass/modules/countrynews.scss */
#top .country_news .av_one_full .avia-button {
  background: #f8f8f8;
}
/* line 315, sass/modules/countrynews.scss */
#top .country_news .av_one_full .avia-button span {
  color: #8f9194;
}
/* line 325, sass/modules/countrynews.scss */
#after_section_3 {
  border: none;
}
@media only screen and (max-width: 767px) {
  /* line 329, sass/modules/countrynews.scss */
  #after_section_3 .content {
    padding: 0;
  }
  /* line 333, sass/modules/countrynews.scss */
  #after_section_3 .title_cases h3 {
    font-size: 24px;
    margin: 0 0 20px;
  }
}
/* line 340, sass/modules/countrynews.scss */
.title_cases h3 {
  font-size: 33px;
  color: #1a4474;
}
/* line 1, sass/modules/singleservices.scss */
/* line 2, sass/modules/singleservices.scss */
#top .servicesheader {
  border: none;
  z-index: 2;
  position: relative;
}
@media only screen and (max-width: 767px) {
  #top .servicesheader {
    background: none !important;
  }
  /* line 10, sass/modules/singleservices.scss */
  #top .servicesheader .avia-button .avia_button_icon {
    left: auto;
  }
}
/* line 15, sass/modules/singleservices.scss */
#top .servicesheader .content {
  padding: 60px 0px 40px;
}
@media only screen and (max-width: 767px) {
  #top .servicesheader .content {
    padding: 0;
  }
}
/* line 23, sass/modules/singleservices.scss */
#top .servicesheader .container {
  max-width: 1330px;
  padding: 0px 10px;
  border: none;
}
@media only screen and (max-width: 767px) {
  #top .servicesheader .container {
    height: auto !important;
  }
}
/* line 33, sass/modules/singleservices.scss */
#top .servicesheader .av_one_fourth {
  width: 300px;
  background: #1a4474;
  top: 40px;
  box-shadow: 0px 2px 43px 0px rgba(26, 68, 116, 0.02), 0px 2px 70px 0px rgba(0, 0, 0, 0.21), 0px 0px 3px 0px rgba(0, 0, 0, 0.05);
  float: right;
  position: absolute;
  right: 0;
  top: 130px;
}
/* line 30, sass/includes/mixins.scss */
#top .servicesheader .av_one_fourth img {
  border-radius: 0;
}
/* line 34, sass/includes/mixins.scss */
#top .servicesheader .av_one_fourth .av-special-heading-tag {
  color: #1a4474;
  font-size: 18px;
  font-weight: bold;
  padding: 35px 35px 15px 35px;
  margin: 0;
  background: #fff;
}
/* line 43, sass/includes/mixins.scss */
#top .servicesheader .av_one_fourth .av-special-heading {
  margin-top: 0;
  padding-bottom: 0 !important;
}
/* line 48, sass/includes/mixins.scss */
#top .servicesheader .av_one_fourth .el_after_draad_customfield {
  background: #fff;
  padding-top: 50px;
  padding-bottom: 60px;
}
/* line 53, sass/includes/mixins.scss */
#top .servicesheader .av_one_fourth .el_after_draad_customfield:after {
  content: url('../images/linesmall.png');
  width: 300px;
  height: 10px;
  position: absolute;
  bottom: 0;
  left: -1px;
  visibility: visible;
  z-index: 999;
}
/* line 66, sass/includes/mixins.scss */
#top .servicesheader .av_one_fourth p {
  color: #1a4474;
  background: #fff;
  padding: 0px 35px 0px 35px;
  margin: 0;
}
/* line 73, sass/includes/mixins.scss */
#top .servicesheader .av_one_fourth .linkedin {
  position: absolute;
  top: 0;
  left: 0;
  border-right: 1px solid #1e567f;
  height: 75px;
}
/* line 78, sass/includes/mixins.scss */
#top .servicesheader .av_one_fourth .linkedin span {
  color: #a4d8dd;
  font-size: 20px;
}
/* line 83, sass/includes/mixins.scss */
#top .servicesheader .av_one_fourth .linkedin a {
  padding-top: 24px;
}
/* line 91, sass/includes/mixins.scss */
#top .servicesheader .av_one_fourth .overview {
  position: absolute;
  top: 0px;
  right: 0px;
  border-left: 1px solid #1e567f;
}
/* line 96, sass/includes/mixins.scss */
#top .servicesheader .av_one_fourth .overview a {
  padding: 23px;
}
/* line 103, sass/includes/mixins.scss */
#top .servicesheader .av_one_fourth .avia-align-center {
  margin-top: 75px;
  margin-bottom: 0;
}
/* line 40, sass/modules/singleservices.scss */
#top .servicesheader .av_one_fourth .flex_column {
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  #top .servicesheader .av_one_fourth {
    display: none;
  }
}
/* line 49, sass/modules/singleservices.scss */
@media only screen and (max-width: 1500px) {
  #top .servicesheader .av_three_fourth {
    padding-left: 70px;
  }
}
@media only screen and (max-width: 989px) {
  #top .servicesheader .av_three_fourth {
    width: calc(100% - 320px);
  }
}
@media only screen and (max-width: 767px) {
  #top .servicesheader .av_three_fourth {
    float: none;
    padding: 0 20px 20px;
    background: #1a4474;
  }
  /* line 63, sass/modules/singleservices.scss */
  #top .servicesheader .av_three_fourth .av-special-heading {
    padding-left: 80px;
  }
}
/* line 69, sass/modules/singleservices.scss */
#top .servicesheader ul.disc, #top .servicesheader .entry-content-wrapper ul {
  list-style: circle;
  color: #fff;
}
/* line 74, sass/modules/singleservices.scss */
#top .servicesheader ul.disc li, #top .servicesheader .entry-content-wrapper ul li {
  padding: 5px 0px;
  font-family: Open Sans;
  font-weight: 400;
}
/* line 82, sass/modules/singleservices.scss */
#top .servicesheader h1 {
  color: #fff;
  font-size: 40px;
  line-height: 60px;
  font-weight: 200;
  margin-bottom: 30px;
}
@media only screen and (max-width: 767px) {
  #top .servicesheader h1 {
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 20px;
  }
}
/* line 96, sass/modules/singleservices.scss */
#top .servicesheader .icon_services.first {
  position: absolute;
  top: 35px;
  left: -70px;
}
@media only screen and (max-width: 1500px) {
  #top .servicesheader .icon_services.first {
    left: 0;
  }
}
@media only screen and (max-width: 767px) {
  #top .servicesheader .icon_services.first {
    left: 20px;
    top: 35px;
  }
}
/* line 110, sass/modules/singleservices.scss */
#top .servicesheader .icon_services.first span {
  color: #fff;
  font-size: 45px !important;
  line-height: 45px !important;
}
/* line 118, sass/modules/singleservices.scss */
#top .servicesheader .icon_services.second {
  position: absolute;
  top: -75px;
  left: -185px;
  z-index: -1;
}
@media only screen and (max-width: 1500px) {
  #top .servicesheader .icon_services.second {
    left: -115px;
  }
}
@media only screen and (max-width: 767px) {
  #top .servicesheader .icon_services.second {
    display: none;
  }
}
/* line 132, sass/modules/singleservices.scss */
#top .servicesheader .icon_services.second span {
  color: #fff;
  font-size: 325px !important;
  line-height: 325px !important;
  color: #264e7b;
}
/* line 141, sass/modules/singleservices.scss */
#top .servicesheader .askme {
  background: #fff;
  padding: 35px 0px 55px;
}
/* line 145, sass/modules/singleservices.scss */
#top .servicesheader .askme:after {
  content: url(../images/line.png);
  width: 312px;
  height: 10px;
  position: absolute;
  bottom: 8px;
  left: -1px;
  visibility: visible;
  z-index: 999;
}
/* line 158, sass/modules/singleservices.scss */
#top .servicesheader .av-special-heading-h1 {
  margin-top: 30px;
  margin-bottom: 20px;
  min-height: 80px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media only screen and (max-width: 767px) {
  #top .servicesheader .av-special-heading-h1 {
    padding-top: 30px !important;
    padding-bottom: 20px !important;
    margin: 0 !important;
    min-height: 130px;
  }
}
/* line 174, sass/modules/singleservices.scss */
#top .servicesheader .av-special-heading-h1 h1 {
  margin: 0;
}
/* line 180, sass/modules/singleservices.scss */
#top .service_content {
  margin-bottom: 15px;
}
@media only screen and (max-width: 1139px) {
  #top .service_content {
    width: auto;
    margin: 100px 0 15px;
  }
  /* line 187, sass/modules/singleservices.scss */
  #top .service_content .container {
    padding: 0 35px;
  }
}
@media only screen and (max-width: 767px) {
  #top .service_content {
    margin: 20px 0 15px;
  }
  /* line 195, sass/modules/singleservices.scss */
  #top .service_content .content {
    padding-bottom: 0;
  }
}
/* line 200, sass/modules/singleservices.scss */
@media only screen and (max-width: 989px) {
  #top .service_content h2 p {
    font-size: 35px;
    line-height: 45px;
  }
}
@media only screen and (max-width: 767px) {
  #top .service_content h2 p {
    font-size: 24px;
    line-height: 33px;
    font-weight: 400;
  }
}
/* line 213, sass/modules/singleservices.scss */
#top .service_content h3 {
  margin-top: 70px;
}
@media only screen and (max-width: 767px) {
  #top .service_content h3 {
    margin-top: 37px;
    font-size: 24px;
    line-height: 30px;
  }
}
/* line 223, sass/modules/singleservices.scss */
#top .service_content p {
  font-size: 18px;
  line-height: 28px;
  margin: 25px 0px 40px 0px !important;
}
/* line 229, sass/modules/singleservices.scss */
#top .service_content li {
  padding: 5px 0px;
  font-family: Open Sans;
  font-weight: 400;
}
/* line 235, sass/modules/singleservices.scss */
#top .service_content .av-special-heading h4 {
  text-align: left;
  font-size: 18px !important;
  line-height: 28px;
  font-weight: 400 !important;
  padding: 0px 0px 30px 0px !important;
}
@media only screen and (max-width: 767px) {
  #top .service_content .av-special-heading h4 {
    font-size: 24px !important;
    line-height: 30px;
  }
}
/* line 248, sass/modules/singleservices.scss */
@media only screen and (max-width: 989px) {
  #top .service_content .service_content .av_three_fourth {
    width: calc(94% - 250px);
  }
}
/* line 254, sass/modules/singleservices.scss */
#top .service_content .av_one_fourth.countrylist {
  margin-top: 400px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  background: none;
}
@media only screen and (max-width: 989px) {
  #top .service_content .av_one_fourth.countrylist {
    width: 230px;
  }
}
@media only screen and (max-width: 767px) {
  #top .service_content .av_one_fourth.countrylist {
    float: none;
    top: 0;
  }
}
/* line 270, sass/modules/singleservices.scss */
#top .service_content .av_one_fourth.countrylist span {
  display: block;
  color: #757981;
  font-size: 14px;
  font-weight: 400;
  padding: 0;
}
/* line 277, sass/modules/singleservices.scss */
#top .service_content .av_one_fourth.countrylist span:before {
  content: url('../images/list.png');
  font-size: 14px;
  color: #1a4474;
  margin-right: 20px;
}
/* line 292, sass/modules/singleservices.scss */
#after_section_2, .after_section_2 {
  border: none;
}
/* line 296, sass/modules/singleservices.scss */
#after_section_2 .container, .after_section_2 .container {
  border: none;
}
@media only screen and (max-width: 989px) {
  /* line 304, sass/modules/singleservices.scss */
  .responsive #top #wrap_all .servicesheader .container {
    width: 100%;
    max-width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  /* line 311, sass/modules/singleservices.scss */
  .responsive #top #wrap_all .service_content .container {
    width: 100%;
    max-width: 100%;
    padding: 0 20px;
  }
  /* line 317, sass/modules/singleservices.scss */
  .responsive #top #wrap_all .caseslider_container .flex_cell {
    padding: 0 !important;
  }
  /* line 321, sass/modules/singleservices.scss */
  .single-service .content {
    padding: 0;
  }
  /* line 324, sass/modules/singleservices.scss */
  .single-service .content .title_cases {
    margin-bottom: 25px !important;
  }
  /* line 327, sass/modules/singleservices.scss */
  .single-service .content .title_cases h3 {
    font-size: 24px;
    line-height: 30px;
  }
}
/* line 1, sass/modules/sectoren.scss */
/* line 2, sass/modules/sectoren.scss */
/* line 5, sass/modules/sectoren.scss */
#top .sector_intro .av-subheading p, #top .cases_intro .av-subheading p {
  font-weight: 200;
  font-size: 45px;
  line-height: 60px;
  color: #1a4474;
  max-width: 1040px;
  margin: 0 auto;
}
/* line 15, sass/modules/sectoren.scss */
#top .sector_intro .av-subheading p, #top .cases_intro .av-subheading p {
  background: -moz-linear-gradient(left, rgba(26, 68, 116, 1) 40%, rgba(75, 184, 191, 1) 60%);
  background: -webkit-gradient(left top, right top, color-stop(40%, rgba(26, 68, 116, 1)), color-stop(60%, rgba(75, 184, 191, 1)));
  background: -webkit-linear-gradient(left, rgba(26, 68, 116, 1) 40%, rgba(75, 184, 191, 1) 60%);
  background: -o-linear-gradient(left, rgba(26, 68, 116, 1) 40%, rgba(75, 184, 191, 1) 60%);
  background: -ms-linear-gradient(left, rgba(26, 68, 116, 1) 40%, rgba(75, 184, 191, 1) 60%);
  background: linear-gradient(to right, rgba(26, 68, 116, 1) 40%, rgba(75, 184, 191, 1) 60%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1a4474', endColorstr='#4bb8bf', GradientType=1);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: #1a4474;
}
/* line 28, sass/modules/sectoren.scss */
.avia-msie #top .sector_intro .av-subheading p, .avia-msie #top .cases_intro .av-subheading p {
  background: -ms-linear-gradient(left, rgba(26, 68, 116, 0) 40%, rgba(75, 184, 191, 0) 60%);
}
@media only screen and (max-width: 767px) {
  #top .sector_intro .av-subheading p, #top .cases_intro .av-subheading p {
    font-size: 24px;
    line-height: 33px;
    font-weight: 400;
  }
}
/* line 41, sass/modules/sectoren.scss */
#top .sector_intro h1, #top .cases_intro h1 {
  color: #ef4123;
  font-weight: 600;
  font-size: 14px;
  text-transform: uppercase;
  margin-bottom: 10px;
}
/* line 49, sass/modules/sectoren.scss */
#top .sector_intro .hr-inner, #top .cases_intro .hr-inner {
  width: 100px;
  left: 50%;
  margin-left: -50px;
  background: rgba(26, 68, 116, 1);
  background: -moz-linear-gradient(left, rgba(26, 68, 116, 1) 0%, rgba(75, 184, 191, 1) 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, rgba(26, 68, 116, 1)), color-stop(100%, rgba(75, 184, 191, 1)));
  background: -webkit-linear-gradient(left, rgba(26, 68, 116, 1) 0%, rgba(75, 184, 191, 1) 100%);
  background: -o-linear-gradient(left, rgba(26, 68, 116, 1) 0%, rgba(75, 184, 191, 1) 100%);
  background: -ms-linear-gradient(left, rgba(26, 68, 116, 1) 0%, rgba(75, 184, 191, 1) 100%);
  background: linear-gradient(to right, rgba(26, 68, 116, 1) 0%, rgba(75, 184, 191, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1a4474', endColorstr='#4bb8bf', GradientType=1);
  border: none;
  height: 2px;
}
/* line 65, sass/modules/sectoren.scss */
#top .sector_intro .hr-short, #top .cases_intro .hr-short {
  margin: 20px 0px 0px 0px;
}
/* line 69, sass/modules/sectoren.scss */
#top .sector_intro .hr-inner-style, #top .cases_intro .hr-inner-style {
  display: none;
}
/* line 73, sass/modules/sectoren.scss */
#top .sector_intro .content, #top .cases_intro .content {
  padding-top: 100px;
}
@media only screen and (max-width: 767px) {
  /* line 78, sass/modules/sectoren.scss */
  #top .sector_intro .container, #top .cases_intro .container {
    width: 100% !important;
    max-width: 100% !important;
  }
  /* line 83, sass/modules/sectoren.scss */
  #top .sector_intro .content, #top .cases_intro .content {
    padding: 40px 20px 50px !important;
    box-sizing: border-box;
  }
}
/* line 91, sass/modules/sectoren.scss */
#top .sectoren_content {
  border: none;
  width: calc(100% - 180px);
  margin: 0 90px;
}
@media only screen and (max-width: 1139px) {
  #top .sectoren_content {
    width: calc(100% - 100px);
    margin: 0 50px;
  }
}
@media only screen and (max-width: 989px) {
  #top .sectoren_content {
    width: calc(100% - 80px);
    margin: 0 40px;
  }
}
@media only screen and (max-width: 767px) {
  #top .sectoren_content {
    width: 100%;
    margin: 0;
  }
}
/* line 111, sass/modules/sectoren.scss */
#top .sectoren_content .content {
  padding-bottom: 30px;
}
@media only screen and (max-width: 767px) {
  #top .sectoren_content .content {
    padding: 0 0 30px !important;
  }
}
/* line 119, sass/modules/sectoren.scss */
#top .sectoren_content .container {
  padding: 0px;
}
@media only screen and (max-width: 767px) {
  #top .sectoren_content .container {
    width: 100% !important;
    max-width: 100% !important;
  }
}
/* line 128, sass/modules/sectoren.scss */
#top .sectoren_content .avia-image-container {
  margin: 0;
}
/* line 132, sass/modules/sectoren.scss */
#top .sectoren_content article {
  margin-bottom: 20px;
}
/* line 136, sass/modules/sectoren.scss */
#top .sectoren_content .av_one_fourth {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  padding: 0px 15px;
  width: 220px;
  right: -24px;
  min-height: 270px;
}
@media only screen and (max-width: 767px) {
  #top .sectoren_content .av_one_fourth {
    width: 450px !important;
    margin: 0 auto !important;
    top: 100px;
    left: 20px !important;
    right: 20px !important;
    transform: none;
    max-width: 90%;
  }
}
/* line 166, sass/modules/sectoren.scss */
#top .sectoren_content .av_one_fourth:after {
  width: 220px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 220px;
  -webkit-box-shadow: -42px 0px 97px 20px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: -42px 0px 97px 20px rgba(0, 0, 0, 0.5);
  box-shadow: -42px 0px 97px 20px rgba(0, 0, 0, 0.5);
  visibility: visible;
}
@media only screen and (max-width: 1339px) {
  #top .sectoren_content .av_one_fourth:after {
    box-shadow: none !important;
  }
}
/* line 182, sass/modules/sectoren.scss */
#top .sectoren_content .av_one_fourth:before {
  content: "";
  display: block;
  width: 100%;
  background-color: #1a4474;
  height: 1px;
  visibility: visible;
  top: 46px;
  left: 0;
  position: absolute;
}
/* line 196, sass/modules/sectoren.scss */
#top .sectoren_content .avia-content-slider, #top .sectoren_content .avia-content-slider-inner, #top .sectoren_content .avia-content-slider-inner .slide-entry-wrap {
  overflow: visible;
}
/* line 202, sass/modules/sectoren.scss */
#top .sectoren_content img {
  border-radius: 0;
}
/* line 206, sass/modules/sectoren.scss */
#top .sectoren_content h3 {
  color: #fff;
}
@media only screen and (max-width: 767px) {
  #top .sectoren_content h3 {
    position: relative;
  }
  /* line 212, sass/modules/sectoren.scss */
  #top .sectoren_content h3:before {
    content: '';
    background: #1a4474;
    position: absolute;
    right: 30px;
    top: -15px;
    height: 47px;
    width: 1px;
  }
  /* line 222, sass/modules/sectoren.scss */
  #top .sectoren_content h3:after {
    content: '>';
    position: absolute;
    right: 0;
    top: -2px;
    font-size: 30px;
    color: #a4d8dd;
  }
}
/* line 233, sass/modules/sectoren.scss */
#top .sectoren_content li {
  color: #fff;
  font-weight: 600;
  padding: 1px 0px;
  margin-left: 0;
}
/* line 239, sass/modules/sectoren.scss */
#top .sectoren_content li:before {
  content: url('../images/listwhite.png');
  font-size: 14px;
  color: #1a4474;
  left: 15px;
  position: absolute;
}
/* line 249, sass/modules/sectoren.scss */
#top .sectoren_content ul.disc, #top .sectoren_content .entry-content-wrapper ul {
  list-style: none;
  margin-left: 25px;
}
/* line 255, sass/modules/sectoren.scss */
#top .sectoren_content .av-special-heading {
  margin-top: 15px;
  margin-bottom: 20px;
}
/* line 260, sass/modules/sectoren.scss */
#top .sectoren_content .av_one_half.first {
  margin-left: 0;
  width: calc(50% - 10px);
}
/* line 264, sass/modules/sectoren.scss */
#top .sectoren_content .av_one_half.first .av_one_fourth {
  left: -24px;
  right: auto;
}
/* line 268, sass/modules/sectoren.scss */
#top .sectoren_content .av_one_half.first .av_one_fourth:after {
  right: auto;
  width: 220px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 220px;
  -webkit-box-shadow: 42px 0px 97px 20px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 42px 0px 97px 20px rgba(0, 0, 0, 0.5);
  box-shadow: 42px 0px 97px 20px rgba(0, 0, 0, 0.5);
}
/* line 284, sass/modules/sectoren.scss */
#top .sectoren_content .av_one_half {
  margin-left: 20px;
  width: calc(50% - 10px);
}
@media only screen and (max-width: 1399px) {
  /* line 289, sass/modules/sectoren.scss */
  #top .sectoren_content .av_one_half > .slide-content > .avia-image-container .avia-image-container-inner {
    height: 280px;
    position: relative;
    width: 100%;
    overflow: hidden;
    border-radius: 0;
  }
  /* line 296, sass/modules/sectoren.scss */
  #top .sectoren_content .av_one_half > .slide-content > .avia-image-container .avia-image-container-inner img {
    position: absolute;
    height: 100%;
    width: auto;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0);
    max-width: none;
  }
}
@media only screen and (max-width: 767px) {
  #top .sectoren_content .av_one_half {
    width: 100% !important;
    margin: 0 0 50px !important;
    position: relative;
  }
  /* line 313, sass/modules/sectoren.scss */
  #top .sectoren_content .av_one_half > .slide-content > .avia-image-container .avia-image-container-inner {
    height: 400px;
  }
}
/* line 1, sass/modules/cases.scss */
/* line 2, sass/modules/cases.scss */
#top .cases_overview {
  width: calc(100% - 180px);
  margin: 0 90px;
  background: #f6f6f6;
}
@media only screen and (max-width: 989px) {
  #top .cases_overview {
    width: 100%;
    margin: 0;
  }
}
/* line 12, sass/modules/cases.scss */
#top .cases_overview .content {
  padding-top: 70px;
}
@media only screen and (max-width: 767px) {
  #top .cases_overview .content {
    padding: 25px 0 !important;
  }
}
/* line 20, sass/modules/cases.scss */
#top .cases_overview .container {
  max-width: 1200px;
}
@media only screen and (max-width: 989px) {
  #top .cases_overview .container {
    padding: 0 20px;
  }
}
@media only screen and (max-width: 767px) {
  #top .cases_overview .container {
    padding: 0;
    width: 100% !important;
    max-width: 100% !important;
  }
}
/* line 34, sass/modules/cases.scss */
/* line 35, sass/modules/cases.scss */
#top .cases_overview .flex_column .draad_content_wrapper {
  margin-bottom: 60px;
}
@media only screen and (max-width: 767px) {
  #top .cases_overview .flex_column .draad_content_wrapper {
    margin-bottom: 30px;
  }
}
/* line 44, sass/modules/cases.scss */
#top .cases_overview .countrytitle:last-child .comma {
  display: none;
}
/* line 48, sass/modules/cases.scss */
#top .cases_overview .sectortitle {
  color: #4bb8bf;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 10px;
}
/* line 54, sass/modules/cases.scss */
#top .cases_overview .sectortitle:last-child .comma {
  display: none;
}
/* line 59, sass/modules/cases.scss */
#top .cases_overview h3 {
  font-size: 18px;
  line-height: 28px;
  color: #1a4474;
  margin-bottom: 50px;
}
@media only screen and (max-width: 767px) {
  #top .cases_overview h3 {
    margin-bottom: 25px;
  }
}
/* line 70, sass/modules/cases.scss */
#top .cases_overview p {
  color: #757981;
}
/* line 74, sass/modules/cases.scss */
#top .cases_overview .firsthalf {
  display: -webkit-box;
  display: -ms-flexbox;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: center;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-line-pack: center;
  align-content: center;
}
/* line 75, sass/modules/cases.scss */
#top .cases_overview .firsthalf span {
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
}
/* line 83, sass/modules/cases.scss */
#top .cases_overview .firsthalf .avia-image-container {
  width: 100%;
  text-align: center;
}
/* line 88, sass/modules/cases.scss */
#top .cases_overview .firsthalf .avia-image-container-inner {
  margin-right: 0px;
}
@media only screen and (max-width: 767px) {
  #top .cases_overview .firsthalf {
    height: 475px;
    position: relative;
    padding-top: 25px;
    margin: 0 !important;
    -ms-flex-line-pack: start;
    align-content: flex-start;
  }
}
/* line 120, sass/modules/cases.scss */
#top .cases_overview .secondhalf {
  background: #fff;
  padding: 60px 60px 10px 60px;
  display: table;
}
@media only screen and (max-width: 989px) {
  #top .cases_overview .secondhalf {
    padding: 30px 25px 10px;
  }
}
@media only screen and (max-width: 767px) {
  #top .cases_overview .secondhalf {
    padding: 20px;
    width: 85% !important;
    margin: -365px auto 50px !important;
    position: relative;
    z-index: 5;
    box-shadow: 0px 2px 43px 0px rgba(26, 68, 116, 0.02), 0px 2px 70px 0px rgba(0, 0, 0, 0.21), 0px 0px 3px 0px rgba(0, 0, 0, 0.05);
  }
}
@media only screen and (max-width: 479px) {
  #top .cases_overview .secondhalf {
    margin: -365px 20px 50px !important;
    width: auto !important;
  }
}
/* line 143, sass/modules/cases.scss */
#top .cases_overview .secondhalf .avia-image-container {
  text-align: right;
  display: inline-block;
  float: right;
  width: 50%;
}
@media only screen and (max-width: 767px) {
  #top .cases_overview .secondhalf .avia-image-container {
    margin: 0 !important;
    width: 48%;
    float: none;
    vertical-align: middle;
    text-align: left;
  }
}
/* line 158, sass/modules/cases.scss */
#top .cases_overview .secondhalf .sectortitle {
  display: inline-block;
  width: 50%;
  float: left;
  margin-top: 30px;
}
@media only screen and (max-width: 767px) {
  #top .cases_overview .secondhalf .sectortitle {
    margin: 0 !important;
    width: 48%;
    float: none;
    vertical-align: middle;
    text-align: right;
  }
}
/* line 174, sass/modules/cases.scss */
#top .cases_overview .avia-image-container-inner {
  margin-right: -30px;
}
@media only screen and (max-width: 989px) {
  #top .cases_overview .avia-image-container-inner {
    margin-right: 0;
  }
}
/* line 182, sass/modules/cases.scss */
#top .cases_overview .avia-image-container {
  text-align: right;
}
/* line 186, sass/modules/cases.scss */
#top .cases_overview .flex_column_table {
  margin-bottom: 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 767px) {
  #top .cases_overview .flex_column_table {
    margin-bottom: 10px;
    display: block;
  }
}
/* line 195, sass/modules/cases.scss */
#top .cases_overview .flex_column_table:nth-child(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
/* line 197, sass/modules/cases.scss */
#top .cases_overview .flex_column_table:nth-child(even) .secondhalf {
  background: #fff;
  padding: 60px 60px 40px 60px;
}
@media only screen and (max-width: 989px) {
  #top .cases_overview .flex_column_table:nth-child(even) .secondhalf {
    padding: 30px 25px 10px;
  }
}
@media only screen and (max-width: 767px) {
  #top .cases_overview .flex_column_table:nth-child(even) .secondhalf {
    padding: 20px;
  }
}
/* line 209, sass/modules/cases.scss */
#top .cases_overview .flex_column_table:nth-child(even) .secondhalf .avia-image-container {
  text-align: left;
  display: inline-block;
  float: left;
  width: 50%;
}
@media only screen and (max-width: 767px) {
  #top .cases_overview .flex_column_table:nth-child(even) .secondhalf .avia-image-container {
    margin: 0 !important;
    width: 48%;
    float: none;
    vertical-align: middle;
    text-align: left;
  }
}
/* line 224, sass/modules/cases.scss */
#top .cases_overview .flex_column_table:nth-child(even) .secondhalf .avia-image-container-inner {
  margin-left: 0px;
}
/* line 228, sass/modules/cases.scss */
#top .cases_overview .flex_column_table:nth-child(even) .secondhalf .sectortitle {
  display: inline-block;
  width: 50%;
  float: right;
  text-align: right;
}
@media only screen and (max-width: 767px) {
  #top .cases_overview .flex_column_table:nth-child(even) .secondhalf .sectortitle {
    margin: 0 !important;
    width: 48%;
    float: none;
    vertical-align: middle;
    text-align: right;
  }
}
/* line 246, sass/modules/cases.scss */
#top .cases_overview .flex_column_table:nth-child(even) .avia-image-container-inner {
  margin-left: -30px;
  margin: 0 auto;
}
/* line 251, sass/modules/cases.scss */
#top .cases_overview .flex_column_table:nth-child(even) .avia-image-container {
  text-align: center;
}
/* line 261, sass/modules/cases.scss */
/* line 262, sass/modules/cases.scss */
#top #cases .content {
  padding-bottom: 70px;
  padding-top: 70px;
}
/* line 269, sass/modules/cases.scss */
#top #casesfilter {
  width: calc(100% - 180px);
  margin: 0 90px;
  height: 75px;
  min-height: 75px;
}
@media only screen and (max-width: 989px) {
  #top #casesfilter {
    width: 100%;
    margin: 0;
  }
}
@media only screen and (max-width: 767px) {
  #top #casesfilter {
    height: auto;
    background: #f6f6f6 !important;
  }
  /* line 284, sass/modules/cases.scss */
  #top #casesfilter .content {
    padding: 0;
  }
  /* line 288, sass/modules/cases.scss */
  #top #casesfilter .case_filter_container {
    background: #1a4474;
    margin: 0 0 10px !important;
    padding: 10px 20px;
    float: none !important;
    width: 100%;
    position: relative;
  }
  /* line 296, sass/modules/cases.scss */
  #top #casesfilter .case_filter_container .team_filter {
    margin: 0 !important;
  }
  /* line 300, sass/modules/cases.scss */
  #top #casesfilter .case_filter_container:hover {
    z-index: 10;
  }
}
/* line 306, sass/modules/cases.scss */
#top #casesfilter .container {
  z-index: 9;
  max-width: 1175px;
}
@media only screen and (max-width: 989px) {
  #top #casesfilter .container {
    padding: 0 20px;
  }
}
@media only screen and (max-width: 767px) {
  #top #casesfilter .container {
    width: 100% !important;
    max-width: 100% !important;
  }
}
/* line 320, sass/modules/cases.scss */
#top #casesfilter .case_filter_container:nth-child(2) {
  float: right;
}
/* line 324, sass/modules/cases.scss */
#top #casesfilter .case_filter_container:nth-child(3) {
  margin: auto;
}
/* line 329, sass/modules/cases.scss */
#top #casesfilter .reset_button {
  background: #ef4123;
  color: #fff;
  padding: 10px;
  border-radius: 4px;
  font-size: 16px;
  font-weight: 600;
  flex: 1 1 auto;
  margin: 0 5px;
  text-align: center;
  display: block;
}
@media only screen and (max-width: 767px) {
  #top #casesfilter .reset_button {
    margin: 30px auto 10px;
    width: 85%;
  }
}
@media only screen and (max-width: 479px) {
  #top #casesfilter .reset_button {
    margin: 30px 20px 10px;
    width: auto;
  }
}
/* line 351, sass/modules/cases.scss */
#top #casesfilter .reset_button:hover {
  text-decoration: none;
}
/* line 356, sass/modules/cases.scss */
#top #casesfilter .entry-content-wrapper {
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  #top #casesfilter .entry-content-wrapper {
    display: block;
  }
}
/* line 364, sass/modules/cases.scss */
#top #casesfilter .entry-content-wrapper:before, #top #casesfilter .entry-content-wrapper:after {
  display: none;
}
/* line 370, sass/modules/cases.scss */
#top .case_filter_container {
  margin: 0 5px !important;
  flex: 1 1 auto;
}
/* line 374, sass/modules/cases.scss */
#top .case_filter_container .team_filter {
  position: relative;
  margin: 0;
  padding: 10px;
  border-bottom: 1px solid #4475ac;
}
/* line 380, sass/modules/cases.scss */
#top .case_filter_container .team_filter li {
  font-size: 16px;
  color: #fff;
  list-style-type: none;
  text-align: left;
  padding: 0;
  margin: 0;
}
/* line 390, sass/modules/cases.scss */
#top .case_filter_container .team_filter .first:after {
  content: '\e877';
  font-family: entypo-fontello;
  position: absolute;
  right: 10px;
  font-size: 22px;
}
/* line 399, sass/modules/cases.scss */
/* line 402, sass/modules/cases.scss */
#top .case_filter_container .team_filter:active .filter, #top .case_filter_container .team_filter:focus .filter, #top .case_filter_container .team_filter:hover .filter {
  visibility: visible;
  opacity: 1;
}
@media only screen and (max-width: 989px) {
  /* line 409, sass/modules/cases.scss */
  /* line 412, sass/modules/cases.scss */
  #top .case_filter_container .team_filter:active .filter, #top .case_filter_container .team_filter:focus .filter, #top .case_filter_container .team_filter:hover .filter {
    visibility: hidden;
    opacity: 0;
  }
  /* line 418, sass/modules/cases.scss */
  /* line 419, sass/modules/cases.scss */
  #top .case_filter_container .team_filter.team_filter-opened .filter {
    visibility: visible;
    opacity: 1;
  }
}
/* line 427, sass/modules/cases.scss */
#top .case_filter_container .blog_articles_filter {
  left: 0;
  margin: 0;
  width: 100%;
  position: absolute;
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s;
  list-style: none;
  top: 45px;
  background: #fff;
}
/* line 441, sass/modules/cases.scss */
#top .case_filter_container .blog_articles_filter li {
  text-align: left;
}
/* line 445, sass/modules/cases.scss */
#top .case_filter_container .blog_articles_filter a {
  color: #1a4474;
  padding: 4px 10px;
  text-decoration: none;
  width: 100%;
  display: block;
}
/* line 454, sass/modules/cases.scss */
#top .case_filter_container .blog_articles_filter a:hover {
  background: #f4f4f4;
}
/* Deze module neemt de styling over van sectoren.scss, en aanpassingen daarop staan hieronder. */
/* line 2, sass/modules/ppp.scss */
/* line 3, sass/modules/ppp.scss */
@media only screen and (max-width: 989px) {
  #top .sectoren_content.ppp_content {
    width: calc(100% - 80px);
    margin: 0 40px;
  }
}
@media only screen and (max-width: 767px) {
  #top .sectoren_content.ppp_content {
    width: 100%;
    margin: 0;
  }
}
/* line 15, sass/modules/ppp.scss */
#top .sectoren_content.ppp_content .av_one_fourth:after {
  display: none;
}
/* line 19, sass/modules/ppp.scss */
#top .sectoren_content.ppp_content .av_one_fourth:before {
  display: none;
}
/* line 23, sass/modules/ppp.scss */
#top .sectoren_content.ppp_content .av_one_half.first .av_one_fourth {
  -webkit-box-shadow: -25px 0px 60px -18px rgba(0, 0, 0, 0.28);
  -moz-box-shadow: -25px 0px 60px -18px rgba(0, 0, 0, 0.28);
  box-shadow: -25px 0px 60px -18px rgba(0, 0, 0, 0.28);
}
/* line 29, sass/modules/ppp.scss */
#top .sectoren_content.ppp_content .av_one_fourth {
  padding: 0;
  -webkit-box-shadow: 25px 0px 60px -18px rgba(0, 0, 0, 0.28);
  -moz-box-shadow: 25px 0px 60px -18px rgba(0, 0, 0, 0.28);
  box-shadow: 25px 0px 60px -18px rgba(0, 0, 0, 0.28);
}
/* line 32, sass/modules/ppp.scss */
#top .sectoren_content.ppp_content .av_one_fourth .av-special-heading-tag:after {
  content: '\e87d';
  font-family: 'entypo-fontello';
  font-size: 22px;
  font-weight: 400;
  position: absolute;
  right: 18px;
  visibility: visible;
  color: #9bced6;
}
/* line 43, sass/modules/ppp.scss */
#top .sectoren_content.ppp_content .av_one_fourth .av-special-heading:before {
  content: '';
  width: 0;
  height: 88px;
  position: absolute;
  border: 1px solid #1a4474;
  top: -20px;
  right: 45px;
}
/* line 53, sass/modules/ppp.scss */
#top .sectoren_content.ppp_content .av_one_fourth h3 {
  margin-left: 20px;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 600;
}
/* line 60, sass/modules/ppp.scss */
#top .sectoren_content.ppp_content .av_one_fourth .av-special-heading {
  margin-top: 20px;
}
/* line 69, sass/modules/ppp.scss */
#top .sectoren_content.ppp_content .focus, #top .sectoren_content.ppp_content .region {
  color: #fff;
  width: 100%;
  font-weight: 600;
  margin-left: 44px;
}
/* line 76, sass/modules/ppp.scss */
#top .sectoren_content.ppp_content .focus:before, #top .sectoren_content.ppp_content .region:before {
  content: url(../images/listwhite.png);
  font-size: 14px;
  color: #1a4474;
  left: 20px;
  position: absolute;
  margin-top: 2px;
}
/* line 87, sass/modules/ppp.scss */
#top .sectoren_content.ppp_content .avia-image-container {
  margin: 0 auto;
  width: 100%;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
/* line 102, sass/modules/ppp.scss */
#top .sectoren_content.ppp_content .avia-image-container img {
  margin: 0 auto;
}
/* line 107, sass/modules/ppp.scss */
/* line 108, sass/modules/ppp.scss */
#top .sectoren_content.ppp_content .av_one_half > .slide-content > .avia-image-container .avia-image-container-inner {
  height: 400px;
  position: relative;
  width: 100%;
  overflow: hidden;
  border-radius: 0;
}
/* line 115, sass/modules/ppp.scss */
#top .sectoren_content.ppp_content .av_one_half > .slide-content > .avia-image-container .avia-image-container-inner img {
  position: absolute;
  height: 100%;
  width: auto;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
  max-width: none;
}
@media only screen and (max-width: 767px) {
  #top .sectoren_content.ppp_content .av_one_half {
    margin: 0 0 70px !important;
  }
  /* line 129, sass/modules/ppp.scss */
  #top .sectoren_content.ppp_content .av_one_half > .slide-content > .avia-image-container .avia-image-container-inner {
    height: 400px;
  }
}
/* line 135, sass/modules/ppp.scss */
#top .sectoren_content.ppp_content .beeldmerk {
  height: 200px;
}
/* line 139, sass/modules/ppp.scss */
#top .sectoren_content.ppp_content .focus {
  margin-top: 20px;
}
/* line 143, sass/modules/ppp.scss */
#top .sectoren_content.ppp_content .region {
  margin-bottom: 20px;
}
/* line 1, sass/modules/singleppp.scss */
/* line 2, sass/modules/singleppp.scss */
#top .ppp_intro {
  width: calc(100% - 180px);
  margin: 0px 90px;
}
@media only screen and (max-width: 989px) {
  #top .ppp_intro {
    width: calc(100% - 60px);
    margin: 0px 30px;
  }
}
@media only screen and (max-width: 767px) {
  #top .ppp_intro {
    width: 100%;
    margin: 0 0 50px;
  }
}
/* line 16, sass/modules/singleppp.scss */
#top .ppp_intro .container {
  padding: 0px;
}
@media only screen and (max-width: 767px) {
  #top .ppp_intro .container {
    height: auto !important;
    width: 85%;
    margin: 0 auto;
  }
}
/* line 26, sass/modules/singleppp.scss */
#top .ppp_intro .post-entry {
  margin-left: -50px;
}
@media only screen and (max-width: 989px) {
  #top .ppp_intro .post-entry {
    margin: 0;
  }
  /* line 32, sass/modules/singleppp.scss */
  #top .ppp_intro .post-entry .flex_column + .flex_column {
    display: none !important;
  }
}
/* line 38, sass/modules/singleppp.scss */
#top .ppp_intro .av_one_fourth {
  min-height: 350px;
  width: 420px;
  margin-left: 0px;
  padding: 50px;
  display: -webkit-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  /* align vertical */
}
@media only screen and (max-width: 989px) {
  #top .ppp_intro .av_one_fourth {
    min-height: 0;
  }
}
@media only screen and (max-width: 767px) {
  #top .ppp_intro .av_one_fourth {
    height: auto;
    margin: 0 !important;
    width: 100% !important;
  }
  /* line 60, sass/modules/singleppp.scss */
  #top .ppp_intro .av_one_fourth .av-special-heading {
    margin-top: 20px;
    padding: 0 !important;
  }
}
/* line 66, sass/modules/singleppp.scss */
#top .ppp_intro .av_one_fourth.first:after {
  width: 840px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  box-shadow: 0px 2px 4px 0px rgba(26, 68, 116, 0.13), 0px 0px 5px 0px rgba(0, 0, 0, 0.41), 0px 0px 34px 6px rgba(0, 0, 0, 0.23);
  visibility: visible;
}
@media only screen and (max-width: 989px) {
  #top .ppp_intro .av_one_fourth.first:after {
    box-shadow: none;
  }
}
/* line 81, sass/modules/singleppp.scss */
#top .ppp_intro .av_one_fourth.second {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  /* align horizontal */
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  /* align vertical */
}
/* line 95, sass/modules/singleppp.scss */
#top .ppp_intro .avia-button-wrap {
  margin: 0 auto;
}
/* line 98, sass/modules/singleppp.scss */
#top .ppp_intro .avia-button-wrap a[href=""] {
  display: none;
}
/* line 103, sass/modules/singleppp.scss */
#top .ppp_intro .title {
  font-size: 35px;
  line-height: 49px;
  color: #fff;
  font-weight: 200;
  text-align: left;
  font-style: italic;
}
@media only screen and (max-width: 767px) {
  #top .ppp_intro .title {
    font-size: 30px;
    line-height: 40px;
  }
}
/* line 117, sass/modules/singleppp.scss */
#top .ppp_intro .avia_button_icon:before {
  content: url(../images/buttons.png);
}
/* line 121, sass/modules/singleppp.scss */
#top .ppp_intro .avia-button {
  background: none;
  border: none;
}
/* line 127, sass/modules/singleppp.scss */
#top .av_one_fourth.ppp_relation {
  width: 300px;
  background: #1a4474;
  top: 40px;
  box-shadow: 0px 2px 43px 0px rgba(26, 68, 116, 0.02), 0px 2px 70px 0px rgba(0, 0, 0, 0.21), 0px 0px 3px 0px rgba(0, 0, 0, 0.05);
  position: absolute;
  right: 0;
  top: -275px;
}
/* line 30, sass/includes/mixins.scss */
#top .av_one_fourth.ppp_relation img {
  border-radius: 0;
}
/* line 34, sass/includes/mixins.scss */
#top .av_one_fourth.ppp_relation .av-special-heading-tag {
  color: #1a4474;
  font-size: 18px;
  font-weight: bold;
  padding: 35px 35px 15px 35px;
  margin: 0;
  background: #fff;
}
/* line 43, sass/includes/mixins.scss */
#top .av_one_fourth.ppp_relation .av-special-heading {
  margin-top: 0;
  padding-bottom: 0 !important;
}
/* line 48, sass/includes/mixins.scss */
#top .av_one_fourth.ppp_relation .el_after_draad_customfield {
  background: #fff;
  padding-top: 50px;
  padding-bottom: 60px;
}
/* line 53, sass/includes/mixins.scss */
#top .av_one_fourth.ppp_relation .el_after_draad_customfield:after {
  content: url('../images/linesmall.png');
  width: 300px;
  height: 10px;
  position: absolute;
  bottom: 0;
  left: -1px;
  visibility: visible;
  z-index: 999;
}
/* line 66, sass/includes/mixins.scss */
#top .av_one_fourth.ppp_relation p {
  color: #1a4474;
  background: #fff;
  padding: 0px 35px 0px 35px;
  margin: 0;
}
/* line 73, sass/includes/mixins.scss */
#top .av_one_fourth.ppp_relation .linkedin {
  position: absolute;
  top: 0;
  left: 0;
  border-right: 1px solid #1e567f;
  height: 75px;
}
/* line 78, sass/includes/mixins.scss */
#top .av_one_fourth.ppp_relation .linkedin span {
  color: #a4d8dd;
  font-size: 20px;
}
/* line 83, sass/includes/mixins.scss */
#top .av_one_fourth.ppp_relation .linkedin a {
  padding-top: 24px;
}
/* line 91, sass/includes/mixins.scss */
#top .av_one_fourth.ppp_relation .overview {
  position: absolute;
  top: 0px;
  right: 0px;
  border-left: 1px solid #1e567f;
}
/* line 96, sass/includes/mixins.scss */
#top .av_one_fourth.ppp_relation .overview a {
  padding: 23px;
}
/* line 103, sass/includes/mixins.scss */
#top .av_one_fourth.ppp_relation .avia-align-center {
  margin-top: 75px;
  margin-bottom: 0;
}
@media only screen and (max-width: 989px) {
  #top .av_one_fourth.ppp_relation {
    position: static;
    max-width: 100%;
    overflow: hidden;
  }
  /* line 138, sass/modules/singleppp.scss */
  /* line 139, sass/modules/singleppp.scss */
  #top .av_one_fourth.ppp_relation .linkedin .avia_button_icon {
    left: 0;
  }
}
@media only screen and (max-width: 767px) {
  /* line 146, sass/modules/singleppp.scss */
  #top .av_one_fourth.ppp_relation .avia-align-center {
    margin-top: 50px;
  }
  /* line 150, sass/modules/singleppp.scss */
  #top .av_one_fourth.ppp_relation .linkedin {
    height: 50px;
  }
  /* line 153, sass/modules/singleppp.scss */
  #top .av_one_fourth.ppp_relation .linkedin .avia-button {
    margin: 0;
    padding: 16px 10px;
    min-width: 50px;
  }
  /* line 160, sass/modules/singleppp.scss */
  #top .av_one_fourth.ppp_relation .overview a {
    padding: 10px;
  }
  /* line 164, sass/modules/singleppp.scss */
  #top .av_one_fourth.ppp_relation .av-special-heading-tag {
    background: rgba(255, 255, 255, 0.8);
    position: relative;
    margin: -60px 0 0;
    padding: 10px 20px 0;
    font-size: 15px;
    line-height: 20px;
  }
  /* line 173, sass/modules/singleppp.scss */
  #top .av_one_fourth.ppp_relation p {
    background: rgba(255, 255, 255, 0.8);
    padding: 0 20px 10px;
    position: relative;
    font-size: 14px;
    line-height: 20px;
    color: #1a4474 !important;
  }
}
/* line 183, sass/modules/singleppp.scss */
#top .av_one_fourth.ppp_relation .askme {
  background: #fff;
  padding: 35px 0px 55px;
}
@media only screen and (max-width: 767px) {
  #top .av_one_fourth.ppp_relation .askme {
    padding: 30px 0 40px;
  }
  /* line 190, sass/modules/singleppp.scss */
  #top .av_one_fourth.ppp_relation .askme .avia-button {
    line-height: 20px;
    margin: 0;
    padding: 12px 20px;
  }
}
/* line 197, sass/modules/singleppp.scss */
#top .av_one_fourth.ppp_relation .askme:after {
  content: url(../images/linesmall.png);
  width: 300px;
  height: 10px;
  position: absolute;
  bottom: 0;
  left: -1px;
  visibility: visible;
  z-index: 999;
}
@media only screen and (max-width: 989px) {
  #top .av_one_fourth.ppp_relation .askme:after {
    bottom: 8px;
  }
}
/* line 214, sass/modules/singleppp.scss */
#top .ppp_content {
  width: calc(100% - 180px);
  margin: 0px 90px;
}
/* line 219, sass/modules/singleppp.scss */
#top .singleppp_content {
  width: calc(100% - 180px);
  margin: 0px 90px;
}
@media only screen and (max-width: 989px) {
  #top .singleppp_content {
    width: calc(100% - 60px);
    margin: 0px 30px;
  }
  /* line 227, sass/modules/singleppp.scss */
  #top .singleppp_content .container {
    padding: 0 !important;
  }
  /* line 231, sass/modules/singleppp.scss */
  /* line 233, sass/modules/singleppp.scss */
  #top .singleppp_content .entry-content-wrapper .av_three_fourth {
    width: 100%;
    max-width: 100%;
    float: none;
    margin: 0 0 50px;
  }
  /* line 239, sass/modules/singleppp.scss */
  #top .singleppp_content .entry-content-wrapper .av_three_fourth .av-special-heading {
    margin: 0;
  }
  /* line 244, sass/modules/singleppp.scss */
  #top .singleppp_content .entry-content-wrapper .av_one_fourth {
    width: 300px !important;
    margin: 0 auto !important;
    float: none;
  }
  /* line 249, sass/modules/singleppp.scss */
  #top .singleppp_content .entry-content-wrapper .av_one_fourth .flex_column {
    margin: 0 !important;
  }
}
@media only screen and (max-width: 767px) {
  #top .singleppp_content {
    width: 100%;
    margin: 0 0 50px;
  }
  /* line 258, sass/modules/singleppp.scss */
  #top .singleppp_content .container {
    padding: 0 20px !important;
    width: 100% !important;
    max-width: 100% !important;
  }
  /* line 264, sass/modules/singleppp.scss */
  #top .singleppp_content .content {
    padding: 0 !important;
  }
  /* line 268, sass/modules/singleppp.scss */
  #top .singleppp_content .draad_content_wrapper {
    margin: 0 0 30px;
  }
  /* line 272, sass/modules/singleppp.scss */
  #top .singleppp_content .avia-gallery-big {
    display: none !important;
  }
  /* line 276, sass/modules/singleppp.scss */
  #top .singleppp_content .avia-gallery-thumb {
    position: relative;
    margin: 0 -20px;
    text-align: center;
    letter-spacing: -5px;
  }
  /* line 282, sass/modules/singleppp.scss */
  #top .singleppp_content .avia-gallery-thumb a {
    width: 130px !important;
    margin: 0 10px 20px;
    float: none !important;
    display: inline-block !important;
    vertical-align: top;
    letter-spacing: 0;
  }
  /* line 291, sass/modules/singleppp.scss */
  #top .singleppp_content .avia-gallery-thumb img {
    padding: 0;
    display: block;
  }
}
/* line 298, sass/modules/singleppp.scss */
#top .singleppp_content .av_three_fourth {
  max-width: 800px;
  width: calc(100% - 330px);
}
/* line 303, sass/modules/singleppp.scss */
#top .singleppp_content h2 {
  color: #1a4474;
}
@media only screen and (max-width: 767px) {
  #top .singleppp_content h2 {
    font-size: 24px;
  }
}
/* line 311, sass/modules/singleppp.scss */
#top .singleppp_content .container {
  max-width: 1330px;
  padding: 0px 10px;
}
/* line 316, sass/modules/singleppp.scss */
#top .singleppp_content .red_title h1 {
  color: #ef4123;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 14px;
}
/* line 323, sass/modules/singleppp.scss */
#top .singleppp_content .big_title p {
  font-weight: 200;
  font-size: 45px;
  line-height: 60px;
  background: -moz-linear-gradient(left, rgba(26, 68, 116, 1) 40%, rgba(75, 184, 191, 1) 60%);
  background: -webkit-gradient(left top, right top, color-stop(40%, rgba(26, 68, 116, 1)), color-stop(60%, rgba(75, 184, 191, 1)));
  background: -webkit-linear-gradient(left, rgba(26, 68, 116, 1) 40%, rgba(75, 184, 191, 1) 60%);
  background: -o-linear-gradient(left, rgba(26, 68, 116, 1) 40%, rgba(75, 184, 191, 1) 60%);
  background: -ms-linear-gradient(left, rgba(26, 68, 116, 1) 40%, rgba(75, 184, 191, 1) 60%);
  background: linear-gradient(to right, rgba(26, 68, 116, 1) 40%, rgba(75, 184, 191, 1) 60%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1a4474', endColorstr='#4bb8bf', GradientType=1);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: #1a4474;
  margin-top: 10px !important;
  margin-bottom: 20px;
}
/* line 340, sass/modules/singleppp.scss */
.avia-msie #top .singleppp_content .big_title p {
  background: -ms-linear-gradient(left, rgba(26, 68, 116, 0) 40%, rgba(75, 184, 191, 0) 60%);
}
@media only screen and (max-width: 767px) {
  #top .singleppp_content .big_title p {
    font-size: 24px;
    line-height: 33px;
    font-weight: 400;
  }
}
/* line 351, sass/modules/singleppp.scss */
#top .singleppp_content ul {
  list-style: none;
  margin-left: 0;
}
/* line 356, sass/modules/singleppp.scss */
#top .singleppp_content li:before {
  content: url(../images/list.png);
  font-size: 14px;
  color: #1a4474;
  margin-right: 20px;
}
/* line 363, sass/modules/singleppp.scss */
#top .singleppp_content li {
  margin-left: 5px;
  color: #1a4474;
}
/* line 368, sass/modules/singleppp.scss */
#top .singleppp_content .hr-short {
  margin: 25px 0px 35px 0px;
}
/* line 372, sass/modules/singleppp.scss */
#top .singleppp_content .hr-inner {
  width: 350px;
  left: 0;
  margin-left: 0px;
  background: rgba(26, 68, 116, 1);
  background: -moz-linear-gradient(left, rgba(26, 68, 116, 1) 0%, rgba(75, 184, 191, 1) 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, rgba(26, 68, 116, 1)), color-stop(100%, rgba(75, 184, 191, 1)));
  background: -webkit-linear-gradient(left, rgba(26, 68, 116, 1) 0%, rgba(75, 184, 191, 1) 100%);
  background: -o-linear-gradient(left, rgba(26, 68, 116, 1) 0%, rgba(75, 184, 191, 1) 100%);
  background: -ms-linear-gradient(left, rgba(26, 68, 116, 1) 0%, rgba(75, 184, 191, 1) 100%);
  background: linear-gradient(to right, rgba(26, 68, 116, 1) 0%, rgba(75, 184, 191, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1a4474', endColorstr='#4bb8bf', GradientType=1);
  border: none;
  height: 2px;
  max-width: 71%;
}
/* line 388, sass/modules/singleppp.scss */
#top .singleppp_content .hr-inner span {
  display: none;
}
/* line 396, sass/modules/singleppp.scss */
#top .ppp_newscontent {
  width: calc(100% - 180px);
  margin: 0px 90px;
  background: #f6f6f6;
}
@media only screen and (max-width: 1339px) {
  #top .ppp_newscontent {
    width: calc(100% - 100px);
    margin: 0px 50px;
  }
}
@media only screen and (max-width: 989px) {
  #top .ppp_newscontent {
    width: 100%;
    margin: 0;
  }
}
/* line 411, sass/modules/singleppp.scss */
#top .ppp_newscontent .content {
  padding: 70px 0px;
}
@media only screen and (max-width: 767px) {
  #top .ppp_newscontent .content {
    padding: 50px 0 0;
  }
}
/* line 419, sass/modules/singleppp.scss */
@media only screen and (max-width: 767px) {
  #top .ppp_newscontent .avia-image-container {
    background: #f6f6f6;
  }
}
/* line 425, sass/modules/singleppp.scss */
@media only screen and (max-width: 989px) {
  /* line 427, sass/modules/singleppp.scss */
  #top .ppp_newscontent .slide-entry .avia-image-container-inner {
    height: 170px;
    overflow: hidden;
    position: relative;
  }
  /* line 432, sass/modules/singleppp.scss */
  #top .ppp_newscontent .slide-entry .avia-image-container-inner img {
    position: relative;
    height: 100%;
    width: auto;
    max-width: none;
    left: 50%;
    transform: translate(-50%, 0);
    display: block;
  }
}
@media only screen and (max-width: 767px) {
  #top .ppp_newscontent .slide-entry {
    margin: 0 auto 50px !important;
    width: 80% !important;
  }
  /* line 448, sass/modules/singleppp.scss */
  #top .ppp_newscontent .slide-entry .avia-image-container-inner {
    display: block;
  }
  /* line 451, sass/modules/singleppp.scss */
  #top .ppp_newscontent .slide-entry .avia-image-container-inner img {
    margin: 0;
  }
  /* line 456, sass/modules/singleppp.scss */
  #top .ppp_newscontent .slide-entry .avia_image {
    width: 100%;
    display: block;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 479px) {
  #top .ppp_newscontent .slide-entry {
    width: 100% !important;
  }
}
/* line 468, sass/modules/singleppp.scss */
#top .ppp_newscontent p {
  font-size: 10px;
  font-weight: 700;
  color: #4bb8bf;
  text-transform: uppercase;
  padding: 10px 30px 0px 30px;
}
@media only screen and (max-width: 767px) {
  #top .ppp_newscontent p {
    font-size: 12px;
  }
}
/* line 480, sass/modules/singleppp.scss */
#top .ppp_newscontent .container {
  max-width: 1330px;
  padding: 0 2%;
}
@media only screen and (max-width: 767px) {
  #top .ppp_newscontent .container {
    width: 100% !important;
    max-width: 100% !important;
  }
}
/* line 490, sass/modules/singleppp.scss */
#top .ppp_newscontent article {
  background: #fff;
}
/* line 494, sass/modules/singleppp.scss */
#top .ppp_newscontent .av-special-heading {
  margin-top: 0;
}
/* line 498, sass/modules/singleppp.scss */
#top .ppp_newscontent h4 {
  color: #1a4474;
  font-size: 18px;
  font-weight: 400;
  font-family: Open Sans;
  line-height: 25px;
  padding: 0 30px 10px 30px;
}
/* line 507, sass/modules/singleppp.scss */
#top .ppp_newscontent .avia-content-slider-inner {
  overflow: visible;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  flex-direction: row;
  -ms-flex-align: stretch;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  align-items: stretch;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
/* line 527, sass/modules/singleppp.scss */
#top .ppp_newscontent .av_one_third {
  margin-bottom: 2%;
  margin-left: 2%;
  width: 32%;
}
/* line 533, sass/modules/singleppp.scss */
#top .ppp_newscontent .av_one_third.first {
  margin-left: 0;
}
/* line 537, sass/modules/singleppp.scss */
#top .ppp_newscontent img {
  border-radius: 0;
}
/* line 541, sass/modules/singleppp.scss */
#top .ppp_newscontent .content_news {
  margin-bottom: 45px;
}
@media only screen and (max-width: 767px) {
  #top .ppp_newscontent .content_news {
    margin-bottom: 30px;
  }
}
/* line 548, sass/modules/singleppp.scss */
#top .ppp_newscontent .content_news p {
  color: #757981;
  font-weight: normal;
  text-transform: none;
  font-size: 14px;
  line-height: 24px;
  padding-top: 0;
  margin-top: 0;
}
/* line 1, sass/modules/news.scss */
/* line 2, sass/modules/news.scss */
/* line 3, sass/modules/news.scss */
#top .news_intro .container {
  padding: 30px 260px 0px 260px;
}
@media only screen and (max-width: 1339px) {
  #top .news_intro .container {
    padding: 30px 50px 0;
  }
}
@media only screen and (max-width: 989px) {
  #top .news_intro .container {
    padding: 47px 20px 0 !important;
    width: 100% !important;
    max-width: 100% !important;
  }
}
@media only screen and (max-width: 767px) {
  /* line 17, sass/modules/news.scss */
  #top .news_intro .container .content {
    padding: 0;
  }
}
/* line 23, sass/modules/news.scss */
#top .news_intro .av-subheading p {
  font-weight: 200;
  font-size: 45px;
  line-height: 60px;
  background: -moz-linear-gradient(left, rgba(26, 68, 116, 1) 40%, rgba(75, 184, 191, 1) 60%);
  background: -webkit-gradient(left top, right top, color-stop(40%, rgba(26, 68, 116, 1)), color-stop(60%, rgba(75, 184, 191, 1)));
  background: -webkit-linear-gradient(left, rgba(26, 68, 116, 1) 40%, rgba(75, 184, 191, 1) 60%);
  background: -o-linear-gradient(left, rgba(26, 68, 116, 1) 40%, rgba(75, 184, 191, 1) 60%);
  background: -ms-linear-gradient(left, rgba(26, 68, 116, 1) 40%, rgba(75, 184, 191, 1) 60%);
  background: linear-gradient(to right, rgba(26, 68, 116, 1) 40%, rgba(75, 184, 191, 1) 60%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1a4474', endColorstr='#4bb8bf', GradientType=1);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: #1a4474;
  max-width: 830px;
}
/* line 39, sass/modules/news.scss */
.avia-msie #top .news_intro .av-subheading p {
  background: -ms-linear-gradient(left, rgba(26, 68, 116, 0) 40%, rgba(75, 184, 191, 0) 60%);
}
@media only screen and (max-width: 767px) {
  #top .news_intro .av-subheading p {
    font-size: 24px;
    line-height: 33px;
    font-weight: 400;
  }
}
/* line 50, sass/modules/news.scss */
#top .news_intro h1 {
  color: #ef4123;
  font-weight: 600;
  font-size: 14px;
  text-transform: uppercase;
  margin-bottom: 10px;
}
/* line 58, sass/modules/news.scss */
#top .news_intro .hr-short {
  margin: 20px 0px 60px 0px;
}
@media only screen and (max-width: 767px) {
  #top .news_intro .hr-short {
    margin-bottom: 20px;
  }
}
/* line 66, sass/modules/news.scss */
#top .news_intro .hr-inner {
  width: 330px;
  left: 0;
  margin-left: 0px;
  background: rgba(26, 68, 116, 1);
  background: -moz-linear-gradient(left, rgba(26, 68, 116, 1) 0%, rgba(75, 184, 191, 1) 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, rgba(26, 68, 116, 1)), color-stop(100%, rgba(75, 184, 191, 1)));
  background: -webkit-linear-gradient(left, rgba(26, 68, 116, 1) 0%, rgba(75, 184, 191, 1) 100%);
  background: -o-linear-gradient(left, rgba(26, 68, 116, 1) 0%, rgba(75, 184, 191, 1) 100%);
  background: -ms-linear-gradient(left, rgba(26, 68, 116, 1) 0%, rgba(75, 184, 191, 1) 100%);
  background: linear-gradient(to right, rgba(26, 68, 116, 1) 0%, rgba(75, 184, 191, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1a4474', endColorstr='#4bb8bf', GradientType=1);
  border: none;
  height: 2px;
  max-width: 71%;
}
/* line 82, sass/modules/news.scss */
#top .news_intro .hr-inner span {
  display: none;
}
/* line 88, sass/modules/news.scss */
/* line 89, sass/modules/news.scss */
#top .news_newscontent h4 {
  padding-top: 20px;
}
/* line 1, sass/modules/logoslider.scss */
/* line 2, sass/modules/logoslider.scss */
/* line 3, sass/modules/logoslider.scss */
#top .logoslider #logoslider {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
/* line 11, sass/modules/logoslider.scss */
#top .logoslider #logoslider .avia-image-container.avia-align-center {
  margin: 0;
}
@media only screen and (max-width: 767px) {
  /* line 17, sass/modules/logoslider.scss */
  #top .logoslider .container {
    height: auto !important;
    width: 100% !important;
    max-width: 100% !important;
    padding: 0 20px !important;
  }
}
/* line 25, sass/modules/logoslider.scss */
#top .logoslider .content {
  padding: 110px 0px;
}
@media only screen and (max-width: 989px) {
  #top .logoslider .content {
    padding: 60px 0;
  }
}
@media only screen and (max-width: 767px) {
  #top .logoslider .content {
    padding: 20px 0;
  }
}
/* line 37, sass/modules/logoslider.scss */
#top .logoslider .bx-viewport {
  height: 160px !important;
}
@media only screen and (max-width: 989px) {
  #top .logoslider .bx-viewport {
    height: auto !important;
  }
}
/* line 45, sass/modules/logoslider.scss */
#top .logoslider img {
  -webkit-filter: grayscale(100%);
  /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);
  transition: 0.5s all;
}
/* line 51, sass/modules/logoslider.scss */
#top .logoslider img:hover {
  -webkit-filter: none;
  filter: none;
}
/* line 1, sass/modules/singlenews.scss */
/* line 2, sass/modules/singlenews.scss */
#top .single_news, #top .singlenews_content {
  width: calc(100% - 180px);
  margin: 0px 90px;
}
/* line 7, sass/modules/singlenews.scss */
#top .single_news .av-special-heading-h1, #top .singlenews_content .av-special-heading-h1 {
  margin-top: 5px;
}
/* line 11, sass/modules/singlenews.scss */
#top .single_news .avia-testimonial.av_one_half, #top .singlenews_content .avia-testimonial.av_one_half {
  width: 100%;
}
@media only screen and (max-width: 1139px) {
  #top .single_news, #top .singlenews_content {
    width: 100%;
    margin: 0;
  }
}
@media only screen and (max-width: 989px) {
  #top .single_news, #top .singlenews_content {
    background: none !important;
    margin: 0 0 50px;
  }
}
/* line 25, sass/modules/singlenews.scss */
#top .single_news .new_right, #top .singlenews_content .new_right {
  padding: 15px;
}
/* line 29, sass/modules/singlenews.scss */
#top .single_news .container, #top .singlenews_content .container {
  max-width: 1330px;
  padding: 0 30px;
}
@media only screen and (max-width: 989px) {
  #top .single_news .container, #top .singlenews_content .container {
    height: auto !important;
    padding: 0 !important;
  }
}
@media only screen and (max-width: 767px) {
  #top .single_news .container, #top .singlenews_content .container {
    width: 100% !important;
    max-width: 100% !important;
  }
}
/* line 45, sass/modules/singlenews.scss */
#top .single_news .container .flex_column.av_two_third, #top .singlenews_content .container .flex_column.av_two_third {
  width: calc(100% - 330px);
}
@media only screen and (max-width: 989px) {
  #top .single_news .container .flex_column.av_two_third, #top .singlenews_content .container .flex_column.av_two_third {
    width: 100%;
    padding: 50px 30px !important;
    margin: 0 0 50px;
    float: none;
  }
  /* line 55, sass/modules/singlenews.scss */
  #top .single_news .container .flex_column.av_two_third .av-special-heading, #top .singlenews_content .container .flex_column.av_two_third .av-special-heading {
    margin: 0 !important;
  }
}
@media only screen and (max-width: 767px) {
  #top .single_news .container .flex_column.av_two_third, #top .singlenews_content .container .flex_column.av_two_third {
    padding: 30px 20px !important;
    margin: 0 0 30px !important;
  }
  /* line 64, sass/modules/singlenews.scss */
  #top .single_news .container .flex_column.av_two_third .av-special-heading-tag, #top .singlenews_content .container .flex_column.av_two_third .av-special-heading-tag {
    font-size: 30px;
    line-height: 40px;
  }
}
/* line 71, sass/modules/singlenews.scss */
@media only screen and (max-width: 989px) {
  #top .single_news .container .flex_column.av_one_third, #top .singlenews_content .container .flex_column.av_one_third {
    position: relative;
    left: auto;
    right: auto;
    top: auto;
    margin: 0 auto;
    float: none;
  }
}
@media only screen and (max-width: 767px) {
  #top .single_news .container .flex_column.av_one_third, #top .singlenews_content .container .flex_column.av_one_third {
    max-width: 310px;
    margin: 0 auto !important;
  }
}
/* line 89, sass/modules/singlenews.scss */
@media only screen and (max-width: 989px) {
  #top .single_news .content, #top .singlenews_content .content {
    padding: 0 !important;
  }
}
/* line 95, sass/modules/singlenews.scss */
#top .single_news .av_font_icon, #top .singlenews_content .av_font_icon {
  position: absolute;
  top: 0;
  left: 0;
  padding: 17px 26px 17px 26px;
  border-right: 1px solid #1e567f;
  z-index: 1;
}
/* line 103, sass/modules/singlenews.scss */
#top .single_news .av_font_icon span, #top .singlenews_content .av_font_icon span {
  color: #a4d8dd;
  font-size: 28px !important;
}
/* line 109, sass/modules/singlenews.scss */
#top .single_news .av_one_third, #top .singlenews_content .av_one_third {
  position: absolute;
  right: 0;
  top: 180px;
  width: 310px;
  box-shadow: 0px 2px 43px 0px rgba(26, 68, 116, 0.02), 0px 2px 70px 0px rgba(0, 0, 0, 0.21), 0px 0px 3px 0px rgba(0, 0, 0, 0.05);
}
/* line 118, sass/modules/singlenews.scss */
#top .single_news .av_one_third .av-share-box ul li a, #top .singlenews_content .av_one_third .av-share-box ul li a {
  background: #1a4474;
  color: #fff;
}
/* line 123, sass/modules/singlenews.scss */
#top .single_news .av_one_third .inner_tooltip, #top .singlenews_content .av_one_third .inner_tooltip {
  color: #fff;
}
/* line 127, sass/modules/singlenews.scss */
#top .single_news .av_one_third .av-share-box ul, #top .singlenews_content .av_one_third .av-share-box ul {
  border-radius: 0;
  border: none;
}
/* line 132, sass/modules/singlenews.scss */
#top .single_news .av_one_third .av-share-link, #top .singlenews_content .av_one_third .av-share-link {
  border: none;
}
/* line 138, sass/modules/singlenews.scss */
#top .single_news .av_one_third .thumb .avia-image-container-inner, #top .singlenews_content .av_one_third .thumb .avia-image-container-inner {
  border-top: 75px solid #173c67;
}
/* line 142, sass/modules/singlenews.scss */
#top .single_news .av_one_third .avia-image-container.avia-align-right, #top .singlenews_content .av_one_third .avia-image-container.avia-align-right {
  margin-top: 0;
}
/* line 146, sass/modules/singlenews.scss */
#top .single_news .av_one_third .overview, #top .singlenews_content .av_one_third .overview {
  position: absolute;
  top: 0px;
  right: 0px;
  border-left: 1px solid #1e567f;
  z-index: 1;
}
/* line 153, sass/modules/singlenews.scss */
#top .single_news .av_one_third .overview a, #top .singlenews_content .av_one_third .overview a {
  padding: 23px;
}
/* line 160, sass/modules/singlenews.scss */
#top .single_news .av_one_third img, #top .singlenews_content .av_one_third img {
  border-radius: 0;
}
/* line 165, sass/modules/singlenews.scss */
#top .single_news h1, #top .singlenews_content h1 {
  font-weight: 200;
  font-size: 45px;
  line-height: 60px;
  color: #fff;
}
/* line 173, sass/modules/singlenews.scss */
#top .singlenews_content {
  width: calc(100% - 180px);
  margin: 0px 90px;
}
@media only screen and (max-width: 1139px) {
  #top .singlenews_content {
    width: 100%;
    margin: 0;
  }
}
@media only screen and (max-width: 989px) {
  #top .singlenews_content {
    margin: 0 0 50px;
  }
}
@media only screen and (max-width: 767px) {
  /* line 187, sass/modules/singlenews.scss */
  #top .singlenews_content .draad_content_wrapper {
    margin: 0 0 30px;
  }
  /* line 191, sass/modules/singlenews.scss */
  #top .singlenews_content .avia-gallery-big {
    display: none !important;
  }
  /* line 195, sass/modules/singlenews.scss */
  #top .singlenews_content .avia-gallery-thumb {
    position: relative;
    margin: 0 -20px;
    text-align: center;
    letter-spacing: -5px;
  }
  /* line 201, sass/modules/singlenews.scss */
  #top .singlenews_content .avia-gallery-thumb a {
    width: 130px !important;
    margin: 0 10px 20px;
    float: none !important;
    display: inline-block !important;
    vertical-align: top;
    letter-spacing: 0;
  }
  /* line 210, sass/modules/singlenews.scss */
  #top .singlenews_content .avia-gallery-thumb img {
    padding: 0;
    display: block;
  }
}
/* line 217, sass/modules/singlenews.scss */
#top .singlenews_content h1 {
  font-weight: 200;
  font-size: 45px;
  line-height: 60px;
  background: -moz-linear-gradient(left, rgba(26, 68, 116, 1) 40%, rgba(75, 184, 191, 1) 60%);
  background: -webkit-gradient(left top, right top, color-stop(40%, rgba(26, 68, 116, 1)), color-stop(60%, rgba(75, 184, 191, 1)));
  background: -webkit-linear-gradient(left, rgba(26, 68, 116, 1) 40%, rgba(75, 184, 191, 1) 60%);
  background: -o-linear-gradient(left, rgba(26, 68, 116, 1) 40%, rgba(75, 184, 191, 1) 60%);
  background: -ms-linear-gradient(left, rgba(26, 68, 116, 1) 40%, rgba(75, 184, 191, 1) 60%);
  background: linear-gradient(to right, rgba(26, 68, 116, 1) 40%, rgba(75, 184, 191, 1) 60%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1a4474', endColorstr='#4bb8bf', GradientType=1);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: #1a4474;
  max-width: 830px;
}
/* line 234, sass/modules/singlenews.scss */
#top .singlenews_content .container {
  max-width: 1330px;
  padding: 0 30px;
}
@media only screen and (max-width: 767px) {
  #top .singlenews_content .container {
    width: 100% !important;
    max-width: 100% !important;
    padding: 0 20px !important;
  }
}
/* line 245, sass/modules/singlenews.scss */
#top .singlenews_content h2 {
  font-size: 33px;
  line-height: 48px;
  color: #1a4474;
}
/* line 251, sass/modules/singlenews.scss */
#top .singlenews_content span.date {
  color: #ef4123;
  text-transform: uppercase;
  font-weight: 600;
}
/* line 257, sass/modules/singlenews.scss */
#top .singlenews_content .content {
  padding: 140px 0;
}
@media only screen and (max-width: 989px) {
  #top .singlenews_content .content {
    padding: 0;
  }
}
/* line 264, sass/modules/singlenews.scss */
#top .singlenews_content .content .flex_column.av_two_third {
  width: calc(100% - 330px);
  padding-right: 140px;
}
@media only screen and (max-width: 989px) {
  #top .singlenews_content .content .flex_column.av_two_third {
    width: 100%;
  }
}
/* line 275, sass/modules/singlenews.scss */
#top .av-share-box ul li, #top .av-share-box ul {
  border-color: #173c67;
}
/* line 280, sass/modules/singlenews.scss */
#top .av-share-link-description {
  color: #fff;
}
/* line 284, sass/modules/singlenews.scss */
/* line 285, sass/modules/singlenews.scss */
#top .av-share-link .avia-related-tooltip {
  box-shadow: 0px 3px 13px 0px rgba(0, 0, 0, 0.45);
  border: none;
  z-index: 2;
  background: #173c67;
}
/* line 292, sass/modules/singlenews.scss */
#top .av-share-link .avia-arrow {
  background: #173c67;
  border: none;
  box-shadow: 3px 3px 4px 0px rgba(0, 0, 0, 0.21);
}
/* line 1, sass/modules/singlesector.scss */
#top .ppp_intro.singlesector_intro .av_one_fourth {
  display: block;
  padding: 0px 50px;
}
@media only screen and (max-width: 479px) {
  #top .ppp_intro.singlesector_intro .av_one_fourth {
    padding: 0 20px;
  }
}
/* line 9, sass/modules/singlesector.scss */
#top .ppp_intro.singlesector_intro .av_one_fourth h1, #top .ppp_intro.singlesector_intro .av_one_fourth p, #top .ppp_intro.singlesector_intro .av_one_fourth li {
  color: #fff;
}
/* line 14, sass/modules/singlesector.scss */
#top .ppp_intro.singlesector_intro .av_one_fourth h1 {
  font-weight: 200;
  font-style: italic;
}
@media only screen and (max-width: 479px) {
  #top .ppp_intro.singlesector_intro .av_one_fourth h1 {
    font-size: 25px;
    line-height: 30px;
  }
}
/* line 24, sass/modules/singlesector.scss */
#top .ppp_intro.singlesector_intro .av_one_fourth ul {
  margin-top: 20px;
}
/* line 30, sass/modules/singlesector.scss */
/* line 31, sass/modules/singlesector.scss */
.singlesector_content h4 {
  color: #1a4474;
}
/* line 34, sass/modules/singlesector.scss */
.singlesector_content .av-special-heading {
  padding-bottom: 30px !important;
}
@media only screen and (max-width: 989px) {
  /* line 39, sass/modules/singlesector.scss */
  /* line 40, sass/modules/singlesector.scss */
  .singlesector_content.singleppp_content .av_one_fourth.countrylist {
    display: none;
  }
  /* line 44, sass/modules/singlesector.scss */
  .singlesector_content.singleppp_content .av-special-heading {
    margin-top: 0;
  }
}
/* line 49, sass/modules/singlesector.scss */
.av_one_fourth.countrylist {
  margin-top: 200px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  float: right;
}
/* line 56, sass/modules/singlesector.scss */
.av_one_fourth.countrylist span {
  display: block;
  color: #757981;
  font-size: 14px;
  font-weight: 400;
  padding: 0;
}
/* line 63, sass/modules/singlesector.scss */
.av_one_fourth.countrylist span:before {
  content: url('../images/list.png');
  font-size: 14px;
  color: #1a4474;
  margin-right: 20px;
}
