/*****************************************************************************
 Lasted Edited: 11/20/2023
 By:			Eric Husted

 "Impact" Blue:     #007acc

 *****************************************************************************/

 @import url('https://fonts.googleapis.com/css?family=Roboto+Condensed:400,700&display=swap');
 @import url('https://fonts.googleapis.com/css?family=Literata&display=swap');
 @import url('//fonts.googleapis.com/css2?family=Saira+Extra+Condensed&display=swap');

/*****************************************************************************
 Global
 *****************************************************************************/

html, html.fancybox-enabled {
    font-size: 10px;
    overflow-y: scroll;
}

body {
    font-size: 1.6rem;
    background-color: #262626;
    font-family: 'Literata', serif;
}

body.compensate-for-scrollbar {
    margin-right: 0;
}

.page-wrapper {
    background-color: #fff;
    position: relative;
    z-index: 5;
}

h1, h2, h3, h4, h5 {
    font-family: 'Roboto Condensed';
}

h3.page-title,
h3.entry-title {
    font-size: 3.4rem;
    margin-bottom: 1.5em;
}

img {
    max-width: 100%;
    height: auto;
}

.embed-container { position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; max-width: 100%; }

.embed-container iframe, .embed-container object, .embed-container embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }

blockquote {
    position: relative;
    padding: 0 1em 1em 2.5em;
    font-style: italic;
    max-width: 64em;
    margin: 1em 0;
}

blockquote::before {
    content: " ";
    font-family: 'Literata', serif;
    font-size: 6.8rem;
    position: absolute;
    display: inline-block;
    line-height: 1;
    top: 0;
    left: -0.1em;
    color: #bbb;
    font-style: normal;
    width: 60px;
    height: 60px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3E%3Cpath fill='%23e5e5e5' d='M2 14c0 6.1 5.8 11 13 11 1 0 1.9-.1 2.8-.3.6-.1 1.3.1 1.7.5 1.5 1.5 3.5 2.8 6 2.8.3 0 .5-.2.5-.5 0-.2-.1-.4-.3-.5-2.1-1-2.4-3.1-2.3-4.6 2.8-2 4.6-5 4.6-8.4 0-6.1-5.8-11-13-11S2 7.9 2 14zm19-2v1c0 1.1-.9 2-2 2h-.8c.4 1.6 1.2 2.1 1.2 2.1.5.2.7.8.4 1.3-.1.4-.4.6-.8.6-.1 0-.3 0-.4-.1-.3-.1-2.6-1.4-2.6-5.9v-1c0-1.1.9-2 2-2h1c1.1 0 2 .9 2 2zm-7 0v1c0 1.1-.9 2-2 2h-.8c.4 1.6 1.2 2.1 1.2 2.1.5.2.7.8.4 1.3-.1.4-.4.6-.8.6-.1 0-.3 0-.4-.1-.3-.1-2.6-1.4-2.6-5.9v-1c0-1.1.9-2 2-2h1c1.1 0 2 .9 2 2z'/%3E%3C/svg%3E");
    z-index: -1;
}

blockquote footer::before {
    content: '\2014';
    margin-right: 0.5em;
}

#search-modal {
    display: none;
}
	
.site-content {
    padding: 0 0 5em 0;
}

.more-episodes {
    text-align: center;
    font-family: 'Roboto', sans-serif;
}

.more-episodes a {
    display: inline-block;
    padding: 0.5em 1em;
    text-decoration: none;
    color: #333;
    background: #fff;
    border: 2px solid #333;
}

.more-episodes a:hover,
.more-episodes a:active {
    color: #007acc;
    border-color: #007acc;
}

.site-content a:hover,
.site-content a:focus {
    color: #007acc;
}

/***************************************
 || Master Header
 ***************************************/

.master-header {
    margin-bottom: 5em;
}

.master-header-wrapper {
    background-color: #007acc;
    padding: 1.6em 0;
    position: relative;
}

.site-title {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10;
    bottom: -51px;
}

.header-logo svg {
    max-width: 323px;
    height: auto;
    width: 100%;
}

.main-navigation-left .main-navigation-left__links {
    margin: 0;
    padding: 0;
    list-style: none;
}

.main-navigation-left .main-navigation-left__links > li:first-child {
    margin-right: 1.5em;
}

.main-navigation-left .main-navigation-left__links li {
    display: inline-block;
    font-family: 'Roboto Condensed', sans-serif;
    text-transform: uppercase;
    font-size: 1.8rem;
    margin: 0 0.8em 0 0;
}

.main-navigation-left .main-navigation-left__links li a {
    display: inline-block;
    padding: 0.2em;
    color: #fff;
}

.main-navigation-left .main-navigation-left__links ul a {
    color: #fff;
}

.main-navigation-right {
    text-align: right;
}

.social-links {
    margin: 0;
    padding: 0;
    list-style: none;
}

.social-links svg {
    fill: #fff;
}

.social-links li {
    display: inline-block;
}

.social-links a {
    display: inline-block;
    padding: 0.2em;
}

.side-navigation-button {
    background-color: transparent;
    border: 0;
    width: 32px;
    height: 32px;
    vertical-align: middle;
    position: relative;
    line-height: 0;
    padding: 0;
    text-align: left;
    z-index: 105;
}

.side-navigation-button:focus {
    outline: 0;
}

.side-navigation-button [class^="m-"] {
    display: inline-block;
    background-color: #fff;
    height: 3px;
    position: absolute;
    transition: background-color 0.1s ease-in-out,
                0.1s transform ease-in-out,
                0.1s top ease-in-out,
                0.1s width ease-in-out,
                0.1s left ease-in-out;
}

.side-navigation-button .m-a {
    width: 30px;
    top: 7px;
}

.side-navigation-button .m-b {
    width: 24px;
    top: 15px;
    left: 0;
}

.side-navigation-button .m-c {
    width: 18px;
    top: 23px;
}

.side-navigation-button:hover [class^="m-"],
html.side-navigation--open .side-navigation-button [class^="m-"] {
    width: 32px;
}

html.side-navigation--open .side-navigation-button .m-a {
    top: 15px;
    transform: rotate(45deg);
}

html.side-navigation--open .side-navigation-button .m-b {
    width: 0;
    left: 50%;
}

html.side-navigation--open .side-navigation-button .m-c {
    top: 15px;
    transform: rotate(-45deg);
}

html.side-navigation--open .side-navigation-button [class^="m-"] {
    background: #007acc;
}

/***************************************
 || Master Menu (Side/Mobile Menu)
 ***************************************/

.master-menu {
    background-color: #fff;
    box-shadow: 0 50px 100px -20px rgba(50,50,93,.25),
                0 30px 60px -30px rgba(0,0,0,.3),
                0 -18px 60px -10px rgba(0,0,0,.025);
    position: absolute;
    max-width: 20em;
    left: -8px;
    right: 15px;
    top: -6px;
    z-index: 100;
    border-radius: 2px;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 1.8rem;
    display: none;
}

.master-menu-inner {
    padding: 0.7em 1em 1em 3em;
}

.master-menu__main-links a {
    color: #32325d;
    display: inline-block;
    
    padding: 0.05em 0;
    margin: 0 0 0.15em 0;
}

.master-menu__main-links {
    margin: 0 0 0.5em 0;
    padding: 0;
}

.master-menu__main-links li {
    display: block;
    text-transform: initial;
    list-style: none;
}

.master-menu__social-links {
    border-top: 2px solid #e6e8ea;
    border-bottom: 2px solid #e6e8ea;
    padding: 0.5em 0;
    margin-bottom: 1em;
	text-align: center;
}

.master-menu__social-links li {
    display: inline-block;
}

.master-menu__social-links a {
    display: inline-block;
    
    padding: 0.25em 0.35em;
}

.master-menu__social-links .facebook {
    fill: #1877f2;
}

.master-menu__social-links .twitter {
    fill: #1da1f2;
}

.master-menu__social-links .youtube {
    fill: #ff0000;
}

.master-header .master-menu__social-links .spotify {
	padding-right: 0;
}

.master-menu__social-links .rss {
    fill: #ea7819;
}

.master-menu__search-box form {
    position: relative;
}

