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

html, body {
  overflow-x: hidden; }

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

#downloads-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: space-between; }

#downloads-states {
  margin: 0 auto; }

#downloads-cities {
  margin: 0 auto; }

.card-download-list {
  color: #134aac;
  columns: 2;
  -webkit-columns: 2;
  -moz-columns: 2;
  width: 380px;
  list-style: none;
  font-size: 12pt;
  font-weight: 400;
  padding-right: 10px; }

#card-download-list-cities {
  color: #17a1c3; }

.state {
  color: #134aac; }

.city {
  color: #17a1c3; }

.vl {
  border-left: 3px solid #999999;
  height: 530px;
  margin-top: 30px;
  padding-left: 20px; }

h1 {
  text-transform: uppercase;
  color: #4d4d4d;
  font-size: 15pt;
  letter-spacing: 2pt;
  text-align: center;
  margin-bottom: 50px;
  margin-top: -20px; }

h2 {
  text-align: center;
  font-size: 15pt;
  font-weight: 600;
  margin-bottom: 40px;
  margin-left: -60px; }

p {
  font-size: 9pt;
  font-weight: 400;
  color: #4d4d4d;
  margin-top: 40px;
  margin-left: 20px; }

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

  .vl {
    display: none; }

  #downloads-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin: 0 auto; }

  h1 {
    margin-top: -60px; }

  #landing-wrapper {
    margin-left: auto;
    margin-right: auto; }

  h2 {
    margin-left: 0px; }

  .card-download-list {
    padding: 0 10px 0 80px; }

  #downloads-cities {
    margin: 0 auto; }

  p {
    width: 60%;
    margin-left: auto;
    margin-right: auto; } }
@media (max-width: 500px) {
  #map-bg {
    top: -50px; }

  #mapsvg {
    top: -45px; }

  h1 {
    margin-top: -40px; }

  #downloads-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-left: auto;
    margin-right: auto; }

  .card-download-list {
    padding: 0 10px 0 75px;
    columns: 1;
    -webkit-columns: 1;
    -moz-columns: 1;
    width: auto; }

  h2 {
    width: auto;
    margin-left: 200px;
    margin-right: 200px;
    text-align: left;
    padding-left: auto;
    padding-right: auto; }

  .card-download-list {
    padding-bottom: 20px;
    padding-left: auto;
    padding-right: auto;
    margin-left: 120px;
    margin-right: 120px; }

  #downloads-states {
    margin: 0; }

  #downloads-cities {
    margin: 0; } }
.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; }
