@charset "UTF-8";
/*
Theme Name: Twenty Sixteen
Theme URI: https://wordpress.org/themes/twentysixteen/
Author: the WordPress team
Author URI: https://wordpress.org/
Description: Twenty Sixteen is a modernized take on an ever-popular WordPress layout — the horizontal masthead with an optional right sidebar that works perfectly for blogs and websites. It has custom color options with beautiful default color schemes, a harmonious fluid grid using a mobile-first approach, and impeccable polish in every detail. Twenty Sixteen will make your WordPress look beautiful everywhere.
Version: 1.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: black, blue, gray, red, white, yellow, dark, light, one-column, two-columns, right-sidebar, fixed-layout, responsive-layout, accessibility-ready, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-images, flexible-header, microformats, post-formats, rtl-language-support, sticky-post, threaded-comments, translation-ready
Text Domain: twentysixteen

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/
@import 'app.css';
/**
 * Table of Contents
 *
 * 1.0 - Normalize
 * 2.0 - Genericons
 * 3.0 - Typography
 * 4.0 - Elements
 * 5.0 - Forms
 * 6.0 - Navigation
 *   6.1 - Links
 *   6.2 - Menus
 * 7.0 - Accessibility
 * 8.0 - Alignments
 * 9.0 - Clearings
 * 10.0 - Widgets
 * 11.0 - Content
 *    11.1 - Header
 *    11.2 - Posts and pages
 *    11.3 - Post Formats
 *    11.4 - Comments
 *    11.5 - Sidebar
 *    11.6 - Footer
 * 12.0 - Media
 *    12.1 - Captions
 *    12.2 - Galleries
 * 13.0 - Multisite
 * 14.0 - Media Queries
 *    14.1 - >= 710px
 *    14.2 - >= 783px
 *    14.3 - >= 910px
 *    14.4 - >= 985px
 *    14.5 - >= 1200px
 * 15.0 - Print
 */
/**
 * 1.0 - Normalize
 *
 * Normalizing styles have been helped along thanks to the fine work of
 * Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
 */
a {
  color: #428bca;
  text-decoration: none;
}

a {
  background: 0 0;
}

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

html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body {
  margin: 0;
}

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

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

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

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: 700;
}

small {
  font-size: 80%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

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

figure {
  margin: 0;
}

hr {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

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

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

select {
  text-transform: none;
}

button {
  overflow: visible;
}

button,
input,
select,
textarea {
  max-width: 100%;
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
  opacity: 0.5;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input[type=checkbox],
input[type=radio] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-right: 0.4375em;
  padding: 0;
}

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

input[type=search] {
  -webkit-appearance: textfield;
}

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

fieldset {
  border: 1px solid #d1d1d1;
  margin: 0 0 1.75em;
  padding: 0.875em;
}

fieldset > :last-child {
  margin-bottom: 0;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
  vertical-align: top;
}

optgroup {
  font-weight: bold;
}

/*
@import '../../../../app/styles/header.scss';
@import '../../../../app/styles/footer_common.scss';
*/
html, body {
  font-size: 16px;
  margin: 0;
  width: 100%;
  color: #111;
  font-family: "Lato", sans-serif;
  font-weight: 400;
  background: #fff;
}

body {
}

a {
  text-decoration: none;
}

.screen-reader-text {
  display: none;
}

.page-template-page-wid-team-v3 .site-content .content-area .members {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.page-template-page-wid-team-v3 .site-content .content-area .members.directorslist .member .member-affiliation {
  display: none;
}

.page-template-page-wid-team-v3 .site-content .content-area .members.directorslist .member .member-responsability {
  display: block;
}

.page-template-page-wid-team-v3 .site-content .content-area .members.core .member-affiliation {
  display: none;
}

.page-template-page-wid-team-v3 .site-content .content-area .members.core .member-responsability {
  display: block;
}

.page-template-page-wid-team-v3 .site-content .content-area .member .member-affiliation {
  line-height: 13.5px;
}

.page-template-page-wid-team-v3 .site-content .content-area .member.member.is1-of-0, .page-template-page-wid-team-v3 .site-content .content-area .member.member.is1-of-1 {
  width: initial;
}

.page-template-page-wid-team-v3 .site-content .content-area .member.member.is1-of-2 {
  margin-left: initial;
}

.page-template-page-wid-team-v3 .site-content .content-area .member.member.is2-of-2 {
  margin-right: initial;
}

.page-template-page-wid-team-v3 .site-content .content-area .member.member.is1-of-3 {
  margin-left: initial;
}

.page-template-page-wid-team-v3 .site-content .content-area .member.member.is3-of-3 {
  margin-right: initial;
}

.page-template-page-wid-world-lab-v3 .site-main.member-list .members {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.page-template-page-wid-world-lab-v3 .site-main.member-list .member.member.is1-of-0, .page-template-page-wid-world-lab-v3 .site-main.member-list .member.member.is1-of-1 {
  width: initial;
}

.page-template-page-wid-world-lab-v3 .site-main.member-list .member.member.is1-of-2 {
  margin-left: initial;
}

.page-template-page-wid-world-lab-v3 .site-main.member-list .member.member.is2-of-2 {
  margin-right: initial;
}

.page-template-page-wid-world-lab-v3 .site-main.member-list .member.member.is1-of-3 {
  margin-left: initial;
}

.page-template-page-wid-world-lab-v3 .site-main.member-list .member.member.is3-of-3 {
  margin-right: initial;
}

.page-template-page-wid-world-lab-v3 .site-main.member-list .h2-members a {
  color: #1E4E4A;
  padding-top: 40px;
  font-size: 16px;
  font-weight: 700;
}

.page-template-page-wid-world-lab-v3 .site-main.member-list[data-category=codirectors-coordinators] .member {
  display: none;
}

.page-template-page-wid-world-lab-v3 .site-main.member-list[data-category=codirectors-coordinators] .member[data-executive="1"] {
  display: block;
}

.page-template-page-wid-world-lab-v3 .site-main.member-list[data-category=codirectors-coordinators] .member[data-coordinationteam="1"] {
  display: block;
}

.page-template-page-wid-world-lab-v3 .site-main.member-list[data-category=codirectors] .member {
  display: none;
}

.page-template-page-wid-world-lab-v3 .site-main.member-list[data-category=codirectors] .member[data-executive="1"] {
  display: block;
}

.page-template-page-wid-world-lab-v3 .site-main.member-list[data-category=coordinators] .member {
  display: none;
}

.page-template-page-wid-world-lab-v3 .site-main.member-list[data-category=coordinators] .member[data-coordinationteam="1"] {
  display: block;
}

.page-template-page-wid-world-lab-v3 .site-main.member-list[data-category=fellows] .member {
  display: none;
}

.page-template-page-wid-world-lab-v3 .site-main.member-list[data-category=fellows] .member[data-fellows="1"]:not([data-coordinationteam="1"]):not([data-executive="1"]) {
  display: block;
}

.page-template-page-wid-world-lab-v3 .site-main.member-list[data-category=IT] .member {
  display: none;
}

.page-template-page-wid-world-lab-v3 .site-main.member-list[data-category=IT] .member[data-labitwebteam="1"] {
  display: block;
}

.site-content {
  margin-top: 64px;
}

.site-content .content-area {
  margin-top: 120px;
  color: #1E4E4A;
}

.site-content .content-area .content-750-wrapper {
  max-width: 750px;
  margin: auto;
}

.site-content .content-area .content-950-wrapper {
  max-width: 750px;
  margin: auto;
}

.site-content .content-area .content-950-wrapper img {
  width: 100%;
  margin-top: 10px;
  margin-bottom: 30px;
}

.site-content .content-area h1 {
  font-size: 28px;
  font-weight: 300;
  text-align: center;
  text-transform: uppercase;
}

.site-content .content-area h2 {
  font-size: 21px;
  font-weight: 300;
  text-transform: uppercase;
  text-align: center;
  padding-top: 6px;
  padding-bottom: 5px;
  clear: both;
}

.site-content .content-area .line-sep {
  height: 1px;
  background-color: #1E4E4A;
}

.site-content .content-area h3 {
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 300;
  margin-bottom: 10px;
}

.site-content .content-area .img-wirdworld {
  padding-top: 10px;
  text-align: center;
}

.site-content .content-area .img-wirdworld img {
  width: 180px;
}

.site-content .content-area .default-text {
  font-size: 14px;
  font-weight: 400;
  padding-bottom: 5px;
  line-height: 19px;
}

.site-content .content-area .members {
  margin-top: 70px;
}

.site-content .content-area .member {
  float: left;
  width: 25%;
  text-align: center;
  cursor: pointer;
  height: 210px;
}

.site-content .content-area .member.member.is1-of-0, .site-content .content-area .member.member.is1-of-1 {
  width: 100%;
}

.site-content .content-area .member.member.is1-of-2 {
  margin-left: 25%;
}

.site-content .content-area .member.member.is2-of-2 {
  margin-right: 25%;
}

.site-content .content-area .member.member.is1-of-3 {
  margin-left: 12.5%;
}

.site-content .content-area .member.member.is3-of-3 {
  margin-right: 12.5%;
}

.site-content .content-area .member .member-head-wrapper {
  position: relative;
  width: 124px;
  height: 124px;
  border-radius: 62px;
  overflow: hidden;
  background-color: #1E4E4A;
  margin: auto;
}

.site-content .content-area .member .member-head-wrapper img {
  width: 100%;
  height: auto;
}

.site-content .content-area .member .member-name {
  width: 158px;
  margin: auto;
  font-weight: 700;
  font-size: 15px;
  padding-top: 5px;
}

.site-content .content-area .member .member-affiliation {
  padding-top: 3px;
  width: 158px;
  margin: auto;
  font-size: 11px;
  text-transform: uppercase;
  color: #628481;
}

.site-content .content-area .member .member-email {
  padding-top: 3px;
  width: 158px;
  margin: auto;
  font-size: 11px;
  color: #628481;
}

.site-content .content-area .member .member-responsability {
  display: none;
  width: 158px;
  margin: auto;
  font-size: 13px;
  padding-top: 3px;
  line-height: 15px;
  color: #628481;
}

.site-content .content-area .member .member-responsability-v3 {
  width: 158px;
  margin: auto;
  font-size: 13px;
  padding-top: 3px;
  line-height: 15px;
  color: #628481;
}

.site-content .content-area .member .member_popin {
  display: none;
}

.site-content .content-area .member .member-memo {
  font-size: 12px;
}

.site-content .content-area .member .member-memo a {
  text-decoration: underline;
  color: #1E4E4A;
}

.site-content .content-area .member .member_popin {
  position: relative;
  cursor: default;
  box-sizing: border-box;
  padding: 17px;
  position: fixed;
  width: 350px;
  top: 50%;
  margin-top: 30px;
  -webkit-transform: translate3d(0, -50%, 0);
  -moz-transform: translate3d(0, -50%, 0);
  -ms-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
  left: 50%;
  margin-left: -175px;
  background-color: #F0F1EB;
  min-height: 240px;
  z-index: 700;
  max-height: 550px;
  max-height: calc(100vh - 140px);
  padding-top: 25px;
}

.site-content .content-area .member .member_popin .member-memo {
  font-size: 12px;
}

.site-content .content-area .member .member_popin .member-memo a {
  text-decoration: underline;
  color: #1E4E4A;
}

.site-content .content-area .member .member-popin-close {
  position: absolute;
  width: 16px;
  height: 16px;
  background-image: url(../svg/close-overlay.svg);
  top: 10px;
  right: 10px;
  cursor: pointer;
}

.site-content .content-area .member .member_website_link {
  margin: 0px 0px 10px 0px;
}

.site-content .content-area .member .member_website_link a {
  text-decoration: underline;
  color: #1E4E4A;
  font-size: 13px;
}

.site-content .content-area .member .member-social {
  position: relative;
  padding-top: 0px;
  padding-bottom: 10px;
  z-index: 2;
}

.site-content .content-area .member .member-social .social-bt img {
  width: 25px;
  height: 25px;
}

.site-content .content-area .member .member-social a {
  display: inline-block;
  width: 35px;
}

.site-content .content-area .member .member-docs-wrapper {
  position: relative;
  max-height: calc(100vh - 430px);
  padding-top: 0px;
  padding-bottom: 10px;
  overflow-y: auto;
}

.site-content .content-area .member .member-docs-wrapper.memo-correc {
  max-height: calc(100vh - 450px);
}

.site-content .content-area .member .member-docs-wrapper::-webkit-scrollbar {
  -webkit-appearance: none;
}

.site-content .content-area .member .member-docs-wrapper::-webkit-scrollbar:vertical {
  width: 10px;
}

.site-content .content-area .member .member-docs-wrapper::-webkit-scrollbar:horizontal {
  height: 11px;
}

.site-content .content-area .member .member-docs-wrapper::-webkit-scrollbar-thumb {
  border-radius: 8px;
  border: 1px solid #F0F1EB;
  background-color: #1E4E4A;
}

.site-content .content-area .member .member-docs-wrapper::-webkit-scrollbar-track {
  border-radius: 8px;
}

.site-content .content-area .member .member-docs-before {
  position: relative;
  width: 100%;
  height: 10px;
  border-top: 1px solid #1E4E4A;
}

.site-content .content-area .member .member-docs-after {
  position: relative;
  width: 100%;
  height: 10px;
  border-bottom: 1px solid #1E4E4A;
}

.site-content .content-area .member .member-docs {
  margin: auto;
  margin-top: 0px;
  display: table;
  width: 255px;
}

.site-content .content-area .member .member-docs .doc {
  display: table-row;
}

.site-content .content-area .member .member-docs .doc .ico {
  display: table-cell;
  background-image: url(../svg/filetype-default.svg);
  background-repeat: no-repeat;
  background-size: 27px 34px;
  background-position: 0px 4px;
  width: 27px;
  height: 37px;
}

.site-content .content-area .member .member-docs .doc .ico.csv {
  background-image: url(../svg/filetype-csv.svg);
}

.site-content .content-area .member .member-docs .doc .ico.xls {
  background-image: url(../svg/filetype-xls.svg);
}

.site-content .content-area .member .member-docs .doc .ico.pdf {
  background-image: url(../svg/filetype-pdf.svg);
}

.site-content .content-area .member .member-docs .doc .ico.stata {
  background-image: url(../svg/filetype-stata.svg);
}

.site-content .content-area .member .member-docs .doc .ico.doc {
  background-image: url(../svg/filetype-doc.svg);
}

.site-content .content-area .member .member-docs .doc .ico.sdmx {
  background-image: url(../svg/filetype-sdmx.svg);
}

.site-content .content-area .member .member-docs .doc .ico.zip {
  background-image: url(../svg/filetype-zip.svg);
}

.site-content .content-area .member .member-docs .doc .txt {
  vertical-align: middle;
  display: table-cell;
  min-height: 33px;
  text-align: left;
  padding-left: 10px;
  line-height: 16px;
  word-wrap: break-word;
  max-width: 218px;
}

.site-content .content-area .member .member-docs .doc .txt a {
  font-size: 14px;
  font-weight: 700;
  color: #1E4E4A;
}

.site-content .content-area .member .member-docs .row-spacer {
  display: table-row;
  height: 5px;
}

.site-content .content-area .member.open .member_popin {
  display: block;
}

.page-template-page-wid-funding-v2 .funders .funder:last-child {
  margin-bottom: 70px;
}

.page-template-page-wid-funding-v2 .site-content .content-area h2 {
  font-weight: 700 !important;
  font-size: 16px !important;
}

.page-template-page-wid-funding #formdonate,
.page-template-page-wid-funding-v2 #formdonate {
  display: none;
}

.page-template-page-wid-funding .entry-title,
.page-template-page-wid-funding-v2 .entry-title {
  padding-bottom: 20px;
}

.page-template-page-wid-funding .funding-section,
.page-template-page-wid-funding-v2 .funding-section {
  border-bottom: 1px solid #BCCAC9;
  clear: both;
  padding-bottom: 30px;
}

.page-template-page-wid-funding .partners-infos,
.page-template-page-wid-funding-v2 .partners-infos {
  display: block;
  text-align: center;
  margin-bottom: 20px;
}

.page-template-page-wid-funding .home_block,
.page-template-page-wid-funding-v2 .home_block {
  width: 100%;
  padding: 40px 0;
  text-align: center;
  float: left;
  clear: both;
}

.page-template-page-wid-funding .home_block.block_contribute,
.page-template-page-wid-funding-v2 .home_block.block_contribute {
  padding-top: 40px;
  padding-bottom: 100px;
}

.page-template-page-wid-funding .home_block.block_contribute .bt_contribute,
.page-template-page-wid-funding-v2 .home_block.block_contribute .bt_contribute {
  width: 320px;
  height: 50px;
  background-color: #01C26F;
  display: inline-block;
  line-height: 50px;
  color: #FFF;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  border-bottom: 2px solid #00996F;
  cursor: pointer;
}

.page-template-page-wid-funding .img-funding,
.page-template-page-wid-funding-v2 .img-funding {
  padding-top: 55px;
  text-align: center;
  padding-bottom: 60px;
}

.page-template-page-wid-funding .site-content .content-area h2,
.page-template-page-wid-funding-v2 .site-content .content-area h2 {
  /*
  padding-top:70px;
  padding-bottom:40px;
  font-size:16px;
  font-weight:700;*/
  padding-bottom: 30px;
  font-size: 28px;
  font-weight: 300;
  text-align: center;
  text-transform: uppercase;
}

.page-template-page-wid-funding .site-content .content-area h2.h2-partners,
.page-template-page-wid-funding-v2 .site-content .content-area h2.h2-partners {
  padding-top: 6px;
  padding-bottom: 10px;
}

.page-template-page-wid-funding .funders,
.page-template-page-wid-funding-v2 .funders {
  width: 720px;
  margin: auto;
  padding-bottom: 50px;
  margin-top: 20px;
}

.page-template-page-wid-funding .funders .funder,
.page-template-page-wid-funding-v2 .funders .funder {
  float: left;
  width: 25%;
  height: auto;
  float: left;
  text-align: center;
  margin-bottom: 30px;
  /*float:left;
  width:33.33%;
  text-align:center;
  cursor:pointer;
  height:210px;*/
}

.page-template-page-wid-funding .funders .funder img,
.page-template-page-wid-funding-v2 .funders .funder img {
  width: 100%;
}

.page-template-page-wid-funding .funders .funder.is1-of-0,
.page-template-page-wid-funding-v2 .funders .funder.is1-of-0 {
  width: 100%;
}

.page-template-page-wid-funding .funders .funder.is1-of-1,
.page-template-page-wid-funding-v2 .funders .funder.is1-of-1 {
  width: 33%;
  margin-left: 242px;
  margin-top: 20px;
}

.page-template-page-wid-funding .funders .funder.is1-of-2,
.page-template-page-wid-funding-v2 .funders .funder.is1-of-2 {
  width: 50%;
  clear: left;
}

.page-template-page-wid-funding .funders .funder.is1-of-2 img,
.page-template-page-wid-funding-v2 .funders .funder.is1-of-2 img {
  width: 60%;
}

.page-template-page-wid-funding .funders .funder.is2-of-2,
.page-template-page-wid-funding-v2 .funders .funder.is2-of-2 {
  width: 50%;
}

.page-template-page-wid-funding .funders .funder.is2-of-2 img,
.page-template-page-wid-funding-v2 .funders .funder.is2-of-2 img {
  width: 60%;
}

.page-template-page-wid-funding .funders .funder.is1-of-3,
.page-template-page-wid-funding-v2 .funders .funder.is1-of-3 {
  width: 33.33%;
  clear: left;
}

.page-template-page-wid-funding .funders .funder.is2-of-3,
.page-template-page-wid-funding-v2 .funders .funder.is2-of-3 {
  width: 33.33%;
}

.page-template-page-wid-funding .funders .funder.is3-of-3,
.page-template-page-wid-funding-v2 .funders .funder.is3-of-3 {
  width: 33.33%;
}

.page-template-page-wid-world-lab-v2 .content-area .members,
.page-template-page-wid-world-lab-v3 .content-area .members {
  margin-top: 20px;
}

.page-template-page-wid-world-lab-v2 .content-area h2.h2-members,
.page-template-page-wid-world-lab-v3 .content-area h2.h2-members {
  padding-top: 40px;
  font-size: 16px;
  font-weight: 700;
}

.page-template-page-wid-world-lab-v2 .content-area .wpcf-field-widworldlab-sous-sitre,
.page-template-page-wid-world-lab-v3 .content-area .wpcf-field-widworldlab-sous-sitre {
  font-size: 28px;
}

.page-template-page-wid-team .header-info,
.page-template-page-wid-team-v2 .header-info,
.page-template-page-wid-team-v3 .header-info {
  color: #1E4E4A;
  background-color: rgba(217, 219, 205, 0.4);
  font-size: 16px;
  padding: 25px 40px;
  text-transform: uppercase;
  text-align: center;
  display: none;
}

.page-template-page-wid-team .header-info a,
.page-template-page-wid-team-v2 .header-info a,
.page-template-page-wid-team-v3 .header-info a {
  font-weight: 700;
  color: #0B6685;
}

.page-template-page-wid-team .entry-title,
.page-template-page-wid-team-v2 .entry-title,
.page-template-page-wid-team-v3 .entry-title {
  margin-top: 120px;
}

.page-template-page-wid-team .content-area,
.page-template-page-wid-team-v2 .content-area,
.page-template-page-wid-team-v3 .content-area {
  margin-top: 50px;
}

.page-template-page-wid-team .content-area h2,
.page-template-page-wid-team-v2 .content-area h2,
.page-template-page-wid-team-v3 .content-area h2 {
  padding-top: 40px;
  font-size: 16px;
  font-weight: 700;
}

.page-template-page-wid-team .content-area .members-fellows-country-filter,
.page-template-page-wid-team-v2 .content-area .members-fellows-country-filter,
.page-template-page-wid-team-v3 .content-area .members-fellows-country-filter {
  text-align: center;
}

.page-template-page-wid-team .content-area .members-fellows-country-filter .country_selectbox,
.page-template-page-wid-team-v2 .content-area .members-fellows-country-filter .country_selectbox,
.page-template-page-wid-team-v3 .content-area .members-fellows-country-filter .country_selectbox {
  border: 0px solid;
  font-size: 13px;
  height: 24px;
  line-height: 24px;
  font-weight: 600;
  color: #1E4E4A;
  border-top: 1px solid #1E4E4A;
  border-bottom: 1px solid #1E4E4A;
}

.page-template-page-wid-team .content-area .members-fellows-country-filter .country_selectbox option:focus,
.page-template-page-wid-team-v2 .content-area .members-fellows-country-filter .country_selectbox option:focus,
.page-template-page-wid-team-v3 .content-area .members-fellows-country-filter .country_selectbox option:focus {
  outline: none;
}

.page-template-page-wid-team .content-area .members-fellows-country-filter .country_selectbox:focus,
.page-template-page-wid-team-v2 .content-area .members-fellows-country-filter .country_selectbox:focus,
.page-template-page-wid-team-v3 .content-area .members-fellows-country-filter .country_selectbox:focus {
  outline: none;
}

.page-template-page-wid-team .content-area .members-fellows-country-filter .country_selectbox,
.page-template-page-wid-team-v2 .content-area .members-fellows-country-filter .country_selectbox,
.page-template-page-wid-team-v3 .content-area .members-fellows-country-filter .country_selectbox {
  width: 140px;
  border: 0px solid;
  border-top: 1px solid #1E4E4A;
  border-bottom: 1px solid #1E4E4A;
  color: #1E4E4A;
  font-family: "lato";
  font-weight: 900;
  background: url("../arrow-dropdown.html") no-repeat 100% 50% #fff;
  background-size: 10px 6px;
  -webkit-appearance: none;
  -webkit-border-radius: 0px;
  -moz-appearance: none;
  position: relative;
  padding-right: 10px;
}

.page-template-page-wid-team .content-area .members,
.page-template-page-wid-team-v2 .content-area .members,
.page-template-page-wid-team-v3 .content-area .members {
  width: 100%;
  float: left;
  margin-top: 20px;
}

.page-template-page-wid-team .content-area .members.fellows,
.page-template-page-wid-team-v2 .content-area .members.fellows,
.page-template-page-wid-team-v3 .content-area .members.fellows {
  /*	.member-responsability {
  		display:block;
  	}*/
}

.page-template-page-wid-team .content-area .members.fellows.filter-by-country.filtered + .h2-inmemoriam,
.page-template-page-wid-team-v2 .content-area .members.fellows.filter-by-country.filtered + .h2-inmemoriam,
.page-template-page-wid-team-v3 .content-area .members.fellows.filter-by-country.filtered + .h2-inmemoriam {
  padding-top: 10px;
}

.page-template-page-wid-team .content-area .members:not(.filtered),
.page-template-page-wid-team-v2 .content-area .members:not(.filtered),
.page-template-page-wid-team-v3 .content-area .members:not(.filtered) {
  padding-bottom: 50px;
  border-bottom: 1px solid #BCCAC9;
}

.page-template-page-wid-team .content-area .members.filter-by-country-memoriam.filtered,
.page-template-page-wid-team-v2 .content-area .members.filter-by-country-memoriam.filtered,
.page-template-page-wid-team-v3 .content-area .members.filter-by-country-memoriam.filtered {
  margin-bottom: 40px;
}

.page-template-page-wid-team .content-area .members.filter-by-country-memoriam .member.is1-of-1,
.page-template-page-wid-team-v2 .content-area .members.filter-by-country-memoriam .member.is1-of-1,
.page-template-page-wid-team-v3 .content-area .members.filter-by-country-memoriam .member.is1-of-1 {
  margin-bottom: 60px;
}

.page-template-page-wid-team .content-area .default-text p,
.page-template-page-wid-team-v2 .content-area .default-text p,
.page-template-page-wid-team-v3 .content-area .default-text p {
  padding-bottom: 40px;
}

.page-template-page-wid-funding #Header .header_menu .menu_item[data-page=about],
.page-template-page-wid-team #Header .header_menu .menu_item[data-page=about],
.page-template-page-wid-team-v2 #Header .header_menu .menu_item[data-page=about],
.page-template-page-wid-team-v3 #Header .header_menu .menu_item[data-page=about],
.page-template-page-wid-world-lab #Header .header_menu .menu_item[data-page=about],
.page-template-page-wid-world-lab-v2 #Header .header_menu .menu_item[data-page=about],
.page-template-page-wid-world-lab-v3 #Header .header_menu .menu_item[data-page=about],
.page-template-page-wid-world #Header .header_menu .menu_item[data-page=about] {
  background: #064E6B;
}

.single-conference #Header .header_menu .menu_item[data-page=conferences],
.page-template-page-wid-conferences #Header .header_menu .menu_item[data-page=conferences],
.single-event #Header .header_menu .menu_item[data-page=conferences],
.page-template-page-wid-events #Header .header_menu .menu_item[data-page=conferences] {
  background: #064E6B;
}

.single-conference #Header .header_menu .menu_item[data-page=events],
.page-template-page-wid-conferences #Header .header_menu .menu_item[data-page=events],
.single-event #Header .header_menu .menu_item[data-page=events],
.page-template-page-wid-events #Header .header_menu .menu_item[data-page=events] {
  background: #064E6B;
}