.master-menu__search-box label {
    display: block;
}

.master-menu__search-box input {
    border: 1px solid #ccc;
    border-radius: 2px;
    padding: 0.15em 2.5em 0.15em 0.45em;
    width: 100%;
}

.master-menu__search-box .search-submit {
    position: absolute;
    top: 0;
    right: 0;
    background: none;
    border: none;
    height: 100%;
}

.master-menu__search-box .search-submit svg {
    fill: #8898aa;
}

/***************************************
 || General
 ***************************************/

.partners-list ul, .syndication-list ul {
    margin: 0 -1.5em 0 -1em;
    padding: 0 1em;
    list-style: none;
}

.partners-list li, .syndication-list li {
    border: 1px solid #ddd;
    text-align: center;
    display: inline-block;
    width: calc(100% / 4 - 1.25em);
    position: relative;
    margin: 0 1em 1em 0;
}

.partners-list li::after, .syndication-list li::after {
    content: ' ';
    padding-top: 60%;
    display: block;
}

.partners-list li a, .syndication-list li a {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
}

.partners-list li a img, .syndication-list li a img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 75%;
    width: auto;
    max-height: 40%;
}

/***************************************
 || Post Boxes (Episodes)
 ***************************************/

 .home .site-content .episode, .previous-shows .site-content .episode {
    margin-bottom: 4em;
    position: relative;
    padding-bottom: 2em;
}

.home .site-content .episode::after, .previous-shows .site-content .episode::after {
    content: ' ';
    display: block;
    width: calc(100% - 30px);
    border-bottom: 2px solid #e6e8ea;
    position: absolute;
    bottom: 0;
    left: 15px;
}

.home .site-content .episode-thumbnail, .previous-shows .site-content .episode-thumbnail {
    position: relative;
    overflow: hidden;
    margin-bottom: 0.2em;
}

.home .site-content .episode-thumbnail, .previous-shows .site-content .episode-thumbnail {
    margin-bottom: 0.8em;
}

.home .site-content .episode-thumbnail::after, .previous-shows .site-content .episode-thumbnail::after  {
    content: ' ';
    display: block;
    padding-top: 65%;
}

.home .site-content .episode-thumbnail .thumbnail-link, .previous-shows .site-content .episode-thumbnail .thumbnail-link {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.home .episode-thumbnail img, .previous-shows .episode-thumbnail img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
	max-width: 101%;
}

.home .site-content .episode-title, .previous-shows .site-content .episode-title {
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 600;
    font-size: 2.4rem;
    margin-bottom: 1em;
}

.home .site-content .episode-title a, .previous-shows .site-content .episode-title a {
    color: #242424;
}

.home .site-content .episode-summary, .previous-shows .site-content .episode-summary {
    font-family: 'Literata', serif;
    margin-bottom: 2em;
}

.home .site-content .episode-date, .previous-shows .site-content .episode-date {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 1.5rem;
    color: #666;
}

.home .site-content .episode .share, .previous-shows .site-content .episode .share {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 1.5rem;
    color: #666;
}

.site-content .play-pause .play {
    width: 48px;
    height: 48px;
}

.site-content .play-pause.currently-playing .play {
    display: none;
}

.site-content .play-pause.currently-playing .pause {
    display: block !important;
    width: 48px;
    height: 48px;
}

.home .site-content .episode, .previous-shows .site-content .episode {
    display: flex;
}

.home .site-content .episode-inner, .previous-shows .site-content .episode-inner {
    display: flex;
    flex-direction: column;
}

.guest-list {
    margin-top: auto;
}

.guest-list ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.guest-list a {
    display: block;
    color: #242424;
    text-decoration: none;
    position: relative;
}

.guest-list a:hover::after {
    content: ' ';
    display: block;
    width: 100%;
    height: 100%;
    background: #f1f1f1;
    position: absolute;
    left: -4%;
    top: 23%;
    z-index: -1;
}

.guest-list .guest-photo {
    width: 2.125em;
    height: 2.125em;
    background: #fff;
    overflow: hidden;
    border-radius: 50%;
    display: inline-block;
    vertical-align: middle;
    margin: 0 0.5em 0 0;
    border: 1px solid #ddd;
}

.guest-list .guest-details {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 1.2rem;
    display: inline-block;
    vertical-align: middle;
    width: calc(100% - 4em);
}

.guest-list .guest-details .guest-name {
    font-size: 1.2rem;
    text-transform: uppercase;
    margin-bottom: 0.05em;
}

.guest-list .guest-details p {
    margin: 0;
}

.guest-list .guest {
    margin: 0 0 0.5em 0;
}

.site-content .episode-date-share {
    clear: both;
}

.site-content .episode-date-share::after {
    content: ' ';
    display: block;
    clear: both;
}

.site-content .episode-date-share .episode-date {
    float: left;
    padding: 0.2em 0 0.2em 0;
}

.site-content .episode-date-share .share {
    float: right;
}

.share button {
    border: 0;
    padding: 0.2em;
    background: transparent;
    color: #666;
}

.share.dropup .dropdown-menu {
    right: -2px !important;
    left: auto !important;
    top: 2px !important;
    padding: 0;

    border: 2px solid #fff;
    border-radius: 0;
}

.share a {
    display: block;
    color: #fff;
    font-size: 1.4rem;
    padding: 2px;
    text-decoration: none;
    margin: 0 0 2px 0;
    transition: background-color 0.1s ease-in-out;
}

.share a:hover,
.share a:focus {
    color: #fff;
}

.share svg {
    fill: #fff;
}

.share .social.reddit svg path {
    stroke: #fff;
}

.share .social.facebook {
    background: #3a579a;
}

.share .social.facebook:hover {
    background: #4965aa;
}

.share .social.twitter {
    background: #00abf0;
}

.share .social.twitter:hover {
    background: #28b8fe;
}

.share .social.pinterest {
    background: #e62023;
}

.share .social.pinterest:hover {
    background: #cd1c1f;
}

.share .social.reddit {
    background: #fc461e;
}

.share .social.reddit:hover {
    background: #ff6536;
}

.site-content .episode-controls {
    position: absolute;
    bottom: 0;
    left: 0;
}

.site-content .episode-controls .play-pause {
    background: #fff;
    display: block;
    width: 44px;
    height: 42px;
    position: absolute;
    left: 0;
    bottom: 0;
}

.site-content .episode-controls .play-pause .play,
.single-guest .episode .play-pause .play,
.episode-template-default .single-episode__main-content .episode-details .play-pause .play {
    position: absolute;
    left: -4px;
    top: -2px;
}

.site-content .episode-controls .play-pause .pause,
.single-guest .episode .play-pause .pause,
.episode-template-default .single-episode__main-content .episode-details .pause {
    position: absolute;
    left: -2px;
    top: -3px;
}

.site-content .episode-controls .play-pause.currently-playing,
.single-guest .episode .play-pause.currently-playing,
.episode-template-default .single-episode__main-content .episode-details .play-pause.currently-playing {
    background: #007acc;
}

.site-content .episode-controls .play-pause.currently-playing svg,
.single-guest .episode .play-pause.currently-playing svg,
.episode-template-default .single-episode__main-content .episode-details .play-pause.currently-playing svg {
    fill: #fff;
}

.site-content .episode-controls .download {
    display: none;
}

.episode-transcript {
    border-top: 1px solid #ccc;
    margin: 2em 0;
    padding-top: 2em;
    clear: both;
}

.episode-transcript p {
    padding-left: 11em;
    position: relative;
	margin-bottom: 16px;
}

[data-speaker="host"],
[data-speaker="guest"] {
    font-weight: bold;
    position: absolute;
    left: 0;
    top: 0;
}

[data-speaker="guest"] {
    color: #007bff;
}

.speaker__guest-2 {
    color: #28a745;
}

.speaker__guest-3 {
    color: #c18f00;
}

@media (max-width: 768px) {
    .episode-transcript p {
        padding-left: 0;
    }
    
    [data-speaker="host"],
    [data-speaker="guest"] {
        position: relative;
        display: block;
    }
}

/***************************************
 || Pages -- Search/Search Results
 ***************************************/

