/*
	@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;
}
.meta h1,
.meta h2 {
  font-size: 1.875em;
}
h3 {
  font-size: 0.875em;
}
/*
	@name: 				colors		
	@documentation: 	http://leafo.net/lessphp/docs/	 
	@author: 			
*/
/* the @colorBlack variable is used in the crabapple_entertainment level less files*/
/* gray */
/* blue */
/* pink */
/* red */
/*
	@name: 				fonts
	@implementation: 	
	@functional: 		http://confluence.mtvi.com/SOME-PATH-TO-DOCUMENTATION
	@requires: 			
	@documentation: 	http://leafo.net/lessphp/docs/	 
	@author: 			
*/
/* icon font definition */
@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;
}
/* CC site copy fonts */
@font-face {
  font-family: 'BrandonGrotesque-Black';
  src: url('/sitewide/webkit_fonts/brandon-grotesque-black.eot?') format('embedded-opentype'), url('/sitewide/webkit_fonts/brandon-grotesque-black.woff') format('woff'), url('/sitewide/webkit_fonts/brandon-grotesque-black.woff2') format('woff2'), url('/sitewide/webkit_fonts/brandon-grotesque-black.svg#BrandonGrotesque-Black') format('truetype'), url('/sitewide/webkit_fonts/brandon-grotesque-black.svgz#BrandonGrotesque-Black') format('svg');
}
@font-face {
  font-family: 'BrandonTextBold';
  src: url('/sitewide/webkit_fonts/brandon-text-bold.eot');
  src: url('/sitewide/webkit_fonts/brandon-text-bold.eot?#iefix') format('embedded-opentype'), url('/sitewide/webkit_fonts/brandon-text-bold.woff') format('woff'), url('/sitewide/webkit_fonts/brandon-text-bold.ttf') format('truetype');
}
@font-face {
  font-family: 'BrandonTextMedium';
  src: url('/sitewide/webkit_fonts/brandon-text-medium.eot');
  src: url('/sitewide/webkit_fonts/brandon-text-medium.eot?#iefix') format('embedded-opentype'), url('/sitewide/webkit_fonts/brandon-text-medium.woff') format('woff'), url('/sitewide/webkit_fonts/brandon-text-medium.ttf') format('truetype');
}
@font-face {
  font-family: 'EamesBookItalic';
  src: url('/sitewide/webkit_fonts/eames-book-italic.otf') format("opentype");
}
@font-face {
  font-family: 'BrandonGrotesqueRegular';
  src: url('/sitewide/webkit_fonts/brandonreg.ttf') format('truetype');
}
/*
	@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_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_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:    mixins
	@implementation:  
	@functional:  http://confluence.mtvi.com/SOME-PATH-TO-DOCUMENTATION
	@requires:      
	@documentation:   http://leafo.net/lessphp/docs/   
	@author:    
*/
/* Video Player variables */
/* Video Player appereance */
/* page overlay css (for slide menu)*/
/* styles override for flux */
/*
	@name: 				layout
	@implementation: 	
	@functional: 		http://confluence.mtvi.com/SOME-PATH-TO-DOCUMENTATION
	@requires: 			
	@documentation: 	http://leafo.net/lessphp/docs/	 
	@author: 			
*/
/**
 *site mixins
 **/
/**
 * Site styles
 **/
body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  font-feature-settings: "kern";
  -webkit-font-feature-settings: "kern";
  -moz-font-feature-settings: "kern";
  -moz-font-feature-settings: "kern=1";
  margin: 0;
  padding: 0;
}
body.triforce_rendered {
  color: #777777;
  font-family: sans-serif;
  font-size: 1em;
  line-height: 1.375;
  min-width: 0;
  height: auto;
  overflow-x: hidden;
}
.triforce_rendered {
  /**
	 *CSS resets for the Triforce pages
	 **/
  /**
	 *END  CSS resets for the Triforce pages
	 **/
}
.triforce_rendered div,
.triforce_rendered dl,
.triforce_rendered dt,
.triforce_rendered dd,
.triforce_rendered ul,
.triforce_rendered ol,
.triforce_rendered li,
.triforce_rendered h1,
.triforce_rendered h2,
.triforce_rendered h3,
.triforce_rendered h4,
.triforce_rendered h5,
.triforce_rendered h6,
.triforce_rendered pre,
.triforce_rendered form,
.triforce_rendered fieldset,
.triforce_rendered input,
.triforce_rendered textarea,
.triforce_rendered p,
.triforce_rendered blockquote,
.triforce_rendered th,
.triforce_rendered td,
.triforce_rendered img {
  margin: 0;
  padding: 0;
}
.triforce_rendered fieldset,
.triforce_rendered img {
  border: 0;
}
.triforce_rendered ol,
.triforce_rendered ul {
  list-style: none;
}
.triforce_rendered * {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.triforce_rendered .clear {
  clear: both;
  height: 0;
}
.triforce_rendered #background_holder {
  background: #000000;
  position: relative;
}
.triforce_rendered #background_holder #content_holder {
  margin: auto;
  min-height: 800px;
  position: relative;
  width: 100%;
  -webkit-transition: left 0.1s ease-out 0s;
  -moz-transition: left 0.1s ease-out 0s;
  -o-transition: left 0.1s ease-out 0s;
  transition: left 0.1s ease-out 0s;
}
.triforce_rendered #background_holder #content_holder .moduleLoading {
  display: block;
  margin: 0 auto;
}
.triforce_rendered #background_holder #content_holder div.moduleLoading {
  margin: 10px auto 0;
  background: url("/sitewide/images/sprites/loading.gif");
  width: 32px;
  height: 32px;
}
.triforce_rendered #background_holder #content_holder div.moduleLoading.right_arrow {
  background-size: 16px 16px;
  position: absolute;
  display: block !important;
  right: 0px;
  margin-top: 43px;
  width: 16px;
  height: 16px;
}
.triforce_rendered #background_holder #content_holder .module {
  display: none;
}
.triforce_rendered #background_holder.active #content_holder {
  -webkit-transition: left 0.1s ease-out 0s;
  -moz-transition: left 0.1s ease-out 0s;
  -o-transition: left 0.1s ease-out 0s;
  transition: left 0.1s ease-out 0s;
  left: 280px;
}
.triforce_rendered #background_holder.active #content_holder {
  position: fixed;
  background-color: #000000;
}
.triforce_rendered #background_holder #leaderboard,
.triforce_rendered #background_holder #leaderboard_mobile {
  margin: 0 auto;
  max-width: 970px;
  text-align: center;
}
.triforce_rendered #background_holder #leaderboard {
  display: block;
}
@media screen and (max-width: 728px) {
  .triforce_rendered #background_holder #leaderboard {
    display: none;
  }
}
.triforce_rendered #background_holder #leaderboard > div > * {
  padding: 10px 0;
}
.triforce_rendered #background_holder #leaderboard_mobile {
  padding: 10px 0;
}
@media screen and (min-width: 727px) {
  .triforce_rendered #background_holder #leaderboard_mobile {
    display: none;
  }
}
.triforce_rendered #background_holder [data-adsize="0"] {
  width: 970px;
  height: auto;
}
.triforce_rendered #background_holder [data-adsize="970x66"] {
  width: 970px;
}
.triforce_rendered #background_holder [data-adsize="300x250"] {
  width: 300px;
  height: 250px;
}
.triforce_rendered #background_holder [data-adsize="300x50"] {
  width: 300px;
}
.triforce_rendered #background_holder #leaderboard.has_opa {
  width: 970px;
  height: auto;
}
.triforce_rendered .module {
  padding: 40px 0;
}
.triforce_rendered .module .module_content {
  position: relative;
  max-width: 1200px;
  margin: auto;
}
@media (max-width: 47.938em) {
  .triforce_rendered .module {
    padding: 1.25em 0.625em 1.875em 0.625em;
  }
}
@media screen and (min-width: 48em) and (max-width: 1240px) {
  .triforce_rendered .module {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (max-width: 47.938em) {
  .triforce_rendered .module {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.triforce_rendered .module h1,
.triforce_rendered .module h2 {
  margin: 0em 0em 0.66666667em 0em;
}
.triforce_rendered .m_hscroll {
  position: relative;
  padding: 1.875em 0em 0em 0em;
}
.triforce_rendered .m_hscroll h1,
.triforce_rendered .m_hscroll h2 {
  font-size: 1.5em;
  text-transform: uppercase;
  margin: 0 0 15px 0;
  padding: 0 0 4px;
}
@media screen and (max-width: 75em) {
  .triforce_rendered .m_hscroll h1,
  .triforce_rendered .m_hscroll h2 {
    font-size: 1.25em;
  }
}
@media screen and (max-width: 64em) {
  .triforce_rendered .m_hscroll h1,
  .triforce_rendered .m_hscroll h2 {
    font-size: 1.125em;
  }
}
@media (min-width: 30em) {
  .triforce_rendered .m_hscroll h1,
  .triforce_rendered .m_hscroll h2 {
    padding: 0 10px 4px;
  }
}
@media (max-device-width: 47.938em) {
  .triforce_rendered .m_hscroll {
    padding: 1.25em 0em 1.25em 0em;
  }
  .triforce_rendered .m_hscroll div ul li {
    margin-left: 0 !important;
    margin-right: 20px !important;
  }
}
.triforce_rendered .m_hscroll .item_info {
  position: absolute;
  left: 0;
  top: 5px;
}
.triforce_rendered .m_hscroll .tabbed .tabs {
  float: left;
  margin: 0em 0em 0em 0.625em;
}
.triforce_rendered .m_hscroll .tabbed .tabs span {
  float: left;
  margin: 0em 0em 0em 1.25em;
  font-size: 0.875em;
  line-height: 200%;
}
.triforce_rendered .m_hscroll a {
  text-decoration: none;
}
.triforce_rendered .m_hscroll .carouselWrapper {
  padding: 0;
  overflow: visible;
}
@media (min-width: 30em) {
  .triforce_rendered .m_hscroll .carouselWrapper {
    padding: 0em 0.625em 0em 0.625em;
  }
}
.triforce_rendered .m_hscroll .carouselWrapper .hover_overlay {
  color: #f9f9f9;
  cursor: default;
  display: none;
  width: 280px;
  min-height: 150px;
  left: 200px;
  overflow: visible;
  font-family: 'BrandonTextMedium', Helvetica, Arial, sans-serif;
  opacity: .95;
  padding: 10px 20px 15px 20px;
  position: absolute;
  top: -20px;
  background-color: #342e30;
  box-shadow: 0 0 1em black;
  z-index: 5;
}
.triforce_rendered .m_hscroll .carouselWrapper .hover_overlay:before {
  content: "";
  position: absolute;
  left: auto;
  right: -20px;
  top: 40%;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 15px 0 15px 30px;
  border-color: transparent transparent transparent #342e30;
}
.triforce_rendered .m_hscroll .carouselWrapper .hover_overlay .overlay_title {
  float: none;
  padding-bottom: 5px;
}
.triforce_rendered .m_hscroll .carouselWrapper .hover_overlay .overlay_metadata {
  font-size: 0.6875em;
  padding-bottom: 5px;
  text-transform: uppercase;
}
.triforce_rendered .m_hscroll .carouselWrapper .hover_overlay .overlay_description {
  font-size: 0.875em;
}
.triforce_rendered .m_hscroll .carouselWrapper .first_item {
  left: 200px;
}
.triforce_rendered .m_hscroll .carouselWrapper .first_item:before {
  right: auto;
  left: -20px;
  border-width: 15px 30px 15px 0;
  border-color: transparent #342e30 transparent transparent;
}
.triforce_rendered .m_hscroll .mask {
  overflow: hidden;
}
.triforce_rendered .m_hscroll div {
  margin: 0 auto;
  position: relative;
}
@media (max-device-width: 64em) {
  .triforce_rendered .m_hscroll div.mask {
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
  }
}
.triforce_rendered .m_hscroll div ul li {
  float: left;
  margin-left: 0;
  margin-right: 20px;
  position: relative;
}
.triforce_rendered .m_hscroll div ul li div {
  float: left;
  margin-bottom: 6px;
}
.triforce_rendered .m_hscroll div ul li div em {
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px 1px 1px 1px);
  /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
}
.triforce_rendered .m_hscroll div ul li div a,
.triforce_rendered .m_hscroll div ul li div img {
  display: block;
}
.triforce_rendered .m_hscroll div ul li div p {
  font-size: 1em;
  line-height: 125%;
  min-height: 100px;
  position: relative;
}
.triforce_rendered .m_hscroll div ul li div p .title {
  position: absolute;
  left: 0;
  top: 5px;
}
.triforce_rendered .m_hscroll div ul li div p .duration {
  color: #777777;
}
@media (max-width: 48em) {
  .triforce_rendered .exclude_tablet {
    display: none;
  }
}
@media (max-width: 20em) {
  .triforce_rendered .exclude_phone {
    display: none;
  }
}
.triforce_rendered .image_holder {
  position: relative;
  overflow: hidden;
  background: #000000;
}
.triforce_rendered .image_holder:before {
  content: "";
  display: block;
  padding-top: 56.25%;
}
.triforce_rendered .image_holder .image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  opacity: 1;
  -webkit-transition: opacity 0.2s ease-out 0s;
  -moz-transition: opacity 0.2s ease-out 0s;
  -o-transition: opacity 0.2s ease-out 0s;
  transition: opacity 0.2s ease-out 0s;
}
.triforce_rendered .image_holder.deferred .image {
  opacity: 0;
}
.triforce_rendered .m_hscroll .image_holder,
.triforce_rendered .m_hscroll .video_holder,
.triforce_rendered .m_hscroll .mask li > div {
  float: none;
  margin-bottom: 0;
}
.triforce_rendered .leaderboard {
  padding: 10px 0;
  width: 728px;
  height: 110px;
  margin: 0 auto;
}
@media screen and (max-width: 480px) {
  .triforce_rendered .leaderboard {
    display: none;
  }
}
.triforce_rendered .leaderboard.mobile {
  width: 300px;
  height: 70px;
  display: none;
}
@media screen and (max-width: 480px) {
  .triforce_rendered .leaderboard.mobile {
    display: block;
  }
}
@media screen and (max-width: 63.938em) {
  .triforce_rendered .ad[data-adsize="300x250"] {
    display: none;
  }
}
.triforce_rendered .module {
  padding: 30px 0;
  margin: 0 auto;
}
@media (max-width: 48em) {
  .triforce_rendered .module {
    padding: 20px 0;
  }
}
@media (min-width: 64em) {
  .triforce_rendered .tier_2_col {
    position: relative;
    max-width: 1180px;
    margin: 0 auto;
  }
  .triforce_rendered .tier_2_col > div {
    float: left;
    width: 67%;
  }
  .triforce_rendered .tier_2_col > div + div {
    float: right;
    width: 33%;
  }
  .triforce_rendered .tier_2_col:after,
  .triforce_rendered .tier_2_col:before {
    clear: both;
    content: "";
    display: block;
    height: 0;
    visibility: hidden;
  }
  .triforce_rendered .tier_2_col > [id$="_rc"] > .module {
    float: right;
  }
  .triforce_rendered .tier_2_col > [id$="_lc"] > .module,
  .triforce_rendered .tier_2_col > [id$="_rc"] > .module {
    margin: 0;
  }
}
@media only screen and 63.938em and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi) {
  .triforce_rendered .ad[data-adsize="300x250"] {
    display: none;
  }
}
@media only screen and (max-width: 64em) and (orientation: landscape) {
  .triforce_rendered .ad[data-adsize="300x250"] {
    display: none;
  }
}
@media (max-width: 63.938em) {
  .triforce_rendered .tier_2_col > [id$="_rc"] {
    display: none;
  }
}
.triforce_rendered #tier_4,
.triforce_rendered #tier_2 ~ [id^="tier_"],
.triforce_rendered .tier_2_col ~ [id^="tier_"] {
  background: #1f1b1c;
}
.triforce_rendered .m_hscroll {
  padding: 0;
}
.triforce_rendered .m_hscroll .collectionHeader,
.triforce_rendered .m_hscroll .collection_header {
  padding-bottom: 17px;
  overflow: visible;
}
@media (max-width: 30em) {
  .triforce_rendered .m_hscroll .collectionHeader,
  .triforce_rendered .m_hscroll .collection_header {
    padding-bottom: 0;
  }
}
.triforce_rendered .m_hscroll .collectionHeader.tabbed,
.triforce_rendered .m_hscroll .collection_header.tabbed {
  padding-right: 195px;
}
@media (max-width: 30em) {
  .triforce_rendered .m_hscroll .collectionHeader.tabbed,
  .triforce_rendered .m_hscroll .collection_header.tabbed {
    padding-right: 0;
    padding-bottom: 50px;
  }
}
.triforce_rendered .m_hscroll .collectionHeader.tabbed .dd,
.triforce_rendered .m_hscroll .collection_header.tabbed .dd {
  position: absolute;
  right: 0;
  bottom: 0;
  font: 16px/1em 'BrandonGrotesque-Black', Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  overflow: visible;
}
@media (max-width: 30em) {
  .triforce_rendered .m_hscroll .collectionHeader.tabbed .dd,
  .triforce_rendered .m_hscroll .collection_header.tabbed .dd {
    width: 100%;
  }
}
.triforce_rendered .m_hscroll .collectionHeader.tabbed .dd,
.triforce_rendered .m_hscroll .collection_header.tabbed .dd,
.triforce_rendered .m_hscroll .collectionHeader.tabbed .dd a,
.triforce_rendered .m_hscroll .collection_header.tabbed .dd a {
  color: #eeeeee;
}
.triforce_rendered .m_hscroll .collectionHeader.tabbed .dd .sbHolder,
.triforce_rendered .m_hscroll .collection_header.tabbed .dd .sbHolder {
  overflow: visible;
}
@media (max-width: 30em) {
  .triforce_rendered .m_hscroll .collectionHeader.tabbed .dd .sbHolder,
  .triforce_rendered .m_hscroll .collection_header.tabbed .dd .sbHolder {
    background-color: #343737;
  }
  .triforce_rendered .m_hscroll .collectionHeader.tabbed .dd .sbHolder:after,
  .triforce_rendered .m_hscroll .collection_header.tabbed .dd .sbHolder:after {
    clear: both;
    content: "";
    display: block;
    height: 0;
    visibility: hidden;
  }
  *:first-child + html .triforce_rendered .m_hscroll .collectionHeader.tabbed .dd .sbHolder,
  *:first-child + html .triforce_rendered .m_hscroll .collection_header.tabbed .dd .sbHolder {
    display: block;
    min-height: 0;
  }
}
.triforce_rendered .m_hscroll .collectionHeader.tabbed .dd .sbToggle,
.triforce_rendered .m_hscroll .collection_header.tabbed .dd .sbToggle {
  position: absolute;
  top: 18px;
  right: 16px;
  width: 20px;
  height: 20px;
  text-align: center;
}
.triforce_rendered .m_hscroll .collectionHeader.tabbed .dd .sbToggle:after,
.triforce_rendered .m_hscroll .collection_header.tabbed .dd .sbToggle:after {
  display: inline-block;
  font-family: 'cc-icons';
  font-style: normal;
  font-weight: normal;
  speak: none;
  text-decoration: inherit;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  content: "\0074";
  color: #3cb9d5;
}
.triforce_rendered .m_hscroll .collectionHeader.tabbed .dd .sbSelector,
.triforce_rendered .m_hscroll .collection_header.tabbed .dd .sbSelector {
  display: block;
  width: 195px;
  line-height: 50px;
  padding: 0 40px 0 20px;
}
.linux_entity.triforce_rendered .m_hscroll .collectionHeader.tabbed .dd .sbSelector,
.linux_entity.triforce_rendered .m_hscroll .collection_header.tabbed .dd .sbSelector {
  height: 50px;
  line-height: 54px;
}
@media (max-width: 30em) {
  .triforce_rendered .m_hscroll .collectionHeader.tabbed .dd .sbSelector,
  .triforce_rendered .m_hscroll .collection_header.tabbed .dd .sbSelector {
    float: right;
  }
}
.triforce_rendered .m_hscroll .collectionHeader.tabbed .dd .sbToggle:hover + .sbSelector,
.triforce_rendered .m_hscroll .collection_header.tabbed .dd .sbToggle:hover + .sbSelector,
.triforce_rendered .m_hscroll .collectionHeader.tabbed .dd .sbSelector:hover,
.triforce_rendered .m_hscroll .collection_header.tabbed .dd .sbSelector:hover {
  color: #dce631;
  background-color: #343737;
}
.triforce_rendered .m_hscroll .collectionHeader.tabbed .dd .sbOptions,
.triforce_rendered .m_hscroll .collection_header.tabbed .dd .sbOptions {
  z-index: 5;
  position: absolute;
  right: 0;
  width: 293px;
  max-height: 200px !important;
  padding: 20px;
  background: #262a2b;
  overflow-y: auto;
}
.triforce_rendered .m_hscroll .collectionHeader.tabbed .dd .sbOptions li,
.triforce_rendered .m_hscroll .collection_header.tabbed .dd .sbOptions li {
  float: none;
  margin: 0;
}
.triforce_rendered .m_hscroll .collectionHeader.tabbed .dd .sbOptions li + li,
.triforce_rendered .m_hscroll .collection_header.tabbed .dd .sbOptions li + li {
  margin-top: 24px;
}
.triforce_rendered .m_hscroll .collectionHeader.tabbed .dd .sbOptions a:hover,
.triforce_rendered .m_hscroll .collection_header.tabbed .dd .sbOptions a:hover {
  color: #dce631;
}
.triforce_rendered .m_hscroll .collectionHeader.tabbed .dd.content_loading .sbToggle:before,
.triforce_rendered .m_hscroll .collection_header.tabbed .dd.content_loading .sbToggle:before {
  content: "";
  position: absolute;
  top: -3px;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("/sitewide/images/sprites/ajax-loader.gif") no-repeat;
  background-size: 100%;
}
.triforce_rendered .m_hscroll .collectionHeader.tabbed .dd.content_loading .sbToggle:after,
.triforce_rendered .m_hscroll .collection_header.tabbed .dd.content_loading .sbToggle:after {
  visibility: hidden;
}
@media (max-width: 30em) {
  .triforce_rendered .m_hscroll .collectionHeader.tabbed .dd.opened .sbHolder,
  .triforce_rendered .m_hscroll .collection_header.tabbed .dd.opened .sbHolder {
    background: #dce631;
  }
}
.triforce_rendered .m_hscroll .collectionHeader.tabbed .dd.opened .sbHolder .sbSelector,
.triforce_rendered .m_hscroll .collection_header.tabbed .dd.opened .sbHolder .sbSelector {
  background: #dce631;
}
.triforce_rendered .m_hscroll .collectionHeader.tabbed .dd.opened .sbHolder .sbToggle:after,
.triforce_rendered .m_hscroll .collection_header.tabbed .dd.opened .sbHolder .sbToggle:after {
  content: "\0073";
}
.triforce_rendered .m_hscroll .collectionHeader.tabbed .dd.opened .sbHolder .sbSelector,
.triforce_rendered .m_hscroll .collection_header.tabbed .dd.opened .sbHolder .sbSelector,
.triforce_rendered .m_hscroll .collectionHeader.tabbed .dd.opened .sbHolder .sbToggle:after,
.triforce_rendered .m_hscroll .collection_header.tabbed .dd.opened .sbHolder .sbToggle:after {
  color: #000000;
}
.triforce_rendered .m_hscroll .collectionHeader h2,
.triforce_rendered .m_hscroll .collection_header h2 {
  margin: 0;
  padding: 0;
  font: 32px/1em 'EamesBookItalic', 'Georgia', serif;
  text-transform: uppercase;
  color: #ffffff;
}
@media (max-width: 75em) {
  .triforce_rendered .m_hscroll .collectionHeader h2,
  .triforce_rendered .m_hscroll .collection_header h2 {
    padding: 0 20px;
  }
}
@media (max-width: 48em) {
  .triforce_rendered .m_hscroll .collectionHeader h2,
  .triforce_rendered .m_hscroll .collection_header h2 {
    font-size: 26px;
  }
}
@media (max-width: 30em) {
  .triforce_rendered .m_hscroll .collectionHeader h2,
  .triforce_rendered .m_hscroll .collection_header h2 {
    padding: 0 10px 18px;
    font-size: 24px;
  }
}
.triforce_rendered .m_hscroll .collectionHeader h2 .episodeTitle,
.triforce_rendered .m_hscroll .collection_header h2 .episodeTitle {
  color: #ffffff;
  display: block;
  font-family: 'BrandonTextBold', Helvetica, Arial, sans-serif;
  font-size: 18px;
  word-spacing: 2px;
}
.triforce_rendered .m_hscroll .collectionHeader h2 .episodeTitle span,
.triforce_rendered .m_hscroll .collection_header h2 .episodeTitle span {
  color: #ee4444;
}
.triforce_rendered .m_hscroll .collectionHeader h2 .item_count,
.triforce_rendered .m_hscroll .collection_header h2 .item_count {
  margin-left: 9px;
  font: 14px/1em 'BrandonTextBold', Helvetica, Arial, sans-serif;
  color: #666666;
  white-space: nowrap;
}
@media (max-width: 48em) {
  .triforce_rendered .m_hscroll .collectionHeader h2 .item_count,
  .triforce_rendered .m_hscroll .collection_header h2 .item_count {
    font-size: 12px;
  }
}
@media (max-width: 29.938em) {
  .triforce_rendered .m_hscroll .carouselWrapper.videos li {
    width: 290px;
  }
}
.triforce_rendered .m_hscroll .carouselWrapper.videos .video_holder,
.triforce_rendered .m_hscroll .carouselWrapper.videos .playlist_video {
  width: 100%;
}
.triforce_rendered .m_hscroll .carouselWrapper.videos .video_holder + .video_holder,
.triforce_rendered .m_hscroll .carouselWrapper.videos .playlist_video + .video_holder,
.triforce_rendered .m_hscroll .carouselWrapper.videos .video_holder + .playlist_video,
.triforce_rendered .m_hscroll .carouselWrapper.videos .playlist_video + .playlist_video {
  margin-top: 20px;
}
.triforce_rendered .m_hscroll .carouselWrapper.videos p {
  height: 90px;
  padding-top: 8px;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.triforce_rendered .m_hscroll .carouselWrapper.videos p .title {
  margin-right: 40px;
  font-family: 'BrandonTextMedium', Helvetica, Arial, sans-serif;
  text-overflow: ellipsis;
  overflow: hidden;
}
@media (max-width: 48em) {
  .triforce_rendered .m_hscroll .carouselWrapper.videos p .title {
    margin-right: 42px;
    font-size: 14px;
  }
}
.triforce_rendered .m_hscroll .carouselWrapper.videos p .info_icon {
  margin: 0 0 0 2px;
  position: absolute;
  right: 10px;
  top: 19px;
}
.triforce_rendered .m_hscroll .carouselWrapper.videos p .info_icon:before,
.triforce_rendered .m_hscroll .carouselWrapper.videos p .info_icon:after {
  font-size: 30px;
}
@media (max-width: 48em) {
  .triforce_rendered .m_hscroll .carouselWrapper.videos p .info_icon {
    margin-top: -3px;
    margin-right: 1px;
  }
}
.triforce_rendered .m_hscroll .carouselWrapper.videos p.show_description .description {
  visibility: visible;
}
.triforce_rendered .m_hscroll .carouselWrapper.videos .playlist .now_playing a:before {
  content: "Now Playing";
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 50px 12px 0;
  font: 36px/34px 'EamesBookItalic', 'Georgia', serif;
  color: #ffffff;
  text-transform: uppercase;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.5);
}
@media (min-width: 481px) and (max-width: 48em) {
  .triforce_rendered .m_hscroll .carouselWrapper.videos .playlist .now_playing a:before {
    padding-top: 40px;
    font-size: 32px;
    line-height: 32px;
  }
}
@media (max-width: 30em) {
  .triforce_rendered .m_hscroll .carouselWrapper.videos .playlist .now_playing a:before {
    padding-top: 55px;
  }
}
@media (max-width: 47.938em) {
  .triforce_rendered .m_hscroll .carouselWrapper.videos .playlist .now_playing a:before {
    display: none;
  }
}
.triforce_rendered .m_hscroll .mask {
  overflow: hidden;
}
@media (max-device-width: 64em) {
  .triforce_rendered .m_hscroll .mask {
    padding: 0 0 10px;
  }
}
.triforce_rendered .m_hscroll .mask li {
  margin-right: 0 !important;
}
.triforce_rendered .m_hscroll .mask li .video_holder,
.triforce_rendered .m_hscroll .mask li .playlist_video {
  margin-bottom: 0;
  padding-bottom: 90px;
}
.triforce_rendered .m_hscroll .mask li p {
  position: absolute;
  left: 0;
  bottom: 0;
  min-height: 0;
  width: 100%;
  padding: 0 15px;
  font: 14px/17px 'BrandonGrotesque-Black', Helvetica, Arial, sans-serif;
  color: #ffffff;
}
@media (max-width: 48em) {
  .triforce_rendered .m_hscroll .mask li p {
    padding: 0 12px;
  }
}
.triforce_rendered .m_hscroll .mask li .title,
.triforce_rendered .m_hscroll .mask li .meta,
.triforce_rendered .m_hscroll .mask li .description {
  display: block;
}
.triforce_rendered .m_hscroll .mask li .title {
  position: static;
  margin-bottom: 5px;
  text-transform: uppercase;
}
@media (max-width: 48em) {
  .triforce_rendered .m_hscroll .mask li .title {
    line-height: 1em;
  }
}
.triforce_rendered .m_hscroll .mask li .meta {
  font: 14px/17px 'BrandonTextMedium', Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  color: #ffffff;
}
.triforce_rendered .m_hscroll .mask li .description {
  padding: 9px 0 10px;
  font: 17px/20px 'BrandonGrotesqueRegular', Helvetica, Arial, sans-serif;
  visibility: hidden;
}
.triforce_rendered .m_hscroll .carouselWrapper {
  padding: 0;
  overflow: visible;
}
.triforce_rendered .m_hscroll .left_arrow,
.triforce_rendered .m_hscroll .right_arrow {
  z-index: 1;
  position: absolute;
  top: 50%;
  margin-top: -27px;
}
.triforce_rendered .m_hscroll .left_arrow span:after,
.triforce_rendered .m_hscroll .right_arrow span:after {
  display: inline-block;
  font-family: 'cc-icons';
  font-style: normal;
  font-weight: normal;
  speak: none;
  text-decoration: inherit;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  font-size: 55px;
  line-height: 1em;
  color: #5e5f64;
}
@media (max-device-width: 64em) {
  .triforce_rendered .m_hscroll .left_arrow,
  .triforce_rendered .m_hscroll .right_arrow {
    display: none !important;
  }
}
.triforce_rendered .m_hscroll .left_arrow {
  left: -42px;
}
.triforce_rendered .m_hscroll .left_arrow span:after {
  content: "\0054";
}
.triforce_rendered .m_hscroll .right_arrow {
  right: -43px;
}
.triforce_rendered .m_hscroll .right_arrow span:after {
  content: "\0055";
}
@media (max-width: 1280px) {
  .triforce_rendered .m_hscroll .left_arrow,
  .triforce_rendered .m_hscroll .right_arrow {
    top: 0;
    width: 30px;
    height: 100%;
    margin-top: 0;
    background: rgba(0, 0, 0, 0.7);
  }
  .triforce_rendered .m_hscroll .left_arrow span,
  .triforce_rendered .m_hscroll .right_arrow span {
    position: absolute;
    top: 50%;
    left: 4px;
    margin-top: -30px;
  }
  .triforce_rendered .m_hscroll .left_arrow {
    left: 0;
  }
  .triforce_rendered .m_hscroll .right_arrow {
    right: 0;
  }
}
.triforce_rendered #background_holder #content_holder .m_hscroll div.moduleLoading.right_arrow {
  margin-top: -10px;
  right: -43px;
  width: 20px;
  height: 20px;
  background: url("/sitewide/images/sprites/ajax-loader.gif") no-repeat;
  background-size: 100%;
}
@media (max-width: 1280px) {
  .triforce_rendered #background_holder #content_holder .m_hscroll div.moduleLoading.right_arrow {
    top: 50%;
    right: 3px;
  }
}
.triforce_rendered .flux4Widget .overlayContentWrapper * {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.triforce_rendered .transcript {
  width: 0;
  height: 0;
  overflow: hidden;
}
#activityIndicator {
  display: none;
  z-index: 6000001;
  position: fixed;
  right: 8px;
  bottom: 8px;
  background-color: #000000;
  padding: 0.3125em 0.3125em 0.3125em 0.3125em;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}
#activityIndicator img {
  vertical-align: middle;
}
.ad_holder {
  padding: 10px 0;
}
.ad_holder .ad_970x66 {
  width: 970px;
  height: auto;
  margin: 0 auto;
}
.ad_holder .ad_728x90 {
  width: 728px;
  height: 90px;
  margin: 0 auto;
}
body.tve_auth .tve_lock {
  display: none !important;
}
input:focus,
select:focus,
textarea:focus,
button:focus {
  outline: none;
}
/* Text that should be hided visially, but should be accessible for screen readers */
.screen-reader-text {
  position: absolute;
  top: -9999px;
  left: -9999px;
}
/* 
 * 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
 **/
