/* manifest file: manifests/production/manifest.xml \ Feed profile:  */
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td,
img {
  margin: 0;
  padding: 0;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
input,
textarea {
  -webkit-appearance: none;
  border-radius: 0;
}
fieldset,
img {
  border: 0;
}
address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
  font-style: normal;
  font-weight: normal;
}
ol,
ul {
  list-style: none;
}
ol,
dl,
blockquote {
  margin-bottom: 1.618em;
}
ol {
  list-style-type: decimal;
  margin-left: 1.618em;
}
nav ul,
nav ol {
  list-style: none;
  margin: 0;
  padding: 0;
}
caption,
th {
  text-align: left;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}
q:before,
q:after {
  content: '';
}
abbr,
acronym {
  border: 0;
}
* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
/*
	@name: 				ce_fonts
	@implementation: 	package
	@functional: 		http://confluence.mtvi.com/SOME-PATH-TO-DOCUMENTATION
	@requires: 			
	@documentation: 	http://leafo.net/lessphp/docs/	 
	@author: 			religiog
*/
body,
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #777777;
  font-family: sans-serif;
  font-size: 1em;
  line-height: 1.375;
}
h1,
h2 {
  font-size: 2.125em;
}
.meta h1,
.meta h2,
.meta_info h1,
.meta_info h2 {
  font-size: 1.875em;
}
h3 {
  font-size: 0.875em;
}
/* Global colors */
/* Particular colors */
/* Flux */
/* Triforce-Mod */
/* CC Header */
/* Content Color */
/* #Comedy-Footer */
/*
	@name: 				fonts
	@implementation: 	
	@functional: 		http://confluence.mtvi.com/SOME-PATH-TO-DOCUMENTATION
	@requires: 			
	@documentation: 	http://leafo.net/lessphp/docs/	 
	@author: 			nelsonco
*/
/* icon font definition */
/* 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.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.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');
}
body,
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #242424;
  font-family: 'BrandonGrotesque-Black', Helvetica, Arial, sans-serif;
  line-height: 1em;
  font-size: 1em;
}
a,
a:visited {
  color: #3d9db9;
  text-decoration: none;
}
/*
	@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);
}
/*
* Video Player
*/
.player_holder {
  /*
	* Fix for PJS player from being clipped
	* causing element below to overlap.
	* PJS styles apply overflow: hidden
	*/
}
.player_holder .pjs {
  overflow: visible;
}
.player_holder .pjs.overflow_hidden {
  overflow: hidden;
}
.Linux .bgb,
.Mac .bgb {
  position: relative;
  top: 0.1875em;
}
.borderThick12 {
  border: 12px solid #d3d3d3;
}
.hscroll_arrows .arrow_base {
  background: #000000;
  background: rgba(0, 0, 0, 0.7);
  height: 100px;
  display: block;
  text-indent: -99999px;
  position: absolute;
  top: 0;
  width: 30px;
  z-index: 1;
}
.hscroll_arrows .arrow_base span {
  background: url('/sitewide/images/sprites/cr_site2013_sprite.png') no-repeat;
  display: block;
  height: 17px;
  left: 50%;
  position: absolute;
  top: 50%;
  margin-top: -9px;
  margin-left: -4px;
  width: 9px;
}
.hscroll_arrows .left_arrow {
  background: #000000;
  background: rgba(0, 0, 0, 0.7);
  height: 100px;
  display: block;
  text-indent: -99999px;
  position: absolute;
  top: 0;
  width: 30px;
  z-index: 1;
  border: 0 none;
  left: 0;
}
.hscroll_arrows .left_arrow span {
  background: url('/sitewide/images/sprites/cr_site2013_sprite.png') no-repeat;
  display: block;
  height: 17px;
  left: 50%;
  position: absolute;
  top: 50%;
  margin-top: -9px;
  margin-left: -4px;
  width: 9px;
}
.hscroll_arrows .left_arrow span {
  background-position: -290px -97px;
}
@media (max-device-width: 64em) {
  .hscroll_arrows .left_arrow {
    display: none !important;
  }
}
@media (min-width: 30em) {
  .hscroll_arrows .left_arrow {
    left: 10px;
  }
}
.hscroll_arrows .right_arrow {
  background: #000000;
  background: rgba(0, 0, 0, 0.7);
  height: 100px;
  display: block;
  text-indent: -99999px;
  position: absolute;
  top: 0;
  width: 30px;
  z-index: 1;
  right: 0;
}
.hscroll_arrows .right_arrow span {
  background: url('/sitewide/images/sprites/cr_site2013_sprite.png') no-repeat;
  display: block;
  height: 17px;
  left: 50%;
  position: absolute;
  top: 50%;
  margin-top: -9px;
  margin-left: -4px;
  width: 9px;
}
.hscroll_arrows .right_arrow span {
  background-position: -308px -97px;
}
@media (max-device-width: 64em) {
  .hscroll_arrows .right_arrow {
    display: none !important;
  }
}
.hscroll_arrows .right_arrow:not([style="display: none;"]) + .right_arrow {
  visibility: hidden;
  top: -9999px !important;
}
@media (min-width: 30em) {
  .hscroll_arrows .right_arrow {
    right: 10px;
  }
}
/*
@name:              JOKES
@styleguide:        http://confluence.mtvi.com/display/ENT/CSS+Style+Guide
@author:            $Author:  $
*/
.header {
  text-transform: uppercase;
}
.middle p {
  font-family: Georgia, "Times New Roman", Times, serif;
}
.icon {
  border: 0;
  background: transparent;
}
.utils_social_buttons {
  margin: 0 auto;
  width: 100%;
  text-align: center;
}
.utils_social_buttons .button {
  text-indent: -99999px;
  height: 32px;
  width: 174px;
  display: inline-block;
  margin-bottom: 5px;
  background: url('/sitewide/images/sprites/jokes.png');
}
.utils_social_buttons .button.twitter {
  background-position: -203px -1023px;
}
.utils_social_buttons .button.twitter:hover {
  background-position: -203px -1056px;
}
.utils_social_buttons .button.facebook {
  background-position: -203px -1089px;
}
.utils_social_buttons .button.facebook:hover {
  background-position: -203px -1122px;
}
.utils_main_button:after {
  clear: both;
  content: "";
  display: block;
  height: 0;
  visibility: hidden;
}
*:first-child + html .utils_main_button {
  display: block;
  min-height: 0;
}
.utils_main_button:after {
  display: block;
  height: 0;
  clear: both;
  content: "";
  visibility: hidden;
}
*:first-child + html .utils_main_button {
  display: block;
  min-height: 0;
}
.utils_main_button div {
  margin: 0 auto;
  max-width: 192px;
}
.utils_main_button div a {
  font-family: 'BrandonGrotesque-Black';
  letter-spacing: 0.125em;
  background-color: #3d9db9;
  border-radius: 1.1em;
  color: #ffffff;
  float: left;
  font-size: 11px;
  line-height: 24px;
  padding: 0 1.45em;
  position: relative;
  text-decoration: none;
  text-transform: uppercase;
  text-align: center;
}
.utils_main_button div a:hover {
  background-color: #51a7c0;
}
.utils_main_button div a .arrow {
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #fff;
  position: relative;
  top: 9px;
  left: 5px;
}
.utils_search {
  margin: 0 5px;
}
.utils_search:after {
  clear: both;
  content: "";
  display: block;
  height: 0;
  visibility: hidden;
}
*:first-child + html .utils_search {
  display: block;
  min-height: 0;
}
.utils_search:after {
  display: block;
  height: 0;
  clear: both;
  content: "";
  visibility: hidden;
}
*:first-child + html .utils_search {
  display: block;
  min-height: 0;
}
.utils_search .site_search {
  border: 10px solid #242424;
  border-radius: 24px;
  padding: 3px 12px;
  background-color: #ffffff;
  margin: 0 0 10px;
  font-family: sans-serif;
}
.utils_search .site_search .search_bg {
  background: url('/sitewide/images/sprites/topnav_sprite.png') no-repeat -7px -185px #ffffff;
  position: relative;
}
.utils_search .site_search .search_bg .query {
  font-family: sans-serif;
  font-size: 14px;
  font-weight: bold;
  border: 0;
  height: 20px;
  margin: 2px 0 0 14px;
  padding: 0 0 0 5px;
  width: 100%;
  color: #7e7e7e;
}
.utils_search .site_search .site {
  background: url('/sitewide/images/sprites/jokes.png') -198px -480px transparent;
  border: 0;
  cursor: pointer;
  height: 24px;
  margin: 0 -9px 0 5px;
  padding: 2px 6px 3px 6px;
  width: 85px;
  position: absolute;
  right: 22px;
  top: 12px;
  border-radius: 12px;
}
.utils_search .site_search .site:hover {
  background-position: -198px -514px;
}
@media (min-width: 48em) {
  .utils_search .site_search {
    border: 1px solid #e2e2e2;
    float: left;
    margin: 0;
  }
}
.utils_search .web {
  width: 85px;
  border-radius: 12px;
  margin: 13px 0 13px 5px;
  background: url('/sitewide/images/sprites/jokes.png') -288px -480px no-repeat;
  border: none;
  cursor: pointer;
  height: 24px;
}
.utils_search .web:hover {
  background-position: -288px -514px;
}
@media (max-width: 47em) {
  .utils_search .web {
    display: none;
  }
}
@media (min-width: 48em) {
  .utils_search .web {
    margin: 4px 0 2px 5px;
    float: right;
  }
}
.slide_menu,
#background_holder,
#backgroundHolder {
  -webkit-transition: left 0.5s ease 0s;
  -moz-transition: left 0.5s ease 0s;
  -o-transition: left 0.5s ease 0s;
  transition: left 0.5s ease 0s;
}
html,
body {
  font-family: Helvetica, Arial, sans-serif;
  overflow-x: hidden;
  height: auto;
  background-color: #f6f6f6;
  -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";
}
.clear {
  clear: both;
  height: 0;
}
#background_holder {
  background: #000000;
  position: relative;
}
#background_holder #content_holder {
  margin: auto;
  min-height: 800px;
  position: relative;
  width: 100%;
  -webkit-transition: left 0.1s ease-out 0s;
  -moz-transition: left 0.1s ease-out 0s;
  -o-transition: left 0.1s ease-out 0s;
  transition: left 0.1s ease-out 0s;
}
#background_holder #content_holder .moduleLoading {
  display: block;
  margin: 0 auto;
}
#background_holder #content_holder div.moduleLoading {
  margin: 10px auto 0;
  background: url("/sitewide/images/sprites/loading.gif");
  width: 32px;
  height: 32px;
}
#background_holder #content_holder div.moduleLoading.right_arrow {
  background-size: 16px 16px;
  position: absolute;
  display: block !important;
  right: 0;
  margin-top: 43px;
  width: 16px;
  height: 16px;
}
#background_holder.active #content_holder {
  -webkit-transition: left 0.1s ease-out 0s;
  -moz-transition: left 0.1s ease-out 0s;
  -o-transition: left 0.1s ease-out 0s;
  transition: left 0.1s ease-out 0s;
  left: 280px;
}
#background_holder.active #content_holder {
  position: fixed;
  background-color: #000000;
}
#background_holder #leaderboard,
#background_holder #leaderboard_mobile {
  margin: 0 auto;
  max-width: 970px;
  text-align: center;
}
#background_holder #leaderboard {
  display: block;
}
@media screen and (max-width: 728px) {
  #background_holder #leaderboard {
    display: none;
  }
}
#background_holder #leaderboard_mobile {
  padding: 10px 0;
}
@media screen and (min-width: 727px) {
  #background_holder #leaderboard_mobile {
    display: none;
  }
}
#background_holder #leaderboard[data-adsize="928x90"],
#background_holder #leaderboard[data-adsize="728x90"] {
  min-height: 90px;
}
#background_holder [data-adsize="0"] {
  width: 970px;
  height: auto;
}
#background_holder [data-adsize="970x66"] {
  width: 970px;
}
#background_holder [data-adsize="300x250"] {
  width: 300px;
  height: 250px;
}
#background_holder [data-adsize="300x50"] {
  width: 300px;
}
#background_holder #leaderboard.has_opa {
  width: 970px;
  height: auto;
}
.module {
  padding: 40px 0;
}
.module .module_content {
  position: relative;
  max-width: 1200px;
  margin: auto;
}
@media (max-width: 47.938em) {
  .module {
    padding: 1.25em 0.625em 1.875em 0.625em;
  }
}
@media screen and (min-width: 48em) and (max-width: 1240px) {
  .module {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (max-width: 47.938em) {
  .module {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.module h1,
.module h2 {
  margin: 0em 0em 0.66666667em 0em;
}
.m_hscroll {
  position: relative;
  padding: 1.875em 0em 0em 0em;
}
.m_hscroll h1,
.m_hscroll h2 {
  font-size: 1.5em;
  text-transform: uppercase;
  margin: 0 0 15px 0;
  padding: 0 0 4px;
}
@media screen and (max-width: 75em) {
  .m_hscroll h1,
  .m_hscroll h2 {
    font-size: 1.25em;
  }
}
@media screen and (max-width: 64em) {
  .m_hscroll h1,
  .m_hscroll h2 {
    font-size: 1.125em;
  }
}
@media (min-width: 30em) {
  .m_hscroll h1,
  .m_hscroll h2 {
    padding: 0 10px 4px;
  }
}
@media (max-device-width: 47.938em) {
  .m_hscroll {
    padding: 1.25em 0em 1.25em 0em;
  }
  .m_hscroll div ul li {
    margin-left: 0 !important;
    margin-right: 20px !important;
  }
}
.m_hscroll .item_info {
  position: absolute;
  left: 0;
  top: 5px;
}
.m_hscroll .tabbed .tabs {
  float: left;
  margin: 0em 0em 0em 0.625em;
}
.m_hscroll .tabbed .tabs span {
  float: left;
  margin: 0em 0em 0em 1.25em;
  font-size: 0.875em;
  line-height: 200%;
}
.m_hscroll a {
  text-decoration: none;
}
.m_hscroll .carouselWrapper {
  padding: 0;
  overflow: visible;
}
@media (min-width: 30em) {
  .m_hscroll .carouselWrapper {
    padding: 0em 0.625em 0em 0.625em;
  }
}
.m_hscroll .carouselWrapper .hover_overlay {
  color: #f9f9f9;
  cursor: default;
  display: none;
  width: 280px;
  min-height: 150px;
  left: 200px;
  overflow: visible;
  font-family: 'BrandonTextMedium', Helvetica, Arial, sans-serif;
  opacity: .95;
  padding: 10px 20px 15px 20px;
  position: absolute;
  top: -20px;
  background-color: #342e30;
  box-shadow: 0 0 1em black;
  z-index: 5;
}
.m_hscroll .carouselWrapper .hover_overlay:before {
  content: "";
  position: absolute;
  left: auto;
  right: -20px;
  top: 40%;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 15px 0 15px 30px;
  border-color: transparent transparent transparent #342e30;
}
.m_hscroll .carouselWrapper .hover_overlay .overlay_title {
  float: none;
  padding-bottom: 5px;
}
.m_hscroll .carouselWrapper .hover_overlay .overlay_metadata {
  font-size: 0.6875em;
  padding-bottom: 5px;
  text-transform: uppercase;
}
.m_hscroll .carouselWrapper .hover_overlay .overlay_description {
  font-size: 0.875em;
}
.m_hscroll .carouselWrapper .first_item {
  left: 200px;
}
.m_hscroll .carouselWrapper .first_item:before {
  right: auto;
  left: -20px;
  border-width: 15px 30px 15px 0;
  border-color: transparent #342e30 transparent transparent;
}
.m_hscroll .mask {
  overflow: hidden;
}
.m_hscroll div {
  margin: 0 auto;
  position: relative;
}
@media (max-device-width: 64em) {
  .m_hscroll div.mask {
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
  }
}
.m_hscroll div ul li {
  float: left;
  margin-left: 0;
  margin-right: 20px;
  position: relative;
}
.m_hscroll div ul li div {
  float: left;
  margin-bottom: 6px;
}
.m_hscroll div ul li div em {
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px 1px 1px 1px);
  /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
}
.m_hscroll div ul li div a,
.m_hscroll div ul li div img {
  display: block;
}
.m_hscroll div ul li div p {
  font-size: 1em;
  line-height: 125%;
  min-height: 100px;
  position: relative;
}
.m_hscroll div ul li div p .title {
  position: absolute;
  left: 0;
  top: 5px;
}
.m_hscroll div ul li div p .duration {
  color: #777777;
}
@media (max-width: 48em) {
  .exclude_tablet {
    display: none;
  }
}
@media (max-width: 20em) {
  .exclude_phone {
    display: none;
  }
}
.mask .image_holder {
  position: relative;
  overflow: hidden;
  background: #000000;
}
.mask .image_holder:before {
  content: "";
  display: block;
  padding-top: 56.25%;
}
.mask .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;
}
.mask .image_holder.deferred .image {
  opacity: 0;
}
.mask .image_holder,
.mask .video_holder,
.mask .mask li > div {
  float: none;
  margin-bottom: 0;
}
.image {
  vertical-align: top;
}
/* Overrides Package Level Style */
#background_holder,
#backgroundHolder {
  background: #f6f6f6;
  left: 0;
}
.leaderboard {
  padding: 10px 0;
  width: 728px;
  height: 110px;
  margin: 0 auto;
}
.leaderboard.mobile {
  width: 300px;
  height: 70px;
}
/*
@media screen and (max-width: @2xlarge-max-width) {
    .ad[data-adsize="300x250"] {
        display: none;
    }
}
*/
#content_holder > div .module {
  padding-left: 24px;
  padding-right: 24px;
}
@media screen and (min-width: 63.938em) {
  #content_holder > div .module {
    padding-left: 0;
    padding-right: 0;
  }
}
/*
#content_holder > div .module {
    padding-left: 24px;
    padding-right: 24px;
    
    @media screen and (min-width: @2xlarge-max-width) {
        padding-left: 0;
        padding-right: 0;
    }
}
*/
.module {
  padding: 0 0 20px;
  margin: 0 auto;
  max-width: 980px;
}
.module .module_content {
  max-width: 980px;
}
#content_holder .module {
  padding-left: 24px;
  padding-right: 24px;
}
@media screen and (min-width: 63.938em) {
  #content_holder .module {
    padding-left: 0;
    padding-right: 0;
  }
}
#content_holder .tier_2_col .module {
  padding-left: 0;
  padding-right: 0;
}
.tier_2_col {
  position: relative;
  margin: 20px auto 0;
}
@media (min-width: 48em) {
  .tier_2_col {
    position: relative;
    max-width: 980px;
  }
  .tier_2_col [id*="_lc"] {
    min-height: 400px;
  }
  .tier_2_col > div {
    float: left;
    width: 100%;
    margin-right: -330px;
  }
  .tier_2_col > div + div {
    float: right;
    width: 330px;
    margin-right: 0;
  }
  .tier_2_col:after,
  .tier_2_col:before {
    clear: both;
    content: "";
    display: block;
    height: 0;
    visibility: hidden;
  }
  .tier_2_col > [id$="_rc"] > .module {
    float: right;
  }
  .tier_2_col > [id$="_lc"] > .module,
  .tier_2_col > [id$="_rc"] > .module {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }
  .tier_2_col > [id$="_lc"] > .module {
    margin-right: 330px;
  }
}
@media (min-width: 64em) {
  .tier_2_col {
    margin: 20px auto 0;
  }
}
/*
@media only screen and @2xlarge-max-width and (orientation : landscape) and @pixelRatio125 {
    .ad[data-adsize="300x250"] {
        display: none;
    }
}

@media only screen and (max-width: @2xlarge) and (orientation : landscape){
    .ad[data-adsize="300x250"] {
        display: none;
    }
}

@media (max-width: @2xlarge-max-width) {
    .tier_2_col > [id$="_rc"] {
        display: none;
    }
}
*/
#activityIndicator {
  display: none;
  z-index: 6000001;
  position: fixed;
  right: 8px;
  bottom: 8px;
  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;
}
button:focus,
input:focus {
  outline: 0;
}
/* Text that should be hided visially, but should be accessible for screen readers */
.screen-reader-text {
  position: absolute;
  top: -9999px;
  left: -9999px;
}
/* Flux Widget - CSS Overrides*/
body > .flux4.flux4Widget {
  z-index: 6000000 !important;
}
body > .flux4.flux4Widget .dropdownWrapper {
  z-index: 6000000 !important;
}
.m_hscroll .arrow_base {
  background: #000000;
  background: rgba(0, 0, 0, 0.7);
  height: 100px;
  display: block;
  text-indent: -99999px;
  position: absolute;
  top: 0;
  width: 30px;
  z-index: 1;
}
.m_hscroll .arrow_base span {
  background: url('/sitewide/images/sprites/cr_site2013_sprite.png') no-repeat;
  display: block;
  height: 17px;
  left: 50%;
  position: absolute;
  top: 50%;
  margin-top: -9px;
  margin-left: -4px;
  width: 9px;
}
.m_hscroll .left_arrow {
  background: #000000;
  background: rgba(0, 0, 0, 0.7);
  height: 100px;
  display: block;
  text-indent: -99999px;
  position: absolute;
  top: 0;
  width: 30px;
  z-index: 1;
  border: 0 none;
  left: 0;
}
.m_hscroll .left_arrow span {
  background: url('/sitewide/images/sprites/cr_site2013_sprite.png') no-repeat;
  display: block;
  height: 17px;
  left: 50%;
  position: absolute;
  top: 50%;
  margin-top: -9px;
  margin-left: -4px;
  width: 9px;
}
.m_hscroll .left_arrow span {
  background-position: -290px -97px;
}
@media (max-device-width: 64em) {
  .m_hscroll .left_arrow {
    display: none !important;
  }
}
@media (min-width: 30em) {
  .m_hscroll .left_arrow {
    left: 10px;
  }
}
.m_hscroll .right_arrow {
  background: #000000;
  background: rgba(0, 0, 0, 0.7);
  height: 100px;
  display: block;
  text-indent: -99999px;
  position: absolute;
  top: 0;
  width: 30px;
  z-index: 1;
  right: 0;
}
.m_hscroll .right_arrow span {
  background: url('/sitewide/images/sprites/cr_site2013_sprite.png') no-repeat;
  display: block;
  height: 17px;
  left: 50%;
  position: absolute;
  top: 50%;
  margin-top: -9px;
  margin-left: -4px;
  width: 9px;
}
.m_hscroll .right_arrow span {
  background-position: -308px -97px;
}
@media (max-device-width: 64em) {
  .m_hscroll .right_arrow {
    display: none !important;
  }
}
.m_hscroll .right_arrow:not([style="display: none;"]) + .right_arrow {
  visibility: hidden;
  top: -9999px !important;
}
@media (min-width: 30em) {
  .m_hscroll .right_arrow {
    right: 10px;
  }
}
.generic-image {
  margin-bottom: 10px;
}
@media (max-width: 48em) {
  .generic-image {
    width: 100%;
  }
  .generic-image ul {
    margin: 0 auto;
    max-width: 300px;
  }
}
.generic-image img {
  max-width: 100%;
  height: auto;
}
.header h2 {
  font-size: 2em;
}
#background_holder #leaderboard {
  margin-bottom: 10px;
  min-height: 90px;
}
#background_holder #leaderboard > div {
  padding: 0;
}
#background_holder .module {
  padding: 0;
}
@-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: #3479a5;
  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::-ms-clear {
  display: none;
  width: 0;
  height: 0;
}
.site_header .search_input::-moz-placeholder {
  color: rgba(255, 255, 255, 0.6);
}
.site_header .search_input::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.6);
}
.site_header .search_input:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.6);
}
.site_header .search_input:focus::-webkit-input-placeholder {
  color: transparent;
}
.site_header .search_input:focus::-moz-placeholder {
  color: transparent;
}
.site_header .search_input:focus:-ms-input-placeholder {
  color: transparent;
}
.site_header .search_input:focus {
  color: #ffffff;
}
.site_header .search {
  height: 50px;
}
.site_header .search .search_input {
  padding: 17px 0 0 20px;
  width: 285px;
}
.site_header .search .search_input:focus {
  padding-top: 14px;
  font-size: 16px;
}
.site_header .top_inner {
  position: relative;
  max-width: 980px;
  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: #3479a5;
  z-index: 5000000;
}
.site_header .bottom_outer {
  width: 100%;
  background: #272a2b;
  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: #d9df1e;
  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: #d9df1e;
  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: #d9df1e;
  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: #d9df1e;
}
.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: #d9df1e;
  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: #d9df1e;
  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: #d9df1e;
  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: #d9df1e;
  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-size: 36px;
  font-family: 'BrandonGrotesque-Black', Helvetica, Arial, sans-serif;
  transition: color 0.25s ease-in;
  -webkit-transition: color 0.25s ease-in;
  margin: 0;
}
.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: #3479a5;
}
.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: 980px;
  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: #d9df1e;
  color: #000000;
}
.site_header .show_menu > li:not(.social):hover,
.site_header .main_nav > li:not(.social):hover {
  background-color: #d9df1e;
  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: #272a2b;
  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: #d9df1e;
  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: #d9df1e;
  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: #d9df1e;
  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: #d9df1e;
  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: #d9df1e;
  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: #d9df1e;
  cursor: default;
}
.site_header .main_nav > li .current:hover {
  color: #d9df1e;
  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: 980px;
  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: #d9df1e;
  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: #d9df1e;
  transition: none;
  -webkit-transition: none;
}
.site_header .main_nav > li .menu_dropdown > div .sideb {
  background-color: #272a2b;
  color: #ffffff;
  float: right;
  font-family: 'BrandonTextBold', Helvetica, Arial, sans-serif;
  font-size: 18px;
  margin-top: 8px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}