.site-content .search-form label {
    margin: 0;
    width: 100%;
    max-width: 25em;
}

.site-content .search-form {
    font-family: 'Roboto Condensed', sans-serif;
}

.site-content .search-form .search-field {
    border: 1px solid #ccc;
    font-size: 1.8rem;
    padding: 0.15em 0.15em 0.15em 0.3em;
    vertical-align: middle;
    width: 100%;
}

.site-content .search-form .search-submit {
    background: none;
    border: none;
    padding: 3px 5px;
    vertical-align: middle;
}

.search-results__search-query {
    color: #007acc;
}

body.search-results .search-result {
    border-left: 3px solid #ddd;
    padding: 0 0.5em;
    margin: 0 0 2em 0;
    max-width: 50em;
    color: #444;
}

body.search-results .search-result .entry-title {
    font-size: 1.8rem;
}

body.search-results .search-result .entry-summary {
    font-size: 1.5rem;
}

body.search-results .search-result__url {
    font-family: 'Roboto Condensed', sans-serif;
}

body.search-results .search-result__url a {
    color: #666;
}


/***************************************
 || Pages -- Single Guest
 ***************************************/

 .single-guest .episode .play-pause {
    background: #fff;
    display: inline-block;
    width: 44px;
    height: 42px;
    position: relative;
    vertical-align: middle;
}

.single-guest .episode-footer {
    font-family: 'Roboto Condensed', sans-serif;
}

.single-guest .episode .download {
    display: inline-block;
}

.single-guest .episode .share {
    display: inline-block;
    width: calc(100% - 13em);
    vertical-align: middle;
}

.previous-shows .sharethis-inline-share-buttons,
.home .sharethis-inline-share-buttons {
    text-align: center;
}

.home .st-btn,
.previous-shows .st-btn {
    display: block !important;
    width: 100%;
    margin-top: 2px;
}

.home .st-btn:hover,
.previous-shows .st-btn:hover{
    top: 0 !important;
}

.home .share .dropdown-menu,
.previous-shows .share .dropdown-menu{
    min-width: 0 !important;
    border: none;
    padding: 2px 4px;
    border-radius: 4px;
}

.home .share .dropdown-menu[x-placement="top-start"],
.previous-shows .share .dropdown-menu[x-placement="top-start"]{
    top: -2px !important;
}


.single-guest .guest-info .guest-details {
    font-family: 'Roboto Condensed', sans-serif;
    margin-bottom: 1.5em;
}

.single-guest .guest-info .guest-name {
    margin-bottom: 0.5em;
    font-weight: 600;
}

.single-guest .guest-info .guest-title,
.single-guest .guest-info .guest-company {
    margin: 0;
    line-height: 1.1;
}

.single-guest .guest-info .guest-photo {
    position: relative;
    z-index: 10;
}

.single-guest .guest-info .guest-photo::before {
    content: ' ';
    background-color: #f1f1f1;
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: -0.5em;
    right: -0.5em;
    z-index: -1;
}

.single-guest .guest-info .guest-photo::after {
    content: ' ';
    display: block;
    padding-top: 100%;
}

.single-guest .guest-photo-wrap {
    background: #f1f1f1;
    overflow: hidden;
    position: absolute;
    width: 100%;
    height: 100%;
}

.single-guest .guest-info .guest-photo img {
    position: absolute;
    width: 100%;
}

.single-guest .guest-info .guest-details {
    position: relative;
    z-index: 10;
    padding-top: 1.5em;
}

.guest-bio {
    font-family: 'Literata', serif;
}

.guest-episodes {
    padding-top: 2em;
}

.guest-episodes .episodes {
    margin: 0;
    padding: 0;
    list-style: none;
}

.guest-episodes .episode {
    padding: 1em;
    background-color: #f5f5f5;
    margin: 0 0 1.25em 0;
    position: relative;
}

.guest-episodes .episode-summary {
    font-family: 'Literata', serif;
}

.guest-episodes .section-title {
    color: #007acc;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 2.6rem;
    font-weight: 600;
    text-transform: uppercase;
    font-style: italic;
}

.guest-episodes .episode-date {
    font-family: 'Roboto Condensed', sans-serif;
    margin: 0;
}

.guest-episodes .episode-title {
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 600;
    font-size: 2.2rem;
}

.guest-episodes .episode-title a {
    color: #000;
}

.single-guest .guest-content {
    padding-left: 2em;
}

.single-guest .guest-details {
    font-family: 'Roboto Condensed', sans-serif;
}

.single-guest h4 {
    font-family: 'Roboto Condensed', sans-serif;
}

.single-guest .guest-related-links ul,
.single-guest .guest-social-links ul {
    margin: 0;
    padding-left: 1.2em;
    font-size: 1.5rem;
}

/***************************************
 || Pages -- Single Episode
 ***************************************/

 .episode-template-default .episode .play-pause {
    background: #fff;
    display: inline-block;
    width: 44px;
    height: 42px;
    position: relative;
    vertical-align: middle;
}

.episode-template-default .episode-footer {
    font-family: 'Roboto Condensed', sans-serif;
}

.episode-template-default .episode .share {
    display: inline-block;
	width: calc(100% - 13em);
	vertical-align: middle;
}

.episode-template-default .single-episode__guest-info .guest-details {
    font-family: 'Roboto Condensed', sans-serif;
    margin-bottom: 1.5em;
}

.episode-template-default .single-episode__guest-info .guest-name {
    margin-bottom: 0.5em;
    font-weight: 600;
}

.episode-template-default .single-episode__guest-info .guest-title,
.episode-template-default .single-episode__guest-info .guest-company {
    margin: 0;
    line-height: 1.1;
}

.episode-template-default .single-episode__guest-info .guest-photo {
    position: relative;
    z-index: 10;
}

.episode-template-default .single-episode__guest-info .guest-photo::before {
    content: ' ';
    background-color: #f1f1f1;
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: -0.5em;
    right: -0.5em;
    z-index: -1;
}

.episode-template-default .single-episode__guest-info .guest-photo::after {
    content: ' ';
    display: block;
    padding-top: 100%;
}

.episode-template-default .guest-photo-wrap {
    background: #f1f1f1;
    overflow: hidden;
    position: absolute;
    width: 100%;
    height: 100%;
}

.episode-template-default .single-episode__guest-info .guest-photo img {
    position: absolute;
    width: 100%;
}

.episode-template-default .single-episode__guest-info .guest-details {
    position: relative;
    z-index: 10;
    padding-top: 1.5em;
}

.single-episode__main-content {
    padding-left: 2.8em;
}

.episode-template-default .single-episode__guest-list > ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.single-episode__main-content .episode-details {
    background-color: #f5f5f5;
}

.single-episode__main-content .episode-title {
    font-size: 2.8rem;
    font-weight: 600;
}

.single-episode__main-content .episode-date {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 1.8rem;
}

.single-episode__main-content .episode-details {
    margin: 2em 0;
    padding: 1em 1em;
    font-family: 'Roboto Condensed', sans-serif;
}

.single-episode__main-content .download-episode,
.guest-template-default .episode-footer .download-episode {
    color: #32325d;
    text-decoration: none;
    display: inline-block;
    padding: 0.25em;
    margin-left: 2em;
}


.single-episode__main-content .download-episode svg,
.guest-template-default .episode-footer .download-episode svg {
    width: 19px;
    height: 18px;
}

.single-episode__main-content .download-episode svg path,
.guest-template-default .episode-footer .download-episode svg path {
    fill: #32325d;
}

.single-episode__main-content .download-episode svg .bar,
.guest-template-default .episode-footer .download-episode svg .bar {
    stroke: #32325d;
}

.single-episode__main-content .download-episode:hover svg path,
.single-episode__main-content .download-episode:focus svg path,
.guest-template-default .episode-footer .download-episode:hover svg path,
.guest-template-default .episode-footer .download-episode:focus svg path {
    fill: #007acc;
}

.single-episode__main-content .download-episode:hover svg .bar,
.single-episode__main-content .download-episode:focus svg .bar,
.guest-template-default .episode-footer .download-episode:hover svg .bar,
.guest-template-default .episode-footer .download-episode:focus svg .bar {
    stroke: #007acc;
}

