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

header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  padding: 20px 24px;
  height: 65px;
  box-sizing: border-box;
  z-index: 90; }
  header a {
    text-decoration: none;
    display: inline-block; }

#logo {
  color: #00b2e2;
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 0.075rem;
  text-transform: uppercase;
  cursor: pointer;
  line-height: 32px;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  #logo .icon {
    display: none;
    width: 40px;
    height: 40px; }
  #logo .text {
    display: inline-block; }
  #logo #logo-gap-map {
    font-weight: 700;
    font-size: 18px;
    color: #606060;
    text-transform: none;
    letter-spacing: 0; }
  #logo #logo-bbffl {
    font-weight: 700;
    font-size: 12px;
    line-height: 15px;
    margin-top: 4px;
    color: #00b2e2;
    -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; }
    #logo #logo-bbffl:hover {
      color: #00b7ff; }
  @media (max-width: 1036px) {
    #logo #logo-bbffl {
      font-size: 10px;
      line-height: 14px;
      margin-top: 2px; } }
  @media (max-width: 768px) {
    #logo .icon {
      display: inline-block; }
    #logo .text {
      display: none; } }

#home-icon-wrapper {
  display: none; }

#home-icon {
  width: 50px;
  height: 50px;
  line-height: 50px;
  color: #FFF;
  background-color: #647882;
  font-size: 18px;
  font-family: 'bbffl-icons';
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  @media (min-width: 769px) {
    #home-icon {
      background-color: transparent;
      color: #00b2e2; } }

#nav {
  position: absolute;
  right: 20px;
  top: 12px;
  color: #00b2e2;
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 0.2rem;
  text-transform: uppercase; }

#content-wrapper {
  height: 100%; }

#site-wrapper {
  height: 100%; }

#loader-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: white;
  z-index: 25; }

#loader {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -50px;
  margin-top: -50px;
  width: 100px;
  height: 100px; }

@-moz-keyframes spin {
  100% {
    -moz-transform: rotate(360deg); } }
@-webkit-keyframes spin {
  100% {
    -webkit-transform: rotate(360deg); } }
@keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }
#loader-graphic {
  width: 10px;
  height: 10px;
  position: absolute;
  left: 50%;
  top: 50%;
  background: #00b2e2;
  -webkit-animation: spin 4s linear infinite;
  -moz-animation: spin 4s linear infinite;
  animation: spin 4s linear infinite; }

footer {
  background: #e6f7fc;
  color: #00b2e2;
  box-sizing: content-box;
  padding: 0 20px;
  text-align: center;
  height: 60px;
  line-height: 60px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.04rem;
  font-size: 13px; }
  @media (max-width: 768px) {
    footer {
      padding: 10px 20px;
      height: auto;
      line-height: 15px; } }

@media (max-width: 1000px) {
  header {
    width: 50px;
    height: 50px;
    margin: 0;
    padding: 0;
    text-align: center; }

  #logo {
    display: none; }

  #home-icon-wrapper {
    display: block; } }
@media (max-height: 700px) {
  header {
    width: 50px;
    height: 50px;
    margin: 0;
    padding: 0;
    text-align: center; }

  #logo {
    display: none; }

  #home-icon-wrapper {
    display: block; } }
@media (max-width: 768px) {
  header {
    height: 50px; }

  #logo {
    display: none; }

  #home-icon-wrapper {
    display: block; } }
@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; }

html, body {
  overflow-x: hidden; }

#content-wrapper {
  position: relative; }

#content-wrapper, #site-wrapper {
  height: auto; }

#map-bg {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  margin-left: -420px;
  width: 840px;
  z-index: -1; }

#mapsvg {
  width: 1500px;
  left: 150px;
  position: absolute;
  top: -100px;
  opacity: 0;
  transition: opacity 0.3s; }
  #mapsvg.loaded {
    opacity: 1; }

@media (max-width: 900px) {
  #mapsvg {
    top: -100px; } }
@media (max-width: 500px) {
  #map-bg {
    top: -50px; }

  #mapsvg {
    top: -45px; } }
.cls-1, .cls-2, .cls-3, .cls-4, .cls-5, .cls-6, .cls-7, .cls-8 {
  stroke: #ddd;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 0.1px;
  opacity: 0;
  fill: #ddd; }

#landing-wrapper {
  width: 820px;
  margin: 0 auto;
  margin-bottom: 100px; }
  @media (max-width: 768px) {
    #landing-wrapper {
      width: 100%; } }

#headline {
  margin: 120px 15px 0 15px;
  font-size: 70px;
  font-weight: 500;
  color: #00b2e2;
  -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: 820px) {
  #headline {
    margin: 120px auto 0;
    max-width: 700px;
    font-size: 60px; } }
