/* 6/18/2014 */
#TPVideoFeaturePlayer #TPVideoMainPlaylist {
    display: none;
    background: #333;
    position: relative;
    float:left;
    width: 370px;
}

@media all and (min-width: 320px) and (max-width: 767px) {
    /* mobile */
    #TPVideoPlaylistTaxonomyContainer {
        display: none;
    }
    #TPVideoFeaturePlayer #TPVideoMainPlaylist {
        display: block;
        width: 100%;
        margin-top: 0;
        padding: 0 20px 20px;
        display: none!important;
    }
    #TPVideoPlayerPlaylistHeader {
        padding: 0px 10px;
        display: inline-block;
        margin-top: 21px;
    }
    #TPVideoPlayerPlaylistTitle.windows .showPlayer {
        position:relative;
        top: -20px;
    }
    #mobileRestSlider {
        margin-top: 0px;
    }
    #TPVideoPlayerContainer.showPlayer #mobileRestSlider {
        margin-top: -25px;
    }
    #TPVideoFeaturePlayer .playlistItem .thumbContainer .statusText {
    text-transform: lowercase;
    }
    #TPVideoFeaturePlayer.mobile .thumbContainer .image img {
        width: 100%;
        height: auto;
        top:-30px;
    }  
    #TPVideoPlayerPlaylistHeader,
    #TPVideoFeaturePlayer,
    #TPVideoFeaturePlayer .statusText,
    #TPVideoFeaturePlayer #TPVideoPlayerSourceDate
    {
        -webkit-text-rendering: auto;
        -moz-text-rendering: auto;
        text-rendering: auto;
    }

}

@media all and (min-width: 321px) and (max-width: 480px) {
    /* mobile landscape */

    #TPVideoFeaturePlayer.mobile #mobileRestSlider {
        margin-top: 0px;
    }

    #TPVideoFeaturePlayer.mobile #TPVideoPlayerMeta {
        position: relative;
        z-index: 1;
    }

}

@media all and (min-width: 768px) and (max-width: 1023px) {
    /* tablet */
    #TPVideoPlaylistTaxonomyContainer {
        display: block;
        width: 30%;
    }

    #TPVideoFeaturePlayer #TPVideoMainPlaylist {
        display: block;
        width: 100%;
        padding: 30px;
        float: left;
    }

    #TPVideoFeaturePlayer #TPVideoMainPlaylist.showPlayer {
        width: 70%;
        float: right;
        padding: 0 30px 0 20px;
        margin-top: 0;
    }
}

@media all and (min-width: 1024px)  and (max-width: 1229px) {
    /* tablet-landscape */
    #TPVideoPlaylistTaxonomyContainer {
        display: block;
        width: 30%;
    }

    #TPVideoFeaturePlayer #TPVideoMainPlaylist {
        display: block;
        width: 370px;
        float: right;
        margin: 0 30px 0 15px;
    }

    /*
    #TPVideoFeaturePlayer #TPVideoMainPlaylist.showPlayer {
      border-top: medium none;
      float: right;
      margin-top: 0;
      width: 70%;
    }
    */

    #TPVideoFeaturePlayer #TPVideoMainPlaylist.showPlayer {
        width: 70%;
        float: right;
        padding: 0 30px 20px 10px;
        margin: 0;
    }

}

@media all and (min-width: 1230px) {
    /* desktop */
    #TPVideoPlaylistTaxonomyContainer {
        display: block;
        width: 20%;
    }

    #TPVideoFeaturePlayer #TPVideoMainPlaylist {
        display: block;
        width: 370px;
        float: right;
        margin-right: 30px;
    }


    #TPVideoFeaturePlayer #TPVideoMainPlaylist.showPlayer .flex-viewport {
        padding-top: 0;
    }

    #TPVideoFeaturePlayer #TPVideoMainPlaylist.showPlayer {
        float: right;
        width: 370px;
    }

}

#TPVideoFeaturePlayer #TPVideoMainPlaylist .playlistItem {
    width: 170px;
    float: left;
    display: block;
}

