@charset "UTF-8";
/**
 * @license
 * MyFonts Webfont Build ID 3600418, 2018-06-25T14:43:15-0400
 * 
 * The fonts listed in this notice are subject to the End User License
 * Agreement(s) entered into by the website owner. All other parties are 
 * explicitly restricted from using the Licensed Webfonts(s).
 * 
 * You may obtain a valid license at the URLs below.
 * 
 * Webfont: GoudyOlStBTWXX-Roman by Bitstream
 * URL: https://www.myfonts.com/fonts/bitstream/goudy-old-style/goudy-old-style/
 * 
 * Webfont: GoudyOlStBTWXX-Italic by Bitstream
 * URL: https://www.myfonts.com/fonts/bitstream/goudy-old-style/italic/
 * 
 * 
 * License: https://www.myfonts.com/viewlicense?type=web&buildid=3600418
 * Licensed pageviews: 10,000
 * Webfonts copyright: Copyright 1990-2003 Bitstream Inc. All rights reserved.
 * 
 * © 2018 MyFonts Inc
*/
/* @import must be at top of file, otherwise CSS will not work */
@import url("//hello.myfonts.net/count/36f022");
@font-face {
  font-family: 'Goudy';
  src: url("../webfonts/36F022_0_0.eot");
  src: url("../webfonts/36F022_0_0.eot?#iefix") format("embedded-opentype"), url("../webfonts/36F022_0_0.woff2") format("woff2"), url("../webfonts/36F022_0_0.woff") format("woff"), url("../webfonts/36F022_0_0.ttf") format("truetype"); }

@font-face {
  font-family: 'Goudy';
  src: url("../webfonts/36F022_1_0.eot");
  src: url("../webfonts/36F022_1_0.eot?#iefix") format("embedded-opentype"), url("../webfonts/36F022_1_0.woff2") format("woff2"), url("../webfonts/36F022_1_0.woff") format("woff"), url("../webfonts/36F022_1_0.ttf") format("truetype");
  font-style: italic; }

.bodyStyle1 {
  font-size: 30px;
  line-height: 1.33333; }

.bodyStyle2 {
  font-size: 30px;
  line-height: 1.33333;
  font-style: italic; }

html {
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }
  html ::-moz-selection {
    color: #fff;
    text-shadow: 0px 0px 5px rgba(255, 255, 255, 0.25); }
  html ::selection {
    color: #fff;
    text-shadow: 0px 0px 5px rgba(255, 255, 255, 0.25); }

*,
*:before,
*:after {
  box-sizing: inherit; }

*:focus,
*:active {
  outline: none; }

html,
body {
  min-height: 100%; }

body {
  margin: 0;
  padding: 0;
  background: black;
  color: white;
  font-family: "Goudy", Garamond, "Big Caslon", "Times New Roman", serif;
  background: url(../canvas_Q10.jpg) 50% 0%/100% auto repeat-y;
  background-attachment: fixed; }

.canvas-bg {
  background: url(../canvas_Q10.jpg) 50% 0%/100% auto repeat-y;
  background-attachment: fixed; }

header.header {
  width: 100%;
  height: 70px;
  line-height: 70px;
  padding: 0 100px;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 3;
  padding-top: 1px;
  -webkit-transform: translateY(-1px);
          transform: translateY(-1px); }
  header.header .head-inner {
    position: relative;
    border-bottom: 1px solid white; }
    header.header .head-inner h1 {
      font-size: 32px;
      line-height: inherit;
      letter-spacing: 0.05em;
      margin: 0; }
      @media (max-width: 430px) {
        header.header .head-inner h1 {
          font-size: 28px; } }
  header.header a,
  header.header .act span {
    color: inherit;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    cursor: pointer; }
  header.header nav {
    position: absolute;
    top: 0;
    right: 0; }
    header.header nav ul {
      margin: 0 0px 0 0;
      padding: 0;
      list-style: none; }
    header.header nav li {
      display: inline-block;
      margin: 0 20px; }
      header.header nav li:last-child {
        margin-right: 0; }
      @media (max-width: 1200px) {
        header.header nav li {
          margin: 0 10px; } }
  @media (max-width: 960px) {
    header.header {
      padding: 0 20px; } }
  @media (max-width: 800px) {
    header.header {
      line-height: 2em;
      height: auto;
      padding: 15px 20px 0px; }
      header.header nav {
        position: relative;
        padding-bottom: 10px; }
        header.header nav li {
          margin-left: 0; } }
.tac {
  text-align: center; }

.no-m {
  margin: 0; }

