@charset "UTF-8";
@font-face {
  font-family: 'bbffl-icons';
  src: url("/assets/css/fonts/barbarian.eot?6suea0");
  src: url("/assets/css/fonts/barbarian.eot?6suea0#iefix") format("embedded-opentype"), url("/assets/css/fonts/barbarian.ttf?6suea0") format("truetype"), url("/assets/css/fonts/barbarian.woff?6suea0") format("woff"), url("/assets/css/fonts/barbarian.svg?6suea0#barbarian") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block; }
@font-face {
  font-family: 'bbffl-states';
  src: url("/assets/css/fonts/estados.eot?6suea0");
  src: url("/assets/css/fonts/estados.eot?6suea0#iefix") format("embedded-opentype"), url("/assets/css/fonts/estados.ttf?6suea0") format("truetype"), url("/assets/css/fonts/estados.woff?6suea0") format("woff"), url("/assets/css/fonts/estados.svg?6suea0#estados") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block; }
html, body {
  padding: 0;
  margin: 0;
  font-family: 'azo-sans-web', sans-serif;
  font-weight: 300;
  font-style: normal; }

a, a:visited, a:active {
  text-decoration: none;
  color: inherit; }

* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon {
  font-family: 'bbffl-icons'; }

@media (min-width: 769px) {
  .mobile-only {
    display: none; } }

@media (max-width: 768px) {
  .desktop-only {
    display: none; } }

.unbreakable {
  white-space: nowrap; }

.nav-arrow {
  margin: 0 auto;
  width: 30px;
  height: 30px;
  text-align: center;
  color: #fff;
  font-weight: 700;
  cursor: pointer;
  background: #dcdcdc;
  line-height: 30px; }
  .nav-arrow.disabled {
    opacity: 0.5;
    pointer-events: none; }

#up-arrow {
  margin-bottom: 8px;
  display: block; }
  @media (max-width: 768px) {
    #up-arrow {
      display: none; } }

#down-arrow {
  top: 60px;
  display: block; }
  @media (max-width: 768px) {
    #down-arrow {
      display: none; } }

#south-test {
  cursor: pointer;
  z-index: 9;
  position: absolute;
  left: 0;
  top: 100px; }

#panel-nav {
  position: absolute;
  top: 30px;
  left: 15px;
  bottom: 0;
  width: 50px;
  z-index: 10; }
  @media (min-width: 769px) {
    #panel-nav {
      display: none; } }
  @media (max-width: 768px) {
    #panel-nav {
      width: 30px;
      top: 0;
      left: 50px;
      width: calc(100% - 50px);
      height: 50px;
      overflow-x: scroll;
      border-bottom: 1px solid #dcdcdc; } }
  #panel-nav ul {
    width: 30px;
    margin: 0 auto;
    padding: 0;
    text-align: center; }
    @media (max-width: 768px) {
      #panel-nav ul {
        height: 50px;
        min-width: 100%;
        overflow: hidden;
        overflow: scroll;
        clear: none;
        white-space: no-wrap;
        display: inline-block;
        display: flex;
        align-items: center;
        background: white;
        scroll-snap-type: mandatory;
        scroll-snap-type: x mandatory;
        padding-left: 40px; } }
  #panel-nav li {
    position: relative;
    list-style-type: none;
    width: 15px;
    height: 6px;
    background: #dcdcdc;
    margin-bottom: 8px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    transform-origin: center left;
    cursor: pointer; }
    #panel-nav li.active {
      background: #00adee;
      color: #FFF; }
      @media (max-width: 768px) {
        #panel-nav li.active .panel-nav-label {
          color: white; } }
      @media (min-width: 769px) {
        #panel-nav li.active {
          width: 25px; } }
    @media (max-width: 768px) {
      #panel-nav li {
        width: auto;
        min-width: 80px;
        margin: 0 12px;
        height: 40px;
        line-height: 40px;
        color: #c8c8c8;
        font-weight: 700;
        text-transform: capitalize;
        padding: 0 10px;
        box-sizing: border-box;
        white-space: nowrap;
        flex-shrink: 0;
        background: none;
        scroll-snap-align: calc(50vw - 65px - 50px); }
        #panel-nav li:last-child {
          position: relative; }
          #panel-nav li:last-child::after {
            content: '';
            position: absolute;
            width: 40px;
            right: -40px;
            height: 10px; }
        #panel-nav li .panel-nav-label {
          display: block;
          position: relative;
          background: none;
          box-shadow: none; } }

