/*! BGS_MET_PLAYER - v2.1.14 - 2019-03-29
* Copyright (c) 2019 Brightcove Global Services; Licensed  */
#player .bcc-caption {
    font-family: arial, sans-serif;
    font-size: 22px;
    position: absolute;
    left: 5%;
    bottom: 20px;
    text-align: center;
    color: white;
    text-shadow: black 1px 1px 6px, black 1px 1px 3px;
    z-index: 500;
    width: 90%;
}

#player.vjs-fullscreen  .bcc-caption {
    width: 80%;
    left: 10%;
    font-size: 26px;
}

#player.bcc-overlay-open .bcc-caption {
    display: none;
}

.video-js #bcc-captions-selector {
    position: relative;
    z-index: 500;
    width: 220px;
    height: 80%;
    top: 10%;
    margin: 0 auto;
    color: #7a7a7a;
    display: none;
}
    .video-js:not(.video-ended) #bcc-captions-selector {
        display: block;
    }
    #bcc-captions-selector > #bcc-captions-background {
        position: absolute;
        width: 220px;
        height: 100%;
        background-color: rgba(0, 0, 0, .7);
        -webkit-filter: blur(30px);
        -moz-filter: blur(30px);
        -o-filter: blur(30px);
        -ms-filter: blur(30px);
        filter: blur(30px);
    }
    #bcc-captions-selector > #bcc-captions-list {
        width: 70%;
        left: 15%;
        line-height: 30px;
        top: 50%;
        position: relative;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }
        #bcc-captions-selector > #bcc-captions-list > div:first-child {
            font-size: 11px;
            font-family: 'Lato';
            font-weight: bold;
        }
        #bcc-captions-selector > #bcc-captions-list > .bcc-caption-language {
            position: relative;
            font-family: BaskervilleMTS, serif;
            font-size: 28px;
            line-height: 40px;
            cursor: pointer;
        }
            #bcc-captions-selector > #bcc-captions-list > .bcc-caption-language:hover, 
            #bcc-captions-selector > #bcc-captions-list > .bcc-caption-language:focus{
                color: white;
            }
            #bcc-captions-selector > #bcc-captions-list > .bcc-caption-language.selected {
                color: white;
            }
                #bcc-captions-selector > #bcc-captions-list > .bcc-caption-language > .bcc-selected {
                    position: absolute;
                    display: none;
                    background-color: #ff0066;
                    width: 8px;
                    height: 8px;
                    top: 15px;
                    left: -15px;
                    -moz-border-radius: 4px;
                    -webkit-border-radius: 4px;
                    border-radius: 4px;
                }
                
                #bcc-captions-selector > #bcc-captions-list > .bcc-caption-language.selected > .bcc-selected {
                    display: block;
                }
            #bcc-captions-selector .bcc-caption-language span {
                font-family: BaskervilleMTS, serif;
            }


@media only screen and (max-width: 767px) {
    #player.bcc-caption {
        display: none;
    }
}

.video-hover {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    pointer-events: none;
    z-index: 400;
    opacity: 0;
    transition: 0.2s;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -ms-transition: 0.2s; }

    @media only screen and (min-width: 480px) and (max-width: 1024px){
        .video-hover {
            display: block;
        }
    }

    .video-hover-logo {
        position: absolute;
        top: 17px;
        left: 24px; }

        @media only screen and (min-width: 480px) and (max-width: 1024px){
            .video-hover-logo svg {
                display: block;
            }
        }

        @media only screen and (min-width: 1025px) and (max-width: 1280px){
            .touch .video-hover-logo svg {
                display: none;
            }
        }
        
        @media only screen and (orientation: portrait) {
            #player.bgs-android-tablet .video-hover-logo svg,
            #player.bgs-ipad-tablet .video-hover-logo svg {
                display: block;
            }
        }

        .video-hover-logo svg {
            width: 142px;
            height: 99px;
            fill: #ffffff; }

    .video-hover-catalog {
        position: absolute;
        top: 24px;
        left: 44%; }

        @media only screen and (orientation: portrait) {
            #player.bgs-android-tablet .video-hover-catalog,
            #player.bgs-ipad-tablet .video-hover-catalog {
                left: 44%;
            }
            #player.bgs-android-tablet .video-hover-catalog svg,
            #player.bgs-ipad-tablet .video-hover-catalog svg {
                left: 0;
            }
        }

        .video-js:not(.vjs-has-started) .video-hover,
        .video-js:not(.bcc-mobile):hover:not(.video-ended) .video-hover,
        .video-js.bcc-mobile.vjs-user-active .video-hover {
            opacity: 1;
        }

        .video-js.video-ended .video-hover {
            opacity: 0.4;
        }
    
    @media only screen and (max-width: 768px) {
      .video-js.video-ended .video-hover {
              opacity: 0;
          }
        }

        .video-js.video-ended .video-hover:hover {
            opacity: 1;
        }

        .video-hover-catalog span {
            font-family: 'Lato';
            font-weight: bold;
            text-transform: uppercase;
            color: #ffffff;
            font-size: 14px; }

            @media only screen and (max-width: 1280px) {
                .video-hover-catalog span {
                    font-size: 12px;
                }
            }

        .video-hover-catalog svg {
            position: relative;
            top: 1px;
            left: -2px;
            fill: #ffffff;
            height: 14px;
            width: 20px; }