.site_header .main_nav > li .menu_dropdown > div .sideb img {
  display: block;
}
.site_header .main_nav > li .menu_dropdown > div .sideb img:hover {
  -webkit-opacity: 0.8;
  -moz-opacity: 0.8;
  opacity: 0.8;
}
.site_header .main_nav > li .menu_dropdown > div .sideb > span {
  display: block;
  padding: 10px;
  max-width: 295px;
}
.site_header .main_nav > li .menu_dropdown .see_all {
  float: left;
}
@media screen and (max-width: 1200px) {
  .site_header .main_nav {
    margin-left: 0;
  }
  .site_header .main_nav li.social {
    float: none;
    position: absolute;
    right: 0;
  }
}
.site_header .favorite_show {
  z-index: 1;
  position: absolute;
  top: 0;
  right: 304px;
  font-size: 24px;
  line-height: 50px;
  color: #ffffff;
  cursor: pointer;
}
.site_header .favorite_show span:after {
  display: none;
}
.site_header .favorite_show .hover_hint,
.site_header .favorite_show .tapped_hint {
  display: inline-block;
  position: absolute;
  right: 37px;
  width: 150px;
  text-align: right;
  opacity: 0;
  transition: opacity 0.4s ease-out;
  margin-right: 0px;
  line-height: 50px;
  vertical-align: top;
  font-family: 'BrandonTextMedium', Helvetica, Arial, sans-serif;
  font-size: 14px;
  text-transform: uppercase;
}
.site_header .favorite_show:hover .hover_hint {
  opacity: 1;
}
.site_header .favorite_show.favorited .tapped_hint {
  opacity: 0;
  -webkit-transition: opacity .8s;
  transition: opacity .8s;
}
.site_header .favorite_show.favorited:hover .tapped_hint,
.site_header .favorite_show.favorited .appear .tapped_hint {
  opacity: 1;
}
.site_header .favorite_show.favorited .hover_hint {
  display: none;
}
.site_header .favorite_show.favorited span:after,
.site_header .favorite_show:hover span:after {
  display: inline-block;
}
.site_header .favorite_show.favorited span:before,
.site_header .favorite_show:hover span:before {
  display: none;
}
@media screen and (max-width: 1200px) {
  .site_header .favorite_show:hover .hover_hint,
  .site_header .favorite_show.favorited:hover .tapped_hint,
  .site_header .favorite_show.favorited .appear .tapped_hint {
    display: none;
  }
}
/* STICKY HEADER */
.sticky_header[style] {
  -webkit-transform: none !important;
  transform: none !important;
}
.sticky_header .site_header .top_outer {
  position: fixed;
  z-index: 5000001;
  top: 0;
  left: 0;
}
.sticky_header .site_header .bottom_outer,
.sticky_header .site_header .favorite_show,
.sticky_header .site_header .favorite_show .hover_hint,
.sticky_header .site_header .favorite_show .tapped_hint {
  display: none;
}
.sticky_header .site_header .site_logo {
  margin-top: -3px;
  padding: 0 5px 0 5px;
  font-size: 40px;
  line-height: 50px;
  height: 53px;
}
@media screen and (min-width: 961px) {
  .sticky_header .site_header .site_logo {
    animation: site_logo_size_in 0.25s;
  }
}
.sticky_header .site_header .full_logo_wrapper {
  animation: full_logo_slide_left 0.25s;
  left: -123px;
  pointer-events: none;
}
.sticky_header .site_header .full_logo_wrapper .logo_anim {
  background-position: 0px -1495px;
  animation: logo_anim 0.6s steps(23);
  animation-fill-mode: forwards;
  -webkit-animation: logo_anim 0.6s steps(23);
  -moz-animation: logo_anim 0.6s steps(23);
  -webkit-animation-fill-mode: forwards;
  transition: none;
}
@media screen and (min-width: 641px) and (max-width: 1024px) {
  .sticky_header .site_header .logo .icon {
    font-size: 40px;
    animation: site_logo_size_in 0.25s;
  }
}
.sticky_header .site_header .show_menu:hover .sub_nav {
  display: none;
}
.sticky_header .site_header .show_menu li.social {
  background: none;
  height: auto;
}
@media screen and (min-width: 641px) {
  .sticky_header .site_header .show_menu_wrapper {
    display: block;
    left: inherit;
    top: 0;
    right: 0;
    width: auto;
    max-height: 50px;
    overflow: hidden;
    transition: max-height 0.4s cubic-bezier(0.17, 0.67, 0.44, 1.1);
    -webkit-transition: max-height 0.4s cubic-bezier(0.17, 0.67, 0.44, 1.1);
  }
  .sticky_header .site_header .show_menu_wrapper.active {
    max-height: 450px;
  }
  .sticky_header .site_header .show_menu_wrapper.active .show_menu {
    display: block;
  }
  .sticky_header .site_header .show_menu_wrapper:hover .show_menu_btn {
    color: #d9df1e;
    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 {
  -webkit-transition: left 0.4s cubic-bezier(0.17, 0.67, 0.59, 1.21);
  transition: left 0.4s cubic-bezier(0.17, 0.67, 0.59, 1.21);
  left: 0;
}
.slide_opened .menu_holder .slide_menu {
  left: 0;
}
@media screen and (max-width: 30em) {
  .slide_opened .menu_holder .slide_menu {
    left: 0 !important;
  }
}
.slide_opened .menu_holder .hamburger {
  opacity: 1;
  position: relative;
  z-index: 100;
}
.slide_opened #background_holder {
  left: 340px;
  position: relative;
}
.slide_opened #background_holder .sticky_header .top_outer {
  left: 340px;
}
.slide_opened #background_holder .hamburger .icon {
  color: #d9df1e;
}
.slide_opened #background_holder .page_overlay {
  top: 0;
}
.slide_opened #background_holder .slide_menu {
  margin-top: 0;
}
.slide_opened .global_footer,
.slide_opened #footer {
  left: 340px;
  position: relative;
}
/*  BREAK POINTS 
    TABLET: 1024px
    MOBILE: 640px | 480px
 */