.panel-nav-label {
  position: absolute;
  display: none;
  left: 25px;
  background: #fff;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  padding: 6px 9px;
  -moz-box-shadow: 0 5px 20px 0px rgba(0, 0, 0, 0.11);
  -webkit-box-shadow: 0 5px 20px 0px rgba(0, 0, 0, 0.11);
  box-shadow: 0 5px 20px 0px rgba(0, 0, 0, 0.11);
  top: -12px; }

.dt-nav-arrow {
  margin: 0 10px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-size: 12px;
  text-align: center;
  color: #878787;
  background-color: #fff;
  font-weight: 700;
  font-family: 'bbffl-icons';
  cursor: pointer;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s;
  -moz-transition: color 0.15s ease-in-out, background-color 0.15s;
  -ms-transition: color 0.15s ease-in-out, background-color 0.15s;
  transition: color 0.15s ease-in-out, background-color 0.15s;
  -moz-box-shadow: 0 5px 20px 0px rgba(0, 0, 0, 0.11);
  -webkit-box-shadow: 0 5px 20px 0px rgba(0, 0, 0, 0.11);
  box-shadow: 0 5px 20px 0px rgba(0, 0, 0, 0.11); }
  .dt-nav-arrow.disabled {
    opacity: 0.3;
    pointer-events: none; }
  .dt-nav-arrow:hover {
    color: #00b2e2; }

#dt-up-arrow {
  margin-bottom: 10px; }

#dt-panel-nav {
  position: absolute;
  top: 50%;
  bottom: auto;
  left: 100%;
  right: auto;
  width: 60px;
  z-index: 10;
  font-size: 0;
  transform: translateY(-50%); }
  @media (max-width: 768px) {
    #dt-panel-nav {
      display: none; } }

.dt-panel-label {
  position: relative;
  display: block;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.05rem;
  text-transform: uppercase;
  padding: 3px 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer; }
  @media (max-width: 768px) {
    .dt-panel-label {
      display: none; } }
  .dt-panel-label .dt-panel-label-inner {
    position: relative;
    display: inline-block;
    color: #6d6d6d;
    background-color: #eeeeee;
    -webkit-transition: color 0.15s ease-in-out, background-color 0.15s;
    -moz-transition: color 0.15s ease-in-out, background-color 0.15s;
    -ms-transition: color 0.15s ease-in-out, background-color 0.15s;
    transition: color 0.15s ease-in-out, background-color 0.15s;
    padding: 6px 9px; }
  .dt-panel-label.active {
    pointer-events: none;
    margin-top: 10px; }
    .dt-panel-label.active .dt-panel-label-inner {
      background: #00b2e2;
      color: #fff; }
  .dt-panel-label:hover .dt-panel-label-inner {
    color: #222222;
    background-color: #dddddd; }
  .dt-panel-label:hover.active .dt-panel-label-inner {
    background: #00b2e2;
    color: #fff; }

.panel-text-wrapper {
  margin-bottom: 10px; }

.headline {
  margin: 15px 0;
  color: #222222;
  font-size: 20px;
  font-weight: 700; }

.desc {
  color: #545454;
  font-size: 15px;
  line-height: 24px;
  font-weight: 500; }
  .desc p {
    margin: 10px 0; }

#content-wrapper {
  margin-left: auto;
  position: relative;
  margin-right: auto;
  margin-top: 0;
  height: 100%; }

#panel-wrapper {
  overflow-y: hidden;
  scroll-snap-type: mandatory;
  scroll-snap-points-y: repeat(100vh);
  scroll-snap-type: y mandatory;
  border: 2px solid var(--gs0);
  border-radius: 8px;
  height: 100vh; }

.panel {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  height: 100vh;
  position: relative;
  box-sizing: border-box; }

.panel.snap {
  scroll-snap-align: start; }

@media (min-width: 769px) {
  #text-wrapper {
    position: absolute;
    background: #fff;
    padding: 30px;
    height: auto;
    top: 50%;
    bottom: auto;
    left: 0;
    right: auto;
    width: 320px;
    transform: translateY(-50%);
    -moz-box-shadow: 0 5px 20px 0px rgba(0, 0, 0, 0.11);
    -webkit-box-shadow: 0 5px 20px 0px rgba(0, 0, 0, 0.11);
    box-shadow: 0 5px 20px 0px rgba(0, 0, 0, 0.11); } }
@media (max-width: 768px) {
  #text-wrapper {
    position: fixed;
    padding: 30px 25px 20px 48px;
    width: 100%;
    left: 0;
    top: 0;
    box-sizing: border-box; } }
@media (max-height: 700px) {
  #text-wrapper {
    top: 65px;
    bottom: 0;
    transform: none; } }

.map-lede {
  font-weight: 700;
  color: #008cd0;
  margin-top: 15px !important; }

