body.single-agrs_downloads .post-header-image,
body.single-agrs_downloads .entry-header,
body.single-agrs_podcast .post-header-image,
body.single-agrs_podcast .entry-header {
  display: none;
}
body.single-agrs_downloads .block-content,
body.single-agrs_podcast .block-content {
  padding-top: 0;
  padding-bottom: 0;
}

article.agrs_downloads h2,
article.agrs_downloads h3,
article.agrs_downloads h4,
article.agrs_downloads h5,
article.agrs_downloads h6,
article.agrs_podcast h2,
article.agrs_podcast h3,
article.agrs_podcast h4,
article.agrs_podcast h5,
article.agrs_podcast h6 {
  margin: 0 0 0;
}

.featured_image img {
  width: 100%;
  height: auto;
}

.podcast-episode-wrapper {
  padding: 0 15px;
}

.podcast-episode-col,
.podcast-episode-row {
  /* border: 1px solid red; */
  padding: 10px 0 0;
  margin: 0;
}

.podcast-episode-title {
  margin: 0 0 0 !important;
}

.podcast-meta-tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.podcast-meta-tags > small {
  display: inline-block;
  padding: 0 15px 0;
  margin-bottom: 15px;
  border-right: 1px solid #ccc;
}
.podcast-meta-tags > small:last-child {
  border-right: 0;
}
.podcast-meta-tags > small:first-child {
  padding-left: 0;
  margin-left: 0;
}

.PublishDate {
  padding-left: 0;
}

.HostRef {
  margin-bottom: 0;
  padding-bottom: 0;
}

.podcast-episode-row a.btn.episode-link,
.podcast-episode-row a.episode-link,
.podcast-episode-row .episode-link {
  border-radius: 3px;
  padding: 0 10px;
  margin: 0 5px 10px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: auto;
}
.podcast-episode-row a.btn.episode-link i,
.podcast-episode-row a.btn.episode-link svg,
.podcast-episode-row a.episode-link i,
.podcast-episode-row a.episode-link svg,
.podcast-episode-row .episode-link i,
.podcast-episode-row .episode-link svg {
  height: 16px;
  width: auto;
  margin-right: 10px;
}
.podcast-episode-row a.btn.episode-link i,
.podcast-episode-row a.episode-link i,
.podcast-episode-row .episode-link i {
  font-size: 16px;
  line-height: 20px;
}

.downloads-and-embeds {
  max-width: 600px;
}

.HostRef_featured_image {
  margin-right: 10px;
}

.podcast-episode-download-row {
  padding-left: var(--column-gutter, 15px);
}

.podcast-episode-embed-row {
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #ccc;
  width: 80%;
}

.display-more-podcast-image {
  margin-right: 15px;
  text-align: left;
}

.display-more-podcasts {
  background: #efefef;
  padding: 10px 10px;
}
.display-more-podcasts a.btn.episode-link,
.display-more-podcasts a.episode-link,
.display-more-podcasts .episode-link {
  display: inline-block;
}

.display-more-podcasts .display-more-podcasts-col {
  float: none;
}

.display-more-podcasts-row {
  display: block;
  padding: 10px 10px;
  margin: 0 0 10px;
  border-bottom: 1px solid #555;
}

.btn-sm {
  font-size: 1rem;
  line-height: 100%;
  padding: 5px 10px;
}

.youtube-iframe-wrapper {
  width: 100%;
}

.podcast-episode-teaser-wrapper {
  padding: 0 0 10px;
  margin: 0 0 10px;
  border-bottom: 1px solid #ccc;
}
.podcast-episode-teaser-wrapper .podcast-meta-tags > small {
  font-size: 0.6rem;
  padding: 0 5px 0;
  margin-bottom: 0;
}
.podcast-episode-teaser-wrapper .podcast-episode-embed-row {
  border-bottom: 0;
  padding-bottom: 0;
  margin-bottom: 0;
}
.podcast-episode-teaser-wrapper .podcast-episode-row a.btn.episode-link,
.podcast-episode-teaser-wrapper .podcast-episode-row a.episode-link,
.podcast-episode-teaser-wrapper .podcast-episode-row .episode-link {
  padding: 2px 5px;
  margin: 0 3px 3px 0;
  font-size: 0.6rem;
  line-height: 100%;
}
.podcast-episode-teaser-wrapper .podcast-episode-row a.btn.episode-link i,
.podcast-episode-teaser-wrapper .podcast-episode-row a.btn.episode-link svg,
.podcast-episode-teaser-wrapper .podcast-episode-row a.episode-link i,
.podcast-episode-teaser-wrapper .podcast-episode-row a.episode-link svg,
.podcast-episode-teaser-wrapper .podcast-episode-row .episode-link i,
.podcast-episode-teaser-wrapper .podcast-episode-row .episode-link svg {
  height: 15px;
  width: auto;
  margin-right: 10px;
}
.podcast-episode-teaser-wrapper .podcast-episode-row a.btn.episode-link i,
.podcast-episode-teaser-wrapper .podcast-episode-row a.episode-link i,
.podcast-episode-teaser-wrapper .podcast-episode-row .episode-link i {
  font-size: 10px;
  line-height: 15px;
}

.centered-button {
  text-align: center;
  color: #EC3241;
}

.align-left {
  display: inline-block;
  text-align: left;
  margin-right: 10px;
}

.SpeakerRef-columns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}