/*-------------------------------------------------------------
- Resources Element Container Styles
-------------------------------------------------------------*/
.resources_element_contents {
    margin-bottom: 25px;
}

/*-------------------------------------------------------------
- Resource Page Description Styles
-------------------------------------------------------------*/
.resource_page_description {
    display: auto;
}
.resource_page_callout {
    padding: 7px 0px;; 
    margin: 10px 0; 
    width: 100%; 
    color: #8c6d2c; 
    font-weight: bold;
}

/*-------------------------------------------------------------
- Individual Podcast Episode Styles
-------------------------------------------------------------*/
.podcast_episode_container {
}
.podcast_episode_headerTwo {
}
.podcast_episode_button {
    box-shadow: none; 
    text-transform: none; 
}
.podcast_episode_player {
    max-height: 115px;
}