@charset "UTF-8";
@import url("https://use.typekit.net/msd5jro.css");
@charset "UTF-8";
@import url("http://hello.myfonts.net/count/306b51");
.batw-related-content.batw-related-content--hidden {
  display: none;
}
.js-boards-around-the-world-mount {
  min-height: 800px;
}

.boards-around-the-world {
  margin: auto;
  padding-bottom: 80px;
  min-height: 1200px;
  font-family: "ff-scala-sans-pro", sans-serif;
}
.boards-around-the-world button {
  font-family: inherit;
  overflow: visible;
}

.boards-around-the-world__container {
  max-width: 1200px;
  margin: auto;
  padding: 0 20px;
}

.boards-around-the-world__top-legend {
  text-align: center;
  margin-top: 30px;
}

.boards-around-the-world__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 40px auto;
  max-width: 1000px;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}
.boards-around-the-world__bottom:last-child {
  margin-bottom: 0;
}

.boards-around-the-world__sources-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px 20px;
  color: #003771;
  font-size: 18px;
  font-weight: 400;
  line-height: 22px;
  border: 2px solid #003771;
  background-color: white;
  cursor: pointer;
}
.boards-around-the-world__sources-button:focus {
  outline: none;
}
.boards-around-the-world__sources-button:hover {
  color: white;
  background-color: #406995;
  border-color: #406995;
}
.boards-around-the-world__sources-button > * {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
}
.boards-around-the-world__sources-button svg {
  margin-left: 8px;
}
.country__name {
  color: #4c4c4e;
  font-family: "ff-scala", serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  }
.windows .country__name {
  padding-top: 2px;
}

