#wrapper {
  font-family: Source Sans Pro, system-ui, -apple-system, Roboto, Ubuntu, Cantarell, Noto Sans, sans-serif, BlinkMacSystemFont, Oxygen, Fira Sans, Droid Sans, Helvetica Neue;
}

#wrapper h1,
#wrapper h2 {
  font-size: 2.3rem;
}

.y.axis text {
  text-anchor: end;
}

.y.axis#yAxisLine text,
.y.axis#ueY text {
  text-anchor: end;
}

#top.econ {
  background-color: #249edc;
}

#top.voting {
  background-color: #015193;
}

#top.show {
  display: block;
}

.statep {
  margin: 5vh 0 10vh;
}

.statep span,
#primaryInfo span,
.stateVal {
  font-weight: bold;
  color: #e3007d;
}

.stateVal {
  cursor: pointer;
  -webkit-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
}

.stateVal:hover {
  color: #015193;
}

.note {
  font-size: 10px;
  text-align: right;
  margin-right: 2vh;
}

#wrapper svg#tsa {
  overflow: visible;
}

#stateSelector.overlay {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  min-height: 40vh;
  padding-bottom: 2vh;
  width: 500px;
  left: calc(50% - 250px);
  top: 30vh;
  border: 2px solid #015193;
}

#stateSelector h1,
#stateSelector p {
  display: none;
}

.switch:after {
  content: "";
  position: absolute;
  right: 0.1em;
  top: 1em;
  width: 0;
  height: 0;
  border-left: 0.2em solid transparent;
  border-right: 0.2em solid transparent;
  border-top: 0.3em solid #e3007d;
}

#xaxis text {
  font-weight: bold;
}

#xaxis path,
#xAxisLine path,
#yrate path {
  stroke-width: 0;
  fill: none;
}

#yrate {
  text-anchor: end;
}

#wrapperS .lines path {
  fill: none;
  stroke: #e3007d;
  stroke-width: 2;
}

.axis path {
  display: none;
}

text {
  fill: #616161;
  font-size: 18px;
}

#labels text {
  font-size: 16px;
  font-weight: bold;
}

.axis line {
  stroke: #e6e6e6;
}

#sec1 h2 {
  font-weight: normal;
  font-size: 1.8rem;
}

.mapHolder {
  margin-top: 24px;
}

.bigpicture__tab {
  cursor: pointer;
}

#tooltip,
#sources {
  display: none;
  position: fixed;
  background: #fff;
  --background: white;
  --shadow-color: rgba(0, 0, 0, 0.05);
  --shadow-depth: 5px;
  position: fixed;
  pointer-events: none;
  z-index: 10;
  padding: 12px;
  border: 1px solid rgba(0, 0, 0, 0.05);
  border-bottom-width: 0;
  -webkit-box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
          box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
}

#sources.active {
  display: block;
}

#tooltip.show {
  opacity: 1;
}

#tooltip.tooltip-large {
  max-width: initial;
  width: 340px;
}

#tooltip div.tooltip-arrow {
  --arrow-size: 8px;
  position: absolute;
  left: calc(-1 * var(--arrow-size));
  border-left: var(--arrow-size) solid transparent;
  border-right: var(--arrow-size) solid transparent;
  width: 0;
  height: 0;
}

#tooltip div.tooltip-arrow.tooltip-shadow {
  --shadow-arrow-size: calc(var(--arrow-size) + var(--shadow-depth));
  position: absolute;
  border-left: var(--shadow-arrow-size) solid transparent;
  border-right: var(--shadow-arrow-size) solid transparent;
  left: calc(var(--shadow-depth) - var(--shadow-arrow-size));
}

#tooltip.above div.tooltip-content {
  bottom: 7px;
}

#tooltip.above div.tooltip-arrow {
  bottom: -7px;
  border-top: var(--arrow-size) solid var(--background);
}

#tooltip.above div.tooltip-arrow.tooltip-shadow {
  border-top: var(--shadow-arrow-size) solid var(--shadow-color);
  bottom: calc(-1 * var(--shadow-depth));
  left: calc(-1 * var(--shadow-depth));
}

