/*
	@name: 				ce_base
	@implementation: 	package
	@functional: 		http://confluence.mtvi.com/SOME-PATH-TO-DOCUMENTATION
	@documentation: 	http://leafo.net/lessphp/docs/	 
	@author: 			religiog
*/
/*
	@reference: http://leafo.net/lessphp/docs/#import
*/
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td,
img {
  margin: 0;
  padding: 0;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
input,
textarea {
  -webkit-appearance: none;
  border-radius: 0;
}
fieldset,
img {
  border: 0;
}
address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
  font-style: normal;
  font-weight: normal;
}
ol,
ul {
  list-style: none;
}
ol,
dl,
blockquote {
  margin-bottom: 1.618em;
}
ol {
  list-style-type: decimal;
  margin-left: 1.618em;
}
nav ul,
nav ol {
  list-style: none;
  margin: 0;
  padding: 0;
}
caption,
th {
  text-align: left;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}
q:before,
q:after {
  content: '';
}
abbr,
acronym {
  border: 0;
}
* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
/*
	@name: 				ce_fonts
	@implementation: 	package
	@functional: 		http://confluence.mtvi.com/SOME-PATH-TO-DOCUMENTATION
	@requires: 			
	@documentation: 	http://leafo.net/lessphp/docs/	 
	@author: 			religiog
*/
body,
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #777777;
  font-family: sans-serif;
  font-size: 1em;
  line-height: 1.375;
}
h1,
h2 {
  font-size: 2.125em;
  font-family: 'BrandonGrotesque-Black', Helvetica, Arial, sans-serif;
  color: #ffffff;
}
h1 .bracers,
h2 .bracers {
  color: #aaaaaa;
}
@media (max-width: 30em) {
  h1,
  h2 {
    font-size: 1.3125em;
    line-height: 114.28571429%;
  }
}
.meta h1,
.meta h2,
.meta_info h1,
.meta_info h2 {
  font-size: 1.875em;
  font-family: 'BrandonTextMedium', Helvetica, Arial, sans-serif;
  color: #cccccc;
}
@media (max-width: 30em) {
  .meta h1,
  .meta h2,
  .meta_info h1,
  .meta_info h2 {
    font-size: 1.3125em;
    line-height: 114.28571429%;
  }
}
h3 {
  font-size: 0.875em;
  font-family: 'BrandonGrotesque-Black', Helvetica, Arial, sans-serif;
  color: #ffffff;
  text-transform: uppercase;
}
h3 .bracers {
  color: #aaaaaa;
}
.linux_entity h3 {
  padding-top: 5px;
}
@media (max-width: 30em) {
  h3 {
    font-size: 1em;
    line-height: 118.75%;
  }
}
/*
	@name: 				ce_breakpoints
	@implementation: 	package
	@functional: 		http://confluence.mtvi.com/SOME-PATH-TO-DOCUMENTATION
	@requires: 			
	@documentation: 	http://leafo.net/lessphp/docs/	 
	@author: 			religiog
*/
/*
MOVE TO CONFLUENCE TO KEEP FILE SMALL
Example:

	// viewport
	.selector {
		@media screen and (min-width: @medium) {
			property: value;
		}
	}

	// retina display
	.selector {
		@media screen and @pixelRatio2 {
			property: value;
		}
	}
*/
/*	Retina Display
----------------------------------------------------------------------------------------*/
/*	Viewports
----------------------------------------------------------------------------------------*/
/*
	@name: 				ce_mixins
	@implementation: 	package
	@functional: 		http://confluence.mtvi.com/SOME-PATH-TO-DOCUMENTATION
	@requires:
	@documentation: 	http://leafo.net/lessphp/docs/
	@author: 			religiog
*/
/**
 * CSS3 transforms
 **/
/*
	@name: .module-noscroll
	@description: 
		- Single row of items listed horizontally by default.
		- When breakpoint is reached, items will list vertically.
		- Items in list are fluid conforming to container width and height.
*/
/*
	@name: 				ce_layout
	@implementation: 	package
	@functional: 		http://confluence.mtvi.com/SOME-PATH-TO-DOCUMENTATION
	@requires: 			
	@documentation: 	http://leafo.net/lessphp/docs/	 
	@author: 			nelsonco
*/
html,
body {
  height: 100%;
  min-height: 100%;
}
/**
 * General styles for the triforce pages
 **/
/* 
 * Icon Fonts
 * Insert icon into element with data-icon specified 
 * for more information visit 
 * http://css-tricks.com/html-for-icon-font-usage/
 * don't use 'data-icon' because flux has their ouw styles for these elements
 **/
.icon-font,
[data-graphics]:before,
[data-graphics-after]:after {
  font-family: 'cc-icons';
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  text-align: center;
  font-variant: normal;
  text-transform: none;
}
[data-graphics]:before,
[data-graphics-after]:after {
  padding: 1px;
}
[data-graphics]:before {
  content: attr(data-graphics);
}
[data-graphics-after]:after {
  content: attr(data-graphics-after);
}
/*
	@name: 				fonts
	@implementation: 	
	@functional: 		http://confluence.mtvi.com/SOME-PATH-TO-DOCUMENTATION
	@requires: 			
	@documentation: 	http://leafo.net/lessphp/docs/	 
	@author: 			nelsonco
*/
@font-face {
  font-family: 'cc-icons';
  src: url('/sitewide/fonts/ccicons-webfont/ccicons-regular-webfont.eot');
  src: url('/sitewide/fonts/ccicons-webfont/ccicons-regular-webfont.eot?#iefix') format('embedded-opentype'), url('/sitewide/fonts/ccicons-webfont/ccicons-regular-webfont.woff2') format('woff2'), url('/sitewide/fonts/ccicons-webfont/ccicons-regular-webfont.woff') format('woff'), url('/sitewide/fonts/ccicons-webfont/ccicons-regular-webfont.ttf') format('truetype'), url('/sitewide/fonts/ccicons-webfont/ccicons-regular-webfont.svg#cc_iconsregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'HelveticaNeueLTStd-Lt';
  src: url('/sitewide/webfonts/2884DD_0_0.eot');
  src: url('/sitewide/webfonts/2884DD_0_0.eot?#iefix') format('embedded-opentype'), url('/sitewide/webfonts/2884DD_0_0.woff') format('woff'), url('/sitewide/webfonts/2884DD_0_0.ttf') format('truetype');
}
@font-face {
  font-family: 'HelveticaNeueLTStd-LtIt';
  src: url('/sitewide/webfonts/2884DD_1_0.eot');
  src: url('/sitewide/webfonts/2884DD_1_0.eot?#iefix') format('embedded-opentype'), url('/sitewide/webfonts/2884DD_1_0.woff') format('woff'), url('/sitewide/webfonts/2884DD_1_0.ttf') format('truetype');
}
@font-face {
  font-family: 'HelveticaNeueLTStd-Roman';
  src: url('/sitewide/webfonts/2884DD_2_0.eot');
  src: url('/sitewide/webfonts/2884DD_2_0.eot?#iefix') format('embedded-opentype'), url('/sitewide/webfonts/2884DD_2_0.woff') format('woff'), url('/sitewide/webfonts/2884DD_2_0.ttf') format('truetype');
}
@font-face {
  font-family: 'HelveticaNeueLTStd-It';
  src: url('/sitewide/webfonts/2884DD_3_0.eot');
  src: url('/sitewide/webfonts/2884DD_3_0.eot?#iefix') format('embedded-opentype'), url('/sitewide/webfonts/2884DD_3_0.woff') format('woff'), url('/sitewide/webfonts/2884DD_3_0.ttf') format('truetype');
}
@font-face {
  font-family: 'BrandonGrotesque-Black';
  src: url('/sitewide/webfonts/brandon-grotesque-black.eot?') format('embedded-opentype'), url('/sitewide/webfonts/brandon-grotesque-black.woff') format('woff'), url('/sitewide/webfonts/brandon-grotesque-black.woff2') format('woff2'), url('/sitewide/webfonts/brandon-grotesque-black.svg#BrandonGrotesque-Black') format('truetype'), url('/sitewide/webfonts/brandon-grotesque-black.svgz#BrandonGrotesque-Black') format('svg');
}
@font-face {
  font-family: 'BrandonTextBold';
  src: url('/sitewide/webfonts/25F192_1_0.eot');
  src: url('/sitewide/webfonts/25F192_1_0.eot?#iefix') format('embedded-opentype'), url('/sitewide/webfonts/25F192_1_0.woff') format('woff'), url('/sitewide/webfonts/25F192_1_0.ttf') format('truetype');
}
@font-face {
  font-family: 'BrandonTextMedium';
  src: url('/sitewide/webfonts/25F192_7_0.eot');
  src: url('/sitewide/webfonts/25F192_7_0.eot?#iefix') format('embedded-opentype'), url('/sitewide/webfonts/25F192_7_0.woff') format('woff'), url('/sitewide/webfonts/25F192_7_0.ttf') format('truetype');
}
@font-face {
  font-family: 'BrandonTextMedItalic';
  src: url('/sitewide/webfonts/25F192_B_0.eot');
  src: url('/sitewide/webfonts/25F192_B_0.eot?#iefix') format('embedded-opentype'), url('/sitewide/webfonts/25F192_B_0.woff') format('woff'), url('/sitewide/webfonts/25F192_B_0.ttf') format('truetype');
}
@font-face {
  font-family: 'EamesBookItalic';
  src: url('/sitewide/webfonts/eames-book-italic.otf') format("opentype");
}
@font-face {
  font-family: 'EamescenturyBoldItalic';
  src: url('/sitewide/webfonts/eamescenturymodernbolditalic.eot');
  src: url('/sitewide/webfonts/eamescenturymodernbolditalic.eot') format('embedded-opentype'), url('/sitewide/webfonts/eamescenturymodernbolditalic.woff2') format('woff2'), url('/sitewide/webfonts/eamescenturymodernbolditalic.woff') format('woff'), url('/sitewide/webfonts/eamescenturymodernbolditalic.ttf') format('truetype'), url('/sitewide/webfonts/eamescenturymodernbolditalic.svg#EamesCenturyModernBoldItalic') format('svg');
}
.module .bio a {
  color: #0487d5;
}
.module .bio a:hover,
.module .bio a:focus {
  color: #0487d5;
  text-decoration: none;
}
/* Fix issues with fonts on Mac OS, Linux, Android - BrandonGrotesque-Black */
.linux_entity .m037_v1 .header,
.linux_entity .more-link {
  padding-top: 5px;
}
/*
@name: 				mixins
@implementation: 	
@functional: 		http://confluence.mtvi.com/SOME-PATH-TO-DOCUMENTATION
@requires: 			
@documentation: 	http://leafo.net/lessphp/docs/	 
@author: 			nelsonco
*/
.CN_module-videoPlayer {
  padding: 0% 3.33333333% 0% 3.33333333%;
  padding-top: 1.875em;
  padding-bottom: 0.75em;
  padding: 4.16666667% 3.33333333% 1% 3.33333333%;
  min-height: 670px;
  /* share overrides, refer player_share_v1.less */
}
@media (max-width: 47.938em) {
  .CN_module-videoPlayer {
    padding: 1.875em 0.9375em 0.75em 0.9375em;
  }
}
.CN_module-videoPlayer .meta,
.CN_module-videoPlayer .meta_info {
  max-width: 1200px;
  margin: 0 auto;
}
.CN_module-videoPlayer .videoPlayer,
.CN_module-videoPlayer .player_holder {
  position: relative;
  max-width: 960px;
  margin: 0 auto;
  outline: 2px solid #41383b;
}
.CN_module-videoPlayer .videoPlayer iframe,
.CN_module-videoPlayer .player_holder iframe,
.CN_module-videoPlayer .videoPlayer object,
.CN_module-videoPlayer .player_holder object,
.CN_module-videoPlayer .videoPlayer embed,
.CN_module-videoPlayer .player_holder embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media (min-width: 15em) and (max-width: 19.938em) {
  .CN_module-videoPlayer .videoPlayer,
  .CN_module-videoPlayer .player_holder {
    background-size: 230px;
  }
}
@media (min-width: 20em) and (max-width: 29.938em) {
  .CN_module-videoPlayer .videoPlayer,
  .CN_module-videoPlayer .player_holder {
    background-size: 300px;
  }
}
@media (min-width: 64em) {
  .CN_module-videoPlayer .videoPlayer,
  .CN_module-videoPlayer .player_holder {
    width: 960px;
    height: 540px;
  }
}
@media (max-width: 63.938em) {
  .CN_module-videoPlayer .video_player,
  .CN_module-videoPlayer .player_holder {
    position: relative;
    height: 0;
    padding-bottom: 56.25%;
  }
}
.CN_module-videoPlayer .meta,
.CN_module-videoPlayer .meta_info {
  margin: 0 auto;
}
.CN_module-videoPlayer .meta h1,
.CN_module-videoPlayer .meta_info h1 {
  margin: 0;
  cursor: pointer;
}
.CN_module-videoPlayer .meta .info,
.CN_module-videoPlayer .meta_info .info {
  margin: 0% 0% 1.66666667% 0%;
  clear: both;
  display: none;
}
.CN_module-videoPlayer .meta .info.show,
.CN_module-videoPlayer .meta_info .info.show {
  display: block;
}
.CN_module-videoPlayer .meta .info .tags a,
.CN_module-videoPlayer .meta_info .info .tags a,
.CN_module-videoPlayer .meta .info .tags .tag,
.CN_module-videoPlayer .meta_info .info .tags .tag {
  color: #cccccc;
  text-decoration: none;
}
.CN_module-videoPlayer .meta .info .tags a:hover,
.CN_module-videoPlayer .meta_info .info .tags a:hover,
.CN_module-videoPlayer .meta .info .tags .tag:hover,
.CN_module-videoPlayer .meta_info .info .tags .tag:hover {
  color: #f9f9f9;
}
.CN_module-videoPlayer .meta .info ul li,
.CN_module-videoPlayer .meta_info .info ul li {
  display: inline-block;
}
.CN_module-videoPlayer .meta.show_info .info,
.CN_module-videoPlayer .meta_info.show_info .info {
  display: block;
}
.CN_module-videoPlayer .share_wrap,
.CN_module-videoPlayer .share_wrapper {
  padding: 0.83333333% 0% 0% 0%;
  margin: 0;
  width: 100%;
}
@media screen and (max-width: 47.938em) {
  .CN_module-videoPlayer .share_wrap li,
  .CN_module-videoPlayer .share_wrapper li {
    margin: 10px 25px 0 0;
  }
}
.CN_module-videoPlayer #shareMarkup {
  display: none;
}
.CN_module-videoPlayer a {
  font-family: 'BrandonTextMedium', Helvetica, Arial, sans-serif;
  color: #0090dc;
}
.CN_module-videoPlayer a:hover {
  color: #3cb9d5;
}
.CN_module-videoPlayer .videoPlayer {
  overflow: hidden;
}
.CN_module-videoPlayer .videoPlayer > div {
  height: 100%;
}
.CN_module-videoPlayer .videoPlayer,
.CN_module-videoPlayer .player_holder,
.CN_module-videoPlayer .meta_info,
.CN_module-videoPlayer .share_wrapper {
  max-width: 960px;
  margin: 0 auto;
}
.CN_module-videoPlayer .videoPlayer {
  position: relative;
}
.CN_module-videoPlayer .videoPlayer .error-slate {
  position: absolute;
  width: 100%;
  height: 100%;
}
.CN_module-videoPlayer .slate_holder {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.CN_module-videoPlayer .slate_holder,
.CN_module-videoPlayer .error-slate {
  background: #342e30;
}
.CN_module-videoPlayer .error-slate,
.CN_module-videoPlayer .slate_content {
  height: auto;
  padding: 71px 21% 70px 57px;
  min-height: 164px;
}
.CN_module-videoPlayer .error-slate h3,
.CN_module-videoPlayer .slate_content h3,
.CN_module-videoPlayer .error-slate .slate_headline,
.CN_module-videoPlayer .slate_content .slate_headline {
  border: 0;
  margin: 0;
  padding-bottom: 0.35em;
  font-size: 45px;
  font-family: 'BrandonGrotesque-Black', Helvetica, Arial, sans-serif;
  color: #f54444;
  text-transform: uppercase;
}
.CN_module-videoPlayer .error-slate p,
.CN_module-videoPlayer .slate_content p,
.CN_module-videoPlayer .error-slate .slate_description,
.CN_module-videoPlayer .slate_content .slate_description {
  font-size: 26px;
  color: #ffffff;
}
@media screen and (max-width: 48em) {
  .CN_module-videoPlayer .error-slate,
  .CN_module-videoPlayer .slate_content {
    padding-top: 50px;
    padding-left: 43px;
  }
  .CN_module-videoPlayer .error-slate h3,
  .CN_module-videoPlayer .slate_content h3,
  .CN_module-videoPlayer .error-slate .slate_headline,
  .CN_module-videoPlayer .slate_content .slate_headline {
    font-size: 32px;
  }
  .CN_module-videoPlayer .error-slate p,
  .CN_module-videoPlayer .slate_content p,
  .CN_module-videoPlayer .error-slate .slate_description,
  .CN_module-videoPlayer .slate_content .slate_description {
    font-size: 20px;
  }
}
@media screen and (max-width: 35em) {
  .CN_module-videoPlayer .error-slate,
  .CN_module-videoPlayer .slate_content {
    padding-top: 50px;
    padding-left: 30px;
  }
  .CN_module-videoPlayer .error-slate h3,
  .CN_module-videoPlayer .slate_content h3,
  .CN_module-videoPlayer .error-slate .slate_headline,
  .CN_module-videoPlayer .slate_content .slate_headline {
    font-size: 25px;
  }
  .CN_module-videoPlayer .error-slate p,
  .CN_module-videoPlayer .slate_content p,
  .CN_module-videoPlayer .error-slate .slate_description,
  .CN_module-videoPlayer .slate_content .slate_description {
    font-size: 16px;
  }
}
@media screen and (max-width: 30em) {
  .CN_module-videoPlayer .error-slate,
  .CN_module-videoPlayer .slate_content {
    padding-right: 12%;
  }
  .CN_module-videoPlayer .error-slate h3,
  .CN_module-videoPlayer .slate_content h3,
  .CN_module-videoPlayer .error-slate .slate_headline,
  .CN_module-videoPlayer .slate_content .slate_headline {
    font-size: 21px;
  }
  .CN_module-videoPlayer .error-slate p,
  .CN_module-videoPlayer .slate_content p,
  .CN_module-videoPlayer .error-slate .slate_description,
  .CN_module-videoPlayer .slate_content .slate_description {
    font-size: 13px;
  }
}
@media screen and (max-width: 25em) {
  .CN_module-videoPlayer .error-slate,
  .CN_module-videoPlayer .slate_content {
    padding-top: 30px;
  }
}
@media screen and (max-width: 22.5em) {
  .CN_module-videoPlayer .error-slate,
  .CN_module-videoPlayer .slate_content {
    padding-top: 20px;
    padding-left: 15px;
    padding-bottom: 20px;
  }
  .CN_module-videoPlayer .error-slate h3,
  .CN_module-videoPlayer .slate_content h3,
  .CN_module-videoPlayer .error-slate .slate_headline,
  .CN_module-videoPlayer .slate_content .slate_headline {
    font-size: 16px;
  }
}
.CN_module-videoPlayer .not_available {
  background: url('http://1.images.colbertnation.com/images/shows/colbert_report/CR_videonotavailable_960x540.gif') no-repeat;
  max-width: 960px;
  min-height: 540px;
  background-size: cover;
  overflow: hidden;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  /*padding:60px 40px;*/
}
.CN_module-videoPlayer .not_available .message {
  text-indent: -20000px;
}
@media screen and (max-width: 63.938em) {
  .CN_module-videoPlayer .not_available {
    min-height: 405px;
  }
}
@media screen and (min-width: 15em) and (max-width: 47.938em) {
  .CN_module-videoPlayer .not_available {
    min-height: 270px;
  }
}
@media screen and (max-width: 428px) {
  .CN_module-videoPlayer .not_available {
    min-height: 200px;
  }
}
.CN_module-videoPlayer .not_available h2 {
  color: #3479a5;
  text-transform: uppercase;
  font-family: 'BrandonTextBold', Helvetica, Arial, sans-serif;
  font-size: 2.5em;
}
.CN_module-videoPlayer .not_available p {
  color: #ffffff;
  font-family: 'BrandonTextMedium', Helvetica, Arial, sans-serif;
  font-size: 1.25em;
}
@media screen and (max-width: 63.938em) {
  .CN_module-videoPlayer {
    min-height: 400px;
  }
  .CN_module-videoPlayer iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}
@media screen and (min-width: 15em) and (max-width: 47.938em) {
  .CN_module-videoPlayer {
    min-height: 200px;
  }
}
.CN_module-videoPlayer .meta,
.CN_module-videoPlayer .meta_info {
  font-size: 1.0625em;
  font-family: 'BrandonTextMedium', Helvetica, Arial, sans-serif;
  max-width: 960px;
}
.CN_module-videoPlayer .meta:after,
.CN_module-videoPlayer .meta_info:after {
  clear: both;
  content: "";
  display: block;
  height: 0;
  visibility: hidden;
}
*:first-child + html .CN_module-videoPlayer .meta,
*:first-child + html .CN_module-videoPlayer .meta_info {
  display: block;
  min-height: 0;
}
.CN_module-videoPlayer .meta h1,
.CN_module-videoPlayer .meta_info h1,
.CN_module-videoPlayer .meta h2,
.CN_module-videoPlayer .meta_info h2 {
  padding: 0.55882353em 0em 0.55882353em 0em;
  font-size: 2em;
  position: relative;
  color: #fefefe;
}
@media screen and (max-width: 48em) {
  .CN_module-videoPlayer .meta h1,
  .CN_module-videoPlayer .meta_info h1,
  .CN_module-videoPlayer .meta h2,
  .CN_module-videoPlayer .meta_info h2 {
    font-size: 1.11764706em;
  }
}
.CN_module-videoPlayer .meta h1 .arrow,
.CN_module-videoPlayer .meta_info h1 .arrow,
.CN_module-videoPlayer .meta h2 .arrow,
.CN_module-videoPlayer .meta_info h2 .arrow,
.CN_module-videoPlayer .meta .video_title:after,
.CN_module-videoPlayer .meta_info .video_title:after {
  background: url('/sitewide/images/sprites/cr_site2013_sprite.png') no-repeat -284px -202px;
  display: inline-block;
  position: absolute;
  bottom: 22px;
  width: 29px;
  height: 29px;
  margin: 0em 0em 0em 0.46875em;
}
@media screen and (max-width: 48em) {
  .CN_module-videoPlayer .meta h1 .arrow,
  .CN_module-videoPlayer .meta_info h1 .arrow,
  .CN_module-videoPlayer .meta h2 .arrow,
  .CN_module-videoPlayer .meta_info h2 .arrow,
  .CN_module-videoPlayer .meta .video_title:after,
  .CN_module-videoPlayer .meta_info .video_title:after {
    top: 50%;
    margin-top: -12px;
  }
}
@media screen and (max-width: 30em) {
  .CN_module-videoPlayer .meta h1 .arrow,
  .CN_module-videoPlayer .meta_info h1 .arrow,
  .CN_module-videoPlayer .meta h2 .arrow,
  .CN_module-videoPlayer .meta_info h2 .arrow,
  .CN_module-videoPlayer .meta .video_title:after,
  .CN_module-videoPlayer .meta_info .video_title:after {
    right: 0;
  }
}
@media screen and (max-width: 30em) {
  .CN_module-videoPlayer .meta h1,
  .CN_module-videoPlayer .meta_info h1,
  .CN_module-videoPlayer .meta h2,
  .CN_module-videoPlayer .meta_info h2,
  .CN_module-videoPlayer .meta .video_title,
  .CN_module-videoPlayer .meta_info .video_title {
    padding-right: 35px;
  }
}
.CN_module-videoPlayer .meta h1:hover .arrow,
.CN_module-videoPlayer .meta_info h1:hover .arrow,
.CN_module-videoPlayer .meta h2:hover .arrow,
.CN_module-videoPlayer .meta_info h2:hover .arrow,
.CN_module-videoPlayer .meta .video_title:hover:after,
.CN_module-videoPlayer .meta_info .video_title:hover:after {
  background-position: -284px -238px;
}
.CN_module-videoPlayer .meta .video_title:after,
.CN_module-videoPlayer .meta_info .video_title:after {
  content: "";
}
.CN_module-videoPlayer .meta h1 + .info.show,
.CN_module-videoPlayer .meta_info h1 + .info.show {
  margin-top: -11px;
}
@media screen and (max-width: 64em) {
  .CN_module-videoPlayer .meta h1 + .info.show,
  .CN_module-videoPlayer .meta_info h1 + .info.show {
    margin-top: 0;
  }
}
.CN_module-videoPlayer .meta .video_description,
.CN_module-videoPlayer .meta_info .video_description {
  margin: 0;
  padding: 0;
}
.CN_module-videoPlayer .meta .description,
.CN_module-videoPlayer .meta_info .description,
.CN_module-videoPlayer .meta .video_description,
.CN_module-videoPlayer .meta_info .video_description {
  margin-top: 2%;
  font-size: 1em;
  color: #dedede;
}
@media screen and (min-width: 64em) and (max-width: 74.9375em) {
  .CN_module-videoPlayer .meta .description,
  .CN_module-videoPlayer .meta_info .description,
  .CN_module-videoPlayer .meta .video_description,
  .CN_module-videoPlayer .meta_info .video_description {
    font-size: 1.11764706em;
  }
}
@media screen and (min-width: 75em) {
  .CN_module-videoPlayer .meta .description,
  .CN_module-videoPlayer .meta_info .description,
  .CN_module-videoPlayer .meta .video_description,
  .CN_module-videoPlayer .meta_info .video_description {
    font-size: 1.23529412em;
  }
}
.CN_module-videoPlayer .meta .info .tags,
.CN_module-videoPlayer .meta_info .tags {
  margin-top: 1.5%;
}
.CN_module-videoPlayer .meta .info .tags a,
.CN_module-videoPlayer .meta_info .tags a,
.CN_module-videoPlayer .meta .info .tags .tag,
.CN_module-videoPlayer .meta_info .tags .tag {
  color: #0090dc;
}
.CN_module-videoPlayer .meta .info .tags a:hover,
.CN_module-videoPlayer .meta_info .tags a:hover,
.CN_module-videoPlayer .meta .info .tags .tag:hover,
.CN_module-videoPlayer .meta_info .tags .tag:hover {
  color: #ea4242;
}
.CN_module-videoPlayer .info {
  margin-bottom: 25px;
}
.CN_module-videoPlayer .info,
.CN_module-videoPlayer .tags,
.CN_module-videoPlayer .air_date,
.CN_module-videoPlayer .views_count {
  color: #827e7d;
}
.CN_module-videoPlayer .meta_info .tags,
.CN_module-videoPlayer .meta_info .air_date,
.CN_module-videoPlayer .meta_info .views_count,
.CN_module-videoPlayer .meta_info .video_description {
  display: none;
}
.CN_module-videoPlayer .meta_info.show_info {
  padding-bottom: 25px;
}
.CN_module-videoPlayer .meta_info.show_info .watch_btn {
  margin: 25px 0 0;
}
.CN_module-videoPlayer .meta_info.show_info .tags,
.CN_module-videoPlayer .meta_info.show_info .video_description {
  display: block;
}
.CN_module-videoPlayer .meta_info.show_info .air_date,
.CN_module-videoPlayer .meta_info.show_info .views_count {
  display: inline-block;
}
.CN_module-videoPlayer .air_date + .views_count:before {
  content: "|";
  margin: 0 5px;
}
.CN_module-videoPlayer .airdate {
  display: inline-block;
  vertical-align: middle;
}
.CN_module-videoPlayer .airdate + .views {
  display: inline-block;
  vertical-align: middle;
  overflow: hidden;
  margin-left: 18px;
  text-indent: -5px;
}
.CN_module-videoPlayer .airdate + .views:before {
  content: '|';
  position: absolute;
}
.CN_module-videoPlayer .share_wrap,
.CN_module-videoPlayer .share_wrapper {
  padding: 1.125em 0.5625em 0em 0em;
  position: relative;
}
.CN_module-videoPlayer .share_wrap:after,
.CN_module-videoPlayer .share_wrapper:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: -moz-linear-gradient(left, #731821 75%, rgba(115, 24, 33, 0) 100%);
  background: -webkit-gradient(linear, left top, right top, color-stop(75%, #731821), color-stop(100%, rgba(115, 24, 33, 0)));
  background: -webkit-linear-gradient(left, #731821 75%, rgba(115, 24, 33, 0) 100%);
  background: -o-linear-gradient(left, #731821 75%, rgba(115, 24, 33, 0) 100%);
  background: -ms-linear-gradient(left, #731821 75%, rgba(115, 24, 33, 0) 100%);
  background: linear-gradient(to right, #731821 75%, rgba(115, 24, 33, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#731821, endColorstr=#731821, GradientType=1);
}
.CN_module-videoPlayer .share_wrap:after,
.CN_module-videoPlayer .share_wrapper:after {
  top: 0;
  bottom: auto;
}
.CN_module-videoPlayer .share_wrap .shareFBLike .facebookLike,
.CN_module-videoPlayer .share_wrapper .shareFBLike .facebookLike {
  position: relative;
  top: -2px;
  margin: 0;
}
.CN_module-videoPlayer .share_wrap .shareFBLike .facebookLike > div,
.CN_module-videoPlayer .share_wrapper .shareFBLike .facebookLike > div {
  margin: 0;
}
@media screen and (max-width: 55em) {
  .CN_module-videoPlayer .share_wrap .comments_wrap .comments,
  .CN_module-videoPlayer .share_wrapper .comments_wrap .comments,
  .CN_module-videoPlayer .share_wrap .comments_btn .comments_count,
  .CN_module-videoPlayer .share_wrapper .comments_btn .comments_count {
    min-width: 20px;
  }
  .CN_module-videoPlayer .share_wrap .comments_wrap .comments:before,
  .CN_module-videoPlayer .share_wrapper .comments_wrap .comments:before,
  .CN_module-videoPlayer .share_wrap .comments_btn .comments_count:before,
  .CN_module-videoPlayer .share_wrapper .comments_btn .comments_count:before {
    content: "";
  }
}
@media screen and (max-width: 48em) {
  .CN_module-videoPlayer .share_wrap,
  .CN_module-videoPlayer .share_wrapper {
    padding: 0.625em 0.5625em 0.5625em 0em;
  }
}
.CN_module-videoPlayer .share_wrap .flux4 .share li > div,
.CN_module-videoPlayer .share_wrapper .flux4 .share li > div,
.CN_module-videoPlayer .share_wrap .flux4 .share li .screen_reader_text,
.CN_module-videoPlayer .share_wrapper .flux4 .share li .screen_reader_text {
  margin-top: -2px;
  font-size: 1.33333333em;
  letter-spacing: 0.5px;
}
.CN_module-videoPlayer .share_wrap .flux4 .share li > div.facebookLike,
.CN_module-videoPlayer .share_wrapper .flux4 .share li > div.facebookLike,
.CN_module-videoPlayer .share_wrap .flux4 .share li .screen_reader_text.facebookLike,
.CN_module-videoPlayer .share_wrapper .flux4 .share li .screen_reader_text.facebookLike {
  margin-top: 2px;
}
.CN_module-videoPlayer .share_wrap iframe,
.CN_module-videoPlayer .share_wrapper iframe {
  positon: relative !important;
  z-index: 4000001;
}
@media screen and (max-width: 47.938em) {
  .CN_module-videoPlayer .share_wrap li,
  .CN_module-videoPlayer .share_wrapper li {
    margin-right: 23px;
  }
}
.CN_module-videoPlayer .full_episode,
.CN_module-videoPlayer .watch_btn {
  padding: 0em 1.35em 0em 0.45em;
  background: #d52b2b;
  float: left;
  height: 32px;
  margin: 0 0 30px;
  line-height: 32px;
  text-decoration: none;
  color: #ffffff;
  font-size: 18px;
  position: relative;
  text-transform: uppercase;
}
.CN_module-videoPlayer .full_episode:hover,
.CN_module-videoPlayer .watch_btn:hover {
  background: #f54444;
  color: #ffffff;
}
@media (max-width: 30em) {
  .CN_module-videoPlayer .full_episode,
  .CN_module-videoPlayer .watch_btn {
    display: none;
  }
}
.CN_module-videoPlayer .full_episode .arrow,
.CN_module-videoPlayer .watch_btn:after {
  width: 0;
  height: 0;
  border-top: 16px solid transparent;
  border-bottom: 16px solid transparent;
  border-left: 16px solid #d52b2b;
  position: absolute;
  top: 0;
  right: -16px;
  color: #ffffff;
}
.CN_module-videoPlayer .full_episode:hover .arrow,
.CN_module-videoPlayer .watch_btn:hover:after {
  border-left: 16px solid #f54444;
}
.CN_module-videoPlayer .watch_btn:after {
  content: "";
}
/* Video Player variables */
/* Video Player appereance */
.hscroll_arrows .arrow_base {
  background: #000000;
  background: rgba(0, 0, 0, 0.7);
  height: 100px;
  display: block;
  text-indent: -99999px;
  position: absolute;
  top: 0;
  width: 30px;
  z-index: 1;
}
.hscroll_arrows .arrow_base span {
  background: url('/sitewide/images/sprites/cr_site2013_sprite.png') no-repeat;
  display: block;
  height: 17px;
  left: 50%;
  position: absolute;
  top: 50%;
  margin-top: -9px;
  margin-left: -4px;
  width: 9px;
}
.hscroll_arrows .left_arrow {
  background: #000000;
  background: rgba(0, 0, 0, 0.7);
  height: 100px;
  display: block;
  text-indent: -99999px;
  position: absolute;
  top: 0;
  width: 30px;
  z-index: 1;
  border: 0 none;
  left: 0;
}
.hscroll_arrows .left_arrow span {
  background: url('/sitewide/images/sprites/cr_site2013_sprite.png') no-repeat;
  display: block;
  height: 17px;
  left: 50%;
  position: absolute;
  top: 50%;
  margin-top: -9px;
  margin-left: -4px;
  width: 9px;
}
.hscroll_arrows .left_arrow span {
  background-position: -290px -97px;
}
@media (max-device-width: 64em) {
  .hscroll_arrows .left_arrow {
    display: none !important;
  }
}
@media (min-width: 30em) {
  .hscroll_arrows .left_arrow {
    left: 10px;
  }
}
.hscroll_arrows .right_arrow {
  background: #000000;
  background: rgba(0, 0, 0, 0.7);
  height: 100px;
  display: block;
  text-indent: -99999px;
  position: absolute;
  top: 0;
  width: 30px;
  z-index: 1;
  right: 0;
}
.hscroll_arrows .right_arrow span {
  background: url('/sitewide/images/sprites/cr_site2013_sprite.png') no-repeat;
  display: block;
  height: 17px;
  left: 50%;
  position: absolute;
  top: 50%;
  margin-top: -9px;
  margin-left: -4px;
  width: 9px;
}
.hscroll_arrows .right_arrow span {
  background-position: -308px -97px;
}
@media (max-device-width: 64em) {
  .hscroll_arrows .right_arrow {
    display: none !important;
  }
}
.hscroll_arrows .right_arrow:not([style="display: none;"]) + .right_arrow {
  visibility: hidden;
  top: -9999px !important;
}
@media (min-width: 30em) {
  .hscroll_arrows .right_arrow {
    right: 10px;
  }
}
.mixin_now_playing .now_playing .image_holder {
  border: 3px solid #ee4444;
}
/* General mixin for the featured guests modules */
.featured-guests .header {
  margin: 0em 0em 0.3em 0em;
}
.featured-guests .subhead {
  font-size: 0.875em;
  color: #ffffff;
  text-transform: uppercase;
  border-bottom: 0;
}
.featured-guests .title {
  text-transform: uppercase;
}
.featured-guests .person {
  display: block;
  padding: 10px 10px 10px 0;
  text-decoration: none;
}
.featured-guests .date_context {
  font-size: 0.875em;
  font-family: 'BrandonGrotesque-Black', Helvetica, Arial, sans-serif;
  color: #999999;
  text-transform: uppercase;
}
.featured-guests .date_context .day {
  color: #ea4242;
}
.featured-guests .name {
  font-size: 1.25em;
  font-family: 'BrandonTextBold', Helvetica, Arial, sans-serif;
  color: #ffffff;
}
.featured-guests .bio {
  font-size: 1em;
  font-family: 'BrandonTextMedium', Helvetica, Arial, sans-serif;
  line-height: 1.25;
  color: #999999;
}
.featured-guests .repeat {
  font-family: 'BrandonTextMedium', Helvetica, Arial, sans-serif;
  line-height: 1.6em;
  color: #b1b2b6;
  text-transform: capitalize;
}
/**
* retinaSprite
* @description: Function for adding retina sprite
* @param int posX
* @param int posY
* @param mixed retinaSprite
* @param string (optional) backgroundColor
* @param string (optional) backgroundWidth
* @param string (optional) backgroundHeight
* @return string
*
* example of usage
* #testId {
*    .retinaSprite(-10px, -25px, @tdsRetinaSprite);
*}
*/
.mixin_carousel_wrapper .carouselWrapper {
  clear: both;
  position: relative;
  margin: 0;
  overflow: visible;
}
/* Quotes Modules (ex. ent_049_tds & ent_024_tds ) */
.quote_modules {
  position: relative;
  padding: 0;
  background-color: #e7e7e2;
}
.quote_modules.empty_quote {
  border: 0;
}
.quote_modules .quote_wrapper {
  max-width: 1200px;
  margin: auto;
  padding-bottom: 40px;
}
.quote_modules .random_quote_overlay {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: 0.7;
}
.quote_modules a {
  text-decoration: none;
}
.quote_modules h3 {
  border: none;
  font-family: 'EamesBookItalic', serif;
  font-size: 1.75em;
  color: #000000;
  line-height: 1.375;
  text-transform: none;
  margin: 0 0 8px;
  padding: 20px 20px 0;
}
.quote_modules h3 span {
  position: relative;
  z-index: 5;
}
.quote_modules h3:before,
.quote_modules h3:after {
  display: inline-block;
  width: 58px;
  height: 41px;
  content: '';
  background: url('/sitewide/images/sprites/cr_site2013_sprite.png') no-repeat;
}
@media screen and (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .quote_modules h3:before,
  .quote_modules h3:after {
    background-image: url('/sitewide/images/sprites/cr_site2013_sprite_retina.png');
    background-size: 700px 268px;
  }
}
.quote_modules h3:before {
  background-position: -471px -98px;
  margin: 0 -36px 5px -22px;
}
.quote_modules h3:after {
  background-position: -540px -98px;
  margin: 0 -200px -20px -16px;
}
@media (min-width: 64em) {
  .quote_modules h3 {
    font-size: 2.25em;
    line-height: 122.22222222%;
  }
}
@media (min-width: 30em) {
  .quote_modules h3 {
    padding: 41px 53px 0;
  }
  .quote_modules h3:before {
    margin: 0 -16px 5px -42px;
  }
}
@media (max-width: 29.938em) {
  .quote_modules h3 {
    font-size: 1.25em;
  }
}
.quote_modules .quote_description {
  display: block;
  font-family: 'BrandonTextMedium', Helvetica, Arial, sans-serif;
  color: #d52b2b;
  font-size: 0.875em;
  font-style: italic;
  border-bottom: 1px solid #999999;
  margin: 0 0 18px;
  padding: 0 53px 15px;
}
@media screen and (max-width: 1240px) {
  .quote_modules .quote_description {
    padding: 0 33px 15px;
    margin: 0 20px 18px;
  }
}
@media screen and (max-width: 47.938em) {
  .quote_modules .quote_description {
    padding: 0 38px 15px;
    margin: 0 15px 18px;
  }
}
@media (max-width: 30em) {
  .quote_modules .quote_description {
    padding: 0 0 15px;
  }
}
@media (min-width: 30em) {
  .quote_modules .quote_description {
    font-size: 1.1875em;
  }
}
.quote_modules .meta {
  padding-left: 20px;
}
@media (min-width: 30em) {
  .quote_modules .meta {
    padding-left: 52px;
  }
}
.quote_modules span.watch,
.quote_modules .new_quote {
  text-transform: uppercase;
  color: #5c5d58;
  font-size: 17px;
  padding: 2px 9px;
  font-family: 'BrandonTextMedium', Helvetica, Arial, sans-serif;
}
.quote_modules span.watch:hover,
.quote_modules .new_quote:hover {
  color: #ea4242;
}
.quote_modules .meta a + a {
  margin-left: 10px;
  padding-left: 14px;
  border-left: 1px solid #4d4346;
}
.quote_modules .play_icon,
.quote_modules .reload_icon {
  display: inline-block;
  width: 16px;
  height: 14px;
  background: url('/sitewide/images/sprites/cr_site2013_sprite.png') no-repeat;
}
@media screen and (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .quote_modules .play_icon,
  .quote_modules .reload_icon {
    background-image: url('/sitewide/images/sprites/cr_site2013_sprite_retina.png');
    background-size: 700px 268px;
  }
}
.quote_modules .play_icon {
  background-position: -550px -9px;
  width: 10px;
  margin-left: 7px;
}
.quote_modules .reload_icon {
  background-position: -524px -10px;
}
/* Alignment
------------------------------------------------------*/
.verticalAlign {
  display: table-cell;
  vertical-align: middle;
}
/* Buttons
------------------------------------------------------*/
/* Button 1 */
/* Icons
------------------------------------------------------*/
/* Play */
.play {
  background: url('/sitewide/images/sprites/cr_site2013_sprite.png') no-repeat -453px -3px;
  height: 26px;
  width: 26px;
}
@media screen and (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .play {
    background: url('/sitewide/images/sprites/cr_site2013_sprite_retina.png') -453px -3px;
    background-size: 700px 268px;
  }
}
@media (max-width: 47.938em) {
  .play {
    width: 27px;
    background-position: -452px -7px;
    -webkit-transform: scale(0.86);
    -moz-transform: scale(0.86);
    -ms-transform: scale(0.86);
    transform: scale(0.86);
  }
}
@media (min-width: 600px) and (max-width: 47.938em) {
  .play {
    background-position: -452px -9px;
    -webkit-transform: scale(0.68);
    -moz-transform: scale(0.68);
    -ms-transform: scale(0.68);
    transform: scale(0.68);
  }
}
@media (max-width: 600px) {
  .play {
    background-position: -452px -10px;
    -webkit-transform: scale(0.52);
    -moz-transform: scale(0.52);
    -ms-transform: scale(0.52);
    transform: scale(0.52);
  }
}
/* Module Gradient */
.module_gradient {
  background: #d8d8d8;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #d9d9d9), color-stop(100%, #ededed));
  background: -webkit-linear-gradient(top, #d9d9d9 50%, #ededed 100%);
  background: -moz-linear-gradient(top, #d9d9d9 50%, #ededed 100%);
  background: -ms-linear-gradient(top, #d9d9d9 50%, #ededed 100%);
  background: -o-linear-gradient(top, #d9d9d9 50%, #ededed 100%);
  background: linear-gradient(to bottom, #d9d9d9 50%, #ededed 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d8d8d8', endColorstr='#ededed', GradientType=0);
}
/*
	@name: 				layout
	@implementation: 	
	@functional: 		http://confluence.mtvi.com/SOME-PATH-TO-DOCUMENTATION
	@requires: 			
	@documentation: 	http://leafo.net/lessphp/docs/	 
	@author: 			nelsonco
*/
.clear {
  clear: both;
  height: 0;
}
#background_holder {
  background: #000000;
  position: relative;
}
#background_holder #content_holder {
  margin: auto;
  min-height: 800px;
  position: relative;
  width: 100%;
  -webkit-transition: left 0.1s ease-out 0s;
  -moz-transition: left 0.1s ease-out 0s;
  -o-transition: left 0.1s ease-out 0s;
  transition: left 0.1s ease-out 0s;
}
#background_holder #content_holder .moduleLoading {
  display: block;
  margin: 0 auto;
}
#background_holder #content_holder div.moduleLoading {
  margin: 10px auto 0;
  background: url("/sitewide/images/sprites/loading.gif");
  width: 32px;
  height: 32px;
}
#background_holder #content_holder div.moduleLoading.right_arrow {
  background-size: 16px 16px;
  position: absolute;
  display: block !important;
  right: 0px;
  margin-top: 43px;
  width: 16px;
  height: 16px;
}
#background_holder #content_holder .module {
  display: none;
}
#background_holder.active #content_holder {
  -webkit-transition: left 0.1s ease-out 0s;
  -moz-transition: left 0.1s ease-out 0s;
  -o-transition: left 0.1s ease-out 0s;
  transition: left 0.1s ease-out 0s;
  left: 280px;
}
#background_holder.active #content_holder {
  position: fixed;
  background-color: #000000;
}
#background_holder #leaderboard,
#background_holder #leaderboard_mobile {
  margin: 0 auto;
  max-width: 970px;
  text-align: center;
}
#background_holder #leaderboard {
  display: block;
}
@media screen and (max-width: 728px) {
  #background_holder #leaderboard {
    display: none;
  }
}
#background_holder #leaderboard > div > * {
  padding: 10px 0;
}
#background_holder #leaderboard_mobile {
  padding: 10px 0;
}
@media screen and (min-width: 727px) {
  #background_holder #leaderboard_mobile {
    display: none;
  }
}
#background_holder [data-adsize="0"] {
  width: 970px;
  height: auto;
}
#background_holder [data-adsize="970x66"] {
  width: 970px;
}
#background_holder [data-adsize="300x250"] {
  width: 300px;
  height: 250px;
}
#background_holder [data-adsize="300x50"] {
  width: 300px;
}
#background_holder #leaderboard.has_opa {
  width: 970px;
  height: auto;
}
.module {
  padding: 40px 0;
}
.module .module_content {
  position: relative;
  max-width: 1200px;
  margin: auto;
}
@media (max-width: 47.938em) {
  .module {
    padding: 1.25em 0.625em 1.875em 0.625em;
  }
}
@media screen and (min-width: 48em) and (max-width: 1240px) {
  .module {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (max-width: 47.938em) {
  .module {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.module h1,
.module h2 {
  margin: 0em 0em 0.66666667em 0em;
}
.m_hscroll {
  position: relative;
  padding: 1.875em 0em 0em 0em;
}
.m_hscroll h1,
.m_hscroll h2 {
  font-size: 1.5em;
  text-transform: uppercase;
  margin: 0 0 15px 0;
  padding: 0 0 4px;
}
@media screen and (max-width: 75em) {
  .m_hscroll h1,
  .m_hscroll h2 {
    font-size: 1.25em;
  }
}
@media screen and (max-width: 64em) {
  .m_hscroll h1,
  .m_hscroll h2 {
    font-size: 1.125em;
  }
}
@media (min-width: 30em) {
  .m_hscroll h1,
  .m_hscroll h2 {
    padding: 0 10px 4px;
  }
}
@media (max-device-width: 47.938em) {
  .m_hscroll {
    padding: 1.25em 0em 1.25em 0em;
  }
  .m_hscroll div ul li {
    margin-left: 0 !important;
    margin-right: 20px !important;
  }
}
.m_hscroll .item_info {
  position: absolute;
  left: 0;
  top: 5px;
}
.m_hscroll .tabbed .tabs {
  float: left;
  margin: 0em 0em 0em 0.625em;
}
.m_hscroll .tabbed .tabs span {
  float: left;
  margin: 0em 0em 0em 1.25em;
  font-size: 0.875em;
  font-family: 'BrandonGrotesque-Black', Helvetica, Arial, sans-serif;
  color: #ffffff;
  text-transform: uppercase;
  line-height: 200%;
}
.m_hscroll .tabbed .tabs span .bracers {
  color: #aaaaaa;
}
.linux_entity .m_hscroll .tabbed .tabs span {
  padding-top: 5px;
}
@media (max-width: 30em) {
  .m_hscroll .tabbed .tabs span {
    font-size: 1em;
    line-height: 118.75%;
  }
}
.m_hscroll a {
  text-decoration: none;
}
.m_hscroll .carouselWrapper {
  padding: 0;
  overflow: visible;
}
@media (min-width: 30em) {
  .m_hscroll .carouselWrapper {
    padding: 0em 0.625em 0em 0.625em;
  }
}
.m_hscroll .carouselWrapper .hover_overlay {
  color: #f9f9f9;
  cursor: default;
  display: none;
  width: 280px;
  min-height: 150px;
  left: 200px;
  overflow: visible;
  font-family: 'BrandonTextMedium', Helvetica, Arial, sans-serif;
  opacity: .95;
  padding: 10px 20px 15px 20px;
  position: absolute;
  top: -20px;
  background-color: #342e30;
  box-shadow: 0 0 1em black;
  z-index: 5;
}
.m_hscroll .carouselWrapper .hover_overlay:before {
  content: "";
  position: absolute;
  left: auto;
  right: -20px;
  top: 40%;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 15px 0 15px 30px;
  border-color: transparent transparent transparent #342e30;
}
.m_hscroll .carouselWrapper .hover_overlay .overlay_title {
  float: none;
  padding-bottom: 5px;
}
.m_hscroll .carouselWrapper .hover_overlay .overlay_metadata {
  font-size: 0.6875em;
  padding-bottom: 5px;
  text-transform: uppercase;
}
.m_hscroll .carouselWrapper .hover_overlay .overlay_description {
  font-size: 0.875em;
}
.m_hscroll .carouselWrapper .first_item {
  left: 200px;
}
.m_hscroll .carouselWrapper .first_item:before {
  right: auto;
  left: -20px;
  border-width: 15px 30px 15px 0;
  border-color: transparent #342e30 transparent transparent;
}
.m_hscroll .mask {
  overflow: hidden;
}
.m_hscroll div {
  margin: 0 auto;
  position: relative;
}
@media (max-device-width: 64em) {
  .m_hscroll div.mask {
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
  }
}
.m_hscroll div ul li {
  float: left;
  margin-left: 0;
  margin-right: 20px;
  position: relative;
}
.m_hscroll div ul li div {
  float: left;
  margin-bottom: 6px;
}
.m_hscroll div ul li div em {
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px 1px 1px 1px);
  /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
}
.m_hscroll div ul li div a,
.m_hscroll div ul li div img {
  display: block;
}
.m_hscroll div ul li div p {
  font-size: 1em;
  line-height: 125%;
  min-height: 100px;
  position: relative;
}
.m_hscroll div ul li div p .title {
  position: absolute;
  left: 0;
  top: 5px;
}
.m_hscroll div ul li div p .duration {
  color: #777777;
}
@media (max-width: 48em) {
  .exclude_tablet {
    display: none;
  }
}
@media (max-width: 20em) {
  .exclude_phone {
    display: none;
  }
}
.image_holder {
  position: relative;
  overflow: hidden;
  background: #0d0d0d;
}
.image_holder:before {
  content: "";
  display: block;
  padding-top: 56.25%;
}
.image_holder .image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  opacity: 1;
  -webkit-transition: opacity 0.2s ease-out 0s;
  -moz-transition: opacity 0.2s ease-out 0s;
  -o-transition: opacity 0.2s ease-out 0s;
  transition: opacity 0.2s ease-out 0s;
}
.image_holder.deferred .image {
  opacity: 0;
}
.m_hscroll .image_holder,
.m_hscroll .video_holder,
.m_hscroll .mask li > div {
  float: none;
}
.mask li {
  width: 180px;
}
.cc_retina_bg_size {
  background-size: 163px 162px;
}
body {
  color: #ffffff;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  font-feature-settings: "kern";
  -webkit-font-feature-settings: "kern";
  -moz-font-feature-settings: "kern";
  -moz-font-feature-settings: "kern=1";
}
#homepage #leaderboard {
  margin: 0 auto;
  height: auto;
  padding: 0;
}
#homepage #header_content {
  padding: 0;
}
/*
@brightRed
*/
#background_holder {
  background-repeat: repeat-y;
  background-position: center top;
  /*
	* Why it is done?
	* in short: to optimize background for mobile
	* see:
	* http://blog.cloudfour.com/css-media-query-for-mobile-is-fools-gold/
	* http://cloudfour.com/examples/mediaqueries/image-test/#t5
	*
	*/
}
@media all and (min-width: 769px) {
  #background_holder {
    background-image: url(/sitewide/images/backgrounds/cn_site2013_bgrepeat_1920.jpg);
  }
}
@media all and (max-width: 768px) {
  #background_holder {
    background-image: url(/sitewide/images/backgrounds/cn_site2013_bgrepeat_768.jpg);
  }
}
#background_holder #content_holder div.moduleLoading {
  background: url(/sitewide/images/ajax-loader.gif);
}
.m_hscroll {
  padding: 0;
}
.m_hscroll h1,
.m_hscroll h2 {
  font-family: 'BrandonTextBold', Helvetica, Arial, sans-serif;
  color: #ffffff;
  position: relative;
  font-size: 1.5625em;
}
.m_hscroll h1:after,
.m_hscroll h2:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: -moz-linear-gradient(left, #6d1917 75%, rgba(109, 25, 23, 0) 100%);
  background: -webkit-gradient(linear, left top, right top, color-stop(75%, #6d1917), color-stop(100%, rgba(109, 25, 23, 0)));
  background: -webkit-linear-gradient(left, #6d1917 75%, rgba(109, 25, 23, 0) 100%);
  background: -o-linear-gradient(left, #6d1917 75%, rgba(109, 25, 23, 0) 100%);
  background: -ms-linear-gradient(left, #6d1917 75%, rgba(109, 25, 23, 0) 100%);
  background: linear-gradient(to right, #6d1917 75%, rgba(109, 25, 23, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#6d1917, endColorstr=#6d1917, GradientType=1);
}
.m_hscroll h1.title:after,
.m_hscroll h2.title:after {
  display: none;
}
@media screen and (max-width: 64em) {
  .m_hscroll h1,
  .m_hscroll h2 {
    font-size: 1.125em;
  }
}
.m_hscroll h3.subhead {
  color: #999999;
}
.m_hscroll div {
  overflow: hidden;
  margin: 0;
}
.m_hscroll div ul li {
  width: 180px;
}
.m_hscroll div ul li div a {
  font-family: 'BrandonTextMedium', Helvetica, Arial, sans-serif;
  color: #ffffff;
}
.m_hscroll div ul li div a:hover {
  color: #ea4242;
}
.m_hscroll div ul li div a p {
  font-size: .9em;
  line-height: 1.25em;
}
.m_hscroll div ul li div a p .title {
  top: 7px;
}
.m_hscroll .title .meta {
  display: block;
  color: #999999;
  text-transform: uppercase;
}
.m_hscroll .title .meta span {
  color: #ea4242;
}
.m_hscroll .arrow_base {
  background: #000000;
  background: rgba(0, 0, 0, 0.7);
  height: 100px;
  display: block;
  text-indent: -99999px;
  position: absolute;
  top: 0;
  width: 30px;
  z-index: 1;
}
.m_hscroll .arrow_base span {
  background: url('/sitewide/images/sprites/cr_site2013_sprite.png') no-repeat;
  display: block;
  height: 17px;
  left: 50%;
  position: absolute;
  top: 50%;
  margin-top: -9px;
  margin-left: -4px;
  width: 9px;
}
.m_hscroll .left_arrow {
  background: #000000;
  background: rgba(0, 0, 0, 0.7);
  height: 100px;
  display: block;
  text-indent: -99999px;
  position: absolute;
  top: 0;
  width: 30px;
  z-index: 1;
  border: 0 none;
  left: 0;
}
.m_hscroll .left_arrow span {
  background: url('/sitewide/images/sprites/cr_site2013_sprite.png') no-repeat;
  display: block;
  height: 17px;
  left: 50%;
  position: absolute;
  top: 50%;
  margin-top: -9px;
  margin-left: -4px;
  width: 9px;
}
.m_hscroll .left_arrow span {
  background-position: -290px -97px;
}
@media (max-device-width: 64em) {
  .m_hscroll .left_arrow {
    display: none !important;
  }
}
@media (min-width: 30em) {
  .m_hscroll .left_arrow {
    left: 10px;
  }
}
.m_hscroll .right_arrow {
  background: #000000;
  background: rgba(0, 0, 0, 0.7);
  height: 100px;
  display: block;
  text-indent: -99999px;
  position: absolute;
  top: 0;
  width: 30px;
  z-index: 1;
  right: 0;
}
.m_hscroll .right_arrow span {
  background: url('/sitewide/images/sprites/cr_site2013_sprite.png') no-repeat;
  display: block;
  height: 17px;
  left: 50%;
  position: absolute;
  top: 50%;
  margin-top: -9px;
  margin-left: -4px;
  width: 9px;
}
.m_hscroll .right_arrow span {
  background-position: -308px -97px;
}
@media (max-device-width: 64em) {
  .m_hscroll .right_arrow {
    display: none !important;
  }
}
.m_hscroll .right_arrow:not([style="display: none;"]) + .right_arrow {
  visibility: hidden;
  top: -9999px !important;
}
@media (min-width: 30em) {
  .m_hscroll .right_arrow {
    right: 10px;
  }
}
.m_hscroll .now_playing .image_holder {
  border: 3px solid #ee4444;
}
.has_ad .ad_300x250 {
  display: none;
  margin-top: -253px;
}
@media (min-width: 64em) {
  .has_ad .ad_300x250 {
    float: right;
    width: 300px;
    height: 250px;
    display: block;
    margin-right: 40px;
  }
}
/* May not need in new redesign. Will wait until all designs are complete before removing.
.section {
	background-color: @white;
	&:nth-child(even) {
		background-color: @white;
	}
}*/
.module .transcript {
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px 1px 1px 1px);
  /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
  margin: 0;
  max-width: none;
  width: auto;
}
.module h2 .item_count {
  color: #827e7d;
}
.module h3 {
  font-size: 0.875em;
  padding: 0em 0em 0.25em 0em;
  margin: 0em 0em 0.5625em 0em;
}
.module .subhead {
  position: relative;
  font-size: 0.875em;
  padding: 0em 0em 0.64285714em 0em;
  margin: 0em 0em 1.42857143em 0em;
  color: #999999;
}
.module .subhead:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: -moz-linear-gradient(left, #731821 75%, rgba(115, 24, 33, 0) 100%);
  background: -webkit-gradient(linear, left top, right top, color-stop(75%, #731821), color-stop(100%, rgba(115, 24, 33, 0)));
  background: -webkit-linear-gradient(left, #731821 75%, rgba(115, 24, 33, 0) 100%);
  background: -o-linear-gradient(left, #731821 75%, rgba(115, 24, 33, 0) 100%);
  background: -ms-linear-gradient(left, #731821 75%, rgba(115, 24, 33, 0) 100%);
  background: linear-gradient(to right, #731821 75%, rgba(115, 24, 33, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#731821, endColorstr=#731821, GradientType=1);
}
.module header h1,
.module header h2 {
  text-transform: uppercase;
}
.module header p {
  font-size: 1.1875em;
  color: #ffffff;
  font-family: 'BrandonTextMedium', Helvetica, Arial, sans-serif;
  line-height: 136.84210526%;
}
@media (max-width: 30em) {
  .module header p {
    font-size: 1.3125em;
    line-height: 133.33333333%;
  }
}
.module a {
  text-decoration: none;
}
.module .text-wrapper {
  background-color: rgba(112, 106, 106, 0.5);
  font-size: 1.0625em;
  font-family: 'BrandonTextBold', Helvetica, Arial, sans-serif;
  color: #ffffff;
  display: block;
  padding: 9px 10px 10px;
  text-transform: uppercase;
}
@media (max-width: 30em) {
  .module .text-wrapper {
    font-size: 1em;
    line-height: 137.5%;
  }
}
@media (min-width: 64em) and (max-width: 1230px) {
  .module .text-wrapper {
    font-size: 1em;
  }
}
@media (min-width: 960px) and (max-width: 63.938em) {
  .module .text-wrapper {
    font-size: 0.9375em;
  }
}
@media (min-width: 48em) and (max-width: 959px) {
  .module .text-wrapper {
    font-size: 0.875em;
  }
}
@media (min-width: 30em) and (max-width: 47.938em) {
  .module .text-wrapper {
    font-size: 1.0625em;
  }
}
@media (max-width: 29.938em) {
  .module .text-wrapper {
    font-size: 1.0625em;
  }
}
.module .more-link,
.module .more_link {
  background-color: rgba(112, 106, 106, 0.5);
  font-family: 'BrandonGrotesque-Black', Helvetica, Arial, sans-serif;
  font-size: 1.4375em;
  color: #ffffff;
  display: block;
  height: 48px;
  line-height: 48px;
  margin: 0 auto;
  max-width: 1180px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}
.module .more-link:hover,
.module .more_link:hover {
  background-color: #d52b2b;
  color: #ffffff;
}
@media (max-width: 1340px) {
  .module .more-link,
  .module .more_link {
    margin: 0 10px;
  }
}
@media (max-width: 480px) {
  .module .more-link,
  .module .more_link {
    font-size: 1.25em;
  }
}
#activityIndicator {
  display: none;
  z-index: 6000001;
  position: fixed;
  right: 8px;
  bottom: 8px;
  background-color: #000000;
  padding: 0.3125em 0.3125em 0.3125em 0.3125em;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}
#activityIndicator img {
  vertical-align: middle;
}
.triforce-module {
  height: 300px;
}
.triforce-module.tf-small {
  height: 100px;
}
.triforce-module.tf-large {
  height: 800px;
}
.triforce-module.tf-noheight {
  height: 0px;
}
/* Social links */
a.social {
  background: url(/sitewide/images/sprites/CC_GlobalSprite2013.png) no-repeat;
  float: left;
  margin: 0.625em 0em 0em 1.25em;
  padding: 0.6875em 0.6875em 0.6875em 0.6875em;
  width: 28px;
}
a.social.facebook {
  background-position: 11px -107px;
}
a.social.twitter {
  background-position: -13px -107px;
}
a.social.gplus {
  background-position: -39px -107px;
}
a.social.tumblr {
  background-position: -63px -107px;
}
a.social.youtube {
  background-position: -89px -107px;
}
@media screen and (min-width: 769px) {
  .tier_2_col {
    position: relative;
    max-width: 1200px;
    margin: 40px auto;
    width: 100%;
  }
  .tier_2_col:after,
  .tier_2_col:before {
    content: ".";
    clear: both;
    display: block;
    width: 100%;
    height: 0px;
    visibility: hidden;
  }
  .tier_2_col > [id$="_lc"] > .module,
  .tier_2_col > [id$="_rc"] > .module {
    padding: 0;
  }
  .tier_2_col > [id$="_rc"] {
    padding: 0 10px;
  }
}
@media screen and (min-width: 769px) and (min-width: 1100px) {
  .tier_2_col > div {
    float: left;
    width: 67%;
  }
}
@media screen and (min-width: 769px) and (min-width: 1100px) {
  .tier_2_col > div + div {
    float: right;
    width: 33%;
  }
}
@media screen and (min-width: 769px) and (max-width: 1240px) {
  .tier_2_col {
    padding-left: 20px;
    padding-right: 20px;
  }
}
/* Flux Quick Menu Widget CSS Overrides */
body > .flux4.flux4Widget {
  z-index: 6000000 !important;
}
body > .flux4.flux4Widget .dropdownWrapper {
  z-index: 6000000 !important;
}
/* OpinionLab overlay fix */
.oo_cc_wrapper,
.oo_invitation_prompt {
  z-index: 6000001 !important;
}
#oo_overlay,
#oo_container {
  z-index: 6000000 !important;
}
@-webkit-keyframes subtle_slide_left {
  0% {
    -moz-transform: translate3d(-25%, 0, 0);
    -webkit-transform: translate3d(-25%, 0, 0);
    transform: translate3d(-25%, 0, 0);
  }
  33% {
    -moz-transform: translate3d(6%, 0, 0);
    -webkit-transform: translate3d(6%, 0, 0);
    transform: translate3d(6%, 0, 0);
  }
  66% {
    -moz-transform: translate3d(-1.8%, 0, 0);
    -webkit-transform: translate3d(-1.8%, 0, 0);
    transform: translate3d(-1.8%, 0, 0);
  }
  100% {
    -moz-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@-moz-keyframes subtle_slide_left {
  0% {
    -moz-transform: translate3d(-25%, 0, 0);
    -webkit-transform: translate3d(-25%, 0, 0);
    transform: translate3d(-25%, 0, 0);
  }
  33% {
    -moz-transform: translate3d(6%, 0, 0);
    -webkit-transform: translate3d(6%, 0, 0);
    transform: translate3d(6%, 0, 0);
  }
  66% {
    -moz-transform: translate3d(-1.8%, 0, 0);
    -webkit-transform: translate3d(-1.8%, 0, 0);
    transform: translate3d(-1.8%, 0, 0);
  }
  100% {
    -moz-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@-ms-keyframes subtle_slide_left {
  0% {
    -moz-transform: translate3d(-25%, 0, 0);
    -webkit-transform: translate3d(-25%, 0, 0);
    transform: translate3d(-25%, 0, 0);
  }
  33% {
    -moz-transform: translate3d(6%, 0, 0);
    -webkit-transform: translate3d(6%, 0, 0);
    transform: translate3d(6%, 0, 0);
  }
  66% {
    -moz-transform: translate3d(-1.8%, 0, 0);
    -webkit-transform: translate3d(-1.8%, 0, 0);
    transform: translate3d(-1.8%, 0, 0);
  }
  100% {
    -moz-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes subtle_slide_left {
  0% {
    -moz-transform: translate3d(-25%, 0, 0);
    -webkit-transform: translate3d(-25%, 0, 0);
    transform: translate3d(-25%, 0, 0);
  }
  33% {
    -moz-transform: translate3d(6%, 0, 0);
    -webkit-transform: translate3d(6%, 0, 0);
    transform: translate3d(6%, 0, 0);
  }
  66% {
    -moz-transform: translate3d(-1.8%, 0, 0);
    -webkit-transform: translate3d(-1.8%, 0, 0);
    transform: translate3d(-1.8%, 0, 0);
  }
  100% {
    -moz-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes global_sticky_enter {
  0% {
    margin-top: -30px;
  }
  100% {
    margin-top: 0px;
  }
}
@-moz-keyframes global_sticky_enter {
  0% {
    margin-top: -30px;
  }
  100% {
    margin-top: 0px;
  }
}
@-ms-keyframes global_sticky_enter {
  0% {
    margin-top: -30px;
  }
  100% {
    margin-top: 0px;
  }
}
@keyframes global_sticky_enter {
  0% {
    margin-top: -30px;
  }
  100% {
    margin-top: 0px;
  }
}
@-webkit-keyframes logo_rotate_enter {
  0% {
    transform: rotateX(89deg);
  }
  100% {
    transform: rotateX(0deg);
  }
}
@-moz-keyframes logo_rotate_enter {
  0% {
    transform: rotateX(89deg);
  }
  100% {
    transform: rotateX(0deg);
  }
}
@-o-keyframes logo_rotate_enter {
  0% {
    transform: rotateX(89deg);
  }
  100% {
    transform: rotateX(0deg);
  }
}
@keyframes logo_rotate_enter {
  0% {
    transform: rotateX(89deg);
  }
  100% {
    transform: rotateX(0deg);
  }
}
@-webkit-keyframes logo_anim {
  0% {
    background-position: 0px 0px;
  }
  100% {
    background-position: 0px -1495px;
  }
}
@-moz-keyframes logo_anim {
  0% {
    background-position: 0px 0px;
  }
  100% {
    background-position: 0px -1495px;
  }
}
@-o-keyframes logo_anim {
  0% {
    background-position: 0px 0px;
  }
  100% {
    background-position: 0px -1495px;
  }
}
@keyframes logo_anim {
  0% {
    background-position: 0px 0px;
  }
  100% {
    background-position: 0px -1495px;
  }
}
@-webkit-keyframes logo_anim_reverse {
  0% {
    background-position: 0px -1495px;
  }
  100% {
    background-position: 0px 0px;
  }
}
@-moz-keyframes logo_anim_reverse {
  0% {
    background-position: 0px -1495px;
  }
  100% {
    background-position: 0px 0px;
  }
}
@-o-keyframes logo_anim_reverse {
  0% {
    background-position: 0px -1495px;
  }
  100% {
    background-position: 0px 0px;
  }
}
@keyframes logo_anim_reverse {
  0% {
    background-position: 0px -1495px;
  }
  100% {
    background-position: 0px 0px;
  }
}
@-webkit-keyframes title_anim {
  0% {
    opacity: 1;
  }
  2% {
    opacity: 0.6;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes title_anim {
  0% {
    opacity: 1;
  }
  2% {
    opacity: 0.6;
  }
  100% {
    opacity: 1;
  }
}
@-o-keyframes title_anim {
  0% {
    opacity: 1;
  }
  2% {
    opacity: 0.6;
  }
  100% {
    opacity: 1;
  }
}
@keyframes title_anim {
  0% {
    opacity: 1;
  }
  2% {
    opacity: 0.6;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes colbert_title {
  0% {
    color: #ee4444;
  }
  2% {
    color: #b53d3d;
  }
  100% {
    color: #ee4444;
  }
}
@-moz-keyframes colbert_title {
  0% {
    color: #ee4444;
  }
  2% {
    color: #b53d3d;
  }
  100% {
    color: #ee4444;
  }
}
@-o-keyframes colbert_title {
  0% {
    color: #ee4444;
  }
  2% {
    color: #b53d3d;
  }
  100% {
    color: #ee4444;
  }
}
@keyframes colbert_title {
  0% {
    color: #ee4444;
  }
  2% {
    color: #b53d3d;
  }
  100% {
    color: #ee4444;
  }
}
@-webkit-keyframes key_title {
  0% {
    color: #ffffff;
  }
  2% {
    color: #ac81c8;
  }
  100% {
    color: #ffffff;
  }
}
@-moz-keyframes key_title {
  0% {
    color: #ffffff;
  }
  2% {
    color: #ac81c8;
  }
  100% {
    color: #ffffff;
  }
}
@-o-keyframes key_title {
  0% {
    color: #ffffff;
  }
  2% {
    color: #ac81c8;
  }
  100% {
    color: #ffffff;
  }
}
@keyframes key_title {
  0% {
    color: #ffffff;
  }
  2% {
    color: #ac81c8;
  }
  100% {
    color: #ffffff;
  }
}
@keyframes full_logo_slide_left {
  0% {
    left: 0px;
  }
  100% {
    left: -123px;
  }
}
@keyframes full_logo_slide_right {
  0% {
    left: -123px;
  }
  100% {
    left: 0px;
  }
}
@keyframes search_wrapper_slide_in {
  0% {
    width: 295px;
  }
  100% {
    width: 50px;
  }
}
@keyframes search_wrapper_slide_out {
  0% {
    width: 50px;
  }
  100% {
    width: 295px;
  }
}
@keyframes site_logo_size_in {
  0% {
    font-size: 60px;
  }
  100% {
    font-size: 40px;
  }
}
@keyframes site_logo_size_out {
  0% {
    font-size: 40px;
  }
  100% {
    font-size: 60px;
  }
}
.ani-go {
  -webkit-animation: subtle_slide_left 0.7s forwards;
  -moz-animation: subtle_slide_left 0.7s forwards;
  -ms-animation: subtle_slide_left 0.7s forwards;
  animation: subtle_slide_left 0.7s forwards;
}
/* vars: 
    -fonts:
        @icons
        @brandonTextMedium
        @brandonTextBold
        @brandonBlack
    -colors:
        @showHeaderBg
        @ccHeaderSearchWrapper
        @ccHeaderLogoInActiveColor
        @ccHeaderLogoActiveColor
        @mm-search-input-color
        @mm-shadowed-color
        @white
        @black
        @metaBg
        @ltMetaBg
        @headerHighlightState
        @sharkLight
        @pageLighterBg
*/
@-webkit-keyframes ccSearch {
  0% {
    background-position: 0px 0px;
  }
  100% {
    background-position: 0px -1450px;
  }
}
@-moz-keyframes ccSearch {
  0% {
    background-position: 0px 0px;
  }
  100% {
    background-position: 0px -1450px;
  }
}
@-ms-keyframes ccSearch {
  0% {
    background-position: 0px 0px;
  }
  100% {
    background-position: 0px -1450px;
  }
}
@-o-keyframes ccSearch {
  0% {
    background-position: 0px 0px;
  }
  100% {
    background-position: 0px -1450px;
  }
}
@keyframes ccSearch {
  0% {
    background-position: 0px 0px;
  }
  100% {
    background-position: 0px -1450px;
  }
}
@-webkit-keyframes ccSearchReversed {
  0% {
    background-position: 0px -1450px;
  }
  100% {
    background-position: 0px 0px;
  }
}
@-moz-keyframes ccSearchReversed {
  0% {
    background-position: 0px -1450px;
  }
  100% {
    background-position: 0px 0px;
  }
}
@-ms-keyframes ccSearchReversed {
  0% {
    background-position: 0px -1450px;
  }
  100% {
    background-position: 0px 0px;
  }
}
@-o-keyframes ccSearchReversed {
  0% {
    background-position: 0px -1450px;
  }
  100% {
    background-position: 0px 0px;
  }
}
@keyframes ccSearchReversed {
  0% {
    background-position: 0px -1450px;
  }
  100% {
    background-position: 0px 0px;
  }
}
@-webkit-keyframes ccSearchRotate {
  0% {
    background-position: 0px -1500px;
  }
  100% {
    background-position: 0px -2650px;
  }
}
@-moz-keyframes ccSearchRotate {
  0% {
    background-position: 0px -1500px;
  }
  100% {
    background-position: 0px -2650px;
  }
}
@-ms-keyframes ccSearchRotate {
  0% {
    background-position: 0px -1500px;
  }
  100% {
    background-position: 0px -2650px;
  }
}
@-o-keyframes ccSearchRotate {
  0% {
    background-position: 0px -1500px;
  }
  100% {
    background-position: 0px -2650px;
  }
}
@keyframes ccSearchRotate {
  0% {
    background-position: 0px -1500px;
  }
  100% {
    background-position: 0px -2650px;
  }
}
.site_header {
  width: 100%;
  left: 0;
  -webkit-transition: left 0.4s cubic-bezier(0.17, 0.67, 0.59, 1.21);
  transition: left 0.4s cubic-bezier(0.17, 0.67, 0.59, 1.21);
  z-index: 1000;
  background-color: #181818;
  position: absolute;
}
.site_header button:focus,
.site_header input:focus {
  outline: 0;
}
.site_header * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.site_header .screen-reader-text {
  position: absolute;
  top: -9999px;
  left: -9999px;
}
.site_header .search_wrapper {
  -webkit-transition: all 0.25s cubic-bezier(0, 0.78, 0.66, 1.34);
  transition: all 0.25s cubic-bezier(0, 0.78, 0.66, 1.34);
  width: 295px;
  height: 50px;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1000;
  background: #342e30;
  overflow: hidden;
}
.site_header .search_wrapper .form_containment {
  height: 50px;
  width: 295px;
  background-color: #494345;
}
.site_header .search_btn {
  border: none;
  width: 50px;
  height: 50px;
  background-image: url(/sitewide/images/sprites/search-anim-full.png);
  background-size: 50px;
  background-repeat: no-repeat;
  background-position: 0 -2px;
  background-color: transparent;
  text-indent: -9999px;
  overflow: hidden;
  cursor: pointer;
}
.site_header .search_btn.active {
  transition: none;
  animation: ccSearch 1s steps(29) 0s, ccSearchRotate 0.8s 1s infinite steps(23);
  -webkit-animation: ccSearch 1s steps(29) 0s, ccSearchRotate 0.8s 1s infinite steps(23);
}
.site_header .search_btn.inactive {
  transition: none;
  animation: ccSearchReversed 1s steps(29);
  -webkit-animation: ccSearchReversed 1s steps(29);
}
.site_header .search_btn::-ms-clear {
  display: none;
}
.site_header .hide_search {
  display: none;
  position: absolute;
  top: 0;
  right: -40px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-weight: bold;
  cursor: pointer;
  color: #ffffff;
  text-align: center;
  background: #342e30;
}
.site_header .hide_search:before {
  font-weight: bold;
}
.site_header .search_input {
  display: inline-block;
  vertical-align: top;
  border: 0;
  background: transparent;
  -webkit-font-smoothing: antialiased;
  width: 240px;
  box-sizing: border-box;
  padding: 16px 0 0 15px;
  font-size: 14px;
  font-family: 'BrandonTextMedium', Helvetica, Arial, sans-serif;
  color: rgba(255, 255, 255, 0.6);
}
.site_header .search_input::-ms-clear {
  display: none;
  width: 0;
  height: 0;
}
.site_header .search_input::-moz-placeholder {
  color: rgba(255, 255, 255, 0.6);
}
.site_header .search_input::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.6);
}
.site_header .search_input:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.6);
}
.site_header .search_input:focus::-webkit-input-placeholder {
  color: transparent;
}
.site_header .search_input:focus::-moz-placeholder {
  color: transparent;
}
.site_header .search_input:focus:-ms-input-placeholder {
  color: transparent;
}
.site_header .search_input:focus {
  color: #ffffff;
}
.site_header .search {
  height: 50px;
}
.site_header .search .search_input {
  padding: 17px 0 0 20px;
  width: 285px;
}
.site_header .search .search_input:focus {
  padding-top: 14px;
  font-size: 16px;
}
.site_header .top_inner {
  position: relative;
  max-width: 1200px;
  height: 50px;
  margin: auto;
}
.site_header .top_outer {
  width: 100%;
  -webkit-transition: left 0.4s cubic-bezier(0.17, 0.67, 0.59, 1.21);
  transition: left 0.4s cubic-bezier(0.17, 0.67, 0.59, 1.21);
  background: #342e30;
  z-index: 5000000;
}
.site_header .bottom_outer {
  width: 100%;
  background: #181818;
  height: 50px;
}
.site_header .menu_holder,
.site_header .site_logo,
.site_header .show_logo,
.site_header .show_menu li {
  display: inline-block;
  vertical-align: top;
}
.site_header .see_all {
  display: block;
  padding: 14px 22px;
  background-color: #343737;
  font-size: 16px;
  line-height: normal;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  color: #ee4444;
  cursor: pointer;
  transition: all 0.7s cubic-bezier(0.17, 0.67, 0.44, 1.1);
  -webkit-transition: all 0.7s cubic-bezier(0.17, 0.67, 0.44, 1.1);
}
.site_header .see_all:hover {
  background-color: #ee4444;
  color: #000000;
}
.site_header .menu_holder {
  position: relative;
}
.site_header .menu_holder .hamburger {
  padding: 0;
  margin: 0;
  font-size: 19px;
  line-height: 50px;
  border: 0;
  background: transparent;
  color: #8e8e8e;
  cursor: pointer;
  display: inline-block;
}
.site_header .menu_holder .hamburger .icon:after {
  content: "\0049";
  display: inline-block;
  font-family: 'cc-icons';
  speak: none;
}
.site_header .menu_holder .hamburger:hover {
  color: #ee4444;
  opacity: 1;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
}
.site_header .menu_holder .page_overlay {
  -webkit-transition: left 0.4s cubic-bezier(0.17, 0.67, 0.59, 1.21);
  transition: left 0.4s cubic-bezier(0.17, 0.67, 0.59, 1.21);
  background-color: rgba(0, 0, 0, 0.5);
  bottom: 0;
  right: 0;
  left: 0;
  position: fixed;
  z-index: 5000;
}
.site_header .menu_holder .slide_menu {
  position: fixed;
  top: 0;
  background-color: #000000;
  height: 100%;
  z-index: 5000001;
  overflow: hidden;
  -webkit-transition: left 0.4s cubic-bezier(0.17, 0.67, 0.59, 1.21);
  transition: left 0.4s cubic-bezier(0.17, 0.67, 0.59, 1.21);
  left: -340px;
  width: 340px;
}
.site_header .menu_holder .slide_menu .side_navigation {
  background-color: #191618;
  font-family: 'BrandonTextBold', Helvetica, Arial, sans-serif;
  height: 100%;
  overflow-y: auto;
  overflow-x: hidden;
}
.site_header .menu_holder .slide_menu .side_navigation .see_all {
  display: block;
  margin: 10px 20px 20px;
}
.site_header .menu_holder .slide_menu .side_navigation > li {
  line-height: 50px;
  min-height: 50px;
  border-top: 1px solid #2f3033;
  position: relative;
}
.site_header .menu_holder .slide_menu .side_navigation > li.provider_signout {
  padding: 0 0 0 20px;
  text-decoration: none;
  color: #ffffff;
  font-size: 15px;
  text-transform: uppercase;
  display: block;
  cursor: pointer;
}
.site_header .menu_holder .slide_menu .side_navigation > li.provider_signout:hover {
  color: #ee4444;
}
.site_header .menu_holder .slide_menu .side_navigation > li > a {
  padding: 0 0 0 20px;
}
.site_header .menu_holder .slide_menu .side_navigation > li > a.active {
  background-color: #ee4444;
  color: #000000;
}
.site_header .menu_holder .slide_menu .side_navigation > li .sub_entries {
  max-height: 0px;
  overflow: hidden;
  transition: max-height 0.5s ease-out;
  -webkit-transition: max-height 0.5s ease-out;
}
.site_header .menu_holder .slide_menu .side_navigation > li ul {
  padding: 0;
}
.site_header .menu_holder .slide_menu .side_navigation > li ul > li {
  padding: 5px 0;
}
.site_header .menu_holder .slide_menu .side_navigation > li ul > li:first-child {
  padding: 15px 0 5px 0;
}
.site_header .menu_holder .slide_menu .side_navigation > li ul a {
  line-height: 20px;
  padding: 0 5px 0 20px;
}
.site_header .menu_holder .slide_menu .side_navigation > li.shows ul .top_rated {
  position: relative;
  color: #ffffff;
}
.site_header .menu_holder .slide_menu .side_navigation > li.shows ul .top_rated:before {
  position: absolute;
  left: 20px;
  height: 38px;
  bottom: 0;
}
.site_header .menu_holder .slide_menu .side_navigation > li.shows ul .top_rated a {
  padding-left: 47px;
}
.site_header .menu_holder .slide_menu .side_navigation > li > a,
.site_header .menu_holder .slide_menu .side_navigation > li ul a {
  text-decoration: none;
  color: #ffffff;
  font-size: 15px;
  text-transform: uppercase;
  display: block;
  transition: all 0.7s cubic-bezier(0.17, 0.67, 0.44, 1.1);
  -webkit-transition: all 0.7s cubic-bezier(0.17, 0.67, 0.44, 1.1);
}
.site_header .menu_holder .slide_menu .side_navigation > li > a.has_arrow,
.site_header .menu_holder .slide_menu .side_navigation > li ul a.has_arrow {
  padding-right: 50px;
}
.site_header .menu_holder .slide_menu .side_navigation > li > a.has_arrow:after,
.site_header .menu_holder .slide_menu .side_navigation > li ul a.has_arrow:after {
  transform: rotate(0deg);
  position: absolute;
  right: 18px;
  font-size: 10px;
  transition: all 0.7s cubic-bezier(0.17, 0.67, 0.44, 1.1);
  -webkit-transition: all 0.7s cubic-bezier(0.17, 0.67, 0.44, 1.1);
}
.site_header .menu_holder .slide_menu .side_navigation > li > a:hover,
.site_header .menu_holder .slide_menu .side_navigation > li ul a:hover,
.site_header .menu_holder .slide_menu .side_navigation > li > a.highlighted,
.site_header .menu_holder .slide_menu .side_navigation > li ul a.highlighted {
  color: #ee4444;
  transition: none;
  -webkit-transition: none;
}
.site_header .menu_holder .slide_menu .side_navigation > li > a.selected,
.site_header .menu_holder .slide_menu .side_navigation > li ul a.selected {
  background-color: #ee4444;
  color: #000000;
  transition: all 1s ease-out;
  -webkit-transition: all 1s ease-out;
}
.site_header .menu_holder .slide_menu .side_navigation > li > a.selected:after,
.site_header .menu_holder .slide_menu .side_navigation > li ul a.selected:after {
  transform: rotate(180deg);
  color: #000000;
}
.site_header .menu_holder .slide_menu .side_navigation > li > a.selected + .sub_entries,
.site_header .menu_holder .slide_menu .side_navigation > li ul a.selected + .sub_entries {
  max-height: 1000px;
}
.site_header .menu_holder .slide_menu .side_navigation .login .flux4Widget .userBar .authContainer {
  margin: 0;
  padding: 0;
}
.site_header .menu_holder .slide_menu .side_navigation .login .flux4Widget .userBar .authContainer.withThumbnail {
  border: none;
  width: auto;
  height: auto;
  background: none;
}
.site_header .menu_holder .slide_menu .side_navigation .login .flux4Widget .userBar .authContainer .actionButton.loggedIn:after {
  display: none;
}
.site_header .menu_holder .slide_menu .side_navigation .login .label {
  padding: 0 0 0 20px;
  line-height: 50px;
  display: block !important;
  font-size: 15px;
  font-weight: normal;
  font-family: 'BrandonTextBold', Helvetica, Arial, sans-serif;
  color: #ffffff;
  text-transform: uppercase;
}
.site_header .menu_holder .slide_menu .side_navigation .login .loggedOut.sm4IconUser:before {
  display: none;
}
.site_header .menu_holder .slide_menu .side_navigation .login .loggedOut.sm4IconUser:after {
  display: block;
  content: "\0042";
  color: #ffffff;
  font-family: 'cc-icons';
  cursor: pointer;
  position: absolute;
  right: 19px;
  top: 0;
  width: auto;
  height: auto;
  font-size: 18px;
  line-height: 50px;
  border: none;
  margin: 0;
}
.site_header .menu_holder .slide_menu .side_navigation .login .loggedIn .thumbWrapper {
  position: absolute;
  right: 15px;
  padding-top: 14px;
}
@media (max-width: 768px) {
  .site_header .menu_holder .slide_menu .side_navigation .login.withThumbnail {
    background: none;
    border: none;
  }
}
.site_header .menu_holder .slide_menu .side_navigation .login .label,
.site_header .menu_holder .slide_menu .side_navigation .login .loggedOut.sm4IconUser:after {
  transition: color 0.7s cubic-bezier(0.17, 0.67, 0.44, 1.1);
  -webkit-transition: color 0.7s cubic-bezier(0.17, 0.67, 0.44, 1.1);
}
.site_header .menu_holder .slide_menu .side_navigation .login:hover .label,
.site_header .menu_holder .slide_menu .side_navigation .login:hover .loggedOut.sm4IconUser:after {
  color: #ee4444;
  transition: none;
  -webkit-transition: none;
}
.site_header .menu_holder .slide_menu .side_navigation .login .userBar + .userBar {
  display: none;
}
.site_header .menu_holder .slide_menu .side_navigation .social {
  height: 200px;
}
.site_header .menu_holder .slide_menu .side_navigation .social:before {
  content: "cc.com";
  font-size: 14px;
  color: #454748;
  text-transform: uppercase;
  font-weight: bold;
  display: block;
  padding-left: 20px;
}
.site_header .menu_holder .slide_menu .side_navigation .social > a {
  float: left;
  margin: 0 0 0 15px;
  padding: 0;
}
.site_header .menu_holder .slide_menu .side_navigation .social > a:first-child {
  margin-left: 20px;
}
.site_header .menu_holder .slide_menu .side_navigation .social > a .icon {
  font-size: 24px;
  line-height: 24px;
}
.site_header .logo {
  height: 50px;
  text-decoration: none;
  display: none;
  margin-top: -2px;
  margin-left: 4px;
  z-index: 2;
  position: relative;
}
.site_header .logo .icon {
  color: #ffffff;
  font-size: 61px;
  line-height: 50px;
  transition: font-size 0.25s cubic-bezier(0, 1, 0.66, 1.92);
  -webkit-transition: font-size 0.25s cubic-bezier(0, 1, 0.66, 1.92);
}
.site_header .show_logo {
  font-size: 36px;
  line-height: 50px;
  text-decoration: none;
  text-transform: uppercase;
  color: #ffffff;
  font-family: 'BrandonTextBold', Helvetica, Arial, sans-serif;
  margin-left: -3px;
}
.site_header .show_logo.long_title {
  max-width: 310px;
}
.site_header .show_logo.long_title .wrapper {
  display: table;
  height: 50px;
}
.site_header .show_logo.long_title .title {
  line-height: 20px;
  font-size: 20px;
  display: table-cell;
  vertical-align: middle;
}
.site_header .show_logo .title {
  font-size: 36px;
  line-height: 50px;
  color: #ee4444;
  font-family: 'EamescenturyBoldItalic', serif;
  transition: color 0.25s ease-in;
  -webkit-transition: color 0.25s ease-in;
}
.site_header .show_logo .title:hover {
  -webkit-animation: title_anim 0.9s ease;
  animation: title_anim 0.9s ease;
}
.site_header .site_logo {
  position: relative;
  margin-top: -8px;
  padding: 0 14px 0 8px;
  font-size: 60px;
  transition: font-size 0.25s cubic-bezier(0, 1, 0.66, 1.92);
  -webkit-transition: font-size 0.25s cubic-bezier(0, 1, 0.66, 1.92);
  line-height: 1;
  border: 0;
  background: transparent;
  color: #8e8e8e;
  z-index: 100;
}
.site_header .site_logo span[data-graphics]:before {
  padding-top: 2px;
}
.site_header .site_logo:hover {
  cursor: pointer;
  color: #d9d9d9;
}
.site_header .full_logo_wrapper {
  position: relative;
  display: inline-block;
  width: 289px;
  height: 50px;
  left: 0px;
  transition: left 0.25s ease;
  z-index: 100;
  cursor: pointer;
}
.site_header .full_logo_wrapper:before {
  content: '';
  height: 50px;
  width: 50px;
  display: block;
  top: 0px;
  left: 119px;
  position: absolute;
  z-index: 1;
  background-color: #342e30;
}
.site_header .full_logo_wrapper .logo_anim {
  z-index: 1;
  position: absolute;
  left: 4px;
  top: -7px;
  width: 289px;
  height: 65px;
  background-image: url(/sitewide/images/sprites/cc-logo-full.png);
  background-size: 289px;
  background-repeat: no-repeat;
  background-position: 0px 0px;
}
.site_header .new_eps_info {
  padding: 17px 0 16px 9px;
  font-size: 12px;
  line-height: 1.3;
  color: #ffffff;
  font-family: 'BrandonTextBold', Helvetica, Arial, sans-serif;
  display: inline-block;
  vertical-align: top;
}
.site_header .long_title + .new_eps_info {
  position: absolute;
  bottom: 3px;
  left: auto;
}
.site_header .site_menu_wrapper {
  z-index: 50;
}
.site_header .site_menu_wrapper,
.site_header .show_menu_wrapper {
  width: 100%;
  position: absolute;
  left: 0;
  top: 50px;
  line-height: 50px;
}
.site_header .site_menu_wrapper .site_menu_inner,
.site_header .show_menu_wrapper .site_menu_inner {
  max-width: 1200px;
  margin: 0 auto;
}
.site_header .site_menu_wrapper .show_menu_btn,
.site_header .show_menu_wrapper .show_menu_btn {
  width: 100px;
}
.site_header .show_menu_btn {
  display: none;
  cursor: pointer;
  padding: 0 0 0 17px;
  margin: 0;
  width: 100%;
  text-align: left;
  line-height: 50px;
  text-transform: uppercase;
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #ffffff;
  font-family: 'BrandonGrotesque-Black', Helvetica, Arial, sans-serif;
  font-size: 16px;
}
.site_header .show_menu_btn span:before {
  padding: 0 0 0 6px;
  font-size: 9px;
  vertical-align: top;
}
.site_header .linux_entity .show_menu_btn span:first-child {
  position: relative;
  top: 2px;
}
.site_header .show_menu,
.site_header .main_nav {
  z-index: 50000;
}
.site_header .show_menu > li,
.site_header .main_nav > li {
  float: left;
  line-height: 50px;
  text-transform: uppercase;
  font-family: 'BrandonGrotesque-Black', Helvetica, Arial, sans-serif;
  color: #ffffff;
  font-size: 16px;
  transition: background 0.5s cubic-bezier(0.17, 0.67, 0.44, 1.1) 0s;
  -webkit-transition: background 0.5s cubic-bezier(0.17, 0.67, 0.44, 1.1) 0s;
}
.site_header .show_menu > li > a,
.site_header .main_nav > li > a {
  text-decoration: none;
  color: inherit;
  display: block;
}
.site_header .show_menu > li > a.has_arrow:after,
.site_header .main_nav > li > a.has_arrow:after {
  text-transform: none;
  display: inline-block;
  font-family: 'cc-icons';
  speak: none;
  content: "V";
  position: relative;
  top: -2px;
  left: 7px;
  font-size: 9px;
  line-height: 13px;
}
.site_header .show_menu > li > a.has_arrow.opened,
.site_header .main_nav > li > a.has_arrow.opened {
  background-color: #ee4444;
  color: #000000;
}
.site_header .show_menu > li:not(.social):hover,
.site_header .main_nav > li:not(.social):hover {
  background-color: #ee4444;
  color: #000000;
  transition: none;
}
.site_header .show_menu > li:hover > a.has_arrow:after,
.site_header .main_nav > li:hover > a.has_arrow:after {
  content: "v";
}
.site_header .show_menu > li.social,
.site_header .main_nav > li.social {
  padding-left: 10px;
  height: 50px;
}
.site_header .show_menu > li.social a,
.site_header .main_nav > li.social a {
  text-decoration: none;
  color: #ffffff;
  line-height: 50px;
  padding: 0 0 0 5px;
}
.site_header .show_menu > li.social a,
.site_header .main_nav > li.social a,
.site_header .show_menu > li.social .top_flux_userbar,
.site_header .main_nav > li.social .top_flux_userbar {
  display: inline-block;
  font-size: 24px;
  transition: all 0.7s cubic-bezier(0.17, 0.67, 0.44, 1.1);
  -webkit-transition: all 0.7s cubic-bezier(0.17, 0.67, 0.44, 1.1);
}
.site_header .show_menu > li.social a:hover,
.site_header .main_nav > li.social a:hover,
.site_header .show_menu > li.social .top_flux_userbar:hover,
.site_header .main_nav > li.social .top_flux_userbar:hover {
  background: none;
  color: #ee4444;
  transition: none;
  -webkit-transition: none;
}
.site_header .show_menu > li.social a .label,
.site_header .main_nav > li.social a .label,
.site_header .show_menu > li.social .top_flux_userbar .label,
.site_header .main_nav > li.social .top_flux_userbar .label {
  display: none !important;
}
.site_header .show_menu > li.social .top_flux_userbar,
.site_header .main_nav > li.social .top_flux_userbar {
  padding: 0 0 0 16px;
}
.site_header .show_menu > li.social .userBar + .userBar,
.site_header .main_nav > li.social .userBar + .userBar {
  display: none;
}
.site_header .show_menu > li.social .flux4Widget .userBar .authContainer,
.site_header .main_nav > li.social .flux4Widget .userBar .authContainer {
  padding: 0;
  border: 0;
  margin: 0;
}
.site_header .show_menu > li.social .flux4Widget .userBar .authContainer .loggedOut:before,
.site_header .main_nav > li.social .flux4Widget .userBar .authContainer .loggedOut:before {
  content: "\0042";
  font-family: 'cc-icons';
  margin-top: 2px;
  color: #ffffff;
  font-size: 24px;
  display: inline-block;
  transition: color 0.7s cubic-bezier(0.17, 0.67, 0.44, 1.1);
  -webkit-transition: color 0.7s cubic-bezier(0.17, 0.67, 0.44, 1.1);
}
.site_header .show_menu > li.social .flux4Widget .userBar .authContainer .loggedOut:after,
.site_header .main_nav > li.social .flux4Widget .userBar .authContainer .loggedOut:after {
  display: none;
}
.site_header .show_menu > li.social .flux4Widget .userBar .authContainer .loggedOut:hover:before,
.site_header .main_nav > li.social .flux4Widget .userBar .authContainer .loggedOut:hover:before {
  color: #ee4444;
  transition: none;
  -webkit-transition: none;
}
.site_header .show_menu > li.social .flux4Widget .userBar .authContainer .thumbWrapper,
.site_header .main_nav > li.social .flux4Widget .userBar .authContainer .thumbWrapper {
  vertical-align: top;
}
.site_header .show_menu > li.social .flux4Widget .userBar .authContainer .actionButton,
.site_header .main_nav > li.social .flux4Widget .userBar .authContainer .actionButton {
  font-size: 24px;
}
@media (max-width: 768px) {
  .site_header .show_menu > li.social .flux4Widget .userBar .authContainer.withThumbnail,
  .site_header .main_nav > li.social .flux4Widget .userBar .authContainer.withThumbnail {
    background: none;
    border: none;
  }
}
.site_header .show_menu > li.social .flux4Widget .userBar .myStuffElement .elementContainer .elementContent .loggedOut a,
.site_header .main_nav > li.social .flux4Widget .userBar .myStuffElement .elementContainer .elementContent .loggedOut a {
  display: none;
}
.site_header .show_menu > li.social .flux4Widget .userBar .myStuffElement .elementContainer .elementContent .loggedOut:before,
.site_header .main_nav > li.social .flux4Widget .userBar .myStuffElement .elementContainer .elementContent .loggedOut:before {
  content: "\0042";
  font-family: 'cc-icons';
  margin-top: 2px;
  color: #ffffff;
  font-size: 20px;
  display: inline-block;
  transition: color 0.7s cubic-bezier(0.17, 0.67, 0.44, 1.1);
  -webkit-transition: color 0.7s cubic-bezier(0.17, 0.67, 0.44, 1.1);
}
.site_header .show_menu > li.social .flux4Widget .userBar .myStuffElement .elementContainer .elementContent .loggedOut:hover:before,
.site_header .main_nav > li.social .flux4Widget .userBar .myStuffElement .elementContainer .elementContent .loggedOut:hover:before {
  color: #ee4444;
  transition: none;
  -webkit-transition: none;
}
.site_header .show_menu > li.social .btm .flux4Widget .userBar .elementTitle.displayName,
.site_header .main_nav > li.social .btm .flux4Widget .userBar .elementTitle.displayName {
  display: none !important;
}
.site_header .show_menu > li.social .btm .flux4 .label,
.site_header .main_nav > li.social .btm .flux4 .label {
  display: none !important;
}
.site_header .show_menu {
  margin-left: -27px;
}
.site_header .show_menu > li {
  position: relative;
}
.site_header .show_menu > li a {
  padding: 0 30px;
  text-decoration: none;
}
.site_header .show_menu > li.active {
  color: #ee4444;
  background: transparent;
  cursor: pointer;
}
.site_header .show_menu > li.social {
  position: absolute;
  right: 0;
  top: 0;
}
.site_header .show_menu > li:hover .sub_nav {
  display: block;
}
.site_header .show_menu > li .sub_nav {
  display: none;
  z-index: 5000000;
  position: absolute;
  left: 0;
  top: 100%;
  width: 335px;
  padding: 22px 30px;
  background: #191c1c;
}
.site_header .show_menu > li .sub_nav li {
  display: block;
  line-height: 20px;
  padding: 7px 0;
  color: #ffffff;
}
.site_header .show_menu > li .sub_nav li a {
  padding: 0;
  transition: all 0.7s cubic-bezier(0.17, 0.67, 0.44, 1.1);
  -webkit-transition: all 0.7s cubic-bezier(0.17, 0.67, 0.44, 1.1);
  color: #ffffff;
}
.site_header .show_menu > li .sub_nav li a:hover {
  color: #ee4444;
  background: none;
  transition: none;
  -webkit-transition: none;
}
.site_header .show_menu .blog {
  width: auto;
  background: none;
}
.site_header .main_nav {
  margin-left: -10px;
}
.site_header .main_nav > li > a {
  padding: 0 20px;
}
.site_header .main_nav > li:hover .menu_dropdown {
  display: block;
}
.site_header .main_nav > li.social {
  float: right;
}
.site_header .main_nav > li .current {
  color: #ee4444;
  cursor: default;
}
.site_header .main_nav > li .current:hover {
  color: #ee4444;
  background: transparent;
}
.site_header .main_nav > li .menu_dropdown {
  display: none;
  background-color: #1f2324;
  position: absolute;
  width: 100%;
  z-index: 99;
  left: 0;
}
.site_header .main_nav > li .menu_dropdown > div {
  background-color: inherit;
  margin: 0 auto;
  max-width: 1200px;
  overflow: hidden;
  padding: 29px 10px 30px;
  position: relative;
}
.site_header .main_nav > li .menu_dropdown > div .close {
  color: #878787;
  font-size: 18px;
  position: absolute;
  right: 20px;
  text-decoration: none;
  top: 35px;
  display: none;
}
.site_header .main_nav > li .menu_dropdown > div .sidea {
  float: left;
  font-family: 'BrandonTextBold', Helvetica, Arial, sans-serif;
  padding-right: 10px;
  text-transform: uppercase;
  width: 69%;
}
.site_header .main_nav > li .menu_dropdown > div .sidea.wide {
  width: 100%;
}
.site_header .main_nav > li .menu_dropdown > div .sidea.wide .column {
  width: 25%;
}
.site_header .main_nav > li .menu_dropdown > div .sidea .links {
  float: left;
  margin-bottom: 10px;
}
.site_header .main_nav > li .menu_dropdown > div .sidea .column {
  width: 33.3%;
  min-width: 200px;
  float: left;
  padding-right: 12px;
}
.site_header .main_nav > li .menu_dropdown > div .sidea .column .top_rated {
  margin-left: 18px;
}
.site_header .main_nav > li .menu_dropdown > div .sidea .column .top_rated:before {
  margin-right: 10px;
  font-size: 12px;
  position: absolute;
  top: 1px;
  left: -19px;
}
.site_header .main_nav > li .menu_dropdown > div .sidea .column .recent:after {
  content: 'new';
  color: #ee4444;
  font-size: 12px;
  padding-left: 10px;
}
.site_header .main_nav > li .menu_dropdown > div .sidea .column > a {
  float: left;
  width: 100%;
  text-decoration: none;
  color: #ffffff;
  font-size: 16px;
  line-height: 20px;
  padding-bottom: 15px;
  position: relative;
  text-align: left;
  transition: all 0.7s cubic-bezier(0.17, 0.67, 0.44, 1.1);
  -webkit-transition: all 0.7s cubic-bezier(0.17, 0.67, 0.44, 1.1);
}
.site_header .main_nav > li .menu_dropdown > div .sidea .column > a:hover {
  color: #ee4444;
  transition: none;
  -webkit-transition: none;
}
.site_header .main_nav > li .menu_dropdown > div .sideb {
  background-color: #272a2b;
  color: #ffffff;
  float: right;
  font-family: 'BrandonTextBold', Helvetica, Arial, sans-serif;
  font-size: 18px;
  margin-top: 8px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}
.site_header .main_nav > li .menu_dropdown > div .sideb img {
  display: block;
}
.site_header .main_nav > li .menu_dropdown > div .sideb img:hover {
  -webkit-opacity: 0.8;
  -moz-opacity: 0.8;
  opacity: 0.8;
}
.site_header .main_nav > li .menu_dropdown > div .sideb > span {
  display: block;
  padding: 10px;
  max-width: 295px;
}
.site_header .main_nav > li .menu_dropdown .see_all {
  float: left;
}
@media screen and (max-width: 1200px) {
  .site_header .main_nav {
    margin-left: 0;
  }
  .site_header .main_nav li.social {
    float: none;
    position: absolute;
    right: 0;
  }
}
.site_header .favorite_show {
  z-index: 1;
  position: absolute;
  top: 0;
  right: 304px;
  font-size: 24px;
  line-height: 50px;
  color: #ffffff;
  cursor: pointer;
}
.site_header .favorite_show span:after {
  display: none;
}
.site_header .favorite_show .hover_hint,
.site_header .favorite_show .tapped_hint {
  display: inline-block;
  position: absolute;
  right: 37px;
  width: 150px;
  text-align: right;
  opacity: 0;
  transition: opacity 0.4s ease-out;
  margin-right: 0px;
  line-height: 50px;
  vertical-align: top;
  font-family: 'BrandonTextMedium', Helvetica, Arial, sans-serif;
  font-size: 14px;
  text-transform: uppercase;
}
.site_header .favorite_show:hover .hover_hint {
  opacity: 1;
}
.site_header .favorite_show.favorited .tapped_hint {
  opacity: 0;
  -webkit-transition: opacity .8s;
  transition: opacity .8s;
}
.site_header .favorite_show.favorited:hover .tapped_hint,
.site_header .favorite_show.favorited .appear .tapped_hint {
  opacity: 1;
}
.site_header .favorite_show.favorited .hover_hint {
  display: none;
}
.site_header .favorite_show.favorited span:after,
.site_header .favorite_show:hover span:after {
  display: inline-block;
}
.site_header .favorite_show.favorited span:before,
.site_header .favorite_show:hover span:before {
  display: none;
}
@media screen and (max-width: 1200px) {
  .site_header .favorite_show:hover .hover_hint,
  .site_header .favorite_show.favorited:hover .tapped_hint,
  .site_header .favorite_show.favorited .appear .tapped_hint {
    display: none;
  }
}
/* STICKY HEADER */
.sticky_header[style] {
  -webkit-transform: none !important;
  transform: none !important;
}
.sticky_header .site_header .top_outer {
  position: fixed;
  z-index: 5000001;
  top: 0;
  left: 0;
}
.sticky_header .site_header .bottom_outer,
.sticky_header .site_header .favorite_show,
.sticky_header .site_header .favorite_show .hover_hint,
.sticky_header .site_header .favorite_show .tapped_hint {
  display: none;
}
.sticky_header .site_header .site_logo {
  margin-top: -3px;
  padding: 0 5px 0 5px;
  font-size: 40px;
  line-height: 50px;
  height: 53px;
}
@media screen and (min-width: 961px) {
  .sticky_header .site_header .site_logo {
    animation: site_logo_size_in 0.25s;
  }
}
.sticky_header .site_header .full_logo_wrapper {
  animation: full_logo_slide_left 0.25s;
  left: -123px;
  pointer-events: none;
}
.sticky_header .site_header .full_logo_wrapper .logo_anim {
  background-position: 0px -1495px;
  animation: logo_anim 0.6s steps(23);
  animation-fill-mode: forwards;
  -webkit-animation: logo_anim 0.6s steps(23);
  -moz-animation: logo_anim 0.6s steps(23);
  -webkit-animation-fill-mode: forwards;
  transition: none;
}
@media screen and (min-width: 641px) and (max-width: 1024px) {
  .sticky_header .site_header .logo .icon {
    font-size: 40px;
    animation: site_logo_size_in 0.25s;
  }
}
.sticky_header .site_header .show_menu:hover .sub_nav {
  display: none;
}
.sticky_header .site_header .show_menu li.social {
  background: none;
  height: auto;
}
@media screen and (min-width: 641px) {
  .sticky_header .site_header .show_menu_wrapper {
    display: block;
    left: inherit;
    top: 0;
    right: 0;
    width: auto;
    max-height: 50px;
    overflow: hidden;
    transition: max-height 0.4s cubic-bezier(0.17, 0.67, 0.44, 1.1);
    -webkit-transition: max-height 0.4s cubic-bezier(0.17, 0.67, 0.44, 1.1);
  }
  .sticky_header .site_header .show_menu_wrapper.active {
    max-height: 450px;
  }
  .sticky_header .site_header .show_menu_wrapper.active .show_menu {
    display: block;
  }
  .sticky_header .site_header .show_menu_wrapper:hover .show_menu_btn {
    color: #ee4444;
    transition: none;
    -webkit-transition: none;
  }
  .sticky_header .site_header .show_menu_wrapper .show_menu_btn {
    display: block;
    transition: color 0.7s cubic-bezier(0.17, 0.67, 0.44, 1.1);
    -webkit-transition: color 0.7s cubic-bezier(0.17, 0.67, 0.44, 1.1);
    line-height: 50px;
    float: right;
    margin-right: 50px;
  }
  .sticky_header .site_header .show_menu_wrapper .show_menu {
    width: 320px;
    margin: 50px 0 0 0;
    padding: 0;
    background: #000000;
    display: none;
  }
  .sticky_header .site_header .show_menu_wrapper .show_menu li {
    padding: 0 0 0 20px;
    display: block;
    float: none;
    font-size: 16px;
    line-height: 40px;
    margin: 0;
  }
  .sticky_header .site_header .show_menu_wrapper .show_menu li a {
    padding: 0px;
    margin-right: 6px;
  }
  .sticky_header .site_header .show_menu_wrapper .show_menu li a:after {
    content: '' !important;
  }
  .sticky_header .site_header .show_menu_wrapper .show_menu li.social {
    padding-bottom: 6px;
    position: relative;
    top: 0;
  }
  .sticky_header .site_header .show_menu_wrapper .show_menu li.social .top_flux_userbar {
    padding: 0 0 0 10px;
  }
  .sticky_header .site_header .show_menu_wrapper .show_menu li.social .flux4Widget .userBar .authContainer .thumbWrapper {
    line-height: normal;
  }
  .sticky_header .site_header .show_menu_wrapper .show_menu li.social .flux4Widget .userBar .authContainer .actionButton {
    line-height: 40px;
    font-size: 24px;
  }
  .sticky_header .site_header .show_menu_wrapper .show_menu li.has_subnav:hover .sub_nav {
    display: none;
  }
  .sticky_header .site_header .show_menu_wrapper .show_menu li:first-child {
    padding-top: 3px;
  }
}
.sticky_header .site_header .site_menu_wrapper {
  top: 0;
  z-index: 500;
}
.sticky_header .site_header .site_menu_wrapper .main_nav {
  margin-left: 50px;
}
.sticky_header .site_header .site_menu_wrapper .main_nav > li {
  -webkit-animation: global_sticky_enter 0.25s cubic-bezier(0, 0.78, 0.66, 1) 0s forwards;
  -moz-animation: global_sticky_enter 0.25s cubic-bezier(0, 0.78, 0.66, 1) 0s forwards;
  -o-animation: global_sticky_enter 0.25s cubic-bezier(0, 0.78, 0.66, 1) 0s forwards;
  animation: global_sticky_enter 0.25s cubic-bezier(0, 0.78, 0.66, 1) 0s forwards;
}
.sticky_header .site_header .site_menu_wrapper .social {
  display: none;
}
.sticky_header .site_header .menu_holder .hamburger {
  font-size: 19px;
}
.sticky_header .site_header .menu_holder .hamburger .icon:after {
  content: "\0048";
}
.sticky_header .site_header .search_wrapper {
  width: 50px;
}
@media screen and (min-width: 961px) {
  .sticky_header .site_header .search_wrapper {
    animation: search_wrapper_slide_in 0.25s;
  }
}
.sticky_header .site_header .search_wrapper .form_containment {
  width: 50px;
}
.sticky_header .site_header .search_wrapper .search_input {
  display: none;
}
.sticky_header .site_header .search_wrapper .search_btn {
  padding: 1px 0 0;
}
.sticky_header .site_header .search_wrapper.opened {
  right: 50px;
  width: 275px;
  overflow: visible;
  line-height: 50px;
  box-shadow: -5px 0 5px rgba(0, 0, 0, 0.15);
}
.sticky_header .site_header .search_wrapper.opened .form_containment {
  width: 275px;
}
.sticky_header .site_header .search_wrapper.opened .search_input {
  display: block;
  margin-right: 55px;
}
.sticky_header .site_header .search_wrapper.opened .search_btn {
  position: absolute;
  top: 0;
  right: 0;
}
.sticky_header .site_header .search_wrapper.opened .hide_search {
  display: block;
  right: -50px;
  width: 50px;
  height: 50px;
  line-height: 50px;
}
@media screen and (min-width: 961px) {
  .un_sticky_header .site_header .site_logo {
    animation: site_logo_size_out 0.25s;
  }
  .un_sticky_header .site_header .search_wrapper {
    animation: search_wrapper_slide_out 0.25s;
  }
}
@media screen and (min-width: 641px) and (max-width: 1024px) {
  .un_sticky_header .site_header .logo .icon {
    animation: site_logo_size_out 0.25s;
  }
}
.un_sticky_header .site_header .full_logo_wrapper {
  animation: full_logo_slide_right 0.25s;
}
.un_sticky_header .site_header .full_logo_wrapper .logo_anim {
  animation: logo_anim_reverse 0.25s steps(23);
  animation-fill-mode: forwards;
  -webkit-animation: logo_anim_reverse 0.25s steps(23);
  -webkit-animation-fill-mode: forwards;
  transition: none;
}
#background_holder {
  -webkit-transition: left 0.4s cubic-bezier(0.17, 0.67, 0.59, 1.21);
  transition: left 0.4s cubic-bezier(0.17, 0.67, 0.59, 1.21);
  left: 0;
}
.slide_opened .menu_holder .slide_menu {
  left: 0;
}
@media screen and (max-width: 30em) {
  .slide_opened .menu_holder .slide_menu {
    left: 0 !important;
  }
}
.slide_opened .menu_holder .hamburger {
  opacity: 1;
  position: relative;
  z-index: 100;
}
.slide_opened #background_holder {
  left: 340px;
  position: relative;
}
.slide_opened #background_holder .sticky_header .top_outer {
  left: 340px;
}
.slide_opened #background_holder .hamburger .icon {
  color: #ee4444;
}
.slide_opened #background_holder .page_overlay {
  top: 0;
}
.slide_opened #background_holder .slide_menu {
  margin-top: 0;
}
.slide_opened .global_footer,
.slide_opened #footer {
  left: 340px;
  position: relative;
}
/*  BREAK POINTS 
    TABLET: 1024px
    MOBILE: 640px | 480px
 */
/* TABLET */
@media screen and (max-width: 1200px) {
  .site_header .show_menu {
    margin-left: 0;
  }
}
@media screen and (max-width: 1024px) {
  .site_header .search_wrapper {
    width: 50px;
  }
  .site_header .search_wrapper .form_containment {
    width: 50px;
  }
  .site_header .search_wrapper .search_input {
    display: none;
  }
  .site_header .search_wrapper.opened {
    width: 250px;
    right: 50px;
    overflow: visible;
    box-shadow: -5px 0 5px rgba(0, 0, 0, 0.15);
  }
  .site_header .search_wrapper.opened .form_containment {
    width: 250px;
  }
  .site_header .search_wrapper.opened .search_input {
    display: block;
    width: 205px;
    margin-right: 45px;
    padding-top: 16px;
  }
  .site_header .search_wrapper.opened .search_btn {
    position: absolute;
    top: 0;
    right: 0;
  }
  .site_header .search_wrapper.opened .hide_search {
    width: 50px;
    height: 50px;
    line-height: 50px;
    right: -50px;
    display: block;
  }
  .site_header .full_logo_wrapper,
  .site_header .site_menu_wrapper,
  .site_header .favorite_show {
    display: none;
  }
  .site_header .menu_holder .hamburger .icon:after {
    content: "\0048";
  }
  .site_header .logo {
    display: inline-block;
  }
  .site_header .site_logo {
    margin-top: -3px;
    padding: 0 11px 0 4px;
    font-size: 40px;
    line-height: 50px;
  }
  .site_header .show_menu_wrapper {
    left: 0;
    right: 0;
    line-height: 45px;
    max-height: 45px;
    overflow: hidden;
    transition: max-height 0.4s cubic-bezier(0.17, 0.67, 0.44, 1.1);
    -webkit-transition: max-height 0.4s cubic-bezier(0.17, 0.67, 0.44, 1.1);
  }
  .site_header .show_menu_wrapper.active {
    max-height: 600px;
  }
  .site_header .show_menu_wrapper .show_menu_btn {
    display: block;
    line-height: 45px;
  }
  .site_header .show_menu_wrapper .show_menu_btn:hover,
  .site_header .show_menu_wrapper .show_menu_btn.visible {
    color: #ee4444;
    cursor: pointer;
  }
  .site_header .show_menu {
    padding-left: 30px;
    margin: 0;
    padding: 0;
    background: #000000;
  }
  .site_header .show_menu li {
    padding: 0 0 0 20px;
    display: block;
    float: none;
    line-height: 40px;
  }
  .site_header .show_menu li a {
    padding: 0px;
  }
  .site_header .show_menu li a:after {
    content: '';
  }
  .site_header .show_menu li a.has_arrow:after {
    display: none;
  }
  .site_header .show_menu li.has_arrow:hover .sub_nav {
    display: none;
  }
  .site_header .show_menu li.social {
    height: 45px;
    background: none;
    padding-left: 20px;
    display: block;
  }
  .site_header .show_menu li.social a {
    display: inline-block;
    padding: 0 9px 0 0;
    margin: 0;
    line-height: 45px;
  }
  .site_header .show_menu li:hover .sub_nav {
    display: none;
  }
  .site_header .show_menu .flux4Widget > .userBar .authContainer .actionButton {
    line-height: 40px;
  }
  .site_header .show_menu .flux4Widget > .userBar .authContainer .actionButton.loggedIn {
    line-height: 21px;
  }
  .site_header .show_menu .flux4Widget > .userBar .authContainer .label {
    line-height: 40px;
  }
  .site_header .top_inner {
    padding-left: 10px;
    max-width: 100%;
  }
  .site_header .bottom_outer {
    height: 45px;
  }
  .site_header .new_eps_info {
    padding-left: 5px;
  }
  .sticky_header .site_header .show_menu_wrapper {
    background: none;
  }
  .sticky_header .site_header .new_eps_info {
    display: none;
  }
  .sticky_header .site_header .logo {
    margin-top: -2px;
    display: inline-block;
  }
  .sticky_header .site_header .logo .icon {
    font-size: 40px;
  }
}
/* MOBILE */
@media screen and (max-width: 640px) {
  .slide_opened #background_holder,
  .slide_opened #background_holder .sticky_header .top_outer,
  .slide_opened .global_footer,
  .slide_opened #footer {
    left: 280px;
  }
  .site_header .top_inner {
    height: 40px;
    padding-left: 0px;
  }
  .site_header .new_eps_info,
  .site_header .favorite_show {
    display: none;
  }
  .site_header .show_logo {
    max-width: 200px;
    font-size: 20px;
    line-height: 40px;
  }
  .site_header .show_logo.long_title {
    line-height: 15px;
    font-size: 15px;
    max-width: 204px;
  }
  .site_header .show_logo.long_title .wrapper {
    height: 40px;
  }
  .site_header .show_menu_wrapper {
    top: 40px;
  }
  .site_header .show_menu_wrapper .show_menu_btn {
    width: 100%;
  }
  .site_header .show_menu_wrapper .show_menu_btn:hover,
  .site_header .show_menu_wrapper .show_menu_btn.visible {
    background: #ee4444;
    color: #000000;
    cursor: pointer;
  }
  .site_header .show_menu li.social {
    position: relative;
    top: 0;
  }
  .site_header .menu_holder .hamburger {
    line-height: 40px;
    padding-left: 10px;
  }
  .site_header .menu_holder .hamburger .icon:after {
    content: "\0048";
  }
  .site_header .menu_holder .slide_menu {
    width: 280px;
  }
  .site_header .menu_holder .slide_menu .side_navigation > li {
    line-height: 40px;
    min-height: 40px;
  }
  .site_header .menu_holder .slide_menu .side_navigation > li > a {
    line-height: 40px;
  }
  .site_header .menu_holder .slide_menu .side_navigation .login .label,
  .site_header .menu_holder .slide_menu .side_navigation .login .loggedOut.sm4IconUser:after {
    line-height: 40px;
  }
  .site_header .menu_holder .slide_menu .side_navigation .login .loggedIn .thumbWrapper {
    padding-top: 10px;
  }
  .site_header .menu_holder .slide_menu .search {
    height: 40px;
  }
  .site_header .menu_holder .slide_menu .search .search_btn {
    width: 40px;
    margin: -5px;
    vertical-align: top;
    background-position: 0 0;
  }
  .site_header .menu_holder .slide_menu .search .search_input {
    padding: 9px 0 0 20px;
    width: 235px;
  }
  .site_header .show_menu_wrapper,
  .sticky_header .site_header .show_menu_wrapper {
    background: #181818;
  }
  .site_header .site_logo,
  .sticky_header .site_header .site_logo {
    padding: 0 15px 0 12px;
    font-size: 32px;
    margin-top: -7px;
  }
  .site_header .logo,
  .sticky_header .site_header .logo {
    margin-top: -1px;
    height: 40px;
  }
  .site_header .logo .icon,
  .sticky_header .site_header .logo .icon {
    font-size: 32px;
    line-height: 40px;
  }
  .site_header .search_wrapper,
  .sticky_header .site_header .search_wrapper {
    width: 40px;
    height: 40px;
  }
  .site_header .search_wrapper .form_containment,
  .sticky_header .site_header .search_wrapper .form_containment {
    width: 40px;
    height: 40px;
  }
  .site_header .search_wrapper .search_btn,
  .sticky_header .site_header .search_wrapper .search_btn {
    margin: -5px;
    vertical-align: top;
  }
  .site_header .search_wrapper .search_input,
  .sticky_header .site_header .search_wrapper .search_input {
    width: 0px;
    transition: none;
    -webkit-transition: none;
  }
  .site_header .search_wrapper.opened,
  .sticky_header .site_header .search_wrapper.opened {
    width: -o-calc(100% - 40px);
    width: -webkit-calc(100% - 40px);
    width: -moz-calc(100% - 40px);
    width: calc(100% - 40px);
    right: 40px;
  }
  .site_header .search_wrapper.opened .form_containment,
  .sticky_header .site_header .search_wrapper.opened .form_containment {
    width: 100%;
  }
  .site_header .search_wrapper.opened .search_btn,
  .sticky_header .site_header .search_wrapper.opened .search_btn {
    width: 50px;
  }
  .site_header .search_wrapper.opened .search_input,
  .sticky_header .site_header .search_wrapper.opened .search_input {
    width: 100%;
    margin-right: 45px;
    padding-top: 10px;
  }
  .site_header .search_wrapper.opened .hide_search,
  .sticky_header .site_header .search_wrapper.opened .hide_search {
    width: 40px;
    height: 40px;
    line-height: 40px;
    right: -40px;
    display: block;
  }
  .sticky_header .site_header .bottom_outer {
    display: block;
    z-index: 5000000;
    position: fixed;
    top: 40px;
    left: 0;
  }
}
/*!
 * jQuery UI Autocomplete 1.10.3
 * http://jqueryui.com
 *
 * Copyright 2013 jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Autocomplete#theming
 */
.ui-autocomplete {
  position: absolute;
  top: 0;
  left: 0;
  cursor: default;
}
/*!
 * jQuery UI CSS Framework 1.10.3
 * http://jqueryui.com
 *
 * Copyright 2013 jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Theming/API
 */
/* Layout helpers
----------------------------------*/
.ui-helper-hidden {
  display: none;
}
.ui-helper-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.ui-helper-reset {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  line-height: 1.3;
  text-decoration: none;
  font-size: 100%;
  list-style: none;
}
.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
  content: "";
  display: table;
  border-collapse: collapse;
}
.ui-helper-clearfix:after {
  clear: both;
}
.ui-helper-clearfix {
  min-height: 0;
  /* support: IE7 */
}
.ui-helper-zfix {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  filter: alpha(opacity=0);
}
.ui-front {
  z-index: 100;
}
/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
  cursor: default !important;
}
/* Icons
----------------------------------*/
/* states and images */
.ui-icon {
  display: block;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
}
/* Misc visuals
----------------------------------*/
/* Overlays */
.ui-widget-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/*!
 * jQuery UI Menu 1.10.3
 * http://jqueryui.com
 *
 * Copyright 2013 jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Menu#theming
 */
.ui-menu {
  list-style: none;
  padding: 2px;
  margin: 0;
  display: block;
  outline: none;
}
.ui-menu .ui-menu {
  margin-top: -3px;
  position: absolute;
}
.ui-menu .ui-menu-item {
  margin: 0;
  padding: 0;
  width: 100%;
  /* support: IE10, see #8844 */
  list-style-image: url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7);
}
.ui-menu .ui-menu-divider {
  margin: 5px -2px 5px -2px;
  height: 0;
  font-size: 0;
  line-height: 0;
  border-width: 1px 0 0 0;
}
.ui-menu .ui-menu-item a {
  text-decoration: none;
  display: block;
  padding: 2px .4em;
  line-height: 1.5;
  min-height: 0;
  /* support: IE7 */
  font-weight: normal;
}
.ui-menu .ui-menu-item a.ui-state-focus,
.ui-menu .ui-menu-item a.ui-state-active {
  font-weight: normal;
  margin: -1px;
}
.ui-menu .ui-state-disabled {
  font-weight: normal;
  margin: .4em 0 .2em;
  line-height: 1.5;
}
.ui-menu .ui-state-disabled a {
  cursor: default;
}
/* icon support */
.ui-menu-icons {
  position: relative;
}
.ui-menu-icons .ui-menu-item a {
  position: relative;
  padding-left: 2em;
}
/* left-aligned */
.ui-menu .ui-icon {
  position: absolute;
  top: .2em;
  left: .2em;
}
/* right-aligned */
.ui-menu .ui-menu-icon {
  position: static;
  float: right;
}
#triforce_debug .corner {
  position: fixed;
  z-index: 9999999;
  bottom: 0px;
  right: 0px;
  width: 48px;
  height: 48px;
  display: block;
  cursor: pointer;
}
#triforce_debug .corner .megaman {
  background: url("/sitewide/images/megaman_sprite.png") no-repeat;
  width: 20px;
  height: 28px;
  margin: 10px 10px 10px 14px;
}
#triforce_debug .corner .megaman.megaman-0 {
  background-position: -160px -8px;
}
#triforce_debug .corner .megaman.megaman-1 {
  background-position: -188px -8px;
  margin-left: 18px;
}
#triforce_debug .corner .megaman.megaman-2 {
  background-position: -216px -8px;
  margin-left: 22px;
}
#triforce_debug .corner .megaman.megaman-3 {
  background-position: -238px -8px;
  margin-left: 24px;
}
#triforce_debug .corner .megaman.megaman-4 {
  background-position: -216px -8px;
  margin-left: 28px;
}
#triforce_debug .corner .megaman.megaman-5 {
  background-position: -260px -8px;
  margin-left: 32px;
}
#triforce_debug .corner .megaman.megaman-6 {
  background-position: -260px -8px;
  margin-left: 36px;
}
#triforce_debug .corner .megaman.megaman-7 {
  display: none;
}
#triforce_debug .corner .megaman.stopped {
  background-position: -6px -132px;
  width: 24px;
}
#triforce_debug .overlay {
  display: none;
  width: 240px;
  height: 314px;
  position: fixed;
  bottom: 40px;
  right: 0px;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  border: 1px solid #fff;
  background: #fff;
  opacity: 0.9;
  padding: 10px;
  color: black;
  font-weight: bold;
  z-index: 999;
}
#triforce_debug .overlay .manifest {
  width: 100%;
  margin-bottom: 8px;
}
#triforce_debug .overlay li {
  display: block;
  margin: 0 0 10px 0;
  height: 28px;
}
#triforce_debug .overlay .text {
  height: 28px;
  display: inline-block;
  width: 140px;
  float: left;
  line-height: 28px;
  padding-left: 8px;
}
#triforce_debug .overlay .switch {
  display: block;
  float: left;
  height: 28px;
  width: 77px;
  border: 1px solid #979797;
  border-radius: 20px;
  overflow: hidden;
  cursor: pointer;
  box-shadow: inset 0 1px 3px #bababa, inset 0 12px 3px 2px rgba(232, 232, 232, 0.5);
}
#triforce_debug .overlay .switch input[type=checkbox] {
  display: none;
}
#triforce_debug .overlay .switch .thumb {
  display: block;
  width: 26px;
  height: 26px;
  position: relative;
  top: 0;
  z-index: 3;
  border: solid 1px #919191;
  border-radius: 28px;
  box-shadow: inset 0 2px 1px #ffffff, inset 0 -2px 1px #ffffff;
  background-color: #cecece;
  background-image: linear-gradient(top, #cecece, #fbfbfb);
  transition: all 0.125s ease-in-out;
  transform: translate3d(0, 0, 0);
}
#triforce_debug .overlay .switch.on .thumb {
  -webkit-transform: translate3d(49px, 0, 0);
  -o-transform: translateX(49px);
  -moz-transform: translateX(49px);
}
#triforce_debug .overlay .switch::before {
  content: "";
  display: block;
  height: 28px;
  width: 0px;
  position: absolute;
  border-radius: 20px;
  box-shadow: inset 0 1px 2px #0063b7, inset 0 12px 3px 2px rgba(0, 127, 234, 0.5);
  background-color: #64B1F2;
}
#triforce_debug .overlay .switch.on::before {
  width: 77px;
}
#triforce_debug div.standalone_debug {
  height: 28px;
  line-height: 26px;
  width: 205px;
  text-align: center;
  border: 1px solid #979797;
  border-radius: 20px;
  overflow: hidden;
  cursor: pointer;
  box-shadow: inset 0 1px 3px #bababa, inset 0 12px 3px 2px rgba(232, 232, 232, 0.5);
}
a.standalone_debug {
  display: inline-block !important;
  background: #fff;
  padding: 5px 10px;
  width: 200px !important;
  color: blue;
  box-shadow: inset 0 1px 3px #bababa, inset 0 12px 3px 2px rgba(232, 232, 232, 0.5);
}
div.logout {
  display: inline-block !important;
  background: #fff;
  color: #000;
  cursor: pointer;
  width: 200px;
  text-align: center;
  padding: 5px 10px;
}
/*
OnlineOpinion v5.8.2
Released: 02/27/2014. Compiled 04/23/2014 09:51:37 AM -0500
Branch: CLIENTREQ-219 Apr
Components: Full
UMD: disabled
The following code is Copyright 1998-2014 Opinionlab, Inc.  All rights reserved. Unauthorized use is prohibited. This product and other products of OpinionLab, Inc. are protected by U.S. Patent No. 6606581, 6421724, 6785717 B1 and other patents pending. http://www.opinionlab.com
*/
#oo_company_logo img {
  max-height: 100%;
  max-width: 100%;
  height: auto;
  width: auto\9;
  /* ie8 */
}
#oo_feedback_fl_spacer {
  display: block;
  height: 1px;
  position: absolute;
  top: 0;
  width: 100px;
}
.oo_feedback_float {
  width: 100px;
  height: 50px;
  overflow: hidden;
  font: 12px Tahoma, Arial, Helvetica, sans-serif;
  text-align: center;
  color: #252525;
  cursor: pointer;
  z-index: 999997;
  position: fixed;
  bottom: 5px;
  border: 1px solid #cccccc;
  border-radius: 9px;
  -moz-border-radius: 9px;
  -webkit-border-radius: 9px;
  right: 10px;
  -webkit-transition: -webkit-transform 0.3s ease;
}
.oo_feedback_float .screen_reader {
  color: transparent;
  display: block;
  position: relative;
  height: 0;
  width: 0;
  line-height: 0;
  overflow: hidden;
}
.oo_feedback_float .olUp {
  width: 100%;
  height: 100%;
  background: url('http://comedycentral.mtvnimages.com/images/opinionlab/oo_float_icon.gif') center 10px no-repeat;
  text-align: center;
  padding: 31px 0 5px 0;
  position: relative;
  z-index: 2;
  filter: alpha(opacity=100);
  opacity: 1;
  transition: opacity .5s;
  -moz-transition: opacity .5s;
  -webkit-transition: opacity .5s;
  -o-transition: opacity .5s;
}
.oo_feedback_float .olUp img {
  margin-bottom: 5px;
}
.oo_feedback_float .oo_transparent {
  display: block;
  background: white;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 1;
  opacity: 0.8;
  filter: alpha(opacity=80);
  border-radius: 8px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
}
.oo_feedback_float:hover .oo_transparent {
  opacity: 1.0;
  filter: alpha(opacity=100);
}
.oo_feedback_float:hover .olUp {
  display: block;
  opacity: 0;
  filter: alpha(opacity=0);
}
.oo_feedback_float .fbText {
  display: block;
}
.oo_feedback_float .olOver {
  display: block;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  min-height: 50px;
  z-index: 2;
  opacity: 0;
  filter: alpha(opacity=0);
  transition: opacity .5s;
  -moz-transition: opacity .5s;
  -webkit-transition: opacity .5s;
  -o-transition: opacity .5s;
}
.oo_feedback_float .olOver span {
  display: block;
  padding: 10px 5px;
}
.oo_feedback_float:hover .olOver {
  opacity: 1.0;
  filter: alpha(opacity=100);
  top: 0;
}
.oo_cc_wrapper {
  left: 0;
  padding: 0;
  position: fixed;
  text-align: center;
  top: 25px;
  width: 100%;
  z-index: 999999;
}
.oo_cc_wrapper .screen_reader {
  color: transparent;
  display: block;
  position: relative;
  height: 0;
  width: 0;
  line-height: 0;
  overflow: hidden;
}
.oo_cc_wrapper span {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
.oo_cc_wrapper .iwrapper {
  background-color: white;
  margin: 0 auto;
  position: relative;
  width: 535px;
  z-index: 2;
  box-shadow: rgba(0, 0, 0, 0.6) 0 0 15px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.6) 0 0 15px;
  -moz-box-shadow: rgba(0, 0, 0, 0.6) 0 0 15px;
  border-radius: 9px;
  -moz-border-radius: 9px;
  -webkit-border-radius: 9px;
}
.oo_cc_wrapper iframe {
  position: relative;
  border: none;
  width: 100%;
  z-index: 4;
}
.oo_cc_wrapper .oo_cc_close {
  position: absolute;
  display: block;
  background: white;
  height: 20px;
  width: 20px;
  border: 1px solid #cccccc;
  cursor: pointer;
  right: -12px;
  top: -9px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  transition: background .5s;
  -moz-transition: background .5s;
  -webkit-transition: background .5s;
  -o-transition: background .5s;
  font: 14px/20px Tahoma, Arial, Helvetica, sans-serif;
  text-align: center;
  z-index: 5;
  color: #252525;
  text-decoration: none;
}
.oo_cc_wrapper .oo_cc_close:hover {
  background: #eeeeee;
}
.oo_bar {
  padding-bottom: 22px;
}
#oo_bar {
  cursor: pointer;
  color: #252525;
  border-top: 1px solid #cccccc;
  background: #ffffff;
  bottom: 0;
  display: block;
  font: 12px Tahoma, Arial, Helvetica, sans-serif;
  height: 22px;
  left: 0;
  line-height: 22px;
  position: fixed;
  text-align: left;
  width: 100%;
  z-index: 999997;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: background 0.5s;
  -moz-transition: background 0.5s;
  -webkit-transition: background 0.5s;
  -o-transition: background 0.5s;
}
#oo_bar:hover {
  background: #eeeeee;
}
#oo_bar .screen_reader {
  color: transparent;
  display: block;
  position: relative;
  height: 0;
  width: 0;
  line-height: 0;
  overflow: hidden;
}
#oo_bar span {
  background: url('http://comedycentral.mtvnimages.com/images/opinionlab/oo_bar_icon.gif') left no-repeat;
  display: block;
  margin: 0 15px;
  height: 100%;
  padding-left: 17px;
}
#oo_tab {
  background-color: #161717;
  border: 1px solid #cccccc;
  display: block;
  position: fixed;
  top: 40%;
  padding: 15px 0px;
  _height: 110px;
  _padding: 0px;
  _top: 45%;
  width: 35px;
  z-index: 999995;
  cursor: pointer;
}
#oo_tab span {
  bottom: 6px;
  _bottom: 5px;
  display: block;
  background: url('http://comedycentral.mtvnimages.com/images/default/oo_tab_icon_1_v5.gif') no-repeat;
  height: 17px;
  position: absolute;
  width: 19px;
}
#oo_tab div {
  position: absolute;
  display: block;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
}
#oo_tab.wcag a {
  background: url('http://comedycentral.mtvnimages.com/images/opinionlab/oo_tab_icon.gif') no-repeat;
  background-repeat: no-repeat;
  background-position: center bottom;
  border: none;
  outline: none;
  position: absolute;
  display: block;
  bottom: 15px;
  left: -6px;
  top: 0;
  width: 100%;
}
#oo_tab.wcag img {
  border: none;
  outline: none;
  display: block;
  position: absolute;
  left: 0;
  top: -10px;
}
#oo_tab .screen_reader {
  color: transparent;
  display: block;
  position: relative;
  height: 0;
  width: 0;
  line-height: 0;
  overflow: hidden;
}
.oo_tab_left {
  left: -13px;
  border-radius: 0px 9px 9px 0px;
  -moz-border-radius: 0px 9px 9px 0px;
  -webkit-border-radius: 0px 9px 9px 0px;
  transition: left .5s;
  -moz-transition: left .5s;
  -webkit-transition: left .5s;
  -o-transition: left .5s;
  background-image: -webkit-gradient(linear, 0% 100%, 0% 0%, from(#eeeeee), to(#ffffff));
  background-image: -webkit-linear-gradient(left, #eeeeee, #ffffff);
  background-image: -moz-linear-gradient(left, #eeeeee, #ffffff);
  background-image: -ms-linear-gradient(left, #eeeeee, #ffffff);
  background-image: -o-linear-gradient(left, #eeeeee, #ffffff);
  background-image: linear-gradient(left, #eeeeee, #ffffff);
}
.oo_tab_left span {
  right: 6px;
}
.oo_tab_left div {
  background-position: 6px -10px;
}
.oo_tab_left:hover {
  left: -5px;
}
.oo_tab_right {
  right: -13px;
  border-radius: 9px 0px 0px 9px;
  -moz-border-radius: 9px 0px 0px 9px;
  -webkit-border-radius: 9px 0px 0px 9px;
  transition: right .5s;
  -moz-transition: right .5s;
  -webkit-transition: right .5s;
  -o-transition: right .5s;
  background-image: -webkit-gradient(linear, 0% 100%, 0% 0%, from(#ffffff), to(#eeeeee));
  background-image: -webkit-linear-gradient(left, #ffffff, #eeeeee);
  background-image: -moz-linear-gradient(left, #ffffff, #eeeeee);
  background-image: -ms-linear-gradient(left, #ffffff, #eeeeee);
  background-image: -o-linear-gradient(left, #ffffff, #eeeeee);
  background-image: linear-gradient(left, #ffffff, #eeeeee);
}
.oo_tab_right span {
  left: 7px;
}
.oo_tab_right div {
  background-position: -6px -10px;
}
.oo_tab_right:hover {
  right: -5px;
}
.oo_tab_ie_right {
  border-right: none !important;
  right: 1px;
  width: 25px !important;
}
.oo_tab_ie_right:hover {
  right: 6px;
  width: 30px !important;
}
#oo_tab.oo_tab_ie67_right.wcag {
  overflow: hidden !important;
  right: 0px !important;
  width: 26px !important;
}
#oo_tab.oo_tab_ie67_right.wcag:hover {
  right: 0px !important;
  width: 31px !important;
}
#oo_tab.oo_tab_ie67_right.wcag a {
  background: none;
  z-index: 1;
}
#oo_tab.oo_tab_ie67_right.wcag .screen_reader {
  bottom: 15px;
  display: block;
  background: url('http://comedycentral.mtvnimages.com/images/opinionlab/oo_tab_icon.gif') no-repeat;
  height: 9px;
  width: 9px;
  position: absolute;
  left: 7px;
  top: auto;
  z-index: 9999;
}
#oo_tab_1 {
  background-color: #161717;
  border: 2px solid #ffffff;
  display: block;
  position: fixed;
  top: 40%;
  padding: 15px 0px 15px 0px;
  _height: 30px;
  _padding: 0px;
  _top: 45%;
  width: 105px;
  z-index: 999995;
  cursor: pointer;
  box-shadow: rgba(0, 0, 0, 0.7) 0 0 3px;
  -moz-box-shadow: rgba(0, 0, 0, 0.7) 0 0 3px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.7) 0 0 3px;
}
#oo_tab_1 span {
  bottom: 6px;
  display: block;
  background-image: url('http://comedycentral.mtvnimages.com/images/default/oo_tab_icon_1_v5.gif');
  height: 17px;
  position: absolute;
  width: 19px;
}
#oo_tab_1 div {
  position: absolute;
  display: block;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
}
#oo_tab_1 .screen_reader {
  color: transparent;
  display: block;
  position: relative;
  height: 0;
  width: 0;
  line-height: 0;
  overflow: hidden;
}
.oo_tab_right_1 {
  right: -75px;
  border-radius: 5px 0px 0px 5px;
  -moz-border-radius: 5px 0px 0px 5px;
  -webkit-border-radius: 5px 0px 0px 5px;
  transition: right 1.0s;
  -moz-transition: right 1.0s;
  -webkit-transition: right 1.0s;
  -o-transition: right 1.0s;
}
.oo_tab_right_1 span {
  left: 7px;
}
.oo_tab_right_1:hover {
  right: -5px;
}
.oo_tab_left_1 {
  left: -78px;
  border-radius: 0px 5px 5px 0px;
  -moz-border-radius: 0px 5px 5px 0px;
  -webkit-border-radius: 0px 5px 5px 0px;
  transition: left 0.5s;
  -moz-transition: left 1.0s;
  -webkit-transition: left 1.0s;
  -o-transition: left 1.0s;
  background-image: -webkit-linear-gradient(top, #ee5853, #c73b32);
  background-image: -moz-linear-gradient(top, #ee5853, #c73b32);
  background-image: -ms-linear-gradient(top, #ee5853, #c73b32);
  background-image: -o-linear-gradient(top, #ee5853, #c73b32);
  background-image: linear-gradient(top, #ee5853, #c73b32);
}
.oo_tab_left_1 span {
  right: 6px;
}
.oo_tab_left_1 div {
  background-position: 6px -10px;
}
.oo_tab_left_1:hover {
  left: -5px;
}
a#oo_tab_text_1 {
  background-image: none;
  font-family: Tahoma, Helvetica, Arial, sans-serif;
  line-height: 16px;
  font-size: 16px;
}
a#oo_tab_text_1:hover {
  text-decoration: none;
}
a#oo_tab_text_1.right {
  color: white;
  position: absolute;
  top: 7px;
  left: 33px;
}
a#oo_tab_text_1.left {
  color: white;
  position: absolute;
  top: 7px;
  left: 10px;
}
#oo_container {
  position: fixed;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 999999;
}
html body #oo_invitation_prompt {
  font-family: 'Lato';
  background: white;
  box-shadow: rgba(0, 0, 0, 0.6) 0 0 15px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.6) 0 0 15px;
  -moz-box-shadow: rgba(0, 0, 0, 0.6) 0 0 15px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.6) 0 0 8px;
  -moz-box-shadow: rgba(0, 0, 0, 0.6) 0 0 8px;
  border-radius: 9px;
  -moz-border-radius: 9px;
  -webkit-border-radius: 9px;
  color: #252525;
  font: 14px/20px Tahoma, Arial, san-serif;
  line-height: 20px;
  margin: 50px auto;
  text-align: left;
  position: relative;
  width: 535px;
  height: 270px;
  z-index: 999999;
}
html body #oo_invitation_prompt h1 {
  display: inline-block;
  *display: inline;
  zoom: 1;
  font-size: 19px;
  font-weight: bold;
  margin-bottom: .6em;
  margin-top: 4%;
  margin-right: 15%;
  float: right;
  *float: none;
  position: absolute;
  left: 25px;
}
html body #oo_invitation_prompt p {
  margin-bottom: 1.5em;
}
html body #oo_invitation_prompt #prompt_buttons {
  width: 64%;
  *width: 700px;
  margin-top: 6%;
  margin-left: auto;
  margin-right: auto;
  *margin-left: 17%;
  padding-bottom: 15px;
  position: relative;
  z-index: 5;
  font-size: 14px;
}
html body #oo_invitation_prompt #oo_launch_prompt {
  text-decoration: none;
  color: white;
  padding: 8px 60px;
  margin-right: 17px;
}
html body #oo_invitation_prompt #oo_no_thanks {
  text-decoration: none;
  color: white;
  padding: 8px 40px;
}
html body #oo_ol_brand {
  display: block;
  height: 18%;
  position: absolute;
  bottom: 0;
  width: 100%;
}
#oo_invitation_prompt_sub_header {
  padding-left: 5%;
  padding-right: 5%;
}
#oo_invitation_prompt_sub_header p {
  font-size: 14px;
}
#oo_header_pad {
  height: 9%;
  width: 100%;
  background: #EEEEEE;
  border-top-width: 1px;
  border-top-style: solid;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-color: #CCCCCC;
}
#oo_company_logo {
  width: 20%;
  height: 18%;
  margin-left: 5%;
  margin-top: 2%;
  padding-bottom: 1%;
  display: inline-block;
  *display: inline;
  zoom: 1;
}
#oo_ol_brand {
  border-top: 1px solid #cccccc;
}
#oo_ol_brand_logo {
  margin-top: 3%;
  margin-left: 4%;
  margin-right: 4%;
  display: inline-block;
  background: no-repeat url('http://comedycentral.mtvnimages.com/images/opinionlab/oo_inv_opinionlab.png');
  width: 16%;
  height: 35px;
}
#oo_invitation_prompt a {
  background: #808284;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  transition: background .5s;
  -moz-transition: background .5s;
  -webkit-transition: background .5s;
  -o-transition: background .5s;
}
#oo_invitation_prompt a:hover {
  background: #808284;
}
a#oo_launch_prompt {
  background: #4D9900;
}
a#oo_launch_prompt:hover {
  background: #4D9900;
}
#oo_ol_brand_footer_text {
  padding-top: 5px;
  width: 44%;
  position: fixed;
  display: inline-block;
  font-size: 10px;
}
#oo_ol_brand_footer_text a {
  color: #333333;
  background: #FFFFFF;
}
#oo_ol_brand_footer_text a:hover {
  color: #333333;
  background: #FFFFFF;
}
#oo_ol_brand_footer_text p {
  font-size: 10px;
  margin: 0;
  padding: 0;
}
#oo_close_prompt {
  position: absolute;
  display: block;
  background: white;
  height: 20px;
  width: 20px;
  border: 1px solid #cccccc;
  cursor: pointer;
  right: 5px;
  top: 5px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  transition: background .5s;
  -moz-transition: background .5s;
  -webkit-transition: background .5s;
  -o-transition: background .5s;
  font: 14px/20px Tahoma, Arial, Helvetica, sans-serif;
  text-align: center;
  color: #000;
  font-size: 14px;
}
#oo_close_prompt:hover {
  background: #eeeeee;
}
#oo_close_prompt .screen_reader {
  color: transparent;
  display: block;
  position: relative;
  height: 0;
  width: 0;
  line-height: 0;
  overflow: hidden;
}
/* Smartphones (portrait) ----------- */
@media only screen and (max-device-width: 480px) {
  /* Styles */
  html body #oo_invitation_prompt {
    -webkit-text-size-adjust: none;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    width: 90%;
    padding: 3%;
  }
}
@media all and (-webkit-min-device-pixel-ratio: 2) {
  #oo_ol_brand {
    background: url('http://comedycentral.mtvnimages.com/images/opinionlab/oo_inv_opinionlab@2x.png') bottom right no-repeat;
    -webkit-background-size: 85px 13px;
  }
}
#oo_overlay,
#oo_invitation_overlay {
  background: #000000 url('http://comedycentral.mtvnimages.com/images/opinionlab/oo_loading.gif') 50% 80px no-repeat;
  display: block;
  height: 1000%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999998;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
#oo_overlay.no_loading,
#oo_invitation_overlay.no_loading {
  background: black;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
@media print {
  #oo_bar,
  .oo_feedback_float,
  #oo_tab {
    display: none;
  }
}
.ent_m002_tcr_v1 {
  position: relative;
  padding: 2.5em 3.75em 2.5em 3.75em;
  background: #e7e7e2;
  border-bottom: 1px solid #eeeeee;
}
.ent_m002_tcr_v1 h2 {
  max-width: 1480px;
  margin: 0 auto 0.67em;
  padding-left: 10px;
  color: #000000;
}
@media (max-width: 30em) {
  .ent_m002_tcr_v1 h2 {
    padding-bottom: 9px;
  }
}
@media (max-width: 47.938em) {
  .ent_m002_tcr_v1 {
    padding: 2.5em 0.625em 2.5em 0.625em;
  }
}
.ent_m002_tcr_v1 .comments {
  max-width: 1480px;
  margin: auto;
  overflow: visible;
}
.ent_m002_tcr_v1 .comments h2.activityFeedTitle {
  display: none;
}
.ent_m002_tcr_v1 .flux4Widget .activityFeed .mainHeader .userAvatarComment,
.ent_m002_tcr_v1 .flux4Widget .activityFeed .mainHeader .userAvatarWithPointer .userAvatarContainer {
  width: 50px;
  height: 50px;
}
.ent_m002_tcr_v1 .flux4Widget .comments .activity .activityActionsContainer {
  position: relative;
  z-index: 1;
}
.ent_m002_tcr_v1 .m_hscroll div.comments div {
  overflow: visible;
}
.ent_m002_tcr_v1 .m_hscroll h1,
.ent_m002_tcr_v1 .m_hscroll h2 {
  position: relative;
}
.ent_m002_tcr_v1 .m_hscroll h1:after,
.ent_m002_tcr_v1 .m_hscroll h2:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: -moz-linear-gradient(left, #e28689 75%, rgba(226, 134, 137, 0) 100%);
  background: -webkit-gradient(linear, left top, right top, color-stop(75%, #e28689), color-stop(100%, rgba(226, 134, 137, 0)));
  background: -webkit-linear-gradient(left, #e28689 75%, rgba(226, 134, 137, 0) 100%);
  background: -o-linear-gradient(left, #e28689 75%, rgba(226, 134, 137, 0) 100%);
  background: -ms-linear-gradient(left, #e28689 75%, rgba(226, 134, 137, 0) 100%);
  background: linear-gradient(to right, #e28689 75%, rgba(226, 134, 137, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#e28689, endColorstr=#e28689, GradientType=1);
}
.flux4Widget .userQuickView .userInfo .bedding {
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
.flux4Widget .comments .sorterContainer.dropdownMode {
  overflow: visible;
}
.flux4Widget .comments .sorterContainer.dropdownMode:after {
  left: -46px;
  z-index: 10;
}
.flux4Widget .comments .replyList .activity {
  overflow: visible;
}
#background_holder.cc_opened {
  margin: 0 280px 0 -280px;
  -webkit-transition: margin 0.1s ease-out 0s;
  -moz-transition: margin 0.1s ease-out 0s;
  -o-transition: margin 0.1s ease-out 0s;
  transition: margin 0.1s ease-out 0s;
}
#background_holder.cc_opened .page_overlay {
  display: block;
  position: fixed;
}
#background_holder.cc_opened .comedy_menu .menu_holder div {
  right: 0;
  overflow-y: auto;
  position: fixed;
  height: 100%;
}
.sticky_header #background_holder.cc_opened .comedy_menu {
  right: 280px;
}
#leaderboard {
  padding: 10px 0;
  line-height: 0;
}
#comedy-menu.triforce-module {
  height: auto;
  position: absolute;
}
#header_content {
  position: relative;
}
.sticky_header .comedy_menu {
  position: fixed;
  bottom: inherit;
  top: 0;
}
.comedy_menu {
  position: absolute;
  z-index: 5000001;
  bottom: -70px;
  right: 0;
}
.comedy_menu .page_overlay {
  display: none;
  position: fixed;
  left: 0;
  right: 280px;
  top: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
}
.comedy_menu .menu_holder {
  position: relative;
  z-index: 10;
}
.comedy_menu .menu_holder .logo_holder {
  display: block;
  padding: 14px 15px;
  background: #3cb9d5;
}
.comedy_menu .menu_holder .logo_holder:hover {
  background: #4dd7f6;
}
.comedy_menu .menu_holder .logo_holder .logo {
  display: block;
  z-index: 20001;
  width: 40px;
  height: 42px;
  background: url('/sitewide/images/sprites/cr_site2013_sprite.png') no-repeat -220px -10px;
  text-indent: -2000px;
}
@media screen and (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .comedy_menu .menu_holder .logo_holder .logo {
    background-image: url('/sitewide/images/sprites/cr_site2013_sprite_retina.png');
    background-size: 700px 268px;
  }
}
@media (min-width: 75em) {
  .sticky_header .comedy_menu .menu_holder .logo_holder {
    padding: 10px;
  }
}
.sticky_header .comedy_menu .menu_holder .logo_holder .logo {
  width: 30px;
  height: 30px;
  background-position: -596px -9px;
}
.comedy_menu .menu_holder div {
  display: none;
  position: absolute;
  top: 0;
  width: 280px;
  clear: both;
  overflow-x: hidden;
  background: #1a1b1f;
}
.comedy_menu .menu_holder div .logo {
  display: block;
  float: none;
  width: 100%;
  height: 63px;
  margin: 0 0 16px 0;
  background: #28292d url(/sitewide/images/sprites/CC_GlobalSprite2013.png) no-repeat 66px 15px;
}
@media screen and (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .comedy_menu .menu_holder div .logo {
    background-image: url(/sitewide/images/sprites/CC_GlobalSprite2013_retina.png);
    background-size: 163px 162px;
  }
}
.comedy_menu .menu_holder div form {
  position: relative;
  margin: 0 0 18px;
  padding: 0 0 4px;
  border-bottom: 1px solid #37373f;
}
.comedy_menu .menu_holder div .cc_search_btn {
  position: absolute;
  width: 17px;
  height: 21px;
  bottom: 7px;
  right: 20px;
  opacity: .7;
  border: 0;
  background: url(/sitewide/images/sprites/CC_GlobalSprite2013.png) no-repeat -145px -57px;
  cursor: pointer;
}
.comedy_menu .menu_holder div .cc_search_btn:hover {
  opacity: 1;
}
@media screen and (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .comedy_menu .menu_holder div .cc_search_btn {
    background-image: url(/sitewide/images/sprites/CC_GlobalSprite2013_retina.png);
    background-size: 163px 162px;
  }
}
.comedy_menu .menu_holder div .cc_search_text {
  display: block;
  width: 243px;
  padding: 0 0 7px 17px;
  font-size: 12px;
  color: #a0a1a5;
  border: none;
  background: #1a1b1f;
  font-family: 'BrandonTextMedium', Helvetica, Arial, sans-serif;
}
.comedy_menu .menu_holder div .cc_search_text:focus {
  outline: none;
}
.comedy_menu .menu_holder div ul.socialNav {
  margin-left: 45px;
}
.comedy_menu .menu_holder div ul.socialNav .social {
  margin: 5px;
}
.comedy_menu .menu_holder div > ul.navList {
  margin-bottom: 16px;
}
.comedy_menu .menu_holder div > ul.navList > li {
  position: relative;
  border-bottom: 1px solid #28292d;
  font: normal 14px 'BrandonGrotesque-Black';
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #ffffff;
  cursor: pointer;
}
.comedy_menu .menu_holder div > ul.navList > li .subNavArrow {
  position: absolute;
  top: 0;
  right: 13px;
  width: 32px;
  height: 32px;
  background: url(/sitewide/images/sprites/CC_GlobalSprite2013.png) no-repeat -111px -48px;
}
@media screen and (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .comedy_menu .menu_holder div > ul.navList > li .subNavArrow {
    background-image: url(/sitewide/images/sprites/CC_GlobalSprite2013_retina.png);
    background-size: 163px 162px;
  }
}
.comedy_menu .menu_holder div > ul.navList > li .showContent .subNavArrow {
  background-position: -86px -48px;
}
.comedy_menu .menu_holder div > ul.navList > li .showContent ~ ul {
  display: block;
}
.comedy_menu .menu_holder div > ul.navList > li a {
  display: block;
  padding: 7px 0 7px 19px;
  color: #ffffff;
  text-decoration: none;
}
.comedy_menu .menu_holder div > ul.navList > li ul {
  display: none;
}
.comedy_menu .menu_holder div > ul.navList > li ul a {
  display: block;
  padding: 4px 0;
  margin: 3px 0 5px 29px;
  font-size: 12px;
  color: #a0a1a5;
}
@media (max-width: 75em) {
  .comedy_menu {
    bottom: -50px;
  }
  .comedy_menu .menu_holder .logo_holder {
    padding: 10px;
  }
  .comedy_menu .menu_holder .logo_holder .logo {
    width: 30px;
    height: 30px;
    background-position: -596px -9px;
  }
}
#comedy-footer {
  padding: 34px 40px 20px;
  font-size: 0.8125em;
  font-family: 'BrandonTextBold', Helvetica, Arial, sans-serif;
  position: absolute;
  width: 100%;
}
#comedy-footer ul {
  list-style-type: none;
  margin: 0 0 12px;
  padding: 0 0 14px;
  border-bottom: 1px solid #171918;
}
#comedy-footer ul li {
  padding: 0 0 8px;
  display: inline-block;
  color: #171918;
}
#comedy-footer ul li a {
  letter-spacing: 1px;
  font-size: 0.84615385em;
  color: #485052;
  text-decoration: none;
  text-transform: uppercase;
  margin: 0;
}
#comedy-footer ul li:last-child:after {
  border: 0;
  margin: 0;
}
#comedy-footer ul li:after {
  content: "";
  margin: 0 17px;
  border-right: solid 2px #171918;
}
#comedy-footer .legal {
  margin: 0 0 10px;
  padding: 0;
  border: none;
}
#comedy-footer .legal li a {
  font-size: 0.76923077em;
}
#comedy-footer .legal li:last-child a:after {
  content: "";
  position: absolute;
  height: 22px;
  width: 22px;
  background: url(/sitewide/images/sprites/CC_GlobalSprite2013.png) no-repeat -142px -140px;
}
#comedy-footer p {
  border-bottom: 1px solid #171918;
  padding: 0 0 14px;
  color: #485052;
  font-family: 'BrandonTextMedium', Helvetica, Arial, sans-serif;
}
#comedy-footer .logo {
  float: right;
  width: 128px;
  height: 20px;
  margin-left: 15px;
  background: url(/sitewide/images/sprites/CC_GlobalSprite2013.png) no-repeat 0 -142px;
}
#ads-reporting {
  height: 0px;
}
#ads-reporting[data-zone="ads-reporting"] {
  background: #000000;
}
#ads-reporting a {
  font-size: 0.8125em;
  color: #7f7f7f;
  text-decoration: none;
}
.ent_m101_v1 {
  background: #0d0d0d;
}
#the_colbert_report_studiotron_6000__virtual_interactive_business_view_cyber_tour #background_holder #leaderboard,
#the_colbert_report_studiotron_6000__virtual_interactive_business_view_cyber_tour #background_holder #leaderboard_mobile {
  padding-top: 0;
  padding-bottom: 0;
}
.ent_m007_tcr_v1 {
  padding-top: 0;
  padding-bottom: 0;
}
@media screen and (min-width: 48em) and (max-width: 1240px) {
  .ent_m007_tcr_v1 {
    padding-left: 0;
    padding-right: 0;
  }
}
@media screen and (max-width: 47.938em) {
  .ent_m007_tcr_v1 {
    padding-left: 0;
    padding-right: 0;
  }
}
.ent_m007_tcr_v1 iframe {
  display: block;
  border: 0;
  height: 1261px;
}
.tier_2_col .ent_m007_tcr_v1 {
  background-color: #f9f9f9;
  max-width: auto;
  padding: 0;
  margin: 26px 0 0 0;
}
.tier_2_col .ent_m007_tcr_v1 .iframe_holder {
  overflow-x: scroll;
  -webkit-overflow-scrolling: touch;
  min-width: 776px;
}
.tier_2_col .ent_m007_tcr_v1 iframe {
  margin: 0 auto;
  width: 776px;
}
.ent_m008_tcr_v1 .now_playing .image_holder {
  border: 3px solid #ee4444;
}
.ent_m008_tcr_v1 .carouselWrapper {
  clear: both;
  position: relative;
  margin: 0;
  overflow: visible;
}
.ent_m008_tcr_v1 .module_content {
  padding: 1% 0 0;
}
.ent_m008_tcr_v1 .collectionHeader {
  overflow: visible;
}
.ent_m009_tcr_v1 .now_playing .image_holder {
  border: 3px solid #ee4444;
}
.ent_m009_tcr_v1 .carouselWrapper {
  clear: both;
  position: relative;
  margin: 0;
  overflow: visible;
}
.ent_m009_tcr_v1 .module_content {
  padding: 1% 0 0;
}
.ent_m009_tcr_v1 .collectionHeader {
  overflow: visible;
}
.ent_m010_tcr_v1 .now_playing .image_holder {
  border: 3px solid #ee4444;
}
.ent_m010_tcr_v1 .carouselWrapper {
  clear: both;
  position: relative;
  margin: 0;
  overflow: visible;
}
.ent_m010_tcr_v1 .module_content {
  padding: 1% 0 0;
}
.ent_m010_tcr_v1 .collectionHeader {
  overflow: visible;
}
.ent_m010_tcr_v1 .title .meta {
  display: inline-block;
}
.ent_m011_tcr_v1 .now_playing .image_holder {
  border: 3px solid #ee4444;
}
.ent_m011_tcr_v1 .carouselWrapper {
  clear: both;
  position: relative;
  margin: 0;
  overflow: visible;
}
.ent_m011_tcr_v1 .module_content {
  padding: 1% 0 0;
}
.ent_m011_tcr_v1 .collectionHeader {
  overflow: visible;
}
.ent_m011_tcr_v1 .collectionHeader h2 {
  margin-bottom: 13px;
}
.ent_m011_tcr_v1 .collectionHeader .captionHolder {
  text-transform: none;
  font: 18px 'BrandonTextMedium', Helvetica, Arial, sans-serif;
  margin: 0 0 20px 10px;
}
@media screen and (max-width: 30em) {
  .ent_m011_tcr_v1 .collectionHeader .captionHolder {
    margin-left: 0;
  }
}
.ent_m011_tcr_v1 .ad_300x250 {
  margin-top: -298px;
}
.ent_m012_tcr_v1 {
  padding-top: 40px;
  background: #342e30;
}
.ent_m012_tcr_v1 .collectionHeader {
  overflow: hidden;
}
.ent_m012_tcr_v1 .collectionHeader h2 {
  color: #ffffff;
  border-bottom-color: #3cb9d5;
  position: relative;
}
.ent_m012_tcr_v1 .collectionHeader h2:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: -moz-linear-gradient(left, rgba(60, 185, 213, 0.5) 75%, rgba(60, 185, 213, 0) 100%);
  background: -webkit-gradient(linear, left top, right top, color-stop(75%, rgba(60, 185, 213, 0.5)), color-stop(100%, rgba(60, 185, 213, 0)));
  background: -webkit-linear-gradient(left, rgba(60, 185, 213, 0.5) 75%, rgba(60, 185, 213, 0) 100%);
  background: -o-linear-gradient(left, rgba(60, 185, 213, 0.5) 75%, rgba(60, 185, 213, 0) 100%);
  background: -ms-linear-gradient(left, rgba(60, 185, 213, 0.5) 75%, rgba(60, 185, 213, 0) 100%);
  background: linear-gradient(to right, rgba(60, 185, 213, 0.5) 75%, rgba(60, 185, 213, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#3cb9d5, endColorstr=#3cb9d5, GradientType=1);
}
@media (min-width: 30em) {
  .ent_m012_tcr_v1 .collectionHeader h2 {
    padding-left: 10px;
  }
}
.ent_m012_tcr_v1 .mask {
  overflow: hidden;
}
.ent_m012_tcr_v1 div ul li {
  width: 380px;
}
.ent_m012_tcr_v1 div ul li div a p {
  font-size: inherit;
  line-height: inherit;
}
.ent_m012_tcr_v1 div ul li div a p .title {
  width: 100%;
  font-family: 'BrandonTextBold', Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  color: #3cb9d5;
}
.ent_m012_tcr_v1 div ul li div a p .description {
  display: block;
  font-size: 0.937em;
  font-family: 'BrandonTextMedium', Helvetica, Arial, sans-serif;
  color: #ffffff;
  text-transform: none;
}
.ent_m012_tcr_v1 .left_arrow,
.ent_m012_tcr_v1 .right_arrow {
  height: 214px;
}
@media (max-width: 48em) {
  .ent_m012_tcr_v1 div ul li {
    width: 240px;
  }
  .ent_m012_tcr_v1 .left_arrow,
  .ent_m012_tcr_v1 .right_arrow {
    height: 136px;
  }
}
.ent_m013_tcr_v1 .title .meta {
  display: inline-block;
}
.ent_m014_tcr_v1 .dd {
  overflow: visible;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 90;
}
@media screen and (max-width: 30em) {
  .ent_m014_tcr_v1 .dd {
    display: none;
  }
}
.ent_m014_tcr_v1 .dd .sbHolder {
  width: 186px;
  overflow: visible;
  font-family: 'BrandonTextMedium', Helvetica, Arial, sans-serif;
  color: #ffffff;
  text-transform: uppercase;
  font-size: 18px;
  padding-right: 21px;
}
.ent_m014_tcr_v1 .dd .sbHolder .sbSelector {
  color: #342e30;
  float: right;
  margin-left: -100px;
  line-height: 34px;
  overflow: hidden;
  padding-right: 10px;
  text-align: right;
  white-space: nowrap;
}
@media (max-width: 64em) {
  .ent_m014_tcr_v1 .dd .sbHolder .sbSelector {
    line-height: 25px;
  }
}
.ent_m014_tcr_v1 .dd .sbHolder .sbToggle {
  background: url('/sitewide/images/sprites/cr_site2013_sprite.png') no-repeat;
  background-position: -327px -166px;
  height: 25px;
  outline: none;
  width: 18px;
  float: right;
}
@media (max-width: 64em) {
  .ent_m014_tcr_v1 .dd .sbHolder .sbToggle {
    margin-top: -5px;
  }
}
.ent_m014_tcr_v1 .dd .sbHolder .sbToggle.sbToggleOpen {
  background-position: -355px -166px;
}
@media (max-width: 64em) {
  .ent_m014_tcr_v1 .dd .sbHolder {
    margin-top: -1px;
  }
}
.ent_m014_tcr_v1 .dd .sbHolder .sbHolderDisabled {
  background-color: #3C3C3C;
  border: solid 1px #515151;
}
.ent_m014_tcr_v1 .dd .sbHolder .sbOptions {
  width: 186px;
  background: #342e30;
  color: #fff;
  right: 0;
  position: absolute;
  z-index: 9999;
  overflow-y: auto;
  font-size: 16px;
  letter-spacing: 0.5px;
  padding: 7px 0;
}
.ent_m014_tcr_v1 .dd .sbHolder .sbOptions .sbDisabled {
  border-bottom: dotted 1px #515151;
  color: #777777;
  display: block;
  padding: 7px 0 7px 3px;
}
.ent_m014_tcr_v1 .dd .sbHolder .sbOptions li {
  line-height: 31px;
  width: 100%;
  margin: 0;
  text-indent: 13px;
}
.ent_m014_tcr_v1 .dd .sbHolder .sbOptions a {
  color: #ffffff;
}
.ent_m014_tcr_v1 .dd .sbHolder .sbOptions a:hover,
.ent_m014_tcr_v1 .dd .sbHolder .sbOptions a:active {
  color: #ea4242;
}
.ent_m014_tcr_v1 .dd.content_loading .sbHolder .sbToggle {
  width: 18px;
  height: 18px;
  margin-top: 8px;
  background: url(/sitewide/images/ajax-loader.gif) 0 0;
  background-size: 100% 100%;
}
.ent_m014_tcr_v1 div ul li.highlight div {
  width: 522px;
  height: 294px;
}
.ent_m014_tcr_v1 .sort {
  position: absolute;
  right: 0;
  top: 0;
}
.ent_m014_tcr_v1 .sort .sbHolder .sbToggle {
  background-position: -327px -88px;
}
.ent_m014_tcr_v1 .sort .sbHolder .sbToggle.sbToggleOpen {
  background-position: -355px -88px;
}
.ent_m014_tcr_v1 .sort .sbHolder .sbSelector {
  color: #999999;
}
.ent_m014_tcr_v1 .sort .sbHolder .sbOptions {
  overflow: hidden !important;
}
.ent_m014_tcr_v1 .sort .sbHolder .sbOptions li {
  width: 100%;
}
.ent_m014_tcr_v1 .collectionHeader.tabbed {
  overflow: visible;
}
.ent_m014_tcr_v1 .collectionHeader.tabbed:after {
  clear: both;
  content: "";
  display: block;
  height: 0;
  visibility: hidden;
}
*:first-child + html .ent_m014_tcr_v1 .collectionHeader.tabbed {
  display: block;
  min-height: 0;
}
.ent_m016_tcr_v1 {
  max-width: 1200px;
  padding: 30px 0;
  margin: 0 auto;
}
.ent_m016_tcr_v1 .header {
  margin: 0em 0em 0.3em 0em;
}
.ent_m016_tcr_v1 .subhead {
  font-size: 0.875em;
  color: #ffffff;
  text-transform: uppercase;
  border-bottom: 0;
}
.ent_m016_tcr_v1 .title {
  text-transform: uppercase;
}
.ent_m016_tcr_v1 .person {
  display: block;
  padding: 10px 10px 10px 0;
  text-decoration: none;
}
.ent_m016_tcr_v1 .date_context {
  font-size: 0.875em;
  font-family: 'BrandonGrotesque-Black', Helvetica, Arial, sans-serif;
  color: #999999;
  text-transform: uppercase;
}
.ent_m016_tcr_v1 .date_context .day {
  color: #ea4242;
}
.ent_m016_tcr_v1 .name {
  font-size: 1.25em;
  font-family: 'BrandonTextBold', Helvetica, Arial, sans-serif;
  color: #ffffff;
}
.ent_m016_tcr_v1 .bio {
  font-size: 1em;
  font-family: 'BrandonTextMedium', Helvetica, Arial, sans-serif;
  line-height: 1.25;
  color: #999999;
}
.ent_m016_tcr_v1 .repeat {
  font-family: 'BrandonTextMedium', Helvetica, Arial, sans-serif;
  line-height: 1.6em;
  color: #b1b2b6;
  text-transform: capitalize;
}
@media screen and (max-width: 48em) {
  .ent_m016_tcr_v1 {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
.ent_m016_tcr_v1 .collectionHeader .subhead {
  padding: 0 0 7px 10px;
}
.ent_m016_tcr_v1 .m_hscroll div ul li {
  max-width: 180px;
}
.ent_m016_tcr_v1 .title {
  margin-bottom: 24px;
  padding-left: 10px;
  border: 0;
  font-size: 2.125em;
  font-family: 'BrandonGrotesque-Black', Helvetica, Arial, sans-serif;
  color: #ffffff;
  line-height: 1.125em;
}
.ent_m016_tcr_v1 .title .bracers {
  color: #aaaaaa;
}
@media (max-width: 30em) {
  .ent_m016_tcr_v1 .title {
    font-size: 1.3125em;
    line-height: 114.28571429%;
  }
}
.ent_m016_tcr_v1 .person {
  padding: 0;
}
.ent_m016_tcr_v1 .person:hover .name {
  color: #ea4242;
}
.ent_m016_tcr_v1 .person_details,
.ent_m016_tcr_v1 .person_details > div {
  float: none;
  margin: 0;
  overflow: visible;
}
.ent_m016_tcr_v1 .person_details {
  padding-top: 12px;
  line-height: 1.125em;
}
@media screen and (max-width: 48em) {
  .ent_m016_tcr_v1 .person_details {
    padding-bottom: 10px;
  }
}
.ent_m016_tcr_v1 .person_details .date_context {
  margin-bottom: 8px;
}
.ent_m016_tcr_v1 .person_details .name {
  margin-bottom: 8px;
}
.ent_m016_tcr_v1 .module_content {
  width: auto;
}
.ent_m016_tcr_v1 .m_hscroll {
  padding-top: 0;
}
@media screen and (max-width: 30em) {
  .ent_m016_tcr_v1 .collectionHeader .subhead,
  .ent_m016_tcr_v1 .title,
  .ent_m016_tcr_v1 .carouselWrapper {
    padding-left: 0;
    padding-right: 0;
  }
}
@media screen and (min-width: 48em) and (max-width: 1240px) {
  .ent_m016_tcr_v1 {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (max-width: 47.938em) {
  .ent_m016_tcr_v1 {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.ent_m017_tcr_v1 {
  padding: 0% 3.33333333% 0% 3.33333333%;
  padding-top: 1.875em;
  padding-bottom: 0.75em;
  padding: 4.16666667% 3.33333333% 1% 3.33333333%;
  min-height: 670px;
  /* share overrides, refer player_share_v1.less */
}
@media (max-width: 47.938em) {
  .ent_m017_tcr_v1 {
    padding: 1.875em 0.9375em 0.75em 0.9375em;
  }
}
.ent_m017_tcr_v1 .meta,
.ent_m017_tcr_v1 .meta_info {
  max-width: 1200px;
  margin: 0 auto;
}
.ent_m017_tcr_v1 .videoPlayer,
.ent_m017_tcr_v1 .player_holder {
  position: relative;
  max-width: 960px;
  margin: 0 auto;
  outline: 2px solid #41383b;
}
.ent_m017_tcr_v1 .videoPlayer iframe,
.ent_m017_tcr_v1 .player_holder iframe,
.ent_m017_tcr_v1 .videoPlayer object,
.ent_m017_tcr_v1 .player_holder object,
.ent_m017_tcr_v1 .videoPlayer embed,
.ent_m017_tcr_v1 .player_holder embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media (min-width: 15em) and (max-width: 19.938em) {
  .ent_m017_tcr_v1 .videoPlayer,
  .ent_m017_tcr_v1 .player_holder {
    background-size: 230px;
  }
}
@media (min-width: 20em) and (max-width: 29.938em) {
  .ent_m017_tcr_v1 .videoPlayer,
  .ent_m017_tcr_v1 .player_holder {
    background-size: 300px;
  }
}
@media (min-width: 64em) {
  .ent_m017_tcr_v1 .videoPlayer,
  .ent_m017_tcr_v1 .player_holder {
    width: 960px;
    height: 540px;
  }
}
@media (max-width: 63.938em) {
  .ent_m017_tcr_v1 .video_player,
  .ent_m017_tcr_v1 .player_holder {
    position: relative;
    height: 0;
    padding-bottom: 56.25%;
  }
}
.ent_m017_tcr_v1 .meta,
.ent_m017_tcr_v1 .meta_info {
  margin: 0 auto;
}
.ent_m017_tcr_v1 .meta h1,
.ent_m017_tcr_v1 .meta_info h1 {
  margin: 0;
  cursor: pointer;
}
.ent_m017_tcr_v1 .meta .info,
.ent_m017_tcr_v1 .meta_info .info {
  margin: 0% 0% 1.66666667% 0%;
  clear: both;
  display: none;
}
.ent_m017_tcr_v1 .meta .info.show,
.ent_m017_tcr_v1 .meta_info .info.show {
  display: block;
}
.ent_m017_tcr_v1 .meta .info .tags a,
.ent_m017_tcr_v1 .meta_info .info .tags a,
.ent_m017_tcr_v1 .meta .info .tags .tag,
.ent_m017_tcr_v1 .meta_info .info .tags .tag {
  color: #cccccc;
  text-decoration: none;
}
.ent_m017_tcr_v1 .meta .info .tags a:hover,
.ent_m017_tcr_v1 .meta_info .info .tags a:hover,
.ent_m017_tcr_v1 .meta .info .tags .tag:hover,
.ent_m017_tcr_v1 .meta_info .info .tags .tag:hover {
  color: #f9f9f9;
}
.ent_m017_tcr_v1 .meta .info ul li,
.ent_m017_tcr_v1 .meta_info .info ul li {
  display: inline-block;
}
.ent_m017_tcr_v1 .meta.show_info .info,
.ent_m017_tcr_v1 .meta_info.show_info .info {
  display: block;
}
.ent_m017_tcr_v1 .share_wrap,
.ent_m017_tcr_v1 .share_wrapper {
  padding: 0.83333333% 0% 0% 0%;
  margin: 0;
  width: 100%;
}
@media screen and (max-width: 47.938em) {
  .ent_m017_tcr_v1 .share_wrap li,
  .ent_m017_tcr_v1 .share_wrapper li {
    margin: 10px 25px 0 0;
  }
}
.ent_m017_tcr_v1 #shareMarkup {
  display: none;
}
.ent_m017_tcr_v1 a {
  font-family: 'BrandonTextMedium', Helvetica, Arial, sans-serif;
  color: #0090dc;
}
.ent_m017_tcr_v1 a:hover {
  color: #3cb9d5;
}
.ent_m017_tcr_v1 .videoPlayer {
  overflow: hidden;
}
.ent_m017_tcr_v1 .videoPlayer > div {
  height: 100%;
}
.ent_m017_tcr_v1 .videoPlayer,
.ent_m017_tcr_v1 .player_holder,
.ent_m017_tcr_v1 .meta_info,
.ent_m017_tcr_v1 .share_wrapper {
  max-width: 960px;
  margin: 0 auto;
}
.ent_m017_tcr_v1 .videoPlayer {
  position: relative;
}
.ent_m017_tcr_v1 .videoPlayer .error-slate {
  position: absolute;
  width: 100%;
  height: 100%;
}
.ent_m017_tcr_v1 .slate_holder {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.ent_m017_tcr_v1 .slate_holder,
.ent_m017_tcr_v1 .error-slate {
  background: #342e30;
}
.ent_m017_tcr_v1 .error-slate,
.ent_m017_tcr_v1 .slate_content {
  height: auto;
  padding: 71px 21% 70px 57px;
  min-height: 164px;
}
.ent_m017_tcr_v1 .error-slate h3,
.ent_m017_tcr_v1 .slate_content h3,
.ent_m017_tcr_v1 .error-slate .slate_headline,
.ent_m017_tcr_v1 .slate_content .slate_headline {
  border: 0;
  margin: 0;
  padding-bottom: 0.35em;
  font-size: 45px;
  font-family: 'BrandonGrotesque-Black', Helvetica, Arial, sans-serif;
  color: #f54444;
  text-transform: uppercase;
}
.ent_m017_tcr_v1 .error-slate p,
.ent_m017_tcr_v1 .slate_content p,
.ent_m017_tcr_v1 .error-slate .slate_description,
.ent_m017_tcr_v1 .slate_content .slate_description {
  font-size: 26px;
  color: #ffffff;
}
@media screen and (max-width: 48em) {
  .ent_m017_tcr_v1 .error-slate,
  .ent_m017_tcr_v1 .slate_content {
    padding-top: 50px;
    padding-left: 43px;
  }
  .ent_m017_tcr_v1 .error-slate h3,
  .ent_m017_tcr_v1 .slate_content h3,
  .ent_m017_tcr_v1 .error-slate .slate_headline,
  .ent_m017_tcr_v1 .slate_content .slate_headline {
    font-size: 32px;
  }
  .ent_m017_tcr_v1 .error-slate p,
  .ent_m017_tcr_v1 .slate_content p,
  .ent_m017_tcr_v1 .error-slate .slate_description,
  .ent_m017_tcr_v1 .slate_content .slate_description {
    font-size: 20px;
  }
}
@media screen and (max-width: 35em) {
  .ent_m017_tcr_v1 .error-slate,
  .ent_m017_tcr_v1 .slate_content {
    padding-top: 50px;
    padding-left: 30px;
  }
  .ent_m017_tcr_v1 .error-slate h3,
  .ent_m017_tcr_v1 .slate_content h3,
  .ent_m017_tcr_v1 .error-slate .slate_headline,
  .ent_m017_tcr_v1 .slate_content .slate_headline {
    font-size: 25px;
  }
  .ent_m017_tcr_v1 .error-slate p,
  .ent_m017_tcr_v1 .slate_content p,
  .ent_m017_tcr_v1 .error-slate .slate_description,
  .ent_m017_tcr_v1 .slate_content .slate_description {
    font-size: 16px;
  }
}
@media screen and (max-width: 30em) {
  .ent_m017_tcr_v1 .error-slate,
  .ent_m017_tcr_v1 .slate_content {
    padding-right: 12%;
  }
  .ent_m017_tcr_v1 .error-slate h3,
  .ent_m017_tcr_v1 .slate_content h3,
  .ent_m017_tcr_v1 .error-slate .slate_headline,
  .ent_m017_tcr_v1 .slate_content .slate_headline {
    font-size: 21px;
  }
  .ent_m017_tcr_v1 .error-slate p,
  .ent_m017_tcr_v1 .slate_content p,
  .ent_m017_tcr_v1 .error-slate .slate_description,
  .ent_m017_tcr_v1 .slate_content .slate_description {
    font-size: 13px;
  }
}
@media screen and (max-width: 25em) {
  .ent_m017_tcr_v1 .error-slate,
  .ent_m017_tcr_v1 .slate_content {
    padding-top: 30px;
  }
}
@media screen and (max-width: 22.5em) {
  .ent_m017_tcr_v1 .error-slate,
  .ent_m017_tcr_v1 .slate_content {
    padding-top: 20px;
    padding-left: 15px;
    padding-bottom: 20px;
  }
  .ent_m017_tcr_v1 .error-slate h3,
  .ent_m017_tcr_v1 .slate_content h3,
  .ent_m017_tcr_v1 .error-slate .slate_headline,
  .ent_m017_tcr_v1 .slate_content .slate_headline {
    font-size: 16px;
  }
}
.ent_m017_tcr_v1 .not_available {
  background: url('http://1.images.colbertnation.com/images/shows/colbert_report/CR_videonotavailable_960x540.gif') no-repeat;
  max-width: 960px;
  min-height: 540px;
  background-size: cover;
  overflow: hidden;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  /*padding:60px 40px;*/
}
.ent_m017_tcr_v1 .not_available .message {
  text-indent: -20000px;
}
@media screen and (max-width: 63.938em) {
  .ent_m017_tcr_v1 .not_available {
    min-height: 405px;
  }
}
@media screen and (min-width: 15em) and (max-width: 47.938em) {
  .ent_m017_tcr_v1 .not_available {
    min-height: 270px;
  }
}
@media screen and (max-width: 428px) {
  .ent_m017_tcr_v1 .not_available {
    min-height: 200px;
  }
}
.ent_m017_tcr_v1 .not_available h2 {
  color: #3479a5;
  text-transform: uppercase;
  font-family: 'BrandonTextBold', Helvetica, Arial, sans-serif;
  font-size: 2.5em;
}
.ent_m017_tcr_v1 .not_available p {
  color: #ffffff;
  font-family: 'BrandonTextMedium', Helvetica, Arial, sans-serif;
  font-size: 1.25em;
}
@media screen and (max-width: 63.938em) {
  .ent_m017_tcr_v1 {
    min-height: 400px;
  }
  .ent_m017_tcr_v1 iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}
@media screen and (min-width: 15em) and (max-width: 47.938em) {
  .ent_m017_tcr_v1 {
    min-height: 200px;
  }
}
.ent_m017_tcr_v1 .meta,
.ent_m017_tcr_v1 .meta_info {
  font-size: 1.0625em;
  font-family: 'BrandonTextMedium', Helvetica, Arial, sans-serif;
  max-width: 960px;
}
.ent_m017_tcr_v1 .meta:after,
.ent_m017_tcr_v1 .meta_info:after {
  clear: both;
  content: "";
  display: block;
  height: 0;
  visibility: hidden;
}
*:first-child + html .ent_m017_tcr_v1 .meta,
*:first-child + html .ent_m017_tcr_v1 .meta_info {
  display: block;
  min-height: 0;
}
.ent_m017_tcr_v1 .meta h1,
.ent_m017_tcr_v1 .meta_info h1,
.ent_m017_tcr_v1 .meta h2,
.ent_m017_tcr_v1 .meta_info h2 {
  padding: 0.55882353em 0em 0.55882353em 0em;
  font-size: 2em;
  position: relative;
  color: #fefefe;
}
@media screen and (max-width: 48em) {
  .ent_m017_tcr_v1 .meta h1,
  .ent_m017_tcr_v1 .meta_info h1,
  .ent_m017_tcr_v1 .meta h2,
  .ent_m017_tcr_v1 .meta_info h2 {
    font-size: 1.11764706em;
  }
}
.ent_m017_tcr_v1 .meta h1 .arrow,
.ent_m017_tcr_v1 .meta_info h1 .arrow,
.ent_m017_tcr_v1 .meta h2 .arrow,
.ent_m017_tcr_v1 .meta_info h2 .arrow,
.ent_m017_tcr_v1 .meta .video_title:after,
.ent_m017_tcr_v1 .meta_info .video_title:after {
  background: url('/sitewide/images/sprites/cr_site2013_sprite.png') no-repeat -284px -202px;
  display: inline-block;
  position: absolute;
  bottom: 22px;
  width: 29px;
  height: 29px;
  margin: 0em 0em 0em 0.46875em;
}
@media screen and (max-width: 48em) {
  .ent_m017_tcr_v1 .meta h1 .arrow,
  .ent_m017_tcr_v1 .meta_info h1 .arrow,
  .ent_m017_tcr_v1 .meta h2 .arrow,
  .ent_m017_tcr_v1 .meta_info h2 .arrow,
  .ent_m017_tcr_v1 .meta .video_title:after,
  .ent_m017_tcr_v1 .meta_info .video_title:after {
    top: 50%;
    margin-top: -12px;
  }
}
@media screen and (max-width: 30em) {
  .ent_m017_tcr_v1 .meta h1 .arrow,
  .ent_m017_tcr_v1 .meta_info h1 .arrow,
  .ent_m017_tcr_v1 .meta h2 .arrow,
  .ent_m017_tcr_v1 .meta_info h2 .arrow,
  .ent_m017_tcr_v1 .meta .video_title:after,
  .ent_m017_tcr_v1 .meta_info .video_title:after {
    right: 0;
  }
}
@media screen and (max-width: 30em) {
  .ent_m017_tcr_v1 .meta h1,
  .ent_m017_tcr_v1 .meta_info h1,
  .ent_m017_tcr_v1 .meta h2,
  .ent_m017_tcr_v1 .meta_info h2,
  .ent_m017_tcr_v1 .meta .video_title,
  .ent_m017_tcr_v1 .meta_info .video_title {
    padding-right: 35px;
  }
}
.ent_m017_tcr_v1 .meta h1:hover .arrow,
.ent_m017_tcr_v1 .meta_info h1:hover .arrow,
.ent_m017_tcr_v1 .meta h2:hover .arrow,
.ent_m017_tcr_v1 .meta_info h2:hover .arrow,
.ent_m017_tcr_v1 .meta .video_title:hover:after,
.ent_m017_tcr_v1 .meta_info .video_title:hover:after {
  background-position: -284px -238px;
}
.ent_m017_tcr_v1 .meta .video_title:after,
.ent_m017_tcr_v1 .meta_info .video_title:after {
  content: "";
}
.ent_m017_tcr_v1 .meta h1 + .info.show,
.ent_m017_tcr_v1 .meta_info h1 + .info.show {
  margin-top: -11px;
}
@media screen and (max-width: 64em) {
  .ent_m017_tcr_v1 .meta h1 + .info.show,
  .ent_m017_tcr_v1 .meta_info h1 + .info.show {
    margin-top: 0;
  }
}
.ent_m017_tcr_v1 .meta .video_description,
.ent_m017_tcr_v1 .meta_info .video_description {
  margin: 0;
  padding: 0;
}
.ent_m017_tcr_v1 .meta .description,
.ent_m017_tcr_v1 .meta_info .description,
.ent_m017_tcr_v1 .meta .video_description,
.ent_m017_tcr_v1 .meta_info .video_description {
  margin-top: 2%;
  font-size: 1em;
  color: #dedede;
}
@media screen and (min-width: 64em) and (max-width: 74.9375em) {
  .ent_m017_tcr_v1 .meta .description,
  .ent_m017_tcr_v1 .meta_info .description,
  .ent_m017_tcr_v1 .meta .video_description,
  .ent_m017_tcr_v1 .meta_info .video_description {
    font-size: 1.11764706em;
  }
}
@media screen and (min-width: 75em) {
  .ent_m017_tcr_v1 .meta .description,
  .ent_m017_tcr_v1 .meta_info .description,
  .ent_m017_tcr_v1 .meta .video_description,
  .ent_m017_tcr_v1 .meta_info .video_description {
    font-size: 1.23529412em;
  }
}
.ent_m017_tcr_v1 .meta .info .tags,
.ent_m017_tcr_v1 .meta_info .tags {
  margin-top: 1.5%;
}
.ent_m017_tcr_v1 .meta .info .tags a,
.ent_m017_tcr_v1 .meta_info .tags a,
.ent_m017_tcr_v1 .meta .info .tags .tag,
.ent_m017_tcr_v1 .meta_info .tags .tag {
  color: #0090dc;
}
.ent_m017_tcr_v1 .meta .info .tags a:hover,
.ent_m017_tcr_v1 .meta_info .tags a:hover,
.ent_m017_tcr_v1 .meta .info .tags .tag:hover,
.ent_m017_tcr_v1 .meta_info .tags .tag:hover {
  color: #ea4242;
}
.ent_m017_tcr_v1 .info {
  margin-bottom: 25px;
}
.ent_m017_tcr_v1 .info,
.ent_m017_tcr_v1 .tags,
.ent_m017_tcr_v1 .air_date,
.ent_m017_tcr_v1 .views_count {
  color: #827e7d;
}
.ent_m017_tcr_v1 .meta_info .tags,
.ent_m017_tcr_v1 .meta_info .air_date,
.ent_m017_tcr_v1 .meta_info .views_count,
.ent_m017_tcr_v1 .meta_info .video_description {
  display: none;
}
.ent_m017_tcr_v1 .meta_info.show_info {
  padding-bottom: 25px;
}
.ent_m017_tcr_v1 .meta_info.show_info .watch_btn {
  margin: 25px 0 0;
}
.ent_m017_tcr_v1 .meta_info.show_info .tags,
.ent_m017_tcr_v1 .meta_info.show_info .video_description {
  display: block;
}
.ent_m017_tcr_v1 .meta_info.show_info .air_date,
.ent_m017_tcr_v1 .meta_info.show_info .views_count {
  display: inline-block;
}
.ent_m017_tcr_v1 .air_date + .views_count:before {
  content: "|";
  margin: 0 5px;
}
.ent_m017_tcr_v1 .airdate {
  display: inline-block;
  vertical-align: middle;
}
.ent_m017_tcr_v1 .airdate + .views {
  display: inline-block;
  vertical-align: middle;
  overflow: hidden;
  margin-left: 18px;
  text-indent: -5px;
}
.ent_m017_tcr_v1 .airdate + .views:before {
  content: '|';
  position: absolute;
}
.ent_m017_tcr_v1 .share_wrap,
.ent_m017_tcr_v1 .share_wrapper {
  padding: 1.125em 0.5625em 0em 0em;
  position: relative;
}
.ent_m017_tcr_v1 .share_wrap:after,
.ent_m017_tcr_v1 .share_wrapper:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: -moz-linear-gradient(left, #731821 75%, rgba(115, 24, 33, 0) 100%);
  background: -webkit-gradient(linear, left top, right top, color-stop(75%, #731821), color-stop(100%, rgba(115, 24, 33, 0)));
  background: -webkit-linear-gradient(left, #731821 75%, rgba(115, 24, 33, 0) 100%);
  background: -o-linear-gradient(left, #731821 75%, rgba(115, 24, 33, 0) 100%);
  background: -ms-linear-gradient(left, #731821 75%, rgba(115, 24, 33, 0) 100%);
  background: linear-gradient(to right, #731821 75%, rgba(115, 24, 33, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#731821, endColorstr=#731821, GradientType=1);
}
.ent_m017_tcr_v1 .share_wrap:after,
.ent_m017_tcr_v1 .share_wrapper:after {
  top: 0;
  bottom: auto;
}
.ent_m017_tcr_v1 .share_wrap .shareFBLike .facebookLike,
.ent_m017_tcr_v1 .share_wrapper .shareFBLike .facebookLike {
  position: relative;
  top: -2px;
  margin: 0;
}
.ent_m017_tcr_v1 .share_wrap .shareFBLike .facebookLike > div,
.ent_m017_tcr_v1 .share_wrapper .shareFBLike .facebookLike > div {
  margin: 0;
}
@media screen and (max-width: 55em) {
  .ent_m017_tcr_v1 .share_wrap .comments_wrap .comments,
  .ent_m017_tcr_v1 .share_wrapper .comments_wrap .comments,
  .ent_m017_tcr_v1 .share_wrap .comments_btn .comments_count,
  .ent_m017_tcr_v1 .share_wrapper .comments_btn .comments_count {
    min-width: 20px;
  }
  .ent_m017_tcr_v1 .share_wrap .comments_wrap .comments:before,
  .ent_m017_tcr_v1 .share_wrapper .comments_wrap .comments:before,
  .ent_m017_tcr_v1 .share_wrap .comments_btn .comments_count:before,
  .ent_m017_tcr_v1 .share_wrapper .comments_btn .comments_count:before {
    content: "";
  }
}
@media screen and (max-width: 48em) {
  .ent_m017_tcr_v1 .share_wrap,
  .ent_m017_tcr_v1 .share_wrapper {
    padding: 0.625em 0.5625em 0.5625em 0em;
  }
}
.ent_m017_tcr_v1 .share_wrap .flux4 .share li > div,
.ent_m017_tcr_v1 .share_wrapper .flux4 .share li > div,
.ent_m017_tcr_v1 .share_wrap .flux4 .share li .screen_reader_text,
.ent_m017_tcr_v1 .share_wrapper .flux4 .share li .screen_reader_text {
  margin-top: -2px;
  font-size: 1.33333333em;
  letter-spacing: 0.5px;
}
.ent_m017_tcr_v1 .share_wrap .flux4 .share li > div.facebookLike,
.ent_m017_tcr_v1 .share_wrapper .flux4 .share li > div.facebookLike,
.ent_m017_tcr_v1 .share_wrap .flux4 .share li .screen_reader_text.facebookLike,
.ent_m017_tcr_v1 .share_wrapper .flux4 .share li .screen_reader_text.facebookLike {
  margin-top: 2px;
}
.ent_m017_tcr_v1 .share_wrap iframe,
.ent_m017_tcr_v1 .share_wrapper iframe {
  positon: relative !important;
  z-index: 4000001;
}
@media screen and (max-width: 47.938em) {
  .ent_m017_tcr_v1 .share_wrap li,
  .ent_m017_tcr_v1 .share_wrapper li {
    margin-right: 23px;
  }
}
.ent_m017_tcr_v1 .full_episode,
.ent_m017_tcr_v1 .watch_btn {
  padding: 0em 1.35em 0em 0.45em;
  background: #d52b2b;
  float: left;
  height: 32px;
  margin: 0 0 30px;
  line-height: 32px;
  text-decoration: none;
  color: #ffffff;
  font-size: 18px;
  position: relative;
  text-transform: uppercase;
}
.ent_m017_tcr_v1 .full_episode:hover,
.ent_m017_tcr_v1 .watch_btn:hover {
  background: #f54444;
  color: #ffffff;
}
@media (max-width: 30em) {
  .ent_m017_tcr_v1 .full_episode,
  .ent_m017_tcr_v1 .watch_btn {
    display: none;
  }
}
.ent_m017_tcr_v1 .full_episode .arrow,
.ent_m017_tcr_v1 .watch_btn:after {
  width: 0;
  height: 0;
  border-top: 16px solid transparent;
  border-bottom: 16px solid transparent;
  border-left: 16px solid #d52b2b;
  position: absolute;
  top: 0;
  right: -16px;
  color: #ffffff;
}
.ent_m017_tcr_v1 .full_episode:hover .arrow,
.ent_m017_tcr_v1 .watch_btn:hover:after {
  border-left: 16px solid #f54444;
}
.ent_m017_tcr_v1 .watch_btn:after {
  content: "";
}
.ent_m017_tcr_v3 {
  padding: 0% 3.33333333% 0% 3.33333333%;
  padding-top: 1.875em;
  padding-bottom: 0.75em;
  padding: 4.16666667% 3.33333333% 1% 3.33333333%;
  min-height: 670px;
  /* share overrides, refer player_share_v1.less */
}
@media (max-width: 47.938em) {
  .ent_m017_tcr_v3 {
    padding: 1.875em 0.9375em 0.75em 0.9375em;
  }
}
.ent_m017_tcr_v3 .meta,
.ent_m017_tcr_v3 .meta_info {
  max-width: 1200px;
  margin: 0 auto;
}
.ent_m017_tcr_v3 .videoPlayer,
.ent_m017_tcr_v3 .player_holder {
  position: relative;
  max-width: 960px;
  margin: 0 auto;
  outline: 2px solid #41383b;
}
.ent_m017_tcr_v3 .videoPlayer iframe,
.ent_m017_tcr_v3 .player_holder iframe,
.ent_m017_tcr_v3 .videoPlayer object,
.ent_m017_tcr_v3 .player_holder object,
.ent_m017_tcr_v3 .videoPlayer embed,
.ent_m017_tcr_v3 .player_holder embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media (min-width: 15em) and (max-width: 19.938em) {
  .ent_m017_tcr_v3 .videoPlayer,
  .ent_m017_tcr_v3 .player_holder {
    background-size: 230px;
  }
}
@media (min-width: 20em) and (max-width: 29.938em) {
  .ent_m017_tcr_v3 .videoPlayer,
  .ent_m017_tcr_v3 .player_holder {
    background-size: 300px;
  }
}
@media (min-width: 64em) {
  .ent_m017_tcr_v3 .videoPlayer,
  .ent_m017_tcr_v3 .player_holder {
    width: 960px;
    height: 540px;
  }
}
@media (max-width: 63.938em) {
  .ent_m017_tcr_v3 .video_player,
  .ent_m017_tcr_v3 .player_holder {
    position: relative;
    height: 0;
    padding-bottom: 56.25%;
  }
}
.ent_m017_tcr_v3 .meta,
.ent_m017_tcr_v3 .meta_info {
  margin: 0 auto;
}
.ent_m017_tcr_v3 .meta h1,
.ent_m017_tcr_v3 .meta_info h1 {
  margin: 0;
  cursor: pointer;
}
.ent_m017_tcr_v3 .meta .info,
.ent_m017_tcr_v3 .meta_info .info {
  margin: 0% 0% 1.66666667% 0%;
  clear: both;
  display: none;
}
.ent_m017_tcr_v3 .meta .info.show,
.ent_m017_tcr_v3 .meta_info .info.show {
  display: block;
}
.ent_m017_tcr_v3 .meta .info .tags a,
.ent_m017_tcr_v3 .meta_info .info .tags a,
.ent_m017_tcr_v3 .meta .info .tags .tag,
.ent_m017_tcr_v3 .meta_info .info .tags .tag {
  color: #cccccc;
  text-decoration: none;
}
.ent_m017_tcr_v3 .meta .info .tags a:hover,
.ent_m017_tcr_v3 .meta_info .info .tags a:hover,
.ent_m017_tcr_v3 .meta .info .tags .tag:hover,
.ent_m017_tcr_v3 .meta_info .info .tags .tag:hover {
  color: #f9f9f9;
}
.ent_m017_tcr_v3 .meta .info ul li,
.ent_m017_tcr_v3 .meta_info .info ul li {
  display: inline-block;
}
.ent_m017_tcr_v3 .meta.show_info .info,
.ent_m017_tcr_v3 .meta_info.show_info .info {
  display: block;
}
.ent_m017_tcr_v3 .share_wrap,
.ent_m017_tcr_v3 .share_wrapper {
  padding: 0.83333333% 0% 0% 0%;
  margin: 0;
  width: 100%;
}
@media screen and (max-width: 47.938em) {
  .ent_m017_tcr_v3 .share_wrap li,
  .ent_m017_tcr_v3 .share_wrapper li {
    margin: 10px 25px 0 0;
  }
}
.ent_m017_tcr_v3 #shareMarkup {
  display: none;
}
.ent_m017_tcr_v3 a {
  font-family: 'BrandonTextMedium', Helvetica, Arial, sans-serif;
  color: #0090dc;
}
.ent_m017_tcr_v3 a:hover {
  color: #3cb9d5;
}
.ent_m017_tcr_v3 .videoPlayer {
  overflow: hidden;
}
.ent_m017_tcr_v3 .videoPlayer > div {
  height: 100%;
}
.ent_m017_tcr_v3 .videoPlayer,
.ent_m017_tcr_v3 .player_holder,
.ent_m017_tcr_v3 .meta_info,
.ent_m017_tcr_v3 .share_wrapper {
  max-width: 960px;
  margin: 0 auto;
}
.ent_m017_tcr_v3 .videoPlayer {
  position: relative;
}
.ent_m017_tcr_v3 .videoPlayer .error-slate {
  position: absolute;
  width: 100%;
  height: 100%;
}
.ent_m017_tcr_v3 .slate_holder {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.ent_m017_tcr_v3 .slate_holder,
.ent_m017_tcr_v3 .error-slate {
  background: #342e30;
}
.ent_m017_tcr_v3 .error-slate,
.ent_m017_tcr_v3 .slate_content {
  height: auto;
  padding: 71px 21% 70px 57px;
  min-height: 164px;
}
.ent_m017_tcr_v3 .error-slate h3,
.ent_m017_tcr_v3 .slate_content h3,
.ent_m017_tcr_v3 .error-slate .slate_headline,
.ent_m017_tcr_v3 .slate_content .slate_headline {
  border: 0;
  margin: 0;
  padding-bottom: 0.35em;
  font-size: 45px;
  font-family: 'BrandonGrotesque-Black', Helvetica, Arial, sans-serif;
  color: #f54444;
  text-transform: uppercase;
}
.ent_m017_tcr_v3 .error-slate p,
.ent_m017_tcr_v3 .slate_content p,
.ent_m017_tcr_v3 .error-slate .slate_description,
.ent_m017_tcr_v3 .slate_content .slate_description {
  font-size: 26px;
  color: #ffffff;
}
@media screen and (max-width: 48em) {
  .ent_m017_tcr_v3 .error-slate,
  .ent_m017_tcr_v3 .slate_content {
    padding-top: 50px;
    padding-left: 43px;
  }
  .ent_m017_tcr_v3 .error-slate h3,
  .ent_m017_tcr_v3 .slate_content h3,
  .ent_m017_tcr_v3 .error-slate .slate_headline,
  .ent_m017_tcr_v3 .slate_content .slate_headline {
    font-size: 32px;
  }
  .ent_m017_tcr_v3 .error-slate p,
  .ent_m017_tcr_v3 .slate_content p,
  .ent_m017_tcr_v3 .error-slate .slate_description,
  .ent_m017_tcr_v3 .slate_content .slate_description {
    font-size: 20px;
  }
}
@media screen and (max-width: 35em) {
  .ent_m017_tcr_v3 .error-slate,
  .ent_m017_tcr_v3 .slate_content {
    padding-top: 50px;
    padding-left: 30px;
  }
  .ent_m017_tcr_v3 .error-slate h3,
  .ent_m017_tcr_v3 .slate_content h3,
  .ent_m017_tcr_v3 .error-slate .slate_headline,
  .ent_m017_tcr_v3 .slate_content .slate_headline {
    font-size: 25px;
  }
  .ent_m017_tcr_v3 .error-slate p,
  .ent_m017_tcr_v3 .slate_content p,
  .ent_m017_tcr_v3 .error-slate .slate_description,
  .ent_m017_tcr_v3 .slate_content .slate_description {
    font-size: 16px;
  }
}
@media screen and (max-width: 30em) {
  .ent_m017_tcr_v3 .error-slate,
  .ent_m017_tcr_v3 .slate_content {
    padding-right: 12%;
  }
  .ent_m017_tcr_v3 .error-slate h3,
  .ent_m017_tcr_v3 .slate_content h3,
  .ent_m017_tcr_v3 .error-slate .slate_headline,
  .ent_m017_tcr_v3 .slate_content .slate_headline {
    font-size: 21px;
  }
  .ent_m017_tcr_v3 .error-slate p,
  .ent_m017_tcr_v3 .slate_content p,
  .ent_m017_tcr_v3 .error-slate .slate_description,
  .ent_m017_tcr_v3 .slate_content .slate_description {
    font-size: 13px;
  }
}
@media screen and (max-width: 25em) {
  .ent_m017_tcr_v3 .error-slate,
  .ent_m017_tcr_v3 .slate_content {
    padding-top: 30px;
  }
}
@media screen and (max-width: 22.5em) {
  .ent_m017_tcr_v3 .error-slate,
  .ent_m017_tcr_v3 .slate_content {
    padding-top: 20px;
    padding-left: 15px;
    padding-bottom: 20px;
  }
  .ent_m017_tcr_v3 .error-slate h3,
  .ent_m017_tcr_v3 .slate_content h3,
  .ent_m017_tcr_v3 .error-slate .slate_headline,
  .ent_m017_tcr_v3 .slate_content .slate_headline {
    font-size: 16px;
  }
}
.ent_m017_tcr_v3 .not_available {
  background: url('http://1.images.colbertnation.com/images/shows/colbert_report/CR_videonotavailable_960x540.gif') no-repeat;
  max-width: 960px;
  min-height: 540px;
  background-size: cover;
  overflow: hidden;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  /*padding:60px 40px;*/
}
.ent_m017_tcr_v3 .not_available .message {
  text-indent: -20000px;
}
@media screen and (max-width: 63.938em) {
  .ent_m017_tcr_v3 .not_available {
    min-height: 405px;
  }
}
@media screen and (min-width: 15em) and (max-width: 47.938em) {
  .ent_m017_tcr_v3 .not_available {
    min-height: 270px;
  }
}
@media screen and (max-width: 428px) {
  .ent_m017_tcr_v3 .not_available {
    min-height: 200px;
  }
}
.ent_m017_tcr_v3 .not_available h2 {
  color: #3479a5;
  text-transform: uppercase;
  font-family: 'BrandonTextBold', Helvetica, Arial, sans-serif;
  font-size: 2.5em;
}
.ent_m017_tcr_v3 .not_available p {
  color: #ffffff;
  font-family: 'BrandonTextMedium', Helvetica, Arial, sans-serif;
  font-size: 1.25em;
}
@media screen and (max-width: 63.938em) {
  .ent_m017_tcr_v3 {
    min-height: 400px;
  }
  .ent_m017_tcr_v3 iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}
@media screen and (min-width: 15em) and (max-width: 47.938em) {
  .ent_m017_tcr_v3 {
    min-height: 200px;
  }
}
.ent_m017_tcr_v3 .meta,
.ent_m017_tcr_v3 .meta_info {
  font-size: 1.0625em;
  font-family: 'BrandonTextMedium', Helvetica, Arial, sans-serif;
  max-width: 960px;
}
.ent_m017_tcr_v3 .meta:after,
.ent_m017_tcr_v3 .meta_info:after {
  clear: both;
  content: "";
  display: block;
  height: 0;
  visibility: hidden;
}
*:first-child + html .ent_m017_tcr_v3 .meta,
*:first-child + html .ent_m017_tcr_v3 .meta_info {
  display: block;
  min-height: 0;
}
.ent_m017_tcr_v3 .meta h1,
.ent_m017_tcr_v3 .meta_info h1,
.ent_m017_tcr_v3 .meta h2,
.ent_m017_tcr_v3 .meta_info h2 {
  padding: 0.55882353em 0em 0.55882353em 0em;
  font-size: 2em;
  position: relative;
  color: #fefefe;
}
@media screen and (max-width: 48em) {
  .ent_m017_tcr_v3 .meta h1,
  .ent_m017_tcr_v3 .meta_info h1,
  .ent_m017_tcr_v3 .meta h2,
  .ent_m017_tcr_v3 .meta_info h2 {
    font-size: 1.11764706em;
  }
}
.ent_m017_tcr_v3 .meta h1 .arrow,
.ent_m017_tcr_v3 .meta_info h1 .arrow,
.ent_m017_tcr_v3 .meta h2 .arrow,
.ent_m017_tcr_v3 .meta_info h2 .arrow,
.ent_m017_tcr_v3 .meta .video_title:after,
.ent_m017_tcr_v3 .meta_info .video_title:after {
  background: url('/sitewide/images/sprites/cr_site2013_sprite.png') no-repeat -284px -202px;
  display: inline-block;
  position: absolute;
  bottom: 22px;
  width: 29px;
  height: 29px;
  margin: 0em 0em 0em 0.46875em;
}
@media screen and (max-width: 48em) {
  .ent_m017_tcr_v3 .meta h1 .arrow,
  .ent_m017_tcr_v3 .meta_info h1 .arrow,
  .ent_m017_tcr_v3 .meta h2 .arrow,
  .ent_m017_tcr_v3 .meta_info h2 .arrow,
  .ent_m017_tcr_v3 .meta .video_title:after,
  .ent_m017_tcr_v3 .meta_info .video_title:after {
    top: 50%;
    margin-top: -12px;
  }
}
@media screen and (max-width: 30em) {
  .ent_m017_tcr_v3 .meta h1 .arrow,
  .ent_m017_tcr_v3 .meta_info h1 .arrow,
  .ent_m017_tcr_v3 .meta h2 .arrow,
  .ent_m017_tcr_v3 .meta_info h2 .arrow,
  .ent_m017_tcr_v3 .meta .video_title:after,
  .ent_m017_tcr_v3 .meta_info .video_title:after {
    right: 0;
  }
}
@media screen and (max-width: 30em) {
  .ent_m017_tcr_v3 .meta h1,
  .ent_m017_tcr_v3 .meta_info h1,
  .ent_m017_tcr_v3 .meta h2,
  .ent_m017_tcr_v3 .meta_info h2,
  .ent_m017_tcr_v3 .meta .video_title,
  .ent_m017_tcr_v3 .meta_info .video_title {
    padding-right: 35px;
  }
}
.ent_m017_tcr_v3 .meta h1:hover .arrow,
.ent_m017_tcr_v3 .meta_info h1:hover .arrow,
.ent_m017_tcr_v3 .meta h2:hover .arrow,
.ent_m017_tcr_v3 .meta_info h2:hover .arrow,
.ent_m017_tcr_v3 .meta .video_title:hover:after,
.ent_m017_tcr_v3 .meta_info .video_title:hover:after {
  background-position: -284px -238px;
}
.ent_m017_tcr_v3 .meta .video_title:after,
.ent_m017_tcr_v3 .meta_info .video_title:after {
  content: "";
}
.ent_m017_tcr_v3 .meta h1 + .info.show,
.ent_m017_tcr_v3 .meta_info h1 + .info.show {
  margin-top: -11px;
}
@media screen and (max-width: 64em) {
  .ent_m017_tcr_v3 .meta h1 + .info.show,
  .ent_m017_tcr_v3 .meta_info h1 + .info.show {
    margin-top: 0;
  }
}
.ent_m017_tcr_v3 .meta .video_description,
.ent_m017_tcr_v3 .meta_info .video_description {
  margin: 0;
  padding: 0;
}
.ent_m017_tcr_v3 .meta .description,
.ent_m017_tcr_v3 .meta_info .description,
.ent_m017_tcr_v3 .meta .video_description,
.ent_m017_tcr_v3 .meta_info .video_description {
  margin-top: 2%;
  font-size: 1em;
  color: #dedede;
}
@media screen and (min-width: 64em) and (max-width: 74.9375em) {
  .ent_m017_tcr_v3 .meta .description,
  .ent_m017_tcr_v3 .meta_info .description,
  .ent_m017_tcr_v3 .meta .video_description,
  .ent_m017_tcr_v3 .meta_info .video_description {
    font-size: 1.11764706em;
  }
}
@media screen and (min-width: 75em) {
  .ent_m017_tcr_v3 .meta .description,
  .ent_m017_tcr_v3 .meta_info .description,
  .ent_m017_tcr_v3 .meta .video_description,
  .ent_m017_tcr_v3 .meta_info .video_description {
    font-size: 1.23529412em;
  }
}
.ent_m017_tcr_v3 .meta .info .tags,
.ent_m017_tcr_v3 .meta_info .tags {
  margin-top: 1.5%;
}
.ent_m017_tcr_v3 .meta .info .tags a,
.ent_m017_tcr_v3 .meta_info .tags a,
.ent_m017_tcr_v3 .meta .info .tags .tag,
.ent_m017_tcr_v3 .meta_info .tags .tag {
  color: #0090dc;
}
.ent_m017_tcr_v3 .meta .info .tags a:hover,
.ent_m017_tcr_v3 .meta_info .tags a:hover,
.ent_m017_tcr_v3 .meta .info .tags .tag:hover,
.ent_m017_tcr_v3 .meta_info .tags .tag:hover {
  color: #ea4242;
}
.ent_m017_tcr_v3 .info {
  margin-bottom: 25px;
}
.ent_m017_tcr_v3 .info,
.ent_m017_tcr_v3 .tags,
.ent_m017_tcr_v3 .air_date,
.ent_m017_tcr_v3 .views_count {
  color: #827e7d;
}
.ent_m017_tcr_v3 .meta_info .tags,
.ent_m017_tcr_v3 .meta_info .air_date,
.ent_m017_tcr_v3 .meta_info .views_count,
.ent_m017_tcr_v3 .meta_info .video_description {
  display: none;
}
.ent_m017_tcr_v3 .meta_info.show_info {
  padding-bottom: 25px;
}
.ent_m017_tcr_v3 .meta_info.show_info .watch_btn {
  margin: 25px 0 0;
}
.ent_m017_tcr_v3 .meta_info.show_info .tags,
.ent_m017_tcr_v3 .meta_info.show_info .video_description {
  display: block;
}
.ent_m017_tcr_v3 .meta_info.show_info .air_date,
.ent_m017_tcr_v3 .meta_info.show_info .views_count {
  display: inline-block;
}
.ent_m017_tcr_v3 .air_date + .views_count:before {
  content: "|";
  margin: 0 5px;
}
.ent_m017_tcr_v3 .airdate {
  display: inline-block;
  vertical-align: middle;
}
.ent_m017_tcr_v3 .airdate + .views {
  display: inline-block;
  vertical-align: middle;
  overflow: hidden;
  margin-left: 18px;
  text-indent: -5px;
}
.ent_m017_tcr_v3 .airdate + .views:before {
  content: '|';
  position: absolute;
}
.ent_m017_tcr_v3 .share_wrap,
.ent_m017_tcr_v3 .share_wrapper {
  padding: 1.125em 0.5625em 0em 0em;
  position: relative;
}
.ent_m017_tcr_v3 .share_wrap:after,
.ent_m017_tcr_v3 .share_wrapper:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: -moz-linear-gradient(left, #731821 75%, rgba(115, 24, 33, 0) 100%);
  background: -webkit-gradient(linear, left top, right top, color-stop(75%, #731821), color-stop(100%, rgba(115, 24, 33, 0)));
  background: -webkit-linear-gradient(left, #731821 75%, rgba(115, 24, 33, 0) 100%);
  background: -o-linear-gradient(left, #731821 75%, rgba(115, 24, 33, 0) 100%);
  background: -ms-linear-gradient(left, #731821 75%, rgba(115, 24, 33, 0) 100%);
  background: linear-gradient(to right, #731821 75%, rgba(115, 24, 33, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#731821, endColorstr=#731821, GradientType=1);
}
.ent_m017_tcr_v3 .share_wrap:after,
.ent_m017_tcr_v3 .share_wrapper:after {
  top: 0;
  bottom: auto;
}
.ent_m017_tcr_v3 .share_wrap .shareFBLike .facebookLike,
.ent_m017_tcr_v3 .share_wrapper .shareFBLike .facebookLike {
  position: relative;
  top: -2px;
  margin: 0;
}
.ent_m017_tcr_v3 .share_wrap .shareFBLike .facebookLike > div,
.ent_m017_tcr_v3 .share_wrapper .shareFBLike .facebookLike > div {
  margin: 0;
}
@media screen and (max-width: 55em) {
  .ent_m017_tcr_v3 .share_wrap .comments_wrap .comments,
  .ent_m017_tcr_v3 .share_wrapper .comments_wrap .comments,
  .ent_m017_tcr_v3 .share_wrap .comments_btn .comments_count,
  .ent_m017_tcr_v3 .share_wrapper .comments_btn .comments_count {
    min-width: 20px;
  }
  .ent_m017_tcr_v3 .share_wrap .comments_wrap .comments:before,
  .ent_m017_tcr_v3 .share_wrapper .comments_wrap .comments:before,
  .ent_m017_tcr_v3 .share_wrap .comments_btn .comments_count:before,
  .ent_m017_tcr_v3 .share_wrapper .comments_btn .comments_count:before {
    content: "";
  }
}
@media screen and (max-width: 48em) {
  .ent_m017_tcr_v3 .share_wrap,
  .ent_m017_tcr_v3 .share_wrapper {
    padding: 0.625em 0.5625em 0.5625em 0em;
  }
}
.ent_m017_tcr_v3 .share_wrap .flux4 .share li > div,
.ent_m017_tcr_v3 .share_wrapper .flux4 .share li > div,
.ent_m017_tcr_v3 .share_wrap .flux4 .share li .screen_reader_text,
.ent_m017_tcr_v3 .share_wrapper .flux4 .share li .screen_reader_text {
  margin-top: -2px;
  font-size: 1.33333333em;
  letter-spacing: 0.5px;
}
.ent_m017_tcr_v3 .share_wrap .flux4 .share li > div.facebookLike,
.ent_m017_tcr_v3 .share_wrapper .flux4 .share li > div.facebookLike,
.ent_m017_tcr_v3 .share_wrap .flux4 .share li .screen_reader_text.facebookLike,
.ent_m017_tcr_v3 .share_wrapper .flux4 .share li .screen_reader_text.facebookLike {
  margin-top: 2px;
}
.ent_m017_tcr_v3 .share_wrap iframe,
.ent_m017_tcr_v3 .share_wrapper iframe {
  positon: relative !important;
  z-index: 4000001;
}
@media screen and (max-width: 47.938em) {
  .ent_m017_tcr_v3 .share_wrap li,
  .ent_m017_tcr_v3 .share_wrapper li {
    margin-right: 23px;
  }
}
.ent_m017_tcr_v3 .full_episode,
.ent_m017_tcr_v3 .watch_btn {
  padding: 0em 1.35em 0em 0.45em;
  background: #d52b2b;
  float: left;
  height: 32px;
  margin: 0 0 30px;
  line-height: 32px;
  text-decoration: none;
  color: #ffffff;
  font-size: 18px;
  position: relative;
  text-transform: uppercase;
}
.ent_m017_tcr_v3 .full_episode:hover,
.ent_m017_tcr_v3 .watch_btn:hover {
  background: #f54444;
  color: #ffffff;
}
@media (max-width: 30em) {
  .ent_m017_tcr_v3 .full_episode,
  .ent_m017_tcr_v3 .watch_btn {
    display: none;
  }
}
.ent_m017_tcr_v3 .full_episode .arrow,
.ent_m017_tcr_v3 .watch_btn:after {
  width: 0;
  height: 0;
  border-top: 16px solid transparent;
  border-bottom: 16px solid transparent;
  border-left: 16px solid #d52b2b;
  position: absolute;
  top: 0;
  right: -16px;
  color: #ffffff;
}
.ent_m017_tcr_v3 .full_episode:hover .arrow,
.ent_m017_tcr_v3 .watch_btn:hover:after {
  border-left: 16px solid #f54444;
}
.ent_m017_tcr_v3 .watch_btn:after {
  content: "";
}
.ent_m018_tcr_v1 {
  padding: 0% 3.33333333% 0% 3.33333333%;
  padding-top: 1.875em;
  padding-bottom: 0.75em;
  padding: 4.16666667% 3.33333333% 1% 3.33333333%;
  min-height: 670px;
  /* share overrides, refer player_share_v1.less */
}
@media (max-width: 47.938em) {
  .ent_m018_tcr_v1 {
    padding: 1.875em 0.9375em 0.75em 0.9375em;
  }
}
.ent_m018_tcr_v1 .meta,
.ent_m018_tcr_v1 .meta_info {
  max-width: 1200px;
  margin: 0 auto;
}
.ent_m018_tcr_v1 .videoPlayer,
.ent_m018_tcr_v1 .player_holder {
  position: relative;
  max-width: 960px;
  margin: 0 auto;
  outline: 2px solid #41383b;
}
.ent_m018_tcr_v1 .videoPlayer iframe,
.ent_m018_tcr_v1 .player_holder iframe,
.ent_m018_tcr_v1 .videoPlayer object,
.ent_m018_tcr_v1 .player_holder object,
.ent_m018_tcr_v1 .videoPlayer embed,
.ent_m018_tcr_v1 .player_holder embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media (min-width: 15em) and (max-width: 19.938em) {
  .ent_m018_tcr_v1 .videoPlayer,
  .ent_m018_tcr_v1 .player_holder {
    background-size: 230px;
  }
}
@media (min-width: 20em) and (max-width: 29.938em) {
  .ent_m018_tcr_v1 .videoPlayer,
  .ent_m018_tcr_v1 .player_holder {
    background-size: 300px;
  }
}
@media (min-width: 64em) {
  .ent_m018_tcr_v1 .videoPlayer,
  .ent_m018_tcr_v1 .player_holder {
    width: 960px;
    height: 540px;
  }
}
@media (max-width: 63.938em) {
  .ent_m018_tcr_v1 .video_player,
  .ent_m018_tcr_v1 .player_holder {
    position: relative;
    height: 0;
    padding-bottom: 56.25%;
  }
}
.ent_m018_tcr_v1 .meta,
.ent_m018_tcr_v1 .meta_info {
  margin: 0 auto;
}
.ent_m018_tcr_v1 .meta h1,
.ent_m018_tcr_v1 .meta_info h1 {
  margin: 0;
  cursor: pointer;
}
.ent_m018_tcr_v1 .meta .info,
.ent_m018_tcr_v1 .meta_info .info {
  margin: 0% 0% 1.66666667% 0%;
  clear: both;
  display: none;
}
.ent_m018_tcr_v1 .meta .info.show,
.ent_m018_tcr_v1 .meta_info .info.show {
  display: block;
}
.ent_m018_tcr_v1 .meta .info .tags a,
.ent_m018_tcr_v1 .meta_info .info .tags a,
.ent_m018_tcr_v1 .meta .info .tags .tag,
.ent_m018_tcr_v1 .meta_info .info .tags .tag {
  color: #cccccc;
  text-decoration: none;
}
.ent_m018_tcr_v1 .meta .info .tags a:hover,
.ent_m018_tcr_v1 .meta_info .info .tags a:hover,
.ent_m018_tcr_v1 .meta .info .tags .tag:hover,
.ent_m018_tcr_v1 .meta_info .info .tags .tag:hover {
  color: #f9f9f9;
}
.ent_m018_tcr_v1 .meta .info ul li,
.ent_m018_tcr_v1 .meta_info .info ul li {
  display: inline-block;
}
.ent_m018_tcr_v1 .meta.show_info .info,
.ent_m018_tcr_v1 .meta_info.show_info .info {
  display: block;
}
.ent_m018_tcr_v1 .share_wrap,
.ent_m018_tcr_v1 .share_wrapper {
  padding: 0.83333333% 0% 0% 0%;
  margin: 0;
  width: 100%;
}
@media screen and (max-width: 47.938em) {
  .ent_m018_tcr_v1 .share_wrap li,
  .ent_m018_tcr_v1 .share_wrapper li {
    margin: 10px 25px 0 0;
  }
}
.ent_m018_tcr_v1 #shareMarkup {
  display: none;
}
.ent_m018_tcr_v1 a {
  font-family: 'BrandonTextMedium', Helvetica, Arial, sans-serif;
  color: #0090dc;
}
.ent_m018_tcr_v1 a:hover {
  color: #3cb9d5;
}
.ent_m018_tcr_v1 .videoPlayer {
  overflow: hidden;
}
.ent_m018_tcr_v1 .videoPlayer > div {
  height: 100%;
}
.ent_m018_tcr_v1 .videoPlayer,
.ent_m018_tcr_v1 .player_holder,
.ent_m018_tcr_v1 .meta_info,
.ent_m018_tcr_v1 .share_wrapper {
  max-width: 960px;
  margin: 0 auto;
}
.ent_m018_tcr_v1 .videoPlayer {
  position: relative;
}
.ent_m018_tcr_v1 .videoPlayer .error-slate {
  position: absolute;
  width: 100%;
  height: 100%;
}
.ent_m018_tcr_v1 .slate_holder {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.ent_m018_tcr_v1 .slate_holder,
.ent_m018_tcr_v1 .error-slate {
  background: #342e30;
}
.ent_m018_tcr_v1 .error-slate,
.ent_m018_tcr_v1 .slate_content {
  height: auto;
  padding: 71px 21% 70px 57px;
  min-height: 164px;
}
.ent_m018_tcr_v1 .error-slate h3,
.ent_m018_tcr_v1 .slate_content h3,
.ent_m018_tcr_v1 .error-slate .slate_headline,
.ent_m018_tcr_v1 .slate_content .slate_headline {
  border: 0;
  margin: 0;
  padding-bottom: 0.35em;
  font-size: 45px;
  font-family: 'BrandonGrotesque-Black', Helvetica, Arial, sans-serif;
  color: #f54444;
  text-transform: uppercase;
}
.ent_m018_tcr_v1 .error-slate p,
.ent_m018_tcr_v1 .slate_content p,
.ent_m018_tcr_v1 .error-slate .slate_description,
.ent_m018_tcr_v1 .slate_content .slate_description {
  font-size: 26px;
  color: #ffffff;
}
@media screen and (max-width: 48em) {
  .ent_m018_tcr_v1 .error-slate,
  .ent_m018_tcr_v1 .slate_content {
    padding-top: 50px;
    padding-left: 43px;
  }
  .ent_m018_tcr_v1 .error-slate h3,
  .ent_m018_tcr_v1 .slate_content h3,
  .ent_m018_tcr_v1 .error-slate .slate_headline,
  .ent_m018_tcr_v1 .slate_content .slate_headline {
    font-size: 32px;
  }
  .ent_m018_tcr_v1 .error-slate p,
  .ent_m018_tcr_v1 .slate_content p,
  .ent_m018_tcr_v1 .error-slate .slate_description,
  .ent_m018_tcr_v1 .slate_content .slate_description {
    font-size: 20px;
  }
}
@media screen and (max-width: 35em) {
  .ent_m018_tcr_v1 .error-slate,
  .ent_m018_tcr_v1 .slate_content {
    padding-top: 50px;
    padding-left: 30px;
  }
  .ent_m018_tcr_v1 .error-slate h3,
  .ent_m018_tcr_v1 .slate_content h3,
  .ent_m018_tcr_v1 .error-slate .slate_headline,
  .ent_m018_tcr_v1 .slate_content .slate_headline {
    font-size: 25px;
  }
  .ent_m018_tcr_v1 .error-slate p,
  .ent_m018_tcr_v1 .slate_content p,
  .ent_m018_tcr_v1 .error-slate .slate_description,
  .ent_m018_tcr_v1 .slate_content .slate_description {
    font-size: 16px;
  }
}
@media screen and (max-width: 30em) {
  .ent_m018_tcr_v1 .error-slate,
  .ent_m018_tcr_v1 .slate_content {
    padding-right: 12%;
  }
  .ent_m018_tcr_v1 .error-slate h3,
  .ent_m018_tcr_v1 .slate_content h3,
  .ent_m018_tcr_v1 .error-slate .slate_headline,
  .ent_m018_tcr_v1 .slate_content .slate_headline {
    font-size: 21px;
  }
  .ent_m018_tcr_v1 .error-slate p,
  .ent_m018_tcr_v1 .slate_content p,
  .ent_m018_tcr_v1 .error-slate .slate_description,
  .ent_m018_tcr_v1 .slate_content .slate_description {
    font-size: 13px;
  }
}
@media screen and (max-width: 25em) {
  .ent_m018_tcr_v1 .error-slate,
  .ent_m018_tcr_v1 .slate_content {
    padding-top: 30px;
  }
}
@media screen and (max-width: 22.5em) {
  .ent_m018_tcr_v1 .error-slate,
  .ent_m018_tcr_v1 .slate_content {
    padding-top: 20px;
    padding-left: 15px;
    padding-bottom: 20px;
  }
  .ent_m018_tcr_v1 .error-slate h3,
  .ent_m018_tcr_v1 .slate_content h3,
  .ent_m018_tcr_v1 .error-slate .slate_headline,
  .ent_m018_tcr_v1 .slate_content .slate_headline {
    font-size: 16px;
  }
}
.ent_m018_tcr_v1 .not_available {
  background: url('http://1.images.colbertnation.com/images/shows/colbert_report/CR_videonotavailable_960x540.gif') no-repeat;
  max-width: 960px;
  min-height: 540px;
  background-size: cover;
  overflow: hidden;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  /*padding:60px 40px;*/
}
.ent_m018_tcr_v1 .not_available .message {
  text-indent: -20000px;
}
@media screen and (max-width: 63.938em) {
  .ent_m018_tcr_v1 .not_available {
    min-height: 405px;
  }
}
@media screen and (min-width: 15em) and (max-width: 47.938em) {
  .ent_m018_tcr_v1 .not_available {
    min-height: 270px;
  }
}
@media screen and (max-width: 428px) {
  .ent_m018_tcr_v1 .not_available {
    min-height: 200px;
  }
}
.ent_m018_tcr_v1 .not_available h2 {
  color: #3479a5;
  text-transform: uppercase;
  font-family: 'BrandonTextBold', Helvetica, Arial, sans-serif;
  font-size: 2.5em;
}
.ent_m018_tcr_v1 .not_available p {
  color: #ffffff;
  font-family: 'BrandonTextMedium', Helvetica, Arial, sans-serif;
  font-size: 1.25em;
}
@media screen and (max-width: 63.938em) {
  .ent_m018_tcr_v1 {
    min-height: 400px;
  }
  .ent_m018_tcr_v1 iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}
@media screen and (min-width: 15em) and (max-width: 47.938em) {
  .ent_m018_tcr_v1 {
    min-height: 200px;
  }
}
.ent_m018_tcr_v1 .meta,
.ent_m018_tcr_v1 .meta_info {
  font-size: 1.0625em;
  font-family: 'BrandonTextMedium', Helvetica, Arial, sans-serif;
  max-width: 960px;
}
.ent_m018_tcr_v1 .meta:after,
.ent_m018_tcr_v1 .meta_info:after {
  clear: both;
  content: "";
  display: block;
  height: 0;
  visibility: hidden;
}
*:first-child + html .ent_m018_tcr_v1 .meta,
*:first-child + html .ent_m018_tcr_v1 .meta_info {
  display: block;
  min-height: 0;
}
.ent_m018_tcr_v1 .meta h1,
.ent_m018_tcr_v1 .meta_info h1,
.ent_m018_tcr_v1 .meta h2,
.ent_m018_tcr_v1 .meta_info h2 {
  padding: 0.55882353em 0em 0.55882353em 0em;
  font-size: 2em;
  position: relative;
  color: #fefefe;
}
@media screen and (max-width: 48em) {
  .ent_m018_tcr_v1 .meta h1,
  .ent_m018_tcr_v1 .meta_info h1,
  .ent_m018_tcr_v1 .meta h2,
  .ent_m018_tcr_v1 .meta_info h2 {
    font-size: 1.11764706em;
  }
}
.ent_m018_tcr_v1 .meta h1 .arrow,
.ent_m018_tcr_v1 .meta_info h1 .arrow,
.ent_m018_tcr_v1 .meta h2 .arrow,
.ent_m018_tcr_v1 .meta_info h2 .arrow,
.ent_m018_tcr_v1 .meta .video_title:after,
.ent_m018_tcr_v1 .meta_info .video_title:after {
  background: url('/sitewide/images/sprites/cr_site2013_sprite.png') no-repeat -284px -202px;
  display: inline-block;
  position: absolute;
  bottom: 22px;
  width: 29px;
  height: 29px;
  margin: 0em 0em 0em 0.46875em;
}
@media screen and (max-width: 48em) {
  .ent_m018_tcr_v1 .meta h1 .arrow,
  .ent_m018_tcr_v1 .meta_info h1 .arrow,
  .ent_m018_tcr_v1 .meta h2 .arrow,
  .ent_m018_tcr_v1 .meta_info h2 .arrow,
  .ent_m018_tcr_v1 .meta .video_title:after,
  .ent_m018_tcr_v1 .meta_info .video_title:after {
    top: 50%;
    margin-top: -12px;
  }
}
@media screen and (max-width: 30em) {
  .ent_m018_tcr_v1 .meta h1 .arrow,
  .ent_m018_tcr_v1 .meta_info h1 .arrow,
  .ent_m018_tcr_v1 .meta h2 .arrow,
  .ent_m018_tcr_v1 .meta_info h2 .arrow,
  .ent_m018_tcr_v1 .meta .video_title:after,
  .ent_m018_tcr_v1 .meta_info .video_title:after {
    right: 0;
  }
}
@media screen and (max-width: 30em) {
  .ent_m018_tcr_v1 .meta h1,
  .ent_m018_tcr_v1 .meta_info h1,
  .ent_m018_tcr_v1 .meta h2,
  .ent_m018_tcr_v1 .meta_info h2,
  .ent_m018_tcr_v1 .meta .video_title,
  .ent_m018_tcr_v1 .meta_info .video_title {
    padding-right: 35px;
  }
}
.ent_m018_tcr_v1 .meta h1:hover .arrow,
.ent_m018_tcr_v1 .meta_info h1:hover .arrow,
.ent_m018_tcr_v1 .meta h2:hover .arrow,
.ent_m018_tcr_v1 .meta_info h2:hover .arrow,
.ent_m018_tcr_v1 .meta .video_title:hover:after,
.ent_m018_tcr_v1 .meta_info .video_title:hover:after {
  background-position: -284px -238px;
}
.ent_m018_tcr_v1 .meta .video_title:after,
.ent_m018_tcr_v1 .meta_info .video_title:after {
  content: "";
}
.ent_m018_tcr_v1 .meta h1 + .info.show,
.ent_m018_tcr_v1 .meta_info h1 + .info.show {
  margin-top: -11px;
}
@media screen and (max-width: 64em) {
  .ent_m018_tcr_v1 .meta h1 + .info.show,
  .ent_m018_tcr_v1 .meta_info h1 + .info.show {
    margin-top: 0;
  }
}
.ent_m018_tcr_v1 .meta .video_description,
.ent_m018_tcr_v1 .meta_info .video_description {
  margin: 0;
  padding: 0;
}
.ent_m018_tcr_v1 .meta .description,
.ent_m018_tcr_v1 .meta_info .description,
.ent_m018_tcr_v1 .meta .video_description,
.ent_m018_tcr_v1 .meta_info .video_description {
  margin-top: 2%;
  font-size: 1em;
  color: #dedede;
}
@media screen and (min-width: 64em) and (max-width: 74.9375em) {
  .ent_m018_tcr_v1 .meta .description,
  .ent_m018_tcr_v1 .meta_info .description,
  .ent_m018_tcr_v1 .meta .video_description,
  .ent_m018_tcr_v1 .meta_info .video_description {
    font-size: 1.11764706em;
  }
}
@media screen and (min-width: 75em) {
  .ent_m018_tcr_v1 .meta .description,
  .ent_m018_tcr_v1 .meta_info .description,
  .ent_m018_tcr_v1 .meta .video_description,
  .ent_m018_tcr_v1 .meta_info .video_description {
    font-size: 1.23529412em;
  }
}
.ent_m018_tcr_v1 .meta .info .tags,
.ent_m018_tcr_v1 .meta_info .tags {
  margin-top: 1.5%;
}
.ent_m018_tcr_v1 .meta .info .tags a,
.ent_m018_tcr_v1 .meta_info .tags a,
.ent_m018_tcr_v1 .meta .info .tags .tag,
.ent_m018_tcr_v1 .meta_info .tags .tag {
  color: #0090dc;
}
.ent_m018_tcr_v1 .meta .info .tags a:hover,
.ent_m018_tcr_v1 .meta_info .tags a:hover,
.ent_m018_tcr_v1 .meta .info .tags .tag:hover,
.ent_m018_tcr_v1 .meta_info .tags .tag:hover {
  color: #ea4242;
}
.ent_m018_tcr_v1 .info {
  margin-bottom: 25px;
}
.ent_m018_tcr_v1 .info,
.ent_m018_tcr_v1 .tags,
.ent_m018_tcr_v1 .air_date,
.ent_m018_tcr_v1 .views_count {
  color: #827e7d;
}
.ent_m018_tcr_v1 .meta_info .tags,
.ent_m018_tcr_v1 .meta_info .air_date,
.ent_m018_tcr_v1 .meta_info .views_count,
.ent_m018_tcr_v1 .meta_info .video_description {
  display: none;
}
.ent_m018_tcr_v1 .meta_info.show_info {
  padding-bottom: 25px;
}
.ent_m018_tcr_v1 .meta_info.show_info .watch_btn {
  margin: 25px 0 0;
}
.ent_m018_tcr_v1 .meta_info.show_info .tags,
.ent_m018_tcr_v1 .meta_info.show_info .video_description {
  display: block;
}
.ent_m018_tcr_v1 .meta_info.show_info .air_date,
.ent_m018_tcr_v1 .meta_info.show_info .views_count {
  display: inline-block;
}
.ent_m018_tcr_v1 .air_date + .views_count:before {
  content: "|";
  margin: 0 5px;
}
.ent_m018_tcr_v1 .airdate {
  display: inline-block;
  vertical-align: middle;
}
.ent_m018_tcr_v1 .airdate + .views {
  display: inline-block;
  vertical-align: middle;
  overflow: hidden;
  margin-left: 18px;
  text-indent: -5px;
}
.ent_m018_tcr_v1 .airdate + .views:before {
  content: '|';
  position: absolute;
}
.ent_m018_tcr_v1 .share_wrap,
.ent_m018_tcr_v1 .share_wrapper {
  padding: 1.125em 0.5625em 0em 0em;
  position: relative;
}
.ent_m018_tcr_v1 .share_wrap:after,
.ent_m018_tcr_v1 .share_wrapper:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: -moz-linear-gradient(left, #731821 75%, rgba(115, 24, 33, 0) 100%);
  background: -webkit-gradient(linear, left top, right top, color-stop(75%, #731821), color-stop(100%, rgba(115, 24, 33, 0)));
  background: -webkit-linear-gradient(left, #731821 75%, rgba(115, 24, 33, 0) 100%);
  background: -o-linear-gradient(left, #731821 75%, rgba(115, 24, 33, 0) 100%);
  background: -ms-linear-gradient(left, #731821 75%, rgba(115, 24, 33, 0) 100%);
  background: linear-gradient(to right, #731821 75%, rgba(115, 24, 33, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#731821, endColorstr=#731821, GradientType=1);
}
.ent_m018_tcr_v1 .share_wrap:after,
.ent_m018_tcr_v1 .share_wrapper:after {
  top: 0;
  bottom: auto;
}
.ent_m018_tcr_v1 .share_wrap .shareFBLike .facebookLike,
.ent_m018_tcr_v1 .share_wrapper .shareFBLike .facebookLike {
  position: relative;
  top: -2px;
  margin: 0;
}
.ent_m018_tcr_v1 .share_wrap .shareFBLike .facebookLike > div,
.ent_m018_tcr_v1 .share_wrapper .shareFBLike .facebookLike > div {
  margin: 0;
}
@media screen and (max-width: 55em) {
  .ent_m018_tcr_v1 .share_wrap .comments_wrap .comments,
  .ent_m018_tcr_v1 .share_wrapper .comments_wrap .comments,
  .ent_m018_tcr_v1 .share_wrap .comments_btn .comments_count,
  .ent_m018_tcr_v1 .share_wrapper .comments_btn .comments_count {
    min-width: 20px;
  }
  .ent_m018_tcr_v1 .share_wrap .comments_wrap .comments:before,
  .ent_m018_tcr_v1 .share_wrapper .comments_wrap .comments:before,
  .ent_m018_tcr_v1 .share_wrap .comments_btn .comments_count:before,
  .ent_m018_tcr_v1 .share_wrapper .comments_btn .comments_count:before {
    content: "";
  }
}
@media screen and (max-width: 48em) {
  .ent_m018_tcr_v1 .share_wrap,
  .ent_m018_tcr_v1 .share_wrapper {
    padding: 0.625em 0.5625em 0.5625em 0em;
  }
}
.ent_m018_tcr_v1 .share_wrap .flux4 .share li > div,
.ent_m018_tcr_v1 .share_wrapper .flux4 .share li > div,
.ent_m018_tcr_v1 .share_wrap .flux4 .share li .screen_reader_text,
.ent_m018_tcr_v1 .share_wrapper .flux4 .share li .screen_reader_text {
  margin-top: -2px;
  font-size: 1.33333333em;
  letter-spacing: 0.5px;
}
.ent_m018_tcr_v1 .share_wrap .flux4 .share li > div.facebookLike,
.ent_m018_tcr_v1 .share_wrapper .flux4 .share li > div.facebookLike,
.ent_m018_tcr_v1 .share_wrap .flux4 .share li .screen_reader_text.facebookLike,
.ent_m018_tcr_v1 .share_wrapper .flux4 .share li .screen_reader_text.facebookLike {
  margin-top: 2px;
}
.ent_m018_tcr_v1 .share_wrap iframe,
.ent_m018_tcr_v1 .share_wrapper iframe {
  positon: relative !important;
  z-index: 4000001;
}
@media screen and (max-width: 47.938em) {
  .ent_m018_tcr_v1 .share_wrap li,
  .ent_m018_tcr_v1 .share_wrapper li {
    margin-right: 23px;
  }
}
.ent_m018_tcr_v1 .full_episode,
.ent_m018_tcr_v1 .watch_btn {
  padding: 0em 1.35em 0em 0.45em;
  background: #d52b2b;
  float: left;
  height: 32px;
  margin: 0 0 30px;
  line-height: 32px;
  text-decoration: none;
  color: #ffffff;
  font-size: 18px;
  position: relative;
  text-transform: uppercase;
}
.ent_m018_tcr_v1 .full_episode:hover,
.ent_m018_tcr_v1 .watch_btn:hover {
  background: #f54444;
  color: #ffffff;
}
@media (max-width: 30em) {
  .ent_m018_tcr_v1 .full_episode,
  .ent_m018_tcr_v1 .watch_btn {
    display: none;
  }
}
.ent_m018_tcr_v1 .full_episode .arrow,
.ent_m018_tcr_v1 .watch_btn:after {
  width: 0;
  height: 0;
  border-top: 16px solid transparent;
  border-bottom: 16px solid transparent;
  border-left: 16px solid #d52b2b;
  position: absolute;
  top: 0;
  right: -16px;
  color: #ffffff;
}
.ent_m018_tcr_v1 .full_episode:hover .arrow,
.ent_m018_tcr_v1 .watch_btn:hover:after {
  border-left: 16px solid #f54444;
}
.ent_m018_tcr_v1 .watch_btn:after {
  content: "";
}
.ent_m018_tcr_v1:after {
  clear: both;
  content: "";
  display: block;
  height: 0;
  visibility: hidden;
}
*:first-child + html .ent_m018_tcr_v1 {
  display: block;
  min-height: 0;
}
.ent_m018_tcr_v2 {
  background: url(/sitewide/images/CN_VideoPlayerBG.jpg) no-repeat;
  min-height: 670px;
  background: none;
}
.ent_m018_tcr_v2.module {
  margin: 0 auto;
}
@media (max-width: 30em) {
  .ent_m018_tcr_v2.module {
    padding-bottom: 0;
  }
}
.ent_m018_tcr_v2 .videoPlayer,
.ent_m018_tcr_v2 .meta {
  max-width: 960px;
  margin: 0 auto;
}
.ent_m018_tcr_v2 .videoPlayer > div {
  position: relative;
  padding-bottom: 56.4625%;
  height: 0;
  border: 0;
  outline: 2px solid #41383b;
}
.ent_m018_tcr_v2 .videoPlayer > div object,
.ent_m018_tcr_v2 .videoPlayer > div embed,
.ent_m018_tcr_v2 .videoPlayer > div iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.ent_m018_tcr_v2 .videoPlayer > div iframe.hidden {
  left: -10000px;
}
@media (min-width: 15em) and (max-with: 19.938em) {
  .ent_m018_tcr_v2 .videoPlayer > div {
    background-size: 230px;
  }
}
@media (min-width: 20em) and (max-width: 29.938em) {
  .ent_m018_tcr_v2 .videoPlayer > div {
    background-size: 300px;
  }
}
.ent_m018_tcr_v2 .share_wrap .start_clip input + label {
  width: 22px;
  height: 22px;
  margin-top: 3px;
  border: 2px solid #808c8f;
  background-color: #272a2b;
}
.ent_m018_tcr_v2 .share_wrap .start_clip .textLabel span {
  color: #ffffff;
}
.ent_m018_tcr_v2 .share_wrap .start_clip .is_start_checkbox label:before {
  position: absolute;
  top: -8px;
  left: 4px;
  opacity: 0;
}
.ent_m018_tcr_v2 .share_wrap .start_clip .is_start_checkbox input[type="checkbox"]:checked + label {
  background: #3ba6c7;
  border: 2px solid #3ba6c7;
}
.ent_m018_tcr_v2 .ad_playing .start_clip {
  position: relative;
}
.ent_m018_tcr_v2 .ad_playing .start_clip:after {
  content: " ";
  width: 100%;
  height: 50px;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.0001;
}
.ent_m018_tcr_v2 .ad_playing .start_clip input + label {
  border: 2px solid #43494a;
  width: 22px;
  height: 22px;
}
.ent_m018_tcr_v2 .ad_playing .start_clip .textLabel span {
  color: #43494a;
}
.ent_m018_tcr_v2 .transcript {
  display: none;
}
.ent_m018_tcr_v2 .end_slate:before {
  content: "";
  z-index: 1;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 32px;
  height: 32px;
  margin: -16px 0 0 -16px;
  background: url(/sitewide/images/common/ajax-loader.gif) no-repeat;
  background-size: 100%;
}
.ent_m018_tcr_v2 .end_slate:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #141213;
}
.ent_m018_tcr_v2 .not_available {
  max-width: 960px;
  margin: 0 auto;
  padding: 60px 40px;
  background: #342e30;
}
.ent_m018_tcr_v2 .not_available h2 {
  color: #3479a5;
  text-transform: uppercase;
  font-size: 2.5em;
}
.ent_m018_tcr_v2 .not_available p {
  color: #ffffff;
  font-size: 1.25em;
}
.ent_m018_tcr_v2 .meta {
  position: relative;
  padding: 26px 0 0 20px;
}
.ent_m018_tcr_v2 .meta h1 {
  margin: 0;
  font: normal 32px/1.1 'BrandonTextMedium', Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  color: #ffffff;
  cursor: pointer;
}
@media screen and (max-width: 30em) {
  .ent_m018_tcr_v2 .meta h1 {
    font-size: 16px;
  }
}
.linux_entity .ent_m018_tcr_v2 .meta h1 {
  padding-top: 4px;
}
.ent_m018_tcr_v2 .meta .mobile_only {
  display: none;
  margin: 7px 0 0;
}
@media (max-width: 30em) {
  .ent_m018_tcr_v2 .meta .mobile_only {
    display: block;
  }
  .ent_m018_tcr_v2 .meta .mobile_only .comments_wrap {
    display: inline-block;
  }
}
.ent_m018_tcr_v2 .meta .episode,
.ent_m018_tcr_v2 .meta .airDate,
.ent_m018_tcr_v2 .meta .viewCount {
  display: inline-block;
  vertical-align: top;
  margin: 0 10px 0 0;
  font-size: 14px;
  font-family: 'BrandonTextMedium', Helvetica, Arial, sans-serif;
  text-transform: none;
  color: #cccecb;
}
@media (max-width: 30em) {
  .ent_m018_tcr_v2 .meta .episode,
  .ent_m018_tcr_v2 .meta .airDate,
  .ent_m018_tcr_v2 .meta .viewCount {
    font-size: 12px;
  }
}
.ent_m018_tcr_v2 .meta .episode a,
.ent_m018_tcr_v2 .meta .airDate a,
.ent_m018_tcr_v2 .meta .viewCount a {
  color: #666666;
  text-decoration: none;
}
.ent_m018_tcr_v2 .meta .info {
  font: normal 17px/1.2 'BrandonTextMedium', Helvetica, Arial, sans-serif;
  color: #ffffff;
  margin-top: 7px;
  opacity: 0;
  height: 0;
  -webkit-transition: opacity 0.5s ease-out;
  transition: opacity 0.5s ease-out;
  overflow: hidden;
}
.ent_m018_tcr_v2 .meta .info .tags {
  margin-top: 10px;
  padding-bottom: 5px;
  color: #666666;
}
.ent_m018_tcr_v2 .meta .info .tags a {
  color: inherit;
  text-decoration: none;
}
.ent_m018_tcr_v2 .meta .info .tags a:hover {
  color: #dce631;
}
.ent_m018_tcr_v2 .meta.show_info .info {
  opacity: 1;
  height: auto;
  margin-bottom: 11px;
}
.ent_m018_tcr_v2 .meta.show_info .arrow:after {
  content: "\004A";
  color: #dce631;
}
.ent_m018_tcr_v2 .meta .comments_wrap {
  font-family: 'BrandonTextBold', Helvetica, Arial, sans-serif;
  text-decoration: none;
  text-transform: uppercase;
  color: #ffffff;
}
.ent_m018_tcr_v2 .meta .comments_wrap:hover {
  color: #dce631;
}
.ent_m018_tcr_v2 .meta .comments_wrap:hover:after {
  background-position: 0 -20px;
}
.ent_m018_tcr_v2 .meta .comments_wrap:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 17px;
  margin-left: 7px;
  background: url(/sitewide/images/sprites/cc_global_sprite.png) no-repeat;
  background-position: 0 0;
}
@media screen and (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .ent_m018_tcr_v2 .meta .comments_wrap:after {
    background: url(/sitewide/images/sprites/cc_global_sprite_2x.png) no-repeat;
    background-size: 280px 330px;
  }
}
.ent_m018_tcr_v2 .meta .full_episode {
  position: absolute;
  top: 30px;
  right: 0;
  width: 224px;
  height: 50px;
  font-size: 16px;
  font-family: 'BrandonTextMedium', Helvetica, Arial, sans-serif;
  line-height: 50px;
  background: #272a2b;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  color: #dce631;
}
.linux_entity .ent_m018_tcr_v2 .meta .full_episode {
  padding-top: 3px;
}
.ent_m018_tcr_v2 .meta .full_episode:hover {
  color: #000000;
  background-color: #dce631;
}
.ent_m018_tcr_v2 .meta .arrow:after {
  vertical-align: top;
  display: inline-block;
  margin: 10px -30px 0 17px;
  font-size: 13px;
}
.linux_entity .ent_m018_tcr_v2 .meta .arrow:after {
  margin-top: 6px;
}
@media (max-width: 48em) {
  .ent_m018_tcr_v2 .meta {
    padding-right: 280px;
  }
  .ent_m018_tcr_v2 .meta .full_episode {
    right: 20px;
  }
}
@media (max-width: 30em) {
  .ent_m018_tcr_v2 .meta {
    padding: 18px 0 0;
  }
  .ent_m018_tcr_v2 .meta .full_episode {
    position: static;
    display: block;
    width: 100%;
  }
  .ent_m018_tcr_v2 .meta .arrow:after {
    margin: 4px -30px 0 14px;
  }
  .linux_entity .ent_m018_tcr_v2 .meta .arrow:after {
    margin-top: 1px;
  }
  .ent_m018_tcr_v2 .meta > ul,
  .ent_m018_tcr_v2 .meta .info,
  .ent_m018_tcr_v2 .meta .comments_wrap,
  .ent_m018_tcr_v2 .meta h1 {
    padding-left: 10px;
    padding-right: 10px;
  }
  .ent_m018_tcr_v2 .meta h1 {
    padding-right: 30px;
  }
  .ent_m018_tcr_v2 .meta .info {
    margin-top: 13px;
  }
}
@media screen and (max-width: 64em) {
  .ent_m018_tcr_v2 .slate {
    display: none;
  }
}
@media screen and (min-width: 64.0625em) {
  .ent_m018_tcr_v2 .slate {
    color: #ffffff;
    overflow: hidden;
  }
  .ent_m018_tcr_v2 .slate,
  .ent_m018_tcr_v2 .slate .video_info,
  .ent_m018_tcr_v2 .slate .slate_content,
  .ent_m018_tcr_v2 .slate.overlapped_content:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .ent_m018_tcr_v2 .slate .background_image {
    width: 100%;
    height: 100%;
  }
  .ent_m018_tcr_v2 .slate .loading {
    position: relative;
  }
  .ent_m018_tcr_v2 .slate .loading:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 32px;
    height: 32px;
    margin: -16px 0 0 -16px;
    background: url(/sitewide/images/ajax-loader.gif);
  }
  .ent_m018_tcr_v2 .slate.overlapped_content:before {
    z-index: 1;
    content: "";
    background-color: rgba(0, 0, 0, 0.7);
  }
  .ent_m018_tcr_v2 .slate.overlapped_content .background_image {
    filter: url('/sitewide/svg/filters.svg#blur5');
    -moz-filter: blur(5px);
    -webkit-filter: blur(5px);
    filter: blur(5px);
  }
  .ent_m018_tcr_v2 .slate .countdown {
    color: #ee4444;
  }
  .ent_m018_tcr_v2 .slate .slate_content {
    z-index: 2;
    padding: 37px 40px;
    border: 4px solid rgba(65, 65, 65, 0.7);
  }
  .ent_m018_tcr_v2 .slate .group_header {
    font: 24px/1 'EamesBookItalic', serif;
    margin-bottom: 13px;
    text-transform: uppercase;
  }
  .ent_m018_tcr_v2 .slate .show_title {
    font: 13px/1.25 'BrandonTextBold', Helvetica, Arial, sans-serif;
    text-transform: uppercase;
  }
  .ent_m018_tcr_v2 .slate .video_title {
    font: 13px/1.3 'BrandonTextMedium', Helvetica, Arial, sans-serif;
    text-transform: uppercase;
  }
  .ent_m018_tcr_v2 .slate .countdown_line {
    background-color: #962d3f;
  }
  .ent_m018_tcr_v2 .slate .countdown_progress {
    display: block;
    width: 0;
    height: 11px;
    background-color: #ee4444;
  }
  .ent_m018_tcr_v2 .slate .video_item {
    position: relative;
    display: block;
    width: 210px;
  }
  .ent_m018_tcr_v2 .slate .video_item .show_title {
    position: absolute;
    top: 0;
    left: 0;
    padding: 8px 10px;
    color: #999999;
  }
  .ent_m018_tcr_v2 .slate .video_item .video_duration {
    color: #999999;
  }
  .ent_m018_tcr_v2 .slate .video_item .video_title {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 10px;
  }
  .ent_m018_tcr_v2 .slate .video_item:hover .video_info {
    display: block;
  }
  .ent_m018_tcr_v2 .slate .video_info {
    display: none;
    z-index: 2;
    color: #ffffff;
    background-color: rgba(0, 0, 0, 0.7);
  }
  .ent_m018_tcr_v2 .slate .video_label {
    z-index: 2;
    position: absolute;
    bottom: 11px;
    left: 11px;
    padding: 10px 9px;
    font: 13px/1 'BrandonTextBold', Helvetica, Arial, sans-serif;
    color: #ffffff;
    text-transform: uppercase;
    background: rgba(0, 0, 0, 0.8);
  }
  .ent_m018_tcr_v2 .slate .video_list {
    margin-bottom: 41px;
  }
  .ent_m018_tcr_v2 .slate .video_list:after {
    clear: both;
    content: "";
    display: block;
    height: 0;
    visibility: hidden;
  }
  *:first-child + html .ent_m018_tcr_v2 .slate .video_list {
    display: block;
    min-height: 0;
  }
  .ent_m018_tcr_v2 .slate .video_list.loading {
    min-height: 200px;
  }
  .ent_m018_tcr_v2 .slate .video_list .group_header {
    font-size: 30px;
    margin-bottom: 6px;
  }
  .ent_m018_tcr_v2 .slate .video_list .video_item {
    float: left;
    margin: 0 11px 11px 0;
  }
  .ent_m018_tcr_v2 .slate .video_list .video_item:nth-of-type(3n) {
    margin-right: 0;
  }
  .ent_m018_tcr_v2 .slate .up_next {
    float: right;
    width: 210px;
    margin-right: 28px;
  }
  .ent_m018_tcr_v2 .slate .up_next .group_header {
    margin-bottom: 7px;
  }
  .ent_m018_tcr_v2 .slate .watched {
    margin-right: 238px;
    padding-right: 25px;
  }
  .ent_m018_tcr_v2 .slate .watched .group_header {
    color: #3cb9d5;
  }
  .ent_m018_tcr_v2 .slate .watched .show_title,
  .ent_m018_tcr_v2 .slate .watched .video_title {
    font-size: 19px;
  }
}
.ent_m018_tcr_v2 .placeholder {
  padding: 0 15px;
}
.ent_m018_tcr_v2 .slate_header {
  padding-top: 16%;
  font: 30px/1 'EamesBookItalic', serif;
  color: #dce631;
}
.ent_m018_tcr_v2 .slate_description {
  font: 16px/1 'BrandonTextMedium', Helvetica, Arial, sans-serif;
  color: #ffffff;
}
.ent_m018_tcr_v2 .locked_state {
  position: relative;
  width: 100%;
  height: 100%;
}
.ent_m018_tcr_v2 .locked_state:before {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0.6;
  background: #000000;
}
.ent_m018_tcr_v2 .locked_state .image_holder {
  position: absolute;
  max-width: 960px;
  max-height: 540px;
  width: 100%;
  height: 100%;
  opacity: 0.2;
}
.ent_m018_tcr_v2 .locked_state .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 7% 0 0;
  font-family: 'BrandonTextBold', Helvetica, Arial, sans-serif;
  color: #ffffff;
  text-align: center;
  z-index: 3;
}
.ent_m018_tcr_v2 .locked_state .overlay .lock_icon,
.ent_m018_tcr_v2 .locked_state .overlay .message,
.ent_m018_tcr_v2 .locked_state .overlay .sign_in {
  text-transform: uppercase;
  display: block;
}
.ent_m018_tcr_v2 .locked_state .overlay .sign_in {
  text-align: center;
  padding: 0 10px;
  height: 45px;
  line-height: 45px;
  width: 195px;
  margin: auto;
  color: #ffffff;
  text-decoration: none;
}
.ent_m018_tcr_v2 .locked_state .overlay .message {
  max-width: 560px;
  margin: 10px auto 45px;
  font-size: 28px;
}
.ent_m018_tcr_v2 .locked_state .overlay .lock_icon {
  width: 21px;
  height: 31px;
  margin: auto;
  background: url(/sitewide/images/sprites/cc_global_sprite.png) no-repeat -59px 0;
}
@media screen and (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .ent_m018_tcr_v2 .locked_state .overlay .lock_icon {
    background: url(/sitewide/images/sprites/cc_global_sprite_2x.png) no-repeat -59px 0;
    background-size: 280px 330px;
  }
}
.ent_m018_tcr_v2 .locked_state .overlay .disclaimer {
  position: absolute;
  bottom: 0%;
  left: 0;
  width: 100%;
  padding-bottom: 7%;
  font-family: 'BrandonTextBold', Helvetica, Arial, sans-serif;
  color: #ffffff;
  text-align: center;
}
.ent_m018_tcr_v2 .locked_state .overlay .disclaimer .text {
  display: block;
  font-size: 20px;
}
.ent_m018_tcr_v2 .locked_state .overlay .disclaimer .link {
  font-size: 15px;
  color: #dce631;
}
.ent_m018_tcr_v2 #video_player.loading,
.ent_m018_tcr_v2 .videoPlayer.loading {
  background: #000000 url(/sitewide/images/common/ajax-loader.gif) no-repeat 50%;
  height: 542px;
}
.ent_m018_tcr_v2 .share_buttons.triforceRendered li li {
  margin-left: 0;
}
.ent_m018_tcr_v2.module {
  overflow: hidden;
  padding-bottom: 0;
}
.ent_m018_tcr_v2.module .underVideoWrapper {
  position: relative;
}
.ent_m018_tcr_v2.module .meta {
  padding: 13px 0 0 0;
  overflow: hidden;
}
.ent_m018_tcr_v2.module .meta h1 {
  text-transform: none;
  line-height: 1.375em;
}
.ent_m018_tcr_v2.module .meta h1[data-graphics-after]::after {
  font-size: 28px;
  margin-top: 0px;
  color: #cccecb;
}
.ent_m018_tcr_v2.module .meta h1[data-graphics-after]:hover:after {
  color: #ee4444;
}
.ent_m018_tcr_v2.module .meta ul {
  margin: 2px 0 4px;
}
.ent_m018_tcr_v2.module .meta .info {
  font-family: 'BrandonTextMedium', Helvetica, Arial, sans-serif;
  color: #cccecb;
}
.ent_m018_tcr_v2.module .meta.show_info h1[data-graphics-after]::after {
  color: #ee4444;
}
.ent_m018_tcr_v2.module .meta .episode a {
  color: #0487d5;
}
.ent_m018_tcr_v2.module .pageOverlay {
  display: none;
  position: absolute;
  opacity: 0;
}
.ent_m018_tcr_v2.module .share_buttons {
  max-width: 960px;
  margin: 0 auto;
  border-top: 1px solid #4d4346;
  padding: 1.125em .5625em 0em 0em;
}
.ent_m018_tcr_v2.module .share_buttons .share_text_button .share_wrap {
  float: left;
}
.ent_m018_tcr_v2.module .share_buttons .share_text_button .share_wrap .share .flux4Widget ul li {
  display: inline-block;
  width: auto;
  height: 28px;
  color: #cccecb;
  margin: 0 24px 0 9px;
  font-family: 'BrandonTextMedium', Helvetica, Arial, sans-serif;
  font-size: 1.33333333em;
}
.ent_m018_tcr_v2.module .share_buttons .share_text_button .share_wrap .share .flux4Widget ul li [data-graphics]::before {
  color: #0172b9;
}
.ent_m018_tcr_v2.module .share_buttons .share_text_button .share_wrap .share .flux4Widget ul li:hover [data-graphics]::before {
  color: #ee4444;
}
.ent_m018_tcr_v2.module .share_buttons .share_text_button .share_wrap .share .flux4Widget ul li:hover .screen-reader-text {
  color: #ee4444;
}
@media (max-width: 30em) {
  .ent_m018_tcr_v2.module .share_buttons .share_text_button .share_wrap .share .flux4Widget ul li {
    margin-right: 0;
    margin-left: 0;
  }
}
.ent_m018_tcr_v2.module .share_buttons .share_text_button .share_wrap .share .flux4Widget ul li span:first-child {
  font-size: 16px;
  margin-right: 10px;
}
.ent_m018_tcr_v2.module .share_buttons .share_text_button .share_wrap .share .flux4Widget ul li:first-child {
  margin-left: 0;
}
.ent_m018_tcr_v2.module .share_buttons .share_text_button .share_wrap .share .flux4Widget ul li:last-child {
  float: right;
}
.ent_m018_tcr_v2.module .share_buttons .share_text_button .share_wrap .share .flux4Widget ul li .screen-reader-text {
  color: #9a9a9a;
}
.ent_m018_tcr_v2.module .share_buttons.mobile {
  display: none;
}
.ent_m018_tcr_v2.module .share_buttons .comments_wrap {
  float: right;
}
.linux_entity .ent_m018_tcr_v2.module .share_buttons .comments_wrap {
  vertical-align: top;
}
.ent_m018_tcr_v2.module .share_buttons .comments_wrap:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 23px;
  height: 20px;
  margin-left: 7px;
  background: url('/sitewide/images/sprites/cr_site2013_sprite.png') no-repeat;
  background-position: -149px -201px;
}
@media screen and (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .ent_m018_tcr_v2.module .share_buttons .comments_wrap:after {
    height: 25px;
    background: url('/sitewide/images/sprites/cr_site2013_sprite_retina.png');
    background-size: 700px 275px;
    background-position: -149px -200px;
  }
}
.ent_m018_tcr_v2.module .share_buttons .comments_wrap:hover:after {
  background-position: -149px -232px;
}
.ent_m018_tcr_v2.module .share_buttons .comments_wrap:hover span {
  color: #ee4444;
}
.ent_m018_tcr_v2.module .share_buttons .comments_wrap .need-count {
  color: #9a9a9a;
}
.ent_m018_tcr_v2.module .hscroll_wrapper {
  position: absolute;
  top: 0;
  right: 0;
  width: 487px;
  overflow: hidden;
  background: #191c1c;
}
@media (max-width: 48em) {
  .ent_m018_tcr_v2.module .hscroll_wrapper {
    display: none;
  }
}
.ent_m018_tcr_v2.module .hscroll_wrapper .pseudo.share_wrap {
  position: absolute;
  left: 20px;
  bottom: 20px;
}
.ent_m018_tcr_v2.module .hscroll_wrapper .pseudo.share_wrap li.googleplus {
  margin-left: -3px;
}
.ent_m018_tcr_v2.module .hscroll_wrapper .pseudo.share_help {
  position: absolute;
  top: 17px;
  left: 20px;
  color: #ffffff;
  text-transform: uppercase;
  font: 1em/1em 'BrandonTextBold', Helvetica, Arial, sans-serif;
}
.ent_m018_tcr_v2.module .hscroll_wrapper .carouselWrapper .left_arrow,
.ent_m018_tcr_v2.module .hscroll_wrapper .carouselWrapper .right_arrow {
  width: 10px;
  height: 14px;
  position: absolute;
  left: auto;
  top: auto;
  background: none;
  z-index: 1;
  -webkit-transition: opacity .25s;
  transition: opacity .25s;
}
.ent_m018_tcr_v2.module .hscroll_wrapper .carouselWrapper .left_arrow span,
.ent_m018_tcr_v2.module .hscroll_wrapper .carouselWrapper .right_arrow span {
  top: 0;
  left: 0;
  margin-top: 0;
}
.ent_m018_tcr_v2.module .hscroll_wrapper .carouselWrapper .left_arrow span:after,
.ent_m018_tcr_v2.module .hscroll_wrapper .carouselWrapper .right_arrow span:after {
  color: #ffffff;
  font-size: 14px;
}
.ent_m018_tcr_v2.module .hscroll_wrapper .carouselWrapper .left_arrow {
  right: 191px;
  bottom: 56px;
}
.ent_m018_tcr_v2.module .hscroll_wrapper .carouselWrapper .left_arrow span:after {
  content: '\52';
}
.ent_m018_tcr_v2.module .hscroll_wrapper .carouselWrapper .right_arrow {
  right: 15px;
  bottom: 57px;
}
.ent_m018_tcr_v2.module .hscroll_wrapper .carouselWrapper .right_arrow span:after {
  content: '\53';
}
.ent_m018_tcr_v2.module .hscroll_wrapper .carouselWrapper .mask {
  padding: 0 !important;
  z-index: 1;
}
.ent_m018_tcr_v2.module .hscroll_wrapper .carouselWrapper .mask.animated ~ .left_arrow,
.ent_m018_tcr_v2.module .hscroll_wrapper .carouselWrapper .mask.animated ~ .right_arrow {
  opacity: 0;
}
.ent_m018_tcr_v2.module .hscroll_wrapper .carouselWrapper .mask.animated .fluxsShareWidget {
  display: none !important;
}
.ent_m018_tcr_v2.module .hscroll_wrapper .carouselWrapper .mask .share_wrap[data-inpoint] .image_holder {
  cursor: pointer;
}
.ent_m018_tcr_v2.module .hscroll_wrapper .carouselWrapper .mask .share_wrap {
  width: 487px;
  height: 158px;
  float: left;
  background: none;
}
.ent_m018_tcr_v2.module .hscroll_wrapper .carouselWrapper .mask .share_wrap div {
  margin-bottom: 0;
}
.ent_m018_tcr_v2.module .hscroll_wrapper .carouselWrapper .mask .share_wrap .image_holder {
  position: absolute;
  width: 138px;
  right: 40px;
  bottom: 18px;
  z-index: 1;
}
.ent_m018_tcr_v2.module .hscroll_wrapper .carouselWrapper .mask .share_wrap .share_title_wrap {
  float: none;
}
.ent_m018_tcr_v2.module .hscroll_wrapper .carouselWrapper .mask .share_wrap .share_title_wrap .share_help {
  float: none;
  font: 1em/1em 'BrandonTextBold', Helvetica, Arial, sans-serif;
  padding: 20px 15px 0 20px;
  color: #ffffff;
  visibility: hidden;
}
.ent_m018_tcr_v2.module .hscroll_wrapper .carouselWrapper .mask .share_wrap .share_title_wrap .share_subline {
  padding: 2px 15px 0 20px;
  font: 0.875em/1em 'BrandonTextBold', Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  color: #666666;
  display: inline-block;
  max-width: 254px;
}
.ent_m018_tcr_v2.module .hscroll_wrapper .carouselWrapper .mask .share_wrap .fluxsShareWidget {
  position: absolute;
  bottom: 20px;
  left: 20px;
}
.ent_m018_tcr_v2.module .hscroll_wrapper .carouselWrapper .mask .share_wrap .fluxsShareWidget li.googleplus {
  margin-left: 0;
}
@media (max-width: 910px) {
  .ent_m018_tcr_v2.module .hscroll_wrapper .carouselWrapper .mask .share_wrap .fluxsShareWidget {
    bottom: 0;
    left: 0;
  }
}
.ent_m018_tcr_v2.module .hscroll_wrapper .carouselWrapper .mask .share_wrap .fluxsShareWidget span + span {
  line-height: 100px;
}
.ent_m018_tcr_v2 .share_locked_state:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background: #000000;
  z-index: 8;
  opacity: .4;
}
.ent_m018_tcr_v2 .provider {
  display: block;
  margin: 0 0 10px;
  text-align: right;
}
.ent_m018_tcr_v2 .provider span {
  display: none;
}
.ent_m018_tcr_v2 .provider span.tv_provider {
  display: inline-block;
  margin-right: 10px;
  font-family: 'BrandonTextBold', Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  color: #666666;
}
.ent_m018_tcr_v2 .provider .image_holder {
  max-width: 110px;
  max-height: 50px;
}
.ent_m018_tcr_v2 .provider .image_holder,
.ent_m018_tcr_v2 .provider .tv_provider {
  vertical-align: middle;
}
.ent_m018_tcr_v2 .provider:after {
  clear: both;
  content: " ";
  display: block;
}
@media (max-width: 64em) {
  .ent_m018_tcr_v2.module .underVideoWrapper {
    min-height: 128px;
  }
  .ent_m018_tcr_v2.module .hscroll_wrapper {
    width: 384px;
  }
  .ent_m018_tcr_v2.module .hscroll_wrapper .pseudo.share_wrap {
    left: -3px;
    bottom: 0;
  }
  .ent_m018_tcr_v2.module .hscroll_wrapper .pseudo.share_help {
    top: 13px;
    left: 15px;
  }
  .ent_m018_tcr_v2.module .hscroll_wrapper .carouselWrapper .mask .share_wrap {
    width: 384px;
    height: 128px;
  }
  .ent_m018_tcr_v2.module .hscroll_wrapper .carouselWrapper .mask .share_wrap .image_holder {
    width: 138px;
    height: 78px;
    bottom: 0;
    right: 0;
  }
  .ent_m018_tcr_v2.module .hscroll_wrapper .carouselWrapper .mask .share_wrap .fluxsShareWidget {
    position: absolute;
    bottom: 0;
    left: -3px;
  }
  .ent_m018_tcr_v2.module .hscroll_wrapper .carouselWrapper .mask .share_wrap .share_title_wrap .share_help {
    padding: 16px 15px 0 14px;
  }
  .ent_m018_tcr_v2.module .hscroll_wrapper .carouselWrapper .mask .share_wrap .share_title_wrap .share_subline {
    padding: 0 15px 0 14px;
  }
  .ent_m018_tcr_v2.module .hscroll_wrapper .carouselWrapper .right_arrow,
  .ent_m018_tcr_v2.module .hscroll_wrapper .carouselWrapper .left_arrow {
    width: 10px;
    height: 22px;
    display: inline-block !important;
  }
  .ent_m018_tcr_v2.module .hscroll_wrapper .carouselWrapper .right_arrow.invisible,
  .ent_m018_tcr_v2.module .hscroll_wrapper .carouselWrapper .left_arrow.invisible {
    display: none !important;
  }
  .ent_m018_tcr_v2.module .hscroll_wrapper .carouselWrapper .right_arrow {
    right: 9px;
    bottom: 30px;
  }
  .ent_m018_tcr_v2.module .hscroll_wrapper .carouselWrapper .left_arrow {
    right: 118px;
    bottom: 30px;
  }
  .ent_m018_tcr_v2.module .meta,
  .ent_m018_tcr_v2.module .share_buttons {
    margin-left: 20px;
  }
}
@media (max-width: 48em) {
  .ent_m018_tcr_v2.module {
    min-width: 320px;
    min-height: 0;
  }
  .ent_m018_tcr_v2.module .meta {
    margin: 0;
    float: none;
    padding: 14px 0 0;
  }
  .ent_m018_tcr_v2.module .share_buttons {
    width: auto;
    margin: 0;
  }
  .ent_m018_tcr_v2.module .share_buttons.mobile {
    display: none;
    margin-top: 10px;
  }
  .ent_m018_tcr_v2.module .share_buttons .screen-reader-text {
    display: none;
  }
  .ent_m018_tcr_v2.module .locked_state .overlay .message {
    max-width: 375px;
    margin-bottom: 15px;
    font-size: 19px;
    line-height: 24px;
  }
  .ent_m018_tcr_v2.module .locked_state .overlay .sign_in {
    width: 114px;
    height: 35px;
    font-size: 13px;
    line-height: 35px;
  }
  .ent_m018_tcr_v2.module .locked_state .overlay .text {
    font-size: 17px;
    line-height: 1;
  }
  .ent_m018_tcr_v2.module .locked_state .overlay .link {
    font-size: 13px;
  }
  .ent_m018_tcr_v2.module .pageOverlay {
    position: fixed;
    opacity: 1;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    min-height: 440px;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 2001;
  }
  .ent_m018_tcr_v2.module .pageOverlay.jsRendered .share_wrap li {
    margin-left: 0 !important;
  }
  .ent_m018_tcr_v2.module .pageOverlay .mobileShareOverlay {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 20px;
    right: 20px;
    height: 375px;
    margin: auto;
    z-index: 2002;
    max-width: 320px;
  }
  .ent_m018_tcr_v2.module .pageOverlay .mobileShareOverlay .close {
    position: absolute;
    right: 0;
    top: 11px;
    color: #ffffff;
    text-decoration: none;
  }
  .ent_m018_tcr_v2.module .pageOverlay .mobileShareOverlay .close:before {
    content: "\0057";
    font-size: 20px;
  }
  .ent_m018_tcr_v2.module .pageOverlay .mobileShareOverlay h3 {
    text-transform: uppercase;
    text-align: center;
    color: #ffffff;
    line-height: 50px;
    font-size: 1.2em;
  }
  .ent_m018_tcr_v2.module .pageOverlay .mobileShareOverlay .share_wrap {
    height: auto;
    background: none;
  }
  .ent_m018_tcr_v2.module .pageOverlay .mobileShareOverlay .share_wrap .share {
    width: 202px;
    margin: 0 auto;
  }
  .ent_m018_tcr_v2.module .pageOverlay .mobileShareOverlay .share_wrap .share li {
    width: 100px;
    height: 100px;
    text-align: center;
    line-height: 78px;
    padding: 10px;
  }
  .ent_m018_tcr_v2.module .pageOverlay .mobileShareOverlay .share_wrap .share li:nth-child(2n+1) {
    margin-left: 0;
  }
  .ent_m018_tcr_v2.module .pageOverlay .mobileShareOverlay .share_wrap .share li span {
    font-size: 1.5em;
  }
  .ent_m018_tcr_v2.module .pageOverlay .mobileShareOverlay .share_wrap .share .twitter {
    width: 100px;
  }
  .ent_m018_tcr_v2.module .pageOverlay .mobileShareOverlay .copyLink .inputWrapper {
    background-color: #272a2b;
    height: 40px;
    width: 100%;
    text-align: center;
  }
  .ent_m018_tcr_v2.module .pageOverlay .mobileShareOverlay .copyLink span {
    display: inline-block;
    margin: 7px 0;
    padding: 0 5px;
    background-color: #799bb0;
    color: #000000;
    font: italic 1.5em/26px 'EamesBookItalic', serif;
  }
}
.ent_tfc301_tcr_v1 {
  background: url(/sitewide/images/CN_VideoPlayerBG.jpg) no-repeat;
  min-height: 670px;
  background: none;
}
.ent_tfc301_tcr_v1.module {
  margin: 0 auto;
}
@media (max-width: 30em) {
  .ent_tfc301_tcr_v1.module {
    padding-bottom: 0;
  }
}
.ent_tfc301_tcr_v1 .videoPlayer,
.ent_tfc301_tcr_v1 .meta {
  max-width: 960px;
  margin: 0 auto;
}
.ent_tfc301_tcr_v1 .videoPlayer > div {
  position: relative;
  padding-bottom: 56.4625%;
  height: 0;
  border: 0;
  outline: 2px solid #41383b;
}
.ent_tfc301_tcr_v1 .videoPlayer > div object,
.ent_tfc301_tcr_v1 .videoPlayer > div embed,
.ent_tfc301_tcr_v1 .videoPlayer > div iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.ent_tfc301_tcr_v1 .videoPlayer > div iframe.hidden {
  left: -10000px;
}
@media (min-width: 15em) and (max-with: 19.938em) {
  .ent_tfc301_tcr_v1 .videoPlayer > div {
    background-size: 230px;
  }
}
@media (min-width: 20em) and (max-width: 29.938em) {
  .ent_tfc301_tcr_v1 .videoPlayer > div {
    background-size: 300px;
  }
}
.ent_tfc301_tcr_v1 .share_wrap .start_clip input + label {
  width: 22px;
  height: 22px;
  margin-top: 3px;
  border: 2px solid #808c8f;
  background-color: #272a2b;
}
.ent_tfc301_tcr_v1 .share_wrap .start_clip .textLabel span {
  color: #ffffff;
}
.ent_tfc301_tcr_v1 .share_wrap .start_clip .is_start_checkbox label:before {
  position: absolute;
  top: -8px;
  left: 4px;
  opacity: 0;
}
.ent_tfc301_tcr_v1 .share_wrap .start_clip .is_start_checkbox input[type="checkbox"]:checked + label {
  background: #3ba6c7;
  border: 2px solid #3ba6c7;
}
.ent_tfc301_tcr_v1 .ad_playing .start_clip {
  position: relative;
}
.ent_tfc301_tcr_v1 .ad_playing .start_clip:after {
  content: " ";
  width: 100%;
  height: 50px;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.0001;
}
.ent_tfc301_tcr_v1 .ad_playing .start_clip input + label {
  border: 2px solid #43494a;
  width: 22px;
  height: 22px;
}
.ent_tfc301_tcr_v1 .ad_playing .start_clip .textLabel span {
  color: #43494a;
}
.ent_tfc301_tcr_v1 .transcript {
  display: none;
}
.ent_tfc301_tcr_v1 .end_slate:before {
  content: "";
  z-index: 1;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 32px;
  height: 32px;
  margin: -16px 0 0 -16px;
  background: url(/sitewide/images/common/ajax-loader.gif) no-repeat;
  background-size: 100%;
}
.ent_tfc301_tcr_v1 .end_slate:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #141213;
}
.ent_tfc301_tcr_v1 .not_available {
  max-width: 960px;
  margin: 0 auto;
  padding: 60px 40px;
  background: #342e30;
}
.ent_tfc301_tcr_v1 .not_available h2 {
  color: #3479a5;
  text-transform: uppercase;
  font-size: 2.5em;
}
.ent_tfc301_tcr_v1 .not_available p {
  color: #ffffff;
  font-size: 1.25em;
}
.ent_tfc301_tcr_v1 .meta {
  position: relative;
  padding: 26px 0 0 20px;
}
.ent_tfc301_tcr_v1 .meta h1 {
  margin: 0;
  font: normal 32px/1.1 'BrandonTextMedium', Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  color: #ffffff;
  cursor: pointer;
}
@media screen and (max-width: 30em) {
  .ent_tfc301_tcr_v1 .meta h1 {
    font-size: 16px;
  }
}
.linux_entity .ent_tfc301_tcr_v1 .meta h1 {
  padding-top: 4px;
}
.ent_tfc301_tcr_v1 .meta .mobile_only {
  display: none;
  margin: 7px 0 0;
}
@media (max-width: 30em) {
  .ent_tfc301_tcr_v1 .meta .mobile_only {
    display: block;
  }
  .ent_tfc301_tcr_v1 .meta .mobile_only .comments_wrap {
    display: inline-block;
  }
}
.ent_tfc301_tcr_v1 .meta .episode,
.ent_tfc301_tcr_v1 .meta .airDate,
.ent_tfc301_tcr_v1 .meta .viewCount {
  display: inline-block;
  vertical-align: top;
  margin: 0 10px 0 0;
  font-size: 14px;
  font-family: 'BrandonTextMedium', Helvetica, Arial, sans-serif;
  text-transform: none;
  color: #cccecb;
}
@media (max-width: 30em) {
  .ent_tfc301_tcr_v1 .meta .episode,
  .ent_tfc301_tcr_v1 .meta .airDate,
  .ent_tfc301_tcr_v1 .meta .viewCount {
    font-size: 12px;
  }
}
.ent_tfc301_tcr_v1 .meta .episode a,
.ent_tfc301_tcr_v1 .meta .airDate a,
.ent_tfc301_tcr_v1 .meta .viewCount a {
  color: #666666;
  text-decoration: none;
}
.ent_tfc301_tcr_v1 .meta .info {
  font: normal 17px/1.2 'BrandonTextMedium', Helvetica, Arial, sans-serif;
  color: #ffffff;
  margin-top: 7px;
  opacity: 0;
  height: 0;
  -webkit-transition: opacity 0.5s ease-out;
  transition: opacity 0.5s ease-out;
  overflow: hidden;
}
.ent_tfc301_tcr_v1 .meta .info .tags {
  margin-top: 10px;
  padding-bottom: 5px;
  color: #666666;
}
.ent_tfc301_tcr_v1 .meta .info .tags a {
  color: inherit;
  text-decoration: none;
}
.ent_tfc301_tcr_v1 .meta .info .tags a:hover {
  color: #dce631;
}
.ent_tfc301_tcr_v1 .meta.show_info .info {
  opacity: 1;
  height: auto;
  margin-bottom: 11px;
}
.ent_tfc301_tcr_v1 .meta.show_info .arrow:after {
  content: "\004A";
  color: #dce631;
}
.ent_tfc301_tcr_v1 .meta .comments_wrap {
  font-family: 'BrandonTextBold', Helvetica, Arial, sans-serif;
  text-decoration: none;
  text-transform: uppercase;
  color: #ffffff;
}
.ent_tfc301_tcr_v1 .meta .comments_wrap:hover {
  color: #dce631;
}
.ent_tfc301_tcr_v1 .meta .comments_wrap:hover:after {
  background-position: 0 -20px;
}
.ent_tfc301_tcr_v1 .meta .comments_wrap:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 17px;
  margin-left: 7px;
  background: url(/sitewide/images/sprites/cc_global_sprite.png) no-repeat;
  background-position: 0 0;
}
@media screen and (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .ent_tfc301_tcr_v1 .meta .comments_wrap:after {
    background: url(/sitewide/images/sprites/cc_global_sprite_2x.png) no-repeat;
    background-size: 280px 330px;
  }
}
.ent_tfc301_tcr_v1 .meta .full_episode {
  position: absolute;
  top: 30px;
  right: 0;
  width: 224px;
  height: 50px;
  font-size: 16px;
  font-family: 'BrandonTextMedium', Helvetica, Arial, sans-serif;
  line-height: 50px;
  background: #272a2b;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  color: #dce631;
}
.linux_entity .ent_tfc301_tcr_v1 .meta .full_episode {
  padding-top: 3px;
}
.ent_tfc301_tcr_v1 .meta .full_episode:hover {
  color: #000000;
  background-color: #dce631;
}
.ent_tfc301_tcr_v1 .meta .arrow:after {
  vertical-align: top;
  display: inline-block;
  margin: 10px -30px 0 17px;
  font-size: 13px;
}
.linux_entity .ent_tfc301_tcr_v1 .meta .arrow:after {
  margin-top: 6px;
}
@media (max-width: 48em) {
  .ent_tfc301_tcr_v1 .meta {
    padding-right: 280px;
  }
  .ent_tfc301_tcr_v1 .meta .full_episode {
    right: 20px;
  }
}
@media (max-width: 30em) {
  .ent_tfc301_tcr_v1 .meta {
    padding: 18px 0 0;
  }
  .ent_tfc301_tcr_v1 .meta .full_episode {
    position: static;
    display: block;
    width: 100%;
  }
  .ent_tfc301_tcr_v1 .meta .arrow:after {
    margin: 4px -30px 0 14px;
  }
  .linux_entity .ent_tfc301_tcr_v1 .meta .arrow:after {
    margin-top: 1px;
  }
  .ent_tfc301_tcr_v1 .meta > ul,
  .ent_tfc301_tcr_v1 .meta .info,
  .ent_tfc301_tcr_v1 .meta .comments_wrap,
  .ent_tfc301_tcr_v1 .meta h1 {
    padding-left: 10px;
    padding-right: 10px;
  }
  .ent_tfc301_tcr_v1 .meta h1 {
    padding-right: 30px;
  }
  .ent_tfc301_tcr_v1 .meta .info {
    margin-top: 13px;
  }
}
@media screen and (max-width: 64em) {
  .ent_tfc301_tcr_v1 .slate {
    display: none;
  }
}
@media screen and (min-width: 64.0625em) {
  .ent_tfc301_tcr_v1 .slate {
    color: #ffffff;
    overflow: hidden;
  }
  .ent_tfc301_tcr_v1 .slate,
  .ent_tfc301_tcr_v1 .slate .video_info,
  .ent_tfc301_tcr_v1 .slate .slate_content,
  .ent_tfc301_tcr_v1 .slate.overlapped_content:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .ent_tfc301_tcr_v1 .slate .background_image {
    width: 100%;
    height: 100%;
  }
  .ent_tfc301_tcr_v1 .slate .loading {
    position: relative;
  }
  .ent_tfc301_tcr_v1 .slate .loading:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 32px;
    height: 32px;
    margin: -16px 0 0 -16px;
    background: url(/sitewide/images/ajax-loader.gif);
  }
  .ent_tfc301_tcr_v1 .slate.overlapped_content:before {
    z-index: 1;
    content: "";
    background-color: rgba(0, 0, 0, 0.7);
  }
  .ent_tfc301_tcr_v1 .slate.overlapped_content .background_image {
    filter: url('/sitewide/svg/filters.svg#blur5');
    -moz-filter: blur(5px);
    -webkit-filter: blur(5px);
    filter: blur(5px);
  }
  .ent_tfc301_tcr_v1 .slate .countdown {
    color: #ee4444;
  }
  .ent_tfc301_tcr_v1 .slate .slate_content {
    z-index: 2;
    padding: 37px 40px;
    border: 4px solid rgba(65, 65, 65, 0.7);
  }
  .ent_tfc301_tcr_v1 .slate .group_header {
    font: 24px/1 'EamesBookItalic', serif;
    margin-bottom: 13px;
    text-transform: uppercase;
  }
  .ent_tfc301_tcr_v1 .slate .show_title {
    font: 13px/1.25 'BrandonTextBold', Helvetica, Arial, sans-serif;
    text-transform: uppercase;
  }
  .ent_tfc301_tcr_v1 .slate .video_title {
    font: 13px/1.3 'BrandonTextMedium', Helvetica, Arial, sans-serif;
    text-transform: uppercase;
  }
  .ent_tfc301_tcr_v1 .slate .countdown_line {
    background-color: #962d3f;
  }
  .ent_tfc301_tcr_v1 .slate .countdown_progress {
    display: block;
    width: 0;
    height: 11px;
    background-color: #ee4444;
  }
  .ent_tfc301_tcr_v1 .slate .video_item {
    position: relative;
    display: block;
    width: 210px;
  }
  .ent_tfc301_tcr_v1 .slate .video_item .show_title {
    position: absolute;
    top: 0;
    left: 0;
    padding: 8px 10px;
    color: #999999;
  }
  .ent_tfc301_tcr_v1 .slate .video_item .video_duration {
    color: #999999;
  }
  .ent_tfc301_tcr_v1 .slate .video_item .video_title {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 10px;
  }
  .ent_tfc301_tcr_v1 .slate .video_item:hover .video_info {
    display: block;
  }
  .ent_tfc301_tcr_v1 .slate .video_info {
    display: none;
    z-index: 2;
    color: #ffffff;
    background-color: rgba(0, 0, 0, 0.7);
  }
  .ent_tfc301_tcr_v1 .slate .video_label {
    z-index: 2;
    position: absolute;
    bottom: 11px;
    left: 11px;
    padding: 10px 9px;
    font: 13px/1 'BrandonTextBold', Helvetica, Arial, sans-serif;
    color: #ffffff;
    text-transform: uppercase;
    background: rgba(0, 0, 0, 0.8);
  }
  .ent_tfc301_tcr_v1 .slate .video_list {
    margin-bottom: 41px;
  }
  .ent_tfc301_tcr_v1 .slate .video_list:after {
    clear: both;
    content: "";
    display: block;
    height: 0;
    visibility: hidden;
  }
  *:first-child + html .ent_tfc301_tcr_v1 .slate .video_list {
    display: block;
    min-height: 0;
  }
  .ent_tfc301_tcr_v1 .slate .video_list.loading {
    min-height: 200px;
  }
  .ent_tfc301_tcr_v1 .slate .video_list .group_header {
    font-size: 30px;
    margin-bottom: 6px;
  }
  .ent_tfc301_tcr_v1 .slate .video_list .video_item {
    float: left;
    margin: 0 11px 11px 0;
  }
  .ent_tfc301_tcr_v1 .slate .video_list .video_item:nth-of-type(3n) {
    margin-right: 0;
  }
  .ent_tfc301_tcr_v1 .slate .up_next {
    float: right;
    width: 210px;
    margin-right: 28px;
  }
  .ent_tfc301_tcr_v1 .slate .up_next .group_header {
    margin-bottom: 7px;
  }
  .ent_tfc301_tcr_v1 .slate .watched {
    margin-right: 238px;
    padding-right: 25px;
  }
  .ent_tfc301_tcr_v1 .slate .watched .group_header {
    color: #3cb9d5;
  }
  .ent_tfc301_tcr_v1 .slate .watched .show_title,
  .ent_tfc301_tcr_v1 .slate .watched .video_title {
    font-size: 19px;
  }
}
@media screen and (min-width: 64.0625em) {
  .ent_tfc301_tcr_v1 .just_watched object,
  .ent_tfc301_tcr_v1 .just_watched .player_overlay {
    z-index: 3;
    position: absolute;
    top: auto !important;
    bottom: 0;
    left: 0;
    margin: 0 0 44px 44px;
    width: 210px !important;
    height: 118px !important;
    -webkit-transition: width 0.5s, height 0.5s;
    transition: width 0.5s, height 0.5s;
  }
  .ent_tfc301_tcr_v1 .just_watched .player_overlay {
    cursor: pointer;
  }
  .ent_tfc301_tcr_v1 .just_watched .player_overlay:after {
    display: inline-block;
    font-family: 'cc-icons';
    font-style: normal;
    font-weight: normal;
    speak: none;
    text-decoration: inherit;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    content: "l";
    position: absolute;
    right: 12px;
    bottom: 12px;
    padding: 2px;
    font-size: 18px;
    line-height: 1;
    font-weight: bold;
    color: #000000;
    background-color: #ffffff;
  }
}
.ent_tfc301_tcr_v1 .placeholder {
  padding: 0 15px;
}
.ent_tfc301_tcr_v1 .slate_header {
  padding-top: 16%;
  font: 30px/1 'EamesBookItalic', serif;
  color: #dce631;
}
.ent_tfc301_tcr_v1 .slate_description {
  font: 16px/1 'BrandonTextMedium', Helvetica, Arial, sans-serif;
  color: #ffffff;
}
.ent_tfc301_tcr_v1 .locked_state {
  position: relative;
  width: 100%;
  height: 100%;
}
.ent_tfc301_tcr_v1 .locked_state:before {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0.6;
  background: #000000;
}
.ent_tfc301_tcr_v1 .locked_state .image_holder {
  position: absolute;
  max-width: 960px;
  max-height: 540px;
  width: 100%;
  height: 100%;
  opacity: 0.2;
}
.ent_tfc301_tcr_v1 .locked_state .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 7% 0 0;
  font-family: 'BrandonTextBold', Helvetica, Arial, sans-serif;
  color: #ffffff;
  text-align: center;
  z-index: 3;
}
.ent_tfc301_tcr_v1 .locked_state .overlay .lock_icon,
.ent_tfc301_tcr_v1 .locked_state .overlay .message,
.ent_tfc301_tcr_v1 .locked_state .overlay .sign_in {
  text-transform: uppercase;
  display: block;
}
.ent_tfc301_tcr_v1 .locked_state .overlay .sign_in {
  text-align: center;
  padding: 0 10px;
  height: 45px;
  line-height: 45px;
  width: 195px;
  margin: auto;
  color: #ffffff;
  text-decoration: none;
}
.ent_tfc301_tcr_v1 .locked_state .overlay .message {
  max-width: 560px;
  margin: 10px auto 45px;
  font-size: 28px;
}
.ent_tfc301_tcr_v1 .locked_state .overlay .lock_icon {
  width: 21px;
  height: 31px;
  margin: auto;
  background: url(/sitewide/images/sprites/cc_global_sprite.png) no-repeat -59px 0;
}
@media screen and (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .ent_tfc301_tcr_v1 .locked_state .overlay .lock_icon {
    background: url(/sitewide/images/sprites/cc_global_sprite_2x.png) no-repeat -59px 0;
    background-size: 280px 330px;
  }
}
.ent_tfc301_tcr_v1 .locked_state .overlay .disclaimer {
  position: absolute;
  bottom: 0%;
  left: 0;
  width: 100%;
  padding-bottom: 7%;
  font-family: 'BrandonTextBold', Helvetica, Arial, sans-serif;
  color: #ffffff;
  text-align: center;
}
.ent_tfc301_tcr_v1 .locked_state .overlay .disclaimer .text {
  display: block;
  font-size: 20px;
}
.ent_tfc301_tcr_v1 .locked_state .overlay .disclaimer .link {
  font-size: 15px;
  color: #dce631;
}
.ent_tfc301_tcr_v1 #video_player.loading,
.ent_tfc301_tcr_v1 .videoPlayer.loading {
  background: #000000 url(/sitewide/images/common/ajax-loader.gif) no-repeat 50%;
  height: 542px;
}
.ent_tfc301_tcr_v1 .share_buttons.triforceRendered li li {
  margin-left: 0;
}
.ent_tfc301_tcr_v1 .slate .slate_content {
  padding: 57px 63px;
}
.ent_tfc301_tcr_v1 .slate .up_next {
  position: absolute;
  right: 0;
  bottom: 0;
  margin: 0 121px 58px 0;
}
.ent_tfc301_tcr_v1 .slate .video_list .group_header {
  font-size: 36px;
  margin-bottom: 5px;
}
.ent_tfc301_tcr_v1 .slate .video_list .video_item {
  width: 268px;
}
.ent_tfc301_tcr_v1 .just_watched object,
.ent_tfc301_tcr_v1 .just_watched .player_overlay {
  margin: 0 0 62px 67px;
}
.ent_tfc301_tcr_v1.module {
  overflow: hidden;
  padding-bottom: 0;
}
.ent_tfc301_tcr_v1.module .underVideoWrapper {
  position: relative;
}
.ent_tfc301_tcr_v1.module .meta {
  padding: 13px 0 0 0;
  overflow: hidden;
}
.ent_tfc301_tcr_v1.module .meta h1 {
  text-transform: none;
  line-height: 1.375em;
}
.ent_tfc301_tcr_v1.module .meta h1[data-graphics-after]::after {
  font-size: 28px;
  margin-top: 0px;
  color: #cccecb;
}
.ent_tfc301_tcr_v1.module .meta h1[data-graphics-after]:hover:after {
  color: #ee4444;
}
.ent_tfc301_tcr_v1.module .meta ul {
  margin: 2px 0 4px;
}
.ent_tfc301_tcr_v1.module .meta .info {
  font-family: 'BrandonTextMedium', Helvetica, Arial, sans-serif;
  color: #cccecb;
}
.ent_tfc301_tcr_v1.module .meta.show_info h1[data-graphics-after]::after {
  color: #ee4444;
}
.ent_tfc301_tcr_v1.module .meta .episode a {
  color: #0487d5;
}
.ent_tfc301_tcr_v1.module .pageOverlay {
  display: none;
  position: absolute;
  opacity: 0;
}
.ent_tfc301_tcr_v1.module .share_buttons {
  max-width: 960px;
  margin: 0 auto;
  border-top: 1px solid #4d4346;
  padding: 1.125em .5625em 0em 0em;
}
.ent_tfc301_tcr_v1.module .share_buttons .share_text_button .share_wrap {
  float: left;
}
.ent_tfc301_tcr_v1.module .share_buttons .share_text_button .share_wrap .share .flux4Widget ul li {
  display: inline-block;
  width: auto;
  height: 28px;
  color: #cccecb;
  margin: 0 24px 0 9px;
  font-family: 'BrandonTextMedium', Helvetica, Arial, sans-serif;
  font-size: 1.33333333em;
}
.ent_tfc301_tcr_v1.module .share_buttons .share_text_button .share_wrap .share .flux4Widget ul li [data-graphics]::before {
  color: #0172b9;
}
.ent_tfc301_tcr_v1.module .share_buttons .share_text_button .share_wrap .share .flux4Widget ul li:hover [data-graphics]::before {
  color: #ee4444;
}
.ent_tfc301_tcr_v1.module .share_buttons .share_text_button .share_wrap .share .flux4Widget ul li:hover .screen-reader-text {
  color: #ee4444;
}
@media (max-width: 30em) {
  .ent_tfc301_tcr_v1.module .share_buttons .share_text_button .share_wrap .share .flux4Widget ul li {
    margin-right: 0;
    margin-left: 0;
  }
}
.ent_tfc301_tcr_v1.module .share_buttons .share_text_button .share_wrap .share .flux4Widget ul li span:first-child {
  font-size: 16px;
  margin-right: 10px;
}
.ent_tfc301_tcr_v1.module .share_buttons .share_text_button .share_wrap .share .flux4Widget ul li:first-child {
  margin-left: 0;
}
.ent_tfc301_tcr_v1.module .share_buttons .share_text_button .share_wrap .share .flux4Widget ul li:last-child {
  float: right;
}
.ent_tfc301_tcr_v1.module .share_buttons .share_text_button .share_wrap .share .flux4Widget ul li .screen-reader-text {
  color: #9a9a9a;
}
.ent_tfc301_tcr_v1.module .share_buttons.mobile {
  display: none;
}
.ent_tfc301_tcr_v1.module .share_buttons .comments_wrap {
  float: right;
}
.linux_entity .ent_tfc301_tcr_v1.module .share_buttons .comments_wrap {
  vertical-align: top;
}
.ent_tfc301_tcr_v1.module .share_buttons .comments_wrap:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 23px;
  height: 20px;
  margin-left: 7px;
  background: url('/sitewide/images/sprites/cr_site2013_sprite.png') no-repeat;
  background-position: -149px -201px;
}
@media screen and (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .ent_tfc301_tcr_v1.module .share_buttons .comments_wrap:after {
    height: 25px;
    background: url('/sitewide/images/sprites/cr_site2013_sprite_retina.png');
    background-size: 700px 275px;
    background-position: -149px -200px;
  }
}
.ent_tfc301_tcr_v1.module .share_buttons .comments_wrap:hover:after {
  background-position: -149px -232px;
}
.ent_tfc301_tcr_v1.module .share_buttons .comments_wrap:hover span {
  color: #ee4444;
}
.ent_tfc301_tcr_v1.module .share_buttons .comments_wrap .need-count {
  color: #9a9a9a;
}
.ent_tfc301_tcr_v1.module .hscroll_wrapper {
  display: none;
}
.ent_tfc301_tcr_v1 .share_locked_state:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background: #000000;
  z-index: 8;
  opacity: .4;
}
.ent_tfc301_tcr_v1 .provider {
  display: block;
  margin: 0 0 10px;
  text-align: right;
}
.ent_tfc301_tcr_v1 .provider span {
  display: none;
}
.ent_tfc301_tcr_v1 .provider span.tv_provider {
  display: inline-block;
  margin-right: 10px;
  font-family: 'BrandonTextBold', Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  color: #666666;
}
.ent_tfc301_tcr_v1 .provider .image_holder {
  max-width: 110px;
  max-height: 50px;
}
.ent_tfc301_tcr_v1 .provider .image_holder,
.ent_tfc301_tcr_v1 .provider .tv_provider {
  vertical-align: middle;
}
.ent_tfc301_tcr_v1 .provider:after {
  clear: both;
  content: " ";
  display: block;
}
@media (max-width: 64em) {
  .ent_tfc301_tcr_v1.module .underVideoWrapper {
    min-height: 128px;
  }
  .ent_tfc301_tcr_v1.module .hscroll_wrapper {
    width: 384px;
  }
  .ent_tfc301_tcr_v1.module .hscroll_wrapper .pseudo.share_wrap {
    left: -3px;
    bottom: 0;
  }
  .ent_tfc301_tcr_v1.module .hscroll_wrapper .pseudo.share_help {
    top: 13px;
    left: 15px;
  }
  .ent_tfc301_tcr_v1.module .hscroll_wrapper .carouselWrapper .mask .share_wrap {
    width: 384px;
    height: 128px;
  }
  .ent_tfc301_tcr_v1.module .hscroll_wrapper .carouselWrapper .mask .share_wrap .image_holder {
    width: 138px;
    height: 78px;
    bottom: 0;
    right: 0;
  }
  .ent_tfc301_tcr_v1.module .hscroll_wrapper .carouselWrapper .mask .share_wrap .fluxsShareWidget {
    position: absolute;
    bottom: 0;
    left: -3px;
  }
  .ent_tfc301_tcr_v1.module .hscroll_wrapper .carouselWrapper .mask .share_wrap .share_title_wrap .share_help {
    padding: 16px 15px 0 14px;
  }
  .ent_tfc301_tcr_v1.module .hscroll_wrapper .carouselWrapper .mask .share_wrap .share_title_wrap .share_subline {
    padding: 0 15px 0 14px;
  }
  .ent_tfc301_tcr_v1.module .hscroll_wrapper .carouselWrapper .right_arrow,
  .ent_tfc301_tcr_v1.module .hscroll_wrapper .carouselWrapper .left_arrow {
    width: 10px;
    height: 22px;
    display: inline-block !important;
  }
  .ent_tfc301_tcr_v1.module .hscroll_wrapper .carouselWrapper .right_arrow.invisible,
  .ent_tfc301_tcr_v1.module .hscroll_wrapper .carouselWrapper .left_arrow.invisible {
    display: none !important;
  }
  .ent_tfc301_tcr_v1.module .hscroll_wrapper .carouselWrapper .right_arrow {
    right: 9px;
    bottom: 30px;
  }
  .ent_tfc301_tcr_v1.module .hscroll_wrapper .carouselWrapper .left_arrow {
    right: 118px;
    bottom: 30px;
  }
  .ent_tfc301_tcr_v1.module .meta,
  .ent_tfc301_tcr_v1.module .share_buttons {
    margin-left: 20px;
  }
}
@media (max-width: 48em) {
  .ent_tfc301_tcr_v1.module {
    min-width: 320px;
    min-height: 0;
  }
  .ent_tfc301_tcr_v1.module .meta {
    margin: 0;
    float: none;
    padding: 14px 0 0;
  }
  .ent_tfc301_tcr_v1.module .share_buttons {
    width: auto;
    margin: 0;
  }
  .ent_tfc301_tcr_v1.module .share_buttons.mobile {
    display: none;
    margin-top: 10px;
  }
  .ent_tfc301_tcr_v1.module .share_buttons .screen-reader-text {
    display: none;
  }
  .ent_tfc301_tcr_v1.module .locked_state .overlay .message {
    max-width: 375px;
    margin-bottom: 15px;
    font-size: 19px;
    line-height: 24px;
  }
  .ent_tfc301_tcr_v1.module .locked_state .overlay .sign_in {
    width: 114px;
    height: 35px;
    font-size: 13px;
    line-height: 35px;
  }
  .ent_tfc301_tcr_v1.module .locked_state .overlay .text {
    font-size: 17px;
    line-height: 1;
  }
  .ent_tfc301_tcr_v1.module .locked_state .overlay .link {
    font-size: 13px;
  }
  .ent_tfc301_tcr_v1.module .pageOverlay {
    position: fixed;
    opacity: 1;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    min-height: 440px;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 2001;
  }
  .ent_tfc301_tcr_v1.module .pageOverlay.jsRendered .share_wrap li {
    margin-left: 0 !important;
  }
  .ent_tfc301_tcr_v1.module .pageOverlay .mobileShareOverlay {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 20px;
    right: 20px;
    height: 375px;
    margin: auto;
    z-index: 2002;
    max-width: 320px;
  }
  .ent_tfc301_tcr_v1.module .pageOverlay .mobileShareOverlay .close {
    position: absolute;
    right: 0;
    top: 11px;
    color: #ffffff;
    text-decoration: none;
  }
  .ent_tfc301_tcr_v1.module .pageOverlay .mobileShareOverlay .close:before {
    content: "\0057";
    font-size: 20px;
  }
  .ent_tfc301_tcr_v1.module .pageOverlay .mobileShareOverlay h3 {
    text-transform: uppercase;
    text-align: center;
    color: #ffffff;
    line-height: 50px;
    font-size: 1.2em;
  }
  .ent_tfc301_tcr_v1.module .pageOverlay .mobileShareOverlay .share_wrap {
    height: auto;
    background: none;
  }
  .ent_tfc301_tcr_v1.module .pageOverlay .mobileShareOverlay .share_wrap .share {
    width: 202px;
    margin: 0 auto;
  }
  .ent_tfc301_tcr_v1.module .pageOverlay .mobileShareOverlay .share_wrap .share li {
    width: 100px;
    height: 100px;
    text-align: center;
    line-height: 78px;
    padding: 10px;
  }
  .ent_tfc301_tcr_v1.module .pageOverlay .mobileShareOverlay .share_wrap .share li:nth-child(2n+1) {
    margin-left: 0;
  }
  .ent_tfc301_tcr_v1.module .pageOverlay .mobileShareOverlay .share_wrap .share li span {
    font-size: 1.5em;
  }
  .ent_tfc301_tcr_v1.module .pageOverlay .mobileShareOverlay .share_wrap .share .twitter {
    width: 100px;
  }
  .ent_tfc301_tcr_v1.module .pageOverlay .mobileShareOverlay .copyLink .inputWrapper {
    background-color: #272a2b;
    height: 40px;
    width: 100%;
    text-align: center;
  }
  .ent_tfc301_tcr_v1.module .pageOverlay .mobileShareOverlay .copyLink span {
    display: inline-block;
    margin: 7px 0;
    padding: 0 5px;
    background-color: #799bb0;
    color: #000000;
    font: italic 1.5em/26px 'EamesBookItalic', serif;
  }
}
.ent_m018_tcr_v2 {
  background: url(/sitewide/images/CN_VideoPlayerBG.jpg) no-repeat;
  min-height: 670px;
  background: none;
}
.ent_m018_tcr_v2.module {
  margin: 0 auto;
}
@media (max-width: 30em) {
  .ent_m018_tcr_v2.module {
    padding-bottom: 0;
  }
}
.ent_m018_tcr_v2 .videoPlayer,
.ent_m018_tcr_v2 .meta {
  max-width: 960px;
  margin: 0 auto;
}
.ent_m018_tcr_v2 .videoPlayer > div {
  position: relative;
  padding-bottom: 56.4625%;
  height: 0;
  border: 0;
  outline: 2px solid #41383b;
}
.ent_m018_tcr_v2 .videoPlayer > div object,
.ent_m018_tcr_v2 .videoPlayer > div embed,
.ent_m018_tcr_v2 .videoPlayer > div iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.ent_m018_tcr_v2 .videoPlayer > div iframe.hidden {
  left: -10000px;
}
@media (min-width: 15em) and (max-with: 19.938em) {
  .ent_m018_tcr_v2 .videoPlayer > div {
    background-size: 230px;
  }
}
@media (min-width: 20em) and (max-width: 29.938em) {
  .ent_m018_tcr_v2 .videoPlayer > div {
    background-size: 300px;
  }
}
.ent_m018_tcr_v2 .share_wrap .start_clip input + label {
  width: 22px;
  height: 22px;
  margin-top: 3px;
  border: 2px solid #808c8f;
  background-color: #272a2b;
}
.ent_m018_tcr_v2 .share_wrap .start_clip .textLabel span {
  color: #ffffff;
}
.ent_m018_tcr_v2 .share_wrap .start_clip .is_start_checkbox label:before {
  position: absolute;
  top: -8px;
  left: 4px;
  opacity: 0;
}
.ent_m018_tcr_v2 .share_wrap .start_clip .is_start_checkbox input[type="checkbox"]:checked + label {
  background: #3ba6c7;
  border: 2px solid #3ba6c7;
}
.ent_m018_tcr_v2 .ad_playing .start_clip {
  position: relative;
}
.ent_m018_tcr_v2 .ad_playing .start_clip:after {
  content: " ";
  width: 100%;
  height: 50px;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.0001;
}
.ent_m018_tcr_v2 .ad_playing .start_clip input + label {
  border: 2px solid #43494a;
  width: 22px;
  height: 22px;
}
.ent_m018_tcr_v2 .ad_playing .start_clip .textLabel span {
  color: #43494a;
}
.ent_m018_tcr_v2 .transcript {
  display: none;
}
.ent_m018_tcr_v2 .end_slate:before {
  content: "";
  z-index: 1;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 32px;
  height: 32px;
  margin: -16px 0 0 -16px;
  background: url(/sitewide/images/common/ajax-loader.gif) no-repeat;
  background-size: 100%;
}
.ent_m018_tcr_v2 .end_slate:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #141213;
}
.ent_m018_tcr_v2 .not_available {
  max-width: 960px;
  margin: 0 auto;
  padding: 60px 40px;
  background: #342e30;
}
.ent_m018_tcr_v2 .not_available h2 {
  color: #3479a5;
  text-transform: uppercase;
  font-size: 2.5em;
}
.ent_m018_tcr_v2 .not_available p {
  color: #ffffff;
  font-size: 1.25em;
}
.ent_m018_tcr_v2 .meta {
  position: relative;
  padding: 26px 0 0 20px;
}
.ent_m018_tcr_v2 .meta h1 {
  margin: 0;
  font: normal 32px/1.1 'BrandonTextMedium', Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  color: #ffffff;
  cursor: pointer;
}
@media screen and (max-width: 30em) {
  .ent_m018_tcr_v2 .meta h1 {
    font-size: 16px;
  }
}
.linux_entity .ent_m018_tcr_v2 .meta h1 {
  padding-top: 4px;
}
.ent_m018_tcr_v2 .meta .mobile_only {
  display: none;
  margin: 7px 0 0;
}
@media (max-width: 30em) {
  .ent_m018_tcr_v2 .meta .mobile_only {
    display: block;
  }
  .ent_m018_tcr_v2 .meta .mobile_only .comments_wrap {
    display: inline-block;
  }
}
.ent_m018_tcr_v2 .meta .episode,
.ent_m018_tcr_v2 .meta .airDate,
.ent_m018_tcr_v2 .meta .viewCount {
  display: inline-block;
  vertical-align: top;
  margin: 0 10px 0 0;
  font-size: 14px;
  font-family: 'BrandonTextMedium', Helvetica, Arial, sans-serif;
  text-transform: none;
  color: #cccecb;
}
@media (max-width: 30em) {
  .ent_m018_tcr_v2 .meta .episode,
  .ent_m018_tcr_v2 .meta .airDate,
  .ent_m018_tcr_v2 .meta .viewCount {
    font-size: 12px;
  }
}
.ent_m018_tcr_v2 .meta .episode a,
.ent_m018_tcr_v2 .meta .airDate a,
.ent_m018_tcr_v2 .meta .viewCount a {
  color: #666666;
  text-decoration: none;
}
.ent_m018_tcr_v2 .meta .info {
  font: normal 17px/1.2 'BrandonTextMedium', Helvetica, Arial, sans-serif;
  color: #ffffff;
  margin-top: 7px;
  opacity: 0;
  height: 0;
  -webkit-transition: opacity 0.5s ease-out;
  transition: opacity 0.5s ease-out;
  overflow: hidden;
}
.ent_m018_tcr_v2 .meta .info .tags {
  margin-top: 10px;
  padding-bottom: 5px;
  color: #666666;
}
.ent_m018_tcr_v2 .meta .info .tags a {
  color: inherit;
  text-decoration: none;
}
.ent_m018_tcr_v2 .meta .info .tags a:hover {
  color: #dce631;
}
.ent_m018_tcr_v2 .meta.show_info .info {
  opacity: 1;
  height: auto;
  margin-bottom: 11px;
}
.ent_m018_tcr_v2 .meta.show_info .arrow:after {
  content: "\004A";
  color: #dce631;
}
.ent_m018_tcr_v2 .meta .comments_wrap {
  font-family: 'BrandonTextBold', Helvetica, Arial, sans-serif;
  text-decoration: none;
  text-transform: uppercase;
  color: #ffffff;
}
.ent_m018_tcr_v2 .meta .comments_wrap:hover {
  color: #dce631;
}
.ent_m018_tcr_v2 .meta .comments_wrap:hover:after {
  background-position: 0 -20px;
}
.ent_m018_tcr_v2 .meta .comments_wrap:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 17px;
  margin-left: 7px;
  background: url(/sitewide/images/sprites/cc_global_sprite.png) no-repeat;
  background-position: 0 0;
}
@media screen and (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .ent_m018_tcr_v2 .meta .comments_wrap:after {
    background: url(/sitewide/images/sprites/cc_global_sprite_2x.png) no-repeat;
    background-size: 280px 330px;
  }
}
.ent_m018_tcr_v2 .meta .full_episode {
  position: absolute;
  top: 30px;
  right: 0;
  width: 224px;
  height: 50px;
  font-size: 16px;
  font-family: 'BrandonTextMedium', Helvetica, Arial, sans-serif;
  line-height: 50px;
  background: #272a2b;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  color: #dce631;
}
.linux_entity .ent_m018_tcr_v2 .meta .full_episode {
  padding-top: 3px;
}
.ent_m018_tcr_v2 .meta .full_episode:hover {
  color: #000000;
  background-color: #dce631;
}
.ent_m018_tcr_v2 .meta .arrow:after {
  vertical-align: top;
  display: inline-block;
  margin: 10px -30px 0 17px;
  font-size: 13px;
}
.linux_entity .ent_m018_tcr_v2 .meta .arrow:after {
  margin-top: 6px;
}
@media (max-width: 48em) {
  .ent_m018_tcr_v2 .meta {
    padding-right: 280px;
  }
  .ent_m018_tcr_v2 .meta .full_episode {
    right: 20px;
  }
}
@media (max-width: 30em) {
  .ent_m018_tcr_v2 .meta {
    padding: 18px 0 0;
  }
  .ent_m018_tcr_v2 .meta .full_episode {
    position: static;
    display: block;
    width: 100%;
  }
  .ent_m018_tcr_v2 .meta .arrow:after {
    margin: 4px -30px 0 14px;
  }
  .linux_entity .ent_m018_tcr_v2 .meta .arrow:after {
    margin-top: 1px;
  }
  .ent_m018_tcr_v2 .meta > ul,
  .ent_m018_tcr_v2 .meta .info,
  .ent_m018_tcr_v2 .meta .comments_wrap,
  .ent_m018_tcr_v2 .meta h1 {
    padding-left: 10px;
    padding-right: 10px;
  }
  .ent_m018_tcr_v2 .meta h1 {
    padding-right: 30px;
  }
  .ent_m018_tcr_v2 .meta .info {
    margin-top: 13px;
  }
}
@media screen and (max-width: 64em) {
  .ent_m018_tcr_v2 .slate {
    display: none;
  }
}
@media screen and (min-width: 64.0625em) {
  .ent_m018_tcr_v2 .slate {
    color: #ffffff;
    overflow: hidden;
  }
  .ent_m018_tcr_v2 .slate,
  .ent_m018_tcr_v2 .slate .video_info,
  .ent_m018_tcr_v2 .slate .slate_content,
  .ent_m018_tcr_v2 .slate.overlapped_content:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .ent_m018_tcr_v2 .slate .background_image {
    width: 100%;
    height: 100%;
  }
  .ent_m018_tcr_v2 .slate .loading {
    position: relative;
  }
  .ent_m018_tcr_v2 .slate .loading:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 32px;
    height: 32px;
    margin: -16px 0 0 -16px;
    background: url(/sitewide/images/ajax-loader.gif);
  }
  .ent_m018_tcr_v2 .slate.overlapped_content:before {
    z-index: 1;
    content: "";
    background-color: rgba(0, 0, 0, 0.7);
  }
  .ent_m018_tcr_v2 .slate.overlapped_content .background_image {
    filter: url('/sitewide/svg/filters.svg#blur5');
    -moz-filter: blur(5px);
    -webkit-filter: blur(5px);
    filter: blur(5px);
  }
  .ent_m018_tcr_v2 .slate .countdown {
    color: #ee4444;
  }
  .ent_m018_tcr_v2 .slate .slate_content {
    z-index: 2;
    padding: 37px 40px;
    border: 4px solid rgba(65, 65, 65, 0.7);
  }
  .ent_m018_tcr_v2 .slate .group_header {
    font: 24px/1 'EamesBookItalic', serif;
    margin-bottom: 13px;
    text-transform: uppercase;
  }
  .ent_m018_tcr_v2 .slate .show_title {
    font: 13px/1.25 'BrandonTextBold', Helvetica, Arial, sans-serif;
    text-transform: uppercase;
  }
  .ent_m018_tcr_v2 .slate .video_title {
    font: 13px/1.3 'BrandonTextMedium', Helvetica, Arial, sans-serif;
    text-transform: uppercase;
  }
  .ent_m018_tcr_v2 .slate .countdown_line {
    background-color: #962d3f;
  }
  .ent_m018_tcr_v2 .slate .countdown_progress {
    display: block;
    width: 0;
    height: 11px;
    background-color: #ee4444;
  }
  .ent_m018_tcr_v2 .slate .video_item {
    position: relative;
    display: block;
    width: 210px;
  }
  .ent_m018_tcr_v2 .slate .video_item .show_title {
    position: absolute;
    top: 0;
    left: 0;
    padding: 8px 10px;
    color: #999999;
  }
  .ent_m018_tcr_v2 .slate .video_item .video_duration {
    color: #999999;
  }
  .ent_m018_tcr_v2 .slate .video_item .video_title {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 10px;
  }
  .ent_m018_tcr_v2 .slate .video_item:hover .video_info {
    display: block;
  }
  .ent_m018_tcr_v2 .slate .video_info {
    display: none;
    z-index: 2;
    color: #ffffff;
    background-color: rgba(0, 0, 0, 0.7);
  }
  .ent_m018_tcr_v2 .slate .video_label {
    z-index: 2;
    position: absolute;
    bottom: 11px;
    left: 11px;
    padding: 10px 9px;
    font: 13px/1 'BrandonTextBold', Helvetica, Arial, sans-serif;
    color: #ffffff;
    text-transform: uppercase;
    background: rgba(0, 0, 0, 0.8);
  }
  .ent_m018_tcr_v2 .slate .video_list {
    margin-bottom: 41px;
  }
  .ent_m018_tcr_v2 .slate .video_list:after {
    clear: both;
    content: "";
    display: block;
    height: 0;
    visibility: hidden;
  }
  *:first-child + html .ent_m018_tcr_v2 .slate .video_list {
    display: block;
    min-height: 0;
  }
  .ent_m018_tcr_v2 .slate .video_list.loading {
    min-height: 200px;
  }
  .ent_m018_tcr_v2 .slate .video_list .group_header {
    font-size: 30px;
    margin-bottom: 6px;
  }
  .ent_m018_tcr_v2 .slate .video_list .video_item {
    float: left;
    margin: 0 11px 11px 0;
  }
  .ent_m018_tcr_v2 .slate .video_list .video_item:nth-of-type(3n) {
    margin-right: 0;
  }
  .ent_m018_tcr_v2 .slate .up_next {
    float: right;
    width: 210px;
    margin-right: 28px;
  }
  .ent_m018_tcr_v2 .slate .up_next .group_header {
    margin-bottom: 7px;
  }
  .ent_m018_tcr_v2 .slate .watched {
    margin-right: 238px;
    padding-right: 25px;
  }
  .ent_m018_tcr_v2 .slate .watched .group_header {
    color: #3cb9d5;
  }
  .ent_m018_tcr_v2 .slate .watched .show_title,
  .ent_m018_tcr_v2 .slate .watched .video_title {
    font-size: 19px;
  }
}
.ent_m018_tcr_v2 .placeholder {
  padding: 0 15px;
}
.ent_m018_tcr_v2 .slate_header {
  padding-top: 16%;
  font: 30px/1 'EamesBookItalic', serif;
  color: #dce631;
}
.ent_m018_tcr_v2 .slate_description {
  font: 16px/1 'BrandonTextMedium', Helvetica, Arial, sans-serif;
  color: #ffffff;
}
.ent_m018_tcr_v2 .locked_state {
  position: relative;
  width: 100%;
  height: 100%;
}
.ent_m018_tcr_v2 .locked_state:before {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0.6;
  background: #000000;
}
.ent_m018_tcr_v2 .locked_state .image_holder {
  position: absolute;
  max-width: 960px;
  max-height: 540px;
  width: 100%;
  height: 100%;
  opacity: 0.2;
}
.ent_m018_tcr_v2 .locked_state .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 7% 0 0;
  font-family: 'BrandonTextBold', Helvetica, Arial, sans-serif;
  color: #ffffff;
  text-align: center;
  z-index: 3;
}
.ent_m018_tcr_v2 .locked_state .overlay .lock_icon,
.ent_m018_tcr_v2 .locked_state .overlay .message,
.ent_m018_tcr_v2 .locked_state .overlay .sign_in {
  text-transform: uppercase;
  display: block;
}
.ent_m018_tcr_v2 .locked_state .overlay .sign_in {
  text-align: center;
  padding: 0 10px;
  height: 45px;
  line-height: 45px;
  width: 195px;
  margin: auto;
  color: #ffffff;
  text-decoration: none;
}
.ent_m018_tcr_v2 .locked_state .overlay .message {
  max-width: 560px;
  margin: 10px auto 45px;
  font-size: 28px;
}
.ent_m018_tcr_v2 .locked_state .overlay .lock_icon {
  width: 21px;
  height: 31px;
  margin: auto;
  background: url(/sitewide/images/sprites/cc_global_sprite.png) no-repeat -59px 0;
}
@media screen and (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .ent_m018_tcr_v2 .locked_state .overlay .lock_icon {
    background: url(/sitewide/images/sprites/cc_global_sprite_2x.png) no-repeat -59px 0;
    background-size: 280px 330px;
  }
}
.ent_m018_tcr_v2 .locked_state .overlay .disclaimer {
  position: absolute;
  bottom: 0%;
  left: 0;
  width: 100%;
  padding-bottom: 7%;
  font-family: 'BrandonTextBold', Helvetica, Arial, sans-serif;
  color: #ffffff;
  text-align: center;
}
.ent_m018_tcr_v2 .locked_state .overlay .disclaimer .text {
  display: block;
  font-size: 20px;
}
.ent_m018_tcr_v2 .locked_state .overlay .disclaimer .link {
  font-size: 15px;
  color: #dce631;
}
.ent_m018_tcr_v2 #video_player.loading,
.ent_m018_tcr_v2 .videoPlayer.loading {
  background: #000000 url(/sitewide/images/common/ajax-loader.gif) no-repeat 50%;
  height: 542px;
}
.ent_m018_tcr_v2 .share_buttons.triforceRendered li li {
  margin-left: 0;
}
.ent_m018_tcr_v2.module {
  overflow: hidden;
  padding-bottom: 0;
}
.ent_m018_tcr_v2.module .underVideoWrapper {
  position: relative;
}
.ent_m018_tcr_v2.module .meta {
  padding: 13px 0 0 0;
  overflow: hidden;
}
.ent_m018_tcr_v2.module .meta h1 {
  text-transform: none;
  line-height: 1.375em;
}
.ent_m018_tcr_v2.module .meta h1[data-graphics-after]::after {
  font-size: 28px;
  margin-top: 0px;
  color: #cccecb;
}
.ent_m018_tcr_v2.module .meta h1[data-graphics-after]:hover:after {
  color: #ee4444;
}
.ent_m018_tcr_v2.module .meta ul {
  margin: 2px 0 4px;
}
.ent_m018_tcr_v2.module .meta .info {
  font-family: 'BrandonTextMedium', Helvetica, Arial, sans-serif;
  color: #cccecb;
}
.ent_m018_tcr_v2.module .meta.show_info h1[data-graphics-after]::after {
  color: #ee4444;
}
.ent_m018_tcr_v2.module .meta .episode a {
  color: #0487d5;
}
.ent_m018_tcr_v2.module .pageOverlay {
  display: none !important;
  position: absolute;
  opacity: 0;
}
.ent_m018_tcr_v2.module .share_buttons {
  max-width: 960px;
  margin: 0 auto;
  border-top: 1px solid #4d4346;
  padding: 1.125em .5625em 0em 0em;
}
.ent_m018_tcr_v2.module .share_buttons .share_text_button .share_wrap {
  float: left;
}
.ent_m018_tcr_v2.module .share_buttons .share_text_button .share_wrap .share .flux4Widget ul li {
  display: inline-block;
  width: auto;
  height: 28px;
  color: #cccecb;
  margin: 0 24px 0 9px;
  font-family: 'BrandonTextMedium', Helvetica, Arial, sans-serif;
  font-size: 1.33333333em;
}
.ent_m018_tcr_v2.module .share_buttons .share_text_button .share_wrap .share .flux4Widget ul li [data-graphics]::before {
  color: #0172b9;
}
.ent_m018_tcr_v2.module .share_buttons .share_text_button .share_wrap .share .flux4Widget ul li:hover [data-graphics]::before {
  color: #ee4444;
}
.ent_m018_tcr_v2.module .share_buttons .share_text_button .share_wrap .share .flux4Widget ul li:hover .screen-reader-text {
  color: #ee4444;
}
@media (max-width: 30em) {
  .ent_m018_tcr_v2.module .share_buttons .share_text_button .share_wrap .share .flux4Widget ul li {
    margin-right: 0;
    margin-left: 0;
  }
}
.ent_m018_tcr_v2.module .share_buttons .share_text_button .share_wrap .share .flux4Widget ul li span:first-child {
  font-size: 16px;
  margin-right: 10px;
}
.ent_m018_tcr_v2.module .share_buttons .share_text_button .share_wrap .share .flux4Widget ul li:first-child {
  margin-left: 0;
}
.ent_m018_tcr_v2.module .share_buttons .share_text_button .share_wrap .share .flux4Widget ul li:last-child {
  float: right;
}
.ent_m018_tcr_v2.module .share_buttons .share_text_button .share_wrap .share .flux4Widget ul li .screen-reader-text {
  color: #9a9a9a;
}
.ent_m018_tcr_v2.module .share_buttons.mobile {
  display: none;
}
.ent_m018_tcr_v2.module .share_buttons .comments_wrap {
  float: right;
}
.linux_entity .ent_m018_tcr_v2.module .share_buttons .comments_wrap {
  vertical-align: top;
}
.ent_m018_tcr_v2.module .share_buttons .comments_wrap:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 23px;
  height: 20px;
  margin-left: 7px;
  background: url('/sitewide/images/sprites/cr_site2013_sprite.png') no-repeat;
  background-position: -149px -201px;
}
@media screen and (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .ent_m018_tcr_v2.module .share_buttons .comments_wrap:after {
    height: 25px;
    background: url('/sitewide/images/sprites/cr_site2013_sprite_retina.png');
    background-size: 700px 275px;
    background-position: -149px -200px;
  }
}
.ent_m018_tcr_v2.module .share_buttons .comments_wrap:hover:after {
  background-position: -149px -232px;
}
.ent_m018_tcr_v2.module .share_buttons .comments_wrap:hover span {
  color: #ee4444;
}
.ent_m018_tcr_v2.module .share_buttons .comments_wrap .need-count {
  color: #9a9a9a;
}
.ent_m018_tcr_v2.module .hscroll_wrapper {
  position: absolute;
  top: 0;
  right: 0;
  width: 487px;
  overflow: hidden;
  background: #191c1c;
}
@media (max-width: 48em) {
  .ent_m018_tcr_v2.module .hscroll_wrapper {
    display: none;
  }
}
.ent_m018_tcr_v2.module .hscroll_wrapper .pseudo.share_wrap {
  position: absolute;
  left: 20px;
  bottom: 20px;
}
.ent_m018_tcr_v2.module .hscroll_wrapper .pseudo.share_wrap li.googleplus {
  margin-left: -3px;
}
.ent_m018_tcr_v2.module .hscroll_wrapper .pseudo.share_help {
  position: absolute;
  top: 17px;
  left: 20px;
  color: #ffffff;
  text-transform: uppercase;
  font: 1em/1em 'BrandonTextBold', Helvetica, Arial, sans-serif;
}
.ent_m018_tcr_v2.module .hscroll_wrapper .carouselWrapper .left_arrow,
.ent_m018_tcr_v2.module .hscroll_wrapper .carouselWrapper .right_arrow {
  width: 10px;
  height: 14px;
  position: absolute;
  left: auto;
  top: auto;
  background: none;
  z-index: 1;
  -webkit-transition: opacity .25s;
  transition: opacity .25s;
}
.ent_m018_tcr_v2.module .hscroll_wrapper .carouselWrapper .left_arrow span,
.ent_m018_tcr_v2.module .hscroll_wrapper .carouselWrapper .right_arrow span {
  top: 0;
  left: 0;
  margin-top: 0;
}
.ent_m018_tcr_v2.module .hscroll_wrapper .carouselWrapper .left_arrow span:after,
.ent_m018_tcr_v2.module .hscroll_wrapper .carouselWrapper .right_arrow span:after {
  color: #ffffff;
  font-size: 14px;
}
.ent_m018_tcr_v2.module .hscroll_wrapper .carouselWrapper .left_arrow {
  right: 191px;
  bottom: 56px;
}
.ent_m018_tcr_v2.module .hscroll_wrapper .carouselWrapper .left_arrow span:after {
  content: '\52';
}
.ent_m018_tcr_v2.module .hscroll_wrapper .carouselWrapper .right_arrow {
  right: 15px;
  bottom: 57px;
}
.ent_m018_tcr_v2.module .hscroll_wrapper .carouselWrapper .right_arrow span:after {
  content: '\53';
}
.ent_m018_tcr_v2.module .hscroll_wrapper .carouselWrapper .mask {
  padding: 0 !important;
  z-index: 1;
}
.ent_m018_tcr_v2.module .hscroll_wrapper .carouselWrapper .mask.animated ~ .left_arrow,
.ent_m018_tcr_v2.module .hscroll_wrapper .carouselWrapper .mask.animated ~ .right_arrow {
  opacity: 0;
}
.ent_m018_tcr_v2.module .hscroll_wrapper .carouselWrapper .mask.animated .fluxsShareWidget {
  display: none !important;
}
.ent_m018_tcr_v2.module .hscroll_wrapper .carouselWrapper .mask .share_wrap[data-inpoint] .image_holder {
  cursor: pointer;
}
.ent_m018_tcr_v2.module .hscroll_wrapper .carouselWrapper .mask .share_wrap {
  width: 487px;
  height: 158px;
  float: left;
  background: none;
}
.ent_m018_tcr_v2.module .hscroll_wrapper .carouselWrapper .mask .share_wrap div {
  margin-bottom: 0;
}
.ent_m018_tcr_v2.module .hscroll_wrapper .carouselWrapper .mask .share_wrap .image_holder {
  position: absolute;
  width: 138px;
  right: 40px;
  bottom: 18px;
  z-index: 1;
}
.ent_m018_tcr_v2.module .hscroll_wrapper .carouselWrapper .mask .share_wrap .share_title_wrap {
  float: none;
}
.ent_m018_tcr_v2.module .hscroll_wrapper .carouselWrapper .mask .share_wrap .share_title_wrap .share_help {
  float: none;
  font: 1em/1em 'BrandonTextBold', Helvetica, Arial, sans-serif;
  padding: 20px 15px 0 20px;
  color: #ffffff;
  visibility: hidden;
}
.ent_m018_tcr_v2.module .hscroll_wrapper .carouselWrapper .mask .share_wrap .share_title_wrap .share_subline {
  padding: 2px 15px 0 20px;
  font: 0.875em/1em 'BrandonTextBold', Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  color: #666666;
  display: inline-block;
  max-width: 254px;
}
.ent_m018_tcr_v2.module .hscroll_wrapper .carouselWrapper .mask .share_wrap .fluxsShareWidget {
  position: absolute;
  bottom: 20px;
  left: 20px;
}
.ent_m018_tcr_v2.module .hscroll_wrapper .carouselWrapper .mask .share_wrap .fluxsShareWidget li.googleplus {
  margin-left: 0;
}
@media (max-width: 910px) {
  .ent_m018_tcr_v2.module .hscroll_wrapper .carouselWrapper .mask .share_wrap .fluxsShareWidget {
    bottom: 0;
    left: 0;
  }
}
.ent_m018_tcr_v2.module .hscroll_wrapper .carouselWrapper .mask .share_wrap .fluxsShareWidget span + span {
  line-height: 100px;
}
.ent_m018_tcr_v2 .share_locked_state:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background: #000000;
  z-index: 8;
  opacity: .4;
}
.ent_m018_tcr_v2 .provider {
  display: block;
  margin: 0 0 10px;
  text-align: right;
}
.ent_m018_tcr_v2 .provider span {
  display: none;
}
.ent_m018_tcr_v2 .provider span.tv_provider {
  display: inline-block;
  margin-right: 10px;
  font-family: 'BrandonTextBold', Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  color: #666666;
}
.ent_m018_tcr_v2 .provider .image_holder {
  max-width: 110px;
  max-height: 50px;
}
.ent_m018_tcr_v2 .provider .image_holder,
.ent_m018_tcr_v2 .provider .tv_provider {
  vertical-align: middle;
}
.ent_m018_tcr_v2 .provider:after {
  clear: both;
  content: " ";
  display: block;
}
@media (max-width: 64em) {
  .ent_m018_tcr_v2.module .underVideoWrapper {
    min-height: 128px;
  }
  .ent_m018_tcr_v2.module .hscroll_wrapper {
    width: 384px;
  }
  .ent_m018_tcr_v2.module .hscroll_wrapper .pseudo.share_wrap {
    left: -3px;
    bottom: 0;
  }
  .ent_m018_tcr_v2.module .hscroll_wrapper .pseudo.share_help {
    top: 13px;
    left: 15px;
  }
  .ent_m018_tcr_v2.module .hscroll_wrapper .carouselWrapper .mask .share_wrap {
    width: 384px;
    height: 128px;
  }
  .ent_m018_tcr_v2.module .hscroll_wrapper .carouselWrapper .mask .share_wrap .image_holder {
    width: 138px;
    height: 78px;
    bottom: 0;
    right: 0;
  }
  .ent_m018_tcr_v2.module .hscroll_wrapper .carouselWrapper .mask .share_wrap .fluxsShareWidget {
    position: absolute;
    bottom: 0;
    left: -3px;
  }
  .ent_m018_tcr_v2.module .hscroll_wrapper .carouselWrapper .mask .share_wrap .share_title_wrap .share_help {
    padding: 16px 15px 0 14px;
  }
  .ent_m018_tcr_v2.module .hscroll_wrapper .carouselWrapper .mask .share_wrap .share_title_wrap .share_subline {
    padding: 0 15px 0 14px;
  }
  .ent_m018_tcr_v2.module .hscroll_wrapper .carouselWrapper .right_arrow,
  .ent_m018_tcr_v2.module .hscroll_wrapper .carouselWrapper .left_arrow {
    width: 10px;
    height: 22px;
    display: inline-block !important;
  }
  .ent_m018_tcr_v2.module .hscroll_wrapper .carouselWrapper .right_arrow.invisible,
  .ent_m018_tcr_v2.module .hscroll_wrapper .carouselWrapper .left_arrow.invisible {
    display: none !important;
  }
  .ent_m018_tcr_v2.module .hscroll_wrapper .carouselWrapper .right_arrow {
    right: 9px;
    bottom: 30px;
  }
  .ent_m018_tcr_v2.module .hscroll_wrapper .carouselWrapper .left_arrow {
    right: 118px;
    bottom: 30px;
  }
  .ent_m018_tcr_v2.module .meta,
  .ent_m018_tcr_v2.module .share_buttons {
    margin-left: 20px;
  }
}
@media (max-width: 48em) {
  .ent_m018_tcr_v2.module {
    min-width: 320px;
    min-height: 0;
  }
  .ent_m018_tcr_v2.module .meta {
    margin: 0;
    float: none;
    padding: 14px 0 0;
  }
  .ent_m018_tcr_v2.module .share_buttons {
    width: auto;
    margin: 0;
  }
  .ent_m018_tcr_v2.module .share_buttons.mobile {
    display: none;
    margin-top: 10px;
  }
  .ent_m018_tcr_v2.module .share_buttons .screen-reader-text {
    display: none;
  }
  .ent_m018_tcr_v2.module .locked_state .overlay .message {
    max-width: 375px;
    margin-bottom: 15px;
    font-size: 19px;
    line-height: 24px;
  }
  .ent_m018_tcr_v2.module .locked_state .overlay .sign_in {
    width: 114px;
    height: 35px;
    font-size: 13px;
    line-height: 35px;
  }
  .ent_m018_tcr_v2.module .locked_state .overlay .text {
    font-size: 17px;
    line-height: 1;
  }
  .ent_m018_tcr_v2.module .locked_state .overlay .link {
    font-size: 13px;
  }
}
.ent_m018_tcr_v3 {
  background: url(/sitewide/images/CN_VideoPlayerBG.jpg) no-repeat;
  min-height: 670px;
  background: none;
}
.ent_m018_tcr_v3.module {
  margin: 0 auto;
}
@media (max-width: 30em) {
  .ent_m018_tcr_v3.module {
    padding-bottom: 0;
  }
}
.ent_m018_tcr_v3 .videoPlayer,
.ent_m018_tcr_v3 .meta {
  max-width: 960px;
  margin: 0 auto;
}
.ent_m018_tcr_v3 .videoPlayer > div {
  position: relative;
  padding-bottom: 56.4625%;
  height: 0;
  border: 0;
  outline: 2px solid #41383b;
}
.ent_m018_tcr_v3 .videoPlayer > div object,
.ent_m018_tcr_v3 .videoPlayer > div embed,
.ent_m018_tcr_v3 .videoPlayer > div iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.ent_m018_tcr_v3 .videoPlayer > div iframe.hidden {
  left: -10000px;
}
@media (min-width: 15em) and (max-with: 19.938em) {
  .ent_m018_tcr_v3 .videoPlayer > div {
    background-size: 230px;
  }
}
@media (min-width: 20em) and (max-width: 29.938em) {
  .ent_m018_tcr_v3 .videoPlayer > div {
    background-size: 300px;
  }
}
.ent_m018_tcr_v3 .share_wrap .start_clip input + label {
  width: 22px;
  height: 22px;
  margin-top: 3px;
  border: 2px solid #808c8f;
  background-color: #272a2b;
}
.ent_m018_tcr_v3 .share_wrap .start_clip .textLabel span {
  color: #ffffff;
}
.ent_m018_tcr_v3 .share_wrap .start_clip .is_start_checkbox label:before {
  position: absolute;
  top: -8px;
  left: 4px;
  opacity: 0;
}
.ent_m018_tcr_v3 .share_wrap .start_clip .is_start_checkbox input[type="checkbox"]:checked + label {
  background: #3ba6c7;
  border: 2px solid #3ba6c7;
}
.ent_m018_tcr_v3 .ad_playing .start_clip {
  position: relative;
}
.ent_m018_tcr_v3 .ad_playing .start_clip:after {
  content: " ";
  width: 100%;
  height: 50px;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.0001;
}
.ent_m018_tcr_v3 .ad_playing .start_clip input + label {
  border: 2px solid #43494a;
  width: 22px;
  height: 22px;
}
.ent_m018_tcr_v3 .ad_playing .start_clip .textLabel span {
  color: #43494a;
}
.ent_m018_tcr_v3 .transcript {
  display: none;
}
.ent_m018_tcr_v3 .end_slate:before {
  content: "";
  z-index: 1;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 32px;
  height: 32px;
  margin: -16px 0 0 -16px;
  background: url(/sitewide/images/common/ajax-loader.gif) no-repeat;
  background-size: 100%;
}
.ent_m018_tcr_v3 .end_slate:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #141213;
}
.ent_m018_tcr_v3 .not_available {
  max-width: 960px;
  margin: 0 auto;
  padding: 60px 40px;
  background: #342e30;
}
.ent_m018_tcr_v3 .not_available h2 {
  color: #3479a5;
  text-transform: uppercase;
  font-size: 2.5em;
}
.ent_m018_tcr_v3 .not_available p {
  color: #ffffff;
  font-size: 1.25em;
}
.ent_m018_tcr_v3 .meta {
  position: relative;
  padding: 26px 0 0 20px;
}
.ent_m018_tcr_v3 .meta h1 {
  margin: 0;
  font: normal 32px/1.1 'BrandonTextMedium', Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  color: #ffffff;
  cursor: pointer;
}
@media screen and (max-width: 30em) {
  .ent_m018_tcr_v3 .meta h1 {
    font-size: 16px;
  }
}
.linux_entity .ent_m018_tcr_v3 .meta h1 {
  padding-top: 4px;
}
.ent_m018_tcr_v3 .meta .mobile_only {
  display: none;
  margin: 7px 0 0;
}
@media (max-width: 30em) {
  .ent_m018_tcr_v3 .meta .mobile_only {
    display: block;
  }
  .ent_m018_tcr_v3 .meta .mobile_only .comments_wrap {
    display: inline-block;
  }
}
.ent_m018_tcr_v3 .meta .episode,
.ent_m018_tcr_v3 .meta .airDate,
.ent_m018_tcr_v3 .meta .viewCount {
  display: inline-block;
  vertical-align: top;
  margin: 0 10px 0 0;
  font-size: 14px;
  font-family: 'BrandonTextMedium', Helvetica, Arial, sans-serif;
  text-transform: none;
  color: #cccecb;
}
@media (max-width: 30em) {
  .ent_m018_tcr_v3 .meta .episode,
  .ent_m018_tcr_v3 .meta .airDate,
  .ent_m018_tcr_v3 .meta .viewCount {
    font-size: 12px;
  }
}
.ent_m018_tcr_v3 .meta .episode a,
.ent_m018_tcr_v3 .meta .airDate a,
.ent_m018_tcr_v3 .meta .viewCount a {
  color: #666666;
  text-decoration: none;
}
.ent_m018_tcr_v3 .meta .info {
  font: normal 17px/1.2 'BrandonTextMedium', Helvetica, Arial, sans-serif;
  color: #ffffff;
  margin-top: 7px;
  opacity: 0;
  height: 0;
  -webkit-transition: opacity 0.5s ease-out;
  transition: opacity 0.5s ease-out;
  overflow: hidden;
}
.ent_m018_tcr_v3 .meta .info .tags {
  margin-top: 10px;
  padding-bottom: 5px;
  color: #666666;
}
.ent_m018_tcr_v3 .meta .info .tags a {
  color: inherit;
  text-decoration: none;
}
.ent_m018_tcr_v3 .meta .info .tags a:hover {
  color: #dce631;
}
.ent_m018_tcr_v3 .meta.show_info .info {
  opacity: 1;
  height: auto;
  margin-bottom: 11px;
}
.ent_m018_tcr_v3 .meta.show_info .arrow:after {
  content: "\004A";
  color: #dce631;
}
.ent_m018_tcr_v3 .meta .comments_wrap {
  font-family: 'BrandonTextBold', Helvetica, Arial, sans-serif;
  text-decoration: none;
  text-transform: uppercase;
  color: #ffffff;
}
.ent_m018_tcr_v3 .meta .comments_wrap:hover {
  color: #dce631;
}
.ent_m018_tcr_v3 .meta .comments_wrap:hover:after {
  background-position: 0 -20px;
}
.ent_m018_tcr_v3 .meta .comments_wrap:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 17px;
  margin-left: 7px;
  background: url(/sitewide/images/sprites/cc_global_sprite.png) no-repeat;
  background-position: 0 0;
}
@media screen and (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .ent_m018_tcr_v3 .meta .comments_wrap:after {
    background: url(/sitewide/images/sprites/cc_global_sprite_2x.png) no-repeat;
    background-size: 280px 330px;
  }
}
.ent_m018_tcr_v3 .meta .full_episode {
  position: absolute;
  top: 30px;
  right: 0;
  width: 224px;
  height: 50px;
  font-size: 16px;
  font-family: 'BrandonTextMedium', Helvetica, Arial, sans-serif;
  line-height: 50px;
  background: #272a2b;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  color: #dce631;
}
.linux_entity .ent_m018_tcr_v3 .meta .full_episode {
  padding-top: 3px;
}
.ent_m018_tcr_v3 .meta .full_episode:hover {
  color: #000000;
  background-color: #dce631;
}
.ent_m018_tcr_v3 .meta .arrow:after {
  vertical-align: top;
  display: inline-block;
  margin: 10px -30px 0 17px;
  font-size: 13px;
}
.linux_entity .ent_m018_tcr_v3 .meta .arrow:after {
  margin-top: 6px;
}
@media (max-width: 48em) {
  .ent_m018_tcr_v3 .meta {
    padding-right: 280px;
  }
  .ent_m018_tcr_v3 .meta .full_episode {
    right: 20px;
  }
}
@media (max-width: 30em) {
  .ent_m018_tcr_v3 .meta {
    padding: 18px 0 0;
  }
  .ent_m018_tcr_v3 .meta .full_episode {
    position: static;
    display: block;
    width: 100%;
  }
  .ent_m018_tcr_v3 .meta .arrow:after {
    margin: 4px -30px 0 14px;
  }
  .linux_entity .ent_m018_tcr_v3 .meta .arrow:after {
    margin-top: 1px;
  }
  .ent_m018_tcr_v3 .meta > ul,
  .ent_m018_tcr_v3 .meta .info,
  .ent_m018_tcr_v3 .meta .comments_wrap,
  .ent_m018_tcr_v3 .meta h1 {
    padding-left: 10px;
    padding-right: 10px;
  }
  .ent_m018_tcr_v3 .meta h1 {
    padding-right: 30px;
  }
  .ent_m018_tcr_v3 .meta .info {
    margin-top: 13px;
  }
}
@media screen and (max-width: 64em) {
  .ent_m018_tcr_v3 .slate {
    display: none;
  }
}
@media screen and (min-width: 64.0625em) {
  .ent_m018_tcr_v3 .slate {
    color: #ffffff;
    overflow: hidden;
  }
  .ent_m018_tcr_v3 .slate,
  .ent_m018_tcr_v3 .slate .video_info,
  .ent_m018_tcr_v3 .slate .slate_content,
  .ent_m018_tcr_v3 .slate.overlapped_content:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .ent_m018_tcr_v3 .slate .background_image {
    width: 100%;
    height: 100%;
  }
  .ent_m018_tcr_v3 .slate .loading {
    position: relative;
  }
  .ent_m018_tcr_v3 .slate .loading:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 32px;
    height: 32px;
    margin: -16px 0 0 -16px;
    background: url(/sitewide/images/ajax-loader.gif);
  }
  .ent_m018_tcr_v3 .slate.overlapped_content:before {
    z-index: 1;
    content: "";
    background-color: rgba(0, 0, 0, 0.7);
  }
  .ent_m018_tcr_v3 .slate.overlapped_content .background_image {
    filter: url('/sitewide/svg/filters.svg#blur5');
    -moz-filter: blur(5px);
    -webkit-filter: blur(5px);
    filter: blur(5px);
  }
  .ent_m018_tcr_v3 .slate .countdown {
    color: #ee4444;
  }
  .ent_m018_tcr_v3 .slate .slate_content {
    z-index: 2;
    padding: 37px 40px;
    border: 4px solid rgba(65, 65, 65, 0.7);
  }
  .ent_m018_tcr_v3 .slate .group_header {
    font: 24px/1 'EamesBookItalic', serif;
    margin-bottom: 13px;
    text-transform: uppercase;
  }
  .ent_m018_tcr_v3 .slate .show_title {
    font: 13px/1.25 'BrandonTextBold', Helvetica, Arial, sans-serif;
    text-transform: uppercase;
  }
  .ent_m018_tcr_v3 .slate .video_title {
    font: 13px/1.3 'BrandonTextMedium', Helvetica, Arial, sans-serif;
    text-transform: uppercase;
  }
  .ent_m018_tcr_v3 .slate .countdown_line {
    background-color: #962d3f;
  }
  .ent_m018_tcr_v3 .slate .countdown_progress {
    display: block;
    width: 0;
    height: 11px;
    background-color: #ee4444;
  }
  .ent_m018_tcr_v3 .slate .video_item {
    position: relative;
    display: block;
    width: 210px;
  }
  .ent_m018_tcr_v3 .slate .video_item .show_title {
    position: absolute;
    top: 0;
    left: 0;
    padding: 8px 10px;
    color: #999999;
  }
  .ent_m018_tcr_v3 .slate .video_item .video_duration {
    color: #999999;
  }
  .ent_m018_tcr_v3 .slate .video_item .video_title {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 10px;
  }
  .ent_m018_tcr_v3 .slate .video_item:hover .video_info {
    display: block;
  }
  .ent_m018_tcr_v3 .slate .video_info {
    display: none;
    z-index: 2;
    color: #ffffff;
    background-color: rgba(0, 0, 0, 0.7);
  }
  .ent_m018_tcr_v3 .slate .video_label {
    z-index: 2;
    position: absolute;
    bottom: 11px;
    left: 11px;
    padding: 10px 9px;
    font: 13px/1 'BrandonTextBold', Helvetica, Arial, sans-serif;
    color: #ffffff;
    text-transform: uppercase;
    background: rgba(0, 0, 0, 0.8);
  }
  .ent_m018_tcr_v3 .slate .video_list {
    margin-bottom: 41px;
  }
  .ent_m018_tcr_v3 .slate .video_list:after {
    clear: both;
    content: "";
    display: block;
    height: 0;
    visibility: hidden;
  }
  *:first-child + html .ent_m018_tcr_v3 .slate .video_list {
    display: block;
    min-height: 0;
  }
  .ent_m018_tcr_v3 .slate .video_list.loading {
    min-height: 200px;
  }
  .ent_m018_tcr_v3 .slate .video_list .group_header {
    font-size: 30px;
    margin-bottom: 6px;
  }
  .ent_m018_tcr_v3 .slate .video_list .video_item {
    float: left;
    margin: 0 11px 11px 0;
  }
  .ent_m018_tcr_v3 .slate .video_list .video_item:nth-of-type(3n) {
    margin-right: 0;
  }
  .ent_m018_tcr_v3 .slate .up_next {
    float: right;
    width: 210px;
    margin-right: 28px;
  }
  .ent_m018_tcr_v3 .slate .up_next .group_header {
    margin-bottom: 7px;
  }
  .ent_m018_tcr_v3 .slate .watched {
    margin-right: 238px;
    padding-right: 25px;
  }
  .ent_m018_tcr_v3 .slate .watched .group_header {
    color: #3cb9d5;
  }
  .ent_m018_tcr_v3 .slate .watched .show_title,
  .ent_m018_tcr_v3 .slate .watched .video_title {
    font-size: 19px;
  }
}
@media screen and (min-width: 64.0625em) {
  .ent_m018_tcr_v3 .just_watched object,
  .ent_m018_tcr_v3 .just_watched .player_overlay {
    z-index: 3;
    position: absolute;
    top: auto !important;
    bottom: 0;
    left: 0;
    margin: 0 0 44px 44px;
    width: 210px !important;
    height: 118px !important;
    -webkit-transition: width 0.5s, height 0.5s;
    transition: width 0.5s, height 0.5s;
  }
  .ent_m018_tcr_v3 .just_watched .player_overlay {
    cursor: pointer;
  }
  .ent_m018_tcr_v3 .just_watched .player_overlay:after {
    display: inline-block;
    font-family: 'cc-icons';
    font-style: normal;
    font-weight: normal;
    speak: none;
    text-decoration: inherit;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    content: "l";
    position: absolute;
    right: 12px;
    bottom: 12px;
    padding: 2px;
    font-size: 18px;
    line-height: 1;
    font-weight: bold;
    color: #000000;
    background-color: #ffffff;
  }
}
.ent_m018_tcr_v3 .placeholder {
  padding: 0 15px;
}
.ent_m018_tcr_v3 .slate_header {
  padding-top: 16%;
  font: 30px/1 'EamesBookItalic', serif;
  color: #dce631;
}
.ent_m018_tcr_v3 .slate_description {
  font: 16px/1 'BrandonTextMedium', Helvetica, Arial, sans-serif;
  color: #ffffff;
}
.ent_m018_tcr_v3 .locked_state {
  position: relative;
  width: 100%;
  height: 100%;
}
.ent_m018_tcr_v3 .locked_state:before {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0.6;
  background: #000000;
}
.ent_m018_tcr_v3 .locked_state .image_holder {
  position: absolute;
  max-width: 960px;
  max-height: 540px;
  width: 100%;
  height: 100%;
  opacity: 0.2;
}
.ent_m018_tcr_v3 .locked_state .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 7% 0 0;
  font-family: 'BrandonTextBold', Helvetica, Arial, sans-serif;
  color: #ffffff;
  text-align: center;
  z-index: 3;
}
.ent_m018_tcr_v3 .locked_state .overlay .lock_icon,
.ent_m018_tcr_v3 .locked_state .overlay .message,
.ent_m018_tcr_v3 .locked_state .overlay .sign_in {
  text-transform: uppercase;
  display: block;
}
.ent_m018_tcr_v3 .locked_state .overlay .sign_in {
  text-align: center;
  padding: 0 10px;
  height: 45px;
  line-height: 45px;
  width: 195px;
  margin: auto;
  color: #ffffff;
  text-decoration: none;
}
.ent_m018_tcr_v3 .locked_state .overlay .message {
  max-width: 560px;
  margin: 10px auto 45px;
  font-size: 28px;
}
.ent_m018_tcr_v3 .locked_state .overlay .lock_icon {
  width: 21px;
  height: 31px;
  margin: auto;
  background: url(/sitewide/images/sprites/cc_global_sprite.png) no-repeat -59px 0;
}
@media screen and (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .ent_m018_tcr_v3 .locked_state .overlay .lock_icon {
    background: url(/sitewide/images/sprites/cc_global_sprite_2x.png) no-repeat -59px 0;
    background-size: 280px 330px;
  }
}
.ent_m018_tcr_v3 .locked_state .overlay .disclaimer {
  position: absolute;
  bottom: 0%;
  left: 0;
  width: 100%;
  padding-bottom: 7%;
  font-family: 'BrandonTextBold', Helvetica, Arial, sans-serif;
  color: #ffffff;
  text-align: center;
}
.ent_m018_tcr_v3 .locked_state .overlay .disclaimer .text {
  display: block;
  font-size: 20px;
}
.ent_m018_tcr_v3 .locked_state .overlay .disclaimer .link {
  font-size: 15px;
  color: #dce631;
}
.ent_m018_tcr_v3 #video_player.loading,
.ent_m018_tcr_v3 .videoPlayer.loading {
  background: #000000 url(/sitewide/images/common/ajax-loader.gif) no-repeat 50%;
  height: 542px;
}
.ent_m018_tcr_v3 .share_buttons.triforceRendered li li {
  margin-left: 0;
}
.ent_m018_tcr_v3 .slate .slate_content {
  padding: 57px 63px;
}
.ent_m018_tcr_v3 .slate .slate_content.video_takeover {
  padding: 0;
}
.ent_m018_tcr_v3 .slate .slate_content.video_takeover .video_list {
  margin: 0;
}
.ent_m018_tcr_v3 .slate .up_next {
  position: absolute;
  right: 0;
  bottom: 0;
  margin: 0 121px 58px 0;
}
.ent_m018_tcr_v3 .slate .video_list .group_header {
  font-size: 36px;
  margin-bottom: 5px;
}
.ent_m018_tcr_v3 .slate .video_list .video_item {
  width: 268px;
}
.ent_m018_tcr_v3 .just_watched object,
.ent_m018_tcr_v3 .just_watched .player_overlay {
  margin: 0 0 62px 67px;
}
.ent_m018_tcr_v3.module {
  overflow: hidden;
  padding-bottom: 0;
}
.ent_m018_tcr_v3.module .underVideoWrapper {
  position: relative;
}
.ent_m018_tcr_v3.module .meta {
  padding: 13px 0 0 0;
  overflow: hidden;
}
.ent_m018_tcr_v3.module .meta h1 {
  text-transform: none;
  line-height: 1.375em;
}
.ent_m018_tcr_v3.module .meta h1[data-graphics-after]::after {
  font-size: 28px;
  margin-top: 0px;
  color: #cccecb;
}
.ent_m018_tcr_v3.module .meta h1[data-graphics-after]:hover:after {
  color: #ee4444;
}
.ent_m018_tcr_v3.module .meta ul {
  margin: 2px 0 4px;
}
.ent_m018_tcr_v3.module .meta .info {
  font-family: 'BrandonTextMedium', Helvetica, Arial, sans-serif;
  color: #cccecb;
}
.ent_m018_tcr_v3.module .meta.show_info h1[data-graphics-after]::after {
  color: #ee4444;
}
.ent_m018_tcr_v3.module .meta .episode a {
  color: #0487d5;
}
.ent_m018_tcr_v3.module .pageOverlay {
  display: none;
  position: absolute;
  opacity: 0;
}
.ent_m018_tcr_v3.module .share_buttons {
  max-width: 960px;
  margin: 0 auto;
  border-top: 1px solid #4d4346;
  padding: 1.125em .5625em 0em 0em;
}
.ent_m018_tcr_v3.module .share_buttons .share_text_button .share_wrap {
  float: left;
}
.ent_m018_tcr_v3.module .share_buttons .share_text_button .share_wrap .share .flux4Widget ul li {
  display: inline-block;
  width: auto;
  height: 28px;
  color: #cccecb;
  margin: 0 24px 0 9px;
  font-family: 'BrandonTextMedium', Helvetica, Arial, sans-serif;
  font-size: 1.33333333em;
}
.ent_m018_tcr_v3.module .share_buttons .share_text_button .share_wrap .share .flux4Widget ul li [data-graphics]::before {
  color: #0172b9;
}
.ent_m018_tcr_v3.module .share_buttons .share_text_button .share_wrap .share .flux4Widget ul li:hover [data-graphics]::before {
  color: #ee4444;
}
.ent_m018_tcr_v3.module .share_buttons .share_text_button .share_wrap .share .flux4Widget ul li:hover .screen-reader-text {
  color: #ee4444;
}
@media (max-width: 30em) {
  .ent_m018_tcr_v3.module .share_buttons .share_text_button .share_wrap .share .flux4Widget ul li {
    margin-right: 0;
    margin-left: 0;
  }
}
.ent_m018_tcr_v3.module .share_buttons .share_text_button .share_wrap .share .flux4Widget ul li span:first-child {
  font-size: 16px;
  margin-right: 10px;
}
.ent_m018_tcr_v3.module .share_buttons .share_text_button .share_wrap .share .flux4Widget ul li:first-child {
  margin-left: 0;
}
.ent_m018_tcr_v3.module .share_buttons .share_text_button .share_wrap .share .flux4Widget ul li:last-child {
  float: right;
}
.ent_m018_tcr_v3.module .share_buttons .share_text_button .share_wrap .share .flux4Widget ul li .screen-reader-text {
  color: #9a9a9a;
}
.ent_m018_tcr_v3.module .share_buttons.mobile {
  display: none;
}
.ent_m018_tcr_v3.module .share_buttons .comments_wrap {
  float: right;
}
.linux_entity .ent_m018_tcr_v3.module .share_buttons .comments_wrap {
  vertical-align: top;
}
.ent_m018_tcr_v3.module .share_buttons .comments_wrap:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 23px;
  height: 20px;
  margin-left: 7px;
  background: url('/sitewide/images/sprites/cr_site2013_sprite.png') no-repeat;
  background-position: -149px -201px;
}
@media screen and (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .ent_m018_tcr_v3.module .share_buttons .comments_wrap:after {
    height: 25px;
    background: url('/sitewide/images/sprites/cr_site2013_sprite_retina.png');
    background-size: 700px 275px;
    background-position: -149px -200px;
  }
}
.ent_m018_tcr_v3.module .share_buttons .comments_wrap:hover:after {
  background-position: -149px -232px;
}
.ent_m018_tcr_v3.module .share_buttons .comments_wrap:hover span {
  color: #ee4444;
}
.ent_m018_tcr_v3.module .share_buttons .comments_wrap .need-count {
  color: #9a9a9a;
}
.ent_m018_tcr_v3.module .hscroll_wrapper {
  display: none;
}
.ent_m018_tcr_v3 .share_locked_state:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background: #000000;
  z-index: 8;
  opacity: .4;
}
.ent_m018_tcr_v3 .provider {
  display: block;
  margin: 0 0 10px;
  text-align: right;
}
.ent_m018_tcr_v3 .provider span {
  display: none;
}
.ent_m018_tcr_v3 .provider span.tv_provider {
  display: inline-block;
  margin-right: 10px;
  font-family: 'BrandonTextBold', Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  color: #666666;
}
.ent_m018_tcr_v3 .provider .image_holder {
  max-width: 110px;
  max-height: 50px;
}
.ent_m018_tcr_v3 .provider .image_holder,
.ent_m018_tcr_v3 .provider .tv_provider {
  vertical-align: middle;
}
.ent_m018_tcr_v3 .provider:after {
  clear: both;
  content: " ";
  display: block;
}
@media (max-width: 64em) {
  .ent_m018_tcr_v3.module .underVideoWrapper {
    min-height: 128px;
  }
  .ent_m018_tcr_v3.module .hscroll_wrapper {
    width: 384px;
  }
  .ent_m018_tcr_v3.module .hscroll_wrapper .pseudo.share_wrap {
    left: -3px;
    bottom: 0;
  }
  .ent_m018_tcr_v3.module .hscroll_wrapper .pseudo.share_help {
    top: 13px;
    left: 15px;
  }
  .ent_m018_tcr_v3.module .hscroll_wrapper .carouselWrapper .mask .share_wrap {
    width: 384px;
    height: 128px;
  }
  .ent_m018_tcr_v3.module .hscroll_wrapper .carouselWrapper .mask .share_wrap .image_holder {
    width: 138px;
    height: 78px;
    bottom: 0;
    right: 0;
  }
  .ent_m018_tcr_v3.module .hscroll_wrapper .carouselWrapper .mask .share_wrap .fluxsShareWidget {
    position: absolute;
    bottom: 0;
    left: -3px;
  }
  .ent_m018_tcr_v3.module .hscroll_wrapper .carouselWrapper .mask .share_wrap .share_title_wrap .share_help {
    padding: 16px 15px 0 14px;
  }
  .ent_m018_tcr_v3.module .hscroll_wrapper .carouselWrapper .mask .share_wrap .share_title_wrap .share_subline {
    padding: 0 15px 0 14px;
  }
  .ent_m018_tcr_v3.module .hscroll_wrapper .carouselWrapper .right_arrow,
  .ent_m018_tcr_v3.module .hscroll_wrapper .carouselWrapper .left_arrow {
    width: 10px;
    height: 22px;
    display: inline-block !important;
  }
  .ent_m018_tcr_v3.module .hscroll_wrapper .carouselWrapper .right_arrow.invisible,
  .ent_m018_tcr_v3.module .hscroll_wrapper .carouselWrapper .left_arrow.invisible {
    display: none !important;
  }
  .ent_m018_tcr_v3.module .hscroll_wrapper .carouselWrapper .right_arrow {
    right: 9px;
    bottom: 30px;
  }
  .ent_m018_tcr_v3.module .hscroll_wrapper .carouselWrapper .left_arrow {
    right: 118px;
    bottom: 30px;
  }
  .ent_m018_tcr_v3.module .meta,
  .ent_m018_tcr_v3.module .share_buttons {
    margin-left: 20px;
  }
}
@media (max-width: 48em) {
  .ent_m018_tcr_v3.module {
    min-width: 320px;
    min-height: 0;
  }
  .ent_m018_tcr_v3.module .meta {
    margin: 0;
    float: none;
    padding: 14px 0 0;
  }
  .ent_m018_tcr_v3.module .share_buttons {
    width: auto;
    margin: 0;
  }
  .ent_m018_tcr_v3.module .share_buttons.mobile {
    display: none;
    margin-top: 10px;
  }
  .ent_m018_tcr_v3.module .share_buttons .screen-reader-text {
    display: none;
  }
  .ent_m018_tcr_v3.module .locked_state .overlay .message {
    max-width: 375px;
    margin-bottom: 15px;
    font-size: 19px;
    line-height: 24px;
  }
  .ent_m018_tcr_v3.module .locked_state .overlay .sign_in {
    width: 114px;
    height: 35px;
    font-size: 13px;
    line-height: 35px;
  }
  .ent_m018_tcr_v3.module .locked_state .overlay .text {
    font-size: 17px;
    line-height: 1;
  }
  .ent_m018_tcr_v3.module .locked_state .overlay .link {
    font-size: 13px;
  }
  .ent_m018_tcr_v3.module .pageOverlay {
    position: fixed;
    opacity: 1;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    min-height: 440px;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 2001;
  }
  .ent_m018_tcr_v3.module .pageOverlay.jsRendered .share_wrap li {
    margin-left: 0 !important;
  }
  .ent_m018_tcr_v3.module .pageOverlay .mobileShareOverlay {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 20px;
    right: 20px;
    height: 375px;
    margin: auto;
    z-index: 2002;
    max-width: 320px;
  }
  .ent_m018_tcr_v3.module .pageOverlay .mobileShareOverlay .close {
    position: absolute;
    right: 0;
    top: 11px;
    color: #ffffff;
    text-decoration: none;
  }
  .ent_m018_tcr_v3.module .pageOverlay .mobileShareOverlay .close:before {
    content: "\0057";
    font-size: 20px;
  }
  .ent_m018_tcr_v3.module .pageOverlay .mobileShareOverlay h3 {
    text-transform: uppercase;
    text-align: center;
    color: #ffffff;
    line-height: 50px;
    font-size: 1.2em;
  }
  .ent_m018_tcr_v3.module .pageOverlay .mobileShareOverlay .share_wrap {
    height: auto;
    background: none;
  }
  .ent_m018_tcr_v3.module .pageOverlay .mobileShareOverlay .share_wrap .share {
    width: 202px;
    margin: 0 auto;
  }
  .ent_m018_tcr_v3.module .pageOverlay .mobileShareOverlay .share_wrap .share li {
    width: 100px;
    height: 100px;
    text-align: center;
    line-height: 78px;
    padding: 10px;
  }
  .ent_m018_tcr_v3.module .pageOverlay .mobileShareOverlay .share_wrap .share li:nth-child(2n+1) {
    margin-left: 0;
  }
  .ent_m018_tcr_v3.module .pageOverlay .mobileShareOverlay .share_wrap .share li span {
    font-size: 1.5em;
  }
  .ent_m018_tcr_v3.module .pageOverlay .mobileShareOverlay .share_wrap .share .twitter {
    width: 100px;
  }
  .ent_m018_tcr_v3.module .pageOverlay .mobileShareOverlay .copyLink .inputWrapper {
    background-color: #272a2b;
    height: 40px;
    width: 100%;
    text-align: center;
  }
  .ent_m018_tcr_v3.module .pageOverlay .mobileShareOverlay .copyLink span {
    display: inline-block;
    margin: 7px 0;
    padding: 0 5px;
    background-color: #799bb0;
    color: #000000;
    font: italic 1.5em/26px 'EamesBookItalic', serif;
  }
}
.ent_m019_tcr_v1 {
  padding: 0% 3.33333333% 0% 3.33333333%;
  padding-top: 1.875em;
  padding-bottom: 0.75em;
  padding: 4.16666667% 3.33333333% 1% 3.33333333%;
  min-height: 670px;
  /* share overrides, refer player_share_v1.less */
}
@media (max-width: 47.938em) {
  .ent_m019_tcr_v1 {
    padding: 1.875em 0.9375em 0.75em 0.9375em;
  }
}
.ent_m019_tcr_v1 .meta,
.ent_m019_tcr_v1 .meta_info {
  max-width: 1200px;
  margin: 0 auto;
}
.ent_m019_tcr_v1 .videoPlayer,
.ent_m019_tcr_v1 .player_holder {
  position: relative;
  max-width: 960px;
  margin: 0 auto;
  outline: 2px solid #41383b;
}
.ent_m019_tcr_v1 .videoPlayer iframe,
.ent_m019_tcr_v1 .player_holder iframe,
.ent_m019_tcr_v1 .videoPlayer object,
.ent_m019_tcr_v1 .player_holder object,
.ent_m019_tcr_v1 .videoPlayer embed,
.ent_m019_tcr_v1 .player_holder embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media (min-width: 15em) and (max-width: 19.938em) {
  .ent_m019_tcr_v1 .videoPlayer,
  .ent_m019_tcr_v1 .player_holder {
    background-size: 230px;
  }
}
@media (min-width: 20em) and (max-width: 29.938em) {
  .ent_m019_tcr_v1 .videoPlayer,
  .ent_m019_tcr_v1 .player_holder {
    background-size: 300px;
  }
}
@media (min-width: 64em) {
  .ent_m019_tcr_v1 .videoPlayer,
  .ent_m019_tcr_v1 .player_holder {
    width: 960px;
    height: 540px;
  }
}
@media (max-width: 63.938em) {
  .ent_m019_tcr_v1 .video_player,
  .ent_m019_tcr_v1 .player_holder {
    position: relative;
    height: 0;
    padding-bottom: 56.25%;
  }
}
.ent_m019_tcr_v1 .meta,
.ent_m019_tcr_v1 .meta_info {
  margin: 0 auto;
}
.ent_m019_tcr_v1 .meta h1,
.ent_m019_tcr_v1 .meta_info h1 {
  margin: 0;
  cursor: pointer;
}
.ent_m019_tcr_v1 .meta .info,
.ent_m019_tcr_v1 .meta_info .info {
  margin: 0% 0% 1.66666667% 0%;
  clear: both;
  display: none;
}
.ent_m019_tcr_v1 .meta .info.show,
.ent_m019_tcr_v1 .meta_info .info.show {
  display: block;
}
.ent_m019_tcr_v1 .meta .info .tags a,
.ent_m019_tcr_v1 .meta_info .info .tags a,
.ent_m019_tcr_v1 .meta .info .tags .tag,
.ent_m019_tcr_v1 .meta_info .info .tags .tag {
  color: #cccccc;
  text-decoration: none;
}
.ent_m019_tcr_v1 .meta .info .tags a:hover,
.ent_m019_tcr_v1 .meta_info .info .tags a:hover,
.ent_m019_tcr_v1 .meta .info .tags .tag:hover,
.ent_m019_tcr_v1 .meta_info .info .tags .tag:hover {
  color: #f9f9f9;
}
.ent_m019_tcr_v1 .meta .info ul li,
.ent_m019_tcr_v1 .meta_info .info ul li {
  display: inline-block;
}
.ent_m019_tcr_v1 .meta.show_info .info,
.ent_m019_tcr_v1 .meta_info.show_info .info {
  display: block;
}
.ent_m019_tcr_v1 .share_wrap,
.ent_m019_tcr_v1 .share_wrapper {
  padding: 0.83333333% 0% 0% 0%;
  margin: 0;
  width: 100%;
}
@media screen and (max-width: 47.938em) {
  .ent_m019_tcr_v1 .share_wrap li,
  .ent_m019_tcr_v1 .share_wrapper li {
    margin: 10px 25px 0 0;
  }
}
.ent_m019_tcr_v1 #shareMarkup {
  display: none;
}
.ent_m019_tcr_v1 a {
  font-family: 'BrandonTextMedium', Helvetica, Arial, sans-serif;
  color: #0090dc;
}
.ent_m019_tcr_v1 a:hover {
  color: #3cb9d5;
}
.ent_m019_tcr_v1 .videoPlayer {
  overflow: hidden;
}
.ent_m019_tcr_v1 .videoPlayer > div {
  height: 100%;
}
.ent_m019_tcr_v1 .videoPlayer,
.ent_m019_tcr_v1 .player_holder,
.ent_m019_tcr_v1 .meta_info,
.ent_m019_tcr_v1 .share_wrapper {
  max-width: 960px;
  margin: 0 auto;
}
.ent_m019_tcr_v1 .videoPlayer {
  position: relative;
}
.ent_m019_tcr_v1 .videoPlayer .error-slate {
  position: absolute;
  width: 100%;
  height: 100%;
}
.ent_m019_tcr_v1 .slate_holder {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.ent_m019_tcr_v1 .slate_holder,
.ent_m019_tcr_v1 .error-slate {
  background: #342e30;
}
.ent_m019_tcr_v1 .error-slate,
.ent_m019_tcr_v1 .slate_content {
  height: auto;
  padding: 71px 21% 70px 57px;
  min-height: 164px;
}
.ent_m019_tcr_v1 .error-slate h3,
.ent_m019_tcr_v1 .slate_content h3,
.ent_m019_tcr_v1 .error-slate .slate_headline,
.ent_m019_tcr_v1 .slate_content .slate_headline {
  border: 0;
  margin: 0;
  padding-bottom: 0.35em;
  font-size: 45px;
  font-family: 'BrandonGrotesque-Black', Helvetica, Arial, sans-serif;
  color: #f54444;
  text-transform: uppercase;
}
.ent_m019_tcr_v1 .error-slate p,
.ent_m019_tcr_v1 .slate_content p,
.ent_m019_tcr_v1 .error-slate .slate_description,
.ent_m019_tcr_v1 .slate_content .slate_description {
  font-size: 26px;
  color: #ffffff;
}
@media screen and (max-width: 48em) {
  .ent_m019_tcr_v1 .error-slate,
  .ent_m019_tcr_v1 .slate_content {
    padding-top: 50px;
    padding-left: 43px;
  }
  .ent_m019_tcr_v1 .error-slate h3,
  .ent_m019_tcr_v1 .slate_content h3,
  .ent_m019_tcr_v1 .error-slate .slate_headline,
  .ent_m019_tcr_v1 .slate_content .slate_headline {
    font-size: 32px;
  }
  .ent_m019_tcr_v1 .error-slate p,
  .ent_m019_tcr_v1 .slate_content p,
  .ent_m019_tcr_v1 .error-slate .slate_description,
  .ent_m019_tcr_v1 .slate_content .slate_description {
    font-size: 20px;
  }
}
@media screen and (max-width: 35em) {
  .ent_m019_tcr_v1 .error-slate,
  .ent_m019_tcr_v1 .slate_content {
    padding-top: 50px;
    padding-left: 30px;
  }
  .ent_m019_tcr_v1 .error-slate h3,
  .ent_m019_tcr_v1 .slate_content h3,
  .ent_m019_tcr_v1 .error-slate .slate_headline,
  .ent_m019_tcr_v1 .slate_content .slate_headline {
    font-size: 25px;
  }
  .ent_m019_tcr_v1 .error-slate p,
  .ent_m019_tcr_v1 .slate_content p,
  .ent_m019_tcr_v1 .error-slate .slate_description,
  .ent_m019_tcr_v1 .slate_content .slate_description {
    font-size: 16px;
  }
}
@media screen and (max-width: 30em) {
  .ent_m019_tcr_v1 .error-slate,
  .ent_m019_tcr_v1 .slate_content {
    padding-right: 12%;
  }
  .ent_m019_tcr_v1 .error-slate h3,
  .ent_m019_tcr_v1 .slate_content h3,
  .ent_m019_tcr_v1 .error-slate .slate_headline,
  .ent_m019_tcr_v1 .slate_content .slate_headline {
    font-size: 21px;
  }
  .ent_m019_tcr_v1 .error-slate p,
  .ent_m019_tcr_v1 .slate_content p,
  .ent_m019_tcr_v1 .error-slate .slate_description,
  .ent_m019_tcr_v1 .slate_content .slate_description {
    font-size: 13px;
  }
}
@media screen and (max-width: 25em) {
  .ent_m019_tcr_v1 .error-slate,
  .ent_m019_tcr_v1 .slate_content {
    padding-top: 30px;
  }
}
@media screen and (max-width: 22.5em) {
  .ent_m019_tcr_v1 .error-slate,
  .ent_m019_tcr_v1 .slate_content {
    padding-top: 20px;
    padding-left: 15px;
    padding-bottom: 20px;
  }
  .ent_m019_tcr_v1 .error-slate h3,
  .ent_m019_tcr_v1 .slate_content h3,
  .ent_m019_tcr_v1 .error-slate .slate_headline,
  .ent_m019_tcr_v1 .slate_content .slate_headline {
    font-size: 16px;
  }
}
.ent_m019_tcr_v1 .not_available {
  background: url('http://1.images.colbertnation.com/images/shows/colbert_report/CR_videonotavailable_960x540.gif') no-repeat;
  max-width: 960px;
  min-height: 540px;
  background-size: cover;
  overflow: hidden;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  /*padding:60px 40px;*/
}
.ent_m019_tcr_v1 .not_available .message {
  text-indent: -20000px;
}
@media screen and (max-width: 63.938em) {
  .ent_m019_tcr_v1 .not_available {
    min-height: 405px;
  }
}
@media screen and (min-width: 15em) and (max-width: 47.938em) {
  .ent_m019_tcr_v1 .not_available {
    min-height: 270px;
  }
}
@media screen and (max-width: 428px) {
  .ent_m019_tcr_v1 .not_available {
    min-height: 200px;
  }
}
.ent_m019_tcr_v1 .not_available h2 {
  color: #3479a5;
  text-transform: uppercase;
  font-family: 'BrandonTextBold', Helvetica, Arial, sans-serif;
  font-size: 2.5em;
}
.ent_m019_tcr_v1 .not_available p {
  color: #ffffff;
  font-family: 'BrandonTextMedium', Helvetica, Arial, sans-serif;
  font-size: 1.25em;
}
@media screen and (max-width: 63.938em) {
  .ent_m019_tcr_v1 {
    min-height: 400px;
  }
  .ent_m019_tcr_v1 iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}
@media screen and (min-width: 15em) and (max-width: 47.938em) {
  .ent_m019_tcr_v1 {
    min-height: 200px;
  }
}
.ent_m019_tcr_v1 .meta,
.ent_m019_tcr_v1 .meta_info {
  font-size: 1.0625em;
  font-family: 'BrandonTextMedium', Helvetica, Arial, sans-serif;
  max-width: 960px;
}
.ent_m019_tcr_v1 .meta:after,
.ent_m019_tcr_v1 .meta_info:after {
  clear: both;
  content: "";
  display: block;
  height: 0;
  visibility: hidden;
}
*:first-child + html .ent_m019_tcr_v1 .meta,
*:first-child + html .ent_m019_tcr_v1 .meta_info {
  display: block;
  min-height: 0;
}
.ent_m019_tcr_v1 .meta h1,
.ent_m019_tcr_v1 .meta_info h1,
.ent_m019_tcr_v1 .meta h2,
.ent_m019_tcr_v1 .meta_info h2 {
  padding: 0.55882353em 0em 0.55882353em 0em;
  font-size: 2em;
  position: relative;
  color: #fefefe;
}
@media screen and (max-width: 48em) {
  .ent_m019_tcr_v1 .meta h1,
  .ent_m019_tcr_v1 .meta_info h1,
  .ent_m019_tcr_v1 .meta h2,
  .ent_m019_tcr_v1 .meta_info h2 {
    font-size: 1.11764706em;
  }
}
.ent_m019_tcr_v1 .meta h1 .arrow,
.ent_m019_tcr_v1 .meta_info h1 .arrow,
.ent_m019_tcr_v1 .meta h2 .arrow,
.ent_m019_tcr_v1 .meta_info h2 .arrow,
.ent_m019_tcr_v1 .meta .video_title:after,
.ent_m019_tcr_v1 .meta_info .video_title:after {
  background: url('/sitewide/images/sprites/cr_site2013_sprite.png') no-repeat -284px -202px;
  display: inline-block;
  position: absolute;
  bottom: 22px;
  width: 29px;
  height: 29px;
  margin: 0em 0em 0em 0.46875em;
}
@media screen and (max-width: 48em) {
  .ent_m019_tcr_v1 .meta h1 .arrow,
  .ent_m019_tcr_v1 .meta_info h1 .arrow,
  .ent_m019_tcr_v1 .meta h2 .arrow,
  .ent_m019_tcr_v1 .meta_info h2 .arrow,
  .ent_m019_tcr_v1 .meta .video_title:after,
  .ent_m019_tcr_v1 .meta_info .video_title:after {
    top: 50%;
    margin-top: -12px;
  }
}
@media screen and (max-width: 30em) {
  .ent_m019_tcr_v1 .meta h1 .arrow,
  .ent_m019_tcr_v1 .meta_info h1 .arrow,
  .ent_m019_tcr_v1 .meta h2 .arrow,
  .ent_m019_tcr_v1 .meta_info h2 .arrow,
  .ent_m019_tcr_v1 .meta .video_title:after,
  .ent_m019_tcr_v1 .meta_info .video_title:after {
    right: 0;
  }
}
@media screen and (max-width: 30em) {
  .ent_m019_tcr_v1 .meta h1,
  .ent_m019_tcr_v1 .meta_info h1,
  .ent_m019_tcr_v1 .meta h2,
  .ent_m019_tcr_v1 .meta_info h2,
  .ent_m019_tcr_v1 .meta .video_title,
  .ent_m019_tcr_v1 .meta_info .video_title {
    padding-right: 35px;
  }
}
.ent_m019_tcr_v1 .meta h1:hover .arrow,
.ent_m019_tcr_v1 .meta_info h1:hover .arrow,
.ent_m019_tcr_v1 .meta h2:hover .arrow,
.ent_m019_tcr_v1 .meta_info h2:hover .arrow,
.ent_m019_tcr_v1 .meta .video_title:hover:after,
.ent_m019_tcr_v1 .meta_info .video_title:hover:after {
  background-position: -284px -238px;
}
.ent_m019_tcr_v1 .meta .video_title:after,
.ent_m019_tcr_v1 .meta_info .video_title:after {
  content: "";
}
.ent_m019_tcr_v1 .meta h1 + .info.show,
.ent_m019_tcr_v1 .meta_info h1 + .info.show {
  margin-top: -11px;
}
@media screen and (max-width: 64em) {
  .ent_m019_tcr_v1 .meta h1 + .info.show,
  .ent_m019_tcr_v1 .meta_info h1 + .info.show {
    margin-top: 0;
  }
}
.ent_m019_tcr_v1 .meta .video_description,
.ent_m019_tcr_v1 .meta_info .video_description {
  margin: 0;
  padding: 0;
}
.ent_m019_tcr_v1 .meta .description,
.ent_m019_tcr_v1 .meta_info .description,
.ent_m019_tcr_v1 .meta .video_description,
.ent_m019_tcr_v1 .meta_info .video_description {
  margin-top: 2%;
  font-size: 1em;
  color: #dedede;
}
@media screen and (min-width: 64em) and (max-width: 74.9375em) {
  .ent_m019_tcr_v1 .meta .description,
  .ent_m019_tcr_v1 .meta_info .description,
  .ent_m019_tcr_v1 .meta .video_description,
  .ent_m019_tcr_v1 .meta_info .video_description {
    font-size: 1.11764706em;
  }
}
@media screen and (min-width: 75em) {
  .ent_m019_tcr_v1 .meta .description,
  .ent_m019_tcr_v1 .meta_info .description,
  .ent_m019_tcr_v1 .meta .video_description,
  .ent_m019_tcr_v1 .meta_info .video_description {
    font-size: 1.23529412em;
  }
}
.ent_m019_tcr_v1 .meta .info .tags,
.ent_m019_tcr_v1 .meta_info .tags {
  margin-top: 1.5%;
}
.ent_m019_tcr_v1 .meta .info .tags a,
.ent_m019_tcr_v1 .meta_info .tags a,
.ent_m019_tcr_v1 .meta .info .tags .tag,
.ent_m019_tcr_v1 .meta_info .tags .tag {
  color: #0090dc;
}
.ent_m019_tcr_v1 .meta .info .tags a:hover,
.ent_m019_tcr_v1 .meta_info .tags a:hover,
.ent_m019_tcr_v1 .meta .info .tags .tag:hover,
.ent_m019_tcr_v1 .meta_info .tags .tag:hover {
  color: #ea4242;
}
.ent_m019_tcr_v1 .info {
  margin-bottom: 25px;
}
.ent_m019_tcr_v1 .info,
.ent_m019_tcr_v1 .tags,
.ent_m019_tcr_v1 .air_date,
.ent_m019_tcr_v1 .views_count {
  color: #827e7d;
}
.ent_m019_tcr_v1 .meta_info .tags,
.ent_m019_tcr_v1 .meta_info .air_date,
.ent_m019_tcr_v1 .meta_info .views_count,
.ent_m019_tcr_v1 .meta_info .video_description {
  display: none;
}
.ent_m019_tcr_v1 .meta_info.show_info {
  padding-bottom: 25px;
}
.ent_m019_tcr_v1 .meta_info.show_info .watch_btn {
  margin: 25px 0 0;
}
.ent_m019_tcr_v1 .meta_info.show_info .tags,
.ent_m019_tcr_v1 .meta_info.show_info .video_description {
  display: block;
}
.ent_m019_tcr_v1 .meta_info.show_info .air_date,
.ent_m019_tcr_v1 .meta_info.show_info .views_count {
  display: inline-block;
}
.ent_m019_tcr_v1 .air_date + .views_count:before {
  content: "|";
  margin: 0 5px;
}
.ent_m019_tcr_v1 .airdate {
  display: inline-block;
  vertical-align: middle;
}
.ent_m019_tcr_v1 .airdate + .views {
  display: inline-block;
  vertical-align: middle;
  overflow: hidden;
  margin-left: 18px;
  text-indent: -5px;
}
.ent_m019_tcr_v1 .airdate + .views:before {
  content: '|';
  position: absolute;
}
.ent_m019_tcr_v1 .share_wrap,
.ent_m019_tcr_v1 .share_wrapper {
  padding: 1.125em 0.5625em 0em 0em;
  position: relative;
}
.ent_m019_tcr_v1 .share_wrap:after,
.ent_m019_tcr_v1 .share_wrapper:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: -moz-linear-gradient(left, #731821 75%, rgba(115, 24, 33, 0) 100%);
  background: -webkit-gradient(linear, left top, right top, color-stop(75%, #731821), color-stop(100%, rgba(115, 24, 33, 0)));
  background: -webkit-linear-gradient(left, #731821 75%, rgba(115, 24, 33, 0) 100%);
  background: -o-linear-gradient(left, #731821 75%, rgba(115, 24, 33, 0) 100%);
  background: -ms-linear-gradient(left, #731821 75%, rgba(115, 24, 33, 0) 100%);
  background: linear-gradient(to right, #731821 75%, rgba(115, 24, 33, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#731821, endColorstr=#731821, GradientType=1);
}
.ent_m019_tcr_v1 .share_wrap:after,
.ent_m019_tcr_v1 .share_wrapper:after {
  top: 0;
  bottom: auto;
}
.ent_m019_tcr_v1 .share_wrap .shareFBLike .facebookLike,
.ent_m019_tcr_v1 .share_wrapper .shareFBLike .facebookLike {
  position: relative;
  top: -2px;
  margin: 0;
}
.ent_m019_tcr_v1 .share_wrap .shareFBLike .facebookLike > div,
.ent_m019_tcr_v1 .share_wrapper .shareFBLike .facebookLike > div {
  margin: 0;
}
@media screen and (max-width: 55em) {
  .ent_m019_tcr_v1 .share_wrap .comments_wrap .comments,
  .ent_m019_tcr_v1 .share_wrapper .comments_wrap .comments,
  .ent_m019_tcr_v1 .share_wrap .comments_btn .comments_count,
  .ent_m019_tcr_v1 .share_wrapper .comments_btn .comments_count {
    min-width: 20px;
  }
  .ent_m019_tcr_v1 .share_wrap .comments_wrap .comments:before,
  .ent_m019_tcr_v1 .share_wrapper .comments_wrap .comments:before,
  .ent_m019_tcr_v1 .share_wrap .comments_btn .comments_count:before,
  .ent_m019_tcr_v1 .share_wrapper .comments_btn .comments_count:before {
    content: "";
  }
}
@media screen and (max-width: 48em) {
  .ent_m019_tcr_v1 .share_wrap,
  .ent_m019_tcr_v1 .share_wrapper {
    padding: 0.625em 0.5625em 0.5625em 0em;
  }
}
.ent_m019_tcr_v1 .share_wrap .flux4 .share li > div,
.ent_m019_tcr_v1 .share_wrapper .flux4 .share li > div,
.ent_m019_tcr_v1 .share_wrap .flux4 .share li .screen_reader_text,
.ent_m019_tcr_v1 .share_wrapper .flux4 .share li .screen_reader_text {
  margin-top: -2px;
  font-size: 1.33333333em;
  letter-spacing: 0.5px;
}
.ent_m019_tcr_v1 .share_wrap .flux4 .share li > div.facebookLike,
.ent_m019_tcr_v1 .share_wrapper .flux4 .share li > div.facebookLike,
.ent_m019_tcr_v1 .share_wrap .flux4 .share li .screen_reader_text.facebookLike,
.ent_m019_tcr_v1 .share_wrapper .flux4 .share li .screen_reader_text.facebookLike {
  margin-top: 2px;
}
.ent_m019_tcr_v1 .share_wrap iframe,
.ent_m019_tcr_v1 .share_wrapper iframe {
  positon: relative !important;
  z-index: 4000001;
}
@media screen and (max-width: 47.938em) {
  .ent_m019_tcr_v1 .share_wrap li,
  .ent_m019_tcr_v1 .share_wrapper li {
    margin-right: 23px;
  }
}
.ent_m019_tcr_v1 .full_episode,
.ent_m019_tcr_v1 .watch_btn {
  padding: 0em 1.35em 0em 0.45em;
  background: #d52b2b;
  float: left;
  height: 32px;
  margin: 0 0 30px;
  line-height: 32px;
  text-decoration: none;
  color: #ffffff;
  font-size: 18px;
  position: relative;
  text-transform: uppercase;
}
.ent_m019_tcr_v1 .full_episode:hover,
.ent_m019_tcr_v1 .watch_btn:hover {
  background: #f54444;
  color: #ffffff;
}
@media (max-width: 30em) {
  .ent_m019_tcr_v1 .full_episode,
  .ent_m019_tcr_v1 .watch_btn {
    display: none;
  }
}
.ent_m019_tcr_v1 .full_episode .arrow,
.ent_m019_tcr_v1 .watch_btn:after {
  width: 0;
  height: 0;
  border-top: 16px solid transparent;
  border-bottom: 16px solid transparent;
  border-left: 16px solid #d52b2b;
  position: absolute;
  top: 0;
  right: -16px;
  color: #ffffff;
}
.ent_m019_tcr_v1 .full_episode:hover .arrow,
.ent_m019_tcr_v1 .watch_btn:hover:after {
  border-left: 16px solid #f54444;
}
.ent_m019_tcr_v1 .watch_btn:after {
  content: "";
}
.ent_m019_tcr_v1:after {
  clear: both;
  content: "";
  display: block;
  height: 0;
  visibility: hidden;
}
*:first-child + html .ent_m019_tcr_v1 {
  display: block;
  min-height: 0;
}
.ent_m019_tcr_v3 {
  padding: 0% 3.33333333% 0% 3.33333333%;
  padding-top: 1.875em;
  padding-bottom: 0.75em;
  padding: 4.16666667% 3.33333333% 1% 3.33333333%;
  min-height: 670px;
  /* share overrides, refer player_share_v1.less */
}
@media (max-width: 47.938em) {
  .ent_m019_tcr_v3 {
    padding: 1.875em 0.9375em 0.75em 0.9375em;
  }
}
.ent_m019_tcr_v3 .meta,
.ent_m019_tcr_v3 .meta_info {
  max-width: 1200px;
  margin: 0 auto;
}
.ent_m019_tcr_v3 .videoPlayer,
.ent_m019_tcr_v3 .player_holder {
  position: relative;
  max-width: 960px;
  margin: 0 auto;
  outline: 2px solid #41383b;
}
.ent_m019_tcr_v3 .videoPlayer iframe,
.ent_m019_tcr_v3 .player_holder iframe,
.ent_m019_tcr_v3 .videoPlayer object,
.ent_m019_tcr_v3 .player_holder object,
.ent_m019_tcr_v3 .videoPlayer embed,
.ent_m019_tcr_v3 .player_holder embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media (min-width: 15em) and (max-width: 19.938em) {
  .ent_m019_tcr_v3 .videoPlayer,
  .ent_m019_tcr_v3 .player_holder {
    background-size: 230px;
  }
}
@media (min-width: 20em) and (max-width: 29.938em) {
  .ent_m019_tcr_v3 .videoPlayer,
  .ent_m019_tcr_v3 .player_holder {
    background-size: 300px;
  }
}
@media (min-width: 64em) {
  .ent_m019_tcr_v3 .videoPlayer,
  .ent_m019_tcr_v3 .player_holder {
    width: 960px;
    height: 540px;
  }
}
@media (max-width: 63.938em) {
  .ent_m019_tcr_v3 .video_player,
  .ent_m019_tcr_v3 .player_holder {
    position: relative;
    height: 0;
    padding-bottom: 56.25%;
  }
}
.ent_m019_tcr_v3 .meta,
.ent_m019_tcr_v3 .meta_info {
  margin: 0 auto;
}
.ent_m019_tcr_v3 .meta h1,
.ent_m019_tcr_v3 .meta_info h1 {
  margin: 0;
  cursor: pointer;
}
.ent_m019_tcr_v3 .meta .info,
.ent_m019_tcr_v3 .meta_info .info {
  margin: 0% 0% 1.66666667% 0%;
  clear: both;
  display: none;
}
.ent_m019_tcr_v3 .meta .info.show,
.ent_m019_tcr_v3 .meta_info .info.show {
  display: block;
}
.ent_m019_tcr_v3 .meta .info .tags a,
.ent_m019_tcr_v3 .meta_info .info .tags a,
.ent_m019_tcr_v3 .meta .info .tags .tag,
.ent_m019_tcr_v3 .meta_info .info .tags .tag {
  color: #cccccc;
  text-decoration: none;
}
.ent_m019_tcr_v3 .meta .info .tags a:hover,
.ent_m019_tcr_v3 .meta_info .info .tags a:hover,
.ent_m019_tcr_v3 .meta .info .tags .tag:hover,
.ent_m019_tcr_v3 .meta_info .info .tags .tag:hover {
  color: #f9f9f9;
}
.ent_m019_tcr_v3 .meta .info ul li,
.ent_m019_tcr_v3 .meta_info .info ul li {
  display: inline-block;
}
.ent_m019_tcr_v3 .meta.show_info .info,
.ent_m019_tcr_v3 .meta_info.show_info .info {
  display: block;
}
.ent_m019_tcr_v3 .share_wrap,
.ent_m019_tcr_v3 .share_wrapper {
  padding: 0.83333333% 0% 0% 0%;
  margin: 0;
  width: 100%;
}
@media screen and (max-width: 47.938em) {
  .ent_m019_tcr_v3 .share_wrap li,
  .ent_m019_tcr_v3 .share_wrapper li {
    margin: 10px 25px 0 0;
  }
}
.ent_m019_tcr_v3 #shareMarkup {
  display: none;
}
.ent_m019_tcr_v3 a {
  font-family: 'BrandonTextMedium', Helvetica, Arial, sans-serif;
  color: #0090dc;
}
.ent_m019_tcr_v3 a:hover {
  color: #3cb9d5;
}
.ent_m019_tcr_v3 .videoPlayer {
  overflow: hidden;
}
.ent_m019_tcr_v3 .videoPlayer > div {
  height: 100%;
}
.ent_m019_tcr_v3 .videoPlayer,
.ent_m019_tcr_v3 .player_holder,
.ent_m019_tcr_v3 .meta_info,
.ent_m019_tcr_v3 .share_wrapper {
  max-width: 960px;
  margin: 0 auto;
}
.ent_m019_tcr_v3 .videoPlayer {
  position: relative;
}
.ent_m019_tcr_v3 .videoPlayer .error-slate {
  position: absolute;
  width: 100%;
  height: 100%;
}
.ent_m019_tcr_v3 .slate_holder {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.ent_m019_tcr_v3 .slate_holder,
.ent_m019_tcr_v3 .error-slate {
  background: #342e30;
}
.ent_m019_tcr_v3 .error-slate,
.ent_m019_tcr_v3 .slate_content {
  height: auto;
  padding: 71px 21% 70px 57px;
  min-height: 164px;
}
.ent_m019_tcr_v3 .error-slate h3,
.ent_m019_tcr_v3 .slate_content h3,
.ent_m019_tcr_v3 .error-slate .slate_headline,
.ent_m019_tcr_v3 .slate_content .slate_headline {
  border: 0;
  margin: 0;
  padding-bottom: 0.35em;
  font-size: 45px;
  font-family: 'BrandonGrotesque-Black', Helvetica, Arial, sans-serif;
  color: #f54444;
  text-transform: uppercase;
}
.ent_m019_tcr_v3 .error-slate p,
.ent_m019_tcr_v3 .slate_content p,
.ent_m019_tcr_v3 .error-slate .slate_description,
.ent_m019_tcr_v3 .slate_content .slate_description {
  font-size: 26px;
  color: #ffffff;
}
@media screen and (max-width: 48em) {
  .ent_m019_tcr_v3 .error-slate,
  .ent_m019_tcr_v3 .slate_content {
    padding-top: 50px;
    padding-left: 43px;
  }
  .ent_m019_tcr_v3 .error-slate h3,
  .ent_m019_tcr_v3 .slate_content h3,
  .ent_m019_tcr_v3 .error-slate .slate_headline,
  .ent_m019_tcr_v3 .slate_content .slate_headline {
    font-size: 32px;
  }
  .ent_m019_tcr_v3 .error-slate p,
  .ent_m019_tcr_v3 .slate_content p,
  .ent_m019_tcr_v3 .error-slate .slate_description,
  .ent_m019_tcr_v3 .slate_content .slate_description {
    font-size: 20px;
  }
}
@media screen and (max-width: 35em) {
  .ent_m019_tcr_v3 .error-slate,
  .ent_m019_tcr_v3 .slate_content {
    padding-top: 50px;
    padding-left: 30px;
  }
  .ent_m019_tcr_v3 .error-slate h3,
  .ent_m019_tcr_v3 .slate_content h3,
  .ent_m019_tcr_v3 .error-slate .slate_headline,
  .ent_m019_tcr_v3 .slate_content .slate_headline {
    font-size: 25px;
  }
  .ent_m019_tcr_v3 .error-slate p,
  .ent_m019_tcr_v3 .slate_content p,
  .ent_m019_tcr_v3 .error-slate .slate_description,
  .ent_m019_tcr_v3 .slate_content .slate_description {
    font-size: 16px;
  }
}
@media screen and (max-width: 30em) {
  .ent_m019_tcr_v3 .error-slate,
  .ent_m019_tcr_v3 .slate_content {
    padding-right: 12%;
  }
  .ent_m019_tcr_v3 .error-slate h3,
  .ent_m019_tcr_v3 .slate_content h3,
  .ent_m019_tcr_v3 .error-slate .slate_headline,
  .ent_m019_tcr_v3 .slate_content .slate_headline {
    font-size: 21px;
  }
  .ent_m019_tcr_v3 .error-slate p,
  .ent_m019_tcr_v3 .slate_content p,
  .ent_m019_tcr_v3 .error-slate .slate_description,
  .ent_m019_tcr_v3 .slate_content .slate_description {
    font-size: 13px;
  }
}
@media screen and (max-width: 25em) {
  .ent_m019_tcr_v3 .error-slate,
  .ent_m019_tcr_v3 .slate_content {
    padding-top: 30px;
  }
}
@media screen and (max-width: 22.5em) {
  .ent_m019_tcr_v3 .error-slate,
  .ent_m019_tcr_v3 .slate_content {
    padding-top: 20px;
    padding-left: 15px;
    padding-bottom: 20px;
  }
  .ent_m019_tcr_v3 .error-slate h3,
  .ent_m019_tcr_v3 .slate_content h3,
  .ent_m019_tcr_v3 .error-slate .slate_headline,
  .ent_m019_tcr_v3 .slate_content .slate_headline {
    font-size: 16px;
  }
}
.ent_m019_tcr_v3 .not_available {
  background: url('http://1.images.colbertnation.com/images/shows/colbert_report/CR_videonotavailable_960x540.gif') no-repeat;
  max-width: 960px;
  min-height: 540px;
  background-size: cover;
  overflow: hidden;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  /*padding:60px 40px;*/
}
.ent_m019_tcr_v3 .not_available .message {
  text-indent: -20000px;
}
@media screen and (max-width: 63.938em) {
  .ent_m019_tcr_v3 .not_available {
    min-height: 405px;
  }
}
@media screen and (min-width: 15em) and (max-width: 47.938em) {
  .ent_m019_tcr_v3 .not_available {
    min-height: 270px;
  }
}
@media screen and (max-width: 428px) {
  .ent_m019_tcr_v3 .not_available {
    min-height: 200px;
  }
}
.ent_m019_tcr_v3 .not_available h2 {
  color: #3479a5;
  text-transform: uppercase;
  font-family: 'BrandonTextBold', Helvetica, Arial, sans-serif;
  font-size: 2.5em;
}
.ent_m019_tcr_v3 .not_available p {
  color: #ffffff;
  font-family: 'BrandonTextMedium', Helvetica, Arial, sans-serif;
  font-size: 1.25em;
}
@media screen and (max-width: 63.938em) {
  .ent_m019_tcr_v3 {
    min-height: 400px;
  }
  .ent_m019_tcr_v3 iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}
@media screen and (min-width: 15em) and (max-width: 47.938em) {
  .ent_m019_tcr_v3 {
    min-height: 200px;
  }
}
.ent_m019_tcr_v3 .meta,
.ent_m019_tcr_v3 .meta_info {
  font-size: 1.0625em;
  font-family: 'BrandonTextMedium', Helvetica, Arial, sans-serif;
  max-width: 960px;
}
.ent_m019_tcr_v3 .meta:after,
.ent_m019_tcr_v3 .meta_info:after {
  clear: both;
  content: "";
  display: block;
  height: 0;
  visibility: hidden;
}
*:first-child + html .ent_m019_tcr_v3 .meta,
*:first-child + html .ent_m019_tcr_v3 .meta_info {
  display: block;
  min-height: 0;
}
.ent_m019_tcr_v3 .meta h1,
.ent_m019_tcr_v3 .meta_info h1,
.ent_m019_tcr_v3 .meta h2,
.ent_m019_tcr_v3 .meta_info h2 {
  padding: 0.55882353em 0em 0.55882353em 0em;
  font-size: 2em;
  position: relative;
  color: #fefefe;
}
@media screen and (max-width: 48em) {
  .ent_m019_tcr_v3 .meta h1,
  .ent_m019_tcr_v3 .meta_info h1,
  .ent_m019_tcr_v3 .meta h2,
  .ent_m019_tcr_v3 .meta_info h2 {
    font-size: 1.11764706em;
  }
}
.ent_m019_tcr_v3 .meta h1 .arrow,
.ent_m019_tcr_v3 .meta_info h1 .arrow,
.ent_m019_tcr_v3 .meta h2 .arrow,
.ent_m019_tcr_v3 .meta_info h2 .arrow,
.ent_m019_tcr_v3 .meta .video_title:after,
.ent_m019_tcr_v3 .meta_info .video_title:after {
  background: url('/sitewide/images/sprites/cr_site2013_sprite.png') no-repeat -284px -202px;
  display: inline-block;
  position: absolute;
  bottom: 22px;
  width: 29px;
  height: 29px;
  margin: 0em 0em 0em 0.46875em;
}
@media screen and (max-width: 48em) {
  .ent_m019_tcr_v3 .meta h1 .arrow,
  .ent_m019_tcr_v3 .meta_info h1 .arrow,
  .ent_m019_tcr_v3 .meta h2 .arrow,
  .ent_m019_tcr_v3 .meta_info h2 .arrow,
  .ent_m019_tcr_v3 .meta .video_title:after,
  .ent_m019_tcr_v3 .meta_info .video_title:after {
    top: 50%;
    margin-top: -12px;
  }
}
@media screen and (max-width: 30em) {
  .ent_m019_tcr_v3 .meta h1 .arrow,
  .ent_m019_tcr_v3 .meta_info h1 .arrow,
  .ent_m019_tcr_v3 .meta h2 .arrow,
  .ent_m019_tcr_v3 .meta_info h2 .arrow,
  .ent_m019_tcr_v3 .meta .video_title:after,
  .ent_m019_tcr_v3 .meta_info .video_title:after {
    right: 0;
  }
}
@media screen and (max-width: 30em) {
  .ent_m019_tcr_v3 .meta h1,
  .ent_m019_tcr_v3 .meta_info h1,
  .ent_m019_tcr_v3 .meta h2,
  .ent_m019_tcr_v3 .meta_info h2,
  .ent_m019_tcr_v3 .meta .video_title,
  .ent_m019_tcr_v3 .meta_info .video_title {
    padding-right: 35px;
  }
}
.ent_m019_tcr_v3 .meta h1:hover .arrow,
.ent_m019_tcr_v3 .meta_info h1:hover .arrow,
.ent_m019_tcr_v3 .meta h2:hover .arrow,
.ent_m019_tcr_v3 .meta_info h2:hover .arrow,
.ent_m019_tcr_v3 .meta .video_title:hover:after,
.ent_m019_tcr_v3 .meta_info .video_title:hover:after {
  background-position: -284px -238px;
}
.ent_m019_tcr_v3 .meta .video_title:after,
.ent_m019_tcr_v3 .meta_info .video_title:after {
  content: "";
}
.ent_m019_tcr_v3 .meta h1 + .info.show,
.ent_m019_tcr_v3 .meta_info h1 + .info.show {
  margin-top: -11px;
}
@media screen and (max-width: 64em) {
  .ent_m019_tcr_v3 .meta h1 + .info.show,
  .ent_m019_tcr_v3 .meta_info h1 + .info.show {
    margin-top: 0;
  }
}
.ent_m019_tcr_v3 .meta .video_description,
.ent_m019_tcr_v3 .meta_info .video_description {
  margin: 0;
  padding: 0;
}
.ent_m019_tcr_v3 .meta .description,
.ent_m019_tcr_v3 .meta_info .description,
.ent_m019_tcr_v3 .meta .video_description,
.ent_m019_tcr_v3 .meta_info .video_description {
  margin-top: 2%;
  font-size: 1em;
  color: #dedede;
}
@media screen and (min-width: 64em) and (max-width: 74.9375em) {
  .ent_m019_tcr_v3 .meta .description,
  .ent_m019_tcr_v3 .meta_info .description,
  .ent_m019_tcr_v3 .meta .video_description,
  .ent_m019_tcr_v3 .meta_info .video_description {
    font-size: 1.11764706em;
  }
}
@media screen and (min-width: 75em) {
  .ent_m019_tcr_v3 .meta .description,
  .ent_m019_tcr_v3 .meta_info .description,
  .ent_m019_tcr_v3 .meta .video_description,
  .ent_m019_tcr_v3 .meta_info .video_description {
    font-size: 1.23529412em;
  }
}
.ent_m019_tcr_v3 .meta .info .tags,
.ent_m019_tcr_v3 .meta_info .tags {
  margin-top: 1.5%;
}
.ent_m019_tcr_v3 .meta .info .tags a,
.ent_m019_tcr_v3 .meta_info .tags a,
.ent_m019_tcr_v3 .meta .info .tags .tag,
.ent_m019_tcr_v3 .meta_info .tags .tag {
  color: #0090dc;
}
.ent_m019_tcr_v3 .meta .info .tags a:hover,
.ent_m019_tcr_v3 .meta_info .tags a:hover,
.ent_m019_tcr_v3 .meta .info .tags .tag:hover,
.ent_m019_tcr_v3 .meta_info .tags .tag:hover {
  color: #ea4242;
}
.ent_m019_tcr_v3 .info {
  margin-bottom: 25px;
}
.ent_m019_tcr_v3 .info,
.ent_m019_tcr_v3 .tags,
.ent_m019_tcr_v3 .air_date,
.ent_m019_tcr_v3 .views_count {
  color: #827e7d;
}
.ent_m019_tcr_v3 .meta_info .tags,
.ent_m019_tcr_v3 .meta_info .air_date,
.ent_m019_tcr_v3 .meta_info .views_count,
.ent_m019_tcr_v3 .meta_info .video_description {
  display: none;
}
.ent_m019_tcr_v3 .meta_info.show_info {
  padding-bottom: 25px;
}
.ent_m019_tcr_v3 .meta_info.show_info .watch_btn {
  margin: 25px 0 0;
}
.ent_m019_tcr_v3 .meta_info.show_info .tags,
.ent_m019_tcr_v3 .meta_info.show_info .video_description {
  display: block;
}
.ent_m019_tcr_v3 .meta_info.show_info .air_date,
.ent_m019_tcr_v3 .meta_info.show_info .views_count {
  display: inline-block;
}
.ent_m019_tcr_v3 .air_date + .views_count:before {
  content: "|";
  margin: 0 5px;
}
.ent_m019_tcr_v3 .airdate {
  display: inline-block;
  vertical-align: middle;
}
.ent_m019_tcr_v3 .airdate + .views {
  display: inline-block;
  vertical-align: middle;
  overflow: hidden;
  margin-left: 18px;
  text-indent: -5px;
}
.ent_m019_tcr_v3 .airdate + .views:before {
  content: '|';
  position: absolute;
}
.ent_m019_tcr_v3 .share_wrap,
.ent_m019_tcr_v3 .share_wrapper {
  padding: 1.125em 0.5625em 0em 0em;
  position: relative;
}
.ent_m019_tcr_v3 .share_wrap:after,
.ent_m019_tcr_v3 .share_wrapper:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: -moz-linear-gradient(left, #731821 75%, rgba(115, 24, 33, 0) 100%);
  background: -webkit-gradient(linear, left top, right top, color-stop(75%, #731821), color-stop(100%, rgba(115, 24, 33, 0)));
  background: -webkit-linear-gradient(left, #731821 75%, rgba(115, 24, 33, 0) 100%);
  background: -o-linear-gradient(left, #731821 75%, rgba(115, 24, 33, 0) 100%);
  background: -ms-linear-gradient(left, #731821 75%, rgba(115, 24, 33, 0) 100%);
  background: linear-gradient(to right, #731821 75%, rgba(115, 24, 33, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#731821, endColorstr=#731821, GradientType=1);
}
.ent_m019_tcr_v3 .share_wrap:after,
.ent_m019_tcr_v3 .share_wrapper:after {
  top: 0;
  bottom: auto;
}
.ent_m019_tcr_v3 .share_wrap .shareFBLike .facebookLike,
.ent_m019_tcr_v3 .share_wrapper .shareFBLike .facebookLike {
  position: relative;
  top: -2px;
  margin: 0;
}
.ent_m019_tcr_v3 .share_wrap .shareFBLike .facebookLike > div,
.ent_m019_tcr_v3 .share_wrapper .shareFBLike .facebookLike > div {
  margin: 0;
}
@media screen and (max-width: 55em) {
  .ent_m019_tcr_v3 .share_wrap .comments_wrap .comments,
  .ent_m019_tcr_v3 .share_wrapper .comments_wrap .comments,
  .ent_m019_tcr_v3 .share_wrap .comments_btn .comments_count,
  .ent_m019_tcr_v3 .share_wrapper .comments_btn .comments_count {
    min-width: 20px;
  }
  .ent_m019_tcr_v3 .share_wrap .comments_wrap .comments:before,
  .ent_m019_tcr_v3 .share_wrapper .comments_wrap .comments:before,
  .ent_m019_tcr_v3 .share_wrap .comments_btn .comments_count:before,
  .ent_m019_tcr_v3 .share_wrapper .comments_btn .comments_count:before {
    content: "";
  }
}
@media screen and (max-width: 48em) {
  .ent_m019_tcr_v3 .share_wrap,
  .ent_m019_tcr_v3 .share_wrapper {
    padding: 0.625em 0.5625em 0.5625em 0em;
  }
}
.ent_m019_tcr_v3 .share_wrap .flux4 .share li > div,
.ent_m019_tcr_v3 .share_wrapper .flux4 .share li > div,
.ent_m019_tcr_v3 .share_wrap .flux4 .share li .screen_reader_text,
.ent_m019_tcr_v3 .share_wrapper .flux4 .share li .screen_reader_text {
  margin-top: -2px;
  font-size: 1.33333333em;
  letter-spacing: 0.5px;
}
.ent_m019_tcr_v3 .share_wrap .flux4 .share li > div.facebookLike,
.ent_m019_tcr_v3 .share_wrapper .flux4 .share li > div.facebookLike,
.ent_m019_tcr_v3 .share_wrap .flux4 .share li .screen_reader_text.facebookLike,
.ent_m019_tcr_v3 .share_wrapper .flux4 .share li .screen_reader_text.facebookLike {
  margin-top: 2px;
}
.ent_m019_tcr_v3 .share_wrap iframe,
.ent_m019_tcr_v3 .share_wrapper iframe {
  positon: relative !important;
  z-index: 4000001;
}
@media screen and (max-width: 47.938em) {
  .ent_m019_tcr_v3 .share_wrap li,
  .ent_m019_tcr_v3 .share_wrapper li {
    margin-right: 23px;
  }
}
.ent_m019_tcr_v3 .full_episode,
.ent_m019_tcr_v3 .watch_btn {
  padding: 0em 1.35em 0em 0.45em;
  background: #d52b2b;
  float: left;
  height: 32px;
  margin: 0 0 30px;
  line-height: 32px;
  text-decoration: none;
  color: #ffffff;
  font-size: 18px;
  position: relative;
  text-transform: uppercase;
}
.ent_m019_tcr_v3 .full_episode:hover,
.ent_m019_tcr_v3 .watch_btn:hover {
  background: #f54444;
  color: #ffffff;
}
@media (max-width: 30em) {
  .ent_m019_tcr_v3 .full_episode,
  .ent_m019_tcr_v3 .watch_btn {
    display: none;
  }
}
.ent_m019_tcr_v3 .full_episode .arrow,
.ent_m019_tcr_v3 .watch_btn:after {
  width: 0;
  height: 0;
  border-top: 16px solid transparent;
  border-bottom: 16px solid transparent;
  border-left: 16px solid #d52b2b;
  position: absolute;
  top: 0;
  right: -16px;
  color: #ffffff;
}
.ent_m019_tcr_v3 .full_episode:hover .arrow,
.ent_m019_tcr_v3 .watch_btn:hover:after {
  border-left: 16px solid #f54444;
}
.ent_m019_tcr_v3 .watch_btn:after {
  content: "";
}
.ent_m019_tcr_v3:after {
  clear: both;
  content: "";
  display: block;
  height: 0;
  visibility: hidden;
}
*:first-child + html .ent_m019_tcr_v3 {
  display: block;
  min-height: 0;
}
.ent_m020_tcr_v1 .captionHolder {
  text-transform: none;
  font: 18px 'BrandonTextMedium', Helvetica, Arial, sans-serif;
  margin: 0 0 20px 10px;
}
.ent_m020_tcr_v1 .mask ul div {
  margin-bottom: 0;
}
.ent_m021_tcr_v1 {
  padding: 0em 0em 3.75em 0em;
}
.ent_m021_tcr_v1 .dd {
  overflow: visible;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 90;
}
@media screen and (max-width: 30em) {
  .ent_m021_tcr_v1 .dd {
    display: none;
  }
}
.ent_m021_tcr_v1 .dd .sbHolder {
  width: 200px;
  overflow: visible;
  font-family: 'BrandonTextMedium', Helvetica, Arial, sans-serif;
  color: #ffffff;
  text-transform: uppercase;
  font-size: 18px;
  padding-right: 21px;
}
.ent_m021_tcr_v1 .dd .sbHolder .sbSelector {
  color: #342e30;
  float: right;
  margin-left: -100px;
  line-height: 34px;
  overflow: hidden;
  padding-right: 10px;
  text-align: right;
  white-space: nowrap;
}
@media (max-width: 64em) {
  .ent_m021_tcr_v1 .dd .sbHolder .sbSelector {
    line-height: 25px;
  }
}
.ent_m021_tcr_v1 .dd .sbHolder .sbToggle {
  background: url('/sitewide/images/sprites/cr_site2013_sprite.png') no-repeat;
  background-position: -327px -166px;
  height: 25px;
  outline: none;
  width: 18px;
  float: right;
}
@media (max-width: 64em) {
  .ent_m021_tcr_v1 .dd .sbHolder .sbToggle {
    margin-top: -5px;
  }
}
.ent_m021_tcr_v1 .dd .sbHolder .sbToggle.sbToggleOpen {
  background-position: -355px -166px;
}
@media (max-width: 64em) {
  .ent_m021_tcr_v1 .dd .sbHolder {
    margin-top: -1px;
  }
}
.ent_m021_tcr_v1 .dd .sbHolder .sbHolderDisabled {
  background-color: #3C3C3C;
  border: solid 1px #515151;
}
.ent_m021_tcr_v1 .dd .sbHolder .sbOptions {
  width: 182px;
  background: #342e30;
  color: #fff;
  right: 0;
  position: absolute;
  z-index: 9999;
  overflow-y: auto;
  font-size: 16px;
  letter-spacing: 0.5px;
  padding: 7px 0;
}
.ent_m021_tcr_v1 .dd .sbHolder .sbOptions .sbDisabled {
  border-bottom: dotted 1px #515151;
  color: #777777;
  display: block;
  padding: 7px 0 7px 3px;
}
.ent_m021_tcr_v1 .dd .sbHolder .sbOptions li {
  line-height: 31px;
  width: 100%;
  margin: 0;
  text-indent: 13px;
}
.ent_m021_tcr_v1 .dd .sbHolder .sbOptions a {
  color: #ffffff;
}
.ent_m021_tcr_v1 .dd .sbHolder .sbOptions a:hover,
.ent_m021_tcr_v1 .dd .sbHolder .sbOptions a:active {
  color: #ea4242;
}
.ent_m021_tcr_v1 .dd.content_loading .sbHolder .sbToggle {
  width: 18px;
  height: 18px;
  margin-top: 8px;
  background: url(/sitewide/images/ajax-loader.gif) 0 0;
  background-size: 100% 100%;
}
.ent_m021_tcr_v1 .dd .sbHolder .sbToggle {
  background-position: -327px -166px;
}
.ent_m021_tcr_v1 .dd .sbHolder .sbToggle.sbToggleOpen {
  background-position: -355px -166px;
}
.ent_m021_tcr_v1 > div .group {
  padding: 2.125em 0.625em 0em 0.625em;
}
.ent_m021_tcr_v1 > div .group:first-child {
  border-top: none;
}
.ent_m021_tcr_v1 > div .group h3 {
  position: relative;
  color: #999999;
  max-width: 1200px;
  margin: 0 auto 30px;
  padding: 0em 0em 0.71428571em 0.47619048em;
}
.ent_m021_tcr_v1 > div .group h3:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: -moz-linear-gradient(left, #6d1917 75%, rgba(109, 25, 23, 0) 100%);
  background: -webkit-gradient(linear, left top, right top, color-stop(75%, #6d1917), color-stop(100%, rgba(109, 25, 23, 0)));
  background: -webkit-linear-gradient(left, #6d1917 75%, rgba(109, 25, 23, 0) 100%);
  background: -o-linear-gradient(left, #6d1917 75%, rgba(109, 25, 23, 0) 100%);
  background: -ms-linear-gradient(left, #6d1917 75%, rgba(109, 25, 23, 0) 100%);
  background: linear-gradient(to right, #6d1917 75%, rgba(109, 25, 23, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#6d1917, endColorstr=#6d1917, GradientType=1);
}
@media (max-width: 48em) {
  .ent_m021_tcr_v1 > div .group h3 {
    padding-left: 0;
  }
}
.ent_m021_tcr_v1 > div .group h3 .mobile {
  display: none;
}
.ent_m021_tcr_v1 > div .group ul {
  max-width: 1220px;
  margin: 0 auto;
  overflow: hidden;
  padding: 0em 0em 2.25em 1.25em;
  width: 0 auto;
}
@media (max-width: 48em) {
  .ent_m021_tcr_v1 > div .group ul {
    padding-left: 0;
  }
}
.ent_m021_tcr_v1 > div .group ul li {
  width: 180px;
  height: 220px;
  margin-bottom: 20px;
  margin-right: 20px;
}
.ent_m021_tcr_v1 > div .group ul li a:hover h4 {
  color: #ea4242;
}
.ent_m021_tcr_v1 > div .group ul li a h4,
.ent_m021_tcr_v1 > div .group ul li a span {
  font-family: 'BrandonTextMedium', Helvetica, Arial, sans-serif;
  color: #ffffff;
  font-size: .9em;
  line-height: 1.25em;
}
.ent_m021_tcr_v1 > div .group ul li a h4 {
  padding-top: 7px;
}
.ent_m021_tcr_v1 > div .group ul li a span {
  color: #999999;
}
@media (max-width: 78.59999999999999em) {
  .ent_m021_tcr_v1 > div .group ul {
    width: 1020px;
  }
}
@media (max-width: 66.09999999999999em) {
  .ent_m021_tcr_v1 > div .group ul {
    width: 820px;
  }
}
@media (max-width: 53.75em) {
  .ent_m021_tcr_v1 > div .group ul {
    width: 620px;
  }
}
@media (max-width: 40em) {
  .ent_m021_tcr_v1 > div .group ul {
    width: 400px;
  }
}
@media (max-width: 27.2em) {
  .ent_m021_tcr_v1 > div .group ul {
    width: 181px;
  }
  .ent_m021_tcr_v1 > div .group ul li {
    height: auto;
  }
}
.ent_m021_tcr_v1 header {
  position: relative;
  padding: 40px 10px 0px;
  background: #dddddd;
}
@media (max-width: 63.938em) {
  .ent_m021_tcr_v1 header {
    padding: 40px 10px 30px;
  }
}
.ent_m021_tcr_v1 header h1 {
  color: #000000;
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
  padding-right: 184px;
}
.ent_m021_tcr_v1 header h1:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: -moz-linear-gradient(left, #de8984 75%, rgba(222, 137, 132, 0) 100%);
  background: -webkit-gradient(linear, left top, right top, color-stop(75%, #de8984), color-stop(100%, rgba(222, 137, 132, 0)));
  background: -webkit-linear-gradient(left, #de8984 75%, rgba(222, 137, 132, 0) 100%);
  background: -o-linear-gradient(left, #de8984 75%, rgba(222, 137, 132, 0) 100%);
  background: -ms-linear-gradient(left, #de8984 75%, rgba(222, 137, 132, 0) 100%);
  background: linear-gradient(to right, #de8984 75%, rgba(222, 137, 132, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#de8984, endColorstr=#de8984, GradientType=1);
}
@media (max-width: 48em) {
  .ent_m021_tcr_v1 header h1 {
    padding-left: 0;
    padding-right: 0;
  }
}
.ent_m021_tcr_v1 header .dd .sbHolder {
  padding-right: 11px;
}
.ent_m021_tcr_v1 header .dd .sbHolder .sbSelector {
  text-align: right;
}
.ent_m021_tcr_v1 header .dd .sbHolder .sbOptions {
  width: 200px;
}
.ent_m021_tcr_v1 header .dd .sbHolder .sbOptions li {
  text-indent: 10px;
  font-size: 14px;
}
.ent_m021_tcr_v1 .timeline {
  background: #dddddd;
  font-family: 'BrandonTextMedium', Helvetica, Arial, sans-serif;
  padding: 20px;
  display: block;
}
@media (max-width: 63.938em) {
  .ent_m021_tcr_v1 .timeline {
    display: none;
  }
}
@media (max-width: 1065px) {
  .ent_m021_tcr_v1 .timeline {
    padding: 20px 10px;
  }
}
.ent_m021_tcr_v1 .timeline .wrapper {
  margin: 0 auto;
  display: block;
  background: #ffffff;
  padding: 20px;
  max-width: 1200px;
}
.ent_m021_tcr_v1 .timeline ul {
  display: block;
  background: #ffffff;
  padding: 20px 0px 10px;
  width: 100%;
  height: 56px;
  text-align: center;
  border-bottom: 1px solid #dddddd;
  margin: 0 auto;
}
.ent_m021_tcr_v1 .timeline ul li {
  width: auto;
  display: inline-block;
  float: none;
  text-transform: uppercase;
  overflow: visible;
  margin-right: 0;
  padding-top: 4px;
  padding-bottom: 4px;
}
.ent_m021_tcr_v1 .timeline ul li a {
  font-size: 14px;
  color: #000000;
}
.ent_m021_tcr_v1 .timeline ul li:after {
  content: "";
  background: #dddddd;
  height: 4px;
  width: 1px;
  position: absolute;
  bottom: -6px;
  left: 50%;
}
.ent_m021_tcr_v1 .timeline ul li.selected {
  background: #da2c2e;
}
.ent_m021_tcr_v1 .timeline ul li.selected a {
  color: #ffffff;
}
.ent_m021_tcr_v1 .timeline ul.months li a,
.ent_m021_tcr_v1 .timeline ul.days li a {
  color: #dddddd;
}
.ent_m021_tcr_v1 .timeline ul.months li.enabled a,
.ent_m021_tcr_v1 .timeline ul.days li.enabled a {
  color: #000000;
}
.ent_m021_tcr_v1 .timeline ul.months li.enabled.selected a,
.ent_m021_tcr_v1 .timeline ul.days li.enabled.selected a {
  color: #ffffff;
}
.ent_m021_tcr_v1 .timeline .footer {
  background: #ffffff;
  width: 100%;
  max-width: 1200px;
  height: 20px;
  margin: 0 auto 40px;
}
.ent_m021_tcr_v1 .noResults {
  padding: 15px 0;
  text-align: center;
  font-family: 'BrandonTextMedium', Helvetica, Arial, sans-serif;
}
.ent_m021_tcr_v1 .load_more {
  background: #aaaaaa;
  border: 1px solid #999999;
  color: #ffffff;
  cursor: pointer;
  display: none;
  margin: 20px auto 0;
  padding: 10px 0;
  text-align: center;
  width: 200px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.ent_m021_tcr_v1 .next_page {
  display: block;
  text-indent: -99999px;
}
.ent_m022_tcr_v1 {
  max-width: 1200px;
  margin: auto;
  padding: 50px 0;
}
.ent_m022_tcr_v1 ul li {
  display: inline-block;
  width: 32.23333333%;
  margin-right: 1.65%;
  vertical-align: top;
}
@media (max-width: 47.938em) {
  .ent_m022_tcr_v1 ul li {
    display: block;
    width: 100%;
    margin-right: 0;
    max-width: 380px;
    margin: 0 auto;
  }
}
.ent_m022_tcr_v1 ul li.last {
  margin-right: 0px;
}
@media (max-width: 47.938em) {
  .ent_m022_tcr_v1 ul li.last {
    margin: 0 auto;
  }
}
.ent_m022_tcr_v1 ul li a {
  position: relative;
  display: block;
  text-decoration: none;
}
@media (max-width: 47.938em) {
  .ent_m022_tcr_v1 ul li a {
    margin-bottom: 6px;
  }
}
.ent_m022_tcr_v1 ul li a img {
  max-width: 100%;
  height: auto;
  display: block;
}
.ent_m022_tcr_v1 ul li a p,
.ent_m022_tcr_v1 ul li a span {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  color: #ffffff;
}
.ent_m022_tcr_v1 .subhead {
  padding: 0 0 7px 10px;
}
@media screen and (max-width: 30em) {
  .ent_m022_tcr_v1 .subhead {
    padding-left: 0;
  }
}
.ent_m022_tcr_v1 .module_header {
  max-width: 1200px;
  margin: auto;
}
.ent_m022_tcr_v1 .module_header h2 {
  margin: 0em 0em 0em 0em;
  padding: 0em 0.23809524em 0em 0.23809524em;
  line-height: 1.125em;
  margin-bottom: 30px;
  text-transform: uppercase;
}
.ent_m022_tcr_v1 .module_header h3 {
  padding-left: 10px;
  padding-right: 10px;
}
.ent_m022_tcr_v1 .module_header p {
  margin: 0em 0em 1.25em 0em;
  padding: 0em 0.52631579em 0em 0.52631579em;
  margin-top: -30px;
  font-size: 1.1875em;
  font-family: 'BrandonTextMedium', Helvetica, Arial, sans-serif;
  line-height: 136.84210526%;
}
.ent_m022_tcr_v1.has_ad {
  position: relative;
}
.ent_m022_tcr_v1.has_ad .module_header .headline:before {
  content: '';
  float: right;
  width: 260px;
  height: 67px;
}
.ent_m022_tcr_v1.has_ad .ad_260x72 {
  position: absolute;
  top: 94px;
  right: 10px;
  width: 260px;
  height: 72px;
}
@media (max-width: 680px) {
  .ent_m022_tcr_v1.has_ad .ad_260x72 {
    position: static;
    margin: 0 auto 15px;
  }
}
@media (max-width: 1160px) {
  .ent_m022_tcr_v1.has_ad .module_header .headline:before,
  .ent_m022_tcr_v1.has_ad .ad_260x72 {
    display: none;
  }
}
.ent_m022_tcr_v1 .promo_item {
  vertical-align: top;
}
.ent_m022_tcr_v1 .promo_item .promo_title {
  background-color: rgba(112, 106, 106, 0.5);
  font-size: 1.0625em;
  font-family: 'BrandonTextBold', Helvetica, Arial, sans-serif;
  color: #ffffff;
  display: block;
  padding: 9px 10px 10px;
  text-transform: uppercase;
  position: static;
}
@media (max-width: 30em) {
  .ent_m022_tcr_v1 .promo_item .promo_title {
    font-size: 1em;
    line-height: 137.5%;
  }
}
@media (min-width: 64em) and (max-width: 1230px) {
  .ent_m022_tcr_v1 .promo_item .promo_title {
    font-size: 1em;
  }
}
@media (min-width: 960px) and (max-width: 63.938em) {
  .ent_m022_tcr_v1 .promo_item .promo_title {
    font-size: 0.9375em;
  }
}
@media (min-width: 48em) and (max-width: 959px) {
  .ent_m022_tcr_v1 .promo_item .promo_title {
    font-size: 0.875em;
  }
}
@media (min-width: 30em) and (max-width: 47.938em) {
  .ent_m022_tcr_v1 .promo_item .promo_title {
    font-size: 1.0625em;
  }
}
@media (max-width: 29.938em) {
  .ent_m022_tcr_v1 .promo_item .promo_title {
    font-size: 1.0625em;
  }
}
.ent_m022_tcr_v1 .promo_item:hover .promo_title {
  background-color: #d52b2b;
}
.ent_m022_tcr_v1 ul {
  max-width: 1200px;
  margin: 0 auto 20px;
  padding: 0em 0.625em 0em 0.625em;
}
.ent_m022_tcr_v1 ul li {
  margin-left: 1.65%;
  margin-right: 0;
}
.ent_m022_tcr_v1 ul li:first-child {
  margin-left: 0;
}
@media screen and (max-width: 30em) {
  .ent_m022_tcr_v1 .module_header h2,
  .ent_m022_tcr_v1 .module_header p {
    padding: 0;
    font-size: 19px;
  }
  .ent_m022_tcr_v1 .module_header h2 {
    font-size: 21px;
  }
  .ent_m022_tcr_v1 .module_header h3 {
    padding-left: 0;
    padding-right: 0;
  }
  .ent_m022_tcr_v1 ul {
    padding: 0;
  }
}
@media screen and (min-width: 48em) and (max-width: 1240px) {
  .ent_m022_tcr_v1 {
    padding-left: 20px;
    padding-right: 20px;
  }
  .ent_m022_tcr_v1 ul li {
    vertical-align: top;
  }
}
@media screen and (max-width: 47.938em) {
  .ent_m022_tcr_v1 {
    padding-left: 15px;
    padding-right: 15px;
  }
  .ent_m022_tcr_v1 .more_link {
    max-width: 380px;
    margin-left: auto;
    margin-right: auto;
  }
  .ent_m022_tcr_v1 .promo_item,
  .ent_m022_tcr_v1 .promo_item:first-child {
    margin: 0 auto 20px;
  }
}
.ent_m022_tcr_v1 .more_link {
  line-height: 30px;
  height: auto;
  padding: 13px 10px 5px;
}
.ent_m023_tcr_v1 {
  padding: 40px 0 20px;
}
.ent_m023_tcr_v1:after {
  clear: both;
  content: "";
  display: block;
  height: 0;
  visibility: hidden;
}
*:first-child + html .ent_m023_tcr_v1 {
  display: block;
  min-height: 0;
}
.ent_m023_tcr_v1 .module_content {
  margin: 0 auto;
  max-width: 1200px;
  padding: 0 60px 20px;
}
.ent_m023_tcr_v1 .module_content .image_holder {
  float: left;
  width: 576px;
  margin: 0 0 20px;
  outline: solid 2px #777777;
}
.ent_m023_tcr_v1 .module_content .info {
  margin: 0 0 0 600px;
  color: #ffffff;
  font-family: 'BrandonTextMedium', Helvetica, Arial, sans-serif;
}
.ent_m023_tcr_v1 .module_content .info h1 {
  color: #ffffff;
  text-transform: uppercase;
  margin: 0 0 6px;
}
.ent_m023_tcr_v1 .module_content .info .meta {
  text-transform: uppercase;
  margin-bottom: 8px;
}
.ent_m023_tcr_v1 .module_content .info .meta ul {
  overflow: hidden;
}
.ent_m023_tcr_v1 .module_content .info .meta ul li {
  border-right: 1px solid;
  float: left;
  margin-right: 8px;
  padding-right: 8px;
}
.ent_m023_tcr_v1 .module_content .info .meta ul li.need-count {
  cursor: pointer;
}
.ent_m023_tcr_v1 .module_content .info .meta ul li.need-count:before {
  content: "comments ";
}
.ent_m023_tcr_v1 .module_content .info .meta ul li:last-child {
  border-right: 0;
  margin-right: 0;
  padding-right: 0;
}
.ent_m023_tcr_v1 .module_content .info p {
  font-size: 1.25em;
  line-height: 1.4;
}
.ent_m023_tcr_v1 .module_content .info .more {
  margin-top: 15px;
}
.ent_m023_tcr_v1 .module_content .info .more a {
  text-transform: uppercase;
  display: inline-block;
  position: relative;
  height: 32px;
  padding: 0 30px 0 10px;
  background: #d52b2b;
  font-size: 1.125em;
  line-height: 32px;
  color: #ffffff;
  text-decoration: none;
}
.ent_m023_tcr_v1 .module_content .info .more a:after {
  content: '';
  position: absolute;
  top: 0;
  right: -32px;
  width: 0;
  height: 0;
  border: 16px solid transparent;
  border-left-color: #d52b2b;
}
.ent_m023_tcr_v1 .module_content .info .more a:hover {
  background: #f54444;
}
.ent_m023_tcr_v1 .module_content .info .more a:hover:after {
  border-left-color: #f54444;
}
@media (max-width: 30em) {
  .ent_m023_tcr_v1 .module_content .info .more a {
    font-size: 1em;
  }
}
@media (max-width: 30em) {
  .ent_m023_tcr_v1 .module_content .info .more {
    display: none;
  }
}
@media (min-width: 15em) and (max-width: 63.938em) {
  .ent_m023_tcr_v1 .module_content {
    padding-left: 30px;
    padding-right: 30px;
  }
  .ent_m023_tcr_v1 .module_content .image_holder {
    width: 100%;
  }
}
@media (min-width: 48em) and (max-width: 63.938em) {
  .ent_m023_tcr_v1 .module_content .image_holder {
    width: 45%;
  }
  .ent_m023_tcr_v1 .module_content .info {
    margin: 0 0 0 45%;
    padding-left: 20px;
  }
}
@media (max-width: 47.938em) {
  .ent_m023_tcr_v1 {
    padding-bottom: 20px;
  }
  .ent_m023_tcr_v1 .module_content {
    padding: 0 20px;
  }
  .ent_m023_tcr_v1 .module_content .image_holder {
    float: none;
    margin: 0;
  }
  .ent_m023_tcr_v1 .module_content .info {
    margin: 0 auto;
    padding-left: 0;
  }
  .ent_m023_tcr_v1 .module_content .info h1 {
    font-size: 1.75em;
    margin-top: 10px;
  }
  .ent_m023_tcr_v1 .module_content .info p {
    margin-bottom: 0;
  }
}
@media (max-width: 29.938em) {
  .ent_m023_tcr_v1 .module_content .info h1 {
    font-size: 1.4375em;
  }
  .ent_m023_tcr_v1 .module_content .info p {
    font-size: 1.125em;
  }
}
@media (max-width: 20em) {
  .ent_m023_tcr_v1 {
    padding: 0 0 5px;
  }
  .ent_m023_tcr_v1 .module_content {
    padding: 0;
  }
  .ent_m023_tcr_v1 .module_content .info {
    margin: 20px;
  }
  .ent_m023_tcr_v1 .module_content .info h1 {
    font-family: 'BrandonTextMedium', Helvetica, Arial, sans-serif;
    font-size: 1.25em;
    text-transform: none;
    margin: 15px 0;
  }
  .ent_m023_tcr_v1 .module_content .info ul li {
    text-transform: capitalize;
  }
  .ent_m023_tcr_v1 .module_content .info p {
    font-size: 1em;
    margin: 0;
    padding: 15px 0 20px;
  }
  .ent_m023_tcr_v1 .module_content .info .more {
    margin: 0;
  }
}
.ent_m024_tcr_v1 {
  position: relative;
  padding: 0;
  background-color: #e7e7e2;
}
.ent_m024_tcr_v1.empty_quote {
  border: 0;
}
.ent_m024_tcr_v1 .quote_wrapper {
  max-width: 1200px;
  margin: auto;
  padding-bottom: 40px;
}
.ent_m024_tcr_v1 .random_quote_overlay {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: 0.7;
}
.ent_m024_tcr_v1 a {
  text-decoration: none;
}
.ent_m024_tcr_v1 h3 {
  border: none;
  font-family: 'EamesBookItalic', serif;
  font-size: 1.75em;
  color: #000000;
  line-height: 1.375;
  text-transform: none;
  margin: 0 0 8px;
  padding: 20px 20px 0;
}
.ent_m024_tcr_v1 h3 span {
  position: relative;
  z-index: 5;
}
.ent_m024_tcr_v1 h3:before,
.ent_m024_tcr_v1 h3:after {
  display: inline-block;
  width: 58px;
  height: 41px;
  content: '';
  background: url('/sitewide/images/sprites/cr_site2013_sprite.png') no-repeat;
}
@media screen and (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .ent_m024_tcr_v1 h3:before,
  .ent_m024_tcr_v1 h3:after {
    background-image: url('/sitewide/images/sprites/cr_site2013_sprite_retina.png');
    background-size: 700px 268px;
  }
}
.ent_m024_tcr_v1 h3:before {
  background-position: -471px -98px;
  margin: 0 -36px 5px -22px;
}
.ent_m024_tcr_v1 h3:after {
  background-position: -540px -98px;
  margin: 0 -200px -20px -16px;
}
@media (min-width: 64em) {
  .ent_m024_tcr_v1 h3 {
    font-size: 2.25em;
    line-height: 122.22222222%;
  }
}
@media (min-width: 30em) {
  .ent_m024_tcr_v1 h3 {
    padding: 41px 53px 0;
  }
  .ent_m024_tcr_v1 h3:before {
    margin: 0 -16px 5px -42px;
  }
}
@media (max-width: 29.938em) {
  .ent_m024_tcr_v1 h3 {
    font-size: 1.25em;
  }
}
.ent_m024_tcr_v1 .quote_description {
  display: block;
  font-family: 'BrandonTextMedium', Helvetica, Arial, sans-serif;
  color: #d52b2b;
  font-size: 0.875em;
  font-style: italic;
  border-bottom: 1px solid #999999;
  margin: 0 0 18px;
  padding: 0 53px 15px;
}
@media screen and (max-width: 1240px) {
  .ent_m024_tcr_v1 .quote_description {
    padding: 0 33px 15px;
    margin: 0 20px 18px;
  }
}
@media screen and (max-width: 47.938em) {
  .ent_m024_tcr_v1 .quote_description {
    padding: 0 38px 15px;
    margin: 0 15px 18px;
  }
}
@media (max-width: 30em) {
  .ent_m024_tcr_v1 .quote_description {
    padding: 0 0 15px;
  }
}
@media (min-width: 30em) {
  .ent_m024_tcr_v1 .quote_description {
    font-size: 1.1875em;
  }
}
.ent_m024_tcr_v1 .meta {
  padding-left: 20px;
}
@media (min-width: 30em) {
  .ent_m024_tcr_v1 .meta {
    padding-left: 52px;
  }
}
.ent_m024_tcr_v1 span.watch,
.ent_m024_tcr_v1 .new_quote {
  text-transform: uppercase;
  color: #5c5d58;
  font-size: 17px;
  padding: 2px 9px;
  font-family: 'BrandonTextMedium', Helvetica, Arial, sans-serif;
}
.ent_m024_tcr_v1 span.watch:hover,
.ent_m024_tcr_v1 .new_quote:hover {
  color: #ea4242;
}
.ent_m024_tcr_v1 .meta a + a {
  margin-left: 10px;
  padding-left: 14px;
  border-left: 1px solid #4d4346;
}
.ent_m024_tcr_v1 .play_icon,
.ent_m024_tcr_v1 .reload_icon {
  display: inline-block;
  width: 16px;
  height: 14px;
  background: url('/sitewide/images/sprites/cr_site2013_sprite.png') no-repeat;
}
@media screen and (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .ent_m024_tcr_v1 .play_icon,
  .ent_m024_tcr_v1 .reload_icon {
    background-image: url('/sitewide/images/sprites/cr_site2013_sprite_retina.png');
    background-size: 700px 268px;
  }
}
.ent_m024_tcr_v1 .play_icon {
  background-position: -550px -9px;
  width: 10px;
  margin-left: 7px;
}
.ent_m024_tcr_v1 .reload_icon {
  background-position: -524px -10px;
}
.ent_m026_tcr_v1 {
  padding: 0em 0em 3.75em 0em;
}
.ent_m026_tcr_v1 header {
  position: relative;
  padding: 50px 10px 40px;
  background: #dddddd;
}
@media (max-width: 63.938em) {
  .ent_m026_tcr_v1 header {
    padding: 40px 10px 30px;
  }
}
.ent_m026_tcr_v1 header h1 {
  color: #000000;
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
  padding-right: 184px;
}
.ent_m026_tcr_v1 header h1:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: -moz-linear-gradient(left, #de8984 75%, rgba(222, 137, 132, 0) 100%);
  background: -webkit-gradient(linear, left top, right top, color-stop(75%, #de8984), color-stop(100%, rgba(222, 137, 132, 0)));
  background: -webkit-linear-gradient(left, #de8984 75%, rgba(222, 137, 132, 0) 100%);
  background: -o-linear-gradient(left, #de8984 75%, rgba(222, 137, 132, 0) 100%);
  background: -ms-linear-gradient(left, #de8984 75%, rgba(222, 137, 132, 0) 100%);
  background: linear-gradient(to right, #de8984 75%, rgba(222, 137, 132, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#de8984, endColorstr=#de8984, GradientType=1);
}
@media (max-width: 48em) {
  .ent_m026_tcr_v1 header h1 {
    padding-left: 0;
    padding-right: 0;
  }
}
.ent_m026_tcr_v1 > div .group {
  padding: 2.125em 0.625em 0em 0.625em;
}
.ent_m026_tcr_v1 > div .group h3 {
  position: relative;
  color: #999999;
  max-width: 1200px;
  margin: 0 auto 30px;
  padding: 0em 0em 0.71428571em 0.71428571em;
}
.ent_m026_tcr_v1 > div .group h3:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: -moz-linear-gradient(left, #6d1917 75%, rgba(109, 25, 23, 0) 100%);
  background: -webkit-gradient(linear, left top, right top, color-stop(75%, #6d1917), color-stop(100%, rgba(109, 25, 23, 0)));
  background: -webkit-linear-gradient(left, #6d1917 75%, rgba(109, 25, 23, 0) 100%);
  background: -o-linear-gradient(left, #6d1917 75%, rgba(109, 25, 23, 0) 100%);
  background: -ms-linear-gradient(left, #6d1917 75%, rgba(109, 25, 23, 0) 100%);
  background: linear-gradient(to right, #6d1917 75%, rgba(109, 25, 23, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#6d1917, endColorstr=#6d1917, GradientType=1);
}
@media (max-width: 48em) {
  .ent_m026_tcr_v1 > div .group h3 {
    padding-left: 0;
  }
}
.ent_m026_tcr_v1 > div .group ul {
  max-width: 1220px;
  margin: 0 auto;
  overflow: hidden;
  padding: 0em 0em 2.25em 1.25em;
  width: 0 auto;
}
@media (max-width: 48em) {
  .ent_m026_tcr_v1 > div .group ul {
    padding-left: 0;
  }
}
.ent_m026_tcr_v1 > div .group ul li {
  max-width: 180px;
  height: 220px;
  margin: 0 20px 20px 0;
  text-align: left;
}
.ent_m026_tcr_v1 > div .group ul li a:hover h4 {
  color: #ea4242;
}
.ent_m026_tcr_v1 > div .group ul li a h4,
.ent_m026_tcr_v1 > div .group ul li a span {
  font-family: 'BrandonTextMedium', Helvetica, Arial, sans-serif;
  color: #ffffff;
  font-size: 0.875em;
  line-height: 1.25em;
}
.ent_m026_tcr_v1 > div .group ul li a h4 {
  padding-top: 7px;
}
.ent_m026_tcr_v1 > div .group ul li a span {
  color: #999999;
  font-size: 1em;
}
@media (max-width: 78.59999999999999em) {
  .ent_m026_tcr_v1 > div .group ul {
    width: 1020px;
  }
}
@media (max-width: 66.09999999999999em) {
  .ent_m026_tcr_v1 > div .group ul {
    width: 820px;
  }
}
@media (max-width: 53.75em) {
  .ent_m026_tcr_v1 > div .group ul {
    width: 620px;
  }
}
@media (max-width: 40em) {
  .ent_m026_tcr_v1 > div .group ul {
    width: 400px;
  }
}
@media (max-width: 27.2em) {
  .ent_m026_tcr_v1 > div .group ul {
    width: 181px;
  }
  .ent_m026_tcr_v1 > div .group ul li {
    height: auto;
  }
}
.ent_m026_tcr_v1 .load_more {
  background: #aaaaaa;
  border: 1px solid #999999;
  color: #ffffff;
  cursor: pointer;
  display: none;
  margin: 20px auto 0;
  padding: 10px 0;
  text-align: center;
  width: 200px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.ent_m026_tcr_v1 .next_page {
  display: block;
  text-indent: -99999px;
}
.ent_m027_tcr_v1 {
  padding: 0;
}
.ent_m027_tcr_v1 .module_content {
  height: auto;
  max-width: none;
  width: 100%;
  overflow: hidden;
}
.ent_m027_tcr_v1 .image_holder {
  height: 540px;
  background: none;
}
@media (min-width: 63.938em) and (max-width: 74.9375em) {
  .ent_m027_tcr_v1 .image_holder {
    height: 500px;
  }
}
@media (min-width: 47.938em) and (max-width: 63.938em) {
  .ent_m027_tcr_v1 .image_holder {
    height: 400px;
  }
}
@media (min-width: 37.5em) and (max-width: 47.938em) {
  .ent_m027_tcr_v1 .image_holder {
    height: 310px;
  }
}
@media (min-width: 30em) and (max-width: 37.5em) {
  .ent_m027_tcr_v1 .image_holder {
    height: 239px;
  }
}
@media (max-width: 29.938em) {
  .ent_m027_tcr_v1 .image_holder {
    height: 160px;
  }
}
.ent_m028_tcr_v1 {
  padding: 40px 0;
}
.ent_m028_tcr_v1 .module_content {
  position: relative;
  max-width: 1200px;
  margin: auto;
}
@media (max-width: 47.938em) {
  .ent_m028_tcr_v1 {
    padding: 1.25em 0.625em 1.875em 0.625em;
  }
}
@media screen and (min-width: 48em) and (max-width: 1240px) {
  .ent_m028_tcr_v1 {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (max-width: 47.938em) {
  .ent_m028_tcr_v1 {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.ent_m028_tcr_v1 .wrapper form {
  position: relative;
}
.ent_m028_tcr_v1 .wrapper .email-wrapper {
  display: block;
  overflow: hidden;
}
.ent_m028_tcr_v1 .wrapper .email-wrapper .email {
  border: 1px solid #eeeeee;
  display: block;
  padding: 0.625em 0.625em 0.625em 0.625em;
}
.ent_m028_tcr_v1 .wrapper .submit {
  border: 0;
  cursor: pointer;
  display: block;
  text-transform: uppercase;
  font-family: 'BrandonGrotesque-Black', Helvetica, Arial, sans-serif;
}
.ent_m028_tcr_v1 .wrapper .feedback {
  line-height: 1.5em;
}
@media (max-width: 30em) {
  .ent_m028_tcr_v1 .wrapper .feedback {
    font-size: 0.8125em;
  }
}
.ent_m028_tcr_v1:after {
  clear: both;
  content: "";
  display: block;
  height: 0;
  visibility: hidden;
}
*:first-child + html .ent_m028_tcr_v1 {
  display: block;
  min-height: 0;
}
.ent_m028_tcr_v1 .wrapper {
  max-width: 1200px;
  padding: 20px 0;
  margin: auto;
}
.ent_m028_tcr_v1 .wrapper h2 {
  font-size: 2.625em;
  margin: 17px 0 0 0;
  padding: 0 0 0 10px;
  line-height: 1em;
  color: #ffffff;
  font-family: 'BrandonGrotesque-Black', Helvetica, Arial, sans-serif;
  text-transform: uppercase;
}
@media (max-width: 48em) {
  .ent_m028_tcr_v1 .wrapper h2 {
    font-size: 1.3125em;
  }
}
.ent_m028_tcr_v1 .wrapper p {
  padding: 0 0 0 10px;
  font-size: 1.125em;
  color: #ffffff;
  font-family: 'BrandonTextMedium', Helvetica, Arial, sans-serif;
  line-height: 1.4;
}
@media (max-width: 30em) {
  .ent_m028_tcr_v1 .wrapper p {
    font-size: 16px;
  }
}
.ent_m028_tcr_v1 .wrapper .subhead {
  margin: 10px 0 0 0;
  padding: 0 0 5px 10px;
  padding-bottom: 5px;
}
@media (max-width: 630px) {
  .ent_m028_tcr_v1 .wrapper .subhead {
    margin: 0;
    clear: left;
  }
}
.ent_m028_tcr_v1 .wrapper #newsletterForm {
  padding: 20px 0 0 10px;
}
.ent_m028_tcr_v1 .wrapper #newsletterForm input {
  vertical-align: middle;
}
@media (max-width: 48em) {
  .ent_m028_tcr_v1 .wrapper #newsletterForm {
    padding-top: 20px;
    padding-bottom: 0;
    clear: left;
  }
}
.ent_m028_tcr_v1 .wrapper .email-wrapper {
  position: relative;
  margin-right: 190px;
}
.ent_m028_tcr_v1 .wrapper .email-wrapper .email,
.ent_m028_tcr_v1 .wrapper .email-wrapper .email_placeholder {
  font-size: 1.5em;
  line-height: 50px;
  font-family: 'BrandonTextMedium', Helvetica, Arial, sans-serif;
}
.ent_m028_tcr_v1 .wrapper .email-wrapper .email {
  height: 50px;
  width: 100%;
  font-family: 'BrandonTextMedium', Helvetica, Arial, sans-serif;
  color: #777777;
  border: 1px solid #827e7d;
}
.ent_m028_tcr_v1 .wrapper .email-wrapper .email:focus + .email_placeholder,
.ent_m028_tcr_v1 .wrapper .email-wrapper .email.hidePlaceholder + .email_placeholder {
  display: none;
}
@media (max-width: 48em) {
  .ent_m028_tcr_v1 .wrapper .email-wrapper .email,
  .ent_m028_tcr_v1 .wrapper .email-wrapper .email_placeholder {
    font-size: 18px;
  }
}
.ent_m028_tcr_v1 .wrapper .email-wrapper .email_placeholder {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 0 0.625em 0 0.625em;
  color: #aaaaaa;
  text-align: left;
}
@media (max-width: 30em) {
  .ent_m028_tcr_v1 .wrapper .email-wrapper .email_placeholder .hideOnMobile {
    display: none;
  }
}
@media (max-width: 48em) {
  .ent_m028_tcr_v1 .wrapper .email-wrapper {
    margin-right: 145px;
  }
}
.ent_m028_tcr_v1 .wrapper .submit {
  position: absolute;
  right: 0;
  top: 20px;
  width: 170px;
  background-color: #0172b9;
  color: #ffffff;
  font-size: 24px;
  line-height: 50px;
  height: 50px;
  text-align: center;
  -webkit-appearance: none;
}
.linux_entity .ent_m028_tcr_v1 .wrapper .submit {
  padding-top: 4px;
}
.ent_m028_tcr_v1 .wrapper .submit:hover {
  background-color: #d52b2b;
}
@media (max-width: 48em) {
  .ent_m028_tcr_v1 .wrapper .submit {
    width: 130px;
    font-size: 18px;
  }
}
.ent_m028_tcr_v1 .wrapper .image_holder {
  float: left;
  width: 376px;
  max-width: 100%;
  outline: 2px solid #4d4346;
}
@media (max-width: 48em) {
  .ent_m028_tcr_v1 .wrapper .image_holder {
    float: none;
    margin: 0 auto 20px;
  }
}
.ent_m028_tcr_v1 .wrapper .image_holder:before {
  padding-top: 100%;
}
.ent_m028_tcr_v1 .wrapper .details {
  margin-left: 400px;
}
@media (max-width: 48em) {
  .ent_m028_tcr_v1 .wrapper .details {
    margin: 0;
  }
}
.ent_m028_tcr_v1 .wrapper .feedback {
  font-family: 'BrandonTextMedium', Helvetica, Arial, sans-serif;
  padding-top: 10px;
  padding-left: 10px;
  float: left;
  color: #ee4444;
}
.ent_m029_tcr_v1,
.ent_m030_tcr_v1 {
  padding: 0;
}
.ent_m029_tcr_v1 .dd,
.ent_m030_tcr_v1 .dd {
  overflow: visible;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 90;
}
@media screen and (max-width: 30em) {
  .ent_m029_tcr_v1 .dd,
  .ent_m030_tcr_v1 .dd {
    display: none;
  }
}
.ent_m029_tcr_v1 .dd .sbHolder,
.ent_m030_tcr_v1 .dd .sbHolder {
  width: 192px;
  overflow: visible;
  font-family: 'BrandonTextMedium', Helvetica, Arial, sans-serif;
  color: #ffffff;
  text-transform: uppercase;
  font-size: 18px;
  padding-right: 21px;
}
.ent_m029_tcr_v1 .dd .sbHolder .sbSelector,
.ent_m030_tcr_v1 .dd .sbHolder .sbSelector {
  color: #342e30;
  float: right;
  margin-left: -100px;
  line-height: 34px;
  overflow: hidden;
  padding-right: 10px;
  text-align: right;
  white-space: nowrap;
}
@media (max-width: 64em) {
  .ent_m029_tcr_v1 .dd .sbHolder .sbSelector,
  .ent_m030_tcr_v1 .dd .sbHolder .sbSelector {
    line-height: 25px;
  }
}
.ent_m029_tcr_v1 .dd .sbHolder .sbToggle,
.ent_m030_tcr_v1 .dd .sbHolder .sbToggle {
  background: url('/sitewide/images/sprites/cr_site2013_sprite.png') no-repeat;
  background-position: -327px -166px;
  height: 25px;
  outline: none;
  width: 18px;
  float: right;
}
@media (max-width: 64em) {
  .ent_m029_tcr_v1 .dd .sbHolder .sbToggle,
  .ent_m030_tcr_v1 .dd .sbHolder .sbToggle {
    margin-top: -5px;
  }
}
.ent_m029_tcr_v1 .dd .sbHolder .sbToggle.sbToggleOpen,
.ent_m030_tcr_v1 .dd .sbHolder .sbToggle.sbToggleOpen {
  background-position: -355px -166px;
}
@media (max-width: 64em) {
  .ent_m029_tcr_v1 .dd .sbHolder,
  .ent_m030_tcr_v1 .dd .sbHolder {
    margin-top: -1px;
  }
}
.ent_m029_tcr_v1 .dd .sbHolder .sbHolderDisabled,
.ent_m030_tcr_v1 .dd .sbHolder .sbHolderDisabled {
  background-color: #3C3C3C;
  border: solid 1px #515151;
}
.ent_m029_tcr_v1 .dd .sbHolder .sbOptions,
.ent_m030_tcr_v1 .dd .sbHolder .sbOptions {
  width: 192px;
  background: #342e30;
  color: #fff;
  right: 0;
  position: absolute;
  z-index: 9999;
  overflow-y: auto;
  font-size: 16px;
  letter-spacing: 0.5px;
  padding: 7px 0;
}
.ent_m029_tcr_v1 .dd .sbHolder .sbOptions .sbDisabled,
.ent_m030_tcr_v1 .dd .sbHolder .sbOptions .sbDisabled {
  border-bottom: dotted 1px #515151;
  color: #777777;
  display: block;
  padding: 7px 0 7px 3px;
}
.ent_m029_tcr_v1 .dd .sbHolder .sbOptions li,
.ent_m030_tcr_v1 .dd .sbHolder .sbOptions li {
  line-height: 31px;
  width: 100%;
  margin: 0;
  text-indent: 13px;
}
.ent_m029_tcr_v1 .dd .sbHolder .sbOptions a,
.ent_m030_tcr_v1 .dd .sbHolder .sbOptions a {
  color: #ffffff;
}
.ent_m029_tcr_v1 .dd .sbHolder .sbOptions a:hover,
.ent_m030_tcr_v1 .dd .sbHolder .sbOptions a:hover,
.ent_m029_tcr_v1 .dd .sbHolder .sbOptions a:active,
.ent_m030_tcr_v1 .dd .sbHolder .sbOptions a:active {
  color: #ea4242;
}
.ent_m029_tcr_v1 .dd.content_loading .sbHolder .sbToggle,
.ent_m030_tcr_v1 .dd.content_loading .sbHolder .sbToggle {
  width: 18px;
  height: 18px;
  margin-top: 8px;
  background: url(/sitewide/images/ajax-loader.gif) 0 0;
  background-size: 100% 100%;
}
.ent_m029_tcr_v1 div,
.ent_m030_tcr_v1 div {
  overflow: visible;
}
.ent_m029_tcr_v1 .niagara,
.ent_m030_tcr_v1 .niagara {
  left: -99999px;
  position: absolute;
}
.ent_m029_tcr_v1 .module_container.m_hscroll,
.ent_m030_tcr_v1 .module_container.m_hscroll {
  padding: 0;
}
.ent_m029_tcr_v1 .headerContainer,
.ent_m030_tcr_v1 .headerContainer {
  background-color: #e7e7e2;
  padding: 50px 10px 55px;
}
@media (max-width: 30em) {
  .ent_m029_tcr_v1 .headerContainer,
  .ent_m030_tcr_v1 .headerContainer {
    padding-top: 30px;
    padding-bottom: 35px;
  }
}
.ent_m029_tcr_v1 .headerContainer .collectionHeader,
.ent_m030_tcr_v1 .headerContainer .collectionHeader {
  margin: 0 auto;
  padding: 0;
  max-width: 1200px;
}
.ent_m029_tcr_v1 .headerContainer .collectionHeader:after,
.ent_m030_tcr_v1 .headerContainer .collectionHeader:after {
  clear: both;
  content: "";
  display: block;
  height: 0;
  visibility: hidden;
}
*:first-child + html .ent_m029_tcr_v1 .headerContainer .collectionHeader,
*:first-child + html .ent_m030_tcr_v1 .headerContainer .collectionHeader {
  display: block;
  min-height: 0;
}
@media (min-width: 64em) {
  .ent_m029_tcr_v1 .headerContainer .collectionHeader,
  .ent_m030_tcr_v1 .headerContainer .collectionHeader {
    min-height: 70px;
  }
}
.ent_m029_tcr_v1 .headerContainer .collectionHeader h2,
.ent_m030_tcr_v1 .headerContainer .collectionHeader h2 {
  margin: 0 0 14px 0;
  padding-right: 215px;
  font-family: 'BrandonTextBold', Helvetica, Arial, sans-serif;
  color: #000000;
  position: relative;
}
.ent_m029_tcr_v1 .headerContainer .collectionHeader h2:after,
.ent_m030_tcr_v1 .headerContainer .collectionHeader h2:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: -moz-linear-gradient(left, #de8984 75%, rgba(222, 137, 132, 0) 100%);
  background: -webkit-gradient(linear, left top, right top, color-stop(75%, #de8984), color-stop(100%, rgba(222, 137, 132, 0)));
  background: -webkit-linear-gradient(left, #de8984 75%, rgba(222, 137, 132, 0) 100%);
  background: -o-linear-gradient(left, #de8984 75%, rgba(222, 137, 132, 0) 100%);
  background: -ms-linear-gradient(left, #de8984 75%, rgba(222, 137, 132, 0) 100%);
  background: linear-gradient(to right, #de8984 75%, rgba(222, 137, 132, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#de8984, endColorstr=#de8984, GradientType=1);
}
.ent_m029_tcr_v1 .headerContainer .collectionHeader h2 span,
.ent_m030_tcr_v1 .headerContainer .collectionHeader h2 span {
  color: #000000;
  text-transform: none;
  font-family: 'BrandonTextMedium', Helvetica, Arial, sans-serif;
  font-size: 0.92em;
}
.ent_m029_tcr_v1 .headerContainer .collectionHeader h2 .counter.hidden,
.ent_m030_tcr_v1 .headerContainer .collectionHeader h2 .counter.hidden {
  display: none;
}
.ent_m029_tcr_v1 .headerContainer .collectionHeader h2 .tag,
.ent_m030_tcr_v1 .headerContainer .collectionHeader h2 .tag {
  margin: 0em 1.8125em 0em 0em;
  font-size: 1em;
  position: relative;
}
.ent_m029_tcr_v1 .headerContainer .collectionHeader h2 .tag:first-child,
.ent_m030_tcr_v1 .headerContainer .collectionHeader h2 .tag:first-child {
  margin: 0em 1.17391304em 0em 0em;
}
.ent_m029_tcr_v1 .headerContainer .collectionHeader h2 .tag:first-child .remove-tag,
.ent_m030_tcr_v1 .headerContainer .collectionHeader h2 .tag:first-child .remove-tag {
  display: none;
}
.ent_m029_tcr_v1 .headerContainer .collectionHeader h2 .tag .remove-tag,
.ent_m030_tcr_v1 .headerContainer .collectionHeader h2 .tag .remove-tag {
  position: absolute;
  top: 5px;
  right: -13px;
  width: 9px;
  height: 9px;
  background: url('/sitewide/images/sprites/cr_site2013_sprite.png') no-repeat -668px -39px;
  cursor: pointer;
}
.ent_m029_tcr_v1 .headerContainer .collectionHeader .spellCheck,
.ent_m030_tcr_v1 .headerContainer .collectionHeader .spellCheck {
  display: none;
  font-size: 1.0625em;
  margin: 0 0 20px 0;
  text-indent: 9px;
  font-family: 'BrandonTextMedium', Helvetica, Arial, sans-serif;
  color: #999999;
}
.ent_m029_tcr_v1 .headerContainer .collectionHeader .spellCheck a,
.ent_m030_tcr_v1 .headerContainer .collectionHeader .spellCheck a {
  color: #ee4444;
}
.ent_m029_tcr_v1 .headerContainer .collectionHeader .spellCheck a:hover,
.ent_m030_tcr_v1 .headerContainer .collectionHeader .spellCheck a:hover {
  color: #0172b9;
}
@media (max-width: 30em) {
  .ent_m029_tcr_v1 .headerContainer .collectionHeader .spellCheck,
  .ent_m030_tcr_v1 .headerContainer .collectionHeader .spellCheck {
    text-indent: 0;
  }
}
.ent_m029_tcr_v1 .headerContainer .collectionHeader.spellCorrection .spellCheck,
.ent_m030_tcr_v1 .headerContainer .collectionHeader.spellCorrection .spellCheck {
  display: block;
}
.ent_m029_tcr_v1 .headerContainer .collectionHeader .search_toggle,
.ent_m030_tcr_v1 .headerContainer .collectionHeader .search_toggle {
  display: none;
  float: right;
  margin-right: 10px;
  padding-right: 20px;
  position: relative;
  text-transform: uppercase;
  color: #04233d;
  font-size: 0.875em;
  font-family: 'BrandonTextMedium', Helvetica, Arial, sans-serif;
  cursor: pointer;
}
.ent_m029_tcr_v1 .headerContainer .collectionHeader .search_toggle .arrow,
.ent_m030_tcr_v1 .headerContainer .collectionHeader .search_toggle .arrow {
  background: url('/sitewide/images/sprites/cr_site2013_sprite.png') no-repeat -440px -190px;
  display: block;
  height: 7px;
  position: absolute;
  right: 0;
  top: 7px;
  width: 11px;
}
.ent_m029_tcr_v1 .headerContainer .collectionHeader .search_toggle .arrow.opened,
.ent_m030_tcr_v1 .headerContainer .collectionHeader .search_toggle .arrow.opened {
  background-position: -418px -190px;
}
.ent_m029_tcr_v1 .headerContainer .filters,
.ent_m030_tcr_v1 .headerContainer .filters {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0;
  color: #999999;
}
.ent_m029_tcr_v1 .headerContainer .filters.invalid_date .filter .date_validation_message,
.ent_m030_tcr_v1 .headerContainer .filters.invalid_date .filter .date_validation_message {
  display: block;
}
.ent_m029_tcr_v1 .headerContainer .filters .filter .date_validation_message,
.ent_m030_tcr_v1 .headerContainer .filters .filter .date_validation_message {
  display: none;
  position: absolute;
  bottom: -20px;
  left: 0;
  font-size: 13px;
  color: #ee4444;
}
.ent_m029_tcr_v1 .headerContainer .filters span:first-child,
.ent_m030_tcr_v1 .headerContainer .filters span:first-child {
  color: #000000;
}
.ent_m029_tcr_v1 .headerContainer .filters.open-content,
.ent_m030_tcr_v1 .headerContainer .filters.open-content {
  display: block;
}
.ent_m029_tcr_v1 .headerContainer .filters .filter,
.ent_m030_tcr_v1 .headerContainer .filters .filter {
  font-family: 'BrandonTextMedium', Helvetica, Arial, sans-serif;
}
.ent_m029_tcr_v1 .headerContainer .filters .filter:first-child,
.ent_m030_tcr_v1 .headerContainer .filters .filter:first-child {
  float: left;
}
.ent_m029_tcr_v1 .headerContainer .filters .filter:last-child,
.ent_m030_tcr_v1 .headerContainer .filters .filter:last-child {
  padding: 0 462px 0 361px;
}
.ent_m029_tcr_v1 .headerContainer .filters .filter:nth-child(2),
.ent_m030_tcr_v1 .headerContainer .filters .filter:nth-child(2) {
  float: right;
}
.ent_m029_tcr_v1 .headerContainer .filters .filter .label,
.ent_m030_tcr_v1 .headerContainer .filters .filter .label {
  float: left;
  line-height: 50px;
  padding: 0 20px 0 10px;
}
.ent_m029_tcr_v1 .headerContainer .filters .filter .dd_search,
.ent_m030_tcr_v1 .headerContainer .filters .filter .dd_search {
  float: left;
  border: 1px solid #dedede;
  background-color: #ffffff;
}
.ent_m029_tcr_v1 .headerContainer .filters .filter .dd_search .sbHolder,
.ent_m030_tcr_v1 .headerContainer .filters .filter .dd_search .sbHolder {
  z-index: 100;
  color: #342e30;
  position: relative;
}
.ent_m029_tcr_v1 .headerContainer .filters .filter .dd_search .sbHolder .sbSelector,
.ent_m030_tcr_v1 .headerContainer .filters .filter .dd_search .sbHolder .sbSelector {
  color: #777777;
  display: block;
  line-height: 48px;
  overflow: hidden;
  padding: 0 40px 0 15px;
  width: 234px;
}
.ent_m029_tcr_v1 .headerContainer .filters .filter .dd_search .sbHolder .sbToggle,
.ent_m030_tcr_v1 .headerContainer .filters .filter .dd_search .sbHolder .sbToggle {
  background: url('/sitewide/images/sprites/cr_site2013_sprite.png') no-repeat;
  background-position: -327px -89px;
  height: 25px;
  outline: medium none;
  position: absolute;
  right: 15px;
  top: 8px;
  width: 18px;
  z-index: 100;
}
.ent_m029_tcr_v1 .headerContainer .filters .filter .dd_search .sbHolder .sbToggle.sbToggleOpen,
.ent_m030_tcr_v1 .headerContainer .filters .filter .dd_search .sbHolder .sbToggle.sbToggleOpen {
  background-position: -355px -89px;
}
.ent_m029_tcr_v1 .headerContainer .filters .filter .dd_search .sbHolder .sbHolderDisabled,
.ent_m030_tcr_v1 .headerContainer .filters .filter .dd_search .sbHolder .sbHolderDisabled {
  background-color: #222222;
  border: solid 1px #515151;
}
.ent_m029_tcr_v1 .headerContainer .filters .filter .dd_search .sbHolder .sbOptions,
.ent_m030_tcr_v1 .headerContainer .filters .filter .dd_search .sbHolder .sbOptions {
  background: #222222;
  color: #ffffff;
  font-size: 1.125em;
  padding: 7px 0;
  position: absolute;
  right: 0;
  z-index: 5000001;
  overflow-y: auto;
}
.ent_m029_tcr_v1 .headerContainer .filters .filter .dd_search .sbHolder .sbOptions .sbDisabled,
.ent_m030_tcr_v1 .headerContainer .filters .filter .dd_search .sbHolder .sbOptions .sbDisabled {
  border-bottom: dotted 1px #515151;
  color: #777777;
  display: block;
  padding: 7px 0 7px 3px;
}
.ent_m029_tcr_v1 .headerContainer .filters .filter .dd_search .sbHolder .sbOptions li,
.ent_m030_tcr_v1 .headerContainer .filters .filter .dd_search .sbHolder .sbOptions li {
  line-height: 38px;
  width: 100%;
  margin: 0;
  text-indent: 13px;
}
.ent_m029_tcr_v1 .headerContainer .filters .filter .dd_search .sbHolder .sbOptions li a.selected,
.ent_m030_tcr_v1 .headerContainer .filters .filter .dd_search .sbHolder .sbOptions li a.selected {
  color: #ea4242;
}
.ent_m029_tcr_v1 .headerContainer .filters .filter .dd_search .sbHolder .sbOptions a,
.ent_m030_tcr_v1 .headerContainer .filters .filter .dd_search .sbHolder .sbOptions a {
  color: #ffffff;
  width: 232px;
  display: block;
}
.ent_m029_tcr_v1 .headerContainer .filters .filter .dd_search .sbHolder .sbOptions a:hover,
.ent_m030_tcr_v1 .headerContainer .filters .filter .dd_search .sbHolder .sbOptions a:hover,
.ent_m029_tcr_v1 .headerContainer .filters .filter .dd_search .sbHolder .sbOptions a:active,
.ent_m030_tcr_v1 .headerContainer .filters .filter .dd_search .sbHolder .sbOptions a:active {
  color: #ea4242;
}
.ent_m029_tcr_v1 .headerContainer .filters .filter .dd_search.content_loading .sbHolder .sbToggle,
.ent_m030_tcr_v1 .headerContainer .filters .filter .dd_search.content_loading .sbHolder .sbToggle {
  width: 18px;
  height: 18px;
  margin-top: 8px;
  background: url(/sitewide/images/common/ajax-loader.gif) no-repeat 0 0;
  background-size: 100% 100%;
}
.ent_m029_tcr_v1 .headerContainer .filters .filter .wrapper,
.ent_m030_tcr_v1 .headerContainer .filters .filter .wrapper {
  z-index: 10;
  float: left;
  margin-right: 20px;
  width: 130px;
  position: relative;
}
.ent_m029_tcr_v1 .headerContainer .filters .filter .wrapper #date_start,
.ent_m030_tcr_v1 .headerContainer .filters .filter .wrapper #date_start,
.ent_m029_tcr_v1 .headerContainer .filters .filter .wrapper #date_end,
.ent_m030_tcr_v1 .headerContainer .filters .filter .wrapper #date_end {
  width: 100%;
  padding-right: 33px;
  font-size: 1em;
  font-family: 'BrandonTextMedium', Helvetica, Arial, sans-serif;
}
.ent_m029_tcr_v1 .headerContainer .filters .filter .wrapper .calendar,
.ent_m030_tcr_v1 .headerContainer .filters .filter .wrapper .calendar {
  background: url('/sitewide/images/sprites/cr_site2013_sprite.png') no-repeat -190px -200px;
  height: 20px;
  position: absolute;
  right: 7px;
  top: 15px;
  width: 22px;
  z-index: 1;
  cursor: pointer;
}
.ent_m029_tcr_v1 .headerContainer .filters .filter input,
.ent_m030_tcr_v1 .headerContainer .filters .filter input {
  border: 1px solid #dedede;
  padding: 0 10px 0 16px;
  color: #777777;
  font-size: 1.1875em;
  height: 50px;
}
.ent_m029_tcr_v1 .headerContainer .filters .filter #all,
.ent_m030_tcr_v1 .headerContainer .filters .filter #all {
  color: #04233d;
  font-family: 'BrandonTextMedium', Helvetica, Arial, sans-serif;
  min-width: 250px;
  width: 100%;
}
.ent_m029_tcr_v1 .headerContainer .filters .filter #start_value,
.ent_m030_tcr_v1 .headerContainer .filters .filter #start_value,
.ent_m029_tcr_v1 .headerContainer .filters .filter #end_value,
.ent_m030_tcr_v1 .headerContainer .filters .filter #end_value {
  display: none;
}
.ent_m029_tcr_v1 .headerContainer .filters .filter .search_button,
.ent_m030_tcr_v1 .headerContainer .filters .filter .search_button {
  z-index: 10;
  float: left;
  background: #0172b9;
  color: #ffffff;
  cursor: pointer;
  font-family: 'BrandonTextBold', Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-size: 1.4375em;
  line-height: 50px;
  text-align: center;
  width: 132px;
  letter-spacing: 1px;
  padding: 0 10px;
  margin-right: 10px;
}
.ent_m029_tcr_v1 .headerContainer .filters .filter .search_button:hover,
.ent_m030_tcr_v1 .headerContainer .filters .filter .search_button:hover {
  background-color: #d52b2b;
}
@media screen and (max-width: 480px) {
  .ent_m029_tcr_v1 .headerContainer .filters,
  .ent_m030_tcr_v1 .headerContainer .filters {
    display: none;
  }
}
@media screen and (max-width: 1094px) {
  .ent_m029_tcr_v1 .headerContainer .filters .filter:after,
  .ent_m030_tcr_v1 .headerContainer .filters .filter:after {
    clear: both;
    content: "";
    display: block;
    height: 0;
    visibility: hidden;
  }
  *:first-child + html .ent_m029_tcr_v1 .headerContainer .filters .filter,
  *:first-child + html .ent_m030_tcr_v1 .headerContainer .filters .filter {
    display: block;
    min-height: 0;
  }
  .ent_m029_tcr_v1 .headerContainer .filters .filter:nth-child(2),
  .ent_m030_tcr_v1 .headerContainer .filters .filter:nth-child(2) {
    width: 100%;
    padding: 20px 0 0 107px;
  }
  .ent_m029_tcr_v1 .headerContainer .filters .filter .search_button,
  .ent_m030_tcr_v1 .headerContainer .filters .filter .search_button {
    float: right;
  }
  .ent_m029_tcr_v1 .headerContainer .filters .filter:last-child,
  .ent_m030_tcr_v1 .headerContainer .filters .filter:last-child {
    padding: 0 10px 0 361px;
    width: 100%;
  }
}
@media (min-width: 641px) and (max-width: 1094px) {
  .ent_m029_tcr_v1 .headerContainer .filters .filter .date_validation_message,
  .ent_m030_tcr_v1 .headerContainer .filters .filter .date_validation_message {
    left: 107px;
  }
}
@media screen and (max-width: 640px) {
  .ent_m029_tcr_v1 .headerContainer .filters:after,
  .ent_m030_tcr_v1 .headerContainer .filters:after {
    clear: both;
    content: "";
    display: block;
    height: 0;
    visibility: hidden;
  }
  *:first-child + html .ent_m029_tcr_v1 .headerContainer .filters,
  *:first-child + html .ent_m030_tcr_v1 .headerContainer .filters {
    display: block;
    min-height: 0;
  }
  .ent_m029_tcr_v1 .headerContainer .filters .filter:first-child,
  .ent_m030_tcr_v1 .headerContainer .filters .filter:first-child {
    float: none;
  }
  .ent_m029_tcr_v1 .headerContainer .filters .filter:first-child .dd_search,
  .ent_m030_tcr_v1 .headerContainer .filters .filter:first-child .dd_search {
    width: 100%;
  }
  .ent_m029_tcr_v1 .headerContainer .filters .filter:last-child,
  .ent_m030_tcr_v1 .headerContainer .filters .filter:last-child {
    position: absolute;
    top: 0;
    left: 0;
    padding: 120px 0 0;
  }
  .ent_m029_tcr_v1 .headerContainer .filters .filter:nth-child(2),
  .ent_m030_tcr_v1 .headerContainer .filters .filter:nth-child(2) {
    padding: 90px 0 0;
  }
  .ent_m029_tcr_v1 .headerContainer .filters .filter .search_button,
  .ent_m030_tcr_v1 .headerContainer .filters .filter .search_button {
    margin: 0;
  }
}
@media screen and (max-width: 450px) {
  .ent_m029_tcr_v1 .headerContainer .filters .filter .wrapper,
  .ent_m030_tcr_v1 .headerContainer .filters .filter .wrapper {
    margin-right: 5px;
    width: 100px;
  }
  .ent_m029_tcr_v1 .headerContainer .filters .filter .wrapper #date_start,
  .ent_m030_tcr_v1 .headerContainer .filters .filter .wrapper #date_start,
  .ent_m029_tcr_v1 .headerContainer .filters .filter .wrapper #date_end,
  .ent_m030_tcr_v1 .headerContainer .filters .filter .wrapper #date_end {
    padding-right: 30px;
  }
  .ent_m029_tcr_v1 .headerContainer .filters .filter .search_button,
  .ent_m030_tcr_v1 .headerContainer .filters .filter .search_button {
    font-size: 1em;
    width: 90px;
    padding: 0 10px;
  }
}
.ent_m029_tcr_v1 .headerContainer .filters.tags,
.ent_m030_tcr_v1 .headerContainer .filters.tags {
  padding: 0 10px;
  text-align: left;
  font-family: 'BrandonTextMedium', Helvetica, Arial, sans-serif;
}
.ent_m029_tcr_v1 .headerContainer .filters.tags a,
.ent_m030_tcr_v1 .headerContainer .filters.tags a {
  color: #0487d5;
}
.ent_m029_tcr_v1 .headerContainer .filters.tags a:hover,
.ent_m030_tcr_v1 .headerContainer .filters.tags a:hover {
  color: #d52b2b;
}
.ent_m029_tcr_v1 .headerContainer .filters.tags .more:after,
.ent_m030_tcr_v1 .headerContainer .filters.tags .more:after {
  content: "";
  background: url('/sitewide/images/sprites/cr_site2013_sprite.png') no-repeat;
  background-position: -418px -102px;
  width: 11px;
  height: 6px;
  display: inline-block;
  margin: 0 0 1px 5px;
}
.ent_m029_tcr_v1 .headerContainer .filters.tags .more:hover:after,
.ent_m030_tcr_v1 .headerContainer .filters.tags .more:hover:after {
  background-position: -418px -168px;
}
.ent_m029_tcr_v1 .headerContainer .filters.tags .groupTwo,
.ent_m030_tcr_v1 .headerContainer .filters.tags .groupTwo {
  display: none;
}
.ent_m029_tcr_v1 .content_container,
.ent_m030_tcr_v1 .content_container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 58px 0;
}
.ent_m029_tcr_v1 .content_container:after,
.ent_m030_tcr_v1 .content_container:after {
  clear: both;
  content: "";
  display: block;
  height: 0;
  visibility: hidden;
}
*:first-child + html .ent_m029_tcr_v1 .content_container,
*:first-child + html .ent_m030_tcr_v1 .content_container {
  display: block;
  min-height: 0;
}
.ent_m029_tcr_v1 .content_container .mask,
.ent_m030_tcr_v1 .content_container .mask {
  padding-bottom: 20px;
}
.ent_m029_tcr_v1 .content_container .mask ul,
.ent_m030_tcr_v1 .content_container .mask ul {
  overflow: hidden;
  padding: 0 0 36px;
}
.ent_m029_tcr_v1 .content_container .mask ul li,
.ent_m030_tcr_v1 .content_container .mask ul li {
  display: inline-block;
  height: 250px;
  margin: 0 10px;
}
.ent_m029_tcr_v1 .content_container .mask ul li div,
.ent_m030_tcr_v1 .content_container .mask ul li div {
  margin-bottom: 0;
  text-align: left;
}
@media screen and (min-width: 1000px) and (max-width: 1199px) {
  .ent_m029_tcr_v1 .content_container,
  .ent_m030_tcr_v1 .content_container {
    max-width: 1000px;
  }
}
@media screen and (min-width: 800px) and (max-width: 999px) {
  .ent_m029_tcr_v1 .content_container,
  .ent_m030_tcr_v1 .content_container {
    max-width: 800px;
  }
}
@media screen and (min-width: 600px) and (max-width: 799px) {
  .ent_m029_tcr_v1 .content_container,
  .ent_m030_tcr_v1 .content_container {
    max-width: 600px;
  }
}
@media screen and (min-width: 400px) and (max-width: 599px) {
  .ent_m029_tcr_v1 .content_container,
  .ent_m030_tcr_v1 .content_container {
    max-width: 400px;
  }
}
@media screen and (min-width: 200px) and (max-width: 399px) {
  .ent_m029_tcr_v1 .content_container,
  .ent_m030_tcr_v1 .content_container {
    max-width: 200px;
  }
}
.ent_m029_tcr_v1 .noResults,
.ent_m030_tcr_v1 .noResults {
  font-size: 2.125em;
  font-family: 'BrandonGrotesque-Black', Helvetica, Arial, sans-serif;
  color: #ffffff;
  text-align: center;
  padding: 2.5em 0em 2.5em 0em;
}
.ent_m029_tcr_v1 .noResults .bracers,
.ent_m030_tcr_v1 .noResults .bracers {
  color: #aaaaaa;
}
@media (max-width: 30em) {
  .ent_m029_tcr_v1 .noResults,
  .ent_m030_tcr_v1 .noResults {
    font-size: 1.3125em;
    line-height: 114.28571429%;
  }
}
.ent_m029_tcr_v1 .moduleLoading,
.ent_m030_tcr_v1 .moduleLoading {
  position: absolute;
  bottom: 25px;
  left: 50%;
  margin: 0 0 0 -16px;
}
.ent_m029_tcr_v1 .meta,
.ent_m030_tcr_v1 .meta {
  display: block;
}
@media screen and (max-width: 768px) {
  .ent_m029_tcr_v1 .headerContainer .collectionHeader h2,
  .ent_m030_tcr_v1 .headerContainer .collectionHeader h2 {
    padding-right: 5px;
  }
  .ent_m029_tcr_v1 .collectionHeader .sort,
  .ent_m030_tcr_v1 .collectionHeader .sort {
    display: none;
  }
  .ent_m029_tcr_v1 .collectionHeader.spellCorrection h2,
  .ent_m030_tcr_v1 .collectionHeader.spellCorrection h2 {
    padding-right: 10px;
  }
}
@media all and (min-width: 1200px) {
  .ent_m029_tcr_v1 .filters .filter,
  .ent_m030_tcr_v1 .filters .filter {
    text-align: left;
  }
}
@media screen and (max-width: 480px) {
  .ent_m029_tcr_v1 .headerContainer .collectionHeader .search_toggle {
    display: block;
  }
}
/*!
* jQuery UI Datepicker 1.10.3
* http://jqueryui.com
*
* Copyright 2013 jQuery Foundation and other contributors
* Released under the MIT license.
* http://jquery.org/license
*
* http://docs.jquery.com/UI/Datepicker#theming
*/
.ui-datepicker {
  background-color: #222222;
  font-family: 'BrandonGrotesque-Black', Helvetica, Arial, sans-serif;
  color: #ffffff;
  font-size: 16px;
  width: 17em;
  padding: .2em .2em 0;
  display: none;
}
.ui-datepicker .ui-datepicker-header {
  position: relative;
  padding: .2em 0;
  font-size: 1.375em;
  text-transform: uppercase;
  background-color: #494948;
}
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
  position: absolute;
  top: 4px;
  width: 1.375em;
  height: 1.375em;
  cursor: pointer;
}
.ui-datepicker .ui-datepicker-prev {
  left: 2px;
}
.ui-datepicker .ui-datepicker-next {
  right: 2px;
}
.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
  position: absolute;
  top: 7px;
  width: 10px;
  height: 16px;
  background: url('/sitewide/images/sprites/cr_site2013_sprite.png') no-repeat;
}
.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-prev-hover.ui-state-disabled span.ui-icon {
  background-position: -289px -98px;
  left: 8px;
}
.ui-datepicker .ui-datepicker-next span,
.ui-datepicker .ui-datepicker-next-hover.ui-state-disabled span.ui-icon {
  background-position: -307px -98px;
  right: 8px;
}
.ui-datepicker .ui-datepicker-prev-hover span.ui-icon {
  background-position: -289px -150px;
}
.ui-datepicker .ui-datepicker-next-hover span.ui-icon {
  background-position: -307px -150px;
}
.ui-datepicker .ui-datepicker-title {
  margin: 0 2.3em;
  text-align: center;
  text-transform: uppercase;
}
.ui-datepicker .ui-datepicker-title select {
  font-size: 1em;
  margin: 1px 0;
}
.ui-datepicker select.ui-datepicker-month-year {
  width: 100%;
}
.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
  width: 49%;
}
.ui-datepicker table {
  width: 100%;
  font-size: .9em;
  border-collapse: collapse;
  margin: 0 0 .4em;
  text-transform: uppercase;
}
.ui-datepicker th {
  padding: .7em .3em;
  text-align: center;
  border: 0;
  font-size: 17px;
}
.ui-datepicker td {
  border: 0;
  padding: 1px;
  font-size: 17px;
}
.ui-datepicker td span,
.ui-datepicker td a {
  display: block;
  padding: .2em;
  text-align: right;
  text-decoration: none;
  color: #ffffff;
  font-size: 17px;
  background-color: #666;
}
.ui-datepicker td a.ui-state-hover,
.ui-datepicker td.ui-datepicker-current-day a {
  color: #ea4242;
  background-color: #222222;
}
.ui-datepicker td.ui-state-disabled span {
  color: #666666;
  background: #494948;
}
.linux_entity .ui-datepicker .ui-datepicker-title .ui-datepicker-year,
.linux_entity .ui-datepicker .ui-datepicker-title .ui-datepicker-month {
  position: relative;
  top: 2px;
}
.ent_m030_tcr_v1 .headerContainer .collectionHeader h2 span {
  color: #ea4242;
}
@media screen and (max-width: 480px) {
  .ent_m030_tcr_v1 .headerContainer .filters {
    display: block;
  }
  .ent_m030_tcr_v1 .headerContainer .filters.tags {
    padding: 0;
  }
}
.ent_m031_tcr_v1 {
  padding: 40px 0;
  padding: 50px 15px;
}
.ent_m031_tcr_v1 .module_content {
  position: relative;
  max-width: 1200px;
  margin: auto;
}
@media (max-width: 47.938em) {
  .ent_m031_tcr_v1 {
    padding: 1.25em 0.625em 1.875em 0.625em;
  }
}
@media screen and (min-width: 48em) and (max-width: 1240px) {
  .ent_m031_tcr_v1 {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (max-width: 47.938em) {
  .ent_m031_tcr_v1 {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.ent_m031_tcr_v1:after {
  clear: both;
  content: "";
  display: block;
  height: 0;
  visibility: hidden;
}
*:first-child + html .ent_m031_tcr_v1 {
  display: block;
  min-height: 0;
}
@media screen and (min-width: 48em) {
  .ent_m031_tcr_v1 {
    padding-left: 3.33333%;
    padding-right: 3.33333%;
  }
}
.ent_m031_tcr_v1 div {
  max-width: 1200px;
  padding: 0;
  margin: auto;
}
.ent_m031_tcr_v1 .title {
  margin-left: 402px;
  padding: 0;
  font-family: 'BrandonGrotesque-Black', Helvetica, Arial, sans-serif;
  color: #ffffff;
  text-transform: uppercase;
}
.ent_m031_tcr_v1 .title span {
  font-size: 0.875em;
  line-height: 214.28571429%;
  color: #9e9c9f;
}
@media screen and (max-width: 48em) {
  .ent_m031_tcr_v1 .title span {
    padding-left: 10px;
  }
}
@media screen and (max-width: 465px) {
  .ent_m031_tcr_v1 .title span {
    padding-left: 0;
  }
}
.ent_m031_tcr_v1 .title h1 {
  padding: 15px 0 3px;
  color: inherit;
  font-size: 2.5em;
  line-height: 120%;
  letter-spacing: 2px;
  margin: 0;
  position: relative;
}
.ent_m031_tcr_v1 .title h1:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: -moz-linear-gradient(left, #731821 75%, rgba(115, 24, 33, 0) 100%);
  background: -webkit-gradient(linear, left top, right top, color-stop(75%, #731821), color-stop(100%, rgba(115, 24, 33, 0)));
  background: -webkit-linear-gradient(left, #731821 75%, rgba(115, 24, 33, 0) 100%);
  background: -o-linear-gradient(left, #731821 75%, rgba(115, 24, 33, 0) 100%);
  background: -ms-linear-gradient(left, #731821 75%, rgba(115, 24, 33, 0) 100%);
  background: linear-gradient(to right, #731821 75%, rgba(115, 24, 33, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#731821, endColorstr=#731821, GradientType=1);
}
.ent_m031_tcr_v1 .title h1:after {
  bottom: auto;
  top: 0;
}
@media screen and (max-width: 48em) {
  .ent_m031_tcr_v1 .title h1 {
    font-size: 1.75em;
    padding-left: 10px;
  }
}
@media screen and (max-width: 465px) {
  .ent_m031_tcr_v1 .title h1 {
    font-size: 1.5em;
    padding-left: 0;
  }
}
.ent_m031_tcr_v1 .image_holder {
  float: left;
  width: 380px;
  max-width: 100%;
  outline: 2px solid #4d4346;
  margin: 0em 2em 1.25em 0em;
}
.ent_m031_tcr_v1 .image_holder:before {
  padding-top: 100%;
}
.ent_m031_tcr_v1 .bio {
  font-size: 1.1875em;
  font-family: 'BrandonTextMedium', Helvetica, Arial, sans-serif;
  color: #ffffff;
}
@media (max-width: 30em) {
  .ent_m031_tcr_v1 .bio {
    font-size: 1.3125em;
    line-height: 133.33333333%;
  }
}
.ent_m031_tcr_v1 .bio p {
  padding-bottom: 20px;
  display: none;
}
.ent_m031_tcr_v1 .bio p:first-child {
  display: block;
}
.ent_m031_tcr_v1 .bio .readmore {
  display: none;
}
.ent_m031_tcr_v1 .bio .morelink,
.ent_m031_tcr_v1 .bio .lesslink {
  text-decoration: none;
  white-space: nowrap;
  cursor: pointer;
}
.ent_m031_tcr_v1 .bio .morelink .more-arrow,
.ent_m031_tcr_v1 .bio .lesslink .more-arrow {
  background: url('/sitewide/images/sprites/cr_site2013_sprite.png') no-repeat;
  background-position: -418px -168px;
  display: inline-block;
  text-indent: -9999em;
  margin-left: 5px;
  width: 11px;
  height: 6px;
  vertical-align: middle;
}
.ent_m031_tcr_v1 .bio .lesslink {
  display: none;
}
.ent_m031_tcr_v1 .bio .lesslink .more-arrow {
  background-position: -440px -168px;
}
@media screen and (max-width: 48em) {
  .ent_m031_tcr_v1 .bio {
    font-size: 1.05em;
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media screen and (max-width: 465px) {
  .ent_m031_tcr_v1 .bio {
    font-size: 1em;
    padding-left: 0;
    padding-right: 0;
  }
}
.ent_m031_tcr_v1 .related-links {
  font-size: 1.1875em;
  color: #ffffff;
  font-family: 'BrandonTextMedium', Helvetica, Arial, sans-serif;
  overflow: hidden;
  padding: 20px 0 0;
  color: #4d4346;
}
@media (max-width: 30em) {
  .ent_m031_tcr_v1 .related-links {
    font-size: 1.3125em;
    line-height: 133.33333333%;
  }
}
.ent_m031_tcr_v1 .related-links span:first-child {
  display: none;
}
.ent_m031_tcr_v1 .related-links .links_devider {
  margin: 0 5px;
}
.ent_m031_tcr_v1 .related-links a {
  color: #0172b9;
}
.ent_m031_tcr_v1 .related-links a:first-child {
  margin-left: 0;
}
.ent_m031_tcr_v1 .related-links a:hover {
  color: #ee4444;
}
@media screen and (max-width: 48em) {
  .ent_m031_tcr_v1 .related-links {
    font-size: 1.05em;
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media screen and (max-width: 465px) {
  .ent_m031_tcr_v1 .related-links {
    font-size: 1em;
    padding-left: 0;
    padding-right: 0;
  }
}
@media (min-width: 15em) and (max-width: 47.938em) {
  .ent_m031_tcr_v1 .title {
    margin: inherit;
  }
  .ent_m031_tcr_v1 .image_holder {
    float: none;
    margin: 0 auto 30px;
  }
}
.ent_m032_tcr_v1 {
  padding: 40px 0;
  background-color: #e7e7e2;
  margin: 0 auto;
  padding: 40px 0 60px;
}
.ent_m032_tcr_v1 .module_content {
  position: relative;
  max-width: 1200px;
  margin: auto;
}
@media (max-width: 47.938em) {
  .ent_m032_tcr_v1 {
    padding: 1.25em 0.625em 1.875em 0.625em;
  }
}
@media screen and (min-width: 48em) and (max-width: 1240px) {
  .ent_m032_tcr_v1 {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (max-width: 47.938em) {
  .ent_m032_tcr_v1 {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.ent_m032_tcr_v1 h1.subhead {
  max-width: 1200px;
  margin: 10px auto 0;
  padding: 0 0 2px 10px;
  font-size: 24px;
  font-family: 'BrandonTextBold', Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  color: #000000;
  position: relative;
}
.ent_m032_tcr_v1 h1.subhead:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: -moz-linear-gradient(left, #de8984 75%, rgba(222, 137, 132, 0) 100%);
  background: -webkit-gradient(linear, left top, right top, color-stop(75%, #de8984), color-stop(100%, rgba(222, 137, 132, 0)));
  background: -webkit-linear-gradient(left, #de8984 75%, rgba(222, 137, 132, 0) 100%);
  background: -o-linear-gradient(left, #de8984 75%, rgba(222, 137, 132, 0) 100%);
  background: -ms-linear-gradient(left, #de8984 75%, rgba(222, 137, 132, 0) 100%);
  background: linear-gradient(to right, #de8984 75%, rgba(222, 137, 132, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#de8984, endColorstr=#de8984, GradientType=1);
}
.ent_m032_tcr_v1 h1.subhead img {
  margin-left: 10px;
}
@media (max-width: 30em) {
  .ent_m032_tcr_v1 h1.subhead {
    padding-left: 0;
  }
}
@media (max-width: 47.938em) {
  .ent_m032_tcr_v1 h1.subhead {
    font-size: 18px;
  }
}
.ent_m032_tcr_v1 .guest_not_found {
  display: none;
}
.ent_m032_tcr_v1 .guest_not_found,
.ent_m032_tcr_v1 .enter_guest_name {
  color: #ffffff;
  display: none;
  font-family: 'BrandonTextMedium', Helvetica, Arial, sans-serif;
  cursor: default;
  border-right: 1px solid #342e30;
  border-let: 1px solid #342e30;
  border-bottom: 1px solid #342e30;
  background-color: #342e30;
  font-size: 24px;
  margin-top: 10px;
  left: 10px;
  padding: 1.25em 1.25em 1.25em 1.25em;
  position: absolute;
  top: 40px;
  width: 460px;
  z-index: 5;
}
@media screen and (max-width: 509px) {
  .ent_m032_tcr_v1 .guest_not_found,
  .ent_m032_tcr_v1 .enter_guest_name {
    width: 280px !important;
  }
}
@media screen and (max-width: 768px) {
  .ent_m032_tcr_v1 .guest_not_found,
  .ent_m032_tcr_v1 .enter_guest_name {
    font-size: 18px;
  }
}
.ent_m032_tcr_v1 .guest_search {
  margin: 29px auto 10px;
  position: relative;
  max-width: 1200px;
}
.ent_m032_tcr_v1 .guest_search .wrapper {
  display: block;
  overflow: hidden;
  padding: 0em 11.25em 0em 0.625em;
}
.ent_m032_tcr_v1 .guest_search .wrapper input.text {
  width: 100%;
  height: 50px;
  padding: 0em 0.625em 0em 1.75em;
  border: 1px solid #eeeeee;
  font-size: 24px;
  font-family: 'BrandonTextMedium', Helvetica, Arial, sans-serif;
}
@media (max-width: 48em) {
  .ent_m032_tcr_v1 .guest_search .wrapper input.text {
    padding-left: 2em;
    font-size: 18px;
  }
}
@media (max-width: 30em) {
  .ent_m032_tcr_v1 .guest_search .wrapper ::-webkit-input-placeholder {
    color: white;
  }
}
.ent_m032_tcr_v1 .guest_search .wrapper span.search {
  position: absolute;
  top: 10px;
  left: 22px;
  display: block;
  width: 24px;
  height: 50px;
  background: url('/sitewide/images/sprites/cr_site2013_sprite.png') no-repeat -222px -198px;
}
@media screen and (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .ent_m032_tcr_v1 .guest_search .wrapper span.search {
    background-image: url('/sitewide/images/sprites/cr_site2013_sprite_retina.png');
    background-size: 700px 268px;
  }
}
@media (max-width: 30em) {
  .ent_m032_tcr_v1 .guest_search .wrapper {
    padding-right: 150px;
    padding-left: 0;
  }
  .ent_m032_tcr_v1 .guest_search .wrapper span.search {
    left: 12px;
  }
}
.ent_m032_tcr_v1 .guest_search input.submit {
  position: absolute;
  right: 10px;
  top: 1px;
  width: 150px;
  height: 48px;
  padding: 0;
  border: 0;
  cursor: pointer;
  background: #0172b9;
  font-size: 24px;
  line-height: 50px;
  text-transform: uppercase;
  color: #ffffff;
  font-family: 'BrandonGrotesque-Black', Helvetica, Arial, sans-serif;
}
.ent_m032_tcr_v1 .guest_search input.submit:hover {
  background: #d52b2b;
}
.linux_entity .ent_m032_tcr_v1 .guest_search input.submit {
  padding-top: 4px;
}
@media (max-width: 30em) {
  .ent_m032_tcr_v1 .guest_search input.submit {
    right: 0;
  }
}
@media (max-width: 48em) {
  .ent_m032_tcr_v1 .guest_search input.submit {
    font-size: 18px;
  }
}
@media (max-width: 30em) {
  .ent_m032_tcr_v1 .guest_search input.submit {
    width: 136px;
  }
}
.ent_m032_tcr_v1 .ui-autocomplete {
  margin-top: -10px;
  padding: 0.4375em 0em 0.4375em 0em;
  border-right: 1px solid #342e30;
  border-left: 1px solid #342e30;
  border-bottom: 1px solid #342e30;
  background-color: #342e30;
  font-size: 16px;
  color: #666666;
  font-family: 'BrandonTextMedium', Helvetica, Arial, sans-serif;
  cursor: default;
}
@media screen and (max-width: 75em) {
  .ent_m032_tcr_v1 .ui-autocomplete {
    margin-top: -18px;
  }
}
@media screen and (min-width: 777px) {
  .ent_m032_tcr_v1 .ui-autocomplete {
    width: 460px !important;
  }
}
@media screen and (max-width: 20em) {
  .ent_m032_tcr_v1 .ui-autocomplete {
    width: 278px !important;
  }
}
.ent_m032_tcr_v1 .ui-autocomplete a {
  display: block;
  padding: 0.1875em 0.3125em 0.1875em 0.625em;
  overflow: hidden;
  color: #ffffff;
}
.ent_m032_tcr_v1 .ui-autocomplete .ui-state-focus {
  color: #ea4242;
}
.ent_m032_tcr_v1 .ui-autocomplete img {
  float: left;
  width: 100px;
  height: 100px;
  margin-right: 10px;
}
.ent_m032_tcr_v1 .ui-autocomplete div {
  margin-top: 29px;
}
.ent_m032_tcr_v1 .ui-autocomplete span {
  display: block;
  font-weight: normal;
}
.ent_m032_tcr_v1 .ui-autocomplete .name {
  font-size: 1.3125em;
}
.ent_m032_tcr_v1 .ui-autocomplete .role {
  font-size: 1em;
}
@media screen and (max-width: 479px) {
  .ent_m032_tcr_v1 .ui-autocomplete div {
    margin-top: 0;
  }
  .ent_m032_tcr_v1 .ui-autocomplete img {
    display: none;
  }
}
.ent_m032_tcr_v1 .ui-menu .ui-menu-item {
  list-style-image: none;
  margin: 0 0 10px;
  padding: 10px 10px 0;
}
.ent_m032_tcr_v1 .ui-menu .ui-menu-item a.ui-state-focus,
.ent_m032_tcr_v1 .ui-menu .ui-menu-item a.ui-state-active {
  margin: 0;
}
.ent_m033_tcr_v1 {
  padding: 40px 0;
  padding-bottom: 60px;
  background-color: #e7e7e2;
  margin: 40px auto 0;
}
.ent_m033_tcr_v1 .module_content {
  position: relative;
  max-width: 1200px;
  margin: auto;
}
@media (max-width: 47.938em) {
  .ent_m033_tcr_v1 {
    padding: 1.25em 0.625em 1.875em 0.625em;
  }
}
@media screen and (min-width: 48em) and (max-width: 1240px) {
  .ent_m033_tcr_v1 {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (max-width: 47.938em) {
  .ent_m033_tcr_v1 {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.ent_m033_tcr_v1 .wrapper form {
  position: relative;
}
.ent_m033_tcr_v1 .wrapper .email-wrapper {
  display: block;
  overflow: hidden;
}
.ent_m033_tcr_v1 .wrapper .email-wrapper .email {
  border: 1px solid #eeeeee;
  display: block;
  padding: 0.625em 0.625em 0.625em 0.625em;
}
.ent_m033_tcr_v1 .wrapper .submit {
  border: 0;
  cursor: pointer;
  display: block;
  text-transform: uppercase;
  font-family: 'BrandonGrotesque-Black', Helvetica, Arial, sans-serif;
}
.ent_m033_tcr_v1 .wrapper .feedback {
  line-height: 1.5em;
}
@media (max-width: 30em) {
  .ent_m033_tcr_v1 .wrapper .feedback {
    font-size: 0.8125em;
  }
}
.ent_m033_tcr_v1 .subHeadline {
  max-width: 1200px;
  margin: 10px auto 0;
  padding: 0 0 2px 10px;
  border: 0;
  font-size: 24px;
  font-family: 'BrandonTextBold', Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  color: #000000;
  position: relative;
}
.ent_m033_tcr_v1 .subHeadline:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: -moz-linear-gradient(left, #de8984 75%, rgba(222, 137, 132, 0) 100%);
  background: -webkit-gradient(linear, left top, right top, color-stop(75%, #de8984), color-stop(100%, rgba(222, 137, 132, 0)));
  background: -webkit-linear-gradient(left, #de8984 75%, rgba(222, 137, 132, 0) 100%);
  background: -o-linear-gradient(left, #de8984 75%, rgba(222, 137, 132, 0) 100%);
  background: -ms-linear-gradient(left, #de8984 75%, rgba(222, 137, 132, 0) 100%);
  background: linear-gradient(to right, #de8984 75%, rgba(222, 137, 132, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#de8984, endColorstr=#de8984, GradientType=1);
}
@media (max-width: 30em) {
  .ent_m033_tcr_v1 .subHeadline {
    padding-left: 0;
  }
}
@media (max-width: 47.938em) {
  .ent_m033_tcr_v1 .subHeadline {
    font-size: 18px;
  }
}
.ent_m033_tcr_v1 .wrapper {
  position: relative;
  max-width: 1200px;
  margin: 26px auto 0;
  text-align: center;
}
.ent_m033_tcr_v1 .wrapper:after {
  clear: both;
  content: "";
  display: block;
  height: 0;
  visibility: hidden;
}
*:first-child + html .ent_m033_tcr_v1 .wrapper {
  display: block;
  min-height: 0;
}
@media (max-width: 64em) {
  .ent_m033_tcr_v1 .wrapper {
    text-align: left;
  }
}
.ent_m033_tcr_v1 .wrapper h1 {
  float: left;
  margin-bottom: 0;
}
@media (max-width: 64em) {
  .ent_m033_tcr_v1 .wrapper h1 {
    float: none;
    text-align: center;
    margin: 0em 0em 0.3125em 0em;
  }
}
.ent_m033_tcr_v1 .wrapper form {
  top: 4px;
  padding: 0 10px;
  max-width: 1200px;
}
@media (max-width: 30em) {
  .ent_m033_tcr_v1 .wrapper form {
    padding-left: 0;
  }
}
@media (max-width: 64em) {
  .ent_m033_tcr_v1 .wrapper form {
    float: none;
    margin: auto;
    position: relative;
    top: 0;
  }
}
.ent_m033_tcr_v1 .wrapper .email-wrapper {
  position: relative;
  margin: 20px 170px 10px 0;
}
@media (max-width: 30em) {
  .ent_m033_tcr_v1 .wrapper .email-wrapper {
    margin-right: 140px;
  }
}
.ent_m033_tcr_v1 .wrapper .email-wrapper .email,
.ent_m033_tcr_v1 .wrapper .email-wrapper .email_placeholder {
  font-size: 1.5em;
  line-height: 50px;
  font-family: 'BrandonTextMedium', Helvetica, Arial, sans-serif;
}
.ent_m033_tcr_v1 .wrapper .email-wrapper .email {
  color: #000000;
  width: 100%;
  height: 52px;
  padding: 0 0.625em 0 0.8em;
  border: 1px solid #eeeeee;
}
.ent_m033_tcr_v1 .wrapper .email-wrapper .email:focus + .email_placeholder,
.ent_m033_tcr_v1 .wrapper .email-wrapper .email.hidePlaceholder + .email_placeholder {
  display: none;
}
@media (max-width: 48em) {
  .ent_m033_tcr_v1 .wrapper .email-wrapper .email,
  .ent_m033_tcr_v1 .wrapper .email-wrapper .email_placeholder {
    font-size: 18px;
  }
}
.ent_m033_tcr_v1 .wrapper .email-wrapper .email_placeholder {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 0 0.625em 0 0.8em;
  color: #aaaaaa;
  text-align: left;
}
@media (max-width: 30em) {
  .ent_m033_tcr_v1 .wrapper .email-wrapper .email_placeholder .hideOnMobile {
    display: none;
  }
}
.ent_m033_tcr_v1 .wrapper .submit {
  position: absolute;
  top: 1px;
  right: 10px;
  z-index: 2;
  display: block;
  width: 150px;
  height: 50px;
  margin: 0em 0em 0em 0em;
  padding: 0;
  background-color: #0172b9;
  color: #ffffff;
  font-size: 1.4375em;
  line-height: 50px;
}
.ent_m033_tcr_v1 .wrapper .submit:hover {
  background: #d52b2b;
}
.linux_entity .ent_m033_tcr_v1 .wrapper .submit {
  padding-top: 4px;
}
@media (max-width: 48em) {
  .ent_m033_tcr_v1 .wrapper .submit {
    font-size: 18px;
  }
}
@media screen and (max-width: 30em) {
  .ent_m033_tcr_v1 .wrapper .submit {
    right: 0;
  }
}
@media (max-width: 30em) {
  .ent_m033_tcr_v1 .wrapper .submit {
    width: 136px;
  }
}
.ent_m033_tcr_v1 .wrapper .feedback {
  color: #777777;
  position: absolute;
  left: 30px;
  top: 61px;
}
@media (max-width: 64em) {
  .ent_m033_tcr_v1 .wrapper .feedback {
    left: 25px;
  }
}
@media (max-width: 30em) {
  .ent_m033_tcr_v1 .wrapper .feedback {
    left: 2px;
  }
}
.ent_m034_tcr_v1 .dd {
  overflow: visible;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 90;
}
@media screen and (max-width: 30em) {
  .ent_m034_tcr_v1 .dd {
    display: none;
  }
}
.ent_m034_tcr_v1 .dd .sbHolder {
  width: 200px;
  overflow: visible;
  font-family: 'BrandonTextMedium', Helvetica, Arial, sans-serif;
  color: #ffffff;
  text-transform: uppercase;
  font-size: 18px;
  padding-right: 21px;
}
.ent_m034_tcr_v1 .dd .sbHolder .sbSelector {
  color: #342e30;
  float: right;
  margin-left: -100px;
  line-height: 34px;
  overflow: hidden;
  padding-right: 10px;
  text-align: right;
  white-space: nowrap;
}
@media (max-width: 64em) {
  .ent_m034_tcr_v1 .dd .sbHolder .sbSelector {
    line-height: 25px;
  }
}
.ent_m034_tcr_v1 .dd .sbHolder .sbToggle {
  background: url('/sitewide/images/sprites/cr_site2013_sprite.png') no-repeat;
  background-position: -327px -166px;
  height: 25px;
  outline: none;
  width: 18px;
  float: right;
}
@media (max-width: 64em) {
  .ent_m034_tcr_v1 .dd .sbHolder .sbToggle {
    margin-top: -5px;
  }
}
.ent_m034_tcr_v1 .dd .sbHolder .sbToggle.sbToggleOpen {
  background-position: -355px -166px;
}
@media (max-width: 64em) {
  .ent_m034_tcr_v1 .dd .sbHolder {
    margin-top: -1px;
  }
}
.ent_m034_tcr_v1 .dd .sbHolder .sbHolderDisabled {
  background-color: #3C3C3C;
  border: solid 1px #515151;
}
.ent_m034_tcr_v1 .dd .sbHolder .sbOptions {
  width: 200px;
  background: #342e30;
  color: #fff;
  right: 0;
  position: absolute;
  z-index: 9999;
  overflow-y: auto;
  font-size: 16px;
  letter-spacing: 0.5px;
  padding: 7px 0;
}
.ent_m034_tcr_v1 .dd .sbHolder .sbOptions .sbDisabled {
  border-bottom: dotted 1px #515151;
  color: #777777;
  display: block;
  padding: 7px 0 7px 3px;
}
.ent_m034_tcr_v1 .dd .sbHolder .sbOptions li {
  line-height: 31px;
  width: 100%;
  margin: 0;
  text-indent: 13px;
}
.ent_m034_tcr_v1 .dd .sbHolder .sbOptions a {
  color: #ffffff;
}
.ent_m034_tcr_v1 .dd .sbHolder .sbOptions a:hover,
.ent_m034_tcr_v1 .dd .sbHolder .sbOptions a:active {
  color: #ea4242;
}
.ent_m034_tcr_v1 .dd.content_loading .sbHolder .sbToggle {
  width: 18px;
  height: 18px;
  margin-top: 8px;
  background: url(/sitewide/images/ajax-loader.gif) 0 0;
  background-size: 100% 100%;
}
.ent_m034_tcr_v1 .m_hscroll .collectionHeader h2 {
  position: relative;
}
.ent_m034_tcr_v1 .m_hscroll .collectionHeader h2:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: -moz-linear-gradient(left, #731821 75%, rgba(115, 24, 33, 0) 100%);
  background: -webkit-gradient(linear, left top, right top, color-stop(75%, #731821), color-stop(100%, rgba(115, 24, 33, 0)));
  background: -webkit-linear-gradient(left, #731821 75%, rgba(115, 24, 33, 0) 100%);
  background: -o-linear-gradient(left, #731821 75%, rgba(115, 24, 33, 0) 100%);
  background: -ms-linear-gradient(left, #731821 75%, rgba(115, 24, 33, 0) 100%);
  background: linear-gradient(to right, #731821 75%, rgba(115, 24, 33, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#731821, endColorstr=#731821, GradientType=1);
}
@media screen and (max-width: 48em) {
  .ent_m034_tcr_v1 {
    padding-bottom: 20px;
  }
}
.ent_m034_tcr_v1 .m034_v1_item p {
  min-height: 0;
  padding-top: 7px;
}
@media screen and (max-width: 48em) {
  .ent_m034_tcr_v1 .m034_v1_item p {
    padding-bottom: 10px;
  }
}
.ent_m034_tcr_v1 .m034_v1_item p .title {
  position: static;
}
.ent_m034_tcr_v1 .m034_v1_item div {
  margin-bottom: 0;
}
.ent_m034_tcr_v1 .collectionHeader.dropdown {
  overflow: visible;
}
.ent_m034_tcr_v1 .collectionHeader.dropdown:after {
  clear: both;
  content: "";
  display: block;
  height: 0;
  visibility: hidden;
}
*:first-child + html .ent_m034_tcr_v1 .collectionHeader.dropdown {
  display: block;
  min-height: 0;
}
.ent_m034_tcr_v1 a.left_arrow,
.ent_m034_tcr_v1 a.right_arrow {
  height: 180px;
  cursor: pointer;
}
.ent_m034_tcr_v1 .dd .sbHolder .sbSelector {
  color: #ffffff;
}
.ent_m034_tcr_v1 .dd .sbHolder .sbToggle {
  background-position: -327px -89px;
}
.ent_m034_tcr_v1 .dd .sbHolder .sbToggle.sbToggleOpen {
  background-position: -355px -89px;
}
.ent_m034_tcr_v1 .image_holder:before {
  padding-top: 100%;
}
#background_holder #content_holder .ent_m034_tcr_v1 div.moduleLoading.right_arrow {
  margin-top: 82px;
}
.ent_m035_tcr_v1 {
  max-width: 1200px;
  margin: 0 auto;
  padding: 60px 20px 40px;
}
@media screen and (max-width: 580px) {
  .ent_m035_tcr_v1 {
    position: relative;
    padding-bottom: 77px;
  }
}
.ent_m035_tcr_v1 .headline {
  font-size: 43px;
  line-height: 1.25;
  text-transform: uppercase;
  margin: 0 0 -3px;
}
@media screen and (max-width: 63.938em) {
  .ent_m035_tcr_v1 .headline {
    font-size: 38px;
  }
}
@media screen and (max-width: 48em) {
  .ent_m035_tcr_v1 .headline {
    font-size: 31px;
  }
}
@media screen and (max-width: 30em) {
  .ent_m035_tcr_v1 .headline {
    font-size: 25px;
  }
}
@media screen and (max-width: 580px) {
  .ent_m035_tcr_v1 .headline .sponsor {
    position: absolute;
    bottom: 5px;
    left: 0;
    right: 0;
    text-align: center;
  }
}
.ent_m035_tcr_v1 .headline .sponsor {
  float: right;
}
.ent_m035_tcr_v1 .subhead {
  color: #ffffff;
  font-size: 19px;
  font-family: 'BrandonTextMedium', Helvetica, Arial, sans-serif;
  padding-bottom: 0;
  margin-bottom: 0;
}
.ent_m035_tcr_v1 .subhead:after {
  display: none;
}
@media screen and (max-width: 20em) {
  .ent_m035_tcr_v1 {
    padding-top: 30px;
  }
  .ent_m035_tcr_v1 .headline {
    font-size: 22px;
  }
  .ent_m035_tcr_v1 .subhead {
    font-size: 16px;
  }
}
.ent_m036_tcr_v1 {
  padding: 0% 3.33333333% 0% 3.33333333%;
  padding-top: 1.875em;
  padding-bottom: 0.75em;
  padding: 4.16666667% 3.33333333% 1% 3.33333333%;
  min-height: 670px;
  /* share overrides, refer player_share_v1.less */
}
@media (max-width: 47.938em) {
  .ent_m036_tcr_v1 {
    padding: 1.875em 0.9375em 0.75em 0.9375em;
  }
}
.ent_m036_tcr_v1 .meta,
.ent_m036_tcr_v1 .meta_info {
  max-width: 1200px;
  margin: 0 auto;
}
.ent_m036_tcr_v1 .videoPlayer,
.ent_m036_tcr_v1 .player_holder {
  position: relative;
  max-width: 960px;
  margin: 0 auto;
  outline: 2px solid #41383b;
}
.ent_m036_tcr_v1 .videoPlayer iframe,
.ent_m036_tcr_v1 .player_holder iframe,
.ent_m036_tcr_v1 .videoPlayer object,
.ent_m036_tcr_v1 .player_holder object,
.ent_m036_tcr_v1 .videoPlayer embed,
.ent_m036_tcr_v1 .player_holder embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media (min-width: 15em) and (max-width: 19.938em) {
  .ent_m036_tcr_v1 .videoPlayer,
  .ent_m036_tcr_v1 .player_holder {
    background-size: 230px;
  }
}
@media (min-width: 20em) and (max-width: 29.938em) {
  .ent_m036_tcr_v1 .videoPlayer,
  .ent_m036_tcr_v1 .player_holder {
    background-size: 300px;
  }
}
@media (min-width: 64em) {
  .ent_m036_tcr_v1 .videoPlayer,
  .ent_m036_tcr_v1 .player_holder {
    width: 960px;
    height: 540px;
  }
}
@media (max-width: 63.938em) {
  .ent_m036_tcr_v1 .video_player,
  .ent_m036_tcr_v1 .player_holder {
    position: relative;
    height: 0;
    padding-bottom: 56.25%;
  }
}
.ent_m036_tcr_v1 .meta,
.ent_m036_tcr_v1 .meta_info {
  margin: 0 auto;
}
.ent_m036_tcr_v1 .meta h1,
.ent_m036_tcr_v1 .meta_info h1 {
  margin: 0;
  cursor: pointer;
}
.ent_m036_tcr_v1 .meta .info,
.ent_m036_tcr_v1 .meta_info .info {
  margin: 0% 0% 1.66666667% 0%;
  clear: both;
  display: none;
}
.ent_m036_tcr_v1 .meta .info.show,
.ent_m036_tcr_v1 .meta_info .info.show {
  display: block;
}
.ent_m036_tcr_v1 .meta .info .tags a,
.ent_m036_tcr_v1 .meta_info .info .tags a,
.ent_m036_tcr_v1 .meta .info .tags .tag,
.ent_m036_tcr_v1 .meta_info .info .tags .tag {
  color: #cccccc;
  text-decoration: none;
}
.ent_m036_tcr_v1 .meta .info .tags a:hover,
.ent_m036_tcr_v1 .meta_info .info .tags a:hover,
.ent_m036_tcr_v1 .meta .info .tags .tag:hover,
.ent_m036_tcr_v1 .meta_info .info .tags .tag:hover {
  color: #f9f9f9;
}
.ent_m036_tcr_v1 .meta .info ul li,
.ent_m036_tcr_v1 .meta_info .info ul li {
  display: inline-block;
}
.ent_m036_tcr_v1 .meta.show_info .info,
.ent_m036_tcr_v1 .meta_info.show_info .info {
  display: block;
}
.ent_m036_tcr_v1 .share_wrap,
.ent_m036_tcr_v1 .share_wrapper {
  padding: 0.83333333% 0% 0% 0%;
  margin: 0;
  width: 100%;
}
@media screen and (max-width: 47.938em) {
  .ent_m036_tcr_v1 .share_wrap li,
  .ent_m036_tcr_v1 .share_wrapper li {
    margin: 10px 25px 0 0;
  }
}
.ent_m036_tcr_v1 #shareMarkup {
  display: none;
}
.ent_m036_tcr_v1 a {
  font-family: 'BrandonTextMedium', Helvetica, Arial, sans-serif;
  color: #0090dc;
}
.ent_m036_tcr_v1 a:hover {
  color: #3cb9d5;
}
.ent_m036_tcr_v1 .videoPlayer {
  overflow: hidden;
}
.ent_m036_tcr_v1 .videoPlayer > div {
  height: 100%;
}
.ent_m036_tcr_v1 .videoPlayer,
.ent_m036_tcr_v1 .player_holder,
.ent_m036_tcr_v1 .meta_info,
.ent_m036_tcr_v1 .share_wrapper {
  max-width: 960px;
  margin: 0 auto;
}
.ent_m036_tcr_v1 .videoPlayer {
  position: relative;
}
.ent_m036_tcr_v1 .videoPlayer .error-slate {
  position: absolute;
  width: 100%;
  height: 100%;
}
.ent_m036_tcr_v1 .slate_holder {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.ent_m036_tcr_v1 .slate_holder,
.ent_m036_tcr_v1 .error-slate {
  background: #342e30;
}
.ent_m036_tcr_v1 .error-slate,
.ent_m036_tcr_v1 .slate_content {
  height: auto;
  padding: 71px 21% 70px 57px;
  min-height: 164px;
}
.ent_m036_tcr_v1 .error-slate h3,
.ent_m036_tcr_v1 .slate_content h3,
.ent_m036_tcr_v1 .error-slate .slate_headline,
.ent_m036_tcr_v1 .slate_content .slate_headline {
  border: 0;
  margin: 0;
  padding-bottom: 0.35em;
  font-size: 45px;
  font-family: 'BrandonGrotesque-Black', Helvetica, Arial, sans-serif;
  color: #f54444;
  text-transform: uppercase;
}
.ent_m036_tcr_v1 .error-slate p,
.ent_m036_tcr_v1 .slate_content p,
.ent_m036_tcr_v1 .error-slate .slate_description,
.ent_m036_tcr_v1 .slate_content .slate_description {
  font-size: 26px;
  color: #ffffff;
}
@media screen and (max-width: 48em) {
  .ent_m036_tcr_v1 .error-slate,
  .ent_m036_tcr_v1 .slate_content {
    padding-top: 50px;
    padding-left: 43px;
  }
  .ent_m036_tcr_v1 .error-slate h3,
  .ent_m036_tcr_v1 .slate_content h3,
  .ent_m036_tcr_v1 .error-slate .slate_headline,
  .ent_m036_tcr_v1 .slate_content .slate_headline {
    font-size: 32px;
  }
  .ent_m036_tcr_v1 .error-slate p,
  .ent_m036_tcr_v1 .slate_content p,
  .ent_m036_tcr_v1 .error-slate .slate_description,
  .ent_m036_tcr_v1 .slate_content .slate_description {
    font-size: 20px;
  }
}
@media screen and (max-width: 35em) {
  .ent_m036_tcr_v1 .error-slate,
  .ent_m036_tcr_v1 .slate_content {
    padding-top: 50px;
    padding-left: 30px;
  }
  .ent_m036_tcr_v1 .error-slate h3,
  .ent_m036_tcr_v1 .slate_content h3,
  .ent_m036_tcr_v1 .error-slate .slate_headline,
  .ent_m036_tcr_v1 .slate_content .slate_headline {
    font-size: 25px;
  }
  .ent_m036_tcr_v1 .error-slate p,
  .ent_m036_tcr_v1 .slate_content p,
  .ent_m036_tcr_v1 .error-slate .slate_description,
  .ent_m036_tcr_v1 .slate_content .slate_description {
    font-size: 16px;
  }
}
@media screen and (max-width: 30em) {
  .ent_m036_tcr_v1 .error-slate,
  .ent_m036_tcr_v1 .slate_content {
    padding-right: 12%;
  }
  .ent_m036_tcr_v1 .error-slate h3,
  .ent_m036_tcr_v1 .slate_content h3,
  .ent_m036_tcr_v1 .error-slate .slate_headline,
  .ent_m036_tcr_v1 .slate_content .slate_headline {
    font-size: 21px;
  }
  .ent_m036_tcr_v1 .error-slate p,
  .ent_m036_tcr_v1 .slate_content p,
  .ent_m036_tcr_v1 .error-slate .slate_description,
  .ent_m036_tcr_v1 .slate_content .slate_description {
    font-size: 13px;
  }
}
@media screen and (max-width: 25em) {
  .ent_m036_tcr_v1 .error-slate,
  .ent_m036_tcr_v1 .slate_content {
    padding-top: 30px;
  }
}
@media screen and (max-width: 22.5em) {
  .ent_m036_tcr_v1 .error-slate,
  .ent_m036_tcr_v1 .slate_content {
    padding-top: 20px;
    padding-left: 15px;
    padding-bottom: 20px;
  }
  .ent_m036_tcr_v1 .error-slate h3,
  .ent_m036_tcr_v1 .slate_content h3,
  .ent_m036_tcr_v1 .error-slate .slate_headline,
  .ent_m036_tcr_v1 .slate_content .slate_headline {
    font-size: 16px;
  }
}
.ent_m036_tcr_v1 .not_available {
  background: url('http://1.images.colbertnation.com/images/shows/colbert_report/CR_videonotavailable_960x540.gif') no-repeat;
  max-width: 960px;
  min-height: 540px;
  background-size: cover;
  overflow: hidden;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  /*padding:60px 40px;*/
}
.ent_m036_tcr_v1 .not_available .message {
  text-indent: -20000px;
}
@media screen and (max-width: 63.938em) {
  .ent_m036_tcr_v1 .not_available {
    min-height: 405px;
  }
}
@media screen and (min-width: 15em) and (max-width: 47.938em) {
  .ent_m036_tcr_v1 .not_available {
    min-height: 270px;
  }
}
@media screen and (max-width: 428px) {
  .ent_m036_tcr_v1 .not_available {
    min-height: 200px;
  }
}
.ent_m036_tcr_v1 .not_available h2 {
  color: #3479a5;
  text-transform: uppercase;
  font-family: 'BrandonTextBold', Helvetica, Arial, sans-serif;
  font-size: 2.5em;
}
.ent_m036_tcr_v1 .not_available p {
  color: #ffffff;
  font-family: 'BrandonTextMedium', Helvetica, Arial, sans-serif;
  font-size: 1.25em;
}
@media screen and (max-width: 63.938em) {
  .ent_m036_tcr_v1 {
    min-height: 400px;
  }
  .ent_m036_tcr_v1 iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}
@media screen and (min-width: 15em) and (max-width: 47.938em) {
  .ent_m036_tcr_v1 {
    min-height: 200px;
  }
}
.ent_m036_tcr_v1 .meta,
.ent_m036_tcr_v1 .meta_info {
  font-size: 1.0625em;
  font-family: 'BrandonTextMedium', Helvetica, Arial, sans-serif;
  max-width: 960px;
}
.ent_m036_tcr_v1 .meta:after,
.ent_m036_tcr_v1 .meta_info:after {
  clear: both;
  content: "";
  display: block;
  height: 0;
  visibility: hidden;
}
*:first-child + html .ent_m036_tcr_v1 .meta,
*:first-child + html .ent_m036_tcr_v1 .meta_info {
  display: block;
  min-height: 0;
}
.ent_m036_tcr_v1 .meta h1,
.ent_m036_tcr_v1 .meta_info h1,
.ent_m036_tcr_v1 .meta h2,
.ent_m036_tcr_v1 .meta_info h2 {
  padding: 0.55882353em 0em 0.55882353em 0em;
  font-size: 2em;
  position: relative;
  color: #fefefe;
}
@media screen and (max-width: 48em) {
  .ent_m036_tcr_v1 .meta h1,
  .ent_m036_tcr_v1 .meta_info h1,
  .ent_m036_tcr_v1 .meta h2,
  .ent_m036_tcr_v1 .meta_info h2 {
    font-size: 1.11764706em;
  }
}
.ent_m036_tcr_v1 .meta h1 .arrow,
.ent_m036_tcr_v1 .meta_info h1 .arrow,
.ent_m036_tcr_v1 .meta h2 .arrow,
.ent_m036_tcr_v1 .meta_info h2 .arrow,
.ent_m036_tcr_v1 .meta .video_title:after,
.ent_m036_tcr_v1 .meta_info .video_title:after {
  background: url('/sitewide/images/sprites/cr_site2013_sprite.png') no-repeat -284px -202px;
  display: inline-block;
  position: absolute;
  bottom: 22px;
  width: 29px;
  height: 29px;
  margin: 0em 0em 0em 0.46875em;
}
@media screen and (max-width: 48em) {
  .ent_m036_tcr_v1 .meta h1 .arrow,
  .ent_m036_tcr_v1 .meta_info h1 .arrow,
  .ent_m036_tcr_v1 .meta h2 .arrow,
  .ent_m036_tcr_v1 .meta_info h2 .arrow,
  .ent_m036_tcr_v1 .meta .video_title:after,
  .ent_m036_tcr_v1 .meta_info .video_title:after {
    top: 50%;
    margin-top: -12px;
  }
}
@media screen and (max-width: 30em) {
  .ent_m036_tcr_v1 .meta h1 .arrow,
  .ent_m036_tcr_v1 .meta_info h1 .arrow,
  .ent_m036_tcr_v1 .meta h2 .arrow,
  .ent_m036_tcr_v1 .meta_info h2 .arrow,
  .ent_m036_tcr_v1 .meta .video_title:after,
  .ent_m036_tcr_v1 .meta_info .video_title:after {
    right: 0;
  }
}
@media screen and (max-width: 30em) {
  .ent_m036_tcr_v1 .meta h1,
  .ent_m036_tcr_v1 .meta_info h1,
  .ent_m036_tcr_v1 .meta h2,
  .ent_m036_tcr_v1 .meta_info h2,
  .ent_m036_tcr_v1 .meta .video_title,
  .ent_m036_tcr_v1 .meta_info .video_title {
    padding-right: 35px;
  }
}
.ent_m036_tcr_v1 .meta h1:hover .arrow,
.ent_m036_tcr_v1 .meta_info h1:hover .arrow,
.ent_m036_tcr_v1 .meta h2:hover .arrow,
.ent_m036_tcr_v1 .meta_info h2:hover .arrow,
.ent_m036_tcr_v1 .meta .video_title:hover:after,
.ent_m036_tcr_v1 .meta_info .video_title:hover:after {
  background-position: -284px -238px;
}
.ent_m036_tcr_v1 .meta .video_title:after,
.ent_m036_tcr_v1 .meta_info .video_title:after {
  content: "";
}
.ent_m036_tcr_v1 .meta h1 + .info.show,
.ent_m036_tcr_v1 .meta_info h1 + .info.show {
  margin-top: -11px;
}
@media screen and (max-width: 64em) {
  .ent_m036_tcr_v1 .meta h1 + .info.show,
  .ent_m036_tcr_v1 .meta_info h1 + .info.show {
    margin-top: 0;
  }
}
.ent_m036_tcr_v1 .meta .video_description,
.ent_m036_tcr_v1 .meta_info .video_description {
  margin: 0;
  padding: 0;
}
.ent_m036_tcr_v1 .meta .description,
.ent_m036_tcr_v1 .meta_info .description,
.ent_m036_tcr_v1 .meta .video_description,
.ent_m036_tcr_v1 .meta_info .video_description {
  margin-top: 2%;
  font-size: 1em;
  color: #dedede;
}
@media screen and (min-width: 64em) and (max-width: 74.9375em) {
  .ent_m036_tcr_v1 .meta .description,
  .ent_m036_tcr_v1 .meta_info .description,
  .ent_m036_tcr_v1 .meta .video_description,
  .ent_m036_tcr_v1 .meta_info .video_description {
    font-size: 1.11764706em;
  }
}
@media screen and (min-width: 75em) {
  .ent_m036_tcr_v1 .meta .description,
  .ent_m036_tcr_v1 .meta_info .description,
  .ent_m036_tcr_v1 .meta .video_description,
  .ent_m036_tcr_v1 .meta_info .video_description {
    font-size: 1.23529412em;
  }
}
.ent_m036_tcr_v1 .meta .info .tags,
.ent_m036_tcr_v1 .meta_info .tags {
  margin-top: 1.5%;
}
.ent_m036_tcr_v1 .meta .info .tags a,
.ent_m036_tcr_v1 .meta_info .tags a,
.ent_m036_tcr_v1 .meta .info .tags .tag,
.ent_m036_tcr_v1 .meta_info .tags .tag {
  color: #0090dc;
}
.ent_m036_tcr_v1 .meta .info .tags a:hover,
.ent_m036_tcr_v1 .meta_info .tags a:hover,
.ent_m036_tcr_v1 .meta .info .tags .tag:hover,
.ent_m036_tcr_v1 .meta_info .tags .tag:hover {
  color: #ea4242;
}
.ent_m036_tcr_v1 .info {
  margin-bottom: 25px;
}
.ent_m036_tcr_v1 .info,
.ent_m036_tcr_v1 .tags,
.ent_m036_tcr_v1 .air_date,
.ent_m036_tcr_v1 .views_count {
  color: #827e7d;
}
.ent_m036_tcr_v1 .meta_info .tags,
.ent_m036_tcr_v1 .meta_info .air_date,
.ent_m036_tcr_v1 .meta_info .views_count,
.ent_m036_tcr_v1 .meta_info .video_description {
  display: none;
}
.ent_m036_tcr_v1 .meta_info.show_info {
  padding-bottom: 25px;
}
.ent_m036_tcr_v1 .meta_info.show_info .watch_btn {
  margin: 25px 0 0;
}
.ent_m036_tcr_v1 .meta_info.show_info .tags,
.ent_m036_tcr_v1 .meta_info.show_info .video_description {
  display: block;
}
.ent_m036_tcr_v1 .meta_info.show_info .air_date,
.ent_m036_tcr_v1 .meta_info.show_info .views_count {
  display: inline-block;
}
.ent_m036_tcr_v1 .air_date + .views_count:before {
  content: "|";
  margin: 0 5px;
}
.ent_m036_tcr_v1 .airdate {
  display: inline-block;
  vertical-align: middle;
}
.ent_m036_tcr_v1 .airdate + .views {
  display: inline-block;
  vertical-align: middle;
  overflow: hidden;
  margin-left: 18px;
  text-indent: -5px;
}
.ent_m036_tcr_v1 .airdate + .views:before {
  content: '|';
  position: absolute;
}
.ent_m036_tcr_v1 .share_wrap,
.ent_m036_tcr_v1 .share_wrapper {
  padding: 1.125em 0.5625em 0em 0em;
  position: relative;
}
.ent_m036_tcr_v1 .share_wrap:after,
.ent_m036_tcr_v1 .share_wrapper:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: -moz-linear-gradient(left, #731821 75%, rgba(115, 24, 33, 0) 100%);
  background: -webkit-gradient(linear, left top, right top, color-stop(75%, #731821), color-stop(100%, rgba(115, 24, 33, 0)));
  background: -webkit-linear-gradient(left, #731821 75%, rgba(115, 24, 33, 0) 100%);
  background: -o-linear-gradient(left, #731821 75%, rgba(115, 24, 33, 0) 100%);
  background: -ms-linear-gradient(left, #731821 75%, rgba(115, 24, 33, 0) 100%);
  background: linear-gradient(to right, #731821 75%, rgba(115, 24, 33, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#731821, endColorstr=#731821, GradientType=1);
}
.ent_m036_tcr_v1 .share_wrap:after,
.ent_m036_tcr_v1 .share_wrapper:after {
  top: 0;
  bottom: auto;
}
.ent_m036_tcr_v1 .share_wrap .shareFBLike .facebookLike,
.ent_m036_tcr_v1 .share_wrapper .shareFBLike .facebookLike {
  position: relative;
  top: -2px;
  margin: 0;
}
.ent_m036_tcr_v1 .share_wrap .shareFBLike .facebookLike > div,
.ent_m036_tcr_v1 .share_wrapper .shareFBLike .facebookLike > div {
  margin: 0;
}
@media screen and (max-width: 55em) {
  .ent_m036_tcr_v1 .share_wrap .comments_wrap .comments,
  .ent_m036_tcr_v1 .share_wrapper .comments_wrap .comments,
  .ent_m036_tcr_v1 .share_wrap .comments_btn .comments_count,
  .ent_m036_tcr_v1 .share_wrapper .comments_btn .comments_count {
    min-width: 20px;
  }
  .ent_m036_tcr_v1 .share_wrap .comments_wrap .comments:before,
  .ent_m036_tcr_v1 .share_wrapper .comments_wrap .comments:before,
  .ent_m036_tcr_v1 .share_wrap .comments_btn .comments_count:before,
  .ent_m036_tcr_v1 .share_wrapper .comments_btn .comments_count:before {
    content: "";
  }
}
@media screen and (max-width: 48em) {
  .ent_m036_tcr_v1 .share_wrap,
  .ent_m036_tcr_v1 .share_wrapper {
    padding: 0.625em 0.5625em 0.5625em 0em;
  }
}
.ent_m036_tcr_v1 .share_wrap .flux4 .share li > div,
.ent_m036_tcr_v1 .share_wrapper .flux4 .share li > div,
.ent_m036_tcr_v1 .share_wrap .flux4 .share li .screen_reader_text,
.ent_m036_tcr_v1 .share_wrapper .flux4 .share li .screen_reader_text {
  margin-top: -2px;
  font-size: 1.33333333em;
  letter-spacing: 0.5px;
}
.ent_m036_tcr_v1 .share_wrap .flux4 .share li > div.facebookLike,
.ent_m036_tcr_v1 .share_wrapper .flux4 .share li > div.facebookLike,
.ent_m036_tcr_v1 .share_wrap .flux4 .share li .screen_reader_text.facebookLike,
.ent_m036_tcr_v1 .share_wrapper .flux4 .share li .screen_reader_text.facebookLike {
  margin-top: 2px;
}
.ent_m036_tcr_v1 .share_wrap iframe,
.ent_m036_tcr_v1 .share_wrapper iframe {
  positon: relative !important;
  z-index: 4000001;
}
@media screen and (max-width: 47.938em) {
  .ent_m036_tcr_v1 .share_wrap li,
  .ent_m036_tcr_v1 .share_wrapper li {
    margin-right: 23px;
  }
}
.ent_m036_tcr_v1 .full_episode,
.ent_m036_tcr_v1 .watch_btn {
  padding: 0em 1.35em 0em 0.45em;
  background: #d52b2b;
  float: left;
  height: 32px;
  margin: 0 0 30px;
  line-height: 32px;
  text-decoration: none;
  color: #ffffff;
  font-size: 18px;
  position: relative;
  text-transform: uppercase;
}
.ent_m036_tcr_v1 .full_episode:hover,
.ent_m036_tcr_v1 .watch_btn:hover {
  background: #f54444;
  color: #ffffff;
}
@media (max-width: 30em) {
  .ent_m036_tcr_v1 .full_episode,
  .ent_m036_tcr_v1 .watch_btn {
    display: none;
  }
}
.ent_m036_tcr_v1 .full_episode .arrow,
.ent_m036_tcr_v1 .watch_btn:after {
  width: 0;
  height: 0;
  border-top: 16px solid transparent;
  border-bottom: 16px solid transparent;
  border-left: 16px solid #d52b2b;
  position: absolute;
  top: 0;
  right: -16px;
  color: #ffffff;
}
.ent_m036_tcr_v1 .full_episode:hover .arrow,
.ent_m036_tcr_v1 .watch_btn:hover:after {
  border-left: 16px solid #f54444;
}
.ent_m036_tcr_v1 .watch_btn:after {
  content: "";
}
.ent_m036_tcr_v1:after {
  clear: both;
  content: "";
  display: block;
  height: 0;
  visibility: hidden;
}
*:first-child + html .ent_m036_tcr_v1 {
  display: block;
  min-height: 0;
}
@media (min-width: 75em) {
  .ent_m036_tcr_v1 {
    padding-top: 40px;
  }
}
.ent_m036_tcr_v1 .module_content {
  padding-top: 25px;
  max-width: 890px;
  margin: auto;
}
.ent_m036_tcr_v1 .module_content .carousel_wrapper {
  padding: 0 10px;
}
@media screen and (max-width: 970px) {
  .ent_m036_tcr_v1 .module_content .carousel_wrapper {
    padding: 0;
  }
}
.ent_m036_tcr_v1 .ent_m036_tcr_v1_item {
  cursor: pointer;
}
.ent_m036_tcr_v1 .ent_m036_tcr_v1_item .meta {
  font-family: 'BrandonTextMedium', Helvetica, Arial, sans-serif;
  color: #ffffff;
  line-height: 1.25em;
  padding-top: 7px;
}
.ent_m036_tcr_v1 .ent_m036_tcr_v1_item .meta .duration {
  color: #999999;
}
.ent_m036_tcr_v1 .ent_m036_tcr_v1_item:hover .meta {
  color: #ea4242;
}
.ent_m036_tcr_v1 .ent_m036_tcr_v1_item.highlight .image_holder {
  border: 3px solid #ee4444;
}
@media screen and (max-width: 970px) {
  .ent_m036_tcr_v1 .m_hscroll .right_arrow {
    right: 0;
  }
  .ent_m036_tcr_v1 .m_hscroll .left_arrow {
    left: 0;
  }
}
.ent_m037_tcr_v1 .videoPlayer {
  margin: 0 auto;
  width: 960px;
  height: 540px;
}
@media screen and (max-width: 63.938em) {
  .ent_m037_tcr_v1 .videoPlayer {
    position: relative;
    height: 0;
    width: 100%;
    padding-bottom: 56.4625%;
  }
}
.ent_m038_tcr_v1 {
  margin: auto;
  max-width: 1200px;
}
.ent_m038_tcr_v1 h2 {
  font-size: 1.5625em;
  font-family: 'BrandonTextBold', Helvetica, Arial, sans-serif;
  color: #ffffff;
  text-transform: uppercase;
  padding: 0 10px 4px;
  position: relative;
}
.ent_m038_tcr_v1 h2:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: -moz-linear-gradient(left, #6d1917 75%, rgba(109, 25, 23, 0) 100%);
  background: -webkit-gradient(linear, left top, right top, color-stop(75%, #6d1917), color-stop(100%, rgba(109, 25, 23, 0)));
  background: -webkit-linear-gradient(left, #6d1917 75%, rgba(109, 25, 23, 0) 100%);
  background: -o-linear-gradient(left, #6d1917 75%, rgba(109, 25, 23, 0) 100%);
  background: -ms-linear-gradient(left, #6d1917 75%, rgba(109, 25, 23, 0) 100%);
  background: linear-gradient(to right, #6d1917 75%, rgba(109, 25, 23, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#6d1917, endColorstr=#6d1917, GradientType=1);
}
@media screen and (max-width: 47.938em) {
  .ent_m038_tcr_v1 h2 {
    font-size: 1.125em;
  }
}
@media (max-width: 33.75em) {
  .ent_m038_tcr_v1 h2 {
    padding: 0 0 4px;
  }
}
.ent_m038_tcr_v1 .subhead {
  color: #ffffff;
  font-family: 'BrandonTextMedium', Helvetica, Arial, sans-serif;
  font-size: 1.125em;
  margin: 0em 0em 1.11111111em 0em;
  padding: 0;
  text-transform: none;
}
.ent_m038_tcr_v1 .subhead:after {
  display: none;
}
@media (min-width: 540px) {
  .ent_m038_tcr_v1 .subhead {
    padding: 0em 0.5555555599999999em 0em 0.5555555599999999em;
  }
}
.ent_m038_tcr_v1 li {
  padding: 0em 0.625em 1.875em 0.625em;
}
.ent_m038_tcr_v1 li:after {
  clear: both;
  content: "";
  display: block;
  height: 0;
  visibility: hidden;
}
*:first-child + html .ent_m038_tcr_v1 li {
  display: block;
  min-height: 0;
}
@media (max-width: 540px) {
  .ent_m038_tcr_v1 li {
    padding-left: 0;
  }
}
.ent_m038_tcr_v1 li .meta {
  padding-left: 68px;
}
.ent_m038_tcr_v1 li img {
  float: left;
  margin: 0.3125em 0em 0em 0em;
  border-radius: 10px;
}
.ent_m038_tcr_v1 li .author_info {
  font-family: 'BrandonTextMedium', Helvetica, Arial, sans-serif;
  font-size: 1.125em;
  color: #ffffff;
}
.ent_m038_tcr_v1 li .author_info .user_name {
  color: #827e7d;
}
.ent_m038_tcr_v1 li .author_info .user_name:hover {
  color: #ea4242;
}
.ent_m038_tcr_v1 li .copy {
  margin: 4px 0;
  font-family: 'BrandonTextMedium', Helvetica, Arial, sans-serif;
  font-size: 1.125em;
  line-height: 1.33333333em;
}
.ent_m038_tcr_v1 li .copy a {
  color: #0090dc;
}
.ent_m038_tcr_v1 li .copy a:hover {
  color: #ea4242;
}
.ent_m038_tcr_v1 li .links_wrapper {
  font-size: 1em;
  color: #827e7d;
  padding-left: 68px;
  text-transform: uppercase;
}
.ent_m038_tcr_v1 li .links_wrapper li {
  border-right: 1px solid #827e7d;
  float: left;
  height: 28px;
  line-height: 28px;
  margin: 0 6px 0 0;
  padding: 0 6px 0 0;
  font-family: 'BrandonTextMedium', Helvetica, Arial, sans-serif;
}
.ent_m038_tcr_v1 li .links_wrapper li:last-child {
  border-right: 0;
}
.ent_m038_tcr_v1 li .links_wrapper li a {
  color: #0090dc;
  font-family: 'BrandonTextMedium', Helvetica, Arial, sans-serif;
}
.ent_m038_tcr_v1 li .links_wrapper li a:hover {
  color: #ea4242;
}
@media (min-width: 30em) {
  .ent_m038_tcr_v1 li .links_wrapper li {
    margin: 0 15px 0 0;
    padding: 0 15px 0 0;
  }
}
.ent_m039_tcr_v1 {
  margin: auto;
  max-width: 1200px;
  padding-bottom: 40px;
}
.ent_m039_tcr_v1 h2 {
  font-size: 1.5625em;
  font-family: 'BrandonTextBold', Helvetica, Arial, sans-serif;
  color: #ffffff;
  text-transform: uppercase;
  padding: 0 10px 4px;
  position: relative;
}
.ent_m039_tcr_v1 h2:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: -moz-linear-gradient(left, #6d1917 75%, rgba(109, 25, 23, 0) 100%);
  background: -webkit-gradient(linear, left top, right top, color-stop(75%, #6d1917), color-stop(100%, rgba(109, 25, 23, 0)));
  background: -webkit-linear-gradient(left, #6d1917 75%, rgba(109, 25, 23, 0) 100%);
  background: -o-linear-gradient(left, #6d1917 75%, rgba(109, 25, 23, 0) 100%);
  background: -ms-linear-gradient(left, #6d1917 75%, rgba(109, 25, 23, 0) 100%);
  background: linear-gradient(to right, #6d1917 75%, rgba(109, 25, 23, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#6d1917, endColorstr=#6d1917, GradientType=1);
}
@media screen and (max-width: 47.938em) {
  .ent_m039_tcr_v1 h2 {
    font-size: 1.125em;
  }
}
@media (max-width: 33.75em) {
  .ent_m039_tcr_v1 h2 {
    padding: 0 0 4px;
  }
}
.ent_m039_tcr_v1 .headline-link {
  float: right;
  position: relative;
  top: -20px;
  right: 14px;
  font-size: 13px;
  font-family: 'BrandonTextMedium', Helvetica, Arial, sans-serif;
  color: #9a9a9a;
}
.ent_m039_tcr_v1 .headline-link .link {
  color: #0172b9;
  cursor: pointer;
}
.ent_m039_tcr_v1 .headline-link .link:hover {
  color: #ea4242;
}
.ent_m039_tcr_v1 p {
  clear: both;
  margin: 0 10px 30px;
  font-size: 19px;
  font-family: 'BrandonTextMedium', Helvetica, Arial, sans-serif;
  line-height: 1.37;
  color: #ffffff;
}
.ent_m039_tcr_v1 form {
  position: relative;
  z-index: 4;
  margin-right: -21px;
  padding-left: 10px;
}
.ent_m039_tcr_v1 form span.required {
  color: #d52b2b;
}
.ent_m039_tcr_v1 form p {
  position: relative;
  margin: 0 0 30px;
  min-height: 50px;
  font-size: 23px;
}
.ent_m039_tcr_v1 form p label,
.ent_m039_tcr_v1 form p span.label {
  font-size: 19px;
  line-height: 1.3;
}
.ent_m039_tcr_v1 form p label.choice,
.ent_m039_tcr_v1 form p span.label.choice {
  width: auto;
  padding: 0 0 0 4px;
  text-align: left;
}
.ent_m039_tcr_v1 form p label {
  display: inline-block;
  width: 23%;
  padding-right: 2.5%;
}
.ent_m039_tcr_v1 form p span.label {
  display: block;
  padding-bottom: 13px;
}
.ent_m039_tcr_v1 form p input[type=text],
.ent_m039_tcr_v1 form p input[type=email] {
  width: 74%;
  height: 50px;
  padding: 4px 12px;
  border: 1px solid #dddddd;
  background: #e3e4e6;
  font-size: 20px;
  font-family: 'BrandonTextMedium', Helvetica, Arial, sans-serif;
  line-height: 50px;
  color: #342e30;
}
.ent_m039_tcr_v1 form p input[type=radio],
.ent_m039_tcr_v1 form p input[type=checkbox] {
  display: none;
}
.ent_m039_tcr_v1 form p .sbHolder {
  position: relative;
  z-index: 8;
  display: inline-block;
  min-width: 23.1%;
  height: 50px;
  margin: 0 2.4% 9px 0;
  padding: 0;
  border: 0;
  background: #e3e4e6;
  color: #342e30;
  font-size: 19px;
  font-family: 'BrandonTextMedium', Helvetica, Arial, sans-serif;
  line-height: 50px;
  text-transform: uppercase;
  cursor: pointer;
}
@media screen and (max-width: 428px) {
  .ent_m039_tcr_v1 form p .sbHolder {
    font-size: 0.9em;
  }
}
.ent_m039_tcr_v1 form p .sbHolder .sbSelector {
  color: #342e30;
  display: block;
  padding: 0 19px;
}
.ent_m039_tcr_v1 form p .sbHolder .sbToggle {
  float: right;
  width: 19px;
  height: 14px;
  margin: 16px 19px 0 0;
  background: url('/sitewide/images/sprites/cr_site2013_sprite.png') no-repeat;
  background-position: -327px -175px;
  outline: none;
}
.ent_m039_tcr_v1 form p .sbHolder .sbToggle.sbToggleOpen {
  background-position: -354px -175px;
}
.ent_m039_tcr_v1 form p .sbHolder ul {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  height: 200px;
  overflow-y: scroll;
  background: #342e30;
  line-height: 32px;
}
.ent_m039_tcr_v1 form p .sbHolder ul li {
  margin: 0;
  padding: 0;
}
.ent_m039_tcr_v1 form p .sbHolder ul li:first-child {
  display: none;
}
.ent_m039_tcr_v1 form p .sbHolder ul li a {
  color: #ffffff;
  padding: 4px 19px;
  display: block;
}
.ent_m039_tcr_v1 form p .sbHolder ul li a:hover {
  color: #ea4242;
}
.ent_m039_tcr_v1 form p label.choice {
  padding-left: 47px;
  cursor: pointer;
}
.ent_m039_tcr_v1 form p label.choice:before {
  content: "";
  display: inline-block;
  width: 30px;
  height: 30px;
  position: absolute;
  left: 0;
  top: 2px;
  background: #e3e4e6 url('/sitewide/images/sprites/cr_site2013_sprite.png') no-repeat -9999px 0;
}
.ent_m039_tcr_v1 form p label.choice.single:before {
  top: 8px;
  left: 5px;
  width: 20px;
  height: 20px;
  border-radius: 15px;
}
.ent_m039_tcr_v1 form p input[type=radio]:checked + label.choice:before {
  color: #d52b2b;
  content: "\2022";
  font-size: 43px;
  line-height: 11px;
  text-align: center;
}
.ent_m039_tcr_v1 form p input[type=checkbox]:checked + label.choice:before {
  background-position: -249px -193px;
}
.ent_m039_tcr_v1 form p ul {
  display: inline-block;
  vertical-align: top;
  width: 69%;
}
.ent_m039_tcr_v1 form p ul li {
  position: relative;
  padding-bottom: 20px;
}
@media screen and (max-width: 63.938em) {
  .ent_m039_tcr_v1 form p {
    font-size: 20px;
    line-height: 42px;
    min-height: 42px;
  }
  .ent_m039_tcr_v1 form p input[type=text],
  .ent_m039_tcr_v1 form p input[type=email] {
    height: 42px;
    line-height: 42px;
  }
  .ent_m039_tcr_v1 form p .sbHolder {
    height: 42px;
    font-size: 17px;
    line-height: 42px;
  }
  .ent_m039_tcr_v1 form p .sbHolder .sbToggle {
    margin: 12px 10px 0 2px;
    background-position: -414px -184px;
  }
  .ent_m039_tcr_v1 form p .sbHolder .sbToggle.sbToggleOpen {
    background-position: -436px -184px;
  }
  .ent_m039_tcr_v1 form p label.choice:before {
    top: 7px;
  }
  .ent_m039_tcr_v1 form p label.choice.single:before {
    top: 12px;
  }
  .ent_m039_tcr_v1 form p ul li {
    padding-bottom: 10px;
  }
}
@media screen and (max-width: 47.938em) {
  .ent_m039_tcr_v1 form p input[type=text],
  .ent_m039_tcr_v1 form p input[type=email] {
    width: 73%;
  }
  .ent_m039_tcr_v1 form p .sbHolder {
    min-width: 22.7%;
  }
}
@media screen and (max-width: 33.75em) {
  .ent_m039_tcr_v1 form p label,
  .ent_m039_tcr_v1 form p span.label {
    font-size: 16px;
  }
  .ent_m039_tcr_v1 form p input[type=text],
  .ent_m039_tcr_v1 form p input[type=email] {
    font-size: 16px;
  }
  .ent_m039_tcr_v1 form p .selects_wrapper {
    display: inline-block;
    vertical-align: top;
    width: 73%;
  }
  .ent_m039_tcr_v1 form p .sbHolder {
    display: block;
    width: 60%;
  }
}
@media screen and (max-width: 26.8em) {
  .ent_m039_tcr_v1 form p .sbHolder {
    width: 80%;
  }
  .ent_m039_tcr_v1 form p input[type=text],
  .ent_m039_tcr_v1 form p input[type=email],
  .ent_m039_tcr_v1 form p .selects_wrapper {
    width: 72%;
  }
  .ent_m039_tcr_v1 form p label.choice {
    padding-left: 40px;
  }
  .ent_m039_tcr_v1 form p label.choice:before {
    top: 8px;
    width: 25px;
    height: 25px;
  }
  .ent_m039_tcr_v1 form p input[type=radio]:checked + label.choice:before {
    line-height: 12px;
  }
  .ent_m039_tcr_v1 form p input[type=checkbox]:checked + label.choice:before {
    background-position: -251px -196px;
  }
  .ent_m039_tcr_v1 form p ul li {
    padding-bottom: 0;
  }
}
@media screen and (max-width: 25em) {
  .ent_m039_tcr_v1 form p label {
    width: 30%;
  }
  .ent_m039_tcr_v1 form p input[type=text],
  .ent_m039_tcr_v1 form p input[type=email],
  .ent_m039_tcr_v1 form p .selects_wrapper {
    width: 63%;
  }
}
.ent_m039_tcr_v1 form button {
  display: inline-block;
  height: 50px;
  padding: 0 45px 2px;
  border: 0;
  border-radius: 0;
  font-size: 24px;
  font-family: 'BrandonTextBold', Helvetica, Arial, sans-serif;
  line-height: 48px;
  text-transform: uppercase;
  background: #0172b9;
  color: #ffffff;
}
.ent_m039_tcr_v1 form button:hover {
  background: #d52b2b;
  cursor: pointer;
}
@media screen and (max-width: 33.75em) {
  .ent_m039_tcr_v1 form button {
    font-size: 18px;
  }
}
@media screen and (max-width: 33.75em) {
  .ent_m039_tcr_v1 h2 {
    padding-left: 0;
  }
  .ent_m039_tcr_v1 p {
    margin-left: 0;
    margin-right: 0;
    font-size: 1em;
  }
  .ent_m039_tcr_v1 form {
    padding-left: 0;
  }
}
.ent_m039_tcr_v1 .view-success {
  display: none;
  padding: 30px 0;
  font-size: 18px;
  font-family: 'BrandonTextMedium', Helvetica, Arial, sans-serif;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  text-align: center;
}
.ent_m039_tcr_v1 .view-success a {
  margin: 0 30px;
  color: #9a9a9a;
}
.ent_m039_tcr_v1 .view-success .fb:before,
.ent_m039_tcr_v1 .view-success .tw:before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  height: 22px;
  margin-right: 5px;
  background: url('/sitewide/images/sprites/cr_site2013_sprite.png') no-repeat;
}
.ent_m039_tcr_v1 .view-success .fb:before {
  width: 9px;
  background-position: -38px -201px;
}
.ent_m039_tcr_v1 .view-success .fb:hover:before {
  background-position: -38px -232px;
}
.ent_m039_tcr_v1 .view-success .tw:before {
  width: 17px;
  background-position: -11px -201px;
}
.ent_m039_tcr_v1 .view-success .tw:before:hover {
  background-position: -11px -232px;
}
.ent_m039_tcr_v1 .view-success .tw:hover:before {
  background-position: -11px -232px;
}
.ent_m039_tcr_v1.success .question-list {
  display: none;
}
.ent_m039_tcr_v1.success .view-success {
  display: block;
}
.ent_m040_tcr_v1 h2 {
  font-size: 1.5625em;
  font-family: 'BrandonTextBold', Helvetica, Arial, sans-serif;
  color: #ffffff;
  text-transform: uppercase;
  padding: 0 10px 4px;
  position: relative;
}
.ent_m040_tcr_v1 h2:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: -moz-linear-gradient(left, #6d1917 75%, rgba(109, 25, 23, 0) 100%);
  background: -webkit-gradient(linear, left top, right top, color-stop(75%, #6d1917), color-stop(100%, rgba(109, 25, 23, 0)));
  background: -webkit-linear-gradient(left, #6d1917 75%, rgba(109, 25, 23, 0) 100%);
  background: -o-linear-gradient(left, #6d1917 75%, rgba(109, 25, 23, 0) 100%);
  background: -ms-linear-gradient(left, #6d1917 75%, rgba(109, 25, 23, 0) 100%);
  background: linear-gradient(to right, #6d1917 75%, rgba(109, 25, 23, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#6d1917, endColorstr=#6d1917, GradientType=1);
}
@media screen and (max-width: 47.938em) {
  .ent_m040_tcr_v1 h2 {
    font-size: 1.125em;
  }
}
@media (max-width: 33.75em) {
  .ent_m040_tcr_v1 h2 {
    padding: 0 0 4px;
  }
}
.ent_m040_tcr_v1 p {
  color: #ffffff;
  font-family: 'BrandonTextMedium', Helvetica, Arial, sans-serif;
  margin: 0em 0em 1.11111111em 0em;
  padding: 0 10px;
  font-size: 1.125em;
  line-height: 1.37;
}
@media screen and (max-width: 540px) {
  .ent_m040_tcr_v1 p {
    font-size: 16px;
    padding: 0;
  }
}
.ent_m040_tcr_v1 iframe {
  padding: 0 10px;
}
@media screen and (max-width: 540px) {
  .ent_m040_tcr_v1 iframe {
    padding: 0;
  }
}
.ent_m040_tcr_v1 .embed {
  width: 100%;
  margin: auto;
}
.ent_m041_tcr_v1 {
  margin: auto;
  max-width: 1320px;
}
.ent_m041_tcr_v1 h2 {
  font-size: 1.5625em;
  font-family: 'BrandonTextBold', Helvetica, Arial, sans-serif;
  color: #ffffff;
  text-transform: uppercase;
  padding: 0 10px 4px;
  position: relative;
}
.ent_m041_tcr_v1 h2:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: -moz-linear-gradient(left, #6d1917 75%, rgba(109, 25, 23, 0) 100%);
  background: -webkit-gradient(linear, left top, right top, color-stop(75%, #6d1917), color-stop(100%, rgba(109, 25, 23, 0)));
  background: -webkit-linear-gradient(left, #6d1917 75%, rgba(109, 25, 23, 0) 100%);
  background: -o-linear-gradient(left, #6d1917 75%, rgba(109, 25, 23, 0) 100%);
  background: -ms-linear-gradient(left, #6d1917 75%, rgba(109, 25, 23, 0) 100%);
  background: linear-gradient(to right, #6d1917 75%, rgba(109, 25, 23, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#6d1917, endColorstr=#6d1917, GradientType=1);
}
@media screen and (max-width: 47.938em) {
  .ent_m041_tcr_v1 h2 {
    font-size: 1.125em;
  }
}
@media (max-width: 33.75em) {
  .ent_m041_tcr_v1 h2 {
    padding: 0 0 4px;
  }
}
.ent_m041_tcr_v1 p {
  color: #ffffff;
  font-family: 'BrandonTextMedium', Helvetica, Arial, sans-serif;
  font-size: 1.125em;
  margin: 0em 0em 1.11111111em 0em;
}
@media screen and (max-width: 540px) {
  .ent_m041_tcr_v1 p {
    font-size: 16px;
    padding: 0;
  }
}
@media screen and (max-width: 1099px) {
  .ent_m041_tcr_v1 p {
    margin-left: 0;
  }
}
@media (min-width: 540px) {
  .ent_m041_tcr_v1 p,
  .ent_m041_tcr_v1 .embed {
    padding: 0em 0.5555555599999999em 0em 0.5555555599999999em;
  }
}
#content_holder .ent_m041_tcr_v1 .pds-box {
  background: none;
  border: 0;
  width: auto;
}
#content_holder .ent_m041_tcr_v1 .pds-box .pds-box-outer {
  padding: 0;
}
#content_holder .ent_m041_tcr_v1 .pds-box .pds-question-top,
#content_holder .ent_m041_tcr_v1 .pds-box .pds-answer label,
#content_holder .ent_m041_tcr_v1 .pds-box .pds-links A {
  color: #ffffff;
  font-size: 19px;
  font-family: 'BrandonTextMedium', Helvetica, Arial, sans-serif;
}
#content_holder .ent_m041_tcr_v1 .pds-box .pds-answer-group {
  padding: 16px 0;
}
#content_holder .ent_m041_tcr_v1 .pds-box .pds-answer {
  border: 0;
}
#content_holder .ent_m041_tcr_v1 .pds-box .pds-question-top,
#content_holder .ent_m041_tcr_v1 .pds-box .pds-vote-button {
  font-weight: normal;
}
#content_holder .ent_m041_tcr_v1 .pds-box .pds-feedback-group {
  padding: 8px 12px;
}
#content_holder .ent_m041_tcr_v1 .pds-box .pds-question-top {
  padding-bottom: 0;
}
#content_holder .ent_m041_tcr_v1 .pds-box .pds-answer-input {
  position: relative;
  width: 30px;
  height: 30px;
  margin-right: 30px;
  background: #e3e4e6 url('/sitewide/images/sprites/cr_site2013_sprite.png') no-repeat -9999px 0;
}
#content_holder .ent_m041_tcr_v1 .pds-box .pds-answer-input.checked {
  background-position: -249px -193px;
}
#content_holder .ent_m041_tcr_v1 .pds-box .pds-answer-input input {
  visibility: hidden;
}
#content_holder .ent_m041_tcr_v1 .pds-box .pds-input-label {
  width: 295px;
  padding-left: 60px;
  margin-left: -60px;
}
#content_holder .ent_m041_tcr_v1 .pds-box .pds-vote {
  padding-top: 0;
}
#content_holder .ent_m041_tcr_v1 .pds-box .pds-vote .pds-links {
  display: none;
}
#content_holder .ent_m041_tcr_v1 .pds-box .pds-vote-button {
  display: inline-block;
  border: 0;
  border-radius: 0;
  background: #0172b9;
  color: #ffffff;
  cursor: pointer;
  font-family: 'BrandonTextBold', Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-size: 20px;
  line-height: 50px;
  text-align: center;
  width: 132px;
  letter-spacing: 1px;
  padding: 0 10px;
}
#content_holder .ent_m041_tcr_v1 .pds-box .pds-vote-button:hover {
  background-color: #d52b2b;
}
#content_holder .ent_m041_tcr_v1 .pds-box .pds-links {
  padding: 20px 0;
}
#content_holder .ent_m041_tcr_v1 .pds-box .pds-return-poll {
  font-family: 'BrandonTextMedium', Helvetica, Arial, sans-serif;
  text-decoration: none;
  color: #0172b9;
}
#content_holder .ent_m041_tcr_v1 .pds-box .pds-return-poll:hover {
  color: #ea4242;
}
#content_holder .ent_m041_tcr_v1 .pds-box .pds-total-votes {
  font-family: 'BrandonTextMedium', Helvetica, Arial, sans-serif;
}
#content_holder .ent_m041_tcr_v1 .pds-box .pds-feedback-per,
#content_holder .ent_m041_tcr_v1 .pds-box .pds-total-votes SPAN,
#content_holder .ent_m041_tcr_v1 .pds-box .pds-return-poll {
  font-weight: normal;
}
.ent_m042_tcr_v1 {
  margin: auto;
}
.ent_m042_tcr_v1 .subhead,
.ent_m042_tcr_v1 .author_info {
  font-family: 'BrandonTextMedium', Helvetica, Arial, sans-serif;
}
.ent_m042_tcr_v1 h2 {
  font-size: 1.5625em;
  font-family: 'BrandonTextBold', Helvetica, Arial, sans-serif;
  color: #ffffff;
  text-transform: uppercase;
  padding: 0 10px 4px;
  position: relative;
}
.ent_m042_tcr_v1 h2:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: -moz-linear-gradient(left, #6d1917 75%, rgba(109, 25, 23, 0) 100%);
  background: -webkit-gradient(linear, left top, right top, color-stop(75%, #6d1917), color-stop(100%, rgba(109, 25, 23, 0)));
  background: -webkit-linear-gradient(left, #6d1917 75%, rgba(109, 25, 23, 0) 100%);
  background: -o-linear-gradient(left, #6d1917 75%, rgba(109, 25, 23, 0) 100%);
  background: -ms-linear-gradient(left, #6d1917 75%, rgba(109, 25, 23, 0) 100%);
  background: linear-gradient(to right, #6d1917 75%, rgba(109, 25, 23, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#6d1917, endColorstr=#6d1917, GradientType=1);
}
@media screen and (max-width: 47.938em) {
  .ent_m042_tcr_v1 h2 {
    font-size: 1.125em;
  }
}
@media (max-width: 33.75em) {
  .ent_m042_tcr_v1 h2 {
    padding: 0 0 4px;
  }
}
.ent_m042_tcr_v1 p {
  font-family: 'BrandonTextMedium', Helvetica, Arial, sans-serif;
  color: #342e30;
}
.ent_m042_tcr_v1 .subhead {
  font-size: 1.125em;
  padding: 0em 0.5555555599999999em 0em 0.5555555599999999em;
  margin: 0em 0em 1.11111111em 0em;
  color: #ffffff;
}
.ent_m042_tcr_v1 .subhead:after {
  display: none;
}
.ent_m042_tcr_v1 .description {
  color: #ffffff;
  font-size: 18px;
  padding-bottom: 30px;
}
.ent_m042_tcr_v1 .m_hscroll div ul li {
  width: auto;
}
.ent_m042_tcr_v1 .carouselWrapper li {
  max-width: 380px;
}
@media screen and (max-width: 48em) {
  .ent_m042_tcr_v1 .carouselWrapper li {
    max-width: 260px;
  }
  .ent_m042_tcr_v1 .carouselWrapper li > img {
    width: 260px;
    height: 260px;
  }
}
.ent_m042_tcr_v1 .avatar {
  float: left;
  margin-right: 10px;
}
.ent_m042_tcr_v1 .likes,
.ent_m042_tcr_v1 .author_info {
  color: #999999;
  float: none;
}
.ent_m042_tcr_v1 .likes {
  font-family: 'BrandonTextMedium', Helvetica, Arial, sans-serif;
}
.ent_m042_tcr_v1 .meta {
  float: none;
}
.ent_m042_tcr_v1 .author_info {
  position: relative;
  top: -2px;
  left: 0;
  line-height: 18px;
}
.ent_m042_tcr_v1 .author_page {
  display: inline;
}
.ent_m042_tcr_v1 .right_arrow,
.ent_m042_tcr_v1 .left_arrow {
  height: 380px;
}
@media screen and (max-width: 48em) {
  .ent_m042_tcr_v1 .right_arrow,
  .ent_m042_tcr_v1 .left_arrow {
    height: 260px;
  }
}
@media screen and (max-width: 540px) {
  .ent_m042_tcr_v1 .subhead,
  .ent_m042_tcr_v1 .carouselWrapper {
    padding-left: 0;
  }
  .ent_m042_tcr_v1 .m_hscroll .left_arrow {
    left: 0;
  }
  .ent_m042_tcr_v1 .subhead {
    font-size: 1em;
  }
  .ent_m042_tcr_v1 .description {
    font-size: 16px;
  }
  .ent_m042_tcr_v1 .meta {
    font-size: .9em;
  }
}
.ent_m043_tcr_v1 {
  background: url(/sitewide/images/CN_VideoPlayerBG.jpg) no-repeat;
  padding: 3.75em 0.625em 1.25em 0.625em;
}
.ent_m043_tcr_v1 ul li {
  display: inline-block;
  width: 32.23333333%;
  margin-right: 1.65%;
  vertical-align: top;
}
@media (max-width: 47.938em) {
  .ent_m043_tcr_v1 ul li {
    display: block;
    width: 100%;
    margin-right: 0;
    max-width: 380px;
    margin: 0 auto;
  }
}
.ent_m043_tcr_v1 ul li.last {
  margin-right: 0px;
}
@media (max-width: 47.938em) {
  .ent_m043_tcr_v1 ul li.last {
    margin: 0 auto;
  }
}
.ent_m043_tcr_v1 ul li a {
  position: relative;
  display: block;
  text-decoration: none;
}
@media (max-width: 47.938em) {
  .ent_m043_tcr_v1 ul li a {
    margin-bottom: 6px;
  }
}
.ent_m043_tcr_v1 ul li a img {
  max-width: 100%;
  height: auto;
  display: block;
}
.ent_m043_tcr_v1 ul li a p,
.ent_m043_tcr_v1 ul li a span {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  color: #ffffff;
}
@media (max-width: 75em) {
  .ent_m043_tcr_v1 {
    padding-top: 40px;
  }
}
.ent_m043_tcr_v1 header {
  max-width: 1200px;
  margin: auto;
}
.ent_m043_tcr_v1 header h2 {
  padding-left: 10px;
  font-size: 1.5em;
  text-transform: uppercase;
  position: relative;
  color: #ffffff;
}
@media screen and (max-width: 75em) {
  .ent_m043_tcr_v1 header h2 {
    font-size: 1.25em;
  }
}
@media screen and (max-width: 64em) {
  .ent_m043_tcr_v1 header h2 {
    font-size: 1.125em;
  }
}
.ent_m043_tcr_v1 header h2:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: -moz-linear-gradient(left, #6d1917 75%, rgba(109, 25, 23, 0) 100%);
  background: -webkit-gradient(linear, left top, right top, color-stop(75%, #6d1917), color-stop(100%, rgba(109, 25, 23, 0)));
  background: -webkit-linear-gradient(left, #6d1917 75%, rgba(109, 25, 23, 0) 100%);
  background: -o-linear-gradient(left, #6d1917 75%, rgba(109, 25, 23, 0) 100%);
  background: -ms-linear-gradient(left, #6d1917 75%, rgba(109, 25, 23, 0) 100%);
  background: linear-gradient(to right, #6d1917 75%, rgba(109, 25, 23, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#6d1917, endColorstr=#6d1917, GradientType=1);
}
.ent_m043_tcr_v1 header h2.headline {
  font-size: 1.5em;
  line-height: 33px;
}
@media (max-width: 48em) {
  .ent_m043_tcr_v1 header h2 {
    padding-left: 0;
  }
}
.ent_m043_tcr_v1 header p {
  color: #04233d;
  margin: 0em 0em 1.25em 0em;
  padding: 0em 0.52631579em 0em 0.52631579em;
}
.ent_m043_tcr_v1 ul {
  margin: 0 auto 40px;
  padding: 0 10px;
  max-width: 1200px;
}
@media (max-width: 48em) {
  .ent_m043_tcr_v1 ul {
    padding: 0;
  }
}
.ent_m043_tcr_v1 ul li {
  vertical-align: top;
}
.ent_m043_tcr_v1 ul li a p,
.ent_m043_tcr_v1 ul li .text-wrapper {
  position: static;
  padding-top: 12px;
}
.ent_m043_tcr_v1 ul li .text-wrapper {
  font-family: 'BrandonTextBold', Helvetica, Arial, sans-serif;
  background: transparent;
  color: #ffffff;
  text-transform: none;
}
@media (max-width: 48em) {
  .ent_m043_tcr_v1 ul li {
    margin-bottom: 20px;
  }
}
.ent_m043_tcr_v1 ul li a:hover .text-wrapper {
  color: #ea4242;
}
@media (max-width: 48em) {
  .ent_m043_tcr_v1 ul li:last-child {
    margin-bottom: 0;
  }
}
.ent_m044_tcr_v1 {
  background: #dddddd;
}
.ent_m044_tcr_v1 h1,
.ent_m044_tcr_v1 h2,
.ent_m044_tcr_v1 p,
.ent_m044_tcr_v1 span {
  color: #000000;
}
.ent_m044_tcr_v1 .title {
  font-family: 'BrandonTextBold', Helvetica, Arial, sans-serif;
  color: #ffffff;
  position: relative;
  padding: 0 10px 14px;
}
.ent_m044_tcr_v1 .title:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: -moz-linear-gradient(left, #e28689 75%, rgba(226, 134, 137, 0) 100%);
  background: -webkit-gradient(linear, left top, right top, color-stop(75%, #e28689), color-stop(100%, rgba(226, 134, 137, 0)));
  background: -webkit-linear-gradient(left, #e28689 75%, rgba(226, 134, 137, 0) 100%);
  background: -o-linear-gradient(left, #e28689 75%, rgba(226, 134, 137, 0) 100%);
  background: -ms-linear-gradient(left, #e28689 75%, rgba(226, 134, 137, 0) 100%);
  background: linear-gradient(to right, #e28689 75%, rgba(226, 134, 137, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#e28689, endColorstr=#e28689, GradientType=1);
}
.ent_m044_tcr_v1 .title h1,
.ent_m044_tcr_v1 .title span {
  font-family: 'BrandonTextMedium', Helvetica, Arial, sans-serif;
}
.ent_m044_tcr_v1 .title h1 {
  margin-bottom: 0;
  font-size: 2.625em;
}
@media screen and (max-width: 48em) {
  .ent_m044_tcr_v1 .title h1 {
    font-size: 1.5em;
  }
}
.ent_m044_tcr_v1 .title span {
  font-size: 1.1875em;
}
@media screen and (max-width: 48em) {
  .ent_m044_tcr_v1 .title span {
    font-size: 0.875em;
  }
}
.ent_m044_tcr_v1 .share_wrap {
  width: 100%;
  margin: 15px 0 15px 15px;
}
@media screen and (max-width: 47.938em) {
  .ent_m044_tcr_v1 .share_wrap li {
    margin-right: 23px;
  }
}
@media screen and (max-width: 47.938em) {
  .ent_m044_tcr_v1 .share_wrap .comments_wrap {
    margin: 0;
  }
}
.ent_m044_tcr_v1 .share_wrap .comments_wrap .comments {
  padding-right: 20px;
}
.ent_m044_tcr_v1 .article_wrapper {
  max-width: 800px;
  padding: 0 15px 0 15px;
  width: 100%;
}
.ent_m044_tcr_v1 .article_wrapper div {
  padding: 0;
}
.ent_m044_tcr_v1 .article_wrapper div:after {
  clear: both;
  content: "";
  display: block;
  height: 0;
  visibility: hidden;
}
*:first-child + html .ent_m044_tcr_v1 .article_wrapper div {
  display: block;
  min-height: 0;
}
.ent_m044_tcr_v1 .article_wrapper .article_block,
.ent_m044_tcr_v1 .article_wrapper .article_content {
  font-family: 'BrandonTextMedium', Helvetica, Arial, sans-serif;
}
.ent_m044_tcr_v1 .article_wrapper .article_block p,
.ent_m044_tcr_v1 .article_wrapper .article_content p,
.ent_m044_tcr_v1 .article_wrapper .article_block .description,
.ent_m044_tcr_v1 .article_wrapper .article_content .description {
  font-size: 1.125em;
  font-family: 'BrandonTextMedium', Helvetica, Arial, sans-serif;
  margin-bottom: 15px;
}
@media screen and (max-width: 29.938em) {
  .ent_m044_tcr_v1 .article_wrapper .article_block p,
  .ent_m044_tcr_v1 .article_wrapper .article_content p,
  .ent_m044_tcr_v1 .article_wrapper .article_block .description,
  .ent_m044_tcr_v1 .article_wrapper .article_content .description {
    font-size: 1em;
  }
}
.ent_m044_tcr_v1 .article_wrapper .article_block p a,
.ent_m044_tcr_v1 .article_wrapper .article_content p a,
.ent_m044_tcr_v1 .article_wrapper .article_block .description a,
.ent_m044_tcr_v1 .article_wrapper .article_content .description a {
  color: #0090dc;
}
.ent_m044_tcr_v1 .article_wrapper .article_block p a:hover,
.ent_m044_tcr_v1 .article_wrapper .article_content p a:hover,
.ent_m044_tcr_v1 .article_wrapper .article_block .description a:hover,
.ent_m044_tcr_v1 .article_wrapper .article_content .description a:hover {
  color: #ea4242;
}
.ent_m044_tcr_v1 .article_wrapper .article_block img,
.ent_m044_tcr_v1 .article_wrapper .article_content img {
  float: left;
  height: auto;
  margin: 0 15px 15px 0;
  max-width: 100%;
}
.ent_m044_tcr_v1 .article_wrapper .article_block h2,
.ent_m044_tcr_v1 .article_wrapper .article_content h2 {
  display: inline-block;
  font-family: 'BrandonGrotesque-Black', Helvetica, Arial, sans-serif;
  font-size: 1.5em;
  text-transform: uppercase;
}
.ent_m044_tcr_v1 .article_wrapper .article_block h2.block_title,
.ent_m044_tcr_v1 .article_wrapper .article_content h2.block_title {
  font-family: 'BrandonTextBold', Helvetica, Arial, sans-serif;
}
.ent_m044_tcr_v1 .article_wrapper .article_block a,
.ent_m044_tcr_v1 .article_wrapper .article_content a {
  color: #0090dc;
}
.ent_m044_tcr_v1 .article_wrapper .article_block a:hover,
.ent_m044_tcr_v1 .article_wrapper .article_content a:hover {
  color: #ea4242;
}
.ent_m044_tcr_v1 .article_wrapper .article_block .video_block .player_wrapper,
.ent_m044_tcr_v1 .article_wrapper .article_content .video_block .player_wrapper {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 25px;
  height: 0;
}
.ent_m044_tcr_v1 .article_wrapper .article_block .video_block .player_wrapper iframe,
.ent_m044_tcr_v1 .article_wrapper .article_content .video_block .player_wrapper iframe {
  padding-top: 55px 0 20px 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.ent_m044_tcr_v1 .article_wrapper .article_block .video_block h2,
.ent_m044_tcr_v1 .article_wrapper .article_content .video_block h2 {
  font-family: 'BrandonTextMedium', Helvetica, Arial, sans-serif;
  text-transform: inherit;
  font-size: 2.125em;
}
@media screen and (min-width: 30em) and (max-width: 47.938em) {
  .ent_m044_tcr_v1 .article_wrapper .article_block .video_block h2,
  .ent_m044_tcr_v1 .article_wrapper .article_content .video_block h2 {
    font-size: 1.5em;
    line-height: 1.15em;
  }
}
@media screen and (max-width: 29.938em) {
  .ent_m044_tcr_v1 .article_wrapper .article_block .video_block h2,
  .ent_m044_tcr_v1 .article_wrapper .article_content .video_block h2 {
    font-size: 1.1875em;
  }
}
.ent_m044_tcr_v1 .article_wrapper .article_block .video_block h2 span,
.ent_m044_tcr_v1 .article_wrapper .article_content .video_block h2 span {
  color: #5c5d58;
  font-size: 1em;
}
@media screen and (min-width: 30em) and (max-width: 47.938em) {
  .ent_m044_tcr_v1 .article_wrapper .article_block .video_block h2 span,
  .ent_m044_tcr_v1 .article_wrapper .article_content .video_block h2 span {
    font-size: 1em;
    line-height: 1.15em;
  }
}
@media screen and (max-width: 29.938em) {
  .ent_m044_tcr_v1 .article_wrapper .article_block .video_block h2 span,
  .ent_m044_tcr_v1 .article_wrapper .article_content .video_block h2 span {
    font-size: 1em;
  }
}
.ent_m044_tcr_v1 .article_wrapper .article_content {
  color: #000000;
}
.ent_m044_tcr_v1 .navigation {
  margin: 40px 0 35px 17px;
  min-height: 50px;
}
.ent_m044_tcr_v1 .navigation .meta {
  color: #5c5d58;
  font-size: 0.875em;
  font-family: 'BrandonGrotesque-Black', Helvetica, Arial, sans-serif;
}
.ent_m044_tcr_v1 .navigation .meta span {
  color: #000000;
}
.ent_m044_tcr_v1 .navigation .arrow:before,
.ent_m044_tcr_v1 .navigation .arrow:after {
  height: 50px;
  width: 35px;
}
.ent_m044_tcr_v1 .navigation .arrow .meta span {
  font-size: 1.8125em;
  font-family: 'BrandonTextMedium', Helvetica, Arial, sans-serif;
}
@media screen and (max-width: 64em) {
  .ent_m044_tcr_v1 .navigation .arrow .meta span {
    font-size: 1.5em;
    line-height: 1em;
  }
}
@media screen and (max-width: 29.938em) {
  .ent_m044_tcr_v1 .navigation .arrow .meta span {
    font-size: 1em;
    display: none;
  }
}
.ent_m044_tcr_v1 .navigation .left {
  float: left;
  padding-left: 50px;
}
@media screen and (max-width: 29.938em) {
  .ent_m044_tcr_v1 .navigation .left {
    padding-left: 25px;
  }
}
.ent_m044_tcr_v1 .navigation .left span.previous {
  background: url('/sitewide/images/sprites/cr_site2013_sprite_retina.png');
  background-position: -356px -262px;
  background-repeat: no-repeat;
  content: '';
  float: left;
  margin-left: -50px;
  width: 24px;
  height: 46px;
}
.ent_m044_tcr_v1 .navigation .left span.previous:hover {
  background-position: -356px -328px;
}
@media screen and (min-width: 30em) and (max-width: 63.938em) {
  .ent_m044_tcr_v1 .navigation .left span.previous {
    background-position: -578px -248px;
    width: 18px;
    height: 32px;
  }
  .ent_m044_tcr_v1 .navigation .left span.previous:hover {
    background-position: -578px -300px;
  }
}
@media screen and (max-width: 29.938em) {
  .ent_m044_tcr_v1 .navigation .left span.previous {
    background-position: -766px -286px;
    width: 14px;
    height: 24px;
    margin-left: -25px;
  }
  .ent_m044_tcr_v1 .navigation .left span.previous:hover {
    background-position: -766px -330px;
  }
}
@media screen and (max-width: 29.938em) {
  .ent_m044_tcr_v1 .navigation .left .meta {
    margin-top: 4px;
  }
}
.ent_m044_tcr_v1 .navigation .right {
  float: right;
  text-align: right;
}
.ent_m044_tcr_v1 .navigation .right span.next {
  background-image: url('/sitewide/images/sprites/cr_site2013_sprite_retina.png');
  background-position: -400px -262px;
  background-repeat: no-repeat;
  content: '';
  float: right;
  margin-right: 10px;
  width: 24px;
  height: 46px;
}
.ent_m044_tcr_v1 .navigation .right span.next:hover {
  background-position: -400px -328px;
}
@media screen and (min-width: 30em) and (max-width: 63.938em) {
  .ent_m044_tcr_v1 .navigation .right span.next {
    background-position: -616px -248px;
    width: 18px;
    height: 32px;
  }
  .ent_m044_tcr_v1 .navigation .right span.next:hover {
    background-position: -616px -300px;
  }
}
@media screen and (max-width: 29.938em) {
  .ent_m044_tcr_v1 .navigation .right span.next {
    background-position: -800px -286px;
    width: 14px;
    height: 24px;
    margin-right: 15px;
  }
  .ent_m044_tcr_v1 .navigation .right span.next:hover {
    background-position: -800px -330px;
  }
}
.ent_m044_tcr_v1 .navigation .right .meta {
  margin-right: 56px;
}
@media screen and (max-width: 29.938em) {
  .ent_m044_tcr_v1 .navigation .right .meta {
    margin-top: 4px;
    margin-right: 41px;
  }
}
.ent_m044_tcr_v1 .navigation a {
  max-width: 49%;
}
.ent_m044_tcr_v1 .navigation a:hover .meta,
.ent_m044_tcr_v1 .navigation a:hover span {
  color: #ea4242;
}
.ent_m044_tcr_v1 .navigation a:hover span.next {
  background-position: -400px -328px;
}
@media screen and (min-width: 30em) and (max-width: 63.938em) {
  .ent_m044_tcr_v1 .navigation a:hover span.next {
    background-position: -616px -300px;
  }
}
@media screen and (max-width: 29.938em) {
  .ent_m044_tcr_v1 .navigation a:hover span.next {
    background-position: -800px -330px;
  }
}
.ent_m044_tcr_v1 .navigation a:hover span.previous {
  background-position: -356px -328px;
}
@media screen and (min-width: 30em) and (max-width: 63.938em) {
  .ent_m044_tcr_v1 .navigation a:hover span.previous {
    background-position: -578px -300px;
  }
}
@media screen and (max-width: 29.938em) {
  .ent_m044_tcr_v1 .navigation a:hover span.previous {
    background-position: -766px -330px;
  }
}
.ent_m045_tcr_v1 {
  position: relative;
  width: 100%;
  padding: 0;
}
.ent_m045_tcr_v1 a {
  display: block;
  position: relative;
  overflow: hidden;
}
.ent_m045_tcr_v1 .image_holder {
  height: 540px;
}
@media (max-width: 64em) {
  .ent_m045_tcr_v1 .image_holder {
    height: 400px;
  }
}
@media (max-width: 48em) {
  .ent_m045_tcr_v1 .image_holder {
    height: 300px;
  }
}
@media (max-width: 550px) {
  .ent_m045_tcr_v1 .image_holder {
    height: 240px;
  }
}
.ent_m045_tcr_v1 .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.ent_m045_tcr_v1 .overlay .modal {
  display: table;
  height: 100%;
  margin: 0 auto;
  max-width: 1200px;
  position: relative;
  width: 100%;
}
.ent_m045_tcr_v1 .overlay .modal .info {
  display: table-cell;
  margin: 0 auto;
  padding: 0 10px;
  vertical-align: middle;
}
@media (min-width: 48em) and (max-width: 85em) {
  .ent_m045_tcr_v1 .overlay .modal .info {
    padding-left: 78px;
  }
}
@media (max-width: 47.938em) {
  .ent_m045_tcr_v1 .overlay .modal .info {
    padding-left: 41px;
  }
}
@media (max-width: 600px) {
  .ent_m045_tcr_v1 .overlay .modal .info {
    padding: 0 20px;
  }
}
.ent_m045_tcr_v1 .overlay .modal .info h2 {
  font-size: 1.5em;
  color: #ffffff;
  margin: 0 0 21px 0;
  text-transform: uppercase;
  max-width: 52%;
}
@media (min-width: 63.938em) {
  .ent_m045_tcr_v1 .overlay .modal .info h2 {
    font-size: 2.6875em;
    line-height: 123.25581395%;
    margin: 6px 0 13px;
  }
}
@media (min-width: 75em) {
  .ent_m045_tcr_v1 .overlay .modal .info h2 {
    margin-bottom: 28px;
  }
}
@media (min-width: 37.5em) and (max-width: 47.938em) {
  .ent_m045_tcr_v1 .overlay .modal .info h2 {
    font-size: 1.625em;
    line-height: 134.61538462%;
    margin: 10px 0 21px;
  }
}
@media (max-width: 37.5em) {
  .ent_m045_tcr_v1 .overlay .modal .info h2 {
    font-size: 1em;
    line-height: 143.75%;
    margin: 7px 0 12px;
    max-width: 61%;
  }
}
.ent_m045_tcr_v1 .overlay .modal .info span {
  font-size: 1.1875em;
  color: #999999;
  font-family: 'BrandonTextBold', Helvetica, Arial, sans-serif;
  text-transform: uppercase;
}
@media (min-width: 37.5em) and (max-width: 47.938em) {
  .ent_m045_tcr_v1 .overlay .modal .info span {
    font-size: 0.9375em;
  }
}
@media (max-width: 37.5em) {
  .ent_m045_tcr_v1 .overlay .modal .info span {
    font-size: 0.8125em;
  }
}
.ent_m045_tcr_v1 .overlay .modal .info .watch-now,
.ent_m045_tcr_v1 .overlay .modal .info .watch-extended {
  border-left-color: #d52b2b;
  border-left-style: solid;
  border-left-width: 10px;
  display: table;
  height: 58px;
  min-width: 200px;
}
@media (min-width: 47.938em) and (max-width: 74.9375em) {
  .ent_m045_tcr_v1 .overlay .modal .info .watch-now,
  .ent_m045_tcr_v1 .overlay .modal .info .watch-extended {
    border-left-width: 8px;
    height: 49px;
    min-width: 165px;
  }
}
@media (min-width: 600px) and (max-width: 47.938em) {
  .ent_m045_tcr_v1 .overlay .modal .info .watch-now,
  .ent_m045_tcr_v1 .overlay .modal .info .watch-extended {
    border-left-width: 6px;
    height: 40px;
  }
}
@media (max-width: 600px) {
  .ent_m045_tcr_v1 .overlay .modal .info .watch-now,
  .ent_m045_tcr_v1 .overlay .modal .info .watch-extended {
    border-left-width: 5px;
    height: 33px;
  }
}
.ent_m045_tcr_v1 .overlay .modal .info .watch-now div,
.ent_m045_tcr_v1 .overlay .modal .info .watch-extended div {
  display: table-cell;
  vertical-align: middle;
  background-color: #222222;
  color: #ffffff;
  font-size: 1.8125em;
  padding: 0em 0.4137931em 0em 0.51724138em;
  font-family: 'EamesBookItalic', serif;
}
.ent_m045_tcr_v1 .overlay .modal .info .watch-now div p,
.ent_m045_tcr_v1 .overlay .modal .info .watch-extended div p,
.ent_m045_tcr_v1 .overlay .modal .info .watch-now div span,
.ent_m045_tcr_v1 .overlay .modal .info .watch-extended div span {
  display: table-cell;
  vertical-align: middle;
}
.ent_m045_tcr_v1 .overlay .modal .info .watch-now div p,
.ent_m045_tcr_v1 .overlay .modal .info .watch-extended div p {
  padding: 0em 0em 0em 0.15em;
  height: auto;
  min-height: 26px;
}
@media (min-width: 30em) {
  .ent_m045_tcr_v1 .overlay .modal .info .watch-now div p,
  .ent_m045_tcr_v1 .overlay .modal .info .watch-extended div p {
    padding: 0em 0.37931034em 0em 0.44827586em;
  }
}
@media (min-width: 47.938em) and (max-width: 74.9375em) {
  .ent_m045_tcr_v1 .overlay .modal .info .watch-now div p,
  .ent_m045_tcr_v1 .overlay .modal .info .watch-extended div p {
    padding: 0.16666667em 0.45833333em 0.125em 0.54166667em;
  }
}
.ent_m045_tcr_v1 .overlay .modal .info .watch-now div span,
.ent_m045_tcr_v1 .overlay .modal .info .watch-extended div span {
  background: url('/sitewide/images/sprites/cr_site2013_sprite.png') no-repeat -453px -3px;
  height: 26px;
  width: 26px;
}
@media screen and (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .ent_m045_tcr_v1 .overlay .modal .info .watch-now div span,
  .ent_m045_tcr_v1 .overlay .modal .info .watch-extended div span {
    background: url('/sitewide/images/sprites/cr_site2013_sprite_retina.png') -453px -3px;
    background-size: 700px 268px;
  }
}
@media (max-width: 47.938em) {
  .ent_m045_tcr_v1 .overlay .modal .info .watch-now div span,
  .ent_m045_tcr_v1 .overlay .modal .info .watch-extended div span {
    width: 27px;
    background-position: -452px -7px;
    -webkit-transform: scale(0.86);
    -moz-transform: scale(0.86);
    -ms-transform: scale(0.86);
    transform: scale(0.86);
  }
}
@media (min-width: 600px) and (max-width: 47.938em) {
  .ent_m045_tcr_v1 .overlay .modal .info .watch-now div span,
  .ent_m045_tcr_v1 .overlay .modal .info .watch-extended div span {
    background-position: -452px -9px;
    -webkit-transform: scale(0.68);
    -moz-transform: scale(0.68);
    -ms-transform: scale(0.68);
    transform: scale(0.68);
  }
}
@media (max-width: 600px) {
  .ent_m045_tcr_v1 .overlay .modal .info .watch-now div span,
  .ent_m045_tcr_v1 .overlay .modal .info .watch-extended div span {
    background-position: -452px -10px;
    -webkit-transform: scale(0.52);
    -moz-transform: scale(0.52);
    -ms-transform: scale(0.52);
    transform: scale(0.52);
  }
}
@media (min-width: 47.938em) and (max-width: 74.9375em) {
  .ent_m045_tcr_v1 .overlay .modal .info .watch-now div,
  .ent_m045_tcr_v1 .overlay .modal .info .watch-extended div {
    font-size: 1.5em;
  }
}
@media (min-width: 600px) and (max-width: 47.938em) {
  .ent_m045_tcr_v1 .overlay .modal .info .watch-now div,
  .ent_m045_tcr_v1 .overlay .modal .info .watch-extended div {
    font-size: 1.25em;
    padding: 0.05em 0.3em 0em 0.25em;
  }
}
@media (max-width: 600px) {
  .ent_m045_tcr_v1 .overlay .modal .info .watch-now div,
  .ent_m045_tcr_v1 .overlay .modal .info .watch-extended div {
    font-size: 0.9375em;
    padding: 0.06666667em 0.73333333em 0em 0.33333333em;
  }
}
@media (max-width: 37.5em) {
  .ent_m045_tcr_v1 .overlay .modal .info .watch-now,
  .ent_m045_tcr_v1 .overlay .modal .info .watch-extended {
    border-left-width: 5px;
    height: 33px;
  }
}
@media (max-width: 47.938em) {
  .ent_m045_tcr_v1 .overlay .modal .info .watch-now div span,
  .ent_m045_tcr_v1 .overlay .modal .info .watch-extended div span {
    width: 27px;
    background-position: -452px -7px;
  }
}
@media (min-width: 37.5em) and (max-width: 47.938em) {
  .ent_m045_tcr_v1 .overlay .modal .info .watch-now div span,
  .ent_m045_tcr_v1 .overlay .modal .info .watch-extended div span {
    background-position: -452px -9px;
  }
}
@media (max-width: 37.5em) {
  .ent_m045_tcr_v1 .overlay .modal .info .watch-now div span,
  .ent_m045_tcr_v1 .overlay .modal .info .watch-extended div span {
    background-position: -452px -10px;
  }
}
.ent_m045_tcr_v1 .overlay .modal .info .watch-extended {
  margin-top: 1em;
}
@media (max-width: 30em) {
  .ent_m045_tcr_v1 .overlay .modal .info {
    margin: 15% auto;
  }
}
.ent_m046_tcr_v1 {
  position: relative;
  max-width: 1200px;
  margin: 20px auto 0;
  padding: 0;
  clear: both;
  overflow: hidden;
  background: rgba(112, 106, 106, 0.5);
}
@media screen and (min-width: 1241px) {
  .ent_m046_tcr_v1 {
    max-width: 1180px;
  }
}
@media screen and (min-width: 48em) and (max-width: 1240px) {
  .ent_m046_tcr_v1 {
    margin-left: 30px;
    margin-right: 30px;
  }
}
@media screen and (min-width: 481px) and (max-width: 47.938em) {
  .ent_m046_tcr_v1 {
    margin-left: 25px;
    margin-right: 25px;
  }
}
@media screen and (max-width: 480px) {
  .ent_m046_tcr_v1 {
    margin-left: 15px;
    margin-right: 15px;
  }
}
.ent_m046_tcr_v1 .header {
  display: table-cell;
  padding: 0 15px;
  font: 23px 'BrandonGrotesque-Black', Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  white-space: nowrap;
  background: #0172b9;
}
.linux_entity .ent_m046_tcr_v1 .header {
  padding-top: 5px;
}
.ent_m046_tcr_v1 .header em {
  text-transform: lowercase;
}
@media screen and (min-width: 641px) {
  .ent_m046_tcr_v1 .header {
    text-align: center;
  }
}
.ent_m046_tcr_v1 a {
  color: #ffffff;
}
.ent_m046_tcr_v1 .copy {
  display: table-cell;
  padding: 13px 20px 15px;
  font: 25px/30px 'EamesBookItalic', serif;
}
@media (min-width: 641px) and (max-width: 64em) {
  .ent_m046_tcr_v1 .copy {
    font-size: 1.25em;
    padding: 0.55em 1em 0.55em 1em;
    line-height: 135%;
  }
  .ent_m046_tcr_v1 .header {
    font-size: 1.25em;
  }
}
@media (max-width: 640px) {
  .ent_m046_tcr_v1 .copy,
  .ent_m046_tcr_v1 .header {
    display: block;
  }
  .ent_m046_tcr_v1 .header {
    line-height: 208.33333333%;
  }
}
@media (min-width: 601px) and (max-width: 640px) {
  .ent_m046_tcr_v1 .copy {
    text-indent: 0;
    font-size: 1.125em;
    padding: 0.9444444400000001em 1.11111111em 0.9444444400000001em 1.11111111em;
    line-height: 138.88888889%;
  }
  .ent_m046_tcr_v1 .header {
    font-size: 1.125em;
    padding: 0em 1.11111111em 0em 1.11111111em;
  }
}
@media (max-width: 600px) {
  .ent_m046_tcr_v1 .copy {
    font-size: 1em;
    padding: 0.8125em 0.9375em 1.0625em 0.9375em;
    line-height: 125%;
  }
  .ent_m046_tcr_v1 .header {
    font-size: 1em;
    line-height: 243.75%;
    padding: 0em 0.9375em 0em 0.9375em;
  }
}
.ent_m047_tcr_v1 {
  position: relative;
  max-width: 1200px;
  margin: auto;
  padding-left: 0;
  padding-right: 0;
}
.ent_m047_tcr_v1:after {
  clear: both;
  content: "";
  display: block;
  height: 0;
  visibility: hidden;
}
*:first-child + html .ent_m047_tcr_v1 {
  display: block;
  min-height: 0;
}
.ent_m047_tcr_v1 .module {
  padding: 0;
}
.ent_m047_tcr_v1 .header_ad {
  position: relative;
  display: block;
  width: 260px;
  height: 72px;
  padding: 10px 10px 20px 10px;
}
.ent_m047_tcr_v1 .subhead {
  padding: 0 0 7px 10px;
}
@media screen and (max-width: 30em) {
  .ent_m047_tcr_v1 .subhead {
    padding-left: 0;
  }
}
.ent_m047_tcr_v1 .headline {
  text-transform: uppercase;
  margin: 0 0 30px;
}
@media screen and (min-width: 481px) {
  .ent_m047_tcr_v1 .headline {
    font-size: 2.125em;
    line-height: 1.125em;
  }
}
.ent_m047_tcr_v1 .description {
  margin: -30px 0 30px;
  font-size: 19px;
  line-height: 26px;
  font-family: 'BrandonTextMedium', Helvetica, Arial, sans-serif;
  padding: 0 10px;
}
@media screen and (max-width: 30em) {
  .ent_m047_tcr_v1 .description {
    padding: 0;
  }
}
.ent_m047_tcr_v1 .description a {
  color: #d52b2b;
}
.ent_m047_tcr_v1 .ad_300x250 {
  margin: 24px 0 60px 40px;
  float: right;
}
.ent_m047_tcr_v1 .wrapper + .wrapper {
  float: right;
}
@media (max-width: 63.938em) {
  .ent_m047_tcr_v1 .wrapper + .wrapper {
    padding-left: 0;
  }
}
.ent_m047_tcr_v1 .wrapper {
  float: left;
  width: 100%;
}
.ent_m047_tcr_v1 .wrapper > .ent_m051_tcr_v1 {
  max-width: 100%;
  margin-bottom: 20px;
  margin-left: 0;
  float: right;
}
@media (max-width: 768px) {
  .ent_m047_tcr_v1 .wrapper > .ent_m051_tcr_v1 {
    float: left;
  }
}
@media screen and (min-width: 821px) {
  .ent_m047_tcr_v1 .wrapper > .ent_m051_tcr_v1.col_3 {
    width: 74.359%;
  }
}
.ent_m047_tcr_v1 .wrapper > .col_1 {
  max-width: 100%;
  float: left;
}
@media screen and (min-width: 671px) {
  .ent_m047_tcr_v1 .wrapper > .col_1 {
    margin-right: -300px;
    padding-right: 320px;
  }
}
@media screen and (min-width: 821px) {
  .ent_m047_tcr_v1 .wrapper > .col_1 {
    max-width: 47%;
    margin-right: 6%;
    padding-right: 0;
  }
  .ent_m047_tcr_v1 .wrapper > .col_1:last-child {
    margin-right: 0;
  }
}
.ent_m047_tcr_v1 .wrapper > .ad_300x250 {
  float: right;
}
.ent_m047_tcr_v1 .nested_4_column_container {
  width: 66.667%;
}
.ent_m047_tcr_v1 .nested_4_column_container > div.col_1 {
  float: left;
}
@media screen and (min-width: 821px) {
  .ent_m047_tcr_v1 .nested_4_column_container > div.col_1 {
    float: right;
    margin-right: 1%;
    max-width: 24.25%;
  }
}
@media screen and (min-width: 821px) {
  .ent_m047_tcr_v1 .nested_4_column_container > div:nth-of-type(2) {
    margin-right: 0;
  }
}
@media (max-width: 970px) {
  .ent_m047_tcr_v1 .nested_4_column_container {
    width: 55%;
  }
}
@media (max-width: 820px) {
  .ent_m047_tcr_v1 .nested_4_column_container {
    width: 100%;
  }
  .ent_m047_tcr_v1 .nested_4_column_container .col_4 {
    max-width: 100%;
  }
}
@media screen and (min-width: 971px) and (max-width: 75em) {
  .ent_m047_tcr_v1 .nested_4_column_container {
    width: 64%;
  }
}
@media screen and (min-width: 481px) {
  .ent_m047_tcr_v1 .wrapper[class$="_column_container"] {
    padding: 0 10px;
  }
  .ent_m047_tcr_v1 .wrapper[class$="_column_container"] .subhead {
    margin-left: -10px;
    margin-right: -10px;
  }
  .ent_m047_tcr_v1 > .headline {
    padding: 0 10px;
  }
}
@media screen and (min-width: 821px) {
  .ent_m047_tcr_v1 .wrapper[class*="nested_2_column_container"] + .wrapper {
    padding-left: 20px;
  }
}
.ent_m047_tcr_v1 .nested_2_column_container {
  width: 33.333%;
}
@media screen and (min-width: 30em) {
  .ent_m047_tcr_v1 .nested_2_column_container {
    min-width: 300px;
  }
}
@media (max-width: 970px) {
  .ent_m047_tcr_v1 .nested_2_column_container {
    width: 45%;
  }
}
@media (max-width: 820px) {
  .ent_m047_tcr_v1 .nested_2_column_container {
    width: 100%;
    margin-left: 0px;
  }
}
@media screen and (min-width: 971px) and (max-width: 75em) {
  .ent_m047_tcr_v1 .nested_2_column_container {
    width: 36%;
  }
}
.ent_m047_tcr_v1 .more-link {
  margin: 0 0 40px 0;
  float: left;
  line-height: 30px;
  padding: 13px 10px 5px;
  width: 100%;
  height: auto;
}
@media screen and (min-width: 48em) and (max-width: 1240px) {
  .ent_m047_tcr_v1 {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (max-width: 47.938em) {
  .ent_m047_tcr_v1 {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (max-width: 1200px) {
  .ent_m047_tcr_v1 .ad_300x250 {
    margin: 24px auto 60px;
  }
  .ent_m047_tcr_v1 .col_4 img {
    display: block;
    height: auto;
    width: 100%;
  }
}
@media screen and (min-width: 671px) and (max-width: 820px) {
  .ent_m047_tcr_v1 .ad_300x250 {
    margin-top: 0;
  }
  .ent_m047_tcr_v1 .ad_300x250 + .wrapper {
    padding-right: 320px;
    margin-right: -300px;
  }
}
.ent_m049_tcr_v1.section.module {
  position: relative;
  padding: 0;
  background-color: #e7e7e2;
}
.ent_m049_tcr_v1.section.module.empty_quote {
  border: 0;
}
.ent_m049_tcr_v1.section.module .quote_wrapper {
  max-width: 1200px;
  margin: auto;
  padding-bottom: 40px;
}
.ent_m049_tcr_v1.section.module .random_quote_overlay {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: 0.7;
}
.ent_m049_tcr_v1.section.module a {
  text-decoration: none;
}
.ent_m049_tcr_v1.section.module h3 {
  border: none;
  font-family: 'EamesBookItalic', serif;
  font-size: 1.75em;
  color: #000000;
  line-height: 1.375;
  text-transform: none;
  margin: 0 0 8px;
  padding: 20px 20px 0;
}
.ent_m049_tcr_v1.section.module h3 span {
  position: relative;
  z-index: 5;
}
.ent_m049_tcr_v1.section.module h3:before,
.ent_m049_tcr_v1.section.module h3:after {
  display: inline-block;
  width: 58px;
  height: 41px;
  content: '';
  background: url('/sitewide/images/sprites/cr_site2013_sprite.png') no-repeat;
}
@media screen and (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .ent_m049_tcr_v1.section.module h3:before,
  .ent_m049_tcr_v1.section.module h3:after {
    background-image: url('/sitewide/images/sprites/cr_site2013_sprite_retina.png');
    background-size: 700px 268px;
  }
}
.ent_m049_tcr_v1.section.module h3:before {
  background-position: -471px -98px;
  margin: 0 -36px 5px -22px;
}
.ent_m049_tcr_v1.section.module h3:after {
  background-position: -540px -98px;
  margin: 0 -200px -20px -16px;
}
@media (min-width: 64em) {
  .ent_m049_tcr_v1.section.module h3 {
    font-size: 2.25em;
    line-height: 122.22222222%;
  }
}
@media (min-width: 30em) {
  .ent_m049_tcr_v1.section.module h3 {
    padding: 41px 53px 0;
  }
  .ent_m049_tcr_v1.section.module h3:before {
    margin: 0 -16px 5px -42px;
  }
}
@media (max-width: 29.938em) {
  .ent_m049_tcr_v1.section.module h3 {
    font-size: 1.25em;
  }
}
.ent_m049_tcr_v1.section.module .quote_description {
  display: block;
  font-family: 'BrandonTextMedium', Helvetica, Arial, sans-serif;
  color: #d52b2b;
  font-size: 0.875em;
  font-style: italic;
  border-bottom: 1px solid #999999;
  margin: 0 0 18px;
  padding: 0 53px 15px;
}
@media screen and (max-width: 1240px) {
  .ent_m049_tcr_v1.section.module .quote_description {
    padding: 0 33px 15px;
    margin: 0 20px 18px;
  }
}
@media screen and (max-width: 47.938em) {
  .ent_m049_tcr_v1.section.module .quote_description {
    padding: 0 38px 15px;
    margin: 0 15px 18px;
  }
}
@media (max-width: 30em) {
  .ent_m049_tcr_v1.section.module .quote_description {
    padding: 0 0 15px;
  }
}
@media (min-width: 30em) {
  .ent_m049_tcr_v1.section.module .quote_description {
    font-size: 1.1875em;
  }
}
.ent_m049_tcr_v1.section.module .meta {
  padding-left: 20px;
}
@media (min-width: 30em) {
  .ent_m049_tcr_v1.section.module .meta {
    padding-left: 52px;
  }
}
.ent_m049_tcr_v1.section.module span.watch,
.ent_m049_tcr_v1.section.module .new_quote {
  text-transform: uppercase;
  color: #5c5d58;
  font-size: 17px;
  padding: 2px 9px;
  font-family: 'BrandonTextMedium', Helvetica, Arial, sans-serif;
}
.ent_m049_tcr_v1.section.module span.watch:hover,
.ent_m049_tcr_v1.section.module .new_quote:hover {
  color: #ea4242;
}
.ent_m049_tcr_v1.section.module .meta a + a {
  margin-left: 10px;
  padding-left: 14px;
  border-left: 1px solid #4d4346;
}
.ent_m049_tcr_v1.section.module .play_icon,
.ent_m049_tcr_v1.section.module .reload_icon {
  display: inline-block;
  width: 16px;
  height: 14px;
  background: url('/sitewide/images/sprites/cr_site2013_sprite.png') no-repeat;
}
@media screen and (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .ent_m049_tcr_v1.section.module .play_icon,
  .ent_m049_tcr_v1.section.module .reload_icon {
    background-image: url('/sitewide/images/sprites/cr_site2013_sprite_retina.png');
    background-size: 700px 268px;
  }
}
.ent_m049_tcr_v1.section.module .play_icon {
  background-position: -550px -9px;
  width: 10px;
  margin-left: 7px;
}
.ent_m049_tcr_v1.section.module .reload_icon {
  background-position: -524px -10px;
}
.ent_m050_tcr_v1 {
  display: block;
  position: relative;
  width: 100%;
  padding: 0;
  margin: 0 0 40px;
}
@media (max-width: 48em) {
  .ent_m050_tcr_v1 {
    overflow: hidden;
  }
}
@media (max-width: 30em) {
  .ent_m050_tcr_v1 {
    margin-bottom: 80px;
    overflow: visible;
  }
}
.ent_m050_tcr_v1 a {
  display: block;
  text-decoration: none;
}
.ent_m050_tcr_v1 .arrow_defaults {
  background: url('/sitewide/images/sprites/cr_site2013_sprite.png') no-repeat;
  height: 44px;
  display: block;
  text-indent: -99999px;
  position: absolute;
  top: 50%;
  width: 24px;
  z-index: 10;
}
.ent_m050_tcr_v1 .left_arrow {
  background: url('/sitewide/images/sprites/cr_site2013_sprite.png') no-repeat;
  height: 44px;
  display: block;
  text-indent: -99999px;
  position: absolute;
  top: 50%;
  width: 24px;
  z-index: 10;
  background-position: -9px -97px;
  left: 5%;
  margin: -22px 0 0 -12px;
}
.ent_m050_tcr_v1 .right_arrow {
  background: url('/sitewide/images/sprites/cr_site2013_sprite.png') no-repeat;
  height: 44px;
  display: block;
  text-indent: -99999px;
  position: absolute;
  top: 50%;
  width: 24px;
  z-index: 10;
  background-position: -42px -97px;
  margin: -22px -12px 0 0;
  right: 5%;
}
.ent_m050_tcr_v1 .carousel-wrapper {
  z-index: 0;
  overflow-x: hidden;
  overflow-y: hidden;
  position: relative;
  width: 100%;
}
.ent_m050_tcr_v1 .carousel-wrapper ul {
  position: relative;
}
.ent_m050_tcr_v1 .module-overlay {
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.ent_m050_tcr_v1 .carousel-tabs {
  background-color: #222222;
  width: 100%;
  position: relative;
  z-index: 2;
}
@media (max-width: 30em) {
  .ent_m050_tcr_v1 .carousel-tabs {
    position: absolute;
    width: 100%;
    margin: 0 auto;
    background: transparent;
    bottom: 0px;
  }
}
.ent_m050_tcr_v1 .carousel-tabs ul {
  max-width: 1200px;
  height: 60px;
  margin: 0 auto;
  width: 100%;
}
.ent_m050_tcr_v1 .carousel-tabs ul li {
  height: 100%;
}
@media (max-width: 30em) {
  .ent_m050_tcr_v1 .carousel-tabs ul li {
    display: none;
  }
}
.ent_m050_tcr_v1 .carousel-tabs ul li div {
  display: table-cell;
  height: 60px;
  vertical-align: middle;
  cursor: pointer;
  color: #999999;
}
@media (min-width: 481px) {
  .ent_m050_tcr_v1 .carousel-tabs ul li div {
    width: 25%;
  }
}
@media (min-width: 48em) {
  .ent_m050_tcr_v1 .carousel-tabs ul li div {
    height: 70px;
  }
}
@media screen and (min-width: 75em) {
  .ent_m050_tcr_v1 .carousel-tabs ul li div {
    padding: 0 29px;
  }
}
@media screen and (max-width: 74.9375em) {
  .ent_m050_tcr_v1 .carousel-tabs ul li div {
    padding: 0 15px;
  }
}
.ent_m050_tcr_v1 .carousel-tabs ul li div h3,
.ent_m050_tcr_v1 .carousel-tabs ul li div p {
  font-family: 'BrandonTextBold', Helvetica, Arial, sans-serif;
  line-height: 20px;
  margin: 0;
  padding: 0;
}
.ent_m050_tcr_v1 .carousel-tabs ul li div h3 {
  font-size: 1.125em;
  line-height: 1em;
  margin-bottom: 2px;
  border: none;
  color: #0172b9;
  font-style: italic;
  text-transform: capitalize;
}
@media (max-width: 74.9375em) {
  .ent_m050_tcr_v1 .carousel-tabs ul li div h3 {
    font-size: 1em;
  }
}
@media (max-width: 48em) {
  .ent_m050_tcr_v1 .carousel-tabs ul li div h3 {
    font-size: 0.875em;
  }
}
@media (max-width: 30em) {
  .ent_m050_tcr_v1 .carousel-tabs ul li div h3 {
    margin-bottom: 4px;
  }
}
.ent_m050_tcr_v1 .carousel-tabs ul li div p {
  font-size: 0.875em;
  line-height: 1.125em;
  text-transform: uppercase;
}
@media (max-width: 48em) {
  .ent_m050_tcr_v1 .carousel-tabs ul li div p {
    font-size: 0.625em;
  }
}
.ent_m050_tcr_v1 .carousel-tabs ul li.active {
  bottom: 20px;
}
@media (max-width: 30em) {
  .ent_m050_tcr_v1 .carousel-tabs ul li.active {
    width: 100% !important;
    display: block;
    position: absolute;
    bottom: -60px;
  }
}
.ent_m050_tcr_v1 .carousel-tabs ul li.active div {
  background-color: #d52b2b;
  height: 90px;
  position: relative;
}
@media (max-width: 30em) {
  .ent_m050_tcr_v1 .carousel-tabs ul li.active div {
    position: absolute;
    bottom: 0px;
    text-align: center;
    height: 60px;
    padding: 10px;
    background-color: #222222;
    color: #999999;
    width: 100%;
  }
}
.ent_m050_tcr_v1 .carousel-tabs ul li.active div h3,
.ent_m050_tcr_v1 .carousel-tabs ul li.active div p {
  color: #ffffff;
}
@media (max-width: 48em) {
  .ent_m050_tcr_v1 .carousel-tabs ul li.active div h3,
  .ent_m050_tcr_v1 .carousel-tabs ul li.active div p {
    display: block;
  }
}
.ent_m050_tcr_v1 .carousel-tabs ul li.active div span {
  background-color: #3cb9d5;
}
@media (min-width: 48em) {
  .ent_m050_tcr_v1 .carousel-tabs ul {
    height: 70px;
  }
}
.ent_m050_tcr_v1 .carousel-tabs ul.dots {
  display: none;
}
@media (max-width: 30em) {
  .ent_m050_tcr_v1 .carousel-tabs ul.dots {
    display: block;
    height: 20px;
    position: absolute;
    text-align: center;
    width: 100%;
    bottom: 0px;
  }
  .ent_m050_tcr_v1 .carousel-tabs ul.dots li {
    display: inline-block;
    width: 14px;
    height: 14px;
    float: none;
    margin: 0 10px 0 0;
    max-width: 14px;
    max-height: 14px;
  }
  .ent_m050_tcr_v1 .carousel-tabs ul.dots li a {
    background-color: #04233d;
    display: block;
    width: 14px;
    height: 14px;
    border-radius: 14px;
    margin: 0 10px 0 0;
  }
  .ent_m050_tcr_v1 .carousel-tabs ul.dots li.active {
    position: relative;
    bottom: auto;
  }
  .ent_m050_tcr_v1 .carousel-tabs ul.dots li.active a {
    background-color: #d52b2b;
  }
}
.ent_m050_tcr_v1 ul {
  width: inherit;
}
.ent_m050_tcr_v1 ul:after {
  clear: both;
  content: "";
  display: block;
  height: 0;
  visibility: hidden;
}
*:first-child + html .ent_m050_tcr_v1 ul {
  display: block;
  min-height: 0;
}
.ent_m050_tcr_v1 ul li {
  float: left;
  position: relative;
  width: inherit;
}
.ent_m050_tcr_v1 ul li h2,
.ent_m050_tcr_v1 ul li p {
  margin: 0;
}
.ent_m050_tcr_v1 ul li h2 {
  font-size: 0.875em;
  font-family: 'BrandonGrotesque-Black', Helvetica, Arial, sans-serif;
  color: #ffffff;
  margin: 0 0 5px 0;
  text-transform: uppercase;
}
.ent_m050_tcr_v1 ul li h2 .bracers {
  color: #aaaaaa;
}
.linux_entity .ent_m050_tcr_v1 ul li h2 {
  padding-top: 5px;
}
@media (max-width: 30em) {
  .ent_m050_tcr_v1 ul li h2 {
    font-size: 1em;
    line-height: 118.75%;
  }
}
.ent_m050_tcr_v1 ul li > a {
  width: 100%;
  overflow: hidden;
}
.ent_m050_tcr_v1 ul li .image_holder {
  height: 540px;
}
@media (max-width: 64em) {
  .ent_m050_tcr_v1 ul li .image_holder {
    height: 400px;
  }
}
@media (max-width: 48em) {
  .ent_m050_tcr_v1 ul li .image_holder {
    height: 300px;
  }
}
@media (max-width: 550px) {
  .ent_m050_tcr_v1 ul li .image_holder {
    height: 240px;
  }
}
.ent_m050_tcr_v1 ul li .overlay {
  z-index: 1;
  position: absolute;
  width: 100%;
  height: 100%;
}
.ent_m050_tcr_v1 ul li .overlay .modal {
  display: table;
  height: 100%;
  margin: 0 auto;
  padding-left: 78px;
  max-width: 1200px;
  position: relative;
  width: 100%;
}
@media screen and (min-width: 1361px) {
  .ent_m050_tcr_v1 ul li .overlay .modal {
    padding: 0 10px;
  }
}
@media screen and (min-width: 30em) and (max-width: 47.938em) {
  .ent_m050_tcr_v1 ul li .overlay .modal {
    padding-left: 25px;
  }
}
@media screen and (max-width: 29.938em) {
  .ent_m050_tcr_v1 ul li .overlay .modal {
    padding-left: 20px;
  }
}
.ent_m050_tcr_v1 ul li .overlay .modal .info {
  display: table-cell;
  margin: 0 auto;
  vertical-align: middle;
}
.ent_m050_tcr_v1 ul li .overlay .modal .info h2 {
  font-size: 1.5em;
  max-width: 52%;
}
@media (min-width: 30em) and (max-width: 63.938em) {
  .ent_m050_tcr_v1 ul li .overlay .modal .info h2 {
    font-size: 2em;
    line-height: 131.25%;
    margin: 0 0 15px 0;
  }
}
@media (min-width: 64em) {
  .ent_m050_tcr_v1 ul li .overlay .modal .info h2 {
    font-size: 2.625em;
    line-height: 123.80952381%;
    margin: 0 0 31px 0;
  }
}
@media (max-width: 37.5em) {
  .ent_m050_tcr_v1 ul li .overlay .modal .info h2 {
    font-size: 1em;
    line-height: 143.75%;
  }
}
@media (max-width: 30em) {
  .ent_m050_tcr_v1 ul li .overlay .modal .info {
    margin: 15% auto;
  }
}
.ent_m050_tcr_v1 ul li .overlay .modal .info .watch-now {
  border-left-color: #d52b2b;
  border-left-style: solid;
  border-left-width: 10px;
  display: table;
  height: 58px;
  min-width: 200px;
}
@media (min-width: 47.938em) and (max-width: 74.9375em) {
  .ent_m050_tcr_v1 ul li .overlay .modal .info .watch-now {
    border-left-width: 8px;
    height: 49px;
    min-width: 165px;
  }
}
@media (min-width: 600px) and (max-width: 47.938em) {
  .ent_m050_tcr_v1 ul li .overlay .modal .info .watch-now {
    border-left-width: 6px;
    height: 40px;
  }
}
@media (max-width: 600px) {
  .ent_m050_tcr_v1 ul li .overlay .modal .info .watch-now {
    border-left-width: 5px;
    height: 33px;
  }
}
.ent_m050_tcr_v1 ul li .overlay .modal .info .watch-now div {
  display: table-cell;
  vertical-align: middle;
  background-color: #222222;
  color: #ffffff;
  font-size: 1.8125em;
  padding: 0em 0.4137931em 0em 0.51724138em;
  font-family: 'EamesBookItalic', serif;
}
.ent_m050_tcr_v1 ul li .overlay .modal .info .watch-now div p,
.ent_m050_tcr_v1 ul li .overlay .modal .info .watch-now div span {
  display: table-cell;
  vertical-align: middle;
}
.ent_m050_tcr_v1 ul li .overlay .modal .info .watch-now div p {
  padding: 0em 0em 0em 0.15em;
  height: auto;
  min-height: 26px;
}
@media (min-width: 30em) {
  .ent_m050_tcr_v1 ul li .overlay .modal .info .watch-now div p {
    padding: 0em 0.37931034em 0em 0.44827586em;
  }
}
@media (min-width: 47.938em) and (max-width: 74.9375em) {
  .ent_m050_tcr_v1 ul li .overlay .modal .info .watch-now div p {
    padding: 0.16666667em 0.45833333em 0.125em 0.54166667em;
  }
}
.ent_m050_tcr_v1 ul li .overlay .modal .info .watch-now div span {
  background: url('/sitewide/images/sprites/cr_site2013_sprite.png') no-repeat -453px -3px;
  height: 26px;
  width: 26px;
}
@media screen and (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .ent_m050_tcr_v1 ul li .overlay .modal .info .watch-now div span {
    background: url('/sitewide/images/sprites/cr_site2013_sprite_retina.png') -453px -3px;
    background-size: 700px 268px;
  }
}
@media (max-width: 47.938em) {
  .ent_m050_tcr_v1 ul li .overlay .modal .info .watch-now div span {
    width: 27px;
    background-position: -452px -7px;
    -webkit-transform: scale(0.86);
    -moz-transform: scale(0.86);
    -ms-transform: scale(0.86);
    transform: scale(0.86);
  }
}
@media (min-width: 600px) and (max-width: 47.938em) {
  .ent_m050_tcr_v1 ul li .overlay .modal .info .watch-now div span {
    background-position: -452px -9px;
    -webkit-transform: scale(0.68);
    -moz-transform: scale(0.68);
    -ms-transform: scale(0.68);
    transform: scale(0.68);
  }
}
@media (max-width: 600px) {
  .ent_m050_tcr_v1 ul li .overlay .modal .info .watch-now div span {
    background-position: -452px -10px;
    -webkit-transform: scale(0.52);
    -moz-transform: scale(0.52);
    -ms-transform: scale(0.52);
    transform: scale(0.52);
  }
}
@media (min-width: 47.938em) and (max-width: 74.9375em) {
  .ent_m050_tcr_v1 ul li .overlay .modal .info .watch-now div {
    font-size: 1.5em;
  }
}
@media (min-width: 600px) and (max-width: 47.938em) {
  .ent_m050_tcr_v1 ul li .overlay .modal .info .watch-now div {
    font-size: 1.25em;
    padding: 0.05em 0.3em 0em 0.25em;
  }
}
@media (max-width: 600px) {
  .ent_m050_tcr_v1 ul li .overlay .modal .info .watch-now div {
    font-size: 0.9375em;
    padding: 0.06666667em 0.73333333em 0em 0.33333333em;
  }
}
@media (min-width: 600px) and (max-width: 47.938em) {
  .ent_m050_tcr_v1 ul li .overlay .modal .info .watch-now {
    min-width: 165px;
  }
}
@media (max-width: 600px) {
  .ent_m050_tcr_v1 ul li .overlay .modal .info .watch-now {
    min-width: 140px;
  }
}
.ent_m051_tcr_v1:after {
  clear: both;
  content: "";
  display: block;
  height: 0;
  visibility: hidden;
}
*:first-child + html .ent_m051_tcr_v1 {
  display: block;
  min-height: 0;
}
.ent_m051_tcr_v1.section {
  padding: 0;
}
@media (max-width: 48em) {
  .ent_m051_tcr_v1.ad {
    display: none !important;
  }
}
.ent_m051_tcr_v1 a,
.ent_m051_tcr_v1 img {
  display: block;
  width: 100%;
  height: auto;
}
.ent_m051_tcr_v1 .m051_item:hover .text-wrapper {
  background-color: #d52b2b;
}
.ent_m051_tcr_v1 .ad_300x250 {
  float: right;
  margin: 25px 10px 0;
}
.col_1 {
  max-width: 180px;
}
@media (max-width: 47.938em) {
  .col_1 {
    display: block;
    margin-right: 0;
    max-width: 380px;
    margin: 0 auto;
    width: auto;
  }
  .col_1 img {
    display: block;
    height: auto;
    margin: 0 auto;
    max-width: 100%;
  }
}
.col_2 {
  max-width: 380px;
}
@media (max-width: 47.938em) {
  .col_2 {
    display: block;
    margin-right: 0;
    max-width: 380px;
    margin: 0 auto;
    width: auto;
  }
  .col_2 img {
    display: block;
    height: auto;
    margin: 0 auto;
    max-width: 100%;
  }
}
.col_3 {
  max-width: 580px;
}
@media (max-width: 47.938em) {
  .col_3 {
    display: block;
    margin-right: 0;
    max-width: 380px;
    margin: 0 auto;
    width: auto;
  }
  .col_3 img {
    display: block;
    height: auto;
    margin: 0 auto;
    max-width: 100%;
  }
}
.col_4 {
  max-width: 780px;
}
@media (max-width: 780px) {
  .col_4 {
    max-width: 100%;
  }
  .col_4 img {
    display: block;
    height: auto;
    width: 100%;
  }
}
@media (max-width: 47.938em) {
  .col_4 {
    display: block;
    margin-right: 0;
    max-width: 380px;
    margin: 0 auto;
    width: auto;
  }
  .col_4 img {
    display: block;
    height: auto;
    margin: 0 auto;
    max-width: 100%;
  }
}
@media (max-width: 47.938em) {
  .small_view {
    display: block;
    margin-right: 0;
    max-width: 380px;
    margin: 0 auto;
    width: auto;
  }
  .small_view img {
    display: block;
    height: auto;
    margin: 0 auto;
    max-width: 100%;
  }
}
.ent_m052_tcr_v1 {
  max-width: 1200px;
  background: #e7e7e2;
  padding: 20px 20px 60px;
  margin: 0 auto;
}
@media (max-width: 48em) {
  .ent_m052_tcr_v1 {
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 40px;
  }
}
.ent_m052_tcr_v1 h2 {
  text-transform: uppercase;
  font-family: 'BrandonTextBold', Helvetica, Arial, sans-serif;
  color: #ffffff;
  font-size: 1.5em;
  color: #000000;
}
.ent_m052_tcr_v1 .item {
  padding-bottom: 20px;
}
.ent_m052_tcr_v1 .meta,
.ent_m052_tcr_v1 .media_wrapper {
  display: inline-block;
  vertical-align: top;
}
.ent_m052_tcr_v1 .meta {
  width: 31%;
  padding: 0em 2.5em 0em 0em;
}
.ent_m052_tcr_v1 .media_wrapper {
  width: 69%;
}
.ent_m052_tcr_v1 .media_wrapper .media {
  width: 100%;
  height: 100%;
}
.ent_m052_tcr_v1 .media_wrapper .media img {
  display: block;
  width: 100%;
  height: auto;
}
.ent_m052_tcr_v1 .media_wrapper .media iframe {
  position: absolute;
}
.ent_m052_tcr_v1 .player_wrap {
  position: relative;
  height: 0;
  width: 100%;
  padding-bottom: 56.4625%;
}
.ent_m052_tcr_v1 .video {
  position: relative;
  cursor: pointer;
}
.ent_m052_tcr_v1 .play_arrow {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.ent_m052_tcr_v1 .play_arrow .play_arrow_inner {
  background: url(/sitewide/images/TDS_playIcon_large.png) no-repeat;
  background-size: contain;
  height: 37%;
  left: 50%;
  margin-left: -10%;
  margin-top: -10%;
  position: absolute;
  top: 50%;
  width: 20%;
  opacity: .5;
}
@media screen and (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .ent_m052_tcr_v1 .play_arrow .play_arrow_inner {
    background-image: url(/sitewide/images/tds_site2013_playicon_large_2x.png) no-repeat;
  }
}
.ent_m052_tcr_v1 .play_arrow:hover .play_arrow_inner {
  opacity: 1;
}
.ent_m052_tcr_v1 .meta_title {
  font-family: 'BrandonTextBold', Helvetica, Arial, sans-serif;
  color: #ffffff;
  font-size: 1.875em;
  line-height: 116.66666667%;
  margin-bottom: 4px;
  color: #000000;
}
@media (max-width: 64em) {
  .ent_m052_tcr_v1 .meta_title {
    font-size: 1.5em;
  }
}
@media (max-width: 48em) {
  .ent_m052_tcr_v1 .meta_title {
    font-size: 1.25em;
  }
}
.ent_m052_tcr_v1 .meta_description {
  font-family: 'BrandonTextMedium', Helvetica, Arial, sans-serif;
  color: #342e30;
  font-size: 1.125em;
}
@media (max-width: 64em) {
  .ent_m052_tcr_v1 .meta_description {
    font-size: 1em;
  }
}
@media (max-width: 48em) {
  .ent_m052_tcr_v1 .meta,
  .ent_m052_tcr_v1 .media_wrapper {
    width: 100%;
  }
  .ent_m052_tcr_v1 .meta {
    width: 100%;
    margin-bottom: 20px;
  }
}
.sticky_header .ent_m058_tcr_v1,
.sticky_header .m001_v1 {
  position: fixed;
  top: 0;
  left: 0;
}
.sticky_header .ent_m058_tcr_v1 + div,
.sticky_header .m001_v1 + div {
  padding-top: 60px;
}
@media (max-width: 75em) {
  .sticky_header .ent_m058_tcr_v1 + div,
  .sticky_header .m001_v1 + div {
    padding-top: 50px;
  }
}
@media (min-width: 75em) {
  .sticky_header .ent_m058_tcr_v1 .social_holder,
  .sticky_header .m001_v1 .social_holder {
    padding: 14px 0;
  }
}
.sticky_header #background_holder.cc_opened .ent_m058_tcr_v1 {
  left: -280px;
}
.ent_m058_tcr_v1,
.m001_v1 {
  position: relative;
  width: 100%;
  height: 60px;
  padding: 0 67px 0 0;
  color: #ffffff;
  background-color: #222222;
  z-index: 5000000;
}
.ent_m058_tcr_v1 .logo_holder,
.m001_v1 .logo_holder {
  display: inline-block;
  vertical-align: top;
  padding: 9px 35px 8px;
  background-color: #d52b2b;
}
.ent_m058_tcr_v1 .logo_holder:hover,
.m001_v1 .logo_holder:hover {
  background-color: #f54444;
}
.ent_m058_tcr_v1 .logo_holder .logo,
.m001_v1 .logo_holder .logo {
  display: block;
  width: 170px;
  height: 71px;
  background: url('/sitewide/images/sprites/cr_site2013_sprite.png') no-repeat -43px -9px;
  text-indent: -2000px;
}
@media screen and (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .ent_m058_tcr_v1 .logo_holder .logo,
  .m001_v1 .logo_holder .logo {
    background-image: url('/sitewide/images/sprites/cr_site2013_sprite_retina.png');
    background-position: -42px -10px;
    background-size: 700px 268px;
  }
}
@media (min-width: 75em) {
  .sticky_header .ent_m058_tcr_v1 .logo_holder,
  .sticky_header .m001_v1 .logo_holder {
    padding: 11px 18px;
  }
}
.sticky_header .ent_m058_tcr_v1 .logo_holder .logo,
.sticky_header .m001_v1 .logo_holder .logo {
  width: 130px;
  height: 38px;
  background-position: -471px -148px;
}
.ent_m058_tcr_v1 ul,
.m001_v1 ul {
  display: inline-block;
  vertical-align: top;
  list-style: none;
}
.ent_m058_tcr_v1 ul > li,
.m001_v1 ul > li {
  display: inline-block;
  vertical-align: bottom;
  position: relative;
}
.ent_m058_tcr_v1 .social_mobile,
.m001_v1 .social_mobile {
  display: none;
}
.ent_m058_tcr_v1 .main_nav .menu_links,
.m001_v1 .main_nav .menu_links {
  display: block;
  font-family: 'BrandonTextBold', Helvetica, Arial, sans-serif;
  padding: 22px 0 20px 15px;
  color: #ffffff;
  text-decoration: none;
  text-transform: uppercase;
  line-height: 1em;
}
.ent_m058_tcr_v1 .main_nav .menu_links:hover,
.m001_v1 .main_nav .menu_links:hover {
  color: #ee4444;
}
.ent_m058_tcr_v1 .search_social_flux,
.m001_v1 .search_social_flux {
  float: right;
  margin-left: -20px;
}
.ent_m058_tcr_v1 .social_holder,
.m001_v1 .social_holder {
  padding: 18px 0 20px;
  border-left: 1px solid #666666;
}
.ent_m058_tcr_v1 .social_holder .social,
.m001_v1 .social_holder .social {
  padding: 0 12px 0 0;
}
.ent_m058_tcr_v1 .social_holder .social:first-child,
.m001_v1 .social_holder .social:first-child {
  padding: 0 15px 0 12px;
}
.ent_m058_tcr_v1 .social_holder .social a,
.m001_v1 .social_holder .social a {
  display: block;
  width: 20px;
  height: 20px;
  background: url('/sitewide/images/sprites/cr_site2013_sprite.png') no-repeat;
}
.ent_m058_tcr_v1 .social_holder .social a.facebook,
.m001_v1 .social_holder .social a.facebook {
  background-position: -301px -10px;
}
.ent_m058_tcr_v1 .social_holder .social a.facebook:hover,
.m001_v1 .social_holder .social a.facebook:hover {
  background-position: -301px -40px;
}
.ent_m058_tcr_v1 .social_holder .social a.twitter,
.m001_v1 .social_holder .social a.twitter {
  background-position: -331px -10px;
}
.ent_m058_tcr_v1 .social_holder .social a.twitter:hover,
.m001_v1 .social_holder .social a.twitter:hover {
  background-position: -331px -40px;
}
.ent_m058_tcr_v1 .social_holder .social a.gplus,
.m001_v1 .social_holder .social a.gplus {
  background-position: -361px -10px;
}
.ent_m058_tcr_v1 .social_holder .social a.gplus:hover,
.m001_v1 .social_holder .social a.gplus:hover {
  background-position: -361px -40px;
}
.ent_m058_tcr_v1 .social_holder .social a.tumblr,
.m001_v1 .social_holder .social a.tumblr {
  background-position: -391px -10px;
}
.ent_m058_tcr_v1 .social_holder .social a.tumblr:hover,
.m001_v1 .social_holder .social a.tumblr:hover {
  background-position: -391px -40px;
}
@media screen and (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .ent_m058_tcr_v1 .social_holder .social a,
  .m001_v1 .social_holder .social a {
    background-size: 700px 268px;
    background-image: url('/sitewide/images/sprites/cr_site2013_sprite_retina.png');
  }
}
@media (min-width: 48em) and (max-width: 75em) {
  .ent_m058_tcr_v1 .social_holder,
  .m001_v1 .social_holder {
    padding: 12px 0 16px;
  }
}
.ent_m058_tcr_v1 .search,
.m001_v1 .search {
  position: relative;
  display: inline-block;
  vertical-align: top;
  top: 19px;
}
.ent_m058_tcr_v1 .search.selected .search_holder,
.m001_v1 .search.selected .search_holder {
  display: inline-block;
}
.ent_m058_tcr_v1 .search.selected .search_icon,
.m001_v1 .search.selected .search_icon {
  background-position: -637px -9px;
}
.ent_m058_tcr_v1 .search.selected .search_icon:hover,
.m001_v1 .search.selected .search_icon:hover {
  background-position: -637px -39px;
}
@media (max-width: 75em) {
  .ent_m058_tcr_v1 .search.selected .search_icon:hover,
  .m001_v1 .search.selected .search_icon:hover {
    background-position: -637px -40px;
  }
}
@media screen and (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .ent_m058_tcr_v1 .search.selected .search_icon:hover,
  .m001_v1 .search.selected .search_icon:hover {
    background-position: -636px -40px;
  }
}
@media (max-width: 75em) {
  .ent_m058_tcr_v1 .search.selected .search_icon,
  .m001_v1 .search.selected .search_icon {
    background-position: -637px -10px;
  }
}
@media screen and (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .ent_m058_tcr_v1 .search.selected .search_icon,
  .m001_v1 .search.selected .search_icon {
    background-position: -636px -40px;
  }
}
.ent_m058_tcr_v1 .search .web_search,
.m001_v1 .search .web_search,
.ent_m058_tcr_v1 .search .site_search,
.m001_v1 .search .site_search {
  display: inline-block;
  padding: 0 10px;
  margin: 1px 3px 0;
  line-height: 26px;
  vertical-align: top;
  background: #ffffff;
  border: 0;
  text-transform: uppercase;
  font-family: 'BrandonTextBold', Helvetica, Arial, sans-serif;
  cursor: pointer;
}
.ent_m058_tcr_v1 .search .web_search:hover,
.m001_v1 .search .web_search:hover,
.ent_m058_tcr_v1 .search .site_search:hover,
.m001_v1 .search .site_search:hover {
  background: #d52b2b;
}
.ent_m058_tcr_v1 .search .site_search,
.m001_v1 .search .site_search {
  margin: 1px 4px 0 2px;
}
.ent_m058_tcr_v1 .search .hide_search,
.m001_v1 .search .hide_search {
  display: none;
  height: 22px;
  width: 22px;
  border: 0;
  background: url('/sitewide/images/sprites/cr_site2013_sprite.png') no-repeat -636px -9px;
  cursor: pointer;
}
.ent_m058_tcr_v1 .search .hide_search:hover,
.m001_v1 .search .hide_search:hover {
  background-position: -636px -39px;
}
@media screen and (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .ent_m058_tcr_v1 .search .hide_search,
  .m001_v1 .search .hide_search {
    background-size: 700px 268px;
    background-image: url('/sitewide/images/sprites/cr_site2013_sprite_retina.png');
    background-position: -636px -39px;
  }
}
.ent_m058_tcr_v1 .search .search_icon,
.m001_v1 .search .search_icon {
  display: inline-block;
  vertical-align: top;
  height: 22px;
  width: 22px;
  margin: 0 8px 0 0;
  background: url('/sitewide/images/sprites/cr_site2013_sprite.png') no-repeat -271px -9px;
}
.ent_m058_tcr_v1 .search .search_icon:hover,
.m001_v1 .search .search_icon:hover {
  background-position: -271px -39px;
}
@media (max-width: 75em) {
  .ent_m058_tcr_v1 .search .search_icon:hover,
  .m001_v1 .search .search_icon:hover {
    background-position: -271px -40px;
  }
}
@media (max-width: 75em) {
  .ent_m058_tcr_v1 .search .search_icon,
  .m001_v1 .search .search_icon {
    background: url('/sitewide/images/sprites/cr_site2013_sprite.png') no-repeat -271px -10px;
  }
}
@media screen and (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .ent_m058_tcr_v1 .search .search_icon,
  .m001_v1 .search .search_icon {
    background-size: 700px 268px;
    background-image: url('/sitewide/images/sprites/cr_site2013_sprite_retina.png');
  }
}
.ent_m058_tcr_v1 .search .search_holder,
.m001_v1 .search .search_holder {
  display: none;
  vertical-align: top;
  margin: -3px 3px 0 0;
}
.ent_m058_tcr_v1 .search .search_holder .text_field,
.m001_v1 .search .search_holder .text_field {
  font-size: 1.1875em;
  width: 260px;
  height: 24px;
  padding: 0 10px 0 20px;
  border: 0;
  border-bottom: 1px solid #666666;
  background: transparent url('/sitewide/images/sprites/cr_site2013_sprite.png') no-repeat -668px -5px;
  color: #ffffff;
  font-family: 'BrandonTextMedium', Helvetica, Arial, sans-serif;
}
@media (max-width: 80.3em) {
  .ent_m058_tcr_v1 .search .search_holder .text_field,
  .m001_v1 .search .search_holder .text_field {
    width: 224px;
  }
}
@media (max-width: 77.7em) {
  .ent_m058_tcr_v1 .search .search_holder .text_field,
  .m001_v1 .search .search_holder .text_field {
    width: 175px;
  }
}
.ent_m058_tcr_v1 .flux_holder.flux4,
.m001_v1 .flux_holder.flux4 {
  position: relative;
  display: inline-block;
  height: 60px;
  padding: 6px 7px 3px;
  border-left: 1px solid #666666;
  /* STYLES FOR OLD FLUX WIDGET */
  /* END STYLES FOR OLD FLUX WIDGET */
}
@media (max-width: 20em) {
  .ent_m058_tcr_v1 .flux_holder.flux4,
  .m001_v1 .flux_holder.flux4 {
    padding-left: 5px;
    padding-right: 5px;
  }
}
.ent_m058_tcr_v1 .flux_holder.flux4 .loggedIn .label,
.m001_v1 .flux_holder.flux4 .loggedIn .label {
  display: none !important;
}
.ent_m058_tcr_v1 .flux_holder.flux4 .userBar .authContainer.withThumbnail,
.m001_v1 .flux_holder.flux4 .userBar .authContainer.withThumbnail {
  background: none;
  border: 1px solid transparent;
  width: 21px;
  height: 21px;
  margin: 0;
  padding: 7px 6px 6px;
}
@media (min-width: 75em) {
  .ent_m058_tcr_v1 .flux_holder.flux4 .userBar .authContainer.withThumbnail,
  .m001_v1 .flux_holder.flux4 .userBar .authContainer.withThumbnail {
    margin: 4px 3px 0 0;
  }
  .sticky_header .ent_m058_tcr_v1 .flux_holder.flux4 .userBar .authContainer.withThumbnail,
  .sticky_header .m001_v1 .flux_holder.flux4 .userBar .authContainer.withThumbnail {
    margin: 0;
  }
}
.ent_m058_tcr_v1 .flux_holder.flux4 .userBar .authContainer .actionButton.loggedIn .lable,
.m001_v1 .flux_holder.flux4 .userBar .authContainer .actionButton.loggedIn .lable {
  display: none !important;
}
.ent_m058_tcr_v1 .flux_holder.flux4 .userBar .authContainer .actionButton.loggedOut,
.m001_v1 .flux_holder.flux4 .userBar .authContainer .actionButton.loggedOut {
  background: url('/sitewide/images/sprites/cr_site2013_sprite.png') no-repeat -421px -7px;
  width: 26px;
  height: 30px;
  padding: 0;
  overflow: hidden;
  text-indent: -20000px;
  margin: 0;
}
.ent_m058_tcr_v1 .flux_holder.flux4 .userBar .authContainer .actionButton.loggedOut:hover,
.m001_v1 .flux_holder.flux4 .userBar .authContainer .actionButton.loggedOut:hover {
  background-position: -421px -37px;
}
@media screen and (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .ent_m058_tcr_v1 .flux_holder.flux4 .userBar .authContainer .actionButton.loggedOut,
  .m001_v1 .flux_holder.flux4 .userBar .authContainer .actionButton.loggedOut {
    background-size: 700px 268px;
    background-image: url('/sitewide/images/sprites/cr_site2013_sprite_retina.png');
  }
}
.ent_m058_tcr_v1 .flux_holder.flux4 .userBar .authContainer .actionButton:after,
.m001_v1 .flux_holder.flux4 .userBar .authContainer .actionButton:after {
  display: none;
}
.ent_m058_tcr_v1 .flux_holder.flux4 a,
.m001_v1 .flux_holder.flux4 a {
  padding: 0;
  color: #25a0e7;
}
.ent_m058_tcr_v1 .flux_holder.flux4 ul,
.m001_v1 .flux_holder.flux4 ul {
  float: none;
  margin-top: 0;
}
.ent_m058_tcr_v1 .flux_holder.flux4 ul .myStuffElement,
.m001_v1 .flux_holder.flux4 ul .myStuffElement {
  margin: 0;
}
.ent_m058_tcr_v1 .flux_holder.flux4 ul .myStuffElement img.smallOptionalThumbnail,
.m001_v1 .flux_holder.flux4 ul .myStuffElement img.smallOptionalThumbnail {
  width: 21px;
  margin: 4px 5px 0 0;
  border: 0;
}
.ent_m058_tcr_v1 .flux_holder.flux4 .signIn,
.m001_v1 .flux_holder.flux4 .signIn {
  display: block;
  background: url('/sitewide/images/sprites/cr_site2013_sprite.png') no-repeat -421px -7px;
  width: 26px;
  height: 33px;
  padding: 0;
  overflow: hidden;
  text-indent: -20000px;
  margin: 0;
}
.ent_m058_tcr_v1 .flux_holder.flux4 .signIn:hover,
.m001_v1 .flux_holder.flux4 .signIn:hover {
  background-position: -421px -37px;
}
@media screen and (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .ent_m058_tcr_v1 .flux_holder.flux4 .signIn,
  .m001_v1 .flux_holder.flux4 .signIn {
    background-size: 700px 268px;
    background-image: url('/sitewide/images/sprites/cr_site2013_sprite_retina.png');
  }
}
.ent_m058_tcr_v1 .flux_holder.flux4 .signIn:hover,
.m001_v1 .flux_holder.flux4 .signIn:hover,
.ent_m058_tcr_v1 .flux_holder.flux4 .myStuffElement.openedElement .signIn,
.m001_v1 .flux_holder.flux4 .myStuffElement.openedElement .signIn {
  background-position: -421px -37px;
}
.ent_m058_tcr_v1 .flux_holder.flux4 .thirdPartyAuth,
.m001_v1 .flux_holder.flux4 .thirdPartyAuth {
  display: none;
}
.ent_m058_tcr_v1 .flux_holder.flux4 .userBar ul.elements .elementContainer .elementContent,
.m001_v1 .flux_holder.flux4 .userBar ul.elements .elementContainer .elementContent {
  margin: 0;
}
.ent_m058_tcr_v1 .flux_holder.flux4 .userBar + .userBar,
.m001_v1 .flux_holder.flux4 .userBar + .userBar {
  display: none;
}
.ent_m058_tcr_v1 .flux_holder.flux4 .pointerUp,
.m001_v1 .flux_holder.flux4 .pointerUp,
.ent_m058_tcr_v1 .flux_holder.flux4 .pointerDown,
.m001_v1 .flux_holder.flux4 .pointerDown,
.ent_m058_tcr_v1 .flux_holder.flux4 .barPointerDown,
.m001_v1 .flux_holder.flux4 .barPointerDown,
.ent_m058_tcr_v1 .flux_holder.flux4 .barPointerUp,
.m001_v1 .flux_holder.flux4 .barPointerUp {
  display: none !important;
}
.ent_m058_tcr_v1 .main_nav_mobile,
.m001_v1 .main_nav_mobile {
  display: none;
  position: relative;
  padding: 19px;
  color: #ffffff;
  font-family: 'BrandonGrotesque-Black', Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  text-decoration: none;
}
.ent_m058_tcr_v1 .main_nav_mobile:hover,
.m001_v1 .main_nav_mobile:hover {
  color: #d52b2b;
}
.ent_m058_tcr_v1 .main_nav_mobile.visible,
.m001_v1 .main_nav_mobile.visible {
  color: #d52b2b;
}
@media (max-width: 91em) {
  .ent_m058_tcr_v1 .social_holder .social,
  .m001_v1 .social_holder .social {
    padding: 0 8px 0 3px;
  }
  .ent_m058_tcr_v1 .social_holder .social:first-child,
  .m001_v1 .social_holder .social:first-child {
    padding: 0 8px 0 11px;
  }
  .ent_m058_tcr_v1 .search .site_search,
  .m001_v1 .search .site_search {
    margin-right: 4px;
  }
  .ent_m058_tcr_v1 .main_nav .menu_links,
  .m001_v1 .main_nav .menu_links {
    padding: 22px 0 20px 5px;
  }
}
@media (min-width: 75em) {
  .sticky_header .ent_m058_tcr_v1,
  .sticky_header .m001_v1 {
    height: 50px;
    padding: 0 50px 0 0;
  }
  .sticky_header .ent_m058_tcr_v1 .logo_holder,
  .sticky_header .m001_v1 .logo_holder {
    padding: 6px 12px;
  }
  .sticky_header .ent_m058_tcr_v1 .logo_holder .logo,
  .sticky_header .m001_v1 .logo_holder .logo {
    width: 130px;
    height: 38px;
    background-position: -471px -148px;
  }
  .sticky_header .ent_m058_tcr_v1 .search,
  .sticky_header .m001_v1 .search {
    top: 12px;
    margin: 3px 0 0 8px;
  }
  .sticky_header .ent_m058_tcr_v1 .search .search_icon,
  .sticky_header .m001_v1 .search .search_icon {
    margin: 0 10px 0 0;
  }
  .sticky_header .ent_m058_tcr_v1 .flux_holder.flux4,
  .sticky_header .m001_v1 .flux_holder.flux4 {
    height: 50px;
  }
  .sticky_header .ent_m058_tcr_v1 .main_nav .menu_links,
  .sticky_header .m001_v1 .main_nav .menu_links {
    padding: 17px 0 17px 5px;
  }
}
@media (max-width: 75em) {
  .ent_m058_tcr_v1,
  .m001_v1 {
    height: 50px;
    padding: 0 50px 0 0;
  }
  .ent_m058_tcr_v1 .logo_holder,
  .m001_v1 .logo_holder {
    padding: 6px 12px;
  }
  .ent_m058_tcr_v1 .logo_holder .logo,
  .m001_v1 .logo_holder .logo {
    width: 130px;
    height: 38px;
    background-position: -471px -148px;
  }
  .ent_m058_tcr_v1 .search,
  .m001_v1 .search {
    top: 12px;
    margin: 3px 0 0 8px;
  }
  .ent_m058_tcr_v1 .search .search_icon,
  .m001_v1 .search .search_icon {
    margin: 0 10px 0 0;
  }
  .ent_m058_tcr_v1 .flux_holder.flux4,
  .m001_v1 .flux_holder.flux4 {
    height: 50px;
  }
  .ent_m058_tcr_v1 .main_nav .menu_links,
  .m001_v1 .main_nav .menu_links {
    padding: 17px 0 17px 5px;
  }
}
@media (max-width: 56.1875em) {
  .ent_m058_tcr_v1 .main_nav,
  .m001_v1 .main_nav {
    display: none;
    position: absolute;
    left: 0;
    top: 50px;
    width: 203px;
    background: #222222;
    z-index: 5000000;
    border-top: 1px solid #666666;
  }
  .ent_m058_tcr_v1 .main_nav li,
  .m001_v1 .main_nav li {
    display: block;
  }
  .ent_m058_tcr_v1 .main_nav li .menu_links,
  .m001_v1 .main_nav li .menu_links {
    padding: 20px 20px 5px;
  }
  .ent_m058_tcr_v1 .social_holder,
  .m001_v1 .social_holder {
    display: none;
  }
  .ent_m058_tcr_v1 .social_mobile,
  .m001_v1 .social_mobile {
    display: block;
  }
  .ent_m058_tcr_v1 .social_mobile .social_holder,
  .m001_v1 .social_mobile .social_holder {
    display: block;
    padding: 13px 0 19px 14px;
    border-left: 0;
  }
  .ent_m058_tcr_v1 .social_mobile .social_holder .social,
  .m001_v1 .social_mobile .social_holder .social {
    display: inline-block;
    padding: 0 10px 0 6px;
  }
  .ent_m058_tcr_v1 .search .search_holder .text_field,
  .m001_v1 .search .search_holder .text_field {
    width: 159px;
    font-size: 1.02em;
  }
  .ent_m058_tcr_v1 .main_nav_mobile,
  .m001_v1 .main_nav_mobile {
    display: inline-block;
    padding: 19px 16px 19px 11px;
    border-right: 1px solid #666666;
  }
  .ent_m058_tcr_v1 .main_nav_mobile:after,
  .m001_v1 .main_nav_mobile:after,
  .ent_m058_tcr_v1 .main_nav_mobile:before,
  .m001_v1 .main_nav_mobile:before {
    content: '';
    display: block;
  }
  .ent_m058_tcr_v1 .main_nav_mobile:after,
  .m001_v1 .main_nav_mobile:after,
  .ent_m058_tcr_v1 .main_nav_mobile:before,
  .m001_v1 .main_nav_mobile:before,
  .ent_m058_tcr_v1 .main_nav_mobile span,
  .m001_v1 .main_nav_mobile span {
    position: static;
    width: 17px;
    height: 2px;
    border: 0;
    border-radius: 1px;
    background-color: #ffffff;
  }
  .ent_m058_tcr_v1 .main_nav_mobile span,
  .m001_v1 .main_nav_mobile span {
    display: block;
    margin: 3px 0;
  }
  .ent_m058_tcr_v1 .main_nav_mobile.visible:after,
  .m001_v1 .main_nav_mobile.visible:after,
  .ent_m058_tcr_v1 .main_nav_mobile:hover:after,
  .m001_v1 .main_nav_mobile:hover:after,
  .ent_m058_tcr_v1 .main_nav_mobile.visible:before,
  .m001_v1 .main_nav_mobile.visible:before,
  .ent_m058_tcr_v1 .main_nav_mobile:hover:before,
  .m001_v1 .main_nav_mobile:hover:before,
  .ent_m058_tcr_v1 .main_nav_mobile.visible span,
  .m001_v1 .main_nav_mobile.visible span,
  .ent_m058_tcr_v1 .main_nav_mobile:hover span,
  .m001_v1 .main_nav_mobile:hover span {
    background-color: #d52b2b;
  }
}
@media (max-width: 40.6em) {
  .ent_m058_tcr_v1 .search,
  .m001_v1 .search {
    position: static;
    padding: 14px 0;
    margin: 0;
  }
  .ent_m058_tcr_v1 .search .search_icon,
  .m001_v1 .search .search_icon {
    margin: 0 11px 0 10px;
  }
  .ent_m058_tcr_v1 .search .site_search,
  .m001_v1 .search .site_search {
    line-height: 22px;
  }
  .ent_m058_tcr_v1 .search.selected .search_icon,
  .m001_v1 .search.selected .search_icon {
    background-position: -271px -40px;
  }
  .ent_m058_tcr_v1 .search.selected .search_holder,
  .m001_v1 .search.selected .search_holder {
    display: block;
    position: absolute;
    top: 50px;
    left: 154px;
    right: 217px;
    margin: 0;
    padding: 10px 127px 14px 15px;
    background: #222222;
    border-top: 1px solid #666666;
  }
  .ent_m058_tcr_v1 .search.selected .search_holder button,
  .m001_v1 .search.selected .search_holder button {
    position: absolute;
    top: 13px;
    right: 15px;
    margin: 0;
  }
  .ent_m058_tcr_v1 .search.selected .search_holder button.hide_search,
  .m001_v1 .search.selected .search_holder button.hide_search {
    top: 13px;
  }
  .ent_m058_tcr_v1 .search.selected .search_holder button.site_search,
  .m001_v1 .search.selected .search_holder button.site_search {
    right: 46px;
  }
  .ent_m058_tcr_v1 .search.selected .search_holder button.web_search,
  .m001_v1 .search.selected .search_holder button.web_search {
    right: 45px;
  }
  .ent_m058_tcr_v1 .search.selected .search_holder .text_field,
  .m001_v1 .search.selected .search_holder .text_field {
    width: 100%;
    height: 26px;
    border-color: #666666;
  }
  .ent_m058_tcr_v1 .search.selected .search_holder .hide_search,
  .m001_v1 .search.selected .search_holder .hide_search {
    display: block;
  }
}
@media (max-width: 40.6em) and (max-width: 40.6em) {
  .ent_m058_tcr_v1 .search.selected .search_holder,
  .m001_v1 .search.selected .search_holder {
    left: 0;
    right: 0;
  }
}
@media (min-width: 56.25em) and (max-width: 68.75em) {
  .ent_m058_tcr_v1 .search,
  .m001_v1 .search {
    position: static;
    padding: 14px 0;
    margin: 0;
  }
  .ent_m058_tcr_v1 .search .search_icon,
  .m001_v1 .search .search_icon {
    margin: 0 11px 0 10px;
  }
  .ent_m058_tcr_v1 .search .site_search,
  .m001_v1 .search .site_search {
    line-height: 22px;
  }
  .ent_m058_tcr_v1 .search.selected .search_icon,
  .m001_v1 .search.selected .search_icon {
    background-position: -271px -40px;
  }
  .ent_m058_tcr_v1 .search.selected .search_holder,
  .m001_v1 .search.selected .search_holder {
    display: block;
    position: absolute;
    top: 50px;
    left: 154px;
    right: 217px;
    margin: 0;
    padding: 10px 127px 14px 15px;
    background: #222222;
    border-top: 1px solid #666666;
  }
  .ent_m058_tcr_v1 .search.selected .search_holder button,
  .m001_v1 .search.selected .search_holder button {
    position: absolute;
    top: 13px;
    right: 15px;
    margin: 0;
  }
  .ent_m058_tcr_v1 .search.selected .search_holder button.hide_search,
  .m001_v1 .search.selected .search_holder button.hide_search {
    top: 13px;
  }
  .ent_m058_tcr_v1 .search.selected .search_holder button.site_search,
  .m001_v1 .search.selected .search_holder button.site_search {
    right: 46px;
  }
  .ent_m058_tcr_v1 .search.selected .search_holder button.web_search,
  .m001_v1 .search.selected .search_holder button.web_search {
    right: 45px;
  }
  .ent_m058_tcr_v1 .search.selected .search_holder .text_field,
  .m001_v1 .search.selected .search_holder .text_field {
    width: 100%;
    height: 26px;
    border-color: #666666;
  }
  .ent_m058_tcr_v1 .search.selected .search_holder .hide_search,
  .m001_v1 .search.selected .search_holder .hide_search {
    display: block;
  }
}
@media (min-width: 56.25em) and (max-width: 68.75em) and (max-width: 40.6em) {
  .ent_m058_tcr_v1 .search.selected .search_holder,
  .m001_v1 .search.selected .search_holder {
    left: 0;
    right: 0;
  }
}
@media (max-width: 29.938em) {
  .ent_m058_tcr_v1 .logo_holder,
  .m001_v1 .logo_holder {
    padding: 6px 9px;
  }
  .ent_m058_tcr_v1 .main_nav_mobile,
  .m001_v1 .main_nav_mobile {
    padding: 19px 11px 19px 6px;
  }
  .ent_m058_tcr_v1 .flux_holder.flux4 .userBar .authContainer.withThumbnail,
  .m001_v1 .flux_holder.flux4 .userBar .authContainer.withThumbnail {
    margin: 0;
  }
  .ent_m058_tcr_v1 .search .search_icon,
  .m001_v1 .search .search_icon {
    margin: 0 5px 0 4px;
  }
}
@media (max-width: 20em) {
  .ent_m058_tcr_v1 .search .search_icon,
  .m001_v1 .search .search_icon {
    margin-right: 3px;
  }
}
@media (max-width: 19.9375em) {
  .ent_m058_tcr_v1 .search,
  .m001_v1 .search,
  .ent_m058_tcr_v1 .search_social_flux .flux_holder.flux4,
  .m001_v1 .search_social_flux .flux_holder.flux4 {
    display: none;
  }
}
.ent_m062_tcr_v1 {
  padding: 0;
}
.ent_m062_tcr_v1 .wrapper {
  max-width: 1200px;
  padding: 40px 20px;
  margin: 0 auto 10px;
  color: #ffffff;
}
.ent_m062_tcr_v1 .wrapper a {
  color: #0172b9;
  text-decoration: none;
}
.ent_m062_tcr_v1 .wrapper a:hover {
  color: #ea4242;
}
.ent_m062_tcr_v1 .wrapper > h2 {
  margin: 0 0 15px;
  font-size: 1.25em;
  font-family: 'BrandonGrotesque-Black', Helvetica, Arial, sans-serif;
  text-transform: uppercase;
}
.ent_m062_tcr_v1 .wrapper > h2 a,
.ent_m062_tcr_v1 .wrapper > h2 a:hover {
  color: #ffffff;
}
.ent_m062_tcr_v1 .wrapper > h2 a span {
  display: inline-block;
  margin: 0 10px 0 0;
}
.ent_m062_tcr_v1 .wrapper > h2 a span.userName {
  margin-right: 10px;
  font-size: 0.7em;
  color: #ee4444;
}
.ent_m062_tcr_v1 .wrapper > h2 a span.ico {
  position: relative;
  top: 6px;
  width: 28px;
  height: 25px;
  background: url('/sitewide/images/sprites/cr_site2013_sprite.png') no-repeat -488px -8px;
}
@media screen and (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .ent_m062_tcr_v1 .wrapper > h2 a span.ico {
    background-image: url('/sitewide/images/sprites/cr_site2013_sprite_retina.png');
    background-size: 700px 268px;
  }
}
.ent_m062_tcr_v1 .wrapper .text {
  margin: 0 0 15px;
  font-size: 1.25em;
  font-family: 'EamesBookItalic', serif;
  word-wrap: break-word;
}
@media (min-width: 64em) {
  .ent_m062_tcr_v1 .wrapper .text {
    font-size: 2.375em;
    line-height: 115.78947368%;
  }
}
@media (min-width: 30em) and (max-width: 63.938em) {
  .ent_m062_tcr_v1 .wrapper .text {
    font-size: 1.75em;
  }
}
@media (min-width: 30em) {
  .ent_m062_tcr_v1 .wrapper .text {
    margin: 0 0 14px;
  }
}
.ent_m062_tcr_v1 .wrapper > ul {
  font-size: 1.0625em;
  font-family: 'BrandonTextMedium', Helvetica, Arial, sans-serif;
  color: #999999;
  text-transform: uppercase;
}
.ent_m062_tcr_v1 .wrapper > ul:after {
  clear: both;
  content: "";
  display: block;
  height: 0;
  visibility: hidden;
}
*:first-child + html .ent_m062_tcr_v1 .wrapper > ul {
  display: block;
  min-height: 0;
}
.ent_m062_tcr_v1 .wrapper > ul li {
  float: left;
  height: 28px;
  margin: 0 6px 0 0;
  padding: 0 6px 0 0;
  border-right: 1px solid;
  line-height: 28px;
}
.ent_m062_tcr_v1 .wrapper > ul li:last-child {
  border-right: 0;
}
@media (min-width: 30em) {
  .ent_m062_tcr_v1 .wrapper {
    padding: 40px;
    margin: 0 auto;
  }
  .ent_m062_tcr_v1 .wrapper > h2 {
    margin: 0 0 14px;
  }
  .ent_m062_tcr_v1 .wrapper > ul {
    font-size: 1em;
  }
  .ent_m062_tcr_v1 .wrapper > ul li {
    margin: 0 15px 0 0;
    padding: 0 15px 0 0;
  }
}
#background_holder .ent_m072_tcr_v2 {
  max-width: 100%;
}
#background_holder .ent_m072_tcr_v2.module {
  padding: 10px 0 0;
  height: 100px;
  margin-bottom: 10px;
}
#background_holder .ent_m072_tcr_v2.module.sticky_header {
  height: 50px;
}
@media screen and (max-width: 1024px) {
  #background_holder .ent_m072_tcr_v2.module {
    height: 95px;
  }
  #background_holder .ent_m072_tcr_v2.module.sticky_header {
    height: 50px;
  }
}
@media screen and (max-width: 640px) {
  #background_holder .ent_m072_tcr_v2.module {
    height: 85px;
  }
  #background_holder .ent_m072_tcr_v2.module.sticky_header {
    height: 85px;
  }
}
.ent_m107_tcr_v1 {
  text-align: center;
  padding-bottom: 0;
}
.ent_m107_tcr_v1:after {
  clear: both;
  content: "";
  display: block;
  height: 0;
  visibility: hidden;
}
*:first-child + html .ent_m107_tcr_v1 {
  display: block;
  min-height: 0;
}
.ent_m107_tcr_v1 .imageWrapper {
  display: inline-block;
  max-width: 960px;
  margin: auto;
}
.ent_m107_tcr_v1 .imageWrapper .headerImage {
  float: left;
}
@media screen and (max-width: 600px) {
  .ent_m107_tcr_v1 .imageWrapper .headerImage {
    float: none;
  }
}
.ent_m107_tcr_v1 .imageWrapper .sponsorDiv {
  float: left;
  margin-top: 40px;
  height: 75px;
}
@media screen and (max-width: 600px) {
  .ent_m107_tcr_v1 .imageWrapper .sponsorDiv {
    float: none;
    margin-top: 15px;
  }
}
.triforce_rendered .ent_m107_tcr_v1 {
  padding: 20px 0 20px 0;
}
/*
	@name: overlay
	@description: overlay css
	@functional: http://confluence.mtvi.com/SOME-PATH-TO-DOCUMENTATION
	@guide: http://confluence.mtvi.com/display/ENT/CSS+Style+Guide
	@author: 
*/
#overlay_holder {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.75);
  z-index: 910;
  overflow-y: scroll;
}
#overlay_holder .overlay_wrapper {
  position: relative;
  width: 600px;
  padding: 9px;
  margin: 60px auto;
  background: #ffffff;
  border: 1px solid #777777;
  border-radius: 0 7px 0 0;
}
#overlay_holder .overlay_wrapper .body {
  z-index: 1;
  position: relative;
  padding: 23px 30px;
  border: 3px solid #ef532b;
  color: #777777;
}
#overlay_holder .overlay_wrapper .close_overlay {
  position: absolute;
  right: -14px;
  top: -14px;
  width: 22px;
  height: 22px;
  background: url('/sitewide/images/sprites/cr_site2013_sprite.png') no-repeat -636px -9px;
  cursor: pointer;
}
#overlay_holder .overlay_wrapper .close_overlay:hover {
  background-position: -636px -39px;
}
@media screen and (max-width: 43em) {
  #overlay_holder {
    padding: 10px 0;
  }
  #overlay_holder .overlay_wrapper {
    width: auto;
    margin: 20px 25px;
  }
}
@media screen and (max-width: 30em) {
  #overlay_holder .overlay_wrapper {
    padding: 6px;
  }
  #overlay_holder .overlay_wrapper .body {
    padding: 17px;
  }
}
html.showing_overlay body {
  overflow: hidden;
}
html.showing_overlay #overlay_holder {
  display: block;
}
.share_wrap,
.share_wrapper {
  color: #9a9a9a;
  text-transform: uppercase;
  padding: 0;
  margin: 0 0 20px;
  position: relative;
  overflow: hidden;
}
.share_wrap .icon,
.share_wrapper .icon,
.share_wrap .has_icon:before,
.share_wrapper .has_icon:before {
  background: url('/sitewide/images/sprites/cr_site2013_sprite.png') no-repeat;
  width: 28px;
  height: 28px;
  display: block;
}
.share_wrap .has_icon:before,
.share_wrapper .has_icon:before {
  content: "";
}
.share_wrap .icon.tw,
.share_wrapper .icon.tw,
.share_wrap .has_icon.tw:before,
.share_wrapper .has_icon.tw:before {
  background-position: -11px -201px;
  width: 17px;
}
.share_wrap .icon.tw:hover,
.share_wrapper .icon.tw:hover,
.share_wrap .has_icon.tw:hover:before,
.share_wrapper .has_icon.tw:hover:before {
  background-position: -11px -232px;
}
.share_wrap .icon.fb,
.share_wrapper .icon.fb,
.share_wrap .has_icon.fb:before,
.share_wrapper .has_icon.fb:before {
  background-position: -38px -201px;
  width: 9px;
}
.share_wrap .icon.fb:hover,
.share_wrapper .icon.fb:hover,
.share_wrap .has_icon.fb:hover:before,
.share_wrapper .has_icon.fb:hover:before {
  background-position: -38px -232px;
}
.share_wrap .icon.gp,
.share_wrapper .icon.gp,
.share_wrap .has_icon.gp:before,
.share_wrapper .has_icon.gp:before {
  background-position: -56px -201px;
  width: 18px;
}
.share_wrap .icon.gp:hover,
.share_wrapper .icon.gp:hover,
.share_wrap .has_icon.gp:hover:before,
.share_wrapper .has_icon.gp:hover:before {
  background-position: -56px -232px;
}
.share_wrap .icon.em,
.share_wrapper .icon.em,
.share_wrap .has_icon.em:before,
.share_wrapper .has_icon.em:before {
  margin-top: 2px;
  background-position: -84px -202px;
  width: 21px;
}
.share_wrap .icon.em:hover,
.share_wrapper .icon.em:hover,
.share_wrap .has_icon.em:hover:before,
.share_wrapper .has_icon.em:hover:before {
  background-position: -84px -233px;
}
.share_wrap .icon.embed,
.share_wrapper .icon.embed,
.share_wrap .has_icon.embed:before,
.share_wrapper .has_icon.embed:before {
  background-position: -115px -201px;
  width: 24px;
}
.share_wrap .icon.embed:hover,
.share_wrapper .icon.embed:hover,
.share_wrap .has_icon.embed:hover:before,
.share_wrapper .has_icon.embed:hover:before {
  background-position: -115px -232px;
}
.share_wrap .flux4,
.share_wrapper .flux4 {
  border: none !important;
  padding: 0 !important;
  width: auto;
  display: block;
  float: left;
}
.share_wrap .flux4 .share,
.share_wrapper .flux4 .share {
  border: 0;
  padding: 0;
  height: 28px;
  display: block;
  float: left;
  width: auto;
}
.share_wrap .flux4 .share li,
.share_wrapper .flux4 .share li {
  display: block;
  float: left;
  color: #ffffff;
  cursor: pointer;
  height: 28px;
}
.share_wrap .flux4 .share li.shareFBLike,
.share_wrapper .flux4 .share li.shareFBLike {
  font-size: 0;
}
.share_wrap .flux4 .share li .icon,
.share_wrapper .flux4 .share li .icon,
.share_wrap .flux4 .share li.has_icon:before,
.share_wrapper .flux4 .share li.has_icon:before {
  float: left;
  height: 28px;
  line-height: 28px;
}
.share_wrap .flux4 .share li div,
.share_wrapper .flux4 .share li div,
.share_wrap .flux4 .share li .screen_reader_text,
.share_wrapper .flux4 .share li .screen_reader_text {
  display: block;
  float: left;
  width: auto;
  height: 28px;
  padding: 0;
  font-family: 'BrandonTextMedium', Helvetica, Arial, sans-serif;
  font-size: 1.3125em;
  color: #9a9a9a;
  margin: 0 24px 0 9px;
  z-index: 5;
}
@media (max-width: 30em) {
  .share_wrap .flux4 .share li div,
  .share_wrapper .flux4 .share li div,
  .share_wrap .flux4 .share li .screen_reader_text,
  .share_wrapper .flux4 .share li .screen_reader_text {
    font-size: 1em;
    line-height: 137.5%;
  }
}
@media (max-width: 64em) {
  .share_wrap .flux4 .share li div,
  .share_wrapper .flux4 .share li div,
  .share_wrap .flux4 .share li .screen_reader_text,
  .share_wrapper .flux4 .share li .screen_reader_text {
    margin-right: 16px;
  }
}
@media (max-width: 47.938em) {
  .share_wrap .flux4 .share li div,
  .share_wrapper .flux4 .share li div,
  .share_wrap .flux4 .share li .screen_reader_text,
  .share_wrapper .flux4 .share li .screen_reader_text {
    display: none;
  }
}
@media (max-width: 47.938em) {
  .share_wrap .flux4 .share li.shareEmbed,
  .share_wrapper .flux4 .share li.shareEmbed,
  .share_wrap .flux4 .share li.embed,
  .share_wrapper .flux4 .share li.embed {
    display: none;
  }
}
.share_wrap .flux4 .share li:hover div,
.share_wrapper .flux4 .share li:hover div,
.share_wrap .flux4 .share li:hover .screen_reader_text,
.share_wrapper .flux4 .share li:hover .screen_reader_text {
  color: #ea4242;
}
.share_wrap .flux4 .share li.embedBtn,
.share_wrapper .flux4 .share li.embedBtn {
  position: relative;
}
.share_wrap .flux4 .share li.embedBtn .tooltip,
.share_wrapper .flux4 .share li.embedBtn .tooltip {
  background-color: #000000;
  border: 2px solid #cccccc;
  border-radius: 5px;
  bottom: 33px;
  color: #cccccc;
  display: none;
  font-size: 16px;
  height: auto !important;
  left: -81px;
  min-width: 254px;
  position: absolute !important;
  text-align: center;
  z-index: 9999;
  padding: 0 5px;
}
.share_wrap .comments_wrap,
.share_wrapper .comments_wrap,
.share_wrap .comments_btn,
.share_wrapper .comments_btn {
  float: right;
  text-decoration: none;
}
.share_wrap .comments_wrap .comments,
.share_wrapper .comments_wrap .comments,
.share_wrap .comments_btn .comments,
.share_wrapper .comments_btn .comments,
.share_wrap .comments_wrap .comments_count,
.share_wrapper .comments_wrap .comments_count,
.share_wrap .comments_btn .comments_count,
.share_wrapper .comments_btn .comments_count {
  font-family: 'BrandonTextMedium', Helvetica, Arial, sans-serif;
  font-size: 1em;
  color: #9a9a9a;
  float: left;
  line-height: 1em;
  white-space: nowrap;
  min-width: 114px;
}
@media (max-width: 30em) {
  .share_wrap .comments_wrap .comments,
  .share_wrapper .comments_wrap .comments,
  .share_wrap .comments_btn .comments,
  .share_wrapper .comments_btn .comments,
  .share_wrap .comments_wrap .comments_count,
  .share_wrapper .comments_wrap .comments_count,
  .share_wrap .comments_btn .comments_count,
  .share_wrapper .comments_btn .comments_count {
    font-size: 0.76190476em;
    line-height: 137.5%;
  }
}
.share_wrap .comments_wrap .comments:before,
.share_wrapper .comments_wrap .comments:before,
.share_wrap .comments_btn .comments:before,
.share_wrapper .comments_btn .comments:before,
.share_wrap .comments_wrap .comments_count:before,
.share_wrapper .comments_wrap .comments_count:before,
.share_wrap .comments_btn .comments_count:before,
.share_wrapper .comments_btn .comments_count:before {
  content: "comments ";
  color: #9a9a9a;
  text-transform: uppercase;
}
@media (max-width: 799px) {
  .share_wrap .comments_wrap .comments:before,
  .share_wrapper .comments_wrap .comments:before,
  .share_wrap .comments_btn .comments:before,
  .share_wrapper .comments_btn .comments:before,
  .share_wrap .comments_wrap .comments_count:before,
  .share_wrapper .comments_wrap .comments_count:before,
  .share_wrap .comments_btn .comments_count:before,
  .share_wrapper .comments_btn .comments_count:before {
    content: " ";
  }
}
@media (max-width: 799px) {
  .share_wrap .comments_wrap .comments,
  .share_wrapper .comments_wrap .comments,
  .share_wrap .comments_btn .comments,
  .share_wrapper .comments_btn .comments,
  .share_wrap .comments_wrap .comments_count,
  .share_wrapper .comments_wrap .comments_count,
  .share_wrap .comments_btn .comments_count,
  .share_wrapper .comments_btn .comments_count {
    min-width: 20px;
  }
}
@media (max-width: 30em) {
  .share_wrap .comments_wrap .comments,
  .share_wrapper .comments_wrap .comments,
  .share_wrap .comments_btn .comments,
  .share_wrapper .comments_btn .comments,
  .share_wrap .comments_wrap .comments_count,
  .share_wrapper .comments_wrap .comments_count,
  .share_wrap .comments_btn .comments_count,
  .share_wrapper .comments_btn .comments_count {
    font-family: 'BrandonTextMedium', Helvetica, Arial, sans-serif;
    font-size: 1.3125em;
    color: #9a9a9a;
    margin-top: -2px;
  }
  .share_wrap .comments_wrap .comments:before,
  .share_wrapper .comments_wrap .comments:before,
  .share_wrap .comments_btn .comments:before,
  .share_wrapper .comments_btn .comments:before,
  .share_wrap .comments_wrap .comments_count:before,
  .share_wrapper .comments_wrap .comments_count:before,
  .share_wrap .comments_btn .comments_count:before,
  .share_wrapper .comments_btn .comments_count:before {
    color: #ee4444;
    line-height: 1em;
  }
}
@media (max-width: 30em) and (max-width: 30em) {
  .share_wrap .comments_wrap .comments,
  .share_wrapper .comments_wrap .comments,
  .share_wrap .comments_btn .comments,
  .share_wrapper .comments_btn .comments,
  .share_wrap .comments_wrap .comments_count,
  .share_wrapper .comments_wrap .comments_count,
  .share_wrap .comments_btn .comments_count,
  .share_wrapper .comments_btn .comments_count {
    font-size: 1em;
    line-height: 137.5%;
  }
}
.share_wrap .comments_wrap:hover .comments,
.share_wrapper .comments_wrap:hover .comments,
.share_wrap .comments_btn:hover .comments,
.share_wrapper .comments_btn:hover .comments,
.share_wrap .comments_wrap:hover .comments:before,
.share_wrapper .comments_wrap:hover .comments:before,
.share_wrap .comments_btn:hover .comments:before,
.share_wrapper .comments_btn:hover .comments:before,
.share_wrap .comments_wrap:hover .comments_count,
.share_wrapper .comments_wrap:hover .comments_count,
.share_wrap .comments_btn:hover .comments_count,
.share_wrapper .comments_btn:hover .comments_count,
.share_wrap .comments_wrap:hover .comments_count:before,
.share_wrapper .comments_wrap:hover .comments_count:before,
.share_wrap .comments_btn:hover .comments_count:before,
.share_wrapper .comments_btn:hover .comments_count:before {
  color: #ea4242;
}
@media screen and (max-width: 47.938em) {
  .share_wrap .comments_wrap,
  .share_wrapper .comments_wrap,
  .share_wrap .comments_btn,
  .share_wrapper .comments_btn {
    margin: 10px 0 0;
  }
}
.share_wrap .comments_btn:before,
.share_wrapper .comments_btn:before,
.share_wrap .comments_wrap .comments-icon,
.share_wrapper .comments_wrap .comments-icon {
  background: url('/sitewide/images/sprites/cr_site2013_sprite.png') no-repeat -149px -201px;
  float: left;
  height: 21px;
  width: 30px;
}
.share_wrap .comments_btn:hover:before,
.share_wrapper .comments_btn:hover:before,
.share_wrap .comments_wrap:hover .comments_icon,
.share_wrapper .comments_wrap:hover .comments_icon {
  background-position: -149px -232px;
}
.share_wrap .comments_btn:before,
.share_wrapper .comments_btn:before {
  content: "";
}