/* TABLET */
@media screen and (max-width: 1200px) {
  .site_header .show_menu {
    margin-left: 0;
  }
}
@media screen and (max-width: 1024px) {
  .site_header .search_wrapper {
    width: 50px;
  }
  .site_header .search_wrapper .form_containment {
    width: 50px;
  }
  .site_header .search_wrapper .search_input {
    display: none;
  }
  .site_header .search_wrapper.opened {
    width: 250px;
    right: 50px;
    overflow: visible;
    box-shadow: -5px 0 5px rgba(0, 0, 0, 0.15);
  }
  .site_header .search_wrapper.opened .form_containment {
    width: 250px;
  }
  .site_header .search_wrapper.opened .search_input {
    display: block;
    width: 205px;
    margin-right: 45px;
    padding-top: 16px;
  }
  .site_header .search_wrapper.opened .search_btn {
    position: absolute;
    top: 0;
    right: 0;
  }
  .site_header .search_wrapper.opened .hide_search {
    width: 50px;
    height: 50px;
    line-height: 50px;
    right: -50px;
    display: block;
  }
  .site_header .full_logo_wrapper,
  .site_header .site_menu_wrapper,
  .site_header .favorite_show {
    display: none;
  }
  .site_header .menu_holder .hamburger .icon:after {
    content: "\0048";
  }
  .site_header .logo {
    display: inline-block;
  }
  .site_header .site_logo {
    margin-top: -3px;
    padding: 0 11px 0 4px;
    font-size: 40px;
    line-height: 50px;
  }
  .site_header .show_menu_wrapper {
    left: 0;
    right: 0;
    line-height: 45px;
    max-height: 45px;
    overflow: hidden;
    transition: max-height 0.4s cubic-bezier(0.17, 0.67, 0.44, 1.1);
    -webkit-transition: max-height 0.4s cubic-bezier(0.17, 0.67, 0.44, 1.1);
    background: #272a2b;
  }
  .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: #d9df1e;
    cursor: pointer;
  }
  .site_header .show_menu {
    padding-left: 30px;
    margin: 0;
    padding: 0;
    background: #000000;
  }
  .site_header .show_menu li {
    padding: 0 0 0 20px;
    display: block;
    float: none;
    line-height: 40px;
  }
  .site_header .show_menu li a {
    padding: 0px;
  }
  .site_header .show_menu li a:after {
    content: '';
  }
  .site_header .show_menu li a.has_arrow:after {
    display: none;
  }
  .site_header .show_menu li.has_arrow:hover .sub_nav {
    display: none;
  }
  .site_header .show_menu li.social {
    height: 45px;
    background: none;
    padding-left: 20px;
    display: block;
  }
  .site_header .show_menu li.social a {
    display: inline-block;
    padding: 0 9px 0 0;
    margin: 0;
    line-height: 45px;
  }
  .site_header .show_menu li:hover .sub_nav {
    display: none;
  }
  .site_header .show_menu .flux4Widget > .userBar .authContainer .actionButton {
    line-height: 40px;
  }
  .site_header .show_menu .flux4Widget > .userBar .authContainer .actionButton.loggedIn {
    line-height: 21px;
  }
  .site_header .show_menu .flux4Widget > .userBar .authContainer .label {
    line-height: 40px;
  }
  .site_header .top_inner {
    padding-left: 10px;
    max-width: 100%;
  }
  .site_header .bottom_outer {
    height: 45px;
  }
  .site_header .new_eps_info {
    padding-left: 5px;
  }
  .sticky_header .site_header .show_menu_wrapper {
    background: none;
  }
  .sticky_header .site_header .new_eps_info {
    display: none;
  }
  .sticky_header .site_header .logo {
    margin-top: -2px;
    display: inline-block;
  }
  .sticky_header .site_header .logo .icon {
    font-size: 40px;
  }
}
/* MOBILE */
@media screen and (max-width: 640px) {
  .slide_opened #background_holder,
  .slide_opened #background_holder .sticky_header .top_outer,
  .slide_opened .global_footer,
  .slide_opened #footer {
    left: 280px;
  }
  .site_header .top_inner {
    height: 40px;
    padding-left: 0px;
  }
  .site_header .new_eps_info,
  .site_header .favorite_show {
    display: none;
  }
  .site_header .show_logo {
    max-width: 200px;
  }
  .site_header .show_logo.long_title {
    max-width: 204px;
  }
  .site_header .show_logo.long_title .wrapper {
    height: 40px;
  }
  .site_header .show_logo.long_title .title {
    line-height: 15px;
    font-size: 15px;
  }
  .site_header .show_logo .title {
    font-size: 20px;
    line-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: #d9df1e;
    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: #272a2b;
  }
  .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;
  }
}
#triforce_debug ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#triforce_debug ul.visible {
  margin-bottom: 3px;
  border-bottom: 1px solid #919191;
}
#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 .triforce_overlay {
  display: none;
  width: 240px;
  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: 1001;
}
#triforce_debug .triforce_overlay .manifest {
  width: 100%;
  margin-bottom: 8px;
}
#triforce_debug .triforce_overlay li {
  display: block;
  margin: 0 0 10px 0;
  height: 28px;
}
#triforce_debug .triforce_overlay .text {
  height: 28px;
  display: inline-block;
  width: 140px;
  float: left;
  line-height: 28px;
  padding-left: 8px;
}
#triforce_debug .triforce_overlay .showMore {
  cursor: pointer;
  width: 100%;
  padding: 5px 0;
  text-align: center;
  font-size: 12px;
  border-bottom: solid 1px #919191;
  margin-bottom: 3px;
}
#triforce_debug .triforce_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 .triforce_overlay .switch input[type=checkbox] {
  display: none;
}
#triforce_debug .triforce_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 .triforce_overlay .switch.on .thumb {
  -webkit-transform: translate3d(49px, 0, 0);
  -o-transform: translateX(49px);
  -moz-transform: translateX(49px);
}
#triforce_debug .triforce_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 .triforce_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);
}
button.page-clear {
  color: #fff;
  background-color: #5cb85c;
  display: block;
  padding: 6px 12px;
  margin: 5px auto;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid #4cae4c;
  border-radius: 4px;
}
div.logout {
  display: inline-block !important;
  background: #fff;
  color: #000;
  cursor: pointer;
  width: 200px;
  text-align: center;
  padding: 5px 10px;
  font-size: 14px;
}
div.page-clear-overlay {
  width: 320px;
  height: 320px;
  z-index: 9999999;
  position: fixed;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  outline: 0;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  color: #428bca;
  padding: 5px;
}
div.page-clear-overlay span.close {
  position: absolute;
  top: 2px;
  right: 10px;
  font-size: 24px;
  cursor: pointer;
  color: #000;
}
div.page-clear-overlay p {
  font-size: 14px;
  text-align: center;
  padding: 10px;
}
div.page-clear-overlay p.error {
  color: #d9534f;
}
div.page-clear-overlay button.start {
  color: #fff;
  background-color: #5cb85c;
  display: block;
  padding: 6px 12px;
  margin: 5px auto;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid #4cae4c;
  border-radius: 4px;
}
div.page-clear-overlay ul.events {
  font-size: 12px;
  margin: 10px;
  height: 180px;
  overflow-y: scroll;
}
div.page-clear-overlay ul.events li {
  margin-bottom: 5px;
  background: url(/sitewide/images/preloader.gif) no-repeat;
  background-size: 10px 10px;
  padding-left: 12px;
  line-height: 15px;
}
div.page-clear-overlay ul.events li.complete {
  color: #5cb85c;
  font-weight: bold;
  background: transparent none;
}
div.page-clear-overlay ul.events li.complete:after {
  content: '\2713 ';
}
/*file=/jokes.cc.com/styles/less/modules/ent_m002_jokes/v1.less */
.ent_m002_jokes_v1:after {
  clear: both;
  content: "";
  display: block;
  height: 0;
  visibility: hidden;
}
*:first-child + html .ent_m002_jokes_v1 {
  display: block;
  min-height: 0;
}
.ent_m002_jokes_v1:after {
  display: block;
  height: 0;
  clear: both;
  content: "";
  visibility: hidden;
}
*:first-child + html .ent_m002_jokes_v1 {
  display: block;
  min-height: 0;
}
.ent_m002_jokes_v1 .module_content {
  border-radius: 12px;
  background-color: #eaeaea;
  margin-bottom: 20px;
}
.ent_m002_jokes_v1 .module_content .sm4Widget {
  display: block;
}
.ent_m002_jokes_v1 .module_content .header,
.ent_m002_jokes_v1 .module_content .middle {
  border-right: 2px solid #e2e2e2;
  border-left: 2px solid #e2e2e2;
}
.ent_m002_jokes_v1 .module_content .header {
  border-radius: 10px 10px 0 0;
  border-top: 2px solid #e2e2e2;
  font-size: 23px;
  padding: 23px 10px 4px 28px;
}
.ent_m002_jokes_v1 .module_content .header h2 {
  font-family: 'BrandonGrotesque-Black';
  letter-spacing: 0.125em;
  font-size: 23px;
  margin-bottom: 0;
}
.ent_m002_jokes_v1 .module_content .middle {
  border-radius: 0 0 10px 10px;
  border-bottom: 2px solid #e2e2e2;
  padding-bottom: 14px;
}
.ent_m002_jokes_v1 .module_content .middle:after {
  clear: both;
  content: "";
  display: block;
  height: 0;
  visibility: hidden;
}
*:first-child + html .ent_m002_jokes_v1 .module_content .middle {
  display: block;
  min-height: 0;
}
.ent_m002_jokes_v1 .module_content .middle:after {
  display: block;
  height: 0;
  clear: both;
  content: "";
  visibility: hidden;
}
*:first-child + html .ent_m002_jokes_v1 .module_content .middle {
  display: block;
  min-height: 0;
}
.ent_m002_jokes_v1 .module_content .middle .activity_feed.flux4Widget .comments .mainHeader {
  padding: 0px 30px;
  background-color: #eaeaea;
  border: 0;
}
.ent_m002_jokes_v1 .module_content .middle .activity_feed.flux4Widget .comments .moduleContent {
  padding: 0;
  border-top: 1px solid #d1d1d1;
  padding: 10px 0 0;
}
.ent_m002_jokes_v1 .module_content .middle .activity_feed.flux4Widget .comments .mainHeader .actionsPanel {
  background: #dddddd;
  border-top: none;
  margin-top: 5px;
}
.ent_m002_jokes_v1 .module_content .middle .activity_feed.flux4Widget .comments .mainHeader .activityListContainer .thereIsNothing p {
  font-family: sans-serif;
}
.ent_m002_jokes_v1 .module_content .middle .activity_feed.flux4Widget .comments .userAvatarComment {
  display: none;
}
.ent_m002_jokes_v1 .module_content .middle .activity_feed.flux4Widget .comments .commentContainer .rightPointer {
  display: none;
}
.ent_m002_jokes_v1 .module_content .middle .activity_feed.flux4Widget .comments .commentInput,
.ent_m002_jokes_v1 .module_content .middle .activity_feed.flux4Widget .comments .notAuthorized .commentInput {
  background: #ffffff;
  padding: 5px;
  margin-left: 0;
}
.ent_m002_jokes_v1 .module_content .middle .activity_feed.flux4Widget .comments .commentInput div,
.ent_m002_jokes_v1 .module_content .middle .activity_feed.flux4Widget .comments .notAuthorizedCommentInput div {
  border: 1px solid #e2e2e2;
  background: #f6f6f6;
  padding: 12px 10px 11px 10px;
}
.ent_m002_jokes_v1 .module_content .middle .activity_feed.flux4Widget .comments .userAvatarWithPointer .userAvatarContainer,
.ent_m002_jokes_v1 .module_content .middle .activity_feed.flux4Widget .comments .userAvatarWithPointer .avatarContainer,
.ent_m002_jokes_v1 .module_content .middle .activity_feed.flux4Widget .comments .userAvatarComment {
  height: 100%;
  width: auto;
}
.ent_m002_jokes_v1 .module_content .middle .activity_feed.flux4Widget .comments .quote,
.ent_m002_jokes_v1 .module_content .middle .activity_feed.flux4Widget .userBar .quote {
  background: #f6f6f6;
}
.ent_m002_jokes_v1 .module_content .middle .activity_feed.flux4Widget .activityItem,
.ent_m002_jokes_v1 .module_content .middle .activity_feed.flux4Widget .comments .noTopActivitiesIndicator,
.ent_m002_jokes_v1 .module_content .middle .activity_feed.flux4Widget .comments .userNotificationMessage,
.ent_m002_jokes_v1 .module_content .middle .activity_feed.flux4Widget .userBar .userNotificationMessage .flux4Widget .feedPaused {
  border-top: 1px solid #d1d1d1;
}
.ent_m002_jokes_v1 .module_content .middle .activity_feed.flux4Widget .comments .activityItem .itemContent .itemThesis .altText,
.ent_m002_jokes_v1 .module_content .middle .activity_feed.flux4Widget .comments .activityItem .itemContent .replyComment .altText,
.ent_m002_jokes_v1 .module_content .middle .activity_feed.flux4Widget .comments .activityItem .altText {
  line-height: 15px;
}
.ent_m002_jokes_v1 .module_content .middle .activity_feed.flux4Widget .comments .quote,
.ent_m002_jokes_v1 .module_content .middle .activity_feed.flux4Widget .comments .tweet,
.ent_m002_jokes_v1 .module_content .middle .activity_feed.flux4Widget .userBar.flux4Widget .userBar .tweet {
  color: #808080;
}
.ent_m002_jokes_v1 .module_content .middle .activity_feed.flux4Widget .comments .replyComment .replyQuote,
.ent_m002_jokes_v1 .module_content .middle .activity_feed.flux4Widget .miniFeed .replyComment .replyQuote {
  color: #808080;
}
/*endFile*/
/*file=/jokes.cc.com/styles/less/modules/ent_m006_jokes/v1.less */
.ent_m101_v1 {
  /* Overwrite based module styles */
  background: #000000;
  font-size: 0.8125em;
  font-family: 'BrandonTextBold', Helvetica, Arial, sans-serif;
  max-width: 100%;
  margin-bottom: 0;
  padding: 34px 40px 20px;
}
.ent_m101_v1 ul {
  list-style-type: none;
  margin: 0 0 20px;
  border-bottom: 1px solid #171918;
}
.ent_m101_v1 ul li {
  padding: 0 0 23px;
  display: inline-block;
  color: #171918;
}
.ent_m101_v1 ul li a {
  letter-spacing: 1px;
  font-size: 0.92307692em;
  color: #485052;
  text-decoration: none;
  text-transform: uppercase;
  margin: 0;
  white-space: nowrap;
}
.ent_m101_v1 ul li:last-child:after {
  border: 0;
  margin: 0;
}
.ent_m101_v1 ul li:after {
  content: "";
  margin: 0 17px;
  border-right: solid 2px #171918;
}
@media screen and (max-width: 48em) {
  .ent_m101_v1 .shows {
    margin-bottom: 15px;
  }
  .ent_m101_v1 .shows li {
    padding-bottom: 15px;
  }
  .ent_m101_v1 .shows li:last-child {
    padding-bottom: 20px;
  }
}
.ent_m101_v1 .legal {
  margin: 0 0 7px;
  border: none;
}
@media screen and (max-width: 30em) {
  .ent_m101_v1 .legal li {
    padding-bottom: 10px;
  }
}
@media screen and (max-width: 20em) {
  .ent_m101_v1 .legal li {
    display: block;
  }
}
.ent_m101_v1 .legal li a {
  font-size: 0.76923077em;
}
.ent_m101_v1 .legal li:last-child a:after {
  content: "";
  position: absolute;
  margin-left: 10px;
  height: 22px;
  width: 22px;
}
@media screen and (max-width: 30em) {
  .ent_m101_v1 .legal {
    margin-bottom: 10px;
  }
}
.ent_m101_v1 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) {
  .ent_m101_v1 p {
    padding-bottom: 15px;
  }
}
.ent_m101_v1 .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) {
  .ent_m101_v1 {
    padding: 25px 10px 15px;
  }
}
#ads-reporting {
  height: 0px;
  min-height: 0px;
}
#ads-reporting[data-zone="ads-reporting"] {
  background: transparent;
}
#ads-reporting a {
  font-size: 0.8125em;
  color: #7f7f7f;
  text-decoration: none;
}
/*endFile*/
/*file=/jokes.cc.com/styles/less/modules/ent_m012_jokes/v1.less */
.ent_m012_jokes_v1 {
  padding-top: 40px;
  background: #e2e2e2;
  max-width: 100%;
}
.ent_m012_jokes_v1 .collectionHeader h2 {
  color: #242424;
  padding-left: 0;
  padding-right: 0;
}
.ent_m012_jokes_v1 div ul li {
  width: 380px;
}
.ent_m012_jokes_v1 div ul li div a p {
  font-size: inherit;
  line-height: 1.3;
}
.ent_m012_jokes_v1 div ul li div a p .title {
  width: 100%;
  font-family: 'BrandonTextBold', Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  color: #3cb9d5;
  padding-top: 4px;
}
.ent_m012_jokes_v1 div ul li div a p .title:hover {
  color: #3478A5;
}
.ent_m012_jokes_v1 div ul li div a p .description {
  display: block;
  font-size: 0.937em;
  font-family: 'BrandonTextMedium', Helvetica, Arial, sans-serif;
  color: #242424;
  text-transform: none;
}
.ent_m012_jokes_v1 .m_hscroll .carouselWrapper {
  padding-left: 0;
  padding-right: 0;
}
.ent_m012_jokes_v1 .left_arrow,
.ent_m012_jokes_v1 .right_arrow {
  height: 214px;
}
.ent_m012_jokes_v1 .left_arrow {
  left: 0;
}
.ent_m012_jokes_v1 .right_arrow {
  right: 0;
}
@media (max-width: 48em) {
  .ent_m012_jokes_v1 {
    padding: 20px 0;
  }
  .ent_m012_jokes_v1 div ul li {
    width: 240px;
  }
  .ent_m012_jokes_v1 div ul li div img {
    width: 240px;
    height: auto;
  }
  .ent_m012_jokes_v1 .left_arrow,
  .ent_m012_jokes_v1 .right_arrow {
    height: 136px;
  }
}
/*endFile*/
/*file=/jokes.cc.com/styles/less/modules/ent_m027_jokes/v1.less */
.ent_m027_jokes_v1 {
  min-height: 115px;
}
@media (min-width: 48em) {
  .ent_m027_jokes_v1 {
    min-height: 300px;
  }
}
/*endFile*/
/*file=/jokes.cc.com/styles/less/modules/ent_m038_jokes/V1_0_1/Styles.less */
.ent_m038_jokes_v1 .module_content {
  background-color: #e6e6e6;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  padding: 20px 0.76923077%;
  margin: 0 5px;
}
@media screen and (min-width: 48em) {
  .ent_m038_jokes_v1 .module_content {
    padding: 20px;
  }
}
.ent_m038_jokes_v1 .module_content .header {
  padding: 0 10px;
}
.ent_m038_jokes_v1 .module_content .header h2 {
  font-family: 'BrandonGrotesque-Black';
  letter-spacing: 0.125em;
  line-height: 20px;
  font-size: 20px;
  margin-bottom: 10px;
}
.ent_m038_jokes_v1 .module_content .middle {
  padding: 0 10px;
}
.ent_m038_jokes_v1 .module_content .middle > ul {
  padding: 5px 0 15px;
}
.ent_m038_jokes_v1 .module_content .middle > ul > li {
  background-color: #f6f6f6;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  padding: 10px 3.07692308% 15px 3.07692308%;
  margin-bottom: 10px;
}
@media screen and (min-width: 48em) {
  .ent_m038_jokes_v1 .module_content .middle > ul > li {
    padding: 20px 20px 15px 20px;
  }
}
.ent_m038_jokes_v1 .module_content .middle > ul > li.hide {
  visibility: hidden;
}
.ent_m038_jokes_v1 .module_content .middle > ul > li:first-child {
  border-top: none;
}
.ent_m038_jokes_v1 .module_content .middle > ul > li .twitter_avatar {
  float: left;
}
.ent_m038_jokes_v1 .module_content .middle > ul > li .twitter_avatar img:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=#90);
  opacity: 0.9;
}
.ent_m038_jokes_v1 .module_content .middle > ul > li .avatar {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.ent_m038_jokes_v1 .module_content .middle > ul > li div {
  margin: 0 0 0 64px;
}
.ent_m038_jokes_v1 .module_content .middle > ul > li div .twitter_name {
  font-size: 12px;
  font-weight: bold;
}
.ent_m038_jokes_v1 .module_content .middle > ul > li div .twitter_handle {
  font-size: 11px;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}
.ent_m038_jokes_v1 .module_content .middle > ul > li div .twitter_handle:hover {
  text-decoration: underline;
}
.ent_m038_jokes_v1 .module_content .middle > ul > li div p {
  max-width: 650px;
  line-height: 1.5em;
  font-family: sans-serif;
  font-size: 0.75em;
  color: #242424;
  word-wrap: break-word;
}
.ent_m038_jokes_v1 .module_content .middle > ul > li div p a:hover {
  text-decoration: underline;
}
.ent_m038_jokes_v1 .module_content .middle > ul > li div ul {
  padding: 5px 0 0;
}
.ent_m038_jokes_v1 .module_content .middle > ul > li div ul:after {
  clear: both;
  content: "";
  display: block;
  height: 0;
  visibility: hidden;
}
*:first-child + html .ent_m038_jokes_v1 .module_content .middle > ul > li div ul {
  display: block;
  min-height: 0;
}
.ent_m038_jokes_v1 .module_content .middle > ul > li div ul:after {
  display: block;
  height: 0;
  clear: both;
  content: "";
  visibility: hidden;
}
*:first-child + html .ent_m038_jokes_v1 .module_content .middle > ul > li div ul {
  display: block;
  min-height: 0;
}
.ent_m038_jokes_v1 .module_content .middle > ul > li div ul li {
  float: left;
  font-size: 10px;
  padding: 0 10px 0 0;
}
.ent_m038_jokes_v1 .module_content .middle > ul > li div ul li.reply,
.ent_m038_jokes_v1 .module_content .middle > ul > li div ul li.retweet,
.ent_m038_jokes_v1 .module_content .middle > ul > li div ul li.favorite {
  font-size: 11px;
}
.ent_m038_jokes_v1 .module_content .middle > ul > li div ul li.reply span,
.ent_m038_jokes_v1 .module_content .middle > ul > li div ul li.retweet span,
.ent_m038_jokes_v1 .module_content .middle > ul > li div ul li.favorite span {
  background: url('/sitewide/images/sprites/jokes.png');
  height: 11px;
}
.ent_m038_jokes_v1 .module_content .middle > ul > li div ul li.reply a:hover,
.ent_m038_jokes_v1 .module_content .middle > ul > li div ul li.retweet a:hover,
.ent_m038_jokes_v1 .module_content .middle > ul > li div ul li.favorite a:hover {
  text-decoration: underline;
}
.ent_m038_jokes_v1 .module_content .middle > ul > li div ul li.reply span {
  background-position: -206px -279px;
  display: inline-block;
  width: 14px;
  height: 9px;
}
.ent_m038_jokes_v1 .module_content .middle > ul > li div ul li.retweet span {
  background-position: -262px -280px;
  display: inline-block;
  width: 14px;
  height: 8px;
}
.ent_m038_jokes_v1 .module_content .middle > ul > li div ul li.favorite span {
  background-position: -235px -278px;
  display: inline-block;
  width: 10px;
  height: 10px;
}
.ent_m038_jokes_v1 .module_content .footer .utils_main_button div {
  max-width: 120px;
}
/*endFile*/
/*file=/jokes.cc.com/styles/less/modules/ent_m072_jokes/V3_0_0/Styles.less */
#background_holder .ent_m072 {
  background: #272a2b;
  max-width: 100%;
}
#background_holder .ent_m072 .search {
  display: none;
}
#background_holder .ent_m072.module {
  padding: 10px 0 0;
  height: 100px;
  margin-bottom: 10px;
}
@media screen and (max-width: 1024px) {
  #background_holder .ent_m072.module {
    height: 95px;
  }
}
@media screen and (max-width: 640px) {
  #background_holder .ent_m072.module {
    height: 85px;
  }
}
.site_header .follow_widget {
  z-index: 1;
  position: absolute;
  top: 0;
  right: 304px;
  font-size: 24px;
  line-height: 50px;
  color: #ffffff;
  cursor: pointer;
}
.site_header .follow_widget .favorite:before {
  content: "\004C";
  display: inline-block;
  font: 28px 'cc-icons';
  color: #ffffff;
  margin-top: 10px;
  speak: none;
}
.site_header .follow_widget .hover.favorite:before,
.site_header .follow_widget .isFollowedByLoggedUser .favorite:before {
  content: "\004B";
}
.site_header .follow_widget .hover_hint,
.site_header .follow_widget .tapped_hint {
  display: inline-block;
  top: 0;
  position: absolute;
  right: 37px;
  width: 150px;
  font: 14px/50px 'BrandonTextMedium', Helvetica, Arial, sans-serif;
  color: #ffffff;
  text-transform: uppercase;
  opacity: 0;
  white-space: nowrap;
  -webkit-transition: opacity 0.4s ease-out 0s;
  -moz-transition: opacity 0.4s ease-out 0s;
  -o-transition: opacity 0.4s ease-out 0s;
  transition: opacity 0.4s ease-out 0s;
  text-align: right;
  margin-right: 0px;
  line-height: 50px;
  vertical-align: top;
  font-size: 14px;
  padding-right: 4px;
}
@media screen and (max-width: 1200px) {
  .site_header .follow_widget .hover_hint,
  .site_header .follow_widget .tapped_hint {
    display: none;
  }
}
.site_header .follow_widget:hover .hover_hint {
  opacity: 1;
}
.site_header .follow_widget:hover .isFollowedByLoggedUser .tapped_hint,
.site_header .follow_widget.appear .isFollowedByLoggedUser .tapped_hint {
  opacity: 1;
  -webkit-transition: .8s;
  transition-duration: .8s;
}
.site_header .follow_widget .isFollowedByLoggedUser .hover_hint {
  opacity: 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,
.sticky_header .site_header .flux_favorite_show,
.sticky_header .site_header .flux_favorite_show .hover_hint,
.sticky_header .site_header .flux_favorite_show .tapped_hint,
.sticky_header .site_header .follow_widget {
  display: none;
}
@media screen and (max-width: 1060px) {
  .site_header .full_logo_wrapper,
  .site_header .site_menu_wrapper,
  .site_header .follow_widget {
    display: none;
  }
}
/*endFile*/
/*file=/jokes.cc.com/styles/less/modules/ent_m084_jokes/v1.less */
#content_holder .ent_m084_jokes_v1 {
  padding: 0;
}
.ent_m084_jokes_v1 {
  position: fixed;
  top: 300px;
  left: 0;
  display: none !important;
  z-index: 2;
}
@media (min-width: 67.875em) {
  .ent_m084_jokes_v1 {
    display: block !important;
  }
}
/*endFile*/
/*file=/jokes.cc.com/styles/less/modules/ent_m085_jokes/v1.less */
.ent_m085_jokes_v1 .header {
  margin-bottom: 10px;
}
.ent_m085_jokes_v1 .header h1 {
  font-size: 1.875em;
}
.ent_m085_jokes_v1 .header h1,
.ent_m085_jokes_v1 .header h2 {
  font-family: 'BrandonGrotesque-Black';
  letter-spacing: 0.125em;
  margin-left: 5px;
  margin-top: 30px;
}
.ent_m085_jokes_v1 .middle {
  padding: 0;
}
.ent_m085_jokes_v1 .middle ul.list_horiz {
  display: inline-block;
  list-style: none;
  max-width: 100%;
  min-width: 240px;
}
.ent_m085_jokes_v1 .middle ul.list_horiz li {
  display: inline-block;
  vertical-align: top;
  width: 32%;
  margin-bottom: 15px;
}
.ent_m085_jokes_v1 .middle ul.list_horiz li:hover {
  cursor: pointer;
}
.ent_m085_jokes_v1 .middle ul.list_horiz li h3 {
  font-family: 'BrandonGrotesque-Black';
  letter-spacing: 0.125em;
  font-size: 0.75em;
  text-transform: uppercase;
  margin-top: 0.625em;
  margin-bottom: 0;
  text-align: center;
  letter-spacing: 0;
  color: #242424;
}
.ent_m085_jokes_v1 .middle ul.list_horiz li a {
  display: block;
}
.ent_m085_jokes_v1 .middle ul.list_horiz li a > span {
  background: url('/sitewide/images/sprites/jokes.png') no-repeat transparent;
  width: 40px;
  height: 40px;
  display: block;
  margin: auto;
}
.ent_m085_jokes_v1 .middle ul.list_horiz li.animal a > span {
  background-position: -10px -10px;
}
.ent_m085_jokes_v1 .middle ul.list_horiz li.blonde a > span {
  background-position: -10px -70px;
}
.ent_m085_jokes_v1 .middle ul.list_horiz li.country a > span,
.ent_m085_jokes_v1 .middle ul.list_horiz li.blue_collar a > span {
  background-position: -10px -130px;
}
.ent_m085_jokes_v1 .middle ul.list_horiz li.cross_the_road a > span {
  background-position: -10px -190px;
}
.ent_m085_jokes_v1 .middle ul.list_horiz li.dark_humor a > span {
  background-position: -10px -250px;
}
.ent_m085_jokes_v1 .middle ul.list_horiz li.dirty a > span {
  background-position: -10px -310px;
}
.ent_m085_jokes_v1 .middle ul.list_horiz li.doctor a > span {
  background-position: -10px -370px;
}
.ent_m085_jokes_v1 .middle ul.list_horiz li.fat a > span {
  background-position: -10px -430px;
}
.ent_m085_jokes_v1 .middle ul.list_horiz li.food a > span {
  background-position: -10px -490px;
}
.ent_m085_jokes_v1 .middle ul.list_horiz li.god a > span {
  background-position: -10px -550px;
}
.ent_m085_jokes_v1 .middle ul.list_horiz li.insults a > span {
  background-position: -10px -610px;
}
.ent_m085_jokes_v1 .middle ul.list_horiz li.kids a > span {
  background-position: -10px -730px;
}
.ent_m085_jokes_v1 .middle ul.list_horiz li.knock_knock a > span {
  background-position: -10px -730px;
}
.ent_m085_jokes_v1 .middle ul.list_horiz li.lawyer a > span {
  background-position: -10px -790px;
}
.ent_m085_jokes_v1 .middle ul.list_horiz li.little_johnny a > span {
  background-position: -10px -850px;
}
.ent_m085_jokes_v1 .middle ul.list_horiz li.lookin_good a > span {
  background-position: -10px -910px;
}
.ent_m085_jokes_v1 .middle ul.list_horiz li.marriage a > span {
  background-position: -10px -970px;
}
.ent_m085_jokes_v1 .middle ul.list_horiz li.men_women a > span {
  background-position: -10px -1030px;
}
.ent_m085_jokes_v1 .middle ul.list_horiz li.money a > span {
  background-position: -10px -1090px;
}
.ent_m085_jokes_v1 .middle ul.list_horiz li.nationality a > span {
  background-position: -10px -1150px;
}
.ent_m085_jokes_v1 .middle ul.list_horiz li.news_politics a > span {
  background-position: -10px -1210px;
}
.ent_m085_jokes_v1 .middle ul.list_horiz li.miscellaneous a > span {
  background-position: -10px -2114px;
}
.ent_m085_jokes_v1 .middle ul.list_horiz li.partying_bad_behavior a > span {
  background-position: -10px -1270px;
}
.ent_m085_jokes_v1 .middle ul.list_horiz li.pick_up_lines a > span {
  background-position: -10px -1330px;
}
.ent_m085_jokes_v1 .middle ul.list_horiz li.police_military a > span {
  background-position: -10px -1390px;
}
.ent_m085_jokes_v1 .middle ul.list_horiz li.pop_culture_celebrity a > span {
  background-position: -10px -1450px;
}
.ent_m085_jokes_v1 .middle ul.list_horiz li.school a > span {
  background-position: -10px -1510px;
}
.ent_m085_jokes_v1 .middle ul.list_horiz li.something_funny a > span {
  background-position: -10px -1870px;
}
.ent_m085_jokes_v1 .middle ul.list_horiz li.sports_athletes a > span {
  background-position: -10px -1570px;
}
.ent_m085_jokes_v1 .middle ul.list_horiz li.technology a > span {
  background-position: -10px -1630px;
}
.ent_m085_jokes_v1 .middle ul.list_horiz li.gross a > span {
  background-position: -10px -1690px;
}
.ent_m085_jokes_v1 .middle ul.list_horiz li.travel_car a > span {
  background-position: -10px -1750px;
}
.ent_m085_jokes_v1 .middle ul.list_horiz li.walks_into_a_bar a > span {
  background-position: -10px -1810px;
}
.ent_m085_jokes_v1 .middle ul.list_horiz li.work a > span {
  background-position: -10px -1930px;
}
.ent_m085_jokes_v1 .middle ul.list_horiz li.yo_mama a > span {
  background-position: -10px -1990px;
}
@media (min-width: 48em) {
  .ent_m085_jokes_v1 .middle ul.list_horiz li {
    color: #000000;
    width: 20%;
    display: inline-block;
    float: left;
    height: 54px;
    position: relative;
    padding: 0.75%;
    background: #F6F6F6;
    /* default background for browsers without gradient support */
    /* css3 */
    -webkit-border-radius: 0.625em;
    -moz-border-radius: 0.625em;
    border-radius: 0.625em;
  }
  .ent_m085_jokes_v1 .middle ul.list_horiz li h3 {
    text-align: left;
    width: 100px;
    display: table-cell;
    vertical-align: middle;
    margin: 0px;
    padding-left: 5px;
  }
  .ent_m085_jokes_v1 .middle ul.list_horiz li a > span {
    display: table-cell;
    margin: 0px;
    padding-right: 40px;
  }
  .ent_m085_jokes_v1 .middle ul.list_horiz li:after {
    content: "";
    position: absolute;
    bottom: -1em;
    /* value = - border-top-width - border-bottom-width */
    left: 6.1875em;
    /* controls horizontal position */
    border-width: 1.5em 1.5em 0 0;
    /* vary these values to change the angle of the vertex */
    border-style: solid;
    border-color: #F6F6F6 transparent;
    /* reduce the damage in FF3.0 */
    display: block;
    width: 0;
  }
  .ent_m085_jokes_v1 .middle ul.list_horiz li:hover {
    color: #F6F6F6;
    background: #e5e5e5;
    /* default background for browsers without gradient support */
  }
  .ent_m085_jokes_v1 .middle ul.list_horiz li:hover:after {
    border-color: #e5e5e5 transparent;
  }
}
/*endFile*/
/*file=/jokes.cc.com/styles/less/modules/ent_m086_jokes/v1.less */
.ent_m086_jokes_v1 .module_content {
  border: 12px solid #d3d3d3;
  border-radius: 12px;
  position: relative;
  margin-bottom: 60px;
  padding: 20px 9px 9px 0;
}
.ent_m086_jokes_v1 .module_content:after {
  border-color: #f6f6f6 transparent;
  border-style: solid;
  border-width: 44px 64px 0 0;
  bottom: -26px;
  clear: both;
  content: "";
  display: block;
  position: absolute;
  right: 102px;
  width: 0;
}
.ent_m086_jokes_v1 .module_content:before {
  border-color: #d3d3d3 transparent;
  border-style: solid;
  border-width: 47px 72px 0 0;
  bottom: -47px;
  content: "";
  display: block;
  position: absolute;
  right: 106px;
  width: 0;
}
@media (min-width: 30em) {
  .ent_m086_jokes_v1 .module_content:after {
    right: 212px;
  }
  .ent_m086_jokes_v1 .module_content:before {
    right: 216px;
  }
}
@media (min-width: 63.25em) {
  .ent_m086_jokes_v1 .module_content:after {
    right: 250px;
  }
  .ent_m086_jokes_v1 .module_content:before {
    right: 254px;
  }
}
.ent_m086_jokes_v1 .module_content .header h1 {
  font-family: 'BrandonGrotesque-Black';
  letter-spacing: 0.125em;
  background: url('/sitewide/images/sprites/jokes.png') no-repeat -204px -90px;
  position: relative;
  left: -22px;
  padding: 5px 0 2px 27px;
  width: 185px;
  height: 41px;
  font-size: 1.25em;
  letter-spacing: 0;
}
.ent_m086_jokes_v1 .module_content .middle a.more {
  position: relative;
  font-family: sans-serif;
  font-weight: bold;
  font-size: 0.72em;
}
.ent_m086_jokes_v1 .module_content .middle span {
  height: 8px;
  width: 13px;
}
.ent_m086_jokes_v1 .module_content .middle h3 {
  font-family: 'BrandonGrotesque-Black';
  letter-spacing: 0.125em;
  letter-spacing: 0;
  border-bottom: 1px solid #d5d5d5;
  text-transform: uppercase;
  margin-bottom: 35px;
  padding-bottom: 2px;
  font-size: 16px;
}
.ent_m086_jokes_v1 .module_content .middle p {
  font-family: "jubilat";
  font-size: 25px;
  border-bottom: 1px solid #d5d5d5;
  line-height: 1.6em;
  margin-bottom: 0.8em;
  padding-bottom: 1.2em;
}
.ent_m086_jokes_v1 .module_content .footer {
  margin-bottom: 30px;
}
.ent_m086_jokes_v1 .module_content .footer .utils_social_buttons {
  margin-bottom: 20px;
}
.ent_m086_jokes_v1 .module_content .footer p {
  font-family: 'BrandonGrotesque-Black';
  letter-spacing: 0.125em;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0;
  max-width: 100%;
}
.ent_m086_jokes_v1 .module_content .middle,
.ent_m086_jokes_v1 .module_content .footer {
  padding: 0 6%;
}
@media (min-width: 49em) {
  .ent_m086_jokes_v1 .module_content .middle,
  .ent_m086_jokes_v1 .module_content .footer {
    padding: 0 9%;
  }
}
.ent_m086_jokes_v1 .module_content .fulltext {
  font-family: "jubilat";
  font-size: 25px;
  line-height: 1.6em;
}
.ent_m086_jokes_v1 .module_content .fulltext p {
  font-size: 1em;
}
.ent_m086_jokes_v1 .module_content .fulltext .fulltext {
  display: none;
}
/*endFile*/
/*file=/jokes.cc.com/styles/less/modules/ent_m087_jokes/v1.less */
.ent_m087_jokes_v1 {
  min-height: 300px;
}
@media (min-width: 48em) {
  .ent_m087_jokes_v1 {
    min-height: 350px;
  }
}
.ent_m087_jokes_v1 .module_content {
  border: 10px solid #d3d3d3;
  border-radius: 12px;
  margin-bottom: 80px;
  padding: 50px 0 0;
}
@media screen and (min-width: 48em) {
  .ent_m087_jokes_v1 .module_content {
    margin-bottom: 20px;
  }
}
.ent_m087_jokes_v1 .module_content .header,
.ent_m087_jokes_v1 .module_content .arrow_area,
.ent_m087_jokes_v1 .module_content .module_teaser,
.ent_m087_jokes_v1 .module_content footer {
  padding: 0 17.2%;
}
@media screen and (max-width: 30em) {
  .ent_m087_jokes_v1 .module_content .header,
  .ent_m087_jokes_v1 .module_content .arrow_area,
  .ent_m087_jokes_v1 .module_content .module_teaser,
  .ent_m087_jokes_v1 .module_content footer {
    padding: 0 13.5%;
  }
}
.ent_m087_jokes_v1 .module_content .header h2 {
  font-family: 'BrandonGrotesque-Black';
  letter-spacing: 0.125em;
  letter-spacing: 0;
  border-bottom: 1px solid #d5d5d5;
  text-transform: uppercase;
  font-size: 16px;
  padding: 0 0 3px;
}
.ent_m087_jokes_v1 .module_content .middle {
  margin: 0 0 30px;
}
.ent_m087_jokes_v1 .module_content .middle .arrow_area {
  position: relative;
}
.ent_m087_jokes_v1 .module_content .middle .content_wrap {
  padding-bottom: 30px;
  border-bottom: 1px solid #d5d5d5;
}
.ent_m087_jokes_v1 .module_content .middle .content_wrap .more {
  font-weight: bold;
}
.ent_m087_jokes_v1 .module_content .middle .content_wrap p {
  font-family: "jubilat";
  font-size: 25px;
  line-height: 1.6em;
}
@media screen and (max-width: 30em) {
  .ent_m087_jokes_v1 .module_content .middle .content_wrap {
    font-size: 18px;
  }
}
.ent_m087_jokes_v1 .module_content .middle .prev {
  text-indent: -99999px;
  background: url('/sitewide/images/sprites/jokes.png') no-repeat -204px -633px;
  display: inline-block;
  width: 59px;
  height: 59px;
  position: absolute;
  left: 31px;
  top: 40%;
}
@media screen and (max-width: 48em) {
  .ent_m087_jokes_v1 .module_content .middle .prev {
    left: -31px;
  }
}
.ent_m087_jokes_v1 .module_content .middle .prev:hover {
  background-position: -204px -702px;
}
.ent_m087_jokes_v1 .module_content .middle .next {
  text-indent: -99999px;
  background: url('/sitewide/images/sprites/jokes.png') no-repeat -273px -633px;
  display: inline-block;
  width: 59px;
  height: 59px;
  position: absolute;
  right: 31px;
  top: 40%;
}
@media screen and (max-width: 48em) {
  .ent_m087_jokes_v1 .module_content .middle .next {
    right: -31px;
  }
}
.ent_m087_jokes_v1 .module_content .middle .next:hover {
  background-position: -273px -702px;
}
.ent_m087_jokes_v1 .module_content .module_teaser {
  margin: 30px 0 50px;
}
.ent_m087_jokes_v1 .module_content .module_teaser .utils_social_buttons {
  margin-bottom: 25px;
}
@media screen and (max-width: 48em) {
  .ent_m087_jokes_v1 .module_content .module_teaser .utils_social_buttons {
    width: 174px;
  }
}
.ent_m087_jokes_v1 .module_content .module_teaser .tags {
  font-family: 'BrandonGrotesque-Black';
  letter-spacing: 0.125em;
  letter-spacing: 0;
  text-transform: uppercase;
  font-size: 12px;
}
.ent_m087_jokes_v1 .module_content .module_teaser .tags a,
.ent_m087_jokes_v1 .module_content .module_teaser .tags > span {
  color: #7e7e7e;
}
.ent_m087_jokes_v1 .module_content .module_teaser .tags a:hover {
  color: #3D9DB9;
}
.ent_m087_jokes_v1 .module_content .footer {
  position: relative;
}
.ent_m087_jokes_v1 .module_content .footer div {
  background: url('/sitewide/images/sprites/jokes.png') -291px -935px;
  height: 72px;
  width: 65px;
  position: absolute;
  top: 0;
  left: 45.5%;
  z-index: 1;
}
/*endFile*/
/*file=/jokes.cc.com/styles/less/modules/ent_m088_jokes/v1.less */
.ent_m088_jokes_v1 .module_content {
  margin: 0;
}
.ent_m088_jokes_v1 .module_content .middle .details {
  margin-bottom: 15;
  border-bottom: 1px solid #dddddd;
  border-top: 1px solid #dddddd;
  min-height: 90px;
  padding-bottom: 20px;
  padding-top: 20px;
}
.ent_m088_jokes_v1 .module_content .middle .details div {
  padding-top: 5px;
  padding-left: 109px;
  height: 90px;
}
.ent_m088_jokes_v1 .module_content .middle .details div h1 {
  font-family: 'BrandonGrotesque-Black';
  letter-spacing: 0.125em;
  font-size: 1.4em;
  text-transform: uppercase;
  letter-spacing: 0;
  padding-bottom: 3px;
}
@media (min-width: 30em) {
  .ent_m088_jokes_v1 .module_content .middle .details div h1 {
    font-size: 2.15em;
  }
}
@media (min-width: 61.25em) {
  .ent_m088_jokes_v1 .module_content .middle .details div h1 {
    font-size: 2.35em;
  }
}
.ent_m088_jokes_v1 .module_content .middle .details div h2 {
  font-size: 13px;
  line-height: 19px;
  max-width: 650px;
}
.ent_m088_jokes_v1 .module_content .middle .details.exclusive div {
  background: url('/sitewide/images/sprites/jokes.png') no-repeat -1014px -1564px;
}
.ent_m088_jokes_v1 .module_content .middle .details.sports-athletes div {
  background: url('/sitewide/images/sprites/jokes.png') no-repeat -1014px -2683px;
}
.ent_m088_jokes_v1 .module_content .middle .details.blonde-jokes div {
  background: url('/sitewide/images/sprites/jokes.png') no-repeat -1014px -3638px;
}
.ent_m088_jokes_v1 .module_content .middle .details.little-johnny div {
  background: url('/sitewide/images/sprites/jokes.png') no-repeat -1014px -1406px;
}
.ent_m088_jokes_v1 .module_content .middle .details.food-jokes div {
  background: url('/sitewide/images/sprites/jokes.png') no-repeat -1014px -769px;
}
.ent_m088_jokes_v1 .module_content .middle .details.that-is-gross div {
  background: url('/sitewide/images/sprites/jokes.png') no-repeat -1014px -2901px;
}
.ent_m088_jokes_v1 .module_content .middle .details.nationality-jokes div {
  background: url('/sitewide/images/sprites/jokes.png') no-repeat -1014px -1940px;
}
.ent_m088_jokes_v1 .module_content .middle .details.pop-culture-celebrity-jokes div {
  background: url('/sitewide/images/sprites/jokes.png') no-repeat -1014px -2468px;
}
.ent_m088_jokes_v1 .module_content .middle .details.news-politics div {
  background: url('/sitewide/images/sprites/jokes.png') no-repeat -1014px -2047px;
}
.ent_m088_jokes_v1 .module_content .middle .details.pick-up-lines div {
  background: url('/sitewide/images/sprites/jokes.png') no-repeat -1014px -2258px;
}
.ent_m088_jokes_v1 .module_content .middle .details.doctor-jokes div {
  background: url('/sitewide/images/sprites/jokes.png') no-repeat -1014px -553px;
}
.ent_m088_jokes_v1 .module_content .middle .details.work-jokes div {
  background: url('/sitewide/images/sprites/jokes.png') no-repeat -1021px -3428px;
}
.ent_m088_jokes_v1 .module_content .middle .details.men-women div {
  background: url('/sitewide/images/sprites/jokes.png') no-repeat -1014px -1733px;
}
.ent_m088_jokes_v1 .module_content .middle .details.jokes-about-kids div {
  background: url('/sitewide/images/sprites/jokes.png') no-repeat -1020px -1090px;
}
.ent_m088_jokes_v1 .module_content .middle .details.dark-humor div {
  background: url('/sitewide/images/sprites/jokes.png') no-repeat -1014px -333px;
}
.ent_m088_jokes_v1 .module_content .middle .details.lookin-good div {
  background: url('/sitewide/images/sprites/jokes.png') no-repeat -1014px -1515px;
}
.ent_m088_jokes_v1 .module_content .middle .details.god-jokes div {
  background: url('/sitewide/images/sprites/jokes.png') no-repeat -1014px -879px;
}
.ent_m088_jokes_v1 .module_content .middle .details.travel-car-jokes div {
  background: url('/sitewide/images/sprites/jokes.png') no-repeat -1014px -3004px;
}
.ent_m088_jokes_v1 .module_content .middle .details.country-jokes div {
  background: url('/sitewide/images/sprites/jokes.png') no-repeat -1014px -116px;
}
.ent_m088_jokes_v1 .module_content .middle .details.school-jokes div {
  background: url('/sitewide/images/sprites/jokes.png') no-repeat -1014px -2574px;
}
.ent_m088_jokes_v1 .module_content .middle .details.fat-jokes div {
  background: url('/sitewide/images/sprites/jokes.png') no-repeat -1014px -663px;
}
.ent_m088_jokes_v1 .module_content .middle .details.partying-bad-behavior div {
  background: url('/sitewide/images/sprites/jokes.png') no-repeat -1014px -2152px;
}
.ent_m088_jokes_v1 .module_content .middle .details.technology-jokes div {
  background: url('/sitewide/images/sprites/jokes.png') no-repeat -1014px -2792px;
}
.ent_m088_jokes_v1 .module_content .middle .details.lawyer-jokes div {
  background: url('/sitewide/images/sprites/jokes.png') no-repeat -1014px -1300px;
}
.ent_m088_jokes_v1 .module_content .middle .details.police-business-military-jokes div {
  background: url('/sitewide/images/sprites/jokes.png') no-repeat -1014px -2363px;
}
.ent_m088_jokes_v1 .module_content .middle .details.yo-mama div {
  background: url('/sitewide/images/sprites/jokes.png') no-repeat -1021px -3533px;
}
.ent_m088_jokes_v1 .module_content .middle .details.money-jokes div {
  background: url('/sitewide/images/sprites/jokes.png') no-repeat -1014px -1836px;
}
.ent_m088_jokes_v1 .module_content .middle .details.dirty-jokes div {
  background: url('/sitewide/images/sprites/jokes.png') no-repeat -1014px -445px;
}
.ent_m088_jokes_v1 .module_content .middle .details.marriage-jokes div {
  background: url('/sitewide/images/sprites/jokes.png') no-repeat -1014px -1624px;
}
.ent_m088_jokes_v1 .module_content .middle .details.insults div {
  background: url('/sitewide/images/sprites/jokes.png') no-repeat -1014px -984px;
}
.ent_m088_jokes_v1 .module_content .middle .details.walks-into-a-bar div {
  background: url('/sitewide/images/sprites/jokes.png') no-repeat -1021px -3217px;
}
.ent_m088_jokes_v1 .module_content .middle .details.something-funny div {
  background: url('/sitewide/images/sprites/jokes.png') no-repeat -1021px -3322px;
}
.ent_m088_jokes_v1 .module_content .middle .details.animal-jokes div {
  background: url('/sitewide/images/sprites/jokes.png') no-repeat -1014px -11px;
}
.ent_m088_jokes_v1 .module_content .middle .details.cross-the-road div {
  background: url('/sitewide/images/sprites/jokes.png') no-repeat -1014px -225px;
}
.ent_m088_jokes_v1 .module_content .middle .details.show-image div {
  background: url('/sitewide/images/sprites/jokes.png') no-repeat -1014px -11px;
}
.ent_m088_jokes_v1 .module_content .middle .details.staff-art div {
  background: url('/sitewide/images/sprites/jokes.png') no-repeat -1014px -11px;
}
.ent_m088_jokes_v1 .module_content .middle .details.office-photo div {
  background: url('/sitewide/images/sprites/jokes.png') no-repeat -1014px -11px;
}
.ent_m088_jokes_v1 .module_content .middle ul {
  background: #e2e2e2;
  padding: 20px 20px 5px;
  max-width: 650px;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border: 1px solid #e2e2e2;
}
.ent_m088_jokes_v1 .module_content .middle ul li {
  min-width: 188px;
  max-width: 650px;
}
.ent_m088_jokes_v1 .module_content .middle ul li a {
  font-family: 'BrandonGrotesque-Black';
  letter-spacing: 0.125em;
  background: #f6f6f6;
  color: #000;
  display: block;
  font-size: 14px;
  margin-bottom: 15px;
  padding: 8px 10px 4px 15px;
  text-decoration: none;
  text-transform: uppercase;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}
