/*
	@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
*/
/* 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);
}
.ent_m017_tcr_v4,
.ent_m019_tcr_v4,
.ent_m017_tcr_v4_0_1,
.ent_m019_tcr_v4_0_1 {
  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_v4,
  .ent_m019_tcr_v4,
  .ent_m017_tcr_v4_0_1,
  .ent_m019_tcr_v4_0_1 {
    padding: 1.875em 0.9375em 0.75em 0.9375em;
  }
}
.ent_m017_tcr_v4 .meta,
.ent_m019_tcr_v4 .meta,
.ent_m017_tcr_v4_0_1 .meta,
.ent_m019_tcr_v4_0_1 .meta,
.ent_m017_tcr_v4 .meta_info,
.ent_m019_tcr_v4 .meta_info,
.ent_m017_tcr_v4_0_1 .meta_info,
.ent_m019_tcr_v4_0_1 .meta_info {
  max-width: 1200px;
  margin: 0 auto;
}
.ent_m017_tcr_v4 .videoPlayer,
.ent_m019_tcr_v4 .videoPlayer,
.ent_m017_tcr_v4_0_1 .videoPlayer,
.ent_m019_tcr_v4_0_1 .videoPlayer,
.ent_m017_tcr_v4 .player_holder,
.ent_m019_tcr_v4 .player_holder,
.ent_m017_tcr_v4_0_1 .player_holder,
.ent_m019_tcr_v4_0_1 .player_holder {
  position: relative;
  max-width: 960px;
  margin: 0 auto;
  outline: 2px solid #41383b;
}
.ent_m017_tcr_v4 .videoPlayer iframe,
.ent_m019_tcr_v4 .videoPlayer iframe,
.ent_m017_tcr_v4_0_1 .videoPlayer iframe,
.ent_m019_tcr_v4_0_1 .videoPlayer iframe,
.ent_m017_tcr_v4 .player_holder iframe,
.ent_m019_tcr_v4 .player_holder iframe,
.ent_m017_tcr_v4_0_1 .player_holder iframe,
.ent_m019_tcr_v4_0_1 .player_holder iframe,
.ent_m017_tcr_v4 .videoPlayer object,
.ent_m019_tcr_v4 .videoPlayer object,
.ent_m017_tcr_v4_0_1 .videoPlayer object,
.ent_m019_tcr_v4_0_1 .videoPlayer object,
.ent_m017_tcr_v4 .player_holder object,
.ent_m019_tcr_v4 .player_holder object,
.ent_m017_tcr_v4_0_1 .player_holder object,
.ent_m019_tcr_v4_0_1 .player_holder object,
.ent_m017_tcr_v4 .videoPlayer embed,
.ent_m019_tcr_v4 .videoPlayer embed,
.ent_m017_tcr_v4_0_1 .videoPlayer embed,
.ent_m019_tcr_v4_0_1 .videoPlayer embed,
.ent_m017_tcr_v4 .player_holder embed,
.ent_m019_tcr_v4 .player_holder embed,
.ent_m017_tcr_v4_0_1 .player_holder embed,
.ent_m019_tcr_v4_0_1 .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_v4 .videoPlayer,
  .ent_m019_tcr_v4 .videoPlayer,
  .ent_m017_tcr_v4_0_1 .videoPlayer,
  .ent_m019_tcr_v4_0_1 .videoPlayer,
  .ent_m017_tcr_v4 .player_holder,
  .ent_m019_tcr_v4 .player_holder,
  .ent_m017_tcr_v4_0_1 .player_holder,
  .ent_m019_tcr_v4_0_1 .player_holder {
    background-size: 230px;
  }
}
@media (min-width: 20em) and (max-width: 29.938em) {
  .ent_m017_tcr_v4 .videoPlayer,
  .ent_m019_tcr_v4 .videoPlayer,
  .ent_m017_tcr_v4_0_1 .videoPlayer,
  .ent_m019_tcr_v4_0_1 .videoPlayer,
  .ent_m017_tcr_v4 .player_holder,
  .ent_m019_tcr_v4 .player_holder,
  .ent_m017_tcr_v4_0_1 .player_holder,
  .ent_m019_tcr_v4_0_1 .player_holder {
    background-size: 300px;
  }
}
@media (min-width: 64em) {
  .ent_m017_tcr_v4 .videoPlayer,
  .ent_m019_tcr_v4 .videoPlayer,
  .ent_m017_tcr_v4_0_1 .videoPlayer,
  .ent_m019_tcr_v4_0_1 .videoPlayer,
  .ent_m017_tcr_v4 .player_holder,
  .ent_m019_tcr_v4 .player_holder,
  .ent_m017_tcr_v4_0_1 .player_holder,
  .ent_m019_tcr_v4_0_1 .player_holder {
    width: 960px;
    height: 540px;
  }
}
@media (max-width: 63.938em) {
  .ent_m017_tcr_v4 .video_player,
  .ent_m019_tcr_v4 .video_player,
  .ent_m017_tcr_v4_0_1 .video_player,
  .ent_m019_tcr_v4_0_1 .video_player,
  .ent_m017_tcr_v4 .player_holder,
  .ent_m019_tcr_v4 .player_holder,
  .ent_m017_tcr_v4_0_1 .player_holder,
  .ent_m019_tcr_v4_0_1 .player_holder {
    position: relative;
    height: 0;
    padding-bottom: 56.25%;
  }
}
.ent_m017_tcr_v4 .meta,
.ent_m019_tcr_v4 .meta,
.ent_m017_tcr_v4_0_1 .meta,
.ent_m019_tcr_v4_0_1 .meta,
.ent_m017_tcr_v4 .meta_info,
.ent_m019_tcr_v4 .meta_info,
.ent_m017_tcr_v4_0_1 .meta_info,
.ent_m019_tcr_v4_0_1 .meta_info {
  margin: 0 auto;
}
.ent_m017_tcr_v4 .meta h1,
.ent_m019_tcr_v4 .meta h1,
.ent_m017_tcr_v4_0_1 .meta h1,
.ent_m019_tcr_v4_0_1 .meta h1,
.ent_m017_tcr_v4 .meta_info h1,
.ent_m019_tcr_v4 .meta_info h1,
.ent_m017_tcr_v4_0_1 .meta_info h1,
.ent_m019_tcr_v4_0_1 .meta_info h1 {
  margin: 0;
  cursor: pointer;
}
.ent_m017_tcr_v4 .meta .info,
.ent_m019_tcr_v4 .meta .info,
.ent_m017_tcr_v4_0_1 .meta .info,
.ent_m019_tcr_v4_0_1 .meta .info,
.ent_m017_tcr_v4 .meta_info .info,
.ent_m019_tcr_v4 .meta_info .info,
.ent_m017_tcr_v4_0_1 .meta_info .info,
.ent_m019_tcr_v4_0_1 .meta_info .info {
  margin: 0% 0% 1.66666667% 0%;
  clear: both;
  display: none;
}
.ent_m017_tcr_v4 .meta .info.show,
.ent_m019_tcr_v4 .meta .info.show,
.ent_m017_tcr_v4_0_1 .meta .info.show,
.ent_m019_tcr_v4_0_1 .meta .info.show,
.ent_m017_tcr_v4 .meta_info .info.show,
.ent_m019_tcr_v4 .meta_info .info.show,
.ent_m017_tcr_v4_0_1 .meta_info .info.show,
.ent_m019_tcr_v4_0_1 .meta_info .info.show {
  display: block;
}
.ent_m017_tcr_v4 .meta .info .tags a,
.ent_m019_tcr_v4 .meta .info .tags a,
.ent_m017_tcr_v4_0_1 .meta .info .tags a,
.ent_m019_tcr_v4_0_1 .meta .info .tags a,
.ent_m017_tcr_v4 .meta_info .info .tags a,
.ent_m019_tcr_v4 .meta_info .info .tags a,
.ent_m017_tcr_v4_0_1 .meta_info .info .tags a,
.ent_m019_tcr_v4_0_1 .meta_info .info .tags a,
.ent_m017_tcr_v4 .meta .info .tags .tag,
.ent_m019_tcr_v4 .meta .info .tags .tag,
.ent_m017_tcr_v4_0_1 .meta .info .tags .tag,
.ent_m019_tcr_v4_0_1 .meta .info .tags .tag,
.ent_m017_tcr_v4 .meta_info .info .tags .tag,
.ent_m019_tcr_v4 .meta_info .info .tags .tag,
.ent_m017_tcr_v4_0_1 .meta_info .info .tags .tag,
.ent_m019_tcr_v4_0_1 .meta_info .info .tags .tag {
  color: #cccccc;
  text-decoration: none;
}
.ent_m017_tcr_v4 .meta .info .tags a:hover,
.ent_m019_tcr_v4 .meta .info .tags a:hover,
.ent_m017_tcr_v4_0_1 .meta .info .tags a:hover,
.ent_m019_tcr_v4_0_1 .meta .info .tags a:hover,
.ent_m017_tcr_v4 .meta_info .info .tags a:hover,
.ent_m019_tcr_v4 .meta_info .info .tags a:hover,
.ent_m017_tcr_v4_0_1 .meta_info .info .tags a:hover,
.ent_m019_tcr_v4_0_1 .meta_info .info .tags a:hover,
.ent_m017_tcr_v4 .meta .info .tags .tag:hover,
.ent_m019_tcr_v4 .meta .info .tags .tag:hover,
.ent_m017_tcr_v4_0_1 .meta .info .tags .tag:hover,
.ent_m019_tcr_v4_0_1 .meta .info .tags .tag:hover,
.ent_m017_tcr_v4 .meta_info .info .tags .tag:hover,
.ent_m019_tcr_v4 .meta_info .info .tags .tag:hover,
.ent_m017_tcr_v4_0_1 .meta_info .info .tags .tag:hover,
.ent_m019_tcr_v4_0_1 .meta_info .info .tags .tag:hover {
  color: #f9f9f9;
}
.ent_m017_tcr_v4 .meta .info ul li,
.ent_m019_tcr_v4 .meta .info ul li,
.ent_m017_tcr_v4_0_1 .meta .info ul li,
.ent_m019_tcr_v4_0_1 .meta .info ul li,
.ent_m017_tcr_v4 .meta_info .info ul li,
.ent_m019_tcr_v4 .meta_info .info ul li,
.ent_m017_tcr_v4_0_1 .meta_info .info ul li,
.ent_m019_tcr_v4_0_1 .meta_info .info ul li {
  display: inline-block;
}
.ent_m017_tcr_v4 .meta.show_info .info,
.ent_m019_tcr_v4 .meta.show_info .info,
.ent_m017_tcr_v4_0_1 .meta.show_info .info,
.ent_m019_tcr_v4_0_1 .meta.show_info .info,
.ent_m017_tcr_v4 .meta_info.show_info .info,
.ent_m019_tcr_v4 .meta_info.show_info .info,
.ent_m017_tcr_v4_0_1 .meta_info.show_info .info,
.ent_m019_tcr_v4_0_1 .meta_info.show_info .info {
  display: block;
}
.ent_m017_tcr_v4 .share_wrap,
.ent_m019_tcr_v4 .share_wrap,
.ent_m017_tcr_v4_0_1 .share_wrap,
.ent_m019_tcr_v4_0_1 .share_wrap,
.ent_m017_tcr_v4 .share_wrapper,
.ent_m019_tcr_v4 .share_wrapper,
.ent_m017_tcr_v4_0_1 .share_wrapper,
.ent_m019_tcr_v4_0_1 .share_wrapper {
  padding: 0.83333333% 0% 0% 0%;
  margin: 0;
  width: 100%;
}
@media screen and (max-width: 47.938em) {
  .ent_m017_tcr_v4 .share_wrap li,
  .ent_m019_tcr_v4 .share_wrap li,
  .ent_m017_tcr_v4_0_1 .share_wrap li,
  .ent_m019_tcr_v4_0_1 .share_wrap li,
  .ent_m017_tcr_v4 .share_wrapper li,
  .ent_m019_tcr_v4 .share_wrapper li,
  .ent_m017_tcr_v4_0_1 .share_wrapper li,
  .ent_m019_tcr_v4_0_1 .share_wrapper li {
    margin: 10px 25px 0 0;
  }
}
.ent_m017_tcr_v4 #shareMarkup,
.ent_m019_tcr_v4 #shareMarkup,
.ent_m017_tcr_v4_0_1 #shareMarkup,
.ent_m019_tcr_v4_0_1 #shareMarkup {
  display: none;
}
.ent_m017_tcr_v4 a,
.ent_m019_tcr_v4 a,
.ent_m017_tcr_v4_0_1 a,
.ent_m019_tcr_v4_0_1 a {
  font-family: 'BrandonTextMedium', Helvetica, Arial, sans-serif;
  color: #0090dc;
}
.ent_m017_tcr_v4 a:hover,
.ent_m019_tcr_v4 a:hover,
.ent_m017_tcr_v4_0_1 a:hover,
.ent_m019_tcr_v4_0_1 a:hover {
  color: #3cb9d5;
}
.ent_m017_tcr_v4 .videoPlayer,
.ent_m019_tcr_v4 .videoPlayer,
.ent_m017_tcr_v4_0_1 .videoPlayer,
.ent_m019_tcr_v4_0_1 .videoPlayer {
  overflow: hidden;
}
.ent_m017_tcr_v4 .videoPlayer > div,
.ent_m019_tcr_v4 .videoPlayer > div,
.ent_m017_tcr_v4_0_1 .videoPlayer > div,
.ent_m019_tcr_v4_0_1 .videoPlayer > div {
  height: 100%;
}
.ent_m017_tcr_v4 .videoPlayer,
.ent_m019_tcr_v4 .videoPlayer,
.ent_m017_tcr_v4_0_1 .videoPlayer,
.ent_m019_tcr_v4_0_1 .videoPlayer,
.ent_m017_tcr_v4 .player_holder,
.ent_m019_tcr_v4 .player_holder,
.ent_m017_tcr_v4_0_1 .player_holder,
.ent_m019_tcr_v4_0_1 .player_holder,
.ent_m017_tcr_v4 .meta_info,
.ent_m019_tcr_v4 .meta_info,
.ent_m017_tcr_v4_0_1 .meta_info,
.ent_m019_tcr_v4_0_1 .meta_info,
.ent_m017_tcr_v4 .share_wrapper,
.ent_m019_tcr_v4 .share_wrapper,
.ent_m017_tcr_v4_0_1 .share_wrapper,
.ent_m019_tcr_v4_0_1 .share_wrapper {
  max-width: 960px;
  margin: 0 auto;
}
.ent_m017_tcr_v4 .player_holder .pjs,
.ent_m019_tcr_v4 .player_holder .pjs,
.ent_m017_tcr_v4_0_1 .player_holder .pjs,
.ent_m019_tcr_v4_0_1 .player_holder .pjs {
  height: 100%;
}
.ent_m017_tcr_v4 .videoPlayer,
.ent_m019_tcr_v4 .videoPlayer,
.ent_m017_tcr_v4_0_1 .videoPlayer,
.ent_m019_tcr_v4_0_1 .videoPlayer {
  position: relative;
}
.ent_m017_tcr_v4 .videoPlayer .error-slate,
.ent_m019_tcr_v4 .videoPlayer .error-slate,
.ent_m017_tcr_v4_0_1 .videoPlayer .error-slate,
.ent_m019_tcr_v4_0_1 .videoPlayer .error-slate {
  position: absolute;
  width: 100%;
  height: 100%;
}
.ent_m017_tcr_v4 .slate_holder,
.ent_m019_tcr_v4 .slate_holder,
.ent_m017_tcr_v4_0_1 .slate_holder,
.ent_m019_tcr_v4_0_1 .slate_holder {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.ent_m017_tcr_v4 .slate_holder,
.ent_m019_tcr_v4 .slate_holder,
.ent_m017_tcr_v4_0_1 .slate_holder,
.ent_m019_tcr_v4_0_1 .slate_holder,
.ent_m017_tcr_v4 .error-slate,
.ent_m019_tcr_v4 .error-slate,
.ent_m017_tcr_v4_0_1 .error-slate,
.ent_m019_tcr_v4_0_1 .error-slate {
  background: #342e30;
}
.ent_m017_tcr_v4 .error-slate,
.ent_m019_tcr_v4 .error-slate,
.ent_m017_tcr_v4_0_1 .error-slate,
.ent_m019_tcr_v4_0_1 .error-slate,
.ent_m017_tcr_v4 .slate_content,
.ent_m019_tcr_v4 .slate_content,
.ent_m017_tcr_v4_0_1 .slate_content,
.ent_m019_tcr_v4_0_1 .slate_content {
  height: auto;
  padding: 71px 21% 70px 57px;
  min-height: 164px;
}
.ent_m017_tcr_v4 .error-slate h3,
.ent_m019_tcr_v4 .error-slate h3,
.ent_m017_tcr_v4_0_1 .error-slate h3,
.ent_m019_tcr_v4_0_1 .error-slate h3,
.ent_m017_tcr_v4 .slate_content h3,
.ent_m019_tcr_v4 .slate_content h3,
.ent_m017_tcr_v4_0_1 .slate_content h3,
.ent_m019_tcr_v4_0_1 .slate_content h3,
.ent_m017_tcr_v4 .error-slate .slate_headline,
.ent_m019_tcr_v4 .error-slate .slate_headline,
.ent_m017_tcr_v4_0_1 .error-slate .slate_headline,
.ent_m019_tcr_v4_0_1 .error-slate .slate_headline,
.ent_m017_tcr_v4 .slate_content .slate_headline,
.ent_m019_tcr_v4 .slate_content .slate_headline,
.ent_m017_tcr_v4_0_1 .slate_content .slate_headline,
.ent_m019_tcr_v4_0_1 .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_v4 .error-slate p,
.ent_m019_tcr_v4 .error-slate p,
.ent_m017_tcr_v4_0_1 .error-slate p,
.ent_m019_tcr_v4_0_1 .error-slate p,
.ent_m017_tcr_v4 .slate_content p,
.ent_m019_tcr_v4 .slate_content p,
.ent_m017_tcr_v4_0_1 .slate_content p,
.ent_m019_tcr_v4_0_1 .slate_content p,
.ent_m017_tcr_v4 .error-slate .slate_description,
.ent_m019_tcr_v4 .error-slate .slate_description,
.ent_m017_tcr_v4_0_1 .error-slate .slate_description,
.ent_m019_tcr_v4_0_1 .error-slate .slate_description,
.ent_m017_tcr_v4 .slate_content .slate_description,
.ent_m019_tcr_v4 .slate_content .slate_description,
.ent_m017_tcr_v4_0_1 .slate_content .slate_description,
.ent_m019_tcr_v4_0_1 .slate_content .slate_description {
  font-size: 26px;
  color: #ffffff;
}
@media screen and (max-width: 48em) {
  .ent_m017_tcr_v4 .error-slate,
  .ent_m019_tcr_v4 .error-slate,
  .ent_m017_tcr_v4_0_1 .error-slate,
  .ent_m019_tcr_v4_0_1 .error-slate,
  .ent_m017_tcr_v4 .slate_content,
  .ent_m019_tcr_v4 .slate_content,
  .ent_m017_tcr_v4_0_1 .slate_content,
  .ent_m019_tcr_v4_0_1 .slate_content {
    padding-top: 50px;
    padding-left: 43px;
  }
  .ent_m017_tcr_v4 .error-slate h3,
  .ent_m019_tcr_v4 .error-slate h3,
  .ent_m017_tcr_v4_0_1 .error-slate h3,
  .ent_m019_tcr_v4_0_1 .error-slate h3,
  .ent_m017_tcr_v4 .slate_content h3,
  .ent_m019_tcr_v4 .slate_content h3,
  .ent_m017_tcr_v4_0_1 .slate_content h3,
  .ent_m019_tcr_v4_0_1 .slate_content h3,
  .ent_m017_tcr_v4 .error-slate .slate_headline,
  .ent_m019_tcr_v4 .error-slate .slate_headline,
  .ent_m017_tcr_v4_0_1 .error-slate .slate_headline,
  .ent_m019_tcr_v4_0_1 .error-slate .slate_headline,
  .ent_m017_tcr_v4 .slate_content .slate_headline,
  .ent_m019_tcr_v4 .slate_content .slate_headline,
  .ent_m017_tcr_v4_0_1 .slate_content .slate_headline,
  .ent_m019_tcr_v4_0_1 .slate_content .slate_headline {
    font-size: 32px;
  }
  .ent_m017_tcr_v4 .error-slate p,
  .ent_m019_tcr_v4 .error-slate p,
  .ent_m017_tcr_v4_0_1 .error-slate p,
  .ent_m019_tcr_v4_0_1 .error-slate p,
  .ent_m017_tcr_v4 .slate_content p,
  .ent_m019_tcr_v4 .slate_content p,
  .ent_m017_tcr_v4_0_1 .slate_content p,
  .ent_m019_tcr_v4_0_1 .slate_content p,
  .ent_m017_tcr_v4 .error-slate .slate_description,
  .ent_m019_tcr_v4 .error-slate .slate_description,
  .ent_m017_tcr_v4_0_1 .error-slate .slate_description,
  .ent_m019_tcr_v4_0_1 .error-slate .slate_description,
  .ent_m017_tcr_v4 .slate_content .slate_description,
  .ent_m019_tcr_v4 .slate_content .slate_description,
  .ent_m017_tcr_v4_0_1 .slate_content .slate_description,
  .ent_m019_tcr_v4_0_1 .slate_content .slate_description {
    font-size: 20px;
  }
}
@media screen and (max-width: 35em) {
  .ent_m017_tcr_v4 .error-slate,
  .ent_m019_tcr_v4 .error-slate,
  .ent_m017_tcr_v4_0_1 .error-slate,
  .ent_m019_tcr_v4_0_1 .error-slate,
  .ent_m017_tcr_v4 .slate_content,
  .ent_m019_tcr_v4 .slate_content,
  .ent_m017_tcr_v4_0_1 .slate_content,
  .ent_m019_tcr_v4_0_1 .slate_content {
    padding-top: 50px;
    padding-left: 30px;
  }
  .ent_m017_tcr_v4 .error-slate h3,
  .ent_m019_tcr_v4 .error-slate h3,
  .ent_m017_tcr_v4_0_1 .error-slate h3,
  .ent_m019_tcr_v4_0_1 .error-slate h3,
  .ent_m017_tcr_v4 .slate_content h3,
  .ent_m019_tcr_v4 .slate_content h3,
  .ent_m017_tcr_v4_0_1 .slate_content h3,
  .ent_m019_tcr_v4_0_1 .slate_content h3,
  .ent_m017_tcr_v4 .error-slate .slate_headline,
  .ent_m019_tcr_v4 .error-slate .slate_headline,
  .ent_m017_tcr_v4_0_1 .error-slate .slate_headline,
  .ent_m019_tcr_v4_0_1 .error-slate .slate_headline,
  .ent_m017_tcr_v4 .slate_content .slate_headline,
  .ent_m019_tcr_v4 .slate_content .slate_headline,
  .ent_m017_tcr_v4_0_1 .slate_content .slate_headline,
  .ent_m019_tcr_v4_0_1 .slate_content .slate_headline {
    font-size: 25px;
  }
  .ent_m017_tcr_v4 .error-slate p,
  .ent_m019_tcr_v4 .error-slate p,
  .ent_m017_tcr_v4_0_1 .error-slate p,
  .ent_m019_tcr_v4_0_1 .error-slate p,
  .ent_m017_tcr_v4 .slate_content p,
  .ent_m019_tcr_v4 .slate_content p,
  .ent_m017_tcr_v4_0_1 .slate_content p,
  .ent_m019_tcr_v4_0_1 .slate_content p,
  .ent_m017_tcr_v4 .error-slate .slate_description,
  .ent_m019_tcr_v4 .error-slate .slate_description,
  .ent_m017_tcr_v4_0_1 .error-slate .slate_description,
  .ent_m019_tcr_v4_0_1 .error-slate .slate_description,
  .ent_m017_tcr_v4 .slate_content .slate_description,
  .ent_m019_tcr_v4 .slate_content .slate_description,
  .ent_m017_tcr_v4_0_1 .slate_content .slate_description,
  .ent_m019_tcr_v4_0_1 .slate_content .slate_description {
    font-size: 16px;
  }
}
@media screen and (max-width: 30em) {
  .ent_m017_tcr_v4 .error-slate,
  .ent_m019_tcr_v4 .error-slate,
  .ent_m017_tcr_v4_0_1 .error-slate,
  .ent_m019_tcr_v4_0_1 .error-slate,
  .ent_m017_tcr_v4 .slate_content,
  .ent_m019_tcr_v4 .slate_content,
  .ent_m017_tcr_v4_0_1 .slate_content,
  .ent_m019_tcr_v4_0_1 .slate_content {
    padding-right: 12%;
  }
  .ent_m017_tcr_v4 .error-slate h3,
  .ent_m019_tcr_v4 .error-slate h3,
  .ent_m017_tcr_v4_0_1 .error-slate h3,
  .ent_m019_tcr_v4_0_1 .error-slate h3,
  .ent_m017_tcr_v4 .slate_content h3,
  .ent_m019_tcr_v4 .slate_content h3,
  .ent_m017_tcr_v4_0_1 .slate_content h3,
  .ent_m019_tcr_v4_0_1 .slate_content h3,
  .ent_m017_tcr_v4 .error-slate .slate_headline,
  .ent_m019_tcr_v4 .error-slate .slate_headline,
  .ent_m017_tcr_v4_0_1 .error-slate .slate_headline,
  .ent_m019_tcr_v4_0_1 .error-slate .slate_headline,
  .ent_m017_tcr_v4 .slate_content .slate_headline,
  .ent_m019_tcr_v4 .slate_content .slate_headline,
  .ent_m017_tcr_v4_0_1 .slate_content .slate_headline,
  .ent_m019_tcr_v4_0_1 .slate_content .slate_headline {
    font-size: 21px;
  }
  .ent_m017_tcr_v4 .error-slate p,
  .ent_m019_tcr_v4 .error-slate p,
  .ent_m017_tcr_v4_0_1 .error-slate p,
  .ent_m019_tcr_v4_0_1 .error-slate p,
  .ent_m017_tcr_v4 .slate_content p,
  .ent_m019_tcr_v4 .slate_content p,
  .ent_m017_tcr_v4_0_1 .slate_content p,
  .ent_m019_tcr_v4_0_1 .slate_content p,
  .ent_m017_tcr_v4 .error-slate .slate_description,
  .ent_m019_tcr_v4 .error-slate .slate_description,
  .ent_m017_tcr_v4_0_1 .error-slate .slate_description,
  .ent_m019_tcr_v4_0_1 .error-slate .slate_description,
  .ent_m017_tcr_v4 .slate_content .slate_description,
  .ent_m019_tcr_v4 .slate_content .slate_description,
  .ent_m017_tcr_v4_0_1 .slate_content .slate_description,
  .ent_m019_tcr_v4_0_1 .slate_content .slate_description {
    font-size: 13px;
  }
}
@media screen and (max-width: 25em) {
  .ent_m017_tcr_v4 .error-slate,
  .ent_m019_tcr_v4 .error-slate,
  .ent_m017_tcr_v4_0_1 .error-slate,
  .ent_m019_tcr_v4_0_1 .error-slate,
  .ent_m017_tcr_v4 .slate_content,
  .ent_m019_tcr_v4 .slate_content,
  .ent_m017_tcr_v4_0_1 .slate_content,
  .ent_m019_tcr_v4_0_1 .slate_content {
    padding-top: 30px;
  }
}
@media screen and (max-width: 22.5em) {
  .ent_m017_tcr_v4 .error-slate,
  .ent_m019_tcr_v4 .error-slate,
  .ent_m017_tcr_v4_0_1 .error-slate,
  .ent_m019_tcr_v4_0_1 .error-slate,
  .ent_m017_tcr_v4 .slate_content,
  .ent_m019_tcr_v4 .slate_content,
  .ent_m017_tcr_v4_0_1 .slate_content,
  .ent_m019_tcr_v4_0_1 .slate_content {
    padding-top: 20px;
    padding-left: 15px;
    padding-bottom: 20px;
  }
  .ent_m017_tcr_v4 .error-slate h3,
  .ent_m019_tcr_v4 .error-slate h3,
  .ent_m017_tcr_v4_0_1 .error-slate h3,
  .ent_m019_tcr_v4_0_1 .error-slate h3,
  .ent_m017_tcr_v4 .slate_content h3,
  .ent_m019_tcr_v4 .slate_content h3,
  .ent_m017_tcr_v4_0_1 .slate_content h3,
  .ent_m019_tcr_v4_0_1 .slate_content h3,
  .ent_m017_tcr_v4 .error-slate .slate_headline,
  .ent_m019_tcr_v4 .error-slate .slate_headline,
  .ent_m017_tcr_v4_0_1 .error-slate .slate_headline,
  .ent_m019_tcr_v4_0_1 .error-slate .slate_headline,
  .ent_m017_tcr_v4 .slate_content .slate_headline,
  .ent_m019_tcr_v4 .slate_content .slate_headline,
  .ent_m017_tcr_v4_0_1 .slate_content .slate_headline,
  .ent_m019_tcr_v4_0_1 .slate_content .slate_headline {
    font-size: 16px;
  }
}
.ent_m017_tcr_v4 .not_available,
.ent_m019_tcr_v4 .not_available,
.ent_m017_tcr_v4_0_1 .not_available,
.ent_m019_tcr_v4_0_1 .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_v4 .not_available .message,
.ent_m019_tcr_v4 .not_available .message,
.ent_m017_tcr_v4_0_1 .not_available .message,
.ent_m019_tcr_v4_0_1 .not_available .message {
  text-indent: -20000px;
}
@media screen and (max-width: 63.938em) {
  .ent_m017_tcr_v4 .not_available,
  .ent_m019_tcr_v4 .not_available,
  .ent_m017_tcr_v4_0_1 .not_available,
  .ent_m019_tcr_v4_0_1 .not_available {
    min-height: 405px;
  }
}
@media screen and (min-width: 15em) and (max-width: 47.938em) {
  .ent_m017_tcr_v4 .not_available,
  .ent_m019_tcr_v4 .not_available,
  .ent_m017_tcr_v4_0_1 .not_available,
  .ent_m019_tcr_v4_0_1 .not_available {
    min-height: 270px;
  }
}
@media screen and (max-width: 428px) {
  .ent_m017_tcr_v4 .not_available,
  .ent_m019_tcr_v4 .not_available,
  .ent_m017_tcr_v4_0_1 .not_available,
  .ent_m019_tcr_v4_0_1 .not_available {
    min-height: 200px;
  }
}
.ent_m017_tcr_v4 .not_available h2,
.ent_m019_tcr_v4 .not_available h2,
.ent_m017_tcr_v4_0_1 .not_available h2,
.ent_m019_tcr_v4_0_1 .not_available h2 {
  color: #3479a5;
  text-transform: uppercase;
  font-family: 'BrandonTextBold', Helvetica, Arial, sans-serif;
  font-size: 2.5em;
}
.ent_m017_tcr_v4 .not_available p,
.ent_m019_tcr_v4 .not_available p,
.ent_m017_tcr_v4_0_1 .not_available p,
.ent_m019_tcr_v4_0_1 .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_v4,
  .ent_m019_tcr_v4,
  .ent_m017_tcr_v4_0_1,
  .ent_m019_tcr_v4_0_1 {
    min-height: 400px;
  }
  .ent_m017_tcr_v4 iframe,
  .ent_m019_tcr_v4 iframe,
  .ent_m017_tcr_v4_0_1 iframe,
  .ent_m019_tcr_v4_0_1 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_v4,
  .ent_m019_tcr_v4,
  .ent_m017_tcr_v4_0_1,
  .ent_m019_tcr_v4_0_1 {
    min-height: 200px;
  }
}
.ent_m017_tcr_v4 .meta,
.ent_m019_tcr_v4 .meta,
.ent_m017_tcr_v4_0_1 .meta,
.ent_m019_tcr_v4_0_1 .meta,
.ent_m017_tcr_v4 .meta_info,
.ent_m019_tcr_v4 .meta_info,
.ent_m017_tcr_v4_0_1 .meta_info,
.ent_m019_tcr_v4_0_1 .meta_info {
  font-size: 1.0625em;
  font-family: 'BrandonTextMedium', Helvetica, Arial, sans-serif;
  max-width: 960px;
}
.ent_m017_tcr_v4 .meta:after,
.ent_m019_tcr_v4 .meta:after,
.ent_m017_tcr_v4_0_1 .meta:after,
.ent_m019_tcr_v4_0_1 .meta:after,
.ent_m017_tcr_v4 .meta_info:after,
.ent_m019_tcr_v4 .meta_info:after,
.ent_m017_tcr_v4_0_1 .meta_info:after,
.ent_m019_tcr_v4_0_1 .meta_info:after {
  clear: both;
  content: "";
  display: block;
  height: 0;
  visibility: hidden;
}
*:first-child + html .ent_m017_tcr_v4 .meta,
*:first-child + html .ent_m019_tcr_v4 .meta,
*:first-child + html .ent_m017_tcr_v4_0_1 .meta,
*:first-child + html .ent_m019_tcr_v4_0_1 .meta,
*:first-child + html .ent_m017_tcr_v4 .meta_info,
*:first-child + html .ent_m019_tcr_v4 .meta_info,
*:first-child + html .ent_m017_tcr_v4_0_1 .meta_info,
*:first-child + html .ent_m019_tcr_v4_0_1 .meta_info {
  display: block;
  min-height: 0;
}
.ent_m017_tcr_v4 .meta h1,
.ent_m019_tcr_v4 .meta h1,
.ent_m017_tcr_v4_0_1 .meta h1,
.ent_m019_tcr_v4_0_1 .meta h1,
.ent_m017_tcr_v4 .meta_info h1,
.ent_m019_tcr_v4 .meta_info h1,
.ent_m017_tcr_v4_0_1 .meta_info h1,
.ent_m019_tcr_v4_0_1 .meta_info h1,
.ent_m017_tcr_v4 .meta h2,
.ent_m019_tcr_v4 .meta h2,
.ent_m017_tcr_v4_0_1 .meta h2,
.ent_m019_tcr_v4_0_1 .meta h2,
.ent_m017_tcr_v4 .meta_info h2,
.ent_m019_tcr_v4 .meta_info h2,
.ent_m017_tcr_v4_0_1 .meta_info h2,
.ent_m019_tcr_v4_0_1 .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_v4 .meta h1,
  .ent_m019_tcr_v4 .meta h1,
  .ent_m017_tcr_v4_0_1 .meta h1,
  .ent_m019_tcr_v4_0_1 .meta h1,
  .ent_m017_tcr_v4 .meta_info h1,
  .ent_m019_tcr_v4 .meta_info h1,
  .ent_m017_tcr_v4_0_1 .meta_info h1,
  .ent_m019_tcr_v4_0_1 .meta_info h1,
  .ent_m017_tcr_v4 .meta h2,
  .ent_m019_tcr_v4 .meta h2,
  .ent_m017_tcr_v4_0_1 .meta h2,
  .ent_m019_tcr_v4_0_1 .meta h2,
  .ent_m017_tcr_v4 .meta_info h2,
  .ent_m019_tcr_v4 .meta_info h2,
  .ent_m017_tcr_v4_0_1 .meta_info h2,
  .ent_m019_tcr_v4_0_1 .meta_info h2 {
    font-size: 1.11764706em;
  }
}
.ent_m017_tcr_v4 .meta h1 .arrow,
.ent_m019_tcr_v4 .meta h1 .arrow,
.ent_m017_tcr_v4_0_1 .meta h1 .arrow,
.ent_m019_tcr_v4_0_1 .meta h1 .arrow,
.ent_m017_tcr_v4 .meta_info h1 .arrow,
.ent_m019_tcr_v4 .meta_info h1 .arrow,
.ent_m017_tcr_v4_0_1 .meta_info h1 .arrow,
.ent_m019_tcr_v4_0_1 .meta_info h1 .arrow,
.ent_m017_tcr_v4 .meta h2 .arrow,
.ent_m019_tcr_v4 .meta h2 .arrow,
.ent_m017_tcr_v4_0_1 .meta h2 .arrow,
.ent_m019_tcr_v4_0_1 .meta h2 .arrow,
.ent_m017_tcr_v4 .meta_info h2 .arrow,
.ent_m019_tcr_v4 .meta_info h2 .arrow,
.ent_m017_tcr_v4_0_1 .meta_info h2 .arrow,
.ent_m019_tcr_v4_0_1 .meta_info h2 .arrow,
.ent_m017_tcr_v4 .meta .video_title:after,
.ent_m019_tcr_v4 .meta .video_title:after,
.ent_m017_tcr_v4_0_1 .meta .video_title:after,
.ent_m019_tcr_v4_0_1 .meta .video_title:after,
.ent_m017_tcr_v4 .meta_info .video_title:after,
.ent_m019_tcr_v4 .meta_info .video_title:after,
.ent_m017_tcr_v4_0_1 .meta_info .video_title:after,
.ent_m019_tcr_v4_0_1 .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_v4 .meta h1 .arrow,
  .ent_m019_tcr_v4 .meta h1 .arrow,
  .ent_m017_tcr_v4_0_1 .meta h1 .arrow,
  .ent_m019_tcr_v4_0_1 .meta h1 .arrow,
  .ent_m017_tcr_v4 .meta_info h1 .arrow,
  .ent_m019_tcr_v4 .meta_info h1 .arrow,
  .ent_m017_tcr_v4_0_1 .meta_info h1 .arrow,
  .ent_m019_tcr_v4_0_1 .meta_info h1 .arrow,
  .ent_m017_tcr_v4 .meta h2 .arrow,
  .ent_m019_tcr_v4 .meta h2 .arrow,
  .ent_m017_tcr_v4_0_1 .meta h2 .arrow,
  .ent_m019_tcr_v4_0_1 .meta h2 .arrow,
  .ent_m017_tcr_v4 .meta_info h2 .arrow,
  .ent_m019_tcr_v4 .meta_info h2 .arrow,
  .ent_m017_tcr_v4_0_1 .meta_info h2 .arrow,
  .ent_m019_tcr_v4_0_1 .meta_info h2 .arrow,
  .ent_m017_tcr_v4 .meta .video_title:after,
  .ent_m019_tcr_v4 .meta .video_title:after,
  .ent_m017_tcr_v4_0_1 .meta .video_title:after,
  .ent_m019_tcr_v4_0_1 .meta .video_title:after,
  .ent_m017_tcr_v4 .meta_info .video_title:after,
  .ent_m019_tcr_v4 .meta_info .video_title:after,
  .ent_m017_tcr_v4_0_1 .meta_info .video_title:after,
  .ent_m019_tcr_v4_0_1 .meta_info .video_title:after {
    top: 50%;
    margin-top: -12px;
  }
}
@media screen and (max-width: 30em) {
  .ent_m017_tcr_v4 .meta h1 .arrow,
  .ent_m019_tcr_v4 .meta h1 .arrow,
  .ent_m017_tcr_v4_0_1 .meta h1 .arrow,
  .ent_m019_tcr_v4_0_1 .meta h1 .arrow,
  .ent_m017_tcr_v4 .meta_info h1 .arrow,
  .ent_m019_tcr_v4 .meta_info h1 .arrow,
  .ent_m017_tcr_v4_0_1 .meta_info h1 .arrow,
  .ent_m019_tcr_v4_0_1 .meta_info h1 .arrow,
  .ent_m017_tcr_v4 .meta h2 .arrow,
  .ent_m019_tcr_v4 .meta h2 .arrow,
  .ent_m017_tcr_v4_0_1 .meta h2 .arrow,
  .ent_m019_tcr_v4_0_1 .meta h2 .arrow,
  .ent_m017_tcr_v4 .meta_info h2 .arrow,
  .ent_m019_tcr_v4 .meta_info h2 .arrow,
  .ent_m017_tcr_v4_0_1 .meta_info h2 .arrow,
  .ent_m019_tcr_v4_0_1 .meta_info h2 .arrow,
  .ent_m017_tcr_v4 .meta .video_title:after,
  .ent_m019_tcr_v4 .meta .video_title:after,
  .ent_m017_tcr_v4_0_1 .meta .video_title:after,
  .ent_m019_tcr_v4_0_1 .meta .video_title:after,
  .ent_m017_tcr_v4 .meta_info .video_title:after,
  .ent_m019_tcr_v4 .meta_info .video_title:after,
  .ent_m017_tcr_v4_0_1 .meta_info .video_title:after,
  .ent_m019_tcr_v4_0_1 .meta_info .video_title:after {
    right: 0;
  }
}
@media screen and (max-width: 30em) {
  .ent_m017_tcr_v4 .meta h1,
  .ent_m019_tcr_v4 .meta h1,
  .ent_m017_tcr_v4_0_1 .meta h1,
  .ent_m019_tcr_v4_0_1 .meta h1,
  .ent_m017_tcr_v4 .meta_info h1,
  .ent_m019_tcr_v4 .meta_info h1,
  .ent_m017_tcr_v4_0_1 .meta_info h1,
  .ent_m019_tcr_v4_0_1 .meta_info h1,
  .ent_m017_tcr_v4 .meta h2,
  .ent_m019_tcr_v4 .meta h2,
  .ent_m017_tcr_v4_0_1 .meta h2,
  .ent_m019_tcr_v4_0_1 .meta h2,
  .ent_m017_tcr_v4 .meta_info h2,
  .ent_m019_tcr_v4 .meta_info h2,
  .ent_m017_tcr_v4_0_1 .meta_info h2,
  .ent_m019_tcr_v4_0_1 .meta_info h2,
  .ent_m017_tcr_v4 .meta .video_title,
  .ent_m019_tcr_v4 .meta .video_title,
  .ent_m017_tcr_v4_0_1 .meta .video_title,
  .ent_m019_tcr_v4_0_1 .meta .video_title,
  .ent_m017_tcr_v4 .meta_info .video_title,
  .ent_m019_tcr_v4 .meta_info .video_title,
  .ent_m017_tcr_v4_0_1 .meta_info .video_title,
  .ent_m019_tcr_v4_0_1 .meta_info .video_title {
    padding-right: 35px;
  }
}
.ent_m017_tcr_v4 .meta h1:hover .arrow,
.ent_m019_tcr_v4 .meta h1:hover .arrow,
.ent_m017_tcr_v4_0_1 .meta h1:hover .arrow,
.ent_m019_tcr_v4_0_1 .meta h1:hover .arrow,
.ent_m017_tcr_v4 .meta_info h1:hover .arrow,
.ent_m019_tcr_v4 .meta_info h1:hover .arrow,
.ent_m017_tcr_v4_0_1 .meta_info h1:hover .arrow,
.ent_m019_tcr_v4_0_1 .meta_info h1:hover .arrow,
.ent_m017_tcr_v4 .meta h2:hover .arrow,
.ent_m019_tcr_v4 .meta h2:hover .arrow,
.ent_m017_tcr_v4_0_1 .meta h2:hover .arrow,
.ent_m019_tcr_v4_0_1 .meta h2:hover .arrow,
.ent_m017_tcr_v4 .meta_info h2:hover .arrow,
.ent_m019_tcr_v4 .meta_info h2:hover .arrow,
.ent_m017_tcr_v4_0_1 .meta_info h2:hover .arrow,
.ent_m019_tcr_v4_0_1 .meta_info h2:hover .arrow,
.ent_m017_tcr_v4 .meta .video_title:hover:after,
.ent_m019_tcr_v4 .meta .video_title:hover:after,
.ent_m017_tcr_v4_0_1 .meta .video_title:hover:after,
.ent_m019_tcr_v4_0_1 .meta .video_title:hover:after,
.ent_m017_tcr_v4 .meta_info .video_title:hover:after,
.ent_m019_tcr_v4 .meta_info .video_title:hover:after,
.ent_m017_tcr_v4_0_1 .meta_info .video_title:hover:after,
.ent_m019_tcr_v4_0_1 .meta_info .video_title:hover:after {
  background-position: -284px -238px;
}
.ent_m017_tcr_v4 .meta .video_title:after,
.ent_m019_tcr_v4 .meta .video_title:after,
.ent_m017_tcr_v4_0_1 .meta .video_title:after,
.ent_m019_tcr_v4_0_1 .meta .video_title:after,
.ent_m017_tcr_v4 .meta_info .video_title:after,
.ent_m019_tcr_v4 .meta_info .video_title:after,
.ent_m017_tcr_v4_0_1 .meta_info .video_title:after,
.ent_m019_tcr_v4_0_1 .meta_info .video_title:after {
  content: "";
}
.ent_m017_tcr_v4 .meta h1 + .info.show,
.ent_m019_tcr_v4 .meta h1 + .info.show,
.ent_m017_tcr_v4_0_1 .meta h1 + .info.show,
.ent_m019_tcr_v4_0_1 .meta h1 + .info.show,
.ent_m017_tcr_v4 .meta_info h1 + .info.show,
.ent_m019_tcr_v4 .meta_info h1 + .info.show,
.ent_m017_tcr_v4_0_1 .meta_info h1 + .info.show,
.ent_m019_tcr_v4_0_1 .meta_info h1 + .info.show {
  margin-top: -11px;
}
@media screen and (max-width: 64em) {
  .ent_m017_tcr_v4 .meta h1 + .info.show,
  .ent_m019_tcr_v4 .meta h1 + .info.show,
  .ent_m017_tcr_v4_0_1 .meta h1 + .info.show,
  .ent_m019_tcr_v4_0_1 .meta h1 + .info.show,
  .ent_m017_tcr_v4 .meta_info h1 + .info.show,
  .ent_m019_tcr_v4 .meta_info h1 + .info.show,
  .ent_m017_tcr_v4_0_1 .meta_info h1 + .info.show,
  .ent_m019_tcr_v4_0_1 .meta_info h1 + .info.show {
    margin-top: 0;
  }
}
.ent_m017_tcr_v4 .meta .video_description,
.ent_m019_tcr_v4 .meta .video_description,
.ent_m017_tcr_v4_0_1 .meta .video_description,
.ent_m019_tcr_v4_0_1 .meta .video_description,
.ent_m017_tcr_v4 .meta_info .video_description,
.ent_m019_tcr_v4 .meta_info .video_description,
.ent_m017_tcr_v4_0_1 .meta_info .video_description,
.ent_m019_tcr_v4_0_1 .meta_info .video_description {
  margin: 0;
  padding: 0;
}
.ent_m017_tcr_v4 .meta .description,
.ent_m019_tcr_v4 .meta .description,
.ent_m017_tcr_v4_0_1 .meta .description,
.ent_m019_tcr_v4_0_1 .meta .description,
.ent_m017_tcr_v4 .meta_info .description,
.ent_m019_tcr_v4 .meta_info .description,
.ent_m017_tcr_v4_0_1 .meta_info .description,
.ent_m019_tcr_v4_0_1 .meta_info .description,
.ent_m017_tcr_v4 .meta .video_description,
.ent_m019_tcr_v4 .meta .video_description,
.ent_m017_tcr_v4_0_1 .meta .video_description,
.ent_m019_tcr_v4_0_1 .meta .video_description,
.ent_m017_tcr_v4 .meta_info .video_description,
.ent_m019_tcr_v4 .meta_info .video_description,
.ent_m017_tcr_v4_0_1 .meta_info .video_description,
.ent_m019_tcr_v4_0_1 .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_v4 .meta .description,
  .ent_m019_tcr_v4 .meta .description,
  .ent_m017_tcr_v4_0_1 .meta .description,
  .ent_m019_tcr_v4_0_1 .meta .description,
  .ent_m017_tcr_v4 .meta_info .description,
  .ent_m019_tcr_v4 .meta_info .description,
  .ent_m017_tcr_v4_0_1 .meta_info .description,
  .ent_m019_tcr_v4_0_1 .meta_info .description,
  .ent_m017_tcr_v4 .meta .video_description,
  .ent_m019_tcr_v4 .meta .video_description,
  .ent_m017_tcr_v4_0_1 .meta .video_description,
  .ent_m019_tcr_v4_0_1 .meta .video_description,
  .ent_m017_tcr_v4 .meta_info .video_description,
  .ent_m019_tcr_v4 .meta_info .video_description,
  .ent_m017_tcr_v4_0_1 .meta_info .video_description,
  .ent_m019_tcr_v4_0_1 .meta_info .video_description {
    font-size: 1.11764706em;
  }
}
@media screen and (min-width: 75em) {
  .ent_m017_tcr_v4 .meta .description,
  .ent_m019_tcr_v4 .meta .description,
  .ent_m017_tcr_v4_0_1 .meta .description,
  .ent_m019_tcr_v4_0_1 .meta .description,
  .ent_m017_tcr_v4 .meta_info .description,
  .ent_m019_tcr_v4 .meta_info .description,
  .ent_m017_tcr_v4_0_1 .meta_info .description,
  .ent_m019_tcr_v4_0_1 .meta_info .description,
  .ent_m017_tcr_v4 .meta .video_description,
  .ent_m019_tcr_v4 .meta .video_description,
  .ent_m017_tcr_v4_0_1 .meta .video_description,
  .ent_m019_tcr_v4_0_1 .meta .video_description,
  .ent_m017_tcr_v4 .meta_info .video_description,
  .ent_m019_tcr_v4 .meta_info .video_description,
  .ent_m017_tcr_v4_0_1 .meta_info .video_description,
  .ent_m019_tcr_v4_0_1 .meta_info .video_description {
    font-size: 1.23529412em;
  }
}
.ent_m017_tcr_v4 .meta .info .tags,
.ent_m019_tcr_v4 .meta .info .tags,
.ent_m017_tcr_v4_0_1 .meta .info .tags,
.ent_m019_tcr_v4_0_1 .meta .info .tags,
.ent_m017_tcr_v4 .meta_info .tags,
.ent_m019_tcr_v4 .meta_info .tags,
.ent_m017_tcr_v4_0_1 .meta_info .tags,
.ent_m019_tcr_v4_0_1 .meta_info .tags {
  margin-top: 1.5%;
}
.ent_m017_tcr_v4 .meta .info .tags a,
.ent_m019_tcr_v4 .meta .info .tags a,
.ent_m017_tcr_v4_0_1 .meta .info .tags a,
.ent_m019_tcr_v4_0_1 .meta .info .tags a,
.ent_m017_tcr_v4 .meta_info .tags a,
.ent_m019_tcr_v4 .meta_info .tags a,
.ent_m017_tcr_v4_0_1 .meta_info .tags a,
.ent_m019_tcr_v4_0_1 .meta_info .tags a,
.ent_m017_tcr_v4 .meta .info .tags .tag,
.ent_m019_tcr_v4 .meta .info .tags .tag,
.ent_m017_tcr_v4_0_1 .meta .info .tags .tag,
.ent_m019_tcr_v4_0_1 .meta .info .tags .tag,
.ent_m017_tcr_v4 .meta_info .tags .tag,
.ent_m019_tcr_v4 .meta_info .tags .tag,
.ent_m017_tcr_v4_0_1 .meta_info .tags .tag,
.ent_m019_tcr_v4_0_1 .meta_info .tags .tag {
  color: #0090dc;
}
.ent_m017_tcr_v4 .meta .info .tags a:hover,
.ent_m019_tcr_v4 .meta .info .tags a:hover,
.ent_m017_tcr_v4_0_1 .meta .info .tags a:hover,
.ent_m019_tcr_v4_0_1 .meta .info .tags a:hover,
.ent_m017_tcr_v4 .meta_info .tags a:hover,
.ent_m019_tcr_v4 .meta_info .tags a:hover,
.ent_m017_tcr_v4_0_1 .meta_info .tags a:hover,
.ent_m019_tcr_v4_0_1 .meta_info .tags a:hover,
.ent_m017_tcr_v4 .meta .info .tags .tag:hover,
.ent_m019_tcr_v4 .meta .info .tags .tag:hover,
.ent_m017_tcr_v4_0_1 .meta .info .tags .tag:hover,
.ent_m019_tcr_v4_0_1 .meta .info .tags .tag:hover,
.ent_m017_tcr_v4 .meta_info .tags .tag:hover,
.ent_m019_tcr_v4 .meta_info .tags .tag:hover,
.ent_m017_tcr_v4_0_1 .meta_info .tags .tag:hover,
.ent_m019_tcr_v4_0_1 .meta_info .tags .tag:hover {
  color: #ea4242;
}
.ent_m017_tcr_v4 .info,
.ent_m019_tcr_v4 .info,
.ent_m017_tcr_v4_0_1 .info,
.ent_m019_tcr_v4_0_1 .info {
  margin-bottom: 25px;
}
.ent_m017_tcr_v4 .info,
.ent_m019_tcr_v4 .info,
.ent_m017_tcr_v4_0_1 .info,
.ent_m019_tcr_v4_0_1 .info,
.ent_m017_tcr_v4 .tags,
.ent_m019_tcr_v4 .tags,
.ent_m017_tcr_v4_0_1 .tags,
.ent_m019_tcr_v4_0_1 .tags,
.ent_m017_tcr_v4 .air_date,
.ent_m019_tcr_v4 .air_date,
.ent_m017_tcr_v4_0_1 .air_date,
.ent_m019_tcr_v4_0_1 .air_date,
.ent_m017_tcr_v4 .views_count,
.ent_m019_tcr_v4 .views_count,
.ent_m017_tcr_v4_0_1 .views_count,
.ent_m019_tcr_v4_0_1 .views_count {
  color: #827e7d;
}
.ent_m017_tcr_v4 .meta_info .tags,
.ent_m019_tcr_v4 .meta_info .tags,
.ent_m017_tcr_v4_0_1 .meta_info .tags,
.ent_m019_tcr_v4_0_1 .meta_info .tags,
.ent_m017_tcr_v4 .meta_info .air_date,
.ent_m019_tcr_v4 .meta_info .air_date,
.ent_m017_tcr_v4_0_1 .meta_info .air_date,
.ent_m019_tcr_v4_0_1 .meta_info .air_date,
.ent_m017_tcr_v4 .meta_info .views_count,
.ent_m019_tcr_v4 .meta_info .views_count,
.ent_m017_tcr_v4_0_1 .meta_info .views_count,
.ent_m019_tcr_v4_0_1 .meta_info .views_count,
.ent_m017_tcr_v4 .meta_info .video_description,
.ent_m019_tcr_v4 .meta_info .video_description,
.ent_m017_tcr_v4_0_1 .meta_info .video_description,
.ent_m019_tcr_v4_0_1 .meta_info .video_description {
  display: none;
}
.ent_m017_tcr_v4 .meta_info.show_info,
.ent_m019_tcr_v4 .meta_info.show_info,
.ent_m017_tcr_v4_0_1 .meta_info.show_info,
.ent_m019_tcr_v4_0_1 .meta_info.show_info {
  padding-bottom: 25px;
}
.ent_m017_tcr_v4 .meta_info.show_info .watch_btn,
.ent_m019_tcr_v4 .meta_info.show_info .watch_btn,
.ent_m017_tcr_v4_0_1 .meta_info.show_info .watch_btn,
.ent_m019_tcr_v4_0_1 .meta_info.show_info .watch_btn {
  margin: 25px 0 0;
}
.ent_m017_tcr_v4 .meta_info.show_info .tags,
.ent_m019_tcr_v4 .meta_info.show_info .tags,
.ent_m017_tcr_v4_0_1 .meta_info.show_info .tags,
.ent_m019_tcr_v4_0_1 .meta_info.show_info .tags,
.ent_m017_tcr_v4 .meta_info.show_info .video_description,
.ent_m019_tcr_v4 .meta_info.show_info .video_description,
.ent_m017_tcr_v4_0_1 .meta_info.show_info .video_description,
.ent_m019_tcr_v4_0_1 .meta_info.show_info .video_description {
  display: block;
}
.ent_m017_tcr_v4 .meta_info.show_info .air_date,
.ent_m019_tcr_v4 .meta_info.show_info .air_date,
.ent_m017_tcr_v4_0_1 .meta_info.show_info .air_date,
.ent_m019_tcr_v4_0_1 .meta_info.show_info .air_date,
.ent_m017_tcr_v4 .meta_info.show_info .views_count,
.ent_m019_tcr_v4 .meta_info.show_info .views_count,
.ent_m017_tcr_v4_0_1 .meta_info.show_info .views_count,
.ent_m019_tcr_v4_0_1 .meta_info.show_info .views_count {
  display: inline-block;
}
.ent_m017_tcr_v4 .air_date + .views_count:before,
.ent_m019_tcr_v4 .air_date + .views_count:before,
.ent_m017_tcr_v4_0_1 .air_date + .views_count:before,
.ent_m019_tcr_v4_0_1 .air_date + .views_count:before {
  content: "|";
  margin: 0 5px;
}
.ent_m017_tcr_v4 .airdate,
.ent_m019_tcr_v4 .airdate,
.ent_m017_tcr_v4_0_1 .airdate,
.ent_m019_tcr_v4_0_1 .airdate {
  display: inline-block;
  vertical-align: middle;
}
.ent_m017_tcr_v4 .airdate + .views,
.ent_m019_tcr_v4 .airdate + .views,
.ent_m017_tcr_v4_0_1 .airdate + .views,
.ent_m019_tcr_v4_0_1 .airdate + .views {
  display: inline-block;
  vertical-align: middle;
  overflow: hidden;
  margin-left: 18px;
  text-indent: -5px;
}
.ent_m017_tcr_v4 .airdate + .views:before,
.ent_m019_tcr_v4 .airdate + .views:before,
.ent_m017_tcr_v4_0_1 .airdate + .views:before,
.ent_m019_tcr_v4_0_1 .airdate + .views:before {
  content: '|';
  position: absolute;
}
.ent_m017_tcr_v4 .share_wrap,
.ent_m019_tcr_v4 .share_wrap,
.ent_m017_tcr_v4_0_1 .share_wrap,
.ent_m019_tcr_v4_0_1 .share_wrap,
.ent_m017_tcr_v4 .share_wrapper,
.ent_m019_tcr_v4 .share_wrapper,
.ent_m017_tcr_v4_0_1 .share_wrapper,
.ent_m019_tcr_v4_0_1 .share_wrapper {
  padding: 1.125em 0.5625em 0em 0em;
  position: relative;
}
.ent_m017_tcr_v4 .share_wrap:after,
.ent_m019_tcr_v4 .share_wrap:after,
.ent_m017_tcr_v4_0_1 .share_wrap:after,
.ent_m019_tcr_v4_0_1 .share_wrap:after,
.ent_m017_tcr_v4 .share_wrapper:after,
.ent_m019_tcr_v4 .share_wrapper:after,
.ent_m017_tcr_v4_0_1 .share_wrapper:after,
.ent_m019_tcr_v4_0_1 .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_v4 .share_wrap:after,
.ent_m019_tcr_v4 .share_wrap:after,
.ent_m017_tcr_v4_0_1 .share_wrap:after,
.ent_m019_tcr_v4_0_1 .share_wrap:after,
.ent_m017_tcr_v4 .share_wrapper:after,
.ent_m019_tcr_v4 .share_wrapper:after,
.ent_m017_tcr_v4_0_1 .share_wrapper:after,
.ent_m019_tcr_v4_0_1 .share_wrapper:after {
  top: 0;
  bottom: auto;
}
.ent_m017_tcr_v4 .share_wrap .shareFBLike .facebookLike,
.ent_m019_tcr_v4 .share_wrap .shareFBLike .facebookLike,
.ent_m017_tcr_v4_0_1 .share_wrap .shareFBLike .facebookLike,
.ent_m019_tcr_v4_0_1 .share_wrap .shareFBLike .facebookLike,
.ent_m017_tcr_v4 .share_wrapper .shareFBLike .facebookLike,
.ent_m019_tcr_v4 .share_wrapper .shareFBLike .facebookLike,
.ent_m017_tcr_v4_0_1 .share_wrapper .shareFBLike .facebookLike,
.ent_m019_tcr_v4_0_1 .share_wrapper .shareFBLike .facebookLike {
  position: relative;
  top: -2px;
  margin: 0;
}
.ent_m017_tcr_v4 .share_wrap .shareFBLike .facebookLike > div,
.ent_m019_tcr_v4 .share_wrap .shareFBLike .facebookLike > div,
.ent_m017_tcr_v4_0_1 .share_wrap .shareFBLike .facebookLike > div,
.ent_m019_tcr_v4_0_1 .share_wrap .shareFBLike .facebookLike > div,
.ent_m017_tcr_v4 .share_wrapper .shareFBLike .facebookLike > div,
.ent_m019_tcr_v4 .share_wrapper .shareFBLike .facebookLike > div,
.ent_m017_tcr_v4_0_1 .share_wrapper .shareFBLike .facebookLike > div,
.ent_m019_tcr_v4_0_1 .share_wrapper .shareFBLike .facebookLike > div {
  margin: 0;
}
@media screen and (max-width: 55em) {
  .ent_m017_tcr_v4 .share_wrap .comments_wrap .comments,
  .ent_m019_tcr_v4 .share_wrap .comments_wrap .comments,
  .ent_m017_tcr_v4_0_1 .share_wrap .comments_wrap .comments,
  .ent_m019_tcr_v4_0_1 .share_wrap .comments_wrap .comments,
  .ent_m017_tcr_v4 .share_wrapper .comments_wrap .comments,
  .ent_m019_tcr_v4 .share_wrapper .comments_wrap .comments,
  .ent_m017_tcr_v4_0_1 .share_wrapper .comments_wrap .comments,
  .ent_m019_tcr_v4_0_1 .share_wrapper .comments_wrap .comments,
  .ent_m017_tcr_v4 .share_wrap .comments_btn .comments_count,
  .ent_m019_tcr_v4 .share_wrap .comments_btn .comments_count,
  .ent_m017_tcr_v4_0_1 .share_wrap .comments_btn .comments_count,
  .ent_m019_tcr_v4_0_1 .share_wrap .comments_btn .comments_count,
  .ent_m017_tcr_v4 .share_wrapper .comments_btn .comments_count,
  .ent_m019_tcr_v4 .share_wrapper .comments_btn .comments_count,
  .ent_m017_tcr_v4_0_1 .share_wrapper .comments_btn .comments_count,
  .ent_m019_tcr_v4_0_1 .share_wrapper .comments_btn .comments_count {
    min-width: 20px;
  }
  .ent_m017_tcr_v4 .share_wrap .comments_wrap .comments:before,
  .ent_m019_tcr_v4 .share_wrap .comments_wrap .comments:before,
  .ent_m017_tcr_v4_0_1 .share_wrap .comments_wrap .comments:before,
  .ent_m019_tcr_v4_0_1 .share_wrap .comments_wrap .comments:before,
  .ent_m017_tcr_v4 .share_wrapper .comments_wrap .comments:before,
  .ent_m019_tcr_v4 .share_wrapper .comments_wrap .comments:before,
  .ent_m017_tcr_v4_0_1 .share_wrapper .comments_wrap .comments:before,
  .ent_m019_tcr_v4_0_1 .share_wrapper .comments_wrap .comments:before,
  .ent_m017_tcr_v4 .share_wrap .comments_btn .comments_count:before,
  .ent_m019_tcr_v4 .share_wrap .comments_btn .comments_count:before,
  .ent_m017_tcr_v4_0_1 .share_wrap .comments_btn .comments_count:before,
  .ent_m019_tcr_v4_0_1 .share_wrap .comments_btn .comments_count:before,
  .ent_m017_tcr_v4 .share_wrapper .comments_btn .comments_count:before,
  .ent_m019_tcr_v4 .share_wrapper .comments_btn .comments_count:before,
  .ent_m017_tcr_v4_0_1 .share_wrapper .comments_btn .comments_count:before,
  .ent_m019_tcr_v4_0_1 .share_wrapper .comments_btn .comments_count:before {
    content: "";
  }
}
@media screen and (max-width: 48em) {
  .ent_m017_tcr_v4 .share_wrap,
  .ent_m019_tcr_v4 .share_wrap,
  .ent_m017_tcr_v4_0_1 .share_wrap,
  .ent_m019_tcr_v4_0_1 .share_wrap,
  .ent_m017_tcr_v4 .share_wrapper,
  .ent_m019_tcr_v4 .share_wrapper,
  .ent_m017_tcr_v4_0_1 .share_wrapper,
  .ent_m019_tcr_v4_0_1 .share_wrapper {
    padding: 0.625em 0.5625em 0.5625em 0em;
  }
}
.ent_m017_tcr_v4 .share_wrap .flux4 .share li > div,
.ent_m019_tcr_v4 .share_wrap .flux4 .share li > div,
.ent_m017_tcr_v4_0_1 .share_wrap .flux4 .share li > div,
.ent_m019_tcr_v4_0_1 .share_wrap .flux4 .share li > div,
.ent_m017_tcr_v4 .share_wrapper .flux4 .share li > div,
.ent_m019_tcr_v4 .share_wrapper .flux4 .share li > div,
.ent_m017_tcr_v4_0_1 .share_wrapper .flux4 .share li > div,
.ent_m019_tcr_v4_0_1 .share_wrapper .flux4 .share li > div,
.ent_m017_tcr_v4 .share_wrap .flux4 .share li .screen_reader_text,
.ent_m019_tcr_v4 .share_wrap .flux4 .share li .screen_reader_text,
.ent_m017_tcr_v4_0_1 .share_wrap .flux4 .share li .screen_reader_text,
.ent_m019_tcr_v4_0_1 .share_wrap .flux4 .share li .screen_reader_text,
.ent_m017_tcr_v4 .share_wrapper .flux4 .share li .screen_reader_text,
.ent_m019_tcr_v4 .share_wrapper .flux4 .share li .screen_reader_text,
.ent_m017_tcr_v4_0_1 .share_wrapper .flux4 .share li .screen_reader_text,
.ent_m019_tcr_v4_0_1 .share_wrapper .flux4 .share li .screen_reader_text {
  margin-top: -2px;
  font-size: 1.33333333em;
  letter-spacing: 0.5px;
}
.ent_m017_tcr_v4 .share_wrap .flux4 .share li > div.facebookLike,
.ent_m019_tcr_v4 .share_wrap .flux4 .share li > div.facebookLike,
.ent_m017_tcr_v4_0_1 .share_wrap .flux4 .share li > div.facebookLike,
.ent_m019_tcr_v4_0_1 .share_wrap .flux4 .share li > div.facebookLike,
.ent_m017_tcr_v4 .share_wrapper .flux4 .share li > div.facebookLike,
.ent_m019_tcr_v4 .share_wrapper .flux4 .share li > div.facebookLike,
.ent_m017_tcr_v4_0_1 .share_wrapper .flux4 .share li > div.facebookLike,
.ent_m019_tcr_v4_0_1 .share_wrapper .flux4 .share li > div.facebookLike,
.ent_m017_tcr_v4 .share_wrap .flux4 .share li .screen_reader_text.facebookLike,
.ent_m019_tcr_v4 .share_wrap .flux4 .share li .screen_reader_text.facebookLike,
.ent_m017_tcr_v4_0_1 .share_wrap .flux4 .share li .screen_reader_text.facebookLike,
.ent_m019_tcr_v4_0_1 .share_wrap .flux4 .share li .screen_reader_text.facebookLike,
.ent_m017_tcr_v4 .share_wrapper .flux4 .share li .screen_reader_text.facebookLike,
.ent_m019_tcr_v4 .share_wrapper .flux4 .share li .screen_reader_text.facebookLike,
.ent_m017_tcr_v4_0_1 .share_wrapper .flux4 .share li .screen_reader_text.facebookLike,
.ent_m019_tcr_v4_0_1 .share_wrapper .flux4 .share li .screen_reader_text.facebookLike {
  margin-top: 2px;
}
.ent_m017_tcr_v4 .share_wrap iframe,
.ent_m019_tcr_v4 .share_wrap iframe,
.ent_m017_tcr_v4_0_1 .share_wrap iframe,
.ent_m019_tcr_v4_0_1 .share_wrap iframe,
.ent_m017_tcr_v4 .share_wrapper iframe,
.ent_m019_tcr_v4 .share_wrapper iframe,
.ent_m017_tcr_v4_0_1 .share_wrapper iframe,
.ent_m019_tcr_v4_0_1 .share_wrapper iframe {
  positon: relative !important;
  z-index: 4000001;
}
@media screen and (max-width: 47.938em) {
  .ent_m017_tcr_v4 .share_wrap li,
  .ent_m019_tcr_v4 .share_wrap li,
  .ent_m017_tcr_v4_0_1 .share_wrap li,
  .ent_m019_tcr_v4_0_1 .share_wrap li,
  .ent_m017_tcr_v4 .share_wrapper li,
  .ent_m019_tcr_v4 .share_wrapper li,
  .ent_m017_tcr_v4_0_1 .share_wrapper li,
  .ent_m019_tcr_v4_0_1 .share_wrapper li {
    margin-right: 23px;
  }
}
.ent_m017_tcr_v4 .full_episode,
.ent_m019_tcr_v4 .full_episode,
.ent_m017_tcr_v4_0_1 .full_episode,
.ent_m019_tcr_v4_0_1 .full_episode,
.ent_m017_tcr_v4 .watch_btn,
.ent_m019_tcr_v4 .watch_btn,
.ent_m017_tcr_v4_0_1 .watch_btn,
.ent_m019_tcr_v4_0_1 .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_v4 .full_episode:hover,
.ent_m019_tcr_v4 .full_episode:hover,
.ent_m017_tcr_v4_0_1 .full_episode:hover,
.ent_m019_tcr_v4_0_1 .full_episode:hover,
.ent_m017_tcr_v4 .watch_btn:hover,
.ent_m019_tcr_v4 .watch_btn:hover,
.ent_m017_tcr_v4_0_1 .watch_btn:hover,
.ent_m019_tcr_v4_0_1 .watch_btn:hover {
  background: #f54444;
  color: #ffffff;
}
@media (max-width: 30em) {
  .ent_m017_tcr_v4 .full_episode,
  .ent_m019_tcr_v4 .full_episode,
  .ent_m017_tcr_v4_0_1 .full_episode,
  .ent_m019_tcr_v4_0_1 .full_episode,
  .ent_m017_tcr_v4 .watch_btn,
  .ent_m019_tcr_v4 .watch_btn,
  .ent_m017_tcr_v4_0_1 .watch_btn,
  .ent_m019_tcr_v4_0_1 .watch_btn {
    display: none;
  }
}
.ent_m017_tcr_v4 .full_episode .arrow,
.ent_m019_tcr_v4 .full_episode .arrow,
.ent_m017_tcr_v4_0_1 .full_episode .arrow,
.ent_m019_tcr_v4_0_1 .full_episode .arrow,
.ent_m017_tcr_v4 .watch_btn:after,
.ent_m019_tcr_v4 .watch_btn:after,
.ent_m017_tcr_v4_0_1 .watch_btn:after,
.ent_m019_tcr_v4_0_1 .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_v4 .full_episode:hover .arrow,
.ent_m019_tcr_v4 .full_episode:hover .arrow,
.ent_m017_tcr_v4_0_1 .full_episode:hover .arrow,
.ent_m019_tcr_v4_0_1 .full_episode:hover .arrow,
.ent_m017_tcr_v4 .watch_btn:hover:after,
.ent_m019_tcr_v4 .watch_btn:hover:after,
.ent_m017_tcr_v4_0_1 .watch_btn:hover:after,
.ent_m019_tcr_v4_0_1 .watch_btn:hover:after {
  border-left: 16px solid #f54444;
}
.ent_m017_tcr_v4 .watch_btn:after,
.ent_m019_tcr_v4 .watch_btn:after,
.ent_m017_tcr_v4_0_1 .watch_btn:after,
.ent_m019_tcr_v4_0_1 .watch_btn:after {
  content: "";
}
@media screen and (min-width: 64.0625em) {
  .ent_m017_tcr_v4 .slate,
  .ent_m019_tcr_v4 .slate,
  .ent_m017_tcr_v4_0_1 .slate,
  .ent_m019_tcr_v4_0_1 .slate {
    color: #ffffff;
    overflow: hidden;
  }
  .ent_m017_tcr_v4 .slate,
  .ent_m019_tcr_v4 .slate,
  .ent_m017_tcr_v4_0_1 .slate,
  .ent_m019_tcr_v4_0_1 .slate,
  .ent_m017_tcr_v4 .slate .video_info,
  .ent_m019_tcr_v4 .slate .video_info,
  .ent_m017_tcr_v4_0_1 .slate .video_info,
  .ent_m019_tcr_v4_0_1 .slate .video_info,
  .ent_m017_tcr_v4 .slate .slate_content,
  .ent_m019_tcr_v4 .slate .slate_content,
  .ent_m017_tcr_v4_0_1 .slate .slate_content,
  .ent_m019_tcr_v4_0_1 .slate .slate_content,
  .ent_m017_tcr_v4 .slate.overlapped_content:before,
  .ent_m019_tcr_v4 .slate.overlapped_content:before,
  .ent_m017_tcr_v4_0_1 .slate.overlapped_content:before,
  .ent_m019_tcr_v4_0_1 .slate.overlapped_content:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .ent_m017_tcr_v4 .slate .background_image,
  .ent_m019_tcr_v4 .slate .background_image,
  .ent_m017_tcr_v4_0_1 .slate .background_image,
  .ent_m019_tcr_v4_0_1 .slate .background_image {
    width: 100%;
    height: 100%;
  }
  .ent_m017_tcr_v4 .slate .loading,
  .ent_m019_tcr_v4 .slate .loading,
  .ent_m017_tcr_v4_0_1 .slate .loading,
  .ent_m019_tcr_v4_0_1 .slate .loading {
    position: relative;
  }
  .ent_m017_tcr_v4 .slate .loading:before,
  .ent_m019_tcr_v4 .slate .loading:before,
  .ent_m017_tcr_v4_0_1 .slate .loading:before,
  .ent_m019_tcr_v4_0_1 .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_m017_tcr_v4 .slate.overlapped_content:before,
  .ent_m019_tcr_v4 .slate.overlapped_content:before,
  .ent_m017_tcr_v4_0_1 .slate.overlapped_content:before,
  .ent_m019_tcr_v4_0_1 .slate.overlapped_content:before {
    z-index: 1;
    content: "";
    background-color: rgba(0, 0, 0, 0.7);
  }
  .ent_m017_tcr_v4 .slate.overlapped_content .background_image,
  .ent_m019_tcr_v4 .slate.overlapped_content .background_image,
  .ent_m017_tcr_v4_0_1 .slate.overlapped_content .background_image,
  .ent_m019_tcr_v4_0_1 .slate.overlapped_content .background_image {
    filter: url('/sitewide/svg/filters.svg#blur5');
    -moz-filter: blur(5px);
    -webkit-filter: blur(5px);
    filter: blur(5px);
  }
  .ent_m017_tcr_v4 .slate .countdown,
  .ent_m019_tcr_v4 .slate .countdown,
  .ent_m017_tcr_v4_0_1 .slate .countdown,
  .ent_m019_tcr_v4_0_1 .slate .countdown {
    color: #ee4444;
  }
  .ent_m017_tcr_v4 .slate .slate_content,
  .ent_m019_tcr_v4 .slate .slate_content,
  .ent_m017_tcr_v4_0_1 .slate .slate_content,
  .ent_m019_tcr_v4_0_1 .slate .slate_content {
    z-index: 2;
    padding: 37px 40px;
    border: 4px solid rgba(65, 65, 65, 0.7);
  }
  .ent_m017_tcr_v4 .slate .group_header,
  .ent_m019_tcr_v4 .slate .group_header,
  .ent_m017_tcr_v4_0_1 .slate .group_header,
  .ent_m019_tcr_v4_0_1 .slate .group_header {
    font: 36px/1 'EamesBookItalic', serif;
    margin-bottom: 5px;
  }
  .ent_m017_tcr_v4 .slate .show_title,
  .ent_m019_tcr_v4 .slate .show_title,
  .ent_m017_tcr_v4_0_1 .slate .show_title,
  .ent_m019_tcr_v4_0_1 .slate .show_title {
    font: 13px/1.25 'BrandonTextBold', Helvetica, Arial, sans-serif;
    text-transform: uppercase;
  }
  .ent_m017_tcr_v4 .slate .video_title,
  .ent_m019_tcr_v4 .slate .video_title,
  .ent_m017_tcr_v4_0_1 .slate .video_title,
  .ent_m019_tcr_v4_0_1 .slate .video_title {
    font: 13px/1.3 'BrandonTextMedium', Helvetica, Arial, sans-serif;
    text-transform: uppercase;
  }
  .ent_m017_tcr_v4 .slate .countdown_line,
  .ent_m019_tcr_v4 .slate .countdown_line,
  .ent_m017_tcr_v4_0_1 .slate .countdown_line,
  .ent_m019_tcr_v4_0_1 .slate .countdown_line {
    background-color: #962d3f;
  }
  .ent_m017_tcr_v4 .slate .countdown_progress,
  .ent_m019_tcr_v4 .slate .countdown_progress,
  .ent_m017_tcr_v4_0_1 .slate .countdown_progress,
  .ent_m019_tcr_v4_0_1 .slate .countdown_progress {
    display: block;
    width: 0;
    height: 11px;
    background-color: #ee4444;
  }
  .ent_m017_tcr_v4 .slate .video_item,
  .ent_m019_tcr_v4 .slate .video_item,
  .ent_m017_tcr_v4_0_1 .slate .video_item,
  .ent_m019_tcr_v4_0_1 .slate .video_item {
    position: relative;
    display: block;
    width: 210px;
  }
  .ent_m017_tcr_v4 .slate .video_item .show_title,
  .ent_m019_tcr_v4 .slate .video_item .show_title,
  .ent_m017_tcr_v4_0_1 .slate .video_item .show_title,
  .ent_m019_tcr_v4_0_1 .slate .video_item .show_title {
    position: absolute;
    top: 0;
    left: 0;
    padding: 8px 10px;
    color: #999999;
  }
  .ent_m017_tcr_v4 .slate .video_item .video_duration,
  .ent_m019_tcr_v4 .slate .video_item .video_duration,
  .ent_m017_tcr_v4_0_1 .slate .video_item .video_duration,
  .ent_m019_tcr_v4_0_1 .slate .video_item .video_duration {
    color: #999999;
  }
  .ent_m017_tcr_v4 .slate .video_item .video_title,
  .ent_m019_tcr_v4 .slate .video_item .video_title,
  .ent_m017_tcr_v4_0_1 .slate .video_item .video_title,
  .ent_m019_tcr_v4_0_1 .slate .video_item .video_title {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 10px;
  }
  .ent_m017_tcr_v4 .slate .video_item:hover .video_info,
  .ent_m019_tcr_v4 .slate .video_item:hover .video_info,
  .ent_m017_tcr_v4_0_1 .slate .video_item:hover .video_info,
  .ent_m019_tcr_v4_0_1 .slate .video_item:hover .video_info {
    display: block;
  }
  .ent_m017_tcr_v4 .slate .video_info,
  .ent_m019_tcr_v4 .slate .video_info,
  .ent_m017_tcr_v4_0_1 .slate .video_info,
  .ent_m019_tcr_v4_0_1 .slate .video_info {
    display: none;
    z-index: 2;
    color: #ffffff;
    background-color: rgba(0, 0, 0, 0.7);
  }
  .ent_m017_tcr_v4 .slate .video_label,
  .ent_m019_tcr_v4 .slate .video_label,
  .ent_m017_tcr_v4_0_1 .slate .video_label,
  .ent_m019_tcr_v4_0_1 .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_m017_tcr_v4 .slate .video_list,
  .ent_m019_tcr_v4 .slate .video_list,
  .ent_m017_tcr_v4_0_1 .slate .video_list,
  .ent_m019_tcr_v4_0_1 .slate .video_list {
    margin-bottom: 41px;
  }
  .ent_m017_tcr_v4 .slate .video_list:after,
  .ent_m019_tcr_v4 .slate .video_list:after,
  .ent_m017_tcr_v4_0_1 .slate .video_list:after,
  .ent_m019_tcr_v4_0_1 .slate .video_list:after {
    clear: both;
    content: "";
    display: block;
    height: 0;
    visibility: hidden;
  }
  *:first-child + html .ent_m017_tcr_v4 .slate .video_list,
  *:first-child + html .ent_m019_tcr_v4 .slate .video_list,
  *:first-child + html .ent_m017_tcr_v4_0_1 .slate .video_list,
  *:first-child + html .ent_m019_tcr_v4_0_1 .slate .video_list {
    display: block;
    min-height: 0;
  }
  .ent_m017_tcr_v4 .slate .video_list.loading,
  .ent_m019_tcr_v4 .slate .video_list.loading,
  .ent_m017_tcr_v4_0_1 .slate .video_list.loading,
  .ent_m019_tcr_v4_0_1 .slate .video_list.loading {
    min-height: 200px;
  }
  .ent_m017_tcr_v4 .slate .video_list .group_header,
  .ent_m019_tcr_v4 .slate .video_list .group_header,
  .ent_m017_tcr_v4_0_1 .slate .video_list .group_header,
  .ent_m019_tcr_v4_0_1 .slate .video_list .group_header {
    font-size: 30px;
    margin-bottom: 6px;
  }
  .ent_m017_tcr_v4 .slate .video_list .video_item,
  .ent_m019_tcr_v4 .slate .video_list .video_item,
  .ent_m017_tcr_v4_0_1 .slate .video_list .video_item,
  .ent_m019_tcr_v4_0_1 .slate .video_list .video_item {
    float: left;
    margin: 0 11px 11px 0;
  }
  .ent_m017_tcr_v4 .slate .video_list .video_item:nth-of-type(3n),
  .ent_m019_tcr_v4 .slate .video_list .video_item:nth-of-type(3n),
  .ent_m017_tcr_v4_0_1 .slate .video_list .video_item:nth-of-type(3n),
  .ent_m019_tcr_v4_0_1 .slate .video_list .video_item:nth-of-type(3n) {
    margin-right: 0;
  }
  .ent_m017_tcr_v4 .slate .up_next,
  .ent_m019_tcr_v4 .slate .up_next,
  .ent_m017_tcr_v4_0_1 .slate .up_next,
  .ent_m019_tcr_v4_0_1 .slate .up_next {
    float: right;
    width: 210px;
    margin-right: 28px;
  }
  .ent_m017_tcr_v4 .slate .up_next .group_header,
  .ent_m019_tcr_v4 .slate .up_next .group_header,
  .ent_m017_tcr_v4_0_1 .slate .up_next .group_header,
  .ent_m019_tcr_v4_0_1 .slate .up_next .group_header {
    margin-bottom: 7px;
  }
  .ent_m017_tcr_v4 .slate .watched,
  .ent_m019_tcr_v4 .slate .watched,
  .ent_m017_tcr_v4_0_1 .slate .watched,
  .ent_m019_tcr_v4_0_1 .slate .watched {
    margin-right: 238px;
    padding-right: 25px;
  }
  .ent_m017_tcr_v4 .slate .watched .group_header,
  .ent_m019_tcr_v4 .slate .watched .group_header,
  .ent_m017_tcr_v4_0_1 .slate .watched .group_header,
  .ent_m019_tcr_v4_0_1 .slate .watched .group_header {
    color: #3cb9d5;
  }
  .ent_m017_tcr_v4 .slate .watched .show_title,
  .ent_m019_tcr_v4 .slate .watched .show_title,
  .ent_m017_tcr_v4_0_1 .slate .watched .show_title,
  .ent_m019_tcr_v4_0_1 .slate .watched .show_title,
  .ent_m017_tcr_v4 .slate .watched .video_title,
  .ent_m019_tcr_v4 .slate .watched .video_title,
  .ent_m017_tcr_v4_0_1 .slate .watched .video_title,
  .ent_m019_tcr_v4_0_1 .slate .watched .video_title {
    font-size: 19px;
  }
}
.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;
}
#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_v4 .slate .slate_content,
.ent_m017_tcr_v4_0_1 .slate .slate_content {
  padding: 57px 63px;
}
.ent_m017_tcr_v4 .slate .slate_content.interim_state,
.ent_m017_tcr_v4_0_1 .slate .slate_content.interim_state {
  background-color: rgba(0, 0, 0, 0.7);
}
.ent_m017_tcr_v4 .slate .slate_content.end_state,
.ent_m017_tcr_v4_0_1 .slate .slate_content.end_state {
  background-color: #000000;
}
.ent_m017_tcr_v4 .slate .slate_content.video_takeover,
.ent_m017_tcr_v4_0_1 .slate .slate_content.video_takeover {
  padding: 0;
}
.ent_m017_tcr_v4 .slate .slate_content.video_takeover .video_list,
.ent_m017_tcr_v4_0_1 .slate .slate_content.video_takeover .video_list {
  margin: 0;
}
.ent_m017_tcr_v4 .slate .up_next,
.ent_m017_tcr_v4_0_1 .slate .up_next {
  position: absolute;
  right: 0;
  bottom: 0;
  margin: 0 121px 58px 0;
}
.ent_m017_tcr_v4 .slate .video_list .video_item,
.ent_m017_tcr_v4_0_1 .slate .video_list .video_item {
  width: 268px;
}
.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_m019_tcr_v4:after,
.ent_m019_tcr_v4_0_1:after {
  clear: both;
  content: "";
  display: block;
  height: 0;
  visibility: hidden;
}
*:first-child + html .ent_m019_tcr_v4,
*:first-child + html .ent_m019_tcr_v4_0_1 {
  display: block;
  min-height: 0;
}
.ent_m019_tcr_v4 .slate .slate_content,
.ent_m019_tcr_v4_0_1 .slate .slate_content {
  padding: 57px 63px;
}
.ent_m019_tcr_v4 .slate .slate_content.interim_state,
.ent_m019_tcr_v4_0_1 .slate .slate_content.interim_state {
  background-color: rgba(0, 0, 0, 0.7);
}
.ent_m019_tcr_v4 .slate .slate_content.end_state,
.ent_m019_tcr_v4_0_1 .slate .slate_content.end_state {
  background-color: #000000;
}
.ent_m019_tcr_v4 .slate .slate_content.video_takeover,
.ent_m019_tcr_v4_0_1 .slate .slate_content.video_takeover {
  padding: 0;
}
.ent_m019_tcr_v4 .slate .slate_content.video_takeover .video_list,
.ent_m019_tcr_v4_0_1 .slate .slate_content.video_takeover .video_list {
  margin: 0;
}
.ent_m019_tcr_v4 .slate .up_next,
.ent_m019_tcr_v4_0_1 .slate .up_next {
  position: absolute;
  right: 0;
  bottom: 0;
  margin: 0 121px 58px 0;
}
.ent_m019_tcr_v4 .slate .video_list .group_header,
.ent_m019_tcr_v4_0_1 .slate .video_list .group_header {
  font-size: 36px;
  margin-bottom: 5px;
}
.ent_m019_tcr_v4 .slate .video_list .video_item,
.ent_m019_tcr_v4_0_1 .slate .video_list .video_item {
  width: 268px;
}
.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,
.ent_m021_tcr_v2 {
  padding: 0em 0em 3.75em 0em;
}
.ent_m021_tcr_v1 .dd,
.ent_m021_tcr_v2 .dd {
  overflow: visible;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 90;
}
@media screen and (max-width: 30em) {
  .ent_m021_tcr_v1 .dd,
  .ent_m021_tcr_v2 .dd {
    display: none;
  }
}
.ent_m021_tcr_v1 .dd .sbHolder,
.ent_m021_tcr_v2 .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,
.ent_m021_tcr_v2 .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,
  .ent_m021_tcr_v2 .dd .sbHolder .sbSelector {
    line-height: 25px;
  }
}
.ent_m021_tcr_v1 .dd .sbHolder .sbToggle,
.ent_m021_tcr_v2 .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,
  .ent_m021_tcr_v2 .dd .sbHolder .sbToggle {
    margin-top: -5px;
  }
}
.ent_m021_tcr_v1 .dd .sbHolder .sbToggle.sbToggleOpen,
.ent_m021_tcr_v2 .dd .sbHolder .sbToggle.sbToggleOpen {
  background-position: -355px -166px;
}
@media (max-width: 64em) {
  .ent_m021_tcr_v1 .dd .sbHolder,
  .ent_m021_tcr_v2 .dd .sbHolder {
    margin-top: -1px;
  }
}
.ent_m021_tcr_v1 .dd .sbHolder .sbHolderDisabled,
.ent_m021_tcr_v2 .dd .sbHolder .sbHolderDisabled {
  background-color: #3C3C3C;
  border: solid 1px #515151;
}
.ent_m021_tcr_v1 .dd .sbHolder .sbOptions,
.ent_m021_tcr_v2 .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,
.ent_m021_tcr_v2 .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,
.ent_m021_tcr_v2 .dd .sbHolder .sbOptions li {
  line-height: 31px;
  width: 100%;
  margin: 0;
  text-indent: 13px;
}
.ent_m021_tcr_v1 .dd .sbHolder .sbOptions a,
.ent_m021_tcr_v2 .dd .sbHolder .sbOptions a {
  color: #ffffff;
}
.ent_m021_tcr_v1 .dd .sbHolder .sbOptions a:hover,
.ent_m021_tcr_v2 .dd .sbHolder .sbOptions a:hover,
.ent_m021_tcr_v1 .dd .sbHolder .sbOptions a:active,
.ent_m021_tcr_v2 .dd .sbHolder .sbOptions a:active {
  color: #ea4242;
}
.ent_m021_tcr_v1 .dd.content_loading .sbHolder .sbToggle,
.ent_m021_tcr_v2 .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,
.ent_m021_tcr_v2 .dd .sbHolder .sbToggle {
  background-position: -327px -166px;
}
.ent_m021_tcr_v1 .dd .sbHolder .sbToggle.sbToggleOpen,
.ent_m021_tcr_v2 .dd .sbHolder .sbToggle.sbToggleOpen {
  background-position: -355px -166px;
}
.ent_m021_tcr_v1 > div .group,
.ent_m021_tcr_v2 > div .group {
  padding: 2.125em 0.625em 0em 0.625em;
}
.ent_m021_tcr_v1 > div .group:first-child,
.ent_m021_tcr_v2 > div .group:first-child {
  border-top: none;
}
.ent_m021_tcr_v1 > div .group h3,
.ent_m021_tcr_v2 > 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,
.ent_m021_tcr_v2 > 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,
  .ent_m021_tcr_v2 > div .group h3 {
    padding-left: 0;
  }
}
.ent_m021_tcr_v1 > div .group h3 .mobile,
.ent_m021_tcr_v2 > div .group h3 .mobile {
  display: none;
}
.ent_m021_tcr_v1 > div .group ul,
.ent_m021_tcr_v2 > 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,
  .ent_m021_tcr_v2 > div .group ul {
    padding-left: 0;
  }
}
.ent_m021_tcr_v1 > div .group ul li,
.ent_m021_tcr_v2 > 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,
.ent_m021_tcr_v2 > div .group ul li a:hover h4 {
  color: #ea4242;
}
.ent_m021_tcr_v1 > div .group ul li a h4,
.ent_m021_tcr_v2 > div .group ul li a h4,
.ent_m021_tcr_v1 > div .group ul li a span,
.ent_m021_tcr_v2 > 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,
.ent_m021_tcr_v2 > div .group ul li a h4 {
  padding-top: 7px;
}
.ent_m021_tcr_v1 > div .group ul li a span,
.ent_m021_tcr_v2 > div .group ul li a span {
  color: #999999;
}
@media (max-width: 78.59999999999999em) {
  .ent_m021_tcr_v1 > div .group ul,
  .ent_m021_tcr_v2 > div .group ul {
    width: 1020px;
  }
}
@media (max-width: 66.09999999999999em) {
  .ent_m021_tcr_v1 > div .group ul,
  .ent_m021_tcr_v2 > div .group ul {
    width: 820px;
  }
}
@media (max-width: 53.75em) {
  .ent_m021_tcr_v1 > div .group ul,
  .ent_m021_tcr_v2 > div .group ul {
    width: 620px;
  }
}
@media (max-width: 40em) {
  .ent_m021_tcr_v1 > div .group ul,
  .ent_m021_tcr_v2 > div .group ul {
    width: 400px;
  }
}
@media (max-width: 27.2em) {
  .ent_m021_tcr_v1 > div .group ul,
  .ent_m021_tcr_v2 > div .group ul {
    width: 181px;
  }
  .ent_m021_tcr_v1 > div .group ul li,
  .ent_m021_tcr_v2 > div .group ul li {
    height: auto;
  }
}
.ent_m021_tcr_v1 header,
.ent_m021_tcr_v2 header {
  position: relative;
  padding: 40px 10px 0px;
  background: #dddddd;
}
@media (max-width: 63.938em) {
  .ent_m021_tcr_v1 header,
  .ent_m021_tcr_v2 header {
    padding: 40px 10px 30px;
  }
}
.ent_m021_tcr_v1 header h1,
.ent_m021_tcr_v2 header h1 {
  color: #000000;
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
  padding-right: 184px;
}
.ent_m021_tcr_v1 header h1:after,
.ent_m021_tcr_v2 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,
  .ent_m021_tcr_v2 header h1 {
    padding-left: 0;
    padding-right: 0;
  }
}
.ent_m021_tcr_v1 header .dd .sbHolder,
.ent_m021_tcr_v2 header .dd .sbHolder {
  padding-right: 11px;
}
.ent_m021_tcr_v1 header .dd .sbHolder .sbSelector,
.ent_m021_tcr_v2 header .dd .sbHolder .sbSelector {
  text-align: right;
}
.ent_m021_tcr_v1 header .dd .sbHolder .sbOptions,
.ent_m021_tcr_v2 header .dd .sbHolder .sbOptions {
  width: 200px;
}
.ent_m021_tcr_v1 header .dd .sbHolder .sbOptions li,
.ent_m021_tcr_v2 header .dd .sbHolder .sbOptions li {
  text-indent: 10px;
  font-size: 14px;
}
.ent_m021_tcr_v1 .timeline,
.ent_m021_tcr_v2 .timeline {
  background: #dddddd;
  font-family: 'BrandonTextMedium', Helvetica, Arial, sans-serif;
  padding: 20px;
  display: block;
}
@media (max-width: 63.938em) {
  .ent_m021_tcr_v1 .timeline,
  .ent_m021_tcr_v2 .timeline {
    display: none;
  }
}
@media (max-width: 1065px) {
  .ent_m021_tcr_v1 .timeline,
  .ent_m021_tcr_v2 .timeline {
    padding: 20px 10px;
  }
}
.ent_m021_tcr_v1 .timeline .wrapper,
.ent_m021_tcr_v2 .timeline .wrapper {
  margin: 0 auto;
  display: block;
  background: #ffffff;
  padding: 20px;
  max-width: 1200px;
}
.ent_m021_tcr_v1 .timeline ul,
.ent_m021_tcr_v2 .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,
.ent_m021_tcr_v2 .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,
.ent_m021_tcr_v2 .timeline ul li a {
  font-size: 14px;
  color: #000000;
}
.ent_m021_tcr_v1 .timeline ul li:after,
.ent_m021_tcr_v2 .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,
.ent_m021_tcr_v2 .timeline ul li.selected {
  background: #da2c2e;
}
.ent_m021_tcr_v1 .timeline ul li.selected a,
.ent_m021_tcr_v2 .timeline ul li.selected a {
  color: #ffffff;
}
.ent_m021_tcr_v1 .timeline ul.months li a,
.ent_m021_tcr_v2 .timeline ul.months li a,
.ent_m021_tcr_v1 .timeline ul.days li a,
.ent_m021_tcr_v2 .timeline ul.days li a {
  color: #dddddd;
}
.ent_m021_tcr_v1 .timeline ul.months li.enabled a,
.ent_m021_tcr_v2 .timeline ul.months li.enabled a,
.ent_m021_tcr_v1 .timeline ul.days li.enabled a,
.ent_m021_tcr_v2 .timeline ul.days li.enabled a {
  color: #000000;
}
.ent_m021_tcr_v1 .timeline ul.months li.enabled.selected a,
.ent_m021_tcr_v2 .timeline ul.months li.enabled.selected a,
.ent_m021_tcr_v1 .timeline ul.days li.enabled.selected a,
.ent_m021_tcr_v2 .timeline ul.days li.enabled.selected a {
  color: #ffffff;
}
.ent_m021_tcr_v1 .timeline .footer,
.ent_m021_tcr_v2 .timeline .footer {
  background: #ffffff;
  width: 100%;
  max-width: 1200px;
  height: 20px;
  margin: 0 auto 40px;
}
.ent_m021_tcr_v1 .noResults,
.ent_m021_tcr_v2 .noResults {
  padding: 15px 0;
  text-align: center;
  font-family: 'BrandonTextMedium', Helvetica, Arial, sans-serif;
}
.ent_m021_tcr_v1 .load_more,
.ent_m021_tcr_v2 .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,
.ent_m021_tcr_v2 .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 .player_holder .pjs {
  height: 100%;
}
.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;
}
@media screen and (max-width: 580px) {
  #content_holder .ent_m041_tcr_v1 .pds-box .pds-answer-group .pds-other-label {
    width: auto !important;
  }
}
#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: 90px;
    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: -85px;
  }
  .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;
  }
}
.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_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: 90px;
    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: -85px;
  }
  .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_m107_tcr_v1 {
  padding: 40px 20px;
  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: "";
}
