.live-template .entry-header {
  display: none;
}

.live-template #live-embed-container {
  display: flex;
  flex-direction: row;
  color: #142E7B;
  margin-top: 50px;
  margin-bottom: -200px;
}

.live-template .video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  width: 60%;
  overflow: hidden;
}

.live-template .video-container iframe,
.live-template .video-container object,
.live-template .video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  height: 60%;
  width: 100%;
}

.live-template #live-embed-right {
  width: 40%;
  padding: 20px;
}

.live-template .live-bodycopy-ns {
  margin: 10px 0px;
}

.live-template .live-bodycopy-s {
  display: none;
}

@media (max-width: 800px) {
  .live-template .site-inner {
    margin-top: 80px;
  }

  .live-template .site-footer:before {
    height: 0;
  }

  .live-template .footer-widgets-1 {
    display: none;
  }
}

@media (orientation: portrait) and (max-width: 1040px) {
  .live-template #live-embed-container {
    flex-direction: column;
    margin-bottom: 0;
  }

  .live-template #live-embed-right {
    width: 100%;
    padding: 20px 0px;
  }

  .live-template .video-container {
    width: 100%;
    height: 100%;
  }

  .live-template .video-container iframe,
  .live-template .video-container object,
  .live-template .video-container embed {
    height: 100%;
  }

  .live-template .actblue-buttons {
    height: 40px;
  }
}

@media (orientation: portrait) and (max-width: 800px) {
  .live-template .live-headline {
    font-size: 16px;
  }

  .live-template .live-bodycopy-ns {
    line-height: 1.4;
  }

  .live-template #live-embed-container {
    margin-bottom: 0;
  }
}

@media (orientation: portrait) and (max-width: 768px) {}

@media (orientation: landscape) and (max-width: 1040px) {
  .live-template .live-headline {
    display: none;
  }

  .live-template #live-embed-right {
    position: absolute;
    z-index: 2147483647;
    width: 100%;
    bottom: 126px;
  }

  .live-template .live-bodycopy-ns {
    display: none;
  }

  .live-template .live-bodycopy-s {
    display: inline-block;
    background-color: white;
    padding: 5px 10px;
    width: 100%;
    margin: 10px 0px;
    border-radius: 5px;
  }

  .live-template .actblue-buttons {
    height: 40px;
  }

  .live-template #live-embed-container {
    flex-direction: column;
  }

  .live-template .video-container {
    width: 100%;
    height: 100%;
  }

  .live-template .video-container iframe,
  .live-template .video-container object,
  .live-template .video-container embed {
    height: 100%;
  }
}

@media (orientation: landscape) and (max-width: 800px) {
  .live-template #live-embed-right {
    width: 90%;
    bottom: 126px;
  }

  .live-template #live-embed-container {
    margin-bottom: 0;
  }
}

@media (orientation: landscape) and (max-width: 768px) {
  .live-template #live-embed-right {
    bottom: 36px;
  }

  .live-template #live-embed-container {
    margin-bottom: 0;
  }
}