.single-conference .newslist,
.page-template-page-wid-conferences .newslist,
.single-event .newslist,
.page-template-page-wid-events .newslist {
  margin-top: 90px;
}

.single-event .form-subscribe-container .stay-informed-container .nf-field-label {
  text-align: center;
  width: 100%;
}

.single-event .form-subscribe-container .stay-informed-container .nf-field-label label {
  line-height: 25px;
}

.single-event .form-subscribe-container .stay-informed-container .nf-field-element {
  text-align: center;
}

.single-event .form-subscribe-container .stay-informed-container .nf-field-element ul {
  display: inline-block;
}

.single-event .form-subscribe-container .stay-informed-container .nf-field-element ul li {
  float: left;
  margin: 10px 20px 5px !important;
}

.single-event .form-subscribe-container .stay-informed-container .nf-field-element label {
  font-size: 15px;
}

.single-event .form-subscribe-container .stay-informed-container .listradio-wrap .nf-field-element label.nf-checked-label:before {
  top: 0.3em;
}

.single-event .form-subscribe-container {
  position: relative;
  clear: both;
  display: block;
  margin-top: 30px;
  margin-bottom: 30px;
}

.single-event .form-subscribe-container .submit-wrap .nf-field-element {
  text-align: center;
}

.single-event .form-subscribe-container .submit-wrap .nf-field-element input {
  padding: 0px 20px;
  background-color: #0b6685;
}

.single-event .form-subscribe-container .submit-wrap .nf-field-element input:hover {
  opacity: 0.8;
  color: #FFF;
}

.single-event .form-subscribe-container .subscribe-bt-subtitle {
  font-size: 12px;
}

.single-event .form-subscribe-container .form-subscribe-collapse {
  display: none;
  position: absolute;
  width: 16px;
  height: 16px;
  background-image: url(../svg/close-overlay.svg);
  top: 10px;
  right: 10px;
  cursor: pointer;
}

.single-event .form-subscribe-container.open {
  padding-top: 50px;
  border-top: 1px solid #0b6685;
  border-bottom: 1px solid #0b6685;
}

.single-event .form-subscribe-container.open .form-subscribe-collapse {
  display: block;
}

.single-event .form-subscribe-container.open .form-subscribe-wrapper {
  display: block;
}

.single-event .form-subscribe-container.open .form-subscribe-expander {
  display: none;
}

.single-event .form-subscribe-expander {
  text-align: center;
}

.single-event .form-subscribe-expander .form-subscribe-expander-bt {
  padding: 15px 20px;
  background-color: #0b6685;
  color: #FFF;
  display: inline-block;
  cursor: pointer;
}

.single-event .form-subscribe-wrapper {
  display: none;
}

.single-event .news-single-infos {
  opacity: 0;
  pointer-events: none;
}

.page-template-page-wid-events .news-date {
  opacity: 0;
  pointer-events: none;
}

.page-template-page-wid-events .newslist .news-article {
  height: 480px;
}

.page-template-page-wid-events .newslist .news-image {
  margin-top: 20px;
}

.single-news-article #Header .header_menu .menu_item[data-page=news],
.page-template-page-wid-news #Header .header_menu .menu_item[data-page=news] {
  background: #064E6B;
}

.single-news-job img.alignleft,
.single-news-article img.alignleft {
  float: left;
  margin-right: 20px;
  margin-bottom: 20px;
}

.single-news-job img.alignright,
.single-news-article img.alignright {
  float: right;
  margin-left: 20px;
  margin-bottom: 20px;
}

.single-news-job .news-article-downloads,
.single-news-article .news-article-downloads {
  clear: both;
  margin-top: 20px;
}

.single-news-job img.aligncenter.fullwidth,
.single-news-article img.aligncenter.fullwidth {
  width: 100%;
  height: auto;
  margin-top: 20px;
  margin-bottom: 20px;
}

.page-template-page-wid-methodology .WIR-link,
.page-template-page-wid-publications .WIR-link {
  margin-top: 30px;
  text-align: center;
}

.page-template-page-wid-methodology .WIR-link a,
.page-template-page-wid-publications .WIR-link a {
  font-size: 14px;
  text-transform: uppercase;
  color: #1E4E4A;
  text-decoration: underline;
}

.page-template-page-wid-methodology .WIR-link img,
.page-template-page-wid-publications .WIR-link img {
  margin-top: 20px;
}

.page-template-page-wid-methodology #Header .header_menu .menu_item[data-page=methodology],
.page-template-page-wid-publications #Header .header_menu .menu_item[data-page=methodology] {
  background: #064E6B;
}

.page-template-page-wid-methodology .library,
.page-template-page-wid-publications .library {
  position: relative;
  margin-bottom: 80px;
  float: left;
  width: 100%;
}

.page-template-page-wid-methodology .library-title,
.page-template-page-wid-publications .library-title {
  margin-top: 70px;
  margin-bottom: 60px;
  font-size: 25px;
  font-weight: 700;
  text-align: center;
}

.page-template-page-wid-methodology .library-order-choice,
.page-template-page-wid-publications .library-order-choice {
  position: absolute;
  top: 130px;
  right: 0px;
  font-size: 14px;
}

.page-template-page-wid-methodology .library-order-choice .library-order-choice-label,
.page-template-page-wid-publications .library-order-choice .library-order-choice-label {
  float: left;
  padding-right: 5px;
}

.page-template-page-wid-methodology .library-order-choice .library-order-choice-item,
.page-template-page-wid-publications .library-order-choice .library-order-choice-item {
  float: left;
  opacity: 0.5;
}

.page-template-page-wid-methodology .library-order-choice .library-order-choice-item.currentChoice,
.page-template-page-wid-publications .library-order-choice .library-order-choice-item.currentChoice {
  opacity: 1;
  text-decoration: underline;
  pointer-events: none;
}

.page-template-page-wid-methodology .library-order-choice .library-order-choice-sep,
.page-template-page-wid-publications .library-order-choice .library-order-choice-sep {
  float: left;
  padding-right: 5px;
  padding-left: 5px;
}

