/*!
 * Bootstrap v3.3.5 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
.btn-default,
.btn-primary,
.btn-success,
.btn-info,
.btn-warning,
.btn-danger {
  text-shadow: 0 -1px 0 rgba(0, 0, 0, .2);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 1px rgba(0, 0, 0, .075);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 1px rgba(0, 0, 0, .075);
}
.btn-default:active,
.btn-primary:active,
.btn-success:active,
.btn-info:active,
.btn-warning:active,
.btn-danger:active,
.btn-default.active,
.btn-primary.active,
.btn-success.active,
.btn-info.active,
.btn-warning.active,
.btn-danger.active {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
          box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
}
.btn-default.disabled,
.btn-primary.disabled,
.btn-success.disabled,
.btn-info.disabled,
.btn-warning.disabled,
.btn-danger.disabled,
.btn-default[disabled],
.btn-primary[disabled],
.btn-success[disabled],
.btn-info[disabled],
.btn-warning[disabled],
.btn-danger[disabled],
fieldset[disabled] .btn-default,
fieldset[disabled] .btn-primary,
fieldset[disabled] .btn-success,
fieldset[disabled] .btn-info,
fieldset[disabled] .btn-warning,
fieldset[disabled] .btn-danger {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.btn-default .badge,
.btn-primary .badge,
.btn-success .badge,
.btn-info .badge,
.btn-warning .badge,
.btn-danger .badge {
  text-shadow: none;
}
.btn:active,
.btn.active {
  background-image: none;
}
.btn-default {
  text-shadow: 0 1px 0 #fff;
  background-image: -webkit-linear-gradient(top, #fff 0%, #e0e0e0 100%);
  background-image:      -o-linear-gradient(top, #fff 0%, #e0e0e0 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#e0e0e0));
  background-image:         linear-gradient(to bottom, #fff 0%, #e0e0e0 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe0e0e0', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-repeat: repeat-x;
  border-color: #dbdbdb;
  border-color: #ccc;
}
.btn-default:hover,
.btn-default:focus {
  background-color: #e0e0e0;
  background-position: 0 -15px;
}
.btn-default:active,
.btn-default.active {
  background-color: #e0e0e0;
  border-color: #dbdbdb;
}
.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
  background-color: #e0e0e0;
  background-image: none;
}
.btn-primary {
  background-image: -webkit-linear-gradient(top, #337ab7 0%, #265a88 100%);
  background-image:      -o-linear-gradient(top, #337ab7 0%, #265a88 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#337ab7), to(#265a88));
  background-image:         linear-gradient(to bottom, #337ab7 0%, #265a88 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff265a88', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-repeat: repeat-x;
  border-color: #245580;
}
.btn-primary:hover,
.btn-primary:focus {
  background-color: #265a88;
  background-position: 0 -15px;
}
.btn-primary:active,
.btn-primary.active {
  background-color: #265a88;
  border-color: #245580;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #265a88;
  background-image: none;
}
.btn-success {
  background-image: -webkit-linear-gradient(top, #5cb85c 0%, #419641 100%);
  background-image:      -o-linear-gradient(top, #5cb85c 0%, #419641 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#5cb85c), to(#419641));
  background-image:         linear-gradient(to bottom, #5cb85c 0%, #419641 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5cb85c', endColorstr='#ff419641', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-repeat: repeat-x;
  border-color: #3e8f3e;
}
.btn-success:hover,
.btn-success:focus {
  background-color: #419641;
  background-position: 0 -15px;
}
.btn-success:active,
.btn-success.active {
  background-color: #419641;
  border-color: #3e8f3e;
}
.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled.focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success.focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
  background-color: #419641;
  background-image: none;
}
.btn-info {
  background-image: -webkit-linear-gradient(top, #5bc0de 0%, #2aabd2 100%);
  background-image:      -o-linear-gradient(top, #5bc0de 0%, #2aabd2 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#5bc0de), to(#2aabd2));
  background-image:         linear-gradient(to bottom, #5bc0de 0%, #2aabd2 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff2aabd2', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-repeat: repeat-x;
  border-color: #28a4c9;
}
.btn-info:hover,
.btn-info:focus {
  background-color: #2aabd2;
  background-position: 0 -15px;
}
.btn-info:active,
.btn-info.active {
  background-color: #2aabd2;
  border-color: #28a4c9;
}
.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled.focus,
.btn-info[disabled].focus,
fieldset[disabled] .btn-info.focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
  background-color: #2aabd2;
  background-image: none;
}
.btn-warning {
  background-image: -webkit-linear-gradient(top, #f0ad4e 0%, #eb9316 100%);
  background-image:      -o-linear-gradient(top, #f0ad4e 0%, #eb9316 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f0ad4e), to(#eb9316));
  background-image:         linear-gradient(to bottom, #f0ad4e 0%, #eb9316 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff0ad4e', endColorstr='#ffeb9316', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-repeat: repeat-x;
  border-color: #e38d13;
}
.btn-warning:hover,
.btn-warning:focus {
  background-color: #eb9316;
  background-position: 0 -15px;
}
.btn-warning:active,
.btn-warning.active {
  background-color: #eb9316;
  border-color: #e38d13;
}
.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled.focus,
.btn-warning[disabled].focus,
fieldset[disabled] .btn-warning.focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
  background-color: #eb9316;
  background-image: none;
}
.btn-danger {
  background-image: -webkit-linear-gradient(top, #d9534f 0%, #c12e2a 100%);
  background-image:      -o-linear-gradient(top, #d9534f 0%, #c12e2a 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#d9534f), to(#c12e2a));
  background-image:         linear-gradient(to bottom, #d9534f 0%, #c12e2a 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9534f', endColorstr='#ffc12e2a', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-repeat: repeat-x;
  border-color: #b92c28;
}
.btn-danger:hover,
.btn-danger:focus {
  background-color: #c12e2a;
  background-position: 0 -15px;
}
.btn-danger:active,
.btn-danger.active {
  background-color: #c12e2a;
  border-color: #b92c28;
}
.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled.focus,
.btn-danger[disabled].focus,
fieldset[disabled] .btn-danger.focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
  background-color: #c12e2a;
  background-image: none;
}
.thumbnail,
.img-thumbnail {
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .075);
          box-shadow: 0 1px 2px rgba(0, 0, 0, .075);
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  /* background-color: #e8e8e8;
  background-image: -webkit-linear-gradient(top, #f5f5f5 0%, #e8e8e8 100%);
  background-image:      -o-linear-gradient(top, #f5f5f5 0%, #e8e8e8 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f5f5f5), to(#e8e8e8));
  background-image:         linear-gradient(to bottom, #f5f5f5 0%, #e8e8e8 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#ffe8e8e8', GradientType=0);
  background-repeat: repeat-x; */
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  background-color: #1A1A3B!important;
  background-image: -webkit-linear-gradient(top, #1A1A3B 0%, #1A1A3B 100%);
  background-image:      -o-linear-gradient(top, #1A1A3B 0%, #1A1A3B 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#1A1A3B), to(#1A1A3B));
  background-image:         linear-gradient(to bottom, #1A1A3B 0%, #1A1A3B 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff2e6da4', GradientType=0);
  background-repeat: repeat-x;
}
.navbar-default {
  /* background-image: -webkit-linear-gradient(top, #fff 0%, #f8f8f8 100%);
  background-image:      -o-linear-gradient(top, #fff 0%, #f8f8f8 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#f8f8f8));
  background-image:         linear-gradient(to bottom, #fff 0%, #f8f8f8 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fff8f8f8', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-repeat: repeat-x;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 5px rgba(0, 0, 0, .075);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 5px rgba(0, 0, 0, .075); */
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .active > a {
  /* background-image: -webkit-linear-gradient(top, #dbdbdb 0%, #e2e2e2 100%);
  background-image:      -o-linear-gradient(top, #dbdbdb 0%, #e2e2e2 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#dbdbdb), to(#e2e2e2));
  background-image:         linear-gradient(to bottom, #dbdbdb 0%, #e2e2e2 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdbdbdb', endColorstr='#ffe2e2e2', GradientType=0);
  background-repeat: repeat-x;
  -webkit-box-shadow: inset 0 3px 9px rgba(0, 0, 0, .075);
          box-shadow: inset 0 3px 9px rgba(0, 0, 0, .075); */
}
.navbar-brand,
.navbar-nav > li > a {
  text-shadow: 0 1px 0 rgba(255, 255, 255, .25);
}
.navbar-inverse {
  background-image: -webkit-linear-gradient(top, #3c3c3c 0%, #222 100%);
  background-image:      -o-linear-gradient(top, #3c3c3c 0%, #222 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#3c3c3c), to(#222));
  background-image:         linear-gradient(to bottom, #3c3c3c 0%, #222 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff3c3c3c', endColorstr='#ff222222', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-repeat: repeat-x;
  border-radius: 4px;
}
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .active > a {
  background-image: -webkit-linear-gradient(top, #080808 0%, #0f0f0f 100%);
  background-image:      -o-linear-gradient(top, #080808 0%, #0f0f0f 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#080808), to(#0f0f0f));
  background-image:         linear-gradient(to bottom, #080808 0%, #0f0f0f 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff080808', endColorstr='#ff0f0f0f', GradientType=0);
  background-repeat: repeat-x;
  -webkit-box-shadow: inset 0 3px 9px rgba(0, 0, 0, .25);
          box-shadow: inset 0 3px 9px rgba(0, 0, 0, .25);
}
.navbar-inverse .navbar-brand,
.navbar-inverse .navbar-nav > li > a {
  text-shadow: 0 -1px 0 rgba(0, 0, 0, .25);
}
.navbar-static-top,
.navbar-fixed-top,
.navbar-fixed-bottom {
  border-radius: 0;
}
@media (max-width: 767px) {
  .navbar .navbar-nav .open .dropdown-menu > .active > a,
  .navbar .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #fff;
    background-image: -webkit-linear-gradient(top, #337ab7 0%, #2e6da4 100%);
    background-image:      -o-linear-gradient(top, #337ab7 0%, #2e6da4 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#337ab7), to(#2e6da4));
    background-image:         linear-gradient(to bottom, #337ab7 0%, #2e6da4 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff2e6da4', GradientType=0);
    background-repeat: repeat-x;
  }
}
.alert {
  text-shadow: 0 1px 0 rgba(255, 255, 255, .2);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .25), 0 1px 2px rgba(0, 0, 0, .05);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, .25), 0 1px 2px rgba(0, 0, 0, .05);
}
.alert-success {
  background-image: -webkit-linear-gradient(top, #dff0d8 0%, #c8e5bc 100%);
  background-image:      -o-linear-gradient(top, #dff0d8 0%, #c8e5bc 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#dff0d8), to(#c8e5bc));
  background-image:         linear-gradient(to bottom, #dff0d8 0%, #c8e5bc 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdff0d8', endColorstr='#ffc8e5bc', GradientType=0);
  background-repeat: repeat-x;
  border-color: #b2dba1;
}
.alert-info {
  background-image: -webkit-linear-gradient(top, #d9edf7 0%, #b9def0 100%);
  background-image:      -o-linear-gradient(top, #d9edf7 0%, #b9def0 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#d9edf7), to(#b9def0));
  background-image:         linear-gradient(to bottom, #d9edf7 0%, #b9def0 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9edf7', endColorstr='#ffb9def0', GradientType=0);
  background-repeat: repeat-x;
  border-color: #9acfea;
}
.alert-warning {
  background-image: -webkit-linear-gradient(top, #fcf8e3 0%, #f8efc0 100%);
  background-image:      -o-linear-gradient(top, #fcf8e3 0%, #f8efc0 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fcf8e3), to(#f8efc0));
  background-image:         linear-gradient(to bottom, #fcf8e3 0%, #f8efc0 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffcf8e3', endColorstr='#fff8efc0', GradientType=0);
  background-repeat: repeat-x;
  border-color: #f5e79e;
}
.alert-danger {
  background-image: -webkit-linear-gradient(top, #f2dede 0%, #e7c3c3 100%);
  background-image:      -o-linear-gradient(top, #f2dede 0%, #e7c3c3 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f2dede), to(#e7c3c3));
  background-image:         linear-gradient(to bottom, #f2dede 0%, #e7c3c3 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff2dede', endColorstr='#ffe7c3c3', GradientType=0);
  background-repeat: repeat-x;
  border-color: #dca7a7;
}
.progress {
  background-image: -webkit-linear-gradient(top, #ebebeb 0%, #f5f5f5 100%);
  background-image:      -o-linear-gradient(top, #ebebeb 0%, #f5f5f5 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ebebeb), to(#f5f5f5));
  background-image:         linear-gradient(to bottom, #ebebeb 0%, #f5f5f5 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffebebeb', endColorstr='#fff5f5f5', GradientType=0);
  background-repeat: repeat-x;
}
.progress-bar {
  background-image: -webkit-linear-gradient(top, #337ab7 0%, #286090 100%);
  background-image:      -o-linear-gradient(top, #337ab7 0%, #286090 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#337ab7), to(#286090));
  background-image:         linear-gradient(to bottom, #337ab7 0%, #286090 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff286090', GradientType=0);
  background-repeat: repeat-x;
}
.progress-bar-success {
  background-image: -webkit-linear-gradient(top, #5cb85c 0%, #449d44 100%);
  background-image:      -o-linear-gradient(top, #5cb85c 0%, #449d44 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#5cb85c), to(#449d44));
  background-image:         linear-gradient(to bottom, #5cb85c 0%, #449d44 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5cb85c', endColorstr='#ff449d44', GradientType=0);
  background-repeat: repeat-x;
}
.progress-bar-info {
  background-image: -webkit-linear-gradient(top, #5bc0de 0%, #31b0d5 100%);
  background-image:      -o-linear-gradient(top, #5bc0de 0%, #31b0d5 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#5bc0de), to(#31b0d5));
  background-image:         linear-gradient(to bottom, #5bc0de 0%, #31b0d5 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff31b0d5', GradientType=0);
  background-repeat: repeat-x;
}
.progress-bar-warning {
  background-image: -webkit-linear-gradient(top, #f0ad4e 0%, #ec971f 100%);
  background-image:      -o-linear-gradient(top, #f0ad4e 0%, #ec971f 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f0ad4e), to(#ec971f));
  background-image:         linear-gradient(to bottom, #f0ad4e 0%, #ec971f 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff0ad4e', endColorstr='#ffec971f', GradientType=0);
  background-repeat: repeat-x;
}
.progress-bar-danger {
  background-image: -webkit-linear-gradient(top, #d9534f 0%, #c9302c 100%);
  background-image:      -o-linear-gradient(top, #d9534f 0%, #c9302c 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#d9534f), to(#c9302c));
  background-image:         linear-gradient(to bottom, #d9534f 0%, #c9302c 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9534f', endColorstr='#ffc9302c', GradientType=0);
  background-repeat: repeat-x;
}
.progress-bar-striped {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image:      -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image:         linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
}
.list-group {
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .075);
          box-shadow: 0 1px 2px rgba(0, 0, 0, .075);
}
.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
  text-shadow: 0 -1px 0 #286090;
  background-image: -webkit-linear-gradient(top, #337ab7 0%, #2b669a 100%);
  background-image:      -o-linear-gradient(top, #337ab7 0%, #2b669a 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#337ab7), to(#2b669a));
  background-image:         linear-gradient(to bottom, #337ab7 0%, #2b669a 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff2b669a', GradientType=0);
  background-repeat: repeat-x;
  border-color: #2b669a;
}
.list-group-item.active .badge,
.list-group-item.active:hover .badge,
.list-group-item.active:focus .badge {
  text-shadow: none;
}
.panel {
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .05);
          box-shadow: 0 1px 2px rgba(0, 0, 0, .05);
}
.panel-default > .panel-heading {
  background-image: -webkit-linear-gradient(top, #f5f5f5 0%, #e8e8e8 100%);
  background-image:      -o-linear-gradient(top, #f5f5f5 0%, #e8e8e8 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f5f5f5), to(#e8e8e8));
  background-image:         linear-gradient(to bottom, #f5f5f5 0%, #e8e8e8 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#ffe8e8e8', GradientType=0);
  background-repeat: repeat-x;
}
.panel-primary > .panel-heading {
  background-image: -webkit-linear-gradient(top, #337ab7 0%, #2e6da4 100%);
  background-image:      -o-linear-gradient(top, #337ab7 0%, #2e6da4 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#337ab7), to(#2e6da4));
  background-image:         linear-gradient(to bottom, #337ab7 0%, #2e6da4 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff2e6da4', GradientType=0);
  background-repeat: repeat-x;
}
.panel-success > .panel-heading {
  background-image: -webkit-linear-gradient(top, #dff0d8 0%, #d0e9c6 100%);
  background-image:      -o-linear-gradient(top, #dff0d8 0%, #d0e9c6 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#dff0d8), to(#d0e9c6));
  background-image:         linear-gradient(to bottom, #dff0d8 0%, #d0e9c6 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdff0d8', endColorstr='#ffd0e9c6', GradientType=0);
  background-repeat: repeat-x;
}
.panel-info > .panel-heading {
  background-image: -webkit-linear-gradient(top, #d9edf7 0%, #c4e3f3 100%);
  background-image:      -o-linear-gradient(top, #d9edf7 0%, #c4e3f3 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#d9edf7), to(#c4e3f3));
  background-image:         linear-gradient(to bottom, #d9edf7 0%, #c4e3f3 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9edf7', endColorstr='#ffc4e3f3', GradientType=0);
  background-repeat: repeat-x;
}
.panel-warning > .panel-heading {
  background-image: -webkit-linear-gradient(top, #fcf8e3 0%, #faf2cc 100%);
  background-image:      -o-linear-gradient(top, #fcf8e3 0%, #faf2cc 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fcf8e3), to(#faf2cc));
  background-image:         linear-gradient(to bottom, #fcf8e3 0%, #faf2cc 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffcf8e3', endColorstr='#fffaf2cc', GradientType=0);
  background-repeat: repeat-x;
}
.panel-danger > .panel-heading {
  background-image: -webkit-linear-gradient(top, #f2dede 0%, #ebcccc 100%);
  background-image:      -o-linear-gradient(top, #f2dede 0%, #ebcccc 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f2dede), to(#ebcccc));
  background-image:         linear-gradient(to bottom, #f2dede 0%, #ebcccc 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff2dede', endColorstr='#ffebcccc', GradientType=0);
  background-repeat: repeat-x;
}
.well {
  background-image: -webkit-linear-gradient(top, #e8e8e8 0%, #f5f5f5 100%);
  background-image:      -o-linear-gradient(top, #e8e8e8 0%, #f5f5f5 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#e8e8e8), to(#f5f5f5));
  background-image:         linear-gradient(to bottom, #e8e8e8 0%, #f5f5f5 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe8e8e8', endColorstr='#fff5f5f5', GradientType=0);
  background-repeat: repeat-x;
  border-color: #dcdcdc;
  -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, .05), 0 1px 0 rgba(255, 255, 255, .1);
          box-shadow: inset 0 1px 3px rgba(0, 0, 0, .05), 0 1px 0 rgba(255, 255, 255, .1);
}
/*# sourceMappingURL=bootstrap-theme.css.map */


.contentPlayer { position:relative; width: 432px; height: 243px; cursor:pointer; background-color: #000;z-index: 10000; }



@media (min-width: 992px) {
    .contentPlayer { position:relative; width: 528px; height: 297px; cursor:pointer; background-color: #000; }
}



/*==== MISC =====*/

.slick-disabled{
    opacity: .25;
}


/* 
BOOTSTRAP OVERRIDE FOR SMALL SCREENS
    use class col-xxs-[X]  where [X] is col size
*/

@media (max-width: 480px) {
.col-xxs-1,.col-xxs-2,.col-xxs-3,.col-xxs-4,.col-xxs-5,.col-xxs-6,.col-xxs-7,.col-xxs-8,.col-xxs-9,.col-xxs-10,.col-xxs-11,.col-xxs-12{float:left}.col-xxs-12{width:100%}.col-xxs-11{width:91.66666667%}.col-xxs-10{width:83.33333333%}.col-xxs-9{width:75%}.col-xxs-8{width:66.66666667%}.col-xxs-7{width:58.33333333%}.col-xxs-6{width:50%}.col-xxs-5{width:41.66666667%}.col-xxs-4{width:33.33333333%}.col-xxs-3{width:25%}.col-xxs-2{width:16.66666667%}.col-xxs-1{width:8.33333333%}.col-xxs-pull-12{right:100%}.col-xxs-pull-11{right:91.66666667%}.col-xxs-pull-10{right:83.33333333%}.col-xxs-pull-9{right:75%}.col-xxs-pull-8{right:66.66666667%}.col-xxs-pull-7{right:58.33333333%}.col-xxs-pull-6{right:50%}.col-xxs-pull-5{right:41.66666667%}.col-xxs-pull-4{right:33.33333333%}.col-xxs-pull-3{right:25%}.col-xxs-pull-2{right:16.66666667%}.col-xxs-pull-1{right:8.33333333%}.col-xxs-pull-0{right:0}.col-xxs-push-12{left:100%}.col-xxs-push-11{left:91.66666667%}.col-xxs-push-10{left:83.33333333%}.col-xxs-push-9{left:75%}.col-xxs-push-8{left:66.66666667%}.col-xxs-push-7{left:58.33333333%}.col-xxs-push-6{left:50%}.col-xxs-push-5{left:41.66666667%}.col-xxs-push-4{left:33.33333333%}.col-xxs-push-3{left:25%}.col-xxs-push-2{left:16.66666667%}.col-xxs-push-1{left:8.33333333%}.col-xxs-push-0{left:0}.col-xxs-offset-12{margin-left:100%}.col-xxs-offset-11{margin-left:91.66666667%}.col-xxs-offset-10{margin-left:83.33333333%}.col-xxs-offset-9{margin-left:75%}.col-xxs-offset-8{margin-left:66.66666667%}.col-xxs-offset-7{margin-left:58.33333333%}.col-xxs-offset-6{margin-left:50%}.col-xxs-offset-5{margin-left:41.66666667%}.col-xxs-offset-4{margin-left:33.33333333%}.col-xxs-offset-3{margin-left:25%}.col-xxs-offset-2{margin-left:16.66666667%}.col-xxs-offset-1{margin-left:8.33333333%}.col-xxs-offset-0{margin-left:0}
}



/* Shared */

.dwidio { color: #3e618b; } 

/* ICONS
----------------------------------------------------------*/

.advisoryIcon {
    background: #666;
    color: #fff;
    display: inline-block;
    width: 16px;
    height: 16px;
    font-size: 11px;
    font-family: Tahoma;
    text-align: center;
}





#mainnav i.fa {  margin-right: 10px; }
#mainnav img.stationLogo { margin-right: 4px; width:24px }
#mainnav form[role=search] { max-width: 250px; }

.breadcrumb {
    margin-top: 20px;
    background: #333;
}
.breadcrumb a{ color: #aaa;}
.fc-twitter { color: #01b5f2; }
.fc-googlePlus { color: #cc3433; }
.fc-facebook { color: #3c599b; }

/* TOOLS */

.autoheight {
    height: auto !important;
}

#noLocationAvailable {
}

/* FONT AWESOME EXTRS
----------------------------------------------------------*/

.fa-facebook-square{
    color: #3b5998
}
.fa-twitter-square{
    color: #4099ff
}
.fa-google-plus-square{
    color: #d34836;
}
.fa-pinterest-square{
    color: #C92228;
}
.fa-share-alt-square{
    color: #53885B;
}
.fa-stack-1x{ color: #eee}

/* SHOW GRIDS */

#stationOtherShows {
    margin-top: 3em;
}

/* for device app download prompt */
#downloadApp  {
    position: fixed;
    bottom: 0;
    margin: 0;
    width: 100%;
    text-align: center;
    z-index: 9999;
    background: rgba(255, 255, 255, 0.8);
    padding: 5px;
    border-top: solid 2px #222;
}
#closeDownloadApp {
    position: absolute;
    right: 10px;
}
#closeDownloadApp img {
    height: 26px;
}

#androidWarning {
    background-color: #FDF8EB;
    padding: .5em 1em;
    border: solid 1px #EADEAE;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin: -.5em 0 1em;
}




html {
    font-size: 1em;
}
body {
  font-family: 'Source Sans Pro', sans-serif;
  background: linear-gradient(180deg,  #003 50%, #000051 95%);
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center;
  background-repeat: repeat-x;
  background-attachment: fixed;
  color: #ccc;
}
.accountSettings {
  padding-left: 5px;
}
.superUniqueName{
  position: relative;
  top: 52px;
  min-height: calc(100vh - 55px - 245px);
}

.footer {
  margin-top: 50px;
}

a:focus {
    outline: none;
    text-decoration: none;
}
.container {
  background-color: rgba(0, 0, 0, 1%);
    padding: 0px 15px;
}

@media (min-width: 768px) {
    .container { padding: 0px 30px; }
}

.secondaryHeaderBar {
    background: #555;
    margin-bottom: 1em;
}
.secondaryHeaderBar .container{
    background: none;
    padding: 0 15px;
}

.flex{
  display: flex;
}
.flexCenter {
  display: flex;
  align-items: center;
  justify-content: center;
}
.flexContainer {
  display: flex;
}
.flexCol {
  margin: 0 1em;
}
  .flexCol:first-child {
    margin-left: 0;
  }
  .flexCol:last-child {
    margin-right: 0;
  }
  .flex-dir-col{
    flex-direction: column;
  }


@media (max-width: 900px) {
  .flexContainer {
    display: flex;
    flex-direction: column;
  }
  .flexCol {
    width: 100% !important;
    min-width: 100% !important;
    margin: 0 !important;
  }
}

  .w50p{ width: 50%; min-width: 50%; }

  /* --------- BREADCRUMBS ------------- */
  .breadcrumbs {
    list-style: none;
    margin: 0;
    padding: 0;
    color: #eee;
    padding: 10px 0;
  }
.breadcrumbs li{
    padding: 0;
    margin: 0;
    display: inline-block;
}
.breadcrumbs a{
    color: #eee;
}
.breadcrumbs > li + li:before {
    padding: 0 5px;
    color: #eee;
    content: "/\00a0";
}

/* --------- MODAL ------------- */

.modal-content {
    background: none;
    -moz-border-radius: 0;
    border-radius: 0;
}
.modal-header{
    -moz-border-radius: 6px 6px 0 0;
    border-radius: 6px 6px 0 0;
    background: rgba(85,85,85,1);
    background: -moz-linear-gradient(left, rgba(85,85,85,1) 0%, rgba(119,119,119,1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(85,85,85,1)), color-stop(100%, rgba(119,119,119,1)));
    background: -webkit-linear-gradient(left, rgba(85,85,85,1) 0%, rgba(119,119,119,1) 100%);
    background: -o-linear-gradient(left, rgba(85,85,85,1) 0%, rgba(119,119,119,1) 100%);
    background: -ms-linear-gradient(left, rgba(85,85,85,1) 0%, rgba(119,119,119,1) 100%);
    background: linear-gradient(to right, rgba(85,85,85,1) 0%, rgba(119,119,119,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#555555', endColorstr='#777777', GradientType=1 );
}
.modal-body{
    background: #fff;
    -moz-border-radius: 0 0 6px 6px ;
    border-radius: 0 0 6px 6px ;
}


/* --------- MISC ------------- */

.share a { float: left; color: #eee;}
.share a .icon-facebook .fa-stack-2x {     color: #3b5998; }
.share a .icon-twitter .fa-stack-2x {      color: #0084b4; }
.share a .icon-google-plus .fa-stack-2x {   color: #dd4b39; }
.share a .icon-pinterest .fa-stack-2x {     color: #c92228; }
.fa-facebook:hover,
.fa-twitter:hover,
.fa-google-plus:hover,
.fa-pinterest:hover {
   color: #84f70b !important;
}
.share a .icon-facebook:hover .fa-stack-2x,
.share a .icon-twitter:hover .fa-stack-2x, 
.share a .icon-google-plus:hover .fa-stack-2x,
.share a .icon-pinterest:hover .fa-stack-2x{
  color: #555 !important;/*#84f70b 3b5998*/
}


.btn-grey {
    background: #ddd;
}
.btn-grey:hover{
    background: #eaeaea;
}
#liveChannel {
    margin-top: 1em;
}

.aboutContent,
.aboutContent h1,
.aboutContent h2,
.aboutContent h3,
.aboutContent h4 {
    color: #333;
}

#errorPage {
  margin-top: 4%;
  padding: 0 0 5em;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  background: #1A1A3B;
}
  #errorPage a{
    color: #fff;
  } 
  #errorPage h2 {
    margin-bottom: 1.5em;
  }
  #errorPage p {
    font-size: 1.2em;
  }

ul.navBarSimple{
  list-style: none;
  margin: 0 0 .5em 0;
  padding: 0;
  border-bottom: solid 2px #ccc;
  display: flex;
}

ul.navBarSimple a {
  text-decoration: none;
  color: #fff;
  padding: 0 1.7em;
  line-height: 2.7em;
  display: block;
  font-size: 1.1em;
}
ul.navBarSimple li.active a {
  background: #333;
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:focus,
.navbar-default .navbar-nav > .active > a:hover {
  background-color: transparent!important;
  color: #ffffff !important; 
}



@media (max-width: 900px){
  .flex-container {
    display: none;
  }
}

@media (min-width: 5120px) {
  #mainNavWrapper {
    /* max-width: 1920px; */
    margin-left: 51%;
    transform: translateX(-51%); /* Moves the element back to the left by half of its own width */
  }

  .container-fluid {
    margin-left: 56%!important;
    transform: translateX(-51%); /* Moves the element back to the left by half of its own width */
  }
  .navbar-right {
    margin-right: 610px!important
  }
}
#contentList,
#programListContainer {
  position: relative;
  z-index: 999;
  color: #ccc;
  margin-bottom: 1em;
}


  #programListContainer #contentNav {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background: #111;
    margin-bottom: .5em;
    display: flex;
    display: -webkit-flex;
  }

    #programListContainer #contentNav a {
      color: #eee;
      padding: .5em;
      -webkit-border-radius: 3px;
      -moz-border-radius: 3px;
      border-radius: 3px;
      display: inline-block;
      text-align: center;
      flex-grow: 1;
      margin: 0 .25em;
    }

      #programListContainer #contentNav a:first-child {
        margin-left: 0;
      }

      #programListContainer #contentNav a:last-child {
        margin-right: 0;
      }

      #programListContainer #contentNav a:hover {
        text-decoration: none;
        background: #555;
      }

      #programListContainer #contentNav a.active {
        background: #2d5980;
        cursor: default;
      }


.vList ul {
  list-style: none;
  margin: 0;
  padding: 0;
  font-weight: 300;
}

  .vList ul li {
    position: relative;
    display: flex;
    display: -webkit-flex;
    flex-flow: row nowrap;
    -webkit-flex-flow: row nowrap;
    align-items: stretch;
    -webkit-align-items: stretch;
    min-height: 50px;
    margin-bottom: 5px;
  }

.vList .timeContainer {
  min-width: 19.5%;
  display: flex;
  display: -webkit-flex;
  flex-grow: 0;
  -webkit-flex-direction: column;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  background: #222;
  font-family: 'Khula', sans-serif;
  font-size: 12px;
  font-weight: 300;
  margin-right: .5%;
  -webkit-border-radius: 4px 0 0 4px;
  -moz-border-radius: 4px 0 0 4px;
  border-radius: 4px 0 0 4px;
  line-height: 1em;
}

.vList .ep-date {
  color: #888;
  font-size: .9em;
  font-weight: 400;
}

.vList .ep-desc {
  display: none;
  font-size: .9em;
  padding: 0 1em .5em 1em;
}

.vList .programDetails {
  display: flex;
  display: -webkit-flex;
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
  background: #151515;
  flex-grow: 1;
  -webkit-flex-grow: 1;
  flex-direction: column;
  -webkit-flex-direction: column;
  margin-right: 4px;
}

  .vList .programDetails .line {
    display: flex;
    display: -webkit-flex;
    flex-grow: 1;
    -webkit-flex-grow: 1;
    padding: .5em 0 .5em 1em;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
  }

  .vList .programDetails .ep-title {
    flex-grow: 1;
    -webkit-flex-grow: 1;
    padding-right: .75em;
  }

    .vList .programDetails .ep-title span {
      display: block;
    }
    .vList .programDetails .ep-title span.nameText {
      display: block;
      color: #fff;
    }
      .vList .programDetails .ep-title span.episodeText {
        display: block;
        color: #bbb;
      }
.vList ul li .durationText {
  padding-right: 1em;
}

.vList .programDetails .ep-duration {
  min-width: 56px;
  text-align: right;
  color: #999;
}

.vList .poster img {
  max-width: 100px;
  margin: -.5em .75em -.5em -1em;
}


/* EXPAND THE DESCRIPTION */

.vList ul li .expander {
  display: none;
  font-size: 1.8em;
  color: #555;
  text-align: center;
  line-height: 1em;
  cursor: pointer;
  width: 56px;
}

  .vList ul li .expander:hover {
    color: #bbb;
  }

.vList ul li.active .expander:hover {
  color: #bbb;
}

.vList ul li.hasDescription:hover .expander {
  display: block;
}

.vList ul li.active .ep-duration,
.vList ul li.active:hover .expander {
  color: #bbb;
}

.vList ul li.active .expander:hover {
  color: #fff;
}

.vList ul li.hasDescription:hover .durationText {
  display: none;
}

.vList ul li:hover .timeContainer {
  cursor: pointer;
  background: #333;
}

.vList ul li:hover .programDetails {
  cursor: pointer;
  background: #222;
}

/* NOW PLAYING */
.vList ul li.active .timeContainer,
.vList ul li.active .programDetails {
  color: #eee;
  background: #2d5980 !important;
}

#contentSchedule.vList,
#contentVod.vList,
#clipList.vList,
#contentShows.vList {
  max-height: 500px;
  width: 100%;
  overflow-y: auto;
}

.simplebar-scrollbar:before {
  opacity: .5 !important;
  background: #EEFF41 !important;
}

.simplebar-track .simplebar-scrollbar.visible:before{
  opacity: .8 !important;
}
/*.vList::-webkit-scrollbar {
    width: 10px;
    background-color: #333;
    border-radius: 6px;
  }

  .vList::-webkit-scrollbar-thumb {
    border-radius: 5px;
    -webkit-box-shadow: inset 0 0 3px rgba(0,0,0,.3);
    background-color: #ff8c06;
  }*/
.scheduleList ul li.active .ep-date,
.programList ul li.active .ep-date {
  color: #eee;
}
.scheduleList .replayLabel {
  border: solid 1px #505050;
  padding: 2px 4px;
  text-transform: uppercase;
  height: 0;
  padding: 3px 4px 11px;
  font-size: 12px;
  display: block;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.scheduleList .active .replayLabel {
  border-color: #b9b9b9;
}
/* SHOWING DESCRIPTION */
.vList .programDetails.showing .ep-desc,
.vList .programDetails.showing .expander,
.vList .programDetails.showing .fa-angle-up {
  display: block;
}

.vList .programDetails .fa-angle-up,
.vList .programDetails.showing .fa-angle-down,
.vList .programDetails.showing .durationText {
  display: none;
}


#contentSchedule.scheduleList ul li:first-child {
  margin-bottom: 5px;
}

.scheduleList ul {
}

#contentSchedule .scheduleList ul li:not(:first-child),
#inactiveContentSchedule.scheduleList ul li {
  margin: 0;
}

  #contentSchedule.scheduleList ul li:not(:first-child) .timeContainer,
  #contentSchedule.scheduleList ul li:not(:first-child) .programDetails,
  .scheduleList ul li.noStream .timeContainer,
  .scheduleList ul li.noStream .programDetails,
  #inactiveContentSchedule.scheduleList ul li .timeContainer,
  #inactiveContentSchedule.scheduleList ul li .programDetails {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    cursor: default;
  }

.scheduleList ul li:not(:first-child) .programDetails,
.scheduleList ul li.noStream .programDetails {
  background: #090909;
}



#contentList .listHeader {
  color: #ddd;
  font-size: 1em;
  font-weight: bold;
  padding: 0 .1em .35em;
  clear: both;
  background-color: #000024!important;
  /*border: solid 1px #ddd;
border-bottom: none;*/
}

#contentList .listHeader {
  font-size: 1.1em;
  padding: 5px .75em;
}

#contentList #accordion .listHeader {
  cursor: pointer;
}

  #contentList #accordion .listHeader:hover {
    background: #151515;
  }

#contentList .listHeader.trigger {
  background: #1a1a1a;
}

#contentList .badge {
  background: #ccc;
  padding: 4px 7px 3px 6px;
  color: #333;
  margin-top: 1px;
}

#contentList ul,
#contentList li {
  list-style: none;
  margin: 0;
  padding: 0;
  clear: both;
}

  #contentList ul.episodeList li {
    margin: 0;
    padding: .75em 0;
    border-top: solid 1px #333;
  }

    #contentList ul.episodeList li.active {
      background-color: #111;
    }

#contentList .ep-img {
  width: 43%;
  float: left;
  position: relative;
  margin-left: 2%;
}

  #contentList .ep-img img {
    width: 100%;
  }

#contentList .episodeRuntimeBug {
  position: absolute;
  right: 5px;
  bottom: 5px;
  text-decoration: none;
  font-size: 12px;
  font-weight: bold;
  color: #000;
  background: #ccc;
  padding: 1px 5px;
  opacity: .8;
  border: solid 1px #666;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 1px 1px 3px 0px rgba(0,0,0,0.3);
  -moz-box-shadow: 1px 1px 3px 0px rgba(0,0,0,0.3);
  box-shadow: 1px 1px 3px 0px rgba(0,0,0,0.3);
  z-index: 6;
}

#contentList .ep-info {
  width: 55%;
  float: left;
}

#liveChannel #contentList .ep-info {
  width: 100%;
  float: none;
}

#contentList .ep-info .inner {
  padding-left: .75em;
}

#contentList .ep-info .ep-title {
  font-size: .9em;
  font-weight: bold;
  color: #ddd;
}

#contentList .ep-info .ep-showTitle {
  font-size: .85em;
  font-style: italic;
}

#contentList .ep-info .ep-desc {
  font-size: .85em;
}

#contentList .contentAdvisoryIcons {
  cursor: pointer;
}

/* FOR EPISODE ACCORDIONS */
#contentList .payload {
  display: none;
}

  #contentList .payload.initialDisplay {
    display: block;
  }

#contentShows .showList {
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}

#contentShows .showDetails {
  padding: .5em;
  text-align: center;
  width: 50%;
}

  #contentShows .showDetails .imageWrapper {
  }

  #contentShows .showDetails img {
    width: 100%;
  }

@media (min-width: 768px) {

  .vList .programDetails .ep-title {
    font-size: .9em;
  }

  .vList .poster img {
    max-width: 80px;
  }
}


@media (min-width: 992px) {

  .vList .programDetails .ep-title {
    font-size: 1em;
  }

  .vList .poster img {
    max-width: 100px;
  }
}

.videoRightContent {
  overflow: hidden;
  position: relative;
  min-height: 550px;
}

.videoContent {
  padding-bottom: 1em;
}

.ps-scrollbar-y-rail {
  opacity: 1 !important;
}

.ps-container:hover > .ps-scrollbar-y-rail:hover {
  background-color: #333 !important;
}

  .ps-container:hover > .ps-scrollbar-y-rail:hover > .ps-scrollbar-y {
    background-color: #666 !important;
  }

#embeddedPlayer {
    margin: 0;
    padding: 0;
    background: #000;
    font-family: 'Source Sans Pro', sans-serif;
    position: absolute;
    width: 100%;
    height: 100%;
}


  #embeddedPlayer .secondaryHeaderBar {
    display: none;
  }
#errorPage.embedded{
  color: #fff;
  position: absolute;
  display: flex;
  align-content: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
  #errorPage.embedded #embeddedMessage {
    align-self: center;
  }
  #errorPage.embedded h1,
  #errorPage.embedded h2,
  #errorPage.embedded #message {
    display: none;
  }

#embeddedPlayer #videoPlayer{
  padding: 0 !important;
  overflow: hidden;
  height: 100%;

}
#embeddedPlayer #videoPlayer .fp-ratio{
  padding: 0;
}
#embeddedPlayer #videoPlayer #TheVideo {
    position: relative;
    height: 100% !important;
  }
  #embeddedPlayer #videoPlayer{


  } 
  #player-container {
    position: relative;
    overflow: hidden;
    z-index: 999;
    height: 100%;
  }

#embeddedPlayer .contentPlayer{
    width: 100%;
    height: 100%;
    padding: 0;
}
#show-info {
    position: absolute;
    background: url(http://q57.imgup.net/30-percent85ad.png);
    color: #fff;
    width: 100%;
    height: 30px;
    z-index: 4000;
    white-space: nowrap;
    overflow: hidden;
    line-height: 30px;
    text-overflow: ellipsis;
}
#show-info .resetLocation{
    float: right;
    margin: 3px 5px 0 3px;
    cursor: pointer;
    z-index: 10;
    height: 20px;
    position: relative;
}
#show-info .showTitle{
    z-index: 9;
    position: relative;
}
#show.playing #show-info{ display: none }
#show.playing.hovered #show-info { display: block }
#show-info .season-number{
    margin-left: 1em;
}


#embeddedPlayer #show #show-info {
    z-index: 1000;
}



.eventsPageDate {
  margin-top: 20px!important;
}
.eventDate {

}
.descriptionText {

}
.eventList{
  list-style:none;
  margin: 0;
  padding: 0;
}
.eventList a{
  margin: 0 0 0 0;
  padding: 8px .5em;
  text-decoration: none;
  color: #fff;
}
  .eventList a:hover{
    background: #1A1A3B;
  }

  .eventList .eventTitle{
    font-size: 1.4em;
    font-weight: 600;
  }
  .eventList .eventMeta{
    display: flex;
    flex-direction: column;
    padding-left: 1em;
  }

  #eventHeader img {
    width: 100%;
  }

#eventDescription {
  font-size: 16px;
}

#eventVideo {
  margin-top: 1em;
}
#videoContainer {
  width: 100%;
  height: 0;
  padding-top: 56.25%;
  position: relative;
}

@media screen and (max-width: 450px) {
  .eventItem {
    flex-direction: column;
  }

  .eventItem img {
    width: 100%;
  }
}

@media (min-width: 1200px) {
  #videoContainer {
    height: 500px;
    padding: 0;
  }
  #pageArea .groupContainer {
    margin: 1em 0 1em;
  }
}
@media (min-width: 590px) {
  #pageArea .groupItem .info {
    font-size: .9em;
  }
}

@media (min-width: 768px) {
  #pageArea .groupItem .info {
    font-size: 1em;
  }

    #pageArea .groupItem .info .episodeCount {
      float: left;
    }

    #pageArea .groupItem .info .runtime {
      float: right;
    }
}
#pageArea .container{
  min-height: 800px;
}
#pageArea .groupItem {
  margin-bottom: 1em;
  padding: 0 20px;
}

  #pageArea .groupItem a:hover {
    text-decoration: none;
  }

  #pageArea .groupItem .thumb {
    display: block;
    width: 100%;
    position: relative;
    height: 0;
    padding: 56.25% 0 0 0;
    overflow: hidden;
  }

    #pageArea .groupItem .thumb img {
      position: absolute;
      display: block;
      left: 0;
      right: 0;
      top: 0;
      bottom: 0;
      margin: 0;
      width: 100%;
      transition: transform .3s ease-out, opacity .3s ease; /* Animation */
    }
    /* #pageArea .thumb img:hover{
      transform: scale(1.09);
      opacity: 0.7;
    } */
    #pageArea .groupItem .info {
      display: none;
      padding: 4px 8px;
      clear: both;
      font-size: .8em;
      background: #555;
    }

      #pageArea .groupItem .info .title {
        color: #eee;
        display: block;
        font-weight: bold;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
      }

      #pageArea .groupItem .info .episodeCount,
      #pageArea .groupItem .info .runtime {
        font-size: .85em;
        color: #ccc;
        display: block;
      }
      #pageArea .horizontalGroupHeader {
        font-size: calc(1.15em + 0.25vw);
        letter-spacing: .07em;
        margin-left: 10px;
        color: #aaa;
        font-family: 'Open Sans', sans-serif;
      }