.single-episode__main-content .share,
.guest-template-default .episode-footer .share {
    margin-left: 1em;
}

.single-episode__main-content .share button,
.guest-template-default .episode-footer .share button {
    color: #32325d;
}

.single-episode__main-content .share button:hover,
.single-episode__main-content .share button:focus,
.guest-template-default .episode-footer .share button:hover,
.guest-template-default .episode-footer .share button:focus 
{
    color: #007acc;
}

.download-episode:hover span {
    color: #007acc;
}

/***************************************
 || Pages -- About
 ***************************************/

.page.about blockquote {
    margin: 2em auto;
}

 .team-bios-container hr {
     margin: 2em 0;
 }

.team-bio__name {
    font-size: 2.4rem;
    padding-top: 0.5em;
    font-family: 'Literata', serif;
}

 .team-bio__title {
    font-size: 1.8rem;
    color: #666;
    margin-bottom: 0.75em;
 }

.team-bio__email {
    font-family: 'Roboto Condensed', sans-serif;
}

.team-bio__email a {
    color: #32325d;
    text-decoration: none;
}

.team-bio__email a:hover,
.team-bio__email a:focus,
.team-bio__email a:hover svg,
.team-bio__email a:focus svg {
    color: #007acc;
    fill: #007acc;
}

 a .icon--email {
     fill: #32325d;
     width: 20px;
 }

/***************************************
 || Pages -- 404
 ***************************************/

.not-found-404 {
    text-align: center;
    padding-top: 2em;
}

.not-found-404 h3 {
    font-size: 3.4rem;
    margin-bottom: 1em;
}

.not-found-404__image {
    max-width: 632px;
    margin-bottom: 3em;
}

/***************************************
 || Forms
 ***************************************/

.gform_wrapper label {
    font-family: 'Roboto Condensed', sans-serif;
}

.gform_wrapper .field_sublabel_below > .gfield_label {
    font-family: 'Literata', serif;
    font-size: 1.8rem;
    font-weight: 500;
    margin-bottom: 0;
}

.gform_wrapper input[type="submit"] {
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 600;
    background: transparent;
    border: 2px solid #007acc;
    color: #007acc;
    font-size: 1.8rem !important;
    padding: 0.25em 1em;
}

.gform_wrapper input[type="submit"]:hover,
.gform_wrapper input[type="submit"]:focus {
    background: #007acc;
    color: #fff;
}

.gform_footer {
    text-align: right;
}

.gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
    border: 2px solid #ccc;
}

.gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):focus {
    border-color: #007acc;
    outline: 0;
}

.gform_wrapper textarea {
    border: 2px solid #ccc;
}

.gform_wrapper textarea:focus {
    border-color: #007acc;
    outline: 0;
}

.gfield_checkbox input {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.impact-podcast .gform_wrapper ul.gfield_checkbox li,
.impact-podcast .gform_wrapper ul.gfield_radio li {
    overflow: unset;
}

.impact-podcast .gform_wrapper .gfield_checkbox li label,
.impact-podcast .gform_wrapper .gfield_radio li label {
    position: relative;
    font-size: 1.6rem;
    
}

.impact-podcast .gform_wrapper .gfield_checkbox label {
    padding-left: 2em;
}

.impact-podcast .gfield_checkbox label::before {
    content: ' ';
    width: 1.25em;
    height: 1.25em;
    border: 2px solid #bbb;
    display: block;
    position: absolute;
    left: 0;
    top: 1px;
}

.impact-podcast .gfield_checkbox input:focus + label::before {
    border-color: #007acc;
}

.gfield_checkbox input:checked + label::before {
    border-color: #007acc;
}

.gfield_checkbox input:checked + label::after {
    content: '\2714';
    font-size: 1.8rem;
    position: absolute;
    left: 3px;
    top: 3px;
    line-height: 1;
    font-weight: 600;
    color: #007acc;
}



/***************************************
 || Master Footer
***************************************/

.master-footer {
    background-color: #262626;
    padding: 2em 0 1em 0;
    font-family: 'Roboto Condensed', sans-serif;
}

.master-footer p {
    color: #aaa;
}

.master-footer__trademarks {
    font-size: 1.2rem;
}

.master-footer a {
    color: #aaa;
}

.master-footer .logo {
    max-width: 220px;
}

.master-footer .sub-text {
    stroke: #000000;
    stroke-width: 0.1;
}

.master-footer-navigation {
    text-align: right;
}

.master-footer-navigation ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.master-footer-navigation ul li {
    display: inline-block;
    margin: 0.25em;
}

.master-footer-navigation ul li a {
    display: block;
    padding: 0.2em;
}

/***************************************
 || Search Popup
 ***************************************/

#search-modal {
    background-color: transparent;
    margin: 0;
    padding: 0.5em;
    position: static;
}

#search-modal label {
    border-bottom: 2px solid #007acc;
    padding: 0 0 0.25em 0;
}

#search-modal [type="search"] {
    border: none;
    background: transparent;
    color: #fff;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 2.4rem;
    outline: 0;
}

#search-modal .fancybox-close-small {
    position: absolute;
    top: 2em;
    right: 2em;
}

#search-modal .fancybox-close-small svg path {
    fill: #fff;
}

#search-modal .search-submit {
    border: none;
    background: transparent;
}

#search-modal .icon.search {
    fill: #fff;
    width: 32px;
    height: 32px;
}



/***************************************
 || Pagination
 ***************************************/

 .paged-numbers {
    background-color: #efeff0;
    display: flex;
    margin: 0 0 2em 0;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 1.8rem;
}

.paged-numbers .prev, .paged-numbers .next {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
    
}

.paged-numbers .prev a, .paged-numbers .next a {
    display: block;
    background-color: #007acc;
    padding: .5em;
    position: relative;
    color: #fff;
    transition: background-color 0.05s ease-in-out;
    text-decoration: none;
    height: 100%;
}

.paged-numbers .prev span,
.paged-numbers .next span {
    display: block;
    position: relative;
    top: 0;
}

.paged-numbers .prev a:hover, .paged-numbers .next a:hover {
    background-color: #008ae5;
}

.paged-numbers .prev a {
    padding-left: 2em;
    padding-right: 1.25em;
}

.paged-numbers .next a {
    padding-right: 2em;
    padding-left: 1.15em;
    text-align: right;
}

.paged-numbers .prev svg, .paged-numbers .next svg {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.paged-numbers .prev svg {
    left: 0.5em;
}

.paged-numbers .next svg {
    right: 0.5em;
}

.paged-numbers .prev svg path, .paged-numbers .next svg path {
    stroke: #fff;
}

.paged-numbers p {
    margin: 0;
    padding: 0;
}

.paged-numbers ul {
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: center;
}

.paged-numbers ul li {
    display: inline-block;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 600;
}

.paged-numbers ul li a, .paged-numbers ul li span {
    display: block;
    padding: 0.5em 1.15em;
}

/***************************************
 || Audio Player Bar
 ***************************************/

.player-close-hotspot {
    width: 4.5em;
    height: 2.5em;
    position: absolute;
    top: -2.5em;
    right: 0;
}

.player-close-hotspot:hover .close-player {
    opacity: 1;
}

.close-player {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    border: 1px solid #444;
    background-color: rgba(0, 0, 0, 0.95);
    position: absolute;
    top: 0.55em;
    right: 1.5em;
    opacity: 0;
    transition: opacity 0.1s ease-in-out;
}

.close-player svg {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 16px;
    height: 16px;
}

.close-player svg path {
    stroke: #fff;
    stroke-width: 2.5;
}

#player-bar {
    background-color: rgba(0, 0, 0, 0.95);
    position: fixed;
    left: 0;
    right: 0;
    bottom: -100%;
    z-index: 100;
    padding: 15px 0;
    width: 100%;
}

#player-bar .episode-details {
    max-width: 400px;
    padding-right: 1em;
    min-width: 280px;
}

#player-bar .episode-cover {
    display: inline-block;
    margin: 0 0.75em 0 0;
}

#player-bar .episode-cover a {
    display: inline-block;
    width: 100%;
    width: 3em;
    height: 3em;
    overflow: hidden;
    vertical-align: middle;
}

