* {
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
}
html {
  -webkit-text-size-adjust: none;
}
body {
  margin: 0;
  padding: 33px 0;
  font: 14px/1.4 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
  color: #555;
  touch-action: manipulation;
}
img,
svg {
  max-width: 100%;
}
h1 {
  margin: 0 0 33px 0;
  font-size: 20px;
  color: #666;
  font-family: 'Lato', 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
  font-weight: normal;
  line-height: 1.3;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
}
h2 {
  font-weight: normal;
  color: #777;
  font-size: 12px;
  margin: -22px 0 22px 0;
  line-height: 1.6;
}
h3 {
  font-family: 'Source Sans Pro', 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
  font-weight: 600;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  -webkit-font-smoothing: antialiased;
  margin: 0 0 15px 0;
  padding-top: 0;
  line-height: 1.2;
  font-size: 12px;
  color: #333;
}
.nowrap {
  white-space: nowrap;
}
.footnotes {
  margin-bottom: 20px;
}
.footnotes h4 {
  margin: 2px 0 7px 0;
  color: #666;
  font-size: 11px;
}
.footnotes p,
.footer p {
  margin: 2px 0 0 0;
  font-size: 11px;
  line-height: 1.7;
  color: #999;
}
.footer p {
  font-style: italic;
}
.footer p em {
  font-style: normal;
}
.footnotes p strong {
  color: #666;
}
a,
a:link,
a:visited {
  color: #4774CC;
  text-decoration: none;
}
a:hover,
a:active {
  color: #bccae5;
}
.graphic-wrapper {
  position: relative;
}
.graphic {
  position: relative;
  margin-bottom: 11px;
}
.graphic img {
  max-width: 100%;
  height: auto;
}
.key {
  margin: -11px 0 33px 0;
  padding: 0;
  list-style-type: none;
}
.key .key-item {
  display: inline-block;
  margin: 0 18px 0 0;
  padding: 0;
  line-height: 15px;
}
.key .key-item b {
  display: inline-block;
  width: 15px;
  height: 15px;
  margin-right: 6px;
  float: left;
}
.key .key-item label {
  white-space: nowrap;
  font-size: 12px;
  color: #666;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
}
svg {
  overflow: hidden;
}
.axis {
  font-size: 11px;
  -webkit-font-smoothing: antialiased;
  fill: #999;
}
.axis path,
.axis line {
  fill: none;
  stroke: #ccc;
  shape-rendering: crispEdges;
}
.axis.y path {
  display: none;
}
.axis.y .tick line {
  display: none;
}
.grid path {
  display: none;
}
.grid .tick {
  stroke: #eee;
  color: #eee;
  stroke-width: 1px;
  shape-rendering: crispEdges;
}
.grid.y g:first-child line {
  display: none;
}
.zero-line {
  stroke: #666;
  stroke-width: 1px;
  shape-rendering: crispEdges;
}
line,
rect {
  shape-rendering: crispEdges;
}
.bars rect {
  fill: #17807E;
}
.labels {
  position: absolute;
  margin: 0;
  padding: 0;
  list-style-type: none;
  border: none;
}
.labels li {
  position: absolute;
  text-align: right;
  font-size: 12px;
  line-height: 1.3;
  color: #666;
  display: table;
  -webkit-font-smoothing: antialiased;
}
.labels li span {
  display: table-cell;
  vertical-align: middle;
}
.value text {
  font-size: 10px;
  -webkit-font-smoothing: antialiased;
}
.value text.in {
  fill: #fff;
}
.value text.out {
  fill: #999;
}
body.hp {
  padding-top: 0;
  padding-bottom: 10px;
}
body.childlink {
  margin-left: auto;
  margin-right: auto;
  max-width: 800px;
}
img:not([alt]) {
  outline: 3px solid red;
}
[role="img"] img:not([alt]) {
  outline: none;
}
.sr-only {
  opacity: 0;
  position: absolute;
  left: -1000px;
  clip: inset(0, 0, 0, 0);
  width: 1px;
  height: 1px;
}
body {
  padding-top: 15px;
  padding-bottom: 0;
}
.graphic {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  gap: 6px;
}
@media screen and (min-width: 501px) {
  .graphic {
    gap: 11px;
  }
}
.graphic[data-answers="2"],
.graphic[data-answers="3"] {
  margin-left: auto;
  margin-right: auto;
  max-width: 650px;
}
.graphic > dl {
  flex: 1;
  margin: 0;
}
.graphic dt {
  font-family: 'Source Sans Pro', 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
  font-weight: 600;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  -webkit-font-smoothing: antialiased;
  text-align: center;
  color: #fff;
  font-size: 12px;
  padding: 5px 10px;
  background: #AAA;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  border-bottom: 1px solid #fff;
}
.graphic dd {
  margin: 0;
  border-bottom: 1px solid #fff;
  text-align: center;
  padding: 5px 10px;
  font-size: 12px;
  background: #eaeaea;
}
.graphic dd[data-candidate="none"] {
  font-style: italic;
  color: #999;
}
.graphic dl[data-answer="Yes"] dt,
.graphic dl[data-answer="Yes, and humans are at least in part to blame"] dt,
.graphic dl[data-answer="Confront other nations"] dt {
  background: #6ab5e0;
}
.graphic dl[data-answer="Yes"] dd,
.graphic dl[data-answer="Yes, and humans are at least in part to blame"] dd,
.graphic dl[data-answer="Confront other nations"] dd {
  background: #d4e9f6;
}
.graphic dl[data-answer="Maybe"] dt,
.graphic[data-question="incentives"] dl[data-answer="No"] dt,
.graphic[data-question="federal_ban"] dl[data-answer="Noncommittal"] dt,
.graphic[data-question="medication"] dl[data-answer="Noncommittal"] dt,
.graphic dl[data-answer="No, and would repeal"] dt,
.graphic dl[data-answer="Yes, but no blame on humans"] dt {
  background: #92c777fc;
}
.graphic dl[data-answer="Maybe"] dd,
.graphic[data-question="incentives"] dl[data-answer="No"] dd,
.graphic[data-question="federal_ban"] dl[data-answer="Noncommittal"] dd,
.graphic[data-question="medication"] dl[data-answer="Noncommittal"] dd,
.graphic dl[data-answer="No, and would repeal"] dd,
.graphic dl[data-answer="Yes, but no blame on humans"] dd {
  background: rgba(218, 236, 209, 0.98823529);
}
.graphic dl[data-answer="No"] dt,
.graphic[data-question="incentives"] dl[data-answer="No, and would repeal"] dt,
.graphic dl[data-answer="Increase domestic energy production"] dt {
  background-color: #EAAA61;
}
.graphic dl[data-answer="No"] dd,
.graphic[data-question="incentives"] dl[data-answer="No, and would repeal"] dd,
.graphic dl[data-answer="Increase domestic energy production"] dd {
  background: #f9e7d2;
}
[data-topic="abortion"][data-question="limit"],
[data-topic="climate"][data-question="energy"],
[data-topic="economy"][data-question="fed"],
[data-topic="fpolicy"][data-question="taiwan"],
[data-topic="immigration"][data-question="policies"],
[data-topic="immigration"][data-question="labor"] {
  margin-left: auto;
  margin-right: auto;
  max-width: 650px;
}
[data-topic="abortion"][data-question="limit"] table,
[data-topic="climate"][data-question="energy"] table,
[data-topic="economy"][data-question="fed"] table,
[data-topic="fpolicy"][data-question="taiwan"] table,
[data-topic="immigration"][data-question="policies"] table,
[data-topic="immigration"][data-question="labor"] table {
  border-collapse: collapse;
  padding: 0;
  width: 100%;
  font-size: 12px;
  color: #666;
}
[data-topic="abortion"][data-question="limit"] table th:first-child,
[data-topic="climate"][data-question="energy"] table th:first-child,
[data-topic="economy"][data-question="fed"] table th:first-child,
[data-topic="fpolicy"][data-question="taiwan"] table th:first-child,
[data-topic="immigration"][data-question="policies"] table th:first-child,
[data-topic="immigration"][data-question="labor"] table th:first-child,
[data-topic="abortion"][data-question="limit"] table td:first-child,
[data-topic="climate"][data-question="energy"] table td:first-child,
[data-topic="economy"][data-question="fed"] table td:first-child,
[data-topic="fpolicy"][data-question="taiwan"] table td:first-child,
[data-topic="immigration"][data-question="policies"] table td:first-child,
[data-topic="immigration"][data-question="labor"] table td:first-child {
  padding-left: 0;
}
[data-topic="abortion"][data-question="limit"] table th,
[data-topic="climate"][data-question="energy"] table th,
[data-topic="economy"][data-question="fed"] table th,
[data-topic="fpolicy"][data-question="taiwan"] table th,
[data-topic="immigration"][data-question="policies"] table th,
[data-topic="immigration"][data-question="labor"] table th {
  font-family: 'Source Sans Pro', 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
  font-weight: 600;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  -webkit-font-smoothing: antialiased;
  line-height: 1.2;
  text-align: left;
  vertical-align: bottom;
  border-bottom: 2px solid #eee;
  padding: 0 10px 10px 10px;
}
[data-topic="abortion"][data-question="limit"] table td,
[data-topic="climate"][data-question="energy"] table td,
[data-topic="economy"][data-question="fed"] table td,
[data-topic="fpolicy"][data-question="taiwan"] table td,
[data-topic="immigration"][data-question="policies"] table td,
[data-topic="immigration"][data-question="labor"] table td {
  vertical-align: top;
  border-bottom: 1px solid #eee;
  padding: 10px;
}
[data-topic="abortion"][data-question="limit"] table,
[data-topic="economy"][data-question="fed"] table,
[data-topic="fpolicy"][data-question="taiwan"] table,
[data-topic="immigration"][data-question="labor"] table {
  font-size: 13px;
  line-height: 1.5;
}
[data-topic="abortion"][data-question="limit"] table td.candidate,
[data-topic="economy"][data-question="fed"] table td.candidate,
[data-topic="fpolicy"][data-question="taiwan"] table td.candidate,
[data-topic="immigration"][data-question="labor"] table td.candidate {
  font-weight: bold;
  color: #333;
  white-space: nowrap;
}
[data-topic="abortion"][data-question="limit"] .ban-6,
[data-topic="economy"][data-question="fed"] .ban-6,
[data-topic="fpolicy"][data-question="taiwan"] .ban-6,
[data-topic="immigration"][data-question="labor"] .ban-6,
[data-topic="abortion"][data-question="limit"] .ban-15,
[data-topic="economy"][data-question="fed"] .ban-15,
[data-topic="fpolicy"][data-question="taiwan"] .ban-15,
[data-topic="immigration"][data-question="labor"] .ban-15,
[data-topic="abortion"][data-question="limit"] .ban-20,
[data-topic="economy"][data-question="fed"] .ban-20,
[data-topic="fpolicy"][data-question="taiwan"] .ban-20,
[data-topic="immigration"][data-question="labor"] .ban-20,
[data-topic="abortion"][data-question="limit"] .ban-total,
[data-topic="economy"][data-question="fed"] .ban-total,
[data-topic="fpolicy"][data-question="taiwan"] .ban-total,
[data-topic="immigration"][data-question="labor"] .ban-total,
[data-topic="abortion"][data-question="limit"] .bin0,
[data-topic="economy"][data-question="fed"] .bin0,
[data-topic="fpolicy"][data-question="taiwan"] .bin0,
[data-topic="immigration"][data-question="labor"] .bin0,
[data-topic="abortion"][data-question="limit"] .bin1,
[data-topic="economy"][data-question="fed"] .bin1,
[data-topic="fpolicy"][data-question="taiwan"] .bin1,
[data-topic="immigration"][data-question="labor"] .bin1,
[data-topic="abortion"][data-question="limit"] .bin2,
[data-topic="economy"][data-question="fed"] .bin2,
[data-topic="fpolicy"][data-question="taiwan"] .bin2,
[data-topic="immigration"][data-question="labor"] .bin2,
[data-topic="abortion"][data-question="limit"] .bin3,
[data-topic="economy"][data-question="fed"] .bin3,
[data-topic="fpolicy"][data-question="taiwan"] .bin3,
[data-topic="immigration"][data-question="labor"] .bin3,
[data-topic="abortion"][data-question="limit"] .merit,
[data-topic="economy"][data-question="fed"] .merit,
[data-topic="fpolicy"][data-question="taiwan"] .merit,
[data-topic="immigration"][data-question="labor"] .merit,
[data-topic="abortion"][data-question="limit"] .everify,
[data-topic="economy"][data-question="fed"] .everify,
[data-topic="fpolicy"][data-question="taiwan"] .everify,
[data-topic="immigration"][data-question="labor"] .everify,
[data-topic="abortion"][data-question="limit"] .remittances,
[data-topic="economy"][data-question="fed"] .remittances,
[data-topic="fpolicy"][data-question="taiwan"] .remittances,
[data-topic="immigration"][data-question="labor"] .remittances,
[data-topic="abortion"][data-question="limit"] .merit,
[data-topic="economy"][data-question="fed"] .merit,
[data-topic="fpolicy"][data-question="taiwan"] .merit,
[data-topic="immigration"][data-question="labor"] .merit,
[data-topic="abortion"][data-question="limit"] .vocational,
[data-topic="economy"][data-question="fed"] .vocational,
[data-topic="fpolicy"][data-question="taiwan"] .vocational,
[data-topic="immigration"][data-question="labor"] .vocational,
[data-topic="abortion"][data-question="limit"] .h1b,
[data-topic="economy"][data-question="fed"] .h1b,
[data-topic="fpolicy"][data-question="taiwan"] .h1b,
[data-topic="immigration"][data-question="labor"] .h1b,
[data-topic="abortion"][data-question="limit"] .permits,
[data-topic="economy"][data-question="fed"] .permits,
[data-topic="fpolicy"][data-question="taiwan"] .permits,
[data-topic="immigration"][data-question="labor"] .permits {
  font-weight: bold;
  padding: 1px 3px;
  letter-spacing: 0.05;
  border-bottom: 1px solid #eee;
}
[data-topic="abortion"][data-question="limit"] .ban-total,
[data-topic="economy"][data-question="fed"] .ban-total,
[data-topic="fpolicy"][data-question="taiwan"] .ban-total,
[data-topic="immigration"][data-question="labor"] .ban-total,
[data-topic="abortion"][data-question="limit"] .ban-6,
[data-topic="economy"][data-question="fed"] .ban-6,
[data-topic="fpolicy"][data-question="taiwan"] .ban-6,
[data-topic="immigration"][data-question="labor"] .ban-6,
[data-topic="abortion"][data-question="limit"] .bin3,
[data-topic="economy"][data-question="fed"] .bin3,
[data-topic="fpolicy"][data-question="taiwan"] .bin3,
[data-topic="immigration"][data-question="labor"] .bin3,
[data-topic="abortion"][data-question="limit"] .h1b,
[data-topic="economy"][data-question="fed"] .h1b,
[data-topic="fpolicy"][data-question="taiwan"] .h1b,
[data-topic="immigration"][data-question="labor"] .h1b {
  background-color: rgba(226, 117, 96, 0.2);
  border-color: #E27560;
  color: #A23520;
}
[data-topic="abortion"][data-question="limit"] .ban-15,
[data-topic="economy"][data-question="fed"] .ban-15,
[data-topic="fpolicy"][data-question="taiwan"] .ban-15,
[data-topic="immigration"][data-question="labor"] .ban-15,
[data-topic="abortion"][data-question="limit"] .bin2,
[data-topic="economy"][data-question="fed"] .bin2,
[data-topic="fpolicy"][data-question="taiwan"] .bin2,
[data-topic="immigration"][data-question="labor"] .bin2,
[data-topic="abortion"][data-question="limit"] .permits,
[data-topic="economy"][data-question="fed"] .permits,
[data-topic="fpolicy"][data-question="taiwan"] .permits,
[data-topic="immigration"][data-question="labor"] .permits {
  background-color: rgba(227, 141, 44, 0.2);
  border-color: #E38D2C;
  color: #AA6A21;
}
[data-topic="abortion"][data-question="limit"] .ban-20,
[data-topic="economy"][data-question="fed"] .ban-20,
[data-topic="fpolicy"][data-question="taiwan"] .ban-20,
[data-topic="immigration"][data-question="labor"] .ban-20,
[data-topic="abortion"][data-question="limit"] .bin1,
[data-topic="economy"][data-question="fed"] .bin1,
[data-topic="fpolicy"][data-question="taiwan"] .bin1,
[data-topic="immigration"][data-question="labor"] .bin1,
[data-topic="abortion"][data-question="limit"] .merit,
[data-topic="economy"][data-question="fed"] .merit,
[data-topic="fpolicy"][data-question="taiwan"] .merit,
[data-topic="immigration"][data-question="labor"] .merit {
  background-color: rgba(239, 198, 55, 0.2);
  border-color: #EFC637;
  color: #B39429;
}
[data-topic="abortion"][data-question="limit"] .bin0,
[data-topic="economy"][data-question="fed"] .bin0,
[data-topic="fpolicy"][data-question="taiwan"] .bin0,
[data-topic="immigration"][data-question="labor"] .bin0,
[data-topic="abortion"][data-question="limit"] .vocational,
[data-topic="economy"][data-question="fed"] .vocational,
[data-topic="fpolicy"][data-question="taiwan"] .vocational,
[data-topic="immigration"][data-question="labor"] .vocational {
  background-color: rgba(170, 170, 170, 0.2);
  border-color: #AAA;
  color: #555;
}
[data-topic="abortion"][data-question="limit"] .everify,
[data-topic="economy"][data-question="fed"] .everify,
[data-topic="fpolicy"][data-question="taiwan"] .everify,
[data-topic="immigration"][data-question="labor"] .everify {
  background-color: rgba(106, 181, 224, 0.2);
  border-color: #6ab5e0;
  color: #2786bd;
}
[data-topic="abortion"][data-question="limit"] .remittances,
[data-topic="economy"][data-question="fed"] .remittances,
[data-topic="fpolicy"][data-question="taiwan"] .remittances,
[data-topic="immigration"][data-question="labor"] .remittances {
  background-color: rgba(146, 199, 119, 0.2);
  border-color: #92c777fc;
  color: rgba(93, 153, 63, 0.98823529);
}
[data-topic="climate"][data-question="energy"] table th.type,
[data-topic="immigration"][data-question="policies"] table th.type {
  width: 100px;
}
[data-topic="climate"][data-question="energy"] table th.candidate,
[data-topic="immigration"][data-question="policies"] table th.candidate {
  width: calc(80% / 7);
}
[data-topic="climate"][data-question="energy"] table th div,
[data-topic="immigration"][data-question="policies"] table th div {
  position: relative;
  height: 100px;
  width: 100%;
}
[data-topic="climate"][data-question="energy"] table th div span,
[data-topic="immigration"][data-question="policies"] table th div span {
  position: absolute;
  bottom: 55%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(50%) rotate(-90deg);
  transform: translateX(-50%) translateY(50%) rotate(-90deg);
  width: 100px;
  text-align: left;
}
[data-topic="climate"][data-question="energy"] table td,
[data-topic="immigration"][data-question="policies"] table td {
  vertical-align: middle;
}
[data-topic="climate"][data-question="energy"] table td.candidate,
[data-topic="immigration"][data-question="policies"] table td.candidate {
  background-color: #f1f1f1;
  border-color: #fff;
  border-left: 1px solid #fff;
  padding-left: 5px;
  padding-right: 5px;
}
[data-topic="climate"][data-question="energy"] table td[data-answer="Yes"],
[data-topic="immigration"][data-question="policies"] table td[data-answer="Yes"] {
  background-color: #EAAA61;
  text-align: center;
  color: #fff;
}
