.visually-hidden {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0 !important;
  border: 0 !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden;
}

.impact-highlight {
  position: relative;
  margin-top: 60px;
  margin-bottom: 20px;
  padding-bottom: 30px;
  background: #0b1e2d;
  color: #FFFFFF;
}
@media (min-width: 1024px) {
  .impact-highlight {
    margin-top: 100px;
    margin-bottom: 100px;
    padding-top: 95px;
    padding-bottom: 40px;
  }
}
.impact-highlight::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  display: block;
  width: 100vw;
  z-index: -1;
  background: #0b1e2d;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
.impact-highlight__tag {
  margin-bottom: 20px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1em;
  color: #0bb89c;
}
@media (min-width: 1024px) {
  .impact-highlight__tag {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1em;
  }
}
.impact-highlight__tag span {
  margin-left: 0.33em;
  font-weight: 700;
}
.impact-highlight__title {
  margin: 0 0 30px 0;
  font-family: "Oswald", sans-serif;
  font-size: 35px;
  font-size: 2.1875rem;
  font-weight: 700;
  line-height: 1.2857142857em;
}
@media (min-width: 1024px) {
  .impact-highlight__title {
    font-size: 50px;
    font-size: 3.125rem;
    line-height: 1.2em;
  }
}
.impact-highlight__title a {
  color: currentColor;
  text-decoration: none;
}
.impact-highlight__img {
  position: relative;
  display: block;
  margin-top: -20px;
  margin-bottom: 30px;
}
@media (min-width: 1024px) {
  .impact-highlight__img {
    margin-top: -125px;
    margin-bottom: 0;
  }
}
.impact-highlight__img img {
  display: block;
  margin: auto;
}
.impact-highlight__text {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.5555555556em;
}
@media (min-width: 1024px) {
  .impact-highlight__text {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1.4166666667em;
  }
}
.impact-highlight__read-more {
  display: inline-block;
  margin-top: 25px;
}.visually-hidden {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0 !important;
  border: 0 !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden;
}

.who-we-are {
  margin-bottom: 120px;
}
.who-we-are p {
  font-weight: 500;
  margin-top: 0;
  margin-bottom: 45px;
}
.who-we-are a {
  color: currentColor;
  font-weight: 700;
  -webkit-transition: all 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: all 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.who-we-are a:hover {
  color: #0bb89c;
}.visually-hidden {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0 !important;
  border: 0 !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden;
}

.read-more__trigger {
  margin-top: 25px;
  font-weight: 700;
  background: none;
  border: none;
  outline: none;
}
@media (min-width: 768px) {
  .read-more__trigger {
    margin-top: 35px;
  }
}
.read-more__trigger::before {
  display: none;
}
.read-more.is-open .read-more__trigger__more {
  display: none;
}
.read-more__trigger__less {
  display: none;
}
.read-more.is-open .read-more__trigger__less {
  display: inline;
}
.read-more__content {
  overflow-y: hidden;
  -webkit-transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.read-more__content a {
  font-weight: 700;
  color: currentColor;
  text-decoration: underline;
  -webkit-transition: all 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: all 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.read-more__content a:hover {
  color: #0bb89c;
}
.read-more__content > p:first-child {
  margin-top: 0;
}
.read-more__content > p:last-child {
  margin-bottom: 0;
}.visually-hidden {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  /* IE6, IE7 */
  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;
  z-index: 999;
  right: 20px;
  bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #FFFFFF;
  -webkit-box-shadow: 0 0 10px 0 rgba(106, 27, 154, 0.35);
          box-shadow: 0 0 10px 0 rgba(106, 27, 154, 0.35);
  cursor: pointer;
  -webkit-transition: all 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: all 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.go-top-btn:hover {
  width: 52px;
  height: 52px;
}
.go-top-btn.is-hidden {
  opacity: 0;
}
.go-top-btn img {
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          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);
  /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0 !important;
  border: 0 !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden;
}

.breadcrumb {
  display: none;
  margin: 30px 0 30px 30px;
  padding: 0;
  list-style: none;
}
@media (min-width: 768px) {
  .breadcrumb {
    display: block;
  }
}
.site-content .breadcrumb {
  margin: 0 0 30px 0;
}
.impact-story .breadcrumb {
  position: absolute;
  z-index: 1;
  top: 15px;
  margin-left: 15px;
}
.impact-story__header__content .breadcrumb {
  position: relative;
  top: auto;
  margin: -25px 0 55px 0;
}
.engage .breadcrumb {
  margin-top: 30px;
}
.breadcrumb__item {
  display: inline-block;
  margin-right: 15px;
}
.breadcrumb__item .is-current {
  text-decoration: underline;
}
.breadcrumb__link {
  position: relative;
  margin-left: 15px;
  font-weight: 400;
  text-transform: none;
}
.breadcrumb__item:first-child .breadcrumb__link {
  margin-left: 0;
}
.breadcrumb__link::before {
  position: absolute;
  top: 45%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  left: -20px;
  font-weight: 700;
  margin-right: 15px;
}
.breadcrumb__item:first-child .breadcrumb__link::before {
  display: none;
}.visually-hidden {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  /* IE6, IE7 */
  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;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
}
.pop-in.open {
  display: -webkit-box;
  display: -ms-flexbox;
  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%;
  -webkit-transform: translateY(-50%) translateX(-50%);
      -ms-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  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);
  /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0 !important;
  border: 0 !important;
  height: 1px !important;
  width: 1px !important;
  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-menu-logo {
  height: 92px;
  min-width: 210px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  margin-left: 15px;
}
.oecd-menu-logo-en {
  /*logooecd_en.png*/
  background-image: url('/media/oecdorg/about/images/logooecd_en.png');
}
.oecd-menu-logo-fr {
  /*logooecd_fr.png*/
  background-image: url('/media/oecdorg/about/images/logooecd_fr.png');
}

/*Autocomplete*/
.tt-query {
  -webkit-box-shadow: inset 0 1px 1px rgba(11, 30, 45, 0.075);
          box-shadow: inset 0 1px 1px rgba(11, 30, 45, 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(11, 30, 45, 0.2);
  border-radius: 4px;
  -webkit-box-shadow: 0 5px 10px rgba(11, 30, 45, 0.2);
          box-shadow: 0 5px 10px rgba(11, 30, 45, 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;
}.visually-hidden {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0 !important;
  border: 0 !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden;
}

.more-info {
  margin: 30px 0 15px;
}
@media (min-width: 768px) {
  .more-info {
    margin: 50px 0 35px;
  }
}
.more-info__title {
  margin: 0 0 25px;
  font-size: 28px;
  font-size: 1.75rem;
  font-style: italic;
  font-weight: 100;
}
@media (min-width: 768px) {
  .more-info__title {
    font-size: 35px;
    font-size: 2.1875rem;
  }
}
.more-info__link {
  float: left;
  display: block;
  margin-right: 40px;
  margin-bottom: 1em;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.625em;
  text-decoration: none;
  border-bottom: 1px solid #0aa78e;
  -webkit-transition: all 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: all 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
@media (min-width: 768px) {
  .more-info__link {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1.5555555556em;
  }
}
.more-info__link:hover {
  border-bottom-color: #04629a;
}.visually-hidden {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0 !important;
  border: 0 !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden;
}

.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 30px 0;
}
.pagination__arrow {
  position: relative;
  float: left;
  display: block;
  width: 45px;
  height: 45px;
  margin: 0 10px;
  color: currentColor;
  background: transparent;
  border: 1px solid currentColor;
  border-radius: 50%;
  outline: none;
  -webkit-transition: all 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: all 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.pagination__arrow::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 11px;
  height: 11px;
  border: 2px solid currentColor;
  border-right: none;
  border-bottom: none;
  -webkit-transform: translate(-66%, -50%) rotate(135deg);
      -ms-transform: translate(-66%, -50%) rotate(135deg);
          transform: translate(-66%, -50%) rotate(135deg);
}
.pagination__arrow--prev::before {
  -webkit-transform: translate(-33%, -50%) rotate(-45deg);
      -ms-transform: translate(-33%, -50%) rotate(-45deg);
          transform: translate(-33%, -50%) rotate(-45deg);
}
.pagination__arrow:hover {
  color: #FFFFFF;
  background-color: #0b1e2d;
  border-color: #0b1e2d;
}
.pagination__number {
  color: currentColor;
  text-decoration: none;
}
.pagination__number.active {
  font-weight: 700;
  color: #04629a;
}
.pagination__number + .pagination__number {
  margin-left: 20px;
}
.pagination__number__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 15px;
}.visually-hidden {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0 !important;
  border: 0 !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden;
}

.explore-more {
  padding: 60px 0;
  background: #e6ebe9;
}
.explore-more__title {
  margin: 0 0 20px;
  font-size: 28px;
  font-size: 1.75rem;
  font-weight: 100;
  font-style: italic;
}
@media (min-width: 1024px) {
  .explore-more__title {
    float: left;
    margin-bottom: 30px;
    font-size: 35px;
    font-size: 2.1875rem;
  }
}
.explore-more__btn {
  margin-bottom: 20px;
}
@media (min-width: 1024px) {
  .explore-more__btn {
    float: right;
  }
}
.explore-more__intro {
  clear: both;
  margin-bottom: 35px;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.625em;
}
@media (min-width: 1024px) {
  .explore-more__intro {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1.5555555556em;
  }
}
.explore-more__list {
  clear: both;
  margin: 0;
  padding: 0;
  list-style: none;
}
.explore-more__list__item {
  margin-bottom: 25px;
}.visually-hidden {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0 !important;
  border: 0 !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden;
}

.spotlight {
  position: relative;
  z-index: 1;
  padding: 40px 30px;
  background: #0b1e2d;
  color: #FFFFFF;
}
.article .spotlight {
  margin-left: -41px;
}
@media (min-width: 768px) {
  .article .spotlight {
    margin-top: 40px;
    padding: 40px 70px;
    margin-left: -100px;
  }
}
.spotlight:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 100%;
  z-index: -1;
  display: block;
  width: 50vw;
  background: #0b1e2d;
}
.spotlight__title {
  margin-bottom: 50px;
  font-style: italic;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 300;
  line-height: 1.5em;
}
@media (min-width: 1024px) {
  .spotlight__title {
    font-size: 28px;
    font-size: 1.75rem;
    line-height: 1.25em;
  }
}
.spotlight__list {
  position: relative;
  margin: 0;
  padding: 0;
  list-style: none;
}
.spotlight__list li {
  position: relative;
  display: block;
  margin-bottom: 15px;
  margin-left: 15px;
}
.spotlight__list li:last-child {
  margin-bottom: 0;
}
.spotlight__list li span {
  text-transform: uppercase;
  color: #ffc20e;
}
.spotlight__list li:before {
  content: "";
  position: absolute;
  top: 6px;
  left: -15px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #FFFFFF;
}.visually-hidden {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0 !important;
  border: 0 !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden;
}

.article {
  position: relative;
  padding-left: 21px;
}
@media (min-width: 768px) {
  .article {
    padding-left: 41px;
  }
}
@media (min-width: 1024px) {
  .article {
    padding-left: 0;
  }
}
.article--last {
  padding-bottom: 30px;
}
.article::before {
  content: "";
  position: absolute;
  left: 0;
  height: 100%;
  border-left: 1px solid #e7e8e9;
}
@media (min-width: 1024px) {
  .article::before {
    left: -41px;
  }
}
.article h3 {
  position: relative;
  font-family: "Oswald", sans-serif;
  font-size: 30px;
  font-size: 1.875rem;
  margin: 0;
  padding-top: 40px;
  font-weight: 400;
  line-height: 1.3333333333em;
  color: #0bb89c;
}
@media (min-width: 768px) {
  .article h3 {
    padding-top: 60px;
    font-size: 40px;
    font-size: 2.5rem;
  }
}
.article h3::before {
  content: "";
  position: absolute;
  left: -21px;
  height: 60px;
  border-left: 1px solid currentColor;
}
@media (min-width: 768px) {
  .article h3::before {
    left: -41px;
  }
}
@media (min-width: 768px) {
  .article h3:first-child {
    margin-top: 0;
    padding-top: 40px;
  }
}
.article a {
  color: currentColor;
  font-weight: 700;
  -webkit-transition: all 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: all 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.article a:hover {
  color: #0bb89c;
}
.article .no-padding {
  padding-top: 0;
}.visually-hidden {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  /* IE6, IE7 */
  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;
}
.oecd-footer a {
  text-decoration: none;
}
.oecd-footer a[href]: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: white;
}
.oecd-shared-footer--dark {
  background-color: #343434;
}
.oecd-shared-footer--light {
  background-color: #0f629a;
}
.oecd-shared-footer a {
  color: white;
}
.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('/media/oecdorg/about/images/logo-oecd-footer.png') center/contain no-repeat;
}
.oecd-shared-footer__logo--fr {
  background-image: url('/media/oecdorg/about/images/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('/media/oecdorg/about/images/social-buttons.png') no-repeat center;
  overflow: hidden;
  opacity: 0.85;
  -webkit-transition: opacity 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: opacity 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  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('/media/oecdorg/about/images/SocialButtons-flickr.png') no-repeat center;
}
.oecd-shared-footer__oecddirect {
  background: url('/media/oecdorg/styleassets/responsive/corporate/SocialButtons-mailalerts.png') no-repeat center;
}
.oecd-shared-footer__instagram {
  background: url('/media/oecdorg/about/images/instagram-35x35.png') no-repeat center;
}
.oecd-shared-footer__mail {
  background: url('/media/oecdorg/styleassets/responsive/corporate/mail-35x35.png') no-repeat center;
}
.oecd-shared-footer__soundcloud {
  background: url('/media/oecdorg/soundcloud (2).png') no-repeat center;
}.visually-hidden {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0 !important;
  border: 0 !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden;
}

.join-us {
  position: relative;
  margin-top: -130px;
  padding-top: 130px;
  padding-bottom: 50px;
  color: #fff;
  background-color: #0b1e2d;
}
.join-us::after {
  content: "";
  display: table;
  clear: both;
}
@media (min-width: 1024px) {
  .join-us {
    padding-bottom: 60px;
  }
}
.join-us__title {
  float: left;
  margin: 0;
  font-size: 28px;
  font-size: 1.75rem;
  line-height: 1.3571428571em;
  font-style: italic;
  font-weight: 100;
}
@media (min-width: 1024px) {
  .join-us__title {
    padding-left: 45px;
    font-size: 35px;
    font-size: 2.1875rem;
    line-height: 1.1428571429em;
  }
}
.join-us__title::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 99;
  display: none;
  width: 1px;
  height: 275px;
  background: #fff;
}
@media (min-width: 1024px) {
  .join-us__title::before {
    display: block;
  }
}
.join-us__title br {
  display: none;
}
@media (min-width: 1024px) {
  .join-us__title br {
    display: block;
  }
}
.join-us__content {
  float: left;
  margin: 15px 0 25px;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.625em;
}
@media (min-width: 1024px) {
  .join-us__content {
    max-width: 400px;
    margin-left: 30px;
    margin-bottom: 15px;
  }
}
.join-us__content br {
  display: none;
}
@media (min-width: 1024px) {
  .join-us__content br {
    display: block;
  }
}
.join-us__btn {
  color: currentColor;
  border-color: currentColor;
  white-space: nowrap;
}
@media (min-width: 1024px) {
  .join-us__btn {
    float: right;
  }
}
.join-us__btn:hover {
  color: #0b1e2d;
  background: #FFFFFF;
}.visually-hidden {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0 !important;
  border: 0 !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden;
}

.slider {
  position: relative;
  padding: 40px 40px 100px 40px;
  background: #e6ebe9;
  overflow: visible;
}
.slider::before, .slider::after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 100%;
  bottom: 0;
  display: block;
  width: 50vw;
  background: #e6ebe9;
}
.slider::before {
  left: auto;
  right: 100%;
  background: #FFFFFF;
  z-index: 2;
}
.article .slider {
  position: relative;
  left: -44px;
  margin-bottom: 30px;
}
.slider__slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 296px;
  height: 100px;
  padding: 30px;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 300;
  line-height: 1.3em;
  color: #FFFFFF;
  background: #04629a;
  text-decoration: none;
}
.article .slider__slide {
  color: #FFFFFF;
  background: #04629a;
}
.slider__controls {
  position: absolute;
  left: 40px;
  bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.slider__nav {
  position: relative;
  float: left;
  display: block;
  width: 45px;
  height: 45px;
  color: #0b1e2d;
  background: transparent;
  border: 1px solid currentColor;
  border-radius: 50%;
  outline: none;
}
.slider__nav + .slider__nav {
  margin-left: 5px;
}
.slider__nav::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 11px;
  height: 11px;
  border: 2px solid currentColor;
  border-right: none;
  border-bottom: none;
  -webkit-transform: translate(-75%, -50%) rotate(135deg);
      -ms-transform: translate(-75%, -50%) rotate(135deg);
          transform: translate(-75%, -50%) rotate(135deg);
}
.slider__nav.swiper-button-disabled {
  opacity: 0.5;
}
.slider__nav--prev {
  margin-right: 5px;
}
@media (min-width: 768px) {
  .slider__nav--prev {
    margin-right: 9px;
  }
}
.slider__nav--prev::before {
  -webkit-transform: translate(-35%, -50%) rotate(-45deg);
      -ms-transform: translate(-35%, -50%) rotate(-45deg);
          transform: translate(-35%, -50%) rotate(-45deg);
}.visually-hidden {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  /* IE6, IE7 */
  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;
}
.site-header::after {
  content: "";
  display: table;
  clear: both;
}
@media (min-width: 768px) {
  .site-header {
    display: block;
  }
}
@media (min-width: 768px) {
  .site-header__wrapper {
    overflow: hidden;
  }
}
.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 {
  /* Triangle */
  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;
  margin-bottom: 5px;
}
.site-header__search__a-z a {
  text-decoration: none;
  color: #11629a;
  font-size: 13px;
}
.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 white;
  -webkit-box-shadow: none;
          box-shadow: none;
  opacity: 1;
}
.site-header__search__input:focus {
  background: #FFFFFF;
  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;
  top: 3px;
  left: -10px;
  margin-top: -10px;
  width: 35px;
  height: 35px;
  border: 0;
  border-radius: 3px;
  padding: 0;
  background-color: #11629A;
  color: #FFFFFF;
}
#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);
  /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0 !important;
  border: 0 !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden;
}

.anchor-block {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100px;
  margin-top: 20px;
  padding: 20px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  cursor: pointer;
}
@media (min-width: 768px) {
  .anchor-block {
    height: 140px;
    padding: 20px;
    margin-top: 100px;
  }
}
@media (min-width: 1024px) {
  .anchor-block {
    height: 180px;
    padding: 30px;
  }
}
.anchor-block--big-mt {
  margin-top: 80px;
}
@media (min-width: 768px) {
  .anchor-block--big-mt {
    margin-top: 100px;
  }
}
.anchor-block:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: black;
  opacity: 0.4;
}
.anchor-block__text {
  position: relative;
  z-index: 1;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-family: "Oswald", sans-serif;
  font-size: 30px;
  font-size: 1.875rem;
  font-weight: 400;
  line-height: 1.6666666667em;
  color: #FFFFFF;
}
@media (min-width: 768px) {
  .anchor-block__text {
    font-size: 30px;
    font-size: 1.875rem;
    line-height: 1.2666666667em;
  }
}
@media (min-width: 1024px) {
  .anchor-block__text {
    font-size: 40px;
    font-size: 2.5rem;
    line-height: 1.25em;
  }
}
.anchor-block__btn {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  background: #0bb89c;
  -webkit-transition: background-color 0.5s;
  -o-transition: background-color 0.5s;
  transition: background-color 0.5s;
}
@media (min-width: 768px) {
  .anchor-block__btn {
    width: 35px;
    height: 35px;
  }
}
@media (min-width: 1024px) {
  .anchor-block__btn {
    width: 45px;
    height: 45px;
  }
}
.anchor-block:hover .anchor-block__btn {
  background: #088873;
}
.anchor-block__btn img {
  position: relative;
  top: 2px;
  left: -1px;
  width: 10px;
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}.visually-hidden {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0 !important;
  border: 0 !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden;
}

