@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;600;700&display=swap");
.page-node-type-podcast-episode #page-content,
.page-node-type-podcast-collection #page-content {
  padding-bottom: 0 !important; }
  .page-node-type-podcast-episode #page-content #block-iwp-local-tasks,
  .page-node-type-podcast-episode #page-content #block-iwp-page-title,
  .page-node-type-podcast-collection #page-content #block-iwp-local-tasks,
  .page-node-type-podcast-collection #page-content #block-iwp-page-title {
    display: none; }
.page-node-type-podcast-episode #page-footer,
.page-node-type-podcast-collection #page-footer {
  margin-top: 0 !important; }

.podcast-episode .region-content {
  padding: 0; }
.podcast-episode .episode-header {
  background-color: #D1EBF0;
  padding: 40px 0; }
  .podcast-episode .episode-header .created {
    margin: 0 auto;
    text-transform: uppercase;
    font-family: "Open Sans", sans-serif;
    color: #464646;
    font-size: 16px;
    padding: 0 15px; }
  .podcast-episode .episode-header .player {
    width: 100%;
    text-align: center; }
  .podcast-episode .episode-header .episode-title {
    margin: 10px auto 40px;
    font-weight: 700;
    padding: 0 15px;
    text-align: center; }
.podcast-episode .episode-content {
  background-color: #D1EBF0;
  padding: 0 15px 50px;
  background-image: url(../../image/podcast/wave_mobile.svg);
  background-position: bottom left;
  background-repeat: repeat-x;
  background-size: 100%; }
  .podcast-episode .episode-content .subscribe-mobile {
    margin: 0 auto 40px; }
    .podcast-episode .episode-content .subscribe-mobile .subscribe-label {
      margin-bottom: 15px;
      display: block;
      color: #118485; }
    .podcast-episode .episode-content .subscribe-mobile .view-display-id-episode_subscribe {
      text-align: center; }
      .podcast-episode .episode-content .subscribe-mobile .view-display-id-episode_subscribe .view-content {
        display: inline-block; }
      .podcast-episode .episode-content .subscribe-mobile .view-display-id-episode_subscribe .views-row {
        display: inline-block;
        margin-right: 15px; }
        .podcast-episode .episode-content .subscribe-mobile .view-display-id-episode_subscribe .views-row:last-child {
          margin-right: 0; }
        .podcast-episode .episode-content .subscribe-mobile .view-display-id-episode_subscribe .views-row a.btn {
          width: 50px;
          height: 50px;
          border-radius: 16px;
          background-repeat: no-repeat;
          background-position: center;
          background-size: 75%; }
          .podcast-episode .episode-content .subscribe-mobile .view-display-id-episode_subscribe .views-row a.btn.apple {
            background-image: url(../../image/podcast/providers/apple.png); }
          .podcast-episode .episode-content .subscribe-mobile .view-display-id-episode_subscribe .views-row a.btn.google {
            background-image: url(../../image/podcast/providers/google.svg); }
          .podcast-episode .episode-content .subscribe-mobile .view-display-id-episode_subscribe .views-row a.btn.breaker {
            background-image: url(../../image/podcast/providers/breaker.svg); }
          .podcast-episode .episode-content .subscribe-mobile .view-display-id-episode_subscribe .views-row a.btn.castbox {
            background-image: url(../../image/podcast/providers/castbox.png); }
          .podcast-episode .episode-content .subscribe-mobile .view-display-id-episode_subscribe .views-row a.btn.castro {
            background-image: url(../../image/podcast/providers/castro.svg); }
          .podcast-episode .episode-content .subscribe-mobile .view-display-id-episode_subscribe .views-row a.btn.overcast {
            background-image: url(../../image/podcast/providers/overcast.png); }
          .podcast-episode .episode-content .subscribe-mobile .view-display-id-episode_subscribe .views-row a.btn.spotify {
            background-image: url(../../image/podcast/providers/spotify.svg); }
  .podcast-episode .episode-content .show-note .field__label {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 15px; }
  .podcast-episode .episode-content .podcast-details {
    margin-top: 60px;
    margin-bottom: 80px; }
    .podcast-episode .episode-content .podcast-details .column1 {
      padding-left: 0;
      padding-right: 0; }
      .podcast-episode .episode-content .podcast-details .column1 .image-wrapper {
        margin-bottom: 0 !important;
        border-radius: 8px;
        padding: 0 30px;
        overflow: hidden; }
      .podcast-episode .episode-content .podcast-details .column1 .collection {
        margin-bottom: 10px; }
        .podcast-episode .episode-content .podcast-details .column1 .collection a {
          color: #4E4E4E;
          font-weight: 600;
          font-size: 18px; }
    .podcast-episode .episode-content .podcast-details .column2 {
      padding: 10px 30px; }
      .podcast-episode .episode-content .podcast-details .column2 .collection {
        margin-bottom: 10px; }
        .podcast-episode .episode-content .podcast-details .column2 .collection a {
          color: #4E4E4E;
          font-weight: 600;
          font-size: 18px; }
      .podcast-episode .episode-content .podcast-details .column2 .duration {
        margin-bottom: 10px;
        color: #464646;
        padding-right: 0;
        text-align: right; }
      .podcast-episode .episode-content .podcast-details .column2 .episode {
        margin-bottom: 10px;
        color: #464646;
        padding: 0 15px; }
      .podcast-episode .episode-content .podcast-details .column2 .subscribe .subscribe-label {
        margin-bottom: 15px;
        display: block;
        color: #D3E8EF; }
      .podcast-episode .episode-content .podcast-details .column2 .subscribe .view-display-id-episode_subscribe {
        margin-top: 40px; }
        .podcast-episode .episode-content .podcast-details .column2 .subscribe .view-display-id-episode_subscribe .view-content {
          display: inline-block; }
        .podcast-episode .episode-content .podcast-details .column2 .subscribe .view-display-id-episode_subscribe .views-row {
          display: inline-block;
          margin-right: 15px; }
          .podcast-episode .episode-content .podcast-details .column2 .subscribe .view-display-id-episode_subscribe .views-row:last-child {
            margin-right: 0; }
          .podcast-episode .episode-content .podcast-details .column2 .subscribe .view-display-id-episode_subscribe .views-row a.btn {
            width: 50px;
            height: 50px;
            border-radius: 16px;
            background-repeat: no-repeat;
            background-position: center;
            background-size: 75%; }
            .podcast-episode .episode-content .podcast-details .column2 .subscribe .view-display-id-episode_subscribe .views-row a.btn.apple {
              background-image: url(../../image/podcast/providers/apple.png); }
            .podcast-episode .episode-content .podcast-details .column2 .subscribe .view-display-id-episode_subscribe .views-row a.btn.google {
              background-image: url(../../image/podcast/providers/google.svg); }
            .podcast-episode .episode-content .podcast-details .column2 .subscribe .view-display-id-episode_subscribe .views-row a.btn.breaker {
              background-image: url(../../image/podcast/providers/breaker.svg); }
            .podcast-episode .episode-content .podcast-details .column2 .subscribe .view-display-id-episode_subscribe .views-row a.btn.castbox {
              background-image: url(../../image/podcast/providers/castbox.png); }
            .podcast-episode .episode-content .podcast-details .column2 .subscribe .view-display-id-episode_subscribe .views-row a.btn.castro {
              background-image: url(../../image/podcast/providers/castro.svg); }
            .podcast-episode .episode-content .podcast-details .column2 .subscribe .view-display-id-episode_subscribe .views-row a.btn.overcast {
              background-image: url(../../image/podcast/providers/overcast.png); }
            .podcast-episode .episode-content .podcast-details .column2 .subscribe .view-display-id-episode_subscribe .views-row a.btn.spotify {
              background-image: url(../../image/podcast/providers/spotify.svg); }
  .podcast-episode .episode-content .other-episodes .view-podcast .view-header .view-title {
    font-size: 24px;
    margin-bottom: 15px;
    font-weight: 600;
    padding-left: 15px; }
  .podcast-episode .episode-content .other-episodes .view-podcast .owl-carousel {
    position: relative; }
    .podcast-episode .episode-content .other-episodes .view-podcast .owl-carousel .owl-wrapper-outer .owl-wrapper {
      margin: 0; }
    .podcast-episode .episode-content .other-episodes .view-podcast .owl-carousel .owl-wrapper-outer .owl-item {
      padding: 0 15px; }
      .podcast-episode .episode-content .other-episodes .view-podcast .owl-carousel .owl-wrapper-outer .owl-item .views-field-field-image {
        border-radius: 8px;
        overflow: hidden; }
        .podcast-episode .episode-content .other-episodes .view-podcast .owl-carousel .owl-wrapper-outer .owl-item .views-field-field-image a {
          display: inline-block; }
          .podcast-episode .episode-content .other-episodes .view-podcast .owl-carousel .owl-wrapper-outer .owl-item .views-field-field-image a:after {
            display: block;
            position: relative;
            background-image: linear-gradient(to bottom, transparent 0%, #000 120%);
            margin-top: -150px;
            height: 150px;
            width: 100%;
            content: ''; }
        .podcast-episode .episode-content .other-episodes .view-podcast .owl-carousel .owl-wrapper-outer .owl-item .views-field-field-image img {
          width: 100%;
          height: auto; }
      .podcast-episode .episode-content .other-episodes .view-podcast .owl-carousel .owl-wrapper-outer .owl-item .views-field-nothing {
        margin-top: -42px;
        position: relative;
        z-index: 2; }
        .podcast-episode .episode-content .other-episodes .view-podcast .owl-carousel .owl-wrapper-outer .owl-item .views-field-nothing .episode-details {
          color: #ffffff;
          font-weight: 600;
          padding: 10px; }
          .podcast-episode .episode-content .other-episodes .view-podcast .owl-carousel .owl-wrapper-outer .owl-item .views-field-nothing .episode-details .left {
            width: 48%;
            display: inline-block; }
          .podcast-episode .episode-content .other-episodes .view-podcast .owl-carousel .owl-wrapper-outer .owl-item .views-field-nothing .episode-details .right {
            width: 48%;
            display: inline-block;
            text-align: right; }
      .podcast-episode .episode-content .other-episodes .view-podcast .owl-carousel .owl-wrapper-outer .owl-item .views-field-title {
        margin-top: 15px; }
        .podcast-episode .episode-content .other-episodes .view-podcast .owl-carousel .owl-wrapper-outer .owl-item .views-field-title a {
          color: #464646;
          font-weight: 600; }
    .podcast-episode .episode-content .other-episodes .view-podcast .owl-carousel .owl-controls {
      position: absolute;
      width: 100%;
      height: 0;
      top: 30%;
      transform: translateY(-30%);
      margin-top: 0; }
      .podcast-episode .episode-content .other-episodes .view-podcast .owl-carousel .owl-controls .owl-buttons div {
        border: none;
        width: 40px;
        height: 40px;
        border-radius: 50px;
        font-size: 21px;
        padding-bottom: 5px;
        text-align: center;
        color: #333333;
        background-color: #ffffff; }
        .podcast-episode .episode-content .other-episodes .view-podcast .owl-carousel .owl-controls .owl-buttons div.owl-prev {
          float: left;
          position: absolute;
          left: -10px; }
        .podcast-episode .episode-content .other-episodes .view-podcast .owl-carousel .owl-controls .owl-buttons div.owl-next {
          float: right;
          position: absolute;
          right: -15px; }
        .podcast-episode .episode-content .other-episodes .view-podcast .owl-carousel .owl-controls .owl-buttons div.disabled {
          display: none !important; }

.podcast-collection .region-content {
  padding: 0; }
.podcast-collection .collection-header {
  background-color: #D1EBF0;
  padding: 15px 0 150px;
  margin-bottom: -20px;
  background-image: url(../../image/podcast/wave_mobile.svg);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: bottom center; }
  .podcast-collection .collection-header:after {
    content: none; }
  .podcast-collection .collection-header .title-wrapper {
    order: 2; }
    .podcast-collection .collection-header .title-wrapper .collection-title {
      font-size: 28px;
      color: #000000;
      font-weight: 700;
      margin-bottom: 15px; }
    .podcast-collection .collection-header .title-wrapper .collection-description {
      color: #464646; }
    .podcast-collection .collection-header .title-wrapper .collection-subscribe {
      margin: auto auto 40px;
      padding-top: 30px; }
      .podcast-collection .collection-header .title-wrapper .collection-subscribe .subscribe-label {
        margin-bottom: 15px;
        display: block;
        color: #118485; }
      .podcast-collection .collection-header .title-wrapper .collection-subscribe .view-podcast.view-display-id-block_1 {
        text-align: center; }
        .podcast-collection .collection-header .title-wrapper .collection-subscribe .view-podcast.view-display-id-block_1 .view-content {
          display: inline-block; }
        .podcast-collection .collection-header .title-wrapper .collection-subscribe .view-podcast.view-display-id-block_1 .views-row {
          display: inline-block;
          margin-right: 15px; }
          .podcast-collection .collection-header .title-wrapper .collection-subscribe .view-podcast.view-display-id-block_1 .views-row:last-child {
            margin-right: 0; }
          .podcast-collection .collection-header .title-wrapper .collection-subscribe .view-podcast.view-display-id-block_1 .views-row a.btn {
            width: 50px;
            height: 50px;
            border-radius: 16px;
            background-repeat: no-repeat;
            background-position: center;
            background-size: 75%; }
            .podcast-collection .collection-header .title-wrapper .collection-subscribe .view-podcast.view-display-id-block_1 .views-row a.btn.apple {
              background-image: url(../../image/podcast/providers/apple.png); }
            .podcast-collection .collection-header .title-wrapper .collection-subscribe .view-podcast.view-display-id-block_1 .views-row a.btn.google {
              background-image: url(../../image/podcast/providers/google.svg); }
            .podcast-collection .collection-header .title-wrapper .collection-subscribe .view-podcast.view-display-id-block_1 .views-row a.btn.breaker {
              background-image: url(../../image/podcast/providers/breaker.svg); }
            .podcast-collection .collection-header .title-wrapper .collection-subscribe .view-podcast.view-display-id-block_1 .views-row a.btn.castbox {
              background-image: url(../../image/podcast/providers/castbox.png); }
            .podcast-collection .collection-header .title-wrapper .collection-subscribe .view-podcast.view-display-id-block_1 .views-row a.btn.castro {
              background-image: url(../../image/podcast/providers/castro.svg); }
            .podcast-collection .collection-header .title-wrapper .collection-subscribe .view-podcast.view-display-id-block_1 .views-row a.btn.overcast {
              background-image: url(../../image/podcast/providers/overcast.png); }
            .podcast-collection .collection-header .title-wrapper .collection-subscribe .view-podcast.view-display-id-block_1 .views-row a.btn.spotify {
              background-image: url(../../image/podcast/providers/spotify.svg); }
  .podcast-collection .collection-header .image-wrapper {
    order: 1; }
    .podcast-collection .collection-header .image-wrapper .image {
      padding: 0 15px; }
      .podcast-collection .collection-header .image-wrapper .image img {
        border-radius: 10px; }
.podcast-collection .collection-content {
  background-color: #7dbcd0; }
  .podcast-collection .collection-content .player:before {
    background-image: url(../../image/podcast/listen_castbox.png);
    content: "";
    height: 90px;
    width: 175px;
    margin: 30px 15px;
    background-size: contain;
    background-repeat: no-repeat; }
  .podcast-collection .collection-content .other-podcasts {
    margin: 30px 0 30px;
    display: inline-block;
    width: 100%; }
    .podcast-collection .collection-content .other-podcasts .view-podcast .view-header .view-title {
      font-size: 24px;
      color: #000000;
      font-weight: 600; }
    .podcast-collection .collection-content .other-podcasts .view-podcast .view-header p {
      color: #464646; }
    .podcast-collection .collection-content .other-podcasts .view-podcast .view-content {
      display: flex;
      flex-wrap: wrap;
      margin-right: -15px;
      margin-left: -15px; }
      .podcast-collection .collection-content .other-podcasts .view-podcast .view-content .views-row {
        margin-bottom: 0px;
        padding: 20px 20px 0; }
      .podcast-collection .collection-content .other-podcasts .view-podcast .view-content .views-field-field-image img {
        width: 100%;
        height: auto; }
      .podcast-collection .collection-content .other-podcasts .view-podcast .view-content .views-field-title {
        text-align: center;
        margin: 15px 0; }
        .podcast-collection .collection-content .other-podcasts .view-podcast .view-content .views-field-title a {
          font-size: 18px;
          font-weight: 600;
          color: #000000; }
      .podcast-collection .collection-content .other-podcasts .view-podcast .view-content .views-field-field-provider-name {
        text-align: center;
        margin-bottom: 25px;
        margin-top: -10px; }
  .podcast-collection .collection-content .season .view-podcast .view-header {
    font-size: 20px;
    font-weight: 600;
    padding-left: 15px; }
  .podcast-collection .collection-content .season .view-podcast h3 {
    font-size: 24px;
    padding: 0 15px;
    font-weight: 600; }
  .podcast-collection .collection-content .season .view-podcast .views-row {
    display: none; }
  .podcast-collection .collection-content .season .view-podcast h3 + .views-row {
    display: block; }
  .podcast-collection .collection-content .season .view-podcast .owl-carousel {
    position: relative;
    padding: 0 0 50px 0; }
    .podcast-collection .collection-content .season .view-podcast .owl-carousel .owl-wrapper-outer .owl-wrapper {
      margin: 0; }
    .podcast-collection .collection-content .season .view-podcast .owl-carousel .owl-wrapper-outer .owl-item {
      padding: 0 15px;
      margin-top: 15px; }
      .podcast-collection .collection-content .season .view-podcast .owl-carousel .owl-wrapper-outer .owl-item .views-field-field-image {
        border-radius: 8px;
        overflow: hidden; }
        .podcast-collection .collection-content .season .view-podcast .owl-carousel .owl-wrapper-outer .owl-item .views-field-field-image a {
          display: inline-block; }
          .podcast-collection .collection-content .season .view-podcast .owl-carousel .owl-wrapper-outer .owl-item .views-field-field-image a:after {
            display: block;
            position: relative;
            background-image: linear-gradient(to bottom, transparent 0%, #000 120%);
            margin-top: -150px;
            height: 150px;
            width: 100%;
            content: ''; }
        .podcast-collection .collection-content .season .view-podcast .owl-carousel .owl-wrapper-outer .owl-item .views-field-field-image img {
          width: 100%;
          height: auto; }
      .podcast-collection .collection-content .season .view-podcast .owl-carousel .owl-wrapper-outer .owl-item .views-field-nothing {
        margin-top: -42px;
        position: relative;
        z-index: 2; }
        .podcast-collection .collection-content .season .view-podcast .owl-carousel .owl-wrapper-outer .owl-item .views-field-nothing .episode-details {
          color: #ffffff;
          font-weight: 600;
          padding: 10px; }
          .podcast-collection .collection-content .season .view-podcast .owl-carousel .owl-wrapper-outer .owl-item .views-field-nothing .episode-details .left {
            width: 48%;
            display: inline-block; }
          .podcast-collection .collection-content .season .view-podcast .owl-carousel .owl-wrapper-outer .owl-item .views-field-nothing .episode-details .right {
            width: 48%;
            display: inline-block;
            text-align: right; }
      .podcast-collection .collection-content .season .view-podcast .owl-carousel .owl-wrapper-outer .owl-item .views-field-title {
        margin-top: 15px; }
        .podcast-collection .collection-content .season .view-podcast .owl-carousel .owl-wrapper-outer .owl-item .views-field-title a {
          color: #464646;
          font-weight: 600; }
    .podcast-collection .collection-content .season .view-podcast .owl-carousel .owl-controls {
      position: absolute;
      width: 100%;
      height: 0;
      top: 30%;
      transform: translateY(-40%);
      margin-top: 0; }
      .podcast-collection .collection-content .season .view-podcast .owl-carousel .owl-controls .owl-buttons div {
        border: none;
        width: 40px;
        height: 40px;
        border-radius: 50px;
        font-size: 21px;
        padding-bottom: 5px;
        text-align: center;
        color: #333333;
        background-color: #ffffff; }
        .podcast-collection .collection-content .season .view-podcast .owl-carousel .owl-controls .owl-buttons div.owl-prev {
          float: left;
          position: absolute;
          left: -10px; }
        .podcast-collection .collection-content .season .view-podcast .owl-carousel .owl-controls .owl-buttons div.owl-next {
          float: right;
          position: absolute;
          right: -15px; }
        .podcast-collection .collection-content .season .view-podcast .owl-carousel .owl-controls .owl-buttons div.disabled {
          display: none !important; }
  .podcast-collection .collection-content .player {
    padding: 0 15px; }

.podcasts .region-content {
  padding: 0; }
.podcasts #page-content {
  background-color: #D1EBF0;
  background-image: url(../../image/podcast/wave_mobile.svg);
  background-position: bottom left;
  background-repeat: repeat-x;
  background-size: 100%;
  margin-bottom: -5px; }
  .podcasts #page-content .view-podcast .view-header .page-title {
    margin: 15px 0 10px; }
  .podcasts #page-content .view-podcast .view-content .views-row {
    margin: 80px 0 40px; }
    .podcasts #page-content .view-podcast .view-content .views-row .collection .title-wrapper {
      padding: 0; }
      .podcasts #page-content .view-podcast .view-content .views-row .collection .title-wrapper .collection-title {
        font-size: 24px;
        font-weight: 600;
        margin-bottom: 20px; }
        .podcasts #page-content .view-podcast .view-content .views-row .collection .title-wrapper .collection-title a {
          color: #333333; }
      .podcasts #page-content .view-podcast .view-content .views-row .collection .title-wrapper .collection-description {
        color: #888888; }
    .podcasts #page-content .view-podcast .view-content .views-row .collection .collection-subscribe {
      margin: 0 auto 40px; }
      .podcasts #page-content .view-podcast .view-content .views-row .collection .collection-subscribe .subscribe-label {
        margin-bottom: 15px;
        display: block;
        color: #118485; }
      .podcasts #page-content .view-podcast .view-content .views-row .collection .collection-subscribe .view-display-id-block_1 {
        text-align: center; }
        .podcasts #page-content .view-podcast .view-content .views-row .collection .collection-subscribe .view-display-id-block_1 .view-content {
          display: inline-block; }
        .podcasts #page-content .view-podcast .view-content .views-row .collection .collection-subscribe .view-display-id-block_1 .views-row {
          display: inline-block;
          margin-top: 0;
          margin-bottom: 0;
          margin-right: 15px; }
          .podcasts #page-content .view-podcast .view-content .views-row .collection .collection-subscribe .view-display-id-block_1 .views-row:last-child {
            margin-right: 0; }
          .podcasts #page-content .view-podcast .view-content .views-row .collection .collection-subscribe .view-display-id-block_1 .views-row a.btn {
            width: 50px;
            height: 50px;
            border-radius: 16px;
            background-repeat: no-repeat;
            background-position: center;
            background-size: 75%; }
            .podcasts #page-content .view-podcast .view-content .views-row .collection .collection-subscribe .view-display-id-block_1 .views-row a.btn.apple {
              background-image: url(../../image/podcast/providers/apple.png); }
            .podcasts #page-content .view-podcast .view-content .views-row .collection .collection-subscribe .view-display-id-block_1 .views-row a.btn.google {
              background-image: url(../../image/podcast/providers/google.svg); }
            .podcasts #page-content .view-podcast .view-content .views-row .collection .collection-subscribe .view-display-id-block_1 .views-row a.btn.breaker {
              background-image: url(../../image/podcast/providers/breaker.svg); }
            .podcasts #page-content .view-podcast .view-content .views-row .collection .collection-subscribe .view-display-id-block_1 .views-row a.btn.castbox {
              background-image: url(../../image/podcast/providers/castbox.png); }
            .podcasts #page-content .view-podcast .view-content .views-row .collection .collection-subscribe .view-display-id-block_1 .views-row a.btn.castro {
              background-image: url(../../image/podcast/providers/castro.svg); }
            .podcasts #page-content .view-podcast .view-content .views-row .collection .collection-subscribe .view-display-id-block_1 .views-row a.btn.overcast {
              background-image: url(../../image/podcast/providers/overcast.png); }
            .podcasts #page-content .view-podcast .view-content .views-row .collection .collection-subscribe .view-display-id-block_1 .views-row a.btn.spotify {
              background-image: url(../../image/podcast/providers/spotify.svg); }
    .podcasts #page-content .view-podcast .view-content .views-row .collection .player-embed {
      margin: 30px 0 40px; }
    .podcasts #page-content .view-podcast .view-content .views-row:last-child {
      margin-bottom: 0; }
