.podcast-player {
  background-color: #f6f6f6;
  color: #222;
  font-family: Helvetica;
  min-width: 100%;
  overflow: hidden;
  position: relative;
  width: 1px; }
  .podcast-player, .podcast-player *, .podcast-player *:before, .podcast-player *:after {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .podcast-player a {
    color: #f57150;
    text-decoration: none; }
    .podcast-player a:hover {
      text-decoration: underline; }
  .podcast-player button {
    background: transparent;
    border: none;
    cursor: pointer;
    outline: none; }
  .podcast-player .main-player {
    position: relative; }
  .podcast-player .episode-basic-info {
    max-height: 90px;
    padding: 23px 12px 0;
    position: relative;
    overflow: hidden; }
    .podcast-player .episode-basic-info .episode-title {
      color: #f57150;
      font-size: 18px;
      font-weight: 600;
      line-height: 1.4em;
      margin-bottom: 3px;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap; }
    .podcast-player .episode-basic-info .episode-subtitle {
      color: #7a7a7a;
      font-size: 16px;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap; }
  .podcast-player .episode-info-open .episode-description img {
    max-width: 100%; }
  .podcast-player .cover-image {
    float: left;
    height: 90px; }
  .podcast-player .controls {
    float: left;
    height: 90px; }
    .podcast-player .controls .play-button {
      border: 3px solid #999999;
      border-radius: 100px;
      color: #999999;
      font-size: 56px;
      height: 70px;
      margin: 10px 0 0 10px;
      padding: 0;
      width: 70px; }
  .podcast-player .controls-advanced {
    left: 155px;
    margin-top: -1px;
    position: absolute; }
    .podcast-player .controls-advanced button {
      color: #999999;
      font-size: 18px; }
    .podcast-player .controls-advanced button:hover {
      color: #f57150; }
    .podcast-player .controls-advanced .speed-select {
      -moz-appearance: none;
      -webkit-appearance: none;
      appearance: none;
      border: 0;
      background-color: #f6f6f6;
      background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%23007CB2%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E"), linear-gradient(to bottom, #f6f6f6 0%, #f6f6f6 100%);
      color: #999999;
      font-size: 14px;
      outline: 0;
      position: relative;
      top: -3px; }
    .podcast-player .controls-advanced .speed-select::-ms-expand {
      display: none; }
  .podcast-player.playing .controls-advanced {
    display: block; }
  .podcast-player .progress-bar {
    clear: both;
    overflow: hidden; }
    .podcast-player .progress-bar .progress-bar-time-played:hover {
      color: #f57150; }
    .podcast-player .progress-bar .progress-bar-rail {
      background-color: #e6e6e6;
      cursor: ew-resize;
      min-height: 10px;
      overflow: hidden;
      position: relative; }
  .podcast-player.playing .progress-bar .progress-bar-time-played {
    display: block; }
  .podcast-player .progress-bar-played,
  .podcast-player .progress-bar-loaded {
    background-color: #329c92;
    display: block;
    height: 100%;
    position: absolute;
    top: 0;
    width: 0; }
  .podcast-player .progress-bar-loaded {
    background-color: #999999; }
  .podcast-player .progress-bar-buffering {
    background-color: red; }
    .podcast-player .progress-bar-buffering:after {
      animation: move 2s linear infinite;
      background-image: linear-gradient(-45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
      background-size: 50px 50px;
      border-top-right-radius: 8px;
      border-bottom-right-radius: 8px;
      border-top-left-radius: 20px;
      border-bottom-left-radius: 20px;
      content: "";
      overflow: hidden;
      position: absolute;
      top: 0;
      left: 0;
      bottom: 0;
      right: 0; }

@keyframes move {
  0% {
    background-position: 0 0; }
  100% {
    background-position: 50px 50px; } }
  .podcast-player .buttons {
    position: absolute;
    right: 90px;
    top: 68px; }
    .podcast-player .buttons button {
      color: #999999;
      display: inline-block;
      font-size: 16px;
      text-align: center;
      width: 26px; }
    .podcast-player .buttons button:hover,
    .podcast-player .buttons button.button-active {
      color: #f57150; }
    .podcast-player .buttons img {
      height: 14px; }
  .podcast-player .panels {
    color: #7a7a7a;
    font-size: 14px;
    font-weight: 300;
    height: auto;
    line-height: 18px; }
    .podcast-player .panels > div {
      height: 100%;
      overflow: hidden;
      padding: 0 0 0 12px;
      position: relative; }
    .podcast-player .panels h3 {
      margin: 12px 0; }
  .podcast-player .panels .chaptermarks,
  .podcast-player .panels .playlist {
    height: 175px; }
    .podcast-player .panels .chaptermarks h3,
    .podcast-player .panels .playlist h3 {
      visibility: hidden; }
    .podcast-player .panels .chaptermarks h3:after,
    .podcast-player .panels .playlist h3:after {
      content: "Episodes";
      visibility: visible;
      display: block; }
    .podcast-player .panels .chaptermarks ul,
    .podcast-player .panels .playlist ul {
      display: block;
      height: calc(100% - 90px);
      margin: 0;
      padding: 0;
      overflow-y: scroll; }
      .podcast-player .panels .chaptermarks ul li,
      .podcast-player .panels .playlist ul li {
        background-color: none;
        cursor: pointer;
        line-height: 30px;
        list-style: none;
        padding: 0 25px 0 5px;
        position: relative; }
        .podcast-player .panels .chaptermarks ul li + li,
        .podcast-player .panels .playlist ul li + li {
          border-top: 1px solid #e6e6e6; }
        .podcast-player .panels .chaptermarks ul li:hover,
        .podcast-player .panels .playlist ul li:hover {
          background-color: #e6e6e6; }
        .podcast-player .panels .chaptermarks ul li.active,
        .podcast-player .panels .playlist ul li.active {
          background-color: #edf9f8; }
        .podcast-player .panels .chaptermarks ul li img,
        .podcast-player .panels .playlist ul li img {
          float: left;
          width: 30px; }
        .podcast-player .panels .chaptermarks ul li span,
        .podcast-player .panels .playlist ul li span {
          display: inline;
          height: 100%;
          margin: 0 0 0 10px;
          overflow: hidden; }
        .podcast-player .panels .chaptermarks ul li .chaptermark-start,
        .podcast-player .panels .playlist ul li .chaptermark-start {
          float: left;
          margin-left: 0; }
        .podcast-player .panels .chaptermarks ul li .chaptermark-image + .chaptermark-start,
        .podcast-player .panels .playlist ul li .chaptermark-image + .chaptermark-start {
          margin-left: 10px; }
        .podcast-player .panels .chaptermarks ul li .chaptermark-href
.episode-link,
        .podcast-player .panels .chaptermarks ul li .playlist-episode-number,
        .podcast-player .panels .playlist ul li .chaptermark-href
.episode-link,
        .podcast-player .panels .playlist ul li .playlist-episode-number {
          display: none; }
        .podcast-player .panels .chaptermarks ul li .playlist-episode-duration,
        .podcast-player .panels .playlist ul li .playlist-episode-duration {
          float: right; }
        .podcast-player .panels .chaptermarks ul li a,
        .podcast-player .panels .playlist ul li a {
          font-size: 16px;
          height: 13px;
          padding: 0;
          position: absolute;
          right: 5px;
          top: 3px;
          width: 13px; }
          .podcast-player .panels .chaptermarks ul li a svg,
          .podcast-player .panels .playlist ul li a svg {
            color: #7a7a7a;
            fill: currentColor; }
    .podcast-player .panels .chaptermarks .buttons,
    .podcast-player .panels .playlist .buttons {
      padding-top: 5px;
      position: static;
      text-align: center; }
      .podcast-player .panels .chaptermarks .buttons button,
      .podcast-player .panels .playlist .buttons button {
        font-size: 14px;
        width: auto; }
  .podcast-player .panels .playlist ul li span {
    margin-left: 0; }
  .podcast-player .panels .episode-info {
    font-size: 16px;
    height: calc(100% - 12px);
    overflow-y: auto;
    padding: 0 12px; }
    .podcast-player .panels .episode-info .episode-title {
      font-size: 22px; }
    .podcast-player .panels .episode-info .episode-subtitle {
      font-size: 18px;
      font-weight: 300; }
  .podcast-player .panels .share {
    padding: 12px; }
    .podcast-player .panels .share .share-copy-url,
    .podcast-player .panels .share .share-embed-code {
      background: transparent;
      border: 1px solid #ccc;
      border-radius: 3px;
      color: #4d4d4d;
      font-size: 20px;
      outline: none;
      padding: 4px;
      text-align: center;
      width: 100%; }
  .podcast-player .panels .transcript {
    height: 400px; }
    .podcast-player .panels .transcript h3 {
      float: left; }
    .podcast-player .panels .transcript .search,
    .podcast-player .panels .transcript .search-result {
      display: inline-block; }
    .podcast-player .panels .transcript .search {
      float: right;
      padding: 10px 15px; }
    .podcast-player .panels .transcript .search-clear {
      color: inherit;
      font-size: 150%;
      left: calc(100% - 40px);
      position: absolute;
      top: 6px; }
    .podcast-player .panels .transcript .transcript-text {
      height: calc(100% - 54px);
      list-style: none;
      overflow-y: auto;
      padding: 0 12px 0 0;
      width: 100%; }
      .podcast-player .panels .transcript .transcript-text li {
        cursor: pointer;
        font-size: 1.2em;
        line-height: 1.4em;
        margin-bottom: 8px; }
        .podcast-player .panels .transcript .transcript-text li:hover, .podcast-player .panels .transcript .transcript-text li.active {
          color: #222; }
        .podcast-player .panels .transcript .transcript-text li.search-highlight > * {
          background-color: #fff9a9; }
  .podcast-player .footer {
    padding: 12px;
    position: relative;
    width: 100%; }
    .podcast-player .footer .subscribe-button {
      background: transparent;
      border: 1px solid;
      border-radius: 3px;
      font-size: 14px;
      font-weight: bold;
      letter-spacing: .8px;
      outline: none;
      padding: 4px 6px; }
    .podcast-player .footer .podcast-connections-items {
      display: inline-block;
      margin: 0;
      padding: 0; }
    .podcast-player .footer .podcast-connections-item {
      display: inline;
      list-style: none;
      margin-left: 10px; }
      .podcast-player .footer .podcast-connections-item a {
        text-decoration: none; }
      .podcast-player .footer .podcast-connections-item svg {
        fill: currentColor;
        vertical-align: middle; }
      .podcast-player .footer .podcast-connections-item.podcast-connections-item-alexa {
        margin-left: 0; }
    .podcast-player .footer .all-episodes-link {
      float: right;
      font-size: 14px;
      font-weight: bold;
      letter-spacing: .8px;
      padding: 6px 6px;
      text-decoration: none; }

.podcast-player.mode-script .buttons {
  top: 60px !important; }

.podcast-player.mode-script .controls-advanced {
  top: 60px;
  left: 175px; }

.podcast-player.mode-script .episode-basic-info .episode-title {
  font-size: 16px; }

.podcast-player.mode-script .episode-basic-info .episode-subtitle {
  font-size: 14px; }

@media (max-width: 500px) {
  .podcast-player.mode-script .cover-image {
    border: 12px solid #f6f6f6;
    border-bottom: 0;
    display: none;
    float: none;
    height: auto;
    width: 100%; }
  .podcast-player.mode-script .episode-basic-info .episode-title {
    font-size: 16px; }
  .podcast-player.mode-script .episode-basic-info .episode-subtitle {
    font-size: 14px; }
  .podcast-player.mode-script .controls {
    height: 115px;
    position: relative; }
  .podcast-player.mode-script .controls-advanced {
    bottom: 20px;
    left: 0;
    top: auto; }
    .podcast-player.mode-script .controls-advanced button {
      font-size: 24px;
      padding: 0 8px; }
  .podcast-player.mode-script .buttons {
    margin-top: 25px;
    position: static;
    text-align: right; }
    .podcast-player.mode-script .buttons button {
      font-size: 24px;
      padding: 0 8px;
      width: 35px; }
  .podcast-player.mode-script .progress-bar .progress-bar-rail {
    min-height: 20px; }
  .podcast-player.mode-script.playing .progress-bar .progress-bar-time-played {
    display: none; }
  .podcast-player.mode-script .panels .transcript h3 {
    float: none; }
  .podcast-player.mode-script .panels .transcript .search {
    display: block;
    float: none;
    overflow: hidden;
    padding: 0 24px 0 0;
    position: relative; }
  .podcast-player.mode-script .panels .transcript .search-input {
    float: left;
    padding-right: 100px;
    width: 100%; }
  .podcast-player.mode-script .panels .transcript .search-result {
    float: right;
    position: absolute;
    right: 44px;
    top: 4px; }
  .podcast-player.mode-script .panels .transcript .search-clear {
    color: inherit;
    font-size: 150%;
    left: calc(100% - 44px);
    position: absolute;
    top: -2px; }
  .podcast-player.mode-script .panels .transcript .transcript-text {
    height: calc(100% - 90px); }
  .podcast-player.mode-script .footer {
    padding: 12px 6px; }
    .podcast-player.mode-script .footer .subscribe-button {
      font-size: 12px; }
    .podcast-player.mode-script .footer .podcast-connections-item {
      margin-left: 5px; }
    .podcast-player.mode-script .footer .all-episodes-link {
      font-size: 12px;
      margin-top: 4px; } }

@media (max-width: 500px) {
  .podcast-player.mode-iframe .cover-image {
    display: none; }
  .podcast-player.mode-iframe .buttons {
    right: 0; } }
