body {
  font-family: Source Sans Pro, sans-serif;
  font-weight: 400;
  background: #ffffff;
  float: left;
  width: 100%;
}

a {
  color: #0164b3;
  text-decoration: none;
}

a:hover {
  color: #009de4;
  text-decoration: underline;
}

text {
  font-family: Source Sans Pro, sans-serif;
  font-weight: 400;
  font-style: normal;
  fill: #656d78;
  font-size: 16px;
}

text.label {
  text-anchor: initial;
}

text.airlabel {
  text-anchor: middle;
  font-size: 16px;
  alignment-baseline: central;
  cursor: pointer;
  fill: #000;
}

circle {
  cursor: pointer;
}

#matches div {
  padding: 2px;
  font-size: 1em;
  cursor: pointer;
  z-index: 999;
}

#matches div:hover {
  background-color: #0164b3;
  color: #fff;
}

#find input {
  position: relative;
  overflow: hidden;
  background-color: white;
  border: 1.5px solid #dbdbdb;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  max-width: 720px;
  color: #707271;
  cursor: default;
  -webkit-appearance: none;
  outline: none;
  padding: 13px 25px 13px 10px;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

#find input,
#matches,
.Dropdown-root {
  position: relative;
  font-size: 12px;
  font-family: Source Sans Pro, sans-serif;
}

#matches {
  margin-top: -1px;
}

.tick text {
  cursor: default;
  font-size: 12px;
}

#content {
  background-color: #ffffff;
  width: 96%;
  margin: 0 auto;
}

.charttopper,
.chart,
.header,
#summary {
  width: 96%;
  margin: 0 auto;
  background: #ffffff;
}

h1 {
  margin: 0;
  font-size: 2em;
  margin-left: 2%;
  width: 98%;
}

#zoom {
  position: absolute;
  margin-top: 30px;
  right: 30px;
}

#zoom div {
  width: 18px;
  height: 18px;
  margin: 2px 0;
  background: #0164b3;
  color: #fff;
  font-size: 15px;
  line-height: 17px;
  cursor: pointer;
  text-align: center;
}

.northeast {
  fill: #e69f00;
}

.west {
  fill: #009de4;
}

.midwest {
  fill: #009e73;
}

.south {
  fill: #4a2f8e;
}

.charttopper h2 {
  position: relative;
  display: block;
  font-size: 16px;
  line-height: 24px;
  margin: 25px 0px;
}

.chart h2 {
  margin-left: 4%;
}

h2 {
  min-height: 50px;
}

.chart {
  margin-top: 20px;
  float: left;
  background: #ffffff;
}

h2.charttopper {
  padding-top: 10px;
}

svg {
  overflow: visible;
  width: 100%;
  float: left;
}

.chart h2 span {
  font-weight: normal;
}

.segment {
  float: left;
  margin: 0 10px;
  line-height: 24px;
}

.segment svg {
  width: 20px;
  height: 20px;
  margin-right: 2px;
}

.buttons {
  float: left;
  margin-left: 2%;
}

.toggle {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-width: 1px;
  border-style: solid;
  border-color: #202020;
  background-color: #202020;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  padding: 0 8px 0 8px;
  font-size: 14px;
  border-radius: 6px;
  display: inline-block;
  height: 28px;
  cursor: pointer;
  margin: 10px 10px 5px 0;
  line-height: 28px;
  vertical-align: middle;
  padding-left: 5px;
  color: #fff;
}

.toggle span {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-width: 1px;
  border-style: solid;
  border-color: #e3007d;
  border-radius: 6px 0px 0px 6px;
  background-color: #e3007d;
  display: inline-block;
  height: 28px;
  width: 25px;
  vertical-align: middle;
  margin-top: -5px;
  margin-left: -1px;
}

.toggle#airports {
  background-color: #ffffff;
  color: #202020;
}

.toggle div {
  padding-left: 5px;
  float: right;
  border-left: 1px solid;
  margin-top: -1px;
}

.button.active,
.value.active {
  background-color: #fff028;
  color: #0d1e38;
}

#buttons {
  clear: both;
  width: 20%;
  float: left;
}

.button,
.zoombuttons div,
.value,
.choose,
.chosen,
.graphlabel {
  padding: 6px 10px 5px;
  z-index: 10;
  background-color: #ffffff;
  text-transform: uppercase;
  border: 1px solid #fff028;
  margin: 15px auto;
  border-radius: 50px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.21;
  color: #202020;
  letter-spacing: 1.5px;
  font-size: 0.7em;
  text-align: center;
  text-transform: uppercase;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  cursor: pointer;
}

#zoom div.inactive {
  background: #717372;
}

.toggle.active {
  opacity: 1;
}

.button:hover {
  background-color: #fff793;
}