.podcasts #content-after {
  background-color: #7dbcd0; }
  .podcasts #content-after .block-views-blockpodcast-block-2 {
    margin: 50px 0 0px;
    display: inline-block;
    width: 100%; }
    .podcasts #content-after .block-views-blockpodcast-block-2 .view-display-id-block_2 .view-header .view-title {
      font-size: 28px;
      color: #000000;
      font-weight: 600;
      margin-bottom: 15px; }
    .podcasts #content-after .block-views-blockpodcast-block-2 .view-display-id-block_2 .view-header p {
      color: #464646; }
    .podcasts #content-after .block-views-blockpodcast-block-2 .view-display-id-block_2 .view-content {
      display: flex;
      flex-wrap: wrap;
      margin-right: -15px;
      margin-left: -15px;
      margin-top: 40px; }
      .podcasts #content-after .block-views-blockpodcast-block-2 .view-display-id-block_2 .view-content .views-row {
        margin-bottom: 0px;
        padding: 30px 45px 0; }
      .podcasts #content-after .block-views-blockpodcast-block-2 .view-display-id-block_2 .view-content .views-field-field-image img {
        width: 100%;
        height: auto; }
      .podcasts #content-after .block-views-blockpodcast-block-2 .view-display-id-block_2 .view-content .views-field-title {
        text-align: center;
        margin: 15px 0; }
        .podcasts #content-after .block-views-blockpodcast-block-2 .view-display-id-block_2 .view-content .views-field-title a {
          font-size: 18px;
          font-weight: 600;
          color: #000000; }
      .podcasts #content-after .block-views-blockpodcast-block-2 .view-display-id-block_2 .view-content .views-field-field-provider-name {
        text-align: center;
        margin-bottom: 25px;
        margin-top: -10px; }