.page-template-page-wid-methodology .switch-library,
.page-template-page-wid-publications .switch-library {
  position: absolute;
  left: -150px;
  top: 60px;
}

.page-template-page-wid-methodology .switch-library a,
.page-template-page-wid-publications .switch-library a {
  color: #1E4E4A;
  text-decoration: underline;
}

.page-template-page-wid-methodology .search-library,
.page-template-page-wid-publications .search-library {
  position: absolute;
  left: 100px;
  top: 120px;
}

.page-template-page-wid-methodology .search-library input,
.page-template-page-wid-publications .search-library input {
  width: 223px;
  height: 27px;
  background-color: #FFF;
  border: none;
  font-size: 14px;
  color: #8FA7A5;
  padding-left: 10px;
  padding-right: 10px;
}

.page-template-page-wid-methodology .search-library .library-input-wrapper,
.page-template-page-wid-publications .search-library .library-input-wrapper {
  position: relative;
  display: inline-block;
  width: 223px;
  border: 1px solid #1E4E4A;
}

.page-template-page-wid-methodology .search-library .library-input-wrapper:after,
.page-template-page-wid-publications .search-library .library-input-wrapper:after {
  content: "";
  width: 18px;
  height: 18px;
  background-image: url(../svg/magn-glass.svg);
  position: absolute;
  right: 10px;
  top: 5px;
}

.page-template-page-wid-methodology.page-template-page-wid-publications .library-title,
.page-template-page-wid-publications.page-template-page-wid-publications .library-title {
  margin-top: 0px;
}

.page-template-page-wid-methodology.page-template-page-wid-publications .library-order-choice,
.page-template-page-wid-publications.page-template-page-wid-publications .library-order-choice {
  top: 60px;
}

.page-template-page-wid-methodology.page-template-page-wid-publications .search-library,
.page-template-page-wid-publications.page-template-page-wid-publications .search-library {
  top: 50px;
}

.page-template-page-wid-methodology.page-template-page-wid-publications .library-menu .library-menu-item.on, .page-template-page-wid-methodology.page-template-page-wid-publications .library-menu .library-menu-item:hover,
.page-template-page-wid-publications.page-template-page-wid-publications .library-menu .library-menu-item.on,
.page-template-page-wid-publications.page-template-page-wid-publications .library-menu .library-menu-item:hover {
  background-color: #428882;
  font-weight: 700;
  color: #FFF;
}

.page-template-page-wid-methodology.page-template-page-wid-publications .library-menu .library-menu-item.on:after, .page-template-page-wid-methodology.page-template-page-wid-publications .library-menu .library-menu-item:hover:after,
.page-template-page-wid-publications.page-template-page-wid-publications .library-menu .library-menu-item.on:after,
.page-template-page-wid-publications.page-template-page-wid-publications .library-menu .library-menu-item:hover:after {
  border-color: transparent transparent transparent #428882;
}

.page-template-page-wid-methodology #library-content.filtered .doc_item,
.page-template-page-wid-methodology #methodo-library.filtered .doc_item,
.page-template-page-wid-publications #library-content.filtered .doc_item,
.page-template-page-wid-publications #methodo-library.filtered .doc_item {
  display: none;
}

.page-template-page-wid-methodology #library-content.filtered .doc_item.inFilter,
.page-template-page-wid-methodology #methodo-library.filtered .doc_item.inFilter,
.page-template-page-wid-publications #library-content.filtered .doc_item.inFilter,
.page-template-page-wid-publications #methodo-library.filtered .doc_item.inFilter {
  display: block;
}

.page-template-page-wid-methodology #library-content.filtered div[id^=library-browse-by-country-],
.page-template-page-wid-methodology #library-content.filtered div[id$=listcontainer],
.page-template-page-wid-methodology #methodo-library.filtered div[id^=library-browse-by-country-],
.page-template-page-wid-methodology #methodo-library.filtered div[id$=listcontainer],
.page-template-page-wid-publications #library-content.filtered div[id^=library-browse-by-country-],
.page-template-page-wid-publications #library-content.filtered div[id$=listcontainer],
.page-template-page-wid-publications #methodo-library.filtered div[id^=library-browse-by-country-],
.page-template-page-wid-publications #methodo-library.filtered div[id$=listcontainer] {
  display: none;
}

.page-template-page-wid-methodology #library-content.filtered div[id^=library-browse-by-country-].inFilter,
.page-template-page-wid-methodology #library-content.filtered div[id$=listcontainer].inFilter,
.page-template-page-wid-methodology #methodo-library.filtered div[id^=library-browse-by-country-].inFilter,
.page-template-page-wid-methodology #methodo-library.filtered div[id$=listcontainer].inFilter,
.page-template-page-wid-publications #library-content.filtered div[id^=library-browse-by-country-].inFilter,
.page-template-page-wid-publications #library-content.filtered div[id$=listcontainer].inFilter,
.page-template-page-wid-publications #methodo-library.filtered div[id^=library-browse-by-country-].inFilter,
.page-template-page-wid-publications #methodo-library.filtered div[id$=listcontainer].inFilter {
  display: block;
}

.page-template-page-wid-methodology #library-content.filtered .library-menu-item,
.page-template-page-wid-methodology #methodo-library.filtered .library-menu-item,
.page-template-page-wid-publications #library-content.filtered .library-menu-item,
.page-template-page-wid-publications #methodo-library.filtered .library-menu-item {
  opacity: 0.5;
  pointer-events: none;
}

.page-template-page-wid-methodology #library-content.filtered .library-menu-item.inFilter,
.page-template-page-wid-methodology #methodo-library.filtered .library-menu-item.inFilter,
.page-template-page-wid-publications #library-content.filtered .library-menu-item.inFilter,
.page-template-page-wid-publications #methodo-library.filtered .library-menu-item.inFilter {
  opacity: 1;
  pointer-events: initial;
}

.page-template-page-wid-methodology .library-content,
.page-template-page-wid-publications .library-content {
  width: 650px;
  border-bottom: 1px solid #1E4E4A;
  border-top: 1px solid #1E4E4A;
  float: right;
  height: 590px;
  padding: 10px;
  overflow-y: auto;
}

.page-template-page-wid-methodology .library-content::-webkit-scrollbar,
.page-template-page-wid-publications .library-content::-webkit-scrollbar {
  -webkit-appearance: none;
}

.page-template-page-wid-methodology .library-content::-webkit-scrollbar:vertical,
.page-template-page-wid-publications .library-content::-webkit-scrollbar:vertical {
  width: 10px;
}

.page-template-page-wid-methodology .library-content::-webkit-scrollbar:horizontal,
.page-template-page-wid-publications .library-content::-webkit-scrollbar:horizontal {
  height: 11px;
}

.page-template-page-wid-methodology .library-content::-webkit-scrollbar-thumb,
.page-template-page-wid-publications .library-content::-webkit-scrollbar-thumb {
  border-radius: 8px;
  border: 1px solid #F0F1EB;
  background-color: #1E4E4A;
}

.page-template-page-wid-methodology .library-content::-webkit-scrollbar-track,
.page-template-page-wid-publications .library-content::-webkit-scrollbar-track {
  border-radius: 8px;
}

.page-template-page-wid-methodology .library-menu,
.page-template-page-wid-publications .library-menu {
  position: absolute;
  left: -150px;
}

.page-template-page-wid-methodology .library-menu .library-menu-item,
.page-template-page-wid-publications .library-menu .library-menu-item {
  height: 38px;
  position: relative;
  margin-bottom: 2px;
  line-height: 38px;
  padding-left: 10px;
  font-size: 14px;
  width: 184px;
  cursor: pointer;
  background-color: #FFF;
}

.page-template-page-wid-methodology .library-menu .library-menu-item:after,
.page-template-page-wid-publications .library-menu .library-menu-item:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 19px 0 19px 14px;
  border-color: transparent transparent transparent #FFF;
  right: -14px;
  top: 0px;
}

.page-template-page-wid-methodology .library-menu .library-menu-item.on, .page-template-page-wid-methodology .library-menu .library-menu-item:hover,
.page-template-page-wid-publications .library-menu .library-menu-item.on,
.page-template-page-wid-publications .library-menu .library-menu-item:hover {
  background-color: #66DAA8;
  font-weight: 700;
}

.page-template-page-wid-methodology .library-menu .library-menu-item.on:after, .page-template-page-wid-methodology .library-menu .library-menu-item:hover:after,
.page-template-page-wid-publications .library-menu .library-menu-item.on:after,
.page-template-page-wid-publications .library-menu .library-menu-item:hover:after {
  border-color: transparent transparent transparent #66DAA8;
}

.page-template-page-wid-methodology .doc_cat,
.page-template-page-wid-publications .doc_cat {
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 300;
  margin-top: 18px;
}

.page-template-page-wid-methodology .doc_subcat,
.page-template-page-wid-publications .doc_subcat {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 300;
  margin-top: 8px;
}

.page-template-page-wid-methodology .doc_item,
.page-template-page-wid-publications .doc_item {
  font-weight: 700;
  font-size: 14px;
  background-color: #ecede6;
  padding: 5px 0px 5px 10px;
  margin-top: 5px;
  cursor: pointer;
}

.page-template-page-wid-methodology .doc_item .doc_table,
.page-template-page-wid-publications .doc_item .doc_table {
  min-height: 40px;
}

.page-template-page-wid-methodology .doc_item:hover .ico-download,
.page-template-page-wid-publications .doc_item:hover .ico-download {
  opacity: 1;
}

.page-template-page-wid-methodology .doc_table,
.page-template-page-wid-publications .doc_table {
  display: table;
  width: 100%;
}

.page-template-page-wid-methodology .doc_row,
.page-template-page-wid-publications .doc_row {
  display: table-row;
}

.page-template-page-wid-methodology .doc_row .ico,
.page-template-page-wid-publications .doc_row .ico {
  display: table-cell;
  background-image: url(../svg/filetype-default.svg);
  background-repeat: no-repeat;
  background-size: 27px 34px;
  background-position: 0px 4px;
  width: 27px;
  height: 37px;
}

.page-template-page-wid-methodology .doc_row .ico.csv,
.page-template-page-wid-publications .doc_row .ico.csv {
  background-image: url(../svg/filetype-csv.svg);
}

.page-template-page-wid-methodology .doc_row .ico.xls,
.page-template-page-wid-publications .doc_row .ico.xls {
  background-image: url(../svg/filetype-xls.svg);
}

.page-template-page-wid-methodology .doc_row .ico.pdf,
.page-template-page-wid-publications .doc_row .ico.pdf {
  background-image: url(../svg/filetype-pdf.svg);
}

.page-template-page-wid-methodology .doc_row .ico.stata,
.page-template-page-wid-publications .doc_row .ico.stata {
  background-image: url(../svg/filetype-stata.svg);
}

.page-template-page-wid-methodology .doc_row .ico.doc,
.page-template-page-wid-publications .doc_row .ico.doc {
  background-image: url(../svg/filetype-doc.svg);
}

.page-template-page-wid-methodology .doc_row .ico.sdmx,
.page-template-page-wid-publications .doc_row .ico.sdmx {
  background-image: url(../svg/filetype-sdmx.svg);
}

.page-template-page-wid-methodology .doc_row .ico.zip,
.page-template-page-wid-publications .doc_row .ico.zip {
  background-image: url(../svg/filetype-zip.svg);
}

.page-template-page-wid-methodology .doc_row .txt,
.page-template-page-wid-publications .doc_row .txt {
  display: table-cell;
  vertical-align: middle;
  padding-left: 10px;
}

.page-template-page-wid-methodology .doc_row .txt a,
.page-template-page-wid-publications .doc_row .txt a {
  text-decoration: none;
  color: #1E4E4A;
}

.page-template-page-wid-methodology .doc_row .ico-download,
.page-template-page-wid-publications .doc_row .ico-download {
  display: table-cell;
  background-image: url(../svg/ident-mini-download.svg);
  background-size: 25px 25px;
  background-repeat: no-repeat;
  background-position: 0px 8px;
  width: 35px;
  height: 35px;
  margin: 0px;
  padding: 0px;
  opacity: 0;
}

.page-template-page-wid-methodology .methodology-glossary,
.page-template-page-wid-publications .methodology-glossary {
  position: relative;
  clear: both;
  float: left;
  width: 100%;
  background-color: #F0F1EB;
  min-height: 240px;
  margin-top: 50px;
}

.page-template-page-wid-methodology .methodology-glossary .methodology-glossary-wrapper,
.page-template-page-wid-publications .methodology-glossary .methodology-glossary-wrapper {
  position: absolute;
  width: 100%;
  float: left;
  left: 0px;
  background-color: #F0F1EB;
}

.page-template-page-wid-methodology .methodology-glossary .glossary-input,
.page-template-page-wid-publications .methodology-glossary .glossary-input {
  text-align: center;
  position: relative;
}

.page-template-page-wid-methodology .methodology-glossary .glossary-input input,
.page-template-page-wid-publications .methodology-glossary .glossary-input input {
  width: 223px;
  height: 37px;
  background-color: #FFF;
  border: none;
  font-size: 14px;
  color: #8FA7A5;
  padding-left: 10px;
  padding-right: 10px;
}

.page-template-page-wid-methodology .methodology-glossary .glossary-input .glossary-input-wrapper,
.page-template-page-wid-publications .methodology-glossary .glossary-input .glossary-input-wrapper {
  position: relative;
  display: inline-block;
  width: 223px;
}

.page-template-page-wid-methodology .methodology-glossary .glossary-input .glossary-input-wrapper:after,
.page-template-page-wid-publications .methodology-glossary .glossary-input .glossary-input-wrapper:after {
  content: "";
  width: 18px;
  height: 18px;
  background-image: url(../svg/magn-glass.svg);
  position: absolute;
  right: 10px;
  top: 10px;
}

.page-template-page-wid-methodology .methodology-glossary .glossary-input-suggest,
.page-template-page-wid-publications .methodology-glossary .glossary-input-suggest {
  width: 223px;
  padding-top: 15px;
  margin: auto;
  margin-bottom: 30px;
}

.page-template-page-wid-methodology .methodology-glossary .glossary-input-suggest .suggest_item,
.page-template-page-wid-publications .methodology-glossary .glossary-input-suggest .suggest_item {
  text-align: left;
  font-weight: 700;
  font-size: 14px;
  color: #1E4E4A;
  line-height: 25px;
}

.page-template-page-wid-methodology .methodology-glossary .glossary-input-suggest .suggest_item:hover,
.page-template-page-wid-publications .methodology-glossary .glossary-input-suggest .suggest_item:hover {
  opacity: 0.4;
  cursor: pointer;
}

.page-template-page-wid-methodology .methodology-glossary .line-glossary,
.page-template-page-wid-publications .methodology-glossary .line-glossary {
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #1E4E4A;
  display: none;
}

.page-template-page-wid-methodology .methodology-glossary .close-glossary,
.page-template-page-wid-publications .methodology-glossary .close-glossary {
  position: absolute;
  width: 16px;
  height: 16px;
  background-image: url(../svg/close-overlay.svg);
  top: 210px;
  right: 20px;
  display: none;
  cursor: pointer;
}

.page-template-page-wid-methodology .methodology-glossary .glossary-result,
.page-template-page-wid-publications .methodology-glossary .glossary-result {
  display: none;
  max-width: 750px;
  width: 100%;
  margin: auto;
  position: relative;
  margin-top: 40px;
  padding-top: 30px;
}

.page-template-page-wid-methodology .methodology-glossary .glossary-result .result_title,
.page-template-page-wid-publications .methodology-glossary .glossary-result .result_title {
  position: relative;
  font-weight: 700;
  font-size: 16px;
  line-height: 18px;
  display: inline-block;
  width: 100%;
  float: left;
}

.page-template-page-wid-methodology .methodology-glossary .glossary-result .result_texte,
.page-template-page-wid-publications .methodology-glossary .glossary-result .result_texte {
  position: relative;
  display: inline-block;
  width: 100%;
  margin-top: 0px;
  margin-bottom: 40px;
}

.page-template-page-wid-methodology .methodology-glossary .glossary-result .result_texte p,
.page-template-page-wid-publications .methodology-glossary .glossary-result .result_texte p {
  margin-top: 0px;
  font-size: 14px;
}

.page-template-page-wid-methodology .glossary-title,
.page-template-page-wid-publications .glossary-title {
  margin-top: 70px;
  margin-bottom: 22px;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}

.download {
  display: table-row;
}

.download .ico {
  display: table-cell;
  background-image: url(../svg/filetype-default.svg);
  background-repeat: no-repeat;
  background-size: 27px 34px;
  background-position: 0px 4px;
  width: 27px;
  height: 37px;
}