.airlabel {
  text-anchor: middle;
  fill: #202020;
  display: none;
  alignment-baseline: central;
  font-size: 12px;
  font-weight: bold;
}

.toggle.inactive span {
  background: transparent !important;
}

.buttons div {
  padding: 5px 10px 4px;
  background-color: #aeaeae;
  text-transform: uppercase;
  border-color: #aeaeae;
  margin: 0px 6px 15px 0px;
  float: left;
  border-radius: 50px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  color: white;
  letter-spacing: 1.5px;
  font-size: 10px;
  text-align: center;
  text-transform: uppercase;
  cursor: pointer;
}

.buttons div.active {
  background-color: #0164b3;
  border-color: #0164b3;
}

.rangepick {
  clear: both;
  background-color: #ffffff;
  border-radius: 2px;
  border: 1.5px solid #dbdbdb;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #202020;
  margin: 0 auto;
  margin-top: 20px;
  width: 96%;
  height: 36px;
}

.rangepick #hold {
  width: calc(100% - 65px);
  float: left;
  height: 1px;
}

.touch {
  width: 40%;
}

.low,
.high {
  float: left;
  width: 10%;
  margin: 12px 0;
}

.low {
  text-align: right;
}

.high {
  text-align: left;
}

.custom {
  width: 76%;
  float: left;
  -webkit-appearance: none !important;
  height: 10px;
  margin: 14px 2%;
  border-radius: 8px;
  background: -webkit-gradient(linear, center top, center bottom, from(#b9b9b9), to(#dddddd), color-stop(50%, #dddddd));
  -webkit-transition: background 450ms;
  transition: background 450ms;
}

.custom::-webkit-slider-thumb {
  -webkit-appearance: none !important;
  background: #1b3d67;
  height: 20px;
  width: 20px;
  border-radius: 15px;
}

#play {
  padding: 5px 10px;
  background-color: #1b3d67;
  text-transform: uppercase;
  border-color: none;
  border: 0;
  border-radius: 50px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  color: white;
  letter-spacing: 1.5px;
  font-size: 10px;
  text-align: center;
  text-transform: uppercase;
  cursor: pointer;
  font-size: 14px;
  line-height: 16px;
  margin-top: 2px;
  display: block;
  text-align: left;
  cursor: pointer;
  float: left;
  text-align: center;
  width: 36px;
}

#play:hover {
  background-color: #0164b3;
  border-color: #0164b3;
}

.custom::-webkit-slider-thumb:before {
  background-color: yellow;
}

#legend {
  width: 73%;
  min-height: 40px;
  margin: 0 auto;
  float: right;
}

#legend p {
  font-style: italic;
  float: right;
  clear: both;
  margin: 0;
}

.info {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  cursor: pointer;
  color: white;
  margin: 0px 10px 5px 0px;
  border-width: 1px;
  border-style: solid;
  border-radius: 6px;
  font-size: 14px;
  background: #232323;
  line-height: 17px;
  vertical-align: middle;
  padding: 6px 10px;
}

.info span {
  font-size: 7px;
  padding-right: 5px;
}

#dropdowns {
  width: 96%;
  margin: 0 auto;
}

.Dropdown-root {
  position: relative;
  font-size: 12px;
  margin: 10px 0;
  width: 49%;
  float: left;
}

.Dropdown-root#industry {
  margin-left: 1%;
}

.Dropdown-root#state {
  margin-right: 1%;
}

.Dropdown-root .Dropdown-control {
  position: relative;
  overflow: hidden;
  background-color: white;
  border: 1.5px solid #dbdbdb;
  border-radius: 3px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #707271;
  cursor: default;
  outline: none;
  padding: 13px 25px 13px 10px;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.Dropdown-root .Dropdown-arrow {
  border-color: #999 transparent transparent;
  border-style: solid;
  border-width: 5px 5px 0;
  content: ' ';
  display: block;
  height: 0;
  margin-top: -ceil(2.5);
  position: absolute;
  right: 10px;
  top: 18px;
  width: 0;
}

.Dropdown-menu.show {
  background-color: white;
  border: 1px solid #ccc;
  -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.06);
          box-shadow: 0 1px 0 rgba(0, 0, 0, 0.06);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-top: -1px;
  max-height: 200px;
  overflow-y: auto;
  position: absolute;
  top: 100%;
  width: 100%;
  z-index: 1000;
  -webkit-overflow-scrolling: touch;
}

.Dropdown-menu.hide {
  display: none;
}

.Dropdown-root .Dropdown-option {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: rgba(51, 51, 51, 0.8);
  cursor: pointer;
  display: block;
  padding: 8px 10px;
}

.Dropdown-root .Dropdown-control:hover {
  -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.06);
          box-shadow: 0 1px 0 rgba(0, 0, 0, 0.06);
}