.video-end, #player .video-end {
    position: absolute;
    color: #ffffff;
    z-index: 350;
    width: 100%;
    height: 100%;
    display: none;
    text-align: center; }
    @media only screen and (min-width: 640px) {
            #player.video-ended.logged-out .video-end.logged-out {
                display: block;
            }
            #player.video-ended.logged-in .video-end.logged-in {
                display: block;
            }
    }
    #player.video-js, #player.video-js * {
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box; }
    #player .video-end .row :before, #player .video-end .row:before :after {
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box; }
    #player .video-end-details {
        position: relative;
        top: 20%;}
    @media only screen and (max-width: 768px) {
        #player.video-end-details {
                top: 23%; }
    }
/*    @media only screen and (max-width: 880px) {
        .video-end-details {
                transform: translateY(-35%); }
    }
    @media only screen and (max-width: 800px) {
        .video-end-details {
                transform: translateY(-30%); }
    } */
    #player .video-end .buy-tickets-btn {
        position: absolute;
        top: 24px !important;
        right: 100px !important;
        opacity: 1;
        left: initial !important; }
        @media only screen and (max-width: 768px) {
        .video-end .buy-tickets-btn {
            right: 50px !important; }
        }
    #player .video-end-overlay {
        width: 100%;
        height: 100%;
        background-color: #000000;
        opacity: .6;
        position: absolute; }
    #player .video-end-play {
        height: 200px;
        width: 200px;
        border: 2px solid #ffffff;
        position: relative;
        border-radius: 50%;
        margin: 0 auto; }
        .video-end-play svg {
            position: absolute;
            height: 100px;
            width: 100px;
            top: 50px;
            left: 55px;
            fill: white; }
    #player .video-end-title {
        position: relative;
        font-family: 'BaskervilleMTS';
        font-size: 30px;
        width: 100%;
        text-align: center;
        padding-bottom: 40px; }
    #player .video-end-message {
        position: relative;
        width: 100%;
        text-align: center;
        font-size: 30px;
        margin-bottom: 20px;
        line-height: 1.1em;
        font-family: 'BaskervilleMTS';}
        @media only screen and (min-width: 481px) and (max-width: 1028px) {
            #player .video-end-message {
                font-size: 26px; } }
    #player .video-end-btn,
    #player .mood-grid-btn.mood-btn {
        display: block !important;
        margin: 0 auto 10px auto;
        position: relative;
        font-size: 1em !important;
        width: 270px; }
        @media only screen and (min-width: 481px) and (max-width: 1028px) {
            #player .video-end-btn,
            #player .mood-grid-btn.mood-btn {
                width: 175px;
                display: inline-block !important;
                 } }
    #player .button-transparent,
    #player .video-end-details > button.mood-grid-btn.mood-btn:nth-child(3) {
        border: 1px solid rgba(255, 255, 255, 0.3);
        background-color: transparent;
        color: white;
    }
        #player .button-transparent:hover,
        #player .button-transparent:focus,
        #player .video-end-details > button.mood-grid-btn.mood-btn:nth-child(3):hover,
        #player .video-end-details > button.mood-grid-btn.mood-btn:nth-child(3):focus {
            border: 1px solid white;
            background-color: white;
            color: black;
        }
    #player .video-end-opera {
        font-style: italic; }
    #player .video-end-ask {
        font-family: 'Lato';
        text-align: center;
        position: relative;
        margin: 40px 0 10px 0; }
        #player .video-end-ask a {
            color: white;
            text-decoration: underline; }
        @media only screen and (min-width: 481px) and (max-width: 1028px) {
            #player .video-end-ask {
                font-size: 14px; } }
    #player .video-end .row {
        padding: 0 100px;
        max-width: inherit; }
        @media only screen and (min-width: 481px) and (max-width: 768px) {
            #player .video-end .row {
                padding: 0 50px; } }
    #player .video-end .row .video {
        border: none !important;
    }
    #player .video-end .video-content {
        text-align: left;
        padding: 0; }
    #player .video-end .video:first-child {
        margin-right: 0; }
    #player .video-end .video:nth-child(2) {
        margin-left: 3.5%;
        margin-right: 3.5%; }
    #player .video-end .video:last-child {
        margin-left: 0; }
    #player .video-end .video .audio-decade {
        text-align: left;
    }
    #player .video-end .video.audio .audio-type {
        text-align: left;
    }
    #player .video-end .video-cast {
        display: none;
    }
    #player .video-end .video-content .button {
        display: none;
    }
    #player .video-end .video-title {
        font-size: 28px;
        line-height: normal;
        margin: 5px 0 10px 0;
    }
    #player .video-end .video-divider {
        margin: 0 5px;
        color: #d0d0d0;
    }
    #player .video-end .video-hd {
        color: black;
    }