.download .ico.csv {
  background-image: url(../svg/filetype-csv.svg);
}

.download .ico.xls {
  background-image: url(../svg/filetype-xls.svg);
}

.download .ico.pdf {
  background-image: url(../svg/filetype-pdf.svg);
}

.download .ico.stata {
  background-image: url(../svg/filetype-stata.svg);
}

.download .ico.doc {
  background-image: url(../svg/filetype-doc.svg);
}

.download .ico.sdmx {
  background-image: url(../svg/filetype-sdmx.svg);
}

.download .ico.zip {
  background-image: url(../filetype-sdmx.html);
}

.download .txt {
  vertical-align: middle;
  display: table-cell;
  min-height: 33px;
  text-align: left;
  padding-left: 10px;
  line-height: 16px;
}

.download .txt a {
  font-size: 14px;
  font-weight: 700;
  color: #1E4E4A;
}

#animHomepage {
  overflow: hidden;
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: #276685;
  top: 0px;
  left: 0px;
  z-index: 1000;
  overflow: hidden;
}

#animHomepage .anim_block_logo {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 310px;
  height: 100%;
}

#animHomepage .anim_block_logo.header_logo_wrapper {
  width: 290px;
}

#animHomepage .header-logo-rds {
  width: 174px;
  height: 118px;
  position: absolute;
  left: 50%;
  margin-left: -15px;
  top: 50%;
  margin-top: -136px;
}

#animHomepage .header-logo-rd {
  bottom: 0px;
  width: 8px;
  height: 8px;
  background-color: #FFF;
  border-radius: 4px;
  position: absolute;
  opacity: 0;
}

#animHomepage .header-logo-rd.blue:after {
  position: absolute;
  content: "";
  width: 6px;
  height: 6px;
  background-color: #276685;
  left: 1px;
  top: 1px;
  border-radius: 3px;
}

#animHomepage .header-logo-rd:nth-child(1) {
  left: 0px;
}

#animHomepage .header-logo-rd:nth-child(2) {
  left: 12px;
}

#animHomepage .header-logo-rd:nth-child(3) {
  left: 24px;
}

#animHomepage .header-logo-rd:nth-child(4) {
  left: 36px;
}

#animHomepage .header-logo-rd:nth-child(5) {
  left: 48px;
}

#animHomepage .header-logo-rd:nth-child(6) {
  left: 60px;
}

#animHomepage .header-logo-rd:nth-child(7) {
  left: 72px;
}

#animHomepage .header-logo-rd:nth-child(8) {
  left: 84px;
}

#animHomepage .header-logo-rd:nth-child(9) {
  left: 96px;
}

#animHomepage .header-logo-rd:nth-child(10) {
  left: 108px;
}

#animHomepage .header-logo-rd:nth-child(11) {
  left: 120px;
}

#animHomepage .header-logo-rd:nth-child(12) {
  left: 132px;
}

#animHomepage .header-logo-rd:nth-child(13) {
  left: 144px;
}

#animHomepage .header-logo-rd:nth-child(14) {
  left: 156px;
}

#animHomepage .header-logo-rd:nth-child(15) {
  left: 168px;
}

#animHomepage .header-logo-rd:nth-child(16) {
  left: 180px;
}

#animHomepage .header-logo-rd:nth-child(17) {
  left: 192px;
}

#animHomepage .header-logo-rd:nth-child(18) {
  left: 204px;
}

#animHomepage .header-logo-rd:nth-child(19) {
  left: 216px;
}

#animHomepage .header-logo-rd:nth-child(20) {
  left: 228px;
}

#animHomepage .header-logo-rd:nth-child(8) {
  left: 72px;
  bottom: 12px;
}

#animHomepage .header-logo-rd:nth-child(9) {
  left: 84px;
}

#animHomepage .header-logo-rd:nth-child(10) {
  left: 84px;
  bottom: 12px;
}

#animHomepage .header-logo-rd:nth-child(11) {
  left: 84px;
  bottom: 24px;
}

#animHomepage .header-logo-rd:nth-child(12) {
  left: 96px;
  bottom: 0px;
}

#animHomepage .header-logo-rd:nth-child(13) {
  left: 96px;
  bottom: 12px;
}

#animHomepage .header-logo-rd:nth-child(14) {
  left: 96px;
  bottom: 24px;
}

#animHomepage .header-logo-rd:nth-child(15) {
  left: 96px;
  bottom: 36px;
}

#animHomepage .header-logo-rd:nth-child(16) {
  left: 96px;
  bottom: 48px;
}

#animHomepage .header-logo-rd:nth-child(17) {
  left: 96px;
  bottom: 60px;
}

#animHomepage .header-logo-rd:nth-child(18) {
  left: 96px;
  bottom: 72px;
}

#animHomepage .header-logo-rd:nth-child(19) {
  left: 96px;
  bottom: 84px;
}

#animHomepage .header-logo-rd:nth-child(20) {
  left: 96px;
  bottom: 96px;
}

#animHomepage .header_logo {
  position: relative;
  color: #fff;
  display: block;
  line-height: 18px;
  text-transform: uppercase;
  text-decoration: none;
  z-index: 2;
  width: 210px;
  height: 66px;
  top: 50%;
  left: 50%;
  margin-top: -33px;
  margin-left: -105px;
  /*
    &:before {
    	content:"THE SOURCE FOR";
    	position:absolute;
    	font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  text-transform: uppercase;
  color: #003147;
    	top:46px;
    }*/
}

#animHomepage .header_logo:after {
  content: "THE GLOBAL DATA SOURCE";
  position: absolute;
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.055em;
  color: #003147;
  width: 226px;
  top: 66px;
  left: 12px;
}

#animHomepage .header_logo .smaller {
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0.1em;
  display: block;
}

#animHomepage .header_logo .smaller.world {
  position: relative;
  left: 11px;
  display: inline-block;
  top: 0px;
}

#animHomepage .header_logo .smaller.database {
  position: relative;
  left: 93px;
  display: inline-block;
}

#animHomepage .header_logo .bigger {
  font-size: 28px;
  line-height: 26px;
  font-weight: 700;
  display: block;
  letter-spacing: 0.08em;
  text-align: center;
}

#animHomepage .header_logo .bigger .bigger_and {
  font-size: 20px;
  font-weight: 900;
}

#animHomepage .header_logo .smaller_database {
  position: relative;
  top: 2px;
}

#animHomepage .header_logo .beta {
  display: none;
  position: absolute;
  top: 43px;
  left: 202px;
  opacity: 0.5;
}

#animHomepage .header-logo-circles {
  position: absolute;
  width: 410px;
  height: 268px;
  top: 50%;
  left: 50%;
  margin-top: -134px;
  margin-left: -205px;
  overflow: hidden;
  z-index: 1;
  opacity: 0;
}

#animHomepage .header-logo-circle {
  position: absolute;
  width: 268px;
  height: 268px;
  background-image: url(../png/cercle-header.png);
  background-size: 100% 100%;
  top: 0px;
}

#animHomepage .header-logo-circle.circle1 {
  left: 50%;
  margin-left: -202px;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

#animHomepage .header-logo-circle.circle2 {
  left: 50%;
  margin-left: -66px;
}

body #animHomepage .header_logo .smaller {
  -webkit-transition: left 0.5s ease-out 3.3s;
  transition: left 0.5s ease-out 3.3s;
}

body #animHomepage .header_logo:before {
  -webkit-transition: all 0.3s ease-out 3.3s;
  transition: all 0.3s ease-out 3.3s;
}

body #animHomepage .header_logo:after {
  -webkit-transition: opacity 0.3s ease-out 3.3s;
  transition: opacity 0.3s ease-out 3.3s;
}

body.animInit #animHomepage {
  -webkit-transition: height 0.8s ease-out 4s, opacity 0.3s ease-out 4.9s;
  transition: height 0.8s ease-out 4s, opacity 0.3s ease-out 4.9s;
}

body.animInit #animHomepage .header-logo-rd:nth-child(1) {
  -webkit-transition: opacity 0.2s ease-out 0s;
  transition: opacity 0.2s ease-out 0s;
}

body.animInit #animHomepage .header-logo-rd:nth-child(2) {
  -webkit-transition: opacity 0.2s ease-out 0.07s;
  transition: opacity 0.2s ease-out 0.07s;
}

body.animInit #animHomepage .header-logo-rd:nth-child(3) {
  -webkit-transition: opacity 0.2s ease-out 0.14s;
  transition: opacity 0.2s ease-out 0.14s;
}

body.animInit #animHomepage .header-logo-rd:nth-child(4) {
  -webkit-transition: opacity 0.2s ease-out 0.21s;
  transition: opacity 0.2s ease-out 0.21s;
}

body.animInit #animHomepage .header-logo-rd:nth-child(5) {
  -webkit-transition: opacity 0.2s ease-out 0.28s;
  transition: opacity 0.2s ease-out 0.28s;
}

body.animInit #animHomepage .header-logo-rd:nth-child(6) {
  -webkit-transition: opacity 0.2s ease-out 0.35s;
  transition: opacity 0.2s ease-out 0.35s;
}

body.animInit #animHomepage .header-logo-rd:nth-child(7) {
  -webkit-transition: opacity 0.2s ease-out 0.42s;
  transition: opacity 0.2s ease-out 0.42s;
}

body.animInit #animHomepage .header-logo-rd:nth-child(8) {
  -webkit-transition: opacity 0.2s ease-out 0.49s;
  transition: opacity 0.2s ease-out 0.49s;
}

body.animInit #animHomepage .header-logo-rd:nth-child(9) {
  -webkit-transition: opacity 0.2s ease-out 0.56s;
  transition: opacity 0.2s ease-out 0.56s;
}

body.animInit #animHomepage .header-logo-rd:nth-child(10) {
  -webkit-transition: opacity 0.2s ease-out 0.63s;
  transition: opacity 0.2s ease-out 0.63s;
}

body.animInit #animHomepage .header-logo-rd:nth-child(11) {
  -webkit-transition: opacity 0.2s ease-out 0.7s;
  transition: opacity 0.2s ease-out 0.7s;
}

body.animInit #animHomepage .header-logo-rd:nth-child(12) {
  -webkit-transition: opacity 0.2s ease-out 0.77s;
  transition: opacity 0.2s ease-out 0.77s;
}

body.animInit #animHomepage .header-logo-rd:nth-child(13) {
  -webkit-transition: opacity 0.2s ease-out 0.84s;
  transition: opacity 0.2s ease-out 0.84s;
}

body.animInit #animHomepage .header-logo-rd:nth-child(14) {
  -webkit-transition: opacity 0.2s ease-out 0.91s;
  transition: opacity 0.2s ease-out 0.91s;
}

body.animInit #animHomepage .header-logo-rd:nth-child(15) {
  -webkit-transition: opacity 0.2s ease-out 0.98s;
  transition: opacity 0.2s ease-out 0.98s;
}

body.animInit #animHomepage .header-logo-rd:nth-child(16) {
  -webkit-transition: opacity 0.2s ease-out 1.05s;
  transition: opacity 0.2s ease-out 1.05s;
}

body.animInit #animHomepage .header-logo-rd:nth-child(17) {
  -webkit-transition: opacity 0.2s ease-out 1.12s;
  transition: opacity 0.2s ease-out 1.12s;
}

body.animInit #animHomepage .header-logo-rd:nth-child(18) {
  -webkit-transition: opacity 0.2s ease-out 1.19s;
  transition: opacity 0.2s ease-out 1.19s;
}

body.animInit #animHomepage .header-logo-rd:nth-child(19) {
  -webkit-transition: opacity 0.2s ease-out 1.26s;
  transition: opacity 0.2s ease-out 1.26s;
}

body.animInit #animHomepage .header-logo-rd:nth-child(20) {
  -webkit-transition: opacity 0.2s ease-out 1.33s;
  transition: opacity 0.2s ease-out 1.33s;
}

body.animInit #animHomepage .header-logo-rd:nth-child(21) {
  -webkit-transition: opacity 0.2s ease-out 1.4s;
  transition: opacity 0.2s ease-out 1.4s;
}

body.animInit #animHomepage .header-logo-rd:nth-child(22) {
  -webkit-transition: opacity 0.2s ease-out 1.47s;
  transition: opacity 0.2s ease-out 1.47s;
}

body.animInit #animHomepage .header-logo-rd:nth-child(23) {
  -webkit-transition: opacity 0.2s ease-out 1.54s;
  transition: opacity 0.2s ease-out 1.54s;
}

body.animInit #animHomepage .header-logo-rd:nth-child(24) {
  -webkit-transition: opacity 0.2s ease-out 1.61s;
  transition: opacity 0.2s ease-out 1.61s;
}

body.animInit #animHomepage .header-logo-rd:nth-child(25) {
  -webkit-transition: opacity 0.2s ease-out 1.68s;
  transition: opacity 0.2s ease-out 1.68s;
}

body.animInit #animHomepage .header-logo-rd:nth-child(26) {
  -webkit-transition: opacity 0.2s ease-out 1.75s;
  transition: opacity 0.2s ease-out 1.75s;
}

body.animInit #animHomepage .header-logo-rd:nth-child(27) {
  -webkit-transition: opacity 0.2s ease-out 1.82s;
  transition: opacity 0.2s ease-out 1.82s;
}

body.animInit #animHomepage .header-logo-circles {
  -webkit-transition: opacity 0.5s ease-out;
  transition: opacity 0.5s ease-out;
}

body.animInit #animHomepage .header-logo-circle {
  -webkit-transition: margin-left 0.5s ease-out;
  transition: margin-left 0.5s ease-out;
}

body.animInit #animHomepage .header-logo-rds {
  -webkit-transition: opacity 0.3s ease-out 3.3s;
  transition: opacity 0.35s ease-out 3.3s;
}

body.animInit #animHomepage .header_logo .smaller {
  -webkit-transition: left 0.5s ease-out 3.3s;
  transition: left 0.5s ease-out 3.3s;
}

body.animInit #animHomepage .header_logo:before {
  -webkit-transition: all 0.3s ease-out 3.3s;
  transition: all 0.3s ease-out 3.3s;
}

body.animInit #animHomepage .header_logo:after {
  -webkit-transition: opacity 0.3s ease-out 3.3s;
  transition: opacity 0.3s ease-out 3.3s;
}

body.animInit.page.home .home_block.main_block .home_block_item:nth-child(1) {
  -webkit-transition: margin-top 0.8s ease-out 4.5s;
  transition: margin-top 0.8s ease-out 4.5s;
}

body.animInit.page.home .home_block.main_block .home_block_item:nth-child(2) {
  -webkit-transition: margin-top 0.8s ease-out 4.7s;
  transition: margin-top 0.8s ease-out 4.7s;
}

body.animInit.page.home .home_block.main_block .home_block_item:nth-child(3) {
  -webkit-transition: margin-top 0.8s ease-out 4.9s;
  transition: margin-top 0.8s ease-out 4.9s;
}

body.animInit.page.home .home_block.block_sources {
  -webkit-transition: margin-top 0.9s ease-out 5s;
  transition: margin-top 0.9s ease-out 5s;
}

body.animInit #animHomepage {
  height: 65px;
  opacity: 0;
  pointer-events: none;
}

body.animInit #animHomepage .header-logo-circles {
  opacity: 1;
}

body.animInit #animHomepage .header-logo-circle.circle1 {
  margin-left: -172px;
}

body.animInit #animHomepage .header-logo-circle.circle2 {
  margin-left: -96px;
}

body.animInit #animHomepage .header-logo-rd {
  opacity: 1;
}

body.animInit #animHomepage .header_logo .smaller.world {
  left: 67px;
}

body.animInit #animHomepage .header_logo .smaller.database {
  left: 53px;
}

body.animInit #animHomepage .header_logo:before {
  opacity: 0;
}

body.animInit #animHomepage .header_logo:after {
  opacity: 0;
}

body.animInit #animHomepage .header-logo-rds {
  opacity: 0;
}

body.animInit.page.home .home_block.main_block .home_block_item:nth-child(1),
body.animInit.page.home .home_block.main_block .home_block_item:nth-child(2),
body.animInit.page.home .home_block.main_block .home_block_item:nth-child(3) {
  margin-top: 0px;
}

body.animInit.page.home .home_block.block_sources {
  margin-top: 0px;
}

.page.home .banner_wir {
  width: 100%;
  padding: 40px 0;
  text-align: center;
  float: left;
  clear: both;
}

.page.home .banner_wir-content {
  width: 100%;
  max-width: 1260px;
  margin: auto;
  position: relative;
  display: inline-block;
  float: none;
}

