@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; } }

body {
  overflow: hidden; }

header a {
  display: inline-block; }
@media (min-width: 769px) {
  header {
    background: none; } }

#race-buttons {
  position: absolute;
  z-index: 1000;
  top: 20px;
  left: 50%;
  margin: 0 0 0 152px;
  transform: translateX(-50%);
  white-space: nowrap; }
  #race-buttons button {
    margin: 0 5px 5px 0;
    padding: 0 10px;
    color: #FFF;
    background-color: #adcbda;
    width: auto;
    height: 30px;
    line-height: 30px;
    font-size: 13px;
    font-weight: 700;
    font-family: 'azo-sans-web', sans-serif;
    white-space: nowrap;
    border: none;
    outline: none;
    cursor: pointer;
    -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; }
    #race-buttons button:active, #race-buttons button:focus {
      outline: none; }
    #race-buttons button.selected, #race-buttons button:hover {
      background: #647882;
      color: #fff; }

#mb-race-buttons {
  position: relative;
  z-index: 1000;
  transform: none;
  white-space: nowrap; }
  #mb-race-buttons button {
    margin: 13px 5px 0 0;
    padding: 0 5px;
    color: #FFF;
    background-color: #adcbda;
    width: auto;
    height: 30px;
    line-height: 30px;
    font-size: 13px;
    font-weight: 700;
    font-family: 'azo-sans-web', sans-serif;
    white-space: nowrap;
    border: none;
    outline: none;
    cursor: pointer;
    -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; }
    #mb-race-buttons button:active, #mb-race-buttons button:focus {
      outline: none; }
    #mb-race-buttons button.selected {
      background: #647882;
      color: #fff; }

.panel-text-wrapper {
  display: none;
  height: auto;
  -webkit-transition: height 0.15s ease-in-out;
  -moz-transition: height 0.15s ease-in-out;
  -ms-transition: height 0.15s ease-in-out;
  transition: height 0.15s ease-in-out;
  max-height: calc(100% - 230px);
  overflow: auto; }
  @media (max-width: 768px) {
    .panel-text-wrapper {
      max-height: 220px;
      overflow: scroll;
      margin-top: 40px; } }

#mb-progress-dots {
  position: fixed;
  bottom: 0;
  height: 25px;
  left: 50%;
  transform: translateX(-50%);
  display: none; }
  @media (max-width: 768px) {
    #mb-progress-dots {
      display: block; } }
  #mb-progress-dots .mb-progress-dot-container {
    margin-right: 0;
    min-width: 24px;
    height: 24px;
    position: relative;
    display: inline-block; }
    #mb-progress-dots .mb-progress-dot-container .mb-progress-minidot {
      left: 8px;
      top: 8px;
      width: 12px;
      height: 12px;
      border-radius: 50%;
      background: #333333;
      transform-origin: center center;
      display: block;
      position: absolute;
      transition: transform 0.3s 0.1s, opacity 0.3s; }
      #mb-progress-dots .mb-progress-dot-container .mb-progress-minidot:first-child {
        opacity: 0.3; }
      #mb-progress-dots .mb-progress-dot-container .mb-progress-minidot:not(:first-child) {
        opacity: 0; }
    #mb-progress-dots .mb-progress-dot-container.active .mb-progress-minidot, #mb-progress-dots .mb-progress-dot-container.active .mb-progress-minidot:not(:first-child) {
      transform: scale(0.5);
      opacity: 0.3; }
    #mb-progress-dots .mb-progress-dot-container.active .mb-progress-minidot.active {
      opacity: 1 !important; }

#map-labels {
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  pointer-events: none; }
  #map-labels #mb-carousel-container {
    position: absolute;
    bottom: 25px;
    padding: 10px 0;
    left: 0;
    width: 100%;
    display: flex;
    align-items: center;
    box-sizing: border-box;
    overflow-y: hidden;
    overflow-x: scroll;
    scroll-snap-type: x mandatory; }
    #map-labels #mb-carousel-container > *:first-child {
      margin-left: 15vw; }
  @media (max-width: 768px) {
    #map-labels {
      pointer-events: all; } }