#player {
    margin: 0 auto;
    background-color: #000;
    overflow: inherit;
    margin-bottom: 80px;
}
    .vjs-big-play-button, #player > .vjs-control-bar, .vjs-control-text {
        display: none;
    }
    #player.vjs-user-inactive #bcc-controls .vjs-control:not(.bcc-disabled) {
        opacity: 1;
    }
    #player.vjs-user-inactive .vjs-control.bcc-disabled {
        opacity: .6;
    }
    #player.preload .vjs-poster {
        display: none;
    }
    #player.vjs-fullscreen {
        margin-bottom: 0;
    }
    
    #player a:not(.video-end-btn) {
        border: none;
    }

#bcc-player-overlay {
    opacity: 0;
    transition: opacity .2s;
    -webkit-transition: opacity .2s;
    -moz-transition: opacity .2s;
    -o-transition: opacity .2s;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    z-index: 100;
    background-color: #111111;
}
    .video-js:not(.vjs-has-started):not(.bcc-elvis-left) #bcc-player-overlay,
    .video-js:not(.bcc-mobile):not(.video-ended):hover  #bcc-player-overlay,
    .video-js.bcc-mobile.vjs-user-active:not(.video-ended)  #bcc-player-overlay,
    .video-js.bcc-mobile:not(.vjs-has-started)  #bcc-player-overlay,
    .video-js.vjs-has-started:not(.bcc-mobile) #bcc-player-overlay.bcc-no-transition {
        opacity: .6;
    }
        .video-js:not(.bcc-mobile) #bcc-player-overlay.bcc-no-transition .video-hover {
            opacity: 1;
        }
        .video-js.vjs-has-started:not(.bcc-mobile) #bcc-player-overlay.bcc-no-transition {
            opacity: .6;
            -moz-transition: none !important;
            -webkit-transition: none !important;
            -o-transition: color 0 ease-in !important;
            transition: none !important;
        }
    .video-js:not(.vjs-has-started) #bcc-player-overlay {
        opacity: .6;
    }
    .video-js.video-ended #bcc-player-overlay {
        display: none;
    }
    .audio-only #bcc-player-overlay {
        background: transparent;
    }
    #player.video-js.vjs-fullscreen.vjs-user-inactive #bcc-player-overlay {
        opacity: 0;
    }
    .video-js:not(.bcc-mobile):hover .video-hover {
        display: block;
    }
    .video-js.vjs-fullscreen.vjs-user-inactive:hover .video-hover {
        display: none;
    }

#bcc-controls,
#bcc-controls-bg {
    position: absolute;
    z-index: 500;
    bottom: -80px;
    background-color: #000;
    width: 100%;
    height: 80px;
    font-family: 'Lato';
    opacity: 1;
}
    #player.vjs-has-started #bcc-controls {
        opacity: .4;
        transition: opacity .2s;
        -webkit-transition: opacity .2s;
        -moz-transition: opacity .2s;
        -o-transition: opacity .2s;
        transition-delay: 5s;
        -webkit-transition-delay: 5s;
        -moz-transition-delay: 5s;
        -o-transition-delay: 5s;
    }
    #player:not(.bcc-mobile):not(.logged-out):hover #bcc-controls,
    #player.bcc-mobile:not(.vjs-has-started) #bcc-controls,
    #player.bcc-mobile.vjs-user-active:not(.logged-out) #bcc-controls {
        opacity: 1;
        transition-delay: 0s;
        -webkit-transition-delay: 0s;
        -moz-transition-delay: 0s;
        -o-transition-delay: 0s;
    }
    .video-js:not(.bcc-mobile) #bcc-controls.bcc-no-transition {
        opacity: 1 !important;
        -moz-transition: none !important;
        -webkit-transition: none !important;
        -o-transition: color 0 ease-in !important;
        transition: none !important;
    }
    #player.logged-out {
        margin-bottom: 0px;
    }
    #player.logged-out #bcc-controls {
        pointer-events: none;
        opacity: .3;
    }
    #player.vjs-fullscreen.vjs-user-inactive:hover #bcc-controls {
        opacity: 0;
    }
    .vjs-fullscreen #bcc-controls {
        bottom: 0px;
        opacity: 1;
    }
    /*
     * highlight state for tabbing through elements
     */
    .bcc-key-highlight {
        outline-width: 2px;
        outline-style: solid;
        outline-color: Highlight;
    }
    /*
     * WebKit gets its native focus styles.
     */
    @media (-webkit-min-device-pixel-ratio:0) {
        .bcc-key-highlight {
            outline: -webkit-focus-ring-color auto 5px;
        }
    }
    /* Portrait */
    @media (orientation: portrait) {
        #player.bcc-mobile.vjs-fullscreen #bcc-controls {
            bottom: 60px;
        }
    }
    .vjs-fullscreen.vjs-user-inactive #bcc-controls {
        opacity: 0;
    }