.page.home .banner_wir-content img {
  width: 100%;
  height: auto;
}

.page.home .banner_wir-content .banner_wir_left {
  float: left;
  width: 50%;
}

.page.home .banner_wir-content .banner_wir_right {
  float: left;
  width: 50%;
  text-align: center;
}

.page.home .banner_wir-content .banner_wir_right img {
  max-width: 200px;
  width: 80%;
  height: auto;
}

.page.home .site-content .content-area {
  max-width: inherit;
  max-width: initial;
}

.page.home .home_block {
  width: 100%;
  padding: 10px 0 25px 0px;
  text-align: center;
  float: left;
  clear: both;
}

.page.home .home_block .home_block_item {
  display: inline-block;
  margin: 1%;
  vertical-align: top;
  background: #e6e6e6;
  width: 30%;
  height: 200px;
}

.page.home .home_block .home_block_item a {
  color: #1E4E4A;
}

.page.home .home_block .home_block_picitem {
  position: relative;
  width: 209px;
  margin: 0px;
  float: left;
  padding: 0px;
  background-color: #FFF;
  text-align: center;
  margin-left: 0px;
}

.page.home .home_block .home_block_picitem:hover .picitem_link {
  color: #00cbff;
}

.page.home .home_block .home_block_picitem:hover .picitem img {
  width: 105%;
  height: auto;
  max-width: 218px;
  margin-left: -5px;
  margin-top: -5px;
}

.page.home .home_block .home_block_picitem:nth-child(2) {
  margin-left: 0px;
  margin-right: 22px;
}

.page.home .home_block .home_block_picitem:nth-child(3) {
  margin-left: 22px;
  margin-right: 22px;
}

.page.home .home_block .home_block_picitem:nth-child(4) {
  margin-left: 22px;
  margin-right: 0px;
}

.page.home .home_block .home_block_picitem .picitem {
  width: 208px;
  height: 190px;
  overflow: hidden;
  background-color: #0b6685;
  /* background: #e6e6e6;
   width: 100%;
   height: 150px;*/
}

.page.home .home_block .home_block_picitem .picitem img {
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  width: 100%;
  height: auto;
  max-width: 208px;
}

.page.home .home_block .home_block_picitem .picitem_text {
  text-align: left;
}

.page.home .home_block .home_block_picitem .picitem_text h4 {
  font-weight: 700;
  font-size: 18px;
  padding: 0px;
  margin: 5px 0px 0px 0px;
}

.page.home .home_block .home_block_picitem .picitem_text p {
  font-size: 15px;
  margin-top: 0px;
  margin-bottom: 0px;
}

.page.home .home_block .home_block_picitem .picitem_link {
  color: #00acd9;
  font-weight: 700;
}

.page.home .home_block.block_sources {
  position: relative;
  width: 715px;
  left: 50%;
  margin-left: -357px;
  margin-top: 50px;
}

.page.home .home_block.block_sources .block_title {
  font-size: 21px;
  padding-bottom: 15px;
}

.page.home .home_block.block_income .block_title {
  font-size: 21px;
  padding-bottom: 15px;
}

.page.home .home_block.block_income .button-newsletter-container {
  margin-top: 30px;
}

.page.home .home_block.block_income .newslist {
  position: relative;
  background-color: #F0F1EB;
  padding-top: 10px;
  padding-bottom: 20px;
}

.page.home .home_block.block_income h2 {
  font-size: 24px;
  color: #1e4e4a;
  opacity: 0.8;
  margin-top: 5px;
}

.page.home .home_block.block_income .news-seeall {
  width: 1000px;
  margin: auto;
  height: 40px;
  line-height: 45px;
  clear: both;
}

.page.home .home_block.block_income .news-seeall a {
  font-size: 18px;
  color: #1E4E4A;
}

.page.home .home_block.block_contribute {
  min-height: 300px;
}

.page.home .home_block.block_contribute .bt_contribute {
  width: 320px;
  height: 50px;
  background-color: #01C26F;
  display: inline-block;
  line-height: 50px;
  color: #FFF;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  border-bottom: 2px solid #00996F;
  cursor: pointer;
}

.page.home .home_block.main_block {
  padding-bottom: 0px;
}

.page.home .home_block.main_block .home_block.main_block_wrapper {
  max-width: 1280px;
  margin: auto;
  position: relative;
  display: inline-block;
  float: none;
  /*
      		.home_block_item:nth-child(1) {
      			margin-top:calc(100vh + 50px);
      		}

      		.home_block_item:nth-child(2) {
      			margin-top:calc(100vh + 150px);
      		}
      		.home_block_item:nth-child(3) {
      			margin-top:calc(100vh + 300px);
      		}
  */
}

.page.home .home_block.main_block .home_block.main_block_wrapper .menu_item_world {
  position: relative;
}

.page.home .home_block.main_block .home_block.main_block_wrapper .menu_item_world .menu_item_world_country {
  border-top: 2px solid #1E4E4A;
  border-bottom: 2px solid #1E4E4A;
  position: relative;
  display: inline-block;
  height: 30px;
  line-height: 28px;
  vertical-align: middle;
  padding-right: 14px;
  top: -2px;
  font-weight: 700;
  position: relative;
  cursor: pointer;
  display: none;
}

.page.home .home_block.main_block .home_block.main_block_wrapper .menu_item_world .countries_list_world {
  position: absolute;
  left: 50%;
  top: 28px;
  width: 144px;
  z-index: 10;
  max-height: 300px;
  background: #fff;
  color: #0b6685;
  display: none;
  overflow: auto;
  text-align: left;
  margin-left: -72px;
}

.page.home .home_block.main_block .home_block.main_block_wrapper .menu_item_world .countries_list_world .country_item[data-code=""] {
  display: none !important;
}

.page.home .home_block.main_block .home_block.main_block_wrapper .menu_item_world .countries_list_world.displayed {
  display: block;
}

.page.home .home_block.main_block .home_block.main_block_wrapper .menu_item_world a {
  display: inline-block;
  vertical-align: top;
  text-shadow: 0px 0px 0px;
  font-size: 12px;
  color: #0b6685;
  padding: 0 10px;
  width: 100%;
  float: left;
  min-height: 30px;
  padding-top: 7px;
  padding-bottom: 5px;
  border-bottom: 1px solid #0b6685;
  text-decoration: none;
  text-transform: uppercase;
}

.page.home .home_block.main_block .home_block.main_block_wrapper .menu_item_world a:hover {
  opacity: 0.4;
}

.page.home .home_block.main_block .home_block.main_block_wrapper .home_block_item:hover .home_block_item_content img:nth-child(3) {
  -webkit-transform: scale(1) translate(-50%, -50%);
  -ms-transform: scale(1) translate(-50%, -50%);
  transform: scale(1) translate(-50%, -50%);
}

.page.home .home_block.main_block .home_block.main_block_wrapper .home_block_item:hover a {
  text-decoration: none;
}

.page.home .home_block.main_block .home_block.main_block_wrapper .home_block_item_content a {
  position: relative;
  display: inline-block;
}

.page.home .home_block.main_block .home_block.main_block_wrapper .home_block_item_content img:nth-child(2) {
  opacity: 0;
}

.page.home .home_block.main_block .home_block.main_block_wrapper .home_block_item_content img:nth-child(3) {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: scale(0.9) translate(-55%, -55%);
  -ms-transform: scale(0.9) translate(-55%, -55%);
  transform: scale(0.9) translate(-55%, -55%);
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.page.home .home_block.main_block .home_block_item {
  position: relative;
  width: 33.33%;
  margin: 0px;
  height: 383px;
  float: left;
  padding: 0px;
  background-color: #FFF;
  text-align: center;
}

.page.home .home_block.main_block .home_block_item .home_block_item_content {
  position: relative;
  z-index: 1;
  padding: 0px 30px;
}

.page.home .home_block.main_block .home_block_item h2 {
  font-size: 24px;
  margin-bottom: 10px;
}

.page.home .home_block.main_block .home_block_item img {
  width: 100%;
  height: auto;
  max-width: 325px;
}

.page.home .home_block.main_block .home_block_item:nth-child(1) .home_block_item_content {
  padding: 0px 30px 0px 35px;
}

.page.home .home_block.main_block .home_block_item:nth-child(1):after {
  z-index: 0;
  content: "";
  position: absolute;
  left: 10px;
  right: 5px;
  top: 0px;
  bottom: 0px;
  background-color: #FF7664;
}

.page.home .home_block.main_block .home_block_item:nth-child(2):after {
  z-index: 0;
  content: "";
  position: absolute;
  left: 5px;
  right: 5px;
  top: 0px;
  bottom: 0px;
  background-color: #F3D32C;
}

.page.home .home_block.main_block .home_block_item:nth-child(3) .home_block_item_content {
  padding: 0px 35px 0px 30px;
}

.page.home .home_block.main_block .home_block_item:nth-child(3):after {
  z-index: 0;
  content: "";
  position: absolute;
  left: 5px;
  right: 10px;
  top: 0px;
  bottom: 0px;
  background-color: #00D3AF;
}

.page.home .home_slideshow {
  width: 100%;
  display: inline-block;
  height: 402px;
  background-image: url(../png/bg_slideshow.png);
  overflow: hidden;
}

.page.home .home_slideshow .home_slideshow_wrapper {
  max-width: 100%;
  position: relative;
  height: 402px;
}

.page.home .home_slideshow .home_slideshow_wrapper img {
  position: absolute;
  left: 50%;
  top: 50%;
  vertical-align: middle;
  max-width: 100%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.page.home .home_news {
  margin: 40px 0 0;
}

.page.home .home_news .newslist .newslist-container {
  width: 1000px;
  margin: auto;
}

.page.home .home_news .newslist .news_item {
  display: inline-block;
  vertical-align: top;
  margin: 5px 0;
  width: 90%;
}

.page.home .home_news .newslist .news-article {
  text-align: left;
}

.page.home .home_news .newslist .news-article p {
  word-wrap: break-word;
}

.page-template-page-wid-events,
.page-template-page-wid-conferences {
  background-color: #F0F1EB;
}

.page-template-page-wid-events #page,
.page-template-page-wid-conferences #page {
  background-color: #F0F1EB;
}

.page-template-page-wid-events .conferences-desc,
.page-template-page-wid-conferences .conferences-desc {
  padding-top: 50px;
  background-color: #FFF;
  text-align: center;
  padding-bottom: 40px;
}

.page-template-page-wid-events .site-content .content-area .content-750-wrapper,
.page-template-page-wid-conferences .site-content .content-area .content-750-wrapper {
  max-width: 1000px;
}

.page-template-page-wid-events .entry-title,
.page-template-page-wid-conferences .entry-title {
  background-color: #FFF;
  margin-bottom: 0px;
  padding-bottom: 10px;
  /* position:absolute;
   width:100%;
   background-color:#FFF;
   left:0px;
   top:100px;
   height:60px;*/
}

.page-template-page-wid-events .newslist,
.page-template-page-wid-conferences .newslist {
  margin-top: 40px;
  padding-top: 0px;
}

.page-template-page-wid-events .news-pagination,
.page-template-page-wid-conferences .news-pagination {
  clear: both;
  padding-top: 30px;
  height: 180px;
}

.page-template-page-wid-events .news-pagination .news-pagination-wrapper,
.page-template-page-wid-conferences .news-pagination .news-pagination-wrapper {
  position: absolute;
  width: 100%;
  left: 0px;
  height: 180px;
  background-color: #FFF;
}

.page-template-page-wid-events .news-pagination .pagination-links,
.page-template-page-wid-conferences .news-pagination .pagination-links {
  margin-top: 47px;
  text-align: center;
  font-size: 16px;
  line-height: 18px;
  color: #1F4F4B;
  font-weight: 700;
}

.page-template-page-wid-events .news-pagination .pagination-links a,
.page-template-page-wid-conferences .news-pagination .pagination-links a {
  color: #1F4F4B;
}

.page-template-page-wid-events .news-pagination .pagination-links .current,
.page-template-page-wid-conferences .news-pagination .pagination-links .current {
  color: #628481;
}

.page-template-page-wid-events .news-pagination .pagination-links .next,
.page-template-page-wid-conferences .news-pagination .pagination-links .next {
  width: 12px;
  height: 12px;
  background-image: url(../svg/arrow-page-next.svg);
  display: inline-block;
  margin-left: 5px;
}

.page-template-page-wid-events .news-pagination .pagination-links .prev,
.page-template-page-wid-conferences .news-pagination .pagination-links .prev {
  width: 12px;
  height: 12px;
  background-image: url(../svg/arrow-page.svg);
  display: inline-block;
  margin-right: 5px;
}

.page-template-page-wid-jobs {
  background-color: #F0F1EB;
}

.page-template-page-wid-jobs #page {
  background-color: #F0F1EB;
}

.page-template-page-wid-jobs .entry-title {
  position: relative !important;
  left: initial !important;
  top: initial !important;
  margin-bottom: 0px;
}

.page-template-page-wid-jobs .conferences-desc {
  padding: 20px 0px;
  /*
  max-width: 1000px;
  margin: auto;
  */
  background-color: #FFF;
}

.page-template-page-wid-jobs .conferences-desc .content-750-wrapper {
  max-width: 750px !important;
  text-align: center;
}

.page-template-page-wid-jobs .linkjob {
  display: none;
}

.page-template-page-wid-jobs .newslist {
  text-align: center;
  padding-top: 50px !important;
}

.page-template-page-wid-jobs .newslist .news-article {
  box-sizing: border-box;
  margin: 8px 0px;
  width: 100%;
  clear: both;
  padding: 20px;
}

.page-template-page-wid-jobs .newslist .news-article .news-title {
  text-transform: uppercase;
  font-size: 17px;
}

.page-template-page-wid-jobs .newslist .news-article .news-excerpt {
  padding-top: 5px;
  font-size: 15px;
}

.page-template-page-wid-jobs .newslist-container {
  width: 100%;
  max-width: 450px;
  display: inline-block;
}

.page-template-page-wid-jobs,
.page-template-page-wid-news {
  background-color: #F0F1EB;
}

.page-template-page-wid-jobs #page,
.page-template-page-wid-news #page {
  background-color: #F0F1EB;
}

.page-template-page-wid-jobs .site-content .content-area .content-750-wrapper,
.page-template-page-wid-news .site-content .content-area .content-750-wrapper {
  max-width: 1000px;
}

.page-template-page-wid-jobs .entry-title,
.page-template-page-wid-news .entry-title {
  position: absolute;
  width: 100%;
  background-color: #FFF;
  left: 0px;
  top: 100px;
  height: 60px;
}

.page-template-page-wid-jobs .newslist,
.page-template-page-wid-news .newslist {
  padding-top: 90px;
}

.page-template-page-wid-jobs .news-pagination,
.page-template-page-wid-news .news-pagination {
  clear: both;
  padding-top: 30px;
  height: 180px;
}

.page-template-page-wid-jobs .news-pagination .news-pagination-wrapper,
.page-template-page-wid-news .news-pagination .news-pagination-wrapper {
  position: absolute;
  width: 100%;
  left: 0px;
  height: 180px;
  background-color: #FFF;
}

.page-template-page-wid-jobs .news-pagination .pagination-links,
.page-template-page-wid-news .news-pagination .pagination-links {
  margin-top: 47px;
  text-align: center;
  font-size: 16px;
  line-height: 18px;
  color: #1F4F4B;
  font-weight: 700;
}

.page-template-page-wid-jobs .news-pagination .pagination-links a,
.page-template-page-wid-news .news-pagination .pagination-links a {
  color: #1F4F4B;
}

.page-template-page-wid-jobs .news-pagination .pagination-links .current,
.page-template-page-wid-news .news-pagination .pagination-links .current {
  color: #628481;
}

.page-template-page-wid-jobs .news-pagination .pagination-links .next,
.page-template-page-wid-news .news-pagination .pagination-links .next {
  width: 12px;
  height: 12px;
  background-image: url(../svg/arrow-page-next.svg);
  display: inline-block;
  margin-left: 5px;
}

.page-template-page-wid-jobs .news-pagination .pagination-links .prev,
.page-template-page-wid-news .news-pagination .pagination-links .prev {
  width: 12px;
  height: 12px;
  background-image: url(../svg/arrow-page.svg);
  display: inline-block;
  margin-right: 5px;
}

.newslist .news-article {
  float: left;
  width: 322px;
  height: 365px;
  background-color: #FFF;
  padding: 37px;
  margin: 8px;
  /*
  &:nth-child(3n+1) {
  	margin-left:0px;
  }
  &:nth-child(3n+3) {
  	margin-right:0px;
  }*/
}

.newslist .news-article .news-title {
  padding-top: 5px;
  font-weight: 700;
  font-size: 16px;
  line-height: 18px;
}

