ul {
  list-style: none;
  padding: 0;
}

@media screen and (max-width: 768px) {
  .mobile-hide {
    display: none;
  }
}
@media screen and (min-width: 769px) {
  .desktop-hide {
    display: none;
  }
}
.box-container-blue, .box-container-grey {
  padding: 20px;
  margin: 0;
}
.box-container-blue .box-container-header, .box-container-grey .box-container-header {
  margin-top: 0;
  text-align: center;
}

.box-container-grey {
  background-color: #eeeeee;
  color: #000000;
  border: 1px solid #aaaaaa;
}

.box-container-blue {
  background-color: #273043;
  border: 1px solid #ffc20f;
  color: #ffc20f !important;
}

.separator-dark {
  margin: 40px 0;
}

.separator-dark {
  border-color: #aaaaaa;
}

.third-party-disclaimer, #header-section #video-story-date {
  margin-bottom: 10px;
  font-style: italic;
}

@media screen and (max-width: 768px) {
  #video-layout-section section {
    padding: 0 10px;
  }
}
#header-section #video-story-header {
  font-size: 3rem;
}
@media screen and (min-width: 789px) {
  #header-section #video-story-header {
    font-size: 4.5rem;
  }
}
@media screen and (min-width: 769px) {
  #video-player-section #video-player-module {
    float: right;
    width: 66%;
    padding-left: 30px;
  }
}
#video-player-section #video-player-module .video-player-wrapper {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
#video-player-section #video-player-module .video-player-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#video-player-section #video-player-module .addtoany_shortcode {
  margin: 10px 0;
}
@media screen and (min-width: 769px) {
  #video-player-section #video-player-module .addtoany_shortcode {
    text-align: right;
  }
}

#video-player-clear {
  clear: both;
}

#synopsis-subhead-module #synopsis-subhead-header {
  margin-top: 0;
}

#context-section {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
@media screen and (max-width: 768px) {
  #context-section {
    flex-direction: column;
  }
  #context-section .flex-child {
    flex-basis: 100%;
    margin: 10px 0;
  }
  #context-section .flex-child:first-of-type {
    margin-top: 0;
  }
  #context-section .flex-child:last-of-type {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 769px) {
  #context-section {
    justify-content: space-between;
  }
  #context-section .flex-child {
    flex-basis: 100%;
    margin: 0 10px;
  }
  #context-section .flex-child:first-of-type {
    margin-left: 0;
  }
  #context-section .flex-child:last-of-type {
    margin-right: 0;
  }
}
#context-section a {
  color: #337ab7 !important;
}
#context-section a h1, #context-section a h2, #context-section a h3, #context-section a h4, #context-section a h5, #context-section a h6 {
  color: #337ab7 !important;
}
#context-section #related-series-module li.series-item {
  margin-botton: 10px;
}

#bylines-container #bylines-heading {
  text-align: center;
  margin-top: 0;
}

/*# sourceMappingURL=class-video-story.css.map */