.social-share {
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .social-share {
    position: absolute;
    left: 50%;
    bottom: 0;
    text-align: center;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
.how-we-work__video .social-share {
  position: static;
  display: none;
  margin: 0 auto;
  -webkit-transform: inherit;
      -ms-transform: inherit;
          transform: inherit;
  opacity: 0.8;
}
@media (min-width: 768px) {
  .how-we-work__video .social-share {
    position: absolute;
    left: 20px;
    bottom: 20px;
    display: block;
    text-align: center;
  }
}
@media (min-width: 1024px) {
  .how-we-work__video .social-share {
    position: static;
  }
}
.social-share__title {
  display: none;
  margin-bottom: 1.25em;
  font-size: 12px;
  font-size: 0.75rem;
  letter-spacing: 0.01em;
  font-weight: 700;
  color: #FFFFFF;
  text-transform: uppercase;
}
@media (min-width: 1024px) {
  .social-share__title {
    display: block;
  }
}
.how-we-work__video .social-share__title {
  display: none;
}
.social-share__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.social-share__list--centered {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.social-share__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 40px;
  height: 40px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 50%;
  background: #e6ebe9;
  -webkit-transition: all 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: all 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.hero-video .social-share__item {
  width: 32px;
  height: 32px;
  background-color: #FFFFFF;
  opacity: 0.8;
}
@media (min-width: 768px) {
  .hero-video .social-share__item {
    background-color: #e6ebe9;
  }
}
.how-we-work__video .social-share__item {
  width: 30px;
  height: 30px;
}
.hero-video .social-share__item:hover {
  opacity: 1;
}
.story-slider .social-share__item {
  width: 30px;
  height: 30px;
  border: 1px solid rgba(11, 30, 45, 0.3);
  background-color: transparent;
}
.social-share__item img {
  width: 15px;
  height: 15px;
}
.hero-video .social-share__item img, .how-we-work__video .social-share__item img {
  width: 12px;
  height: 12px;
}
.story-slider .social-share__item img {
  width: 13px;
  height: 13px;
}
.social-share__item + .social-share__item {
  margin-left: 15px;
}
.hero-video .social-share__item + .social-share__item {
  margin-left: 18px;
}
@media (min-width: 768px) {
  .hero-video .social-share__item + .social-share__item {
    margin-left: 9px;
  }
}
.how-we-work__video .social-share__item + .social-share__item {
  margin-left: 7px;
}
.social-share__item .blockquote + .social {
  margin-left: 40px;
  margin-bottom: 50px;
}
@media (min-width: 768px) {
  .social-share__item .blockquote + .social {
    margin-top: 30px;
    margin-left: 40px;
  }
}.visually-hidden {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0 !important;
  border: 0 !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden;
}

.prefooter {
  position: relative;
  color: #FFFFFF;
  background-color: #0b71b0;
}
.prefooter__publication {
  min-height: 100%;
  padding-top: 40px;
  padding-bottom: 40px;
  border-right: 1px solid #fff;
}
.prefooter__publication::after {
  content: "";
  display: table;
  clear: both;
}
.prefooter__publication__item {
  float: left;
}
.prefooter__publication__image {
  float: left;
  margin-right: 20px;
  width: 82px;
}
@media (min-width: 1024px) {
  .prefooter__publication__image {
    width: 110px;
  }
}
.prefooter__publication__title {
  padding-top: 10px;
  margin-bottom: 30px;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5em;
}
@media (min-width: 1024px) {
  .prefooter__publication__title {
    padding-top: 20px;
  }
}
.prefooter__publication__btn {
  color: currentColor;
  border-color: currentColor;
}
.prefooter__publication__btn:hover {
  color: #0b71b0;
  background: #FFFFFF;
  border-color: #0b71b0;
}
.prefooter__newsletter {
  min-height: 100%;
  padding-top: 25px;
  padding-bottom: 45px;
}
.prefooter__newsletter::after {
  content: "";
  display: table;
  clear: both;
}
@media (min-width: 768px) {
  .prefooter__newsletter {
    padding-top: 40px;
    padding-left: 10px;
    padding-bottom: 40px;
  }
}
.prefooter__newsletter__title {
  margin-bottom: 20px;
  font-family: "Oswald", sans-serif;
  font-size: 35px;
  font-size: 2.1875rem;
  line-height: 0.8em;
}
.prefooter__newsletter__intro {
  margin-top: 20px;
}
.prefooter__newsletter__form {
  display: inline-block;
  position: relative;
  margin-top: 20px;
}
@media (min-width: 768px) {
  .prefooter__newsletter__form {
    margin-top: 30px;
    width: 355px;
  }
}
.prefooter__newsletter__field, .prefooter__newsletter__btn {
  padding: 0 25px;
  height: 46px;
  background: white;
  border: none;
  border-radius: 46px;
  line-height: 46px;
  font-size: 12px;
  font-size: 0.75rem;
  color: #0b71b0;
}
.prefooter__newsletter__field::-webkit-input-placeholder, .prefooter__newsletter__btn::-webkit-input-placeholder {
  font-style: italic;
  color: currentColor;
}
.prefooter__newsletter__field:-moz-placeholder, .prefooter__newsletter__btn:-moz-placeholder {
  font-style: italic;
  color: currentColor;
}
.prefooter__newsletter__field::-moz-placeholder, .prefooter__newsletter__btn::-moz-placeholder {
  font-style: italic;
  color: currentColor;
}
.prefooter__newsletter__field:-ms-input-placeholder, .prefooter__newsletter__btn:-ms-input-placeholder {
  font-style: italic;
  color: currentColor;
}
.prefooter__newsletter__field {
  min-width: 100%;
  padding-right: 130px;
}
.prefooter__newsletter__btn {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 700;
  text-transform: uppercase;
}.visually-hidden {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0 !important;
  border: 0 !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden;
}

.key-figures {
  clear: both;
  margin: 50px 0;
}
.key-figures__item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 180px;
  padding: 15px;
  text-align: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-family: "Oswald", sans-serif;
  font-weight: 400;
  color: #ffffff;
  background: #04629a;
}
@media (min-width: 1024px) {
  .key-figures__item {
    float: left;
    width: 30.2874743326%;
    height: 222px;
  }
}
.key-figures__item--emerald {
  background-color: #0bb89c;
}
.key-figures__item--green {
  background-color: #66bb6a;
}
.key-figures__item--limegreen {
  background-color: #8cc841;
}
.key-figures__item--blue {
  background-color: #04629a;
}
.key-figures__item--aqua {
  background-color: #16b1c1;
}
.key-figures__item + .key-figures__item {
  margin-top: 20px;
}
@media (min-width: 1024px) {
  .key-figures__item + .key-figures__item {
    margin-top: 0;
    margin-left: 4.5174537988%;
  }
}
.key-figures__item + .key-figures__item::before {
  content: "";
  position: absolute;
  top: -20px;
  left: 50%;
  height: 20px;
  width: 1px;
  background: #04629a;
}
@media (min-width: 1024px) {
  .key-figures__item + .key-figures__item::before {
    top: 50%;
    left: -44px;
    height: 1px;
    width: 44px;
  }
}
.key-figures__item + .key-figures__item--emerald::before {
  background-color: #0bb89c;
}
.key-figures__item + .key-figures__item--green::before {
  background-color: #66bb6a;
}
.key-figures__item + .key-figures__item--limegreen::before {
  background-color: #8cc841;
}
.key-figures__item + .key-figures__item--blue::before {
  background-color: #04629a;
}
.key-figures__item + .key-figures__item--aqua::before {
  background-color: #16b1c1;
}
.key-figures__number {
  font-size: 40px;
  font-size: 2.5rem;
  font-weight: 700;
}
@media (min-width: 1024px) {
  .key-figures__number {
    font-size: 60px;
    font-size: 3.75rem;
  }
}
.key-figures__unit {
  margin-top: 15px;
  font-weight: 100;
  font-size: 18px;
  font-size: 1.125rem;
}
@media (min-width: 1024px) {
  .key-figures__unit {
    margin-top: 5px;
    font-size: 24px;
    font-size: 1.5rem;
  }
}
.key-figures__desc {
  font-family: "Noto Sans Display", sans-serif;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 700;
}
@media (min-width: 1024px) {
  .key-figures__desc {
    font-size: 16px;
    font-size: 1rem;
  }
}
.key-figures__desc::before {
  content: "";
  display: block;
  width: 30px;
  height: 1px;
  margin: 15px auto;
  background: #FFFFFF;
}.visually-hidden {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0 !important;
  border: 0 !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden;
}

.introduction {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 0.6428571429em;
}
.introduction p {
  margin-top: 0;
}.visually-hidden {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0 !important;
  border: 0 !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden;
}

.did-you-know {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-left: -15px;
  margin-right: -15px;
  padding: 30px 15px;
  color: #FFFFFF;
  background: #0b1e2d;
}
@media (min-width: 768px) {
  .did-you-know {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-left: 0;
    margin-right: 0;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    padding: 45px 0 45px 70px;
  }
}
@media (min-width: 768px) {
  .did-you-know::after {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 50%;
    width: 50vw;
    height: 100%;
    background: #0b1e2d;
  }
}
.did-you-know__title {
  margin: 0 0 35px 0;
  font-size: 28px;
  font-size: 1.75rem;
  font-style: italic;
  font-weight: 200;
  line-height: 1em;
}
@media (min-width: 768px) {
  .did-you-know__title {
    margin: 0 0 50px 0;
    font-size: 35px;
    font-size: 2.1875rem;
    line-height: 1em;
  }
}
.did-you-know__list {
  margin: 0 0 30px 0;
  padding: 0;
  list-style: none;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.5555555556em;
}
@media (min-width: 768px) {
  .did-you-know__list {
    margin: 0;
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1.5555555556em;
  }
}
.did-you-know__list li {
  position: relative;
  margin-left: 15px;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .did-you-know__list li {
    margin-bottom: 0;
  }
}
.did-you-know__list li::before {
  content: "";
  position: absolute;
  top: 11px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  left: -15px;
  display: block;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #FFFFFF;
}
@media (min-width: 768px) {
  .did-you-know__list li::before {
    top: 18px;
  }
}
.did-you-know__content {
  padding-right: 30px;
}
@media (min-width: 768px) {
  .did-you-know__content {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
.did-you-know__img {
  position: relative;
  width: 100%;
  margin-bottom: -60px;
}
@media (min-width: 768px) {
  .did-you-know__img {
    top: 70px;
    width: 45%;
    margin-top: -80px;
    margin-bottom: 0;
  }
}
.did-you-know__img img {
  display: block;
}
@media (min-width: 768px) {
  .did-you-know__img img {
    position: absolute;
    top: -130px;
    width: 100%;
  }
}.visually-hidden {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0 !important;
  border: 0 !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden;
}

.anchor-triangle {
  position: relative;
  margin-top: 15px;
}
@media (min-width: 768px) {
  .anchor-triangle {
    padding-bottom: 60px;
  }
}
.anchor-triangle::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
      -ms-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  display: none;
  width: 100%;
  background: url('/media/oecdorg/about/images/circle.svg') center/contain no-repeat;
}
@media (min-width: 768px) {
  .anchor-triangle::before {
    display: block;
    height: 620px;
  }
}
.anchor-triangle__item {
  position: relative;
  width: 100%;
  padding: 15px;
  text-align: center;
  color: #FFFFFF;
  background: #16b1c1;
  cursor: pointer;
}
@media (min-width: 768px) {
  .anchor-triangle__item {
    width: 300px;
    padding: 30px;
  }
}
@media (min-width: 1024px) {
  .anchor-triangle__item {
    width: 410px;
  }
}
.anchor-triangle__item--primary {
  margin: 0 auto 30px auto;
}
.anchor-triangle__item--secondary {
  float: right;
  background: #0bb89c;
}
@media (min-width: 768px) {
  .anchor-triangle__item--secondary {
    margin-right: 8px;
  }
}
.anchor-triangle__item--tertiary {
  float: left;
  background: #8cc841;
}
@media (min-width: 768px) {
  .anchor-triangle__item--tertiary {
    margin-left: 8px;
  }
}
.anchor-triangle__item--quaternary {
  margin: 30px auto 0 auto;
  color: #0b1e2d;
  background: transparent;
  cursor: auto;
}
@media (min-width: 768px) {
  .anchor-triangle__item--quaternary {
    margin: auto;
    width: 450px;
    margin-top: 20px;
  }
}
@media (min-width: 1024px) {
  .anchor-triangle__item--quaternary {
    margin-top: 0;
  }
}
.anchor-triangle__header {
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .anchor-triangle__header {
    margin-bottom: 25px;
  }
}
.anchor-triangle__item--quaternary .anchor-triangle__header {
  margin-bottom: 20px;
}
.anchor-triangle__title {
  margin-bottom: 5px;
  font-family: "Oswald", sans-serif;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1em;
  text-transform: uppercase;
}
.anchor-triangle__subtitle {
  margin-top: 15px;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1em;
  font-style: italic;
}
@media (min-width: 768px) {
  .anchor-triangle__subtitle {
    margin-top: 0;
  }
}
.anchor-triangle__content {
  display: none;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.7142857143em;
}
@media (min-width: 768px) {
  .anchor-triangle__content {
    display: block;
  }
}
.anchor-triangle__close {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%) rotate(90deg);
      -ms-transform: translateX(-50%) rotate(90deg);
          transform: translateX(-50%) rotate(90deg);
  bottom: -22px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 50%;
  width: 45px;
  height: 45px;
  background: #16b1c1;
  cursor: pointer;
  -webkit-transition: background 0.5s;
  -o-transition: background 0.5s;
  transition: background 0.5s;
}
.anchor-triangle__item:hover .anchor-triangle__close {
  background: #118793;
}
.anchor-triangle__item--secondary:hover .anchor-triangle__close {
  background: #088873;
}
.anchor-triangle__item--tertiary:hover .anchor-triangle__close {
  background: #72a630;
}
.anchor-triangle__item--secondary .anchor-triangle__close {
  background: #0bb89c;
}
.anchor-triangle__item--tertiary .anchor-triangle__close {
  background: #8cc841;
}
.anchor-triangle__close img {
  width: 8px;
}@charset "UTF-8";
.visually-hidden {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  /* IE6, IE7 */
  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: white;
  border-bottom: 1px solid #c3c3c3;
}
@media (min-width: 768px) {
  .header-top {
    height: 38px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(white), color-stop(90%, white), to(#f0f0f0));
    background-image: -o-linear-gradient(top, white, white 90%, #f0f0f0);
    background-image: linear-gradient(to bottom, white, white 90%, #f0f0f0);
  }
}
.header-top__logo {
  float: left;
  width: 60px;
  height: 46px;
  background: url('/media/oecdorg/styleassets/images/responsive/logo/OECDLogosmall.png') center/60px no-repeat;
}
@media (min-width: 768px) {
  .header-top__logo {
    float: none;
    width: 100%;
    height: 38px;
    background: url('/media/oecdorg/about/images/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);
    /* IE6, IE7 */
    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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  padding: 0;
  list-style: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (min-width: 768px) {
  .header-top__nav__list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            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: white;
    border-color: #c3c3c3;
  }
}
.header-top__nav__item--open, .header-top__nav__item.is-open {
  position: relative;
  background: white;
}
@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 {
  -webkit-transform: rotateX(180deg);
          transform: rotateX(180deg);
}
.header-top__subnav {
  margin: 0;
  padding: 0 15px;
  list-style: none;
  background-color: white;
}
@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);
  /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0 !important;
  border: 0 !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden;
}

.where {
  margin-bottom: -50px;
}
@media (min-width: 768px) {
  .where {
    margin-bottom: -70px;
  }
}
.where__title {
  margin-top: 0;
  margin-bottom: 30px;
}
@media (min-width: 1024px) {
  .where__title {
    margin-bottom: 40px;
  }
}
.where__content {
  position: relative;
  padding-top: 85px;
  padding-left: 20px;
  padding-bottom: 60px;
  color: #2e4558;
  border-left: 1px solid #e6ebe9;
}
.where__content::after {
  content: "";
  display: table;
  clear: both;
}
@media (min-width: 768px) {
  .where__content {
    padding-top: 70px;
    padding-left: 40px;
  }
}
.where__content a {
  color: currentColor;
  font-weight: 700;
  -webkit-transition: all 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: all 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.where__content a:hover {
  color: #0bb89c;
}
.where__content p {
  margin-top: 0;
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .where__content p {
    margin-bottom: 40px;
  }
}
.where__content h3 {
  position: relative;
  margin-top: 30px;
  font-family: "Oswald", sans-serif;
  font-size: 30px;
  font-size: 1.875rem;
  font-weight: 400;
  line-height: 1.3333333333em;
  color: #0bb89c;
}
@media (min-width: 768px) {
  .where__content h3 {
    margin-top: 60px;
    font-size: 40px;
    font-size: 2.5rem;
  }
}
.where__content h3::before {
  content: "";
  position: absolute;
  left: -21px;
  height: 100%;
  border-left: 1px solid currentColor;
}
@media (min-width: 768px) {
  .where__content h3::before {
    left: -41px;
  }
}
.where__content > img {
  display: block;
  margin: 35px 0;
}
@media (min-width: 768px) {
  .where__content > img {
    min-width: auto;
  }
}
@media (min-width: 1024px) {
  .where__content > img {
    max-width: 100%;
  }
}
.where__content ol,
.where__content ul {
  margin: 35px 0;
  padding: 0;
  list-style: none;
}
.where__content ol ol, .where__content ol ul,
.where__content ul ol,
.where__content ul ul {
  margin: 7px 0 15px;
}
.where__content ol li,
.where__content ul li {
  position: relative;
  margin: 10px 0;
  padding-left: 23px;
}
.where__content ol li::before,
.where__content ul li::before {
  content: "";
  position: absolute;
  top: 0.1em;
  left: 0;
  width: 12px;
  height: 12px;
  border: 2px solid #0bb89c;
  border-radius: 50%;
}
.where__content ol li li,
.where__content ul li li {
  padding-left: 13px;
}
.where__content ol li li::before,
.where__content ul li li::before {
  top: 0.3em;
  width: 6px;
  height: 6px;
  background: currentColor;
  border: none;
}
.where__content .full-width {
  clear: both;
  margin-right: -15px;
  margin-left: -36px;
}
@media (min-width: 768px) {
  .where__content .full-width {
    margin-right: 0;
    margin-left: 0;
  }
}
@media (min-width: 1024px) {
  .where__content .full-width {
    max-width: 1310px;
    margin-right: -25.7958287596%;
    margin-left: -18.1119648738%;
  }
}
@media (min-width: 768px) {
  .where__content .align-left {
    float: left;
    margin-right: 30px;
  }
}
@media (min-width: 1024px) {
  .where__content .align-left {
    margin-left: -18.1119648738%;
  }
}
@media (min-width: 768px) {
  .where__content .align-right {
    float: right;
    margin-left: 30px;
  }
}
@media (min-width: 1024px) {
  .where__content .align-right {
    margin-right: -25.7958287596%;
  }
}
.where__content blockquote.align-left, .where__content blockquote.align-right {
  max-width: 520px;
}
.where__content > *:first-child {
  margin-top: 0;
}
.where__content > *:last-child {
  margin-bottom: 0;
}.visually-hidden {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0 !important;
  border: 0 !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden;
}

.quote-slider {
  cursor: pointer;
}
.quote-slider__slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: 768px) {
  .quote-slider__slide {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: initial;
        -ms-flex-align: initial;
            align-items: initial;
  }
}
.quote-slider__content {
  position: relative;
  padding: 40px 0;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -ms-flex-item-align: baseline;
      align-self: baseline;
}
.quote-slider__content::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 145px;
  height: 2px;
  background: #0b1e2d;
  opacity: 0.5;
}
.quote-slider__circle {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 200px;
  height: 200px;
  margin-right: 0px;
  margin-bottom: 30px;
  border-radius: 50%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media (min-width: 768px) {
  .quote-slider__circle {
    width: 200px;
    height: 200px;
    margin-right: 100px;
    margin-bottom: 0;
  }
}
@media (min-width: 1024px) {
  .quote-slider__circle {
    width: 280px;
    height: 280px;
    margin-right: 155px;
  }
}
.quote-slider__circle::after {
  content: "";
  position: absolute;
  right: -33px;
  bottom: 10px;
  display: block;
  width: 50px;
  height: 90px;
  background: url('/media/oecdorg/about/images/arrows.svg#green') center/contain no-repeat;
}
@media (min-width: 1024px) {
  .quote-slider__circle::after {
    width: 65px;
    height: 120px;
  }
}
.quote-slider blockquote {
  padding: 0;
  margin: 0;
  font-size: 16px;
  font-size: 1rem;
  font-style: italic;
  line-height: 1.625em;
}
@media (min-width: 1024px) {
  .quote-slider blockquote {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1.5555555556em;
  }
}
.quote-slider cite {
  display: block;
  margin-top: 24px;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 0.6em;
  font-weight: 700;
}
@media (min-width: 768px) {
  .quote-slider cite {
    margin-top: 30px;
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 0.7em;
  }
}
.quote-slider legend {
  display: block;
  margin-top: 12px;
  font-size: 12px;
  font-size: 0.75rem;
  letter-spacing: 0.2em;
  line-height: 0.6em;
  font-style: normal;
  text-transform: uppercase;
}
.quote-slider .swiper-pagination-bullets {
  bottom: 0;
}
.quote-slider__pagination {
  position: relative;
  margin-left: 0;
  padding-bottom: 40px;
  text-align: left;
}
@media (min-width: 768px) {
  .quote-slider__pagination {
    margin-left: 300px;
  }
}
@media (min-width: 1024px) {
  .quote-slider__pagination {
    margin-top: -30px;
    margin-left: 435px;
  }
}
.quote-slider__pagination::after {
  content: "";
  position: absolute;
  top: auto;
  bottom: 0;
  left: 0;
  display: block;
  width: 145px;
  height: 2px;
  background: #0b1e2d;
  opacity: 0.5;
}
.quote-slider__pagination__item {
  display: inline-block;
  width: initial;
  height: initial;
  margin: 0 25px 0 0 !important;
  font-size: 16px;
  font-size: 1rem;
  background: none;
  opacity: 0.5;
  -webkit-transition: all 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: all 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
@media (min-width: 1024px) {
  .quote-slider__pagination__item {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
.quote-slider__pagination__item:last-child {
  margin-right: 0 !important;
}
.quote-slider__pagination__item:hover {
  opacity: 1;
}
.quote-slider__pagination .swiper-pagination-bullet-active {
  font-weight: 700;
  color: #0bb89c;
  opacity: 1;
}.visually-hidden {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0 !important;
  border: 0 !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden;
}

.engage__quote {
  margin: 30px 0;
  font-size: 28px;
  font-size: 1.75rem;
  line-height: 1.3571428571em;
  font-weight: 100;
  font-style: italic;
}
@media (min-width: 768px) {
  .engage__quote {
    font-size: 35px;
    font-size: 2.1875rem;
  }
}
.engage__content {
  position: relative;
  padding: 20px 0 0;
  margin-bottom: 60px;
}
.engage__content::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  border-left: 1px solid #e6ebe9;
}
@media (min-width: 768px) {
  .engage__content::before {
    left: 40px;
  }
}
.engage__list {
  margin-bottom: 20px;
}
.engage__item {
  display: block;
  text-decoration: none;
  max-width: 333px;
  margin: 0 auto 20px;
  color: #FFFFFF;
  background-color: #04629a;
}
.engage__item::after {
  content: "";
  display: table;
  clear: both;
}
@media (min-width: 768px) {
  .engage__item {
    margin-bottom: 40px;
  }
}
@media (min-width: 768px) {
  .engage__item.engage__item--horizontal {
    max-width: 710px;
  }
}
.engage__item--large {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 333px;
  width: 100%;
  padding: 25px 30px;
}
@media (min-width: 768px) {
  .engage__item--large {
    max-width: none;
  }
}
@media (min-width: 1024px) {
  .engage__item--large {
    padding: 40px 30px;
  }
}
.engage__item__img {
  position: relative;
  overflow: hidden;
}
@media (min-width: 480px) {
  .engage__item--horizontal .engage__item__img {
    height: 165px;
  }
}
@media (min-width: 768px) {
  .engage__item--horizontal .engage__item__img {
    float: left;
    width: 52.1126760563%;
  }
}
@media (min-width: 1024px) {
  .engage__item--horizontal .engage__item__img {
    height: 190px;
  }
}
@media (min-width: 1310px) {
  .engage__item--horizontal .engage__item__img {
    height: 265px;
  }
}
.engage__item--large .engage__item__img {
  background: #FFFFFF;
  padding: 20px;
  margin-top: 30px;
}
@media (min-width: 768px) {
  .engage__item--large .engage__item__img {
    margin-top: 0;
    margin-left: 45px;
  }
}
.engage__item__img img {
  display: block;
  margin: auto;
  -webkit-transition: all 5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: all 5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.engage__item:focus .engage__item__img img, .engage__item:hover .engage__item__img img {
  -webkit-transform: scale(1.2);
      -ms-transform: scale(1.2);
          transform: scale(1.2);
}
.engage__item__title {
  font-family: "Oswald", sans-serif;
  font-size: 28px;
  font-size: 1.75rem;
  line-height: 1.3571428571em;
}
.engage__item:focus .engage__item__title, .engage__item:hover .engage__item__title {
  text-decoration: underline;
}
@media (min-width: 1310px) {
  .engage__item__title {
    font-size: 35px;
    font-size: 2.1875rem;
    line-height: 1.2857142857em;
  }
}
.engage__item__text {
  margin-bottom: 0;
}
.engage__item__content {
  min-height: 125px;
  padding: 25px 30px;
}
@media (min-width: 480px) {
  .engage__item__content {
    height: 165px;
  }
}
@media (min-width: 1024px) {
  .engage__item__content {
    height: 190px;
    padding: 40px 30px;
  }
}
@media (min-width: 1310px) {
  .engage__item__content {
    height: 265px;
  }
}
@media (min-width: 768px) {
  .engage__item--horizontal .engage__item__content {
    float: left;
    height: 165px;
    width: 46.9014084507%;
  }
}
@media (min-width: 1024px) {
  .engage__item--horizontal .engage__item__content {
    height: 190px;
  }
}
@media (min-width: 1310px) {
  .engage__item--horizontal .engage__item__content {
    height: 190px;
  }
}
.engage__item--large .engage__item__content {
  height: auto;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 0;
}
.engage__item--emerald {
  background-color: #0bb89c;
}
.engage__item--green {
  background-color: #66bb6a;
}
.engage__item--limegreen {
  background-color: #8cc841;
}
.engage__item--blue {
  background-color: #04629a;
}
.engage__item--aqua {
  background-color: #16b1c1;
}.visually-hidden {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0 !important;
  border: 0 !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden;
}

.hero-video {
  position: relative;
  background: #e6ebe9;
}
.hero-video--article {
  margin: 30px 0;
  background: none;
}
@media (min-width: 768px) {
  .hero-video--article.align-right, .align-right .hero-video--article {
    width: 560px;
    max-width: 150%;
  }
}
.hero-video__title {
  margin: 0.5em 0;
  font-family: "Oswald", sans-serif;
  font-size: 40px;
  font-size: 2.5rem;
  font-weight: 400;
  line-height: 1.25em;
  letter-spacing: 0.01em;
}
@media (min-width: 768px) {
  .hero-video__title {
    position: absolute;
    top: 4.6153846154%;
    left: 0;
    width: 100%;
    text-align: center;
    color: #FFFFFF;
  }
}
@media (min-width: 1024px) {
  .hero-video__title {
    top: 13.2231404959%;
    font-size: 70px;
    font-size: 4.375rem;
    line-height: 1.1428571429em;
  }
}
.hero-video--article .hero-video__title {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.25em;
}
@media (min-width: 768px) {
  .hero-video--article .hero-video__title {
    top: auto;
    bottom: 54.5685279188%;
    font-size: 35px;
    font-size: 2.1875rem;
    line-height: 1.2857142857em;
  }
}
.hero-video__player {
  position: relative;
  margin: 0 -15px;
}
.hero-video--article .hero-video__player {
  margin: 0;
}
.hero-video__cover {
  display: block;
  padding-bottom: 43.2142857143%;
  background: center center/cover no-repeat;
}
.hero-video--article .hero-video__cover {
  padding-bottom: 52.6737967914%;
}
@media (min-width: 768px) {
  .col-md-6 > .hero-video--article .hero-video__cover {
    padding-bottom: 86.1456483126%;
  }
}
.hero-video__trigger {
  position: absolute;
  top: 50%;
  left: 50%;
  text-align: center;
  color: #FFFFFF;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media (min-width: 768px) {
  .hero-video__trigger {
    top: 49.2307692308%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
@media (min-width: 1024px) {
  .hero-video__trigger {
    top: 55.3719008264%;
  }
}
.hero-video__trigger__title {
  display: none;
  margin-bottom: 1.6666666667em;
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.01em;
  text-transform: uppercase;
}
@media (min-width: 1024px) {
  .hero-video__trigger__title {
    display: block;
  }
}
.hero-video--article .hero-video__trigger__title {
  display: none;
}
.hero-video__trigger__button {
  width: 40px;
  height: 40px;
  background: #04629a url('/media/oecdorg/about/images/play.svg#white') center no-repeat;
  background-size: 7px 9px;
  border: none;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 20px 0 rgba(11, 30, 45, 0.3);
          box-shadow: 0 0 20px 0 rgba(11, 30, 45, 0.3);
}
@media (min-width: 768px) {
  .hero-video__trigger__button {
    width: 68px;
    height: 68px;
    background-size: 11px 15px;
  }
}
@media (min-width: 1024px) {
  .hero-video__trigger__button {
    width: 80px;
    height: 80px;
  }
}
@media (min-width: 768px) {
  .hero-video--article .hero-video__trigger__button {
    width: 60px;
    height: 60px;
  }
}
.hero-video__sharing {
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .hero-video__sharing {
    position: absolute;
    left: 50%;
    bottom: 0;
    text-align: center;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
.hero-video__sharing__title {
  display: none;
  margin-bottom: 1.25em;
  font-size: 12px;
  font-size: 0.75rem;
  letter-spacing: 0.01em;
  font-weight: 700;
  color: #FFFFFF;
  text-transform: uppercase;
}
@media (min-width: 1024px) {
  .hero-video__sharing__title {
    display: block;
  }
}
.hero-video--article .hero-video__sharing__title {
  display: none;
}.visually-hidden {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0 !important;
  border: 0 !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden;
}

.how-we-work {
  position: relative;
  margin-top: -21px;
  padding-top: 50px;
  padding-bottom: 65px;
  background: #e6ebe9;
}
@media (min-width: 768px) {
  .how-we-work {
    margin-top: -70px;
    padding-top: 130px;
  }
}
@media (min-width: 1024px) {
  .how-we-work {
    padding-top: 130px;
    padding-bottom: 65px;
  }
}
.how-we-work::before, .how-we-work::after {
  content: "";
  z-index: -1;
  display: block;
  position: absolute;
  top: 0;
  right: 50%;
  height: 100%;
  width: 50vw;
  background: #e6ebe9;
}
.how-we-work::after {
  left: 50%;
}
.how-we-work__content {
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .how-we-work__content {
    margin-bottom: 0;
  }
}
@media (min-width: 1024px) {
  .how-we-work__content::before {
    content: "";
    display: block;
    position: absolute;
    top: -70px;
    left: -50px;
    width: 1px;
    height: calc(100% + 70px);
    background: #0b1e2d;
  }
}
.how-we-work__title {
  margin-bottom: 25px;
  font-size: 28px;
  font-size: 1.75rem;
  line-height: 1.3571428571em;
  font-style: italic;
  font-weight: 200;
}
@media (min-width: 1024px) {
  .how-we-work__title {
    margin-bottom: 38px;
    font-size: 35px;
    font-size: 2.1875rem;
    line-height: 1em;
  }
}
.how-we-work__video .how-we-work__title {
  display: none;
  font-family: "Oswald", sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #FFFFFF;
}
@media (min-width: 768px) {
  .how-we-work__video .how-we-work__title {
    display: block;
    margin-bottom: 10px;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.5625em;
  }
}
@media (min-width: 1024px) {
  .how-we-work__video .how-we-work__title {
    margin-bottom: 30px;
    font-size: 35px;
    font-size: 2.1875rem;
    line-height: 1em;
  }
}
.how-we-work__text p {
  margin-top: 30px;
  margin-bottom: 0;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.625em;
}
.how-we-work__text p:first-child {
  margin-top: 0;
}
@media (min-width: 1024px) {
  .how-we-work__text p {
    margin-top: 45px;
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1.5555555556em;
  }
}
.how-we-work__video {
  position: relative;
  width: calc(100% + 30px);
  margin-left: -15px;
  margin-right: -15px;
  padding-bottom: 56.3888888889%;
  cursor: pointer;
}
@media (min-width: 768px) {
  .how-we-work__video {
    width: 100%;
    padding-bottom: 56.4024390244%;
  }
}
@media (min-width: 1024px) {
  .how-we-work__video {
    padding-bottom: 60.9615384615%;
  }
}
.how-we-work__video__cover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: center/cover no-repeat;
}
.how-we-work__video__overlay {
  position: absolute;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
}
.how-we-work__video__play {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #04629a;
  -webkit-box-shadow: 0 0 20px 0 rgba(11, 30, 45, 0.3);
          box-shadow: 0 0 20px 0 rgba(11, 30, 45, 0.3);
}
@media (min-width: 768px) {
  .how-we-work__video__play {
    width: 35px;
    height: 35px;
  }
}
@media (min-width: 1024px) {
  .how-we-work__video__play {
    width: 60px;
    height: 60px;
    margin-bottom: 35px;
  }
}
.how-we-work__video__play img {
  width: 7px;
}
@media (min-width: 768px) {
  .how-we-work__video__play img {
    width: 5px;
  }
}
@media (min-width: 1024px) {
  .how-we-work__video__play img {
    width: 10px;
  }
}.visually-hidden {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  /* IE6, IE7 */
  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: 1310px) {
  .social-sticky {
    top: 185px;
    bottom: inherit;
  }
}
@media (min-width: 1310px) {
  .social-sticky--old {
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%) translateX(100%);
        -ms-transform: translateY(-50%) translateX(100%);
            transform: translateY(-50%) translateX(100%);
    -webkit-transition: all 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -o-transition: all 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: all 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  }
}
@media (min-width: 1310px) {
  .social-sticky--old.open {
    -webkit-transform: translateY(-50%) translateX(0);
        -ms-transform: translateY(-50%) translateX(0);
            transform: translateY(-50%) translateX(0);
  }
}
.social-sticky__item {
  position: relative;
  display: none;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 50px;
  height: 50px;
  margin-top: 10px;
  border-radius: 50%;
  background: #FFFFFF;
  -webkit-box-shadow: 0 0 5px 0 rgba(11, 30, 45, 0.35);
          box-shadow: 0 0 5px 0 rgba(11, 30, 45, 0.35);
  cursor: pointer;
  -webkit-transition: all 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: all 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
@media (min-width: 1310px) {
  .social-sticky__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 58px;
    height: 58px;
    margin-top: 0;
    border: 1px solid #0b1e2d;
    border-radius: 0;
    border-top: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}
@media (min-width: 1310px) {
  .social-sticky--old .social-sticky__item {
    float: right;
    clear: both;
    border: none;
    width: 28px;
    height: 28px;
    padding: 9px;
    -webkit-box-sizing: content-box;
            box-sizing: content-box;
  }
}
.social-sticky.open .social-sticky__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (min-width: 1310px) {
  .social-sticky--old .social-sticky__item:hover {
    padding-right: 20px;
  }
}
.social-sticky__item:first-child {
  margin-top: 0;
}
@media (min-width: 1310px) {
  .social-sticky__item:first-child {
    border-top: 1px solid #0b1e2d;
  }
}
@media (min-width: 1310px) {
  .social-sticky--old .social-sticky__item:first-child {
    border: none;
  }
}
.social-sticky__item img {
  width: 21px;
  height: 21px;
}
@media (min-width: 1310px) {
  .social-sticky--old .social-sticky__item img {
    width: 28px;
    height: 28px;
  }
}
.social-sticky__item--plus {
  display: block;
  border: none;
  outline: none;
  -webkit-transition: all 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: all 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
@media (min-width: 1310px) {
  .social-sticky__item--plus {
    display: none;
  }
}
.social-sticky.open .social-sticky__item--plus {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}
@media (min-width: 1310px) {
  .social-sticky--old .social-sticky__item--plus {
    position: absolute;
    right: 0;
    display: block;
    height: 20px;
    width: 10px;
    padding: 0 9px;
    background: none;
    -webkit-transform: translateX(-45px) scaleX(-1);
        -ms-transform: translateX(-45px) scaleX(-1);
            transform: translateX(-45px) scaleX(-1);
  }
}
@media (min-width: 1310px) {
  .social-sticky--old.open .social-sticky__item--plus {
    bottom: -20px;
    width: 28px;
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0);
    opacity: 0;
  }
}
@media (min-width: 1310px) {
  .social-sticky--old:hover .social-sticky__item--plus {
    opacity: 1;
  }
}
@media (min-width: 1310px) {
  .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;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media (min-width: 1310px) {
  .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;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }
}
.social-sticky__item--plus::after {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
      -ms-transform: translate(-50%, -50%) rotate(90deg);
          transform: translate(-50%, -50%) rotate(90deg);
}
@media (min-width: 1310px) {
  .social-sticky--old .social-sticky__item--plus::after {
    display: none;
  }
}
.social-sticky__item.ssk-base {
  background: #000;
}
.social-sticky__item.ssk-dailymotion {
  background: #00AAFf;
}
.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);
  /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0 !important;
  border: 0 !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden;
}

.where .country-list {
  margin-top: 20px;
  margin-bottom: 40px;
}
.country-list__trigger {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 60px;
  padding: 10px 60px 10px 20px;
  background: #04629a;
  cursor: pointer;
}
@media (min-width: 768px) {
  .country-list__trigger {
    padding-right: 70px;
  }
}
.country-list__trigger__title {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.1428571429em;
  text-transform: uppercase;
  color: #FFFFFF;
}
@media (min-width: 1024px) {
  .country-list__trigger__title {
    font-size: 16px;
    font-size: 1rem;
    line-height: 2.375em;
  }
}
.country-list__btn {
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-box-flex: 0;
      -ms-flex: 0;
          flex: 0;
  display: block;
  width: 30px;
  height: 30px;
  background: #FFFFFF;
  border: none;
  border-radius: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  outline: none;
}
.country-list__btn::before, .country-list__btn::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 16px;
  height: 2px;
  background: #04629a;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: all 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: all 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.country-list__btn::after {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
      -ms-transform: translate(-50%, -50%) rotate(90deg);
          transform: translate(-50%, -50%) rotate(90deg);
}
.country-list.is-open .country-list__btn::after {
  width: 2px;
}
.country-list__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  border-bottom: 1px solid #e6ebe9;
}
.country-list__header {
  display: none;
}
@media (min-width: 768px) {
  .country-list__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.country-list__box {
  position: relative;
  max-height: 0;
  -webkit-transition: all 700ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: all 700ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 700ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.country-list.is-open .country-list__box {
  max-height: 315px;
}
@media (min-width: 768px) {
  .country-list.is-open .country-list__box {
    max-height: 1000vh;
  }
}
.country-list__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 13px 5px;
  color: #04629a;
}
@media (min-width: 768px) {
  .country-list__content {
    max-height: none;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    padding: 20px;
  }
}
.country-list__header .country-list__content {
  padding: 20px 20px 10px 20px;
}
.country-list__flag {
  width: 80px;
  padding: 13px;
  color: #0b1e2d;
}
.country-list__header .country-list__flag {
  padding: 20px 20px 10px 20px;
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 700;
  line-height: 1em;
  text-transform: uppercase;
}
.country-list__flag img {
  width: 60px;
}
.country-list__country {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1em;
  color: #04629a;
  text-decoration: none;
}
@media (min-width: 768px) {
  .country-list__country {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1em;
  }
}
.country-list__header .country-list__country {
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1em;
  color: #0b1e2d;
}
.country-list__country small {
  text-transform: none;
}
.country-list__year {
  margin-top: 5px;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1em;
  color: #0b1e2d;
}
@media (min-width: 768px) {
  .country-list__year {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1em;
  }
}
.country-list__header .country-list__year {
  margin-top: 0;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1em;
}
.country-list__year__text {
  text-transform: none;
}
@media (min-width: 768px) {
  .country-list__year__text {
    display: none;
  }
}
.country-list__close {
  display: none;
  margin: 0 auto;
  padding: 20px;
  text-align: center;
  text-transform: uppercase;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1em;
  color: #0b1e2d;
  font-weight: 700;
  background: none;
  border: none;
  cursor: pointer;
}
.country-list.is-open .country-list__close {
  display: block;
}
.country-list .ps__rail-x,
.country-list .ps__rail-y {
  opacity: 1;
}
.country-list .ps__thumb-y {
  width: 3px;
  right: 6px;
}@charset "UTF-8";
.visually-hidden {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0 !important;
  border: 0 !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden;
}

.summary {
  padding: 50px 0;
}
@media (min-width: 768px) {
  .summary {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    min-height: 550px;
  }
}
.summary--article::before, .summary--article::after {
  content: "";
  position: absolute;
  top: -15px;
  left: 0;
  height: 30px;
  border-left: 1px solid #e7e8e9;
}
@media (min-width: 1024px) {
  .summary--article::before, .summary--article::after {
    top: -25px;
    left: -41px;
  }
}
.summary--article::after {
  top: auto;
  height: 100px;
  bottom: -40px;
}
@media (min-width: 1024px) {
  .summary--article::after {
    bottom: -87px;
  }
}
.summary__title {
  margin-bottom: 30px;
  height: 100%;
  font-family: "Oswald", sans-serif;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.6666666667em;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .summary__title {
    margin-bottom: 0;
  }
}
.summary__title:before {
  position: absolute;
  top: 0;
  right: calc(100% - 190px);
  content: "";
  display: none;
  width: 550px;
  height: 550px;
  background: url('/media/oecdorg/about/images/circle.svg') center/cover no-repeat;
}
@media (min-width: 768px) {
  .summary__title:before {
    display: block;
  }
}
.summary__list {
  display: none;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  list-style: none;
  margin: 0 0 0 50px;
  padding: 0;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.5555555556em;
}
@media (min-width: 768px) {
  .summary__list {
    display: block;
  }
}
.summary__list li {
  position: relative;
  z-index: 2;
  cursor: pointer;
  margin-bottom: 40px;
}
.summary__list li:first-child {
  left: -80px;
}
@media (min-width: 1024px) {
  .summary__list li:first-child {
    left: -37px;
  }
}
.summary__list li:nth-child(2) {
  left: -13px;
}
@media (min-width: 1024px) {
  .summary__list li:nth-child(2) {
    left: -6px;
  }
}
.summary__list li:nth-child(4) {
  left: -42px;
}
@media (min-width: 1024px) {
  .summary__list li:nth-child(4) {
    left: -26px;
  }
}
.summary__list li:last-child {
  margin-bottom: 0;
  left: -170px;
}
@media (min-width: 1024px) {
  .summary__list li:last-child {
    left: -82px;
  }
}
.summary__list__dash {
  display: block;
  margin-left: 80px;
}
@media (min-width: 1024px) {
  .summary__list__dash {
    margin-left: 110px;
  }
}
.summary__list__dash::before {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 30px;
  display: inline-block;
  margin-right: 8px;
  margin-bottom: 5px;
  width: 70px;
  height: 1px;
  background: #0bb89c;
}
@media (min-width: 1024px) {
  .summary__list__dash::before {
    width: 100px;
  }
}
@media (min-width: 768px) {
  .summary__resume {
    max-width: 255px;
  }
}
@media (min-width: 1024px) {
  .summary__resume {
    max-width: none;
    width: 295px;
  }
}
.summary__resume__item {
  position: relative;
  background: #0bb89c;
  color: #FFFFFF;
  padding: 60px 40px;
  height: 520px;
}
.summary__resume__title {
  margin-bottom: 40px;
  font-family: "Oswald", sans-serif;
  font-size: 35px;
  font-size: 2.1875rem;
  line-height: 1.1428571429em;
}
.summary__resume__text {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.7142857143em;
}
.summary__resume__link {
  position: absolute;
  bottom: 90px;
}
.summary__resume__controls {
  position: absolute;
  z-index: 1;
  left: 40px;
  bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #FFFFFF;
}
.summary__resume__controls img {
  width: 10px;
}
.summary__resume__prev, .summary__resume__next {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #FFFFFF;
  border-radius: 50%;
  width: 45px;
  height: 45px;
  cursor: pointer;
}
.summary__resume__prev {
  margin-right: 10px;
  -webkit-transform: rotate(-180deg);
      -ms-transform: rotate(-180deg);
          transform: rotate(-180deg);
}
.summary__resume .swiper-button-disabled {
  opacity: 0.5;
  cursor: auto;
}
.summary [type=checkbox],
.summary [type=radio] {
  display: none;
}
.summary [type=checkbox] + label,
.summary [type=radio] + label {
  position: relative;
  display: inline-block;
  margin-bottom: 0.5em;
  padding-left: 30px;
  cursor: pointer;
}
.summary [type=checkbox] + label::before, .summary [type=checkbox] + label::after,
.summary [type=radio] + label::before,
.summary [type=radio] + label::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 5px;
  width: 25px;
  height: 25px;
  font-size: 25px;
  line-height: 25px;
  text-align: center;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  border: 1px solid #0bb89c;
  background: #FFFFFF;
  border-radius: 3px;
}
.summary [type=checkbox] + label::after,
.summary [type=radio] + label::after {
  content: "✔";
  text-align: center;
  border-color: #FFFFFF;
  opacity: 0;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  left: 12px;
}
.summary [type=checkbox]:disabled + label,
.summary [type=radio]:disabled + label {
  cursor: not-allowed;
}
.summary [type=checkbox]:disabled + label::before,
.summary [type=radio]:disabled + label::before {
  opacity: 0.5;
}
.summary [type=checkbox]:disabled:checked + label::before, .summary [type=checkbox]:disabled:checked + label::after,
.summary [type=radio]:disabled:checked + label::before,
.summary [type=radio]:disabled:checked + label::after {
  opacity: 0.5;
}
.summary [type=checkbox]:checked + label::after,
.summary [type=radio]:checked + label::after {
  opacity: 1;
}
.summary [type=radio] + label::before {
  border-radius: 50%;
}
.summary [type=radio] + label::after {
  content: "";
  width: 10px;
  height: 10px;
  background: #0bb89c;
  border-radius: 50%;
}.visually-hidden {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0 !important;
  border: 0 !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden;
}

.highlight {
  position: relative;
  margin-bottom: 160px;
  margin-top: 60px;
  padding: 25px 25px 50px 25px;
  background: #e6ebe9;
}
@media (min-width: 768px) {
  .highlight {
    margin-bottom: 360px;
    padding: 45px 45px 170px 45px;
  }
}
@media (min-width: 1024px) {
  .highlight {
    margin-bottom: 360px;
    padding: 45px 0 170px 45px;
  }
}
.article .highlight {
  margin-left: -21px;
}
@media (min-width: 768px) {
  .article .highlight {
    margin-left: -41px;
    margin-bottom: 320px;
  }
}
.article .highlight::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: -75px;
  bottom: -360px;
  left: 0;
  display: block;
  width: 1px;
  background: #e6ebe9;
}
@media (min-width: 768px) {
  .highlight::after {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 50%;
    width: 50vw;
    height: 100%;
    background: #e6ebe9;
  }
}
.highlight__title {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 300;
  line-height: 1.25em;
  font-style: italic;
}
@media (min-width: 1024px) {
  .highlight__title {
    font-size: 35px;
    font-size: 2.1875rem;
    line-height: 1em;
  }
}
.highlight .btn {
  margin-top: 20px;
  margin-bottom: 30px;
  display: inline-block !important;
}
@media (min-width: 768px) {
  .highlight .btn {
    margin-top: -15px;
    float: right;
  }
}
@media (min-width: 1024px) {
  .highlight .btn {
    margin-top: 0;
    float: right;
  }
}
.highlight__wrapper {
  position: relative;
}
.highlight__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 80px;
  padding: 20px;
  margin-bottom: 20px;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 300;
  line-height: 1.3em;
  color: #FFFFFF;
  background: #04629a;
  text-decoration: none;
}
@media (min-width: 768px) {
  .highlight__item {
    height: 100px;
    margin-bottom: 0;
  }
}
.article .highlight__item {
  color: #FFFFFF;
  background: #04629a;
}
.highlight__img-box {
  position: absolute;
  margin-top: 5px;
  width: calc(100% - 30px);
  height: 180px;
}
@media (min-width: 768px) {
  .highlight__img-box {
    width: 748px;
    height: 430px;
    margin-top: 45px;
  }
}
.highlight__img {
  position: absolute;
  z-index: 1;
  top: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.highlight__box {
  position: relative;
  margin-bottom: 20px;
  padding: 40px 30px 70px 30px;
  color: #FFFFFF;
  background: #04629a;
}
@media (min-width: 768px) {
  .highlight__box {
    height: 415px;
    margin-bottom: 0;
    padding: 20px 15px;
  }
}
@media (min-width: 1024px) {
  .highlight__box {
    height: 525px;
    padding: 40px 30px;
  }
}
.highlight__box__title {
  margin-bottom: 20px;
  font-family: "Oswald", sans-serif;
  font-size: 30px;
  font-size: 1.875rem;
  font-weight: 700;
  line-height: 1em;
}
@media (min-width: 768px) {
  .highlight__box__title {
    margin-bottom: 10px;
    font-size: 22px;
    font-size: 1.375rem;
    line-height: 1em;
  }
}
@media (min-width: 1024px) {
  .highlight__box__title {
    font-size: 30px;
    font-size: 1.875rem;
    line-height: 1em;
  }
}
.highlight__popin .highlight__box__title {
  font-weight: 400;
}
.highlight__box__text {
  font-family: "Oswald", sans-serif;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 300;
  line-height: 1.5em;
}
@media (min-width: 768px) {
  .highlight__box__text {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1.2222222222em;
  }
}
@media (min-width: 1024px) {
  .highlight__box__text {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 1.5em;
  }
}
.highlight__popin {
  position: absolute;
  z-index: 5000;
  top: 50%;
  left: 0;
  display: none;
  margin: 0 15px 0 15px;
  padding: 45px;
  background: #FFFFFF;
  -webkit-box-shadow: 0 0 20px 0 rgba(11, 30, 45, 0.3);
          box-shadow: 0 0 20px 0 rgba(11, 30, 45, 0.3);
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.highlight__popin__text {
  margin-top: 25px;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.7142857143em;
  font-weight: 400;
}
.highlight__close {
  position: absolute;
  top: -25px;
  right: -25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #0b1e2d;
  cursor: pointer;
  -webkit-transition: background 0.5s;
  -o-transition: background 0.5s;
  transition: background 0.5s;
}
.highlight__close:hover {
  background: #010304;
}
.highlight__close img {
  width: 18px;
  height: 18px;
}.visually-hidden {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0 !important;
  border: 0 !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden;
}

.impact-story {
  overflow: hidden;
}
.impact-story__header {
  position: relative;
  padding-bottom: 60px;
  color: #FFFFFF;
  background: #0b1e2d;
  overflow: hidden;
}
@media (min-width: 768px) {
  .impact-story__header {
    padding-bottom: 75px;
  }
}
@media (min-width: 1024px) {
  .impact-story__header {
    padding-bottom: 90px;
  }
}
.impact-story__header .container::after {
  content: "";
  display: table;
  clear: both;
}
@media (min-width: 768px) {
  .impact-story__header .container {
    position: relative;
  }
}
.impact-story__header__breadcrumbs {
  display: none;
}
@media (min-width: 1024px) {
  .impact-story__header__breadcrumbs {
    display: block;
  }
}
.impact-story__header__content {
  position: relative;
  z-index: 1;
  margin-top: 225px;
  padding: 30px 20px;
  color: #0b1e2d;
  background: #e6ebe9;
}
@media (min-width: 768px) {
  .impact-story__header__content {
    float: right;
    margin-top: 125px;
    width: 328px;
  }
}
@media (min-width: 1024px) {
  .impact-story__header__content {
    float: right;
    position: absolute;
    right: 0;
    width: 680px;
    margin-top: 60px;
    padding: 60px;
  }
}
.impact-story__header__scroll {
  position: absolute;
  bottom: 0;
  left: 50%;
  padding: 15px 15px 0;
  font-size: 10px;
  font-size: 0.625rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-align: center;
  text-transform: uppercase;
  color: currentColor;
  background: none;
  border: none;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media (min-width: 768px) {
  .impact-story__header__scroll {
    font-size: 12px;
    font-size: 0.75rem;
  }
}
.impact-story__header__scroll::after {
  content: "";
  display: block;
  height: 10px;
  width: 0;
  margin: 10px auto 0;
  background: currentColor;
  border-left: 1px solid currentColor;
}
.impact-story__tag {
  font-size: 12px;
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: #0bb89c;
}
@media (min-width: 1024px) {
  .impact-story__tag {
    margin-bottom: 20px;
    font-size: 18px;
    font-size: 1.125rem;
  }
}
.impact-story__title::before {
  display: none;
}
.impact-story__image {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 280px;
  z-index: 0;
  margin: 0 -15px;
  background: center center/cover no-repeat;
  overflow: hidden;
}
@media (min-width: 768px) {
  .impact-story__image {
    float: left;
    height: 0;
    padding-bottom: 51.3333333333%;
    width: 64%;
  }
}
@media (min-width: 1024px) {
  .impact-story__image {
    position: relative;
    float: left;
    width: 56.6428571429%;
    padding-bottom: 45%;
  }
}
.impact-story__image img {
  position: absolute;
  top: 50%;
  left: 50%;
  max-width: none;
  max-height: 100%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.impact-story__intro {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.5555555556em;
}
@media (min-width: 1024px) {
  .impact-story__intro {
    margin-top: 40px;
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1.4166666667em;
  }
}
.impact-story__content {
  position: relative;
  padding-top: 85px;
  padding-left: 20px;
  padding-bottom: 60px;
  color: #2e4558;
  border-left: 1px solid #e6ebe9;
}
.impact-story__content::after {
  content: "";
  display: table;
  clear: both;
}
@media (min-width: 768px) {
  .impact-story__content {
    padding-top: 110px;
    padding-left: 40px;
  }
}
.impact-story__content::before {
  content: "";
  position: absolute;
  top: -30px;
  left: 20px;
  display: block;
  width: 45px;
  height: 90px;
  background: url('/media/oecdorg/about/images/arrows.svg#green') center center/contain no-repeat;
}
@media (min-width: 768px) {
  .impact-story__content::before {
    top: -60px;
    left: 45px;
    width: 87px;
    height: 172px;
  }
}
.impact-story__content a {
  color: currentColor;
  font-weight: 700;
  -webkit-transition: all 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: all 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.impact-story__content a:hover {
  color: #0bb89c;
}
.impact-story__content h3 {
  position: relative;
  font-family: "Oswald", sans-serif;
  font-size: 30px;
  font-size: 1.875rem;
  font-weight: 400;
  line-height: 1.3333333333em;
  color: #0bb89c;
}
@media (min-width: 768px) {
  .impact-story__content h3 {
    margin-top: 60px;
    font-size: 40px;
    font-size: 2.5rem;
  }
}
.impact-story__content h3::before {
  content: "";
  position: absolute;
  left: -21px;
  height: 100%;
  border-left: 1px solid currentColor;
}
@media (min-width: 768px) {
  .impact-story__content h3::before {
    left: -41px;
  }
}
.impact-story__content > img {
  display: block;
  margin: 35px 0;
  min-width: 100vw;
}
@media (min-width: 768px) {
  .impact-story__content > img {
    min-width: auto;
  }
}
@media (min-width: 1024px) {
  .impact-story__content > img {
    max-width: none;
  }
}
.impact-story__content ol,
.impact-story__content ul {
  margin: 35px 0;
  padding: 0;
  list-style: none;
}
.impact-story__content ol ol, .impact-story__content ol ul,
.impact-story__content ul ol,
.impact-story__content ul ul {
  margin: 7px 0 15px;
}
.impact-story__content ol li,
.impact-story__content ul li {
  position: relative;
  margin: 10px 0;
  padding-left: 23px;
}
.impact-story__content ol li::before,
.impact-story__content ul li::before {
  content: "";
  position: absolute;
  top: 0.1em;
  left: 0;
  width: 12px;
  height: 12px;
  border: 2px solid #0bb89c;
  border-radius: 50%;
}
.impact-story__content ol li li,
.impact-story__content ul li li {
  padding-left: 13px;
}
.impact-story__content ol li li::before,
.impact-story__content ul li li::before {
  top: 0.3em;
  width: 6px;
  height: 6px;
  background: currentColor;
  border: none;
}
.impact-story__content .full-width {
  clear: both;
  margin-right: -15px;
  margin-left: -36px;
}
@media (min-width: 768px) {
  .impact-story__content .full-width {
    margin-right: 0;
    margin-left: 0;
  }
}
@media (min-width: 1024px) {
  .impact-story__content .full-width {
    max-width: 1310px;
    margin-right: -25.7958287596%;
    margin-left: -18.1119648738%;
  }
}
@media (min-width: 768px) {
  .impact-story__content .align-left {
    float: left;
    margin-right: 30px;
  }
}
@media (min-width: 1024px) {
  .impact-story__content .align-left {
    margin-left: -18.1119648738%;
  }
}
@media (min-width: 768px) {
  .impact-story__content .align-right {
    float: right;
    margin-left: 30px;
  }
}
@media (min-width: 1024px) {
  .impact-story__content .align-right {
    margin-right: -25.7958287596%;
  }
}
.impact-story__content blockquote.align-left, .impact-story__content blockquote.align-right {
  max-width: 520px;
}
.impact-story__content .col-md-6 > img.align-right,
.impact-story__content .col-md-6 > .hero-video.align-right {
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .impact-story__content .col-md-6 > img.align-right,
.impact-story__content .col-md-6 > .hero-video.align-right {
    margin-top: 30px;
    margin-right: -5%;
  }
}
@media (min-width: 1024px) {
  .impact-story__content .col-md-6 > img.align-right,
.impact-story__content .col-md-6 > .hero-video.align-right {
    margin-right: -59%;
    max-width: 150%;
  }
}
.impact-story__content > *:first-child {
  margin-top: 0;
}
.impact-story__content > *:last-child {
  margin-bottom: 0;
}.visually-hidden {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0 !important;
  border: 0 !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden;
}

.impact-listing {
  position: relative;
  display: block;
  width: 100%;
  margin-bottom: 20px;
  padding: 20px 20px 65%;
  text-decoration: none;
  color: #FFFFFF;
  background: #0b1e2d;
  overflow: hidden;
}
@media (min-width: 1024px) {
  .impact-listing {
    margin-bottom: 30px;
    padding: 30px 30px 68.4210526316%;
  }
}
.impact-listing--key-numbers {
  background: #04629a;
}
.impact-listing--large {
  padding: 40px 40px 71.1340206186% 40px;
}
.impact-listing::before {
  content: "";
  position: absolute;
  z-index: 1;
  right: 0;
  bottom: 0;
  left: 0;
  height: 272px;
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(#0b1e2d));
  background: -o-linear-gradient(transparent, #0b1e2d);
  background: linear-gradient(transparent, #0b1e2d);
  opacity: 0;
  -webkit-transition: all 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: all 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.impact-listing--key-numbers .impact-listing::before {
  display: none;
}
.impact-listing:hover::before {
  opacity: 1;
}
.impact-listing__filters {
  width: 100%;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .impact-listing__filters {
    width: auto;
  }
}
@media (min-width: 1024px) {
  .impact-listing__filters {
    margin-bottom: 30px;
  }
}
.impact-listing__content {
  position: absolute;
  z-index: 1;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 0 20px 20px;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.625em;
}
.impact-listing__title {
  margin: 0;
  font-family: "Oswald", sans-serif;
  font-size: 28px;
  font-size: 1.75rem;
  font-weight: 400;
  line-height: 1.3571428571em;
}
.impact-listing:focus .impact-listing__title, .impact-listing:hover .impact-listing__title {
  text-decoration: underline;
}
@media (min-width: 1024px) {
  .impact-listing__title {
    width: calc(100% - 60px);
    font-size: 35px;
    font-size: 2.1875rem;
    line-height: 1.2857142857em;
  }
}
.impact-listing--key-numbers .impact-listing__title {
  width: auto;
  font-size: 48px;
  font-size: 3rem;
  font-weight: 700;
  line-height: 0.9583333333em;
}
@media (min-width: 1024px) {
  .impact-listing--key-numbers .impact-listing__title {
    font-size: 60px;
    font-size: 3.75rem;
    line-height: 0.7666666667em;
  }
}
.impact-listing__title span {
  display: block;
  font-weight: 300;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.5em;
}
@media (min-width: 1024px) {
  .impact-listing__title span {
    margin-top: 15px;
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1.4166666667em;
  }
}
.impact-listing__text {
  display: none;
  height: 0;
  padding-top: 0;
  opacity: 0;
  overflow: hidden;
  -webkit-transition: all 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: all 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.impact-listing:focus .impact-listing__text, .impact-listing:hover .impact-listing__text {
  height: auto;
  padding-top: 10px;
  opacity: 1;
}
@media (min-width: 768px) {
  .impact-listing__text {
    display: block;
  }
}
.impact-listing__img {
  position: absolute;
  z-index: 0;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  min-width: 100%;
  min-height: 100%;
  opacity: 0.6;
  -webkit-transition: all 5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: all 5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.impact-listing:focus .impact-listing__img, .impact-listing:hover .impact-listing__img {
  -webkit-transform: scale(1.2);
      -ms-transform: scale(1.2);
          transform: scale(1.2);
}
.impact-listing__tag {
  position: absolute;
  z-index: 1;
  top: 10px;
  left: 0;
  padding: 10px 15px;
  text-transform: uppercase;
  background: #04629a;
  letter-spacing: 0.1em;
}
.impact-listing--key-numbers .impact-listing__tag {
  background: #0b1e2d;
}
.impact-listing__tag__text {
  position: relative;
  top: 2px;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1em;
  color: #FFFFFF;
}
@media (min-width: 1024px) {
  .impact-listing__tag__text {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1em;
  }
}
.impact-listing__tag span {
  margin-left: 0.33em;
  font-weight: 700;
}
.impact-listing__filters {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 30px;
  border-top: 1px solid #e6ebe9;
  border-bottom: 1px solid #e6ebe9;
}
.impact-listing__filters::after {
  content: "";
  display: table;
  clear: both;
}
@media (min-width: 768px) {
  .impact-listing__filters {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.impact-listing__filters__legend {
  position: relative;
  top: -2px;
  display: none;
  float: left;
  margin: 30px 0 15px 0;
  padding-right: 20px;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.5555555556em;
}
@media (min-width: 768px) {
  .impact-listing__filters__legend {
    display: block;
    margin: 0;
  }
}
.impact-listing__filters__legend--mobile-only {
  display: block;
}
@media (min-width: 768px) {
  .impact-listing__filters__legend--mobile-only {
    display: none;
  }
}
.impact-listing__filter {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.impact-listing__filter__trigger {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  float: left;
  padding: 17px 18px 20px;
  text-transform: uppercase;
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 700;
  line-height: 1.5em;
  border-top: 3px solid transparent;
  cursor: pointer;
}
.impact-listing__filter__trigger::after {
  content: "";
  position: relative;
  top: -2px;
  display: block;
  width: 7px;
  height: 7px;
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
  margin-left: 12px;
  background: url('#black') center/contain no-repeat;
}
.impact-listing__filter.open .impact-listing__filter__trigger {
  border-top: 3px solid #04629a;
  background: #e6ebe9;
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  -o-transition: transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
}
.impact-listing__filter.open .impact-listing__filter__trigger:after {
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
.impact-listing__filter__close {
  position: relative;
  top: -5px;
  float: right;
  padding: 5px;
  text-transform: uppercase;
  font-size: 10px;
  font-size: 0.625rem;
  cursor: pointer;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.impact-listing__filter__close:hover {
  background: #0b1e2d;
  color: #FFFFFF;
}
.impact-listing__filter__content {
  position: absolute;
  z-index: 20;
  top: 100%;
  left: 0;
  display: none;
  width: 235px;
  background: #e6ebe9;
}
.impact-listing__filter__nb-selected {
  padding: 20px;
  border-bottom: 1px solid #FFFFFF;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1em;
}
.impact-listing__filter__nb-selected img {
  position: relative;
  top: 1px;
  width: 10px;
  float: right;
  cursor: pointer;
}
.impact-listing__filter__list {
  height: 300px;
  overflow: auto;
  padding: 20px;
}
.impact-listing__filter__choice {
  margin-top: 3px;
  background: transparent;
  color: #0b1e2d;
  text-transform: uppercase;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.5em;
}
.impact-listing__filter__choice:first-child {
  margin-bottom: 0;
}
.impact-listing__filter__choice a {
  display: block;
  padding: 10px 15px;
  text-decoration: none;
}
.impact-listing__filter__choice a.selected {
  background: #0b1e2d;
  color: #FFFFFF;
}.visually-hidden {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0 !important;
  border: 0 !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden;
}

.story-slider__header {
  margin-bottom: 30px;
}
.story-slider__intro {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.625em;
}
@media (min-width: 1024px) {
  .story-slider__intro {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1.6666666667em;
  }
}
.story-slider__btn {
  display: inline-block;
  margin-top: 15px;
  white-space: nowrap;
}
@media (min-width: 1024px) {
  .story-slider__btn {
    float: right;
  }
}
.story-slider__content {
  position: relative;
  z-index: 1;
  margin: 0 -15px;
  padding: 30px 15px;
  list-style: none;
  background: center center/cover no-repeat;
  border-top: 1px solid #0b1e2d;
}
.story-slider__content::after {
  content: "";
  display: table;
  clear: both;
}
@media (min-width: 768px) {
  .story-slider__content {
    max-width: 100%;
    margin: 0;
    padding: 40px;
    border-top: none;
  }
}
@media (min-width: 1024px) {
  .story-slider__content {
    padding-top: 120px;
    padding-left: 70px;
    overflow: hidden;
  }
}
.story-slider__item {
  float: left;
  width: 225px;
  margin-right: 20px;
  padding: 25px 20px 50px;
  text-align: center;
  color: #FFFFFF;
  background: #04629a;
  cursor: pointer;
}
@media (min-width: 1024px) {
  .story-slider__item {
    min-height: 225px;
    margin-right: 40px;
    padding-bottom: 25px;
  }
}
.story-slider__item--emerald {
  background-color: #0bb89c;
}
.story-slider__item--green {
  background-color: #66bb6a;
}
.story-slider__item--limegreen {
  background-color: #8cc841;
}
.story-slider__item--blue {
  background-color: #04629a;
}
.story-slider__item--aqua {
  background-color: #16b1c1;
}
@media (min-width: 1024px) {
  .story-slider__item:nth-child(even) {
    margin-top: 225px;
  }
}
.story-slider__item__tag {
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.6666666667em;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
.story-slider__item__content {
  margin-top: 25px;
  font-family: "Oswald", sans-serif;
  font-size: 35px;
  font-size: 2.1875rem;
  font-weight: 700;
  line-height: 1.2857142857em;
}
@media (min-width: 1024px) {
  .story-slider__item__content {
    margin-top: 15px;
    font-size: 50px;
    font-size: 3.125rem;
    line-height: 1.1em;
  }
}
.story-slider__item__trigger {
  position: absolute;
  top: 100%;
  left: 50%;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #04629a;
  border: none;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: background 0.5s;
  -o-transition: background 0.5s;
  transition: background 0.5s;
}
.story-slider__item--emerald .story-slider__item__trigger {
  background-color: #0bb89c;
}
.story-slider__item--green .story-slider__item__trigger {
  background-color: #66bb6a;
}
.story-slider__item--limegreen .story-slider__item__trigger {
  background-color: #8cc841;
}
.story-slider__item--blue .story-slider__item__trigger {
  background-color: #04629a;
}
.story-slider__item--aqua .story-slider__item__trigger {
  background-color: #16b1c1;
}
.story-slider__item--emerald .story-slider__item__trigger:hover {
  background: #088873;
}
.story-slider__item--green .story-slider__item__trigger:hover {
  background: #49a54e;
}
.story-slider__item--limegreen .story-slider__item__trigger:hover {
  background: #72a630;
}
.story-slider__item--blue .story-slider__item__trigger:hover {
  background: #034268;
}
.story-slider__item--aqua .story-slider__item__trigger:hover {
  background: #118793;
}
.story-slider__item__trigger::before, .story-slider__item__trigger::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 17px;
  height: 2px;
  background: #FFFFFF;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.story-slider__item__trigger::after {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
      -ms-transform: translate(-50%, -50%) rotate(90deg);
          transform: translate(-50%, -50%) rotate(90deg);
}
.story-slider__controls {
  margin-top: 50px;
}
.story-slider__nav {
  position: relative;
  float: left;
  display: block;
  width: 45px;
  height: 45px;
  color: #FFFFFF;
  background: transparent;
  border: 1px solid currentColor;
  border-radius: 50%;
  outline: none;
}
.story-slider__nav + .story-slider__nav {
  margin-left: 5px;
}
.story-slider__nav::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 11px;
  height: 11px;
  border: 2px solid currentColor;
  border-right: none;
  border-bottom: none;
  -webkit-transform: translate(-66%, -50%) rotate(135deg);
      -ms-transform: translate(-66%, -50%) rotate(135deg);
          transform: translate(-66%, -50%) rotate(135deg);
}
.story-slider__nav.swiper-button-disabled {
  opacity: 0.5;
}
.story-slider__nav--prev {
  margin-right: 5px;
}
@media (min-width: 768px) {
  .story-slider__nav--prev {
    margin-right: 9px;
  }
}
.story-slider__nav--prev::before {
  -webkit-transform: translate(-33%, -50%) rotate(-45deg);
      -ms-transform: translate(-33%, -50%) rotate(-45deg);
          transform: translate(-33%, -50%) rotate(-45deg);
}
.story-slider__panel {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  display: none;
  min-height: 100%;
  z-index: 20;
}
@media (min-width: 1024px) {
  .story-slider__panel {
    bottom: 0;
  }
}
.story-slider__panel.is-open {
  display: block;
}
.story-slider__panel::before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: #0b1e2d;
  opacity: 0.5;
}
.story-slider__panel__container {
  position: absolute;
  top: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100%;
  width: 100%;
  padding: 55px 25px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  background: #e6ebe9;
}
.story-slider__panel__container::after {
  content: "";
  display: table;
  clear: both;
}
@media (min-width: 768px) {
  .story-slider__panel__container {
    width: 45%;
  }
}
@media (min-width: 1024px) {
  .story-slider__panel__container {
    bottom: 0;
    padding: 110px 70px;
  }
}
.story-slider__panel.is-open .story-slider__panel__container {
  -webkit-animation: panel-slideIn 300ms;
          animation: panel-slideIn 300ms;
}
.story-slider__panel__close {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 53px;
  height: 53px;
  color: currentColor;
  background: #e6ebe9;
  border: none;
  border-radius: 50%;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}
@media (min-width: 1024px) {
  .story-slider__panel__close {
    top: 50%;
    right: auto;
    left: 0;
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
        -ms-transform: translate(-50%, -50%) rotate(45deg);
            transform: translate(-50%, -50%) rotate(45deg);
  }
}
.story-slider__panel__close::before, .story-slider__panel__close::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 22px;
  height: 1px;
  background-color: currentColor;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.story-slider__panel__close::after {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
      -ms-transform: translate(-50%, -50%) rotate(90deg);
          transform: translate(-50%, -50%) rotate(90deg);
}
.story-slider__panel__tag {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.375em;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
@media (min-width: 1024px) {
  .story-slider__panel__tag {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1.5555555556em;
  }
}
.story-slider__panel--emerald .story-slider__panel__tag {
  color: #0bb89c;
}
.story-slider__panel--green .story-slider__panel__tag {
  color: #66bb6a;
}
.story-slider__panel--limegreen .story-slider__panel__tag {
  color: #8cc841;
}
.story-slider__panel--blue .story-slider__panel__tag {
  color: #04629a;
}
.story-slider__panel--aqua .story-slider__panel__tag {
  color: #16b1c1;
}
.story-slider__panel__title {
  margin: 20px 0 0;
  font-family: "Oswald", sans-serif;
  font-weight: 700;
  font-size: 40px;
  font-size: 2.5rem;
  line-height: 1.1em;
}
@media (min-width: 1024px) {
  .story-slider__panel__title {
    margin-top: 40px;
    font-size: 60px;
    font-size: 3.75rem;
    line-height: 1.0666666667em;
  }
}
.story-slider__panel__content {
  max-width: 100%;
  margin: 25px 0 0;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.625em;
}
@media (min-width: 1024px) {
  .story-slider__panel__content {
    margin-top: 50px;
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1.5555555556em;
  }
}
.story-slider__panel__content .link {
  display: inline-block;
  margin-top: 20px;
}
.story-slider__panel__sharing {
  margin-top: 30px;
}

@-webkit-keyframes panel-slideIn {
  from {
    opacity: 0;
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@keyframes panel-slideIn {
  from {
    opacity: 0;
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@-webkit-keyframes overlay-fadeIn {
  to {
    opacity: 0.5;
  }
}
@keyframes overlay-fadeIn {
  to {
    opacity: 0.5;
  }
}
@-webkit-keyframes overlay-fadeOut {
  to {
    opacity: 0;
  }
}
@keyframes overlay-fadeOut {
  to {
    opacity: 0;
  }
}.visually-hidden {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0 !important;
  border: 0 !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden;
}

.global-reach {
  position: relative;
  padding-top: 60px;
  padding-bottom: 20px;
  background: #e6ebe9;
  overflow: hidden;
}
.global-reach__title {
  position: relative;
  z-index: 6;
}
.global-reach__intro {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.625em;
}
@media (min-width: 1024px) {
  .global-reach__intro {
    float: left;
    width: 275px;
    margin-top: 14%;
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1.5555555556em;
  }
}
@media (min-width: 1310px) {
  .global-reach__intro {
    margin-top: 90px;
  }
}
.global-reach__intro .btn {
  margin-top: 25px;
}
.global-reach__filter {
  margin: 30px 0;
}
@media (min-width: 1024px) {
  .global-reach__filter {
    margin-top: 0;
  }
}
@media (min-width: 1310px) {
  .global-reach__filter {
    margin-top: -40px;
  }
}
.global-reach__filter__title {
  margin-bottom: 10px;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700;
}
@media (min-width: 768px) {
  .global-reach__filter__title {
    float: left;
    margin-right: 15px;
    font-size: 24px;
    font-size: 1.5rem;
  }
}
.global-reach__filter__switch {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.global-reach__filter__label {
  display: inline-block;
  padding: 7px 10px 5px;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1;
  font-weight: 700;
  text-transform: uppercase;
  border-radius: 22px;
  text-align: center;
  color: rgba(11, 30, 45, 0.7);
  background: #c0c7c9;
  border: none;
  -webkit-transition: all 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: all 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.global-reach__filter__label--off {
  color: #0b1e2d;
  background: #ffc20e;
}
.global-reach__filter__switch.is-active .global-reach__filter__label--off {
  color: rgba(11, 30, 45, 0.7);
  background: #c0c7c9;
}
.global-reach__filter__switch.is-active .global-reach__filter__label--on {
  color: #0b1e2d;
  background: #ffc20e;
}
.global-reach__filter__knob {
  position: relative;
  display: block;
  width: 30px;
  height: 9px;
  margin: 0 10px;
  border: 1px solid #0b1e2d;
  border-radius: 9px;
}
.global-reach__filter__knob::after {
  content: "";
  position: absolute;
  display: block;
  width: 15px;
  height: 15px;
  background: #0b1e2d;
  border-radius: 50%;
  top: -4px;
  left: -2px;
  border: 2px solid #e6ebe9;
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
  -webkit-transition: all 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: all 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.global-reach__filter__switch.is-active .global-reach__filter__knob::after {
  left: auto;
  -webkit-transform: translateX(100%);
      -ms-transform: translateX(100%);
          transform: translateX(100%);
}
.global-reach__slider {
  position: relative;
}
.global-reach__slider::after {
  content: "";
  display: table;
  clear: both;
}
.global-reach__tile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  float: left;
  position: relative;
  width: 245px;
  height: 100px;
  margin: 10px 0;
  padding: 20px 50px 20px 20px;
  background: #FFFFFF;
  -webkit-transition: all 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: all 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.global-reach__tile.is-active {
  color: #FFFFFF;
  background: #0b71b0;
}
.global-reach__tile.is-active.global-reach__tile--emerald {
  background-color: #0bb89c;
}
.global-reach__tile.is-active.global-reach__tile--green {
  background-color: #66bb6a;
}
.global-reach__tile.is-active.global-reach__tile--limegreen {
  background-color: #8cc841;
}
.global-reach__tile.is-active.global-reach__tile--blue {
  background-color: #04629a;
}
.global-reach__tile.is-active.global-reach__tile--aqua {
  background-color: #16b1c1;
}
.global-reach__tile__link {
  display: block;
  margin-top: 1em;
  -webkit-transition-duration: 0s;
       -o-transition-duration: 0s;
          transition-duration: 0s;
}
.global-reach__tile__content {
  position: absolute;
  bottom: 100%;
  left: 0;
  right: 0;
  display: none;
  padding: 25px;
  border-bottom: 1px solid #e6ebe9;
  font-size: 12px;
  font-size: 0.75rem;
  text-align: center;
  color: #0b1e2d;
  background: #FFFFFF;
}
.global-reach__tile:hover .global-reach__tile__content {
  display: block;
  -webkit-animation: groupFadeIn 300ms;
          animation: groupFadeIn 300ms;
}
.global-reach__tile__content__title {
  margin: 0 0 25px;
  font-size: 18px;
  font-size: 1.125rem;
  font-family: "Oswald", sans-serif;
  font-weight: 700;
}
.global-reach__tile__content .link {
  display: inline-block;
  margin-top: 25px;
}
.global-reach__tile__btn {
  position: absolute;
  right: 20px;
  top: 50%;
  width: 30px;
  height: 30px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url('/media/oecdorg/about/images/check.svg#white') center center no-repeat;
  background-size: 15px 12px;
  border: 1px solid currentColor;
  border-radius: 50%;
  outline: none;
  -webkit-transition: all 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: all 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.global-reach__tile.is-active .global-reach__tile__btn {
  color: #0b71b0;
  background-color: #FFFFFF;
  background-image: url('/media/oecdorg/about/images/check.svg#blue');
}
.global-reach__tile--emerald.is-active .global-reach__tile__btn {
  color: #0bb89c;
}
.global-reach__tile--green.is-active .global-reach__tile__btn {
  color: #66bb6a;
}
.global-reach__tile--limegreen.is-active .global-reach__tile__btn {
  color: #8cc841;
}
.global-reach__tile--blue.is-active .global-reach__tile__btn {
  color: #04629a;
}
.global-reach__tile--aqua.is-active .global-reach__tile__btn {
  color: #16b1c1;
}
.global-reach__scrollbar {
  position: relative;
  left: 0;
  height: 5px;
}
.global-reach__group {
  display: none;
  opacity: 0;
}
.global-reach__group.is-active {
  display: block;
  opacity: 1;
  -webkit-animation: groupFadeIn 300ms;
          animation: groupFadeIn 300ms;
}
.global-reach__map {
  position: relative;
  display: block;
  max-width: 100%;
  height: 0;
  max-height: 0;
  padding-bottom: 50%;
  background: url('/media/oecdorg/about/landingpage/world-map2.svg') center left no-repeat;
  background-size: 100% 100%;
}
.global-reach__map__wrapper {
  max-width: 1015px;
  margin: 30px 0;
}
@media (min-width: 1024px) {
  .global-reach__map__wrapper {
    margin: 30px 0 0 180px;
  }
}
.global-reach__map__layer {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
}
.global-reach__map__layer.is-active {
  display: block;
}
.global-reach__map__item {
  position: absolute;
  width: 4px;
  height: 4px;
  background: #04629a;
  border-radius: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media (min-width: 1024px) {
  .global-reach__map__item {
    width: 8px;
    height: 8px;
  }
}
.global-reach__map__layer--emerald.is-active .global-reach__map__item {
  background: #0bb89c;
}
.global-reach__map__layer--green.is-active .global-reach__map__item {
  background: #66bb6a;
}
.global-reach__map__layer--limegreen.is-active .global-reach__map__item {
  background: #8cc841;
}
.global-reach__map__layer--blue.is-active .global-reach__map__item {
  background: #04629a;
}
.global-reach__map__layer--aqua.is-active .global-reach__map__item {
  background: #16b1c1;
}
.global-reach__map__item--zone {
  width: 215px;
  height: 215px;
  opacity: 0.3;
}
.global-reach__map__item__tooltip {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  display: none;
  margin-top: -1.25em;
  padding: 0.75em 1em;
  font-family: "Oswald", sans-serif;
  white-space: nowrap;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1;
  color: #04629a;
  background: #FFFFFF;
  -webkit-box-shadow: 0 10px 10px 0 rgba(11, 30, 45, 0.3);
          box-shadow: 0 10px 10px 0 rgba(11, 30, 45, 0.3);
  -webkit-transform: translate(-50%, -100%);
      -ms-transform: translate(-50%, -100%);
          transform: translate(-50%, -100%);
  pointer-events: none;
}
@media (min-width: 768px) {
  .global-reach__map__item__tooltip.is-active {
    display: block;
    -webkit-animation: groupFadeIn 300ms;
            animation: groupFadeIn 300ms;
  }
}
.global-reach__map__item__tooltip small {
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  margin-top: 0.2em;
}
.global-reach__map__item__tooltip::after {
  content: "";
  position: absolute;
  top: 98%;
  left: 50%;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0.7em 0.65em 0 0.65em;
  border-color: #FFFFFF transparent transparent transparent;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
.global-reach__list {
  height: 580px;
  overflow: auto;
}
@media (min-width: 480px) {
  .global-reach__list {
    height: 670px;
  }
}
@media (min-width: 768px) {
  .global-reach__list {
    height: auto;
  }
}
.global-reach__list__container {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
  display: none;
  width: 100%;
  height: 100%;
  padding-top: 160px;
  background: #e6ebe9;
}
@media (min-width: 768px) {
  .global-reach__list__container {
    left: auto;
  }
}
.global-reach__list__container.is-open {
  display: block;
}
.global-reach__list__close {
  position: absolute;
  top: 0;
  right: 15px;
  display: block;
  width: 53px;
  height: 53px;
  background: #e6ebe9;
  border: 1px solid currentColor;
  border-radius: 50%;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}
@media (min-width: 768px) {
  .global-reach__list__close {
    right: 0;
  }
}
.global-reach__list__close::before, .global-reach__list__close::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 22px;
  height: 1px;
  background-color: currentColor;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.global-reach__list__close::after {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
      -ms-transform: translate(-50%, -50%) rotate(90deg);
          transform: translate(-50%, -50%) rotate(90deg);
}
.global-reach__list__title {
  margin-bottom: 30px;
  font-size: 35px;
  font-size: 2.1875rem;
  font-weight: 100;
  font-style: italic;
}
.global-reach__list__item {
  display: block;
  margin-bottom: 30px;
  text-decoration: none;
}
.global-reach__list__item:hover {
  text-decoration: underline;
}

@-webkit-keyframes groupFadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes groupFadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}@charset "UTF-8";
.visually-hidden {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  /* IE6, IE7 */
  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: #FFFFFF;
  background-color: #04629a;
}
.main-nav__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          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: 768px) {
  .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;
}
.main-nav__lang .dropbtn {
  background-color: transparent;
  color: currentColor;
  padding: 10px;
  border: none;
  outline: none;
}
.main-nav__lang .dropbtn::after {
  float: right;
  content: "›";
  display: inline-block;
  margin-left: 0.75em;
  margin-top: -2px;
  font-size: 20px;
  font-size: 1.25rem;
  -webkit-transform: rotateZ(90deg);
  -ms-transform: rotate(90deg);
  transform: rotateZ(90deg);
  -webkit-transition: all 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: all 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.main-nav__lang .dropdown {
  position: relative;
  display: inline-block;
}
.main-nav__lang .dropdown:hover .dropbtn::after {
  -webkit-transform: rotateZ(90deg) rotateY(180deg);
  transform: rotateZ(90deg) rotateY(180deg);
}
.main-nav__lang .dropdown-content {
  display: none;
  position: absolute;
  background-color: #04629a;
  min-width: 104px;
  z-index: 10;
}
.main-nav__lang .dropdown-content a {
  color: currentColor;
  padding: 10px 12px;
  text-decoration: none;
  display: block;
}
.main-nav__lang .dropdown-content a:hover {
  background-color: #8FB4CF;
}
.main-nav__lang .dropdown:hover .dropdown-content {
  display: block;
}
.main-nav__lang > a {
  display: inline-block;
  padding: 0 15px;
  text-decoration: none;
}
@media (min-width: 768px) {
  .main-nav__lang > a {
    padding: 8px 0;
  }
}
.main-nav__lang > a + .main-nav__lang > a {
  margin-left: 15px;
}
.main-nav__lang > a::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 {
  background: #578FB8;
}
@media (min-width: 768px) {
  .main-nav__item.is-current {
    color: #0b71b0;
    background: #FFFFFF;
  }
}
.main-nav.is-open .main-nav__item.is-current:not(.is-open) {
  color: currentColor;
  background: none;
}
.main-nav__item.is-open, .main-nav__item.is-open.is-current {
  background: #578FB8;
}
@media (min-width: 768px) {
  .main-nav__item.is-open, .main-nav__item.is-open.is-current {
    color: #0b71b0;
    background: #FFFFFF;
  }
}
.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;
  -webkit-transform: rotateZ(90deg);
      -ms-transform: rotate(90deg);
          transform: rotateZ(90deg);
  color: #8FB4CF;
  -webkit-transition: all 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: all 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  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-open .main-nav__link--toggle::after {
  font-weight: 400;
  color: #FFFFFF;
  -webkit-transform: rotateZ(90deg) rotateY(180deg);
          transform: rotateZ(90deg) rotateY(180deg);
}
@media (min-width: 768px) {
  .main-nav__item.is-open .main-nav__link--toggle::after {
    color: #8FB4CF;
  }
}
.main-nav__list {
  display: none;
  margin: 0;
  padding: 0;
  list-style: none;
  background: #04629a;
}
@media (min-width: 768px) {
  .main-nav__list {
    position: absolute;
    z-index: 8;
    left: 15px;
    right: 15px;
    padding: 20px;
    color: #0b71b0;
    background: #FFFFFF;
    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;
  -webkit-transition: all 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: all 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  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: #FFFFFF;
  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: #FFFFFF;
    border: 1px solid #ddd;
    border-radius: 4px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    -webkit-box-shadow: 0 6px 12px rgba(11, 30, 45, 0.175);
            box-shadow: 0 6px 12px rgba(11, 30, 45, 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;
  -webkit-transition: all 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: all 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  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: #04629a;
    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: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 36px;
  border: 0;
  border-radius: 3px;
  padding: 0 12px;
  background-color: #11629A;
  color: #FFFFFF;
}
@media (min-width: 768px) {
  .main-nav__search-bar__toggle {
    display: none !important;
  }
}
.main-nav__search-bar__toggle__img {
  width: 20px;
  height: 20px;
  background: url('/media/oecdorg/about/images/magnifier.svg#white');
}
.main-nav__search-bar__toggle.open .main-nav__search-bar__toggle__img {
  background: url('/media/oecdorg/about/images/close.svg#white');
}
.main-nav__search-bar__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}.visually-hidden {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0 !important;
  border: 0 !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden;
}

.tiles-accordion {
  position: relative;
  z-index: 2;
  width: 100%;
  min-height: 360px;
  color: #FFFFFF;
  -webkit-transition: all 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: all 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  overflow: hidden;
}
@media (min-width: 768px) {
  .tiles-accordion {
    float: left;
    width: 32%;
    min-height: 370px;
  }
}
@media (min-width: 1024px) {
  .tiles-accordion {
    width: 23.046875%;
    min-height: 360px;
  }
}
.tiles-accordion + .tiles-accordion {
  margin-top: 30px;
}
@media (min-width: 768px) {
  .tiles-accordion + .tiles-accordion {
    margin-top: 0;
  }
}
.tiles-accordion.open {
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
}
@media (min-width: 1024px) {
  .tiles-accordion.open {
    width: 46.09375%;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }
}
.tiles-accordion__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.tiles-accordion__content {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  float: left;
  padding: 60px 40px;
  background: #0bb89c;
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
}
@media (min-width: 768px) {
  .tiles-accordion__content {
    display: none;
    padding: 20px;
  }
}
@media (min-width: 1024px) {
  .tiles-accordion__content {
    width: 295px;
    padding: 50px 30px;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }
}
@media (min-width: 768px) {
  .tiles-accordion.open .tiles-accordion__content {
    display: block;
  }
}
.tiles-accordion__cover {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  min-height: 360px;
  float: right;
  cursor: pointer;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  background: #0b1e2d;
}
@media (min-width: 1024px) {
  .tiles-accordion__cover {
    width: 100%;
  }
}
.tiles-accordion.open .tiles-accordion__cover {
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
}
@media (min-width: 1024px) {
  .tiles-accordion.open .tiles-accordion__cover {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    width: calc(100% - 295px);
  }
}
.tiles-accordion__cover__img {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: #0b1e2d center/cover no-repeat;
  opacity: 0.6;
}
.tiles-accordion.open .tiles-accordion__cover__img {
  opacity: 1;
}
.tiles-accordion__cover__bubble {
  position: absolute;
  z-index: 3;
  left: 50%;
  top: 50%;
  width: 250px;
  height: 250px;
  border-radius: 50%;
  background: #0bb89c;
  opacity: 0.5;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.tiles-accordion.open .tiles-accordion__cover__bubble {
  opacity: 0;
}
.tiles-accordion__plus {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 50px;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  background: #0bb89c;
}
.tiles-accordion__plus img {
  width: 15px;
  height: 15px;
}
.tiles-accordion.open .tiles-accordion__cover .tiles-accordion__plus {
  opacity: 0;
}
.tiles-accordion__title {
  margin-bottom: 30px;
  font-family: "Oswald", sans-serif;
  font-size: 35px;
  font-size: 2.1875rem;
  line-height: 0.8571428571em;
  -webkit-transition: all 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: all 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
@media (min-width: 768px) {
  .tiles-accordion__title {
    margin-bottom: 46px;
    font-size: 28px;
    font-size: 1.75rem;
    line-height: 1.3571428571em;
  }
}
@media (min-width: 1024px) {
  .tiles-accordion__title {
    margin-bottom: 30px;
    font-size: 35px;
    font-size: 2.1875rem;
    line-height: 1.1428571429em;
  }
}
.tiles-accordion__cover .tiles-accordion__title {
  position: absolute;
  z-index: 3;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
      -ms-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
  width: 80%;
  text-align: center;
  -webkit-transition: all 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: all 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
@media (min-width: 1024px) {
  .tiles-accordion:hover .tiles-accordion__cover .tiles-accordion__title {
    top: 48%;
  }
}
@media (min-width: 1024px) {
  .tiles-accordion.open .tiles-accordion__cover .tiles-accordion__title {
    opacity: 0;
  }
}
.tiles-accordion__text {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.7142857143em;
}
@media (min-width: 768px) {
  .tiles-accordion__text {
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 1.6666666667em;
  }
}
@media (min-width: 1024px) {
  .tiles-accordion__text {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.7142857143em;
  }
}
.tiles-accordion__link {
  position: absolute;
  left: calc(25px + 10px);
  bottom: 20px;
  color: #FFFFFF;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 12px;
  font-size: 0.75rem;
}
@media (min-width: 768px) {
  .tiles-accordion__link {
    left: calc(20px + 10px);
  }
}
@media (min-width: 1024px) {
  .tiles-accordion__link {
    left: calc(25px + 10px);
  }
}
.tiles-accordion__link img {
  position: absolute;
  left: -15px;
  display: block;
  width: 5px;
  height: 10px;
}

.tiles-accordion--color-primary .tiles-accordion__content,
.tiles-accordion--color-primary .tiles-accordion__plus,
.tiles-accordion--color-primary .tiles-accordion__cover__bubble {
  color: #0b1e2d;
  background: #6a1b9a;
}
.tiles-accordion--color-primary-base .tiles-accordion__content {
  color: #0b1e2d;
  background: #6a1b9a;
}
.tiles-accordion--color-primary-invert .tiles-accordion__content {
  color: #0b1e2d;
  background: #0b1e2d;
}

.tiles-accordion--color-secondary .tiles-accordion__content,
.tiles-accordion--color-secondary .tiles-accordion__plus,
.tiles-accordion--color-secondary .tiles-accordion__cover__bubble {
  color: #FFFFFF;
  background: #0b1e2d;
}
.tiles-accordion--color-secondary-base .tiles-accordion__content {
  color: #FFFFFF;
  background: #0b1e2d;
}
.tiles-accordion--color-secondary-invert .tiles-accordion__content {
  color: #FFFFFF;
  background: #FFFFFF;
}

.tiles-accordion--color-tertiary .tiles-accordion__content,
.tiles-accordion--color-tertiary .tiles-accordion__plus,
.tiles-accordion--color-tertiary .tiles-accordion__cover__bubble {
  color: #FFFFFF;
  background: #fd6a02;
}
.tiles-accordion--color-tertiary-base .tiles-accordion__content {
  color: #FFFFFF;
  background: #fd6a02;
}
.tiles-accordion--color-tertiary-invert .tiles-accordion__content {
  color: #FFFFFF;
  background: #FFFFFF;
}

.tiles-accordion--color-fourth .tiles-accordion__content,
.tiles-accordion--color-fourth .tiles-accordion__plus,
.tiles-accordion--color-fourth .tiles-accordion__cover__bubble {
  color: #FFFFFF;
  background: #548235;
}
.tiles-accordion--color-fourth-base .tiles-accordion__content {
  color: #FFFFFF;
  background: #548235;
}
.tiles-accordion--color-fourth-invert .tiles-accordion__content {
  color: #FFFFFF;
  background: #FFFFFF;
}

.tiles-accordion--color-fifth .tiles-accordion__content,
.tiles-accordion--color-fifth .tiles-accordion__plus,
.tiles-accordion--color-fifth .tiles-accordion__cover__bubble {
  color: #FFFFFF;
  background: #0bb89c;
}
.tiles-accordion--color-fifth-base .tiles-accordion__content {
  color: #FFFFFF;
  background: #0bb89c;
}
.tiles-accordion--color-fifth-invert .tiles-accordion__content {
  color: #FFFFFF;
  background: #FFFFFF;
}

.tiles-accordion--color-foreground .tiles-accordion__content,
.tiles-accordion--color-foreground .tiles-accordion__plus,
.tiles-accordion--color-foreground .tiles-accordion__cover__bubble {
  color: #FFFFFF;
  background: #0b1e2d;
}
.tiles-accordion--color-foreground-base .tiles-accordion__content {
  color: #FFFFFF;
  background: #0b1e2d;
}
.tiles-accordion--color-foreground-light .tiles-accordion__content {
  color: #FFFFFF;
  background: #2e4558;
}
.tiles-accordion--color-foreground-invert .tiles-accordion__content {
  color: #FFFFFF;
  background: #FFFFFF;
}

.tiles-accordion--color-background .tiles-accordion__content,
.tiles-accordion--color-background .tiles-accordion__plus,
.tiles-accordion--color-background .tiles-accordion__cover__bubble {
  color: #0b1e2d;
  background: #FFFFFF;
}
.tiles-accordion--color-background-base .tiles-accordion__content {
  color: #0b1e2d;
  background: #FFFFFF;
}
.tiles-accordion--color-background-invert .tiles-accordion__content {
  color: #0b1e2d;
  background: #0b1e2d;
}

.tiles-accordion--color-gray .tiles-accordion__content,
.tiles-accordion--color-gray .tiles-accordion__plus,
.tiles-accordion--color-gray .tiles-accordion__cover__bubble {
  color: #FFFFFF;
  background: #e6ebe9;
}
.tiles-accordion--color-gray-base .tiles-accordion__content {
  color: #FFFFFF;
  background: #e6ebe9;
}
.tiles-accordion--color-gray-dark .tiles-accordion__content {
  color: #FFFFFF;
  background: #c0c7c9;
}
.tiles-accordion--color-gray-invert .tiles-accordion__content {
  color: #FFFFFF;
  background: #FFFFFF;
}

.tiles-accordion--color-social .tiles-accordion__content,
.tiles-accordion--color-social .tiles-accordion__plus,
.tiles-accordion--color-social .tiles-accordion__cover__bubble {
  color: #FFF;
  background: #000;
}
.tiles-accordion--color-social-base .tiles-accordion__content {
  color: #FFF;
  background: #000;
}
.tiles-accordion--color-social-dailymotion .tiles-accordion__content {
  color: #FFF;
  background: #00AAFf;
}
.tiles-accordion--color-social-email .tiles-accordion__content {
  color: #FFF;
  background: #757575;
}
.tiles-accordion--color-social-emerald .tiles-accordion__content {
  color: #FFF;
  background: #2ecc71;
}
.tiles-accordion--color-social-facebook .tiles-accordion__content {
  color: #FFF;
  background: #3B5998;
}
.tiles-accordion--color-social-googleplus .tiles-accordion__content {
  color: #FFF;
  background: #DB4437;
}
.tiles-accordion--color-social-instagram .tiles-accordion__content {
  color: #FFF;
  background: #b900b4;
}
.tiles-accordion--color-social-linkedin .tiles-accordion__content {
  color: #FFF;
  background: #0077B5;
}
.tiles-accordion--color-social-pinterest .tiles-accordion__content {
  color: #FFF;
  background: #BD081C;
}
.tiles-accordion--color-social-snapchat .tiles-accordion__content {
  color: #FFF;
  background: #FFFC00;
}
.tiles-accordion--color-social-twitter .tiles-accordion__content {
  color: #FFF;
  background: #1DA1F2;
}
.tiles-accordion--color-social-vimeo .tiles-accordion__content {
  color: #FFF;
  background: #1ab7ea;
}
.tiles-accordion--color-social-whatsapp .tiles-accordion__content {
  color: #FFF;
  background: #25D366;
}
.tiles-accordion--color-social-youtube .tiles-accordion__content {
  color: #FFF;
  background: #CD201F;
}
.tiles-accordion--color-social-invert .tiles-accordion__content {
  color: #FFF;
  background: #FFF;
}

.tiles-accordion--color-oecd .tiles-accordion__content,
.tiles-accordion--color-oecd .tiles-accordion__plus,
.tiles-accordion--color-oecd .tiles-accordion__cover__bubble {
  color: #FFFFFF;
  background: #0b71b0;
}
.tiles-accordion--color-oecd-base .tiles-accordion__content {
  color: #FFFFFF;
  background: #0b71b0;
}
.tiles-accordion--color-oecd-dark .tiles-accordion__content {
  color: #FFFFFF;
  background: #04629a;
}
.tiles-accordion--color-oecd-light .tiles-accordion__content {
  color: #FFFFFF;
  background: #578FB8;
}
.tiles-accordion--color-oecd-lighter .tiles-accordion__content {
  color: #FFFFFF;
  background: #8FB4CF;
}
.tiles-accordion--color-oecd-invert .tiles-accordion__content {
  color: #FFFFFF;
  background: #FFFFFF;
}@charset "UTF-8";
.no-margin-top {
  margin-top: 0px !important;
}

.bb-text .content-wrapper {
  padding: 25px 25px 25px 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.bb-text .content-wrapper .content-content ul {
  -webkit-padding-start: 20px;
          padding-inline-start: 20px;
  margin: 0;
}
.bb-text .content-wrapper .content-content a {
  text-decoration: underline;
  font-weight: bold;
  color: inherit;
}
.bb-text .text-black {
  color: #000;
}
.bb-text .text-black li:before {
  background: #000;
}
@media (min-width: 768px) {
  .bb-text .media-bottom-margin {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 768px) {
  .bb-text .content-wrapper {
    padding: 15px 0 15px 15px;
  }
}
.bb-text .media-wrapper {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.bb-text .media-wrapper.col-sm-6, .bb-text .media-wrapper.col-sm-12 {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
}
.bb-text .media-wrapper.col-sm-6 img, .bb-text .media-wrapper.col-sm-6 iframe, .bb-text .media-wrapper.col-sm-12 img, .bb-text .media-wrapper.col-sm-12 iframe {
  max-width: none;
  max-height: none;
  position: initial;
  width: 100%;
  padding: 15px 0;
}
.bb-text .media-wrapper.col-sm-6 iframe, .bb-text .media-wrapper.col-sm-12 iframe {
  height: 378px;
  position: static;
}
.bb-text .actions-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 0 !important;
}
.bb-text .content-subtitle {
  margin-bottom: 50px;
}
.bb-text .content-image {
  width: 100%;
  position: static;
}
@media screen and (min-width: 768px) {
  .bb-text .content-image {
    max-width: 95%;
    position: absolute;
    max-height: 100%;
    width: auto;
    left: 0px;
    top: 0px;
    right: 0px;
    top: 0px;
    margin: auto;
  }
}
@media screen and (min-width: 768px) {
  .bb-text .content-image--top {
    top: -30px;
    right: 15px;
    left: auto;
    bottom: auto;
    margin: 0px;
  }
  .bb-text .content-image--bottom {
    bottom: -30px;
    left: 15px;
    top: auto;
    right: auto;
    margin: 0px;
  }
}
.bb-text .content-row {
  margin-top: 0px;
}
.bb-text .content-row--reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

@media (min-width: 768px) {
  .media-bottom-margin {
    margin-bottom: 30px;
  }
}

.bg-colour-default {
  background-color: #fff;
}

.bg-colour-light-grey {
  background-color: #e6ebe9;
}

.bg-colour-dark-navy {
  background-color: #0b1e2d;
}

.bg-colour-white {
  background-color: #fff;
}

.bg-colour-black {
  background-color: #000;
}

.bg-colour-aqua-blue {
  background-color: #16b1c1;
}

.bg-colour-blue {
  background-color: #04629a;
}

.bg-colour-green {
  background-color: #66bb6a;
}

.bg-colour-grey {
  background-color: #a9a9a9;
}

.bg-colour-dark-blue {
  background-color: #0b1e2d;
}

.bg-colour-light-green {
  background-color: #8cc841;
}

.bg-colour-light-grey-oecd {
  background-color: #e6ebe9;
}

.bg-colour-turquoise {
  background-color: #0bb89c;
}

.bg-colour-yellow {
  background-color: #ffc20e;
}

.bb-tiled-title {
  font-size: 2.25rem;
  margin: 0 0 2rem 0;
}
.bb-tiled-title-highlight {
  display: inline-block;
  position: relative;
  z-index: 1;
}
.bb-tiled-title-highlight::after {
  content: "";
  background: #ffc20e;
  right: -3px;
  left: -3px;
  position: absolute;
  min-width: 100%;
  display: inline-block;
  height: 0.4em;
  margin-top: 14px;
  top: 0.4em;
  z-index: -1;
}
@media (min-width: 992px) {
  .bb-tiled-title {
    margin: 0 0 3rem 0;
    font-size: 2.6rem;
  }
}
.bb-tiled-cont {
  margin-top: 10px;
  padding: 15px 0 0;
}
@media (min-width: 992px) {
  .bb-tiled-cont {
    padding: 30px 15px 0;
  }
}
.bb-tiled-card {
  margin-bottom: 1rem;
}
@media (min-width: 768px) {
  .bb-tiled-card {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .bb-tiled-card {
    min-height: 27rem;
  }
}
.bb-tiled-card > a {
  display: block;
  background-size: cover;
  background-position: center;
  height: 100%;
  color: #fff;
  text-decoration: none;
  cursor: pointer;
  position: relative;
}
.bb-tiled-card > a .tile-image {
  -webkit-transition: opacity 0.5s ease;
  -o-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 15, 43, 0.3)), to(#000f2b));
  background: -o-linear-gradient(top, rgba(0, 15, 43, 0.3) 0%, #000f2b 100%);
  background: linear-gradient(to bottom, rgba(0, 15, 43, 0.3) 0%, #000f2b 100%);
  opacity: 0.4;
}
.bb-tiled-card > a:hover .tile-image {
  opacity: 1;
}
.bb-tiled-card > a .content-wrapper {
  position: relative;
  z-index: 2;
  width: 100%;
}
.bb-tiled-card > a > div {
  background-color: fade(#072133, 50%);
  height: 100%;
}
@media (min-width: 992px) {
  .bb-tiled-card > a > div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.bb-tiled-card > a > div div {
  padding: 1.5rem 1.5rem 2rem;
  -ms-flex-item-align: end;
      align-self: flex-end;
}
.bb-tiled-card > a > div div em {
  float: left;
  clear: both;
}
.bb-tiled-card > a > div div h2 {
  clear: both;
  padding-top: 0.5rem;
  font-size: 1.5rem;
  margin: 0 0 0 0;
}
.bb-tiled-card > a > div div h2 span {
  font-size: 1rem;
  font-weight: 400;
  display: block;
  background: transparent;
}
@media (min-width: 1210px) {
  .bb-tiled-card > a > div div h2 {
    font-size: 2rem;
  }
}
.bb-tiled-card > a > div div .snippet {
  display: none;
}
@media (max-width: 992px) {
  .bb-tiled-card > a > div div .snippet {
    display: block !important;
    height: auto !important;
  }
}
.bb-tiled-card > a > div div .blurb {
  padding: 0;
  overflow: hidden;
}
.bb-tiled-card > a > div div .blurb p:last-child {
  font-weight: 700;
  text-transform: uppercase;
  text-align: right;
  margin-bottom: 0;
}
.bb-tiled-card:link, .bb-tiled-card:active, .bb-tiled-card:visited {
  color: #fff;
}
.bb-tiled-card em.tag {
  display: inline-block;
  text-transform: uppercase;
  background: #FFC20E;
  font-size: 0.85rem;
  padding: 0.25rem 0.5rem;
  position: relative;
  height: 28px;
  margin-right: 0.5rem;
  margin-bottom: 0.5rem;
  color: #333;
}
.bb-tiled-card em.tag span {
  width: 0;
  height: 0;
  border-top: 28px solid #FFC20E;
  border-right: 10px solid transparent;
  position: absolute;
  top: 0;
  right: -10px;
}

.bb-cards-list__highlight::before {
  display: none !important;
}
.bb-cards-list__highlight .highlight__popin {
  right: 0;
  margin-right: 25px !important;
}
.bb-cards-list__call-to-action-btn {
  border: 1px solid #0b1e2d !important;
  border-radius: 25px !important;
  padding: 18px 25px 15px 25px !important;
}
.bb-cards-list__swiper-container--with-nav {
  padding-bottom: 80px;
}
.bb-cards-list__swiper-controls {
  margin-top: 20px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  top: 10px;
}
.bb-cards-list__swiper-controls__nav {
  position: relative;
  float: left;
  display: block;
  width: 45px;
  height: 45px;
  color: #0b1e2d;
  background: transparent;
  border: 1px solid currentColor;
  border-radius: 50%;
  outline: none;
}
.bb-cards-list__swiper-controls__nav + .bb-cards-list__swiper-controls__nav {
  margin-left: 5px;
}
.bb-cards-list__swiper-controls__nav::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 11px;
  height: 11px;
  border: 2px solid currentColor;
  border-right: none;
  border-bottom: none;
  -webkit-transform: translate(-66%, -50%) rotate(135deg);
      -ms-transform: translate(-66%, -50%) rotate(135deg);
          transform: translate(-66%, -50%) rotate(135deg);
}
.bb-cards-list__swiper-controls__nav.swiper-button-disabled {
  opacity: 0.5;
}
.bb-cards-list__swiper-controls__nav--prev {
  margin-right: 5px;
}
.bb-cards-list__swiper-controls__nav--prev::before {
  -webkit-transform: translate(-33%, -50%) rotate(-45deg);
      -ms-transform: translate(-33%, -50%) rotate(-45deg);
          transform: translate(-33%, -50%) rotate(-45deg);
}
.bb-cards-list__swiper-slide {
  color: #FFFFFF;
  background: #04629a;
  padding: 40px 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.bb-cards-list__swiper-slide--small {
  height: 150px;
  overflow: hidden;
  min-width: 300px;
  margin-bottom: -60px;
}
.bb-cards-list__swiper-slide__title {
  font-size: 1.875rem;
  line-height: 1em;
  margin-bottom: 10px;
  font-weight: 700;
  font-family: "Oswald", sans-serif;
  height: auto;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.bb-cards-list__swiper-slide__text {
  font-size: 1.25rem;
  line-height: 1.5em;
  font-weight: 300;
  font-family: "Oswald", sans-serif;
  height: auto;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
.bb-cards-list__swiper-slide__link {
  font-size: 0.75rem;
  line-height: 1;
  text-transform: uppercase;
  text-decoration: none;
  font-family: "Noto Sans Display", sans-serif;
  font-weight: 700;
  height: auto;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.bb-cards-list__swiper-slide__link:hover {
  text-decoration: underline;
}
.bb-cards-list__swiper-slide__link::before {
  position: relative;
  top: -1px;
  content: "›";
  margin-right: 0.33em;
  text-decoration: none;
}
.bb-cards-list .highlight {
  margin-top: 0px;
  margin-bottom: 0;
  padding: 25px 25px 50px 25px;
}
@media screen and (max-width: 767px) {
  .bb-cards-list .highlight {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 767px) {
  .bb-cards-list .highlight {
    padding: 25px 50px 0px 50px;
  }
}
.bb-cards-list .highlight__img-box {
  margin-top: -60px;
  padding-left: 0px;
  width: 100%;
  position: relative;
}
@media screen and (min-width: 767px) {
  .bb-cards-list .highlight__img-box {
    width: 748px;
    margin-top: 20px;
    padding-left: 50px;
  }
}
.bb-cards-list .highlight::after {
  width: 53.5%;
}
.bb-cards-list .swiper-wrapper {
  height: 85%;
}
@media screen and (min-width: 767px) {
  .bb-cards-list .swiper-wrapper {
    height: 100%;
  }
}
.bb-cards-list .swiper-container {
  overflow: visible;
}
@media screen and (min-width: 767px) {
  .bb-cards-list .swiper-container {
    overflow: hidden;
  }
}

.collapsible {
  position: relative;
  width: 100%;
}
.collapsible a.expand-all {
  color: #00629B;
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
}
.collapsible h3.collapsible-title {
  margin-top: 2rem;
  border-top: 2px solid #E6EBE9;
  padding-top: 1rem;
  font-size: 1.75rem;
  margin-bottom: 0px;
}
@media (min-width: 992px) {
  .collapsible h3.collapsible-title {
    margin-top: 3rem;
  }
}
.collapsible h3.collapsible-title a {
  text-decoration: none;
  display: block;
  position: relative;
  padding-left: 50px;
  color: #00629B;
}
.collapsible h3.collapsible-title a::before, .collapsible h3.collapsible-title a::after {
  content: "";
  position: absolute;
  top: -12px;
  display: inline-block;
  width: 25px;
  height: 2px;
  margin-right: 15px;
  background: #00629B;
}
.collapsible h3.collapsible-title a::before {
  left: 0;
  top: 16px;
  width: 21px;
  height: 2px;
}
.collapsible h3.collapsible-title a::after {
  left: 10px;
  top: 6px;
  width: 2px;
  height: 21px;
}
.collapsible h3.collapsible-title a.expanded::after {
  width: 0;
  height: 0;
}
.collapsible .inline-copy {
  display: none;
  margin-left: 10px;
}
.collapsible .inline-copy :first-child {
  margin-top: 0;
  margin-bottom: 0;
}
.collapsible .inline-copy :last-child {
  margin-bottom: 0;
  margin-top: 3px !important;
}

.visually-hidden {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0 !important;
  border: 0 !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden;
}

.doc-type-container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  .doc-type-container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .doc-type-container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .doc-type-container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .doc-type-container {
    max-width: 1310px;
  }
}
.doc-type-container .document a {
  color: #2973bd;
  text-decoration: underline;
}
.doc-type-container .ip-title {
  font-family: "Oswald", sans-serif;
  font-size: 2.1875rem;
  font-weight: 700;
  margin: 30px 0 30px 0;
}
@media screen and (max-width: 428px) {
  .doc-type-container .ip-title {
    text-align: center;
  }
}
@media (min-width: 1024px) {
  .doc-type-container .ip-title {
    font-size: 3.125rem;
  }
}
.doc-type-container .block {
  background: none repeat scroll 0% 0% #f9f9f9;
  border-width: 1px;
  border-style: solid;
  border-color: #dddddd #f0f0f0 #fbfbfb;
  padding: 15px;
  margin: 1em 0px 0px;
}
@media screen and (max-width: 767px) {
  .doc-type-container .block {
    background: transparent !important;
    border-color: transparent !important;
    display: block;
  }
}
.doc-type-container #webEditContent img {
  max-width: unset;
}
.doc-type-container #webEditContent table {
  margin-bottom: 1.4em;
  width: 100%;
}
@media screen and (max-width: 600px) {
  .doc-type-container #webEditContent table {
    table-layout: fixed;
  }
}
.doc-type-container #webEditContent p {
  margin: 5px 0;
  padding: 0;
}
.doc-type-container .document th, .doc-type-container .document td, .doc-type-container .document caption {
  padding: 4px 10px 4px 5px;
}
.doc-type-container table, .doc-type-container td, .doc-type-container th {
  vertical-align: top;
}
@media screen and (max-width: 428px) {
  .doc-type-container .document td {
    width: 100% !important;
    min-width: 0px;
    display: block;
    overflow: hidden;
  }
}
.doc-type-container .pub-section-line {
  border-top: 1px solid #000;
  padding: 10px 3px !important;
  text-transform: uppercase;
  font-size: 14px;
  margin-bottom: 5px;
}
.doc-type-container .pub-1-col-list {
  margin: 0.75em 0;
  padding: 0;
  list-style: none;
}
.doc-type-container .pub-1-col-list li:before {
  content: "›";
  font-size: 20px;
  color: #2973bd;
  margin-right: 7px;
}
.doc-type-container .pub-2-col-list {
  -webkit-column-count: 2;
     -moz-column-count: 2;
          column-count: 2;
  -webkit-column-gap: 2em;
     -moz-column-gap: 2em;
          column-gap: 2em;
  margin: 0.75em 0;
  padding: 0;
  list-style: none;
}
.doc-type-container .pub-2-col-list li:before {
  content: "›";
  font-size: 20px;
  color: #2973bd;
  margin-right: 7px;
}
.doc-type-container .linkList {
  list-style: none;
  padding: 0;
}
.doc-type-container .linkList li {
  margin: 0 0 10px 0;
}
.doc-type-container .linkList li:before {
  content: "»";
  font-size: 20px;
  color: #2973bd;
  margin-right: 7px;
}
.doc-type-container .hide {
  display: none !important;
}
.doc-type-container .OECDTitle2 {
  font-size: 17px;
  font-weight: bold;
  text-decoration: none;
  color: #675C53;
}

html[lang=en] .doc-type-container .label-en {
  display: inline-block !important;
}

html[lang=fr] .doc-type-container .label-fr {
  display: inline-block !important;
}

.publication-container ul.btn-grp-books {
  padding: 0;
}
.publication-container ul.btn-grp-books li {
  list-style: none;
}

.books .modal-open {
  overflow: hidden;
}
.books .modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.books .modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  -o-transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
}
.books .modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}
.books .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.books .modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
  z-index: 10000002;
}
.books .modal-content {
  position: relative;
  background-color: #ffffff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #999999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  outline: 0;
}
.books .modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000000;
}
.books .modal-backdrop.fade {
  filter: alpha(opacity=0);
  opacity: 0;
}
.books .modal-backdrop.in {
  filter: alpha(opacity=50);
  opacity: 0.5;
}
.books .modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}
.books .modal-header .close {
  margin-top: -2px;
}
.books .modal-title {
  margin: 0;
  line-height: 1.42857143;
}
.books .modal-body {
  position: relative;
  padding: 15px;
}
.books .modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.books .modal-footer .btn + .btn {
  margin-bottom: 0;
  margin-left: 5px;
}
.books .modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.books .modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
.books .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 768px) {
  .books .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .books .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  .books .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .books .modal-lg {
    width: 900px;
  }
}
.books .clearfix:before,
.books .clearfix:after,
.books .modal-header:before,
.books .modal-header:after,
.books .modal-footer:before,
.books .modal-footer:after {
  display: table;
  content: " ";
}
.books .clearfix:after,
.books .modal-header:after,
.books .modal-footer:after {
  clear: both;
}

.sat {
  /*Lists*/
}
.sat-header .gsst_a {
  height: unset !important;
  text-indent: unset !important;
  margin: 0 !important;
}
.sat-header__banner-container {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: left top;
}
.sat-header form {
  width: 80%;
  float: left;
}
@media (min-width: 768px) {
  .sat-header .row {
    padding: 0.5rem 0;
  }
}
.sat-header .row div:first-child {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.sat-header .row a:link, .sat-header .row a:visited, .sat-header .row a:active {
  display: inline-block;
  height: 2rem;
  background-size: auto 100%;
  background-position: top left;
  background-repeat: no-repeat;
  text-indent: -2000rem;
  margin: 0.5rem 0;
}
.sat-header .row a:link.sat-logo, .sat-header .row a:visited.sat-logo, .sat-header .row a:active.sat-logo {
  width: 8.3rem;
}
.sat-header .row a:link.sat-secondary-logo, .sat-header .row a:visited.sat-secondary-logo, .sat-header .row a:active.sat-secondary-logo {
  background-position: top right;
  width: 4.2rem;
  height: 100%;
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .sat-header .row a:link.sat-secondary-logo, .sat-header .row a:visited.sat-secondary-logo, .sat-header .row a:active.sat-secondary-logo {
    height: 3rem;
  }
}
.sat-header .row a:link.sat-banner, .sat-header .row a:visited.sat-banner, .sat-header .row a:active.sat-banner {
  width: 19rem;
  height: 2.5rem;
}
@media (min-width: 768px) {
  .sat-header .row a:link, .sat-header .row a:visited, .sat-header .row a:active {
    height: 2.75rem;
  }
  .sat-header .row a:link.sat-logo, .sat-header .row a:visited.sat-logo, .sat-header .row a:active.sat-logo {
    margin-right: 0.5rem;
    width: 100%;
    margin-top: 0;
  }
  .sat-header .row a:link.sat-banner, .sat-header .row a:visited.sat-banner, .sat-header .row a:active.sat-banner {
    float: right;
    background-position: top right;
    width: 21rem;
    height: 2.75rem;
  }
}
@media (min-width: 992px) {
  .sat-header .row a:link, .sat-header .row a:visited, .sat-header .row a:active {
    height: 3.25rem;
  }
  .sat-header .row a:link.sat-logo, .sat-header .row a:visited.sat-logo, .sat-header .row a:active.sat-logo {
    width: 100%;
    margin-right: 1rem;
    margin-top: 0;
  }
  .sat-header .row a:link.sat-secondary-logo, .sat-header .row a:visited.sat-secondary-logo, .sat-header .row a:active.sat-secondary-logo {
    width: 4.2rem;
    height: 3.25rem;
  }
  .sat-header .row a:link.sat-banner, .sat-header .row a:visited.sat-banner, .sat-header .row a:active.sat-banner {
    width: 26.5rem;
    height: 3.5rem;
  }
}
@media (min-width: 1200px) {
  .sat-header .row a:link, .sat-header .row a:visited, .sat-header .row a:active {
    height: 4.3rem;
  }
  .sat-header .row a:link.sat-logo, .sat-header .row a:visited.sat-logo, .sat-header .row a:active.sat-logo {
    width: 100%;
    margin-right: 2rem;
    margin-top: 0;
  }
  .sat-header .row a:link.sat-secondary-logo, .sat-header .row a:visited.sat-secondary-logo, .sat-header .row a:active.sat-secondary-logo {
    width: 5.25rem;
    height: 4.3rem;
  }
  .sat-header .row a:link.sat-banner, .sat-header .row a:visited.sat-banner, .sat-header .row a:active.sat-banner {
    width: 33rem;
    height: 4.375rem;
  }
}
.sat-header .row .main-nav__lang a {
  text-indent: 1rem;
  height: auto;
}
.sat-header .row .main-nav__header {
  width: 100%;
  background: #072133;
  color: #fff;
}
.sat-header .row .main-nav__header .main-nav__search-bar__toggle {
  background-color: #072133;
}
.sat-header .row .main-nav__header .main-nav__lang ul {
  display: none;
}
.sat-header .row .main-nav__header .lang-toggle {
  margin-right: 10px;
}
.sat-header .row .lang-toggle {
  color: #333;
}
.sat-header .row .lang-toggle .lang-toggle--active-dropdown:after {
  content: "▼";
  position: absolute;
  margin-left: 2px;
  margin-top: 2px;
}
.sat-header .row .lang-toggle .lang-toggle__list--dropdown {
  display: none;
}
.sat-header .row .lang-toggle:hover .lang-toggle__list--dropdown, .sat-header .row .lang-toggle .lang-toggle__list--dropdown:hover {
  display: none;
  position: absolute;
  background-color: rgba(255, 255, 255, 0.9);
  z-index: 100;
  margin-top: 5px !important;
}
@media (min-width: 768px) {
  .sat-header .row .lang-toggle:hover .lang-toggle__list--dropdown, .sat-header .row .lang-toggle .lang-toggle__list--dropdown:hover {
    display: block !important;
  }
}
.sat-header .row .lang-toggle ul {
  margin: 0;
  padding: 0;
  overflow: hidden;
  list-style-type: none;
}
.sat-header .row .lang-toggle ul li {
  float: left;
}
.sat-header .row .lang-toggle ul li a {
  text-indent: 0;
  text-decoration: none;
  font-weight: 700;
  font-size: 0.85rem;
  height: auto;
  display: block;
  margin: 0;
  padding: 10px;
}
.sat-header .row .lang-toggle--active {
  padding: 10px;
  font-weight: 700;
  font-size: 0.85rem;
}
.sat-header .row .functional-elements {
  padding: 0.5rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media (min-width: 768px) {
  .sat-header .row .functional-elements {
    width: 20.75rem;
    float: right;
  }
  .sat-header .row .functional-elements form {
    width: 16.5rem;
  }
}
@media (min-width: 992px) {
  .sat-header .row .functional-elements {
    width: 26.5rem;
  }
  .sat-header .row .functional-elements form {
    width: 22rem;
  }
}
@media (min-width: 1200px) {
  .sat-header .row .functional-elements {
    width: 33rem;
  }
  .sat-header .row .functional-elements form {
    width: 28rem;
  }
}
.sat-header nav {
  background: #072133;
  color: #fff;
}
.sat-header nav a.open-menu {
  display: none;
}
.sat-header nav a.open-menu:link, .sat-header nav a.open-menu:active, .sat-header nav a.open-menu:visited {
  width: 1.875rem;
  height: 1.5rem;
  background-size: auto 100%;
  background-position: top left;
  background-repeat: no-repeat;
  text-indent: -2000rem;
  margin: 1rem 0;
  float: right;
}
@media (min-width: 992px) {
  .sat-header nav a.open-menu:link, .sat-header nav a.open-menu:active, .sat-header nav a.open-menu:visited {
    display: none;
  }
}
.sat-header nav .search-form-mobile {
  display: none;
}
.sat-header nav .search-form-mobile.is-open {
  display: block;
}
@media (min-width: 768px) {
  .sat-header nav .search-form-mobile.is-open {
    display: none;
  }
}
.sat-header nav .search-form-mobile form {
  width: 100%;
  padding: 20px 0;
  float: none;
}
.sat-header nav .lang-list-mobile {
  display: none;
}
@media (min-width: 768px) {
  .sat-header nav .lang-list-mobile {
    display: none !important;
  }
}
.sat-header nav .lang-list-mobile.is-open {
  display: block;
}
@media (min-width: 768px) {
  .sat-header nav .lang-list-mobile.is-open {
    display: none;
  }
}
.sat-header nav ul {
  display: none;
  list-style: none;
  margin: 0;
  padding: 0;
  padding: 0.5rem 0 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  width: 80%;
}
.sat-header nav ul.is-open {
  display: block;
}
@media (min-width: 768px) {
  .sat-header nav ul.is-open {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media (min-width: 768px) {
  .sat-header nav ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 0.75rem 0;
  }
}
.sat-header nav ul li {
  position: relative;
}
.sat-header nav ul li a:link, .sat-header nav ul li a:active, .sat-header nav ul li a:visited {
  text-decoration: none;
  color: #fff;
  display: inline-block;
  padding: 0.5rem 0;
  border-bottom: 2px solid transparent;
}
.sat-header nav ul li a:focus, .sat-header nav ul li a:hover, .sat-header nav ul li a.selected {
  text-decoration: none;
  border-bottom: 2px solid #fff;
}
.sat-header nav ul li a span {
  display: none;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  height: 10px;
  width: 10px;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
  margin-left: 1rem;
  margin-bottom: 3px;
}
.sat-header nav ul li a.open span {
  -webkit-transform: rotate(135deg);
      -ms-transform: rotate(135deg);
          transform: rotate(135deg);
  margin-bottom: -1px;
}
.sat-header nav ul li ul {
  text-transform: none;
  padding-left: 1rem;
  background: #072133;
  display: none;
  z-index: 1000;
}
@media (min-width: 992px) {
  .sat-header nav ul li ul {
    position: absolute;
    top: 3rem;
    left: -2rem;
    width: 20rem;
    padding: 1.5rem 2rem;
  }
  .sat-header nav ul li ul li {
    display: block;
  }
}
.sat-footer {
  margin-top: 50px;
}
@media (max-width: 767px) {
  .sat-footer .oecd-shared-footer__links {
    margin-top: 20px;
  }
}
.sat-ssk-group {
  position: fixed;
  top: 17rem;
  right: 0;
  width: 40px;
}
.sat-ssk-group a {
  display: inline-block;
  margin: 0 0;
  width: 40px;
  height: 40px;
}
.sat-ssk-group a:link, .sat-ssk-group a:active, .sat-ssk-group a:visited {
  text-decoration: none;
  color: #fff;
}
@media (min-width: 768px) {
  .sat-ssk-group {
    top: 14.5rem;
  }
}
@media (min-width: 992px) {
  .sat-ssk-group {
    top: 16.5rem;
    width: 46px;
  }
  .sat-ssk-group a {
    width: 46px;
    height: 46px;
  }
  .sat-ssk-group a:before {
    font-size: 28px !important;
  }
  .sat-ssk-group a span:before {
    font-size: 28px !important;
  }
}
@media (min-width: 1200px) {
  .sat-ssk-group {
    top: 20rem;
  }
}
.sat .media-test {
  width: 100px;
}
@media (min-width: 768px) {
  .sat .media-test {
    width: 150px;
  }
}
@media (min-width: 992px) {
  .sat .media-test {
    width: 200px;
  }
}
.sat .oecd-shared-footer__icon .footer-icon-round {
  display: block;
  width: 33px;
  height: 33px;
  background: #ebf2f8;
  border-radius: 50%;
  position: relative;
}
.sat .oecd-shared-footer__icon .footer-icon-round img {
  max-height: 18px;
  width: auto !important;
  max-width: 18px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.sat .pub-1-col-list {
  list-style-type: none !important;
  margin: 0 !important;
}
.sat .pub-2-col-list {
  list-style-type: none !important;
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
  -webkit-column-gap: 2em;
  -moz-column-gap: 2em;
  column-gap: 2em;
  margin: 0 !important;
}
.sat .pub-3-col-list {
  list-style-type: none !important;
  -webkit-column-count: 3;
  -moz-column-count: 3;
  column-count: 3;
  -webkit-column-gap: 2em;
  -moz-column-gap: 2em;
  column-gap: 2em;
  margin: 0 !important;
}
.sat .pub-4-col-list {
  list-style-type: none !important;
  -webkit-column-count: 4;
  -moz-column-count: 4;
  column-count: 4;
  -webkit-column-gap: 2em;
  -moz-column-gap: 2em;
  column-gap: 2em;
  margin: 0 !important;
}
.sat .pub-1-col-list li {
  padding-bottom: 5px;
}
.sat .pub-2-col-list li {
  padding-bottom: 5px;
}
.sat .pub-3-col-list li {
  padding-bottom: 5px;
}
.sat .pub-4-col-list li {
  padding-bottom: 5px;
}
.sat .pub-1-col-list li:before {
  content: "›";
  padding-right: 7px;
  color: #2973bd;
  font-size: 12px;
}
.sat .pub-2-col-list li:before {
  content: "›";
  padding-right: 7px;
  color: #2973bd;
  font-size: 12px;
}
.sat .pub-3-col-list li:before {
  content: "›";
  padding-right: 7px;
  color: #2973bd;
  font-size: 12px;
}
.sat .pub-4-col-list li:before {
  content: "›";
  padding-right: 7px;
  color: #2973bd;
  font-size: 12px;
}

@media (max-width: 767px) {
  .bb-flip-cards .bb-action-btn {
    margin-top: 20px;
  }
}
@media (min-width: 768px) {
  .bb-flip-cards-cta-wrapper {
    text-align: right;
  }
}

.bb-slider__swiper-container--with-nav {
  padding-bottom: 10px !important;
}
.bb-slider__swiper-controls {
  margin-top: 20px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  top: 10px;
}
.bb-slider__swiper-controls__nav {
  position: relative;
  float: left;
  display: block;
  width: 45px;
  height: 45px;
  color: #0b1e2d;
  background: transparent;
  border: 1px solid currentColor;
  border-radius: 50%;
  outline: none;
}
.bb-slider__swiper-controls__nav + .bb-slider__swiper-controls__nav {
  margin-left: 5px;
}
.bb-slider__swiper-controls__nav::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 11px;
  height: 11px;
  border: 2px solid currentColor;
  border-right: none;
  border-bottom: none;
  -webkit-transform: translate(-66%, -50%) rotate(135deg);
      -ms-transform: translate(-66%, -50%) rotate(135deg);
          transform: translate(-66%, -50%) rotate(135deg);
}
.bb-slider__swiper-controls__nav--prev {
  margin-right: 5px;
}
.bb-slider__swiper-controls__nav--prev::before {
  -webkit-transform: translate(-33%, -50%) rotate(-45deg);
      -ms-transform: translate(-33%, -50%) rotate(-45deg);
          transform: translate(-33%, -50%) rotate(-45deg);
}
.bb-slider__swiper-slide {
  height: auto !important;
  color: #00629b;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.bb-slider__swiper-slide img {
  width: 100%;
  height: auto;
}
.bb-slider__swiper-slide__content {
  padding: 0.85rem;
  position: relative;
}
.bb-slider__swiper-slide__content__title {
  font-size: 1.375rem;
  margin: 0 0 0.85rem;
}
.bb-slider__swiper-slide__content__divider {
  display: block;
  width: 40px;
  height: 4px;
  background: #ffc20e;
  margin-bottom: 1.5rem;
}
.bb-slider__swiper-slide__content__text {
  color: #333;
}

.bb-landing {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.bb-landing .actions-wrapper {
  margin-bottom: 20px;
}
.bb-landing__title {
  font-family: "Oswald", sans-serif;
  font-size: 50px !important;
  font-weight: 500;
  margin: 20px 0 20px 0;
}

a {
  text-decoration: none;
}

.landing-block___image-holder {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  min-height: 400px !important;
}

.landing-block___wrapper {
  margin: 53px 60px 45px 60px !important;
}

@media screen and (max-width: 767px) {
  .landing-block___wrapper {
    margin: 45px 25px !important;
  }
}
.landing-block___wrapper__button {
  color: white;
  outline: none;
  border: none;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 12px;
  padding: 15px;
  cursor: pointer;
}

.landing-block___wrapper__icon {
  margin-left: 10px;
}

.building-block___action-button {
  padding: 15px 20px;
  display: inline-block;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 12px;
}

.typography___aci_hub_typography {
  color: #333;
}

.typography___aci_hub_typography--title {
  font-size: 38px;
  font-weight: bold;
  line-height: 48px;
  margin-bottom: 20px;
}

.typography___aci_hub_typography--text {
  font-size: 18px;
  margin-bottom: 10px;
  line-height: 23px;
}

.typography___aci_hub_typography--color-black {
  color: black;
}

.typography___aci_hub_typography--align-left {
  text-align: left;
}

.homepage-header {
  background-size: cover;
  background-position: bottom left;
  min-height: 25em;
  color: #FFF;
}

.homepage-header .text-wrapper a {
  text-decoration: none;
}

.homepage-header .text-wrapper p {
  margin: 1.5em 0;
}

@media (min-width: 768px) {
  .homepage-header {
    min-height: 30em;
  }
}
@media (min-width: 992px) {
  .homepage-header {
    min-height: 35em;
  }

  .homepage-header h2 {
    font-size: 3.25em;
  }

  .homepage-header p,
.homepage-header .text-wrapper a {
    font-size: 1.375em;
  }
}
@media (min-width: 1200px) {
  .homepage-header {
    min-height: auto;
    background-size: cover;
    background-repeat: no-repeat;
  }
}
.bb-hero-slider {
  text-align: center;
  overflow: hidden;
}
.bb-hero-slider .faded-line {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 20px;
  width: 100%;
}
.bb-hero-slider .swiper-arrows {
  width: 20px;
  height: 20px;
  border-color: #fff;
  z-index: 1;
  cursor: pointer;
}
.bb-hero-slider .swiper-arrows__wrapper {
  border-radius: 50%;
  background: transparent;
  width: 50px;
  height: 50px;
  position: absolute;
  top: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: -50px;
  z-index: 1;
}
.bb-hero-slider .swiper-arrows__wrapper--prev {
  left: 20px;
}
.bb-hero-slider .swiper-arrows__wrapper--next {
  right: 20px;
}
.bb-hero-slider .swiper-arrows__prev {
  border-bottom: 3px solid #fff;
  border-left: 3px solid #fff;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  margin-left: 5px;
}
.bb-hero-slider .swiper-arrows__next {
  border-bottom: 3px solid #fff;
  border-left: 3px solid #fff;
  -webkit-transform: rotate(-135deg);
      -ms-transform: rotate(-135deg);
          transform: rotate(-135deg);
  margin-right: 5px;
}
.bb-hero-slider .swiper-arrows:focus {
  outline: none;
}
.bb-hero-slider .background-gradient {
  display: block;
  position: absolute;
  bottom: 0;
  height: 350px;
  width: 100%;
  z-index: 1;
}
.bb-hero-slider__main {
  height: 100%;
  width: 100%;
  max-height: 450px;
}
@media screen and (max-width: 1200px) {
  .bb-hero-slider__main {
    height: 100%;
  }
}
.bb-hero-slider__extensive-info-placeholder {
  padding: 0 40px;
  height: 100%;
  -ms-flex-item-align: end;
      align-self: flex-end;
  text-align: left;
}
.bb-hero-slider__extensive-info-placeholder h2 {
  font-family: "Oswald", sans-serif;
  font-weight: 400;
  font-size: 26px;
  margin: 10px 0;
}
.bb-hero-slider__extensive-info-placeholder .slide-content-tag {
  color: aquamarine;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 600;
}
.bb-hero-slider__extensive-info-placeholder .text-wrapper {
  font-size: 16px;
  margin: 10px 0 20px;
}
.bb-hero-slider__extensive-info-placeholder .text-wrapper div {
  position: relative;
  max-height: 150px;
  margin-bottom: 10px;
  padding-bottom: 10px;
  overflow: hidden;
}
.bb-hero-slider__extensive-info-placeholder .text-wrapper p {
  margin: 0;
}
.bb-hero-slider__extensive-info-placeholder .text-wrapper .doc-category {
  opacity: 0.4;
  font-size: 14px;
  font-weight: 500;
}
.bb-hero-slider .background-gradient {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, transparent), to(black));
  background: -o-linear-gradient(top, transparent 0, black 100%);
  background: linear-gradient(to bottom, transparent 0, black 100%);
}
.bb-hero-slider .slide-content-desktop {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: no-repeat center;
  background-size: cover;
}
.bb-hero-slider .slide-content-mobile {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background: no-repeat center;
  background-size: cover;
}
.bb-hero-slider .slide-content-mobile__wrapper {
  width: 100%;
  padding: 10%;
  position: absolute;
  left: 0;
  bottom: 0;
  text-align: left;
}
.bb-hero-slider .slide-content-mobile__overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.bb-hero-slider .slide-content-mobile h2 {
  font-family: "Oswald", sans-serif;
  font-weight: 400;
  font-size: 26px;
  margin: 10px 0;
}
.bb-hero-slider .slide-content-mobile .text-wrapper {
  margin-bottom: 30px;
}
.bb-hero-slider__thumbs {
  height: 130px;
  margin-top: -130px !important;
  position: relative;
}
.bb-hero-slider__thumbs .slide-content-desktop {
  padding: 10px 0 0 10px;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-end;
}
.bb-hero-slider__thumbs .slide-content-desktop .thumb-wrapper {
  height: 90px;
  width: 100%;
  text-align: left;
}
.bb-hero-slider__thumbs .slide-content-desktop p {
  padding-left: 10px;
  margin: 0;
  font-size: 10px;
  vertical-align: top;
  display: inline-block;
  width: calc(100% - 100px);
  font-weight: 500;
  padding-bottom: 10px;
  max-height: 95px;
  overflow: hidden;
  position: relative;
}
@media screen and (min-width: 1200px) {
  .bb-hero-slider__thumbs .slide-content-desktop p {
    width: calc(100% - 115px);
  }
}
.bb-hero-slider__thumbs .slide-content-desktop p .thumb-doc-category {
  text-transform: uppercase;
  font-size: 12px;
}
.bb-hero-slider__thumbs .slide-content-desktop p .thumb-title {
  font-size: 14px;
}
.bb-hero-slider__thumbs .slide-content-desktop img {
  width: 90px;
  display: inline-block;
}
@media screen and (min-width: 1200px) {
  .bb-hero-slider__thumbs .slide-content-desktop img {
    width: 110px;
  }
}

.col-no-padding {
  padding: 0;
}

@-webkit-keyframes spinner-border {
  to {
    -webkit-transform: rotate(260deg);
            transform: rotate(260deg);
  }
}

@keyframes spinner-border {
  to {
    -webkit-transform: rotate(260deg);
            transform: rotate(260deg);
  }
}
.spinner-border {
  display: inline-block;
  width: 20px;
  height: 20px;
  text-align: center;
  margin-top: 200px;
  vertical-align: text-bottom;
  border: 2px solid currentColor;
  border-right-color: transparent;
  border-radius: 50%;
  -webkit-animation: spinner-border 0.75s linear infinite;
          animation: spinner-border 0.75s linear infinite;
}

.visually-hidden {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0 !important;
  border: 0 !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden;
}

.bb-showonready {
  display: none;
}
.bb-subtitle {
  font-size: 20px !important;
  font-weight: 300 !important;
  line-height: 1.25em;
  font-style: italic !important;
  font-family: "Noto Sans Display", sans-serif !important;
  margin: 0 !important;
}
@media (min-width: 1024px) {
  .bb-subtitle {
    font-size: 35px !important;
    line-height: 1em;
  }
}
.bb-title {
  margin: 0 !important;
}
.bb-title:before {
  margin-right: 8px !important;
  width: 30px !important;
  height: 3px !important;
}
.bb-hide {
  display: none;
}
.bb-show {
  display: block;
}

.title-highlight {
  display: inline-block;
  position: relative;
  z-index: 1;
}
.title-highlight:after {
  content: "";
  background: #ffc20e;
  right: -3px;
  left: -3px;
  position: absolute;
  min-width: 100%;
  display: inline-block;
  height: 0.4em;
  margin-top: 14px;
  top: 0.4em;
  z-index: -1;
}

.typography___aci_hub_typography--subtitle.subtitle {
  position: relative;
  font-family: "Oswald", sans-serif;
  margin: 0;
  font-weight: 400;
  line-height: 1.3em;
  color: #0bb89c;
  margin: 0 40px;
  margin-top: 20px;
  font-size: 40px;
  font-size: 2.5rem;
}

.top-margin {
  margin-top: 30px !important;
}

.title-spacing {
  margin-top: 10px;
}

a[data-cta-external-link] {
  display: none;
}

.hide-content {
  visibility: hidden;
}

#box-title {
  text-decoration: none;
  font-weight: 400;
}

#box-title:hover {
  color: inherit;
}

.global-reach__intro p {
  margin: 0;
}

.bb-container {
  margin-top: 50px;
}

.bb-action-btn {
  border: 1px solid !important;
  border-radius: 25px !important;
  padding: 10px 20px 10px 20px !important;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.bb-action-btn:hover {
  background-color: white !important;
  border-color: black !important;
  color: black !important;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

@media screen and (max-width: 1400px) {
  .gutters {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }
}