#TPVideoFeaturePlayer #TPVideoMainPlaylist .slide {
    padding-left: 200px;
    padding-right: 200px;
}

#TPVideoFeaturePlayer #TPVideoMainPlaylist .playlistholder {
    padding: 0;
    margin: 0;
    list-style-type: none;
}



#TPVideoFeaturePlayer #TPVideoMainPlaylist .playlistholder .playlistItem {
    position:relative;
    float:left;
    cursor: pointer;
}

#TPVideoFeaturePlayer #TPVideoMainPlaylist .playlistholder .playlistItem {
    width:170px;
    margin: 0 30px 0 0;
}


#TPVideoFeaturePlayer .playlistItem {
    margin: 0;
    padding: 0;
}
#TPVideoFeaturePlayer .playlistItem .playArrow {
    display: block;
    position: absolute;
    background-color: #0066cc;
    cursor: pointer;
    height: 17px;
    width: 23px;
    z-index: 1;
}
#TPVideoFeaturePlayer .playlistItem .playArrow .sprite-graphic {
    display: inline-block;
    background-position: -11px -120px;
    height: 13px;
    width: 7px;
    margin: 4px 9px;
}

#TPVideoFeaturePlayer .playlistItem .statusText {
    display: none;
    position: absolute;
    color: white;
    right: 0;
    font-size: 10px;
    font-family: "NeueHaasGroteskTextPro-75Bold";
    background-color: #0066cc;
    z-index: 1;
    padding: 0 6px;
    letter-spacing: .1em;
    min-width:68px;
    
}


#TPVideoFeaturePlayer .playlistItem .sourceDate {
    display: block;
    position: absolute;
    left:0px;
    text-transform: uppercase;
    width:170px;
    font-size: 9px;
    padding: 4px 0 4px 4px;
    margin-bottom: -2px;
    bottom: 0px;
    color:#fff;
    float:left;
    color: white;
    background:rgb(51, 51, 51);
    opacity:0.6;
    filter:alpha(opacity=60); /* For IE8 and earlier */
    letter-spacing: 1px;
    z-index: 1;
    line-height: 9px;
}

#TPVideoFeaturePlayer .playlistItem .source {
    display: block;
    position: relative;
    float:left;
    color: white;
    font-weight: bold;
    font-family: sans-serif;
}

#TPVideoFeaturePlayer .playlistItem .date {
    display: block;
    position: relative;
    float:left;
    color: white;
    font-family: "NeueHaasGroteskTextPro-75Bold";
}

#TPVideoFeaturePlayer .playlistItem .shortTitle {
    font-family: "NeueHaasGroteskTextPro-75Bold";
    line-height: 1.25em;
    height: 70px;
    background-color:#464646;
    color: #cccccc;
    margin-bottom: 20px;
    padding: 8px 10px 10px;
    font-size: 14px;
    word-wrap: break-word;
    position: relative;
}

#TPVideoFeaturePlayer .playlistItem .thumbContainer {
    display: block;
    position: relative;
    height: auto;
    padding: 0px;
    margin: 0;
}
#TPVideoFeaturePlayer .thumbContainer .statusText {
    text-transform: uppercase;
}

#TPVideoFeaturePlayer .playlistItem .image {
    display: block;
    top:0;
    left:0;
}
#TPVideoFeaturePlayer .playlistItem .image img {
    display: block;
    position: relative;  
}

#TPVideoFeaturePlayer .playlistControls {
    background-color: #999999;
    color: white;
    height: 30px;
    width: 100%;
}

#TPVideoFeaturePlayer .playlistControls .prevNav,
#TPVideoFeaturePlayer .playlistControls .nextNav {
    width: 30px;
    height: 30px;
    background-color: #0066cc;
    display:block;
    cursor: pointer;
}

#TPVideoFeaturePlayer .playlistControls .prevNav {
    float:left;
    background-position: 5px -145px;
}

#TPVideoFeaturePlayer .playlistControls .nextNav{
    float:right;
    background-position: 7px -113px;
}

