.single-privacy_policy.user-registration-page .detail-content{
  height: 100%;
}
.aside-detailpage .full-section-wrap {
  display: flex;
  flex-wrap: wrap;
  clear: both;
  margin-top: 10px;
}
.full-section-wrap .detail-page-sidebar {
  height: 100%;
}
.aside-detailpage .breadcrumb-wrapper {
  margin-bottom: 25px;
}
.aside-detailpage .detail-title {
  margin-top: -8px;
}
.right-sidebar-region .title {
  font: 30px/38px roboto-regular;
  /*color: #98C93C;*/
  /*#291665*/
  color: #0c6e9b;
}
/* Left content Section */

.aside-detailpage .episode_script {
  padding-left: 0;
  padding-right: 0;
}
.left-content-section .addtoany_share_save_container {
  display: none;
}
.left-content-section .detail-title {
  border-bottom: 0;
  margin-bottom: 33px;
}
.aside-detailpage .left-content-section p {
  color: #808080;
}
/** Episode Styling **/

.episodes-wrapper .episodes {
  display: flex;
  flex-wrap: wrap;
  /*margin-bottom: 40px;*/
  margin-bottom: 45px;
}
/*.episodes-wrapper .artwork-container {
  border-radius: 0;
  box-shadow: 1px 1px 8px 0px rgba(77, 77, 77, 0.18824);
}*/
.episodes-wrapper .episodes>div {
  width: 100%;
}
.episodes-wrapper .episode_title {
  font: 21px roboto-bold;
  color: #4d4d4d;
  margin-bottom: 8px;
}
.episodes-wrapper .episode_author {
  font: 16px roboto-regular;
  color: #808080;
  margin-bottom: 16px;
  line-height: 24px;
}
.episodes-wrapper .note {
  background: url(../../images/show_notes.png) center left 0 no-repeat;
  font: 14px roboto-regular;
  color: #666;
  margin-top: 7px;
  padding-left: 26px;
  display: flex;
  align-items: center;
  min-height: 20px;
}
/** End of Episode Styling **/

/* End of Left content section */

/* Right Section Styling */

.aside-detailpage .detail-page-sidebar .sidebar-content-date {
  color: #808080;
}
/* End of Right Section Styling*/

@media only screen and (max-width: 767px) {
  .left-content-section .detail-title {
    margin-bottom: 25px;
  }
  .episodes-wrapper .episode_title {
    font-size: 15px;
  }
  .right-sidebar-region {
    margin-top: 0;
  }
  .right-sidebar-region .title {
    font-size: 20px;
    line-height: 26px;
  }
}