#countdownWrapper {
}


#comingSoon {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 2em 0;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#1a1a1a+1,000000+50,1a1a1a+100 */
  background: #1a1a1a; /* Old browsers */
  background: -moz-linear-gradient(180deg, rgba(1,62,95,1) 0%, rgba(1,34,68,1) 20%, rgba(0,0,36,1) 70%, rgba(0,0,36,1) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(180deg, rgba(1,62,95,1) 0%, rgba(1,34,68,1) 20%, rgba(0,0,36,1) 70%, rgba(0,0,36,1) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(180deg, rgba(1,62,95,1) 0%, rgba(1,34,68,1) 20%, rgba(0,0,36,1) 70%, rgba(0,0,36,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#222', endColorstr='#222',GradientType=1 ); /* IE6-9 */
}

  #comingSoon > div {
    text-align: center;
  }

  #comingSoon h2 {
    margin: 0;
  }

  #comingSoon h3 {
    font-weight: 300;
  }
  #comingSoon .eventBrite {
    padding-top: 1.5em;
    padding-bottom: 1em;
  }
    #comingSoon .eventBrite a {
      background: #4389cb;
      color: #fff;
      font-weight: bold;
      font-size: 1.8em;
      text-shadow: 1px 1px 1px rgba(1,1,1, 1);
      border-radius: 5px;
      padding: .15em 2em .25em;
      -webkit-box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.41);
      -moz-box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.41);
      box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.41);
      text-transform: uppercase;
      font-style: italic;
    }
      #comingSoon .eventBrite a:hover {
        text-decoration: none;
        background: #ff8c06
      }