.bcc-disabled {
    pointer-events: none;
    opacity: .6;
    cursor: default;
}

#bcc-controls .bcc-player-button {
    width: 66px;
    height: 80px;
    background: url(../img/controls.png);
    cursor: pointer;
    float: left;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
    .video-ended.logged-out .bcc-player-button {
        pointer-events: none;
        cursor: default;
    }
    .video-ended.logged-in .bcc-player-button:not(.bcc-play-pause-toggle) {
        pointer-events: none;
        opacity: .6;
        cursor: default;
    }

#bcc-controls .bcc-play-pause-toggle {
    background-position: -134px 0px;
}
    .video-js:not(.bcc-mobile) #bcc-controls .bcc-play-pause-toggle:hover,
    .video-js:not(.bcc-mobile) #bcc-controls .bcc-play-pause-toggle:focus {
        background-position: -134px -160px;
    }
#bcc-controls .bcc-play-pause-toggle.playing {
    background-position: -201px 0px;
}
    .video-js:not(.bcc-mobile) #bcc-controls .bcc-play-pause-toggle.playing:hover,
    .video-js:not(.bcc-mobile) #bcc-controls .bcc-play-pause-toggle.playing:focus {
        background-position: -201px -160px;
    }
.video-ended.logged-in #bcc-controls .bcc-play-pause-toggle {
    background-position: -268px 0px;
}
    .video-ended.logged-in #bcc-controls .bcc-play-pause-toggle:hover,
    .video-ended.logged-in #bcc-controls .bcc-play-pause-toggle:focus {
        background-position: -268px -160px;
    }
#bcc-controls .bcc-previous-button {
    background-position: 0px 0px;
    margin-left: 19px;
}
    .video-js:not(.bcc-mobile) #bcc-controls .bcc-previous-button:hover,
    .video-js:not(.bcc-mobile) #bcc-controls .bcc-previous-button:focus {
        background-position: 0px -160px;
    }
#bcc-controls .bcc-next-button {
    background-position: -67px 0px;
}
    .video-js:not(.bcc-mobile) #bcc-controls .bcc-next-button:hover,
    .video-js:not(.bcc-mobile) #bcc-controls .bcc-next-button:focus {
        background-position: -67px -160px;
    }
#bcc-controls .bcc-volume-button {
    width: 53px;
    background-position: 0px -80px;
}
    #bcc-controls .bcc-volume-button:hover,
    #bcc-controls .bcc-volume-button:focus {
        background-position: 0px -240px;
    }
    #bcc-controls .bcc-volume-button.muted {
        background-position: -68px -80px;
    }
    #bcc-controls .bcc-volume-button.muted:hover,
    #bcc-controls .bcc-volume-button.muted:focus {
        background-position: -68px -240px;
    }
    .bcc-mobile #bcc-controls .bcc-volume-button {
        display: none;
    }
#bcc-volume-slider {
    display: none;
    width: 115px;
    height: 100%;
    float: left;
}
    #player.audio-only #bcc-volume-slider {
        display: block;
        opacity: 0;
    }
    #player #bcc-volume-slider.reveal {
        display: block;
        opacity: 1;
    }
        #player:not(.audio-only) #bcc-volume-slider.reveal ~ .bcc-subtitles-button {
            display: none;
        }
        #bcc-volume-slider.reveal ~ .bcc-subtitles-button {
            opacity: 0;
            pointer-events: none;
        }
    #bcc-volume-slider  > .bcc-slider-track {
        background-image: url(../img/volume-track.png);
    }
    #bcc-volume-slider  > .bcc-slider-track-filled {
        background-image: url(../img/volume-track-filled.png);
        z-index: 1;
    }
    #bcc-volume-slider > .bcc-slider-track > .bcc-slider > div {
        width: 12px;
        height: 100%;
        margin-left: -6px;
        background-image: url(../img/volume-slider.png);
    }

#bcc-controls .bcc-subtitles-button {
    background-image: none;
    width: 115px;
    color: white;
    font-family: sans-serif;
    font-weight: 400;
    font-size: 12px;
    text-align: center;
    line-height: 86px;
}
    .video-js:not(.bcc-mobile):not(.video-ended) #bcc-controls .bcc-subtitles-button:hover,
    .video-js:not(.bcc-mobile):not(.video-ended) #bcc-controls .bcc-subtitles-button:focus {
        color: #FF0066;
        text-shadow: none !important;
    }
    #player #bcc-controls .bcc-subtitles-button div, #bcc-controls .bcc-subtitles-button span {
        height: 100%;
    }
    #player #bcc-controls .bcc-subtitles-button .vjs-control-text {
        /* display: block; */
        display: none;
        text-indent: inherit;
    }
    #player #bcc-controls .bcc-subtitles-button  .vjs-control-text:before {
        height: 0;
    }
    .video-ended.logged-in #bcc-controls .bcc-subtitles-button {
        pointer-events: none;
        opacity: .6;
        cursor: default;
        color: white;
    }
    #player.audio-only #bcc-controls .bcc-subtitles-button {
        display: none;
    }

