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

h1 {
  margin: 10px 1% 2px;
  font-size: 17px;
}

.chart,
.header {
  width: 98%;
  margin: 0 auto;
}

svg {
  overflow: visible;
}

.chart {
  width: 98%;
  float: left;
}

.wrapper {
  display: inline-block;
  position: relative;
  width: 100%;
  vertical-align: top;
  overflow: hidden;
}

.wrapper svg {
  display: inline-block;
  top: 0;
  left: 0;
}

p.explain {
  width: 98%;
  margin: 0 1%;
  font-size: 11px;
}

.chart img {
  position: fixed;
  right: 10px;
  bottom: 10px;
  width: 10%;
}

.overlay {
  fill: none;
  pointer-events: all;
}

.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 h3 {
  font-size: 12px !important;
  color: #202020;
  padding-left: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  line-height: 18px;
  margin: 0px !important;
}

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

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

.tooltip h2 {
  padding: 10px 10px 0px 10px;
}

text {
  font-family: adobe-caslon-pro, serif;
  font-weight: 400;
  font-style: normal;
  fill: #656d78;
  font-size: 14px;
}

.popup {
  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: 30px;
  pointer-events: none;
  visibility: visible;
  float: left;
  z-index: 1;
}

.state,
#yrate .tick {
  cursor: pointer;
}

#xaxis path {
  stroke-width: 0;
  fill: #dddddd;
}

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

#yrate path {
  stroke-width: 0;
}

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

#ylabel {
  text-anchor: end;
}

#lines path {
  stroke-width: 4px;
  stroke-linecap: round;
  stroke-linejoin: round;
  cursor: pointer;
}

.context path {
  cursor: pointer;
}

#lines path {
  opacity: 0.5;
}

#lines path#Nationalline {
  stroke-width: 5px;
  opacity: 1;
}

#legend {
  width: 98%;
  margin: 0 1%;
}

#desc {
  width: 98%;
  margin: 2px 1%;
}

#toggleAll,
#choose,
#read {
  cursor: pointer;
  font-size: 14px;
  font-weight: normal;
  font-family: Source Sans Pro, sans-serif;
  -webkit-text-decoration: underline;
  text-decoration: underline;
  display: inline-block;
  color: #717372;
  margin: 0 15px 0 0;
}

#read {
  font-size: 18px;
}

#choose {
  text-decoration: none;
}

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

.toggle {
  opacity: 0.5;
}

.toggle.active {
  opacity: 1;
}

.toggle.opaque {
  opacity: 0.5;
}

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

.csv {
  display: none;
}

.Dropdown-root {
  position: relative;
  font-size: 12px;
  margin-bottom: 10px;
}

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

#explain text {
  font-size: 12px;
}

.touch {
  width: 40%;
}

.custom {
  width: 96%;
  -webkit-appearance: none !important;
  height: 25px;
  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: 25px;
  width: 40px;
  border-radius: 15px;
}

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

@media screen and (max-width: 600px) {
  .chart img {
    width: 90px;
  }
  text {
    font-family: adobe-caslon-pro, serif;
    font-weight: 400;
    font-style: normal;
    fill: #656d78;
    font-size: 18px;
  }
  .toggle {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border-width: 1px;
    border-style: solid;
    border-color: #000000;
    padding: 0 8px;
    font-size: 12px;
    border-radius: 6px;
    display: inline-block;
    height: 18px;
    margin: 4px 10px 1px 0;
    line-height: 18px;
    vertical-align: middle;
  }
  .toggle div {
    padding-left: 4px;
    float: right;
    border-left: 1px solid;
    margin-top: -1px;
  }
}

@media screen and (max-width: 520px) {
  .tooltip p {
    font-size: 15px;
  }
  .tooltip p.explain {
    font-size: 12px;
  }
}

@media screen and (max-width: 420px) {
  #metric,
  #changeC {
    width: 98%;
    margin: 2px 1%;
    float: left;
  }
}
/*# sourceMappingURL=graph.css.map */