#countdown {
  font-family: sans-serif;
  color: #fff;
  display: inline-block;
  font-weight: 100;
  text-align: center;
  font-size: 30px;
}

  #countdown > div {
    padding: 1px;
    border-radius: 3px;
    display: inline-block;
    
  }

  #countdown div > span {
    padding: 15px;
    border-radius: 3px;
    display: inline-block;
    background-color: #1A1A3B;
  }

  #countdown .smalltext {
    padding-top: 5px;
    font-size: 14px;
    color: #ccc;
  }




#eventHeader .fullBanner {
  display: block;
}

#eventHeader .smallBanner {
  display: none;
}

#featuredGroupsEvents {
  /*background: #262626;*/
  padding-top: 1em;
}

  #featuredGroupsEvents .container {
    background: none;
  }
@media (max-width: 500px) {
  #countdownWrapper {
    height: auto;
    min-height: inherit;
  }
  #comingSoon {
    padding: 1em 0;
  }
}

@media (max-width: 768px) {
  #eventHeader .fullBanner {
    display: none;
  }

  #eventHeader .smallBanner {
    display: block;
  }
}

#videoEnded{
  font-size: 1.5em;
  text-align: center;
  border: solid 1px #ccc;
  background: #222;
  padding: 1em;
}
#videoEnded div{
  margin-bottom: .5em;
}