#bcc-controls .bcc-fullscreen-button {
    background-position: -134px -80px;
}
    .video-js:not(.bcc-mobile):not(.vjs-fullscreen) #bcc-controls .bcc-fullscreen-button:hover,
    .video-js:not(.bcc-mobile):not(.vjs-fullscreen) #bcc-controls .bcc-fullscreen-button:focus {
        background-position: -134px -240px;
    }
    .vjs-fullscreen #bcc-controls .bcc-fullscreen-button {
        background-position: -201px -80px;
    }
    .vjs-fullscreen #bcc-controls .bcc-fullscreen-button:hover,
    .vjs-fullscreen #bcc-controls .bcc-fullscreen-button:focus {
        background-position: -201px -240px;
    }


#bcc-playhead {
    width: 680px;
    height: 80px;
    float: left;
    padding: 37.5px 0;
}
    #bcc-playhead  > .bcc-slider-track {
        background-color: #414141;
        height: 1px;
        top: calc(50% + 2px);
        -webkit-transition: height 1s ease, top 1s ease;
        transition: height 1s ease, top 1s ease;
    }
    #bcc-playhead  > .bcc-slider-track-filled {
        background-color: #ff0066;
        top: 50%;
        height: 5px;
        z-index: 1;
        -webkit-transition: height 1s ease, top 1s ease;
        transition: height 1s ease, top 1s ease;
    }
    .bcc-mobile #bcc-playhead {
        width: 733px;
    }
    #bcc-playhead:hover > .bcc-slider-track,
    #bcc-playhead.bcc-key-highlight > .bcc-slider-track {
        height: 3px;
        top: calc(50% + 2px);
    }
    
    #bcc-playhead:hover > .bcc-slider-track-filled,
    #bcc-playhead.bcc-key-highlight > .bcc-slider-track-filled {
        height: 15px;
        top: calc(50% - 5px);
    }

#bcc-controls .bcc-time-label {
    width: 48px;
    height: 100%;
    line-height: 86px;
    color: white;
    font-size: 12px;
    float: left;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

#bcc-controls .bcc-time-label:focus {
  color: #FF0066;
}

    #bcc-position-label {
        text-align: right;
        margin-right: 16px
    }
    #bcc-duration-label {
        text-align: left;
        margin-left: 16px
    }

#bcc-chapter-title {
    width: 100%;
    height: 20px;
    color: white;
    position: relative;
    bottom: 20px;
    float: left;
    opacity: 1;
    transition: opacity .2s;
    -webkit-transition: opacity .2s;
    -moz-transition: opacity .2s;
    -o-transition: opacity .2s;
}
    #player.bcc-tracklist-open:hover #bcc-chapter-title,
    #player.bcc-tracklist-open:not(.vjs-has-started) #bcc-chapter-title {
        display: none;
    }
    .vjs-fullscreen.vjs-user-inactive #bcc-controls {
        opacity: 0;
    }
    .vjs-fullscreen #bcc-chapter-title {
        bottom: 25px;
    }
#bcc-chapter-title .bcc-chapter-container {
    position: absolute;
    left: 50%;
    font-size: 12px;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
}
    #bcc-chapter-title .bcc-chapter-container  > span {
        font-size: 11px;
    }
    #bcc-chapter-title  .bcc-chapter-container > span:nth-child(1) {
        font-weight: bold;
    }

#bcc-audio-overlay {
    position: absolute;
    z-index: 50;
    width: 100%;
    height: 100%;
    color: white;
    font-family: 'Lato';
    pointer-events: none;
}
    #bcc-audio-overlay-contents {
        position: absolute;
        left: 80px;
        bottom: 60%;
        width: 80%;
    }
        .video-ended #bcc-audio-overlay-contents {
            display: none;
        }
        #bcc-audio-overlay-contents > div {
            position: absolute;
        }
        #bcc-audio-overlay-decade > div {
            float: left;
        }
        #bcc-audio-overlay-decade > div:nth-child(1) {
            width: 70px;
            height: 70px;
            position: relative;
            display: inline-block;
        }
        #bcc-audio-overlay-decade svg {
            width: 70px;
            height: 70px;
            fill: white;
            position: absolute;
        }
        #bcc-audio-overlay-decade > div:nth-child(2) {
            font-size: 46px;
            font-family: BaskervilleMTS;
            position: absolute;
            left: 90px;
            top: 0px;
            height: 70px;
            line-height: 70px;
        }
        #bcc-audio-overlay-heading {
            top: 90px;
            font-size: 16px;
            font-weight: bold;
        }
            #bcc-audio-overlay-heading  > div {
                float: left;
            }
        #bcc-audio-overlay-info {
            top: 146px;
        }
            #bcc-audio-overlay-title {
                font-family: BaskervilleMTS;
                font-style: italic;
                font-size: 80px;
                line-height: 70px;
                padding-right: 240px;
            }
            #bcc-audio-overlay-cast {
                padding-top: 10px;
                font-size: 14px;
            }