.country__flag {
  -webkit-box-shadow: 0 0 8px #ccc;
          box-shadow: 0 0 8px #ccc;
  max-width: 21px;
}
@media (min-width: 700px) {
  .country__flag {
    max-width: 28px;
  }
}
.currency-value {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  line-height: 26px;
}
@media (min-width: 700px) {
  .currency-value {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.currency-value > * {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
}
.grid__value .currency-value {
  display: block;
  text-align: center;
}

.currency-value__euro {
  margin-right: 8px;
  white-space: nowrap;
}

.currency-value__usd {
  color: #4c4c4e;
  font-size: 16px;
  font-weight: normal;
}
.bar-chart {
  margin: 30px 0 56px;
}

.bar-chart__header {
  padding: 0 0 12px;
}
@media (min-width: 600px) {
  .bar-chart__header {
    padding-left: 200px;
  }
}

.bar-chart__title {
  color: #003771;
  font-size: 24px;
  font-weight: 400;
  line-height: 22px;
}

.bar-chart__description {
  color: black;
  font-size: 16px;
  font-weight: 400;
}

.bar-chart__row .bar-chart__bar-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 100%;
  padding: 16px 0 4px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
}
.bar-chart__row .bar-chart__bar-label .bar-chart__info {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
}
.bar-chart__row .bar-chart__bar-label .bar-chart__country-name {
  -webkit-box-flex: initial;
      -ms-flex: initial;
          flex: initial;
}
.bar-chart__row .bar-chart__bar-label .bar-chart__country-flag {
  margin: 0 8px 0 0;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
}
.bar-chart__row .bar-chart__bar-area {
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
  overflow: hidden;
}
@media (min-width: 600px) {
  .bar-chart__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .bar-chart__row .bar-chart__bar-label {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    width: 200px;
    min-height: 2em;
    padding: 0 12px 0 0;
  }
  .bar-chart__row .bar-chart__bar-label .bar-chart__country-name {
    text-align: right;
  }
  .bar-chart__row .bar-chart__bar-label .bar-chart__country-flag {
    margin: 0 0 0 8px;
  }
}

.bar-chart__bar-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.bar-chart__bar-area .bar-chart__bar {
  background-color: #a5d2dd;
  height: 16px;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
}
.bar-chart__bar-area .bar-chart__bar-value {
  padding-left: 10px;
  color: #003771;
  font-family: "ff-scala-sans-pro", sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 20px;
}
.bar-chart__bar-area .bar-chart__bar-value .currency-value {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.card__holder {
  margin: 30px -15px;
}
@media (min-width: 700px) {
  .card__holder {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .card__holder .card {
    width: calc(50% - 30px);
    -ms-flex-preferred-size: calc(50% - 30px);
        flex-basis: calc(50% - 30px);
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}

.card {
  padding: 30px;
  margin: 15px;
  border: 1px solid #e9e9e9;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.card__country {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.card__country > * {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
}

.card__country-name {
  text-align: left;
  font-size: 24px;
}

.card__country-flag {
  margin: 0 16px 0 0;
}

.card__info {
  margin-left: 8px;
}

.card__topics {
  width: 100%;
}

.card__topic-label {
  padding-top: 24px;
  padding-bottom: 14px;
  color: #4c4c4e;
  font-size: 20px;
}

.card__dot-plot::after {
  display: block;
  overflow: hidden;
  height: 0px;
  content: "x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x";
}

.dot-plot__value.card__value {
  padding-left: 12px;
  margin-left: 8px;
  line-height: 32px;
  text-align: center;
}
.dot-plot svg {
  display: block;
  overflow: visible;
  max-width: 100%;
}
.dot-plot line {
  stroke: grey;
  stroke-width: 1px;
}
.dot-plot circle {
  stroke: #003771;
  stroke-width: 4px;
  fill: white;
}

.dot-plot__value {
  color: #003771;
  font-family: "ff-scala-sans-pro", sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 29px;
}
.dropdown {
  display: block;
  width: 100%;
  max-width: 600px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: transparent;
}
.dropdown.dropdown--currency {
  --dropdown-color: #003771;
  --dropdown-highlight: #ffc900;
  min-width: 108px;
}
.dropdown.dropdown--currency.dropdown--open .dropdown__button {
  color: var(--dropdown-color);
  background-color: transparent;
}
.dropdown.dropdown--green {
  --dropdown-color: #338441;
  --dropdown-highlight: rgb(58.106557377, 150.393442623, 74.0573770492);
  --dropdown-menu-text: white;
  --dropdown-text-transform: uppercase;
}
.dropdown.dropdown--yellow {
  --dropdown-color: #ffc900;
  --dropdown-highlight: rgb(255, 222.6, 102);
  --dropdown-menu-text: #003771;
}
.dropdown.dropdown--open {
  position: relative;
  z-index: 4;
}
.dropdown.dropdown--open .dropdown__button {
  color: white;
  color: var(--dropdown-menu-text, white);
  background-color: black;
  background-color: var(--dropdown-color, black);
}

.dropdown__dropdown {
  position: relative;
  text-align: center;
}

.dropdown__label {
  display: block;
  padding-bottom: 12px;
  color: #4c4c4e;
  font-family: "ff-scala", serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
  text-align: left;
}
@media (min-width: 1000px) {
  .dropdown--currency .dropdown__label {
    padding: 0;
  }
}

.dropdown__button {
  width: 100%;
  padding: 16px 40px 16px 16px;
  color: #003771;
  font-family: "ff-scala-sans-pro", sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
  text-transform: none;
  text-transform: var(--dropdown-text-transform, none);
  border: 2px solid black;
  border: 2px solid var(--dropdown-color, black);
  background-color: transparent;
}
@media (min-width: 1000px) {
  .dropdown__button {
    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;
    grid-gap: 8px;
    gap: 8px;
  }
}
.dropdown--currency .dropdown__button {
  line-height: 22px;
}
@media (min-width: 1000px) {
  .dropdown--currency .dropdown__button {
    padding: 8px 20px;
    font-size: 18px;
    font-weight: 400;
    text-align: center;
  }
}
.dropdown__button:active {
  outline: none;
}
.dropdown__button::after {
  position: absolute;
  top: 50%;
  right: 20px;
  border-top: 8px solid #003771;
  border-right: 8px solid transparent;
  border-left: 8px solid transparent;
  content: "";
  -webkit-transition: all 250ms;
  transition: all 250ms;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media (min-width: 1000px) {
  .dropdown__button::after {
    position: static;
    -webkit-transform: unset;
            transform: unset;
  }
}
.dropdown--open .dropdown__button::after {
  border-top-color: currentcolor;
  -webkit-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
}
@media (min-width: 1000px) {
  .dropdown--open .dropdown__button::after {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
}
.dropdown__button.dropdown__button--disabled {
  padding: 16px;
}
.dropdown__button.dropdown__button--disabled::after {
  display: none;
}

ul.dropdown__menu {
  position: absolute;
  top: 100%;
  right: 0;
  left: 0;
  display: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 12px 0 0;
  list-style: none;
  border-top: 2px solid #e7edf2;
  background-color: black;
  background-color: var(--dropdown-color, black);
}
.dropdown--open ul.dropdown__menu {
  display: block;
}
.dropdown--currency ul.dropdown__menu {
  padding: 0;
  border: 2px solid var(--dropdown-color);
  border-top: 0;
}

li.dropdown__menu-item {
  position: relative;
  padding: 12px 40px;
  margin: 0;
  color: white;
  color: var(--dropdown-menu-text, white);
  font-family: "ff-scala-sans-pro", sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
  text-transform: none;
  text-transform: var(--dropdown-text-transform, none);
  cursor: pointer;
}
.dropdown--currency li.dropdown__menu-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  grid-gap: 8px;
  gap: 8px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: 400;
}
@media (min-width: 1000px) {
  .dropdown--currency li.dropdown__menu-item {
    padding: 8px;
    font-size: 18px;
    line-height: 22px;
  }
}
li.dropdown__menu-item .dropdown__checkmark {
  position: absolute;
  top: 50%;
  left: 12px;
  height: 17px;
  width: 22px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 22 17' width='22' height='17'%3E%3Cpath d='M7.812 12.663L19.544.932l2.12 2.12-13.852 13.88-7.097-7.07 2.148-2.148z' fill='currentColor' /%3E%3C/svg%3E");
  content: "";
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.dropdown--currency li.dropdown__menu-item .dropdown__checkmark {
  display: none;
}
li.dropdown__menu-item.dropdown__menu-item--highlighted {
  background-color: black;
  background-color: var(--dropdown-highlight, black);
}
.dropdown--currency li.dropdown__menu-item.dropdown__menu-item--highlighted {
  color: var(--dropdown-color);
  background-color: var(--dropdown-highlight);
}
.dropdown--currency li.dropdown__menu-item.dropdown__menu-item--selected {
  color: var(--dropdown-color);
  background-color: var(--dropdown-highlight);
}
.grid table {
  width: 100%;
  table-layout: fixed;
}
.grid table thead th,
.grid table thead td {
  position: sticky;
  top: 0;
  background-color: white;
  z-index: 2;
}
.grid table thead th:focus-within,
.grid table thead td:focus-within {
  z-index: 3;
}
.grid table tr th,
.grid table tr td {
  border-bottom: 1px solid #e9e9e9;
}
.grid.grid--2-topics table {
  width: 1000px;
  margin: auto;
}

.grid__cell {
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 28px 12px;
}

.grid__value {
  margin-bottom: 18px;
}

.grid__country {
  padding: 12px;
  text-align: center;
}
.grid__country .grid__country-flag {
  margin: 0 0 8px;
}
.grid__country .grid__country-name {
  position: relative;
  padding-left: 20px;
  padding-right: 20px;
}
.grid__country .grid__country-name .grid__info {
  position: absolute;
  left: 0;
  top: calc(50% - 6px);
  z-index: auto;
}

.grid__note-topic {
  font-size: 1.2em;
  font-weight: bold;
}

button.grid__column-header {
  position: relative;
  padding: 30px;
  width: 100%;
  color: #4c4c4e;
  font-family: "ff-scala-sans-pro", sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
  background-color: transparent;
  border: 0;
  cursor: pointer;
}
button.grid__column-header:focus {
  outline: none;
}
button.grid__column-header .grid__column-header-sort {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin-right: 8px;
  width: 8px;
}
button.grid__column-header .grid__column-header-sort::before, button.grid__column-header .grid__column-header-sort::after {
  position: absolute;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  content: "";
}
button.grid__column-header .grid__column-header-sort::before {
  top: -10px;
  border-bottom: 7px solid #ddd;
}
button.grid__column-header .grid__column-header-sort::after {
  top: 0;
  border-top: 7px solid #ddd;
}
button.grid__column-header.grid__column-header--asc .grid__column-header-sort::before {
  border-bottom-color: #003771;
}
button.grid__column-header.grid__column-header--desc .grid__column-header-sort::after {
  border-top-color: #003771;
}
.info-popup {
  position: relative;
  margin: 0 4px;
}
.info-popup button {
  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;
  width: 12px;
  height: 12px;
  padding: 0;
  color: white;
  background-color: #003771;
  border: 0;
  border-radius: 50%;
}
.info-popup button:focus {
  outline: 0;
}
.info-popup .popup {
  z-index: 6;
}
.insight {
  max-width: 1000px;
  margin: auto;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}

.insight__text .insight__headline {
  margin-bottom: 16px;
  color: #4c4c4e;
  font-family: "ff-scala", serif;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0.8px;
  line-height: 29px;
}
.insight__text .insight__copy {
  color: #4c4c4e;
  font-size: 18px;
  font-weight: 400;
  line-height: 25px;
}
.legend {
  display: inline-block;
  background-color: #f6f7f9;
  padding: 12px;
}

.legend__low-high {
  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;
}

.legend__detail {
  padding-top: 12px;
  text-align: center;
}

.legend__dot-plot {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 90px;
}

.legend__label {
  padding: 0 12px;
  text-align: center;
}
body.modal-open {
  overflow: hidden;
}

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: auto;
  -webkit-transition: all 500ms;
  transition: all 500ms;
  visibility: visible;
  z-index: 8;
}
.modal:not(.is-open) {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
.modal:not(.is-open) .modal__box {
  -webkit-transform: translateY(18px);
          transform: translateY(18px);
}

.modal__overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.85);
  -webkit-transition: inherit;
  transition: inherit;
}

.modal__box-holder {
  position: relative;
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  min-height: 100%;
  padding: 35px;
  -webkit-transition: inherit;
  transition: inherit;
}

.modal__box {
  position: relative;
  margin-top: auto;
  margin-bottom: auto;
  max-width: 100%;
  color: #333;
  background-color: white;
  border: 1px solid #ddd;
  border-radius: 0px;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: inherit;
  transition: inherit;
}

.modal__title {
  position: relative;
  padding: 18px 0 6px;
  font-size: 24px;
  font-weight: bold;
  line-height: 40px;
  text-align: center;
}

.modal__content {
  padding: 0 20px 20px;
}

.modal__close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 12px;
  line-height: 0;
  background-color: transparent;
  border: 0;
  cursor: pointer;
}
.modal__close svg {
  fill: #333;
}
.modal__close:hover svg {
  fill: #900;
}
.batw-navigation {
  background-color: #e7edf2;
}

.batw-navigation__container {
  padding: 20px;
  margin: auto;
  max-width: 1200px;
}

.batw-navigation__topic-nav {
  padding-top: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  grid-gap: 24px;
  gap: 24px;
}

.batw-navigation__intro {
  margin: 50px auto 0;
  width: 930px;
  max-width: 100%;
}

.batw-navigation__intro-headline {
  margin-bottom: 8px;
  color: #4c4c4e;
  font-size: 20px;
  font-family: "ff-scala", serif;
  font-weight: 700;
  line-height: 24px;
  text-align: center;
}

.batw-navigation__intro-copy {
  color: #4c4c4e;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  text-align: left;
}
@media (min-width: 700px) {
  .batw-navigation__intro-copy {
    text-align: center;
  }
}

.batw-navigation__dropdowns > * {
  padding: 10px 0;
}
@media (min-width: 700px) {
  .batw-navigation__dropdowns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    }
  .batw-navigation__dropdowns > .dropdown {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .batw-navigation__dropdowns > .dropdown .dropdown__dropdown {
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
  }
  .batw-navigation__dropdowns > .dropdown .dropdown__button {
    height: 100%;
  }
  .batw-navigation__dropdowns > * {
    width: 50%;
    padding: 0 10px;
  }
}
.category-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: 1px solid #bcbcbc;
}

.category-nav__item {
  position: relative;
  top: 2px;
  padding: 12px 0;
  color: #003771;
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
  text-align: center;
  text-transform: uppercase;
  background: transparent;
  border: 0;
  border-bottom: 3px solid transparent;
  cursor: pointer;
}
.category-nav__item:hover {
  color: #7cb085;
}
.category-nav__item:focus {
  outline: none;
}
.category-nav__item.category-nav__item--selected {
  border-bottom-color: #338441;
}
.topic-nav {
  display: block;
}

.topic-nav__title {
  padding: 12px 0;
  color: #4c4c4e;
  font-family: "ff-scala", serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
}

.topic-nav__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  grid-gap: 24px;
  gap: 24px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-margin-after: 8px;
          margin-block-end: 8px;
}

.topic-nav__item {
  padding: 8px 20px;
  color: #003771;
  font-size: 18px;
  font-weight: 400;
  line-height: 22px;
  text-align: center;
  background-color: transparent;
  border: 2px solid #003771;
  cursor: pointer;
}
.topic-nav__item:hover, .topic-nav__item.topic-nav__item--selected {
  border-color: #ffc900;
  background-color: #ffc900;
}
.topic-nav__item.topic-nav__item--all {
  color: #338441;
  border-color: #338441;
}
.topic-nav__item.topic-nav__item--all:hover, .topic-nav__item.topic-nav__item--all.topic-nav__item--selected {
  color: white;
  background-color: #338441;
}
.topic-nav__item:focus {
  outline: none;
}

.topic-nav__item--dropdown {
  min-width: 140px;
  position: relative;
  text-align: left;
}
.topic-nav__item--dropdown::after {
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border-top: 8px solid #003771;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  content: "";
  -webkit-transition: all 250ms;
  transition: all 250ms;
}
.dropdown--open .topic-nav__item--dropdown::after {
  -webkit-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
  border-top-color: currentColor;
}
.popup {
  position: absolute;
  background-color: white;
  border: 0px solid #ddd;
  border-radius: 2px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  opacity: 1;
  pointer-events: none;
  -webkit-transform: scale(1);
          transform: scale(1);
  visibility: visible;
  z-index: 15;
  -webkit-transition: opacity 250ms, visibility 250ms, -webkit-transform 250ms;
  transition: opacity 250ms, visibility 250ms, -webkit-transform 250ms;
  transition: transform 250ms, opacity 250ms, visibility 250ms;
  transition: transform 250ms, opacity 250ms, visibility 250ms, -webkit-transform 250ms;
}
.popup.popup--dropdown {
  background-color: white;
  border: 0px solid #ddd;
}
.popup.is-stationary {
  -webkit-transition: opacity 250ms, visibility 250ms, -webkit-transform 250ms;
  transition: opacity 250ms, visibility 250ms, -webkit-transform 250ms;
  transition: opacity 250ms, visibility 250ms, transform 250ms;
  transition: opacity 250ms, visibility 250ms, transform 250ms, -webkit-transform 250ms;
}
.popup.is-auto-width {
  width: auto;
  white-space: nowrap;
}
.popup.is-hidden {
  opacity: 0;
  visibility: hidden;
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
  pointer-events: none;
}
.popup.is-triangle-top {
  -webkit-box-shadow: 0 -2px 30px 0px rgba(0, 0, 0, 0.3);
          box-shadow: 0 -2px 30px 0px rgba(0, 0, 0, 0.3);
}
.popup.is-triangle-right {
  -webkit-box-shadow: 2px 0px 30px 0px rgba(0, 0, 0, 0.3);
          box-shadow: 2px 0px 30px 0px rgba(0, 0, 0, 0.3);
}
.popup.is-triangle-bottom {
  -webkit-box-shadow: 0px 2px 30px 0px rgba(0, 0, 0, 0.3);
          box-shadow: 0px 2px 30px 0px rgba(0, 0, 0, 0.3);
}
.popup.is-triangle-left {
  -webkit-box-shadow: -2px 0px 30px 0px rgba(0, 0, 0, 0.3);
          box-shadow: -2px 0px 30px 0px rgba(0, 0, 0, 0.3);
}

.popup__html {
  color: #222;
  font-family: helvetica, sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 21px;
  text-align: left;
  padding: 28px;
  text-transform: none;
}

.popup__triangle {
  position: absolute;
  content: "";
  height: 12px;
  opacity: 1;
}
.is-triangle-top .popup__triangle::after, .is-triangle-top .popup__triangle::before {
  position: absolute;
  width: 0;
  height: 0;
  pointer-events: none;
  border: solid transparent;
  content: " ";
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  top: auto;
  bottom: 100%;
  right: auto;
  left: auto;
}
.is-triangle-top .popup__triangle::after {
  border-color: transparent;
  border-width: 12px;
  margin-top: auto;
  margin-left: -12px;
  border-bottom-color: white;
  border-top-color: transparent;
  border-left-color: transparent;
  border-right-color: transparent;
}
.is-triangle-top .popup__triangle::before {
  border-color: transparent;
  border-width: 12px;
  margin-top: auto;
  margin-left: -12px;
  border-bottom-color: #ddd;
  border-top-color: transparent;
  border-left-color: transparent;
  border-right-color: transparent;
}
.is-triangle-top .popup__triangle {
  top: 0;
  left: 50%;
}
.is-triangle-top.popup--dropdown .popup__triangle::after, .is-triangle-top.popup--dropdown .popup__triangle::before {
  position: absolute;
  width: 0;
  height: 0;
  pointer-events: none;
  border: solid transparent;
  content: " ";
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  top: auto;
  bottom: 100%;
  right: auto;
  left: auto;
}
.is-triangle-top.popup--dropdown .popup__triangle::after {
  border-color: transparent;
  border-width: 12px;
  margin-top: auto;
  margin-left: -12px;
  border-bottom-color: white;
  border-top-color: transparent;
  border-left-color: transparent;
  border-right-color: transparent;
}
.is-triangle-top.popup--dropdown .popup__triangle::before {
  border-color: transparent;
  border-width: 12px;
  margin-top: auto;
  margin-left: -12px;
  border-bottom-color: #ddd;
  border-top-color: transparent;
  border-left-color: transparent;
  border-right-color: transparent;
}
.is-triangle-right .popup__triangle::after, .is-triangle-right .popup__triangle::before {
  position: absolute;
  width: 0;
  height: 0;
  pointer-events: none;
  border: solid transparent;
  content: " ";
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  top: auto;
  bottom: auto;
  right: auto;
  left: 100%;
}
.is-triangle-right .popup__triangle::after {
  border-color: transparent;
  border-width: 12px;
  margin-top: -12px;
  margin-left: auto;
  border-bottom-color: transparent;
  border-top-color: transparent;
  border-left-color: white;
  border-right-color: transparent;
}
.is-triangle-right .popup__triangle::before {
  border-color: transparent;
  border-width: 12px;
  margin-top: -12px;
  margin-left: auto;
  border-bottom-color: transparent;
  border-top-color: transparent;
  border-left-color: #ddd;
  border-right-color: transparent;
}
.is-triangle-right .popup__triangle {
  top: 50%;
  right: 0;
}
.is-triangle-right.popup--dropdown .popup__triangle::after, .is-triangle-right.popup--dropdown .popup__triangle::before {
  position: absolute;
  width: 0;
  height: 0;
  pointer-events: none;
  border: solid transparent;
  content: " ";
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  top: auto;
  bottom: auto;
  right: auto;
  left: 100%;
}
.is-triangle-right.popup--dropdown .popup__triangle::after {
  border-color: transparent;
  border-width: 12px;
  margin-top: -12px;
  margin-left: auto;
  border-bottom-color: transparent;
  border-top-color: transparent;
  border-left-color: white;
  border-right-color: transparent;
}
.is-triangle-right.popup--dropdown .popup__triangle::before {
  border-color: transparent;
  border-width: 12px;
  margin-top: -12px;
  margin-left: auto;
  border-bottom-color: transparent;
  border-top-color: transparent;
  border-left-color: #ddd;
  border-right-color: transparent;
}
.is-triangle-bottom .popup__triangle::after, .is-triangle-bottom .popup__triangle::before {
  position: absolute;
  width: 0;
  height: 0;
  pointer-events: none;
  border: solid transparent;
  content: " ";
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  top: 100%;
  bottom: auto;
  right: auto;
  left: auto;
}
.is-triangle-bottom .popup__triangle::after {
  border-color: transparent;
  border-width: 12px;
  margin-top: auto;
  margin-left: -12px;
  border-bottom-color: transparent;
  border-top-color: white;
  border-left-color: transparent;
  border-right-color: transparent;
}
.is-triangle-bottom .popup__triangle::before {
  border-color: transparent;
  border-width: 12px;
  margin-top: auto;
  margin-left: -12px;
  border-bottom-color: transparent;
  border-top-color: #ddd;
  border-left-color: transparent;
  border-right-color: transparent;
}
.is-triangle-bottom .popup__triangle {
  bottom: 0;
  left: 50%;
}
.is-triangle-bottom.popup--dropdown .popup__triangle::after, .is-triangle-bottom.popup--dropdown .popup__triangle::before {
  position: absolute;
  width: 0;
  height: 0;
  pointer-events: none;
  border: solid transparent;
  content: " ";
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  top: 100%;
  bottom: auto;
  right: auto;
  left: auto;
}
.is-triangle-bottom.popup--dropdown .popup__triangle::after {
  border-color: transparent;
  border-width: 12px;
  margin-top: auto;
  margin-left: -12px;
  border-bottom-color: transparent;
  border-top-color: white;
  border-left-color: transparent;
  border-right-color: transparent;
}
.is-triangle-bottom.popup--dropdown .popup__triangle::before {
  border-color: transparent;
  border-width: 12px;
  margin-top: auto;
  margin-left: -12px;
  border-bottom-color: transparent;
  border-top-color: #ddd;
  border-left-color: transparent;
  border-right-color: transparent;
}
.is-triangle-left .popup__triangle::after, .is-triangle-left .popup__triangle::before {
  position: absolute;
  width: 0;
  height: 0;
  pointer-events: none;
  border: solid transparent;
  content: " ";
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  top: auto;
  bottom: auto;
  right: 100%;
  left: auto;
}
.is-triangle-left .popup__triangle::after {
  border-color: transparent;
  border-width: 12px;
  margin-top: -12px;
  margin-left: auto;
  border-bottom-color: transparent;
  border-top-color: transparent;
  border-left-color: transparent;
  border-right-color: white;
}
.is-triangle-left .popup__triangle::before {
  border-color: transparent;
  border-width: 12px;
  margin-top: -12px;
  margin-left: auto;
  border-bottom-color: transparent;
  border-top-color: transparent;
  border-left-color: transparent;
  border-right-color: #ddd;
}
.is-triangle-left .popup__triangle {
  top: 50%;
  left: 0;
}
.is-triangle-left.popup--dropdown .popup__triangle::after, .is-triangle-left.popup--dropdown .popup__triangle::before {
  position: absolute;
  width: 0;
  height: 0;
  pointer-events: none;
  border: solid transparent;
  content: " ";
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  top: auto;
  bottom: auto;
  right: 100%;
  left: auto;
}
.is-triangle-left.popup--dropdown .popup__triangle::after {
  border-color: transparent;
  border-width: 12px;
  margin-top: -12px;
  margin-left: auto;
  border-bottom-color: transparent;
  border-top-color: transparent;
  border-left-color: transparent;
  border-right-color: white;
}
.is-triangle-left.popup--dropdown .popup__triangle::before {
  border-color: transparent;
  border-width: 12px;
  margin-top: -12px;
  margin-left: auto;
  border-bottom-color: transparent;
  border-top-color: transparent;
  border-left-color: transparent;
  border-right-color: #ddd;
}
/*# sourceMappingURL=boards-around-the-world-generated.css.map */