/* ------ carousel styles ------- */
.slick-initialized {
  display: block !important;
}
.slick-slider {
  margin: 0 5px;
}

  .slick-slider .carouselNav {
    opacity: .7;
  }

  .slick-slider:hover .carouselNav {
    opacity: 1;
  }

  .slick-slider .slick-track,
  .slick-slider .slick-list {
    display: flex;
  }
.slick-slider {
  margin-top: 10px;
  margin-bottom: 20px;
}

.slick-slide {
  float: none;
}
.slick-track {
  margin-left: 0;
}

.carouselNav {
  top: 37%;
  margin: 0 auto;
  position: absolute;
  color: #616161;
  z-index: 5;
}

  .carouselNav > span {
    width: 40px;
    height: 40px;
    overflow: hidden;
    display: block;
  }

.slick-slider:hover .carouselNav > span {
  opacity: .8;
}

  .slick-slider:hover .carouselNav > span:hover {
    opacity: .9;
  }

.carouselNav > span:hover img {
  margin-top: -30px;
}

.carouselNav.navPrev {
  left: -15px;
  cursor: pointer;
}

.carouselNav.slick-disabled {
  opacity: .1 !important;
}

.carouselNav.navNext {
  right: -15px;
  cursor: pointer;
}

  .carouselNav.navNext img {
    float: right;
  }
  
  #pageArea .groupContainer {
    position: relative;
  }

.groupContainer .carouselNav.navPrev {
  left: 0;
  top: 37%;
}

.groupContainer .carouselNav.navPrev {
  left: -30px;
  top: 37%;
}

.groupContainer .carouselNav.navNext {
  right: -31px;
  top: 37%;
}
.groupContainer .slick-list {
  margin: 0 10px;
}

.dwidio-group-list-carousel,
.dwidio-livestation-list-carousel {
  /*width: 88%;
    margin: auto;*/
}

footer .content {
  padding-top: 30px;
}

.footer {
  max-width: 1920px;
  display: block;
  margin: 64px 80px;
}

.footer-row {
  display: flex;
  justify-content: space-between; 
  align-items: center;
  flex-wrap: wrap;
}

.footer .links {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: clamp(12px, 1.5vw, 40px);
}

.footer .links a {
  padding: 0 10px 0 0;
  color: #f2f2f299;
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
  position: relative;
}

.footer .links a:hover {
  text-decoration: underline;
  text-decoration-color: #eeff41;
  text-underline-offset: 16px;
}

.social a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  transition: border 0.2s ease;
}

.social a:hover {
  border: 3px solid #eeff41;
}

.social img {
  width: 40px;
  height: auto;
  margin-right: 0;
}

footer .copyright {
  text-align: center;
  margin-top: 20px;
  font-size: 0.9em;
  color: #ccc;
}

.downloadApp {
  display: none;
}

.getZeam {
  display: block;
}

/* Responsive layout */

@media screen and (min-width: 1921px) {
  .footer {
    margin: 64px auto;
  }
}

/* 🖥️ Standard desktop (<= 1920px) */
@media screen and (max-width: 1920px) {

}

@media screen and (max-width: 1325px) {
  .footer .links a {
    font-size: 13px;
  }

}

@media screen and (max-width: 1200px) {
  .footer-row {
    flex-direction: column;
    align-items: center;
    gap: 24px;
  }

  .footer .links {
    flex-direction: column;
    align-items: center;
    gap: 25px;
  }

  .footer .links a {
    font-size: 19px;
    padding: 0;
    text-align: center;
  }
  .social {
    display: flex;
    justify-content: center;
    gap: 16px;
    width: 100%; 
    padding-bottom: 16px;
  }

}


/* 💻 Tablets / small laptops (<= 1024px) */
@media screen and (max-width: 1024px) {
  .footer .links a {
    font-size: 16px;
  }
  .social {
    padding-bottom: 16px;
  }
}

/* 📱 Phones & portrait tablets (<= 767px) */
@media screen and (max-width: 767px) {
  .footer .links a {
    font-size: 14px;
  }
  .social {
    padding-bottom: 16px;
  }
}

/* 📱 Small phones (<= 480px) */
@media screen and (max-width: 480px) {
  .footer .links a {
    font-size: 11px;
  }
  .social {
    padding-bottom: 16px;
  }
}



.alert {
    display: none;
}

.input-group em.error {
    display: table-caption;
    position: relative;
    color: red;
}
.input-group.valid .input-group-addon {
    background-color: #ade0a6;
    -moz-border-radius: 0 4px 4px 0;
    border-radius: 0 4px 4px 0;
}
.input-group.error .input-group-addon {
    background-color: #fdbcbc;
    -moz-border-radius: 0 4px 4px 0;
    border-radius: 0 4px 4px 0;
}
.grid{

}
.gridItem{
    position: relative;
    display: block;
    margin-bottom: 1em;
    padding: 5px;
}
a.gridItem:hover {
    text-decoration: none;
    background: #222;
}
.gridItem .thumb{
    position: relative;
    width: 100%;
    overflow: hidden;
    padding: 56.25% 0 0 0;
    height: 0;
    display: block;
}
.gridItem .thumb img{
    width: 100%;
    height: auto;
    position: absolute;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
}
.gridItem .info {
    display: block;
    line-height: 1.6em;
    white-space: nowrap;
}
.gridItem .title{
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    color: #fff;
    font-weight: bold;
    padding: .25em 0 0;
}
.gridItem .showMeta {
    font-size: .85em;
    display:block;  
    color: #999;
}




/* ------ Channels ------- */

.playlistGridItem{
    margin-bottom: 2em;
}
.playlistGridItem a{
    text-decoration: none;
}
.playlistGridItem .station-header{
    height: 50px;
    background: #151515;
    color: #fff;
    position: relative;
    display: block;
}
.playlistGridItem .thumb{
    position: absolute;
    width: 86px;
    height: 86px;
    display: block;
    left: 3px;
    top: 3px;
    background: #222;
    overflow: hidden;
}
.playlistGridItem .thumb img {
    max-width: 100%;
    max-height: 86px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
   
}
.playlistGridItem .thumb  img{
    transition: transform .2s ease-out; /* Animation */
  }
.playlistGridItem .thumb img:hover{
    transform: translate(-50%, -50%) scale(1.09) ;
    opacity: 0.7;
  }
.playlistGridItem .titleWrapper{
    text-align: left;
    padding: 3px 3px 3px 96px;
    display:block;
    min-height: 50px;
}
.playlistGridItem .titleWrapper .title {
    line-height: 1.3em;
    font-size: 1.3em;
    /*white-space: nowrap;*/
    overflow:hidden;
    text-overflow: ellipsis;
    width: 100%;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;

}
.playlistGridItem .showTitle{
    background: #363636;
    font-size: 1.1em;
    color: #fff;
    padding: 2px 8px;
    display: block;
    padding-left: 96px;
}
.playlistGridItem .showTitle small{
    font-size: .8em;
    display: block;
}
.playlistGridItem .showTitle .title{
    white-space: nowrap;
    overflow:hidden;
    text-overflow: ellipsis;
    width: 100%;
    display: block;
}
.playlistGridItem .showTitle.offline{
    color: #999;
}
#stationBanner {
    position: relative;
    margin: 0 -15px;
    overflow: hidden;
}
#stationBanner img {
    width: 100%;
    max-height: 125px;
}

#stationHeader {
    margin: 1em 0;
}

.updateLocation {
  margin-left: 20px;
}

a.findStation {
  padding: .5em 1em;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
a.findStation:hover {
  color: #eee;
  text-decoration: none;
  background: #555;
}
a.findStation img{
  vertical-align: text-bottom;
  margin-bottom: -2px;

}

a.loginlink.logged, a.loginlink:hover, a.loginlink:focus {
  border: 2px solid #eeff41;
}

a.loginlink:hover {
  cursor: pointer;
}

a.loginlink {
  width: 45px;
  height: 45px;
  padding: 20px; /* increases clickable area */
  border: 2px solid #ddd;
  overflow: hidden;
  display: inline-block;
  border-radius: 50%;
  background-position: center center;
  background-size: 80%; /* shrinks the image inside */
  vertical-align: bottom;
}

a.login {
  color: #eee;
  margin-right: 1em;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  margin-left: 10px;
}
a.login:hover {
  color: #000024!important;
  text-decoration: none;
  background: #eeff41;
  width: 100%;
  justify-content: left;
}



@media all and (min-width:750px) and (max-width: 1000px) {
    .mobhide {
      display: none !important;
    }
  } 



@media (max-width: 550px) {
    #stationBanner img{
        width: 150%;
    }
}
@media (min-width: 768px) {
    #stationBanner {
        margin: 0 -30px;
    }

    .updateLocation {
      margin-left: 20px !important;
    }
    
}


h1 { color: #eee; font-size: 1.5em; font-weight:bold; }
h2 { color: #eee; font-size: 1.25em; font-weight:bold; }
h3 { color: #eee; font-size: 1.1em; font-weight:bold; }
h4 { color: #eee; font-size: 1em; font-weight:bold; }

#channelList {
  list-style:none;
  margin: 0;
  padding: 0;
  background: #222;
}

  #channelList .channelItem{
    border-bottom: solid 1px #333;
  }

    #channelList .channelItem a {
      display: flex;
      padding: .5em 1em;
      color: #bbb;
    }
    #channelList .channelItem a:hover {
      text-decoration: none;
      background: #444;
    }

    #channelList .channelItem .imageWrapper {
      min-width: 80px;
      min-height: 50px;
    }
    #channelList .channelItem .stationName {
      flex-grow: 1;
      font-size: 1.3em;
      align-self: center;
    }
    #channelList .channelItem .cityState {
      text-align: right;
      font-size: 1.1em;
    }
    #channelList .stateHeader{
      padding: 1em;
      font-size: 1.1em;
      text-transform: uppercase;
      background: #111;
      border-bottom: solid 1px #333;
    }

#searchBar{
  padding-bottom: .75em;
}
#searchBar input{
  padding: .2em .5em;
  color: #444;
}

#liveChannelList .noResults{
  background: #333;
  padding: 1em;
}
#liveChannelList .stationLocation {
  text-align: right;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
  #liveChannelList .stationLocation .dma {
    color: #777;
    font-size: .9em;
  }

.locationPopDown{
    display: none;
    position: absolute;
    top: 0;
    right: 15px;
    z-index: 222222;
    color: #333;
    background: #fff;
    -webkit-border-radius: 0 0 8px 8px;
    -moz-border-radius: 0 0 8px 8px;
    border-radius: 0 0 8px 8px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
    padding: .7em 1.25em;
}

.locationPopDown .inner{
    position: relative;
    padding-right: 30px;
}
.locationPopDown .closePopDown{
    position: absolute;
    right: -4px;
    top: -1px;
}
.locationPopDown .closePopDown img{
    width: 16px;
    opacity: .5;
    cursor: pointer;
}
/*---------------*/
.locationPopDown .mainLine {
    margin-bottom: .25em;
    padding-left: 25px;
    font-weight: bold;
}
.locationPopDown .secondaryLine{
    font-size: .85em;
    padding-left: 25px;
}
.locationPopDown i {
    color: #3e628f;
    position: absolute;
    top: 7px;
    left: -3px;
    font-size: 1.5em;
}

/*---------------*/
.locationPopDown .stationList{
  display: flex;
  flex-wrap:wrap;
}
.locationPopDown .stationList img { 

}
.locationPopDown .stationList > div {
    display: inline-block;
    padding: .5em;
    width: 80px;
}
  .locationPopDown .stationList > div > b {
    display: block;
    font-weight: 400;
    font-size: .8em;
    text-align: center;
    line-height: 1.2em;
    color: #888;
    margin-top: 3px;
  }
.locationPopDown .stationList > div > img{
    display: block;
}

@media (min-width: 768px) {
    .locationPopDown {
        max-width: 80%;
    }
}

@media (min-width: 992px) {
}

@media (min-width: 1200px) {
}

.locationDeniedMessage{
  text-align: center;
}

﻿.dropdown-menu {
  background-color: #027493!important;
  border-radius: 25%;
  height: 170px;
}
/* Icon wrapper – no spray effect here anymore */
.nav-icon-wrapper {
position: relative;
display: inline-block;
width: 23px;
height: 23px;
margin-right: 5px;
}

/* Label wrapper for spray glow effect */
.nav-label {
font-size: 17px;
position: relative;
z-index: 1;
transition: transform 0.2s ease, font-weight 0.2s ease;
display: inline-block;
}

li:not(.active):hover .nav-label {
transform: scale(1.05);
}

.navBarItem {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  transition: transform 0.2s ease;
  z-index: 1;
  overflow: hidden;
  padding: 8px 12px;
  border-radius: 8px; 
}
.vertical-navbar {
  background-color: pink;
}

.nav-label {
  position: relative;
  isolation: isolate;
  z-index: 1;
}

.nav-label::before {
  content: "";
  position: absolute;
  top: -8px;
  left: -12px;
  right: -12px;
  bottom: -8px;
  background: url('/images/icons/gradient-Web_nav-button-focus_nav.png') no-repeat center;
  background-size: 100% 100%;
  border-radius: 8px;
  opacity: 0;
  transition: opacity 0.2s ease;
  z-index: -1;
  pointer-events: none;
}


li:not(.active):hover .navBarItem::before {
  opacity: 1;
}


.nav-label {
  position: relative;
  z-index: 1;
}



.vertical-nav-alt .navBarItem {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 6px 10px;
}

.vertical-nav-alt li:not(.active):hover .navBarItem {
  background-color: #eeff4199;
  /* transform: scaleX(1.02); */
  width: 99%;
}

.vertical-nav-alt .nav-label::before {
  content: none; 
}



/* Trigger spray only on hover and not active */
li:not(.active):hover .nav-label::before {
opacity: 1;
}

/* Icon styling */
.nav-icon {
width: 23px;
height: 23px;
opacity: 0;
transition: opacity 0.25s ease;
}

.nav-icon-default {
position: relative;
opacity: 1;
z-index: 1;
}

.nav-icon-active,
.nav-icon-hover {
position: absolute;
top: 0;
left: 0;
}

/* Active state */
li.active .nav-icon-default {
opacity: 0;
}

li.active .nav-icon-active {
opacity: 1;
z-index: 2;
}

li.active .nav-icon-hover {
opacity: 0;
}

/* Hover state */
li:not(.active):hover .nav-icon-default {
opacity: 0;
}

li:not(.active):hover .nav-icon-hover {
opacity: 1;
z-index: 2;
}

.greetingContainer {
  background-color: #027493;
  margin-bottom: 15px;
  border-radius: 25px 0px 0px 0px;
}
.accountManagementContainer
{
border-radius: 0px 25px 25px 25px;
background-image: linear-gradient(to left, #027493 0%, #029bb8 100%);
}

#dropDownMenu .active a {

}

