﻿[v-cloak] > * {
  display: none; }

.dvids-wrap.dvids-module-mode-LiveBar .dvids-listing-wrap {
  width: 100%;
  float: none;
  padding: 0; }
  .dvids-wrap.dvids-module-mode-LiveBar .dvids-listing-wrap .live-events-list {
    border: solid black 1px; }
  .dvids-wrap.dvids-module-mode-LiveBar .dvids-listing-wrap .upcoming-events-list {
    border: solid blue 1px; }

.live-bar-container {
  overflow: hidden;
  width: 100%;
  margin: 0 auto;
  margin-bottom: 2rem;
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  background: #c44b40;
  border: none;
  border-radius: 0;
  color: #fff; }
  .live-bar-container.nothing-live {
    border-color: #355E93;
    background-color: #355e93; }
    .live-bar-container.nothing-live .bar-title {
      background: #355E93;
      max-width: 150px;
      min-width: 150px;
      flex-shrink: 1; }
      .live-bar-container.nothing-live .bar-title:after {
        border-left: 10px solid #355E93; }
  .live-bar-container .collapsed i {
    transform: rotate(-180deg); }
  .live-bar-container .live-bar {
    display: flex;
    align-items: stretch;
    position: relative;
    max-width: 2000px;
    margin: 0 auto;
    color: #fff; }
    .live-bar-container .live-bar .bar-title {
      font-weight: 700;
      display: inline-block;
      position: relative;
      flex-grow: 1;
      flex-shrink: 0;
      min-width: 150px;
      background: rgba(0, 0, 0, 0.2);
      text-transform: uppercase;
      padding: 18px 15px;
      max-width: 210px;
      font-size: 20px;
      color: #fff; }
      .live-bar-container .live-bar .bar-title span {
        display: block;
        position: relative;
        text-align: center;
        top: 50%;
        transform: translateY(-50%); }
      .live-bar-container .live-bar .bar-title:before {
        content: '';
        display: block;
        position: absolute;
        top: 0;
        right: 100%;
        background: rgba(0, 0, 0, 0.2);
        height: 100%;
        width: 999px; }
      .live-bar-container .live-bar .bar-title:after {
        content: "";
        width: 0;
        height: 0;
        border-top: 10px solid transparent;
        border-bottom: 10px solid transparent;
        border-left: 10px solid rgba(0, 0, 0, 0.2);
        position: absolute;
        right: -10px;
        top: calc(50% - 10px); }
    .live-bar-container .live-bar .bar-body {
      display: inline-block;
      padding: 10px 25px;
      margin-right: 200px;
      flex-grow: 1;
      color: #fff; }
      .live-bar-container .live-bar .bar-body.no-dropdown {
        margin-right: 10px; }
      .live-bar-container .live-bar .bar-body .event-title {
        padding: 8px 0;
        font-size: 20px;
        color: #fff; }
        .live-bar-container .live-bar .bar-body .event-title:hover {
          text-decoration: none; }
          .live-bar-container .live-bar .bar-body .event-title:hover .event-title-title {
            text-decoration: underline; }
        .live-bar-container .live-bar .bar-body .event-title .time {
          letter-spacing: 1px;
          color: #fff; }
      .live-bar-container .live-bar .bar-body .top-upcoming {
        padding: 3px 5px; }
        .live-bar-container .live-bar .bar-body .top-upcoming .event-title {
          display: block;
          font-weight: 700;
          padding: 5px 10px; }
          .live-bar-container .live-bar .bar-body .top-upcoming .event-title span {
            font-size: 15px;
            font-style: italic;
            position: relative;
            top: -2px; }
    .live-bar-container .live-bar .more {
      position: absolute;
      opacity: 0.7;
      transition: all .2s;
      bottom: 0;
      right: 0;
      padding: 11px 15px;
      color: #fff;
      font-size: 20px; }
      .live-bar-container .live-bar .more:hover {
        opacity: 1; }
      .live-bar-container .live-bar .more.is-single-line {
        top: calc(50% - 25px);
        right: 45px; }
      .live-bar-container .live-bar .more .dgov-icon {
        width: 17px;
        height: 17px;
        top: 3px;
        position: relative;
        margin-left: 10px;
        fill: #fff; }
    .live-bar-container .live-bar .x {
      position: absolute;
      top: 0;
      right: 0;
      padding: 10px 15px;
      opacity: 0.7;
      transition: all .2s; }
      .live-bar-container .live-bar .x .dgov-icon {
        fill: #fff; }
      .live-bar-container .live-bar .x.is-single-line {
        top: calc(50% - 20px); }
      .live-bar-container .live-bar .x:hover {
        opacity: 1;
        cursor: pointer; }
      .live-bar-container .live-bar .x .dgov-item {
        width: 15px;
        height: 15px;
        fill: #fff; }
      .live-bar-container .live-bar .x .fa-times {
        color: black; }
  .live-bar-container .event-title {
    display: block;
    font-weight: 700;
    padding: 5px 10px;
    color: #fff; }
  .live-bar-container .time {
    font-weight: 500;
    letter-spacing: 1px;
    color: #c44b40; }
  .live-bar-container .upcoming-list {
    padding: 10px;
    max-width: 2000px;
    margin: 0 auto; }
    .live-bar-container .upcoming-list .drop-item {
      padding: 3px 5px; }
      .live-bar-container .upcoming-list .drop-item .event-title {
        font-weight: 700;
        font-size: 20px;
        text-decoration: none; }
        .live-bar-container .upcoming-list .drop-item .event-title:hover {
          text-decoration: none; }
          .live-bar-container .upcoming-list .drop-item .event-title:hover .event-title-title {
            text-decoration: underline; }
        .live-bar-container .upcoming-list .drop-item .event-title span.time {
          font-size: 15px;
          color: #fff;
          font-style: italic;
          position: relative;
          top: -2px; }
  @media only screen and (max-width: 991px) {
    .live-bar-container .live-bar {
      display: block;
      border-bottom: none; }
      .live-bar-container .live-bar .bar-title {
        width: 100%;
        text-align: center;
        padding: 10px 15px;
        transform: none;
        max-width: 100%;
        min-width: 0; }
        .live-bar-container .live-bar .bar-title span {
          transform: none;
          text-align: left; }
        .live-bar-container .live-bar .bar-title:after {
          display: none; }
      .live-bar-container .live-bar .bar-body {
        display: block;
        padding: 5px 0px;
        margin-right: 0; }
        .live-bar-container .live-bar .bar-body .event-title {
          padding: 11px 15px; }
        .live-bar-container .live-bar .bar-body .top-upcoming {
          padding: 0; }
          .live-bar-container .live-bar .bar-body .top-upcoming .event-title {
            padding: 11px 15px; }
      .live-bar-container .live-bar .more {
        display: block;
        width: 100%;
        position: relative;
        right: 0px;
        opacity: 0.7;
        transition: all .2s;
        text-align: center;
        margin-top: 0;
        padding-top: 8px; }
        .live-bar-container .live-bar .more.is-single-line {
          right: 0;
          padding-bottom: 16px; }
      .live-bar-container .live-bar .x {
        position: absolute;
        right: 10px;
        opacity: 0.7;
        transition: all .2s;
        top: 5px; }
        .live-bar-container .live-bar .x.is-single-line {
          top: 0;
          right: 0;
          padding: 12px 15px; }
        .live-bar-container .live-bar .x .dgov-icon {
          position: relative;
          top: 2px;
          width: 15px;
          height: 15px; }
    .live-bar-container .upcoming-list {
      border-top: 1px solid rgba(255, 255, 255, 0.3);
      padding: 5px 0; }
      .live-bar-container .upcoming-list .drop-item {
        padding: 0; }
        .live-bar-container .upcoming-list .drop-item .event-title {
          padding: 11px 15px; } }

.dgov-icon {
  fill: black;
  display: inline-block;
  width: 13px;
  height: 13px; }

.dgov-live-now.dgov-icon {
  fill: #fff;
  width: 2em;
  height: 1.2em;
  margin: 0 0.5em 0 0;
  vertical-align: top; }

[v-cloak] {
  visibility: hidden; }

.dvids-wrap, .dvids-wrap * {
  box-sizing: border-box !important; }

.dvids-wrap {
  max-width: 100%;
  margin: 0 auto 30px; }
  .dvids-wrap:after {
    content: "";
    display: table;
    clear: both; }

.live-events-list li {
  cursor: pointer; }

.dvids-video-wrap {
  width: 66%;
  float: left; }
  .dvids-video-wrap .video-js {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  .dvids-video-wrap video {
    display: block;
    width: 100%; }
  .dvids-video-wrap .slate-wrap {
    position: relative;
    margin-bottom: 20px; }
    .dvids-video-wrap .slate-wrap:before {
      display: block;
      content: "";
      width: 100%;
      padding-top: 56.25%; }
    .dvids-video-wrap .slate-wrap .slate {
      position: absolute;
      top: 0;
      left: 0;
      height: 100%;
      width: 100%;
      background-size: cover; }
      .dvids-video-wrap .slate-wrap .slate .error-list li {
        font-weight: 400;
        font-size: 1.3em; }
    .dvids-video-wrap .slate-wrap .content-wrap {
      position: absolute;
      width: 92%;
      height: 86%;
      margin: 4%; }
    .dvids-video-wrap .slate-wrap .content {
      font-family: 'Roboto condensed', Helvetica, Arial, sans-serif;
      position: absolute;
      width: 73%;
      top: 30px;
      right: 0;
      bottom: 30px;
      padding: 20px;
      overflow: hidden; }
      .dvids-video-wrap .slate-wrap .content h2 {
        font-size: 28px; }
      .dvids-video-wrap .slate-wrap .content h3 {
        margin-bottom: 17px;
        font-size: 18px;
        line-height: 1.4em;
        font-family: 'OpenSans',arial,sans-serif;
        margin-top: 15px;
        max-height: 100px;
        overflow: hidden; }
    .dvids-video-wrap .slate-wrap .messaging-content {
      font-family: 'Roboto condensed', Helvetica, Arial, sans-serif;
      position: absolute;
      width: 73%;
      top: 30px;
      right: 0;
      bottom: 30px;
      padding: 20px;
      overflow: hidden; }
      .dvids-video-wrap .slate-wrap .messaging-content h2 {
        font-size: 28px; }
      .dvids-video-wrap .slate-wrap .messaging-content h3 {
        margin-bottom: 17px;
        font-size: 18px;
        line-height: 1.4em;
        font-family: 'OpenSans',arial,sans-serif;
        margin-top: 15px;
        max-height: 100px;
        overflow: hidden; }
      .dvids-video-wrap .slate-wrap .messaging-content h2 {
        font-size: 28px; }
      .dvids-video-wrap .slate-wrap .messaging-content p {
        font-family: 'open sans',Helvetica,Arial,sans-serif;
        font-weight: 400;
        font-size: 1.3em;
        margin: 0;
        line-height: 1.2em;
        width: 85%; }
    .dvids-video-wrap .slate-wrap .messaging-content-wrap {
      position: absolute;
      width: 92%;
      height: 86%;
      margin: 4%;
      -webkit-transition: all 1s;
      transition: all 1s;
      border-radius: 2px; }
    .dvids-video-wrap .slate-wrap .time {
      width: 30%;
      float: left;
      font-weight: 700;
      font-size: 20px; }
    .dvids-video-wrap .slate-wrap .details {
      float: left; }
    .dvids-video-wrap .slate-wrap .errorMessage {
      width: 90%;
      float: left; }
    .dvids-video-wrap .slate-wrap .date {
      font-weight: 600;
      font-size: 20px; }
      .dvids-video-wrap .slate-wrap .date .small-only {
        display: none; }
    .dvids-video-wrap .slate-wrap h2:before {
      display: none; }
    .dvids-video-wrap .slate-wrap .count-down {
      font-weight: 700;
      font-size: 26px;
      line-height: 1.2em; }
    .dvids-video-wrap .slate-wrap img {
      position: absolute; }
      .dvids-video-wrap .slate-wrap img.seal {
        top: 30px;
        left: 5%;
        max-height: 35%;
        max-width: 18%; }
  .dvids-video-wrap .divds-video {
    position: relative;
    margin-bottom: 20px; }
    .dvids-video-wrap .divds-video:before {
      display: block;
      content: "";
      width: 100%;
      padding-top: 56.25%; }
  .dvids-video-wrap .video-bug {
    max-height: 70px;
    max-width: 70px;
    bottom: 7%;
    right: 4%;
    position: absolute;
    opacity: .7; }
    .dvids-video-wrap .video-bug[data-position=TopLeft] {
      top: 7%;
      left: 4%;
      right: auto;
      bottom: auto; }
    .dvids-video-wrap .video-bug[data-position=TopRight] {
      top: 7%;
      right: 4%;
      bottom: auto; }
    .dvids-video-wrap .video-bug[data-position=BottomLeft] {
      left: 4%;
      right: auto; }
  .dvids-video-wrap .dvids-video-description {
    font-size: 16px;
    padding: 0 0 20px; }
  .dvids-video-wrap .dvids-video-disclaimer {
    font-size: 14px; }

.dvids-listing-wrap {
  width: 34%;
  float: right;
  padding: 0 0 0 30px; }

.dvidslecountdown_timer {
  font-size: 14px; }

.events-list {
  margin: 0 0 30px; }
  .events-list ul {
    list-style: none !important;
    list-style-type: none !important;
    margin: 0; }
  .events-list li.default {
    display: none; }
    .events-list li.default:first-child {
      display: block; }
  .events-list li {
    position: relative; }
    .events-list li span {
      display: block; }
  .events-list .show-more {
    text-align: center;
    margin: 10px auto 0; }
    .events-list .show-more span {
      font-size: 14px;
      font-family: 'Open Sans',arial,sans-serif;
      cursor: pointer;
      background: #fff;
      display: block;
      padding: 8px 12px;
      color: #666;
      border: 1px solid #ccc;
      transition: all .2s; }
      .events-list .show-more span:hover {
        text-decoration: none;
        color: #fff;
        background: #355e92;
        border: 1px solid #355e92; }

.dvids-layout-right .dvids-video-wrap {
  float: right; }

.dvids-layout-right .dvids-listing-wrap {
  float: left;
  padding: 0 30px 0 0; }

.dvids-layout-full .dvids-video-wrap {
  float: none;
  width: auto; }

.dvids-layout-full .dvids-listing-wrap {
  float: none;
  width: auto;
  padding: 30px 0; }

@media (min-width: 1200px) {
  .dvids-video-wrap .slate .details {
    width: 70%; } }

@media (max-width: 1199px) {
  .dvids-video-wrap .slate .content h3 {
    max-height: 80px;
    margin-bottom: 5px; }
  .dvids-video-wrap .slate .messaging-content h3 {
    max-height: 80px; }
  .dvids-video-wrap .slate .count-down .standby {
    font-size: 22px; }
  .dvids-video-wrap .slate .time {
    display: none; }
  .dvids-video-wrap .slate .date .small-only {
    display: inline; } }

@media (max-width: 991px) {
  .dvids-layout-left .dvids-video-wrap, .dvids-layout-left .dvids-listing-wrap, .dvids-layout-right .dvids-video-wrap, .dvids-layout-right .dvids-listing-wrap {
    float: none;
    width: auto;
    padding: 0; }
  .dvids-layout-left .dvids-listing-wrap, .dvids-layout-right .dvids-listing-wrap {
    padding-top: 30px; } }

@media (max-width: 767px) {
  .dvids-video-wrap .slate img.seal {
    display: none; }
  .dvids-video-wrap .slate .content {
    width: 100%;
    top: 0;
    bottom: 0;
    padding: 30px;
    border-left: none; }
  .dvids-video-wrap .slate .content h3 {
    max-height: 50px; }
  .dvids-video-wrap .slate .messaging-content {
    width: 100%;
    top: 0;
    bottom: 0;
    padding: 30px;
    border-left: none;
    text-align: center; }
  .dvids-video-wrap .slate .messaging-content .error-list {
    list-style: none; }
  .dvids-video-wrap .slate .details {
    width: 100%; }
  .dvids-video-wrap .slate .date {
    font-size: 18px; }
  .dvids-video-wrap .video-bug[data-position=TopRight],
  .dvids-video-wrap .video-bug[data-position=TopLeft],
  .dvids-video-wrap .video-bug[data-position=BottomRight],
  .dvids-video-wrap .video-bug[data-position=BottomLeft] {
    left: auto;
    top: auto;
    bottom: 30px;
    right: 30px; } }

@media (max-width: 560px) {
  .content-wrap {
    width: 94%;
    height: 89%;
    margin: 3%; }
  .messaging-content-wrap {
    width: 94%;
    height: 89%;
    margin: 3%; }
  .dvids-video-wrap .slate .content {
    padding: 15px; }
  .dvids-video-wrap .slate .content h2 {
    font-size: 24px; }
  .dvids-video-wrap .slate .content h3 {
    margin-top: 7px;
    margin-bottom: 10px;
    max-height: 70px;
    white-space: nowrap;
    text-overflow: ellipsis; }
  .dvids-video-wrap .slate .count-down {
    font-size: 22px; }
  .dvids-video-wrap .slate .count-down .standby {
    font-size: 17px; }
  .dvids-video-wrap .slate .video-bug {
    display: none; }
  .dvids-video-wrap .slate .messaging-content {
    padding: 15px; }
  .dvids-video-wrap .slate .messaging-content h2 {
    font-size: 24px; }
  .dvids-video-wrap .slate .messaging-content h3 {
    margin-top: 7px;
    margin-bottom: 10px;
    max-height: 70px; } }

@media (max-width: 450px) {
  .dvids-video-wrap .slate .content-wrap {
    width: 100%;
    height: 100%;
    margin: 0%; }
  .dvids-video-wrap .slate .content h2 {
    font-size: 20px;
    margin-bottom: 0; }
  .dvids-video-wrap .slate .date {
    font-size: 16px;
    margin-bottom: 5px;
    display: block;
    white-space: nowrap;
    text-overflow: ellipsis; }
  .dvids-video-wrap .slate .content h3 {
    margin-top: 0px;
    margin-bottom: 10px;
    font-size: 15px;
    line-height: 1.2; }
  .dvids-video-wrap .slate .count-down {
    line-height: 1em;
    font-size: 20px; }
  .dvids-video-wrap .slate .messaging-content-wrap {
    width: 100%;
    height: 100%;
    margin: 0%; }
  .dvids-video-wrap .slate .messaging-content h2 {
    font-size: 20px;
    margin-bottom: 0; }
  .dvids-video-wrap .slate .messaging-content h3 {
    margin-top: 0px;
    margin-bottom: 10px;
    font-size: 15px;
    max-height: 54px;
    line-height: 1.2; }
  .dvids-video-wrap .video-bug[data-position] {
    max-height: 50px;
    max-width: 50px; } }

@media (max-width: 320px) {
  .dvids-video-wrap .slate .content h3 {
    max-height: 34px;
    display: none; }
  .dvids-video-wrap .slate .messaging-content h3 {
    max-height: 34px; } }

.dvids-template-af .dvids-video-wrap .slate-wrap {
  background: #355e92; }
  .dvids-template-af .dvids-video-wrap .slate-wrap .content-wrap {
    background: #144A75; }
  .dvids-template-af .dvids-video-wrap .slate-wrap .content {
    border-left: 1px solid #fff; }
    .dvids-template-af .dvids-video-wrap .slate-wrap .content h2 {
      color: #fff;
      font-size: 28px; }
    .dvids-template-af .dvids-video-wrap .slate-wrap .content h3 {
      color: #fff; }
  .dvids-template-af .dvids-video-wrap .slate-wrap .messaging-content {
    border-left: 1px solid #fff;
    border-left: 1px solid #ccc; }
    .dvids-template-af .dvids-video-wrap .slate-wrap .messaging-content h2 {
      color: #fff;
      font-size: 28px; }
    .dvids-template-af .dvids-video-wrap .slate-wrap .messaging-content h3 {
      color: #fff; }
    .dvids-template-af .dvids-video-wrap .slate-wrap .messaging-content h2 {
      color: #2c425f;
      font-size: 28px; }
    .dvids-template-af .dvids-video-wrap .slate-wrap .messaging-content h3 {
      color: #2c425f; }
    .dvids-template-af .dvids-video-wrap .slate-wrap .messaging-content p {
      font-family: 'open sans',Helvetica,Arial,sans-serif;
      font-weight: 400;
      font-size: 1.3em;
      margin: 0;
      color: #000;
      line-height: 1.2em;
      width: 85%; }
  .dvids-template-af .dvids-video-wrap .slate-wrap .messaging-content-wrap {
    background: #144A75;
    background: rgba(255, 255, 255, 0.95);
    box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.2); }
  .dvids-template-af .dvids-video-wrap .slate-wrap .time {
    color: #fff; }
  .dvids-template-af .dvids-video-wrap .slate-wrap .count-down {
    color: red; }
  .dvids-template-af .dvids-video-wrap .slate-wrap .date {
    color: #fff; }
  .dvids-template-af .dvids-video-wrap .slate-wrap .count-down {
    color: red; }

.dvids-template-af .dvidslecountdown_timer {
  color: #333; }

.dvids-template-af .generic-slate-bg {
  background-color: #144A75; }

.dvids-template-af h1, .dvids-template-af h2, .dvids-template-af .events-list li {
  font-family: "Roboto Condensed","HelveticaNeue","Helvetica Neue", arial, sans-serif;
  color: #2a2a2a; }

.dvids-template-af h1 {
  font-size: 34px; }

.dvids-template-af h2 {
  font-size: 25px;
  margin: 0 0 10px; }

.dvids-template-af h1, .dvids-template-af h2 {
  text-transform: uppercase;
  font-weight: 600; }
  .dvids-template-af h1:before, .dvids-template-af h2:before {
    content: "";
    display: block;
    width: 60px;
    height: 4px;
    margin-bottom: 6px; }

.dvids-template-af h3.dvids-current-video-title {
  font-family: 'Open Sans', arial, sans-serif;
  font-size: 22px;
  font-weight: 600;
  color: #D31F09;
  padding-top: 0px; }

.dvids-template-af .events-list li {
  padding: 10px 15px 10px 50px;
  border-top: 1px solid #ccc;
  color: #666; }

.dvids-template-af .events-list li.default {
  padding: 0px 25px 20px 0;
  border: none; }

.dvids-template-af span.icon {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 34px;
  background: #E5E5E5; }
  .dvids-template-af span.icon i {
    position: absolute;
    top: 50%;
    left: 50%;
    height: 22px;
    width: 22px;
    font-size: 22px;
    margin: -11px 0 0 -11px;
    text-align: center; }

.dvids-template-af span.title {
  font-size: 18px;
  line-height: 1.2em;
  font-weight: 600; }

.dvids-template-af span.date {
  font-size: 16px; }

.dvids-template-af span.live {
  font-weight: 700;
  text-transform: uppercase;
  color: #B80202; }

.dvids-template-af span.coming-soon {
  font-weight: 700;
  text-transform: uppercase;
  color: #084476; }

.dvids-template-af .live-events-list li {
  color: #084476; }

.dvids-template-af .live-events-list li:hover span.icon, .dvids-template-af .live-events-list li.active span.icon {
  display: block;
  background: #084476;
  color: #fff; }

.dvids-template-af .live-events-list li.active {
  background: #E5E5E5; }
  .dvids-template-af .live-events-list li.active:hover {
    color: #084476; }

.dvids-template-army .dvids-video-wrap .slate-wrap {
  background: #707070; }
  .dvids-template-army .dvids-video-wrap .slate-wrap .content-wrap {
    background: #666; }
  .dvids-template-army .dvids-video-wrap .slate-wrap .content {
    border-left: 1px solid #fff; }
    .dvids-template-army .dvids-video-wrap .slate-wrap .content h2 {
      color: #fff;
      font-size: 28px; }
    .dvids-template-army .dvids-video-wrap .slate-wrap .content h3 {
      color: #fff; }
  .dvids-template-army .dvids-video-wrap .slate-wrap .messaging-content {
    border-left: 1px solid #fff;
    border-left: 1px solid #ccc; }
    .dvids-template-army .dvids-video-wrap .slate-wrap .messaging-content h2 {
      color: #fff;
      font-size: 28px; }
    .dvids-template-army .dvids-video-wrap .slate-wrap .messaging-content h3 {
      color: #fff; }
    .dvids-template-army .dvids-video-wrap .slate-wrap .messaging-content h2 {
      color: #2c425f;
      font-size: 28px; }
    .dvids-template-army .dvids-video-wrap .slate-wrap .messaging-content h3 {
      color: #2c425f; }
    .dvids-template-army .dvids-video-wrap .slate-wrap .messaging-content p {
      font-family: 'open sans',Helvetica,Arial,sans-serif;
      font-weight: 400;
      font-size: 1.3em;
      margin: 0;
      color: #000;
      line-height: 1.2em;
      width: 85%; }
  .dvids-template-army .dvids-video-wrap .slate-wrap .messaging-content-wrap {
    background: #666;
    background: rgba(255, 255, 255, 0.95);
    box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.2); }
  .dvids-template-army .dvids-video-wrap .slate-wrap .time {
    color: #fff; }
  .dvids-template-army .dvids-video-wrap .slate-wrap .count-down {
    color: red; }
  .dvids-template-army .dvids-video-wrap .slate-wrap .date {
    color: #fff; }
  .dvids-template-army .dvids-video-wrap .slate-wrap .count-down {
    color: #67751A; }

.dvids-template-army .dvidslecountdown_timer {
  color: #333; }

.dvids-template-army .generic-slate-bg {
  background-color: #707070; }

.dvids-template-army h1, .dvids-template-army h2, .dvids-template-army .events-list li {
  font-family: "Roboto Condensed","HelveticaNeue","Helvetica Neue", arial, sans-serif;
  color: #2a2a2a; }

.dvids-template-army h1 {
  font-size: 34px; }

.dvids-template-army h2 {
  font-size: 25px;
  margin: 0 0 10px; }

.dvids-template-army h1, .dvids-template-army h2 {
  text-transform: uppercase;
  font-weight: 600; }
  .dvids-template-army h1:before, .dvids-template-army h2:before {
    content: "";
    display: block;
    width: 60px;
    height: 4px;
    margin-bottom: 6px; }

.dvids-template-army h3.dvids-current-video-title {
  font-family: 'Open Sans', arial, sans-serif;
  font-size: 22px;
  font-weight: 600;
  color: #67751A;
  padding-top: 0px; }

.dvids-template-army .events-list li {
  padding: 10px 15px 10px 50px;
  border-top: 1px solid #ccc;
  color: #666; }

.dvids-template-army .events-list li.default {
  padding: 0px 25px 20px 0;
  border: none; }

.dvids-template-army span.icon {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 34px;
  background: #eee; }
  .dvids-template-army span.icon i {
    position: absolute;
    top: 50%;
    left: 50%;
    height: 22px;
    width: 22px;
    font-size: 22px;
    margin: -11px 0 0 -11px;
    text-align: center; }

.dvids-template-army span.title {
  font-size: 18px;
  line-height: 1.2em;
  font-weight: 600; }

.dvids-template-army span.date {
  font-size: 16px; }

.dvids-template-army span.live {
  font-weight: 700;
  text-transform: uppercase;
  color: #67751A; }

.dvids-template-army span.coming-soon {
  font-weight: 700;
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0.6); }

.dvids-template-army .live-events-list li {
  color: rgba(0, 0, 0, 0.6); }

.dvids-template-army .live-events-list li:hover span.icon, .dvids-template-army .live-events-list li.active span.icon {
  display: block;
  background: rgba(0, 0, 0, 0.6);
  color: #fff; }
  .dvids-template-army .live-events-list li:hover span.icon i, .dvids-template-army .live-events-list li.active span.icon i {
    color: #fff; }
    .dvids-template-army .live-events-list li:hover span.icon i:hover, .dvids-template-army .live-events-list li.active span.icon i:hover {
      color: #eee; }

.dvids-template-army .live-events-list li.active {
  background: #eee; }
  .dvids-template-army .live-events-list li.active:hover {
    color: rgba(0, 0, 0, 0.6); }

.dvids-template-army li.not-active .videoListPlayButton {
  height: 22px;
  width: 22px;
  background-image: url(/DesktopModules/MVC/DVIDSLiveEvents2/Resources/img/playIcon-gray.png); }

.dvids-template-joint .dvids-video-wrap .slate-wrap {
  background: #355e92; }
  .dvids-template-joint .dvids-video-wrap .slate-wrap .content-wrap {
    background: #134576; }
  .dvids-template-joint .dvids-video-wrap .slate-wrap .content {
    border-left: 1px solid #fff; }
    .dvids-template-joint .dvids-video-wrap .slate-wrap .content h2 {
      color: #fff;
      font-size: 28px; }
    .dvids-template-joint .dvids-video-wrap .slate-wrap .content h3 {
      color: #fff; }
  .dvids-template-joint .dvids-video-wrap .slate-wrap .messaging-content {
    border-left: 1px solid #fff;
    border-left: 1px solid #ccc; }
    .dvids-template-joint .dvids-video-wrap .slate-wrap .messaging-content h2 {
      color: #fff;
      font-size: 28px; }
    .dvids-template-joint .dvids-video-wrap .slate-wrap .messaging-content h3 {
      color: #fff; }
    .dvids-template-joint .dvids-video-wrap .slate-wrap .messaging-content h2 {
      color: #2c425f;
      font-size: 28px; }
    .dvids-template-joint .dvids-video-wrap .slate-wrap .messaging-content h3 {
      color: #2c425f; }
    .dvids-template-joint .dvids-video-wrap .slate-wrap .messaging-content p {
      font-family: 'open sans',Helvetica,Arial,sans-serif;
      font-weight: 400;
      font-size: 1.3em;
      margin: 0;
      color: #000;
      line-height: 1.2em;
      width: 85%; }
  .dvids-template-joint .dvids-video-wrap .slate-wrap .messaging-content-wrap {
    background: #134576;
    background: rgba(255, 255, 255, 0.95);
    box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.2); }
  .dvids-template-joint .dvids-video-wrap .slate-wrap .time {
    color: #fff; }
  .dvids-template-joint .dvids-video-wrap .slate-wrap .date {
    color: #fff; }
  .dvids-template-joint .dvids-video-wrap .slate-wrap .count-down {
    color: #A06803; }

.dvids-template-joint .dvidslecountdown_timer {
  color: #333; }

.dvids-template-joint .generic-slate-bg {
  background-color: #EAEAEA; }

.dvids-template-joint h1, .dvids-template-joint h2, .dvids-template-joint .events-list li {
  font-family: "Roboto Condensed","HelveticaNeue","Helvetica Neue", arial, sans-serif;
  color: #2a2a2a; }

.dvids-template-joint h1 {
  font-size: 34px; }

.dvids-template-joint h2 {
  font-size: 25px;
  margin: 0 0 10px; }

.dvids-template-joint h1, .dvids-template-joint h2 {
  text-transform: uppercase;
  font-weight: 600; }
  .dvids-template-joint h1:before, .dvids-template-joint h2:before {
    content: "";
    display: block;
    width: 60px;
    height: 4px;
    margin-bottom: 6px; }

.dvids-template-joint h3.dvids-current-video-title {
  font-family: 'Open Sans', arial, sans-serif;
  font-size: 22px;
  font-weight: 600;
  color: #A06803;
  padding-top: 0px; }

.dvids-template-joint .events-list li {
  padding: 10px 15px 10px 50px;
  border-top: 1px solid #ccc;
  color: #666; }

.dvids-template-joint .events-list li.default {
  padding: 0px 25px 20px 0;
  border: none; }

.dvids-template-joint span.icon {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 34px;
  background: #eee; }
  .dvids-template-joint span.icon i {
    position: absolute;
    top: 50%;
    left: 50%;
    height: 22px;
    width: 22px;
    font-size: 22px;
    margin: -11px 0 0 -11px;
    text-align: center; }

.dvids-template-joint span.title {
  font-size: 18px;
  line-height: 1.2em;
  font-weight: 600; }

.dvids-template-joint span.date {
  font-size: 16px; }

.dvids-template-joint span.live {
  font-weight: 700;
  text-transform: uppercase;
  color: #A06803; }

.dvids-template-joint span.coming-soon {
  font-weight: 700;
  text-transform: uppercase;
  color: #134576; }

.dvids-template-joint .live-events-list li {
  color: #134576; }

.dvids-template-joint .live-events-list li:hover span.icon, .dvids-template-joint .live-events-list li.active span.icon {
  display: block;
  background: #134576;
  color: #fff; }

.dvids-template-joint .live-events-list li.active {
  background: #eee; }
  .dvids-template-joint .live-events-list li.active:hover {
    color: #134576; }

.dvids-template-usace .dvids-video-wrap .slate-wrap {
  background: #376251; }
  .dvids-template-usace .dvids-video-wrap .slate-wrap .content-wrap {
    background: #2e5243; }
  .dvids-template-usace .dvids-video-wrap .slate-wrap .content {
    border-left: 1px solid #fff; }
    .dvids-template-usace .dvids-video-wrap .slate-wrap .content h2 {
      color: #fff;
      font-size: 28px; }
    .dvids-template-usace .dvids-video-wrap .slate-wrap .content h3 {
      color: #fff; }
  .dvids-template-usace .dvids-video-wrap .slate-wrap .messaging-content {
    border-left: 1px solid #fff;
    border-left: 1px solid #ccc; }
    .dvids-template-usace .dvids-video-wrap .slate-wrap .messaging-content h2 {
      color: #fff;
      font-size: 28px; }
    .dvids-template-usace .dvids-video-wrap .slate-wrap .messaging-content h3 {
      color: #fff; }
    .dvids-template-usace .dvids-video-wrap .slate-wrap .messaging-content h2 {
      color: red;
      font-size: 28px; }
    .dvids-template-usace .dvids-video-wrap .slate-wrap .messaging-content h3 {
      color: red; }
    .dvids-template-usace .dvids-video-wrap .slate-wrap .messaging-content p {
      font-family: 'open sans',Helvetica,Arial,sans-serif;
      font-weight: 400;
      font-size: 1.3em;
      margin: 0;
      color: #000;
      line-height: 1.2em;
      width: 85%; }
  .dvids-template-usace .dvids-video-wrap .slate-wrap .messaging-content-wrap {
    background: #2e5243;
    background: rgba(255, 255, 255, 0.95);
    box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.2); }
  .dvids-template-usace .dvids-video-wrap .slate-wrap .time {
    color: #fff; }
  .dvids-template-usace .dvids-video-wrap .slate-wrap .count-down {
    color: red; }
  .dvids-template-usace .dvids-video-wrap .slate-wrap .date {
    color: #fff; }
  .dvids-template-usace .dvids-video-wrap .slate-wrap .count-down {
    color: red; }

.dvids-template-usace .dvidslecountdown_timer {
  color: #333; }

.dvids-template-usace .generic-slate-bg {
  background-color: #ADBFB3; }

.dvids-template-usace h1, .dvids-template-usace h2, .dvids-template-usace .events-list li {
  font-family: "Roboto Condensed","HelveticaNeue","Helvetica Neue", arial, sans-serif;
  color: #2a2a2a; }

.dvids-template-usace h1 {
  font-size: 34px; }

.dvids-template-usace h2 {
  font-size: 25px;
  margin: 0 0 10px; }

.dvids-template-usace h1, .dvids-template-usace h2 {
  text-transform: uppercase;
  font-weight: 600; }
  .dvids-template-usace h1:before, .dvids-template-usace h2:before {
    content: "";
    display: block;
    width: 60px;
    height: 4px;
    margin-bottom: 6px; }

.dvids-template-usace h3.dvids-current-video-title {
  font-family: 'Open Sans', arial, sans-serif;
  font-size: 22px;
  font-weight: 600;
  color: red;
  padding-top: 0px; }

.dvids-template-usace .events-list li {
  padding: 10px 15px 10px 50px;
  border-top: 1px solid #ccc;
  color: #666; }

.dvids-template-usace .events-list li.default {
  padding: 0px 25px 20px 0;
  border: none; }

.dvids-template-usace span.icon {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 34px;
  background: #d3ded6; }
  .dvids-template-usace span.icon i {
    position: absolute;
    top: 50%;
    left: 50%;
    height: 22px;
    width: 22px;
    font-size: 22px;
    margin: -11px 0 0 -11px;
    text-align: center; }

.dvids-template-usace span.title {
  font-size: 18px;
  line-height: 1.2em;
  font-weight: 600; }

.dvids-template-usace span.date {
  font-size: 16px; }

.dvids-template-usace span.live {
  font-weight: 700;
  text-transform: uppercase;
  color: red; }

.dvids-template-usace span.coming-soon {
  font-weight: 700;
  text-transform: uppercase;
  color: #376251; }

.dvids-template-usace .live-events-list li {
  color: #666; }

.dvids-template-usace .live-events-list li:hover span.icon, .dvids-template-usace .live-events-list li.active span.icon {
  display: block;
  background: #376251;
  color: #fff; }

.dvids-template-usace .live-events-list li.active {
  background: #d3ded6; }
  .dvids-template-usace .live-events-list li.active:hover {
    color: #376251; }

.dvids-template-usace .events-list li, .dvids-template-usace .events-list ul li {
  list-style: none !important; }

.dvids-template-usace .events-list .show-more span:hover {
  text-decoration: none;
  color: #fff;
  background: #ADBFB3;
  border: 1px solid #ADBFB3; }

.dvids-template-usace li.not-active .videoListPlayButton {
  height: 22px;
  width: 22px;
  background-image: url(/DesktopModules/MVC/DVIDSLiveEvents2/Resources/img/playIcon-gray.png); }

.dvids-template-usmc2 .dvids-video-wrap .divds-video {
  border: 10px solid #c3c3c3; }

.dvids-template-usmc2 .dvids-video-wrap .slate-wrap {
  background: #EAEAEA; }
  .dvids-template-usmc2 .dvids-video-wrap .slate-wrap .content-wrap {
    background: #EAEAEA;
    background: rgba(255, 255, 255, 0.95);
    box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.2); }
  .dvids-template-usmc2 .dvids-video-wrap .slate-wrap .content {
    border-left: 1px solid #fff;
    border-left-color: #ccc;
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
    justify-content: center;
    flex-direction: column;
    color: #666; }
    .dvids-template-usmc2 .dvids-video-wrap .slate-wrap .content h2 {
      color: #666;
      font-size: 28px; }
    .dvids-template-usmc2 .dvids-video-wrap .slate-wrap .content h3 {
      color: #666; }
  .dvids-template-usmc2 .dvids-video-wrap .slate-wrap .messaging-content {
    border-left: 1px solid #fff;
    border-left: 1px solid #ccc;
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
    justify-content: center;
    flex-direction: column; }
    .dvids-template-usmc2 .dvids-video-wrap .slate-wrap .messaging-content h2 {
      color: #666;
      font-size: 28px; }
    .dvids-template-usmc2 .dvids-video-wrap .slate-wrap .messaging-content h3 {
      color: #666; }
    .dvids-template-usmc2 .dvids-video-wrap .slate-wrap .messaging-content h2 {
      color: red;
      font-size: 28px; }
    .dvids-template-usmc2 .dvids-video-wrap .slate-wrap .messaging-content h3 {
      color: red; }
    .dvids-template-usmc2 .dvids-video-wrap .slate-wrap .messaging-content p {
      font-weight: 400;
      font-size: 1.3em;
      margin: 0;
      color: #000;
      line-height: 1.2em;
      width: 85%; }
  .dvids-template-usmc2 .dvids-video-wrap .slate-wrap .messaging-content-wrap {
    background: #EAEAEA;
    background: rgba(255, 255, 255, 0.95);
    box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.2); }
  .dvids-template-usmc2 .dvids-video-wrap .slate-wrap .time {
    color: #666; }
  .dvids-template-usmc2 .dvids-video-wrap .slate-wrap .date {
    color: #666; }
  .dvids-template-usmc2 .dvids-video-wrap .slate-wrap .count-down {
    color: red; }

.dvids-template-usmc2 .dvidslecountdown_timer {
  color: #333; }

.dvids-template-usmc2 .generic-slate-bg {
  background-color: #EAEAEA; }

.dvids-template-usmc2 h1, .dvids-template-usmc2 h2, .dvids-template-usmc2 .events-list li {
  color: #000; }

.dvids-template-usmc2 h1 {
  font-size: 34px;
  margin-bottom: 0; }

.dvids-template-usmc2 h2 {
  font-size: 25px;
  margin: 0 0 10px; }

.dvids-template-usmc2 h1, .dvids-template-usmc2 h2 {
  text-transform: uppercase;
  font-weight: 600; }
  .dvids-template-usmc2 h1:before, .dvids-template-usmc2 h2:before {
    content: "";
    display: block;
    width: 60px;
    height: 4px;
    margin-bottom: 6px; }

.dvids-template-usmc2 h3.dvids-current-video-title {
  font-size: 22px;
  font-weight: 600;
  color: #600;
  padding-top: 0px; }

.dvids-template-usmc2 .events-list li {
  padding: 10px 15px 10px 50px;
  border-top: 1px solid #ccc;
  color: #666; }

.dvids-template-usmc2 .events-list li.default {
  padding: 0px 25px 20px 0;
  border: none; }

.dvids-template-usmc2 span.icon {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 34px; }
  .dvids-template-usmc2 span.icon i {
    position: absolute;
    top: 50%;
    left: 50%;
    height: 22px;
    width: 22px;
    font-size: 22px;
    margin: -11px 0 0 -11px;
    text-align: center; }

.dvids-template-usmc2 span.title {
  font-size: 18px;
  line-height: 1.2em;
  font-family: Colossalis,Impact,sans-serif; }

.dvids-template-usmc2 span.date {
  font-size: 16px; }

.dvids-template-usmc2 span.live {
  font-weight: 700;
  text-transform: uppercase;
  color: #960000;
  font-family: Colossalis,Impact,sans-serif; }

.dvids-template-usmc2 span.coming-soon {
  font-weight: 700;
  text-transform: uppercase;
  color: #376251; }

.dvids-template-usmc2 .live-events-list li {
  color: #666; }

.dvids-template-usmc2 .live-events-list li:hover span.icon, .dvids-template-usmc2 .live-events-list li.active span.icon {
  display: block;
  background: #600;
  color: #fff; }

.dvids-template-usmc2 .live-events-list li.active {
  background: #EAEAEA;
  color: #333; }
  .dvids-template-usmc2 .live-events-list li.active:hover {
    color: #000; }

.dvids-template-usmc2 .events-list li, .dvids-template-usmc2 .events-list ul li {
  list-style: none !important; }

.dvids-template-usmc2 .events-list .show-more span:hover {
  text-decoration: none;
  background: #EAEAEA;
  border: 1px solid #EAEAEA;
  color: #666; }

.dvids-template-usmc2 li.not-active .videoListPlayButton {
  height: 22px;
  width: 22px;
  background-image: url(/DesktopModules/MVC/DVIDSLiveEvents2/Resources/img/playIcon-gray.png); }

.dvids-template-usace2 .dvids-video-wrap .slate-wrap {
  background: #ededed; }
  .dvids-template-usace2 .dvids-video-wrap .slate-wrap .content-wrap {
    background: #ededed;
    background: rgba(255, 255, 255, 0.95);
    box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.2); }
  .dvids-template-usace2 .dvids-video-wrap .slate-wrap .content {
    border-left: 1px solid #fff;
    border-left-color: #ccc;
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
    justify-content: center;
    flex-direction: column;
    color: #666; }
    .dvids-template-usace2 .dvids-video-wrap .slate-wrap .content h2 {
      color: #666;
      font-size: 28px; }
    .dvids-template-usace2 .dvids-video-wrap .slate-wrap .content h3 {
      color: #666; }
  .dvids-template-usace2 .dvids-video-wrap .slate-wrap .messaging-content {
    border-left: 1px solid #fff;
    border-left: 1px solid #ccc;
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
    justify-content: center;
    flex-direction: column; }
    .dvids-template-usace2 .dvids-video-wrap .slate-wrap .messaging-content h2 {
      color: #666;
      font-size: 28px; }
    .dvids-template-usace2 .dvids-video-wrap .slate-wrap .messaging-content h3 {
      color: #666; }
    .dvids-template-usace2 .dvids-video-wrap .slate-wrap .messaging-content h2 {
      color: red;
      font-size: 28px; }
    .dvids-template-usace2 .dvids-video-wrap .slate-wrap .messaging-content h3 {
      color: red; }
    .dvids-template-usace2 .dvids-video-wrap .slate-wrap .messaging-content p {
      font-family: 'open sans',Helvetica,Arial,sans-serif;
      font-weight: 400;
      font-size: 1.3em;
      margin: 0;
      color: #000;
      line-height: 1.2em;
      width: 85%; }
  .dvids-template-usace2 .dvids-video-wrap .slate-wrap .messaging-content-wrap {
    background: #ededed;
    background: rgba(255, 255, 255, 0.95);
    box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.2); }
  .dvids-template-usace2 .dvids-video-wrap .slate-wrap .time {
    color: #666; }
  .dvids-template-usace2 .dvids-video-wrap .slate-wrap .date {
    color: #666; }
  .dvids-template-usace2 .dvids-video-wrap .slate-wrap .count-down {
    color: red; }

.dvids-template-usace2 .dvidslecountdown_timer {
  color: #333; }

.dvids-template-usace2 .generic-slate-bg {
  background-color: #ededed; }

.dvids-template-usace2 h1, .dvids-template-usace2 h2, .dvids-template-usace2 .events-list li {
  font-family: "Roboto Condensed","HelveticaNeue","Helvetica Neue", arial, sans-serif;
  color: #2a2a2a; }

.dvids-template-usace2 h1 {
  font-size: 34px; }

.dvids-template-usace2 h2 {
  font-size: 25px;
  margin: 0 0 10px; }

.dvids-template-usace2 h1, .dvids-template-usace2 h2 {
  text-transform: uppercase;
  font-weight: 600; }
  .dvids-template-usace2 h1:before, .dvids-template-usace2 h2:before {
    content: "";
    display: block;
    width: 60px;
    height: 4px;
    margin-bottom: 6px; }

.dvids-template-usace2 h3.dvids-current-video-title {
  font-family: 'Open Sans', arial, sans-serif;
  font-size: 22px;
  font-weight: 600;
  color: red;
  padding-top: 0px; }

.dvids-template-usace2 .events-list li {
  padding: 10px 15px 10px 50px;
  border-top: 1px solid #ccc;
  color: #666; }

.dvids-template-usace2 .events-list li.default {
  padding: 0px 25px 20px 0;
  border: none; }

.dvids-template-usace2 span.icon {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 34px;
  background: #ededed; }
  .dvids-template-usace2 span.icon i {
    position: absolute;
    top: 50%;
    left: 50%;
    height: 22px;
    width: 22px;
    font-size: 22px;
    margin: -11px 0 0 -11px;
    text-align: center; }

.dvids-template-usace2 span.title {
  font-size: 18px;
  line-height: 1.2em;
  font-weight: 600; }

.dvids-template-usace2 span.date {
  font-size: 16px; }

.dvids-template-usace2 span.live {
  font-weight: 700;
  text-transform: uppercase;
  color: red; }

.dvids-template-usace2 span.coming-soon {
  font-weight: 700;
  text-transform: uppercase;
  color: #376251; }

.dvids-template-usace2 .live-events-list li {
  color: #666; }

.dvids-template-usace2 .live-events-list li:hover span.icon, .dvids-template-usace2 .live-events-list li.active span.icon {
  display: block;
  background: #666;
  color: #fff; }

.dvids-template-usace2 .live-events-list li.active {
  background: #ededed;
  color: #333; }
  .dvids-template-usace2 .live-events-list li.active:hover {
    color: #000; }

.dvids-template-usace2 .events-list li, .dvids-template-usace2 .events-list ul li {
  list-style: none !important; }

.dvids-template-usace2 .events-list .show-more span:hover {
  text-decoration: none;
  background: #ededed;
  border: 1px solid #ededed;
  color: #666; }

.dvids-template-usace2 li.not-active .videoListPlayButton {
  height: 22px;
  width: 22px;
  background-image: url(/DesktopModules/MVC/DVIDSLiveEvents2/Resources/img/playIcon-gray.png); }

.dvids-template-uscg .dvids-video-wrap .slate-wrap {
  background: #084476; }
  .dvids-template-uscg .dvids-video-wrap .slate-wrap .content-wrap {
    background: #133E68; }
  .dvids-template-uscg .dvids-video-wrap .slate-wrap .content {
    border-left: 1px solid #fff; }
    .dvids-template-uscg .dvids-video-wrap .slate-wrap .content h2 {
      color: #fff;
      font-size: 28px; }
    .dvids-template-uscg .dvids-video-wrap .slate-wrap .content h3 {
      color: #fff; }
  .dvids-template-uscg .dvids-video-wrap .slate-wrap .messaging-content {
    border-left: 1px solid #fff;
    border-left: 1px solid #ccc; }
    .dvids-template-uscg .dvids-video-wrap .slate-wrap .messaging-content h2 {
      color: #fff;
      font-size: 28px; }
    .dvids-template-uscg .dvids-video-wrap .slate-wrap .messaging-content h3 {
      color: #fff; }
    .dvids-template-uscg .dvids-video-wrap .slate-wrap .messaging-content h2 {
      color: #2c425f;
      font-size: 28px; }
    .dvids-template-uscg .dvids-video-wrap .slate-wrap .messaging-content h3 {
      color: #2c425f; }
    .dvids-template-uscg .dvids-video-wrap .slate-wrap .messaging-content p {
      font-family: 'open sans',Helvetica,Arial,sans-serif;
      font-weight: 400;
      font-size: 1.3em;
      margin: 0;
      color: #000;
      line-height: 1.2em;
      width: 85%; }
  .dvids-template-uscg .dvids-video-wrap .slate-wrap .messaging-content-wrap {
    background: #133E68;
    background: rgba(255, 255, 255, 0.95);
    box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.2); }
  .dvids-template-uscg .dvids-video-wrap .slate-wrap .time {
    color: #fff; }
  .dvids-template-uscg .dvids-video-wrap .slate-wrap .count-down {
    color: #DD1C13; }
  .dvids-template-uscg .dvids-video-wrap .slate-wrap .date {
    color: #fff; }

.dvids-template-uscg .dvidslecountdown_timer {
  color: #333; }

.dvids-template-uscg .generic-slate-bg {
  background-color: #133E68; }

.dvids-template-uscg h1, .dvids-template-uscg h2, .dvids-template-uscg .events-list li {
  font-family: "Roboto Condensed","HelveticaNeue","Helvetica Neue", arial, sans-serif;
  color: #2a2a2a; }

.dvids-template-uscg h1 {
  font-size: 34px; }

.dvids-template-uscg h2 {
  font-size: 25px;
  margin: 0 0 10px; }

.dvids-template-uscg h1, .dvids-template-uscg h2 {
  text-transform: uppercase;
  font-weight: 600; }
  .dvids-template-uscg h1:before, .dvids-template-uscg h2:before {
    content: "";
    display: block;
    width: 60px;
    height: 4px;
    margin-bottom: 6px; }

.dvids-template-uscg h3.dvids-current-video-title {
  font-family: 'Open Sans', arial, sans-serif;
  font-size: 22px;
  font-weight: 600;
  color: #DD1C13;
  padding-top: 0px; }

.dvids-template-uscg .events-list li {
  padding: 10px 15px 10px 50px;
  border-top: 1px solid #ccc;
  color: #666; }

.dvids-template-uscg .events-list li.default {
  padding: 0px 25px 20px 0;
  border: none; }

.dvids-template-uscg span.icon {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 34px;
  background: #eee; }
  .dvids-template-uscg span.icon i {
    position: absolute;
    top: 50%;
    left: 50%;
    height: 22px;
    width: 22px;
    font-size: 22px;
    margin: -11px 0 0 -11px;
    text-align: center; }

.dvids-template-uscg span.title {
  font-size: 18px;
  line-height: 1.2em;
  font-weight: 600; }

.dvids-template-uscg span.date {
  font-size: 16px; }

.dvids-template-uscg span.live {
  font-weight: 700;
  text-transform: uppercase;
  color: #DD1C13; }

.dvids-template-uscg span.coming-soon {
  font-weight: 700;
  text-transform: uppercase;
  color: #084476; }

.dvids-template-uscg .live-events-list li {
  color: #084476; }

.dvids-template-uscg .live-events-list li:hover span.icon, .dvids-template-uscg .live-events-list li.active span.icon {
  display: block;
  background: #084476;
  color: #fff; }

.dvids-template-uscg .live-events-list li.active {
  background: #eee; }
  .dvids-template-uscg .live-events-list li.active:hover {
    color: #084476; }

.dvids-template-usmc {
  background: #e7e4d7; }
  .dvids-template-usmc .dvids-video-wrap .slate-wrap {
    background: #666; }
    .dvids-template-usmc .dvids-video-wrap .slate-wrap .content-wrap {
      background: #4c4c4c; }
    .dvids-template-usmc .dvids-video-wrap .slate-wrap .content {
      border-left: 1px solid #fff; }
      .dvids-template-usmc .dvids-video-wrap .slate-wrap .content h2 {
        color: #fff;
        font-size: 28px; }
      .dvids-template-usmc .dvids-video-wrap .slate-wrap .content h3 {
        color: #fff; }
    .dvids-template-usmc .dvids-video-wrap .slate-wrap .messaging-content {
      border-left: 1px solid #fff;
      border-left: 1px solid #ccc; }
      .dvids-template-usmc .dvids-video-wrap .slate-wrap .messaging-content h2 {
        color: #fff;
        font-size: 28px; }
      .dvids-template-usmc .dvids-video-wrap .slate-wrap .messaging-content h3 {
        color: #fff; }
      .dvids-template-usmc .dvids-video-wrap .slate-wrap .messaging-content h2 {
        color: #990F00;
        font-size: 28px; }
      .dvids-template-usmc .dvids-video-wrap .slate-wrap .messaging-content h3 {
        color: #990F00; }
      .dvids-template-usmc .dvids-video-wrap .slate-wrap .messaging-content p {
        font-family: 'open sans',Helvetica,Arial,sans-serif;
        font-weight: 400;
        font-size: 1.3em;
        margin: 0;
        color: #4c4c4c;
        line-height: 1.2em;
        width: 85%; }
    .dvids-template-usmc .dvids-video-wrap .slate-wrap .messaging-content-wrap {
      background: #4c4c4c;
      background: rgba(255, 255, 255, 0.95);
      box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.2); }
    .dvids-template-usmc .dvids-video-wrap .slate-wrap .time {
      color: #fff; }
    .dvids-template-usmc .dvids-video-wrap .slate-wrap .count-down {
      color: red; }
    .dvids-template-usmc .dvids-video-wrap .slate-wrap .date {
      color: #fff; }
    .dvids-template-usmc .dvids-video-wrap .slate-wrap .count-down {
      color: #990F00; }
  .dvids-template-usmc .dvidslecountdown_timer {
    color: #333; }
  .dvids-template-usmc .generic-slate-bg {
    background-color: #E6E3D7; }
  .dvids-template-usmc h1, .dvids-template-usmc h2, .dvids-template-usmc .events-list li {
    font-family: "Roboto Condensed","HelveticaNeue","Helvetica Neue", arial, sans-serif;
    color: #4c4c4c; }
  .dvids-template-usmc h1 {
    font-size: 34px; }
  .dvids-template-usmc h2 {
    font-size: 25px;
    margin: 0 0 10px; }
  .dvids-template-usmc h1, .dvids-template-usmc h2 {
    text-transform: uppercase;
    font-weight: 600; }
    .dvids-template-usmc h1:before, .dvids-template-usmc h2:before {
      content: "";
      display: block;
      width: 60px;
      height: 4px;
      margin-bottom: 6px; }
  .dvids-template-usmc h3.dvids-current-video-title {
    font-family: 'Open Sans', arial, sans-serif;
    font-size: 22px;
    font-weight: 600;
    color: #990F00;
    padding-top: 0px; }
  .dvids-template-usmc .events-list li {
    padding: 10px 15px 10px 50px;
    border-top: 1px solid #ccc;
    color: #4c4c4c; }
  .dvids-template-usmc .events-list li.default {
    padding: 0px 25px 20px 0;
    border: none; }
  .dvids-template-usmc span.icon {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 34px;
    background: #d3d4c4; }
    .dvids-template-usmc span.icon i {
      color: #666;
      position: absolute;
      top: 50%;
      left: 50%;
      height: 22px;
      width: 22px;
      font-size: 22px;
      margin: -11px 0 0 -11px;
      text-align: center; }
  .dvids-template-usmc span.title {
    font-size: 18px;
    line-height: 1.2em;
    font-weight: 600; }
  .dvids-template-usmc span.date {
    font-size: 16px; }
  .dvids-template-usmc span.live {
    font-weight: 700;
    text-transform: uppercase;
    color: #B80202; }
  .dvids-template-usmc span.coming-soon {
    font-weight: 700;
    text-transform: uppercase;
    color: #2a2a2a; }
  .dvids-template-usmc .live-events-list li span.icon {
    color: #4c4c4c; }
    .dvids-template-usmc .live-events-list li span.icon i.videoListPlayButton {
      color: #4c4c4c; }
  .dvids-template-usmc .live-events-list li:hover span.icon, .dvids-template-usmc .live-events-list li.active span.icon {
    display: block;
    background: #4c4c4c;
    color: #fff; }
  .dvids-template-usmc .live-events-list li.active {
    background: #d3d4c4; }
    .dvids-template-usmc .live-events-list li.active:hover {
      color: #4c4c4c; }
  .dvids-template-usmc .events-list .show-more span {
    background: #e7e4d7; }
    .dvids-template-usmc .events-list .show-more span:hover {
      text-decoration: none;
      color: #fff;
      background: #990F00;
      border: 1px solid #990F00; }
  .dvids-template-usmc li.not-active .videoListPlayButton {
    height: 22px;
    width: 22px;
    background-image: url(/DesktopModules/MVC/DVIDSLiveEvents2/Resources/img/playIcon-gray.png); }

.dvids-template-dgov .dvids-video-wrap .slate-wrap {
  background: #aaa; }
  .dvids-template-dgov .dvids-video-wrap .slate-wrap .content-wrap {
    background: rgba(0, 0, 0, 0.6); }
  .dvids-template-dgov .dvids-video-wrap .slate-wrap .content {
    border-left: 1px solid #fff; }
    .dvids-template-dgov .dvids-video-wrap .slate-wrap .content h2 {
      color: #fff;
      font-size: 28px; }
    .dvids-template-dgov .dvids-video-wrap .slate-wrap .content h3 {
      color: #fff; }
  .dvids-template-dgov .dvids-video-wrap .slate-wrap .messaging-content {
    border-left: 1px solid #fff;
    border-left: 1px solid #ccc; }
    .dvids-template-dgov .dvids-video-wrap .slate-wrap .messaging-content h2 {
      color: #fff;
      font-size: 28px; }
    .dvids-template-dgov .dvids-video-wrap .slate-wrap .messaging-content h3 {
      color: #fff; }
    .dvids-template-dgov .dvids-video-wrap .slate-wrap .messaging-content h2 {
      color: #fff;
      font-size: 28px; }
    .dvids-template-dgov .dvids-video-wrap .slate-wrap .messaging-content h3 {
      color: #2c425f; }
    .dvids-template-dgov .dvids-video-wrap .slate-wrap .messaging-content p {
      font-family: 'Lato',Helvetica,Arial,sans-serif;
      font-weight: 400;
      font-size: 1.1rem;
      margin: 0;
      color: #fff;
      line-height: 1.2em;
      width: 85%; }
  .dvids-template-dgov .dvids-video-wrap .slate-wrap .messaging-content-wrap {
    background: rgba(0, 0, 0, 0.6);
    background: rgba(0, 0, 0, 0.8);
    box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.2); }
  .dvids-template-dgov .dvids-video-wrap .slate-wrap .messaging-content-wrap.video-error-message {
    background: rgba(250, 250, 250, 0.8); }
    .dvids-template-dgov .dvids-video-wrap .slate-wrap .messaging-content-wrap.video-error-message h2 {
      color: #2C425F; }
    .dvids-template-dgov .dvids-video-wrap .slate-wrap .messaging-content-wrap.video-error-message h3 {
      color: #2C425F; }
    .dvids-template-dgov .dvids-video-wrap .slate-wrap .messaging-content-wrap.video-error-message ul {
      color: #B80303; }
  .dvids-template-dgov .dvids-video-wrap .slate-wrap .time {
    color: #fff; }
  .dvids-template-dgov .dvids-video-wrap .slate-wrap .count-down {
    color: red; }
  .dvids-template-dgov .dvids-video-wrap .slate-wrap .date {
    color: #fff;
    font-weight: 300; }
  .dvids-template-dgov .dvids-video-wrap .slate-wrap .count-down {
    color: red; }

.dvids-template-dgov .dvids-video-wrap .dvids-video-description {
  font-size: 20px;
  line-height: 1.5em;
  font-family: 'Lato', sans-serif; }

.dvids-template-dgov .dvids-video-wrap .dvids-video-disclaimer {
  font-size: 17px;
  line-height: 1.5em;
  color: #717171; }
  .dvids-template-dgov .dvids-video-wrap .dvids-video-disclaimer a, .dvids-template-dgov .dvids-video-wrap .dvids-video-disclaimer a:visited {
    line-height: inherit;
    text-decoration: none;
    color: #000;
    -webkit-box-shadow: inset 0 -2px 0 #0a856a;
    box-shadow: inset 0 -2px 0 #0a856a;
    padding: 2px 0 0;
    transition: background-color 350ms ease-out; }
  .dvids-template-dgov .dvids-video-wrap .dvids-video-disclaimer a:hover {
    background-color: #9dcec3;
    transition: background-color 350ms ease-out;
    box-shadow: none;
    text-decoration: none; }

.dvids-template-dgov .dvidslecountdown_timer {
  color: #333; }

.dvids-template-dgov .generic-slate-bg {
  background-color: #355e92; }

.dvids-template-dgov h1, .dvids-template-dgov h2, .dvids-template-dgov .events-list li {
  font-family: "Lato", sans-serif;
  color: #2a2a2a; }

.dvids-template-dgov h1 {
  font-size: 1.6rem; }

.dvids-template-dgov h2 {
  font-size: 1.6rem;
  margin: 0 0 10px; }

.dvids-template-dgov h1, .dvids-template-dgov h2 {
  text-transform: uppercase;
  font-weight: 600; }
  .dvids-template-dgov h1:before, .dvids-template-dgov h2:before {
    content: "";
    display: block;
    width: 60px;
    height: 4px;
    margin-bottom: 6px; }

.dvids-template-dgov h3.dvids-current-video-title {
  font-family: 'Lato', sans-serif;
  font-size: 1.4rem;
  font-weight: 600;
  color: #355d92;
  padding-top: 0px; }

.dvids-template-dgov .events-list li {
  padding: 10px 15px 10px 50px;
  border-top: 1px solid #ccc;
  color: #666; }

.dvids-template-dgov .events-list li.default {
  padding: 0px 25px 20px 0;
  border: none; }

.dvids-template-dgov span.icon {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 34px;
  background: #eee; }
  .dvids-template-dgov span.icon i {
    position: absolute;
    top: 50%;
    left: 50%;
    height: 22px;
    width: 22px;
    font-size: 22px;
    margin: -11px 0 0 -11px;
    text-align: center; }

.dvids-template-dgov span.title {
  font-size: 18px;
  line-height: 1.2em;
  font-weight: 600; }

.dvids-template-dgov span.date {
  font-size: 16px; }

.dvids-template-dgov span.live {
  font-weight: 700;
  text-transform: uppercase;
  color: #B80202; }

.dvids-template-dgov span.coming-soon {
  font-weight: 700;
  text-transform: uppercase;
  color: #084476; }

.dvids-template-dgov .live-events-list li {
  color: #355e93; }

.dvids-template-dgov .live-events-list li:hover span.icon, .dvids-template-dgov .live-events-list li.active span.icon {
  display: block;
  background: #355e93;
  color: #fff; }

.dvids-template-dgov .live-events-list li.active {
  background: #ebebeb; }
  .dvids-template-dgov .live-events-list li.active:hover {
    color: #355e93; }

.dvids-template-dgov .live-events-list > h2 {
  margin-top: -17px; }

@media (max-width: 991px) {
  .dvids-template-dgov h3.dvids-current-video-title {
    font-size: 1.6rem; }
  .dvids-template-dgov .live-events-list > h2 {
    margin-top: 0; } }

@media (max-width: 776px) {
  .dvids-template-dgov .dvids-video-wrap .dvids-video-description {
    font-size: 17px; }
  .dvids-template-dgov .dvids-video-wrap .dvids-video-disclaimer {
    font-size: 15px; } }

@-webkit-keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@-moz-keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@-webkit-keyframes fadeOut {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }

@-moz-keyframes fadeOut {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }

@keyframes fadeOut {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }

.fade-in {
  opacity: 0;
  /* make things invisible upon start */
  -webkit-animation: fadeIn ease-in .5s;
  /* call our keyframe named fadeIn, use animattion ease-in and repeat it only 1 time */
  -moz-animation: fadeIn ease-in .5s;
  animation: fadeIn ease-in .5s;
  -webkit-animation-fill-mode: forwards;
  /* this makes sure that after animation is done we remain at the last keyframe value (opacity: 1)*/
  -moz-animation-fill-mode: forwards;
  animation-fill-mode: forwards; }

.fade-out {
  opacity: 0;
  -webkit-animation: fadeOut ease-in .15s;
  -moz-animation: fadeOut ease-in .15s;
  animation: fadeOut ease-in .15s;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
  animation-fill-mode: forwards; }

.lt-ie10 .fade-in {
  opacity: 1; }

.video-js .vjs-big-play-button {
  background-color: transparent;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url(/DesktopModules/MVC/DVIDSLiveEvents2/Resources/img/playButton.png) no-repeat;
  background-size: 80px;
  background-position: 50% calc(50% - 10px);
  border: none !important;
  box-shadow: none !important; }
  .video-js .vjs-big-play-button:before {
    content: "";
    display: none; }
  .video-js .vjs-big-play-button:hover {
    background-color: transparent;
    opacity: .7; }

.video-js .vjs-control-bar .fa-step-backward {
  background-image: url(/DesktopModules/MVC/DVIDSLiveEvents2/Resources/img/videocontrolsprite.png);
  background-position: 0 -1px;
  background-repeat: no-repeat; }
  .video-js .vjs-control-bar .fa-step-backward:before {
    content: ""; }
  .video-js .vjs-control-bar .fa-step-backward:hover {
    background-image: url(/DesktopModules/MVC/DVIDSLiveEvents2/Resources/img/videocontrolsprite.png);
    background-position: -1px -30px; }

.vjs-icon-play, .video-js .vjs-play-control {
  background-image: url(/DesktopModules/MVC/DVIDSLiveEvents2/Resources/img/videocontrolsprite.png);
  background-position: -40px 0;
  background-repeat: no-repeat; }
  .vjs-icon-play:before, .video-js .vjs-play-control:before {
    content: ""; }
  .vjs-icon-play:hover, .video-js .vjs-play-control:hover {
    background-image: url(/DesktopModules/MVC/DVIDSLiveEvents2/Resources/img/videocontrolsprite.png);
    background-position: -40px -30px; }

.vjs-icon-pause, .video-js .vjs-play-control.vjs-playing {
  background-image: url(/DesktopModules/MVC/DVIDSLiveEvents2/Resources/img/videocontrolsprite.png);
  background-position: -80px -1px;
  background-repeat: no-repeat; }
  .vjs-icon-pause:before, .video-js .vjs-play-control.vjs-playing:before {
    content: ""; }
  .vjs-icon-pause:hover, .video-js .vjs-play-control.vjs-playing:hover {
    background-image: url(/DesktopModules/MVC/DVIDSLiveEvents2/Resources/img/videocontrolsprite.png);
    background-position: -80px -29px; }

.vjs-icon-volume-mute, .video-js .vjs-mute-control.vjs-vol-0, .video-js .vjs-volume-menu-button.vjs-vol-0 {
  background-image: url(/DesktopModules/MVC/DVIDSLiveEvents2/Resources/img/videoCtlVol.png);
  background-position: 1px -180px;
  background-repeat: no-repeat;
  transition: none;
  background-repeat: no-repeat; }
  .vjs-icon-volume-mute:before, .video-js .vjs-mute-control.vjs-vol-0:before, .video-js .vjs-volume-menu-button.vjs-vol-0:before {
    content: ""; }
  .vjs-icon-volume-mute:hover, .video-js .vjs-mute-control.vjs-vol-0:hover, .video-js .vjs-volume-menu-button.vjs-vol-0:hover {
    background-image: url(/DesktopModules/MVC/DVIDSLiveEvents2/Resources/img/videoCtlVol.png);
    background-position: 0 -208px;
    transition: none; }

.vjs-icon-volume-low, .video-js .vjs-mute-control.vjs-vol-1, .video-js .vjs-volume-menu-button.vjs-vol-1 {
  background-image: url(/DesktopModules/MVC/DVIDSLiveEvents2/Resources/img/videoCtlVol.png);
  background-position: 0 -120px;
  background-repeat: no-repeat;
  transition: none;
  background-repeat: no-repeat; }
  .vjs-icon-volume-low:before, .video-js .vjs-mute-control.vjs-vol-1:before, .video-js .vjs-volume-menu-button.vjs-vol-1:before {
    content: ""; }
  .vjs-icon-volume-low:hover, .video-js .vjs-mute-control.vjs-vol-1:hover, .video-js .vjs-volume-menu-button.vjs-vol-1:hover {
    background-image: url(/DesktopModules/MVC/DVIDSLiveEvents2/Resources/img/videoCtlVol.png);
    background-position: 0 -150px;
    transition: none; }

.vjs-icon-volume-mid, .video-js .vjs-mute-control.vjs-vol-2, .video-js .vjs-volume-menu-button.vjs-vol-2 {
  background-image: url(/DesktopModules/MVC/DVIDSLiveEvents2/Resources/img/videoCtlVol.png);
  background-position: 0 -60px;
  background-repeat: no-repeat;
  transition: none;
  background-repeat: no-repeat; }
  .vjs-icon-volume-mid:before, .video-js .vjs-mute-control.vjs-vol-2:before, .video-js .vjs-volume-menu-button.vjs-vol-2:before {
    content: ""; }
  .vjs-icon-volume-mid:hover, .video-js .vjs-mute-control.vjs-vol-2:hover, .video-js .vjs-volume-menu-button.vjs-vol-2:hover {
    background-image: url(/DesktopModules/MVC/DVIDSLiveEvents2/Resources/img/videoCtlVol.png);
    background-position: 0 -90px;
    transition: none; }

.vjs-icon-volume-high, .video-js .vjs-mute-control, .video-js .vjs-volume-menu-button {
  background-image: url(/DesktopModules/MVC/DVIDSLiveEvents2/Resources/img/videoCtlVol.png);
  background-position: 0 -1px;
  background-repeat: no-repeat;
  transition: none;
  background-repeat: no-repeat; }
  .vjs-icon-volume-high:before, .video-js .vjs-mute-control:before, .video-js .vjs-volume-menu-button:before {
    content: ""; }
  .vjs-icon-volume-high:hover, .video-js .vjs-mute-control:hover, .video-js .vjs-volume-menu-button:hover {
    background-image: url(/DesktopModules/MVC/DVIDSLiveEvents2/Resources/img/videoCtlVol.png);
    background-position: 0 -29px;
    transition: none; }

.video-js .vjs-control-bar .vjs-subtitles-button {
  background-image: url(/DesktopModules/MVC/DVIDSLiveEvents2/Resources/img/videocontrolsprite.png);
  background-position: -280px -2px;
  background-repeat: no-repeat; }
  .video-js .vjs-control-bar .vjs-subtitles-button:before {
    content: ""; }
  .video-js .vjs-control-bar .vjs-subtitles-button:hover {
    background-image: url(/DesktopModules/MVC/DVIDSLiveEvents2/Resources/img/videocontrolsprite.png);
    background-position: -280px -30px; }

.vjs-icon-captions, .video-js .vjs-captions-button {
  background-image: url(/DesktopModules/MVC/DVIDSLiveEvents2/Resources/img/videocontrolsprite.png);
  background-position: -280px -2px;
  background-repeat: no-repeat; }
  .vjs-icon-captions:before, .video-js .vjs-captions-button:before {
    content: ""; }
  .vjs-icon-captions:hover, .video-js .vjs-captions-button:hover {
    background-image: url(/DesktopModules/MVC/DVIDSLiveEvents2/Resources/img/videocontrolsprite.png);
    background-position: -280px -30px; }

.vjs-icon-fullscreen-exit, .video-js.vjs-fullscreen .vjs-fullscreen-control {
  background-image: url(/DesktopModules/MVC/DVIDSLiveEvents2/Resources/img/videocontrolsprite.png);
  background-position: -320px 0;
  background-repeat: no-repeat; }
  .vjs-icon-fullscreen-exit:before, .video-js.vjs-fullscreen .vjs-fullscreen-control:before {
    content: ""; }
  .vjs-icon-fullscreen-exit:hover, .video-js.vjs-fullscreen .vjs-fullscreen-control:hover {
    background-image: url(/DesktopModules/MVC/DVIDSLiveEvents2/Resources/img/videocontrolsprite.png);
    background-position: -320px -30px; }

.vjs-icon-fullscreen-enter, .video-js .vjs-fullscreen-control {
  background-image: url(/DesktopModules/MVC/DVIDSLiveEvents2/Resources/img/videocontrolsprite.png);
  background-position: -360px -3px;
  background-repeat: no-repeat; }
  .vjs-icon-fullscreen-enter:before, .video-js .vjs-fullscreen-control:before {
    content: ""; }
  .vjs-icon-fullscreen-enter:hover, .video-js .vjs-fullscreen-control:hover {
    background-image: url(/DesktopModules/MVC/DVIDSLiveEvents2/Resources/img/videocontrolsprite.png);
    background-position: -360px -30px; }

li.active .videoListPlayButton, li.not-active:hover .videoListPlayButton {
  height: 22px;
  width: 22px;
  background-image: url(/DesktopModules/MVC/DVIDSLiveEvents2/Resources/img/playIcon-white.png); }

li.not-active .videoListPlayButton {
  height: 22px;
  width: 22px;
  background-image: url(/DesktopModules/MVC/DVIDSLiveEvents2/Resources/img/playIcon-blue.png); }

li.all-off .videoListPlayButton {
  height: 22px;
  width: 22px;
  background-image: url(/DesktopModules/MVC/DVIDSLiveEvents2/Resources/img/playIcon-gray.png); }

li .dle-clock {
  height: 22px;
  width: 22px;
  background-image: url(/DesktopModules/MVC/DVIDSLiveEvents2/Resources/img/clock.png); }

li.customActive span {
  color: #666; }

.live-events-list ul li.customActive span:hover {
  background-color: #fff;
  color: #666;
  cursor: default; }

.live-events-list ul li.customActive span.icon {
  color: #666;
  background-color: #eee; }

.live-events-list ul li.customActive {
  cursor: default; }

.live-events-list ul li.customActive span.icon:hover {
  color: #666;
  background-color: #eee; }

.live-events-list ul li.customActive span.icon i.fa-play-circle {
  color: #666; }

.live-events-list ul li.customActive span.icon i.videoListPlayButton {
  height: 22px;
  width: 22px;
  background-image: url(/DesktopModules/MVC/DVIDSLiveEvents2/Resources/img/playIcon-gray.png); }

.dvids-template-dgov .live-events-list li.customActive span.icon {
  background: #eee; }

#liveButton.onair {
  background-color: #46a546; }

.vjs-load-progress > span + div {
  display: none !important; }
