@font-face {
  font-family: "Overpass";
  src: url("assets/fonts/overpass.woff2") format('woff2');
}
@font-face {
  font-family: "Overpass";
  src: url("assets/fonts/overpass-italic.woff2") format('woff2');
  font-style: italic;
}
@font-face {
  font-family: 'Sharp Grotesk';
  font-display: auto;
  src: url('assets/fonts/SharpGroteskSmBold15.woff') format('woff'), url('assets/fonts/SharpGroteskSmBold15.woff2') format('woff2');
  font-weight: 900;
}
@font-face {
  font-family: 'Sharp Grotesk';
  font-display: auto;
  src: url('assets/fonts/SharpGroteskSmBoldItalic15.woff') format('woff'), url('assets/fonts/SharpGroteskSmBoldItalic15.woff2') format('woff2');
  font-weight: 900;
  font-style: italic;
}
@font-face {
  font-family: 'Sharp Grotesk';
  font-display: auto;
  src: url('assets/fonts/SharpGroteskMedium20.woff') format('woff'), url('assets/fonts/SharpGroteskMedium20.woff2') format('woff2');
  font-weight: 700;
}
@font-face {
  font-family: 'Sharp Grotesk';
  font-display: auto;
  src: url('assets/fonts/SharpGroteskMediumItalic20.woff') format('woff'), url('assets/fonts/SharpGroteskMediumItalic20.woff2') format('woff2');
  font-weight: 700;
  font-style: italic;
}
@font-face {
  font-family: 'Sharp Grotesk';
  font-display: auto;
  src: url('assets/fonts/SharpGroteskBook20.woff') format('woff'), url('assets/fonts/SharpGroteskBook20.woff2') format('woff2');
  font-weight: 400;
}
@font-face {
  font-family: 'Sharp Grotesk';
  font-display: auto;
  src: url('assets/fonts/SharpGroteskBookItalic20.woff') format('woff'), url('assets/fonts/SharpGroteskBookItalic20.woff2') format('woff2');
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: 'Sharp Grotesk';
  font-display: auto;
  src: url('assets/fonts/SharpGroteskLight20.woff') format('woff'), url('assets/fonts/SharpGroteskLight20.woff2') format('woff2');
  font-weight: 200;
}
@font-face {
  font-family: 'Sharp Grotesk';
  font-display: auto;
  src: url('assets/fonts/SharpGroteskLightItalic20.woff') format('woff'), url('assets/fonts/SharpGroteskLightItalic20.woff2') format('woff2');
  font-weight: 200;
  font-style: italic;
}
/*
 * Fonts
 */
