/*
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: "ff-dagny-web-pro", 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;
  letter-spacing: -0.5px;
}
@media (max-width: 768px) {
  h1 {
    font-size: 42px;
    line-height: 1.0952381;
    letter-spacing: -1px;
  }
}
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;
}
nav.main-nav {
  background: white;
  border-bottom: 1px solid #e0e0e0;
  box-shadow: 0 2px 7px rgba(0, 0, 0, 0.1);
  position: relative;
  line-height: 1;
  z-index: 999;
}
nav.main-nav .wrapper {
  max-width: 1020px;
  margin: auto;
  position: relative;
  padding: 10px;
}
@media (max-width: 480px) {
  nav.main-nav .wrapper {
    padding: 6px;
  }
}
nav.main-nav .logo {
  display: block;
  vertical-align: middle;
}
nav.main-nav .logo img {
  height: 24px;
  max-height: 100%;
}
@media (max-width: 480px) {
  nav.main-nav .logo img {
    height: 18px;
  }
}
nav.main-nav .share.top {
  position: absolute;
  top: 10px;
  right: 10px;
}
@media (max-width: 768px) {
  nav.main-nav .share.top {
    right: 4px;
    width: auto !important;
  }
}
nav.main-nav .share.top label {
  background: white !important;
}
@media (max-width: 480px) {
  nav.main-nav .share.top {
    top: 6px;
  }
  nav.main-nav .share.top label span {
    display: none;
  }
  nav.main-nav .share.top .left {
    margin-left: -275px !important;
  }
}
.ad {
  text-align: center;
  margin: 16px auto;
}
.ad.pending::before {
  display: block;
  content: "";
}
.ad.pending[data-type="banner"],
.ad.pending[data-type="bannerBottom"] {
  max-width: 728px;
}
.ad.pending[data-type="banner"]::before,
.ad.pending[data-type="bannerBottom"]::before {
  padding-bottom: 12.36263736%;
}
.ad.pending[data-type="tall"] {
  max-width: 300px;
}
.ad.pending[data-type="tall"]::before {
  padding-bottom: 200%;
}
.ad.pending[data-type="square"] {
  max-width: 300px;
}
.ad.pending[data-type="square"]::before {
  padding-bottom: 83.33333333%;
}
.show-comments {
  border: 1px solid #0777b3;
  padding: 20px;
  text-align: center;
  text-transform: uppercase;
  font-family: "ff-dagny-web-pro", 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: "ff-dagny-web-pro", 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: "ff-dagny-web-pro", 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;
}
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;
}
footer.nav-bottom .share.bottom {
  float: right;
  margin-top: 2px;
}
footer.nav-bottom .share.bottom label {
  background: black !important;
  color: white !important;
}
body {
  font-family: "ff-dagny-web-pro", Helvetica Neue, Helvetica, sans-serif;
}
a {
  color: #1c5330;
}
a:hover {
  color: #0f2d1a;
}
header.clipart {
  position: relative;
  margin: auto;
  max-width: 1200px;
}
header.clipart img {
  width: 100%;
}
header.clipart .photo.credit {
  padding: 0 16px;
  line-height: 1;
  font-size: 15px;
  margin: auto;
  text-align: right;
  text-transform: uppercase;
  font-style: italic;
}
header.clipart .intro {
  max-width: 960px;
  margin: 48px auto 16px;
  padding: 0 16px;
}
header.clipart h1 {
  position: absolute;
  padding: 16px 0 48px;
  top: 0;
  width: 100%;
  margin: 0;
  text-align: center;
  color: white;
  font-size: 58px;
  font-family: "ff-meta-serif-web-pro", Georgia, serif;
  text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.2);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.7), transparent);
}
@media (max-width: 480px) {
  header.clipart h1 {
    position: static;
    color: black;
    font-size: 28px;
    padding: 0 16px;
    background: none;
    text-shadow: none;
  }
}
header.clipart .dateline {
  font-family: "ff-dagny-web-pro", Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  text-align: right;
}
.constraint {
  max-width: 960px;
  margin: auto;
  padding: 16px;
}
nav.tab-group {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-family: "ff-dagny-web-pro", Helvetica Neue, Helvetica, sans-serif;
}
nav.tab-group a {
  display: block;
  padding: 8px 16px;
  margin: 0;
  transition: .2s;
}
nav.tab-group a:visited {
  color: #297946;
}
nav.tab-group a.active,
[data-view="candidate"] nav.tab-group a.candidates,
[data-view="candidate-list"] nav.tab-group a.candidates,
[data-view="question"] nav.tab-group a.questions {
  font-weight: bold;
  border-bottom: 3px solid #297946;
}
@media (max-width: 480px) {
  nav.tab-group a.coverage {
    display: none;
  }
}
.mug {
  border-radius: 100%;
}
.mug[src*="undefined"] {
  background-color: white;
  background-image: url(assets/grump.jpg);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  width: 154px;
  height: 154px;
  border: 3px solid black;
}
.candidate-view .header {
  overflow: hidden;
  padding: 40px 20px 20px 0;
  font-family: "ff-dagny-web-pro", Helvetica Neue, Helvetica, sans-serif;
}
.candidate-view .header .row {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 480px) {
  .candidate-view .header .row {
    display: block;
  }
}
.candidate-view .header .mug-padding {
  padding-right: 10px;
}
.candidate-view .header .mug {
  float: left;
  margin-right: 20px;
  box-shadow: none;
}
@media (max-width: 480px) {
  .candidate-view .header .mug {
    width: 160px;
    float: none;
    display: block;
    margin: auto;
  }
}
.candidate-view .header h1 {
  font-family: "ff-meta-serif-web-pro", Georgia, serif;
}
.candidate-view .header .video-container {
  position: relative;
  width: 75%;
  margin: auto;
  clear: both;
}
@media (max-width: 480px) {
  .candidate-view .header .video-container {
    width: 100%;
  }
}
.candidate-view .header .video-container::before {
  content: "";
  display: block;
  padding-bottom: 56.25%;
}
.candidate-view .header .video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}
.candidate-view .header .video-caption {
  max-width: 600px;
  margin: 16px auto 0;
  font-size: 14px;
  font-style: italic;
}
.candidate-view h2 {
  border-top: 3px solid #297946;
  padding-top: 16px;
  font-family: "ff-dagny-web-pro", Helvetica Neue, Helvetica, sans-serif;
  font-size: 15px;
  text-transform: uppercase;
  clear: both;
}
.candidate-view ul.questions {
  clear: both;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.candidate-view ul.questions blockquote {
  margin: 0;
}
.candidate-view ul.questions.biographical {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 480px) {
  .candidate-view ul.questions.biographical {
    display: block;
  }
}
.candidate-view ul.questions.biographical li {
  -webkit-flex: 0 0 25%;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
}
.candidate-view ul.questions.biographical li .padding {
  padding: 0 16px 16px 0;
}
.candidate-view ul.questions.biographical .question {
  font-size: 18px;
  font-weight: bold;
  color: #297946;
}
.candidate-view ul.questions.multiple-choice {
  font-size: 16px;
  font-family: "ff-dagny-web-pro", Helvetica Neue, Helvetica, sans-serif;
  padding: 20px 0;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 480px) {
  .candidate-view ul.questions.multiple-choice {
    display: block;
  }
}
.candidate-view ul.questions.multiple-choice > li {
  -webkit-flex: 0 0 50%;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  border-top: 1px solid #e0e0e0;
  margin-bottom: 0;
}
.candidate-view ul.questions.multiple-choice > li .padding {
  padding: 8px 16px 8px 0;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.candidate-view ul.questions.multiple-choice .question {
  font-weight: bold;
}
.candidate-view ul.questions.multiple-choice ul.options {
  list-style-type: none;
  display: block;
  text-transform: uppercase;
}
.candidate-view ul.questions.multiple-choice ul.options li {
  display: block;
  color: #7e838b;
  text-align: right;
  padding: 2px 8px;
  border-radius: 4px;
  white-space: nowrap;
}
@media (max-width: 480px) {
  .candidate-view ul.questions.multiple-choice ul.options li {
    white-space: inherit;
  }
}
.candidate-view ul.questions.multiple-choice ul.options li.chosen {
  color: #297946;
  font-weight: bold;
}
.candidate-view ul.questions.multiple-choice ul.options li.flagged {
  color: black;
  font-style: italic;
}
.candidate-view ul.questions.standalone {
  columns: 2;
  -webkit-columns: 2;
}
@media (max-width: 480px) {
  .candidate-view ul.questions.standalone {
    columns: 1;
  }
}
.candidate-view ul.questions.standalone li {
  display: inline-block;
}
.candidate-view ul.questions.standalone li .padding {
  padding: 0 16px 32px 0;
}
.candidate-view ul.questions.standalone .question {
  font-weight: bold;
  font-family: "ff-dagny-web-pro", Helvetica Neue, Helvetica, sans-serif;
  color: #297946;
  font-size: 18px;
}
.candidate-view ul.questions.standalone blockquote {
  font-size: 20px;
}
.candidate-view .did-not-answer {
  padding: 40px;
  text-align: center;
  margin: 40px;
  border: 1px dotted #e0e0e0;
}
.candidate-chooser section.district {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  font-size: 17px;
}
.candidate-chooser .candidate {
  -webkit-flex: 0 0 14.28571429%;
  -ms-flex: 0 0 14.28571429%;
  flex: 0 0 14.28571429%;
  text-align: center;
  padding: 20px;
  font-family: "ff-dagny-web-pro", Helvetica Neue, Helvetica, sans-serif;
  line-height: 1.2;
}
@media (max-width: 1000px) {
  .candidate-chooser .candidate {
    -webkit-flex: 0 0 20%;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
  }
}
@media (max-width: 768px) {
  .candidate-chooser .candidate {
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
  }
}
@media (max-width: 480px) {
  .candidate-chooser .candidate {
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
  }
}
.candidate-chooser .mug {
  border: 1px solid white;
  display: block;
  margin: auto;
}
.question-view h2 {
  font-size: 18px;
  text-align: center;
  padding-bottom: 36px;
}
.question-view .question-list {
  padding: 16px;
  text-align: center;
  text-transform: uppercase;
  font-size: 15px;
}
.question-view .question-list a,
.question-view .question-list a:visited {
  color: #297946;
  display: inline-block;
  padding: 4px 8px;
}
.question-view .question-list .active {
  font-weight: bold;
  border-bottom: 2px solid #297946;
}
.question-view .candidate-answers {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.question-view .candidate-answers li {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 16px;
}
@media (max-width: 480px) {
  .question-view .candidate-answers li {
    display: block;
    margin-bottom: 48px;
  }
}
.question-view .candidate-answers .meta {
  padding-right: 16px;
  text-align: center;
  -webkit-flex: 0 0 160px;
  -ms-flex: 0 0 160px;
  flex: 0 0 160px;
}
@media (max-width: 480px) {
  .question-view .candidate-answers .meta {
    margin: auto;
    text-align: center;
    padding-right: 0;
  }
  .question-view .candidate-answers .meta .mug {
    display: block;
    margin: auto;
    width: 80px;
  }
}
.question-view .candidate-answers b.name {
  font-weight: normal;
  display: block;
  font-family: "ff-dagny-web-pro", Helvetica Neue, Helvetica, sans-serif;
  font-size: 16px;
}
@media (max-width: 480px) {
  .question-view .candidate-answers b.name {
    font-size: 24px;
    font-family: "ff-meta-serif-web-pro", Georgia, serif;
  }
}
.question-view .candidate-answers blockquote {
  margin: 0;
}
.question-chooser {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.question-chooser .question {
  -webkit-flex: 0 0 33.3%;
  -ms-flex: 0 0 33.3%;
  flex: 0 0 33.3%;
  padding: 20px;
}
.credits {
  display: block;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