#tooltip.below div.tooltip-content {
  top: 7px;
}

#tooltip.below div.tooltip-arrow {
  border-bottom: var(--arrow-size) solid var(--background);
  top: -7px;
}

#tooltip.below div.tooltip-arrow.tooltip-shadow {
  border-bottom: var(--shadow-arrow-size) solid var(--shadow-color);
  left: calc(var(--shadow-depth) - var(--shadow-arrow-size));
}

#tooltip div.tooltip-title {
  font-weight: bold;
  font-size: 15px;
  text-align: left;
  margin-bottom: 5px;
  color: #2e2925;
}

#tooltip div.tooltip-subtitle {
  font-size: 12px;
  color: #969696;
  letter-spacing: 2px;
  text-align: left;
  font-weight: 600;
  margin-bottom: 5px;
}

#tooltip div.tooltip-value {
  color: #2e2925;
  text-align: left;
  font-size: 20px;
  font-weight: bold;
  padding-bottom: 5px;
}

.hide {
  opacity: 0;
}

.labels {
  float: right;
  clear: both;
  font-size: 10px;
}

.labels span {
  color: #fff;
  padding: 0 8px 1px 8px;
  font-size: 11px;
  border-radius: 6px;
}

rect {
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

rect.unfocus {
  opacity: 0.5;
}

.bold text {
  font-weight: bold;
}

.ts-rich-text {
  clear: both;
}

@media (max-width: 768px) {
  text {
    font-size: 14px;
  }
}

@media only screen and (min-width: 400px) and (max-width: 640px) {
  text {
    font-size: 12px;
    text-anchor: middle;
  }
}

@media only screen and (max-width: 400px) {
  text {
    font-size: 10px;
    text-anchor: middle;
  }
}

@media only screen and (max-width: 736px) {
  .note {
    background-color: #fff;
    margin-top: 3vh;
    width: 100%;
  }
}

@media only screen and (min-device-width: 320px) and (max-device-width: 736px) {
  text {
    font-size: 11px;
  }
}

@media only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) {
  .labels,
  .group4 .hold.spot .labels {
    clear: both;
    margin-top: 2px;
    margin-bottom: 2px;
  }
  text {
    font-size: 11px;
  }
}

#tooltip div.tooltip-value span {
  text-align: left;
  font-size: 16px;
  font-weight: normal;
}

.legend {
  width: 100%;
  height: 50px;
  margin-bottom: 20px;
}

.legend .header {
  width: 50%;
  margin-left: 23%;
  text-transform: uppercase;
  letter-spacing: .2em;
  color: #2e2925;
  font-size: .7125rem;
  font-weight: 600;
}

.color {
  width: 50%;
  float: left;
  height: 10px;
  background: white;
  margin-top: 8px;
  background: -webkit-gradient(linear, left top, right top, from(#ffffff), to(#e3007d));
  background: linear-gradient(90deg, #ffffff 0%, #e3007d 100%);
}

.label {
  width: 23%;
  float: left;
}

.label.right {
  text-align: left;
  padding-left: 2%;
}

.label.left {
  text-align: right;
  padding-right: 2%;
}

.button {
  border: 0;
  margin: 0;
  padding: 0;
  text-align: inherit;
  text-transform: inherit;
  font: inherit;
  -webkit-font-smoothing: inherit;
  letter-spacing: inherit;
  background: none;
  cursor: pointer;
  overflow: visible;
  transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
  padding: 6px 10px 5px;
  display: inline-block;
  float: left;
  z-index: 999999;
  background-color: #ffffff;
  text-transform: uppercase;
  border: 1px solid #000;
  margin: 5px;
  border-radius: 10px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.21;
  color: #202020;
  letter-spacing: 1.5px;
  font-size: 0.6rem;
  text-align: center;
  text-transform: uppercase;
  cursor: pointer;
}

.button.active {
  background: #000;
  color: #fff;
}
/*# sourceMappingURL=style.css.map */