/*
 * Colors
 */
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
}
*:focus:not(:focus-visible),
*::before:focus:not(:focus-visible),
*::after:focus:not(:focus-visible) {
  outline: none;
}
img:not([alt]) {
  outline: 3px solid #FA7416;
}
a,
a:visited {
  color: #268A8C;
}
a:hover,
a:active,
a:focus {
  color: #8c8c8c;
}
@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    transition: none !important;
    animation: none !important;
    scroll-behavior: auto !important;
  }
}
body {
  padding: 0;
  margin: 0;
  touch-action: manipulation;
  font-family: 'Overpass', Helvetica, sans-serif;
  line-height: 1.3;
  background-color: #ebebeb;
}
* {
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizelegibility;
}
*:focus {
  outline: dotted 1px;
  outline-color: #000;
}
.container {
  max-width: 1140px;
  padding: 0 20px;
  margin: 0 auto;
}
.copy-container {
  max-width: 640px;
  padding: 0 20px;
  margin: 0 auto;
}
.inset-container {
  max-width: 440px;
  padding: 0 20px;
  margin: 0 auto;
}
.photo-container {
  max-width: 740px;
  padding: 0 20px;
  margin: 0 auto;
}
.eyebrow {
  text-transform: uppercase;
  font-family: 'Overpass', Helvetica, sans-serif;
  font-weight: 900;
  font-size: 22px;
  text-align: center;
  margin: 20px 0;
}
.eyebrow a {
  text-decoration: none;
}
.eyebrow a,
.eyebrow a:visited {
  color: #000;
}
.eyebrow a:hover,
.eyebrow a:active,
.eyebrow a:focus {
  color: #000;
  box-shadow: 0 1px 0 #0c71fa;
}
.headline {
  font-family: 'Overpass', Helvetica, sans-serif;
  font-weight: 900;
  text-align: center;
  font-size: 56px;
  margin: 10px 0 20px 0;
  line-height: 1em;
}
.deck {
  font-family: 'Overpass', Helvetica, sans-serif;
  font-weight: 400;
  text-align: center;
  font-size: 20px;
  margin: 20px 0 20px;
}
.byline {
  font-family: 'Overpass', Helvetica, sans-serif;
  font-weight: 900;
  text-align: center;
  font-size: 17px;
  letter-spacing: 0.57px;
  color: #707070;
  margin: 8px 0;
}
.byline a,
.byline a:hover,
.byline a:active,
.byline a:focus,
.byline a:visited {
  color: inherit;
  text-decoration: none;
}
.byline a:hover,
.byline a:active,
.byline a:focus {
  border-bottom: 1px solid #268A8C;
}
.article-date {
  font-family: 'Overpass', Helvetica, sans-serif;
  font-size: 14px;
  color: #404040;
  text-align: center;
  margin: 8px 0;
}
.divider {
  margin: 20px auto;
  border-top: 1px solid #bdbdbd;
}
.subhead {
  margin: 0 auto 0.7em;
  padding-top: 20px;
  font-size: 20px;
  line-height: 26px;
  letter-spacing: 1px;
}
.copy {
  font-family: 'Overpass', Helvetica, sans-serif;
  font-size: 18px;
  line-height: 26px;
  margin: 0 auto 0.78em auto;
}
.copy a {
  text-decoration: underline;
}
.copy a,
.copy a:visited {
  color: #268A8C;
}
.copy a:hover,
.copy a:active,
.copy a:focus {
  color: #268A8C;
}
.copy pre {
  font-size: 16px;
  font-family: 'Courier', monospace;
  width: 100%;
  overflow: scroll;
  background-color: #ddd;
  padding: 0 1em;
}
.copy blockquote {
  border-left: 3px solid #707070;
  color: #404040;
  font-size: 18px;
  line-height: 26px;
  font-family: "Overpass", "Helvetica", 'Overpass', Helvetica, sans-serif;
  margin: 0 0 1em 2px;
  padding: 0 0 0 20px;
}
.photo {
  width: 100%;
  margin: 20px auto;
}
.photo a {
  text-decoration: none;
}
.photo a,
.photo a:visited {
  color: #000;
  box-shadow: 0 1px 0 #0c71fa;
}
.photo a:hover,
.photo a:active,
.photo a:focus {
  color: #000;
  box-shadow: 0 2px 0 #0c71fa;
}
.photo img {
  max-width: inherit;
  display: block;
  width: 100%;
}
.photo-meta {
  padding: 10px 0;
  display: block;
  font-family: 'Overpass', Helvetica, sans-serif;
  font-weight: 400;
  font-size: 13.5px;
  line-height: 21.5px;
  color: #626262;
  border-bottom: 1px solid #404040;
}
.photo-meta figcaption {
  display: inline;
}
.photo-meta cite {
  display: inline;
  opacity: 0.75;
  font-style: normal;
}
.photo-meta cite::before {
  content: "|";
  display: inline-block;
  margin: 0 5px;
}
.header {
  padding: 10px;
  text-align: center;
  border-bottom: 1px solid #919191;
}
.header svg {
  width: 175px;
}
.footer {
  margin-top: 77px;
  padding-top: 17px;
  border-top: 1px solid #bdbdbd;
}
.footer-logo {
  text-align: center;
  margin-bottom: 31px;
}
.footer-logo svg {
  width: 80px;
}
.footer-icons {
  display: flex;
  justify-content: center;
  margin-bottom: 29px;
}
.footer-icons button {
  background: none;
  border: 1px solid #000;
  border-radius: 50%;
  width: 34px;
  height: 34px;
  display: block;
  padding: 0;
  margin: 0 24px 0 0;
  cursor: pointer;
  line-height: 0;
}
.footer-icons button:hover,
.footer-icons button:focus,
.footer-icons button:active {
  background-color: #268A8C;
  border-color: #000;
  color: #fff;
}
.footer-icons button:hover svg path,
.footer-icons button:focus svg path,
.footer-icons button:active svg path {
  fill: #fff;
}
.footer-icons button:last-child {
  margin: 0;
}
.footer-icons .twitter svg {
  width: 15px;
  height: 13px;
  margin: 0 0 0 1px;
}
.footer-icons .facebook svg {
  width: 12px;
  height: 18px;
}
.footer-icons .instagram svg {
  width: 19px;
  height: 19px;
}
.footer-links {
  margin: 14px 0 13px;
  padding: 0;
  text-align: center;
}
.footer-links li {
  display: inline-block;
  list-style-type: none;
  text-transform: uppercase;
  margin: 0 14px;
  font-size: 14px;
  line-height: 39px;
  letter-spacing: 4px;
  font-family: 'Overpass', Helvetica, sans-serif;
  font-weight: 900;
}
.footer-links a,
.footer-links a:hover,
.footer-links a:active,
.footer-links a:focus,
.footer-links a:visited {
  color: #000;
  text-decoration: none;
}
.footer-links a:hover,
.footer-links a:active,
.footer-links a:focus {
  border-bottom: 2px solid #268A8C;
}
.copyright {
  font-family: 'Overpass', Helvetica, sans-serif;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  font-size: 9px;
  letter-spacing: 3px;
  line-height: 25px;
  margin-bottom: 27px;
}
@media screen and (min-width: 740px) {
  .photo figcaption {
    font-size: 13px;
    line-height: 16px;
  }
}
@media screen and (min-width: 1180px) {
  .footer {
    margin-top: 60px;
    padding-top: 42px;
  }
  .footer-links li {
    margin: 0 27px;
    font-size: 19px;
    line-height: 50px;
  }
  .headline {
    font-size: 62px;
    line-height: 1em;
  }
}
.tooltip {
  background: rgba(255, 255, 255, 0.95);
  border: 1px solid #999;
  padding: 0 10px;
  display: inline-block;
  opacity: 1;
  max-width: 280px;
  position: absolute;
  font-size: 14px;
  color: #333;
  z-index: 1;
}
.tooltip.tooltip-hidden {
  opacity: 0;
  pointer-events: none;
}
.question-final {
  margin-bottom: 60px;
}
.question-final form {
  flex-wrap: wrap;
  margin: 24px 0;
}
.question-final form button {
  width: 100%;
  margin: 4px 0;
  padding: 15px 20px;
  background-color: rgba(255, 255, 255, 0.9);
  border: 1px solid #ccc;
  border-radius: 5px;
  color: #333;
  font-family: 'Overpass', Helvetica, sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  text-align: left;
  cursor: pointer;
  outline: none;
}
.question-final form button:hover,
.question-final form button:focus {
  box-shadow: 1px 1px 2px 1px rgba(0, 0, 0, 0.1);
}
.question-final form button.active {
  color: #fff;
}
@media screen and (min-width: 600px) {
  .question-final form {
    display: flex;
    margin: 24px -0.5%;
  }
  .question-final form button {
    width: 49%;
    margin: 0.5%;
    text-align: center;
  }
}
.question-copy {
  font-family: 'Georgia', serif;
  font-size: 18px;
  line-height: 28px;
}
.question-copy a {
  text-decoration: none;
  color: #268A8C;
}
.question-copy a,
.question-copy a:visited {
  box-shadow: 0 1px 0 #268A8C;
}
.question-copy a:hover,
.question-copy a:active,
.question-copy a:focus {
  color: inherit;
  box-shadow: none;
}
.question-hed {
  font-size: 22px;
  line-height: 30px;
  margin: 18px 0;
}
.responses-final .response {
  border: none;
  display: none;
}
.responses-final .response.active {
  display: block;
}
.responses-final .response ul {
  margin: 0;
}
.responses-final .response ul li {
  margin: 30px 8px;
}
.responses-final .response ul li:first-child {
  margin-top: 5px;
}
.responses-final .response ul li:last-child {
  margin-bottom: 5px;
}
.responses-final.grid .response ul li {
  margin: 5px 8px;
}
@media screen and (min-width: 400px) {
  .responses-final .response ul li {
    margin: 5px 0 16px 8px;
  }
  .responses-final .response-details {
    margin-top: 10px;
  }
}
.responses-final .circle-image {
  width: 60px;
  height: 60px;
}
.responses-final .circle-image-caption {
  display: none;
}
.responses-final.grid .circle-image-caption {
  display: block;
}
.circle-image-caption {
  font-size: 10px;
  line-height: 1.5em;
  margin-top: 5px;
}
.agreed {
  display: none;
}
.agreed.active {
  display: block;
}
.expand-answers {
  font-family: 'Overpass', Helvetica, sans-serif;
  font-weight: 400;
  font-size: 14px;
  white-space: nowrap;
  outline: none;
}
.expand-answers:focus .display-open,
.expand-answers:focus .display-closed {
  outline: dotted 1px;
}
.expand-answers::before {
  display: block;
  content: ' ';
  outline: none;
}
@media screen and (min-width: 450px) {
  .expand-answers::before {
    content: '\00B7';
    display: inline-block;
    margin: 0 6px;
  }
}
.expand-answers,
.expand-answers:focus,
.expand-answers:visited {
  text-decoration: none;
  color: #666;
}
.expand-answers:hover,
.expand-answers:active {
  text-decoration: underline;
  color: #666;
}
.expand-answers > .display-open,
.expand-answers > .display-closed {
  display: none;
}
.expand-answers.expanded > .display-open {
  display: inline;
}
.expand-answers.collapsed > .display-closed {
  display: inline;
}
.topic-section {
  border-top: 1px solid #333;
}
.topic-header {
  align-items: center;
  position: relative;
  padding: 15px 40px 15px 0;
  cursor: pointer;
}
@media screen and (min-width: 460px) {
  .topic-header {
    display: flex;
  }
}
.topic-header .display-open,
.topic-header .display-closed {
  position: absolute;
  right: 0px;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  top: 50%;
  transform: translateY(-50%);
}
.topic-header .down-arrow,
.topic-header .up-arrow {
  border: solid #404040;
  border-width: 0 2px 2px 0;
  display: block;
  width: 12px;
  height: 12px;
  position: absolute;
  left: calc(50% - 6px);
  top: calc(50% - 7px);
}
.topic-header .down-arrow {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}
.topic-header .up-arrow {
  top: calc(50% - 5px);
  transform: rotate(225deg);
  -webkit-transform: rotate(225deg);
}
.topic-header-name {
  font-family: 'Overpass', Helvetica, sans-serif;
  font-weight: 900;
  font-size: 32px;
  line-height: 32px;
  margin: 5px 0;
}
.topic-header-count {
  color: #666;
  font-size: 16px;
  margin: 5px 0;
  font-family: 'Overpass', Helvetica, sans-serif;
  font-weight: 400;
}
@media screen and (min-width: 460px) {
  .topic-header-count {
    margin-left: 16px;
  }
}
.article-header {
  margin: 0 auto;
  max-width: 1100px;
  padding: 20px;
}
.article-body {
  margin: 0 auto;
  max-width: 1100px;
}
@media screen and (min-width: 900px) {
  .article-body {
    display: flex;
  }
}
.article-body-content {
  flex-grow: 1;
  padding: 20px;
}
.article-body-sidebar {
  flex-shrink: 0;
  padding: 0;
  margin: 0 20px;
}
@media screen and (min-width: 900px) {
  .article-body-sidebar {
    margin: 20px;
    width: 300px;
  }
}
.article-body-sidebar-hide {
  display: none;
  flex-shrink: 0;
  padding: 0;
  margin: 20px;
}
@media screen and (min-width: 900px) {
  .article-body-sidebar-hide {
    width: 300px;
    display: block;
  }
}
.sidebar-box {
  background: #ffffff;
  padding: 5px 15px;
  top: 20px;
  margin-bottom: 20px;
}
.sidebar-box-chart {
  text-align: center;
  position: sticky;
}
.sidebar-box-chart .chart {
  height: 240px;
}
.sidebar-box-chart-header {
  margin: 10px 0;
}
.sidebar-login {
  padding: 0 20px;
  margin: 0 0 15px 0;
  background: rgba(255, 255, 255, 0.4);
  overflow: auto;
  text-align: center;
}
.sidebar-login .login-prompt {
  font-size: 16px;
  line-height: 26px;
  margin: 20px 0 10px 0;
}
@media screen and (min-width: 900px) {
  .sidebar-login .login-prompt {
    text-align: left;
  }
  .sidebar-login .g-button,
  .sidebar-login .fb-button {
    text-align: center;
    width: 100%;
  }
}
.final-intro {
  margin-bottom: 40px;
}
.mobile-footer {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 5px 20px;
  background: rgba(255, 255, 255, 0.95);
  display: none;
  text-align: center;
}
.mobile-footer.active {
  display: block;
}
@media screen and (min-width: 900px) {
  .mobile-footer.active {
    display: none;
  }
}
.mobile-candidate-icons {
  list-style-type: none;
  padding: 0;
  margin: 5px 0;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  position: relative;
}
.mobile-candidate-icons::after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 30px;
  z-index: 1;
  background: linear-gradient(270deg, #ffffff, rgba(255, 255, 255, 0));
}
.mobile-candidate-icons > li {
  display: inline-block;
  margin: 0 5px;
}
.mobile-candidate-icons.empty {
  display: none;
}
.mobile-footer-header {
  font-size: 16px;
  margin: 5px 0 10px;
}
.no-matches {
  text-align: center;
  font-size: 20px;
  font-family: 'Overpass', Helvetica, sans-serif;
  font-weight: 700;
  line-height: 30px;
  margin: 60px 0;
}
.printable .matches-list,
.printable .container {
  max-width: 900px;
}
.printable .match {
  box-shadow: none;
  border: 1px solid #666;
}
.printable .match-header {
  cursor: auto;
}
.print-header {
  font-size: 36px;
  line-height: 42px;
  font-family: 'Overpass', Helvetica, sans-serif;
  font-weight: 900;
  margin: 20px 0 10px;
  text-align: center;
}
.header-title {
  font-family: 'Overpass', Helvetica, sans-serif;
  font-weight: 900;
  font-size: 60px;
  line-height: 1.1em;
  margin: 8px 0;
  color: #111111;
}
.candidate-page .header-title {
  font-family: 'Overpass', Helvetica, sans-serif;
  font-weight: 900;
  font-weight: 500;
  color: #111111;
}
.header-label {
  font-family: 'Overpass', Helvetica, sans-serif;
  font-weight: 400;
  font-size: 16px;
  text-transform: uppercase;
  color: #111111;
  margin: 10px 0;
}
.header-label a {
  color: inherit;
  text-decoration: none;
}
.header-label a:hover,
.header-label a:active {
  text-decoration: underline;
}
.header-date {
  font-family: 'Overpass', Helvetica, sans-serif;
  font-weight: 400;
  text-align: left;
  color: #404040;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  font-size: 14px;
  margin: 8px 0;
}
.image-hero {
  margin: 0;
}
.position-topic {
  font-family: 'Overpass', Helvetica, sans-serif;
  font-weight: 900;
  font-size: 32px;
  margin: 10px 0;
}
.position-questions {
  list-style: square;
  margin: 20px 0 40px 0;
  padding: 10px 30px;
  background: #fff;
}
.position-questions > li {
  margin: 0 0 40px 20px;
  padding-left: 10px;
}
.position-questions > li::marker {
  font-size: 24px;
  line-height: 0;
}
.position-question {
  font-family: 'Overpass', Helvetica, sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 28px;
  margin: 20px 0 10px 0;
  color: #404040;
}
.position-answer {
  font-family: 'Overpass', Helvetica, sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  margin: 16px 0;
  padding: 0 10px;
  color: #333333;
}
.position-answer.active {
  background: #d1e7dd;
  padding: 10px;
}
.position-answer.active::before {
  content: "Selected: ";
  font-family: 'Overpass', Helvetica, sans-serif;
  font-weight: 700;
}
.position-answer.none {
  padding: 0;
}
.position-quote {
  font-family: 'Overpass', Helvetica, sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: #333333;
  margin: 10px 0;
}
.position-source {
  font-family: 'Overpass', Helvetica, sans-serif;
  font-weight: 400;
  font-style: italic;
  font-size: 16px;
  line-height: 24px;
  color: #333333;
  margin: 10px 0;
}
.position-source a:active,
.position-source a:link,
.position-source a:hover,
.position-source a:focus,
.position-source a:visited {
  color: inherit;
}
.position-block-quote {
  padding: 8px 20px 8px 26px;
  margin: 16px 0;
  overflow: auto;
  background: #e6e6e6;
}
.topic-link:active,
.topic-link:link,
.topic-link:hover,
.topic-link:focus,
.topic-link:visited {
  color: #404040;
}
.sidebar-header {
  font-family: 'Overpass', Helvetica, sans-serif;
  font-weight: 900;
  font-size: 26px;
  color: #404040;
  margin: 10px 0 15px 0;
}
.sidebar-copy {
  font-family: 'Overpass', Helvetica, sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.4em;
}
.sidebar-list {
  list-style: none;
  margin: 10px 0;
  padding: 0;
}
.sidebar-list li {
  margin: 0.7em 0;
}
.sidebar-list a:link,
.sidebar-list a:focus,
.sidebar-list a:visited,
.sidebar-list a:hover,
.sidebar-list a:active {
  text-decoration: none;
  transition: color 0.1s;
  display: block;
}
.sidebar-list a:link,
.sidebar-list a:focus,
.sidebar-list a:visited {
  color: #404040;
}
.sidebar-list a:hover,
.sidebar-list a:active {
  color: #268A8C;
}
.coverage.empty {
  display: none;
}
.coverage.loading {
  display: none;
}
.coverage ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.coverage ul li {
  margin: 15px 0;
  font-size: 18px;
  line-height: 24px;
  font-family: 'Overpass', Helvetica, sans-serif;
  font-weight: 900;
}
.coverage ul li a:link,
.coverage ul li a:focus,
.coverage ul li a:visited,
.coverage ul li a:hover,
.coverage ul li a:active {
  text-decoration: none;
  transition: color 0.1s;
  display: block;
}
.coverage ul li a:link,
.coverage ul li a:focus,
.coverage ul li a:visited {
  color: #404040;
}
.coverage ul li a:hover,
.coverage ul li a:active {
  color: #268A8C;
}
.coverage ul li time {
  display: block;
  font-size: 14px;
  font-family: 'Overpass', Helvetica, sans-serif;
  font-weight: 200;
  color: #404040;
}
.more-link {
  margin: 10px 0;
}
.more-link a {
  font-family: 'Sharp Grotesk', Helvetica, sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #fff;
  background: #000;
  padding: 10px 20px;
  box-shadow: none;
  display: inline-block;
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
}
body {
  margin: 0;
  color: #404040;
}
.footer {
  border: 0;
}
.footer.knockout {
  color: #ffffff;
  border-color: #ffffff;
}
.footer.knockout svg path {
  fill: #ffffff;
}
.footer.knockout button {
  border-color: #fff;
}
.footer.knockout .footer-links a,
.footer.knockout .footer-links a:hover,
.footer.knockout .footer-links a:active,
.footer.knockout .footer-links a:focus,
.footer.knockout .footer-links a:visited {
  color: #ffffff;
}
body.loading .question-section form {
  opacity: 0.5;
  cursor: wait;
}
body.loading .question-section form button {
  pointer-events: none;
}
.subhead {
  font-size: 40px;
  line-height: 1em;
  font-family: 'Overpass', Helvetica, sans-serif;
  font-weight: 900;
}
.copy {
  font-size: 20px;
  line-height: 30px;
}
.copy a,
.copy a:visited {
  color: #268A8C;
}
.copy a:hover,
.copy a:active,
.copy a:focus {
  color: #268A8C;
}
.intro strong {
  font-family: 'Overpass', Helvetica, sans-serif;
  font-weight: 700;
}
.share-container {
  margin: 10px 0;
  overflow: auto;
  text-align: center;
}
.share-container p {
  margin: 10px 0;
}
.results-link-container {
  display: none;
}
.results-link-container.active {
  display: block;
}
a.twitter-link,
a.facebook-link,
a.email-link,
a.results-link,
a.twitter-link:hover,
a.facebook-link:hover,
a.email-link:hover,
a.results-link:hover,
a.twitter-link:active,
a.facebook-link:active,
a.email-link:active,
a.results-link:active,
a.twitter-link:focus,
a.facebook-link:focus,
a.email-link:focus,
a.results-link:focus,
a.twitter-link:visited,
a.facebook-link:visited,
a.email-link:visited,
a.results-link:visited {
  text-decoration: none;
  box-shadow: none;
  color: #404040;
  padding: 10px;
  overflow: auto;
  display: inline-block;
}
a.twitter-link,
a.facebook-link,
a.email-link,
a.results-link,
a.twitter-link:focus,
a.facebook-link:focus,
a.email-link:focus,
a.results-link:focus,
a.twitter-link:visited,
a.facebook-link:visited,
a.email-link:visited,
a.results-link:visited {
  background: rgba(255, 255, 255, 0.4);
}
a.twitter-link:hover,
a.facebook-link:hover,
a.email-link:hover,
a.results-link:hover,
a.twitter-link:active,
a.facebook-link:active,
a.email-link:active,
a.results-link:active {
  background: rgba(255, 255, 255, 0.6);
}
a.twitter-link svg,
a.facebook-link svg,
a.email-link svg,
a.results-link svg {
  width: 24px;
  height: 24px;
  vertical-align: bottom;
}
a.twitter-link .link-text,
a.facebook-link .link-text,
a.email-link .link-text,
a.results-link .link-text {
  display: none;
}
@media screen and (min-width: 400px) {
  a.twitter-link .link-text,
  a.facebook-link .link-text,
  a.email-link .link-text,
  a.results-link .link-text {
    display: inline;
  }
  a.twitter-link svg,
  a.facebook-link svg,
  a.email-link svg,
  a.results-link svg {
    margin-right: 5px;
  }
}
.twitter-link svg path {
  fill: #1d9bf0;
}
.facebook-link svg path {
  fill: #1877F2;
}
.email-link svg path {
  fill: #868686;
}
.photo-credit {
  color: #404040;
  font-family: 'Overpass', Helvetica, sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  margin: 40px 0;
}
.topics-intro {
  font-size: 20px;
  font-family: 'Overpass', Helvetica, sans-serif;
  font-weight: 400;
  line-height: 30px;
}
.topics-list {
  font-family: 'Overpass', Helvetica, sans-serif;
  font-weight: 400;
  font-size: 22px;
  margin: 30px 0;
  padding: 0;
  list-style: none;
}
.topics-list li {
  margin: 20px 0;
}
.newsletter {
  align-items: center;
}
@media screen and (min-width: 480px) {
  .newsletter {
    display: flex;
  }
}
.newsletter-text {
  flex: 1;
}
.newsletter-text a {
  color: inherit;
  text-decoration: none;
}
.newsletter-head {
  font-family: 'Overpass', Helvetica, sans-serif;
  font-weight: 900;
  font-size: 30px;
  margin: 10px 0;
}
.newsletter-intro {
  font-family: 'Overpass', Helvetica, sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  margin: 10px 0;
}
.newsletter-link {
  margin: 30px 0;
}
@media screen and (min-width: 480px) {
  .newsletter-link {
    margin-left: 40px;
  }
}
.newsletter-link a {
  font-family: 'Sharp Grotesk', Helvetica, sans-serif;
  width: 100%;
  max-width: 200px;
  margin: 0 auto;
  font-weight: 400;
  font-size: 14px;
  color: #fff;
  background: #000;
  padding: 10px 20px;
  box-shadow: none;
  display: inline-block;
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
}
.splash-screen {
  overflow: hidden;
  margin: 0;
  background: rgba(255, 255, 255, 0.2);
  position: relative;
}
@media screen and (min-width: 800px) {
  .splash-screen {
    margin: 20px;
  }
}
.splash-screen-full {
  height: 100vh;
}
@media screen and (min-width: 800px) {
  .splash-screen-full {
    height: calc(100vh - 40px);
  }
}
.splash-screen-nav {
  height: calc(100vh - 60px);
}
@media screen and (min-width: 800px) {
  .splash-screen-nav {
    height: calc(100vh - 100px);
  }
}
.splash-screen-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  max-width: 700px;
  padding: 0 20px;
  color: #404040;
  text-align: center;
}
.splash-screen-text .down-arrow {
  border: solid #404040;
  border-width: 0 4px 4px 0;
  display: inline-block;
  width: 20px;
  height: 20px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}