#TPVideoFeaturePlayer .playlistControls .positionInfo {
    float: left;
    text-align: center;
    width: 83%;
    margin-top: 10px;
    text-transform: uppercase;
    letter-spacing: .1em;
    font-family: "NeueHaasGroteskTextPro-75Bold";
    line-height: 10px;
    color: #414141;
    font-size: 10px;
    font-size: 11px\9; /* IE8 and below */
}

#TPVideoPlaylistTaxonomyContainer .showTaxListItem.selected .label {
    color: white;
    background: #0066cc;
    border-color: #0066cc;
}

#TPVideoPlaylistTaxonomyContainer .showTaxListItem {
    display: block;
    width: 100%;
    margin: 0 20px 0 0;
    cursor: pointer;
}

#TPVideoPlaylistTaxonomyContainer .showTaxListItem .label {
    float:left;
    padding: 2px 2px 2px 30px;
    border-style: solid;
    border-width: 0px 0px 1px 0px;
    border-color: #666666;
    font-family: "NeueHaasGroteskTextPro-75Bold";
    font-size: 13px;
    line-height: 25px;
    text-transform: none;
    border-radius: 0;
    white-space: nowrap;
    width: 95%;
    height: 100%;
    background-color: transparent;
    font-weight: normal;
}

#TPVideoPlaylistTaxonomyContainer .showTaxListItem:last-child {
    border-bottom-width: 1px;
}

#TPVideoPlaylistTaxonomyContainer .selected .edge {
    display: block;
    float:left;
    width: 0px;
    height: 0px;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    border-left: 10px solid #0066cc;
}

.showPagePlaylist {
    width:300px !important;
    left:600px !important;
    margin:10px !important;
}

/* End slate */

#TPVideoFeaturePlayer .endSlateHeader {
    border-bottom: 1px solid #4b4b4b;
    color: #9C9C9C;
    font-size: 13px;
    font-family: "NeueHaasGroteskTextPro-75Bold";
    margin: 0 auto;
    padding-bottom: 10px;
    padding-top: 80px;
    width: 570px;
}

#TPVideoFeaturePlayer #TPVideoEndSlate .playlistControls,
#TPVideoFeaturePlayer #TPVideoEndSlate .playlistItem .playArrow  {
    display: none;
}

#TPVideoFeaturePlayer #TPVideoEndSlate .flex-viewport {
    width: 570px;
    margin: 0 auto;
}

#TPVideoFeaturePlayer #TPVideoEndSlate .playlistholder {
    margin-left: -40px;
}

#TPVideoFeaturePlayer #endState .playlistItem .shortTitle {
    background-color: #333333;
}


/* iPhone css */

#mobileRestSlider {
    font-size: 10px;
}

#mobileRestSlider .playlistControls {
    position: relative;
    top: -30px;
}

#mobileRestSlider .playlistholder {
    margin:0;
    }

#mobileRestSlider .playlistholder .playlistItem {
    margin: 0;
}

#mobileRestSlider .playlistholder .playlistItem {
    margin: 0;
    padding: 0;
    width: 100%;
    left: -40px;
    position: relative;
}

#mobileRestSlider .endSlateMobileHeader {
    position: absolute;
    height:20px;
    width: 100%;
    padding: 0 10px 0 10px;
    z-index: 100;
    background: grey;
}

#mobileRestSlider .playlistItem .statusText {
    height: 30px;
    float: left;
    padding: 9px 10px;
    position: relative;
    border-left: 1px solid #333;
}
#mobileRestSlider .playlistItem .liveVideoStatusPadding {
    height: 30px;
    float: left;
    padding: 9px 10px;
    position: relative;
    border-left: 1px solid #333;
}

#mobileRestSlider .playlistItem .playArrow {
    width: 70px;
    height: 30px;
    position: relative;
    float: left;
}

#mobileRestSlider .playlistItem .playArrow .sprite-graphic {
    background-position: -2px -135px;
    height: 15px;
    width: 15px;
    margin: 8px 32px;
}

#mobileRestSlider .playlistControls .positionInfo {
    width: 80%;
}
#mobileTaxWrap {
    display: inline-block;
    width: 65%;
    overflow: hidden;
    height: 35px;
    background:url('../../i/MSNBC/Components/Video/_Player/configurations/thePlatform/Feature%20Player/assets/icon_downarrow_dark.png') no-repeat;
    margin: 15px 0;
    background-position: 96% 50%;
    background-color: #FAFAFA;
}