.dropdown-menu .test{
  background-color: #027493!important;
}
.profile-image-menu {
width: 38px;
height: 38px;
background-repeat: no-repeat; 
background-size: cover; 
background-position: center;
border-radius: 50%;
margin-top: 5px;
aspect-ratio: 1 / 1;
object-fit: cover;
}

#accountProfileMenu.navbar-toggle {
border: unset;
margin: 0;
padding: 3px;
margin-right: 15px;
}
.dropdownImage {
margin-left: 15px;
}

#accountProfileMenu.navbar-toggle a.loginlink {
border: none !important;
outline: none !important;
margin: 0 !important;
padding: 0 !important;
}

.divider {
border-top: 1px solid #1A1A3B;
}

.dropdown-menu .login {
  margin: 0px!important;
  display: block;
  width: 100%; /* Ensure full width */
  padding: 12px 16px 12px 16px;
  color: #00002419;
  background-color: transparent;
  text-decoration: none;
  /* transition: background-color 0.3s ease, color 0.3s ease; */
  box-sizing: border-box; 
  border-radius: 0;
}
.dropdown-menu {
  margin-top: 0 !important;
  border-top: none !important;
  border: none !important;
}
/* Hover effect */
.dropdown-menu .login:hover {
  background-color: #eeff41;
  color: #000024!important;
}
.dropdown-menu li:last-child .login:hover {
  border-bottom-left-radius: 25px;
  border-bottom-right-radius: 25px;
}

.miniItem {
  padding: 5px;
}
.dropdown-menu li:hover a.login {
  background-color: #eeff41;
  color: #000024 !important;
  display: block;
  border-radius: 0; /* or radius if needed */
}

.greeting {
  color: #f2f2f2;
  font-size: 20px;
  font-weight: bold;
  padding: 10px 16px 0px 16px!important;
}

#accountProfileMenu.open,
#accountProfileMenu.show {
  border-radius: 25px 25px 0px 0px;
  background-color: #027493;
  padding: 5px 10px 0px 10px;
}

#accountProfileMenu.open,
#accountProfileMenu {
  padding: 5px 10px 0px 10px;
}

.user-name {
  color: #eeff41;
  font-size: 28px;
  font-weight: bold;
  padding: 0px 16px!important;
  display: block;
  max-width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.profileText {
font-size: 14px;
color: #FFF;
}
.profileTitle{
font-size: 20px;

color: #FFF;
}
.accountSettings {

display: flex; 
justify-content: space-between; 
align-items: center;
font-size: 22px!important;
}

#requiredText{
font-size: 12px;
color: #EEFF41;
margin: 5px 0px;
}

#requiredTextPassword {
font-size: 12px;
color: #EEFF41;
margin-top: 5px;
margin-left: 20px;
}

.editBtn {
font-size: 18px;
width: 56px;
background-color: #1A1A3B;
}

.editBtn:hover {
background-color: #03C2DD;
}

.saveBtn {
background-color: #03C2DD;
border-radius: 32px;
color: #000024;
font-size: 13px;
padding: 12px;
width: 96px;
margin-right: 24px;
margin-top: 10px;
}

.cancelBtn {
background-color: #000024;
border: 2px solid #EEFF41;
border-radius: 32px;
color: #EEFF41;
font-size: 13px;
padding: 12px;
width: 96px;
margin-top: 10px;
}

#dropDownMenu {
  background-color: #027493;
max-width: 273px !important;
font-size: 20px;   
min-width: 300px;  
height: 150px;
border-radius: 0% 0% 25% 25%;
}

#dropDownMenu li a:hover {
  background-color: #eeff41!important;
  color: #000024!important;
}

.dropdown.open #user-profile-image-link {
background-color: #1A1A3B!important;
}

/* Style for the "Account Settings" header */
h4 {
margin: 0; 
font-weight: bold; 

font-size: 20px;
}

/* Style for the spacerLine */
.spacerLine {
display: block;
height: 1px;
background-color: #484764;
margin: 10px 0;
border: none;
}

#deleteSpacerLine {
display: block;
height: 1px;
background-color: #484764;
margin: 10px 0;
border: none;
}
#passwordSpacerLine {
display: block;
height: 1px;
background-color: #484764;
margin: 10px 0;
border: none;
}

/* Style for the non-clickable-section */
.non-clickable-section {
display: flex;
align-items: center;
}

/* Style for the user profile image */
a.dropdown-toggle {
flex: 0 0 auto;
}

/* Base styling for desktop profile image link to ensure perfect circle */
#user-profile-image-link {
width: 48px;
height: 48px;
background-repeat: no-repeat;
background-size: cover;
background-position: center;
border-radius: 50%;
display: inline-block;
aspect-ratio: 1 / 1;
object-fit: cover;
}

/* Style for the input */
input.form-control {
flex: 1;
}

.user-info {
display: flex;
flex-direction: column; 
margin-left: 16px;
}

/* Style for the dropdown icon with a different size */
#user-profile-image-link-dropdown {
width: 80px; 
height: 80px; 
aspect-ratio: 1 / 1;
object-fit: cover;
}


/* Style for the username and email span elements */
#username,
#email {
white-space: nowrap; 
overflow: hidden; 
text-overflow: ellipsis; 
max-width: 366px; 
}


/* Style for menu items */
li a.login {
display: block;
margin-left: 20px; 
color: #333;
text-decoration: none;
margin-right: 0px;
}


/* Style for the Logout link */
li a.login:last-child {
color: #777777;
font-size: 20px!important;
}

/* Wrapper for layered login icons */
.login-icon-wrapper {
  position: relative;
  display: inline-block;
  height: 48px;
  width: auto;
}

/* Base image styling */
.login-icon {
  position: absolute;
  top: 0;
  left: 0;
  height: 54px;
  transition: opacity 0.2s ease;
  opacity: 0;
}

/* Show default by default */
.login-icon-default {
  position: relative;
  opacity: 1;
  z-index: 1;
}

.login-button {
    padding-top: 0px!important;
}

/* Hover image appears on hover */
.login-button:hover .login-icon-default {
  opacity: 0;
}

.login-button:hover .login-icon-hover {
  opacity: 1;
  z-index: 2;
}


.navBarItem:hover {
color: #fff!important;
}

#mainnav .navbar-brand img, 
#mainnav .navbar-nav a {
color: #f2f2f2; 
text-decoration: none;
font-weight: 600;
margin: 0px;
padding: 4px 25px;
}


li a.delteAccount {
color: #FFF;
}
.deleteAccount:hover {
color: red!important;
}


/*logo*/
.navbar-brand{
padding: 6px 32px;
margin-top: 5px;

padding-right: 0px;
}
.navbar-brand img{
width: 136px;
height: auto;
}

.navbar-brand img.small-logo {
display: none;
height: 100%;
width: unset;
}


.navbar {
margin: 0!important;
}

.navbar-center {
margin-left: 25px;
display: inline-block;
margin-left: 25px;
float: none;
margin-top: 10px;
}

.navBarItem {
display: flex;
align-items: center; /* Aligns items vertically in the center */
justify-content: flex-start; /* Aligns items horizontally */
}

.navBarItem img {
margin-right: 10px; /* Adds spacing between the icon and the text */
}

.navBarItem img, .navBarItem span {
vertical-align: middle;
}



.navbar-nav>li {
display: table-cell;
}


#locationButton {
}

.modal {
z-index: 11000;
}

#mainNavWrapper {
position: fixed;  
top: 0;        
left: 0;      
width: 100%;   
z-index: 1000;
background-color: rgba(9, 9, 27, 0.8);
}
#mainnav {
width: 100%;
padding-top: 2px;
background-color: #000024!important;
border-color: #000024!important;
}
#mainnav li:hover {

}

.navbar-header {
height: 55px;
}

    

.normalColor {
color: gray!important;
margin-right: 3px;
}

#dropDownMenu li {
border: none;
}

#dropDownMenu li a {
color: #777; 
}

.outter {
background-color: #000024!important;
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover{
color: #fff!important;
font-size: 20px;
} 

li.active {
color: white;
font-weight: bold;
}


.icon-link {
display: flex;
flex-direction: column; 
align-items: center;
justify-content: center;
text-align: center;
}

.icons {
font-size: 20px;
}

li {
display: flex;
align-items: center;
}

.fa, .icons, .fa-solid {
width: 30px;
text-align: center;
}

.findStation, .mobhide {
flex-grow: 1; 
}

.navbar-header .login-btn {
float: right;
height: 40px;
margin-right: 15px;
border: 0px solid #ddd; 
}

.mainNaveSpacer {
height: 62px;

}

#mainNavWrapper .vertical-navbar {
display: none;
}

.vertical-navbar li {
width: 100%;
text-align: center;
margin: 3px 0;
}

.vertical-navbar a {
display: flex!important;
align-items: center;
justify-content: center;
}

.nav > li > a:hover, .nav > li > a:focus {
  background-color: #eeff4199;
}

#user-menu-collapse {
height: 0 !important;
}

#user-menu-collapse .user-info {
margin-bottom: 5px;
}
.links {
display: flex;
flex-wrap: wrap;
justify-content: center;
align-items: center;
padding-bottom: 10px;
}

.vertical-navbar .nav-label {
  color: white; /* or any color you want */
}


/*nav bar for 1000px smaller*/
.vertical-navbar {
  position: absolute;
  top: 60px; 
  right: 0;
  min-width: 273px; 
  height: auto;   
  background-color: #027493; 
  border-radius: 25px 0px 25px 25px;
  z-index: 1000;
}


.vertical-navbar .nav > li {
  text-align: left;
  padding-left: 16px;
  padding-right: 16px;
}

.greetingContainer {
  max-width: 273px;
  background-color: #027493;
  padding: 0px 15px;
}
.profileContainer {
  border-radius: 0px 0px 25px 25px;
  background-image: linear-gradient(to left, #027493 0%, #029bb8 100%);
}

.profileButtonContainer {
  background-color: pink !important;
}




@media (max-width: 1000px) {
  .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus{
    background-color: transparent!important;
  }
    #mainNavWrapper .navbar-collapse,
    #mainNavWrapper .vertical-navbar,
    #mainNavWrapper .navbar-nav,
    #mainNavWrapper .navbar-nav > li,
    #mainNavWrapper .navbar-nav > li > a {
    max-width: 100vw;

    overflow-x: hidden;
    }
    .navbar-collapse {
        padding-right: 0px!important;
        padding-left: 0px!important;
    }
    .container-fluid {
        padding-left: 0px!important;
        padding-right: 0px!important;
    }
    #mainNavWrapper .navbar-header {
        float: none;
    }
    #mainNavWrapper .navbar-left,.navbar-right {
        float: none !important;
    }
    #mainNavWrapper .navbar-toggle {
        display: block;

    }
    #mainNavWrapper .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }
    #mainNavWrapper .navbar-fixed-top {
        top: 0;
        border-width: 0 0 1px;
    }
    #mainNavWrapper .navbar-collapse.collapse {
        display: none!important;
    }

    /*quick find*/
    #mainNavWrapper .navbar-nav {
        float: none!important;
        margin-top: 7.5px;
    }
    #mainNavWrapper .vertical-navbar-nav {
      /* background-color: pink; */
       background-image: linear-gradient(to bottom, rgba(2, 116, 147, 0.97) 0%, rgba(1, 70, 103, 0.99) 35%, rgba(0, 26, 61, 0.99) 77%, #000024 111%);
       width: 100vw;
    }
    #mainNavWrapper .navbar-nav>li {
        float: none;
    }
    #mainNavWrapper .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    #mainNavWrapper .collapse.in{
        display:block !important;
        
    }

    #mainNavWrapper .navbar-collapse {
        width: 100%;
        background: linear-gradient(180deg,  #003 50%, #000051 95%);
        
    }
    #mainNavWrapper .vertical-navbar {
        display: block;
    }

    #mainNavWrapper .horizontal-navbar {
        display: none;
    }

    .navbar-nav>li {
        display: block;
    }

    #user-menu-collapse {
        height: auto !important;
    }
    .container > .navbar-header, .container-fluid > .navbar-header, .container > .navbar-collapse, .container-fluid > .navbar-collapse {
        margin-right: 0px;
        margin-left: 0px;
    }
    
}

@media screen and (max-width: 375px) {
    .navbar-brand img.small-logo {
        display: block;
    }
    .navbar-brand img.big-logo {
        display: none;
    }
}




/* perfect-scrollbar v0.6.16 */
.ps-container {
    -ms-touch-action: auto;
    touch-action: auto;
    overflow: hidden !important;
    -ms-overflow-style: none
}

@supports (-ms-overflow-style: none) {
    .ps-container {
        overflow: auto !important
    }
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .ps-container {
        overflow: auto !important
    }
}

.ps-container.ps-active-x > .ps-scrollbar-x-rail, .ps-container.ps-active-y > .ps-scrollbar-y-rail {
    display: block;
    background-color: transparent
}

.ps-container.ps-in-scrolling.ps-x > .ps-scrollbar-x-rail {
    background-color: #eee;
    opacity: .9
}

    .ps-container.ps-in-scrolling.ps-x > .ps-scrollbar-x-rail > .ps-scrollbar-x {
        background-color: #999;
        height: 11px
    }

.ps-container.ps-in-scrolling.ps-y > .ps-scrollbar-y-rail {
    background-color: #eee;
    opacity: .9
}

    .ps-container.ps-in-scrolling.ps-y > .ps-scrollbar-y-rail > .ps-scrollbar-y {
        background-color: #999;
        width: 11px
    }

.ps-container > .ps-scrollbar-x-rail {
    display: none;
    position: absolute;
    opacity: 0;
    -webkit-transition: background-color .2s linear, opacity .2s linear;
    -o-transition: background-color .2s linear, opacity .2s linear;
    -moz-transition: background-color .2s linear, opacity .2s linear;
    transition: background-color .2s linear, opacity .2s linear;
    bottom: 0px;
    height: 15px
}

    .ps-container > .ps-scrollbar-x-rail > .ps-scrollbar-x {
        position: absolute;
        background-color: #aaa;
        -webkit-border-radius: 6px;
        -moz-border-radius: 6px;
        border-radius: 6px;
        -webkit-transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, -webkit-border-radius .2s ease-in-out;
        transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, -webkit-border-radius .2s ease-in-out;
        -o-transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, border-radius .2s ease-in-out;
        -moz-transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, border-radius .2s ease-in-out, -moz-border-radius .2s ease-in-out;
        transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, border-radius .2s ease-in-out;
        transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, border-radius .2s ease-in-out, -webkit-border-radius .2s ease-in-out, -moz-border-radius .2s ease-in-out;
        bottom: 2px;
        height: 6px
    }

    .ps-container > .ps-scrollbar-x-rail:hover > .ps-scrollbar-x, .ps-container > .ps-scrollbar-x-rail:active > .ps-scrollbar-x {
        height: 11px
    }

.ps-container > .ps-scrollbar-y-rail {
    display: none;
    position: absolute;
    opacity: 0;
    -webkit-transition: background-color .2s linear, opacity .2s linear;
    -o-transition: background-color .2s linear, opacity .2s linear;
    -moz-transition: background-color .2s linear, opacity .2s linear;
    transition: background-color .2s linear, opacity .2s linear;
    right: 0;
    width: 15px
}

    .ps-container > .ps-scrollbar-y-rail > .ps-scrollbar-y {
        position: absolute;
        background-color: #aaa;
        -webkit-border-radius: 6px;
        -moz-border-radius: 6px;
        border-radius: 6px;
        -webkit-transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, -webkit-border-radius .2s ease-in-out;
        transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, -webkit-border-radius .2s ease-in-out;
        -o-transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, border-radius .2s ease-in-out;
        -moz-transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, border-radius .2s ease-in-out, -moz-border-radius .2s ease-in-out;
        transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, border-radius .2s ease-in-out;
        transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, border-radius .2s ease-in-out, -webkit-border-radius .2s ease-in-out, -moz-border-radius .2s ease-in-out;
        right: 2px;
        width: 6px
    }

    .ps-container > .ps-scrollbar-y-rail:hover > .ps-scrollbar-y, .ps-container > .ps-scrollbar-y-rail:active > .ps-scrollbar-y {
        width: 11px
    }