.map-button {
  font-weight: 700;
  position: relative;
  display: inline-block;
  margin: 15px 0 5px;
  background-color: #00adee;
  color: #99def8;
  height: auto;
  font-size: 15px;
  line-height: 20px;
  padding: 10px 20px 10px 52px;
  border-radius: 1px;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s;
  -moz-transition: color 0.15s ease-in-out, background-color 0.15s;
  -ms-transition: color 0.15s ease-in-out, background-color 0.15s;
  transition: color 0.15s ease-in-out, background-color 0.15s;
  cursor: pointer; }
  @media (max-width: 768px) {
    .map-button {
      height: 40px;
      line-height: 40px;
      padding: 0 15px 0 32px;
      white-space: nowrap; } }
  .map-button a {
    width: 100%;
    height: 100%; }
  .map-button .feature {
    color: #FFF; }
  .map-button:before {
    content: 'c';
    font-family: 'bbffl-icons';
    font-size: 12px;
    position: absolute;
    top: 50%;
    left: 26px;
    transform: translate(-50%, -50%);
    width: auto;
    height: auto;
    text-align: center;
    -webkit-transition: font-size 0.15s ease-in-out;
    -moz-transition: font-size 0.15s ease-in-out;
    -o-transition: font-size 0.15s ease-in-out;
    transition: font-size 0.15s ease-in-out; }
    @media (max-width: 768px) {
      .map-button:before {
        top: 0;
        left: 0;
        transform: none;
        width: 40px;
        height: 40px;
        line-height: 40px;
        font-size: 10px; } }
  .map-button:hover {
    background-color: #009de2;
    color: #88e8f9; }
    .map-button:hover .feature {
      color: #FFF; }
    .map-button:hover:before {
      font-size: 15px; }
      @media (max-width: 768px) {
        .map-button:hover:before {
          font-size: 12px; } }

#content-wrapper {
  margin-bottom: 30px;
  overflow: hidden; }
  @media (max-width: 768px) {
    #content-wrapper {
      margin: 0; } }

footer {
  display: none; }

#canvas-wrapper {
  position: absolute;
  left: 450px;
  top: 100px; }

#tooltip {
  position: absolute;
  left: 100px;
  top: 500px;
  -moz-box-shadow: 0 5px 20px 0px rgba(0, 0, 0, 0.11);
  -webkit-box-shadow: 0 5px 20px 0px rgba(0, 0, 0, 0.11);
  box-shadow: 0 5px 20px 0px rgba(0, 0, 0, 0.11);
  background: #fff;
  padding: 20px; }

.tooltip {
  position: absolute;
  color: #00b2e2;
  pointer-events: none; }
  .tooltip .value {
    font-size: 16px;
    text-align: center; }

#chart-titles {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  pointer-events: none; }

.chart-title {
  position: absolute;
  left: 500px;
  top: 420px;
  font-size: 18px;
  font-weight: 700;
  width: 350px;
  color: #333333; }
  .chart-title .highlight {
    color: #00b2e2; }

#chart-title-health {
  top: 440px; }

#chart-title-welfare {
  width: 380px; }

#questions-selection {
  position: absolute;
  left: 380px;
  top: 500px; }

.question-select {
  padding: 10px;
  margin-right: 10px;
  width: 180px;
  text-align: center;
  font-weight: 400;
  background-color: rgba(170, 218, 229, 0.5);
  color: #00ADEE;
  display: inline-block;
  cursor: pointer; }

.selected {
  background-color: #00ADEE;
  color: #FFFFFF; }

#mb-progress-dots {
  position: fixed;
  bottom: 0;
  height: 25px;
  left: 50%;
  width: 96px;
  transform: translateX(-50%);
  display: none; }
  @media (max-width: 768px) {
    #mb-progress-dots {
      display: block; } }
  #mb-progress-dots .mb-progress-dot {
    height: 24px;
    position: relative;
    display: inline-block;
    width: 12px;
    height: 12px;
    margin: 0 6px;
    border-radius: 50%;
    background: #333333;
    transform-origin: center center;
    transition: transform 0.3s 0.1s, opacity 0.3s;
    opacity: 0.3; }
    #mb-progress-dots .mb-progress-dot.active {
      opacity: 1; }

#mb-carousel-container {
  position: absolute;
  bottom: 0;
  padding: 10px 0 34px;
  left: 0;
  width: 100%;
  display: flex;
  align-items: center;
  box-sizing: border-box;
  overflow-x: scroll;
  scroll-snap-type: x mandatory;
  overflow-y: hidden;
  display: none; }
  #mb-carousel-container > *:first-child {
    margin-left: 15vw; }