.newslist .news-article .news-date {
  padding-top: 5px;
  font-weight: 400;
  font-size: 12px;
  color: #628481;
  text-transform: uppercase;
}

.newslist .news-article .news-excerpt {
  font-size: 14px;
}

.newslist .news-article .news-excerpt p:nth-of-type(1) {
  margin-top: 0px;
}

.single-event .entry-header {
  margin-bottom: 30px;
}

.single-job .post-thumbnail img,
.single-event .post-thumbnail img,
.single-conference .post-thumbnail img,
.single-news-article .post-thumbnail img {
  max-width: 748px;
}

.single-job .news-single-infos,
.single-event .news-single-infos,
.single-conference .news-single-infos,
.single-news-article .news-single-infos {
  font-size: 12px;
  text-transform: uppercase;
}

.single-job .news-single-infos .news-single-date,
.single-event .news-single-infos .news-single-date,
.single-conference .news-single-infos .news-single-date,
.single-news-article .news-single-infos .news-single-date {
  float: left;
}

.single-job .news-single-infos .news-single-author,
.single-event .news-single-infos .news-single-author,
.single-conference .news-single-infos .news-single-author,
.single-news-article .news-single-infos .news-single-author {
  float: right;
}

.single-job h1.entry-title,
.single-event h1.entry-title,
.single-conference h1.entry-title,
.single-news-article h1.entry-title {
  clear: both;
  text-align: left;
  padding-left: 0px;
  font-size: 36px;
  font-weight: 700;
  padding-top: 20px;
}

.single-job .entry-content p,
.single-event .entry-content p,
.single-conference .entry-content p,
.single-news-article .entry-content p {
  font-size: 14px;
  line-height: 18px;
}

.single-job .news-article-downloads,
.single-event .news-article-downloads,
.single-conference .news-article-downloads,
.single-news-article .news-article-downloads {
  border-top: 1px solid #1E4E4A;
  min-height: 43px;
}

.single-job .news-article-downloads .news-article-downloads-title,
.single-event .news-article-downloads .news-article-downloads-title,
.single-conference .news-article-downloads .news-article-downloads-title,
.single-news-article .news-article-downloads .news-article-downloads-title {
  float: left;
  padding-top: 10px;
  padding-bottom: 5px;
  font-size: 13px;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 25px;
}

.single-job .news-article-downloads .news-article-share,
.single-event .news-article-downloads .news-article-share,
.single-conference .news-article-downloads .news-article-share,
.single-news-article .news-article-downloads .news-article-share {
  float: right;
  padding-top: 10px;
  padding-bottom: 5px;
  font-size: 13px;
  font-weight: 400;
  text-transform: uppercase;
  min-width: 112px;
}

.single-job .news-article-downloads .news-article-share .share-title,
.single-event .news-article-downloads .news-article-share .share-title,
.single-conference .news-article-downloads .news-article-share .share-title,
.single-news-article .news-article-downloads .news-article-share .share-title {
  line-height: 25px;
  float: left;
  margin-right: 10px;
}

.single-job .news-article-downloads .news-article-share .share-bluesky,
.single-event .news-article-downloads .news-article-share .share-bluesky,
.single-conference .news-article-downloads .news-article-share .share-bluesky,
.single-news-article .news-article-downloads .news-article-share .share-bluesky {
  float: left;
  /*width:25px;
  height:25px;
  background-image:url(img/ident-mini-fb.svg);*/
  margin-right: 10px;
}

.single-job .news-article-downloads .news-article-share .share-linkedin,
.single-event .news-article-downloads .news-article-share .share-linkedin,
.single-conference .news-article-downloads .news-article-share .share-linkedin,
.single-news-article .news-article-downloads .news-article-share .share-linkedin {
  float: left;
  /*width:25px;
  height:25px;
  background-image:url(img/ident-mini-fb.svg);*/
  margin-right: 10px;
}

.single-job .news-article-downloads .news-article-share .share-facebook,
.single-event .news-article-downloads .news-article-share .share-facebook,
.single-conference .news-article-downloads .news-article-share .share-facebook,
.single-news-article .news-article-downloads .news-article-share .share-facebook {
  float: left;
  /*width:25px;
  height:25px;
  background-image:url(img/ident-mini-fb.svg);*/
  margin-right: 10px;
}

.single-job .news-article-downloads .news-article-share .share-twitter,
.single-event .news-article-downloads .news-article-share .share-twitter,
.single-conference .news-article-downloads .news-article-share .share-twitter,
.single-news-article .news-article-downloads .news-article-share .share-twitter {
  float: left;
  /*width:25px;
  height:25px;
  background-image:url(img/ident-mini-twitter.svg);*/
}

.single-job .news-article-downloads-list,
.single-event .news-article-downloads-list,
.single-conference .news-article-downloads-list,
.single-news-article .news-article-downloads-list {
  margin-top: 45px;
  clear: both;
  display: table;
}

.single-job .news-article-downloads-list .doc,
.single-event .news-article-downloads-list .doc,
.single-conference .news-article-downloads-list .doc,
.single-news-article .news-article-downloads-list .doc {
  display: table-row;
}

.single-job .news-article-downloads-list .doc .ico,
.single-event .news-article-downloads-list .doc .ico,
.single-conference .news-article-downloads-list .doc .ico,
.single-news-article .news-article-downloads-list .doc .ico {
  display: table-cell;
  background-image: url(../svg/filetype-default.svg);
  background-repeat: no-repeat;
  background-size: 27px 34px;
  background-position: 0px 4px;
  width: 27px;
  height: 37px;
}

.single-job .news-article-downloads-list .doc .ico.csv,
.single-event .news-article-downloads-list .doc .ico.csv,
.single-conference .news-article-downloads-list .doc .ico.csv,
.single-news-article .news-article-downloads-list .doc .ico.csv {
  background-image: url(../svg/filetype-csv.svg);
}

.single-job .news-article-downloads-list .doc .ico.xls,
.single-event .news-article-downloads-list .doc .ico.xls,
.single-conference .news-article-downloads-list .doc .ico.xls,
.single-news-article .news-article-downloads-list .doc .ico.xls {
  background-image: url(../svg/filetype-xls.svg);
}

.single-job .news-article-downloads-list .doc .ico.pdf,
.single-event .news-article-downloads-list .doc .ico.pdf,
.single-conference .news-article-downloads-list .doc .ico.pdf,
.single-news-article .news-article-downloads-list .doc .ico.pdf {
  background-image: url(../svg/filetype-pdf.svg);
}

.single-job .news-article-downloads-list .doc .ico.stata,
.single-event .news-article-downloads-list .doc .ico.stata,
.single-conference .news-article-downloads-list .doc .ico.stata,
.single-news-article .news-article-downloads-list .doc .ico.stata {
  background-image: url(../svg/filetype-stata.svg);
}

.single-job .news-article-downloads-list .doc .ico.doc,
.single-event .news-article-downloads-list .doc .ico.doc,
.single-conference .news-article-downloads-list .doc .ico.doc,
.single-news-article .news-article-downloads-list .doc .ico.doc {
  background-image: url(../svg/filetype-doc.svg);
}

.single-job .news-article-downloads-list .doc .ico.sdmx,
.single-event .news-article-downloads-list .doc .ico.sdmx,
.single-conference .news-article-downloads-list .doc .ico.sdmx,
.single-news-article .news-article-downloads-list .doc .ico.sdmx {
  background-image: url(../svg/filetype-sdmx.svg);
}

.single-job .news-article-downloads-list .doc .ico.zip,
.single-event .news-article-downloads-list .doc .ico.zip,
.single-conference .news-article-downloads-list .doc .ico.zip,
.single-news-article .news-article-downloads-list .doc .ico.zip {
  background-image: url(../svg/filetype-zip.svg);
}

.single-job .news-article-downloads-list .doc .txt,
.single-event .news-article-downloads-list .doc .txt,
.single-conference .news-article-downloads-list .doc .txt,
.single-news-article .news-article-downloads-list .doc .txt {
  vertical-align: middle;
  display: table-cell;
  min-height: 33px;
  text-align: left;
  padding-left: 10px;
  line-height: 16px;
}

.single-job .news-article-downloads-list .doc .txt a,
.single-event .news-article-downloads-list .doc .txt a,
.single-conference .news-article-downloads-list .doc .txt a,
.single-news-article .news-article-downloads-list .doc .txt a {
  font-size: 14px;
  font-weight: 700;
  color: #1E4E4A;
}

.single-job .news-article-downloads-list .row-spacer,
.single-event .news-article-downloads-list .row-spacer,
.single-conference .news-article-downloads-list .row-spacer,
.single-news-article .news-article-downloads-list .row-spacer {
  display: table-row;
  height: 5px;
}

.single-job .news-article-related,
.single-event .news-article-related,
.single-conference .news-article-related,
.single-news-article .news-article-related {
  height: 522px;
  background-color: #F0F1EB;
  margin-bottom: 210px;
}

.single-job .news-article-related-list,
.single-event .news-article-related-list,
.single-conference .news-article-related-list,
.single-news-article .news-article-related-list {
  position: absolute;
  width: 998px;
  left: 50%;
  margin-left: -499px;
  padding-top: 8px;
}

.single-job .news-article-related-title,
.single-event .news-article-related-title,
.single-conference .news-article-related-title,
.single-news-article .news-article-related-title {
  padding-top: 80px;
  font-size: 28px;
  font-weight: 300;
  text-align: center;
  text-transform: uppercase;
  background-color: #FFF;
  font-size: 21px;
  padding-bottom: 20px;
}

.country-simulator-banner-wrapper {
  width: 980px;
  display: inline-block;
  vertical-align: top;
  text-align: left;
  position: absolute;
  margin-left: 13px;
  margin-top: 50px;
  top: 20px;
  left: -5px;
  margin-bottom: -50px;
}

.country-simulator-banner {
  float: left;
  height: 42px;
  line-height: 31px;
  font-size: 14px;
  font-family: "Lato", sans-serif;
  background-color: #dde5e4;
  font-weight: 700;
}

.country-simulator-banner .bolder {
  font-weight: 900;
}

.country-simulator-banner:hover .country-simulator-bt {
  opacity: 0.8;
  color: #FFF;
}

.country-simulator-banner .country-simulator-text {
  display: inline-block;
  color: #1f4f4b;
  padding: 0px 10px;
}

.country-simulator-banner .country-simulator-bt {
  display: inline-block;
  background-color: #f3d32d;
  border: 1px solid #fff4c9;
  color: #1f4f4b;
  padding: 0px 10px;
  text-decoration: none;
  margin: 4px;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.europe2019-wrapper {
  position: relative;
  margin: auto;
  text-align: center;
  max-width: 590px;
  height: 107px;
  padding: 15px;
  font-size: 18px;
  background-color: #F0F1EB;
  margin-top: -20px;
  margin-bottom: 35px;
  max-width: 1260px;
}

.europe2019-wrapper .europe2019-title {
  font-size: 28px;
  font-weight: 300;
}

.europe2019-wrapper .europe2019-subtitle {
  margin-top: 5px;
  font-weight: 700;
  font-size: 16px;
}

.europe2019-wrapper .europe2019-link {
  display: inline-block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
}

.banner-simulator {
  text-align: left;
  float: left;
  clear: both;
  position: relative;
  margin: auto;
  margin-bottom: 0px;
  width: 100%;
  padding: 0px 10px;
}

.banner-simulator .simulator-link {
  display: inline-block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
}

.banner-simulator .banner-simulator-wrapper {
  width: 100%;
  max-width: 1260px;
  margin: auto;
  position: relative;
  float: none;
  background-color: #dde5e4;
  padding: 40px 20px 40px 40px;
  box-sizing: border-box;
}

.banner-simulator .banner-simulator-title {
  margin-top: 0px;
  font-size: 38px;
  font-weight: 300;
  line-height: 40px;
  margin-bottom: 10px;
}

.banner-simulator .banner-simulator-title .bolder {
  font-weight: 400;
}

.banner-simulator .banner-simulator-text {
  font-size: 14px;
  font-weight: 700;
  line-height: 15px;
}

.banner-simulator .banner-simulator-jauge-wrapper {
  position: absolute;
  width: 598px;
  top: 92px;
  right: 40px;
  pointer-events: none;
}

.banner-simulator .banner-simulator-jauge-bar {
  width: 4px;
  background-color: #a5b9b7;
  height: 24px;
  display: inline-block;
  margin: 0px;
  padding: 0px;
  margin-left: 2px;
  -webkit-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}

.banner-simulator .banner-simulator-jauge-bar:nth-child(1) {
  margin-left: 0px;
}

.banner-simulator .banner-simulator-cursor {
  position: absolute;
  width: 20px;
  height: 26px;
  background-image: url(../svg/orange-cursor.svg);
  top: -30px;
  left: 0px;
  /*-webkit-transition: left .1s linear ;
      transition:         left .1s linear ;*/
  margin-left: -7px;
}

.page-template-page-wid-world .entry-content {
  font-size: 14px;
  line-height: 18px;
  margin-bottom: 100px;
}

.page-template-page-wid-world .entry-content h3 {
  padding-top: 90px;
  padding-bottom: 15px;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
}

.page-template-page-wid-world .entry-content h4 {
  padding: 0px;
  margin: 0px;
  font-size: 16px;
}

.page-template-page-wid-world .entry-content h4 + p {
  margin-top: 0px;
}

.page-template-page-wid-world .entry-content a {
  font-weight: 900;
  color: #0B6685;
}

.page-template-page-wid-world-lab-v3 .members .member_popin {
  margin-top: 40px !important;
}

.page-template-page-wid-world-lab .members,
.page-template-page-wid-world-lab-v2 .members,
.page-template-page-wid-world-lab-v3 .members {
  width: 100%;
  float: left;
  padding-bottom: 50px;
  border-bottom: 1px solid #BCCAC9;
  margin-top: 20px;
}

.page-template-page-wid-world-lab .members.members-wil .member-affiliation,
.page-template-page-wid-world-lab-v2 .members.members-wil .member-affiliation,
.page-template-page-wid-world-lab-v3 .members.members-wil .member-affiliation {
  display: none;
}

.page-template-page-wid-world-lab .members.members-wil .member-responsability,
.page-template-page-wid-world-lab-v2 .members.members-wil .member-responsability,
.page-template-page-wid-world-lab-v3 .members.members-wil .member-responsability {
  display: block;
}

.page-template-page-wid-world-lab .members.members-wil .member_popin .member-affiliation,
.page-template-page-wid-world-lab-v2 .members.members-wil .member_popin .member-affiliation,
.page-template-page-wid-world-lab-v3 .members.members-wil .member_popin .member-affiliation {
  display: block;
}

.page-template-page-wid-world-lab .members .member .member_popin .member-responsability,
.page-template-page-wid-world-lab-v2 .members .member .member_popin .member-responsability,
.page-template-page-wid-world-lab-v3 .members .member .member_popin .member-responsability {
  display: block;
}

.page-template-page-wid-world-lab .wpcf-field-widworldlab-text p,
.page-template-page-wid-world-lab-v2 .wpcf-field-widworldlab-text p,
.page-template-page-wid-world-lab-v3 .wpcf-field-widworldlab-text p {
  text-align: justify;
}

#content {
  min-height: calc(100vh - 270px);
}

.edit-link {
  display: none;
}

.triggerClickChild {
  cursor: pointer;
}

.countrylisthome {
  cursor: pointer;
}

.grayscale {
  /* Firefox 10-34 */
  filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='saturate' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale");
  /*
    Chrome 19+,
    Safari 6+,
    Safari 6+ iOS,
    Opera 15+
  */
  -webkit-filter: grayscale(1);
  /* Firefox 35+ */
  filter: grayscale(1);
  /* IE 6-9 */
  filter: gray;
  opacity: 1;
}

.member-head:nth-child(1) .member-head-wrapper {
  z-index: 15;
}

.member-head:nth-child(1) .member-head-wrapper:hover:after {
  opacity: 0;
}

.member-head:nth-child(1) .member-head-wrapper:hover img {
  width: 124px !important;
  height: 124px !important;
  left: 0px;
  top: 0px;
}

.member-head:nth-child(1) .member-head-wrapper:hover img.grayscale {
  opacity: 0;
}

.member-head:nth-child(1) .member-head-wrapper:hover .grayscale-replaced {
  opacity: 0 !important;
  -webkit-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}

.member-head:nth-child(1) .member-head-wrapper:after {
  position: absolute;
  content: "";
  background-color: #2d736d;
  opacity: 0.35;
  width: 100%;
  height: 100%;
  z-index: 2;
  top: 0px;
  left: 0px;
  -webkit-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}