.ps-container:hover.ps-in-scrolling.ps-x > .ps-scrollbar-x-rail {
    background-color: #eee;
    opacity: .9
}

    .ps-container:hover.ps-in-scrolling.ps-x > .ps-scrollbar-x-rail > .ps-scrollbar-x {
        background-color: #999;
        height: 11px
    }

.ps-container:hover.ps-in-scrolling.ps-y > .ps-scrollbar-y-rail {
    background-color: #eee;
    opacity: .9
}

    .ps-container:hover.ps-in-scrolling.ps-y > .ps-scrollbar-y-rail > .ps-scrollbar-y {
        background-color: #999;
        width: 11px
    }

.ps-container:hover > .ps-scrollbar-x-rail, .ps-container:hover > .ps-scrollbar-y-rail {
    opacity: .6
}

    .ps-container:hover > .ps-scrollbar-x-rail:hover {
        background-color: #eee;
        opacity: .9
    }

        .ps-container:hover > .ps-scrollbar-x-rail:hover > .ps-scrollbar-x {
            background-color: #999
        }

    .ps-container:hover > .ps-scrollbar-y-rail:hover {
        background-color: #eee;
        opacity: .9
    }

        .ps-container:hover > .ps-scrollbar-y-rail:hover > .ps-scrollbar-y {
            background-color: #999
        }

.videoContainer{
    z-index: 10;
    position: relative;
}

#embeddedPlayer .videoContainer {
  width: 100%;
  height: 100%;
}

.videoInfo{
    padding: 1em 0;
    color: #ccc;
}
  .videoInfo h3 {
    margin: .15em 0 .35em;
    font-size: 1.4em;
  }

  .videoInfo small.streamType {
    font-size: 16px;
    font-weight: normal;
    margin-bottom: .3em;
    color:#eee;
  }
  .videoInfo small.airedDate {
    font-size: 1em;
    font-weight: bold;
    display: block;
  }
  .videoInfo .episodeDescription {
    margin-top: 1em;
  }
  .videoInfo .showTitle,
  .videoInfo .showSeasonsEpisodes {
    font-style: italic;
    margin: .5em 0;
  }
.videoInfo .showDescription{
    margin-bottom: 1em;
}
.videoInfo .viewMoreButton {
    margin-right: 1em;
}
.videoInfo .viewMoreButton a{
    border: solid 1px #bbb;
    -moz-border-radius: 5px;
    border-radius: 5px;
    color: #ddd;
    padding: .2em 1em .1em .7em;
    font-size: .7em;
    font-style: normal;
}
.videoInfo .viewMoreButton a:hover{
    text-decoration: none;
    background-color: #222;
}

#videoPlayer {
}
  #videoPlayer.aspectSnap {
    height: 0;
    padding-top: 56.25%;
    width: 100%;
    position: relative;
  }
  #videoPlayer.fluidFill {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }

  #TheVideo {
    position: absolute;
    top: 0;
  }

  #TheVideo.flowplayer {
    font-size: 12px;
  }

    #TheVideo.flowplayer .fp-controls {
      padding-left: 0;
      padding-right: 0;
      background: rgba(22,22,22,0.8);
      height: 36px;
      padding-top: 9px;
      align-items: center;
    }

  #TheVideo.is-live .fp-controls {
    padding-top: 0;
  }
  #TheVideo.is-live .fp-playbtn {
    display: none;
  }
.flowplayer .fp-controls > * {
  padding-top: 3px;
}
#TheVideo.flowplayer .fp-timeline {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  height: 8px;
  border-radius: 0;
  margin-left: 0;
  padding: 0;
}
#TheVideo.flowplayer .timeSlash {
  margin: 0;
}
#TheVideo.flowplayer .spacer {
  flex-grow: 5;
}
#TheVideo.flowplayer .theatre-mode-icon {
  order: 10;
}
#TheVideo .fp-ad-container .fp-elapsed,
#TheVideo .fp-ad-container .fp-duration {
  display: none;
}
#TheVideo .fp-ad-container .fp-remaining {
  display: block;
  flex-grow: 2;
  text-align: right;
}
.theatre-mode-icon {
  width: 20px;
  height: 16px;
  overflow: hidden;
  background-image: url(/images/icon-jwplayer-player-size.png);
  cursor: pointer;
}

  .theatre-mode-icon.Hovered {
    background-position-y: -16px;
  }

.bigPlayer .theatre-mode-icon {
  background-position-x: -20px;
}

.vjs-default-skin .vjs-volume-handle:before{
}
.trailerButton {
    float: right;
    margin-top: 1em;
    line-height: 1.3em;
    color: #fff;
}

.returnToLive{
    display: none;
    margin: .5em;
}
.returnToLive a{
    color: #F78806;
}

@media (max-width: 768px) {
    .jw-screensize.jw-icon-inline{
        display: none;
    }
}

#liveVideo{
  width: 100%;
}

.expandPayload .promoLink a{
    display: block;
    padding: .25em 0;
}

.stillWatchingPrompt {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 111;
  font-size: 2em;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
  .stillWatchingPrompt .background {
    position: absolute;
    width: 100%;
    height: 100%;
    background: #444;
    opacity: .97;
  }
  .stillWatchingPrompt p{
    z-index: 1;
    color: #fff;
  } 
  .stillWatchingPrompt button {
    font-size: .7em;
    color: #222;
    z-index: 1;
  }

#TheVideo.flowplayer .fp-bar,
#TheVideo.flowplayer .fp-bar-slider {
  cursor: pointer !important;
}
#TheVideo.flowplayer .fp-progress {
  border-radius: 0;
}
#TheVideo .fp-share {
  display: none;
}
#TheVideo .volIcon {
  order: 6;
  font-size: 18px;
  padding-top: 6px;
  margin: 0;
  color: #ccc;
  margin-left: .5em;
}
#TheVideo .fp-volume {
  order: 7;
  margin-left: 3px;
}
#TheVideo .fp-cc {
  order: 8;
}
#TheVideo .fp-qsel {
  order: 9;
}
#TheVideo .fp-fullscreen {
  order: 11;
}
#TheVideo .adBreakMarker {
  position: absolute;
  height: 100%;
  border-left: solid 2px #000;
  opacity: .3;
  width: 0;
  top: 0;
  cursor: pointer;
  height: 8px;
  margin: 0;
}

#TheVideo .ad-playing .adBreakMarker {
  display: none;
}

#TheVideo.flowplayer .fp-captions {
  font-size: 14px;
  letter-spacing: .03em;
}

#TheVideo.flowplayer .fp-ad-container.fp-ui .fp-color {
  background-color: #84f70b !important;
}

#TheVideo.flowplayer.is-fullscreen .fp-player {
  background-color: black;
}

#TheVideo.flowplayer .fp-color {
  background-color: #84f70b !important;
  fill: rgba(0, 0, 0, 0.2); 
}

body {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}
#show .showImg {
    width: 100%;
}

#ShowListPage .gridItem .thumb img {
    display: block;
    right: 0;
    transition: transform .3s ease-out;; /* Animation */
}

#ShowListPage .thumb img:hover{
    transform: scale(1.09);
}

#pageArea .videoInfo {
    display: flex;
    display: -webkit-flex;
}

#showInfoWrapper,
#episodeInfoWrapper {
    padding-right: 1em;
    flex-grow: 1;
}
#show .stationImage img {
    max-width: 80px;
}
#show .showMeta {
    padding: 1em 0 .5em;
}
#show .name {
    color: #333;
    font-weight: bold;
    font-size: 1.3em;
}

#show .info {
    color: #555;
}

#show .description {
    padding: .5em 0;
    font-size: 1em;
    white-space: normal;
}

#show .station {
    padding: 1em 0;
    color: #3e628f;
}

#show .station img {
    float: left;
    height: 40px;
    margin: 0 1em 0 0;
}
#getFlash a{
    position: relative;
    width: 100%;
    overflow: hidden;
    padding-bottom: 56.25%; /* 16:9 */
    padding-top: 0px;
    height: 0;
    display: block;
    background: #999 url(/images/get-flash.png) center no-repeat;
    border: solid 2px #777;
}


/* --- POST ROLL CONTENT ---------------- */

#post-roll-content {
    position: absolute;
    display: none;
    width: 100%;
    height: 100%;
    background: #222;
    z-index: 20000;
    overflow: hidden;
}

#post-roll-content .showImageBackground{
    width: 100%;
    position: absolute;
    opacity: .35;
}
#post-roll-content .showImageBackground img{
    width: 100%;
}

#post-roll-content .showImageBackground.tall{
    height: 100%;
    width: auto;
    position: absolute;
    opacity: .15;
}
#post-roll-content .showImageBackground.tall img{
    width: auto;
    height: 100%;
}

#post-roll-content .innerWrapper {
    position: relative;
    width: 100%;
    padding: 5px;
}

#post-roll-content .videoPanel {
    width: 80%;
    padding: 3px;
    margin: 6% auto 0;
}

#post-roll-content .videoPanel.socialLinks{
    display: none;
}
@media (min-width: 992px) {

    #post-roll-content .videoPanel.socialLinks{
        display: block;
    }


}
 /*#post-roll-content .videoPanel .fa-play-circle {
  position: absolute;
  width: 100%;
  top: 32%;
  left: 0;
  display: table-cell;
  text-align: center;
  line-height: 100%;
  font-size: 4em;
  color: #444;
  opacity: .5;
}*/
#post-roll-content .videoPanel .innerPanel {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 54.5%;
    overflow: hidden;
    border: solid 1px #333;
}

#post-roll-content .videoPanel .innerPanel a {
    display: block;
}

#post-roll-content .videoPanel .imageThumb {
    width: 100%;
    display: block;
    background: #fff;
    position: relative;
}

#post-roll-content .videoPanel .innerPanel .imageThumb img {
    width: 100%;
    border: solid 1px #333;
}

#post-roll-content .videoPanel .panelMetaContent {
    top: 0;
    left: 0;
    position: absolute;
    color: #eee;
    padding: 5px;
    background: rgba(0,0,0,0.3);
    width: 100%;
    font-size: .7em;
}
#post-roll-content .postActionbutton{
    font-size: .8em;
    font-weight: bold;
    line-height: 2em;
    text-align: center;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin: auto;
}
/* SOCIAL VIDEO PANEL CONTENTS */

    #post-roll-content .replayVideo{
        background: #333;
        color: #fff;
        display: block;
        position: absolute;
        bottom: 7px;
        right: 11px;
    }
    #post-roll-content .replayVideo i{
        color: #fff;
        font-size: 1.2em;
        float: left;
        margin: 4px 7px 4px 7px;
    }
    #post-roll-content .replayVideo span{
        color: #fff;
        font-size: 1em;
        float: left;
        margin: 0px 5px 0 0;
        padding-right: 2px;
    }

/* AUTOPLAY OPTIONS */
    #post-roll-content .videoPanel .innerPanel .autoPlayNextClipContainer{
        display: block;
        position: absolute;
        top: 45%;
        width: 100%;

    }
    #post-roll-content .videoPanel .innerPanel .autoPlayNextClip,
    #post-roll-content .videoPanel .innerPanel .cancelCountdownContainer{
        font-size: 1.1em;
        text-align: center;
        color: #fff;
        display: block;
        margin: auto;
        text-shadow: 2px 2px 5px rgba(0, 0, 0, 1.0);
        font-weight: bold;
    }

    #post-roll-content .videoPanel .innerPanel .cancelCountdownContainer{
        display: block;
        text-align: center;
        margin: 3px;
    }
    #post-roll-content .videoPanel .innerPanel a.cancelCountdown{
        font-size: .85em;
        display: inline;
        color: #fff;
        padding: 2px 8px;
    }
    #post-roll-content .videoPanel .innerPanel a.cancelCountdown:hover{
        border: solid 1px #ccc;
        background: #eee;
        color: #555;
        -moz-border-radius: 5px;
        border-radius: 5px;
        text-decoration: none;
        cursor: pointer;
        border: solid 1px #888;
        text-shadow: 2px 2px 5px rgba(0, 0, 0, 0);
        font-weight: bold;
    }
    #post-roll-content .videoPanel .innerPanel a.cancelCountdown:hover i{
        color: #b90808

    }

    #post-roll-content .videoPanel .innerPanel .activateAutoPlayContainer{
        font-size: .8em;
        display: none;
        position: absolute;
        bottom: 4px;
        left: 4px;
    }
    #post-roll-content .videoPanel .innerPanel .activateAutoPlayContainer a{
        border: solid 1px #999;
        background: #eee;
        color: #555;
        -moz-border-radius: 5px;
        border-radius: 5px;
        text-decoration: none;
        cursor: pointer;
        padding: 2px 5px 0;
        opacity: .6;
    }
    #post-roll-content .videoPanel .innerPanel .activateAutoPlayContainer a:hover{
        opacity: 1;
    }




#post-roll-content .videoPanel .panelMetaContent .panelTitle {
    font-weight: bold;
    font-size: 1.2em;
    display: block;
}
#post-roll-content .videoPanel .panelMetaContent .panelText {
    display: block;
    font-size: 1em;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-shadow: 2px 2px 5px rgba(0, 0, 0, 1.0);
}
#post-roll-content .videoPanel .innerPanel a:hover .panelText{
    text-decoration: underline;
    text-shadow: 2px 2px 5px rgba(0, 0, 0, 1.0);
}

#post-roll-content .videoPanel .socialMedia a {
    margin-bottom: .5em;
        display: block;
        position: relative;
}
#post-roll-content .videoPanel .socialMedia a img{
    width: 66%;
    margin: auto;
    display: block;
}


@media (min-width: 321px) {
    #post-roll-content .videoPanel .panelMetaContent {
        font-size: .8em;
    }
}
@media (min-width: 481px) {
    #post-roll-content .videoPanel .panelMetaContent {
        font-size: .7em;
    }
}
@media (min-width: 768px) {
    #post-roll-content .videoPanel .panelMetaContent {
        font-size: .8em;
    }

   
}
@media (min-width: 991px) {
    #post-roll-content .videoPanel .panelMetaContent {
        font-size: .9em;
    }
    #post-roll-content .replayVideo i{
        font-size: 1.5em;
        margin: 5px 11px 4px 7px;
    }
    #post-roll-content .replayVideo span{
        font-size: 1.3em;
        margin: 3px 5px 0 0;
    }
}

/* @media (min-width: 1921px) {
    .imageContainer {
        right: 15%!important;
        width: 50%!important;
    }
    .showGroupItem {
        width: calc(16.666% - (5px * 5 / 6));
    }
} */



/* ---------- CONTENT ADVISORY ---------- */

.contentAdvisory {
    margin-bottom: 1em;
}
#seasonsAccordian .contentAdvisory {
    margin-bottom: .5em;
}
.contentAdvisory h4 {
    float: left;
    margin: 5px 5px 0 0;
}
.contentAdvisory h4 .contentAdvisoryPopup {
    font-size: .85em;
}
.contentAdvisory p {
    clear: both;
    font-style: italic;
    font-size: .85em;
    padding-top: .5em
}

.contentAdvisoryToggle {
    font-size: .85em;
    float: right;
}
#contentAdvisoryModal .modal-header {
    padding: 8px 15px;
}

