/* normalize-scss 3.0.1+normalize.3.0.1 | MIT/GPLv2 License | bit.ly/normalize-scss */
/* Base
   ========================================================================== */
/**
 * Establish a vertical rhythm unit using $base-font-size, $base-line-height,
 * and $rhythm-unit variables. Also, correct text resizing oddly in IE 6/7 when
 * body `font-size` is set using `em` units.
 */
html {
  font-size: 100%;
  line-height: 1.5em; }

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11 and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  *display: inline;
  *zoom: 1;
  vertical-align: baseline;
  /* 2 */ }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 */
[hidden] {
  display: none; }

/**
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
template {
  display: none; }

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background: transparent; }

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/**
 * Set 1 unit of vertical rhythm on the top and bottom margin.
 */
blockquote {
  margin: 1.5em 40px; }

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  /* Set the font-size and line-height while keeping a proper vertical rhythm. */
  font-size: 2em;
  line-height: 1.5em;
  /* Set 1 unit of vertical rhythm on the top and bottom margins. */
  margin-top: 0.75em;
  margin-bottom: 0.75em; }

h2 {
  font-size: 1.5em;
  line-height: 2em;
  margin-top: 1em;
  margin-bottom: 1em; }

h3 {
  font-size: 1.17em;
  line-height: 1.28205em;
  margin-top: 1.28205em;
  margin-bottom: 1.28205em; }

h4 {
  font-size: 1em;
  line-height: 1.5em;
  margin-top: 1.5em;
  margin-bottom: 1.5em; }

h5 {
  font-size: 0.83em;
  line-height: 1.80723em;
  margin-top: 1.80723em;
  margin-bottom: 1.80723em; }

h6 {
  font-size: 0.67em;
  line-height: 2.23881em;
  margin-top: 2.23881em;
  margin-bottom: 2.23881em; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Set 1 unit of vertical rhythm on the top and bottom margin.
 */
p,
pre {
  margin: 1.5em 0; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Lists
   ========================================================================== */
/**
 * Address margins set differently in IE 6/7.
 */
dl,
menu,
ol,
ul {
  margin: 1.5em 0; }

dd {
  margin: 0 0 0 40px; }

/**
 * Address paddings set differently in IE 6/7.
 */
menu,
ol,
ul {
  padding: 0 0 0 40px; }

/**
 * Correct list images handled incorrectly in IE 7.
 */
nav ul,
nav ol {
  list-style: none;
  list-style-image: none; }

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
  /* Improve image quality when scaled in IE 7. */
  -ms-interpolation-mode: bicubic; }

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1.5em 40px; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * Correct margin displayed oddly in IE 6/7.
 */
form {
  margin: 0; }

/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 * 4. Address `font-family` inconsistency between `textarea` and other form in IE 7
 * 5. Improve appearance and consistency with IE 6/7.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
  *font-family: sans-serif;
  /* 4 */
  *vertical-align: middle;
  /* 5 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
  *overflow: visible;
  /* 4 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal; }

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 * 3. Remove excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */
input[type="checkbox"],
input[type="radio"] {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
  *height: 13px;
  /* 3 */
  *width: 13px;
  /* 3 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  /* 2 */
  /**
   * Remove inner padding and search cancel button in Safari and Chrome on OS X.
   * Safari (but not Chrome) clips the cancel button when the search input has
   * padding (and `textfield` appearance).
   */ }
  input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  margin: 0 2px;
  /* Apply borders and padding that keep the vertical rhythm. */
  border-color: #c0c0c0;
  border-top-width: 0.0625em;
  border-top-style: solid;
  padding-top: 0.4625em;
  border-bottom-width: 0.0625em;
  border-bottom-style: solid;
  padding-bottom: 0.9125em;
  border-left-width: 0.0625em;
  border-left-style: solid;
  padding-left: 0.875em;
  border-right-width: 0.0625em;
  border-right-style: solid;
  padding-right: 0.875em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 * 3. Correct alignment displayed oddly in IE 6/7.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
  *margin-left: -7px;
  /* 3 */ }

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

