/*  MPS Component Name: housead-video-recirc.css
MPS Component Service ID: housead-video-recirc
MPS Component Path: https://mps.nbcuni.com/request/component/todayshow?name=housead-video-recirc.css */

@charset "UTF-8";

@font-face {
  font-family: 'proxima_nova';
  src: url('//nodeassets.today.com/fonts/2dc4d1a3.ProximaNova-Light-webfont.eot'),
       url('//nodeassets.today.com/fonts/2dc4d1a3.ProximaNova-Light-webfont.eot?#iefix') format('embedded-opentype'),
       url('//nodeassets.today.com/fonts/2dc4d1a3.ProximaNova-Light-webfont.woff') format('woff'),
       url('//nodeassets.today.com/fonts/2dc4d1a3.ProximaNova-Light-webfont.ttf') format('truetype'),
       url('//nodeassets.today.com/fonts/2dc4d1a3.ProximaNova-Light-webfont.svg') format('svg');
  font-weight: 200;
  font-style: normal;
}
@font-face {
  font-family: 'proxima_nova';
  src: url('//nodeassets.today.com/fonts/53332f49.ProximaNova-Sbold-webfont.eot'),
       url('//nodeassets.today.com/fonts/53332f49.ProximaNova-Sbold-webfont?#iefix') format('embedded-opentype'),
       url('//nodeassets.today.com/fonts/53332f49.ProximaNova-Sbold-webfont.woff') format('woff'),
       url('//nodeassets.today.com/fonts/53332f49.ProximaNova-Sbold-webfont.ttf') format('truetype'),
       url('//nodeassets.today.com/fonts/53332f49.ProximaNova-Sbold-webfont.svg') format('svg');
  font-weight: 500;
  font-style: normal;
}    
.today {
  font-family: 'proxima_nova';
}
.ad-container {
  display: block;
  width: 298px;
  height: 248px;
  border: 1px solid #ccc;
  text-decoration: none;
  color: #333;
  font-weight: 500;
  font-size: 12px;
  font-family: Helvetica, sans-serif;
}
.tease-container {
  width: 100%;
  overflow: hidden;
  position: relative;
  height: 250px;
}

.tease-container img {
  position: relative;
  left: 0;
  top: 0;
}

.text-container {
  background: #fff;
  position: relative;
  z-index: 5;
}

.icon-video-play {
  position: absolute;
  z-index: 100;
  right: 42%;
  background-color: rgba(0,0,0,0.4);
  border-radius: 2.5em;
}

.icon-video-play path {
  fill: rgba(255,255,255,0.7);
}

.tagline {
  text-transform: uppercase;
  letter-spacing: .02em;
  text-align: center;
}

.tagline span {
  padding: 4px 10px 3px 10px;
}

.video-title {
  height: 60px;
  margin: 0 15px;
}

/* on-domain specific styles */

.on-domain .tease-container img {
  width: 100%;
}

.on-domain .text-container {
  height: 80px;
  bottom: 82px;
}

.on-domain.today .video-title {
  font-size: 1.5em;
  line-height: 1em;
  font-weight: 200;
}
.on-domain.msnbc .video-title, .on-domain.nbcnews .video-title {
  font-size: 1.4em;
  font-weight: normal;
}

.on-domain .tagline {
  position: relative;
  top: -.9em;
  font-size: 1em;
  font-weight: bold;
}

.on-domain.today .tagline {
  color: #F37226;
}

.on-domain.msnbc .tagline {
  color: #0066cc;
  font-weight: bold;
}

.on-domain.nbcnews .tagline {
  color: #1a557a;
  font-weight: bold;
}

.on-domain .tagline span {
  background-color: #fff;
  border: 1px solid #ccc;
}

.on-domain .icon-video-play {
  bottom: 56%;
}

/* off-domain specific styles */

.off-domain .tease-container img {
  height: 200px;
}

.off-domain .text-container {
  height: 115px;
  bottom: 117px;
  background: #fff;
}

.off-domain #logo-container {
  width: 103px;
  height: 15px;
  overflow: visible;
  padding: 10px 0 0 15px;
}

.off-domain #logo-container img,
.off-domain #logo-container svg {
  height: 15px;
}

.off-domain .video-title {
  position: relative;
  top: 10px;
  font-size: 1.3em;
}

.off-domain.today .video-title {
  font-size: 1.4em;
  line-height: 1.1em;
  font-weight: 200;
}
.off-domain.msnbc .video-title, 
.off-domain.nbcnews .video-title {
  font-size: 1.3em;
  font-weight: normal;
}

.off-domain .tagline {
  color: #fff;
  font-weight: 500;
  font-size: .8em;
  display: table-cell;
  width: 110px;
  vertical-align: middle;
}

.off-domain .tagline-container-wrapper {
  display: table;
  width: 298px;
}

.off-domain .tagline-container {
  display: table-row;
}

.off-domain .tagline-rule {
  display: table-cell;
}

.off-domain .tagline-rule.left {
  width: 55%;
}

.off-domain .tagline-rule.right {
  width: auto;
}

.off-domain.nbcnews .tagline span {
  background-color: #0079D2;
}

.off-domain.today .tagline span {
  background-color: #F37226;
}

.off-domain.msnbc .tagline span {
  background-color: #0066cc;
}

.off-domain hr {
  border: 0;
  height: 1px;
}

.off-domain.nbcnews hr {
  color: #0079D2;
  background-color: #0079D2;
}

.off-domain.today hr {
  color: #F37226;
  background-color: #F37226;
}

.off-domain.msnbc hr {
  color: #0066cc;
  background-color: #0066cc;
}

.off-domain .icon-video-play {
  bottom: 64%;
}