@media (max-width: 768px) {
  #headline {
    font-size: 34px;
    line-height: 44px;
    text-align: center;
    margin: 70px auto 0;
    width: 80%; } }

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

.headline-highlight {
  color: #333333; }

#landing-buttons {
  width: 686px;
  height: 272px;
  margin: 80px auto;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-size: 0; }
  #landing-buttons a {
    width: auto;
    height: auto; }
  #landing-buttons a, #landing-buttons a:visited, #landing-buttons a:active {
    text-decoration: none; }
  @media (max-width: 768px) {
    #landing-buttons {
      width: 100%;
      height: auto;
      margin: 50px auto; } }

.landing-button {
  position: relative;
  cursor: pointer;
  width: 400px;
  display: inline-block;
  text-align: left;
  font-weight: 400;
  font-size: 24px;
  padding: 30px 30px 30px 40px;
  color: white;
  vertical-align: top;
  height: 130px;
  box-sizing: border-box;
  -webkit-transition: background-color 0.15s ease-in-out;
  -moz-transition: background-color 0.15s ease-in-out;
  -ms-transition: background-color 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out; }
  @media (max-width: 768px) {
    .landing-button {
      width: 80%;
      max-width: 400px;
      margin: 0 auto 10px;
      display: block;
      font-size: 0; } }
  .landing-button.overview {
    width: 354px;
    height: 128px;
    margin-top: 0px;
    background-color: #36a9dd; }
    .landing-button.overview:hover {
      background-color: #2592d1; }
    @media (max-width: 768px) {
      .landing-button.overview {
        width: 80%;
        height: auto;
        padding: 20px 10px 20px 70px;
        font-size: 22px;
        line-height: 32px; }
        .landing-button.overview:after {
          content: 'c';
          font-family: 'bbffl-icons';
          display: inline-block;
          position: absolute;
          top: 50%;
          left: 35px;
          width: auto;
          height: auto;
          line-height: 0;
          transform: translate(-50%, -50%);
          margin-left: 4px;
          margin-top: -12px; } }
  .landing-button.viz-2 {
    width: 316px;
    height: 128px;
    margin-left: 16px;
    background-color: #ffc42a; }
    .landing-button.viz-2:hover {
      background-color: #f8af10; }
    @media (max-width: 768px) {
      .landing-button.viz-2 {
        margin-left: auto; } }
  .landing-button.map {
    width: 516px;
    height: 128px;
    background-color: #bec1d5;
    margin-top: 16px;
    margin-left: 85px;
    margin-right: 85px; }
    .landing-button.map:hover {
      background-color: #abaec7; }
    .landing-button.map .icon {
      color: #e7e9f3;
      position: relative; }
    .landing-button.map .health .icon {
      font-size: 15px; }
    .landing-button.map .income .icon {
      font-size: 15px;
      top: 1px; }
    .landing-button.map .education .icon {
      font-size: 22px;
      top: 4px; }
  @media (max-width: 768px) {
    .landing-button.viz-2, .landing-button.map {
      width: 80%;
      height: auto;
      padding: 20px 10px 20px 20px;
      font-size: 18px;
      line-height: 26px;
      margin: 10px auto 0;
      text-align: center; } }
  .landing-button.cards {
    width: 354px;
    height: 128px;
    margin-top: 15px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    background-color: #83caff; }
    .landing-button.cards:hover {
      background-color: #77bce5; }
    @media (max-width: 768px) {
      .landing-button.cards {
        width: 80%;
        height: auto;
        padding: 20px 10px;
        font-size: 18px;
        line-height: 26px;
        margin: 10px auto 0;
        text-align: center; } }
  .landing-button .theme {
    display: inline-block; }
  .landing-button .icon {
    font-size: 17px;
    font-weight: 300;
    margin-right: 6px;
    line-height: 10px; }

.box-highlight,
.theme {
  color: #fff;
  font-weight: 700; }

#landing-summary {
  margin: 200px auto 0;
  padding-bottom: 100px;
  width: 520px;
  color: #333333;
  font-size: 17px;
  line-height: 26px; }
  @media (max-width: 768px) {
    #landing-summary {
      margin: 80px auto;
      width: 80%;
      padding: 0 0 50px;
      box-sizing: border-box;
      font-size: 15px;
      line-height: 22px; } }

#landing-headline {
  font-size: 18px;
  line-height: 27px;
  color: #00b2e2;
  font-weight: 500; }
  @media (max-width: 768px) {
    #landing-headline {
      font-size: 20px;
      margin-bottom: 20px; } }

#landing-conclusion {
  color: #00b2e2;
  font-weight: 700; }
  @media (max-width: 768px) {
    #landing-conclusion {
      font-size: 20px;
      margin-bottom: 20px; } }

#landing-footnote {
  margin-top: 100px;
  font-size: 12px;
  line-height: 15px; }
  #landing-footnote a {
    color: #00b2e2; }
