/*
This CSS resource incorporates links to font software which is the valuable copyrighted
property of Monotype Imaging and/or its suppliers. You may not attempt to copy, install,
redistribute, convert, modify or reverse engineer this font software. Please contact Monotype
Imaging with any questions regarding Web Fonts:  http://webfonts.fonts.com
*/
@font-face {
  font-family: "NeueHaasGroteskTextPro-56Italic";
  src: url('http://www.msnbc.com/sites/msnbc/themes/leanforward/fonts/NeueHaasGroteskTextPro-56Italic/15d52708-a813-4604-8dc3-92a5abbed999-2.eot');
  src: url('http://www.msnbc.com/sites/msnbc/themes/leanforward/fonts/NeueHaasGroteskTextPro-56Italic/15d52708-a813-4604-8dc3-92a5abbed999-2.eot') format("embedded-opentype"), 
       url('http://www.msnbc.com/sites/msnbc/themes/leanforward/fonts/NeueHaasGroteskTextPro-56Italic/15d52708-a813-4604-8dc3-92a5abbed999-3.woff') format("woff"), url('http://www.nbcnews.com/fonts/NeueHaasGroteskTextPro-56Italic/15d52708-a813-4604-8dc3-92a5abbed999-1.ttf') format("truetype"), 
       url('http://www.msnbc.com/sites/msnbc/themes/leanforward/fonts/NeueHaasGroteskTextPro-56Italic/15d52708-a813-4604-8dc3-92a5abbed999-4.svg#15d52708-a813-4604-8dc3-92a5abbed999-4') format("svg");
}

@font-face {
  font-family: "NeueHaasGroteskTextPro-75Bold";
  src: url('../../sites/msnbc/themes/leanforward/fonts/NeueHaasGroteskTextPro-75Bold/472ef833-5ee0-4732-9e4b-d112246ad32d-2.eot');
  src: url('../../sites/msnbc/themes/leanforward/fonts/NeueHaasGroteskTextPro-75Bold/472ef833-5ee0-4732-9e4b-d112246ad32d-2.eot') format("embedded-opentype"), 
       url('../../sites/msnbc/themes/leanforward/fonts/NeueHaasGroteskTextPro-75Bold/472ef833-5ee0-4732-9e4b-d112246ad32d-3.woff') format("woff"), 
       url('../../sites/msnbc/themes/leanforward/fonts/NeueHaasGroteskTextPro-75Bold/472ef833-5ee0-4732-9e4b-d112246ad32d-1.ttf') format("truetype"), 
       url('../../sites/msnbc/themes/leanforward/fonts/NeueHaasGroteskTextPro-75Bold/472ef833-5ee0-4732-9e4b-d112246ad32d-4.svg') format("svg");
}

@font-face {
    font-family: 'NeueHaasGroteskTextPro-55Roman';
    src:url(../../sites/msnbc/themes/leanforward/fonts/NeueHaasGroteskTextPro-55Roman/b198083c-7c68-4b9b-9c78-3ce7cfda70b8-2.eot);
    src:url(../../sites/msnbc/themes/leanforward/fonts/NeueHaasGroteskTextPro-55Roman/b198083c-7c68-4b9b-9c78-3ce7cfda70b8-2.eot) format("embedded-opentype"),
    url(../../sites/msnbc/themes/leanforward/fonts/NeueHaasGroteskTextPro-55Roman/b198083c-7c68-4b9b-9c78-3ce7cfda70b8-3.woff) format("woff"),
    url(../../sites/msnbc/themes/leanforward/fonts/NeueHaasGroteskTextPro-55Roman/b198083c-7c68-4b9b-9c78-3ce7cfda70b8-1.ttf) format("truetype"),
    url(../../sites/msnbc/themes/leanforward/fonts/NeueHaasGroteskTextPro-55Roman/b198083c-7c68-4b9b-9c78-3ce7cfda70b8-4.svg) format("svg");
    font-style:normal;
    font-weight:normal;
}




body {
  margin: 0;
  padding: 0;
  background:black;
  font-family:"NeueHaasGroteskTextPro", "Helvetica Neue", Helvetica, Arial, sans-serif;;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
}
.brandArea{
   position:absolute;
   top:0;
   left:0;
   background:black;
   height: 50px;  
   z-index:99;
 }

.brandArea div {
    display: inline-block;
    float: left;
  }
  
#SourceLogo {
    margin-top: 9px;
    margin-left: 15px;
}