.il-links a {
  border-bottom: solid 1px; }

.stilllife {
  position: relative;
  width: 100%;
  height: 100vw;
  background-size: 100% auto;
  background-position: 50% 100%;
  background-repeat: no-repeat;
  -webkit-mask: url(../fade_1k.png);
          mask: url(../fade_1k.png);
  -webkit-mask-position: 50% 100%;
          mask-position: 50% 100%;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: 100% auto;
          mask-size: 100% auto;
  mask-source-type: alpha;
  background-image: url(../stilllife_high.jpg); }
  .stilllife:BEFORE {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    display: block;
    height: 100%;
    background-image: url(../TT5.svg);
    background-size: 92% auto;
    background-position: 50% 4%;
    background-repeat: no-repeat;
    background-attachment: fixed;
    opacity: 0;
    -webkit-animation: fadeUp 3s 1s linear forwards;
            animation: fadeUp 3s 1s linear forwards;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden; }
  .stilllife:AFTER {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-size: 100% auto;
    background-position: 50% 100%;
    background-repeat: no-repeat; }
  @media (max-width: 800px) {
    .stilllife {
      position: relative;
      padding-bottom: 100%;
      display: none; } }
  .stilllife:AFTER {
    background-image: url(../stilllife_high.jpg);
    -webkit-mask: url(../mask_1k.png);
            mask: url(../mask_1k.png);
    -webkit-mask-position: 50% 100%;
            mask-position: 50% 100%;
    -webkit-mask-repeat: no-repeat;
            mask-repeat: no-repeat;
    -webkit-mask-size: 100% auto;
            mask-size: 100% auto;
    mask-source-type: alpha; }
  @media (min-width: 751px) and (max-aspect-ratio: 1/1) {
    .stilllife {
      height: 100vh;
      -webkit-mask-position: 50% 0%;
              mask-position: 50% 0%;
      background-position: 50% 0%; }
      .stilllife:AFTER {
        -webkit-mask-position: 50% 0%;
                mask-position: 50% 0%;
        background-position: 50% 0%; } }
  @media (min-width: 751px) and (min-aspect-ratio: 5/4) {
    .stilllife {
      height: 90vw; } }
  @media (min-width: 751px) and (min-aspect-ratio: 3/2) {
    .stilllife {
      height: 80vw; } }
.scroll-reminder {
  position: absolute;
  bottom: 100px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  color: white;
  z-index: 5;
  font-size: 22px;
  opacity: 0;
  transition-delay: 0s;
  transition-duration: 1s;
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
  font-family: "Goudy", Garamond, "Big Caslon", "Times New Roman", serif;
  text-transform: uppercase;
  font-size: 16px;
  letter-spacing: 0.08em;
  font-weight: bold;
  cursor: s-resize; }
  @media (max-width: 700px) {
    .scroll-reminder {
      display: none; } }
  .scroll-reminder.vis {
    opacity: 1;
    transition-delay: 3s;
    transition-duration: 1s;
    -webkit-transform: translateY(0);
            transform: translateY(0); }
  .scroll-reminder:BEFORE {
    content: "";
    position: absolute;
    top: 60px;
    left: 50%;
    width: 20px;
    height: 20px;
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
    border-top: solid 1px #fff;
    border-left: solid 1px #fff;
    -webkit-transform: rotate(-135deg);
            transform: rotate(-135deg); }

.radiotopia {
  display: block;
  position: fixed;
  bottom: 60px;
  left: 4%;
  background-image: url(../GFX/Radiotopia-Wordmark-Associated-White.svg);
  background-size: 100% auto;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  height: 35.5px;
  width: 132px; }
  @media (max-width: 800px) {
    .radiotopia {
      position: relative;
      bottom: auto;
      left: auto;
      margin: 20px auto; } }
.wrap-about {
  display: flex;
  flex-direction: column;
  margin-bottom: 200px; }
  .wrap-about .credit-chips {
    align-self: flex-end;
    margin-top: auto; }
    .wrap-about .credit-chips a {
      color: #fff;
      text-decoration: none; }

#footer {
  position: relative;
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  align-items: center;
  padding: 20px 0; }
  #footer a {
    color: inherit;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    cursor: pointer; }
  #footer .logo-radiotopia {
    position: relative;
    display: inline-block;
    width: 150px;
    height: 60px;
    background-image: url(../Radiotopia-Wordmark-Associated-White.svg);
    background-size: contain;
    background-position: 0 50%;
    background-repeat: no-repeat; }
    #footer .logo-radiotopia span {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      opacity: 0; }
  #footer ul {
    list-style: none;
    margin: 0;
    padding: 0; }
    #footer ul li {
      display: inline-block;
      margin: 0 12px; }
  #footer.hasAudio {
    margin-bottom: 90px; }
  @media (max-width: 730px) {
    #footer {
      display: block;
      text-align: center; }
      #footer ul {
        margin: 30px 0 50px; } }
  @media (max-width: 400px) {
    #footer ul {
      margin: 0px 0 15px; }
    #footer ul li {
      display: block;
      margin: 5px 0 7px; } }