select#mobileTaxonomy {
    width: 115%;
    padding: 8px 10px 5px 5px;
    border: none;
    border-radius: 0;
    background-color: transparent;
    -webkit-appearance: none;
    -mox-appearance: none;
    appearance: none;
}

#TPVideoFeaturePlayer.mobile {
    margin-top: 25px;
}

#TPVideoFeaturePlayer.mobile .tpContainer {
    position: relative;
    z-index: 0;
    top: -30px;
}

#TPVideoFeaturePlayer.mobile .tpContainer {
    top:0;
}

/* windows phone css */

.windows #mobileRestSlider .playlistholder { margin-left: -20px; }

/* Align social panel closer to video right edge on Show page */
.panel--show .pane-msnbc-display-social-links-video .pane-content {margin-left: 26% !important;}

/* Re-apply position which display metadata on Desktop but not on Mobile */
.mobile.endSlate .tpLayout {top: -1000px;}

/* IE8 Only Hack - This should be in the &amp;amp;lt;head&amp;amp;gt; as an IE-8 conditional! */
@media \0screen {
    /* remove mobile-only taxonomy dropdown (no ie8 class avail) */
    #mobileTaxonomy {display: none !important;}

    /* playlist column widths margin and padding (no ie8 class avail) */
    #TPVideoPlaylistTaxonomyContainer {width: 20%;}

    /* IE8 Fix margins and padding for player and playlist */
    #TPVideoPlayerPlaylistTitle {padding-top: 50px;}
    #TPVideoPlayerPlaylistTitle.showPlayer {padding-top: 50px;}
    #TPVideoPlayerPlaylistHeader {margin: 15px 30px;}
    #TPVideoPlayerContainer {float: left;margin-left: 30px;}
    #TPVideoPlayerContainer.showPlayer {margin: 0 0 30px 10px;}
    #TPVideoFeaturePlayer #TPVideoMainPlaylist {float:right; margin-right: 30px;}

    /* play now button overlay was collapsing on ie8 */
    #TPVideoPlayerRestPlayButton {width: 161px;}


    /* IE8 Tablet */
    .ie8.tablet #TPVideoMainPlaylist,
    .ie8.tablet-landscape #TPVideoMainPlaylist {width: 100% !important; float: left !important; padding: 30px !important;}

    /* IE8 Mobile */
    .ie8.mobile #TPVideoMainPlaylist {display: none !important;}

    /* IE8 Ad Position fix */
    .ie8.desktop #TPVideoPlayerAd300x250,
    .ie8.desktop #TPVideoPlayerAd300x60 {clear: right; float: right; margin: 30px 60px 0 0;}
    /* IE8 endstate playlist being cut-off */
    .ie8 #endState .playlistholder {padding: 0;}
}

.PLHzMenu {
    padding-top:-20px;
    /* height:2em; */
    color:#ccc;
    padding-bottom: 5px;
    border-bottom: 1px solid #ccc;
    margin-top:-40px;
    overflow: hidden;
}

.PLHzItemTPLabel  {
    font-family: "NeueHaasGroteskTextPro-75Bold";
    font-size: 12pt;
    padding-right: 0.9em;
    float:left;
}

.PLHzItem  {
    font-family: "NeueHaasGroteskTextPro-75Bold";
    font-size: 12pt;
    padding-right: 0.9em;
    cursor:pointer;
    float:left;
}

.PLHzItemSelected {
    color:#ffffff;
}

.PLHzItemPlaying {
    color:#ffffff;
}

.PLDblHeight {
    white-space: normal;
    line-height: 16px;
    overflow: hidden;
    max-height: 32px;
    height: 32px;
}

.tpPlayerCard .tpSubtitlesForm
{
    font-size: 14px;
    margin-top: 30px;
}