.county-label, .desc-label {
  position: absolute;
  background: #fff;
  font-size: 15px;
  width: 240px;
  padding-bottom: 10px;
  -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; }
  .county-label .value, .desc-label .value {
    vertical-align: top;
    font-weight: 700;
    display: inline-block;
    width: auto;
    box-sizing: border-box;
    margin: 0 10px;
    padding: 0;
    font-size: 20px; }
  .county-label .label, .desc-label .label {
    text-transform: uppercase;
    vertical-align: top;
    display: inline-block;
    width: 100px;
    font-size: 10px;
    letter-spacing: 0.1em;
    font-weight: 700;
    text-transform: uppercase;
    box-sizing: border-box;
    padding-right: 0; }
    .county-label .label.no-data, .desc-label .label.no-data {
      width: 100%;
      color: #dcdcdc; }
  .county-label.mobile, .desc-label.mobile {
    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; }
    .county-label.mobile .mb-next-arrow, .county-label.mobile .mb-prev-arrow, .desc-label.mobile .mb-next-arrow, .desc-label.mobile .mb-prev-arrow {
      display: none;
      position: absolute;
      cursor: pointer;
      top: 0;
      height: 100%;
      width: 15vw; }
      .county-label.mobile .mb-next-arrow::after, .county-label.mobile .mb-prev-arrow::after, .desc-label.mobile .mb-next-arrow::after, .desc-label.mobile .mb-prev-arrow::after {
        position: absolute;
        font-family: 'bbffl-icons';
        font-size: 20px;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        color: #647882;
        -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; }
      .county-label.mobile .mb-next-arrow:hover::after, .county-label.mobile .mb-prev-arrow:hover::after, .desc-label.mobile .mb-next-arrow:hover::after, .desc-label.mobile .mb-prev-arrow:hover::after {
        color: #2d4551; }
    .county-label.mobile .mb-next-arrow, .desc-label.mobile .mb-next-arrow {
      left: 100%; }
      .county-label.mobile .mb-next-arrow::after, .desc-label.mobile .mb-next-arrow::after {
        content: "¢";
        margin-left: -10px; }
    .county-label.mobile .mb-prev-arrow, .desc-label.mobile .mb-prev-arrow {
      right: 100%; }
      .county-label.mobile .mb-prev-arrow::after, .desc-label.mobile .mb-prev-arrow::after {
        content: "£";
        margin-left: 10px; }
    .county-label.mobile.active, .desc-label.mobile.active {
      transform: scale(1.1);
      z-index: 20; }
      .county-label.mobile.active:not(:last-child) .mb-next-arrow, .desc-label.mobile.active:not(:last-child) .mb-next-arrow {
        display: block; }
      .county-label.mobile.active:not(:first-child) .mb-prev-arrow, .desc-label.mobile.active:not(:first-child) .mb-prev-arrow {
        display: block; }
    .county-label.mobile > *:not(.county-label-name), .desc-label.mobile > *:not(.county-label-name) {
      vertical-align: top; }
    .county-label.mobile:last-of-type::after, .desc-label.mobile:last-of-type::after {
      content: '';
      position: absolute;
      right: -15vw;
      width: 15vw;
      height: 1px;
      top: 0; }
  .county-label.desc-label, .desc-label.desc-label {
    padding: 15px 25px;
    font-size: 12px;
    line-height: 19px;
    font-weight: 700;
    color: #333333;
    box-sizing: border-box; }
    .county-label.desc-label p, .desc-label.desc-label p {
      margin: 0; }
      .county-label.desc-label p + p, .desc-label.desc-label p + p {
        margin-top: 5px; }
  .county-label.scale-1 .median-box, .desc-label.scale-1 .median-box {
    background: #eefcff; }
    .county-label.scale-1 .median-box.lit, .desc-label.scale-1 .median-box.lit {
      background: #efefef; }
  .county-label.scale-1 .median-bar, .desc-label.scale-1 .median-bar {
    background: #ddf8ff; }
    .county-label.scale-1 .median-bar.lit, .desc-label.scale-1 .median-bar.lit {
      background: #dedede; }
  .county-label.scale-1 .value-bar, .desc-label.scale-1 .value-bar {
    background: #c7f4ff; }
    .county-label.scale-1 .value-bar.lit, .desc-label.scale-1 .value-bar.lit {
      background: #c8c8c8; }
  .county-label.scale-2 .median-box, .desc-label.scale-2 .median-box {
    background: #e4f8ff; }
    .county-label.scale-2 .median-box.lit, .desc-label.scale-2 .median-box.lit {
      background: #efefef; }
  .county-label.scale-2 .median-bar, .desc-label.scale-2 .median-bar {
    background: #c8f0ff; }
    .county-label.scale-2 .median-bar.lit, .desc-label.scale-2 .median-bar.lit {
      background: #dedede; }
  .county-label.scale-2 .value-bar, .desc-label.scale-2 .value-bar {
    background: #a4e6ff; }
    .county-label.scale-2 .value-bar.lit, .desc-label.scale-2 .value-bar.lit {
      background: #c8c8c8; }
  .county-label.scale-3 .median-box, .desc-label.scale-3 .median-box {
    background: #d6f2fe; }
    .county-label.scale-3 .median-box.lit, .desc-label.scale-3 .median-box.lit {
      background: #efefef; }
  .county-label.scale-3 .median-bar, .desc-label.scale-3 .median-bar {
    background: #ace4fe; }
    .county-label.scale-3 .median-bar.lit, .desc-label.scale-3 .median-bar.lit {
      background: #dedede; }
  .county-label.scale-3 .value-bar, .desc-label.scale-3 .value-bar {
    background: #75d2fd; }
    .county-label.scale-3 .value-bar.lit, .desc-label.scale-3 .value-bar.lit {
      background: #c8c8c8; }
  .county-label.scale-4 .median-box, .desc-label.scale-4 .median-box {
    background: #cbe7fc; }
    .county-label.scale-4 .median-box.lit, .desc-label.scale-4 .median-box.lit {
      background: #efefef; }
  .county-label.scale-4 .median-bar, .desc-label.scale-4 .median-bar {
    background: #97cff9; }
    .county-label.scale-4 .median-bar.lit, .desc-label.scale-4 .median-bar.lit {
      background: #dedede; }
  .county-label.scale-4 .value-bar, .desc-label.scale-4 .value-bar {
    background: #51aff5; }
    .county-label.scale-4 .value-bar.lit, .desc-label.scale-4 .value-bar.lit {
      background: #c8c8c8; }
  .county-label.scale-5 .median-box, .desc-label.scale-5 .median-box {
    background: #c6daf7; }
    .county-label.scale-5 .median-box.lit, .desc-label.scale-5 .median-box.lit {
      background: #efefef; }
  .county-label.scale-5 .median-bar, .desc-label.scale-5 .median-bar {
    background: #8db5ef; }
    .county-label.scale-5 .median-bar.lit, .desc-label.scale-5 .median-bar.lit {
      background: #dedede; }
  .county-label.scale-5 .value-bar, .desc-label.scale-5 .value-bar {
    background: #4183e5; }
    .county-label.scale-5 .value-bar.lit, .desc-label.scale-5 .value-bar.lit {
      background: #c8c8c8; }
  .county-label.scale-6 .median-box, .desc-label.scale-6 .median-box {
    background: #c0d0f3; }
    .county-label.scale-6 .median-box.lit, .desc-label.scale-6 .median-box.lit {
      background: #efefef; }
  .county-label.scale-6 .median-bar, .desc-label.scale-6 .median-bar {
    background: #82a1e6; }
    .county-label.scale-6 .median-bar.lit, .desc-label.scale-6 .median-bar.lit {
      background: #dedede; }
  .county-label.scale-6 .value-bar, .desc-label.scale-6 .value-bar {
    background: #2e62d6; }
    .county-label.scale-6 .value-bar.lit, .desc-label.scale-6 .value-bar.lit {
      background: #c8c8c8; }
  .county-label.scale-7 .median-box, .desc-label.scale-7 .median-box {
    background: #c0c3f1; }
    .county-label.scale-7 .median-box.lit, .desc-label.scale-7 .median-box.lit {
      background: #efefef; }
  .county-label.scale-7 .median-bar, .desc-label.scale-7 .median-bar {
    background: #8286e2; }
    .county-label.scale-7 .median-bar.lit, .desc-label.scale-7 .median-bar.lit {
      background: #dedede; }
  .county-label.scale-7 .value-bar, .desc-label.scale-7 .value-bar {
    background: #2e36cf; }
    .county-label.scale-7 .value-bar.lit, .desc-label.scale-7 .value-bar.lit {
      background: #c8c8c8; }

.county-label {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.county-label-value, .county-label-literacyvalue {
  position: relative;
  padding: 0 5px 0 15px; }

.county-label-value.scale-1 .quartile {
  background-color: #9fddf3; }
.county-label-value.scale-1 .value, .county-label-value.scale-1 .label {
  color: #9fddf3; }
.county-label-value.scale-2 .quartile {
  background-color: #86d2f0; }
.county-label-value.scale-2 .value, .county-label-value.scale-2 .label {
  color: #86d2f0; }
.county-label-value.scale-3 .quartile {
  background-color: #75d2fd; }
.county-label-value.scale-3 .value, .county-label-value.scale-3 .label {
  color: #61c1ed; }
.county-label-value.scale-4 .quartile {
  background-color: #51aff5; }
.county-label-value.scale-4 .value, .county-label-value.scale-4 .label {
  color: #3da4e9; }
.county-label-value.scale-5 .quartile {
  background-color: #4183e5; }
.county-label-value.scale-5 .value, .county-label-value.scale-5 .label {
  color: #337dde; }
.county-label-value.scale-6 .quartile {
  background-color: #2e62d6; }
.county-label-value.scale-6 .value, .county-label-value.scale-6 .label {
  color: #2e62d6; }
.county-label-value.scale-7 .quartile {
  background-color: #2e36cf; }
.county-label-value.scale-7 .value, .county-label-value.scale-7 .label {
  color: #2e36cf; }
.county-label-value.scale-na .quartile-1-active .quartile-1,
.county-label-value.scale-na .quartile-2-active .quartile-2,
.county-label-value.scale-na .quartile-3-active .quartile-3,
.county-label-value.scale-na .quartile-4-active .quartile-4 {
  transform: none;
  background: #e6e6e6; }
.county-label-value.scale-na .value, .county-label-value.scale-na .label {
  color: #dcdcdc; }

.county-label-median {
  position: absolute;
  left: 15px;
  top: 0; }

.median-box {
  position: absolute;
  left: 0;
  top: 0;
  width: 10px;
  height: 25px;
  background: #ddd; }

.median-bar {
  position: absolute;
  left: 0;
  top: 0;
  height: 2px;
  width: 100%;
  margin-top: -1px;
  background: #333; }

.value-bar {
  position: absolute;
  left: 50%;
  top: 0;
  height: 3px;
  width: 16px;
  margin-top: -1.5px;
  margin-left: -8px;
  background: #000; }

.median-label {
  position: absolute;
  left: 0;
  top: 0; }

.quartile {
  display: inline-block;
  width: 8px;
  height: 8px;
  margin-right: 5px;
  opacity: 0.3;
  background: #aaa; }

.county-label-quartiles {
  margin-top: 3px;
  width: auto;
  display: inline-block; }

.quartile-1-active .quartile-1 {
  opacity: 1; }

.quartile-2-active .quartile-2 {
  opacity: 1; }
.quartile-2-active .quartile-1 {
  opacity: 1; }

.quartile-3-active .quartile-3 {
  opacity: 1; }
.quartile-3-active .quartile-1, .quartile-3-active .quartile-2 {
  opacity: 1; }

.quartile-4-active .quartile-4 {
  opacity: 1; }
.quartile-4-active .quartile-1, .quartile-4-active .quartile-2, .quartile-4-active .quartile-3 {
  opacity: 1; }

.county-popover {
  position: absolute;
  border: 1px solid red; }

.county-label-name {
  font-weight: 500;
  margin-bottom: 10px;
  color: #545454;
  padding: 10px 15px;
  border-bottom: 1px solid #c8c8c8; }

.county-label-name-state {
  font-weight: 700;
  font-size: 11px;
  letter-spacing: 0.075rem; }

.county-label-literacyvalue {
  color: #b0b0b0; }
  .county-label-literacyvalue .value {
    color: #c8c8c8; }

.county-label-value {
  margin-bottom: 6px; }

#story-wrapper {
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto; }

#top-layer {
  position: absolute;
  top: 65px;
  right: 0;
  bottom: 0;
  z-index: 9; }

.south-test, .map-reset {
  cursor: pointer;
  font-size: 10px;
  text-transform: uppercase;
  color: #fff;
  background: #00b2e2;
  padding: 3px 6px;
  letter-spacing: 1px;
  display: inline-block; }

.map-reset {
  display: none; }

.region-text {
  display: none; }

.region-highlight, .county-highlight {
  color: #0081c6;
  cursor: pointer; }

#map {
  position: absolute;
  right: 0;
  top: 0;
  left: 0;
  bottom: 0; }

.counties {
  paint-order: stroke fill;
  stroke: #fff;
  stroke-width: 0.1px;
  stroke-linejoin: round;
  stroke-linecap: round;
  z-index: 1;
  transition: fill 0.3s; }
  .counties.scale-1 {
    fill: #c7f4ff; }
  .counties.scale-2 {
    fill: #a4e6ff; }
  .counties.scale-3 {
    fill: #75d2fd; }
  .counties.scale-4 {
    fill: #51aff5; }
  .counties.scale-5 {
    fill: #4183e5; }
  .counties.scale-6 {
    fill: #2e62d6; }
  .counties.scale-7 {
    fill: #2e36cf; }
  .counties.scale-na {
    fill: #f1f1f1; }

.highlighted-county {
  paint-order: stroke fill;
  stroke-width: 2px;
  stroke: #FFFFFF;
  z-index: 10; }

.highlighted-county-hover {
  paint-order: stroke fill;
  stroke-width: 2px;
  stroke: #FFFFFF;
  z-index: 10; }

.states {
  paint-order: stroke fill;
  stroke: #fff;
  stroke-width: 0.5px;
  stroke-linejoin: round;
  stroke-linecap: round;
  fill: rgba(255, 255, 255, 0);
  z-index: 2;
  transition: fill 0.3s;
  pointer-events: none; }
  .states.disabled {
    pointer-events: all; }

#selected {
  position: absolute;
  right: 0px;
  top: 100px; }

#key {
  position: fixed;
  padding: 30px;
  box-sizing: border-box;
  background: #fff;
  width: 260px;
  display: block; }
  @media (min-width: 769px) {
    #key {
      top: 0;
      bottom: unset;
      left: 50%;
      right: unset;
      margin: 0 0 0 150px;
      transform: translateX(-50%);
      padding: 20px 0 20px 20px;
      width: 332px; } }
  @media (max-width: 768px) {
    #key {
      display: none; } }
  @media (min-width: 769px) {
    #key {
      -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); } }
  #key.conclusion {
    width: 404px;
    padding-top: 65px; }

#indicator-name {
  font-weight: 500;
  font-size: 15px;
  line-height: 20px;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin-bottom: 18px; }
  @media (max-width: 768px) {
    #indicator-name {
      flex-basis: 50%;
      flex-shrink: 0;
      text-transform: uppercase;
      font-weight: 500;
      font-size: 13px;
      margin: 0;
      color: #333333; } }

#scale {
  font-size: 0; }
  #scale .scaleItem {
    display: inline-block;
    position: relative;
    margin-bottom: 15px;
    margin-right: 2px; }

.scaleColor {
  height: 8px;
  width: 40px; }

.scaleText {
  text-align: center;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.025rem;
  color: #545454;
  width: 100%;
  top: 100%;
  margin-top: 6px;
  left: 0;
  position: absolute; }

#scale1, .scale1 {
  background-color: #c7f4ff; }

#mbScaleTextLow {
  color: #a4e6ff;
  font-weight: 700; }

#scale2, .scale2 {
  background-color: #a4e6ff; }

#scale3, .scale3 {
  background-color: #75d2fd; }

#scale4, .scale4 {
  background-color: #51aff5; }

#scale5, .scale5 {
  background-color: #4183e5; }

#scale6, .scale6 {
  background-color: #2e62d6; }

#scale7, .scale7 {
  background-color: #2e36cf; }

#mbScaleTextHigh {
  color: #2e36cf;
  font-weight: 700;
  right: 0; }

#headline-container {
  position: absolute;
  top: 150px;
  margin: 10px;
  width: 28%; }

#headline-text {
  margin-bottom: 20px;
  color: #006fd4; }

#headline-nav {
  position: absolute;
  top: 30px;
  margin: 10px;
  width: 100%; }

#title-text {
  position: absolute;
  width: 45%;
  color: #00adee; }

#headline-selectors {
  position: absolute;
  display: inline;
  right: 30px;
  margin: 10px; }
  #headline-selectors label {
    margin: 20px;
    cursor: pointer; }
  #headline-selectors input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0; }
  #headline-selectors label.selected {
    color: #00adee; }

@media (max-width: 960px) and (min-width: 768px) {
  .county-label {
    width: 180px; }

  .county-label-quartiles {
    display: none; }

  .value {
    margin-left: none; }

  .county-label-name, .county-label-value, .county-label-literacyvalue {
    zoom: 80%; } }
@media (max-height: 700px) {
  .county-label {
    width: 240px; }

  .county-label-name, .county-label-value, .county-label-literacyvalue {
    zoom: 80%; } }
@media (max-width: 1280px) {
  #text-wrapper {
    padding: 30px 25px 20px 25px;
    width: 250px; }

  .headline {
    font-size: 16px; }

  .desc {
    font-size: 14px; } }
@media (min-width: 769px) {
  #mb-key {
    display: none; } }
@media (max-width: 768px) {
  .headline {
    position: absolute;
    left: 65px;
    top: 0;
    right: 15px;
    margin: 8px 0;
    font-size: 16px;
    line-height: 24px;
    padding-right: 20px; }

  #panel-nav {
    display: none; }

  #text-wrapper {
    padding: 16px 20px;
    background: white;
    display: table;
    width: 100%;
    left: 0;
    top: 0;
    box-sizing: border-box;
    -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); }

  #mb-key {
    display: block;
    margin-top: 15px;
    color: #545454; }
    #mb-key > * {
      display: inline-block; }
    #mb-key #mb-indicator-name {
      padding-right: 8px;
      width: 50%;
      box-sizing: border-box;
      vertical-align: top;
      font-size: 10px;
      line-height: 14px;
      text-transform: uppercase;
      font-weight: 700;
      letter-spacing: 0.025rem; }
    #mb-key #mb-scale {
      vertical-align: top;
      right: 0;
      width: auto;
      vertical-align: super;
      font-size: 0;
      padding-top: 3px; } }
  @media (max-width: 768px) and (max-width: 768px) {
    #mb-key {
      margin-top: 50px; } }

@media (max-width: 768px) {
  #headline-healthcare,
  #headline-income,
  #headline-conclusion {
    margin-top: 14px; }

  #key {
    display: none; }

  #scale {
    display: flex;
    flex-shrink: 0; }

  .scaleItem {
    margin: 0 0 0 2px;
    height: 10px;
    width: 16px;
    display: inline-block;
    position: relative;
    box-sizing: border-box; }
    .scaleItem .scaleText {
      position: absolute;
      font-size: 10px;
      line-height: 12px;
      text-transform: uppercase;
      font-weight: 700;
      letter-spacing: 0.025rem;
      margin-top: 2px;
      width: inherit; }
    .scaleItem .scaleColor {
      width: inherit;
      height: 8px;
      margin: 0 1px; }

  .scaleItem1 .scaleText {
    text-align: left;
    left: 0;
    right: unset;
    margin-left: 0; }

  .scaleItem7 .scaleText {
    text-align: right;
    width: auto;
    left: unset;
    right: 0;
    margin-right: -2px; }

  .desc {
    display: none; } }
