html{background-color:#000}body,html{height:100%}body{margin:0;padding:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,Verdana,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;overflow-y:hidden}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}#wrapper,div#root,div.container.text-center{height:100%}#wrapper{display:flex;flex-direction:column;font-family:sans-serif}@media(min-aspect-ratio:3/2){#wrapper.schedule{flex-direction:row}}span{margin:auto}table{border-collapse:collapse;border-spacing:0}thead>tr{border:none}th,tr{border:1px solid #000}td,th{padding:0}td{border:2px solid #000}button{padding:0;border:0;background:none}button:active,button:focus{outline:none}button:hover{cursor:pointer}.noselect{-webkit-touch-callout:none;-webkit-user-select:none;-ms-user-select:none;-moz-user-select:none;user-select:none}div.noselect:hover,span.noselect:hover{cursor:default}input,textarea{background-color:#fff}.modal{display:none;position:fixed;z-index:1;left:0;top:0;width:100%;height:100%;overflow:auto;background-color:#000;background-color:rgba(0,0,0,.4)}.modal.show{display:block}.modalContent{margin:15% auto;padding:20px;border:1px solid;width:80%;background-color:#fefefe}.modalCloseButton{float:right;color:#aaa;font-size:28px;font-weight:700}.modalContent.infoModal{min-height:135px}.modalCloseButton:focus,.modalCloseButton:hover{color:#000;text-decoration:none;cursor:pointer}.video-display{background-color:#000;flex-grow:2;max-height:100%;height:0;width:100%}.video-display.full{width:100%;height:100%}iframe.video-display{border:none}ul#video-controls{background-color:#000;list-style-type:none;display:flex;padding-left:20px;padding-right:20px;margin:0;max-height:3em;-webkit-transition:max-height .5s ease-out;transition:max-height .5s ease-out}ul#video-controls.hidden{max-height:0;overflow:hidden;-webkit-transition:max-height .5s ease-in;transition:max-height .5s ease-in}li.video-control-btn:first-child{margin-left:0}li.video-control-btn,li.video-control-btn button,li.video-control-progress,li.video-control-volume,li.video-control-volume button{color:#fff}li.video-control-btn,li.video-control-progress,li.video-control-volume{float:left;margin-top:.3em;margin-bottom:.3em;margin-left:.7em}li.video-control-progress{flex-grow:1;display:inline-flex;align-items:center}li.video-control-volume{position:relative}li.video-chrome-btn{max-width:2.5em;max-height:2.5em;margin-left:.7em}#video-progress-container{flex-grow:1;display:flex;height:100%;position:relative}#video-progress-container:active{cursor:pointer}@-webkit-keyframes liveanimation{0%{background-position:0 0}to{background-position:100% 0}}#video-progress{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:none;flex-grow:1;height:6px;margin:auto;width:0;background-color:grey;color:#fff}#video-progress.live{background-color:none;-webkit-animation:liveanimation 20s linear infinite;animation:liveanimation 20s linear infinite;background-image:-webkit-repeating-linear-gradient(135deg,grey,grey 5%,#fff 0,#fff 10%);background-image:repeating-linear-gradient(-45deg,grey,grey 5%,#fff 0,#fff 10%);background-size:200% 100%}#video-progress-dot{background-color:#fff;position:absolute;width:1em;height:1em;top:calc(50% - .5em);border-radius:1em;cursor:pointer}progress#video-progress::-moz-progress-bar{background-color:#fff}progress#video-progress::-webkit-progress-value{background-color:#fff}progress#video-progress.live::-webkit-progress-bar{background-color:transparent}span#video-progress-label{margin-left:1em}div#video-progress-popup{display:none}li.video-control-btn button,li.video-control-volume button{width:2.5em;height:2.5em}li.video-control-btn>google-cast-launcher{--disconnected-color:grey;--connected-color:#fff}.control-btn-icon{max-width:100%;max-height:100%;width:2em;height:2em;pointer-events:none}button#video-captions>svg path{fill:#aaa}button#video-captions>svg.showing path{fill:#fff}button#video-fullscreen span{font-size:36px;line-height:80%;font-weight:700}div#video-volume-formatter{display:inline-block;height:100%;vertical-align:middle}div#video-volume-tooltip{position:absolute;bottom:100%;left:0;right:0;margin-left:auto;margin-right:auto;text-align:center;visibility:hidden;-webkit-transform:rotate(-90deg);transform:rotate(-90deg)}#video-volume-tooltip.show{visibility:visible}div#video-volume-tooltip span{background-color:#000;border:1px solid grey;border-radius:3px;padding:3px}input#video-volume{-webkit-appearance:none;margin:9px 0;font-size:16px;border:0;padding:0;width:12em;height:1.3em;background-color:rgba(0,0,0,.6);vertical-align:middle}input#video-volume::-webkit-slider-runnable-track{width:100%;height:.2em;box-sizing:border-box;background-color:#a5a5a5;border:0}input#video-volume::-moz-range-track{width:100%;height:.2em;box-sizing:border-box;background-color:#a5a5a5;border:0}input#video-volume::-ms-track{width:100%;height:.2em;box-sizing:border-box;background-color:#a5a5a5;border:0}input#video-volume::-webkit-slider-thumb{-webkit-appearance:none;box-sizing:border-box;height:1em;width:1em;border-radius:.5em;border-width:0;margin-top:-.35em;background-color:#fff}input#video-volume::-moz-range-thumb{box-sizing:border-box;height:1em;width:1em;border-radius:.5em;border-width:0;background-color:#fff}input#video-volume::-ms-thumb{-webkit-appearance:none;box-sizing:border-box;height:1em;width:1em;border-radius:.5em;border-width:0;margin-top:0;background-color:#fff}input#video-volume::-ms-ticks-after,input#video-volume::-ms-ticks-before,input#video-volume::-ms-tooltip{display:none}@media(max-width:599px){ul#video-controls{padding-left:10px;padding-right:10px}#video-progress-label{display:none}#video-progress-popup.mobileShow{display:block;position:absolute;white-space:nowrap;top:-150%;-webkit-transform:translateX(calc(-50% + .5em));transform:translateX(calc(-50% + .5em));pointer-events:none;background-color:rgba(0,0,0,.6)}li.video-control-btn,li.video-control-volume{margin-left:.3em}li.video-control-progress{margin-right:.4em}li.video-control-btn button,li.video-control-volume button{max-width:8vw;max-height:8vw}}#video-section{display:flex;flex-grow:2;flex-basis:0;flex-direction:column;overflow:hidden;height:100%;width:100%;background-color:#000}#video-section.nocursor{cursor:none}#video-info-title{margin:auto auto auto 1em;color:#fff}#video-info-views{font-size:.8em}#video-info-logo{flex-grow:0;max-height:49px;width:auto;height:auto;display:inline-block;margin:auto 5px}#video-info-logo:hover{cursor:pointer}label.shareLabel{margin-top:1em;margin-bottom:.3em;display:block}label.shareInnerLabel{margin:0 .5em}#shareModalDirect,#shareModalEmbed,#shareModalOld{display:flex}input.shareText{flex-grow:1}button.shareBtn{padding:3px;border:1px outset buttonface}#video-info{overflow:auto;display:flex;align-items:stretch;flex-direction:row;flex-grow:2;width:0;padding:3px 0;background-color:hsl(213,79%,31%);background-color:hsl(var(--global-color-hue,213),calc(var(--global-color-saturation, 80%) - 1%),calc(var(--global-color-value, 34%) - 3%));border-bottom:1px solid #000}.SocialMediaShareButton{display:inline-block;margin:auto 3px}.SocialMediaShareButton:hover{cursor:pointer}.SocialMediaShareButton.disabled{opacity:.6}.SocialMediaShareButton.disabled:hover{cursor:default}.socialIcon{width:32px;height:32px;margin:auto}@media(max-width:599px){#video-info{width:auto}}.browsing-menu-button{display:inline-flex;width:100px;flex-grow:2;padding:0 2px}.browsing-menu-button>span{margin-top:5px;margin-bottom:5px}button.browsing-menu-button,button.browsing-menu-button:active,button.browsing-menu-button:focus{border:1px solid #000;background-color:hsl(213,79%,25%);background-color:hsl(var(--global-color-hue,213),calc(var(--global-color-saturation, 80%) - 1%),calc(var(--global-color-value, 34%) - 9%));color:#fff;font-size:large;outline:none}button.browsing-menu-button.selected,button.browsing-menu-button.selected:active,button.browsing-menu-button.selected:focus{background-color:hsl(213,82%,42%);background-color:hsl(var(--global-color-hue,213),calc(var(--global-color-saturation, 80%) + 2%),calc(var(--global-color-value, 34%) + 8%));border-bottom:none}@media(max-width:599px){.browsing-menu-button{width:80px}.browsing-menu-button>span{font-size:medium}}#browsing-menu-search{display:flex}#browsing-menu-search>input{flex-grow:1;width:0}#browsing-menu-search>button{flex-shrink:0;padding:1px 6px;background-color:buttonface;border:2px outset buttonface;-webkit-border-image:none;border-image:none;-webkit-border-image:initial;border-image:initial}#search-button-icon{height:1em;width:auto}#browsing-hide-button{flex-grow:1;background-color:hsl(213,79%,25%);background-color:hsl(var(--global-color-hue,213),calc(var(--global-color-saturation, 80%) - 1%),calc(var(--global-color-value, 34%) - 9%));border:1px solid #000;color:#fff;font-size:large}#browsing-hide-button:active,#browsing-hide-button:focus{outline:none}#browsing-hide-button:hover{cursor:pointer}#browsing-menu{flex-grow:1;width:0;display:inline-flex;flex-direction:column;min-width:17.4em}#browsing-menu-button-section{overflow:auto;display:flex;align-items:stretch;flex-direction:row;flex-grow:1}@media(max-width:599px){#browsing-menu{width:auto}}#backButton{display:inline-block;padding:.5em 0 .5em .5em;width:1.2em;cursor:pointer}#browsing-label-area{position:relative;background-color:hsl(213,82%,42%);background-color:hsl(var(--global-color-hue,213),calc(var(--global-color-saturation, 80%) + 2%),calc(var(--global-color-value, 34%) + 8%));color:#fff;border-bottom:2px solid #000}#browsing-label{display:inline-block;padding:.5em}.browsing-item{width:120px;padding:11.5px;display:inline-block;vertical-align:top;font-size:12px}.browsing-item.playing{background-color:#1359c3;color:#fff}.browsing-item-icon{max-width:120px;max-height:67.5px;width:auto;height:auto}.browsing-item-icon-container{width:120px;height:67.5px;margin-bottom:.25em;display:flex;align-items:center;justify-content:center;background-color:#000}.browsing-item-description,.browsing-item-title{margin:0;overflow:hidden;text-overflow:ellipsis}.browsing-item-title{font-weight:700}.browsing-item-description{font-size:11px}.browsing-item-info-button{float:right}.scheduleItem{display:table-row;background-color:#bdbbbc;color:#000}.scheduleItem:last-child{border-right:none}.scheduleItem:hover{cursor:pointer;background-color:#eee}.scheduleItem:active:focus{background-color:#fff}.scheduleItem.unavailable{background-color:#6d6e72;color:#181818}.scheduleItem.playNowOff:active:focus,.scheduleItem.playNowOff:hover{cursor:default}.scheduleItem.unavailable:active:focus,.scheduleItem.unavailable:hover{background-color:#6d6e72;cursor:default}.scheduleItemClass,.scheduleItemEnd,.scheduleItemName,.scheduleItemStart{display:table-cell;padding:3px .5em;border-right:1px solid #000;border-bottom:1px solid #000}.scheduleItemName{width:99%}.scheduleItemClass,.scheduleItemEnd,.scheduleItemStart{white-space:nowrap}#schedule{width:100%;overflow-y:auto;flex-grow:1}#searchBar{display:flex;padding:2px;flex-shrink:0;border:2px solid #000;background-color:#fff}#searchBarInput{flex-grow:1;border:none}#searchBarButton{height:1.5em;background:none;border:none}#searchBarButton:hover{cursor:pointer}#scheduleHeader{flex-shrink:0;padding-bottom:.33em;padding-top:.33em;text-align:center;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;display:flex;background-color:hsl(213,47%,67%);background-color:hsl(var(--global-color-hue,213),calc(var(--global-color-saturation, 80%)*0.5875),calc((100% + var(--global-color-value, 34%))/2))}#chanHeader{text-align:left;flex-grow:1;flex-shrink:1;min-width:0;display:inline-flex}#schedembedBackButton{display:inline-block;padding:.5em 0 .5em .5em;width:1.2em;cursor:pointer}#chanLabel,#chanViews{margin-left:.5em;margin-right:.67em;flex-shrink:1;min-width:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}#chanLabel{color:#000;font-weight:700}#chanViews{margin-left:.67em}#listPlayButton{vertical-align:middle;padding:.33em;font-size:1em;background-color:#ddd;border-radius:.3em;color:#000}#listPlayButton:hover{background-color:#fff}#playText{margin:0}#dateHeader{text-align:right;margin:auto .5em auto 0;display:inline-block}.scheduleButtonPlaceholder{display:inline-block;width:1em}#scheduleBackButton,#scheduleForwardButton{vertical-align:middle;padding:0 0 .2em;width:1em;color:#000;background:none;border:none}#scheduleBackButton:hover,#scheduleForwardButton:hover{cursor:pointer}#scheduleHeaderLabel{display:inline-block;vertical-align:middle;margin-left:.5em;margin-right:.5em;width:11em;text-align:center;font-size:1.2em}#scheduleHeaderLabel.schedule{width:7.5em}@media(max-width:599px){#playText{display:none}#scheduleHeaderLabel{width:7.5em}#listPlayButton{padding-left:.67em;padding-right:.67em}}.channelTab{margin-bottom:.33em;text-align:center;color:#fff;background-color:#888;border:2px solid #111}.channelTab>p{margin:.33em 0}.channelTab:hover{cursor:pointer;background-color:#999;border-color:#222}.channelTab.selected{background-color:#cecece;color:#000;border:2px solid #fff;font-weight:700}.channelTab.selected:hover{background-color:#cecece;cursor:default}.channelThumb{width:100%}@media(max-width:599px){.channelTab{display:inline-block;margin-bottom:0;margin-right:.33em}.channelTab>p{margin-top:8px;margin-bottom:8px}.channelThumb{display:none}}#channelTabs{display:inline-block;flex-grow:0;flex-shrink:0;padding:.2em;overflow-y:auto;max-width:7.5em;background-color:hsl(213,82%,42%);background-color:hsl(var(--global-color-hue,213),calc(var(--global-color-saturation, 80%) + 2%),calc(var(--global-color-value, 34%) + 8%));border:2px solid #000}@media(max-width:599px){#channelTabs{white-space:nowrap;overflow-y:visible;overflow-y:initial;overflow-x:auto;max-width:none}}#listwrapper{display:flex;flex-grow:1;height:0}#scheduleContainer{display:inline-flex;flex-direction:column;vertical-align:top;flex-grow:1;width:0;background-color:#d5d5d5}@media(max-width:599px){#listwrapper{flex-direction:column}#scheduleContainer{width:auto;height:0}}#info-views{margin-top:.5em}#info-thumb-container{width:240px;height:135px;position:relative;margin-right:4px;margin-bottom:4px;display:flex;align-items:center;justify-content:center;background-color:#000}#info-thumb{height:auto;width:auto;max-width:100%;max-height:100%}#info-thumb-cover{position:absolute;top:0;left:0;height:100%;width:100%;z-index:2;visibility:hidden;background-color:rgba(0,0,0,.4)}#info-thumb-container:hover{cursor:pointer}#info-thumb-container:hover>#info-thumb-cover{visibility:visible}#info-thumb-cover-arrow{position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);font-size:xx-large;color:#777;-webkit-text-fill-color:#000;-webkit-text-stroke-width:1px;-webkit-text-stroke-color:#fff;-moz-text-stroke:1px #fff}#info-modal-section-wrapper{display:flex;flex-direction:row}.info-modal-section{white-space:normal;display:inline-block;margin-left:1em;margin-right:1em;vertical-align:top;flex-shrink:2}#info-modal-section-table{flex-shrink:1}.info-row{display:table-row}.info-text{display:table-cell;padding:0 .5em .5em}@media(max-width:750px){#info-modal-section-wrapper{flex-direction:column}.info-modal-section{margin:0}#info-modal-section-table{margin-top:1em}}.paginatorDiv{display:flex;justify-content:center;flex-shrink:0;border-top:1px solid #000;background-color:#999}.paginatorDiv>button{width:32px;height:32px}.paginatorDiv>button:hover{background-color:#bbb}.toggleButton{padding:8px;background-color:#ccd;color:#444;border-radius:8px;border:1px solid #99a}.toggleButton:active:focus{padding:9px 8px 7px;background-color:#99a}button.toggleButton::-moz-focus-inner{border:0}.toggleButton .toggleButtonIndicator{margin-right:8px;vertical-align:middle;color:#333;font-size:large;font-weight:700}.toggleButton.on .toggleButtonIndicator{color:#00f;text-shadow:0 0 1px #00f}.toggleButton .toggleButtonLabel{font-weight:700}#browsing-section{height:40%;display:flex;flex-direction:column;position:relative;background:-webkit-linear-gradient(#f2f2f2,#b7b7b7);background:-webkit-gradient(linear,left top,left bottom,from(#f2f2f2),to(#b7b7b7));background:linear-gradient(#f2f2f2,#b7b7b7);background-color:#d5d5d5;padding-top:0;padding-left:0;padding-right:0}#browsing-section-hidden{display:none}@media(min-aspect-ratio:3/2){#browsing-section.schedule{height:100%;min-width:26.4em;width:0}}#browsing-section.schedule{flex-grow:1}#browsing-section-hidden.schedule{display:flex;flex-direction:column;position:relative;height:100%;flex-grow:1;min-width:26.4em;width:0}#browsing-items{flex-grow:1}#browsing-items-container{overflow-y:auto;height:0;flex-grow:1;display:flex;flex-direction:column}#queueControls{padding:.5em}#browsing-spinner{display:inline-block;position:absolute;top:50%;left:50%}#browsing-spinner.hidden{display:none}@media(max-width:599px){#browsing-section{flex-grow:1}#browsing-section-hidden.schedule{display:flex;flex-direction:column;position:relative;height:100%;flex-grow:1;min-width:26.4em;width:0}}.video-agenda-link{display:block}.video-agenda-item{margin-top:.5em}.video-agenda-item-contents:hover{cursor:default;background-color:#b7b7b7}.video-agenda-item-contents.current,.video-agenda-item-contents.current:hover{background-color:#1359c3;color:#fff}.video-agenda-item-description,.video-agenda-item-links{font-size:small}.video-agenda-item-time{display:inline-block;float:right;padding-right:.5em}.video-agenda-item-title{display:inline-block}.video-agenda-item-contents,.video-agenda-item-links{padding-left:.5em}.video-agenda-item-children{padding-left:1em}#video-agenda-title{font-size:large;text-align:center;padding-top:4px;padding-bottom:4px;background-color:hsl(213,79%,31%);background-color:hsl(var(--global-color-hue,213),calc(var(--global-color-saturation, 80%) - 1%),calc(var(--global-color-value, 34%) - 3%));color:#fff}#video-sidebar{background-color:#e6e6e6;flex-grow:1;width:0;overflow-y:scroll}#video-area{display:flex;flex-grow:2;flex-basis:0;height:50%;overflow:hidden}@media(min-aspect-ratio:3/2){#video-area.schedule{height:100%;flex-grow:1}}#video-area.schedule.hidden{display:none}#info-bar{display:flex}@media(max-width:599px){#info-bar{flex-direction:column}#video-area.hidden{display:none}}
/*# sourceMappingURL=main.09cb419b.chunk.css.map */