.shares-label, .sources-label {
  color: #7f7f7f; }

.section-content {
  clear: both;
  padding: 1em; }

.section-content {
  background-color: #ffffff;
  border: 1px solid #b2b2b2;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1); }

.article-footer:after, .claim-footer-next:after, .card-header:after, .articles-filtering:after,
.sources-filtering:after, .navigation-footer-social:after, .navigation-social-buttons:after, .site-logo:after, .site-header-secondary > .container:after, .site-footer .container:after, .section:after, .page-timeline .article:after {
  clear: both;
  content: '';
  display: table; }

.articles-title, .section-title {
  font-size: 1.6em;
  margin-top: 0; }

.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

@media (min-width: 0) and (max-width: 48em) {
  .hidden-mobile {
    display: none !important; } }

@media (min-width: 48em) {
  .hidden-desktop {
    display: none !important; } }

.no-wrap {
  white-space: nowrap; }

.spacer-10 {
  width: 10px;
  display: inline-block; }

@media (min-width: 0) {
  .container,
  .page-content {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto; }
    .container:after,
    .page-content:after {
      content: " ";
      display: block;
      clear: both; } }
@media (min-width: 48em) {
  .container,
  .page-content {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto; }
    .container:after,
    .page-content:after {
      content: " ";
      display: block;
      clear: both; } }
@media (min-width: 68em) {
  .container,
  .page-content {
    max-width: 1024px;
    margin-left: auto;
    margin-right: auto; }
    .container:after,
    .page-content:after {
      content: " ";
      display: block;
      clear: both; } }

@media (min-width: 0) {
  .section-with-sidebar .section-header, .page-about > .container, .no-result, .articles-filtering,
  .sources-filtering.articles-filtering, .page-meta > .container, .site-header-primary, .site-header-categories > .container, .site-header-secondary > .container, .site-footer .container {
    padding-left: 15px;
    padding-right: 15px; } }
@media (min-width: 48em) {
  .section-with-sidebar .section-header, .page-about > .container, .no-result, .articles-filtering,
  .sources-filtering.articles-filtering, .page-meta > .container, .site-header-primary, .site-header-categories > .container, .site-header-secondary > .container, .site-footer .container {
    padding-left: 20px;
    padding-right: 20px; } }
@media (min-width: 68em) {
  .section-with-sidebar .section-header, .page-about > .container, .no-result, .articles-filtering,
  .sources-filtering.articles-filtering, .page-meta > .container, .site-header-primary, .site-header-categories > .container, .site-header-secondary > .container, .site-footer .container {
    padding-left: 40px;
    padding-right: 40px; } }

.section-with-sidebar .section-header {
  margin-top: 2em;
  margin-bottom: 2em; }
  .section-with-sidebar .section-header.with-stance, .section-with-sidebar .section-header.with-truthiness {
    position: relative; }
    @media (min-width: 48em) {
      .section-with-sidebar .section-header.with-stance, .section-with-sidebar .section-header.with-truthiness {
        padding-left: 10.2em; }
        .section-with-sidebar .section-header.with-stance .stance, .section-with-sidebar .section-header.with-stance .truthiness, .section-with-sidebar .section-header.with-truthiness .stance, .section-with-sidebar .section-header.with-truthiness .truthiness {
          top: 0.3em; } }

@media (min-width: 48em) {
  .site-logo {
    width: 23.40426%;
    float: left;
    margin-right: 2.12766%; }

  .site-menu {
    width: 74.46809%;
    float: right;
    margin-right: 0; }

  .articles-holder,
  .section-with-sidebar {
    width: 74.46809%;
    float: left; }

  .page-navigation {
    width: 25.53191%;
    float: left; }

  .mailchimp {
    width: 65.95745%;
    float: left;
    margin-right: 2.12766%; }

  .social-media {
    width: 31.91489%;
    float: right;
    margin-right: 0; }

  .page-article .page-content,
  .page-article .page-chart,
  .page-article .page-articles,
  .page-claim .page-content,
  .page-claim .page-chart,
  .page-claim .page-articles {
    clear: both;
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0; }

  .page-about .page-content {
    width: 82.97872%;
    float: left;
    margin-right: 2.12766%; }

  .card-all .card-title {
    width: 23.40426%;
    float: left;
    margin-right: 2.12766%; }
  .card-all .card-meta {
    width: 74.46809%;
    float: right;
    margin-right: 0; } }
* {
  box-sizing: border-box; }

body {
  color: #323232;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 15px;
  line-height: 1.5;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased; }

a {
  color: #1473a3; }

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.2; }

h1 {
  font-weight: 400;
  font-family: "franklin-gothic-urw", Helvetica, Arial, sans-serif; }

h2 {
  font-weight: 500; }

h3 {
  font-weight: 500; }

h4 {
  font-weight: 500; }

p {
  margin-top: 0; }

strong {
  font-weight: 500; }

button:active, button:focus {
  outline: 0; }

.social-media {
  text-align: right; }
  .social-media .icon {
    background-size: 24px 24px; }

.icon {
  text-indent: -9999px; }

.icon-confirmed,
.icon-resolved {
  background-image: url('/images/verified.svg');
  background-size: 15px 15px;
  display: inline-block;
  height: 15px;
  width: 15px;
  vertical-align: top; }

.icon-confirmed-truthiness {
  background-image: url('/images/verified-truthiness.svg');
  background-size: 15px 15px;
  display: inline-block;
  height: 15px;
  width: 15px;
  vertical-align: top; }

.icon-added {
  background-image: url('/images/originated.svg');
  background-size: 15px 15px;
  display: inline-block;
  height: 15px;
  width: 15px;
  vertical-align: top; }

.icon-most-shared {
  background-image: url('/images/shared.png');
  background-repeat: no-repeat;
  display: inline-block;
  height: 26px;
  margin-right: 5px;
  margin-top: -6px;
  vertical-align: middle;
  width: 26px; }

.icon-facebook,
.icon-twitter,
.icon-google {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 20px 20px;
  display: inline-block;
  height: 24px;
  vertical-align: top;
  width: 24px; }

.icon-facebook {
  background-image: url('/images/facebook.svg');
  width: 18px; }

.icon-twitter {
  background-image: url('/images/twitter.svg'); }

.icon-google {
  background-image: url('/images/google.svg'); }

.icon-search {
  background-image: url('/images/search.svg');
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 16px 16px;
  display: inline-block;
  height: 16px;
  width: 16px;
  overflow: hidden; }

.icon-close {
  background-image: url('/images/close.svg');
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 11px 11px;
  display: inline-block;
  height: 11px;
  width: 11px;
  overflow: hidden; }

.icon-facebook-round,
.icon-twitter-round {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 21px 21px;
  display: inline-block;
  height: 21px;
  vertical-align: top;
  width: 21px; }

.icon-facebook-round {
  background-image: url('/images/facebook-round.svg'); }

.icon-twitter-round {
  background-image: url('/images/twitter-round.svg'); }

.icon-facebook-white,
.icon-twitter-white {
  background-position: center center;
  background-repeat: no-repeat;
  display: inline-block;
  vertical-align: top; }

.icon-facebook-white {
  background-image: url('/images/facebook-white.svg');
  width: 9px;
  height: 14px; }

.icon-twitter-white {
  background-image: url('/images/twitter-white.svg');
  width: 15px;
  height: 14px; }

.icon-dispute {
  background-image: url('/images/dispute.svg');
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 17px 20px;
  display: inline-block;
  height: 20px;
  width: 17px; }

.icon-submit-a-source {
  background-image: url('/images/submit.svg');
  background-position: center center;
  background-repeat: no-repeat;
  display: inline-block;
  height: 20px;
  width: 14px; }

.list-unstyled {
  list-style-type: none;
  padding-left: 0; }

input[type="text"],
input[type="email"],
input[type="search"] {
  box-shadow: 0;
  padding: .5em .75em; }

input[type="search"] {
  width: 60%; }

input[type="submit"] {
  border: 0;
  border-radius: 2px;
  padding: .5em .75em; }

ul.credits {
  list-style-type: none;
  margin: 0;
  padding: 0; }

.page-about > .container {
  padding-top: 2em;
  padding-bottom: 2em; }

.page-articles {
  padding-bottom: 0; }

.articles-title {
  margin-bottom: 1em; }

.articles {
  list-style-type: none;
  margin-bottom: 0;
  margin-top: 0;
  padding-left: 0; }

.article-title {
  font-family: "franklin-gothic-urw", Helvetica, Arial, sans-serif;
  font-size: 1.6em;
  font-weight: 300;
  margin-bottom: .5em;
  margin-top: 0; }
  .article-title > a {
    text-decoration: none; }
  @media (min-width: 0) and (max-width: 48em) {
    .article-title {
      clear: both; } }

.article-list-title {
  margin-bottom: 0.5em; }
  .article-list-title a {
    text-decoration: none;
    font-weight: 600; }

.article-meta,
.article-byline {
  font-size: 0.8em;
  line-height: 1.2; }

.article-meta {
  margin-bottom: .75em;
  color: #7f7f7f; }
  @media (min-width: 0) and (max-width: 48em) {
    .article-meta {
      float: right; } }

.article-category {
  color: #7f7f7f;
  font-family: "franklin-gothic-urw", Helvetica, Arial, sans-serif;
  text-transform: uppercase; }

.article-updated {
  font-weight: 500; }

.article-shares {
  color: #323232;
  font-weight: 500; }
  @media (min-width: 48em) {
    .article-shares {
      float: right; } }
  .article-shares .label {
    color: #7f7f7f; }

.article-byline {
  color: #7f7f7f;
  margin-bottom: 1em;
  font-weight: 500; }
  .article-byline .article-source {
    margin-right: 15px; }

.article-source a {
  font-weight: 600;
  text-decoration: none; }
.article-source .indicator {
  margin-right: 5px;
  margin-left: 8px; }

.article-originated {
  display: inline-block; }
  @media (min-width: 0) and (max-width: 48em) {
    .article-originated {
      display: block;
      margin: 0.4em 0; } }

.article-content {
  font-size: 0.95em;
  margin-bottom: 0; }
  @media (min-width: 0) and (max-width: 48em) {
    .article-content {
      clear: both;
      line-height: 1.4; } }

.article-tags,
.article-tracked {
  font-size: 0.8em;
  font-weight: 500;
  margin-top: 1em; }
  .article-tags .label,
  .article-tracked .label {
    color: #7f7f7f; }

.article-tags {
  position: relative;
  padding-left: 55px; }
  .article-tags .label {
    position: absolute;
    left: 0; }
  .article-tags a {
    text-decoration: none;
    display: inline-block;
    margin-right: 10px; }

@media (min-width: 0) and (max-width: 48em) {
  .article-footer {
    margin-top: 1em; } }
@media (min-width: 48em) {
  .article-footer .article-tags {
    width: 57.44681%;
    float: left;
    margin-right: 2.12766%; } }
@media (min-width: 48em) {
  .article-footer .article-tracked {
    text-align: right;
    width: 31.91489%;
    float: right;
    margin-right: 0; } }
.article-footer .tracked-group {
  display: inline-block;
  margin-left: 7px; }
  .article-footer .tracked-group .indicator {
    margin-left: 5px; }

.article-preview {
  border-bottom: 1px solid #eaeaea;
  padding: 1em;
  position: relative; }
  @media (min-width: 48em) {
    .article-preview {
      padding: 1.5em 2em 1.5em 10.2em; } }

.articles li:last-child .article-preview {
  border-bottom: none; }

.no-result {
  padding-top: 2em;
  padding-bottom: 2em; }
  @media (min-width: 48em) {
    .no-result {
      min-height: 200px; } }

.article-source-title {
  color: #7f7f7f;
  font-size: 1em;
  margin-bottom: 1em; }

.article-source {
  /* font-size: .95em; */ }

.article-revision .article-header,
.article-revision .article-footer {
  padding: 1em; }

.changes {
  font-size: 1em;
  font-weight: 500;
  list-style-type: none;
  margin-bottom: 0;
  margin-top: 0;
  padding-left: 0; }

.page-articles {
  padding-top: 2em;
  padding-bottom: 2em; }
  .page-articles .article.with-stance {
    position: relative; }
    @media (min-width: 48em) {
      .page-articles .article.with-stance {
        padding-left: 8em; }
        .page-articles .article.with-stance .stance {
          left: 0;
          top: 0; } }
  .page-articles .articles > li {
    border-bottom: 1px solid #ebebeb; }
    @media (min-width: 0) and (max-width: 48em) {
      .page-articles .articles > li {
        padding-top: 2em; } }

@media (min-width: 48em) {
  .page-claim .page-meta .container,
  .page-claim .sources-filtering .container {
    padding-left: 10.2em; } }

.page-claim-body .page-content {
  padding-bottom: 0; }

.article-list-title time {
  margin-right: 10px; }

.claim-footer-next {
  border-top: 1px solid #ebebeb;
  padding: 2em 0; }
  @media (min-width: 0) and (max-width: 48em) {
    .claim-footer-next {
      padding-left: 15px;
      padding-right: 15px; } }
  .claim-footer-next .next-label {
    font-size: 0.95em;
    color: #7f7f7f;
    font-weight: 500; }
  .claim-footer-next .next-link-holder {
    position: relative;
    padding-left: 5.5em;
    margin-top: 0.5em; }
    .claim-footer-next .next-link-holder .truthiness {
      position: absolute;
      left: 0;
      top: 0.1em; }
    .claim-footer-next .next-link-holder a {
      text-decoration: none;
      font-size: 1.2em; }
  @media (min-width: 48em) {
    .claim-footer-next .container {
      padding-left: 10.2em;
      padding-right: 19%; } }

.cards {
  max-width: 445px; }

.card-categories {
  display: table;
  border: 1px solid #ebebeb;
  border-radius: 5px;
  width: 100%;
  background-clip: padding-box;
  background-color: #ffffff; }
  .card-categories.card-categories-1 {
    width: 33.3%; }
  .card-categories.card-categories-2 {
    width: 66.6%; }
  .card-categories.card-categories-3 {
    width: 100%; }

.card-category {
  display: table-cell;
  vertical-align: top;
  border-right: 1px solid #ebebeb;
  background-clip: padding-box; }
  .card-category.card-category-for {
    background-color: #f2fcf8; }
  .card-category.card-category-against {
    background-color: #fff2f2; }
  .card-category:last-child {
    border-right: none; }
  .card-categories-1 .card-category {
    width: 100%; }
  .card-categories-2 .card-category {
    width: 50%; }
  .card-categories-3 .card-category {
    width: 33.3%; }

.card {
  position: relative;
  margin-bottom: 1em; }
  .card:last-child {
    margin-bottom: 0; }
  .card .sources {
    font-size: 1.1em;
    display: table;
    width: 100%; }
    .card .sources .sources-count,
    .card .sources .indicator-holder {
      vertical-align: top;
      display: table-cell;
      text-align: left; }
    .card .sources .sources-count {
      white-space: nowrap;
      width: 5px; }
    .card .sources .indicator-holder {
      padding-top: 10px;
      padding-left: 5px; }
  @media (min-width: 48em) {
    .card {
      margin-bottom: 0; } }

.card-header,
.card-content {
  padding: 1em; }

.card-header {
  padding-bottom: 0;
  line-height: 1; }

.card-title {
  display: inline-block;
  font-weight: 500;
  margin-bottom: 0;
  margin-top: 0;
  color: #7f7f7f;
  font-size: 1.1em;
  color: #323232; }
  .card-title .icon {
    margin-top: 0;
    margin-left: .5em; }

.card-meta {
  text-align: right; }

.card-content {
  width: 100%; }

.articles-filtering,
.sources-filtering {
  border-bottom: 1px solid #ebebeb;
  padding-right: 0; }
  .articles-filtering.articles-filtering,
  .sources-filtering.articles-filtering {
    background-color: #fafafa; }
    @media (min-width: 0) and (max-width: 48em) {
      .articles-filtering.articles-filtering,
      .sources-filtering.articles-filtering {
        padding-left: 0;
        padding-right: 0; } }
  .articles-filtering.sources-filtering,
  .sources-filtering.sources-filtering {
    background-color: #fdfdfd; }
    @media (min-width: 48em) {
      .articles-filtering.sources-filtering,
      .sources-filtering.sources-filtering {
        margin-left: 5px; } }
    @media (min-width: 0) and (max-width: 48em) {
      .articles-filtering.sources-filtering,
      .sources-filtering.sources-filtering {
        padding-left: 15px;
        padding-right: 15px; } }
  .articles-filtering .navigation-filtering,
  .sources-filtering .navigation-filtering {
    float: left;
    margin-left: -2px; }
    @media (min-width: 0) and (max-width: 48em) {
      .articles-filtering .navigation-filtering,
      .sources-filtering .navigation-filtering {
        padding-left: 15px;
        padding-right: 15px; } }
    .articles-filtering .navigation-filtering li,
    .sources-filtering .navigation-filtering li {
      float: left;
      margin-bottom: -1px; }
    .articles-filtering .navigation-filtering .navigation-link,
    .sources-filtering .navigation-filtering .navigation-link {
      color: #7f7f7f;
      border-bottom: 1px solid transparent;
      line-height: 1;
      font-size: 0.7em;
      padding: 18px 2px 16px;
      margin: 0 11px 0 0;
      transition: border .15s ease-in-out; }
      @media (min-width: 48em) {
        .articles-filtering .navigation-filtering .navigation-link,
        .sources-filtering .navigation-filtering .navigation-link {
          margin: 0 20px 0 0;
          font-size: 0.8em; } }
      .articles-filtering .navigation-filtering .navigation-link:hover,
      .sources-filtering .navigation-filtering .navigation-link:hover {
        border-bottom-color: #b2b2b2; }
      .articles-filtering .navigation-filtering .navigation-link.active,
      .sources-filtering .navigation-filtering .navigation-link.active {
        color: #323232;
        border-bottom-color: #323232; }
    .articles-filtering .navigation-filtering + .navigation-filtering,
    .sources-filtering .navigation-filtering + .navigation-filtering {
      margin-left: 0; }
      @media (min-width: 0) and (max-width: 48em) {
        .articles-filtering .navigation-filtering + .navigation-filtering,
        .sources-filtering .navigation-filtering + .navigation-filtering {
          float: none;
          clear: both;
          border-top: 1px solid #ebebeb; } }
      @media (min-width: 48em) {
        .articles-filtering .navigation-filtering + .navigation-filtering,
        .sources-filtering .navigation-filtering + .navigation-filtering {
          padding-left: 11px;
          border-left: 1px solid #ebebeb;
          border-right: 1px solid #ebebeb; } }
      @media (min-width: 48em) {
        .articles-filtering .navigation-filtering + .navigation-filtering,
        .sources-filtering .navigation-filtering + .navigation-filtering {
          padding-left: 20px; } }

.filters {
  background-color: #fafafa;
  border-bottom: 1px solid #ebebeb;
  border-left: 1px solid #ebebeb;
  border-right: 1px solid #ebebeb;
  list-style-type: none;
  margin-bottom: 2em;
  margin-top: 0;
  padding-left: 1em; }
  .filters > li {
    display: inline-block; }
    .filters > li + li {
      margin-left: 1.5em; }
  @media (min-width: 48em) {
    .filters {
      margin-left: 40px;
      margin-right: 40px; } }

.filter {
  background-color: transparent;
  border: 0;
  display: inline-block;
  font-size: 0.8em;
  padding: 1em 0;
  width: 100%; }
  .filter:focus {
    outline: 0; }
  .filter:hover {
    box-shadow: 0 1px 0 #b2b2b2; }
  .filter.is-selected {
    box-shadow: 0 1px 0 #323232; }

.menu {
  list-style-type: none;
  margin-bottom: 0;
  margin-top: 0;
  padding-left: 0; }
  .menu > li {
    float: left; }
    .menu > li + li {
      margin-left: 2em; }

.menu-item {
  display: block;
  text-decoration: none; }

.menu-site {
  float: right; }
  .menu-site .menu-item {
    color: #ffffff;
    line-height: 38px;
    opacity: .75;
    transition: opacity .15s ease-in-out; }
    .menu-site .menu-item.active {
      opacity: 1; }
    .menu-site .menu-item:hover {
      opacity: 1; }

.navigation {
  list-style-type: none;
  margin-bottom: 0;
  margin-top: 0;
  padding-left: 0; }

.navigation-link {
  display: block;
  text-decoration: none; }
  .navigation-link .icon {
    margin-right: 10px;
    vertical-align: top; }

.navigation-label {
  display: block;
  color: #7f7f7f;
  font-size: 0.8em;
  font-weight: 500; }

button.navigation-link {
  border: 0;
  background-color: transparent;
  padding: unherit; }

.site-menu-toggle {
  width: 22px;
  height: 16px;
  display: block;
  background: none;
  border: 0;
  margin: 0;
  padding: 0;
  outline: none;
  position: absolute;
  right: 15px;
  top: 50%;
  margin-top: -8px;
  border-top: 2px solid #ffffff;
  border-bottom: 2px solid #ffffff;
  transition: opacity .15s ease-in-out; }
  @media (min-width: 48em) {
    .site-menu-toggle {
      display: none; } }
  .site-menu-toggle span {
    text-indent: 100%;
    overflow: hidden;
    display: block;
    width: 100%;
    height: 2px;
    background-color: #ffffff; }
  .site-menu-toggle:hover {
    opacity: .75; }

.navigation-site {
  float: right;
  font-size: 0.8em;
  display: none; }
  @media (min-width: 48em) {
    .navigation-site {
      display: block; } }
  .navigation-site > li {
    float: left; }
  .navigation-site .navigation-link {
    color: #ffffff;
    font-weight: 700;
    line-height: 38px;
    opacity: 1;
    padding-left: 2em;
    transition: opacity .15s ease-in-out; }
    .navigation-site .navigation-link.active {
      opacity: .75; }
    .navigation-site .navigation-link:hover {
      opacity: .75; }

@media (min-width: 0) and (max-width: 48em) {
  .navigation-site {
    transition: max-height .15s ease-in-out;
    max-height: 0;
    display: block;
    overflow-y: hidden;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background: #000;
    z-index: 5; }
    .navigation-site .navigation-link {
      padding-left: 1em; }

  .site-header.nav-toggle-active .navigation-site {
    max-height: 50px; } }
.navigation-categories {
  font-family: "franklin-gothic-urw", Helvetica, Arial, sans-serif;
  font-size: 0.95em;
  margin-left: -5px;
  text-transform: uppercase;
  white-space: nowrap;
  width: 100%; }
  .navigation-categories > li {
    display: inline-block;
    white-space: nowrap;
    position: relative; }
    .navigation-categories > li:before {
      content: '';
      width: 3px;
      height: 3px;
      display: inline-block;
      margin: 0 10px;
      background: #e0e0e0;
      vertical-align: middle; }
    .navigation-categories > li:first-child:before {
      display: none; }
  .navigation-categories .navigation-link {
    color: #7f7f7f;
    display: inline-block;
    font-weight: 500;
    opacity: 1;
    padding: .7em .5em;
    transition: color .25s ease;
    white-space: nowrap; }
    .navigation-categories .navigation-link:hover {
      color: #323232; }

.navigation-trending {
  margin-right: -5px;
  display: inline-block; }
  .navigation-trending > li {
    display: inline-block;
    position: relative; }
  .navigation-trending .navigation-link {
    opacity: 1;
    transition: opacity .15s ease;
    display: inline-block;
    margin: 0 .75em;
    font-size: 0.8em; }
    .navigation-trending .navigation-link.active {
      opacity: .75; }
    .navigation-trending .navigation-link:hover {
      opacity: .75; }

.navigation-page > li {
  padding: 15px; }
  .navigation-page > li:first-child {
    border-top: 1px solid #eaeaea; }
  @media (min-width: 48em) {
    .navigation-page > li {
      padding: 20px; }
      .navigation-page > li:first-child {
        border-top: none; } }
.navigation-page p {
  margin-bottom: 0;
  margin-top: 0.5em;
  font-size: 0.8em; }
.navigation-page .navigation-link {
  font-size: 0.8em;
  font-weight: 700;
  text-decoration: underline; }

.navigation-social .navigation-link {
  line-height: 21px;
  margin-top: 0.5em; }

.navigation-footer-social {
  border-top: 1px solid #ebebeb;
  padding: 2em 0; }
  @media (min-width: 0) and (max-width: 48em) {
    .navigation-footer-social {
      padding-left: 15px;
      padding-right: 15px; } }
  @media (min-width: 48em) {
    .navigation-footer-social .navigation {
      margin-left: 10.2em; } }
  .navigation-footer-social .navigation > li {
    float: left; }
    .navigation-footer-social .navigation > li:first-child {
      float: none; }
  .navigation-footer-social .navigation .navigation-label {
    color: #7f7f7f;
    font-size: 0.8em;
    line-height: 1;
    display: block;
    margin-bottom: 0.5em; }
  .navigation-footer-social .navigation .navigation-link {
    margin-right: 0.5em;
    width: 31px;
    height: 31px;
    overflow: hidden;
    background-color: #000; }
    .navigation-footer-social .navigation .navigation-link.facebook {
      padding: 8px 0 0 10px;
      background-color: #3b5898; }
      .navigation-footer-social .navigation .navigation-link.facebook:hover {
        background-color: #344d86; }
    .navigation-footer-social .navigation .navigation-link.twitter {
      padding: 8px 0 0 8px;
      background-color: #01aced; }
      .navigation-footer-social .navigation .navigation-link.twitter:hover {
        background-color: #019ad4; }

.navigation-social-buttons {
  border-top: 1px solid #ebebeb;
  margin-top: 1em;
  padding-top: 1em; }
  .navigation-social-buttons li {
    float: left;
    margin-right: 10px;
    margin-top: 0.5em; }
    .navigation-social-buttons li:last-child {
      margin-right: 0; }
    .navigation-social-buttons li .navigation-link {
      line-height: 1;
      display: block;
      padding: 1em 2em;
      text-align: center;
      background-color: #000;
      color: #FFF;
      font-weight: 600;
      font-size: 0.95em;
      transition: background .15s ease-in-out;
      min-width: 250px; }
      .navigation-social-buttons li .navigation-link .icon {
        margin-right: 15px; }
      .navigation-social-buttons li .navigation-link.facebook {
        background-color: #3b5898; }
        .navigation-social-buttons li .navigation-link.facebook:hover {
          background-color: #344d86; }
      .navigation-social-buttons li .navigation-link.twitter {
        background-color: #01aced; }
        .navigation-social-buttons li .navigation-link.twitter:hover {
          background-color: #019ad4; }

.navigation-footer li {
  float: left;
  margin-left: 30px; }
  .navigation-footer li a {
    font-size: 0.8em;
    color: #7f7f7f; }
  .navigation-footer li:first-child {
    margin-left: 0; }

.page {
  background-color: #ffffff; }

.page-title {
  margin-top: 0;
  margin-bottom: 0.5em; }
  @media (min-width: 0) and (max-width: 48em) {
    .page-title {
      clear: both; } }

.page-content {
  padding-bottom: 2em; }
  .page-content.page-claims-parent {
    padding-bottom: 0; }

.page-meta {
  background-color: #fcfcfc;
  border-top: 1px solid #ebebeb;
  border-bottom: 1px solid #ebebeb;
  padding-top: 1.5em;
  padding-bottom: 1.5em; }
  .page-meta .meta-title {
    margin-top: 0;
    font-family: "franklin-gothic-urw", Helvetica, Arial, sans-serif;
    font-weight: 400;
    margin-bottom: 0.5em; }

.site-header {
  background-color: #000;
  color: #ffffff;
  position: relative;
  background: url('/images/background-header.png') repeat-x;
  background-size: 1px 90px;
  background-position: center center; }
  @media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6 / 2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
    .site-header {
      background-image: url('/images/background-header@2x.png'); } }

.site-header-primary {
  height: 3.3em;
  padding-top: 1em; }
  @media (min-width: 48em) {
    .site-header-primary {
      padding-top: 1.9em;
      height: 6em; }
      .site-header-primary .site-menu {
        padding-top: 1.25em; } }

.site-logo {
  text-decoration: none; }
  .site-logo .tagline {
    text-decoration: none;
    color: #FFF;
    font-size: 11px;
    line-height: 1;
    float: left;
    display: block;
    padding-bottom: 10px;
    margin-left: 15px;
    padding-top: 8px; }
    @media (min-width: 48em) {
      .site-logo .tagline {
        margin-top: 0.2em;
        margin-bottom: 0;
        padding-top: 2px;
        padding-bottom: 0;
        padding-left: 0;
        float: none;
        font-size: 13px;
        margin-left: 0; } }
  .site-logo .emergent {
    background: url('/images/emergent.png') no-repeat;
    background-size: 96px 22px;
    height: 22px;
    line-height: 1;
    margin-bottom: 0;
    padding-top: 0.35em;
    text-indent: -9999px;
    width: 96px;
    float: left;
    display: block; }
    @media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6 / 2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
      .site-logo .emergent {
        background-image: url('/images/emergent@2x.png'); } }
    @media (min-width: 48em) {
      .site-logo .emergent {
        float: none;
        background: url('/images/emergent.png') no-repeat;
        background-size: 122px 28px;
        height: 28px;
        padding-top: 0;
        width: 122px; } }
  @media (min-width: 48em) and (min--moz-device-pixel-ratio: 1.3), (min-width: 48em) and (-o-min-device-pixel-ratio: 2.6 / 2), (min-width: 48em) and (-webkit-min-device-pixel-ratio: 1.3), (min-width: 48em) and (min-device-pixel-ratio: 1.3), (min-width: 48em) and (min-resolution: 1.3dppx) {
    .site-logo .emergent {
      background-image: url('/images/emergent@2x.png'); } }

.site-header-categories {
  background-color: #fafafa;
  overflow: hidden;
  overflow-x: scroll;
  -webkit-overflow-scrolling: touch; }
  @media (min-width: 48em) {
    .site-header-categories {
      overflow: hidden; } }
  .site-header-categories .navigation-link {
    font-size: 0.8em; }

.site-header-secondary {
  background: #f2f2f2 url('/images/pattern.svg') top left repeat;
  border-bottom: 1px solid #ebebeb;
  min-height: 52px; }
  .site-header-secondary > .container {
    position: relative; }
  .site-header-secondary .page-title {
    font-family: "franklin-gothic-urw", Helvetica, Arial, sans-serif;
    font-weight: 400;
    margin: 1em 0 .6em;
    line-height: 1;
    font-size: 1.3em; }
  .site-header-secondary .page-title-holder {
    float: left;
    transition: opacity .15s ease-in-out; }
  .site-header-secondary .search-holder {
    float: right;
    margin-top: 1.4em;
    position: relative; }

.site-menu-trending {
  float: left;
  transition: opacity .15s ease-in-out;
  opacity: 1;
  display: none; }
  @media (min-width: 48em) {
    .site-menu-trending {
      display: block; } }
  .site-menu-trending .label {
    color: #7f7f7f;
    font-size: 0.8em;
    display: inline-block;
    padding: 0 .75em; }

.articles-search {
  float: left;
  margin: 0.3em 0 0 1em; }
  .articles-search .search-toggle,
  .articles-search .search-close {
    display: block;
    margin: 0;
    padding: 0;
    border: none;
    background-color: transparent;
    width: 16px;
    height: 16px;
    outline: none;
    transition: opacity .15s ease-in-out; }
    .articles-search .search-toggle .icon,
    .articles-search .search-close .icon {
      display: block; }
    .articles-search .search-toggle:hover,
    .articles-search .search-close:hover {
      opacity: .75; }
  .articles-search .search-close {
    width: 20px;
    height: 20px; }
  .articles-search .articles-search-holder {
    position: absolute;
    right: -5px;
    bottom: -0.313em;
    width: 0;
    overflow: hidden;
    opacity: 0;
    transition: opacity .15s ease-in-out; }
    @media (min-width: 48em) {
      .articles-search .articles-search-holder {
        bottom: -0.05em; } }
    .articles-search .articles-search-holder .inner {
      position: relative; }
    .articles-search .articles-search-holder input {
      background-color: #fafafa;
      border: 1px solid #eeeeee;
      line-height: 1;
      font-size: 16px;
      padding: 5px 25px 4px 10px;
      outline: none;
      width: 220px;
      box-sizing: border-box;
      border-radius: 0;
      -webkit-appearance: none; }
    .articles-search .articles-search-holder .search-close {
      position: absolute;
      right: 0;
      top: 50%;
      margin-top: -10px; }

.site-header-secondary.search-toggle-active .site-menu-trending {
  opacity: 0; }
.site-header-secondary.search-toggle-active .articles-search-holder {
  display: block;
  opacity: 1;
  width: auto; }
@media (min-width: 0) and (max-width: 48em) {
  .site-header-secondary.search-toggle-active .page-title-holder {
    opacity: 0; } }

.site-footer {
  border-top: 1px solid #ebebeb; }
  .site-footer .container .copyright {
    padding: 1em 0 0;
    font-size: 0.8em;
    color: #7f7f7f; }
  .site-footer .container .footer-menu {
    padding: 1em 0 2em; }
  @media (min-width: 48em) {
    .site-footer .container .copyright {
      float: left;
      padding: 1em 0; }
    .site-footer .container .footer-menu {
      float: right;
      padding: 1em 0 2em; } }

.section-title {
  margin-bottom: .75em; }

@media (min-width: 48em) {
  .section-with-sidebar {
    border-right: 1px solid #eaeaea; } }
@media (min-width: 68em) {
  .section-with-sidebar {
    border-left: 1px solid transparent; }
    .section-with-sidebar.articles-holder {
      border-left-color: #eaeaea; } }

.shares-over-time {
  display: none; }
  @media (min-width: 68em) {
    .shares-over-time {
      display: block; } }

.articles .shares {
  text-align: center; }
.meta .shares {
  font-size: 0.8em; }
.page-meta .shares {
  display: inline-block; }
  .page-meta .shares + .shares {
    margin-left: 2em;
    margin-bottom: 1em; }
.card-category .shares {
  margin-top: 0.5em; }

.card-category .shares-label {
  display: block;
  font-size: 0.8em;
  color: #7f7f7f; }

.shares-value {
  font-weight: 500;
  line-height: 1; }

.social {
  list-style-type: none;
  margin-top: 1em;
  padding-left: 0; }
  .social > li {
    display: inline-block; }
    .social > li + li {
      margin-left: 1.25em; }

.social-value {
  font-size: 1.2em;
  font-weight: 500;
  line-height: 24px;
  margin-left: .2em; }

.sources {
  font-size: 0.95em;
  margin-bottom: 0; }

.sources-value {
  display: block;
  font-weight: 500; }

.stance, .truthiness {
  border: 1px solid transparent;
  border-radius: 3px;
  display: inline-block;
  float: left;
  line-height: 1;
  padding: .4em .4em .5em;
  text-align: center;
  width: 5.5em; }
  .with-stance .stance, .with-truthiness .stance, .with-stance .truthiness, .with-truthiness .truthiness {
    margin-bottom: 1em; }
    @media (min-width: 48em) {
      .with-stance .stance, .with-truthiness .stance, .with-stance .truthiness, .with-truthiness .truthiness {
        left: 2.6em;
        position: absolute;
        top: 3.1em;
        margin-bottom: 0; } }
  @media (min-width: 48em) {
    .stance, .truthiness {
      display: block;
      float: none; } }
  .stance.stance-small, .stance.truthiness-small, .truthiness.stance-small, .truthiness.truthiness-small {
    padding: .2em .2em .3em;
    width: 5em; }

.stance-value, .truthiness-value {
  font-size: 0.8em;
  font-weight: 700;
  letter-spacing: .025em;
  text-transform: capitalize; }

.truthiness-true,
.truthiness-false,
.stance-for,
.stance-against {
  color: #ffffff;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2); }

.truthiness-true,
.stance-for {
  background-color: #00bf71;
  border-color: #00bf71; }

.truthiness-false,
.stance-against {
  background-color: #e70909;
  border-color: #e70909; }

.truthiness-unknown,
.stance-observing {
  background-color: transparent;
  border-color: #919191;
  color: #656565; }

.stance-changing {
  background-color: #f4f4f4;
  color: #7f7f7f;
  border-color: #ededed; }

.indicator {
  border: 1px solid transparent;
  border-radius: 3px;
  display: inline-block;
  width: 6px;
  height: 6px;
  vertical-align: middle;
  margin-bottom: 0.2em; }

.indicator-holder .indicator {
  margin-right: 2px;
  float: left; }

.indicator-true,
.indicator-false {
  color: #ffffff; }

.indicator-true,
.indicator-for {
  background-color: #00bf71;
  border-color: #00bf71; }

.indicator-false,
.indicator-against {
  background-color: #e70909;
  border-color: #e70909; }

.indicator-unknown,
.indicator-observing {
  background-color: transparent;
  border-color: #656565;
  color: #656565; }

.status {
  display: block; }
  .status + .status {
    margin-top: .75em; }

.status-label {
  font-size: 0.95em;
  font-weight: 500; }

.status-value {
  color: #ffffff;
  display: block;
  letter-spacing: 1px;
  padding: .5em .75em;
  text-transform: uppercase; }

.status-ignoring .status-value,
.status-unknown .status-value {
  background-color: #b2b2b2; }

.status-false .status-value,
.status-against .status-value {
  background-color: #e70909; }

.status-true .status-value,
.status-for .status-value {
  background-color: #00bf71; }

.status-observing .status-value {
  background-color: #656565; }

.tracking {
  border-top: 1px solid #ebebeb;
  margin-top: 1em;
  padding-top: 1em;
  margin-bottom: 0;
  padding-bottom: 0; }

.tracking-header {
  font-size: 0.8em;
  font-weight: 500;
  color: #7f7f7f;
  display: inline-block;
  margin-bottom: 0.5em; }
  .tracking-header a {
    font-weight: 600;
    text-decoration: none; }

.tracking-body {
  font-size: 0.95em; }

.tracking-unknown {
  border-left-color: #656565; }

.tracking-false {
  border-left-color: #e70909; }

.tracking-true {
  border-left-color: #00bf71; }

@media (min-width: 0) and (max-width: 48em) {
  .page-timeline {
    padding-left: 15px;
    padding-right: 15px; } }
.page-timeline .article {
  position: relative;
  padding: 0 0 1.4em; }
  @media (min-width: 48em) {
    .page-timeline .article {
      padding: 0 1em 1.4em 2em; } }
  .page-timeline .article .article-description {
    margin-bottom: 0; }
  .page-timeline .article .article-list-title {
    margin-top: 0;
    margin-bottom: 0.3em; }
  .page-timeline .article .icon {
    position: absolute;
    left: 0;
    margin-left: -8px;
    margin-top: 0;
    z-index: 5;
    display: none; }
    @media (min-width: 48em) {
      .page-timeline .article .icon {
        display: block; } }
  .page-timeline .article .stance-changing {
    right: 100%;
    left: auto;
    top: auto;
    margin-top: -7px;
    margin-right: 2em;
    z-index: 4; }
    .page-timeline .article .stance-changing:after {
      content: '';
      width: 2em;
      height: 1px;
      background-color: #ebebeb;
      overflow: hidden;
      position: absolute;
      left: 100%;
      top: 50%; }
.page-timeline .article-header-date {
  overflow: auto; }
  .page-timeline .article-header-date hr {
    border: none;
    width: 100%;
    height: 1px;
    background-color: #ebebeb;
    margin: 15px 0 5px;
    padding: 0; }
  .page-timeline .article-header-date span {
    display: block;
    font-size: 0.95em;
    font-weight: 500;
    padding: 2em 0 1em; }
    @media (min-width: 48em) {
      .page-timeline .article-header-date span {
        padding: 2em 1em 1em 2em; } }
.page-timeline .articles li .shares-label,
.page-timeline .articles li .shares-value {
  font-size: 12px; }
@media (min-width: 48em) {
  .page-timeline .articles li {
    margin-left: 9.6em;
    border-left: 1px solid #ebebeb; } }
.page-timeline .articles li:first-child .article-header-date hr {
  display: none; }

.modal-open {
  overflow: hidden; }

.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  -webkit-overflow-scrolling: touch;
  outline: 0; }
  .modal.in .modal-dialog {
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); }

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto; }

.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px; }

.modal-content {
  position: relative;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  background-clip: padding-box;
  outline: 0; }

.modal-backdrop {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  background-color: #000; }
  .modal-backdrop.fade {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0; }
  .modal-backdrop.in {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
    opacity: 0.5; }

.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
  min-height: 16px;
  position: relative; }

.modal-header .close {
  border: none;
  padding: 0;
  margin: 0;
  background: transparent;
  -webkit-appearance: none;
  font-size: 20px;
  line-height: 1;
  padding: 5px;
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -15px; }

.modal-title {
  margin: 0;
  line-height: 1; }

.modal-body {
  position: relative;
  padding: 15px; }

.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
  overflow: hidden;
  *zoom: 1; }
  .modal-footer .btn + .btn {
    margin-left: 5px;
    margin-bottom: 0; }
  .modal-footer .btn-group .btn + .btn {
    margin-left: -1px; }
  .modal-footer .btn-block + .btn-block {
    margin-left: 0; }

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll; }

@media (min-width: 48em) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto; }

  .modal-sm {
    width: 300px; } }
@media (min-width: 68em) {
  .modal-lg {
    width: 900px; } }
#mc_embed_signup {
  margin-top: 1em;
  position: relative;
  padding-right: 75px; }
  #mc_embed_signup input,
  #mc_embed_signup .button {
    height: 33px;
    font-size: 12px;
    box-sizing: border-box;
    border-radius: 0; }
  #mc_embed_signup input {
    -webkit-appearance: none;
    border: none;
    margin: 0;
    background-color: #FFF;
    color: #656565;
    border: 1px solid #cccccc;
    width: 100%;
    padding: 0.2em 1em 0;
    line-height: 1;
    display: block; }
    #mc_embed_signup input:focus {
      outline: none;
      border-color: #999; }
  #mc_embed_signup .button {
    transition: background .15s ease-in-out;
    -webkit-appearance: none;
    border: none;
    margin: 0;
    background-color: #e0e0e0;
    color: #656565;
    font-weight: 600;
    border: 1px solid transparent;
    width: 71px;
    text-align: center;
    position: absolute;
    right: 0;
    top: 0;
    padding: 0.1em 0 0;
    vertical-align: top;
    line-height: 1; }
    #mc_embed_signup .button:hover {
      background-color: #d6d6d6;
      color: #656565; }

/*# sourceMappingURL=main.css.map */
