.visually-hidden {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0 !important;
  border: 0 !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden;
}
.key-messages {
  position: relative;
  width: 100%;
  min-height: 450px;
  overflow: hidden;
  color: #fff;
  transition: all 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transform-style: preserve-3d;
}
@media (min-width: 768px) {
  .key-messages {
    width: 32%;
    min-height: 450px;
  }
}
@media (min-width: 1024px) {
  .key-messages {
    width: 23.046875%;
    min-height: 450px;
  }
}
.key-messages + .key-messages {
  margin-top: 30px;
}
@media (min-width: 768px) {
  .key-messages + .key-messages {
    margin-top: 0;
  }
}
.key-messages.open {
  transform: rotateY(180deg);
}
@media (min-width: 1024px) {
  .key-messages.open {
    width: 46.09375%;
    transform: none;
  }
}
.key-messages__wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.key-messages__content {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  float: left;
  padding: 30px;
  background: #fd6a02;
  transform: rotateY(180deg);
}
@media (min-width: 768px) {
  .key-messages__content {
    padding: 20px;
  }
}
@media (min-width: 1024px) {
  .key-messages__content {
    width: 295px;
    padding: 15px 10px 10px 15px;
    transform: none;
  }
}
.key-messages__cover {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  float: right;
  cursor: pointer;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
@media (min-width: 1024px) {
  .key-messages__cover {
    width: 100%;
  }
}
.key-messages.open .key-messages__cover {
  transform: rotateY(180deg);
}
@media (min-width: 1024px) {
  .key-messages.open .key-messages__cover {
    transform: none;
    width: calc(100% - 295px);
  }
}
.key-messages__cover__img,
.key-messages__cover__mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.key-messages__cover__mask {
  position: relative;
  z-index: 2;
  background: #000;
  opacity: 0.5;
}
.key-messages.open .key-messages__cover__mask {
  opacity: 0;
}
.key-messages__cover__bubble {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateY(-50%);
  z-index: 3;
  background: #fd6a02;
  opacity: 0.5;
  width: 250px;
  height: 250px;
  border-radius: 50%;
}
.key-messages.open .key-messages__cover__bubble {
  opacity: 0;
}
.key-messages__plus {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 50px;
  z-index: 2;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  background: #fd6a02;
}
.key-messages__plus img {
  width: 15px;
  height: 15px;
}
.key-messages.open .key-messages__cover .key-messages__plus {
  opacity: 0;
}
.key-messages__title {
  font-family: "Oswald", sans-serif;
  font-size: 28px;
  font-size: 1.75rem;
  line-height: 1.3571428571em;
  transition: all 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
@media (min-width: 1024px) {
  .key-messages__title {
    font-size: 35px;
    font-size: 2.1875rem;
    line-height: 1.1428571429em;
  }
}
.key-messages__content .key-messages__title {
  font-size: 28px;
  font-size: 1.75rem;
  line-height: 1.3571428571em;
  transition: all 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
@media (min-width: 1024px) {
  .key-messages__content .key-messages__title {
    font-size: 25px;
    font-size: 1.5625rem;
    line-height: 1.2em;
  }
}
.key-messages__cover .key-messages__title {
  position: absolute;
  z-index: 3;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  width: 80%;
  text-align: center;
  transition: all 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
@media (min-width: 1024px) {
  .key-messages:hover .key-messages__cover .key-messages__title {
    top: 48%;
  }
}
@media (min-width: 1024px) {
  .key-messages.open .key-messages__cover .key-messages__title {
    opacity: 0;
  }
}
.key-messages__list {
  display: block;
  margin-top: 20px;
  padding: 0 0 0 20px;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 300;
  line-height: 1.7142857143em;
}
@media (min-width: 768px) {
  .key-messages__list {
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 1.6666666667em;
  }
}
@media (min-width: 1024px) {
  .key-messages__list {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.7142857143em;
  }
}
.key-messages__list li {
  margin-bottom: 6px;
}
.key-messages__list li:last-child {
  margin-bottom: 0;
}
.key-messages__link {
  position: absolute;
  left: calc(25px + 10px);
  bottom: 20px;
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 12px;
  font-size: 0.75rem;
}
@media (min-width: 768px) {
  .key-messages__link {
    left: calc(20px + 10px);
  }
}
@media (min-width: 1024px) {
  .key-messages__link {
    left: calc(25px + 10px);
  }
}
.key-messages__link img {
  position: absolute;
  left: -15px;
  display: block;
  width: 5px;
  height: 10px;
}
.key-messages--color-primary .key-messages__content,
.key-messages--color-primary .key-messages__plus,
.key-messages--color-primary .key-messages__cover__bubble {
  color: #fff;
  background: #6a1b9a;
}
.key-messages--color-primary-base .key-messages__content {
  color: #fff;
  background: #6a1b9a;
}
.key-messages--color-primary-invert .key-messages__content {
  color: #fff;
  background: #fff;
}
.key-messages--color-secondary .key-messages__content,
.key-messages--color-secondary .key-messages__plus,
.key-messages--color-secondary .key-messages__cover__bubble {
  color: #fff;
  background: #020f3b;
}
.key-messages--color-secondary-base .key-messages__content {
  color: #fff;
  background: #020f3b;
}
.key-messages--color-secondary-invert .key-messages__content {
  color: #fff;
  background: #fff;
}
.key-messages--color-tertiary .key-messages__content,
.key-messages--color-tertiary .key-messages__plus,
.key-messages--color-tertiary .key-messages__cover__bubble {
  color: #fff;
  background: #fd6a02;
}
.key-messages--color-tertiary-base .key-messages__content {
  color: #fff;
  background: #fd6a02;
}
.key-messages--color-tertiary-invert .key-messages__content {
  color: #fff;
  background: #fff;
}
.key-messages--color-fourth .key-messages__content,
.key-messages--color-fourth .key-messages__plus,
.key-messages--color-fourth .key-messages__cover__bubble {
  color: #fff;
  background: #548235;
}
.key-messages--color-fourth-base .key-messages__content {
  color: #fff;
  background: #548235;
}
.key-messages--color-fourth-invert .key-messages__content {
  color: #fff;
  background: #fff;
}
.key-messages--color-five .key-messages__content,
.key-messages--color-five .key-messages__plus,
.key-messages--color-five .key-messages__cover__bubble {
  color: #fff;
  background: #dd2c00;
}
.key-messages--color-five-base .key-messages__content {
  color: #fff;
  background: #dd2c00;
}
.key-messages--color-five-invert .key-messages__content {
  color: #fff;
  background: #fff;
}
.key-messages--color-foreground .key-messages__content,
.key-messages--color-foreground .key-messages__plus,
.key-messages--color-foreground .key-messages__cover__bubble {
  color: #fff;
  background: #0b1e2d;
}
.key-messages--color-foreground-base .key-messages__content {
  color: #fff;
  background: #0b1e2d;
}
.key-messages--color-foreground-light .key-messages__content {
  color: #fff;
  background: #2e4558;
}
.key-messages--color-foreground-invert .key-messages__content {
  color: #fff;
  background: #fff;
}
.key-messages--color-background .key-messages__content,
.key-messages--color-background .key-messages__plus,
.key-messages--color-background .key-messages__cover__bubble {
  color: #0b1e2d;
  background: #fff;
}
.key-messages--color-background-base .key-messages__content {
  color: #0b1e2d;
  background: #fff;
}
.key-messages--color-background-invert .key-messages__content {
  color: #0b1e2d;
  background: #0b1e2d;
}
.key-messages--color-background-highlight .key-messages__content {
  color: #0b1e2d;
  background: #ffc20e;
}
.key-messages--color-gray .key-messages__content,
.key-messages--color-gray .key-messages__plus,
.key-messages--color-gray .key-messages__cover__bubble {
  color: #fff;
  background: #e6ebe9;
}
.key-messages--color-gray-base .key-messages__content {
  color: #fff;
  background: #e6ebe9;
}
.key-messages--color-gray-dark .key-messages__content {
  color: #fff;
  background: #c0c7c9;
}
.key-messages--color-gray-invert .key-messages__content {
  color: #fff;
  background: #fff;
}
.key-messages--color-social .key-messages__content,
.key-messages--color-social .key-messages__plus,
.key-messages--color-social .key-messages__cover__bubble {
  color: #fff;
  background: #000;
}
.key-messages--color-social-base .key-messages__content {
  color: #fff;
  background: #000;
}
.key-messages--color-social-dailymotion .key-messages__content {
  color: #fff;
  background: #0af;
}
.key-messages--color-social-email .key-messages__content {
  color: #fff;
  background: #757575;
}
.key-messages--color-social-emerald .key-messages__content {
  color: #fff;
  background: #2ecc71;
}
.key-messages--color-social-facebook .key-messages__content {
  color: #fff;
  background: #3b5998;
}
.key-messages--color-social-googleplus .key-messages__content {
  color: #fff;
  background: #db4437;
}
.key-messages--color-social-instagram .key-messages__content {
  color: #fff;
  background: #b900b4;
}
.key-messages--color-social-linkedin .key-messages__content {
  color: #fff;
  background: #0077b5;
}
.key-messages--color-social-pinterest .key-messages__content {
  color: #fff;
  background: #bd081c;
}
.key-messages--color-social-snapchat .key-messages__content {
  color: #fff;
  background: #fffc00;
}
.key-messages--color-social-twitter .key-messages__content {
  color: #fff;
  background: #1da1f2;
}
.key-messages--color-social-vimeo .key-messages__content {
  color: #fff;
  background: #1ab7ea;
}
.key-messages--color-social-whatsapp .key-messages__content {
  color: #fff;
  background: #25d366;
}
.key-messages--color-social-youtube .key-messages__content {
  color: #fff;
  background: #cd201f;
}
.key-messages--color-social-invert .key-messages__content {
  color: #fff;
  background: #fff;
}
.key-messages--color-oecd .key-messages__content,
.key-messages--color-oecd .key-messages__plus,
.key-messages--color-oecd .key-messages__cover__bubble {
  color: #fff;
  background: #0b71b0;
}
.key-messages--color-oecd-base .key-messages__content {
  color: #fff;
  background: #0b71b0;
}
.key-messages--color-oecd-dark .key-messages__content {
  color: #fff;
  background: #11629a;
}
.key-messages--color-oecd-light .key-messages__content {
  color: #fff;
  background: #578fb8;
}
.key-messages--color-oecd-lighter .key-messages__content {
  color: #fff;
  background: #8fb4cf;
}
.key-messages--color-oecd-invert .key-messages__content {
  color: #fff;
  background: #fff;
}
.visually-hidden {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0 !important;
  border: 0 !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden;
}
.breadcrumb {
  display: none;
  margin: 0 0 30px 0;
  padding: 0;
  list-style: none;
  background-color: transparent;
}
@media (min-width: 768px) {
  .breadcrumb {
    display: block;
  }
}
.header-publication .breadcrumb {
  color: #fff;
}
.header-video .breadcrumb {
  display: none;
}
@media (min-width: 1024px) {
  .header-video .breadcrumb {
    display: block;
  }
}
.header-video .header-publication .breadcrumb {
  display: none;
}
@media (min-width: 768px) {
  .header-video .header-publication .breadcrumb {
    display: block;
  }
}
@media (min-width: 1024px) {
  .header-video .header-publication .breadcrumb {
    display: none;
  }
}
.breadcrumb li {
  display: inline-block;
  margin-right: 15px;
}
.breadcrumb span {
  text-decoration: underline;
}
.visually-hidden {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0 !important;
  border: 0 !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden;
}
.blockquote {
  position: relative;
  padding-left: 40px;
  margin: 40px 0;
}
.blockquote--white {
  color: #fff;
}
@media (min-width: 768px) {
  .blockquote {
    margin: 60px 0 0 0;
  }
  .site-content--colored .blockquote {
    margin-top: 20px;
  }
}
@media (min-width: 1024px) {
  .blockquote {
    margin: 80px 0 0 0;
  }
  .site-content--colored .blockquote {
    margin-top: 20px;
  }
}
.key-facts-slider .blockquote {
  margin-top: 0;
}
.blockquote__quote {
  position: absolute;
  top: -10px;
  left: 0;
  width: 25px;
  height: 20px;
}
@media (min-width: 768px) {
  .blockquote__quote {
    top: -9px;
    left: 0px;
    width: 25px;
    height: 20px;
  }
}
@media (min-width: 1024px) {
  .blockquote__quote {
    top: -40px;
    left: -72px;
    width: 65px;
    height: 50px;
  }
}
.blockquote p {
  margin: 15px 0;
  font-family: "Oswald", sans-serif;
  font-size: 30px;
  font-size: 1.875rem;
  font-weight: 700;
  line-height: 1.3333333333em;
}
@media (min-width: 1024px) {
  .blockquote p {
    font-size: 35px;
    font-size: 2.1875rem;
    font-weight: 700;
    line-height: 1.2857142857em;
  }
}
.blockquote__date {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1em;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .blockquote__date {
    font-size: 16px;
    font-size: 1rem;
    font-weight: 700;
    line-height: 1em;
  }
}
.blockquote cite {
  font-family: "Noto Sans Display", sans-serif;
  font-size: 14px;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 300;
  line-height: 1.8571428571em;
}
@media (min-width: 1024px) {
  .blockquote cite {
    font-size: 16px;
    font-size: 1rem;
    font-style: normal;
    font-weight: 300;
    line-height: 1.625em;
  }
}
.blockquote cite b {
  font-weight: 700;
}
.oecd-body {
  overflow-x: hidden;
}
.oecd-menu-logo {
  height: 100%;
  min-width: 210px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  margin-left: 15px;
}
.oecd-menu-logo-en {
  background-image: url(img/logooecd_en.png);
}
.modernizrno-backgroundsize .oecd-menu-logo-en {
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="img/logooecd_en.png", sizingMethod="scale");
}
.oecd-menu-logo-fr {
  background-image: url(img/logooecd_fr.png);
}
.modernizrno-backgroundsize .oecd-menu-logo-fr {
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="img/logooecd_fr.png", sizingMethod="scale");
}
.oecd-search-after {
  background: #8cc841;
  height: 100px;
  position: absolute;
  left: 50%;
  right: 0;
  margin-left: 560px;
}
.btn-search {
  color: #fff;
  background-color: #11629a;
  border-color: #11629a;
  min-height: 33px;
}
.btn-search-light {
  color: #fff;
  background-color: #578fb8;
  border-color: #578fb8;
  min-height: 34px;
}
.btn-search .active,
.btn-search .focus,
.btn-search:active,
.btn-search:focus,
.btn-search:hover {
  color: #fff;
  background-color: #11629a;
  border-color: #11629a;
}
.btn-search-light .active,
.btn-search-light .focus,
.btn-search-light:active,
.btn-search-light:focus,
.btn-search-light:hover {
  color: #fff;
  background-color: #578fb8;
  border-color: #578fb8;
}
.oecd-menu .btn-search .glyphicon {
  font-size: 15px;
}
.oecd-menu--bg-dark-blue .navbar-default {
  background-color: #11629a;
  border: 0;
  border-radius: 0;
  min-height: 0;
}
.oecd-menu .navbar-collapse {
  padding-right: 0px;
  padding-left: 0px;
}
.oecd-menu--bg-dark-blue .navbar-default .navbar-nav > .active > a,
.oecd-menu--bg-dark-blue .navbar-default .navbar-nav > .active > a:hover,
.oecd-menu--bg-dark-blue .navbar-default .navbar-nav > .active > a:focus {
  color: #11629a;
  background-color: #fff;
}
.oecd-menu--bg-dark-blue .navbar-default .navbar-nav > li > a {
  color: #fff;
}
.oecd-navbar .nav > li > a {
  padding: 8px 20px;
  line-height: 25px;
}
.oecd-main-nav.nav > li > a {
  font-size: 19px;
  min-width: 150px;
  text-align: center;
}
.oecd-navbar.navbar-default .navbar-nav > .open > a,
.oecd-navbar.navbar-default .navbar-nav > .open > a:focus,
.oecd-navbar.navbar-default .navbar-nav > .open > a:hover {
  color: #11629a;
  background-color: #fff;
}
.oecd-menu .glyphicon {
  font-size: 10px;
}
.oecd-menu-bottom-wrapper .glyphicon {
  color: #8fb4cf;
}
.icon-before {
  margin-left: 7px;
}
.icon-after {
  margin-right: 3px;
}
.custom-dropdown-wrapper {
  position: relative;
}
.oecd-main-nav.navbar-nav > li {
  position: static;
}
.oecd-main-nav .dropdown-menu {
  position: absolute;
  left: -1px;
  right: -1px;
  padding: 20px;
  border-top: 0;
}
.oecd-main-nav .dropdown-menu li {
  text-decoration: none;
  font-size: 11px;
  color: #666;
  padding: 7px 5px;
  list-style: none;
}
.oecd-main-nav .dropdown-menu li > a {
  text-decoration: none;
  font-size: 11px;
  color: #666;
}
.oecd-main-nav .dropdown-menu li > a .glyphicon {
  color: #999;
}
.oecd-main-nav .dropdown-menu li:hover {
  background-color: #ededed;
}
.oecd-main-nav .dropdown-menu li:hover > a {
  color: #11629a;
}
.oecd-main-nav .dropdown-menu li:hover > a .glyphicon {
  color: #11629a;
}
.col-4-dropdown > .col-sub-dropdown {
  float: left;
  width: 25%;
}
.oecd-main-nav .dropdown-menu.col-6-dropdown {
  padding: 5px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  box-shadow: none;
  border-bottom: 1px solid #ddd;
}
.col-6-dropdown > .dropdown-tab {
  float: left;
  width: 16.6%;
}
.oecd-main-nav .col-6-dropdown.dropdown-menu li.dropdown-tab > a {
  text-decoration: none;
  font-size: 15px;
  color: #11629a;
  font-weight: bold;
  text-align: center;
  padding: 3px;
  margin-top: 10px;
}
.oecd-main-nav .dropdown-menu li.dropdown-tab:hover {
  background-color: transparent;
}
.col-6-dropdown.dropdown-menu > li.dropdown-tab > a:focus,
.col-6-dropdown.dropdown-menu > li.dropdown-tab > a:hover {
  color: #fff;
  background-color: #8fb4cf;
}
.col-6-dropdown > .dropdown-tab .dropdown-sub-tab {
  display: none;
  border-top: 1px solid #ededed;
  position: absolute;
  left: -1px;
  right: -1px;
  padding: 20px;
  margin-top: 13px;
  position: absolute;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  border-top: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.col-6-dropdown > .dropdown-tab .dropdown-sub-tab > div {
  float: left;
  width: 20%;
}
.col-6-dropdown > .dropdown-tab:hover .dropdown-sub-tab {
  display: block;
}
.xs-menu-navbar .navbar-header {
  padding: 8px 0px;
}
.xs-menu-navbar .navbar-toggle {
  margin: 0px;
  border-color: transparent;
  padding: 0 10px;
}
.xs-menu-navbar .navbar-toggle .icon-bar {
  background-color: #fff;
}
.xs-menu-navbar .navbar-toggle:focus,
.xs-menu-navbar .navbar-toggle:hover {
  background-color: transparent;
}
.xs-menu-navbar .page-name {
  color: #fff;
  font-size: 20px;
  line-height: 30px;
  margin-top: 2px;
}
.xs-menu-navbar .lang-nav {
  list-style: none;
  margin: 0px;
  margin-top: 7px;
  margin-right: 5px;
}
.xs-menu-navbar .lang-nav a {
  color: #fff;
}
.lang-nav .glyphicon {
  position: absolute;
  top: 16px;
  left: 5px;
}
.lang-nav li {
  position: relative;
}
.xs-menu-navbar .lang-nav .glyphicon {
  position: absolute;
  top: 5px;
  left: 0px;
}
.xs-menu-navbar .lang-nav a {
  margin-left: 15px;
}
.oecd-menu-bottom-wrapper .xs-menu-navbar .btn-search .glyphicon {
  color: #fff;
}
.navbar-default .xs-menu-navbar .navbar-collapse {
  border-color: #578fb8;
}
.navbar-default .xs-menu-navbar .navbar-form {
  border: 0;
  box-shadow: none;
  display: inline-block;
  width: 100%;
}
.xs-navbar-nav {
  margin: 0px;
}
.xs-navbar-nav li a {
  padding: 8px 20px;
  border-bottom: 1px solid #578fb8;
}
.xs-navbar-nav li.current-page a {
  background-color: #578fb8;
  font-weight: bold;
}
.navbar-default .xs-navbar-nav li a {
  padding: 7px 10px;
}
.navbar-default .xs-navbar-nav > li:hover > a {
  background-color: #578fb8;
  border-color: #11629a;
}
.oecd-menu .xs-menu-navbar .navbar-collapse {
  padding-right: 0px;
  padding-left: 0px;
}
.oecd-menu .xs-navbar-nav .glyphicon {
  font-size: 15px;
  margin-top: 5px;
  margin-right: 5px;
  color: #fff;
}
.oecd-navbar.navbar-default .xs-navbar-nav.navbar-nav > .open > a,
.oecd-navbar.navbar-default .xs-navbar-nav.navbar-nav > .open > a:focus,
.oecd-navbar.navbar-default .xs-navbar-nav.navbar-nav > .open > a:hover {
  color: #fff;
  background-color: #578fb8;
}
.xs-navbar-nav.navbar-nav .open .dropdown-menu {
  color: #fff;
}
.navbar-default .xs-navbar-nav.navbar-nav .open .dropdown-menu > li > a {
  color: #fff;
}
.xs-menu-navbar .navbar-toggle .oecd-menu_close {
  display: block;
}
.xs-menu-navbar .navbar-toggle.collapsed .oecd-menu_close {
  display: none;
}
.xs-menu-navbar .navbar-toggle .oecd-menu_open {
  display: none;
}
.xs-menu-navbar .navbar-toggle.collapsed .oecd-menu_open {
  display: block;
}
.oecd-menu_open {
  margin: auto;
  margin-top: 8px;
  width: 20px;
  height: 15px;
  border-top: 9px double #fff;
  border-bottom: 3px solid #fff;
}
.xs-menu-navbar .navbar-toggle {
  width: 45px;
}
.oecd-menu_close {
  color: #fff;
  font-size: 40px;
  margin-top: -4px;
  position: relative;
  line-height: 1;
  height: 35px;
}
.oecd-header__menu-close {
  margin-top: -4px;
  position: relative;
  line-height: 1;
  height: 35px;
}
.xs-menu-navbar .btn-search .search_close {
  display: block;
}
.xs-menu-navbar .btn-search.collapsed .search_close {
  display: none;
}
.xs-menu-navbar .btn-search .search_open {
  display: none;
}
.xs-menu-navbar .btn-search.collapsed .search_open {
  display: block;
}
.search_open {
  width: 20px;
  height: 22px;
  line-height: 22px;
}
.search_close {
  color: #fff;
  font-size: 40px;
  height: 22px;
  width: 20px;
  line-height: 22px;
}
.oecd-menu--bg-dark-blue .navbar-default .navbar-nav > .passive > a,
.oecd-menu--bg-dark-blue .navbar-default .navbar-nav > .passive > a:hover,
.oecd-menu--bg-dark-blue .navbar-default .navbar-nav > .passive > a:focus {
  color: #fff !important;
  background-color: #11629a !important;
}
.tt-query {
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.tt-hint {
  color: #999;
}
.tt-dropdown-menu {
  width: 100%;
  margin-top: 4px;
  padding: 4px 0;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 4px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
.tt-suggestion {
  padding: 3px 20px;
  line-height: 24px;
}
.tt-suggestion.tt-cursor {
  color: #fff;
  background-color: #11629a;
  cursor: pointer;
}
.tt-suggestion p {
  margin: 0;
}
.xs-menu-navbar .twitter-typeahead {
  width: 100%;
}
.xs-menu-navbar .navbar-collapse.in {
  overflow-y: visible;
}
@media (min-width: 992px) and (max-width: 1224px) {
  .oecd-search-after {
    margin-left: 450px;
  }
}
@media (min-width: 767px) and (max-width: 991px) {
  .oecd-search-after {
    margin-left: 350px;
  }
}
.navbar-form {
  padding: 0;
  width: auto;
  margin-right: 0;
  margin-left: 0;
  border: 0;
  box-shadow: none;
  margin-top: 8px;
  margin-bottom: 8px;
}
.oecd-header {
  background-color: #fff;
  font-family: Bernini, "Bernini Sans", "Helvetica Neue", Helvetica, Arial,
    sans-serif;
}
@media only screen and (min-width: 768px) {
  .oecd-header {
    height: 38px;
    border-bottom: 1px solid #c3c3c3;
    background-image: linear-gradient(to bottom, white, white 90%, #f0f0f0);
    font-size: 14px;
  }
}
.oecd-header__primary,
.oecd-header__secondary {
  list-style: none;
  margin-bottom: 0;
  padding: 0;
}
.oecd-header__primary:focus,
.oecd-header__primary:focus,
.oecd-header__secondary:focus,
.oecd-header__secondary:focus {
  outline: 0;
}
@media only screen and (min-width: 768px) {
  .oecd-header__primary {
    text-align: center;
  }
}
@media only screen and (max-width: 767px) {
  .oecd-header--primary-hidden .oecd-header__primary {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    border: 0;
  }
}
.oecd-header__logo-and-toggle {
  border-bottom: 1px solid #99bcd4;
}
@media only screen and (min-width: 768px) {
  .oecd-header__logo-and-toggle {
    padding-right: 0;
  }
}
.oecd-header__logo {
  float: left;
  width: 110px;
  height: 46px;
  background: url(img/logo-oecd-mobile@2x.png) center/110px no-repeat;
}
@media only screen and (min-width: 768px) {
  .oecd-header__logo {
    float: none;
    width: 100%;
    height: 38px;
    background: url(img/logo-oecd-short@2x.png) left center/35px no-repeat;
  }
}
.oecd-header__primary-toggle {
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 50px;
  border: 0;
  padding: 0;
  background-color: #fff;
}
@media only screen and (min-width: 768px) {
  .oecd-header__primary-toggle {
    display: none;
  }
}
.oecd-header__menu-open {
  display: none;
  margin: auto;
  width: 20px;
  height: 15px;
  border-top: 9px double #0b71b0;
  border-bottom: 3px solid #0b71b0;
}
.oecd-header--primary-hidden .oecd-header__menu-open {
  display: block;
}
.oecd-header__menu-close {
  display: block;
  color: #0b71b0;
  font-size: 40px;
  line-height: 45px;
}
.oecd-header--primary-hidden .oecd-header__menu-close {
  display: none;
}
.oecd-header__item {
  position: relative;
  min-height: 46px;
  border-bottom: 1px solid #99bcd4;
}
@media only screen and (min-width: 768px) {
  .oecd-header__item {
    min-height: 1px;
    border-bottom: 0;
  }
}
.oecd-header__current-page,
.oecd-header__link {
  display: block;
  margin: 0 -15px;
  padding: 11px 15px 10px;
  line-height: 25px;
  color: #11629a;
}
@media only screen and (min-width: 768px) {
  .oecd-header__current-page,
  .oecd-header__link {
    margin: 0;
    padding: 10px 0 8px;
    line-height: 20px;
  }
}
.oecd-header__link:hover,
.oecd-header__link:focus {
  color: #428bca;
}
.oecd-header__link:focus {
  outline: 1px solid rgba(11, 113, 176, 0.35);
}
.oecd-header__item--active {
  font-weight: bold;
  background-color: #eef4f8;
}
@media only screen and (min-width: 768px) {
  .oecd-header__item--active {
    height: 38px;
    border-style: none solid;
    border-width: 1px;
    border-color: #c3c3c3;
  }
}
@media only screen and (min-width: 768px) {
  .oecd-header--bg-white .oecd-header__item--active {
    background-color: #fff;
  }
}
@media only screen and (min-width: 768px) {
  .oecd-header--bg-light-blue .oecd-header__item--active {
    background-color: #eef4f8;
  }
}
@media only screen and (min-width: 768px) {
  .oecd-header--bg-dark-blue .oecd-header__item--active {
    background-color: #1b67b5;
  }
}
@media only screen and (min-width: 768px) {
  .oecd-header--bg-dark-blue .oecd-header__current-page {
    color: #fff;
  }
}
.oecd-header__secondary {
  background-color: #fff;
}
@media only screen and (min-width: 768px) {
  .oecd-header__secondary {
    position: absolute;
    left: -1px;
    right: -1px;
    border-style: none solid solid;
    border-width: 1px;
    border-color: silver;
    font-size: 12px;
    text-align: left;
  }
}
.oecd-header__secondary:focus {
  outline: 1px solid rgba(11, 113, 176, 0.35);
}
@media only screen and (min-width: 992px) {
  .oecd-header__secondary {
    font-size: 14px;
  }
}
.oecd-header__secondary-toggle {
  color: #0c456c;
}
.oecd-header__secondary-toggle:after {
  content: "▼";
  float: right;
}
@media only screen and (min-width: 768px) {
  .oecd-header__secondary-link {
    padding: 6px 15px;
  }
}
.oecd-header__secondary-item-first {
  border-top: 1px solid #99bcd4;
}
@media only screen and (min-width: 768px) {
  .oecd-header__secondary-item-first {
    border-top: 0;
  }
}
.oecd-header__secondary-item-last {
  border-bottom: 0;
}
@media only screen and (min-width: 768px) {
  .oecd-header__secondary-container--active {
    z-index: 203;
    background-color: #fff;
    border-right: 1px solid silver;
  }
}
.oecd-header__secondary-container--active .oecd-header__secondary-toggle:after {
  content: "▲";
}
.oecd-header__logo-and-toggle {
  overflow: hidden;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.oecd-main-nav {
  padding: 0;
  margin: 0;
  list-style: none;
}
.oecd-main-nav > li {
  position: static;
  float: left;
  list-style: none;
}
.oecd-main-nav > li a {
  text-decoration: none;
}
.site-header {
  height: 99px;
}
.oecd-body {
  overflow-x: hidden;
}
.oecd-menu-logo {
  height: 100%;
  min-width: 210px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  margin-left: 15px;
}
.oecd-menu-logo-en {
  background-image: url(img/logooecd_en.png);
}
.modernizrno-backgroundsize .oecd-menu-logo-en {
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader( 			src="../../images/logooecd_en.png", 			sizingMethod="scale");
}
.oecd-menu-logo-fr {
  background-image: url(img/logooecd_fr.png);
}
.modernizrno-backgroundsize .oecd-menu-logo-fr {
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader( 			src="../../images/logooecd_fr.png", 			sizingMethod="scale");
}
.oecd-search-after {
  background: #8cc841;
  height: 100px;
  position: absolute;
  left: 50%;
  right: 0;
  margin-left: 560px;
}
.btn-search {
  color: #fff;
  background-color: #11629a;
  border-color: #11629a;
  min-height: 33px;
}
.btn-search-light {
  color: #fff;
  background-color: #578fb8;
  border-color: #578fb8;
  min-height: 34px;
}
.btn-search .active,
.btn-search .focus,
.btn-search:active,
.btn-search:focus,
.btn-search:hover {
  color: #fff;
  background-color: #11629a;
  border-color: #11629a;
}
.btn-search-light .active,
.btn-search-light .focus,
.btn-search-light:active,
.btn-search-light:focus,
.btn-search-light:hover {
  color: #fff;
  background-color: #578fb8;
  border-color: #578fb8;
}
.oecd-menu .btn-search .glyphicon {
  font-size: 15px;
}
.oecd-menu--bg-dark-blue .navbar-default {
  background-color: #11629a;
  border: 0;
  border-radius: 0;
  min-height: 0;
}
.oecd-menu .navbar-collapse {
  padding-right: 0px;
  padding-left: 0px;
}
.oecd-menu--bg-dark-blue .navbar-default .navbar-nav > .active > a,
.oecd-menu--bg-dark-blue .navbar-default .navbar-nav > .active > a:hover,
.oecd-menu--bg-dark-blue .navbar-default .navbar-nav > .active > a:focus {
  color: #11629a;
  background-color: #fff;
}
.oecd-menu--bg-dark-blue .navbar-default .navbar-nav > li > a {
  color: #fff;
}
.oecd-navbar .nav > li > a {
  padding: 8px 20px;
  line-height: 25px;
}
.oecd-main-nav.nav > li > a {
  font-size: 19px;
  min-width: 150px;
  text-align: center;
}
.oecd-navbar.navbar-default .navbar-nav > .open > a,
.oecd-navbar.navbar-default .navbar-nav > .open > a:focus,
.oecd-navbar.navbar-default .navbar-nav > .open > a:hover {
  color: #11629a;
  background-color: #fff;
}
.oecd-menu .glyphicon {
  font-size: 10px;
}
.oecd-menu-bottom-wrapper .glyphicon {
  color: #8fb4cf;
}
.icon-before {
  margin-left: 7px;
}
.icon-after {
  margin-right: 3px;
}
.custom-dropdown-wrapper {
  position: relative;
}
.oecd-main-nav.navbar-nav > li {
  position: static;
}
.oecd-main-nav .dropdown-menu {
  position: absolute;
  left: -1px;
  right: -1px;
  padding: 20px;
  border-top: 0;
}
.oecd-main-nav .dropdown-menu li {
  text-decoration: none;
  font-size: 11px;
  color: #666;
  padding: 7px 5px;
  list-style: none;
}
.oecd-main-nav .dropdown-menu li > a {
  text-decoration: none;
  font-size: 11px;
  color: #666;
}
.oecd-main-nav .dropdown-menu li > a .glyphicon {
  color: #999;
}
.oecd-main-nav .dropdown-menu li:hover {
  background-color: #ededed;
}
.oecd-main-nav .dropdown-menu li:hover > a {
  color: #11629a;
}
.oecd-main-nav .dropdown-menu li:hover > a .glyphicon {
  color: #11629a;
}
.col-4-dropdown > .col-sub-dropdown {
  float: left;
  width: 25%;
}
.oecd-main-nav .dropdown-menu.col-6-dropdown {
  padding: 5px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  box-shadow: none;
  border-bottom: 1px solid #ddd;
}
.col-6-dropdown > .dropdown-tab {
  float: left;
  width: 16.6%;
}
.oecd-main-nav .col-6-dropdown.dropdown-menu li.dropdown-tab > a {
  text-decoration: none;
  font-size: 15px;
  color: #11629a;
  font-weight: bold;
  text-align: center;
  padding: 3px;
  margin-top: 10px;
}
.oecd-main-nav .dropdown-menu li.dropdown-tab:hover {
  background-color: transparent;
}
.col-6-dropdown.dropdown-menu > li.dropdown-tab > a:focus,
.col-6-dropdown.dropdown-menu > li.dropdown-tab > a:hover {
  color: #fff;
  background-color: #8fb4cf;
}
.col-6-dropdown > .dropdown-tab .dropdown-sub-tab {
  display: none;
  border-top: 1px solid #ededed;
  position: absolute;
  left: -1px;
  right: -1px;
  padding: 20px;
  margin-top: 13px;
  position: absolute;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  border-top: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.col-6-dropdown > .dropdown-tab .dropdown-sub-tab > div {
  float: left;
  width: 20%;
}
.col-6-dropdown > .dropdown-tab:hover .dropdown-sub-tab {
  display: block;
}
.xs-menu-navbar .navbar-header {
  padding: 8px 0px;
}
.xs-menu-navbar .navbar-toggle {
  margin: 0px;
  border-color: transparent;
  padding: 0 10px;
}
.xs-menu-navbar .navbar-toggle .icon-bar {
  background-color: #fff;
}
.xs-menu-navbar .navbar-toggle:focus,
.xs-menu-navbar .navbar-toggle:hover {
  background-color: transparent;
}
.xs-menu-navbar .page-name {
  color: #fff;
  font-size: 20px;
  line-height: 30px;
  margin-top: 2px;
}
.xs-menu-navbar .lang-nav {
  list-style: none;
  margin: 0px;
  margin-top: 7px;
  margin-right: 5px;
}
.xs-menu-navbar .lang-nav a {
  color: #fff;
}
.lang-nav .glyphicon {
  position: absolute;
  top: 16px;
  left: 5px;
}
.lang-nav li {
  position: relative;
}
.xs-menu-navbar .lang-nav .glyphicon {
  position: absolute;
  top: 5px;
  left: 0px;
}
.xs-menu-navbar .lang-nav a {
  margin-left: 15px;
}
.oecd-menu-bottom-wrapper .xs-menu-navbar .btn-search .glyphicon {
  color: #fff;
}
.navbar-default .xs-menu-navbar .navbar-collapse {
  border-color: #578fb8;
}
.navbar-default .xs-menu-navbar .navbar-form {
  border: 0;
  box-shadow: none;
  display: inline-block;
  width: 100%;
}
.xs-navbar-nav {
  margin: 0px;
}
.xs-navbar-nav li a {
  padding: 8px 20px;
  border-bottom: 1px solid #578fb8;
}
.xs-navbar-nav li.current-page a {
  background-color: #578fb8;
  font-weight: bold;
}
.navbar-default .xs-navbar-nav li a {
  padding: 7px 10px;
}
.navbar-default .xs-navbar-nav > li:hover > a {
  background-color: #578fb8;
  border-color: #11629a;
}
.oecd-menu .xs-menu-navbar .navbar-collapse {
  padding-right: 0px;
  padding-left: 0px;
}
.oecd-menu .xs-navbar-nav .glyphicon {
  font-size: 15px;
  margin-top: 5px;
  margin-right: 5px;
  color: #fff;
}
.oecd-navbar.navbar-default .xs-navbar-nav.navbar-nav > .open > a,
.oecd-navbar.navbar-default .xs-navbar-nav.navbar-nav > .open > a:focus,
.oecd-navbar.navbar-default .xs-navbar-nav.navbar-nav > .open > a:hover {
  color: #fff;
  background-color: #578fb8;
}
.xs-navbar-nav.navbar-nav .open .dropdown-menu {
  color: #fff;
}
.navbar-default .xs-navbar-nav.navbar-nav .open .dropdown-menu > li > a {
  color: #fff;
}
.xs-menu-navbar .navbar-toggle .oecd-menu_close {
  display: block;
}
.xs-menu-navbar .navbar-toggle.collapsed .oecd-menu_close {
  display: none;
}
.xs-menu-navbar .navbar-toggle .oecd-menu_open {
  display: none;
}
.xs-menu-navbar .navbar-toggle.collapsed .oecd-menu_open {
  display: block;
}
.oecd-menu_open {
  margin: auto;
  margin-top: 8px;
  width: 20px;
  height: 15px;
  border-top: 9px double #fff;
  border-bottom: 3px solid #fff;
}
.xs-menu-navbar .navbar-toggle {
  width: 45px;
}
.oecd-menu_close {
  color: #fff;
  font-size: 40px;
  margin-top: -4px;
  position: relative;
  line-height: 1;
  height: 35px;
}
.oecd-header__menu-close {
  margin-top: -4px;
  position: relative;
  line-height: 1;
  height: 35px;
}
.xs-menu-navbar .btn-search .search_close {
  display: block;
}
.xs-menu-navbar .btn-search.collapsed .search_close {
  display: none;
}
.xs-menu-navbar .btn-search .search_open {
  display: none;
}
.xs-menu-navbar .btn-search.collapsed .search_open {
  display: block;
}
.search_open {
  width: 20px;
  height: 22px;
  line-height: 22px;
}
.search_close {
  color: #fff;
  font-size: 40px;
  height: 22px;
  width: 20px;
  line-height: 22px;
}
.oecd-menu--bg-dark-blue .navbar-default .navbar-nav > .passive > a,
.oecd-menu--bg-dark-blue .navbar-default .navbar-nav > .passive > a:hover,
.oecd-menu--bg-dark-blue .navbar-default .navbar-nav > .passive > a:focus {
  color: #fff !important;
  background-color: #11629a !important;
}
.tt-query {
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.tt-hint {
  color: #999;
}
.tt-dropdown-menu {
  width: 100%;
  margin-top: 4px;
  padding: 4px 0;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 4px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
.tt-suggestion {
  padding: 3px 20px;
  line-height: 24px;
}
.tt-suggestion.tt-cursor {
  color: #fff;
  background-color: #11629a;
  cursor: pointer;
}
.tt-suggestion p {
  margin: 0;
}
.xs-menu-navbar .twitter-typeahead {
  width: 100%;
}
.xs-menu-navbar .navbar-collapse.in {
  overflow-y: visible;
}
@media (min-width: 992px) and (max-width: 1224px) {
  .oecd-search-after {
    margin-left: 450px;
  }
}
@media (min-width: 767px) and (max-width: 991px) {
  .oecd-search-after {
    margin-left: 350px;
  }
}
.visually-hidden {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0 !important;
  border: 0 !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden;
}
.key-data {
  position: relative;
  border-left: 1px solid #e7e8e9;
  border: 1px solid #e7e8e9;
  margin-bottom: 20px;
  padding: 30px 20px 30px 20px;
}
@media (min-width: 768px) {
  .key-data {
    border-top: 0;
    border-right: 0;
    margin-bottom: 0;
    padding-left: 60px;
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
@media (min-width: 1024px) {
  .key-data {
    padding-left: 70px;
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media (min-width: 768px) {
  .key-data:first-child {
    padding-top: 0;
  }
}
.key-data:last-child {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .key-data:after {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(50%);
    bottom: -1px;
    display: block;
    width: 50vw;
    height: 1px;
    background: #e7e8e9;
  }
}
@media (min-width: 1024px) {
  .key-data:after {
    display: none;
  }
}
.key-data--mt {
  margin-top: 30px;
}
.key-data__img {
  margin-top: 20px;
}
.key-data__legend {
  font-size: 14px;
  font-size: 0.875rem;
}
.key-data__special-layout {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  flex-direction: column;
}
@media (min-width: 768px) {
  .key-data__special-layout {
    flex-direction: row;
  }
}
.key-data__special-layout__img {
  margin-right: 2px;
  margin-bottom: 2px;
  width: 335px;
}
.key-data__special-layout__img:nth-child(2n + 1),
.key-data__special-layout__img:nth-last-child {
  margin-right: 0;
}
.key-data__special-layout__img:nth-last-child(2),
.key-data__special-layout__img:nth-last-child {
  margin-bottom: 2px;
}
.visually-hidden {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0 !important;
  border: 0 !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden;
}
.key-facts__para {
  font-size: 1.2rem;
  line-height: 1.5rem;
  margin-top: 1.5em;
}
.key-facts__over:hover {
  background-color: #081722;
  border-radius: 6px;
  transform: translate(0, -1px);
}
.key-facts {
  position: relative;
  margin-top: 15px;
  padding-bottom: 50px;
}
@media (min-width: 768px) {
  .key-facts {
    margin-top: 30px;
    padding-top: 0;
    padding-bottom: 70px;
  }
}
@media (min-width: 1024px) {
  .key-facts {
    padding-bottom: 0;
  }
}
@media (min-width: 1024px) {
  .key-facts__filter {
    position: relative;
    top: 10px;
  }
}
.key-facts__content {
  position: relative;
}
@media (min-width: 1024px) {
  .key-facts__content {
    margin-left: 22.65625%;
  }
}
@media (min-width: 1024px) {
  .key-facts--secondary .key-facts__content {
    margin-left: 17.1875%;
  }
}
.key-facts__content:before {
  content: "";
  position: absolute;
  top: 0;
  right: 100%;
  z-index: 2;
  width: 50vw;
  height: 100%;
  background: #020f3b;
}
.key-facts--secondary .key-facts__content:before {
  background: #e6ebe9;
}
.key-facts__slide {
  position: relative;
  min-height: 400px;
  padding: 10px 30px;
  font-family: "Oswald", sans-serif;
  font-size: 25px;
  font-size: 1.5625rem;
  font-weight: 300;
  line-height: 1.4em;
}
@media (min-width: 1024px) {
  .key-facts__slide {
    min-height: 495px;
    font-size: 30px;
    font-size: 1.875rem;
    line-height: 1.3333333333em;
  }
}
.key-facts--secondary .key-facts__slide {
  min-height: 440px;
  font-size: 30px;
  font-size: 1.875rem;
  line-height: 1.3333333333em;
  background: #fff;
}
@media (min-width: 768px) {
  .key-facts--secondary .key-facts__slide {
    min-height: 460px;
  }
}
@media (min-width: 1024px) {
  .key-facts--secondary .key-facts__slide {
    min-height: 440px;
  }
}
.key-facts--secondary-social .key-facts__slide {
  min-height: 500px;
  font-size: 30px;
  font-size: 1.875rem;
  line-height: 1.3333333333em;
  background: #fff;
}
@media (min-width: 768px) {
  .key-facts--secondary-social .key-facts__slide {
    min-height: 510px;
  }
}
@media (min-width: 1024px) {
  .key-facts--secondary-social .key-facts__slide {
    min-height: 500px;
  }
}
.key-facts__slide b {
  font-weight: 700;
}
.key-facts .slick-slide {
  margin: 0 7px;
}
@media (min-width: 1024px) {
  .key-facts .slick-slide {
    margin: 0 20px;
  }
}
.key-facts .slick-list {
  overflow: visible;
}
.key-facts .slick-list {
  margin: 0 -4px;
}
@media (min-width: 1024px) {
  .key-facts .slick-list {
    margin: 0 -10px;
  }
}
.key-facts__link-box {
  position: absolute;
  bottom: 30px;
}
@media (min-width: 768px) {
  .key-facts__link-box {
    bottom: 40px;
  }
}
.key-facts__link {
  padding-bottom: 0.5em;
  display: block;
}
.key-facts__link-box .key-facts__link {
  position: static;
  display: block;
}
.key-facts__link-box .key-facts__link + .key-facts__link {
  margin-top: 10px;
}
.key-facts__link img {
  position: relative;
  top: 1px;
  margin-right: 10px;
  width: 5px;
  float: left;
}
.key-facts__controls {
  position: absolute;
  z-index: 4;
  left: 0;
  bottom: -22px;
}
@media (min-width: 768px) {
  .key-facts__controls {
    top: auto;
    bottom: 0;
  }
}
@media (min-width: 1024px) {
  .key-facts__controls::before {
    content: "";
    position: absolute;
    top: 0;
    right: -38px;
    display: block;
    width: 1px;
    height: 116px;
    background: #fff;
  }
  .key-facts--secondary .key-facts__controls::before {
    background: #0b1e2d;
  }
}
.key-facts .slider__control {
  position: relative;
  float: left;
  display: block;
  width: 45px;
  height: 45px;
  color: #fff;
  background: transparent;
  border: 1px solid currentColor;
  border-radius: 50%;
  outline: none;
}
.key-facts .slider__control::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 11px;
  height: 11px;
  border: 2px solid currentColor;
  border-right: none;
  border-bottom: none;
  transform: translate(-66%, -50%) rotate(135deg);
}
.key-facts .slider__control--prev {
  margin-right: 5px;
}
@media (min-width: 768px) {
  .key-facts .slider__control--prev {
    margin-right: 9px;
  }
}
.key-facts .slider__control--prev::before {
  transform: translate(-33%, -50%) rotate(-45deg);
}
.key-facts--secondary .slider__control {
  color: #020f3b;
}
.key-facts iframe {
  width: 100%;
  height: 230px;
  margin-top: 15px;
}
.key-facts .slick-list {
  width: 280px;
}
@media (min-width: 768px) {
  .key-facts .slick-list {
    width: 555px;
  }
}
@media (min-width: 1024px) {
  .key-facts .slick-list {
    width: 100%;
  }
}
.visually-hidden {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0 !important;
  border: 0 !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden;
}
.pop-in {
  position: fixed;
  z-index: 30;
  top: 0;
  left: 0;
  display: none;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.pop-in.open {
  display: flex;
}
.pop-in__close {
  position: absolute;
  z-index: 2;
  top: 20px;
  right: 20px;
  width: 20px;
  cursor: pointer;
}
.pop-in__mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
}
.pop-in__container {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
}
@media (min-width: 768px) {
  .pop-in__container {
    width: 80vw;
    height: 80vh;
  }
}
@media (min-width: 1024px) {
  .pop-in__container {
    width: 50vw;
    height: 60vh;
  }
}
.pop-in iframe {
  width: 300px;
  height: 200px;
  border: 0;
}
@media (min-width: 768px) {
  .pop-in iframe {
    width: 80vw;
    height: 80vh;
  }
}
@media (min-width: 1024px) {
  .pop-in iframe {
    width: 50vw;
    height: 60vh;
  }
}
.visually-hidden {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0 !important;
  border: 0 !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden;
}
.panel {
  display: none;
  order: 3;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: calc(100% - 70px);
  width: 100vw;
  margin-top: 30px;
  padding: 45px;
  text-align: center;
  background: #fd6a02;
  transition: all 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
@media (min-width: 768px) {
  .panel {
    position: absolute;
    z-index: 4000;
    top: 40px;
    right: -100%;
    display: flex;
    width: 70vw;
    height: calc(100% - 160px);
    margin-top: 0;
    text-align: center;
    background: #fd6a02;
    transition: all 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  }
}
@media (min-width: 1024px) {
  .panel {
    top: 70px;
    width: 50vw;
    height: calc(100% - 225px);
    padding: 20px 75px;
  }
}
.panel.open {
  display: flex;
  right: 0;
}
@media (min-width: 768px) {
  .panel.open {
    display: flex;
  }
}
.panel__title {
  font-family: "Oswald", sans-serif;
  font-size: 28px;
  font-size: 1.75rem;
  font-weight: 500;
  line-height: 1.3571428571em;
  color: #fff;
}
@media (min-width: 1024px) {
  .panel__title {
    font-size: 32px;
    font-size: 2rem;
    line-height: 1.40625em;
  }
}
.panel__content {
  width: 100%;
  font-family: "Oswald", sans-serif;
  font-size: 26px;
  font-size: 1.625rem;
  font-weight: 300;
  line-height: 1.3846153846em;
  color: #fff;
}
@media (min-width: 1024px) {
  .panel__content {
    font-size: 28px;
    font-size: 1.75rem;
    line-height: 1.4285714286em;
  }
}
.panel__title + .panel__content {
  margin-top: 20px;
}
@media (min-width: 1024px) {
  .panel__title + .panel__content {
    margin-top: 50px;
  }
}
.panel__close {
  order: 3;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 53px;
  height: 53px;
  margin-top: 40px;
  border-radius: 50%;
  background: #fd6a02;
  cursor: pointer;
}
@media (min-width: 768px) {
  .panel__close {
    position: absolute;
    top: 50%;
    left: -25px;
    order: initial;
    margin-top: 0;
    transform: translateY(-50%);
  }
}
.panel__close img {
  width: 18px;
  height: 18px;
}
.panel--color-primary {
  color: #fff;
  background: #6a1b9a;
}
.panel--color-primary .panel__close {
  color: #fff;
  background: #6a1b9a;
}
.panel--color-primary-base {
  color: #fff;
  background: #6a1b9a;
}
.panel--color-primary-invert {
  color: #fff;
  background: #fff;
}
.panel--color-secondary {
  color: #fff;
  background: #020f3b;
}
.panel--color-secondary .panel__close {
  color: #fff;
  background: #020f3b;
}
.panel--color-secondary-base {
  color: #fff;
  background: #020f3b;
}
.panel--color-secondary-invert {
  color: #fff;
  background: #fff;
}
.panel--color-tertiary {
  color: #fff;
  background: #fd6a02;
}
.panel--color-tertiary .panel__close {
  color: #fff;
  background: #fd6a02;
}
.panel--color-tertiary-base {
  color: #fff;
  background: #fd6a02;
}
.panel--color-tertiary-invert {
  color: #fff;
  background: #fff;
}
.panel--color-fourth {
  color: #fff;
  background: #548235;
}
.panel--color-fourth .panel__close {
  color: #fff;
  background: #548235;
}
.panel--color-fourth-base {
  color: #fff;
  background: #548235;
}
.panel--color-fourth-invert {
  color: #fff;
  background: #fff;
}
.panel--color-five {
  color: #fff;
  background: #dd2c00;
}
.panel--color-five .panel__close {
  color: #fff;
  background: #dd2c00;
}
.panel--color-five-base {
  color: #fff;
  background: #dd2c00;
}
.panel--color-five-invert {
  color: #fff;
  background: #fff;
}
.panel--color-foreground {
  color: #fff;
  background: #0b1e2d;
}
.panel--color-foreground .panel__close {
  color: #fff;
  background: #0b1e2d;
}
.panel--color-foreground-base {
  color: #fff;
  background: #0b1e2d;
}
.panel--color-foreground-light {
  color: #fff;
  background: #2e4558;
}
.panel--color-foreground-invert {
  color: #fff;
  background: #fff;
}
.panel--color-background {
  color: #0b1e2d;
  background: #fff;
}
.panel--color-background .panel__close {
  color: #0b1e2d;
  background: #fff;
}
.panel--color-background-base {
  color: #0b1e2d;
  background: #fff;
}
.panel--color-background-invert {
  color: #0b1e2d;
  background: #0b1e2d;
}
.panel--color-background-highlight {
  color: #0b1e2d;
  background: #ffc20e;
}
.panel--color-gray {
  color: #fff;
  background: #e6ebe9;
}
.panel--color-gray .panel__close {
  color: #fff;
  background: #e6ebe9;
}
.panel--color-gray-base {
  color: #fff;
  background: #e6ebe9;
}
.panel--color-gray-dark {
  color: #fff;
  background: #c0c7c9;
}
.panel--color-gray-invert {
  color: #fff;
  background: #fff;
}
.panel--color-social {
  color: #fff;
  background: #000;
}
.panel--color-social .panel__close {
  color: #fff;
  background: #000;
}
.panel--color-social-base {
  color: #fff;
  background: #000;
}
.panel--color-social-dailymotion {
  color: #fff;
  background: #0af;
}
.panel--color-social-email {
  color: #fff;
  background: #757575;
}
.panel--color-social-emerald {
  color: #fff;
  background: #2ecc71;
}
.panel--color-social-facebook {
  color: #fff;
  background: #3b5998;
}
.panel--color-social-googleplus {
  color: #fff;
  background: #db4437;
}
.panel--color-social-instagram {
  color: #fff;
  background: #b900b4;
}
.panel--color-social-linkedin {
  color: #fff;
  background: #0077b5;
}
.panel--color-social-pinterest {
  color: #fff;
  background: #bd081c;
}
.panel--color-social-snapchat {
  color: #fff;
  background: #fffc00;
}
.panel--color-social-twitter {
  color: #fff;
  background: #1da1f2;
}
.panel--color-social-vimeo {
  color: #fff;
  background: #1ab7ea;
}
.panel--color-social-whatsapp {
  color: #fff;
  background: #25d366;
}
.panel--color-social-youtube {
  color: #fff;
  background: #cd201f;
}
.panel--color-social-invert {
  color: #fff;
  background: #fff;
}
.panel--color-oecd {
  color: #fff;
  background: #0b71b0;
}
.panel--color-oecd .panel__close {
  color: #fff;
  background: #0b71b0;
}
.panel--color-oecd-base {
  color: #fff;
  background: #0b71b0;
}
.panel--color-oecd-dark {
  color: #fff;
  background: #11629a;
}
.panel--color-oecd-light {
  color: #fff;
  background: #578fb8;
}
.panel--color-oecd-lighter {
  color: #fff;
  background: #8fb4cf;
}
.panel--color-oecd-invert {
  color: #fff;
  background: #fff;
}
.visually-hidden {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0 !important;
  border: 0 !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden;
}
.key-topics {
  position: relative;
  padding-bottom: 75px;
}
@media (min-width: 768px) {
  .key-topics {
    padding-bottom: 75px;
  }
}
.key-topics__content {
  margin-top: 30px;
}
.key-topics__controls {
  position: absolute;
  left: 20px;
  bottom: -80px;
  z-index: 1;
}
@media (min-width: 768px) {
  .key-topics__controls {
    bottom: -75px;
  }
}
@media (min-width: 1024px) {
  .key-topics__controls {
    left: -203px;
  }
}
@media (min-width: 1024px) {
  .key-topics__controls::before {
    content: "";
    position: absolute;
    top: 0;
    right: -38px;
    display: block;
    width: 1px;
    height: 116px;
    background: #0b1e2d;
  }
}
.key-topics__controls .slider__control {
  position: relative;
  float: left;
  display: block;
  width: 45px;
  height: 45px;
  color: #020f3b;
  background: transparent;
  border: 1px solid currentColor;
  border-radius: 50%;
  outline: none;
}
.key-topics__controls .slider__control::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 11px;
  height: 11px;
  border: 2px solid currentColor;
  border-right: none;
  border-bottom: none;
  transform: translate(-66%, -50%) rotate(135deg);
}
.key-topics__controls .slider__control--prev {
  margin-right: 5px;
}
@media (min-width: 768px) {
  .key-topics__controls .slider__control--prev {
    margin-right: 9px;
  }
}
.key-topics__controls .slider__control--prev::before {
  transform: translate(-33%, -50%) rotate(-45deg);
}
.key-topics .slick-list {
  overflow: visible;
}
.key-topics__slide {
  position: relative;
  height: 150px;
  display: block;
  text-decoration: none;
  margin-bottom: 20px;
  padding: 20px;
  background: #020f3b;
  color: #fff;
}
.key-topics__slide:hover {
  color: #fff;
}
@media (min-width: 768px) {
  .key-topics__slide {
    height: 160px;
  }
}
@media (min-width: 1024px) {
  .key-topics__slide {
    height: 240px;
    padding: 20px 25px;
  }
}
.key-topics .slick-slide {
  margin: 0 10px;
}
.key-topics .slick-list {
  margin: 0 -10px;
}
.key-topics__title {
  display: flex;
  align-items: center;
  position: relative;
  font-family: "Oswald", sans-serif;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.2727272727em;
}
@media (min-width: 768px) {
  .key-topics__title {
    font-size: 26px;
    font-size: 1.625rem;
    line-height: 1.3846153846em;
  }
}
@media (min-width: 1024px) {
  .key-topics__title {
    font-size: 26px;
    font-size: 1.625rem;
    line-height: 1.3846153846em;
  }
}
.key-topics__title__nb {
  margin-right: 10px;
  font-size: 45px;
  font-size: 2.8125rem;
  font-weight: 700;
  line-height: 1.1111111111em;
}
.key-topics__title__content {
  float: left;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.5em;
  text-transform: uppercase;
}
.key-topics__img {
  width: 130px;
  margin: auto;
}
.key-topics__link {
  position: absolute;
  left: calc(10px + 10px);
  bottom: 20px;
  color: #fff;
}
@media (min-width: 1024px) {
  .key-topics__link {
    left: calc(20px + 10px);
    bottom: 25px;
  }
}
.key-topics__link img {
  position: absolute;
  left: -15px;
  display: block;
  width: 5px;
  height: 10px;
}
.visually-hidden {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0 !important;
  border: 0 !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden;
}
.publications__cover {
  display: block;
  margin: 0 auto;
  border: 1px solid #e3e3e3;
}
@media (min-width: 480px) {
  .publications__cover {
    margin: 0;
  }
}
.publications__intro {
  margin: 0.625em 0 0.8333333333em;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.5555555556em;
  font-weight: 500;
}
@media (min-width: 1024px) {
  .publications__intro {
    margin: 0.625em 0 0.8333333333em;
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1.4166666667em;
    font-weight: 500;
  }
}
.publications__links {
  position: relative;
  margin: 0;
  padding: 50px 0;
  list-style: none;
}
.publications__links::before {
  content: "";
  position: absolute;
  top: 0;
  left: -30px;
  min-height: 100%;
  border-left: 1px solid #e3e3e3;
}
@media (min-width: 768px) {
  .publications__links__item {
    display: inline;
    margin-right: 20px;
  }
}
@media (min-width: 1024px) {
  .publications__links__item {
    display: block;
    margin-right: 0;
  }
}
.publications__links__item + .publications__links__item {
  margin-top: 30px;
}
.visually-hidden {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0 !important;
  border: 0 !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden;
}
.icon-play {
  display: inline-block;
  width: 30px;
  height: 30px;
  background-size: cover;
  margin-right: 6px;
}
.icon-video:hover,
.icon-video:focus {
  -webkit-filter: invert(90%) sepia(40%) saturate(1000%) hue-rotate(180deg)
    brightness(70%) contrast(97%);
  filter: invert(60%) sepia(40%) saturate(1000%) hue-rotate(180deg)
    brightness(70%) contrast(97%);
}
.video {
  position: relative;
  margin-top: 40px;
}
.video-regular .video {
  margin-top: 0;
}
.header-video .video {
  margin-top: -30px;
}
@media (min-width: 768px) {
  .header-video .video {
    margin-top: 40px;
  }
}
.video__arrows {
  display: none;
  position: absolute;
  top: -85px;
  right: -28px;
  width: 57px;
}
@media (min-width: 768px) {
  .video__arrows {
    display: block;
  }
  .video-regular .video__arrows {
    display: none;
  }
  .header-video .video__arrows {
    top: 0;
    right: -70px;
    width: 40px;
  }
}
@media (min-width: 1024px) {
  .video__arrows {
    top: -125px;
    right: -45px;
    width: 90px;
  }
  .video-regular .video__arrows {
    display: block;
  }
  .header-video .video__arrows {
    top: -109px;
    right: 55px;
    width: 88px;
  }
}
.video__cover {
  width: 100%;
  height: 180px;
}
@media (min-width: 768px) {
  .video__cover {
    height: 372px;
  }
  .video-regular .video__cover {
    height: 229px;
  }
  .header-video .video__cover {
    display: block;
    height: 213px;
  }
}
@media (min-width: 1024px) {
  .video__cover {
    height: 600px;
  }
  .video-regular .video__cover {
    height: 440px;
  }
  .header-video .video__cover {
    display: block;
    height: 240px;
  }
}
.video__img {
  width: 100%;
  height: 600px;
}
.video__mask {
  position: absolute;
  width: 100%;
  height: 100%;
  background: #0b1e2d;
  opacity: 0.3;
}
.video__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 2;
  height: 100%;
  color: #fff;
}
.video__picto {
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 35px;
  border: 0;
  border-radius: 50%;
  background: #22707e;
}
.video__picto--green {
  background: #548235;
}
.video__picto--emerald {
  background: #089d8b;
}
.video__picto--red {
  background: #db4437;
}
.header-video .video__picto {
  background: #db4437;
}
@media (min-width: 768px) {
  .video__picto {
    width: 80px;
    height: 80px;
  }
  .video-regular .video__picto {
    width: 35px;
    height: 35px;
  }
  .header-video .video__picto {
    width: 60px;
    height: 60px;
  }
}
@media (min-width: 1024px) {
  .video-regular .video__picto {
    width: 80px;
    height: 80px;
  }
  .header-video .video__picto {
    width: 60px;
    height: 60px;
  }
}
.video__picto img {
  width: 6px;
}
@media (min-width: 768px) {
  .video__picto img {
    width: 15px;
  }
  .video-regular .video__picto img {
    width: 7px;
  }
  .header-video .video__picto img {
    width: 10px;
  }
}
@media (min-width: 1024px) {
  .video-regular .video__picto img {
    width: 15px;
  }
  .header-video .video__picto img {
    width: 10px;
  }
}
.video__box {
  display: flex;
  flex-direction: column-reverse;
  justify-content: center;
  align-items: center;
}
@media (min-width: 768px) {
  .video__box {
    flex-direction: column;
  }
}
.video-regular .video__box {
  flex-direction: column-reverse;
}
.video__text {
  margin-top: 10px;
  font-family: "Oswald", sans-serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5625em;
}
@media (min-width: 768px) {
  .video__text {
    margin-top: 0;
    font-size: 35px;
    font-size: 2.1875rem;
    line-height: 1.7142857143em;
  }
  .video-regular .video__text {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.75em;
  }
}
@media (min-width: 1024px) {
  .video-regular .video__text {
    font-size: 35px;
    font-size: 2.1875rem;
    line-height: 1.7142857143em;
  }
}
.header-video .video__text {
  display: none;
}
.visually-hidden {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0 !important;
  border: 0 !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden;
}
.card {
  margin-top: 35px;
  padding: 0;
  background: none;
  border: none;
  cursor: pointer;
  outline: none;
}
.card__img {
  display: flex;
  justify-content: center;
  align-items: center;
  float: left;
  margin-right: 30px;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  background: #e6ebe9;
  transition: all 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
@media (min-width: 1024px) {
  .card__img {
    width: 50px;
    height: 50px;
  }
}
.card:hover .card__img {
  transform: scale(1.2);
}
.card__img img {
  position: relative;
  top: -10px;
  left: 10px;
  width: 30px;
  height: 30px;
}
@media (min-width: 1024px) {
  .card__img img {
    width: 40px;
    height: 40px;
  }
}
.card__text {
  float: left;
  width: calc(100% - 80px);
  font-size: 16px;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.25em;
  text-transform: uppercase;
  text-align: left;
}
@media (min-width: 1024px) {
  .card__text {
    padding: 5px 12% 0 0;
  }
}
.highlight--color-primary {
  color: #fff;
  background: #6a1b9a;
}
.highlight--color-primary-base {
  color: #fff;
  background: #6a1b9a;
}
.highlight--color-primary-invert {
  color: #fff;
  background: #fff;
}
.highlight--color-secondary {
  color: #fff;
  background: #020f3b;
}
.highlight--color-secondary-base {
  color: #fff;
  background: #020f3b;
}
.highlight--color-secondary-invert {
  color: #fff;
  background: #fff;
}
.highlight--color-tertiary {
  color: #fff;
  background: #fd6a02;
}
.highlight--color-tertiary-base {
  color: #fff;
  background: #fd6a02;
}
.highlight--color-tertiary-invert {
  color: #fff;
  background: #fff;
}
.highlight--color-fourth {
  color: #fff;
  background: #548235;
}
.highlight--color-fourth-base {
  color: #fff;
  background: #548235;
}
.highlight--color-fourth-invert {
  color: #fff;
  background: #fff;
}
.highlight--color-five {
  color: #fff;
  background: #dd2c00;
}
.highlight--color-five-base {
  color: #fff;
  background: #dd2c00;
}
.highlight--color-five-invert {
  color: #fff;
  background: #fff;
}
.highlight--color-foreground {
  color: #fff;
  background: #0b1e2d;
}
.highlight--color-foreground-base {
  color: #fff;
  background: #0b1e2d;
}
.highlight--color-foreground-light {
  color: #fff;
  background: #2e4558;
}
.highlight--color-foreground-invert {
  color: #fff;
  background: #fff;
}
.highlight--color-background {
  color: #0b1e2d;
  background: #fff;
}
.highlight--color-background-base {
  color: #0b1e2d;
  background: #fff;
}
.highlight--color-background-invert {
  color: #0b1e2d;
  background: #0b1e2d;
}
.highlight--color-background-highlight {
  color: #0b1e2d;
  background: #ffc20e;
}
.highlight--color-gray {
  color: #fff;
  background: #e6ebe9;
}
.highlight--color-gray-base {
  color: #fff;
  background: #e6ebe9;
}
.highlight--color-gray-dark {
  color: #fff;
  background: #c0c7c9;
}
.highlight--color-gray-invert {
  color: #fff;
  background: #fff;
}
.highlight--color-social {
  color: #fff;
  background: #000;
}
.highlight--color-social-base {
  color: #fff;
  background: #000;
}
.highlight--color-social-dailymotion {
  color: #fff;
  background: #0af;
}
.highlight--color-social-email {
  color: #fff;
  background: #757575;
}
.highlight--color-social-emerald {
  color: #fff;
  background: #2ecc71;
}
.highlight--color-social-facebook {
  color: #fff;
  background: #3b5998;
}
.highlight--color-social-googleplus {
  color: #fff;
  background: #db4437;
}
.highlight--color-social-instagram {
  color: #fff;
  background: #b900b4;
}
.highlight--color-social-linkedin {
  color: #fff;
  background: #0077b5;
}
.highlight--color-social-pinterest {
  color: #fff;
  background: #bd081c;
}
.highlight--color-social-snapchat {
  color: #fff;
  background: #fffc00;
}
.highlight--color-social-twitter {
  color: #fff;
  background: #1da1f2;
}
.highlight--color-social-vimeo {
  color: #fff;
  background: #1ab7ea;
}
.highlight--color-social-whatsapp {
  color: #fff;
  background: #25d366;
}
.highlight--color-social-youtube {
  color: #fff;
  background: #cd201f;
}
.highlight--color-social-invert {
  color: #fff;
  background: #fff;
}
.highlight--color-oecd {
  color: #fff;
  background: #0b71b0;
}
.highlight--color-oecd-base {
  color: #fff;
  background: #0b71b0;
}
.highlight--color-oecd-dark {
  color: #fff;
  background: #11629a;
}
.highlight--color-oecd-light {
  color: #fff;
  background: #578fb8;
}
.highlight--color-oecd-lighter {
  color: #fff;
  background: #8fb4cf;
}
.highlight--color-oecd-invert {
  color: #fff;
  background: #fff;
}
.visually-hidden {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0 !important;
  border: 0 !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden;
}
.banner {
  position: relative;
  width: 100%;
  overflow: hidden;
  margin-bottom: 50px;
}
.banner__img {
  position: relative;
  width: 100%;
  height: 180px;
}
@media (min-width: 768px) {
  .banner__img {
    float: left;
    width: 620px;
    height: 450px;
  }
}
@media (min-width: 1024px) {
  .banner__img {
    height: 500px;
  }
}
.banner__content {
  padding: 30px 20px;
  width: 100%;
  background: #6a1b9a;
}
@media (min-width: 768px) {
  .banner__content {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    z-index: 2;
    width: 360px;
    padding: 35px 20px;
  }
}
@media (min-width: 1024px) {
  .banner__content {
    padding: 50px 50px 30px 50px;
    width: 510px;
  }
}
.banner--orange .banner__content {
  background: #fd5f07;
}
.banner__content * {
  position: relative;
  z-index: 4;
}
.banner__label {
  display: inline-block;
  margin-bottom: 15px;
  padding: 0 10px;
  font-size: 18px;
  font-size: 1.125rem;
  font-family: "Oswald", sans-serif;
  font-weight: 300;
  line-height: 1.4444444444em;
  color: #fd6a02;
  background: #fff;
}
@media (min-width: 768px) {
  .banner__label {
    margin-bottom: 25px;
    font-size: 18px;
    font-size: 1.125rem;
    font-family: "Oswald", sans-serif;
    font-weight: 300;
    line-height: 2.2222222222em;
  }
}
@media (min-width: 1024px) {
  .banner__label {
    margin-bottom: 40px;
    font-size: 26px;
    font-size: 1.625rem;
    font-family: "Oswald", sans-serif;
    font-weight: 300;
    line-height: 1.6923076923em;
  }
}
.banner__title {
  font-family: "Oswald", sans-serif;
  font-size: 40px;
  font-size: 2.5rem;
  font-weight: 400;
  line-height: 1.25em;
  color: #fff;
}
@media (min-width: 1024px) {
  .banner__title {
    font-size: 50px;
    font-size: 3.125rem;
    font-weight: 400;
    line-height: 1.2em;
  }
}
.banner__tag {
  font-family: "Oswald", sans-serif;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 2.7777777778em;
  color: #fff;
}
@media (min-width: 768px) {
  .banner__tag {
    font-size: 26px;
    font-size: 1.625rem;
    font-weight: 400;
    line-height: 1.9230769231em;
  }
}
@media (min-width: 1024px) {
  .banner__tag {
    font-size: 35px;
    font-size: 2.1875rem;
    font-weight: 400;
    line-height: 1.7142857143em;
  }
}
.banner .btn {
  margin-top: 20px;
}
.banner .social {
  margin-top: 30px;
}
.visually-hidden {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0 !important;
  border: 0 !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden;
}
#navbar {
  overflow: hidden;
  background-color: #020f3b;
  z-index: 20;
  font-size: medium;
  font-family: Oswald, sans-serif;
  font-weight: 400;
  width: 100%;
  border-bottom: 2px solid #514b61;
  text-transform: uppercase;
}
.internal-nav__nav {
  display: flex;
  width: 100%;
}
.internal-nav__lang-sel {
  display: none;
}
@media (min-width: 1024px) {
  .internal-nav__lang-sel-visible {
    display: block;
  }
}
.internal-nav__toggle {
  float: right;
  width: 45px;
  height: 52px;
  background: none;
  border: none;
  display: none;
}
.internal-nav__toggle__force-visible {
  display: block;
}
@media (min-width: 768px) {
  .internal-nav__toggle__force-visible {
    display: none;
  }
}
#navbar a {
  float: left;
  display: none;
  color: #f2f2f2;
  text-align: left;
  padding: 1em 1em;
  text-decoration: none;
  width: calc(100% - 50px);
}
@media (min-width: 768px) {
  #navbar a {
    display: block;
    width: auto;
  }
}
#navbar a.active,
#navbar a.force-visible {
  display: block;
}
#navbar a:hover {
  text-decoration: underline;
}
#navbar a.lang-sel-item {
  font-weight: normal;
  padding: 5px;
  margin: 9px 5px;
  border: 1px solid #676767;
  color: #ccc;
  border-radius: 4px;
}
#navbar a.lang-sel-item:hover {
  text-decoration: none;
  color: #fff;
  border: 1px solid #fff;
}
.content {
  padding: 16px;
}
.sticky {
  position: fixed;
  top: 0;
  width: 100% !important;
  box-shadow: 0px 8px 3px 3px rgba(51, 51, 51, 0.2);
}
.sticky + .content {
  padding-top: 30px;
}
.sticky .active {
  color: #ffc20e !important;
}
.visually-hidden {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0 !important;
  border: 0 !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden;
}
.go-top-btn {
  position: fixed;
  display: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  right: 20px;
  bottom: 20px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  box-shadow: 0 0 13.65px 1.35px rgba(11, 30, 45, 0.3);
  background: #fff;
  cursor: pointer;
  transition: all 0.5s;
  z-index: 10;
}
.go-top-btn:hover {
  width: 52px;
  height: 52px;
}
.go-top-btn img {
  transform: rotate(-90deg);
  width: 8px;
  height: 15px;
}
.go-top-btn img:last-child {
  margin-top: -5px;
}
.visually-hidden {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0 !important;
  border: 0 !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden;
}
.oecd-footer {
  font-size: 14px;
  font-size: 0.875rem;
  position: relative;
  z-index: 1;
}
.oecd-footer a {
  text-decoration: none;
}
.oecd-footer a:hover {
  text-decoration: underline;
}
.oecd-institutional-footer {
  padding: 10px 0;
  background-color: #eef4f8;
  font-family: Georgia, "Times New Roman", Times, serif;
  color: #0b71b0;
}
.oecd-institutional-footer__name {
  font-size: 18px;
  line-height: 20px;
}
.oecd-institutional-footer__link {
  display: block;
}
.oecd-shared-footer {
  padding: 20px 0;
  font-family: Bernini, "Bernini Sans", "Helvetica Neue", Helvetica, Arial,
    sans-serif;
  color: #fff;
}
.oecd-shared-footer--dark {
  background-color: #343434;
}
.oecd-shared-footer--light {
  background-color: #0f629a;
}
.oecd-shared-footer a {
  color: #fff;
}
.oecd-shared-footer__logo-and-copyright {
  zoom: 1;
}
.oecd-shared-footer__logo-and-copyright::before,
.oecd-shared-footer__logo-and-copyright::after {
  content: "";
  display: table;
}
.oecd-shared-footer__logo-and-copyright::after {
  clear: both;
}
.oecd-shared-footer__logo {
  margin-bottom: 10px;
  width: 152px;
  height: 40px;
  background: url(img/logo-oecd-footer.png) center/contain no-repeat;
}
.oecd-shared-footer__logo--fr {
  background-image: url(img/logo-ocde-footer.png);
}
.oecd-shared-footer--dark .oecd-shared-footer__copyright {
  color: #a4a1a1;
}
.oecd-shared-footer--light .oecd-shared-footer__copyright {
  color: #cacaca;
}
@media (min-width: 768px) {
  .oecd-shared-footer__copyright-first,
  .oecd-shared-footer__copyright-second {
    display: block;
  }
}
.oecd-shared-footer__links,
.oecd-shared-footer__icons {
  margin: 0;
  padding: 0;
  list-style: none;
  zoom: 1;
}
.oecd-shared-footer__links::before,
.oecd-shared-footer__links::after,
.oecd-shared-footer__icons::before,
.oecd-shared-footer__icons::after {
  content: "";
  display: table;
}
.oecd-shared-footer__links::after,
.oecd-shared-footer__icons::after {
  clear: both;
}
.oecd-shared-footer__link {
  display: block;
}
.oecd-shared-footer__link-item {
  margin-bottom: 10px;
}
.oecd-shared-footer__icon {
  float: left;
  margin-right: 5px;
}
@media (min-width: 768px) {
  .oecd-shared-footer__icon {
    margin-bottom: 5px;
  }
}
.oecd-shared-footer__icon-link {
  width: 35px;
  height: 35px;
  display: block;
  white-space: nowrap;
  text-indent: 110%;
  background: url(img/social-buttons.png) no-repeat center;
  overflow: hidden;
  opacity: 0.85;
  transition: opacity 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.oecd-shared-footer__icon-link:hover {
  opacity: 1;
}
.oecd-shared-footer__social-media {
  clear: both;
  padding-top: 10px;
}
@media (min-width: 768px) {
  .oecd-shared-footer__social-media {
    clear: none;
    padding-top: 0;
  }
}
.oecd-shared-footer__social-media > p {
  margin-top: 0;
}
.oecd-shared-footer__facebook {
  background-position: 0 0;
}
.oecd-shared-footer__twitter {
  background-position: 0 -35px;
}
.oecd-shared-footer__youtube {
  background-position: 0 -70px;
}
.oecd-shared-footer__linkedin {
  background-position: 0 -105px;
}
.oecd-shared-footer__rss {
  background-position: 0 -140px;
}
.oecd-shared-footer__flickr {
  background: url(img/SocialButtons-flickr.png) no-repeat center;
}
.oecd-shared-footer__oecddirect {
  background: url(img/SocialButtons-mailalerts.png) no-repeat center;
}
.oecd-shared-footer__instagram {
  background: url(img/instagram-35x35.png) no-repeat center;
}
.visually-hidden {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0 !important;
  border: 0 !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden;
}
.key-facts-slider {
  width: 100%;
}
.key-facts-slider__controls {
  display: flex;
  flex-wrap: wrap;
  float: left;
  margin-right: 0;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .key-facts-slider__controls {
    position: static;
    top: 5px;
    right: 0;
    z-index: 9999;
    margin-right: 45px;
    margin-bottom: 0;
  }
}
@media (min-width: 1024px) {
  .key-facts-slider__controls {
    top: 10px;
    right: 115px;
  }
}
.key-facts-slider__next,
.key-facts-slider__prev {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 45px;
  height: 45px;
  border: 1px solid #0b1e2d;
  border-radius: 50%;
  cursor: pointer;
  background: #fff;
}
.key-facts-slider__next img,
.key-facts-slider__prev img {
  width: 10px;
}
.key-facts-slider__prev {
  margin-right: 10px;
  transform: rotate(180deg);
}
.key-facts-slider__content {
  margin-top: 3px;
}
@media (min-width: 768px) {
  .key-facts-slider__content {
    margin-top: 40px;
  }
}
@media (min-width: 1024px) {
  .key-facts-slider__content {
    margin-top: 70px;
  }
}
.blockquote p {
  font-size: 1.2rem;
  line-height: 1.4em;
  padding: 0 0.1em;
  font-weight: 300;
}
@media (min-width: 768px) {
  .blockquote p {
    font-size: 1.8rem;
    line-height: 1.4em;
    color: #444;
  }
}
.highlight {
  padding: 40px 20px;
  font-family: "Oswald", sans-serif;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 300;
  line-height: 1.5em;
  background: #548235;
  color: #fff;
}
@media (min-width: 768px) {
  .highlight {
    padding: 30px 20px;
  }
}
@media (min-width: 1024px) {
  .highlight {
    padding: 40px 30px;
    font-size: 30px;
    font-size: 1.875rem;
    line-height: 1.3333333333em;
  }
}
.visually-hidden {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0 !important;
  border: 0 !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden;
}
.credits p {
  padding-left: 1em;
  color: #777;
  margin: 0;
  font-size: 10px;
  font-size: 0.625rem;
  border-top: solid 1px #e8e8e8;
}
.visually-hidden {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0 !important;
  border: 0 !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden;
}
.social-sticky {
  position: fixed;
  bottom: 80px;
  right: 20px;
  z-index: 10;
}
@media (min-width: 768px) {
  .social-sticky {
    top: 185px;
    bottom: inherit;
  }
}
@media (min-width: 768px) {
  .social-sticky--old {
    right: 0;
    top: 50%;
    transform: translateY(-40%) translateX(100%);
    transition: all 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  }
}
.social-sticky--old.open {
  transform: translateY(-40%) translateX(0);
}
.social-sticky__item {
  position: relative;
  display: none;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  margin-top: 10px;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 0 5px 0 rgba(11, 30, 45, 0.35);
  cursor: pointer;
  transition: all 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
@media (min-width: 768px) {
  .social-sticky__item {
    display: flex;
    width: 58px;
    height: 58px;
    margin-top: 0;
    border: 1px solid #0b1e2d;
    border-radius: 0;
    border-top: 0;
    box-shadow: none;
  }
}
@media (min-width: 768px) {
  .social-sticky--old .social-sticky__item {
    float: right;
    clear: both;
    border: none;
    width: 28px;
    height: 28px;
    padding: 9px;
    box-sizing: content-box;
  }
}
.social-sticky.open .social-sticky__item {
  display: flex;
}
@media (min-width: 768px) {
  .social-sticky--old .social-sticky__item:hover {
    padding-right: 20px;
  }
}
.social-sticky__item:first-child {
  margin-top: 0;
}
@media (min-width: 768px) {
  .social-sticky__item:first-child {
    border-top: 1px solid #0b1e2d;
  }
}
@media (min-width: 768px) {
  .social-sticky--old .social-sticky__item:first-child {
    border: none;
  }
}
.social-sticky__item img {
  width: 21px;
  height: 21px;
}
@media (min-width: 768px) {
  .social-sticky--old .social-sticky__item img {
    width: 28px;
    height: 28px;
  }
}
.social-sticky__item--plus {
  display: block;
  border: none;
  outline: none;
  transition: all 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
@media (min-width: 768px) {
  .social-sticky__item--plus {
    display: none;
  }
}
.social-sticky.open .social-sticky__item--plus {
  transform: rotate(45deg);
}
@media (min-width: 768px) {
  .social-sticky--old .social-sticky__item--plus {
    position: absolute;
    right: 0;
    display: block;
    height: 20px;
    width: 10px;
    padding: 0 9px;
    background: none;
    transform: translateX(-45px) scaleX(-1);
  }
}
@media (min-width: 768px) {
  .social-sticky--old.open .social-sticky__item--plus {
    bottom: -20px;
    width: 28px;
    transform: translateX(0);
    opacity: 0;
  }
}
@media (min-width: 768px) {
  .social-sticky--old:hover .social-sticky__item--plus {
    opacity: 1;
  }
}
@media (min-width: 768px) {
  .social-sticky--old .social-sticky__item--plus:hover {
    display: block;
    padding-right: 9px;
  }
}
.social-sticky__item--plus::before,
.social-sticky__item--plus::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 28px;
  height: 0;
  border-bottom: 1px solid #0b1e2d;
  transform: translate(-50%, -50%);
}
@media (min-width: 768px) {
  .social-sticky--old .social-sticky__item--plus::before,
  .social-sticky--old .social-sticky__item--plus::after {
    left: 9px;
    width: 0;
    height: 0;
    background: none;
    border-style: solid;
    border-width: 7px 0 7px 7px;
    border-color: transparent transparent transparent #c0c7c9;
    transform: none;
  }
}
.social-sticky__item--plus::after {
  transform: translate(-50%, -50%) rotate(90deg);
}
@media (min-width: 768px) {
  .social-sticky--old .social-sticky__item--plus::after {
    display: none;
  }
}
.social-sticky__item.ssk-base {
  background: #000;
}
.social-sticky__item.ssk-dailymotion {
  background: #0af;
}
.social-sticky__item.ssk-email {
  background: #757575;
}
.social-sticky__item.ssk-emerald {
  background: #2ecc71;
}
.social-sticky__item.ssk-facebook {
  background: #3b5998;
}
.social-sticky__item.ssk-googleplus {
  background: #db4437;
}
.social-sticky__item.ssk-instagram {
  background: #b900b4;
}
.social-sticky__item.ssk-linkedin {
  background: #0077b5;
}
.social-sticky__item.ssk-pinterest {
  background: #bd081c;
}
.social-sticky__item.ssk-snapchat {
  background: #fffc00;
}
.social-sticky__item.ssk-twitter {
  background: #1da1f2;
}
.social-sticky__item.ssk-vimeo {
  background: #1ab7ea;
}
.social-sticky__item.ssk-whatsapp {
  background: #25d366;
}
.social-sticky__item.ssk-youtube {
  background: #cd201f;
}
.social-sticky__item.ssk-invert {
  background: #fff;
}
.visually-hidden {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0 !important;
  border: 0 !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden;
}
.container_minheight {
  min-height: 130px;
}
.header-position {
  position: absolute;
  top: 0;
  width: 100%;
  background: unset;
}
video {
  position: absolute;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: -100;
  background-size: cover;
}
.header-publication {
  position: relative;
  width: 100%;
}
.header-publication__content {
  padding: 20px 0;
  color: #fff;
}
.header-video .header-publication__content {
  margin-left: -15px;
  margin-right: -15px;
}
@media (min-width: 768px) {
  .header-publication__content {
    padding: 40px 0;
  }
  .header-video .header-publication__content {
    margin-left: -15px;
    margin-right: -15px;
  }
}
@media (min-width: 768px) and (min-width: 1024px) {
  .header-video .header-publication__content {
    padding-top: 50px;
    padding-left: 50px;
    margin-right: 45px;
  }
}
.header-publication__content--mobile {
  padding: 30px 0;
  color: #0b1e2d;
  background: #e6ebe9;
}
.header-video .header-publication__content--mobile {
  margin-left: -15px;
  margin-right: -15px;
  padding-bottom: 60px;
}
@media (min-width: 768px) {
  .header-publication__content--mobile {
    display: none;
  }
}
.header-publication__title {
  display: none;
  margin: 0;
  font-family: "Oswald", sans-serif;
  font-size: 40px;
  font-size: 2.5rem;
  line-height: 1.25em;
}
@media (min-width: 768px) {
  .header-publication__title {
    display: block;
    margin: 30px 0 0 0;
    font-size: 50px;
    font-size: 3.125rem;
    line-height: 1.2em;
  }
}
.header-publication__content--mobile .header-publication__title {
  display: block;
}
@media (min-width: 1024px) {
  .header-publication__title {
    margin: 2vh 0 0 0;
    font-size: 70px;
    font-size: 4.375rem;
    line-height: 1.1428571429em;
  }
  .header-video .header-publication__title {
    margin: 0;
    font-size: 50px;
    font-size: 3.125rem;
    line-height: 1.2em;
  }
}
.header-publication__title .header-title {
  font-family: "Oswald", sans-serif;
  font-size: 4.5vw;
  line-height: 1.1;
}
.header-publication__tag {
  display: none;
  font-family: "Oswald", sans-serif;
  font-size: 28px;
  font-size: 1.75rem;
  line-height: 1.7857142857em;
}
.header-publication__content--mobile .header-publication__tag {
  display: block;
}
@media (min-width: 768px) {
  .header-publication__tag {
    display: block;
    margin-top: 20px;
    font-size: 36px;
    font-size: 2.25rem;
    line-height: 1.6666666667em;
  }
}
@media (min-width: 1024px) {
  .header-publication__tag {
    font-size: 50px;
    font-size: 3.125rem;
    line-height: 1.6em;
  }
  .header-video .header-publication__tag {
    font-size: 35px;
    font-size: 2.1875rem;
    line-height: 1.7142857143em;
  }
}
.header-publication__label {
  display: block;
  margin-bottom: 10px;
  font-family: "Oswald", sans-serif;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 300;
  line-height: 2.4444444444em;
}
@media (min-width: 768px) {
  .header-publication__label {
    margin-top: 20px;
    margin-bottom: 0;
  }
}
@media (min-width: 1024px) {
  .header-publication__label {
    margin-top: 40px;
    font-size: 26px;
    font-size: 1.625rem;
    font-weight: 300;
    line-height: 1.6923076923em;
  }
  .header-video .header-publication__label {
    margin-top: 10px;
    font-size: 20px;
    font-size: 1.25rem;
  }
}
.visually-hidden {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0 !important;
  border: 0 !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden;
}
.header-publication-inner-page-nav {
  display: flex;
  flex-wrap: wrap;
  padding: 0px 15px;
}
.header-publication-inner-page-nav > a {
  position: relative;
  text-decoration: none;
  margin: 10px 15px;
  white-space: nowrap;
  z-index: 1;
}
.header-publication-inner-page-nav > a:before {
  content: "";
  position: absolute;
  z-index: -1;
  min-width: 100%;
  height: 0.4em;
  bottom: 0px;
  left: -3px;
  right: -3px;
  background-color: #ffc20e;
  visibility: hidden;
  transform: scaleX(0);
  transition: all 0.3s ease-in-out 0s;
}
.header-publication-inner-page-nav > a:hover:before {
  visibility: visible;
  transform: scaleX(1);
}
.internal-nav {
  display: none;
  margin: 0 -15px;
  padding: 0;
  list-style: none;
  font-size: 14px;
  font-size: 0.875rem;
  font-family: Bernini, "Bernini Sans", "Helvetica Neue", Helvetica, Arial,
    sans-serif;
}
@media (min-width: 768px) {
  .internal-nav {
    display: block;
    float: left;
    margin: 0;
  }
}
.internal-nav__container {
  clear: both;
  color: #fff;
  background-color: #0b1e2d;
  font-weight: bold;
}
.visually-hidden {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0 !important;
  border: 0 !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden;
}
.text-block {
  position: relative;
  margin-bottom: 20px;
  padding: 30px 20px 20px 20px;
}
@media (min-width: 768px) {
  .text-block {
    border-top: 0;
    border-right: 0;
    margin-bottom: 0;
    padding-left: 60px;
    padding-top: 30px;
    padding-bottom: 20px;
  }
}
@media (min-width: 1024px) {
  .text-block {
    padding-left: 70px;
    padding-top: 30px;
    padding-bottom: 20px;
  }
}
@media (min-width: 768px) {
  .text-block:first-child {
    padding-top: 0;
  }
}
.text-block:last-child {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .text-block:after {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(50%);
    bottom: -1px;
    display: block;
    width: 50vw;
    height: 1px;
    background: #e7e8e9;
  }
}
@media (min-width: 1024px) {
  .text-block:after {
    display: none;
  }
}
.text-block--mt {
  margin-top: 30px;
}
.text-block__img {
  margin-top: 20px;
}
.text-block__legend {
  font-size: 14px;
  font-size: 0.875rem;
}
.text-block__special-layout {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  flex-direction: column;
}
@media (min-width: 768px) {
  .text-block__special-layout {
    flex-direction: row;
  }
}
.text-block__special-layout__img {
  margin-right: 2px;
  margin-bottom: 2px;
  width: 335px;
}
.text-block__special-layout__img:nth-child(2n + 1),
.text-block__special-layout__img:nth-last-child {
  margin-right: 0;
}
.text-block__special-layout__img:nth-last-child(2),
.text-block__special-layout__img:nth-last-child {
  margin-bottom: 2px;
}
.visually-hidden {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0 !important;
  border: 0 !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden;
}
.special-height {
  max-height: 620px;
}
@media (min-width: 370px) {
  .special-height {
    height: 91vh;
  }
}
.video-regular__text {
  margin-bottom: 30px;
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: 200;
  font-style: italic;
  line-height: 1.4545454545em;
}
@media (min-width: 768px) {
  .video-regular__text {
    margin-bottom: 0;
  }
}
@media (min-width: 1024px) {
  .video-regular__text {
    font-size: 35px;
    font-size: 2.1875rem;
    line-height: 1.2857142857em;
  }
}
.visually-hidden {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0 !important;
  border: 0 !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden;
}
.site-header {
  display: none;
  height: 99px;
}
@media (min-width: 768px) {
  .site-header {
    display: block;
  }
}
.site-header:after {
  display: table;
  content: " ";
  clear: both;
}
.site-header__search {
  height: 100%;
  float: right;
  width: 100%;
}
@media (min-width: 768px) {
  .site-header__search {
    width: auto;
  }
}
.site-header__search > * {
  float: left;
}
.site-header__search .navbar-form {
  padding: 0;
}
.site-header__search__content {
  position: relative;
  float: left;
  height: 100%;
  padding-left: 5px;
  background: #8cc841;
}
.site-header__search__content::before {
  content: "";
  position: absolute;
  top: 0;
  right: 100%;
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 99px 80px;
  border-color: transparent transparent #8cc841 transparent;
}
.site-header__search__content::after {
  float: left;
  content: "";
  position: absolute;
  top: 0;
  left: 100%;
  display: block;
  width: 50vw;
  height: 100%;
  background: #8cc841;
}
.site-header__search__a-z {
  margin-top: 15px;
}
.site-header__search__a-z a {
  text-decoration: none;
}
.site-header__search__input {
  width: 170px;
  height: 34px;
  margin: 0px;
  border: none transparent;
  border-radius: 3px;
  outline: none;
  padding: 8px 0;
  text-indent: 48px;
  background: url("http://www.google.com/cse/static/images/1x/googlelogo_lightgrey_46x16dp.png")
    0% 50% / auto no-repeat scroll padding-box border-box #fff;
  box-shadow: none;
  opacity: 1;
}
.site-header__search__input:focus {
  background: #fff;
  text-indent: initial;
  padding: 8px 5px;
}
.site-header__search__input::-webkit-input-placeholder {
  font-size: 12px;
  font-size: 0.75rem;
}
.site-header__search__input:-moz-placeholder {
  font-size: 12px;
  font-size: 0.75rem;
}
.site-header__search__input::-moz-placeholder {
  font-size: 12px;
  font-size: 0.75rem;
}
.site-header__search__input:-ms-input-placeholder {
  font-size: 12px;
  font-size: 0.75rem;
}
.site-header__search__btn {
  position: relative;
  width: 35px;
  height: 35px;
  border: 0;
  border-radius: 3px;
  padding: 0;
  background-color: #11629a;
  color: #fff;
}
#search-form-mb .site-header__search__btn {
  margin-left: 10px;
  background-color: #578fb8;
}
.site-header__search__btn img {
  width: 15px;
  height: 15px;
}
#search-form-mb {
  width: 100%;
}
.visually-hidden {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0 !important;
  border: 0 !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden;
}
.header-top {
  position: relative;
  z-index: 9;
  font-family: Bernini, "Bernini Sans", "Helvetica Neue", Helvetica, Arial,
    sans-serif;
  font-size: 14px;
  font-size: 0.875rem;
  background-color: #fff;
  border-bottom: 1px solid #c3c3c3;
}
@media (min-width: 768px) {
  .header-top {
    height: 38px;
    background-image: linear-gradient(to bottom, white, white 90%, #f0f0f0);
  }
}
.header-top__logo {
  float: left;
  width: 110px;
  height: 46px;
  background: url(img/logo-oecd-mobile@2x.png) center/110px no-repeat;
}
@media (min-width: 768px) {
  .header-top__logo {
    float: none;
    width: 100%;
    height: 38px;
    background: url(img/logo-oecd-short@2x.png) left center/35px no-repeat;
  }
}
.header-top__logo__container {
  border-bottom: 1px solid #99bcd4;
}
@media (min-width: 768px) {
  .header-top__logo__container {
    border-bottom: none;
  }
}
.header-top__nav {
  margin: 0 -15px;
}
@media (min-width: 768px) {
  .header-top__nav {
    margin: 0;
  }
}
@media screen and (max-width: 767px) {
  .header-top__nav.is-hidden {
    position: absolute !important;
    clip: rect(1px 1px 1px 1px);
    clip: rect(1px, 1px, 1px, 1px);
    padding: 0 !important;
    border: 0 !important;
    height: 1px !important;
    width: 1px !important;
    overflow: hidden;
  }
}
.header-top__nav__toggle {
  position: absolute;
  top: -46px;
  right: 0;
  width: 50px;
  height: 46px;
  background: none;
  border: none;
}
@media (min-width: 768px) {
  .header-top__nav__toggle {
    display: none;
  }
}
.header-top__nav__list {
  display: flex;
  margin: 0;
  padding: 0;
  list-style: none;
  flex-direction: column;
}
@media (min-width: 768px) {
  .header-top__nav__list {
    flex-direction: row;
  }
}
.header-top__nav__item {
  line-height: 45px;
  border-style: none none solid;
  border-width: 1px;
  border-color: #99bcd4;
  color: #11629a;
}
@media (min-width: 768px) {
  .header-top__nav__item {
    height: 38px;
    width: 16.6666666667%;
    line-height: 38px;
    text-align: center;
    border-style: none solid;
    border-color: transparent;
  }
}
.header-top__nav__item:last-child {
  border-bottom-color: transparent;
}
.header-top__nav__item--active {
  font-weight: bold;
  background-color: #eef4f8;
}
@media (min-width: 768px) {
  .header-top__nav__item--active {
    background: #fff;
    border-color: #c3c3c3;
  }
}
.header-top__nav__item--open,
.header-top__nav__item.is-open {
  position: relative;
  background: #fff;
}
@media (min-width: 768px) {
  .header-top__nav__item--open,
  .header-top__nav__item.is-open {
    border-right-color: #c3c3c3;
  }
}
.header-top__nav__link {
  display: block;
  padding: 0 15px;
  text-decoration: none;
}
.header-top__nav__link:hover {
  text-decoration: underline;
}
.header-top__nav__link--toggle {
  position: relative;
}
.header-top__nav__link--toggle::after {
  content: "▼";
  float: right;
  display: inline-block;
  margin-left: 0.5em;
}
@media (min-width: 768px) {
  .header-top__nav__link--toggle::after {
    float: none;
  }
}
.header-top__nav__item.is-open .header-top__nav__link--toggle::after {
  transform: rotateX(180deg);
}
.header-top__subnav {
  margin: 0;
  padding: 0 15px;
  list-style: none;
  background-color: #fff;
}
@media (min-width: 768px) {
  .header-top__subnav {
    position: absolute;
    z-index: 1;
    left: -1px;
    right: -1px;
    padding: 0;
    border-style: none solid solid;
    border-width: 1px;
    border-color: #c3c3c3;
  }
}
.header-top__subnav__item {
  margin: 0;
  padding: 0;
  line-height: 45px;
  text-align: left;
  border-top: 1px solid #99bcd4;
}
@media (min-width: 768px) {
  .header-top__subnav__item {
    line-height: 20px;
    border-top: 0;
  }
}
.header-top__subnav__link {
  display: block;
  padding: 0;
  text-decoration: none;
}
@media (min-width: 768px) {
  .header-top__subnav__link {
    padding: 6px 15px;
  }
}
.header-top__subnav__link:hover {
  text-decoration: underline;
}
.visually-hidden {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0 !important;
  border: 0 !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden;
}
.main-nav {
  display: none;
  margin: 0 -15px;
  padding: 0;
  list-style: none;
  font-size: 14px;
  font-size: 0.875rem;
  font-family: Bernini, "Bernini Sans", "Helvetica Neue", Helvetica, Arial,
    sans-serif;
}
@media (min-width: 768px) {
  .main-nav {
    display: block;
    float: left;
    margin: 0;
  }
}
.main-nav.is-open {
  display: block;
}
.main-nav__container {
  clear: both;
  color: #fff;
  background-color: #11629a;
}
.main-nav__header {
  display: flex;
  align-items: center;
}
@media (min-width: 768px) {
  .main-nav__header {
    display: none;
  }
}
.main-nav__toggle {
  float: left;
  width: 45px;
  height: 52px;
  background: none;
  border: none;
}
@media (min-width: 1024px) {
  .main-nav__toggle {
    display: none;
  }
}
.main-nav__page-name {
  float: left;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1;
  margin-top: 0.25em;
}
@media (min-width: 768px) {
  .main-nav__page-name {
    display: none;
  }
}
.main-nav__lang {
  display: none;
  float: right;
  margin-left: auto;
  font-size: 14px;
  font-size: 0.875rem;
}
@media (min-width: 768px) {
  .main-nav__lang {
    display: block;
  }
}
.main-nav__header .main-nav__lang {
  display: block;
}
@media (min-width: 1024px) {
  .main-nav__header .main-nav__lang {
    display: none;
  }
}
.main-nav__lang__item {
  display: inline-block;
  padding: 0;
  text-decoration: none;
}
@media (min-width: 768px) {
  .main-nav__lang__item {
    display: none;
    padding: 8px 0;
  }
}
@media (min-width: 1024px) {
  .main-nav__lang__item {
    display: inline-block;
    padding: 8px 0;
  }
}
.main-nav__lang__item + .main-nav__lang__item {
  margin-left: 15px;
}
.main-nav__lang__item--tablet-only {
  display: none;
  margin-left: 10px !important;
}
@media (min-width: 768px) {
  .main-nav__lang__item--tablet-only {
    display: inline-block;
  }
}
@media (min-width: 1024px) {
  .main-nav__lang__item--tablet-only {
    display: none;
  }
}
.main-nav__lang__item::before {
  content: "›";
  margin-right: 0.33em;
  font-size: 20px;
  font-size: 1.25rem;
  color: #8fb4cf;
}
.main-nav__item {
  line-height: 40px;
}
@media (min-width: 768px) {
  .main-nav__item {
    float: left;
  }
}
.main-nav__item + .main-nav__item {
  border-top: 1px solid #578fb8;
}
@media (min-width: 768px) {
  .main-nav__item + .main-nav__item {
    border-top: none;
  }
}
.main-nav__item.is-current,
.main-nav__item.is-active {
  background: #578fb8;
}
@media (min-width: 768px) {
  .main-nav__item.is-current,
  .main-nav__item.is-active {
    color: #0b71b0;
    background: #fff;
  }
}
.main-nav__link {
  display: block;
  padding: 0 15px;
  text-decoration: none;
}
@media (min-width: 768px) {
  .main-nav__link {
    min-width: 150px;
    font-size: 19px;
    font-size: 1.1875rem;
    text-align: center;
  }
}
.main-nav__item.is-current .main-nav__link {
  font-weight: 700;
}
@media (min-width: 768px) {
  .main-nav__item.is-current .main-nav__link {
    font-weight: 400;
  }
}
.main-nav__link--toggle::after {
  float: right;
  content: "›";
  display: inline-block;
  margin-left: 0.75em;
  font-size: 20px;
  font-size: 1.25rem;
  transform: rotateZ(90deg);
  color: #8fb4cf;
  transition: all 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
@media (min-width: 768px) {
  .main-nav__link--toggle::after {
    float: none;
  }
}
.main-nav__item.is-current .main-nav__link--toggle::after {
  font-weight: 400;
  color: #fff;
}
@media (min-width: 768px) {
  .main-nav__item.is-current .main-nav__link--toggle::after {
    color: #8fb4cf;
  }
}
.main-nav__list {
  display: none;
  margin: 0;
  padding: 0;
  list-style: none;
  background: #11629a;
}
@media (min-width: 768px) {
  .main-nav__list {
    position: absolute;
    z-index: 8;
    left: 15px;
    right: 15px;
    padding: 20px;
    color: #0b71b0;
    background: #fff;
    border: 1px solid #ddd;
    border-top: 0;
  }
}
.main-nav__list.is-open {
  display: block;
}
@media (min-width: 768px) {
  .main-nav__list__item {
    float: left;
    padding: 7px 5px;
  }
}
@media (min-width: 768px) {
  .col-3-dropdown .main-nav__list__item {
    width: 33.3333333333%;
  }
}
@media (min-width: 768px) {
  .col-4-dropdown .main-nav__list__item {
    width: 25%;
  }
}
@media (min-width: 768px) {
  .col-5-dropdown .main-nav__list__item {
    width: 20%;
  }
}
@media (min-width: 768px) {
  .col-6-dropdown .main-nav__list__item {
    width: 16.6666666667%;
  }
}
.main-nav__list__link {
  display: none;
  padding: 0 15px;
  transition: all 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
@media (min-width: 768px) {
  .main-nav__list__link {
    display: block;
    font-size: 15px;
    font-size: 0.9375rem;
    font-weight: 700;
    text-align: center;
    text-decoration: none;
  }
}
.main-nav__list__item.is-open .main-nav__list__link,
.main-nav__list__link:hover {
  color: #fff;
  background-color: #8fb4cf;
}
@media (min-width: 768px) {
  .main-nav__list__tab {
    display: none;
  }
}
.main-nav__list__item.is-open .main-nav__list__tab {
  display: block;
}
@media (min-width: 768px) {
  .main-nav__list__item.is-open .main-nav__list__tab {
    position: absolute;
    left: -1px;
    right: -1px;
    padding: 20px;
    margin-top: 13px;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  }
}
.main-nav__sublist {
  margin: 0;
  padding: 0;
  list-style: none;
}
@media (min-width: 768px) {
  .main-nav__sublist {
    float: left;
  }
}
@media (min-width: 768px) {
  .col-3-dropdown .main-nav__sublist {
    width: 33.3333333333%;
  }
}
@media (min-width: 768px) {
  .col-4-dropdown .main-nav__sublist {
    width: 25%;
  }
}
@media (min-width: 768px) {
  .col-5-dropdown .main-nav__sublist {
    width: 20%;
  }
}
.main-nav__sublist__item {
  line-height: 30px;
  border-top: 1px solid #578fb8;
}
@media (min-width: 768px) {
  .main-nav__sublist__item {
    border-top: none;
  }
}
.main-nav__sublist__link {
  position: relative;
  display: block;
  padding: 0 30px;
  text-decoration: none;
  transition: all 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
@media (min-width: 768px) {
  .main-nav__sublist__link {
    padding: 7px 5px;
    line-height: 1;
    font-size: 11px;
    font-size: 0.6875rem;
    color: #666;
  }
}
.main-nav__sublist__link:hover {
  text-decoration: underline;
}
@media (min-width: 768px) {
  .main-nav__sublist__link:hover {
    color: #11629a;
    background: #ededed;
  }
}
.main-nav__sublist__link::before {
  content: "›";
  display: none;
  margin-right: 0.2em;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 14px;
  vertical-align: text-bottom;
}
@media (min-width: 768px) {
  .main-nav__sublist__link::before {
    display: inline-block;
  }
}
.main-nav__search-bar {
  display: none;
  border-top: 1px solid #578fb8;
  padding: 15px;
}
@media (min-width: 768px) {
  .main-nav__search-bar {
    display: none !important;
  }
}
.main-nav__search-bar__toggle {
  top: -80px;
  right: 0;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-height: 36px;
  border: 0;
  border-radius: 3px;
  padding: 0 12px;
  background-color: #11629a;
  color: #fff;
}
@media (min-width: 768px) {
  .main-nav__search-bar__toggle {
    display: none !important;
  }
}
.main-nav__search-bar__toggle__img {
  width: 20px;
  height: 20px;
  background: url(img/minimizer--white.svg);
}
.main-nav__search-bar__toggle.open .main-nav__search-bar__toggle__img {
  background: url(img/close--white.svg);
}
.main-nav__search-bar__content {
  display: flex;
  justify-content: center;
}