#player-bar .episode-title {
    font-family: 'Roboto Condensed', sans-serif;
    margin: 0;
    font-size: 1.6rem;
    line-height: 1.2;
    display: inline-block;
    width: calc(100% - 5.5em);
    vertical-align: middle;
}

#player-bar .episode-title {
    overflow: hidden;
    text-overflow: ellipsis;
    color: #fff;
}

#player-bar .episode-title a {
    color: #fff;
    font-weight: 400;
    font-size: 1.6rem;
}

#player-bar .episode-controls {
    max-width: 16em;
    min-width: 16em;
    text-align: right;
    padding-top: 3px;
}

.mejs-player-bar-container {
    padding-left: 4em !important;
    padding-right: 4em !important;
}

.mejs-player-bar {
    padding: 1.9em 0 0 0;
    position: relative;
    margin: 0.85em auto 0 auto;
}

.mejs-layers {
    display: none;
}

.mejs-container {
    width: 100% !important;
    background: none;
    height: 18px !important;
}

.mejs-container * {
    outline: 0;
}

.mejs-time-rail {
    width: auto !important;
}

.mejs-container .mejs-controls {
    background: none;
    height: 100%;
}

.mejs__time-rail .mejs__time-handle-content:active, .mejs__time-rail .mejs__time-handle-content:focus, .mejs__time-rail:hover .mejs__time-handle-content {
    transform: scale(1.7);
    box-shadow: 0 1px 6px 0 rgba(0,0,0,0.2);
}

.mejs-controls .mejs-time-rail .mejs-time-total {
    background: #414141;
}

.mejs-controls .mejs-time-rail .mejs-time-loaded {
    background: #666;
}

.mejs-controls .mejs-time-rail .mejs-time-buffering {
    background: #007acc;
}

.mejs-controls .mejs-time-rail .mejs-time-total {
    margin: 0;
}

.mejs-player-bar .current-time, .mejs-player-bar .total-time {
    color: #fff;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 400;
    position: absolute;
    top: -1px;
}

.mejs-player-bar .current-time {
    right: calc(100% + 8px);
    text-align: right;
}

.mejs-player-bar .total-time {
    position: absolute;
    left: calc(100% + 8px);
}

.mejs__time-float-current {
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 600;
    left: 1px;
    top: 2px;
    font-size: 1.2rem;
}

.mejs__time-float-corner {
    border-color: #007acc transparent transparent;
}

.mejs__time-float {
    background: #007acc;
    border: 0;
    color: #fff;
}

#player-bar .playback-controls {
    padding-top: 3px;
    max-width: 10em;
    min-width: 10em;
    text-align: center;
}

#player-bar .play-pause {
    border: none;
    width: 42px;
    height: 42px;
    position: relative;
    background: transparent;
    display: inline-block;
    vertical-align: middle;
    margin: 0 0.75em;
}

#player-bar .play-pause svg {
    fill: #fff;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 48px;
    height: 48px;
}

#player-bar .play-pause.playing .play {
    display: none;
}

#player-bar .play-pause.playing .pause {
    display: block !important;
    width: 48px;
    height: 48px;
}

#player-bar button.jump-backwards,
#player-bar button.jump-forward {
    background: transparent;
    border: none;
    width: 32px;
    height: 32px;
    margin: 0;
    position: relative;
    vertical-align: middle;
    display: inline-block;
}

#player-bar button.jump-backwards::after,
#player-bar button.jump-forward::after {
    content: '10';
    color: #fff;
    font-size: 0.8rem;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

#player-bar svg.jump-backwards,
#player-bar svg.jump-forward {
    fill: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

#player-bar a.download {
    width: 42px;
    height: 42px;
    background: transparent;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    margin-left: 1em;
}

#player-bar svg.download {
    fill: #fff;
    width: 24px;
    height: 24px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

#player-bar .download .bar {
    stroke: #fff;
}

.mejs__controls:not([style*="display: none"]) {
    background: none;
}

/*********** Volume ************************/

#player-bar .volume-controls {
    display: inline-block;
}

#player-bar #volume-range {
    width: calc(100% - 100px);
    max-width: 12em;
    min-width: 8em;
    height: 0.625em;
    position: relative;
    cursor: pointer;
    background: #414141;
    margin: 0 0 0 auto;
    display: inline-block;
    vertical-align: middle;
    border-radius: 0.15em;
}

#player-bar #volume-range .control {
    left: 0;
    top: 0;
    position: absolute;
    width: auto;
    height: 100%;
    background-color: #aaa;
    overflow: visible;
    border-radius: 0.15em;
    text-align: center;
}

/* #player-bar #volume-range:hover .knob {
    opacity: 1;
} */

#player-bar #volume-range .knob {
    position: absolute;
    top: -0.2em;
    right: -0.7em;
    background-color: #fff;
    width: 1em;
    height: 1em;
    border-radius: 50%;
    box-shadow: 0 1px 6px 0 rgba(0,0,0,0.2);
}

#player-bar .volume-down, #player-bar .volume-toggle-mute {
    display: inline-block;
    position: relative;
    width: 42px;
    height: 42px;
    background: transparent;
    border: none;
    vertical-align: middle;
}

#player-bar .volume-toggle-mute svg {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    fill: #fff;
}

#player-bar .volume-toggle-mute path {
    transition: opacity 0.2s ease-in-out;
}

#player-bar .volume-toggle-mute.muted svg .muted {
    opacity: 1;
}

#player-bar .volume-toggle-mute.muted svg .high,
#player-bar .volume-toggle-mute.muted svg .medium,
#player-bar .volume-toggle-mute.muted svg .low {
    opacity: 0;
}

#player-bar .volume-toggle-mute svg .muted {
    opacity: 0;
}

/* #player-bar .volume-toggle-mute:hover .low,
#player-bar .volume-toggle-mute:hover .medium,
#player-bar .volume-toggle-mute:hover .high,
#player-bar .volume-toggle-mute.muted .low,
#player-bar .volume-toggle-mute.muted .medium,
#player-bar .volume-toggle-mute.muted .high {
    opacity: 0;
} */

/* #player-bar .volume-toggle-mute.low .medium,
#player-bar .volume-toggle-mute.low .high {
    opacity: 0;
} */

/* #player-bar .volume-toggle-mute.medium .high {
    opacity: 0;
} */

.episode-details .play-pause {
    display: block;
    width: 32px;
    height: 32px;
    background: #007acc;
}



.partner-logo-description:nth-of-type(1) {
    margin-top: 3em;
}

.partner-logo-description {
    margin-bottom: 4em;
}

.partner-logo-description .partner-logo img {
    width: 100%;
    max-width: 220px;
    height: auto;
}

.partner-logo-description .partner-logo a {
    display: block;
}

@media (max-width: 576px) {
    .partner-logo-description .partner-logo {
        margin-bottom: 1em;
    }
}


/*****************************************************************************
 Media Queries
 *****************************************************************************/

 body.is-mobile #player-bar .episode-controls {
    min-width: auto;
    max-width: 4em;
 }

 @media(min-width: 1440px) {
    .container {
        max-width: 1400px;
    }
    
    .home-featured-banner .guest-list {
        position: absolute;
        bottom: 0;
        width: 100%;
    }

    .team-bio__photo {
        max-width: 255px;
    }
}

@media(max-width: 1200px) {
    .partners-list li,
    .syndication-list li {
        width: calc(100% / 3 - 1.25em);
        overflow-x: hidden;
    }

}

@media(max-width: 1163px) {
    #player-bar .episode-title {
        overflow: hidden;
        white-space: nowrap;
    }
}

