/*! normalize.css v3.0.1 | MIT License | git.io/normalize */
/* line 3, ../scss/shared/_normalize.scss */
* {
  box-sizing: border-box;
}

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

/**
 * Remove default margin.
 */
/* line 23, ../scss/shared/_normalize.scss */
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.
 */
/* line 36, ../scss/shared/_normalize.scss */
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.
 */
/* line 56, ../scss/shared/_normalize.scss */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

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

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
/* line 79, ../scss/shared/_normalize.scss */
[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
/* line 91, ../scss/shared/_normalize.scss */
a {
  background: transparent;
}

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

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

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

/**
 * Address styling not present in Safari and Chrome.
 */
/* line 128, ../scss/shared/_normalize.scss */
dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
/* line 137, ../scss/shared/_normalize.scss */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */
/* line 146, ../scss/shared/_normalize.scss */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
/* line 155, ../scss/shared/_normalize.scss */
small {
  font-size: 80%;
}

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

/* line 171, ../scss/shared/_normalize.scss */
sup {
  top: -0.5em;
}

/* line 175, ../scss/shared/_normalize.scss */
sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
/* line 186, ../scss/shared/_normalize.scss */
img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
/* line 194, ../scss/shared/_normalize.scss */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
/* line 205, ../scss/shared/_normalize.scss */
figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
/* line 213, ../scss/shared/_normalize.scss */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
/* line 223, ../scss/shared/_normalize.scss */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
/* line 231, ../scss/shared/_normalize.scss */
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.
 */
/**
 * 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.
 */
/* line 254, ../scss/shared/_normalize.scss */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
/* line 268, ../scss/shared/_normalize.scss */
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.
 */
/* line 279, ../scss/shared/_normalize.scss */
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.
 */
/* line 292, ../scss/shared/_normalize.scss */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

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

/**
 * Remove inner padding and border in Firefox 4+.
 */
/* line 313, ../scss/shared/_normalize.scss */
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.
 */
/* line 324, ../scss/shared/_normalize.scss */
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.
 */
/* line 336, ../scss/shared/_normalize.scss */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * 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`.
 */
/* line 348, ../scss/shared/_normalize.scss */
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).
 */
/* line 359, ../scss/shared/_normalize.scss */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}

/**
 * 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).
 */
/* line 372, ../scss/shared/_normalize.scss */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
/* line 381, ../scss/shared/_normalize.scss */
fieldset {
  border: 5px solid #000000;
  margin: 0 2px;
  padding: 1.5em;
}
 .from_the_archives {
  border: 5px solid #000000;
  margin: 0 2px;
  padding: .5em;
}
/**
 * 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.
 */
/* line 392, ../scss/shared/_normalize.scss */
legend {
  border: 0;
  /* 1 */
  padding: 5px;
  /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
/* line 401, ../scss/shared/_normalize.scss */
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.
 */
/* line 410, ../scss/shared/_normalize.scss */
optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
/* line 421, ../scss/shared/_normalize.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 426, ../scss/shared/_normalize.scss */
td,
th {
  padding: 0;
}

/* line 5, ../scss/_base.scss */
* {
  outline: none;
}

/* line 9, ../scss/_base.scss */
html {
  background-color: #fff;
  font-family: "Neutral Regular", Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
  margin: 0;
  padding: 0;
  /*
  @include mobile {
    font-size: $font-small;
  }

  @include wide {
    font-size: $font-large;
  }
  */
}

/* line 29, ../scss/_base.scss */
body {
  border-top: 5px solid #000;
  color: #000;
  padding: 0 .25em;
}

/* line 2, ../scss/shared/_mixins.scss */
section:after {
  display: table;
  content: '';
  clear: both;
}

/* line 39, ../scss/_base.scss */
a {
  color: #000;
  outline: none;
  text-decoration: underline;
}

 .plain a, .plain a:hover {
    text-decoration: none !important;
}
/* line 45, ../scss/_base.scss */
a:hover {
  text-decoration: underline;
}
/* line 50, ../scss/_base.scss */
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a, .plain-links a {
  text-decoration: none;
}
/* line 60, ../scss/_base.scss */
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover, .plain-links a:hover {
  text-decoration: underline;
}



/* line 68, ../scss/_base.scss */
.article blockquote {
  padding: 1em 2em;
}

/* line 72, ../scss/_base.scss */
hr {
  border: solid 2px #000;
  margin: 2em 0;
  max-width: 3em;
}

/* line 78, ../scss/_base.scss */
figure {
  margin: 1em 0;
  padding: 0;
}
/* line 82, ../scss/_base.scss */
figure figcaption {
  font-size: 0.85rem;
  margin-top: 1em;
}

/* line 89, ../scss/_base.scss */
img {
  border: none;
  max-width: 100%;
}

/* line 94, ../scss/_base.scss */
p {
  margin: 0;
  padding: 0;
}

/* line 99, ../scss/_base.scss */
p + p {
  margin-top: 1em;
}

/* line 104, ../scss/_base.scss */
textarea {
  max-width: 100%;
}

/* line 108, ../scss/_base.scss */
ul {
  padding-left: 1em;
  margin: 0 0 1em 0;
}
/* line 112, ../scss/_base.scss */
ul li {
  list-style: square;
  margin-bottom: 0.5em;
}
/* line 116, ../scss/_base.scss */
ul.inline {
  padding-left: 0;
}
/* line 119, ../scss/_base.scss */
ul.inline > li {
  display: inline-block;
  margin-left: 1em;
  margin-bottom: 0;
  vertical-align: middle;
}
/* line 125, ../scss/_base.scss */
ul.inline > li:first-child {
  margin-left: 0;
}

/* line 132, ../scss/_base.scss */
h1, h2, h3, h4, h5, h6, h7 {
  margin-bottom: 0.25em;
}
/* line 134, ../scss/_base.scss */
h1:first-child, h2:first-child, h3:first-child, h4:first-child, h5:first-child, h6:first-child {
  margin-top: 0;
}

/* line 139, ../scss/_base.scss */
h1 {
  font-family: "Neutral Bold", "Neutral Regular", Arial, Helvetica, sans-serif;
  font-size: 2rem;
}

/* line 144, ../scss/_base.scss */
h2 {
  font-family: "Neutral Bold", "Neutral Regular", Arial, Helvetica, sans-serif;
  font-size: 1.5rem;
}

/* line 149, ../scss/_base.scss */
h3 {
  font-family: "Neutral Bold", "Neutral Regular", Arial, Helvetica, sans-serif;
  font-size: 1.25rem;
}

/* line 154, ../scss/_base.scss */
h4 {
  font-family: "Neutral Bold", "Neutral Regular", Arial, Helvetica, sans-serif;
  font-size: 16px;
}

/* line 159, ../scss/_base.scss */
h5 {
  font-family: "Neutral Regular Italic", "Neutral Regular", Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-style: italic;
  font-weight: normal;
}

/* line 166, ../scss/_base.scss */
h6 {
  font-family: "Neutral Bold", "Neutral Regular", Arial, Helvetica, sans-serif;
  font-size: 16px;
  margin: 0;
}
h7 {
  font-family: "Neutral Regular Italic", "Neutral Regular", Arial, Helvetica, sans-serif;
  font-size: 17px;
     font-style: italic;
    margin: 8px 0;
    
}
.excerpt-tag {
  font-family: "Neutral Regular", Arial, Helvetica, sans-serif;
  font-size: 18px;
/*  font-style: italic; */
  margin-bottom: 12px;
    
}

/* line 172, ../scss/_base.scss */
table {
  width: 100%;
}
/* line 175, ../scss/_base.scss */
table tr td {
  padding: 0.25em 1em 0.25em 0;
}

/* line 181, ../scss/_base.scss */
b,
strong {
  font-family: "Neutral Bold", "Neutral Regular", Arial, Helvetica, sans-serif;
  font-weight: bold;
}

/* line 187, ../scss/_base.scss */
b em,
strong em {
  font-family: "Neutral Bold Italic", "Neutral Regular", Arial, Helvetica, sans-serif;
}

/* line 194, ../scss/_base.scss */
.text-left {
  text-align: left;
}

/* line 198, ../scss/_base.scss */
.text-right {
  text-align: right;
}

/* line 2, ../scss/shared/_mixins.scss */
.clearfix:after {
  display: table;
  content: '';
  clear: both;
}

/* line 208, ../scss/_base.scss */
.hidden {
  display: none;
}

/* line 1, ../scss/_layout.scss */
#header {
  margin: 1em 0;
    padding-bottom: 10px;
}

/* line 5, ../scss/_layout.scss */
.wrapper {
  margin: 0 auto;
  position: relative;
  width: 940px;
  /*
  @include mobile {
    width: $layout-width-mobile;
  }
  @include tablet {
    width: $layout-width-tablet;
  }
  @include wide {
    width: $layout-width-wide;
  }
  */
}

/* line 23, ../scss/_layout.scss */
.sidebar {
  float: left;
/*  width: 230px;*/
  margin-left: 40px;
}

/* line 27, ../scss/_layout.scss */
.footer {
  clear: both;
}
.donate-ad {
    position: fixed;
    left: 0;
    bottom: 0;
    height: 45px;
    width: 100%;
    background-color: #000;
    z-index: 1000;
    border-top: 1px solid rgba(0,0,0,0.14);
	text-decoration: none;
}

.donate-ad a {
	text-decoration: none;
}

.donate-ad a:hover {
	text-decoration: underline;
}

.pad-up {
    padding-top: 10px;
}
/* line 1, ../scss/_module.scss */
.navigationd {
  position: relative;
}
/* line 3, ../scss/_module.scss */
.navigationd ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
/* line 7, ../scss/_module.scss */
.navigationd ul li {
  display: inline-block;
  vertical-align: baseline;
  margin-bottom: 0;
}
/* line 12, ../scss/_module.scss */
.navigationd ul li a:hover {
  text-decoration: underline;
}
/* line 18, ../scss/_module.scss */
.navigationd.bold {
  font-family: "Neutral Bold", "Neutral Regular", Arial, Helvetica, sans-serif;
  font-weight: bold;
}

/* line 24, ../scss/_module.scss */
.navigationd-sub {
  position: absolute;
}

/* line 28, ../scss/_module.scss */
.homepage-banner {
  margin-bottom: 2em;
}

/* line 38, ../scss/_module.scss */
.sidebar #recent-posts-widget .recent-post {
  margin-bottom: 1em;
}

/* line 44, ../scss/_module.scss */
.sidebar > * {
  margin-bottom: 3em;
}

/* line 48, ../scss/_module.scss */
.wp-pagenavi {
  margin-top: 2em;
}

/* line 52, ../scss/_module.scss */
.footer {
  padding: 3em 0 2em 0;
}
/* line 54, ../scss/_module.scss */
.footer .navigationd {
  display: inline-block;
  vertical-align: top;
  width: 150px;
}
/* line 58, ../scss/_module.scss */
.footer .navigationd li {
  display: block;
}

/* line 65, ../scss/_module.scss */
.login .login_input {
  margin-bottom: 1em;
}
/* line 67, ../scss/_module.scss */
.login .login_input label {
  margin-bottom: 0.5em;
}

/* line 76, ../scss/_module.scss */
.pull {
  border-width: 2px 0;
  border-style: solid;
  font-size: 1.35rem;
  margin: 1em 0;
  padding: 1em 2em;
  width: 100%;
}

/* line 85, ../scss/_module.scss */
#social_icons ul {
  margin: 0;
  overflow: hidden;
  padding: 0;
}

/* line 91, ../scss/_module.scss */
#social_icons li {
  display: block;
  float: left;
  list-style: none;
  width: 125px;
}

/* line 1, ../scss/_theme.scss */
hgroup {
  clear: both;
}

/* line 5, ../scss/_theme.scss */
.dissent-logo {
  float: left;
  width: 100px;
}
/* line 8, ../scss/_theme.scss */
.dissent-logo a {
  display: block;
}
/* line 11, ../scss/_theme.scss */
.dissent-logo img {
  width: 100%;
}

/* line 18, ../scss/_theme.scss */
nav.has-children li {
  display: block;
  margin-left: 0;
}

/* line 25, ../scss/_theme.scss */
.navigationd.actions {
  float: right;
/*  margin-bottom: 1em;*/
}

/* line 30, ../scss/_theme.scss */
.navigationd.primary {
  float: right;
  clear: right;
}
/* line 39, ../scss/_theme.scss */
.navigationd.primary .navigationd-sub {
  position: absolute;
  display: none;
}
/* line 42, ../scss/_theme.scss */
.navigationd.primary .navigationd-sub li {
  display: block;
}

/* line 48, ../scss/_theme.scss */
.footer {
  font-size: 0.75rem;
}

/* line 52, ../scss/_theme.scss */
.copyright {
  clear: both;
  margin: 1em 0;
}

/* line 1, ../scss/theme/_article.scss */
.single .article {
  float: left;
  width: 670px;
  line-height: 1.5;
}

/* line 7, ../scss/theme/_article.scss */
article figure {
  margin: 1em 0 2em 0;
}
/* line 9, ../scss/theme/_article.scss */
article figure img {
  display: block;
}

/* line 16, ../scss/theme/_article.scss */
.article header {
  margin-bottom: 2em;
}
/* line 19, ../scss/theme/_article.scss */
.article .login {
  margin-top: 3em;
}
/* line 22, ../scss/theme/_article.scss */
.article .social {
  margin: 1em 0;
}
/* line 25, ../scss/theme/_article.scss */
.article .social > * {
  display: inline-block;
  vertical-align: bottom;
}

/* line 1, ../scss/theme/_archive.scss */
section.archive {
  float: left;
/*  width: 670px;*/
}
/* line 4, ../scss/theme/_archive.scss */
section.archive article {
  clear: both;
/*  margin-left: 160px;*/
}
/* line 8, ../scss/theme/_archive.scss */
section.archive article + article {
  margin-top: 3em;
}
/* line 12, ../scss/theme/_archive.scss */
section.archive article .article-image {
  float: left;
  margin-left: -160px;
  margin-right: 30px;
}
/* line 16, ../scss/theme/_archive.scss */
section.archive article .article-image img {
  max-width: 100%;
  height: auto;
}
/* line 22, ../scss/theme/_archive.scss */
section.archive article .article-header {
  margin-bottom: 1em;
}
/* line 25, ../scss/theme/_archive.scss */
section.archive article .article-header h2 {
  margin-top: 0;
}
/* line 34, ../scss/theme/_archive.scss */
section.archive article .read-more {
  margin-top: 1em;
}

/* line 41, ../scss/theme/_archive.scss */
.issue-archive .introduction {
  max-width: 600px;
}
/* line 44, ../scss/theme/_archive.scss */
.issue-archive .archive-issue {
  float: left;
  width: 225px;
  margin-right: 10px;
  min-height: 225px;
}

/* line 1, ../scss/theme/_input.scss */
input {
  border: 2px solid black;
  padding: 0.6em 0.8em 0.4em 0.8em;
  background: white;
}

/* line 1, ../scss/theme/_home.scss */
.home-section {
  margin-bottom: 2em;
}

/* line 6, ../scss/theme/_home.scss */
.showcase-item .article-image {
  float: left;
    padding: 0 !important;
  width: 600px;
}
/* line 9, ../scss/theme/_home.scss */
.showcase-item .article-image img {
  max-width: 100%;
  height: auto;
}
/* line 14, ../scss/theme/_home.scss */
.showcase-item .caption {
  float: left;
/*
  width: 300px;
  margin-left: 40px;
*/
}
/* line 19, ../scss/theme/_home.scss */
.showcase-item .caption .author {
  margin-bottom: 1em;
}
/* line 23, ../scss/theme/_home.scss */
.showcase-item .caption .upcoming {
  margin-top: 2em;
  margin-left: 75px;
}
/* line 27, ../scss/theme/_home.scss */
.showcase-item .caption .upcoming .upcoming-image {
  float: left;
  margin-left: -75px;
  margin-right: 20px;
  width: 75px;
}
/* line 35, ../scss/theme/_home.scss */
.showcase-item .read-more {
  margin-top: 1em;
}

/* line 42, ../scss/theme/_home.scss */
.popular-content ul li {
  margin: 0 1em 1em 0;
}
/* line 44, ../scss/theme/_home.scss */
.popular-content ul li a {
  border: 2px solid black;
  display: block;
  padding: 0.6em 1em 0.4em 1em;
  text-decoration: none;
}
/* line 49, ../scss/theme/_home.scss */
.popular-content ul li a:hover,
.popular-content ul li a.selected {
  background-color: black;
  color: white;
}
.popular-content ul li a:hover {
  background-color: black;
  color: white;
}

/* line 6, ../scss/theme/_issue.scss */
/*
.single_issue #issue_left {
  float: left;
  width: 300px;
}
*/
/* line 10, ../scss/theme/_issue.scss */
/*
.single_issue #issue_right {
  float: left;
  width: 600px;
  margin-left: 40px;
}
*/
/* line 17, ../scss/theme/_issue.scss */
.single_issue .issue-info .toc-section {
  margin-bottom: 2em;
}
/* line 19, ../scss/theme/_issue.scss */
.single_issue .issue-info .toc-section .toc-item {
  margin-bottom: 1em;
}
/* line 21, ../scss/theme/_issue.scss */
.single_issue .issue-info .toc-section .toc-item .item-title {
  font-weight: bold;
}
/* line 26, ../scss/theme/_issue.scss */
.single_issue .issue-info .lock {
  display: inline-block;
  margin-left: 0.25em;
}

/* line 3, ../scss/theme/_page.scss */
.page .notice {
  margin-bottom: 2em;
}
/* line 6, ../scss/theme/_page.scss */
.page .page-left, .page .page-right {
  float: left;
  width: 450px;
}
/* line 11, ../scss/theme/_page.scss */
.page .page-right {
  margin-left: 40px;
}
/* line 15, ../scss/theme/_page.scss */
.page .page-title {
  margin-bottom: 1em;
}
/* line 19, ../scss/theme/_page.scss */
.page .page-navigation {
  
  float: left;
  width: 150px;
}
/* line 22, ../scss/theme/_page.scss */
.page .page-navigation ul {
  margin: 0;
  padding-left: 0;
}
/* line 25, ../scss/theme/_page.scss */
.page .page-navigation ul li {
  list-style: none;
}
/* line 27, ../scss/theme/_page.scss */
.page .page-navigation ul li.active {
  font-weight: bold;
}
/* line 34, ../scss/theme/_page.scss */
.page .page-content {
  float: left;
  margin-left: 40px;
  width: 475px;
}
nav ul a {
    transition: background-color .3s;
    font-size: 1rem;
    color: #000;
    display: block;
    padding: 0 0px;
    cursor: pointer;
}
nav {
    color: #fff;
    background-color: #fff;
    width: 100%;
    height: 100px;
    line-height: 56px;
}
nav a {
    
    color: #000;
    text-decoration: none;
   
}

.side-nav li {
    list-style-type: none;
     list-style: none;
}
nav .button-collapse i {
    font-size: 4rem;
    height: 112px;
    line-height: 50px; 
} 
.side-nav a {
    color: rgba(0, 0, 0, 0.87);
    display: block;
    font-size: 24px;
    font-family: "Neutral Bold", "Neutral Regular", Arial, Helvetica, sans-serif;
    font-size: 1.75rem;
    font-weight: 500;
    height: 33px;
    line-height: 33px;
    padding: 0 32px;
}
.side-nav-smaller {
    font-size: 20px !important;
    font-family: "Neutral Bold", "Neutral Regular", Arial, Helvetica, sans-serif;
    font-size: 1rem !important;
    height: 20px !important;
    line-height: 20px !important;
}
.archimage {
    margin-right: 20px;
    margin-bottom: 5px; 
    max-width: 128px;
}
.padbottom {
    padding-bottom: 15px !important;
}
.nostyle a {
    text-decoration: none;
    display: inline;
    height: 110px;
    line-height: 110px;
}
.nostyle a:hover {
    background-color: rgba(0, 0, 0, 0);
}
.logo {
    height: 110px;
    
}
.logomenu {
   
    height: 315px !important;
    
}
.nav-underline {
    text-decoration: underline !important;
    
/*    margin-top: -15px;*/
    margin-bottom: 12px;
}
.container {
  margin: 0 auto;
  max-width: 1000px;
  width: 90%;
}
.noleftpad {
    padding: 0 !important;
}
@media only screen and (min-width: 601px){
  .container {
    width: 85%;
}

}
@media only screen and (min-width: 993px){
  .container {
    width: 80%;
}
}
@media only screen and (max-width: 601px){
    nav {
 
    height: 75px;
   
}
.dissent-logo {
  
  width: 75px;
}
    #header {

    padding-bottom: 0px;
}

}

/* SUBSCRIBE BLOCK - WAYLAND */

#subscribe-component input[hidden="hidden"] {
    display: none;
}
#subscribe-component input[type="radio"],
#subscribe-component input[type="checkbox"] {
    margin-right: 9px;
    margin-top: 3px;
}
#subscribe-component fieldset > div {
    float: left;
    width: 100%;
}
#subscribe-component input {
    position: relative;
    left: 0;
    opacity: 100;
    display: block;
    float: left;
}
#subscribe-component select {
    display: block;
}
#subscribe-component input[type="text"],
#subscribe-component input[type="password"] {
    width: 100%;
    float: right;
}
#subscribe-component label {
    font-size:1em;
    display: block;
    color: black;
    float: left;
    padding: 5px;
    width: 100%;

}
#subscribe-component .is-danger {
    font-size: 0.85em;
    color: red;
    float: left;
    margin-top: 5px;
}

#subscribe-options {
    background-color: black;
    color: white;
    padding: 18px;


}

.subscribe-types {
	background-color: black; 
	color: white; 
	padding: 18px; 
	font-size: 18px; 
	text-align:center; 
}

/* Misc - CK */

.footnote {
	font-size:0.85rem;
	margin-top:18px;
}

.footnote p{
	font-size:0.85rem;
	margin-top:18px;
}

/* inline image block - for single images or tables */
.inline-image-block {
    margin-top:24px;
	margin-bottom:24px;
	margin-left:-18px;
	margin-right:-18px;
}

.inline-image-block span{
    font-size:0.85rem; 
	margin-top:-0px;
	margin-left:18px; 
	margin-right:18px;
	margin-bottom:18px;
}

.align-right img{
	float:right;
	padding:18px;
	padding-right:0px;
}

/* for other donate and subscribe pages */

.etap {
	margin-left:-18px;
	width:100%;
	border:none;
	height:100%; 
}

.donate_box_outer	{ 
	vertical-align: top;  
	border:2px solid white; 
	background:url(/files/Bitmap-texture-33percent-square-400.png); 
	max-height:333px;  
}

.donate_box_inner	{ 
	background:url(/files/white-75percent-square200.png); 
	padding:10px; min-height:60px; 
	max-height:150px;
}

/* .donate_page_header	{font-size:15px;} */

.donate_button a{
	color: white;
	background-color: black;   
	border: 2px solid black;   
	padding: 6px;   
	text-decoration: none; } 
	a:hover { text-decoration: underline; }
	
.donate_amount {
	padding-top:20px;
	padding-bottom:12px;
	padding-right:6px; 
	text-align:right
}

.subscribe_box_outer { 
	vertical-align: top; 
	width: 300px; 
	background:url('http://dissentmagazine.org/files/Bitmap-texture-33percent-square-400.png'); 
	padding:12px; 
	padding-bottom:24px;
}

.subscribe_box_inner { 
	background:url(http://dissentmagazine.org/files/white-75percent-square200.png); 
	padding:10px; 
	margin-bottom:24px;
}

.subscribe_button {
		text-align:right;
}

.subscribe_button a{
	color: white;  
	background-color: black;   
	border: 2px solid black;   
	padding: 6px;   
	text-decoration: none; 
} 

.subscribe_button a:hover { text-decoration: underline; }

.login-header {padding-top: 36px; }


/* div container for responsive youtube and other videos */
.video-responsive{
    overflow:hidden;
    padding-bottom:56.25%;
    position:relative;
    height:0;
	margin-top:24px;
	margin-bottom:24px;
}
.video-responsive iframe{
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}

/* Woocommerce overrides */
a.button, 
button.button, 
input.button, 
#review_form #submit {
  background:black; 
}
.woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover {
    background-color: #000;
    color: #fff;
}
.woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover {
    background-color: #000 !important;
    color: #fff;
}
.woocommerce-input-wrapper select {
    display: initial;
    border-top: 5px solid #000;
    color: #000;
    padding: 0 .25em;
}

.woocommerce-checkout-payment ul li {
    list-style: none;
    margin-bottom: 0.5em;
}
.woocommerce-info {
    border-top-color: #000 !important;
}
.woocommerce-info::before {
    color: #000 !important;
}
[type="radio"]:checked + label:after, [type="radio"].with-gap:checked + label:before, [type="radio"].with-gap:checked + label:after {
    border: 2px solid #000;
}
[type="radio"]:checked + label:after, [type="radio"].with-gap:checked + label:after {
    background-color: #000;
    z-index: 0;
}
/* Hide Billing Details */

.woocommerce-billing-fields h3 {
display: none;
}
.woocommerce-shipping-fields h3 {
display: none;
}
.checkout-button {
display: none !important;
}
.wcppec-checkout-buttons__separator {
display: none !important;
}

/* Archives */
.archive{
 
  min-height: 407px !important;
}