/*@media screen and (max-width: 768px) {
  body p {
    font-size:unset !important;
  }
  #video-singular-page-content .fl-module-content * {
    font-size:1.4em;
  }
}*/
.related-series-hide {
  display:none;
}
@media screen and (max-width: 768px) {
  #related-series-heading {
    margin-top:0 !important;
  }
  #related-series-heading > .fl-module-content {
    padding:10px;
  }
}
@media screen and (min-width: 769px) {
  #related-series-heading > .fl-module-content {
    padding-bottom:0;
  }
  #related-series-heading .series-content-link .series-content-header {
    color:#428bca;
  }
  #related-series-heading .series-content-header {
    text-align:center;
    margin-top:0;
  }
}
#related-series-items {
  margin-top:0;
}
#related-series-items .fl-builder-pagination-load-more, #related-series-items .fl-builder-pagination {
  padding:0;
}
#related-series-items > .fl-module-content {
  padding-top:0;
}
#related-series-items .fl-post-feed-post {
  padding:7px 0;
  margin-bottom:0;
}
#related-series-items .fl-post-feed-post .fl-post-feed-text .fl-post-feed-title {
  padding:0;
}
.story-featured-image {
  display:none;
}
/*Video Singular Styles=============================*/
.series-part-item {
  display:table;
  padding:10px;
}
.series-part-item:not(:first-of-type)::before {
  background: #000000;
  height: 1px;
  content: "";
  display:block;
  min-width: 70px;
}
.series-part-item:hover {
  background: #D9D9D9; /* For browsers that do not support gradients */
  background: -webkit-linear-gradient(#D9D9D9, #ffffff); /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(#D9D9D9, #ffffff); /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(#D9D9D9, #ffffff); /* For Firefox 3.6 to 15 */
  background: linear-gradient(#D9D9D9, #ffffff); /* Standard syntax */
}
.series-part-thumbnail {
  float:right;
  margin-left:10px;
}
.series-part-headline-link {
  margin:0;
}
.series-part-headline-link h4 {
  font-size:0.75em;
  font-weight:bold;
  margin:0;
  padding-right:10px
}

.ubermenu.ubermenu-main * {
    color:inherit;
}

@media screen and (min-width: 769px) {
  #story-subhead div.fl-module-content, #story-share-below-content {
    margin-right:20px;
    margin-top:10px;
  }
  #story-share-below-content div.fl-widget {
    margin-bottom:0;
  }
  #video-singular-page-content #story-heading .fl-heading {
    line-height:1;
  }
  .transcript-header-container {
    margin-top:10px;
    text-align:center;
  }
  .transcript-header-container .transcript-available-header {
    margin:0;
  }
  #transcript-available-header-container {
    position:relative;
  }
  #transcript-print-link {
    position:absolute;
    right:0;
  }
  #transcript-print-icon {
    font-size:3rem;
    vertical-align:text-top;
  }
}
#related-stories-below-content-carousel div.fl-post-carousel > div.bx-wrapper {
  margin-bottom:0;
}
#video-singular-donation-sidebar {
  margin-bottom:20px;
}
@media screen and (max-width: 768px) {
  #story-heading {
    margin-bottom:0;
    background-color:unset;
  }
  #story-heading h1 {
    color:#273043 !important;
  }
  #story-heading::before {
    background-color:#273043;
  }
  #story-date {
    color:#273043;
    /*background-color:#273043;*/
    padding-bottom:10px;
  }
  #story-date > div.fl-module-content {
    margin-bottom:10px;
    padding:0 10px;
  }
  #story-date::after {
    width:100%;
    height:3px;
    background-color:#273043;
    content:"";
    position:absolute;
    display:block;
  }
  #story-date > div.fl-module-content {
    text-align:left;
  }
  #story-subhead {
    margin-top:10px;
  }
  #story-subhead, #story-video-player, #story-share-below-content {
    padding:0 10px;
  }
  #related-stories-top-separator {
    display:none;
  }
  #story-share-below-content div.fl-widget {
    margin-bottom:20px;
  }
  #related-stories-below-content-header {
    margin-top:20px;
    /*background-color:unset;*/
  }
  #related-stories-below-content-carousel div.fl-post-carousel div.fl-post-carousel-post > div.fl-post-carousel-image {
    display:none;
  }
  #video-singular-donation-sidebar {
    margin-top:0;
  }
  #transcript-print-icon {
    display:none;
  }
}
#disqus_thread #placement-bottom {
  display:none;
}
/*Facebook Videos==================================================================================*/
.facebook-video-wrapper {
  text-align:center;
}
/*.facebook-video-wrapper {
  position:relative;
  width:100%;
  padding-top:56.25%;
}
.facebook-video-iframe {
  width:100%;
  height:100%;
  position:absolute;
  top:0;
  left:0;
}*/
/*Self hosted video wrapper========================================================================*/
#story-video-player .wp-video {
  position:relative !important;
  padding-top:56.25% !important;
  width:100% !important;
}
#story-video-player .wp-video div.mejs-container {
  position:absolute !important;
  width:100% !important;
  height:100% !important;
  top:0 !important;
  left:0 !important;
}
#story-video-player .wp-video video {
  height:100% !important;
  width:100% !important;
}
#story-video-player .wp-video .mejs-overlay {
  width:100% !important;
  height:100% !important;
}