.podcasts #page-footer {
  margin-top: 0 !important; }

@media (min-width: 768px) {
  .podcast-episode .episode-header {
    background-image: url(../../image/podcast/wave_desktop.svg);
    background-position: bottom left;
    background-repeat: repeat-x;
    background-size: 100%;
    margin-bottom: -10px;
    padding: 40px 15px 140px; }
    .podcast-episode .episode-header .block-local-tasks-block nav.tabs-primary {
      margin-top: 0; }
      .podcast-episode .episode-header .block-local-tasks-block nav.tabs-primary ul.nav-tabs {
        border: none; }
        .podcast-episode .episode-header .block-local-tasks-block nav.tabs-primary ul.nav-tabs li.nav-item a {
          color: #7dbcd0; }
        .podcast-episode .episode-header .block-local-tasks-block nav.tabs-primary ul.nav-tabs li.nav-item.active {
          background: none;
          border-color: #7dbcd0;
          border-radius: 5px; }
          .podcast-episode .episode-header .block-local-tasks-block nav.tabs-primary ul.nav-tabs li.nav-item.active a {
            color: #7dbcd0; }
  .podcast-episode .episode-content {
    background-color: #7dbcd0;
    background-image: none; }
    .podcast-episode .episode-content .show-note {
      max-width: 50%;
      margin: 0 auto; }
    .podcast-episode .episode-content .podcast-details {
      max-width: 70%;
      margin: 60px auto 80px; }
      .podcast-episode .episode-content .podcast-details .column1 {
        padding: 0; }
        .podcast-episode .episode-content .podcast-details .column1 .image-wrapper {
          padding: 0; }
      .podcast-episode .episode-content .podcast-details .column2 {
        padding: 0 30px; }
        .podcast-episode .episode-content .podcast-details .column2 .episode {
          padding: 0; }
        .podcast-episode .episode-content .podcast-details .column2 .duration {
          padding: 0;
          text-align: left; }
        .podcast-episode .episode-content .podcast-details .column2 .collection a {
          font-size: 22px; }
    .podcast-episode .episode-content .other-episodes .view-podcast .view-header .view-title {
      font-size: 24px; }

  .podcast-collection .collection-header {
    padding: 40px 0 140px;
    background-image: url(../../image/podcast/wave_desktop.svg);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: bottom center; }
    .podcast-collection .collection-header:after {
      content: none; }
    .podcast-collection .collection-header .block-local-tasks-block nav.tabs-primary {
      margin-top: 0; }
      .podcast-collection .collection-header .block-local-tasks-block nav.tabs-primary ul.nav-tabs {
        border: none; }
        .podcast-collection .collection-header .block-local-tasks-block nav.tabs-primary ul.nav-tabs li.nav-item a {
          color: #7dbcd0; }
        .podcast-collection .collection-header .block-local-tasks-block nav.tabs-primary ul.nav-tabs li.nav-item.active {
          background: none;
          border-color: #7dbcd0;
          border-radius: 5px; }
          .podcast-collection .collection-header .block-local-tasks-block nav.tabs-primary ul.nav-tabs li.nav-item.active a {
            color: #7dbcd0; }
    .podcast-collection .collection-header .title-wrapper {
      order: 1; }
      .podcast-collection .collection-header .title-wrapper .collection-subscribe {
        margin: auto 0 40px;
        padding-top: 0px; }
        .podcast-collection .collection-header .title-wrapper .collection-subscribe .view-podcast.view-display-id-block_1 {
          text-align: left; }
    .podcast-collection .collection-header .image-wrapper {
      order: 2; }
  .podcast-collection .collection-content .player {
    padding: 0; }
    .podcast-collection .collection-content .player:before {
      height: 100px;
      width: 260px;
      margin: 30px; }
  .podcast-collection .collection-content .other-podcasts {
    margin-bottom: 0; }
    .podcast-collection .collection-content .other-podcasts .view-podcast .view-header p {
      max-width: 75%; }
    .podcast-collection .collection-content .other-podcasts .view-podcast .view-content .views-row {
      margin-bottom: 15px;
      padding: 15px;
      padding-right: 15px; }
    .podcast-collection .collection-content .other-podcasts .view-podcast .view-content .views-field-title {
      text-align: left; }
    .podcast-collection .collection-content .other-podcasts .view-podcast .view-content .views-field-field-provider-name {
      text-align: left; }

  .podcasts #page-content {
    background-image: url(../../image/podcast/wave_desktop.svg);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: bottom center; }
    .podcasts #page-content .view-podcast.view-display-id-page_1 > .view-header {
      background-image: url(../../image/podcast/listing_podcast.svg);
      background-repeat: no-repeat;
      background-position: right top;
      background-size: auto 85%;
      height: 200px; }
      .podcasts #page-content .view-podcast.view-display-id-page_1 > .view-header p {
        max-width: 50%; }
    .podcasts #page-content .view-podcast.view-display-id-page_1 .view-content .views-row {
      margin: 30px 0 60px; }
      .podcasts #page-content .view-podcast.view-display-id-page_1 .view-content .views-row .collection .collection-subscribe {
        margin: 0; }
        .podcasts #page-content .view-podcast.view-display-id-page_1 .view-content .views-row .collection .collection-subscribe .view-display-id-block_1 {
          text-align: left; }
          .podcasts #page-content .view-podcast.view-display-id-page_1 .view-content .views-row .collection .collection-subscribe .view-display-id-block_1 .views-row {
            padding: 0; }
      .podcasts #page-content .view-podcast.view-display-id-page_1 .view-content .views-row .collection .player-embed {
        margin-bottom: 0; }
  .podcasts #content-after {
    z-index: 2;
    margin-top: -10px;
    position: relative;
    padding-top: 40px; }
    .podcasts #content-after .block-views-blockpodcast-block-2 {
      margin-bottom: 0; }
      .podcasts #content-after .block-views-blockpodcast-block-2 .view-display-id-block_2 .view-content .views-row {
        margin-bottom: 30px;
        padding: 15px; }
      .podcasts #content-after .block-views-blockpodcast-block-2 .view-display-id-block_2 .view-content .views-field-title {
        text-align: left; }
      .podcasts #content-after .block-views-blockpodcast-block-2 .view-display-id-block_2 .view-content .views-field-field-provider-name {
        text-align: left; } }
@media (min-width: 992px) {
  .podcast-episode .episode-header {
    margin-bottom: -30px; }
  .podcast-episode .episode-content .podcast-details {
    max-width: 50%; }

  .podcast-collection .collection-header {
    background-image: url(../../image/podcast/wave_desktop.svg);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: bottom center;
    margin-bottom: -40px; }
    .podcast-collection .collection-header:after {
      content: none; }
  .podcast-collection .collection-content .player {
    max-width: 70%;
    margin: 30px 0; }
    .podcast-collection .collection-content .player:before {
      height: 100px;
      width: 300;
      margin: 0px 0px 40px; }

  .podcasts #content-after {
    margin-top: -10px; } }

/*# sourceMappingURL=podcast.css.map */
