@charset "UTF-8";
@font-face {
  font-family: "spartan";
  src: url("fonts/spartan-regular.eot?") format("eot"), url("fonts/spartan-regular.woff") format("woff"), url("fonts/spartan-regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  text-rendering: optimizeLegibility; }
@font-face {
  font-family: "spartan";
  src: url("fonts/spartan-black.eot?") format("eot"), url("fonts/spartan-black.woff") format("woff"), url("fonts/spartan-black.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
  text-rendering: optimizeLegibility; }
@font-face {
  font-family: "space";
  src: url("fonts/space-Regular.eot?") format("eot"), url("fonts/space-Regular.woff") format("woff"), url("fonts/space-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  text-rendering: optimizeLegibility; }
@font-face {
  font-family: "space";
  src: url("fonts/space-Bold.eot?") format("eot"), url("fonts/space-Bold.woff") format("woff"), url("fonts/space-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
  text-rendering: optimizeLegibility; }
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
 * ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS. */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/* Sections
 * ========================================================================== */
/**
 * Remove the margin in all browsers. */
body {
  margin: 0; }

/**
 * Render the `main` element consistently in IE. */
main {
  display: block; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari. */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
 * ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE. */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers. */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Text-level semantics
 * ========================================================================== */
/**
 * Remove the gray background on active links in IE 10. */
a {
  background-color: transparent; }

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari. */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */ }

/**
 * Add the correct font weight in Chrome, Edge, and Safari. */
b, strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers. */
code, kbd, samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct font size in all browsers. */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers. */
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
 * ========================================================================== */
/**
 * Remove the border on images inside links in IE 10. */
img {
  border-style: none; }

/* Forms
 * ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari. */
button, input, optgroup, select, textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge. */
button, input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox. */
button, select {
  /* 1 */
  text-transform: none; }

/**
 * Correct the inability to style clickable types in iOS and Safari. */
button, [type="button"], [type="reset"], [type="submit"] {
  -webkit-appearance: button; }

/**
 * Remove the inner border and padding in Firefox. */
button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule. */
button:-moz-focusring, [type="button"]:-moz-focusring, [type="reset"]:-moz-focusring, [type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Correct the padding in Firefox. */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers. */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera. */
progress {
  vertical-align: baseline; }

/**
 * Remove the default vertical scrollbar in IE 10+. */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10. */
[type="checkbox"], [type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome. */
[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari. */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }
  [type="search"]::-webkit-search-decoration {
    -webkit-appearance: none; }

/**
 * Remove the inner padding in Chrome and Safari on macOS. */
/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari. */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* Interactive
 * ========================================================================== */
/* Add the correct display in Edge, IE 10+, and Firefox. */
details {
  display: block; }

/* Add the correct display in all browsers. */
summary {
  display: list-item; }

/* Misc
 * ========================================================================== */
/**
 * Add the correct display in IE 10+. */
template, [hidden] {
  display: none; }

/**
 * Add the correct display in IE 10. */
* {
  box-sizing: border-box; }

body {
  font-family: "space";
  background: #f3e7d9;
  color: rgba(0, 0, 0, 0.8);
  overflow-x: hidden;
  padding: 0;
  margin: 0; }

h1, h2, h3, h4, h5 {
  font-family: "spartan"; }

ul {
  margin-left: 0;
  padding-left: 0; }

a {
  transition: color 0.2s ease; }

a:link, a:visited {
  text-decoration: none;
  color: #459722; }

a:hover {
  color: #93df73; }

a:active {
  color: #459722; }

svg {
  display: block; }

abbr {
  color: green; }
  abbr:hover {
    cursor: help; }

@media screen and (min-width: 600px) {
  .flex-between {
    display: flex;
    align-items: center;
    justify-content: space-between; } }

.one-col {
  width: 600px;
  max-width: 100%;
  margin: 0 auto;
  position: relative; }

.grid-three {
  display: grid;
  grid-gap: 0 72px !important;
  grid-template-columns: minmax(0, 1fr); }
  @media screen and (min-width: 960px) {
    .grid-three {
      grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); } }
  @media screen and (min-width: 1280px) {
    .grid-three {
      grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr); } }

.grid-sidebar {
  padding: 0 24px; }
  @media screen and (min-width: 600px) {
    .grid-sidebar {
      display: grid;
      grid-gap: 24px;
      grid-template-areas: "info offset sidebar" "charts charts charts"; } }
  @media screen and (min-width: 600px) and (min-width: 600px) {
    .grid-sidebar {
      grid-template-columns: 50% 0 50%; } }
  @media screen and (min-width: 600px) and (min-width: 1280px) {
    .grid-sidebar {
      grid-template-columns: 33% 33% 33%; } }
  @media screen and (min-width: 600px) {
      .grid-sidebar .section-header {
        grid-area: info; }
      .grid-sidebar .sidebar {
        grid-area: sidebar; }
      .grid-sidebar .section-evolution__content,
      .grid-sidebar .section-income__content {
        grid-area: charts; } }

.sticky {
  position: sticky;
  margin-top: 24px;
  z-index: 1000000; }

.bg-white {
  background: white !important; }

@keyframes fadein {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
.region-main {
  min-height: calc(100vh - 96px);
  position: relative;
  animation: fadein 1.5s 1; }

.section-inner {
  padding: 24px; }

@media screen and (max-width: 600px) {
  #section-map {
    height: 100vh; } }

.site-header {
  border-bottom: 2px solid rgba(0, 0, 0, 0.66);
  padding: 0 24px 24px; }
  @media screen and (min-width: 600px) {
    .site-header {
      padding: 0 24px; } }
  @media screen and (min-width: 960px) {
    .site-header {
      height: 48px;
      line-height: 48px; } }

.charts-evolution,
.charts-stacked {
  max-width: calc(100vw - 48px);
  padding: 24px; }
  @media screen and (min-width: 600px) {
    .charts-evolution,
    .charts-stacked {
      padding: 24px 48px; } }
  .charts-evolution svg,
  .charts-stacked svg {
    overflow: visible; }

.charts-stacked {
  padding-right: 0; }
  @media screen and (min-width: 600px) {
    .charts-stacked {
      padding-right: 24px; } }

.chart-evolution,
.chart-stacked {
  padding: 12px 0 48px;
  position: relative; }

.chart-evolution__title {
  font-weight: bold;
  text-transform: uppercase;
  fill: #4eab27; }

.chart-evolution__regions {
  font-weight: bold;
  font-size: 0.8em;
  text-transform: uppercase;
  fill: rgba(0, 0, 0, 0.5);
  transition: fill 0.2s ease; }
  .chart-evolution__regions:hover {
    fill: #63d135;
    cursor: pointer; }
  .chart-evolution__regions:before {
    content: url("../img/arrow-right.svg"); }

.stacked-bar rect:hover {
  cursor: help; }

.filters__label {
  text-transform: uppercase;
  margin-top: 24px; }
  .filters__label::after {
    content: "×";
    font-size: 1.5em;
    float: right;
    font-weight: normal;
    position: relative;
    top: -5px;
    transition: transform 0.5s ease; }
  .filters__label:hover {
    cursor: pointer; }

.minimized .filters__label::after {
  transform: rotate(45deg); }
.minimized .filters__select {
  display: none; }

#section-map .filters__label {
  margin-top: -24px; }

#section-map .minimized + .filters .filters__label {
  margin-top: 12px; }

.filters__options {
  padding: 6px 12px;
  margin-top: 6px;
  background-color: #fafafa;
  display: none; }

.filters__option {
  color: #333;
  line-height: 24px; }
  .filters__option.selected {
    opacity: 1; }
  .filters__option:hover {
    cursor: pointer;
    color: black; }

.filters__select.active .filters__options {
  display: block; }

.filters__selected {
  cursor: pointer;
  margin-bottom: 0;
  transition: opacity 0.2s ease; }
  .filters__selected:not(:last-of-type) {
    padding-bottom: 4px; }
  .filters__selected:hover {
    opacity: 1; }

.filters__selected:after {
  float: right;
  position: relative;
  height: 0;
  top: -3px;
  filter: invert(90%) sepia(18%) saturate(1136%) hue-rotate(45deg) brightness(93%) contrast(87%);
  content: url("../img/icons/chevron-down.svg");
  display: inline-block;
  transition: transform 0.2s ease; }

.filters__select.active .filters__selected:after {
  transform: translateY(22px) rotate(180deg); }

.filters_selected-prefix {
  color: #aaa; }

.charts-income {
  width: 100%;
  padding: 48px;
  grid-gap: 48px; }
  .charts-income svg {
    overflow: visible; }

.chart-income {
  padding: 12px 0 48px;
  position: relative; }

.chart-income__title {
  font-weight: bold;
  text-transform: uppercase;
  fill: #4eab27; }

.chart-income__regions {
  font-weight: bold;
  font-size: 0.8em;
  text-transform: uppercase;
  fill: rgba(0, 0, 0, 0.5);
  transition: fill 0.2s ease; }
  .chart-income__regions:hover {
    fill: #63d135;
    cursor: pointer; }
  .chart-income__regions:before {
    content: url("../img/arrow-right.svg"); }

.stacked-bar rect:hover {
  cursor: help; }

@keyframes faderight {
  0% {
    transform: translate(-20px);
    opacity: 0; }
  100% {
    transform: translate(0px);
    opacity: 1; } }
.chart-label {
  text-transform: uppercase;
  font-size: 1.2em;
  color: rgba(0, 0, 0, 0.75);
  margin-bottom: 6px; }
  .chart-label a {
    color: inherit;
    position: relative; }
    .chart-label a:hover:after {
      content: url("../img/icons/arrow-right.svg");
      animation: faderight 0.5s 1;
      position: absolute;
      top: -6px; }

.lang-switcher {
  position: absolute;
  top: 24px;
  right: 0;
  font-size: 0.8em; }

.lang-switcher__item {
  list-style: none;
  display: inline; }

.lang-switcher__item:hover {
  cursor: pointer; }

.lang-switcher__item.active {
  font-weight: bold; }

.legend__label::after {
  content: "×";
  font-size: 1.5em;
  float: right;
  font-weight: normal;
  position: relative;
  top: -5px;
  transition: transform 0.5s ease; }
.legend__label:hover {
  cursor: pointer; }

.minimized .legend__label::after {
  transform: rotate(45deg); }
.minimized .legend__items,
.minimized .legend-svg {
  display: none; }

.legendTitle {
  font-weight: bold;
  text-decoration: underline; }

.legend-evolution {
  display: inline-block;
  position: absolute;
  right: 480px;
  top: 24px; }

.legend__items {
  margin-top: 0; }
  .legend__items.single {
    margin: 0 !important; }

.legend__item {
  list-style: none; }
  .legend__item:not(:last-of-type) {
    margin-bottom: 8px; }
  .legend__item:before {
    width: 12px;
    display: inline-block;
    text-align: center;
    margin-right: 6px; }

.legend__item--average::before {
  content: "--"; }

.legend__item--values::before {
  content: "•";
  color: #a52a2a; }

.legend__item--low::before {
  content: "■";
  color: #cfc5b9; }

.legend__item--mlow::before {
  content: "■";
  color: #867f78; }

.legend__item--mhigh::before {
  content: "■";
  color: #79736c; }

.legend__item--high::before {
  content: "■";
  color: #b6ada3; }

.legend__item--cb_cmb::before {
  content: "";
  color: #a52a2a;
  width: 12px;
  height: 2px;
  border-bottom: 2px solid;
  position: relative;
  bottom: 5px; }

.legend__item--cmb_cma::before {
  content: "";
  color: #a52a2a;
  width: 12px;
  height: 2px;
  border-bottom: 2px dashed;
  position: relative;
  bottom: 5px; }

.legend__item--cma_ca::before {
  content: "";
  color: #a52a2a;
  width: 12px;
  height: 2px;
  border-bottom: 2px dotted;
  position: relative;
  bottom: 5px; }

.legend__label {
  text-transform: uppercase;
  margin-top: 0; }

.country {
  pointer-events: none; }

.country--data {
  cursor: help;
  transition: fill 0.2s ease; }

.region {
  stroke-opacity: 0.25; }

.methodological-note {
  padding: 24px 0 72px; }

.methodological-note__item {
  margin: 12px; }

.methodological-note__item ul {
  margin: 12px 36px; }

.methodological-note__title,
.methodological-note__subtitle {
  text-transform: uppercase; }

.methodological-note__subtitle {
  margin: 48px 0 12px; }

.methodological-note__title {
  margin-top: 48px !important;
  border-bottom: 2px solid; }

.navigation {
  background-color: rgba(0, 0, 0, 0.15);
  color: white;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 0.8em;
  *zoom: 1; }
  @media screen and (min-width: 600px) {
    .navigation {
      font-size: 0.9em; } }
  .navigation:before, .navigation:after {
    content: " ";
    display: table; }
  .navigation:after {
    clear: both; }

.navigation__links {
  margin: 0 0 0 24px;
  padding: 0; }

.navigation__link {
  list-style: none;
  margin-left: 0;
  line-height: 48px; }
  @media screen and (min-width: 600px) {
    .navigation__link {
      display: inline-block; } }
  .navigation__link a {
    padding: 0 12px;
    display: inline-block;
    color: white;
    transition: background-color 0.2s ease; }
  .navigation__link.current a {
    background: #f3e7d9;
    color: rgba(0, 0, 0, 0.75); }
  .navigation__link.current-white a {
    background: white;
    color: rgba(0, 0, 0, 0.75); }
  .navigation__link a:hover {
    background-color: #93df73; }

@media screen and (min-width: 600px) {
  .navigation__link:last-child {
    float: right;
    margin-right: 12px; } }
.navigation__link:last-child.current {
  background: white; }

.section-header {
  margin-bottom: 24px;
  position: relative;
  z-index: 15000;
  padding-right: 24px;
  background-color: rgba(243, 231, 217, 0.9); }
  .section-header p {
    margin: 0 0 6px; }

#section-map .section-header {
  padding: 24px;
  position: absolute;
  top: 0;
  left: 0; }
  @media screen and (max-width: 600px) {
    #section-map .section-header {
      right: 0;
      bottom: 0; } }
  @media screen and (min-width: 960px) {
    #section-map .section-header {
      width: 50%; } }
  @media screen and (min-width: 1280px) {
    #section-map .section-header {
      width: 33%; } }

.section-header--map {
  transform: translateX(-100%);
  transition: transform 1s ease; }
  @media screen and (min-width: 600px) {
    .section-header--map {
      transform: translateX(calc(36px - 100%)); } }

.has-header .section-header {
  transform: translateX(0); }

.section-header__close {
  position: absolute;
  right: 8px;
  top: 8px;
  font-size: 1.5em;
  transform: rotate(45deg);
  transition: transform 1s ease; }
  .section-header__close:hover {
    cursor: pointer; }

.has-header .section-header__close {
  transform: rotate(0deg); }

.section-name {
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0.75); }

.section-name .section-header--map {
  margin-top: 0; }

.breadcrumb a {
  color: inherit;
  text-transform: uppercase;
  font-size: 0.66em; }

.breadcrumb a:before {
  position: relative;
  margin-right: 4px;
  content: url("../img/icons/arrow-left.svg");
  display: inline-block;
  transform: scale(0.75);
  top: 6px; }

.section-body {
  width: 640px;
  max-width: 100%; }

.section-body__tip {
  font-size: 0.8em; }

.section-body__tip:before {
  content: "💡"; }

.section-body__source {
  margin-bottom: 12px !important; }

#section-summary {
  width: 640px;
  max-width: 100%;
  margin: 0 auto; }

.summary__item {
  margin-bottom: 12px;
  font-size: 1.15em; }

.sidebar {
  font-size: 0.7em;
  height: auto;
  pointer-events: none;
  *zoom: 1;
  width: 100%;
  top: 24px;
  right: 24px; }
  .sidebar:before, .sidebar:after {
    content: " ";
    display: table; }
  .sidebar:after {
    clear: both; }
  .sidebar .inner {
    width: 100%;
    border-top: 1px solid rgba(0, 0, 0, 0.5);
    border-bottom: 1px solid rgba(0, 0, 0, 0.5);
    float: right;
    pointer-events: auto;
    background: white;
    padding: 24px; }

#section-map .sidebar {
  width: 33%;
  position: absolute;
  z-index: 10000; }
  @media screen and (max-width: 600px) {
    #section-map .sidebar {
      left: 0; } }

#section-evolution .sidebar,
#section-income .sidebar {
  position: sticky;
  margin-top: 24px;
  z-index: 1000000; }

#section-map .sidebar {
  margin: 12px 24px 0;
  width: calc(100% - 48px); }
  @media screen and (min-width: 600px) {
    #section-map .sidebar {
      width: 50%; } }
  @media screen and (min-width: 960px) {
    #section-map .sidebar {
      width: 50%; } }
  @media screen and (min-width: 1280px) {
    #section-map .sidebar {
      width: 33%; } }

.site-credits {
  font-size: 0.8em; }

.site-title {
  text-transform: uppercase;
  font-size: 1.75em;
  position: relative;
  top: 3px; }

.tooltip {
  position: absolute;
  z-index: 100;
  background: #222;
  color: white;
  padding: 12px 24px;
  border-radius: 3px;
  transition: opacity 0.2s ease; }
  .tooltip:hover {
    cursor: url("../img/icons/x-w.svg"), pointer;
    opacity: 0.9; }
  .tooltip:empty {
    display: none; }

.tooltip__name {
  border-bottom: 2px solid white; }

.tooltip__value {
  text-align: right; }

.tooltip__name,
.tooltip__value {
  margin: 0; }

#section-evolution .tooltip::before {
  content: "◀";
  color: #222;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(-50%, -50%); }

/*# sourceMappingURL=style.css.map */