@media only screen and (max-width: 1000px) {
    #bcc-audio-overlay-contents {
        left: 40px;
        bottom: 60%;
    }
        #bcc-audio-overlay-decade > div:nth-child(1) {
            width: 50px;
            height: 50px;
        }
        #bcc-audio-overlay-decade svg {
            width: 50px;
            height: 50px;
        }
        #bcc-audio-overlay-decade > div:nth-child(2) {
            font-size: 36px;
            left: 70px;
            height: 50px;
            line-height: 50px;
        }
        #bcc-audio-overlay-heading {
            top: 65px;
            font-size: 15px;
        }
        #bcc-audio-overlay-info {
            top: 110px;
        }
            #bcc-audio-overlay-title {
                font-size: 60px;
                line-height: 60px;
                padding-right: 190px;
            }
            #bcc-audio-overlay-cast {
                font-size: 13px;
                padding-top: 2px;
            }
}

@media only screen and (max-width: 640px) {
    #player {
        margin-bottom: 0px;
    }
    #bcc-controls {
        display: none;
    }
    #player > .vjs-control-bar {
        display: flex;
        z-index: 51;
    }
    /** custom controls for android phones **/
    /* #player.bgs-android-phone #bcc-controls {
        display: block;
    } */
    #bcc-player-overlay {
        display: none;
    }
    #bcc-audio-overlay-decade > div:nth-child(2) {
        left: -5px;
        top: 85px;
    }
    #bcc-audio-overlay-contents {
        bottom: 70%;
    }
    #bcc-audio-overlay-info {
        display: none;
    }
    #bcc-audio-overlay-heading  > div:not(:nth-child(3)) {
        display: none;
    }
    
    #player.video-js .video-hover.hidden-mobile {
        display: none;
    }
    
    #player.video-js .vjs-big-play-button {
        display: block;
        z-index: 51;
        border-radius: 100px;
        border-width: 1px;
        font-size: 2em;
        height: 100px;
        width: 100px;
        margin: auto;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        display:none;/* Prevents a non susbscriber from resizing the browser to watch videos without a subscription MOOD-286 */
    }
    #player.video-js.bgs-android-phone.vjs-has-started .vjs-big-play-button {
        display: none;
    }
    #player.video-js.bgs-android-phone.vjs-has-started .vjs-control-bar {
        display: flex !important;
    }
    /** display default captions on android phones **/
    #player.video-js.bgs-android-phone .bcc-caption {
        display: none;
    }
    /** captions settings dialog for android **/
    #player.bgs-android-phone .vjs-modal-dialog.vjs-text-track-settings {
        height: 100%;
    }
    #player.bgs-android-phone .vjs-control-bar button:hover,
    #player.bgs-android-phone .vjs-control-bar button:focus {
        background-color: transparent;
        color: #fff;
        border-color: #fff;
    }
    
    #player.bgs-android-phone .vjs-big-play-button {
        display: none !important;
    }
}

/** android phone portrait **/
@media screen and (orientation: portrait) {
    #player.bgs-android-phone .vjs-modal-dialog-content {
        margin-bottom: 50px;
    }
    
    /** captions settings display **/
    #player.bgs-android-phone .vjs-modal-dialog-content .vjs-track-settings-colors fieldset span {
        margin-left: 0;
    }
    
    #player.bgs-android-phone .vjs-modal-dialog-content .vjs-track-settings-colors fieldset select {
        margin: 5px 0;
    }
    
    #player.bgs-android-phone .vjs-track-settings-controls button {
        padding: 1px;
    }
    
    #player.bgs-android-phone .vjs-track-settings-controls button.vjs-default-button {
        position: absolute;
        bottom: 50px;
        right: 8px;
    }
    
    #player.vjs-fullscreen.bgs-android-phone .vjs-track-settings-controls button.vjs-default-button {
        bottom: 150px;
    }
    
    #player.vjs-fullscreen.bgs-android-phone .vjs-track-settings-controls button.vjs-done-button {
        position: absolute;
        bottom: 118px;
        right: 24px;
    }
    
    /** captions menu **/
    #player.bgs-android-phone .vjs-subs-caps-button .vjs-menu ul.vjs-menu-content {
        overflow: scroll;
        max-height: 90px;
    }
}

/** android phone landscape **/
@media screen and (orientation: landscape) {
    /** captions settings display **/
    #player.bgs-android-phone .vjs-modal-dialog-content .vjs-track-settings-colors fieldset select {
        width: 100px;
    }
    #player.bgs-android-phone .vjs-track-settings-controls {
        padding-bottom: 39px;
    }
        #player.bgs-android-phone .vjs-track-settings-controls button {
            padding: 1px;
        }
    
    /** captions menu **/
    #player.bgs-android-phone .vjs-subs-caps-button .vjs-menu ul.vjs-menu-content {
        overflow: scroll;
        max-height: 120px;
    }
}

