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

.bodyStyle2 {
  font-family: Didot, Didot LT STD, Hoefler Text, Garamond, Times New Roman, serif;
  font-size: 30px;
  line-height: 1.33333; }

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: "Helvetica Neue", Helvetica, sans-serif; }

header.header {
  width: 100%;
  height: 80px;
  line-height: 50px;
  padding: 0 100px;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 3;
  padding-top: 1px;
  -webkit-transform: translateY(-1px);
          transform: translateY(-1px);
  background: black; }
  header.header .head-inner {
    position: relative; }
    header.header .head-inner h1 {
      position: relative;
      font-size: 32px;
      line-height: inherit;
      letter-spacing: 0.05em;
      margin: 0;
      width: 235px;
      height: 73px;
      background: url(../its-lockup.png) 50% 50%/100% auto no-repeat; }
      @media (max-width: 430px) {
        header.header .head-inner h1 {
          font-size: 28px; } }
      @media (min-width: 801px) {
        header.header .head-inner h1 {
          -webkit-transform: translateY(7px);
                  transform: translateY(7px); } }
      header.header .head-inner h1 a {
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0; }
      header.header .head-inner h1 span {
        position: absolute;
        opacity: 0;
        pointer-events: none; }
  header.header a,
  header.header .act span {
    color: inherit;
    text-decoration: none;
    text-transform: lowercase;
    cursor: pointer; }
  header.header nav {
    position: absolute;
    top: 20px;
    right: 0;
    font-size: clamp(22px, 2.3vw, 40px); }
    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: 1em;
      height: auto;
      padding: 0 20px 0px; }
      header.header nav {
        position: relative;
        padding-bottom: 10px;
        top: 0; }
        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%;
  max-height: 70vh;
  background: radial-gradient(#c5dcee, #5a97cd); }
  @media (min-width: 768px) {
    .stilllife {
      min-height: 500px; } }
  @media (min-width: 1550px) {
    .stilllife {
      max-height: 90vh; } }
  .stilllife:AFTER {
    content: "";
    display: block;
    width: 100%;
    padding-bottom: 56.25%; }
    @media (max-width: 600px) {
      .stilllife:AFTER {
        padding-bottom: 75%; } }
  .stilllife:BEFORE {
    content: "";
    position: absolute;
    top: 0;
    left: 10%;
    right: 10%;
    bottom: 0;
    background-image: url(../guys-and-title.png);
    background-repeat: no-repeat;
    background-position: 50% 100%;
    background-size: 100% auto; }

.scroll-reminder {
  position: absolute;
  bottom: 50px;
  left: 1.5rem;
  -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);
  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: 45px;
    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: 50px;
    line-height: 1;
    font-weight: normal;
    text-transform: lowercase;
    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 {
    position: relative;
    display: block;
    font-size: 120px;
    line-height: 0.35;
    font-weight: normal;
    font-family: Didot, Didot LT STD, Hoefler Text, Garamond, Times New Roman, serif;
    text-align: right;
    width: 30%;
    width: 160px;
    height: 160px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: black;
    margin-right: 70px; }
    @media (max-width: 900px) {
      .single-ep .ep-num {
        font-size: 100px; } }
    @media (max-width: 600px) {
      .single-ep .ep-num {
        font-size: 50px; } }
    .single-ep .ep-num:BEFORE {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 160px;
      height: 160px;
      background: #0D76F8;
      z-index: -1;
      border-radius: 50%; }
    @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: 50px;
    line-height: 1;
    font-weight: normal;
    text-transform: lowercase;
    margin: 10px 0; }
    @media (max-width: 600px) {
      .announcement h1 {
        font-size: 36px; } }
  .announcement .pretitle {
    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 {
  margin-right: 10px;
  --uiFG: white; }
  .play-tray .stream-link {
    text-align: center;
    margin-right: 0;
    --uiFG: black; }
  .stream-link svg {
    width: 53px;
    height: 61px;
    pointer-events: none; }

.runtime {
  display: inline-block;
  vertical-align: middle;
  letter-spacing: 0.08em;
  font-size: 30px;
  margin-top: -2px; }

.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;
    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;
    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 {
  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.sub-action {
    display: block; }
    .action-grid.sub-action > *:not(:last-child) {
      margin-bottom: 2rem; }
  .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: 100%; } }
  .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; }
/*# sourceMappingURL=styles.css.map */