/* line 14, ../../assets/sass/footnotes.sass */
#template-news_article section.module-post_content .wrap ol.footnotes {
  counter-reset: li;
  margin-left: 0;
  padding-left: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.25);
  padding-top: 2em;
}
/* line 21, ../../assets/sass/footnotes.sass */
#template-news_article section.module-post_content .wrap ol.footnotes > li {
  position: relative;
  margin: 0 0 0.5em 0.5em;
  padding: 0 8px 0 0;
  list-style: none;
  background: #f6f6f6;
  font-size: 1em;
}
/* line 30, ../../assets/sass/footnotes.sass */
#template-news_article section.module-post_content .wrap ol.footnotes > li:before {
  content: counter(li);
  counter-increment: li;
  position: absolute;
  top: -5px;
  left: -2em;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 1.5em;
  margin-right: 8px;
  font-weight: 600;
  text-align: right;
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-size: 0.65em;
}
/* line 49, ../../assets/sass/footnotes.sass */
#template-news_article section.module-post_content .wrap ol.footnotes > li p:first-of-type:first-letter {
  font-size: initial;
  padding-right: initial;
  line-height: normal;
  float: none;
}
/* line 55, ../../assets/sass/footnotes.sass */
#template-news_article section.module-post_content .wrap ol.footnotes li ol, #template-news_article section.module-post_content .wrap ol.footnotes li ul {
  margin-top: 6px;
}
/* line 57, ../../assets/sass/footnotes.sass */
#template-news_article section.module-post_content .wrap ol.footnotes ol ol li:last-child {
  margin-bottom: 0;
}