.tpPlayerCard .tpFontColor, .tpPlayerCard .tpFontBackgroundColor, .tpPlayerCard .tpFontEdgeColor {
    width: 15px;
    height: 15px;
    float: left;
    cursor: hand;
    border-style: solid;
    border-width: 1px;
    margin-right: 4px;
    text-align: center;
    cursor: pointer;
}

.tpPlayerCard select {
    color: #FFFFFF;
}



.tpPlayerCard.tpSubtitleStylesCard .tpSubtitlesLabels {
    float: left;
    width: 100px;
    margin: 0px 10px 0px 10px;
    color: #FFFFFF;
    font-weight: bold;
    font-size: 13px;
    text-align: right;
    padding-top: 22px;
}

.tpPlayerCard.tpSubtitleStylesCard .tpSubtitlesBlock {
    float: left;
    color: #A5A7AA;
    font-size: 11px;
    text-align: left;
}

.tpPlayerCard.tpSubtitleStylesCard .tbSubtitlesDropdown {
    float:left;
    border: 0px;
    font-weight: bold;
    font-size: 13px;
    text-align: left;
    padding: 5px;
    background: #424242;
    margin: 2px;
}

.tpPlayerCard.tpSubtitleStylesCard .tbSubtitlesGroup {
    float:left;
    margin-left: 4px;
}

.tpPlayerCard .tpCardBody {
    background: rgba(13,13,13,0.8);
}
.tpPlayerCard .tpCardHeader .tpCardTitle {
    background: rgba(13,13,13,0.8);
}




.tpPlayerCard.tpSubtitleStylesCard .tpSubtitlesDivider {
    clear:both;
}

.tpPlayerCard.tpSubtitleStylesCard .tbSubtitlesTitle {
    float:left;
    margin-left: 4px;
}

.tpPlayerCard.tpSubtitleStylesCard .tpSubtitlesClose {
    float:right;
    margin-right: 4px;
}

.tpPlayerCard.tpSubtitleStylesCard .tpFormActions .tpButton {
    float: left;
    margin-left: 4px;
}

.tpPlayerCard.tpSubtitleStylesCard .tpSubtitlesCCtogle {
    float: right;
    width: 150;
    position: absolute;
    bottom: 0;
    right: 0;
}

.tpPlayerCard.tpSubtitleStylesCard .CCtoggle {
    float: left;
    background: #424242;
    color:white;
    padding: 11px;
    margin: 5px;
    cursor: pointer;
}

.tpPlayerCard.tpSubtitleStylesCard .tpSubtitlesClose {
    cursor: pointer;
}


.tpPlayerCard.tpSubtitleStylesCard .CCtoggle.buttonSelected {
    background: #0066CC;
}


.tpPlayerCard.tpSubtitleStylesCard .tpSubtitlesApply {
    position: absolute;
    bottom:0;
    background: #0066CC;
    color: white;
    padding: 11px;
    margin: 5px;
    cursor: pointer;
}

.tpPlayerCard.tpSubtitleStylesCard .fontFamily {
    width: 160px;
}

.tpPlayerCard.tpSubtitleStylesCard .fontSize {
    width: 90px;
}

.tpPlayerCard.tpSubtitleStylesCard .fontColor {
    width: 75px;
}

.tpPlayerCard.tpSubtitleStylesCard .backgroundColor {
    width: 115px;
}

.tpPlayerCard.tpSubtitleStylesCard .opacity {
    width: 70px;
}
.tpPlayerCard.tpSubtitleStylesCard .padding {
    width: 70px;
}

.tpPlayerCard.tpSubtitleStylesCard .fontStyle {
    width: 100px;
}

.tpPlayerCard.tpSubtitleStylesCard .fontEdge {
    width: 115px;
}

.tpPlayerCard.tpSubtitleStylesCard .fontEdgeColor {
    width: 115px;
}

.tpPlayerCard.tpSubtitleStylesCard .textAlign {
    width: 80px;
}

.tpPlayerCard.tpSubtitleStylesCard .textAlignVertical {
    width: 80px;
}

.tpPlayerCard.tpSubtitleStylesCard input {
    height: auto;
}

.tpPlayerCard.tpSubtitleStylesCard .tpControlBorder {
    display: none;
}