@media(max-width: 992px) {
    .listen-on-badges br {
        display: none;
    }
	
	.master-header-wrapper {
        padding: 0.9em 0;
    }

    .site-title {
        left: 53%;
        bottom: -40px;
    }
    
    .header-logo svg {
        max-width: 244px;
    }
    
    .home-featured-banner .post-image {
        margin-bottom: 1em;
    }
    
    .home-featured-banner .bg-angle {
        top: 1.5em;
        height: auto;
        width: 105%;
    }
    
    #player-bar .episode-details {
        width: 100%;
        order: 4;
        min-width: 100%;
        text-align: center;
    }
    
    #player-bar .episode-title {
        width: auto;
    }
    
    #player-bar .episode-cover a {
        width: 2em;
        height: 2em;
    }
    
    .single-guest .guest-info {
        margin-bottom: 1.5em;
    }
    
    .single-guest .guest-info .guest-photo {
        display: inline-block;
        width: 100%;
        max-width: 120px;
    }
    
    .single-guest .guest-info .guest-details-related {
        display: inline-block;
        width: calc(100% - 130px);
        vertical-align: top;
        padding: 0 0 0 1.25em;
    }
    
    .single-guest .guest-info .guest-details {
        padding: 0;
    }
    
    .single-guest .guest-content {
        padding-left: 0;
    }

    .partners-list li,
    .syndication-list li {
        width: calc(100% / 2 - 1.25em);
    }

    .partners-list ul,
    .syndication-list ul {
        margin: 0;
    }
}

@media(max-width: 768px) {
    .main-navigation-left__links li:not(:first-child) {
        display: none;
    }

    .master-menu  {
        max-width: 100%;
        right: 0;
    }

    .main-navigation-right {
        display: none;
    }

    .master-footer-logo {
        padding-top: 1em;
    }
}

@media(max-width: 674px) {
    #player-bar .play-pause {
        margin: 0;
    }
    
    #player-bar #volume-range {
        min-width: 3em;
        max-width: 3em;
    }
    
    #player-bar a.download {
        margin-left: 0.25em;
    }
    
    #player-bar .episode-controls {
        max-width: 5em;
        min-width: 10em;
    }
    
    #player-bar .episode-details {
        display: none;
    }
    
    #player-bar .playback-controls {
        text-align: left;
        min-width: 8em;
        max-width: 8em;
    }
}

@media(max-width: 576px) {
    .master-header {
        margin-bottom: 3.5em;
    }
    
    .site-title {
        bottom: -34px;
    }
    
    .site-title svg {
        width: 200px;
    }
    
    .mejs-player-bar-container {
        order: 0;
        width: 100%;
        max-width: 100%;
        min-width: 100%;
    }
    
    #player-bar .playback-controls {
        order: 2;
        max-width: 50%;
        min-width: 50%;
        text-align: right;
    }
    
    #player-bar .episode-controls {
        max-width: 50%;
        min-width: 50%;
        text-align: left;
    }

    body.is-mobile #player-bar .playback-controls {
        min-width: initial;
        max-width: initial;
    }

    body.is-mobile #player-bar .episode-controls {
        max-width: 40%;
    }
    
    #player-bar {
        padding: 10px 0 5px 0;
    }

    .master-footer-logo {
        text-align: center;
    }

    .master-footer__trademarks {
        text-align: center;
    }

    .master-footer-navigation {
        text-align: center;
    }
	
}


.master-footer-logo {
    display: inline-block;
    width: 180px;
    margin-right: 4em;
    vertical-align: top;
}

.eri-properties__recyclenation {
    display: inline-block;
    width: 240px;
    padding-top: 0.5em;
}

.eri-properties__recyclenation path {
    fill: #fff;
}

@media (max-width: 992px) {
    .master-footer {
        text-align: center;
    }
    
    .master-footer-navigation {
        text-align: center;
    }
}

@media (max-width: 768px) {
    .master-footer-logo {
        vertical-align: middle;
    }
}

@media (max-width: 524px) {
    .master-footer-logo,
    .eri-properties__recyclenation {
        display: block;
        margin: 0 auto;
    }
    
    .eri-properties__recyclenation {
        margin-bottom: 1em;
        margin-top: 0.5em;
    }
}

@media (max-width: 420px) {
    .eri-properties__recyclenation {
        width: 100%;
        max-width: 240px;
    }
}


.eri-properties__eri {
    display: inline-block;
    width: 100%;
    max-width: 140px;
    margin-left: 3.5em;
}

@media (max-width: 1440px) {
    .eri-properties__eri {
        max-width: 100px;
        margin-left: 2.5em;
    }
    
    .master-footer-logo {
        margin-right: 3em;
    }
}

@media (max-width: 1200px) {
    .master-footer-logo {
        max-width: 140px;
        margin-right: 2em;
    }
    
    .eri-properties__recyclenation {
        width: 100%;
        max-width: 200px;
    }
}

@media (max-width: 768px) {
    .master-footer-logo {
        margin-right: 1.5em;
    }
    
    .eri-properties__recyclenation {
        width: 100%;
        max-width: 200px;
        margin: 0;
    }
    
    .eri-properties__eri {
        margin-left: 1.5em;
    }
}

@media (max-width: 546px) {
    .master-footer-logo {
        display: block;
        margin: 0 auto 1em auto;
    }
}

@media (max-width: 524px) {
    .eri-properties__recyclenation {
        display: inline-block;
    }
    
    .master-footer__trademarks {
        margin-top: 1em;
    }
}

 /*****************************************************************************
 ERI / TMM / Engage Ads
 *****************************************************************************/

.single-episode-layout__left-column .other-properties > div {
	margin-bottom: 2.5em;
}

.got-eri {
	margin: 2em auto;
	position: relative;
	font-family: 'Saira Extra Condensed', sans-serif;
	text-align: center;
	position: relative;
}

.got-eri a {
	color: #fff;
	text-decoration: none;
	display: block;
	background: #000;
	border-radius: 4px;
	width: 100%;
	max-width: 600px;
	margin: 0 auto;
	padding-top: 1em;
	padding-bottom: 1em;
}

.got-eri a:hover,
.got-eri a:focus {
	color: #fff;
	text-decoration: none;
}

.got-eri h3 {
	display: inline-block;
	text-transform: lowercase;
	font-size: 36px;
	margin: 0 0.25em;
	vertical-align: middle;
	line-height: 1;
	color: #fff;
	font-family: 'Saira Extra Condensed', sans-serif;
}

.got-eri p {
	display: inline-block;
	font-size: 28px;
	text-transform: lowercase;
	vertical-align: middle;
	margin: 0 0.25em;
}

.got-eri svg {
	display: inline-block;
	width: 100%;
	max-width: 90px;
	height: auto;
	vertical-align: middle;
	margin-left: 0.25em;
}

.single-episode__post-content .got-eri {
	display: none;
}

.tmm-book,
.gonen-book {
	background-color: #f5f5f5;
	border-radius: 4px;
	margin-top: 5em;
	padding: 10px;
}

.tmm-book a,
.gonen-book a {
	display: block;
	padding: 0.25em 0;
}

.tmm-book img,
.gonen-book img {
	width: 100%;
	max-width: 203px;
	height: auto;
}

.single-episode-layout__right-column .tmm-book,
.single-episode-layout__right-column .gonen-book {
	background-color: #f5f5f5;
	padding: 0.5em;
	margin: 0 auto 1.25em auto;
}


@media (max-width: 992px) {
	.single-episode-layout__right-column {
		padding-left: 15px;
	}

	.single-episode-layout__left-column .tmm-book,
	.single-episode-layout__left-column .gonen-book {
		display: none;
	}
}

@media (min-width: 992px) {
	.single-episode-layout__right-column .tmm-book,
	.single-episode-layout__right-column .gonen-book{
		display: none;
	}
}

@media (max-width: 576px) {
	.single-episode-layout__right-column .tmm-book,
	.single-episode-layout__right-column .gonen-book {
		float: none;
		margin: 0 auto 2em auto;
	}
}

.single-episode-layout__right-column .tmm-book a:first-child,
.single-episode-layout__right-column .gonen-book a:first-child {
    display: inline-block;
    vertical-align: middle;
    width: 10%;
}

.single-episode-layout__right-column .tmm-book a:last-child,
.single-episode-layout__right-column .gonen-book a:last-child {
    display: inline-block;
    vertical-align: middle;
    width: calc(100% - 11%);
    padding-left: 1em;
    text-align: center;
}

