@charset "UTF-8";
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
/* Slider */
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover,
.slick-next:hover,
.slick-prev:focus,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before,
.slick-next:hover:before,
.slick-prev:focus:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-prev {
  left: -25px;
}
[dir="rtl"] .slick-prev {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: "←";
}
[dir="rtl"] .slick-prev:before {
  content: "→";
}
.slick-next {
  right: -25px;
}
[dir="rtl"] .slick-next {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: "→";
}
[dir="rtl"] .slick-next:before {
  content: "←";
}
/* Dots */
.slick-dotted .slick-slider {
  margin-bottom: 30px;
}
.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}
#carousel-component-container {
  font-family: Antenna;
  font-style: normal;
  font-weight: 500;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  background-color: #19202a;
  max-width: 1440px;
  margin: auto;
}
.carousel-component {
  font-size: 18px;
  font-weight: 300;
  max-width: 1440px;
}
.carousel-component .category-container {
  padding-bottom: 18px;
}
.carousel-component .category-container .category {
  letter-spacing: 6.5px;
  color: #ffffff;
  font-size: 18px;
  font-weight: 300;
  margin: 0;
  display: inline;
}
.carousel-component .category-container .divider {
  padding-right: 6.5px;
  color: #52575f;
}
.carousel-component .category-container .view-option {
  font-size: 11px;
  color: #ff7800;
  text-decoration: none;
  font-weight: 500;
}
.carousel-component .category-container .view-option:hover {
  text-decoration: underline;
}
.carousel-component .chips-container {
  display: flex;
  flex-direction: row;
  flex-flow: row nowrap;
  justify-content: flex-start;
}
.carousel-component .mobile-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 500px;
  align-items: flex-start;
  margin: 0 auto;
  padding: 10px;
}
.carousel-component .mobile-container.large {
  justify-content: center;
}
.carousel-component .mobile-container.large .carousel-chip-component {
  width: 375px;
}
.carousel-component .mobile-container.large .carousel-chip-component .image-shadow,
.carousel-component .mobile-container.large .carousel-chip-component .display-image {
  width: 375px;
  height: 157px;
}
.carousel-component .mobile-container.large .carousel-chip-component .details-mobile {
  align-self: flex-end;
  padding: 10px 5px;
  left: 0px;
  margin-top: 5px;
}
.carousel-component .mobile-container.large .carousel-chip-component .details-mobile .time-display {
  font-size: 11px;
  color: #b4b4b4;
}
.carousel-component .mobile-container.large .carousel-chip-component .details-mobile .chip-name {
  font-size: 12px;
  display: none;
}
.carousel-chip-component {
  width: 264px;
  height: 148px;
  display: flex;
  box-sizing: border-box;
  flex-shrink: 0;
  flex-grow: 0;
  text-decoration: none;
  border-radius: 2px;
  position: relative;
}
.carousel-chip-component .display-image {
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  border-radius: 2px;
  overflow: hidden;
  transition: all 0.3s;
}
.carousel-chip-component .image-shadow {
  display: flex;
  flex-flow: column;
  flex: 1;
  justify-content: space-between;
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), #000000);
}
.carousel-chip-component .image-shadow.none {
  background-image: none;
}
.carousel-chip-component .tags {
  display: flex;
  font-size: 10px;
  font-weight: 700;
  color: white;
  padding: 5px 5px;
}
.carousel-chip-component .tags .tag {
  background-color: rgba(0, 0, 0, 0.7);
  padding: 1px 5px;
  margin-right: 5px;
}
.carousel-chip-component .tags .tag:last-child {
  margin-right: 0px;
}
.carousel-chip-component .favorite-icon-container {
  width: 32px;
  height: 32px;
  position: relative;
  align-self: flex-end;
  border-radius: 25px;
  background-color: rgba(212, 212, 212, 0.3);
  margin: 10px 10px 0px 0px;
}
.carousel-chip-component .favorite-icon-container .favorite-icon {
  position: absolute;
  align-self: flex-end;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.carousel-chip-component .details {
  display: flex;
  flex-flow: row;
  justify-content: space-between;
  padding: 10px 5px;
}
.carousel-chip-component .details .time-display {
  font-size: 11px;
  font-weight: 700;
  color: #ffcc00;
}
.carousel-chip-component .details .time-display.hightlight {
  color: #b4b4b4;
}
.carousel-chip-component .details .chip-name {
  font-size: 12px;
  font-weight: 700;
  color: #ffffff;
}
.carousel-chip-component .details .details-left .auth-lock {
  margin-left: -4px;
}
.carousel-chip-component .details .details-right {
  align-self: flex-end;
}
.carousel-chip-component .details .details-right .replay-length {
  background-color: rgba(0, 0, 0, 0.7);
  padding: 3px;
  opacity: 0.8;
  font-size: 10px;
  font-weight: 700;
  color: #ffffff;
}
.carousel-chip-component .highlight-container {
  width: 25px;
  height: 18px;
  position: relative;
  padding-right: 5px;
}
.carousel-chip-component .highlight-container .highlight-count {
  color: #ffffff;
  font-size: 10px;
  font-weight: 700;
  position: absolute;
  top: 4px;
  width: 28px;
  text-align: center;
}
@media (max-width: 1279px) {
  .image-shadow,
  .display-image {
    width: 292px;
    height: 164px;
    flex: none !important;
  }
  .carousel-chip-component {
    width: 292px;
    min-height: 164px;
    height: auto;
    flex-direction: column;
    margin-bottom: 2px;
  }
}
@media (max-width: 1023px) {
  .image-shadow,
  .display-image {
    width: 292px;
    height: 164px;
    flex: none !important;
  }
  .carousel-chip-component {
    width: 292px;
    min-height: 164px;
    height: auto;
  }
}
@media (max-width: 767px) {
  .carousel-chip-component {
    width: 172px;
    min-height: 96px;
    height: auto;
    position: relative;
    margin-bottom: -15px;
  }
  .carousel-chip-component .image-shadow,
  .carousel-chip-component .display-image {
    width: 172px;
    height: 96px;
    flex: none !important;
  }
  .carousel-chip-component .image-shadow .lock,
  .carousel-chip-component .display-image .lock {
    align-self: baseline;
    padding: 4px;
  }
  .carousel-chip-component .details-mobile {
    font-weight: 700;
    display: flex;
    flex-flow: column;
  }
  .carousel-chip-component .details-mobile .time-display {
    font-size: 10px;
    color: #ffcc00;
  }
  .carousel-chip-component .details-mobile .chip-name {
    font-size: 11px;
    color: #ffffff;
    min-height: 82px;
  }
  .carousel-chip-component:last-child {
    margin-bottom: 0px;
  }
  .carousel-component .category-container .category {
    letter-spacing: 5px;
    font-size: 16px;
    margin-left: 10px;
  }
}
.slick-disabled {
  display: none !important;
}
.slick-slider .slick-prev {
  width: 41px;
  height: 40px;
  left: -18px;
  z-index: 9;
  transform: scale(-1, 1) translate(0, -50%);
  opacity: 0.75;
}
.slick-slider .slick-prev:hover {
  opacity: 1;
}
.slick-slider .slick-prev:before {
  content: none;
}
.slick-slider .slick-next {
  width: 41px;
  height: 40px;
  right: -18px;
  opacity: 0.75;
}
.slick-slider .slick-next:hover {
  opacity: 1;
}
.slick-slider .slick-next:before {
  content: none;
}
.carousel-component.squares .carousel-chip-component {
  width: 148px;
}
@media (max-width: 1279px) {
  .carousel-component.squares .carousel-chip-component {
    width: 164px;
  }
}
.carousel-component.squares .mobile-container.large .carousel-chip-component {
  width: 157px;
}
.carousel-component.loading {
  height: 187px;
}
@media (max-width: 1279px) {
  .carousel-component.loading {
    height: 203px;
  }
}
.mobile-container.large {
  justify-content: center;
}
.fvs-container {
  min-height: 675px;
  /* Restart button doesn't work...needs to be hidden until it works */
}
.fvs-container a {
  text-decoration-line: none;
  color: white;
}
#gobt-channel-app,
#gobt-program-app,
#gobt-tv-schedule-app,
#gobt-events-schedule-app {
  font-family: Antenna;
  width: 100%;
  max-width: 1440px;
  padding-left: 41px;
  padding-right: 41px;
  box-sizing: border-box;
}
@media (min-width: 1440px) {
  #gobt-channel-app,
  #gobt-program-app,
  #gobt-tv-schedule-app,
  #gobt-events-schedule-app {
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
  }
}
@media (max-width: 1439px) {
  #gobt-channel-app,
  #gobt-program-app,
  #gobt-tv-schedule-app,
  #gobt-events-schedule-app {
    padding-left: 41px;
    padding-right: 41px;
    margin-top: 10px;
  }
}
@media (max-width: 1279px) {
  #gobt-channel-app,
  #gobt-program-app,
  #gobt-tv-schedule-app,
  #gobt-events-schedule-app {
    padding-left: 22px;
    padding-right: 22px;
  }
}
@media (max-width: 1023px) {
  #gobt-channel-app,
  #gobt-program-app,
  #gobt-tv-schedule-app,
  #gobt-events-schedule-app {
    padding-left: 13px;
    padding-right: 13px;
    margin-top: 25px;
  }
}
@media (max-width: 767px) {
  #gobt-channel-app,
  #gobt-program-app,
  #gobt-tv-schedule-app,
  #gobt-events-schedule-app {
    padding-left: 0px;
    padding-right: 0px;
  }
}
@media screen and (max-width: 767px) {
  #gobt-channel-app .channel-container {
    display: flex;
    flex-direction: column;
  }
  .channel-page-top {
    order: 1;
  }
  .carousel-component {
    order: 4;
  }
  .tabButtons {
    order: 2;
  }
  .liveSchedule {
    order: 3;
  }
}
@media screen and (min-width: 767px) {
  .carousel-chip-component:hover img.display-image {
    transform: scale(1.2);
  }
  .live-program:hover .chip-image {
    transform: scale(1.2);
  }
  .primeTimeGridRow:hover img {
    transform: scale(1.2);
  }
}
.carousel-component + .carousel-component,
.liveSchedule + .carousel-component,
.carousel-component + .liveSchedule {
  margin-top: 15px;
}
.page-error {
  display: flex;
  background: #282f38;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 480px;
  color: #fff;
  border-radius: 2px;
  padding: 20px;
  text-align: center;
  flex: 1;
}
.page-error .error-header {
  font-size: 40px;
  line-height: 28px;
  padding-bottom: 20px;
}
.page-error .error-content {
  font-size: 16px;
  line-height: 28px;
  padding-bottom: 20px;
}
.page-error .error-btn {
  background: #0059b5;
  width: 240px;
  height: 60px;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.page-error .error-btn a {
  cursor: pointer;
  display: block;
  color: #fff;
  text-decoration: none;
}
.page-error .error-btn:hover {
  background: #0072e8;
}
.re-air {
  font-size: 10px;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.5);
  line-height: 14px;
  font-weight: 700;
}
@font-face {
  font-family: Antenna;
  src: url(https://b.fssta.com/sta/fonts/917ebc26-70c2-413f-ae09-709f01918831-3.woff) format("woff"), url(https://b.fssta.com/sta/fonts/917ebc26-70c2-413f-ae09-709f01918831-1.ttf) format("truetype");
  font-style: normal;
  font-weight: 400;
}
@font-face {
  font-family: Antenna;
  src: url(https://b.fssta.com/sta/fonts/a875a3f9-0b56-4a09-b66e-c3033898bcd5-3.woff) format("woff"), url(https://b.fssta.com/sta/fonts/a875a3f9-0b56-4a09-b66e-c3033898bcd5-1.ttf) format("truetype");
  font-style: normal;
  font-weight: 500;
}
@font-face {
  font-family: Antenna;
  src: url(https://b.fssta.com/sta/fonts/c63f3f99-f97d-4020-9c1e-a4bf0c229416-3.woff) format("woff"), url(https://b.fssta.com/sta/fonts/c63f3f99-f97d-4020-9c1e-a4bf0c229416-1.ttf) format("truetype");
  font-style: italic;
  font-weight: 500;
}
@font-face {
  font-family: Antenna;
  src: url(https://b.fssta.com/sta/fonts/3f394e84-2940-4425-9a52-22a92e107262-3.woff) format("woff"), url(https://b.fssta.com/sta/fonts/3f394e84-2940-4425-9a52-22a92e107262-1.ttf) format("truetype");
  font-style: normal;
  font-weight: 700;
}
@font-face {
  font-family: Antenna;
  src: url(https://b.fssta.com/sta/fonts/031f39a3-3234-4656-bde4-a2b1939510ff-3.woff) format("woff"), url(https://b.fssta.com/sta/fonts/031f39a3-3234-4656-bde4-a2b1939510ff-1.ttf) format("truetype");
  font-style: normal;
  font-weight: 900;
}
.live-programs-component {
  flex-shrink: 0;
  width: 370px;
  color: #fff;
}
@media (max-width: 1475px) {
  .live-programs-component {
    margin-left: 10px;
  }
}
@media (max-width: 1279px) {
  .live-programs-component {
    width: 306px;
  }
}
@media (max-width: 1023px) {
  .live-programs-component {
    width: 288px;
  }
}
@media (max-width: 767px) {
  .live-programs-component {
    margin-left: 0px;
    width: 370px;
    margin: 0 auto;
  }
}
.live-programs {
  max-height: 520px;
  margin-bottom: 12px;
  overflow-y: scroll;
  scrollbar-width: none;
  /* Firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
.live-programs::-webkit-scrollbar {
  /* WebKit */
  width: 0;
  height: 0;
}
.live-program {
  width: 370px;
  height: 78px;
  margin-bottom: 7px;
  background-color: #1E242F;
  display: flex;
}
.live-program.is-active,
.live-program:hover {
  background-color: #282F38;
}
.live-program .image-container {
  width: 140px;
  height: 100%;
  background-size: cover;
  background-position: center;
  flex-shrink: 0;
  flex-grow: 0;
  overflow: hidden;
  box-sizing: border-box;
  position: relative;
}
.live-program .image-container .tags {
  position: relative;
  z-index: 1;
  padding: 4px;
}
.live-program .image-container .lock-icon {
  position: absolute;
  bottom: 4px;
  left: 4px;
  height: 18px;
  width: 18px;
  z-index: 1;
}
.live-program .image-container .chip-image {
  transition: all 0.3s;
  position: absolute;
  top: 0;
  width: 140px;
  height: 78px;
}
.live-program .meta-container {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  box-sizing: border-box;
  padding: 4px 10px;
}
.live-program .meta-container .meta-item + .meta-item {
  margin-top: 2px;
}
.live-program .meta-item {
  display: flex;
  align-items: center;
}
.live-program .meta-item .meta-data + .meta-data {
  margin-left: 5px;
}
.live-program .meta-title {
  font-size: 12px;
  font-weight: 700;
  text-overflow: ellipsis;
  max-height: 34px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  line-clamp: 2;
}
.live-program .bonus-available {
  color: #eda519;
  font-size: 10px;
  font-weight: 700;
}
.live-program .bonus-available img {
  width: 18px;
  height: 9px;
}
.live-program .live-badge {
  width: 29px;
  height: 13px;
  background-color: #fd7822;
  color: #fff;
  font-size: 9px;
  border-radius: 2px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.live-program .live-time {
  color: #fd7822;
  font-size: 11px;
  font-weight: 700;
}
.live-program .re-air-badge {
  font-size: 10px;
  color: #fff;
  opacity: 0.5;
  font-weight: 700;
}
.live-program:last-child {
  margin-bottom: 0;
}
.live-footer {
  display: flex;
  align-items: center;
  justify-content: center;
}
.live-more-link {
  font-size: 14px;
}
.live-more-link:hover {
  text-decoration: underline;
}
@media (max-width: 767px) {
  .live-more-link {
    display: none;
  }
}
.channel-page-top {
  width: 100%;
}
@media (min-width: 1440px) {
  .channel-page-top {
    max-width: 1440px;
  }
}
@media (min-width: 768px) {
  .channel-page-top {
    display: flex;
    justify-content: space-between;
    margin: auto;
  }
}
body.fvs-hidden-channel,
body.fvs-hidden-date {
  overflow: hidden;
}
body.fvs-hidden-channel .mobileDropdowns:before,
body.fvs-hidden-date .mobileDropdowns:before {
  content: " ";
  display: block;
  background: black;
  opacity: 0.5;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  z-index: 11;
}
.liveSchedule {
  line-height: 1;
  margin: 0;
  height: 100%;
  width: 100%;
  font-weight: 400;
  overflow-x: hidden;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
  box-sizing: border-box;
  overflow-y: hidden;
}
.liveSchedule:not(.standalone) {
  background: #10151c;
}
.liveSchedule.loading {
  height: 667px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow-y: hidden;
}
.liveSchedule .loader-wrapper.date {
  position: absolute;
  left: 50%;
  top: 50%;
}
.liveSchedule .loader-wrapper .loader {
  border-radius: 50%;
  width: 48px;
  height: 48px;
  animation: spin 1.5s linear infinite;
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.standalone .primeTimeGridContainer .event-schedule-text {
  display: none;
}
.standalone .primeTimeGridContainer .events-page-schedule-link {
  display: none;
}
.standalone .not-entitled-container {
  display: table;
  max-width: 1135px;
  width: 100%;
  height: 200px;
  border-radius: 2px;
  background-color: #282f38;
  margin: auto;
  margin-top: 20px;
  text-align: center;
}
.standalone .not-entitled-container .not-entitled {
  display: table-cell;
  vertical-align: middle;
  opacity: 0.7;
  font-size: 16px;
  font-weight: 300;
  color: #ffffff;
}
.standalone .mobileDropdowns {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}
.tv-schedule-header,
.events-schedule-header {
  max-width: 1135px;
  margin: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.events-schedule-header {
  max-width: 900px;
}
.tv-schedule-title,
.events-schedule-title {
  color: #fff;
  font-weight: 700;
  font-size: 24px;
}
a.events-schedule-link,
a.tv-schedule-link {
  color: #ff7800;
  font-size: 11px;
  text-align: right;
  cursor: pointer;
  text-decoration: none;
}
a.events-schedule-link:hover,
a.tv-schedule-link:hover {
  text-decoration: underline;
}
.scheduleGrid {
  margin: 0 auto;
  max-width: 1099px;
  position: relative;
}
.scheduleMain {
  width: 100%;
  height: 100%;
  display: inline-block;
  overflow: hidden;
}
.programGuide h2 {
  font-size: 18px;
  letter-spacing: 6.5px;
  color: #fff;
  font-weight: 300;
  text-transform: uppercase;
}
.dateDropdownContainer {
  margin: auto 0;
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-content: flex-start;
  flex-direction: column;
}
.dateDropdown {
  display: flex;
  cursor: pointer;
  overflow: hidden;
  align-items: flex-start;
  justify-content: center;
  padding-right: 2px;
  transition: opacity 0.25s;
}
.dateDropdown a {
  font-size: 16px;
  text-align: right;
  color: gray;
  margin: 0;
  transition: color 0.25s, background-color 0.25s;
  font-weight: 500;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  user-select: none;
}
.dateDropdown .dateDropdowntoggle {
  width: 23px;
  padding-right: 1px;
}
.dateDropdown .dateDropdowntoggle::after {
  content: "";
  border: solid rgba(255, 255, 255, 0.4);
  border-width: 0 2px 2px 0;
  display: flex;
  cursor: pointer;
  margin: 2px 0 0 12px;
  transition: 0.25s transform;
  width: 8px;
  height: 8px;
  transform: rotate(45deg);
  box-sizing: border-box;
}
.dateDropdownContent {
  display: flex;
  justify-content: space-between;
  align-content: center;
  align-items: center;
  height: 100%;
}
.dateContainer {
  flex-direction: column;
  position: fixed;
  top: 50%;
  bottom: auto;
  left: 0;
  width: 100%;
  height: 100vh;
  max-height: 50%;
  overflow: auto;
  overflow-x: hidden;
  display: none;
  background: #111;
  transition: opacity 0.25s;
  -ms-overflow-style: auto;
  opacity: 1;
  z-index: 1;
}
.dateContainer.active {
  display: block;
}
.dateItem {
  display: block;
  text-align: center;
  font-weight: 100;
  border-top: solid 1px rgba(255, 255, 255, 0.1);
  width: 100%;
  margin: auto;
  color: gray;
  cursor: pointer;
}
.dateContent {
  padding: 18px 0;
}
.container {
  display: inline-flex;
  flex-direction: row;
  justify-content: center;
  align-content: flex-start;
  position: relative;
  left: 0;
}
.scheduleItem {
  background-color: #282f38;
  border-radius: 6px;
  height: 70px;
  margin-right: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-left: 16px;
  text-overflow: ellipsis;
  white-space: nowrap;
  cursor: pointer;
  flex-shrink: 0;
  box-sizing: border-box;
  text-decoration: none;
}
.scheduleItem:last-child {
  border-bottom: none;
}
.scheduleItem:hover {
  background-color: rgba(255, 255, 255, 0.2);
}
.dummy {
  visibility: hidden;
}
.title {
  display: flex;
  font-size: 16px;
  font-weight: 500;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #fff;
  margin-bottom: 8px;
}
.re-air-separator {
  padding-left: 5px;
}
.subtitle {
  font-size: 14px;
  font-weight: 100;
  color: rgba(255, 255, 255, 0.5);
  text-transform: uppercase;
}
.subtitle .re-air {
  padding-left: 5px;
}
.title,
.subtitle {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  min-height: 14px;
  line-height: 1;
}
.titleContainer {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.title:only-child {
  margin: 0;
}
.titleText {
  overflow: hidden;
  padding-top: 3px;
  text-overflow: ellipsis;
}
.mobileDropdownSelector {
  position: fixed;
  width: 100vw;
  height: 100vh;
  top: 35%;
  right: 0%;
  overflow: auto;
  overflow-x: hidden;
  display: none;
  background: #111;
  transition: opacity 0.25s;
  opacity: 1;
  z-index: 22;
  flex-direction: column;
  text-align: initial;
  max-height: 288px;
}
.mobileDropdownSelector.active {
  display: block;
}
.mobileDropdownSelector::before {
  content: "SELECT CHANNEL";
  width: 100%;
  color: #fff;
  padding: 20px 0;
  text-align: center;
  position: fixed;
  background: #0059B5;
  font-size: 12px;
  letter-spacing: 1px;
  box-shadow: 0 12px 24px #111;
  margin-top: -2px;
  box-sizing: border-box;
}
.mobileDropdownSelector img {
  height: auto;
  max-width: 44px;
  max-height: 32px;
  width: auto;
}
.mobileDropdownSelector.dateSelector::before {
  content: "SELECT A DATE";
  box-sizing: border-box;
}
.mobileDropdownSelectorItem {
  display: block;
  text-align: center;
  font-weight: 100;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  width: 100%;
  margin: auto;
  color: gray;
  background: #002E56;
  cursor: pointer;
}
.mobileDropdownSelectorItem:first-child {
  padding-top: 50px;
}
.mobileDropdownSelectorContainer {
  color: #fff;
  padding: 18px 0;
}
.mobileDropdownSelectorContent {
  margin-left: 10px;
}
/** DETAIL **/
.detailContainer {
  display: flex;
  color: #fff;
  position: relative;
  z-index: 1;
  box-sizing: border-box;
}
.detailContainerLeft {
  flex-grow: 1;
  width: 100%;
  box-sizing: border-box;
}
.detailTitle {
  display: inline-block;
  max-width: 90%;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: top;
  font-size: 24px;
  font-weight: 500;
  letter-spacing: -1px;
  box-sizing: border-box;
}
.detailSubtitle {
  margin-top: 12px;
  font-size: 20px;
  box-sizing: border-box;
}
.detailInfo {
  height: 30px;
  font-size: 12px;
  line-height: 2.5;
  color: rgba(255, 255, 255, 0.4);
  box-sizing: border-box;
}
.actionButtons {
  display: inline-block;
  padding-top: 28px;
}
.actionButton {
  margin: 0 10px 0 0;
  border: 0;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
  align-items: center;
  background: #2c2c2c;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  padding: 0 24px;
  height: 47px;
  border-radius: 4px;
  cursor: pointer;
  transition: background 0.25s, color 0.25s;
  position: relative;
}
.actionButton:hover {
  color: #000;
  background: #fff;
}
.caret,
.timestamp {
  display: none;
}
@media screen and (max-width: 1098px) {
  .container {
    display: block;
    width: 100%;
  }
  .scheduleItem {
    position: relative;
    flex-direction: row;
    align-items: baseline;
    flex: 2;
    padding-top: 18px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 0;
  }
  .scheduleItem,
  .scheduleItem:hover {
    background-color: transparent;
  }
  .title {
    font-size: 14px;
    font-weight: 500;
  }
  .re-air-separator {
    display: inline-block;
  }
  .titleText {
    padding: 0 3px 0 0;
  }
  .titleContainer {
    width: calc(100% - 144px);
  }
  .subtitle {
    font-size: 14px;
    margin-top: -1px;
  }
  .subtitle .re-air {
    padding-top: 0;
    display: inline-block;
  }
  .caret {
    display: block;
  }
  .caret::before {
    content: "";
    border: solid rgba(255, 255, 255, 0.4);
    border-width: 0 2px 2px 0;
    display: flex;
    cursor: pointer;
    margin: 2px 0 0 12px;
    transition: 0.25s transform;
    width: 8px;
    height: 8px;
    transform: rotate(45deg);
    box-sizing: border-box;
  }
  .caret.open {
    position: absolute;
    top: 0;
    right: 0;
  }
  .caret.open::before {
    transform: rotate(225deg);
  }
  .timestamp {
    display: block;
    color: rgba(255, 255, 255, 0.5);
    font-size: 12px;
    font-weight: 500;
    width: 80px;
    flex-shrink: 0;
  }
  .actionButtons {
    padding: 10px 0;
  }
  .detailsOpen {
    display: block;
    height: auto;
    margin: 21px 21px 5px;
  }
  .detailContainer {
    height: auto;
  }
  .detailContainerLeft {
    padding: 16px 0;
  }
  .detailTitle {
    font-size: 20px;
    line-height: 1.3;
    padding-right: 3px;
  }
  .detailSubtitle {
    font-size: 16px;
    line-height: 1.63;
    margin: 0;
    white-space: normal;
  }
}
.scheduleGrid {
  display: block;
  opacity: 1;
  transition: opacity 0.25s ease-in-out;
}
@media screen and (max-width: 767px) {
  .dropdown {
    display: initial;
  }
  .tv-schedule-header,
  .events-schedule-header {
    align-items: flex-start;
    flex-direction: column;
  }
  .liveSchedule {
    margin-bottom: 45px;
  }
}
@media screen and (max-width: 1098px) {
  .primeTimeGridContainer .primeTimeGrid .event-schedule-text {
    display: none;
  }
  .primeTimeGridContainer .primeTimeGrid .events-page-schedule-link {
    display: none;
  }
  .scheduleGrid {
    height: auto;
    padding: 3px 0;
  }
  .tabDateLabel {
    position: absolute;
    top: 8px;
    right: calc(25% - 32px);
    color: #fff;
    font-size: 12px;
    width: 80px;
    text-align: center;
  }
  .tabButtons {
    position: relative;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.3);
    background: #10151c;
    margin-top: 16px;
  }
  .tabButtons .tab {
    color: rgba(255, 255, 255, 0.5);
    cursor: pointer;
    text-align: center;
    width: 100%;
    line-height: 48px;
    font-size: 12px;
    border-bottom: solid 1px #434343;
  }
  .tabButtons .tab.active {
    border-bottom: solid 1px #fff;
    color: #fff;
  }
  .scheduleLeft {
    display: none;
  }
  .dropdown {
    width: 100%;
    padding: 22px 0;
  }
  .mobileDropdowns {
    display: flex;
    justify-content: center;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    position: relative;
  }
  .networkDropdown,
  .mobileDateDropdown {
    margin: auto 0;
    position: relative;
    display: flex;
    justify-content: flex-start;
    align-content: flex-start;
    flex-direction: column;
    width: 100%;
    padding: 22px 0;
  }
  .mobileDropdownHeader {
    display: flex;
    cursor: pointer;
    overflow: hidden;
    align-items: flex-start;
    justify-content: center;
    padding-right: 2px;
    transition: opacity 0.25s;
  }
  .mobileDropdownHeaderContainer {
    display: flex;
    justify-content: space-between;
    align-content: center;
    align-items: center;
  }
  .mobileDropdownContent {
    text-align: right;
    margin: 0;
    transition: color 0.25s, background-color 0.25s;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    user-select: none;
    color: #fff;
    font-size: 17px;
    font-weight: 500;
  }
  .mobileDateDropdown:last-child {
    min-width: 0;
  }
  .mobileDateDropdown:last-child .mobileDropdownHeader {
    padding: 0;
  }
  .mobileDropdownLogo {
    height: auto;
    max-width: 44px;
    max-height: 32px;
    width: auto;
  }
  .mobileDropdownToggle {
    width: 23px;
    padding-right: 1px;
    margin-bottom: 5px;
  }
  .mobileDropdownToggle::after {
    content: "";
    border: solid rgba(255, 255, 255, 0.4);
    border-width: 0 2px 2px 0;
    display: flex;
    cursor: pointer;
    margin: 2px 0 0 12px;
    transition: 0.25s transform;
    width: 8px;
    height: 8px;
    transform: rotate(45deg);
    box-sizing: border-box;
  }
  .mobileDateLabel {
    position: absolute;
    top: 8px;
    right: calc(25% - 32px);
    color: #fff;
    font-size: 12px;
    width: 80px;
    text-align: center;
  }
  .dropdown {
    display: initial;
  }
}
@media screen and (min-width: 2220px) {
  .scheduleGrid {
    max-width: 1696px;
  }
}
@media screen and (min-width: 1099px) {
  .scheduleGrid {
    padding: 20px 15px 0px 15px;
    max-width: 1135px;
    margin-bottom: 25px;
  }
  .mobileDropdownLogo {
    max-width: 44px;
    max-height: 32px;
  }
  .dateDropdownContainer {
    margin: 0;
    right: 0;
    top: -16px;
    position: initial;
    width: auto;
    min-width: 0;
    height: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
  }
  .dateDropdown {
    width: 72px;
    min-width: 0;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    border: none;
    border-radius: 3px;
    margin-top: 0;
    background: #282f38;
    height: 100%;
  }
  .dateDropdown a {
    font-size: 12px;
    color: #fff;
    text-align: center;
  }
  .dateDropdown .dateDropdowntoggle {
    width: 16px;
  }
  .dateDropdown .dateDropdowntoggle::after {
    margin: -4px 0 0 8px;
    border-color: #ffffff;
    width: 6px;
    height: 6px;
    box-sizing: border-box;
  }
  .primeTimeGridContainer {
    display: flex;
    flex-direction: column;
  }
  .primeTimeGridContainer .event-schedule-text {
    width: 175px;
    height: 15px;
    font-family: Antenna;
    font-size: 12px;
    color: #ffffff;
  }
  .primeTimeGridContainer .events-page-schedule-link {
    margin-top: 35px;
    margin-bottom: 35px;
    align-self: center;
    cursor: pointer;
  }
  .primeTimeGridContainer .events-page-schedule-link:hover {
    text-decoration: underline;
  }
  .dateDropdownContent {
    width: 100%;
    padding: 0 5px;
    height: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .dateContainer {
    bottom: auto;
    right: auto;
    height: auto;
    max-height: 400px;
    overflow-x: hidden;
    overflow-y: auto;
    justify-content: flex-start;
    z-index: 11;
    display: none;
    top: 52px;
    left: -5px;
    margin: 0;
    width: 102px;
    min-width: 0;
    border: none;
    border-radius: 3px;
    padding: 4px 0;
    margin-left: 1px;
    background: #282d33;
    position: absolute;
  }
  .dateContainer.active {
    display: block;
  }
  .dateItem {
    background: #282d33;
    text-align: left;
    font-weight: 100;
    margin: auto;
    color: gray;
    cursor: pointer;
    transition: color 0.25s, background-color 0.25s;
    border: none;
  }
  .dateItem:hover {
    background-color: rgba(255, 255, 255, 0.2);
    color: #fff;
  }
  .dateContent {
    font-size: 14px;
    font-weight: 500;
    padding: 0;
    height: 28px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: calc(100% - 20px);
    white-space: nowrap;
    margin: auto;
  }
  .tabButtons {
    width: 100%;
    height: 40px;
    text-align: center;
    margin-top: 32px;
    padding-top: 32px;
    background: #10151c;
  }
  .tabButtons .tab {
    background: transparent;
    padding: 10px 36px;
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    cursor: pointer;
    border: solid 1px #dedede;
    border-radius: 0;
    border-right: none;
    transition: background 0.3s, all 0.3s;
  }
  .tabButtons .tab:first-child {
    border-radius: 4px 0 0 4px;
  }
  .tabButtons .tab:last-child {
    border-radius: 0 4px 4px 0;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    border-right: solid 1px #dedede;
  }
  .tabButtons .tab.active,
  .tabButtons .tab:hover {
    background: #fff;
    color: #000;
  }
  .timeline {
    display: flex;
    -ms-flex-align: center;
    align-items: center;
  }
  .timelineLeft {
    flex-basis: 100px;
    min-width: 100px;
    justify-content: flex-start;
    display: flex;
  }
  .timelineMain {
    width: 100%;
    height: 22px;
    margin: 18px 0;
    display: flex;
    transition: opacity 0.25s;
    position: relative;
    overflow: hidden;
  }
  .time {
    max-width: 272px;
    min-width: 272px;
    border-left: 1px solid rgba(255, 255, 255, 0.15);
    color: rgba(255, 255, 255, 0.3);
    padding: 5.4px 0 2.7px 9.45px;
    font-size: 12px;
    text-transform: uppercase;
    box-sizing: border-box;
  }
  .timelineEmptyArrow {
    width: 32px;
    height: 12px;
  }
  .timelineArrow:before {
    content: "";
    width: 12px;
    height: 12px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    margin-right: 16px;
    opacity: 0.5;
    display: flex;
    cursor: pointer;
    box-sizing: border-box;
  }
  .timelineRightArrow {
    cursor: pointer;
  }
  .timelineLeftArrow {
    cursor: pointer;
  }
  .timelineRightArrow:before {
    transform: rotate(315deg);
    box-sizing: border-box;
  }
  .timelineLeftArrow:before {
    transform: rotate(135deg);
    margin-right: 8px;
    box-sizing: border-box;
  }
  .scheduleRow {
    width: 100%;
    margin-bottom: 20px;
    height: 70px;
    min-height: 70px;
    display: inline-flex;
    -webkit-transition: height 0.5s ease-out, margin-bottom 0.5s ease-out;
    -moz-transition: height 0.5s ease-out, margin-bottom 0.5s ease-out;
    -ms-transition: height 0.5s ease-out, margin-bottom 0.5s ease-out;
    -o-transition: height 0.5s ease-out, margin-bottom 0.5s ease-out;
    transition: height 0.5s ease-out, margin-bottom 0.5s ease-out;
  }
  .scheduleLeft {
    display: flex;
    min-width: 100px;
    vertical-align: middle;
    white-space: nowrap;
    height: 70px;
    justify-content: flex-start;
    align-items: center;
  }
  .networkLogo {
    opacity: 0.3;
    margin: auto 0;
    height: auto;
    width: 44px;
    vertical-align: middle;
  }
  .currentChannel::after {
    content: '';
    width: 7px;
    height: 7px;
    background: #ff0000;
    margin: auto auto auto 16px;
    border-radius: 16px;
    display: flex;
    cursor: pointer;
    box-sizing: border-box;
  }
  .scheduleLeft .networkLogo:hover {
    cursor: pointer;
    opacity: 1;
  }
  .scheduleItemWrapper {
    width: calc(100% - 100px);
  }
}
.currentTimer {
  width: 272px;
  margin-left: 100px;
  position: absolute;
  height: calc(100% - 84px);
  top: 64px;
  pointer-events: none;
}
.currentTimerArrow {
  padding-bottom: 8px;
  margin-left: -6px;
  position: relative;
  overflow: hidden;
  transform-origin: 0 100%;
  transition: left 1s;
  width: 16px;
}
.currentTimerArrow:before {
  content: "";
  position: absolute;
  top: 0;
  left: 1px;
  height: 100%;
  background-color: #0981e1;
  background-size: cover;
  background-position: center top;
  transform-origin: 0% 0%;
  transform: scale(1, 1.25) rotate(-45deg);
  transition: left 1s;
  padding: 0;
  width: 8px;
  margin: auto;
}
.currentTimerLine {
  position: absolute;
  border-left: 1px solid #0981e1;
  left: 0;
  top: 0;
  bottom: 0;
  transition: left 1s;
}
/*---------------------------*/
@media screen and (min-width: 1099px) {
  .primeTimeGridImageContainer {
    width: calc(50% - 16px);
    display: inline-block !important;
    vertical-align: top;
  }
  .primeTimeGridImage {
    display: block !important;
  }
  .primeTimeGridTime {
    display: flex !important;
  }
  .mobileTime {
    display: none !important;
  }
  .primeTimeGridDetails {
    width: calc(50% - 16px);
    display: inline-block !important;
    vertical-align: top;
  }
  .primeTimeGridImageContainer {
    width: 260px;
    height: 146px;
    pointer-events: none;
    cursor: default;
    position: relative;
    display: block;
  }
}
.primeTimeGridContainer {
  margin: 0 auto;
  max-width: 900px;
  margin-top: 37px;
}
.primeTimeGridDateHeader {
  margin: 33px 0;
}
.primeTimeGridToday {
  font-size: 18px;
  letter-spacing: 6.5px;
  color: #fff;
  display: block;
  text-transform: uppercase;
  margin-bottom: 4px;
  font-weight: 300;
}
.primeTimeGridRow {
  width: 100%;
  display: flex;
  margin-bottom: 10px;
  align-items: center;
  background: #282f38;
  text-decoration: none;
}
.primeTimeGridRow img {
  transition: all 0.3s;
}
.primeTimeGridRow:hover img {
  transform: scale(1.2);
}
.primeTimeGridTileContainer,
.primeTimeGridTile {
  display: inline-block;
  flex-grow: 2;
  width: 930px;
}
.primeTimeGridTile {
  color: #fff;
  display: flex;
  align-items: center;
  position: relative;
  text-align: left;
  letter-spacing: 0;
  width: 100%;
}
.primeTimeGridTime {
  display: none;
  width: 140px;
  vertical-align: top;
  font-size: 20px;
  color: #fff;
}
.primeTimeGridTimespan {
  width: 100%;
}
.primeTimeGridImageContainer {
  width: 260px;
  height: 146px;
  pointer-events: none;
  cursor: default;
  position: relative;
  display: block;
  overflow: hidden;
}
.primeTimeGridImage {
  display: none;
}
.primeTimeGridImage img {
  position: absolute;
  top: 0;
  height: auto;
  display: block;
  width: 100%;
}
.primeTimeGridImage .tags {
  position: relative;
  padding: 5px 5px;
  z-index: 1;
}
.primeTimeGridImage .tags .tag {
  line-height: normal;
  margin-right: 5px;
}
.mobileTime {
  display: block;
}
.primeTimeGridDetails {
  padding-left: 20px;
  width: calc(100% - 290px);
  box-sizing: border-box;
}
.primeTimeGridDetails .re-air {
  padding: 5px 0 0 0;
}
.primeTimeGridTitle {
  width: 100%;
  font-size: 20px;
  letter-spacing: 0;
  font-weight: 700;
  margin: 0;
  color: #fff;
}
@media screen and (max-width: 1099px) {
  .primeTimeGridImageContainer {
    width: 100px;
    max-width: 100px;
    min-width: 100px;
    height: auto;
    text-align: center;
    display: inline-block;
    font-size: 12px;
    opacity: 0.5;
    padding: 12px 0;
  }
  .primeTimeGridDetails {
    display: inline-block;
    margin-top: 0;
    width: auto;
    padding: 20px 0;
  }
  .primeTimeGridDetails .primeTimeGridTitle {
    font-size: 14px;
  }
  .primeTimeGridContainer {
    margin-top: 0;
  }
  .primeTimeGridRow {
    margin: 0;
    border-bottom: solid 1px rgba(255, 255, 255, 0.1);
    background: none;
  }
  .primeTimeGridDateHeader {
    text-align: center;
  }
  .primeTimeGridTile {
    display: flex;
  }
}
.video-social-bar-container {
  display: flex;
  margin-bottom: 58px;
}
@media (max-width: 1023px) {
  .video-social-bar-container {
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .video-social-bar-container {
    margin-bottom: 0px;
  }
}
a.video-social-bar-button {
  display: inline-flex;
  position: relative;
  width: 70px;
  height: 38px;
  margin: 0 15px 0 0;
  padding: 0 0 0 10px;
  border-radius: 2px;
  color: #fff;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-size: 9px;
  text-transform: uppercase;
  color: white;
}
a.video-social-bar-button .icon {
  margin-right: 10px;
}
a.video-social-bar-button.share-facebook {
  background-color: #385597;
}
a.video-social-bar-button.share-facebook .icon_share-facebook {
  width: 19px;
  height: 19px;
  background-image: url(https://b.fssta.com/uploads/application/video-streaming/icons/facebook.svg);
  background-size: 100%;
}
a.video-social-bar-button.share-url {
  background-color: #0074ff;
}
a.video-social-bar-button.share-url .icon_share-url {
  width: 19px;
  height: 19px;
  background-image: url(https://b.fssta.com/sta/images/ic-url-link.svg);
  background-size: 100%;
}
a.video-social-bar-button.share-url[data-social-tooltip]:hover::before {
  display: block;
  align-items: center;
  justify-content: center;
  content: "";
  position: absolute;
  left: 50%;
  border-width: 4px 6px 0;
  border-style: solid;
  border-color: rgba(0, 0, 0, 0.8) transparent transparent;
  z-index: 100;
  margin-top: 5px;
  width: 2px;
  top: 100%;
  transform: translateX(-50%) translatey(-100%) rotate(-180deg);
}
a.video-social-bar-button.share-url[data-social-tooltip]:hover::after {
  content: attr(data-social-tooltip);
  position: absolute !important;
  left: 50% !important;
  background: rgba(0, 0, 0, 0.8);
  text-align: center;
  color: #fff;
  padding: 5px;
  font-size: 12px;
  border-radius: 2px;
  pointer-events: none;
  margin-top: 5px;
  z-index: 100;
  top: 100% !important;
  transform: translateX(-50%) translateY(0);
  white-space: nowrap;
  text-transform: none;
}
a.video-social-bar-button.share-email {
  background-color: #3e4755;
}
a.video-social-bar-button.share-email .icon_share-email {
  width: 18px;
  height: 14px;
  background-image: url(https://b.fssta.com/sta/images/ic-email.svg);
  background-size: 100%;
}
.tags {
  display: flex;
  font-size: 10px;
  font-weight: 700;
  color: white;
}
.tags .tag {
  background-color: rgba(0, 0, 0, 0.7);
  padding: 1px 5px;
  border-radius: 2px;
}
body {
  background: #19202a;
}
@media screen and (max-width: 1098px) {
  .mobile-text-hide {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .vid-time,
  .vid-title,
  .vid-desc,
  .video-social-bar-container {
    margin-left: 10px;
  }
  .help-link {
    margin-right: 10px;
  }
}
.video-component {
  margin-bottom: 30px;
  flex-shrink: 0;
  width: 100%;
}
@media (min-width: 980px) {
  .video-component {
    width: 980px;
  }
}
.video-component .h1-text {
  display: none;
}
.video-component .vid-title {
  margin-top: 3px;
  font-size: 24px;
  font-weight: 700;
  color: #ffffff;
}
.video-component .vid-title.loading {
  width: 160px;
  height: 18px;
  background-color: #1e242f;
}
.video-component .vid-time {
  margin-top: 9px;
  font-size: 14px;
  font-weight: 700;
  color: white;
  display: flex;
  align-content: center;
  align-items: center;
  height: 14px;
}
.video-component .vid-time.loading {
  width: 360px;
  height: 18px;
  background-color: #1e242f;
}
.video-component .vid-call-sign {
  width: 30px;
}
.video-component .vid-call-sign.digital {
  width: 20px;
}
.video-component .live-badge {
  padding-left: 4px;
  padding-right: 4px;
  height: 13px;
  background-color: #fd7822;
  color: #fff;
  font-size: 9px;
  border-radius: 2px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.video-component .live-time {
  color: #fd7822;
  font-size: 11px;
  font-weight: 700;
}
.video-component h1.vid-call-sign {
  margin: 0;
  font-size: 1em;
  margin-inline-end: 0;
  margin-block-start: 0;
  font-weight: 500;
  margin-block-end: 0;
  display: inline-block;
  height: 14px;
}
.video-component .vid-call-sign + .live-badge,
.video-component .live-badge + .live-time,
.video-component .vid-call-sign + .upcoming-time,
.video-component .live-badge + .upcoming-time {
  margin-left: 5px;
}
.video-component .vid-desc {
  margin-top: 9px;
  opacity: 0.5;
  font-size: 13px;
  font-weight: 500;
  color: white;
}
.video-component .vid-desc.loading {
  width: 360px;
  height: 18px;
  background-color: #1e242f;
}
.video-component .vid-promo {
  background: #282e37;
  color: rgba(255, 255, 255, 0.6);
  font-size: 12px;
  margin: -20px 0 20px;
}
.video-component .vid-promo .vid-promo-link {
  display: inline-block;
  border: solid 1px #575b5d;
  color: #fff;
  background: #191f2a;
  border-radius: 4px;
  padding: 9px 0;
  width: 148px;
  text-align: center;
  margin: 10px 16px;
  cursor: pointer;
  font-weight: 700;
}
.video-component .vid-promo .vid-promo-link .vid-promo-link-icon {
  border: solid 1px #fff;
  border-radius: 10px;
  height: 18px;
  width: 18px;
  margin: auto;
  display: inline-block;
  margin-right: 10px;
}
.video-component .vid-promo .vid-promo-link .vid-promo-link-icon .triangle {
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 5px solid #fff;
  display: inline-block;
  margin: 4px 0 0 2px;
}
.video-component .vid-promo .vid-promo-link:hover {
  background: #101621;
}
.video-component .video-social-bar-container {
  margin-top: 20px;
}
.video-component .vid-message {
  margin-top: 4px;
  width: 100%;
  height: 44px;
  border-radius: 2px;
  color: white;
  border: solid 1px rgba(255, 255, 255, 0.1);
  background-color: rgba(255, 255, 255, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
}
.video-container {
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  margin-bottom: 20px;
}
.video-container .cta-btn {
  border-radius: 3px;
  background-color: rgba(255, 255, 255, 0.15);
  font-weight: 500;
  font-size: 12px;
  letter-spacing: 0;
  display: inline-flex;
  justify-content: center;
  align-content: center;
  align-items: center;
  padding: 12px;
}
.video-container .cta-replay {
  position: relative;
  color: #002e56;
  font-size: 12px;
  font-weight: 700;
  background-color: white;
  width: 120px;
  padding-left: 30px;
  height: 38px;
  display: inline-flex;
  justify-content: center;
  align-content: center;
  align-items: center;
  cursor: pointer;
}
.video-container .cta-replay::before {
  position: absolute;
  left: 10px;
  top: 9px;
  border-radius: 50%;
  height: 20px;
  width: 20px;
  background-color: #0e3a60;
  content: " ";
  display: block;
}
.video-container .cta-replay::after {
  background-image: url(https://b.fssta.com/uploads/application/video-streaming/icons/player-play.svg);
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  width: 20px;
  height: 20px;
  content: " ";
  display: block;
  left: 10px;
  top: 8px;
  background-size: cover;
}
.video-container .cta-login {
  position: relative;
  font-size: 17px;
  font-weight: 700;
  cursor: pointer;
}
.video-container .cta-login::before {
  background-image: url(https://b.fssta.com/uploads/application/video-streaming/icons/key.svg);
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  width: 24px;
  height: 100%;
  content: " ";
  display: block;
  left: -26px;
  top: 0;
}
.video-container .choose-btn {
  width: 232px;
  height: 50px;
  background-color: rgba(255, 255, 255, 0.2);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-left: 48px;
  position: relative;
  font-size: 14px;
  font-weight: 500;
}
.video-container .choose-btn::before {
  content: " ";
  display: block;
  height: 48px;
  width: 48px;
  position: absolute;
  left: 0px;
  top: 0;
}
.video-container .choose-btn.choose-live::before {
  background-image: url(https://b.fssta.com/uploads/application/video-streaming/icons/player-play.svg);
}
.video-container .choose-btn.choose-restart::before {
  background-image: url(https://b.fssta.com/uploads/application/video-streaming/icons/player-restart.svg);
}
.video-container .choose-btn + .choose-btn {
  margin-top: 22px;
}
.video-container .choose-btn + .save-pref {
  margin-top: 50px;
}
.video-container .save-pref {
  font-size: 12px;
  font-weight: 500;
  opacity: 0.5;
  display: flex;
}
.video-container .video-overlay {
  font-size: 24px;
  font-weight: 700;
  color: white;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  left: 0;
}
.video-container .fs-player {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.video-container .countdown-component {
  color: #ffcc00;
}
.video-container.not-found {
  background-color: #2c394c;
  text-align: center;
}
.video-container.not-found .video-overlay {
  background-color: #2c394c;
}
.video-container .not-found-logo-container {
  position: absolute;
  bottom: 5%;
  height: 20%;
  width: 100%;
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
  align-content: center;
}
.video-container .not-found-logo {
  height: 100%;
  opacity: 0.15;
}
.video-container.loading {
  display: flex;
  align-items: center;
  justify-content: center;
}
.video-container.loading-server {
  padding-bottom: 56%;
  height: auto;
}
.video-container .loader-wrapper .loader {
  border-radius: 50%;
  width: 48px;
  height: 48px;
  animation: spin 1.5s linear infinite;
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.video-container .help-link {
  position: absolute;
  bottom: -20px;
  right: 0;
  font-size: 11px;
  font-weight: 500;
  text-decoration: underline;
}