#stats{
  display:block;
  overflow:hidden;
  width:250px;
  
  }

#BrandLogo{
  float:right;
  margin: 6px 12px;
}

#TPVideoPlayerContainer {
  font-weight: normal;
  font-family: "NeueHaasGroteskTextPro-75Bold", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
  color: #ffffff;
}
#TPVideoPlayerContainer.Offsite {
  margin-left:0;
}

#TPVideoPlayerContainer.Offsite #playIcon {
    background-color: #0066CC;
    cursor: pointer;
    height: 50px;
    position: absolute;
    top: 50px;
    left:0;
    float: none;
}

#TPVideoPlayerContainer #TPVideoPlayerRestPlayButton {
    cursor: pointer;
    left: 0;
    position: absolute;
    top: 0;
    z-index: 100;
}

#TPVideoPlayerContainer #TPVideoPlayerRestPlayButton .watchnow {
    background-color: #0066CC;
    color: #FFFFFF;
    float: right;
    font-size: 13px;
    font-weight: normal;
    font-family: "NeueHaasGroteskTextPro-75Bold", "Helvetica Neue", Helvetica, Arial, sans-serif;
    height: 23px;
    line-height: 13px;
    border-left: 1px solid #333;
    padding: 7px 10px 0;
}

#TPVideoPlayerContainer.Offsite #TPVideoPlayerRestPlayButton {
  display: none;
  }

#TPVideoPlayerContainer.Offsite #playIcon img {
  padding-top: 10px;
  float: left;
}

#TPVideoPlayerContainer.Offsite #playIcon span {
    background-color: #0066CC;
    border-left: 2px solid #000000;
    float: left;
    height: 32px;
    letter-spacing: 1px;
    padding: 18px 15px 0;
}

.sprite-graphic {
  background: url('../../i/MSNBC/Components/Video/_Player/configurations/thePlatform/assets/iconSprites.png') no-repeat;
}
.sprite-graphic-large {
  background: url('../../i/MSNBC/Components/Video/_Player/configurations/thePlatform/Feature%20Player/assets/iconsSpritesLarge.png') no-repeat;
}

#mobileRestSlider {
 display: none;
}

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

#TPVideoPlayerTitle {
    color: #FFFFFF;
    font-size: 25px;
    letter-spacing: 0.03em;
    line-height: 28px;
    margin: 5px 0 0;
    padding: 0 0 15px 15px;
    width: 95%;
}

#TPVideoPlayerSourceDate {
    font-size: 12px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    border-top: 2px solid #186DC7;
    color: #FFFFFF;
    padding-top: 15px;
}

#TPVideoPlayerDescription {
  display: none;
}

#TPVideoPlayerPlaylistTitle {
 font-size: 14px; 
}

#TPVideoPlayerShowLinkBack {
    text-align: right;
    position: absolute;
    width: 95%;
    line-height: 16px;
    padding-right: 0;
    margin-right: 0;
    bottom: 10px;
}

#TPVideoPlayerShowLinkBack a,
#TPVideoPlayerShowLinkBack a:link,
#TPVideoPlayerShowLinkBack a:active,
#TPVideoPlayerShowLinkBack a:hover {
  color: #ffffff;
}

.metaData div {
  padding: 0 15px;
}

#TPVideoPlaylistTaxonomyContainer .showTaxListItem .label {
 -moz-box-sizing: none!important;
 box-sizing: none!important;
 -moz-block-sizing: none!important;
 block-sizing: none!important;
}

#TPLogoSource {
  padding: 0;
  display:inline;
}

#TPLogoSource a,
#TPLogoSource a:link,
#TPLogoSource a:active,
#TPLogoSource a:hover {
  color: #186DC7;
}

#TPVideoEndSlate {
  overflow: hidden;
  position: relative;
}

#tpContainerSizer.tablet #TPVideoEndSlate,
#tpContainerSizer.desktop #TPVideoEndSlate {
  margin: 0 auto;
}

#tpContainerSizer.tablet #endState,
#tpContainerSizer.desktop #endState {
  margin-left: -41px;
}

#TPVideoEndSlate .playlistControls {
  display: none;
}

#TPVideoEndSlate .sourceDate {
  background: none repeat scroll 0 0 #333333;
  font-size: 9px;
  letter-spacing: 1px;
  line-height: 12px;
  opacity: 0.6;
  padding: 4px 0 4px 4px;
  text-transform: uppercase;
  width: 100%;
  position: absolute;
  bottom: 0;
}