.Dropdown-root .Dropdown-option:hover {
  position: relative;
  background-color: #e8e8e8;
  color: #707271;
  border-left: 2px solid #979797;
}

.tooltip {
  background-color: #ffffff;
  border-radius: 2px;
  position: absolute;
  -webkit-box-shadow: 0px 1px 4px 0 rgba(0, 0, 0, 0.25);
          box-shadow: 0px 1px 4px 0 rgba(0, 0, 0, 0.25);
  color: #202020;
  width: 255px;
  min-height: 80px;
  pointer-events: none;
  visibility: visible;
  float: left;
  z-index: 1;
}

.tooltip svg {
  margin-left: 2%;
  margin-top: 10px;
}

.tooltip span {
  width: 20px;
  content: '';
  height: 14px;
  background-image: url("https://usafacts.org/svg/arrowhead--down.svg");
  background-size: 20px;
  bottom: -13px;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  display: block;
  border-bottom-color: transparent !important;
}

.tooltip h2 {
  display: inline-block;
  padding: 10px 10px 0px 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 13px !important;
  color: #717372;
  line-height: normal !important;
  margin: 0px !important;
  font-weight: normal;
}

.tooltip h3 {
  font-size: 11px !important;
  color: #202020;
  padding-left: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  line-height: 14px;
  margin: 0px !important;
}

.tooltip p {
  font-size: 18px;
  line-height: 20px;
  font-weight: bold;
  font-style: normal;
  padding-left: 10px;
  margin: 0px !important;
}

.tooltip p:last {
  padding-bottom: 14px;
}

.xaxis path,
.yaxis path {
  stroke-width: 0;
  fill: none;
}

.yaxis path {
  fill: none;
}

.yaxis .tick line {
  stroke-width: 1;
  stroke: #dddddd;
}

.xaxis .tick line {
  stroke-width: 1;
  stroke: #dddddd;
}

#yrate {
  text-anchor: end;
}

#yrate path {
  stroke-width: 0;
}

#yrate line {
  stroke: #dddddd;
  stroke-width: 1;
}

#ylabel {
  text-anchor: end;
}

#xaxis line {
  fill: none;
  stroke-width: 0;
}

@media screen and (max-device-width: 720px) {
  .chart {
    width: 100%;
    height: auto;
  }
}

@media screen and (max-width: 720px) {
  .chart {
    width: 100%;
  }
  .tick text {
    font-size: 8px;
  }
}

@media screen and (max-device-width: 676px) {
  .custom {
    height: 35px;
  }
  .custom::-webkit-slider-thumb {
    height: 35px;
    border-radius: 35px;
  }
}

@media screen and (max-width: 600px) {
  .chart {
    width: 100%;
  }
  #legend {
    font-size: 11px;
  }
}

@media screen and (max-width: 520px) {
  body {
    width: 99%;
    margin: 0 auto;
  }
  .custom {
    width: 76%;
    float: left;
    -webkit-appearance: none !important;
    height: 10px;
    margin: 14px 2%;
    border-radius: 8px;
    background: -webkit-gradient(linear, center top, center bottom, from(#b9b9b9), to(#dddddd), color-stop(50%, #dddddd));
    -webkit-transition: background 450ms;
    transition: background 450ms;
  }
  /* Change the Slider Button Color Here */
  .custom::-webkit-slider-thumb {
    -webkit-appearance: none !important;
    background: #1b3d67;
    height: 20px;
    width: 20px;
    border-radius: 15px;
  }
  .touch {
    width: 40%;
  }
  #play {
    float: right;
    margin-right: 3px;
  }
  h1 {
    line-height: 1em;
    font-size: 1.1em;
  }
  .rangepick {
    width: 96%;
    margin: 0;
    margin-bottom: 10px;
    margin-left: 2%;
  }
  .low,
  .high {
    font-size: 10px;
  }
  #dropdowns {
    width: 98%;
  }
  .tooltip p {
    font-size: 15px;
  }
  .tooltip p.explain {
    font-size: 12px;
  }
  body {
    padding-bottom: 20px;
  }
  .Dropdown-root {
    width: 98%;
    margin: 0 auto;
  }
  .Dropdown-root#state,
  .Dropdown-root#industry {
    margin: 6px 1%;
  }
}

@media screen and (max-width: 600px) {
  .chart {
    width: 100%;
  }
  #dropdowns h2 {
    font-size: 18px;
  }
  text {
    font-family: Source Sans Pro, sans-serif;
    font-weight: 400;
    font-style: normal;
    fill: #656d78;
    font-size: 14px;
  }
}

@media screen and (max-device-width: 720px) {
  .chart {
    width: 100%;
  }
}

@media screen and (max-width: 480px) {
  .button {
    font-size: 0.4em;
  }
  .toggle#airports {
    font-size: 0.8em;
  }
}
/*# sourceMappingURL=style.css.map */