@media (max-width: 991px) {
    .episode-template-default .single-episode__guest-info .guest-photo {
        max-width: 100px;
        display: inline-block;
        width: 100%;
        height: auto;
        margin-right: 1.25em;
    }
    
    .episode-template-default .single-episode__guest-info .guest-details {
        display: inline-block;
    }
    
    .single-episode__post-content .got-eri {
        display: block;
    }
    
    .single-episode-layout__left-column .got-eri {
        display: none;
    }
}

@media (max-width: 460px) {
    .single-episode-layout__right-column .tmm-book a:first-child,
	.single-episode-layout__right-column .gonen-book a:first-child {
        display: inline-block;
        vertical-align: middle;
        width: 20%;
    }
    
    .single-episode-layout__right-column .tmm-book a:last-child,
	.single-episode-layout__right-column .gonen-book a:last-child {
        font-size: 14px;
        width: calc(100% - 21%);
    }
}

@media (max-width: 360px) {
    .single-episode-layout__right-column .tmm-book a:first-child,
	.single-episode-layout__right-column .gonen-book a:first-child {
        width: 50%;
        text-align: center;
        display: block;
        margin: 0 auto;
    }
    
    .single-episode-layout__right-column .tmm-book a:last-child,
	.single-episode-layout__right-column .gonen-book a:last-child {
        font-size: 14px;
        width: 100%;
    }
}

/****************************************************************/

.tmm-box {
    font-family: 'Roboto Condensed';
    background-image: url('//impactpodcast.com/wp-content/uploads/2020/07/tmm-box-bg.png');
    background-size: cover;
    background-position: center center;
}

.tmm-box a {
    text-decoration: none;
    color: #fff;
    padding: 15px;
    position: relative;
    display: block;
}

.tmm-box a:hover,
.tmm-box a:focus {
    color: #fff;
}

.tmm-box p {
    margin: 1em 0;
    text-align: center;
	line-height: 1.2;
}

.tmm-box span {
    background-color: #f5821e;
    color: #fff;
    display: block;
    max-width: 200px;
    text-align: center;
    border-radius: 3px;
    padding: 5px 4px 4px 4px;
    margin: 0 auto;
	line-height: 1.2;
}

.episode-transcript .tmm-box {
    max-width: 600px;
    margin: 2em auto;
}

.episode-transcript .tmm-box .tmm-logo {
    display: inline-block;
    width: 140px;
    height: auto;
    vertical-align: middle;
}

.episode-transcript .tmm-box p {
    display: inline-block;
    vertical-align: middle;
    width: calc(100% - 330px);
    margin: 0;
    padding-left: 1em;
    font-size: 16px;
    line-height: 1.2;
}

.episode-transcript .tmm-box span {
    vertical-align: middle;
    display: inline-block;
    margin-left: 1em;
    padding-left: 8px;
    padding-right: 8px;
	line-height: 1.2;
}

@media (min-width: 992px) {
    .episode-transcript .tmm-box {
        display: none;
    }
}

@media (max-width: 991px) {
    .single-episode-layout__left-column .tmm-box {
        display: none;
    }
}

@media (max-width: 540px) {
    .episode-transcript .tmm-box p {
        font-size: 14px;
        width: calc(100% - 308px);
    }
    
    .episode-transcript .tmm-box span {
        font-size: 14px;
    }
}

@media (max-width: 460px) {
    .episode-transcript .tmm-box p {
        width: calc(100% - 144px);
        font-size: 16px;
    }
    
    .episode-transcript .tmm-box span {
        margin: 1em auto 0 auto;
        display: block;
    }
}

@media (max-width: 320px) {
    .episode-transcript .tmm-box .tmm-logo {
        display: block;
        margin: 0 auto 0.5em auto;
    }
    
    .episode-transcript .tmm-box p {
        width: 80%;
        padding-left: 0;
        margin: 1em auto 0 auto;
        display: block;
    }
}

/****************************************************************/

.engage-box {
    background-image: url('//impactpodcast.com/wp-content/uploads/2020/07/engage-box-bg.jpg');
    background-size: cover;
    background-position: center center;
    font-family: 'Roboto Condensed';
}

.engage-box a {
    text-decoration: none;
    color: #fff;
    padding: 15px;
    position: relative;
    display: block;
}

.engage-box a:hover,
.engage-box a:focus {
    color: #fff;
}

.engage-box .engage-logo {
    margin-bottom: 1em;
}

.engage-box p {
    text-align: center;
    line-height: 1.2;
    margin-bottom: 1em;
}

.engage-box span {
    display: block;
    max-width: 100px;
    text-align: center;
    background-color: #00b26b;
    border-radius: 3px;
    margin: 0 auto;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.025em;
    padding: 2px 4px 1px 4px;
}

.episode-transcript .engage-box {
    max-width: 600px;
    margin: 2em auto;
}

.episode-transcript .engage-box .engage-logo {
    display: inline-block;
    width: 140px;
    height: auto;
    vertical-align: middle;
    margin-bottom: 0;
}

.episode-transcript .engage-box p {
    display: inline-block;
    vertical-align: middle;
    width: calc(100% - 260px);
    margin: 0;
    padding-left: 1em;
    font-size: 16px;
    line-height: 1.2;
}

.episode-transcript .engage-box span {
    vertical-align: middle;
    display: inline-block;
    margin-left: 1em;
    padding-left: 8px;
    padding-right: 8px;
}

@media (min-width: 992px) {
    .episode-transcript .engage-box {
        display: none;
    }
}

@media (max-width: 991px) {
    .single-episode-layout__left-column .engage-box {
        display: none;
    }
}

@media (max-width: 540px) {
    .episode-transcript .engage-box p {
        
        width: calc(100% - 256px);
    }
    
    .episode-transcript .engage-box span {
        font-size: 14px;
    }
}

@media (max-width: 460px) {
    .episode-transcript .engage-box p {
        width: calc(100% - 144px);
        font-size: 16px;
    }
    
    .episode-transcript .engage-box span {
        margin: 1em auto 0 auto;
        display: block;
    }
}

@media (max-width: 320px) {
    .episode-transcript .engage-box .engage-logo {
        display: block;
        margin: 0 auto 0.5em auto;
    }
    
    .episode-transcript .engage-box p {
        width: 80%;
        padding-left: 0;
        margin: 1em auto 0 auto;
        display: block;
    }
}

/*************************************************************/

.bio-cert {
	box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.18);
	max-width: 260px;
	font-family: 'Roboto', sans-serif;
	position: relative;
	margin: 1em 2em 1.25em 0;
	display: inline-block;
	text-align: center;
	background-image: url('//eridirect.com/external-assets/certificates/cert-box-bg.png');
	background-size: cover;
	background-repeat: no-repeat;
	background-position: right bottom
}

.bio-cert a {
	text-decoration: none;
	padding: 20px;
	display: block;
}

.bio-cert img {
	max-width:100%;
	max-height: 40px;
	height: auto;
	width:auto;
	margin-bottom: 13px;
}

.bio-cert em {
	font-style: normal;	
}

.bio-cert__title {
	font-weight: 500;
	text-align: center;
	margin: 0 0 1.1em 0;
	font-size: 14px;
	color: #222;
}

.bio-cert__view {
	font-size: 11px;
	color: #888;
	position: absolute;
	right: 5px;
	bottom: 6px;
	margin: 0;
}

.bio-cert__view img {
	width: 16px;
	height: auto;
	display: inline-block;
	vertical-align: bottom;
	margin: 0 0 -1px 1px;
}

.home-eri-box {
    margin-top: -3em;
    margin-bottom: 1em;
}

.tooltip {
    font-size: 1.3rem;
    font-family: "Roboto Condensed";
}

.master-header .spotify {
    margin-right: 0.25em;
    border-right: 2px solid rgba(255, 255, 255, 0.3);
    padding-right: 1em;
    margin-left: 0.25em;
}

@media (max-width: 992px) {
    .master-header .apple-podcasts,
    .master-header .spotify {
        display: none;
    }
	
	.master-header .master-menu .apple-podcasts,
    .master-header .master-menu .spotify {
        display: inline-block;
    }
}

/*****************************************************************/

.ioe-book {
	background-color: #f5f5f5;
	border-radius: 4px;
	margin-top: 5em;
	padding: 10px;
    font-family: 'Roboto Condensed';
}