#TPVideoEndSlate .thumbContainer {
  position: relative;
}

#TPVideoEndSlate .shortTitle {
  background-color: #464646;
  color: #CCCCCC;
  font-size: 14px;
  font-weight: normal;
  font-family: "NeueHaasGroteskTextPro-75Bold", "Helvetica Neue", Helvetica, Arial, sans-serif;
  height: 70px;
  line-height: 17px;
  padding: 8px 10px 10px;
  word-wrap: break-word;
  width: 140px;
  margin-top: 3px;
}

#TPVideoEndSlate .endSlateHeader {
  border-bottom: 2px solid #464646;
  color: #CCCCCC;
  font-size: 16px;
  letter-spacing: 1px;
  padding-bottom: 10px;
  padding-top: 90px;
  padding-left: 5px;
}

#TPVideoPlayerContainer.Offsite .endSlateHeader {
  padding-top: 70px;
}

#TPVideoPlayerContainer #TPVideoEndSlate .endSlateHeader,
#tpContainerSizer,
#tpContainerSizer .flex-viewport {
  margin: 0 auto;
}

#tpContainerSizer.tablet .flex-viewport {
  width: 500px;
}

#tpContainerSizer.desktop .flex-viewport {
  width: 700px;
}

.playlistItem:hover {
  cursor: hand;
  cursor: pointer;
}

#tpContainerSizer.desktop #TPVideoEndSlate {
  width: 500px;
}

#tpContainerSizer.tablet #TPVideoEndSlate {
  width: 331px;
}

#tpContainerSizer.tablet #TPVideoPlayerTitle {
  width: 53%;
  line-height: 30px;
}

#tpContainerSizer.tablet #TPVideoPlayerShowLinkBack {
  width: 40%;
  bottom: -45px;
}

#tpContainerSizer.mobile #TPVideoPlayerTitle {
  font-size: 16px;
  line-height: 19px;
  padding: 0 15px 10px 15px;
  width: auto;
}

#tpContainerSizer.mobile #TPVideoPlayerShowLinkBack {
  clear: both;
  text-align: left;
  width: auto;
  float: none;
  top: 0;
}

#tpContainerSizer.mobile .endSlateHeader {
  font-size: 12px;
}

#tpContainerSizer.mobile #TPVideoEndSlate {
  width: 161px;
  margin: 0 auto;
}

#tpContainerSizer.mobile #TPVideoPlayerSourceDate {
  font-size: 10px;
}

#tpContainerSizer.mobile .brandArea {
  height: 40px;
}

#tpContainerSizer.mobile #SourceLogo {
  margin-left: 5px;
  margin-top: 12px;
}

#tpContainerSizer.mobile #SourceLogo img {
  height: 15px;
}

#tpContainerSizer.mobile #BrandLogo {
  margin: 13px 10px;
}

#tpContainerSizer.mobile #BrandLogo img {
  height: 10px;
  margin-left: -15px;
}

#tpContainerSizer.mobile #playIcon {
  height: 40px;
}

#tpContainerSizer.mobile #playIcon img {
    margin-left: -15px;
    padding-top: 5px;
}

#tpContainerSizer.mobile #playIcon span {
  padding: 16px 5px 0;
  font-size: 10px;
  height: 24px;
  border-left: 1px solid #000000;
  margin-left: -20px;
}

/* onsite embedded player - iphone */

#TPVideoPlayerContainer.mobile #TPVideoEndSlate {
  margin: 0 auto;
  width: 160px;
}

#TPVideoPlayerContainer.mobile #endState {
  position: relative;
  top: -8px;
  margin-left: -41px;
}

#TPVideoPlayerContainer.mobile.Offsite #TPVideoEndSlate {
  width: 330px;
}

#TPVideoPlayerContainer.mobile .endSlateHeader {
  border-bottom: none;
  position: relative;
  padding-top: 4px;
  padding-bottom: 0;
  padding-left: 0;
  font-size: 9px;
}

#TPVideoPlayerContainer.mobile.Offsite .endSlateHeader {
  padding-top: 125px;
  padding-bottom: 10px;
}

#TPVideoPlayerContainer.mobile .shortTitle {
  font-size: 9px;
  line-height: 11px;
  padding-top:  4px;
  height: auto;
  margin-top: 0;
}