.ent_m088_jokes_v1 .module_content .middle ul li a:hover {
  background-color: #fff;
  color: #000;
}
.ent_m088_jokes_v1 .module_content .middle ul li a h3 {
  max-width: 225px;
  display: inline-block;
  height: 28px;
  padding: 6px 0 0 0;
  letter-spacing: 0;
}
@media (min-width: 480px) {
  .ent_m088_jokes_v1 .module_content .middle ul li a h3 {
    max-width: 650px;
    padding: 8px 0 0 0;
  }
}
.ent_m088_jokes_v1 .module_content .middle ul li a span {
  float: right;
  display: inline-block;
  vertical-align: middle;
  background: url('/sitewide/images/sprites/jokes.png') no-repeat -214px -771px;
  width: 11px;
  height: 18px;
  margin-top: 1%;
}
@media (min-width: 480px) {
  .ent_m088_jokes_v1 .module_content .middle ul li a span {
    margin-top: 4px;
  }
}
/*endFile*/
/*file=/jokes.cc.com/styles/less/modules/ent_m089_jokes/v1.less */
.ent_m089_jokes_v1 .module_content .utils_search {
  margin: 0;
}
.ent_m089_jokes_v1 .module_content .utils_search .site_search {
  background-color: white;
  border: 10px solid #242424;
  border-radius: 24px;
  margin: 0 auto 15px;
  padding: 3px 12px;
  width: 100%;
}
.ent_m089_jokes_v1 .module_content .utils_search .site_search .search_bg {
  padding-right: 91px;
}
.ent_m089_jokes_v1 .module_content .middle .search_info {
  padding: 0 8px 14px;
}
.ent_m089_jokes_v1 .module_content .middle .search_info:after {
  clear: both;
  content: "";
  display: block;
  height: 0;
  visibility: hidden;
}
*:first-child + html .ent_m089_jokes_v1 .module_content .middle .search_info {
  display: block;
  min-height: 0;
}
.ent_m089_jokes_v1 .module_content .middle .search_info:after {
  display: block;
  height: 0;
  clear: both;
  content: "";
  visibility: hidden;
}
*:first-child + html .ent_m089_jokes_v1 .module_content .middle .search_info {
  display: block;
  min-height: 0;
}
.ent_m089_jokes_v1 .module_content .middle .search_info p {
  font-family: 'BrandonGrotesque-Black';
  letter-spacing: 0.125em;
  color: #242424;
  text-transform: uppercase;
  display: inline;
  font-size: 14px;
}
.ent_m089_jokes_v1 .module_content .middle .search_info .left_tip {
  float: left;
  padding-right: 5px;
  width: 33%;
  letter-spacing: 0;
}
.ent_m089_jokes_v1 .module_content .middle .search_info .right_tip {
  float: right;
  max-width: 67%;
  text-align: right;
}
.ent_m089_jokes_v1 .module_content .middle .search_info .right_tip .tips {
  color: #4da3b4;
}
.ent_m089_jokes_v1 .module_content .middle .results {
  background: #e6e6e6;
  padding: 1.0em;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border: 3px solid #e6e6e6;
}
.ent_m089_jokes_v1 .module_content .middle .results li {
  margin-bottom: 15px;
  background: #f6f6f6;
  display: block;
  padding: 5px 15px 10px 15px;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border: 1px solid #f6f6f6;
}
.ent_m089_jokes_v1 .module_content .middle .results li h3 {
  font-family: 'BrandonGrotesque-Black';
  letter-spacing: 0.125em;
  color: #3d9db9;
  font-size: 16px;
  text-transform: uppercase;
  margin: 10px 0 5px 0;
  letter-spacing: 0;
}
.ent_m089_jokes_v1 .module_content .middle .results li p {
  font-family: sans-serif;
  font-size: 13px;
  margin: 0 0 10px 0;
  line-height: 1.5em;
  max-width: 100%;
}
.ent_m089_jokes_v1 .module_content .middle .results li p a {
  font-size: 12px;
  font-weight: bold;
}
.ent_m089_jokes_v1 .module_content .middle .results li div.tags {
  font-size: 11px;
  font-weight: bold;
  font-family: sans-serif;
}
.ent_m089_jokes_v1 .module_content .middle .results li div.tags a:hover {
  text-decoration: none;
}
.ent_m089_jokes_v1 .module_content .middle .results li.load-more {
  background: transparent;
  border: none;
  margin-bottom: 0;
  padding: 0;
}
/*endFile*/
/*file=/jokes.cc.com/styles/less/modules/ent_m090_jokes/v1.less */
.ent_m090_jokes_v1 {
  margin-top: -5px;
  margin-bottom: 12px;
}
.ent_m090_jokes_v1:after {
  clear: both;
  content: "";
  display: block;
  height: 0;
  visibility: hidden;
}
*:first-child + html .ent_m090_jokes_v1 {
  display: block;
  min-height: 0;
}
.ent_m090_jokes_v1:after {
  display: block;
  height: 0;
  clear: both;
  content: "";
  visibility: hidden;
}
*:first-child + html .ent_m090_jokes_v1 {
  display: block;
  min-height: 0;
}
@media (min-width: 48em) {
  .ent_m090_jokes_v1 {
    margin-top: 25px;
  }
}
.ent_m090_jokes_v1 .middle ul {
  padding-top: 5px;
  max-width: 980px;
  overflow: hidden;
}
.ent_m090_jokes_v1 .middle ul li {
  float: left;
  background: url('/sitewide/images/sprites/jokes.png') no-repeat -204px -593px;
  margin-right: 13px;
  padding-left: 33px;
  height: 25px;
}
.ent_m090_jokes_v1 .middle ul li:first-child {
  background: none;
  padding: 0;
}
.ent_m090_jokes_v1 .middle ul li a,
.ent_m090_jokes_v1 .middle ul li h2 {
  font-family: 'BrandonGrotesque-Black';
  letter-spacing: 0.125em;
  color: #3D9DB9;
  text-transform: uppercase;
  font-size: 1em;
}
.ent_m090_jokes_v1 .middle ul li a,
.ent_m090_jokes_v1 .middle ul li h1,
.ent_m090_jokes_v1 .middle ul li h2 {
  letter-spacing: 0;
}
.ent_m090_jokes_v1 .middle ul h1,
.ent_m090_jokes_v1 .middle ul span {
  font-family: 'BrandonGrotesque-Black';
  letter-spacing: 0.125em;
  text-transform: uppercase;
  letter-spacing: 0;
  color: #AEAEAE;
}
.ent_m090_jokes_v1 .middle ul a,
.ent_m090_jokes_v1 .middle ul h1,
.ent_m090_jokes_v1 .middle ul span {
  margin-bottom: 0;
  line-height: 16px;
  height: 25px;
}
.linux_entity .ent_m090_jokes_v1 .middle ul a,
.linux_entity .ent_m090_jokes_v1 .middle ul h1,
.linux_entity .ent_m090_jokes_v1 .middle ul span {
  line-height: 25px;
}
.Mac .ent_m090_jokes_v1,
.Linux .ent_m090_jokes_v1 {
  margin-bottom: 9px;
}
/*endFile*/
/*file=/jokes.cc.com/styles/less/modules/ent_m091_jokes/v1.less */
.ent_m091_jokes_v1 {
  margin-bottom: 20px;
}
.ent_m091_jokes_v1 .module_content {
  max-width: 100%;
  min-width: 240px;
  border: 1px solid #d3d3d3;
  border-radius: 12px;
  background-color: #eaeaea;
}
@media (min-width: 30em) {
  .ent_m091_jokes_v1 .module_content {
    max-width: 300px;
  }
}
.ent_m091_jokes_v1 .module_content .header {
  font-family: 'BrandonGrotesque-Black';
  letter-spacing: 0.125em;
  letter-spacing: 0;
}
.ent_m091_jokes_v1 .module_content .header .intro {
  margin: auto;
  margin-bottom: 10px;
  max-width: 300px;
}
.ent_m091_jokes_v1 .module_content .header .intro:after {
  clear: both;
  content: "";
  display: block;
  height: 0;
  visibility: hidden;
}
*:first-child + html .ent_m091_jokes_v1 .module_content .header .intro {
  display: block;
  min-height: 0;
}
.ent_m091_jokes_v1 .module_content .header .intro:after {
  display: block;
  height: 0;
  clear: both;
  content: "";
  visibility: hidden;
}
*:first-child + html .ent_m091_jokes_v1 .module_content .header .intro {
  display: block;
  min-height: 0;
}
@media (min-width: 20em) {
  .ent_m091_jokes_v1 .module_content .header .intro .instructions,
  .ent_m091_jokes_v1 .module_content .header .intro .submit {
    float: left;
  }
}
.ent_m091_jokes_v1 .module_content .header .intro .instructions {
  font-size: 14px;
  padding: 15px 0 0 15px;
}
@media (min-width: 20em) {
  .ent_m091_jokes_v1 .module_content .header .intro .instructions {
    width: 172px;
  }
}
.ent_m091_jokes_v1 .module_content .header .intro .submit a {
  color: #fff;
  display: block;
  background: url('/sitewide/images/sprites/jokes.png') no-repeat -204px -314px;
  cursor: pointer;
  font-size: 14px;
  height: 60px;
  margin: 0 auto;
  padding: 20px 0 0 0;
  text-align: center;
  text-decoration: none;
  width: 111px;
}
.ent_m091_jokes_v1 .module_content .header .intro .submit a:hover {
  background-position: -325px -314px;
}
.ent_m091_jokes_v1 .module_content .header .outro {
  background-color: #87d5ec;
  height: 20px;
  margin-bottom: 20px;
}
.ent_m091_jokes_v1 .module_content h2 {
  font-family: 'BrandonGrotesque-Black';
  letter-spacing: 0.125em;
  background: url('/sitewide/images/sprites/jokes.png') no-repeat -192px -149px transparent;
  font-size: 14px;
  height: 35px;
  position: relative;
  top: -6px;
  padding-top: 0.643em;
  padding-left: 52px;
  width: 17.5em;
}
@media (min-width: 20em) {
  .ent_m091_jokes_v1 .module_content h2 {
    margin: auto;
  }
}
.ent_m091_jokes_v1 .module_content .middle {
  border: 1px solid #d3d3d3;
  border-radius: 12px;
  border-bottom: 1px solid #f9f9f9;
  position: relative;
  background-color: #f9f9f9;
  border-color: #f9f9f9;
  font-size: 12px;
  margin: 0 10px 22px 10px;
  padding: 10px;
}
.ent_m091_jokes_v1 .module_content .middle:after {
  content: "";
  position: absolute;
  bottom: -1.25em;
  /* value = - border-top-width - border-bottom-width */
  left: 10.1875em;
  /* controls horizontal position */
  border-width: 1.5em 1.5em 0 0;
  /* vary these values to change the angle of the vertex */
  border-style: solid;
  border-color: #f9f9f9 transparent;
  /* reduce the damage in FF3.0 */
  display: block;
  width: 0;
}
.ent_m091_jokes_v1 .module_content .middle:before {
  position: relative;
  padding: 1%;
  margin: 0 0 2% 0;
  color: #000;
  background: #f9f9f9;
  /* default background for browsers without gradient support */
  /* css3 */
  -webkit-border-radius: 0.625em;
  -moz-border-radius: 0.625em;
  border-radius: 0.625em;
}
/*endFile*/
/*file=/jokes.cc.com/styles/less/modules/ent_m092_jokes/v1.less */
.ent_m092_jokes_v1 {
  margin-bottom: 20px;
}
.ent_m092_jokes_v1 .module_content .header {
  border-bottom: 0.0625em solid #E2E2E2;
  margin-bottom: 10px;
}
.ent_m092_jokes_v1 .module_content .header:after {
  clear: both;
  content: "";
  display: block;
  height: 0;
  visibility: hidden;
}
*:first-child + html .ent_m092_jokes_v1 .module_content .header {
  display: block;
  min-height: 0;
}
.ent_m092_jokes_v1 .module_content .header:after {
  display: block;
  height: 0;
  clear: both;
  content: "";
  visibility: hidden;
}
*:first-child + html .ent_m092_jokes_v1 .module_content .header {
  display: block;
  min-height: 0;
}
.ent_m092_jokes_v1 .module_content .header .icon {
  background: url('/sitewide/images/sprites/jokes.png') no-repeat -204px -808px;
  display: block;
  float: left;
  width: 90px;
  height: 112px;
  padding-left: 110px;
  padding-top: 10px;
}
.ent_m092_jokes_v1 .module_content .header .details {
  min-width: 192px;
  max-width: 980px;
}
.ent_m092_jokes_v1 .module_content .header .details h2 {
  font-family: 'BrandonGrotesque-Black';
  letter-spacing: 0.125em;
  font-size: 140%;
  letter-spacing: 0;
  margin-bottom: 0;
  padding-top: 5px;
}
@media (min-width: 30em) {
  .ent_m092_jokes_v1 .module_content .header .details h2 {
    font-size: 215%;
  }
}
@media (min-width: 61.5em) {
  .ent_m092_jokes_v1 .module_content .header .details h2 {
    font-size: 235%;
  }
}
.ent_m092_jokes_v1 .module_content .header .details p {
  font-size: 14px;
  font-family: sans-serif;
  line-height: 1.25em;
  margin-bottom: 10px;
  max-width: 980px;
  text-transform: capitalize;
}
@media (min-width: 30em) {
  .ent_m092_jokes_v1 .module_content .header .details p {
    font-size: 14px;
  }
}
@media (min-width: 20em) {
  .ent_m092_jokes_v1 .module_content .header .icon,
  .ent_m092_jokes_v1 .module_content .header .details {
    margin-bottom: -10px;
  }
}
.ent_m092_jokes_v1 .module_content .middle {
  margin: 0 5px;
  padding-top: 10px;
}
.ent_m092_jokes_v1 .module_content .middle p {
  font-family: 'BrandonGrotesque-Black';
  letter-spacing: 0.125em;
  margin-bottom: 10px;
  text-transform: uppercase;
}
.ent_m092_jokes_v1 .module_content .footer {
  max-width: 650px;
  text-align: center;
}
.ent_m092_jokes_v1 .module_content .footer .twitter {
  font-family: 'BrandonGrotesque-Black';
  letter-spacing: 0.125em;
  letter-spacing: 0;
  background-color: #3d9db9;
  border: none;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
  font-size: 0.75em;
  height: 30px;
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
  color: #ffffff;
  display: inline-block;
  padding: 7px 30px 0;
  position: relative;
  line-height: 21px;
}
/*endFile*/
/*file=/jokes.cc.com/styles/less/modules/ent_m094_jokes/v1.less */
.ent_m094_jokes_v1 {
  max-width: 100%;
  background-color: #1f1b1c;
}
.ent_m094_jokes_v1.module {
  padding: 30px 0;
}
.ent_m094_jokes_v1 .m_hscroll {
  padding-bottom: 30px;
}
.ent_m094_jokes_v1 .m_hscroll div ul li {
  margin-right: 0;
}
.ent_m094_jokes_v1 .m_hscroll .collectionHeader h2 {
  color: #ffffff;
  padding: 0;
}
.ent_m094_jokes_v1 .m_hscroll .collectionHeader span {
  margin-left: 9px;
  font: 14px/1em 'BrandonTextBold', Helvetica, Arial, sans-serif;
  color: #666666;
  white-space: nowrap;
}
@media (max-width: 48em) {
  .ent_m094_jokes_v1 .m_hscroll .collectionHeader span {
    font-size: 12px;
  }
}
@media (max-width: 29.938em) {
  .ent_m094_jokes_v1 .m_hscroll .carouselWrapper.videos li {
    width: 240px;
  }
  .ent_m094_jokes_v1 .m_hscroll .carouselWrapper.videos .video_holder {
    height: 270px;
  }
}
.ent_m094_jokes_v1 .m_hscroll .carouselWrapper.videos .video_holder,
.ent_m094_jokes_v1 .m_hscroll .carouselWrapper.videos .playlist_video {
  width: 100%;
}
.ent_m094_jokes_v1 .m_hscroll .carouselWrapper.videos .video_holder + .video_holder,
.ent_m094_jokes_v1 .m_hscroll .carouselWrapper.videos .playlist_video + .video_holder,
.ent_m094_jokes_v1 .m_hscroll .carouselWrapper.videos .video_holder + .playlist_video,
.ent_m094_jokes_v1 .m_hscroll .carouselWrapper.videos .playlist_video + .playlist_video {
  margin-top: 20px;
}
.ent_m094_jokes_v1 .m_hscroll .carouselWrapper.videos p {
  overflow: hidden;
  height: 90px;
  padding-top: 8px;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.ent_m094_jokes_v1 .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) {
  .ent_m094_jokes_v1 .m_hscroll .carouselWrapper.videos p .title {
    margin-right: 42px;
    font-size: 14px;
  }
}
.ent_m094_jokes_v1 .m_hscroll .carouselWrapper.videos p .info_icon {
  margin: 0 0 0 2px;
  position: absolute;
  right: 10px;
  top: 19px;
}
.ent_m094_jokes_v1 .m_hscroll .carouselWrapper.videos p .info_icon:before,
.ent_m094_jokes_v1 .m_hscroll .carouselWrapper.videos p .info_icon:after {
  font-size: 30px;
}
@media (max-width: 48em) {
  .ent_m094_jokes_v1 .m_hscroll .carouselWrapper.videos p .info_icon {
    margin-top: -3px;
    margin-right: 1px;
  }
}
.ent_m094_jokes_v1 .m_hscroll .carouselWrapper.videos p.show_description .description {
  visibility: visible;
}
.ent_m094_jokes_v1 .m_hscroll .mask .ent_m094_jokes_v1_item .meta {
  color: #3cb9d5;
}
.ent_m094_jokes_v1 .m_hscroll .mask li {
  margin-right: 0 !important;
}
.ent_m094_jokes_v1 .m_hscroll .mask li .video_holder,
.ent_m094_jokes_v1 .m_hscroll .mask li .playlist_video {
  margin-bottom: 0;
  padding-bottom: 90px;
}
.ent_m094_jokes_v1 .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) {
  .ent_m094_jokes_v1 .m_hscroll .mask li p {
    padding: 0 12px;
  }
}
.ent_m094_jokes_v1 .m_hscroll .mask li img {
  width: 100%;
  height: auto;
}
.ent_m094_jokes_v1 .m_hscroll .mask li .title,
.ent_m094_jokes_v1 .m_hscroll .mask li .meta,
.ent_m094_jokes_v1 .m_hscroll .mask li .description {
  display: block;
}
.ent_m094_jokes_v1 .m_hscroll .mask li .title {
  position: static;
  margin-bottom: 5px;
  text-transform: uppercase;
}
@media (max-width: 48em) {
  .ent_m094_jokes_v1 .m_hscroll .mask li .title {
    line-height: 1em;
  }
}
.ent_m094_jokes_v1 .m_hscroll .mask li .meta {
  font: 14px/17px 'BrandonTextMedium', Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  color: #ffffff;
}
.ent_m094_jokes_v1 .m_hscroll .mask li .description {
  padding: 9px 0 10px;
  font: 17px/20px 'BrandonTextMedium', Helvetica, Arial, sans-serif;
  visibility: hidden;
}
.ent_m094_jokes_v1 .m_hscroll .carouselWrapper {
  padding: 0;
  overflow: visible;
}
.ent_m094_jokes_v1 .m_hscroll .ad_300x250 {
  float: right;
}
@media (max-width: 63.938em) {
  .ent_m094_jokes_v1 .m_hscroll .ad_300x250 {
    display: none;
  }
}
@media (min-width: 64em) {
  .ent_m094_jokes_v1 .m_hscroll.has_ad .carouselWrapper {
    margin: 0 394px 0 0;
  }
}
.ent_m094_jokes_v1 .m_hscroll .left_arrow,
.ent_m094_jokes_v1 .m_hscroll .right_arrow {
  height: 256px;
}
.ent_m094_jokes_v1 .m_hscroll .left_arrow {
  left: 0;
}
.ent_m094_jokes_v1 .m_hscroll .right_arrow {
  right: 0;
}
@media (max-width: 48em) {
  .ent_m094_jokes_v1 .m_hscroll .left_arrow,
  .ent_m094_jokes_v1 .m_hscroll .right_arrow {
    height: 225px;
  }
}
.ent_m094_jokes_v1 .ent_m094_jokes_v1_item a {
  color: #ffffff;
}
@media (min-width: 769px) {
  .ent_m094_jokes_v1 .ent_m094_jokes_v1_item {
    width: 295px;
  }
  .ent_m094_jokes_v1 .ent_m094_jokes_v1_item .playlist_video {
    height: 256px;
  }
}
@media (min-width: 30em) and (max-width: 48em) {
  .ent_m094_jokes_v1 .ent_m094_jokes_v1_item {
    width: 256px;
  }
  .ent_m094_jokes_v1 .ent_m094_jokes_v1_item .playlist_video {
    height: 234px;
  }
}
.ent_m094_jokes_v1 .ent_m094_jokes_v1_item:nth-child(2n) p {
  background-color: #343737;
}
.ent_m094_jokes_v1 .ent_m094_jokes_v1_item:nth-child(2n-1) p {
  background-color: #262a2b;
}
/*endFile*/
