/*
Shims for Flexbox - should work on Safari and IE10+
*/
.display-flex {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
}
body {
  color: #231f20;
  font-family: "ff-meta-serif-web-pro", Georgia, serif;
  font-size: 19px;
  line-height: 1.42105263;
  padding: 0;
  margin: 0;
  touch-action: manipulation;
}
main {
  display: block;
}
main.interactive {
  padding: 20px 10px;
  margin: 20px auto;
  border-top: 1px solid #e0e0e0;
  border-bottom: 1px solid #e0e0e0;
  font-family: Helvetica Neue, Helvetica, sans-serif;
}
a {
  color: #0777b3;
  text-decoration: none;
}
a:visited {
  color: #7e838b;
}
a:hover,
a:focus {
  color: #2b4d70;
}
a img {
  border: none;
}
img,
video,
embed,
object,
iframe {
  max-width: 100%;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #231f20;
  margin: 1.42105263 0 0.71052632 0;
}
h1 {
  font-size: 28px;
  line-height: 1.07142857;
}
@media (max-width: 768px) {
  h1 {
    font-size: 42px;
    line-height: 1.0952381;
  }
}
h2 {
  font-size: 24px;
  line-height: 1.42105263;
}
h3 {
  font-size: 22px;
  line-height: 1.04545455;
}
h4 {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
  margin: 0.71052632 0 0 0;
}
.byline {
  font-size: 19px;
  margin-bottom: 0;
}
.staff-position {
  font-style: italic;
  font-size: 15px;
  margin-top: 0;
}
.publish-date {
  font-size: 16px;
  font-family: Helvetica Neue, Helvetica, sans-serif;
  color: #7e838b;
}
.graphic-hed {
  font-family: Helvetica Neue, Helvetica, sans-serif;
  font-size: 22px;
  font-weight: bold;
  text-align: center;
}
.graphic-chatter {
  font-family: Helvetica Neue, Helvetica, sans-serif;
  font-size: 18px;
  font-weight: normal;
  text-align: center;
}
.data-source,
.art-credit,
.caption {
  color: #7e838b;
  font-family: Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
}
.data-source {
  font-style: italic;
}
@media (min-width: 480px) {
  .data-source {
    float: left;
  }
}
@media (min-width: 480px) {
  .art-credit {
    float: right;
  }
}
nav.main-nav {
  background: white;
  border-bottom: 1px solid #c0c0c0;
  box-shadow: 0 2px 7px rgba(0, 0, 0, 0.1);
  line-height: 1;
  z-index: 999;
  position: fixed;
  top: 0;
  width: 100%;
}
nav.main-nav .wrapper {
  max-width: 1020px;
  margin: auto;
  position: relative;
  padding: 10px;
  padding-bottom: 7px;
}
nav.main-nav .logo {
  display: inline-block;
  vertical-align: middle;
  width: 240px;
}
@media (max-width: 480px) {
  nav.main-nav .logo {
    width: 150px;
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 350px) {
  nav.main-nav .logo {
    width: 135px;
    margin-bottom: 0;
  }
}
nav.main-nav .logo img {
  height: 24px;
  max-height: 100%;
  display: inline-block;
}
@media only screen and (max-width: 350px) {
  nav.main-nav .logo img {
    height: 20px;
  }
}
@media (max-width: 480px) {
  nav.main-nav .logo .starLogo {
    display: none;
  }
}
nav.main-nav .menu-burger {
  display: inline-block;
  position: absolute;
  right: 125px;
  top: 10px;
  height: 63px;
  padding-left: 30px;
  cursor: pointer;
}
nav.main-nav .menu-burger.clicked .fa-bars {
  transform: scale(1.2);
  color: #0777b3;
}
@media (max-width: 768px) {
  nav.main-nav .menu-burger {
    right: 10px;
  }
  nav.main-nav .menu-burger.clicked .fa-bars {
    transform: scale(1.2);
    color: #0777b3;
  }
  nav.main-nav .menu-burger.unclicked .fa-bars:hover {
    transform: scale(1);
    color: black;
  }
}
nav.main-nav .menu-burger .fa-bars {
  font-size: 30px;
  padding: 0 5px;
}
nav.main-nav .menu-burger .linkHolder {
  font-size: 14px;
  position: absolute;
  left: 0;
  top: 50px;
  background-color: white;
  font-family: Helvetica Neue, Helvetica, sans-serif;
  color: black;
  width: 215px;
  border: 1px solid #c0c0c0;
  padding: 3px 0;
  display: none;
}
nav.main-nav .menu-burger .linkHolder.show {
  display: block;
}
@media (max-width: 768px) {
  nav.main-nav .menu-burger .linkHolder {
    right: -10px;
    top: 51px;
    left: auto;
  }
}
@media (max-width: 480px) {
  nav.main-nav .menu-burger .linkHolder {
    right: -10px;
    top: 71px;
    left: auto;
  }
}
@media only screen and (max-width: 350px) {
  nav.main-nav .menu-burger .linkHolder {
    top: 83px;
  }
}
nav.main-nav .menu-burger .linkHolder .divider {
  padding: 8px 5px 4px 5px;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  border-top: 1px solid black;
  font-size: 13px;
}
nav.main-nav .menu-burger .linkHolder .eachMenu {
  padding: 6px 15px;
}
nav.main-nav .menu-burger .linkHolder .eachMenu a {
  padding-left: 10px;
  color: black;
}
nav.main-nav .menu-burger .linkHolder .eachMenu a:hover {
  color: #0777b3;
}
nav.main-nav .menu-burger .linkHolder .eachMenu hr {
  background-color: #c0c0c0;
  margin: 0;
  margin-top: 7px;
}
nav.main-nav .updatedAt {
  display: inline-block;
  font-family: Helvetica Neue, Helvetica, sans-serif;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 15px;
  vertical-align: text-top;
  padding-top: 5px;
}
@media (max-width: 480px) {
  nav.main-nav .updatedAt {
    margin-top: 0;
    margin-left: 0;
    font-size: 14px;
  }
}
nav.main-nav .updatedAt span {
  display: inline;
}
@media (max-width: 480px) {
  nav.main-nav .updatedAt span {
    display: none;
  }
}
nav.main-nav .election {
  display: inline-block;
  font-family: Helvetica Neue, Helvetica, sans-serif;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 15px;
  vertical-align: text-top;
  padding-top: 5px;
}
nav.main-nav .election span {
  color: #231f20;
}
@media (max-width: 480px) {
  nav.main-nav .election {
    padding-top: 6px;
  }
}
nav.main-nav .prec {
  font-family: Helvetica Neue, Helvetica, sans-serif;
  color: #7e838b;
  font-size: 15px;
  margin-left: 75px;
  font-style: italic;
}
nav.main-nav .prec div {
  display: inline-block;
}
nav.main-nav .prec div span {
  display: inline;
}
@media (max-width: 480px) {
  nav.main-nav .prec div span {
    display: none;
  }
}
@media (max-width: 480px) {
  nav.main-nav .prec div {
    display: block;
  }
}
@media (max-width: 480px) {
  nav.main-nav .prec {
    margin-left: 0;
    font-size: 14px;
  }
}
.share-bar {
  display: inline-block;
  position: absolute;
  right: 0;
  top: 10px;
  vertical-align: middle;
}
@media (max-width: 768px) {
  .share-bar {
    display: none;
  }
}
.share-icon {
  margin-left: 3px;
  margin-right: 3px;
  width: 30px;
  display: inline-block;
}
.share-icon:hover .changes-color {
  fill: #231f20;
}
zeus-ad {
  margin-top: 1em !important;
  margin-bottom: 1em !important;
}
.marketing {
  font-family: Helvetica Neue, Helvetica, sans-serif;
  margin: 20px 5px;
  padding: 10px;
  text-align: center;
  width: calc(100% - 10px);
}
.marketing--footer {
  border: 1px solid #e0e0e0;
  max-width: 630px;
}
@media (min-width: 640px) {
  .marketing--footer {
    margin: 20px auto;
  }
  .marketing--footer span {
    white-space: pre;
  }
}
.marketing--sidebar {
  border-top: 1px solid #e0e0e0;
  border-bottom: 1px solid #e0e0e0;
  max-width: 350px;
}
@media (max-width: 500px) {
  .marketing--sidebar {
    margin: auto;
  }
}
.marketing__text {
  margin: 5px auto;
}
.marketing__body {
  font-size: 18px;
  line-height: 21px;
}
.marketing__button {
  background: #0777b3;
  border-radius: 3px;
  color: white;
  display: inline-block;
  font-size: 19px;
  font-weight: bold;
  margin-top: 3px;
  padding: 5px 20px;
}
.marketing__button:hover {
  color: #fff;
  background: #2b4d70;
}
.marketing__button:visited {
  color: #fff;
}
.show-comments {
  border: 1px solid #0777b3;
  padding: 20px;
  text-align: center;
  text-transform: uppercase;
  font-family: Helvetica Neue, Helvetica, sans-serif;
  font-weight: bold;
  font-size: 15px;
  color: #0777b3;
  cursor: pointer;
  margin: 20px 0;
}
.thin-div {
  border-bottom: 1px solid #e0e0e0;
  margin-bottom: 15px;
  font-family: Helvetica Neue, Helvetica, sans-serif;
  margin: auto;
  max-width: 900px;
}
.thin-div .center {
  position: relative;
  top: 15px;
  margin: auto;
  width: 105px;
  text-align: center;
  font-size: 20px;
  background: white;
}
.dont-miss {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: auto;
  margin-top: 15px;
  max-width: 900px;
  font-size: 17px;
  font-family: Helvetica Neue, Helvetica, sans-serif;
}
.dont-miss .story {
  -webkit-flex: 0 0 25%;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
}
@media (max-width: 480px) {
  .dont-miss .story {
    -webkit-flex: 1 1 50%;
    -ms-flex: 1 1 50%;
    flex: 1 1 50%;
  }
}
.dont-miss .padded {
  padding: 10px;
}
.dont-miss img {
  width: 100%;
}
.dont-miss a {
  color: #424648;
  transition: color .1s linear;
}
.dont-miss a:hover {
  color: #0777b3;
}
.dont-miss .small {
  font-weight: bold;
  font-size: 15px;
}
.project-credits {
  padding-top: 10px;
  max-width: 900px;
  margin: 10px auto;
}
@media (min-width: 768px) {
  .project-credits {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 35px;
  }
}
.project-credit {
  flex-basis: 50%;
  font-family: Helvetica Neue, Helvetica, sans-serif;
  font-size: 17px;
  line-height: 1.2;
  margin: 3px 0;
  padding: 0 10px;
}
footer.nav-bottom {
  background: black;
  opacity: 0.95;
  padding: 8px 8px 4px 8px;
  position: relative;
  z-index: 99;
}
footer.nav-bottom .logo {
  float: left;
  margin-right: 10px;
}
footer.nav-bottom .logo img {
  margin-top: 5px;
  height: 20px;
}
footer.nav-bottom::after {
  clear: both;
  content: " ";
  display: block;
}
svg-map {
  display: none;
}
svg-map[ready] {
  display: block;
}
svg {
  display: block;
}
.ad {
  text-align: center;
  display: block;
}
.ad #adtopright {
  white-space: nowrap;
}
.ad #adtopright > img,
.ad #adtopright > div,
.ad #adtopright > a {
  display: inline-block;
}
.ad #adtopright div {
  float: none !important;
}
div.content {
  max-width: 1024px;
  margin: 70px auto 10px auto;
  overflow: auto;
  padding: 0 10px;
}
@media (max-width: 480px) {
  div.content {
    margin: 85px auto 10px auto;
  }
}
header.hed .section-fronts {
  font-size: 18px;
}
header.hed .section-fronts a {
  font-weight: bold;
}
header.hed h1 {
  margin: 10px 0 0;
  font-size: 40px;
  margin-bottom: 15px;
  display: block;
}
@media (max-width: 480px) {
  header.hed h1 {
    font-size: 30px;
    text-align: center;
  }
}
header.hed h1 img {
  width: 400px;
  display: block;
}
header.hed .dateline {
  font-size: 15px;
  font-family: Helvetica Neue, Helvetica, sans-serif;
}
.elections {
  max-width: 960px;
  margin: auto;
}
.elections .cutline {
  font-family: "ff-meta-serif-web-pro", Georgia, serif;
  font-size: 18px;
  margin: 0;
}
@media (max-width: 768px) {
  .elections {
    width: 100%;
    float: none;
  }
}
.elections .category {
  display: none;
  font-size: 0px;
}
.elections .category.show {
  display: block;
}
.elections .subcategory {
  display: none;
}
.elections .subcategory.show {
  display: block;
  border-top: 1px solid #c0c0c0;
}
.rail {
  width: 300px;
  float: left;
  text-align: center;
}
.rail #adright > a,
.rail #adright > div,
.rail #adright > img {
  display: block;
}
@media (max-width: 768px) {
  .rail {
    float: none;
    width: 100%;
  }
}
.key {
  font-family: Helvetica Neue, Helvetica, sans-serif;
  list-style-type: none;
  margin: 0;
  padding: 0;
  font-size: 15px;
}
.correction {
  font-family: Helvetica Neue, Helvetica, sans-serif;
  font-size: 15px;
}
footer.bottom {
  clear: both;
  background: #DDD;
  padding: 24px;
}
.tabs__span {
  padding: 0 7px;
}
.tabs__span:last-child {
  border-right: none;
}
.subnav-controls {
  display: inline-block;
  font-size: 14px;
  font-family: Helvetica Neue, Helvetica, sans-serif;
  margin-right: 0.5em;
}
.subnav {
  display: inline-block;
  margin-left: 5px;
  font-size: 16px;
  font-family: Helvetica Neue, Helvetica, sans-serif;
  line-height: 1.3;
  padding: .6em 2.8em .5em .8em;
  width: auto;
  box-sizing: border-box;
  border: 1px solid #aaa;
  border-radius: .5em;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-color: #fff;
  background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%23007CB2%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E'), linear-gradient(to bottom, #ffffff 0%, #ffffff 100%);
  background-repeat: no-repeat, repeat;
  background-position: right .7em top 50%, 0 0;
  background-size: .65em auto, 100%;
}
.elections .tab-container {
  padding: 20px 0;
  text-align: center;
}
@media (max-width: 480px) {
  .elections .tab-container {
    text-align: left;
  }
}
.elections .tab-container .tabCon {
  display: inline-block;
  width: auto;
}
@media (max-width: 480px) {
  .elections .tab-container .tabCon {
    width: calc(100% - 65px);
    vertical-align: top;
  }
}
.elections .tab-container .level {
  display: inline-block;
  border-bottom: 1px solid #e0e0e0;
}
@media (max-width: 480px) {
  .elections .tab-container .level {
    width: 100%;
    margin-bottom: 5px;
    text-align: center;
  }
}
.elections .tab-container .level:first-child {
  margin-right: 20px;
}
@media (max-width: 480px) {
  .elections .tab-container .level:first-child {
    margin-right: 0px;
  }
}
.elections .tab-container .tab-label {
  font-family: Helvetica Neue, Helvetica, sans-serif;
  font-size: 15px;
  margin-bottom: 3px;
  display: inline-block;
  border-right: 1px solid black;
  padding-right: 7px;
}
@media (max-width: 480px) {
  .elections .tab-container .tab-label {
    text-align: right;
    width: 60px;
  }
}
.elections .tab-container .tab {
  font-family: Helvetica Neue, Helvetica, sans-serif;
  font-size: 15px;
  color: #0777b3;
  text-decoration: none;
  text-transform: uppercase;
  margin-bottom: 3px;
  cursor: pointer;
}
.elections .tab-container .tab.active {
  color: black;
  font-weight: bold;
}
.elections .tab-container .tab:hover,
.elections .tab-container .tab:focus {
  color: black;
  font-weight: bold;
}
.elections .tab-container .tab + .tab {
  margin-left: 3px;
}
.elections h3 {
  margin-bottom: 3px;
  clear: both;
  font-size: 16px;
  line-height: 18px;
}
.elections .result-block {
  padding-bottom: 10px;
  font-family: Helvetica Neue, Helvetica, sans-serif;
  font-size: 15px;
  vertical-align: top;
}
@media (max-width: 480px) {
  .elections .result-block {
    padding: 0 0 10px 0;
  }
}
.elections .result-block.mapped {
  display: block;
  border-bottom: 1px solid #ececec;
}
.elections .result-block.mapped .results {
  width: 50%;
  display: inline-block;
}
@media (max-width: 480px) {
  .elections .result-block.mapped .results {
    display: block;
    width: 100%;
  }
}
.elections .result-block.mapped .county-map {
  display: inline-block;
  width: 49%;
  vertical-align: top;
  margin: 0;
  position: relative;
}
@media (max-width: 480px) {
  .elections .result-block.mapped .county-map {
    display: block;
    width: 100%;
    padding: 15px 0;
  }
}
.elections .result-block.gridded {
  width: 50%;
  display: inline-block;
}
@media (max-width: 480px) {
  .elections .result-block.gridded {
    display: block;
    width: 100%;
  }
}
.elections .result-block.left {
  padding-right: 20px;
}
@media (max-width: 480px) {
  .elections .result-block.left {
    padding-right: 0px;
  }
}
.elections .result-block.right {
  padding-left: 20px;
}
@media (max-width: 480px) {
  .elections .result-block.right {
    padding-left: 0px;
  }
}
.elections .map-icon {
  font-size: 12px;
  cursor: pointer;
  color: white;
  text-transform: uppercase;
  background: #999;
  border-radius: 4px;
  padding: 2px 4px;
  margin-right: 4px;
  font-weight: normal;
  vertical-align: middle;
}
@media (max-width: 768px) {
  .elections .map-icon {
    display: none;
  }
}
.elections .map-icon savage-image {
  display: none;
  position: absolute;
  background: white;
  z-index: 999;
  box-shadow: 0 12px 16px rgba(0, 0, 0, 0.2);
  padding: 8px;
  text-align: center;
  width: auto;
}
.elections .map-icon savage-image svg {
  height: 240px;
  width: auto;
  margin: auto;
}
.elections .map-icon:hover {
  background: #0777b3;
}
.elections .map-icon:hover savage-image {
  display: block;
}
.elections .related-story {
  font-size: 13px;
  text-transform: uppercase;
  padding: 2px 2px 2px 2px;
  font-weight: normal;
  white-space: nowrap;
}
.elections .related-story a {
  text-decoration: none;
}
.elections .related-story a:hover {
  color: #0777b3;
}
.elections .description {
  color: #7e838b;
  margin-top: 0;
  font-size: 15px;
  font-style: italic;
}
.elections .results {
  margin: 8px 0 0;
  padding: 0;
  list-style-type: none;
}
.elections .results li {
  overflow: hidden;
  margin-bottom: 4px;
}
.elections .results .candidate {
  color: #424648;
  width: 37%;
  float: left;
  clear: both;
  padding-right: 10px;
}
.elections .results .candidate .party {
  font-size: 0.9em;
}
@media (max-width: 480px) {
  .elections .results .candidate .party {
    display: none;
  }
}
.elections .results .votes {
  width: 20%;
  float: left;
  text-align: right;
}
.elections .results .votes .numbers {
  padding-right: 4px;
}
.elections .results .bar-container {
  width: 43%;
  float: right;
}
.elections .results .bar {
  height: 20px;
  background: #e18727;
  transition: width 1s ease-in-out 0.5s;
  position: relative;
}
.elections .results .bar .percentage {
  position: absolute;
  top: 1px;
  left: calc(100% + 2px);
}
.elections .results .bar.yes {
  background: #91af60;
}
.elections .results .bar.no {
  background: #7e838b;
}
.elections .results .bar.R {
  background: #c4161c;
}
.elections .results .bar.D {
  background: #65addc;
}
.elections .results .bar.DemTwo {
  background: #145d8c;
}
.elections .results .bar.L {
  background: #904384;
}
.elections .results .bar.G {
  background: #91af60;
}
.elections .results .bar.I,
.elections .results .bar.NA,
.elections .results .bar.Centralist,
.elections .results .bar.Socialist,
.elections .results .bar.Non-partisan {
  background: #e8cc74;
}
.elections .map-container {
  text-align: center;
}
.balance-of-power {
  font-family: Helvetica Neue, Helvetica, sans-serif;
  display: none;
  padding: 10px;
  margin: 10px auto;
  border: 1px solid #e0e0e0;
}
.balance-of-power h1 {
  font-size: 24px;
  display: block;
  text-align: center;
  margin: 0;
}
.balance-of-power h2 {
  font-size: 20px;
  color: #424648;
  margin: 0;
  text-align: center;
}
.balance-of-power .parties {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 20px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.balance-of-power .party {
  -webkit-flex: 1 1 0%;
  -ms-flex: 1 1 0%;
  flex: 1 1 0%;
  text-align: center;
  padding: 0 8px;
  color: #7e838b;
  text-transform: uppercase;
  font-size: 14px;
}
@media (max-width: 480px) {
  .balance-of-power .party {
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
  }
}
.balance-of-power .party .count {
  font-size: 30px;
  font-family: "ff-meta-serif-web-pro", Georgia, serif;
}
.balance-of-power .party.D .count {
  color: #65addc;
}
.balance-of-power .party.R .count {
  color: #c4161c;
}
.balance-of-power .party.I .count {
  color: #904384;
}
savage-image svg {
  max-width: 100%;
}
savage-image svg .county {
  stroke: #E0E0E0;
  stroke-width: 2px;
}
savage-image svg .active {
  stroke: white;
  stroke-width: 5px;
}
savage-image svg .rep {
  fill: #c4161c;
}
savage-image svg .dem {
  fill: #65addc;
}
savage-image svg .demTwo {
  fill: #145d8c;
}
savage-image svg .yes {
  fill: #91af60;
}
savage-image svg .no {
  fill: #7e838b;
}
savage-image svg .tie {
  fill: #CCC;
}
savage-image svg .district {
  stroke-width: 0px;
}
savage-image svg .highlight {
  fill: #7E838B;
}
savage-image svg .null {
  fill: #E0E0E0;
  stroke-width: 0px;
}
.map-container {
  position: relative;
}
.map-container.county {
  max-width: 350px;
  width: 90%;
  float: right;
}
@media (max-width: 480px) {
  .map-container.county {
    float: none;
    margin: auto;
  }
}
.map-container::before {
  display: block;
  content: "";
  padding-bottom: 64.92985972%;
}
.map-container savage-image,
.map-container svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.popup {
  background: white;
  color: black;
  box-shadow: 0 12px 16px rgba(0, 0, 0, 0.2);
  position: absolute;
  width: 300px;
  padding: 8px;
  display: none;
  z-index: 999;
  width: 66%;
}
.popup.show {
  display: block;
}
.popup .county {
  display: block;
  text-transform: uppercase;
  text-align: center;
}
.popup ul {
  text-align: left;
  margin: 0;
  padding: 0 8px;
  list-style-type: none;
}
.popup ul li {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
  -webkit-align-items: flex-end;
  -ms-flex-align: flex-end;
  align-items: flex-end;
}
@media (max-width: 480px) {
  .popup ul li {
    display: block;
  }
}
.popup ul .candidate {
  font-weight: bold;
}
.popup ul .votes {
  float: none;
}
@media (max-width: 480px) {
  .popup ul .votes {
    float: right;
  }
}
.popup ul .spacer {
  -webkit-flex: 1 0 10px;
  -ms-flex: 1 0 10px;
  flex: 1 0 10px;
  border-bottom: 1px dotted #e0e0e0;
}
@media (max-width: 480px) {
  .popup {
    position: relative;
    box-shadow: none;
    left: 0 !important;
    top: 0 !important;
    margin: 10px auto 0 auto;
    width: 300px;
    border: 1px solid #c0c0c0;
  }
  .popup.show {
    display: block;
  }
}
.pres-map {
  position: relative;
}
.popupPres {
  font-family: Helvetica Neue, Helvetica, sans-serif;
  background: white;
  color: black;
  border: 1px solid #c0c0c0;
  position: absolute;
  padding: 8px;
  display: none;
  z-index: 999;
  width: 300px;
}
.popupPres.show {
  display: block;
}
.popupPres .county {
  font-size: 18px;
  text-align: center;
  font-weight: bold;
  line-height: 0.9em;
  margin-bottom: 5px;
}
.popupPres .prec_per {
  font-style: italic;
  color: #7e838b;
  font-size: 15px;
  text-align: center;
}
.popupPres .elec_total {
  font-style: italic;
  font-size: 15px;
  text-align: center;
  line-height: 1em;
  margin-bottom: 10px;
}
.popupPres ul.results {
  text-align: left;
  margin: 0;
  margin-top: 5px;
  padding: 0 8px;
  list-style-type: none;
  font-size: 15px;
}
.popupPres ul.results li {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
  -webkit-align-items: flex-end;
  -ms-flex-align: flex-end;
  align-items: flex-end;
}
@media (max-width: 480px) {
  .popupPres ul.results li {
    display: block;
  }
}
.popupPres ul.results li .candidate {
  width: 60px;
  text-align: left;
}
.popupPres ul.results li .candidate .checkmark {
  display: inline;
  margin-left: 3px;
}
.popupPres ul.results li .votes {
  width: 75px;
  padding-right: 4px;
}
.popupPres ul.results li .bar-container {
  width: calc(100% - 135px);
}
.popupPres ul.results .bar-container .bar.GOP {
  background: #c4161c;
}
.popupPres ul.results .bar-container .bar.Dem {
  background: #65addc;
}
.popupPres ul.results .bar-container .bar.DemTwo {
  background: #145d8c;
}
@media (max-width: 480px) {
  .popupPres ul.results .candidate {
    display: block;
  }
}
@media (max-width: 480px) {
  .popupPres {
    position: relative;
    box-shadow: none;
    left: 0 !important;
    top: 0 !important;
    margin: 10px auto 0 auto;
  }
  .popupPres.show {
    display: block;
  }
}
.refresh:hover {
  background-color: #04547d;
}
html {
  scroll-behavior: smooth;
}
.footnotes .bottomKey {
  font-size: 14px;
}
.footnotes .bottomKey ul {
  padding: 0;
}
.footnotes .bottomKey ul li {
  list-style: none;
}
.local-related-story-results {
  display: inline-block;
  margin-left: 5px;
  font-size: 13px;
  text-transform: uppercase;
  padding: 2px 2px 2px 2px;
  font-weight: normal;
  white-space: nowrap;
  text-decoration: none;
  font-family: Helvetica Neue, Helvetica, sans-serif;
}
.local-related-story-results a {
  display: none;
}
.local-related-story-results a.show {
  display: inline;
}
.headerWithStory h2 {
  display: inline-block;
  margin-right: 5px;
}
@media (max-width: 480px) {
  .headerWithStory h2 {
    margin-bottom: 0;
    line-height: 1.2em;
    padding-bottom: 8px;
  }
}
.headerWithStory .related-story-results {
  font-size: 13px;
  text-transform: uppercase;
  padding: 2px 2px 2px 2px;
  font-weight: normal;
  white-space: nowrap;
  text-decoration: none;
  font-family: Helvetica Neue, Helvetica, sans-serif;
}
.hr {
  width: 100%;
  height: 5px;
  border-bottom: 1px solid #ececec;
}
@media (max-width: 480px) {
  .hr {
    display: none;
  }
}
.direction {
  font-size: 14px;
  text-align: center;
  color: #7e838b;
  font-style: italic;
  font-family: Helvetica Neue, Helvetica, sans-serif;
}
.direction span:first-child {
  display: inline;
}
@media (max-width: 480px) {
  .direction span:first-child {
    display: none;
  }
}
.direction span:last-child {
  display: none;
}
@media (max-width: 480px) {
  .direction span:last-child {
    display: inline;
  }
}
.ad {
  width: 100%;
}
h1 {
  text-align: center;
}
@media (max-width: 480px) {
  h1 {
    text-align: left;
  }
}
.wa-maps {
  width: 50%;
  max-width: 630px;
  margin: auto;
  padding-bottom: 20px;
}
@media (max-width: 480px) {
  .wa-maps {
    width: 90%;
    padding-bottom: 0px;
  }
}
.wa-maps img {
  width: 100%;
}
.wa-maps img.desktop {
  display: block;
}
@media (max-width: 480px) {
  .wa-maps img.desktop {
    display: none;
  }
}
.wa-maps img.mobile {
  width: 90%;
  display: none;
}
@media (max-width: 480px) {
  .wa-maps img.mobile {
    display: block;
  }
}
.footnote {
  color: #231f20;
  font-size: 13px;
  font-style: normal;
}