[data-graphics]:before {
  content: attr(data-graphics);
  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-after]:after {
  content: attr(data-graphics-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;
}
/* Flux Widget - CSS Overrides*/
body > .flux4.flux4Widget {
  z-index: 6000000 !important;
}
body > .flux4.flux4Widget .dropdownWrapper {
  z-index: 6000000 !important;
}
/* OpinionLab - CSS Overrides */
.oo_cc_wrapper {
  z-index: 6000001 !important;
}
#oo_overlay,
#oo_container,
#oo_tab {
  z-index: 6000000 !important;
  position: fixed !important;
}
#triforce_debug .corner {
  position: fixed;
  z-index: 9999999;
  bottom: 0px;
  right: 0px;
  width: 48px;
  height: 48px;
  display: block;
  cursor: pointer;
}
#triforce_debug .corner .megaman {
  background: url("/sitewide/images/megaman_sprite.png") no-repeat;
  width: 20px;
  height: 28px;
  margin: 10px 10px 10px 14px;
}
#triforce_debug .corner .megaman.megaman-0 {
  background-position: -160px -8px;
}
#triforce_debug .corner .megaman.megaman-1 {
  background-position: -188px -8px;
  margin-left: 18px;
}
#triforce_debug .corner .megaman.megaman-2 {
  background-position: -216px -8px;
  margin-left: 22px;
}
#triforce_debug .corner .megaman.megaman-3 {
  background-position: -238px -8px;
  margin-left: 24px;
}
#triforce_debug .corner .megaman.megaman-4 {
  background-position: -216px -8px;
  margin-left: 28px;
}
#triforce_debug .corner .megaman.megaman-5 {
  background-position: -260px -8px;
  margin-left: 32px;
}
#triforce_debug .corner .megaman.megaman-6 {
  background-position: -260px -8px;
  margin-left: 36px;
}
#triforce_debug .corner .megaman.megaman-7 {
  display: none;
}
#triforce_debug .corner .megaman.stopped {
  background-position: -6px -132px;
  width: 24px;
}
#triforce_debug .overlay {
  display: none;
  width: 240px;
  height: 314px;
  position: fixed;
  bottom: 40px;
  right: 0px;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  border: 1px solid #fff;
  background: #fff;
  opacity: 0.9;
  padding: 10px;
  color: black;
  font-weight: bold;
  z-index: 999;
}
#triforce_debug .overlay .manifest {
  width: 100%;
  margin-bottom: 8px;
}
#triforce_debug .overlay li {
  display: block;
  margin: 0 0 10px 0;
  height: 28px;
}
#triforce_debug .overlay .text {
  height: 28px;
  display: inline-block;
  width: 140px;
  float: left;
  line-height: 28px;
  padding-left: 8px;
}
#triforce_debug .overlay .switch {
  display: block;
  float: left;
  height: 28px;
  width: 77px;
  border: 1px solid #979797;
  border-radius: 20px;
  overflow: hidden;
  cursor: pointer;
  box-shadow: inset 0 1px 3px #bababa, inset 0 12px 3px 2px rgba(232, 232, 232, 0.5);
}
#triforce_debug .overlay .switch input[type=checkbox] {
  display: none;
}
#triforce_debug .overlay .switch .thumb {
  display: block;
  width: 26px;
  height: 26px;
  position: relative;
  top: 0;
  z-index: 3;
  border: solid 1px #919191;
  border-radius: 28px;
  box-shadow: inset 0 2px 1px #ffffff, inset 0 -2px 1px #ffffff;
  background-color: #cecece;
  background-image: linear-gradient(top, #cecece, #fbfbfb);
  transition: all 0.125s ease-in-out;
  transform: translate3d(0, 0, 0);
}
#triforce_debug .overlay .switch.on .thumb {
  -webkit-transform: translate3d(49px, 0, 0);
  -o-transform: translateX(49px);
  -moz-transform: translateX(49px);
}
#triforce_debug .overlay .switch::before {
  content: "";
  display: block;
  height: 28px;
  width: 0px;
  position: absolute;
  border-radius: 20px;
  box-shadow: inset 0 1px 2px #0063b7, inset 0 12px 3px 2px rgba(0, 127, 234, 0.5);
  background-color: #64B1F2;
}
#triforce_debug .overlay .switch.on::before {
  width: 77px;
}
#triforce_debug div.standalone_debug {
  height: 28px;
  line-height: 26px;
  width: 205px;
  text-align: center;
  border: 1px solid #979797;
  border-radius: 20px;
  overflow: hidden;
  cursor: pointer;
  box-shadow: inset 0 1px 3px #bababa, inset 0 12px 3px 2px rgba(232, 232, 232, 0.5);
}
a.standalone_debug {
  display: inline-block !important;
  background: #fff;
  padding: 5px 10px;
  width: 200px !important;
  color: blue;
  box-shadow: inset 0 1px 3px #bababa, inset 0 12px 3px 2px rgba(232, 232, 232, 0.5);
}
div.logout {
  display: inline-block !important;
  background: #fff;
  color: #000;
  cursor: pointer;
  width: 200px;
  text-align: center;
  padding: 5px 10px;
}
#footer {
  padding: 40px 40px 43px;
  font-size: 13px;
  font-family: 'BrandonTextBold', Helvetica, Arial, sans-serif;
}
#footer ul {
  list-style-type: none;
  margin: 0 0 20px;
  border-bottom: 1px solid #171918;
}
#footer ul li {
  padding: 0 0 23px;
  display: inline-block;
  color: #171918;
}
#footer ul li a {
  letter-spacing: 1px;
  font-size: 0.92307692em;
  color: #485052;
  text-decoration: none;
  text-transform: uppercase;
  margin: 0;
  white-space: nowrap;
}
#footer ul li:last-child:after {
  border: 0;
  margin: 0;
}
#footer ul li:after {
  content: "";
  margin: 0 17px;
  border-right: solid 2px #171918;
}
@media screen and (max-width: 48em) {
  #footer .shows {
    margin-bottom: 15px;
  }
  #footer .shows li {
    padding-bottom: 15px;
  }
  #footer .shows li:last-child {
    padding-bottom: 20px;
  }
}
#footer .legal {
  margin: 0 0 7px;
  border: none;
}
@media screen and (max-width: 30em) {
  #footer .legal li {
    padding-bottom: 10px;
  }
}
@media screen and (max-width: 20em) {
  #footer .legal li {
    display: block;
  }
}
#footer .legal li a {
  font-size: 0.76923077em;
}
#footer .legal li:last-child a:after {
  content: "";
  position: absolute;
  margin-left: 10px;
  height: 22px;
  width: 22px;
  background: url(/sitewide/images/logos/AdChoice.png) no-repeat;
}
@media screen and (max-width: 30em) {
  #footer .legal {
    margin-bottom: 10px;
  }
}
#footer p {
  border-bottom: 1px solid #171918;
  padding: 0 0 20px;
  color: #485052;
  font-family: 'BrandonTextMedium', Helvetica, Arial, sans-serif;
}
@media screen and (max-width: 30em) {
  #footer p {
    padding-bottom: 15px;
  }
}
#footer .logo {
  float: right;
  width: 128px;
  height: 20px;
  margin-left: 15px;
  background: url(/sitewide/images/logos/logo_viacom_blue_125.png) no-repeat;
}
@media screen and (max-width: 30em) {
  #footer {
    padding: 25px 10px 15px;
  }
}
#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;
}
.ent_m008_tosh_v1 {
  max-width: 1180px;
}
.ent_m008_tosh_v1 .m_hscroll .mask .ent_m008_tosh_v1_item .meta {
  color: #ee4444;
}
.ent_m008_tosh_v1 .m_hscroll .ad_300x250 {
  float: right;
}
@media (max-width: 63.938em) {
  .ent_m008_tosh_v1 .m_hscroll .ad_300x250 {
    display: none;
  }
}
@media (min-width: 64em) {
  .ent_m008_tosh_v1 .m_hscroll.has_ad .carouselWrapper {
    margin: 0 394px 0 0;
  }
}
@media (min-width: 769px) {
  .ent_m008_tosh_v1 .ent_m008_tosh_v1_item {
    width: 295px;
  }
  .ent_m008_tosh_v1 .ent_m008_tosh_v1_item .playlist_video {
    height: 256px;
  }
}
@media (min-width: 30em) and (max-width: 48em) {
  .ent_m008_tosh_v1 .ent_m008_tosh_v1_item {
    width: 256px;
  }
  .ent_m008_tosh_v1 .ent_m008_tosh_v1_item .playlist_video {
    height: 234px;
  }
}
.ent_m008_tosh_v1 .ent_m008_tosh_v1_item:nth-child(2n) p {
  background-color: #720d11;
}
.ent_m008_tosh_v1 .ent_m008_tosh_v1_item:nth-child(2n-1) p {
  background-color: #8b1a1e;
}
.ent_m010_tosh_v1 {
  max-width: 1180px;
}
.ent_m010_tosh_v1.module {
  padding-bottom: 0;
}
.ent_m010_tosh_v1 .m_hscroll .collectionHeader {
  margin: 0;
}
.ent_m010_tosh_v1 .m_hscroll .carouselWrapper.videos p {
  height: 100px;
  font-size: 17px;
  line-height: 1.12;
}
.ent_m010_tosh_v1 .m_hscroll .carouselWrapper.videos p .title,
.ent_m010_tosh_v1 .m_hscroll .carouselWrapper.videos p .meta {
  font-family: 'BrandonTextBold', Helvetica, Arial, sans-serif;
}
.ent_m010_tosh_v1 .m_hscroll .carouselWrapper .mask .ad_spacer {
  float: right;
  width: 300px;
  height: 250px;
  margin-bottom: 20px;
}
.ent_m010_tosh_v1 .m_hscroll .carouselWrapper .mask .ent_m010_tosh_v1_item {
  float: none;
}
@media screen and (max-width: 74.9375em) {
  .ent_m010_tosh_v1 .m_hscroll .carouselWrapper .mask .ent_m010_tosh_v1_item {
    width: 33.33333333%;
  }
}
@media screen and (max-width: 47.938em) {
  .ent_m010_tosh_v1 .m_hscroll .carouselWrapper .mask .ent_m010_tosh_v1_item {
    width: 50%;
  }
}
@media screen and (max-width: 30em) {
  .ent_m010_tosh_v1 .m_hscroll .carouselWrapper .mask .ent_m010_tosh_v1_item {
    width: 100%;
  }
}
.tve_auth .ent_m010_tosh_v1 .m_hscroll .carouselWrapper .mask .ent_m010_tosh_v1_item.now_playing a:before,
.tve_auth .ent_m010_tosh_v1 .m_hscroll .carouselWrapper .mask .ent_m010_tosh_v1_item.now_playing + li a:before {
  display: block;
  padding: 19% 17% 0;
  background-color: rgba(0, 0, 0, 0.6);
}
@media screen and (min-width: 48em) and (max-width: 63.938em) {
  .tve_auth .ent_m010_tosh_v1 .m_hscroll .carouselWrapper .mask .ent_m010_tosh_v1_item.now_playing a:before,
  .tve_auth .ent_m010_tosh_v1 .m_hscroll .carouselWrapper .mask .ent_m010_tosh_v1_item.now_playing + li a:before {
    padding-top: 14.5%;
  }
}
@media screen and (max-width: 47.938em) {
  .tve_auth .ent_m010_tosh_v1 .m_hscroll .carouselWrapper .mask .ent_m010_tosh_v1_item.now_playing a:before,
  .tve_auth .ent_m010_tosh_v1 .m_hscroll .carouselWrapper .mask .ent_m010_tosh_v1_item.now_playing + li a:before {
    display: none;
  }
}
@media screen and (max-width: 320px), screen and (min-width: 381px) and (max-width: 600px) {
  .tve_auth .ent_m010_tosh_v1 .m_hscroll .carouselWrapper .mask .ent_m010_tosh_v1_item.now_playing a:before,
  .tve_auth .ent_m010_tosh_v1 .m_hscroll .carouselWrapper .mask .ent_m010_tosh_v1_item.now_playing + li a:before {
    padding-top: 17%;
    font-size: 25px;
    line-height: 27px;
  }
}
.tve_auth .ent_m010_tosh_v1 .m_hscroll .carouselWrapper .mask .ent_m010_tosh_v1_item.now_playing + li a:before {
  content: "Up Next";
  padding-left: 30%;
  padding-right: 30%;
}
@media screen and (max-width: 47.938em) {
  .tve_auth .ent_m010_tosh_v1 .m_hscroll .carouselWrapper .mask .ent_m010_tosh_v1_item.now_playing + li a:before {
    display: block;
  }
}
.ent_m010_tosh_v1 .m_hscroll .carouselWrapper .mask li > div {
  padding-bottom: 100px;
}
.ent_m010_tosh_v1 .m_hscroll .carouselWrapper .mask li > div .tve_lock {
  position: absolute;
  bottom: 110px;
  left: 9px;
  width: 19px;
  height: 30px;
  background: url(/sitewide/images/sprites/tosh_global_sprite_v2.png) no-repeat -60px 0;
  z-index: 999;
}
@media screen and (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .ent_m010_tosh_v1 .m_hscroll .carouselWrapper .mask li > div .tve_lock {
    background: url(/sitewide/images/sprites/tosh_global_sprite_v2_2x.png) no-repeat -60px 0;
    background-size: 79px 45px;
  }
}
.ent_m010_tosh_v1 .m_hscroll .carouselWrapper .mask li > div .meta_info .meta {
  font-size: 14px;
  color: #000000;
}
@media (max-device-width: 64em) {
  .ent_m010_tosh_v1 .m_hscroll .carouselWrapper .mask {
    overflow-x: auto;
  }
}
.ent_m010_tosh_v1 .m_hscroll .ad_300x250 {
  float: right;
  margin-left: -300px;
  position: relative;
  top: 20px;
  right: 35px;
  z-index: 1;
}
@media (max-width: 1195px) {
  .ent_m010_tosh_v1 .m_hscroll .ad_300x250 {
    top: 5px;
    right: 23px;
  }
}
.ent_m010_tosh_v1 .m_hscroll .see_more,
.ent_m010_tosh_v1 .m_hscroll .see_less {
  float: right;
  position: relative;
  width: 200px;
  height: 50px;
  padding: 0 !important;
  background: #262a2b;
  color: #ffffff;
  font-family: 'BrandonTextMedium', Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  line-height: 50px;
  cursor: pointer;
  text-align: center;
}
.ent_m010_tosh_v1 .m_hscroll .see_more:hover,
.ent_m010_tosh_v1 .m_hscroll .see_less:hover {
  color: #000000;
  background: #dce631;
}
.ent_m010_tosh_v1 .m_hscroll .see_more {
  margin: 0;
}
@media (max-width: 63.938em) {
  .ent_m010_tosh_v1 .ad_300x250,
  .ent_m010_tosh_v1 .ad_spacer {
    display: none;
  }
}
.ent_m010_tosh_v1 .ent_m010_tosh_v1_item {
  display: inline-block;
  vertical-align: top;
  width: 393px;
  margin-bottom: 20px;
}
.ent_m010_tosh_v1 .ent_m010_tosh_v1_item.now_playing + li a:before {
  content: "Now Playing";
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 50px 12px 0;
  font: 36px/34px 'EamesBookItalic', 'Georgia', serif;
  color: #ffffff;
  text-transform: uppercase;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.5);
  content: 'Up Next';
}
@media (min-width: 481px) and (max-width: 48em) {
  .ent_m010_tosh_v1 .ent_m010_tosh_v1_item.now_playing + li a:before {
    padding-top: 40px;
    font-size: 32px;
    line-height: 32px;
  }
}
@media (max-width: 30em) {
  .ent_m010_tosh_v1 .ent_m010_tosh_v1_item.now_playing + li a:before {
    padding-top: 55px;
  }
}
@media (max-width: 47.938em) {
  .ent_m010_tosh_v1 .ent_m010_tosh_v1_item.now_playing + li a:before {
    display: none;
  }
}
@media screen and (max-width: 47.938em) {
  .ent_m010_tosh_v1 .ent_m010_tosh_v1_item.now_playing + li a:before {
    display: block;
  }
}
.ent_m010_tosh_v1 .ent_m010_tosh_v1_item.hidden {
  display: none;
}
.ent_m010_tosh_v1 .ent_m010_tosh_v1_item:nth-child(2n) p {
  background-color: #720d11;
}
.ent_m010_tosh_v1 .ent_m010_tosh_v1_item:nth-child(2n-1) p {
  background-color: #8b1a1e;
}
.ent_m011_tosh_v1 {
  max-width: 1180px;
}
.ent_m011_tosh_v1 .m_hscroll .collectionHeader {
  margin: 0 0 10px;
}
.ent_m011_tosh_v1 .m_hscroll .collectionHeader h2 {
  font-size: 29px;
}
@media (max-width: 48em) {
  .ent_m011_tosh_v1 .m_hscroll .collectionHeader h2 {
    font-size: 24px;
  }
}
@media (max-width: 30em) {
  .ent_m011_tosh_v1 .m_hscroll .collectionHeader h2 {
    padding-bottom: 4px;
  }
}
.ent_m011_tosh_v1 .m_hscroll .captionHolder {
  padding: 11px 0 7px;
  color: #ffffff;
  font: 16px 'BrandonTextMedium', Helvetica, Arial, sans-serif;
  line-height: 1.25;
}
@media (max-width: 75em) {
  .ent_m011_tosh_v1 .m_hscroll .captionHolder {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 48em) {
  .ent_m011_tosh_v1 .m_hscroll .captionHolder {
    font-size: 14px;
  }
}
@media (max-width: 30em) {
  .ent_m011_tosh_v1 .m_hscroll .captionHolder {
    font-size: 14px;
    padding-left: 10px;
    padding-right: 10px;
  }
}
.ent_m011_tosh_v1 .m_hscroll .carouselWrapper.videos p {
  height: 110px;
  padding: 7px 6px 0 10px;
  font-size: 14px;
  line-height: 16px;
}
.ent_m011_tosh_v1 .m_hscroll .carouselWrapper.videos p .title {
  display: block;
  margin-right: 0;
  max-height: 80px;
}
.ent_m011_tosh_v1 .m_hscroll .carouselWrapper.videos p .meta {
  font-size: 14px;
}
.ent_m011_tosh_v1 .m_hscroll .carouselWrapper.videos p .description {
  color: #ee4444;
}
.ent_m011_tosh_v1 .m_hscroll .mask li .playlist_video {
  padding-bottom: 110px;
}
.ent_m011_tosh_v1 .m_hscroll .mask li .playlist_video .description {
  padding: 0;
  visibility: visible;
}
@media (max-width: 48em) {
  .ent_m011_tosh_v1 .m_hscroll .mask li .playlist_video .description {
    font-size: 14px;
    line-height: 18px;
  }
}
.ent_m011_tosh_v1 .m_hscroll .ad_300x250 {
  position: absolute;
  bottom: 0;
  right: 0;
}
@media (max-width: 63.938em) {
  .ent_m011_tosh_v1 .m_hscroll .ad_300x250 {
    display: none;
  }
}
@media (min-width: 64em) {
  .ent_m011_tosh_v1 .m_hscroll.has_ad .carouselWrapper {
    margin: 0 394px 0 0;
  }
}
@media (max-width: 63.938em) {
  .ent_m011_tosh_v1 .m_hscroll.has_ad .carouselWrapper {
    width: auto !important;
  }
}
.ent_m011_tosh_v1 .ent_m011_tosh_v1_item {
  width: 192px !important;
}
.ent_m011_tosh_v1 .ent_m011_tosh_v1_item .playlist_video {
  height: 216px;
}
#content_holder .ent_m011_tosh_v1 .ent_m011_tosh_v1_item.now_playing a:before {
  font-size: 27px;
  line-height: 1;
  padding-top: 24px;
  background-color: rgba(0, 0, 0, 0.6);
}
.ent_m011_tosh_v1 .ent_m011_tosh_v1_item:nth-child(2n) p {
  background-color: #343737;
}
.ent_m011_tosh_v1 .ent_m011_tosh_v1_item:nth-child(2n-1) p {
  background-color: #262a2b;
}
.ent_m013_tosh_v1 {
  max-width: 1180px;
}
.ent_m013_tosh_v1 .m_hscroll .carouselWrapper.videos {
  margin-right: 1px;
}
.ent_m013_tosh_v1 .mask li.ent_m013_tosh_v1_item {
  width: 393px;
}
.ent_m013_tosh_v1 .mask li.ent_m013_tosh_v1_item .video_holder {
  height: inherit !important;
}
.ent_m013_tosh_v1 .mask li.ent_m013_tosh_v1_item .video_holder p .meta_info .title,
.ent_m013_tosh_v1 .mask li.ent_m013_tosh_v1_item .video_holder p .meta_info .meta {
  font-family: 'BrandonTextBold', Helvetica, Arial, sans-serif;
}
.ent_m013_tosh_v1 .mask li.ent_m013_tosh_v1_item .video_holder p .meta_info .title {
  font-size: 17px;
}
.ent_m013_tosh_v1 .mask li.ent_m013_tosh_v1_item .video_holder p .meta_info .meta {
  font-size: 14px;
}
.ent_m013_tosh_v1 .mask li.ent_m013_tosh_v1_item .video_holder p .meta_info:hover .title,
.ent_m013_tosh_v1 .mask li.ent_m013_tosh_v1_item .video_holder p .meta_info:hover .meta {
  color: #dce631;
}
.ent_m013_tosh_v1 .mask li.ent_m013_tosh_v1_item .video_holder p .info_icon:hover {
  color: #dce631;
}
.ent_m013_tosh_v1 .mask li.ent_m013_tosh_v1_item .tve_lock {
  position: absolute;
  bottom: 100px;
  left: 9px;
  width: 19px;
  height: 30px;
  background: url(/sitewide/images/sprites/tosh_global_sprite_v2.png) no-repeat -60px 0;
  z-index: 999;
}
@media screen and (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .ent_m013_tosh_v1 .mask li.ent_m013_tosh_v1_item .tve_lock {
    background: url(/sitewide/images/sprites/tosh_global_sprite_v2_2x.png) no-repeat -60px 0;
    background-size: 79px 45px;
  }
}
.ent_m013_tosh_v1 .mask li.ent_m013_tosh_v1_item:nth-child(2n) p {
  background-color: #343737;
}
.ent_m013_tosh_v1 .mask li.ent_m013_tosh_v1_item:nth-child(2n-1) p {
  background-color: #262a2b;
}
.ent_m017_tosh_v1.module {
  max-width: 768px;
  margin: 0 auto;
}
@media (max-width: 30em) {
  .ent_m017_tosh_v1.module {
    padding-bottom: 0;
  }
}
.ent_m017_tosh_v1 .placeholder {
  padding: 0 15px;
  background-color: #000000;
}
.ent_m017_tosh_v1 .slate_header {
  padding-top: 16%;
  font: 70px/1 'EamesBookItalic', 'Georgia', serif;
  color: #dce631;
}
.ent_m017_tosh_v1 .slate_description {
  font: 24px/1.25 'BrandonTextMedium', Helvetica, Arial, sans-serif;
  color: #ffffff;
}
@media screen and (max-width: 48em) {
  .ent_m017_tosh_v1 .slate_header {
    font-size: 64px;
  }
}
@media screen and (max-width: 30em) {
  .ent_m017_tosh_v1 .slate_header {
    font-size: 30px;
    margin-bottom: 4px;
  }
  .ent_m017_tosh_v1 .slate_description {
    font-size: 16px;
  }
}
.ent_m017_tosh_v1 .videoPlayer div {
  position: relative;
  padding-bottom: 56.4625%;
  height: 0;
  border: 0;
}
.ent_m017_tosh_v1 .videoPlayer div object,
.ent_m017_tosh_v1 .videoPlayer div embed,
.ent_m017_tosh_v1 .videoPlayer div iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.ent_m017_tosh_v1 .videoPlayer div iframe.hidden {
  left: -10000px;
}
@media (min-width: 15em) and (max-with: 19.938em) {
  .ent_m017_tosh_v1 .videoPlayer div {
    background-size: 230px;
  }
}
@media (min-width: 20em) and (max-width: 29.938em) {
  .ent_m017_tosh_v1 .videoPlayer div {
    background-size: 300px;
  }
}
.ent_m017_tosh_v1 .end_slate:before {
  content: "";
  z-index: 1;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 32px;
  height: 32px;
  margin: -16px 0 0 -16px;
  background: url("/sitewide/images/sprites/ajax-loader.gif") no-repeat;
  background-size: 100%;
}
.ent_m017_tosh_v1 .end_slate:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #111111;
}
.ent_m017_tosh_v1 .not_available {
  max-width: 768px;
  margin: 0 auto;
  padding: 60px 40px;
  background: #342e30;
}
.ent_m017_tosh_v1 .not_available h2 {
  color: #aa2823;
  text-transform: uppercase;
  font-size: 2.5em;
}
.ent_m017_tosh_v1 .not_available p {
  color: #ffffff;
  font-size: 1.25em;
}
.ent_m017_tosh_v1 .meta {
  position: relative;
  padding: 26px 270px 0 20px;
}
.ent_m017_tosh_v1 .meta h1 {
  margin: 0;
  font: normal 26px/1.1 'BrandonGrotesque-Black', Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  color: #ffffff;
  cursor: pointer;
}
@media screen and (max-width: 30em) {
  .ent_m017_tosh_v1 .meta h1 {
    font-size: 16px;
  }
}
.linux_entity .ent_m017_tosh_v1 .meta h1 {
  padding-top: 4px;
}
.ent_m017_tosh_v1 .meta .mobile_only {
  display: none;
  margin: 7px 0 0;
}
@media (max-width: 30em) {
  .ent_m017_tosh_v1 .meta .mobile_only {
    display: block;
  }
}
.ent_m017_tosh_v1 .meta .episode,
.ent_m017_tosh_v1 .meta .airDate,
.ent_m017_tosh_v1 .meta .viewCount {
  display: inline-block;
  vertical-align: top;
  margin: 0 10px 0 0;
  font-size: 14px;
  font-family: 'BrandonTextBold', Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  color: #666666;
}
@media (max-width: 30em) {
  .ent_m017_tosh_v1 .meta .episode,
  .ent_m017_tosh_v1 .meta .airDate,
  .ent_m017_tosh_v1 .meta .viewCount {
    font-size: 12px;
  }
}
.ent_m017_tosh_v1 .meta .info {
  font: normal 17px/1.2 'BrandonGrotesqueRegular', 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_m017_tosh_v1 .meta .info .tags {
  margin-top: 10px;
  padding-bottom: 5px;
  color: #666666;
}
.ent_m017_tosh_v1 .meta .info .tags a {
  color: inherit;
  text-decoration: none;
}
.ent_m017_tosh_v1 .meta .info .tags a:hover {
  color: #dce631;
}
.ent_m017_tosh_v1 .meta.show_info .info {
  opacity: 1;
  height: auto;
  margin-bottom: 11px;
}
.ent_m017_tosh_v1 .meta.show_info .arrow:after {
  content: "\0073";
  color: #dce631;
}
.ent_m017_tosh_v1 .meta .comments_wrap {
  font-family: 'BrandonTextBold', Helvetica, Arial, sans-serif;
  text-decoration: none;
  text-transform: uppercase;
  color: #ffffff;
}
.ent_m017_tosh_v1 .meta .comments_wrap:hover {
  color: #dce631;
}
@media screen and (max-width: 30em) {
  .ent_m017_tosh_v1 .meta .comments_wrap {
    font-size: 12px;
  }
}
.ent_m017_tosh_v1 .meta .full_episode {
  position: absolute;
  top: 30px;
  right: 0;
  width: 224px;
  height: 50px;
  font-size: 16px;
  font-family: 'BrandonGrotesque-Black', Helvetica, Arial, sans-serif;
  line-height: 50px;
  background: #262a2b;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  color: #dce631;
}
.linux_entity .ent_m017_tosh_v1 .meta .full_episode {
  padding-top: 3px;
}
.ent_m017_tosh_v1 .meta .arrow:after {
  vertical-align: top;
  display: inline-block;
  margin: 10px -30px 0 17px;
  font-size: 13px;
}
.linux_entity .ent_m017_tosh_v1 .meta .arrow:after {
  margin-top: 6px;
}
@media (max-width: 48em) {
  .ent_m017_tosh_v1 .meta {
    padding-right: 280px;
  }
  .ent_m017_tosh_v1 .meta .full_episode {
    right: 20px;
  }
}
@media (max-width: 30em) {
  .ent_m017_tosh_v1 .meta {
    padding: 18px 0 0;
  }
  .ent_m017_tosh_v1 .meta .full_episode {
    position: static;
    display: block;
    width: 100%;
  }
  .ent_m017_tosh_v1 .meta .arrow:after {
    margin: 4px -30px 0 14px;
  }
  .linux_entity .ent_m017_tosh_v1 .meta .arrow:after {
    margin-top: 1px;
  }
  .ent_m017_tosh_v1 .meta > ul,
  .ent_m017_tosh_v1 .meta .info,
  .ent_m017_tosh_v1 .meta .comments_wrap,
  .ent_m017_tosh_v1 .meta h1 {
    padding-left: 10px;
    padding-right: 10px;
  }
  .ent_m017_tosh_v1 .meta h1 {
    padding-right: 30px;
  }
  .ent_m017_tosh_v1 .meta .info {
    margin-top: 13px;
  }
}
.ent_m017_tosh_v1 .meta {
  padding: 26px 270px 0 12px;
}
@media (max-width: 48em) {
  .ent_m017_tosh_v1 .meta {
    padding-right: 41px;
  }
}
@media (max-width: 30em) {
  .ent_m017_tosh_v1 .meta {
    padding: 18px 0 0;
  }
}
.ent_m018_tosh_v1.module,
.ent_tfc301_tosh_v1.module {
  max-width: 768px;
  margin: 0 auto;
}
@media (max-width: 30em) {
  .ent_m018_tosh_v1.module,
  .ent_tfc301_tosh_v1.module {
    padding-bottom: 0;
  }
}
.ent_m018_tosh_v1 .placeholder,
.ent_tfc301_tosh_v1 .placeholder {
  padding: 0 15px;
  background-color: #000000;
}
.ent_m018_tosh_v1 .slate_header,
.ent_tfc301_tosh_v1 .slate_header {
  padding-top: 16%;
  font: 70px/1 'EamesBookItalic', 'Georgia', serif;
  color: #dce631;
}
.ent_m018_tosh_v1 .slate_description,
.ent_tfc301_tosh_v1 .slate_description {
  font: 24px/1.25 'BrandonTextMedium', Helvetica, Arial, sans-serif;
  color: #ffffff;
}
@media screen and (max-width: 48em) {
  .ent_m018_tosh_v1 .slate_header,
  .ent_tfc301_tosh_v1 .slate_header {
    font-size: 64px;
  }
}
@media screen and (max-width: 30em) {
  .ent_m018_tosh_v1 .slate_header,
  .ent_tfc301_tosh_v1 .slate_header {
    font-size: 30px;
    margin-bottom: 4px;
  }
  .ent_m018_tosh_v1 .slate_description,
  .ent_tfc301_tosh_v1 .slate_description {
    font-size: 16px;
  }
}
.ent_m018_tosh_v1 .videoPlayer div,
.ent_tfc301_tosh_v1 .videoPlayer div {
  position: relative;
  padding-bottom: 56.4625%;
  height: 0;
  border: 0;
}
.ent_m018_tosh_v1 .videoPlayer div object,
.ent_tfc301_tosh_v1 .videoPlayer div object,
.ent_m018_tosh_v1 .videoPlayer div embed,
.ent_tfc301_tosh_v1 .videoPlayer div embed,
.ent_m018_tosh_v1 .videoPlayer div iframe,
.ent_tfc301_tosh_v1 .videoPlayer div iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.ent_m018_tosh_v1 .videoPlayer div iframe.hidden,
.ent_tfc301_tosh_v1 .videoPlayer div iframe.hidden {
  left: -10000px;
}
@media (min-width: 15em) and (max-with: 19.938em) {
  .ent_m018_tosh_v1 .videoPlayer div,
  .ent_tfc301_tosh_v1 .videoPlayer div {
    background-size: 230px;
  }
}
@media (min-width: 20em) and (max-width: 29.938em) {
  .ent_m018_tosh_v1 .videoPlayer div,
  .ent_tfc301_tosh_v1 .videoPlayer div {
    background-size: 300px;
  }
}
.ent_m018_tosh_v1 .end_slate:before,
.ent_tfc301_tosh_v1 .end_slate:before {
  content: "";
  z-index: 1;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 32px;
  height: 32px;
  margin: -16px 0 0 -16px;
  background: url("/sitewide/images/sprites/ajax-loader.gif") no-repeat;
  background-size: 100%;
}
.ent_m018_tosh_v1 .end_slate:after,
.ent_tfc301_tosh_v1 .end_slate:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #111111;
}
.ent_m018_tosh_v1 .not_available,
.ent_tfc301_tosh_v1 .not_available {
  max-width: 768px;
  margin: 0 auto;
  padding: 60px 40px;
  background: #342e30;
}
.ent_m018_tosh_v1 .not_available h2,
.ent_tfc301_tosh_v1 .not_available h2 {
  color: #aa2823;
  text-transform: uppercase;
  font-size: 2.5em;
}
.ent_m018_tosh_v1 .not_available p,
.ent_tfc301_tosh_v1 .not_available p {
  color: #ffffff;
  font-size: 1.25em;
}
.ent_m018_tosh_v1 .meta,
.ent_tfc301_tosh_v1 .meta {
  position: relative;
  padding: 26px 270px 0 20px;
}
.ent_m018_tosh_v1 .meta h1,
.ent_tfc301_tosh_v1 .meta h1 {
  margin: 0;
  font: normal 26px/1.1 'BrandonGrotesque-Black', Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  color: #ffffff;
  cursor: pointer;
}
@media screen and (max-width: 30em) {
  .ent_m018_tosh_v1 .meta h1,
  .ent_tfc301_tosh_v1 .meta h1 {
    font-size: 16px;
  }
}
.linux_entity .ent_m018_tosh_v1 .meta h1,
.linux_entity .ent_tfc301_tosh_v1 .meta h1 {
  padding-top: 4px;
}
.ent_m018_tosh_v1 .meta .mobile_only,
.ent_tfc301_tosh_v1 .meta .mobile_only {
  display: none;
  margin: 7px 0 0;
}
@media (max-width: 30em) {
  .ent_m018_tosh_v1 .meta .mobile_only,
  .ent_tfc301_tosh_v1 .meta .mobile_only {
    display: block;
  }
}
.ent_m018_tosh_v1 .meta .episode,
.ent_tfc301_tosh_v1 .meta .episode,
.ent_m018_tosh_v1 .meta .airDate,
.ent_tfc301_tosh_v1 .meta .airDate,
.ent_m018_tosh_v1 .meta .viewCount,
.ent_tfc301_tosh_v1 .meta .viewCount {
  display: inline-block;
  vertical-align: top;
  margin: 0 10px 0 0;
  font-size: 14px;
  font-family: 'BrandonTextBold', Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  color: #666666;
}
@media (max-width: 30em) {
  .ent_m018_tosh_v1 .meta .episode,
  .ent_tfc301_tosh_v1 .meta .episode,
  .ent_m018_tosh_v1 .meta .airDate,
  .ent_tfc301_tosh_v1 .meta .airDate,
  .ent_m018_tosh_v1 .meta .viewCount,
  .ent_tfc301_tosh_v1 .meta .viewCount {
    font-size: 12px;
  }
}
.ent_m018_tosh_v1 .meta .info,
.ent_tfc301_tosh_v1 .meta .info {
  font: normal 17px/1.2 'BrandonGrotesqueRegular', 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_tosh_v1 .meta .info .tags,
.ent_tfc301_tosh_v1 .meta .info .tags {
  margin-top: 10px;
  padding-bottom: 5px;
  color: #666666;
}
.ent_m018_tosh_v1 .meta .info .tags a,
.ent_tfc301_tosh_v1 .meta .info .tags a {
  color: inherit;
  text-decoration: none;
}
.ent_m018_tosh_v1 .meta .info .tags a:hover,
.ent_tfc301_tosh_v1 .meta .info .tags a:hover {
  color: #dce631;
}
.ent_m018_tosh_v1 .meta.show_info .info,
.ent_tfc301_tosh_v1 .meta.show_info .info {
  opacity: 1;
  height: auto;
  margin-bottom: 11px;
}
.ent_m018_tosh_v1 .meta.show_info .arrow:after,
.ent_tfc301_tosh_v1 .meta.show_info .arrow:after {
  content: "\0073";
  color: #dce631;
}
.ent_m018_tosh_v1 .meta .comments_wrap,
.ent_tfc301_tosh_v1 .meta .comments_wrap {
  font-family: 'BrandonTextBold', Helvetica, Arial, sans-serif;
  text-decoration: none;
  text-transform: uppercase;
  color: #ffffff;
}
.ent_m018_tosh_v1 .meta .comments_wrap:hover,
.ent_tfc301_tosh_v1 .meta .comments_wrap:hover {
  color: #dce631;
}
@media screen and (max-width: 30em) {
  .ent_m018_tosh_v1 .meta .comments_wrap,
  .ent_tfc301_tosh_v1 .meta .comments_wrap {
    font-size: 12px;
  }
}
.ent_m018_tosh_v1 .meta .full_episode,
.ent_tfc301_tosh_v1 .meta .full_episode {
  position: absolute;
  top: 30px;
  right: 0;
  width: 224px;
  height: 50px;
  font-size: 16px;
  font-family: 'BrandonGrotesque-Black', Helvetica, Arial, sans-serif;
  line-height: 50px;
  background: #262a2b;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  color: #dce631;
}
.linux_entity .ent_m018_tosh_v1 .meta .full_episode,
.linux_entity .ent_tfc301_tosh_v1 .meta .full_episode {
  padding-top: 3px;
}
.ent_m018_tosh_v1 .meta .arrow:after,
.ent_tfc301_tosh_v1 .meta .arrow:after {
  vertical-align: top;
  display: inline-block;
  margin: 10px -30px 0 17px;
  font-size: 13px;
}
.linux_entity .ent_m018_tosh_v1 .meta .arrow:after,
.linux_entity .ent_tfc301_tosh_v1 .meta .arrow:after {
  margin-top: 6px;
}
@media (max-width: 48em) {
  .ent_m018_tosh_v1 .meta,
  .ent_tfc301_tosh_v1 .meta {
    padding-right: 280px;
  }
  .ent_m018_tosh_v1 .meta .full_episode,
  .ent_tfc301_tosh_v1 .meta .full_episode {
    right: 20px;
  }
}
@media (max-width: 30em) {
  .ent_m018_tosh_v1 .meta,
  .ent_tfc301_tosh_v1 .meta {
    padding: 18px 0 0;
  }
  .ent_m018_tosh_v1 .meta .full_episode,
  .ent_tfc301_tosh_v1 .meta .full_episode {
    position: static;
    display: block;
    width: 100%;
  }
  .ent_m018_tosh_v1 .meta .arrow:after,
  .ent_tfc301_tosh_v1 .meta .arrow:after {
    margin: 4px -30px 0 14px;
  }
  .linux_entity .ent_m018_tosh_v1 .meta .arrow:after,
  .linux_entity .ent_tfc301_tosh_v1 .meta .arrow:after {
    margin-top: 1px;
  }
  .ent_m018_tosh_v1 .meta > ul,
  .ent_tfc301_tosh_v1 .meta > ul,
  .ent_m018_tosh_v1 .meta .info,
  .ent_tfc301_tosh_v1 .meta .info,
  .ent_m018_tosh_v1 .meta .comments_wrap,
  .ent_tfc301_tosh_v1 .meta .comments_wrap,
  .ent_m018_tosh_v1 .meta h1,
  .ent_tfc301_tosh_v1 .meta h1 {
    padding-left: 10px;
    padding-right: 10px;
  }
  .ent_m018_tosh_v1 .meta h1,
  .ent_tfc301_tosh_v1 .meta h1 {
    padding-right: 30px;
  }
  .ent_m018_tosh_v1 .meta .info,
  .ent_tfc301_tosh_v1 .meta .info {
    margin-top: 13px;
  }
}
.ent_m018_tosh_v1 .locked_state,
.ent_tfc301_tosh_v1 .locked_state {
  position: relative;
  width: 100%;
  height: 100%;
}
.ent_m018_tosh_v1 .locked_state:before,
.ent_tfc301_tosh_v1 .locked_state:before {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0.6;
  background: #000000;
}
.ent_m018_tosh_v1 .locked_state .image_holder,
.ent_tfc301_tosh_v1 .locked_state .image_holder {
  max-width: 960px;
  max-height: 540px;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  opacity: 0.2;
}
.ent_m018_tosh_v1 .locked_state .overlay,
.ent_tfc301_tosh_v1 .locked_state .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 7% 0 0;
  font-family: 'BrandonTextBold', Helvetica, Arial, sans-serif;
  color: #ffffff;
  text-align: center;
  z-index: 3;
}
.ent_m018_tosh_v1 .locked_state .overlay .lock_icon,
.ent_tfc301_tosh_v1 .locked_state .overlay .lock_icon,
.ent_m018_tosh_v1 .locked_state .overlay .message,
.ent_tfc301_tosh_v1 .locked_state .overlay .message,
.ent_m018_tosh_v1 .locked_state .overlay .sign_in,
.ent_tfc301_tosh_v1 .locked_state .overlay .sign_in {
  text-transform: uppercase;
  display: block;
}
.ent_m018_tosh_v1 .locked_state .overlay .sign_in,
.ent_tfc301_tosh_v1 .locked_state .overlay .sign_in {
  background: #ed4984;
  text-align: center;
  padding: 0 10px;
  height: 45px;
  line-height: 45px;
  width: 195px;
  margin: auto;
  color: #ffffff;
  text-decoration: none;
}
.ent_m018_tosh_v1 .locked_state .overlay .message,
.ent_tfc301_tosh_v1 .locked_state .overlay .message {
  max-width: 560px;
  margin: 10px auto 45px;
  font-size: 28px;
}
.ent_m018_tosh_v1 .locked_state .overlay .lock_icon,
.ent_tfc301_tosh_v1 .locked_state .overlay .lock_icon {
  width: 21px;
  height: 31px;
  margin: auto;
  background: url(/sitewide/images/sprites/tosh_global_sprite_v2.png) no-repeat -59px 0;
}
@media screen and (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .ent_m018_tosh_v1 .locked_state .overlay .lock_icon,
  .ent_tfc301_tosh_v1 .locked_state .overlay .lock_icon {
    background: url(/sitewide/images/sprites/tosh_global_sprite_v2_2x.png) no-repeat -59px 0;
    background-size: 79px 45px;
  }
}
.ent_m018_tosh_v1 .locked_state .overlay .disclaimer,
.ent_tfc301_tosh_v1 .locked_state .overlay .disclaimer {
  position: absolute;
  bottom: 0%;
  left: 0%;
  width: 100%;
  padding-bottom: 7%;
  font-family: 'BrandonTextBold', Helvetica, Arial, sans-serif;
  color: #ffffff;
  text-align: center;
}
.ent_m018_tosh_v1 .locked_state .overlay .disclaimer .text,
.ent_tfc301_tosh_v1 .locked_state .overlay .disclaimer .text {
  display: block;
  font-size: 24px;
}
.ent_m018_tosh_v1 .locked_state .overlay .disclaimer .link,
.ent_tfc301_tosh_v1 .locked_state .overlay .disclaimer .link {
  font-size: 18px;
  font-family: 'BrandonTextMedium', Helvetica, Arial, sans-serif;
  color: #dce631;
}
.ent_m018_tosh_v1 #video_player.loading,
.ent_tfc301_tosh_v1 #video_player.loading,
.ent_m018_tosh_v1 .videoPlayer.loading,
.ent_tfc301_tosh_v1 .videoPlayer.loading {
  background: #000000 url("/sitewide/images/sprites/ajax-loader.gif") no-repeat 50%;
  height: 542px;
}
.ent_m018_tosh_v1 .share_buttons.triforceRendered li li,
.ent_tfc301_tosh_v1 .share_buttons.triforceRendered li li {
  margin-left: 0;
}
.ent_m018_tosh_v1.module,
.ent_tfc301_tosh_v1.module {
  max-width: 960px;
  overflow: hidden;
}
.ent_m018_tosh_v1.module .underVideoWrapper,
.ent_tfc301_tosh_v1.module .underVideoWrapper {
  position: relative;
  min-height: 158px;
}
.ent_m018_tosh_v1.module .meta,
.ent_tfc301_tosh_v1.module .meta {
  padding: 13px 515px 0 0;
  overflow: hidden;
}
.ent_m018_tosh_v1.module .pageOverlay,
.ent_tfc301_tosh_v1.module .pageOverlay {
  display: none;
  position: absolute;
  opacity: 0;
}
.ent_m018_tosh_v1.module .share_buttons,
.ent_tfc301_tosh_v1.module .share_buttons {
  width: 320px;
  margin-top: 3px;
}
.ent_m018_tosh_v1.module .share_buttons .facebook,
.ent_tfc301_tosh_v1.module .share_buttons .facebook {
  border-left: 1px solid #111111;
}
.ent_m018_tosh_v1.module .share_buttons.mobile,
.ent_tfc301_tosh_v1.module .share_buttons.mobile {
  display: none;
}
.ent_m018_tosh_v1.module .share_buttons.triforceRendered .share_wrap .share li,
.ent_tfc301_tosh_v1.module .share_buttons.triforceRendered .share_wrap .share li {
  margin: 0;
}
.ent_m018_tosh_v1.module .share_buttons.triforceRendered li:first-child,
.ent_tfc301_tosh_v1.module .share_buttons.triforceRendered li:first-child {
  margin: 0 -1px 0 0 !important;
}
.ent_m018_tosh_v1.module .share_buttons a,
.ent_tfc301_tosh_v1.module .share_buttons a {
  display: inline-block;
  width: 160px;
  height: 50px;
  font-size: 1em;
  line-height: 50px;
  color: #ffffff;
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
  cursor: pointer;
  font-family: 'BrandonGrotesque-Black', Helvetica, Arial, sans-serif;
  margin-right: -4px;
}
.ent_m018_tosh_v1.module .share_buttons .share_text_button,
.ent_tfc301_tosh_v1.module .share_buttons .share_text_button {
  background-color: #485052;
  position: relative;
}
.linux_entity .ent_m018_tosh_v1.module .share_buttons .share_text_button,
.linux_entity .ent_tfc301_tosh_v1.module .share_buttons .share_text_button {
  padding-top: 3px;
}
.ent_m018_tosh_v1.module .share_buttons .share_text_button .share,
.ent_tfc301_tosh_v1.module .share_buttons .share_text_button .share,
.ent_m018_tosh_v1.module .share_buttons .share_text_button:hover .share_wrap,
.ent_tfc301_tosh_v1.module .share_buttons .share_text_button:hover .share_wrap {
  width: 250px;
}
.ent_m018_tosh_v1.module .share_buttons .share_text_button:hover,
.ent_tfc301_tosh_v1.module .share_buttons .share_text_button:hover {
  color: #dce631;
  overflow: visible;
}
.ent_m018_tosh_v1.module .share_buttons .share_text_button .share_wrap,
.ent_tfc301_tosh_v1.module .share_buttons .share_text_button .share_wrap {
  position: absolute;
  overflow: hidden;
  -webkit-transition: width .5s;
  transition: width .5s;
  top: 0;
  left: 100%;
  width: 0;
  height: auto;
}
.ent_m018_tosh_v1.module .share_buttons .share_text_button .share_wrap li:last-child,
.ent_tfc301_tosh_v1.module .share_buttons .share_text_button .share_wrap li:last-child {
  margin-right: -1px;
}
.ent_m018_tosh_v1.module .share_buttons .share_text_button .share_wrap .share li.myemail,
.ent_tfc301_tosh_v1.module .share_buttons .share_text_button .share_wrap .share li.myemail {
  padding-right: 11px;
}
.ent_m018_tosh_v1.module .share_buttons .comments_wrap,
.ent_tfc301_tosh_v1.module .share_buttons .comments_wrap {
  background-color: #3b4142;
}
.linux_entity .ent_m018_tosh_v1.module .share_buttons .comments_wrap,
.linux_entity .ent_tfc301_tosh_v1.module .share_buttons .comments_wrap {
  vertical-align: top;
}
.ent_m018_tosh_v1.module .share_buttons .comments_wrap:after,
.ent_tfc301_tosh_v1.module .share_buttons .comments_wrap:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 17px;
  margin-left: 7px;
  background: url(/sitewide/images/sprites/tosh_global_sprite_v2.png) no-repeat;
  background-position: 0 0;
}
@media screen and (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .ent_m018_tosh_v1.module .share_buttons .comments_wrap:after,
  .ent_tfc301_tosh_v1.module .share_buttons .comments_wrap:after {
    background: url(/sitewide/images/sprites/tosh_global_sprite_v2_2x.png) no-repeat;
    background-size: 79px 45px;
  }
}
.ent_m018_tosh_v1.module .share_buttons .comments_wrap:hover:after,
.ent_tfc301_tosh_v1.module .share_buttons .comments_wrap:hover:after {
  background-position: 0 -20px;
}
.ent_m018_tosh_v1.module .hscroll_wrapper,
.ent_tfc301_tosh_v1.module .hscroll_wrapper {
  position: absolute;
  top: 0;
  right: 0;
  width: 487px;
  overflow: hidden;
  background: #191c1c;
}
.ent_m018_tosh_v1.module .hscroll_wrapper .pseudo.share_wrap,
.ent_tfc301_tosh_v1.module .hscroll_wrapper .pseudo.share_wrap {
  position: absolute;
  left: 20px;
  bottom: 20px;
}
.ent_m018_tosh_v1.module .hscroll_wrapper .pseudo.share_wrap li.googleplus,
.ent_tfc301_tosh_v1.module .hscroll_wrapper .pseudo.share_wrap li.googleplus {
  margin-left: -3px;
}
.ent_m018_tosh_v1.module .hscroll_wrapper .pseudo.share_help,
.ent_tfc301_tosh_v1.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_tosh_v1.module .hscroll_wrapper .carouselWrapper .left_arrow,
.ent_tfc301_tosh_v1.module .hscroll_wrapper .carouselWrapper .left_arrow,
.ent_m018_tosh_v1.module .hscroll_wrapper .carouselWrapper .right_arrow,
.ent_tfc301_tosh_v1.module .hscroll_wrapper .carouselWrapper .right_arrow {
  width: 10px;
  height: 14px;
  position: absolute;
  left: auto;
  top: auto;
  background: none;
  z-index: 1;
  transition: opacity .25s;
}
.ent_m018_tosh_v1.module .hscroll_wrapper .carouselWrapper .left_arrow span,
.ent_tfc301_tosh_v1.module .hscroll_wrapper .carouselWrapper .left_arrow span,
.ent_m018_tosh_v1.module .hscroll_wrapper .carouselWrapper .right_arrow span,
.ent_tfc301_tosh_v1.module .hscroll_wrapper .carouselWrapper .right_arrow span {
  top: 0;
  left: 0;
  margin-top: 0;
}
.ent_m018_tosh_v1.module .hscroll_wrapper .carouselWrapper .left_arrow span:after,
.ent_tfc301_tosh_v1.module .hscroll_wrapper .carouselWrapper .left_arrow span:after,
.ent_m018_tosh_v1.module .hscroll_wrapper .carouselWrapper .right_arrow span:after,
.ent_tfc301_tosh_v1.module .hscroll_wrapper .carouselWrapper .right_arrow span:after {
  color: #ffffff;
  font-size: 14px;
}
.ent_m018_tosh_v1.module .hscroll_wrapper .carouselWrapper .left_arrow,
.ent_tfc301_tosh_v1.module .hscroll_wrapper .carouselWrapper .left_arrow {
  right: 191px;
  bottom: 56px;
}
.ent_m018_tosh_v1.module .hscroll_wrapper .carouselWrapper .left_arrow span:after,
.ent_tfc301_tosh_v1.module .hscroll_wrapper .carouselWrapper .left_arrow span:after {
  content: '\52';
}
.ent_m018_tosh_v1.module .hscroll_wrapper .carouselWrapper .right_arrow,
.ent_tfc301_tosh_v1.module .hscroll_wrapper .carouselWrapper .right_arrow {
  right: 15px;
  bottom: 57px;
}
.ent_m018_tosh_v1.module .hscroll_wrapper .carouselWrapper .right_arrow span:after,
.ent_tfc301_tosh_v1.module .hscroll_wrapper .carouselWrapper .right_arrow span:after {
  content: '\53';
}
.ent_m018_tosh_v1.module .hscroll_wrapper .carouselWrapper .mask,
.ent_tfc301_tosh_v1.module .hscroll_wrapper .carouselWrapper .mask {
  z-index: 1;
}
.ent_m018_tosh_v1.module .hscroll_wrapper .carouselWrapper .mask.animated ~ .left_arrow,
.ent_tfc301_tosh_v1.module .hscroll_wrapper .carouselWrapper .mask.animated ~ .left_arrow,
.ent_m018_tosh_v1.module .hscroll_wrapper .carouselWrapper .mask.animated ~ .right_arrow,
.ent_tfc301_tosh_v1.module .hscroll_wrapper .carouselWrapper .mask.animated ~ .right_arrow {
  opacity: 0;
}
.ent_m018_tosh_v1.module .hscroll_wrapper .carouselWrapper .mask.animated .fluxsShareWidget,
.ent_tfc301_tosh_v1.module .hscroll_wrapper .carouselWrapper .mask.animated .fluxsShareWidget {
  display: none !important;
}
.ent_m018_tosh_v1.module .hscroll_wrapper .carouselWrapper .mask .share_wrap[data-inpoint] img,
.ent_tfc301_tosh_v1.module .hscroll_wrapper .carouselWrapper .mask .share_wrap[data-inpoint] img {
  cursor: pointer;
}
.ent_m018_tosh_v1.module .hscroll_wrapper .carouselWrapper .mask .share_wrap,
.ent_tfc301_tosh_v1.module .hscroll_wrapper .carouselWrapper .mask .share_wrap {
  width: 487px;
  height: 158px;
  float: left;
  background: none;
}
.ent_m018_tosh_v1.module .hscroll_wrapper .carouselWrapper .mask .share_wrap div,
.ent_tfc301_tosh_v1.module .hscroll_wrapper .carouselWrapper .mask .share_wrap div {
  margin-bottom: 0;
}
.ent_m018_tosh_v1.module .hscroll_wrapper .carouselWrapper .mask .share_wrap .image_holder,
.ent_tfc301_tosh_v1.module .hscroll_wrapper .carouselWrapper .mask .share_wrap .image_holder {
  position: absolute;
  width: 138px;
  right: 40px;
  bottom: 18px;
  z-index: 1;
}
.ent_m018_tosh_v1.module .hscroll_wrapper .carouselWrapper .mask .share_wrap .share_title_wrap,
.ent_tfc301_tosh_v1.module .hscroll_wrapper .carouselWrapper .mask .share_wrap .share_title_wrap {
  float: none;
}
.ent_m018_tosh_v1.module .hscroll_wrapper .carouselWrapper .mask .share_wrap .share_title_wrap .share_help,
.ent_tfc301_tosh_v1.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_tosh_v1.module .hscroll_wrapper .carouselWrapper .mask .share_wrap .share_title_wrap .share_subline,
.ent_tfc301_tosh_v1.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_tosh_v1.module .hscroll_wrapper .carouselWrapper .mask .share_wrap .fluxsShareWidget,
.ent_tfc301_tosh_v1.module .hscroll_wrapper .carouselWrapper .mask .share_wrap .fluxsShareWidget {
  position: absolute;
  bottom: 20px;
  left: 20px;
}
.ent_m018_tosh_v1.module .hscroll_wrapper .carouselWrapper .mask .share_wrap .fluxsShareWidget li.googleplus,
.ent_tfc301_tosh_v1.module .hscroll_wrapper .carouselWrapper .mask .share_wrap .fluxsShareWidget li.googleplus {
  margin-left: 0;
}
@media (max-width: 910px) {
  .ent_m018_tosh_v1.module .hscroll_wrapper .carouselWrapper .mask .share_wrap .fluxsShareWidget,
  .ent_tfc301_tosh_v1.module .hscroll_wrapper .carouselWrapper .mask .share_wrap .fluxsShareWidget {
    bottom: 0;
    left: 0;
  }
}
.ent_m018_tosh_v1.module .hscroll_wrapper .carouselWrapper .mask .share_wrap .fluxsShareWidget span + span,
.ent_tfc301_tosh_v1.module .hscroll_wrapper .carouselWrapper .mask .share_wrap .fluxsShareWidget span + span {
  line-height: 100px;
}
.ent_m018_tosh_v1 .share_locked_state:after,
.ent_tfc301_tosh_v1 .share_locked_state:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background: #000000;
  z-index: 8;
  opacity: .4;
}
.ent_m018_tosh_v1 .provider,
.ent_tfc301_tosh_v1 .provider {
  display: block;
  margin: 10px 0;
  text-align: right;
}
@media (max-width: 980px) {
  .ent_m018_tosh_v1 .provider,
  .ent_tfc301_tosh_v1 .provider {
    padding: 0 10px;
  }
}
.ent_m018_tosh_v1 .provider span,
.ent_tfc301_tosh_v1 .provider span {
  display: none;
}
.ent_m018_tosh_v1 .provider img,
.ent_tfc301_tosh_v1 .provider img {
  vertical-align: middle;
}
@media (max-width: 64em) {
  .ent_m018_tosh_v1.module .underVideoWrapper,
  .ent_tfc301_tosh_v1.module .underVideoWrapper {
    min-height: 128px;
  }
  .ent_m018_tosh_v1.module .meta,
  .ent_tfc301_tosh_v1.module .meta {
    padding-right: 415px;
  }
  .ent_m018_tosh_v1.module .hscroll_wrapper,
  .ent_tfc301_tosh_v1.module .hscroll_wrapper {
    width: 384px;
  }
  .ent_m018_tosh_v1.module .hscroll_wrapper .pseudo.share_wrap,
  .ent_tfc301_tosh_v1.module .hscroll_wrapper .pseudo.share_wrap {
    left: -3px;
    bottom: 0;
  }
  .ent_m018_tosh_v1.module .hscroll_wrapper .pseudo.share_help,
  .ent_tfc301_tosh_v1.module .hscroll_wrapper .pseudo.share_help {
    top: 13px;
    left: 15px;
  }
  .ent_m018_tosh_v1.module .hscroll_wrapper .carouselWrapper .mask .share_wrap,
  .ent_tfc301_tosh_v1.module .hscroll_wrapper .carouselWrapper .mask .share_wrap {
    width: 384px;
    height: 128px;
  }
  .ent_m018_tosh_v1.module .hscroll_wrapper .carouselWrapper .mask .share_wrap .image_holder,
  .ent_tfc301_tosh_v1.module .hscroll_wrapper .carouselWrapper .mask .share_wrap .image_holder {
    width: 138px;
    height: 78px;
    bottom: 0;
    right: 0;
  }
  .ent_m018_tosh_v1.module .hscroll_wrapper .carouselWrapper .mask .share_wrap .fluxsShareWidget,
  .ent_tfc301_tosh_v1.module .hscroll_wrapper .carouselWrapper .mask .share_wrap .fluxsShareWidget {
    position: absolute;
    bottom: 0;
    left: -3px;
  }
  .ent_m018_tosh_v1.module .hscroll_wrapper .carouselWrapper .mask .share_wrap .share_title_wrap .share_help,
  .ent_tfc301_tosh_v1.module .hscroll_wrapper .carouselWrapper .mask .share_wrap .share_title_wrap .share_help {
    padding: 16px 15px 0 14px;
  }
  .ent_m018_tosh_v1.module .hscroll_wrapper .carouselWrapper .mask .share_wrap .share_title_wrap .share_subline,
  .ent_tfc301_tosh_v1.module .hscroll_wrapper .carouselWrapper .mask .share_wrap .share_title_wrap .share_subline {
    padding: 0 15px 0 14px;
  }
  .ent_m018_tosh_v1.module .hscroll_wrapper .carouselWrapper .right_arrow,
  .ent_tfc301_tosh_v1.module .hscroll_wrapper .carouselWrapper .right_arrow,
  .ent_m018_tosh_v1.module .hscroll_wrapper .carouselWrapper .left_arrow,
  .ent_tfc301_tosh_v1.module .hscroll_wrapper .carouselWrapper .left_arrow {
    width: 10px;
    height: 22px;
    display: inline-block !important;
  }
  .ent_m018_tosh_v1.module .hscroll_wrapper .carouselWrapper .right_arrow.invisible,
  .ent_tfc301_tosh_v1.module .hscroll_wrapper .carouselWrapper .right_arrow.invisible,
  .ent_m018_tosh_v1.module .hscroll_wrapper .carouselWrapper .left_arrow.invisible,
  .ent_tfc301_tosh_v1.module .hscroll_wrapper .carouselWrapper .left_arrow.invisible {
    display: none !important;
  }
  .ent_m018_tosh_v1.module .hscroll_wrapper .carouselWrapper .right_arrow,
  .ent_tfc301_tosh_v1.module .hscroll_wrapper .carouselWrapper .right_arrow {
    right: 9px;
    bottom: 30px;
  }
  .ent_m018_tosh_v1.module .hscroll_wrapper .carouselWrapper .left_arrow,
  .ent_tfc301_tosh_v1.module .hscroll_wrapper .carouselWrapper .left_arrow {
    right: 118px;
    bottom: 30px;
  }
  .ent_m018_tosh_v1.module .meta,
  .ent_tfc301_tosh_v1.module .meta,
  .ent_m018_tosh_v1.module .share_buttons,
  .ent_tfc301_tosh_v1.module .share_buttons {
    margin-left: 20px;
  }
}
@media (max-width: 48em) {
  .ent_m018_tosh_v1.module,
  .ent_tfc301_tosh_v1.module {
    min-width: 320px;
  }
  .ent_m018_tosh_v1.module .meta,
  .ent_tfc301_tosh_v1.module .meta {
    margin: 0;
    float: none;
    padding: 14px 10px 0;
  }
  .ent_m018_tosh_v1.module .share_buttons,
  .ent_tfc301_tosh_v1.module .share_buttons {
    display: none;
    width: auto;
    margin: 0;
  }
  .ent_m018_tosh_v1.module .share_buttons.mobile,
  .ent_tfc301_tosh_v1.module .share_buttons.mobile {
    display: block;
    margin-top: 10px;
  }
  .ent_m018_tosh_v1.module .share_buttons .share_text_button,
  .ent_tfc301_tosh_v1.module .share_buttons .share_text_button,
  .ent_m018_tosh_v1.module .share_buttons .comments_wrap,
  .ent_tfc301_tosh_v1.module .share_buttons .comments_wrap {
    width: 50%;
  }
  .ent_m018_tosh_v1.module .share_buttons .share_text_button:hover .share_wrap,
  .ent_tfc301_tosh_v1.module .share_buttons .share_text_button:hover .share_wrap {
    display: none;
  }
  .ent_m018_tosh_v1.module .hscroll_wrapper,
  .ent_tfc301_tosh_v1.module .hscroll_wrapper {
    display: none;
  }
  .ent_m018_tosh_v1.module .locked_state .overlay .message,
  .ent_tfc301_tosh_v1.module .locked_state .overlay .message {
    max-width: 405px;
    margin-bottom: 15px;
    font-size: 20px;
    line-height: 24px;
  }
  .ent_m018_tosh_v1.module .locked_state .overlay .sign_in,
  .ent_tfc301_tosh_v1.module .locked_state .overlay .sign_in {
    width: 114px;
    height: 35px;
    font-size: 13px;
    line-height: 35px;
  }
  .ent_m018_tosh_v1.module .locked_state .overlay .text,
  .ent_tfc301_tosh_v1.module .locked_state .overlay .text {
    font-size: 20px;
    line-height: 1;
  }
  .ent_m018_tosh_v1.module .locked_state .overlay .link,
  .ent_tfc301_tosh_v1.module .locked_state .overlay .link {
    font-size: 15px;
  }
  .ent_m018_tosh_v1.module .pageOverlay,
  .ent_tfc301_tosh_v1.module .pageOverlay {
    position: fixed;
    opacity: 1;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    min-height: 440px;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 2001;
  }
  .ent_m018_tosh_v1.module .pageOverlay .mobileShareOverlay,
  .ent_tfc301_tosh_v1.module .pageOverlay .mobileShareOverlay {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 20px;
    right: 20px;
    height: 375px;
    margin: auto;
    z-index: 2002;
    max-width: 320px;
  }
  .ent_m018_tosh_v1.module .pageOverlay .mobileShareOverlay .close,
  .ent_tfc301_tosh_v1.module .pageOverlay .mobileShareOverlay .close {
    position: absolute;
    right: 0;
    top: 11px;
    color: #ffffff;
    text-decoration: none;
  }
  .ent_m018_tosh_v1.module .pageOverlay .mobileShareOverlay .close:before,
  .ent_tfc301_tosh_v1.module .pageOverlay .mobileShareOverlay .close:before {
    content: "\0057";
    font-size: 20px;
  }
  .ent_m018_tosh_v1.module .pageOverlay .mobileShareOverlay h3,
  .ent_tfc301_tosh_v1.module .pageOverlay .mobileShareOverlay h3 {
    text-transform: uppercase;
    text-align: center;
    color: #ffffff;
    line-height: 50px;
    font-size: 1.2em;
  }
  .ent_m018_tosh_v1.module .pageOverlay .mobileShareOverlay .share_wrap,
  .ent_tfc301_tosh_v1.module .pageOverlay .mobileShareOverlay .share_wrap {
    height: auto;
    background: none;
  }
  .ent_m018_tosh_v1.module .pageOverlay .mobileShareOverlay .share_wrap .share,
  .ent_tfc301_tosh_v1.module .pageOverlay .mobileShareOverlay .share_wrap .share {
    width: 202px;
    margin: 0 auto;
  }
  .ent_m018_tosh_v1.module .pageOverlay .mobileShareOverlay .share_wrap .share li,
  .ent_tfc301_tosh_v1.module .pageOverlay .mobileShareOverlay .share_wrap .share li {
    width: 100px;
    height: 100px;
    text-align: center;
    line-height: 78px;
    padding: 10px;
  }
  .ent_m018_tosh_v1.module .pageOverlay .mobileShareOverlay .share_wrap .share li:nth-child(2n+1),
  .ent_tfc301_tosh_v1.module .pageOverlay .mobileShareOverlay .share_wrap .share li:nth-child(2n+1) {
    margin-left: 0;
  }
  .ent_m018_tosh_v1.module .pageOverlay .mobileShareOverlay .share_wrap .share li span,
  .ent_tfc301_tosh_v1.module .pageOverlay .mobileShareOverlay .share_wrap .share li span {
    font-size: 1.5em;
  }
  .ent_m018_tosh_v1.module .pageOverlay .mobileShareOverlay .share_wrap .share .twitter,
  .ent_tfc301_tosh_v1.module .pageOverlay .mobileShareOverlay .share_wrap .share .twitter {
    width: 100px;
  }
  .ent_m018_tosh_v1.module .pageOverlay .mobileShareOverlay .copyLink .inputWrapper,
  .ent_tfc301_tosh_v1.module .pageOverlay .mobileShareOverlay .copyLink .inputWrapper {
    background-color: #272b2a;
    height: 40px;
    width: 100%;
    text-align: center;
  }
  .ent_m018_tosh_v1.module .pageOverlay .mobileShareOverlay .copyLink span,
  .ent_tfc301_tosh_v1.module .pageOverlay .mobileShareOverlay .copyLink span {
    display: inline-block;
    margin: 7px 0;
    padding: 0 5px;
    background-color: #799bb0;
    color: #000000;
    font: italic 1.5em/26px 'EamesBookItalic', 'Georgia', serif;
  }
}
@media screen and (max-width: 30em) {
  .ent_m018_tosh_v1.module,
  .ent_tfc301_tosh_v1.module {
    padding-bottom: 0;
    padding-top: 0;
  }
  .ent_m018_tosh_v1.module .locked_state .overlay,
  .ent_tfc301_tosh_v1.module .locked_state .overlay {
    padding-top: 3%;
  }
  .ent_m018_tosh_v1.module .locked_state .overlay .disclaimer,
  .ent_tfc301_tosh_v1.module .locked_state .overlay .disclaimer {
    padding-bottom: 3%;
  }
  .ent_m018_tosh_v1.module .locked_state .overlay .message,
  .ent_tfc301_tosh_v1.module .locked_state .overlay .message {
    max-width: 300px;
    margin: 5px auto 6px;
    font-size: 15px;
    line-height: 18px;
  }
  .ent_m018_tosh_v1.module .locked_state .overlay .sign_in,
  .ent_tfc301_tosh_v1.module .locked_state .overlay .sign_in {
    font-size: 13px;
  }
  .ent_m018_tosh_v1.module .locked_state .overlay .text,
  .ent_tfc301_tosh_v1.module .locked_state .overlay .text {
    font-size: 16px;
  }
  .ent_m018_tosh_v1.module .locked_state .overlay .link,
  .ent_tfc301_tosh_v1.module .locked_state .overlay .link {
    font-size: 14px;
  }
}
.ent_m019_tosh_v1.module {
  max-width: 768px;
  margin: 0 auto;
}
@media (max-width: 30em) {
  .ent_m019_tosh_v1.module {
    padding-bottom: 0;
  }
}
.ent_m019_tosh_v1 .placeholder {
  padding: 0 15px;
  background-color: #000000;
}
.ent_m019_tosh_v1 .slate_header {
  padding-top: 16%;
  font: 70px/1 'EamesBookItalic', 'Georgia', serif;
  color: #dce631;
}
.ent_m019_tosh_v1 .slate_description {
  font: 24px/1.25 'BrandonTextMedium', Helvetica, Arial, sans-serif;
  color: #ffffff;
}
@media screen and (max-width: 48em) {
  .ent_m019_tosh_v1 .slate_header {
    font-size: 64px;
  }
}
@media screen and (max-width: 30em) {
  .ent_m019_tosh_v1 .slate_header {
    font-size: 30px;
    margin-bottom: 4px;
  }
  .ent_m019_tosh_v1 .slate_description {
    font-size: 16px;
  }
}
.ent_m019_tosh_v1 .videoPlayer div {
  position: relative;
  padding-bottom: 56.4625%;
  height: 0;
  border: 0;
}
.ent_m019_tosh_v1 .videoPlayer div object,
.ent_m019_tosh_v1 .videoPlayer div embed,
.ent_m019_tosh_v1 .videoPlayer div iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.ent_m019_tosh_v1 .videoPlayer div iframe.hidden {
  left: -10000px;
}
@media (min-width: 15em) and (max-with: 19.938em) {
  .ent_m019_tosh_v1 .videoPlayer div {
    background-size: 230px;
  }
}
@media (min-width: 20em) and (max-width: 29.938em) {
  .ent_m019_tosh_v1 .videoPlayer div {
    background-size: 300px;
  }
}
.ent_m019_tosh_v1 .end_slate:before {
  content: "";
  z-index: 1;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 32px;
  height: 32px;
  margin: -16px 0 0 -16px;
  background: url("/sitewide/images/sprites/ajax-loader.gif") no-repeat;
  background-size: 100%;
}
.ent_m019_tosh_v1 .end_slate:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #111111;
}
.ent_m019_tosh_v1 .not_available {
  max-width: 768px;
  margin: 0 auto;
  padding: 60px 40px;
  background: #342e30;
}
.ent_m019_tosh_v1 .not_available h2 {
  color: #aa2823;
  text-transform: uppercase;
  font-size: 2.5em;
}
.ent_m019_tosh_v1 .not_available p {
  color: #ffffff;
  font-size: 1.25em;
}
.ent_m019_tosh_v1 .meta {
  position: relative;
  padding: 26px 270px 0 20px;
}
.ent_m019_tosh_v1 .meta h1 {
  margin: 0;
  font: normal 26px/1.1 'BrandonGrotesque-Black', Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  color: #ffffff;
  cursor: pointer;
}
@media screen and (max-width: 30em) {
  .ent_m019_tosh_v1 .meta h1 {
    font-size: 16px;
  }
}
.linux_entity .ent_m019_tosh_v1 .meta h1 {
  padding-top: 4px;
}
.ent_m019_tosh_v1 .meta .mobile_only {
  display: none;
  margin: 7px 0 0;
}
@media (max-width: 30em) {
  .ent_m019_tosh_v1 .meta .mobile_only {
    display: block;
  }
}
.ent_m019_tosh_v1 .meta .episode,
.ent_m019_tosh_v1 .meta .airDate,
.ent_m019_tosh_v1 .meta .viewCount {
  display: inline-block;
  vertical-align: top;
  margin: 0 10px 0 0;
  font-size: 14px;
  font-family: 'BrandonTextBold', Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  color: #666666;
}
@media (max-width: 30em) {
  .ent_m019_tosh_v1 .meta .episode,
  .ent_m019_tosh_v1 .meta .airDate,
  .ent_m019_tosh_v1 .meta .viewCount {
    font-size: 12px;
  }
}
.ent_m019_tosh_v1 .meta .info {
  font: normal 17px/1.2 'BrandonGrotesqueRegular', 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_m019_tosh_v1 .meta .info .tags {
  margin-top: 10px;
  padding-bottom: 5px;
  color: #666666;
}
.ent_m019_tosh_v1 .meta .info .tags a {
  color: inherit;
  text-decoration: none;
}
.ent_m019_tosh_v1 .meta .info .tags a:hover {
  color: #dce631;
}
.ent_m019_tosh_v1 .meta.show_info .info {
  opacity: 1;
  height: auto;
  margin-bottom: 11px;
}
.ent_m019_tosh_v1 .meta.show_info .arrow:after {
  content: "\0073";
  color: #dce631;
}
.ent_m019_tosh_v1 .meta .comments_wrap {
  font-family: 'BrandonTextBold', Helvetica, Arial, sans-serif;
  text-decoration: none;
  text-transform: uppercase;
  color: #ffffff;
}
.ent_m019_tosh_v1 .meta .comments_wrap:hover {
  color: #dce631;
}
@media screen and (max-width: 30em) {
  .ent_m019_tosh_v1 .meta .comments_wrap {
    font-size: 12px;
  }
}
.ent_m019_tosh_v1 .meta .full_episode {
  position: absolute;
  top: 30px;
  right: 0;
  width: 224px;
  height: 50px;
  font-size: 16px;
  font-family: 'BrandonGrotesque-Black', Helvetica, Arial, sans-serif;
  line-height: 50px;
  background: #262a2b;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  color: #dce631;
}
.linux_entity .ent_m019_tosh_v1 .meta .full_episode {
  padding-top: 3px;
}
.ent_m019_tosh_v1 .meta .arrow:after {
  vertical-align: top;
  display: inline-block;
  margin: 10px -30px 0 17px;
  font-size: 13px;
}
.linux_entity .ent_m019_tosh_v1 .meta .arrow:after {
  margin-top: 6px;
}
@media (max-width: 48em) {
  .ent_m019_tosh_v1 .meta {
    padding-right: 280px;
  }
  .ent_m019_tosh_v1 .meta .full_episode {
    right: 20px;
  }
}
@media (max-width: 30em) {
  .ent_m019_tosh_v1 .meta {
    padding: 18px 0 0;
  }
  .ent_m019_tosh_v1 .meta .full_episode {
    position: static;
    display: block;
    width: 100%;
  }
  .ent_m019_tosh_v1 .meta .arrow:after {
    margin: 4px -30px 0 14px;
  }
  .linux_entity .ent_m019_tosh_v1 .meta .arrow:after {
    margin-top: 1px;
  }
  .ent_m019_tosh_v1 .meta > ul,
  .ent_m019_tosh_v1 .meta .info,
  .ent_m019_tosh_v1 .meta .comments_wrap,
  .ent_m019_tosh_v1 .meta h1 {
    padding-left: 10px;
    padding-right: 10px;
  }
  .ent_m019_tosh_v1 .meta h1 {
    padding-right: 30px;
  }
  .ent_m019_tosh_v1 .meta .info {
    margin-top: 13px;
  }
}
.ent_m019_tosh_v1.module {
  max-width: 960px;
}
.ent_m019_tosh_v1.module .playerHeader {
  margin: 0;
  padding: 0;
  font-size: 33px;
  font-weight: normal;
  font-family: 'EamesBookItalic', 'Georgia', serif;
  line-height: 1;
  color: #ffffff;
  text-transform: uppercase;
}
@media (max-width: 30em) {
  .ent_m019_tosh_v1.module .playerHeader {
    clear: both;
  }
}
.ent_m019_tosh_v1.module .playerCaption {
  padding: 11px 0 34px;
  color: #ffffff;
  font-size: 16px;
  font-family: 'BrandonTextMedium', Helvetica, Arial, sans-serif;
  line-height: 1.25;
}
.ent_m019_tosh_v1.module .playerHeader,
.ent_m019_tosh_v1.module .playerCaption {
  margin-left: -102px;
  margin-right: 21%;
}
@media (max-width: 74.9375em) {
  .ent_m019_tosh_v1.module .playerHeader,
  .ent_m019_tosh_v1.module .playerCaption {
    margin-left: 0;
  }
}
@media (max-width: 980px) {
  .ent_m019_tosh_v1.module .playerHeader,
  .ent_m019_tosh_v1.module .playerCaption {
    margin-left: 20px;
    margin-right: 20px;
  }
}
@media (max-width: 30em) {
  .ent_m019_tosh_v1.module .playerHeader,
  .ent_m019_tosh_v1.module .playerCaption {
    margin-left: 12px;
    margin-right: 12px;
  }
}
.ent_m019_tosh_v1 .meta {
  padding-left: 0;
}
@media (max-width: 980px) {
  .ent_m019_tosh_v1 .meta {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.ent_m019_tosh_v1 .header_ad {
  float: right;
  max-width: 260px;
  max-height: 72px;
  overflow: visible;
  padding: 0;
  margin: 0 -100px 0 0;
}
@media (max-width: 74.9375em) {
  .ent_m019_tosh_v1 .header_ad {
    margin-right: 0;
  }
}
@media (max-width: 980px) {
  .ent_m019_tosh_v1 .header_ad {
    margin: -20px 10px -6px 0;
  }
}
@media (max-width: 30em) {
  .ent_m019_tosh_v1 .header_ad {
    margin-bottom: 4px;
  }
}
.ent_m020_tosh_v1 {
  max-width: 1180px;
}
.ent_m020_tosh_v1 .m_hscroll .mask .ent_m020_tosh_v1_item .info_icon:hover {
  color: #dce631;
}
.ent_m020_tosh_v1 .m_hscroll .mask .ent_m020_tosh_v1_item .meta_info:hover .title,
.ent_m020_tosh_v1 .m_hscroll .mask .ent_m020_tosh_v1_item .meta_info:hover .meta {
  color: #dce631;
}
.ent_m020_tosh_v1 .m_hscroll .mask .ent_m020_tosh_v1_item .meta_info .meta {
  color: #ee4444;
}
.ent_m020_tosh_v1 .m_hscroll .collectionHeader h2 .episodeTitle {
  font: 19px/1.1 'BrandonGrotesqueRegular', Helvetica, Arial, sans-serif;
  text-transform: none;
  margin-top: 5px;
}
.ent_m020_tosh_v1 .m_hscroll p:hover {
  color: #dce631;
}
@media (min-width: 769px) {
  .ent_m020_tosh_v1 .ent_m020_tosh_v1_item {
    width: 295px;
  }
  .ent_m020_tosh_v1 .ent_m020_tosh_v1_item .playlist_video {
    height: 256px;
  }
}
@media (min-width: 30em) and (max-width: 48em) {
  .ent_m020_tosh_v1 .ent_m020_tosh_v1_item {
    width: 256px;
  }
  .ent_m020_tosh_v1 .ent_m020_tosh_v1_item .playlist_video {
    height: 234px;
  }
}
.ent_m020_tosh_v1 .ent_m020_tosh_v1_item:nth-child(2n) p {
  background-color: #343737;
}
.ent_m020_tosh_v1 .ent_m020_tosh_v1_item:nth-child(2n-1) p {
  background-color: #262a2b;
}
.ent_m023_tosh_v1.module {
  margin-top: -10px;
  padding: 30px 0 12px;
}
.ent_m023_tosh_v1.module:after {
  clear: both;
  content: "";
  display: block;
  height: 0;
  visibility: hidden;
}
*:first-child + html .ent_m023_tosh_v1.module {
  display: block;
  min-height: 0;
}
@media (max-width: 47.938em) {
  .ent_m023_tosh_v1.module {
    padding-bottom: 20px;
  }
}
.ent_m023_tosh_v1.module .module_content {
  margin: 0 auto;
  max-width: 1200px;
  padding: 0 10px 20px;
}
@media (max-width: 47.938em) {
  .ent_m023_tosh_v1.module .module_content {
    padding: 0 15px;
  }
}
.ent_m023_tosh_v1.module .module_content .visual {
  float: left;
  width: 590px;
  margin: 3px 0 20px;
}
@media (max-width: 63.938em) {
  .ent_m023_tosh_v1.module .module_content .visual {
    width: 100%;
  }
}
@media (min-width: 48em) and (max-width: 63.938em) {
  .ent_m023_tosh_v1.module .module_content .visual {
    width: 45%;
  }
}
@media (max-width: 47.938em) {
  .ent_m023_tosh_v1.module .module_content .visual {
    float: none;
    margin: 0;
    padding: 0;
    width: 100%;
  }
}
.ent_m023_tosh_v1.module .module_content .info {
  margin: 0 0 0 636px;
  color: #ffffff;
}
@media (min-width: 48em) and (max-width: 63.938em) {
  .ent_m023_tosh_v1.module .module_content .info {
    margin: 0 0 0 45%;
    padding-left: 20px;
  }
}
@media (max-width: 47.938em) {
  .ent_m023_tosh_v1.module .module_content .info {
    margin: 0 auto;
    padding-left: 0;
  }
}
.ent_m023_tosh_v1.module .module_content .info h1 {
  font: normal 26px/1.1 'BrandonGrotesque-Black', Helvetica, Arial, sans-serif;
  color: #ffffff;
  text-transform: uppercase;
  margin: 0;
}
@media screen and (max-width: 30em) {
  .ent_m023_tosh_v1.module .module_content .info h1 {
    font-size: 16px;
  }
}
@media (max-width: 47.938em) {
  .ent_m023_tosh_v1.module .module_content .info h1 {
    font-size: 1.75em;
    margin-top: 10px;
  }
}
.ent_m023_tosh_v1.module .module_content .info .meta {
  font-size: 0.9375em;
  margin-bottom: 9px;
  color: #666666;
  font-family: 'BrandonTextBold', Helvetica, Arial, sans-serif;
  text-transform: uppercase;
}
.ent_m023_tosh_v1.module .module_content .info .meta ul {
  overflow: hidden;
}
.ent_m023_tosh_v1.module .module_content .info .meta ul li {
  float: left;
  margin-right: 18px;
}
.ent_m023_tosh_v1.module .module_content .info .meta ul li.need-count {
  cursor: pointer;
}
.ent_m023_tosh_v1.module .module_content .info .meta ul li.need-count:before {
  text-transform: uppercase;
  content: "comments ";
}
.ent_m023_tosh_v1.module .module_content .info p {
  font-size: 1.0625em;
  line-height: 1.25;
  font-family: 'BrandonTextMedium', Helvetica, Arial, sans-serif;
}
@media (max-width: 47.938em) {
  .ent_m023_tosh_v1.module .module_content .info p {
    margin-bottom: 0;
  }
}
.ent_m023_tosh_v1.module .module_content .info .more {
  margin-top: 30px;
}
.ent_m023_tosh_v1.module .module_content .info .more a {
  font-size: 0.9375em;
  text-transform: uppercase;
  display: inline-block;
  position: relative;
  height: 50px;
  padding: 0 30px;
  font-family: 'BrandonTextBold', Helvetica, Arial, sans-serif;
  line-height: 50px;
  color: #dce631;
  text-decoration: none;
  background: #343737;
}
.ent_m023_tosh_v1.module .module_content .info .more a:hover {
  color: #343737;
  background: #dce631;
}
@media (max-width: 47.938em) {
  .ent_m023_tosh_v1.module .module_content .info .more a {
    display: block;
    text-align: center;
  }
}
.ent_m025_tosh_v1 {
  max-width: 1180px;
}
.ent_m025_tosh_v1 .m_hscroll .mask .ent_m025_tosh_v1_item p .meta_info {
  margin-right: 40px;
  display: block;
}
.ent_m025_tosh_v1 .m_hscroll .mask .ent_m025_tosh_v1_item p .meta_info .title {
  display: inline;
  margin-right: 8px;
  line-height: 14px;
  font-family: 'BrandonTextBold', Helvetica, Arial, sans-serif;
}
.ent_m025_tosh_v1 .m_hscroll .mask .ent_m025_tosh_v1_item p .meta_info .meta {
  display: inline;
  line-height: 14px;
  color: #ee4444;
  font-family: 'BrandonTextBold', Helvetica, Arial, sans-serif;
}
.ent_m025_tosh_v1 .m_hscroll .ad_300x250 {
  float: right;
}
@media (max-width: 63.938em) {
  .ent_m025_tosh_v1 .m_hscroll .ad_300x250 {
    display: none;
  }
}
@media (min-width: 64em) {
  .ent_m025_tosh_v1 .m_hscroll.has_ad .carouselWrapper {
    margin: 0 394px 0 0;
  }
}
@media (min-width: 769px) {
  .ent_m025_tosh_v1 .ent_m025_tosh_v1_item {
    width: 295px;
  }
  .ent_m025_tosh_v1 .ent_m025_tosh_v1_item .videos_video {
    height: 256px;
  }
}
@media (min-width: 30em) and (max-width: 48em) {
  .ent_m025_tosh_v1 .ent_m025_tosh_v1_item {
    width: 256px;
  }
  .ent_m025_tosh_v1 .ent_m025_tosh_v1_item .videos_video {
    height: 234px;
  }
}
.ent_m025_tosh_v1 .ent_m025_tosh_v1_item:nth-child(2n) p {
  background-color: #720d11;
}
.ent_m025_tosh_v1 .ent_m025_tosh_v1_item:nth-child(2n-1) p {
  background-color: #8b1a1e;
}
.ent_m027_tosh_v1.module {
  padding-top: 0;
}
.ent_m027_tosh_v1.module .module_content {
  max-width: 100%;
  width: 100%;
  height: auto;
  overflow: hidden;
}
@media screen and (min-width: 64.0625em) {
  .ent_m027_tosh_v1 .image_holder {
    height: 540px;
  }
}
@media screen and (min-width: 48.0625em) and (max-width: 64em) {
  .ent_m027_tosh_v1 .image_holder {
    height: 400px;
  }
}
@media screen and (min-width: 34.4375em) and (max-width: 48em) {
  .ent_m027_tosh_v1 .image_holder {
    height: 300px;
  }
}
@media screen and (max-width: 34.375em) {
  .ent_m027_tosh_v1 .image_holder {
    height: 240px;
  }
}
.ent_m030_tosh_v1 {
  padding: 0;
}
.ent_m030_tosh_v1 .dd {
  overflow: visible;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 90;
}
@media screen and (max-width: 20em) {
  .ent_m030_tosh_v1 .dd {
    display: none;
  }
}
.ent_m030_tosh_v1 div {
  overflow-x: visible !important;
  overflow-y: visible !important;
}
.ent_m030_tosh_v1 .module_container.m_hscroll {
  padding: 0;
}
.ent_m030_tosh_v1 .headerContainer .collectionHeader {
  margin: 0 auto;
  padding: 0;
  max-width: 1200px;
  min-height: 90px;
}
.ent_m030_tosh_v1 .headerContainer .collectionHeader:after {
  clear: both;
  content: "";
  display: block;
  height: 0;
  visibility: hidden;
}
*:first-child + html .ent_m030_tosh_v1 .headerContainer .collectionHeader {
  display: block;
  min-height: 0;
}
.ent_m030_tosh_v1 .headerContainer .collectionHeader h2 .tag {
  margin: 0 29px 0 0;
  position: relative;
  font-size: 1.16666667em;
  letter-spacing: 0.3px;
}
.ent_m030_tosh_v1 .headerContainer .collectionHeader h2 .tag .remove-tag {
  top: -10px;
  right: -15px;
  font-size: 0.95238095em;
  position: absolute;
  cursor: pointer;
}
.ent_m030_tosh_v1 .headerContainer .collectionHeader h2 .tag .remove-tag:before {
  content: "x";
}
.ent_m030_tosh_v1 .headerContainer .collectionHeader .spellCheck {
  font-size: 1.0625em;
  margin: 0 0 10px 0;
  text-indent: 9px;
  font-family: 'BrandonTextMedium', Helvetica, Arial, sans-serif;
}
@media screen and (max-width: 480px) {
  .ent_m030_tosh_v1 .headerContainer .collectionHeader .spellCheck {
    text-indent: 0;
  }
}
.ent_m030_tosh_v1 .headerContainer .collectionHeader .spellCheck a {
  color: #ee4444;
}
.ent_m030_tosh_v1 .headerContainer .collectionHeader .search_toggle {
  display: none;
  float: right;
  margin-right: 10px;
  padding-right: 20px;
  position: relative;
  text-transform: uppercase;
  color: #343737;
  font-size: 0.875em;
  font-family: 'BrandonTextMedium', Helvetica, Arial, sans-serif;
  cursor: pointer;
}
.ent_m030_tosh_v1 .headerContainer .collectionHeader .search_toggle .arrow {
  display: block;
  height: 7px;
  position: absolute;
  right: 0;
  top: 7px;
  width: 11px;
}
.ent_m030_tosh_v1 .headerContainer .collectionHeader .search_toggle .arrow.opened {
  background-position: -418px -190px;
}
.ent_m030_tosh_v1 .headerContainer .filters {
  max-width: 1200px;
}
.ent_m030_tosh_v1 .headerContainer .filters.invalid_date .filter .date_validation_message {
  display: block;
}
.ent_m030_tosh_v1 .headerContainer .filters .filter .date_validation_message {
  display: none;
  position: absolute;
  bottom: -20px;
  left: 0;
  font-size: 13px;
  color: #ee4444;
}
.ent_m030_tosh_v1 .headerContainer .filters .filter {
  font-family: 'BrandonTextMedium', Helvetica, Arial, sans-serif;
}
.ent_m030_tosh_v1 .headerContainer .filters .filter:first-child {
  float: left;
}
.ent_m030_tosh_v1 .headerContainer .filters .filter:last-child {
  padding: 0 462px 0 361px;
}
.ent_m030_tosh_v1 .headerContainer .filters .filter:nth-child(2) {
  float: right;
}
.ent_m030_tosh_v1 .headerContainer .filters .filter .label {
  float: left;
  line-height: 50px;
  padding: 0 20px 0 10px;
}
@media screen and (max-width: 480px) {
  .ent_m030_tosh_v1 .headerContainer .filters .filter .label {
    padding-left: 0;
  }
}
.ent_m030_tosh_v1 .headerContainer .filters .filter .dd_search {
  background-color: #ffffff;
  float: left;
}
.ent_m030_tosh_v1 .headerContainer .filters .filter .dd_search .sbHolder {
  z-index: 999;
  color: #342e30;
  position: relative;
}
.ent_m030_tosh_v1 .headerContainer .filters .filter .dd_search .sbHolder .sbSelector {
  color: #777777;
  display: block;
  line-height: 50px;
  overflow: hidden;
  padding: 0 40px 0 15px;
  width: 234px;
}
.ent_m030_tosh_v1 .headerContainer .filters .filter .dd_search .sbHolder .sbToggle {
  background-position: -327px -89px;
  height: 25px;
  outline: medium none;
  position: absolute;
  right: 15px;
  top: 8px;
  width: 18px;
  z-index: 100;
}
.ent_m030_tosh_v1 .headerContainer .filters .filter .dd_search .sbHolder .sbToggle.sbToggleOpen {
  background-position: -355px -89px;
}
.ent_m030_tosh_v1 .headerContainer .filters .filter .dd_search .sbHolder .sbHolderDisabled {
  background-color: #2d2d2d;
  border: solid 1px #515151;
}
.ent_m030_tosh_v1 .headerContainer .filters .filter .dd_search .sbHolder .sbOptions {
  background: #342e30;
  color: #ffffff;
  font-size: 1.125em;
  padding: 7px 0;
  position: absolute;
  right: 0;
  z-index: 5000001;
  overflow-y: auto;
}
.ent_m030_tosh_v1 .headerContainer .filters .filter .dd_search .sbHolder .sbOptions .sbDisabled {
  border-bottom: dotted 1px #515151;
  color: #777777;
  display: block;
  padding: 7px 0 7px 3px;
}
.ent_m030_tosh_v1 .headerContainer .filters .filter .dd_search .sbHolder .sbOptions li {
  line-height: 38px;
  width: 100%;
  margin: 0;
  text-indent: 13px;
}
.ent_m030_tosh_v1 .headerContainer .filters .filter .dd_search .sbHolder .sbOptions li a.selected {
  color: #3cb9d5;
}
.ent_m030_tosh_v1 .headerContainer .filters .filter .dd_search .sbHolder .sbOptions a {
  color: #ffffff;
  width: 232px;
  display: block;
}
.ent_m030_tosh_v1 .headerContainer .filters .filter .dd_search .sbHolder .sbOptions a:hover,
.ent_m030_tosh_v1 .headerContainer .filters .filter .dd_search .sbHolder .sbOptions a:active {
  color: #3cb9d5;
}
.ent_m030_tosh_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_m030_tosh_v1 .headerContainer .filters .filter .wrapper {
  z-index: 10;
  float: left;
  margin-right: 20px;
  width: 130px;
  position: relative;
}
.ent_m030_tosh_v1 .headerContainer .filters .filter .wrapper #date_start,
.ent_m030_tosh_v1 .headerContainer .filters .filter .wrapper #date_end {
  width: 100%;
  padding-right: 33px;
  font-size: 1em;
  font-family: 'BrandonTextMedium', Helvetica, Arial, sans-serif;
}
.ent_m030_tosh_v1 .headerContainer .filters .filter .wrapper .calendar {
  height: 20px;
  position: absolute;
  right: 7px;
  top: 15px;
  width: 22px;
  z-index: 1;
  cursor: pointer;
}
.ent_m030_tosh_v1 .headerContainer .filters .filter input {
  border: none;
  padding: 0 10px 0 16px;
  color: #777777;
  font-size: 1.1875em;
  height: 50px;
}
.ent_m030_tosh_v1 .headerContainer .filters .filter #all {
  color: #343737;
  font-family: 'BrandonTextMedium', Helvetica, Arial, sans-serif;
  min-width: 250px;
  width: 100%;
}
.ent_m030_tosh_v1 .headerContainer .filters .filter #start_value,
.ent_m030_tosh_v1 .headerContainer .filters .filter #end_value {
  display: none;
}
.ent_m030_tosh_v1 .headerContainer .filters .filter .search_button {
  float: left;
  background: #343737;
  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;
  z-index: 10;
}
.ent_m030_tosh_v1 .headerContainer .filters .filter .search_button:hover {
  color: #343737;
  background: #dce631;
}
@media screen and (max-width: 480px) {
  .ent_m030_tosh_v1 .headerContainer .filters {
    display: none;
  }
}
@media screen and (max-width: 1094px) {
  .ent_m030_tosh_v1 .headerContainer .filters .filter:after {
    clear: both;
    content: "";
    display: block;
    height: 0;
    visibility: hidden;
  }
  *:first-child + html .ent_m030_tosh_v1 .headerContainer .filters .filter {
    display: block;
    min-height: 0;
  }
  .ent_m030_tosh_v1 .headerContainer .filters .filter:nth-child(2) {
    width: 100%;
    padding: 20px 0 0 107px;
  }
  .ent_m030_tosh_v1 .headerContainer .filters .filter .search_button {
    float: right;
  }
  .ent_m030_tosh_v1 .headerContainer .filters .filter:last-child {
    padding: 0 10px 0 361px;
    width: 100%;
  }
}
@media (min-width: 641px) and (max-width: 1094px) {
  .ent_m030_tosh_v1 .headerContainer .filters .filter .date_validation_message {
    left: 107px;
  }
}
@media screen and (max-width: 640px) {
  .ent_m030_tosh_v1 .headerContainer .filters:after {
    clear: both;
    content: "";
    display: block;
    height: 0;
    visibility: hidden;
  }
  *:first-child + html .ent_m030_tosh_v1 .headerContainer .filters {
    display: block;
    min-height: 0;
  }
  .ent_m030_tosh_v1 .headerContainer .filters .filter:first-child {
    float: none;
  }
  .ent_m030_tosh_v1 .headerContainer .filters .filter:first-child .dd_search {
    width: 100%;
  }
  .ent_m030_tosh_v1 .headerContainer .filters .filter:last-child {
    position: absolute;
    top: 0;
    left: 0;
    padding: 120px 0 0;
  }
  .ent_m030_tosh_v1 .headerContainer .filters .filter:nth-child(2) {
    padding: 90px 0 0;
  }
  .ent_m030_tosh_v1 .headerContainer .filters .filter .search_button {
    margin: 0;
  }
}
@media screen and (max-width: 450px) {
  .ent_m030_tosh_v1 .headerContainer .filters .filter .wrapper {
    margin-right: 5px;
    width: 100px;
  }
  .ent_m030_tosh_v1 .headerContainer .filters .filter .wrapper #date_start,
  .ent_m030_tosh_v1 .headerContainer .filters .filter .wrapper #date_end {
    padding-right: 30px;
  }
  .ent_m030_tosh_v1 .headerContainer .filters .filter .search_button {
    font-size: 1em;
    width: 90px;
    padding: 0 10px;
  }
}
.ent_m030_tosh_v1 .headerContainer .filters.tags {
  padding: 0 10px;
  text-align: left;
  font-family: 'BrandonTextMedium', Helvetica, Arial, sans-serif;
  letter-spacing: -0.5px;
}
.ent_m030_tosh_v1 .headerContainer .filters.tags a {
  color: #0090dc;
}
.ent_m030_tosh_v1 .headerContainer .filters.tags .more:after {
  content: "";
  background-position: -418px -146px;
  width: 11px;
  height: 6px;
  display: inline-block;
  margin: 0 0 1px 5px;
}
.ent_m030_tosh_v1 .headerContainer .filters.tags .groupTwo {
  display: none;
}
.ent_m030_tosh_v1 .content_container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 58px 0;
}
.ent_m030_tosh_v1 .content_container:after {
  clear: both;
  content: "";
  display: block;
  height: 0;
  visibility: hidden;
}
*:first-child + html .ent_m030_tosh_v1 .content_container {
  display: block;
  min-height: 0;
}
.ent_m030_tosh_v1 .content_container .mask {
  padding-bottom: 20px;
}
.ent_m030_tosh_v1 .content_container .mask ul {
  overflow: hidden;
  padding: 0 0 36px;
}
.ent_m030_tosh_v1 .content_container .mask ul li {
  display: inline-block;
  height: 220px;
  width: 180px;
  margin: 0 10px 10px;
}
.ent_m030_tosh_v1 .content_container .mask ul li .category {
  width: 180px;
  height: 100px;
  line-height: 100px;
  text-align: center;
  font-family: 'BrandonGrotesque-Black', Helvetica, Arial, sans-serif;
  background-color: rgba(114, 13, 17, 0.75);
  color: #ffffff;
}
.ent_m030_tosh_v1 .content_container .mask ul li div {
  margin-bottom: 0;
  text-align: left;
}
.ent_m030_tosh_v1 .content_container .mask ul li div p {
  font: 14px/18px 'BrandonTextMedium', Helvetica, Arial, sans-serif;
}
.ent_m030_tosh_v1 .content_container .mask ul li div p .title {
  position: absolute;
  margin: 0 5px;
  text-transform: none;
}
.ent_m030_tosh_v1 .content_container .mask ul li div p .title .meta {
  font: 14px/18px 'BrandonTextMedium', Helvetica, Arial, sans-serif;
  color: #ee4444;
}
.ent_m030_tosh_v1 .content_container .mask ul li:nth-child(2n) {
  background-color: #343737;
}
.ent_m030_tosh_v1 .content_container .mask ul li:nth-child(2n-1) {
  background-color: #262a2b;
}
@media screen and (min-width: 1000px) and (max-width: 1199px) {
  .ent_m030_tosh_v1 .content_container {
    max-width: 1000px;
  }
}
@media screen and (min-width: 800px) and (max-width: 999px) {
  .ent_m030_tosh_v1 .content_container {
    max-width: 800px;
  }
}
@media screen and (min-width: 600px) and (max-width: 799px) {
  .ent_m030_tosh_v1 .content_container {
    max-width: 600px;
  }
}
@media screen and (min-width: 400px) and (max-width: 599px) {
  .ent_m030_tosh_v1 .content_container {
    max-width: 400px;
  }
}
@media screen and (min-width: 200px) and (max-width: 399px) {
  .ent_m030_tosh_v1 .content_container {
    max-width: 200px;
  }
}
.ent_m030_tosh_v1 .noResults {
  font-size: 2.125em;
  text-align: center;
  padding: 2.5em 0em 2.5em 0em;
}
.ent_m030_tosh_v1 .moduleLoading {
  position: absolute;
  bottom: 25px;
  left: 50%;
  margin: 0 0 0 -16px;
}
.ent_m030_tosh_v1 .meta {
  display: block;
}
@media screen and (max-width: 768px) {
  .ent_m030_tosh_v1 .headerContainer .collectionHeader h2 {
    padding-right: 5px;
  }
  .ent_m030_tosh_v1 .collectionHeader .sort {
    display: none;
  }
  .ent_m030_tosh_v1 .collectionHeader.spellCorrection h2 {
    padding-right: 10px;
  }
}
@media all and (min-width: 1200px) {
  .ent_m030_tosh_v1 .filters .filter {
    text-align: left;
  }
}
@media screen and (max-width: 480px) {
  .ent_m030_tosh_v1 .headerContainer .filters {
    display: block;
  }
  .ent_m030_tosh_v1 .headerContainer .filters.tags {
    padding: 0;
  }
}
/*!
 * 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: #4d4346;
  font-family: 'BrandonGrotesque-Black', Helvetica, Arial, sans-serif;
  color: #ffffff;
  font-size: 16px;
  width: 17em;
  padding: .2em .2em 0;
  display: none;
  z-index: 5000002 !important;
}
.ui-datepicker .ui-datepicker-header {
  position: relative;
  padding: .2em 0;
  font-size: 1.375em;
  text-transform: uppercase;
  background-color: #666;
}
.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;
}
.ui-datepicker .ui-datepicker-prev span {
  background-position: -289px -98px;
  left: 8px;
}
.ui-datepicker .ui-datepicker-next span {
  background-position: -307px -98px;
  right: 8px;
}
.ui-datepicker .ui-datepicker-prev-hover span.ui-icon {
  background-position: -289px -124px;
}
.ui-datepicker .ui-datepicker-next-hover span.ui-icon {
  background-position: -307px -124px;
}
.ui-datepicker .ui-datepicker-title {
  margin: 0 2.3em;
  text-align: center;
  background-color: #666;
  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 {
  color: #3cb9d5;
  background-color: #4d4346;
}
.ui-datepicker td.ui-datepicker-current-day a {
  background-color: #4d4346;
  color: #3cb9d5;
}
#t2_lc .module.ent_m045_tosh_v1 {
  background: #1f1b1c;
}
.ent_m045_tosh_v1 {
  padding-top: 0 !important;
  position: relative;
  width: 100%;
  overflow: hidden;
}
.ent_m045_tosh_v1 a {
  display: block;
  position: relative;
}
@media screen and (min-width: 64.0625em) {
  .ent_m045_tosh_v1 .image_holder {
    height: 540px;
  }
}
@media screen and (min-width: 48.0625em) and (max-width: 64em) {
  .ent_m045_tosh_v1 .image_holder {
    height: 400px;
  }
}
@media screen and (min-width: 34.4375em) and (max-width: 48em) {
  .ent_m045_tosh_v1 .image_holder {
    height: 300px;
  }
}
@media screen and (max-width: 34.375em) {
  .ent_m045_tosh_v1 .image_holder {
    height: 240px;
  }
}
.ent_m045_tosh_v1 .overlay {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.ent_m045_tosh_v1 .modal {
  position: relative;
  margin: 0 auto;
  max-width: 1180px;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
@media (max-width: 75em) {
  .ent_m045_tosh_v1 .modal {
    padding: 0 20px;
  }
}
@media (max-width: 30em) {
  .ent_m045_tosh_v1 .modal {
    padding: 0 10px;
  }
}
.ent_m045_tosh_v1 .info {
  max-width: 50%;
}
.ent_m045_tosh_v1 .info > span {
  font: 18px/20px 'EamesBookItalic', 'Georgia', serif;
  color: #ffffff;
  display: block;
  padding-left: 3px;
}
@media (max-width: 47.938em) {
  .ent_m045_tosh_v1 .info > span {
    padding-left: 0;
  }
}
.ent_m045_tosh_v1 .info h2 {
  margin-bottom: 27px;
  font: 64px/60px 'BrandonTextBold', Helvetica, Arial, sans-serif;
  color: #ffffff;
  text-transform: uppercase;
}
.ent_m045_tosh_v1 .info .watch-now,
.ent_m045_tosh_v1 .info .watch-extended {
  display: table;
  height: 50px;
  padding: 20px 42px;
  font: 16px/20px 'BrandonTextBold', Helvetica, Arial, sans-serif;
  color: #ffffff;
  text-transform: uppercase;
  text-decoration: none;
  background-color: #a92823;
}
.linux_entity .ent_m045_tosh_v1 .info .watch-now,
.linux_entity .ent_m045_tosh_v1 .info .watch-extended {
  padding-bottom: 8px;
}
.ent_m045_tosh_v1 .info .watch-extended {
  margin-top: 1em;
}
@media (max-width: 64em) {
  .ent_m045_tosh_v1 .info > span {
    font-size: 16px;
    line-height: 20px;
  }
  .ent_m045_tosh_v1 .info h2 {
    font-size: 46px;
    line-height: 44px;
    margin-bottom: 17px;
  }
  .ent_m045_tosh_v1 .info .watch-now,
  .ent_m045_tosh_v1 .info .watch-extended {
    font-size: 12px;
    line-height: 18px;
    height: 36px;
    padding: 12px 23px;
  }
}
@media (max-width: 48em) {
  .ent_m045_tosh_v1 .info h2 {
    font-size: 30px;
    line-height: 30px;
    margin-bottom: 14px;
  }
  .ent_m045_tosh_v1 .info .watch-now,
  .ent_m045_tosh_v1 .info .watch-extended {
    height: 34px;
    padding: 11px 15px;
  }
}
@media (max-width: 550px) {
  .ent_m045_tosh_v1 .info > span {
    font-size: 11px;
    line-height: 13px;
  }
  .ent_m045_tosh_v1 .info h2 {
    font-size: 20px;
    line-height: 20px;
  }
  .ent_m045_tosh_v1 .info .watch-now,
  .ent_m045_tosh_v1 .info .watch-extended {
    font-size: 10px;
    line-height: 12px;
    height: 30px;
    padding: 10px 5px;
  }
}
@media (max-width: 30em) {
  .ent_m045_tosh_v1 .info h2 {
    margin-bottom: 10px;
  }
}
.ent_m045_tosh_v1.module:first-child {
  padding-top: 0;
}
/*
	@implementation: site
	@path styles/less/modules/ent_m046_tosh/1.0.0/1.0.0
	@version: major
	@reference: http://confluence.mtvi.com/display/ENT/CSS+Standards
	@spec: http://confluence.mtvi.com/display/ENT/ENT_M046+-+Announcement+Promo
*/
.ent_m046_tosh_v1 {
  position: relative;
  max-width: 1180px;
  margin: 20px auto 0;
  padding: 0;
  clear: both;
  overflow: hidden;
}
.ent_m046_tosh_v1 .header {
  color: #ffffff;
  display: table-cell;
  padding: 0 15px;
  font: 23px 'BrandonGrotesque-Black', Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  white-space: nowrap;
  background: #a92823;
}
.linux_entity .ent_m046_tosh_v1 .header {
  padding-top: 5px;
}
.ent_m046_tosh_v1 .header em {
  text-transform: lowercase;
}
@media screen and (min-width: 40.0625em) {
  .ent_m046_tosh_v1 .header {
    text-align: center;
  }
}
.ent_m046_tosh_v1 a {
  color: #ffffff;
  text-decoration: none;
}
.ent_m046_tosh_v1 .copy {
  background-color: #262a2b;
  color: #ffffff;
  display: table-cell;
  padding: 13px 20px 15px;
  font: 25px/30px 'EamesBookItalic', 'Georgia', serif;
  width: 100%;
}
@media (min-width: 40.0625em) and (max-width: 64em) {
  .ent_m046_tosh_v1 .copy {
    font-size: 1.25em;
    padding: 0.55em 1em 0.55em 1em;
    line-height: 135%;
  }
  .ent_m046_tosh_v1 .header {
    font-size: 1.25em;
  }
}
@media (max-width: 40em) {
  .ent_m046_tosh_v1 .copy,
  .ent_m046_tosh_v1 .header {
    display: block;
  }
  .ent_m046_tosh_v1 .header {
    line-height: 208.33333333%;
  }
}
@media (min-width: 37.5625em) and (max-width: 40em) {
  .ent_m046_tosh_v1 .copy {
    text-indent: 0;
    font-size: 1.125em;
    padding: 0.9444444400000001em 1.11111111em 0.9444444400000001em 1.11111111em;
    line-height: 138.88888889%;
  }
  .ent_m046_tosh_v1 .header {
    font-size: 1.125em;
    padding: 0em 1.11111111em 0em 1.11111111em;
  }
}
@media (max-width: 37em) {
  .ent_m046_tosh_v1 .copy {
    font-size: 1em;
    padding: 0.8125em 0.9375em 1.0625em 0.9375em;
    line-height: 125%;
  }
  .ent_m046_tosh_v1 .header {
    font-size: 1em;
    line-height: 243.75%;
    padding: 0em 0.9375em 0em 0.9375em;
  }
}
.ent_m047_tosh_v1 {
  position: relative;
  max-width: 1180px;
  margin: 0 auto;
}
.ent_m047_tosh_v1:after {
  clear: both;
  content: "";
  display: block;
  height: 0;
  visibility: hidden;
}
*:first-child + html .ent_m047_tosh_v1 {
  display: block;
  min-height: 0;
}
@media (max-width: 48em) {
  .ent_m047_tosh_v1.module {
    padding-left: 25px;
    padding-right: 25px;
  }
}
@media (max-width: 30em) {
  .ent_m047_tosh_v1.module {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.ent_m047_tosh_v1 .subhead,
.ent_m047_tosh_v1 .headline,
.ent_m047_tosh_v1 .description {
  margin-right: 33.33%;
  padding: 0 20px;
  color: #ffffff;
}
@media (max-width: 48em) {
  .ent_m047_tosh_v1 .subhead,
  .ent_m047_tosh_v1 .headline,
  .ent_m047_tosh_v1 .description {
    padding: 0;
  }
}
.ent_m047_tosh_v1 .subhead,
.ent_m047_tosh_v1 .headline {
  text-transform: uppercase;
}
.ent_m047_tosh_v1 .subhead {
  margin-bottom: 3px;
  font: normal 14px/1 'BrandonTextBold', Helvetica, Arial, sans-serif;
  color: #3cb9d5;
}
.ent_m047_tosh_v1 h2.headline {
  margin-bottom: 6px;
  font: normal 32px/1 'EamesBookItalic', 'Georgia', serif;
}
@media screen and (max-width: 64em) {
  .ent_m047_tosh_v1 h2.headline {
    font-size: 27px;
  }
}
.ent_m047_tosh_v1 .description {
  margin-bottom: 20px;
  font: normal 19px/1.1 'BrandonGrotesqueRegular', Helvetica, Arial, sans-serif;
}
.ent_m047_tosh_v1 .wrapper {
  float: left;
  width: 100%;
}
.ent_m047_tosh_v1 .nested_ad {
  margin-bottom: 40px;
}
@media (max-width: 64em) {
  .ent_m047_tosh_v1 .nested_ad {
    display: none;
  }
}
.ent_m047_tosh_v1 .more-link {
  clear: both;
  display: block;
  min-height: 54px;
  padding: 17px 16px;
  font: 17px/1.18 'BrandonTextMedium', Helvetica, Arial, sans-serif;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  color: #ffffff;
  background: #262a2b;
}
.ent_m047_tosh_v1 .more-link:hover {
  color: #dce631;
}
@media screen and (max-width: 64em) {
  .ent_m047_tosh_v1 .more-link {
    min-height: 40px;
    padding: 10px 15px;
  }
}
.ent_m047_tosh_v1 .header_ad {
  padding: 0 20px 15px;
}
.ent_m047_tosh_v1 div[data-adsize="260x72"] {
  position: absolute;
  top: 30px;
  right: 0;
}
.ent_m047_tosh_v1 .nested_4_column_container {
  width: 66.667%;
}
@media (min-width: 769px) and (max-width: 990px) {
  .ent_m047_tosh_v1 .nested_4_column_container {
    width: 57.03125%;
  }
}
.ent_m047_tosh_v1 .nested_2_column_container {
  width: 33.333%;
}
@media (min-width: 769px) and (max-width: 990px) {
  .ent_m047_tosh_v1 .nested_2_column_container {
    width: 42.96875%;
  }
}
.ent_m047_tosh_v1 .wrapper[class$="_column_container"] + .wrapper[class$="_column_container"] .nested_ad {
  float: right;
}
@media screen and (max-width: 48em) {
  .ent_m047_tosh_v1 .nested_4_column_container,
  .ent_m047_tosh_v1 .nested_2_column_container {
    width: 100%;
  }
  .ent_m047_tosh_v1 .wrapper[class$="_column_container"] + .wrapper[class$="_column_container"] {
    margin-top: 20px;
  }
}
.ent_m050_tosh_v1 {
  position: relative;
}
.ent_m050_tosh_v1.module {
  padding-top: 0;
}
@media screen and (max-width: 30em) {
  .ent_m050_tosh_v1.module {
    padding-bottom: 80px;
  }
}
.ent_m050_tosh_v1 a {
  display: block;
}
.ent_m050_tosh_v1 h2,
.ent_m050_tosh_v1 h3,
.ent_m050_tosh_v1 .carousel-tabs p {
  font: normal 17px/1 'BrandonTextBold', Helvetica, Arial, sans-serif;
  color: #ffffff;
  text-transform: uppercase;
}
@media screen and (max-width: 64em) {
  .ent_m050_tosh_v1 h2,
  .ent_m050_tosh_v1 h3,
  .ent_m050_tosh_v1 .carousel-tabs p {
    font-size: 14px;
  }
}
.ent_m050_tosh_v1 .module-overlay {
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.ent_m050_tosh_v1 .carousel-tabs {
  z-index: 1;
  position: relative;
  background: #262a2b;
}
@media screen and (max-width: 30em) {
  .ent_m050_tosh_v1 .carousel-tabs {
    margin-bottom: 20px;
    width: 100%;
  }
}
.ent_m050_tosh_v1 .carousel-tabs ul {
  max-width: 1180px;
  margin: 0 auto;
}
@media screen and (min-width: 481px) {
  .ent_m050_tosh_v1 .carousel-tabs ul,
  .ent_m050_tosh_v1 .carousel-tabs div {
    height: 70px;
  }
}
.ent_m050_tosh_v1 .carousel-tabs .dots {
  display: none;
}
@media screen and (max-width: 30em) {
  .ent_m050_tosh_v1 .carousel-tabs .dots {
    display: block;
    position: absolute;
    top: -20px;
    width: 100%;
    height: 20px;
    text-align: center;
  }
  .ent_m050_tosh_v1 .carousel-tabs .dots li {
    float: none;
    display: inline-block;
    max-width: 14px;
    height: 14px;
    border-radius: 14px;
    margin: 0 10px 0 0;
    background: #ffffff;
  }
  .ent_m050_tosh_v1 .carousel-tabs .dots li:last-child {
    margin-right: 0;
  }
  .ent_m050_tosh_v1 .carousel-tabs .dots li.active {
    position: static;
    background-color: #a92823;
  }
}
.ent_m050_tosh_v1 .ent_m050_tosh_v1_item_tab {
  width: 25%;
}
@media screen and (max-width: 30em) {
  .ent_m050_tosh_v1 .ent_m050_tosh_v1_item_tab {
    display: none;
  }
}
.ent_m050_tosh_v1 .ent_m050_tosh_v1_item_tab div {
  display: table-cell;
  vertical-align: middle;
  width: 25%;
  padding: 0 5px;
  text-align: center;
  cursor: pointer;
}
.ent_m050_tosh_v1 .ent_m050_tosh_v1_item_tab p {
  color: #a92823;
}
.ent_m050_tosh_v1 .ent_m050_tosh_v1_item_tab.active {
  bottom: 20px;
}
.ent_m050_tosh_v1 .ent_m050_tosh_v1_item_tab.active div {
  position: relative;
  height: 90px;
  background: #a92823;
}
@media screen and (max-width: 30em) {
  .ent_m050_tosh_v1 .ent_m050_tosh_v1_item_tab.active {
    display: block;
    position: static;
    width: 100% !important;
  }
  .ent_m050_tosh_v1 .ent_m050_tosh_v1_item_tab.active div {
    height: 60px;
  }
}
.ent_m050_tosh_v1 .ent_m050_tosh_v1_item_tab.active h3 {
  margin-bottom: 1px;
  font-size: 23px;
}
@media screen and (max-width: 64em) {
  .ent_m050_tosh_v1 .ent_m050_tosh_v1_item_tab.active h3 {
    font-size: 19px;
  }
}
@media screen and (max-width: 30em) {
  .ent_m050_tosh_v1 .ent_m050_tosh_v1_item_tab.active h3 {
    font-size: 14px;
  }
}
.ent_m050_tosh_v1 .ent_m050_tosh_v1_item_tab.active p {
  color: #ffffff;
}
@media screen and (max-width: 30em) {
  .ent_m050_tosh_v1 .ent_m050_tosh_v1_item_tab.active p {
    font-size: 10px;
  }
}
.ent_m050_tosh_v1 ul {
  position: relative;
}
.ent_m050_tosh_v1 ul:after {
  clear: both;
  content: "";
  display: block;
  height: 0;
  visibility: hidden;
}
*:first-child + html .ent_m050_tosh_v1 ul {
  display: block;
  min-height: 0;
}
.ent_m050_tosh_v1 li {
  position: relative;
  float: left;
}
.ent_m050_tosh_v1 .carousel-wrapper {
  position: relative;
}
.ent_m050_tosh_v1 .carousel-wrapper,
.ent_m050_tosh_v1 .carousel-wrapper li {
  overflow: hidden;
}
@media screen and (min-width: 64.0625em) {
  .ent_m050_tosh_v1 .image_holder {
    height: 540px;
  }
}
@media screen and (min-width: 48.0625em) and (max-width: 64em) {
  .ent_m050_tosh_v1 .image_holder {
    height: 400px;
  }
}
@media screen and (min-width: 34.4375em) and (max-width: 48em) {
  .ent_m050_tosh_v1 .image_holder {
    height: 300px;
  }
}
@media screen and (max-width: 34.375em) {
  .ent_m050_tosh_v1 .image_holder {
    height: 240px;
  }
}
.ent_m050_tosh_v1 .overlay {
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.ent_m050_tosh_v1 .modal {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  position: relative;
  max-width: 1180px;
  margin: 0 auto;
}
.ent_m050_tosh_v1 .modal:before {
  content: "";
  display: inline-block;
  width: 1px;
  height: 542px;
  margin-right: -1px;
  vertical-align: middle;
}
@media (max-width: 75em) {
  .ent_m050_tosh_v1 .modal {
    padding: 0 20px;
  }
}
@media (max-width: 30em) {
  .ent_m050_tosh_v1 .modal {
    padding: 0 10px;
  }
}
@media screen and (max-width: 1400px) {
  .ent_m050_tosh_v1 .modal:before {
    height: 500px;
  }
}
@media screen and (max-width: 63.938em) {
  .ent_m050_tosh_v1 .modal:before {
    height: 400px;
  }
}
@media screen and (max-width: 47.938em) {
  .ent_m050_tosh_v1 .modal:before {
    height: 300px;
  }
}
@media screen and (max-width: 30em) {
  .ent_m050_tosh_v1 .modal:before {
    height: 240px;
  }
}
.ent_m050_tosh_v1 .info {
  display: inline-block;
  max-width: 50%;
  vertical-align: middle;
}
.ent_m050_tosh_v1 .info h2 {
  font: 64px/60px 'BrandonTextBold', Helvetica, Arial, sans-serif;
  max-width: 50%;
}
@media (min-width: 30em) and (max-width: 63.938em) {
  .ent_m050_tosh_v1 .info h2 {
    margin: 0 0 15px 0;
  }
}
@media (min-width: 64em) {
  .ent_m050_tosh_v1 .info h2 {
    margin: 0 0 25px 0;
  }
}
@media (max-width: 64em) {
  .ent_m050_tosh_v1 .info h2 {
    font-size: 46px;
    line-height: 44px;
  }
}
@media (max-width: 48em) {
  .ent_m050_tosh_v1 .info h2 {
    font-size: 30px;
    line-height: 30px;
  }
}
@media (max-width: 550px) {
  .ent_m050_tosh_v1 .info h2 {
    font-size: 20px;
    line-height: 20px;
  }
}
.ent_m050_tosh_v1 .watch-now {
  display: inline-block;
  padding: 20px 42px;
  font: 16px/20px 'BrandonTextBold', Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  color: #ffffff;
  background-color: #a92823;
}
@media (max-width: 64em) {
  .ent_m050_tosh_v1 .watch-now {
    font-size: 12px;
    line-height: 18px;
    padding: 12px 23px;
  }
}
@media (max-width: 48em) {
  .ent_m050_tosh_v1 .watch-now {
    padding: 11px 15px;
  }
}
@media (max-width: 550px) {
  .ent_m050_tosh_v1 .watch-now {
    font-size: 10px;
    line-height: 12px;
    padding: 10px 10px;
  }
}
.ent_m050_tosh_v1.module:first-child {
  padding: 0;
}
.ent_m051_tosh_v1.module {
  padding-top: 0;
  padding-bottom: 0;
  margin-bottom: 24px;
}
.ent_m051_tosh_v1.module:last-child {
  margin-bottom: 0;
}
@media (max-width: 63.938em) {
  .ent_m051_tosh_v1 {
    width: 300px;
  }
}
.ent_m051_tosh_v1 a {
  text-decoration: none;
  text-transform: uppercase;
  color: #ffffff;
}
.ent_m051_tosh_v1 a:hover,
.ent_m051_tosh_v1 a:hover .sub_headline {
  color: #dce631;
}
.tier_2_col .ent_m051_tosh_v1 .image_holder:before {
  content: initial;
}
.tier_2_col .ent_m051_tosh_v1 .image_holder .image {
  position: static;
}
.ent_m051_tosh_v1 .sub_headline {
  display: block;
  font: 14px/1 'BrandonGrotesque-Black', Helvetica, Arial, sans-serif;
  color: #3cb9d5;
}
.ent_m051_tosh_v1 .copy {
  display: block;
  margin-top: 3px;
  font: 17px/1 'BrandonGrotesqueRegular', Helvetica, Arial, sans-serif;
  text-transform: none;
  color: #ffffff;
}
.ent_m051_tosh_v1 .ent_m051_tosh_v1_item {
  position: relative;
}
.ent_m051_tosh_v1 .ent_m051_tosh_v1_item p {
  min-height: 54px;
  padding: 17px 16px;
  font: 17px/1.18 'BrandonTextMedium', Helvetica, Arial, sans-serif;
  background: #262a2b;
}
@media screen and (max-width: 64em) {
  .ent_m051_tosh_v1 .ent_m051_tosh_v1_item p {
    min-height: 40px;
    padding: 10px 15px;
  }
}
.ent_m051_tosh_v1:nth-child(2n) p {
  background: #343737;
}
@media (max-width: 63.938em) {
  .ent_m061_tosh_v1 {
    display: none;
  }
}
.ent_m069_tosh_v1 {
  max-width: 1180px;
}
.ent_m069_tosh_v1 .mask .ent_m069_tosh_v1_item {
  width: 197px;
}
.ent_m069_tosh_v1 .mask .ent_m069_tosh_v1_item .video_holder {
  height: 277px;
}
@media (max-width: 48em) {
  .ent_m069_tosh_v1 .mask .ent_m069_tosh_v1_item .video_holder {
    height: 257px;
  }
}
.ent_m069_tosh_v1 .image_holder:before {
  padding-top: 100%;
}
.triforce_rendered .ent_m069_tosh_v1 .m_hscroll .mask li p {
  height: 80px;
  padding: 15px 15px 0;
}
.triforce_rendered .ent_m069_tosh_v1 .m_hscroll .mask li .video_holder {
  padding-bottom: 80px;
}
.ent_m071_tosh_v1 {
  max-width: 1180px;
}
.ent_m071_tosh_v1:after {
  clear: both;
  content: "";
  display: block;
  height: 0;
  visibility: hidden;
}
*:first-child + html .ent_m071_tosh_v1 {
  display: block;
  min-height: 0;
}
.ent_m071_tosh_v1 .m_hscroll .mask .ent_m071_tosh_v1_item .meta {
  color: #ee4444;
}
@media (max-device-width: 64em) {
  .ent_m071_tosh_v1 .m_hscroll .search_box {
    margin-top: -10px;
  }
}
.ent_m071_tosh_v1 .search_box {
  position: relative;
  float: right;
  width: 290px;
  height: 50px;
  padding: 0 45px 0 55px;
}
.ent_m071_tosh_v1 .search_box,
.ent_m071_tosh_v1 .search_box #search_input {
  background-color: #262a2b;
}
@media (max-width: 30em) {
  .ent_m071_tosh_v1 .search_box {
    display: none;
  }
}
.ent_m071_tosh_v1 .search_box .search_icon {
  position: absolute;
  top: 10px;
  left: 17px;
  font-size: 22px;
  color: #999999;
  cursor: pointer;
}
.ent_m071_tosh_v1 .search_box #search_input {
  width: 100%;
  height: 100%;
  font: 14px 'BrandonGrotesque-Black', Helvetica, Arial, sans-serif;
  color: #666666;
  border: none;
  outline: none;
  text-transform: uppercase;
  border-radius: 0;
}
.ent_m071_tosh_v1 .search_box #search_input::-ms-clear {
  display: none;
}
.ent_m071_tosh_v1 .search_box #search_input:focus,
.ent_m071_tosh_v1 .search_box #search_input:focus ~ * {
  color: #eeeeee;
}
.ent_m071_tosh_v1 .search_box #search_input:focus + #search_close {
  display: block;
}
.ent_m071_tosh_v1 .search_box #search_input:focus::-webkit-input-placeholder {
  color: transparent;
}
.ent_m071_tosh_v1 .search_box #search_input:focus:-moz-placeholder {
  color: transparent;
}
.ent_m071_tosh_v1 .search_box #search_input:focus::-moz-placeholder {
  color: transparent;
}
.linux_entity .ent_m071_tosh_v1 .search_box #search_input {
  padding-top: 4px;
}
.ent_m071_tosh_v1 .search_box #search_close {
  display: none;
  position: absolute;
  top: 13px;
  right: 25px;
  font-size: 18px;
  cursor: pointer;
}
.ent_m071_tosh_v1 .search_box ::-webkit-input-placeholder {
  color: #666666;
}
.ent_m071_tosh_v1 .search_box :-moz-placeholder {
  color: #666666;
}
.ent_m071_tosh_v1 .search_box ::-moz-placeholder {
  color: #666666;
}
.ent_m071_tosh_v1 .search_box :-ms-input-placeholder {
  color: #666666;
}
@media (min-width: 769px) {
  .ent_m071_tosh_v1 .search_box,
  .ent_m071_tosh_v1 .ent_m071_tosh_v1_item {
    width: 295px;
  }
  .ent_m071_tosh_v1 .search_box .video_holder,
  .ent_m071_tosh_v1 .ent_m071_tosh_v1_item .video_holder {
    height: 256px;
  }
}
@media (min-width: 30em) and (max-width: 48em) {
  .ent_m071_tosh_v1 .search_box,
  .ent_m071_tosh_v1 .ent_m071_tosh_v1_item {
    width: 256px;
  }
  .ent_m071_tosh_v1 .search_box .video_holder,
  .ent_m071_tosh_v1 .ent_m071_tosh_v1_item .video_holder {
    height: 234px;
  }
}
.ent_m071_tosh_v1 .no_results_message {
  display: none;
  padding: 0 80px;
  font: 32px/37px 'EamesBookItalic', 'Georgia', serif;
  color: #dce631;
}
@media (max-width: 48em) {
  .ent_m071_tosh_v1 .no_results_message {
    padding: 0 40px;
    font-size: 26px;
    line-height: 26px;
  }
}
.ent_m071_tosh_v1 .m_hscroll.searching #search_input,
.ent_m071_tosh_v1 .m_hscroll.searching #search_input:focus ~ .search_icon,
.ent_m071_tosh_v1 .m_hscroll.searching .search_icon,
.ent_m071_tosh_v1 .m_hscroll.searching #search_close {
  color: #000000;
}
.ent_m071_tosh_v1 .m_hscroll.searching #search_close {
  display: block;
}
.ent_m071_tosh_v1 .m_hscroll.searching .search_box,
.ent_m071_tosh_v1 .m_hscroll.searching #search_input {
  background: #dce631;
}
.ent_m071_tosh_v1 .m_hscroll.searching .dd {
  opacity: 0.3;
}
.ent_m071_tosh_v1 .m_hscroll.searching .carouselWrapper {
  background: #000000;
}
.ent_m071_tosh_v1 .m_hscroll.searching.no_results .carouselWrapper {
  text-align: center;
}
.ent_m071_tosh_v1 .m_hscroll.searching.no_results .carouselWrapper:before {
  content: "";
  width: 1px;
  margin-right: -1px;
}
.ent_m071_tosh_v1 .m_hscroll.searching.no_results .no_results_message,
.ent_m071_tosh_v1 .m_hscroll.searching.no_results .carouselWrapper:before {
  display: inline-block;
  vertical-align: middle;
}
.ent_m071_tosh_v1 .m_hscroll.searching .carouselWrapper,
.ent_m071_tosh_v1 .m_hscroll.searching.no_results .carouselWrapper:before {
  min-height: 256px;
}
@media (max-width: 48em) {
  .ent_m071_tosh_v1 .m_hscroll.searching .carouselWrapper,
  .ent_m071_tosh_v1 .m_hscroll.searching.no_results .carouselWrapper:before {
    min-height: 234px;
  }
}
@media (max-width: 30em) {
  .ent_m071_tosh_v1 .m_hscroll.searching .carouselWrapper,
  .ent_m071_tosh_v1 .m_hscroll.searching.no_results .carouselWrapper:before {
    min-height: 270px;
  }
}
.ent_m071_tosh_v1 .content_loading .carouselWrapper:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -16px 0 0 -16px;
  width: 32px;
  height: 32px;
  background: url("/sitewide/images/sprites/ajax-loader.gif") no-repeat;
  background-size: 100% 100%;
}
.ent_m071_tosh_v1 .ent_m071_tosh_v1_item:nth-child(2n) p {
  background-color: #343737;
}
.ent_m071_tosh_v1 .ent_m071_tosh_v1_item:nth-child(2n-1) p {
  background-color: #262a2b;
}
#background_holder,
#backgroundHolder {
  -webkit-transition: margin .5s;
  transition: margin .5s;
}
.show_portal .background_color {
  display: none !important;
}
.show_portal .cappy.module {
  display: none;
}
.show_portal .show_homepage_page .ad_holder,
.show_portal .show_bio_detail_page .ad_holder {
  box-shadow: none;
}
/*page overlay css (for slide menu) */
.cc_opened.show_portal {
  width: 100%;
  margin: 0;
  position: fixed;
  overflow: hidden;
}
.cc_opened.show_portal .cc_menu_holder .slide_menu {
  left: 0;
  -webkit-transition: left 0.5s ease;
  transition: left 0.5s ease;
}
@media screen and (max-width: 30em) {
  .cc_opened.show_portal .cc_menu_holder .slide_menu {
    left: 0 !important;
  }
}
.cc_opened.show_portal .cc_menu_holder .hamburger {
  opacity: 1;
  position: relative;
  z-index: 5000001;
}
.sticky_header.cc_opened.show_portal #background_holder .global_wrap,
.sticky_header.cc_opened.show_portal #backgroundHolder .global_wrap {
  left: 340px;
}
.cc_opened.show_portal #background_holder .slide_menu,
.cc_opened.show_portal #backgroundHolder .slide_menu {
  /*width: @slm-width;*/
}
.cc_opened.show_portal #background_holder .hamburger .icon,
.cc_opened.show_portal #backgroundHolder .hamburger .icon {
  color: #dce631;
}
.cc_opened.show_portal #background_holder .page_overlay,
.cc_opened.show_portal #backgroundHolder .page_overlay {
  left: 340px;
  top: 0;
}
.cc_opened.show_portal .global_footer,
.cc_opened.show_portal #comedy-footer {
  margin: 0 -340px 0 340px;
}
@media screen and (max-width: 1185px) {
  .cc_opened.show_portal #background_holder,
  .cc_opened.show_portal #backgroundHolder {
    margin: 0 -340px 0 340px;
  }
  .cc_opened.show_portal #background_holder .sticky_header .top_outer,
  .cc_opened.show_portal #backgroundHolder .sticky_header .top_outer {
    left: 340px;
  }
}
@media screen and (max-width: 480px) {
  .cc_opened.show_portal #background_holder,
  .cc_opened.show_portal #backgroundHolder {
    margin: 0 -270px 0 270px;
  }
  .cc_opened.show_portal #background_holder .sticky_header .top_outer,
  .cc_opened.show_portal #backgroundHolder .sticky_header .top_outer {
    left: 270px;
  }
  .cc_opened.show_portal #background_holder .page_overlay,
  .cc_opened.show_portal #backgroundHolder .page_overlay {
    left: 270px;
  }
  .cc_opened.show_portal .global_footer,
  .cc_opened.show_portal #comedy-footer {
    margin: 0 -270px 0 270px;
  }
}
.ent_m072_tosh_v1 {
  /* Mixin for the search boxes */
  /* styles override for flux */
  /**
	 * Overrides for the new widget
	 */
  /**
	 * Overrides for the old widget
	 */
  width: 100%;
  top: 0;
  z-index: 5000000;
  /************* Styles for the condensed header **************/
  /************* Styles open cc menu **************/
}
.ent_m072_tosh_v1 * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.ent_m072_tosh_v1 .search_wrapper {
  width: 295px;
  height: 50px;
  line-height: 50px;
  position: absolute;
  top: 0;
  right: 0;
  background-color: rgba(39, 42, 43, 0.13);
}
.ent_m072_tosh_v1 .hide_search {
  display: none;
  position: absolute;
  top: 0;
  right: -40px;
  width: 40px;
  height: 40px;
  font-weight: bold;
  cursor: pointer;
  color: #ffffff;
  text-align: center;
}
.ent_m072_tosh_v1 .hide_search:before {
  font-weight: bold;
}
.ent_m072_tosh_v1 .search_input,
.ent_m072_tosh_v1 .submit_btn {
  display: inline-block;
  vertical-align: top;
  border: 0;
  background: transparent;
}
.ent_m072_tosh_v1 .submit_btn {
  padding: 15px 1px 0;
  color: #ffffff;
  font-size: 21px;
  font-family: 'cc-icons';
  cursor: pointer;
}
.ent_m072_tosh_v1 .search_input {
  width: 255px;
  padding: 17px 0 0 15px;
  font-size: 14px;
  font-family: 'BrandonTextMedium', Helvetica, Arial, sans-serif;
  color: rgba(255, 255, 255, 0.6);
}
.ent_m072_tosh_v1 .search_input::-moz-placeholder {
  color: rgba(255, 255, 255, 0.6);
}
.ent_m072_tosh_v1 .search_input::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.6);
}
.ent_m072_tosh_v1 .search_input:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.6);
}
.ent_m072_tosh_v1 .search_input:focus::-webkit-input-placeholder {
  color: transparent;
}
.ent_m072_tosh_v1 .search_input:focus::-moz-placeholder {
  color: transparent;
}
.ent_m072_tosh_v1 .search_input:focus:-ms-input-placeholder {
  color: transparent;
}
.ent_m072_tosh_v1 .search_input:focus {
  color: #ffffff;
}
.ent_m072_tosh_v1 .search {
  height: 50px;
}
.ent_m072_tosh_v1 .search .submit_btn {
  color: #ffffff;
  font-size: 21px;
}
.ent_m072_tosh_v1 .search .search_input {
  padding: 17px 0 0 19px;
  width: 295px;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.6);
}
.ent_m072_tosh_v1 .search .search_input:focus {
  padding-top: 14px;
  font-size: 16px;
  color: #ffffff;
}
@media screen and (max-width: 30em) {
  .ent_m072_tosh_v1 .search .search_input:focus {
    padding-top: 9px;
  }
}
@media screen and (max-width: 75em) {
  .ent_m072_tosh_v1 .search .search_input {
    font-size: 14px;
    padding: 17px 0 0 19px;
  }
}
@media screen and (max-width: 30em) {
  .ent_m072_tosh_v1 .search_wrapper {
    width: 40px;
  }
  .ent_m072_tosh_v1 .search_wrapper .search_input {
    display: none;
  }
  .ent_m072_tosh_v1 .search_wrapper .submit_btn {
    width: 40px;
    height: 40px;
  }
  .ent_m072_tosh_v1 .search_wrapper.opened {
    z-index: 6000000;
    left: 0;
    right: 40px;
    width: auto;
    background: #ee4444;
  }
  .ent_m072_tosh_v1 .search_wrapper.opened .search_input {
    display: block;
    width: 100%;
    margin-right: 45px;
  }
  .ent_m072_tosh_v1 .search_wrapper.opened .submit_btn {
    position: absolute;
    top: 0;
    right: 0;
  }
  .ent_m072_tosh_v1 .search_wrapper.opened .hide_search {
    display: block;
  }
  .ent_m072_tosh_v1 .search {
    height: 40px;
  }
  .ent_m072_tosh_v1 .search .submit_btn {
    padding-top: 9px;
  }
  .ent_m072_tosh_v1 .search .search_input {
    padding: 12px 0 0 19px;
    width: 221px;
  }
}
.ent_m072_tosh_v1 .flux4 * {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.ent_m072_tosh_v1 .flux4Widget .userBar .authContainer .loggedOut:before {
  content: "\0042";
  font-family: 'cc-icons';
  margin-top: 2px;
  color: #ffffff;
  font-size: 20px;
  display: inline-block;
}
.ent_m072_tosh_v1 .flux4Widget .userBar .authContainer .loggedOut:after {
  display: none;
}
.ent_m072_tosh_v1 .flux4Widget .userBar .authContainer .loggedOut:hover:before,
.ent_m072_tosh_v1 .flux4Widget .userBar .authContainer.dropDownOpened .loggedOut:before {
  color: #dce631;
}
.ent_m072_tosh_v1 .side_navigation .flux4 .label {
  padding: 4px 0 0 10px;
  display: inline-block;
  float: right;
  font-family: 'BrandonTextMedium', Helvetica, Arial, sans-serif;
  color: #ffffff;
  text-transform: uppercase;
}
.ent_m072_tosh_v1 .flux4Widget .userBar .myStuffElement .elementContainer .elementContent .loggedOut a {
  display: none;
}
.ent_m072_tosh_v1 .flux4Widget .userBar .myStuffElement .elementContainer .elementContent .loggedOut:before {
  content: "\0042";
  font-family: 'cc-icons';
  margin-top: 2px;
  color: #ffffff;
  font-size: 20px;
  display: inline-block;
}
.ent_m072_tosh_v1 .flux4Widget .userBar .myStuffElement .elementContainer .elementContent .loggedOut:hover:before {
  color: #dce631;
}
.ent_m072_tosh_v1 .btm .flux4Widget .userBar .elementTitle.displayName {
  display: none !important;
}
.ent_m072_tosh_v1 .btm .flux4 .label {
  display: none !important;
}
.ent_m072_tosh_v1.module {
  padding: 10px 0 0;
}
.ent_m072_tosh_v1 .top_outer,
.ent_m072_tosh_v1 .bottom_outer {
  width: 100%;
}
.ent_m072_tosh_v1 .top_outer {
  background: #aa2823;
  z-index: 5000000;
}
.ent_m072_tosh_v1 .bottom_outer {
  background: #262a2b;
}
.ent_m072_tosh_v1 .top_inner,
.ent_m072_tosh_v1 .bottom_inner {
  position: relative;
  max-width: 1180px;
  height: 50px;
  margin: auto;
}
.ent_m072_tosh_v1 .cc_menu_holder,
.ent_m072_tosh_v1 .cc_logo,
.ent_m072_tosh_v1 .show_logo,
.ent_m072_tosh_v1 .new_eps_info,
.ent_m072_tosh_v1 .show_menu li,
.ent_m072_tosh_v1 .social_holder ul,
.ent_m072_tosh_v1 .social_holder li {
  display: inline-block;
  vertical-align: top;
}
.ent_m072_tosh_v1 .favorite_show,
.ent_m072_tosh_v1 .social_holder {
  z-index: 1;
  position: absolute;
  top: 0;
  right: 0;
}
.ent_m072_tosh_v1 .show_menu .blog {
  width: auto;
  background: none;
}
.ent_m072_tosh_v1 .cc_menu_holder {
  position: relative;
}
.ent_m072_tosh_v1 .cc_menu_holder .hamburger {
  padding: 0;
  margin: 0;
  font-size: 19px;
  line-height: 50px;
  border: 0;
  background: transparent;
  color: #000000;
  opacity: .4;
  cursor: pointer;
}
.ent_m072_tosh_v1 .cc_menu_holder .hamburger .icon:after {
  content: "\0049";
  display: inline-block;
  font-family: 'cc-icons';
  speak: none;
}
.ent_m072_tosh_v1 .cc_menu_holder .hamburger:hover {
  opacity: 1;
  color: #dce631;
}
.ent_m072_tosh_v1 .cc_menu_holder .page_overlay {
  transition: left 0.5s ease 0s;
  background-color: rgba(0, 0, 0, 0.5);
  bottom: 0;
  right: 0;
  left: 0;
  position: fixed;
  z-index: 5000000;
}
.ent_m072_tosh_v1 .cc_menu_holder .slide_menu {
  /*style for the vertical menu */
  position: fixed;
  top: 0;
  left: 0;
  width: 0;
  background-color: #000000;
  height: 100%;
  z-index: 5000001;
  overflow: hidden;
  transition: width 0.5s ease;
  left: -340px;
  width: 340px;
  -webkit-transition: left 0.5s ease;
  transition: left 0.5s ease;
}
.ent_m072_tosh_v1 .cc_menu_holder .slide_menu .side_navigation {
  background-color: #191618;
  font-family: 'BrandonTextMedium', Helvetica, Arial, sans-serif;
  height: 100%;
  overflow-y: auto;
  overflow-x: hidden;
}
.ent_m072_tosh_v1 .cc_menu_holder .slide_menu .side_navigation > li {
  line-height: 50px;
  min-height: 50px;
  border-top: 1px solid #2f3033;
  position: relative;
}
.ent_m072_tosh_v1 .cc_menu_holder .slide_menu .side_navigation > li:first-child {
  border: 0;
}
.ent_m072_tosh_v1 .cc_menu_holder .slide_menu .side_navigation > li > a {
  padding: 0 0 0 20px;
}
.ent_m072_tosh_v1 .cc_menu_holder .slide_menu .side_navigation > li > a.active {
  background-color: #dce631;
  color: #000000;
}
.ent_m072_tosh_v1 .cc_menu_holder .slide_menu .side_navigation > li > ul {
  display: none;
  padding: 0 0 5px;
}
.ent_m072_tosh_v1 .cc_menu_holder .slide_menu .side_navigation > li > ul a {
  padding: 0 5px 0 45px;
}
.ent_m072_tosh_v1 .cc_menu_holder .slide_menu .side_navigation > li > ul > li {
  line-height: 40px;
}
.ent_m072_tosh_v1 .cc_menu_holder .slide_menu .side_navigation > li > ul .top_rated {
  position: relative;
}
.ent_m072_tosh_v1 .cc_menu_holder .slide_menu .side_navigation > li > ul .top_rated:before {
  position: absolute;
  left: 15px;
  bottom: 0;
}
.ent_m072_tosh_v1 .cc_menu_holder .slide_menu .side_navigation > li > a,
.ent_m072_tosh_v1 .cc_menu_holder .slide_menu .side_navigation > li > ul a {
  text-decoration: none;
  color: #ffffff;
  font-size: 15px;
  text-transform: uppercase;
  display: block;
}
.ent_m072_tosh_v1 .cc_menu_holder .slide_menu .side_navigation > li > a.has_arrow,
.ent_m072_tosh_v1 .cc_menu_holder .slide_menu .side_navigation > li > ul a.has_arrow {
  padding-right: 50px;
}
.ent_m072_tosh_v1 .cc_menu_holder .slide_menu .side_navigation > li > a.has_arrow:after,
.ent_m072_tosh_v1 .cc_menu_holder .slide_menu .side_navigation > li > ul a.has_arrow:after {
  position: absolute;
  top: 2px;
  right: 26px;
  font-size: 10px;
}
.ent_m072_tosh_v1 .cc_menu_holder .slide_menu .side_navigation > li > a:hover,
.ent_m072_tosh_v1 .cc_menu_holder .slide_menu .side_navigation > li > ul a:hover,
.ent_m072_tosh_v1 .cc_menu_holder .slide_menu .side_navigation > li > a.highlighted,
.ent_m072_tosh_v1 .cc_menu_holder .slide_menu .side_navigation > li > ul a.highlighted {
  color: #dce631;
}
.ent_m072_tosh_v1 .cc_menu_holder .slide_menu .side_navigation > li > a.selected,
.ent_m072_tosh_v1 .cc_menu_holder .slide_menu .side_navigation > li > ul a.selected {
  background-color: #dce631;
  color: #000000;
}
.ent_m072_tosh_v1 .cc_menu_holder .slide_menu .side_navigation > li > a.selected + ul,
.ent_m072_tosh_v1 .cc_menu_holder .slide_menu .side_navigation > li > ul a.selected + ul {
  display: block;
}
.ent_m072_tosh_v1 .cc_menu_holder .slide_menu .side_navigation .login {
  padding-left: 20px;
}
.ent_m072_tosh_v1 .cc_menu_holder .slide_menu .side_navigation .login .icon {
  color: #ffffff;
  cursor: pointer;
  font-size: 16px;
  text-transform: uppercase;
}
.ent_m072_tosh_v1 .cc_menu_holder .slide_menu .side_navigation .login .icon:before {
  padding-right: 10px;
  position: relative;
  top: -2px;
  font-size: 15px;
}
.ent_m072_tosh_v1 .cc_menu_holder .slide_menu .side_navigation .login .icon:hover {
  color: #dce631;
}
.ent_m072_tosh_v1 .cc_menu_holder .slide_menu .side_navigation .login .userBar + .userBar {
  display: none;
}
.ent_m072_tosh_v1 .cc_menu_holder .slide_menu .side_navigation .social {
  height: 200px;
}
.ent_m072_tosh_v1 .cc_menu_holder .slide_menu .side_navigation .social:before {
  content: "cc.com";
  font-size: 14px;
  color: #454748;
  text-transform: uppercase;
  font-weight: bold;
  display: block;
  padding-left: 20px;
}
.ent_m072_tosh_v1 .cc_menu_holder .slide_menu .side_navigation .social > a {
  float: left;
  margin: 0 0 0 15px;
  padding: 0;
  line-height: 20px;
}
.ent_m072_tosh_v1 .cc_menu_holder .slide_menu .side_navigation .social > a:first-child {
  margin-left: 20px;
}
.ent_m072_tosh_v1 .cc_menu_holder .slide_menu .side_navigation .social > a .icon {
  color: #454748;
  font-size: 24px;
  line-height: 24px;
}
.ent_m072_tosh_v1 .cc_menu_holder .slide_menu .side_navigation .social > a .icon:hover {
  color: #ffffff;
}
@media screen and (max-width: 64em) {
  .triforce_rendered .ent_m072_tosh_v1 .cc_menu_holder .slide_menu .side_navigation > li > ul a {
    line-height: 20px;
    padding: 7px 5px 10px 45px;
  }
}
@media screen and (max-width: 30em) {
  .triforce_rendered .ent_m072_tosh_v1 .cc_menu_holder .slide_menu {
    width: 0;
  }
  .triforce_rendered .ent_m072_tosh_v1 .cc_menu_holder .slide_menu .side_navigation > li {
    line-height: 45px;
    min-height: 45px;
  }
  .triforce_rendered .ent_m072_tosh_v1 .cc_menu_holder .slide_menu .side_navigation > li > ul a {
    line-height: 15px;
    padding: 6px 6px 6px 20px;
  }
}
@media screen and (max-width: 30em) {
  .ent_m072_tosh_v1 .cc_menu_holder .slide_menu {
    left: -270px !important;
    width: 270px !important;
  }
}
.ent_m072_tosh_v1 .cc_logo {
  position: relative;
  margin-top: -7px;
  padding: 0 20px 0 8px;
  font-size: 60px;
  line-height: 1;
  border: 0;
  background: transparent;
  color: #ffffff;
  z-index: 5000000;
}
.ent_m072_tosh_v1 .cc_logo span[data-graphics]:before {
  padding-top: 2px;
}
.ent_m072_tosh_v1 .cc_logo:hover {
  cursor: pointer;
}
.ent_m072_tosh_v1 .show_logo {
  max-width: 410px;
  font-size: 36px;
  line-height: 50px;
  text-decoration: none;
  text-transform: uppercase;
  color: #ffffff;
  font-family: 'BrandonTextBold', Helvetica, Arial, sans-serif;
  margin-left: -3px;
}
.ent_m072_tosh_v1 .show_logo.long_title {
  line-height: 20px;
  font-size: 20px;
}
.ent_m072_tosh_v1 .show_logo.long_title .wrapper {
  display: table;
  height: 50px;
}
.ent_m072_tosh_v1 .show_logo.long_title .title {
  display: table-cell;
  vertical-align: middle;
}
.ent_m072_tosh_v1 .show_logo .title {
  letter-spacing: 1px;
  font-family: 'BrandonTextMedium', Helvetica, Arial, sans-serif;
}
.ent_m072_tosh_v1 .new_eps_info {
  padding: 11px 0 0 9px;
  font-size: 12px;
  line-height: 1.3;
  text-transform: uppercase;
  color: #ffffff;
  font-family: 'BrandonTextMedium', Helvetica, Arial, sans-serif;
}
.ent_m072_tosh_v1 .favorite_show {
  right: 304px;
  font-size: 24px;
  line-height: 50px;
  color: #ffffff;
  cursor: pointer;
}
.ent_m072_tosh_v1 .favorite_show span:after {
  display: none;
}
.ent_m072_tosh_v1 .favorite_show .hover_hint,
.ent_m072_tosh_v1 .favorite_show .tapped_hint {
  display: none;
  margin-right: 7px;
  line-height: 50px;
  vertical-align: top;
  font-family: 'BrandonTextMedium', Helvetica, Arial, sans-serif;
  font-size: 14px;
  text-transform: uppercase;
}
.ent_m072_tosh_v1 .favorite_show:hover .hover_hint {
  display: inline-block;
}
.ent_m072_tosh_v1 .favorite_show.favorited .tapped_hint {
  opacity: 0;
  display: inline-block;
  -webkit-transition: opacity .8s;
  transition: opacity .8s;
}
.ent_m072_tosh_v1 .favorite_show.favorited.appear .tapped_hint {
  opacity: 1;
}
.ent_m072_tosh_v1 .favorite_show.favorited .hover_hint {
  display: none;
}
.ent_m072_tosh_v1 .favorite_show.favorited span:after,
.ent_m072_tosh_v1 .favorite_show:hover span:after {
  display: inline-block;
}
.ent_m072_tosh_v1 .favorite_show.favorited span:before,
.ent_m072_tosh_v1 .favorite_show:hover span:before {
  display: none;
}
.ent_m072_tosh_v1 .show_menu_btn {
  display: none;
  padding: 0 0 0 17px;
  margin: 0;
  width: 100%;
  text-align: left;
  line-height: 40px;
  text-transform: uppercase;
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #ffffff;
  font-family: 'BrandonGrotesque-Black', Helvetica, Arial, sans-serif;
  font-size: 16px;
}
.ent_m072_tosh_v1 .show_menu_btn span:before {
  padding: 0 0 0 6px;
  font-size: 9px;
  vertical-align: top;
}
.ent_m072_tosh_v1 .show_menu_btn:hover,
.ent_m072_tosh_v1 .show_menu_btn.visible {
  color: #000000;
  background: #dce631;
}
.linux_entity .ent_m072_tosh_v1 .show_menu_btn span:first-child {
  position: relative;
  top: 2px;
}
.ent_m072_tosh_v1 .show_menu {
  margin-left: -31px;
  z-index: 5000000;
}
.ent_m072_tosh_v1 .show_menu li {
  position: relative;
  margin-left: -4px;
  line-height: 50px;
  text-transform: uppercase;
  font-family: 'BrandonTextMedium', Helvetica, Arial, sans-serif;
  color: #ffffff;
  font-size: 16px;
}
.ent_m072_tosh_v1 .show_menu li a {
  display: block;
  padding: 0 30px;
  color: inherit;
  text-decoration: none;
}
@media screen and (max-width: 64em) {
  .ent_m072_tosh_v1 .show_menu li a.submit_a_video {
    display: none;
  }
}
@media screen and (min-width: 961px) {
  .ent_m072_tosh_v1 .show_menu li.has_subnav > span a:after {
    display: inline-block;
    font-family: 'cc-icons';
    font-style: normal;
    font-weight: normal;
    speak: none;
    text-decoration: inherit;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    content: "\0056";
    position: relative;
    top: -2px;
    left: 7px;
    font-size: 9px;
    line-height: 13px;
  }
  .ent_m072_tosh_v1 .show_menu li > a:hover,
  .ent_m072_tosh_v1 .show_menu li.has_subnav:hover > span a {
    color: #000000;
    background: #dce631;
  }
  .ent_m072_tosh_v1 .show_menu li.has_subnav:hover > span a:after {
    content: "\0076";
  }
  .ent_m072_tosh_v1 .show_menu li.has_subnav:hover .sub_nav {
    display: block;
  }
}
.ent_m072_tosh_v1 .show_menu li.active {
  color: #dce631;
  background: transparent;
  cursor: pointer;
}
.ent_m072_tosh_v1 .show_menu .sub_nav {
  display: none;
  z-index: 5000000;
  position: absolute;
  left: 0;
  top: 100%;
  width: 335px;
  padding: 22px 38px;
  background: #191c1c;
}
.ent_m072_tosh_v1 .show_menu .sub_nav li {
  display: block;
  line-height: 20px;
  padding: 7px 0;
}
.ent_m072_tosh_v1 .show_menu .sub_nav li a {
  padding: 0;
}
.ent_m072_tosh_v1 .show_menu .sub_nav li a:hover {
  color: #dce631;
  background: none;
}
.ent_m072_tosh_v1 .social_holder {
  top: 50px;
  text-transform: uppercase;
  color: #777777;
}
.ent_m072_tosh_v1 .social_holder .follow {
  padding-right: 3px;
  font-size: 14px;
  font-family: 'BrandonTextMedium', Helvetica, Arial, sans-serif;
  line-height: 50px;
  color: #777777;
  background: none;
}
.ent_m072_tosh_v1 .social_holder li {
  padding-left: 9px;
  font-size: 24px;
  line-height: 50px;
}
.ent_m072_tosh_v1 .social_holder a {
  text-decoration: none;
  color: #666666;
}
.ent_m072_tosh_v1 .social_holder a:hover {
  color: #ffffff;
}
.ent_m072_tosh_v1 .social_holder .top_flux_userbar .label {
  display: none !important;
}
.ent_m072_tosh_v1 .social_holder .userBar + .userBar {
  display: none;
}
.ent_m072_tosh_v1.sticky_header .top_outer {
  z-index: 5000001;
  position: fixed;
  top: 0;
  left: 0;
  -webkit-transition: left .5s;
  transition: left .5s;
}
.ent_m072_tosh_v1.sticky_header .cc_logo {
  margin-top: -1px;
  padding: 0 11px 0 4px;
  font-size: 40px;
  line-height: 50px;
}
.ent_m072_tosh_v1.sticky_header .social_holder {
  top: 0;
  right: 350px;
}
.ent_m072_tosh_v1.sticky_header .social_holder .follow {
  display: none;
}
.ent_m072_tosh_v1.sticky_header .social_holder a {
  color: #000000;
  opacity: .15;
}
.ent_m072_tosh_v1.sticky_header .social_holder a:hover {
  color: #ffffff;
  opacity: 1;
}
.ent_m072_tosh_v1.sticky_header .favorite_show .hover_hint,
.ent_m072_tosh_v1.sticky_header .favorite_show .tapped_hint {
  display: none;
}
.menu_opened .ent_m072_tosh_v1 .hamburger {
  position: relative;
  color: #dce631;
  opacity: 1;
  z-index: 5000001;
}
.menu_opened .ent_m072_tosh_v1 .page_overlay {
  display: block;
}
@media (max-width: 75em) {
  .ent_m072_tosh_v1 .top_inner {
    padding-left: 10px;
  }
  .ent_m072_tosh_v1 .cc_menu_holder .hamburger .icon:after {
    content: "\0048";
  }
  .ent_m072_tosh_v1 .cc_logo {
    margin-top: -1px;
    padding: 0 11px 0 4px;
    font-size: 40px;
    line-height: 50px;
  }
  .ent_m072_tosh_v1 .new_eps_info {
    padding-left: 5px;
  }
  .ent_m072_tosh_v1 .show_menu {
    margin: 0;
    padding-left: 30px;
  }
  .ent_m072_tosh_v1 .show_menu li a {
    padding: 0 14px;
  }
  .ent_m072_tosh_v1 .social_holder {
    right: 12px;
  }
  .ent_m072_tosh_v1 .social_holder .follow {
    display: none;
  }
  .ent_m072_tosh_v1.sticky_header .social_holder {
    display: none;
  }
}
@media (max-width: 960px) {
  .ent_m072_tosh_v1 .top_inner,
  .ent_m072_tosh_v1 .bottom_inner,
  .ent_m072_tosh_v1 .search_wrapper {
    height: 40px;
  }
  .ent_m072_tosh_v1 .search_wrapper {
    width: 250px;
    line-height: 40px;
  }
  .ent_m072_tosh_v1 .search_wrapper .search_input {
    width: 215px;
    padding-top: 11px;
  }
  .ent_m072_tosh_v1 .search_wrapper .submit_btn {
    padding-top: 10px;
  }
  .ent_m072_tosh_v1 .top_inner {
    padding: 0;
  }
  .ent_m072_tosh_v1 .cc_menu_holder .hamburger {
    line-height: 40px;
    font-size: 19px;
  }
  .ent_m072_tosh_v1 .cc_menu_holder .hamburger .icon:after {
    content: "\0047";
  }
  .ent_m072_tosh_v1.sticky_header .cc_logo {
    margin: 0;
    padding: 0 0 0 3px;
    font-size: 32px;
    line-height: 37px;
  }
  .ent_m072_tosh_v1 .cc_logo {
    font-size: 32px;
    margin-top: -7px;
  }
  .ent_m072_tosh_v1 .show_logo {
    max-width: 200px;
    font-size: 20px;
    line-height: 40px;
  }
  .ent_m072_tosh_v1 .show_logo.long_title {
    line-height: 20px;
    font-size: 20px;
  }
  .ent_m072_tosh_v1 .show_logo.long_title .wrapper {
    height: 40px;
  }
  .ent_m072_tosh_v1 .favorite_show {
    right: 265px;
    line-height: 40px;
    font-size: 22px;
  }
  .ent_m072_tosh_v1 .favorite_show:hover .hover_hint,
  .ent_m072_tosh_v1 .favorite_show.favorited .tapped_hint {
    display: none;
  }
  .ent_m072_tosh_v1 .show_menu_btn {
    display: block;
  }
  .ent_m072_tosh_v1 .show_menu {
    position: absolute;
    left: 0;
    right: 0;
    height: 0;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background: #000000;
    transition: height .75s;
    -webkit-transition: height .75s;
  }
  .ent_m072_tosh_v1 .show_menu li {
    padding: 0 0 0 20px;
    display: block;
    font-size: 16px;
    line-height: 40px;
  }
  .ent_m072_tosh_v1 .show_menu li:hover {
    color: #dce631;
    background: #000000;
  }
  .ent_m072_tosh_v1 .show_menu li:first-child {
    padding-top: 3px;
  }
  .ent_m072_tosh_v1 .show_menu .social_links .icon:after {
    content: "\004E";
    display: inline-block;
    font-family: 'cc-icons';
    speak: none;
  }
  .ent_m072_tosh_v1 .show_menu .social_links .links li {
    padding: 0;
    margin-right: 9px;
    display: inline-block;
    vertical-align: top;
    line-height: 21px;
    font-size: 20px;
    color: #343737;
  }
  .ent_m072_tosh_v1 .show_menu .social_links .links li:hover {
    color: #ffffff;
  }
  .ent_m072_tosh_v1 .show_menu .social_links .links li .twitter .icon:after {
    content: "\004F";
  }
  .ent_m072_tosh_v1.sticky_header .new_eps_info,
  .ent_m072_tosh_v1 .social_holder {
    display: none;
  }
  .ent_m072_tosh_v1 .new_eps_info {
    position: absolute;
    top: 35px;
    right: 10px;
    text-align: right;
  }
}
@media screen and (max-width: 30em) {
  .ent_m072_tosh_v1 .search_wrapper {
    width: 40px;
  }
  .ent_m072_tosh_v1 .search_wrapper .submit_btn {
    padding: 1px 0 0;
  }
  .ent_m072_tosh_v1 .favorite_show {
    right: 50px;
  }
}
.ent_m072_tosh_v2.module {
  padding: 10px 0 0;
  margin-bottom: 10px;
  height: 100px;
}
@media screen and (max-width: 1024px) {
  .ent_m072_tosh_v2.module {
    height: 95px;
  }
}
@media screen and (max-width: 640px) {
  .ent_m072_tosh_v2.module {
    height: 85px;
  }
}
/*
   @implementation: site
   @path styles/less/modules/ent_m073_tosh/1.0.0/1.0.0
   @version: major
   @reference: http://confluence.mtvi.com/display/ENT/CSS+Standards
   @spec: http://confluence.mtvi.com/display/ENT/ENT_M073_TOSH+-+Related+Category+Clips+Promo
*/
.ent_m073_tosh_v1 {
  max-width: 1180px;
}
.ent_m073_tosh_v1:after {
  clear: both;
  content: "";
  display: block;
  height: 0;
  visibility: hidden;
}
*:first-child + html .ent_m073_tosh_v1 {
  display: block;
  min-height: 0;
}
.ent_m073_tosh_v1 .m_hscroll .mask .ent_m073_tosh_v1_item .meta {
  color: #ee4444;
}
.ent_m073_tosh_v1 .ent_m073_tosh_v1_item {
  width: 295px;
}
@media (max-width: 48em) {
  .ent_m073_tosh_v1 .ent_m073_tosh_v1_item {
    width: 256px;
  }
}
.ent_m073_tosh_v1 .ent_m073_tosh_v1_item:nth-child(2n) p {
  background-color: #343737;
}
.ent_m073_tosh_v1 .ent_m073_tosh_v1_item:nth-child(2n-1) p {
  background-color: #262a2b;
}
.ent_m074_tosh_v1 {
  max-width: 1180px;
}
.ent_m074_tosh_v1 .m_hscroll .mask .ent_m074_tosh_v1_item p .meta_info {
  margin-right: 40px;
  display: block;
}
.ent_m074_tosh_v1 .m_hscroll .mask .ent_m074_tosh_v1_item p .meta_info .title {
  display: inline;
  margin-right: 8px;
}
.ent_m074_tosh_v1 .m_hscroll .mask .ent_m074_tosh_v1_item p .meta_info .meta {
  display: inline;
  color: #ee4444;
}
@media (min-width: 769px) {
  .ent_m074_tosh_v1 .ent_m074_tosh_v1_item {
    width: 295px;
  }
  .ent_m074_tosh_v1 .ent_m074_tosh_v1_item .playlist_video {
    height: 256px;
  }
}
@media (max-width: 48em) {
  .ent_m074_tosh_v1 .ent_m074_tosh_v1_item {
    width: 256px;
  }
  .ent_m074_tosh_v1 .ent_m074_tosh_v1_item .video_holder {
    height: 234px;
  }
}
.ent_m074_tosh_v1 .ent_m074_tosh_v1_item:nth-child(2n) p {
  background-color: #720d11;
}
.ent_m074_tosh_v1 .ent_m074_tosh_v1_item:nth-child(2n-1) p {
  background-color: #8b1a1e;
}
.ent_m075_tosh_v1 {
  max-width: 1180px;
}
.ent_m075_tosh_v1:after {
  clear: both;
  content: "";
  display: block;
  height: 0;
  visibility: hidden;
}
*:first-child + html .ent_m075_tosh_v1 {
  display: block;
  min-height: 0;
}
.ent_m075_tosh_v1 .ent_m075_tosh_v1_item {
  width: 197px;
}
.ent_m076_tosh_v1 .collectionHeader,
.ent_m076_tosh_v1 .collection_header {
  padding-bottom: 17px;
  overflow: visible;
}
@media (max-width: 30em) {
  .ent_m076_tosh_v1 .collectionHeader,
  .ent_m076_tosh_v1 .collection_header {
    padding-bottom: 0;
  }
}
.ent_m076_tosh_v1 .collectionHeader.tabbed,
.ent_m076_tosh_v1 .collection_header.tabbed {
  padding-right: 195px;
}
@media (max-width: 30em) {
  .ent_m076_tosh_v1 .collectionHeader.tabbed,
  .ent_m076_tosh_v1 .collection_header.tabbed {
    padding-right: 0;
    padding-bottom: 50px;
  }
}
.ent_m076_tosh_v1 .collectionHeader.tabbed .dd,
.ent_m076_tosh_v1 .collection_header.tabbed .dd {
  position: absolute;
  right: 0;
  bottom: 0;
  font: 16px/1em 'BrandonGrotesque-Black', Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  overflow: visible;
}
@media (max-width: 30em) {
  .ent_m076_tosh_v1 .collectionHeader.tabbed .dd,
  .ent_m076_tosh_v1 .collection_header.tabbed .dd {
    width: 100%;
  }
}
.ent_m076_tosh_v1 .collectionHeader.tabbed .dd,
.ent_m076_tosh_v1 .collection_header.tabbed .dd,
.ent_m076_tosh_v1 .collectionHeader.tabbed .dd a,
.ent_m076_tosh_v1 .collection_header.tabbed .dd a {
  color: #eeeeee;
}
.ent_m076_tosh_v1 .collectionHeader.tabbed .dd .sbHolder,
.ent_m076_tosh_v1 .collection_header.tabbed .dd .sbHolder {
  overflow: visible;
}
@media (max-width: 30em) {
  .ent_m076_tosh_v1 .collectionHeader.tabbed .dd .sbHolder,
  .ent_m076_tosh_v1 .collection_header.tabbed .dd .sbHolder {
    background-color: #343737;
  }
  .ent_m076_tosh_v1 .collectionHeader.tabbed .dd .sbHolder:after,
  .ent_m076_tosh_v1 .collection_header.tabbed .dd .sbHolder:after {
    clear: both;
    content: "";
    display: block;
    height: 0;
    visibility: hidden;
  }
  *:first-child + html .ent_m076_tosh_v1 .collectionHeader.tabbed .dd .sbHolder,
  *:first-child + html .ent_m076_tosh_v1 .collection_header.tabbed .dd .sbHolder {
    display: block;
    min-height: 0;
  }
}
.ent_m076_tosh_v1 .collectionHeader.tabbed .dd .sbToggle,
.ent_m076_tosh_v1 .collection_header.tabbed .dd .sbToggle {
  position: absolute;
  top: 18px;
  right: 16px;
  width: 20px;
  height: 20px;
  text-align: center;
}
.ent_m076_tosh_v1 .collectionHeader.tabbed .dd .sbToggle:after,
.ent_m076_tosh_v1 .collection_header.tabbed .dd .sbToggle:after {
  display: inline-block;
  font-family: 'cc-icons';
  font-style: normal;
  font-weight: normal;
  speak: none;
  text-decoration: inherit;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  content: "\0074";
  color: #3cb9d5;
}
.ent_m076_tosh_v1 .collectionHeader.tabbed .dd .sbSelector,
.ent_m076_tosh_v1 .collection_header.tabbed .dd .sbSelector {
  display: block;
  width: 195px;
  line-height: 50px;
  padding: 0 40px 0 20px;
}
.linux_entity.ent_m076_tosh_v1 .collectionHeader.tabbed .dd .sbSelector,
.linux_entity.ent_m076_tosh_v1 .collection_header.tabbed .dd .sbSelector {
  height: 50px;
  line-height: 54px;
}
@media (max-width: 30em) {
  .ent_m076_tosh_v1 .collectionHeader.tabbed .dd .sbSelector,
  .ent_m076_tosh_v1 .collection_header.tabbed .dd .sbSelector {
    float: right;
  }
}
.ent_m076_tosh_v1 .collectionHeader.tabbed .dd .sbToggle:hover + .sbSelector,
.ent_m076_tosh_v1 .collection_header.tabbed .dd .sbToggle:hover + .sbSelector,
.ent_m076_tosh_v1 .collectionHeader.tabbed .dd .sbSelector:hover,
.ent_m076_tosh_v1 .collection_header.tabbed .dd .sbSelector:hover {
  color: #dce631;
  background-color: #343737;
}
.ent_m076_tosh_v1 .collectionHeader.tabbed .dd .sbOptions,
.ent_m076_tosh_v1 .collection_header.tabbed .dd .sbOptions {
  z-index: 5;
  position: absolute;
  right: 0;
  width: 293px;
  max-height: 200px !important;
  padding: 20px;
  background: #262a2b;
  overflow-y: auto;
}
.ent_m076_tosh_v1 .collectionHeader.tabbed .dd .sbOptions li,
.ent_m076_tosh_v1 .collection_header.tabbed .dd .sbOptions li {
  float: none;
  margin: 0;
}
.ent_m076_tosh_v1 .collectionHeader.tabbed .dd .sbOptions li + li,
.ent_m076_tosh_v1 .collection_header.tabbed .dd .sbOptions li + li {
  margin-top: 24px;
}
.ent_m076_tosh_v1 .collectionHeader.tabbed .dd .sbOptions a:hover,
.ent_m076_tosh_v1 .collection_header.tabbed .dd .sbOptions a:hover {
  color: #dce631;
}
.ent_m076_tosh_v1 .collectionHeader.tabbed .dd.content_loading .sbToggle:before,
.ent_m076_tosh_v1 .collection_header.tabbed .dd.content_loading .sbToggle:before {
  content: "";
  position: absolute;
  top: -3px;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("/sitewide/images/sprites/ajax-loader.gif") no-repeat;
  background-size: 100%;
}
.ent_m076_tosh_v1 .collectionHeader.tabbed .dd.content_loading .sbToggle:after,
.ent_m076_tosh_v1 .collection_header.tabbed .dd.content_loading .sbToggle:after {
  visibility: hidden;
}
@media (max-width: 30em) {
  .ent_m076_tosh_v1 .collectionHeader.tabbed .dd.opened .sbHolder,
  .ent_m076_tosh_v1 .collection_header.tabbed .dd.opened .sbHolder {
    background: #dce631;
  }
}
.ent_m076_tosh_v1 .collectionHeader.tabbed .dd.opened .sbHolder .sbSelector,
.ent_m076_tosh_v1 .collection_header.tabbed .dd.opened .sbHolder .sbSelector {
  background: #dce631;
}
.ent_m076_tosh_v1 .collectionHeader.tabbed .dd.opened .sbHolder .sbToggle:after,
.ent_m076_tosh_v1 .collection_header.tabbed .dd.opened .sbHolder .sbToggle:after {
  content: "\0073";
}
.ent_m076_tosh_v1 .collectionHeader.tabbed .dd.opened .sbHolder .sbSelector,
.ent_m076_tosh_v1 .collection_header.tabbed .dd.opened .sbHolder .sbSelector,
.ent_m076_tosh_v1 .collectionHeader.tabbed .dd.opened .sbHolder .sbToggle:after,
.ent_m076_tosh_v1 .collection_header.tabbed .dd.opened .sbHolder .sbToggle:after {
  color: #000000;
}
.ent_m076_tosh_v1 .collectionHeader h2,
.ent_m076_tosh_v1 .collection_header h2 {
  margin: 0;
  padding: 0;
  font: 32px/1em 'EamesBookItalic', 'Georgia', serif;
  text-transform: uppercase;
  color: #ffffff;
}
@media (max-width: 75em) {
  .ent_m076_tosh_v1 .collectionHeader h2,
  .ent_m076_tosh_v1 .collection_header h2 {
    padding: 0 20px;
  }
}
@media (max-width: 48em) {
  .ent_m076_tosh_v1 .collectionHeader h2,
  .ent_m076_tosh_v1 .collection_header h2 {
    font-size: 26px;
  }
}
@media (max-width: 30em) {
  .ent_m076_tosh_v1 .collectionHeader h2,
  .ent_m076_tosh_v1 .collection_header h2 {
    padding: 0 10px 18px;
    font-size: 24px;
  }
}
.ent_m076_tosh_v1 .collectionHeader h2 .episodeTitle,
.ent_m076_tosh_v1 .collection_header h2 .episodeTitle {
  color: #ffffff;
  display: block;
  font-family: 'BrandonTextBold', Helvetica, Arial, sans-serif;
  font-size: 18px;
  word-spacing: 2px;
}
.ent_m076_tosh_v1 .collectionHeader h2 .episodeTitle span,
.ent_m076_tosh_v1 .collection_header h2 .episodeTitle span {
  color: #ee4444;
}
.ent_m076_tosh_v1 .collectionHeader h2 .item_count,
.ent_m076_tosh_v1 .collection_header h2 .item_count {
  margin-left: 9px;
  font: 14px/1em 'BrandonTextBold', Helvetica, Arial, sans-serif;
  color: #666666;
  white-space: nowrap;
}
@media (max-width: 48em) {
  .ent_m076_tosh_v1 .collectionHeader h2 .item_count,
  .ent_m076_tosh_v1 .collection_header h2 .item_count {
    font-size: 12px;
  }
}
.ent_m076_tosh_v1.module .module_content {
  max-width: 100%;
}
.ent_m076_tosh_v1 .comments_wrapper {
  background: #ffffff;
}
.ent_m076_tosh_v1 .fb-comments,
.ent_m076_tosh_v1 .collection_header {
  max-width: 1180px;
  margin: 0 auto;
}
.ent_m076_tosh_v1 .fb-comments {
  display: block;
}
.ent_m076_tosh_v1 .fb-comments span[style],
.ent_m076_tosh_v1 .fb-comments iframe[style] {
  width: 100% !important;
}
.ent_m083_tosh_v1 {
  width: 786px;
  position: fixed;
  background-color: #342e30;
  z-index: 6000000;
  left: 50%;
  top: 50%;
}
.ent_m083_tosh_v1.hidden {
  padding: 0 !important;
}
.ent_m083_tosh_v1.hidden .module_content {
  display: none;
}
.ent_m083_tosh_v1 .module_content {
  z-index: 20;
}
.ent_m083_tosh_v1 .header {
  text-align: center;
  font: 36px/40px 'BrandonTextBold', Helvetica, Arial, sans-serif;
  color: #ffffff;
}
.ent_m083_tosh_v1 a:before {
  text-decoration: none;
  position: absolute;
  cursor: pointer;
  color: #ffffff;
}
.ent_m083_tosh_v1 .learn_more:before {
  content: "\0067";
  font-size: 37px;
  right: -5px;
  top: -26px;
}
.ent_m083_tosh_v1 .close:before {
  content: "\0057";
  font-size: 26px;
  right: -62px;
  top: -19px;
}
.ent_m083_tosh_v1 .image_wrapper {
  max-width: 450px;
  margin: -90px auto -70px;
}
.ent_m083_tosh_v1 .copy .description {
  width: 60%;
  float: left;
  color: #ffffff;
  font: 21px/30px 'BrandonTextMedium', Helvetica, Arial, sans-serif;
  text-align: center;
}
.ent_m083_tosh_v1 .copy .description span {
  font-family: 'BrandonTextBold', Helvetica, Arial, sans-serif;
  color: #dce631;
  font-size: 23px;
}
.ent_m083_tosh_v1 .copy .start_now {
  display: inline-block;
  position: relative;
  top: 30px;
  height: 50px;
  text-transform: uppercase;
  color: #ffffff;
  font: 25px/50px 'BrandonTextBold', Helvetica, Arial, sans-serif;
  background-color: #ed4984;
  padding: 0 70px;
  margin-bottom: 65px;
}
.ent_m083_tosh_v1 .copy .start_now:hover {
  cursor: pointer;
}
.ent_m083_tosh_v1 .disclamer {
  display: block;
  clear: both;
  text-align: center;
  color: #ffffff;
  font-size: 12px;
  font-family: 'BrandonTextMedium', Helvetica, Arial, sans-serif;
}
.ent_m083_tosh_v1 .page_overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 19;
}
@media (max-width: 880px) {
  .ent_m083_tosh_v1 .learn_more:before {
    right: 45px;
  }
  .ent_m083_tosh_v1 .close:before {
    right: -5px;
  }
}
@media (max-width: 47.938em) {
  .ent_m083_tosh_v1 {
    width: 520px;
    height: 270px;
  }
  .ent_m083_tosh_v1 .header {
    font-size: 26px;
    line-height: 26px;
  }
  .ent_m083_tosh_v1 .learn_more:before {
    top: -62px;
    right: 45px;
  }
  .ent_m083_tosh_v1 .close:before {
    font-size: 24px;
    top: -52px;
    right: -5px;
  }
  .ent_m083_tosh_v1 .image_wrapper {
    max-width: 240px;
    margin: -55px auto -40px;
    float: left;
  }
  .ent_m083_tosh_v1 .copy {
    padding-left: 250px;
  }
  .ent_m083_tosh_v1 .copy .description {
    width: 100%;
    font-size: 15px;
    line-height: 17px;
  }
  .ent_m083_tosh_v1 .copy .description span {
    font-size: 17px;
    line-height: 40px;
  }
  .ent_m083_tosh_v1 .copy .start_now {
    top: 5px;
    padding: 0 56px;
    margin: 0 0 19px;
    font-size: 23px;
    line-height: 46px;
  }
  .ent_m083_tosh_v1 .disclamer {
    font-size: 11px;
  }
}
@media screen and (min-width: 20em) and (max-width: 30em) {
  .ent_m083_tosh_v1 {
    width: 306px;
    height: 490px;
  }
  .ent_m083_tosh_v1 .image_wrapper {
    margin: -55px auto -40px;
    float: none;
  }
  .ent_m083_tosh_v1 .copy {
    padding-left: 0;
  }
  .ent_m083_tosh_v1 .copy .description span {
    line-height: 45px;
  }
  .ent_m083_tosh_v1 .copy .start_now {
    padding: 0 70px;
    margin-left: 9px;
  }
}
.triforce_rendered .tveapp_back {
  z-index: 6000000 !important;
}
.triforce_rendered .tveapp_wrap {
  z-index: 6000001 !important;
}
.triforce_rendered .module.ent_m083_tosh_v1 {
  padding: 35px 20px 30px;
  margin: -282px 0 0 -393px;
}
@media (max-width: 47.938em) {
  .triforce_rendered .module.ent_m083_tosh_v1 {
    margin: -67px 0 0 -260px;
  }
}
@media screen and (min-width: 20em) and (max-width: 30em) {
  .triforce_rendered .module.ent_m083_tosh_v1 {
    margin: -190px 0 0 -153px;
  }
}
@media screen and (min-width: 20em) and (max-width: 47.938em) {
  .triforce_rendered .module.ent_m083_tosh_v1 {
    padding: 17px 10px 10px;
  }
}
@media screen and (min-width: 48em) and (max-width: 63.938em) {
  .tveapp_header .tveapp_button.tveapp_learnMore {
    right: 80px;
  }
  .tveapp_header .tveapp_button.tveapp_close {
    right: 47px;
    top: -10px;
  }
  .tveapp_header .tveapp_button.tveapp_close.tveapp_goBack {
    top: 5px;
  }
}
.ent_m094_tosh_v1 {
  max-width: 1180px;
}
.ent_m094_tosh_v1 .m_hscroll .mask .ent_m094_tosh_v1_item .meta {
  color: #ee4444;
}
.ent_m094_tosh_v1 .m_hscroll .ad_300x250 {
  float: right;
}
@media (max-width: 63.938em) {
  .ent_m094_tosh_v1 .m_hscroll .ad_300x250 {
    display: none;
  }
}
@media (min-width: 64em) {
  .ent_m094_tosh_v1 .m_hscroll.has_ad .carouselWrapper {
    margin: 0 394px 0 0;
  }
}
@media (min-width: 769px) {
  .ent_m094_tosh_v1 .ent_m094_tosh_v1_item {
    width: 295px;
  }
  .ent_m094_tosh_v1 .ent_m094_tosh_v1_item .playlist_video {
    height: 256px;
  }
}
@media (min-width: 30em) and (max-width: 48em) {
  .ent_m094_tosh_v1 .ent_m094_tosh_v1_item {
    width: 256px;
  }
  .ent_m094_tosh_v1 .ent_m094_tosh_v1_item .playlist_video {
    height: 234px;
  }
}
.ent_m094_tosh_v1 .ent_m094_tosh_v1_item:nth-child(2n) p {
  background-color: #343737;
}
.ent_m094_tosh_v1 .ent_m094_tosh_v1_item:nth-child(2n-1) p {
  background-color: #262a2b;
}
.ent_m095_tosh_v1 {
  height: 564px;
  width: 786px;
  background-color: #342e30;
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 6000002;
}
.ent_m095_tosh_v1 .module_content {
  padding: 0 0 60px 10px;
}
.ent_m095_tosh_v1 .module_content .collection_header {
  text-align: center;
  margin: 3px 48px 20px 26px;
}
.ent_m095_tosh_v1 .module_content .collection_header .header {
  margin-bottom: 5px;
  font-family: 'EamesBookItalic', 'Georgia', serif;
  color: #ffffff;
  font-weight: normal;
  font-size: 30px;
}
.ent_m095_tosh_v1 .module_content .collection_header .subhead {
  color: #ffffff;
  font-family: 'BrandonGrotesqueRegular', Helvetica, Arial, sans-serif;
  font-size: 19px;
}
.ent_m095_tosh_v1 .module_content .collection_header a:before {
  color: #ffffff;
  position: absolute;
  cursor: pointer;
  text-decoration: none;
}
.ent_m095_tosh_v1 .module_content .collection_header .go_back:before {
  content: "\0058";
  font-size: 23px;
  left: 15px;
  top: 5px;
}
.ent_m095_tosh_v1 .module_content .collection_header .close_faq:before {
  content: "\0057";
  font-size: 26px;
  right: -43px;
  top: 0;
}
.ent_m095_tosh_v1 .module_content ul {
  position: absolute;
  overflow-x: hidden;
  overflow-y: scroll;
  height: auto;
  width: 776px;
}
.ent_m095_tosh_v1 .module_content ul li {
  margin-bottom: 15px;
  cursor: pointer;
  margin-right: 10px;
}
.ent_m095_tosh_v1 .module_content ul li .question {
  font-family: 'BrandonGrotesqueRegular', Helvetica, Arial, sans-serif;
  font-size: 19px;
  font-weight: normal;
  color: #dce631;
  padding-left: 10px;
}
.ent_m095_tosh_v1 .module_content ul li .answer {
  display: none;
  color: #ffffff;
  font: 19px/20px 'BrandonGrotesqueRegular', Helvetica, Arial, sans-serif;
  padding-left: 10px;
}
.ent_m095_tosh_v1 .module_content ul li.active {
  height: auto;
  padding: 15px 10px 15px 0;
}
.ent_m095_tosh_v1 .module_content ul li.active .question {
  margin-bottom: 12px;
}
.ent_m095_tosh_v1 .module_content ul li.active .answer {
  display: inherit;
  background-color: #342e30;
}
.ent_m095_tosh_v1 .module_content .contact_support_wrapper {
  width: 220px;
  background-color: #2881a3;
  position: absolute;
  bottom: -420px;
  left: 283px;
}
.ent_m095_tosh_v1 .module_content .contact_support_wrapper a {
  text-transform: uppercase;
  text-decoration: none;
  color: #ffffff;
  font: 16px/45px 'BrandonTextBold', Helvetica, Arial, sans-serif;
  padding: 0 36px;
}
.ent_m095_tosh_v1 .page_overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 4;
}
@media (max-width: 880px) {
  .ent_m095_tosh_v1 .module_content .collection_header .close_faq:before {
    right: 15px;
  }
}
@media (max-width: 47.938em) {
  .ent_m095_tosh_v1 {
    width: 520px;
    height: 270px;
  }
  .ent_m095_tosh_v1 .module_content .collection_header .close_faq:before {
    font-size: 24px;
    top: -49px;
    right: 0;
  }
  .ent_m095_tosh_v1 .module_content ul {
    height: 150px;
    width: auto;
  }
  .ent_m095_tosh_v1 .module_content .contact_support_wrapper {
    bottom: -135px;
    left: 155px;
  }
}
@media screen and (min-width: 20em) and (max-width: 30em) {
  .ent_m095_tosh_v1 {
    width: 306px;
    height: 490px;
  }
  .ent_m095_tosh_v1 .module_content ul {
    height: 340px;
  }
  .ent_m095_tosh_v1 .module_content .contact_support_wrapper {
    bottom: -350px;
    left: 45px;
  }
}
.triforce_rendered .module .ent_m095_tosh_v1 {
  padding: 10px 0 30px;
  margin: -282px 0 0 -393px;
}
@media (max-width: 47.938em) {
  .triforce_rendered .module .ent_m095_tosh_v1 {
    margin: -67px 0 0 -260px;
  }
}
@media screen and (min-width: 20em) and (max-width: 30em) {
  .triforce_rendered .module .ent_m095_tosh_v1 {
    margin: -190px 0 0 -153px;
  }
}
/*
   @implementation: site
   @path styles/less/modules/ent_m098_tosh/1.0.0/1.0.0
   @version: major
   @reference: http://confluence.mtvi.com/display/ENT/CSS+Standards
*/
.ent_m098_tosh_v1 h1 {
  font: normal 26px/1.1 'BrandonGrotesque-Black', Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  color: #ffffff;
}
.ent_m098_tosh_v1 .info {
  margin: 0 10px;
}
.ent_m098_tosh_v1 .info .image_holder {
  float: left;
  width: 390px;
  margin: 0 20px 6px 0;
}
@media (max-width: 30em) {
  .ent_m098_tosh_v1 .info .image_holder {
    float: none;
    width: 100%;
    max-width: 100%;
    height: auto;
  }
}
.ent_m098_tosh_v1 .info p {
  font: normal 17px/1.2 'BrandonGrotesqueRegular', Helvetica, Arial, sans-serif;
  color: #ffffff;
}
.share_wrap {
  position: relative;
  height: 50px;
  background: #191c1c;
}
.share_wrap > .flux4,
.share_wrap .start_clip,
.share_wrap .comments_wrap,
.share_wrap .is_start {
  display: inline-block;
  vertical-align: top;
}
.share_wrap .share_help {
  padding: 0 15px 0 20px;
  font: 16px/50px 'BrandonTextBold', Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  color: #ffffff;
}
@media (max-width: 30em) {
  .share_wrap .share_help {
    display: none;
  }
}
.share_wrap .share {
  display: block;
  border: 0;
  padding: 0;
  text-align: left;
}
.share_wrap .share .verticalView,
.share_wrap .share .horizontalView {
  border: 0;
  padding: 0;
}
.share_wrap .share li {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  vertical-align: top;
  height: 50px;
  width: 50px;
  margin-left: -3px;
  color: #ffffff;
  cursor: pointer;
  font-size: 2.1em;
}
.share_wrap .share li:first-child {
  margin: 0;
}
.share_wrap .share li.facebook {
  padding: 10px 8px 9px 19px;
  background: #485052;
}
.share_wrap .share li.twitter {
  padding: 13px 8px 11px 13px;
  font-size: 1.7em;
  background: #43494a;
}
.share_wrap .share li.googleplus {
  padding: 12px 8px 10px 13px;
  margin-left: -4px;
  font-size: 2em;
  background: #3b4142;
}
.share_wrap .share li.tumblr {
  padding: 10px 8px 9px 17px;
  background: #343737;
}
.share_wrap .share li.myemail {
  padding: 15px 8px 15px 13px;
  font-size: 1.3em;
  background: #272b2a;
}
.share_wrap .share li.embed {
  padding: 15px 9px;
  background: #202424;
}
.share_wrap .share li.embed .embedIcon {
  display: block;
  width: 32px;
  height: 20px;
  background: url(/sitewide/images/sprites/tosh_global_sprite_v2.png) no-repeat -25px 0;
}
@media screen and (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .share_wrap .share li.embed .embedIcon {
    background: url(/sitewide/images/sprites/tosh_global_sprite_v2_2x.png) no-repeat -25px 0;
    background-size: 79px 45px;
  }
}
.share_wrap .share li.embed:hover .embedIcon {
  background-position: -25px -25px;
}
.share_wrap .share li:hover {
  background-color: #dce631;
  color: #000000;
}
.share_wrap .start_clip {
  height: 100%;
  margin-right: -4px;
  background: #202424;
  color: #ffffff;
  text-transform: uppercase;
}
.share_wrap .start_clip .start_time {
  display: none;
  width: 66px;
  padding: 15px;
  border: 0;
  background: transparent;
  color: #ffffff;
  font-size: 1em;
  font-family: 'BrandonTextBold', Helvetica, Arial, sans-serif;
}
.share_wrap .start_clip .is_start {
  height: 100%;
  padding: 9px 0 0 11px;
  background: #262a2b;
}
.share_wrap .start_clip .is_start_checkbox {
  position: relative;
  display: inline-block;
  vertical-align: top;
}
.share_wrap .start_clip .is_start_checkbox span {
  padding: 0 20px 0 29px;
  vertical-align: middle;
  line-height: 34px;
  font-family: 'BrandonTextBold', Helvetica, Arial, sans-serif;
  color: #3b4142;
}
.share_wrap .start_clip .is_start_checkbox label {
  position: absolute;
  left: 4px;
  top: 4px;
  width: 25px;
  height: 25px;
  cursor: pointer;
  background: #3b4142;
}
.share_wrap .start_clip .is_start_checkbox label:before {
  position: absolute;
  top: -6px;
  left: 8px;
  font-size: 1.4em;
  opacity: 0;
}
.share_wrap .start_clip .is_start_checkbox label:hover:before {
  opacity: 0.3;
}
.share_wrap .start_clip .is_start_checkbox label.textLabel {
  width: auto;
  height: auto;
  position: static;
  background: none;
}
.share_wrap .start_clip .is_start_checkbox input[type=checkbox] {
  visibility: hidden;
}
.share_wrap .start_clip .is_start_checkbox input[type=checkbox]:checked ~ span {
  color: #ffffff;
}
.share_wrap .start_clip .is_start_checkbox input[type=checkbox]:checked + label {
  background: #2881a3;
}
.share_wrap .start_clip .is_start_checkbox input[type=checkbox]:checked + label:before {
  opacity: 1;
}
@media screen and (max-width: 47.938em) {
  .share_wrap .start_clip {
    display: none;
  }
}
.share_wrap.start_time_active .start_time {
  display: inline-block;
}
.share_wrap .comments_wrap {
  font-family: 'BrandonTextBold', Helvetica, Arial, sans-serif;
  text-decoration: none;
  text-transform: uppercase;
  color: #ffffff;
  position: absolute;
  right: 20px;
  top: 14px;
}
.share_wrap .comments_wrap:hover {
  color: #dce631;
}
@media screen and (max-width: 30em) {
  .share_wrap .comments_wrap {
    font-size: 12px;
  }
}
.share_wrap .comments_wrap:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 17px;
  margin-left: 7px;
  background: url(/sitewide/images/sprites/tosh_global_sprite_v2.png) no-repeat;
  background-position: 0 0;
}
@media screen and (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .share_wrap .comments_wrap:after {
    background: url(/sitewide/images/sprites/tosh_global_sprite_v2_2x.png) no-repeat;
    background-size: 79px 45px;
  }
}
.share_wrap .comments_wrap:hover:after {
  background-position: 0 -20px;
}
@media (max-width: 30em) {
  .share_wrap .comments_wrap {
    display: none;
  }
}
@-webkit-keyframes subtle_slide_left {
  0% {
    -moz-transform: translate3d(-25%, 0, 0);
    -webkit-transform: translate3d(-25%, 0, 0);
    transform: translate3d(-25%, 0, 0);
  }
  33% {
    -moz-transform: translate3d(6%, 0, 0);
    -webkit-transform: translate3d(6%, 0, 0);
    transform: translate3d(6%, 0, 0);
  }
  66% {
    -moz-transform: translate3d(-1.8%, 0, 0);
    -webkit-transform: translate3d(-1.8%, 0, 0);
    transform: translate3d(-1.8%, 0, 0);
  }
  100% {
    -moz-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@-moz-keyframes subtle_slide_left {
  0% {
    -moz-transform: translate3d(-25%, 0, 0);
    -webkit-transform: translate3d(-25%, 0, 0);
    transform: translate3d(-25%, 0, 0);
  }
  33% {
    -moz-transform: translate3d(6%, 0, 0);
    -webkit-transform: translate3d(6%, 0, 0);
    transform: translate3d(6%, 0, 0);
  }
  66% {
    -moz-transform: translate3d(-1.8%, 0, 0);
    -webkit-transform: translate3d(-1.8%, 0, 0);
    transform: translate3d(-1.8%, 0, 0);
  }
  100% {
    -moz-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@-ms-keyframes subtle_slide_left {
  0% {
    -moz-transform: translate3d(-25%, 0, 0);
    -webkit-transform: translate3d(-25%, 0, 0);
    transform: translate3d(-25%, 0, 0);
  }
  33% {
    -moz-transform: translate3d(6%, 0, 0);
    -webkit-transform: translate3d(6%, 0, 0);
    transform: translate3d(6%, 0, 0);
  }
  66% {
    -moz-transform: translate3d(-1.8%, 0, 0);
    -webkit-transform: translate3d(-1.8%, 0, 0);
    transform: translate3d(-1.8%, 0, 0);
  }
  100% {
    -moz-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes subtle_slide_left {
  0% {
    -moz-transform: translate3d(-25%, 0, 0);
    -webkit-transform: translate3d(-25%, 0, 0);
    transform: translate3d(-25%, 0, 0);
  }
  33% {
    -moz-transform: translate3d(6%, 0, 0);
    -webkit-transform: translate3d(6%, 0, 0);
    transform: translate3d(6%, 0, 0);
  }
  66% {
    -moz-transform: translate3d(-1.8%, 0, 0);
    -webkit-transform: translate3d(-1.8%, 0, 0);
    transform: translate3d(-1.8%, 0, 0);
  }
  100% {
    -moz-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes global_sticky_enter {
  0% {
    margin-top: -30px;
  }
  100% {
    margin-top: 0px;
  }
}
@-moz-keyframes global_sticky_enter {
  0% {
    margin-top: -30px;
  }
  100% {
    margin-top: 0px;
  }
}
@-ms-keyframes global_sticky_enter {
  0% {
    margin-top: -30px;
  }
  100% {
    margin-top: 0px;
  }
}
@keyframes global_sticky_enter {
  0% {
    margin-top: -30px;
  }
  100% {
    margin-top: 0px;
  }
}
@-webkit-keyframes logo_rotate_enter {
  0% {
    transform: rotateX(89deg);
  }
  100% {
    transform: rotateX(0deg);
  }
}
@-moz-keyframes logo_rotate_enter {
  0% {
    transform: rotateX(89deg);
  }
  100% {
    transform: rotateX(0deg);
  }
}
@-o-keyframes logo_rotate_enter {
  0% {
    transform: rotateX(89deg);
  }
  100% {
    transform: rotateX(0deg);
  }
}
@keyframes logo_rotate_enter {
  0% {
    transform: rotateX(89deg);
  }
  100% {
    transform: rotateX(0deg);
  }
}
@-webkit-keyframes logo_anim {
  0% {
    background-position: 0px 0px;
  }
  100% {
    background-position: 0px -1495px;
  }
}
@-moz-keyframes logo_anim {
  0% {
    background-position: 0px 0px;
  }
  100% {
    background-position: 0px -1495px;
  }
}
@-o-keyframes logo_anim {
  0% {
    background-position: 0px 0px;
  }
  100% {
    background-position: 0px -1495px;
  }
}
@keyframes logo_anim {
  0% {
    background-position: 0px 0px;
  }
  100% {
    background-position: 0px -1495px;
  }
}
@-webkit-keyframes logo_anim_reverse {
  0% {
    background-position: 0px -1495px;
  }
  100% {
    background-position: 0px 0px;
  }
}
@-moz-keyframes logo_anim_reverse {
  0% {
    background-position: 0px -1495px;
  }
  100% {
    background-position: 0px 0px;
  }
}
@-o-keyframes logo_anim_reverse {
  0% {
    background-position: 0px -1495px;
  }
  100% {
    background-position: 0px 0px;
  }
}
@keyframes logo_anim_reverse {
  0% {
    background-position: 0px -1495px;
  }
  100% {
    background-position: 0px 0px;
  }
}
@-webkit-keyframes title_anim {
  0% {
    opacity: 1;
  }
  2% {
    opacity: 0.6;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes title_anim {
  0% {
    opacity: 1;
  }
  2% {
    opacity: 0.6;
  }
  100% {
    opacity: 1;
  }
}
@-o-keyframes title_anim {
  0% {
    opacity: 1;
  }
  2% {
    opacity: 0.6;
  }
  100% {
    opacity: 1;
  }
}
@keyframes title_anim {
  0% {
    opacity: 1;
  }
  2% {
    opacity: 0.6;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes colbert_title {
  0% {
    color: #ee4444;
  }
  2% {
    color: #b53d3d;
  }
  100% {
    color: #ee4444;
  }
}
@-moz-keyframes colbert_title {
  0% {
    color: #ee4444;
  }
  2% {
    color: #b53d3d;
  }
  100% {
    color: #ee4444;
  }
}
@-o-keyframes colbert_title {
  0% {
    color: #ee4444;
  }
  2% {
    color: #b53d3d;
  }
  100% {
    color: #ee4444;
  }
}
@keyframes colbert_title {
  0% {
    color: #ee4444;
  }
  2% {
    color: #b53d3d;
  }
  100% {
    color: #ee4444;
  }
}
@-webkit-keyframes key_title {
  0% {
    color: #ffffff;
  }
  2% {
    color: #ac81c8;
  }
  100% {
    color: #ffffff;
  }
}
@-moz-keyframes key_title {
  0% {
    color: #ffffff;
  }
  2% {
    color: #ac81c8;
  }
  100% {
    color: #ffffff;
  }
}
@-o-keyframes key_title {
  0% {
    color: #ffffff;
  }
  2% {
    color: #ac81c8;
  }
  100% {
    color: #ffffff;
  }
}
@keyframes key_title {
  0% {
    color: #ffffff;
  }
  2% {
    color: #ac81c8;
  }
  100% {
    color: #ffffff;
  }
}
@keyframes full_logo_slide_left {
  0% {
    left: 0px;
  }
  100% {
    left: -123px;
  }
}
@keyframes full_logo_slide_right {
  0% {
    left: -123px;
  }
  100% {
    left: 0px;
  }
}
@keyframes search_wrapper_slide_in {
  0% {
    width: 295px;
  }
  100% {
    width: 50px;
  }
}
@keyframes search_wrapper_slide_out {
  0% {
    width: 50px;
  }
  100% {
    width: 295px;
  }
}
@keyframes site_logo_size_in {
  0% {
    font-size: 60px;
  }
  100% {
    font-size: 40px;
  }
}
@keyframes site_logo_size_out {
  0% {
    font-size: 40px;
  }
  100% {
    font-size: 60px;
  }
}
.ani-go {
  -webkit-animation: subtle_slide_left 0.7s forwards;
  -moz-animation: subtle_slide_left 0.7s forwards;
  -ms-animation: subtle_slide_left 0.7s forwards;
  animation: subtle_slide_left 0.7s forwards;
}
/* vars: 
    -fonts:
        @icons
        @brandonTextMedium
        @brandonTextBold
        @brandonTextBlack
    -colors:
        @defaultHeaderBg
        @ccHeaderSearchWrapper
        @ccHeaderLogoInActiveColor
        @ccHeaderLogoActiveColor
        @mm-search-input-color
        @mm-shadowed-color
        @white
        @black
        @metaBg
        @ltMetaBg
        @highlightState
        @sharkLight
        @pageLighterBg
*/
@-webkit-keyframes ccSearch {
  0% {
    background-position: 0px 0px;
  }
  100% {
    background-position: 0px -1450px;
  }
}
@-moz-keyframes ccSearch {
  0% {
    background-position: 0px 0px;
  }
  100% {
    background-position: 0px -1450px;
  }
}
@-ms-keyframes ccSearch {
  0% {
    background-position: 0px 0px;
  }
  100% {
    background-position: 0px -1450px;
  }
}
@-o-keyframes ccSearch {
  0% {
    background-position: 0px 0px;
  }
  100% {
    background-position: 0px -1450px;
  }
}
@keyframes ccSearch {
  0% {
    background-position: 0px 0px;
  }
  100% {
    background-position: 0px -1450px;
  }
}
@-webkit-keyframes ccSearchReversed {
  0% {
    background-position: 0px -1450px;
  }
  100% {
    background-position: 0px 0px;
  }
}
@-moz-keyframes ccSearchReversed {
  0% {
    background-position: 0px -1450px;
  }
  100% {
    background-position: 0px 0px;
  }
}
@-ms-keyframes ccSearchReversed {
  0% {
    background-position: 0px -1450px;
  }
  100% {
    background-position: 0px 0px;
  }
}
@-o-keyframes ccSearchReversed {
  0% {
    background-position: 0px -1450px;
  }
  100% {
    background-position: 0px 0px;
  }
}
@keyframes ccSearchReversed {
  0% {
    background-position: 0px -1450px;
  }
  100% {
    background-position: 0px 0px;
  }
}
@-webkit-keyframes ccSearchRotate {
  0% {
    background-position: 0px -1500px;
  }
  100% {
    background-position: 0px -2650px;
  }
}
@-moz-keyframes ccSearchRotate {
  0% {
    background-position: 0px -1500px;
  }
  100% {
    background-position: 0px -2650px;
  }
}
@-ms-keyframes ccSearchRotate {
  0% {
    background-position: 0px -1500px;
  }
  100% {
    background-position: 0px -2650px;
  }
}
@-o-keyframes ccSearchRotate {
  0% {
    background-position: 0px -1500px;
  }
  100% {
    background-position: 0px -2650px;
  }
}
@keyframes ccSearchRotate {
  0% {
    background-position: 0px -1500px;
  }
  100% {
    background-position: 0px -2650px;
  }
}
.site_header {
  width: 100%;
  left: 0;
  -webkit-transition: left 0.4s cubic-bezier(0.17, 0.67, 0.59, 1.21);
  transition: left 0.4s cubic-bezier(0.17, 0.67, 0.59, 1.21);
  z-index: 1000;
  background-color: #181818;
  position: absolute;
}
.site_header * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.site_header .search_wrapper {
  -webkit-transition: all 0.25s cubic-bezier(0, 0.78, 0.66, 1.34);
  transition: all 0.25s cubic-bezier(0, 0.78, 0.66, 1.34);
  width: 295px;
  height: 50px;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1000;
  background: #aa2823;
  overflow: hidden;
}
.site_header .search_wrapper .form_containment {
  height: 50px;
  width: 295px;
  background-color: rgba(0, 0, 0, 0.1);
}
.site_header .search_btn {
  border: none;
  width: 50px;
  height: 50px;
  background-image: url(/sitewide/images/sprites/search-anim-full.png);
  background-size: 50px;
  background-repeat: no-repeat;
  background-position: 0 -2px;
  background-color: transparent;
  text-indent: -9999px;
  overflow: hidden;
  cursor: pointer;
}
.site_header .search_btn.active {
  transition: none;
  animation: ccSearch 1s steps(29) 0s, ccSearchRotate 0.8s 1s infinite steps(23);
  -webkit-animation: ccSearch 1s steps(29) 0s, ccSearchRotate 0.8s 1s infinite steps(23);
}
.site_header .search_btn.inactive {
  transition: none;
  animation: ccSearchReversed 1s steps(29);
  -webkit-animation: ccSearchReversed 1s steps(29);
}
.site_header .search_btn::-ms-clear {
  display: none;
}
.site_header .hide_search {
  display: none;
  position: absolute;
  top: 0;
  right: -40px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-weight: bold;
  cursor: pointer;
  color: #ffffff;
  text-align: center;
}
.site_header .hide_search:before {
  font-weight: bold;
}
.site_header .search_input {
  display: inline-block;
  vertical-align: top;
  border: 0;
  background: transparent;
  -webkit-font-smoothing: antialiased;
  width: 240px;
  box-sizing: border-box;
  padding: 16px 0 0 15px;
  font-size: 14px;
  font-family: 'BrandonTextMedium', Helvetica, Arial, sans-serif;
  color: rgba(255, 255, 255, 0.6);
}
.site_header .search_input::-moz-placeholder {
  color: rgba(255, 255, 255, 0.6);
}
.site_header .search_input::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.6);
}
.site_header .search_input:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.6);
}
.site_header .search_input:focus::-webkit-input-placeholder {
  color: transparent;
}
.site_header .search_input:focus::-moz-placeholder {
  color: transparent;
}
.site_header .search_input:focus:-ms-input-placeholder {
  color: transparent;
}
.site_header .search_input:focus {
  color: #ffffff;
}
.site_header .search {
  height: 50px;
}
.site_header .search .search_input {
  padding: 17px 0 0 20px;
  width: 285px;
}
.site_header .search .search_input:focus {
  padding-top: 14px;
  font-size: 16px;
}
.site_header .top_inner {
  position: relative;
  max-width: 1180px;
  height: 50px;
  margin: auto;
}
.site_header .top_outer {
  width: 100%;
  -webkit-transition: left 0.4s cubic-bezier(0.17, 0.67, 0.59, 1.21);
  transition: left 0.4s cubic-bezier(0.17, 0.67, 0.59, 1.21);
  background: #aa2823;
  z-index: 5000000;
}
.site_header .bottom_outer {
  width: 100%;
  background: #262a2b;
  height: 50px;
}
.site_header .menu_holder,
.site_header .site_logo,
.site_header .show_logo,
.site_header .new_eps_info,
.site_header .show_menu li {
  display: inline-block;
  vertical-align: top;
}
.site_header .see_all {
  display: block;
  padding: 14px 22px;
  background-color: #343737;
  font-size: 16px;
  line-height: normal;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  color: #dce631;
  cursor: pointer;
  transition: all 0.7s cubic-bezier(0.17, 0.67, 0.44, 1.1);
  -webkit-transition: all 0.7s cubic-bezier(0.17, 0.67, 0.44, 1.1);
}
.site_header .see_all:hover {
  background-color: #dce631;
  color: #000000;
}
.site_header .menu_holder {
  position: relative;
}
.site_header .menu_holder .hamburger {
  padding: 0;
  margin: 0;
  font-size: 19px;
  line-height: 50px;
  border: 0;
  background: transparent;
  color: rgba(0, 0, 0, 0.45);
  cursor: pointer;
  display: inline-block;
}
.site_header .menu_holder .hamburger .icon:after {
  content: "\0049";
  display: inline-block;
  font-family: 'cc-icons';
  speak: none;
}
.site_header .menu_holder .hamburger:hover {
  color: #dce631;
  opacity: 1;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
}
.site_header .menu_holder .page_overlay {
  -webkit-transition: left 0.4s cubic-bezier(0.17, 0.67, 0.59, 1.21);
  transition: left 0.4s cubic-bezier(0.17, 0.67, 0.59, 1.21);
  background-color: rgba(0, 0, 0, 0.5);
  bottom: 0;
  right: 0;
  left: 0;
  position: fixed;
  z-index: 5000;
}
.site_header .menu_holder .slide_menu {
  position: fixed;
  top: 0;
  background-color: #000000;
  height: 100%;
  z-index: 5000001;
  overflow: hidden;
  -webkit-transition: left 0.4s cubic-bezier(0.17, 0.67, 0.59, 1.21);
  transition: left 0.4s cubic-bezier(0.17, 0.67, 0.59, 1.21);
  left: -340px;
  width: 340px;
}
.site_header .menu_holder .slide_menu .side_navigation {
  background-color: #191618;
  font-family: 'BrandonTextBold', Helvetica, Arial, sans-serif;
  height: 100%;
  overflow-y: auto;
  overflow-x: hidden;
}
.site_header .menu_holder .slide_menu .side_navigation .see_all {
  display: block;
  margin: 10px 20px 20px;
}
.site_header .menu_holder .slide_menu .side_navigation > li {
  line-height: 50px;
  min-height: 50px;
  border-top: 1px solid #2f3033;
  position: relative;
}
.site_header .menu_holder .slide_menu .side_navigation > li.provider_signout {
  padding: 0 0 0 20px;
  text-decoration: none;
  color: #ffffff;
  font-size: 15px;
  text-transform: uppercase;
  display: block;
  cursor: pointer;
}
.site_header .menu_holder .slide_menu .side_navigation > li.provider_signout:hover {
  color: #dce631;
}
.site_header .menu_holder .slide_menu .side_navigation > li > a {
  padding: 0 0 0 20px;
}
.site_header .menu_holder .slide_menu .side_navigation > li > a.active {
  background-color: #dce631;
  color: #000000;
}
.site_header .menu_holder .slide_menu .side_navigation > li .sub_entries {
  max-height: 0px;
  overflow: hidden;
  transition: max-height 0.5s ease-out;
  -webkit-transition: max-height 0.5s ease-out;
}
.site_header .menu_holder .slide_menu .side_navigation > li ul {
  padding: 0;
}
.site_header .menu_holder .slide_menu .side_navigation > li ul > li {
  padding: 5px 0;
}
.site_header .menu_holder .slide_menu .side_navigation > li ul > li:first-child {
  padding: 15px 0 5px 0;
}
.site_header .menu_holder .slide_menu .side_navigation > li ul a {
  line-height: 20px;
  padding: 0 5px 0 20px;
}
.site_header .menu_holder .slide_menu .side_navigation > li.shows ul .top_rated {
  position: relative;
  color: #ffffff;
}
.site_header .menu_holder .slide_menu .side_navigation > li.shows ul .top_rated:before {
  position: absolute;
  left: 20px;
  height: 38px;
  bottom: 0;
}
.site_header .menu_holder .slide_menu .side_navigation > li.shows ul .top_rated a {
  padding-left: 47px;
}
.site_header .menu_holder .slide_menu .side_navigation > li > a,
.site_header .menu_holder .slide_menu .side_navigation > li ul a {
  text-decoration: none;
  color: #ffffff;
  font-size: 15px;
  text-transform: uppercase;
  display: block;
  transition: all 0.7s cubic-bezier(0.17, 0.67, 0.44, 1.1);
  -webkit-transition: all 0.7s cubic-bezier(0.17, 0.67, 0.44, 1.1);
}
.site_header .menu_holder .slide_menu .side_navigation > li > a.has_arrow,
.site_header .menu_holder .slide_menu .side_navigation > li ul a.has_arrow {
  padding-right: 50px;
}
.site_header .menu_holder .slide_menu .side_navigation > li > a.has_arrow:after,
.site_header .menu_holder .slide_menu .side_navigation > li ul a.has_arrow:after {
  transform: rotate(0deg);
  position: absolute;
  right: 18px;
  font-size: 10px;
  transition: all 0.7s cubic-bezier(0.17, 0.67, 0.44, 1.1);
  -webkit-transition: all 0.7s cubic-bezier(0.17, 0.67, 0.44, 1.1);
}
.site_header .menu_holder .slide_menu .side_navigation > li > a:hover,
.site_header .menu_holder .slide_menu .side_navigation > li ul a:hover,
.site_header .menu_holder .slide_menu .side_navigation > li > a.highlighted,
.site_header .menu_holder .slide_menu .side_navigation > li ul a.highlighted {
  color: #dce631;
  transition: none;
  -webkit-transition: none;
}
.site_header .menu_holder .slide_menu .side_navigation > li > a.selected,
.site_header .menu_holder .slide_menu .side_navigation > li ul a.selected {
  background-color: #dce631;
  color: #000000;
  transition: all 1s ease-out;
  -webkit-transition: all 1s ease-out;
}
.site_header .menu_holder .slide_menu .side_navigation > li > a.selected:after,
.site_header .menu_holder .slide_menu .side_navigation > li ul a.selected:after {
  transform: rotate(180deg);
  color: #000000;
}
.site_header .menu_holder .slide_menu .side_navigation > li > a.selected + .sub_entries,
.site_header .menu_holder .slide_menu .side_navigation > li ul a.selected + .sub_entries {
  max-height: 1000px;
}
.site_header .menu_holder .slide_menu .side_navigation .login .flux4Widget .userBar .authContainer {
  margin: 0;
  padding: 0;
}
.site_header .menu_holder .slide_menu .side_navigation .login .flux4Widget .userBar .authContainer.withThumbnail {
  border: none;
  width: auto;
  height: auto;
  background: none;
}
.site_header .menu_holder .slide_menu .side_navigation .login .flux4Widget .userBar .authContainer .actionButton.loggedIn:after {
  display: none;
}
.site_header .menu_holder .slide_menu .side_navigation .login .label {
  padding: 0 0 0 20px;
  line-height: 50px;
  display: block !important;
  font-size: 15px;
  font-weight: normal;
  font-family: 'BrandonTextBold', Helvetica, Arial, sans-serif;
  color: #ffffff;
  text-transform: uppercase;
}
.site_header .menu_holder .slide_menu .side_navigation .login .loggedOut.sm4IconUser:before {
  display: none;
}
.site_header .menu_holder .slide_menu .side_navigation .login .loggedOut.sm4IconUser:after {
  display: block;
  content: "\0042";
  color: #ffffff;
  font-family: 'cc-icons';
  cursor: pointer;
  position: absolute;
  right: 19px;
  top: 0;
  width: auto;
  height: auto;
  font-size: 18px;
  line-height: 50px;
  border: none;
  margin: 0;
}
.site_header .menu_holder .slide_menu .side_navigation .login .loggedIn .thumbWrapper {
  position: absolute;
  right: 15px;
  padding-top: 14px;
}
@media (max-width: 768px) {
  .site_header .menu_holder .slide_menu .side_navigation .login.withThumbnail {
    background: none;
    border: none;
  }
}
.site_header .menu_holder .slide_menu .side_navigation .login .label,
.site_header .menu_holder .slide_menu .side_navigation .login .loggedOut.sm4IconUser:after {
  transition: color 0.7s cubic-bezier(0.17, 0.67, 0.44, 1.1);
  -webkit-transition: color 0.7s cubic-bezier(0.17, 0.67, 0.44, 1.1);
}
.site_header .menu_holder .slide_menu .side_navigation .login:hover .label,
.site_header .menu_holder .slide_menu .side_navigation .login:hover .loggedOut.sm4IconUser:after {
  color: #dce631;
  transition: none;
  -webkit-transition: none;
}
.site_header .menu_holder .slide_menu .side_navigation .login .userBar + .userBar {
  display: none;
}
.site_header .menu_holder .slide_menu .side_navigation .social {
  height: 200px;
}
.site_header .menu_holder .slide_menu .side_navigation .social:before {
  content: "cc.com";
  font-size: 14px;
  color: #454748;
  text-transform: uppercase;
  font-weight: bold;
  display: block;
  padding-left: 20px;
}
.site_header .menu_holder .slide_menu .side_navigation .social > a {
  float: left;
  margin: 0 0 0 15px;
  padding: 0;
}
.site_header .menu_holder .slide_menu .side_navigation .social > a:first-child {
  margin-left: 20px;
}
.site_header .menu_holder .slide_menu .side_navigation .social > a .icon {
  font-size: 24px;
  line-height: 24px;
}
.site_header .logo {
  height: 50px;
  text-decoration: none;
  display: none;
  margin-top: -2px;
  margin-left: 4px;
  z-index: 2;
  position: relative;
}
.site_header .logo .icon {
  color: #ffffff;
  font-size: 61px;
  line-height: 50px;
  transition: font-size 0.25s cubic-bezier(0, 1, 0.66, 1.92);
  -webkit-transition: font-size 0.25s cubic-bezier(0, 1, 0.66, 1.92);
}
.site_header .show_logo {
  font-size: 36px;
  line-height: 50px;
  text-decoration: none;
  text-transform: uppercase;
  color: #ffffff;
  font-family: 'BrandonTextBold', Helvetica, Arial, sans-serif;
  margin-left: -3px;
}
.site_header .show_logo.long_title {
  line-height: 20px;
  font-size: 20px;
  max-width: 310px;
}
.site_header .show_logo.long_title .wrapper {
  display: table;
  height: 50px;
}
.site_header .show_logo.long_title .title {
  display: table-cell;
  vertical-align: middle;
}
.site_header .show_logo .title {
  color: #ffffff;
  font-family: 'BrandonGrotesque-Black', Helvetica, Arial, sans-serif;
  transition: color 0.25s ease-in;
  -webkit-transition: color 0.25s ease-in;
}
.site_header .show_logo .title:hover {
  -webkit-animation: title_anim 0.9s ease;
  animation: title_anim 0.9s ease;
}
.site_header .site_logo {
  position: relative;
  margin-top: -8px;
  padding: 0 14px 0 8px;
  font-size: 60px;
  transition: font-size 0.25s cubic-bezier(0, 1, 0.66, 1.92);
  -webkit-transition: font-size 0.25s cubic-bezier(0, 1, 0.66, 1.92);
  line-height: 1;
  border: 0;
  background: transparent;
  color: #ffffff;
  z-index: 100;
}
.site_header .site_logo span[data-graphics]:before {
  padding-top: 2px;
}
.site_header .site_logo:hover {
  cursor: pointer;
  color: #d9d9d9;
}
.site_header .full_logo_wrapper {
  position: relative;
  display: inline-block;
  width: 289px;
  height: 50px;
  left: 0px;
  transition: left 0.25s ease;
  z-index: 100;
  cursor: pointer;
}
.site_header .full_logo_wrapper:before {
  content: '';
  height: 50px;
  width: 50px;
  display: block;
  top: 0px;
  left: 119px;
  position: absolute;
  z-index: 1;
  background-color: #aa2823;
}
.site_header .full_logo_wrapper .logo_anim {
  z-index: 1;
  position: absolute;
  left: 4px;
  top: -7px;
  width: 289px;
  height: 65px;
  background-image: url(/sitewide/images/sprites/cc-logo-full.png);
  background-size: 289px;
  background-repeat: no-repeat;
  background-position: 0px 0px;
}
.site_header .new_eps_info {
  padding: 10px 0 0 9px;
  font-size: 12px;
  line-height: 1.3;
  color: #ffffff;
  font-family: 'BrandonTextBold', Helvetica, Arial, sans-serif;
}
.site_header .long_title + .new_eps_info {
  position: absolute;
  bottom: 3px;
  left: auto;
}
.site_header .site_menu_wrapper {
  z-index: 50;
}
.site_header .site_menu_wrapper,
.site_header .show_menu_wrapper {
  width: 100%;
  position: absolute;
  left: 0;
  top: 50px;
  line-height: 50px;
}
.site_header .site_menu_wrapper .site_menu_inner,
.site_header .show_menu_wrapper .site_menu_inner {
  max-width: 1180px;
  margin: 0 auto;
}
.site_header .site_menu_wrapper .show_menu_btn,
.site_header .show_menu_wrapper .show_menu_btn {
  width: 100px;
}
.site_header .show_menu_btn {
  display: none;
  cursor: pointer;
  padding: 0 0 0 17px;
  margin: 0;
  width: 100%;
  text-align: left;
  line-height: 50px;
  text-transform: uppercase;
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #ffffff;
  font-family: 'BrandonGrotesque-Black', Helvetica, Arial, sans-serif;
  font-size: 16px;
}
.site_header .show_menu_btn span:before {
  padding: 0 0 0 6px;
  font-size: 9px;
  vertical-align: top;
}
.site_header .linux_entity .show_menu_btn span:first-child {
  position: relative;
  top: 2px;
}
.site_header .show_menu,
.site_header .main_nav {
  z-index: 50000;
}
.site_header .show_menu > li,
.site_header .main_nav > li {
  float: left;
  line-height: 50px;
  text-transform: uppercase;
  font-family: 'BrandonGrotesque-Black', Helvetica, Arial, sans-serif;
  color: #ffffff;
  font-size: 16px;
  transition: background 0.5s cubic-bezier(0.17, 0.67, 0.44, 1.1) 0s;
  -webkit-transition: background 0.5s cubic-bezier(0.17, 0.67, 0.44, 1.1) 0s;
}
.site_header .show_menu > li > a,
.site_header .main_nav > li > a {
  text-decoration: none;
  color: inherit;
  display: block;
}
.site_header .show_menu > li > a.has_arrow:after,
.site_header .main_nav > li > a.has_arrow:after {
  text-transform: none;
  display: inline-block;
  font-family: 'cc-icons';
  speak: none;
  content: "V";
  position: relative;
  top: -2px;
  left: 7px;
  font-size: 9px;
  line-height: 13px;
}
.site_header .show_menu > li > a.has_arrow.opened,
.site_header .main_nav > li > a.has_arrow.opened {
  background-color: #dce631;
  color: #000000;
}
.site_header .show_menu > li:not(.social):hover,
.site_header .main_nav > li:not(.social):hover {
  background-color: #dce631;
  color: #000000;
  transition: none;
}
.site_header .show_menu > li:hover > a.has_arrow:after,
.site_header .main_nav > li:hover > a.has_arrow:after {
  content: "v";
}
.site_header .show_menu > li.social,
.site_header .main_nav > li.social {
  padding-left: 10px;
  background: #262a2b;
  height: 50px;
}
.site_header .show_menu > li.social a,
.site_header .main_nav > li.social a {
  text-decoration: none;
  color: #ffffff;
  line-height: 50px;
  padding: 0 0 0 5px;
}
.site_header .show_menu > li.social a,
.site_header .main_nav > li.social a,
.site_header .show_menu > li.social .top_flux_userbar,
.site_header .main_nav > li.social .top_flux_userbar {
  display: inline-block;
  font-size: 24px;
  transition: all 0.7s cubic-bezier(0.17, 0.67, 0.44, 1.1);
  -webkit-transition: all 0.7s cubic-bezier(0.17, 0.67, 0.44, 1.1);
}
.site_header .show_menu > li.social a:hover,
.site_header .main_nav > li.social a:hover,
.site_header .show_menu > li.social .top_flux_userbar:hover,
.site_header .main_nav > li.social .top_flux_userbar:hover {
  background: none;
  color: #dce631;
  transition: none;
  -webkit-transition: none;
}
.site_header .show_menu > li.social a .label,
.site_header .main_nav > li.social a .label,
.site_header .show_menu > li.social .top_flux_userbar .label,
.site_header .main_nav > li.social .top_flux_userbar .label {
  display: none !important;
}
.site_header .show_menu > li.social .top_flux_userbar,
.site_header .main_nav > li.social .top_flux_userbar {
  padding: 0 0 0 16px;
}
.site_header .show_menu > li.social .userBar + .userBar,
.site_header .main_nav > li.social .userBar + .userBar {
  display: none;
}
.site_header .show_menu > li.social .flux4Widget .userBar .authContainer,
.site_header .main_nav > li.social .flux4Widget .userBar .authContainer {
  padding: 0;
  border: 0;
  margin: 0;
}
.site_header .show_menu > li.social .flux4Widget .userBar .authContainer .loggedOut:before,
.site_header .main_nav > li.social .flux4Widget .userBar .authContainer .loggedOut:before {
  content: "\0042";
  font-family: 'cc-icons';
  margin-top: 2px;
  color: #ffffff;
  font-size: 24px;
  display: inline-block;
  transition: color 0.7s cubic-bezier(0.17, 0.67, 0.44, 1.1);
  -webkit-transition: color 0.7s cubic-bezier(0.17, 0.67, 0.44, 1.1);
}
.site_header .show_menu > li.social .flux4Widget .userBar .authContainer .loggedOut:after,
.site_header .main_nav > li.social .flux4Widget .userBar .authContainer .loggedOut:after {
  display: none;
}
.site_header .show_menu > li.social .flux4Widget .userBar .authContainer .loggedOut:hover:before,
.site_header .main_nav > li.social .flux4Widget .userBar .authContainer .loggedOut:hover:before {
  color: #dce631;
  transition: none;
  -webkit-transition: none;
}
.site_header .show_menu > li.social .flux4Widget .userBar .authContainer .thumbWrapper,
.site_header .main_nav > li.social .flux4Widget .userBar .authContainer .thumbWrapper {
  vertical-align: top;
}
.site_header .show_menu > li.social .flux4Widget .userBar .authContainer .actionButton,
.site_header .main_nav > li.social .flux4Widget .userBar .authContainer .actionButton {
  font-size: 24px;
}
@media (max-width: 768px) {
  .site_header .show_menu > li.social .flux4Widget .userBar .authContainer.withThumbnail,
  .site_header .main_nav > li.social .flux4Widget .userBar .authContainer.withThumbnail {
    background: none;
    border: none;
  }
}
.site_header .show_menu > li.social .flux4Widget .userBar .myStuffElement .elementContainer .elementContent .loggedOut a,
.site_header .main_nav > li.social .flux4Widget .userBar .myStuffElement .elementContainer .elementContent .loggedOut a {
  display: none;
}
.site_header .show_menu > li.social .flux4Widget .userBar .myStuffElement .elementContainer .elementContent .loggedOut:before,
.site_header .main_nav > li.social .flux4Widget .userBar .myStuffElement .elementContainer .elementContent .loggedOut:before {
  content: "\0042";
  font-family: 'cc-icons';
  margin-top: 2px;
  color: #ffffff;
  font-size: 20px;
  display: inline-block;
  transition: color 0.7s cubic-bezier(0.17, 0.67, 0.44, 1.1);
  -webkit-transition: color 0.7s cubic-bezier(0.17, 0.67, 0.44, 1.1);
}
.site_header .show_menu > li.social .flux4Widget .userBar .myStuffElement .elementContainer .elementContent .loggedOut:hover:before,
.site_header .main_nav > li.social .flux4Widget .userBar .myStuffElement .elementContainer .elementContent .loggedOut:hover:before {
  color: #dce631;
  transition: none;
  -webkit-transition: none;
}
.site_header .show_menu > li.social .btm .flux4Widget .userBar .elementTitle.displayName,
.site_header .main_nav > li.social .btm .flux4Widget .userBar .elementTitle.displayName {
  display: none !important;
}
.site_header .show_menu > li.social .btm .flux4 .label,
.site_header .main_nav > li.social .btm .flux4 .label {
  display: none !important;
}
.site_header .show_menu {
  margin-left: -27px;
}
.site_header .show_menu > li {
  position: relative;
}
.site_header .show_menu > li a {
  padding: 0 30px;
  text-decoration: none;
}
.site_header .show_menu > li.active {
  color: #dce631;
  background: transparent;
  cursor: pointer;
}
.site_header .show_menu > li.social {
  position: absolute;
  right: 0;
  top: 0;
}
.site_header .show_menu > li:hover .sub_nav {
  display: block;
}
.site_header .show_menu > li .sub_nav {
  display: none;
  z-index: 5000000;
  position: absolute;
  left: 0;
  top: 100%;
  width: 335px;
  padding: 22px 30px;
  background: #191c1c;
}
.site_header .show_menu > li .sub_nav li {
  display: block;
  line-height: 20px;
  padding: 7px 0;
  color: #ffffff;
}
.site_header .show_menu > li .sub_nav li a {
  padding: 0;
  transition: all 0.7s cubic-bezier(0.17, 0.67, 0.44, 1.1);
  -webkit-transition: all 0.7s cubic-bezier(0.17, 0.67, 0.44, 1.1);
  color: #ffffff;
}
.site_header .show_menu > li .sub_nav li a:hover {
  color: #dce631;
  background: none;
  transition: none;
  -webkit-transition: none;
}
.site_header .show_menu .blog {
  width: auto;
  background: none;
}
.site_header .main_nav {
  margin-left: -10px;
}
.site_header .main_nav > li > a {
  padding: 0 20px;
}
.site_header .main_nav > li:hover .menu_dropdown {
  display: block;
}
.site_header .main_nav > li.social {
  float: right;
}
.site_header .main_nav > li .current {
  color: #dce631;
  cursor: default;
}
.site_header .main_nav > li .current:hover {
  color: #dce631;
  background: transparent;
}
.site_header .main_nav > li .menu_dropdown {
  display: none;
  background-color: #1f2324;
  position: absolute;
  width: 100%;
  z-index: 99;
  left: 0;
}
.site_header .main_nav > li .menu_dropdown > div {
  background-color: inherit;
  margin: 0 auto;
  max-width: 1180px;
  overflow: hidden;
  padding: 29px 10px 30px;
  position: relative;
}
.site_header .main_nav > li .menu_dropdown > div .close {
  color: #878787;
  font-size: 18px;
  position: absolute;
  right: 20px;
  text-decoration: none;
  top: 35px;
  display: none;
}
.site_header .main_nav > li .menu_dropdown > div .sidea {
  float: left;
  font-family: 'BrandonTextBold', Helvetica, Arial, sans-serif;
  padding-right: 10px;
  text-transform: uppercase;
  width: 69%;
}
.site_header .main_nav > li .menu_dropdown > div .sidea.wide {
  width: 100%;
}
.site_header .main_nav > li .menu_dropdown > div .sidea.wide .column {
  width: 25%;
}
.site_header .main_nav > li .menu_dropdown > div .sidea .links {
  float: left;
  margin-bottom: 10px;
}
.site_header .main_nav > li .menu_dropdown > div .sidea .column {
  width: 33.3%;
  min-width: 200px;
  float: left;
  padding-right: 12px;
}
.site_header .main_nav > li .menu_dropdown > div .sidea .column .top_rated {
  margin-left: 18px;
}
.site_header .main_nav > li .menu_dropdown > div .sidea .column .top_rated:before {
  margin-right: 10px;
  font-size: 12px;
  position: absolute;
  top: 1px;
  left: -19px;
}
.site_header .main_nav > li .menu_dropdown > div .sidea .column .recent:after {
  content: 'new';
  color: #dce631;
  font-size: 12px;
  padding-left: 10px;
}
.site_header .main_nav > li .menu_dropdown > div .sidea .column > a {
  float: left;
  width: 100%;
  text-decoration: none;
  color: #ffffff;
  font-size: 16px;
  line-height: 20px;
  padding-bottom: 15px;
  position: relative;
  text-align: left;
  transition: all 0.7s cubic-bezier(0.17, 0.67, 0.44, 1.1);
  -webkit-transition: all 0.7s cubic-bezier(0.17, 0.67, 0.44, 1.1);
}
.site_header .main_nav > li .menu_dropdown > div .sidea .column > a:hover {
  color: #dce631;
  transition: none;
  -webkit-transition: none;
}
.site_header .main_nav > li .menu_dropdown > div .sideb {
  background-color: #262a2b;
  color: #ffffff;
  float: right;
  font-family: 'BrandonTextBold', Helvetica, Arial, sans-serif;
  font-size: 18px;
  margin-top: 8px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}
.site_header .main_nav > li .menu_dropdown > div .sideb img {
  display: block;
}
.site_header .main_nav > li .menu_dropdown > div .sideb img:hover {
  -webkit-opacity: 0.8;
  -moz-opacity: 0.8;
  opacity: 0.8;
}
.site_header .main_nav > li .menu_dropdown > div .sideb > span {
  display: block;
  padding: 10px;
  max-width: 295px;
}
.site_header .main_nav > li .menu_dropdown .see_all {
  float: left;
}
@media screen and (max-width: 1200px) {
  .site_header .main_nav {
    margin-left: 0;
  }
  .site_header .main_nav li.social {
    float: none;
    position: absolute;
    right: 0;
  }
}
.site_header .favorite_show {
  z-index: 1;
  position: absolute;
  top: 0;
  right: 304px;
  font-size: 24px;
  line-height: 50px;
  color: #ffffff;
  cursor: pointer;
}
.site_header .favorite_show span:after {
  display: none;
}
.site_header .favorite_show .hover_hint,
.site_header .favorite_show .tapped_hint {
  display: inline-block;
  position: absolute;
  right: 37px;
  width: 150px;
  text-align: right;
  opacity: 0;
  transition: opacity 0.4s ease-out;
  margin-right: 0px;
  line-height: 50px;
  vertical-align: top;
  font-family: 'BrandonTextMedium', Helvetica, Arial, sans-serif;
  font-size: 14px;
  text-transform: uppercase;
}
.site_header .favorite_show:hover .hover_hint {
  opacity: 1;
}
.site_header .favorite_show.favorited .tapped_hint {
  opacity: 0;
  -webkit-transition: opacity .8s;
  transition: opacity .8s;
}
.site_header .favorite_show.favorited:hover .tapped_hint,
.site_header .favorite_show.favorited .appear .tapped_hint {
  opacity: 1;
}
.site_header .favorite_show.favorited .hover_hint {
  display: none;
}
.site_header .favorite_show.favorited span:after,
.site_header .favorite_show:hover span:after {
  display: inline-block;
}
.site_header .favorite_show.favorited span:before,
.site_header .favorite_show:hover span:before {
  display: none;
}
@media screen and (max-width: 1200px) {
  .site_header .favorite_show:hover .hover_hint,
  .site_header .favorite_show.favorited:hover .tapped_hint,
  .site_header .favorite_show.favorited .appear .tapped_hint {
    display: none;
  }
}
/* STICKY HEADER */
.sticky_header[style] {
  -webkit-transform: none !important;
  transform: none !important;
}
.sticky_header .site_header .top_outer {
  position: fixed;
  z-index: 5000001;
  top: 0;
  left: 0;
}
.sticky_header .site_header .bottom_outer,
.sticky_header .site_header .favorite_show,
.sticky_header .site_header .favorite_show .hover_hint,
.sticky_header .site_header .favorite_show .tapped_hint {
  display: none;
}
.sticky_header .site_header .site_logo {
  margin-top: -3px;
  padding: 0 5px 0 5px;
  font-size: 40px;
  line-height: 50px;
  height: 53px;
}
@media screen and (min-width: 961px) {
  .sticky_header .site_header .site_logo {
    animation: site_logo_size_in 0.25s;
  }
}
.sticky_header .site_header .full_logo_wrapper {
  animation: full_logo_slide_left 0.25s;
  left: -123px;
  pointer-events: none;
}
.sticky_header .site_header .full_logo_wrapper .logo_anim {
  background-position: 0px -1495px;
  animation: logo_anim 0.6s steps(23);
  animation-fill-mode: forwards;
  -webkit-animation: logo_anim 0.6s steps(23);
  -moz-animation: logo_anim 0.6s steps(23);
  -webkit-animation-fill-mode: forwards;
  transition: none;
}
@media screen and (min-width: 641px) and (max-width: 1024px) {
  .sticky_header .site_header .logo .icon {
    font-size: 40px;
    animation: site_logo_size_in 0.25s;
  }
}
.sticky_header .site_header .show_menu:hover .sub_nav {
  display: none;
}
.sticky_header .site_header .show_menu li.social {
  background: none;
  height: auto;
}
@media screen and (min-width: 641px) {
  .sticky_header .site_header .show_menu_wrapper {
    display: block;
    left: inherit;
    top: 0;
    right: 0;
    width: auto;
    max-height: 50px;
    overflow: hidden;
    transition: max-height 0.4s cubic-bezier(0.17, 0.67, 0.44, 1.1);
    -webkit-transition: max-height 0.4s cubic-bezier(0.17, 0.67, 0.44, 1.1);
  }
  .sticky_header .site_header .show_menu_wrapper.active {
    max-height: 450px;
  }
  .sticky_header .site_header .show_menu_wrapper.active .show_menu {
    display: block;
  }
  .sticky_header .site_header .show_menu_wrapper:hover .show_menu_btn {
    color: #dce631;
    transition: none;
    -webkit-transition: none;
  }
  .sticky_header .site_header .show_menu_wrapper .show_menu_btn {
    display: block;
    transition: color 0.7s cubic-bezier(0.17, 0.67, 0.44, 1.1);
    -webkit-transition: color 0.7s cubic-bezier(0.17, 0.67, 0.44, 1.1);
    line-height: 50px;
    float: right;
    margin-right: 50px;
  }
  .sticky_header .site_header .show_menu_wrapper .show_menu {
    width: 320px;
    margin: 50px 0 0 0;
    padding: 0;
    background: #000000;
    display: none;
  }
  .sticky_header .site_header .show_menu_wrapper .show_menu li {
    padding: 0 0 0 20px;
    display: block;
    float: none;
    font-size: 16px;
    line-height: 40px;
    margin: 0;
  }
  .sticky_header .site_header .show_menu_wrapper .show_menu li a {
    padding: 0px;
    margin-right: 6px;
  }
  .sticky_header .site_header .show_menu_wrapper .show_menu li a:after {
    content: '' !important;
  }
  .sticky_header .site_header .show_menu_wrapper .show_menu li.social {
    padding-bottom: 6px;
    position: relative;
    top: 0;
  }
  .sticky_header .site_header .show_menu_wrapper .show_menu li.social .top_flux_userbar {
    padding: 0 0 0 10px;
  }
  .sticky_header .site_header .show_menu_wrapper .show_menu li.social .flux4Widget .userBar .authContainer .thumbWrapper {
    line-height: normal;
  }
  .sticky_header .site_header .show_menu_wrapper .show_menu li.social .flux4Widget .userBar .authContainer .actionButton {
    line-height: 40px;
    font-size: 24px;
  }
  .sticky_header .site_header .show_menu_wrapper .show_menu li.has_subnav:hover .sub_nav {
    display: none;
  }
  .sticky_header .site_header .show_menu_wrapper .show_menu li:first-child {
    padding-top: 3px;
  }
}
.sticky_header .site_header .site_menu_wrapper {
  top: 0;
  z-index: 500;
}
.sticky_header .site_header .site_menu_wrapper .main_nav {
  margin-left: 50px;
}
.sticky_header .site_header .site_menu_wrapper .main_nav > li {
  -webkit-animation: global_sticky_enter 0.25s cubic-bezier(0, 0.78, 0.66, 1) 0s forwards;
  -moz-animation: global_sticky_enter 0.25s cubic-bezier(0, 0.78, 0.66, 1) 0s forwards;
  -o-animation: global_sticky_enter 0.25s cubic-bezier(0, 0.78, 0.66, 1) 0s forwards;
  animation: global_sticky_enter 0.25s cubic-bezier(0, 0.78, 0.66, 1) 0s forwards;
}
.sticky_header .site_header .site_menu_wrapper .social {
  display: none;
}
.sticky_header .site_header .menu_holder .hamburger {
  font-size: 19px;
}
.sticky_header .site_header .menu_holder .hamburger .icon:after {
  content: "\0048";
}
.sticky_header .site_header .search_wrapper {
  width: 50px;
}
@media screen and (min-width: 961px) {
  .sticky_header .site_header .search_wrapper {
    animation: search_wrapper_slide_in 0.25s;
  }
}
.sticky_header .site_header .search_wrapper .form_containment {
  width: 50px;
}
.sticky_header .site_header .search_wrapper .search_input {
  display: none;
}
.sticky_header .site_header .search_wrapper .search_btn {
  padding: 1px 0 0;
}
.sticky_header .site_header .search_wrapper.opened {
  right: 50px;
  width: 250px;
  overflow: visible;
  line-height: 50px;
  box-shadow: -5px 0 5px rgba(0, 0, 0, 0.15);
}
.sticky_header .site_header .search_wrapper.opened .form_containment {
  width: 250px;
}
.sticky_header .site_header .search_wrapper.opened .search_input {
  display: block;
  width: 215px;
  margin-right: 55px;
}
.sticky_header .site_header .search_wrapper.opened .search_btn {
  position: absolute;
  top: 0;
  right: 0;
}
.sticky_header .site_header .search_wrapper.opened .hide_search {
  display: block;
  right: -50px;
  width: 50px;
  height: 50px;
  line-height: 50px;
}
@media screen and (min-width: 961px) {
  .un_sticky_header .site_header .site_logo {
    animation: site_logo_size_out 0.25s;
  }
  .un_sticky_header .site_header .search_wrapper {
    animation: search_wrapper_slide_out 0.25s;
  }
}
@media screen and (min-width: 641px) and (max-width: 1024px) {
  .un_sticky_header .site_header .logo .icon {
    animation: site_logo_size_out 0.25s;
  }
}
.un_sticky_header .site_header .full_logo_wrapper {
  animation: full_logo_slide_right 0.25s;
}
.un_sticky_header .site_header .full_logo_wrapper .logo_anim {
  animation: logo_anim_reverse 0.25s steps(23);
  animation-fill-mode: forwards;
  -webkit-animation: logo_anim_reverse 0.25s steps(23);
  -webkit-animation-fill-mode: forwards;
  transition: none;
}
.triforce_rendered #background_holder,
#backgroundHolder {
  -webkit-transition: left 0.4s cubic-bezier(0.17, 0.67, 0.59, 1.21);
  transition: left 0.4s cubic-bezier(0.17, 0.67, 0.59, 1.21);
  left: 0;
}
.slide_opened .menu_holder .slide_menu {
  left: 0;
}
@media screen and (max-width: 30em) {
  .slide_opened .menu_holder .slide_menu {
    left: 0 !important;
  }
}
.slide_opened .menu_holder .hamburger {
  opacity: 1;
  position: relative;
  z-index: 100;
}
.slide_opened #background_holder,
.slide_opened #backgroundHolder {
  left: 340px;
  position: relative;
}
.slide_opened #background_holder .sticky_header .top_outer,
.slide_opened #backgroundHolder .sticky_header .top_outer {
  left: 340px;
}
.slide_opened #background_holder .hamburger .icon,
.slide_opened #backgroundHolder .hamburger .icon {
  color: #dce631;
}
.slide_opened #background_holder .page_overlay,
.slide_opened #backgroundHolder .page_overlay {
  top: 0;
}
.slide_opened #background_holder .slide_menu,
.slide_opened #backgroundHolder .slide_menu {
  margin-top: 0;
}
.slide_opened .global_footer,
.slide_opened #footer {
  left: 340px;
  position: relative;
}
/*  BREAK POINTS 
    TABLET: 1024px
    MOBILE: 640px | 480px
 */
/* TABLET */
@media screen and (max-width: 1200px) {
  .site_header .show_menu {
    margin-left: 0;
  }
}
@media screen and (max-width: 1024px) {
  .site_header .search_wrapper {
    width: 50px;
  }
  .site_header .search_wrapper .form_containment {
    width: 50px;
  }
  .site_header .search_wrapper .search_input {
    display: none;
  }
  .site_header .search_wrapper.opened {
    width: 250px;
    right: 50px;
    overflow: visible;
    box-shadow: -5px 0 5px rgba(0, 0, 0, 0.15);
  }
  .site_header .search_wrapper.opened .form_containment {
    width: 250px;
  }
  .site_header .search_wrapper.opened .search_input {
    display: block;
    width: 205px;
    margin-right: 45px;
    padding-top: 16px;
  }
  .site_header .search_wrapper.opened .search_btn {
    position: absolute;
    top: 0;
    right: 0;
  }
  .site_header .search_wrapper.opened .hide_search {
    width: 50px;
    height: 50px;
    line-height: 50px;
    right: -50px;
    display: block;
  }
  .site_header .full_logo_wrapper,
  .site_header .site_menu_wrapper,
  .site_header .favorite_show {
    display: none;
  }
  .site_header .menu_holder .hamburger .icon:after {
    content: "\0048";
  }
  .site_header .logo {
    display: inline-block;
  }
  .site_header .site_logo {
    margin-top: -3px;
    padding: 0 11px 0 4px;
    font-size: 40px;
    line-height: 50px;
  }
  .site_header .show_menu_wrapper {
    left: 0;
    right: 0;
    line-height: 45px;
    max-height: 45px;
    overflow: hidden;
    transition: max-height 0.4s cubic-bezier(0.17, 0.67, 0.44, 1.1);
    -webkit-transition: max-height 0.4s cubic-bezier(0.17, 0.67, 0.44, 1.1);
    background: #262a2b;
  }
  .site_header .show_menu_wrapper.active {
    max-height: 600px;
  }
  .site_header .show_menu_wrapper .show_menu_btn {
    display: block;
    line-height: 45px;
  }
  .site_header .show_menu_wrapper .show_menu_btn:hover,
  .site_header .show_menu_wrapper .show_menu_btn.visible {
    color: #dce631;
    cursor: pointer;
  }
  .site_header .show_menu {
    padding-left: 30px;
    margin: 0;
    padding: 0;
    background: #000000;
  }
  .site_header .show_menu li {
    padding: 0 0 0 20px;
    display: block;
    float: none;
    line-height: 40px;
  }
  .site_header .show_menu li a {
    padding: 0px;
  }
  .site_header .show_menu li a:after {
    content: '';
  }
  .site_header .show_menu li a.has_arrow:after {
    display: none;
  }
  .site_header .show_menu li.has_arrow:hover .sub_nav {
    display: none;
  }
  .site_header .show_menu li.social {
    height: 45px;
    background: none;
    padding-left: 20px;
    display: block;
  }
  .site_header .show_menu li.social a {
    display: inline-block;
    padding: 0 9px 0 0;
    margin: 0;
    line-height: 45px;
  }
  .site_header .show_menu li:hover .sub_nav {
    display: none;
  }
  .site_header .show_menu .flux4Widget > .userBar .authContainer .actionButton {
    line-height: 40px;
  }
  .site_header .show_menu .flux4Widget > .userBar .authContainer .actionButton.loggedIn {
    line-height: 21px;
  }
  .site_header .show_menu .flux4Widget > .userBar .authContainer .label {
    line-height: 40px;
  }
  .site_header .top_inner {
    padding-left: 10px;
  }
  .site_header .bottom_outer {
    height: 45px;
  }
  .site_header .new_eps_info {
    padding-left: 5px;
  }
  .sticky_header .site_header .show_menu_wrapper {
    background: none;
  }
  .sticky_header .site_header .new_eps_info {
    display: none;
  }
  .sticky_header .site_header .logo {
    margin-top: -2px;
    display: inline-block;
  }
  .sticky_header .site_header .logo .icon {
    font-size: 40px;
  }
}
/* MOBILE */
@media screen and (max-width: 640px) {
  .slide_opened #backgroundHolder,
  .slide_opened #background_holder,
  .slide_opened #background_holder .sticky_header .top_outer,
  .slide_opened .global_footer,
  .slide_opened #footer {
    left: 280px;
  }
  .site_header .top_inner {
    height: 40px;
    padding-left: 0px;
  }
  .site_header .new_eps_info,
  .site_header .favorite_show {
    display: none;
  }
  .site_header .show_logo {
    max-width: 200px;
    font-size: 20px;
    line-height: 40px;
  }
  .site_header .show_logo.long_title {
    line-height: 15px;
    font-size: 15px;
    max-width: 204px;
  }
  .site_header .show_logo.long_title .wrapper {
    height: 40px;
  }
  .site_header .show_menu_wrapper {
    top: 40px;
  }
  .site_header .show_menu_wrapper .show_menu_btn {
    width: 100%;
  }
  .site_header .show_menu_wrapper .show_menu_btn:hover,
  .site_header .show_menu_wrapper .show_menu_btn.visible {
    background: #dce631;
    color: #000000;
    cursor: pointer;
  }
  .site_header .show_menu li.social {
    position: relative;
    top: 0;
  }
  .site_header .menu_holder .hamburger {
    line-height: 40px;
    padding-left: 10px;
  }
  .site_header .menu_holder .hamburger .icon:after {
    content: "\0048";
  }
  .site_header .menu_holder .slide_menu {
    width: 280px;
  }
  .site_header .menu_holder .slide_menu .side_navigation > li {
    line-height: 40px;
    min-height: 40px;
  }
  .site_header .menu_holder .slide_menu .side_navigation > li > a {
    line-height: 40px;
  }
  .site_header .menu_holder .slide_menu .side_navigation .login .label,
  .site_header .menu_holder .slide_menu .side_navigation .login .loggedOut.sm4IconUser:after {
    line-height: 40px;
  }
  .site_header .menu_holder .slide_menu .side_navigation .login .loggedIn .thumbWrapper {
    padding-top: 10px;
  }
  .site_header .menu_holder .slide_menu .search {
    height: 40px;
  }
  .site_header .menu_holder .slide_menu .search .search_btn {
    width: 40px;
    margin: -5px;
    vertical-align: top;
    background-position: 0 0;
  }
  .site_header .menu_holder .slide_menu .search .search_input {
    padding: 9px 0 0 20px;
    width: 235px;
  }
  .site_header .show_menu_wrapper,
  .sticky_header .site_header .show_menu_wrapper {
    background: #262a2b;
  }
  .site_header .site_logo,
  .sticky_header .site_header .site_logo {
    padding: 0 4px;
    font-size: 32px;
    margin-top: -7px;
  }
  .site_header .logo,
  .sticky_header .site_header .logo {
    margin-top: -1px;
    height: 40px;
  }
  .site_header .logo .icon,
  .sticky_header .site_header .logo .icon {
    font-size: 32px;
    line-height: 40px;
  }
  .site_header .search_wrapper,
  .sticky_header .site_header .search_wrapper {
    width: 40px;
    height: 40px;
  }
  .site_header .search_wrapper .form_containment,
  .sticky_header .site_header .search_wrapper .form_containment {
    width: 40px;
    height: 40px;
  }
  .site_header .search_wrapper .search_btn,
  .sticky_header .site_header .search_wrapper .search_btn {
    margin: -5px;
    vertical-align: top;
  }
  .site_header .search_wrapper .search_input,
  .sticky_header .site_header .search_wrapper .search_input {
    width: 0px;
    transition: none;
    -webkit-transition: none;
  }
  .site_header .search_wrapper.opened,
  .sticky_header .site_header .search_wrapper.opened {
    width: -o-calc(100% - 40px);
    width: -webkit-calc(100% - 40px);
    width: -moz-calc(100% - 40px);
    width: calc(100% - 40px);
    right: 40px;
  }
  .site_header .search_wrapper.opened .form_containment,
  .sticky_header .site_header .search_wrapper.opened .form_containment {
    width: 100%;
  }
  .site_header .search_wrapper.opened .search_btn,
  .sticky_header .site_header .search_wrapper.opened .search_btn {
    width: 50px;
  }
  .site_header .search_wrapper.opened .search_input,
  .sticky_header .site_header .search_wrapper.opened .search_input {
    width: 100%;
    margin-right: 45px;
    padding-top: 10px;
  }
  .site_header .search_wrapper.opened .hide_search,
  .sticky_header .site_header .search_wrapper.opened .hide_search {
    width: 40px;
    height: 40px;
    line-height: 40px;
    right: -40px;
    display: block;
  }
  .sticky_header .site_header .bottom_outer {
    display: block;
    z-index: 5000000;
    position: fixed;
    top: 40px;
    left: 0;
  }
}