.desc-label {
  position: absolute;
  background: #fff;
  padding: 15px 25px;
  font-size: 12px;
  line-height: 19px;
  font-weight: 700;
  color: #4b4b4b;
  box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  margin: 0 5vw;
  width: calc(100% - 30vw);
  flex-shrink: 0;
  height: auto;
  scroll-snap-align: center;
  transform-origin: center center;
  transition: transform 0.2s 0.1s;
  -moz-box-shadow: 0 5px 20px 0px rgba(0, 0, 0, 0.11);
  -webkit-box-shadow: 0 5px 20px 0px rgba(0, 0, 0, 0.11);
  box-shadow: 0 5px 20px 0px rgba(0, 0, 0, 0.11);
  transition: opacity 0.3s, transform 0.3s; }
  .desc-label p {
    margin: 0; }
  .desc-label p + p {
    margin-top: 5px; }
  .desc-label .value {
    vertical-align: top;
    font-weight: 700;
    display: inline-block;
    width: auto;
    box-sizing: border-box;
    padding-left: 15px;
    margin-right: 15px;
    font-size: 20px; }
  .desc-label .label {
    text-transform: uppercase;
    vertical-align: top;
    display: inline-block;
    width: 120px;
    font-size: 10px;
    letter-spacing: 0.1em;
    font-weight: 700;
    text-transform: uppercase;
    box-sizing: border-box;
    padding-right: 15px; }
    .desc-label .label.no-data {
      width: 100%;
      color: #dcdcdc; }
  .desc-label .mb-next-arrow, .desc-label .mb-prev-arrow {
    display: none;
    position: absolute;
    cursor: pointer;
    top: 0;
    height: 100%;
    width: 15vw; }
    .desc-label .mb-next-arrow::after, .desc-label .mb-prev-arrow::after {
      position: absolute;
      font-family: 'bbffl-icons';
      font-size: 30px;
      left: 50%;
      top: 50%;
      transform: translate(-50%, -50%); }
  .desc-label .mb-next-arrow {
    left: 100%; }
    .desc-label .mb-next-arrow::after {
      content: "¢"; }
  .desc-label .mb-prev-arrow {
    right: 100%; }
    .desc-label .mb-prev-arrow::after {
      content: "£"; }
  .desc-label.active {
    transform: scale(1.1);
    z-index: 20; }
    .desc-label.active:not(:last-child) .mb-next-arrow {
      display: block; }
    .desc-label.active:not(:first-child) .mb-prev-arrow {
      display: block; }
  .desc-label:last-of-type::after {
    content: '';
    position: absolute;
    right: -15vw;
    width: 15vw;
    height: 1px;
    top: 0; }

.text-mobile {
  display: none; }

#canvas-wrapper, #chart-titles {
  transform-origin: top; }

#viz-wrapper {
  overflow: scroll;
  height: 100%;
  display: block;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0; }

#mb-title {
  display: none;
  position: fixed;
  left: 50px;
  top: 0;
  width: calc(100% - 50px);
  height: 50px;
  line-height: 50px;
  font-weight: 700;
  color: #647882;
  text-align: center;
  border-bottom: 2px solid #e2e2e2;
  box-sizing: border-box;
  background-color: rgba(255, 255, 255, 0.8);
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  @media (max-width: 768px) {
    #mb-title {
      display: block; } }

@media (max-width: 768px) {
  .headline {
    display: none; }

  .text-desktop {
    display: none; }

  .text-mobile {
    display: block; }

  #mb-title {
    display: block; }

  #chart-titles {
    display: none; }

  #mb-carousel-container {
    display: flex; }

  #text-wrapper {
    padding: 65px 20px 20px;
    position: absolute;
    width: 100%;
    padding: 65px 20px;
    width: 100%;
    left: 0;
    top: 0;
    bottom: auto;
    box-sizing: border-box; }

  .desc {
    display: none; }

  #canvas-wrapper {
    left: 0; }

  #panel-nav {
    display: none; } }
@media (max-width: 880px) {
  .chart-title {
    font-size: 16px;
    font-weight: 700;
    width: 265px; }

  #chart-title-welfare {
    width: 265px; } }
@media (max-width: 768px) and (min-width: 560px) {
  .desc-label {
    padding-left: 45px;
    padding-right: 45px; }

  #text-wrapper {
    padding: 7px 45px 20px 80px; } }
@media screen and (max-height: 700px) {
  #content-wrapper {
    margin-bottom: 0; }

  .chart-title {
    left: calc(100%-654px); }

  #canvas-wrapper {
    top: 0;
    margin-bottom: 40px; }

  .chart-title {
    top: 315px; }

  #chart-title-health {
    top: 350px; } }
