@charset "UTF-8";
/* CSS Document */

@media only screen and (max-width:1024px) {
  .list-item.featuring {
    width: calc(50% - 1rem);
  }
  .list-item.featuring figure img {
    max-width: 40%;
  }
}

@media only screen and (max-width:800px) {
  
  .siteheader figure figcaption {
    left: 0.75rem;
    bottom: 0.5rem;
    font-size: 1.25rem;
  }
  
  .maincontent {
    width: 100%;
    padding-bottom: 1rem;
    border-bottom: 1px solid #ccc;
    margin: 0 0 1rem 0;
  }
  .rightrail { 
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 0 1rem 0;
  }
  .rightrail .rightrail-element {
    width: calc(50% - 0.5rem);
    margin: 0 0.25rem 1rem 0.25rem;
  }
  
}

@media only screen and (max-width:640px) {
  
  .siteheader figure figcaption {
    left: 0.5rem;
    bottom: 0.25rem;
    font-size: 1rem;
  }
  
  .rightrail .rightrail-element {
    width: 100%;
  }
  .list-item.article.small .item-excerpt {
    display: block;
  }

  .list-item.person.verbose figure {
    max-width: 35%;
  }
  .list-item.person.verbose .item-info {
    width: calc(65% - 1rem);
  }
  
  .list-item.episode.large figure img {
    max-width: 35%;
  }
  .list-item.episode.large figcaption {
    width: calc(55% - 2rem);
  }

  .list-item.article.medium .item-image {
    width: 100%;
  }
  .list-item.article.medium .item-info {
    width: 100%;
    margin: 0;
  }
}

@media only screen and (max-width:480px) {

  .list-item.article.small {
    width: 100%;
    display: block;
  }

}