.audio-embed-content, .video-embed-content {
    margin: 20px 5px;
}
.video-embed iframe
{
    box-shadow: 0 0 24px 0 rgb(32 41 79 / 26%);
    border-radius: 0.25em;
    margin: 10px 0 20px 0;
    width: 800px;
    height: 450px;
}

.video-title, .audio-title
{
    /*color: #005CB9;*/
    /*font-size: 32px;*/
    /*line-height: 38px;*/
    /*font-weight: 800;*/
    margin-bottom: 25px;
    margin-top: 32px;
}

.video-summary, .audio-summary
{
    color: #20294F;
    font-size: 20px;
    letter-spacing: 0;
    line-height: 28px;
    margin-bottom: 25px;
}
div.text-container {
    margin: 0 auto;
    width: 75%;
}

.hideContent {
    overflow: hidden;
    line-height: 1em;
    height: 2em;
}

.showContent {
    line-height: 1em;
    height: auto;
}
.showContent{
    height: auto;
}
.show-more-click {
    color:#304FFE;
}

.audio-transcript
{
  border: 1px solid #DCDEE1;
  border-radius: 4px;
  padding: 20px 25px;
}

.audio-transcript-title
{
    color:#005CB9;
    font-size: 24px;
    font-weight: 800;
    letter-spacing: 0;
    line-height: 38px;
    margin-bottom: 20px;
}

.audio-transcript-text
{
    height: 100px;
    overflow-y: scroll;
}

.audio-transcript p
{
    color: #20294F;
    font-size: 20px;
    letter-spacing: 0;
    line-height: 28px;
}

.audio-transcript textarea
{
    border:none;
}
a.morelink {
    outline: none;
    }
.morecontent span {
    display: none;
    }