#bcc-tracklist-panel {
    width: 390px;
    height: 100%;
    color: white;
    font-family: 'Lato';
    top: 0px;
    right: 0px;
    position: absolute;
    z-index: 300;
    opacity: 0;
    transition: opacity .2s;
    -webkit-transition: opacity .2s;
    -moz-transition: opacity .2s;
    -o-transition: opacity .2s;
}
    .audio-only  #bcc-tracklist-panel,
    .video-js:not(.vjs-has-started) #bcc-tracklist-panel,
    .video-js:not(.bcc-mobile):not(.video-ended):hover  #bcc-tracklist-panel,
    .video-js:not(.bcc-mobile):not(.video-ended):focus  #bcc-tracklist-panel,
    .video-js.bcc-mobile.vjs-user-active  #bcc-tracklist-panel {
        opacity: 1;
    }
    .video-js:not(.bcc-mobile):not(.video-ended) #bcc-tracklist-panel.bcc-no-transition {
        opacity: 1;
        -moz-transition: none !important;
        -webkit-transition: none !important;
        -o-transition: color 0 ease-in !important;
        transition: none !important;
    }
    .video-js.video-ended #bcc-tracklist-panel {
        display: none;
    }
    .video-js.vjs-fullscreen.vjs-user-inactive:not(.video-ended):hover #bcc-tracklist-panel,
    .video-js.vjs-fullscreen.vjs-user-inactive:not(.video-ended):focus #bcc-tracklist-panel {
        opacity: 0;
    }

#bcc-tracklist-background {
    position: relative;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .7);
    opacity: 0;
    transition: opacity .2s;
    -webkit-transition: opacity .2s;
    -moz-transition: opacity .2s;
    -o-transition: opacity .2s;
}
    .bcc-tracklist-open #bcc-tracklist-background {
        opacity: 1;
    }

#bcc-tracklist-button {
    position: absolute;
    left: 200px;
    top: 23px;
    line-height: 26px;
    font-size: 14px;
    font-weight: 700;
    cursor: pointer;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    transition: left .2s;
    -webkit-transition: left .2s;
    -moz-transition: left .2s;
    -o-transition: left .2s;
}
    .bcc-tracklist-open #bcc-tracklist-button {
        left: 30px;
    }
    .audio-only #bcc-tracklist-button {
        cursor: default;
        pointer-events: none;
    }

#bcc-tracklist-button > div {
    float: left;
    width: 26px;
    height: 26px;
    background-image: url(../img/tracklist.png);
    background-repeat: no-repeat;
    overflow: hidden;
}

#bcc-tracklist-button > #bcc-tracklist-button-icon {
    margin-right: 3px;
}

#bcc-tracklist-button > #bcc-tracklist-button-arrow {
    float: right;
    background-position: -52px 0px;
    margin-left: 22px;
    transition: left .2s;
    -webkit-transition: margin-left .2s;
    -moz-transition: margin-left .2s;
    -o-transition: margin-left .2s;
}
    .bcc-tracklist-open #bcc-tracklist-button > #bcc-tracklist-button-arrow {
        background-position: -26px 0px;
        margin-left: 192px;
    }
    
    /* Track List button highlighted states */
    #bcc-tracklist-button.bcc-key-highlight > #bcc-tracklist-button-icon,
    #bcc-tracklist-button:focus > #bcc-tracklist-button-icon {
        background-position: 0px -23px;
    }
    
    #bcc-tracklist-button.bcc-key-highlight > span,
    #bcc-tracklist-button:focus > span {
        color: #ff0066;
    }
    
    #bcc-tracklist-button.bcc-key-highlight > #bcc-tracklist-button-arrow,
    #bcc-tracklist-button:focus > #bcc-tracklist-button-arrow {
        background-position: -52px -23px;
    }
    
    .bcc-tracklist-open #bcc-tracklist-button.bcc-key-highlight > #bcc-tracklist-button-arrow,
    .bcc-tracklist-open #bcc-tracklist-button:focus > #bcc-tracklist-button-arrow {
        background-position: -26px -23px;
    }

#bcc-tracklist-container {
    overflow: hidden;
    width: 370px;
    position: absolute;
    top: 78px;
    pointer-events: none;
    opacity: 0;
    display: none;
    transition: opacity .2s;
    -webkit-transition: opacity .2s;
    -moz-transition: opacity .2s;
    -o-transition: opacity .2s;
}
    .bcc-tracklist-open #bcc-tracklist-container {
        opacity: 1;
        display: block;
        pointer-events: inherit;
    }
    #player.vjs-fullscreen #bcc-tracklist-panel #bcc-tracklist-container #bcc-tracklist-contents {
        height: 100% !important;
    }