/* --- CONTENT ADVISORY MODAL ---------------- */

.contentAdvisoryModalInfo p {
    margin: 1em 0 .5em;
    font-size: .9em;
}
#contentAdvisoryList div{
    padding: .3em 0;
    font-size: .9em;
    margin-left: 1em;
    color: #ccc;
}
#contentAdvisoryList .advisoryIcon{
    margin-right: .5em;
    background: #ccc !important;
}
#contentAdvisoryList div.active{
    color: #000;
}
#contentAdvisoryList div.active .advisoryIcon{
    background: #666 !important;
}


/* ---------- EPISODE ACCORDIONS ---------- */


/*
#seasonsAccordian .panel {
    border: 0;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    box-shadow: none;
}

#seasonsAccordian .panel-heading {
    background-image: none;
    cursor: pointer;
}

#seasonsAccordian .panel-collapse {
    border: 0px;
}

#seasonsAccordian .panel-body {
    margin: 0px;
    border: 0px;
}

#seasonsAccordian .panel-body .episode-wrapper {
    margin: 0px;
    padding: 0px 15px;
    background-color: #fff;
    display: block;
    text-decoration: none;
    border-bottom: solid 1px #ddd;
}

#seasonsAccordian .panel-body .episode {
    padding: 12px 0 6px;
    margin: 0px;
}

#seasonsAccordian .panel-body .episode-wrapper:last-child .episode {
    border-bottom: 0px;
}

#seasonsAccordian .panel-body .episode-wrapper-selected {
    background-color: #eee;
}



#seasonsAccordian .seasonTitle {
    color: #3e628f;
}

#seasonsAccordian .episode .title {
    font-size: 0.88em;
}

#seasonsAccordian .contentAdvisory b {
    font-size: .85em;
}
#seasonsAccordian .contentAdvisoryIcons {
    cursor: pointer;
}
#seasonsAccordian .contentAdvisoryIcons .advisoryIcon{
    cursor: pointer;
    font-size: 8px;
    width: 12px;
    height: 12px;
    padding-top: 1px;
    margin-right: -2px;
}

#seasonsAccordian .episode .episodeThumbnailLink {
    position: relative;
    width: 47%;
    margin-right: 10px;
}

#seasonsAccordian .episode .episodeRuntimeBug,
.videoPanel .episodeRuntimeBug{
    position: absolute;
    right: 5px;
    bottom: 5px;
    text-decoration: none;
    font-size: 12px;
    font-weight: bold;
    color: #000;
    background: #ccc;
    padding: 1px 5px;
    opacity: .8;
    border: solid 1px #666;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: 1px 1px 3px 0px rgba(0,0,0,0.3);
    -moz-box-shadow: 1px 1px 3px 0px rgba(0,0,0,0.3);
    box-shadow: 1px 1px 3px 0px rgba(0,0,0,0.3);
    z-index: 6;
}

#seasonsAccordian .episode .thumb {
    width: 100%;
    background-color: #f4f4f4;

}
#seasonsAccordian .episodeDescription p {
    position: relative;
    font-size: .88em;
    margin:0;
}

#seasonsAccordian .episodeMeta {
    float: left;
    width: 48%;
}

#seasonsAccordian .episode.fullDescription .episodeDescription p {
    height: auto;
}
#seasonsAccordian .episode.fullDescription .episodeDescription a {
    outline: 0;
}
#seasonsAccordian .episode.fullDescription .thumb {
}
#seasonsAccordian .episode.fullDescription .episodeMeta {
}

#seasonsAccordian .episodeMeta.noEpisodeImage,
#seasonsAccordian .episode.fullDescription .episodeMeta.noEpisodeImage {
    width: 98%;
}
    */

/* for sizes between phones and small tablets
@media (min-width: 481px) and (max-width: 991px) {
    #seasonsAccordian .episode .thumb,
    #seasonsAccordian .episodeMeta,
    #seasonsAccordian .episode.fullDescription .thumb,
    #seasonsAccordian .episode.fullDescription .episodeMeta {
        width: 100%;
    }
    #seasonsAccordian .episode .thumb {
        margin-bottom: .5em;
    }
}

@media (min-width: 992px) {
}

@media (min-width: 1200px) {
    #seasonsAccordian .episodeDescription {
        margin: .5em 0 0 0;
        display: block;
    }

    #seasonsAccordian .episodeDescription p {
        color: #666;
        font-size: .88em;
        line-height: 1.4em;
    }
}
*/


#station .stationImage img {
    max-width: 80px;
}



.textSlideOut {
    display: block;
    position: relative;
    cursor: pointer;
}
.textSlideOut .expandPayload {
    display: none;
    position: absolute;
    z-index: 899;
    white-space: nowrap;
    padding: .2em .6em;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background-color: #090909;
}
.textSlideOut .expandTrigger {
    position: relative;
    z-index: 900;
}
.textSlideOut .expandTrigger .icon {
    display: block;
    overflow: hidden;
}
.textSlideOut.rightPos > div{
    float: right;
}
.textSlideOut.rightPos .expandPayload{
    right: 0;
    top: -1px;
    padding-right: 24px;
}

.textSlideOut .expandTrigger .icon.watchTrailer {
    background: #090909 url(/images/icon-video-frame.png);
    width: 18px;
    height: 16px;
}
.textSlideOut.hovered .expandTrigger .icon.watchTrailer {
    background-position: -36px 0;
}

.padTop-1em{ padding-top: 1em }
.padTop5 {
  padding-top: .5em !important;
}
.padBottom1em{
    padding-bottom: 1em;
}
.padBottom2em{
    padding-bottom: 2em;
}
.padBottom3em{
    padding-bottom: 3em;
}

.displayBlock{
    display: block !important;
}

.descriptionText {
  white-space: pre-wrap;
}
.switch {
    position: relative;
    display: inline-block;
    width: 45px;
    height: 26px;
    }
  
.switch input { 
    opacity: 0;
    width: 0;
    height: 0;
}
  
.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
} 
  
.slider:before {
    position: absolute;
    content: "";
    height: 20px;
    width: 20px;
    left: 3px;
    bottom: 3px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}
  
input:checked + .slider {
    background-color: #8db600;
}
  
input:focus + .slider {
    box-shadow: 0 0 1px #8db600;
}
  
input:checked + .slider:before {
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
}
  
/* Rounded sliders */
.slider.round {
    border-radius: 48px;
}
  
.slider.round:before {
    border-radius: 50%;
}
.parentDiv{
  border-top: #555 3px solid;
  border-bottom: #555 3px solid;
  background: #262626;
}
#lcPageArea{ 
  width: 750px;
}

#lcTitleArea span{
  width:100%; 
  font-size:3em;
  color:white;
}
#white{
 color:white !important;
}
 #green{
  color:#84f70b !important;
}
#lcStationArea{
  
  font-size: 1.3em;
  font-weight: 500;
  line-height: 1.7em;
  padding: 8px;
}
#lcStationImages {
  
}
.lcStationImagesParent {
  display: flex;
  align-items: flex-start;
  width: 100%;
  justify-content: space-evenly;
 
  padding-top: 25px;
}
.lcStationImagesChild {
  flex-direction: row;
  
  height:127px
}

#lcQuestionArea{
  
  font-size: 1.3em;
  font-weight: bold;
  line-height: 1.7em;
  padding: 8px;
}

#lcQuestionArea > span{
  line-height: 1em !important;
}

#lcQuestionArea  .parent {
    display: flex;
    align-items: flex-start;
    flex-flow: row wrap;
    width: 100%;
    
}
#lcQuestionArea .child {
  width: 50%;
}
#lcQuestionArea > input:checked{
  background: #166CA0 !important;
}

#lcQuestionArea button{
  background: #166CA0;
  font-size: 1.2em;
  font-weight:400;
}
.lcThankYouParent{
  width: 100%; 
  height:400px; 

  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
 
 
}
.lcThankYouParent p {

}
.lcThanks{
  font-size:2.4em;
}
.lcYourInput{
  font-size:1.8em;
}
.lcContactUs{
  padding: 20px;
  text-align: center !important;  
  font-weight: 600;
  color: #cccccc;
}
.lcContactUs a{
  text-decoration: none;
  font-weight: 800;
  color: #ccc;
}
.lcContactUs a:hover{
  text-decoration: underline;
  font-weight: 800;
  color: #ccc;
}

@media only screen  and (max-width: 767px) {
  #lcPageArea{
     width: 550px;
  }
  #lcStationArea, #lcQuestionArea{
    font-size: 1em;
    font-weight: 400;
    line-height: 1.2em;
    padding: 5px;
  }

  #lcQuestionArea{
    font-weight: bold;
  }
  #lcTitleArea span{
    font-size:2em;
  }
  .lcStationImagesChild{
    height:100px;
    padding-left: 2px;
    padding-right: 2px;
  }
  .lcThanks{
    font-size:1.8em;
  }
  .lcYourInput{
    font-size:1.2em;
  }
}

@media only screen and (max-width: 525px) {
  #lcPageArea{
     width: 460px;
  }
}
@media only screen and (max-width: 320px) {
  #lcPageArea{
     width: 315px;
  }
  #lcTitleArea span{
    font-size:1.25em;
  }
  .lcStationImagesChild{
    height:60px;
    padding-left: 2px;
    padding-right: 2px;
  }
  #lcQuestionArea .child {
    width: 100%;
  }
}
/*------------ Collections on Collection ----------------*/
#collectionShows {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 -15px;
}

.items-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    width: 100%;
    padding: 0 15px; 
    margin: 0px 25px;
}

.collectionItem {
    flex: 0 1 calc(25% - 60px); /* Adjusted calculation to maintain layout with increased margin */
    box-sizing: border-box;
    border: 2px solid transparent;
    border-radius: 5px;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 400px;
    margin: 15px; /* Increased margin */
}

.collectionItem:hover {
    border-color: yellow;
}

a:hover {
    text-decoration: unset;
}

#publisher .attributeItem {
    text-decoration: none !important; /* Ensure no text decoration on links inside collectionItem */
    color: inherit !important; /* Ensure link color is inherited */
}

#publisher .attributeItem:hover
{
    text-decoration: none !important;
    color: inherit !important; 
}
#publisher .attributeItem:focus
{
    text-decoration: none !important; 
    color: inherit !important; 
}
#publisher .attributeItem:active {
    text-decoration: none !important; 
    color: inherit !important; 
}

.collectionItem span {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.collectionItem img {
    width: 100%;
    height: auto!important;
    object-fit: cover;
    border-radius: 5px;
}

.collectionShowsText {
    color: #fff !important;
    text-decoration: none !important;
    margin-left: 15px;
}

/* Responsive adjustments */
@media (max-width: 1200px) {
    .collectionItem {
        flex: 0 1 calc(33.33% - 60px); /* Adjusted calculation */
    }
}

@media (max-width: 900px) {
    .collectionItem {
        flex: 0 1 calc(50% - 60px); /* Adjusted calculation */
    }
}

@media (max-width: 600px) {
    .collectionItem {
        flex: 0 1 calc(100% - 60px); /* Adjusted calculation */
    }
}





.publisherContainer { 
    display: flex;
    flex-direction: column;
    margin-left: 15px;
}



/*fav button and zeam up */
.button-container {
    display: flex;
    width: 75%;
    height: 10%;
}

.button-container .btn {
    /*flex: 1; /* Each button takes equal width */
    margin-right: 16px; 
    display: flex;
    justify-content: center;
    align-items: center;
}

.button-container .other-btn {
    margin-top: 20px !important;
    border-radius: 35px;
    background-color: #000024;
    border: 3px solid #03C2DD;
    padding: 8px 20px;
}

.fav-btn {
    margin-top: 20px !important;
    padding: 8px 20px;
    font-weight: bold;
    font-size: 20px;
    color: #03C2DD;
    border-radius: 35px;
    background-color: #000024;
    border: 3px solid #03C2DD;

}

.other-btn img {
    height: 16px!important;
}

.other-btn:hover {
    border: 3px solid #EEFF41;
}





#publisher {
    position: relative;
    margin: 0;
    padding: 0;
    max-width: 1885px;
    margin: 0 auto!important;
}

.contactUsWrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-left: 30px;
    margin-right: 30px;
}

.contactUsContainer {
    flex-basis: calc(100% / 3);
    padding: 10px;
    margin-right: 10px;
    box-sizing: border-box; /* Ensure padding is included in the width */
}

.contactUsHeader {
    color: #03C2DD;
}

.contact {
    margin-bottom: 10px;
}

.contact p {
    font-size: 18px;

    color: #fff
}

.contactUsContainer h3 {
    font-size: 21px!important;

}

.publisher-details {
    z-index: 2; 
    width: 36%; 
    max-height: 300px;
    text-overflow: ellipsis;
    color: white;
    bottom: 40%;
    left: 10px;
    padding-top: 80px;
    padding-left: 2%;
}

/*------------ poster image ------------- */

.posterImageContainer {
    position: relative;
    display: inline-block;
    padding-right: 1%;
    max-width: 1000px;
}

.publisher-poster-image {
    z-index: 5;
    height: 480px;
    width: 100%;
}
.no-image {
    height: 220px;
}

.publisher-details .show-image {
    max-width: 50%;
}

.poster-image-shadow {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: 
        linear-gradient(to right, #000045 0%, transparent 25%),
        linear-gradient(to top, #000051 0%, transparent 30%);
        
    z-index: 2;
    pointer-events: none; /* allows clicks to go through to the image */
}

#publisher .showPublisherTitle {
    font-size: 40px;
    overflow-wrap: break-word;
}

#publisher .publisherHeaderName {
    font-size: 40px;
    line-height: 1;
}

#publisher .publisherDisplayLocation h2 {
    margin-top: 12px!important;
    margin-bottom: 20px!important;
    font-size: 30px!important;
    color: #fff;
}

#publisher .publisherDescription {
    font-size: 17px;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    color: #fff;
}

.publisher-header-image-details {
    display: flex;
    justify-content: space-between;
    align-items: start;
    position: relative;

}

/*-------- end of poster image -------- */




@font-face {
    font-family: 'favIcons';
    src:  url('/fonts/favIcons.eot');
    src:  url('/fonts/favIcons.eot') format('embedded-opentype'),
      url('/fonts/favIcons.ttf') format('truetype'),
      url('/fonts/favIcons.woff') format('woff'),
      url('//dwidio-cdn.s3.amazonaws.com/img/fonts/favIcons.svg') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: block;
}
  
[class^="icon-"], [class*=" icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'favIcons' !important;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
  
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
  
.icon-fav-star-active:before {
    content: "\e900";
}
.icon-fav-star-inactive:before {
    content: "\e901";
}


#publisher .mobile-detail {
    display: none;
    margin-left: 24px;
}


.move-fav-left {
    margin-left: 0px;
    margin-top: 15px;
}


.fav-btn:hover {
    color: #eeff41;
    border: 3px solid #eeff41
}

.fav-btn:active,
.fav-btn:focus:active,
.fav-btn:focus {
    background-color: #000024;
    border: 2px solid #03C2DD;
    color: #000024;
    outline: unset;
}

.icon-fav-star-active,
.icon-fav-star-inactive {
    font-size: 18px;
}

.fav-btn .icon-fav-star-active {
    color: #03C2DD;
}


/* .fav-btn:hover .icon-fav-star-active {
    color: #eeff41; /* Change color of the star when button is hovered 
} */

.fav-btn.is-fav:hover {
    color: #EEFF41;
    border: 3px solid #EEFF41;
}

.fav-btn.is-fav {
    background-color: #000024;
    color: #03C2DD;
    border: 3px solid #03C2DD;
}


