@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

/* Generated by Font Squirrel (https://www.fontsquirrel.com) on August 9, 2016 */
@font-face {
  font-family: 'serif-12';
  src: url("/assets/fonts/serif12beta-italic-webfont.woff2") format("woff2"), url("/assets/fonts/serif12beta-italic-webfont.woff") format("woff");
  font-weight: normal;
  font-style: italic; }
@font-face {
  font-family: 'serif-12';
  src: url("/assets/fonts/serif12beta-regular-webfont.woff2") format("woff2"), url("/assets/fonts/serif12beta-regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'serif-12';
  src: url("/assets/fonts/serif12beta-bold-webfont.woff2") format("woff2"), url("/assets/fonts/serif12beta-bold-webfont.woff") format("woff");
  font-weight: bold;
  font-style: normal; }
@font-face {
  font-family: 'FontAwesome';
  src: url("../fonts/fontawesome-webfont.eot?v=4.6.3");
  src: url("../fonts/fontawesome-webfont.eot?#iefix&v=4.6.3") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff2?v=4.6.3") format("woff2"), url("../fonts/fontawesome-webfont.woff?v=4.6.3") format("woff"), url("../fonts/fontawesome-webfont.ttf?v=4.6.3") format("truetype"), url("../fonts/fontawesome-webfont.svg?v=4.6.3#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'FontAwesome';
  src: url("/assets/fonts/twitter-icon-webfont.woff2") format("woff2"), url("/assets/fonts/twitter-icon-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }
html {
  -webkit-font-smoothing: antialiased; }

body {
  background-color: #151a19;
  color: #f2f2f2;
  font-family: 'serif-12';
  font-size: 18px;
  line-height: 23px; }

a {
  color: inherit;
  text-decoration: none;
  border-bottom: 1px solid currentColor; }

.back_home {
  font-family: 'serif-12';
  font-weight: bold;
  font-size: 18px;
  line-height: 23px;
  border: 0;
  margin-bottom: 23px;
  display: block; }

h1 {
  font-weight: bold; }

p {
  margin-bottom: 22px; }

em {
  font-style: italic; }

strong {
  font-weight: bold; }

.main {
  padding: 0 280px;
  max-width: 720px;
  margin: 0 auto 76px; }
  .main h1 {
    padding: 30px 0 34px; }
  .main p a {
    font-family: 'Open Sans', sans-serif;
    font-size: 17px;
    font-weight: 700;
    border-bottom-width: 2px; }

.panel {
  padding: 30px 15px;
  width: 240px;
  position: fixed;
  z-index: 10;
  top: 0;
  bottom: 0;
  overflow-y: auto;
  overflow-x: hidden;
  font-family: 'Open Sans', sans-serif;
  font-size: 15px;
  font-weight: 700;
  line-height: 19px; }
  .panel.left {
    left: 0; }
  .panel.right {
    right: 0; }
  .panel .heading {
    display: block; }
  .panel .issues .issue {
    cursor: pointer;
    border: 0;
    margin-bottom: 19px;
    position: relative;
    padding-left: 28px;
    display: block;
    margin-bottom: 19px; }
    .panel .issues .issue .symbol {
      font-size: 14px;
      line-height: 20px;
      font-weight: bold;
      text-align: center; }
      .panel .issues .issue .symbol, .panel .issues .issue .symbol:before, .panel .issues .issue .symbol:after {
        position: absolute;
        width: 14px;
        height: 20px;
        display: block;
        top: 0;
        left: 0; }
      .panel .issues .issue .symbol {
        z-index: 10;
        border: 1px solid currentColor;
        transform: translate(2px, -2px); }
      .panel .issues .issue .symbol:after {
        content: '';
        z-index: 2;
        border-right: 1px solid #151a19;
        border-bottom: 1px solid #151a19;
        transform: translate(1px, 1px); }
      .panel .issues .issue .symbol:before {
        content: '';
        border: 1px solid transparent;
        z-index: 2;
        border-right: 1px solid currentColor;
        border-bottom: 1px solid currentColor;
        transform: translate(1px, 1px); }
    .panel .issues .issue.active .symbol {
      border-top: 1px solid currentColor;
      border-left: 1px solid currentColor;
      width: 13px;
      height: 19px; }
      .panel .issues .issue.active .symbol i {
        color: #151a19;
        position: relative;
        z-index: 10; }
      .panel .issues .issue.active .symbol:before, .panel .issues .issue.active .symbol:after {
        transform: translate(0, 0); }
      .panel .issues .issue.active .symbol:before {
        background-color: currentColor; }
    .panel .issues .issue .name {
      display: block;
      max-width: 204px; }
      .panel .issues .issue .name .title:after {
        content: '';
        background-image: url('data:image/svg+xml;charset=UTF-8,<svg width="16" height="16" viewBox="-967 -412 16 16" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"><defs><circle id="a" cx="8" cy="8" r="8"/><mask id="b" x="0" y="0" width="16" height="16" fill="#fff"><use xlink:href="#a"/></mask></defs><g fill="none" fill-rule="evenodd" transform="translate(-967 -412)"><use stroke="#FFF" mask="url(#b)" stroke-width="2.6" xlink:href="#a"/><path d="M8.25 10.88l3.15-2.9L6.52 3.5 5.4 4.52 9.13 8l-2.2 2.03.02.02-1.53 1.43 1.12 1.02 1.68-1.54.03-.08z" fill="#FFF"/></g></svg>');
        width: 17px;
        height: 17px;
        opacity: 0.7;
        background-size: 17px 17px;
        background-repeat: no-repeat;
        margin-left: 5px;
        vertical-align: middle;
        display: inline-block;
        transition: all 300ms ease-in; }
    .panel .issues .issue:hover .title:after {
      opacity: 1; }
    .panel .issues .issue.expanded .title:after {
      transform: rotate(90deg); }

.donate_and_download {
  display: inline-block;
  text-decoration: none;
  border: 2px solid currentColor;
  margin-left: -2px;
  color: #eee;
  line-height: 32px;
  height: 32px;
  border-radius: 32px;
  padding: 0 16px;
  font-size: 17px;
  font-weight: 700;
  font-family: 'Open Sans', sans-serif; }
  .donate_and_download svg {
    position: relative;
    top: 1px;
    left: 2px;
    transform: rotate(90deg); }
    .donate_and_download svg #arrow {
      fill: currentColor; }
  .donate_and_download:hover {
    color: inherit !important; }
    .donate_and_download:hover #arrow {
      fill: inherit !important; }

.main.home_page {
  padding-top: 30px; }
  .main.home_page p:last-child a {
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    border-bottom-width: 1px; }
  .main.home_page .issues {
    margin: 0 -11px 18px; }
    .main.home_page .issues h4 {
      margin: 0 11px 11px;
      font-weight: bold; }
    .main.home_page .issues .issue {
      text-decoration: none;
      display: block;
      border: 0;
      margin: 11px 11px 9px;
      max-width: 220px;
      display: inline-block; }
      .main.home_page .issues .issue img {
        max-width: 100%; }

.panel .events .event,
.panel .events .tweet,
.panel .tweets .event,
.panel .tweets .tweet {
  display: block;
  margin-top: 36px;
  border: 0; }
  .panel .events .event .date,
  .panel .events .tweet .date,
  .panel .tweets .event .date,
  .panel .tweets .tweet .date {
    display: inline-block;
    border-bottom: 1px solid currentColor;
    font-weight: 400;
    margin-bottom: 2px; }
  .panel .events .event .name,
  .panel .events .event .tweet_text,
  .panel .events .tweet .name,
  .panel .events .tweet .tweet_text,
  .panel .tweets .event .name,
  .panel .tweets .event .tweet_text,
  .panel .tweets .tweet .name,
  .panel .tweets .tweet .tweet_text {
    display: block;
    font-weight: 700; }
  .panel .events .event .name:after,
  .panel .events .tweet .name:after,
  .panel .tweets .event .name:after,
  .panel .tweets .tweet .name:after {
    content: '';
    font-family: 'FontAwesome';
    opacity: 0.75;
    font-size: 15px;
    margin-left: 4px;
    position: relative;
    top: 1px;
    display: inline-block; }
  .panel .events .event:hover .name:after,
  .panel .events .tweet:hover .name:after,
  .panel .tweets .event:hover .name:after,
  .panel .tweets .tweet:hover .name:after {
    content: ' ';
    opacity: 1; }
.panel .events .no-current,
.panel .tweets .no-current {
  margin-top: 21px; }
.panel .tweets .heading {
  margin-top: 76px; }
.panel .tweets .twitter_follow {
  margin: 38px 0; }
.panel .events .heading .show_archived:before {
  content: '+';
  text-indent: 2px;
  font-size: 18px; }
.panel .tweets .heading .show_archived:before {
  content: '';
  font-family: 'FontAwesome';
  line-height: 20px;
  font-size: 12px;
  letter-spacing: -2px;
  text-indent: -1px; }
.panel .heading {
  white-space: nowrap;
  font-family: 'serif-12';
  font-size: 18px;
  line-height: 23px; }
  .panel .heading h3 {
    display: inline-block; }
  .panel .heading .show_archived {
    font-family: 'Open Sans', sans-serif;
    cursor: pointer;
    padding-left: 26px;
    margin-left: 6px;
    position: relative;
    display: inline-block;
    color: #777;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    border: 0;
    font-weight: 500; }
    .panel .heading .show_archived:hover {
      color: #fff; }
      .panel .heading .show_archived:hover:before {
        background-color: #eee;
        color: #000;
        border-color: transparent; }
    .panel .heading .show_archived:before {
      font-size: 15px;
      display: block;
      position: absolute;
      left: 0;
      top: 0px;
      width: 19px;
      height: 19px;
      line-height: 18px;
      border: 1px solid currentColor;
      border-radius: 50%;
      text-align: center; }
.panel .archived {
  display: none; }
.panel .call_for_proposals {
  display: block;
  font-weight: 500;
  padding: 20px 0 20px 28px;
  border-top: 1px solid #eee;
  border-bottom: 0;
  margin-top: 20px; }
  .panel .call_for_proposals .call {
    font-style: italic; }

.cfp_page .issues {
  margin: 11px -11px 18px; }
  .cfp_page .issues .issue {
    margin: 11px;
    max-width: 220px;
    display: inline-block; }
    .cfp_page .issues .issue img {
      max-width: 100%; }

.event_page .key_info {
  margin-bottom: 46px;
  font-family: 'Open Sans', sans-serif; }
  .event_page .key_info .date {
    display: inline-block;
    border-bottom: 1px solid currentColor;
    font-weight: 400;
    margin-bottom: 2px; }
  .event_page .key_info a {
    border: 0;
    font-weight: 500; }
.event_page h6 {
  font-weight: bold;
  margin: 46px 0 23px 0px; }
.event_page .event_footer {
  white-space: nowrap;
  padding: 23px 0 46px; }
.event_page .links,
.event_page .flyer {
  display: inline-block;
  vertical-align: top; }
.event_page .flyer {
  width: 47%; }
  .event_page .flyer img {
    max-width: 100%; }
.event_page .links {
  width: 49%;
  white-space: normal;
  padding-left: 2%;
  padding-bottom: 23px;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  line-height: 22px;
  margin-left: 0px; }
  .event_page .links p {
    margin-bottom: 12px; }
  .event_page .links h6 {
    margin-top: 0;
    margin-bottom: 21px;
    font-weight: 500; }
  .event_page .links a {
    margin-bottom: 3px;
    display: inline; }

.issue_page .issue_pages {
  margin: 76px 0; }
  .issue_page .issue_pages .page {
    margin: 76px 0 46px; }
    .issue_page .issue_pages .page img {
      width: 720px;
      height: auto;
      max-width: 100%;
      opacity: 1;
      transition: opacity 600ms;
      image-rendering: pixelated; }
      .issue_page .issue_pages .page img[data-lazy-load] {
        opacity: 0.01; }
    .issue_page .issue_pages .page .notes {
      margin: 23px 0 46px; }

.panel .index {
  display: none; }
.panel .active + .index {
  display: block; }
.panel .index {
  padding-bottom: 38px; }
  .panel .index:hover .index_entry {
    opacity: 0.6; }
    .panel .index:hover .index_entry:hover {
      opacity: 1; }
  .panel .index .index_entry {
    cursor: pointer;
    padding-bottom: 8.5px; }
    .panel .index .index_entry .page_number,
    .panel .index .index_entry .name {
      display: inline-block;
      vertical-align: top; }
    .panel .index .index_entry .page_number {
      width: 15px;
      text-align: right;
      padding-right: 5px; }
    .panel .index .index_entry .name {
      width: 180px;
      font-weight: 500; }

@media (max-width: 999px) {
  .panel.right {
    display: none; }
  .panel.left {
    position: static;
    width: auto;
    padding-bottom: 0;
    overflow: visible; }
    .panel.left .events,
    .panel.left .tweets {
      padding-bottom: 30px;
      border-bottom: 1px solid #888; }
      .panel.left .events .heading,
      .panel.left .tweets .heading {
        margin-top: 30px; }
    .panel.left .tweets {
      padding-bottom: 0; }
    .panel.left .archived {
      padding-bottom: 30px; }

  .main {
    padding-left: 15px;
    padding-right: 15px;
    margin-left: 0; }
    .main.issue_page .issue_pages .page {
      margin-top: 10px;
      margin-bottom: 10px; } }

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