body.node--type-podcast-episode, body.page-view-pod {
    background: #fff;
}
body.node--type-podcast-episode a, body.page-view-pod a {
    color: #DF5C30;
}
.field.field--name-name.field--type-string.field--label-hidden.field__item {
  display: inline;
}
.podcastplayer {
    background: #333;
    border-radius: 2.3em;
    font-family: 'Asap', sans-serif;
    margin: 15px auto;
    overflow: hidden;
    padding: 0;
    width: 100%;
}
.iru-tiny-player {
    border-radius: 20px;
    font-size: 2.5em;
    position: relative;
    width: 100%;
}
.iru-tiny-player .song-main-info {
    align-items: center;
    color: #fff;
    display: flex;
    font-size: 2.3rem;
    height: 2rem;
    margin: auto 10px;
    padding: 1.25rem;
}
/*.iru-tiny-player .icon {
    border-bottom: none;
    margin-right: 1ex;
    position: relative;
}
.iru-tiny-player .icon:hover {
    color: #EEE;
}
.iru-tiny-player .icon:before {
  display: inline-block;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
}*/
.iru-tiny-player .song-main-info .icon.fa-stop {
    margin-right: 2ex;
}
.iru-tiny-player .song-main-info .song-timer {
    margin: 0ex 1ex;
    white-space: nowrap;
}
.iru-tiny-player .song-main-info .song-title {
    flex-grow: 1;
    overflow: hidden;
    white-space: nowrap;
}
.iru-tiny-player .song-seek {
    height: 100%;
    position: absolute;
    width: 100%;
}
/*.iru-tiny-player .song-progress {
    background-color: rgba(30, 215, 96, 0.5);
    border-radius: .8em;
    height: 100%;
    position: absolute;
    width: 0%;
}*/
.iru-tiny-player .song-volume-control {
    background-color: rgba(0, 0, 0, 1);
    height: 100%;
    position: absolute;
    top: 0;
    width: 100%;
}
.iru-tiny-player .song-volume-bar {
    background-color: #fff;
    height: 10px;
    left: 20%;
    margin: 0px auto;
    position: absolute;
    top: 50%;
    width: 80%;
}
.iru-tiny-player .song-volume-bar#fg {
    height: 5px;
    margin: -2.5px auto;
    width: 60%;
}
.iru-tiny-player .song-volume-bar#fgg {
    background-color: rgba(255, 255, 255, 0);
    height: 10px;
    margin: -5px auto;
    width: 60%;
}
.iru-tiny-player .song-volume-bar#bg {
    background-color: #fff;
    height: 1.5px;
    margin: -0.75px auto;
    width: 60%;
}
.iru-tiny-player .song-volume-dot {
    background-color: #1DB954;
    border-radius: 7.5px;
    cursor: pointer;
    height: 15px;
    left: 80%;
    margin: -7.5px auto;
    position: absolute;
    top: 50%;
    width: 15px;
}
.iru-tiny-player .song-volume-dot:hover {
    background-color: #fff;
}
.iru-tiny-player .icon.fa-times {
    color: #fff;
    font-size: 1.25rem;
    margin: 2px auto;
    position: absolute;
    right: 0;
    top: 0;
}
@media screen and (max-width: 480px) {
    .iru-tiny-player .icon.fa-times {
        font-size: 1rem;
        margin: 2ex 1.5ex;
    }
}
@media screen and (max-width: 480px) {
    .iru-tiny-player .song-main-info .icon.fa-stop {
        margin-right: 0.8ex;
    }
    .iru-tiny-player .song-main-info .song-title {
        font-size: 1ex;
        margin: 0 4ex;
    }
}
@media screen and (max-width: 480px) {
    .iru-tiny-player .icon {
        flex-basis: 1rem;
        margin-right: 1.45ex;
        min-width: 1rem;
    }
}
@media screen and (max-width: 480px) {
    .iru-tiny-player .song-main-info {
        font-size: 1.9rem;
    }
}
/* iruplayer */
.podcastplayer { background: #333; border-radius: 2.3em; font-family: 'AsapRegular', sans-serif; margin: 15px auto; padding: 0; width: 100%; overflow:hidden;}
.iru-tiny-player { border-radius: 50%; font-size: 3em; position: relative; }
.iru-tiny-player .song-main-info { align-items: center; color: #fff; display: flex; font-size: 2.3rem; height: 3em; margin: auto 10px; padding: 1.5em; }
.iru-tiny-player .icon { border-bottom: none; margin-right: 1ex; position: relative; }
.iru-tiny-player .icon:hover { color: #EEE; }
.iru-tiny-player .icon:before { font-family: FontAwesome; font-style: normal; font-weight: normal; moz-osx-font-smoothing: grayscale; text-transform: none !important; webkit-font-smoothing: antialiased; }
.iru-tiny-player .song-main-info .icon.fa-stop { margin-right: 2ex; }
.iru-tiny-player .song-main-info .song-timer { margin: 0ex 1ex; white-space: nowrap; }
.iru-tiny-player .song-main-info .song-title { flex-grow: 1; overflow: hidden; white-space: nowrap; }
.iru-tiny-player .song-seek { height: 100%; position: absolute; width: 100%; }
.iru-tiny-player .song-progress { background-color: rgba(30, 215, 96, 0.5); border-radius: .8em; height: 100%; position: absolute; width: 0%; }
.iru-tiny-player .song-volume-control { background-color: rgba(0, 0, 0, 1); height: 100%; position: absolute; top: 0; width: 100%; }
.iru-tiny-player .song-volume-bar { background-color: #fff; height: 10px; left: 20%; margin: 0px auto; position: absolute; top: 50%; width: 80%; }
.iru-tiny-player .song-volume-bar#fg { height: 5px; margin: -2.5px auto; width: 60%; }
.iru-tiny-player .song-volume-bar#fgg { background-color: rgba(255, 255, 255, 0); height: 10px; margin: -5px auto; width: 60%; }
.iru-tiny-player .song-volume-bar#bg { background-color: #fff; height: 1.5px; margin: -0.75px auto; width: 60%; }
.iru-tiny-player .song-volume-dot { background-color: #1DB954; border-radius: 7.5px; cursor: pointer; height: 15px; left: 80%; margin: -7.5px auto; position: absolute; top: 50%; width: 15px; }
.iru-tiny-player .song-volume-dot:hover { background-color: #fff; }
.iru-tiny-player .icon.fa-times { color: #fff; font-size: 1.25rem; margin: 2px auto; position: absolute; right: 0; top: 0; }
@media screen and (max-width: 480px) { .iru-tiny-player .icon.fa-times { font-size: 1rem; margin: 2ex 1.5ex; }
}
@media screen and (max-width: 480px)
{ .iru-tiny-player .song-main-info .icon.fa-stop { margin-right: 0.8ex; }
  .iru-tiny-player .song-main-info .song-title { font-size: 1ex; margin: 0 4ex; }
}
@media screen and (max-width: 480px) { .iru-tiny-player .icon { flex-basis: 1rem; margin-right: 1.45ex; min-width: 1rem; }
}
@media screen and (max-width: 480px) { .iru-tiny-player .song-main-info { font-size: 1.9rem; }
}

html.page-podcasts, body.page-podcasts, .page-podcasts .col-sm-12.contextual-links-region {
    background: #f1f2f2!important;
}
.copy-to-clipboard button {
    background: none;
    border: none;
    display: block;
    font-size: 2em;
    margin: 0;
    margin-bottom: .5em;
    margin-bottom: auto;
    width: fit-content;
}
.footer.clear {
    background: #f1f2f2;
}
.footer.podcastcredits {
    background: #f1f2f2;
    padding-top: 30px;
    padding-bottom: 30px;
}
.footer.podcastnewsletter {
    background: #d1d3d4;
    padding-top: 30px;
    padding-bottom: 30px;
}
.headerbar {
    background: #333;
    color: #fff;
    font-size: 1.6em;
    font-weight: 600;
    padding: 1.5em 0;
}
.headerbar .text-end {
    font-size: 16px;
    margin-top: 4px;
}
.headerbar a {
    font-size: 2em;
    margin: auto .2em;
}
#podcastnewsletterbanner {
    padding: 1.8em 0;
}
#podcastnewsletterbanner .col-md-3 {
    margin-bottom: 15px;
}
.newslettersignuptext p {
    color: #333;
    font-size: 1em;
    margin: 0;
    margin-bottom: 20px;
    text-align: left;
}
.newslettersignuptitle {
    color: #000;
    font-weight: 500;
    font-size: 2em;
    margin-top: -7px;
}
.locnetsignupbox a {
    display: block;
}
.locnetsignupbtn {
    background: #333;
    color: #fff;
    font-size: 1.4em;
    margin-bottom: 15px;
    padding: .8em;
    text-align: center;
    text-transform: uppercase;
    width: 100%;
}
.locentnewsarchive {
    color: #333;
    padding: .3em;
    text-align: center;
}
.podcast_title {
    margin-bottom: 5em;
}
.podcastepisodelistingbox {
    margin-bottom: 3.5em;
}
.podcast-header {
    color: #333 !important;
    margin-top: 1.3em;
    font-size: 36px;
}
.podcastmain-container.with-tabs.container {
    margin-bottom: 0;
}
.podcastmain-container #page-header {
    background: #333;
}
.podcastmetainfo {
    font-size: 1.1em;
    margin: .5em 0;
}
.podcastpagelisten {
    font-size: 1.6em;
    margin-bottom: -12px;
}
.podcast-series-description {
    max-width: 600px;
}
.podcastsponsorlogo {
    display: block;
    margin: 1em auto;
    max-height: 4em;
    height: 4em;
    width: auto;
}
.podcastteaserbody {
    margin: 0.5em 0;
}
.podcastteaserbody p {
    font-size: 1.3em;
    line-height: 1.54em;
}
body.page-view-pod.podcastteastertitlle a {
    color: #333;
    font-weight: 400;
}
.podcastteastertitlle {
    margin-bottom: .5em !important;
}
.routingcredits p {
    color: #333;
    font-size: 1.05em;
    line-height: 1.6em;
}
.routingcredits p {
    margin: 14px 0;
}
body.page-view-pod .social-sharing-buttons a {
    color: #333;
    display: block;
    font-size: 2em;
    margin: 0;
    margin-bottom: .5em;
    width: fit-content;
}
h3.podcast-motto {
    font-family: 'Asap';
    font-size: 1.6em;
    font-weight: 500;
    margin: .2em 0 .5em 0;
    max-width: 580px;
}
.view-pod .view-content h3 {
    font-family: 'Asap';
    font-size: 1.6em;
    font-weight: 500;
    margin: .2em 0 .5em 0;
    max-width: 580px;
}
@media screen and (max-width: 480px) {
    .hidden-on-mobile {
        display: none;
    }
    .icon.fa-volume-high {
        display: none;
    }
    h4.podcastteastertitlle {
        margin-top: 10px;
    }
}
.podcast-credits {
    background: #d1d3d4;
    margin: 3em auto;
    padding: 1.8em 0;
}
.relatedlinks {
    margin-bottom: 0px;
    margin-top: 30px;
}
.bodycontent {
    margin: 30px 0;
}
.podcastmeta {
    font-size: 1.1em;
    margin-bottom: 10px;
}
.engagepodacast a i {
    color: #000;
    font-size: 2em;
    margin-right: 1.1em;
}
.engage {
    font-size: 1.2em;
    margin: 20px 0 15px;
}
.engagepodacast {
    margin: 5px;
    width: 22em;
}
h2.podcast-title {
    margin-bottom: 1em;
}
.podcastrelatedepisodebox {
    max-width: 16vw;
}
body.page-view-pod .podcastrelatedepisodebox a {
    color: #333;
    display: block;
    font-size: 1.2em;
    font-weight: 600;
    margin-top: 10px;
}
.podcastmain-container .headerbar a:hover, .podcastmain-container .headerbar a:focus {
    color: #fff;
}
#copy-to-clipboard-button {
    cursor: pointer;
}
.metaspacer {
    margin: 0 .5em;
}
.locnetsignupbtn:hover {
    border: none;
    color: #e49132!important;
    text-decoration: none;
}
.locentnewsarchive:hover {
    border-bottom: #016735 solid 2px;
    color: #ffff;
    text-decoration: none;
    width: fit-content;
}
.locentnewsarchive:hover {
    font-size: 1.1em;
}
h4.podcastteastertitlle {
    line-height: 32px;
    margin-top: -4px;
}
.iru-tiny-player .song-progress {
    background-color: rgba(228, 145, 49,.5);
}
.locentnewsarchive {
    border-bottom: solid 1px #333;
    width: fit-content;
}
.newslettersignuptext p {
    font-size: 1.05em;
    line-height: 1.6;
}
@media screen and (min-width: 1200px) {
    .rhizologo {
        margin-left: -12px;
    }
}
@media screen and (min-width: 1025px) {
    .rhizologo {
        margin-left: -24px;
    }
}
.related-podcasts-wrapper {
    padding-top: 30px;
    padding-bottom: 30px;
    background: #fff;
    margin-bottom: 3rem;
}
#block-views-related-podcast-episodes-block {
    padding: 0 0;
}
.view-related-podcast-episodes .row {
    margin: 0;
}
.view-related-podcast-episodes .views-field.views-field-title {
    font-size: 1.2em;
    margin-top: 8px;
}
#block-views-related-podcast-episodes-block .block-title {
    margin-bottom: 1.5em;
}
h2.podcast-title {
    color: #333;
}
.podcastmeta {
    margin: 1.3em 0;
}
h2.podcast-motto {
    color: #333;
    font-size: 1.4em;
    font-weight: 400;
    margin: .6em 0 .8em 0;
}
#transcript {
    font-family: Courier;
    padding: 1em 0;
}
#transcript p {
    color: #666;
    margin-bottom: 15px;
}
.show-transcript {
    font-size: 1.4em;
    margin: 1em 0;
}
#transcript p {
    font-family: inherit;
}
#transcript p strong {
    display: inline-block;
    margin-right: 10px;
    margin-top: 5px;
}
.page-podcasts a:focus, .page-podcasts a:hover {
    color: #016735;
}
.related-podcast-col {
    padding-right: 2em;
}
.back-podcast {
    margin-bottom: 1em;
    padding-top: 2em;
}
a.back-podcast {
    color: #333;
    font-size: 1.3em;
}
a.back-podcast span {
    border-bottom: 1px solid #333;
    padding-bottom: 2px;
}
.back-podcast .fa.fa-arrow-left {
    border: none !important;
    margin-right: 10px;
}
.node-type-podcast-episode .footer .container:first-child {
    margin: 0;
    padding: 0;
    width: 100%;
}
.podcast-external-links {
    display: inline-block;
}
.podcast-external-linkcol {
    margin-top: -44px;
}
@media screen and (min-width: 768px) {
    #block-apc-barrio-podcastlogos {
    flex: 0 0 25%;
    }
    #block-apc-barrio-routingcredits {
    flex: 0 0 75%;
    }
}