#publisher #showSorting {
    margin-bottom: 0;
}


#marqueeWrapper {
    margin-bottom: 40px;
}

#publisher .groupContainer {
    position: relative;
}

#publisher .no-content {
    margin-left: 24px;
}


#publisher .horizontalGroupHeader {
    font-size: 1em;
    margin-left: 24px;
    color: #aaa;
    font-family: 'Open Sans', sans-serif;
    letter-spacing: .05em;
}



#publisher .groupItem {
    margin-bottom: 1em;
    padding: 0 10px;
}

#publisher .stationChannelGroup {
    border-top: solid 1px #444;
    padding: 20px 0 0;
}


#publisher .groupItem a:hover {
    text-decoration: none;
}

#publisher .groupItem .thumb {
    display: block;
    width: 100%;
    position: relative;
    height: 0;
    padding: 56.25% 0 0 0;
    overflow: hidden;
    border: 2px solid transparent;
}

#publisher .groupItem .thumb img {
    position: absolute;
    display: block;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: 0;
    width: 100%;
    transition: transform .3s ease-out, opacity .3s ease;
    /* Animation */
}

#publisher .thumb:hover {
    /* border: 2px solid #EEFF41; */
    text-decoration: none;
}

#publisher .groupItem .info {
    display: none;
    padding: 4px 8px;
    clear: both;
    font-size: .8em;
    background: #555;
}

#publisher .groupItem .info .title {
    color: #eee;
    display: block;
    font-weight: bold;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

#publisher .groupItem .info .episodeCount,
#publisher .groupItem .info .runtime {
    font-size: .87em;
    color: #ccc;
    display: block;
}

#publisher .slick-initialized {
    display: block !important;
}

#publisher .contentTitle {
    padding-top: .3em;
    color: #ccc;
}

#publisher .episodeRuntime {
    font-size: .8em;
    color: #ccc;
    line-height: 0;
    text-align: left;
}




#publisher .singleShowSeasonControl {
    margin-left: 24px;
    color: #000024;
    padding: 4px 10px;
    background-color: #4db0d5;
    border-color: #03C2DD;
    border-radius: 2px;
}

#publisher .singleShowSeasonControl:hover {
    cursor: pointer;
}

#publisher .stationItem {
    cursor: pointer;
}

#publisher .videoPlayerArea {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 50px;
    border-bottom: 1px solid #000024;
    width: 75%!important;
    height: auto;
}



#publisher .publisher-header {
    position: relative;
    padding: 15px;
    padding: 0px;
    border-radius: 0px 0px 5px 5px;
}
 #publisher .publisher-header h1 {
    color: #fff;
 }

#publisher .scheduleHeader {
    border-top: 1px solid #333;
    text-align: center;
    font-size: 1.1rem;
    font-weight: bold;
    padding-top: 5px;
}

#liveSchedule {
    width: 100%;
    height: 130px;
    white-space: nowrap;
    float: left;
}

#publisher .program {
    display: inline-block;
    background-color: #333;
    border-radius: 5px;
    margin: 5px 2px;
    height: 100px;
    width: 175px;
    overflow: hidden;
    cursor: pointer;
}

#publisher .program:hover {
    cursor: pointer;
}
#publisher .program:hover .programTimeHeader{
    background: #eeff41;
    border-bottom: 1px solid #eeff41;
 }

#publisher .programTimeHeader {
    text-align: center;
    border-bottom: 1px solid #03C2DD;
    background-color: #03C2DD;
    color: #000024;
    font-weight: bold;
    border-radius: 5px 5px 0px 0px;
}

#publisher .programName {
    background: #484764;
    padding: 3px;
}

#publisher .programName p {
    width: 175px;
    word-break: break-word;
    white-space: normal;
    height: 100px;
    overflow-y: hidden;
}

#publisher .show-publisher-header img {
    width: 100%;
}

#programDescription {
    margin-top: 10px;
}

.banner-fav {
    display: flex;
    background-color: #333;
    width: 100px;
    height: 30px;
    cursor: pointer;
    border: solid #333333 2px;
    /* pointer-events: none; */
}

.banner-fav .star-icon {
    padding-right: unset;
    padding-left: 5px;
}

.banner-fav .banner-fav-text {
    font-weight: bold;
    font-size: 14px;
    color: #f1f1f1;
    margin-left: 8px;
    margin-right: 3px;
}

.banner-fav i {
    vertical-align: bottom;
}

.banner-fav:hover {
    border: solid #EEFF41 2px;
    background-color: #595959;
}


@media (min-width: 768px) {
    .contactUsContainer {
        flex-basis: calc(33.33% - 10px); /* Adjust for margin */
    }
}

@media (max-width: 767px) {
    .contactUsContainer {
        flex-basis: calc(50% - 10px); /* Adjust for margin */
    }
}

@media (max-width: 480px) {
    .contactUsContainer {
        flex-basis: 100%;
    }
}
#search {
    max-width: 1920px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    flex-direction: column;
    align-items: center;    
}

/* new search button settings */

#search #pageArea h2 {
    padding-left: 50px !important;
    font-size: 1.75em!important;
}
.searchResultsMessage {
    position: absolute;
    top: 70%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80%;
    text-align: center;
    padding: 20px;
    border-radius: 10px;
    margin: auto;
}



.searchResultsMessage h1 {
    color: #FFF;
    margin-bottom: 50px;
    font-size: 2em!important;
}

.searchResultsMessage p {
    color: #FFF;
    margin-bottom: 10px;
    font-size: 1.5em!important;
}

.searchResultsMessage ul {
    list-style-type: none; 
    padding: 0;
    margin: 0 auto 20px; 
    text-align: left; 
    display: inline-block;
    font-size: 1.5em!important;
}

.searchResultsMessage li {
    padding: 8px 0;
    font-size: 1em!important;
}

.searchResultsMessage li:first-child {
    border-top: none; /* Removes the border from the first item */
}

.searchButtons {
    scroll-snap-type: x mandatory; 
}

.searchButtons button {
    scroll-snap-align: start; 
}

.searchButtons {
    display: flex;  
    overflow-x: auto;       
    white-space: nowrap;     
    padding: 10px 0;        
    scrollbar-width: none;   
}

.searchButtons.active {
    cursor: grabbing;
    cursor: -webkit-grabbing;
}

.searchButtons::-webkit-scrollbar {
    display: none;
}

.searchButtons button {
    background-color: #1A1A3B;
    color: #FFF;
    border: 4px solid #262645;
    border-radius: 15px;
    padding: 16px 24px;

    font-size: 24px;
    margin: 16px;
    flex: 0 0 auto;
    margin: 5px; 
    white-space: nowrap;
}

.searchButtons button:hover {
    background-color: none;
    color: #EEFF41;
    border: 3px solid #EEFF41;
}

.searchButtons button.active {
    background-color: #FFF;
    color: #000024;
    border: 2px solid #FFF; 
}




/* play overlay */
.image-container {
    position: relative;  /* Existing style */
    display: inline-block;  /* Existing style */
    line-height: 0;  /* Existing style */
    border: 4px solid transparent; /* Add transparent border for layout stability */
    transition: border-color 0.3s; /* Smooth transition for border color */
}

.image-container img {
    display: block;  /* Existing style */
    width: 100%;  /* Existing style */
    height: auto;  /* Existing style */
}

.overlay-icon {
    position: absolute;  /* Existing style */
    top: 50%;  /* Existing style */
    left: 50%;  /* Existing style */
    transform: translate(-50%, -50%);  /* Existing style */
    font-size: 32px;  /* Existing style */
    color: white;  /* Existing style */
    transition: color 0.3s; /* Smooth transition for color change */
    z-index: 10;  /* Existing style */
    opacity: 70%;
}

/* Hover effects */
.image-container:hover {
    border-color: #EEFF41;
}

.image-container:hover .overlay-icon {
    color: #EEFF41;
}





/* new search settings */

.image-container.eventImages {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.image-container.eventImages img {
    width: 100%;
    height: auto;
}

.searchResultsContainer {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 32px 24px;
    margin-top: 50px;
}

.searchItem {
    overflow: hidden;
}

.searchItem a {
    display: block;
    color: #333; 
    text-decoration: none;
    padding: 10px; 
}

.searchItem .image-container img {
    width: 100%; 
    height: auto; 
}

.wide-groupItem-title {
    text-align: left;
    padding-top: 5px;
}

.searchResultsContainer .wide-groupItem-title .title {
    text-align: left!important;
    font-weight: bold!important;
}


#searchBar {
    display: flex;
    justify-content: center;
    align-items: center; 
    padding: 5px 10px;
    position: relative; 
}

#searchBar i {
    color: #FFF;
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%) scaleX(-1)!important;
    z-index: 10;
    padding-bottom: 15px;
    padding-right: 10px;
    font-size: 1.5em;
}



#searchBar input {
    flex: 1; 
    border: none;
    background-color: transparent;
    outline: none;
    padding-left: 30px;
    border-bottom: 3px solid #03C2DD;
    color: #FFF!important;
    padding-bottom: 10px!important;
    font-size: 3em;
}

#searchBar input:focus {
    border-bottom: 3px solid #FFD700; /* Change to a gold color when focused */
}

#marqueeWrapper {
    margin-bottom: 40px;
}

#search .groupContainer {
    position: relative;
}

.searchContainer {
    margin-left: 60px!important;
    margin-right: 60px!important;
    padding-right: 20px!important;
}


#search .horizontalGroupHeader {
    font-size: 1em;
    margin-left: 24px;
    color: #aaa;
    letter-spacing: .05em;
}



#search .groupItem {
    margin-bottom: 1em;
    padding: 0 10px;
    height: 100%;
    width: 275px;
}

#search .stationChannelGroup {
    border-top: solid 1px #444;
    padding: 20px 0 0;
}



#search .groupItem a:hover {
    text-decoration: none;
}

#search .groupItem .thumb {
    display: block;
    width: 100%;
    position: relative;
    height: 0;
    padding: 56.25% 0 0 0;
    overflow: hidden;
    border: 2px solid transparent;
}

#search .groupItem .thumb img {
    position: absolute;
    display: block;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: 0;
    width: 100%;
    transition: transform .3s ease-out, opacity .3s ease;
    /* Animation */
}

#search .groupItem img {
    border: 3px solid transparent;
    box-sizing: border-box;
}
#search .groupItem .thumb:hover img {
    border: 3px solid #EEFF41;
}


#search .groupItem .info {
    display: none;
    padding: 4px 8px;
    clear: both;
    font-size: .8em;
    background: #555;
}

#search .groupItem .info .title {
    color: #eee;
    display: block;
    font-weight: bold;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

#search .groupItem .info .episodeCount,
#search .groupItem .info .runtime {
    font-size: .87em;
    color: #ccc;
    display: block;
}

#search .slick-initialized {
    display: block !important;
}


#search .contentTitle {
    padding-top: .3em;
    color: #ccc;
}

#search .episodeRuntime {
    font-size: .8em;
    color: #ccc;
    line-height: 0;
}

#search .publisherHeaderName {
    font-size: 90px;
    line-height: 1;
    margin: 0px;
    margin-top: 25px;
}

#search .publisherDisplayLocation {
    font-size: calc(.9em + 0.25vw);
    letter-spacing: .07em;
    margin-left: 0px;
}

#search .singleShowSeasonControl {
    margin-left: 24px;
    color: white;
    padding: 4px 10px;
    background-color: #333333;
    border-color: #62a916;
    border-radius: 2px;
}

#search .singleShowSeasonControl:hover {
    cursor: pointer;
}

#search .stationItem {
    cursor: pointer;
}

#search .videoPlayerArea {
    margin-top: 15px;
    margin-bottom: 50px;
    border-bottom: 1px solid #333;
}


#search .publisher-header {
    /* background-color: #333; */
    padding: 15px;
    /* margin-top: 15px; */
    padding: 0px;
    border-radius: 0px 0px 5px 5px;
    margin-top: 15px;
    margin-bottom: 15px;
}


#search .scheduleHeader {
    border-top: 1px solid #333;
    text-align: center;
    font-size: 1.1rem;
    font-weight: bold;
    padding-top: 5px;
}

#liveSchedule {
	width: 100%;
	height: 130px;
    white-space: nowrap;
    float: left;
}

#search .program {
    display: inline-block;
    background-color: #333;
    border-radius: 5px;
    margin: 5px 2px;
    height: 100px;
    width: 175px;
    overflow: hidden;
    cursor: pointer;
}

#search .program:hover {
    cursor: pointer;
}

#search .programTimeHeader {
    text-align: center;
    border-bottom: 1px solid #62a916;
    background-color: #62a916;
    color: black;
    font-weight: bold;
    border-radius: 5px 5px 0px 0px;
}
#search .programName {
    padding: 3px;
}

#search .programName p {
    width: 175px;
    word-break: break-word;
    white-space: normal;
    height: 100px;
    overflow-y: hidden;
}

#search .show-publisher-header img {
    width: 100%;
}

#programDescription {
    margin-top: 10px;
}


/* For very small screens */
@media (max-width: 589px) {
    #searchBar input {
        margin-right: 10%;
        padding-left: 80px!important;
    }

    .searchResultsContainer {
        grid-template-columns: repeat(1, 1fr);
    }
}

/* For small screens larger than 589px up to 767px */
@media (min-width: 590px) and (max-width: 767px) {
    #searchBar input {
        margin-right: 8%;
        padding-left: 80px!important;
    }
    .searchResultsContainer {
        grid-template-columns: repeat(2, 1fr);
    }
}

/* For medium screens larger than 767px up to 989px */
@media (min-width: 768px) and (max-width: 989px) {

    #searchBar input {
        padding-left: 80px!important;
    }
    .searchResultsContainer {
        grid-template-columns: repeat(3, 1fr);
    }

    #search {
        max-width: 100%;
        margin-left: 8%;
    }
    
    .searchContainer {
        margin-left: 10px!important;
    }
}

/* For large screens larger than 989px up to 1199px */
@media (min-width: 990px) and (max-width: 1199px) {
    .searchResultsContainer {
        grid-template-columns: repeat(4, 1fr);
    }

    .searchButtons {
        justify-content: center; 
        align-items: center;      
    }
}

/* For extra large screens larger than 1199px */
@media (min-width: 1200px) {
    .searchResultsContainer {
        grid-template-columns: repeat(6, 1fr);
    }

    .searchButtons {
        justify-content: center; 
        align-items: center;      
    }
}









/* @media (min-width: 590px) {
    #search .groupItem .info {
        font-size: .9em;
    }

}
@media (min-width: 680px) {

    #search .horizontalGroupHeader {
        font-size: calc(.9em + 0.25vw);
        letter-spacing: .07em;
    }

}
@media (min-width: 768px) {
    #search .groupItem .info {
        font-size: 1em;
    }

    #search .groupItem .info .episodeCount {
        float: left;
    }

    #search .groupItem .info .runtime {
        float: right;
    }

    
}
@media (min-width: 1200px) {
    #search .groupContainer {
        margin: 1em 0 1em;
    }

    #search #homeMarquee .slick-prev {
        left: -37px;
    }

    #search #homeMarquee .slick-next {
        right: -37px;
    }
} */

/* @media (max-width: 1198px) {
    #search .publisherHeaderName {
        font-size: 70px;
        margin-top: 15px;
    }
}
@media (max-width: 990px) {
    #search .publisherHeaderName {
        font-size: 50px;
        margin-top: 10px;
    }
}
@media (max-width: 770px) {
    #search .publisherHeaderName {
        font-size: 12vw;
        margin-top: 25px;
    }
}
@media (max-width: 350px) {
    #search .publisherHeaderName {
        margin-top: 10px;
    }
} */