.member-head:nth-child(1) .member-head-wrapper img {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 136px !important;
  height: 136px !important;
  left: -6px;
  top: -6px;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.member-head:nth-child(1) .member-head-wrapper img.grayscale {
  z-index: 1;
}

.grayscale.grayscale-fade {
  transition: filter 0.5s;
}

/* Webkit hack until filter is unprefixed */
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  .grayscale.grayscale-fade {
    -webkit-transition: -webkit-filter 0.5s;
    transition: -webkit-filter 0.5s;
  }
}
.grayscale.grayscale-off,
.grayscale.grayscale-fade:hover {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
}

/* Background element */
.grayscale.grayscale-replaced {
  -webkit-filter: none;
  filter: none;
}

.grayscale.grayscale-replaced > svg {
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
  opacity: 1;
}

.grayscale.grayscale-replaced.grayscale-off > svg,
.grayscale.grayscale-replaced.grayscale-fade:hover > svg {
  opacity: 0;
}

.desaturate-member {
  position: relative;
}

.desaturate-member img {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
  filter: url("data:image/svg+xml;utf8,<svg version='1.1' xmlns='http://www.w3.org/2000/svg' height='0'><filter id='greyscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0' /></filter></svg>#greyscale");
  filter: gray; /* IE 6-9 */
  /*

  		-webkit-filter: grayscale(100%);
  		filter: grayscale(100%);
  		filter: gray;
  		filter: url("data:image/svg+xml;utf8,<svg version='1.1' xmlns='http://www.w3.org/2000/svg' height='0'><filter id='greyscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0' /></filter></svg>#greyscale");
  		*/
}

.desaturate-member:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 85px;
  background-color: #CCC;
  z-index: 2;
  opacity: 0.1;
}

@media only screen and (max-width: 1290px) {
  .banner-simulator-wrapper .banner-simulator-jauge-wrapper {
    top: 52px;
  }
}
@media only screen and (max-width: 1070px) {
  .page-template-page-home.page.home .banner-simulator-wrapper {
    padding-top: 90px;
  }
  .page-template-page-home.page.home .banner-simulator-wrapper .banner-simulator-jauge-wrapper {
    right: 85px;
    top: 52px;
  }
}
@media only screen and (max-width: 1200px) {
  #ingeneralnotice {
    display: none !important;
  }
}
@media only screen and (max-width: 900px) {
  .page.home .home_block.main_block .home_block_item h2 {
    font-size: 21px;
  }
  .page-template-page-home.page.home .site-content .keyreports-wrapper .keyreports {
    font-size: 23px;
    padding: 0px 38px 9px 14px;
  }
  .page-template-page-home.page.home .site-content .keyreports-wrapper .keyreports:after {
    top: 5px;
    /*
    width: 89px;
    height: 15px;
    background-size: 100%;
    */
  }
}
@media only screen and (max-width: 1020px) {
  .page.home .home_news .newslist .news-seeall,
.page.home .home_news .newslist .newslist-container {
    width: 660px;
  }
  .page.home .home_block.block_income .newslist {
    height: 940px;
  }
  .page.home .home_block.block_income .newslist .news-article:nth-child(2n+1) {
    margin-left: 0px;
  }
  .page.home .home_block.block_income .newslist .news-article:nth-child(2n+2) {
    margin-right: 0px;
  }
}
@media only screen and (min-width: 1024px) {
  body:not(.page-template-page-wid-jobs) .newslist .news-article:nth-child(3n+1) {
    margin-left: 0px;
  }
  body:not(.page-template-page-wid-jobs) .newslist .news-article:nth-child(3n+3) {
    margin-right: 0px;
  }
  .home_news .newslist .news-article:nth-child(4) {
    display: none;
  }
}
#wp-admin-bar-new-post,
#wp-admin-bar-new-page,
#wp-admin-bar-comments,
#wp-admin-bar-wp-logo,
#wp-admin-bar-site-name {
  display: none;
}

.home_block.block_income .block_title {
  display: none;
}

.home_block.block_income .home_slideshow {
  display: none;
}

.notransition {
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -o-transition: none !important;
  transition: none !important;
}

#Application[data-page=country] .countrypage-title-box {
  position: relative;
  font-size: 24px;
  text-transform: uppercase;
  line-height: 26px;
  text-transform: uppercase;
  color: #1F4F4B;
  color: rgb(31, 79, 75);
  margin-top: 146px;
  margin-bottom: -14px;
}

#Application[data-page=country] .countrypage-title-box.hiddenTitle {
  opacity: 0;
}

#Application[data-page=country] .countrypage-title-box:before {
  position: absolute;
  content: "";
  width: 290px;
  height: 1px;
  background-color: #1F4F4B;
  left: 50%;
  margin-left: -145px;
  top: -24px;
}

#Application[data-page=country] .countrypage-title-box.None {
  display: none;
}

.single-country #Cache {
  display: none !important;
}

.single-country #Loader {
  display: none !important;
}

.single-country .country_indicator.preloadingGraph {
  position: relative;
}

.single-country .country_indicator.preloadingGraph .cache_loading {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #f0f1eb;
  z-index: 999;
  width: 1024px;
  left: 50%;
  margin-left: -512px;
}

.single-country .country_indicator.preloadingGraph .loader {
  position: absolute;
  display: block;
}

.single-country .country_indicator.preloadingGraph .loader .cube-transition > div {
  background-color: rgb(11, 102, 133);
}

.page-template-page-wid-iframconference #content {
  max-width: 816px;
  margin: auto;
}

.page-template-page-wid-iframconference #content iframe {
  height: 4516px !important;
}

.page-template-page-wid-gpinter #content,
.page-template-page-wid-sawealthtax #content,
.page-template-page-wid-wowealthtax #content,
.page-template-page-wid-iframconference #content {
  position: relative;
  min-height: calc(100vh - 180px);
}

.page-template-page-wid-gpinter #content iframe,
.page-template-page-wid-sawealthtax #content iframe,
.page-template-page-wid-wowealthtax #content iframe,
.page-template-page-wid-iframconference #content iframe {
  position: relative;
  width: 100%;
  height: 952px;
  overflow-y: auto;
}

.page-template-page-wid-gpinter footer.site-footer,
.page-template-page-wid-sawealthtax footer.site-footer,
.page-template-page-wid-wowealthtax footer.site-footer,
.page-template-page-wid-iframconference footer.site-footer {
  margin-top: 0px;
}

.page-template-page-wid-simulatorv2 {
  height: initial;
  min-height: 680px;
}

.page-template-page-wid-simulatorv2 #content {
  position: relative;
  min-height: 615px;
  height: calc(100vh - 180px);
  box-sizing: border-box;
}

.page-template-page-wid-simulatorv2 #content iframe {
  position: relative;
  width: 100%;
  height: calc(100vh - 180px);
  min-height: 615px;
  overflow-y: auto;
}

.page-template-page-wid-simulatorv2 footer.site-footer {
  margin-top: 0px;
}

.button-newsletter-container {
  position: relative;
  text-align: center;
  margin-bottom: 20px;
}

.button-newsletter-container .button-newsletter {
  position: relative;
  width: 320px;
  display: inline-block;
}

.button-newsletter-container .button-newsletter .btnewsletter-title {
  position: absolute;
  /*-webkit-transform: translate3d(-50%,-50%,0);
  -moz-transform: translate3d(-50%,-50%,0);
  -ms-transform: translate3d(-50%,-50%,0);
  transform: translate3d(-50%,-50%,0);*/
  /*
  left:50%;
  top:50%;
  margin-left:-2px;
  margin-top:-5px;*/
  width: 320px;
  text-align: center;
  line-height: 48px;
  z-index: 10;
  font-family: "Lato", sans-serif;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  pointer-events: none;
}

.form-donate {
  position: relative;
}

.form-donate .btdonate-title {
  position: absolute;
  /*-webkit-transform: translate3d(-50%,-50%,0);
  -moz-transform: translate3d(-50%,-50%,0);
  -ms-transform: translate3d(-50%,-50%,0);
  transform: translate3d(-50%,-50%,0);*/
  /*
  left:50%;
  top:50%;
  margin-left:-2px;
  margin-top:-5px;*/
  width: 320px;
  text-align: center;
  line-height: 48px;
  z-index: 10;
  font-family: "Lato", sans-serif;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  pointer-events: none;
}

#mc4wp-form-1 {
  margin-top: 0px;
}

.mc4wp-form .close_guests {
  margin-top: 30px;
  text-align: right;
  font-size: 12px;
  margin-bottom: 10px;
  text-decoration: underline;
  cursor: pointer;
}

.mc4wp-form .invited-guests-title {
  padding: 20px;
  display: block;
  background-color: #0b6685;
  color: #FFF;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
}

.mc4wp-form .invited-guests-texte {
  display: block;
  margin-top: 10px;
}

.mc4wp-form .form-main-title {
  margin-top: 30px;
  padding: 20px;
  display: block;
  background-color: #0b6685;
  color: #FFF;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
}

.mc4wp-form .form-main-address {
  padding: 10px;
  display: inline-block;
  width: 100%;
  text-align: center;
}

.mc4wp-form .form-description-title {
  margin-top: 30px;
  padding: 20px 20px 20px 0px;
  display: block;
  text-transform: uppercase;
  color: #0b6685;
  font-size: 18px;
  font-weight: 700;
}

.mc4wp-form .form-description-texte {
  text-align: justify;
  display: block;
}

.mc4wp-form .hidden_field {
  display: none;
}

.mc4wp-form-fields label {
  font-size: 18px;
  display: inline-block;
  width: 100%;
}

.mc4wp-form-fields p {
  margin-top: 30px;
}

.mc4wp-form-fields input {
  font-size: 19px;
  clear: both;
  font-weight: 300;
  border-width: 0px 0px 1px 0px;
  border-color: #bebebe;
  min-width: 250px;
  outline: none;
}

.mc4wp-form-fields input[type=checkbox], .mc4wp-form-fields input[type=radio] {
  min-width: inherit;
  min-width: initial;
}

.mc4wp-form-fields input[type=checkbox] + span, .mc4wp-form-fields input[type=radio] + span {
  font-size: 19px;
  font-weight: 300;
}

.mc4wp-form-fields input[type=submit] {
  background-color: #1b708d;
  margin-top: 50px;
  margin-bottom: 50px;
  border: none;
  padding: 10px;
  color: #FFF;
  text-transform: uppercase;
}

.mc4wp-form-fields .hidden-fields {
  position: relative;
}

.mc4wp-form-fields .hidden-fields input {
  position: relative;
  z-index: 1;
}

.mc4wp-form-fields .hidden-fields:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #FFFFFF;
  z-index: 999;
  left: 0px;
  top: 0px;
}

.mc4wp-form-fields .countries_label_choice {
  width: 260px;
}

.mc4wp-form-fields .countries_label_choice span.smaller-advice {
  font-size: 15px;
}

.mc4wp-form-fields .country_options {
  display: none;
}

.mc4wp-form-fields .label_countries {
  width: 90px;
}

.mc4wp-form-fields .countries_full_list {
  display: inline-block;
  padding-top: 15px;
  display: none;
}

.mc4wp-form-fields .countries_full_list.list-displayed {
  display: inline-block;
}

.mc4wp-form-fields .interests_list {
  display: none;
  padding-top: 15px;
}

.mc4wp-form-fields .interests_list.list-displayed {
  display: inline-block;
}

.mc4wp-form-fields .half-column {
  position: relative;
  width: 320px;
  display: inline-block;
  padding-left: 100px;
}

.mc4wp-form-fields .full-column {
  position: relative;
  width: 610px;
  display: inline-block;
  padding-left: 140px;
}

.mc4wp-form-fields .full-column.full-column-extend {
  width: 90%;
  padding-left: 5%;
}

.mc4wp-form-fields .countries_full_list {
  padding-left: 100px;
}

.mc4wp-form-fields .countries_full_list label {
  display: inline-block;
  width: 300px;
}

.mc4wp-form-fields .countries_full_list label span {
  font-size: 17px;
}

.mc4wp-form-fields .required_field:after {
  content: "*";
  position: absolute;
  padding-left: 5px;
  color: #FF0000;
}

.mc4wp-response {
  margin-top: 50px;
  font-size: 16px;
  text-align: center;
}

.mc4wp-form-error .mc4wp-form-fields {
  display: none;
}

.type-news-article .imgfullwidth {
  width: 100%;
  height: auto;
}

#randomization_popin {
  display: none;
  text-align: center;
}

#randomization_popin .rando_progress {
  position: absolute;
  background-color: rgba(0, 0, 0, 0.1);
  height: 4px;
  left: 45px;
  right: 45px;
  bottom: 20px;
  opacity: 0;
  pointer-events: none;
}

#randomization_popin .rando_progress .rando_progress_bar {
  -webkit-transition: width 0.3s ease-out;
  transition: width 0.3s ease-out;
  height: 4px;
  background-color: #1f4f4b;
}

#randomization_popin.displayed {
  display: block;
}

#randomization_popin.step2 .rando_progress {
  opacity: 1;
}

#randomization_popin.step2 .rando_close {
  opacity: 1;
  pointer-events: initial;
}

#randomization_popin .rando_steps {
  position: absolute;
  right: 25px;
  top: 20px;
  font-weight: 300;
  font-size: 20px;
}

#randomization_popin .graph2 {
  display: none;
}

#randomization_popin .graph2.shown {
  display: block;
}

#randomization_popin .graph.hidden {
  display: none;
}

#randomization_popin .popin-bg {
  background-color: rgba(255, 255, 255, 0.85);
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 1001;
}

#randomization_popin .popin-close-warning,
#randomization_popin .popin-content {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 1002;
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  width: 860px;
  height: 720px;
  border-radius: 15px;
  padding: 20px 50px 30px 50px;
  background-color: #FFF;
  -webkit-box-shadow: 1px 2px 20px -3px rgba(0, 0, 0, 0.42);
  -moz-box-shadow: 1px 2px 20px -3px rgba(0, 0, 0, 0.42);
  box-shadow: 1px 2px 20px -3px rgba(0, 0, 0, 0.42);
}

#randomization_popin .popin-close-warning {
  padding-top: 280px;
  display: none;
}

#randomization_popin .popin-close-warning.displayed-warning {
  display: block;
}

#randomization_popin .rando_close {
  cursor: pointer;
  position: absolute;
  right: 5px;
  top: 5px;
  width: 16px;
  height: 16px;
  background-image: url(../svg/close-small.svg);
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}

#randomization_popin .popin-title {
  font-weight: 300;
  font-size: 23px;
  text-transform: uppercase;
}

#randomization_popin .popin-desc {
  margin-top: 10px;
  margin-bottom: 0px;
  font-weight: 400;
  font-size: 14px;
  color: #1f4f4b;
}

#randomization_popin .buttons {
  margin-top: 20px;
}

#randomization_popin .button {
  cursor: pointer;
  display: inline-block;
  margin: 10px;
  padding: 5px 10px;
  background-color: #064e6b;
  color: #FFF;
  text-transform: uppercase;
  font-weight: 600;
}

#randomization_popin .button:nth-child(2) {
  background-color: #666;
}

#randomization_popin .button.btclose {
  background-color: #064e6b;
  display: block;
  width: 80px;
  margin: auto;
  margin-top: 40px;
}

#randomization_popin .buttons-show-again {
  margin-top: 20px;
}

#randomization_popin .button-show-again {
  cursor: pointer;
  display: inline-block;
  margin: 10px;
  padding: 5px 10px;
  margin-top: 30px;
  background-color: #064e6b;
  color: #FFF;
  text-transform: uppercase;
  font-weight: 600;
}

#randomization_popin .show-again-switch {
  position: absolute;
  width: 100%;
  bottom: 100px;
  text-decoration: underline;
  font-size: 14px;
  color: #1f4f4b;
  cursor: pointer;
}

#randomization_popin .buttons-popin-close {
  margin-top: 20px;
}

#randomization_popin .button-popin-close {
  cursor: pointer;
  display: inline-block;
  margin: 10px;
  padding: 5px 10px;
  background-color: #064e6b;
  color: #FFF;
  text-transform: uppercase;
  font-weight: 600;
}

#randomization_popin .button-popin-close:nth-child(2) {
  background-color: #666;
}

#randomization_popin .button-popin-close.complete {
  margin-left: -10px;
}

#randomization_popin .show-again-popin {
  display: none;
  position: absolute;
  left: 50px;
  right: 50px;
  background-color: #FFF;
  top: 60px;
  bottom: 0px;
}

#randomization_popin .show-again-popin img {
  margin-top: 40px;
}

#randomization_popin .show-again-popin.displayed {
  display: block;
}

