html, body {
  height: 100%; }

.container {
  min-height: 100%;
  margin-bottom: -10.5em; }
  .container:after {
    content: "";
    display: block;
    height: 10.5em; }

::selection {
  color: #fff;
  background-color: #b31b1b; }

::-moz-selection {
  color: #fff;
  background-color: #b31b1b; }

body {
  color: #3f4549;
  background: #fff;
  font-family: "Source Sans Pro", Helvetica, Arial, sans-serif;
  font-size: 22px;
  font-weight: 300;
  line-height: 1.5em; }
  @media only screen and (max-width: 1079px) {
  body {
    font-size: 20px; } }
  @media only screen and (max-width: 640px) {
  body {
    font-size: 18px; } }

h2 {
  font-size: 1.05em;
  font-weight: 400;
  text-transform: uppercase; }

h3 {
  font-size: 1em;
  font-weight: 300; }

p, ul, ol {
  margin: 1.5em 0; }

a:link, a:visited {
  color: #b31b1b;
  text-decoration: none;
  transition: color 0.25s; }
  a:link.button, a:visited.button {
    border: 1px solid; }
  .about .itunes a:link, .about .itunes a:visited, .about .rss a:link, .about .rss a:visited, .about .newsletter a:link, .about .newsletter a:visited {
    color: #a5b2b9;
    color: rgba(0, 39, 59, .35); }
  .most-popular a:link, .most-popular a:visited {
    color: #3f4549; }
  .share a:link, .share a:visited, .banner a:link, .banner a:visited, .actions a:link, .actions a:visited {
    color: #f2f2f0;
    transition: background-color 0.25s; }
  .share .facebook a:link, .share .facebook a:visited {
    background-color: #3b5998; }
  .share .twitter a:link, .share .twitter a:visited {
    background-color: #55acee; }
  .share .embed a:link, .share .embed a:visited {
    background-color: #b31b1b; }
  .header a:link, .header a:visited, .footer a:link, .footer a:visited {
    color: #cccdc0; }

a:hover, a:active {
  color: #151d1d; }
  .about .itunes a:hover, .about .itunes a:active {
    color: #ff3e54; }
  .about .rss a:hover, .about .rss a:active {
    color: #f90; }
  .most-popular a:hover, .most-popular a:active {
    color: #151d1d; }
  .header a:hover, .header a:active, .footer a:hover, .footer a:active, .banner a:hover, .banner a:active, .actions a:hover, .actions a:active, .share a:hover, .share a:active {
    color: white; }
  .share .facebook a:hover, .share .facebook a:active {
    background-color: #2d4373; }
  .share .twitter a:hover, .share .twitter a:active {
    background-color: #2795e9; }
  .share .embed a:hover, .share .embed a:active {
    background-color: #871414; }

article {
  background: #fff; }

.actions {
  font-weight: 300;
  font-style: normal;
  text-transform: uppercase;
  list-style: none;
  padding-left: 0; }
  .actions .command {
    display: none; }
  .actions .play.is-initialising {
    display: none; }
  .actions a {
    outline: none; }
  .actions i {
    display: inline-block;
    width: 3em;
    height: 3em;
    line-height: 3em;
    text-align: center;
    border: 2px solid;
    border-radius: 50%;
    box-shadow: 0 0 0 3px rgba(0, 0, 0, .4);
    background-color: rgba(0, 0, 0, .4);
    transition: background-color 0.25s, box-shadow 0.25s; }
    .actions i:hover {
      background-color: rgba(0, 0, 0, .75);
      box-shadow: 0 0 0 4px rgba(0, 0, 0, .75); }

.progress-indicator {
  display: none; }

div.progress-wrapper {
  position: relative; }

progress.bar {
  width: 200px;
  color: #b31b1b; }

progress.bar {
  background-color: #eee;
  border-radius: 2px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25) inset; }

progress.bar[value]::-webkit-progress-bar {
  background-color: #eee;
  border-radius: 2px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25) inset; }

progress.bar[value]::-webkit-progress-value {
  background-color: #b31b1b;
  border-radius: 2px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25) inset; }

div.progress-button {
  width: 20px;
  height: 20px;
  background: #9b1717;
  border-style: solid;
  border-color: rgba(0, 0, 0, .25);
  border-width: 1px;
  border-radius: 100%;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(-50%, -45%); }

.main {
  padding: 3em 0; }

.meta {
  color: #a5b2b9;
  color: rgba(0, 39, 59, .35);
  font-size: 0.85em;
  text-transform: uppercase; }
  .meta dt {
    display: none; }
  .meta dd {
    margin: 0 0.5em;
    display: inline-block; }
  .meta i {
    font-size: 0.9em;
    padding-right: 0.25em; }

.shadowed-box, .pagination .page, .pagination .pagination-previous, .pagination .pagination-next {
  background: #fff;
  border-radius: 2px;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, .04), 0 1px 4px rgba(0, 0, 0, .1); }
  .lt-ie9 .shadowed-box, .lt-ie9 .pagination .page, .pagination .lt-ie9 .page, .lt-ie9 .pagination .pagination-previous, .pagination .lt-ie9 .pagination-previous, .lt-ie9 .pagination .pagination-next, .pagination .lt-ie9 .pagination-next {
    border: 1px solid #dce0e0; }

.full-width, .index-wrapper, .press-wrapper, .search-wrapper {
  max-width: 1200px;
  margin: 0 auto; }

.contrasted {
  background-color: #f2f2f0; }

.iconed, .hidden {
  display: none; }

.truncated, .episode-summary .meta dd, .press-summary .meta dd, .search-summary .meta dd {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }

.content {
  max-width: 34em;
  margin: 0 auto; }

.figure {
  display: block;
  max-width: 99%;
  margin: 1.5em auto;
  box-shadow: 1px 1px 1em 1px rgba(63, 69, 73, .5); }

.guttered {
  padding-left: 2em;
  padding-right: 2em; }
  @media only screen and (max-width: 479px) {
  .guttered {
    padding-left: 1.4em;
    padding-right: 1.4em; } }

.clearfix, .archive-wrapper, .index-wrapper, .press-wrapper, .search-wrapper {
  zoom: 1;
  /* ie 6/7 */ }
  .clearfix:before, .archive-wrapper:before, .index-wrapper:before, .press-wrapper:before, .search-wrapper:before, .clearfix:after, .archive-wrapper:after, .index-wrapper:after, .press-wrapper:after, .search-wrapper:after {
    content: "";
    display: table; }
  .clearfix:after, .archive-wrapper:after, .index-wrapper:after, .press-wrapper:after, .search-wrapper:after {
    clear: both; }

.iconed-list {
  list-style: none;
  padding-left: 0; }
  .iconed-list i {
    color: #a5b2b9;
    color: rgba(0, 39, 59, .35);
    padding-right: 0.5em; }

.button {
  font-size: 0.75em;
  font-style: normal;
  font-weight: 400;
  text-shadow: none;
  text-transform: uppercase;
  padding: 0.85em 1.5em;
  border-radius: 2px; }

.artwork {
  background-color: #212525;
  background-size: cover;
  -ms-behavior: url(/workspace/assets/htc/backgroundsize.min.htc);
  background-repeat: no-repeat;
  background-position: center; }

a.artwork {
  display: block;
  position: relative;
  padding-bottom: 70%;
  overflow: hidden; }
  a.artwork:after {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, .1);
    content: ""; }
  a.artwork:hover span, a.artwork:active span {
    color: white;
    background-color: black;
    background-color: rgba(0, 0, 0, .85); }
  a.artwork span {
    color: #f2f2f0;
    background: #b31b1b;
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: #b31b1b;
    font-size: 0.75em;
    font-weight: 400;
    line-height: 1.2em;
    padding: 0.35em 0.75em;
    text-align: center;
    z-index: 1;
    transition: background-color 0.25s; }
  a.artwork .arrow {
    display: none; }

.header, .titles {
  height: 4.5em;
  line-height: 4.5em;
  position: fixed;
  top: 0; }
  @media only screen and (max-width: 640px) {
  .header, .titles {
    height: 4em;
    line-height: 4em; } }
  @media only screen and (max-width: 479px) {
  .header, .titles {
    height: 3.5em;
    line-height: 3.5em; } }

.header {
  left: 0;
  width: 100%;
  color: #cccdc0;
  background-color: #212525;
  box-shadow: 0 1px 0.4em 1px rgba(0, 0, 0, .5);
  z-index: 3; }
  @media only screen and (max-width: 1079px) {
  .header {
    background-color: #b31b1b; } }

.link-home {
  float: left;
  height: inherit; }
  @media only screen and (max-width: 640px) {
  .link-home {
    display: block;
    width: 4em;
    background: #212525;
    text-align: center; } }
  @media only screen and (max-width: 479px) {
  .link-home {
    width: 3.5em; } }

.logo {
  margin: 0.4em 1em;
  height: 3.7em;
  opacity: 0.85; }
  .logo:hover {
    opacity: 0.9; }
  @media only screen and (max-width: 640px) {
  .logo {
    display: none; } }

.icon-home {
  font-size: 1.3em;
  display: none; }
  @media only screen and (max-width: 640px) {
  .icon-home {
    display: inline;
    vertical-align: top; } }

.toggle-menu {
  float: right;
  width: 4.5em;
  text-align: center;
  background-color: #212525;
  display: none; }
  .toggle-menu:focus {
    outline: none; }
  @media only screen and (max-width: 1079px) {
  .toggle-menu {
    display: block; } }
  @media only screen and (max-width: 640px) {
  .toggle-menu {
    float: left;
    width: 4em; } }
  @media only screen and (max-width: 479px) {
  .toggle-menu {
    width: 3.5em; } }

@media only screen and (max-width: 1079px) {
    .menu {
      position: fixed;
      top: 4.5em;
      height: 0;
      max-width: 100%;
      overflow: hidden;
      text-align: center;
      background-color: #212525;
      transition: height 0.25s, padding-top 0.25s;
      right: 0;
      width: 12em; } }
  @media only screen and (max-width: 640px) {
  .menu {
    top: 4em;
    right: auto; } }
  @media only screen and (max-width: 479px) {
  .menu {
    top: 3.5em; } }
  @media only screen and (max-width: 1079px) {
    .menu.is-expanded {
      padding-top: 0.5em;
      height: 20.1em; } }
  .menu ul {
    margin: 0; }
  .menu a {
    font-size: 0.7em;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-right: 1.75em;
    vertical-align: top; }
    @media only screen and (max-width: 1079px) {
  .menu a {
    margin: 0;
    display: block; } }
  .menu .toggle-subscribe:focus {
    outline: none; }
    @media only screen and (max-width: 1079px) {
  .menu .toggle-subscribe {
    display: none; } }
    .menu .toggle-subscribe i {
      padding-left: 2px; }
  .menu .home {
    display: none; }
    @media only screen and (max-width: 640px) {
  .menu .home {
    display: list-item; } }

nav {
  display: inline-block; }
  @media only screen and (max-width: 1079px) {
  nav {
    display: block; } }
  nav ul {
    padding-left: 0;
    list-style: none; }
    nav ul li {
      display: inline-block; }
    @media only screen and (max-width: 1079px) {
    nav ul li {
      display: list-item;
      margin: 0;
      height: 3.3em;
      line-height: 3.3em;
      border-bottom: 1px dotted rgba(255, 255, 255, .2); } }

.subscribe {
  padding-left: 0;
  list-style: none; }
  @media only screen and (min-width: 1080px) {
  .subscribe {
    left: 17em;
    width: 9em;
    position: fixed;
    top: 4.5em;
    height: 0;
    max-width: 100%;
    overflow: hidden;
    text-align: center;
    background-color: #212525;
    transition: height 0.25s, padding-top 0.25s; } }
  @media only screen and (min-width: 1080px) {
    .subscribe.is-expanded {
      height: 9em; } }
  .subscribe li {
    margin: 0;
    height: 3.3em;
    line-height: 3.3em;
    border-bottom: 1px dotted rgba(255, 255, 255, .2); }
    @media only screen and (min-width: 1080px) {
  .subscribe li {
    font-size: 0.9em; } }
  .subscribe a {
    margin: 0;
    display: block; }

.toggle-search {
  float: right;
  text-align: center; }
  @media only screen and (max-width: 640px) {
  .toggle-search {
    width: 4em;
    background-color: #212525; } }

.icon-search {
  font-size: 1.3em; }
  .icon-search:focus {
    outline: none; }
  @media only screen and (max-width: 640px) {
  .icon-search {
    display: inline;
    vertical-align: top; } }

.search_bar {
  position: absolute;
  left: 0;
  z-index: 10;
  width: 85%; }
  @media only screen and (max-width: 640px) {
  .search_bar {
    width: 100%; } }
  .search_bar input {
    width: 100%;
    height: 2.5em; }
    @media only screen and (max-width: 640px) {
  .search_bar input {
    width: auto;
    padding: 0.5em; } }

@media only screen and (max-width: 640px) {
    .big_search {
      display: none; } }

.little_search {
  display: none; }
  @media only screen and (max-width: 640px) {
  .little_search {
    display: inline; } }

.banner {
  color: #f2f2f0;
  position: relative;
  margin-top: 4.5em;
  padding-bottom: 41%; }
  .banner:after {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, .25);
    content: ""; }
  @media only screen and (max-width: 1368px) {
  .banner {
    height: 25.5em;
    padding-bottom: 0; } }
  @media only screen and (max-width: 1079px) {
  .banner {
    height: 27em; } }
  @media only screen and (max-width: 719px) {
  .banner {
    height: auto;
    padding-bottom: 75%; } }
  @media only screen and (max-width: 640px) {
  .banner {
    margin-top: 4em; } }
  @media only screen and (max-width: 479px) {
  .banner {
    margin-top: 3.5em; } }
  .banner .actions, .banner .progress-indicator {
    position: absolute;
    z-index: 2; }
  .banner .actions {
    margin: 0;
    top: 0.25em;
    right: 0; }
    @media only screen and (max-width: 479px) {
  .banner .actions {
    position: static;
    float: right; } }
    .banner .actions li {
      width: 4.5em;
      text-align: center;
      margin: 1em 0; }
      @media only screen and (max-width: 640px) {
  .banner .actions li {
    display: inline-block;
    width: 4em;
    margin: 1em 0; } }
    .banner .actions i {
      font-size: 0.75em;
      box-shadow: 0 0 0 3px rgba(0, 0, 0, .25);
      background-color: rgba(0, 0, 0, .25); }
      @media only screen and (max-width: 1079px) {
  .banner .actions i {
    font-size: 0.85em; } }
      .banner .actions i:hover {
        background-color: rgba(0, 0, 0, .6);
        box-shadow: 0 0 0 4px rgba(0, 0, 0, .6); }
  @media only screen and (max-width: 479px) {
    .banner .play i {
      font-size: 2em;
      position: absolute;
      top: 50%;
      left: 0;
      right: 0;
      margin: 0 auto;
      margin-top: -1.5em;
      z-index: 2; } }
    @media only screen and (max-width: 299px) {
  .banner .play i {
    font-size: 1.5em; } }
  @media only screen and (max-width: 479px) {
    .banner .download i {
      font-size: 1em;
      position: absolute;
      top: 0.25em;
      right: 0.25em;
      border: none;
      border-radius: 0;
      box-shadow: none;
      background: none;
      z-index: 2; } }
    @media only screen and (max-width: 479px) {
    .banner .download i:hover {
      box-shadow: none;
      background: none; } }
  .banner .progress-indicator {
    font-size: 0.85em;
    font-weight: 700;
    text-shadow: 0 1px 0 black;
    top: 2.1em;
    right: 5.25em; }
    @media only screen and (max-width: 1079px) {
  .banner .progress-indicator {
    top: 2.3em;
    right: 5.5em; } }
    @media only screen and (max-width: 640px) {
  .banner .progress-indicator {
    top: 1.9em;
    right: 8.5em;
    font-size: 1em; } }
    @media only screen and (max-width: 479px) {
  .banner .progress-indicator {
    position: static; } }
    @media only screen and (max-width: 479px) {
    .banner .progress-indicator .delimiter {
      display: none; } }
    @media only screen and (max-width: 479px) {
    .banner .progress-indicator .position, .banner .progress-indicator .duration, .banner .progress-indicator .progress-wrapper {
      font-size: 1em;
      position: absolute;
      top: 50%;
      margin-top: -0.65em;
      z-index: 2; } }
    @media only screen and (max-width: 479px) {
    .banner .progress-indicator .position {
      right: 75%; } }
      @media only screen and (max-width: 299px) {
  .banner .progress-indicator .position {
    font-size: 0.85em;
    left: 1em;
    right: auto; } }
    @media only screen and (max-width: 479px) {
    .banner .progress-indicator .duration {
      left: 75%; } }
      @media only screen and (max-width: 299px) {
  .banner .progress-indicator .duration {
    font-size: 0.85em;
    right: 1em;
    left: auto; } }
    @media only screen and (max-width: 479px) {
    .banner .progress-indicator .progress-wrapper {
      top: 90%;
      left: 50%;
      transform: translate(-50%, -50%); } }

.no-art {
  height: 0;
  padding-bottom: 0; }

.titles {
  font-size: 1em;
  letter-spacing: 1px;
  text-transform: uppercase;
  background: #b31b1b;
  left: 26em;
  right: 0;
  border-left: 1.75em solid #b31b1b;
  padding-right: 1.75em;
  margin: 0;
  z-index: 3; }
  @media only screen and (max-width: 1079px) {
  .titles {
    left: 6.5em;
    right: 4.5em;
    border: none; } }
  @media only screen and (max-width: 640px) {
  .titles {
    left: 4em;
    right: 4em;
    text-align: center;
    padding-left: 1.75em;
    letter-spacing: 0; } }
  @media only screen and (max-width: 479px) {
  .titles {
    left: 3.5em;
    right: 3.5em;
    padding: 0 0.75em; } }
  .titles .prefix {
    font-size: 0.7em;
    line-height: 1em;
    letter-spacing: 0;
    color: #212525;
    display: block;
    position: absolute;
    top: 1.5em;
    left: 0; }
    @media only screen and (max-width: 640px) {
  .titles .prefix {
    top: 1em;
    left: 0;
    right: 0; } }
    @media only screen and (max-width: 479px) {
  .titles .prefix {
    top: 0.75em;
    font-size: 0.65em; } }
  .titles .delimiter {
    display: none; }
  @media only screen and (max-width: 479px) {
    .titles .title {
      font-size: 0.85em; } }

.teaser-wrapper {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 55%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.7));
  z-index: 1; }

.teaser {
  font-size: 1.85em;
  font-style: italic;
  line-height: 1.2em;
  text-shadow: 0 1px 0 black;
  transition: font-size 0.25s;
  position: absolute;
  bottom: 1.5em;
  left: 2em;
  right: 2em;
  margin: 0 auto;
  max-width: 22em;
  text-align: center;
  transition: font-size 0.25s; }
  .teaser.wide {
    max-width: 26em; }
  .teaser.wider {
    max-width: 28em; }
  @media only screen and (max-width: 1079px) {
  .teaser {
    font-size: 1.75em; } }
  @media only screen and (max-width: 799px) {
  .teaser {
    font-size: 1.625em;
    left: 1.5em;
    right: 1.5em; } }
  @media only screen and (max-width: 699px) {
  .teaser {
    font-size: 1.5em;
    font-weight: 400;
    bottom: 2em; } }
  @media only screen and (max-width: 579px) {
  .teaser {
    font-size: 1.25em; } }
  @media only screen and (max-width: 479px) {
  .teaser {
    font-size: 1.05em;
    font-weight: 900;
    left: 1em;
    right: 1em;
    bottom: 2.5em; } }
  @media only screen and (max-width: 479px) {
    .has-audio .teaser {
      display: none; } }

.photo-credit {
  color: #cccdc0;
  background-color: black;
  background-color: rgba(0, 0, 0, .75);
  position: absolute;
  bottom: 0;
  right: 0;
  font-size: 0.6em;
  line-height: 1.4em;
  font-weight: 400;
  padding: 0.5em 1em;
  text-align: center;
  z-index: 2; }
  @media only screen and (max-width: 640px) {
  .photo-credit {
    font-size: 0.65em; } }

.footer {
  position: relative;
  overflow: hidden;
  color: #cccdc0;
  background: #151d1d;
  height: 10.5em;
  text-align: center;
  line-height: 1.2em; }
  .footer small {
    font-size: 13px;
    font-weight: 400;
    letter-spacing: 2px;
    text-transform: uppercase; }
    @media only screen and (max-width: 640px) {
  .footer small {
    font-size: 12px; } }
  .footer .socials {
    padding-left: 0;
    list-style: none;
    margin-bottom: 2em; }
    .footer .socials li {
      display: inline-block; }
    .footer .socials li {
      margin: 0 0.5em; }

.footer-wrapper {
  position: absolute;
  bottom: 1.5em;
  left: 1em;
  right: 1em; }

#lean_overlay {
  position: fixed;
  z-index: 100;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  background: #000;
  display: none; }

.dialog {
  width: 40%;
  min-width: 40em;
  font-size: 0.65em;
  border: 1px solid #3f4549;
  background: #fff;
  border-radius: 6px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, .15);
  overflow: hidden; }
  .dialog h3 {
    line-height: 1em;
    font-size: 1.2em;
    font-weight: 700;
    margin: 0.5em 0 0 0; }
  .dialog p, .dialog form {
    margin: 20px; }
  .dialog p {
    text-align: right; }
  .dialog .instructions {
    padding: 1em 20px;
    background-color: #f2f2f0;
    border-bottom: 1px solid;
    border-color: #eaedee;
    border-color: rgba(0, 39, 59, .08); }
    .dialog .instructions span {
      display: inline-block;
      line-height: 1.5em;
      margin: 0.5em 0; }
  .dialog textarea, .dialog input {
    color: #666;
    background: #fefefe;
    border: 1px solid;
    border-radius: 2px;
    border-color: #a5b2b9;
    border-color: rgba(0, 39, 59, .35); }
  .dialog textarea {
    line-height: 1.25em;
    width: 96%;
    padding: 8px; }
  .dialog input[type="text"] {
    width: 82.5%;
    padding: 0 2%;
    height: 2.5em; }
  .dialog select {
    width: 40%;
    padding: 0 2%;
    height: 2em; }
  .dialog label {
    padding-right: 1.5em; }
  .dialog .button {
    font-size: 0.9em;
    margin-left: 1em; }
  .dialog .row {
    margin: 1.5em 0; }
  .dialog .accesskey {
    text-decoration: underline; }

.episode-detail .meta {
  clear: both;
  padding: 3em 0 1.5em 0;
  text-align: center; }
  @media only screen and (max-width: 640px) {
    .episode-detail .meta {
      padding: 0; } }
  @media only screen and (max-width: 479px) {
      .episode-detail .meta dd {
        display: block; } }
  .episode-detail .share {
    float: right;
    text-align: center;
    font-size: 0.6em;
    font-weight: 400;
    text-transform: uppercase;
    margin: 0;
    padding: 0;
    list-style: none; }
  @media only screen and (max-width: 1079px) {
    .episode-detail .share {
      font-size: 0.7em; } }
  @media only screen and (max-width: 640px) {
    .episode-detail .share {
      font-size: 0.75em;
      width: 100%;
      margin-bottom: 3em; } }
  .episode-detail .share li {
    float: left; }
    @media only screen and (max-width: 640px) {
    .episode-detail .share li {
      width: 33.33%; } }
  @media only screen and (max-width: 640px) {
      .episode-detail .share.no-embed li {
        width: 50%; } }
  .episode-detail .share a {
    display: block;
    padding: 0.25em 2em; }
    @media only screen and (max-width: 640px) {
    .episode-detail .share a {
      padding: 0.5em 0; } }
  @media only screen and (max-width: 640px) {
      .episode-detail .share .command {
        display: none; } }

.comments {
  margin: 3em 0; }
  @media only screen and (max-width: 640px) {
  .comments {
    margin-bottom: 0; } }

.related {
  padding: 0 0 2em 0;
  margin-top: 4.5em;
  background: #f2f2f0;
  border-top: 1px solid;
  border-color: #eaedee;
  border-color: rgba(0, 39, 59, .08);
  text-align: center; }
  @media only screen and (max-width: 640px) {
  .related {
    padding: 0;
    margin-top: 1em;
    border-top: none; } }
  .related h3 {
    margin: 0;
    padding: 0.25em 0.75em;
    display: inline-block;
    font-size: 0.85em;
    text-transform: uppercase;
    background: #fff;
    border: 1px solid;
    border-color: #eaedee;
    border-color: rgba(0, 39, 59, .08);
    border-radius: 2px;
    position: relative;
    top: -1.25em; }
  @media only screen and (max-width: 640px) {
    .related h3 {
      position: static;
      display: block;
      border: none;
      padding: 1em 0;
      margin: 0;
      background: #f2f2f0; } }

.related-list {
  padding-left: 0;
  list-style: none; }
  .related-list li {
    display: inline-block; }
  @media only screen and (max-width: 640px) {
  .related-list {
    margin: 0;
    border-top: 2px solid #f2f2f0; } }
  .related-list li {
    width: 29%;
    max-width: 13em;
    margin: 0 2%;
    vertical-align: top; }
  @media only screen and (max-width: 899px) {
    .related-list li {
      margin: 0 1%; } }
  @media only screen and (max-width: 640px) {
    .related-list li {
      display: list-item; } }

.prevnext p {
  display: none; }
  .prevnext ul {
    zoom: 1;
    /* ie 6/7 */
    font-size: 0.85em;
    list-style: none;
    line-height: 1.25em;
    padding: 1.5em 0; }
  .prevnext ul:before, .prevnext ul:after {
    content: "";
    display: table; }
  .prevnext ul:after {
    clear: both; }
  @media only screen and (max-width: 640px) {
    .prevnext ul {
      margin: 0; } }
  .prevnext ul li {
    width: 40%;
    position: relative; }
    .prevnext ul li i {
      color: #a5b2b9;
      color: rgba(0, 39, 59, .35);
      font-size: 0.7em;
      position: absolute;
      top: 0; }
      @media only screen and (max-width: 640px) {
    .prevnext ul li i {
      display: none; } }
  .prevnext ul .prefix {
    color: #a5b2b9;
    color: rgba(0, 39, 59, .35);
    display: block;
    font-size: 0.8em;
    text-transform: uppercase; }
  .prevnext ul .prev {
    float: left;
    text-align: left;
    padding-left: 4%; }
    @media only screen and (max-width: 640px) {
    .prevnext ul .prev {
      padding-left: 0; } }
  .prevnext ul .next {
    float: right;
    text-align: right;
    padding-right: 4%; }
    @media only screen and (max-width: 640px) {
    .prevnext ul .next {
      padding-right: 0; } }
  .prevnext ul .icon-previous {
    left: 0; }
  .prevnext ul .icon-next {
    right: 0; }

.draft-indicator {
  color: #a5b2b9;
  color: rgba(0, 39, 59, .35);
  font-size: 0.8em;
  text-align: center;
  text-transform: uppercase; }

.archive-wrapper {
  margin: 0 auto;
  max-width: 1400px;
  padding: 1.5em 2em 3em 2em; }
  @media only screen and (max-width: 1199px) {
  .archive-wrapper {
    max-width: 960px; } }
  @media only screen and (max-width: 999px) {
  .archive-wrapper {
    max-width: 720px; } }
  @media only screen and (max-width: 640px) {
  .archive-wrapper {
    position: relative;
    margin: 0;
    padding: 0;
    max-width: none;
    border-top: 1px solid #f2f2f0; } }

.archive-pagination {
  clear: both;
  padding-top: 0.5em;
  text-align: center; }
  @media only screen and (max-width: 640px) {
  .archive-pagination {
    padding: 0; } }
  @media only screen and (max-width: 640px) {
      .archive-pagination .pagination .pagination-next, .archive-pagination .pagination .pagination-previous {
        line-height: 2.2em; } }

.pagination-counter {
  font-size: 0.75em;
  text-align: right;
  margin-right: 1.5%; }
  @media only screen and (max-width: 1199px) {
  .pagination-counter {
    margin-right: 2.5%; } }
  @media only screen and (max-width: 999px) {
  .pagination-counter {
    margin-right: 5%; } }
  @media only screen and (max-width: 1079px) {
  .pagination-counter {
    font-size: 0.8em; } }
  @media only screen and (max-width: 640px) {
  .pagination-counter {
    font-size: 0.9em;
    margin: 0;
    padding: 0.9em 70px;
    text-align: center;
    color: #cccdc0;
    background: #212525; } }
  @media only screen and (max-width: 479px) {
    .pagination-counter .units {
      display: none; } }

.publish-month, .publish-month-episodes li {
  float: left;
  width: 22%;
  margin: 1.5% 1.5%;
  transition: width 0.25s, margin 0.25s; }
  @media only screen and (max-width: 1199px) {
  .publish-month, .publish-month-episodes li {
    width: 28.33333%;
    margin: 1.75% 2.5%; } }
  @media only screen and (max-width: 999px) {
  .publish-month, .publish-month-episodes li {
    width: 40%;
    margin: 2.5% 5%; } }
  @media only screen and (max-width: 640px) {
  .publish-month, .publish-month-episodes li {
    float: none;
    width: auto;
    margin: 0; } }

.publish-month {
  font-size: 0.75em;
  font-weight: 300;
  line-height: 1em;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-right: -23.5%; }
  @media only screen and (max-width: 1199px) {
  .publish-month {
    margin-right: -30.83333%; } }
  @media only screen and (max-width: 999px) {
  .publish-month {
    margin-right: -45%; } }
  @media only screen and (max-width: 640px) {
  .publish-month {
    margin: 0;
    border-bottom: 2px solid #f2f2f0;
    font-size: 0.85em;
    text-align: center;
    padding: 1em 0; } }

.publish-month-episodes {
  margin: 0;
  padding-left: 0;
  list-style: none; }
  .publish-month-episodes li {
    margin-top: 6%; }
  @media only screen and (max-width: 1199px) {
    .publish-month-episodes li {
      margin-top: 7%; } }
  @media only screen and (max-width: 999px) {
    .publish-month-episodes li {
      margin-top: 10%; } }

.clear-4 {
  clear: left; }
  @media only screen and (max-width: 1199px) {
  .clear-4 {
    clear: none; } }

@media only screen and (max-width: 1199px) {
    .clear-3 {
      clear: left; } }
  @media only screen and (max-width: 999px) {
  .clear-3 {
    clear: none; } }

@media only screen and (max-width: 999px) {
    .clear-2 {
      clear: left; } }

.index-wrapper {
  padding: 4.5em 2em 3em 2em; }
  @media only screen and (max-width: 799px) {
  .index-wrapper {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0; } }
  @media only screen and (max-width: 640px) {
  .index-wrapper {
    padding: 0;
    position: relative; } }

.index-pagination {
  text-align: center; }
  @media only screen and (max-width: 640px) {
      .index-pagination .pagination .pagination-next, .index-pagination .pagination .pagination-previous {
        line-height: 2.25em; } }
  .index-pagination .archive-link {
    text-transform: uppercase;
    font-size: 0.7em; }
  @media only screen and (max-width: 640px) {
    .index-pagination .archive-link {
      display: block;
      background: #fff;
      border-bottom: 2px solid #f2f2f0;
      padding: 1em 0; } }

.teaser .button {
  font-size: 0.425em;
  display: block;
  width: 11em;
  padding: 0.25em 0;
  margin: 2em auto 0 auto; }
  .teaser .button:hover {
    background-color: rgba(0, 0, 0, .5);
    box-shadow: 0 0 0 4px rgba(0, 0, 0, .5); }
  @media only screen and (max-width: 640px) {
    .teaser .button:hover {
      background: none;
      box-shadow: none; } }
  @media only screen and (max-width: 640px) {
  .teaser .button {
    display: inline;
    font-size: 0.6em;
    font-weight: inherit;
    line-height: inherit;
    padding-left: 0.5em; } }
  @media only screen and (max-width: 640px) {
    .teaser .button:link, .teaser .button:visited {
      border: none; } }

.mainbar {
  width: 100%;
  float: left;
  margin-right: -300px; }
  @media only screen and (max-width: 1279px) {
  .mainbar {
    width: auto;
    float: none;
    margin: 0; } }

.sidebar {
  font-size: 0.75em;
  width: 300px;
  float: right;
  position: relative; }
  @media only screen and (max-width: 1279px) {
  .sidebar {
    display: none; } }
  .sidebar section {
    margin-bottom: 40px; }
  .sidebar h2 {
    margin: 0;
    font-family: "Open Sans", "Source Sans Pro", Helvetica, Arial, sans-serif;
    font-size: 0.9em;
    font-weight: 400;
    text-align: center;
    height: 52px;
    line-height: 52px; }

.most-recent {
  max-width: 860px;
  margin-right: 340px; }
  @media only screen and (max-width: 1279px) {
  .most-recent {
    margin: 0 auto; } }
  .most-recent h2 {
    margin: 0;
    line-height: 2.5em;
    margin-top: -2.5em; }
  @media only screen and (max-width: 1079px) {
    .most-recent h2 {
      font-size: 1.15em; } }
  @media only screen and (max-width: 799px) {
    .most-recent h2 {
      font-size: 0.9em;
      margin: 0;
      padding: 0.4em 70px;
      text-align: center;
      color: #cccdc0;
      background: #212525;
      border-top: 1px solid #f2f2f0;
      border-bottom: 2px solid #f2f2f0; } }

.most-popular .disabled {
  color: #a5b2b9;
  color: rgba(0, 39, 59, .35); }
  .most-popular .anchors {
    margin: -52px 0 0 0;
    height: 52px;
    line-height: 52px;
    position: relative;
    top: 212px;
    font-size: 0.85em;
    text-align: center;
    text-transform: uppercase;
    padding-left: 0;
    list-style: none; }
  .most-popular .anchors li {
    display: inline-block; }
  .most-popular .anchors li {
    padding: 0 0.5em; }
  .most-popular .anchors a {
    display: inline-block;
    height: 51px; }
    .most-popular .anchors a:focus {
      outline: none; }
  .most-popular .anchors .is-selected {
    border-bottom: 2px solid #b31b1b; }
  .most-popular h2, .most-popular h3, .most-popular ol {
    margin: 0; }
  .most-popular h3 {
    height: 160px; }
  .most-popular ol {
    list-style: none;
    line-height: 1.4em;
    padding: 52px 0 0 0; }
  .most-popular ol li {
    border-top: 1px solid;
    border-color: #eaedee;
    border-color: rgba(0, 39, 59, .08); }
  .most-popular ol a {
    display: block;
    padding: 0.6em 1.4em; }

.about {
  text-align: center;
  padding-bottom: 2em; }
  .about h2 {
    border-bottom: 1px solid;
    border-color: #eaedee;
    border-color: rgba(0, 39, 59, .08); }
  .about p {
    margin: 0;
    padding: 1.5em;
    line-height: 1.4em; }
  .about ul {
    padding-left: 0;
    list-style: none;
    margin: 0;
    font-size: 2em;
    text-align: center; }
  .about ul li {
    display: inline-block; }
  .about li {
    padding: 0 0.25em; }
  .about .more {
    padding-left: 0.4em; }

.episode-summary {
  font-size: 0.8em;
  position: relative;
  padding: 0.75em 0.75em 4.5em 17.5em;
  margin-bottom: 40px;
  min-height: 7em;
  overflow: hidden; }
  @media only screen and (max-width: 1079px) {
  .episode-summary {
    font-size: 0.9em; } }
  @media only screen and (max-width: 799px) {
  .episode-summary {
    font-size: 0.85em;
    margin-bottom: 4px;
    padding-bottom: 3em;
    padding-left: 15.5em; }
    .episode-summary.shadowed-box, .pagination .page.episode-summary, .pagination .pagination-previous.episode-summary, .pagination .pagination-next.episode-summary {
      box-shadow: none;
      border-radius: 0; } }
  @media only screen and (max-width: 640px) {
  .episode-summary {
    font-size: 0.9em;
    margin-bottom: 2px;
    min-height: 0;
    padding: 1em 70px 1em 9.75em; } }
  @media only screen and (max-width: 479px) {
  .episode-summary {
    padding: 0.5em 70px 0.5em 2em; } }
  .episode-summary h3, .episode-summary p {
    margin: 0; }
  .episode-summary h3 {
    font-family: "Open Sans", "Source Sans Pro", Helvetica, Arial, sans-serif;
    font-weight: 400;
    font-size: 1em; }
  .episode-summary h3 .arrow {
    display: none; }
    @media only screen and (max-width: 640px) {
    .episode-summary h3 .arrow {
      position: absolute;
      right: 0;
      top: 0;
      width: 70px;
      text-align: center;
      display: block;
      font-size: 1.25em;
      line-height: 4.25em; } }
    @media only screen and (max-width: 479px) {
    .episode-summary h3 .arrow {
      line-height: 3.4em; } }
  .episode-summary p {
    line-height: 1.4; }
  @media only screen and (max-width: 640px) {
    .episode-summary p {
      display: none; } }
  .episode-summary .meta {
    margin: 0;
    position: absolute;
    bottom: 1.5em; }
  @media only screen and (max-width: 799px) {
    .episode-summary .meta {
      right: 1.5em;
      bottom: 0.75em; } }
  @media only screen and (max-width: 640px) {
    .episode-summary .meta {
      font-size: 0.8em;
      position: static; } }
  .episode-summary .meta dd {
    margin: 0;
    display: block; }
  .episode-summary .actions {
    text-align: center;
    line-height: 100%;
    margin: 0;
    display: block;
    width: 16em;
    position: absolute;
    top: 0.55em;
    left: 0.55em;
    bottom: 0.55em; }
  @media only screen and (max-width: 799px) {
    .episode-summary .actions {
      width: 14em; } }
  @media only screen and (max-width: 640px) {
    .episode-summary .actions {
      top: 0;
      left : 0;
      bottom: 0;
      width: 8.5em; } }
  @media only screen and (max-width: 479px) {
    .episode-summary .actions {
      display: none; } }
  .episode-summary .actions i {
    font-size: 1.2em;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    margin: 0 auto;
    margin-top: -1.5em; }
    @media only screen and (max-width: 640px) {
    .episode-summary .actions i {
      font-size: 1.1em; } }
  .episode-summary .more {
    position: absolute;
    bottom: 1.5em;
    right: 1.5em; }
  @media only screen and (max-width: 799px) {
    .episode-summary .more.button {
      font-size: inherit;
      font-weight: inherit;
      text-transform: none;
      position: static;
      padding: 0 0 0 0.25em;
      border: none; } }

.about-image {
  max-width: 100%;
  display: block;
  margin-left: auto;
  margin-right: auto; }

.press-wrapper {
  padding: 4.5em 2em 3em 2em; }
  @media only screen and (max-width: 799px) {
  .press-wrapper {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0; } }
  @media only screen and (max-width: 640px) {
  .press-wrapper {
    padding: 0;
    position: relative; } }

.mainpressbar {
  width: 100%;
  float: left;
  margin-right: -350px; }
  @media only screen and (max-width: 1279px) {
  .mainpressbar {
    width: auto;
    float: none;
    margin: 0; } }

.about-blurb {
  text-align: justify;
  padding: 2em; }
  .about-blurb h2 {
    border-bottom: 1px solid;
    border-color: #eaedee;
    border-color: rgba(0, 39, 59, .08); }
  .about-blurb p {
    margin: 0;
    padding: 1.5em;
    line-height: 1.4em; }
  .about-blurb ul {
    padding-left: 0;
    list-style: none;
    margin: 0;
    font-size: 2em;
    text-align: center; }
  .about-blurb ul li {
    display: inline-block; }
  .about-blurb li {
    padding: 0 0.25em; }
  .about-blurb .more {
    padding-left: 0.4em; }

.sideaboutbar {
  font-size: 0.75em;
  width: 350px;
  float: right;
  position: relative;
  margin-bottom: 40px; }
  @media only screen and (max-width: 1279px) {
  .sideaboutbar {
    float: left;
    width: 100%; } }
  .sideaboutbar section {
    margin-bottom: 5px; }
  .sideaboutbar h2 {
    margin: 0;
    font-family: "Open Sans", "Source Sans Pro", Helvetica, Arial, sans-serif;
    font-size: 0.9em;
    font-weight: 400;
    text-align: center;
    height: 52px;
    line-height: 52px; }

.most-recent-press {
  max-width: 810px;
  margin-right: 390px;
  clear: both; }
  @media only screen and (max-width: 1279px) {
  .most-recent-press {
    margin: 0 auto; } }
  .most-recent-press h2 {
    margin: 0;
    line-height: 2.5em;
    margin-top: -2.5em; }
  @media only screen and (max-width: 1079px) {
    .most-recent-press h2 {
      font-size: 1.15em; } }
  @media only screen and (max-width: 799px) {
    .most-recent-press h2 {
      font-size: 0.9em;
      margin: 0;
      padding: 0.4em 1.25em;
      text-align: center;
      color: #cccdc0;
      background: #212525;
      border-top: 1px solid #f2f2f0;
      border-bottom: 2px solid #f2f2f0; } }

.press-summary {
  font-size: 0.8em;
  position: relative;
  padding: 0.75em 0.75em 1.5em 1.5em;
  margin-bottom: 40px;
  min-height: 7em;
  overflow: hidden; }
  @media only screen and (max-width: 1079px) {
  .press-summary {
    font-size: 0.9em; } }
  @media only screen and (max-width: 799px) {
  .press-summary {
    font-size: 0.85em;
    margin-bottom: 4px;
    padding-bottom: 3em;
    padding-left: 1.5em; }
    .press-summary.shadowed-box, .pagination .page.press-summary, .pagination .pagination-previous.press-summary, .pagination .pagination-next.press-summary {
      box-shadow: none;
      border-radius: 0; } }
  @media only screen and (max-width: 640px) {
  .press-summary {
    font-size: 0.9em;
    margin-bottom: 2px;
    min-height: 0;
    padding: 1em 1.25em 1em 1.25em; } }
  @media only screen and (max-width: 479px) {
  .press-summary {
    padding: 0.5em 1.25em 0.5em 2em; } }
  .press-summary h3, .press-summary p {
    margin: 0; }
  .press-summary h3 {
    font-family: "Open Sans", "Source Sans Pro", Helvetica, Arial, sans-serif;
    font-weight: 400;
    font-size: 1em; }
  .press-summary p {
    line-height: 1.4; }
  @media only screen and (max-width: 640px) {
    .press-summary p {
      display: none; } }
  .press-summary .meta {
    margin: 0;
    position: absolute;
    bottom: 1.5em; }
  @media only screen and (max-width: 799px) {
    .press-summary .meta {
      right: 1.5em;
      bottom: 0.75em; } }
  @media only screen and (max-width: 640px) {
    .press-summary .meta {
      font-size: 0.8em;
      position: static; } }
  .press-summary .meta dd {
    margin: 0;
    display: block; }
  .press-summary .more {
    position: absolute;
    bottom: 1.5em;
    right: 1.5em; }
  @media only screen and (max-width: 799px) {
    .press-summary .more.button {
      font-size: inherit;
      font-weight: inherit;
      text-transform: none;
      position: static;
      padding: 0 0 0 0.25em;
      border: none; } }

.search-wrapper {
  width: 100%;
  padding: 4.5em 2em 3em 2em; }
  @media only screen and (max-width: 799px) {
  .search-wrapper {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0; } }
  @media only screen and (max-width: 640px) {
  .search-wrapper {
    padding: 0;
    position: relative; } }

.search-result-list {
  max-width: 1120px;
  margin-left: 40px;
  margin-right: 40px;
  clear: both; }
  @media only screen and (max-width: 799px) {
  .search-result-list {
    margin: 0 auto; } }
  .search-result-list h2 {
    margin: 0;
    line-height: 2.5em;
    margin-top: -2.5em; }
  @media only screen and (max-width: 1079px) {
    .search-result-list h2 {
      font-size: 1.15em; } }
  @media only screen and (max-width: 799px) {
    .search-result-list h2 {
      font-size: 0.9em;
      margin: 0;
      padding: 0.4em 1.25em;
      text-align: center;
      color: #cccdc0;
      background: #212525;
      border-top: 1px solid #f2f2f0;
      border-bottom: 2px solid #f2f2f0; } }

.search-image {
  width: 30%;
  float: left;
  padding-right: 1.25em; }
  @media only screen and (max-width: 799px) {
  .search-image {
    display: none; } }

.search-info {
  float: left; }

.search-summary {
  font-size: 0.8em;
  position: relative;
  padding: 0.75em 0.75em 1.5em 1.5em;
  margin-bottom: 40px;
  overflow: hidden; }
  @media only screen and (max-width: 1079px) {
  .search-summary {
    font-size: 0.9em; } }
  @media only screen and (max-width: 799px) {
  .search-summary {
    font-size: 0.85em;
    margin-bottom: 4px;
    padding-bottom: 3em;
    padding-left: 1.5em; }
    .search-summary.shadowed-box, .pagination .page.search-summary, .pagination .pagination-previous.search-summary, .pagination .pagination-next.search-summary {
      box-shadow: none;
      border-radius: 0; } }
  @media only screen and (max-width: 640px) {
  .search-summary {
    font-size: 0.8em;
    margin-bottom: 2px;
    min-height: 0;
    padding: 1em 1.25em 1em 1.25em; } }
  @media only screen and (max-width: 479px) {
  .search-summary {
    padding: 0.5em 1.25em 0.5em 2em; } }
  .search-summary h3, .search-summary p {
    margin: 0; }
  .search-summary .meta {
    margin: 0;
    position: absolute;
    bottom: 1.5em; }
  @media only screen and (max-width: 799px) {
    .search-summary .meta {
      right: 1.5em;
      bottom: 0.75em; } }
  @media only screen and (max-width: 640px) {
    .search-summary .meta {
      font-size: 0.8em;
      position: static; } }
  .search-summary .meta dd {
    margin: 0;
    display: block; }
  .search-summary .more {
    position: absolute;
    bottom: 1.5em;
    right: 1.5em; }
  @media only screen and (max-width: 799px) {
    .search-summary .more.button {
      font-size: inherit;
      font-weight: inherit;
      text-transform: none;
      position: static;
      padding: 0 0 0 0.25em;
      border: none; } }

@media only screen and (max-width: 640px) {
    .artwork-list {
      font-size: 0.9em; } }
  @media only screen and (max-width: 640px) {
    .artwork-list li {
      margin: 0 0 2px 0;
      background: #fff;
      width: auto;
      max-width: none;
      height: 5.35em;
      line-height: 5.35em;
      position: relative; } }
  @media only screen and (max-width: 479px) {
    .artwork-list li {
      height: 3.35em;
      line-height: 3.35em; } }
  @media only screen and (max-width: 640px) {
    .artwork-list a.artwork {
      width: 8.5em;
      height: inherit;
      padding: 0;
      position: static; } }
  @media only screen and (max-width: 479px) {
    .artwork-list a.artwork {
      background: none; } }
  @media only screen and (max-width: 640px) {
      .artwork-list a.artwork:after {
        width: 8.5em; } }
    @media only screen and (max-width: 479px) {
    .artwork-list a.artwork:after {
      background: none; } }
  @media only screen and (max-width: 640px) {
        .artwork-list a.artwork:hover span, .artwork-list a.artwork:active span {
          color: #151d1d;
          background-color: transparent; } }
  @media only screen and (max-width: 640px) {
      .artwork-list a.artwork span {
        color: #b31b1b;
        background-color: transparent;
        font-size: 1em;
        font-family: "Open Sans", "Source Sans Pro", Helvetica, Arial, sans-serif;
        line-height: inherit;
        padding: 0 70px 0 0;
        text-align: left;
        bottom: 0;
        left: 10em;
        right: 0;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis; } }
    @media only screen and (max-width: 479px) {
    .artwork-list a.artwork span {
      left: 2em; } }
  @media only screen and (max-width: 640px) {
      .artwork-list a.artwork .arrow {
        display: inline;
        font-size: 1.1em;
        position: absolute;
        right: 0;
        width: 70px;
        text-align: center; } }

.pagination {
  padding-left: 0;
  list-style: none;
  font-size: 0.75em; }
  .pagination li {
    display: inline-block; }
  .pagination li {
    padding: 0 2px;
    text-align: center; }
  .pagination .page, .pagination .pagination-previous, .pagination .pagination-next {
    display: block;
    width : 2.5em;
    height: 2.5em;
    line-height: 2.5em; }
  .pagination .disabled {
    display: none; }
  .pagination i {
    font-size: 0.8em; }
  @media only screen and (max-width: 640px) {
    .index-pagination .pagination, .archive-pagination .pagination {
      margin: 0;
      height: 0; } }
  @media only screen and (max-width: 640px) {
      .index-pagination .pagination .page, .archive-pagination .pagination .page, .index-pagination .pagination .ellipsis, .archive-pagination .pagination .ellipsis {
        display: none; } }
  @media only screen and (max-width: 640px) {
      .index-pagination .pagination .pagination-next, .archive-pagination .pagination .pagination-next, .index-pagination .pagination .pagination-previous, .archive-pagination .pagination .pagination-previous {
        position: absolute;
        top: 1px;
        box-shadow: none;
        border-radius: 0;
        font-size: 1.75em;
        color: #cccdc0;
        background: none;
        width: 70px;
        padding: 0;
        margin: 0; } }
    @media only screen and (max-width: 640px) {
      .index-pagination .pagination .pagination-next:hover, .archive-pagination .pagination .pagination-next:hover, .index-pagination .pagination .pagination-previous:hover, .archive-pagination .pagination .pagination-previous:hover {
        color: white; } }
  @media only screen and (max-width: 640px) {
      .index-pagination .pagination .pagination-next, .archive-pagination .pagination .pagination-next {
        right: 0; } }
  @media only screen and (max-width: 640px) {
      .index-pagination .pagination .pagination-previous, .archive-pagination .pagination .pagination-previous {
        left: 0; } }

.icon-embed:before {
  font-weight: bold; }

.icon-play:before {
  position: relative;
  left: 2px; }

.icon-patreon:before {
  font-size: 0.9em;
  position: relative;
  top: -1px; }

.press_entry {
  clear: both;
  margin: 5px 5px 20px 5px; }

.press_box {
  float: left;
  margin: 8px; }

.press_website {
  font-size: 1.2em;
  font-face: bold; }

.press_title {
  font-size: 0.9em;
  font-face: bold; }

.press_link {
  font-size: 0.8em;
  float: right;
  padding-right: 10px; }

.quote {
  font-size: 0.8em;
  font-style: italic; }

.main_content {
  position: relative; }

.newsletter_bg {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.5);
  z-index: 5; }

.newsletter_main_text {
  font-size: 0.8em;
  line-height: 1.2em;
  text-align: center; }

.newsletter_sub {
  position: absolute;
  width: 400px;
  background: white;
  border-radius: 3px;
  border: 1px solid black;
  padding: 15px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); }
  @media only screen and (max-width: 640px) {
  .newsletter_sub {
    width: 240px; } }

.newsletter_input {
  padding-top: 20px;
  clear: both;
  width: 100%;
  margin-left: auto;
  margin-right: auto; }

.newsletter_form_text {
  font-size: 0.75em;
  width: 250px; }
  @media only screen and (max-width: 640px) {
  .newsletter_form_text {
    width: 220px; } }

.newsletter_form_button {
  margin-left: 10px;
  margin-right: 10px; }
  @media only screen and (max-width: 640px) {
  .newsletter_form_button {
    margin-top: 10px;
    margin-left: 0;
    margin-right: 0; } }

.newsletter_a {
  float: left; }
  @media only screen and (max-width: 640px) {
  .newsletter_a {
    float: none;
    clear: both;
    text-align: center; } }

.newsletter_b {
  float: right; }
  @media only screen and (max-width: 640px) {
  .newsletter_b {
    float: none;
    clear: both;
    text-align: center; } }

a.boxclose {
  float: right;
  width: 30px;
  height: 30px;
  margin-top: -32px;
  margin-right: -32px;
  cursor: pointer;
  color: #fff;
  border: 2px solid black;
  border-radius: 30px;
  background: #605f61;
  font-size: 31px;
  font-weight: bold;
  display: inline-block;
  padding: 4px;
  line-height: 24px;
  text-align: center; }

.boxclose:before {
  content: "x"; }

.form_button {
  color: #b31b1b;
  text-decoration: none;
  transition: color 0.25s;
  border: 1px solid;
  font-size: 0.75em;
  font-style: normal;
  font-weight: 400;
  text-shadow: none;
  text-transform: uppercase;
  padding: 0 1.1em;
  border-radius: 2px;
  cursor: pointer; }

.form_button:hover {
  color: #151d1d; }

.link_alike {
  color: #b31b1b;
  text-decoration: none;
  transition: color 0.25s;
  cursor: pointer; }

.link_alike:hover {
  color: #151d1d; }

.noselect {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