.splash-screen-text .logo {
  max-height: 100px;
  max-width: 90%;
}
.splash-screen-visual {
  width: 100%;
  height: 100%;
}
.splash-screen-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.2);
}
.splash-screen-background {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  padding: 20px;
  max-width: 900px;
  overflow: hidden;
}
.background-circle {
  border-radius: 50%;
  width: 100%;
  padding-bottom: 100%;
  height: 0;
  overflow: hidden;
  background: #ffffff;
  opacity: 30%;
}
.watermark {
  width: 150px;
  display: inline-block;
}
@media screen and (min-width: 600px) {
  .watermark {
    width: 200px;
  }
}
.watermark svg {
  fill: #404040;
}
.series-headline {
  font-size: 70px;
  text-transform: uppercase;
  font-family: 'Overpass', Helvetica, sans-serif;
  font-weight: 900;
  margin: 10px 0 20px 0;
  line-height: 1em;
}
@media screen and (min-width: 600px) {
  .series-headline {
    font-size: 80px;
  }
}
.topic {
  font-size: 40px;
  font-family: 'Overpass', Helvetica, sans-serif;
  font-weight: 900;
  margin: 20px 0;
  line-height: 1em;
}
@media screen and (min-width: 600px) {
  .topic {
    font-size: 40px;
  }
}
.date {
  font-family: 'Overpass', Helvetica, sans-serif;
  font-weight: 400;
  font-size: 18px;
}
.deck {
  font-family: 'Overpass', Helvetica, sans-serif;
  font-weight: 700;
  font-size: 20px;
}
.section {
  margin: 20px 0;
  padding: 60px 0;
  background-color: rgba(255, 255, 255, 0.1);
  overflow: auto;
  position: relative;
}
@media screen and (min-width: 800px) {
  .section {
    margin: 20px;
  }
}
.section-highlight {
  background: rgba(255, 255, 255, 0.2);
}
.section-transparent {
  background: none;
  padding: 40px 0;
}
.section-white {
  background: #fff;
  padding: 40px 0;
}
.section-highlight-final {
  background-color: rgba(255, 255, 255, 0.3);
}
.question-container {
  max-width: 700px;
  padding: 20px 0;
  background: #f9f9f9;
  overflow: auto;
  margin: 40px auto;
  box-shadow: 2px 2px 4px 2px rgba(0, 0, 0, 0.1);
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.question-section .question-number {
  text-transform: uppercase;
  font-size: 14px;
  color: #404040;
}
.question-section h3 {
  font-size: 22px;
  line-height: 34px;
  margin: 20px 0;
}
.question-section form {
  display: block;
}
.question-section form button {
  width: 100%;
  margin: 5px 0;
  padding: 15px;
  background-color: rgba(255, 255, 255, 0.9);
  border: 1px solid #ccc;
  border-radius: 5px;
  color: #333;
  font-family: 'Overpass', Helvetica, sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  text-align: left;
  cursor: pointer;
  outline: none;
}
.question-section form button:hover,
.question-section form button:focus {
  box-shadow: 1px 1px 2px 1px rgba(0, 0, 0, 0.1);
}
.question-section form button.active {
  color: #fff;
  border: none;
}
.responses-header {
  margin: 30px auto;
  align-items: center;
  text-align: center;
}
@media screen and (min-width: 480px) {
  .responses-header {
    margin: 20px auto;
    display: flex;
    text-align: left;
  }
}
.responses-link-group {
  flex-grow: 1;
}
.responses-link-group a,
.responses-link-group a:visited {
  color: #404040;
  text-decoration: none;
}
.responses-link-group a:hover,
.responses-link-group a:active,
.responses-link-group a:focus {
  color: #333;
  text-decoration: underline;
}
.collapsed .responses-button-group {
  display: none;
}
@media screen and (min-width: 480px) {
  .collapsed .responses-button-group {
    display: inherit;
  }
}
.expanded .responses-button-group {
  display: inline-block;
}
@media screen and (min-width: 480px) {
  .expanded .responses-button-group {
    display: inherit;
  }
}
.responses-button-group {
  display: inline-block;
  overflow: auto;
  margin: 10px 0 0;
}
@media screen and (min-width: 480px) {
  .responses-button-group {
    margin: 0;
  }
}
.responses-button-group button {
  font-family: 'Overpass', Helvetica, sans-serif;
  font-weight: 400;
  font-size: 16px;
  width: auto;
  border: 1px solid #b6b6b6;
  padding: 5px 15px;
  margin: 0;
  color: #404040;
  background: rgba(255, 255, 255, 0.9);
  cursor: pointer;
  float: left;
  border-width: 1px 1px 1px 0;
  user-select: none;
  outline: none;
  box-sizing: border-box;
}
.responses-button-group button:hover {
  background: #f6f6f6;
}
.responses-button-group button.active {
  background: #ebebeb;
}
.responses-button-group button:first-child {
  border-radius: 5px 0 0 5px;
  border-width: 1px;
}
.responses-button-group button:last-child {
  border-radius: 0 5px 5px 0;
}
.answer {
  margin: 40px auto;
  overflow: hidden;
  text-align: center;
  display: none;
}
.answer.active {
  display: block;
}
.answer h4 {
  font-size: 20px;
  color: #333;
  line-height: 1.5em;
  margin: 10px 0;
}
.chart {
  width: 100%;
  height: 300px;
}
.chart,
.results-chart {
  position: relative;
}
.chart.chart-empty canvas,
.results-chart.chart-empty canvas {
  display: none;
}
.chart.chart-empty::after,
.results-chart.chart-empty::after {
  content: "No candidates selected this answer";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  color: #404040;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.results-chart.chart-empty::after {
  content: "No candidates matched your answers";
}
.circle-image {
  position: relative;
  display: inline-block;
  pointer-events: none;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  overflow: hidden;
  background: #e6e6e6;
  flex-shrink: 0;
  margin: 0;
}
.circle-image.rep {
  background-color: #F6D5D8;
}
.circle-image.dem {
  background-color: #C3CBDD;
}
.circle-image img {
  width: 100%;
}
.circle-image.dropped-out img {
  opacity: 0.3;
}
.circle-image-label {
  font-family: 'Overpass', Helvetica, sans-serif;
  font-weight: 700;
  font-size: 18px;
  text-align: center;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-transform: uppercase;
}
.responses {
  color: #333;
  transition: height 0.1s ease;
}
.responses h3 {
  text-align: center;
  font-size: 26px;
}
.responses.grid .response-details {
  display: none;
}
.responses.grid .response ul li {
  display: inline-block;
}
.responses.grid .response-image {
  margin: 0;
}
.response {
  overflow: auto;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
}
.response h4 {
  font-size: 18px;
  margin: 20px 0;
  line-height: 28px;
  font-family: 'Overpass', Helvetica, sans-serif;
  font-weight: 400;
}
.response .no-response {
  margin: 30px 0;
  font-size: 16px;
  line-height: 26px;
  font-family: 'Overpass', Helvetica, sans-serif;
  font-weight: 400;
  font-style: italic;
}
.response .no-position {
  margin: 30px 0;
  font-size: 16px;
  line-height: 26px;
}
.response ul {
  list-style-type: none;
  padding: 0;
  display: block;
  overflow: auto;
}
.response ul li {
  align-items: flex-start;
  line-height: 0;
}
@media screen and (min-width: 400px) {
  .response ul li {
    display: flex;
  }
}
.response .response-details {
  line-height: 1.3em;
}
.responses-topic .response ul {
  margin: 30px 0;
}
.responses-topic .response ul li {
  margin: 30px 5px;
}
.responses-topic .response ul li:first-child {
  margin-top: 5px;
}
.responses-topic .response ul li:last-child {
  margin-bottom: 5px;
}
.responses-topic.grid .response ul li {
  margin: 5px;
}
@media screen and (min-width: 400px) {
  .responses-topic .response ul li {
    margin: 5px 0 16px 5px;
  }
  .responses-topic .response-details {
    margin-top: 5px;
  }
}
.response-image {
  margin: 0 16px 0 0;
  text-align: center;
  display: inline-block;
}
.response-name {
  font-family: 'Overpass', Helvetica, sans-serif;
  font-weight: 700;
  color: #404040;
  font-size: 16px;
  margin: 10px 0;
}
.response-name a,
.response-name a:focus,
.response-name a:visited {
  text-decoration: none;
  color: inherit;
}
.response-name a:hover,
.response-name a:active {
  text-decoration: underline;
  color: inherit;
}
.response-status {
  font-size: 15px;
  font-family: 'Overpass', Helvetica, sans-serif;
  font-weight: 400;
  font-style: italic;
  display: inline-block;
  width: 100%;
  margin: 5px 0;
}
.response-quote {
  font-size: 14px;
  line-height: 20px;
  margin: 10px 0;
}
.response-source {
  font-family: 'Overpass', Helvetica, sans-serif;
  font-weight: 400;
  font-style: italic;
  font-size: 14px;
  margin: 10px 0;
}
.response-source a,
.response-source a:hover,
.response-source a:active,
.response-source a:focus,
.response-source a:visited {
  color: inherit;
}
.results-container {
  display: none;
}
@media screen and (max-width: 800px) {
  .results-container {
    padding-left: 0;
    padding-right: 0;
  }
}
.results-container.active {
  display: block;
}
.results-title {
  font-family: 'Overpass', Helvetica, sans-serif;
  font-weight: 900;
  font-size: 38px;
  margin: 20px auto;
  text-align: center;
}
.results-chart {
  width: 100%;
  max-width: 600px;
  height: 300px;
  margin: 20px auto;
}
.matches-title {
  font-family: 'Overpass', Helvetica, sans-serif;
  font-weight: 700;
  max-width: 640px;
  font-size: 20px;
  margin: 0 auto;
  padding: 0 20px;
}
.all-matches {
  padding: 0;
  overflow: auto;
  position: relative;
}
.matches-header {
  max-width: 640px;
  margin: 0 auto;
  padding: 0 20px;
  text-align: center;
}
.matches-link-group {
  cursor: pointer;
  display: inline;
  margin: 0;
}
.matches-link-group:hover {
  text-decoration: underline;
}
.matches-list {
  flex: 1;
  max-width: 640px;
  margin: 10px auto;
  padding: 0 20px;
  overflow: auto;
  list-style-type: none;
  font-size: 20px;
  font-family: 'Overpass', Helvetica, sans-serif;
  font-weight: 400;
  transition: height 0.2s ease;
}
.match {
  margin: 20px 0;
  padding: 0;
  background: #f4f4f4;
  overflow: auto;
  box-shadow: 1px 1px 2px 1px rgba(0, 0, 0, 0.1);
}
.match-header {
  align-items: center;
  position: relative;
  padding: 15px;
  background: #f9f9f9;
  cursor: pointer;
}
@media screen and (min-width: 400px) {
  .match-header {
    display: flex;
  }
}
.match-header .display-open,
.match-header .display-closed {
  position: absolute;
  right: 10px;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  top: 50%;
  transform: translateY(-50%);
}
.match-header .down-arrow,
.match-header .up-arrow {
  border: solid #404040;
  border-width: 0 2px 2px 0;
  display: block;
  width: 12px;
  height: 12px;
  position: absolute;
  left: calc(50% - 6px);
  top: calc(50% - 7px);
}
.match-header .down-arrow {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}
.match-header .up-arrow {
  top: calc(50% - 5px);
  transform: rotate(225deg);
  -webkit-transform: rotate(225deg);
}
.match-image {
  width: 50px;
  height: 50px;
  vertical-align: middle;
}
@media screen and (min-width: 400px) {
  .match-image {
    margin: 0 20px 0 0;
  }
}
.match-name {
  font-family: 'Overpass', Helvetica, sans-serif;
  font-weight: 700;
  font-size: 16px;
  margin: 5px 0;
}
.match-status {
  font-size: 15px;
  font-family: 'Overpass', Helvetica, sans-serif;
  font-weight: 400;
  font-style: italic;
  display: inline-block;
  width: 100%;
  margin-top: 5px;
}
.match-rank {
  font-family: 'Overpass', Helvetica, sans-serif;
  font-weight: 400;
  color: #666;
  font-size: 15px;
  margin: 5px 0;
}
.match-position-list {
  overflow: auto;
  padding: 0 30px;
  margin: 20px 0 10px 0;
  list-style-type: none;
  transition: height 0.1s;
}
.match-topic {
  margin: 10px 0;
  padding: 0 20px;
  font-size: 16px;
  font-family: 'Overpass', Helvetica, sans-serif;
  font-weight: 700;
}
.match-links {
  margin: 10px 0 20px;
  padding: 0 20px;
  font-size: 14px;
  color: #666;
  font-family: 'Overpass', Helvetica, sans-serif;
  font-weight: 400;
}
.match-links a,
.match-links a:hover,
.match-links a:active,
.match-links a:focus,
.match-links a:visited {
  color: inherit;
}
.match-position {
  display: flex;
  overflow: auto;
}
.match-position-agree {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  margin: 0 15px 0 0;
}
.match-position-text {
  flex: 1;
}
.match-question {
  font-family: 'Overpass', Helvetica, sans-serif;
  font-weight: 400;
  font-size: 15px;
  margin: 0 0 10px 0;
  line-height: 1.5em;
}
.match-answer {
  font-family: 'Overpass', Helvetica, sans-serif;
  font-weight: 200;
  font-size: 15px;
  margin: 10px 0;
  line-height: 1.5em;
}
.cross {
  position: relative;
  background: #f8d7da;
}
.cross::before,
.cross::after {
  content: '';
  display: block;
  position: absolute;
  margin: 0 auto;
  left: 0;
  right: 0;
  top: calc(50% - 1px);
  width: 10px;
  border: 1px solid #842029;
}
.cross::before {
  transform: rotate(45deg);
}
.cross::after {
  transform: rotate(315deg);
}
.check {
  position: relative;
  background: #d1e7dd;
}
.check::before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  transform: rotate(-55deg);
  width: 10px;
  height: 5px;
  border: 2px solid #0f5132;
  border-width: 0 0 2px 2px;
  top: calc(50% - 3px);
}
.expandable > .expandable-body {
  display: none;
  overflow: hidden;
}
.expandable.expanded > .expandable-body {
  display: inherit;
}
.expandable > .expandable-header .display-open,
.expandable > .expandable-header .display-closed {
  display: none;
}
.expandable > .expandable-header .visible-open,
.expandable > .expandable-header .visible-closed {
  visibility: hidden;
}
.expandable.expanded > .expandable-header .display-open {
  display: inherit;
}
.expandable.expanded > .expandable-header .visible-open {
  visibility: inherit;
}
.expandable.collapsed > .expandable-header .display-closed {
  display: inherit;
}
.expandable.collapsed > .expandable-header .visible-closed {
  visibility: inherit;
}
.tooltip {
  color: #404040;
}
.tooltip a,
.tooltip a:hover,
.tooltip a:active,
.tooltip a:focus,
.tooltip a:visited {
  color: inherit;
}
.tooltip-name {
  font-size: 15px;
  font-family: 'Overpass', Helvetica, sans-serif;
  font-weight: 700;
}
.tooltip-name a,
.tooltip-name a:focus,
.tooltip-name a:visited {
  text-decoration: none;
}
.tooltip-name a:hover,
.tooltip-name a:active {
  text-decoration: underline;
}
.tooltip-status {
  font-size: 14px;
  font-family: 'Overpass', Helvetica, sans-serif;
  font-weight: 400;
  font-style: italic;
  display: inline-block;
  width: 100%;
  margin: 4px 0;
}
.tooltip-source {
  font-family: 'Overpass', Helvetica, sans-serif;
  font-weight: 400;
  font-style: italic;
}
.login-note {
  font-family: 'Overpass', Helvetica, sans-serif;
  font-weight: 200;
  color: #333;
  font-size: 14px;
  line-height: 20px;
}
.login-buttons {
  margin: 10px 0 20px 0;
}
.login-buttons.google .fb-button {
  display: none;
}
.login-buttons.facebook .g-button {
  display: none;
}
.fb-button,
.g-button {
  background: rgba(255, 255, 255, 0.9);
  font-family: 'Overpass', Helvetica, sans-serif;
  font-weight: 700;
  font-size: 14px;
  text-align: left;
  padding: 10px;
  margin: 4px 0;
  border: 0;
  outline: 0;
  border-radius: 5px;
  cursor: pointer;
  box-sizing: border-box;
  color: #666;
  border: 1px solid #666;
}
.fb-button svg,
.g-button svg {
  width: 20px;
  height: 20px;
  vertical-align: middle;
  margin-right: 5px;
}
.fb-button:hover,
.g-button:hover {
  color: #1877F2;
  border: 1px solid #1877F2;
}
.login {
  padding: 10px 20px;
  margin: 30px 0 15px;
  background: rgba(255, 255, 255, 0.4);
  overflow: auto;
  text-align: center;
}
.login-prompt {
  font-family: 'Overpass', Helvetica, sans-serif;
  font-weight: 700;
  font-size: 18px;
  margin: 15px 0 10px 0;
}
.change-list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.change-list li {
  margin: 15px 0;
  font-size: 16px;
  line-height: 24px;
}
.change-date {
  font-family: 'Overpass', Helvetica, sans-serif;
  font-weight: 700;
}
.nav {
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  background: #fff;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.3);
}
.nav-container {
  align-items: center;
  display: flex;
  padding: 10px 20px;
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
}
.nav-logo {
  width: 115px;
  flex-grow: 0;
}
.nav-title {
  font-family: 'Overpass', Helvetica, sans-serif;
  font-weight: 900;
  text-transform: uppercase;
  font-size: 26px;
  flex-grow: 1;
  text-align: center;
  margin: 0;
}
.nav-links {
  flex-grow: 0;
}
.nav-links a {
  font-family: 'Overpass', Helvetica, sans-serif;
  font-weight: 400;
  margin: 0 10px;
  font-size: 14px;
  color: #404040;
  letter-spacing: 1px;
  box-shadow: none;
  display: inline;
  white-space: nowrap;
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
}
.nav-links a:last-child {
  margin-right: 0;
}
.nav-links a:hover,
.nav-links a:active {
  box-shadow: 0 1px 0 #404040;
}
.nav-links .nav-link-secondary {
  display: none;
}
@media screen and (min-width: 500px) {
  .nav-links .nav-link-secondary {
    display: inline;
  }
}
.topic-nav {
  background: rgba(255, 255, 255, 0.5);
}
a.city-button {
  font-family: 'Sharp Grotesk', Helvetica, sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #fff;
  background: #000;
  padding: 10px 20px;
  box-shadow: none;
  display: inline-block;
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
  margin: 8px 10px 8px 0;
}
a.city-button:last-child {
  margin-right: 0;
}