#randomization_popin .show-again-popin[data-graph="1"] .graph1 {
  display: block;
}

#randomization_popin .show-again-popin[data-graph="1"] .graph2 {
  display: none;
}

#randomization_popin .show-again-popin[data-graph="2"] .graph1 {
  display: none;
}

#randomization_popin .show-again-popin[data-graph="2"] .graph2 {
  display: block;
}

#randomization_popin .popin-graph {
  position: absolute;
  left: 50px;
  right: 50px;
}

#randomization_popin .popin-graph img {
  margin-top: 10px;
}

#randomization_popin .popin-graph.step2 {
  margin-top: -50px;
}

#randomization_popin .popin-graph img {
  margin-top: 10px;
}

#randomization_popin .popin-graph .show-graph-again {
  margin-top: 10px;
  text-decoration: underline;
  font-size: 14px;
  color: #1f4f4b;
  cursor: pointer;
}

#randomization_popin .buttons {
  position: absolute;
  bottom: 15px;
  width: 760px;
}

#randomization_popin .question-wrapper {
  position: relative;
  height: 550px;
}

#randomization_popin .question-wrapper .question {
  position: absolute;
  top: 50%;
  -webkit-transform: translate3d(0, -50%, 0);
  -moz-transform: translate3d(0, -50%, 0);
  -ms-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
  width: 100%;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 0.3s ease-out 0.3s;
  transition: opacity 0.3s ease-out 0.3s;
}

#randomization_popin .question-wrapper .question.long .question-title {
  margin-top: 70px;
}

#randomization_popin .question-wrapper .question.long .replies-wrapper.inline.multi {
  width: 420px;
}

#randomization_popin .question-wrapper .question-title {
  font-size: 20px;
  line-height: 23px;
  padding: 0px 80px;
}

#randomization_popin .question-smaller {
  display: inline-block;
  font-size: 16px;
  line-height: 18px;
}

#randomization_popin .replies-wrapper {
  position: relative;
  width: 300px;
  text-align: left;
  margin-left: 250px;
  font-weight: 400;
  font-size: 16px;
  color: #1f4f4b;
  line-height: 30px;
  margin-top: 15px;
}

#randomization_popin .replies-wrapper input[type=text] {
  font-size: 14px;
  height: 30px;
  border: none;
  width: 70px;
  background-color: #ccc;
}

#randomization_popin .replies-wrapper input[type=submit] {
  font-size: 14px;
  height: 30px;
  background-color: #ccc;
  border: none;
  margin-left: 1px;
  display: inline-block;
}

#randomization_popin .replies-wrapper.input {
  line-height: 28px;
  text-align: center;
  padding-right: 45px;
}

#randomization_popin .replies-wrapper.input input {
  padding-right: 25px;
  padding-left: 8px;
}

#randomization_popin .replies-wrapper.input:after {
  content: "%";
  position: absolute;
  left: 50%;
  font-size: 14px;
  top: 2px;
  margin-left: -32px;
}

#randomization_popin .replies-wrapper.inline {
  width: 340px;
  margin: auto;
}

#randomization_popin .replies-wrapper.inline .reply {
  float: left;
  margin-right: 15px;
}

#randomization_popin .replies-wrapper.inline.multi {
  width: 340px;
  text-align: center;
  margin-top: 20px;
}

#randomization_popin .replies-wrapper .sub_reply {
  clear: both;
  line-height: 18px;
  padding-bottom: 10px;
}

#randomization_popin .replies-wrapper .checked_centered {
  width: 240px;
  margin: auto;
  margin-bottom: 15px;
  height: 30px;
  margin-top: -7px;
}

#randomization_popin .replies-wrapper .reply {
  cursor: pointer;
  position: relative;
  padding-left: 23px;
}

#randomization_popin .replies-wrapper .reply:before {
  position: absolute;
  content: "";
  left: 0px;
  top: 6px;
  width: 16px;
  height: 16px;
  border-radius: 8px;
  background-color: #CCC;
}

#randomization_popin .replies-wrapper .reply.select:after {
  position: absolute;
  content: "";
  left: 3px;
  top: 9px;
  width: 10px;
  height: 10px;
  border-radius: 6px;
  background-color: #333;
}

#randomization_popin .moreinfoswir {
  margin-bottom: 30px;
}

#randomization_popin .thanks {
  margin-top: 120px;
  opacity: 0;
  pointer-events: none;
}

#randomization_popin.displayed.step1 .step1 {
  opacity: 1;
  pointer-events: initial;
}

#randomization_popin.displayed.step1 .step2 {
  opacity: 0;
  pointer-events: none;
}

#randomization_popin.displayed.step1 .step3 {
  opacity: 0;
  pointer-events: none;
}

#randomization_popin.displayed.step2 .popin-desc {
  opacity: 0;
  pointer-events: none;
}

#randomization_popin.displayed.step2 .buttons {
  opacity: 0;
  pointer-events: none;
}

#randomization_popin.displayed.step2 .step1 {
  opacity: 0;
  pointer-events: none;
}

#randomization_popin.displayed.step2 .step2 {
  opacity: 1;
  pointer-events: initial;
}

#randomization_popin.displayed.step2 .step3 {
  opacity: 0;
  pointer-events: none;
}

#randomization_popin .question-wrapper .question.currentQuest {
  opacity: 1;
  pointer-events: initial;
}

#randomization_popin.displayed.step3 .step1 {
  opacity: 0;
  pointer-events: none;
}

#randomization_popin.displayed.step3 .step2 {
  opacity: 0;
  pointer-events: none;
}

#randomization_popin.displayed.step3 .thanks {
  opacity: 1;
  pointer-events: initial;
}

#randomization_popin.displayed.step3 .popin-desc {
  opacity: 0;
  pointer-events: none;
}

#randomization_popin.displayed.step3 .buttons {
  opacity: 0;
  pointer-events: none;
}

#randomization_popin.displayed.step3 .popin-title {
  opacity: 0;
  pointer-events: none;
}

.single-job .entry-content,
.single-event .entry-content,
.single-conference .entry-content {
  float: left;
  margin-bottom: 20px;
}

.single-job .entry-content img.alignleft,
.single-event .entry-content img.alignleft,
.single-conference .entry-content img.alignleft {
  margin-right: 20px;
  float: left;
}

.single-job .news-article-downloads,
.single-event .news-article-downloads,
.single-conference .news-article-downloads {
  clear: both;
  margin-top: 20px;
}

.page-template-page-wid-jobs .news-article {
  width: 100%;
  height: initial;
  padding: 10px;
  background-color: #FFF;
}

.single-job h1.entry-title {
  text-align: center;
}

.single-job .entry-header {
  border-bottom: 1px solid #1E4E4A;
}

.single-job .wpcf-field-job-subtitle {
  text-align: center;
  font-size: 24px;
  margin-bottom: 40px;
}

.single-job h4 {
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  margin-top: 40px;
}

@media only screen and (max-height: 900px) {
  #randomization_popin .popin-content {
    top: 80px;
    -moz-transform: translate(-50%, 0%);
    -webkit-transform: translate(-50%, 0%);
    -o-transform: translate(-50%, 0%);
    -ms-transform: translate(-50%, 0%);
  }
}
.member-docs-container {
  position: relative;
}

.async-loader {
  position: absolute;
  width: 30px;
  height: 8px;
  left: 50%;
  top: 50%;
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.async-loader-dot {
  width: 8px;
  height: 8px;
  border-radius: 4px;
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  left: 0px;
  opacity: 0;
  -webkit-animation: dot-anim 1.4s infinite ease-in-out both;
  animation: dot-anim 1.4s infinite ease-in-out both;
}

.async-loader-dot:nth-child(2) {
  left: 11px;
  -webkit-animation-delay: 0.47s;
  animation-delay: 0.47s;
}

.async-loader-dot:nth-child(3) {
  left: 22px;
  -webkit-animation-delay: 0.94s;
  animation-delay: 0.94s;
}

@-webkit-keyframes dot-anim {
  0%, 80%, 100% {
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
}
@keyframes dot-anim {
  0%, 80%, 100% {
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
}
.page-template-page-wid-medias .content-750-wrapper {
  clear: both;
}

.page-template-page-wid-medias .content-750-wrapper p:first-child {
  padding: 20px;
}

.bloc-media {
  border: 1px solid #ecede6;
  float: left;
  width: 100%;
  box-sizing: border-box;
  padding: 5px 12px 12px 12px;
}

.bloc-media .bloc-media-title {
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 300;
  border-bottom: 1px solid #1E4E4A;
}

.bloc-media .bloc-media-content {
  font-size: 14px;
}

.bloc-media .bloc-media-content .bloc-media-subtitle {
  margin-top: 10px;
  font-size: 15px;
  color: #628481;
}

.bloc-media.journalists {
  width: 480px;
  margin-bottom: 10px;
}

.bloc-media.contact {
  margin-left: 13px;
  width: 257px;
}

.medias-wrapper .medias-wrapper-content {
  background-color: #f0f1eb;
  float: left;
  width: 100%;
  min-height: 400px;
  margin-bottom: 20px;
}

.medias-wrapper .bloc-media-title {
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 300;
  border-bottom: 1px solid #1E4E4A;
}

.medias-wrapper .bloc-media-year-item {
  position: relative;
  float: left;
  border: 1px solid #e3e4dd;
  background-color: #FFF;
  height: 36px;
  line-height: 33px;
  text-align: center;
  color: #628481;
  padding: 0px 10px;
  margin-left: 4px;
  font-size: 16px;
  cursor: pointer;
}

.medias-wrapper .bloc-media-year-item:first-child {
  margin-left: 0px;
}

.medias-wrapper .bloc-media-year-item:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: #ff7664;
  bottom: 0px;
  left: 0px;
  opacity: 0;
}

.medias-wrapper .bloc-media-year-item:hover, .medias-wrapper .bloc-media-year-item.current {
  color: #1e4e4a;
}

.medias-wrapper .bloc-media-year-item:hover:after, .medias-wrapper .bloc-media-year-item.current:after {
  opacity: 1;
}

.medias-wrapper .medias-wrapper-content {
  margin-top: 10px;
  padding: 10px;
}

.medias-wrapper .bloc-media-languages-selector {
  position: absolute;
  min-width: 118px;
  right: 0px;
  border: 1px solid #e3e4dd;
  background-color: #FFF;
  font-size: 14px;
  color: #1e4e4a;
  min-height: 33px;
  line-height: 33px;
  padding-left: 10px;
  padding-right: 25px;
  z-index: 99;
}

.medias-wrapper .bloc-media-languages-selector:after {
  position: absolute;
  content: "";
  right: 7px;
  top: 15px;
  background: url(../svg/arrow-dropdown-orange.svg) no-repeat 0 0;
  background-size: 100% 100%;
  width: 10px;
  height: 6px;
}

.medias-wrapper .bloc-media-languages-selector.hover {
  padding-bottom: 10px;
}

.medias-wrapper .bloc-media-languages-selector.hover .bloc-media-language-item {
  display: inline-block;
}

.medias-wrapper .bloc-media-languages-selector.hover .bloc-media-language-item:hover {
  color: #1e4e4a;
}

.medias-wrapper .bloc-media-languages-selector.hover .bloc-media-language-item:hover:after {
  opacity: 1;
}

.medias-wrapper .bloc-media-years-selector {
  width: 612px;
  float: left;
}

.medias-wrapper .bloc-media-filters {
  position: relative;
  float: left;
  width: 100%;
}

.medias-wrapper .bloc-media-language-item {
  clear: both;
  float: left;
  position: relative;
  display: none;
  cursor: pointer;
  color: #628481;
}

.medias-wrapper .bloc-media-language-item:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: #ff7664;
  bottom: 0px;
  left: 0px;
  opacity: 0;
}

.medias-wrapper .bloc-media-language-item.current {
  display: inline-block;
  color: #1e4e4a;
}

.medias-wrapper .medias-list {
  position: relative;
  float: left;
  width: 100%;
}

.medias-wrapper .medias-list .no-article {
  position: absolute;
  top: 0px;
  left: 0px;
  padding-top: 10px;
  left: 5px;
}

.medias-wrapper .medias-list .press-article {
  position: relative;
  background-color: #FFF;
  border: 1px solid #e3e4dd;
  margin-top: 3px;
  padding: 10px;
  float: left;
  width: 100%;
  box-sizing: border-box;
}

.medias-wrapper .medias-list .press-article:hover {
  border: 1px solid #628481;
}

.medias-wrapper .medias-list .press-article a {
  text-decoration: none;
  display: inline;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
}

.medias-wrapper .medias-list .press-article .press-title-newspaper {
  color: #1e4e4a;
  font-size: 18px;
}

.medias-wrapper .medias-list .press-article .press-title-article {
  color: #628481;
  font-size: 16px;
}

.medias-wrapper .medias-list .press-article .press-article-date {
  position: relative;
  width: 102px;
  text-align: center;
  float: left;
}

.medias-wrapper .medias-list .press-article .press-article-date .press-article-day {
  display: inline-block;
  font-size: 20px;
  font-weight: 300;
  color: #ff7664;
  width: 100%;
}

.medias-wrapper .medias-list .press-article .press-article-date .press-article-month {
  display: inline-block;
  width: 100%;
  font-size: 14px;
  font-weight: 300;
  color: #9a9a9a;
  text-transform: uppercase;
}

.page-template-page-home.page.home .banner-simulator {
  border-bottom: 2px solid #F0F1EB;
  padding-bottom: 0px;
  padding-top: 0px;
  overflow: hidden;
}

.page-template-page-home.page.home .banner-simulator .banner-simulator-wrapper:hover {
  background-color: rgba(30, 78, 74, 0.1);
}

.page-template-page-home.page.home .banner-simulator-wrapper {
  -webkit-transition: background 0.5s ease-out;
  transition: background 0.5s ease-out;
  background-color: #FFF;
  overflow: hidden;
}

.page-template-page-home.page.home .home_news {
  margin-top: 0px;
}

.page-template-page-home.page.home .home_news h2 {
  margin-top: 5px;
}

.page-template-page-home.page.home .home_block.block_income {
  padding-top: 0px;
  padding-bottom: 0px;
}

.page-template-page-home.page.home .keyreports-wrapper {
  background-color: #F0F1EB;
}

.page-template-page-home.page.home .keyreports-wrapper .keyreports {
  cursor: pointer;
  position: relative;
  display: inline-block;
  margin: auto;
  border-bottom: 1px solid #1e4e4a;
  font-weight: 300;
  font-size: 28px;
  padding: 0px 48px 9px 24px;
  clear: both;
  margin-bottom: 40px !important;
  -webkit-transition: left 0.3s ease-out;
  transition: left 0.3s ease-out;
  text-decoration: none;
  color: #1e4e4a;
}

.page-template-page-home.page.home .keyreports-wrapper .keyreports:hover {
  opacity: 0.9;
}

.page-template-page-home.page.home .keyreports-wrapper .keyreports:hover:after {
  right: 5px;
}

.page-template-page-home.page.home .keyreports-wrapper .keyreports:after {
  -webkit-transition: right 0.2s ease-out;
  transition: right 0.2s ease-out;
  content: "";
  position: absolute;
  top: 10px;
  right: 0px;
  width: 11px;
  height: 21px;
  background-image: url(../png/arrow-keyreports.png);
}

#ingeneralnotice {
  position: absolute;
  bottom: -100%;
  background-color: #08475c;
  margin-bottom: -15px;
  font-family: "Lato", sans-serif;
  font-weight: 400;
  color: #FFF;
  border-radius: 5px;
  padding: 5px;
  max-width: 250px;
  right: 20px;
  display: none;
  left: 50%;
  margin-left: -483px;
}

#ingeneralnotice:before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 10px 10px 10px;
  border-color: transparent transparent #08475c transparent;
  top: -10px;
  left: 20px;
}

#ingeneralnotice.generalnoticeshow {
  display: block;
}

#multiindicatorsnotice {
  position: absolute;
  top: 65px;
  background-color: #08475c;
  margin-bottom: -15px;
  font-family: "Lato", sans-serif;
  font-weight: 400;
  color: #FFF;
  border-radius: 5px;
  padding: 5px;
  max-width: 250px;
  right: 20px;
  opacity: 0;
  pointer-events: none;
  left: 50%;
  margin-left: -365px;
  -webkit-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}

#multiindicatorsnotice:before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 10px 10px 10px;
  border-color: transparent transparent #08475c transparent;
  top: -10px;
  left: 20px;
}

#multiindicatorsnotice.generalnoticeshow {
  opacity: 1;
}

.site-branding {
  margin: 0 auto 0 0;
}

.site-branding .site-title,
.site-description {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute;
}