#bcc-tracklist-contents {
    width: 390px;
    height: 100%;
    overflow-y: auto;
    padding-left: 34px;
    font-size: 14px;
}
#player .bcc-tracklist-item {
    position: relative;
    width: 330px;
    font-size: 15px;
    color: #848484;
    transition: color .2s;
    -webkit-transition: color .2s;
    -moz-transition: color .2s;
    -o-transition: color .2s;
}
    #player.bcc-tracklist-open .bcc-tracklist-item {
        pointer-events: inherit;
    }
    #player.bcc-tracklist-open .bcc-tracklist-item:hover,
    #player.bcc-tracklist-open .bcc-tracklist-item:focus {
        cursor: pointer;
    }
    #player.bcc-tracklist-open .bcc-tracklist-item:not(.bcc-disabled):hover,
    #player.bcc-tracklist-open .bcc-tracklist-item:not(.bcc-disabled):focus,
    #player.bcc-tracklist-open .bcc-tracklist-item.playing {
        color: #FFF;
    }
    #player .bcc-tracklist-item  div, #player .bcc-tracklist-item  span {
        -webkit-touch-callout: none;
        -webkit-user-select: none;
        -khtml-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }
    #player .bcc-tracklist-act {
        font-size: 15px;
        color: #848484;
        padding-top: 20px;
        padding-left: 5px;
        padding-bottom: 12px;
        font-weight: 700;
    }
    .bcc-tracklist-featured, .bcc-tracklist-preview {
        padding-top: 12px;
        padding-left: 5px;
        margin-bottom: -5px;
        font-size: 11px;
        font-weight: 700;
    }
    .bcc-tracklist-title {
        padding-top: 11px;
        padding-left: 20px;
        text-indent: -15px;
    }
        .double-digit .bcc-tracklist-title {
            padding-left: 30px;
            text-indent: -25px;
            line-height: 1;
        }
        .bcc-tracklist-title > span {
            font-weight: 300;
            line-height: 1.5;
        }
    .bcc-tracklist-artists {
        padding-top: 9px;
        padding-left: 20px;
        font-size: 12px;
    }
        .double-digit .bcc-tracklist-artists {
            padding-left: 30px;
        }
    .bcc-tracklist-spacer {
        padding-bottom: 13px;
    }
    .bcc-tracklist-item  > hr {
        color: #CECECE;
        opacity: .2;
    }
    .bcc-tracklist-playing {
        position: absolute;
        display: none;
        background-color: #ff0066;
        width: 8px;
        height: 8px;
        top: 22px;
        left: -14px;
        -moz-border-radius: 4px;
        -webkit-border-radius: 4px;
        border-radius: 4px;
    }
        .playing .bcc-tracklist-playing {
            display: block;
        }
        .featured .bcc-tracklist-playing, .preview .bcc-tracklist-playing {
            top: 52px;
        }
    .bcc-tracklist-bottom {
        padding-bottom: 200px;
    }

#bcc-tracklist-overlay {
    width: 100%;
    height: 29%;
    position: absolute;
    pointer-events: none;
    bottom: 0;
    background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%); /* W3C */
    opacity: 0;
    transition: opacity .2s;
    -webkit-transition: opacity .2s;
    -moz-transition: opacity .2s;
    -o-transition: opacity .2s;
}
    .bcc-tracklist-open #bcc-tracklist-overlay {
        opacity: 1;
    }

@media only screen and (max-width: 1280px) {

    .video-js:not(.vjs-fullscren) #bcc-tracklist-panel {
        width: 297px;
    }
    .video-js:not(.vjs-fullscren) #bcc-tracklist-button {
        left: 140px;
        font-size: 12px;
    }
        .bcc-tracklist-open:not(.vjs-fullscren)  #bcc-tracklist-button {
            left: 20px;
        }
        .bcc-tracklist-open:not(.vjs-fullscren) #bcc-tracklist-button > #bcc-tracklist-button-arrow {
            margin-left: 142px;
        }

    .video-js:not(.vjs-fullscren) #bcc-tracklist-container {
        width: 277px;
    }
    .video-js:not(.vjs-fullscren) #bcc-tracklist-contents {
        padding-left: 25px;
        width: 297px;
    }
        #player.video-js:not(.vjs-fullscren)  .bcc-tracklist-item {
            width: 250px;
        }
        .video-js:not(.vjs-fullscren) .bcc-tracklist-act {
            font-size: 13px;
            padding-top: 10px;
            padding-bottom: 7px;
        }
        .video-js:not(.vjs-fullscren) .bcc-tracklist-featured {
            font-size: 10px;
        }
        .video-js:not(.vjs-fullscren) .bcc-tracklist-title {
            font-size: 13px;
        }
        .video-js:not(.vjs-fullscren) .bcc-tracklist-artists {
            font-size: 11px;
        }
            .video-js:not(.vjs-fullscren) .double-digit .bcc-tracklist-title {
                padding-left: 25px;
                text-indent: -20px;
            }
            .video-js:not(.vjs-fullscren) .double-digit .bcc-tracklist-artists {
                padding-left: 25px;
            }
        .video-js:not(.vjs-fullscren) .bcc-tracklist-bottom {
            padding-bottom: 90px;
        }
        .video-js:not(.vjs-fullscren) .featured .bcc-tracklist-playing,
        .video-js:not(.vjs-fullscren) .preview .bcc-tracklist-playing {
            top: 50px;
        }

}
@media only screen and (max-width: 767px) {
    #bcc-tracklist-panel {
        display: none;
    }
}