.ioe-book + .tmm-book {
    margin-top: 2em;
}

.ioe-book a {
	display: block;
	padding: 0.25em 0;
    color: #9a1d21;
    line-height: 1.2;
    text-align: center;
}

.ioe-book a:hover,
.ioe-book a:focus {
    color: #9a1d21;
}

.ioe-book img {
	max-width: 150%;
	height: auto;
    position: relative;
    left: -25%;
    margin-bottom: -30px;
    margin-top: 10px;
}

.single-episode-layout__right-column .ioe-book {
	background-color: #f5f5f5;
	padding: 0.5em;
	margin: 0 auto 1.25em auto;
}

@media (max-width: 1439px) {
    .social-links svg {
        width: 19px;
        height: 19px;
    }
}

@media (max-width: 992px) {
	.single-episode-layout__left-column .ioe-book {
		display: none;
	}
}

.single-episode-layout__right-column .ioe-book a:first-child {
    display: inline-block;
    vertical-align: middle;
    width: 10%;
}

.single-episode-layout__right-column .ioe-book a:last-child {
    display: inline-block;
    vertical-align: middle;
    width: calc(100% - 11%);
    padding-left: 1em;
    text-align: center;
}

@media (min-width: 992px) {
	.single-episode-layout__right-column .ioe-book {
		display: none;
	}
}

@media (max-width: 991px) {
    .single-episode-layout__right-column .ioe-book a:first-child {
        width: 80%;
        padding: 0;
        margin: 0;
    }
    
    .single-episode-layout__right-column .ioe-book a:last-child {
        width: 19%;
        padding: 0;
        margin-top: -25px;
    }
    
    .ioe-book img {
        width: 100%;
        position: relative;
        left: auto;
        max-width: 120px;
    }
}


@media (max-width: 460px) {
    .single-episode-layout__right-column .ioe-book a:first-child {
        display: inline-block;
        vertical-align: middle;
        width: 50%;
    }
    
    .single-episode-layout__right-column .ioe-book a:last-child {
        font-size: 14px;
        width: calc(100% - 55%);
        margin-top: 0;
    }
    
    .ioe-book img {
        width: 100%;
        position: relative;
        left: auto;
        max-width: 200px;
    }
}

@media (max-width: 360px) {
    .single-episode-layout__right-column .ioe-book a:first-child {
        width: 100%;
        text-align: center;
        display: block;
        margin: 0 auto;
    }
    
    .single-episode-layout__right-column .ioe-book a:last-child {
        font-size: 14px;
        width: 100%;
    }
}

@media (max-width: 700px) {
    
}

.home-introduction {
    text-align: center;
    max-width: 930px;
    margin: 0 auto 2em auto;
    font-size: 1.8rem;
}

.home-introduction .listen-on-badges {
    margin: 1.5em 0 1.5em 0;
    padding: 0;
    list-style: none;
}

.home-introduction .listen-on-badges li {
    display: inline-block;
    margin: 0 0.5em 0.5em 0.5em;
}

.home-intro__right-col {
    align-self: center;
}

.home-intro__right-col .webby-honoree {
    width: 100%;
    max-width: 120px;
    height: auto;
}

.header-logo {
    display: block;
}

.social-links .facebook,
.social-links .search {
    margin-left: 0.25em;
}

.social-links .search {
    margin-left: 0.4em;
}

@media (max-width: 1199px) {
    .header-logo svg {
        max-width: 220px;
    }
    
    .main-navigation-left .main-navigation-left__links li {
        font-size: 1.6rem;
    }
    
    .site-title {
        bottom: -36px;
        left: 49%;
    }
    
    .master-header-wrapper {
        padding: 0.9em 0;
    }
}

@media (min-width: 768px) and (max-width: 992px) {
    .main-navigation-left .main-navigation-left__links li {
        display: none;
    }
    
    .main-navigation-left .main-navigation-left__links > li:first-child {
        display: block;
    }
    
    .social-links li { display: none; }
    
    .social-links li.search { display: block; }
}

@media (max-width: 768px) {
    .main-navigation-right { display: block; }
    .social-links li { display: none; }
    .social-links li.search { display: block; }
    
    .master-menu {
        min-width: 305px;
        right: 0;
        width: 100%;
    }
}

@media (max-width: 576px) {
    .site-title {
        bottom: -33px;
        left: 50%;
    }
}



.ioe-book {
    margin-top: 0;
}

.partner__square,
.partner__horizontal {
    margin: 0 auto;
    text-align: center;
}

.partner__square {
    max-width: 288px;
}

.partner__horizontal {
    max-width: 720px;
    margin-bottom: 1em;
}

.partner__square div,
.partner__horizontal div {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 1.1rem;
    color: #777;
    text-align: left;
    text-transform: uppercase;
}

@media (max-width: 992px) {
    .single-episode-layout__left-column .other-properties .partner__square {
        display: none;
    }
}

.single-episode-layout__left-column .other-properties .tmm-book,
.single-episode-layout__left-column .other-properties .gonen-book {
    text-align: center;
}

.single-episode_gig-archives {
    background-color: #5ead39;
    color: #fff;
    font-family: 'Roboto Condensed', sans-serif;
    display: inline-block;
    position: relative;
}

.single-episode_gig-archives-inner {
    position: relative;
    padding: 0.5em 1em 0.5em 3.5em;
}

.single-episode_gig-archives p:first-of-type {
    font-weight: bold;
}

.single-episode_gig-archives p {
    margin: 0;
}

.single-episode_gig-archives img {
    width: 100%;
    max-width: 38px;
    height: auto;
    position: absolute;
    top: 50%;
    left: 0.7em;
    transform: translateY(-50%);
}

.previous-shows_gig-archives .thumbnail-link {
    background-color: #5ead39;
}

.previous-shows_gig-archives-tag {
    font-family: 'Roboto Condensed', sans-serif;
    position: absolute;
    bottom: 0;
    right: 0;
    color: #fff;
    background: #5ead39;
    padding: 0.25em 0.5em 0.25em 1.8em;
    font-size: 1.4rem;
    text-transform: uppercase;
}

.episode-thumbnail .previous-shows_gig-archives-tag img {
    width: 100%;
    max-width: 16px;
    height: auto;
    position: absolute;
    left: 1em;
}

@media(max-width: 992px) {
    .single-episode_gig-archives {
        display: block;
        text-align: center;
    }
    
    .single-episode_gig-archives-inner {
        display: inline-block;
        margin: 0 auto;
    }
}

.single-episode-page_gig-archives [data-speaker="guest"] {
    color: #5EAD39;
}

.single-episode-page_gig-archives .speaker__guest-2 {
    color: #777;
}

.guest-bio .moOptinForm {
    display: none !important;
}

.single-episode_impact-rerun {
    background-color: #8b939a;
    display: inline-block;
    padding: 0.25em 0.5em;
    color: #fff;
    font-family: 'Roboto Condensed', sans-serif;
}

.single-episode_impact-rerun p {
    margin: 0;
}

.single-episode_impact-rerun span {
    display: inline-block;
    vertical-align: middle;
}

.single-episode_impact-rerun svg {
    fill: #fff;
    display: inline-block;
    vertical-align: middle;
}

.from-john {
    border: 2px solid #8b939a;
    margin-bottom: 2em;
    padding: 1em;
    font-weight: bold;
}

.previous-shows_impact-rerun-tag {
    background-color: #007acc;
    position: absolute;
    padding: 0.25em;
    bottom: 0;
    right: 0;
    width: 44px;
    height: 42px;
    text-align: center;
}

.previous-shows_impact-rerun-tag svg {
    fill: #fff;
    margin-top: 4px;
}

.st-hidden {
opacity: 1 !important;
}

.home .like-us {
    display: block;
    background: #fcfcfd;
    padding: 0.5em;
    max-width: 640px;
    margin-top: 1.5em;
    margin-left: auto;
    margin-right: auto;
    border: 1px solid #e9ecef;
    font-weight: 600;
    color: #007acc;
}

.episode__text-above-title,
.episode__sub-title {
	font-size: 1.8rem;
    font-weight: 600;
    color: #007acc;
}