.modal-wrap {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  color: white;
  font-size: 17px;
  line-height: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(0, 0, 0, 0.95);
  z-index: 5; }
  @media (max-width: 960px) {
    .modal-wrap {
      display: block; } }
  .modal-wrap h3 {
    text-align: center;
    font-size: 30px;
    font-weight: normal;
    font-style: italic; }
  .modal-wrap .toggle {
    cursor: pointer;
    margin-bottom: 10px; }
    .modal-wrap .toggle button {
      color: white;
      background: transparent;
      padding: 10px 15px;
      border-radius: 8px;
      border: solid 1px #fff;
      font-family: "Times New Roman", Times, serif;
      font-size: 16px;
      font-weight: bold; }
      .modal-wrap .toggle button span {
        text-decoration: none; }
  .modal-wrap .close {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 50px;
    height: 50px;
    cursor: pointer; }
    .modal-wrap .close:BEFORE, .modal-wrap .close:AFTER {
      content: '';
      pointer-events: none;
      position: absolute;
      width: 2px;
      height: 100%;
      top: 0px;
      left: 50%;
      margin-left: -1px;
      background-color: #fff; }
    .modal-wrap .close:BEFORE {
      -webkit-transform: rotate(45deg);
              transform: rotate(45deg); }
    .modal-wrap .close:AFTER {
      -webkit-transform: rotate(-45deg);
              transform: rotate(-45deg); }

.subscribe-wrap .subscribe-accordion .expand-content {
  display: none; }

.subscribe-wrap .subscribe-accordion.expand {
  color: black;
  background-color: #ffffff;
  padding: 15px 10px 10px;
  margin-bottom: 10px;
  border-radius: 8px; }
  .subscribe-wrap .subscribe-accordion.expand .expand-content {
    display: block; }
  .subscribe-wrap .subscribe-accordion.expand .toggle {
    display: none; }

@media (max-width: 800px) {
  .subscribe-wrap .subscribe-accordion {
    color: white;
    padding: 0;
    margin-bottom: 0; }
    .subscribe-wrap .subscribe-accordion .close {
      display: none; }
    .subscribe-wrap .subscribe-accordion .expand-content {
      display: block; }
    .subscribe-wrap .subscribe-accordion .toggle {
      display: none; } }

.subscribe-wrap .button {
  display: block;
  background-size: 100% auto;
  background-repeat: no-repeat;
  margin: 15px auto; }
  .subscribe-wrap .button.rss {
    background-image: url(../GFX/rss-subscribe.png);
    height: 36px;
    width: 142px; }
  .subscribe-wrap .button.stitcher {
    background-image: url(../GFX/stitcher-subscribe.png);
    height: 40px;
    width: 142px; }
  .subscribe-wrap .button.radiopublic {
    background-image: url(../GFX/radio-public-subscribe.png);
    width: 142px;
    height: 46px; }
  .subscribe-wrap .button.googleplay {
    background-image: url(../GFX/google-play-subscribe.png);
    height: 41px;
    width: 142px; }
  .subscribe-wrap .button.googlepodcasts {
    background-image: url(../GFX/google_podcasts_badge@2x.png);
    height: 41px;
    width: 142px; }
  .subscribe-wrap .button.apple {
    background-image: url(../GFX/Listen_on_Apple_Podcasts_sRGB_US.svg);
    height: 43px;
    width: 170px; }
  .subscribe-wrap .button.iheartradio {
    background-image: url(../GFX/Listen_On_iHeartRadio_135x40_buttontemplate-02.png);
    height: 43px;
    width: 170px; }
  .subscribe-wrap .button.amazonmusic {
    background-image: url(../GFX/ListenOn_AmazonMusic_button_White_RGB_5X_US.png);
    height: 43px;
    width: 170px; }

.donate-wrap iframe {
  width: 400px;
  height: 460px;
  opacity: 0;
  -webkit-animation: fadeUp 0.3s 0.3s linear forwards;
          animation: fadeUp 0.3s 0.3s linear forwards; }
  @media (max-width: 800px) {
    .donate-wrap iframe {
      position: absolute;
      top: 80px;
      left: 0;
      width: 100%;
      height: 100%;
      height: calc(100% - 80px); } }
.modal-inner {
  min-height: 50%;
  display: flex;
  flex-direction: column; }

.mobile-cover {
  display: none; }
  @media (max-width: 800px) {
    .mobile-cover {
      display: block; } }
  .mobile-cover img {
    width: 100%;
    height: auto; }

@-webkit-keyframes fadeUp {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes fadeUp {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

.container {
  position: relative;
  z-index: 2; }

main {
  position: relative;
  margin: 0 100px;
  padding: 100px 0 0; }
  @media (max-width: 960px) {
    main {
      margin: 0 20px; } }
  @media (max-width: 600px) {
    main {
      padding-top: 40px; } }
.home-link {
  color: white;
  position: absolute;
  top: 27px;
  left: 0;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.08em; }
  @media (max-width: 960px) {
    .home-link {
      top: 20px; } }
.cW {
  width: 74%;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto; }
  @media (max-width: 960px) {
    .cW {
      width: 100%; } }
.single-ep {
  position: relative;
  display: flex; }
  .single-ep h1 {
    font-size: 54px;
    line-height: 1;
    font-weight: normal;
    margin: 0; }
    @media (max-width: 600px) {
      .single-ep h1 {
        font-size: 36px; } }
  .single-ep hr {
    width: 50px;
    margin: 60px 0 1em;
    border: 0;
    background: white;
    height: 1px; }
    @media (max-width: 500px) {
      .single-ep hr {
        margin-top: 30px; } }
  .single-ep .ep-num {
    display: block;
    font-size: 160px;
    line-height: 0.35;
    font-weight: normal;
    text-align: right;
    width: 30%;
    min-width: 150px;
    padding-right: 50px;
    margin-top: 42px; }
    @media (max-width: 900px) {
      .single-ep .ep-num {
        font-size: 100px; } }
    @media (max-width: 600px) {
      .single-ep .ep-num {
        font-size: 50px; } }
    @media (max-width: 900px) {
      .single-ep .ep-num {
        min-width: 100px;
        padding-right: 20px;
        margin-top: 0; } }
    @media (max-width: 600px) {
      .single-ep .ep-num {
        position: absolute;
        top: 0;
        left: 0;
        width: auto;
        min-width: 0;
        text-align: left;
        z-index: -1;
        opacity: 0.1;
        font-size: 170px; } }
  .single-ep .ep-info {
    width: 100%; }

.announcement {
  position: relative;
  text-align: center;
  margin-bottom: 100px; }
  .announcement h1 {
    font-size: 54px;
    line-height: 1;
    font-weight: normal;
    margin: 10px 0; }
    @media (max-width: 600px) {
      .announcement h1 {
        font-size: 36px; } }
  .announcement .pretitle {
    font-family: "Goudy", Garamond, "Big Caslon", "Times New Roman", serif;
    text-transform: uppercase;
    font-size: 16px;
    letter-spacing: 0.08em;
    font-weight: bold; }
  .announcement hr {
    max-width: 230px;
    margin: 80px auto 100px; }

.episodes {
  padding: 0;
  list-style: none; }
  .episodes a {
    color: inherit;
    text-decoration: none; }
  .episodes li {
    margin: 50px 0 200px; }
    @media (max-width: 600px) {
      .episodes li {
        margin-bottom: 120px; } }
.show-description {
  margin: 0 auto; }

.author-bio {
  display: flex;
  font-size: 27px;
  line-height: 32px; }
  .author-bio .photo {
    margin: 1em 30px 0 -20px;
    width: 130px;
    height: 130px;
    border-radius: 50%;
    overflow: hidden; }
    .author-bio .photo img {
      display: block;
      width: 100%;
      height: auto; }
  @media (min-width: 960px) {
    .author-bio .text {
      margin-right: 30px; }
      .author-bio .text p {
        margin-right: -2em; } }
  @media (max-width: 960px) {
    .author-bio {
      display: block; }
      .author-bio .photo {
        margin: 1em 0 0; } }
.music-credits {
  margin: 46px 0; }

h5 {
  text-transform: uppercase;
  font-weight: normal;
  font-size: 16px;
  margin: 0 0 1em;
  letter-spacing: 0.08em; }
  h5 + p {
    margin-top: -10px; }

.stream-link,
.pdf-link,
.download-link {
  display: inline-block;
  width: 62px;
  height: 62px;
  position: relative;
  vertical-align: middle;
  margin: 0 20px 0 0; }

.stream-link {
  border: solid 1px #fff;
  border-radius: 50%;
  cursor: pointer; }
  .stream-link svg,
  .stream-link polygon,
  .stream-link .poly {
    fill: #FFFFFF; }
  .stream-link svg {
    position: absolute;
    width: 16px;
    height: 20px;
    top: 50%;
    left: 53.5%;
    -webkit-transform: translateX(-50%) translateY(-50%);
            transform: translateX(-50%) translateY(-50%); }
  .controls .stream-link {
    border-color: #000;
    margin: auto;
    width: 48px;
    height: 48px;
    margin: 0 5px; }
    .controls .stream-link svg,
    .controls .stream-link polygon,
    .controls .stream-link .poly {
      fill: #000000; }

.runtime {
  display: inline-block;
  vertical-align: middle;
  letter-spacing: 0.08em; }

.play-tray {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 90px;
  background: url(../canvas_Q10.jpg) 50% 100%/100% auto repeat-y;
  background-attachment: fixed;
  background-color: white;
  background-blend-mode: difference;
  z-index: 5;
  color: black;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
  transition-duration: 0.2s;
  display: flex;
  align-items: center;
  padding: 0 100px 6px; }
  .play-tray.hasAudio {
    -webkit-transform: translateY(0);
            transform: translateY(0); }
  .play-tray .controls {
    margin: 0 20px 0 0; }
  .play-tray .now-playing {
    margin-left: auto;
    font-family: "Goudy", Garamond, "Big Caslon", "Times New Roman", serif;
    text-transform: uppercase;
    font-size: 16px;
    letter-spacing: 0.08em;
    font-weight: bold; }
  .play-tray button {
    padding: 0; }
  .play-tray .seek {
    width: 40px;
    height: 40px;
    background: none;
    border: none;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
    font-family: "Goudy", Garamond, "Big Caslon", "Times New Roman", serif;
    text-transform: uppercase;
    font-size: 16px;
    letter-spacing: 0.08em;
    font-weight: bold;
    line-height: 45px; }
    .play-tray .seek:BEFORE {
      content: "";
      position: absolute;
      top: 0;
      left: 1px;
      right: 0;
      bottom: 0;
      background-image: url(../seek-arrow.svg);
      background-repeat: no-repeat; }
    .play-tray .seek.backwards:BEFORE {
      -webkit-transform: scaleX(-1) translateX(2px);
              transform: scaleX(-1) translateX(2px); }
    @media (max-width: 500px) {
      .play-tray .seek {
        font-size: 12px; } }
  .play-tray .play,
  .play-tray .pause {
    width: 58px;
    background: none;
    height: 50px;
    border: none;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: contain;
    color: transparent;
    display: inline-block;
    vertical-align: middle;
    line-height: 16px; }
  .play-tray .pause {
    background-image: url(../player-pause.svg);
    background-size: 50% auto; }
  .play-tray .play {
    background-image: url(../player-play.svg); }
  @media (max-width: 960px) {
    .play-tray {
      padding: 15px 20px 20px;
      height: auto;
      display: block;
      text-align: center; }
      .play-tray .controls {
        margin: 0; }
      .play-tray .timings {
        padding: 5px 0 10px; } }
.timings {
  font-family: "Goudy", Garamond, "Big Caslon", "Times New Roman", serif;
  text-transform: uppercase;
  font-size: 16px;
  letter-spacing: 0.08em;
  font-weight: bold; }

.reusable {
  position: absolute;
  width: 1px;
  height: 1px;
  left: -100px;
  overflow: hidden; }

.progresswrap {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 10px;
  background: black; }
  .progresswrap .progress {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 90px;
    width: 1px;
    background: rgba(0, 0, 0, 0.1); }

.action-grid {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap; }
  .action-grid .mp3,
  .action-grid .pdf,
  .action-grid .mp3-download {
    flex-basis: 200px; }
    @media (max-width: 900px) {
      .action-grid .mp3,
      .action-grid .pdf,
      .action-grid .mp3-download {
        flex-basis: 160px; } }
  .action-grid .pdf svg,
  .action-grid .mp3-download svg {
    width: 50px;
    height: 60px; }
  .action-grid .pdf svg,
  .action-grid .mp3-download svg {
    -webkit-transform: translateX(5px) translateY(2px);
            transform: translateX(5px) translateY(2px); }
  .action-grid a {
    display: inline-block;
    position: relative; }
  @media (max-width: 680px) {
    .action-grid .mp3,
    .action-grid .pdf {
      margin-bottom: 42px; } }
[v-cloak] {
  display: none !important; }
